From f7571a427e0acca2ce21e129bdb00fe21d957166 Mon Sep 17 00:00:00 2001 From: dcode Date: Tue, 11 Apr 2023 10:23:47 +0200 Subject: [PATCH 001/103] fix: Update Binaryen to 112.0.0-nightly.20230411 (#2683) Emscripten lowered the default stack size of emitted modules to 64kb recently, easily producing stack overflows in the optimizer. This version of Binaryen increases stack size to the previous 5mb again. --- package-lock.json | 18 +- package.json | 2 +- src/glue/binaryen.d.ts | 29 +- src/glue/binaryen.js | 14 +- src/module.ts | 32 +- src/passes/pass.ts | 24 +- tests/compiler/NonNullable.debug.wat | 12 +- tests/compiler/NonNullable.release.wat | 24 +- tests/compiler/abi.debug.wat | 2 +- tests/compiler/abi.release.wat | 4 +- tests/compiler/assert-nonnull.debug.wat | 10 +- tests/compiler/assert-nonnull.release.wat | 21 +- tests/compiler/bigint-integration.debug.wat | 2 +- tests/compiler/bigint-integration.release.wat | 4 +- tests/compiler/binary.debug.wat | 8 +- tests/compiler/binary.release.wat | 264 +-- tests/compiler/bindings/esm.debug.wat | 46 +- tests/compiler/bindings/esm.release.wat | 80 +- .../bindings/noExportRuntime.debug.wat | 32 +- .../bindings/noExportRuntime.release.wat | 50 +- tests/compiler/bindings/raw.debug.wat | 46 +- tests/compiler/bindings/raw.release.wat | 80 +- tests/compiler/bool-Oz.debug.wat | 4 +- tests/compiler/bool-Oz.release.wat | 4 +- tests/compiler/bool.debug.wat | 2 +- tests/compiler/bool.release.wat | 4 +- tests/compiler/builtins.debug.wat | 54 +- tests/compiler/builtins.release.wat | 108 +- tests/compiler/call-inferred.debug.wat | 2 +- tests/compiler/call-inferred.release.wat | 4 +- tests/compiler/call-optional.debug.wat | 4 +- tests/compiler/call-optional.release.wat | 8 +- tests/compiler/call-super.debug.wat | 20 +- tests/compiler/call-super.release.wat | 26 +- tests/compiler/class-implements.debug.wat | 20 +- tests/compiler/class-implements.release.wat | 40 +- .../compiler/class-overloading-cast.debug.wat | 28 +- .../class-overloading-cast.release.wat | 42 +- tests/compiler/class-overloading.debug.wat | 36 +- tests/compiler/class-overloading.release.wat | 270 +-- .../compiler/class-static-function.debug.wat | 4 +- .../class-static-function.release.wat | 8 +- tests/compiler/class.debug.wat | 22 +- tests/compiler/class.release.wat | 30 +- tests/compiler/comma.debug.wat | 2 +- tests/compiler/comma.release.wat | 4 +- tests/compiler/constructor.debug.wat | 20 +- tests/compiler/constructor.release.wat | 26 +- tests/compiler/declare.debug.wat | 2 +- tests/compiler/declare.release.wat | 4 +- tests/compiler/do.debug.wat | 20 +- tests/compiler/do.release.wat | 50 +- tests/compiler/duplicate-fields.debug.wat | 20 +- tests/compiler/duplicate-fields.release.wat | 26 +- tests/compiler/empty-exportruntime.debug.wat | 22 +- .../compiler/empty-exportruntime.release.wat | 30 +- tests/compiler/empty-new.debug.wat | 18 +- tests/compiler/empty-new.release.wat | 22 +- tests/compiler/exportimport-table.debug.wat | 2 +- tests/compiler/exportimport-table.release.wat | 4 +- tests/compiler/exports-lazy.debug.wat | 8 +- tests/compiler/exports-lazy.release.wat | 16 +- .../compiler/exportstar-rereexport.debug.wat | 22 +- .../exportstar-rereexport.release.wat | 30 +- .../compiler/extends-baseaggregate.debug.wat | 30 +- .../extends-baseaggregate.release.wat | 48 +- tests/compiler/extends-recursive.debug.wat | 18 +- tests/compiler/extends-recursive.release.wat | 22 +- tests/compiler/features/gc.debug.wat | 2 +- tests/compiler/features/gc.release.wat | 4 +- .../features/reference-types.debug.wat | 4 +- .../features/reference-types.release.wat | 8 +- tests/compiler/field-initialization.debug.wat | 34 +- .../compiler/field-initialization.release.wat | 56 +- tests/compiler/field.debug.wat | 20 +- tests/compiler/field.release.wat | 28 +- tests/compiler/for.debug.wat | 20 +- tests/compiler/for.release.wat | 54 +- tests/compiler/function-call.debug.wat | 36 +- tests/compiler/function-call.release.wat | 60 +- tests/compiler/function-expression.debug.wat | 58 +- .../compiler/function-expression.release.wat | 102 +- tests/compiler/function-types.debug.wat | 10 +- tests/compiler/function-types.release.wat | 20 +- tests/compiler/getter-call.debug.wat | 20 +- tests/compiler/getter-call.release.wat | 26 +- tests/compiler/getter-setter.debug.wat | 2 +- tests/compiler/getter-setter.release.wat | 4 +- tests/compiler/heap.debug.wat | 4 +- tests/compiler/heap.release.wat | 8 +- tests/compiler/if.debug.wat | 4 +- tests/compiler/if.release.wat | 8 +- tests/compiler/import-memory.debug.wat | 2 +- tests/compiler/import-memory.release.wat | 2 +- tests/compiler/infer-array.debug.wat | 52 +- tests/compiler/infer-array.release.wat | 94 +- tests/compiler/infer-generic.debug.wat | 26 +- tests/compiler/infer-generic.release.wat | 38 +- tests/compiler/inlining-blocklocals.debug.wat | 2 +- .../compiler/inlining-blocklocals.release.wat | 4 +- tests/compiler/inlining.debug.wat | 22 +- tests/compiler/inlining.release.wat | 32 +- tests/compiler/instanceof.debug.wat | 20 +- tests/compiler/instanceof.release.wat | 88 +- tests/compiler/issues/1095.debug.wat | 24 +- tests/compiler/issues/1095.release.wat | 34 +- tests/compiler/issues/1225.debug.wat | 20 +- tests/compiler/issues/1225.release.wat | 26 +- tests/compiler/issues/1699.debug.wat | 26 +- tests/compiler/issues/1699.release.wat | 38 +- tests/compiler/issues/1714.debug.wat | 4 +- tests/compiler/issues/1714.release.wat | 8 +- tests/compiler/issues/2166.debug.wat | 28 +- tests/compiler/issues/2166.release.wat | 42 +- tests/compiler/issues/2322/index.debug.wat | 18 +- tests/compiler/issues/2322/index.release.wat | 22 +- tests/compiler/issues/2622.debug.wat | 18 +- tests/compiler/issues/2622.release.wat | 22 +- tests/compiler/logical.debug.wat | 20 +- tests/compiler/logical.release.wat | 26 +- tests/compiler/loop-flow.debug.wat | 4 +- tests/compiler/loop-flow.release.wat | 8 +- tests/compiler/managed-cast.debug.wat | 24 +- tests/compiler/managed-cast.release.wat | 42 +- tests/compiler/many-locals.debug.wat | 2 +- tests/compiler/many-locals.release.wat | 4 +- tests/compiler/memcpy.debug.wat | 2 +- tests/compiler/memcpy.release.wat | 4 +- tests/compiler/memmove.debug.wat | 2 +- tests/compiler/memmove.release.wat | 4 +- tests/compiler/memory.debug.wat | 50 +- tests/compiler/memory.release.wat | 20 +- tests/compiler/memorybase.debug.wat | 2 +- tests/compiler/memset.debug.wat | 2 +- tests/compiler/memset.release.wat | 4 +- tests/compiler/mutable-globals.debug.wat | 2 +- tests/compiler/mutable-globals.release.wat | 4 +- tests/compiler/new.debug.wat | 18 +- tests/compiler/new.release.wat | 22 +- tests/compiler/object-literal.debug.wat | 32 +- tests/compiler/object-literal.release.wat | 52 +- .../optional-typeparameters.debug.wat | 18 +- .../optional-typeparameters.release.wat | 22 +- tests/compiler/overflow.debug.wat | 2 +- tests/compiler/overflow.release.wat | 4 +- tests/compiler/portable-conversions.debug.wat | 2 +- .../compiler/portable-conversions.release.wat | 4 +- tests/compiler/reexport.debug.wat | 20 +- tests/compiler/reexport.release.wat | 26 +- tests/compiler/rereexport.debug.wat | 22 +- tests/compiler/rereexport.release.wat | 30 +- tests/compiler/resolve-access.debug.wat | 34 +- tests/compiler/resolve-access.release.wat | 52 +- tests/compiler/resolve-binary.debug.wat | 92 +- tests/compiler/resolve-binary.release.wat | 410 ++-- .../compiler/resolve-elementaccess.debug.wat | 66 +- .../resolve-elementaccess.release.wat | 106 +- .../resolve-function-expression.debug.wat | 40 +- .../resolve-function-expression.release.wat | 64 +- tests/compiler/resolve-new.debug.wat | 18 +- tests/compiler/resolve-new.release.wat | 22 +- .../compiler/resolve-propertyaccess.debug.wat | 56 +- .../resolve-propertyaccess.release.wat | 96 +- tests/compiler/resolve-ternary.debug.wat | 60 +- tests/compiler/resolve-ternary.release.wat | 94 +- tests/compiler/resolve-unary.debug.wat | 66 +- tests/compiler/resolve-unary.release.wat | 116 +- tests/compiler/retain-i32.debug.wat | 2 +- tests/compiler/retain-i32.release.wat | 4 +- tests/compiler/return-unreachable.debug.wat | 22 +- tests/compiler/return-unreachable.release.wat | 30 +- tests/compiler/return.debug.wat | 2 +- tests/compiler/return.release.wat | 4 +- tests/compiler/rt/finalize.debug.wat | 20 +- tests/compiler/rt/finalize.release.wat | 26 +- tests/compiler/rt/flags.debug.wat | 8 +- tests/compiler/rt/flags.release.wat | 14 +- .../rt/runtime-incremental-export.debug.wat | 22 +- .../rt/runtime-incremental-export.release.wat | 30 +- .../rt/runtime-minimal-export.debug.wat | 18 +- .../rt/runtime-minimal-export.release.wat | 22 +- .../compiler/rt/runtime-stub-export.debug.wat | 6 +- .../rt/runtime-stub-export.release.wat | 10 +- tests/compiler/simd.debug.wat | 24 +- tests/compiler/simd.release.wat | 34 +- tests/compiler/static-this.debug.wat | 2 +- tests/compiler/static-this.release.wat | 4 +- tests/compiler/std/array-access.debug.wat | 8 +- tests/compiler/std/array-access.release.wat | 17 +- tests/compiler/std/array-literal.debug.wat | 36 +- tests/compiler/std/array-literal.release.wat | 58 +- tests/compiler/std/array.debug.wat | 604 +++--- tests/compiler/std/array.release.wat | 1360 ++++++------ tests/compiler/std/arraybuffer.debug.wat | 28 +- tests/compiler/std/arraybuffer.release.wat | 42 +- tests/compiler/std/console.debug.wat | 28 +- tests/compiler/std/console.release.wat | 56 +- tests/compiler/std/dataview.debug.wat | 28 +- tests/compiler/std/dataview.release.wat | 42 +- tests/compiler/std/date.debug.wat | 220 +- tests/compiler/std/date.release.wat | 420 ++-- tests/compiler/std/hash.debug.wat | 20 +- tests/compiler/std/hash.release.wat | 40 +- tests/compiler/std/map.debug.wat | 30 +- tests/compiler/std/map.release.wat | 46 +- tests/compiler/std/math.debug.wat | 24 +- tests/compiler/std/math.release.wat | 282 +-- tests/compiler/std/mod.debug.wat | 2 +- tests/compiler/std/mod.release.wat | 4 +- tests/compiler/std/new.debug.wat | 18 +- tests/compiler/std/new.release.wat | 22 +- tests/compiler/std/object.debug.wat | 14 +- tests/compiler/std/object.release.wat | 28 +- .../std/operator-overloading.debug.wat | 24 +- .../std/operator-overloading.release.wat | 34 +- tests/compiler/std/pointer.debug.wat | 2 +- tests/compiler/std/pointer.release.wat | 4 +- tests/compiler/std/set.debug.wat | 26 +- tests/compiler/std/set.release.wat | 38 +- tests/compiler/std/static-array.debug.wat | 40 +- tests/compiler/std/static-array.release.wat | 68 +- tests/compiler/std/staticarray.debug.wat | 136 +- tests/compiler/std/staticarray.release.wat | 304 +-- .../compiler/std/string-casemapping.debug.wat | 358 ++-- .../std/string-casemapping.release.wat | 908 ++++---- tests/compiler/std/string-encoding.debug.wat | 54 +- .../compiler/std/string-encoding.release.wat | 94 +- tests/compiler/std/string-nonnull.debug.wat | 2 +- tests/compiler/std/string-nonnull.release.wat | 4 +- tests/compiler/std/string.debug.wat | 944 ++++----- tests/compiler/std/string.release.wat | 1860 ++++++++--------- tests/compiler/std/symbol.debug.wat | 68 +- tests/compiler/std/symbol.release.wat | 126 +- tests/compiler/std/trace.debug.wat | 16 +- tests/compiler/std/trace.release.wat | 32 +- tests/compiler/std/typedarray.debug.wat | 610 +++--- tests/compiler/std/typedarray.release.wat | 1376 ++++++------ tests/compiler/std/uri.debug.wat | 134 +- tests/compiler/std/uri.release.wat | 260 +-- tests/compiler/super-inline.debug.wat | 18 +- tests/compiler/super-inline.release.wat | 22 +- tests/compiler/switch.debug.wat | 2 +- tests/compiler/switch.release.wat | 4 +- tests/compiler/tablebase.debug.wat | 4 +- tests/compiler/tablebase.release.wat | 8 +- tests/compiler/templateliteral.debug.wat | 116 +- tests/compiler/templateliteral.release.wat | 196 +- tests/compiler/ternary.debug.wat | 2 +- tests/compiler/ternary.release.wat | 5 +- tests/compiler/throw.debug.wat | 34 +- tests/compiler/throw.release.wat | 58 +- tests/compiler/typeof.debug.wat | 36 +- tests/compiler/typeof.release.wat | 60 +- tests/compiler/while.debug.wat | 20 +- tests/compiler/while.release.wat | 78 +- 255 files changed, 8587 insertions(+), 8585 deletions(-) diff --git a/package-lock.json b/package-lock.json index b7bed0db4a..1e2250db31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "Apache-2.0", "dependencies": { - "binaryen": "111.0.0-nightly.20230202", + "binaryen": "112.0.0-nightly.20230411", "long": "^5.2.1" }, "bin": { @@ -27,8 +27,8 @@ "typescript": "~4.7.4" }, "engines": { - "node": ">=16.0.0", - "npm": ">=7.0.0" + "node": ">=16", + "npm": ">=7" }, "funding": { "type": "opencollective", @@ -767,9 +767,9 @@ "dev": true }, "node_modules/binaryen": { - "version": "111.0.0-nightly.20230202", - "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-111.0.0-nightly.20230202.tgz", - "integrity": "sha512-aGMDtxmc8zQHzAamyOBvO38n2e/GuXM0dZCJg+IuG2YUQODTqI37XSkAixS8c0wXn2dgLntDMk1VDblKCsy0GA==", + "version": "112.0.0-nightly.20230411", + "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-112.0.0-nightly.20230411.tgz", + "integrity": "sha512-4V9r9x9fjAVFZdR2yvBFc3BEJJIBYvd2X8X8k0zAuJsao2gl9wNHDmpQ30QsLo6hgkRfRImkCbCjhXW3RDOYXQ==", "bin": { "wasm-opt": "bin/wasm-opt", "wasm2js": "bin/wasm2js" @@ -2438,9 +2438,9 @@ "dev": true }, "binaryen": { - "version": "111.0.0-nightly.20230202", - "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-111.0.0-nightly.20230202.tgz", - "integrity": "sha512-aGMDtxmc8zQHzAamyOBvO38n2e/GuXM0dZCJg+IuG2YUQODTqI37XSkAixS8c0wXn2dgLntDMk1VDblKCsy0GA==" + "version": "112.0.0-nightly.20230411", + "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-112.0.0-nightly.20230411.tgz", + "integrity": "sha512-4V9r9x9fjAVFZdR2yvBFc3BEJJIBYvd2X8X8k0zAuJsao2gl9wNHDmpQ30QsLo6hgkRfRImkCbCjhXW3RDOYXQ==" }, "brace-expansion": { "version": "1.1.11", diff --git a/package.json b/package.json index c8c9fa43bf..c88dbda8d2 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "engineStrict": true, "dependencies": { - "binaryen": "111.0.0-nightly.20230202", + "binaryen": "112.0.0-nightly.20230411", "long": "^5.2.1" }, "devDependencies": { diff --git a/src/glue/binaryen.d.ts b/src/glue/binaryen.d.ts index 466a3fac39..e80985d048 100644 --- a/src/glue/binaryen.d.ts +++ b/src/glue/binaryen.d.ts @@ -416,9 +416,9 @@ export declare function _BinaryenSIMDLoadStoreLaneGetVec(expr: ExpressionRef): E export declare function _BinaryenSIMDLoadStoreLaneSetVec(expr: ExpressionRef, vecExpr: ExpressionRef): void; export declare function _BinaryenSIMDLoadStoreLaneIsStore(expr: ExpressionRef): bool; -export declare function _BinaryenMemoryInit(module: ModuleRef, segmentIndex: u32, destExpr: ExpressionRef, offsetExpr: ExpressionRef, sizeExpr: ExpressionRef, memoryName: StringRef): ExpressionRef; -export declare function _BinaryenMemoryInitGetSegment(expr: ExpressionRef): u32; -export declare function _BinaryenMemoryInitSetSegment(expr: ExpressionRef, segmentIndex: u32): void; +export declare function _BinaryenMemoryInit(module: ModuleRef, segmentName: StringRef, destExpr: ExpressionRef, offsetExpr: ExpressionRef, sizeExpr: ExpressionRef, memoryName: StringRef): ExpressionRef; +export declare function _BinaryenMemoryInitGetSegment(expr: ExpressionRef): StringRef; +export declare function _BinaryenMemoryInitSetSegment(expr: ExpressionRef, segmentName: StringRef): void; export declare function _BinaryenMemoryInitGetDest(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenMemoryInitSetDest(expr: ExpressionRef, destExpr: ExpressionRef): void; export declare function _BinaryenMemoryInitGetOffset(expr: ExpressionRef): ExpressionRef; @@ -426,9 +426,9 @@ export declare function _BinaryenMemoryInitSetOffset(expr: ExpressionRef, offset export declare function _BinaryenMemoryInitGetSize(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenMemoryInitSetSize(expr: ExpressionRef, sizeExpr: ExpressionRef): void; -export declare function _BinaryenDataDrop(module: ModuleRef, segmentIndex: u32): ExpressionRef; -export declare function _BinaryenDataDropGetSegment(expr: ExpressionRef): u32; -export declare function _BinaryenDataDropSetSegment(expr: ExpressionRef, segmentIndex: u32): void; +export declare function _BinaryenDataDrop(module: ModuleRef, segmentName: StringRef): ExpressionRef; +export declare function _BinaryenDataDropGetSegment(expr: ExpressionRef): StringRef; +export declare function _BinaryenDataDropSetSegment(expr: ExpressionRef, segmentName: StringRef): void; export declare function _BinaryenMemoryCopy(module: ModuleRef, destExpr: ExpressionRef, sourceExpr: ExpressionRef, sizeExpr: ExpressionRef, destMemoryName: StringRef, sourceMemoryName: StringRef): ExpressionRef; export declare function _BinaryenMemoryCopyGetDest(expr: ExpressionRef): ExpressionRef; @@ -620,13 +620,13 @@ export declare function _BinaryenArrayNewSetSize(expr: ExpressionRef, sizeExpr: // TODO: BinaryenArrayNewSeg -export declare function _BinaryenArrayInit(module: ModuleRef, type: HeapTypeRef, values: ArrayRef, numValues: Index): ExpressionRef; -export declare function _BinaryenArrayInitGetNumValues(expr: ExpressionRef): Index; -export declare function _BinaryenArrayInitGetValueAt(expr: ExpressionRef, index: Index): ExpressionRef; -export declare function _BinaryenArrayInitSetValueAt(expr: ExpressionRef, index: Index, valueExpr: ExpressionRef): void; -export declare function _BinaryenArrayInitAppendValue(expr: ExpressionRef, valueExpr: ExpressionRef): Index; -export declare function _BinaryenArrayInitInsertValueAt(expr: ExpressionRef, index: Index, valueExpr: ExpressionRef): void; -export declare function _BinaryenArrayInitRemoveValueAt(expr: ExpressionRef, index: Index): ExpressionRef; +export declare function _BinaryenArrayNewFixed(module: ModuleRef, type: HeapTypeRef, values: ArrayRef, numValues: Index): ExpressionRef; +export declare function _BinaryenArrayNewFixedGetNumValues(expr: ExpressionRef): Index; +export declare function _BinaryenArrayNewFixedGetValueAt(expr: ExpressionRef, index: Index): ExpressionRef; +export declare function _BinaryenArrayNewFixedSetValueAt(expr: ExpressionRef, index: Index, valueExpr: ExpressionRef): void; +export declare function _BinaryenArrayNewFixedAppendValue(expr: ExpressionRef, valueExpr: ExpressionRef): Index; +export declare function _BinaryenArrayNewFixedInsertValueAt(expr: ExpressionRef, index: Index, valueExpr: ExpressionRef): void; +export declare function _BinaryenArrayNewFixedRemoveValueAt(expr: ExpressionRef, index: Index): ExpressionRef; export declare function _BinaryenArrayGet(module: ModuleRef, ref: ExpressionRef, index: ExpressionRef, type: TypeRef, signed: bool): ExpressionRef; export declare function _BinaryenArrayGetGetRef(expr: ExpressionRef): ExpressionRef; @@ -660,6 +660,9 @@ export declare function _BinaryenArrayCopySetSrcIndex(expr: ExpressionRef, srcIn export declare function _BinaryenArrayCopyGetLength(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenArrayCopySetLength(expr: ExpressionRef, lengthExpr: ExpressionRef): void; +// TODO: BinaryenArrayFill +// TODO: BinaryenArrayInit + export declare function _BinaryenStringNew(module: ModuleRef, op: Op, ptr: ExpressionRef, length: ExpressionRef, start: ExpressionRef, end: ExpressionRef, isTry: bool): ExpressionRef; export declare function _BinaryenStringNewGetOp(expr: ExpressionRef): Op; export declare function _BinaryenStringNewSetOp(expr: ExpressionRef, op: Op): void; diff --git a/src/glue/binaryen.js b/src/glue/binaryen.js index fe503e6f5c..860d1d6285 100644 --- a/src/glue/binaryen.js +++ b/src/glue/binaryen.js @@ -576,13 +576,13 @@ export const { _BinaryenArrayNewGetSize, _BinaryenArrayNewSetSize, - _BinaryenArrayInit, - _BinaryenArrayInitGetNumValues, - _BinaryenArrayInitGetValueAt, - _BinaryenArrayInitSetValueAt, - _BinaryenArrayInitAppendValue, - _BinaryenArrayInitInsertValueAt, - _BinaryenArrayInitRemoveValueAt, + _BinaryenArrayNewFixed, + _BinaryenArrayNewFixedGetNumValues, + _BinaryenArrayNewFixedGetValueAt, + _BinaryenArrayNewFixedSetValueAt, + _BinaryenArrayNewFixedAppendValue, + _BinaryenArrayNewFixedInsertValueAt, + _BinaryenArrayNewFixedRemoveValueAt, _BinaryenArrayGet, _BinaryenArrayGetGetRef, diff --git a/src/module.ts b/src/module.ts index 3beecf5f70..6c9d527cb0 100644 --- a/src/module.ts +++ b/src/module.ts @@ -298,25 +298,27 @@ export const enum ExpressionId { StructSet = 62 /* _BinaryenStructSetId */, ArrayNew = 63 /* _BinaryenArrayNewId */, ArrayNewSeg = 64 /* TODO_BinaryenArraySegId */, - ArrayInit = 65 /* _BinaryenArrayInitId */, + ArrayNewFixed = 65 /* _BinaryenArrayNewFixedId */, ArrayGet = 66 /* _BinaryenArrayGetId */, ArraySet = 67 /* _BinaryenArraySetId */, ArrayLen = 68 /* _BinaryenArrayLenId */, ArrayCopy = 69 /* _BinaryenArrayCopyId */, - RefAs = 70 /* _BinaryenRefAsId */, - StringNew = 71 /* _BinaryenStringNewId */, - StringConst = 72 /* _BinaryenStringConstId */, - StringMeasure = 73 /* _BinaryenStringMeasureId */, - StringEncode = 74 /* _BinaryenStringEncodeId */, - StringConcat = 75 /* _BinaryenStringConcatId */, - StringEq = 76 /* _BinaryenStringEqId */, - StringAs = 77 /* _BinaryenStringAsId */, - StringWTF8Advance = 78 /* _BinaryenStringWTF8AdvanceId */, - StringWTF16Get = 79 /* _BinaryenStringWTF16GetId */, - StringIterNext = 80 /* _BinaryenStringIterNextId */, - StringIterMove = 81 /* _BinaryenStringIterMoveId */, - StringSliceWTF = 82 /* _BinaryenStringSliceWTFId */, - StringSliceIter = 83 /* _BinaryenStringSliceIterId */ + ArrayFill = 70 /* _BinaryenArrayFillId */, + ArrayInit = 71 /* _BinaryenArrayInitId */, + RefAs = 72 /* _BinaryenRefAsId */, + StringNew = 73 /* _BinaryenStringNewId */, + StringConst = 74 /* _BinaryenStringConstId */, + StringMeasure = 75 /* _BinaryenStringMeasureId */, + StringEncode = 76 /* _BinaryenStringEncodeId */, + StringConcat = 77 /* _BinaryenStringConcatId */, + StringEq = 78 /* _BinaryenStringEqId */, + StringAs = 79 /* _BinaryenStringAsId */, + StringWTF8Advance = 80 /* _BinaryenStringWTF8AdvanceId */, + StringWTF16Get = 81 /* _BinaryenStringWTF16GetId */, + StringIterNext = 82 /* _BinaryenStringIterNextId */, + StringIterMove = 83 /* _BinaryenStringIterMoveId */, + StringSliceWTF = 84 /* _BinaryenStringSliceWTFId */, + StringSliceIter = 85 /* _BinaryenStringSliceIterId */ } /** Binaryen external kind constants. */ diff --git a/src/passes/pass.ts b/src/passes/pass.ts index 8272fbd967..5a3274b8b4 100644 --- a/src/passes/pass.ts +++ b/src/passes/pass.ts @@ -195,8 +195,8 @@ import { _BinaryenStructGetGetIndex, _BinaryenArrayNewGetSize, _BinaryenArrayNewGetInit, - _BinaryenArrayInitGetNumValues, - _BinaryenArrayInitGetValueAt, + _BinaryenArrayNewFixedGetNumValues, + _BinaryenArrayNewFixedGetValueAt, _BinaryenArrayGetGetRef, _BinaryenArrayGetGetIndex, _BinaryenArraySetGetRef, @@ -283,7 +283,7 @@ import { _BinaryenStringSliceWTFSetEnd, _BinaryenStringSliceIterSetRef, _BinaryenStringSliceIterSetNum, - _BinaryenArrayInitSetValueAt + _BinaryenArrayNewFixedSetValueAt } from "../glue/binaryen"; /** Base class of custom Binaryen visitors. */ @@ -552,7 +552,7 @@ export abstract class Visitor { // unimp } - visitArrayInit(expr: ExpressionRef): void { + visitArrayNewFixed(expr: ExpressionRef): void { // unimp } @@ -1127,16 +1127,16 @@ export abstract class Visitor { this.visitArrayNew(expr); break; } - case ExpressionId.ArrayInit: { - let numValues = _BinaryenArrayInitGetNumValues(expr); + case ExpressionId.ArrayNewFixed: { + let numValues = _BinaryenArrayNewFixedGetNumValues(expr); if (numValues) { this.stack.push(expr); for (let i: Index = 0; i < numValues; ++i) { - this.visit(_BinaryenArrayInitGetValueAt(expr, i)); + this.visit(_BinaryenArrayNewFixedGetValueAt(expr, i)); } assert(this.stack.pop() == expr); } - this.visitArrayInit(expr); + this.visitArrayNewFixed(expr); break; } case ExpressionId.ArrayGet: { @@ -1985,12 +1985,12 @@ export function replaceChild( } break; } - case ExpressionId.ArrayInit: { - let numValues = _BinaryenArrayInitGetNumValues(parent); + case ExpressionId.ArrayNewFixed: { + let numValues = _BinaryenArrayNewFixedGetNumValues(parent); for (let i: Index = 0; i < numValues; ++i) { - let value = _BinaryenArrayInitGetValueAt(parent, i); + let value = _BinaryenArrayNewFixedGetValueAt(parent, i); if (value == search) { - _BinaryenArrayInitSetValueAt(parent, i, replacement); + _BinaryenArrayNewFixedSetValueAt(parent, i, replacement); return value; } } diff --git a/tests/compiler/NonNullable.debug.wat b/tests/compiler/NonNullable.debug.wat index 9c5fd0e2ab..c0b29bbef3 100644 --- a/tests/compiler/NonNullable.debug.wat +++ b/tests/compiler/NonNullable.debug.wat @@ -15,12 +15,12 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33132)) (global $~lib/memory/__heap_base i32 (i32.const 33132)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00u\003\002\00\00\00\00\00\00\00") - (data (i32.const 44) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00N\00o\00n\00N\00u\00l\00l\00a\00b\00l\00e\00.\00t\00s\00") - (data (i32.const 92) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00S\00t\00r\00i\00n\00g\00") - (data (i32.const 124) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\002\00\00\00A\00r\00r\00a\00y\00<\00~\00l\00i\00b\00/\00s\00t\00r\00i\00n\00g\00/\00S\00t\00r\00i\00n\00g\00>\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00z\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 236) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00u\003\002\00\00\00\00\00\00\00") + (data $1 (i32.const 44) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00N\00o\00n\00N\00u\00l\00l\00a\00b\00l\00e\00.\00t\00s\00") + (data $2 (i32.const 92) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00S\00t\00r\00i\00n\00g\00") + (data $3 (i32.const 124) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\002\00\00\00A\00r\00r\00a\00y\00<\00~\00l\00i\00b\00/\00s\00t\00r\00i\00n\00g\00/\00S\00t\00r\00i\00n\00g\00>\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00z\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 236) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/NonNullable.release.wat b/tests/compiler/NonNullable.release.wat index 551a123dfc..520a9f3af7 100644 --- a/tests/compiler/NonNullable.release.wat +++ b/tests/compiler/NonNullable.release.wat @@ -6,18 +6,18 @@ (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34156)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\02\00\00\00\06\00\00\00u\003\002") - (data (i32.const 1068) ",") - (data (i32.const 1080) "\02\00\00\00\1c\00\00\00N\00o\00n\00N\00u\00l\00l\00a\00b\00l\00e\00.\00t\00s") - (data (i32.const 1116) "\1c") - (data (i32.const 1128) "\02\00\00\00\0c\00\00\00S\00t\00r\00i\00n\00g") - (data (i32.const 1148) "L") - (data (i32.const 1160) "\02\00\00\002\00\00\00A\00r\00r\00a\00y\00<\00~\00l\00i\00b\00/\00s\00t\00r\00i\00n\00g\00/\00S\00t\00r\00i\00n\00g\00>") - (data (i32.const 1228) "\1c") - (data (i32.const 1240) "\02\00\00\00\02\00\00\00z") - (data (i32.const 1260) "|") - (data (i32.const 1272) "\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02\00\00\00\06\00\00\00u\003\002") + (data $1 (i32.const 1068) ",") + (data $1.1 (i32.const 1080) "\02\00\00\00\1c\00\00\00N\00o\00n\00N\00u\00l\00l\00a\00b\00l\00e\00.\00t\00s") + (data $2 (i32.const 1116) "\1c") + (data $2.1 (i32.const 1128) "\02\00\00\00\0c\00\00\00S\00t\00r\00i\00n\00g") + (data $3 (i32.const 1148) "L") + (data $3.1 (i32.const 1160) "\02\00\00\002\00\00\00A\00r\00r\00a\00y\00<\00~\00l\00i\00b\00/\00s\00t\00r\00i\00n\00g\00/\00S\00t\00r\00i\00n\00g\00>") + (data $4 (i32.const 1228) "\1c") + (data $4.1 (i32.const 1240) "\02\00\00\00\02\00\00\00z") + (data $5 (i32.const 1260) "|") + (data $5.1 (i32.const 1272) "\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)") (export "memory" (memory $0)) (start $~start) (func $~start diff --git a/tests/compiler/abi.debug.wat b/tests/compiler/abi.debug.wat index 1563de6f82..ac96b85165 100644 --- a/tests/compiler/abi.debug.wat +++ b/tests/compiler/abi.debug.wat @@ -9,7 +9,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32812)) (global $~lib/memory/__heap_base i32 (i32.const 32812)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00a\00b\00i\00.\00t\00s\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00a\00b\00i\00.\00t\00s\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "exported" (func $abi/exported)) diff --git a/tests/compiler/abi.release.wat b/tests/compiler/abi.release.wat index 135f503138..68b447c4ad 100644 --- a/tests/compiler/abi.release.wat +++ b/tests/compiler/abi.release.wat @@ -1,8 +1,8 @@ (module (type $none_=>_i32 (func (result i32))) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\02\00\00\00\0c\00\00\00a\00b\00i\00.\00t\00s") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02\00\00\00\0c\00\00\00a\00b\00i\00.\00t\00s") (export "exported" (func $abi/exported)) (export "exportedExported" (func $abi/exported)) (export "exportedInternal" (func $abi/exported)) diff --git a/tests/compiler/assert-nonnull.debug.wat b/tests/compiler/assert-nonnull.debug.wat index e1201ee25e..073bb931fc 100644 --- a/tests/compiler/assert-nonnull.debug.wat +++ b/tests/compiler/assert-nonnull.debug.wat @@ -13,11 +13,11 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33212)) (global $~lib/memory/__heap_base i32 (i32.const 33212)) (memory $0 1) - (data (i32.const 12) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 140) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00a\00s\00s\00e\00r\00t\00-\00n\00o\00n\00n\00u\00l\00l\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 316) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 140) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00a\00s\00s\00e\00r\00t\00-\00n\00o\00n\00n\00u\00l\00l\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $4 (i32.const 316) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/assert-nonnull.release.wat b/tests/compiler/assert-nonnull.release.wat index aa6d7b2325..c7dc2ad1fd 100644 --- a/tests/compiler/assert-nonnull.release.wat +++ b/tests/compiler/assert-nonnull.release.wat @@ -5,18 +5,17 @@ (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34236)) (memory $0 1) - (data (i32.const 1036) "|") - (data (i32.const 1048) "\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)") - (data (i32.const 1164) "<") - (data (i32.const 1176) "\02\00\00\00\"\00\00\00a\00s\00s\00e\00r\00t\00-\00n\00o\00n\00n\00u\00l\00l\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1340) "|") - (data (i32.const 1352) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") + (data $0 (i32.const 1036) "|") + (data $0.1 (i32.const 1048) "\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)") + (data $1 (i32.const 1164) "<") + (data $1.1 (i32.const 1176) "\02\00\00\00\"\00\00\00a\00s\00s\00e\00r\00t\00-\00n\00o\00n\00n\00u\00l\00l\00.\00t\00s") + (data $2 (i32.const 1228) "<") + (data $2.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $3 (i32.const 1292) ",") + (data $3.1 (i32.const 1304) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $4 (i32.const 1340) "|") + (data $4.1 (i32.const 1352) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") (table $0 1 1 funcref) - (elem $0 (i32.const 1)) (export "memory" (memory $0)) (export "testVar" (func $export:assert-nonnull/testVar)) (export "testObj" (func $export:assert-nonnull/testObj)) diff --git a/tests/compiler/bigint-integration.debug.wat b/tests/compiler/bigint-integration.debug.wat index ff9646e8f9..a2014eb9aa 100644 --- a/tests/compiler/bigint-integration.debug.wat +++ b/tests/compiler/bigint-integration.debug.wat @@ -11,7 +11,7 @@ (global $~lib/memory/__heap_base i32 (i32.const 32844)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\00b\00i\00g\00i\00n\00t\00-\00i\00n\00t\00e\00g\00r\00a\00t\00i\00o\00n\00.\00t\00s\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\00b\00i\00g\00i\00n\00t\00-\00i\00n\00t\00e\00g\00r\00a\00t\00i\00o\00n\00.\00t\00s\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "internalValue" (global $bigint-integration/internalValue)) diff --git a/tests/compiler/bigint-integration.release.wat b/tests/compiler/bigint-integration.release.wat index 6845ac33b8..4f30f53805 100644 --- a/tests/compiler/bigint-integration.release.wat +++ b/tests/compiler/bigint-integration.release.wat @@ -8,8 +8,8 @@ (global $bigint-integration/internalValue i64 (i64.const 9007199254740991)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00*\00\00\00b\00i\00g\00i\00n\00t\00-\00i\00n\00t\00e\00g\00r\00a\00t\00i\00o\00n\00.\00t\00s") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00*\00\00\00b\00i\00g\00i\00n\00t\00-\00i\00n\00t\00e\00g\00r\00a\00t\00i\00o\00n\00.\00t\00s") (export "internalValue" (global $bigint-integration/internalValue)) (export "getInternalValue" (func $bigint-integration/getInternalValue)) (export "memory" (memory $0)) diff --git a/tests/compiler/binary.debug.wat b/tests/compiler/binary.debug.wat index 1842ceb161..d060abee85 100644 --- a/tests/compiler/binary.debug.wat +++ b/tests/compiler/binary.debug.wat @@ -14,10 +14,10 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 39432)) (global $~lib/memory/__heap_base i32 (i32.const 39432)) (memory $0 1) - (data (i32.const 8) "\00\00\00\00\00\a0\f6?\00\00\00\00\00\00\00\00\00\c8\b9\f2\82,\d6\bf\80V7($\b4\fa<\00\00\00\00\00\80\f6?\00\00\00\00\00\00\00\00\00\08X\bf\bd\d1\d5\bf \f7\e0\d8\08\a5\1c\bd\00\00\00\00\00`\f6?\00\00\00\00\00\00\00\00\00XE\17wv\d5\bfmP\b6\d5\a4b#\bd\00\00\00\00\00@\f6?\00\00\00\00\00\00\00\00\00\f8-\87\ad\1a\d5\bf\d5g\b0\9e\e4\84\e6\bc\00\00\00\00\00 \f6?\00\00\00\00\00\00\00\00\00xw\95_\be\d4\bf\e0>)\93i\1b\04\bd\00\00\00\00\00\00\f6?\00\00\00\00\00\00\00\00\00`\1c\c2\8ba\d4\bf\cc\84LH/\d8\13=\00\00\00\00\00\e0\f5?\00\00\00\00\00\00\00\00\00\a8\86\860\04\d4\bf:\0b\82\ed\f3B\dc<\00\00\00\00\00\c0\f5?\00\00\00\00\00\00\00\00\00HiUL\a6\d3\bf`\94Q\86\c6\b1 =\00\00\00\00\00\a0\f5?\00\00\00\00\00\00\00\00\00\80\98\9a\ddG\d3\bf\92\80\c5\d4MY%=\00\00\00\00\00\80\f5?\00\00\00\00\00\00\00\00\00 \e1\ba\e2\e8\d2\bf\d8+\b7\99\1e{&=\00\00\00\00\00`\f5?\00\00\00\00\00\00\00\00\00\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00`\f5?\00\00\00\00\00\00\00\00\00\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00@\f5?\00\00\00\00\00\00\00\00\00x\cf\fbA)\d2\bfv\daS($Z\16\bd\00\00\00\00\00 \f5?\00\00\00\00\00\00\00\00\00\98i\c1\98\c8\d1\bf\04T\e7h\bc\af\1f\bd\00\00\00\00\00\00\f5?\00\00\00\00\00\00\00\00\00\a8\ab\ab\\g\d1\bf\f0\a8\823\c6\1f\1f=\00\00\00\00\00\e0\f4?\00\00\00\00\00\00\00\00\00H\ae\f9\8b\05\d1\bffZ\05\fd\c4\a8&\bd\00\00\00\00\00\c0\f4?\00\00\00\00\00\00\00\00\00\90s\e2$\a3\d0\bf\0e\03\f4~\eek\0c\bd\00\00\00\00\00\a0\f4?\00\00\00\00\00\00\00\00\00\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\a0\f4?\00\00\00\00\00\00\00\00\00\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\80\f4?\00\00\00\00\00\00\00\00\00@^m\18\b9\cf\bf\87<\99\ab*W\r=\00\00\00\00\00`\f4?\00\00\00\00\00\00\00\00\00`\dc\cb\ad\f0\ce\bf$\af\86\9c\b7&+=\00\00\00\00\00@\f4?\00\00\00\00\00\00\00\00\00\f0*n\07\'\ce\bf\10\ff?TO/\17\bd\00\00\00\00\00 \f4?\00\00\00\00\00\00\00\00\00\c0Ok!\\\cd\bf\1bh\ca\bb\91\ba!=\00\00\00\00\00\00\f4?\00\00\00\00\00\00\00\00\00\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\00\f4?\00\00\00\00\00\00\00\00\00\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\e0\f3?\00\00\00\00\00\00\00\00\00\90-t\86\c2\cb\bf\8f\b7\8b1\b0N\19=\00\00\00\00\00\c0\f3?\00\00\00\00\00\00\00\00\00\c0\80N\c9\f3\ca\bff\90\cd?cN\ba<\00\00\00\00\00\a0\f3?\00\00\00\00\00\00\00\00\00\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\a0\f3?\00\00\00\00\00\00\00\00\00\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\80\f3?\00\00\00\00\00\00\00\00\00P\f4\9cZR\c9\bf\e3\d4\c1\04\d9\d1*\bd\00\00\00\00\00`\f3?\00\00\00\00\00\00\00\00\00\d0 e\a0\7f\c8\bf\t\fa\db\7f\bf\bd+=\00\00\00\00\00@\f3?\00\00\00\00\00\00\00\00\00\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00@\f3?\00\00\00\00\00\00\00\00\00\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00 \f3?\00\00\00\00\00\00\00\00\00\d0\19\e7\0f\d6\c6\bff\e2\b2\a3j\e4\10\bd\00\00\00\00\00\00\f3?\00\00\00\00\00\00\00\00\00\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\00\f3?\00\00\00\00\00\00\00\00\00\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\e0\f2?\00\00\00\00\00\00\00\00\00\b0\a1\e3\e5&\c5\bf\8f[\07\90\8b\de \bd\00\00\00\00\00\c0\f2?\00\00\00\00\00\00\00\00\00\80\cbl+M\c4\bf\11\0e\bd\00\00\00\00\00\e0\ed?\00\00\00\00\00\00\00\00\00`F\d1;\97\b1?\9b\9e\rV]2%\bd\00\00\00\00\00\a0\ed?\00\00\00\00\00\00\00\00\00\e0\d1\a7\f5\bd\b3?\d7N\db\a5^\c8,=\00\00\00\00\00`\ed?\00\00\00\00\00\00\00\00\00\a0\97MZ\e9\b5?\1e\1d]<\06i,\bd\00\00\00\00\00@\ed?\00\00\00\00\00\00\00\00\00\c0\ea\n\d3\00\b7?2\ed\9d\a9\8d\1e\ec<\00\00\00\00\00\00\ed?\00\00\00\00\00\00\00\00\00@Y]^3\b9?\daG\bd:\\\11#=\00\00\00\00\00\c0\ec?\00\00\00\00\00\00\00\00\00`\ad\8d\c8j\bb?\e5h\f7+\80\90\13\bd\00\00\00\00\00\a0\ec?\00\00\00\00\00\00\00\00\00@\bc\01X\88\bc?\d3\acZ\c6\d1F&=\00\00\00\00\00`\ec?\00\00\00\00\00\00\00\00\00 \n\839\c7\be?\e0E\e6\afh\c0-\bd\00\00\00\00\00@\ec?\00\00\00\00\00\00\00\00\00\e0\db9\91\e8\bf?\fd\n\a1O\d64%\bd\00\00\00\00\00\00\ec?\00\00\00\00\00\00\00\00\00\e0\'\82\8e\17\c1?\f2\07-\cex\ef!=\00\00\00\00\00\e0\eb?\00\00\00\00\00\00\00\00\00\f0#~+\aa\c1?4\998D\8e\a7,=\00\00\00\00\00\a0\eb?\00\00\00\00\00\00\00\00\00\80\86\0ca\d1\c2?\a1\b4\81\cbl\9d\03=\00\00\00\00\00\80\eb?\00\00\00\00\00\00\00\00\00\90\15\b0\fce\c3?\89rK#\a8/\c6<\00\00\00\00\00@\eb?\00\00\00\00\00\00\00\00\00\b03\83=\91\c4?x\b6\fdTy\83%=\00\00\00\00\00 \eb?\00\00\00\00\00\00\00\00\00\b0\a1\e4\e5\'\c5?\c7}i\e5\e83&=\00\00\00\00\00\e0\ea?\00\00\00\00\00\00\00\00\00\10\8c\beNW\c6?x.<,\8b\cf\19=\00\00\00\00\00\c0\ea?\00\00\00\00\00\00\00\00\00pu\8b\12\f0\c6?\e1!\9c\e5\8d\11%\bd\00\00\00\00\00\a0\ea?\00\00\00\00\00\00\00\00\00PD\85\8d\89\c7?\05C\91p\10f\1c\bd\00\00\00\00\00`\ea?\00\00\00\00\00\00\00\00\00\009\eb\af\be\c8?\d1,\e9\aaT=\07\bd\00\00\00\00\00@\ea?\00\00\00\00\00\00\00\00\00\00\f7\dcZZ\c9?o\ff\a0X(\f2\07=\00\00\00\00\00\00\ea?\00\00\00\00\00\00\00\00\00\e0\8a<\ed\93\ca?i!VPCr(\bd\00\00\00\00\00\e0\e9?\00\00\00\00\00\00\00\00\00\d0[W\d81\cb?\aa\e1\acN\8d5\0c\bd\00\00\00\00\00\c0\e9?\00\00\00\00\00\00\00\00\00\e0;8\87\d0\cb?\b6\12TY\c4K-\bd\00\00\00\00\00\a0\e9?\00\00\00\00\00\00\00\00\00\10\f0\c6\fbo\cc?\d2+\96\c5r\ec\f1\bc\00\00\00\00\00`\e9?\00\00\00\00\00\00\00\00\00\90\d4\b0=\b1\cd?5\b0\15\f7*\ff*\bd\00\00\00\00\00@\e9?\00\00\00\00\00\00\00\00\00\10\e7\ff\0eS\ce?0\f4A`\'\12\c2<\00\00\00\00\00 \e9?\00\00\00\00\00\00\00\00\00\00\dd\e4\ad\f5\ce?\11\8e\bbe\15!\ca\bc\00\00\00\00\00\00\e9?\00\00\00\00\00\00\00\00\00\b0\b3l\1c\99\cf?0\df\0c\ca\ec\cb\1b=\00\00\00\00\00\c0\e8?\00\00\00\00\00\00\00\00\00XM`8q\d0?\91N\ed\16\db\9c\f8<\00\00\00\00\00\a0\e8?\00\00\00\00\00\00\00\00\00`ag-\c4\d0?\e9\ea<\16\8b\18\'=\00\00\00\00\00\80\e8?\00\00\00\00\00\00\00\00\00\e8\'\82\8e\17\d1?\1c\f0\a5c\0e!,\bd\00\00\00\00\00`\e8?\00\00\00\00\00\00\00\00\00\f8\ac\cb\\k\d1?\81\16\a5\f7\cd\9a+=\00\00\00\00\00@\e8?\00\00\00\00\00\00\00\00\00hZc\99\bf\d1?\b7\bdGQ\ed\a6,=\00\00\00\00\00 \e8?\00\00\00\00\00\00\00\00\00\b8\0emE\14\d2?\ea\baF\ba\de\87\n=\00\00\00\00\00\e0\e7?\00\00\00\00\00\00\00\00\00\90\dc|\f0\be\d2?\f4\04PJ\fa\9c*=\00\00\00\00\00\c0\e7?\00\00\00\00\00\00\00\00\00`\d3\e1\f1\14\d3?\b8\9a\ec\ef?\d1f\87\10z^\90\bc\85\7fn\e8\15\e3\ef?\13\f6g5R\d2\8c\be\ef?m{\83]\a6\9a\97<\0f\89\f9lX\b5\ef?\fc\ef\fd\92\1a\b5\8e<\f7Gr+\92\ac\ef?\d1\9c/p=\be><\a2\d1\d32\ec\a3\ef?\0bn\90\894\03j\bc\1b\d3\fe\aff\9b\ef?\0e\bd/*RV\95\bcQ[\12\d0\01\93\ef?U\eaN\8c\ef\80P\bc\cc1l\c0\bd\8a\ef?\16\f4\d5\b9#\c9\91\bc\e0-\a9\ae\9a\82\ef?\afU\\\e9\e3\d3\80\f7\ec\9a<\aa\b9h1\87T\ef?\9d8\86\cb\82\e7\8f\bc\1d\d9\fc\"PM\ef?\8d\c3\a6DAo\8a<\d6\8cb\88;F\ef?}\04\e4\b0\05z\80<\96\dc}\91I?\ef?\94\a8\a8\e3\fd\8e\96<8bunz8\ef?}Ht\f2\18^\87\a9\af\0c\ef?\b6\ab\b0MuM\83<\15\b71\n\fe\06\ef?Lt\ac\e2\01B\86<1\d8L\fcp\01\ef?J\f8\d3]9\dd\8f<\ff\16d\b2\08\fc\ee?\04[\8e;\80\a3\86\bc\f1\9f\92_\c5\f6\ee?hPK\cc\edJ\92\bc\cb\a9:7\a7\f1\ee?\8e-Q\1b\f8\07\99\bcf\d8\05m\ae\ec\ee?\d26\94>\e8\d1q\bc\f7\9f\e54\db\e7\ee?\15\1b\ce\b3\19\19\99\bc\e5\a8\13\c3-\e3\ee?mL*\a7H\9f\85<\"4\12L\a6\de\ee?\8ai(z`\12\93\bc\1c\80\ac\04E\da\ee?[\89\17H\8f\a7X\bc*.\f7!\n\d6\ee?\1b\9aIg\9b,|\bc\97\a8P\d9\f5\d1\ee?\11\ac\c2`\edcC<-\89a`\08\ce\ee?\efd\06;\tf\96Z~d\1fx\bct_\ec\e8u\9f\ee?\b0}\8b\c0J\ee\86\bct\81\a5H\9a\9f\ee?\8a\e6U\1e2\19\86\bc\c9gBV\eb\9f\ee?\d3\d4\t^\cb\9c\90T\'\a4\ee?47;\f1\b6i\93\bc\13\ceL\99\89\a5\ee?\1e\ff\19:\84^\80\bc\ad\c7#F\1a\a7\ee?nWr\d8P\d4\94\bc\ed\92D\9b\d9\a8\ee?\00\8a\0e[g\ad\90<\99f\8a\d9\c7\aa\ee?\b4\ea\f0\c1/\b7\8d<\db\a0*B\e5\ac\ee?\ff\e7\c5\9c`\b6e\bc\8cD\b5\162\af\ee?D_\f3Y\83\f6{<6w\15\99\ae\b1\ee?\83=\1e\a7\1f\t\93\bc\c6\ff\91\0b[\b4\ee?)\1el\8b\b8\a9]\bc\e5\c5\cd\b07\b7\ee?Y\b9\90|\f9#l\bc\0fR\c8\cbD\ba\ee?\aa\f9\f4\"CC\92\bcPN\de\9f\82\bd\ee?K\8ef\d7l\ca\85\bc\ba\07\cap\f1\c0\ee?\'\ce\91+\fc\afq<\90\f0\a3\82\91\c4\ee?\bbs\n\e15\d2m<##\e3\19c\c8\ee?c\"b\"\04\c5\87\bce\e5]{f\cc\ee?\d51\e2\e3\86\1c\8b<3-J\ec\9b\d0\ee?\15\bb\bc\d3\d1\bb\91\bc]%>\b2\03\d5\ee?\d21\ee\9c1\cc\90\b4\07!\d5\82\bc_\9b{3\97|\ef?\c9\rG;\b9*\89\bc)\a1\f5\14F\86\ef?\d3\88:`\04\b6t<\f6?\8b\e7.\90\ef?qr\9dQ\ec\c5\83<\83L\c7\fbQ\9a\ef?\f0\91\d3\8f\12\f7\8f\bc\da\90\a4\a2\af\a4\ef?}t#\e2\98\ae\8d\bc\f1g\8e-H\af\ef?\08 \aaA\bc\c3\8e<\'Za\ee\1b\ba\ef?2\eb\a9\c3\94+\84<\97\bak7+\c5\ef?\ee\85\d11\a9d\8a<@En[v\d0\ef?\ed\e3;\e4\ba7\8e\bc\14\be\9c\ad\fd\db\ef?\9d\cd\91M;\89w<\d8\90\9e\81\c1\e7\ef?\89\cc`A\c1\05S<\f1q\8f+\c2\f3\ef?") - (data (i32.const 6152) "\be\f3\f8y\eca\f6?\190\96[\c6\fe\de\bf=\88\afJ\edq\f5?\a4\fc\d42h\0b\db\bf\b0\10\f0\f09\95\f4?{\b7\1f\n\8bA\d7\bf\85\03\b8\b0\95\c9\f3?{\cfm\1a\e9\9d\d3\bf\a5d\88\0c\19\r\f3?1\b6\f2\f3\9b\1d\d0\bf\a0\8e\0b{\"^\f2?\f0z;\1b\1d|\c9\bf?4\1aJJ\bb\f1?\9f<\af\93\e3\f9\c2\bf\ba\e5\8a\f0X#\f1?\\\8dx\bf\cb`\b9\bf\a7\00\99A?\95\f0?\ce_G\b6\9do\aa\bf\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00\00\acG\9a\fd\8c`\ee?=\f5$\9f\ca8\b3?\a0j\02\1f\b3\a4\ec?\ba\918T\a9v\c4?\e6\fcjW6 \eb?\d2\e4\c4J\0b\84\ce?-\aa\a1c\d1\c2\e9?\1ce\c6\f0E\06\d4?\edAx\03\e6\86\e8?\f8\9f\1b,\9c\8e\d8?bHS\f5\dcg\e7?\cc{\b1N\a4\e0\dc?") - (data (i32.const 6408) "\00\00\00\00\00\00\f0?t\85\15\d3\b0\d9\ef?\0f\89\f9lX\b5\ef?Q[\12\d0\01\93\ef?{Q}<\b8r\ef?\aa\b9h1\87T\ef?8bunz8\ef?\e1\de\1f\f5\9d\1e\ef?\15\b71\n\fe\06\ef?\cb\a9:7\a7\f1\ee?\"4\12L\a6\de\ee?-\89a`\08\ce\ee?\'*6\d5\da\bf\ee?\82O\9dV+\b4\ee?)TH\dd\07\ab\ee?\85U:\b0~\a4\ee?\cd;\7ff\9e\a0\ee?t_\ec\e8u\9f\ee?\87\01\ebs\14\a1\ee?\13\ceL\99\89\a5\ee?\db\a0*B\e5\ac\ee?\e5\c5\cd\b07\b7\ee?\90\f0\a3\82\91\c4\ee?]%>\b2\03\d5\ee?\ad\d3Z\99\9f\e8\ee?G^\fb\f2v\ff\ee?\9cR\85\dd\9b\19\ef?i\90\ef\dc 7\ef?\87\a4\fb\dc\18X\ef?_\9b{3\97|\ef?\da\90\a4\a2\af\a4\ef?@En[v\d0\ef?") + (data $0 (i32.const 8) "\00\00\00\00\00\a0\f6?\00\00\00\00\00\00\00\00\00\c8\b9\f2\82,\d6\bf\80V7($\b4\fa<\00\00\00\00\00\80\f6?\00\00\00\00\00\00\00\00\00\08X\bf\bd\d1\d5\bf \f7\e0\d8\08\a5\1c\bd\00\00\00\00\00`\f6?\00\00\00\00\00\00\00\00\00XE\17wv\d5\bfmP\b6\d5\a4b#\bd\00\00\00\00\00@\f6?\00\00\00\00\00\00\00\00\00\f8-\87\ad\1a\d5\bf\d5g\b0\9e\e4\84\e6\bc\00\00\00\00\00 \f6?\00\00\00\00\00\00\00\00\00xw\95_\be\d4\bf\e0>)\93i\1b\04\bd\00\00\00\00\00\00\f6?\00\00\00\00\00\00\00\00\00`\1c\c2\8ba\d4\bf\cc\84LH/\d8\13=\00\00\00\00\00\e0\f5?\00\00\00\00\00\00\00\00\00\a8\86\860\04\d4\bf:\0b\82\ed\f3B\dc<\00\00\00\00\00\c0\f5?\00\00\00\00\00\00\00\00\00HiUL\a6\d3\bf`\94Q\86\c6\b1 =\00\00\00\00\00\a0\f5?\00\00\00\00\00\00\00\00\00\80\98\9a\ddG\d3\bf\92\80\c5\d4MY%=\00\00\00\00\00\80\f5?\00\00\00\00\00\00\00\00\00 \e1\ba\e2\e8\d2\bf\d8+\b7\99\1e{&=\00\00\00\00\00`\f5?\00\00\00\00\00\00\00\00\00\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00`\f5?\00\00\00\00\00\00\00\00\00\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00@\f5?\00\00\00\00\00\00\00\00\00x\cf\fbA)\d2\bfv\daS($Z\16\bd\00\00\00\00\00 \f5?\00\00\00\00\00\00\00\00\00\98i\c1\98\c8\d1\bf\04T\e7h\bc\af\1f\bd\00\00\00\00\00\00\f5?\00\00\00\00\00\00\00\00\00\a8\ab\ab\\g\d1\bf\f0\a8\823\c6\1f\1f=\00\00\00\00\00\e0\f4?\00\00\00\00\00\00\00\00\00H\ae\f9\8b\05\d1\bffZ\05\fd\c4\a8&\bd\00\00\00\00\00\c0\f4?\00\00\00\00\00\00\00\00\00\90s\e2$\a3\d0\bf\0e\03\f4~\eek\0c\bd\00\00\00\00\00\a0\f4?\00\00\00\00\00\00\00\00\00\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\a0\f4?\00\00\00\00\00\00\00\00\00\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\80\f4?\00\00\00\00\00\00\00\00\00@^m\18\b9\cf\bf\87<\99\ab*W\r=\00\00\00\00\00`\f4?\00\00\00\00\00\00\00\00\00`\dc\cb\ad\f0\ce\bf$\af\86\9c\b7&+=\00\00\00\00\00@\f4?\00\00\00\00\00\00\00\00\00\f0*n\07\'\ce\bf\10\ff?TO/\17\bd\00\00\00\00\00 \f4?\00\00\00\00\00\00\00\00\00\c0Ok!\\\cd\bf\1bh\ca\bb\91\ba!=\00\00\00\00\00\00\f4?\00\00\00\00\00\00\00\00\00\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\00\f4?\00\00\00\00\00\00\00\00\00\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\e0\f3?\00\00\00\00\00\00\00\00\00\90-t\86\c2\cb\bf\8f\b7\8b1\b0N\19=\00\00\00\00\00\c0\f3?\00\00\00\00\00\00\00\00\00\c0\80N\c9\f3\ca\bff\90\cd?cN\ba<\00\00\00\00\00\a0\f3?\00\00\00\00\00\00\00\00\00\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\a0\f3?\00\00\00\00\00\00\00\00\00\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\80\f3?\00\00\00\00\00\00\00\00\00P\f4\9cZR\c9\bf\e3\d4\c1\04\d9\d1*\bd\00\00\00\00\00`\f3?\00\00\00\00\00\00\00\00\00\d0 e\a0\7f\c8\bf\t\fa\db\7f\bf\bd+=\00\00\00\00\00@\f3?\00\00\00\00\00\00\00\00\00\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00@\f3?\00\00\00\00\00\00\00\00\00\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00 \f3?\00\00\00\00\00\00\00\00\00\d0\19\e7\0f\d6\c6\bff\e2\b2\a3j\e4\10\bd\00\00\00\00\00\00\f3?\00\00\00\00\00\00\00\00\00\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\00\f3?\00\00\00\00\00\00\00\00\00\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\e0\f2?\00\00\00\00\00\00\00\00\00\b0\a1\e3\e5&\c5\bf\8f[\07\90\8b\de \bd\00\00\00\00\00\c0\f2?\00\00\00\00\00\00\00\00\00\80\cbl+M\c4\bf\11\0e\bd\00\00\00\00\00\e0\ed?\00\00\00\00\00\00\00\00\00`F\d1;\97\b1?\9b\9e\rV]2%\bd\00\00\00\00\00\a0\ed?\00\00\00\00\00\00\00\00\00\e0\d1\a7\f5\bd\b3?\d7N\db\a5^\c8,=\00\00\00\00\00`\ed?\00\00\00\00\00\00\00\00\00\a0\97MZ\e9\b5?\1e\1d]<\06i,\bd\00\00\00\00\00@\ed?\00\00\00\00\00\00\00\00\00\c0\ea\n\d3\00\b7?2\ed\9d\a9\8d\1e\ec<\00\00\00\00\00\00\ed?\00\00\00\00\00\00\00\00\00@Y]^3\b9?\daG\bd:\\\11#=\00\00\00\00\00\c0\ec?\00\00\00\00\00\00\00\00\00`\ad\8d\c8j\bb?\e5h\f7+\80\90\13\bd\00\00\00\00\00\a0\ec?\00\00\00\00\00\00\00\00\00@\bc\01X\88\bc?\d3\acZ\c6\d1F&=\00\00\00\00\00`\ec?\00\00\00\00\00\00\00\00\00 \n\839\c7\be?\e0E\e6\afh\c0-\bd\00\00\00\00\00@\ec?\00\00\00\00\00\00\00\00\00\e0\db9\91\e8\bf?\fd\n\a1O\d64%\bd\00\00\00\00\00\00\ec?\00\00\00\00\00\00\00\00\00\e0\'\82\8e\17\c1?\f2\07-\cex\ef!=\00\00\00\00\00\e0\eb?\00\00\00\00\00\00\00\00\00\f0#~+\aa\c1?4\998D\8e\a7,=\00\00\00\00\00\a0\eb?\00\00\00\00\00\00\00\00\00\80\86\0ca\d1\c2?\a1\b4\81\cbl\9d\03=\00\00\00\00\00\80\eb?\00\00\00\00\00\00\00\00\00\90\15\b0\fce\c3?\89rK#\a8/\c6<\00\00\00\00\00@\eb?\00\00\00\00\00\00\00\00\00\b03\83=\91\c4?x\b6\fdTy\83%=\00\00\00\00\00 \eb?\00\00\00\00\00\00\00\00\00\b0\a1\e4\e5\'\c5?\c7}i\e5\e83&=\00\00\00\00\00\e0\ea?\00\00\00\00\00\00\00\00\00\10\8c\beNW\c6?x.<,\8b\cf\19=\00\00\00\00\00\c0\ea?\00\00\00\00\00\00\00\00\00pu\8b\12\f0\c6?\e1!\9c\e5\8d\11%\bd\00\00\00\00\00\a0\ea?\00\00\00\00\00\00\00\00\00PD\85\8d\89\c7?\05C\91p\10f\1c\bd\00\00\00\00\00`\ea?\00\00\00\00\00\00\00\00\00\009\eb\af\be\c8?\d1,\e9\aaT=\07\bd\00\00\00\00\00@\ea?\00\00\00\00\00\00\00\00\00\00\f7\dcZZ\c9?o\ff\a0X(\f2\07=\00\00\00\00\00\00\ea?\00\00\00\00\00\00\00\00\00\e0\8a<\ed\93\ca?i!VPCr(\bd\00\00\00\00\00\e0\e9?\00\00\00\00\00\00\00\00\00\d0[W\d81\cb?\aa\e1\acN\8d5\0c\bd\00\00\00\00\00\c0\e9?\00\00\00\00\00\00\00\00\00\e0;8\87\d0\cb?\b6\12TY\c4K-\bd\00\00\00\00\00\a0\e9?\00\00\00\00\00\00\00\00\00\10\f0\c6\fbo\cc?\d2+\96\c5r\ec\f1\bc\00\00\00\00\00`\e9?\00\00\00\00\00\00\00\00\00\90\d4\b0=\b1\cd?5\b0\15\f7*\ff*\bd\00\00\00\00\00@\e9?\00\00\00\00\00\00\00\00\00\10\e7\ff\0eS\ce?0\f4A`\'\12\c2<\00\00\00\00\00 \e9?\00\00\00\00\00\00\00\00\00\00\dd\e4\ad\f5\ce?\11\8e\bbe\15!\ca\bc\00\00\00\00\00\00\e9?\00\00\00\00\00\00\00\00\00\b0\b3l\1c\99\cf?0\df\0c\ca\ec\cb\1b=\00\00\00\00\00\c0\e8?\00\00\00\00\00\00\00\00\00XM`8q\d0?\91N\ed\16\db\9c\f8<\00\00\00\00\00\a0\e8?\00\00\00\00\00\00\00\00\00`ag-\c4\d0?\e9\ea<\16\8b\18\'=\00\00\00\00\00\80\e8?\00\00\00\00\00\00\00\00\00\e8\'\82\8e\17\d1?\1c\f0\a5c\0e!,\bd\00\00\00\00\00`\e8?\00\00\00\00\00\00\00\00\00\f8\ac\cb\\k\d1?\81\16\a5\f7\cd\9a+=\00\00\00\00\00@\e8?\00\00\00\00\00\00\00\00\00hZc\99\bf\d1?\b7\bdGQ\ed\a6,=\00\00\00\00\00 \e8?\00\00\00\00\00\00\00\00\00\b8\0emE\14\d2?\ea\baF\ba\de\87\n=\00\00\00\00\00\e0\e7?\00\00\00\00\00\00\00\00\00\90\dc|\f0\be\d2?\f4\04PJ\fa\9c*=\00\00\00\00\00\c0\e7?\00\00\00\00\00\00\00\00\00`\d3\e1\f1\14\d3?\b8\9a\ec\ef?\d1f\87\10z^\90\bc\85\7fn\e8\15\e3\ef?\13\f6g5R\d2\8c\be\ef?m{\83]\a6\9a\97<\0f\89\f9lX\b5\ef?\fc\ef\fd\92\1a\b5\8e<\f7Gr+\92\ac\ef?\d1\9c/p=\be><\a2\d1\d32\ec\a3\ef?\0bn\90\894\03j\bc\1b\d3\fe\aff\9b\ef?\0e\bd/*RV\95\bcQ[\12\d0\01\93\ef?U\eaN\8c\ef\80P\bc\cc1l\c0\bd\8a\ef?\16\f4\d5\b9#\c9\91\bc\e0-\a9\ae\9a\82\ef?\afU\\\e9\e3\d3\80\f7\ec\9a<\aa\b9h1\87T\ef?\9d8\86\cb\82\e7\8f\bc\1d\d9\fc\"PM\ef?\8d\c3\a6DAo\8a<\d6\8cb\88;F\ef?}\04\e4\b0\05z\80<\96\dc}\91I?\ef?\94\a8\a8\e3\fd\8e\96<8bunz8\ef?}Ht\f2\18^\87\a9\af\0c\ef?\b6\ab\b0MuM\83<\15\b71\n\fe\06\ef?Lt\ac\e2\01B\86<1\d8L\fcp\01\ef?J\f8\d3]9\dd\8f<\ff\16d\b2\08\fc\ee?\04[\8e;\80\a3\86\bc\f1\9f\92_\c5\f6\ee?hPK\cc\edJ\92\bc\cb\a9:7\a7\f1\ee?\8e-Q\1b\f8\07\99\bcf\d8\05m\ae\ec\ee?\d26\94>\e8\d1q\bc\f7\9f\e54\db\e7\ee?\15\1b\ce\b3\19\19\99\bc\e5\a8\13\c3-\e3\ee?mL*\a7H\9f\85<\"4\12L\a6\de\ee?\8ai(z`\12\93\bc\1c\80\ac\04E\da\ee?[\89\17H\8f\a7X\bc*.\f7!\n\d6\ee?\1b\9aIg\9b,|\bc\97\a8P\d9\f5\d1\ee?\11\ac\c2`\edcC<-\89a`\08\ce\ee?\efd\06;\tf\96Z~d\1fx\bct_\ec\e8u\9f\ee?\b0}\8b\c0J\ee\86\bct\81\a5H\9a\9f\ee?\8a\e6U\1e2\19\86\bc\c9gBV\eb\9f\ee?\d3\d4\t^\cb\9c\90T\'\a4\ee?47;\f1\b6i\93\bc\13\ceL\99\89\a5\ee?\1e\ff\19:\84^\80\bc\ad\c7#F\1a\a7\ee?nWr\d8P\d4\94\bc\ed\92D\9b\d9\a8\ee?\00\8a\0e[g\ad\90<\99f\8a\d9\c7\aa\ee?\b4\ea\f0\c1/\b7\8d<\db\a0*B\e5\ac\ee?\ff\e7\c5\9c`\b6e\bc\8cD\b5\162\af\ee?D_\f3Y\83\f6{<6w\15\99\ae\b1\ee?\83=\1e\a7\1f\t\93\bc\c6\ff\91\0b[\b4\ee?)\1el\8b\b8\a9]\bc\e5\c5\cd\b07\b7\ee?Y\b9\90|\f9#l\bc\0fR\c8\cbD\ba\ee?\aa\f9\f4\"CC\92\bcPN\de\9f\82\bd\ee?K\8ef\d7l\ca\85\bc\ba\07\cap\f1\c0\ee?\'\ce\91+\fc\afq<\90\f0\a3\82\91\c4\ee?\bbs\n\e15\d2m<##\e3\19c\c8\ee?c\"b\"\04\c5\87\bce\e5]{f\cc\ee?\d51\e2\e3\86\1c\8b<3-J\ec\9b\d0\ee?\15\bb\bc\d3\d1\bb\91\bc]%>\b2\03\d5\ee?\d21\ee\9c1\cc\90\b4\07!\d5\82\bc_\9b{3\97|\ef?\c9\rG;\b9*\89\bc)\a1\f5\14F\86\ef?\d3\88:`\04\b6t<\f6?\8b\e7.\90\ef?qr\9dQ\ec\c5\83<\83L\c7\fbQ\9a\ef?\f0\91\d3\8f\12\f7\8f\bc\da\90\a4\a2\af\a4\ef?}t#\e2\98\ae\8d\bc\f1g\8e-H\af\ef?\08 \aaA\bc\c3\8e<\'Za\ee\1b\ba\ef?2\eb\a9\c3\94+\84<\97\bak7+\c5\ef?\ee\85\d11\a9d\8a<@En[v\d0\ef?\ed\e3;\e4\ba7\8e\bc\14\be\9c\ad\fd\db\ef?\9d\cd\91M;\89w<\d8\90\9e\81\c1\e7\ef?\89\cc`A\c1\05S<\f1q\8f+\c2\f3\ef?") + (data $2 (i32.const 6152) "\be\f3\f8y\eca\f6?\190\96[\c6\fe\de\bf=\88\afJ\edq\f5?\a4\fc\d42h\0b\db\bf\b0\10\f0\f09\95\f4?{\b7\1f\n\8bA\d7\bf\85\03\b8\b0\95\c9\f3?{\cfm\1a\e9\9d\d3\bf\a5d\88\0c\19\r\f3?1\b6\f2\f3\9b\1d\d0\bf\a0\8e\0b{\"^\f2?\f0z;\1b\1d|\c9\bf?4\1aJJ\bb\f1?\9f<\af\93\e3\f9\c2\bf\ba\e5\8a\f0X#\f1?\\\8dx\bf\cb`\b9\bf\a7\00\99A?\95\f0?\ce_G\b6\9do\aa\bf\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00\00\acG\9a\fd\8c`\ee?=\f5$\9f\ca8\b3?\a0j\02\1f\b3\a4\ec?\ba\918T\a9v\c4?\e6\fcjW6 \eb?\d2\e4\c4J\0b\84\ce?-\aa\a1c\d1\c2\e9?\1ce\c6\f0E\06\d4?\edAx\03\e6\86\e8?\f8\9f\1b,\9c\8e\d8?bHS\f5\dcg\e7?\cc{\b1N\a4\e0\dc?") + (data $3 (i32.const 6408) "\00\00\00\00\00\00\f0?t\85\15\d3\b0\d9\ef?\0f\89\f9lX\b5\ef?Q[\12\d0\01\93\ef?{Q}<\b8r\ef?\aa\b9h1\87T\ef?8bunz8\ef?\e1\de\1f\f5\9d\1e\ef?\15\b71\n\fe\06\ef?\cb\a9:7\a7\f1\ee?\"4\12L\a6\de\ee?-\89a`\08\ce\ee?\'*6\d5\da\bf\ee?\82O\9dV+\b4\ee?)TH\dd\07\ab\ee?\85U:\b0~\a4\ee?\cd;\7ff\9e\a0\ee?t_\ec\e8u\9f\ee?\87\01\ebs\14\a1\ee?\13\ceL\99\89\a5\ee?\db\a0*B\e5\ac\ee?\e5\c5\cd\b07\b7\ee?\90\f0\a3\82\91\c4\ee?]%>\b2\03\d5\ee?\ad\d3Z\99\9f\e8\ee?G^\fb\f2v\ff\ee?\9cR\85\dd\9b\19\ef?i\90\ef\dc 7\ef?\87\a4\fb\dc\18X\ef?_\9b{3\97|\ef?\da\90\a4\a2\af\a4\ef?@En[v\d0\ef?") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/binary.release.wat b/tests/compiler/binary.release.wat index de6ce38841..34bdabd57a 100644 --- a/tests/compiler/binary.release.wat +++ b/tests/compiler/binary.release.wat @@ -5,138 +5,138 @@ (global $binary/f (mut f32) (f32.const 0)) (global $binary/F (mut f64) (f64.const 0)) (memory $0 1) - (data (i32.const 1029) "\a0\f6?") - (data (i32.const 1041) "\c8\b9\f2\82,\d6\bf\80V7($\b4\fa<\00\00\00\00\00\80\f6?") - (data (i32.const 1073) "\08X\bf\bd\d1\d5\bf \f7\e0\d8\08\a5\1c\bd\00\00\00\00\00`\f6?") - (data (i32.const 1105) "XE\17wv\d5\bfmP\b6\d5\a4b#\bd\00\00\00\00\00@\f6?") - (data (i32.const 1137) "\f8-\87\ad\1a\d5\bf\d5g\b0\9e\e4\84\e6\bc\00\00\00\00\00 \f6?") - (data (i32.const 1169) "xw\95_\be\d4\bf\e0>)\93i\1b\04\bd\00\00\00\00\00\00\f6?") - (data (i32.const 1201) "`\1c\c2\8ba\d4\bf\cc\84LH/\d8\13=\00\00\00\00\00\e0\f5?") - (data (i32.const 1233) "\a8\86\860\04\d4\bf:\0b\82\ed\f3B\dc<\00\00\00\00\00\c0\f5?") - (data (i32.const 1265) "HiUL\a6\d3\bf`\94Q\86\c6\b1 =\00\00\00\00\00\a0\f5?") - (data (i32.const 1297) "\80\98\9a\ddG\d3\bf\92\80\c5\d4MY%=\00\00\00\00\00\80\f5?") - (data (i32.const 1329) " \e1\ba\e2\e8\d2\bf\d8+\b7\99\1e{&=\00\00\00\00\00`\f5?") - (data (i32.const 1361) "\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00`\f5?") - (data (i32.const 1393) "\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00@\f5?") - (data (i32.const 1425) "x\cf\fbA)\d2\bfv\daS($Z\16\bd\00\00\00\00\00 \f5?") - (data (i32.const 1457) "\98i\c1\98\c8\d1\bf\04T\e7h\bc\af\1f\bd\00\00\00\00\00\00\f5?") - (data (i32.const 1489) "\a8\ab\ab\\g\d1\bf\f0\a8\823\c6\1f\1f=\00\00\00\00\00\e0\f4?") - (data (i32.const 1521) "H\ae\f9\8b\05\d1\bffZ\05\fd\c4\a8&\bd\00\00\00\00\00\c0\f4?") - (data (i32.const 1553) "\90s\e2$\a3\d0\bf\0e\03\f4~\eek\0c\bd\00\00\00\00\00\a0\f4?") - (data (i32.const 1585) "\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\a0\f4?") - (data (i32.const 1617) "\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\80\f4?") - (data (i32.const 1649) "@^m\18\b9\cf\bf\87<\99\ab*W\r=\00\00\00\00\00`\f4?") - (data (i32.const 1681) "`\dc\cb\ad\f0\ce\bf$\af\86\9c\b7&+=\00\00\00\00\00@\f4?") - (data (i32.const 1713) "\f0*n\07\'\ce\bf\10\ff?TO/\17\bd\00\00\00\00\00 \f4?") - (data (i32.const 1745) "\c0Ok!\\\cd\bf\1bh\ca\bb\91\ba!=\00\00\00\00\00\00\f4?") - (data (i32.const 1777) "\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\00\f4?") - (data (i32.const 1809) "\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\e0\f3?") - (data (i32.const 1841) "\90-t\86\c2\cb\bf\8f\b7\8b1\b0N\19=\00\00\00\00\00\c0\f3?") - (data (i32.const 1873) "\c0\80N\c9\f3\ca\bff\90\cd?cN\ba<\00\00\00\00\00\a0\f3?") - (data (i32.const 1905) "\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\a0\f3?") - (data (i32.const 1937) "\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\80\f3?") - (data (i32.const 1969) "P\f4\9cZR\c9\bf\e3\d4\c1\04\d9\d1*\bd\00\00\00\00\00`\f3?") - (data (i32.const 2001) "\d0 e\a0\7f\c8\bf\t\fa\db\7f\bf\bd+=\00\00\00\00\00@\f3?") - (data (i32.const 2033) "\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00@\f3?") - (data (i32.const 2065) "\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00 \f3?") - (data (i32.const 2097) "\d0\19\e7\0f\d6\c6\bff\e2\b2\a3j\e4\10\bd\00\00\00\00\00\00\f3?") - (data (i32.const 2129) "\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\00\f3?") - (data (i32.const 2161) "\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\e0\f2?") - (data (i32.const 2193) "\b0\a1\e3\e5&\c5\bf\8f[\07\90\8b\de \bd\00\00\00\00\00\c0\f2?") - (data (i32.const 2225) "\80\cbl+M\c4\bf\11\0e\bd\00\00\00\00\00\e0\ed?") - (data (i32.const 3729) "`F\d1;\97\b1?\9b\9e\rV]2%\bd\00\00\00\00\00\a0\ed?") - (data (i32.const 3761) "\e0\d1\a7\f5\bd\b3?\d7N\db\a5^\c8,=\00\00\00\00\00`\ed?") - (data (i32.const 3793) "\a0\97MZ\e9\b5?\1e\1d]<\06i,\bd\00\00\00\00\00@\ed?") - (data (i32.const 3825) "\c0\ea\n\d3\00\b7?2\ed\9d\a9\8d\1e\ec<\00\00\00\00\00\00\ed?") - (data (i32.const 3857) "@Y]^3\b9?\daG\bd:\\\11#=\00\00\00\00\00\c0\ec?") - (data (i32.const 3889) "`\ad\8d\c8j\bb?\e5h\f7+\80\90\13\bd\00\00\00\00\00\a0\ec?") - (data (i32.const 3921) "@\bc\01X\88\bc?\d3\acZ\c6\d1F&=\00\00\00\00\00`\ec?") - (data (i32.const 3953) " \n\839\c7\be?\e0E\e6\afh\c0-\bd\00\00\00\00\00@\ec?") - (data (i32.const 3985) "\e0\db9\91\e8\bf?\fd\n\a1O\d64%\bd\00\00\00\00\00\00\ec?") - (data (i32.const 4017) "\e0\'\82\8e\17\c1?\f2\07-\cex\ef!=\00\00\00\00\00\e0\eb?") - (data (i32.const 4049) "\f0#~+\aa\c1?4\998D\8e\a7,=\00\00\00\00\00\a0\eb?") - (data (i32.const 4081) "\80\86\0ca\d1\c2?\a1\b4\81\cbl\9d\03=\00\00\00\00\00\80\eb?") - (data (i32.const 4113) "\90\15\b0\fce\c3?\89rK#\a8/\c6<\00\00\00\00\00@\eb?") - (data (i32.const 4145) "\b03\83=\91\c4?x\b6\fdTy\83%=\00\00\00\00\00 \eb?") - (data (i32.const 4177) "\b0\a1\e4\e5\'\c5?\c7}i\e5\e83&=\00\00\00\00\00\e0\ea?") - (data (i32.const 4209) "\10\8c\beNW\c6?x.<,\8b\cf\19=\00\00\00\00\00\c0\ea?") - (data (i32.const 4241) "pu\8b\12\f0\c6?\e1!\9c\e5\8d\11%\bd\00\00\00\00\00\a0\ea?") - (data (i32.const 4273) "PD\85\8d\89\c7?\05C\91p\10f\1c\bd\00\00\00\00\00`\ea?") - (data (i32.const 4306) "9\eb\af\be\c8?\d1,\e9\aaT=\07\bd\00\00\00\00\00@\ea?") - (data (i32.const 4338) "\f7\dcZZ\c9?o\ff\a0X(\f2\07=\00\00\00\00\00\00\ea?") - (data (i32.const 4369) "\e0\8a<\ed\93\ca?i!VPCr(\bd\00\00\00\00\00\e0\e9?") - (data (i32.const 4401) "\d0[W\d81\cb?\aa\e1\acN\8d5\0c\bd\00\00\00\00\00\c0\e9?") - (data (i32.const 4433) "\e0;8\87\d0\cb?\b6\12TY\c4K-\bd\00\00\00\00\00\a0\e9?") - (data (i32.const 4465) "\10\f0\c6\fbo\cc?\d2+\96\c5r\ec\f1\bc\00\00\00\00\00`\e9?") - (data (i32.const 4497) "\90\d4\b0=\b1\cd?5\b0\15\f7*\ff*\bd\00\00\00\00\00@\e9?") - (data (i32.const 4529) "\10\e7\ff\0eS\ce?0\f4A`\'\12\c2<\00\00\00\00\00 \e9?") - (data (i32.const 4562) "\dd\e4\ad\f5\ce?\11\8e\bbe\15!\ca\bc\00\00\00\00\00\00\e9?") - (data (i32.const 4593) "\b0\b3l\1c\99\cf?0\df\0c\ca\ec\cb\1b=\00\00\00\00\00\c0\e8?") - (data (i32.const 4625) "XM`8q\d0?\91N\ed\16\db\9c\f8<\00\00\00\00\00\a0\e8?") - (data (i32.const 4657) "`ag-\c4\d0?\e9\ea<\16\8b\18\'=\00\00\00\00\00\80\e8?") - (data (i32.const 4689) "\e8\'\82\8e\17\d1?\1c\f0\a5c\0e!,\bd\00\00\00\00\00`\e8?") - (data (i32.const 4721) "\f8\ac\cb\\k\d1?\81\16\a5\f7\cd\9a+=\00\00\00\00\00@\e8?") - (data (i32.const 4753) "hZc\99\bf\d1?\b7\bdGQ\ed\a6,=\00\00\00\00\00 \e8?") - (data (i32.const 4785) "\b8\0emE\14\d2?\ea\baF\ba\de\87\n=\00\00\00\00\00\e0\e7?") - (data (i32.const 4817) "\90\dc|\f0\be\d2?\f4\04PJ\fa\9c*=\00\00\00\00\00\c0\e7?") - (data (i32.const 4849) "`\d3\e1\f1\14\d3?\b8\9a\ec\ef?\d1f\87\10z^\90\bc\85\7fn\e8\15\e3\ef?\13\f6g5R\d2\8c\be\ef?m{\83]\a6\9a\97<\0f\89\f9lX\b5\ef?\fc\ef\fd\92\1a\b5\8e<\f7Gr+\92\ac\ef?\d1\9c/p=\be><\a2\d1\d32\ec\a3\ef?\0bn\90\894\03j\bc\1b\d3\fe\aff\9b\ef?\0e\bd/*RV\95\bcQ[\12\d0\01\93\ef?U\eaN\8c\ef\80P\bc\cc1l\c0\bd\8a\ef?\16\f4\d5\b9#\c9\91\bc\e0-\a9\ae\9a\82\ef?\afU\\\e9\e3\d3\80\f7\ec\9a<\aa\b9h1\87T\ef?\9d8\86\cb\82\e7\8f\bc\1d\d9\fc\"PM\ef?\8d\c3\a6DAo\8a<\d6\8cb\88;F\ef?}\04\e4\b0\05z\80<\96\dc}\91I?\ef?\94\a8\a8\e3\fd\8e\96<8bunz8\ef?}Ht\f2\18^\87\a9\af\0c\ef?\b6\ab\b0MuM\83<\15\b71\n\fe\06\ef?Lt\ac\e2\01B\86<1\d8L\fcp\01\ef?J\f8\d3]9\dd\8f<\ff\16d\b2\08\fc\ee?\04[\8e;\80\a3\86\bc\f1\9f\92_\c5\f6\ee?hPK\cc\edJ\92\bc\cb\a9:7\a7\f1\ee?\8e-Q\1b\f8\07\99\bcf\d8\05m\ae\ec\ee?\d26\94>\e8\d1q\bc\f7\9f\e54\db\e7\ee?\15\1b\ce\b3\19\19\99\bc\e5\a8\13\c3-\e3\ee?mL*\a7H\9f\85<\"4\12L\a6\de\ee?\8ai(z`\12\93\bc\1c\80\ac\04E\da\ee?[\89\17H\8f\a7X\bc*.\f7!\n\d6\ee?\1b\9aIg\9b,|\bc\97\a8P\d9\f5\d1\ee?\11\ac\c2`\edcC<-\89a`\08\ce\ee?\efd\06;\tf\96Z~d\1fx\bct_\ec\e8u\9f\ee?\b0}\8b\c0J\ee\86\bct\81\a5H\9a\9f\ee?\8a\e6U\1e2\19\86\bc\c9gBV\eb\9f\ee?\d3\d4\t^\cb\9c\90T\'\a4\ee?47;\f1\b6i\93\bc\13\ceL\99\89\a5\ee?\1e\ff\19:\84^\80\bc\ad\c7#F\1a\a7\ee?nWr\d8P\d4\94\bc\ed\92D\9b\d9\a8\ee?\00\8a\0e[g\ad\90<\99f\8a\d9\c7\aa\ee?\b4\ea\f0\c1/\b7\8d<\db\a0*B\e5\ac\ee?\ff\e7\c5\9c`\b6e\bc\8cD\b5\162\af\ee?D_\f3Y\83\f6{<6w\15\99\ae\b1\ee?\83=\1e\a7\1f\t\93\bc\c6\ff\91\0b[\b4\ee?)\1el\8b\b8\a9]\bc\e5\c5\cd\b07\b7\ee?Y\b9\90|\f9#l\bc\0fR\c8\cbD\ba\ee?\aa\f9\f4\"CC\92\bcPN\de\9f\82\bd\ee?K\8ef\d7l\ca\85\bc\ba\07\cap\f1\c0\ee?\'\ce\91+\fc\afq<\90\f0\a3\82\91\c4\ee?\bbs\n\e15\d2m<##\e3\19c\c8\ee?c\"b\"\04\c5\87\bce\e5]{f\cc\ee?\d51\e2\e3\86\1c\8b<3-J\ec\9b\d0\ee?\15\bb\bc\d3\d1\bb\91\bc]%>\b2\03\d5\ee?\d21\ee\9c1\cc\90\b4\07!\d5\82\bc_\9b{3\97|\ef?\c9\rG;\b9*\89\bc)\a1\f5\14F\86\ef?\d3\88:`\04\b6t<\f6?\8b\e7.\90\ef?qr\9dQ\ec\c5\83<\83L\c7\fbQ\9a\ef?\f0\91\d3\8f\12\f7\8f\bc\da\90\a4\a2\af\a4\ef?}t#\e2\98\ae\8d\bc\f1g\8e-H\af\ef?\08 \aaA\bc\c3\8e<\'Za\ee\1b\ba\ef?2\eb\a9\c3\94+\84<\97\bak7+\c5\ef?\ee\85\d11\a9d\8a<@En[v\d0\ef?\ed\e3;\e4\ba7\8e\bc\14\be\9c\ad\fd\db\ef?\9d\cd\91M;\89w<\d8\90\9e\81\c1\e7\ef?\89\cc`A\c1\05S<\f1q\8f+\c2\f3\ef?") - (data (i32.const 7168) "\be\f3\f8y\eca\f6?\190\96[\c6\fe\de\bf=\88\afJ\edq\f5?\a4\fc\d42h\0b\db\bf\b0\10\f0\f09\95\f4?{\b7\1f\n\8bA\d7\bf\85\03\b8\b0\95\c9\f3?{\cfm\1a\e9\9d\d3\bf\a5d\88\0c\19\r\f3?1\b6\f2\f3\9b\1d\d0\bf\a0\8e\0b{\"^\f2?\f0z;\1b\1d|\c9\bf?4\1aJJ\bb\f1?\9f<\af\93\e3\f9\c2\bf\ba\e5\8a\f0X#\f1?\\\8dx\bf\cb`\b9\bf\a7\00\99A?\95\f0?\ce_G\b6\9do\aa\bf\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00\00\acG\9a\fd\8c`\ee?=\f5$\9f\ca8\b3?\a0j\02\1f\b3\a4\ec?\ba\918T\a9v\c4?\e6\fcjW6 \eb?\d2\e4\c4J\0b\84\ce?-\aa\a1c\d1\c2\e9?\1ce\c6\f0E\06\d4?\edAx\03\e6\86\e8?\f8\9f\1b,\9c\8e\d8?bHS\f5\dcg\e7?\cc{\b1N\a4\e0\dc?") - (data (i32.const 7430) "\f0?t\85\15\d3\b0\d9\ef?\0f\89\f9lX\b5\ef?Q[\12\d0\01\93\ef?{Q}<\b8r\ef?\aa\b9h1\87T\ef?8bunz8\ef?\e1\de\1f\f5\9d\1e\ef?\15\b71\n\fe\06\ef?\cb\a9:7\a7\f1\ee?\"4\12L\a6\de\ee?-\89a`\08\ce\ee?\'*6\d5\da\bf\ee?\82O\9dV+\b4\ee?)TH\dd\07\ab\ee?\85U:\b0~\a4\ee?\cd;\7ff\9e\a0\ee?t_\ec\e8u\9f\ee?\87\01\ebs\14\a1\ee?\13\ceL\99\89\a5\ee?\db\a0*B\e5\ac\ee?\e5\c5\cd\b07\b7\ee?\90\f0\a3\82\91\c4\ee?]%>\b2\03\d5\ee?\ad\d3Z\99\9f\e8\ee?G^\fb\f2v\ff\ee?\9cR\85\dd\9b\19\ef?i\90\ef\dc 7\ef?\87\a4\fb\dc\18X\ef?_\9b{3\97|\ef?\da\90\a4\a2\af\a4\ef?@En[v\d0\ef?") + (data $0 (i32.const 1029) "\a0\f6?") + (data $0.1 (i32.const 1041) "\c8\b9\f2\82,\d6\bf\80V7($\b4\fa<\00\00\00\00\00\80\f6?") + (data $0.2 (i32.const 1073) "\08X\bf\bd\d1\d5\bf \f7\e0\d8\08\a5\1c\bd\00\00\00\00\00`\f6?") + (data $0.3 (i32.const 1105) "XE\17wv\d5\bfmP\b6\d5\a4b#\bd\00\00\00\00\00@\f6?") + (data $0.4 (i32.const 1137) "\f8-\87\ad\1a\d5\bf\d5g\b0\9e\e4\84\e6\bc\00\00\00\00\00 \f6?") + (data $0.5 (i32.const 1169) "xw\95_\be\d4\bf\e0>)\93i\1b\04\bd\00\00\00\00\00\00\f6?") + (data $0.6 (i32.const 1201) "`\1c\c2\8ba\d4\bf\cc\84LH/\d8\13=\00\00\00\00\00\e0\f5?") + (data $0.7 (i32.const 1233) "\a8\86\860\04\d4\bf:\0b\82\ed\f3B\dc<\00\00\00\00\00\c0\f5?") + (data $0.8 (i32.const 1265) "HiUL\a6\d3\bf`\94Q\86\c6\b1 =\00\00\00\00\00\a0\f5?") + (data $0.9 (i32.const 1297) "\80\98\9a\ddG\d3\bf\92\80\c5\d4MY%=\00\00\00\00\00\80\f5?") + (data $0.10 (i32.const 1329) " \e1\ba\e2\e8\d2\bf\d8+\b7\99\1e{&=\00\00\00\00\00`\f5?") + (data $0.11 (i32.const 1361) "\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00`\f5?") + (data $0.12 (i32.const 1393) "\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00@\f5?") + (data $0.13 (i32.const 1425) "x\cf\fbA)\d2\bfv\daS($Z\16\bd\00\00\00\00\00 \f5?") + (data $0.14 (i32.const 1457) "\98i\c1\98\c8\d1\bf\04T\e7h\bc\af\1f\bd\00\00\00\00\00\00\f5?") + (data $0.15 (i32.const 1489) "\a8\ab\ab\\g\d1\bf\f0\a8\823\c6\1f\1f=\00\00\00\00\00\e0\f4?") + (data $0.16 (i32.const 1521) "H\ae\f9\8b\05\d1\bffZ\05\fd\c4\a8&\bd\00\00\00\00\00\c0\f4?") + (data $0.17 (i32.const 1553) "\90s\e2$\a3\d0\bf\0e\03\f4~\eek\0c\bd\00\00\00\00\00\a0\f4?") + (data $0.18 (i32.const 1585) "\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\a0\f4?") + (data $0.19 (i32.const 1617) "\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\80\f4?") + (data $0.20 (i32.const 1649) "@^m\18\b9\cf\bf\87<\99\ab*W\r=\00\00\00\00\00`\f4?") + (data $0.21 (i32.const 1681) "`\dc\cb\ad\f0\ce\bf$\af\86\9c\b7&+=\00\00\00\00\00@\f4?") + (data $0.22 (i32.const 1713) "\f0*n\07\'\ce\bf\10\ff?TO/\17\bd\00\00\00\00\00 \f4?") + (data $0.23 (i32.const 1745) "\c0Ok!\\\cd\bf\1bh\ca\bb\91\ba!=\00\00\00\00\00\00\f4?") + (data $0.24 (i32.const 1777) "\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\00\f4?") + (data $0.25 (i32.const 1809) "\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\e0\f3?") + (data $0.26 (i32.const 1841) "\90-t\86\c2\cb\bf\8f\b7\8b1\b0N\19=\00\00\00\00\00\c0\f3?") + (data $0.27 (i32.const 1873) "\c0\80N\c9\f3\ca\bff\90\cd?cN\ba<\00\00\00\00\00\a0\f3?") + (data $0.28 (i32.const 1905) "\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\a0\f3?") + (data $0.29 (i32.const 1937) "\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\80\f3?") + (data $0.30 (i32.const 1969) "P\f4\9cZR\c9\bf\e3\d4\c1\04\d9\d1*\bd\00\00\00\00\00`\f3?") + (data $0.31 (i32.const 2001) "\d0 e\a0\7f\c8\bf\t\fa\db\7f\bf\bd+=\00\00\00\00\00@\f3?") + (data $0.32 (i32.const 2033) "\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00@\f3?") + (data $0.33 (i32.const 2065) "\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00 \f3?") + (data $0.34 (i32.const 2097) "\d0\19\e7\0f\d6\c6\bff\e2\b2\a3j\e4\10\bd\00\00\00\00\00\00\f3?") + (data $0.35 (i32.const 2129) "\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\00\f3?") + (data $0.36 (i32.const 2161) "\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\e0\f2?") + (data $0.37 (i32.const 2193) "\b0\a1\e3\e5&\c5\bf\8f[\07\90\8b\de \bd\00\00\00\00\00\c0\f2?") + (data $0.38 (i32.const 2225) "\80\cbl+M\c4\bf\11\0e\bd\00\00\00\00\00\e0\ed?") + (data $0.85 (i32.const 3729) "`F\d1;\97\b1?\9b\9e\rV]2%\bd\00\00\00\00\00\a0\ed?") + (data $0.86 (i32.const 3761) "\e0\d1\a7\f5\bd\b3?\d7N\db\a5^\c8,=\00\00\00\00\00`\ed?") + (data $0.87 (i32.const 3793) "\a0\97MZ\e9\b5?\1e\1d]<\06i,\bd\00\00\00\00\00@\ed?") + (data $0.88 (i32.const 3825) "\c0\ea\n\d3\00\b7?2\ed\9d\a9\8d\1e\ec<\00\00\00\00\00\00\ed?") + (data $0.89 (i32.const 3857) "@Y]^3\b9?\daG\bd:\\\11#=\00\00\00\00\00\c0\ec?") + (data $0.90 (i32.const 3889) "`\ad\8d\c8j\bb?\e5h\f7+\80\90\13\bd\00\00\00\00\00\a0\ec?") + (data $0.91 (i32.const 3921) "@\bc\01X\88\bc?\d3\acZ\c6\d1F&=\00\00\00\00\00`\ec?") + (data $0.92 (i32.const 3953) " \n\839\c7\be?\e0E\e6\afh\c0-\bd\00\00\00\00\00@\ec?") + (data $0.93 (i32.const 3985) "\e0\db9\91\e8\bf?\fd\n\a1O\d64%\bd\00\00\00\00\00\00\ec?") + (data $0.94 (i32.const 4017) "\e0\'\82\8e\17\c1?\f2\07-\cex\ef!=\00\00\00\00\00\e0\eb?") + (data $0.95 (i32.const 4049) "\f0#~+\aa\c1?4\998D\8e\a7,=\00\00\00\00\00\a0\eb?") + (data $0.96 (i32.const 4081) "\80\86\0ca\d1\c2?\a1\b4\81\cbl\9d\03=\00\00\00\00\00\80\eb?") + (data $0.97 (i32.const 4113) "\90\15\b0\fce\c3?\89rK#\a8/\c6<\00\00\00\00\00@\eb?") + (data $0.98 (i32.const 4145) "\b03\83=\91\c4?x\b6\fdTy\83%=\00\00\00\00\00 \eb?") + (data $0.99 (i32.const 4177) "\b0\a1\e4\e5\'\c5?\c7}i\e5\e83&=\00\00\00\00\00\e0\ea?") + (data $0.100 (i32.const 4209) "\10\8c\beNW\c6?x.<,\8b\cf\19=\00\00\00\00\00\c0\ea?") + (data $0.101 (i32.const 4241) "pu\8b\12\f0\c6?\e1!\9c\e5\8d\11%\bd\00\00\00\00\00\a0\ea?") + (data $0.102 (i32.const 4273) "PD\85\8d\89\c7?\05C\91p\10f\1c\bd\00\00\00\00\00`\ea?") + (data $0.103 (i32.const 4306) "9\eb\af\be\c8?\d1,\e9\aaT=\07\bd\00\00\00\00\00@\ea?") + (data $0.104 (i32.const 4338) "\f7\dcZZ\c9?o\ff\a0X(\f2\07=\00\00\00\00\00\00\ea?") + (data $0.105 (i32.const 4369) "\e0\8a<\ed\93\ca?i!VPCr(\bd\00\00\00\00\00\e0\e9?") + (data $0.106 (i32.const 4401) "\d0[W\d81\cb?\aa\e1\acN\8d5\0c\bd\00\00\00\00\00\c0\e9?") + (data $0.107 (i32.const 4433) "\e0;8\87\d0\cb?\b6\12TY\c4K-\bd\00\00\00\00\00\a0\e9?") + (data $0.108 (i32.const 4465) "\10\f0\c6\fbo\cc?\d2+\96\c5r\ec\f1\bc\00\00\00\00\00`\e9?") + (data $0.109 (i32.const 4497) "\90\d4\b0=\b1\cd?5\b0\15\f7*\ff*\bd\00\00\00\00\00@\e9?") + (data $0.110 (i32.const 4529) "\10\e7\ff\0eS\ce?0\f4A`\'\12\c2<\00\00\00\00\00 \e9?") + (data $0.111 (i32.const 4562) "\dd\e4\ad\f5\ce?\11\8e\bbe\15!\ca\bc\00\00\00\00\00\00\e9?") + (data $0.112 (i32.const 4593) "\b0\b3l\1c\99\cf?0\df\0c\ca\ec\cb\1b=\00\00\00\00\00\c0\e8?") + (data $0.113 (i32.const 4625) "XM`8q\d0?\91N\ed\16\db\9c\f8<\00\00\00\00\00\a0\e8?") + (data $0.114 (i32.const 4657) "`ag-\c4\d0?\e9\ea<\16\8b\18\'=\00\00\00\00\00\80\e8?") + (data $0.115 (i32.const 4689) "\e8\'\82\8e\17\d1?\1c\f0\a5c\0e!,\bd\00\00\00\00\00`\e8?") + (data $0.116 (i32.const 4721) "\f8\ac\cb\\k\d1?\81\16\a5\f7\cd\9a+=\00\00\00\00\00@\e8?") + (data $0.117 (i32.const 4753) "hZc\99\bf\d1?\b7\bdGQ\ed\a6,=\00\00\00\00\00 \e8?") + (data $0.118 (i32.const 4785) "\b8\0emE\14\d2?\ea\baF\ba\de\87\n=\00\00\00\00\00\e0\e7?") + (data $0.119 (i32.const 4817) "\90\dc|\f0\be\d2?\f4\04PJ\fa\9c*=\00\00\00\00\00\c0\e7?") + (data $0.120 (i32.const 4849) "`\d3\e1\f1\14\d3?\b8\9a\ec\ef?\d1f\87\10z^\90\bc\85\7fn\e8\15\e3\ef?\13\f6g5R\d2\8c\be\ef?m{\83]\a6\9a\97<\0f\89\f9lX\b5\ef?\fc\ef\fd\92\1a\b5\8e<\f7Gr+\92\ac\ef?\d1\9c/p=\be><\a2\d1\d32\ec\a3\ef?\0bn\90\894\03j\bc\1b\d3\fe\aff\9b\ef?\0e\bd/*RV\95\bcQ[\12\d0\01\93\ef?U\eaN\8c\ef\80P\bc\cc1l\c0\bd\8a\ef?\16\f4\d5\b9#\c9\91\bc\e0-\a9\ae\9a\82\ef?\afU\\\e9\e3\d3\80\f7\ec\9a<\aa\b9h1\87T\ef?\9d8\86\cb\82\e7\8f\bc\1d\d9\fc\"PM\ef?\8d\c3\a6DAo\8a<\d6\8cb\88;F\ef?}\04\e4\b0\05z\80<\96\dc}\91I?\ef?\94\a8\a8\e3\fd\8e\96<8bunz8\ef?}Ht\f2\18^\87\a9\af\0c\ef?\b6\ab\b0MuM\83<\15\b71\n\fe\06\ef?Lt\ac\e2\01B\86<1\d8L\fcp\01\ef?J\f8\d3]9\dd\8f<\ff\16d\b2\08\fc\ee?\04[\8e;\80\a3\86\bc\f1\9f\92_\c5\f6\ee?hPK\cc\edJ\92\bc\cb\a9:7\a7\f1\ee?\8e-Q\1b\f8\07\99\bcf\d8\05m\ae\ec\ee?\d26\94>\e8\d1q\bc\f7\9f\e54\db\e7\ee?\15\1b\ce\b3\19\19\99\bc\e5\a8\13\c3-\e3\ee?mL*\a7H\9f\85<\"4\12L\a6\de\ee?\8ai(z`\12\93\bc\1c\80\ac\04E\da\ee?[\89\17H\8f\a7X\bc*.\f7!\n\d6\ee?\1b\9aIg\9b,|\bc\97\a8P\d9\f5\d1\ee?\11\ac\c2`\edcC<-\89a`\08\ce\ee?\efd\06;\tf\96Z~d\1fx\bct_\ec\e8u\9f\ee?\b0}\8b\c0J\ee\86\bct\81\a5H\9a\9f\ee?\8a\e6U\1e2\19\86\bc\c9gBV\eb\9f\ee?\d3\d4\t^\cb\9c\90T\'\a4\ee?47;\f1\b6i\93\bc\13\ceL\99\89\a5\ee?\1e\ff\19:\84^\80\bc\ad\c7#F\1a\a7\ee?nWr\d8P\d4\94\bc\ed\92D\9b\d9\a8\ee?\00\8a\0e[g\ad\90<\99f\8a\d9\c7\aa\ee?\b4\ea\f0\c1/\b7\8d<\db\a0*B\e5\ac\ee?\ff\e7\c5\9c`\b6e\bc\8cD\b5\162\af\ee?D_\f3Y\83\f6{<6w\15\99\ae\b1\ee?\83=\1e\a7\1f\t\93\bc\c6\ff\91\0b[\b4\ee?)\1el\8b\b8\a9]\bc\e5\c5\cd\b07\b7\ee?Y\b9\90|\f9#l\bc\0fR\c8\cbD\ba\ee?\aa\f9\f4\"CC\92\bcPN\de\9f\82\bd\ee?K\8ef\d7l\ca\85\bc\ba\07\cap\f1\c0\ee?\'\ce\91+\fc\afq<\90\f0\a3\82\91\c4\ee?\bbs\n\e15\d2m<##\e3\19c\c8\ee?c\"b\"\04\c5\87\bce\e5]{f\cc\ee?\d51\e2\e3\86\1c\8b<3-J\ec\9b\d0\ee?\15\bb\bc\d3\d1\bb\91\bc]%>\b2\03\d5\ee?\d21\ee\9c1\cc\90\b4\07!\d5\82\bc_\9b{3\97|\ef?\c9\rG;\b9*\89\bc)\a1\f5\14F\86\ef?\d3\88:`\04\b6t<\f6?\8b\e7.\90\ef?qr\9dQ\ec\c5\83<\83L\c7\fbQ\9a\ef?\f0\91\d3\8f\12\f7\8f\bc\da\90\a4\a2\af\a4\ef?}t#\e2\98\ae\8d\bc\f1g\8e-H\af\ef?\08 \aaA\bc\c3\8e<\'Za\ee\1b\ba\ef?2\eb\a9\c3\94+\84<\97\bak7+\c5\ef?\ee\85\d11\a9d\8a<@En[v\d0\ef?\ed\e3;\e4\ba7\8e\bc\14\be\9c\ad\fd\db\ef?\9d\cd\91M;\89w<\d8\90\9e\81\c1\e7\ef?\89\cc`A\c1\05S<\f1q\8f+\c2\f3\ef?") + (data $2 (i32.const 7168) "\be\f3\f8y\eca\f6?\190\96[\c6\fe\de\bf=\88\afJ\edq\f5?\a4\fc\d42h\0b\db\bf\b0\10\f0\f09\95\f4?{\b7\1f\n\8bA\d7\bf\85\03\b8\b0\95\c9\f3?{\cfm\1a\e9\9d\d3\bf\a5d\88\0c\19\r\f3?1\b6\f2\f3\9b\1d\d0\bf\a0\8e\0b{\"^\f2?\f0z;\1b\1d|\c9\bf?4\1aJJ\bb\f1?\9f<\af\93\e3\f9\c2\bf\ba\e5\8a\f0X#\f1?\\\8dx\bf\cb`\b9\bf\a7\00\99A?\95\f0?\ce_G\b6\9do\aa\bf\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00\00\acG\9a\fd\8c`\ee?=\f5$\9f\ca8\b3?\a0j\02\1f\b3\a4\ec?\ba\918T\a9v\c4?\e6\fcjW6 \eb?\d2\e4\c4J\0b\84\ce?-\aa\a1c\d1\c2\e9?\1ce\c6\f0E\06\d4?\edAx\03\e6\86\e8?\f8\9f\1b,\9c\8e\d8?bHS\f5\dcg\e7?\cc{\b1N\a4\e0\dc?") + (data $3 (i32.const 7430) "\f0?t\85\15\d3\b0\d9\ef?\0f\89\f9lX\b5\ef?Q[\12\d0\01\93\ef?{Q}<\b8r\ef?\aa\b9h1\87T\ef?8bunz8\ef?\e1\de\1f\f5\9d\1e\ef?\15\b71\n\fe\06\ef?\cb\a9:7\a7\f1\ee?\"4\12L\a6\de\ee?-\89a`\08\ce\ee?\'*6\d5\da\bf\ee?\82O\9dV+\b4\ee?)TH\dd\07\ab\ee?\85U:\b0~\a4\ee?\cd;\7ff\9e\a0\ee?t_\ec\e8u\9f\ee?\87\01\ebs\14\a1\ee?\13\ceL\99\89\a5\ee?\db\a0*B\e5\ac\ee?\e5\c5\cd\b07\b7\ee?\90\f0\a3\82\91\c4\ee?]%>\b2\03\d5\ee?\ad\d3Z\99\9f\e8\ee?G^\fb\f2v\ff\ee?\9cR\85\dd\9b\19\ef?i\90\ef\dc 7\ef?\87\a4\fb\dc\18X\ef?_\9b{3\97|\ef?\da\90\a4\a2\af\a4\ef?@En[v\d0\ef?") (export "memory" (memory $0)) (start $~start) (func $~start diff --git a/tests/compiler/bindings/esm.debug.wat b/tests/compiler/bindings/esm.debug.wat index e8044e808a..361c0f6b46 100644 --- a/tests/compiler/bindings/esm.debug.wat +++ b/tests/compiler/bindings/esm.debug.wat @@ -60,29 +60,29 @@ (global $~lib/memory/__heap_base i32 (i32.const 34020)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00b\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 76) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 108) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00t\00r\00a\00c\00e\00\00\00") - (data (i32.const 140) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\004\002\00 \00f\00r\00o\00m\00 \00c\00o\00n\00s\00o\00l\00e\00.\00l\00o\00g\00\00\00\00\00\00\00") - (data (i32.const 204) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 316) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 448) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 480) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 508) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 572) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 624) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 652) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 716) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 748) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00~\00l\00i\00b\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 812) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00s\00t\00a\00t\00i\00c\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 876) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 924) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1052) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d\00\00\00") - (data (i32.const 1116) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d\00\00\00\00\00") - (data (i32.const 1184) "\10\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\81\08\00\00\01\19\00\00\01\02\00\00$\t\00\00\a4\00\00\00$\n\00\00\02\t\00\00\02A\00\00\00\00\00\00A\00\00\00 \00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00b\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 76) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 108) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00t\00r\00a\00c\00e\00\00\00") + (data $4 (i32.const 140) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\004\002\00 \00f\00r\00o\00m\00 \00c\00o\00n\00s\00o\00l\00e\00.\00l\00o\00g\00\00\00\00\00\00\00") + (data $5 (i32.const 204) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $6 (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") + (data $7 (i32.const 316) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $8 (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 448) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 480) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 508) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 572) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 624) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $14 (i32.const 652) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $15 (i32.const 716) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $16 (i32.const 748) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00~\00l\00i\00b\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $17 (i32.const 812) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00s\00t\00a\00t\00i\00c\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00") + (data $18 (i32.const 876) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $19 (i32.const 924) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $20 (i32.const 1052) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d\00\00\00") + (data $21 (i32.const 1116) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d\00\00\00\00\00") + (data $22 (i32.const 1184) "\10\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\81\08\00\00\01\19\00\00\01\02\00\00$\t\00\00\a4\00\00\00$\n\00\00\02\t\00\00\02A\00\00\00\00\00\00A\00\00\00 \00\00\00") (table $0 2 2 funcref) (elem $0 (i32.const 1) $start:bindings/esm~anonymous|0) (export "plainGlobal" (global $bindings/esm/plainGlobal)) diff --git a/tests/compiler/bindings/esm.release.wat b/tests/compiler/bindings/esm.release.wat index e0cda31112..f611ce3b6d 100644 --- a/tests/compiler/bindings/esm.release.wat +++ b/tests/compiler/bindings/esm.release.wat @@ -44,46 +44,46 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 35044)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\02\00\00\00\02\00\00\00a") - (data (i32.const 1068) "\1c") - (data (i32.const 1080) "\02\00\00\00\02\00\00\00b") - (data (i32.const 1100) "\1c") - (data (i32.const 1112) "\04\00\00\00\08\00\00\00\01") - (data (i32.const 1132) "\1c") - (data (i32.const 1144) "\02\00\00\00\n\00\00\00t\00r\00a\00c\00e") - (data (i32.const 1164) "<") - (data (i32.const 1176) "\02\00\00\00&\00\00\004\002\00 \00f\00r\00o\00m\00 \00c\00o\00n\00s\00o\00l\00e\00.\00l\00o\00g") - (data (i32.const 1228) ",") - (data (i32.const 1240) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1276) "<") - (data (i32.const 1288) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") - (data (i32.const 1340) "<") - (data (i32.const 1352) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1404) "<") - (data (i32.const 1416) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1532) "<") - (data (i32.const 1544) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1596) ",") - (data (i32.const 1608) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1676) "<") - (data (i32.const 1688) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1740) "\1c") - (data (i32.const 1752) "\02") - (data (i32.const 1772) "<") - (data (i32.const 1784) "\02\00\00\00$\00\00\00~\00l\00i\00b\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1836) "<") - (data (i32.const 1848) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00s\00t\00a\00t\00i\00c\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1900) ",") - (data (i32.const 1912) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1948) "|") - (data (i32.const 1960) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") - (data (i32.const 2076) "<") - (data (i32.const 2088) "\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d") - (data (i32.const 2140) "<") - (data (i32.const 2152) "\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d") - (data (i32.const 2208) "\10\00\00\00 \00\00\00 \00\00\00 ") - (data (i32.const 2232) "\81\08\00\00\01\19\00\00\01\02\00\00$\t\00\00\a4\00\00\00$\n\00\00\02\t\00\00\02A\00\00\00\00\00\00A\00\00\00 ") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02\00\00\00\02\00\00\00a") + (data $1 (i32.const 1068) "\1c") + (data $1.1 (i32.const 1080) "\02\00\00\00\02\00\00\00b") + (data $2 (i32.const 1100) "\1c") + (data $2.1 (i32.const 1112) "\04\00\00\00\08\00\00\00\01") + (data $3 (i32.const 1132) "\1c") + (data $3.1 (i32.const 1144) "\02\00\00\00\n\00\00\00t\00r\00a\00c\00e") + (data $4 (i32.const 1164) "<") + (data $4.1 (i32.const 1176) "\02\00\00\00&\00\00\004\002\00 \00f\00r\00o\00m\00 \00c\00o\00n\00s\00o\00l\00e\00.\00l\00o\00g") + (data $5 (i32.const 1228) ",") + (data $5.1 (i32.const 1240) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $6 (i32.const 1276) "<") + (data $6.1 (i32.const 1288) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") + (data $7 (i32.const 1340) "<") + (data $7.1 (i32.const 1352) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $8 (i32.const 1404) "<") + (data $8.1 (i32.const 1416) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $11 (i32.const 1532) "<") + (data $11.1 (i32.const 1544) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $12 (i32.const 1596) ",") + (data $12.1 (i32.const 1608) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $14 (i32.const 1676) "<") + (data $14.1 (i32.const 1688) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $15 (i32.const 1740) "\1c") + (data $15.1 (i32.const 1752) "\02") + (data $16 (i32.const 1772) "<") + (data $16.1 (i32.const 1784) "\02\00\00\00$\00\00\00~\00l\00i\00b\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s") + (data $17 (i32.const 1836) "<") + (data $17.1 (i32.const 1848) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00s\00t\00a\00t\00i\00c\00a\00r\00r\00a\00y\00.\00t\00s") + (data $18 (i32.const 1900) ",") + (data $18.1 (i32.const 1912) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $19 (i32.const 1948) "|") + (data $19.1 (i32.const 1960) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") + (data $20 (i32.const 2076) "<") + (data $20.1 (i32.const 2088) "\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d") + (data $21 (i32.const 2140) "<") + (data $21.1 (i32.const 2152) "\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d") + (data $22 (i32.const 2208) "\10\00\00\00 \00\00\00 \00\00\00 ") + (data $22.1 (i32.const 2232) "\81\08\00\00\01\19\00\00\01\02\00\00$\t\00\00\a4\00\00\00$\n\00\00\02\t\00\00\02A\00\00\00\00\00\00A\00\00\00 ") (export "plainGlobal" (global $bindings/esm/plainGlobal)) (export "plainMutableGlobal" (global $bindings/esm/plainMutableGlobal)) (export "stringGlobal" (global $bindings/esm/stringGlobal)) diff --git a/tests/compiler/bindings/noExportRuntime.debug.wat b/tests/compiler/bindings/noExportRuntime.debug.wat index 9adeee587f..336022a818 100644 --- a/tests/compiler/bindings/noExportRuntime.debug.wat +++ b/tests/compiler/bindings/noExportRuntime.debug.wat @@ -36,22 +36,22 @@ (global $~lib/memory/__heap_base i32 (i32.const 33524)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 44) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 92) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 156) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 220) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 288) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 464) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 492) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 556) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 588) ",\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\10\00\00\00@\02\00\00@\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 636) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 668) ",\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\10\00\00\00\90\02\00\00\90\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 720) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\01\t\00\00\02\t\00\00\02A\00\00 \00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $2 (i32.const 92) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") + (data $3 (i32.const 156) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $4 (i32.const 220) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 288) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 464) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 492) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 556) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 588) ",\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\10\00\00\00@\02\00\00@\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 636) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $14 (i32.const 668) ",\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\10\00\00\00\90\02\00\00\90\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $15 (i32.const 720) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\01\t\00\00\02\t\00\00\02A\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "isBasic" (global $bindings/noExportRuntime/isBasic)) diff --git a/tests/compiler/bindings/noExportRuntime.release.wat b/tests/compiler/bindings/noExportRuntime.release.wat index ebca3237e2..9cea61fa38 100644 --- a/tests/compiler/bindings/noExportRuntime.release.wat +++ b/tests/compiler/bindings/noExportRuntime.release.wat @@ -27,31 +27,31 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34548)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\02") - (data (i32.const 1068) ",") - (data (i32.const 1080) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1116) "<") - (data (i32.const 1128) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") - (data (i32.const 1180) "<") - (data (i32.const 1192) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1244) "<") - (data (i32.const 1256) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1436) ",") - (data (i32.const 1448) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1516) "<") - (data (i32.const 1528) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1580) "\1c") - (data (i32.const 1592) "\01") - (data (i32.const 1612) ",") - (data (i32.const 1624) "\05\00\00\00\10\00\00\00@\06\00\00@\06") - (data (i32.const 1660) "\1c") - (data (i32.const 1672) "\01") - (data (i32.const 1692) ",") - (data (i32.const 1704) "\06\00\00\00\10\00\00\00\90\06\00\00\90\06") - (data (i32.const 1744) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\01\t\00\00\02\t\00\00\02A\00\00 ") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02") + (data $1 (i32.const 1068) ",") + (data $1.1 (i32.const 1080) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $2 (i32.const 1116) "<") + (data $2.1 (i32.const 1128) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") + (data $3 (i32.const 1180) "<") + (data $3.1 (i32.const 1192) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $4 (i32.const 1244) "<") + (data $4.1 (i32.const 1256) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $8 (i32.const 1436) ",") + (data $8.1 (i32.const 1448) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $10 (i32.const 1516) "<") + (data $10.1 (i32.const 1528) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $11 (i32.const 1580) "\1c") + (data $11.1 (i32.const 1592) "\01") + (data $12 (i32.const 1612) ",") + (data $12.1 (i32.const 1624) "\05\00\00\00\10\00\00\00@\06\00\00@\06") + (data $13 (i32.const 1660) "\1c") + (data $13.1 (i32.const 1672) "\01") + (data $14 (i32.const 1692) ",") + (data $14.1 (i32.const 1704) "\06\00\00\00\10\00\00\00\90\06\00\00\90\06") + (data $15 (i32.const 1744) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\01\t\00\00\02\t\00\00\02A\00\00 ") (export "isBasic" (global $bindings/noExportRuntime/isBasic)) (export "takesReturnsBasic" (func $bindings/noExportRuntime/takesReturnsBasic)) (export "isString" (global $bindings/noExportRuntime/isString)) diff --git a/tests/compiler/bindings/raw.debug.wat b/tests/compiler/bindings/raw.debug.wat index 5d27d45e00..518563de8b 100644 --- a/tests/compiler/bindings/raw.debug.wat +++ b/tests/compiler/bindings/raw.debug.wat @@ -60,29 +60,29 @@ (global $~lib/memory/__heap_base i32 (i32.const 34020)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00b\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 76) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 108) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00t\00r\00a\00c\00e\00\00\00") - (data (i32.const 140) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\004\002\00 \00f\00r\00o\00m\00 \00c\00o\00n\00s\00o\00l\00e\00.\00l\00o\00g\00\00\00\00\00\00\00") - (data (i32.const 204) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 316) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 448) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 480) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 508) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 572) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 624) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 652) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 716) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 748) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00~\00l\00i\00b\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 812) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00s\00t\00a\00t\00i\00c\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 876) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 924) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1052) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d\00\00\00") - (data (i32.const 1116) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d\00\00\00\00\00") - (data (i32.const 1184) "\10\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\81\08\00\00\01\19\00\00\01\02\00\00$\t\00\00\a4\00\00\00$\n\00\00\02\t\00\00\02A\00\00\00\00\00\00A\00\00\00 \00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00b\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 76) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 108) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00t\00r\00a\00c\00e\00\00\00") + (data $4 (i32.const 140) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\004\002\00 \00f\00r\00o\00m\00 \00c\00o\00n\00s\00o\00l\00e\00.\00l\00o\00g\00\00\00\00\00\00\00") + (data $5 (i32.const 204) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $6 (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") + (data $7 (i32.const 316) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $8 (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 448) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 480) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 508) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 572) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 624) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $14 (i32.const 652) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $15 (i32.const 716) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $16 (i32.const 748) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00~\00l\00i\00b\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $17 (i32.const 812) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00s\00t\00a\00t\00i\00c\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00") + (data $18 (i32.const 876) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $19 (i32.const 924) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $20 (i32.const 1052) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d\00\00\00") + (data $21 (i32.const 1116) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d\00\00\00\00\00") + (data $22 (i32.const 1184) "\10\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\81\08\00\00\01\19\00\00\01\02\00\00$\t\00\00\a4\00\00\00$\n\00\00\02\t\00\00\02A\00\00\00\00\00\00A\00\00\00 \00\00\00") (table $0 2 2 funcref) (elem $0 (i32.const 1) $start:bindings/esm~anonymous|0) (export "plainGlobal" (global $bindings/esm/plainGlobal)) diff --git a/tests/compiler/bindings/raw.release.wat b/tests/compiler/bindings/raw.release.wat index e90f245b4d..d5f87d12e3 100644 --- a/tests/compiler/bindings/raw.release.wat +++ b/tests/compiler/bindings/raw.release.wat @@ -44,46 +44,46 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 35044)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\02\00\00\00\02\00\00\00a") - (data (i32.const 1068) "\1c") - (data (i32.const 1080) "\02\00\00\00\02\00\00\00b") - (data (i32.const 1100) "\1c") - (data (i32.const 1112) "\04\00\00\00\08\00\00\00\01") - (data (i32.const 1132) "\1c") - (data (i32.const 1144) "\02\00\00\00\n\00\00\00t\00r\00a\00c\00e") - (data (i32.const 1164) "<") - (data (i32.const 1176) "\02\00\00\00&\00\00\004\002\00 \00f\00r\00o\00m\00 \00c\00o\00n\00s\00o\00l\00e\00.\00l\00o\00g") - (data (i32.const 1228) ",") - (data (i32.const 1240) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1276) "<") - (data (i32.const 1288) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") - (data (i32.const 1340) "<") - (data (i32.const 1352) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1404) "<") - (data (i32.const 1416) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1532) "<") - (data (i32.const 1544) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1596) ",") - (data (i32.const 1608) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1676) "<") - (data (i32.const 1688) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1740) "\1c") - (data (i32.const 1752) "\02") - (data (i32.const 1772) "<") - (data (i32.const 1784) "\02\00\00\00$\00\00\00~\00l\00i\00b\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1836) "<") - (data (i32.const 1848) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00s\00t\00a\00t\00i\00c\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1900) ",") - (data (i32.const 1912) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1948) "|") - (data (i32.const 1960) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") - (data (i32.const 2076) "<") - (data (i32.const 2088) "\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d") - (data (i32.const 2140) "<") - (data (i32.const 2152) "\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d") - (data (i32.const 2208) "\10\00\00\00 \00\00\00 \00\00\00 ") - (data (i32.const 2232) "\81\08\00\00\01\19\00\00\01\02\00\00$\t\00\00\a4\00\00\00$\n\00\00\02\t\00\00\02A\00\00\00\00\00\00A\00\00\00 ") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02\00\00\00\02\00\00\00a") + (data $1 (i32.const 1068) "\1c") + (data $1.1 (i32.const 1080) "\02\00\00\00\02\00\00\00b") + (data $2 (i32.const 1100) "\1c") + (data $2.1 (i32.const 1112) "\04\00\00\00\08\00\00\00\01") + (data $3 (i32.const 1132) "\1c") + (data $3.1 (i32.const 1144) "\02\00\00\00\n\00\00\00t\00r\00a\00c\00e") + (data $4 (i32.const 1164) "<") + (data $4.1 (i32.const 1176) "\02\00\00\00&\00\00\004\002\00 \00f\00r\00o\00m\00 \00c\00o\00n\00s\00o\00l\00e\00.\00l\00o\00g") + (data $5 (i32.const 1228) ",") + (data $5.1 (i32.const 1240) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $6 (i32.const 1276) "<") + (data $6.1 (i32.const 1288) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") + (data $7 (i32.const 1340) "<") + (data $7.1 (i32.const 1352) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $8 (i32.const 1404) "<") + (data $8.1 (i32.const 1416) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $11 (i32.const 1532) "<") + (data $11.1 (i32.const 1544) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $12 (i32.const 1596) ",") + (data $12.1 (i32.const 1608) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $14 (i32.const 1676) "<") + (data $14.1 (i32.const 1688) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $15 (i32.const 1740) "\1c") + (data $15.1 (i32.const 1752) "\02") + (data $16 (i32.const 1772) "<") + (data $16.1 (i32.const 1784) "\02\00\00\00$\00\00\00~\00l\00i\00b\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s") + (data $17 (i32.const 1836) "<") + (data $17.1 (i32.const 1848) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00s\00t\00a\00t\00i\00c\00a\00r\00r\00a\00y\00.\00t\00s") + (data $18 (i32.const 1900) ",") + (data $18.1 (i32.const 1912) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $19 (i32.const 1948) "|") + (data $19.1 (i32.const 1960) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") + (data $20 (i32.const 2076) "<") + (data $20.1 (i32.const 2088) "\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d") + (data $21 (i32.const 2140) "<") + (data $21.1 (i32.const 2152) "\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d") + (data $22 (i32.const 2208) "\10\00\00\00 \00\00\00 \00\00\00 ") + (data $22.1 (i32.const 2232) "\81\08\00\00\01\19\00\00\01\02\00\00$\t\00\00\a4\00\00\00$\n\00\00\02\t\00\00\02A\00\00\00\00\00\00A\00\00\00 ") (export "plainGlobal" (global $bindings/esm/plainGlobal)) (export "plainMutableGlobal" (global $bindings/esm/plainMutableGlobal)) (export "stringGlobal" (global $bindings/esm/stringGlobal)) diff --git a/tests/compiler/bool-Oz.debug.wat b/tests/compiler/bool-Oz.debug.wat index c7830db992..87fb6ce2d2 100644 --- a/tests/compiler/bool-Oz.debug.wat +++ b/tests/compiler/bool-Oz.debug.wat @@ -1,6 +1,6 @@ (module (memory $0 1) - (data (i32.const 12) ",") - (data (i32.const 24) "\02\00\00\00\14\00\00\00b\00o\00o\00l\00-\00O\00z\00.\00t\00s") + (data $0 (i32.const 12) ",") + (data $0.1 (i32.const 24) "\02\00\00\00\14\00\00\00b\00o\00o\00l\00-\00O\00z\00.\00t\00s") (export "memory" (memory $0)) ) diff --git a/tests/compiler/bool-Oz.release.wat b/tests/compiler/bool-Oz.release.wat index c7830db992..87fb6ce2d2 100644 --- a/tests/compiler/bool-Oz.release.wat +++ b/tests/compiler/bool-Oz.release.wat @@ -1,6 +1,6 @@ (module (memory $0 1) - (data (i32.const 12) ",") - (data (i32.const 24) "\02\00\00\00\14\00\00\00b\00o\00o\00l\00-\00O\00z\00.\00t\00s") + (data $0 (i32.const 12) ",") + (data $0.1 (i32.const 24) "\02\00\00\00\14\00\00\00b\00o\00o\00l\00-\00O\00z\00.\00t\00s") (export "memory" (memory $0)) ) diff --git a/tests/compiler/bool.debug.wat b/tests/compiler/bool.debug.wat index ec638fed30..0675e5eb39 100644 --- a/tests/compiler/bool.debug.wat +++ b/tests/compiler/bool.debug.wat @@ -45,7 +45,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) (global $~lib/memory/__heap_base i32 (i32.const 32828)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00b\00o\00o\00l\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00b\00o\00o\00l\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/bool.release.wat b/tests/compiler/bool.release.wat index c482a19e27..b107d68536 100644 --- a/tests/compiler/bool.release.wat +++ b/tests/compiler/bool.release.wat @@ -1,6 +1,6 @@ (module (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\0e\00\00\00b\00o\00o\00l\00.\00t\00s") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\0e\00\00\00b\00o\00o\00l\00.\00t\00s") (export "memory" (memory $0)) ) diff --git a/tests/compiler/builtins.debug.wat b/tests/compiler/builtins.debug.wat index 63aea1769d..6261e34723 100644 --- a/tests/compiler/builtins.debug.wat +++ b/tests/compiler/builtins.debug.wat @@ -61,33 +61,33 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33772)) (global $~lib/memory/__heap_base i32 (i32.const 33772)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00b\00c\00\00\00\00\00\00\00") - (data (i32.const 76) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00b\00u\00i\00l\00t\00i\00n\00s\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 124) "\1c\00\00\00\00\00\00\00\00\00\00\00\07\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 156) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\008\00\00\00f\00u\00n\00c\00t\00i\00o\00n\00(\00)\00 \00{\00 \00[\00n\00a\00t\00i\00v\00e\00 \00c\00o\00d\00e\00]\00 \00}\00\00\00\00\00") - (data (i32.const 236) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00s\00i\00g\00n\00a\00t\00u\00r\00e\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 284) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00t\00e\00s\00t\00i\00n\00g\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 332) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00F\00u\00n\00c\00t\00i\00o\00n\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 380) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00C\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00S\00t\00r\00i\00n\00g\00") - (data (i32.const 444) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00b\00o\00o\00l\00\00\00\00\00") - (data (i32.const 476) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00i\008\00\00\00\00\00\00\00\00\00") - (data (i32.const 508) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00u\008\00\00\00\00\00\00\00\00\00") - (data (i32.const 540) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00i\001\006\00\00\00\00\00\00\00") - (data (i32.const 572) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00u\001\006\00\00\00\00\00\00\00") - (data (i32.const 604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00i\003\002\00\00\00\00\00\00\00") - (data (i32.const 636) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00u\003\002\00\00\00\00\00\00\00") - (data (i32.const 668) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00f\003\002\00\00\00\00\00\00\00") - (data (i32.const 700) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00i\006\004\00\00\00\00\00\00\00") - (data (i32.const 732) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00u\006\004\00\00\00\00\00\00\00") - (data (i32.const 764) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00f\006\004\00\00\00\00\00\00\00") - (data (i32.const 796) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00i\00s\00i\00z\00e\00\00\00") - (data (i32.const 828) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00u\00s\00i\00z\00e\00\00\00") - (data (i32.const 860) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00v\00o\00i\00d\00\00\00\00\00") - (data (i32.const 892) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00s\00o\00m\00e\00 \00v\00a\00l\00u\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 940) "\1c\00\00\00\00\00\00\00\00\00\00\00\0c\00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 972) "\1c\00\00\00\00\00\00\00\00\00\00\00\r\00\00\00\08\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00b\00c\00\00\00\00\00\00\00") + (data $2 (i32.const 76) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00b\00u\00i\00l\00t\00i\00n\00s\00.\00t\00s\00\00\00\00\00\00\00") + (data $3 (i32.const 124) "\1c\00\00\00\00\00\00\00\00\00\00\00\07\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 156) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\008\00\00\00f\00u\00n\00c\00t\00i\00o\00n\00(\00)\00 \00{\00 \00[\00n\00a\00t\00i\00v\00e\00 \00c\00o\00d\00e\00]\00 \00}\00\00\00\00\00") + (data $5 (i32.const 236) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00s\00i\00g\00n\00a\00t\00u\00r\00e\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 284) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00t\00e\00s\00t\00i\00n\00g\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 332) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00F\00u\00n\00c\00t\00i\00o\00n\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 380) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00C\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 412) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00S\00t\00r\00i\00n\00g\00") + (data $10 (i32.const 444) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00b\00o\00o\00l\00\00\00\00\00") + (data $11 (i32.const 476) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00i\008\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 508) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00u\008\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 540) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00i\001\006\00\00\00\00\00\00\00") + (data $14 (i32.const 572) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00u\001\006\00\00\00\00\00\00\00") + (data $15 (i32.const 604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00i\003\002\00\00\00\00\00\00\00") + (data $16 (i32.const 636) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00u\003\002\00\00\00\00\00\00\00") + (data $17 (i32.const 668) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00f\003\002\00\00\00\00\00\00\00") + (data $18 (i32.const 700) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00i\006\004\00\00\00\00\00\00\00") + (data $19 (i32.const 732) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00u\006\004\00\00\00\00\00\00\00") + (data $20 (i32.const 764) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00f\006\004\00\00\00\00\00\00\00") + (data $21 (i32.const 796) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00i\00s\00i\00z\00e\00\00\00") + (data $22 (i32.const 828) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00u\00s\00i\00z\00e\00\00\00") + (data $23 (i32.const 860) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00v\00o\00i\00d\00\00\00\00\00") + (data $24 (i32.const 892) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00s\00o\00m\00e\00 \00v\00a\00l\00u\00e\00\00\00\00\00\00\00\00\00") + (data $25 (i32.const 940) "\1c\00\00\00\00\00\00\00\00\00\00\00\0c\00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $26 (i32.const 972) "\1c\00\00\00\00\00\00\00\00\00\00\00\r\00\00\00\08\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") (table $0 4 4 funcref) (elem $0 (i32.const 1) $start:builtins~anonymous|0 $start:builtins~anonymous|1 $start:builtins~anonymous|2) (export "test" (func $builtins/test)) diff --git a/tests/compiler/builtins.release.wat b/tests/compiler/builtins.release.wat index 8aed85b56d..c495cb38e3 100644 --- a/tests/compiler/builtins.release.wat +++ b/tests/compiler/builtins.release.wat @@ -11,60 +11,60 @@ (global $builtins/F (mut f64) (f64.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34796)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\02") - (data (i32.const 1068) "\1c") - (data (i32.const 1080) "\02\00\00\00\06\00\00\00a\00b\00c") - (data (i32.const 1100) ",") - (data (i32.const 1112) "\02\00\00\00\16\00\00\00b\00u\00i\00l\00t\00i\00n\00s\00.\00t\00s") - (data (i32.const 1148) "\1c") - (data (i32.const 1160) "\07\00\00\00\08\00\00\00\01") - (data (i32.const 1180) "L") - (data (i32.const 1192) "\02\00\00\008\00\00\00f\00u\00n\00c\00t\00i\00o\00n\00(\00)\00 \00{\00 \00[\00n\00a\00t\00i\00v\00e\00 \00c\00o\00d\00e\00]\00 \00}") - (data (i32.const 1260) ",") - (data (i32.const 1272) "\02\00\00\00\14\00\00\00s\00i\00g\00n\00a\00t\00u\00r\00e\00s") - (data (i32.const 1308) ",") - (data (i32.const 1320) "\02\00\00\00\0e\00\00\00t\00e\00s\00t\00i\00n\00g") - (data (i32.const 1356) ",") - (data (i32.const 1368) "\02\00\00\00\10\00\00\00F\00u\00n\00c\00t\00i\00o\00n") - (data (i32.const 1404) "\1c") - (data (i32.const 1416) "\02\00\00\00\02\00\00\00C") - (data (i32.const 1436) "\1c") - (data (i32.const 1448) "\02\00\00\00\0c\00\00\00S\00t\00r\00i\00n\00g") - (data (i32.const 1468) "\1c") - (data (i32.const 1480) "\02\00\00\00\08\00\00\00b\00o\00o\00l") - (data (i32.const 1500) "\1c") - (data (i32.const 1512) "\02\00\00\00\04\00\00\00i\008") - (data (i32.const 1532) "\1c") - (data (i32.const 1544) "\02\00\00\00\04\00\00\00u\008") - (data (i32.const 1564) "\1c") - (data (i32.const 1576) "\02\00\00\00\06\00\00\00i\001\006") - (data (i32.const 1596) "\1c") - (data (i32.const 1608) "\02\00\00\00\06\00\00\00u\001\006") - (data (i32.const 1628) "\1c") - (data (i32.const 1640) "\02\00\00\00\06\00\00\00i\003\002") - (data (i32.const 1660) "\1c") - (data (i32.const 1672) "\02\00\00\00\06\00\00\00u\003\002") - (data (i32.const 1692) "\1c") - (data (i32.const 1704) "\02\00\00\00\06\00\00\00f\003\002") - (data (i32.const 1724) "\1c") - (data (i32.const 1736) "\02\00\00\00\06\00\00\00i\006\004") - (data (i32.const 1756) "\1c") - (data (i32.const 1768) "\02\00\00\00\06\00\00\00u\006\004") - (data (i32.const 1788) "\1c") - (data (i32.const 1800) "\02\00\00\00\06\00\00\00f\006\004") - (data (i32.const 1820) "\1c") - (data (i32.const 1832) "\02\00\00\00\n\00\00\00i\00s\00i\00z\00e") - (data (i32.const 1852) "\1c") - (data (i32.const 1864) "\02\00\00\00\n\00\00\00u\00s\00i\00z\00e") - (data (i32.const 1884) "\1c") - (data (i32.const 1896) "\02\00\00\00\08\00\00\00v\00o\00i\00d") - (data (i32.const 1916) ",") - (data (i32.const 1928) "\02\00\00\00\14\00\00\00s\00o\00m\00e\00 \00v\00a\00l\00u\00e") - (data (i32.const 1964) "\1c") - (data (i32.const 1976) "\0c\00\00\00\08\00\00\00\02") - (data (i32.const 1996) "\1c") - (data (i32.const 2008) "\r\00\00\00\08\00\00\00\03") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02") + (data $1 (i32.const 1068) "\1c") + (data $1.1 (i32.const 1080) "\02\00\00\00\06\00\00\00a\00b\00c") + (data $2 (i32.const 1100) ",") + (data $2.1 (i32.const 1112) "\02\00\00\00\16\00\00\00b\00u\00i\00l\00t\00i\00n\00s\00.\00t\00s") + (data $3 (i32.const 1148) "\1c") + (data $3.1 (i32.const 1160) "\07\00\00\00\08\00\00\00\01") + (data $4 (i32.const 1180) "L") + (data $4.1 (i32.const 1192) "\02\00\00\008\00\00\00f\00u\00n\00c\00t\00i\00o\00n\00(\00)\00 \00{\00 \00[\00n\00a\00t\00i\00v\00e\00 \00c\00o\00d\00e\00]\00 \00}") + (data $5 (i32.const 1260) ",") + (data $5.1 (i32.const 1272) "\02\00\00\00\14\00\00\00s\00i\00g\00n\00a\00t\00u\00r\00e\00s") + (data $6 (i32.const 1308) ",") + (data $6.1 (i32.const 1320) "\02\00\00\00\0e\00\00\00t\00e\00s\00t\00i\00n\00g") + (data $7 (i32.const 1356) ",") + (data $7.1 (i32.const 1368) "\02\00\00\00\10\00\00\00F\00u\00n\00c\00t\00i\00o\00n") + (data $8 (i32.const 1404) "\1c") + (data $8.1 (i32.const 1416) "\02\00\00\00\02\00\00\00C") + (data $9 (i32.const 1436) "\1c") + (data $9.1 (i32.const 1448) "\02\00\00\00\0c\00\00\00S\00t\00r\00i\00n\00g") + (data $10 (i32.const 1468) "\1c") + (data $10.1 (i32.const 1480) "\02\00\00\00\08\00\00\00b\00o\00o\00l") + (data $11 (i32.const 1500) "\1c") + (data $11.1 (i32.const 1512) "\02\00\00\00\04\00\00\00i\008") + (data $12 (i32.const 1532) "\1c") + (data $12.1 (i32.const 1544) "\02\00\00\00\04\00\00\00u\008") + (data $13 (i32.const 1564) "\1c") + (data $13.1 (i32.const 1576) "\02\00\00\00\06\00\00\00i\001\006") + (data $14 (i32.const 1596) "\1c") + (data $14.1 (i32.const 1608) "\02\00\00\00\06\00\00\00u\001\006") + (data $15 (i32.const 1628) "\1c") + (data $15.1 (i32.const 1640) "\02\00\00\00\06\00\00\00i\003\002") + (data $16 (i32.const 1660) "\1c") + (data $16.1 (i32.const 1672) "\02\00\00\00\06\00\00\00u\003\002") + (data $17 (i32.const 1692) "\1c") + (data $17.1 (i32.const 1704) "\02\00\00\00\06\00\00\00f\003\002") + (data $18 (i32.const 1724) "\1c") + (data $18.1 (i32.const 1736) "\02\00\00\00\06\00\00\00i\006\004") + (data $19 (i32.const 1756) "\1c") + (data $19.1 (i32.const 1768) "\02\00\00\00\06\00\00\00u\006\004") + (data $20 (i32.const 1788) "\1c") + (data $20.1 (i32.const 1800) "\02\00\00\00\06\00\00\00f\006\004") + (data $21 (i32.const 1820) "\1c") + (data $21.1 (i32.const 1832) "\02\00\00\00\n\00\00\00i\00s\00i\00z\00e") + (data $22 (i32.const 1852) "\1c") + (data $22.1 (i32.const 1864) "\02\00\00\00\n\00\00\00u\00s\00i\00z\00e") + (data $23 (i32.const 1884) "\1c") + (data $23.1 (i32.const 1896) "\02\00\00\00\08\00\00\00v\00o\00i\00d") + (data $24 (i32.const 1916) ",") + (data $24.1 (i32.const 1928) "\02\00\00\00\14\00\00\00s\00o\00m\00e\00 \00v\00a\00l\00u\00e") + (data $25 (i32.const 1964) "\1c") + (data $25.1 (i32.const 1976) "\0c\00\00\00\08\00\00\00\02") + (data $26 (i32.const 1996) "\1c") + (data $26.1 (i32.const 2008) "\r\00\00\00\08\00\00\00\03") (table $0 4 4 funcref) (elem $0 (i32.const 1) $start:builtins~anonymous|0 $start:builtins~anonymous|1 $start:builtins~anonymous|2) (export "test" (func $start:builtins~anonymous|1)) diff --git a/tests/compiler/call-inferred.debug.wat b/tests/compiler/call-inferred.debug.wat index bf0cb30608..134bdcb42b 100644 --- a/tests/compiler/call-inferred.debug.wat +++ b/tests/compiler/call-inferred.debug.wat @@ -10,7 +10,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32844)) (global $~lib/memory/__heap_base i32 (i32.const 32844)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00c\00a\00l\00l\00-\00i\00n\00f\00e\00r\00r\00e\00d\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00c\00a\00l\00l\00-\00i\00n\00f\00e\00r\00r\00e\00d\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/call-inferred.release.wat b/tests/compiler/call-inferred.release.wat index 7c4624a901..d3392d9a85 100644 --- a/tests/compiler/call-inferred.release.wat +++ b/tests/compiler/call-inferred.release.wat @@ -1,6 +1,6 @@ (module (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00 \00\00\00c\00a\00l\00l\00-\00i\00n\00f\00e\00r\00r\00e\00d\00.\00t\00s") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00 \00\00\00c\00a\00l\00l\00-\00i\00n\00f\00e\00r\00r\00e\00d\00.\00t\00s") (export "memory" (memory $0)) ) diff --git a/tests/compiler/call-optional.debug.wat b/tests/compiler/call-optional.debug.wat index ef22746728..bfcc5f4210 100644 --- a/tests/compiler/call-optional.debug.wat +++ b/tests/compiler/call-optional.debug.wat @@ -9,8 +9,8 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32876)) (global $~lib/memory/__heap_base i32 (i32.const 32876)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00c\00a\00l\00l\00-\00o\00p\00t\00i\00o\00n\00a\00l\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 76) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00c\00a\00l\00l\00-\00o\00p\00t\00i\00o\00n\00a\00l\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 76) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") (table $0 2 2 funcref) (elem $0 (i32.const 1) $call-optional/opt@varargs) (export "memory" (memory $0)) diff --git a/tests/compiler/call-optional.release.wat b/tests/compiler/call-optional.release.wat index 6bf7fe7099..6c31b1dca1 100644 --- a/tests/compiler/call-optional.release.wat +++ b/tests/compiler/call-optional.release.wat @@ -5,10 +5,10 @@ (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~argumentsLength (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00 \00\00\00c\00a\00l\00l\00-\00o\00p\00t\00i\00o\00n\00a\00l\00.\00t\00s") - (data (i32.const 1100) "\1c") - (data (i32.const 1112) "\04\00\00\00\08\00\00\00\01") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00 \00\00\00c\00a\00l\00l\00-\00o\00p\00t\00i\00o\00n\00a\00l\00.\00t\00s") + (data $1 (i32.const 1100) "\1c") + (data $1.1 (i32.const 1112) "\04\00\00\00\08\00\00\00\01") (table $0 2 2 funcref) (elem $0 (i32.const 1) $call-optional/opt@varargs) (export "memory" (memory $0)) diff --git a/tests/compiler/call-super.debug.wat b/tests/compiler/call-super.debug.wat index 3e8d088385..cc484ae977 100644 --- a/tests/compiler/call-super.debug.wat +++ b/tests/compiler/call-super.debug.wat @@ -28,16 +28,16 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33292)) (global $~lib/memory/__heap_base i32 (i32.const 33292)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00c\00a\00l\00l\00-\00s\00u\00p\00e\00r\00.\00t\00s\00\00\00") - (data (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 124) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 192) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 224) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 316) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 368) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 464) "\0e\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00c\00a\00l\00l\00-\00s\00u\00p\00e\00r\00.\00t\00s\00\00\00") + (data $1 (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $2 (i32.const 124) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 192) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 224) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 316) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 368) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 464) "\0e\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/call-super.release.wat b/tests/compiler/call-super.release.wat index 70e831b1b5..654836a62c 100644 --- a/tests/compiler/call-super.release.wat +++ b/tests/compiler/call-super.release.wat @@ -20,19 +20,19 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34316)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\1a\00\00\00c\00a\00l\00l\00-\00s\00u\00p\00e\00r\00.\00t\00s") - (data (i32.const 1084) "<") - (data (i32.const 1096) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1148) "<") - (data (i32.const 1160) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1276) "<") - (data (i32.const 1288) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1340) ",") - (data (i32.const 1352) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1420) "<") - (data (i32.const 1432) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1488) "\0e\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\1a\00\00\00c\00a\00l\00l\00-\00s\00u\00p\00e\00r\00.\00t\00s") + (data $1 (i32.const 1084) "<") + (data $1.1 (i32.const 1096) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $2 (i32.const 1148) "<") + (data $2.1 (i32.const 1160) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $5 (i32.const 1276) "<") + (data $5.1 (i32.const 1288) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $6 (i32.const 1340) ",") + (data $6.1 (i32.const 1352) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $8 (i32.const 1420) "<") + (data $8.1 (i32.const 1432) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $9 (i32.const 1488) "\0e\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/class-implements.debug.wat b/tests/compiler/class-implements.debug.wat index 0023be05b2..1f9202b68d 100644 --- a/tests/compiler/class-implements.debug.wat +++ b/tests/compiler/class-implements.debug.wat @@ -35,16 +35,16 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33328)) (global $~lib/memory/__heap_base i32 (i32.const 33328)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00c\00l\00a\00s\00s\00-\00i\00m\00p\00l\00e\00m\00e\00n\00t\00s\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 480) "\13\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00c\00l\00a\00s\00s\00-\00i\00m\00p\00l\00e\00m\00e\00n\00t\00s\00.\00t\00s\00\00\00\00\00\00\00") + (data $9 (i32.const 480) "\13\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/class-implements.release.wat b/tests/compiler/class-implements.release.wat index e9b7a25e59..5108fb86d9 100644 --- a/tests/compiler/class-implements.release.wat +++ b/tests/compiler/class-implements.release.wat @@ -27,19 +27,19 @@ (global $class-implements/h (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34352)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) "<") - (data (i32.const 1448) "\02\00\00\00&\00\00\00c\00l\00a\00s\00s\00-\00i\00m\00p\00l\00e\00m\00e\00n\00t\00s\00.\00t\00s") - (data (i32.const 1504) "\13\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) "<") + (data $8.1 (i32.const 1448) "\02\00\00\00&\00\00\00c\00l\00a\00s\00s\00-\00i\00m\00p\00l\00e\00m\00e\00n\00t\00s\00.\00t\00s") + (data $9 (i32.const 1504) "\13\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots @@ -2232,7 +2232,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 global.set $class-implements/e - block $__inlined_func$class-implements/D#foo@override8 (result i32) + block $__inlined_func$class-implements/D#foo@override0 (result i32) global.get $~lib/memory/__stack_pointer global.get $class-implements/e local.tee $0 @@ -2244,7 +2244,7 @@ i32.load $0 i32.const 11 i32.eq - br_if $__inlined_func$class-implements/D#foo@override8 + br_if $__inlined_func$class-implements/D#foo@override0 drop i32.const 3 end @@ -2265,7 +2265,7 @@ i32.store $0 call $class-implements/F#constructor global.set $class-implements/g - block $__inlined_func$class-implements/D#foo@override14 (result i32) + block $__inlined_func$class-implements/D#foo@override1 (result i32) global.get $~lib/memory/__stack_pointer global.get $class-implements/g local.tee $0 @@ -2277,7 +2277,7 @@ i32.load $0 i32.const 11 i32.eq - br_if $__inlined_func$class-implements/D#foo@override14 + br_if $__inlined_func$class-implements/D#foo@override1 drop i32.const 3 end @@ -2298,18 +2298,18 @@ local.tee $0 i32.store $0 block $__inlined_func$class-implements/I#foo@override - block $default19 + block $default0 block $case3 block $case2 block $case1 - block $case020 + block $case01 local.get $0 i32.const 8 i32.sub i32.load $0 i32.const 4 i32.sub - br_table $case1 $default19 $case2 $default19 $case3 $default19 $case3 $case020 $default19 + br_table $case1 $default0 $case2 $default0 $case3 $default0 $case3 $case01 $default0 end i32.const 4 local.set $0 diff --git a/tests/compiler/class-overloading-cast.debug.wat b/tests/compiler/class-overloading-cast.debug.wat index 8e2784ba42..e11e750dd1 100644 --- a/tests/compiler/class-overloading-cast.debug.wat +++ b/tests/compiler/class-overloading-cast.debug.wat @@ -37,20 +37,20 @@ (global $~lib/memory/__heap_base i32 (i32.const 33452)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00A\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 444) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00B\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 476) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\002\00\00\00c\00l\00a\00s\00s\00-\00o\00v\00e\00r\00l\00o\00a\00d\00i\00n\00g\00-\00c\00a\00s\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 556) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 588) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00D\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 624) "\0e\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00A\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 444) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00B\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 476) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\002\00\00\00c\00l\00a\00s\00s\00-\00o\00v\00e\00r\00l\00o\00a\00d\00i\00n\00g\00-\00c\00a\00s\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 556) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 588) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00D\00\00\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 624) "\0e\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/class-overloading-cast.release.wat b/tests/compiler/class-overloading-cast.release.wat index 5468b55dfd..f4b22fd84b 100644 --- a/tests/compiler/class-overloading-cast.release.wat +++ b/tests/compiler/class-overloading-cast.release.wat @@ -25,27 +25,27 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34476)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) "\1c") - (data (i32.const 1448) "\02\00\00\00\02\00\00\00A") - (data (i32.const 1468) "\1c") - (data (i32.const 1480) "\02\00\00\00\02\00\00\00B") - (data (i32.const 1500) "L") - (data (i32.const 1512) "\02\00\00\002\00\00\00c\00l\00a\00s\00s\00-\00o\00v\00e\00r\00l\00o\00a\00d\00i\00n\00g\00-\00c\00a\00s\00t\00.\00t\00s") - (data (i32.const 1580) "\1c") - (data (i32.const 1592) "\02\00\00\00\02\00\00\00a") - (data (i32.const 1612) "\1c") - (data (i32.const 1624) "\02\00\00\00\02\00\00\00D") - (data (i32.const 1648) "\0e\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) "\1c") + (data $8.1 (i32.const 1448) "\02\00\00\00\02\00\00\00A") + (data $9 (i32.const 1468) "\1c") + (data $9.1 (i32.const 1480) "\02\00\00\00\02\00\00\00B") + (data $10 (i32.const 1500) "L") + (data $10.1 (i32.const 1512) "\02\00\00\002\00\00\00c\00l\00a\00s\00s\00-\00o\00v\00e\00r\00l\00o\00a\00d\00i\00n\00g\00-\00c\00a\00s\00t\00.\00t\00s") + (data $11 (i32.const 1580) "\1c") + (data $11.1 (i32.const 1592) "\02\00\00\00\02\00\00\00a") + (data $12 (i32.const 1612) "\1c") + (data $12.1 (i32.const 1624) "\02\00\00\00\02\00\00\00D") + (data $13 (i32.const 1648) "\0e\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 ") (export "memory" (memory $0)) (export "_start" (func $~start)) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/class-overloading.debug.wat b/tests/compiler/class-overloading.debug.wat index 10dc49de00..134d29c2f3 100644 --- a/tests/compiler/class-overloading.debug.wat +++ b/tests/compiler/class-overloading.debug.wat @@ -37,24 +37,24 @@ (global $~lib/memory/__heap_base i32 (i32.const 33612)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 208) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 300) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 352) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 444) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00A\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 476) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00B\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 508) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00c\00l\00a\00s\00s\00-\00o\00v\00e\00r\00l\00o\00a\00d\00i\00n\00g\00.\00t\00s\00\00\00\00\00") - (data (i32.const 572) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00C\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00F\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 636) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00I\00B\00\00\00\00\00\00\00\00\00") - (data (i32.const 668) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00I\00C\00\00\00\00\00\00\00\00\00") - (data (i32.const 700) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00n\00o\00t\00 \00i\00m\00p\00l\00e\00m\00e\00n\00t\00e\00d\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 768) "\12\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $2 (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 208) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 300) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 352) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 444) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00A\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 476) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00B\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 508) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00c\00l\00a\00s\00s\00-\00o\00v\00e\00r\00l\00o\00a\00d\00i\00n\00g\00.\00t\00s\00\00\00\00\00") + (data $12 (i32.const 572) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00C\00\00\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00F\00\00\00\00\00\00\00\00\00\00\00") + (data $14 (i32.const 636) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00I\00B\00\00\00\00\00\00\00\00\00") + (data $15 (i32.const 668) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00I\00C\00\00\00\00\00\00\00\00\00") + (data $16 (i32.const 700) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00n\00o\00t\00 \00i\00m\00p\00l\00e\00m\00e\00n\00t\00e\00d\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $17 (i32.const 768) "\12\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/class-overloading.release.wat b/tests/compiler/class-overloading.release.wat index 4716b7f5c1..659e74f377 100644 --- a/tests/compiler/class-overloading.release.wat +++ b/tests/compiler/class-overloading.release.wat @@ -27,35 +27,35 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34636)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\02") - (data (i32.const 1068) "<") - (data (i32.const 1080) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1132) "<") - (data (i32.const 1144) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1260) "<") - (data (i32.const 1272) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1324) ",") - (data (i32.const 1336) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1404) "<") - (data (i32.const 1416) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1468) "\1c") - (data (i32.const 1480) "\02\00\00\00\02\00\00\00A") - (data (i32.const 1500) "\1c") - (data (i32.const 1512) "\02\00\00\00\02\00\00\00B") - (data (i32.const 1532) "<") - (data (i32.const 1544) "\02\00\00\00(\00\00\00c\00l\00a\00s\00s\00-\00o\00v\00e\00r\00l\00o\00a\00d\00i\00n\00g\00.\00t\00s") - (data (i32.const 1596) "\1c") - (data (i32.const 1608) "\02\00\00\00\02\00\00\00C") - (data (i32.const 1628) "\1c") - (data (i32.const 1640) "\02\00\00\00\02\00\00\00F") - (data (i32.const 1660) "\1c") - (data (i32.const 1672) "\02\00\00\00\04\00\00\00I\00B") - (data (i32.const 1692) "\1c") - (data (i32.const 1704) "\02\00\00\00\04\00\00\00I\00C") - (data (i32.const 1724) "<") - (data (i32.const 1736) "\02\00\00\00\1e\00\00\00n\00o\00t\00 \00i\00m\00p\00l\00e\00m\00e\00n\00t\00e\00d") - (data (i32.const 1792) "\12\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02") + (data $1 (i32.const 1068) "<") + (data $1.1 (i32.const 1080) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $2 (i32.const 1132) "<") + (data $2.1 (i32.const 1144) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $5 (i32.const 1260) "<") + (data $5.1 (i32.const 1272) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $6 (i32.const 1324) ",") + (data $6.1 (i32.const 1336) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $8 (i32.const 1404) "<") + (data $8.1 (i32.const 1416) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $9 (i32.const 1468) "\1c") + (data $9.1 (i32.const 1480) "\02\00\00\00\02\00\00\00A") + (data $10 (i32.const 1500) "\1c") + (data $10.1 (i32.const 1512) "\02\00\00\00\02\00\00\00B") + (data $11 (i32.const 1532) "<") + (data $11.1 (i32.const 1544) "\02\00\00\00(\00\00\00c\00l\00a\00s\00s\00-\00o\00v\00e\00r\00l\00o\00a\00d\00i\00n\00g\00.\00t\00s") + (data $12 (i32.const 1596) "\1c") + (data $12.1 (i32.const 1608) "\02\00\00\00\02\00\00\00C") + (data $13 (i32.const 1628) "\1c") + (data $13.1 (i32.const 1640) "\02\00\00\00\02\00\00\00F") + (data $14 (i32.const 1660) "\1c") + (data $14.1 (i32.const 1672) "\02\00\00\00\04\00\00\00I\00B") + (data $15 (i32.const 1692) "\1c") + (data $15.1 (i32.const 1704) "\02\00\00\00\04\00\00\00I\00C") + (data $16 (i32.const 1724) "<") + (data $16.1 (i32.const 1736) "\02\00\00\00\1e\00\00\00n\00o\00t\00 \00i\00m\00p\00l\00e\00m\00e\00n\00t\00e\00d") + (data $17 (i32.const 1792) "\12\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 ") (export "memory" (memory $0)) (export "_start" (func $~start)) (func $~lib/rt/itcms/visitRoots @@ -2040,17 +2040,17 @@ local.tee $0 i32.store $0 block $__inlined_func$class-overloading/A#get:c@override - block $default6 - block $case27 - block $case18 - block $case09 + block $default0 + block $case21 + block $case12 + block $case03 local.get $0 i32.const 8 i32.sub i32.load $0 i32.const 5 i32.sub - br_table $case09 $case18 $case09 $case09 $case27 $default6 + br_table $case03 $case12 $case03 $case03 $case21 $default0 end i32.const 1520 global.set $class-overloading/which @@ -2093,30 +2093,30 @@ global.get $class-overloading/a local.tee $0 i32.store $0 - block $__inlined_func$class-overloading/A#b@override10 - block $default11 - block $case212 - block $case113 - block $case014 + block $__inlined_func$class-overloading/A#b@override0 + block $default1 + block $case22 + block $case13 + block $case04 local.get $0 i32.const 8 i32.sub i32.load $0 i32.const 5 i32.sub - br_table $case014 $case113 $case014 $case014 $case212 $default11 + br_table $case04 $case13 $case04 $case04 $case22 $default1 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override10 + br $__inlined_func$class-overloading/A#b@override0 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override10 + br $__inlined_func$class-overloading/A#b@override0 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override10 + br $__inlined_func$class-overloading/A#b@override0 end i32.const 1488 global.set $class-overloading/which @@ -2312,30 +2312,30 @@ global.get $class-overloading/a local.tee $0 i32.store $0 - block $__inlined_func$class-overloading/A#b@override22 - block $default23 - block $case224 - block $case125 - block $case026 + block $__inlined_func$class-overloading/A#b@override1 + block $default2 + block $case23 + block $case14 + block $case05 local.get $0 i32.const 8 i32.sub i32.load $0 i32.const 5 i32.sub - br_table $case026 $case125 $case026 $case026 $case224 $default23 + br_table $case05 $case14 $case05 $case05 $case23 $default2 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override22 + br $__inlined_func$class-overloading/A#b@override1 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override22 + br $__inlined_func$class-overloading/A#b@override1 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override22 + br $__inlined_func$class-overloading/A#b@override1 end i32.const 1488 global.set $class-overloading/which @@ -2366,30 +2366,30 @@ global.get $class-overloading/a local.tee $0 i32.store $0 - block $__inlined_func$class-overloading/A#get:c@override31 - block $default32 - block $case233 - block $case134 - block $case035 + block $__inlined_func$class-overloading/A#get:c@override0 + block $default3 + block $case24 + block $case15 + block $case06 local.get $0 i32.const 8 i32.sub i32.load $0 i32.const 5 i32.sub - br_table $case035 $case134 $case035 $case035 $case233 $default32 + br_table $case06 $case15 $case06 $case06 $case24 $default3 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override31 + br $__inlined_func$class-overloading/A#get:c@override0 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override31 + br $__inlined_func$class-overloading/A#get:c@override0 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override31 + br $__inlined_func$class-overloading/A#get:c@override0 end i32.const 1488 global.set $class-overloading/which @@ -2418,30 +2418,30 @@ global.get $class-overloading/a local.tee $0 i32.store $0 - block $__inlined_func$class-overloading/A#b@override40 - block $default41 - block $case242 - block $case143 - block $case044 + block $__inlined_func$class-overloading/A#b@override2 + block $default4 + block $case25 + block $case16 + block $case07 local.get $0 i32.const 8 i32.sub i32.load $0 i32.const 5 i32.sub - br_table $case044 $case143 $case044 $case044 $case242 $default41 + br_table $case07 $case16 $case07 $case07 $case25 $default4 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override40 + br $__inlined_func$class-overloading/A#b@override2 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override40 + br $__inlined_func$class-overloading/A#b@override2 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override40 + br $__inlined_func$class-overloading/A#b@override2 end i32.const 1488 global.set $class-overloading/which @@ -2502,30 +2502,30 @@ global.get $class-overloading/a local.tee $0 i32.store $0 - block $__inlined_func$class-overloading/A#b@override49 - block $default50 - block $case251 - block $case152 - block $case053 + block $__inlined_func$class-overloading/A#b@override3 + block $default5 + block $case26 + block $case17 + block $case08 local.get $0 i32.const 8 i32.sub i32.load $0 i32.const 5 i32.sub - br_table $case053 $case152 $case053 $case053 $case251 $default50 + br_table $case08 $case17 $case08 $case08 $case26 $default5 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override49 + br $__inlined_func$class-overloading/A#b@override3 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override49 + br $__inlined_func$class-overloading/A#b@override3 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override49 + br $__inlined_func$class-overloading/A#b@override3 end i32.const 1488 global.set $class-overloading/which @@ -2556,30 +2556,30 @@ global.get $class-overloading/a local.tee $0 i32.store $0 - block $__inlined_func$class-overloading/A#get:c@override58 - block $default59 - block $case260 - block $case161 - block $case062 + block $__inlined_func$class-overloading/A#get:c@override1 + block $default6 + block $case27 + block $case18 + block $case09 local.get $0 i32.const 8 i32.sub i32.load $0 i32.const 5 i32.sub - br_table $case062 $case161 $case062 $case062 $case260 $default59 + br_table $case09 $case18 $case09 $case09 $case27 $default6 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override58 + br $__inlined_func$class-overloading/A#get:c@override1 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override58 + br $__inlined_func$class-overloading/A#get:c@override1 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override58 + br $__inlined_func$class-overloading/A#get:c@override1 end i32.const 1488 global.set $class-overloading/which @@ -2608,30 +2608,30 @@ global.get $class-overloading/a local.tee $0 i32.store $0 - block $__inlined_func$class-overloading/A#b@override67 - block $default68 - block $case269 - block $case170 - block $case071 + block $__inlined_func$class-overloading/A#b@override4 + block $default7 + block $case28 + block $case19 + block $case010 local.get $0 i32.const 8 i32.sub i32.load $0 i32.const 5 i32.sub - br_table $case071 $case170 $case071 $case071 $case269 $default68 + br_table $case010 $case19 $case010 $case010 $case28 $default7 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override67 + br $__inlined_func$class-overloading/A#b@override4 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override67 + br $__inlined_func$class-overloading/A#b@override4 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override67 + br $__inlined_func$class-overloading/A#b@override4 end i32.const 1488 global.set $class-overloading/which @@ -2721,30 +2721,30 @@ global.get $class-overloading/a local.tee $0 i32.store $0 - block $__inlined_func$class-overloading/A#b@override77 - block $default78 - block $case279 - block $case180 - block $case081 + block $__inlined_func$class-overloading/A#b@override5 + block $default8 + block $case29 + block $case110 + block $case011 local.get $0 i32.const 8 i32.sub i32.load $0 i32.const 5 i32.sub - br_table $case081 $case180 $case081 $case081 $case279 $default78 + br_table $case011 $case110 $case011 $case011 $case29 $default8 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override77 + br $__inlined_func$class-overloading/A#b@override5 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override77 + br $__inlined_func$class-overloading/A#b@override5 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override77 + br $__inlined_func$class-overloading/A#b@override5 end i32.const 1488 global.set $class-overloading/which @@ -2775,30 +2775,30 @@ global.get $class-overloading/a local.tee $0 i32.store $0 - block $__inlined_func$class-overloading/A#get:c@override86 - block $default87 - block $case288 - block $case189 - block $case090 + block $__inlined_func$class-overloading/A#get:c@override2 + block $default9 + block $case210 + block $case111 + block $case012 local.get $0 i32.const 8 i32.sub i32.load $0 i32.const 5 i32.sub - br_table $case090 $case189 $case090 $case090 $case288 $default87 + br_table $case012 $case111 $case012 $case012 $case210 $default9 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override86 + br $__inlined_func$class-overloading/A#get:c@override2 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override86 + br $__inlined_func$class-overloading/A#get:c@override2 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override86 + br $__inlined_func$class-overloading/A#get:c@override2 end i32.const 1488 global.set $class-overloading/which @@ -2829,30 +2829,30 @@ global.get $class-overloading/a local.tee $0 i32.store $0 - block $__inlined_func$class-overloading/A#b@override95 - block $default96 - block $case297 - block $case198 - block $case099 + block $__inlined_func$class-overloading/A#b@override6 + block $default10 + block $case211 + block $case112 + block $case013 local.get $0 i32.const 8 i32.sub i32.load $0 i32.const 5 i32.sub - br_table $case099 $case198 $case099 $case099 $case297 $default96 + br_table $case013 $case112 $case013 $case013 $case211 $default10 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override95 + br $__inlined_func$class-overloading/A#b@override6 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override95 + br $__inlined_func$class-overloading/A#b@override6 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override95 + br $__inlined_func$class-overloading/A#b@override6 end i32.const 1488 global.set $class-overloading/which @@ -2916,8 +2916,8 @@ local.tee $0 i32.store $0 block $__inlined_func$class-overloading/IA#foo@override - block $default105 - block $case1106 + block $default11 + block $case113 local.get $0 i32.const 8 i32.sub @@ -2929,8 +2929,8 @@ local.get $0 i32.const 13 i32.eq - br_if $case1106 - br $default105 + br_if $case113 + br $default11 end i32.const 1680 global.set $class-overloading/which @@ -3000,9 +3000,9 @@ global.get $class-overloading/ic local.tee $0 i32.store $0 - block $__inlined_func$class-overloading/IA#foo@override109 - block $default110 - block $case1111 + block $__inlined_func$class-overloading/IA#foo@override0 + block $default12 + block $case114 local.get $0 i32.const 8 i32.sub @@ -3014,16 +3014,16 @@ local.get $0 i32.const 13 i32.eq - br_if $case1111 - br $default110 + br_if $case114 + br $default12 end i32.const 1680 global.set $class-overloading/which - br $__inlined_func$class-overloading/IA#foo@override109 + br $__inlined_func$class-overloading/IA#foo@override0 end i32.const 1712 global.set $class-overloading/which - br $__inlined_func$class-overloading/IA#foo@override109 + br $__inlined_func$class-overloading/IA#foo@override0 end unreachable end diff --git a/tests/compiler/class-static-function.debug.wat b/tests/compiler/class-static-function.debug.wat index 5b4e7c6bdb..6db47eee5e 100644 --- a/tests/compiler/class-static-function.debug.wat +++ b/tests/compiler/class-static-function.debug.wat @@ -9,8 +9,8 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32892)) (global $~lib/memory/__heap_base i32 (i32.const 32892)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 44) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\00c\00l\00a\00s\00s\00-\00s\00t\00a\00t\00i\00c\00-\00f\00u\00n\00c\00t\00i\00o\00n\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\00c\00l\00a\00s\00s\00-\00s\00t\00a\00t\00i\00c\00-\00f\00u\00n\00c\00t\00i\00o\00n\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 2 2 funcref) (elem $0 (i32.const 1) $class-static-function/Example.staticFunc) (export "memory" (memory $0)) diff --git a/tests/compiler/class-static-function.release.wat b/tests/compiler/class-static-function.release.wat index 0c79d9603a..edb4803c58 100644 --- a/tests/compiler/class-static-function.release.wat +++ b/tests/compiler/class-static-function.release.wat @@ -5,10 +5,10 @@ (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33916)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\04\00\00\00\08\00\00\00\01") - (data (i32.const 1068) "L") - (data (i32.const 1080) "\02\00\00\000\00\00\00c\00l\00a\00s\00s\00-\00s\00t\00a\00t\00i\00c\00-\00f\00u\00n\00c\00t\00i\00o\00n\00.\00t\00s") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\04\00\00\00\08\00\00\00\01") + (data $1 (i32.const 1068) "L") + (data $1.1 (i32.const 1080) "\02\00\00\000\00\00\00c\00l\00a\00s\00s\00-\00s\00t\00a\00t\00i\00c\00-\00f\00u\00n\00c\00t\00i\00o\00n\00.\00t\00s") (table $0 2 2 funcref) (elem $0 (i32.const 1) $class-static-function/Example.staticFunc) (export "memory" (memory $0)) diff --git a/tests/compiler/class.debug.wat b/tests/compiler/class.debug.wat index 7e410bab1a..595d2b753a 100644 --- a/tests/compiler/class.debug.wat +++ b/tests/compiler/class.debug.wat @@ -32,17 +32,17 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33312)) (global $~lib/memory/__heap_base i32 (i32.const 33312)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 460) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 512) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\00\00\00\00\02\t\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $9 (i32.const 460) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $10 (i32.const 512) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\00\00\00\00\02\t\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "testGenericInitializer" (func $class/testGenericInitializer)) diff --git a/tests/compiler/class.release.wat b/tests/compiler/class.release.wat index 0018b38d96..96578864a3 100644 --- a/tests/compiler/class.release.wat +++ b/tests/compiler/class.release.wat @@ -20,21 +20,21 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34336)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) ",") - (data (i32.const 1448) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1484) ",") - (data (i32.const 1496) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1536) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\00\00\00\00\02\t") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) ",") + (data $8.1 (i32.const 1448) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $9 (i32.const 1484) ",") + (data $9.1 (i32.const 1496) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $10 (i32.const 1536) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\00\00\00\00\02\t") (export "testGenericInitializer" (func $class/testGenericInitializer)) (export "memory" (memory $0)) (export "test" (func $export:class/test)) diff --git a/tests/compiler/comma.debug.wat b/tests/compiler/comma.debug.wat index 87ec2d15d4..110a955062 100644 --- a/tests/compiler/comma.debug.wat +++ b/tests/compiler/comma.debug.wat @@ -8,7 +8,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) (global $~lib/memory/__heap_base i32 (i32.const 32828)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00c\00o\00m\00m\00a\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00c\00o\00m\00m\00a\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/comma.release.wat b/tests/compiler/comma.release.wat index d33a8fd703..49d2dfdce8 100644 --- a/tests/compiler/comma.release.wat +++ b/tests/compiler/comma.release.wat @@ -5,8 +5,8 @@ (global $comma/a (mut i32) (i32.const 0)) (global $comma/b (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\10\00\00\00c\00o\00m\00m\00a\00.\00t\00s") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\10\00\00\00c\00o\00m\00m\00a\00.\00t\00s") (export "memory" (memory $0)) (start $~start) (func $~start diff --git a/tests/compiler/constructor.debug.wat b/tests/compiler/constructor.debug.wat index 0b6fe521df..2b344933c3 100644 --- a/tests/compiler/constructor.debug.wat +++ b/tests/compiler/constructor.debug.wat @@ -40,16 +40,16 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33300)) (global $~lib/memory/__heap_base i32 (i32.const 33300)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00c\00o\00n\00s\00t\00r\00u\00c\00t\00o\00r\00.\00t\00s\00") - (data (i32.const 464) "\10\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00c\00o\00n\00s\00t\00r\00u\00c\00t\00o\00r\00.\00t\00s\00") + (data $9 (i32.const 464) "\10\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/constructor.release.wat b/tests/compiler/constructor.release.wat index 3ed50e889a..93e6e8b185 100644 --- a/tests/compiler/constructor.release.wat +++ b/tests/compiler/constructor.release.wat @@ -29,19 +29,19 @@ (global $constructor/ctorFieldInitOrder (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34324)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) ",") - (data (i32.const 1448) "\02\00\00\00\1c\00\00\00c\00o\00n\00s\00t\00r\00u\00c\00t\00o\00r\00.\00t\00s") - (data (i32.const 1488) "\10\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) ",") + (data $8.1 (i32.const 1448) "\02\00\00\00\1c\00\00\00c\00o\00n\00s\00t\00r\00u\00c\00t\00o\00r\00.\00t\00s") + (data $9 (i32.const 1488) "\10\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/declare.debug.wat b/tests/compiler/declare.debug.wat index eed58d3d8b..9101332103 100644 --- a/tests/compiler/declare.debug.wat +++ b/tests/compiler/declare.debug.wat @@ -10,7 +10,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) (global $~lib/memory/__heap_base i32 (i32.const 32828)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00d\00e\00c\00l\00a\00r\00e\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00d\00e\00c\00l\00a\00r\00e\00.\00t\00s\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/declare.release.wat b/tests/compiler/declare.release.wat index bf9a075a34..93d197fc21 100644 --- a/tests/compiler/declare.release.wat +++ b/tests/compiler/declare.release.wat @@ -7,8 +7,8 @@ (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (import "declare" "my.externalFunction" (func $declare/my.externalFunction)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\14\00\00\00d\00e\00c\00l\00a\00r\00e\00.\00t\00s") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\14\00\00\00d\00e\00c\00l\00a\00r\00e\00.\00t\00s") (export "memory" (memory $0)) (start $~start) (func $~start diff --git a/tests/compiler/do.debug.wat b/tests/compiler/do.debug.wat index 7aeb17156a..c6ad44feb3 100644 --- a/tests/compiler/do.debug.wat +++ b/tests/compiler/do.debug.wat @@ -29,16 +29,16 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33240)) (global $~lib/memory/__heap_base i32 (i32.const 33240)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00d\00o\00.\00t\00s\00\00\00") - (data (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 208) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 300) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 352) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 448) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00d\00o\00.\00t\00s\00\00\00") + (data $1 (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $2 (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 208) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 300) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 352) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 448) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/do.release.wat b/tests/compiler/do.release.wat index 706b973d75..eb0cb5c902 100644 --- a/tests/compiler/do.release.wat +++ b/tests/compiler/do.release.wat @@ -19,19 +19,19 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34264)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\02\00\00\00\n\00\00\00d\00o\00.\00t\00s") - (data (i32.const 1068) "<") - (data (i32.const 1080) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1132) "<") - (data (i32.const 1144) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1260) "<") - (data (i32.const 1272) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1324) ",") - (data (i32.const 1336) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1404) "<") - (data (i32.const 1416) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1472) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02\00\00\00\n\00\00\00d\00o\00.\00t\00s") + (data $1 (i32.const 1068) "<") + (data $1.1 (i32.const 1080) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $2 (i32.const 1132) "<") + (data $2.1 (i32.const 1144) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $5 (i32.const 1260) "<") + (data $5.1 (i32.const 1272) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $6 (i32.const 1324) ",") + (data $6.1 (i32.const 1336) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $8 (i32.const 1404) "<") + (data $8.1 (i32.const 1416) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $9 (i32.const 1472) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots @@ -1541,7 +1541,7 @@ end i32.const 0 local.set $0 - loop $do-loop|09 + loop $do-loop|07 local.get $0 i32.const 1 i32.add @@ -1551,7 +1551,7 @@ i32.const 0 local.get $0 select - br_if $do-loop|09 + br_if $do-loop|07 end local.get $0 i32.const 10 @@ -1568,7 +1568,7 @@ local.set $0 i32.const 0 local.set $1 - loop $do-loop|011 + loop $do-loop|08 local.get $0 i32.const 1 i32.add @@ -1576,7 +1576,7 @@ i32.const 10 i32.ne if - loop $do-loop|113 + loop $do-loop|110 local.get $1 i32.const 1 i32.add @@ -1586,10 +1586,10 @@ i32.const 0 local.get $1 select - br_if $do-loop|113 + br_if $do-loop|110 end local.get $0 - br_if $do-loop|011 + br_if $do-loop|08 end end local.get $0 @@ -1664,7 +1664,7 @@ local.get $0 call $do/Ref#constructor i32.store $0 - loop $do-loop|08 + loop $do-loop|09 local.get $1 i32.const 1 i32.add @@ -1681,7 +1681,7 @@ i32.store $0 end local.get $0 - br_if $do-loop|08 + br_if $do-loop|09 end local.get $1 i32.const 10 @@ -1725,8 +1725,8 @@ call $do/Ref#constructor local.tee $1 i32.store $0 - loop $do-loop|012 - block $do-break|011 + loop $do-loop|010 + block $do-break|03 local.get $0 i32.const 1 i32.add @@ -1736,10 +1736,10 @@ if i32.const 0 local.set $1 - br $do-break|011 + br $do-break|03 end call $do/Ref#constructor - br_if $do-loop|012 + br_if $do-loop|010 end end local.get $0 diff --git a/tests/compiler/duplicate-fields.debug.wat b/tests/compiler/duplicate-fields.debug.wat index 011e5b12d3..993ef325d3 100644 --- a/tests/compiler/duplicate-fields.debug.wat +++ b/tests/compiler/duplicate-fields.debug.wat @@ -30,16 +30,16 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33296)) (global $~lib/memory/__heap_base i32 (i32.const 33296)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00d\00u\00p\00l\00i\00c\00a\00t\00e\00-\00f\00i\00e\00l\00d\00s\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 480) "\0b\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00d\00u\00p\00l\00i\00c\00a\00t\00e\00-\00f\00i\00e\00l\00d\00s\00.\00t\00s\00\00\00\00\00\00\00") + (data $9 (i32.const 480) "\0b\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/duplicate-fields.release.wat b/tests/compiler/duplicate-fields.release.wat index 036f800214..f968972323 100644 --- a/tests/compiler/duplicate-fields.release.wat +++ b/tests/compiler/duplicate-fields.release.wat @@ -21,19 +21,19 @@ (global $duplicate-fields/raz (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34320)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) "<") - (data (i32.const 1448) "\02\00\00\00&\00\00\00d\00u\00p\00l\00i\00c\00a\00t\00e\00-\00f\00i\00e\00l\00d\00s\00.\00t\00s") - (data (i32.const 1504) "\0b\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\00\00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) "<") + (data $8.1 (i32.const 1448) "\02\00\00\00&\00\00\00d\00u\00p\00l\00i\00c\00a\00t\00e\00-\00f\00i\00e\00l\00d\00s\00.\00t\00s") + (data $9 (i32.const 1504) "\0b\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\00\00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/empty-exportruntime.debug.wat b/tests/compiler/empty-exportruntime.debug.wat index 25aa3ed731..50847867ba 100644 --- a/tests/compiler/empty-exportruntime.debug.wat +++ b/tests/compiler/empty-exportruntime.debug.wat @@ -28,17 +28,17 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33332)) (global $~lib/memory/__heap_base i32 (i32.const 33332)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d\00\00\00") - (data (i32.const 476) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d\00\00\00\00\00") - (data (i32.const 544) "\04\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d\00\00\00") + (data $9 (i32.const 476) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d\00\00\00\00\00") + (data $10 (i32.const 544) "\04\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "__new" (func $~lib/rt/itcms/__new)) diff --git a/tests/compiler/empty-exportruntime.release.wat b/tests/compiler/empty-exportruntime.release.wat index 70d90691f3..e5173b207f 100644 --- a/tests/compiler/empty-exportruntime.release.wat +++ b/tests/compiler/empty-exportruntime.release.wat @@ -20,21 +20,21 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/rt/__rtti_base i32 (i32.const 1568)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) "<") - (data (i32.const 1448) "\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d") - (data (i32.const 1500) "<") - (data (i32.const 1512) "\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d") - (data (i32.const 1568) "\04\00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) "<") + (data $8.1 (i32.const 1448) "\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d") + (data $9 (i32.const 1500) "<") + (data $9.1 (i32.const 1512) "\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d") + (data $10 (i32.const 1568) "\04\00\00\00 \00\00\00 \00\00\00 ") (export "__new" (func $~lib/rt/itcms/__new)) (export "__pin" (func $~lib/rt/itcms/__pin)) (export "__unpin" (func $~lib/rt/itcms/__unpin)) diff --git a/tests/compiler/empty-new.debug.wat b/tests/compiler/empty-new.debug.wat index f9d53606aa..e18fdac218 100644 --- a/tests/compiler/empty-new.debug.wat +++ b/tests/compiler/empty-new.debug.wat @@ -28,15 +28,15 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33204)) (global $~lib/memory/__heap_base i32 (i32.const 33204)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 416) "\04\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 416) "\04\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/empty-new.release.wat b/tests/compiler/empty-new.release.wat index 5e298862ac..10432c3a21 100644 --- a/tests/compiler/empty-new.release.wat +++ b/tests/compiler/empty-new.release.wat @@ -18,17 +18,17 @@ (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1440) "\04\00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1440) "\04\00\00\00 \00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/exportimport-table.debug.wat b/tests/compiler/exportimport-table.debug.wat index ef2b7d21f4..53c3c62783 100644 --- a/tests/compiler/exportimport-table.debug.wat +++ b/tests/compiler/exportimport-table.debug.wat @@ -6,7 +6,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32812)) (global $~lib/memory/__heap_base i32 (i32.const 32812)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") (elem $0 (i32.const 1) $start:exportimport-table~anonymous|0) (export "memory" (memory $0)) (export "table" (table $0)) diff --git a/tests/compiler/exportimport-table.release.wat b/tests/compiler/exportimport-table.release.wat index 561ef27673..f4ba279621 100644 --- a/tests/compiler/exportimport-table.release.wat +++ b/tests/compiler/exportimport-table.release.wat @@ -2,8 +2,8 @@ (type $none_=>_none (func)) (import "env" "table" (table $0 2 funcref)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\04\00\00\00\08\00\00\00\01") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\04\00\00\00\08\00\00\00\01") (elem $0 (i32.const 1) $start:exportimport-table~anonymous|0) (export "memory" (memory $0)) (export "table" (table $0)) diff --git a/tests/compiler/exports-lazy.debug.wat b/tests/compiler/exports-lazy.debug.wat index 6658233494..87446ad3d8 100644 --- a/tests/compiler/exports-lazy.debug.wat +++ b/tests/compiler/exports-lazy.debug.wat @@ -6,10 +6,10 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32940)) (global $~lib/memory/__heap_base i32 (i32.const 32940)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") - (data (i32.const 44) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00 \00\00\00 \00\00\00\0c\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 92) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") - (data (i32.const 124) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00p\00\00\00p\00\00\00\0c\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") + (data $1 (i32.const 44) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00 \00\00\00 \00\00\00\0c\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 92) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") + (data $3 (i32.const 124) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00p\00\00\00p\00\00\00\0c\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "lazyGlobalUnused" (global $exports-lazy/lazyGlobalUnused)) diff --git a/tests/compiler/exports-lazy.release.wat b/tests/compiler/exports-lazy.release.wat index 7c57e8ad76..ee41631b40 100644 --- a/tests/compiler/exports-lazy.release.wat +++ b/tests/compiler/exports-lazy.release.wat @@ -2,14 +2,14 @@ (global $exports-lazy/lazyGlobalUsed i32 (i32.const 1088)) (global $exports-lazy/lazyGlobalUnused i32 (i32.const 1168)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") - (data (i32.const 1068) ",") - (data (i32.const 1080) "\04\00\00\00\10\00\00\00 \04\00\00 \04\00\00\0c\00\00\00\03") - (data (i32.const 1116) "\1c") - (data (i32.const 1128) "\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") - (data (i32.const 1148) ",") - (data (i32.const 1160) "\04\00\00\00\10\00\00\00p\04\00\00p\04\00\00\0c\00\00\00\03") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") + (data $1 (i32.const 1068) ",") + (data $1.1 (i32.const 1080) "\04\00\00\00\10\00\00\00 \04\00\00 \04\00\00\0c\00\00\00\03") + (data $2 (i32.const 1116) "\1c") + (data $2.1 (i32.const 1128) "\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") + (data $3 (i32.const 1148) ",") + (data $3.1 (i32.const 1160) "\04\00\00\00\10\00\00\00p\04\00\00p\04\00\00\0c\00\00\00\03") (export "lazyGlobalUnused" (global $exports-lazy/lazyGlobalUnused)) (export "lazyGlobalUsed" (global $exports-lazy/lazyGlobalUsed)) (export "memory" (memory $0)) diff --git a/tests/compiler/exportstar-rereexport.debug.wat b/tests/compiler/exportstar-rereexport.debug.wat index 4faa4152c2..b6004df7ca 100644 --- a/tests/compiler/exportstar-rereexport.debug.wat +++ b/tests/compiler/exportstar-rereexport.debug.wat @@ -37,17 +37,17 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33304)) (global $~lib/memory/__heap_base i32 (i32.const 33304)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 124) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 192) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 224) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 316) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 368) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 460) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00r\00e\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s\00\00\00") - (data (i32.const 512) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s\00\00\00\00\00\00\00") + (data $1 (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $2 (i32.const 124) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 192) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 224) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 316) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 368) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 460) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00r\00e\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s\00\00\00") + (data $10 (i32.const 512) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "a" (global $export/a)) diff --git a/tests/compiler/exportstar-rereexport.release.wat b/tests/compiler/exportstar-rereexport.release.wat index 194cf0e9e1..52423aaf4f 100644 --- a/tests/compiler/exportstar-rereexport.release.wat +++ b/tests/compiler/exportstar-rereexport.release.wat @@ -24,21 +24,21 @@ (global $rereexport/exportsNamespaceCar (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34328)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\16\00\00\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s") - (data (i32.const 1084) "<") - (data (i32.const 1096) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1148) "<") - (data (i32.const 1160) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1276) "<") - (data (i32.const 1288) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1340) ",") - (data (i32.const 1352) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1420) "<") - (data (i32.const 1432) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1484) ",") - (data (i32.const 1496) "\02\00\00\00\1a\00\00\00r\00e\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s") - (data (i32.const 1536) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\16\00\00\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s") + (data $1 (i32.const 1084) "<") + (data $1.1 (i32.const 1096) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $2 (i32.const 1148) "<") + (data $2.1 (i32.const 1160) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $5 (i32.const 1276) "<") + (data $5.1 (i32.const 1288) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $6 (i32.const 1340) ",") + (data $6.1 (i32.const 1352) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $8 (i32.const 1420) "<") + (data $8.1 (i32.const 1432) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $9 (i32.const 1484) ",") + (data $9.1 (i32.const 1496) "\02\00\00\00\1a\00\00\00r\00e\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s") + (data $10 (i32.const 1536) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") (export "a" (global $export/a)) (export "renamed_a" (global $export/a)) (export "renamed_b" (global $export/b)) diff --git a/tests/compiler/extends-baseaggregate.debug.wat b/tests/compiler/extends-baseaggregate.debug.wat index 47277e92da..9cd56928f4 100644 --- a/tests/compiler/extends-baseaggregate.debug.wat +++ b/tests/compiler/extends-baseaggregate.debug.wat @@ -32,21 +32,21 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33484)) (global $~lib/memory/__heap_base i32 (i32.const 33484)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 44) ",\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\10\00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 92) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 124) ",\00\00\00\00\00\00\00\00\00\00\00\t\00\00\00\10\00\00\00p\00\00\00p\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 172) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 304) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 336) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 364) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 428) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 480) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 508) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 572) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 620) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 672) "\n\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\02A\00\00\02A\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) ",\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\10\00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 92) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 124) ",\00\00\00\00\00\00\00\00\00\00\00\t\00\00\00\10\00\00\00p\00\00\00p\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 172) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $5 (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 304) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 336) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 364) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 428) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 480) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 508) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 572) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $13 (i32.const 620) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $14 (i32.const 672) "\n\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\02A\00\00\02A\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/extends-baseaggregate.release.wat b/tests/compiler/extends-baseaggregate.release.wat index df7393d0c5..c64210dd0d 100644 --- a/tests/compiler/extends-baseaggregate.release.wat +++ b/tests/compiler/extends-baseaggregate.release.wat @@ -19,30 +19,30 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34508)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\01") - (data (i32.const 1068) ",") - (data (i32.const 1080) "\08\00\00\00\10\00\00\00 \04\00\00 \04") - (data (i32.const 1116) "\1c") - (data (i32.const 1128) "\01") - (data (i32.const 1148) ",") - (data (i32.const 1160) "\t\00\00\00\10\00\00\00p\04\00\00p\04") - (data (i32.const 1196) "<") - (data (i32.const 1208) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1260) "<") - (data (i32.const 1272) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1388) "<") - (data (i32.const 1400) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1452) ",") - (data (i32.const 1464) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1532) "<") - (data (i32.const 1544) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1596) ",") - (data (i32.const 1608) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1644) ",") - (data (i32.const 1656) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1696) "\n\00\00\00 \00\00\00 \00\00\00 ") - (data (i32.const 1732) "\02A\00\00\02A") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\01") + (data $1 (i32.const 1068) ",") + (data $1.1 (i32.const 1080) "\08\00\00\00\10\00\00\00 \04\00\00 \04") + (data $2 (i32.const 1116) "\1c") + (data $2.1 (i32.const 1128) "\01") + (data $3 (i32.const 1148) ",") + (data $3.1 (i32.const 1160) "\t\00\00\00\10\00\00\00p\04\00\00p\04") + (data $4 (i32.const 1196) "<") + (data $4.1 (i32.const 1208) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $5 (i32.const 1260) "<") + (data $5.1 (i32.const 1272) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $8 (i32.const 1388) "<") + (data $8.1 (i32.const 1400) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $9 (i32.const 1452) ",") + (data $9.1 (i32.const 1464) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $11 (i32.const 1532) "<") + (data $11.1 (i32.const 1544) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $12 (i32.const 1596) ",") + (data $12.1 (i32.const 1608) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $13 (i32.const 1644) ",") + (data $13.1 (i32.const 1656) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $14 (i32.const 1696) "\n\00\00\00 \00\00\00 \00\00\00 ") + (data $14.1 (i32.const 1732) "\02A\00\00\02A") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/extends-recursive.debug.wat b/tests/compiler/extends-recursive.debug.wat index cf33e5b1e1..6dad1f6cd6 100644 --- a/tests/compiler/extends-recursive.debug.wat +++ b/tests/compiler/extends-recursive.debug.wat @@ -28,15 +28,15 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33212)) (global $~lib/memory/__heap_base i32 (i32.const 33212)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 416) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 416) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/extends-recursive.release.wat b/tests/compiler/extends-recursive.release.wat index 22cf7dfea4..32acf70d3f 100644 --- a/tests/compiler/extends-recursive.release.wat +++ b/tests/compiler/extends-recursive.release.wat @@ -19,17 +19,17 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34236)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1440) "\06\00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1440) "\06\00\00\00 \00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/features/gc.debug.wat b/tests/compiler/features/gc.debug.wat index 2c70df1018..aa417e8f8a 100644 --- a/tests/compiler/features/gc.debug.wat +++ b/tests/compiler/features/gc.debug.wat @@ -14,7 +14,7 @@ (global $~lib/memory/__heap_base i32 (i32.const 32828)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00f\00e\00a\00t\00u\00r\00e\00s\00/\00g\00c\00.\00t\00s\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00f\00e\00a\00t\00u\00r\00e\00s\00/\00g\00c\00.\00t\00s\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "globalFunc" (global $features/gc/globalFunc)) diff --git a/tests/compiler/features/gc.release.wat b/tests/compiler/features/gc.release.wat index 67e9ca9bde..a28ff75313 100644 --- a/tests/compiler/features/gc.release.wat +++ b/tests/compiler/features/gc.release.wat @@ -8,8 +8,8 @@ (global $features/gc/globalStruct structref (ref.null none)) (global $features/gc/globalArray arrayref (ref.null none)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\1c\00\00\00f\00e\00a\00t\00u\00r\00e\00s\00/\00g\00c\00.\00t\00s") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\1c\00\00\00f\00e\00a\00t\00u\00r\00e\00s\00/\00g\00c\00.\00t\00s") (export "globalFunc" (global $features/gc/globalFunc)) (export "globalExtern" (global $features/gc/globalExtern)) (export "globalAny" (global $features/gc/globalAny)) diff --git a/tests/compiler/features/reference-types.debug.wat b/tests/compiler/features/reference-types.debug.wat index 2f379046b2..ebf7181563 100644 --- a/tests/compiler/features/reference-types.debug.wat +++ b/tests/compiler/features/reference-types.debug.wat @@ -20,8 +20,8 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32988)) (global $~lib/memory/__heap_base i32 (i32.const 32988)) (memory $0 1) - (data (i32.const 12) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00f\00e\00a\00t\00u\00r\00e\00s\00/\00r\00e\00f\00e\00r\00e\00n\00c\00e\00-\00t\00y\00p\00e\00s\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 92) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00f\00e\00a\00t\00u\00r\00e\00s\00/\00r\00e\00f\00e\00r\00e\00n\00c\00e\00-\00t\00y\00p\00e\00s\00.\00t\00s\00\00\00\00\00\00\00") + (data $1 (i32.const 92) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (elem declare func $features/reference-types/someFunc) diff --git a/tests/compiler/features/reference-types.release.wat b/tests/compiler/features/reference-types.release.wat index 4cb09191e6..c4a49f0622 100644 --- a/tests/compiler/features/reference-types.release.wat +++ b/tests/compiler/features/reference-types.release.wat @@ -13,10 +13,10 @@ (global $features/reference-types/nonNullFunc (mut funcref) (ref.null nofunc)) (global $features/reference-types/nonNullReal (mut externref) (ref.null noextern)) (memory $0 1) - (data (i32.const 1036) "L") - (data (i32.const 1048) "\02\00\00\006\00\00\00f\00e\00a\00t\00u\00r\00e\00s\00/\00r\00e\00f\00e\00r\00e\00n\00c\00e\00-\00t\00y\00p\00e\00s\00.\00t\00s") - (data (i32.const 1116) "|") - (data (i32.const 1128) "\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)") + (data $0 (i32.const 1036) "L") + (data $0.1 (i32.const 1048) "\02\00\00\006\00\00\00f\00e\00a\00t\00u\00r\00e\00s\00/\00r\00e\00f\00e\00r\00e\00n\00c\00e\00-\00t\00y\00p\00e\00s\00.\00t\00s") + (data $1 (i32.const 1116) "|") + (data $1.1 (i32.const 1128) "\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)") (elem declare func $features/reference-types/someFunc) (export "external" (func $features/reference-types/external)) (export "somethingReal" (func $features/reference-types/somethingReal)) diff --git a/tests/compiler/field-initialization.debug.wat b/tests/compiler/field-initialization.debug.wat index 1ae15dff38..51376fcc81 100644 --- a/tests/compiler/field-initialization.debug.wat +++ b/tests/compiler/field-initialization.debug.wat @@ -31,23 +31,23 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33644)) (global $~lib/memory/__heap_base i32 (i32.const 33644)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\00f\00i\00e\00l\00d\00-\00i\00n\00i\00t\00i\00a\00l\00i\00z\00a\00t\00i\00o\00n\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 492) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 540) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00b\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 636) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00b\00b\00\00\00\00\00\00\00\00\00") - (data (i32.const 668) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00c\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 700) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00b\00b\00b\00\00\00\00\00\00\00") - (data (i32.const 732) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00c\00c\00\00\00\00\00\00\00\00\00") - (data (i32.const 768) "\1a\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\00f\00i\00e\00l\00d\00-\00i\00n\00i\00t\00i\00a\00l\00i\00z\00a\00t\00i\00o\00n\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 492) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $10 (i32.const 540) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") + (data $11 (i32.const 604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00b\00\00\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 636) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00b\00b\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 668) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00c\00\00\00\00\00\00\00\00\00\00\00") + (data $14 (i32.const 700) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00b\00b\00b\00\00\00\00\00\00\00") + (data $15 (i32.const 732) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00c\00c\00\00\00\00\00\00\00\00\00") + (data $16 (i32.const 768) "\1a\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/field-initialization.release.wat b/tests/compiler/field-initialization.release.wat index 7900b0fb37..e847de464b 100644 --- a/tests/compiler/field-initialization.release.wat +++ b/tests/compiler/field-initialization.release.wat @@ -20,34 +20,34 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34668)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) "L") - (data (i32.const 1448) "\02\00\00\00.\00\00\00f\00i\00e\00l\00d\00-\00i\00n\00i\00t\00i\00a\00l\00i\00z\00a\00t\00i\00o\00n\00.\00t\00s") - (data (i32.const 1516) ",") - (data (i32.const 1528) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1564) "<") - (data (i32.const 1576) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") - (data (i32.const 1628) "\1c") - (data (i32.const 1640) "\02\00\00\00\02\00\00\00b") - (data (i32.const 1660) "\1c") - (data (i32.const 1672) "\02\00\00\00\04\00\00\00b\00b") - (data (i32.const 1692) "\1c") - (data (i32.const 1704) "\02\00\00\00\02\00\00\00c") - (data (i32.const 1724) "\1c") - (data (i32.const 1736) "\02\00\00\00\06\00\00\00b\00b\00b") - (data (i32.const 1756) "\1c") - (data (i32.const 1768) "\02\00\00\00\04\00\00\00c\00c") - (data (i32.const 1792) "\1a\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 ") - (data (i32.const 1832) " \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) "L") + (data $8.1 (i32.const 1448) "\02\00\00\00.\00\00\00f\00i\00e\00l\00d\00-\00i\00n\00i\00t\00i\00a\00l\00i\00z\00a\00t\00i\00o\00n\00.\00t\00s") + (data $9 (i32.const 1516) ",") + (data $9.1 (i32.const 1528) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $10 (i32.const 1564) "<") + (data $10.1 (i32.const 1576) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") + (data $11 (i32.const 1628) "\1c") + (data $11.1 (i32.const 1640) "\02\00\00\00\02\00\00\00b") + (data $12 (i32.const 1660) "\1c") + (data $12.1 (i32.const 1672) "\02\00\00\00\04\00\00\00b\00b") + (data $13 (i32.const 1692) "\1c") + (data $13.1 (i32.const 1704) "\02\00\00\00\02\00\00\00c") + (data $14 (i32.const 1724) "\1c") + (data $14.1 (i32.const 1736) "\02\00\00\00\06\00\00\00b\00b\00b") + (data $15 (i32.const 1756) "\1c") + (data $15.1 (i32.const 1768) "\02\00\00\00\04\00\00\00c\00c") + (data $16 (i32.const 1792) "\1a\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 ") + (data $16.1 (i32.const 1832) " \00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/field.debug.wat b/tests/compiler/field.debug.wat index c78c314916..8877fb1237 100644 --- a/tests/compiler/field.debug.wat +++ b/tests/compiler/field.debug.wat @@ -29,16 +29,16 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33248)) (global $~lib/memory/__heap_base i32 (i32.const 33248)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 448) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\02A\00\00\02\t\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 448) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\02A\00\00\02\t\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/field.release.wat b/tests/compiler/field.release.wat index ba44f6ffdb..8554a903a1 100644 --- a/tests/compiler/field.release.wat +++ b/tests/compiler/field.release.wat @@ -19,20 +19,20 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34272)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) "\1c") - (data (i32.const 1448) "\01") - (data (i32.const 1472) "\07\00\00\00 \00\00\00 \00\00\00 ") - (data (i32.const 1496) "\02A\00\00\02\t") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) "\1c") + (data $8.1 (i32.const 1448) "\01") + (data $9 (i32.const 1472) "\07\00\00\00 \00\00\00 \00\00\00 ") + (data $9.1 (i32.const 1496) "\02A\00\00\02\t") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/for.debug.wat b/tests/compiler/for.debug.wat index d0dfeb7f33..dde2f7854f 100644 --- a/tests/compiler/for.debug.wat +++ b/tests/compiler/for.debug.wat @@ -29,16 +29,16 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33240)) (global $~lib/memory/__heap_base i32 (i32.const 33240)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00f\00o\00r\00.\00t\00s\00") - (data (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 208) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 300) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 352) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 448) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00f\00o\00r\00.\00t\00s\00") + (data $1 (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $2 (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 208) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 300) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 352) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 448) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/for.release.wat b/tests/compiler/for.release.wat index 851bd7bbe1..379c0dfa73 100644 --- a/tests/compiler/for.release.wat +++ b/tests/compiler/for.release.wat @@ -19,19 +19,19 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34264)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\02\00\00\00\0c\00\00\00f\00o\00r\00.\00t\00s") - (data (i32.const 1068) "<") - (data (i32.const 1080) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1132) "<") - (data (i32.const 1144) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1260) "<") - (data (i32.const 1272) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1324) ",") - (data (i32.const 1336) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1404) "<") - (data (i32.const 1416) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1472) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02\00\00\00\0c\00\00\00f\00o\00r\00.\00t\00s") + (data $1 (i32.const 1068) "<") + (data $1.1 (i32.const 1080) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $2 (i32.const 1132) "<") + (data $2.1 (i32.const 1144) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $5 (i32.const 1260) "<") + (data $5.1 (i32.const 1272) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $6 (i32.const 1324) ",") + (data $6.1 (i32.const 1336) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $8 (i32.const 1404) "<") + (data $8.1 (i32.const 1416) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $9 (i32.const 1472) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots @@ -1460,12 +1460,12 @@ end i32.const 10 local.set $0 - loop $for-loop|04 + loop $for-loop|03 local.get $0 i32.const 1 i32.sub local.tee $0 - br_if $for-loop|04 + br_if $for-loop|03 end local.get $0 if @@ -1478,14 +1478,14 @@ end i32.const 0 local.set $0 - loop $for-loop|06 + loop $for-loop|04 local.get $0 i32.const 1 i32.add local.tee $0 i32.const 10 i32.ne - br_if $for-loop|06 + br_if $for-loop|04 end local.get $0 i32.const 10 @@ -1500,7 +1500,7 @@ end i32.const 0 local.set $0 - loop $for-loop|07 + loop $for-loop|05 local.get $0 i32.const 10 i32.lt_s @@ -1509,7 +1509,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|07 + br $for-loop|05 end end local.get $0 @@ -1525,7 +1525,7 @@ end i32.const 0 local.set $0 - loop $for-loop|09 + loop $for-loop|06 local.get $0 i32.const 10 i32.lt_s @@ -1562,7 +1562,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|09 + br $for-loop|06 end end local.get $0 @@ -1649,7 +1649,7 @@ call $for/Ref#constructor local.tee $0 i32.store $0 - loop $for-loop|08 + loop $for-loop|07 local.get $0 if local.get $1 @@ -1667,7 +1667,7 @@ local.tee $0 i32.store $0 end - br $for-loop|08 + br $for-loop|07 end end local.get $1 @@ -1715,10 +1715,10 @@ call $for/Ref#constructor local.tee $0 i32.store $0 - loop $for-loop|011 + loop $for-loop|08 call $for/Ref#constructor if - block $for-break010 + block $for-break03 local.get $1 i32.const 1 i32.add @@ -1728,13 +1728,13 @@ if i32.const 0 local.set $0 - br $for-break010 + br $for-break03 end global.get $~lib/memory/__stack_pointer call $for/Ref#constructor local.tee $0 i32.store $0 - br $for-loop|011 + br $for-loop|08 end end end diff --git a/tests/compiler/function-call.debug.wat b/tests/compiler/function-call.debug.wat index 767b8ac545..5bfb3b9008 100644 --- a/tests/compiler/function-call.debug.wat +++ b/tests/compiler/function-call.debug.wat @@ -35,24 +35,24 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33548)) (global $~lib/memory/__heap_base i32 (i32.const 33548)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 76) "\1c\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\08\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00f\00u\00n\00c\00t\00i\00o\00n\00-\00c\00a\00l\00l\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 172) "\1c\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\08\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "\1c\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\08\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 300) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 368) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 400) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 428) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 492) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 544) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 572) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 636) "\1c\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\08\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 668) "\1c\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\08\00\00\00\07\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 700) "\1c\00\00\00\00\00\00\00\00\00\00\00\t\00\00\00\08\00\00\00\08\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 736) "\n\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 76) "\1c\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\08\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00f\00u\00n\00c\00t\00i\00o\00n\00-\00c\00a\00l\00l\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 172) "\1c\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\08\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 204) "\1c\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\08\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $7 (i32.const 300) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 368) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 400) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 428) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 492) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 544) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 572) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $14 (i32.const 636) "\1c\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\08\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00") + (data $15 (i32.const 668) "\1c\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\08\00\00\00\07\00\00\00\00\00\00\00\00\00\00\00") + (data $16 (i32.const 700) "\1c\00\00\00\00\00\00\00\00\00\00\00\t\00\00\00\08\00\00\00\08\00\00\00\00\00\00\00\00\00\00\00") + (data $17 (i32.const 736) "\n\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\00\00\00\00\00\00") (table $0 9 9 funcref) (elem $0 (i32.const 1) $start:function-call~anonymous|0 $start:function-call~anonymous|1 $start:function-call~anonymous|2 $start:function-call~anonymous|3 $start:function-call~fn2|4 $function-call/Foo#fnVoid $function-call/Foo#fnThis $function-call/Foo#fnRet) (export "memory" (memory $0)) diff --git a/tests/compiler/function-call.release.wat b/tests/compiler/function-call.release.wat index 5b0f85c5d6..76437e09d9 100644 --- a/tests/compiler/function-call.release.wat +++ b/tests/compiler/function-call.release.wat @@ -22,36 +22,36 @@ (global $function-call/foo (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34572)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\04\00\00\00\08\00\00\00\01") - (data (i32.const 1068) "\1c") - (data (i32.const 1080) "\04\00\00\00\08\00\00\00\02") - (data (i32.const 1100) "\1c") - (data (i32.const 1112) "\05\00\00\00\08\00\00\00\03") - (data (i32.const 1132) "<") - (data (i32.const 1144) "\02\00\00\00 \00\00\00f\00u\00n\00c\00t\00i\00o\00n\00-\00c\00a\00l\00l\00.\00t\00s") - (data (i32.const 1196) "\1c") - (data (i32.const 1208) "\05\00\00\00\08\00\00\00\04") - (data (i32.const 1228) "\1c") - (data (i32.const 1240) "\06\00\00\00\08\00\00\00\05") - (data (i32.const 1260) "<") - (data (i32.const 1272) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1324) "<") - (data (i32.const 1336) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1452) "<") - (data (i32.const 1464) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1516) ",") - (data (i32.const 1528) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1596) "<") - (data (i32.const 1608) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1660) "\1c") - (data (i32.const 1672) "\08\00\00\00\08\00\00\00\06") - (data (i32.const 1692) "\1c") - (data (i32.const 1704) "\06\00\00\00\08\00\00\00\07") - (data (i32.const 1724) "\1c") - (data (i32.const 1736) "\t\00\00\00\08\00\00\00\08") - (data (i32.const 1760) "\n\00\00\00 \00\00\00 \00\00\00 ") - (data (i32.const 1792) " ") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\04\00\00\00\08\00\00\00\01") + (data $1 (i32.const 1068) "\1c") + (data $1.1 (i32.const 1080) "\04\00\00\00\08\00\00\00\02") + (data $2 (i32.const 1100) "\1c") + (data $2.1 (i32.const 1112) "\05\00\00\00\08\00\00\00\03") + (data $3 (i32.const 1132) "<") + (data $3.1 (i32.const 1144) "\02\00\00\00 \00\00\00f\00u\00n\00c\00t\00i\00o\00n\00-\00c\00a\00l\00l\00.\00t\00s") + (data $4 (i32.const 1196) "\1c") + (data $4.1 (i32.const 1208) "\05\00\00\00\08\00\00\00\04") + (data $5 (i32.const 1228) "\1c") + (data $5.1 (i32.const 1240) "\06\00\00\00\08\00\00\00\05") + (data $6 (i32.const 1260) "<") + (data $6.1 (i32.const 1272) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $7 (i32.const 1324) "<") + (data $7.1 (i32.const 1336) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $10 (i32.const 1452) "<") + (data $10.1 (i32.const 1464) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $11 (i32.const 1516) ",") + (data $11.1 (i32.const 1528) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $13 (i32.const 1596) "<") + (data $13.1 (i32.const 1608) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $14 (i32.const 1660) "\1c") + (data $14.1 (i32.const 1672) "\08\00\00\00\08\00\00\00\06") + (data $15 (i32.const 1692) "\1c") + (data $15.1 (i32.const 1704) "\06\00\00\00\08\00\00\00\07") + (data $16 (i32.const 1724) "\1c") + (data $16.1 (i32.const 1736) "\t\00\00\00\08\00\00\00\08") + (data $17 (i32.const 1760) "\n\00\00\00 \00\00\00 \00\00\00 ") + (data $17.1 (i32.const 1792) " ") (table $0 9 9 funcref) (elem $0 (i32.const 1) $start:function-call~anonymous|0 $start:function-call~anonymous|0 $start:function-call~anonymous|2 $start:function-call~anonymous|2 $start:function-call~fn2|4 $function-call/Foo#fnVoid $start:function-call~fn2|4 $function-call/Foo#fnRet) (export "memory" (memory $0)) diff --git a/tests/compiler/function-expression.debug.wat b/tests/compiler/function-expression.debug.wat index 9e4772b1de..e4f42b00f5 100644 --- a/tests/compiler/function-expression.debug.wat +++ b/tests/compiler/function-expression.debug.wat @@ -34,35 +34,35 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33900)) (global $~lib/memory/__heap_base i32 (i32.const 33900)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00,\00\00\00f\00u\00n\00c\00t\00i\00o\00n\00-\00e\00x\00p\00r\00e\00s\00s\00i\00o\00n\00.\00t\00s\00") - (data (i32.const 108) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 140) "\1c\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\08\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 172) "\1c\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\08\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "\1c\00\00\00\00\00\00\00\00\00\00\00\07\00\00\00\08\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 236) "\1c\00\00\00\00\00\00\00\00\00\00\00\07\00\00\00\08\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) "\1c\00\00\00\00\00\00\00\00\00\00\00\07\00\00\00\08\00\00\00\07\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 300) "\1c\00\00\00\00\00\00\00\00\00\00\00\07\00\00\00\08\00\00\00\08\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 332) "\1c\00\00\00\00\00\00\00\00\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 364) "\1c\00\00\00\00\00\00\00\00\00\00\00\07\00\00\00\08\00\00\00\n\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 396) "\1c\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\08\00\00\00\0b\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 428) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\0c\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 460) "\1c\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\08\00\00\00\r\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 492) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\0e\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 524) "\1c\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\08\00\00\00\0f\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 556) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 620) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 688) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 720) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 748) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 812) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 864) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 892) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 956) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\10\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 988) "\1c\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\08\00\00\00\11\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1020) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\12\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1052) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\13\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1088) "\n\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00,\00\00\00f\00u\00n\00c\00t\00i\00o\00n\00-\00e\00x\00p\00r\00e\00s\00s\00i\00o\00n\00.\00t\00s\00") + (data $2 (i32.const 108) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 140) "\1c\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\08\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 172) "\1c\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\08\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 204) "\1c\00\00\00\00\00\00\00\00\00\00\00\07\00\00\00\08\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 236) "\1c\00\00\00\00\00\00\00\00\00\00\00\07\00\00\00\08\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 268) "\1c\00\00\00\00\00\00\00\00\00\00\00\07\00\00\00\08\00\00\00\07\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 300) "\1c\00\00\00\00\00\00\00\00\00\00\00\07\00\00\00\08\00\00\00\08\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 332) "\1c\00\00\00\00\00\00\00\00\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 364) "\1c\00\00\00\00\00\00\00\00\00\00\00\07\00\00\00\08\00\00\00\n\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 396) "\1c\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\08\00\00\00\0b\00\00\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 428) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\0c\00\00\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 460) "\1c\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\08\00\00\00\r\00\00\00\00\00\00\00\00\00\00\00") + (data $14 (i32.const 492) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\0e\00\00\00\00\00\00\00\00\00\00\00") + (data $15 (i32.const 524) "\1c\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\08\00\00\00\0f\00\00\00\00\00\00\00\00\00\00\00") + (data $16 (i32.const 556) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $17 (i32.const 620) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $18 (i32.const 688) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $19 (i32.const 720) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $20 (i32.const 748) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $21 (i32.const 812) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $22 (i32.const 864) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $23 (i32.const 892) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $24 (i32.const 956) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\10\00\00\00\00\00\00\00\00\00\00\00") + (data $25 (i32.const 988) "\1c\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\08\00\00\00\11\00\00\00\00\00\00\00\00\00\00\00") + (data $26 (i32.const 1020) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\12\00\00\00\00\00\00\00\00\00\00\00") + (data $27 (i32.const 1052) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\13\00\00\00\00\00\00\00\00\00\00\00") + (data $28 (i32.const 1088) "\n\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 20 20 funcref) (elem $0 (i32.const 1) $start:function-expression~anonymous|0 $start:function-expression~anonymous|1 $start:function-expression~someName|2 $start:function-expression~anonymous|3 $start:function-expression~anonymous|4 $start:function-expression~anonymous|5 $start:function-expression~anonymous|6 $function-expression/testOmittedReturn1~anonymous|0 $function-expression/testOmittedReturn2~anonymous|0 $function-expression/testOmittedReturn3~anonymous|0 $function-expression/testNullable~anonymous|0 $start:function-expression~anonymous|7~anonymous|0 $start:function-expression~anonymous|7 $function-expression/testLocal~anonymous|0~anonymous|0 $function-expression/testLocal~anonymous|0 $function-expression/testField~anonymous|0~anonymous|0 $function-expression/testField~anonymous|0 $function-expression/semanticallyAnonymous~fnDecl $function-expression/semanticallyAnonymous~fnDecl|0) (export "semanticallyAnonymous" (func $function-expression/semanticallyAnonymous)) diff --git a/tests/compiler/function-expression.release.wat b/tests/compiler/function-expression.release.wat index d6f33c3c79..7094f39992 100644 --- a/tests/compiler/function-expression.release.wat +++ b/tests/compiler/function-expression.release.wat @@ -20,57 +20,57 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34924)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\04\00\00\00\08\00\00\00\01") - (data (i32.const 1068) "<") - (data (i32.const 1080) "\02\00\00\00,\00\00\00f\00u\00n\00c\00t\00i\00o\00n\00-\00e\00x\00p\00r\00e\00s\00s\00i\00o\00n\00.\00t\00s") - (data (i32.const 1132) "\1c") - (data (i32.const 1144) "\04\00\00\00\08\00\00\00\02") - (data (i32.const 1164) "\1c") - (data (i32.const 1176) "\05\00\00\00\08\00\00\00\03") - (data (i32.const 1196) "\1c") - (data (i32.const 1208) "\06\00\00\00\08\00\00\00\04") - (data (i32.const 1228) "\1c") - (data (i32.const 1240) "\07\00\00\00\08\00\00\00\05") - (data (i32.const 1260) "\1c") - (data (i32.const 1272) "\07\00\00\00\08\00\00\00\06") - (data (i32.const 1292) "\1c") - (data (i32.const 1304) "\07\00\00\00\08\00\00\00\07") - (data (i32.const 1324) "\1c") - (data (i32.const 1336) "\07\00\00\00\08\00\00\00\08") - (data (i32.const 1356) "\1c") - (data (i32.const 1368) "\07\00\00\00\08\00\00\00\t") - (data (i32.const 1388) "\1c") - (data (i32.const 1400) "\07\00\00\00\08\00\00\00\n") - (data (i32.const 1420) "\1c") - (data (i32.const 1432) "\06\00\00\00\08\00\00\00\0b") - (data (i32.const 1452) "\1c") - (data (i32.const 1464) "\04\00\00\00\08\00\00\00\0c") - (data (i32.const 1484) "\1c") - (data (i32.const 1496) "\08\00\00\00\08\00\00\00\r") - (data (i32.const 1516) "\1c") - (data (i32.const 1528) "\04\00\00\00\08\00\00\00\0e") - (data (i32.const 1548) "\1c") - (data (i32.const 1560) "\08\00\00\00\08\00\00\00\0f") - (data (i32.const 1580) "<") - (data (i32.const 1592) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1644) "<") - (data (i32.const 1656) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1772) "<") - (data (i32.const 1784) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1836) ",") - (data (i32.const 1848) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1916) "<") - (data (i32.const 1928) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1980) "\1c") - (data (i32.const 1992) "\04\00\00\00\08\00\00\00\10") - (data (i32.const 2012) "\1c") - (data (i32.const 2024) "\08\00\00\00\08\00\00\00\11") - (data (i32.const 2044) "\1c") - (data (i32.const 2056) "\04\00\00\00\08\00\00\00\12") - (data (i32.const 2076) "\1c") - (data (i32.const 2088) "\04\00\00\00\08\00\00\00\13") - (data (i32.const 2112) "\n\00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\04\00\00\00\08\00\00\00\01") + (data $1 (i32.const 1068) "<") + (data $1.1 (i32.const 1080) "\02\00\00\00,\00\00\00f\00u\00n\00c\00t\00i\00o\00n\00-\00e\00x\00p\00r\00e\00s\00s\00i\00o\00n\00.\00t\00s") + (data $2 (i32.const 1132) "\1c") + (data $2.1 (i32.const 1144) "\04\00\00\00\08\00\00\00\02") + (data $3 (i32.const 1164) "\1c") + (data $3.1 (i32.const 1176) "\05\00\00\00\08\00\00\00\03") + (data $4 (i32.const 1196) "\1c") + (data $4.1 (i32.const 1208) "\06\00\00\00\08\00\00\00\04") + (data $5 (i32.const 1228) "\1c") + (data $5.1 (i32.const 1240) "\07\00\00\00\08\00\00\00\05") + (data $6 (i32.const 1260) "\1c") + (data $6.1 (i32.const 1272) "\07\00\00\00\08\00\00\00\06") + (data $7 (i32.const 1292) "\1c") + (data $7.1 (i32.const 1304) "\07\00\00\00\08\00\00\00\07") + (data $8 (i32.const 1324) "\1c") + (data $8.1 (i32.const 1336) "\07\00\00\00\08\00\00\00\08") + (data $9 (i32.const 1356) "\1c") + (data $9.1 (i32.const 1368) "\07\00\00\00\08\00\00\00\t") + (data $10 (i32.const 1388) "\1c") + (data $10.1 (i32.const 1400) "\07\00\00\00\08\00\00\00\n") + (data $11 (i32.const 1420) "\1c") + (data $11.1 (i32.const 1432) "\06\00\00\00\08\00\00\00\0b") + (data $12 (i32.const 1452) "\1c") + (data $12.1 (i32.const 1464) "\04\00\00\00\08\00\00\00\0c") + (data $13 (i32.const 1484) "\1c") + (data $13.1 (i32.const 1496) "\08\00\00\00\08\00\00\00\r") + (data $14 (i32.const 1516) "\1c") + (data $14.1 (i32.const 1528) "\04\00\00\00\08\00\00\00\0e") + (data $15 (i32.const 1548) "\1c") + (data $15.1 (i32.const 1560) "\08\00\00\00\08\00\00\00\0f") + (data $16 (i32.const 1580) "<") + (data $16.1 (i32.const 1592) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $17 (i32.const 1644) "<") + (data $17.1 (i32.const 1656) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $20 (i32.const 1772) "<") + (data $20.1 (i32.const 1784) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $21 (i32.const 1836) ",") + (data $21.1 (i32.const 1848) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $23 (i32.const 1916) "<") + (data $23.1 (i32.const 1928) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $24 (i32.const 1980) "\1c") + (data $24.1 (i32.const 1992) "\04\00\00\00\08\00\00\00\10") + (data $25 (i32.const 2012) "\1c") + (data $25.1 (i32.const 2024) "\08\00\00\00\08\00\00\00\11") + (data $26 (i32.const 2044) "\1c") + (data $26.1 (i32.const 2056) "\04\00\00\00\08\00\00\00\12") + (data $27 (i32.const 2076) "\1c") + (data $27.1 (i32.const 2088) "\04\00\00\00\08\00\00\00\13") + (data $28 (i32.const 2112) "\n\00\00\00 \00\00\00 \00\00\00 ") (table $0 20 20 funcref) (elem $0 (i32.const 1) $start:function-expression~anonymous|0 $start:function-expression~anonymous|0 $start:function-expression~someName|2 $start:function-expression~anonymous|3 $start:function-expression~anonymous|4 $start:function-expression~anonymous|5 $start:function-expression~anonymous|6 $start:function-expression~anonymous|4 $start:function-expression~anonymous|5 $start:function-expression~anonymous|6 $start:function-expression~anonymous|3 $start:function-expression~anonymous|7~anonymous|0 $start:function-expression~anonymous|7 $start:function-expression~anonymous|7~anonymous|0 $function-expression/testLocal~anonymous|0 $start:function-expression~anonymous|7~anonymous|0 $function-expression/testField~anonymous|0 $start:function-expression~anonymous|0 $start:function-expression~anonymous|0) (export "semanticallyAnonymous" (func $function-expression/semanticallyAnonymous)) diff --git a/tests/compiler/function-types.debug.wat b/tests/compiler/function-types.debug.wat index b4a07cb3f9..bf5781b3ac 100644 --- a/tests/compiler/function-types.debug.wat +++ b/tests/compiler/function-types.debug.wat @@ -14,11 +14,11 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32972)) (global $~lib/memory/__heap_base i32 (i32.const 32972)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00f\00u\00n\00c\00t\00i\00o\00n\00-\00t\00y\00p\00e\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 108) "\1c\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 140) "\1c\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\08\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 172) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00f\00u\00n\00c\00t\00i\00o\00n\00-\00t\00y\00p\00e\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 108) "\1c\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 140) "\1c\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\08\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 172) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00") (table $0 5 5 funcref) (elem $0 (i32.const 1) $function-types/makeAdder~anonymous|0 $function-types/makeAdder~anonymous|0 $function-types/makeAdder~anonymous|0 $function-types/addI32) (export "memory" (memory $0)) diff --git a/tests/compiler/function-types.release.wat b/tests/compiler/function-types.release.wat index 896541fa7a..f5fd1b9d13 100644 --- a/tests/compiler/function-types.release.wat +++ b/tests/compiler/function-types.release.wat @@ -9,16 +9,16 @@ (global $~argumentsLength (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33996)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\04\00\00\00\08\00\00\00\01") - (data (i32.const 1068) "<") - (data (i32.const 1080) "\02\00\00\00\"\00\00\00f\00u\00n\00c\00t\00i\00o\00n\00-\00t\00y\00p\00e\00s\00.\00t\00s") - (data (i32.const 1132) "\1c") - (data (i32.const 1144) "\05\00\00\00\08\00\00\00\02") - (data (i32.const 1164) "\1c") - (data (i32.const 1176) "\06\00\00\00\08\00\00\00\03") - (data (i32.const 1196) "\1c") - (data (i32.const 1208) "\04\00\00\00\08\00\00\00\04") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\04\00\00\00\08\00\00\00\01") + (data $1 (i32.const 1068) "<") + (data $1.1 (i32.const 1080) "\02\00\00\00\"\00\00\00f\00u\00n\00c\00t\00i\00o\00n\00-\00t\00y\00p\00e\00s\00.\00t\00s") + (data $2 (i32.const 1132) "\1c") + (data $2.1 (i32.const 1144) "\05\00\00\00\08\00\00\00\02") + (data $3 (i32.const 1164) "\1c") + (data $3.1 (i32.const 1176) "\06\00\00\00\08\00\00\00\03") + (data $4 (i32.const 1196) "\1c") + (data $4.1 (i32.const 1208) "\04\00\00\00\08\00\00\00\04") (table $0 5 5 funcref) (elem $0 (i32.const 1) $function-types/makeAdder~anonymous|0 $function-types/makeAdder~anonymous|0 $function-types/makeAdder~anonymous|0 $function-types/makeAdder~anonymous|0) (export "memory" (memory $0)) diff --git a/tests/compiler/getter-call.debug.wat b/tests/compiler/getter-call.debug.wat index 85f306f981..4bbd7a4898 100644 --- a/tests/compiler/getter-call.debug.wat +++ b/tests/compiler/getter-call.debug.wat @@ -29,16 +29,16 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33244)) (global $~lib/memory/__heap_base i32 (i32.const 33244)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) "\1c\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 448) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\00\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) "\1c\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 448) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\00\00\00\00") (table $0 2 2 funcref) (elem $0 (i32.const 1) $getter-call/C#get:x~anonymous|0) (export "test" (func $getter-call/test)) diff --git a/tests/compiler/getter-call.release.wat b/tests/compiler/getter-call.release.wat index 776f67aa5c..7f0831295c 100644 --- a/tests/compiler/getter-call.release.wat +++ b/tests/compiler/getter-call.release.wat @@ -19,19 +19,19 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34268)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) "\1c") - (data (i32.const 1448) "\05\00\00\00\08\00\00\00\01") - (data (i32.const 1472) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) "\1c") + (data $8.1 (i32.const 1448) "\05\00\00\00\08\00\00\00\01") + (data $9 (i32.const 1472) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") (table $0 2 2 funcref) (elem $0 (i32.const 1) $getter-call/C#get:x~anonymous|0) (export "test" (func $getter-call/test)) diff --git a/tests/compiler/getter-setter.debug.wat b/tests/compiler/getter-setter.debug.wat index 47bb3b4712..a7c76ce9af 100644 --- a/tests/compiler/getter-setter.debug.wat +++ b/tests/compiler/getter-setter.debug.wat @@ -9,7 +9,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32844)) (global $~lib/memory/__heap_base i32 (i32.const 32844)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00g\00e\00t\00t\00e\00r\00-\00s\00e\00t\00t\00e\00r\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00g\00e\00t\00t\00e\00r\00-\00s\00e\00t\00t\00e\00r\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/getter-setter.release.wat b/tests/compiler/getter-setter.release.wat index 1295dd28d7..095137ab89 100644 --- a/tests/compiler/getter-setter.release.wat +++ b/tests/compiler/getter-setter.release.wat @@ -4,8 +4,8 @@ (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $getter-setter/Foo._bar (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00 \00\00\00g\00e\00t\00t\00e\00r\00-\00s\00e\00t\00t\00e\00r\00.\00t\00s") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00 \00\00\00g\00e\00t\00t\00e\00r\00-\00s\00e\00t\00t\00e\00r\00.\00t\00s") (export "memory" (memory $0)) (start $~start) (func $~start diff --git a/tests/compiler/heap.debug.wat b/tests/compiler/heap.debug.wat index f5ff3ed2d9..30f6593795 100644 --- a/tests/compiler/heap.debug.wat +++ b/tests/compiler/heap.debug.wat @@ -15,8 +15,8 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32908)) (global $~lib/memory/__heap_base i32 (i32.const 32908)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/heap.release.wat b/tests/compiler/heap.release.wat index 81ede8e691..6e94f90a88 100644 --- a/tests/compiler/heap.release.wat +++ b/tests/compiler/heap.release.wat @@ -9,10 +9,10 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $heap/ptr (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) diff --git a/tests/compiler/if.debug.wat b/tests/compiler/if.debug.wat index 2863dd29ac..076cb85585 100644 --- a/tests/compiler/if.debug.wat +++ b/tests/compiler/if.debug.wat @@ -7,8 +7,8 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32844)) (global $~lib/memory/__heap_base i32 (i32.const 32844)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00i\00f\00.\00t\00s\00\00\00") - (data (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00e\00r\00r\00o\00r\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00i\00f\00.\00t\00s\00\00\00") + (data $1 (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00e\00r\00r\00o\00r\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "ifThenElse" (func $if/ifThenElse)) diff --git a/tests/compiler/if.release.wat b/tests/compiler/if.release.wat index 5e88059002..4d4c793a08 100644 --- a/tests/compiler/if.release.wat +++ b/tests/compiler/if.release.wat @@ -3,10 +3,10 @@ (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\02\00\00\00\n\00\00\00i\00f\00.\00t\00s") - (data (i32.const 1068) "\1c") - (data (i32.const 1080) "\02\00\00\00\n\00\00\00e\00r\00r\00o\00r") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02\00\00\00\n\00\00\00i\00f\00.\00t\00s") + (data $1 (i32.const 1068) "\1c") + (data $1.1 (i32.const 1080) "\02\00\00\00\n\00\00\00e\00r\00r\00o\00r") (export "ifThenElse" (func $if/ifThenElse)) (export "ifThen" (func $if/ifThen)) (export "ifThenElseBlock" (func $if/ifThenElse)) diff --git a/tests/compiler/import-memory.debug.wat b/tests/compiler/import-memory.debug.wat index f9c631a204..4c75aecd14 100644 --- a/tests/compiler/import-memory.debug.wat +++ b/tests/compiler/import-memory.debug.wat @@ -6,7 +6,7 @@ (global $~lib/memory/__data_end i32 (i32.const 76)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32844)) (global $~lib/memory/__heap_base i32 (i32.const 32844)) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00i\00m\00p\00o\00r\00t\00-\00m\00e\00m\00o\00r\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00i\00m\00p\00o\00r\00t\00-\00m\00e\00m\00o\00r\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/import-memory.release.wat b/tests/compiler/import-memory.release.wat index 4282ac5254..0ed2f244ba 100644 --- a/tests/compiler/import-memory.release.wat +++ b/tests/compiler/import-memory.release.wat @@ -3,7 +3,7 @@ (type $none_=>_none (func)) (import "env" "memory" (memory $0 1)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) - (data (i32.const 1036) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00i\00m\00p\00o\00r\00t\00-\00m\00e\00m\00o\00r\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 1036) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00i\00m\00p\00o\00r\00t\00-\00m\00e\00m\00o\00r\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") (export "memory" (memory $0)) (start $~start) (func $~start diff --git a/tests/compiler/infer-array.debug.wat b/tests/compiler/infer-array.debug.wat index 2fb7162a3f..0f9f87e280 100644 --- a/tests/compiler/infer-array.debug.wat +++ b/tests/compiler/infer-array.debug.wat @@ -32,32 +32,32 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33960)) (global $~lib/memory/__heap_base i32 (i32.const 33960)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") - (data (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 208) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 300) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 352) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 444) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 492) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00i\00n\00f\00e\00r\00-\00a\00r\00r\00a\00y\00.\00t\00s\00") - (data (i32.const 540) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\18\00\00\00\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@\00\00\00\00") - (data (i32.const 588) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\ff\ff\ff\ff\00\00\00\00") - (data (i32.const 620) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\18\00\00\00\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@\00\00\00\00") - (data (i32.const 668) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\00\00\80?\00\00\00@\00\00@@") - (data (i32.const 700) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 748) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 780) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\00\00\00\00\03\00\00\00\00\00\00") - (data (i32.const 812) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 844) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 876) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 908) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00") - (data (i32.const 940) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 972) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1004) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1136) "\r\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00\02\1a\00\00\02\01\00\00\02\19\00\00 \00\00\00\02a\00\00\02a\00\00\02\01\00\00\02A\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") + (data $1 (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $2 (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 208) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 300) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 352) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 444) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $10 (i32.const 492) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00i\00n\00f\00e\00r\00-\00a\00r\00r\00a\00y\00.\00t\00s\00") + (data $11 (i32.const 540) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\18\00\00\00\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@\00\00\00\00") + (data $12 (i32.const 588) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\ff\ff\ff\ff\00\00\00\00") + (data $13 (i32.const 620) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\18\00\00\00\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@\00\00\00\00") + (data $14 (i32.const 668) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\00\00\80?\00\00\00@\00\00@@") + (data $15 (i32.const 700) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $16 (i32.const 748) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") + (data $17 (i32.const 780) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\00\00\00\00\03\00\00\00\00\00\00") + (data $18 (i32.const 812) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $19 (i32.const 844) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $20 (i32.const 876) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $21 (i32.const 908) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00") + (data $22 (i32.const 940) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $23 (i32.const 972) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $24 (i32.const 1004) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $25 (i32.const 1136) "\r\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00\02\1a\00\00\02\01\00\00\02\19\00\00 \00\00\00\02a\00\00\02a\00\00\02\01\00\00\02A\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/infer-array.release.wat b/tests/compiler/infer-array.release.wat index 7c009e0413..457300ae59 100644 --- a/tests/compiler/infer-array.release.wat +++ b/tests/compiler/infer-array.release.wat @@ -20,53 +20,53 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34984)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") - (data (i32.const 1068) "<") - (data (i32.const 1080) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1132) "<") - (data (i32.const 1144) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1260) "<") - (data (i32.const 1272) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1324) ",") - (data (i32.const 1336) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1404) "<") - (data (i32.const 1416) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1468) ",") - (data (i32.const 1480) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1516) ",") - (data (i32.const 1528) "\02\00\00\00\1c\00\00\00i\00n\00f\00e\00r\00-\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1564) ",") - (data (i32.const 1576) "\01\00\00\00\18") - (data (i32.const 1590) "\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@") - (data (i32.const 1612) "\1c") - (data (i32.const 1624) "\01\00\00\00\08\00\00\00\01\00\00\00\ff\ff\ff\ff") - (data (i32.const 1644) ",") - (data (i32.const 1656) "\01\00\00\00\18") - (data (i32.const 1670) "\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@") - (data (i32.const 1692) "\1c") - (data (i32.const 1704) "\01\00\00\00\0c\00\00\00\00\00\80?\00\00\00@\00\00@@") - (data (i32.const 1724) ",") - (data (i32.const 1736) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1772) "\1c") - (data (i32.const 1784) "\02\00\00\00\02\00\00\00a") - (data (i32.const 1804) "\1c") - (data (i32.const 1816) "\01\00\00\00\08\00\00\00\00\00\00\00\00\07") - (data (i32.const 1836) "\1c") - (data (i32.const 1848) "\01\00\00\00\04") - (data (i32.const 1868) "\1c") - (data (i32.const 1880) "\01\00\00\00\08") - (data (i32.const 1900) "\1c") - (data (i32.const 1912) "\01\00\00\00\08\00\00\00\01") - (data (i32.const 1932) "\1c") - (data (i32.const 1944) "\01\00\00\00\08\00\00\00\00\00\00\00\01") - (data (i32.const 1964) "\1c") - (data (i32.const 1976) "\01\00\00\00\04\00\00\00\01") - (data (i32.const 1996) "\1c") - (data (i32.const 2008) "\01\00\00\00\04\00\00\00\02") - (data (i32.const 2028) "|") - (data (i32.const 2040) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") - (data (i32.const 2160) "\r\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00\02\1a\00\00\02\01\00\00\02\19\00\00 \00\00\00\02a\00\00\02a\00\00\02\01\00\00\02A") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") + (data $1 (i32.const 1068) "<") + (data $1.1 (i32.const 1080) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $2 (i32.const 1132) "<") + (data $2.1 (i32.const 1144) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $5 (i32.const 1260) "<") + (data $5.1 (i32.const 1272) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $6 (i32.const 1324) ",") + (data $6.1 (i32.const 1336) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $8 (i32.const 1404) "<") + (data $8.1 (i32.const 1416) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $9 (i32.const 1468) ",") + (data $9.1 (i32.const 1480) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $10 (i32.const 1516) ",") + (data $10.1 (i32.const 1528) "\02\00\00\00\1c\00\00\00i\00n\00f\00e\00r\00-\00a\00r\00r\00a\00y\00.\00t\00s") + (data $11 (i32.const 1564) ",") + (data $11.1 (i32.const 1576) "\01\00\00\00\18") + (data $11.2 (i32.const 1590) "\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@") + (data $12 (i32.const 1612) "\1c") + (data $12.1 (i32.const 1624) "\01\00\00\00\08\00\00\00\01\00\00\00\ff\ff\ff\ff") + (data $13 (i32.const 1644) ",") + (data $13.1 (i32.const 1656) "\01\00\00\00\18") + (data $13.2 (i32.const 1670) "\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@") + (data $14 (i32.const 1692) "\1c") + (data $14.1 (i32.const 1704) "\01\00\00\00\0c\00\00\00\00\00\80?\00\00\00@\00\00@@") + (data $15 (i32.const 1724) ",") + (data $15.1 (i32.const 1736) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $16 (i32.const 1772) "\1c") + (data $16.1 (i32.const 1784) "\02\00\00\00\02\00\00\00a") + (data $17 (i32.const 1804) "\1c") + (data $17.1 (i32.const 1816) "\01\00\00\00\08\00\00\00\00\00\00\00\00\07") + (data $18 (i32.const 1836) "\1c") + (data $18.1 (i32.const 1848) "\01\00\00\00\04") + (data $19 (i32.const 1868) "\1c") + (data $19.1 (i32.const 1880) "\01\00\00\00\08") + (data $20 (i32.const 1900) "\1c") + (data $20.1 (i32.const 1912) "\01\00\00\00\08\00\00\00\01") + (data $21 (i32.const 1932) "\1c") + (data $21.1 (i32.const 1944) "\01\00\00\00\08\00\00\00\00\00\00\00\01") + (data $22 (i32.const 1964) "\1c") + (data $22.1 (i32.const 1976) "\01\00\00\00\04\00\00\00\01") + (data $23 (i32.const 1996) "\1c") + (data $23.1 (i32.const 2008) "\01\00\00\00\04\00\00\00\02") + (data $24 (i32.const 2028) "|") + (data $24.1 (i32.const 2040) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") + (data $25 (i32.const 2160) "\r\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00\02\1a\00\00\02\01\00\00\02\19\00\00 \00\00\00\02a\00\00\02a\00\00\02\01\00\00\02A") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/infer-generic.debug.wat b/tests/compiler/infer-generic.debug.wat index aabb685dd3..7a4dbd0678 100644 --- a/tests/compiler/infer-generic.debug.wat +++ b/tests/compiler/infer-generic.debug.wat @@ -33,19 +33,19 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33404)) (global $~lib/memory/__heap_base i32 (i32.const 33404)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00i\00n\00f\00e\00r\00-\00g\00e\00n\00e\00r\00i\00c\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 76) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\00\00\80?\00\00\00@\00\00@@") - (data (i32.const 108) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00`\00\00\00`\00\00\00\0c\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 156) "\1c\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 188) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 352) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 444) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 496) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 524) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 592) "\n\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\19\00\00\00\00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00i\00n\00f\00e\00r\00-\00g\00e\00n\00e\00r\00i\00c\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 76) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\00\00\80?\00\00\00@\00\00@@") + (data $2 (i32.const 108) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00`\00\00\00`\00\00\00\0c\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 156) "\1c\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 188) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $5 (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 352) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 444) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 496) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 524) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 592) "\n\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\19\00\00\00\00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 2 2 funcref) (elem $0 (i32.const 1) $start:infer-generic~anonymous|0) (export "test1" (func $infer-generic/test1)) diff --git a/tests/compiler/infer-generic.release.wat b/tests/compiler/infer-generic.release.wat index f7d1bf088d..f0bd800340 100644 --- a/tests/compiler/infer-generic.release.wat +++ b/tests/compiler/infer-generic.release.wat @@ -22,25 +22,25 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34428)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00 \00\00\00i\00n\00f\00e\00r\00-\00g\00e\00n\00e\00r\00i\00c\00.\00t\00s") - (data (i32.const 1100) "\1c") - (data (i32.const 1112) "\01\00\00\00\0c\00\00\00\00\00\80?\00\00\00@\00\00@@") - (data (i32.const 1132) ",") - (data (i32.const 1144) "\04\00\00\00\10\00\00\00`\04\00\00`\04\00\00\0c\00\00\00\03") - (data (i32.const 1180) "\1c") - (data (i32.const 1192) "\05\00\00\00\08\00\00\00\01") - (data (i32.const 1212) "<") - (data (i32.const 1224) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1276) "<") - (data (i32.const 1288) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1404) "<") - (data (i32.const 1416) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1468) ",") - (data (i32.const 1480) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1548) "<") - (data (i32.const 1560) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1616) "\n\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\19\00\00\00\00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00 \00\00\00i\00n\00f\00e\00r\00-\00g\00e\00n\00e\00r\00i\00c\00.\00t\00s") + (data $1 (i32.const 1100) "\1c") + (data $1.1 (i32.const 1112) "\01\00\00\00\0c\00\00\00\00\00\80?\00\00\00@\00\00@@") + (data $2 (i32.const 1132) ",") + (data $2.1 (i32.const 1144) "\04\00\00\00\10\00\00\00`\04\00\00`\04\00\00\0c\00\00\00\03") + (data $3 (i32.const 1180) "\1c") + (data $3.1 (i32.const 1192) "\05\00\00\00\08\00\00\00\01") + (data $4 (i32.const 1212) "<") + (data $4.1 (i32.const 1224) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $5 (i32.const 1276) "<") + (data $5.1 (i32.const 1288) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $8 (i32.const 1404) "<") + (data $8.1 (i32.const 1416) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $9 (i32.const 1468) ",") + (data $9.1 (i32.const 1480) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $11 (i32.const 1548) "<") + (data $11.1 (i32.const 1560) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $12 (i32.const 1616) "\n\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\19\00\00\00\00\00\00 ") (table $0 2 2 funcref) (elem $0 (i32.const 1) $start:infer-generic~anonymous|0) (export "test1" (func $infer-generic/test1)) diff --git a/tests/compiler/inlining-blocklocals.debug.wat b/tests/compiler/inlining-blocklocals.debug.wat index e750bbc2a7..f3894d8164 100644 --- a/tests/compiler/inlining-blocklocals.debug.wat +++ b/tests/compiler/inlining-blocklocals.debug.wat @@ -10,7 +10,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32860)) (global $~lib/memory/__heap_base i32 (i32.const 32860)) (memory $0 1) - (data (i32.const 12) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\00i\00n\00l\00i\00n\00i\00n\00g\00-\00b\00l\00o\00c\00k\00l\00o\00c\00a\00l\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\00i\00n\00l\00i\00n\00i\00n\00g\00-\00b\00l\00o\00c\00k\00l\00o\00c\00a\00l\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/inlining-blocklocals.release.wat b/tests/compiler/inlining-blocklocals.release.wat index e45984ce2d..3738631f4d 100644 --- a/tests/compiler/inlining-blocklocals.release.wat +++ b/tests/compiler/inlining-blocklocals.release.wat @@ -6,8 +6,8 @@ (global $inlining-blocklocals/theCall_b (mut i32) (i32.const 0)) (global $inlining-blocklocals/theCall_c (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) "L") - (data (i32.const 1048) "\02\00\00\00.\00\00\00i\00n\00l\00i\00n\00i\00n\00g\00-\00b\00l\00o\00c\00k\00l\00o\00c\00a\00l\00s\00.\00t\00s") + (data $0 (i32.const 1036) "L") + (data $0.1 (i32.const 1048) "\02\00\00\00.\00\00\00i\00n\00l\00i\00n\00i\00n\00g\00-\00b\00l\00o\00c\00k\00l\00o\00c\00a\00l\00s\00.\00t\00s") (export "memory" (memory $0)) (start $~start) (func $~start diff --git a/tests/compiler/inlining.debug.wat b/tests/compiler/inlining.debug.wat index 7cb332b182..f055c78df0 100644 --- a/tests/compiler/inlining.debug.wat +++ b/tests/compiler/inlining.debug.wat @@ -30,17 +30,17 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33300)) (global $~lib/memory/__heap_base i32 (i32.const 33300)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00i\00n\00l\00i\00n\00i\00n\00g\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 60) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 92) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 156) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 224) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 256) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 284) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 400) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 428) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 496) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00i\00n\00l\00i\00n\00i\00n\00g\00.\00t\00s\00\00\00\00\00\00\00") + (data $1 (i32.const 60) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 92) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $3 (i32.const 156) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 224) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 256) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 284) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 400) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 428) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 496) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00") (table $0 2 2 funcref) (elem $0 (i32.const 1) $inlining/func_fe~anonymous|0) (export "test" (func $inlining/test)) diff --git a/tests/compiler/inlining.release.wat b/tests/compiler/inlining.release.wat index 6dcd272edf..d6193de63a 100644 --- a/tests/compiler/inlining.release.wat +++ b/tests/compiler/inlining.release.wat @@ -20,22 +20,22 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34324)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\16\00\00\00i\00n\00l\00i\00n\00i\00n\00g\00.\00t\00s") - (data (i32.const 1084) "\1c") - (data (i32.const 1096) "\04\00\00\00\08\00\00\00\01") - (data (i32.const 1116) "<") - (data (i32.const 1128) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1180) "<") - (data (i32.const 1192) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1308) "<") - (data (i32.const 1320) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1372) ",") - (data (i32.const 1384) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1452) "<") - (data (i32.const 1464) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1520) "\08\00\00\00 \00\00\00 \00\00\00 ") - (data (i32.const 1544) " \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\16\00\00\00i\00n\00l\00i\00n\00i\00n\00g\00.\00t\00s") + (data $1 (i32.const 1084) "\1c") + (data $1.1 (i32.const 1096) "\04\00\00\00\08\00\00\00\01") + (data $2 (i32.const 1116) "<") + (data $2.1 (i32.const 1128) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $3 (i32.const 1180) "<") + (data $3.1 (i32.const 1192) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $6 (i32.const 1308) "<") + (data $6.1 (i32.const 1320) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $7 (i32.const 1372) ",") + (data $7.1 (i32.const 1384) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $9 (i32.const 1452) "<") + (data $9.1 (i32.const 1464) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $10 (i32.const 1520) "\08\00\00\00 \00\00\00 \00\00\00 ") + (data $10.1 (i32.const 1544) " \00\00\00 \00\00\00 ") (table $0 2 2 funcref) (elem $0 (i32.const 1) $inlining/func_fe~anonymous|0) (export "test" (func $inlining/test)) diff --git a/tests/compiler/instanceof.debug.wat b/tests/compiler/instanceof.debug.wat index ca89c1071a..9a8bd95d04 100644 --- a/tests/compiler/instanceof.debug.wat +++ b/tests/compiler/instanceof.debug.wat @@ -51,16 +51,16 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33332)) (global $~lib/memory/__heap_base i32 (i32.const 33332)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00i\00n\00s\00t\00a\00n\00c\00e\00o\00f\00.\00t\00s\00\00\00") - (data (i32.const 464) "\18\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00i\00n\00s\00t\00a\00n\00c\00e\00o\00f\00.\00t\00s\00\00\00") + (data $9 (i32.const 464) "\18\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/instanceof.release.wat b/tests/compiler/instanceof.release.wat index 869d95ffad..da77b80092 100644 --- a/tests/compiler/instanceof.release.wat +++ b/tests/compiler/instanceof.release.wat @@ -34,19 +34,19 @@ (global $instanceof/z (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34356)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) ",") - (data (i32.const 1448) "\02\00\00\00\1a\00\00\00i\00n\00s\00t\00a\00n\00c\00e\00o\00f\00.\00t\00s") - (data (i32.const 1488) "\18\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) ",") + (data $8.1 (i32.const 1448) "\02\00\00\00\1a\00\00\00i\00n\00s\00t\00a\00n\00c\00e\00o\00f\00.\00t\00s") + (data $9 (i32.const 1488) "\18\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots @@ -2441,7 +2441,7 @@ local.get $0 if (result i32) block $__inlined_func$~anyinstanceof|instanceof/Child (result i32) - block $is_instance2 + block $is_instance1 local.get $0 i32.const 8 i32.sub @@ -2449,11 +2449,11 @@ local.tee $0 i32.const 7 i32.eq - br_if $is_instance2 + br_if $is_instance1 local.get $0 i32.const 9 i32.eq - br_if $is_instance2 + br_if $is_instance1 i32.const 0 br $__inlined_func$~anyinstanceof|instanceof/Child end @@ -2486,7 +2486,7 @@ local.get $0 if (result i32) block $__inlined_func$~instanceof|instanceof/Cat (result i32) - block $is_instance3 + block $is_instance2 local.get $0 i32.const 8 i32.sub @@ -2494,11 +2494,11 @@ local.tee $0 i32.const 13 i32.eq - br_if $is_instance3 + br_if $is_instance2 local.get $0 i32.const 14 i32.eq - br_if $is_instance3 + br_if $is_instance2 i32.const 0 br $__inlined_func$~instanceof|instanceof/Cat end @@ -2544,8 +2544,8 @@ i32.store $0 offset=24 local.get $0 if (result i32) - block $__inlined_func$~instanceof|instanceof/Cat5 (result i32) - block $is_instance6 + block $__inlined_func$~instanceof|instanceof/Cat0 (result i32) + block $is_instance4 local.get $0 i32.const 8 i32.sub @@ -2553,13 +2553,13 @@ local.tee $0 i32.const 13 i32.eq - br_if $is_instance6 + br_if $is_instance4 local.get $0 i32.const 14 i32.eq - br_if $is_instance6 + br_if $is_instance4 i32.const 0 - br $__inlined_func$~instanceof|instanceof/Cat5 + br $__inlined_func$~instanceof|instanceof/Cat0 end i32.const 1 end @@ -2604,8 +2604,8 @@ i32.store $0 offset=32 local.get $0 if (result i32) - block $__inlined_func$~instanceof|instanceof/Cat9 (result i32) - block $is_instance10 + block $__inlined_func$~instanceof|instanceof/Cat1 (result i32) + block $is_instance6 local.get $0 i32.const 8 i32.sub @@ -2613,13 +2613,13 @@ local.tee $0 i32.const 13 i32.eq - br_if $is_instance10 + br_if $is_instance6 local.get $0 i32.const 14 i32.eq - br_if $is_instance10 + br_if $is_instance6 i32.const 0 - br $__inlined_func$~instanceof|instanceof/Cat9 + br $__inlined_func$~instanceof|instanceof/Cat1 end i32.const 1 end @@ -2683,8 +2683,8 @@ i32.store $0 offset=40 local.get $0 if (result i32) - block $__inlined_func$~instanceof|instanceof/Cat13 (result i32) - block $is_instance14 + block $__inlined_func$~instanceof|instanceof/Cat2 (result i32) + block $is_instance8 local.get $0 i32.const 8 i32.sub @@ -2692,13 +2692,13 @@ local.tee $0 i32.const 13 i32.eq - br_if $is_instance14 + br_if $is_instance8 local.get $0 i32.const 14 i32.eq - br_if $is_instance14 + br_if $is_instance8 i32.const 0 - br $__inlined_func$~instanceof|instanceof/Cat13 + br $__inlined_func$~instanceof|instanceof/Cat2 end i32.const 1 end @@ -2752,8 +2752,8 @@ i32.store $0 offset=48 local.get $0 if (result i32) - block $__inlined_func$~instanceof|instanceof/Cat17 (result i32) - block $is_instance18 + block $__inlined_func$~instanceof|instanceof/Cat3 (result i32) + block $is_instance10 local.get $0 i32.const 8 i32.sub @@ -2761,13 +2761,13 @@ local.tee $0 i32.const 13 i32.eq - br_if $is_instance18 + br_if $is_instance10 local.get $0 i32.const 14 i32.eq - br_if $is_instance18 + br_if $is_instance10 i32.const 0 - br $__inlined_func$~instanceof|instanceof/Cat17 + br $__inlined_func$~instanceof|instanceof/Cat3 end i32.const 1 end @@ -2822,8 +2822,8 @@ i32.store $0 offset=56 local.get $0 if (result i32) - block $__inlined_func$~instanceof|instanceof/Cat21 (result i32) - block $is_instance22 + block $__inlined_func$~instanceof|instanceof/Cat4 (result i32) + block $is_instance12 local.get $0 i32.const 8 i32.sub @@ -2831,13 +2831,13 @@ local.tee $0 i32.const 13 i32.eq - br_if $is_instance22 + br_if $is_instance12 local.get $0 i32.const 14 i32.eq - br_if $is_instance22 + br_if $is_instance12 i32.const 0 - br $__inlined_func$~instanceof|instanceof/Cat21 + br $__inlined_func$~instanceof|instanceof/Cat4 end i32.const 1 end diff --git a/tests/compiler/issues/1095.debug.wat b/tests/compiler/issues/1095.debug.wat index be80f96fb5..8ab7464d91 100644 --- a/tests/compiler/issues/1095.debug.wat +++ b/tests/compiler/issues/1095.debug.wat @@ -28,18 +28,18 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33416)) (global $~lib/memory/__heap_base i32 (i32.const 33416)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00t\00e\00s\00t\00\00\00\00\00") - (data (i32.const 444) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 572) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\001\000\009\005\00.\00t\00s\00") - (data (i32.const 624) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00t\00e\00s\00t\00\00\00\00\00") + (data $9 (i32.const 444) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 572) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\001\000\009\005\00.\00t\00s\00") + (data $11 (i32.const 624) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/issues/1095.release.wat b/tests/compiler/issues/1095.release.wat index 4e3382d3f4..42ab6eb81f 100644 --- a/tests/compiler/issues/1095.release.wat +++ b/tests/compiler/issues/1095.release.wat @@ -19,23 +19,23 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34440)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) "\1c") - (data (i32.const 1448) "\02\00\00\00\08\00\00\00t\00e\00s\00t") - (data (i32.const 1468) "|") - (data (i32.const 1480) "\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)") - (data (i32.const 1596) ",") - (data (i32.const 1608) "\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\001\000\009\005\00.\00t\00s") - (data (i32.const 1648) "\05\00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) "\1c") + (data $8.1 (i32.const 1448) "\02\00\00\00\08\00\00\00t\00e\00s\00t") + (data $9 (i32.const 1468) "|") + (data $9.1 (i32.const 1480) "\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)") + (data $10 (i32.const 1596) ",") + (data $10.1 (i32.const 1608) "\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\001\000\009\005\00.\00t\00s") + (data $11 (i32.const 1648) "\05\00\00\00 \00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/issues/1225.debug.wat b/tests/compiler/issues/1225.debug.wat index d0698b8794..73a7192646 100644 --- a/tests/compiler/issues/1225.debug.wat +++ b/tests/compiler/issues/1225.debug.wat @@ -29,16 +29,16 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33256)) (global $~lib/memory/__heap_base i32 (i32.const 33256)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\001\002\002\005\00.\00t\00s\00") - (data (i32.const 464) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\001\002\002\005\00.\00t\00s\00") + (data $9 (i32.const 464) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "normal" (func $issues/1225/normal)) diff --git a/tests/compiler/issues/1225.release.wat b/tests/compiler/issues/1225.release.wat index 6710c4ed66..2302f147cc 100644 --- a/tests/compiler/issues/1225.release.wat +++ b/tests/compiler/issues/1225.release.wat @@ -20,19 +20,19 @@ (global $issues/1225/x (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34280)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) ",") - (data (i32.const 1448) "\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\001\002\002\005\00.\00t\00s") - (data (i32.const 1488) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) ",") + (data $8.1 (i32.const 1448) "\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\001\002\002\005\00.\00t\00s") + (data $9 (i32.const 1488) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") (export "normal" (func $issues/1225/normal)) (export "viaThis" (func $issues/1225/viaThis)) (export "memory" (memory $0)) diff --git a/tests/compiler/issues/1699.debug.wat b/tests/compiler/issues/1699.debug.wat index b829f3a6a3..cdbddc8ed4 100644 --- a/tests/compiler/issues/1699.debug.wat +++ b/tests/compiler/issues/1699.debug.wat @@ -29,19 +29,19 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33484)) (global $~lib/memory/__heap_base i32 (i32.const 33484)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 60) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 172) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 240) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 272) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 300) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 364) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 416) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 444) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 508) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 636) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\001\006\009\009\00.\00t\00s\00") - (data (i32.const 688) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\02A\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $1 (i32.const 60) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $2 (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $3 (i32.const 172) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 240) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 272) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 300) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 364) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 416) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 444) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 508) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 636) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\001\006\009\009\00.\00t\00s\00") + (data $12 (i32.const 688) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\02A\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/issues/1699.release.wat b/tests/compiler/issues/1699.release.wat index d7ae3f434b..1eb8f533ac 100644 --- a/tests/compiler/issues/1699.release.wat +++ b/tests/compiler/issues/1699.release.wat @@ -19,25 +19,25 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34508)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1084) ",") - (data (i32.const 1096) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1132) "<") - (data (i32.const 1144) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1196) "<") - (data (i32.const 1208) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1324) "<") - (data (i32.const 1336) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1388) ",") - (data (i32.const 1400) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1468) "<") - (data (i32.const 1480) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1532) "|") - (data (i32.const 1544) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") - (data (i32.const 1660) ",") - (data (i32.const 1672) "\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\001\006\009\009\00.\00t\00s") - (data (i32.const 1712) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\02A") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $1 (i32.const 1084) ",") + (data $1.1 (i32.const 1096) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $2 (i32.const 1132) "<") + (data $2.1 (i32.const 1144) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $3 (i32.const 1196) "<") + (data $3.1 (i32.const 1208) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $6 (i32.const 1324) "<") + (data $6.1 (i32.const 1336) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $7 (i32.const 1388) ",") + (data $7.1 (i32.const 1400) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $9 (i32.const 1468) "<") + (data $9.1 (i32.const 1480) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $10 (i32.const 1532) "|") + (data $10.1 (i32.const 1544) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") + (data $11 (i32.const 1660) ",") + (data $11.1 (i32.const 1672) "\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\001\006\009\009\00.\00t\00s") + (data $12 (i32.const 1712) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\02A") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/issues/1714.debug.wat b/tests/compiler/issues/1714.debug.wat index 513b23ad8e..6fdc79558c 100644 --- a/tests/compiler/issues/1714.debug.wat +++ b/tests/compiler/issues/1714.debug.wat @@ -14,8 +14,8 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32860)) (global $~lib/memory/__heap_base i32 (i32.const 32860)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\001\007\001\004\00.\00t\00s\00") - (data (i32.const 60) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00i\003\002\00\00\00\00\00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\001\007\001\004\00.\00t\00s\00") + (data $1 (i32.const 60) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00i\003\002\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/issues/1714.release.wat b/tests/compiler/issues/1714.release.wat index e19fd8ecd3..b71250576f 100644 --- a/tests/compiler/issues/1714.release.wat +++ b/tests/compiler/issues/1714.release.wat @@ -4,10 +4,10 @@ (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33884)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\001\007\001\004\00.\00t\00s") - (data (i32.const 1084) "\1c") - (data (i32.const 1096) "\02\00\00\00\06\00\00\00i\003\002") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\001\007\001\004\00.\00t\00s") + (data $1 (i32.const 1084) "\1c") + (data $1.1 (i32.const 1096) "\02\00\00\00\06\00\00\00i\003\002") (export "memory" (memory $0)) (start $~start) (func $~start diff --git a/tests/compiler/issues/2166.debug.wat b/tests/compiler/issues/2166.debug.wat index 160b90a427..f3e871b082 100644 --- a/tests/compiler/issues/2166.debug.wat +++ b/tests/compiler/issues/2166.debug.wat @@ -30,20 +30,20 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33404)) (global $~lib/memory/__heap_base i32 (i32.const 33404)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\001\001\00\00\00\00\00\00\00\00\00") - (data (i32.const 444) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00S\00t\00r\00i\00n\00g\00") - (data (i32.const 476) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\002\001\006\006\00.\00t\00s\00") - (data (i32.const 524) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00i\003\002\00\00\00\00\00\00\00") - (data (i32.const 556) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00t\00e\00s\00t\00-\002\001\006\006\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 608) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\001\001\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 444) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00S\00t\00r\00i\00n\00g\00") + (data $10 (i32.const 476) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\002\001\006\006\00.\00t\00s\00") + (data $11 (i32.const 524) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00i\003\002\00\00\00\00\00\00\00") + (data $12 (i32.const 556) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00t\00e\00s\00t\00-\002\001\006\006\00\00\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 608) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/issues/2166.release.wat b/tests/compiler/issues/2166.release.wat index 3574442304..31a2a7fdb5 100644 --- a/tests/compiler/issues/2166.release.wat +++ b/tests/compiler/issues/2166.release.wat @@ -20,27 +20,27 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34428)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) "\1c") - (data (i32.const 1448) "\02\00\00\00\04\00\00\001\001") - (data (i32.const 1468) "\1c") - (data (i32.const 1480) "\02\00\00\00\0c\00\00\00S\00t\00r\00i\00n\00g") - (data (i32.const 1500) ",") - (data (i32.const 1512) "\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\002\001\006\006\00.\00t\00s") - (data (i32.const 1548) "\1c") - (data (i32.const 1560) "\02\00\00\00\06\00\00\00i\003\002") - (data (i32.const 1580) ",") - (data (i32.const 1592) "\02\00\00\00\12\00\00\00t\00e\00s\00t\00-\002\001\006\006") - (data (i32.const 1632) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) "\1c") + (data $8.1 (i32.const 1448) "\02\00\00\00\04\00\00\001\001") + (data $9 (i32.const 1468) "\1c") + (data $9.1 (i32.const 1480) "\02\00\00\00\0c\00\00\00S\00t\00r\00i\00n\00g") + (data $10 (i32.const 1500) ",") + (data $10.1 (i32.const 1512) "\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\002\001\006\006\00.\00t\00s") + (data $11 (i32.const 1548) "\1c") + (data $11.1 (i32.const 1560) "\02\00\00\00\06\00\00\00i\003\002") + (data $12 (i32.const 1580) ",") + (data $12.1 (i32.const 1592) "\02\00\00\00\12\00\00\00t\00e\00s\00t\00-\002\001\006\006") + (data $13 (i32.const 1632) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/issues/2322/index.debug.wat b/tests/compiler/issues/2322/index.debug.wat index 5b6377505e..2fe39f45c6 100644 --- a/tests/compiler/issues/2322/index.debug.wat +++ b/tests/compiler/issues/2322/index.debug.wat @@ -28,15 +28,15 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33208)) (global $~lib/memory/__heap_base i32 (i32.const 33208)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 416) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 416) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "test" (func $issues/2322/index/test)) diff --git a/tests/compiler/issues/2322/index.release.wat b/tests/compiler/issues/2322/index.release.wat index 07d9bbf746..a84de7287d 100644 --- a/tests/compiler/issues/2322/index.release.wat +++ b/tests/compiler/issues/2322/index.release.wat @@ -19,17 +19,17 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34232)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1440) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1440) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") (export "test" (func $issues/2322/index/test)) (export "memory" (memory $0)) (start $~start) diff --git a/tests/compiler/issues/2622.debug.wat b/tests/compiler/issues/2622.debug.wat index a280edd870..a4fc16b0bf 100644 --- a/tests/compiler/issues/2622.debug.wat +++ b/tests/compiler/issues/2622.debug.wat @@ -32,15 +32,15 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33212)) (global $~lib/memory/__heap_base i32 (i32.const 33212)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 416) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 416) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/issues/2622.release.wat b/tests/compiler/issues/2622.release.wat index dc0a907bb0..e82f215f98 100644 --- a/tests/compiler/issues/2622.release.wat +++ b/tests/compiler/issues/2622.release.wat @@ -23,17 +23,17 @@ (global $issues/2622/b (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34236)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1440) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1440) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/logical.debug.wat b/tests/compiler/logical.debug.wat index 9aac698684..ca58a0e096 100644 --- a/tests/compiler/logical.debug.wat +++ b/tests/compiler/logical.debug.wat @@ -35,16 +35,16 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33268)) (global $~lib/memory/__heap_base i32 (i32.const 33268)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00l\00o\00g\00i\00c\00a\00l\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 124) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 192) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 224) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 316) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 368) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 464) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00l\00o\00g\00i\00c\00a\00l\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $2 (i32.const 124) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 192) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 224) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 316) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 368) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 464) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/logical.release.wat b/tests/compiler/logical.release.wat index d9637c4f0e..276476f81f 100644 --- a/tests/compiler/logical.release.wat +++ b/tests/compiler/logical.release.wat @@ -21,19 +21,19 @@ (global $logical/c (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34292)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\14\00\00\00l\00o\00g\00i\00c\00a\00l\00.\00t\00s") - (data (i32.const 1084) "<") - (data (i32.const 1096) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1148) "<") - (data (i32.const 1160) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1276) "<") - (data (i32.const 1288) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1340) ",") - (data (i32.const 1352) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1420) "<") - (data (i32.const 1432) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1488) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\14\00\00\00l\00o\00g\00i\00c\00a\00l\00.\00t\00s") + (data $1 (i32.const 1084) "<") + (data $1.1 (i32.const 1096) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $2 (i32.const 1148) "<") + (data $2.1 (i32.const 1160) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $5 (i32.const 1276) "<") + (data $5.1 (i32.const 1288) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $6 (i32.const 1340) ",") + (data $6.1 (i32.const 1352) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $8 (i32.const 1420) "<") + (data $8.1 (i32.const 1432) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $9 (i32.const 1488) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/loop-flow.debug.wat b/tests/compiler/loop-flow.debug.wat index acb6443720..0d73faf9eb 100644 --- a/tests/compiler/loop-flow.debug.wat +++ b/tests/compiler/loop-flow.debug.wat @@ -8,8 +8,8 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32860)) (global $~lib/memory/__heap_base i32 (i32.const 32860)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00l\00o\00o\00p\00-\00f\00l\00o\00w\00.\00t\00s\00\00\00\00\00") - (data (i32.const 60) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00t\00e\00r\00m\00\00\00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00l\00o\00o\00p\00-\00f\00l\00o\00w\00.\00t\00s\00\00\00\00\00") + (data $1 (i32.const 60) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00t\00e\00r\00m\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "whileReturn" (func $loop-flow/whileReturn)) diff --git a/tests/compiler/loop-flow.release.wat b/tests/compiler/loop-flow.release.wat index 39a59dc27f..09a45cd45b 100644 --- a/tests/compiler/loop-flow.release.wat +++ b/tests/compiler/loop-flow.release.wat @@ -5,10 +5,10 @@ (type $none_=>_none (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\18\00\00\00l\00o\00o\00p\00-\00f\00l\00o\00w\00.\00t\00s") - (data (i32.const 1084) "\1c") - (data (i32.const 1096) "\02\00\00\00\08\00\00\00t\00e\00r\00m") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\18\00\00\00l\00o\00o\00p\00-\00f\00l\00o\00w\00.\00t\00s") + (data $1 (i32.const 1084) "\1c") + (data $1.1 (i32.const 1096) "\02\00\00\00\08\00\00\00t\00e\00r\00m") (export "whileReturn" (func $loop-flow/whileReturn)) (export "whileThrow" (func $loop-flow/whileThrow)) (export "whileContinue" (func $loop-flow/whileContinue)) diff --git a/tests/compiler/managed-cast.debug.wat b/tests/compiler/managed-cast.debug.wat index 47e07645a7..6637b9e9c6 100644 --- a/tests/compiler/managed-cast.debug.wat +++ b/tests/compiler/managed-cast.debug.wat @@ -28,18 +28,18 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33468)) (global $~lib/memory/__heap_base i32 (i32.const 33468)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 540) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00m\00a\00n\00a\00g\00e\00d\00-\00c\00a\00s\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 604) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00i\00n\00v\00a\00l\00i\00d\00 \00d\00o\00w\00n\00c\00a\00s\00t\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 672) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 540) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00m\00a\00n\00a\00g\00e\00d\00-\00c\00a\00s\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 604) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00i\00n\00v\00a\00l\00i\00d\00 \00d\00o\00w\00n\00c\00a\00s\00t\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 672) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/managed-cast.release.wat b/tests/compiler/managed-cast.release.wat index 738dbb16bb..bbdb8cca74 100644 --- a/tests/compiler/managed-cast.release.wat +++ b/tests/compiler/managed-cast.release.wat @@ -19,23 +19,23 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34492)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) "|") - (data (i32.const 1448) "\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)") - (data (i32.const 1564) "<") - (data (i32.const 1576) "\02\00\00\00\1e\00\00\00m\00a\00n\00a\00g\00e\00d\00-\00c\00a\00s\00t\00.\00t\00s") - (data (i32.const 1628) "<") - (data (i32.const 1640) "\02\00\00\00 \00\00\00i\00n\00v\00a\00l\00i\00d\00 \00d\00o\00w\00n\00c\00a\00s\00t") - (data (i32.const 1696) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) "|") + (data $8.1 (i32.const 1448) "\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)") + (data $9 (i32.const 1564) "<") + (data $9.1 (i32.const 1576) "\02\00\00\00\1e\00\00\00m\00a\00n\00a\00g\00e\00d\00-\00c\00a\00s\00t\00.\00t\00s") + (data $10 (i32.const 1628) "<") + (data $10.1 (i32.const 1640) "\02\00\00\00 \00\00\00i\00n\00v\00a\00l\00i\00d\00 \00d\00o\00w\00n\00c\00a\00s\00t") + (data $11 (i32.const 1696) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots @@ -1589,7 +1589,7 @@ local.get $1 i32.const 0 i32.store $0 offset=8 - block $__inlined_func$~instanceof|managed-cast/Cat13 (result i32) + block $__inlined_func$~instanceof|managed-cast/Cat5 (result i32) local.get $1 local.get $0 i32.store $0 offset=4 @@ -1613,7 +1613,7 @@ i32.load $0 i32.const 4 i32.ne - br_if $__inlined_func$~instanceof|managed-cast/Cat13 + br_if $__inlined_func$~instanceof|managed-cast/Cat5 drop i32.const 1 end @@ -1655,7 +1655,7 @@ i32.const 0 i32.store $0 offset=8 local.get $1 - block $__inlined_func$~instanceof|managed-cast/Cat16 (result i32) + block $__inlined_func$~instanceof|managed-cast/Cat6 (result i32) local.get $1 local.get $0 i32.store $0 @@ -1666,7 +1666,7 @@ i32.load $0 i32.const 4 i32.ne - br_if $__inlined_func$~instanceof|managed-cast/Cat16 + br_if $__inlined_func$~instanceof|managed-cast/Cat6 drop i32.const 1 end diff --git a/tests/compiler/many-locals.debug.wat b/tests/compiler/many-locals.debug.wat index c5cb424338..8cdf508b1d 100644 --- a/tests/compiler/many-locals.debug.wat +++ b/tests/compiler/many-locals.debug.wat @@ -7,7 +7,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) (global $~lib/memory/__heap_base i32 (i32.const 32828)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00m\00a\00n\00y\00-\00l\00o\00c\00a\00l\00s\00.\00t\00s\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00m\00a\00n\00y\00-\00l\00o\00c\00a\00l\00s\00.\00t\00s\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "testI32" (func $many-locals/testI32)) diff --git a/tests/compiler/many-locals.release.wat b/tests/compiler/many-locals.release.wat index 82e02eccf8..a42d0b3f17 100644 --- a/tests/compiler/many-locals.release.wat +++ b/tests/compiler/many-locals.release.wat @@ -1,8 +1,8 @@ (module (type $i32_=>_i32 (func (param i32) (result i32))) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\1c\00\00\00m\00a\00n\00y\00-\00l\00o\00c\00a\00l\00s\00.\00t\00s") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\1c\00\00\00m\00a\00n\00y\00-\00l\00o\00c\00a\00l\00s\00.\00t\00s") (export "testI32" (func $many-locals/testI32)) (export "testI8" (func $many-locals/testI8)) (export "memory" (memory $0)) diff --git a/tests/compiler/memcpy.debug.wat b/tests/compiler/memcpy.debug.wat index c29e5acf92..69531ff88a 100644 --- a/tests/compiler/memcpy.debug.wat +++ b/tests/compiler/memcpy.debug.wat @@ -9,7 +9,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) (global $~lib/memory/__heap_base i32 (i32.const 32828)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00m\00e\00m\00c\00p\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00m\00e\00m\00c\00p\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memcpy" (func $memcpy/memcpy)) diff --git a/tests/compiler/memcpy.release.wat b/tests/compiler/memcpy.release.wat index 1c4a88796a..bfb62f6e1f 100644 --- a/tests/compiler/memcpy.release.wat +++ b/tests/compiler/memcpy.release.wat @@ -5,8 +5,8 @@ (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $memcpy/dest (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\12\00\00\00m\00e\00m\00c\00p\00y\00.\00t\00s") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\12\00\00\00m\00e\00m\00c\00p\00y\00.\00t\00s") (export "memcpy" (func $memcpy/memcpy)) (export "memory" (memory $0)) (start $~start) diff --git a/tests/compiler/memmove.debug.wat b/tests/compiler/memmove.debug.wat index cb89131c44..47754605a7 100644 --- a/tests/compiler/memmove.debug.wat +++ b/tests/compiler/memmove.debug.wat @@ -9,7 +9,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) (global $~lib/memory/__heap_base i32 (i32.const 32828)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00m\00e\00m\00m\00o\00v\00e\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00m\00e\00m\00m\00o\00v\00e\00.\00t\00s\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/memmove.release.wat b/tests/compiler/memmove.release.wat index dabab294a2..3f6faef73d 100644 --- a/tests/compiler/memmove.release.wat +++ b/tests/compiler/memmove.release.wat @@ -5,8 +5,8 @@ (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $memmove/dest (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\14\00\00\00m\00e\00m\00m\00o\00v\00e\00.\00t\00s") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\14\00\00\00m\00e\00m\00m\00o\00v\00e\00.\00t\00s") (export "memory" (memory $0)) (start $~start) (func $memmove/memmove (param $0 i32) (param $1 i32) (param $2 i32) (result i32) diff --git a/tests/compiler/memory.debug.wat b/tests/compiler/memory.debug.wat index 55928f8f80..b79ff51932 100644 --- a/tests/compiler/memory.debug.wat +++ b/tests/compiler/memory.debug.wat @@ -8,31 +8,31 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32980)) (global $~lib/memory/__heap_base i32 (i32.const 32980)) (memory $0 1) - (data (i32.const 16) "\00\00\00\00") - (data (i32.const 28) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00m\00e\00m\00o\00r\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 80) "\00") - (data (i32.const 96) "\00") - (data (i32.const 104) "\00") - (data (i32.const 108) "\00") - (data (i32.const 110) "\00") - (data (i32.const 111) "\00") - (data (i32.const 112) "\00") - (data (i32.const 128) "\00") - (data (i32.const 144) "\00") - (data (i32.const 152) "\00") - (data (i32.const 156) "\00") - (data (i32.const 158) "\00") - (data (i32.const 159) "\00") - (data (i32.const 160) "\00") - (data (i32.const 161) "\01\02\03") - (data (i32.const 164) "\00\00\c0?\00\00 @\00\00`@") - (data (i32.const 176) "\00") - (data (i32.const 192) "\01") - (data (i32.const 200) "\01") - (data (i32.const 204) "\01") - (data (i32.const 206) "\01") - (data (i32.const 207) "\01") - (data (i32.const 208) "\01") + (data $0 (i32.const 16) "\00\00\00\00") + (data $1 (i32.const 28) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00m\00e\00m\00o\00r\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 80) "\00") + (data $3 (i32.const 96) "\00") + (data $4 (i32.const 104) "\00") + (data $5 (i32.const 108) "\00") + (data $6 (i32.const 110) "\00") + (data $7 (i32.const 111) "\00") + (data $8 (i32.const 112) "\00") + (data $9 (i32.const 128) "\00") + (data $10 (i32.const 144) "\00") + (data $11 (i32.const 152) "\00") + (data $12 (i32.const 156) "\00") + (data $13 (i32.const 158) "\00") + (data $14 (i32.const 159) "\00") + (data $15 (i32.const 160) "\00") + (data $16 (i32.const 161) "\01\02\03") + (data $17 (i32.const 164) "\00\00\c0?\00\00 @\00\00`@") + (data $18 (i32.const 176) "\00") + (data $19 (i32.const 192) "\01") + (data $20 (i32.const 200) "\01") + (data $21 (i32.const 204) "\01") + (data $22 (i32.const 206) "\01") + (data $23 (i32.const 207) "\01") + (data $24 (i32.const 208) "\01") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/memory.release.wat b/tests/compiler/memory.release.wat index b7b5040455..cc7dd36346 100644 --- a/tests/compiler/memory.release.wat +++ b/tests/compiler/memory.release.wat @@ -4,16 +4,16 @@ (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $memory/ptr (mut i32) (i32.const 1088)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\12\00\00\00m\00e\00m\00o\00r\00y\00.\00t\00s") - (data (i32.const 1169) "\01\02\03") - (data (i32.const 1174) "\c0?\00\00 @\00\00`@") - (data (i32.const 1200) "\01") - (data (i32.const 1208) "\01") - (data (i32.const 1212) "\01") - (data (i32.const 1214) "\01") - (data (i32.const 1215) "\01") - (data (i32.const 1216) "\01") + (data $1 (i32.const 1036) ",") + (data $1.1 (i32.const 1048) "\02\00\00\00\12\00\00\00m\00e\00m\00o\00r\00y\00.\00t\00s") + (data $16 (i32.const 1169) "\01\02\03") + (data $17 (i32.const 1174) "\c0?\00\00 @\00\00`@") + (data $19 (i32.const 1200) "\01") + (data $20 (i32.const 1208) "\01") + (data $21 (i32.const 1212) "\01") + (data $22 (i32.const 1214) "\01") + (data $23 (i32.const 1215) "\01") + (data $24 (i32.const 1216) "\01") (export "memory" (memory $0)) (start $~start) (func $start:memory diff --git a/tests/compiler/memorybase.debug.wat b/tests/compiler/memorybase.debug.wat index 93acb9eed9..a869af4f65 100644 --- a/tests/compiler/memorybase.debug.wat +++ b/tests/compiler/memorybase.debug.wat @@ -6,7 +6,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33796)) (global $~lib/memory/__heap_base i32 (i32.const 33796)) (memory $0 1) - (data (i32.const 1024) "\00") + (data $0 (i32.const 1024) "\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/memset.debug.wat b/tests/compiler/memset.debug.wat index 9c7d5f27f6..c33f3a2607 100644 --- a/tests/compiler/memset.debug.wat +++ b/tests/compiler/memset.debug.wat @@ -8,7 +8,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) (global $~lib/memory/__heap_base i32 (i32.const 32828)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00m\00e\00m\00s\00e\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00m\00e\00m\00s\00e\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/memset.release.wat b/tests/compiler/memset.release.wat index 2169635dae..c35b58a7d3 100644 --- a/tests/compiler/memset.release.wat +++ b/tests/compiler/memset.release.wat @@ -5,8 +5,8 @@ (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $memset/dest (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\12\00\00\00m\00e\00m\00s\00e\00t\00.\00t\00s") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\12\00\00\00m\00e\00m\00s\00e\00t\00.\00t\00s") (export "memory" (memory $0)) (start $~start) (func $memset/memset (param $0 i32) (param $1 i32) (param $2 i32) diff --git a/tests/compiler/mutable-globals.debug.wat b/tests/compiler/mutable-globals.debug.wat index c132e0f781..870af8ef92 100644 --- a/tests/compiler/mutable-globals.debug.wat +++ b/tests/compiler/mutable-globals.debug.wat @@ -9,7 +9,7 @@ (global $~lib/memory/__heap_base i32 (i32.const 32844)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00m\00u\00t\00a\00b\00l\00e\00-\00g\00l\00o\00b\00a\00l\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00m\00u\00t\00a\00b\00l\00e\00-\00g\00l\00o\00b\00a\00l\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "external" (global $mutable-globals/external)) diff --git a/tests/compiler/mutable-globals.release.wat b/tests/compiler/mutable-globals.release.wat index c3d1fcb695..efe47ae744 100644 --- a/tests/compiler/mutable-globals.release.wat +++ b/tests/compiler/mutable-globals.release.wat @@ -6,8 +6,8 @@ (global $mutable-globals/internal (mut i32) (i32.const 124)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00$\00\00\00m\00u\00t\00a\00b\00l\00e\00-\00g\00l\00o\00b\00a\00l\00s\00.\00t\00s") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00$\00\00\00m\00u\00t\00a\00b\00l\00e\00-\00g\00l\00o\00b\00a\00l\00s\00.\00t\00s") (export "external" (global $mutable-globals/external)) (export "internal" (global $mutable-globals/internal)) (export "memory" (memory $0)) diff --git a/tests/compiler/new.debug.wat b/tests/compiler/new.debug.wat index 92d050d2b1..2832610c28 100644 --- a/tests/compiler/new.debug.wat +++ b/tests/compiler/new.debug.wat @@ -34,15 +34,15 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33220)) (global $~lib/memory/__heap_base i32 (i32.const 33220)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 416) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 416) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/new.release.wat b/tests/compiler/new.release.wat index 94d2c8c2da..d921f7bf03 100644 --- a/tests/compiler/new.release.wat +++ b/tests/compiler/new.release.wat @@ -25,17 +25,17 @@ (global $new/genext3 (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34244)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1440) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1440) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/object-literal.debug.wat b/tests/compiler/object-literal.debug.wat index 7f008f0ca7..223d9d3447 100644 --- a/tests/compiler/object-literal.debug.wat +++ b/tests/compiler/object-literal.debug.wat @@ -36,22 +36,22 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33492)) (global $~lib/memory/__heap_base i32 (i32.const 33492)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00h\00e\00l\00l\00o\00 \00w\00o\00r\00l\00d\00\00\00\00\00\00\00") - (data (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 128) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 156) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 220) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 336) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 368) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 460) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00o\00b\00j\00e\00c\00t\00-\00l\00i\00t\00e\00r\00a\00l\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 524) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 556) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00h\00e\00l\00l\00o\00\00\00") - (data (i32.const 588) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00t\00e\00s\00t\00\00\00\00\00") - (data (i32.const 620) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00b\00a\00r\00\00\00\00\00\00\00") - (data (i32.const 652) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00b\00a\00z\00\00\00\00\00\00\00") - (data (i32.const 688) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00h\00e\00l\00l\00o\00 \00w\00o\00r\00l\00d\00\00\00\00\00\00\00") + (data $1 (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 128) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 156) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 220) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $6 (i32.const 336) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 368) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 460) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00o\00b\00j\00e\00c\00t\00-\00l\00i\00t\00e\00r\00a\00l\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 524) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 556) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00h\00e\00l\00l\00o\00\00\00") + (data $12 (i32.const 588) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00t\00e\00s\00t\00\00\00\00\00") + (data $13 (i32.const 620) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00b\00a\00r\00\00\00\00\00\00\00") + (data $14 (i32.const 652) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00b\00a\00z\00\00\00\00\00\00\00") + (data $15 (i32.const 688) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/object-literal.release.wat b/tests/compiler/object-literal.release.wat index ebe0ddf788..5bce6bbc54 100644 --- a/tests/compiler/object-literal.release.wat +++ b/tests/compiler/object-literal.release.wat @@ -20,32 +20,32 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34516)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\16\00\00\00h\00e\00l\00l\00o\00 \00w\00o\00r\00l\00d") - (data (i32.const 1084) "<") - (data (i32.const 1096) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1180) "<") - (data (i32.const 1192) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1244) ",") - (data (i32.const 1256) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1292) "<") - (data (i32.const 1304) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1420) "<") - (data (i32.const 1432) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1484) "<") - (data (i32.const 1496) "\02\00\00\00\"\00\00\00o\00b\00j\00e\00c\00t\00-\00l\00i\00t\00e\00r\00a\00l\00.\00t\00s") - (data (i32.const 1548) "\1c") - (data (i32.const 1560) "\02") - (data (i32.const 1580) "\1c") - (data (i32.const 1592) "\02\00\00\00\n\00\00\00h\00e\00l\00l\00o") - (data (i32.const 1612) "\1c") - (data (i32.const 1624) "\02\00\00\00\08\00\00\00t\00e\00s\00t") - (data (i32.const 1644) "\1c") - (data (i32.const 1656) "\02\00\00\00\06\00\00\00b\00a\00r") - (data (i32.const 1676) "\1c") - (data (i32.const 1688) "\02\00\00\00\06\00\00\00b\00a\00z") - (data (i32.const 1712) "\08\00\00\00 \00\00\00 \00\00\00 ") - (data (i32.const 1736) " ") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\16\00\00\00h\00e\00l\00l\00o\00 \00w\00o\00r\00l\00d") + (data $1 (i32.const 1084) "<") + (data $1.1 (i32.const 1096) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $3 (i32.const 1180) "<") + (data $3.1 (i32.const 1192) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $4 (i32.const 1244) ",") + (data $4.1 (i32.const 1256) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $5 (i32.const 1292) "<") + (data $5.1 (i32.const 1304) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $8 (i32.const 1420) "<") + (data $8.1 (i32.const 1432) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $9 (i32.const 1484) "<") + (data $9.1 (i32.const 1496) "\02\00\00\00\"\00\00\00o\00b\00j\00e\00c\00t\00-\00l\00i\00t\00e\00r\00a\00l\00.\00t\00s") + (data $10 (i32.const 1548) "\1c") + (data $10.1 (i32.const 1560) "\02") + (data $11 (i32.const 1580) "\1c") + (data $11.1 (i32.const 1592) "\02\00\00\00\n\00\00\00h\00e\00l\00l\00o") + (data $12 (i32.const 1612) "\1c") + (data $12.1 (i32.const 1624) "\02\00\00\00\08\00\00\00t\00e\00s\00t") + (data $13 (i32.const 1644) "\1c") + (data $13.1 (i32.const 1656) "\02\00\00\00\06\00\00\00b\00a\00r") + (data $14 (i32.const 1676) "\1c") + (data $14.1 (i32.const 1688) "\02\00\00\00\06\00\00\00b\00a\00z") + (data $15 (i32.const 1712) "\08\00\00\00 \00\00\00 \00\00\00 ") + (data $15.1 (i32.const 1736) " ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/Object#makeGray (param $0 i32) diff --git a/tests/compiler/optional-typeparameters.debug.wat b/tests/compiler/optional-typeparameters.debug.wat index 6c16287a0a..097d8acc99 100644 --- a/tests/compiler/optional-typeparameters.debug.wat +++ b/tests/compiler/optional-typeparameters.debug.wat @@ -33,15 +33,15 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33224)) (global $~lib/memory/__heap_base i32 (i32.const 33224)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 416) "\t\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00\02A\00\00 \00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 416) "\t\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00\02A\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/optional-typeparameters.release.wat b/tests/compiler/optional-typeparameters.release.wat index 502821f9fc..f6138f81b7 100644 --- a/tests/compiler/optional-typeparameters.release.wat +++ b/tests/compiler/optional-typeparameters.release.wat @@ -23,17 +23,17 @@ (global $optional-typeparameters/tMethodDerived2 (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34248)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1440) "\t\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00\02A\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1440) "\t\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00\02A\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/overflow.debug.wat b/tests/compiler/overflow.debug.wat index 8de3a4e1c4..f0af61e873 100644 --- a/tests/compiler/overflow.debug.wat +++ b/tests/compiler/overflow.debug.wat @@ -6,7 +6,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) (global $~lib/memory/__heap_base i32 (i32.const 32828)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00o\00v\00e\00r\00f\00l\00o\00w\00.\00t\00s\00\00\00\00\00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00o\00v\00e\00r\00f\00l\00o\00w\00.\00t\00s\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/overflow.release.wat b/tests/compiler/overflow.release.wat index e36eef41ca..c01f5ed58b 100644 --- a/tests/compiler/overflow.release.wat +++ b/tests/compiler/overflow.release.wat @@ -1,6 +1,6 @@ (module (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\16\00\00\00o\00v\00e\00r\00f\00l\00o\00w\00.\00t\00s") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\16\00\00\00o\00v\00e\00r\00f\00l\00o\00w\00.\00t\00s") (export "memory" (memory $0)) ) diff --git a/tests/compiler/portable-conversions.debug.wat b/tests/compiler/portable-conversions.debug.wat index f915f5c822..555539dfaa 100644 --- a/tests/compiler/portable-conversions.debug.wat +++ b/tests/compiler/portable-conversions.debug.wat @@ -10,7 +10,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32860)) (global $~lib/memory/__heap_base i32 (i32.const 32860)) (memory $0 1) - (data (i32.const 12) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\00p\00o\00r\00t\00a\00b\00l\00e\00-\00c\00o\00n\00v\00e\00r\00s\00i\00o\00n\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\00p\00o\00r\00t\00a\00b\00l\00e\00-\00c\00o\00n\00v\00e\00r\00s\00i\00o\00n\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/portable-conversions.release.wat b/tests/compiler/portable-conversions.release.wat index 3b90f4a65f..671881b0f2 100644 --- a/tests/compiler/portable-conversions.release.wat +++ b/tests/compiler/portable-conversions.release.wat @@ -1,6 +1,6 @@ (module (memory $0 1) - (data (i32.const 1036) "L") - (data (i32.const 1048) "\02\00\00\00.\00\00\00p\00o\00r\00t\00a\00b\00l\00e\00-\00c\00o\00n\00v\00e\00r\00s\00i\00o\00n\00s\00.\00t\00s") + (data $0 (i32.const 1036) "L") + (data $0.1 (i32.const 1048) "\02\00\00\00.\00\00\00p\00o\00r\00t\00a\00b\00l\00e\00-\00c\00o\00n\00v\00e\00r\00s\00i\00o\00n\00s\00.\00t\00s") (export "memory" (memory $0)) ) diff --git a/tests/compiler/reexport.debug.wat b/tests/compiler/reexport.debug.wat index 42866d82fb..d7ce6546cf 100644 --- a/tests/compiler/reexport.debug.wat +++ b/tests/compiler/reexport.debug.wat @@ -39,16 +39,16 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33256)) (global $~lib/memory/__heap_base i32 (i32.const 33256)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 124) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 192) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 224) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 316) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 368) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 464) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s\00\00\00\00\00\00\00") + (data $1 (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $2 (i32.const 124) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 192) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 224) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 316) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 368) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 464) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "add" (func $export/add)) diff --git a/tests/compiler/reexport.release.wat b/tests/compiler/reexport.release.wat index e32fe5590c..96e3e9f5d5 100644 --- a/tests/compiler/reexport.release.wat +++ b/tests/compiler/reexport.release.wat @@ -24,19 +24,19 @@ (global $reexport/car (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34280)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\16\00\00\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s") - (data (i32.const 1084) "<") - (data (i32.const 1096) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1148) "<") - (data (i32.const 1160) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1276) "<") - (data (i32.const 1288) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1340) ",") - (data (i32.const 1352) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1420) "<") - (data (i32.const 1432) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1488) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\16\00\00\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s") + (data $1 (i32.const 1084) "<") + (data $1.1 (i32.const 1096) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $2 (i32.const 1148) "<") + (data $2.1 (i32.const 1160) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $5 (i32.const 1276) "<") + (data $5.1 (i32.const 1288) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $6 (i32.const 1340) ",") + (data $6.1 (i32.const 1352) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $8 (i32.const 1420) "<") + (data $8.1 (i32.const 1432) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $9 (i32.const 1488) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") (export "add" (func $export/add)) (export "renamed_sub" (func $export/sub)) (export "renamed_mul" (func $export/mul)) diff --git a/tests/compiler/rereexport.debug.wat b/tests/compiler/rereexport.debug.wat index 11c58c7744..a75174e783 100644 --- a/tests/compiler/rereexport.debug.wat +++ b/tests/compiler/rereexport.debug.wat @@ -37,17 +37,17 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33304)) (global $~lib/memory/__heap_base i32 (i32.const 33304)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 124) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 192) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 224) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 316) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 368) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 460) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00r\00e\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s\00\00\00") - (data (i32.const 512) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s\00\00\00\00\00\00\00") + (data $1 (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $2 (i32.const 124) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 192) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 224) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 316) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 368) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 460) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00r\00e\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s\00\00\00") + (data $10 (i32.const 512) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "a" (global $export/a)) diff --git a/tests/compiler/rereexport.release.wat b/tests/compiler/rereexport.release.wat index 3fc2a62103..c4eb86455e 100644 --- a/tests/compiler/rereexport.release.wat +++ b/tests/compiler/rereexport.release.wat @@ -24,21 +24,21 @@ (global $rereexport/exportsNamespaceCar (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34328)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\16\00\00\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s") - (data (i32.const 1084) "<") - (data (i32.const 1096) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1148) "<") - (data (i32.const 1160) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1276) "<") - (data (i32.const 1288) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1340) ",") - (data (i32.const 1352) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1420) "<") - (data (i32.const 1432) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1484) ",") - (data (i32.const 1496) "\02\00\00\00\1a\00\00\00r\00e\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s") - (data (i32.const 1536) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\16\00\00\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s") + (data $1 (i32.const 1084) "<") + (data $1.1 (i32.const 1096) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $2 (i32.const 1148) "<") + (data $2.1 (i32.const 1160) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $5 (i32.const 1276) "<") + (data $5.1 (i32.const 1288) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $6 (i32.const 1340) ",") + (data $6.1 (i32.const 1352) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $8 (i32.const 1420) "<") + (data $8.1 (i32.const 1432) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $9 (i32.const 1484) ",") + (data $9.1 (i32.const 1496) "\02\00\00\00\1a\00\00\00r\00e\00r\00e\00e\00x\00p\00o\00r\00t\00.\00t\00s") + (data $10 (i32.const 1536) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") (export "a" (global $export/a)) (export "renamed_a" (global $export/a)) (export "renamed_b" (global $export/b)) diff --git a/tests/compiler/resolve-access.debug.wat b/tests/compiler/resolve-access.debug.wat index 1a33e66a2b..91ba75d1c2 100644 --- a/tests/compiler/resolve-access.debug.wat +++ b/tests/compiler/resolve-access.debug.wat @@ -38,23 +38,23 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 35072)) (global $~lib/memory/__heap_base i32 (i32.const 35072)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 208) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 300) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 352) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 444) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 492) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006\00\00\00\00\00\00\00\00\00") - (data (i32.const 620) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 684) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 716) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\00") - (data (i32.const 1116) "\1c\04\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2172) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00") - (data (i32.const 2272) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\02\00\00\02\t\00\00 \00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $2 (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 208) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 300) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 352) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 444) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $10 (i32.const 492) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 620) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") + (data $12 (i32.const 684) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\000\00\00\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 716) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\00") + (data $14 (i32.const 1116) "\1c\04\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $15 (i32.const 2172) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00") + (data $16 (i32.const 2272) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\02\00\00\02\t\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "arrayAccess" (func $resolve-access/arrayAccess)) diff --git a/tests/compiler/resolve-access.release.wat b/tests/compiler/resolve-access.release.wat index 6b173c9647..77d2aa64be 100644 --- a/tests/compiler/resolve-access.release.wat +++ b/tests/compiler/resolve-access.release.wat @@ -20,32 +20,32 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 36096)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\01\00\00\00\08\00\00\00\01") - (data (i32.const 1068) "<") - (data (i32.const 1080) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1132) "<") - (data (i32.const 1144) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1260) "<") - (data (i32.const 1272) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1324) ",") - (data (i32.const 1336) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1404) "<") - (data (i32.const 1416) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1468) ",") - (data (i32.const 1480) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1516) "|") - (data (i32.const 1528) "\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006") - (data (i32.const 1644) "<") - (data (i32.const 1656) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s") - (data (i32.const 1708) "\1c") - (data (i32.const 1720) "\02\00\00\00\02\00\00\000") - (data (i32.const 1740) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009") - (data (i32.const 2140) "\1c\04") - (data (i32.const 2152) "\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f") - (data (i32.const 3196) "\\") - (data (i32.const 3208) "\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z") - (data (i32.const 3296) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\02\00\00\02\t\00\00 ") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\01\00\00\00\08\00\00\00\01") + (data $1 (i32.const 1068) "<") + (data $1.1 (i32.const 1080) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $2 (i32.const 1132) "<") + (data $2.1 (i32.const 1144) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $5 (i32.const 1260) "<") + (data $5.1 (i32.const 1272) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $6 (i32.const 1324) ",") + (data $6.1 (i32.const 1336) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $8 (i32.const 1404) "<") + (data $8.1 (i32.const 1416) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $9 (i32.const 1468) ",") + (data $9.1 (i32.const 1480) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $10 (i32.const 1516) "|") + (data $10.1 (i32.const 1528) "\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006") + (data $11 (i32.const 1644) "<") + (data $11.1 (i32.const 1656) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s") + (data $12 (i32.const 1708) "\1c") + (data $12.1 (i32.const 1720) "\02\00\00\00\02\00\00\000") + (data $13 (i32.const 1740) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009") + (data $14 (i32.const 2140) "\1c\04") + (data $14.1 (i32.const 2152) "\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f") + (data $15 (i32.const 3196) "\\") + (data $15.1 (i32.const 3208) "\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z") + (data $16 (i32.const 3296) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\02\00\00\02\t\00\00 ") (export "arrayAccess" (func $resolve-access/arrayAccess)) (export "fieldAccess" (func $resolve-access/fieldAccess)) (export "propertyAccess" (func $resolve-access/propertyAccess)) diff --git a/tests/compiler/resolve-binary.debug.wat b/tests/compiler/resolve-binary.debug.wat index 8f7185e7a3..a22a00efc1 100644 --- a/tests/compiler/resolve-binary.debug.wat +++ b/tests/compiler/resolve-binary.debug.wat @@ -51,52 +51,52 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 42992)) (global $~lib/memory/__heap_base i32 (i32.const 42992)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00t\00r\00u\00e\00\00\00\00\00") - (data (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00f\00a\00l\00s\00e\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00r\00e\00s\00o\00l\00v\00e\00-\00b\00i\00n\00a\00r\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 140) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 332) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 364) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 428) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 496) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 528) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 556) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 620) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 672) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 700) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 764) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\00") - (data (i32.const 1164) "\1c\04\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2220) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00") - (data (i32.const 2316) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\001\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2348) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\002\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2384) "\00\00\00\00\00\a0\f6?\00\00\00\00\00\00\00\00\00\c8\b9\f2\82,\d6\bf\80V7($\b4\fa<\00\00\00\00\00\80\f6?\00\00\00\00\00\00\00\00\00\08X\bf\bd\d1\d5\bf \f7\e0\d8\08\a5\1c\bd\00\00\00\00\00`\f6?\00\00\00\00\00\00\00\00\00XE\17wv\d5\bfmP\b6\d5\a4b#\bd\00\00\00\00\00@\f6?\00\00\00\00\00\00\00\00\00\f8-\87\ad\1a\d5\bf\d5g\b0\9e\e4\84\e6\bc\00\00\00\00\00 \f6?\00\00\00\00\00\00\00\00\00xw\95_\be\d4\bf\e0>)\93i\1b\04\bd\00\00\00\00\00\00\f6?\00\00\00\00\00\00\00\00\00`\1c\c2\8ba\d4\bf\cc\84LH/\d8\13=\00\00\00\00\00\e0\f5?\00\00\00\00\00\00\00\00\00\a8\86\860\04\d4\bf:\0b\82\ed\f3B\dc<\00\00\00\00\00\c0\f5?\00\00\00\00\00\00\00\00\00HiUL\a6\d3\bf`\94Q\86\c6\b1 =\00\00\00\00\00\a0\f5?\00\00\00\00\00\00\00\00\00\80\98\9a\ddG\d3\bf\92\80\c5\d4MY%=\00\00\00\00\00\80\f5?\00\00\00\00\00\00\00\00\00 \e1\ba\e2\e8\d2\bf\d8+\b7\99\1e{&=\00\00\00\00\00`\f5?\00\00\00\00\00\00\00\00\00\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00`\f5?\00\00\00\00\00\00\00\00\00\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00@\f5?\00\00\00\00\00\00\00\00\00x\cf\fbA)\d2\bfv\daS($Z\16\bd\00\00\00\00\00 \f5?\00\00\00\00\00\00\00\00\00\98i\c1\98\c8\d1\bf\04T\e7h\bc\af\1f\bd\00\00\00\00\00\00\f5?\00\00\00\00\00\00\00\00\00\a8\ab\ab\\g\d1\bf\f0\a8\823\c6\1f\1f=\00\00\00\00\00\e0\f4?\00\00\00\00\00\00\00\00\00H\ae\f9\8b\05\d1\bffZ\05\fd\c4\a8&\bd\00\00\00\00\00\c0\f4?\00\00\00\00\00\00\00\00\00\90s\e2$\a3\d0\bf\0e\03\f4~\eek\0c\bd\00\00\00\00\00\a0\f4?\00\00\00\00\00\00\00\00\00\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\a0\f4?\00\00\00\00\00\00\00\00\00\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\80\f4?\00\00\00\00\00\00\00\00\00@^m\18\b9\cf\bf\87<\99\ab*W\r=\00\00\00\00\00`\f4?\00\00\00\00\00\00\00\00\00`\dc\cb\ad\f0\ce\bf$\af\86\9c\b7&+=\00\00\00\00\00@\f4?\00\00\00\00\00\00\00\00\00\f0*n\07\'\ce\bf\10\ff?TO/\17\bd\00\00\00\00\00 \f4?\00\00\00\00\00\00\00\00\00\c0Ok!\\\cd\bf\1bh\ca\bb\91\ba!=\00\00\00\00\00\00\f4?\00\00\00\00\00\00\00\00\00\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\00\f4?\00\00\00\00\00\00\00\00\00\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\e0\f3?\00\00\00\00\00\00\00\00\00\90-t\86\c2\cb\bf\8f\b7\8b1\b0N\19=\00\00\00\00\00\c0\f3?\00\00\00\00\00\00\00\00\00\c0\80N\c9\f3\ca\bff\90\cd?cN\ba<\00\00\00\00\00\a0\f3?\00\00\00\00\00\00\00\00\00\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\a0\f3?\00\00\00\00\00\00\00\00\00\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\80\f3?\00\00\00\00\00\00\00\00\00P\f4\9cZR\c9\bf\e3\d4\c1\04\d9\d1*\bd\00\00\00\00\00`\f3?\00\00\00\00\00\00\00\00\00\d0 e\a0\7f\c8\bf\t\fa\db\7f\bf\bd+=\00\00\00\00\00@\f3?\00\00\00\00\00\00\00\00\00\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00@\f3?\00\00\00\00\00\00\00\00\00\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00 \f3?\00\00\00\00\00\00\00\00\00\d0\19\e7\0f\d6\c6\bff\e2\b2\a3j\e4\10\bd\00\00\00\00\00\00\f3?\00\00\00\00\00\00\00\00\00\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\00\f3?\00\00\00\00\00\00\00\00\00\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\e0\f2?\00\00\00\00\00\00\00\00\00\b0\a1\e3\e5&\c5\bf\8f[\07\90\8b\de \bd\00\00\00\00\00\c0\f2?\00\00\00\00\00\00\00\00\00\80\cbl+M\c4\bf\11\0e\bd\00\00\00\00\00\e0\ed?\00\00\00\00\00\00\00\00\00`F\d1;\97\b1?\9b\9e\rV]2%\bd\00\00\00\00\00\a0\ed?\00\00\00\00\00\00\00\00\00\e0\d1\a7\f5\bd\b3?\d7N\db\a5^\c8,=\00\00\00\00\00`\ed?\00\00\00\00\00\00\00\00\00\a0\97MZ\e9\b5?\1e\1d]<\06i,\bd\00\00\00\00\00@\ed?\00\00\00\00\00\00\00\00\00\c0\ea\n\d3\00\b7?2\ed\9d\a9\8d\1e\ec<\00\00\00\00\00\00\ed?\00\00\00\00\00\00\00\00\00@Y]^3\b9?\daG\bd:\\\11#=\00\00\00\00\00\c0\ec?\00\00\00\00\00\00\00\00\00`\ad\8d\c8j\bb?\e5h\f7+\80\90\13\bd\00\00\00\00\00\a0\ec?\00\00\00\00\00\00\00\00\00@\bc\01X\88\bc?\d3\acZ\c6\d1F&=\00\00\00\00\00`\ec?\00\00\00\00\00\00\00\00\00 \n\839\c7\be?\e0E\e6\afh\c0-\bd\00\00\00\00\00@\ec?\00\00\00\00\00\00\00\00\00\e0\db9\91\e8\bf?\fd\n\a1O\d64%\bd\00\00\00\00\00\00\ec?\00\00\00\00\00\00\00\00\00\e0\'\82\8e\17\c1?\f2\07-\cex\ef!=\00\00\00\00\00\e0\eb?\00\00\00\00\00\00\00\00\00\f0#~+\aa\c1?4\998D\8e\a7,=\00\00\00\00\00\a0\eb?\00\00\00\00\00\00\00\00\00\80\86\0ca\d1\c2?\a1\b4\81\cbl\9d\03=\00\00\00\00\00\80\eb?\00\00\00\00\00\00\00\00\00\90\15\b0\fce\c3?\89rK#\a8/\c6<\00\00\00\00\00@\eb?\00\00\00\00\00\00\00\00\00\b03\83=\91\c4?x\b6\fdTy\83%=\00\00\00\00\00 \eb?\00\00\00\00\00\00\00\00\00\b0\a1\e4\e5\'\c5?\c7}i\e5\e83&=\00\00\00\00\00\e0\ea?\00\00\00\00\00\00\00\00\00\10\8c\beNW\c6?x.<,\8b\cf\19=\00\00\00\00\00\c0\ea?\00\00\00\00\00\00\00\00\00pu\8b\12\f0\c6?\e1!\9c\e5\8d\11%\bd\00\00\00\00\00\a0\ea?\00\00\00\00\00\00\00\00\00PD\85\8d\89\c7?\05C\91p\10f\1c\bd\00\00\00\00\00`\ea?\00\00\00\00\00\00\00\00\00\009\eb\af\be\c8?\d1,\e9\aaT=\07\bd\00\00\00\00\00@\ea?\00\00\00\00\00\00\00\00\00\00\f7\dcZZ\c9?o\ff\a0X(\f2\07=\00\00\00\00\00\00\ea?\00\00\00\00\00\00\00\00\00\e0\8a<\ed\93\ca?i!VPCr(\bd\00\00\00\00\00\e0\e9?\00\00\00\00\00\00\00\00\00\d0[W\d81\cb?\aa\e1\acN\8d5\0c\bd\00\00\00\00\00\c0\e9?\00\00\00\00\00\00\00\00\00\e0;8\87\d0\cb?\b6\12TY\c4K-\bd\00\00\00\00\00\a0\e9?\00\00\00\00\00\00\00\00\00\10\f0\c6\fbo\cc?\d2+\96\c5r\ec\f1\bc\00\00\00\00\00`\e9?\00\00\00\00\00\00\00\00\00\90\d4\b0=\b1\cd?5\b0\15\f7*\ff*\bd\00\00\00\00\00@\e9?\00\00\00\00\00\00\00\00\00\10\e7\ff\0eS\ce?0\f4A`\'\12\c2<\00\00\00\00\00 \e9?\00\00\00\00\00\00\00\00\00\00\dd\e4\ad\f5\ce?\11\8e\bbe\15!\ca\bc\00\00\00\00\00\00\e9?\00\00\00\00\00\00\00\00\00\b0\b3l\1c\99\cf?0\df\0c\ca\ec\cb\1b=\00\00\00\00\00\c0\e8?\00\00\00\00\00\00\00\00\00XM`8q\d0?\91N\ed\16\db\9c\f8<\00\00\00\00\00\a0\e8?\00\00\00\00\00\00\00\00\00`ag-\c4\d0?\e9\ea<\16\8b\18\'=\00\00\00\00\00\80\e8?\00\00\00\00\00\00\00\00\00\e8\'\82\8e\17\d1?\1c\f0\a5c\0e!,\bd\00\00\00\00\00`\e8?\00\00\00\00\00\00\00\00\00\f8\ac\cb\\k\d1?\81\16\a5\f7\cd\9a+=\00\00\00\00\00@\e8?\00\00\00\00\00\00\00\00\00hZc\99\bf\d1?\b7\bdGQ\ed\a6,=\00\00\00\00\00 \e8?\00\00\00\00\00\00\00\00\00\b8\0emE\14\d2?\ea\baF\ba\de\87\n=\00\00\00\00\00\e0\e7?\00\00\00\00\00\00\00\00\00\90\dc|\f0\be\d2?\f4\04PJ\fa\9c*=\00\00\00\00\00\c0\e7?\00\00\00\00\00\00\00\00\00`\d3\e1\f1\14\d3?\b8\9a\ec\ef?\d1f\87\10z^\90\bc\85\7fn\e8\15\e3\ef?\13\f6g5R\d2\8c\be\ef?m{\83]\a6\9a\97<\0f\89\f9lX\b5\ef?\fc\ef\fd\92\1a\b5\8e<\f7Gr+\92\ac\ef?\d1\9c/p=\be><\a2\d1\d32\ec\a3\ef?\0bn\90\894\03j\bc\1b\d3\fe\aff\9b\ef?\0e\bd/*RV\95\bcQ[\12\d0\01\93\ef?U\eaN\8c\ef\80P\bc\cc1l\c0\bd\8a\ef?\16\f4\d5\b9#\c9\91\bc\e0-\a9\ae\9a\82\ef?\afU\\\e9\e3\d3\80\f7\ec\9a<\aa\b9h1\87T\ef?\9d8\86\cb\82\e7\8f\bc\1d\d9\fc\"PM\ef?\8d\c3\a6DAo\8a<\d6\8cb\88;F\ef?}\04\e4\b0\05z\80<\96\dc}\91I?\ef?\94\a8\a8\e3\fd\8e\96<8bunz8\ef?}Ht\f2\18^\87\a9\af\0c\ef?\b6\ab\b0MuM\83<\15\b71\n\fe\06\ef?Lt\ac\e2\01B\86<1\d8L\fcp\01\ef?J\f8\d3]9\dd\8f<\ff\16d\b2\08\fc\ee?\04[\8e;\80\a3\86\bc\f1\9f\92_\c5\f6\ee?hPK\cc\edJ\92\bc\cb\a9:7\a7\f1\ee?\8e-Q\1b\f8\07\99\bcf\d8\05m\ae\ec\ee?\d26\94>\e8\d1q\bc\f7\9f\e54\db\e7\ee?\15\1b\ce\b3\19\19\99\bc\e5\a8\13\c3-\e3\ee?mL*\a7H\9f\85<\"4\12L\a6\de\ee?\8ai(z`\12\93\bc\1c\80\ac\04E\da\ee?[\89\17H\8f\a7X\bc*.\f7!\n\d6\ee?\1b\9aIg\9b,|\bc\97\a8P\d9\f5\d1\ee?\11\ac\c2`\edcC<-\89a`\08\ce\ee?\efd\06;\tf\96Z~d\1fx\bct_\ec\e8u\9f\ee?\b0}\8b\c0J\ee\86\bct\81\a5H\9a\9f\ee?\8a\e6U\1e2\19\86\bc\c9gBV\eb\9f\ee?\d3\d4\t^\cb\9c\90T\'\a4\ee?47;\f1\b6i\93\bc\13\ceL\99\89\a5\ee?\1e\ff\19:\84^\80\bc\ad\c7#F\1a\a7\ee?nWr\d8P\d4\94\bc\ed\92D\9b\d9\a8\ee?\00\8a\0e[g\ad\90<\99f\8a\d9\c7\aa\ee?\b4\ea\f0\c1/\b7\8d<\db\a0*B\e5\ac\ee?\ff\e7\c5\9c`\b6e\bc\8cD\b5\162\af\ee?D_\f3Y\83\f6{<6w\15\99\ae\b1\ee?\83=\1e\a7\1f\t\93\bc\c6\ff\91\0b[\b4\ee?)\1el\8b\b8\a9]\bc\e5\c5\cd\b07\b7\ee?Y\b9\90|\f9#l\bc\0fR\c8\cbD\ba\ee?\aa\f9\f4\"CC\92\bcPN\de\9f\82\bd\ee?K\8ef\d7l\ca\85\bc\ba\07\cap\f1\c0\ee?\'\ce\91+\fc\afq<\90\f0\a3\82\91\c4\ee?\bbs\n\e15\d2m<##\e3\19c\c8\ee?c\"b\"\04\c5\87\bce\e5]{f\cc\ee?\d51\e2\e3\86\1c\8b<3-J\ec\9b\d0\ee?\15\bb\bc\d3\d1\bb\91\bc]%>\b2\03\d5\ee?\d21\ee\9c1\cc\90\b4\07!\d5\82\bc_\9b{3\97|\ef?\c9\rG;\b9*\89\bc)\a1\f5\14F\86\ef?\d3\88:`\04\b6t<\f6?\8b\e7.\90\ef?qr\9dQ\ec\c5\83<\83L\c7\fbQ\9a\ef?\f0\91\d3\8f\12\f7\8f\bc\da\90\a4\a2\af\a4\ef?}t#\e2\98\ae\8d\bc\f1g\8e-H\af\ef?\08 \aaA\bc\c3\8e<\'Za\ee\1b\ba\ef?2\eb\a9\c3\94+\84<\97\bak7+\c5\ef?\ee\85\d11\a9d\8a<@En[v\d0\ef?\ed\e3;\e4\ba7\8e\bc\14\be\9c\ad\fd\db\ef?\9d\cd\91M;\89w<\d8\90\9e\81\c1\e7\ef?\89\cc`A\c1\05S<\f1q\8f+\c2\f3\ef?") - (data (i32.const 8540) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\00.\000\00\00\00\00\00\00\00") - (data (i32.const 8572) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00N\00a\00N\00\00\00\00\00\00\00") - (data (i32.const 8604) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8652) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8704) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8760) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8)\93i\1b\04\bd\00\00\00\00\00\00\f6?\00\00\00\00\00\00\00\00\00`\1c\c2\8ba\d4\bf\cc\84LH/\d8\13=\00\00\00\00\00\e0\f5?\00\00\00\00\00\00\00\00\00\a8\86\860\04\d4\bf:\0b\82\ed\f3B\dc<\00\00\00\00\00\c0\f5?\00\00\00\00\00\00\00\00\00HiUL\a6\d3\bf`\94Q\86\c6\b1 =\00\00\00\00\00\a0\f5?\00\00\00\00\00\00\00\00\00\80\98\9a\ddG\d3\bf\92\80\c5\d4MY%=\00\00\00\00\00\80\f5?\00\00\00\00\00\00\00\00\00 \e1\ba\e2\e8\d2\bf\d8+\b7\99\1e{&=\00\00\00\00\00`\f5?\00\00\00\00\00\00\00\00\00\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00`\f5?\00\00\00\00\00\00\00\00\00\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00@\f5?\00\00\00\00\00\00\00\00\00x\cf\fbA)\d2\bfv\daS($Z\16\bd\00\00\00\00\00 \f5?\00\00\00\00\00\00\00\00\00\98i\c1\98\c8\d1\bf\04T\e7h\bc\af\1f\bd\00\00\00\00\00\00\f5?\00\00\00\00\00\00\00\00\00\a8\ab\ab\\g\d1\bf\f0\a8\823\c6\1f\1f=\00\00\00\00\00\e0\f4?\00\00\00\00\00\00\00\00\00H\ae\f9\8b\05\d1\bffZ\05\fd\c4\a8&\bd\00\00\00\00\00\c0\f4?\00\00\00\00\00\00\00\00\00\90s\e2$\a3\d0\bf\0e\03\f4~\eek\0c\bd\00\00\00\00\00\a0\f4?\00\00\00\00\00\00\00\00\00\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\a0\f4?\00\00\00\00\00\00\00\00\00\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\80\f4?\00\00\00\00\00\00\00\00\00@^m\18\b9\cf\bf\87<\99\ab*W\r=\00\00\00\00\00`\f4?\00\00\00\00\00\00\00\00\00`\dc\cb\ad\f0\ce\bf$\af\86\9c\b7&+=\00\00\00\00\00@\f4?\00\00\00\00\00\00\00\00\00\f0*n\07\'\ce\bf\10\ff?TO/\17\bd\00\00\00\00\00 \f4?\00\00\00\00\00\00\00\00\00\c0Ok!\\\cd\bf\1bh\ca\bb\91\ba!=\00\00\00\00\00\00\f4?\00\00\00\00\00\00\00\00\00\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\00\f4?\00\00\00\00\00\00\00\00\00\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\e0\f3?\00\00\00\00\00\00\00\00\00\90-t\86\c2\cb\bf\8f\b7\8b1\b0N\19=\00\00\00\00\00\c0\f3?\00\00\00\00\00\00\00\00\00\c0\80N\c9\f3\ca\bff\90\cd?cN\ba<\00\00\00\00\00\a0\f3?\00\00\00\00\00\00\00\00\00\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\a0\f3?\00\00\00\00\00\00\00\00\00\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\80\f3?\00\00\00\00\00\00\00\00\00P\f4\9cZR\c9\bf\e3\d4\c1\04\d9\d1*\bd\00\00\00\00\00`\f3?\00\00\00\00\00\00\00\00\00\d0 e\a0\7f\c8\bf\t\fa\db\7f\bf\bd+=\00\00\00\00\00@\f3?\00\00\00\00\00\00\00\00\00\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00@\f3?\00\00\00\00\00\00\00\00\00\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00 \f3?\00\00\00\00\00\00\00\00\00\d0\19\e7\0f\d6\c6\bff\e2\b2\a3j\e4\10\bd\00\00\00\00\00\00\f3?\00\00\00\00\00\00\00\00\00\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\00\f3?\00\00\00\00\00\00\00\00\00\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\e0\f2?\00\00\00\00\00\00\00\00\00\b0\a1\e3\e5&\c5\bf\8f[\07\90\8b\de \bd\00\00\00\00\00\c0\f2?\00\00\00\00\00\00\00\00\00\80\cbl+M\c4\bf\11\0e\bd\00\00\00\00\00\e0\ed?\00\00\00\00\00\00\00\00\00`F\d1;\97\b1?\9b\9e\rV]2%\bd\00\00\00\00\00\a0\ed?\00\00\00\00\00\00\00\00\00\e0\d1\a7\f5\bd\b3?\d7N\db\a5^\c8,=\00\00\00\00\00`\ed?\00\00\00\00\00\00\00\00\00\a0\97MZ\e9\b5?\1e\1d]<\06i,\bd\00\00\00\00\00@\ed?\00\00\00\00\00\00\00\00\00\c0\ea\n\d3\00\b7?2\ed\9d\a9\8d\1e\ec<\00\00\00\00\00\00\ed?\00\00\00\00\00\00\00\00\00@Y]^3\b9?\daG\bd:\\\11#=\00\00\00\00\00\c0\ec?\00\00\00\00\00\00\00\00\00`\ad\8d\c8j\bb?\e5h\f7+\80\90\13\bd\00\00\00\00\00\a0\ec?\00\00\00\00\00\00\00\00\00@\bc\01X\88\bc?\d3\acZ\c6\d1F&=\00\00\00\00\00`\ec?\00\00\00\00\00\00\00\00\00 \n\839\c7\be?\e0E\e6\afh\c0-\bd\00\00\00\00\00@\ec?\00\00\00\00\00\00\00\00\00\e0\db9\91\e8\bf?\fd\n\a1O\d64%\bd\00\00\00\00\00\00\ec?\00\00\00\00\00\00\00\00\00\e0\'\82\8e\17\c1?\f2\07-\cex\ef!=\00\00\00\00\00\e0\eb?\00\00\00\00\00\00\00\00\00\f0#~+\aa\c1?4\998D\8e\a7,=\00\00\00\00\00\a0\eb?\00\00\00\00\00\00\00\00\00\80\86\0ca\d1\c2?\a1\b4\81\cbl\9d\03=\00\00\00\00\00\80\eb?\00\00\00\00\00\00\00\00\00\90\15\b0\fce\c3?\89rK#\a8/\c6<\00\00\00\00\00@\eb?\00\00\00\00\00\00\00\00\00\b03\83=\91\c4?x\b6\fdTy\83%=\00\00\00\00\00 \eb?\00\00\00\00\00\00\00\00\00\b0\a1\e4\e5\'\c5?\c7}i\e5\e83&=\00\00\00\00\00\e0\ea?\00\00\00\00\00\00\00\00\00\10\8c\beNW\c6?x.<,\8b\cf\19=\00\00\00\00\00\c0\ea?\00\00\00\00\00\00\00\00\00pu\8b\12\f0\c6?\e1!\9c\e5\8d\11%\bd\00\00\00\00\00\a0\ea?\00\00\00\00\00\00\00\00\00PD\85\8d\89\c7?\05C\91p\10f\1c\bd\00\00\00\00\00`\ea?\00\00\00\00\00\00\00\00\00\009\eb\af\be\c8?\d1,\e9\aaT=\07\bd\00\00\00\00\00@\ea?\00\00\00\00\00\00\00\00\00\00\f7\dcZZ\c9?o\ff\a0X(\f2\07=\00\00\00\00\00\00\ea?\00\00\00\00\00\00\00\00\00\e0\8a<\ed\93\ca?i!VPCr(\bd\00\00\00\00\00\e0\e9?\00\00\00\00\00\00\00\00\00\d0[W\d81\cb?\aa\e1\acN\8d5\0c\bd\00\00\00\00\00\c0\e9?\00\00\00\00\00\00\00\00\00\e0;8\87\d0\cb?\b6\12TY\c4K-\bd\00\00\00\00\00\a0\e9?\00\00\00\00\00\00\00\00\00\10\f0\c6\fbo\cc?\d2+\96\c5r\ec\f1\bc\00\00\00\00\00`\e9?\00\00\00\00\00\00\00\00\00\90\d4\b0=\b1\cd?5\b0\15\f7*\ff*\bd\00\00\00\00\00@\e9?\00\00\00\00\00\00\00\00\00\10\e7\ff\0eS\ce?0\f4A`\'\12\c2<\00\00\00\00\00 \e9?\00\00\00\00\00\00\00\00\00\00\dd\e4\ad\f5\ce?\11\8e\bbe\15!\ca\bc\00\00\00\00\00\00\e9?\00\00\00\00\00\00\00\00\00\b0\b3l\1c\99\cf?0\df\0c\ca\ec\cb\1b=\00\00\00\00\00\c0\e8?\00\00\00\00\00\00\00\00\00XM`8q\d0?\91N\ed\16\db\9c\f8<\00\00\00\00\00\a0\e8?\00\00\00\00\00\00\00\00\00`ag-\c4\d0?\e9\ea<\16\8b\18\'=\00\00\00\00\00\80\e8?\00\00\00\00\00\00\00\00\00\e8\'\82\8e\17\d1?\1c\f0\a5c\0e!,\bd\00\00\00\00\00`\e8?\00\00\00\00\00\00\00\00\00\f8\ac\cb\\k\d1?\81\16\a5\f7\cd\9a+=\00\00\00\00\00@\e8?\00\00\00\00\00\00\00\00\00hZc\99\bf\d1?\b7\bdGQ\ed\a6,=\00\00\00\00\00 \e8?\00\00\00\00\00\00\00\00\00\b8\0emE\14\d2?\ea\baF\ba\de\87\n=\00\00\00\00\00\e0\e7?\00\00\00\00\00\00\00\00\00\90\dc|\f0\be\d2?\f4\04PJ\fa\9c*=\00\00\00\00\00\c0\e7?\00\00\00\00\00\00\00\00\00`\d3\e1\f1\14\d3?\b8\9a\ec\ef?\d1f\87\10z^\90\bc\85\7fn\e8\15\e3\ef?\13\f6g5R\d2\8c\be\ef?m{\83]\a6\9a\97<\0f\89\f9lX\b5\ef?\fc\ef\fd\92\1a\b5\8e<\f7Gr+\92\ac\ef?\d1\9c/p=\be><\a2\d1\d32\ec\a3\ef?\0bn\90\894\03j\bc\1b\d3\fe\aff\9b\ef?\0e\bd/*RV\95\bcQ[\12\d0\01\93\ef?U\eaN\8c\ef\80P\bc\cc1l\c0\bd\8a\ef?\16\f4\d5\b9#\c9\91\bc\e0-\a9\ae\9a\82\ef?\afU\\\e9\e3\d3\80\f7\ec\9a<\aa\b9h1\87T\ef?\9d8\86\cb\82\e7\8f\bc\1d\d9\fc\"PM\ef?\8d\c3\a6DAo\8a<\d6\8cb\88;F\ef?}\04\e4\b0\05z\80<\96\dc}\91I?\ef?\94\a8\a8\e3\fd\8e\96<8bunz8\ef?}Ht\f2\18^\87\a9\af\0c\ef?\b6\ab\b0MuM\83<\15\b71\n\fe\06\ef?Lt\ac\e2\01B\86<1\d8L\fcp\01\ef?J\f8\d3]9\dd\8f<\ff\16d\b2\08\fc\ee?\04[\8e;\80\a3\86\bc\f1\9f\92_\c5\f6\ee?hPK\cc\edJ\92\bc\cb\a9:7\a7\f1\ee?\8e-Q\1b\f8\07\99\bcf\d8\05m\ae\ec\ee?\d26\94>\e8\d1q\bc\f7\9f\e54\db\e7\ee?\15\1b\ce\b3\19\19\99\bc\e5\a8\13\c3-\e3\ee?mL*\a7H\9f\85<\"4\12L\a6\de\ee?\8ai(z`\12\93\bc\1c\80\ac\04E\da\ee?[\89\17H\8f\a7X\bc*.\f7!\n\d6\ee?\1b\9aIg\9b,|\bc\97\a8P\d9\f5\d1\ee?\11\ac\c2`\edcC<-\89a`\08\ce\ee?\efd\06;\tf\96Z~d\1fx\bct_\ec\e8u\9f\ee?\b0}\8b\c0J\ee\86\bct\81\a5H\9a\9f\ee?\8a\e6U\1e2\19\86\bc\c9gBV\eb\9f\ee?\d3\d4\t^\cb\9c\90T\'\a4\ee?47;\f1\b6i\93\bc\13\ceL\99\89\a5\ee?\1e\ff\19:\84^\80\bc\ad\c7#F\1a\a7\ee?nWr\d8P\d4\94\bc\ed\92D\9b\d9\a8\ee?\00\8a\0e[g\ad\90<\99f\8a\d9\c7\aa\ee?\b4\ea\f0\c1/\b7\8d<\db\a0*B\e5\ac\ee?\ff\e7\c5\9c`\b6e\bc\8cD\b5\162\af\ee?D_\f3Y\83\f6{<6w\15\99\ae\b1\ee?\83=\1e\a7\1f\t\93\bc\c6\ff\91\0b[\b4\ee?)\1el\8b\b8\a9]\bc\e5\c5\cd\b07\b7\ee?Y\b9\90|\f9#l\bc\0fR\c8\cbD\ba\ee?\aa\f9\f4\"CC\92\bcPN\de\9f\82\bd\ee?K\8ef\d7l\ca\85\bc\ba\07\cap\f1\c0\ee?\'\ce\91+\fc\afq<\90\f0\a3\82\91\c4\ee?\bbs\n\e15\d2m<##\e3\19c\c8\ee?c\"b\"\04\c5\87\bce\e5]{f\cc\ee?\d51\e2\e3\86\1c\8b<3-J\ec\9b\d0\ee?\15\bb\bc\d3\d1\bb\91\bc]%>\b2\03\d5\ee?\d21\ee\9c1\cc\90\b4\07!\d5\82\bc_\9b{3\97|\ef?\c9\rG;\b9*\89\bc)\a1\f5\14F\86\ef?\d3\88:`\04\b6t<\f6?\8b\e7.\90\ef?qr\9dQ\ec\c5\83<\83L\c7\fbQ\9a\ef?\f0\91\d3\8f\12\f7\8f\bc\da\90\a4\a2\af\a4\ef?}t#\e2\98\ae\8d\bc\f1g\8e-H\af\ef?\08 \aaA\bc\c3\8e<\'Za\ee\1b\ba\ef?2\eb\a9\c3\94+\84<\97\bak7+\c5\ef?\ee\85\d11\a9d\8a<@En[v\d0\ef?\ed\e3;\e4\ba7\8e\bc\14\be\9c\ad\fd\db\ef?\9d\cd\91M;\89w<\d8\90\9e\81\c1\e7\ef?\89\cc`A\c1\05S<\f1q\8f+\c2\f3\ef?") + (data $21 (i32.const 8540) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\00.\000\00\00\00\00\00\00\00") + (data $22 (i32.const 8572) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00N\00a\00N\00\00\00\00\00\00\00") + (data $23 (i32.const 8604) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00") + (data $24 (i32.const 8652) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $25 (i32.const 8704) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $26 (i32.const 8760) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8)\93i\1b\04\bd\00\00\00\00\00\00\f6?") - (data (i32.const 3585) "`\1c\c2\8ba\d4\bf\cc\84LH/\d8\13=\00\00\00\00\00\e0\f5?") - (data (i32.const 3617) "\a8\86\860\04\d4\bf:\0b\82\ed\f3B\dc<\00\00\00\00\00\c0\f5?") - (data (i32.const 3649) "HiUL\a6\d3\bf`\94Q\86\c6\b1 =\00\00\00\00\00\a0\f5?") - (data (i32.const 3681) "\80\98\9a\ddG\d3\bf\92\80\c5\d4MY%=\00\00\00\00\00\80\f5?") - (data (i32.const 3713) " \e1\ba\e2\e8\d2\bf\d8+\b7\99\1e{&=\00\00\00\00\00`\f5?") - (data (i32.const 3745) "\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00`\f5?") - (data (i32.const 3777) "\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00@\f5?") - (data (i32.const 3809) "x\cf\fbA)\d2\bfv\daS($Z\16\bd\00\00\00\00\00 \f5?") - (data (i32.const 3841) "\98i\c1\98\c8\d1\bf\04T\e7h\bc\af\1f\bd\00\00\00\00\00\00\f5?") - (data (i32.const 3873) "\a8\ab\ab\\g\d1\bf\f0\a8\823\c6\1f\1f=\00\00\00\00\00\e0\f4?") - (data (i32.const 3905) "H\ae\f9\8b\05\d1\bffZ\05\fd\c4\a8&\bd\00\00\00\00\00\c0\f4?") - (data (i32.const 3937) "\90s\e2$\a3\d0\bf\0e\03\f4~\eek\0c\bd\00\00\00\00\00\a0\f4?") - (data (i32.const 3969) "\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\a0\f4?") - (data (i32.const 4001) "\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\80\f4?") - (data (i32.const 4033) "@^m\18\b9\cf\bf\87<\99\ab*W\r=\00\00\00\00\00`\f4?") - (data (i32.const 4065) "`\dc\cb\ad\f0\ce\bf$\af\86\9c\b7&+=\00\00\00\00\00@\f4?") - (data (i32.const 4097) "\f0*n\07\'\ce\bf\10\ff?TO/\17\bd\00\00\00\00\00 \f4?") - (data (i32.const 4129) "\c0Ok!\\\cd\bf\1bh\ca\bb\91\ba!=\00\00\00\00\00\00\f4?") - (data (i32.const 4161) "\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\00\f4?") - (data (i32.const 4193) "\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\e0\f3?") - (data (i32.const 4225) "\90-t\86\c2\cb\bf\8f\b7\8b1\b0N\19=\00\00\00\00\00\c0\f3?") - (data (i32.const 4257) "\c0\80N\c9\f3\ca\bff\90\cd?cN\ba<\00\00\00\00\00\a0\f3?") - (data (i32.const 4289) "\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\a0\f3?") - (data (i32.const 4321) "\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\80\f3?") - (data (i32.const 4353) "P\f4\9cZR\c9\bf\e3\d4\c1\04\d9\d1*\bd\00\00\00\00\00`\f3?") - (data (i32.const 4385) "\d0 e\a0\7f\c8\bf\t\fa\db\7f\bf\bd+=\00\00\00\00\00@\f3?") - (data (i32.const 4417) "\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00@\f3?") - (data (i32.const 4449) "\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00 \f3?") - (data (i32.const 4481) "\d0\19\e7\0f\d6\c6\bff\e2\b2\a3j\e4\10\bd\00\00\00\00\00\00\f3?") - (data (i32.const 4513) "\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\00\f3?") - (data (i32.const 4545) "\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\e0\f2?") - (data (i32.const 4577) "\b0\a1\e3\e5&\c5\bf\8f[\07\90\8b\de \bd\00\00\00\00\00\c0\f2?") - (data (i32.const 4609) "\80\cbl+M\c4\bf\11\0e\bd\00\00\00\00\00\e0\ed?") - (data (i32.const 6113) "`F\d1;\97\b1?\9b\9e\rV]2%\bd\00\00\00\00\00\a0\ed?") - (data (i32.const 6145) "\e0\d1\a7\f5\bd\b3?\d7N\db\a5^\c8,=\00\00\00\00\00`\ed?") - (data (i32.const 6177) "\a0\97MZ\e9\b5?\1e\1d]<\06i,\bd\00\00\00\00\00@\ed?") - (data (i32.const 6209) "\c0\ea\n\d3\00\b7?2\ed\9d\a9\8d\1e\ec<\00\00\00\00\00\00\ed?") - (data (i32.const 6241) "@Y]^3\b9?\daG\bd:\\\11#=\00\00\00\00\00\c0\ec?") - (data (i32.const 6273) "`\ad\8d\c8j\bb?\e5h\f7+\80\90\13\bd\00\00\00\00\00\a0\ec?") - (data (i32.const 6305) "@\bc\01X\88\bc?\d3\acZ\c6\d1F&=\00\00\00\00\00`\ec?") - (data (i32.const 6337) " \n\839\c7\be?\e0E\e6\afh\c0-\bd\00\00\00\00\00@\ec?") - (data (i32.const 6369) "\e0\db9\91\e8\bf?\fd\n\a1O\d64%\bd\00\00\00\00\00\00\ec?") - (data (i32.const 6401) "\e0\'\82\8e\17\c1?\f2\07-\cex\ef!=\00\00\00\00\00\e0\eb?") - (data (i32.const 6433) "\f0#~+\aa\c1?4\998D\8e\a7,=\00\00\00\00\00\a0\eb?") - (data (i32.const 6465) "\80\86\0ca\d1\c2?\a1\b4\81\cbl\9d\03=\00\00\00\00\00\80\eb?") - (data (i32.const 6497) "\90\15\b0\fce\c3?\89rK#\a8/\c6<\00\00\00\00\00@\eb?") - (data (i32.const 6529) "\b03\83=\91\c4?x\b6\fdTy\83%=\00\00\00\00\00 \eb?") - (data (i32.const 6561) "\b0\a1\e4\e5\'\c5?\c7}i\e5\e83&=\00\00\00\00\00\e0\ea?") - (data (i32.const 6593) "\10\8c\beNW\c6?x.<,\8b\cf\19=\00\00\00\00\00\c0\ea?") - (data (i32.const 6625) "pu\8b\12\f0\c6?\e1!\9c\e5\8d\11%\bd\00\00\00\00\00\a0\ea?") - (data (i32.const 6657) "PD\85\8d\89\c7?\05C\91p\10f\1c\bd\00\00\00\00\00`\ea?") - (data (i32.const 6690) "9\eb\af\be\c8?\d1,\e9\aaT=\07\bd\00\00\00\00\00@\ea?") - (data (i32.const 6722) "\f7\dcZZ\c9?o\ff\a0X(\f2\07=\00\00\00\00\00\00\ea?") - (data (i32.const 6753) "\e0\8a<\ed\93\ca?i!VPCr(\bd\00\00\00\00\00\e0\e9?") - (data (i32.const 6785) "\d0[W\d81\cb?\aa\e1\acN\8d5\0c\bd\00\00\00\00\00\c0\e9?") - (data (i32.const 6817) "\e0;8\87\d0\cb?\b6\12TY\c4K-\bd\00\00\00\00\00\a0\e9?") - (data (i32.const 6849) "\10\f0\c6\fbo\cc?\d2+\96\c5r\ec\f1\bc\00\00\00\00\00`\e9?") - (data (i32.const 6881) "\90\d4\b0=\b1\cd?5\b0\15\f7*\ff*\bd\00\00\00\00\00@\e9?") - (data (i32.const 6913) "\10\e7\ff\0eS\ce?0\f4A`\'\12\c2<\00\00\00\00\00 \e9?") - (data (i32.const 6946) "\dd\e4\ad\f5\ce?\11\8e\bbe\15!\ca\bc\00\00\00\00\00\00\e9?") - (data (i32.const 6977) "\b0\b3l\1c\99\cf?0\df\0c\ca\ec\cb\1b=\00\00\00\00\00\c0\e8?") - (data (i32.const 7009) "XM`8q\d0?\91N\ed\16\db\9c\f8<\00\00\00\00\00\a0\e8?") - (data (i32.const 7041) "`ag-\c4\d0?\e9\ea<\16\8b\18\'=\00\00\00\00\00\80\e8?") - (data (i32.const 7073) "\e8\'\82\8e\17\d1?\1c\f0\a5c\0e!,\bd\00\00\00\00\00`\e8?") - (data (i32.const 7105) "\f8\ac\cb\\k\d1?\81\16\a5\f7\cd\9a+=\00\00\00\00\00@\e8?") - (data (i32.const 7137) "hZc\99\bf\d1?\b7\bdGQ\ed\a6,=\00\00\00\00\00 \e8?") - (data (i32.const 7169) "\b8\0emE\14\d2?\ea\baF\ba\de\87\n=\00\00\00\00\00\e0\e7?") - (data (i32.const 7201) "\90\dc|\f0\be\d2?\f4\04PJ\fa\9c*=\00\00\00\00\00\c0\e7?") - (data (i32.const 7233) "`\d3\e1\f1\14\d3?\b8\9a\ec\ef?\d1f\87\10z^\90\bc\85\7fn\e8\15\e3\ef?\13\f6g5R\d2\8c\be\ef?m{\83]\a6\9a\97<\0f\89\f9lX\b5\ef?\fc\ef\fd\92\1a\b5\8e<\f7Gr+\92\ac\ef?\d1\9c/p=\be><\a2\d1\d32\ec\a3\ef?\0bn\90\894\03j\bc\1b\d3\fe\aff\9b\ef?\0e\bd/*RV\95\bcQ[\12\d0\01\93\ef?U\eaN\8c\ef\80P\bc\cc1l\c0\bd\8a\ef?\16\f4\d5\b9#\c9\91\bc\e0-\a9\ae\9a\82\ef?\afU\\\e9\e3\d3\80\f7\ec\9a<\aa\b9h1\87T\ef?\9d8\86\cb\82\e7\8f\bc\1d\d9\fc\"PM\ef?\8d\c3\a6DAo\8a<\d6\8cb\88;F\ef?}\04\e4\b0\05z\80<\96\dc}\91I?\ef?\94\a8\a8\e3\fd\8e\96<8bunz8\ef?}Ht\f2\18^\87\a9\af\0c\ef?\b6\ab\b0MuM\83<\15\b71\n\fe\06\ef?Lt\ac\e2\01B\86<1\d8L\fcp\01\ef?J\f8\d3]9\dd\8f<\ff\16d\b2\08\fc\ee?\04[\8e;\80\a3\86\bc\f1\9f\92_\c5\f6\ee?hPK\cc\edJ\92\bc\cb\a9:7\a7\f1\ee?\8e-Q\1b\f8\07\99\bcf\d8\05m\ae\ec\ee?\d26\94>\e8\d1q\bc\f7\9f\e54\db\e7\ee?\15\1b\ce\b3\19\19\99\bc\e5\a8\13\c3-\e3\ee?mL*\a7H\9f\85<\"4\12L\a6\de\ee?\8ai(z`\12\93\bc\1c\80\ac\04E\da\ee?[\89\17H\8f\a7X\bc*.\f7!\n\d6\ee?\1b\9aIg\9b,|\bc\97\a8P\d9\f5\d1\ee?\11\ac\c2`\edcC<-\89a`\08\ce\ee?\efd\06;\tf\96Z~d\1fx\bct_\ec\e8u\9f\ee?\b0}\8b\c0J\ee\86\bct\81\a5H\9a\9f\ee?\8a\e6U\1e2\19\86\bc\c9gBV\eb\9f\ee?\d3\d4\t^\cb\9c\90T\'\a4\ee?47;\f1\b6i\93\bc\13\ceL\99\89\a5\ee?\1e\ff\19:\84^\80\bc\ad\c7#F\1a\a7\ee?nWr\d8P\d4\94\bc\ed\92D\9b\d9\a8\ee?\00\8a\0e[g\ad\90<\99f\8a\d9\c7\aa\ee?\b4\ea\f0\c1/\b7\8d<\db\a0*B\e5\ac\ee?\ff\e7\c5\9c`\b6e\bc\8cD\b5\162\af\ee?D_\f3Y\83\f6{<6w\15\99\ae\b1\ee?\83=\1e\a7\1f\t\93\bc\c6\ff\91\0b[\b4\ee?)\1el\8b\b8\a9]\bc\e5\c5\cd\b07\b7\ee?Y\b9\90|\f9#l\bc\0fR\c8\cbD\ba\ee?\aa\f9\f4\"CC\92\bcPN\de\9f\82\bd\ee?K\8ef\d7l\ca\85\bc\ba\07\cap\f1\c0\ee?\'\ce\91+\fc\afq<\90\f0\a3\82\91\c4\ee?\bbs\n\e15\d2m<##\e3\19c\c8\ee?c\"b\"\04\c5\87\bce\e5]{f\cc\ee?\d51\e2\e3\86\1c\8b<3-J\ec\9b\d0\ee?\15\bb\bc\d3\d1\bb\91\bc]%>\b2\03\d5\ee?\d21\ee\9c1\cc\90\b4\07!\d5\82\bc_\9b{3\97|\ef?\c9\rG;\b9*\89\bc)\a1\f5\14F\86\ef?\d3\88:`\04\b6t<\f6?\8b\e7.\90\ef?qr\9dQ\ec\c5\83<\83L\c7\fbQ\9a\ef?\f0\91\d3\8f\12\f7\8f\bc\da\90\a4\a2\af\a4\ef?}t#\e2\98\ae\8d\bc\f1g\8e-H\af\ef?\08 \aaA\bc\c3\8e<\'Za\ee\1b\ba\ef?2\eb\a9\c3\94+\84<\97\bak7+\c5\ef?\ee\85\d11\a9d\8a<@En[v\d0\ef?\ed\e3;\e4\ba7\8e\bc\14\be\9c\ad\fd\db\ef?\9d\cd\91M;\89w<\d8\90\9e\81\c1\e7\ef?\89\cc`A\c1\05S<\f1q\8f+\c2\f3\ef?") - (data (i32.const 9564) "\1c") - (data (i32.const 9576) "\02\00\00\00\06\00\00\000\00.\000") - (data (i32.const 9596) "\1c") - (data (i32.const 9608) "\02\00\00\00\06\00\00\00N\00a\00N") - (data (i32.const 9628) ",") - (data (i32.const 9640) "\02\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y") - (data (i32.const 9676) ",") - (data (i32.const 9688) "\02\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y") - (data (i32.const 9784) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8)\93i\1b\04\bd\00\00\00\00\00\00\f6?") + (data $19.6 (i32.const 3585) "`\1c\c2\8ba\d4\bf\cc\84LH/\d8\13=\00\00\00\00\00\e0\f5?") + (data $19.7 (i32.const 3617) "\a8\86\860\04\d4\bf:\0b\82\ed\f3B\dc<\00\00\00\00\00\c0\f5?") + (data $19.8 (i32.const 3649) "HiUL\a6\d3\bf`\94Q\86\c6\b1 =\00\00\00\00\00\a0\f5?") + (data $19.9 (i32.const 3681) "\80\98\9a\ddG\d3\bf\92\80\c5\d4MY%=\00\00\00\00\00\80\f5?") + (data $19.10 (i32.const 3713) " \e1\ba\e2\e8\d2\bf\d8+\b7\99\1e{&=\00\00\00\00\00`\f5?") + (data $19.11 (i32.const 3745) "\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00`\f5?") + (data $19.12 (i32.const 3777) "\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00@\f5?") + (data $19.13 (i32.const 3809) "x\cf\fbA)\d2\bfv\daS($Z\16\bd\00\00\00\00\00 \f5?") + (data $19.14 (i32.const 3841) "\98i\c1\98\c8\d1\bf\04T\e7h\bc\af\1f\bd\00\00\00\00\00\00\f5?") + (data $19.15 (i32.const 3873) "\a8\ab\ab\\g\d1\bf\f0\a8\823\c6\1f\1f=\00\00\00\00\00\e0\f4?") + (data $19.16 (i32.const 3905) "H\ae\f9\8b\05\d1\bffZ\05\fd\c4\a8&\bd\00\00\00\00\00\c0\f4?") + (data $19.17 (i32.const 3937) "\90s\e2$\a3\d0\bf\0e\03\f4~\eek\0c\bd\00\00\00\00\00\a0\f4?") + (data $19.18 (i32.const 3969) "\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\a0\f4?") + (data $19.19 (i32.const 4001) "\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\80\f4?") + (data $19.20 (i32.const 4033) "@^m\18\b9\cf\bf\87<\99\ab*W\r=\00\00\00\00\00`\f4?") + (data $19.21 (i32.const 4065) "`\dc\cb\ad\f0\ce\bf$\af\86\9c\b7&+=\00\00\00\00\00@\f4?") + (data $19.22 (i32.const 4097) "\f0*n\07\'\ce\bf\10\ff?TO/\17\bd\00\00\00\00\00 \f4?") + (data $19.23 (i32.const 4129) "\c0Ok!\\\cd\bf\1bh\ca\bb\91\ba!=\00\00\00\00\00\00\f4?") + (data $19.24 (i32.const 4161) "\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\00\f4?") + (data $19.25 (i32.const 4193) "\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\e0\f3?") + (data $19.26 (i32.const 4225) "\90-t\86\c2\cb\bf\8f\b7\8b1\b0N\19=\00\00\00\00\00\c0\f3?") + (data $19.27 (i32.const 4257) "\c0\80N\c9\f3\ca\bff\90\cd?cN\ba<\00\00\00\00\00\a0\f3?") + (data $19.28 (i32.const 4289) "\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\a0\f3?") + (data $19.29 (i32.const 4321) "\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\80\f3?") + (data $19.30 (i32.const 4353) "P\f4\9cZR\c9\bf\e3\d4\c1\04\d9\d1*\bd\00\00\00\00\00`\f3?") + (data $19.31 (i32.const 4385) "\d0 e\a0\7f\c8\bf\t\fa\db\7f\bf\bd+=\00\00\00\00\00@\f3?") + (data $19.32 (i32.const 4417) "\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00@\f3?") + (data $19.33 (i32.const 4449) "\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00 \f3?") + (data $19.34 (i32.const 4481) "\d0\19\e7\0f\d6\c6\bff\e2\b2\a3j\e4\10\bd\00\00\00\00\00\00\f3?") + (data $19.35 (i32.const 4513) "\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\00\f3?") + (data $19.36 (i32.const 4545) "\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\e0\f2?") + (data $19.37 (i32.const 4577) "\b0\a1\e3\e5&\c5\bf\8f[\07\90\8b\de \bd\00\00\00\00\00\c0\f2?") + (data $19.38 (i32.const 4609) "\80\cbl+M\c4\bf\11\0e\bd\00\00\00\00\00\e0\ed?") + (data $19.85 (i32.const 6113) "`F\d1;\97\b1?\9b\9e\rV]2%\bd\00\00\00\00\00\a0\ed?") + (data $19.86 (i32.const 6145) "\e0\d1\a7\f5\bd\b3?\d7N\db\a5^\c8,=\00\00\00\00\00`\ed?") + (data $19.87 (i32.const 6177) "\a0\97MZ\e9\b5?\1e\1d]<\06i,\bd\00\00\00\00\00@\ed?") + (data $19.88 (i32.const 6209) "\c0\ea\n\d3\00\b7?2\ed\9d\a9\8d\1e\ec<\00\00\00\00\00\00\ed?") + (data $19.89 (i32.const 6241) "@Y]^3\b9?\daG\bd:\\\11#=\00\00\00\00\00\c0\ec?") + (data $19.90 (i32.const 6273) "`\ad\8d\c8j\bb?\e5h\f7+\80\90\13\bd\00\00\00\00\00\a0\ec?") + (data $19.91 (i32.const 6305) "@\bc\01X\88\bc?\d3\acZ\c6\d1F&=\00\00\00\00\00`\ec?") + (data $19.92 (i32.const 6337) " \n\839\c7\be?\e0E\e6\afh\c0-\bd\00\00\00\00\00@\ec?") + (data $19.93 (i32.const 6369) "\e0\db9\91\e8\bf?\fd\n\a1O\d64%\bd\00\00\00\00\00\00\ec?") + (data $19.94 (i32.const 6401) "\e0\'\82\8e\17\c1?\f2\07-\cex\ef!=\00\00\00\00\00\e0\eb?") + (data $19.95 (i32.const 6433) "\f0#~+\aa\c1?4\998D\8e\a7,=\00\00\00\00\00\a0\eb?") + (data $19.96 (i32.const 6465) "\80\86\0ca\d1\c2?\a1\b4\81\cbl\9d\03=\00\00\00\00\00\80\eb?") + (data $19.97 (i32.const 6497) "\90\15\b0\fce\c3?\89rK#\a8/\c6<\00\00\00\00\00@\eb?") + (data $19.98 (i32.const 6529) "\b03\83=\91\c4?x\b6\fdTy\83%=\00\00\00\00\00 \eb?") + (data $19.99 (i32.const 6561) "\b0\a1\e4\e5\'\c5?\c7}i\e5\e83&=\00\00\00\00\00\e0\ea?") + (data $19.100 (i32.const 6593) "\10\8c\beNW\c6?x.<,\8b\cf\19=\00\00\00\00\00\c0\ea?") + (data $19.101 (i32.const 6625) "pu\8b\12\f0\c6?\e1!\9c\e5\8d\11%\bd\00\00\00\00\00\a0\ea?") + (data $19.102 (i32.const 6657) "PD\85\8d\89\c7?\05C\91p\10f\1c\bd\00\00\00\00\00`\ea?") + (data $19.103 (i32.const 6690) "9\eb\af\be\c8?\d1,\e9\aaT=\07\bd\00\00\00\00\00@\ea?") + (data $19.104 (i32.const 6722) "\f7\dcZZ\c9?o\ff\a0X(\f2\07=\00\00\00\00\00\00\ea?") + (data $19.105 (i32.const 6753) "\e0\8a<\ed\93\ca?i!VPCr(\bd\00\00\00\00\00\e0\e9?") + (data $19.106 (i32.const 6785) "\d0[W\d81\cb?\aa\e1\acN\8d5\0c\bd\00\00\00\00\00\c0\e9?") + (data $19.107 (i32.const 6817) "\e0;8\87\d0\cb?\b6\12TY\c4K-\bd\00\00\00\00\00\a0\e9?") + (data $19.108 (i32.const 6849) "\10\f0\c6\fbo\cc?\d2+\96\c5r\ec\f1\bc\00\00\00\00\00`\e9?") + (data $19.109 (i32.const 6881) "\90\d4\b0=\b1\cd?5\b0\15\f7*\ff*\bd\00\00\00\00\00@\e9?") + (data $19.110 (i32.const 6913) "\10\e7\ff\0eS\ce?0\f4A`\'\12\c2<\00\00\00\00\00 \e9?") + (data $19.111 (i32.const 6946) "\dd\e4\ad\f5\ce?\11\8e\bbe\15!\ca\bc\00\00\00\00\00\00\e9?") + (data $19.112 (i32.const 6977) "\b0\b3l\1c\99\cf?0\df\0c\ca\ec\cb\1b=\00\00\00\00\00\c0\e8?") + (data $19.113 (i32.const 7009) "XM`8q\d0?\91N\ed\16\db\9c\f8<\00\00\00\00\00\a0\e8?") + (data $19.114 (i32.const 7041) "`ag-\c4\d0?\e9\ea<\16\8b\18\'=\00\00\00\00\00\80\e8?") + (data $19.115 (i32.const 7073) "\e8\'\82\8e\17\d1?\1c\f0\a5c\0e!,\bd\00\00\00\00\00`\e8?") + (data $19.116 (i32.const 7105) "\f8\ac\cb\\k\d1?\81\16\a5\f7\cd\9a+=\00\00\00\00\00@\e8?") + (data $19.117 (i32.const 7137) "hZc\99\bf\d1?\b7\bdGQ\ed\a6,=\00\00\00\00\00 \e8?") + (data $19.118 (i32.const 7169) "\b8\0emE\14\d2?\ea\baF\ba\de\87\n=\00\00\00\00\00\e0\e7?") + (data $19.119 (i32.const 7201) "\90\dc|\f0\be\d2?\f4\04PJ\fa\9c*=\00\00\00\00\00\c0\e7?") + (data $19.120 (i32.const 7233) "`\d3\e1\f1\14\d3?\b8\9a\ec\ef?\d1f\87\10z^\90\bc\85\7fn\e8\15\e3\ef?\13\f6g5R\d2\8c\be\ef?m{\83]\a6\9a\97<\0f\89\f9lX\b5\ef?\fc\ef\fd\92\1a\b5\8e<\f7Gr+\92\ac\ef?\d1\9c/p=\be><\a2\d1\d32\ec\a3\ef?\0bn\90\894\03j\bc\1b\d3\fe\aff\9b\ef?\0e\bd/*RV\95\bcQ[\12\d0\01\93\ef?U\eaN\8c\ef\80P\bc\cc1l\c0\bd\8a\ef?\16\f4\d5\b9#\c9\91\bc\e0-\a9\ae\9a\82\ef?\afU\\\e9\e3\d3\80\f7\ec\9a<\aa\b9h1\87T\ef?\9d8\86\cb\82\e7\8f\bc\1d\d9\fc\"PM\ef?\8d\c3\a6DAo\8a<\d6\8cb\88;F\ef?}\04\e4\b0\05z\80<\96\dc}\91I?\ef?\94\a8\a8\e3\fd\8e\96<8bunz8\ef?}Ht\f2\18^\87\a9\af\0c\ef?\b6\ab\b0MuM\83<\15\b71\n\fe\06\ef?Lt\ac\e2\01B\86<1\d8L\fcp\01\ef?J\f8\d3]9\dd\8f<\ff\16d\b2\08\fc\ee?\04[\8e;\80\a3\86\bc\f1\9f\92_\c5\f6\ee?hPK\cc\edJ\92\bc\cb\a9:7\a7\f1\ee?\8e-Q\1b\f8\07\99\bcf\d8\05m\ae\ec\ee?\d26\94>\e8\d1q\bc\f7\9f\e54\db\e7\ee?\15\1b\ce\b3\19\19\99\bc\e5\a8\13\c3-\e3\ee?mL*\a7H\9f\85<\"4\12L\a6\de\ee?\8ai(z`\12\93\bc\1c\80\ac\04E\da\ee?[\89\17H\8f\a7X\bc*.\f7!\n\d6\ee?\1b\9aIg\9b,|\bc\97\a8P\d9\f5\d1\ee?\11\ac\c2`\edcC<-\89a`\08\ce\ee?\efd\06;\tf\96Z~d\1fx\bct_\ec\e8u\9f\ee?\b0}\8b\c0J\ee\86\bct\81\a5H\9a\9f\ee?\8a\e6U\1e2\19\86\bc\c9gBV\eb\9f\ee?\d3\d4\t^\cb\9c\90T\'\a4\ee?47;\f1\b6i\93\bc\13\ceL\99\89\a5\ee?\1e\ff\19:\84^\80\bc\ad\c7#F\1a\a7\ee?nWr\d8P\d4\94\bc\ed\92D\9b\d9\a8\ee?\00\8a\0e[g\ad\90<\99f\8a\d9\c7\aa\ee?\b4\ea\f0\c1/\b7\8d<\db\a0*B\e5\ac\ee?\ff\e7\c5\9c`\b6e\bc\8cD\b5\162\af\ee?D_\f3Y\83\f6{<6w\15\99\ae\b1\ee?\83=\1e\a7\1f\t\93\bc\c6\ff\91\0b[\b4\ee?)\1el\8b\b8\a9]\bc\e5\c5\cd\b07\b7\ee?Y\b9\90|\f9#l\bc\0fR\c8\cbD\ba\ee?\aa\f9\f4\"CC\92\bcPN\de\9f\82\bd\ee?K\8ef\d7l\ca\85\bc\ba\07\cap\f1\c0\ee?\'\ce\91+\fc\afq<\90\f0\a3\82\91\c4\ee?\bbs\n\e15\d2m<##\e3\19c\c8\ee?c\"b\"\04\c5\87\bce\e5]{f\cc\ee?\d51\e2\e3\86\1c\8b<3-J\ec\9b\d0\ee?\15\bb\bc\d3\d1\bb\91\bc]%>\b2\03\d5\ee?\d21\ee\9c1\cc\90\b4\07!\d5\82\bc_\9b{3\97|\ef?\c9\rG;\b9*\89\bc)\a1\f5\14F\86\ef?\d3\88:`\04\b6t<\f6?\8b\e7.\90\ef?qr\9dQ\ec\c5\83<\83L\c7\fbQ\9a\ef?\f0\91\d3\8f\12\f7\8f\bc\da\90\a4\a2\af\a4\ef?}t#\e2\98\ae\8d\bc\f1g\8e-H\af\ef?\08 \aaA\bc\c3\8e<\'Za\ee\1b\ba\ef?2\eb\a9\c3\94+\84<\97\bak7+\c5\ef?\ee\85\d11\a9d\8a<@En[v\d0\ef?\ed\e3;\e4\ba7\8e\bc\14\be\9c\ad\fd\db\ef?\9d\cd\91M;\89w<\d8\90\9e\81\c1\e7\ef?\89\cc`A\c1\05S<\f1q\8f+\c2\f3\ef?") + (data $21 (i32.const 9564) "\1c") + (data $21.1 (i32.const 9576) "\02\00\00\00\06\00\00\000\00.\000") + (data $22 (i32.const 9596) "\1c") + (data $22.1 (i32.const 9608) "\02\00\00\00\06\00\00\00N\00a\00N") + (data $23 (i32.const 9628) ",") + (data $23.1 (i32.const 9640) "\02\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y") + (data $24 (i32.const 9676) ",") + (data $24.1 (i32.const 9688) "\02\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y") + (data $26 (i32.const 9784) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8_none (func)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\1a\00\00\00r\00e\00t\00a\00i\00n\00-\00i\003\002\00.\00t\00s") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\1a\00\00\00r\00e\00t\00a\00i\00n\00-\00i\003\002\00.\00t\00s") (export "memory" (memory $0)) (start $~start) (func $~start diff --git a/tests/compiler/return-unreachable.debug.wat b/tests/compiler/return-unreachable.debug.wat index 54877803da..36a3e60ed0 100644 --- a/tests/compiler/return-unreachable.debug.wat +++ b/tests/compiler/return-unreachable.debug.wat @@ -29,17 +29,17 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33304)) (global $~lib/memory/__heap_base i32 (i32.const 33304)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 60) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 172) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 240) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 272) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 300) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 364) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 416) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 444) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 512) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $1 (i32.const 60) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $2 (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $3 (i32.const 172) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 240) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 272) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 300) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 364) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 416) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 444) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 512) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "test" (func $return-unreachable/test)) diff --git a/tests/compiler/return-unreachable.release.wat b/tests/compiler/return-unreachable.release.wat index 23a8e2606c..2aa1b0654c 100644 --- a/tests/compiler/return-unreachable.release.wat +++ b/tests/compiler/return-unreachable.release.wat @@ -20,21 +20,21 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34328)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1084) ",") - (data (i32.const 1096) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1132) "<") - (data (i32.const 1144) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1196) "<") - (data (i32.const 1208) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1324) "<") - (data (i32.const 1336) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1388) ",") - (data (i32.const 1400) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1468) "<") - (data (i32.const 1480) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1536) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $1 (i32.const 1084) ",") + (data $1.1 (i32.const 1096) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $2 (i32.const 1132) "<") + (data $2.1 (i32.const 1144) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $3 (i32.const 1196) "<") + (data $3.1 (i32.const 1208) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $6 (i32.const 1324) "<") + (data $6.1 (i32.const 1336) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $7 (i32.const 1388) ",") + (data $7.1 (i32.const 1400) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $9 (i32.const 1468) "<") + (data $9.1 (i32.const 1480) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $10 (i32.const 1536) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t") (export "test" (func $return-unreachable/test)) (export "memory" (memory $0)) (start $~start) diff --git a/tests/compiler/return.debug.wat b/tests/compiler/return.debug.wat index ee825776f7..9efc603f0c 100644 --- a/tests/compiler/return.debug.wat +++ b/tests/compiler/return.debug.wat @@ -9,7 +9,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32812)) (global $~lib/memory/__heap_base i32 (i32.const 32812)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") (table $0 2 2 funcref) (elem $0 (i32.const 1) $start:return~anonymous|0) (export "testVoidReturn" (func $return/testVoidReturn)) diff --git a/tests/compiler/return.release.wat b/tests/compiler/return.release.wat index 28b75bfb2e..71a33a1940 100644 --- a/tests/compiler/return.release.wat +++ b/tests/compiler/return.release.wat @@ -6,8 +6,8 @@ (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33836)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\04\00\00\00\08\00\00\00\01") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\04\00\00\00\08\00\00\00\01") (table $0 2 2 funcref) (elem $0 (i32.const 1) $start:return~anonymous|0) (export "testVoidReturn" (func $return/testVoidReturn)) diff --git a/tests/compiler/rt/finalize.debug.wat b/tests/compiler/rt/finalize.debug.wat index 760ffd333b..3120ff98cd 100644 --- a/tests/compiler/rt/finalize.debug.wat +++ b/tests/compiler/rt/finalize.debug.wat @@ -31,16 +31,16 @@ (global $~lib/memory/__heap_base i32 (i32.const 33256)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00r\00t\00/\00f\00i\00n\00a\00l\00i\00z\00e\00.\00t\00s\00") - (data (i32.const 396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 464) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00r\00t\00/\00f\00i\00n\00a\00l\00i\00z\00e\00.\00t\00s\00") + (data $8 (i32.const 396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 464) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/rt/finalize.release.wat b/tests/compiler/rt/finalize.release.wat index cccbbe02a6..57655f0663 100644 --- a/tests/compiler/rt/finalize.release.wat +++ b/tests/compiler/rt/finalize.release.wat @@ -22,19 +22,19 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34280)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) ",") - (data (i32.const 1384) "\02\00\00\00\1c\00\00\00r\00t\00/\00f\00i\00n\00a\00l\00i\00z\00e\00.\00t\00s") - (data (i32.const 1420) "<") - (data (i32.const 1432) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1488) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) ",") + (data $7.1 (i32.const 1384) "\02\00\00\00\1c\00\00\00r\00t\00/\00f\00i\00n\00a\00l\00i\00z\00e\00.\00t\00s") + (data $8 (i32.const 1420) "<") + (data $8.1 (i32.const 1432) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $9 (i32.const 1488) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") (export "memory" (memory $0)) (export "_start" (func $~start)) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/rt/flags.debug.wat b/tests/compiler/rt/flags.debug.wat index 55d3dcc921..3e0bbd5aee 100644 --- a/tests/compiler/rt/flags.debug.wat +++ b/tests/compiler/rt/flags.debug.wat @@ -14,10 +14,10 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33160)) (global $~lib/memory/__heap_base i32 (i32.const 33160)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 76) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 124) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00r\00t\00/\00f\00l\00a\00g\00s\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 176) "5\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00A\08\00\00A\00\00\00A\00\00\00\81\08\00\00\81\00\00\00\01\t\00\00\01\01\00\00\01\n\00\00\01\02\00\00\01\19\00\00\01\1a\00\00B\08\00\00B\00\00\00\82\08\00\00\82\00\00\00\02\t\00\00\02\01\00\00\02\n\00\00\02\02\00\00\02\19\00\00\02\1a\00\00\02\04\00\00 \00\00\00\02A\00\00\02a\00\00H\08\00\00H\00\00\00\88\08\00\00\88\00\00\00\08\t\00\00\08\01\00\00\08\n\00\00\08\02\00\00\08\19\00\00\08\1a\00\00\08\04\00\00\08A\00\00\08a\00\00P\08\08\00\90\08\14\00\10\t\12\00\10\n\11\00\10\84\10\00P\08\82\00P\08\c2\00\10\c1\10\00\10\e1\10\00\10a\c2\00\10\t2\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 76) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 124) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00r\00t\00/\00f\00l\00a\00g\00s\00.\00t\00s\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "5\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00A\08\00\00A\00\00\00A\00\00\00\81\08\00\00\81\00\00\00\01\t\00\00\01\01\00\00\01\n\00\00\01\02\00\00\01\19\00\00\01\1a\00\00B\08\00\00B\00\00\00\82\08\00\00\82\00\00\00\02\t\00\00\02\01\00\00\02\n\00\00\02\02\00\00\02\19\00\00\02\1a\00\00\02\04\00\00 \00\00\00\02A\00\00\02a\00\00H\08\00\00H\00\00\00\88\08\00\00\88\00\00\00\08\t\00\00\08\01\00\00\08\n\00\00\08\02\00\00\08\19\00\00\08\1a\00\00\08\04\00\00\08A\00\00\08a\00\00P\08\08\00\90\08\14\00\10\t\12\00\10\n\11\00\10\84\10\00P\08\82\00P\08\c2\00\10\c1\10\00\10\e1\10\00\10a\c2\00\10\t2\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/rt/flags.release.wat b/tests/compiler/rt/flags.release.wat index 04a1f84e56..da4376854c 100644 --- a/tests/compiler/rt/flags.release.wat +++ b/tests/compiler/rt/flags.release.wat @@ -4,13 +4,13 @@ (type $i32_=>_i32 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1100) ",") - (data (i32.const 1112) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1148) ",") - (data (i32.const 1160) "\02\00\00\00\16\00\00\00r\00t\00/\00f\00l\00a\00g\00s\00.\00t\00s") - (data (i32.const 1200) "5\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00A\08\00\00A\00\00\00A\00\00\00\81\08\00\00\81\00\00\00\01\t\00\00\01\01\00\00\01\n\00\00\01\02\00\00\01\19\00\00\01\1a\00\00B\08\00\00B\00\00\00\82\08\00\00\82\00\00\00\02\t\00\00\02\01\00\00\02\n\00\00\02\02\00\00\02\19\00\00\02\1a\00\00\02\04\00\00 \00\00\00\02A\00\00\02a\00\00H\08\00\00H\00\00\00\88\08\00\00\88\00\00\00\08\t\00\00\08\01\00\00\08\n\00\00\08\02\00\00\08\19\00\00\08\1a\00\00\08\04\00\00\08A\00\00\08a\00\00P\08\08\00\90\08\14\00\10\t\12\00\10\n\11\00\10\84\10\00P\08\82\00P\08\c2\00\10\c1\10\00\10\e1\10\00\10a\c2\00\10\t2") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $1 (i32.const 1100) ",") + (data $1.1 (i32.const 1112) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $2 (i32.const 1148) ",") + (data $2.1 (i32.const 1160) "\02\00\00\00\16\00\00\00r\00t\00/\00f\00l\00a\00g\00s\00.\00t\00s") + (data $3 (i32.const 1200) "5\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00A\08\00\00A\00\00\00A\00\00\00\81\08\00\00\81\00\00\00\01\t\00\00\01\01\00\00\01\n\00\00\01\02\00\00\01\19\00\00\01\1a\00\00B\08\00\00B\00\00\00\82\08\00\00\82\00\00\00\02\t\00\00\02\01\00\00\02\n\00\00\02\02\00\00\02\19\00\00\02\1a\00\00\02\04\00\00 \00\00\00\02A\00\00\02a\00\00H\08\00\00H\00\00\00\88\08\00\00\88\00\00\00\08\t\00\00\08\01\00\00\08\n\00\00\08\02\00\00\08\19\00\00\08\1a\00\00\08\04\00\00\08A\00\00\08a\00\00P\08\08\00\90\08\14\00\10\t\12\00\10\n\11\00\10\84\10\00P\08\82\00P\08\c2\00\10\c1\10\00\10\e1\10\00\10a\c2\00\10\t2") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/__typeinfo (param $0 i32) (result i32) diff --git a/tests/compiler/rt/runtime-incremental-export.debug.wat b/tests/compiler/rt/runtime-incremental-export.debug.wat index 25aa3ed731..50847867ba 100644 --- a/tests/compiler/rt/runtime-incremental-export.debug.wat +++ b/tests/compiler/rt/runtime-incremental-export.debug.wat @@ -28,17 +28,17 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33332)) (global $~lib/memory/__heap_base i32 (i32.const 33332)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d\00\00\00") - (data (i32.const 476) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d\00\00\00\00\00") - (data (i32.const 544) "\04\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d\00\00\00") + (data $9 (i32.const 476) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d\00\00\00\00\00") + (data $10 (i32.const 544) "\04\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "__new" (func $~lib/rt/itcms/__new)) diff --git a/tests/compiler/rt/runtime-incremental-export.release.wat b/tests/compiler/rt/runtime-incremental-export.release.wat index 70d90691f3..e5173b207f 100644 --- a/tests/compiler/rt/runtime-incremental-export.release.wat +++ b/tests/compiler/rt/runtime-incremental-export.release.wat @@ -20,21 +20,21 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/rt/__rtti_base i32 (i32.const 1568)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) "<") - (data (i32.const 1448) "\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d") - (data (i32.const 1500) "<") - (data (i32.const 1512) "\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d") - (data (i32.const 1568) "\04\00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) "<") + (data $8.1 (i32.const 1448) "\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d") + (data $9 (i32.const 1500) "<") + (data $9.1 (i32.const 1512) "\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d") + (data $10 (i32.const 1568) "\04\00\00\00 \00\00\00 \00\00\00 ") (export "__new" (func $~lib/rt/itcms/__new)) (export "__pin" (func $~lib/rt/itcms/__pin)) (export "__unpin" (func $~lib/rt/itcms/__unpin)) diff --git a/tests/compiler/rt/runtime-minimal-export.debug.wat b/tests/compiler/rt/runtime-minimal-export.debug.wat index 228a822953..d3a1d72a38 100644 --- a/tests/compiler/rt/runtime-minimal-export.debug.wat +++ b/tests/compiler/rt/runtime-minimal-export.debug.wat @@ -18,15 +18,15 @@ (global $~lib/rt/__rtti_base i32 (i32.const 432)) (global $~lib/memory/__heap_base i32 (i32.const 452)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 140) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 208) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d\00\00\00") - (data (i32.const 304) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 332) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d\00\00\00\00\00") - (data (i32.const 400) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 432) "\04\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 140) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 208) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d\00\00\00") + (data $5 (i32.const 304) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 332) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d\00\00\00\00\00") + (data $7 (i32.const 400) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 432) "\04\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "__new" (func $~lib/rt/tcms/__new)) diff --git a/tests/compiler/rt/runtime-minimal-export.release.wat b/tests/compiler/rt/runtime-minimal-export.release.wat index f6717c4ce9..6fc83cd5ae 100644 --- a/tests/compiler/rt/runtime-minimal-export.release.wat +++ b/tests/compiler/rt/runtime-minimal-export.release.wat @@ -15,17 +15,17 @@ (global $~lib/rt/tcms/toSpace (mut i32) (i32.const 0)) (global $~lib/rt/__rtti_base i32 (i32.const 1456)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1164) "<") - (data (i32.const 1176) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1260) "<") - (data (i32.const 1272) "\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d") - (data (i32.const 1356) "<") - (data (i32.const 1368) "\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d") - (data (i32.const 1456) "\04\00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00c\00m\00s\00.\00t\00s") + (data $2 (i32.const 1164) "<") + (data $2.1 (i32.const 1176) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $4 (i32.const 1260) "<") + (data $4.1 (i32.const 1272) "\02\00\00\00*\00\00\00O\00b\00j\00e\00c\00t\00 \00a\00l\00r\00e\00a\00d\00y\00 \00p\00i\00n\00n\00e\00d") + (data $6 (i32.const 1356) "<") + (data $6.1 (i32.const 1368) "\02\00\00\00(\00\00\00O\00b\00j\00e\00c\00t\00 \00i\00s\00 \00n\00o\00t\00 \00p\00i\00n\00n\00e\00d") + (data $8 (i32.const 1456) "\04\00\00\00 \00\00\00 \00\00\00 ") (export "__new" (func $~lib/rt/tcms/__new)) (export "__pin" (func $~lib/rt/tcms/__pin)) (export "__unpin" (func $~lib/rt/tcms/__unpin)) diff --git a/tests/compiler/rt/runtime-stub-export.debug.wat b/tests/compiler/rt/runtime-stub-export.debug.wat index 0d06091a4b..42a8a1c554 100644 --- a/tests/compiler/rt/runtime-stub-export.debug.wat +++ b/tests/compiler/rt/runtime-stub-export.debug.wat @@ -11,9 +11,9 @@ (global $~lib/rt/__rtti_base i32 (i32.const 144)) (global $~lib/memory/__heap_base i32 (i32.const 164)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00s\00t\00u\00b\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\04\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00s\00t\00u\00b\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\04\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "__new" (func $~lib/rt/stub/__new)) diff --git a/tests/compiler/rt/runtime-stub-export.release.wat b/tests/compiler/rt/runtime-stub-export.release.wat index 5422ff5ea2..368b597871 100644 --- a/tests/compiler/rt/runtime-stub-export.release.wat +++ b/tests/compiler/rt/runtime-stub-export.release.wat @@ -8,11 +8,11 @@ (global $~lib/rt/stub/offset (mut i32) (i32.const 0)) (global $~lib/rt/__rtti_base i32 (i32.const 1168)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00s\00t\00u\00b\00.\00t\00s") - (data (i32.const 1168) "\04\00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00s\00t\00u\00b\00.\00t\00s") + (data $2 (i32.const 1168) "\04\00\00\00 \00\00\00 \00\00\00 ") (export "__new" (func $~lib/rt/stub/__new)) (export "__pin" (func $~lib/rt/stub/__pin)) (export "__unpin" (func $~lib/rt/stub/__unpin)) diff --git a/tests/compiler/simd.debug.wat b/tests/compiler/simd.debug.wat index f8a950898b..975ca6e3dd 100644 --- a/tests/compiler/simd.debug.wat +++ b/tests/compiler/simd.debug.wat @@ -50,18 +50,18 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33356)) (global $~lib/memory/__heap_base i32 (i32.const 33356)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 124) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 192) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 224) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 316) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 368) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 460) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 508) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00s\00i\00m\00d\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 560) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\04\00\00\02\t\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $2 (i32.const 124) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 192) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 224) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 252) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 316) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 368) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 460) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $10 (i32.const 508) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00s\00i\00m\00d\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 560) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\04\00\00\02\t\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "reexport" (func $simd/reexport)) diff --git a/tests/compiler/simd.release.wat b/tests/compiler/simd.release.wat index 1103cb213f..f9b499a90f 100644 --- a/tests/compiler/simd.release.wat +++ b/tests/compiler/simd.release.wat @@ -32,23 +32,23 @@ (global $simd/vec (mut v128) (v128.const i32x4 0x00000000 0x00000000 0x00000000 0x00000000)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34380)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04") - (data (i32.const 1084) "<") - (data (i32.const 1096) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1148) "<") - (data (i32.const 1160) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1276) "<") - (data (i32.const 1288) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1340) ",") - (data (i32.const 1352) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1420) "<") - (data (i32.const 1432) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1484) ",") - (data (i32.const 1496) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1532) ",") - (data (i32.const 1544) "\02\00\00\00\0e\00\00\00s\00i\00m\00d\00.\00t\00s") - (data (i32.const 1584) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\04\00\00\02\t") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04") + (data $1 (i32.const 1084) "<") + (data $1.1 (i32.const 1096) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $2 (i32.const 1148) "<") + (data $2.1 (i32.const 1160) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $5 (i32.const 1276) "<") + (data $5.1 (i32.const 1288) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $6 (i32.const 1340) ",") + (data $6.1 (i32.const 1352) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $8 (i32.const 1420) "<") + (data $8.1 (i32.const 1432) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $9 (i32.const 1484) ",") + (data $9.1 (i32.const 1496) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $10 (i32.const 1532) ",") + (data $10.1 (i32.const 1544) "\02\00\00\00\0e\00\00\00s\00i\00m\00d\00.\00t\00s") + (data $11 (i32.const 1584) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\04\00\00\02\t") (export "reexport" (func $simd/reexport)) (export "test_vars_i8x16_partial" (func $simd/test_vars_i8x16_partial)) (export "test_vars_i8x16_full" (func $simd/test_vars_i8x16_full)) diff --git a/tests/compiler/static-this.debug.wat b/tests/compiler/static-this.debug.wat index 29386a4de1..aa4a4def1b 100644 --- a/tests/compiler/static-this.debug.wat +++ b/tests/compiler/static-this.debug.wat @@ -8,7 +8,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) (global $~lib/memory/__heap_base i32 (i32.const 32828)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00s\00t\00a\00t\00i\00c\00-\00t\00h\00i\00s\00.\00t\00s\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00s\00t\00a\00t\00i\00c\00-\00t\00h\00i\00s\00.\00t\00s\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/static-this.release.wat b/tests/compiler/static-this.release.wat index 2ff0178aaa..0f18b92259 100644 --- a/tests/compiler/static-this.release.wat +++ b/tests/compiler/static-this.release.wat @@ -1,6 +1,6 @@ (module (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\1c\00\00\00s\00t\00a\00t\00i\00c\00-\00t\00h\00i\00s\00.\00t\00s") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\1c\00\00\00s\00t\00a\00t\00i\00c\00-\00t\00h\00i\00s\00.\00t\00s") (export "memory" (memory $0)) ) diff --git a/tests/compiler/std/array-access.debug.wat b/tests/compiler/std/array-access.debug.wat index eecc85d753..4af7b6682a 100644 --- a/tests/compiler/std/array-access.debug.wat +++ b/tests/compiler/std/array-access.debug.wat @@ -15,10 +15,10 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33052)) (global $~lib/memory/__heap_base i32 (i32.const 33052)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 76) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 124) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 252) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 76) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $2 (i32.const 124) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 252) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/std/array-access.release.wat b/tests/compiler/std/array-access.release.wat index 4ce951aa01..be120ec5fd 100644 --- a/tests/compiler/std/array-access.release.wat +++ b/tests/compiler/std/array-access.release.wat @@ -5,16 +5,15 @@ (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34076)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1100) ",") - (data (i32.const 1112) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1148) "|") - (data (i32.const 1160) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") - (data (i32.const 1276) "\1c") - (data (i32.const 1288) "\02") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $1 (i32.const 1100) ",") + (data $1.1 (i32.const 1112) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $2 (i32.const 1148) "|") + (data $2.1 (i32.const 1160) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") + (data $3 (i32.const 1276) "\1c") + (data $3.1 (i32.const 1288) "\02") (table $0 1 1 funcref) - (elem $0 (i32.const 1)) (export "memory" (memory $0)) (export "i32ArrayArrayElementAccess" (func $export:std/array-access/i32ArrayArrayElementAccess)) (export "stringArrayPropertyAccess" (func $export:std/array-access/stringArrayPropertyAccess)) diff --git a/tests/compiler/std/array-literal.debug.wat b/tests/compiler/std/array-literal.debug.wat index c0b9e092c3..2874205105 100644 --- a/tests/compiler/std/array-literal.debug.wat +++ b/tests/compiler/std/array-literal.debug.wat @@ -38,24 +38,24 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33628)) (global $~lib/memory/__heap_base i32 (i32.const 33628)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\03\00\00\00\00\01\02\00\00\00\00\00\00\00\00\00") - (data (i32.const 44) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00 \00\00\00 \00\00\00\03\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 92) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00s\00t\00d\00/\00a\00r\00r\00a\00y\00-\00l\00i\00t\00e\00r\00a\00l\00.\00t\00s\00\00\00\00\00") - (data (i32.const 156) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 220) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 268) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00") - (data (i32.const 300) ",\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\10\00\00\00 \01\00\00 \01\00\00\0c\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 380) ",\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\10\00\00\00p\01\00\00p\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 428) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 492) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 560) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 592) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 620) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 672) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 700) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 764) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 816) "\n\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00B\08\00\00\02\t\00\00 \00\00\00\02A\00\00 \00\00\00\02A\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\03\00\00\00\00\01\02\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00 \00\00\00 \00\00\00\03\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 92) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00s\00t\00d\00/\00a\00r\00r\00a\00y\00-\00l\00i\00t\00e\00r\00a\00l\00.\00t\00s\00\00\00\00\00") + (data $3 (i32.const 156) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 220) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $5 (i32.const 268) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00") + (data $6 (i32.const 300) ",\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\10\00\00\00 \01\00\00 \01\00\00\0c\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 380) ",\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\10\00\00\00p\01\00\00p\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 428) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $10 (i32.const 492) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 560) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 592) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 620) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $14 (i32.const 672) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $15 (i32.const 700) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $16 (i32.const 764) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $17 (i32.const 816) "\n\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00B\08\00\00\02\t\00\00 \00\00\00\02A\00\00 \00\00\00\02A\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/std/array-literal.release.wat b/tests/compiler/std/array-literal.release.wat index 04aafd11ba..f62ec51b13 100644 --- a/tests/compiler/std/array-literal.release.wat +++ b/tests/compiler/std/array-literal.release.wat @@ -27,35 +27,35 @@ (global $std/array-literal/dynamicArrayRefWithCtor (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34652)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\01\00\00\00\03\00\00\00\00\01\02") - (data (i32.const 1068) ",") - (data (i32.const 1080) "\04\00\00\00\10\00\00\00 \04\00\00 \04\00\00\03\00\00\00\03") - (data (i32.const 1116) "<") - (data (i32.const 1128) "\02\00\00\00(\00\00\00s\00t\00d\00/\00a\00r\00r\00a\00y\00-\00l\00i\00t\00e\00r\00a\00l\00.\00t\00s") - (data (i32.const 1180) "<") - (data (i32.const 1192) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1244) ",") - (data (i32.const 1256) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1292) "\1c") - (data (i32.const 1304) "\01\00\00\00\0c\00\00\00\00\00\00\00\01\00\00\00\02") - (data (i32.const 1324) ",") - (data (i32.const 1336) "\05\00\00\00\10\00\00\00 \05\00\00 \05\00\00\0c\00\00\00\03") - (data (i32.const 1372) "\1c") - (data (i32.const 1384) "\01") - (data (i32.const 1404) ",") - (data (i32.const 1416) "\05\00\00\00\10\00\00\00p\05\00\00p\05") - (data (i32.const 1452) "<") - (data (i32.const 1464) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1516) "<") - (data (i32.const 1528) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1644) ",") - (data (i32.const 1656) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1724) "<") - (data (i32.const 1736) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1788) ",") - (data (i32.const 1800) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1840) "\n\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00B\08\00\00\02\t\00\00 \00\00\00\02A\00\00 \00\00\00\02A") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\01\00\00\00\03\00\00\00\00\01\02") + (data $1 (i32.const 1068) ",") + (data $1.1 (i32.const 1080) "\04\00\00\00\10\00\00\00 \04\00\00 \04\00\00\03\00\00\00\03") + (data $2 (i32.const 1116) "<") + (data $2.1 (i32.const 1128) "\02\00\00\00(\00\00\00s\00t\00d\00/\00a\00r\00r\00a\00y\00-\00l\00i\00t\00e\00r\00a\00l\00.\00t\00s") + (data $3 (i32.const 1180) "<") + (data $3.1 (i32.const 1192) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $4 (i32.const 1244) ",") + (data $4.1 (i32.const 1256) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $5 (i32.const 1292) "\1c") + (data $5.1 (i32.const 1304) "\01\00\00\00\0c\00\00\00\00\00\00\00\01\00\00\00\02") + (data $6 (i32.const 1324) ",") + (data $6.1 (i32.const 1336) "\05\00\00\00\10\00\00\00 \05\00\00 \05\00\00\0c\00\00\00\03") + (data $7 (i32.const 1372) "\1c") + (data $7.1 (i32.const 1384) "\01") + (data $8 (i32.const 1404) ",") + (data $8.1 (i32.const 1416) "\05\00\00\00\10\00\00\00p\05\00\00p\05") + (data $9 (i32.const 1452) "<") + (data $9.1 (i32.const 1464) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $10 (i32.const 1516) "<") + (data $10.1 (i32.const 1528) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $13 (i32.const 1644) ",") + (data $13.1 (i32.const 1656) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $15 (i32.const 1724) "<") + (data $15.1 (i32.const 1736) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $16 (i32.const 1788) ",") + (data $16.1 (i32.const 1800) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $17 (i32.const 1840) "\n\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00B\08\00\00\02\t\00\00 \00\00\00\02A\00\00 \00\00\00\02A") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/std/array.debug.wat b/tests/compiler/std/array.debug.wat index f5909023f3..7242a92bad 100644 --- a/tests/compiler/std/array.debug.wat +++ b/tests/compiler/std/array.debug.wat @@ -79,308 +79,308 @@ (global $~lib/memory/__heap_base i32 (i32.const 47936)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 60) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 172) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 240) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 272) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 300) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 364) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 416) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 444) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 508) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00s\00t\00d\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00") - (data (i32.const 556) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 620) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00b\00c\00\00\00\00\00\00\00") - (data (i32.const 652) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\01\02\03\04\05\00\00\00\00\00\00\00") - (data (i32.const 684) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\01\01\01\04\05\00\00\00\00\00\00\00") - (data (i32.const 716) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 748) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\01\01\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 780) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\01\01\00\02\02\00\00\00\00\00\00\00") - (data (i32.const 812) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\01\01\00\02\02\00\00\00\00\00\00\00") - (data (i32.const 844) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\ff\ff\ff\ff\ff\00\00\00\00\00\00\00") - (data (i32.const 876) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 924) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\01\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 972) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1020) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1068) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1116) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1164) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00") - (data (i32.const 1212) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\00?\00\00\80?\00\00\c0?\00\00 @\00\00@@\00\00\00\00\00\00\00\00") - (data (i32.const 1260) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\00?\00\00\80?\00\00\80?\00\00 @\00\00@@\00\00\00\00\00\00\00\00") - (data (i32.const 1308) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1356) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\80?\00\00\80?\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1404) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\80?\00\00\80?\00\00\00\00\00\00\00@\00\00\00@\00\00\00\00\00\00\00\00") - (data (i32.const 1452) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\80?\00\00\80?\00\00\00\00\00\00\00@\00\00\00@\00\00\00\00\00\00\00\00") - (data (i32.const 1500) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\80\bf\00\00\80\bf\00\00\80\bf\00\00\80\bf\00\00\80\bf\00\00\00\00\00\00\00\00") - (data (i32.const 1548) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\00\80\00\00\00\80\00\00\00\80\00\00\00\80\00\00\00\80\00\00\00\00\00\00\00\00") - (data (i32.const 1596) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00A\00r\00r\00a\00y\00 \00i\00s\00 \00e\00m\00p\00t\00y\00") - (data (i32.const 1644) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1692) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1724) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1756) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1804) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\04\00\00\00\05\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1852) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1900) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\04\00\00\00\05\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1948) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1996) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2044) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2092) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2140) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2188) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\04\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2236) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2284) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\04\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2332) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2380) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2428) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2476) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\04\00\00\00\05\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2524) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2572) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\04\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2620) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2668) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2716) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2764) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2812) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2860) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2908) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\03\00\00\00\05\00\00\00\07\00\00\00\t\00\00\00\0b\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2956) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\07\00\00\00\t\00\00\00\0b\00\00\00") - (data (i32.const 2988) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\07\00\00\00\t\00\00\00\00\00\00\00") - (data (i32.const 3020) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\05\00\00\00\07\00\00\00\t\00\00\00\0b\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3068) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\t\00\00\00\0b\00\00\00\00\00\00\00") - (data (i32.const 3100) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\07\00\00\00\t\00\00\00\00\00\00\00") - (data (i32.const 3132) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\07\00\00\00\t\00\00\00\00\00\00\00") - (data (i32.const 3164) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\00\01\02\03\00\00\00\00\00\00\00\00") - (data (i32.const 3196) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\01\02\03\04\05\06\07\00\00\00\00") - (data (i32.const 3228) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\11\00\00\00\00\01\02\03\04\05\06\07\08\t\n\0b\0c\r\0e\0f\10\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3276) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0e\00\00\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3324) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\07\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3372) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\12\00\00\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\07\00\08\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3420) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\00\00\c0\7f\00\00\00\00\00\00\00\00") - (data (i32.const 3452) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\00\00\00\00\00\f8\7f\00\00\00\00") - (data (i32.const 3484) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\02\00\00\00\05\00\00\00\t\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3532) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\00\00\c0\7f\00\00\00\00\00\00\00\00") - (data (i32.const 3564) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\00\00\00\00\00\f8\7f\00\00\00\00") - (data (i32.const 3596) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3644) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3692) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3724) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3772) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3804) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3852) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3900) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00") - (data (i32.const 3932) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00") - (data (i32.const 3964) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4012) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\03\00\00\00\04\00\00\00\00\00\00\00") - (data (i32.const 4044) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\05\00\00\00") - (data (i32.const 4076) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4124) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4156) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4204) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4252) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4284) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4332) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4380) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00") - (data (i32.const 4412) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") - (data (i32.const 4444) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4492) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4524) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4572) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4620) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4652) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4700) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4748) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4780) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4828) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4876) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4908) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4956) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5004) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5036) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5084) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5132) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5164) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5212) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5260) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5292) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5340) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5372) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5500) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5628) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5660) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5692) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5724) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5756) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5788) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5820) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5868) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\07\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5900) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\08\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5932) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5964) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\n\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5996) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\0b\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6028) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\0c\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6060) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\r\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6092) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\0e\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6124) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\0f\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6156) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\10\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6188) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\11\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6220) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\12\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6252) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\13\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6284) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\14\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6316) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\15\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6348) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\16\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6380) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\17\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6412) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\18\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6444) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\19\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6476) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006\00\00\00\00\00\00\00\00\00") - (data (i32.const 6604) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 6668) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6700) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\00") - (data (i32.const 7100) "\1c\04\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8156) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00") - (data (i32.const 8252) "\1c\00\00\00\00\00\00\00\00\00\00\00\11\00\00\00\08\00\00\00\1a\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8284) "\1c\00\00\00\00\00\00\00\00\00\00\00\12\00\00\00\08\00\00\00\1b\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8316) "\1c\00\00\00\00\00\00\00\00\00\00\00\13\00\00\00\08\00\00\00\1c\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8348) "\1c\00\00\00\00\00\00\00\00\00\00\00\13\00\00\00\08\00\00\00\1d\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8380) "\1c\00\00\00\00\00\00\00\00\00\00\00\13\00\00\00\08\00\00\00\1e\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8412) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\1f\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8444) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00 \00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8476) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00!\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8508) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\"\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8540) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00#\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8572) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00$\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8604) "\1c\00\00\00\00\00\00\00\00\00\00\00\15\00\00\00\08\00\00\00%\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8636) "\1c\00\00\00\00\00\00\00\00\00\00\00\15\00\00\00\08\00\00\00&\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8668) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00\'\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8700) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00(\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8732) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00)\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8764) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00*\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8796) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00+\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8828) "\1c\00\00\00\00\00\00\00\00\00\00\00\15\00\00\00\08\00\00\00,\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8860) "\1c\00\00\00\00\00\00\00\00\00\00\00\15\00\00\00\08\00\00\00-\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8892) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00.\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8924) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00/\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8956) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8988) "\bc\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\ac\00\00\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\000\001\002\003\004\005\006\007\008\009\00_\00-\00,\00.\00+\00/\00\\\00[\00]\00{\00}\00(\00)\00<\00>\00*\00&\00$\00%\00^\00@\00#\00!\00?\00") - (data (i32.const 9180) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\00\00\00@\00\00\80\bf\00\00\00\00") - (data (i32.const 9212) "\1c\00\00\00\00\00\00\00\00\00\00\00\18\00\00\00\08\00\00\001\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 9244) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\00\00\80\bf\00\00\00\00\00\00\00@") - (data (i32.const 9276) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00 \00\00\00\00\00\80?\00\00\c0\7f\00\00\80\ff\00\00\80?\00\00\00\00\00\00\80\bf\00\00\00\c0\00\00\80\7f\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 9340) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00 \00\00\00\00\00\80\ff\00\00\00\c0\00\00\80\bf\00\00\00\00\00\00\80?\00\00\80?\00\00\80\7f\00\00\c0\7f\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 9404) "\\\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00@\00\00\00\00\00\00\00\00\00\f0?\00\00\00\00\00\00\f8\7f\00\00\00\00\00\00\f0\ff\05\00\00\00\00\00\f0?\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f0\bf\00\00\00\00\00\00\00\c0\00\00\00\00\00\00\f0\7f\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 9500) "\1c\00\00\00\00\00\00\00\00\00\00\00\19\00\00\00\08\00\00\002\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 9532) "\\\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00@\00\00\00\00\00\00\00\00\00\f0\ff\00\00\00\00\00\00\00\c0\00\00\00\00\00\00\f0\bf\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f0?\05\00\00\00\00\00\f0?\00\00\00\00\00\00\f0\7f\00\00\00\00\00\00\f8\7f\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 9628) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\fe\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 9676) "\1c\00\00\00\00\00\00\00\00\00\00\00\1a\00\00\00\08\00\00\003\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 9708) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\fe\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 9756) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\ff\ff\ff\ff\fe\ff\ff\ff\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 9804) "\1c\00\00\00\00\00\00\00\00\00\00\00\1b\00\00\00\08\00\00\004\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 9836) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\fe\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00") - (data (i32.const 9884) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 9916) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 9948) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\02\00\00\00\01\00\00\00\00\00\00\00") - (data (i32.const 9980) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\03\00\00\00\02\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10028) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10076) "\1c\00\00\00\00\00\00\00\00\00\00\00\1a\00\00\00\08\00\00\005\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10108) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10140) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00") - (data (i32.const 10172) "\1c\00\00\00\00\00\00\00\00\00\00\00\1c\00\00\00\08\00\00\006\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10204) "\1c\00\00\00\00\00\00\00\00\00\00\00\1a\00\00\00\08\00\00\007\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10236) "\1c\00\00\00\00\00\00\00\00\00\00\00\1a\00\00\00\08\00\00\008\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10268) "\1c\00\00\00\00\00\00\00\00\00\00\00\1a\00\00\00\08\00\00\009\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10300) "\1c\00\00\00\00\00\00\00\00\00\00\00\1a\00\00\00\08\00\00\00:\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10332) "\1c\00\00\00\00\00\00\00\00\00\00\00\1e\00\00\00\08\00\00\00;\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10364) "\1c\00\00\00\00\00\00\00\00\00\00\00!\00\00\00\08\00\00\00<\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10396) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10428) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00b\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10460) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00a\00b\00\00\00\00\00\00\00\00\00") - (data (i32.const 10492) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00b\00a\00\00\00\00\00\00\00\00\00") - (data (i32.const 10524) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10556) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\1c\00\00\00\b0(\00\00\d0(\00\00\b0(\00\00\f0(\00\00\10)\00\000)\00\00\00\00\00\00") - (data (i32.const 10604) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\1c\00\00\000)\00\00\b0(\00\00\b0(\00\00\f0(\00\00\d0(\00\00\10)\00\00\00\00\00\00") - (data (i32.const 10652) "\1c\00\00\00\00\00\00\00\00\00\00\00#\00\00\00\08\00\00\00=\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10684) "\1c\00\00\00\00\00\00\00\00\00\00\00$\00\00\00\08\00\00\00>\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10716) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10748) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00t\00r\00u\00e\00\00\00\00\00") - (data (i32.const 10780) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00f\00a\00l\00s\00e\00\00\00") - (data (i32.const 10812) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00,\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10844) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00t\00r\00u\00e\00,\00f\00a\00l\00s\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 10892) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\01\00\00\00\fe\ff\ff\ff\fd\ff\ff\ff") - (data (i32.const 10924) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\001\00-\002\00-\003\00\00\00") - (data (i32.const 10956) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") - (data (i32.const 10988) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00-\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11020) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\00\00\80\00\00\00\80\00\00\00\00") - (data (i32.const 11052) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00_\00_\00\00\00\00\00\00\00\00\00") - (data (i32.const 11084) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\00-\002\001\004\007\004\008\003\006\004\008\00_\00_\00-\002\001\004\007\004\008\003\006\004\008\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11164) "L\00\00\00\00\00\00\00\00\00\00\00\01\00\00\000\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00\c0\00\00\00\00\00\00\f8\7f\00\00\00\00\00\00\f0\ff\00\00\00\00\00\00\f0\7f\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11244) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00,\00 \00\00\00\00\00\00\00\00\00") - (data (i32.const 11276) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\00.\000\00\00\00\00\00\00\00") - (data (i32.const 11308) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00N\00a\00N\00\00\00\00\00\00\00") - (data (i32.const 11340) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11388) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11440) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11496) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\00\00\00[\00o\00b\00j\00e\00c\00t\00 \00O\00b\00j\00e\00c\00t\00]\00,\00[\00o\00b\00j\00e\00c\00t\00 \00O\00b\00j\00e\00c\00t\00]\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12844) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12876) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12908) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00") - (data (i32.const 12940) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12988) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\00,\002\00\00\00\00\00\00\00") - (data (i32.const 13020) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\000\00,\001\00,\002\00,\003\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13068) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\03\00\00\00\01\ff\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13100) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\00,\00-\001\00,\000\00") - (data (i32.const 13132) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\03\00\00\00\80\81\80\00\00\00\00\00\00\00\00\00") - (data (i32.const 13164) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00-\001\002\008\00,\00-\001\002\007\00,\00-\001\002\008\00") - (data (i32.const 13212) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\06\00\00\00\01\00\ff\ff\00\00\00\00\00\00\00\00") - (data (i32.const 13244) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\001\00,\006\005\005\003\005\00,\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13292) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\00\80\01\ff\00\00\00\00\00\00\00\00") - (data (i32.const 13324) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00-\003\002\007\006\008\00,\00-\002\005\005\00\00\00\00\00\00\00") - (data (i32.const 13372) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\00\00\80\80\ff\ff\ff\00\00\00\00") - (data (i32.const 13404) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00-\002\001\004\007\004\008\003\006\004\008\00,\00-\001\002\008\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13468) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\18\00\00\00\01\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13516) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\001\00,\001\008\004\004\006\007\004\004\000\007\003\007\000\009\005\005\001\006\001\005\00,\000\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13596) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff@Eu\c3*\9d\fb\ff\00\00\00\00\00\00\00\80\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\7f\00\00\00\00") - (data (i32.const 13660) "\9c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00~\00\00\00-\001\00,\00-\001\002\003\004\005\006\007\008\009\000\001\002\003\004\005\006\00,\00-\009\002\002\003\003\007\002\000\003\006\008\005\004\007\007\005\008\000\008\00,\000\00,\009\002\002\003\003\007\002\000\003\006\008\005\004\007\007\005\008\000\007\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13820) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\1c\00\00\000)\00\00\b0(\00\00\b0(\00\00\f0(\00\00\d0(\00\00\10)\00\00\00\00\00\00") - (data (i32.const 13868) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00,\00a\00,\00a\00,\00a\00b\00,\00b\00,\00b\00a\00,\00\00\00") - (data (i32.const 13916) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\002\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13948) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\004\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13980) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\001\00\00p6\00\00\00\00\00\00\906\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14028) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\00,\002\00,\00,\004\00") - (data (i32.const 14060) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00") - (data (i32.const 14092) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\03\00\00\00\04\00\00\00\00\00\00\00") - (data (i32.const 14124) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\001\00,\002\00,\003\00,\004\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14172) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\01\02\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14204) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03\04\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14236) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14268) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14300) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") - (data (i32.const 14332) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00") - (data (i32.const 14364) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00") - (data (i32.const 14396) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00o\00n\00e\00\00\00\00\00\00\00") - (data (i32.const 14428) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00P8\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14460) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00t\00w\00o\00\00\00\00\00\00\00") - (data (i32.const 14492) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00t\00h\00r\00e\00e\00\00\00") - (data (i32.const 14524) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\908\00\00\00\00\00\00\b08\00\00") - (data (i32.const 14556) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00f\00o\00u\00r\00\00\00\00\00") - (data (i32.const 14588) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00f\00i\00v\00e\00\00\00\00\00") - (data (i32.const 14620) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00s\00i\00x\00\00\00\00\00\00\00") - (data (i32.const 14652) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\f08\00\00\109\00\0009\00\00") - (data (i32.const 14684) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00s\00e\00v\00e\00n\00\00\00") - (data (i32.const 14716) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00p9\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14748) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00 \00\00\00P8\00\00\908\00\00\00\00\00\00\b08\00\00\f08\00\00\109\00\0009\00\00p9\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14812) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14844) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14876) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14908) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14940) "\1c\00\00\00\00\00\00\00\00\00\00\00.\00\00\00\08\00\00\00?\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14976) "/\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00 \00\00\00A\00\00\00B\00\00\00\02\01\00\00\02\19\00\00\02A\00\00\82\00\00\00\02\1a\00\00\02a\00\00\00\00\00\00\00\00\00\00\02A\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\02A\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\02A\00\00\00\00\00\00 \00\00\00\02A\00\00\00\00\00\00\02a\00\00\00\00\00\00\00\00\00\00B\00\00\00B\08\00\00\82\08\00\00\02\02\00\00\02\n\00\00\02A\00\00\02A\00\00\02A\00\00\02A\00\00\00\00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $1 (i32.const 60) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $2 (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $3 (i32.const 172) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 240) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 272) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 300) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 364) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 416) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 444) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 508) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00s\00t\00d\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00") + (data $11 (i32.const 556) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") + (data $12 (i32.const 620) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00b\00c\00\00\00\00\00\00\00") + (data $13 (i32.const 652) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\01\02\03\04\05\00\00\00\00\00\00\00") + (data $14 (i32.const 684) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\01\01\01\04\05\00\00\00\00\00\00\00") + (data $15 (i32.const 716) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $16 (i32.const 748) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\01\01\00\00\00\00\00\00\00\00\00\00") + (data $17 (i32.const 780) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\01\01\00\02\02\00\00\00\00\00\00\00") + (data $18 (i32.const 812) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\01\01\00\02\02\00\00\00\00\00\00\00") + (data $19 (i32.const 844) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\ff\ff\ff\ff\ff\00\00\00\00\00\00\00") + (data $20 (i32.const 876) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $21 (i32.const 924) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\01\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $22 (i32.const 972) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $23 (i32.const 1020) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $24 (i32.const 1068) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $25 (i32.const 1116) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $26 (i32.const 1164) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00") + (data $27 (i32.const 1212) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\00?\00\00\80?\00\00\c0?\00\00 @\00\00@@\00\00\00\00\00\00\00\00") + (data $28 (i32.const 1260) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\00?\00\00\80?\00\00\80?\00\00 @\00\00@@\00\00\00\00\00\00\00\00") + (data $29 (i32.const 1308) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $30 (i32.const 1356) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\80?\00\00\80?\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $31 (i32.const 1404) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\80?\00\00\80?\00\00\00\00\00\00\00@\00\00\00@\00\00\00\00\00\00\00\00") + (data $32 (i32.const 1452) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\80?\00\00\80?\00\00\00\00\00\00\00@\00\00\00@\00\00\00\00\00\00\00\00") + (data $33 (i32.const 1500) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\80\bf\00\00\80\bf\00\00\80\bf\00\00\80\bf\00\00\80\bf\00\00\00\00\00\00\00\00") + (data $34 (i32.const 1548) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\00\80\00\00\00\80\00\00\00\80\00\00\00\80\00\00\00\80\00\00\00\00\00\00\00\00") + (data $35 (i32.const 1596) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00A\00r\00r\00a\00y\00 \00i\00s\00 \00e\00m\00p\00t\00y\00") + (data $36 (i32.const 1644) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $37 (i32.const 1692) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $38 (i32.const 1724) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $39 (i32.const 1756) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $40 (i32.const 1804) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\04\00\00\00\05\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $41 (i32.const 1852) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $42 (i32.const 1900) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\04\00\00\00\05\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $43 (i32.const 1948) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $44 (i32.const 1996) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $45 (i32.const 2044) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $46 (i32.const 2092) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $47 (i32.const 2140) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $48 (i32.const 2188) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\04\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $49 (i32.const 2236) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $50 (i32.const 2284) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\04\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $51 (i32.const 2332) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $52 (i32.const 2380) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $53 (i32.const 2428) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $54 (i32.const 2476) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\04\00\00\00\05\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $55 (i32.const 2524) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $56 (i32.const 2572) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\04\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $57 (i32.const 2620) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $58 (i32.const 2668) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $59 (i32.const 2716) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $60 (i32.const 2764) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $61 (i32.const 2812) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $62 (i32.const 2860) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $63 (i32.const 2908) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\03\00\00\00\05\00\00\00\07\00\00\00\t\00\00\00\0b\00\00\00\00\00\00\00\00\00\00\00") + (data $64 (i32.const 2956) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\07\00\00\00\t\00\00\00\0b\00\00\00") + (data $65 (i32.const 2988) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\07\00\00\00\t\00\00\00\00\00\00\00") + (data $66 (i32.const 3020) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\05\00\00\00\07\00\00\00\t\00\00\00\0b\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $67 (i32.const 3068) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\t\00\00\00\0b\00\00\00\00\00\00\00") + (data $68 (i32.const 3100) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\07\00\00\00\t\00\00\00\00\00\00\00") + (data $69 (i32.const 3132) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\07\00\00\00\t\00\00\00\00\00\00\00") + (data $70 (i32.const 3164) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\00\01\02\03\00\00\00\00\00\00\00\00") + (data $71 (i32.const 3196) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\01\02\03\04\05\06\07\00\00\00\00") + (data $72 (i32.const 3228) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\11\00\00\00\00\01\02\03\04\05\06\07\08\t\n\0b\0c\r\0e\0f\10\00\00\00\00\00\00\00\00\00\00\00") + (data $73 (i32.const 3276) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0e\00\00\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $74 (i32.const 3324) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\07\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $75 (i32.const 3372) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\12\00\00\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\07\00\08\00\00\00\00\00\00\00\00\00\00\00") + (data $76 (i32.const 3420) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\00\00\c0\7f\00\00\00\00\00\00\00\00") + (data $77 (i32.const 3452) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\00\00\00\00\00\f8\7f\00\00\00\00") + (data $78 (i32.const 3484) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\02\00\00\00\05\00\00\00\t\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $79 (i32.const 3532) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\00\00\c0\7f\00\00\00\00\00\00\00\00") + (data $80 (i32.const 3564) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\00\00\00\00\00\f8\7f\00\00\00\00") + (data $81 (i32.const 3596) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $82 (i32.const 3644) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $83 (i32.const 3692) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $84 (i32.const 3724) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $85 (i32.const 3772) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $86 (i32.const 3804) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $87 (i32.const 3852) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $88 (i32.const 3900) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00") + (data $89 (i32.const 3932) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00") + (data $90 (i32.const 3964) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $91 (i32.const 4012) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\03\00\00\00\04\00\00\00\00\00\00\00") + (data $92 (i32.const 4044) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\05\00\00\00") + (data $93 (i32.const 4076) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $94 (i32.const 4124) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $95 (i32.const 4156) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $96 (i32.const 4204) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $97 (i32.const 4252) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $98 (i32.const 4284) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $99 (i32.const 4332) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $100 (i32.const 4380) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00") + (data $101 (i32.const 4412) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") + (data $102 (i32.const 4444) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $103 (i32.const 4492) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00") + (data $104 (i32.const 4524) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $105 (i32.const 4572) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $106 (i32.const 4620) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $107 (i32.const 4652) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $108 (i32.const 4700) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $109 (i32.const 4748) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $110 (i32.const 4780) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $111 (i32.const 4828) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $112 (i32.const 4876) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $113 (i32.const 4908) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $114 (i32.const 4956) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $115 (i32.const 5004) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $116 (i32.const 5036) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $117 (i32.const 5084) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $118 (i32.const 5132) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $119 (i32.const 5164) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $120 (i32.const 5212) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $121 (i32.const 5260) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $122 (i32.const 5292) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $123 (i32.const 5340) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $124 (i32.const 5372) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $125 (i32.const 5500) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $126 (i32.const 5628) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $127 (i32.const 5660) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $128 (i32.const 5692) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") + (data $129 (i32.const 5724) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00") + (data $130 (i32.const 5756) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $131 (i32.const 5788) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00") + (data $132 (i32.const 5820) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $133 (i32.const 5868) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\07\00\00\00\00\00\00\00\00\00\00\00") + (data $134 (i32.const 5900) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\08\00\00\00\00\00\00\00\00\00\00\00") + (data $135 (i32.const 5932) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") + (data $136 (i32.const 5964) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\n\00\00\00\00\00\00\00\00\00\00\00") + (data $137 (i32.const 5996) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\0b\00\00\00\00\00\00\00\00\00\00\00") + (data $138 (i32.const 6028) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\0c\00\00\00\00\00\00\00\00\00\00\00") + (data $139 (i32.const 6060) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\r\00\00\00\00\00\00\00\00\00\00\00") + (data $140 (i32.const 6092) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\0e\00\00\00\00\00\00\00\00\00\00\00") + (data $141 (i32.const 6124) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\0f\00\00\00\00\00\00\00\00\00\00\00") + (data $142 (i32.const 6156) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\10\00\00\00\00\00\00\00\00\00\00\00") + (data $143 (i32.const 6188) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\11\00\00\00\00\00\00\00\00\00\00\00") + (data $144 (i32.const 6220) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\12\00\00\00\00\00\00\00\00\00\00\00") + (data $145 (i32.const 6252) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\13\00\00\00\00\00\00\00\00\00\00\00") + (data $146 (i32.const 6284) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\14\00\00\00\00\00\00\00\00\00\00\00") + (data $147 (i32.const 6316) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\15\00\00\00\00\00\00\00\00\00\00\00") + (data $148 (i32.const 6348) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\16\00\00\00\00\00\00\00\00\00\00\00") + (data $149 (i32.const 6380) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\17\00\00\00\00\00\00\00\00\00\00\00") + (data $150 (i32.const 6412) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\18\00\00\00\00\00\00\00\00\00\00\00") + (data $151 (i32.const 6444) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\19\00\00\00\00\00\00\00\00\00\00\00") + (data $152 (i32.const 6476) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006\00\00\00\00\00\00\00\00\00") + (data $153 (i32.const 6604) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") + (data $154 (i32.const 6668) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\000\00\00\00\00\00\00\00\00\00\00\00") + (data $155 (i32.const 6700) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\00") + (data $156 (i32.const 7100) "\1c\04\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $157 (i32.const 8156) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00") + (data $158 (i32.const 8252) "\1c\00\00\00\00\00\00\00\00\00\00\00\11\00\00\00\08\00\00\00\1a\00\00\00\00\00\00\00\00\00\00\00") + (data $159 (i32.const 8284) "\1c\00\00\00\00\00\00\00\00\00\00\00\12\00\00\00\08\00\00\00\1b\00\00\00\00\00\00\00\00\00\00\00") + (data $160 (i32.const 8316) "\1c\00\00\00\00\00\00\00\00\00\00\00\13\00\00\00\08\00\00\00\1c\00\00\00\00\00\00\00\00\00\00\00") + (data $161 (i32.const 8348) "\1c\00\00\00\00\00\00\00\00\00\00\00\13\00\00\00\08\00\00\00\1d\00\00\00\00\00\00\00\00\00\00\00") + (data $162 (i32.const 8380) "\1c\00\00\00\00\00\00\00\00\00\00\00\13\00\00\00\08\00\00\00\1e\00\00\00\00\00\00\00\00\00\00\00") + (data $163 (i32.const 8412) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\1f\00\00\00\00\00\00\00\00\00\00\00") + (data $164 (i32.const 8444) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00 \00\00\00\00\00\00\00\00\00\00\00") + (data $165 (i32.const 8476) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00!\00\00\00\00\00\00\00\00\00\00\00") + (data $166 (i32.const 8508) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\"\00\00\00\00\00\00\00\00\00\00\00") + (data $167 (i32.const 8540) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00#\00\00\00\00\00\00\00\00\00\00\00") + (data $168 (i32.const 8572) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00$\00\00\00\00\00\00\00\00\00\00\00") + (data $169 (i32.const 8604) "\1c\00\00\00\00\00\00\00\00\00\00\00\15\00\00\00\08\00\00\00%\00\00\00\00\00\00\00\00\00\00\00") + (data $170 (i32.const 8636) "\1c\00\00\00\00\00\00\00\00\00\00\00\15\00\00\00\08\00\00\00&\00\00\00\00\00\00\00\00\00\00\00") + (data $171 (i32.const 8668) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00\'\00\00\00\00\00\00\00\00\00\00\00") + (data $172 (i32.const 8700) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00(\00\00\00\00\00\00\00\00\00\00\00") + (data $173 (i32.const 8732) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00)\00\00\00\00\00\00\00\00\00\00\00") + (data $174 (i32.const 8764) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00*\00\00\00\00\00\00\00\00\00\00\00") + (data $175 (i32.const 8796) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00+\00\00\00\00\00\00\00\00\00\00\00") + (data $176 (i32.const 8828) "\1c\00\00\00\00\00\00\00\00\00\00\00\15\00\00\00\08\00\00\00,\00\00\00\00\00\00\00\00\00\00\00") + (data $177 (i32.const 8860) "\1c\00\00\00\00\00\00\00\00\00\00\00\15\00\00\00\08\00\00\00-\00\00\00\00\00\00\00\00\00\00\00") + (data $178 (i32.const 8892) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00.\00\00\00\00\00\00\00\00\00\00\00") + (data $179 (i32.const 8924) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00/\00\00\00\00\00\00\00\00\00\00\00") + (data $180 (i32.const 8956) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\000\00\00\00\00\00\00\00\00\00\00\00") + (data $181 (i32.const 8988) "\bc\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\ac\00\00\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\000\001\002\003\004\005\006\007\008\009\00_\00-\00,\00.\00+\00/\00\\\00[\00]\00{\00}\00(\00)\00<\00>\00*\00&\00$\00%\00^\00@\00#\00!\00?\00") + (data $182 (i32.const 9180) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\00\00\00@\00\00\80\bf\00\00\00\00") + (data $183 (i32.const 9212) "\1c\00\00\00\00\00\00\00\00\00\00\00\18\00\00\00\08\00\00\001\00\00\00\00\00\00\00\00\00\00\00") + (data $184 (i32.const 9244) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\00\00\80\bf\00\00\00\00\00\00\00@") + (data $185 (i32.const 9276) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00 \00\00\00\00\00\80?\00\00\c0\7f\00\00\80\ff\00\00\80?\00\00\00\00\00\00\80\bf\00\00\00\c0\00\00\80\7f\00\00\00\00\00\00\00\00\00\00\00\00") + (data $186 (i32.const 9340) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00 \00\00\00\00\00\80\ff\00\00\00\c0\00\00\80\bf\00\00\00\00\00\00\80?\00\00\80?\00\00\80\7f\00\00\c0\7f\00\00\00\00\00\00\00\00\00\00\00\00") + (data $187 (i32.const 9404) "\\\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00@\00\00\00\00\00\00\00\00\00\f0?\00\00\00\00\00\00\f8\7f\00\00\00\00\00\00\f0\ff\05\00\00\00\00\00\f0?\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f0\bf\00\00\00\00\00\00\00\c0\00\00\00\00\00\00\f0\7f\00\00\00\00\00\00\00\00\00\00\00\00") + (data $188 (i32.const 9500) "\1c\00\00\00\00\00\00\00\00\00\00\00\19\00\00\00\08\00\00\002\00\00\00\00\00\00\00\00\00\00\00") + (data $189 (i32.const 9532) "\\\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00@\00\00\00\00\00\00\00\00\00\f0\ff\00\00\00\00\00\00\00\c0\00\00\00\00\00\00\f0\bf\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f0?\05\00\00\00\00\00\f0?\00\00\00\00\00\00\f0\7f\00\00\00\00\00\00\f8\7f\00\00\00\00\00\00\00\00\00\00\00\00") + (data $190 (i32.const 9628) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\fe\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $191 (i32.const 9676) "\1c\00\00\00\00\00\00\00\00\00\00\00\1a\00\00\00\08\00\00\003\00\00\00\00\00\00\00\00\00\00\00") + (data $192 (i32.const 9708) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\fe\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $193 (i32.const 9756) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\ff\ff\ff\ff\fe\ff\ff\ff\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $194 (i32.const 9804) "\1c\00\00\00\00\00\00\00\00\00\00\00\1b\00\00\00\08\00\00\004\00\00\00\00\00\00\00\00\00\00\00") + (data $195 (i32.const 9836) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\fe\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00") + (data $196 (i32.const 9884) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $197 (i32.const 9916) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $198 (i32.const 9948) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\02\00\00\00\01\00\00\00\00\00\00\00") + (data $199 (i32.const 9980) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\03\00\00\00\02\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $200 (i32.const 10028) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $201 (i32.const 10076) "\1c\00\00\00\00\00\00\00\00\00\00\00\1a\00\00\00\08\00\00\005\00\00\00\00\00\00\00\00\00\00\00") + (data $202 (i32.const 10108) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $203 (i32.const 10140) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00") + (data $204 (i32.const 10172) "\1c\00\00\00\00\00\00\00\00\00\00\00\1c\00\00\00\08\00\00\006\00\00\00\00\00\00\00\00\00\00\00") + (data $205 (i32.const 10204) "\1c\00\00\00\00\00\00\00\00\00\00\00\1a\00\00\00\08\00\00\007\00\00\00\00\00\00\00\00\00\00\00") + (data $206 (i32.const 10236) "\1c\00\00\00\00\00\00\00\00\00\00\00\1a\00\00\00\08\00\00\008\00\00\00\00\00\00\00\00\00\00\00") + (data $207 (i32.const 10268) "\1c\00\00\00\00\00\00\00\00\00\00\00\1a\00\00\00\08\00\00\009\00\00\00\00\00\00\00\00\00\00\00") + (data $208 (i32.const 10300) "\1c\00\00\00\00\00\00\00\00\00\00\00\1a\00\00\00\08\00\00\00:\00\00\00\00\00\00\00\00\00\00\00") + (data $209 (i32.const 10332) "\1c\00\00\00\00\00\00\00\00\00\00\00\1e\00\00\00\08\00\00\00;\00\00\00\00\00\00\00\00\00\00\00") + (data $210 (i32.const 10364) "\1c\00\00\00\00\00\00\00\00\00\00\00!\00\00\00\08\00\00\00<\00\00\00\00\00\00\00\00\00\00\00") + (data $211 (i32.const 10396) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") + (data $212 (i32.const 10428) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00b\00\00\00\00\00\00\00\00\00\00\00") + (data $213 (i32.const 10460) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00a\00b\00\00\00\00\00\00\00\00\00") + (data $214 (i32.const 10492) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00b\00a\00\00\00\00\00\00\00\00\00") + (data $215 (i32.const 10524) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $216 (i32.const 10556) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\1c\00\00\00\b0(\00\00\d0(\00\00\b0(\00\00\f0(\00\00\10)\00\000)\00\00\00\00\00\00") + (data $217 (i32.const 10604) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\1c\00\00\000)\00\00\b0(\00\00\b0(\00\00\f0(\00\00\d0(\00\00\10)\00\00\00\00\00\00") + (data $218 (i32.const 10652) "\1c\00\00\00\00\00\00\00\00\00\00\00#\00\00\00\08\00\00\00=\00\00\00\00\00\00\00\00\00\00\00") + (data $219 (i32.const 10684) "\1c\00\00\00\00\00\00\00\00\00\00\00$\00\00\00\08\00\00\00>\00\00\00\00\00\00\00\00\00\00\00") + (data $220 (i32.const 10716) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $221 (i32.const 10748) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00t\00r\00u\00e\00\00\00\00\00") + (data $222 (i32.const 10780) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00f\00a\00l\00s\00e\00\00\00") + (data $223 (i32.const 10812) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00,\00\00\00\00\00\00\00\00\00\00\00") + (data $224 (i32.const 10844) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00t\00r\00u\00e\00,\00f\00a\00l\00s\00e\00\00\00\00\00\00\00\00\00") + (data $225 (i32.const 10892) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\01\00\00\00\fe\ff\ff\ff\fd\ff\ff\ff") + (data $226 (i32.const 10924) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\001\00-\002\00-\003\00\00\00") + (data $227 (i32.const 10956) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") + (data $228 (i32.const 10988) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00-\00\00\00\00\00\00\00\00\00\00\00") + (data $229 (i32.const 11020) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\00\00\80\00\00\00\80\00\00\00\00") + (data $230 (i32.const 11052) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00_\00_\00\00\00\00\00\00\00\00\00") + (data $231 (i32.const 11084) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\00-\002\001\004\007\004\008\003\006\004\008\00_\00_\00-\002\001\004\007\004\008\003\006\004\008\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $232 (i32.const 11164) "L\00\00\00\00\00\00\00\00\00\00\00\01\00\00\000\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00\c0\00\00\00\00\00\00\f8\7f\00\00\00\00\00\00\f0\ff\00\00\00\00\00\00\f0\7f\00\00\00\00\00\00\00\00\00\00\00\00") + (data $233 (i32.const 11244) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00,\00 \00\00\00\00\00\00\00\00\00") + (data $234 (i32.const 11276) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\00.\000\00\00\00\00\00\00\00") + (data $235 (i32.const 11308) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00N\00a\00N\00\00\00\00\00\00\00") + (data $236 (i32.const 11340) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00") + (data $237 (i32.const 11388) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $238 (i32.const 11440) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $239 (i32.const 11496) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\00\00\00[\00o\00b\00j\00e\00c\00t\00 \00O\00b\00j\00e\00c\00t\00]\00,\00[\00o\00b\00j\00e\00c\00t\00 \00O\00b\00j\00e\00c\00t\00]\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $248 (i32.const 12844) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $249 (i32.const 12876) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $250 (i32.const 12908) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00") + (data $251 (i32.const 12940) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $252 (i32.const 12988) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\00,\002\00\00\00\00\00\00\00") + (data $253 (i32.const 13020) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\000\00,\001\00,\002\00,\003\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $254 (i32.const 13068) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\03\00\00\00\01\ff\00\00\00\00\00\00\00\00\00\00") + (data $255 (i32.const 13100) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\00,\00-\001\00,\000\00") + (data $256 (i32.const 13132) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\03\00\00\00\80\81\80\00\00\00\00\00\00\00\00\00") + (data $257 (i32.const 13164) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00-\001\002\008\00,\00-\001\002\007\00,\00-\001\002\008\00") + (data $258 (i32.const 13212) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\06\00\00\00\01\00\ff\ff\00\00\00\00\00\00\00\00") + (data $259 (i32.const 13244) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\001\00,\006\005\005\003\005\00,\000\00\00\00\00\00\00\00\00\00\00\00") + (data $260 (i32.const 13292) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\00\80\01\ff\00\00\00\00\00\00\00\00") + (data $261 (i32.const 13324) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00-\003\002\007\006\008\00,\00-\002\005\005\00\00\00\00\00\00\00") + (data $262 (i32.const 13372) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\00\00\80\80\ff\ff\ff\00\00\00\00") + (data $263 (i32.const 13404) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00-\002\001\004\007\004\008\003\006\004\008\00,\00-\001\002\008\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $264 (i32.const 13468) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\18\00\00\00\01\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\00\00\00\00") + (data $265 (i32.const 13516) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\001\00,\001\008\004\004\006\007\004\004\000\007\003\007\000\009\005\005\001\006\001\005\00,\000\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $266 (i32.const 13596) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff@Eu\c3*\9d\fb\ff\00\00\00\00\00\00\00\80\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\7f\00\00\00\00") + (data $267 (i32.const 13660) "\9c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00~\00\00\00-\001\00,\00-\001\002\003\004\005\006\007\008\009\000\001\002\003\004\005\006\00,\00-\009\002\002\003\003\007\002\000\003\006\008\005\004\007\007\005\008\000\008\00,\000\00,\009\002\002\003\003\007\002\000\003\006\008\005\004\007\007\005\008\000\007\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $268 (i32.const 13820) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\1c\00\00\000)\00\00\b0(\00\00\b0(\00\00\f0(\00\00\d0(\00\00\10)\00\00\00\00\00\00") + (data $269 (i32.const 13868) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00,\00a\00,\00a\00,\00a\00b\00,\00b\00,\00b\00a\00,\00\00\00") + (data $270 (i32.const 13916) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\002\00\00\00\00\00\00\00\00\00\00\00") + (data $271 (i32.const 13948) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\004\00\00\00\00\00\00\00\00\00\00\00") + (data $272 (i32.const 13980) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\001\00\00p6\00\00\00\00\00\00\906\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $273 (i32.const 14028) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\00,\002\00,\00,\004\00") + (data $274 (i32.const 14060) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00") + (data $275 (i32.const 14092) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\03\00\00\00\04\00\00\00\00\00\00\00") + (data $276 (i32.const 14124) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\001\00,\002\00,\003\00,\004\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $277 (i32.const 14172) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\01\02\00\00\00\00\00\00\00\00\00\00") + (data $278 (i32.const 14204) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03\04\00\00\00\00\00\00\00\00\00\00") + (data $279 (i32.const 14236) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $280 (i32.const 14268) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $281 (i32.const 14300) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") + (data $282 (i32.const 14332) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00") + (data $283 (i32.const 14364) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00") + (data $284 (i32.const 14396) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00o\00n\00e\00\00\00\00\00\00\00") + (data $285 (i32.const 14428) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00P8\00\00\00\00\00\00\00\00\00\00") + (data $286 (i32.const 14460) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00t\00w\00o\00\00\00\00\00\00\00") + (data $287 (i32.const 14492) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00t\00h\00r\00e\00e\00\00\00") + (data $288 (i32.const 14524) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\908\00\00\00\00\00\00\b08\00\00") + (data $289 (i32.const 14556) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00f\00o\00u\00r\00\00\00\00\00") + (data $290 (i32.const 14588) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00f\00i\00v\00e\00\00\00\00\00") + (data $291 (i32.const 14620) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00s\00i\00x\00\00\00\00\00\00\00") + (data $292 (i32.const 14652) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\f08\00\00\109\00\0009\00\00") + (data $293 (i32.const 14684) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00s\00e\00v\00e\00n\00\00\00") + (data $294 (i32.const 14716) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00p9\00\00\00\00\00\00\00\00\00\00") + (data $295 (i32.const 14748) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00 \00\00\00P8\00\00\908\00\00\00\00\00\00\b08\00\00\f08\00\00\109\00\0009\00\00p9\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $296 (i32.const 14812) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $297 (i32.const 14844) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $298 (i32.const 14876) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $299 (i32.const 14908) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $300 (i32.const 14940) "\1c\00\00\00\00\00\00\00\00\00\00\00.\00\00\00\08\00\00\00?\00\00\00\00\00\00\00\00\00\00\00") + (data $301 (i32.const 14976) "/\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00 \00\00\00A\00\00\00B\00\00\00\02\01\00\00\02\19\00\00\02A\00\00\82\00\00\00\02\1a\00\00\02a\00\00\00\00\00\00\00\00\00\00\02A\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\02A\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\02A\00\00\00\00\00\00 \00\00\00\02A\00\00\00\00\00\00\02a\00\00\00\00\00\00\00\00\00\00B\00\00\00B\08\00\00\82\08\00\00\02\02\00\00\02\n\00\00\02A\00\00\02A\00\00\02A\00\00\02A\00\00\00\00\00\00") (table $0 64 64 funcref) (elem $0 (i32.const 1) $start:std/array~anonymous|0 $start:std/array~anonymous|1 $start:std/array~anonymous|2 $start:std/array~anonymous|3 $start:std/array~anonymous|4 $start:std/array~anonymous|5 $start:std/array~anonymous|6 $start:std/array~anonymous|7 $start:std/array~anonymous|8 $start:std/array~anonymous|9 $start:std/array~anonymous|10 $start:std/array~anonymous|11 $start:std/array~anonymous|12 $start:std/array~anonymous|13 $start:std/array~anonymous|14 $start:std/array~anonymous|15 $start:std/array~anonymous|16 $start:std/array~anonymous|17 $start:std/array~anonymous|18 $start:std/array~anonymous|19 $start:std/array~anonymous|20 $start:std/array~anonymous|21 $start:std/array~anonymous|22 $start:std/array~anonymous|23 $start:std/array~anonymous|24 $start:std/array~anonymous|25 $start:std/array~anonymous|26 $start:std/array~anonymous|27 $start:std/array~anonymous|28 $start:std/array~anonymous|29 $start:std/array~anonymous|30 $start:std/array~anonymous|31 $start:std/array~anonymous|32 $start:std/array~anonymous|33 $start:std/array~anonymous|34 $start:std/array~anonymous|35 $start:std/array~anonymous|36 $start:std/array~anonymous|37 $start:std/array~anonymous|38 $start:std/array~anonymous|39 $start:std/array~anonymous|40 $start:std/array~anonymous|41 $start:std/array~anonymous|42 $start:std/array~anonymous|43 $start:std/array~anonymous|44 $start:std/array~anonymous|45 $start:std/array~anonymous|46 $start:std/array~anonymous|47 $~lib/util/sort/COMPARATOR~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|1 $std/array/assertStableSortedForComplexObjects~anonymous|0 $start:std/array~anonymous|48 $start:std/array~anonymous|49 $start:std/array~anonymous|50 $start:std/array~anonymous|51 $start:std/array~anonymous|52 $start:std/array~anonymous|53 $~lib/util/sort/COMPARATOR<~lib/string/String|null>~anonymous|0 $~lib/util/sort/COMPARATOR<~lib/string/String>~anonymous|0 $start:std/array~anonymous|54) (export "memory" (memory $0)) diff --git a/tests/compiler/std/array.release.wat b/tests/compiler/std/array.release.wat index 2e9e595614..953facc96e 100644 --- a/tests/compiler/std/array.release.wat +++ b/tests/compiler/std/array.release.wat @@ -53,608 +53,608 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 48960)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1084) ",") - (data (i32.const 1096) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1132) "<") - (data (i32.const 1144) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1196) "<") - (data (i32.const 1208) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1324) "<") - (data (i32.const 1336) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1388) ",") - (data (i32.const 1400) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1468) "<") - (data (i32.const 1480) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1532) ",") - (data (i32.const 1544) "\02\00\00\00\18\00\00\00s\00t\00d\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1580) "<") - (data (i32.const 1592) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") - (data (i32.const 1644) "\1c") - (data (i32.const 1656) "\02\00\00\00\06\00\00\00a\00b\00c") - (data (i32.const 1676) "\1c") - (data (i32.const 1688) "\01\00\00\00\05\00\00\00\01\02\03\04\05") - (data (i32.const 1708) "\1c") - (data (i32.const 1720) "\01\00\00\00\05\00\00\00\01\01\01\04\05") - (data (i32.const 1740) "\1c") - (data (i32.const 1752) "\01\00\00\00\05") - (data (i32.const 1772) "\1c") - (data (i32.const 1784) "\01\00\00\00\05\00\00\00\01\01") - (data (i32.const 1804) "\1c") - (data (i32.const 1816) "\01\00\00\00\05\00\00\00\01\01\00\02\02") - (data (i32.const 1836) "\1c") - (data (i32.const 1848) "\01\00\00\00\05\00\00\00\01\01\00\02\02") - (data (i32.const 1868) "\1c") - (data (i32.const 1880) "\01\00\00\00\05\00\00\00\ff\ff\ff\ff\ff") - (data (i32.const 1900) ",") - (data (i32.const 1912) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 1948) ",") - (data (i32.const 1960) "\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\01\00\00\00\04\00\00\00\05") - (data (i32.const 1996) ",") - (data (i32.const 2008) "\01\00\00\00\14") - (data (i32.const 2044) ",") - (data (i32.const 2056) "\01\00\00\00\14\00\00\00\01\00\00\00\01") - (data (i32.const 2092) ",") - (data (i32.const 2104) "\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\02") - (data (i32.const 2140) ",") - (data (i32.const 2152) "\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\02") - (data (i32.const 2188) ",") - (data (i32.const 2200) "\01\00\00\00\14\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff") - (data (i32.const 2236) ",") - (data (i32.const 2248) "\01\00\00\00\14\00\00\00\00\00\00?\00\00\80?\00\00\c0?\00\00 @\00\00@@") - (data (i32.const 2284) ",") - (data (i32.const 2296) "\01\00\00\00\14\00\00\00\00\00\00?\00\00\80?\00\00\80?\00\00 @\00\00@@") - (data (i32.const 2332) ",") - (data (i32.const 2344) "\01\00\00\00\14") - (data (i32.const 2380) ",") - (data (i32.const 2392) "\01\00\00\00\14\00\00\00\00\00\80?\00\00\80?") - (data (i32.const 2428) ",") - (data (i32.const 2440) "\01\00\00\00\14\00\00\00\00\00\80?\00\00\80?\00\00\00\00\00\00\00@\00\00\00@") - (data (i32.const 2476) ",") - (data (i32.const 2488) "\01\00\00\00\14\00\00\00\00\00\80?\00\00\80?\00\00\00\00\00\00\00@\00\00\00@") - (data (i32.const 2524) ",") - (data (i32.const 2536) "\01\00\00\00\14\00\00\00\00\00\80\bf\00\00\80\bf\00\00\80\bf\00\00\80\bf\00\00\80\bf") - (data (i32.const 2572) ",") - (data (i32.const 2584) "\01\00\00\00\14\00\00\00\00\00\00\80\00\00\00\80\00\00\00\80\00\00\00\80\00\00\00\80") - (data (i32.const 2620) ",") - (data (i32.const 2632) "\02\00\00\00\1c\00\00\00A\00r\00r\00a\00y\00 \00i\00s\00 \00e\00m\00p\00t\00y") - (data (i32.const 2668) ",") - (data (i32.const 2680) "\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04") - (data (i32.const 2716) "\1c") - (data (i32.const 2728) "\01") - (data (i32.const 2748) "\1c") - (data (i32.const 2760) "\01") - (data (i32.const 2780) ",") - (data (i32.const 2792) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 2828) ",") - (data (i32.const 2840) "\01\00\00\00\14\00\00\00\04\00\00\00\05\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 2876) ",") - (data (i32.const 2888) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 2924) ",") - (data (i32.const 2936) "\01\00\00\00\14\00\00\00\01\00\00\00\04\00\00\00\05\00\00\00\04\00\00\00\05") - (data (i32.const 2972) ",") - (data (i32.const 2984) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 3020) ",") - (data (i32.const 3032) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\05") - (data (i32.const 3068) ",") - (data (i32.const 3080) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 3116) ",") - (data (i32.const 3128) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 3164) ",") - (data (i32.const 3176) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 3212) ",") - (data (i32.const 3224) "\01\00\00\00\14\00\00\00\04\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 3260) ",") - (data (i32.const 3272) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 3308) ",") - (data (i32.const 3320) "\01\00\00\00\14\00\00\00\01\00\00\00\04\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 3356) ",") - (data (i32.const 3368) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 3404) ",") - (data (i32.const 3416) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\04\00\00\00\05") - (data (i32.const 3452) ",") - (data (i32.const 3464) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 3500) ",") - (data (i32.const 3512) "\01\00\00\00\14\00\00\00\04\00\00\00\05\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 3548) ",") - (data (i32.const 3560) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 3596) ",") - (data (i32.const 3608) "\01\00\00\00\14\00\00\00\04\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 3644) ",") - (data (i32.const 3656) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 3692) ",") - (data (i32.const 3704) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 3740) ",") - (data (i32.const 3752) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 3788) ",") - (data (i32.const 3800) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\04\00\00\00\05") - (data (i32.const 3836) ",") - (data (i32.const 3848) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 3884) ",") - (data (i32.const 3896) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\05") - (data (i32.const 3932) ",") - (data (i32.const 3944) "\01\00\00\00\14\00\00\00\03\00\00\00\05\00\00\00\07\00\00\00\t\00\00\00\0b") - (data (i32.const 3980) "\1c") - (data (i32.const 3992) "\01\00\00\00\0c\00\00\00\07\00\00\00\t\00\00\00\0b") - (data (i32.const 4012) "\1c") - (data (i32.const 4024) "\01\00\00\00\08\00\00\00\07\00\00\00\t") - (data (i32.const 4044) ",") - (data (i32.const 4056) "\01\00\00\00\10\00\00\00\05\00\00\00\07\00\00\00\t\00\00\00\0b") - (data (i32.const 4092) "\1c") - (data (i32.const 4104) "\01\00\00\00\08\00\00\00\t\00\00\00\0b") - (data (i32.const 4124) "\1c") - (data (i32.const 4136) "\01\00\00\00\08\00\00\00\07\00\00\00\t") - (data (i32.const 4156) "\1c") - (data (i32.const 4168) "\01\00\00\00\08\00\00\00\07\00\00\00\t") - (data (i32.const 4188) "\1c") - (data (i32.const 4200) "\01\00\00\00\04\00\00\00\00\01\02\03") - (data (i32.const 4220) "\1c") - (data (i32.const 4232) "\01\00\00\00\08\00\00\00\00\01\02\03\04\05\06\07") - (data (i32.const 4252) ",") - (data (i32.const 4264) "\01\00\00\00\11\00\00\00\00\01\02\03\04\05\06\07\08\t\n\0b\0c\r\0e\0f\10") - (data (i32.const 4300) ",") - (data (i32.const 4312) "\01\00\00\00\0e\00\00\00\00\00\01\00\02\00\03\00\04\00\05\00\06") - (data (i32.const 4348) ",") - (data (i32.const 4360) "\01\00\00\00\10\00\00\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\07") - (data (i32.const 4396) ",") - (data (i32.const 4408) "\01\00\00\00\12\00\00\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\07\00\08") - (data (i32.const 4444) "\1c") - (data (i32.const 4456) "\01\00\00\00\04\00\00\00\00\00\c0\7f") - (data (i32.const 4476) "\1c") - (data (i32.const 4488) "\01\00\00\00\08") - (data (i32.const 4502) "\f8\7f") - (data (i32.const 4508) ",") - (data (i32.const 4520) "\01\00\00\00\10\00\00\00\02\00\00\00\05\00\00\00\t\00\00\00\02") - (data (i32.const 4556) "\1c") - (data (i32.const 4568) "\01\00\00\00\04\00\00\00\00\00\c0\7f") - (data (i32.const 4588) "\1c") - (data (i32.const 4600) "\01\00\00\00\08") - (data (i32.const 4614) "\f8\7f") - (data (i32.const 4620) ",") - (data (i32.const 4632) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 4668) ",") - (data (i32.const 4680) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 4716) "\1c") - (data (i32.const 4728) "\01") - (data (i32.const 4748) ",") - (data (i32.const 4760) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 4796) "\1c") - (data (i32.const 4808) "\01") - (data (i32.const 4828) ",") - (data (i32.const 4840) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 4876) ",") - (data (i32.const 4888) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 4924) "\1c") - (data (i32.const 4936) "\01\00\00\00\0c\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 4956) "\1c") - (data (i32.const 4968) "\01\00\00\00\08\00\00\00\01\00\00\00\02") - (data (i32.const 4988) ",") - (data (i32.const 5000) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 5036) "\1c") - (data (i32.const 5048) "\01\00\00\00\08\00\00\00\03\00\00\00\04") - (data (i32.const 5068) "\1c") - (data (i32.const 5080) "\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\05") - (data (i32.const 5100) ",") - (data (i32.const 5112) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 5148) "\1c") - (data (i32.const 5160) "\01\00\00\00\04\00\00\00\01") - (data (i32.const 5180) ",") - (data (i32.const 5192) "\01\00\00\00\10\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 5228) ",") - (data (i32.const 5240) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 5276) "\1c") - (data (i32.const 5288) "\01\00\00\00\04\00\00\00\05") - (data (i32.const 5308) ",") - (data (i32.const 5320) "\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04") - (data (i32.const 5356) ",") - (data (i32.const 5368) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 5404) "\1c") - (data (i32.const 5416) "\01\00\00\00\08\00\00\00\04\00\00\00\05") - (data (i32.const 5436) "\1c") - (data (i32.const 5448) "\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") - (data (i32.const 5468) ",") - (data (i32.const 5480) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 5516) "\1c") - (data (i32.const 5528) "\01\00\00\00\04\00\00\00\04") - (data (i32.const 5548) ",") - (data (i32.const 5560) "\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\05") - (data (i32.const 5596) ",") - (data (i32.const 5608) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 5644) "\1c") - (data (i32.const 5656) "\01\00\00\00\04\00\00\00\01") - (data (i32.const 5676) ",") - (data (i32.const 5688) "\01\00\00\00\10\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 5724) ",") - (data (i32.const 5736) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 5772) "\1c") - (data (i32.const 5784) "\01") - (data (i32.const 5804) ",") - (data (i32.const 5816) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 5852) ",") - (data (i32.const 5864) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 5900) "\1c") - (data (i32.const 5912) "\01") - (data (i32.const 5932) ",") - (data (i32.const 5944) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 5980) ",") - (data (i32.const 5992) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 6028) "\1c") - (data (i32.const 6040) "\01") - (data (i32.const 6060) ",") - (data (i32.const 6072) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 6108) ",") - (data (i32.const 6120) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 6156) "\1c") - (data (i32.const 6168) "\01") - (data (i32.const 6188) ",") - (data (i32.const 6200) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 6236) ",") - (data (i32.const 6248) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 6284) "\1c") - (data (i32.const 6296) "\01") - (data (i32.const 6316) ",") - (data (i32.const 6328) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 6364) "\1c") - (data (i32.const 6376) "\01") - (data (i32.const 6396) "|") - (data (i32.const 6408) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") - (data (i32.const 6524) "|") - (data (i32.const 6536) "\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)") - (data (i32.const 6652) "\1c") - (data (i32.const 6664) "\0e\00\00\00\08\00\00\00\01") - (data (i32.const 6684) "\1c") - (data (i32.const 6696) "\0e\00\00\00\08\00\00\00\02") - (data (i32.const 6716) "\1c") - (data (i32.const 6728) "\0e\00\00\00\08\00\00\00\03") - (data (i32.const 6748) "\1c") - (data (i32.const 6760) "\0e\00\00\00\08\00\00\00\04") - (data (i32.const 6780) "\1c") - (data (i32.const 6792) "\0e\00\00\00\08\00\00\00\05") - (data (i32.const 6812) "\1c") - (data (i32.const 6824) "\0e\00\00\00\08\00\00\00\06") - (data (i32.const 6844) ",") - (data (i32.const 6856) "\01\00\00\00\10\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03") - (data (i32.const 6892) "\1c") - (data (i32.const 6904) "\0e\00\00\00\08\00\00\00\07") - (data (i32.const 6924) "\1c") - (data (i32.const 6936) "\0e\00\00\00\08\00\00\00\08") - (data (i32.const 6956) "\1c") - (data (i32.const 6968) "\0e\00\00\00\08\00\00\00\t") - (data (i32.const 6988) "\1c") - (data (i32.const 7000) "\0e\00\00\00\08\00\00\00\n") - (data (i32.const 7020) "\1c") - (data (i32.const 7032) "\0e\00\00\00\08\00\00\00\0b") - (data (i32.const 7052) "\1c") - (data (i32.const 7064) "\0e\00\00\00\08\00\00\00\0c") - (data (i32.const 7084) "\1c") - (data (i32.const 7096) "\0e\00\00\00\08\00\00\00\r") - (data (i32.const 7116) "\1c") - (data (i32.const 7128) "\0e\00\00\00\08\00\00\00\0e") - (data (i32.const 7148) "\1c") - (data (i32.const 7160) "\0e\00\00\00\08\00\00\00\0f") - (data (i32.const 7180) "\1c") - (data (i32.const 7192) "\0e\00\00\00\08\00\00\00\10") - (data (i32.const 7212) "\1c") - (data (i32.const 7224) "\0e\00\00\00\08\00\00\00\11") - (data (i32.const 7244) "\1c") - (data (i32.const 7256) "\0e\00\00\00\08\00\00\00\12") - (data (i32.const 7276) "\1c") - (data (i32.const 7288) "\0e\00\00\00\08\00\00\00\13") - (data (i32.const 7308) "\1c") - (data (i32.const 7320) "\0e\00\00\00\08\00\00\00\14") - (data (i32.const 7340) "\1c") - (data (i32.const 7352) "\0f\00\00\00\08\00\00\00\15") - (data (i32.const 7372) "\1c") - (data (i32.const 7384) "\0f\00\00\00\08\00\00\00\16") - (data (i32.const 7404) "\1c") - (data (i32.const 7416) "\0f\00\00\00\08\00\00\00\17") - (data (i32.const 7436) "\1c") - (data (i32.const 7448) "\0f\00\00\00\08\00\00\00\18") - (data (i32.const 7468) "\1c") - (data (i32.const 7480) "\0f\00\00\00\08\00\00\00\19") - (data (i32.const 7500) "|") - (data (i32.const 7512) "\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006") - (data (i32.const 7628) "<") - (data (i32.const 7640) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s") - (data (i32.const 7692) "\1c") - (data (i32.const 7704) "\02\00\00\00\02\00\00\000") - (data (i32.const 7724) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009") - (data (i32.const 8124) "\1c\04") - (data (i32.const 8136) "\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f") - (data (i32.const 9180) "\\") - (data (i32.const 9192) "\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z") - (data (i32.const 9276) "\1c") - (data (i32.const 9288) "\11\00\00\00\08\00\00\00\1a") - (data (i32.const 9308) "\1c") - (data (i32.const 9320) "\12\00\00\00\08\00\00\00\1b") - (data (i32.const 9340) "\1c") - (data (i32.const 9352) "\13\00\00\00\08\00\00\00\1c") - (data (i32.const 9372) "\1c") - (data (i32.const 9384) "\13\00\00\00\08\00\00\00\1d") - (data (i32.const 9404) "\1c") - (data (i32.const 9416) "\13\00\00\00\08\00\00\00\1e") - (data (i32.const 9436) "\1c") - (data (i32.const 9448) "\0e\00\00\00\08\00\00\00\1f") - (data (i32.const 9468) "\1c") - (data (i32.const 9480) "\0e\00\00\00\08\00\00\00 ") - (data (i32.const 9500) "\1c") - (data (i32.const 9512) "\0e\00\00\00\08\00\00\00!") - (data (i32.const 9532) "\1c") - (data (i32.const 9544) "\0e\00\00\00\08\00\00\00\"") - (data (i32.const 9564) "\1c") - (data (i32.const 9576) "\14\00\00\00\08\00\00\00#") - (data (i32.const 9596) "\1c") - (data (i32.const 9608) "\14\00\00\00\08\00\00\00$") - (data (i32.const 9628) "\1c") - (data (i32.const 9640) "\15\00\00\00\08\00\00\00%") - (data (i32.const 9660) "\1c") - (data (i32.const 9672) "\15\00\00\00\08\00\00\00&") - (data (i32.const 9692) "\1c") - (data (i32.const 9704) "\14\00\00\00\08\00\00\00\'") - (data (i32.const 9724) "\1c") - (data (i32.const 9736) "\14\00\00\00\08\00\00\00(") - (data (i32.const 9756) "\1c") - (data (i32.const 9768) "\14\00\00\00\08\00\00\00)") - (data (i32.const 9788) "\1c") - (data (i32.const 9800) "\14\00\00\00\08\00\00\00*") - (data (i32.const 9820) "\1c") - (data (i32.const 9832) "\14\00\00\00\08\00\00\00+") - (data (i32.const 9852) "\1c") - (data (i32.const 9864) "\15\00\00\00\08\00\00\00,") - (data (i32.const 9884) "\1c") - (data (i32.const 9896) "\15\00\00\00\08\00\00\00-") - (data (i32.const 9916) "\1c") - (data (i32.const 9928) "\14\00\00\00\08\00\00\00.") - (data (i32.const 9948) "\1c") - (data (i32.const 9960) "\14\00\00\00\08\00\00\00/") - (data (i32.const 9980) "\1c") - (data (i32.const 9992) "\14\00\00\00\08\00\00\000") - (data (i32.const 10012) "\bc") - (data (i32.const 10024) "\02\00\00\00\ac\00\00\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\000\001\002\003\004\005\006\007\008\009\00_\00-\00,\00.\00+\00/\00\\\00[\00]\00{\00}\00(\00)\00<\00>\00*\00&\00$\00%\00^\00@\00#\00!\00?") - (data (i32.const 10204) "\1c") - (data (i32.const 10216) "\01\00\00\00\0c\00\00\00\00\00\00@\00\00\80\bf") - (data (i32.const 10236) "\1c") - (data (i32.const 10248) "\18\00\00\00\08\00\00\001") - (data (i32.const 10268) "\1c") - (data (i32.const 10280) "\01\00\00\00\0c\00\00\00\00\00\80\bf\00\00\00\00\00\00\00@") - (data (i32.const 10300) "<") - (data (i32.const 10312) "\01\00\00\00 \00\00\00\00\00\80?\00\00\c0\7f\00\00\80\ff\00\00\80?\00\00\00\00\00\00\80\bf\00\00\00\c0\00\00\80\7f") - (data (i32.const 10364) "<") - (data (i32.const 10376) "\01\00\00\00 \00\00\00\00\00\80\ff\00\00\00\c0\00\00\80\bf\00\00\00\00\00\00\80?\00\00\80?\00\00\80\7f\00\00\c0\7f") - (data (i32.const 10428) "\\") - (data (i32.const 10440) "\01\00\00\00@") - (data (i32.const 10454) "\f0?\00\00\00\00\00\00\f8\7f\00\00\00\00\00\00\f0\ff\05\00\00\00\00\00\f0?") - (data (i32.const 10494) "\f0\bf\00\00\00\00\00\00\00\c0\00\00\00\00\00\00\f0\7f") - (data (i32.const 10524) "\1c") - (data (i32.const 10536) "\19\00\00\00\08\00\00\002") - (data (i32.const 10556) "\\") - (data (i32.const 10568) "\01\00\00\00@") - (data (i32.const 10582) "\f0\ff\00\00\00\00\00\00\00\c0\00\00\00\00\00\00\f0\bf") - (data (i32.const 10614) "\f0?\05\00\00\00\00\00\f0?\00\00\00\00\00\00\f0\7f\00\00\00\00\00\00\f8\7f") - (data (i32.const 10652) ",") - (data (i32.const 10664) "\01\00\00\00\14\00\00\00\01\00\00\00\fe\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\02") - (data (i32.const 10700) "\1c") - (data (i32.const 10712) "\1a\00\00\00\08\00\00\003") - (data (i32.const 10732) ",") - (data (i32.const 10744) "\01\00\00\00\14\00\00\00\fe\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\01\00\00\00\02") - (data (i32.const 10780) ",") - (data (i32.const 10792) "\01\00\00\00\14\00\00\00\01\00\00\00\ff\ff\ff\ff\fe\ff\ff\ff\00\00\00\00\02") - (data (i32.const 10828) "\1c") - (data (i32.const 10840) "\1b\00\00\00\08\00\00\004") - (data (i32.const 10860) ",") - (data (i32.const 10872) "\01\00\00\00\14\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\fe\ff\ff\ff\ff\ff\ff\ff") - (data (i32.const 10908) "\1c") - (data (i32.const 10920) "\01") - (data (i32.const 10940) "\1c") - (data (i32.const 10952) "\01\00\00\00\04\00\00\00\01") - (data (i32.const 10972) "\1c") - (data (i32.const 10984) "\01\00\00\00\08\00\00\00\02\00\00\00\01") - (data (i32.const 11004) ",") - (data (i32.const 11016) "\01\00\00\00\10\00\00\00\03\00\00\00\02\00\00\00\01") - (data (i32.const 11052) ",") - (data (i32.const 11064) "\01\00\00\00\10\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03") - (data (i32.const 11100) "\1c") - (data (i32.const 11112) "\1a\00\00\00\08\00\00\005") - (data (i32.const 11132) "\1c") - (data (i32.const 11144) "\01\00\00\00\04\00\00\00\01") - (data (i32.const 11164) "\1c") - (data (i32.const 11176) "\01\00\00\00\08\00\00\00\01\00\00\00\02") - (data (i32.const 11196) "\1c") - (data (i32.const 11208) "\1c\00\00\00\08\00\00\006") - (data (i32.const 11228) "\1c") - (data (i32.const 11240) "\1a\00\00\00\08\00\00\007") - (data (i32.const 11260) "\1c") - (data (i32.const 11272) "\1a\00\00\00\08\00\00\008") - (data (i32.const 11292) "\1c") - (data (i32.const 11304) "\1a\00\00\00\08\00\00\009") - (data (i32.const 11324) "\1c") - (data (i32.const 11336) "\1a\00\00\00\08\00\00\00:") - (data (i32.const 11356) "\1c") - (data (i32.const 11368) "\1e\00\00\00\08\00\00\00;") - (data (i32.const 11388) "\1c") - (data (i32.const 11400) "!\00\00\00\08\00\00\00<") - (data (i32.const 11420) "\1c") - (data (i32.const 11432) "\02\00\00\00\02\00\00\00a") - (data (i32.const 11452) "\1c") - (data (i32.const 11464) "\02\00\00\00\02\00\00\00b") - (data (i32.const 11484) "\1c") - (data (i32.const 11496) "\02\00\00\00\04\00\00\00a\00b") - (data (i32.const 11516) "\1c") - (data (i32.const 11528) "\02\00\00\00\04\00\00\00b\00a") - (data (i32.const 11548) "\1c") - (data (i32.const 11560) "\02") - (data (i32.const 11580) ",") - (data (i32.const 11592) "\01\00\00\00\1c\00\00\00\b0,\00\00\d0,\00\00\b0,\00\00\f0,\00\00\10-\00\000-") - (data (i32.const 11628) ",") - (data (i32.const 11640) "\01\00\00\00\1c\00\00\000-\00\00\b0,\00\00\b0,\00\00\f0,\00\00\d0,\00\00\10-") - (data (i32.const 11676) "\1c") - (data (i32.const 11688) "#\00\00\00\08\00\00\00=") - (data (i32.const 11708) "\1c") - (data (i32.const 11720) "$\00\00\00\08\00\00\00>") - (data (i32.const 11740) "\1c") - (data (i32.const 11752) "\01\00\00\00\02\00\00\00\01") - (data (i32.const 11772) "\1c") - (data (i32.const 11784) "\02\00\00\00\08\00\00\00t\00r\00u\00e") - (data (i32.const 11804) "\1c") - (data (i32.const 11816) "\02\00\00\00\n\00\00\00f\00a\00l\00s\00e") - (data (i32.const 11836) "\1c") - (data (i32.const 11848) "\02\00\00\00\02\00\00\00,") - (data (i32.const 11868) ",") - (data (i32.const 11880) "\02\00\00\00\14\00\00\00t\00r\00u\00e\00,\00f\00a\00l\00s\00e") - (data (i32.const 11916) "\1c") - (data (i32.const 11928) "\01\00\00\00\0c\00\00\00\01\00\00\00\fe\ff\ff\ff\fd\ff\ff\ff") - (data (i32.const 11948) "\1c") - (data (i32.const 11960) "\02\00\00\00\n\00\00\001\00-\002\00-\003") - (data (i32.const 11980) "\1c") - (data (i32.const 11992) "\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") - (data (i32.const 12012) "\1c") - (data (i32.const 12024) "\02\00\00\00\02\00\00\00-") - (data (i32.const 12044) "\1c") - (data (i32.const 12056) "\01\00\00\00\08\00\00\00\00\00\00\80\00\00\00\80") - (data (i32.const 12076) "\1c") - (data (i32.const 12088) "\02\00\00\00\04\00\00\00_\00_") - (data (i32.const 12108) "L") - (data (i32.const 12120) "\02\00\00\000\00\00\00-\002\001\004\007\004\008\003\006\004\008\00_\00_\00-\002\001\004\007\004\008\003\006\004\008") - (data (i32.const 12188) "L") - (data (i32.const 12200) "\01\00\00\000") - (data (i32.const 12222) "\f0?\00\00\00\00\00\00\00\c0\00\00\00\00\00\00\f8\7f\00\00\00\00\00\00\f0\ff\00\00\00\00\00\00\f0\7f") - (data (i32.const 12268) "\1c") - (data (i32.const 12280) "\02\00\00\00\04\00\00\00,\00 ") - (data (i32.const 12300) "\1c") - (data (i32.const 12312) "\02\00\00\00\06\00\00\000\00.\000") - (data (i32.const 12332) "\1c") - (data (i32.const 12344) "\02\00\00\00\06\00\00\00N\00a\00N") - (data (i32.const 12364) ",") - (data (i32.const 12376) "\02\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y") - (data (i32.const 12412) ",") - (data (i32.const 12424) "\02\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y") - (data (i32.const 12520) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\00\00\00[\00o\00b\00j\00e\00c\00t\00 \00O\00b\00j\00e\00c\00t\00]\00,\00[\00o\00b\00j\00e\00c\00t\00 \00O\00b\00j\00e\00c\00t\00]") - (data (i32.const 13868) "\1c") - (data (i32.const 13880) "\01") - (data (i32.const 13900) "\1c") - (data (i32.const 13912) "\01\00\00\00\04\00\00\00\01") - (data (i32.const 13932) "\1c") - (data (i32.const 13944) "\01\00\00\00\08\00\00\00\01\00\00\00\02") - (data (i32.const 13964) ",") - (data (i32.const 13976) "\01\00\00\00\10\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03") - (data (i32.const 14012) "\1c") - (data (i32.const 14024) "\02\00\00\00\06\00\00\001\00,\002") - (data (i32.const 14044) ",") - (data (i32.const 14056) "\02\00\00\00\0e\00\00\000\00,\001\00,\002\00,\003") - (data (i32.const 14092) "\1c") - (data (i32.const 14104) "\01\00\00\00\03\00\00\00\01\ff") - (data (i32.const 14124) "\1c") - (data (i32.const 14136) "\02\00\00\00\0c\00\00\001\00,\00-\001\00,\000") - (data (i32.const 14156) "\1c") - (data (i32.const 14168) "\01\00\00\00\03\00\00\00\80\81\80") - (data (i32.const 14188) ",") - (data (i32.const 14200) "\02\00\00\00\1c\00\00\00-\001\002\008\00,\00-\001\002\007\00,\00-\001\002\008") - (data (i32.const 14236) "\1c") - (data (i32.const 14248) "\01\00\00\00\06\00\00\00\01\00\ff\ff") - (data (i32.const 14268) ",") - (data (i32.const 14280) "\02\00\00\00\12\00\00\001\00,\006\005\005\003\005\00,\000") - (data (i32.const 14316) "\1c") - (data (i32.const 14328) "\01\00\00\00\04\00\00\00\00\80\01\ff") - (data (i32.const 14348) ",") - (data (i32.const 14360) "\02\00\00\00\16\00\00\00-\003\002\007\006\008\00,\00-\002\005\005") - (data (i32.const 14396) "\1c") - (data (i32.const 14408) "\01\00\00\00\08\00\00\00\00\00\00\80\80\ff\ff\ff") - (data (i32.const 14428) "<") - (data (i32.const 14440) "\02\00\00\00 \00\00\00-\002\001\004\007\004\008\003\006\004\008\00,\00-\001\002\008") - (data (i32.const 14492) ",") - (data (i32.const 14504) "\01\00\00\00\18\00\00\00\01\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff") - (data (i32.const 14540) "L") - (data (i32.const 14552) "\02\00\00\000\00\00\001\00,\001\008\004\004\006\007\004\004\000\007\003\007\000\009\005\005\001\006\001\005\00,\000") - (data (i32.const 14620) "<") - (data (i32.const 14632) "\01\00\00\00(\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff@Eu\c3*\9d\fb\ff\00\00\00\00\00\00\00\80\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\7f") - (data (i32.const 14684) "\9c") - (data (i32.const 14696) "\02\00\00\00~\00\00\00-\001\00,\00-\001\002\003\004\005\006\007\008\009\000\001\002\003\004\005\006\00,\00-\009\002\002\003\003\007\002\000\003\006\008\005\004\007\007\005\008\000\008\00,\000\00,\009\002\002\003\003\007\002\000\003\006\008\005\004\007\007\005\008\000\007") - (data (i32.const 14844) ",") - (data (i32.const 14856) "\01\00\00\00\1c\00\00\000-\00\00\b0,\00\00\b0,\00\00\f0,\00\00\d0,\00\00\10-") - (data (i32.const 14892) ",") - (data (i32.const 14904) "\02\00\00\00\1a\00\00\00,\00a\00,\00a\00,\00a\00b\00,\00b\00,\00b\00a\00,") - (data (i32.const 14940) "\1c") - (data (i32.const 14952) "\02\00\00\00\02\00\00\002") - (data (i32.const 14972) "\1c") - (data (i32.const 14984) "\02\00\00\00\02\00\00\004") - (data (i32.const 15004) ",") - (data (i32.const 15016) "\01\00\00\00\10\00\00\00\005\00\00p:\00\00\00\00\00\00\90:") - (data (i32.const 15052) "\1c") - (data (i32.const 15064) "\02\00\00\00\0c\00\00\001\00,\002\00,\00,\004") - (data (i32.const 15084) "\1c") - (data (i32.const 15096) "\01\00\00\00\08\00\00\00\01\00\00\00\02") - (data (i32.const 15116) "\1c") - (data (i32.const 15128) "\01\00\00\00\08\00\00\00\03\00\00\00\04") - (data (i32.const 15148) ",") - (data (i32.const 15160) "\02\00\00\00\0e\00\00\001\00,\002\00,\003\00,\004") - (data (i32.const 15196) "\1c") - (data (i32.const 15208) "\01\00\00\00\02\00\00\00\01\02") - (data (i32.const 15228) "\1c") - (data (i32.const 15240) "\01\00\00\00\02\00\00\00\03\04") - (data (i32.const 15260) "\1c") - (data (i32.const 15272) "\01\00\00\00\04\00\00\00\01") - (data (i32.const 15292) "\1c") - (data (i32.const 15304) "\01\00\00\00\04") - (data (i32.const 15324) "\1c") - (data (i32.const 15336) "\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") - (data (i32.const 15356) "\1c") - (data (i32.const 15368) "\01\00\00\00\0c\00\00\00\04\00\00\00\05\00\00\00\06") - (data (i32.const 15388) "\1c") - (data (i32.const 15400) "\01\00\00\00\0c\00\00\00\07\00\00\00\08\00\00\00\t") - (data (i32.const 15420) "\1c") - (data (i32.const 15432) "\02\00\00\00\06\00\00\00o\00n\00e") - (data (i32.const 15452) "\1c") - (data (i32.const 15464) "\01\00\00\00\04\00\00\00P<") - (data (i32.const 15484) "\1c") - (data (i32.const 15496) "\02\00\00\00\06\00\00\00t\00w\00o") - (data (i32.const 15516) "\1c") - (data (i32.const 15528) "\02\00\00\00\n\00\00\00t\00h\00r\00e\00e") - (data (i32.const 15548) "\1c") - (data (i32.const 15560) "\01\00\00\00\0c\00\00\00\90<\00\00\00\00\00\00\b0<") - (data (i32.const 15580) "\1c") - (data (i32.const 15592) "\02\00\00\00\08\00\00\00f\00o\00u\00r") - (data (i32.const 15612) "\1c") - (data (i32.const 15624) "\02\00\00\00\08\00\00\00f\00i\00v\00e") - (data (i32.const 15644) "\1c") - (data (i32.const 15656) "\02\00\00\00\06\00\00\00s\00i\00x") - (data (i32.const 15676) "\1c") - (data (i32.const 15688) "\01\00\00\00\0c\00\00\00\f0<\00\00\10=\00\000=") - (data (i32.const 15708) "\1c") - (data (i32.const 15720) "\02\00\00\00\n\00\00\00s\00e\00v\00e\00n") - (data (i32.const 15740) "\1c") - (data (i32.const 15752) "\01\00\00\00\04\00\00\00p=") - (data (i32.const 15772) "<") - (data (i32.const 15784) "\01\00\00\00 \00\00\00P<\00\00\90<\00\00\00\00\00\00\b0<\00\00\f0<\00\00\10=\00\000=\00\00p=") - (data (i32.const 15836) "\1c") - (data (i32.const 15848) "\01") - (data (i32.const 15868) "\1c") - (data (i32.const 15880) "\01") - (data (i32.const 15900) "\1c") - (data (i32.const 15912) "\01\00\00\00\04\00\00\00\01") - (data (i32.const 15932) "\1c") - (data (i32.const 15944) "\01\00\00\00\04\00\00\00\02") - (data (i32.const 15964) "\1c") - (data (i32.const 15976) ".\00\00\00\08\00\00\00?") - (data (i32.const 16000) "/\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00 \00\00\00A\00\00\00B\00\00\00\02\01\00\00\02\19\00\00\02A\00\00\82\00\00\00\02\1a\00\00\02a") - (data (i32.const 16068) "\02A") - (data (i32.const 16092) " \00\00\00\02A") - (data (i32.const 16120) "\02A\00\00\00\00\00\00 \00\00\00\02A\00\00\00\00\00\00\02a") - (data (i32.const 16152) "B\00\00\00B\08\00\00\82\08\00\00\02\02\00\00\02\n\00\00\02A\00\00\02A\00\00\02A\00\00\02A") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $1 (i32.const 1084) ",") + (data $1.1 (i32.const 1096) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $2 (i32.const 1132) "<") + (data $2.1 (i32.const 1144) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $3 (i32.const 1196) "<") + (data $3.1 (i32.const 1208) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $6 (i32.const 1324) "<") + (data $6.1 (i32.const 1336) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $7 (i32.const 1388) ",") + (data $7.1 (i32.const 1400) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $9 (i32.const 1468) "<") + (data $9.1 (i32.const 1480) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $10 (i32.const 1532) ",") + (data $10.1 (i32.const 1544) "\02\00\00\00\18\00\00\00s\00t\00d\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $11 (i32.const 1580) "<") + (data $11.1 (i32.const 1592) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") + (data $12 (i32.const 1644) "\1c") + (data $12.1 (i32.const 1656) "\02\00\00\00\06\00\00\00a\00b\00c") + (data $13 (i32.const 1676) "\1c") + (data $13.1 (i32.const 1688) "\01\00\00\00\05\00\00\00\01\02\03\04\05") + (data $14 (i32.const 1708) "\1c") + (data $14.1 (i32.const 1720) "\01\00\00\00\05\00\00\00\01\01\01\04\05") + (data $15 (i32.const 1740) "\1c") + (data $15.1 (i32.const 1752) "\01\00\00\00\05") + (data $16 (i32.const 1772) "\1c") + (data $16.1 (i32.const 1784) "\01\00\00\00\05\00\00\00\01\01") + (data $17 (i32.const 1804) "\1c") + (data $17.1 (i32.const 1816) "\01\00\00\00\05\00\00\00\01\01\00\02\02") + (data $18 (i32.const 1836) "\1c") + (data $18.1 (i32.const 1848) "\01\00\00\00\05\00\00\00\01\01\00\02\02") + (data $19 (i32.const 1868) "\1c") + (data $19.1 (i32.const 1880) "\01\00\00\00\05\00\00\00\ff\ff\ff\ff\ff") + (data $20 (i32.const 1900) ",") + (data $20.1 (i32.const 1912) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $21 (i32.const 1948) ",") + (data $21.1 (i32.const 1960) "\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\01\00\00\00\04\00\00\00\05") + (data $22 (i32.const 1996) ",") + (data $22.1 (i32.const 2008) "\01\00\00\00\14") + (data $23 (i32.const 2044) ",") + (data $23.1 (i32.const 2056) "\01\00\00\00\14\00\00\00\01\00\00\00\01") + (data $24 (i32.const 2092) ",") + (data $24.1 (i32.const 2104) "\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\02") + (data $25 (i32.const 2140) ",") + (data $25.1 (i32.const 2152) "\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\02") + (data $26 (i32.const 2188) ",") + (data $26.1 (i32.const 2200) "\01\00\00\00\14\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff") + (data $27 (i32.const 2236) ",") + (data $27.1 (i32.const 2248) "\01\00\00\00\14\00\00\00\00\00\00?\00\00\80?\00\00\c0?\00\00 @\00\00@@") + (data $28 (i32.const 2284) ",") + (data $28.1 (i32.const 2296) "\01\00\00\00\14\00\00\00\00\00\00?\00\00\80?\00\00\80?\00\00 @\00\00@@") + (data $29 (i32.const 2332) ",") + (data $29.1 (i32.const 2344) "\01\00\00\00\14") + (data $30 (i32.const 2380) ",") + (data $30.1 (i32.const 2392) "\01\00\00\00\14\00\00\00\00\00\80?\00\00\80?") + (data $31 (i32.const 2428) ",") + (data $31.1 (i32.const 2440) "\01\00\00\00\14\00\00\00\00\00\80?\00\00\80?\00\00\00\00\00\00\00@\00\00\00@") + (data $32 (i32.const 2476) ",") + (data $32.1 (i32.const 2488) "\01\00\00\00\14\00\00\00\00\00\80?\00\00\80?\00\00\00\00\00\00\00@\00\00\00@") + (data $33 (i32.const 2524) ",") + (data $33.1 (i32.const 2536) "\01\00\00\00\14\00\00\00\00\00\80\bf\00\00\80\bf\00\00\80\bf\00\00\80\bf\00\00\80\bf") + (data $34 (i32.const 2572) ",") + (data $34.1 (i32.const 2584) "\01\00\00\00\14\00\00\00\00\00\00\80\00\00\00\80\00\00\00\80\00\00\00\80\00\00\00\80") + (data $35 (i32.const 2620) ",") + (data $35.1 (i32.const 2632) "\02\00\00\00\1c\00\00\00A\00r\00r\00a\00y\00 \00i\00s\00 \00e\00m\00p\00t\00y") + (data $36 (i32.const 2668) ",") + (data $36.1 (i32.const 2680) "\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04") + (data $37 (i32.const 2716) "\1c") + (data $37.1 (i32.const 2728) "\01") + (data $38 (i32.const 2748) "\1c") + (data $38.1 (i32.const 2760) "\01") + (data $39 (i32.const 2780) ",") + (data $39.1 (i32.const 2792) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $40 (i32.const 2828) ",") + (data $40.1 (i32.const 2840) "\01\00\00\00\14\00\00\00\04\00\00\00\05\00\00\00\03\00\00\00\04\00\00\00\05") + (data $41 (i32.const 2876) ",") + (data $41.1 (i32.const 2888) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $42 (i32.const 2924) ",") + (data $42.1 (i32.const 2936) "\01\00\00\00\14\00\00\00\01\00\00\00\04\00\00\00\05\00\00\00\04\00\00\00\05") + (data $43 (i32.const 2972) ",") + (data $43.1 (i32.const 2984) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $44 (i32.const 3020) ",") + (data $44.1 (i32.const 3032) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\05") + (data $45 (i32.const 3068) ",") + (data $45.1 (i32.const 3080) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $46 (i32.const 3116) ",") + (data $46.1 (i32.const 3128) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $47 (i32.const 3164) ",") + (data $47.1 (i32.const 3176) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $48 (i32.const 3212) ",") + (data $48.1 (i32.const 3224) "\01\00\00\00\14\00\00\00\04\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $49 (i32.const 3260) ",") + (data $49.1 (i32.const 3272) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $50 (i32.const 3308) ",") + (data $50.1 (i32.const 3320) "\01\00\00\00\14\00\00\00\01\00\00\00\04\00\00\00\03\00\00\00\04\00\00\00\05") + (data $51 (i32.const 3356) ",") + (data $51.1 (i32.const 3368) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $52 (i32.const 3404) ",") + (data $52.1 (i32.const 3416) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\04\00\00\00\05") + (data $53 (i32.const 3452) ",") + (data $53.1 (i32.const 3464) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $54 (i32.const 3500) ",") + (data $54.1 (i32.const 3512) "\01\00\00\00\14\00\00\00\04\00\00\00\05\00\00\00\03\00\00\00\04\00\00\00\05") + (data $55 (i32.const 3548) ",") + (data $55.1 (i32.const 3560) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $56 (i32.const 3596) ",") + (data $56.1 (i32.const 3608) "\01\00\00\00\14\00\00\00\04\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $57 (i32.const 3644) ",") + (data $57.1 (i32.const 3656) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $58 (i32.const 3692) ",") + (data $58.1 (i32.const 3704) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\03\00\00\00\04\00\00\00\05") + (data $59 (i32.const 3740) ",") + (data $59.1 (i32.const 3752) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $60 (i32.const 3788) ",") + (data $60.1 (i32.const 3800) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\04\00\00\00\05") + (data $61 (i32.const 3836) ",") + (data $61.1 (i32.const 3848) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $62 (i32.const 3884) ",") + (data $62.1 (i32.const 3896) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\05") + (data $63 (i32.const 3932) ",") + (data $63.1 (i32.const 3944) "\01\00\00\00\14\00\00\00\03\00\00\00\05\00\00\00\07\00\00\00\t\00\00\00\0b") + (data $64 (i32.const 3980) "\1c") + (data $64.1 (i32.const 3992) "\01\00\00\00\0c\00\00\00\07\00\00\00\t\00\00\00\0b") + (data $65 (i32.const 4012) "\1c") + (data $65.1 (i32.const 4024) "\01\00\00\00\08\00\00\00\07\00\00\00\t") + (data $66 (i32.const 4044) ",") + (data $66.1 (i32.const 4056) "\01\00\00\00\10\00\00\00\05\00\00\00\07\00\00\00\t\00\00\00\0b") + (data $67 (i32.const 4092) "\1c") + (data $67.1 (i32.const 4104) "\01\00\00\00\08\00\00\00\t\00\00\00\0b") + (data $68 (i32.const 4124) "\1c") + (data $68.1 (i32.const 4136) "\01\00\00\00\08\00\00\00\07\00\00\00\t") + (data $69 (i32.const 4156) "\1c") + (data $69.1 (i32.const 4168) "\01\00\00\00\08\00\00\00\07\00\00\00\t") + (data $70 (i32.const 4188) "\1c") + (data $70.1 (i32.const 4200) "\01\00\00\00\04\00\00\00\00\01\02\03") + (data $71 (i32.const 4220) "\1c") + (data $71.1 (i32.const 4232) "\01\00\00\00\08\00\00\00\00\01\02\03\04\05\06\07") + (data $72 (i32.const 4252) ",") + (data $72.1 (i32.const 4264) "\01\00\00\00\11\00\00\00\00\01\02\03\04\05\06\07\08\t\n\0b\0c\r\0e\0f\10") + (data $73 (i32.const 4300) ",") + (data $73.1 (i32.const 4312) "\01\00\00\00\0e\00\00\00\00\00\01\00\02\00\03\00\04\00\05\00\06") + (data $74 (i32.const 4348) ",") + (data $74.1 (i32.const 4360) "\01\00\00\00\10\00\00\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\07") + (data $75 (i32.const 4396) ",") + (data $75.1 (i32.const 4408) "\01\00\00\00\12\00\00\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\07\00\08") + (data $76 (i32.const 4444) "\1c") + (data $76.1 (i32.const 4456) "\01\00\00\00\04\00\00\00\00\00\c0\7f") + (data $77 (i32.const 4476) "\1c") + (data $77.1 (i32.const 4488) "\01\00\00\00\08") + (data $77.2 (i32.const 4502) "\f8\7f") + (data $78 (i32.const 4508) ",") + (data $78.1 (i32.const 4520) "\01\00\00\00\10\00\00\00\02\00\00\00\05\00\00\00\t\00\00\00\02") + (data $79 (i32.const 4556) "\1c") + (data $79.1 (i32.const 4568) "\01\00\00\00\04\00\00\00\00\00\c0\7f") + (data $80 (i32.const 4588) "\1c") + (data $80.1 (i32.const 4600) "\01\00\00\00\08") + (data $80.2 (i32.const 4614) "\f8\7f") + (data $81 (i32.const 4620) ",") + (data $81.1 (i32.const 4632) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $82 (i32.const 4668) ",") + (data $82.1 (i32.const 4680) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $83 (i32.const 4716) "\1c") + (data $83.1 (i32.const 4728) "\01") + (data $84 (i32.const 4748) ",") + (data $84.1 (i32.const 4760) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $85 (i32.const 4796) "\1c") + (data $85.1 (i32.const 4808) "\01") + (data $86 (i32.const 4828) ",") + (data $86.1 (i32.const 4840) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $87 (i32.const 4876) ",") + (data $87.1 (i32.const 4888) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $88 (i32.const 4924) "\1c") + (data $88.1 (i32.const 4936) "\01\00\00\00\0c\00\00\00\03\00\00\00\04\00\00\00\05") + (data $89 (i32.const 4956) "\1c") + (data $89.1 (i32.const 4968) "\01\00\00\00\08\00\00\00\01\00\00\00\02") + (data $90 (i32.const 4988) ",") + (data $90.1 (i32.const 5000) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $91 (i32.const 5036) "\1c") + (data $91.1 (i32.const 5048) "\01\00\00\00\08\00\00\00\03\00\00\00\04") + (data $92 (i32.const 5068) "\1c") + (data $92.1 (i32.const 5080) "\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\05") + (data $93 (i32.const 5100) ",") + (data $93.1 (i32.const 5112) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $94 (i32.const 5148) "\1c") + (data $94.1 (i32.const 5160) "\01\00\00\00\04\00\00\00\01") + (data $95 (i32.const 5180) ",") + (data $95.1 (i32.const 5192) "\01\00\00\00\10\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $96 (i32.const 5228) ",") + (data $96.1 (i32.const 5240) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $97 (i32.const 5276) "\1c") + (data $97.1 (i32.const 5288) "\01\00\00\00\04\00\00\00\05") + (data $98 (i32.const 5308) ",") + (data $98.1 (i32.const 5320) "\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04") + (data $99 (i32.const 5356) ",") + (data $99.1 (i32.const 5368) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $100 (i32.const 5404) "\1c") + (data $100.1 (i32.const 5416) "\01\00\00\00\08\00\00\00\04\00\00\00\05") + (data $101 (i32.const 5436) "\1c") + (data $101.1 (i32.const 5448) "\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") + (data $102 (i32.const 5468) ",") + (data $102.1 (i32.const 5480) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $103 (i32.const 5516) "\1c") + (data $103.1 (i32.const 5528) "\01\00\00\00\04\00\00\00\04") + (data $104 (i32.const 5548) ",") + (data $104.1 (i32.const 5560) "\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\05") + (data $105 (i32.const 5596) ",") + (data $105.1 (i32.const 5608) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $106 (i32.const 5644) "\1c") + (data $106.1 (i32.const 5656) "\01\00\00\00\04\00\00\00\01") + (data $107 (i32.const 5676) ",") + (data $107.1 (i32.const 5688) "\01\00\00\00\10\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $108 (i32.const 5724) ",") + (data $108.1 (i32.const 5736) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $109 (i32.const 5772) "\1c") + (data $109.1 (i32.const 5784) "\01") + (data $110 (i32.const 5804) ",") + (data $110.1 (i32.const 5816) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $111 (i32.const 5852) ",") + (data $111.1 (i32.const 5864) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $112 (i32.const 5900) "\1c") + (data $112.1 (i32.const 5912) "\01") + (data $113 (i32.const 5932) ",") + (data $113.1 (i32.const 5944) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $114 (i32.const 5980) ",") + (data $114.1 (i32.const 5992) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $115 (i32.const 6028) "\1c") + (data $115.1 (i32.const 6040) "\01") + (data $116 (i32.const 6060) ",") + (data $116.1 (i32.const 6072) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $117 (i32.const 6108) ",") + (data $117.1 (i32.const 6120) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $118 (i32.const 6156) "\1c") + (data $118.1 (i32.const 6168) "\01") + (data $119 (i32.const 6188) ",") + (data $119.1 (i32.const 6200) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $120 (i32.const 6236) ",") + (data $120.1 (i32.const 6248) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $121 (i32.const 6284) "\1c") + (data $121.1 (i32.const 6296) "\01") + (data $122 (i32.const 6316) ",") + (data $122.1 (i32.const 6328) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $123 (i32.const 6364) "\1c") + (data $123.1 (i32.const 6376) "\01") + (data $124 (i32.const 6396) "|") + (data $124.1 (i32.const 6408) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") + (data $125 (i32.const 6524) "|") + (data $125.1 (i32.const 6536) "\02\00\00\00^\00\00\00U\00n\00e\00x\00p\00e\00c\00t\00e\00d\00 \00\'\00n\00u\00l\00l\00\'\00 \00(\00n\00o\00t\00 \00a\00s\00s\00i\00g\00n\00e\00d\00 \00o\00r\00 \00f\00a\00i\00l\00e\00d\00 \00c\00a\00s\00t\00)") + (data $126 (i32.const 6652) "\1c") + (data $126.1 (i32.const 6664) "\0e\00\00\00\08\00\00\00\01") + (data $127 (i32.const 6684) "\1c") + (data $127.1 (i32.const 6696) "\0e\00\00\00\08\00\00\00\02") + (data $128 (i32.const 6716) "\1c") + (data $128.1 (i32.const 6728) "\0e\00\00\00\08\00\00\00\03") + (data $129 (i32.const 6748) "\1c") + (data $129.1 (i32.const 6760) "\0e\00\00\00\08\00\00\00\04") + (data $130 (i32.const 6780) "\1c") + (data $130.1 (i32.const 6792) "\0e\00\00\00\08\00\00\00\05") + (data $131 (i32.const 6812) "\1c") + (data $131.1 (i32.const 6824) "\0e\00\00\00\08\00\00\00\06") + (data $132 (i32.const 6844) ",") + (data $132.1 (i32.const 6856) "\01\00\00\00\10\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03") + (data $133 (i32.const 6892) "\1c") + (data $133.1 (i32.const 6904) "\0e\00\00\00\08\00\00\00\07") + (data $134 (i32.const 6924) "\1c") + (data $134.1 (i32.const 6936) "\0e\00\00\00\08\00\00\00\08") + (data $135 (i32.const 6956) "\1c") + (data $135.1 (i32.const 6968) "\0e\00\00\00\08\00\00\00\t") + (data $136 (i32.const 6988) "\1c") + (data $136.1 (i32.const 7000) "\0e\00\00\00\08\00\00\00\n") + (data $137 (i32.const 7020) "\1c") + (data $137.1 (i32.const 7032) "\0e\00\00\00\08\00\00\00\0b") + (data $138 (i32.const 7052) "\1c") + (data $138.1 (i32.const 7064) "\0e\00\00\00\08\00\00\00\0c") + (data $139 (i32.const 7084) "\1c") + (data $139.1 (i32.const 7096) "\0e\00\00\00\08\00\00\00\r") + (data $140 (i32.const 7116) "\1c") + (data $140.1 (i32.const 7128) "\0e\00\00\00\08\00\00\00\0e") + (data $141 (i32.const 7148) "\1c") + (data $141.1 (i32.const 7160) "\0e\00\00\00\08\00\00\00\0f") + (data $142 (i32.const 7180) "\1c") + (data $142.1 (i32.const 7192) "\0e\00\00\00\08\00\00\00\10") + (data $143 (i32.const 7212) "\1c") + (data $143.1 (i32.const 7224) "\0e\00\00\00\08\00\00\00\11") + (data $144 (i32.const 7244) "\1c") + (data $144.1 (i32.const 7256) "\0e\00\00\00\08\00\00\00\12") + (data $145 (i32.const 7276) "\1c") + (data $145.1 (i32.const 7288) "\0e\00\00\00\08\00\00\00\13") + (data $146 (i32.const 7308) "\1c") + (data $146.1 (i32.const 7320) "\0e\00\00\00\08\00\00\00\14") + (data $147 (i32.const 7340) "\1c") + (data $147.1 (i32.const 7352) "\0f\00\00\00\08\00\00\00\15") + (data $148 (i32.const 7372) "\1c") + (data $148.1 (i32.const 7384) "\0f\00\00\00\08\00\00\00\16") + (data $149 (i32.const 7404) "\1c") + (data $149.1 (i32.const 7416) "\0f\00\00\00\08\00\00\00\17") + (data $150 (i32.const 7436) "\1c") + (data $150.1 (i32.const 7448) "\0f\00\00\00\08\00\00\00\18") + (data $151 (i32.const 7468) "\1c") + (data $151.1 (i32.const 7480) "\0f\00\00\00\08\00\00\00\19") + (data $152 (i32.const 7500) "|") + (data $152.1 (i32.const 7512) "\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006") + (data $153 (i32.const 7628) "<") + (data $153.1 (i32.const 7640) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s") + (data $154 (i32.const 7692) "\1c") + (data $154.1 (i32.const 7704) "\02\00\00\00\02\00\00\000") + (data $155 (i32.const 7724) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009") + (data $156 (i32.const 8124) "\1c\04") + (data $156.1 (i32.const 8136) "\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f") + (data $157 (i32.const 9180) "\\") + (data $157.1 (i32.const 9192) "\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z") + (data $158 (i32.const 9276) "\1c") + (data $158.1 (i32.const 9288) "\11\00\00\00\08\00\00\00\1a") + (data $159 (i32.const 9308) "\1c") + (data $159.1 (i32.const 9320) "\12\00\00\00\08\00\00\00\1b") + (data $160 (i32.const 9340) "\1c") + (data $160.1 (i32.const 9352) "\13\00\00\00\08\00\00\00\1c") + (data $161 (i32.const 9372) "\1c") + (data $161.1 (i32.const 9384) "\13\00\00\00\08\00\00\00\1d") + (data $162 (i32.const 9404) "\1c") + (data $162.1 (i32.const 9416) "\13\00\00\00\08\00\00\00\1e") + (data $163 (i32.const 9436) "\1c") + (data $163.1 (i32.const 9448) "\0e\00\00\00\08\00\00\00\1f") + (data $164 (i32.const 9468) "\1c") + (data $164.1 (i32.const 9480) "\0e\00\00\00\08\00\00\00 ") + (data $165 (i32.const 9500) "\1c") + (data $165.1 (i32.const 9512) "\0e\00\00\00\08\00\00\00!") + (data $166 (i32.const 9532) "\1c") + (data $166.1 (i32.const 9544) "\0e\00\00\00\08\00\00\00\"") + (data $167 (i32.const 9564) "\1c") + (data $167.1 (i32.const 9576) "\14\00\00\00\08\00\00\00#") + (data $168 (i32.const 9596) "\1c") + (data $168.1 (i32.const 9608) "\14\00\00\00\08\00\00\00$") + (data $169 (i32.const 9628) "\1c") + (data $169.1 (i32.const 9640) "\15\00\00\00\08\00\00\00%") + (data $170 (i32.const 9660) "\1c") + (data $170.1 (i32.const 9672) "\15\00\00\00\08\00\00\00&") + (data $171 (i32.const 9692) "\1c") + (data $171.1 (i32.const 9704) "\14\00\00\00\08\00\00\00\'") + (data $172 (i32.const 9724) "\1c") + (data $172.1 (i32.const 9736) "\14\00\00\00\08\00\00\00(") + (data $173 (i32.const 9756) "\1c") + (data $173.1 (i32.const 9768) "\14\00\00\00\08\00\00\00)") + (data $174 (i32.const 9788) "\1c") + (data $174.1 (i32.const 9800) "\14\00\00\00\08\00\00\00*") + (data $175 (i32.const 9820) "\1c") + (data $175.1 (i32.const 9832) "\14\00\00\00\08\00\00\00+") + (data $176 (i32.const 9852) "\1c") + (data $176.1 (i32.const 9864) "\15\00\00\00\08\00\00\00,") + (data $177 (i32.const 9884) "\1c") + (data $177.1 (i32.const 9896) "\15\00\00\00\08\00\00\00-") + (data $178 (i32.const 9916) "\1c") + (data $178.1 (i32.const 9928) "\14\00\00\00\08\00\00\00.") + (data $179 (i32.const 9948) "\1c") + (data $179.1 (i32.const 9960) "\14\00\00\00\08\00\00\00/") + (data $180 (i32.const 9980) "\1c") + (data $180.1 (i32.const 9992) "\14\00\00\00\08\00\00\000") + (data $181 (i32.const 10012) "\bc") + (data $181.1 (i32.const 10024) "\02\00\00\00\ac\00\00\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\000\001\002\003\004\005\006\007\008\009\00_\00-\00,\00.\00+\00/\00\\\00[\00]\00{\00}\00(\00)\00<\00>\00*\00&\00$\00%\00^\00@\00#\00!\00?") + (data $182 (i32.const 10204) "\1c") + (data $182.1 (i32.const 10216) "\01\00\00\00\0c\00\00\00\00\00\00@\00\00\80\bf") + (data $183 (i32.const 10236) "\1c") + (data $183.1 (i32.const 10248) "\18\00\00\00\08\00\00\001") + (data $184 (i32.const 10268) "\1c") + (data $184.1 (i32.const 10280) "\01\00\00\00\0c\00\00\00\00\00\80\bf\00\00\00\00\00\00\00@") + (data $185 (i32.const 10300) "<") + (data $185.1 (i32.const 10312) "\01\00\00\00 \00\00\00\00\00\80?\00\00\c0\7f\00\00\80\ff\00\00\80?\00\00\00\00\00\00\80\bf\00\00\00\c0\00\00\80\7f") + (data $186 (i32.const 10364) "<") + (data $186.1 (i32.const 10376) "\01\00\00\00 \00\00\00\00\00\80\ff\00\00\00\c0\00\00\80\bf\00\00\00\00\00\00\80?\00\00\80?\00\00\80\7f\00\00\c0\7f") + (data $187 (i32.const 10428) "\\") + (data $187.1 (i32.const 10440) "\01\00\00\00@") + (data $187.2 (i32.const 10454) "\f0?\00\00\00\00\00\00\f8\7f\00\00\00\00\00\00\f0\ff\05\00\00\00\00\00\f0?") + (data $187.3 (i32.const 10494) "\f0\bf\00\00\00\00\00\00\00\c0\00\00\00\00\00\00\f0\7f") + (data $188 (i32.const 10524) "\1c") + (data $188.1 (i32.const 10536) "\19\00\00\00\08\00\00\002") + (data $189 (i32.const 10556) "\\") + (data $189.1 (i32.const 10568) "\01\00\00\00@") + (data $189.2 (i32.const 10582) "\f0\ff\00\00\00\00\00\00\00\c0\00\00\00\00\00\00\f0\bf") + (data $189.3 (i32.const 10614) "\f0?\05\00\00\00\00\00\f0?\00\00\00\00\00\00\f0\7f\00\00\00\00\00\00\f8\7f") + (data $190 (i32.const 10652) ",") + (data $190.1 (i32.const 10664) "\01\00\00\00\14\00\00\00\01\00\00\00\fe\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\02") + (data $191 (i32.const 10700) "\1c") + (data $191.1 (i32.const 10712) "\1a\00\00\00\08\00\00\003") + (data $192 (i32.const 10732) ",") + (data $192.1 (i32.const 10744) "\01\00\00\00\14\00\00\00\fe\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\01\00\00\00\02") + (data $193 (i32.const 10780) ",") + (data $193.1 (i32.const 10792) "\01\00\00\00\14\00\00\00\01\00\00\00\ff\ff\ff\ff\fe\ff\ff\ff\00\00\00\00\02") + (data $194 (i32.const 10828) "\1c") + (data $194.1 (i32.const 10840) "\1b\00\00\00\08\00\00\004") + (data $195 (i32.const 10860) ",") + (data $195.1 (i32.const 10872) "\01\00\00\00\14\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\fe\ff\ff\ff\ff\ff\ff\ff") + (data $196 (i32.const 10908) "\1c") + (data $196.1 (i32.const 10920) "\01") + (data $197 (i32.const 10940) "\1c") + (data $197.1 (i32.const 10952) "\01\00\00\00\04\00\00\00\01") + (data $198 (i32.const 10972) "\1c") + (data $198.1 (i32.const 10984) "\01\00\00\00\08\00\00\00\02\00\00\00\01") + (data $199 (i32.const 11004) ",") + (data $199.1 (i32.const 11016) "\01\00\00\00\10\00\00\00\03\00\00\00\02\00\00\00\01") + (data $200 (i32.const 11052) ",") + (data $200.1 (i32.const 11064) "\01\00\00\00\10\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03") + (data $201 (i32.const 11100) "\1c") + (data $201.1 (i32.const 11112) "\1a\00\00\00\08\00\00\005") + (data $202 (i32.const 11132) "\1c") + (data $202.1 (i32.const 11144) "\01\00\00\00\04\00\00\00\01") + (data $203 (i32.const 11164) "\1c") + (data $203.1 (i32.const 11176) "\01\00\00\00\08\00\00\00\01\00\00\00\02") + (data $204 (i32.const 11196) "\1c") + (data $204.1 (i32.const 11208) "\1c\00\00\00\08\00\00\006") + (data $205 (i32.const 11228) "\1c") + (data $205.1 (i32.const 11240) "\1a\00\00\00\08\00\00\007") + (data $206 (i32.const 11260) "\1c") + (data $206.1 (i32.const 11272) "\1a\00\00\00\08\00\00\008") + (data $207 (i32.const 11292) "\1c") + (data $207.1 (i32.const 11304) "\1a\00\00\00\08\00\00\009") + (data $208 (i32.const 11324) "\1c") + (data $208.1 (i32.const 11336) "\1a\00\00\00\08\00\00\00:") + (data $209 (i32.const 11356) "\1c") + (data $209.1 (i32.const 11368) "\1e\00\00\00\08\00\00\00;") + (data $210 (i32.const 11388) "\1c") + (data $210.1 (i32.const 11400) "!\00\00\00\08\00\00\00<") + (data $211 (i32.const 11420) "\1c") + (data $211.1 (i32.const 11432) "\02\00\00\00\02\00\00\00a") + (data $212 (i32.const 11452) "\1c") + (data $212.1 (i32.const 11464) "\02\00\00\00\02\00\00\00b") + (data $213 (i32.const 11484) "\1c") + (data $213.1 (i32.const 11496) "\02\00\00\00\04\00\00\00a\00b") + (data $214 (i32.const 11516) "\1c") + (data $214.1 (i32.const 11528) "\02\00\00\00\04\00\00\00b\00a") + (data $215 (i32.const 11548) "\1c") + (data $215.1 (i32.const 11560) "\02") + (data $216 (i32.const 11580) ",") + (data $216.1 (i32.const 11592) "\01\00\00\00\1c\00\00\00\b0,\00\00\d0,\00\00\b0,\00\00\f0,\00\00\10-\00\000-") + (data $217 (i32.const 11628) ",") + (data $217.1 (i32.const 11640) "\01\00\00\00\1c\00\00\000-\00\00\b0,\00\00\b0,\00\00\f0,\00\00\d0,\00\00\10-") + (data $218 (i32.const 11676) "\1c") + (data $218.1 (i32.const 11688) "#\00\00\00\08\00\00\00=") + (data $219 (i32.const 11708) "\1c") + (data $219.1 (i32.const 11720) "$\00\00\00\08\00\00\00>") + (data $220 (i32.const 11740) "\1c") + (data $220.1 (i32.const 11752) "\01\00\00\00\02\00\00\00\01") + (data $221 (i32.const 11772) "\1c") + (data $221.1 (i32.const 11784) "\02\00\00\00\08\00\00\00t\00r\00u\00e") + (data $222 (i32.const 11804) "\1c") + (data $222.1 (i32.const 11816) "\02\00\00\00\n\00\00\00f\00a\00l\00s\00e") + (data $223 (i32.const 11836) "\1c") + (data $223.1 (i32.const 11848) "\02\00\00\00\02\00\00\00,") + (data $224 (i32.const 11868) ",") + (data $224.1 (i32.const 11880) "\02\00\00\00\14\00\00\00t\00r\00u\00e\00,\00f\00a\00l\00s\00e") + (data $225 (i32.const 11916) "\1c") + (data $225.1 (i32.const 11928) "\01\00\00\00\0c\00\00\00\01\00\00\00\fe\ff\ff\ff\fd\ff\ff\ff") + (data $226 (i32.const 11948) "\1c") + (data $226.1 (i32.const 11960) "\02\00\00\00\n\00\00\001\00-\002\00-\003") + (data $227 (i32.const 11980) "\1c") + (data $227.1 (i32.const 11992) "\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") + (data $228 (i32.const 12012) "\1c") + (data $228.1 (i32.const 12024) "\02\00\00\00\02\00\00\00-") + (data $229 (i32.const 12044) "\1c") + (data $229.1 (i32.const 12056) "\01\00\00\00\08\00\00\00\00\00\00\80\00\00\00\80") + (data $230 (i32.const 12076) "\1c") + (data $230.1 (i32.const 12088) "\02\00\00\00\04\00\00\00_\00_") + (data $231 (i32.const 12108) "L") + (data $231.1 (i32.const 12120) "\02\00\00\000\00\00\00-\002\001\004\007\004\008\003\006\004\008\00_\00_\00-\002\001\004\007\004\008\003\006\004\008") + (data $232 (i32.const 12188) "L") + (data $232.1 (i32.const 12200) "\01\00\00\000") + (data $232.2 (i32.const 12222) "\f0?\00\00\00\00\00\00\00\c0\00\00\00\00\00\00\f8\7f\00\00\00\00\00\00\f0\ff\00\00\00\00\00\00\f0\7f") + (data $233 (i32.const 12268) "\1c") + (data $233.1 (i32.const 12280) "\02\00\00\00\04\00\00\00,\00 ") + (data $234 (i32.const 12300) "\1c") + (data $234.1 (i32.const 12312) "\02\00\00\00\06\00\00\000\00.\000") + (data $235 (i32.const 12332) "\1c") + (data $235.1 (i32.const 12344) "\02\00\00\00\06\00\00\00N\00a\00N") + (data $236 (i32.const 12364) ",") + (data $236.1 (i32.const 12376) "\02\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y") + (data $237 (i32.const 12412) ",") + (data $237.1 (i32.const 12424) "\02\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y") + (data $239 (i32.const 12520) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\00\00\00[\00o\00b\00j\00e\00c\00t\00 \00O\00b\00j\00e\00c\00t\00]\00,\00[\00o\00b\00j\00e\00c\00t\00 \00O\00b\00j\00e\00c\00t\00]") + (data $248 (i32.const 13868) "\1c") + (data $248.1 (i32.const 13880) "\01") + (data $249 (i32.const 13900) "\1c") + (data $249.1 (i32.const 13912) "\01\00\00\00\04\00\00\00\01") + (data $250 (i32.const 13932) "\1c") + (data $250.1 (i32.const 13944) "\01\00\00\00\08\00\00\00\01\00\00\00\02") + (data $251 (i32.const 13964) ",") + (data $251.1 (i32.const 13976) "\01\00\00\00\10\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03") + (data $252 (i32.const 14012) "\1c") + (data $252.1 (i32.const 14024) "\02\00\00\00\06\00\00\001\00,\002") + (data $253 (i32.const 14044) ",") + (data $253.1 (i32.const 14056) "\02\00\00\00\0e\00\00\000\00,\001\00,\002\00,\003") + (data $254 (i32.const 14092) "\1c") + (data $254.1 (i32.const 14104) "\01\00\00\00\03\00\00\00\01\ff") + (data $255 (i32.const 14124) "\1c") + (data $255.1 (i32.const 14136) "\02\00\00\00\0c\00\00\001\00,\00-\001\00,\000") + (data $256 (i32.const 14156) "\1c") + (data $256.1 (i32.const 14168) "\01\00\00\00\03\00\00\00\80\81\80") + (data $257 (i32.const 14188) ",") + (data $257.1 (i32.const 14200) "\02\00\00\00\1c\00\00\00-\001\002\008\00,\00-\001\002\007\00,\00-\001\002\008") + (data $258 (i32.const 14236) "\1c") + (data $258.1 (i32.const 14248) "\01\00\00\00\06\00\00\00\01\00\ff\ff") + (data $259 (i32.const 14268) ",") + (data $259.1 (i32.const 14280) "\02\00\00\00\12\00\00\001\00,\006\005\005\003\005\00,\000") + (data $260 (i32.const 14316) "\1c") + (data $260.1 (i32.const 14328) "\01\00\00\00\04\00\00\00\00\80\01\ff") + (data $261 (i32.const 14348) ",") + (data $261.1 (i32.const 14360) "\02\00\00\00\16\00\00\00-\003\002\007\006\008\00,\00-\002\005\005") + (data $262 (i32.const 14396) "\1c") + (data $262.1 (i32.const 14408) "\01\00\00\00\08\00\00\00\00\00\00\80\80\ff\ff\ff") + (data $263 (i32.const 14428) "<") + (data $263.1 (i32.const 14440) "\02\00\00\00 \00\00\00-\002\001\004\007\004\008\003\006\004\008\00,\00-\001\002\008") + (data $264 (i32.const 14492) ",") + (data $264.1 (i32.const 14504) "\01\00\00\00\18\00\00\00\01\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff") + (data $265 (i32.const 14540) "L") + (data $265.1 (i32.const 14552) "\02\00\00\000\00\00\001\00,\001\008\004\004\006\007\004\004\000\007\003\007\000\009\005\005\001\006\001\005\00,\000") + (data $266 (i32.const 14620) "<") + (data $266.1 (i32.const 14632) "\01\00\00\00(\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff@Eu\c3*\9d\fb\ff\00\00\00\00\00\00\00\80\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\7f") + (data $267 (i32.const 14684) "\9c") + (data $267.1 (i32.const 14696) "\02\00\00\00~\00\00\00-\001\00,\00-\001\002\003\004\005\006\007\008\009\000\001\002\003\004\005\006\00,\00-\009\002\002\003\003\007\002\000\003\006\008\005\004\007\007\005\008\000\008\00,\000\00,\009\002\002\003\003\007\002\000\003\006\008\005\004\007\007\005\008\000\007") + (data $268 (i32.const 14844) ",") + (data $268.1 (i32.const 14856) "\01\00\00\00\1c\00\00\000-\00\00\b0,\00\00\b0,\00\00\f0,\00\00\d0,\00\00\10-") + (data $269 (i32.const 14892) ",") + (data $269.1 (i32.const 14904) "\02\00\00\00\1a\00\00\00,\00a\00,\00a\00,\00a\00b\00,\00b\00,\00b\00a\00,") + (data $270 (i32.const 14940) "\1c") + (data $270.1 (i32.const 14952) "\02\00\00\00\02\00\00\002") + (data $271 (i32.const 14972) "\1c") + (data $271.1 (i32.const 14984) "\02\00\00\00\02\00\00\004") + (data $272 (i32.const 15004) ",") + (data $272.1 (i32.const 15016) "\01\00\00\00\10\00\00\00\005\00\00p:\00\00\00\00\00\00\90:") + (data $273 (i32.const 15052) "\1c") + (data $273.1 (i32.const 15064) "\02\00\00\00\0c\00\00\001\00,\002\00,\00,\004") + (data $274 (i32.const 15084) "\1c") + (data $274.1 (i32.const 15096) "\01\00\00\00\08\00\00\00\01\00\00\00\02") + (data $275 (i32.const 15116) "\1c") + (data $275.1 (i32.const 15128) "\01\00\00\00\08\00\00\00\03\00\00\00\04") + (data $276 (i32.const 15148) ",") + (data $276.1 (i32.const 15160) "\02\00\00\00\0e\00\00\001\00,\002\00,\003\00,\004") + (data $277 (i32.const 15196) "\1c") + (data $277.1 (i32.const 15208) "\01\00\00\00\02\00\00\00\01\02") + (data $278 (i32.const 15228) "\1c") + (data $278.1 (i32.const 15240) "\01\00\00\00\02\00\00\00\03\04") + (data $279 (i32.const 15260) "\1c") + (data $279.1 (i32.const 15272) "\01\00\00\00\04\00\00\00\01") + (data $280 (i32.const 15292) "\1c") + (data $280.1 (i32.const 15304) "\01\00\00\00\04") + (data $281 (i32.const 15324) "\1c") + (data $281.1 (i32.const 15336) "\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") + (data $282 (i32.const 15356) "\1c") + (data $282.1 (i32.const 15368) "\01\00\00\00\0c\00\00\00\04\00\00\00\05\00\00\00\06") + (data $283 (i32.const 15388) "\1c") + (data $283.1 (i32.const 15400) "\01\00\00\00\0c\00\00\00\07\00\00\00\08\00\00\00\t") + (data $284 (i32.const 15420) "\1c") + (data $284.1 (i32.const 15432) "\02\00\00\00\06\00\00\00o\00n\00e") + (data $285 (i32.const 15452) "\1c") + (data $285.1 (i32.const 15464) "\01\00\00\00\04\00\00\00P<") + (data $286 (i32.const 15484) "\1c") + (data $286.1 (i32.const 15496) "\02\00\00\00\06\00\00\00t\00w\00o") + (data $287 (i32.const 15516) "\1c") + (data $287.1 (i32.const 15528) "\02\00\00\00\n\00\00\00t\00h\00r\00e\00e") + (data $288 (i32.const 15548) "\1c") + (data $288.1 (i32.const 15560) "\01\00\00\00\0c\00\00\00\90<\00\00\00\00\00\00\b0<") + (data $289 (i32.const 15580) "\1c") + (data $289.1 (i32.const 15592) "\02\00\00\00\08\00\00\00f\00o\00u\00r") + (data $290 (i32.const 15612) "\1c") + (data $290.1 (i32.const 15624) "\02\00\00\00\08\00\00\00f\00i\00v\00e") + (data $291 (i32.const 15644) "\1c") + (data $291.1 (i32.const 15656) "\02\00\00\00\06\00\00\00s\00i\00x") + (data $292 (i32.const 15676) "\1c") + (data $292.1 (i32.const 15688) "\01\00\00\00\0c\00\00\00\f0<\00\00\10=\00\000=") + (data $293 (i32.const 15708) "\1c") + (data $293.1 (i32.const 15720) "\02\00\00\00\n\00\00\00s\00e\00v\00e\00n") + (data $294 (i32.const 15740) "\1c") + (data $294.1 (i32.const 15752) "\01\00\00\00\04\00\00\00p=") + (data $295 (i32.const 15772) "<") + (data $295.1 (i32.const 15784) "\01\00\00\00 \00\00\00P<\00\00\90<\00\00\00\00\00\00\b0<\00\00\f0<\00\00\10=\00\000=\00\00p=") + (data $296 (i32.const 15836) "\1c") + (data $296.1 (i32.const 15848) "\01") + (data $297 (i32.const 15868) "\1c") + (data $297.1 (i32.const 15880) "\01") + (data $298 (i32.const 15900) "\1c") + (data $298.1 (i32.const 15912) "\01\00\00\00\04\00\00\00\01") + (data $299 (i32.const 15932) "\1c") + (data $299.1 (i32.const 15944) "\01\00\00\00\04\00\00\00\02") + (data $300 (i32.const 15964) "\1c") + (data $300.1 (i32.const 15976) ".\00\00\00\08\00\00\00?") + (data $301 (i32.const 16000) "/\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00 \00\00\00A\00\00\00B\00\00\00\02\01\00\00\02\19\00\00\02A\00\00\82\00\00\00\02\1a\00\00\02a") + (data $301.1 (i32.const 16068) "\02A") + (data $301.2 (i32.const 16092) " \00\00\00\02A") + (data $301.3 (i32.const 16120) "\02A\00\00\00\00\00\00 \00\00\00\02A\00\00\00\00\00\00\02a") + (data $301.4 (i32.const 16152) "B\00\00\00B\08\00\00\82\08\00\00\02\02\00\00\02\n\00\00\02A\00\00\02A\00\00\02A\00\00\02A") (table $0 64 64 funcref) (elem $0 (i32.const 1) $start:std/array~anonymous|0 $start:std/array~anonymous|1 $start:std/array~anonymous|2 $start:std/array~anonymous|3 $start:std/array~anonymous|2 $start:std/array~anonymous|5 $start:std/array~anonymous|0 $start:std/array~anonymous|1 $start:std/array~anonymous|2 $start:std/array~anonymous|5 $start:std/array~anonymous|10 $start:std/array~anonymous|11 $start:std/array~anonymous|12 $start:std/array~anonymous|13 $start:std/array~anonymous|14 $start:std/array~anonymous|15 $start:std/array~anonymous|16 $start:std/array~anonymous|17 $start:std/array~anonymous|18 $start:std/array~anonymous|19 $start:std/array~anonymous|20 $start:std/array~anonymous|21 $start:std/array~anonymous|20 $start:std/array~anonymous|23 $start:std/array~anonymous|24 $start:std/array~anonymous|25 $start:std/array~anonymous|26 $start:std/array~anonymous|27 $start:std/array~anonymous|28 $start:std/array~anonymous|29 $start:std/array~anonymous|30 $start:std/array~anonymous|31 $start:std/array~anonymous|32 $start:std/array~anonymous|33 $start:std/array~anonymous|34 $start:std/array~anonymous|34 $start:std/array~anonymous|36 $start:std/array~anonymous|37 $start:std/array~anonymous|38 $start:std/array~anonymous|34 $start:std/array~anonymous|40 $start:std/array~anonymous|34 $start:std/array~anonymous|34 $start:std/array~anonymous|36 $start:std/array~anonymous|37 $start:std/array~anonymous|38 $start:std/array~anonymous|34 $start:std/array~anonymous|40 $~lib/util/sort/COMPARATOR~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/array/assertStableSortedForComplexObjects~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $start:std/array~anonymous|49 $~lib/util/sort/COMPARATOR~anonymous|0 $start:std/array~anonymous|49 $start:std/array~anonymous|52 $std/array/assertStableSortedForComplexObjects~anonymous|0 $~lib/util/sort/COMPARATOR<~lib/string/String|null>~anonymous|0 $~lib/util/sort/COMPARATOR<~lib/string/String|null>~anonymous|0 $start:std/array~anonymous|54) (export "memory" (memory $0)) @@ -21860,7 +21860,7 @@ local.get $0 i32.load $0 offset=4 local.set $0 - loop $while-continue|016 + loop $while-continue|08 local.get $1 local.get $3 i32.gt_s @@ -21884,7 +21884,7 @@ i32.const 1 i32.add local.set $3 - br $while-continue|016 + br $while-continue|08 end end global.get $~lib/memory/__stack_pointer @@ -21956,7 +21956,7 @@ local.get $0 i32.load $0 offset=4 local.set $0 - loop $while-continue|021 + loop $while-continue|09 local.get $1 local.get $3 i32.gt_s @@ -21980,7 +21980,7 @@ i32.const 1 i32.add local.set $3 - br $while-continue|021 + br $while-continue|09 end end global.get $~lib/memory/__stack_pointer @@ -22335,7 +22335,7 @@ local.get $0 i32.load $0 offset=4 local.set $0 - loop $while-continue|026 + loop $while-continue|010 local.get $1 local.get $3 i32.gt_s @@ -22361,7 +22361,7 @@ i32.const 1 i32.add local.set $3 - br $while-continue|026 + br $while-continue|010 end end global.get $~lib/memory/__stack_pointer @@ -22429,7 +22429,7 @@ local.get $0 i32.load $0 offset=4 local.set $0 - loop $while-continue|031 + loop $while-continue|011 local.get $1 local.get $3 i32.gt_s @@ -22455,7 +22455,7 @@ i32.const 1 i32.add local.set $3 - br $while-continue|031 + br $while-continue|011 end end global.get $~lib/memory/__stack_pointer @@ -24928,7 +24928,7 @@ local.set $9 i32.const 0 local.set $1 - loop $for-loop|039 + loop $for-loop|012 global.get $~lib/memory/__stack_pointer local.get $3 i32.store $0 @@ -24986,7 +24986,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|039 + br $for-loop|012 end end global.get $~lib/memory/__stack_pointer @@ -25041,7 +25041,7 @@ local.set $9 i32.const 0 local.set $1 - loop $for-loop|043 + loop $for-loop|013 global.get $~lib/memory/__stack_pointer local.get $3 i32.store $0 @@ -25088,7 +25088,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|043 + br $for-loop|013 end end global.get $~lib/memory/__stack_pointer @@ -26843,11 +26843,11 @@ local.get $3 i32.const 0 i32.store $0 offset=8 - block $1of14 - block $0of15 - block $outOfRange6 + block $1of116 + block $0of117 + block $outOfRange18 global.get $~argumentsLength - br_table $0of15 $1of14 $outOfRange6 + br_table $0of117 $1of116 $outOfRange18 end unreachable end @@ -26927,11 +26927,11 @@ local.get $3 i32.const 0 i32.store $0 offset=8 - block $1of19 - block $0of110 - block $outOfRange11 + block $1of112 + block $0of113 + block $outOfRange14 global.get $~argumentsLength - br_table $0of110 $1of19 $outOfRange11 + br_table $0of113 $1of112 $outOfRange14 end unreachable end @@ -27298,9 +27298,9 @@ i32.store $0 block $2of2 block $1of2 - block $outOfRange4 + block $outOfRange3 global.get $~argumentsLength - br_table $1of2 $1of2 $2of2 $outOfRange4 + br_table $1of2 $1of2 $2of2 $outOfRange3 end unreachable end @@ -27397,7 +27397,7 @@ i32.const 2 i32.shl local.set $3 - loop $while-continue|05 + loop $while-continue|04 local.get $2 local.get $3 i32.lt_u @@ -27422,7 +27422,7 @@ i32.const 4 i32.add local.set $2 - br $while-continue|05 + br $while-continue|04 end end global.get $~lib/memory/__stack_pointer @@ -27457,7 +27457,7 @@ local.get $3 call $~lib/array/Array#get:length local.set $3 - loop $for-loop|050 + loop $for-loop|014 local.get $1 local.get $3 i32.lt_s @@ -27523,7 +27523,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|050 + br $for-loop|014 end end end @@ -27700,7 +27700,7 @@ local.get $2 local.get $3 i32.store $0 - loop $for-loop|07 + loop $for-loop|04 local.get $1 i32.const 2 i32.lt_s @@ -27733,7 +27733,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|07 + br $for-loop|04 end end global.get $~lib/memory/__stack_pointer @@ -27866,7 +27866,7 @@ local.get $2 local.get $3 i32.store $0 - loop $for-loop|09 + loop $for-loop|05 local.get $1 i32.const 512 i32.lt_s @@ -27917,7 +27917,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|09 + br $for-loop|05 end end global.get $~lib/memory/__stack_pointer @@ -27975,13 +27975,13 @@ local.get $1 i32.const 0 i32.store $0 offset=8 - block $1of153 - block $0of154 - block $outOfRange55 + block $1of113 + block $0of114 + block $outOfRange15 global.get $~argumentsLength i32.const 1 i32.sub - br_table $0of154 $1of153 $outOfRange55 + br_table $0of114 $1of113 $outOfRange15 end unreachable end @@ -28053,7 +28053,7 @@ local.get $7 call $~lib/array/Array#get:length local.set $8 - loop $for-loop|017 + loop $for-loop|015 local.get $1 local.get $8 i32.lt_s @@ -28101,7 +28101,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|017 + br $for-loop|015 end end global.get $~lib/memory/__stack_pointer @@ -28183,7 +28183,7 @@ end i32.const 0 local.set $1 - loop $for-loop|019 + loop $for-loop|016 local.get $0 local.get $1 i32.gt_s @@ -28248,7 +28248,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|019 + br $for-loop|016 end end global.get $~lib/memory/__stack_pointer @@ -28292,13 +28292,13 @@ local.get $1 i32.const 0 i32.store $0 offset=8 - block $1of157 - block $0of158 - block $outOfRange59 + block $1of114 + block $0of115 + block $outOfRange16 global.get $~argumentsLength i32.const 1 i32.sub - br_table $0of158 $1of157 $outOfRange59 + br_table $0of115 $1of114 $outOfRange16 end unreachable end @@ -28392,7 +28392,7 @@ local.set $3 br $__inlined_func$~lib/util/string/joinBooleanArray end - block $folding-inner010 + block $folding-inner05 local.get $0 i32.eqz if @@ -28402,7 +28402,7 @@ i32.load8_u $0 select local.set $3 - br $folding-inner010 + br $folding-inner05 end global.get $~lib/memory/__stack_pointer local.tee $3 @@ -28427,7 +28427,7 @@ call $~lib/rt/itcms/__new local.tee $3 i32.store $0 offset=4 - loop $for-loop|111 + loop $for-loop|16 local.get $0 local.get $1 i32.gt_s @@ -28479,7 +28479,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|111 + br $for-loop|16 end end local.get $0 @@ -28518,7 +28518,7 @@ local.get $0 call $~lib/string/String#substring local.set $3 - br $folding-inner010 + br $folding-inner05 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -29143,7 +29143,7 @@ local.set $3 br $__inlined_func$~lib/util/string/joinIntegerArray end - block $folding-inner012 + block $folding-inner06 local.get $2 i32.eqz if @@ -29151,7 +29151,7 @@ i32.load16_u $0 call $~lib/util/number/utoa32 local.set $3 - br $folding-inner012 + br $folding-inner06 end global.get $~lib/memory/__stack_pointer local.tee $3 @@ -29176,7 +29176,7 @@ call $~lib/rt/itcms/__new local.tee $3 i32.store $0 offset=4 - loop $for-loop|013 + loop $for-loop|07 local.get $1 local.get $2 i32.lt_s @@ -29217,7 +29217,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|013 + br $for-loop|07 end end local.get $3 @@ -29245,7 +29245,7 @@ local.get $0 call $~lib/string/String#substring local.set $3 - br $folding-inner012 + br $folding-inner06 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -29370,7 +29370,7 @@ local.set $3 br $__inlined_func$~lib/util/string/joinIntegerArray end - block $folding-inner014 + block $folding-inner07 local.get $2 i32.eqz if @@ -29378,7 +29378,7 @@ i32.load16_s $0 call $~lib/util/number/itoa32 local.set $3 - br $folding-inner014 + br $folding-inner07 end global.get $~lib/memory/__stack_pointer local.tee $3 @@ -29403,7 +29403,7 @@ call $~lib/rt/itcms/__new local.tee $3 i32.store $0 offset=4 - loop $for-loop|015 + loop $for-loop|08 local.get $1 local.get $2 i32.lt_s @@ -29444,7 +29444,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|015 + br $for-loop|08 end end local.get $3 @@ -29472,7 +29472,7 @@ local.get $0 call $~lib/string/String#substring local.set $3 - br $folding-inner014 + br $folding-inner07 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -29712,7 +29712,7 @@ local.set $3 br $__inlined_func$~lib/util/string/joinIntegerArray end - block $folding-inner016 + block $folding-inner08 local.get $2 i32.eqz if @@ -29903,7 +29903,7 @@ local.get $0 end local.set $3 - br $folding-inner016 + br $folding-inner08 end global.get $~lib/memory/__stack_pointer local.tee $3 @@ -29928,7 +29928,7 @@ call $~lib/rt/itcms/__new local.tee $3 i32.store $0 offset=4 - loop $for-loop|018 + loop $for-loop|09 local.get $1 local.get $2 i32.lt_s @@ -29969,7 +29969,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|018 + br $for-loop|09 end end local.get $3 @@ -29997,7 +29997,7 @@ local.get $0 call $~lib/string/String#substring local.set $3 - br $folding-inner016 + br $folding-inner08 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -30247,7 +30247,7 @@ i32.const 1 i32.shr_u local.set $7 - loop $for-loop|020 + loop $for-loop|00 local.get $1 local.get $3 i32.lt_s @@ -30303,7 +30303,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|020 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer @@ -30517,7 +30517,7 @@ i32.const 1 i32.shr_u local.set $7 - loop $for-loop|021 + loop $for-loop|01 local.get $1 local.get $3 i32.lt_s @@ -30573,7 +30573,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|021 + br $for-loop|01 end end global.get $~lib/memory/__stack_pointer @@ -30795,7 +30795,7 @@ i32.const 1 i32.shr_u local.set $7 - loop $for-loop|022 + loop $for-loop|03 local.get $1 local.get $3 i32.lt_s @@ -30851,7 +30851,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|022 + br $for-loop|03 end end global.get $~lib/memory/__stack_pointer @@ -31103,7 +31103,7 @@ local.set $9 i32.const 0 local.set $3 - loop $for-loop|023 + loop $for-loop|06 local.get $3 local.get $9 i32.lt_s @@ -31128,7 +31128,7 @@ i32.const 1 i32.add local.set $3 - br $for-loop|023 + br $for-loop|06 end end global.get $~lib/memory/__stack_pointer @@ -31167,7 +31167,7 @@ i32.const 0 call $byn-split-outlined-A$~lib/rt/itcms/__link end - loop $for-loop|124 + loop $for-loop|17 local.get $2 local.get $9 i32.lt_s @@ -31200,12 +31200,12 @@ i32.const 1 i32.add local.set $2 - br $for-loop|124 + br $for-loop|17 end end i32.const 0 local.set $2 - loop $for-loop|225 + loop $for-loop|28 local.get $0 local.get $2 i32.gt_s @@ -31227,7 +31227,7 @@ i32.const 1 i32.add local.set $2 - br $for-loop|225 + br $for-loop|28 end end global.get $~lib/memory/__stack_pointer @@ -31437,7 +31437,7 @@ local.set $8 i32.const 0 local.set $1 - loop $for-loop|069 + loop $for-loop|020 global.get $~lib/memory/__stack_pointer local.get $2 i32.store $0 @@ -31497,7 +31497,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|069 + br $for-loop|020 end end global.get $~lib/memory/__stack_pointer @@ -31603,12 +31603,12 @@ i32.const 0 i32.gt_s if - loop $while-continue|074 + loop $while-continue|06 global.get $~lib/rt/itcms/state if call $~lib/rt/itcms/step drop - br $while-continue|074 + br $while-continue|06 end end end diff --git a/tests/compiler/std/arraybuffer.debug.wat b/tests/compiler/std/arraybuffer.debug.wat index 0818ab8e4c..4fce3f16bc 100644 --- a/tests/compiler/std/arraybuffer.debug.wat +++ b/tests/compiler/std/arraybuffer.debug.wat @@ -31,20 +31,20 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33528)) (global $~lib/memory/__heap_base i32 (i32.const 33528)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 124) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 188) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 256) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 288) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 316) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 380) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 432) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 460) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 524) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00s\00t\00d\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 588) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00") - (data (i32.const 620) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00d\00a\00t\00a\00v\00i\00e\00w\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 688) "\11\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00A\08\00\00A\00\00\00A\00\00\00\81\08\00\00\81\00\00\00\01\t\00\00\01\01\00\00\01\n\00\00\01\02\00\00\01\19\00\00\01\1a\00\00\00\00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $1 (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") + (data $2 (i32.const 124) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $3 (i32.const 188) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 256) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 288) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 316) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 380) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 432) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 460) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 524) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00s\00t\00d\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 588) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00") + (data $12 (i32.const 620) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00d\00a\00t\00a\00v\00i\00e\00w\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 688) "\11\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00A\08\00\00A\00\00\00A\00\00\00\81\08\00\00\81\00\00\00\01\t\00\00\01\01\00\00\01\n\00\00\01\02\00\00\01\19\00\00\01\1a\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/std/arraybuffer.release.wat b/tests/compiler/std/arraybuffer.release.wat index 144811d906..5f1be1403b 100644 --- a/tests/compiler/std/arraybuffer.release.wat +++ b/tests/compiler/std/arraybuffer.release.wat @@ -21,27 +21,27 @@ (global $~argumentsLength (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34552)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1084) "<") - (data (i32.const 1096) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") - (data (i32.const 1148) "<") - (data (i32.const 1160) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1212) "<") - (data (i32.const 1224) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1340) "<") - (data (i32.const 1352) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1404) ",") - (data (i32.const 1416) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1484) "<") - (data (i32.const 1496) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1548) "<") - (data (i32.const 1560) "\02\00\00\00$\00\00\00s\00t\00d\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") - (data (i32.const 1612) "\1c") - (data (i32.const 1624) "\01\00\00\00\08\00\00\00\01\00\00\00\02") - (data (i32.const 1644) "<") - (data (i32.const 1656) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00d\00a\00t\00a\00v\00i\00e\00w\00.\00t\00s") - (data (i32.const 1712) "\11\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00A\08\00\00A\00\00\00A\00\00\00\81\08\00\00\81\00\00\00\01\t\00\00\01\01\00\00\01\n\00\00\01\02\00\00\01\19\00\00\01\1a") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $1 (i32.const 1084) "<") + (data $1.1 (i32.const 1096) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") + (data $2 (i32.const 1148) "<") + (data $2.1 (i32.const 1160) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $3 (i32.const 1212) "<") + (data $3.1 (i32.const 1224) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $6 (i32.const 1340) "<") + (data $6.1 (i32.const 1352) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $7 (i32.const 1404) ",") + (data $7.1 (i32.const 1416) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $9 (i32.const 1484) "<") + (data $9.1 (i32.const 1496) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $10 (i32.const 1548) "<") + (data $10.1 (i32.const 1560) "\02\00\00\00$\00\00\00s\00t\00d\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") + (data $11 (i32.const 1612) "\1c") + (data $11.1 (i32.const 1624) "\01\00\00\00\08\00\00\00\01\00\00\00\02") + (data $12 (i32.const 1644) "<") + (data $12.1 (i32.const 1656) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00d\00a\00t\00a\00v\00i\00e\00w\00.\00t\00s") + (data $13 (i32.const 1712) "\11\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00A\08\00\00A\00\00\00A\00\00\00\81\08\00\00\81\00\00\00\01\t\00\00\01\01\00\00\01\n\00\00\01\02\00\00\01\19\00\00\01\1a") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/std/console.debug.wat b/tests/compiler/std/console.debug.wat index e2b8470200..e39c7486b3 100644 --- a/tests/compiler/std/console.debug.wat +++ b/tests/compiler/std/console.debug.wat @@ -17,20 +17,20 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33356)) (global $~lib/memory/__heap_base i32 (i32.const 33356)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00w\00h\00o\00o\00p\00s\00") - (data (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00p\00h\00e\00w\00\00\00\00\00") - (data (i32.const 76) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00h\00e\00l\00l\00o\00 \00l\00o\00g\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 124) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00h\00e\00l\00l\00o\00 \00d\00e\00b\00u\00g\00\00\00\00\00\00\00") - (data (i32.const 172) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00h\00e\00l\00l\00o\00 \00i\00n\00f\00o\00\00\00\00\00\00\00\00\00") - (data (i32.const 220) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00h\00e\00l\00l\00o\00 \00w\00a\00r\00n\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00h\00e\00l\00l\00o\00 \00e\00r\00r\00o\00r\00\00\00\00\00\00\00") - (data (i32.const 316) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00s\00o\00m\00e\00L\00a\00b\00e\00l\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 364) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00w\00r\00o\00n\00g\00L\00a\00b\00e\00l\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00d\00u\00p\00l\00i\00c\00a\00t\00e\00L\00a\00b\00e\00l\00") - (data (i32.const 460) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\001\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 492) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\001\002\00\00\00\00\00\00\00\00\00") - (data (i32.const 524) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\002\003\00\00\00\00\00\00\00") - (data (i32.const 556) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\002\003\004\00\00\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00w\00h\00o\00o\00p\00s\00") + (data $1 (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00p\00h\00e\00w\00\00\00\00\00") + (data $2 (i32.const 76) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00h\00e\00l\00l\00o\00 \00l\00o\00g\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 124) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00h\00e\00l\00l\00o\00 \00d\00e\00b\00u\00g\00\00\00\00\00\00\00") + (data $4 (i32.const 172) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00h\00e\00l\00l\00o\00 \00i\00n\00f\00o\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 220) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00h\00e\00l\00l\00o\00 \00w\00a\00r\00n\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00h\00e\00l\00l\00o\00 \00e\00r\00r\00o\00r\00\00\00\00\00\00\00") + (data $7 (i32.const 316) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00s\00o\00m\00e\00L\00a\00b\00e\00l\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 364) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00w\00r\00o\00n\00g\00L\00a\00b\00e\00l\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00d\00u\00p\00l\00i\00c\00a\00t\00e\00L\00a\00b\00e\00l\00") + (data $10 (i32.const 460) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\001\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 492) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\001\002\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 524) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\002\003\00\00\00\00\00\00\00") + (data $13 (i32.const 556) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\002\003\004\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/std/console.release.wat b/tests/compiler/std/console.release.wat index 0b24dbe8df..ce34d94bb7 100644 --- a/tests/compiler/std/console.release.wat +++ b/tests/compiler/std/console.release.wat @@ -15,34 +15,34 @@ (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34380)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\02\00\00\00\0c\00\00\00w\00h\00o\00o\00p\00s") - (data (i32.const 1068) "\1c") - (data (i32.const 1080) "\02\00\00\00\08\00\00\00p\00h\00e\00w") - (data (i32.const 1100) ",") - (data (i32.const 1112) "\02\00\00\00\12\00\00\00h\00e\00l\00l\00o\00 \00l\00o\00g") - (data (i32.const 1148) ",") - (data (i32.const 1160) "\02\00\00\00\16\00\00\00h\00e\00l\00l\00o\00 \00d\00e\00b\00u\00g") - (data (i32.const 1196) ",") - (data (i32.const 1208) "\02\00\00\00\14\00\00\00h\00e\00l\00l\00o\00 \00i\00n\00f\00o") - (data (i32.const 1244) ",") - (data (i32.const 1256) "\02\00\00\00\14\00\00\00h\00e\00l\00l\00o\00 \00w\00a\00r\00n") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\16\00\00\00h\00e\00l\00l\00o\00 \00e\00r\00r\00o\00r") - (data (i32.const 1340) ",") - (data (i32.const 1352) "\02\00\00\00\12\00\00\00s\00o\00m\00e\00L\00a\00b\00e\00l") - (data (i32.const 1388) ",") - (data (i32.const 1400) "\02\00\00\00\14\00\00\00w\00r\00o\00n\00g\00L\00a\00b\00e\00l") - (data (i32.const 1436) ",") - (data (i32.const 1448) "\02\00\00\00\1c\00\00\00d\00u\00p\00l\00i\00c\00a\00t\00e\00L\00a\00b\00e\00l") - (data (i32.const 1484) "\1c") - (data (i32.const 1496) "\02\00\00\00\02\00\00\001") - (data (i32.const 1516) "\1c") - (data (i32.const 1528) "\02\00\00\00\04\00\00\001\002") - (data (i32.const 1548) "\1c") - (data (i32.const 1560) "\02\00\00\00\06\00\00\001\002\003") - (data (i32.const 1580) "\1c") - (data (i32.const 1592) "\02\00\00\00\08\00\00\001\002\003\004") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02\00\00\00\0c\00\00\00w\00h\00o\00o\00p\00s") + (data $1 (i32.const 1068) "\1c") + (data $1.1 (i32.const 1080) "\02\00\00\00\08\00\00\00p\00h\00e\00w") + (data $2 (i32.const 1100) ",") + (data $2.1 (i32.const 1112) "\02\00\00\00\12\00\00\00h\00e\00l\00l\00o\00 \00l\00o\00g") + (data $3 (i32.const 1148) ",") + (data $3.1 (i32.const 1160) "\02\00\00\00\16\00\00\00h\00e\00l\00l\00o\00 \00d\00e\00b\00u\00g") + (data $4 (i32.const 1196) ",") + (data $4.1 (i32.const 1208) "\02\00\00\00\14\00\00\00h\00e\00l\00l\00o\00 \00i\00n\00f\00o") + (data $5 (i32.const 1244) ",") + (data $5.1 (i32.const 1256) "\02\00\00\00\14\00\00\00h\00e\00l\00l\00o\00 \00w\00a\00r\00n") + (data $6 (i32.const 1292) ",") + (data $6.1 (i32.const 1304) "\02\00\00\00\16\00\00\00h\00e\00l\00l\00o\00 \00e\00r\00r\00o\00r") + (data $7 (i32.const 1340) ",") + (data $7.1 (i32.const 1352) "\02\00\00\00\12\00\00\00s\00o\00m\00e\00L\00a\00b\00e\00l") + (data $8 (i32.const 1388) ",") + (data $8.1 (i32.const 1400) "\02\00\00\00\14\00\00\00w\00r\00o\00n\00g\00L\00a\00b\00e\00l") + (data $9 (i32.const 1436) ",") + (data $9.1 (i32.const 1448) "\02\00\00\00\1c\00\00\00d\00u\00p\00l\00i\00c\00a\00t\00e\00L\00a\00b\00e\00l") + (data $10 (i32.const 1484) "\1c") + (data $10.1 (i32.const 1496) "\02\00\00\00\02\00\00\001") + (data $11 (i32.const 1516) "\1c") + (data $11.1 (i32.const 1528) "\02\00\00\00\04\00\00\001\002") + (data $12 (i32.const 1548) "\1c") + (data $12.1 (i32.const 1560) "\02\00\00\00\06\00\00\001\002\003") + (data $13 (i32.const 1580) "\1c") + (data $13.1 (i32.const 1592) "\02\00\00\00\08\00\00\001\002\003\004") (export "memory" (memory $0)) (start $~start) (func $~start diff --git a/tests/compiler/std/dataview.debug.wat b/tests/compiler/std/dataview.debug.wat index 1c45fae5bc..1d7d0e450c 100644 --- a/tests/compiler/std/dataview.debug.wat +++ b/tests/compiler/std/dataview.debug.wat @@ -37,20 +37,20 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33516)) (global $~lib/memory/__heap_base i32 (i32.const 33516)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 124) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 188) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 256) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 288) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 316) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 380) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 432) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 460) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 524) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00~\00l\00i\00b\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 588) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00d\00a\00t\00a\00v\00i\00e\00w\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 652) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00s\00t\00d\00/\00d\00a\00t\00a\00v\00i\00e\00w\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 720) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00A\00\00\00\00\00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $1 (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") + (data $2 (i32.const 124) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $3 (i32.const 188) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 256) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 288) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 316) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 380) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 432) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 460) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 524) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00~\00l\00i\00b\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 588) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00d\00a\00t\00a\00v\00i\00e\00w\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 652) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00s\00t\00d\00/\00d\00a\00t\00a\00v\00i\00e\00w\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 720) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00A\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/std/dataview.release.wat b/tests/compiler/std/dataview.release.wat index 4fb12bf4bd..cc738af467 100644 --- a/tests/compiler/std/dataview.release.wat +++ b/tests/compiler/std/dataview.release.wat @@ -28,27 +28,27 @@ (global $~argumentsLength (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34540)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1084) "<") - (data (i32.const 1096) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") - (data (i32.const 1148) "<") - (data (i32.const 1160) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1212) "<") - (data (i32.const 1224) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1340) "<") - (data (i32.const 1352) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1404) ",") - (data (i32.const 1416) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1484) "<") - (data (i32.const 1496) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1548) "<") - (data (i32.const 1560) "\02\00\00\00$\00\00\00~\00l\00i\00b\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1612) "<") - (data (i32.const 1624) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00d\00a\00t\00a\00v\00i\00e\00w\00.\00t\00s") - (data (i32.const 1676) "<") - (data (i32.const 1688) "\02\00\00\00\1e\00\00\00s\00t\00d\00/\00d\00a\00t\00a\00v\00i\00e\00w\00.\00t\00s") - (data (i32.const 1744) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00A") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $1 (i32.const 1084) "<") + (data $1.1 (i32.const 1096) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") + (data $2 (i32.const 1148) "<") + (data $2.1 (i32.const 1160) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $3 (i32.const 1212) "<") + (data $3.1 (i32.const 1224) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $6 (i32.const 1340) "<") + (data $6.1 (i32.const 1352) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $7 (i32.const 1404) ",") + (data $7.1 (i32.const 1416) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $9 (i32.const 1484) "<") + (data $9.1 (i32.const 1496) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $10 (i32.const 1548) "<") + (data $10.1 (i32.const 1560) "\02\00\00\00$\00\00\00~\00l\00i\00b\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s") + (data $11 (i32.const 1612) "<") + (data $11.1 (i32.const 1624) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00d\00a\00t\00a\00v\00i\00e\00w\00.\00t\00s") + (data $12 (i32.const 1676) "<") + (data $12.1 (i32.const 1688) "\02\00\00\00\1e\00\00\00s\00t\00d\00/\00d\00a\00t\00a\00v\00i\00e\00w\00.\00t\00s") + (data $13 (i32.const 1744) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00A") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/std/date.debug.wat b/tests/compiler/std/date.debug.wat index 9bb0c59e71..95caccfcbf 100644 --- a/tests/compiler/std/date.debug.wat +++ b/tests/compiler/std/date.debug.wat @@ -48,116 +48,116 @@ (global $~lib/memory/__heap_base i32 (i32.const 39572)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00D\00a\00t\00e\00\00\00\00\00") - (data (i32.const 60) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00~\00l\00i\00b\00/\00d\00a\00t\00e\00.\00t\00s\00\00\00\00\00") - (data (i32.const 108) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00s\00t\00d\00/\00d\00a\00t\00e\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 156) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 220) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 288) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 464) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 492) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 556) "\00\03\02\05\00\03\05\01\04\06\02\04") - (data (i32.const 572) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00-\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00+\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 636) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006\00\00\00\00\00\00\00\00\00") - (data (i32.const 764) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 828) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 860) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\00") - (data (i32.const 1260) "\1c\04\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2316) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00") - (data (i32.const 2412) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2444) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00T\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2476) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00:\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2508) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00.\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2540) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00Z\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2572) "L\00\00\00\03\00\00\00\00\00\00\00\05\00\00\008\00\00\00\00\00\00\00P\02\00\00\00\00\00\00P\02\00\00\00\00\00\00\a0\t\00\00\00\00\00\00\c0\t\00\00\00\00\00\00\c0\t\00\00\00\00\00\00\e0\t\00\00\00\00\00\00\00\n\00\00\00\00\00\00") - (data (i32.const 2652) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\000\000\000\000\00-\000\001\00-\000\001\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2732) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00-\000\000\000\000\000\001\00-\001\002\00-\003\001\00T\002\003\00:\005\009\00:\005\009\00.\009\009\009\00Z\00\00\00\00\00\00\00") - (data (i32.const 2812) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\000\000\000\001\00-\000\004\00-\000\007\00T\002\003\00:\000\006\00:\004\000\00.\000\000\000\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2892) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\002\000\000\009\00-\000\001\00-\000\006\00T\000\008\00:\004\000\00:\003\001\00.\000\002\000\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2972) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\002\000\000\009\00-\000\001\00-\000\006\00T\000\008\00:\004\000\00:\003\001\00.\004\005\006\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3052) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00+\000\001\002\001\008\004\00-\000\004\00-\000\008\00T\001\003\00:\000\007\00:\001\001\00.\000\002\000\00Z\00\00\00\00\00\00\00") - (data (i32.const 3132) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\009\009\009\009\00-\001\002\00-\003\001\00T\002\003\00:\005\009\00:\005\009\00.\009\009\009\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3212) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00+\000\001\000\000\000\000\00-\000\001\00-\000\001\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z\00\00\00\00\00\00\00") - (data (i32.const 3292) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00-\000\000\000\000\002\002\00-\000\006\00-\001\006\00T\001\007\00:\001\003\00:\005\000\00.\007\007\004\00Z\00\00\00\00\00\00\00") - (data (i32.const 3372) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00S\00u\00n\00 \00\00\00\00\00") - (data (i32.const 3404) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00M\00o\00n\00 \00\00\00\00\00") - (data (i32.const 3436) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00T\00u\00e\00 \00\00\00\00\00") - (data (i32.const 3468) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00W\00e\00d\00 \00\00\00\00\00") - (data (i32.const 3500) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00T\00h\00u\00 \00\00\00\00\00") - (data (i32.const 3532) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00F\00r\00i\00 \00\00\00\00\00") - (data (i32.const 3564) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00S\00a\00t\00 \00\00\00\00\00") - (data (i32.const 3596) ",\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\1c\00\00\00@\r\00\00`\r\00\00\80\r\00\00\a0\r\00\00\c0\r\00\00\e0\r\00\00\00\0e\00\00") - (data (i32.const 3644) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00J\00a\00n\00 \00\00\00\00\00") - (data (i32.const 3676) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00F\00e\00b\00 \00\00\00\00\00") - (data (i32.const 3708) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00M\00a\00r\00 \00\00\00\00\00") - (data (i32.const 3740) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00p\00r\00 \00\00\00\00\00") - (data (i32.const 3772) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00M\00a\00y\00 \00\00\00\00\00") - (data (i32.const 3804) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00J\00u\00n\00 \00\00\00\00\00") - (data (i32.const 3836) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00J\00u\00l\00 \00\00\00\00\00") - (data (i32.const 3868) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00u\00g\00 \00\00\00\00\00") - (data (i32.const 3900) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00S\00e\00p\00 \00\00\00\00\00") - (data (i32.const 3932) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00O\00c\00t\00 \00\00\00\00\00") - (data (i32.const 3964) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00N\00o\00v\00 \00\00\00\00\00") - (data (i32.const 3996) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00D\00e\00c\00 \00\00\00\00\00") - (data (i32.const 4028) "L\00\00\00\00\00\00\00\00\00\00\00\05\00\00\000\00\00\00P\0e\00\00p\0e\00\00\90\0e\00\00\b0\0e\00\00\d0\0e\00\00\f0\0e\00\00\10\0f\00\000\0f\00\00P\0f\00\00p\0f\00\00\90\0f\00\00\b0\0f\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4108) ",\00\00\00\03\00\00\00\00\00\00\00\05\00\00\00\14\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4156) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00 \00-\00\00\00\00\00\00\00\00\00") - (data (i32.const 4188) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00 \00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4220) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00W\00e\00d\00 \00J\00a\00n\00 \000\001\00 \000\000\002\000\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4284) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00S\00u\00n\00 \00F\00e\00b\00 \000\002\00 \002\000\002\000\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00T\00h\00u\00 \00J\00u\00l\00 \000\001\00 \00-\000\000\000\001\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4412) ",\00\00\00\03\00\00\00\00\00\00\00\05\00\00\00\14\00\00\00\00\00\00\00\c0\t\00\00\00\00\00\00\c0\t\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4460) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\000\000\00:\000\000\00:\000\000\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4508) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\002\003\00:\005\009\00:\005\009\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4556) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00S\00u\00n\00,\00 \00\00\00") - (data (i32.const 4588) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00M\00o\00n\00,\00 \00\00\00") - (data (i32.const 4620) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00T\00u\00e\00,\00 \00\00\00") - (data (i32.const 4652) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00W\00e\00d\00,\00 \00\00\00") - (data (i32.const 4684) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00T\00h\00u\00,\00 \00\00\00") - (data (i32.const 4716) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00F\00r\00i\00,\00 \00\00\00") - (data (i32.const 4748) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00S\00a\00t\00,\00 \00\00\00") - (data (i32.const 4780) ",\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\1c\00\00\00\e0\11\00\00\00\12\00\00 \12\00\00@\12\00\00`\12\00\00\80\12\00\00\a0\12\00\00") - (data (i32.const 4828) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00J\00a\00n\00 \00\00\00") - (data (i32.const 4860) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00F\00e\00b\00 \00\00\00") - (data (i32.const 4892) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00M\00a\00r\00 \00\00\00") - (data (i32.const 4924) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00A\00p\00r\00 \00\00\00") - (data (i32.const 4956) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00M\00a\00y\00 \00\00\00") - (data (i32.const 4988) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00J\00u\00n\00 \00\00\00") - (data (i32.const 5020) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00J\00u\00l\00 \00\00\00") - (data (i32.const 5052) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00A\00u\00g\00 \00\00\00") - (data (i32.const 5084) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00S\00e\00p\00 \00\00\00") - (data (i32.const 5116) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00O\00c\00t\00 \00\00\00") - (data (i32.const 5148) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00N\00o\00v\00 \00\00\00") - (data (i32.const 5180) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00D\00e\00c\00 \00\00\00") - (data (i32.const 5212) "L\00\00\00\00\00\00\00\00\00\00\00\05\00\00\000\00\00\00\f0\12\00\00\10\13\00\000\13\00\00P\13\00\00p\13\00\00\90\13\00\00\b0\13\00\00\d0\13\00\00\f0\13\00\00\10\14\00\000\14\00\00P\14\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5292) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00 \00G\00M\00T\00\00\00\00\00") - (data (i32.const 5324) "L\00\00\00\03\00\00\00\00\00\00\00\05\00\00\000\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00p\10\00\00\00\00\00\00\c0\t\00\00\00\00\00\00\c0\t\00\00\00\00\00\00\c0\14\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5404) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00:\00\00\00W\00e\00d\00,\00 \000\001\00 \00J\00a\00n\00 \000\000\002\000\00 \000\000\00:\000\000\00:\000\000\00 \00G\00M\00T\00\00\00") - (data (i32.const 5484) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00:\00\00\00M\00o\00n\00,\00 \000\003\00 \00F\00e\00b\00 \002\000\002\000\00 \001\004\00:\005\003\00:\003\003\00 \00G\00M\00T\00\00\00") - (data (i32.const 5564) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00<\00\00\00T\00h\00u\00,\00 \000\001\00 \00J\00u\00l\00 \00-\000\000\000\001\00 \000\000\00:\000\000\00:\000\000\00 \00G\00M\00T\00") - (data (i32.const 5644) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\001\009\007\006\00-\000\002\00-\000\002\00\00\00\00\00\00\00\00\00") - (data (i32.const 5692) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 5740) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 5788) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5916) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\001\009\007\006\00-\002\00-\002\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5964) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\002\003\004\005\00-\001\001\00-\000\004\00\00\00\00\00\00\00\00\00") - (data (i32.const 6012) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00\00\00\00\00\00\00") - (data (i32.const 6076) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6156) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6236) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\000\000\000\000\00\00\00\00\00") - (data (i32.const 6268) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\000\000\000\001\00\00\00\00\00") - (data (i32.const 6300) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\009\007\006\00\00\00\00\00") - (data (i32.const 6332) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\001\009\007\006\00-\000\002\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6444) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00-\002\007\001\008\002\001\00-\000\004\00-\002\000\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z\00\00\00\00\00\00\00") - (data (i32.const 6524) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00+\002\007\005\007\006\000\00-\000\009\00-\001\003\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z\00\00\00\00\00\00\00") - (data (i32.const 6604) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00+\002\007\005\007\006\000\00-\000\009\00-\001\002\00T\002\003\00:\005\009\00:\005\009\00.\009\009\009\00Z\00\00\00\00\00\00\00") - (data (i32.const 6684) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00-\002\007\001\008\002\001\00-\000\004\00-\002\000\00T\000\000\00:\000\000\00:\000\000\00.\000\000\001\00Z\00\00\00\00\00\00\00") - (data (i32.const 6768) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\04A\00\00\02A\00\00\02\t\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00D\00a\00t\00e\00\00\00\00\00") + (data $1 (i32.const 60) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00~\00l\00i\00b\00/\00d\00a\00t\00e\00.\00t\00s\00\00\00\00\00") + (data $2 (i32.const 108) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00s\00t\00d\00/\00d\00a\00t\00e\00.\00t\00s\00\00\00\00\00\00\00") + (data $3 (i32.const 156) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $4 (i32.const 220) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 288) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 464) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 492) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 556) "\00\03\02\05\00\03\05\01\04\06\02\04") + (data $12 (i32.const 572) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00-\00\00\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00+\00\00\00\00\00\00\00\00\00\00\00") + (data $14 (i32.const 636) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006\00\00\00\00\00\00\00\00\00") + (data $15 (i32.const 764) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") + (data $16 (i32.const 828) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\000\00\00\00\00\00\00\00\00\00\00\00") + (data $17 (i32.const 860) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\00") + (data $18 (i32.const 1260) "\1c\04\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $19 (i32.const 2316) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00") + (data $20 (i32.const 2412) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $21 (i32.const 2444) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00T\00\00\00\00\00\00\00\00\00\00\00") + (data $22 (i32.const 2476) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00:\00\00\00\00\00\00\00\00\00\00\00") + (data $23 (i32.const 2508) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00.\00\00\00\00\00\00\00\00\00\00\00") + (data $24 (i32.const 2540) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00Z\00\00\00\00\00\00\00\00\00\00\00") + (data $25 (i32.const 2572) "L\00\00\00\03\00\00\00\00\00\00\00\05\00\00\008\00\00\00\00\00\00\00P\02\00\00\00\00\00\00P\02\00\00\00\00\00\00\a0\t\00\00\00\00\00\00\c0\t\00\00\00\00\00\00\c0\t\00\00\00\00\00\00\e0\t\00\00\00\00\00\00\00\n\00\00\00\00\00\00") + (data $26 (i32.const 2652) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\000\000\000\000\00-\000\001\00-\000\001\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $27 (i32.const 2732) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00-\000\000\000\000\000\001\00-\001\002\00-\003\001\00T\002\003\00:\005\009\00:\005\009\00.\009\009\009\00Z\00\00\00\00\00\00\00") + (data $28 (i32.const 2812) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\000\000\000\001\00-\000\004\00-\000\007\00T\002\003\00:\000\006\00:\004\000\00.\000\000\000\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $29 (i32.const 2892) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\002\000\000\009\00-\000\001\00-\000\006\00T\000\008\00:\004\000\00:\003\001\00.\000\002\000\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $30 (i32.const 2972) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\002\000\000\009\00-\000\001\00-\000\006\00T\000\008\00:\004\000\00:\003\001\00.\004\005\006\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $31 (i32.const 3052) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00+\000\001\002\001\008\004\00-\000\004\00-\000\008\00T\001\003\00:\000\007\00:\001\001\00.\000\002\000\00Z\00\00\00\00\00\00\00") + (data $32 (i32.const 3132) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\009\009\009\009\00-\001\002\00-\003\001\00T\002\003\00:\005\009\00:\005\009\00.\009\009\009\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $33 (i32.const 3212) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00+\000\001\000\000\000\000\00-\000\001\00-\000\001\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z\00\00\00\00\00\00\00") + (data $34 (i32.const 3292) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00-\000\000\000\000\002\002\00-\000\006\00-\001\006\00T\001\007\00:\001\003\00:\005\000\00.\007\007\004\00Z\00\00\00\00\00\00\00") + (data $35 (i32.const 3372) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00S\00u\00n\00 \00\00\00\00\00") + (data $36 (i32.const 3404) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00M\00o\00n\00 \00\00\00\00\00") + (data $37 (i32.const 3436) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00T\00u\00e\00 \00\00\00\00\00") + (data $38 (i32.const 3468) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00W\00e\00d\00 \00\00\00\00\00") + (data $39 (i32.const 3500) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00T\00h\00u\00 \00\00\00\00\00") + (data $40 (i32.const 3532) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00F\00r\00i\00 \00\00\00\00\00") + (data $41 (i32.const 3564) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00S\00a\00t\00 \00\00\00\00\00") + (data $42 (i32.const 3596) ",\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\1c\00\00\00@\r\00\00`\r\00\00\80\r\00\00\a0\r\00\00\c0\r\00\00\e0\r\00\00\00\0e\00\00") + (data $43 (i32.const 3644) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00J\00a\00n\00 \00\00\00\00\00") + (data $44 (i32.const 3676) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00F\00e\00b\00 \00\00\00\00\00") + (data $45 (i32.const 3708) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00M\00a\00r\00 \00\00\00\00\00") + (data $46 (i32.const 3740) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00p\00r\00 \00\00\00\00\00") + (data $47 (i32.const 3772) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00M\00a\00y\00 \00\00\00\00\00") + (data $48 (i32.const 3804) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00J\00u\00n\00 \00\00\00\00\00") + (data $49 (i32.const 3836) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00J\00u\00l\00 \00\00\00\00\00") + (data $50 (i32.const 3868) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00u\00g\00 \00\00\00\00\00") + (data $51 (i32.const 3900) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00S\00e\00p\00 \00\00\00\00\00") + (data $52 (i32.const 3932) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00O\00c\00t\00 \00\00\00\00\00") + (data $53 (i32.const 3964) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00N\00o\00v\00 \00\00\00\00\00") + (data $54 (i32.const 3996) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00D\00e\00c\00 \00\00\00\00\00") + (data $55 (i32.const 4028) "L\00\00\00\00\00\00\00\00\00\00\00\05\00\00\000\00\00\00P\0e\00\00p\0e\00\00\90\0e\00\00\b0\0e\00\00\d0\0e\00\00\f0\0e\00\00\10\0f\00\000\0f\00\00P\0f\00\00p\0f\00\00\90\0f\00\00\b0\0f\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $56 (i32.const 4108) ",\00\00\00\03\00\00\00\00\00\00\00\05\00\00\00\14\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $57 (i32.const 4156) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00 \00-\00\00\00\00\00\00\00\00\00") + (data $58 (i32.const 4188) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00 \00\00\00\00\00\00\00\00\00\00\00") + (data $59 (i32.const 4220) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00W\00e\00d\00 \00J\00a\00n\00 \000\001\00 \000\000\002\000\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $60 (i32.const 4284) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00S\00u\00n\00 \00F\00e\00b\00 \000\002\00 \002\000\002\000\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $61 (i32.const 4348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00T\00h\00u\00 \00J\00u\00l\00 \000\001\00 \00-\000\000\000\001\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $62 (i32.const 4412) ",\00\00\00\03\00\00\00\00\00\00\00\05\00\00\00\14\00\00\00\00\00\00\00\c0\t\00\00\00\00\00\00\c0\t\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $63 (i32.const 4460) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\000\000\00:\000\000\00:\000\000\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $64 (i32.const 4508) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\002\003\00:\005\009\00:\005\009\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $65 (i32.const 4556) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00S\00u\00n\00,\00 \00\00\00") + (data $66 (i32.const 4588) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00M\00o\00n\00,\00 \00\00\00") + (data $67 (i32.const 4620) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00T\00u\00e\00,\00 \00\00\00") + (data $68 (i32.const 4652) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00W\00e\00d\00,\00 \00\00\00") + (data $69 (i32.const 4684) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00T\00h\00u\00,\00 \00\00\00") + (data $70 (i32.const 4716) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00F\00r\00i\00,\00 \00\00\00") + (data $71 (i32.const 4748) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00S\00a\00t\00,\00 \00\00\00") + (data $72 (i32.const 4780) ",\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\1c\00\00\00\e0\11\00\00\00\12\00\00 \12\00\00@\12\00\00`\12\00\00\80\12\00\00\a0\12\00\00") + (data $73 (i32.const 4828) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00J\00a\00n\00 \00\00\00") + (data $74 (i32.const 4860) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00F\00e\00b\00 \00\00\00") + (data $75 (i32.const 4892) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00M\00a\00r\00 \00\00\00") + (data $76 (i32.const 4924) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00A\00p\00r\00 \00\00\00") + (data $77 (i32.const 4956) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00M\00a\00y\00 \00\00\00") + (data $78 (i32.const 4988) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00J\00u\00n\00 \00\00\00") + (data $79 (i32.const 5020) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00J\00u\00l\00 \00\00\00") + (data $80 (i32.const 5052) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00A\00u\00g\00 \00\00\00") + (data $81 (i32.const 5084) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00S\00e\00p\00 \00\00\00") + (data $82 (i32.const 5116) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00O\00c\00t\00 \00\00\00") + (data $83 (i32.const 5148) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00N\00o\00v\00 \00\00\00") + (data $84 (i32.const 5180) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00D\00e\00c\00 \00\00\00") + (data $85 (i32.const 5212) "L\00\00\00\00\00\00\00\00\00\00\00\05\00\00\000\00\00\00\f0\12\00\00\10\13\00\000\13\00\00P\13\00\00p\13\00\00\90\13\00\00\b0\13\00\00\d0\13\00\00\f0\13\00\00\10\14\00\000\14\00\00P\14\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $86 (i32.const 5292) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00 \00G\00M\00T\00\00\00\00\00") + (data $87 (i32.const 5324) "L\00\00\00\03\00\00\00\00\00\00\00\05\00\00\000\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00p\10\00\00\00\00\00\00\c0\t\00\00\00\00\00\00\c0\t\00\00\00\00\00\00\c0\14\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $88 (i32.const 5404) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00:\00\00\00W\00e\00d\00,\00 \000\001\00 \00J\00a\00n\00 \000\000\002\000\00 \000\000\00:\000\000\00:\000\000\00 \00G\00M\00T\00\00\00") + (data $89 (i32.const 5484) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00:\00\00\00M\00o\00n\00,\00 \000\003\00 \00F\00e\00b\00 \002\000\002\000\00 \001\004\00:\005\003\00:\003\003\00 \00G\00M\00T\00\00\00") + (data $90 (i32.const 5564) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00<\00\00\00T\00h\00u\00,\00 \000\001\00 \00J\00u\00l\00 \00-\000\000\000\001\00 \000\000\00:\000\000\00:\000\000\00 \00G\00M\00T\00") + (data $91 (i32.const 5644) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\001\009\007\006\00-\000\002\00-\000\002\00\00\00\00\00\00\00\00\00") + (data $92 (i32.const 5692) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $93 (i32.const 5740) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $94 (i32.const 5788) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $95 (i32.const 5916) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\001\009\007\006\00-\002\00-\002\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $96 (i32.const 5964) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\002\003\004\005\00-\001\001\00-\000\004\00\00\00\00\00\00\00\00\00") + (data $97 (i32.const 6012) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00\00\00\00\00\00\00") + (data $98 (i32.const 6076) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $99 (i32.const 6156) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $100 (i32.const 6236) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\000\000\000\000\00\00\00\00\00") + (data $101 (i32.const 6268) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\000\000\000\001\00\00\00\00\00") + (data $102 (i32.const 6300) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\009\007\006\00\00\00\00\00") + (data $103 (i32.const 6332) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\001\009\007\006\00-\000\002\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $104 (i32.const 6380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $105 (i32.const 6444) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00-\002\007\001\008\002\001\00-\000\004\00-\002\000\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z\00\00\00\00\00\00\00") + (data $106 (i32.const 6524) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00+\002\007\005\007\006\000\00-\000\009\00-\001\003\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z\00\00\00\00\00\00\00") + (data $107 (i32.const 6604) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00+\002\007\005\007\006\000\00-\000\009\00-\001\002\00T\002\003\00:\005\009\00:\005\009\00.\009\009\009\00Z\00\00\00\00\00\00\00") + (data $108 (i32.const 6684) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00-\002\007\001\008\002\001\00-\000\004\00-\002\000\00T\000\000\00:\000\000\00:\000\000\00.\000\000\001\00Z\00\00\00\00\00\00\00") + (data $109 (i32.const 6768) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\04A\00\00\02A\00\00\02\t\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/std/date.release.wat b/tests/compiler/std/date.release.wat index 0069aee13b..71dfd66635 100644 --- a/tests/compiler/std/date.release.wat +++ b/tests/compiler/std/date.release.wat @@ -30,214 +30,214 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 40596)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\18\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00D\00a\00t\00e") - (data (i32.const 1084) ",") - (data (i32.const 1096) "\02\00\00\00\18\00\00\00~\00l\00i\00b\00/\00d\00a\00t\00e\00.\00t\00s") - (data (i32.const 1132) ",") - (data (i32.const 1144) "\02\00\00\00\16\00\00\00s\00t\00d\00/\00d\00a\00t\00e\00.\00t\00s") - (data (i32.const 1180) "<") - (data (i32.const 1192) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1244) "<") - (data (i32.const 1256) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1436) ",") - (data (i32.const 1448) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1516) "<") - (data (i32.const 1528) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1581) "\03\02\05\00\03\05\01\04\06\02\04") - (data (i32.const 1596) "\1c") - (data (i32.const 1608) "\02\00\00\00\02\00\00\00-") - (data (i32.const 1628) "\1c") - (data (i32.const 1640) "\02\00\00\00\02\00\00\00+") - (data (i32.const 1660) "|") - (data (i32.const 1672) "\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006") - (data (i32.const 1788) "<") - (data (i32.const 1800) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s") - (data (i32.const 1852) "\1c") - (data (i32.const 1864) "\02\00\00\00\02\00\00\000") - (data (i32.const 1884) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009") - (data (i32.const 2284) "\1c\04") - (data (i32.const 2296) "\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f") - (data (i32.const 3340) "\\") - (data (i32.const 3352) "\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z") - (data (i32.const 3436) "\1c") - (data (i32.const 3448) "\02") - (data (i32.const 3468) "\1c") - (data (i32.const 3480) "\02\00\00\00\02\00\00\00T") - (data (i32.const 3500) "\1c") - (data (i32.const 3512) "\02\00\00\00\02\00\00\00:") - (data (i32.const 3532) "\1c") - (data (i32.const 3544) "\02\00\00\00\02\00\00\00.") - (data (i32.const 3564) "\1c") - (data (i32.const 3576) "\02\00\00\00\02\00\00\00Z") - (data (i32.const 3596) "L\00\00\00\03\00\00\00\00\00\00\00\05\00\00\008\00\00\00\00\00\00\00P\06\00\00\00\00\00\00P\06\00\00\00\00\00\00\a0\r\00\00\00\00\00\00\c0\r\00\00\00\00\00\00\c0\r\00\00\00\00\00\00\e0\r\00\00\00\00\00\00\00\0e") - (data (i32.const 3676) "L") - (data (i32.const 3688) "\02\00\00\000\00\00\000\000\000\000\00-\000\001\00-\000\001\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z") - (data (i32.const 3756) "L") - (data (i32.const 3768) "\02\00\00\006\00\00\00-\000\000\000\000\000\001\00-\001\002\00-\003\001\00T\002\003\00:\005\009\00:\005\009\00.\009\009\009\00Z") - (data (i32.const 3836) "L") - (data (i32.const 3848) "\02\00\00\000\00\00\000\000\000\001\00-\000\004\00-\000\007\00T\002\003\00:\000\006\00:\004\000\00.\000\000\000\00Z") - (data (i32.const 3916) "L") - (data (i32.const 3928) "\02\00\00\000\00\00\002\000\000\009\00-\000\001\00-\000\006\00T\000\008\00:\004\000\00:\003\001\00.\000\002\000\00Z") - (data (i32.const 3996) "L") - (data (i32.const 4008) "\02\00\00\000\00\00\002\000\000\009\00-\000\001\00-\000\006\00T\000\008\00:\004\000\00:\003\001\00.\004\005\006\00Z") - (data (i32.const 4076) "L") - (data (i32.const 4088) "\02\00\00\006\00\00\00+\000\001\002\001\008\004\00-\000\004\00-\000\008\00T\001\003\00:\000\007\00:\001\001\00.\000\002\000\00Z") - (data (i32.const 4156) "L") - (data (i32.const 4168) "\02\00\00\000\00\00\009\009\009\009\00-\001\002\00-\003\001\00T\002\003\00:\005\009\00:\005\009\00.\009\009\009\00Z") - (data (i32.const 4236) "L") - (data (i32.const 4248) "\02\00\00\006\00\00\00+\000\001\000\000\000\000\00-\000\001\00-\000\001\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z") - (data (i32.const 4316) "L") - (data (i32.const 4328) "\02\00\00\006\00\00\00-\000\000\000\000\002\002\00-\000\006\00-\001\006\00T\001\007\00:\001\003\00:\005\000\00.\007\007\004\00Z") - (data (i32.const 4396) "\1c") - (data (i32.const 4408) "\02\00\00\00\08\00\00\00S\00u\00n\00 ") - (data (i32.const 4428) "\1c") - (data (i32.const 4440) "\02\00\00\00\08\00\00\00M\00o\00n\00 ") - (data (i32.const 4460) "\1c") - (data (i32.const 4472) "\02\00\00\00\08\00\00\00T\00u\00e\00 ") - (data (i32.const 4492) "\1c") - (data (i32.const 4504) "\02\00\00\00\08\00\00\00W\00e\00d\00 ") - (data (i32.const 4524) "\1c") - (data (i32.const 4536) "\02\00\00\00\08\00\00\00T\00h\00u\00 ") - (data (i32.const 4556) "\1c") - (data (i32.const 4568) "\02\00\00\00\08\00\00\00F\00r\00i\00 ") - (data (i32.const 4588) "\1c") - (data (i32.const 4600) "\02\00\00\00\08\00\00\00S\00a\00t\00 ") - (data (i32.const 4620) ",") - (data (i32.const 4632) "\05\00\00\00\1c\00\00\00@\11\00\00`\11\00\00\80\11\00\00\a0\11\00\00\c0\11\00\00\e0\11\00\00\00\12") - (data (i32.const 4668) "\1c") - (data (i32.const 4680) "\02\00\00\00\08\00\00\00J\00a\00n\00 ") - (data (i32.const 4700) "\1c") - (data (i32.const 4712) "\02\00\00\00\08\00\00\00F\00e\00b\00 ") - (data (i32.const 4732) "\1c") - (data (i32.const 4744) "\02\00\00\00\08\00\00\00M\00a\00r\00 ") - (data (i32.const 4764) "\1c") - (data (i32.const 4776) "\02\00\00\00\08\00\00\00A\00p\00r\00 ") - (data (i32.const 4796) "\1c") - (data (i32.const 4808) "\02\00\00\00\08\00\00\00M\00a\00y\00 ") - (data (i32.const 4828) "\1c") - (data (i32.const 4840) "\02\00\00\00\08\00\00\00J\00u\00n\00 ") - (data (i32.const 4860) "\1c") - (data (i32.const 4872) "\02\00\00\00\08\00\00\00J\00u\00l\00 ") - (data (i32.const 4892) "\1c") - (data (i32.const 4904) "\02\00\00\00\08\00\00\00A\00u\00g\00 ") - (data (i32.const 4924) "\1c") - (data (i32.const 4936) "\02\00\00\00\08\00\00\00S\00e\00p\00 ") - (data (i32.const 4956) "\1c") - (data (i32.const 4968) "\02\00\00\00\08\00\00\00O\00c\00t\00 ") - (data (i32.const 4988) "\1c") - (data (i32.const 5000) "\02\00\00\00\08\00\00\00N\00o\00v\00 ") - (data (i32.const 5020) "\1c") - (data (i32.const 5032) "\02\00\00\00\08\00\00\00D\00e\00c\00 ") - (data (i32.const 5052) "L") - (data (i32.const 5064) "\05\00\00\000\00\00\00P\12\00\00p\12\00\00\90\12\00\00\b0\12\00\00\d0\12\00\00\f0\12\00\00\10\13\00\000\13\00\00P\13\00\00p\13\00\00\90\13\00\00\b0\13") - (data (i32.const 5132) ",\00\00\00\03\00\00\00\00\00\00\00\05\00\00\00\14") - (data (i32.const 5180) "\1c") - (data (i32.const 5192) "\02\00\00\00\04\00\00\00 \00-") - (data (i32.const 5212) "\1c") - (data (i32.const 5224) "\02\00\00\00\02\00\00\00 ") - (data (i32.const 5244) "<") - (data (i32.const 5256) "\02\00\00\00\1e\00\00\00W\00e\00d\00 \00J\00a\00n\00 \000\001\00 \000\000\002\000") - (data (i32.const 5308) "<") - (data (i32.const 5320) "\02\00\00\00\1e\00\00\00S\00u\00n\00 \00F\00e\00b\00 \000\002\00 \002\000\002\000") - (data (i32.const 5372) "<") - (data (i32.const 5384) "\02\00\00\00 \00\00\00T\00h\00u\00 \00J\00u\00l\00 \000\001\00 \00-\000\000\000\001") - (data (i32.const 5436) ",\00\00\00\03\00\00\00\00\00\00\00\05\00\00\00\14\00\00\00\00\00\00\00\c0\r\00\00\00\00\00\00\c0\r") - (data (i32.const 5484) ",") - (data (i32.const 5496) "\02\00\00\00\10\00\00\000\000\00:\000\000\00:\000\000") - (data (i32.const 5532) ",") - (data (i32.const 5544) "\02\00\00\00\10\00\00\002\003\00:\005\009\00:\005\009") - (data (i32.const 5580) "\1c") - (data (i32.const 5592) "\02\00\00\00\n\00\00\00S\00u\00n\00,\00 ") - (data (i32.const 5612) "\1c") - (data (i32.const 5624) "\02\00\00\00\n\00\00\00M\00o\00n\00,\00 ") - (data (i32.const 5644) "\1c") - (data (i32.const 5656) "\02\00\00\00\n\00\00\00T\00u\00e\00,\00 ") - (data (i32.const 5676) "\1c") - (data (i32.const 5688) "\02\00\00\00\n\00\00\00W\00e\00d\00,\00 ") - (data (i32.const 5708) "\1c") - (data (i32.const 5720) "\02\00\00\00\n\00\00\00T\00h\00u\00,\00 ") - (data (i32.const 5740) "\1c") - (data (i32.const 5752) "\02\00\00\00\n\00\00\00F\00r\00i\00,\00 ") - (data (i32.const 5772) "\1c") - (data (i32.const 5784) "\02\00\00\00\n\00\00\00S\00a\00t\00,\00 ") - (data (i32.const 5804) ",") - (data (i32.const 5816) "\05\00\00\00\1c\00\00\00\e0\15\00\00\00\16\00\00 \16\00\00@\16\00\00`\16\00\00\80\16\00\00\a0\16") - (data (i32.const 5852) "\1c") - (data (i32.const 5864) "\02\00\00\00\n\00\00\00 \00J\00a\00n\00 ") - (data (i32.const 5884) "\1c") - (data (i32.const 5896) "\02\00\00\00\n\00\00\00 \00F\00e\00b\00 ") - (data (i32.const 5916) "\1c") - (data (i32.const 5928) "\02\00\00\00\n\00\00\00 \00M\00a\00r\00 ") - (data (i32.const 5948) "\1c") - (data (i32.const 5960) "\02\00\00\00\n\00\00\00 \00A\00p\00r\00 ") - (data (i32.const 5980) "\1c") - (data (i32.const 5992) "\02\00\00\00\n\00\00\00 \00M\00a\00y\00 ") - (data (i32.const 6012) "\1c") - (data (i32.const 6024) "\02\00\00\00\n\00\00\00 \00J\00u\00n\00 ") - (data (i32.const 6044) "\1c") - (data (i32.const 6056) "\02\00\00\00\n\00\00\00 \00J\00u\00l\00 ") - (data (i32.const 6076) "\1c") - (data (i32.const 6088) "\02\00\00\00\n\00\00\00 \00A\00u\00g\00 ") - (data (i32.const 6108) "\1c") - (data (i32.const 6120) "\02\00\00\00\n\00\00\00 \00S\00e\00p\00 ") - (data (i32.const 6140) "\1c") - (data (i32.const 6152) "\02\00\00\00\n\00\00\00 \00O\00c\00t\00 ") - (data (i32.const 6172) "\1c") - (data (i32.const 6184) "\02\00\00\00\n\00\00\00 \00N\00o\00v\00 ") - (data (i32.const 6204) "\1c") - (data (i32.const 6216) "\02\00\00\00\n\00\00\00 \00D\00e\00c\00 ") - (data (i32.const 6236) "L") - (data (i32.const 6248) "\05\00\00\000\00\00\00\f0\16\00\00\10\17\00\000\17\00\00P\17\00\00p\17\00\00\90\17\00\00\b0\17\00\00\d0\17\00\00\f0\17\00\00\10\18\00\000\18\00\00P\18") - (data (i32.const 6316) "\1c") - (data (i32.const 6328) "\02\00\00\00\08\00\00\00 \00G\00M\00T") - (data (i32.const 6348) "L\00\00\00\03\00\00\00\00\00\00\00\05\00\00\000") - (data (i32.const 6388) "p\14\00\00\00\00\00\00\c0\r\00\00\00\00\00\00\c0\r\00\00\00\00\00\00\c0\18") - (data (i32.const 6428) "L") - (data (i32.const 6440) "\02\00\00\00:\00\00\00W\00e\00d\00,\00 \000\001\00 \00J\00a\00n\00 \000\000\002\000\00 \000\000\00:\000\000\00:\000\000\00 \00G\00M\00T") - (data (i32.const 6508) "L") - (data (i32.const 6520) "\02\00\00\00:\00\00\00M\00o\00n\00,\00 \000\003\00 \00F\00e\00b\00 \002\000\002\000\00 \001\004\00:\005\003\00:\003\003\00 \00G\00M\00T") - (data (i32.const 6588) "L") - (data (i32.const 6600) "\02\00\00\00<\00\00\00T\00h\00u\00,\00 \000\001\00 \00J\00u\00l\00 \00-\000\000\000\001\00 \000\000\00:\000\000\00:\000\000\00 \00G\00M\00T") - (data (i32.const 6668) ",") - (data (i32.const 6680) "\02\00\00\00\14\00\00\001\009\007\006\00-\000\002\00-\000\002") - (data (i32.const 6716) ",") - (data (i32.const 6728) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 6764) ",") - (data (i32.const 6776) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 6812) "|") - (data (i32.const 6824) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") - (data (i32.const 6940) ",") - (data (i32.const 6952) "\02\00\00\00\10\00\00\001\009\007\006\00-\002\00-\002") - (data (i32.const 6988) ",") - (data (i32.const 7000) "\02\00\00\00\14\00\00\002\003\004\005\00-\001\001\00-\000\004") - (data (i32.const 7036) "<") - (data (i32.const 7048) "\02\00\00\00&\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006") - (data (i32.const 7100) "L") - (data (i32.const 7112) "\02\00\00\00.\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006") - (data (i32.const 7180) "L") - (data (i32.const 7192) "\02\00\00\000\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\00Z") - (data (i32.const 7260) "\1c") - (data (i32.const 7272) "\02\00\00\00\08\00\00\000\000\000\000") - (data (i32.const 7292) "\1c") - (data (i32.const 7304) "\02\00\00\00\08\00\00\000\000\000\001") - (data (i32.const 7324) "\1c") - (data (i32.const 7336) "\02\00\00\00\08\00\00\001\009\007\006") - (data (i32.const 7356) ",") - (data (i32.const 7368) "\02\00\00\00\0e\00\00\001\009\007\006\00-\000\002") - (data (i32.const 7404) "<") - (data (i32.const 7416) "\02\00\00\00 \00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004") - (data (i32.const 7468) "L") - (data (i32.const 7480) "\02\00\00\006\00\00\00-\002\007\001\008\002\001\00-\000\004\00-\002\000\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z") - (data (i32.const 7548) "L") - (data (i32.const 7560) "\02\00\00\006\00\00\00+\002\007\005\007\006\000\00-\000\009\00-\001\003\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z") - (data (i32.const 7628) "L") - (data (i32.const 7640) "\02\00\00\006\00\00\00+\002\007\005\007\006\000\00-\000\009\00-\001\002\00T\002\003\00:\005\009\00:\005\009\00.\009\009\009\00Z") - (data (i32.const 7708) "L") - (data (i32.const 7720) "\02\00\00\006\00\00\00-\002\007\001\008\002\001\00-\000\004\00-\002\000\00T\000\000\00:\000\000\00:\000\000\00.\000\000\001\00Z") - (data (i32.const 7792) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\04A\00\00\02A\00\00\02\t") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\18\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00D\00a\00t\00e") + (data $1 (i32.const 1084) ",") + (data $1.1 (i32.const 1096) "\02\00\00\00\18\00\00\00~\00l\00i\00b\00/\00d\00a\00t\00e\00.\00t\00s") + (data $2 (i32.const 1132) ",") + (data $2.1 (i32.const 1144) "\02\00\00\00\16\00\00\00s\00t\00d\00/\00d\00a\00t\00e\00.\00t\00s") + (data $3 (i32.const 1180) "<") + (data $3.1 (i32.const 1192) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $4 (i32.const 1244) "<") + (data $4.1 (i32.const 1256) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $8 (i32.const 1436) ",") + (data $8.1 (i32.const 1448) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $10 (i32.const 1516) "<") + (data $10.1 (i32.const 1528) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $11 (i32.const 1581) "\03\02\05\00\03\05\01\04\06\02\04") + (data $12 (i32.const 1596) "\1c") + (data $12.1 (i32.const 1608) "\02\00\00\00\02\00\00\00-") + (data $13 (i32.const 1628) "\1c") + (data $13.1 (i32.const 1640) "\02\00\00\00\02\00\00\00+") + (data $14 (i32.const 1660) "|") + (data $14.1 (i32.const 1672) "\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006") + (data $15 (i32.const 1788) "<") + (data $15.1 (i32.const 1800) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s") + (data $16 (i32.const 1852) "\1c") + (data $16.1 (i32.const 1864) "\02\00\00\00\02\00\00\000") + (data $17 (i32.const 1884) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009") + (data $18 (i32.const 2284) "\1c\04") + (data $18.1 (i32.const 2296) "\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f") + (data $19 (i32.const 3340) "\\") + (data $19.1 (i32.const 3352) "\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z") + (data $20 (i32.const 3436) "\1c") + (data $20.1 (i32.const 3448) "\02") + (data $21 (i32.const 3468) "\1c") + (data $21.1 (i32.const 3480) "\02\00\00\00\02\00\00\00T") + (data $22 (i32.const 3500) "\1c") + (data $22.1 (i32.const 3512) "\02\00\00\00\02\00\00\00:") + (data $23 (i32.const 3532) "\1c") + (data $23.1 (i32.const 3544) "\02\00\00\00\02\00\00\00.") + (data $24 (i32.const 3564) "\1c") + (data $24.1 (i32.const 3576) "\02\00\00\00\02\00\00\00Z") + (data $25 (i32.const 3596) "L\00\00\00\03\00\00\00\00\00\00\00\05\00\00\008\00\00\00\00\00\00\00P\06\00\00\00\00\00\00P\06\00\00\00\00\00\00\a0\r\00\00\00\00\00\00\c0\r\00\00\00\00\00\00\c0\r\00\00\00\00\00\00\e0\r\00\00\00\00\00\00\00\0e") + (data $26 (i32.const 3676) "L") + (data $26.1 (i32.const 3688) "\02\00\00\000\00\00\000\000\000\000\00-\000\001\00-\000\001\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z") + (data $27 (i32.const 3756) "L") + (data $27.1 (i32.const 3768) "\02\00\00\006\00\00\00-\000\000\000\000\000\001\00-\001\002\00-\003\001\00T\002\003\00:\005\009\00:\005\009\00.\009\009\009\00Z") + (data $28 (i32.const 3836) "L") + (data $28.1 (i32.const 3848) "\02\00\00\000\00\00\000\000\000\001\00-\000\004\00-\000\007\00T\002\003\00:\000\006\00:\004\000\00.\000\000\000\00Z") + (data $29 (i32.const 3916) "L") + (data $29.1 (i32.const 3928) "\02\00\00\000\00\00\002\000\000\009\00-\000\001\00-\000\006\00T\000\008\00:\004\000\00:\003\001\00.\000\002\000\00Z") + (data $30 (i32.const 3996) "L") + (data $30.1 (i32.const 4008) "\02\00\00\000\00\00\002\000\000\009\00-\000\001\00-\000\006\00T\000\008\00:\004\000\00:\003\001\00.\004\005\006\00Z") + (data $31 (i32.const 4076) "L") + (data $31.1 (i32.const 4088) "\02\00\00\006\00\00\00+\000\001\002\001\008\004\00-\000\004\00-\000\008\00T\001\003\00:\000\007\00:\001\001\00.\000\002\000\00Z") + (data $32 (i32.const 4156) "L") + (data $32.1 (i32.const 4168) "\02\00\00\000\00\00\009\009\009\009\00-\001\002\00-\003\001\00T\002\003\00:\005\009\00:\005\009\00.\009\009\009\00Z") + (data $33 (i32.const 4236) "L") + (data $33.1 (i32.const 4248) "\02\00\00\006\00\00\00+\000\001\000\000\000\000\00-\000\001\00-\000\001\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z") + (data $34 (i32.const 4316) "L") + (data $34.1 (i32.const 4328) "\02\00\00\006\00\00\00-\000\000\000\000\002\002\00-\000\006\00-\001\006\00T\001\007\00:\001\003\00:\005\000\00.\007\007\004\00Z") + (data $35 (i32.const 4396) "\1c") + (data $35.1 (i32.const 4408) "\02\00\00\00\08\00\00\00S\00u\00n\00 ") + (data $36 (i32.const 4428) "\1c") + (data $36.1 (i32.const 4440) "\02\00\00\00\08\00\00\00M\00o\00n\00 ") + (data $37 (i32.const 4460) "\1c") + (data $37.1 (i32.const 4472) "\02\00\00\00\08\00\00\00T\00u\00e\00 ") + (data $38 (i32.const 4492) "\1c") + (data $38.1 (i32.const 4504) "\02\00\00\00\08\00\00\00W\00e\00d\00 ") + (data $39 (i32.const 4524) "\1c") + (data $39.1 (i32.const 4536) "\02\00\00\00\08\00\00\00T\00h\00u\00 ") + (data $40 (i32.const 4556) "\1c") + (data $40.1 (i32.const 4568) "\02\00\00\00\08\00\00\00F\00r\00i\00 ") + (data $41 (i32.const 4588) "\1c") + (data $41.1 (i32.const 4600) "\02\00\00\00\08\00\00\00S\00a\00t\00 ") + (data $42 (i32.const 4620) ",") + (data $42.1 (i32.const 4632) "\05\00\00\00\1c\00\00\00@\11\00\00`\11\00\00\80\11\00\00\a0\11\00\00\c0\11\00\00\e0\11\00\00\00\12") + (data $43 (i32.const 4668) "\1c") + (data $43.1 (i32.const 4680) "\02\00\00\00\08\00\00\00J\00a\00n\00 ") + (data $44 (i32.const 4700) "\1c") + (data $44.1 (i32.const 4712) "\02\00\00\00\08\00\00\00F\00e\00b\00 ") + (data $45 (i32.const 4732) "\1c") + (data $45.1 (i32.const 4744) "\02\00\00\00\08\00\00\00M\00a\00r\00 ") + (data $46 (i32.const 4764) "\1c") + (data $46.1 (i32.const 4776) "\02\00\00\00\08\00\00\00A\00p\00r\00 ") + (data $47 (i32.const 4796) "\1c") + (data $47.1 (i32.const 4808) "\02\00\00\00\08\00\00\00M\00a\00y\00 ") + (data $48 (i32.const 4828) "\1c") + (data $48.1 (i32.const 4840) "\02\00\00\00\08\00\00\00J\00u\00n\00 ") + (data $49 (i32.const 4860) "\1c") + (data $49.1 (i32.const 4872) "\02\00\00\00\08\00\00\00J\00u\00l\00 ") + (data $50 (i32.const 4892) "\1c") + (data $50.1 (i32.const 4904) "\02\00\00\00\08\00\00\00A\00u\00g\00 ") + (data $51 (i32.const 4924) "\1c") + (data $51.1 (i32.const 4936) "\02\00\00\00\08\00\00\00S\00e\00p\00 ") + (data $52 (i32.const 4956) "\1c") + (data $52.1 (i32.const 4968) "\02\00\00\00\08\00\00\00O\00c\00t\00 ") + (data $53 (i32.const 4988) "\1c") + (data $53.1 (i32.const 5000) "\02\00\00\00\08\00\00\00N\00o\00v\00 ") + (data $54 (i32.const 5020) "\1c") + (data $54.1 (i32.const 5032) "\02\00\00\00\08\00\00\00D\00e\00c\00 ") + (data $55 (i32.const 5052) "L") + (data $55.1 (i32.const 5064) "\05\00\00\000\00\00\00P\12\00\00p\12\00\00\90\12\00\00\b0\12\00\00\d0\12\00\00\f0\12\00\00\10\13\00\000\13\00\00P\13\00\00p\13\00\00\90\13\00\00\b0\13") + (data $56 (i32.const 5132) ",\00\00\00\03\00\00\00\00\00\00\00\05\00\00\00\14") + (data $57 (i32.const 5180) "\1c") + (data $57.1 (i32.const 5192) "\02\00\00\00\04\00\00\00 \00-") + (data $58 (i32.const 5212) "\1c") + (data $58.1 (i32.const 5224) "\02\00\00\00\02\00\00\00 ") + (data $59 (i32.const 5244) "<") + (data $59.1 (i32.const 5256) "\02\00\00\00\1e\00\00\00W\00e\00d\00 \00J\00a\00n\00 \000\001\00 \000\000\002\000") + (data $60 (i32.const 5308) "<") + (data $60.1 (i32.const 5320) "\02\00\00\00\1e\00\00\00S\00u\00n\00 \00F\00e\00b\00 \000\002\00 \002\000\002\000") + (data $61 (i32.const 5372) "<") + (data $61.1 (i32.const 5384) "\02\00\00\00 \00\00\00T\00h\00u\00 \00J\00u\00l\00 \000\001\00 \00-\000\000\000\001") + (data $62 (i32.const 5436) ",\00\00\00\03\00\00\00\00\00\00\00\05\00\00\00\14\00\00\00\00\00\00\00\c0\r\00\00\00\00\00\00\c0\r") + (data $63 (i32.const 5484) ",") + (data $63.1 (i32.const 5496) "\02\00\00\00\10\00\00\000\000\00:\000\000\00:\000\000") + (data $64 (i32.const 5532) ",") + (data $64.1 (i32.const 5544) "\02\00\00\00\10\00\00\002\003\00:\005\009\00:\005\009") + (data $65 (i32.const 5580) "\1c") + (data $65.1 (i32.const 5592) "\02\00\00\00\n\00\00\00S\00u\00n\00,\00 ") + (data $66 (i32.const 5612) "\1c") + (data $66.1 (i32.const 5624) "\02\00\00\00\n\00\00\00M\00o\00n\00,\00 ") + (data $67 (i32.const 5644) "\1c") + (data $67.1 (i32.const 5656) "\02\00\00\00\n\00\00\00T\00u\00e\00,\00 ") + (data $68 (i32.const 5676) "\1c") + (data $68.1 (i32.const 5688) "\02\00\00\00\n\00\00\00W\00e\00d\00,\00 ") + (data $69 (i32.const 5708) "\1c") + (data $69.1 (i32.const 5720) "\02\00\00\00\n\00\00\00T\00h\00u\00,\00 ") + (data $70 (i32.const 5740) "\1c") + (data $70.1 (i32.const 5752) "\02\00\00\00\n\00\00\00F\00r\00i\00,\00 ") + (data $71 (i32.const 5772) "\1c") + (data $71.1 (i32.const 5784) "\02\00\00\00\n\00\00\00S\00a\00t\00,\00 ") + (data $72 (i32.const 5804) ",") + (data $72.1 (i32.const 5816) "\05\00\00\00\1c\00\00\00\e0\15\00\00\00\16\00\00 \16\00\00@\16\00\00`\16\00\00\80\16\00\00\a0\16") + (data $73 (i32.const 5852) "\1c") + (data $73.1 (i32.const 5864) "\02\00\00\00\n\00\00\00 \00J\00a\00n\00 ") + (data $74 (i32.const 5884) "\1c") + (data $74.1 (i32.const 5896) "\02\00\00\00\n\00\00\00 \00F\00e\00b\00 ") + (data $75 (i32.const 5916) "\1c") + (data $75.1 (i32.const 5928) "\02\00\00\00\n\00\00\00 \00M\00a\00r\00 ") + (data $76 (i32.const 5948) "\1c") + (data $76.1 (i32.const 5960) "\02\00\00\00\n\00\00\00 \00A\00p\00r\00 ") + (data $77 (i32.const 5980) "\1c") + (data $77.1 (i32.const 5992) "\02\00\00\00\n\00\00\00 \00M\00a\00y\00 ") + (data $78 (i32.const 6012) "\1c") + (data $78.1 (i32.const 6024) "\02\00\00\00\n\00\00\00 \00J\00u\00n\00 ") + (data $79 (i32.const 6044) "\1c") + (data $79.1 (i32.const 6056) "\02\00\00\00\n\00\00\00 \00J\00u\00l\00 ") + (data $80 (i32.const 6076) "\1c") + (data $80.1 (i32.const 6088) "\02\00\00\00\n\00\00\00 \00A\00u\00g\00 ") + (data $81 (i32.const 6108) "\1c") + (data $81.1 (i32.const 6120) "\02\00\00\00\n\00\00\00 \00S\00e\00p\00 ") + (data $82 (i32.const 6140) "\1c") + (data $82.1 (i32.const 6152) "\02\00\00\00\n\00\00\00 \00O\00c\00t\00 ") + (data $83 (i32.const 6172) "\1c") + (data $83.1 (i32.const 6184) "\02\00\00\00\n\00\00\00 \00N\00o\00v\00 ") + (data $84 (i32.const 6204) "\1c") + (data $84.1 (i32.const 6216) "\02\00\00\00\n\00\00\00 \00D\00e\00c\00 ") + (data $85 (i32.const 6236) "L") + (data $85.1 (i32.const 6248) "\05\00\00\000\00\00\00\f0\16\00\00\10\17\00\000\17\00\00P\17\00\00p\17\00\00\90\17\00\00\b0\17\00\00\d0\17\00\00\f0\17\00\00\10\18\00\000\18\00\00P\18") + (data $86 (i32.const 6316) "\1c") + (data $86.1 (i32.const 6328) "\02\00\00\00\08\00\00\00 \00G\00M\00T") + (data $87 (i32.const 6348) "L\00\00\00\03\00\00\00\00\00\00\00\05\00\00\000") + (data $87.1 (i32.const 6388) "p\14\00\00\00\00\00\00\c0\r\00\00\00\00\00\00\c0\r\00\00\00\00\00\00\c0\18") + (data $88 (i32.const 6428) "L") + (data $88.1 (i32.const 6440) "\02\00\00\00:\00\00\00W\00e\00d\00,\00 \000\001\00 \00J\00a\00n\00 \000\000\002\000\00 \000\000\00:\000\000\00:\000\000\00 \00G\00M\00T") + (data $89 (i32.const 6508) "L") + (data $89.1 (i32.const 6520) "\02\00\00\00:\00\00\00M\00o\00n\00,\00 \000\003\00 \00F\00e\00b\00 \002\000\002\000\00 \001\004\00:\005\003\00:\003\003\00 \00G\00M\00T") + (data $90 (i32.const 6588) "L") + (data $90.1 (i32.const 6600) "\02\00\00\00<\00\00\00T\00h\00u\00,\00 \000\001\00 \00J\00u\00l\00 \00-\000\000\000\001\00 \000\000\00:\000\000\00:\000\000\00 \00G\00M\00T") + (data $91 (i32.const 6668) ",") + (data $91.1 (i32.const 6680) "\02\00\00\00\14\00\00\001\009\007\006\00-\000\002\00-\000\002") + (data $92 (i32.const 6716) ",") + (data $92.1 (i32.const 6728) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $93 (i32.const 6764) ",") + (data $93.1 (i32.const 6776) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $94 (i32.const 6812) "|") + (data $94.1 (i32.const 6824) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") + (data $95 (i32.const 6940) ",") + (data $95.1 (i32.const 6952) "\02\00\00\00\10\00\00\001\009\007\006\00-\002\00-\002") + (data $96 (i32.const 6988) ",") + (data $96.1 (i32.const 7000) "\02\00\00\00\14\00\00\002\003\004\005\00-\001\001\00-\000\004") + (data $97 (i32.const 7036) "<") + (data $97.1 (i32.const 7048) "\02\00\00\00&\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006") + (data $98 (i32.const 7100) "L") + (data $98.1 (i32.const 7112) "\02\00\00\00.\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006") + (data $99 (i32.const 7180) "L") + (data $99.1 (i32.const 7192) "\02\00\00\000\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\00Z") + (data $100 (i32.const 7260) "\1c") + (data $100.1 (i32.const 7272) "\02\00\00\00\08\00\00\000\000\000\000") + (data $101 (i32.const 7292) "\1c") + (data $101.1 (i32.const 7304) "\02\00\00\00\08\00\00\000\000\000\001") + (data $102 (i32.const 7324) "\1c") + (data $102.1 (i32.const 7336) "\02\00\00\00\08\00\00\001\009\007\006") + (data $103 (i32.const 7356) ",") + (data $103.1 (i32.const 7368) "\02\00\00\00\0e\00\00\001\009\007\006\00-\000\002") + (data $104 (i32.const 7404) "<") + (data $104.1 (i32.const 7416) "\02\00\00\00 \00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004") + (data $105 (i32.const 7468) "L") + (data $105.1 (i32.const 7480) "\02\00\00\006\00\00\00-\002\007\001\008\002\001\00-\000\004\00-\002\000\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z") + (data $106 (i32.const 7548) "L") + (data $106.1 (i32.const 7560) "\02\00\00\006\00\00\00+\002\007\005\007\006\000\00-\000\009\00-\001\003\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z") + (data $107 (i32.const 7628) "L") + (data $107.1 (i32.const 7640) "\02\00\00\006\00\00\00+\002\007\005\007\006\000\00-\000\009\00-\001\002\00T\002\003\00:\005\009\00:\005\009\00.\009\009\009\00Z") + (data $108 (i32.const 7708) "L") + (data $108.1 (i32.const 7720) "\02\00\00\006\00\00\00-\002\007\001\008\002\001\00-\000\004\00-\002\000\00T\000\000\00:\000\000\00:\000\000\00.\000\000\001\00Z") + (data $109 (i32.const 7792) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\04A\00\00\02A\00\00\02\t") (export "memory" (memory $0)) (export "_start" (func $~start)) (func $~lib/date/epochMillis (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (param $5 i32) (param $6 i32) (result i64) @@ -2368,7 +2368,7 @@ i32.shl i32.add local.set $2 - loop $while-continue|04 + loop $while-continue|03 local.get $1 local.get $2 i32.lt_u @@ -2384,7 +2384,7 @@ i32.const 4 i32.add local.set $1 - br $while-continue|04 + br $while-continue|03 end end br $folding-inner1 diff --git a/tests/compiler/std/hash.debug.wat b/tests/compiler/std/hash.debug.wat index 119095462b..a46b9b8f74 100644 --- a/tests/compiler/std/hash.debug.wat +++ b/tests/compiler/std/hash.debug.wat @@ -12,16 +12,16 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33148)) (global $~lib/memory/__heap_base i32 (i32.const 33148)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 76) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00a\00b\00\00\00\00\00\00\00\00\00") - (data (i32.const 108) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00b\00c\00\00\00\00\00\00\00") - (data (i32.const 140) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00b\00c\00d\00\00\00\00\00") - (data (i32.const 172) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00a\00b\00c\00d\00e\00\00\00") - (data (i32.const 204) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00a\00b\00c\00d\00e\00f\00") - (data (i32.const 236) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00a\00b\00c\00d\00e\00f\00g\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 284) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00a\00b\00c\00d\00e\00f\00g\00h\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 332) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00a\00b\00c\00d\00e\00f\00g\00h\00i\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 76) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00a\00b\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 108) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00b\00c\00\00\00\00\00\00\00") + (data $4 (i32.const 140) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00b\00c\00d\00\00\00\00\00") + (data $5 (i32.const 172) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00a\00b\00c\00d\00e\00\00\00") + (data $6 (i32.const 204) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00a\00b\00c\00d\00e\00f\00") + (data $7 (i32.const 236) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00a\00b\00c\00d\00e\00f\00g\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 284) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00a\00b\00c\00d\00e\00f\00g\00h\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 332) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00a\00b\00c\00d\00e\00f\00g\00h\00i\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/std/hash.release.wat b/tests/compiler/std/hash.release.wat index cbc1f10dd8..3096ab685c 100644 --- a/tests/compiler/std/hash.release.wat +++ b/tests/compiler/std/hash.release.wat @@ -5,26 +5,26 @@ (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34172)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\02") - (data (i32.const 1068) "\1c") - (data (i32.const 1080) "\02\00\00\00\02\00\00\00a") - (data (i32.const 1100) "\1c") - (data (i32.const 1112) "\02\00\00\00\04\00\00\00a\00b") - (data (i32.const 1132) "\1c") - (data (i32.const 1144) "\02\00\00\00\06\00\00\00a\00b\00c") - (data (i32.const 1164) "\1c") - (data (i32.const 1176) "\02\00\00\00\08\00\00\00a\00b\00c\00d") - (data (i32.const 1196) "\1c") - (data (i32.const 1208) "\02\00\00\00\n\00\00\00a\00b\00c\00d\00e") - (data (i32.const 1228) "\1c") - (data (i32.const 1240) "\02\00\00\00\0c\00\00\00a\00b\00c\00d\00e\00f") - (data (i32.const 1260) ",") - (data (i32.const 1272) "\02\00\00\00\0e\00\00\00a\00b\00c\00d\00e\00f\00g") - (data (i32.const 1308) ",") - (data (i32.const 1320) "\02\00\00\00\10\00\00\00a\00b\00c\00d\00e\00f\00g\00h") - (data (i32.const 1356) ",") - (data (i32.const 1368) "\02\00\00\00\12\00\00\00a\00b\00c\00d\00e\00f\00g\00h\00i") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02") + (data $1 (i32.const 1068) "\1c") + (data $1.1 (i32.const 1080) "\02\00\00\00\02\00\00\00a") + (data $2 (i32.const 1100) "\1c") + (data $2.1 (i32.const 1112) "\02\00\00\00\04\00\00\00a\00b") + (data $3 (i32.const 1132) "\1c") + (data $3.1 (i32.const 1144) "\02\00\00\00\06\00\00\00a\00b\00c") + (data $4 (i32.const 1164) "\1c") + (data $4.1 (i32.const 1176) "\02\00\00\00\08\00\00\00a\00b\00c\00d") + (data $5 (i32.const 1196) "\1c") + (data $5.1 (i32.const 1208) "\02\00\00\00\n\00\00\00a\00b\00c\00d\00e") + (data $6 (i32.const 1228) "\1c") + (data $6.1 (i32.const 1240) "\02\00\00\00\0c\00\00\00a\00b\00c\00d\00e\00f") + (data $7 (i32.const 1260) ",") + (data $7.1 (i32.const 1272) "\02\00\00\00\0e\00\00\00a\00b\00c\00d\00e\00f\00g") + (data $8 (i32.const 1308) ",") + (data $8.1 (i32.const 1320) "\02\00\00\00\10\00\00\00a\00b\00c\00d\00e\00f\00g\00h") + (data $9 (i32.const 1356) ",") + (data $9.1 (i32.const 1368) "\02\00\00\00\12\00\00\00a\00b\00c\00d\00e\00f\00g\00h\00i") (export "memory" (memory $0)) (start $~start) (func $~start diff --git a/tests/compiler/std/map.debug.wat b/tests/compiler/std/map.debug.wat index 2ff9f8d109..5f8c1cb164 100644 --- a/tests/compiler/std/map.debug.wat +++ b/tests/compiler/std/map.debug.wat @@ -53,21 +53,21 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33640)) (global $~lib/memory/__heap_base i32 (i32.const 33640)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 460) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 524) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00s\00t\00d\00/\00m\00a\00p\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 572) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00K\00e\00y\00 \00d\00o\00e\00s\00 \00n\00o\00t\00 \00e\00x\00i\00s\00t\00\00\00\00\00\00\00\00\00") - (data (i32.const 636) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00~\00l\00i\00b\00/\00m\00a\00p\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 684) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 736) "!\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\10\89\10\00B\08\00\00\02\t\00\00P\88\10\00\10\t\12\00\10\89\00\00B\00\00\00P\80\00\00\10\t\11\00\82\08\00\00\90\08\11\00\10\t\01\00\82\00\00\00\90\00\01\00\10\t\02\00\02\01\00\00\10\01\02\00\10\t\14\00\02\n\00\00\10\n\14\00\10\t\04\00\02\02\00\00\10\02\04\00\10\t2\00\02\19\00\00\10\192\00\10\t4\00\02\1a\00\00\10\1a4\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $9 (i32.const 460) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") + (data $10 (i32.const 524) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00s\00t\00d\00/\00m\00a\00p\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 572) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00K\00e\00y\00 \00d\00o\00e\00s\00 \00n\00o\00t\00 \00e\00x\00i\00s\00t\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 636) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00~\00l\00i\00b\00/\00m\00a\00p\00.\00t\00s\00\00\00\00\00\00\00") + (data $13 (i32.const 684) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $14 (i32.const 736) "!\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\10\89\10\00B\08\00\00\02\t\00\00P\88\10\00\10\t\12\00\10\89\00\00B\00\00\00P\80\00\00\10\t\11\00\82\08\00\00\90\08\11\00\10\t\01\00\82\00\00\00\90\00\01\00\10\t\02\00\02\01\00\00\10\01\02\00\10\t\14\00\02\n\00\00\10\n\14\00\10\t\04\00\02\02\00\00\10\02\04\00\10\t2\00\02\19\00\00\10\192\00\10\t4\00\02\1a\00\00\10\1a4\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/std/map.release.wat b/tests/compiler/std/map.release.wat index 53df77daec..93d398cae5 100644 --- a/tests/compiler/std/map.release.wat +++ b/tests/compiler/std/map.release.wat @@ -37,29 +37,29 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34664)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) ",") - (data (i32.const 1448) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1484) "<") - (data (i32.const 1496) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") - (data (i32.const 1548) ",") - (data (i32.const 1560) "\02\00\00\00\14\00\00\00s\00t\00d\00/\00m\00a\00p\00.\00t\00s") - (data (i32.const 1596) "<") - (data (i32.const 1608) "\02\00\00\00$\00\00\00K\00e\00y\00 \00d\00o\00e\00s\00 \00n\00o\00t\00 \00e\00x\00i\00s\00t") - (data (i32.const 1660) ",") - (data (i32.const 1672) "\02\00\00\00\16\00\00\00~\00l\00i\00b\00/\00m\00a\00p\00.\00t\00s") - (data (i32.const 1708) ",") - (data (i32.const 1720) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1760) "!\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\10\89\10\00B\08\00\00\02\t\00\00P\88\10\00\10\t\12\00\10\89\00\00B\00\00\00P\80\00\00\10\t\11\00\82\08\00\00\90\08\11\00\10\t\01\00\82\00\00\00\90\00\01\00\10\t\02\00\02\01\00\00\10\01\02\00\10\t\14\00\02\n\00\00\10\n\14\00\10\t\04\00\02\02\00\00\10\02\04\00\10\t2\00\02\19\00\00\10\192\00\10\t4\00\02\1a\00\00\10\1a4") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) ",") + (data $8.1 (i32.const 1448) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $9 (i32.const 1484) "<") + (data $9.1 (i32.const 1496) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") + (data $10 (i32.const 1548) ",") + (data $10.1 (i32.const 1560) "\02\00\00\00\14\00\00\00s\00t\00d\00/\00m\00a\00p\00.\00t\00s") + (data $11 (i32.const 1596) "<") + (data $11.1 (i32.const 1608) "\02\00\00\00$\00\00\00K\00e\00y\00 \00d\00o\00e\00s\00 \00n\00o\00t\00 \00e\00x\00i\00s\00t") + (data $12 (i32.const 1660) ",") + (data $12.1 (i32.const 1672) "\02\00\00\00\16\00\00\00~\00l\00i\00b\00/\00m\00a\00p\00.\00t\00s") + (data $13 (i32.const 1708) ",") + (data $13.1 (i32.const 1720) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $14 (i32.const 1760) "!\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\10\89\10\00B\08\00\00\02\t\00\00P\88\10\00\10\t\12\00\10\89\00\00B\00\00\00P\80\00\00\10\t\11\00\82\08\00\00\90\08\11\00\10\t\01\00\82\00\00\00\90\00\01\00\10\t\02\00\02\01\00\00\10\01\02\00\10\t\14\00\02\n\00\00\10\n\14\00\10\t\04\00\02\02\00\00\10\02\04\00\10\t2\00\02\19\00\00\10\192\00\10\t4\00\02\1a\00\00\10\1a4") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/std/math.debug.wat b/tests/compiler/std/math.debug.wat index 85725744ef..b784159ac9 100644 --- a/tests/compiler/std/math.debug.wat +++ b/tests/compiler/std/math.debug.wat @@ -113,18 +113,18 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 46112)) (global $~lib/memory/__heap_base i32 (i32.const 46112)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00s\00t\00d\00/\00m\00a\00t\00h\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 64) "\9f\de\e0\c3\f04\f7?\00\90\e6y\7f\cc\d7\bf\1f\e9,jx\13\f7?\00\00\r\c2\eeo\d7\bf\a0\b5\fa\08`\f2\f6?\00\e0Q\13\e3\13\d7\bf}\8c\13\1f\a6\d1\f6?\00x(8[\b8\d6\bf\d1\b4\c5\0bI\b1\f6?\00x\80\90U]\d6\bf\ba\0c/3G\91\f6?\00\00\18v\d0\02\d6\bf#B\"\18\9fq\f6?\00\90\90\86\ca\a8\d5\bf\d9\1e\a5\99OR\f6?\00P\03VCO\d5\bf\c4$\8f\aaV3\f6?\00@k\c37\f6\d4\bf\14\dc\9dk\b3\14\f6?\00P\a8\fd\a7\9d\d4\bfL\\\c6Rd\f6\f5?\00\a8\899\92E\d4\bfO,\91\b5g\d8\f5?\00\b8\b09\f4\ed\d3\bf\de\90[\cb\bc\ba\f5?\00p\8fD\ce\96\d3\bfx\1a\d9\f2a\9d\f5?\00\a0\bd\17\1e@\d3\bf\87VF\12V\80\f5?\00\80F\ef\e2\e9\d2\bf\d3k\e7\ce\97c\f5?\00\e008\1b\94\d2\bf\93\7f\a7\e2%G\f5?\00\88\da\8c\c5>\d2\bf\83E\06B\ff*\f5?\00\90\')\e1\e9\d1\bf\df\bd\b2\db\"\0f\f5?\00\f8H+m\95\d1\bf\d7\de4G\8f\f3\f4?\00\f8\b9\9agA\d1\bf@(\de\cfC\d8\f4?\00\98\ef\94\d0\ed\d0\bf\c8\a3x\c0>\bd\f4?\00\10\db\18\a5\9a\d0\bf\8a%\e0\c3\7f\a2\f4?\00\b8cR\e6G\d0\bf4\84\d4$\05\88\f4?\00\f0\86E\"\eb\cf\bf\0b-\19\1b\cem\f4?\00\b0\17uJG\cf\bfT\189\d3\d9S\f4?\000\10=D\a4\ce\bfZ\84\b4D\':\f4?\00\b0\e9D\r\02\ce\bf\fb\f8\15A\b5 \f4?\00\f0w)\a2`\cd\bf\b1\f4>\da\82\07\f4?\00\90\95\04\01\c0\cc\bf\8f\feW]\8f\ee\f3?\00\10\89V) \cc\bf\e9L\0b\a0\d9\d5\f3?\00\10\81\8d\17\81\cb\bf+\c1\10\c0`\bd\f3?\00\d0\d3\cc\c9\e2\ca\bf\b8\dau+$\a5\f3?\00\90\12.@E\ca\bf\02\d0\9f\cd\"\8d\f3?\00\f0\1dhw\a8\c9\bf\1cz\84\c5[u\f3?\000Him\0c\c9\bf\e26\adI\ce]\f3?\00\c0E\a6 q\c8\bf@\d4M\98yF\f3?\000\14\b4\8f\d6\c7\bf$\cb\ff\ce\\/\f3?\00pb<\b8<\c7\bfI\r\a1uw\18\f3?\00`7\9b\9a\a3\c6\bf\909>7\c8\01\f3?\00\a0\b7T1\0b\c6\bfA\f8\95\bbN\eb\f2?\000$v}s\c5\bf\d1\a9\19\02\n\d5\f2?\000\c2\8f{\dc\c4\bf*\fd\b7\a8\f9\be\f2?\00\00\d2Q,F\c4\bf\ab\1b\0cz\1c\a9\f2?\00\00\83\bc\8a\b0\c3\bf0\b5\14`r\93\f2?\00\00Ik\99\1b\c3\bf\f5\a1WW\fa}\f2?\00@\a4\90T\87\c2\bf\bf;\1d\9b\b3h\f2?\00\a0y\f8\b9\f3\c1\bf\bd\f5\8f\83\9dS\f2?\00\a0,%\c8`\c1\bf;\08\c9\aa\b7>\f2?\00 \f7W\7f\ce\c0\bf\b6@\a9+\01*\f2?\00\a0\feI\dc<\c0\bf2A\cc\96y\15\f2?\00\80K\bc\bdW\bf\bf\9b\fc\d2\1d \01\f2?\00@@\96\087\be\bf\0bHMI\f4\ec\f1?\00@\f9>\98\17\bd\bfie\8fR\f5\d8\f1?\00\a0\d8Ng\f9\bb\bf|~W\11#\c5\f1?\00`/ y\dc\ba\bf\e9&\cbt|\b1\f1?\00\80(\e7\c3\c0\b9\bf\b6\1a,\0c\01\9e\f1?\00\c0r\b3F\a6\b8\bf\bdp\b6{\b0\8a\f1?\00\00\ac\b3\01\8d\b7\bf\b6\bc\ef%\8aw\f1?\00\008E\f1t\b6\bf\da1L5\8dd\f1?\00\80\87m\0e^\b5\bf\dd_\'\90\b9Q\f1?\00\e0\a1\de\\H\b4\bfL\d22\a4\0e?\f1?\00\a0jM\d93\b3\bf\da\f9\10r\8b,\f1?\00`\c5\f8y \b2\bf1\b5\ec(0\1a\f1?\00 b\98F\0e\b1\bf\af4\84\da\fb\07\f1?\00\00\d2jl\fa\af\bf\b3kN\0f\ee\f5\f0?\00@wJ\8d\da\ad\bf\ce\9f*]\06\e4\f0?\00\00\85\e4\ec\bc\ab\bf!\a5,cD\d2\f0?\00\c0\12@\89\a1\a9\bf\1a\98\e2|\a7\c0\f0?\00\c0\023X\88\a7\bf\d16\c6\83/\af\f0?\00\80\d6g^q\a5\bf9\13\a0\98\db\9d\f0?\00\80eI\8a\\\a3\bf\df\e7R\af\ab\8c\f0?\00@\15d\e3I\a1\bf\fb(N/\9f{\f0?\00\80\eb\82\c0r\9e\bf\19\8f5\8c\b5j\f0?\00\80RR\f1U\9a\bf,\f9\ec\a5\eeY\f0?\00\80\81\cfb=\96\bf\90,\d1\cdII\f0?\00\00\aa\8c\fb(\92\bf\a9\ad\f0\c6\c68\f0?\00\00\f9 {1\8c\bf\a92y\13e(\f0?\00\00\aa]5\19\84\bfHs\ea\'$\18\f0?\00\00\ec\c2\03\12x\bf\95\b1\14\06\04\08\f0?\00\00$y\t\04`\bf\1a\fa&\f7\1f\e0\ef?\00\00\90\84\f3\efo?t\eaa\c2\1c\a1\ef?\00\00=5A\dc\87?.\99\81\b0\10c\ef?\00\80\c2\c4\a3\ce\93?\cd\ad\ee<\f6%\ef?\00\00\89\14\c1\9f\9b?\e7\13\91\03\c8\e9\ee?\00\00\11\ce\d8\b0\a1?\ab\b1\cbx\80\ae\ee?\00\c0\01\d0[\8a\a5?\9b\0c\9d\a2\1at\ee?\00\80\d8@\83\\\a9?\b5\99\n\83\91:\ee?\00\80W\efj\'\ad?V\9a`\t\e0\01\ee?\00\c0\98\e5\98u\b0?\98\bbw\e5\01\ca\ed?\00 \r\e3\f5S\b2?\03\91|\0b\f2\92\ed?\00\008\8b\dd.\b4?\ce\\\fbf\ac\\\ed?\00\c0W\87Y\06\b6?\9d\de^\aa,\'\ed?\00\00j5v\da\b7?\cd,k>n\f2\ec?\00`\1cNC\ab\b9?\02y\a7\a2m\be\ec?\00`\r\bb\c7x\bb?m\087m&\8b\ec?\00 \e72\13C\bd?\04X]\bd\94X\ec?\00`\deq1\n\bf?\8c\9f\bb3\b5&\ec?\00@\91+\15g\c0??\e7\ec\ee\83\f5\eb?\00\b0\92\82\85G\c1?\c1\96\dbu\fd\c4\eb?\000\ca\cdn&\c2?(J\86\0c\1e\95\eb?\00P\c5\a6\d7\03\c3?,>\ef\c5\e2e\eb?\00\103<\c3\df\c3?\8b\88\c9gH7\eb?\00\80zk6\ba\c4?J0\1d!K\t\eb?\00\f0\d1(9\93\c5?~\ef\f2\85\e8\db\ea?\00\f0\18$\cdj\c6?\a2=`1\1d\af\ea?\00\90f\ec\f8@\c7?\a7X\d3?\e6\82\ea?\00\f0\1a\f5\c0\15\c8?\8bs\t\ef@W\ea?\00\80\f6T)\e9\c8?\'K\ab\90*,\ea?\00@\f8\026\bb\c9?\d1\f2\93\13\a0\01\ea?\00\00,\1c\ed\8b\ca?\1b<\db$\9f\d7\e9?\00\d0\01\\Q[\cb?\90\b1\c7\05%\ae\e9?\00\c0\bc\ccg)\cc?/\ce\97\f2.\85\e9?\00`H\d55\f6\cc?uK\a4\ee\ba\\\e9?\00\c0F4\bd\c1\cd?8H\e7\9d\c64\e9?\00\e0\cf\b8\01\8c\ce?\e6Rg/O\r\e9?\00\90\17\c0\tU\cf?\9d\d7\ff\8eR\e6\e8?\00\b8\1f\12l\0e\d0?|\00\cc\9f\ce\bf\e8?\00\d0\93\0e\b8q\d0?\0e\c3\be\da\c0\99\e8?\00p\86\9ek\d4\d0?\fb\17#\aa\'t\e8?\00\d0K3\876\d1?\08\9a\b3\ac\00O\e8?\00H#g\r\98\d1?U>e\e8I*\e8?\00\80\cc\e0\ff\f8\d1?`\02\f4\95\01\06\e8?\00hc\d7_Y\d2?)\a3\e0c%\e2\e7?\00\a8\14\t0\b9\d2?\ad\b5\dcw\b3\be\e7?\00`C\10r\18\d3?\c2%\97g\aa\9b\e7?\00\18\ecm&w\d3?W\06\17\f2\07y\e7?\000\af\fbO\d5\d3?\0c\13\d6\db\caV\e7?\00\e0/\e3\ee2\d4?") - (data (i32.const 2112) "k\b6O\01\00\10\e6?<[B\91l\02~<\95\b4M\03\000\e6?A]\00H\ea\bf\8d\f6\05\eb\ff\ef\e6?S-\e2\1a\04\80~\bc\80\97\86\0e\00\10\e7?Ry\tqf\ff{<\12\e9g\fc\ff/\e7?$\87\bd&\e2\00\8c\89<\b9{F\13\000\e9?v\02\98KN\80\7f.\98\dd\ff\af\e9?7\93Z\8a\e0@\87\bcf\fbI\ed\ff\cf\e9?\00\e0\9b\c1\08\ce?O*\00\b0\ea?_?\ff<\04\fdi\bc\d1\1e\ae\d7\ff\cf\ea?\b4p\90\12\e7>\82\bcx\04Q\ee\ff\ef\ea?\a3\de\0e\e0>\06j<[\re\db\ff\0f\eb?\b9\n\1f8\c8\06ZO\86\d0E\ff\8a<@\16\87\f9\ff\8f\eb?\f9\c3\c2\96w\fe|\f0\0f\00\f0\f4?\1cS\85\0b\89\7f\97<\d1K\dc\12\00\10\f5?6\a4fqe\04`\c9\03\00\b0\f5?\c0\0c\bf\n\08A\9f\bc\bc\19I\1d\00\d0\f5?)G%\fb*\81\98\bc\89z\b8\e7\ff\ef\f5?\04i\ed\80\b7~\94\bc") - (data (i32.const 4160) "\be\f3\f8y\eca\f6?\de\aa\8c\80\f7{\d5\bf=\88\afJ\edq\f5?\dbm\c0\a7\f0\be\d2\bf\b0\10\f0\f09\95\f4?g:Q\7f\ae\1e\d0\bf\85\03\b8\b0\95\c9\f3?\e9$\82\a6\d81\cb\bf\a5d\88\0c\19\r\f3?Xw\c0\nOW\c6\bf\a0\8e\0b{\"^\f2?\00\81\9c\c7+\aa\c1\bf?4\1aJJ\bb\f1?^\0e\8c\cevN\ba\bf\ba\e5\8a\f0X#\f1?\cc\1caZ<\97\b1\bf\a7\00\99A?\95\f0?\1e\0c\e18\f4R\a2\bf\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00\00\acG\9a\fd\8c`\ee?\84Y\f2]\aa\a5\aa?\a0j\02\1f\b3\a4\ec?\b4.6\aaS^\bc?\e6\fcjW6 \eb?\08\db w\e5&\c5?-\aa\a1c\d1\c2\e9?pG\"\r\86\c2\cb?\edAx\03\e6\86\e8?\e1~\a0\c8\8b\05\d1?bHS\f5\dcg\e7?\t\ee\b6W0\04\d4?") - (data (i32.const 4416) "n\83\f9\a2\00\00\00\00\d1W\'\fc)\15DN\99\95b\db\c0\dd4\f5\abcQ\feA\90C<:n$\b7a\c5\bb\de\ea.I\06\e0\d2MB\1c\eb\1d\fe\1c\92\d1\t\f55\82\e8>\a7)\b1&p\9c\e9\84D\bb.9\d6\919A~_\b4\8b_\84\9c\f49S\83\ff\97\f8\1f;(\f9\bd\8b\11/\ef\0f\98\05\de\cf~6m\1fm\nZf?FO\b7\t\cb\'\c7\ba\'u-\ea_\9e\f79\07={\f1\e5\eb\b1_\fbk\ea\92R\8aF0\03V\08]\8d\1f \bc\cf\f0\abk{\fca\91\e3\a9\1d6\f4\9a_\85\99e\08\1b\e6^\80\d8\ff\8d@h\a0\14W\15\06\061\'sM") - (data (i32.const 4608) ")\15DNn\83\f9\a2\c0\dd4\f5\d1W\'\fcA\90C<\99\95b\dba\c5\bb\de\abcQ\fe") - (data (i32.const 4640) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f0?n\bf\88\1aO;\9b<53\fb\a9=\f6\ef?]\dc\d8\9c\13`q\bca\80w>\9a\ec\ef?\d1f\87\10z^\90\bc\85\7fn\e8\15\e3\ef?\13\f6g5R\d2\8c\be\ef?m{\83]\a6\9a\97<\0f\89\f9lX\b5\ef?\fc\ef\fd\92\1a\b5\8e<\f7Gr+\92\ac\ef?\d1\9c/p=\be><\a2\d1\d32\ec\a3\ef?\0bn\90\894\03j\bc\1b\d3\fe\aff\9b\ef?\0e\bd/*RV\95\bcQ[\12\d0\01\93\ef?U\eaN\8c\ef\80P\bc\cc1l\c0\bd\8a\ef?\16\f4\d5\b9#\c9\91\bc\e0-\a9\ae\9a\82\ef?\afU\\\e9\e3\d3\80\f7\ec\9a<\aa\b9h1\87T\ef?\9d8\86\cb\82\e7\8f\bc\1d\d9\fc\"PM\ef?\8d\c3\a6DAo\8a<\d6\8cb\88;F\ef?}\04\e4\b0\05z\80<\96\dc}\91I?\ef?\94\a8\a8\e3\fd\8e\96<8bunz8\ef?}Ht\f2\18^\87\a9\af\0c\ef?\b6\ab\b0MuM\83<\15\b71\n\fe\06\ef?Lt\ac\e2\01B\86<1\d8L\fcp\01\ef?J\f8\d3]9\dd\8f<\ff\16d\b2\08\fc\ee?\04[\8e;\80\a3\86\bc\f1\9f\92_\c5\f6\ee?hPK\cc\edJ\92\bc\cb\a9:7\a7\f1\ee?\8e-Q\1b\f8\07\99\bcf\d8\05m\ae\ec\ee?\d26\94>\e8\d1q\bc\f7\9f\e54\db\e7\ee?\15\1b\ce\b3\19\19\99\bc\e5\a8\13\c3-\e3\ee?mL*\a7H\9f\85<\"4\12L\a6\de\ee?\8ai(z`\12\93\bc\1c\80\ac\04E\da\ee?[\89\17H\8f\a7X\bc*.\f7!\n\d6\ee?\1b\9aIg\9b,|\bc\97\a8P\d9\f5\d1\ee?\11\ac\c2`\edcC<-\89a`\08\ce\ee?\efd\06;\tf\96Z~d\1fx\bct_\ec\e8u\9f\ee?\b0}\8b\c0J\ee\86\bct\81\a5H\9a\9f\ee?\8a\e6U\1e2\19\86\bc\c9gBV\eb\9f\ee?\d3\d4\t^\cb\9c\90T\'\a4\ee?47;\f1\b6i\93\bc\13\ceL\99\89\a5\ee?\1e\ff\19:\84^\80\bc\ad\c7#F\1a\a7\ee?nWr\d8P\d4\94\bc\ed\92D\9b\d9\a8\ee?\00\8a\0e[g\ad\90<\99f\8a\d9\c7\aa\ee?\b4\ea\f0\c1/\b7\8d<\db\a0*B\e5\ac\ee?\ff\e7\c5\9c`\b6e\bc\8cD\b5\162\af\ee?D_\f3Y\83\f6{<6w\15\99\ae\b1\ee?\83=\1e\a7\1f\t\93\bc\c6\ff\91\0b[\b4\ee?)\1el\8b\b8\a9]\bc\e5\c5\cd\b07\b7\ee?Y\b9\90|\f9#l\bc\0fR\c8\cbD\ba\ee?\aa\f9\f4\"CC\92\bcPN\de\9f\82\bd\ee?K\8ef\d7l\ca\85\bc\ba\07\cap\f1\c0\ee?\'\ce\91+\fc\afq<\90\f0\a3\82\91\c4\ee?\bbs\n\e15\d2m<##\e3\19c\c8\ee?c\"b\"\04\c5\87\bce\e5]{f\cc\ee?\d51\e2\e3\86\1c\8b<3-J\ec\9b\d0\ee?\15\bb\bc\d3\d1\bb\91\bc]%>\b2\03\d5\ee?\d21\ee\9c1\cc\90\b4\07!\d5\82\bc_\9b{3\97|\ef?\c9\rG;\b9*\89\bc)\a1\f5\14F\86\ef?\d3\88:`\04\b6t<\f6?\8b\e7.\90\ef?qr\9dQ\ec\c5\83<\83L\c7\fbQ\9a\ef?\f0\91\d3\8f\12\f7\8f\bc\da\90\a4\a2\af\a4\ef?}t#\e2\98\ae\8d\bc\f1g\8e-H\af\ef?\08 \aaA\bc\c3\8e<\'Za\ee\1b\ba\ef?2\eb\a9\c3\94+\84<\97\bak7+\c5\ef?\ee\85\d11\a9d\8a<@En[v\d0\ef?\ed\e3;\e4\ba7\8e\bc\14\be\9c\ad\fd\db\ef?\9d\cd\91M;\89w<\d8\90\9e\81\c1\e7\ef?\89\cc`A\c1\05S<\f1q\8f+\c2\f3\ef?") - (data (i32.const 6688) "\00\00\00\00\00\00\f0?t\85\15\d3\b0\d9\ef?\0f\89\f9lX\b5\ef?Q[\12\d0\01\93\ef?{Q}<\b8r\ef?\aa\b9h1\87T\ef?8bunz8\ef?\e1\de\1f\f5\9d\1e\ef?\15\b71\n\fe\06\ef?\cb\a9:7\a7\f1\ee?\"4\12L\a6\de\ee?-\89a`\08\ce\ee?\'*6\d5\da\bf\ee?\82O\9dV+\b4\ee?)TH\dd\07\ab\ee?\85U:\b0~\a4\ee?\cd;\7ff\9e\a0\ee?t_\ec\e8u\9f\ee?\87\01\ebs\14\a1\ee?\13\ceL\99\89\a5\ee?\db\a0*B\e5\ac\ee?\e5\c5\cd\b07\b7\ee?\90\f0\a3\82\91\c4\ee?]%>\b2\03\d5\ee?\ad\d3Z\99\9f\e8\ee?G^\fb\f2v\ff\ee?\9cR\85\dd\9b\19\ef?i\90\ef\dc 7\ef?\87\a4\fb\dc\18X\ef?_\9b{3\97|\ef?\da\90\a4\a2\af\a4\ef?@En[v\d0\ef?") - (data (i32.const 6944) "\f8\ac\b1k($\f7?\00\b0\cd\ee_\t\e1\bf\a1\cc\d2f\f7\e1\f6?\00\d0v\bd\94\84\e0\bf\8a\d40\0e=\a1\f6?\00\f8\e8\aeC\01\e0\bf\85l\d02\eca\f6?\00@\0b6\c5\fe\de\bf\f8\98\11\95\fa#\f6?\00\e0\b7\1a\d9\fd\dd\bfl\02\cf\a4[\e7\f5?\00\90\c7\0c\ae\ff\dc\bf\b8O!Z\05\ac\f5?\00\a0\fd\118\04\dc\bf\1en\16\0f\edq\f5?\00\e0:2g\0b\db\bf5\f8\0bY\t9\f5?\00\b0-Z/\15\da\bf\dd\ada\edO\01\f5?\00`\f8Z\7f!\d9\bf\d0{H\8e\b8\ca\f4?\00\90q\b0M0\d8\bf\eeO3\b49\95\f4?\00\e0\a9\f9\89A\d7\bfi\d5\af\df\cb`\f4?\00\90\19\b5+U\d6\bfS\b9\e4Nf-\f4?\00\10\9b\a2#k\d5\bf\a6\d8\1d\11\01\fb\f3?\00\a0_\0fe\83\d4\bf6X\0c\b7\95\c9\f3?\00\a0\f67\e9\9d\d3\bfJ\fd\b6J\1c\99\f3?\00`\8dS\a1\ba\d2\bf\b5\99\e0\0c\8ei\f3?\00@\ca@\83\d9\d1\bf\b2\e7\13\82\e4:\f3?\00\e0@:\85\fa\d0\bf\b1\bd\85\19\19\r\f3?\000\e72\9c\1d\d0\bf\d7q\b2\ca%\e0\f2?\00`\fa\a2}\85\ce\bf\82\cd\13\cf\04\b4\f2?\00\80=c\c8\d3\cc\bfP\cb|,\b0\88\f2?\00\a0\14L\03&\cb\bf\e5M\94c\"^\f2?\00\e0O/\1c|\c9\bf\b1\15\86=V4\f2?\00\00\80?\02\d6\c7\bf8\af>\e3F\0b\f2?\00\e0\05\1a\a73\c6\bf\dd\a3\cd\fd\ee\e2\f1?\00\00W\e9\f5\94\c4\bf09\0bXJ\bb\f1?\00\a0\e0$\e4\f9\c2\bf\00\"\7f\84S\94\f1?\00\c0\fdZYb\c1\bf<\d7\d5\c0\06n\f1?\00\80\bdu\9a\9c\bf\bf\c2\e4\b7G_H\f1?\00\c0\f9[W{\bc\bf\d1\85\00\adX#\f1?\00\80\f4\0f\c6`\b9\bf\'\"S\0f\f0\fe\f0?\00\00\b6G\e2L\b6\bf\8f:\d0w \db\f0?\00@\01\b2x?\b3\bf\d9\80Y\d6\e6\b7\f0?\00\c0B\1a}8\b0\bf\8d@{\fe>\95\f0?\00\00\b5\08\92o\aa\bf\83;\c5\ca%s\f0?\00\00wO\95z\a4\bf\\\1b\r\e4\97Q\f0?\00\00\0c\c5\a8#\9d\bf\a2\8e \c1\910\f0?\00\00x)&j\91\bf!~\b3%\10\10\f0?\00\00\e8\d8\f8 w\bfk\a7\ca\f9~\c0\ef?\00\00P\b1S\fe\86?\84\f1\f6\d3eD\ef?\00\80\0f\e1\cc\1c\a1?\7f\10\84\9f\07\cc\ee?\00\80\8b\8c\fcM\ac?\e8Z\97\99:W\ee?\00@W\1e2\aa\b3?\e6=\bd\f0\d6\e5\ed?\00\80\8b\d0\a0\18\b9?\b38\ff\81\b6w\ed?\00@\04\da\e9r\be?C\e9Mr\b5\0c\ed?\00`\7fP\d2\dc\c1?cu\0e\dc\b2\a4\ec?\00\a0\de\03\abv\c4?Q\cb\d6\e8\8e?\ec?\00 \e2wC\07\c7?L\0c\02O+\dd\eb?\00@\a9\8b\de\8e\c9?\ca\15`\00l}\eb?\00\e0\d2j\b8\r\cc?\8f3.n6 \eb?\00\e0\ce\af\n\84\ce?9P)&p\c5\ea?\00\80g\b4\ny\d0?\dd1\'\bc\01m\ea?\00\c0\01h\05\ac\d1?\8b\f1?\bc\d3\16\ea?\00\e0\fe\d4\11\db\d2?\ad\fegI\d1\c2\e9?\00\80\c5NF\06\d4?\02\99|\f4\e4p\e9?\00\f0:\t\be-\d5?\f2\bc\829\fb \e9?\00\d0P \90Q\d6?\f1Y\f7\87\01\d3\e8?\00\f0\ea\cd\d2q\d7?m\f6\b9\eb\e5\86\e8?\00\90}\85\9c\8e\d8?\94\b9X\b6\97<\e8?\00`\e1U\01\a8\d9?\"\10\c6\ff\05\f4\e7?\00\d0\d3n\18\be\da?\ca\15\14\18\"\ad\e7?\00\e0\a0\ae\f2\d0\db?\8c\ff\9e\f9\dcg\e7?\00@\bf=\a4\e0\dc?") - (data (i32.const 7968) "\8e\n\b9\12\00 \e6?\05\b6D\06\ab\04\89<\a64W\04\00`\e6?\a9\f7b\ea\9b\ffa<\c5\f2%\c3\ff\9f\e6?\ba\90<\cb\cf~\82<\04Z\b98\00\e0\e6?&\93sV\88\ff\88<\e3\94\99\e0\ff\1f\e7?\b1\82_\'@\fd\8a<\10\0eY\15\00`\e7?A\83#\b4u\fdr\bc\d5[e\12\00\a0\e7?v+$|\e6\08x<\a6\e9Y2\00\e0\e7?\b7\"\f6&\e4\08b\bc\d2\b2\b4\ed\ff\1f\e8?/\c9\a5\1eF\02\84\bc\c3\fc\fa-\00`\e8?\1f\9a\f2\a2\f4\f7m)\e0\ff\df\f2?\f9\a6\b2\da9|\9b<\82\f0\dc\f7\ff\1f\f3?TR\dcn3\f1}<`\8bZ\f0\ff_\f3?\eb1\cdLV\03\9e\bc\cc\ae\0e.\00\a0\f3?w\a4\d3K\e7\f0u<6\b2;\04\00\e0\f3?3\88\9d\14\cb}\9c<\ff\87\d1\02\00 \f4?(=-\cf\af\08~<\b1|8\r\00`\f4?\a6\99e\857\08\82<\89\9fV\04\00\a0\f4?\d2\bcO\90\\\fa\89\bc\f3C5\04\00\e0\f4?)S\17\ed%\11x\bc\0f\7f\02\cc\ff\1f\f5?\dcTw\84\d8\83\98\e90.\90\80\91\bc") - (data (i32.const 8992) "\be\f3\f8y\eca\f6?\190\96[\c6\fe\de\bf=\88\afJ\edq\f5?\a4\fc\d42h\0b\db\bf\b0\10\f0\f09\95\f4?{\b7\1f\n\8bA\d7\bf\85\03\b8\b0\95\c9\f3?{\cfm\1a\e9\9d\d3\bf\a5d\88\0c\19\r\f3?1\b6\f2\f3\9b\1d\d0\bf\a0\8e\0b{\"^\f2?\f0z;\1b\1d|\c9\bf?4\1aJJ\bb\f1?\9f<\af\93\e3\f9\c2\bf\ba\e5\8a\f0X#\f1?\\\8dx\bf\cb`\b9\bf\a7\00\99A?\95\f0?\ce_G\b6\9do\aa\bf\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00\00\acG\9a\fd\8c`\ee?=\f5$\9f\ca8\b3?\a0j\02\1f\b3\a4\ec?\ba\918T\a9v\c4?\e6\fcjW6 \eb?\d2\e4\c4J\0b\84\ce?-\aa\a1c\d1\c2\e9?\1ce\c6\f0E\06\d4?\edAx\03\e6\86\e8?\f8\9f\1b,\9c\8e\d8?bHS\f5\dcg\e7?\cc{\b1N\a4\e0\dc?") - (data (i32.const 9248) "\00\00\00\00\00\a0\f6?\00\00\00\00\00\00\00\00\00\c8\b9\f2\82,\d6\bf\80V7($\b4\fa<\00\00\00\00\00\80\f6?\00\00\00\00\00\00\00\00\00\08X\bf\bd\d1\d5\bf \f7\e0\d8\08\a5\1c\bd\00\00\00\00\00`\f6?\00\00\00\00\00\00\00\00\00XE\17wv\d5\bfmP\b6\d5\a4b#\bd\00\00\00\00\00@\f6?\00\00\00\00\00\00\00\00\00\f8-\87\ad\1a\d5\bf\d5g\b0\9e\e4\84\e6\bc\00\00\00\00\00 \f6?\00\00\00\00\00\00\00\00\00xw\95_\be\d4\bf\e0>)\93i\1b\04\bd\00\00\00\00\00\00\f6?\00\00\00\00\00\00\00\00\00`\1c\c2\8ba\d4\bf\cc\84LH/\d8\13=\00\00\00\00\00\e0\f5?\00\00\00\00\00\00\00\00\00\a8\86\860\04\d4\bf:\0b\82\ed\f3B\dc<\00\00\00\00\00\c0\f5?\00\00\00\00\00\00\00\00\00HiUL\a6\d3\bf`\94Q\86\c6\b1 =\00\00\00\00\00\a0\f5?\00\00\00\00\00\00\00\00\00\80\98\9a\ddG\d3\bf\92\80\c5\d4MY%=\00\00\00\00\00\80\f5?\00\00\00\00\00\00\00\00\00 \e1\ba\e2\e8\d2\bf\d8+\b7\99\1e{&=\00\00\00\00\00`\f5?\00\00\00\00\00\00\00\00\00\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00`\f5?\00\00\00\00\00\00\00\00\00\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00@\f5?\00\00\00\00\00\00\00\00\00x\cf\fbA)\d2\bfv\daS($Z\16\bd\00\00\00\00\00 \f5?\00\00\00\00\00\00\00\00\00\98i\c1\98\c8\d1\bf\04T\e7h\bc\af\1f\bd\00\00\00\00\00\00\f5?\00\00\00\00\00\00\00\00\00\a8\ab\ab\\g\d1\bf\f0\a8\823\c6\1f\1f=\00\00\00\00\00\e0\f4?\00\00\00\00\00\00\00\00\00H\ae\f9\8b\05\d1\bffZ\05\fd\c4\a8&\bd\00\00\00\00\00\c0\f4?\00\00\00\00\00\00\00\00\00\90s\e2$\a3\d0\bf\0e\03\f4~\eek\0c\bd\00\00\00\00\00\a0\f4?\00\00\00\00\00\00\00\00\00\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\a0\f4?\00\00\00\00\00\00\00\00\00\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\80\f4?\00\00\00\00\00\00\00\00\00@^m\18\b9\cf\bf\87<\99\ab*W\r=\00\00\00\00\00`\f4?\00\00\00\00\00\00\00\00\00`\dc\cb\ad\f0\ce\bf$\af\86\9c\b7&+=\00\00\00\00\00@\f4?\00\00\00\00\00\00\00\00\00\f0*n\07\'\ce\bf\10\ff?TO/\17\bd\00\00\00\00\00 \f4?\00\00\00\00\00\00\00\00\00\c0Ok!\\\cd\bf\1bh\ca\bb\91\ba!=\00\00\00\00\00\00\f4?\00\00\00\00\00\00\00\00\00\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\00\f4?\00\00\00\00\00\00\00\00\00\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\e0\f3?\00\00\00\00\00\00\00\00\00\90-t\86\c2\cb\bf\8f\b7\8b1\b0N\19=\00\00\00\00\00\c0\f3?\00\00\00\00\00\00\00\00\00\c0\80N\c9\f3\ca\bff\90\cd?cN\ba<\00\00\00\00\00\a0\f3?\00\00\00\00\00\00\00\00\00\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\a0\f3?\00\00\00\00\00\00\00\00\00\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\80\f3?\00\00\00\00\00\00\00\00\00P\f4\9cZR\c9\bf\e3\d4\c1\04\d9\d1*\bd\00\00\00\00\00`\f3?\00\00\00\00\00\00\00\00\00\d0 e\a0\7f\c8\bf\t\fa\db\7f\bf\bd+=\00\00\00\00\00@\f3?\00\00\00\00\00\00\00\00\00\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00@\f3?\00\00\00\00\00\00\00\00\00\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00 \f3?\00\00\00\00\00\00\00\00\00\d0\19\e7\0f\d6\c6\bff\e2\b2\a3j\e4\10\bd\00\00\00\00\00\00\f3?\00\00\00\00\00\00\00\00\00\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\00\f3?\00\00\00\00\00\00\00\00\00\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\e0\f2?\00\00\00\00\00\00\00\00\00\b0\a1\e3\e5&\c5\bf\8f[\07\90\8b\de \bd\00\00\00\00\00\c0\f2?\00\00\00\00\00\00\00\00\00\80\cbl+M\c4\bf\11\0e\bd\00\00\00\00\00\e0\ed?\00\00\00\00\00\00\00\00\00`F\d1;\97\b1?\9b\9e\rV]2%\bd\00\00\00\00\00\a0\ed?\00\00\00\00\00\00\00\00\00\e0\d1\a7\f5\bd\b3?\d7N\db\a5^\c8,=\00\00\00\00\00`\ed?\00\00\00\00\00\00\00\00\00\a0\97MZ\e9\b5?\1e\1d]<\06i,\bd\00\00\00\00\00@\ed?\00\00\00\00\00\00\00\00\00\c0\ea\n\d3\00\b7?2\ed\9d\a9\8d\1e\ec<\00\00\00\00\00\00\ed?\00\00\00\00\00\00\00\00\00@Y]^3\b9?\daG\bd:\\\11#=\00\00\00\00\00\c0\ec?\00\00\00\00\00\00\00\00\00`\ad\8d\c8j\bb?\e5h\f7+\80\90\13\bd\00\00\00\00\00\a0\ec?\00\00\00\00\00\00\00\00\00@\bc\01X\88\bc?\d3\acZ\c6\d1F&=\00\00\00\00\00`\ec?\00\00\00\00\00\00\00\00\00 \n\839\c7\be?\e0E\e6\afh\c0-\bd\00\00\00\00\00@\ec?\00\00\00\00\00\00\00\00\00\e0\db9\91\e8\bf?\fd\n\a1O\d64%\bd\00\00\00\00\00\00\ec?\00\00\00\00\00\00\00\00\00\e0\'\82\8e\17\c1?\f2\07-\cex\ef!=\00\00\00\00\00\e0\eb?\00\00\00\00\00\00\00\00\00\f0#~+\aa\c1?4\998D\8e\a7,=\00\00\00\00\00\a0\eb?\00\00\00\00\00\00\00\00\00\80\86\0ca\d1\c2?\a1\b4\81\cbl\9d\03=\00\00\00\00\00\80\eb?\00\00\00\00\00\00\00\00\00\90\15\b0\fce\c3?\89rK#\a8/\c6<\00\00\00\00\00@\eb?\00\00\00\00\00\00\00\00\00\b03\83=\91\c4?x\b6\fdTy\83%=\00\00\00\00\00 \eb?\00\00\00\00\00\00\00\00\00\b0\a1\e4\e5\'\c5?\c7}i\e5\e83&=\00\00\00\00\00\e0\ea?\00\00\00\00\00\00\00\00\00\10\8c\beNW\c6?x.<,\8b\cf\19=\00\00\00\00\00\c0\ea?\00\00\00\00\00\00\00\00\00pu\8b\12\f0\c6?\e1!\9c\e5\8d\11%\bd\00\00\00\00\00\a0\ea?\00\00\00\00\00\00\00\00\00PD\85\8d\89\c7?\05C\91p\10f\1c\bd\00\00\00\00\00`\ea?\00\00\00\00\00\00\00\00\00\009\eb\af\be\c8?\d1,\e9\aaT=\07\bd\00\00\00\00\00@\ea?\00\00\00\00\00\00\00\00\00\00\f7\dcZZ\c9?o\ff\a0X(\f2\07=\00\00\00\00\00\00\ea?\00\00\00\00\00\00\00\00\00\e0\8a<\ed\93\ca?i!VPCr(\bd\00\00\00\00\00\e0\e9?\00\00\00\00\00\00\00\00\00\d0[W\d81\cb?\aa\e1\acN\8d5\0c\bd\00\00\00\00\00\c0\e9?\00\00\00\00\00\00\00\00\00\e0;8\87\d0\cb?\b6\12TY\c4K-\bd\00\00\00\00\00\a0\e9?\00\00\00\00\00\00\00\00\00\10\f0\c6\fbo\cc?\d2+\96\c5r\ec\f1\bc\00\00\00\00\00`\e9?\00\00\00\00\00\00\00\00\00\90\d4\b0=\b1\cd?5\b0\15\f7*\ff*\bd\00\00\00\00\00@\e9?\00\00\00\00\00\00\00\00\00\10\e7\ff\0eS\ce?0\f4A`\'\12\c2<\00\00\00\00\00 \e9?\00\00\00\00\00\00\00\00\00\00\dd\e4\ad\f5\ce?\11\8e\bbe\15!\ca\bc\00\00\00\00\00\00\e9?\00\00\00\00\00\00\00\00\00\b0\b3l\1c\99\cf?0\df\0c\ca\ec\cb\1b=\00\00\00\00\00\c0\e8?\00\00\00\00\00\00\00\00\00XM`8q\d0?\91N\ed\16\db\9c\f8<\00\00\00\00\00\a0\e8?\00\00\00\00\00\00\00\00\00`ag-\c4\d0?\e9\ea<\16\8b\18\'=\00\00\00\00\00\80\e8?\00\00\00\00\00\00\00\00\00\e8\'\82\8e\17\d1?\1c\f0\a5c\0e!,\bd\00\00\00\00\00`\e8?\00\00\00\00\00\00\00\00\00\f8\ac\cb\\k\d1?\81\16\a5\f7\cd\9a+=\00\00\00\00\00@\e8?\00\00\00\00\00\00\00\00\00hZc\99\bf\d1?\b7\bdGQ\ed\a6,=\00\00\00\00\00 \e8?\00\00\00\00\00\00\00\00\00\b8\0emE\14\d2?\ea\baF\ba\de\87\n=\00\00\00\00\00\e0\e7?\00\00\00\00\00\00\00\00\00\90\dc|\f0\be\d2?\f4\04PJ\fa\9c*=\00\00\00\00\00\c0\e7?\00\00\00\00\00\00\00\00\00`\d3\e1\f1\14\d3?\b8\d2\bf\83E\06B\ff*\f5?\00\90\')\e1\e9\d1\bf\df\bd\b2\db\"\0f\f5?\00\f8H+m\95\d1\bf\d7\de4G\8f\f3\f4?\00\f8\b9\9agA\d1\bf@(\de\cfC\d8\f4?\00\98\ef\94\d0\ed\d0\bf\c8\a3x\c0>\bd\f4?\00\10\db\18\a5\9a\d0\bf\8a%\e0\c3\7f\a2\f4?\00\b8cR\e6G\d0\bf4\84\d4$\05\88\f4?\00\f0\86E\"\eb\cf\bf\0b-\19\1b\cem\f4?\00\b0\17uJG\cf\bfT\189\d3\d9S\f4?\000\10=D\a4\ce\bfZ\84\b4D\':\f4?\00\b0\e9D\r\02\ce\bf\fb\f8\15A\b5 \f4?\00\f0w)\a2`\cd\bf\b1\f4>\da\82\07\f4?\00\90\95\04\01\c0\cc\bf\8f\feW]\8f\ee\f3?\00\10\89V) \cc\bf\e9L\0b\a0\d9\d5\f3?\00\10\81\8d\17\81\cb\bf+\c1\10\c0`\bd\f3?\00\d0\d3\cc\c9\e2\ca\bf\b8\dau+$\a5\f3?\00\90\12.@E\ca\bf\02\d0\9f\cd\"\8d\f3?\00\f0\1dhw\a8\c9\bf\1cz\84\c5[u\f3?\000Him\0c\c9\bf\e26\adI\ce]\f3?\00\c0E\a6 q\c8\bf@\d4M\98yF\f3?\000\14\b4\8f\d6\c7\bf$\cb\ff\ce\\/\f3?\00pb<\b8<\c7\bfI\r\a1uw\18\f3?\00`7\9b\9a\a3\c6\bf\909>7\c8\01\f3?\00\a0\b7T1\0b\c6\bfA\f8\95\bbN\eb\f2?\000$v}s\c5\bf\d1\a9\19\02\n\d5\f2?\000\c2\8f{\dc\c4\bf*\fd\b7\a8\f9\be\f2?\00\00\d2Q,F\c4\bf\ab\1b\0cz\1c\a9\f2?\00\00\83\bc\8a\b0\c3\bf0\b5\14`r\93\f2?\00\00Ik\99\1b\c3\bf\f5\a1WW\fa}\f2?\00@\a4\90T\87\c2\bf\bf;\1d\9b\b3h\f2?\00\a0y\f8\b9\f3\c1\bf\bd\f5\8f\83\9dS\f2?\00\a0,%\c8`\c1\bf;\08\c9\aa\b7>\f2?\00 \f7W\7f\ce\c0\bf\b6@\a9+\01*\f2?\00\a0\feI\dc<\c0\bf2A\cc\96y\15\f2?\00\80K\bc\bdW\bf\bf\9b\fc\d2\1d \01\f2?\00@@\96\087\be\bf\0bHMI\f4\ec\f1?\00@\f9>\98\17\bd\bfie\8fR\f5\d8\f1?\00\a0\d8Ng\f9\bb\bf|~W\11#\c5\f1?\00`/ y\dc\ba\bf\e9&\cbt|\b1\f1?\00\80(\e7\c3\c0\b9\bf\b6\1a,\0c\01\9e\f1?\00\c0r\b3F\a6\b8\bf\bdp\b6{\b0\8a\f1?\00\00\ac\b3\01\8d\b7\bf\b6\bc\ef%\8aw\f1?\00\008E\f1t\b6\bf\da1L5\8dd\f1?\00\80\87m\0e^\b5\bf\dd_\'\90\b9Q\f1?\00\e0\a1\de\\H\b4\bfL\d22\a4\0e?\f1?\00\a0jM\d93\b3\bf\da\f9\10r\8b,\f1?\00`\c5\f8y \b2\bf1\b5\ec(0\1a\f1?\00 b\98F\0e\b1\bf\af4\84\da\fb\07\f1?\00\00\d2jl\fa\af\bf\b3kN\0f\ee\f5\f0?\00@wJ\8d\da\ad\bf\ce\9f*]\06\e4\f0?\00\00\85\e4\ec\bc\ab\bf!\a5,cD\d2\f0?\00\c0\12@\89\a1\a9\bf\1a\98\e2|\a7\c0\f0?\00\c0\023X\88\a7\bf\d16\c6\83/\af\f0?\00\80\d6g^q\a5\bf9\13\a0\98\db\9d\f0?\00\80eI\8a\\\a3\bf\df\e7R\af\ab\8c\f0?\00@\15d\e3I\a1\bf\fb(N/\9f{\f0?\00\80\eb\82\c0r\9e\bf\19\8f5\8c\b5j\f0?\00\80RR\f1U\9a\bf,\f9\ec\a5\eeY\f0?\00\80\81\cfb=\96\bf\90,\d1\cdII\f0?\00\00\aa\8c\fb(\92\bf\a9\ad\f0\c6\c68\f0?\00\00\f9 {1\8c\bf\a92y\13e(\f0?\00\00\aa]5\19\84\bfHs\ea\'$\18\f0?\00\00\ec\c2\03\12x\bf\95\b1\14\06\04\08\f0?\00\00$y\t\04`\bf\1a\fa&\f7\1f\e0\ef?\00\00\90\84\f3\efo?t\eaa\c2\1c\a1\ef?\00\00=5A\dc\87?.\99\81\b0\10c\ef?\00\80\c2\c4\a3\ce\93?\cd\ad\ee<\f6%\ef?\00\00\89\14\c1\9f\9b?\e7\13\91\03\c8\e9\ee?\00\00\11\ce\d8\b0\a1?\ab\b1\cbx\80\ae\ee?\00\c0\01\d0[\8a\a5?\9b\0c\9d\a2\1at\ee?\00\80\d8@\83\\\a9?\b5\99\n\83\91:\ee?\00\80W\efj\'\ad?V\9a`\t\e0\01\ee?\00\c0\98\e5\98u\b0?\98\bbw\e5\01\ca\ed?\00 \r\e3\f5S\b2?\03\91|\0b\f2\92\ed?\00\008\8b\dd.\b4?\ce\\\fbf\ac\\\ed?\00\c0W\87Y\06\b6?\9d\de^\aa,\'\ed?\00\00j5v\da\b7?\cd,k>n\f2\ec?\00`\1cNC\ab\b9?\02y\a7\a2m\be\ec?\00`\r\bb\c7x\bb?m\087m&\8b\ec?\00 \e72\13C\bd?\04X]\bd\94X\ec?\00`\deq1\n\bf?\8c\9f\bb3\b5&\ec?\00@\91+\15g\c0??\e7\ec\ee\83\f5\eb?\00\b0\92\82\85G\c1?\c1\96\dbu\fd\c4\eb?\000\ca\cdn&\c2?(J\86\0c\1e\95\eb?\00P\c5\a6\d7\03\c3?,>\ef\c5\e2e\eb?\00\103<\c3\df\c3?\8b\88\c9gH7\eb?\00\80zk6\ba\c4?J0\1d!K\t\eb?\00\f0\d1(9\93\c5?~\ef\f2\85\e8\db\ea?\00\f0\18$\cdj\c6?\a2=`1\1d\af\ea?\00\90f\ec\f8@\c7?\a7X\d3?\e6\82\ea?\00\f0\1a\f5\c0\15\c8?\8bs\t\ef@W\ea?\00\80\f6T)\e9\c8?\'K\ab\90*,\ea?\00@\f8\026\bb\c9?\d1\f2\93\13\a0\01\ea?\00\00,\1c\ed\8b\ca?\1b<\db$\9f\d7\e9?\00\d0\01\\Q[\cb?\90\b1\c7\05%\ae\e9?\00\c0\bc\ccg)\cc?/\ce\97\f2.\85\e9?\00`H\d55\f6\cc?uK\a4\ee\ba\\\e9?\00\c0F4\bd\c1\cd?8H\e7\9d\c64\e9?\00\e0\cf\b8\01\8c\ce?\e6Rg/O\r\e9?\00\90\17\c0\tU\cf?\9d\d7\ff\8eR\e6\e8?\00\b8\1f\12l\0e\d0?|\00\cc\9f\ce\bf\e8?\00\d0\93\0e\b8q\d0?\0e\c3\be\da\c0\99\e8?\00p\86\9ek\d4\d0?\fb\17#\aa\'t\e8?\00\d0K3\876\d1?\08\9a\b3\ac\00O\e8?\00H#g\r\98\d1?U>e\e8I*\e8?\00\80\cc\e0\ff\f8\d1?`\02\f4\95\01\06\e8?\00hc\d7_Y\d2?)\a3\e0c%\e2\e7?\00\a8\14\t0\b9\d2?\ad\b5\dcw\b3\be\e7?\00`C\10r\18\d3?\c2%\97g\aa\9b\e7?\00\18\ecm&w\d3?W\06\17\f2\07y\e7?\000\af\fbO\d5\d3?\0c\13\d6\db\caV\e7?\00\e0/\e3\ee2\d4?") + (data $2 (i32.const 2112) "k\b6O\01\00\10\e6?<[B\91l\02~<\95\b4M\03\000\e6?A]\00H\ea\bf\8d\f6\05\eb\ff\ef\e6?S-\e2\1a\04\80~\bc\80\97\86\0e\00\10\e7?Ry\tqf\ff{<\12\e9g\fc\ff/\e7?$\87\bd&\e2\00\8c\89<\b9{F\13\000\e9?v\02\98KN\80\7f.\98\dd\ff\af\e9?7\93Z\8a\e0@\87\bcf\fbI\ed\ff\cf\e9?\00\e0\9b\c1\08\ce?O*\00\b0\ea?_?\ff<\04\fdi\bc\d1\1e\ae\d7\ff\cf\ea?\b4p\90\12\e7>\82\bcx\04Q\ee\ff\ef\ea?\a3\de\0e\e0>\06j<[\re\db\ff\0f\eb?\b9\n\1f8\c8\06ZO\86\d0E\ff\8a<@\16\87\f9\ff\8f\eb?\f9\c3\c2\96w\fe|\f0\0f\00\f0\f4?\1cS\85\0b\89\7f\97<\d1K\dc\12\00\10\f5?6\a4fqe\04`\c9\03\00\b0\f5?\c0\0c\bf\n\08A\9f\bc\bc\19I\1d\00\d0\f5?)G%\fb*\81\98\bc\89z\b8\e7\ff\ef\f5?\04i\ed\80\b7~\94\bc") + (data $3 (i32.const 4160) "\be\f3\f8y\eca\f6?\de\aa\8c\80\f7{\d5\bf=\88\afJ\edq\f5?\dbm\c0\a7\f0\be\d2\bf\b0\10\f0\f09\95\f4?g:Q\7f\ae\1e\d0\bf\85\03\b8\b0\95\c9\f3?\e9$\82\a6\d81\cb\bf\a5d\88\0c\19\r\f3?Xw\c0\nOW\c6\bf\a0\8e\0b{\"^\f2?\00\81\9c\c7+\aa\c1\bf?4\1aJJ\bb\f1?^\0e\8c\cevN\ba\bf\ba\e5\8a\f0X#\f1?\cc\1caZ<\97\b1\bf\a7\00\99A?\95\f0?\1e\0c\e18\f4R\a2\bf\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00\00\acG\9a\fd\8c`\ee?\84Y\f2]\aa\a5\aa?\a0j\02\1f\b3\a4\ec?\b4.6\aaS^\bc?\e6\fcjW6 \eb?\08\db w\e5&\c5?-\aa\a1c\d1\c2\e9?pG\"\r\86\c2\cb?\edAx\03\e6\86\e8?\e1~\a0\c8\8b\05\d1?bHS\f5\dcg\e7?\t\ee\b6W0\04\d4?") + (data $4 (i32.const 4416) "n\83\f9\a2\00\00\00\00\d1W\'\fc)\15DN\99\95b\db\c0\dd4\f5\abcQ\feA\90C<:n$\b7a\c5\bb\de\ea.I\06\e0\d2MB\1c\eb\1d\fe\1c\92\d1\t\f55\82\e8>\a7)\b1&p\9c\e9\84D\bb.9\d6\919A~_\b4\8b_\84\9c\f49S\83\ff\97\f8\1f;(\f9\bd\8b\11/\ef\0f\98\05\de\cf~6m\1fm\nZf?FO\b7\t\cb\'\c7\ba\'u-\ea_\9e\f79\07={\f1\e5\eb\b1_\fbk\ea\92R\8aF0\03V\08]\8d\1f \bc\cf\f0\abk{\fca\91\e3\a9\1d6\f4\9a_\85\99e\08\1b\e6^\80\d8\ff\8d@h\a0\14W\15\06\061\'sM") + (data $5 (i32.const 4608) ")\15DNn\83\f9\a2\c0\dd4\f5\d1W\'\fcA\90C<\99\95b\dba\c5\bb\de\abcQ\fe") + (data $6 (i32.const 4640) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f0?n\bf\88\1aO;\9b<53\fb\a9=\f6\ef?]\dc\d8\9c\13`q\bca\80w>\9a\ec\ef?\d1f\87\10z^\90\bc\85\7fn\e8\15\e3\ef?\13\f6g5R\d2\8c\be\ef?m{\83]\a6\9a\97<\0f\89\f9lX\b5\ef?\fc\ef\fd\92\1a\b5\8e<\f7Gr+\92\ac\ef?\d1\9c/p=\be><\a2\d1\d32\ec\a3\ef?\0bn\90\894\03j\bc\1b\d3\fe\aff\9b\ef?\0e\bd/*RV\95\bcQ[\12\d0\01\93\ef?U\eaN\8c\ef\80P\bc\cc1l\c0\bd\8a\ef?\16\f4\d5\b9#\c9\91\bc\e0-\a9\ae\9a\82\ef?\afU\\\e9\e3\d3\80\f7\ec\9a<\aa\b9h1\87T\ef?\9d8\86\cb\82\e7\8f\bc\1d\d9\fc\"PM\ef?\8d\c3\a6DAo\8a<\d6\8cb\88;F\ef?}\04\e4\b0\05z\80<\96\dc}\91I?\ef?\94\a8\a8\e3\fd\8e\96<8bunz8\ef?}Ht\f2\18^\87\a9\af\0c\ef?\b6\ab\b0MuM\83<\15\b71\n\fe\06\ef?Lt\ac\e2\01B\86<1\d8L\fcp\01\ef?J\f8\d3]9\dd\8f<\ff\16d\b2\08\fc\ee?\04[\8e;\80\a3\86\bc\f1\9f\92_\c5\f6\ee?hPK\cc\edJ\92\bc\cb\a9:7\a7\f1\ee?\8e-Q\1b\f8\07\99\bcf\d8\05m\ae\ec\ee?\d26\94>\e8\d1q\bc\f7\9f\e54\db\e7\ee?\15\1b\ce\b3\19\19\99\bc\e5\a8\13\c3-\e3\ee?mL*\a7H\9f\85<\"4\12L\a6\de\ee?\8ai(z`\12\93\bc\1c\80\ac\04E\da\ee?[\89\17H\8f\a7X\bc*.\f7!\n\d6\ee?\1b\9aIg\9b,|\bc\97\a8P\d9\f5\d1\ee?\11\ac\c2`\edcC<-\89a`\08\ce\ee?\efd\06;\tf\96Z~d\1fx\bct_\ec\e8u\9f\ee?\b0}\8b\c0J\ee\86\bct\81\a5H\9a\9f\ee?\8a\e6U\1e2\19\86\bc\c9gBV\eb\9f\ee?\d3\d4\t^\cb\9c\90T\'\a4\ee?47;\f1\b6i\93\bc\13\ceL\99\89\a5\ee?\1e\ff\19:\84^\80\bc\ad\c7#F\1a\a7\ee?nWr\d8P\d4\94\bc\ed\92D\9b\d9\a8\ee?\00\8a\0e[g\ad\90<\99f\8a\d9\c7\aa\ee?\b4\ea\f0\c1/\b7\8d<\db\a0*B\e5\ac\ee?\ff\e7\c5\9c`\b6e\bc\8cD\b5\162\af\ee?D_\f3Y\83\f6{<6w\15\99\ae\b1\ee?\83=\1e\a7\1f\t\93\bc\c6\ff\91\0b[\b4\ee?)\1el\8b\b8\a9]\bc\e5\c5\cd\b07\b7\ee?Y\b9\90|\f9#l\bc\0fR\c8\cbD\ba\ee?\aa\f9\f4\"CC\92\bcPN\de\9f\82\bd\ee?K\8ef\d7l\ca\85\bc\ba\07\cap\f1\c0\ee?\'\ce\91+\fc\afq<\90\f0\a3\82\91\c4\ee?\bbs\n\e15\d2m<##\e3\19c\c8\ee?c\"b\"\04\c5\87\bce\e5]{f\cc\ee?\d51\e2\e3\86\1c\8b<3-J\ec\9b\d0\ee?\15\bb\bc\d3\d1\bb\91\bc]%>\b2\03\d5\ee?\d21\ee\9c1\cc\90\b4\07!\d5\82\bc_\9b{3\97|\ef?\c9\rG;\b9*\89\bc)\a1\f5\14F\86\ef?\d3\88:`\04\b6t<\f6?\8b\e7.\90\ef?qr\9dQ\ec\c5\83<\83L\c7\fbQ\9a\ef?\f0\91\d3\8f\12\f7\8f\bc\da\90\a4\a2\af\a4\ef?}t#\e2\98\ae\8d\bc\f1g\8e-H\af\ef?\08 \aaA\bc\c3\8e<\'Za\ee\1b\ba\ef?2\eb\a9\c3\94+\84<\97\bak7+\c5\ef?\ee\85\d11\a9d\8a<@En[v\d0\ef?\ed\e3;\e4\ba7\8e\bc\14\be\9c\ad\fd\db\ef?\9d\cd\91M;\89w<\d8\90\9e\81\c1\e7\ef?\89\cc`A\c1\05S<\f1q\8f+\c2\f3\ef?") + (data $7 (i32.const 6688) "\00\00\00\00\00\00\f0?t\85\15\d3\b0\d9\ef?\0f\89\f9lX\b5\ef?Q[\12\d0\01\93\ef?{Q}<\b8r\ef?\aa\b9h1\87T\ef?8bunz8\ef?\e1\de\1f\f5\9d\1e\ef?\15\b71\n\fe\06\ef?\cb\a9:7\a7\f1\ee?\"4\12L\a6\de\ee?-\89a`\08\ce\ee?\'*6\d5\da\bf\ee?\82O\9dV+\b4\ee?)TH\dd\07\ab\ee?\85U:\b0~\a4\ee?\cd;\7ff\9e\a0\ee?t_\ec\e8u\9f\ee?\87\01\ebs\14\a1\ee?\13\ceL\99\89\a5\ee?\db\a0*B\e5\ac\ee?\e5\c5\cd\b07\b7\ee?\90\f0\a3\82\91\c4\ee?]%>\b2\03\d5\ee?\ad\d3Z\99\9f\e8\ee?G^\fb\f2v\ff\ee?\9cR\85\dd\9b\19\ef?i\90\ef\dc 7\ef?\87\a4\fb\dc\18X\ef?_\9b{3\97|\ef?\da\90\a4\a2\af\a4\ef?@En[v\d0\ef?") + (data $8 (i32.const 6944) "\f8\ac\b1k($\f7?\00\b0\cd\ee_\t\e1\bf\a1\cc\d2f\f7\e1\f6?\00\d0v\bd\94\84\e0\bf\8a\d40\0e=\a1\f6?\00\f8\e8\aeC\01\e0\bf\85l\d02\eca\f6?\00@\0b6\c5\fe\de\bf\f8\98\11\95\fa#\f6?\00\e0\b7\1a\d9\fd\dd\bfl\02\cf\a4[\e7\f5?\00\90\c7\0c\ae\ff\dc\bf\b8O!Z\05\ac\f5?\00\a0\fd\118\04\dc\bf\1en\16\0f\edq\f5?\00\e0:2g\0b\db\bf5\f8\0bY\t9\f5?\00\b0-Z/\15\da\bf\dd\ada\edO\01\f5?\00`\f8Z\7f!\d9\bf\d0{H\8e\b8\ca\f4?\00\90q\b0M0\d8\bf\eeO3\b49\95\f4?\00\e0\a9\f9\89A\d7\bfi\d5\af\df\cb`\f4?\00\90\19\b5+U\d6\bfS\b9\e4Nf-\f4?\00\10\9b\a2#k\d5\bf\a6\d8\1d\11\01\fb\f3?\00\a0_\0fe\83\d4\bf6X\0c\b7\95\c9\f3?\00\a0\f67\e9\9d\d3\bfJ\fd\b6J\1c\99\f3?\00`\8dS\a1\ba\d2\bf\b5\99\e0\0c\8ei\f3?\00@\ca@\83\d9\d1\bf\b2\e7\13\82\e4:\f3?\00\e0@:\85\fa\d0\bf\b1\bd\85\19\19\r\f3?\000\e72\9c\1d\d0\bf\d7q\b2\ca%\e0\f2?\00`\fa\a2}\85\ce\bf\82\cd\13\cf\04\b4\f2?\00\80=c\c8\d3\cc\bfP\cb|,\b0\88\f2?\00\a0\14L\03&\cb\bf\e5M\94c\"^\f2?\00\e0O/\1c|\c9\bf\b1\15\86=V4\f2?\00\00\80?\02\d6\c7\bf8\af>\e3F\0b\f2?\00\e0\05\1a\a73\c6\bf\dd\a3\cd\fd\ee\e2\f1?\00\00W\e9\f5\94\c4\bf09\0bXJ\bb\f1?\00\a0\e0$\e4\f9\c2\bf\00\"\7f\84S\94\f1?\00\c0\fdZYb\c1\bf<\d7\d5\c0\06n\f1?\00\80\bdu\9a\9c\bf\bf\c2\e4\b7G_H\f1?\00\c0\f9[W{\bc\bf\d1\85\00\adX#\f1?\00\80\f4\0f\c6`\b9\bf\'\"S\0f\f0\fe\f0?\00\00\b6G\e2L\b6\bf\8f:\d0w \db\f0?\00@\01\b2x?\b3\bf\d9\80Y\d6\e6\b7\f0?\00\c0B\1a}8\b0\bf\8d@{\fe>\95\f0?\00\00\b5\08\92o\aa\bf\83;\c5\ca%s\f0?\00\00wO\95z\a4\bf\\\1b\r\e4\97Q\f0?\00\00\0c\c5\a8#\9d\bf\a2\8e \c1\910\f0?\00\00x)&j\91\bf!~\b3%\10\10\f0?\00\00\e8\d8\f8 w\bfk\a7\ca\f9~\c0\ef?\00\00P\b1S\fe\86?\84\f1\f6\d3eD\ef?\00\80\0f\e1\cc\1c\a1?\7f\10\84\9f\07\cc\ee?\00\80\8b\8c\fcM\ac?\e8Z\97\99:W\ee?\00@W\1e2\aa\b3?\e6=\bd\f0\d6\e5\ed?\00\80\8b\d0\a0\18\b9?\b38\ff\81\b6w\ed?\00@\04\da\e9r\be?C\e9Mr\b5\0c\ed?\00`\7fP\d2\dc\c1?cu\0e\dc\b2\a4\ec?\00\a0\de\03\abv\c4?Q\cb\d6\e8\8e?\ec?\00 \e2wC\07\c7?L\0c\02O+\dd\eb?\00@\a9\8b\de\8e\c9?\ca\15`\00l}\eb?\00\e0\d2j\b8\r\cc?\8f3.n6 \eb?\00\e0\ce\af\n\84\ce?9P)&p\c5\ea?\00\80g\b4\ny\d0?\dd1\'\bc\01m\ea?\00\c0\01h\05\ac\d1?\8b\f1?\bc\d3\16\ea?\00\e0\fe\d4\11\db\d2?\ad\fegI\d1\c2\e9?\00\80\c5NF\06\d4?\02\99|\f4\e4p\e9?\00\f0:\t\be-\d5?\f2\bc\829\fb \e9?\00\d0P \90Q\d6?\f1Y\f7\87\01\d3\e8?\00\f0\ea\cd\d2q\d7?m\f6\b9\eb\e5\86\e8?\00\90}\85\9c\8e\d8?\94\b9X\b6\97<\e8?\00`\e1U\01\a8\d9?\"\10\c6\ff\05\f4\e7?\00\d0\d3n\18\be\da?\ca\15\14\18\"\ad\e7?\00\e0\a0\ae\f2\d0\db?\8c\ff\9e\f9\dcg\e7?\00@\bf=\a4\e0\dc?") + (data $9 (i32.const 7968) "\8e\n\b9\12\00 \e6?\05\b6D\06\ab\04\89<\a64W\04\00`\e6?\a9\f7b\ea\9b\ffa<\c5\f2%\c3\ff\9f\e6?\ba\90<\cb\cf~\82<\04Z\b98\00\e0\e6?&\93sV\88\ff\88<\e3\94\99\e0\ff\1f\e7?\b1\82_\'@\fd\8a<\10\0eY\15\00`\e7?A\83#\b4u\fdr\bc\d5[e\12\00\a0\e7?v+$|\e6\08x<\a6\e9Y2\00\e0\e7?\b7\"\f6&\e4\08b\bc\d2\b2\b4\ed\ff\1f\e8?/\c9\a5\1eF\02\84\bc\c3\fc\fa-\00`\e8?\1f\9a\f2\a2\f4\f7m)\e0\ff\df\f2?\f9\a6\b2\da9|\9b<\82\f0\dc\f7\ff\1f\f3?TR\dcn3\f1}<`\8bZ\f0\ff_\f3?\eb1\cdLV\03\9e\bc\cc\ae\0e.\00\a0\f3?w\a4\d3K\e7\f0u<6\b2;\04\00\e0\f3?3\88\9d\14\cb}\9c<\ff\87\d1\02\00 \f4?(=-\cf\af\08~<\b1|8\r\00`\f4?\a6\99e\857\08\82<\89\9fV\04\00\a0\f4?\d2\bcO\90\\\fa\89\bc\f3C5\04\00\e0\f4?)S\17\ed%\11x\bc\0f\7f\02\cc\ff\1f\f5?\dcTw\84\d8\83\98\e90.\90\80\91\bc") + (data $10 (i32.const 8992) "\be\f3\f8y\eca\f6?\190\96[\c6\fe\de\bf=\88\afJ\edq\f5?\a4\fc\d42h\0b\db\bf\b0\10\f0\f09\95\f4?{\b7\1f\n\8bA\d7\bf\85\03\b8\b0\95\c9\f3?{\cfm\1a\e9\9d\d3\bf\a5d\88\0c\19\r\f3?1\b6\f2\f3\9b\1d\d0\bf\a0\8e\0b{\"^\f2?\f0z;\1b\1d|\c9\bf?4\1aJJ\bb\f1?\9f<\af\93\e3\f9\c2\bf\ba\e5\8a\f0X#\f1?\\\8dx\bf\cb`\b9\bf\a7\00\99A?\95\f0?\ce_G\b6\9do\aa\bf\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00\00\acG\9a\fd\8c`\ee?=\f5$\9f\ca8\b3?\a0j\02\1f\b3\a4\ec?\ba\918T\a9v\c4?\e6\fcjW6 \eb?\d2\e4\c4J\0b\84\ce?-\aa\a1c\d1\c2\e9?\1ce\c6\f0E\06\d4?\edAx\03\e6\86\e8?\f8\9f\1b,\9c\8e\d8?bHS\f5\dcg\e7?\cc{\b1N\a4\e0\dc?") + (data $11 (i32.const 9248) "\00\00\00\00\00\a0\f6?\00\00\00\00\00\00\00\00\00\c8\b9\f2\82,\d6\bf\80V7($\b4\fa<\00\00\00\00\00\80\f6?\00\00\00\00\00\00\00\00\00\08X\bf\bd\d1\d5\bf \f7\e0\d8\08\a5\1c\bd\00\00\00\00\00`\f6?\00\00\00\00\00\00\00\00\00XE\17wv\d5\bfmP\b6\d5\a4b#\bd\00\00\00\00\00@\f6?\00\00\00\00\00\00\00\00\00\f8-\87\ad\1a\d5\bf\d5g\b0\9e\e4\84\e6\bc\00\00\00\00\00 \f6?\00\00\00\00\00\00\00\00\00xw\95_\be\d4\bf\e0>)\93i\1b\04\bd\00\00\00\00\00\00\f6?\00\00\00\00\00\00\00\00\00`\1c\c2\8ba\d4\bf\cc\84LH/\d8\13=\00\00\00\00\00\e0\f5?\00\00\00\00\00\00\00\00\00\a8\86\860\04\d4\bf:\0b\82\ed\f3B\dc<\00\00\00\00\00\c0\f5?\00\00\00\00\00\00\00\00\00HiUL\a6\d3\bf`\94Q\86\c6\b1 =\00\00\00\00\00\a0\f5?\00\00\00\00\00\00\00\00\00\80\98\9a\ddG\d3\bf\92\80\c5\d4MY%=\00\00\00\00\00\80\f5?\00\00\00\00\00\00\00\00\00 \e1\ba\e2\e8\d2\bf\d8+\b7\99\1e{&=\00\00\00\00\00`\f5?\00\00\00\00\00\00\00\00\00\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00`\f5?\00\00\00\00\00\00\00\00\00\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00@\f5?\00\00\00\00\00\00\00\00\00x\cf\fbA)\d2\bfv\daS($Z\16\bd\00\00\00\00\00 \f5?\00\00\00\00\00\00\00\00\00\98i\c1\98\c8\d1\bf\04T\e7h\bc\af\1f\bd\00\00\00\00\00\00\f5?\00\00\00\00\00\00\00\00\00\a8\ab\ab\\g\d1\bf\f0\a8\823\c6\1f\1f=\00\00\00\00\00\e0\f4?\00\00\00\00\00\00\00\00\00H\ae\f9\8b\05\d1\bffZ\05\fd\c4\a8&\bd\00\00\00\00\00\c0\f4?\00\00\00\00\00\00\00\00\00\90s\e2$\a3\d0\bf\0e\03\f4~\eek\0c\bd\00\00\00\00\00\a0\f4?\00\00\00\00\00\00\00\00\00\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\a0\f4?\00\00\00\00\00\00\00\00\00\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\80\f4?\00\00\00\00\00\00\00\00\00@^m\18\b9\cf\bf\87<\99\ab*W\r=\00\00\00\00\00`\f4?\00\00\00\00\00\00\00\00\00`\dc\cb\ad\f0\ce\bf$\af\86\9c\b7&+=\00\00\00\00\00@\f4?\00\00\00\00\00\00\00\00\00\f0*n\07\'\ce\bf\10\ff?TO/\17\bd\00\00\00\00\00 \f4?\00\00\00\00\00\00\00\00\00\c0Ok!\\\cd\bf\1bh\ca\bb\91\ba!=\00\00\00\00\00\00\f4?\00\00\00\00\00\00\00\00\00\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\00\f4?\00\00\00\00\00\00\00\00\00\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\e0\f3?\00\00\00\00\00\00\00\00\00\90-t\86\c2\cb\bf\8f\b7\8b1\b0N\19=\00\00\00\00\00\c0\f3?\00\00\00\00\00\00\00\00\00\c0\80N\c9\f3\ca\bff\90\cd?cN\ba<\00\00\00\00\00\a0\f3?\00\00\00\00\00\00\00\00\00\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\a0\f3?\00\00\00\00\00\00\00\00\00\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\80\f3?\00\00\00\00\00\00\00\00\00P\f4\9cZR\c9\bf\e3\d4\c1\04\d9\d1*\bd\00\00\00\00\00`\f3?\00\00\00\00\00\00\00\00\00\d0 e\a0\7f\c8\bf\t\fa\db\7f\bf\bd+=\00\00\00\00\00@\f3?\00\00\00\00\00\00\00\00\00\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00@\f3?\00\00\00\00\00\00\00\00\00\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00 \f3?\00\00\00\00\00\00\00\00\00\d0\19\e7\0f\d6\c6\bff\e2\b2\a3j\e4\10\bd\00\00\00\00\00\00\f3?\00\00\00\00\00\00\00\00\00\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\00\f3?\00\00\00\00\00\00\00\00\00\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\e0\f2?\00\00\00\00\00\00\00\00\00\b0\a1\e3\e5&\c5\bf\8f[\07\90\8b\de \bd\00\00\00\00\00\c0\f2?\00\00\00\00\00\00\00\00\00\80\cbl+M\c4\bf\11\0e\bd\00\00\00\00\00\e0\ed?\00\00\00\00\00\00\00\00\00`F\d1;\97\b1?\9b\9e\rV]2%\bd\00\00\00\00\00\a0\ed?\00\00\00\00\00\00\00\00\00\e0\d1\a7\f5\bd\b3?\d7N\db\a5^\c8,=\00\00\00\00\00`\ed?\00\00\00\00\00\00\00\00\00\a0\97MZ\e9\b5?\1e\1d]<\06i,\bd\00\00\00\00\00@\ed?\00\00\00\00\00\00\00\00\00\c0\ea\n\d3\00\b7?2\ed\9d\a9\8d\1e\ec<\00\00\00\00\00\00\ed?\00\00\00\00\00\00\00\00\00@Y]^3\b9?\daG\bd:\\\11#=\00\00\00\00\00\c0\ec?\00\00\00\00\00\00\00\00\00`\ad\8d\c8j\bb?\e5h\f7+\80\90\13\bd\00\00\00\00\00\a0\ec?\00\00\00\00\00\00\00\00\00@\bc\01X\88\bc?\d3\acZ\c6\d1F&=\00\00\00\00\00`\ec?\00\00\00\00\00\00\00\00\00 \n\839\c7\be?\e0E\e6\afh\c0-\bd\00\00\00\00\00@\ec?\00\00\00\00\00\00\00\00\00\e0\db9\91\e8\bf?\fd\n\a1O\d64%\bd\00\00\00\00\00\00\ec?\00\00\00\00\00\00\00\00\00\e0\'\82\8e\17\c1?\f2\07-\cex\ef!=\00\00\00\00\00\e0\eb?\00\00\00\00\00\00\00\00\00\f0#~+\aa\c1?4\998D\8e\a7,=\00\00\00\00\00\a0\eb?\00\00\00\00\00\00\00\00\00\80\86\0ca\d1\c2?\a1\b4\81\cbl\9d\03=\00\00\00\00\00\80\eb?\00\00\00\00\00\00\00\00\00\90\15\b0\fce\c3?\89rK#\a8/\c6<\00\00\00\00\00@\eb?\00\00\00\00\00\00\00\00\00\b03\83=\91\c4?x\b6\fdTy\83%=\00\00\00\00\00 \eb?\00\00\00\00\00\00\00\00\00\b0\a1\e4\e5\'\c5?\c7}i\e5\e83&=\00\00\00\00\00\e0\ea?\00\00\00\00\00\00\00\00\00\10\8c\beNW\c6?x.<,\8b\cf\19=\00\00\00\00\00\c0\ea?\00\00\00\00\00\00\00\00\00pu\8b\12\f0\c6?\e1!\9c\e5\8d\11%\bd\00\00\00\00\00\a0\ea?\00\00\00\00\00\00\00\00\00PD\85\8d\89\c7?\05C\91p\10f\1c\bd\00\00\00\00\00`\ea?\00\00\00\00\00\00\00\00\00\009\eb\af\be\c8?\d1,\e9\aaT=\07\bd\00\00\00\00\00@\ea?\00\00\00\00\00\00\00\00\00\00\f7\dcZZ\c9?o\ff\a0X(\f2\07=\00\00\00\00\00\00\ea?\00\00\00\00\00\00\00\00\00\e0\8a<\ed\93\ca?i!VPCr(\bd\00\00\00\00\00\e0\e9?\00\00\00\00\00\00\00\00\00\d0[W\d81\cb?\aa\e1\acN\8d5\0c\bd\00\00\00\00\00\c0\e9?\00\00\00\00\00\00\00\00\00\e0;8\87\d0\cb?\b6\12TY\c4K-\bd\00\00\00\00\00\a0\e9?\00\00\00\00\00\00\00\00\00\10\f0\c6\fbo\cc?\d2+\96\c5r\ec\f1\bc\00\00\00\00\00`\e9?\00\00\00\00\00\00\00\00\00\90\d4\b0=\b1\cd?5\b0\15\f7*\ff*\bd\00\00\00\00\00@\e9?\00\00\00\00\00\00\00\00\00\10\e7\ff\0eS\ce?0\f4A`\'\12\c2<\00\00\00\00\00 \e9?\00\00\00\00\00\00\00\00\00\00\dd\e4\ad\f5\ce?\11\8e\bbe\15!\ca\bc\00\00\00\00\00\00\e9?\00\00\00\00\00\00\00\00\00\b0\b3l\1c\99\cf?0\df\0c\ca\ec\cb\1b=\00\00\00\00\00\c0\e8?\00\00\00\00\00\00\00\00\00XM`8q\d0?\91N\ed\16\db\9c\f8<\00\00\00\00\00\a0\e8?\00\00\00\00\00\00\00\00\00`ag-\c4\d0?\e9\ea<\16\8b\18\'=\00\00\00\00\00\80\e8?\00\00\00\00\00\00\00\00\00\e8\'\82\8e\17\d1?\1c\f0\a5c\0e!,\bd\00\00\00\00\00`\e8?\00\00\00\00\00\00\00\00\00\f8\ac\cb\\k\d1?\81\16\a5\f7\cd\9a+=\00\00\00\00\00@\e8?\00\00\00\00\00\00\00\00\00hZc\99\bf\d1?\b7\bdGQ\ed\a6,=\00\00\00\00\00 \e8?\00\00\00\00\00\00\00\00\00\b8\0emE\14\d2?\ea\baF\ba\de\87\n=\00\00\00\00\00\e0\e7?\00\00\00\00\00\00\00\00\00\90\dc|\f0\be\d2?\f4\04PJ\fa\9c*=\00\00\00\00\00\c0\e7?\00\00\00\00\00\00\00\00\00`\d3\e1\f1\14\d3?\b8\d2\bf\83E\06B\ff*\f5?\00\90\')\e1\e9\d1\bf\df\bd\b2\db\"\0f\f5?\00\f8H+m\95\d1\bf\d7\de4G\8f\f3\f4?\00\f8\b9\9agA\d1\bf@(\de\cfC\d8\f4?\00\98\ef\94\d0\ed\d0\bf\c8\a3x\c0>\bd\f4?\00\10\db\18\a5\9a\d0\bf\8a%\e0\c3\7f\a2\f4?\00\b8cR\e6G\d0\bf4\84\d4$\05\88\f4?\00\f0\86E\"\eb\cf\bf\0b-\19\1b\cem\f4?\00\b0\17uJG\cf\bfT\189\d3\d9S\f4?\000\10=D\a4\ce\bfZ\84\b4D\':\f4?\00\b0\e9D\r\02\ce\bf\fb\f8\15A\b5 \f4?\00\f0w)\a2`\cd\bf\b1\f4>\da\82\07\f4?\00\90\95\04\01\c0\cc\bf\8f\feW]\8f\ee\f3?\00\10\89V) \cc\bf\e9L\0b\a0\d9\d5\f3?\00\10\81\8d\17\81\cb\bf+\c1\10\c0`\bd\f3?\00\d0\d3\cc\c9\e2\ca\bf\b8\dau+$\a5\f3?\00\90\12.@E\ca\bf\02\d0\9f\cd\"\8d\f3?\00\f0\1dhw\a8\c9\bf\1cz\84\c5[u\f3?\000Him\0c\c9\bf\e26\adI\ce]\f3?\00\c0E\a6 q\c8\bf@\d4M\98yF\f3?\000\14\b4\8f\d6\c7\bf$\cb\ff\ce\\/\f3?\00pb<\b8<\c7\bfI\r\a1uw\18\f3?\00`7\9b\9a\a3\c6\bf\909>7\c8\01\f3?\00\a0\b7T1\0b\c6\bfA\f8\95\bbN\eb\f2?\000$v}s\c5\bf\d1\a9\19\02\n\d5\f2?\000\c2\8f{\dc\c4\bf*\fd\b7\a8\f9\be\f2?\00\00\d2Q,F\c4\bf\ab\1b\0cz\1c\a9\f2?\00\00\83\bc\8a\b0\c3\bf0\b5\14`r\93\f2?\00\00Ik\99\1b\c3\bf\f5\a1WW\fa}\f2?\00@\a4\90T\87\c2\bf\bf;\1d\9b\b3h\f2?\00\a0y\f8\b9\f3\c1\bf\bd\f5\8f\83\9dS\f2?\00\a0,%\c8`\c1\bf;\08\c9\aa\b7>\f2?\00 \f7W\7f\ce\c0\bf\b6@\a9+\01*\f2?\00\a0\feI\dc<\c0\bf2A\cc\96y\15\f2?\00\80K\bc\bdW\bf\bf\9b\fc\d2\1d \01\f2?\00@@\96\087\be\bf\0bHMI\f4\ec\f1?\00@\f9>\98\17\bd\bfie\8fR\f5\d8\f1?\00\a0\d8Ng\f9\bb\bf|~W\11#\c5\f1?\00`/ y\dc\ba\bf\e9&\cbt|\b1\f1?\00\80(\e7\c3\c0\b9\bf\b6\1a,\0c\01\9e\f1?\00\c0r\b3F\a6\b8\bf\bdp\b6{\b0\8a\f1?\00\00\ac\b3\01\8d\b7\bf\b6\bc\ef%\8aw\f1?\00\008E\f1t\b6\bf\da1L5\8dd\f1?\00\80\87m\0e^\b5\bf\dd_\'\90\b9Q\f1?\00\e0\a1\de\\H\b4\bfL\d22\a4\0e?\f1?\00\a0jM\d93\b3\bf\da\f9\10r\8b,\f1?\00`\c5\f8y \b2\bf1\b5\ec(0\1a\f1?\00 b\98F\0e\b1\bf\af4\84\da\fb\07\f1?\00\00\d2jl\fa\af\bf\b3kN\0f\ee\f5\f0?\00@wJ\8d\da\ad\bf\ce\9f*]\06\e4\f0?\00\00\85\e4\ec\bc\ab\bf!\a5,cD\d2\f0?\00\c0\12@\89\a1\a9\bf\1a\98\e2|\a7\c0\f0?\00\c0\023X\88\a7\bf\d16\c6\83/\af\f0?\00\80\d6g^q\a5\bf9\13\a0\98\db\9d\f0?\00\80eI\8a\\\a3\bf\df\e7R\af\ab\8c\f0?\00@\15d\e3I\a1\bf\fb(N/\9f{\f0?\00\80\eb\82\c0r\9e\bf\19\8f5\8c\b5j\f0?\00\80RR\f1U\9a\bf,\f9\ec\a5\eeY\f0?\00\80\81\cfb=\96\bf\90,\d1\cdII\f0?\00\00\aa\8c\fb(\92\bf\a9\ad\f0\c6\c68\f0?\00\00\f9 {1\8c\bf\a92y\13e(\f0?\00\00\aa]5\19\84\bfHs\ea\'$\18\f0?\00\00\ec\c2\03\12x\bf\95\b1\14\06\04\08\f0?\00\00$y\t\04`\bf\1a\fa&\f7\1f\e0\ef?\00\00\90\84\f3\efo?t\eaa\c2\1c\a1\ef?\00\00=5A\dc\87?.\99\81\b0\10c\ef?\00\80\c2\c4\a3\ce\93?\cd\ad\ee<\f6%\ef?\00\00\89\14\c1\9f\9b?\e7\13\91\03\c8\e9\ee?\00\00\11\ce\d8\b0\a1?\ab\b1\cbx\80\ae\ee?\00\c0\01\d0[\8a\a5?\9b\0c\9d\a2\1at\ee?\00\80\d8@\83\\\a9?\b5\99\n\83\91:\ee?\00\80W\efj\'\ad?V\9a`\t\e0\01\ee?\00\c0\98\e5\98u\b0?\98\bbw\e5\01\ca\ed?\00 \r\e3\f5S\b2?\03\91|\0b\f2\92\ed?\00\008\8b\dd.\b4?\ce\\\fbf\ac\\\ed?\00\c0W\87Y\06\b6?\9d\de^\aa,\'\ed?\00\00j5v\da\b7?\cd,k>n\f2\ec?\00`\1cNC\ab\b9?\02y\a7\a2m\be\ec?\00`\r\bb\c7x\bb?m\087m&\8b\ec?\00 \e72\13C\bd?\04X]\bd\94X\ec?\00`\deq1\n\bf?\8c\9f\bb3\b5&\ec?\00@\91+\15g\c0??\e7\ec\ee\83\f5\eb?\00\b0\92\82\85G\c1?\c1\96\dbu\fd\c4\eb?\000\ca\cdn&\c2?(J\86\0c\1e\95\eb?\00P\c5\a6\d7\03\c3?,>\ef\c5\e2e\eb?\00\103<\c3\df\c3?\8b\88\c9gH7\eb?\00\80zk6\ba\c4?J0\1d!K\t\eb?\00\f0\d1(9\93\c5?~\ef\f2\85\e8\db\ea?\00\f0\18$\cdj\c6?\a2=`1\1d\af\ea?\00\90f\ec\f8@\c7?\a7X\d3?\e6\82\ea?\00\f0\1a\f5\c0\15\c8?\8bs\t\ef@W\ea?\00\80\f6T)\e9\c8?\'K\ab\90*,\ea?\00@\f8\026\bb\c9?\d1\f2\93\13\a0\01\ea?\00\00,\1c\ed\8b\ca?\1b<\db$\9f\d7\e9?\00\d0\01\\Q[\cb?\90\b1\c7\05%\ae\e9?\00\c0\bc\ccg)\cc?/\ce\97\f2.\85\e9?\00`H\d55\f6\cc?uK\a4\ee\ba\\\e9?\00\c0F4\bd\c1\cd?8H\e7\9d\c64\e9?\00\e0\cf\b8\01\8c\ce?\e6Rg/O\r\e9?\00\90\17\c0\tU\cf?\9d\d7\ff\8eR\e6\e8?\00\b8\1f\12l\0e\d0?|\00\cc\9f\ce\bf\e8?\00\d0\93\0e\b8q\d0?\0e\c3\be\da\c0\99\e8?\00p\86\9ek\d4\d0?\fb\17#\aa\'t\e8?\00\d0K3\876\d1?\08\9a\b3\ac\00O\e8?\00H#g\r\98\d1?U>e\e8I*\e8?\00\80\cc\e0\ff\f8\d1?`\02\f4\95\01\06\e8?\00hc\d7_Y\d2?)\a3\e0c%\e2\e7?\00\a8\14\t0\b9\d2?\ad\b5\dcw\b3\be\e7?\00`C\10r\18\d3?\c2%\97g\aa\9b\e7?\00\18\ecm&w\d3?W\06\17\f2\07y\e7?\000\af\fbO\d5\d3?\0c\13\d6\db\caV\e7?\00\e0/\e3\ee2\d4?") - (data (i32.const 3136) "k\b6O\01\00\10\e6?<[B\91l\02~<\95\b4M\03\000\e6?A]\00H\ea\bf\8d\f6\05\eb\ff\ef\e6?S-\e2\1a\04\80~\bc\80\97\86\0e\00\10\e7?Ry\tqf\ff{<\12\e9g\fc\ff/\e7?$\87\bd&\e2\00\8c\89<\b9{F\13\000\e9?v\02\98KN\80\7f.\98\dd\ff\af\e9?7\93Z\8a\e0@\87\bcf\fbI\ed\ff\cf\e9?\00\e0\9b\c1\08\ce?O*\00\b0\ea?_?\ff<\04\fdi\bc\d1\1e\ae\d7\ff\cf\ea?\b4p\90\12\e7>\82\bcx\04Q\ee\ff\ef\ea?\a3\de\0e\e0>\06j<[\re\db\ff\0f\eb?\b9\n\1f8\c8\06ZO\86\d0E\ff\8a<@\16\87\f9\ff\8f\eb?\f9\c3\c2\96w\fe|\f0\0f\00\f0\f4?\1cS\85\0b\89\7f\97<\d1K\dc\12\00\10\f5?6\a4fqe\04`\c9\03\00\b0\f5?\c0\0c\bf\n\08A\9f\bc\bc\19I\1d\00\d0\f5?)G%\fb*\81\98\bc\89z\b8\e7\ff\ef\f5?\04i\ed\80\b7~\94\bc") - (data (i32.const 5184) "\be\f3\f8y\eca\f6?\de\aa\8c\80\f7{\d5\bf=\88\afJ\edq\f5?\dbm\c0\a7\f0\be\d2\bf\b0\10\f0\f09\95\f4?g:Q\7f\ae\1e\d0\bf\85\03\b8\b0\95\c9\f3?\e9$\82\a6\d81\cb\bf\a5d\88\0c\19\r\f3?Xw\c0\nOW\c6\bf\a0\8e\0b{\"^\f2?\00\81\9c\c7+\aa\c1\bf?4\1aJJ\bb\f1?^\0e\8c\cevN\ba\bf\ba\e5\8a\f0X#\f1?\cc\1caZ<\97\b1\bf\a7\00\99A?\95\f0?\1e\0c\e18\f4R\a2\bf\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00\00\acG\9a\fd\8c`\ee?\84Y\f2]\aa\a5\aa?\a0j\02\1f\b3\a4\ec?\b4.6\aaS^\bc?\e6\fcjW6 \eb?\08\db w\e5&\c5?-\aa\a1c\d1\c2\e9?pG\"\r\86\c2\cb?\edAx\03\e6\86\e8?\e1~\a0\c8\8b\05\d1?bHS\f5\dcg\e7?\t\ee\b6W0\04\d4?") - (data (i32.const 5440) "n\83\f9\a2\00\00\00\00\d1W\'\fc)\15DN\99\95b\db\c0\dd4\f5\abcQ\feA\90C<:n$\b7a\c5\bb\de\ea.I\06\e0\d2MB\1c\eb\1d\fe\1c\92\d1\t\f55\82\e8>\a7)\b1&p\9c\e9\84D\bb.9\d6\919A~_\b4\8b_\84\9c\f49S\83\ff\97\f8\1f;(\f9\bd\8b\11/\ef\0f\98\05\de\cf~6m\1fm\nZf?FO\b7\t\cb\'\c7\ba\'u-\ea_\9e\f79\07={\f1\e5\eb\b1_\fbk\ea\92R\8aF0\03V\08]\8d\1f \bc\cf\f0\abk{\fca\91\e3\a9\1d6\f4\9a_\85\99e\08\1b\e6^\80\d8\ff\8d@h\a0\14W\15\06\061\'sM") - (data (i32.const 5632) ")\15DNn\83\f9\a2\c0\dd4\f5\d1W\'\fcA\90C<\99\95b\dba\c5\bb\de\abcQ\fe") - (data (i32.const 5678) "\f0?n\bf\88\1aO;\9b<53\fb\a9=\f6\ef?]\dc\d8\9c\13`q\bca\80w>\9a\ec\ef?\d1f\87\10z^\90\bc\85\7fn\e8\15\e3\ef?\13\f6g5R\d2\8c\be\ef?m{\83]\a6\9a\97<\0f\89\f9lX\b5\ef?\fc\ef\fd\92\1a\b5\8e<\f7Gr+\92\ac\ef?\d1\9c/p=\be><\a2\d1\d32\ec\a3\ef?\0bn\90\894\03j\bc\1b\d3\fe\aff\9b\ef?\0e\bd/*RV\95\bcQ[\12\d0\01\93\ef?U\eaN\8c\ef\80P\bc\cc1l\c0\bd\8a\ef?\16\f4\d5\b9#\c9\91\bc\e0-\a9\ae\9a\82\ef?\afU\\\e9\e3\d3\80\f7\ec\9a<\aa\b9h1\87T\ef?\9d8\86\cb\82\e7\8f\bc\1d\d9\fc\"PM\ef?\8d\c3\a6DAo\8a<\d6\8cb\88;F\ef?}\04\e4\b0\05z\80<\96\dc}\91I?\ef?\94\a8\a8\e3\fd\8e\96<8bunz8\ef?}Ht\f2\18^\87\a9\af\0c\ef?\b6\ab\b0MuM\83<\15\b71\n\fe\06\ef?Lt\ac\e2\01B\86<1\d8L\fcp\01\ef?J\f8\d3]9\dd\8f<\ff\16d\b2\08\fc\ee?\04[\8e;\80\a3\86\bc\f1\9f\92_\c5\f6\ee?hPK\cc\edJ\92\bc\cb\a9:7\a7\f1\ee?\8e-Q\1b\f8\07\99\bcf\d8\05m\ae\ec\ee?\d26\94>\e8\d1q\bc\f7\9f\e54\db\e7\ee?\15\1b\ce\b3\19\19\99\bc\e5\a8\13\c3-\e3\ee?mL*\a7H\9f\85<\"4\12L\a6\de\ee?\8ai(z`\12\93\bc\1c\80\ac\04E\da\ee?[\89\17H\8f\a7X\bc*.\f7!\n\d6\ee?\1b\9aIg\9b,|\bc\97\a8P\d9\f5\d1\ee?\11\ac\c2`\edcC<-\89a`\08\ce\ee?\efd\06;\tf\96Z~d\1fx\bct_\ec\e8u\9f\ee?\b0}\8b\c0J\ee\86\bct\81\a5H\9a\9f\ee?\8a\e6U\1e2\19\86\bc\c9gBV\eb\9f\ee?\d3\d4\t^\cb\9c\90T\'\a4\ee?47;\f1\b6i\93\bc\13\ceL\99\89\a5\ee?\1e\ff\19:\84^\80\bc\ad\c7#F\1a\a7\ee?nWr\d8P\d4\94\bc\ed\92D\9b\d9\a8\ee?\00\8a\0e[g\ad\90<\99f\8a\d9\c7\aa\ee?\b4\ea\f0\c1/\b7\8d<\db\a0*B\e5\ac\ee?\ff\e7\c5\9c`\b6e\bc\8cD\b5\162\af\ee?D_\f3Y\83\f6{<6w\15\99\ae\b1\ee?\83=\1e\a7\1f\t\93\bc\c6\ff\91\0b[\b4\ee?)\1el\8b\b8\a9]\bc\e5\c5\cd\b07\b7\ee?Y\b9\90|\f9#l\bc\0fR\c8\cbD\ba\ee?\aa\f9\f4\"CC\92\bcPN\de\9f\82\bd\ee?K\8ef\d7l\ca\85\bc\ba\07\cap\f1\c0\ee?\'\ce\91+\fc\afq<\90\f0\a3\82\91\c4\ee?\bbs\n\e15\d2m<##\e3\19c\c8\ee?c\"b\"\04\c5\87\bce\e5]{f\cc\ee?\d51\e2\e3\86\1c\8b<3-J\ec\9b\d0\ee?\15\bb\bc\d3\d1\bb\91\bc]%>\b2\03\d5\ee?\d21\ee\9c1\cc\90\b4\07!\d5\82\bc_\9b{3\97|\ef?\c9\rG;\b9*\89\bc)\a1\f5\14F\86\ef?\d3\88:`\04\b6t<\f6?\8b\e7.\90\ef?qr\9dQ\ec\c5\83<\83L\c7\fbQ\9a\ef?\f0\91\d3\8f\12\f7\8f\bc\da\90\a4\a2\af\a4\ef?}t#\e2\98\ae\8d\bc\f1g\8e-H\af\ef?\08 \aaA\bc\c3\8e<\'Za\ee\1b\ba\ef?2\eb\a9\c3\94+\84<\97\bak7+\c5\ef?\ee\85\d11\a9d\8a<@En[v\d0\ef?\ed\e3;\e4\ba7\8e\bc\14\be\9c\ad\fd\db\ef?\9d\cd\91M;\89w<\d8\90\9e\81\c1\e7\ef?\89\cc`A\c1\05S<\f1q\8f+\c2\f3\ef?") - (data (i32.const 7718) "\f0?t\85\15\d3\b0\d9\ef?\0f\89\f9lX\b5\ef?Q[\12\d0\01\93\ef?{Q}<\b8r\ef?\aa\b9h1\87T\ef?8bunz8\ef?\e1\de\1f\f5\9d\1e\ef?\15\b71\n\fe\06\ef?\cb\a9:7\a7\f1\ee?\"4\12L\a6\de\ee?-\89a`\08\ce\ee?\'*6\d5\da\bf\ee?\82O\9dV+\b4\ee?)TH\dd\07\ab\ee?\85U:\b0~\a4\ee?\cd;\7ff\9e\a0\ee?t_\ec\e8u\9f\ee?\87\01\ebs\14\a1\ee?\13\ceL\99\89\a5\ee?\db\a0*B\e5\ac\ee?\e5\c5\cd\b07\b7\ee?\90\f0\a3\82\91\c4\ee?]%>\b2\03\d5\ee?\ad\d3Z\99\9f\e8\ee?G^\fb\f2v\ff\ee?\9cR\85\dd\9b\19\ef?i\90\ef\dc 7\ef?\87\a4\fb\dc\18X\ef?_\9b{3\97|\ef?\da\90\a4\a2\af\a4\ef?@En[v\d0\ef?") - (data (i32.const 7968) "\f8\ac\b1k($\f7?\00\b0\cd\ee_\t\e1\bf\a1\cc\d2f\f7\e1\f6?\00\d0v\bd\94\84\e0\bf\8a\d40\0e=\a1\f6?\00\f8\e8\aeC\01\e0\bf\85l\d02\eca\f6?\00@\0b6\c5\fe\de\bf\f8\98\11\95\fa#\f6?\00\e0\b7\1a\d9\fd\dd\bfl\02\cf\a4[\e7\f5?\00\90\c7\0c\ae\ff\dc\bf\b8O!Z\05\ac\f5?\00\a0\fd\118\04\dc\bf\1en\16\0f\edq\f5?\00\e0:2g\0b\db\bf5\f8\0bY\t9\f5?\00\b0-Z/\15\da\bf\dd\ada\edO\01\f5?\00`\f8Z\7f!\d9\bf\d0{H\8e\b8\ca\f4?\00\90q\b0M0\d8\bf\eeO3\b49\95\f4?\00\e0\a9\f9\89A\d7\bfi\d5\af\df\cb`\f4?\00\90\19\b5+U\d6\bfS\b9\e4Nf-\f4?\00\10\9b\a2#k\d5\bf\a6\d8\1d\11\01\fb\f3?\00\a0_\0fe\83\d4\bf6X\0c\b7\95\c9\f3?\00\a0\f67\e9\9d\d3\bfJ\fd\b6J\1c\99\f3?\00`\8dS\a1\ba\d2\bf\b5\99\e0\0c\8ei\f3?\00@\ca@\83\d9\d1\bf\b2\e7\13\82\e4:\f3?\00\e0@:\85\fa\d0\bf\b1\bd\85\19\19\r\f3?\000\e72\9c\1d\d0\bf\d7q\b2\ca%\e0\f2?\00`\fa\a2}\85\ce\bf\82\cd\13\cf\04\b4\f2?\00\80=c\c8\d3\cc\bfP\cb|,\b0\88\f2?\00\a0\14L\03&\cb\bf\e5M\94c\"^\f2?\00\e0O/\1c|\c9\bf\b1\15\86=V4\f2?\00\00\80?\02\d6\c7\bf8\af>\e3F\0b\f2?\00\e0\05\1a\a73\c6\bf\dd\a3\cd\fd\ee\e2\f1?\00\00W\e9\f5\94\c4\bf09\0bXJ\bb\f1?\00\a0\e0$\e4\f9\c2\bf\00\"\7f\84S\94\f1?\00\c0\fdZYb\c1\bf<\d7\d5\c0\06n\f1?\00\80\bdu\9a\9c\bf\bf\c2\e4\b7G_H\f1?\00\c0\f9[W{\bc\bf\d1\85\00\adX#\f1?\00\80\f4\0f\c6`\b9\bf\'\"S\0f\f0\fe\f0?\00\00\b6G\e2L\b6\bf\8f:\d0w \db\f0?\00@\01\b2x?\b3\bf\d9\80Y\d6\e6\b7\f0?\00\c0B\1a}8\b0\bf\8d@{\fe>\95\f0?\00\00\b5\08\92o\aa\bf\83;\c5\ca%s\f0?\00\00wO\95z\a4\bf\\\1b\r\e4\97Q\f0?\00\00\0c\c5\a8#\9d\bf\a2\8e \c1\910\f0?\00\00x)&j\91\bf!~\b3%\10\10\f0?\00\00\e8\d8\f8 w\bfk\a7\ca\f9~\c0\ef?\00\00P\b1S\fe\86?\84\f1\f6\d3eD\ef?\00\80\0f\e1\cc\1c\a1?\7f\10\84\9f\07\cc\ee?\00\80\8b\8c\fcM\ac?\e8Z\97\99:W\ee?\00@W\1e2\aa\b3?\e6=\bd\f0\d6\e5\ed?\00\80\8b\d0\a0\18\b9?\b38\ff\81\b6w\ed?\00@\04\da\e9r\be?C\e9Mr\b5\0c\ed?\00`\7fP\d2\dc\c1?cu\0e\dc\b2\a4\ec?\00\a0\de\03\abv\c4?Q\cb\d6\e8\8e?\ec?\00 \e2wC\07\c7?L\0c\02O+\dd\eb?\00@\a9\8b\de\8e\c9?\ca\15`\00l}\eb?\00\e0\d2j\b8\r\cc?\8f3.n6 \eb?\00\e0\ce\af\n\84\ce?9P)&p\c5\ea?\00\80g\b4\ny\d0?\dd1\'\bc\01m\ea?\00\c0\01h\05\ac\d1?\8b\f1?\bc\d3\16\ea?\00\e0\fe\d4\11\db\d2?\ad\fegI\d1\c2\e9?\00\80\c5NF\06\d4?\02\99|\f4\e4p\e9?\00\f0:\t\be-\d5?\f2\bc\829\fb \e9?\00\d0P \90Q\d6?\f1Y\f7\87\01\d3\e8?\00\f0\ea\cd\d2q\d7?m\f6\b9\eb\e5\86\e8?\00\90}\85\9c\8e\d8?\94\b9X\b6\97<\e8?\00`\e1U\01\a8\d9?\"\10\c6\ff\05\f4\e7?\00\d0\d3n\18\be\da?\ca\15\14\18\"\ad\e7?\00\e0\a0\ae\f2\d0\db?\8c\ff\9e\f9\dcg\e7?\00@\bf=\a4\e0\dc?") - (data (i32.const 8992) "\8e\n\b9\12\00 \e6?\05\b6D\06\ab\04\89<\a64W\04\00`\e6?\a9\f7b\ea\9b\ffa<\c5\f2%\c3\ff\9f\e6?\ba\90<\cb\cf~\82<\04Z\b98\00\e0\e6?&\93sV\88\ff\88<\e3\94\99\e0\ff\1f\e7?\b1\82_\'@\fd\8a<\10\0eY\15\00`\e7?A\83#\b4u\fdr\bc\d5[e\12\00\a0\e7?v+$|\e6\08x<\a6\e9Y2\00\e0\e7?\b7\"\f6&\e4\08b\bc\d2\b2\b4\ed\ff\1f\e8?/\c9\a5\1eF\02\84\bc\c3\fc\fa-\00`\e8?\1f\9a\f2\a2\f4\f7m)\e0\ff\df\f2?\f9\a6\b2\da9|\9b<\82\f0\dc\f7\ff\1f\f3?TR\dcn3\f1}<`\8bZ\f0\ff_\f3?\eb1\cdLV\03\9e\bc\cc\ae\0e.\00\a0\f3?w\a4\d3K\e7\f0u<6\b2;\04\00\e0\f3?3\88\9d\14\cb}\9c<\ff\87\d1\02\00 \f4?(=-\cf\af\08~<\b1|8\r\00`\f4?\a6\99e\857\08\82<\89\9fV\04\00\a0\f4?\d2\bcO\90\\\fa\89\bc\f3C5\04\00\e0\f4?)S\17\ed%\11x\bc\0f\7f\02\cc\ff\1f\f5?\dcTw\84\d8\83\98\e90.\90\80\91\bc") - (data (i32.const 10016) "\be\f3\f8y\eca\f6?\190\96[\c6\fe\de\bf=\88\afJ\edq\f5?\a4\fc\d42h\0b\db\bf\b0\10\f0\f09\95\f4?{\b7\1f\n\8bA\d7\bf\85\03\b8\b0\95\c9\f3?{\cfm\1a\e9\9d\d3\bf\a5d\88\0c\19\r\f3?1\b6\f2\f3\9b\1d\d0\bf\a0\8e\0b{\"^\f2?\f0z;\1b\1d|\c9\bf?4\1aJJ\bb\f1?\9f<\af\93\e3\f9\c2\bf\ba\e5\8a\f0X#\f1?\\\8dx\bf\cb`\b9\bf\a7\00\99A?\95\f0?\ce_G\b6\9do\aa\bf\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00\00\acG\9a\fd\8c`\ee?=\f5$\9f\ca8\b3?\a0j\02\1f\b3\a4\ec?\ba\918T\a9v\c4?\e6\fcjW6 \eb?\d2\e4\c4J\0b\84\ce?-\aa\a1c\d1\c2\e9?\1ce\c6\f0E\06\d4?\edAx\03\e6\86\e8?\f8\9f\1b,\9c\8e\d8?bHS\f5\dcg\e7?\cc{\b1N\a4\e0\dc?") - (data (i32.const 10277) "\a0\f6?") - (data (i32.const 10289) "\c8\b9\f2\82,\d6\bf\80V7($\b4\fa<\00\00\00\00\00\80\f6?") - (data (i32.const 10321) "\08X\bf\bd\d1\d5\bf \f7\e0\d8\08\a5\1c\bd\00\00\00\00\00`\f6?") - (data (i32.const 10353) "XE\17wv\d5\bfmP\b6\d5\a4b#\bd\00\00\00\00\00@\f6?") - (data (i32.const 10385) "\f8-\87\ad\1a\d5\bf\d5g\b0\9e\e4\84\e6\bc\00\00\00\00\00 \f6?") - (data (i32.const 10417) "xw\95_\be\d4\bf\e0>)\93i\1b\04\bd\00\00\00\00\00\00\f6?") - (data (i32.const 10449) "`\1c\c2\8ba\d4\bf\cc\84LH/\d8\13=\00\00\00\00\00\e0\f5?") - (data (i32.const 10481) "\a8\86\860\04\d4\bf:\0b\82\ed\f3B\dc<\00\00\00\00\00\c0\f5?") - (data (i32.const 10513) "HiUL\a6\d3\bf`\94Q\86\c6\b1 =\00\00\00\00\00\a0\f5?") - (data (i32.const 10545) "\80\98\9a\ddG\d3\bf\92\80\c5\d4MY%=\00\00\00\00\00\80\f5?") - (data (i32.const 10577) " \e1\ba\e2\e8\d2\bf\d8+\b7\99\1e{&=\00\00\00\00\00`\f5?") - (data (i32.const 10609) "\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00`\f5?") - (data (i32.const 10641) "\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00@\f5?") - (data (i32.const 10673) "x\cf\fbA)\d2\bfv\daS($Z\16\bd\00\00\00\00\00 \f5?") - (data (i32.const 10705) "\98i\c1\98\c8\d1\bf\04T\e7h\bc\af\1f\bd\00\00\00\00\00\00\f5?") - (data (i32.const 10737) "\a8\ab\ab\\g\d1\bf\f0\a8\823\c6\1f\1f=\00\00\00\00\00\e0\f4?") - (data (i32.const 10769) "H\ae\f9\8b\05\d1\bffZ\05\fd\c4\a8&\bd\00\00\00\00\00\c0\f4?") - (data (i32.const 10801) "\90s\e2$\a3\d0\bf\0e\03\f4~\eek\0c\bd\00\00\00\00\00\a0\f4?") - (data (i32.const 10833) "\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\a0\f4?") - (data (i32.const 10865) "\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\80\f4?") - (data (i32.const 10897) "@^m\18\b9\cf\bf\87<\99\ab*W\r=\00\00\00\00\00`\f4?") - (data (i32.const 10929) "`\dc\cb\ad\f0\ce\bf$\af\86\9c\b7&+=\00\00\00\00\00@\f4?") - (data (i32.const 10961) "\f0*n\07\'\ce\bf\10\ff?TO/\17\bd\00\00\00\00\00 \f4?") - (data (i32.const 10993) "\c0Ok!\\\cd\bf\1bh\ca\bb\91\ba!=\00\00\00\00\00\00\f4?") - (data (i32.const 11025) "\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\00\f4?") - (data (i32.const 11057) "\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\e0\f3?") - (data (i32.const 11089) "\90-t\86\c2\cb\bf\8f\b7\8b1\b0N\19=\00\00\00\00\00\c0\f3?") - (data (i32.const 11121) "\c0\80N\c9\f3\ca\bff\90\cd?cN\ba<\00\00\00\00\00\a0\f3?") - (data (i32.const 11153) "\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\a0\f3?") - (data (i32.const 11185) "\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\80\f3?") - (data (i32.const 11217) "P\f4\9cZR\c9\bf\e3\d4\c1\04\d9\d1*\bd\00\00\00\00\00`\f3?") - (data (i32.const 11249) "\d0 e\a0\7f\c8\bf\t\fa\db\7f\bf\bd+=\00\00\00\00\00@\f3?") - (data (i32.const 11281) "\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00@\f3?") - (data (i32.const 11313) "\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00 \f3?") - (data (i32.const 11345) "\d0\19\e7\0f\d6\c6\bff\e2\b2\a3j\e4\10\bd\00\00\00\00\00\00\f3?") - (data (i32.const 11377) "\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\00\f3?") - (data (i32.const 11409) "\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\e0\f2?") - (data (i32.const 11441) "\b0\a1\e3\e5&\c5\bf\8f[\07\90\8b\de \bd\00\00\00\00\00\c0\f2?") - (data (i32.const 11473) "\80\cbl+M\c4\bf\11\0e\bd\00\00\00\00\00\e0\ed?") - (data (i32.const 12977) "`F\d1;\97\b1?\9b\9e\rV]2%\bd\00\00\00\00\00\a0\ed?") - (data (i32.const 13009) "\e0\d1\a7\f5\bd\b3?\d7N\db\a5^\c8,=\00\00\00\00\00`\ed?") - (data (i32.const 13041) "\a0\97MZ\e9\b5?\1e\1d]<\06i,\bd\00\00\00\00\00@\ed?") - (data (i32.const 13073) "\c0\ea\n\d3\00\b7?2\ed\9d\a9\8d\1e\ec<\00\00\00\00\00\00\ed?") - (data (i32.const 13105) "@Y]^3\b9?\daG\bd:\\\11#=\00\00\00\00\00\c0\ec?") - (data (i32.const 13137) "`\ad\8d\c8j\bb?\e5h\f7+\80\90\13\bd\00\00\00\00\00\a0\ec?") - (data (i32.const 13169) "@\bc\01X\88\bc?\d3\acZ\c6\d1F&=\00\00\00\00\00`\ec?") - (data (i32.const 13201) " \n\839\c7\be?\e0E\e6\afh\c0-\bd\00\00\00\00\00@\ec?") - (data (i32.const 13233) "\e0\db9\91\e8\bf?\fd\n\a1O\d64%\bd\00\00\00\00\00\00\ec?") - (data (i32.const 13265) "\e0\'\82\8e\17\c1?\f2\07-\cex\ef!=\00\00\00\00\00\e0\eb?") - (data (i32.const 13297) "\f0#~+\aa\c1?4\998D\8e\a7,=\00\00\00\00\00\a0\eb?") - (data (i32.const 13329) "\80\86\0ca\d1\c2?\a1\b4\81\cbl\9d\03=\00\00\00\00\00\80\eb?") - (data (i32.const 13361) "\90\15\b0\fce\c3?\89rK#\a8/\c6<\00\00\00\00\00@\eb?") - (data (i32.const 13393) "\b03\83=\91\c4?x\b6\fdTy\83%=\00\00\00\00\00 \eb?") - (data (i32.const 13425) "\b0\a1\e4\e5\'\c5?\c7}i\e5\e83&=\00\00\00\00\00\e0\ea?") - (data (i32.const 13457) "\10\8c\beNW\c6?x.<,\8b\cf\19=\00\00\00\00\00\c0\ea?") - (data (i32.const 13489) "pu\8b\12\f0\c6?\e1!\9c\e5\8d\11%\bd\00\00\00\00\00\a0\ea?") - (data (i32.const 13521) "PD\85\8d\89\c7?\05C\91p\10f\1c\bd\00\00\00\00\00`\ea?") - (data (i32.const 13554) "9\eb\af\be\c8?\d1,\e9\aaT=\07\bd\00\00\00\00\00@\ea?") - (data (i32.const 13586) "\f7\dcZZ\c9?o\ff\a0X(\f2\07=\00\00\00\00\00\00\ea?") - (data (i32.const 13617) "\e0\8a<\ed\93\ca?i!VPCr(\bd\00\00\00\00\00\e0\e9?") - (data (i32.const 13649) "\d0[W\d81\cb?\aa\e1\acN\8d5\0c\bd\00\00\00\00\00\c0\e9?") - (data (i32.const 13681) "\e0;8\87\d0\cb?\b6\12TY\c4K-\bd\00\00\00\00\00\a0\e9?") - (data (i32.const 13713) "\10\f0\c6\fbo\cc?\d2+\96\c5r\ec\f1\bc\00\00\00\00\00`\e9?") - (data (i32.const 13745) "\90\d4\b0=\b1\cd?5\b0\15\f7*\ff*\bd\00\00\00\00\00@\e9?") - (data (i32.const 13777) "\10\e7\ff\0eS\ce?0\f4A`\'\12\c2<\00\00\00\00\00 \e9?") - (data (i32.const 13810) "\dd\e4\ad\f5\ce?\11\8e\bbe\15!\ca\bc\00\00\00\00\00\00\e9?") - (data (i32.const 13841) "\b0\b3l\1c\99\cf?0\df\0c\ca\ec\cb\1b=\00\00\00\00\00\c0\e8?") - (data (i32.const 13873) "XM`8q\d0?\91N\ed\16\db\9c\f8<\00\00\00\00\00\a0\e8?") - (data (i32.const 13905) "`ag-\c4\d0?\e9\ea<\16\8b\18\'=\00\00\00\00\00\80\e8?") - (data (i32.const 13937) "\e8\'\82\8e\17\d1?\1c\f0\a5c\0e!,\bd\00\00\00\00\00`\e8?") - (data (i32.const 13969) "\f8\ac\cb\\k\d1?\81\16\a5\f7\cd\9a+=\00\00\00\00\00@\e8?") - (data (i32.const 14001) "hZc\99\bf\d1?\b7\bdGQ\ed\a6,=\00\00\00\00\00 \e8?") - (data (i32.const 14033) "\b8\0emE\14\d2?\ea\baF\ba\de\87\n=\00\00\00\00\00\e0\e7?") - (data (i32.const 14065) "\90\dc|\f0\be\d2?\f4\04PJ\fa\9c*=\00\00\00\00\00\c0\e7?") - (data (i32.const 14097) "`\d3\e1\f1\14\d3?\b8\d2\bf\83E\06B\ff*\f5?\00\90\')\e1\e9\d1\bf\df\bd\b2\db\"\0f\f5?\00\f8H+m\95\d1\bf\d7\de4G\8f\f3\f4?\00\f8\b9\9agA\d1\bf@(\de\cfC\d8\f4?\00\98\ef\94\d0\ed\d0\bf\c8\a3x\c0>\bd\f4?\00\10\db\18\a5\9a\d0\bf\8a%\e0\c3\7f\a2\f4?\00\b8cR\e6G\d0\bf4\84\d4$\05\88\f4?\00\f0\86E\"\eb\cf\bf\0b-\19\1b\cem\f4?\00\b0\17uJG\cf\bfT\189\d3\d9S\f4?\000\10=D\a4\ce\bfZ\84\b4D\':\f4?\00\b0\e9D\r\02\ce\bf\fb\f8\15A\b5 \f4?\00\f0w)\a2`\cd\bf\b1\f4>\da\82\07\f4?\00\90\95\04\01\c0\cc\bf\8f\feW]\8f\ee\f3?\00\10\89V) \cc\bf\e9L\0b\a0\d9\d5\f3?\00\10\81\8d\17\81\cb\bf+\c1\10\c0`\bd\f3?\00\d0\d3\cc\c9\e2\ca\bf\b8\dau+$\a5\f3?\00\90\12.@E\ca\bf\02\d0\9f\cd\"\8d\f3?\00\f0\1dhw\a8\c9\bf\1cz\84\c5[u\f3?\000Him\0c\c9\bf\e26\adI\ce]\f3?\00\c0E\a6 q\c8\bf@\d4M\98yF\f3?\000\14\b4\8f\d6\c7\bf$\cb\ff\ce\\/\f3?\00pb<\b8<\c7\bfI\r\a1uw\18\f3?\00`7\9b\9a\a3\c6\bf\909>7\c8\01\f3?\00\a0\b7T1\0b\c6\bfA\f8\95\bbN\eb\f2?\000$v}s\c5\bf\d1\a9\19\02\n\d5\f2?\000\c2\8f{\dc\c4\bf*\fd\b7\a8\f9\be\f2?\00\00\d2Q,F\c4\bf\ab\1b\0cz\1c\a9\f2?\00\00\83\bc\8a\b0\c3\bf0\b5\14`r\93\f2?\00\00Ik\99\1b\c3\bf\f5\a1WW\fa}\f2?\00@\a4\90T\87\c2\bf\bf;\1d\9b\b3h\f2?\00\a0y\f8\b9\f3\c1\bf\bd\f5\8f\83\9dS\f2?\00\a0,%\c8`\c1\bf;\08\c9\aa\b7>\f2?\00 \f7W\7f\ce\c0\bf\b6@\a9+\01*\f2?\00\a0\feI\dc<\c0\bf2A\cc\96y\15\f2?\00\80K\bc\bdW\bf\bf\9b\fc\d2\1d \01\f2?\00@@\96\087\be\bf\0bHMI\f4\ec\f1?\00@\f9>\98\17\bd\bfie\8fR\f5\d8\f1?\00\a0\d8Ng\f9\bb\bf|~W\11#\c5\f1?\00`/ y\dc\ba\bf\e9&\cbt|\b1\f1?\00\80(\e7\c3\c0\b9\bf\b6\1a,\0c\01\9e\f1?\00\c0r\b3F\a6\b8\bf\bdp\b6{\b0\8a\f1?\00\00\ac\b3\01\8d\b7\bf\b6\bc\ef%\8aw\f1?\00\008E\f1t\b6\bf\da1L5\8dd\f1?\00\80\87m\0e^\b5\bf\dd_\'\90\b9Q\f1?\00\e0\a1\de\\H\b4\bfL\d22\a4\0e?\f1?\00\a0jM\d93\b3\bf\da\f9\10r\8b,\f1?\00`\c5\f8y \b2\bf1\b5\ec(0\1a\f1?\00 b\98F\0e\b1\bf\af4\84\da\fb\07\f1?\00\00\d2jl\fa\af\bf\b3kN\0f\ee\f5\f0?\00@wJ\8d\da\ad\bf\ce\9f*]\06\e4\f0?\00\00\85\e4\ec\bc\ab\bf!\a5,cD\d2\f0?\00\c0\12@\89\a1\a9\bf\1a\98\e2|\a7\c0\f0?\00\c0\023X\88\a7\bf\d16\c6\83/\af\f0?\00\80\d6g^q\a5\bf9\13\a0\98\db\9d\f0?\00\80eI\8a\\\a3\bf\df\e7R\af\ab\8c\f0?\00@\15d\e3I\a1\bf\fb(N/\9f{\f0?\00\80\eb\82\c0r\9e\bf\19\8f5\8c\b5j\f0?\00\80RR\f1U\9a\bf,\f9\ec\a5\eeY\f0?\00\80\81\cfb=\96\bf\90,\d1\cdII\f0?\00\00\aa\8c\fb(\92\bf\a9\ad\f0\c6\c68\f0?\00\00\f9 {1\8c\bf\a92y\13e(\f0?\00\00\aa]5\19\84\bfHs\ea\'$\18\f0?\00\00\ec\c2\03\12x\bf\95\b1\14\06\04\08\f0?\00\00$y\t\04`\bf\1a\fa&\f7\1f\e0\ef?\00\00\90\84\f3\efo?t\eaa\c2\1c\a1\ef?\00\00=5A\dc\87?.\99\81\b0\10c\ef?\00\80\c2\c4\a3\ce\93?\cd\ad\ee<\f6%\ef?\00\00\89\14\c1\9f\9b?\e7\13\91\03\c8\e9\ee?\00\00\11\ce\d8\b0\a1?\ab\b1\cbx\80\ae\ee?\00\c0\01\d0[\8a\a5?\9b\0c\9d\a2\1at\ee?\00\80\d8@\83\\\a9?\b5\99\n\83\91:\ee?\00\80W\efj\'\ad?V\9a`\t\e0\01\ee?\00\c0\98\e5\98u\b0?\98\bbw\e5\01\ca\ed?\00 \r\e3\f5S\b2?\03\91|\0b\f2\92\ed?\00\008\8b\dd.\b4?\ce\\\fbf\ac\\\ed?\00\c0W\87Y\06\b6?\9d\de^\aa,\'\ed?\00\00j5v\da\b7?\cd,k>n\f2\ec?\00`\1cNC\ab\b9?\02y\a7\a2m\be\ec?\00`\r\bb\c7x\bb?m\087m&\8b\ec?\00 \e72\13C\bd?\04X]\bd\94X\ec?\00`\deq1\n\bf?\8c\9f\bb3\b5&\ec?\00@\91+\15g\c0??\e7\ec\ee\83\f5\eb?\00\b0\92\82\85G\c1?\c1\96\dbu\fd\c4\eb?\000\ca\cdn&\c2?(J\86\0c\1e\95\eb?\00P\c5\a6\d7\03\c3?,>\ef\c5\e2e\eb?\00\103<\c3\df\c3?\8b\88\c9gH7\eb?\00\80zk6\ba\c4?J0\1d!K\t\eb?\00\f0\d1(9\93\c5?~\ef\f2\85\e8\db\ea?\00\f0\18$\cdj\c6?\a2=`1\1d\af\ea?\00\90f\ec\f8@\c7?\a7X\d3?\e6\82\ea?\00\f0\1a\f5\c0\15\c8?\8bs\t\ef@W\ea?\00\80\f6T)\e9\c8?\'K\ab\90*,\ea?\00@\f8\026\bb\c9?\d1\f2\93\13\a0\01\ea?\00\00,\1c\ed\8b\ca?\1b<\db$\9f\d7\e9?\00\d0\01\\Q[\cb?\90\b1\c7\05%\ae\e9?\00\c0\bc\ccg)\cc?/\ce\97\f2.\85\e9?\00`H\d55\f6\cc?uK\a4\ee\ba\\\e9?\00\c0F4\bd\c1\cd?8H\e7\9d\c64\e9?\00\e0\cf\b8\01\8c\ce?\e6Rg/O\r\e9?\00\90\17\c0\tU\cf?\9d\d7\ff\8eR\e6\e8?\00\b8\1f\12l\0e\d0?|\00\cc\9f\ce\bf\e8?\00\d0\93\0e\b8q\d0?\0e\c3\be\da\c0\99\e8?\00p\86\9ek\d4\d0?\fb\17#\aa\'t\e8?\00\d0K3\876\d1?\08\9a\b3\ac\00O\e8?\00H#g\r\98\d1?U>e\e8I*\e8?\00\80\cc\e0\ff\f8\d1?`\02\f4\95\01\06\e8?\00hc\d7_Y\d2?)\a3\e0c%\e2\e7?\00\a8\14\t0\b9\d2?\ad\b5\dcw\b3\be\e7?\00`C\10r\18\d3?\c2%\97g\aa\9b\e7?\00\18\ecm&w\d3?W\06\17\f2\07y\e7?\000\af\fbO\d5\d3?\0c\13\d6\db\caV\e7?\00\e0/\e3\ee2\d4?") + (data $2 (i32.const 3136) "k\b6O\01\00\10\e6?<[B\91l\02~<\95\b4M\03\000\e6?A]\00H\ea\bf\8d\f6\05\eb\ff\ef\e6?S-\e2\1a\04\80~\bc\80\97\86\0e\00\10\e7?Ry\tqf\ff{<\12\e9g\fc\ff/\e7?$\87\bd&\e2\00\8c\89<\b9{F\13\000\e9?v\02\98KN\80\7f.\98\dd\ff\af\e9?7\93Z\8a\e0@\87\bcf\fbI\ed\ff\cf\e9?\00\e0\9b\c1\08\ce?O*\00\b0\ea?_?\ff<\04\fdi\bc\d1\1e\ae\d7\ff\cf\ea?\b4p\90\12\e7>\82\bcx\04Q\ee\ff\ef\ea?\a3\de\0e\e0>\06j<[\re\db\ff\0f\eb?\b9\n\1f8\c8\06ZO\86\d0E\ff\8a<@\16\87\f9\ff\8f\eb?\f9\c3\c2\96w\fe|\f0\0f\00\f0\f4?\1cS\85\0b\89\7f\97<\d1K\dc\12\00\10\f5?6\a4fqe\04`\c9\03\00\b0\f5?\c0\0c\bf\n\08A\9f\bc\bc\19I\1d\00\d0\f5?)G%\fb*\81\98\bc\89z\b8\e7\ff\ef\f5?\04i\ed\80\b7~\94\bc") + (data $3 (i32.const 5184) "\be\f3\f8y\eca\f6?\de\aa\8c\80\f7{\d5\bf=\88\afJ\edq\f5?\dbm\c0\a7\f0\be\d2\bf\b0\10\f0\f09\95\f4?g:Q\7f\ae\1e\d0\bf\85\03\b8\b0\95\c9\f3?\e9$\82\a6\d81\cb\bf\a5d\88\0c\19\r\f3?Xw\c0\nOW\c6\bf\a0\8e\0b{\"^\f2?\00\81\9c\c7+\aa\c1\bf?4\1aJJ\bb\f1?^\0e\8c\cevN\ba\bf\ba\e5\8a\f0X#\f1?\cc\1caZ<\97\b1\bf\a7\00\99A?\95\f0?\1e\0c\e18\f4R\a2\bf\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00\00\acG\9a\fd\8c`\ee?\84Y\f2]\aa\a5\aa?\a0j\02\1f\b3\a4\ec?\b4.6\aaS^\bc?\e6\fcjW6 \eb?\08\db w\e5&\c5?-\aa\a1c\d1\c2\e9?pG\"\r\86\c2\cb?\edAx\03\e6\86\e8?\e1~\a0\c8\8b\05\d1?bHS\f5\dcg\e7?\t\ee\b6W0\04\d4?") + (data $4 (i32.const 5440) "n\83\f9\a2\00\00\00\00\d1W\'\fc)\15DN\99\95b\db\c0\dd4\f5\abcQ\feA\90C<:n$\b7a\c5\bb\de\ea.I\06\e0\d2MB\1c\eb\1d\fe\1c\92\d1\t\f55\82\e8>\a7)\b1&p\9c\e9\84D\bb.9\d6\919A~_\b4\8b_\84\9c\f49S\83\ff\97\f8\1f;(\f9\bd\8b\11/\ef\0f\98\05\de\cf~6m\1fm\nZf?FO\b7\t\cb\'\c7\ba\'u-\ea_\9e\f79\07={\f1\e5\eb\b1_\fbk\ea\92R\8aF0\03V\08]\8d\1f \bc\cf\f0\abk{\fca\91\e3\a9\1d6\f4\9a_\85\99e\08\1b\e6^\80\d8\ff\8d@h\a0\14W\15\06\061\'sM") + (data $5 (i32.const 5632) ")\15DNn\83\f9\a2\c0\dd4\f5\d1W\'\fcA\90C<\99\95b\dba\c5\bb\de\abcQ\fe") + (data $6 (i32.const 5678) "\f0?n\bf\88\1aO;\9b<53\fb\a9=\f6\ef?]\dc\d8\9c\13`q\bca\80w>\9a\ec\ef?\d1f\87\10z^\90\bc\85\7fn\e8\15\e3\ef?\13\f6g5R\d2\8c\be\ef?m{\83]\a6\9a\97<\0f\89\f9lX\b5\ef?\fc\ef\fd\92\1a\b5\8e<\f7Gr+\92\ac\ef?\d1\9c/p=\be><\a2\d1\d32\ec\a3\ef?\0bn\90\894\03j\bc\1b\d3\fe\aff\9b\ef?\0e\bd/*RV\95\bcQ[\12\d0\01\93\ef?U\eaN\8c\ef\80P\bc\cc1l\c0\bd\8a\ef?\16\f4\d5\b9#\c9\91\bc\e0-\a9\ae\9a\82\ef?\afU\\\e9\e3\d3\80\f7\ec\9a<\aa\b9h1\87T\ef?\9d8\86\cb\82\e7\8f\bc\1d\d9\fc\"PM\ef?\8d\c3\a6DAo\8a<\d6\8cb\88;F\ef?}\04\e4\b0\05z\80<\96\dc}\91I?\ef?\94\a8\a8\e3\fd\8e\96<8bunz8\ef?}Ht\f2\18^\87\a9\af\0c\ef?\b6\ab\b0MuM\83<\15\b71\n\fe\06\ef?Lt\ac\e2\01B\86<1\d8L\fcp\01\ef?J\f8\d3]9\dd\8f<\ff\16d\b2\08\fc\ee?\04[\8e;\80\a3\86\bc\f1\9f\92_\c5\f6\ee?hPK\cc\edJ\92\bc\cb\a9:7\a7\f1\ee?\8e-Q\1b\f8\07\99\bcf\d8\05m\ae\ec\ee?\d26\94>\e8\d1q\bc\f7\9f\e54\db\e7\ee?\15\1b\ce\b3\19\19\99\bc\e5\a8\13\c3-\e3\ee?mL*\a7H\9f\85<\"4\12L\a6\de\ee?\8ai(z`\12\93\bc\1c\80\ac\04E\da\ee?[\89\17H\8f\a7X\bc*.\f7!\n\d6\ee?\1b\9aIg\9b,|\bc\97\a8P\d9\f5\d1\ee?\11\ac\c2`\edcC<-\89a`\08\ce\ee?\efd\06;\tf\96Z~d\1fx\bct_\ec\e8u\9f\ee?\b0}\8b\c0J\ee\86\bct\81\a5H\9a\9f\ee?\8a\e6U\1e2\19\86\bc\c9gBV\eb\9f\ee?\d3\d4\t^\cb\9c\90T\'\a4\ee?47;\f1\b6i\93\bc\13\ceL\99\89\a5\ee?\1e\ff\19:\84^\80\bc\ad\c7#F\1a\a7\ee?nWr\d8P\d4\94\bc\ed\92D\9b\d9\a8\ee?\00\8a\0e[g\ad\90<\99f\8a\d9\c7\aa\ee?\b4\ea\f0\c1/\b7\8d<\db\a0*B\e5\ac\ee?\ff\e7\c5\9c`\b6e\bc\8cD\b5\162\af\ee?D_\f3Y\83\f6{<6w\15\99\ae\b1\ee?\83=\1e\a7\1f\t\93\bc\c6\ff\91\0b[\b4\ee?)\1el\8b\b8\a9]\bc\e5\c5\cd\b07\b7\ee?Y\b9\90|\f9#l\bc\0fR\c8\cbD\ba\ee?\aa\f9\f4\"CC\92\bcPN\de\9f\82\bd\ee?K\8ef\d7l\ca\85\bc\ba\07\cap\f1\c0\ee?\'\ce\91+\fc\afq<\90\f0\a3\82\91\c4\ee?\bbs\n\e15\d2m<##\e3\19c\c8\ee?c\"b\"\04\c5\87\bce\e5]{f\cc\ee?\d51\e2\e3\86\1c\8b<3-J\ec\9b\d0\ee?\15\bb\bc\d3\d1\bb\91\bc]%>\b2\03\d5\ee?\d21\ee\9c1\cc\90\b4\07!\d5\82\bc_\9b{3\97|\ef?\c9\rG;\b9*\89\bc)\a1\f5\14F\86\ef?\d3\88:`\04\b6t<\f6?\8b\e7.\90\ef?qr\9dQ\ec\c5\83<\83L\c7\fbQ\9a\ef?\f0\91\d3\8f\12\f7\8f\bc\da\90\a4\a2\af\a4\ef?}t#\e2\98\ae\8d\bc\f1g\8e-H\af\ef?\08 \aaA\bc\c3\8e<\'Za\ee\1b\ba\ef?2\eb\a9\c3\94+\84<\97\bak7+\c5\ef?\ee\85\d11\a9d\8a<@En[v\d0\ef?\ed\e3;\e4\ba7\8e\bc\14\be\9c\ad\fd\db\ef?\9d\cd\91M;\89w<\d8\90\9e\81\c1\e7\ef?\89\cc`A\c1\05S<\f1q\8f+\c2\f3\ef?") + (data $7 (i32.const 7718) "\f0?t\85\15\d3\b0\d9\ef?\0f\89\f9lX\b5\ef?Q[\12\d0\01\93\ef?{Q}<\b8r\ef?\aa\b9h1\87T\ef?8bunz8\ef?\e1\de\1f\f5\9d\1e\ef?\15\b71\n\fe\06\ef?\cb\a9:7\a7\f1\ee?\"4\12L\a6\de\ee?-\89a`\08\ce\ee?\'*6\d5\da\bf\ee?\82O\9dV+\b4\ee?)TH\dd\07\ab\ee?\85U:\b0~\a4\ee?\cd;\7ff\9e\a0\ee?t_\ec\e8u\9f\ee?\87\01\ebs\14\a1\ee?\13\ceL\99\89\a5\ee?\db\a0*B\e5\ac\ee?\e5\c5\cd\b07\b7\ee?\90\f0\a3\82\91\c4\ee?]%>\b2\03\d5\ee?\ad\d3Z\99\9f\e8\ee?G^\fb\f2v\ff\ee?\9cR\85\dd\9b\19\ef?i\90\ef\dc 7\ef?\87\a4\fb\dc\18X\ef?_\9b{3\97|\ef?\da\90\a4\a2\af\a4\ef?@En[v\d0\ef?") + (data $8 (i32.const 7968) "\f8\ac\b1k($\f7?\00\b0\cd\ee_\t\e1\bf\a1\cc\d2f\f7\e1\f6?\00\d0v\bd\94\84\e0\bf\8a\d40\0e=\a1\f6?\00\f8\e8\aeC\01\e0\bf\85l\d02\eca\f6?\00@\0b6\c5\fe\de\bf\f8\98\11\95\fa#\f6?\00\e0\b7\1a\d9\fd\dd\bfl\02\cf\a4[\e7\f5?\00\90\c7\0c\ae\ff\dc\bf\b8O!Z\05\ac\f5?\00\a0\fd\118\04\dc\bf\1en\16\0f\edq\f5?\00\e0:2g\0b\db\bf5\f8\0bY\t9\f5?\00\b0-Z/\15\da\bf\dd\ada\edO\01\f5?\00`\f8Z\7f!\d9\bf\d0{H\8e\b8\ca\f4?\00\90q\b0M0\d8\bf\eeO3\b49\95\f4?\00\e0\a9\f9\89A\d7\bfi\d5\af\df\cb`\f4?\00\90\19\b5+U\d6\bfS\b9\e4Nf-\f4?\00\10\9b\a2#k\d5\bf\a6\d8\1d\11\01\fb\f3?\00\a0_\0fe\83\d4\bf6X\0c\b7\95\c9\f3?\00\a0\f67\e9\9d\d3\bfJ\fd\b6J\1c\99\f3?\00`\8dS\a1\ba\d2\bf\b5\99\e0\0c\8ei\f3?\00@\ca@\83\d9\d1\bf\b2\e7\13\82\e4:\f3?\00\e0@:\85\fa\d0\bf\b1\bd\85\19\19\r\f3?\000\e72\9c\1d\d0\bf\d7q\b2\ca%\e0\f2?\00`\fa\a2}\85\ce\bf\82\cd\13\cf\04\b4\f2?\00\80=c\c8\d3\cc\bfP\cb|,\b0\88\f2?\00\a0\14L\03&\cb\bf\e5M\94c\"^\f2?\00\e0O/\1c|\c9\bf\b1\15\86=V4\f2?\00\00\80?\02\d6\c7\bf8\af>\e3F\0b\f2?\00\e0\05\1a\a73\c6\bf\dd\a3\cd\fd\ee\e2\f1?\00\00W\e9\f5\94\c4\bf09\0bXJ\bb\f1?\00\a0\e0$\e4\f9\c2\bf\00\"\7f\84S\94\f1?\00\c0\fdZYb\c1\bf<\d7\d5\c0\06n\f1?\00\80\bdu\9a\9c\bf\bf\c2\e4\b7G_H\f1?\00\c0\f9[W{\bc\bf\d1\85\00\adX#\f1?\00\80\f4\0f\c6`\b9\bf\'\"S\0f\f0\fe\f0?\00\00\b6G\e2L\b6\bf\8f:\d0w \db\f0?\00@\01\b2x?\b3\bf\d9\80Y\d6\e6\b7\f0?\00\c0B\1a}8\b0\bf\8d@{\fe>\95\f0?\00\00\b5\08\92o\aa\bf\83;\c5\ca%s\f0?\00\00wO\95z\a4\bf\\\1b\r\e4\97Q\f0?\00\00\0c\c5\a8#\9d\bf\a2\8e \c1\910\f0?\00\00x)&j\91\bf!~\b3%\10\10\f0?\00\00\e8\d8\f8 w\bfk\a7\ca\f9~\c0\ef?\00\00P\b1S\fe\86?\84\f1\f6\d3eD\ef?\00\80\0f\e1\cc\1c\a1?\7f\10\84\9f\07\cc\ee?\00\80\8b\8c\fcM\ac?\e8Z\97\99:W\ee?\00@W\1e2\aa\b3?\e6=\bd\f0\d6\e5\ed?\00\80\8b\d0\a0\18\b9?\b38\ff\81\b6w\ed?\00@\04\da\e9r\be?C\e9Mr\b5\0c\ed?\00`\7fP\d2\dc\c1?cu\0e\dc\b2\a4\ec?\00\a0\de\03\abv\c4?Q\cb\d6\e8\8e?\ec?\00 \e2wC\07\c7?L\0c\02O+\dd\eb?\00@\a9\8b\de\8e\c9?\ca\15`\00l}\eb?\00\e0\d2j\b8\r\cc?\8f3.n6 \eb?\00\e0\ce\af\n\84\ce?9P)&p\c5\ea?\00\80g\b4\ny\d0?\dd1\'\bc\01m\ea?\00\c0\01h\05\ac\d1?\8b\f1?\bc\d3\16\ea?\00\e0\fe\d4\11\db\d2?\ad\fegI\d1\c2\e9?\00\80\c5NF\06\d4?\02\99|\f4\e4p\e9?\00\f0:\t\be-\d5?\f2\bc\829\fb \e9?\00\d0P \90Q\d6?\f1Y\f7\87\01\d3\e8?\00\f0\ea\cd\d2q\d7?m\f6\b9\eb\e5\86\e8?\00\90}\85\9c\8e\d8?\94\b9X\b6\97<\e8?\00`\e1U\01\a8\d9?\"\10\c6\ff\05\f4\e7?\00\d0\d3n\18\be\da?\ca\15\14\18\"\ad\e7?\00\e0\a0\ae\f2\d0\db?\8c\ff\9e\f9\dcg\e7?\00@\bf=\a4\e0\dc?") + (data $9 (i32.const 8992) "\8e\n\b9\12\00 \e6?\05\b6D\06\ab\04\89<\a64W\04\00`\e6?\a9\f7b\ea\9b\ffa<\c5\f2%\c3\ff\9f\e6?\ba\90<\cb\cf~\82<\04Z\b98\00\e0\e6?&\93sV\88\ff\88<\e3\94\99\e0\ff\1f\e7?\b1\82_\'@\fd\8a<\10\0eY\15\00`\e7?A\83#\b4u\fdr\bc\d5[e\12\00\a0\e7?v+$|\e6\08x<\a6\e9Y2\00\e0\e7?\b7\"\f6&\e4\08b\bc\d2\b2\b4\ed\ff\1f\e8?/\c9\a5\1eF\02\84\bc\c3\fc\fa-\00`\e8?\1f\9a\f2\a2\f4\f7m)\e0\ff\df\f2?\f9\a6\b2\da9|\9b<\82\f0\dc\f7\ff\1f\f3?TR\dcn3\f1}<`\8bZ\f0\ff_\f3?\eb1\cdLV\03\9e\bc\cc\ae\0e.\00\a0\f3?w\a4\d3K\e7\f0u<6\b2;\04\00\e0\f3?3\88\9d\14\cb}\9c<\ff\87\d1\02\00 \f4?(=-\cf\af\08~<\b1|8\r\00`\f4?\a6\99e\857\08\82<\89\9fV\04\00\a0\f4?\d2\bcO\90\\\fa\89\bc\f3C5\04\00\e0\f4?)S\17\ed%\11x\bc\0f\7f\02\cc\ff\1f\f5?\dcTw\84\d8\83\98\e90.\90\80\91\bc") + (data $10 (i32.const 10016) "\be\f3\f8y\eca\f6?\190\96[\c6\fe\de\bf=\88\afJ\edq\f5?\a4\fc\d42h\0b\db\bf\b0\10\f0\f09\95\f4?{\b7\1f\n\8bA\d7\bf\85\03\b8\b0\95\c9\f3?{\cfm\1a\e9\9d\d3\bf\a5d\88\0c\19\r\f3?1\b6\f2\f3\9b\1d\d0\bf\a0\8e\0b{\"^\f2?\f0z;\1b\1d|\c9\bf?4\1aJJ\bb\f1?\9f<\af\93\e3\f9\c2\bf\ba\e5\8a\f0X#\f1?\\\8dx\bf\cb`\b9\bf\a7\00\99A?\95\f0?\ce_G\b6\9do\aa\bf\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00\00\acG\9a\fd\8c`\ee?=\f5$\9f\ca8\b3?\a0j\02\1f\b3\a4\ec?\ba\918T\a9v\c4?\e6\fcjW6 \eb?\d2\e4\c4J\0b\84\ce?-\aa\a1c\d1\c2\e9?\1ce\c6\f0E\06\d4?\edAx\03\e6\86\e8?\f8\9f\1b,\9c\8e\d8?bHS\f5\dcg\e7?\cc{\b1N\a4\e0\dc?") + (data $11 (i32.const 10277) "\a0\f6?") + (data $11.1 (i32.const 10289) "\c8\b9\f2\82,\d6\bf\80V7($\b4\fa<\00\00\00\00\00\80\f6?") + (data $11.2 (i32.const 10321) "\08X\bf\bd\d1\d5\bf \f7\e0\d8\08\a5\1c\bd\00\00\00\00\00`\f6?") + (data $11.3 (i32.const 10353) "XE\17wv\d5\bfmP\b6\d5\a4b#\bd\00\00\00\00\00@\f6?") + (data $11.4 (i32.const 10385) "\f8-\87\ad\1a\d5\bf\d5g\b0\9e\e4\84\e6\bc\00\00\00\00\00 \f6?") + (data $11.5 (i32.const 10417) "xw\95_\be\d4\bf\e0>)\93i\1b\04\bd\00\00\00\00\00\00\f6?") + (data $11.6 (i32.const 10449) "`\1c\c2\8ba\d4\bf\cc\84LH/\d8\13=\00\00\00\00\00\e0\f5?") + (data $11.7 (i32.const 10481) "\a8\86\860\04\d4\bf:\0b\82\ed\f3B\dc<\00\00\00\00\00\c0\f5?") + (data $11.8 (i32.const 10513) "HiUL\a6\d3\bf`\94Q\86\c6\b1 =\00\00\00\00\00\a0\f5?") + (data $11.9 (i32.const 10545) "\80\98\9a\ddG\d3\bf\92\80\c5\d4MY%=\00\00\00\00\00\80\f5?") + (data $11.10 (i32.const 10577) " \e1\ba\e2\e8\d2\bf\d8+\b7\99\1e{&=\00\00\00\00\00`\f5?") + (data $11.11 (i32.const 10609) "\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00`\f5?") + (data $11.12 (i32.const 10641) "\88\de\13Z\89\d2\bf?\b0\cf\b6\14\ca\15=\00\00\00\00\00@\f5?") + (data $11.13 (i32.const 10673) "x\cf\fbA)\d2\bfv\daS($Z\16\bd\00\00\00\00\00 \f5?") + (data $11.14 (i32.const 10705) "\98i\c1\98\c8\d1\bf\04T\e7h\bc\af\1f\bd\00\00\00\00\00\00\f5?") + (data $11.15 (i32.const 10737) "\a8\ab\ab\\g\d1\bf\f0\a8\823\c6\1f\1f=\00\00\00\00\00\e0\f4?") + (data $11.16 (i32.const 10769) "H\ae\f9\8b\05\d1\bffZ\05\fd\c4\a8&\bd\00\00\00\00\00\c0\f4?") + (data $11.17 (i32.const 10801) "\90s\e2$\a3\d0\bf\0e\03\f4~\eek\0c\bd\00\00\00\00\00\a0\f4?") + (data $11.18 (i32.const 10833) "\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\a0\f4?") + (data $11.19 (i32.const 10865) "\d0\b4\94%@\d0\bf\7f-\f4\9e\b86\f0\bc\00\00\00\00\00\80\f4?") + (data $11.20 (i32.const 10897) "@^m\18\b9\cf\bf\87<\99\ab*W\r=\00\00\00\00\00`\f4?") + (data $11.21 (i32.const 10929) "`\dc\cb\ad\f0\ce\bf$\af\86\9c\b7&+=\00\00\00\00\00@\f4?") + (data $11.22 (i32.const 10961) "\f0*n\07\'\ce\bf\10\ff?TO/\17\bd\00\00\00\00\00 \f4?") + (data $11.23 (i32.const 10993) "\c0Ok!\\\cd\bf\1bh\ca\bb\91\ba!=\00\00\00\00\00\00\f4?") + (data $11.24 (i32.const 11025) "\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\00\f4?") + (data $11.25 (i32.const 11057) "\a0\9a\c7\f7\8f\cc\bf4\84\9fhOy\'=\00\00\00\00\00\e0\f3?") + (data $11.26 (i32.const 11089) "\90-t\86\c2\cb\bf\8f\b7\8b1\b0N\19=\00\00\00\00\00\c0\f3?") + (data $11.27 (i32.const 11121) "\c0\80N\c9\f3\ca\bff\90\cd?cN\ba<\00\00\00\00\00\a0\f3?") + (data $11.28 (i32.const 11153) "\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\a0\f3?") + (data $11.29 (i32.const 11185) "\b0\e2\1f\bc#\ca\bf\ea\c1F\dcd\8c%\bd\00\00\00\00\00\80\f3?") + (data $11.30 (i32.const 11217) "P\f4\9cZR\c9\bf\e3\d4\c1\04\d9\d1*\bd\00\00\00\00\00`\f3?") + (data $11.31 (i32.const 11249) "\d0 e\a0\7f\c8\bf\t\fa\db\7f\bf\bd+=\00\00\00\00\00@\f3?") + (data $11.32 (i32.const 11281) "\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00@\f3?") + (data $11.33 (i32.const 11313) "\e0\10\02\89\ab\c7\bfXJSr\90\db+=\00\00\00\00\00 \f3?") + (data $11.34 (i32.const 11345) "\d0\19\e7\0f\d6\c6\bff\e2\b2\a3j\e4\10\bd\00\00\00\00\00\00\f3?") + (data $11.35 (i32.const 11377) "\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\00\f3?") + (data $11.36 (i32.const 11409) "\90\a7p0\ff\c5\bf9P\10\9fC\9e\1e\bd\00\00\00\00\00\e0\f2?") + (data $11.37 (i32.const 11441) "\b0\a1\e3\e5&\c5\bf\8f[\07\90\8b\de \bd\00\00\00\00\00\c0\f2?") + (data $11.38 (i32.const 11473) "\80\cbl+M\c4\bf\11\0e\bd\00\00\00\00\00\e0\ed?") + (data $11.85 (i32.const 12977) "`F\d1;\97\b1?\9b\9e\rV]2%\bd\00\00\00\00\00\a0\ed?") + (data $11.86 (i32.const 13009) "\e0\d1\a7\f5\bd\b3?\d7N\db\a5^\c8,=\00\00\00\00\00`\ed?") + (data $11.87 (i32.const 13041) "\a0\97MZ\e9\b5?\1e\1d]<\06i,\bd\00\00\00\00\00@\ed?") + (data $11.88 (i32.const 13073) "\c0\ea\n\d3\00\b7?2\ed\9d\a9\8d\1e\ec<\00\00\00\00\00\00\ed?") + (data $11.89 (i32.const 13105) "@Y]^3\b9?\daG\bd:\\\11#=\00\00\00\00\00\c0\ec?") + (data $11.90 (i32.const 13137) "`\ad\8d\c8j\bb?\e5h\f7+\80\90\13\bd\00\00\00\00\00\a0\ec?") + (data $11.91 (i32.const 13169) "@\bc\01X\88\bc?\d3\acZ\c6\d1F&=\00\00\00\00\00`\ec?") + (data $11.92 (i32.const 13201) " \n\839\c7\be?\e0E\e6\afh\c0-\bd\00\00\00\00\00@\ec?") + (data $11.93 (i32.const 13233) "\e0\db9\91\e8\bf?\fd\n\a1O\d64%\bd\00\00\00\00\00\00\ec?") + (data $11.94 (i32.const 13265) "\e0\'\82\8e\17\c1?\f2\07-\cex\ef!=\00\00\00\00\00\e0\eb?") + (data $11.95 (i32.const 13297) "\f0#~+\aa\c1?4\998D\8e\a7,=\00\00\00\00\00\a0\eb?") + (data $11.96 (i32.const 13329) "\80\86\0ca\d1\c2?\a1\b4\81\cbl\9d\03=\00\00\00\00\00\80\eb?") + (data $11.97 (i32.const 13361) "\90\15\b0\fce\c3?\89rK#\a8/\c6<\00\00\00\00\00@\eb?") + (data $11.98 (i32.const 13393) "\b03\83=\91\c4?x\b6\fdTy\83%=\00\00\00\00\00 \eb?") + (data $11.99 (i32.const 13425) "\b0\a1\e4\e5\'\c5?\c7}i\e5\e83&=\00\00\00\00\00\e0\ea?") + (data $11.100 (i32.const 13457) "\10\8c\beNW\c6?x.<,\8b\cf\19=\00\00\00\00\00\c0\ea?") + (data $11.101 (i32.const 13489) "pu\8b\12\f0\c6?\e1!\9c\e5\8d\11%\bd\00\00\00\00\00\a0\ea?") + (data $11.102 (i32.const 13521) "PD\85\8d\89\c7?\05C\91p\10f\1c\bd\00\00\00\00\00`\ea?") + (data $11.103 (i32.const 13554) "9\eb\af\be\c8?\d1,\e9\aaT=\07\bd\00\00\00\00\00@\ea?") + (data $11.104 (i32.const 13586) "\f7\dcZZ\c9?o\ff\a0X(\f2\07=\00\00\00\00\00\00\ea?") + (data $11.105 (i32.const 13617) "\e0\8a<\ed\93\ca?i!VPCr(\bd\00\00\00\00\00\e0\e9?") + (data $11.106 (i32.const 13649) "\d0[W\d81\cb?\aa\e1\acN\8d5\0c\bd\00\00\00\00\00\c0\e9?") + (data $11.107 (i32.const 13681) "\e0;8\87\d0\cb?\b6\12TY\c4K-\bd\00\00\00\00\00\a0\e9?") + (data $11.108 (i32.const 13713) "\10\f0\c6\fbo\cc?\d2+\96\c5r\ec\f1\bc\00\00\00\00\00`\e9?") + (data $11.109 (i32.const 13745) "\90\d4\b0=\b1\cd?5\b0\15\f7*\ff*\bd\00\00\00\00\00@\e9?") + (data $11.110 (i32.const 13777) "\10\e7\ff\0eS\ce?0\f4A`\'\12\c2<\00\00\00\00\00 \e9?") + (data $11.111 (i32.const 13810) "\dd\e4\ad\f5\ce?\11\8e\bbe\15!\ca\bc\00\00\00\00\00\00\e9?") + (data $11.112 (i32.const 13841) "\b0\b3l\1c\99\cf?0\df\0c\ca\ec\cb\1b=\00\00\00\00\00\c0\e8?") + (data $11.113 (i32.const 13873) "XM`8q\d0?\91N\ed\16\db\9c\f8<\00\00\00\00\00\a0\e8?") + (data $11.114 (i32.const 13905) "`ag-\c4\d0?\e9\ea<\16\8b\18\'=\00\00\00\00\00\80\e8?") + (data $11.115 (i32.const 13937) "\e8\'\82\8e\17\d1?\1c\f0\a5c\0e!,\bd\00\00\00\00\00`\e8?") + (data $11.116 (i32.const 13969) "\f8\ac\cb\\k\d1?\81\16\a5\f7\cd\9a+=\00\00\00\00\00@\e8?") + (data $11.117 (i32.const 14001) "hZc\99\bf\d1?\b7\bdGQ\ed\a6,=\00\00\00\00\00 \e8?") + (data $11.118 (i32.const 14033) "\b8\0emE\14\d2?\ea\baF\ba\de\87\n=\00\00\00\00\00\e0\e7?") + (data $11.119 (i32.const 14065) "\90\dc|\f0\be\d2?\f4\04PJ\fa\9c*=\00\00\00\00\00\c0\e7?") + (data $11.120 (i32.const 14097) "`\d3\e1\f1\14\d3?\b8_none (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\1a\00\00\00s\00t\00d\00/\00o\00b\00j\00e\00c\00t\00.\00t\00s") - (data (i32.const 1084) "\1c") - (data (i32.const 1096) "\02\00\00\00\02\00\00\00a") - (data (i32.const 1116) "\1c") - (data (i32.const 1128) "\02\00\00\00\02\00\00\00b") - (data (i32.const 1148) "\1c") - (data (i32.const 1160) "\02\00\00\00\04\00\00\00a\00b") - (data (i32.const 1180) "\1c") - (data (i32.const 1192) "\02") - (data (i32.const 1212) "<") - (data (i32.const 1224) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1276) "<") - (data (i32.const 1288) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00s\00t\00u\00b\00.\00t\00s") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\1a\00\00\00s\00t\00d\00/\00o\00b\00j\00e\00c\00t\00.\00t\00s") + (data $1 (i32.const 1084) "\1c") + (data $1.1 (i32.const 1096) "\02\00\00\00\02\00\00\00a") + (data $2 (i32.const 1116) "\1c") + (data $2.1 (i32.const 1128) "\02\00\00\00\02\00\00\00b") + (data $3 (i32.const 1148) "\1c") + (data $3.1 (i32.const 1160) "\02\00\00\00\04\00\00\00a\00b") + (data $4 (i32.const 1180) "\1c") + (data $4.1 (i32.const 1192) "\02") + (data $5 (i32.const 1212) "<") + (data $5.1 (i32.const 1224) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $6 (i32.const 1276) "<") + (data $6.1 (i32.const 1288) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00s\00t\00u\00b\00.\00t\00s") (export "memory" (memory $0)) (start $~start) (func $~lib/string/String.__eq (param $0 i32) (param $1 i32) (result i32) diff --git a/tests/compiler/std/operator-overloading.debug.wat b/tests/compiler/std/operator-overloading.debug.wat index 0effb19c6b..447b7a7649 100644 --- a/tests/compiler/std/operator-overloading.debug.wat +++ b/tests/compiler/std/operator-overloading.debug.wat @@ -98,18 +98,18 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33364)) (global $~lib/memory/__heap_base i32 (i32.const 33364)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00s\00t\00d\00/\00o\00p\00e\00r\00a\00t\00o\00r\00-\00o\00v\00e\00r\00l\00o\00a\00d\00i\00n\00g\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 492) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00x\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 524) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00y\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 560) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00s\00t\00d\00/\00o\00p\00e\00r\00a\00t\00o\00r\00-\00o\00v\00e\00r\00l\00o\00a\00d\00i\00n\00g\00.\00t\00s\00\00\00\00\00\00\00") + (data $9 (i32.const 492) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00x\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 524) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00y\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 560) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/std/operator-overloading.release.wat b/tests/compiler/std/operator-overloading.release.wat index 281b80699f..530113f4cc 100644 --- a/tests/compiler/std/operator-overloading.release.wat +++ b/tests/compiler/std/operator-overloading.release.wat @@ -87,23 +87,23 @@ (global $std/operator-overloading/tea (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34388)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) "L") - (data (i32.const 1448) "\02\00\00\006\00\00\00s\00t\00d\00/\00o\00p\00e\00r\00a\00t\00o\00r\00-\00o\00v\00e\00r\00l\00o\00a\00d\00i\00n\00g\00.\00t\00s") - (data (i32.const 1516) "\1c") - (data (i32.const 1528) "\02\00\00\00\02\00\00\00x") - (data (i32.const 1548) "\1c") - (data (i32.const 1560) "\02\00\00\00\02\00\00\00y") - (data (i32.const 1584) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) "L") + (data $8.1 (i32.const 1448) "\02\00\00\006\00\00\00s\00t\00d\00/\00o\00p\00e\00r\00a\00t\00o\00r\00-\00o\00v\00e\00r\00l\00o\00a\00d\00i\00n\00g\00.\00t\00s") + (data $9 (i32.const 1516) "\1c") + (data $9.1 (i32.const 1528) "\02\00\00\00\02\00\00\00x") + (data $10 (i32.const 1548) "\1c") + (data $10.1 (i32.const 1560) "\02\00\00\00\02\00\00\00y") + (data $11 (i32.const 1584) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/std/pointer.debug.wat b/tests/compiler/std/pointer.debug.wat index 0f644caf57..ece8f00b3b 100644 --- a/tests/compiler/std/pointer.debug.wat +++ b/tests/compiler/std/pointer.debug.wat @@ -14,7 +14,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) (global $~lib/memory/__heap_base i32 (i32.const 32828)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00s\00t\00d\00/\00p\00o\00i\00n\00t\00e\00r\00.\00t\00s\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00s\00t\00d\00/\00p\00o\00i\00n\00t\00e\00r\00.\00t\00s\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/std/pointer.release.wat b/tests/compiler/std/pointer.release.wat index 928fc6299b..4ec0ec054f 100644 --- a/tests/compiler/std/pointer.release.wat +++ b/tests/compiler/std/pointer.release.wat @@ -8,8 +8,8 @@ (global $std/pointer/sub (mut i32) (i32.const 0)) (global $std/pointer/nextOne (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\1c\00\00\00s\00t\00d\00/\00p\00o\00i\00n\00t\00e\00r\00.\00t\00s") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\1c\00\00\00s\00t\00d\00/\00p\00o\00i\00n\00t\00e\00r\00.\00t\00s") (export "memory" (memory $0)) (start $~start) (func $start:std/pointer diff --git a/tests/compiler/std/set.debug.wat b/tests/compiler/std/set.debug.wat index ea63fb3eac..3bb3a490ec 100644 --- a/tests/compiler/std/set.debug.wat +++ b/tests/compiler/std/set.debug.wat @@ -50,19 +50,19 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33492)) (global $~lib/memory/__heap_base i32 (i32.const 33492)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 460) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 524) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00s\00t\00d\00/\00s\00e\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 572) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 624) "\18\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00H\08\00\00B\08\00\00H\00\00\00B\00\00\00\88\08\00\00\82\08\00\00\88\00\00\00\82\00\00\00\08\t\00\00\02\t\00\00\08\01\00\00\02\01\00\00\08\n\00\00\02\n\00\00\08\02\00\00\02\02\00\00\08\19\00\00\02\19\00\00\08\1a\00\00\02\1a\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $9 (i32.const 460) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") + (data $10 (i32.const 524) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00s\00t\00d\00/\00s\00e\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 572) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $12 (i32.const 624) "\18\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00H\08\00\00B\08\00\00H\00\00\00B\00\00\00\88\08\00\00\82\08\00\00\88\00\00\00\82\00\00\00\08\t\00\00\02\t\00\00\08\01\00\00\02\01\00\00\08\n\00\00\02\n\00\00\08\02\00\00\02\02\00\00\08\19\00\00\02\19\00\00\08\1a\00\00\02\1a\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/std/set.release.wat b/tests/compiler/std/set.release.wat index 0f138139c4..d46d1adb80 100644 --- a/tests/compiler/std/set.release.wat +++ b/tests/compiler/std/set.release.wat @@ -34,25 +34,25 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34516)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1436) ",") - (data (i32.const 1448) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1484) "<") - (data (i32.const 1496) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") - (data (i32.const 1548) ",") - (data (i32.const 1560) "\02\00\00\00\14\00\00\00s\00t\00d\00/\00s\00e\00t\00.\00t\00s") - (data (i32.const 1596) ",") - (data (i32.const 1608) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1648) "\18\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00H\08\00\00B\08\00\00H\00\00\00B\00\00\00\88\08\00\00\82\08\00\00\88\00\00\00\82\00\00\00\08\t\00\00\02\t\00\00\08\01\00\00\02\01\00\00\08\n\00\00\02\n\00\00\08\02\00\00\02\02\00\00\08\19\00\00\02\19\00\00\08\1a\00\00\02\1a") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) ",") + (data $8.1 (i32.const 1448) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $9 (i32.const 1484) "<") + (data $9.1 (i32.const 1496) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") + (data $10 (i32.const 1548) ",") + (data $10.1 (i32.const 1560) "\02\00\00\00\14\00\00\00s\00t\00d\00/\00s\00e\00t\00.\00t\00s") + (data $11 (i32.const 1596) ",") + (data $11.1 (i32.const 1608) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $12 (i32.const 1648) "\18\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00H\08\00\00B\08\00\00H\00\00\00B\00\00\00\88\08\00\00\82\08\00\00\88\00\00\00\82\00\00\00\08\t\00\00\02\t\00\00\08\01\00\00\02\01\00\00\08\n\00\00\02\n\00\00\08\02\00\00\02\02\00\00\08\19\00\00\02\19\00\00\08\1a\00\00\02\1a") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/std/static-array.debug.wat b/tests/compiler/std/static-array.debug.wat index 4376463cde..139a8a5582 100644 --- a/tests/compiler/std/static-array.debug.wat +++ b/tests/compiler/std/static-array.debug.wat @@ -39,26 +39,26 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33732)) (global $~lib/memory/__heap_base i32 (i32.const 33732)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00") - (data (i32.const 44) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00 \00\00\00 \00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 92) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 140) ",\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\10\00\00\00p\00\00\00p\00\00\00\10\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 188) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\00\c0?\00\00 @\00\00\00\00") - (data (i32.const 220) ",\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\10\00\00\00\d0\00\00\00\d0\00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\00\00\00\00\00\00\f4?\00\00\00\00\00\00\02@\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 316) ",\00\00\00\00\00\00\00\00\00\00\00\07\00\00\00\10\00\00\00 \01\00\00 \01\00\00\10\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 364) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00s\00t\00d\00/\00s\00t\00a\00t\00i\00c\00-\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 428) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 492) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 540) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 588) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 652) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 720) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 752) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 780) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 832) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 860) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 928) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00\02\n\00\00\02\19\00\00\02\1a\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00") + (data $1 (i32.const 44) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00 \00\00\00 \00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 92) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 140) ",\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\10\00\00\00p\00\00\00p\00\00\00\10\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 188) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\00\c0?\00\00 @\00\00\00\00") + (data $5 (i32.const 220) ",\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\10\00\00\00\d0\00\00\00\d0\00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\00\00\00\00\00\00\f4?\00\00\00\00\00\00\02@\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 316) ",\00\00\00\00\00\00\00\00\00\00\00\07\00\00\00\10\00\00\00 \01\00\00 \01\00\00\10\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 364) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00s\00t\00d\00/\00s\00t\00a\00t\00i\00c\00-\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00") + (data $9 (i32.const 428) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 492) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $11 (i32.const 540) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $12 (i32.const 588) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $13 (i32.const 652) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $14 (i32.const 720) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $15 (i32.const 752) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $16 (i32.const 780) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $17 (i32.const 832) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $18 (i32.const 860) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $19 (i32.const 928) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00\02\n\00\00\02\19\00\00\02\1a\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/std/static-array.release.wat b/tests/compiler/std/static-array.release.wat index 7b54aac30a..f23b702535 100644 --- a/tests/compiler/std/static-array.release.wat +++ b/tests/compiler/std/static-array.release.wat @@ -23,40 +23,40 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34756)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\01\00\00\00\08\00\00\00\01\00\00\00\02") - (data (i32.const 1068) ",") - (data (i32.const 1080) "\04\00\00\00\10\00\00\00 \04\00\00 \04\00\00\08\00\00\00\02") - (data (i32.const 1116) ",") - (data (i32.const 1128) "\01\00\00\00\10\00\00\00\03\00\00\00\00\00\00\00\04") - (data (i32.const 1164) ",") - (data (i32.const 1176) "\05\00\00\00\10\00\00\00p\04\00\00p\04\00\00\10\00\00\00\02") - (data (i32.const 1212) "\1c") - (data (i32.const 1224) "\01\00\00\00\08\00\00\00\00\00\c0?\00\00 @") - (data (i32.const 1244) ",") - (data (i32.const 1256) "\06\00\00\00\10\00\00\00\d0\04\00\00\d0\04\00\00\08\00\00\00\02") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\01\00\00\00\10") - (data (i32.const 1318) "\f4?\00\00\00\00\00\00\02@") - (data (i32.const 1340) ",") - (data (i32.const 1352) "\07\00\00\00\10\00\00\00 \05\00\00 \05\00\00\10\00\00\00\02") - (data (i32.const 1388) "<") - (data (i32.const 1400) "\02\00\00\00&\00\00\00s\00t\00d\00/\00s\00t\00a\00t\00i\00c\00-\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1452) "<") - (data (i32.const 1464) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1516) ",") - (data (i32.const 1528) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1564) ",") - (data (i32.const 1576) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1612) "<") - (data (i32.const 1624) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1676) "<") - (data (i32.const 1688) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1804) ",") - (data (i32.const 1816) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1884) "<") - (data (i32.const 1896) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1952) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00\02\n\00\00\02\19\00\00\02\1a") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\01\00\00\00\08\00\00\00\01\00\00\00\02") + (data $1 (i32.const 1068) ",") + (data $1.1 (i32.const 1080) "\04\00\00\00\10\00\00\00 \04\00\00 \04\00\00\08\00\00\00\02") + (data $2 (i32.const 1116) ",") + (data $2.1 (i32.const 1128) "\01\00\00\00\10\00\00\00\03\00\00\00\00\00\00\00\04") + (data $3 (i32.const 1164) ",") + (data $3.1 (i32.const 1176) "\05\00\00\00\10\00\00\00p\04\00\00p\04\00\00\10\00\00\00\02") + (data $4 (i32.const 1212) "\1c") + (data $4.1 (i32.const 1224) "\01\00\00\00\08\00\00\00\00\00\c0?\00\00 @") + (data $5 (i32.const 1244) ",") + (data $5.1 (i32.const 1256) "\06\00\00\00\10\00\00\00\d0\04\00\00\d0\04\00\00\08\00\00\00\02") + (data $6 (i32.const 1292) ",") + (data $6.1 (i32.const 1304) "\01\00\00\00\10") + (data $6.2 (i32.const 1318) "\f4?\00\00\00\00\00\00\02@") + (data $7 (i32.const 1340) ",") + (data $7.1 (i32.const 1352) "\07\00\00\00\10\00\00\00 \05\00\00 \05\00\00\10\00\00\00\02") + (data $8 (i32.const 1388) "<") + (data $8.1 (i32.const 1400) "\02\00\00\00&\00\00\00s\00t\00d\00/\00s\00t\00a\00t\00i\00c\00-\00a\00r\00r\00a\00y\00.\00t\00s") + (data $9 (i32.const 1452) "<") + (data $9.1 (i32.const 1464) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $10 (i32.const 1516) ",") + (data $10.1 (i32.const 1528) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $11 (i32.const 1564) ",") + (data $11.1 (i32.const 1576) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $12 (i32.const 1612) "<") + (data $12.1 (i32.const 1624) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $13 (i32.const 1676) "<") + (data $13.1 (i32.const 1688) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $16 (i32.const 1804) ",") + (data $16.1 (i32.const 1816) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $18 (i32.const 1884) "<") + (data $18.1 (i32.const 1896) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $19 (i32.const 1952) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00\02\n\00\00\02\19\00\00\02\1a") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/std/staticarray.debug.wat b/tests/compiler/std/staticarray.debug.wat index 91f0a53256..f29bd7de23 100644 --- a/tests/compiler/std/staticarray.debug.wat +++ b/tests/compiler/std/staticarray.debug.wat @@ -44,74 +44,74 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 35544)) (global $~lib/memory/__heap_base i32 (i32.const 35544)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") - (data (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00s\00t\00a\00t\00i\00c\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 172) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00s\00t\00d\00/\00s\00t\00a\00t\00i\00c\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 236) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") - (data (i32.const 268) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00") - (data (i32.const 300) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 364) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 432) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 464) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 492) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 544) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 572) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 636) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 684) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\18\00\00\00\00\00\00\00\01\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\05\00\00\00\00\00\00\00") - (data (i32.const 732) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 780) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 812) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00") - (data (i32.const 844) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 876) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 908) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00n\00t\00\00\00\00\00\00\00") - (data (i32.const 940) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00b\00i\00s\00o\00n\00\00\00") - (data (i32.const 972) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00c\00a\00m\00e\00l\00\00\00") - (data (i32.const 1004) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00d\00u\00c\00k\00\00\00\00\00") - (data (i32.const 1036) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00e\00l\00e\00p\00h\00a\00n\00t\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1084) ",\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\14\00\00\00\a0\03\00\00\c0\03\00\00\e0\03\00\00\00\04\00\00 \04\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1132) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1260) ",\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\14\00\00\00\a0\03\00\00\c0\03\00\00\e0\03\00\00\00\04\00\00 \04\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1308) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1340) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00f\00o\00o\00\00\00\00\00\00\00") - (data (i32.const 1372) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00P\05\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1404) ",\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\14\00\00\00\a0\03\00\00\c0\03\00\00\e0\03\00\00\00\04\00\00 \04\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1452) "\1c\00\00\00\00\00\00\00\00\00\00\00\n\00\00\00\08\00\00\00\00\00\00\00\00\00\f8\7f\00\00\00\00") - (data (i32.const 1484) "\1c\00\00\00\00\00\00\00\00\00\00\00\0b\00\00\00\04\00\00\00\00\00\c0\7f\00\00\00\00\00\00\00\00") - (data (i32.const 1516) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\02\00\00\00\t\00\00\00\t\00\00\00") - (data (i32.const 1548) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00\02\00\00\00\05\00\00\00\t\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1596) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00F\00i\00r\00e\00\00\00\00\00") - (data (i32.const 1628) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00A\00i\00r\00\00\00\00\00\00\00") - (data (i32.const 1660) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00W\00a\00t\00e\00r\00\00\00") - (data (i32.const 1692) "\1c\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\0c\00\00\00P\06\00\00p\06\00\00\90\06\00\00") - (data (i32.const 1724) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1756) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00,\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1788) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00F\00i\00r\00e\00,\00A\00i\00r\00,\00W\00a\00t\00e\00r\00") - (data (i32.const 1836) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00F\00i\00r\00e\00A\00i\00r\00W\00a\00t\00e\00r\00\00\00\00\00") - (data (i32.const 1884) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00-\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1916) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00F\00i\00r\00e\00-\00A\00i\00r\00-\00W\00a\00t\00e\00r\00") - (data (i32.const 1964) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00 \00+\00 \00\00\00\00\00\00\00") - (data (i32.const 1996) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00F\00i\00r\00e\00 \00+\00 \00A\00i\00r\00 \00+\00 \00W\00a\00t\00e\00r\00\00\00\00\00\00\00\00\00") - (data (i32.const 2060) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2092) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") - (data (i32.const 2124) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2172) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") - (data (i32.const 2204) "\1c\00\00\00\00\00\00\00\00\00\00\00\0c\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2236) "\1c\00\00\00\00\00\00\00\00\00\00\00\r\00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2268) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2300) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2332) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2364) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2396) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\07\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2428) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\08\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2460) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2492) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\n\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2524) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\0b\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2556) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\0c\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2588) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\r\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2620) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00\00\00\00\00\03\00\00\00\02\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2668) "\1c\00\00\00\00\00\00\00\00\00\00\00\10\00\00\00\08\00\00\00\0e\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2704) "\11\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00$\t\00\00 \00\00\00\04A\00\00\02\t\00\00\04A\00\00\02A\00\00$\1a\00\00$\19\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") + (data $1 (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00s\00t\00a\00t\00i\00c\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00") + (data $3 (i32.const 172) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00s\00t\00d\00/\00s\00t\00a\00t\00i\00c\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 236) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") + (data $5 (i32.const 268) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00") + (data $6 (i32.const 300) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $7 (i32.const 364) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 432) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 464) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 492) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 544) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 572) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 636) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $14 (i32.const 684) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\18\00\00\00\00\00\00\00\01\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\05\00\00\00\00\00\00\00") + (data $15 (i32.const 732) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $16 (i32.const 780) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $17 (i32.const 812) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00") + (data $18 (i32.const 844) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $19 (i32.const 876) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $20 (i32.const 908) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00n\00t\00\00\00\00\00\00\00") + (data $21 (i32.const 940) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00b\00i\00s\00o\00n\00\00\00") + (data $22 (i32.const 972) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00c\00a\00m\00e\00l\00\00\00") + (data $23 (i32.const 1004) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00d\00u\00c\00k\00\00\00\00\00") + (data $24 (i32.const 1036) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00e\00l\00e\00p\00h\00a\00n\00t\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $25 (i32.const 1084) ",\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\14\00\00\00\a0\03\00\00\c0\03\00\00\e0\03\00\00\00\04\00\00 \04\00\00\00\00\00\00\00\00\00\00") + (data $26 (i32.const 1132) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $27 (i32.const 1260) ",\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\14\00\00\00\a0\03\00\00\c0\03\00\00\e0\03\00\00\00\04\00\00 \04\00\00\00\00\00\00\00\00\00\00") + (data $28 (i32.const 1308) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $29 (i32.const 1340) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00f\00o\00o\00\00\00\00\00\00\00") + (data $30 (i32.const 1372) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00P\05\00\00\00\00\00\00\00\00\00\00") + (data $31 (i32.const 1404) ",\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\14\00\00\00\a0\03\00\00\c0\03\00\00\e0\03\00\00\00\04\00\00 \04\00\00\00\00\00\00\00\00\00\00") + (data $32 (i32.const 1452) "\1c\00\00\00\00\00\00\00\00\00\00\00\n\00\00\00\08\00\00\00\00\00\00\00\00\00\f8\7f\00\00\00\00") + (data $33 (i32.const 1484) "\1c\00\00\00\00\00\00\00\00\00\00\00\0b\00\00\00\04\00\00\00\00\00\c0\7f\00\00\00\00\00\00\00\00") + (data $34 (i32.const 1516) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\02\00\00\00\t\00\00\00\t\00\00\00") + (data $35 (i32.const 1548) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00\02\00\00\00\05\00\00\00\t\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $36 (i32.const 1596) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00F\00i\00r\00e\00\00\00\00\00") + (data $37 (i32.const 1628) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00A\00i\00r\00\00\00\00\00\00\00") + (data $38 (i32.const 1660) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00W\00a\00t\00e\00r\00\00\00") + (data $39 (i32.const 1692) "\1c\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\0c\00\00\00P\06\00\00p\06\00\00\90\06\00\00") + (data $40 (i32.const 1724) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $41 (i32.const 1756) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00,\00\00\00\00\00\00\00\00\00\00\00") + (data $42 (i32.const 1788) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00F\00i\00r\00e\00,\00A\00i\00r\00,\00W\00a\00t\00e\00r\00") + (data $43 (i32.const 1836) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00F\00i\00r\00e\00A\00i\00r\00W\00a\00t\00e\00r\00\00\00\00\00") + (data $44 (i32.const 1884) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00-\00\00\00\00\00\00\00\00\00\00\00") + (data $45 (i32.const 1916) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00F\00i\00r\00e\00-\00A\00i\00r\00-\00W\00a\00t\00e\00r\00") + (data $46 (i32.const 1964) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00 \00+\00 \00\00\00\00\00\00\00") + (data $47 (i32.const 1996) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00F\00i\00r\00e\00 \00+\00 \00A\00i\00r\00 \00+\00 \00W\00a\00t\00e\00r\00\00\00\00\00\00\00\00\00") + (data $48 (i32.const 2060) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $49 (i32.const 2092) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") + (data $50 (i32.const 2124) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $51 (i32.const 2172) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") + (data $52 (i32.const 2204) "\1c\00\00\00\00\00\00\00\00\00\00\00\0c\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $53 (i32.const 2236) "\1c\00\00\00\00\00\00\00\00\00\00\00\r\00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $54 (i32.const 2268) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") + (data $55 (i32.const 2300) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00") + (data $56 (i32.const 2332) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $57 (i32.const 2364) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00") + (data $58 (i32.const 2396) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\07\00\00\00\00\00\00\00\00\00\00\00") + (data $59 (i32.const 2428) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\08\00\00\00\00\00\00\00\00\00\00\00") + (data $60 (i32.const 2460) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") + (data $61 (i32.const 2492) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\n\00\00\00\00\00\00\00\00\00\00\00") + (data $62 (i32.const 2524) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\0b\00\00\00\00\00\00\00\00\00\00\00") + (data $63 (i32.const 2556) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\0c\00\00\00\00\00\00\00\00\00\00\00") + (data $64 (i32.const 2588) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\r\00\00\00\00\00\00\00\00\00\00\00") + (data $65 (i32.const 2620) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00\00\00\00\00\03\00\00\00\02\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $66 (i32.const 2668) "\1c\00\00\00\00\00\00\00\00\00\00\00\10\00\00\00\08\00\00\00\0e\00\00\00\00\00\00\00\00\00\00\00") + (data $67 (i32.const 2704) "\11\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00$\t\00\00 \00\00\00\04A\00\00\02\t\00\00\04A\00\00\02A\00\00$\1a\00\00$\19\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 15 15 funcref) (elem $0 (i32.const 1) $start:std/staticarray~anonymous|0 $start:std/staticarray~anonymous|1 $start:std/staticarray~anonymous|2 $start:std/staticarray~anonymous|3 $start:std/staticarray~anonymous|4 $start:std/staticarray~anonymous|5 $start:std/staticarray~anonymous|6 $start:std/staticarray~anonymous|7 $start:std/staticarray~anonymous|8 $start:std/staticarray~anonymous|9 $start:std/staticarray~anonymous|10 $start:std/staticarray~anonymous|11 $start:std/staticarray~anonymous|12 $~lib/util/sort/COMPARATOR~anonymous|0) (export "memory" (memory $0)) diff --git a/tests/compiler/std/staticarray.release.wat b/tests/compiler/std/staticarray.release.wat index 21bca5a439..a8a47548df 100644 --- a/tests/compiler/std/staticarray.release.wat +++ b/tests/compiler/std/staticarray.release.wat @@ -28,136 +28,136 @@ (global $std/staticarray/maxVal (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 36568)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") - (data (i32.const 1068) "<") - (data (i32.const 1080) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1132) "<") - (data (i32.const 1144) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00s\00t\00a\00t\00i\00c\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1196) "<") - (data (i32.const 1208) "\02\00\00\00$\00\00\00s\00t\00d\00/\00s\00t\00a\00t\00i\00c\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1260) "\1c") - (data (i32.const 1272) "\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") - (data (i32.const 1292) "\1c") - (data (i32.const 1304) "\04\00\00\00\0c\00\00\00\05\00\00\00\06\00\00\00\07") - (data (i32.const 1324) "<") - (data (i32.const 1336) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1388) "<") - (data (i32.const 1400) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1516) ",") - (data (i32.const 1528) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1596) "<") - (data (i32.const 1608) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1660) ",") - (data (i32.const 1672) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1708) ",") - (data (i32.const 1720) "\01\00\00\00\18\00\00\00\00\00\00\00\01\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\05") - (data (i32.const 1756) ",") - (data (i32.const 1768) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1804) "\1c") - (data (i32.const 1816) "\01") - (data (i32.const 1836) "\1c") - (data (i32.const 1848) "\04\00\00\00\08\00\00\00\01\00\00\00\02") - (data (i32.const 1868) "\1c") - (data (i32.const 1880) "\04\00\00\00\04\00\00\00\01") - (data (i32.const 1900) "\1c") - (data (i32.const 1912) "\04") - (data (i32.const 1932) "\1c") - (data (i32.const 1944) "\02\00\00\00\06\00\00\00a\00n\00t") - (data (i32.const 1964) "\1c") - (data (i32.const 1976) "\02\00\00\00\n\00\00\00b\00i\00s\00o\00n") - (data (i32.const 1996) "\1c") - (data (i32.const 2008) "\02\00\00\00\n\00\00\00c\00a\00m\00e\00l") - (data (i32.const 2028) "\1c") - (data (i32.const 2040) "\02\00\00\00\08\00\00\00d\00u\00c\00k") - (data (i32.const 2060) ",") - (data (i32.const 2072) "\02\00\00\00\10\00\00\00e\00l\00e\00p\00h\00a\00n\00t") - (data (i32.const 2108) ",") - (data (i32.const 2120) "\08\00\00\00\14\00\00\00\a0\07\00\00\c0\07\00\00\e0\07\00\00\00\08\00\00 \08") - (data (i32.const 2156) "|") - (data (i32.const 2168) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") - (data (i32.const 2284) ",") - (data (i32.const 2296) "\08\00\00\00\14\00\00\00\a0\07\00\00\c0\07\00\00\e0\07\00\00\00\08\00\00 \08") - (data (i32.const 2332) "\1c") - (data (i32.const 2344) "\01") - (data (i32.const 2364) "\1c") - (data (i32.const 2376) "\02\00\00\00\06\00\00\00f\00o\00o") - (data (i32.const 2396) "\1c") - (data (i32.const 2408) "\01\00\00\00\04\00\00\00P\t") - (data (i32.const 2428) ",") - (data (i32.const 2440) "\08\00\00\00\14\00\00\00\a0\07\00\00\c0\07\00\00\e0\07\00\00\00\08\00\00 \08") - (data (i32.const 2476) "\1c") - (data (i32.const 2488) "\n\00\00\00\08") - (data (i32.const 2502) "\f8\7f") - (data (i32.const 2508) "\1c") - (data (i32.const 2520) "\0b\00\00\00\04\00\00\00\00\00\c0\7f") - (data (i32.const 2540) "\1c") - (data (i32.const 2552) "\04\00\00\00\0c\00\00\00\02\00\00\00\t\00\00\00\t") - (data (i32.const 2572) ",") - (data (i32.const 2584) "\04\00\00\00\10\00\00\00\02\00\00\00\05\00\00\00\t\00\00\00\02") - (data (i32.const 2620) "\1c") - (data (i32.const 2632) "\02\00\00\00\08\00\00\00F\00i\00r\00e") - (data (i32.const 2652) "\1c") - (data (i32.const 2664) "\02\00\00\00\06\00\00\00A\00i\00r") - (data (i32.const 2684) "\1c") - (data (i32.const 2696) "\02\00\00\00\n\00\00\00W\00a\00t\00e\00r") - (data (i32.const 2716) "\1c") - (data (i32.const 2728) "\08\00\00\00\0c\00\00\00P\n\00\00p\n\00\00\90\n") - (data (i32.const 2748) "\1c") - (data (i32.const 2760) "\02") - (data (i32.const 2780) "\1c") - (data (i32.const 2792) "\02\00\00\00\02\00\00\00,") - (data (i32.const 2812) ",") - (data (i32.const 2824) "\02\00\00\00\1c\00\00\00F\00i\00r\00e\00,\00A\00i\00r\00,\00W\00a\00t\00e\00r") - (data (i32.const 2860) ",") - (data (i32.const 2872) "\02\00\00\00\18\00\00\00F\00i\00r\00e\00A\00i\00r\00W\00a\00t\00e\00r") - (data (i32.const 2908) "\1c") - (data (i32.const 2920) "\02\00\00\00\02\00\00\00-") - (data (i32.const 2940) ",") - (data (i32.const 2952) "\02\00\00\00\1c\00\00\00F\00i\00r\00e\00-\00A\00i\00r\00-\00W\00a\00t\00e\00r") - (data (i32.const 2988) "\1c") - (data (i32.const 3000) "\02\00\00\00\06\00\00\00 \00+\00 ") - (data (i32.const 3020) "<") - (data (i32.const 3032) "\02\00\00\00$\00\00\00F\00i\00r\00e\00 \00+\00 \00A\00i\00r\00 \00+\00 \00W\00a\00t\00e\00r") - (data (i32.const 3084) "\1c") - (data (i32.const 3096) "\04\00\00\00\08") - (data (i32.const 3116) "\1c") - (data (i32.const 3128) "\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") - (data (i32.const 3148) ",") - (data (i32.const 3160) "\04\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 3196) "\1c") - (data (i32.const 3208) "\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") - (data (i32.const 3228) "\1c") - (data (i32.const 3240) "\0c\00\00\00\08\00\00\00\01") - (data (i32.const 3260) "\1c") - (data (i32.const 3272) "\r\00\00\00\08\00\00\00\02") - (data (i32.const 3292) "\1c") - (data (i32.const 3304) "\0e\00\00\00\08\00\00\00\03") - (data (i32.const 3324) "\1c") - (data (i32.const 3336) "\0f\00\00\00\08\00\00\00\04") - (data (i32.const 3356) "\1c") - (data (i32.const 3368) "\0f\00\00\00\08\00\00\00\05") - (data (i32.const 3388) "\1c") - (data (i32.const 3400) "\0e\00\00\00\08\00\00\00\06") - (data (i32.const 3420) "\1c") - (data (i32.const 3432) "\0e\00\00\00\08\00\00\00\07") - (data (i32.const 3452) "\1c") - (data (i32.const 3464) "\0e\00\00\00\08\00\00\00\08") - (data (i32.const 3484) "\1c") - (data (i32.const 3496) "\0e\00\00\00\08\00\00\00\t") - (data (i32.const 3516) "\1c") - (data (i32.const 3528) "\0e\00\00\00\08\00\00\00\n") - (data (i32.const 3548) "\1c") - (data (i32.const 3560) "\0e\00\00\00\08\00\00\00\0b") - (data (i32.const 3580) "\1c") - (data (i32.const 3592) "\0e\00\00\00\08\00\00\00\0c") - (data (i32.const 3612) "\1c") - (data (i32.const 3624) "\0e\00\00\00\08\00\00\00\r") - (data (i32.const 3644) ",") - (data (i32.const 3656) "\04\00\00\00\10\00\00\00\00\00\00\00\03\00\00\00\02\00\00\00\01") - (data (i32.const 3692) "\1c") - (data (i32.const 3704) "\10\00\00\00\08\00\00\00\0e") - (data (i32.const 3728) "\11\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00$\t\00\00 \00\00\00\04A\00\00\02\t\00\00\04A\00\00\02A\00\00$\1a\00\00$\19") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") + (data $1 (i32.const 1068) "<") + (data $1.1 (i32.const 1080) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $2 (i32.const 1132) "<") + (data $2.1 (i32.const 1144) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00s\00t\00a\00t\00i\00c\00a\00r\00r\00a\00y\00.\00t\00s") + (data $3 (i32.const 1196) "<") + (data $3.1 (i32.const 1208) "\02\00\00\00$\00\00\00s\00t\00d\00/\00s\00t\00a\00t\00i\00c\00a\00r\00r\00a\00y\00.\00t\00s") + (data $4 (i32.const 1260) "\1c") + (data $4.1 (i32.const 1272) "\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") + (data $5 (i32.const 1292) "\1c") + (data $5.1 (i32.const 1304) "\04\00\00\00\0c\00\00\00\05\00\00\00\06\00\00\00\07") + (data $6 (i32.const 1324) "<") + (data $6.1 (i32.const 1336) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $7 (i32.const 1388) "<") + (data $7.1 (i32.const 1400) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $10 (i32.const 1516) ",") + (data $10.1 (i32.const 1528) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $12 (i32.const 1596) "<") + (data $12.1 (i32.const 1608) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $13 (i32.const 1660) ",") + (data $13.1 (i32.const 1672) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $14 (i32.const 1708) ",") + (data $14.1 (i32.const 1720) "\01\00\00\00\18\00\00\00\00\00\00\00\01\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\05") + (data $15 (i32.const 1756) ",") + (data $15.1 (i32.const 1768) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $16 (i32.const 1804) "\1c") + (data $16.1 (i32.const 1816) "\01") + (data $17 (i32.const 1836) "\1c") + (data $17.1 (i32.const 1848) "\04\00\00\00\08\00\00\00\01\00\00\00\02") + (data $18 (i32.const 1868) "\1c") + (data $18.1 (i32.const 1880) "\04\00\00\00\04\00\00\00\01") + (data $19 (i32.const 1900) "\1c") + (data $19.1 (i32.const 1912) "\04") + (data $20 (i32.const 1932) "\1c") + (data $20.1 (i32.const 1944) "\02\00\00\00\06\00\00\00a\00n\00t") + (data $21 (i32.const 1964) "\1c") + (data $21.1 (i32.const 1976) "\02\00\00\00\n\00\00\00b\00i\00s\00o\00n") + (data $22 (i32.const 1996) "\1c") + (data $22.1 (i32.const 2008) "\02\00\00\00\n\00\00\00c\00a\00m\00e\00l") + (data $23 (i32.const 2028) "\1c") + (data $23.1 (i32.const 2040) "\02\00\00\00\08\00\00\00d\00u\00c\00k") + (data $24 (i32.const 2060) ",") + (data $24.1 (i32.const 2072) "\02\00\00\00\10\00\00\00e\00l\00e\00p\00h\00a\00n\00t") + (data $25 (i32.const 2108) ",") + (data $25.1 (i32.const 2120) "\08\00\00\00\14\00\00\00\a0\07\00\00\c0\07\00\00\e0\07\00\00\00\08\00\00 \08") + (data $26 (i32.const 2156) "|") + (data $26.1 (i32.const 2168) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") + (data $27 (i32.const 2284) ",") + (data $27.1 (i32.const 2296) "\08\00\00\00\14\00\00\00\a0\07\00\00\c0\07\00\00\e0\07\00\00\00\08\00\00 \08") + (data $28 (i32.const 2332) "\1c") + (data $28.1 (i32.const 2344) "\01") + (data $29 (i32.const 2364) "\1c") + (data $29.1 (i32.const 2376) "\02\00\00\00\06\00\00\00f\00o\00o") + (data $30 (i32.const 2396) "\1c") + (data $30.1 (i32.const 2408) "\01\00\00\00\04\00\00\00P\t") + (data $31 (i32.const 2428) ",") + (data $31.1 (i32.const 2440) "\08\00\00\00\14\00\00\00\a0\07\00\00\c0\07\00\00\e0\07\00\00\00\08\00\00 \08") + (data $32 (i32.const 2476) "\1c") + (data $32.1 (i32.const 2488) "\n\00\00\00\08") + (data $32.2 (i32.const 2502) "\f8\7f") + (data $33 (i32.const 2508) "\1c") + (data $33.1 (i32.const 2520) "\0b\00\00\00\04\00\00\00\00\00\c0\7f") + (data $34 (i32.const 2540) "\1c") + (data $34.1 (i32.const 2552) "\04\00\00\00\0c\00\00\00\02\00\00\00\t\00\00\00\t") + (data $35 (i32.const 2572) ",") + (data $35.1 (i32.const 2584) "\04\00\00\00\10\00\00\00\02\00\00\00\05\00\00\00\t\00\00\00\02") + (data $36 (i32.const 2620) "\1c") + (data $36.1 (i32.const 2632) "\02\00\00\00\08\00\00\00F\00i\00r\00e") + (data $37 (i32.const 2652) "\1c") + (data $37.1 (i32.const 2664) "\02\00\00\00\06\00\00\00A\00i\00r") + (data $38 (i32.const 2684) "\1c") + (data $38.1 (i32.const 2696) "\02\00\00\00\n\00\00\00W\00a\00t\00e\00r") + (data $39 (i32.const 2716) "\1c") + (data $39.1 (i32.const 2728) "\08\00\00\00\0c\00\00\00P\n\00\00p\n\00\00\90\n") + (data $40 (i32.const 2748) "\1c") + (data $40.1 (i32.const 2760) "\02") + (data $41 (i32.const 2780) "\1c") + (data $41.1 (i32.const 2792) "\02\00\00\00\02\00\00\00,") + (data $42 (i32.const 2812) ",") + (data $42.1 (i32.const 2824) "\02\00\00\00\1c\00\00\00F\00i\00r\00e\00,\00A\00i\00r\00,\00W\00a\00t\00e\00r") + (data $43 (i32.const 2860) ",") + (data $43.1 (i32.const 2872) "\02\00\00\00\18\00\00\00F\00i\00r\00e\00A\00i\00r\00W\00a\00t\00e\00r") + (data $44 (i32.const 2908) "\1c") + (data $44.1 (i32.const 2920) "\02\00\00\00\02\00\00\00-") + (data $45 (i32.const 2940) ",") + (data $45.1 (i32.const 2952) "\02\00\00\00\1c\00\00\00F\00i\00r\00e\00-\00A\00i\00r\00-\00W\00a\00t\00e\00r") + (data $46 (i32.const 2988) "\1c") + (data $46.1 (i32.const 3000) "\02\00\00\00\06\00\00\00 \00+\00 ") + (data $47 (i32.const 3020) "<") + (data $47.1 (i32.const 3032) "\02\00\00\00$\00\00\00F\00i\00r\00e\00 \00+\00 \00A\00i\00r\00 \00+\00 \00W\00a\00t\00e\00r") + (data $48 (i32.const 3084) "\1c") + (data $48.1 (i32.const 3096) "\04\00\00\00\08") + (data $49 (i32.const 3116) "\1c") + (data $49.1 (i32.const 3128) "\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") + (data $50 (i32.const 3148) ",") + (data $50.1 (i32.const 3160) "\04\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $51 (i32.const 3196) "\1c") + (data $51.1 (i32.const 3208) "\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") + (data $52 (i32.const 3228) "\1c") + (data $52.1 (i32.const 3240) "\0c\00\00\00\08\00\00\00\01") + (data $53 (i32.const 3260) "\1c") + (data $53.1 (i32.const 3272) "\r\00\00\00\08\00\00\00\02") + (data $54 (i32.const 3292) "\1c") + (data $54.1 (i32.const 3304) "\0e\00\00\00\08\00\00\00\03") + (data $55 (i32.const 3324) "\1c") + (data $55.1 (i32.const 3336) "\0f\00\00\00\08\00\00\00\04") + (data $56 (i32.const 3356) "\1c") + (data $56.1 (i32.const 3368) "\0f\00\00\00\08\00\00\00\05") + (data $57 (i32.const 3388) "\1c") + (data $57.1 (i32.const 3400) "\0e\00\00\00\08\00\00\00\06") + (data $58 (i32.const 3420) "\1c") + (data $58.1 (i32.const 3432) "\0e\00\00\00\08\00\00\00\07") + (data $59 (i32.const 3452) "\1c") + (data $59.1 (i32.const 3464) "\0e\00\00\00\08\00\00\00\08") + (data $60 (i32.const 3484) "\1c") + (data $60.1 (i32.const 3496) "\0e\00\00\00\08\00\00\00\t") + (data $61 (i32.const 3516) "\1c") + (data $61.1 (i32.const 3528) "\0e\00\00\00\08\00\00\00\n") + (data $62 (i32.const 3548) "\1c") + (data $62.1 (i32.const 3560) "\0e\00\00\00\08\00\00\00\0b") + (data $63 (i32.const 3580) "\1c") + (data $63.1 (i32.const 3592) "\0e\00\00\00\08\00\00\00\0c") + (data $64 (i32.const 3612) "\1c") + (data $64.1 (i32.const 3624) "\0e\00\00\00\08\00\00\00\r") + (data $65 (i32.const 3644) ",") + (data $65.1 (i32.const 3656) "\04\00\00\00\10\00\00\00\00\00\00\00\03\00\00\00\02\00\00\00\01") + (data $66 (i32.const 3692) "\1c") + (data $66.1 (i32.const 3704) "\10\00\00\00\08\00\00\00\0e") + (data $67 (i32.const 3728) "\11\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00$\t\00\00 \00\00\00\04A\00\00\02\t\00\00\04A\00\00\02A\00\00$\1a\00\00$\19") (table $0 15 15 funcref) (elem $0 (i32.const 1) $start:std/staticarray~anonymous|0 $start:std/staticarray~anonymous|1 $start:std/staticarray~anonymous|2 $start:std/staticarray~anonymous|3 $start:std/staticarray~anonymous|3 $start:std/staticarray~anonymous|5 $start:std/staticarray~anonymous|6 $start:std/staticarray~anonymous|7 $start:std/staticarray~anonymous|8 $start:std/staticarray~anonymous|5 $start:std/staticarray~anonymous|6 $start:std/staticarray~anonymous|5 $start:std/staticarray~anonymous|6 $~lib/util/sort/COMPARATOR~anonymous|0) (export "memory" (memory $0)) @@ -6367,7 +6367,7 @@ i32.const 0 br $__inlined_func$~lib/staticarray/StaticArray#includes end - loop $while-continue|07 + loop $while-continue|027 local.get $0 local.get $4 i32.lt_s @@ -6393,7 +6393,7 @@ i32.const 1 i32.add local.set $0 - br $while-continue|07 + br $while-continue|027 end end global.get $~lib/memory/__stack_pointer @@ -6905,7 +6905,7 @@ i32.lt_s select local.set $0 - loop $for-loop|011 + loop $for-loop|027 local.get $0 local.get $1 i32.gt_s @@ -6921,7 +6921,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|011 + br $for-loop|027 end end global.get $~lib/memory/__stack_pointer @@ -7013,7 +7013,7 @@ i32.const 1 i32.sub local.set $0 - loop $while-continue|017 + loop $while-continue|029 local.get $1 local.get $5 i32.lt_u @@ -7044,7 +7044,7 @@ i32.const 1 i32.add local.set $1 - br $while-continue|017 + br $while-continue|029 end end end @@ -7133,11 +7133,11 @@ i32.store $0 block $1of1 block $0of1 - block $outOfRange56 + block $outOfRange4 global.get $~argumentsLength i32.const 2 i32.sub - br_table $0of1 $1of1 $outOfRange56 + br_table $0of1 $1of1 $outOfRange4 end unreachable end @@ -7368,7 +7368,7 @@ local.set $4 i32.const 0 local.set $1 - loop $for-loop|026 + loop $for-loop|030 local.get $1 local.get $7 i32.lt_s @@ -7400,7 +7400,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|026 + br $for-loop|030 end end global.get $~lib/memory/__stack_pointer @@ -7489,7 +7489,7 @@ i32.const 2 i32.shr_u local.set $1 - loop $for-loop|030 + loop $for-loop|031 local.get $0 local.get $1 i32.lt_s @@ -7516,7 +7516,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|030 + br $for-loop|031 end end global.get $~lib/memory/__stack_pointer @@ -7626,7 +7626,7 @@ i32.const 2 i32.shr_u local.set $4 - loop $for-loop|034 + loop $for-loop|032 local.get $1 local.get $4 i32.lt_s @@ -7655,7 +7655,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|034 + br $for-loop|032 end end global.get $~lib/memory/__stack_pointer @@ -7706,7 +7706,7 @@ i32.const 1 i32.sub local.set $1 - loop $for-loop|038 + loop $for-loop|033 local.get $1 i32.const 0 i32.ge_s @@ -7735,7 +7735,7 @@ i32.const 1 i32.sub local.set $1 - br $for-loop|038 + br $for-loop|033 end end global.get $~lib/memory/__stack_pointer @@ -7942,11 +7942,11 @@ local.get $0 i32.const 0 i32.store $0 offset=8 - block $1of158 - block $0of159 - block $outOfRange60 + block $1of15 + block $0of16 + block $outOfRange7 global.get $~argumentsLength - br_table $0of159 $1of158 $outOfRange60 + br_table $0of16 $1of15 $outOfRange7 end unreachable end @@ -8068,12 +8068,12 @@ i32.const 0 i32.gt_s if - loop $while-continue|043 + loop $while-continue|02730 global.get $~lib/rt/itcms/state if call $~lib/rt/itcms/step drop - br $while-continue|043 + br $while-continue|02730 end end end diff --git a/tests/compiler/std/string-casemapping.debug.wat b/tests/compiler/std/string-casemapping.debug.wat index 2efe638941..66fdb1b674 100644 --- a/tests/compiler/std/string-casemapping.debug.wat +++ b/tests/compiler/std/string-casemapping.debug.wat @@ -40,185 +40,185 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 52824)) (global $~lib/memory/__heap_base i32 (i32.const 52824)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 208) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 300) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 352) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 444) "L\03\00\00\00\00\00\00\00\00\00\00\04\00\00\000\03\00\00\df\00S\00S\00\00\00I\01\bc\02N\00\00\00\f0\01J\00\0c\03\00\00\90\03\99\03\08\03\01\03\b0\03\a5\03\08\03\01\03\87\055\05R\05\00\00\96\1eH\001\03\00\00\97\1eT\00\08\03\00\00\98\1eW\00\n\03\00\00\99\1eY\00\n\03\00\00\9a\1eA\00\be\02\00\00P\1f\a5\03\13\03\00\00R\1f\a5\03\13\03\00\03T\1f\a5\03\13\03\01\03V\1f\a5\03\13\03B\03\80\1f\08\1f\99\03\00\00\81\1f\t\1f\99\03\00\00\82\1f\n\1f\99\03\00\00\83\1f\0b\1f\99\03\00\00\84\1f\0c\1f\99\03\00\00\85\1f\r\1f\99\03\00\00\86\1f\0e\1f\99\03\00\00\87\1f\0f\1f\99\03\00\00\88\1f\08\1f\99\03\00\00\89\1f\t\1f\99\03\00\00\8a\1f\n\1f\99\03\00\00\8b\1f\0b\1f\99\03\00\00\8c\1f\0c\1f\99\03\00\00\8d\1f\r\1f\99\03\00\00\8e\1f\0e\1f\99\03\00\00\8f\1f\0f\1f\99\03\00\00\90\1f(\1f\99\03\00\00\91\1f)\1f\99\03\00\00\92\1f*\1f\99\03\00\00\93\1f+\1f\99\03\00\00\94\1f,\1f\99\03\00\00\95\1f-\1f\99\03\00\00\96\1f.\1f\99\03\00\00\97\1f/\1f\99\03\00\00\98\1f(\1f\99\03\00\00\99\1f)\1f\99\03\00\00\9a\1f*\1f\99\03\00\00\9b\1f+\1f\99\03\00\00\9c\1f,\1f\99\03\00\00\9d\1f-\1f\99\03\00\00\9e\1f.\1f\99\03\00\00\9f\1f/\1f\99\03\00\00\a0\1fh\1f\99\03\00\00\a1\1fi\1f\99\03\00\00\a2\1fj\1f\99\03\00\00\a3\1fk\1f\99\03\00\00\a4\1fl\1f\99\03\00\00\a5\1fm\1f\99\03\00\00\a6\1fn\1f\99\03\00\00\a7\1fo\1f\99\03\00\00\a8\1fh\1f\99\03\00\00\a9\1fi\1f\99\03\00\00\aa\1fj\1f\99\03\00\00\ab\1fk\1f\99\03\00\00\ac\1fl\1f\99\03\00\00\ad\1fm\1f\99\03\00\00\ae\1fn\1f\99\03\00\00\af\1fo\1f\99\03\00\00\b2\1f\ba\1f\99\03\00\00\b3\1f\91\03\99\03\00\00\b4\1f\86\03\99\03\00\00\b6\1f\91\03B\03\00\00\b7\1f\91\03B\03\99\03\bc\1f\91\03\99\03\00\00\c2\1f\ca\1f\99\03\00\00\c3\1f\97\03\99\03\00\00\c4\1f\89\03\99\03\00\00\c6\1f\97\03B\03\00\00\c7\1f\97\03B\03\99\03\cc\1f\97\03\99\03\00\00\d2\1f\99\03\08\03\00\03\d3\1f\99\03\08\03\01\03\d6\1f\99\03B\03\00\00\d7\1f\99\03\08\03B\03\e2\1f\a5\03\08\03\00\03\e3\1f\a5\03\08\03\01\03\e4\1f\a1\03\13\03\00\00\e6\1f\a5\03B\03\00\00\e7\1f\a5\03\08\03B\03\f2\1f\fa\1f\99\03\00\00\f3\1f\a9\03\99\03\00\00\f4\1f\8f\03\99\03\00\00\f6\1f\a9\03B\03\00\00\f7\1f\a9\03B\03\99\03\fc\1f\a9\03\99\03\00\00\00\fbF\00F\00\00\00\01\fbF\00I\00\00\00\02\fbF\00L\00\00\00\03\fbF\00F\00I\00\04\fbF\00F\00L\00\05\fbS\00T\00\00\00\06\fbS\00T\00\00\00\13\fbD\05F\05\00\00\14\fbD\055\05\00\00\15\fbD\05;\05\00\00\16\fbN\05F\05\00\00\17\fbD\05=\05\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1292) "\00\01\02\03\04\05\06\07\08\t\n\0b\0c\r\0e\0f\10\11\12\13\14\15\16\17\18\19\1a\1b\1c\1d\1e\1f !\"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~\7f") - (data (i32.const 1420) "\07\08\t\n\0b\0c\06\06\06\06\06\06\06\06\06\06\r\06\06\0e\06\06\06\06\06\06\06\06\0f\10\11\12\06\13\06\06\06\06\06\06\06\06\06\06\14\15\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\16\17\06\06\06\18\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\19\06\06\06\06\1a\06\06\06\06\06\06\06\1b\06\06\06\06\06\06\06\06\06\06\06\1c\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\1d\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\1e\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00$++++++++\01\00TVVVVVVVV\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\18\00\00\00+++++++\07++[VVVVVVVJVV\051P1P1P1P1P1P1P1P$Py1P1P18P1P1P1P1P1P1P1PN1\02N\r\rN\03N\00$n\00N1&nQN$PN9\14\81\1b\1d\1dS1P1P\r1P1P1P\1bS$P1\02\\{\\{\\{\\{\\{\14y\\{\\{\\-+I\03H\03x\\{\14\00\96\n\01+(\06\06\00*\06**+\07\bb\b5+\1e\00+\07+++\01++++++++++++++++++++++++++++++++\01+++++++++++++++++++++++*+++++++++++++\cdF\cd+\00%+\07\01\06\01UVVVVVUVV\02$\81\81\81\81\81\15\81\81\81\00\00+\00\b2\d1\b2\d1\b2\d1\b2\d1\00\00\cd\cc\01\00\d7\d7\d7\d7\d7\83\81\81\81\81\81\81\81\81\81\81\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\1c\00\00\00\00\001P1P1P1P1P1\02\00\001P1P1P1P1P1P1P1P1PN1P1PN1P1P1P1P1P1P1P1\02\87\a6\87\a6\87\a6\87\a6\87\a6\87\a6\87\a6\87\a6*++++++++++++\00\00\00TVVVVVVVVVVVV\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00TVVVVVVVVVVVV\0c\00\0c*+++++++++++++\07*\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00*++++++++++++++++++++++++++VVl\81\15\00++++++++++++++++++++++++++++++++++++++++++\07l\03A++VVVVVVVVVVVVVV,V+++++++++++++++++++++\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\0cl\00\00\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%Vz\9e&\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06\01++OVV,+\7fVV9++UVV++OVV,+\7fVV\817u[{\\++OVV\02\ac\04\00\009++UVV++OVV,++VV2\13\81W\00o\81~\c9\d7~-\81\81\0e~9\7foW\00\81\81~\15\00~\03++++++++++++\07+$+\97+++++++++*+++++VVVVV\80\81\81\81\819\bb*++++++++++++++++++++++++++++++++++++++++\01\81\81\81\81\81\81\81\81\81\81\81\81\81\81\81\c9\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\d0\r\00N1\02\b4\c1\c1\d7\d7$P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P\d7\d7S\c1G\d4\d7\d7\d7\05++++++++++++\07\01\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00N1P1P1P1P1P1P1P\r\00\00\00\00\00$P1P1P1P1P\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00+++++++++++y\\{\\{O{\\{\\{\\{\\{\\{\\{\\{\\{\\{\\-++y\14\\{\\-y*\\\'\\{\\{\\{\a4\00\n\b4\\{\\{O\03x8+++++++++++++O-++\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00H\00\00\00\00\00\00\00\00\00*++++++++++++++++++++++++++\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00++++++++\07\00HVVVVVVVV\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00+++++++++++++UVVVVVVVVVVVV\0e\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00$+++++++++++\07\00VVVVVVVVVVVV\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00$++++++++++++++++\07\00\00\00\00VVVVVVVVVVVVVVVVV\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00*++++++++++VVVVVVVVVV\0e\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00*++++++++++VVVVVVVVVV\0e\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00+++++++++++UVVVVVVVVVV\0e\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4088) "\00\08\00\00V\01\00\009\00\00\00") - (data (i32.const 4100) "\00\00\00\00\01 \00\00\00\e0\ff\ff\00\bf\1d\00\00\e7\02\00\00y\00\00\02$\00\00\01\01\00\00\00\ff\ff\ff\00\00\00\00\01\02\00\00\00\fe\ff\ff\019\ff\ff\00\18\ff\ff\01\87\ff\ff\00\d4\fe\ff\00\c3\00\00\01\d2\00\00\01\ce\00\00\01\cd\00\00\01O\00\00\01\ca\00\00\01\cb\00\00\01\cf\00\00\00a\00\00\01\d3\00\00\01\d1\00\00\00\a3\00\00\01\d5\00\00\00\82\00\00\01\d6\00\00\01\da\00\00\01\d9\00\00\01\db\00\00\008\00\00\03\00\00\00\00\b1\ff\ff\01\9f\ff\ff\01\c8\ff\ff\02($\00\00\00\00\00\01\01\00\00\00\ff\ff\ff\003\ff\ff\00&\ff\ff\01~\ff\ff\01+*\00\01]\ff\ff\01(*\00\00?*\00\01=\ff\ff\01E\00\00\01G\00\00\00\1f*\00\00\1c*\00\00\1e*\00\00.\ff\ff\002\ff\ff\006\ff\ff\005\ff\ff\00O\a5\00\00K\a5\00\001\ff\ff\00(\a5\00\00D\a5\00\00/\ff\ff\00-\ff\ff\00\f7)\00\00A\a5\00\00\fd)\00\00+\ff\ff\00*\ff\ff\00\e7)\00\00C\a5\00\00*\a5\00\00\bb\ff\ff\00\'\ff\ff\00\b9\ff\ff\00%\ff\ff\00\15\a5\00\00\12\a5\00\02$L\00\00\00\00\00\01 \00\00\00\e0\ff\ff\01\01\00\00\00\ff\ff\ff\00T\00\00\01t\00\00\01&\00\00\01%\00\00\01@\00\00\01?\00\00\00\da\ff\ff\00\db\ff\ff\00\e1\ff\ff\00\c0\ff\ff\00\c1\ff\ff\01\08\00\00\00\c2\ff\ff\00\c7\ff\ff\00\d1\ff\ff\00\ca\ff\ff\00\f8\ff\ff\00\aa\ff\ff\00\b0\ff\ff\00\07\00\00\00\8c\ff\ff\01\c4\ff\ff\00\a0\ff\ff\01\f9\ff\ff\02\1ap\00\01\01\00\00\00\ff\ff\ff\01 \00\00\00\e0\ff\ff\01P\00\00\01\0f\00\00\00\f1\ff\ff\00\00\00\00\010\00\00\00\d0\ff\ff\01\01\00\00\00\ff\ff\ff\00\00\00\00\00\c0\0b\00\01`\1c\00\00\00\00\00\01\d0\97\00\01\08\00\00\00\f8\ff\ff\02\05\8a\00\00\00\00\00\01@\f4\ff\00\9e\e7\ff\00\c2\89\00\00\db\e7\ff\00\92\e7\ff\00\93\e7\ff\00\9c\e7\ff\00\9d\e7\ff\00\a4\e7\ff\00\00\00\00\008\8a\00\00\04\8a\00\00\e6\0e\00\01\01\00\00\00\ff\ff\ff\00\00\00\00\00\c5\ff\ff\01A\e2\ff\02\1d\8f\00\00\08\00\00\01\f8\ff\ff\00\00\00\00\00V\00\00\01\aa\ff\ff\00J\00\00\00d\00\00\00\80\00\00\00p\00\00\00~\00\00\00\t\00\00\01\b6\ff\ff\01\f7\ff\ff\00\db\e3\ff\01\9c\ff\ff\01\90\ff\ff\01\80\ff\ff\01\82\ff\ff\02\05\ac\00\00\00\00\00\01\10\00\00\00\f0\ff\ff\01\1c\00\00\01\01\00\00\01\a3\e2\ff\01A\df\ff\01\ba\df\ff\00\e4\ff\ff\02\0b\b1\00\01\01\00\00\00\ff\ff\ff\010\00\00\00\d0\ff\ff\00\00\00\00\01\t\d6\ff\01\1a\f1\ff\01\19\d6\ff\00\d5\d5\ff\00\d8\d5\ff\01\e4\d5\ff\01\03\d6\ff\01\e1\d5\ff\01\e2\d5\ff\01\c1\d5\ff\00\00\00\00\00\a0\e3\ff\00\00\00\00\01\01\00\00\00\ff\ff\ff\02\0c\bc\00\00\00\00\00\01\01\00\00\00\ff\ff\ff\01\bcZ\ff\01\a0\03\00\01\fcu\ff\01\d8Z\ff\000\00\00\01\b1Z\ff\01\b5Z\ff\01\bfZ\ff\01\eeZ\ff\01\d6Z\ff\01\ebZ\ff\01\d0\ff\ff\01\bdZ\ff\01\c8u\ff\00\00\00\00\000h\ff\00`\fc\ff\00\00\00\00\01 \00\00\00\e0\ff\ff\00\00\00\00\01(\00\00\00\d8\ff\ff\00\00\00\00\01@\00\00\00\c0\ff\ff\00\00\00\00\01 \00\00\00\e0\ff\ff\00\00\00\00\01 \00\00\00\e0\ff\ff\00\00\00\00\01\"\00\00\00\de\ff\ff") - (data (i32.const 5060) "\00\06\'Qow\00\00\00\00\00\00\00\00\00\00|\00\00\7f\00\00\00\00\00\00\00\00\83\8e\92\97\00\aa\00\00\00\00\00\00\00\00\00\00\b4\c4\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\c6\c9\00\00\00\db\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\de\00\00\00\00\e1\00\00\00\00\00\00\00\e4\00\00\00\00\00\00\00\00\00\00\00\e7\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ea\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ed\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5572) "0\0c1\rx\0e\7f\0f\80\10\81\11\86\12\89\13\8a\13\8e\14\8f\15\90\16\93\13\94\17\95\18\96\19\97\1a\9a\1b\9c\19\9d\1c\9e\1d\9f\1e\a6\1f\a9\1f\ae\1f\b1 \b2 \b7!\bf\"\c5#\c8#\cb#\dd$\f2#\f6%\f7& -:.=/>0?1@1C2D3E4P5Q6R7S8T9Y:[;\\e?f@hAiBj@kClDoBqErFuG}H\82I\87J\89K\8aL\8bL\8cM\92N\9dO\9ePEW{\1d|\1d}\1d\7fX\86Y\88Z\89Z\8aZ\8c[\8e\\\8f\\\ac]\ad^\ae^\af^\c2_\cc`\cda\cea\cfb\d0c\d1d\d5e\d6f\d7g\f0h\f1i\f2j\f3k\f4l\f5m\f9n\fd-\fe-\ff-PiQiRiSiTiUiViWiXiYiZi[i\\i]i^i_i\82\00\83\00\84\00\85\00\86\00\87\00\88\00\89\00\c0u\cfv\80\89\81\8a\82\8b\85\8c\86\8dp\9dq\9dv\9ew\9ex\9fy\9fz\a0{\a0|\a1}\a1\b3\a2\ba\a3\bb\a3\bc\a4\be\a5\c3\a2\cc\a4\da\a6\db\a6\e5j\ea\a7\eb\a7\ecn\f3\a2\f8\a8\f9\a8\fa\a9\fb\a9\fc\a4&\b0*\b1+\b2N\b3\84\08b\bac\bbd\bce\bdf\bem\bfn\c0o\c1p\c2~\c3\7f\c3}\cf\8d\d0\94\d1\ab\d2\ac\d3\ad\d4\b0\d5\b1\d6\b2\d7\c4\d8\c5\d9\c6\da") - (data (i32.const 5980) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\002\00\00\00s\00t\00d\00/\00s\00t\00r\00i\00n\00g\00-\00c\00a\00s\00e\00m\00a\00p\00p\00i\00n\00g\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6060) "\00\01\02\03\04\05\06\07\08\t\n\0b\0c\r\0e\0f\10\11\12\13\14\15\16\17\18\19\1a\1b\1c\1d\1e\1f !\"#$%&\'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\7f") - (data (i32.const 6188) "\12\10\13\14\15\16\17\18\19\1a\1b\1c\1d\1e\1f !\10\10\"\10\10\10#$%&\'()\10*+\10\10\10\10\10\10\10\10\10\10\10,-.\10/\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\100\10\10\101\10234567\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\108\10\109:\10;<=\10\10\10\10\10\10>\10\10?@ABCDEFGHIJKL\10MNO\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10P\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10QR\10\10\10S\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10T\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10UV\10\10\10\10\10\10\10W\10\10\10\10\10XYZ\10\10\10\10\10[\\\10\10\10\10\10\10\10\10\10]\10\10\10\10\10\10\10\10\10\10\10\10\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\80@\00\04\00\00\00@\01\00\00\00\00\00\00\00\00\a1\90\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff0\04\b0\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f8\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\82\00\00\00\00\00\00\fe\ff\ff\ff\ff\bf\b6\00\00\00\00\00\10\00?\00\ff\17\00\00\00\00\01\f8\ff\ff\00\00\01\00\00\00\00\00\00\00\00\00\00\00\c0\bf\ff=\00\00\00\80\02\00\00\00\ff\ff\ff\07\00\00\00\00\00\00\00\00\00\00\c0\ff\01\00\00\00\00\00\00\f8?$\00\00\c0\ff\ff?\00\00\00\00\00\0e\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f8\ff\ff\ff\ff\ff\07\00\00\00\00\00\00\14\fe!\fe\00\0c\00\02\00\02\00\00\00\00\00\00\10\1e \00\00\0c\00\00@\06\00\00\00\00\00\00\10\869\02\00\00\00#\00\06\00\00\00\00\00\00\10\be!\00\00\0c\00\00\fc\02\00\00\00\00\00\00\90\1e `\00\0c\00\00\00\04\00\00\00\00\00\00\00\01 \00\00\00\00\00\00\11\00\00\00\00\00\00\c0\c1=`\00\0c\00\00\00\02\00\00\00\00\00\00\90@0\00\00\0c\00\00\00\03\00\00\00\00\00\00\18\1e \00\00\0c\00\00\00\02\00\00\00\00\00\00\00\00\04\\\00\00\00\00\00\00\00\00\00\00\00\f2\07\c0\7f\00\00\00\00\00\00\00\00\00\00\00\00\f2\1f@?\00\00\00\00\00\00\00\00\00\03\00\00\a0\02\00\00\00\00\00\00\fe\7f\df\e0\ff\fe\ff\ff\ff\1f@\00\00\00\00\00\00\00\00\00\00\00\00\e0\fdf\00\00\00\c3\01\00\1e\00d \00 \00\00\00\00\00\00\00\00\00\00\00\10\00\00\00\00\00\00\00\00\00\00\00\e0\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\1c\00\00\00\1c\00\00\00\0c\00\00\00\0c\00\00\00\00\00\00\00\b0?@\fe\8f \00\00\00\00\00x\00\00\00\00\00\00\08\00\00\00\00\00\00\00`\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\87\01\04\0e\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\80\t\00\00\00\00\00\00@\7f\e5\1f\f8\9f\00\00\00\00\80\00\ff\ff\01\00\00\00\00\00\00\00\0f\00\00\00\00\00\d0\17\04\00\00\00\00\f8\0f\00\03\00\00\00<;\00\00\00\00\00\00@\a3\03\00\00\00\00\00\00\f0\cf\00\00\00\00\00\00\00\00?\00\00\00\00\00\00\00\00\00\00\f7\ff\fd!\10\03\00\00\00\00\00\f0\ff\ff\ff\ff\ff\ff\ff\07\00\01\00\00\00\f8\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\fb\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\a0\03\e0\00\e0\00\e0\00`\00\f8\00\03\90|\00\00\00\00\00\00\df\ff\02\80\00\00\ff\1f\00\00\00\00\00\00\ff\ff\ff\ff\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\000\00\00\00\00\00\00\00\00\00\00\00\00\00\80\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\80\00\80\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\00\00\00\00\00\80\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00<>\08\00\00\00\00\00\00\00\00\00\00\00~\00\00\00\00\00\00\00\00\00\00\00p\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00?\00\10\00\00\00\00\00\00\00\00\00\00\00\80\f7\bf\00\00\00\f0\00\00\00\00\00\00\00\00\00\00\03\00\ff\ff\ff\ff\03\00\00\00\00\00\00\00\00\00\01\00\00\07\00\00\00\00\00\00\00\00\00\00\00\00\00\03D\08\00\00`\10\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\000\00\00\00\ff\ff\03\80\00\00\00\00\c0?\00\00\80\ff\03\00\00\00\00\00\07\00\00\00\00\00\c83\00\80\00\00`\00\00\00\00\00\00\00\00~f\00\08\10\00\00\00\00\01\10\00\00\00\00\00\00\9d\c1\02\00\00 \000X\00\00\00\00\00\00\00\00\00\00\00\00\f8\00\0e\00\00\00\00\00\00\00\00\00\00\00\00\00\00 !\00\00\00\00\00@\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\fc\ff\03\00\00\00\00\00\00\00\ff\ff\08\00\ff\ff\00\00\00\00$\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\80\80@\00\04\00\00\00@\01\00\00\00\00\00\01\00\00\00\00\c0\00\00\00\00\00\00\00\00\08\00\00\0e\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\c0\07\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00n\f0\00\00\00\00\00\87\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00`\00\00\00\00\00\00\00\f0\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\18\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\c0\ff\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\ff\7f\00\00\00\00\00\00\80\03\00\00\00\00\00x&\00 \00\00\00\00\00\00\07\00\00\00\80\ef\1f\00\00\00\00\00\00\00\08\00\03\00\00\00\00\00\c0\7f\00\9e\00\00\00\00\00\00\00\00\00\00\00\80\d3@\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\80\f8\07\00\00\03\00\00\00\00\00\00\18\01\00\00\00\c0\1f\1f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\\\00\00@\00\00\00\00\00\00\00\00\00\00\f8\85\r\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00<\b0\01\00\000\00\00\00\00\00\00\00\00\00\00\f8\a7\01\00\00\00\00\00\00\00\00\00\00\00\00(\bf\00\00\00\00\00\00\00\00\00\00\00\00\e0\bc\0f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\80\ff\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00X\08\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f0\0c\01\00\00\00\fe\07\00\00\00\00\f8y\80\00~\0e\00\00\00\00\00\fc\7f\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\7f\bf\00\00\00\00\00\00\00\00\00\00\fc\ff\ff\fcm\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00~\b4\bf\00\00\00\00\00\00\00\00\00\a3\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\18\00\00\00\00\00\00\00\ff\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\1f\00\00\00\00\00\00\00\7f\00\0f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\80\00\00\00\00\00\00\00\80\ff\ff\00\00\00\00\00\00\00\00\1b\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00`\0f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\80\03\f8\ff\e7\0f\00\00\00<\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\1c\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\7f\f8\ff\ff\ff\ff\ff\1f \00\10\00\00\f8\fe\ff\00\00\00\00\00\00\00\00\00\00\7f\ff\ff\f9\db\07\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff?\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f0\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\7f\00\00\00\00\00\00\00\00\00\00\00\00\00\f0\0f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f8") - (data (i32.const 9196) "\12\13\14\15\16\17\10\10\10\10\10\10\10\10\10\10\18\10\10\19\10\10\10\10\10\10\10\10\1a\1b\11\1c\1d\1e\10\10\1f\10\10\10\10\10\10\10 !\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\"#\10\10\10$\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10%\10\10\10&\10\10\10\10\'\10\10\10\10\10\10\10(\10\10\10\10\10\10\10\10\10\10\10)\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10*\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10+,-.\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10/\10\10\10\10\10\10\100\10\10\10\10\10\10\10\10\10\10\10\10\10\10\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\fe\ff\ff\07\fe\ff\ff\07\00\00\00\00\00\04 \04\ff\ff\7f\ff\ff\ff\7f\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\f7\f0\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ef\ff\ff\ff\ff\01\03\00\00\00\1f\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\cf\bc@\d7\ff\ff\fb\ff\ff\ff\ff\ff\ff\ff\ff\ff\bf\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\03\fc\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\fe\ff\ff\ff\7f\00\ff\ff\ff\ff\ff\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\bf \ff\ff\ff\ff\ff\e7\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff??\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\01\ff\ff\ff\ff\ff\e7\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\ff\ff??\ff\ff\ff\ff??\ff\aa\ff\ff\ff?\ff\ff\ff\ff\ff\ff\df_\dc\1f\cf\0f\ff\1f\dc\1f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\02\80\00\00\ff\1f\00\00\00\00\00\00\00\00\00\00\00\00\84\fc/>P\bd\1f\f2\e0C\00\00\ff\ff\ff\ff\18\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\c0\ff\ff\ff\ff\ff\ff\03\00\00\ff\ff\ff\ff\ff\7f\ff\ff\ff\ff\ff\7f\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\1fx\0c\00\ff\ff\ff\ff\bf \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff?\00\00\ff\ff\ff?\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\fc\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ffx\ff\ff\ff\ff\ff\ff\fc\07\00\00\00\00`\07\00\00\00\00\00\00\ff\ff\ff\ff\ff\f7\ff\01\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\7f\00\f8\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\fe\ff\ff\07\fe\ff\ff\07\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\0f\ff\ff\ff\ff\0f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\07\00\ff\ff\ff\ff\ff\ff\07\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\df\ff\ff\ff\ff\ff\ff\ff\ff\dfd\de\ff\eb\ef\ff\ff\ff\ff\ff\ff\ff\bf\e7\df\df\ff\ff\ff{_\fc\fd\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff?\ff\ff\ff\fd\ff\ff\f7\ff\ff\ff\f7\ff\ff\df\ff\ff\ff\df\ff\ff\7f\ff\ff\ff\7f\ff\ff\ff\fd\ff\ff\ff\fd\ff\ff\f7\0f\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\0f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\03\ff\ff\ff\03\ff\ff\ff\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10764) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\000\009\00_\00A\00Z\00 \00a\00z\00.\00!\00\n\00\00\00\00\00\00\00") - (data (i32.const 10812) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\000\009\00_\00A\00Z\00 \00A\00Z\00.\00!\00\n\00\00\00\00\00\00\00") - (data (i32.const 10860) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\000\009\00_\00A\00Z\00 \00a\00z\00.\00!\00\t\00\00\00\00\00\00\00") - (data (i32.const 10908) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\000\009\00_\00a\00z\00 \00a\00z\00.\00!\00\t\00\00\00\00\00\00\00") - (data (i32.const 10956) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00J\00\00\00D\00e\00r\00 \00W\00e\00c\00h\00s\00e\00l\00 \00a\00l\00l\00e\00i\00n\00 \00i\00s\00t\00 \00d\00a\00s\00 \00B\00e\00s\00t\00\e4\00n\00d\00i\00g\00e\00\00\00") - (data (i32.const 11052) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00J\00\00\00D\00E\00R\00 \00W\00E\00C\00H\00S\00E\00L\00 \00A\00L\00L\00E\00I\00N\00 \00I\00S\00T\00 \00D\00A\00S\00 \00B\00E\00S\00T\00\c4\00N\00D\00I\00G\00E\00\00\00") - (data (i32.const 11148) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00J\00\00\00d\00e\00r\00 \00w\00e\00c\00h\00s\00e\00l\00 \00a\00l\00l\00e\00i\00n\00 \00i\00s\00t\00 \00d\00a\00s\00 \00b\00e\00s\00t\00\e4\00n\00d\00i\00g\00e\00\00\00") - (data (i32.const 11244) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00@\00 \00\14 \00\14\04@\04C\043\04 \00G\045\04;\04>\042\045\04:\040\04!\00\00\00\00\00\00\00\00\00") - (data (i32.const 11308) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00@\00 \00\14 \00\14\04 \04#\04\13\04 \00\'\04\15\04\1b\04\1e\04\12\04\15\04\1a\04\10\04!\00\00\00\00\00\00\00\00\00") - (data (i32.const 11372) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00@\00 \00\14 \004\04@\04C\043\04 \00G\045\04;\04>\042\045\04:\040\04!\00\00\00\00\00\00\00\00\00") - (data (i32.const 11436) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00D\00\00\00.\" \00E\00\c5\"d\00a\00 \00=\00 \00Q\00,\00 \00n\00 \00\92! \00\1e\",\00 \00\11\" \00f\00(\00i\00)\00 \00=\00 \00\0f\" \00g\00(\00i\00)\00\00\00\00\00\00\00\00\00") - (data (i32.const 11532) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00D\00\00\00.\" \00E\00\c5\"D\00A\00 \00=\00 \00Q\00,\00 \00N\00 \00\92! \00\1e\",\00 \00\11\" \00F\00(\00I\00)\00 \00=\00 \00\0f\" \00G\00(\00I\00)\00\00\00\00\00\00\00\00\00") - (data (i32.const 11628) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00D\00\00\00.\" \00e\00\c5\"d\00a\00 \00=\00 \00q\00,\00 \00n\00 \00\92! \00\1e\",\00 \00\11\" \00f\00(\00i\00)\00 \00=\00 \00\0f\" \00g\00(\00i\00)\00\00\00\00\00\00\00\00\00") - (data (i32.const 11724) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\00\f0\00i\00 \001\01n\00t\00Y\02\c8\02n\00\e6\00\83\02Y\02n\00Y\02l\00 \00f\00Y\02\c8\02n\00[\02t\001\01k\00 \00Y\02s\00o\00\8a\02s\00i\00\c8\02e\001\01\83\02n\00\00\00\00\00") - (data (i32.const 11820) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\00\d0\00I\00 \00I\00N\00T\00\8f\01\c8\02N\00\c6\00\a9\01\8f\01N\00\8f\01L\00 \00F\00\8f\01\c8\02N\00\90\01T\00I\00K\00 \00\8f\01S\00O\00\b1\01S\00I\00\c8\02E\00I\00\a9\01N\00\00\00\00\00") - (data (i32.const 11916) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\00\f0\00i\00 \00i\00n\00t\00Y\02\c8\02n\00\e6\00\83\02Y\02n\00Y\02l\00 \00f\00Y\02\c8\02n\00[\02t\00i\00k\00 \00Y\02s\00o\00\8a\02s\00i\00\c8\02e\00i\00\83\02n\00\00\00\00\00") - (data (i32.const 12012) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\00\a3\03r\1f \00\b3\03\bd\03\c9\03\c1\03\af\03\b6\03\c9\03 \00\00\1f\c0\03x\1f \00\c4\03t\1f\bd\03 \00\ba\03\cc\03\c8\03\b7\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12092) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\00\a3\03\c8\1f \00\93\03\9d\03\a9\03\a1\03\8a\03\96\03\a9\03 \00\08\1f\a0\03\f8\1f \00\a4\03\ca\1f\9d\03 \00\9a\03\8c\03\a8\03\97\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12172) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\00\c4\03\bf\03\e6\1f \00\c3\03\c0\03\b1\03\b8\03\b9\03\bf\03\e6\1f \00\c4\03t\1f\bd\03 \00\c4\03\c1\03\bf\03\bc\03\b5\03\c1\03\ae\03,\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12252) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\004\00\00\00\a4\03\9f\03\a5\03B\03 \00\a3\03\a0\03\91\03\98\03\99\03\9f\03\a5\03B\03 \00\a4\03\ca\1f\9d\03 \00\a4\03\a1\03\9f\03\9c\03\95\03\a1\03\89\03,\00\00\00\00\00\00\00\00\00") - (data (i32.const 12332) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00,\00\00\00\c3\03r\1f \00\b3\03\bd\03\c9\03\c1\03\af\03\b6\03\c9\03 \00\00\1f\c0\03x\1f \00\c4\03t\1f\bd\03 \00D\1f\c8\03\b7\03") - (data (i32.const 12396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00,\00\00\00\a3\03\c8\1f \00\93\03\9d\03\a9\03\a1\03\8a\03\96\03\a9\03 \00\08\1f\a0\03\f8\1f \00\a4\03\ca\1f\9d\03 \00L\1f\a8\03\97\03") - (data (i32.const 12460) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\002\00\00\00\c0\03\bf\03z\1f \00\bc\03r\1f \00\b2\03\af\03\b1\03 \00\bc\03\b5\03\c4\03\c1\03\ac\03\b5\03\b9\03 \00\c4\03t\1f \00\b3\03\c6\1f.\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12540) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\004\00\00\00\a0\03\9f\03\ea\1f \00\9c\03\c8\1f \00\92\03\8a\03\91\03 \00\9c\03\95\03\a4\03\a1\03\86\03\95\03\99\03 \00\a4\03\ca\1f \00\93\03\97\03B\03.\00\00\00\00\00\00\00\00\00") - (data (i32.const 12620) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\00\91\03\c0\03\bf\1f \00\c4\03p\1f \00\ba\03\cc\03\ba\03\ba\03\b1\03\bb\03\b1\03 \00\b2\03\b3\03\b1\03\bb\03\bc\03\ad\03\bd\03\b7\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12700) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\00\91\03\a0\03\bf\1f \00\a4\03\ba\1f \00\9a\03\8c\03\9a\03\9a\03\91\03\9b\03\91\03 \00\92\03\93\03\91\03\9b\03\9c\03\88\03\9d\03\97\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12780) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00\c4\03\f6\1f\bd\03 \00\fe\1f\95\03\bb\03\bb\03\ae\03\bd\03\c9\03\bd\03 \00\c4\03p\1f \001\1f\b5\03\c1\03\ac\03\00\00\00\00") - (data (i32.const 12844) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\00\a4\03\a9\03B\03\9d\03 \00\fe\1f\95\03\9b\03\9b\03\89\03\9d\03\a9\03\9d\03 \00\a4\03\ba\1f \009\1f\95\03\a1\03\86\03\00\00") - (data (i32.const 12908) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\002\00\00\00\ba\03\b1\03v\1f \00\c3\03p\1f\bd\03 \00\c0\03\c1\03\f6\1f\c4\03\b1\03 \00\00\1f\bd\03\b4\03\c1\03\b5\03\b9\03\c9\03\bc\03\ad\03\bd\03\b7\03\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12988) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\004\00\00\00\9a\03\91\03\da\1f \00\a3\03\ba\1f\9d\03 \00\a0\03\a1\03\a9\03B\03\a4\03\91\03 \00\08\1f\9d\03\94\03\a1\03\95\03\99\03\a9\03\9c\03\88\03\9d\03\97\03\00\00\00\00\00\00\00\00") - (data (i32.const 13068) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00\c7\03\b1\03\d6\1f\c1\03\b5\03,\00 \00f\1f \00\c7\03\b1\03\d6\1f\c1\03\b5\03,\00 \00\bf\1f\95\03\bb\03\b5\03\c5\03\b8\03\b5\03\c1\03\b9\03\ac\03!\00\00\00\00\00\00\00") - (data (i32.const 13148) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00:\00\00\00\a7\03\91\03\99\03B\03\a1\03\95\03,\00 \00n\1f \00\a7\03\91\03\99\03B\03\a1\03\95\03,\00 \00\bf\1f\95\03\9b\03\95\03\a5\03\98\03\95\03\a1\03\99\03\86\03!\00\00\00") - (data (i32.const 13228) "\9c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\80\00\00\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00 \00/\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13388) "\9c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\80\00\00\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00 \00/\000\001\002\003\004\005\006\007\008\009\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13548) "\9c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\80\00\00\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00 \00/\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13708) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\df\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13740) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00S\00S\00\00\00\00\00\00\00\00\00") - (data (i32.const 13772) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\000\01\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13804) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00i\00\07\03\00\00\00\00\00\00\00\00") - (data (i32.const 13836) "\cc\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\ae\00\00\00\a3\00\a9\00\b5\00\c0\00\c6\00\d6\00\de\00\df\00\e9\00\f6\00\ff\00\13 \14 \18 \1c \1d \1e \" & 0 \"!S\01`\01x\01~\01\ac \00\91\03\92\03\93\03\94\03\a9\03\b1\03\b2\03\b3\03\b4\03\c9\03 \00\10\04\11\04\12\04\13\04\14\040\041\042\043\044\04\00\"\02\"\08\"\1d!\'\"*\"a\"\1e\" \00\91!\97!\a8!\bb!\e3! \00\10%<%T%X%\91%\ba%:&@& \00\01\fb\fd\ff@$\82 \1f\02\1e\e5\04\84\1eP\02\d0\02N#\d0\051\05\d0\10\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14044) "\cc\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\b2\00\00\00\a3\00\a9\00\9c\03\c0\00\c6\00\d6\00\de\00S\00S\00\c9\00\d6\00x\01\13 \14 \18 \1c \1d \1e \" & 0 \"!R\01`\01x\01}\01\ac \00\91\03\92\03\93\03\94\03\a9\03\91\03\92\03\93\03\94\03\a9\03 \00\10\04\11\04\12\04\13\04\14\04\10\04\11\04\12\04\13\04\14\04\00\"\02\"\08\"\1d!\'\"*\"a\"\1e\" \00\91!\97!\a8!\bb!\e3! \00\10%<%T%X%\91%\ba%:&@& \00F\00I\00\fd\ff@$\82 (\1f\02\1e\e4\04\84\1eo,\d0\02N#\d0\051\05\90\1c\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14252) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00s\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 14284) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\01\fb\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14316) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00f\00i\00\00\00\00\00\00\00\00\00") - (data (i32.const 14348) "\cc\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\b8\00\00\00A\d8\0e\df \00A\d81\df \00A\d8y\df \00C\d8S\dc \00C\d8x\dc \00C\d8\96\dc \00C\d8\cf\dc \00C\d8\d5\dc \00C\d8\15\dd \00C\d8|\dd \00C\d8\7f\dd \00C\d8\0e\de \00C\d8\0f\de \00C\d8w\de \00C\d8\9d\de \00C\d8\a2\de \00C\d8\d7\de \00C\d8\f9\de \00C\d8\fa\de \00C\d8-\df \00C\d8.\df \00C\d8L\df \00C\d8\b4\df \00C\d8\bc\df \00C\d8\ea\df \00D\d8\\\dc \00D\d8o\dc \00D\d8u\dc \00D\d8v\dc \00D\d8{\dc \00D\d8\c1\dc\00\00\00\00") - (data (i32.const 14556) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00~\00l\00i\00b\00/\00s\00t\00r\00i\00n\00g\00.\00t\00s\00") - (data (i32.const 14604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\00\d8\00\dc\00\00\00\00\00\00\00\00") - (data (i32.const 14636) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\88\1f\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14668) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\80\1f\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14700) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\8f\1f\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14732) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\87\1f\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14764) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\fc\1f\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14796) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\f3\1f\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14828) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\a3\03\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14860) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\c3\03\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14892) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00 \00\a3\03\00\00\00\00\00\00\00\00") - (data (i32.const 14924) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00 \00\c3\03\00\00\00\00\00\00\00\00") - (data (i32.const 14956) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\a3\03 \00\00\00\00\00\00\00\00\00") - (data (i32.const 14988) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\c3\03 \00\00\00\00\00\00\00\00\00") - (data (i32.const 15020) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00 \00\a3\03 \00\00\00\00\00\00\00") - (data (i32.const 15052) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00 \00\c3\03 \00\00\00\00\00\00\00") - (data (i32.const 15084) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\a3\03 \00\00\00\00\00\00\00") - (data (i32.const 15116) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\c2\03 \00\00\00\00\00\00\00") - (data (i32.const 15148) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\a3\03\n\00\00\00\00\00\00\00") - (data (i32.const 15180) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\c2\03\n\00\00\00\00\00\00\00") - (data (i32.const 15212) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00a\00\a3\03\00\00\00\00\00\00\00\00") - (data (i32.const 15244) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00a\00\c2\03\00\00\00\00\00\00\00\00") - (data (i32.const 15276) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\a3\03b\00\00\00\00\00\00\00") - (data (i32.const 15308) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\c3\03b\00\00\00\00\00\00\00") - (data (i32.const 15340) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\a3\03\a3\03 \00\00\00\00\00\00\00") - (data (i32.const 15372) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\c3\03\c2\03 \00\00\00\00\00\00\00") - (data (i32.const 15404) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\00\a3\03 \00\00\00\00\00\00\00") - (data (i32.const 15436) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\00\c3\03 \00\00\00\00\00\00\00") - (data (i32.const 15468) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00;\00\a3\03 \00\00\00\00\00\00\00") - (data (i32.const 15500) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00;\00\c3\03 \00\00\00\00\00\00\00") - (data (i32.const 15532) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\01\03\a3\03 \00\00\00\00\00\00\00") - (data (i32.const 15564) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\01\03\c3\03 \00\00\00\00\00\00\00") - (data (i32.const 15596) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00\a3\03\01\03\a3\03\01\03 \00\00\00") - (data (i32.const 15628) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00\c3\03\01\03\c2\03\01\03 \00\00\00") - (data (i32.const 15660) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\a3\03\a3\03-\00\00\00\00\00\00\00") - (data (i32.const 15692) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\c3\03\c2\03-\00\00\00\00\00\00\00") - (data (i32.const 15724) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00\a3\03\01\03\a3\03\01\03-\00\00\00") - (data (i32.const 15756) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00\c3\03\01\03\c2\03\01\03-\00\00\00") - (data (i32.const 15788) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00\a3\03\01\03\a3\03\01\03*s\00\00") - (data (i32.const 15820) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00\c3\03\01\03\c2\03\01\03*s\00\00") - (data (i32.const 15852) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\005\d8\a2\dc\a3\03\00\00\00\00\00\00") - (data (i32.const 15884) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\005\d8\a2\dc\c2\03\00\00\00\00\00\00") - (data (i32.const 15916) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00A\00.\00\a3\03\00\00\00\00\00\00") - (data (i32.const 15948) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00.\00\c2\03\00\00\00\00\00\00") - (data (i32.const 15980) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00A\00\ad\00\a3\03\00\00\00\00\00\00") - (data (i32.const 16012) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\ad\00\c2\03\00\00\00\00\00\00") - (data (i32.const 16044) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\004\d8B\de\a3\03\00\00\00\00") - (data (i32.const 16076) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\004\d8B\de\c2\03\00\00\00\00") - (data (i32.const 16108) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00E\03\a3\03\00\00\00\00\00\00\00\00") - (data (i32.const 16140) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00E\03\c3\03\00\00\00\00\00\00\00\00") - (data (i32.const 16172) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\91\03E\03\a3\03\00\00\00\00\00\00") - (data (i32.const 16204) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\b1\03E\03\c2\03\00\00\00\00\00\00") - (data (i32.const 16236) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00A\00\a3\03B\00\00\00\00\00\00\00") - (data (i32.const 16268) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00\a3\035\d8\a2\dc\00\00\00\00") - (data (i32.const 16300) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00\c3\035\d8\a2\dc\00\00\00\00") - (data (i32.const 16332) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00\a3\03.\00b\00\00\00\00\00") - (data (i32.const 16364) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00\c3\03.\00b\00\00\00\00\00") - (data (i32.const 16396) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00\a3\03\ad\00B\00\00\00\00\00") - (data (i32.const 16428) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00\c3\03\ad\00b\00\00\00\00\00") - (data (i32.const 16460) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00A\00\a3\034\d8B\deB\00\00\00") - (data (i32.const 16492) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00a\00\c3\034\d8B\deb\00\00\00") - (data (i32.const 16524) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00A\00\a3\03E\03\00\00\00\00\00\00") - (data (i32.const 16556) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\c2\03E\03\00\00\00\00\00\00") - (data (i32.const 16588) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00\a3\03E\03\91\03\00\00\00\00") - (data (i32.const 16620) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00\c3\03E\03\b1\03\00\00\00\00") - (data (i32.const 16652) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00A\00\0e\18\a3\03\00\00\00\00\00\00") - (data (i32.const 16684) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\0e\18\c2\03\00\00\00\00\00\00") - (data (i32.const 16716) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00\0e\18\a3\03B\00\00\00\00\00") - (data (i32.const 16748) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00\0e\18\c3\03b\00\00\00\00\00") - (data (i32.const 16780) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00A\00\a3\03\0e\18\00\00\00\00\00\00") - (data (i32.const 16812) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\c2\03\0e\18\00\00\00\00\00\00") - (data (i32.const 16844) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00\a3\03\0e\18B\00\00\00\00\00") - (data (i32.const 16876) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00\c3\03\0e\18b\00\00\00\00\00") - (data (i32.const 16908) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00\0e\18\a3\03\0e\18\00\00\00\00") - (data (i32.const 16940) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00\0e\18\c2\03\0e\18\00\00\00\00") - (data (i32.const 16972) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00A\00\0e\18\a3\03\0e\18B\00\00\00") - (data (i32.const 17004) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00a\00\0e\18\c3\03\0e\18b\00\00\00") - (data (i32.const 17036) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\00\fb\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17068) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00F\00F\00\00\00\00\00\00\00\00\00") - (data (i32.const 17100) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00F\00I\00\00\00\00\00\00\00\00\00") - (data (i32.const 17132) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\02\fb\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17164) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00F\00L\00\00\00\00\00\00\00\00\00") - (data (i32.const 17196) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\03\fb\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17228) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00F\00F\00I\00\00\00\00\00\00\00") - (data (i32.const 17260) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\04\fb\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17292) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00F\00F\00L\00\00\00\00\00\00\00") - (data (i32.const 17324) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\05\fb\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17356) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00S\00T\00\00\00\00\00\00\00\00\00") - (data (i32.const 17388) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\06\fb\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17420) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\f0\01\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17452) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00J\00\0c\03\00\00\00\00\00\00\00\00") - (data (i32.const 17484) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\96\1e\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17516) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00H\001\03\00\00\00\00\00\00\00\00") - (data (i32.const 17548) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\97\1e\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17580) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00T\00\08\03\00\00\00\00\00\00\00\00") - (data (i32.const 17612) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\98\1e\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17644) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00W\00\n\03\00\00\00\00\00\00\00\00") - (data (i32.const 17676) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\99\1e\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17708) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00Y\00\n\03\00\00\00\00\00\00\00\00") - (data (i32.const 17740) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\9a\1e\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17772) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00A\00\be\02\00\00\00\00\00\00\00\00") - (data (i32.const 17804) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00@\00\00\00o\00r\00i\00g\00L\00o\00w\00e\00r\00C\00o\00d\00e\00 \00!\00=\00 \00e\00x\00p\00e\00c\00t\00L\00o\00w\00e\00r\00C\00o\00d\00e\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17900) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00 \00o\00r\00i\00g\00L\00o\00w\00e\00r\00C\00o\00d\00e\00 \00=\00 \00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17964) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006\00\00\00\00\00\00\00\00\00") - (data (i32.const 18092) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 18156) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 18188) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\00") - (data (i32.const 18588) "\1c\04\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 19644) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00") - (data (i32.const 19740) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00 \00e\00x\00p\00e\00c\00t\00L\00o\00w\00e\00r\00C\00o\00d\00e\00 \00=\00 \00\00\00\00\00\00\00") - (data (i32.const 19804) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00@\00\00\00o\00r\00i\00g\00U\00p\00p\00e\00r\00C\00o\00d\00e\00 \00!\00=\00 \00e\00x\00p\00e\00c\00t\00U\00p\00p\00e\00r\00C\00o\00d\00e\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 19900) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00 \00o\00r\00i\00g\00U\00p\00p\00e\00r\00C\00o\00d\00e\00 \00=\00 \00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 19964) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00 \00e\00x\00p\00e\00c\00t\00U\00p\00p\00e\00r\00C\00o\00d\00e\00 \00=\00 \00\00\00\00\00\00\00") - (data (i32.const 20032) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\a4\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $2 (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 208) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 300) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 352) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 444) "L\03\00\00\00\00\00\00\00\00\00\00\04\00\00\000\03\00\00\df\00S\00S\00\00\00I\01\bc\02N\00\00\00\f0\01J\00\0c\03\00\00\90\03\99\03\08\03\01\03\b0\03\a5\03\08\03\01\03\87\055\05R\05\00\00\96\1eH\001\03\00\00\97\1eT\00\08\03\00\00\98\1eW\00\n\03\00\00\99\1eY\00\n\03\00\00\9a\1eA\00\be\02\00\00P\1f\a5\03\13\03\00\00R\1f\a5\03\13\03\00\03T\1f\a5\03\13\03\01\03V\1f\a5\03\13\03B\03\80\1f\08\1f\99\03\00\00\81\1f\t\1f\99\03\00\00\82\1f\n\1f\99\03\00\00\83\1f\0b\1f\99\03\00\00\84\1f\0c\1f\99\03\00\00\85\1f\r\1f\99\03\00\00\86\1f\0e\1f\99\03\00\00\87\1f\0f\1f\99\03\00\00\88\1f\08\1f\99\03\00\00\89\1f\t\1f\99\03\00\00\8a\1f\n\1f\99\03\00\00\8b\1f\0b\1f\99\03\00\00\8c\1f\0c\1f\99\03\00\00\8d\1f\r\1f\99\03\00\00\8e\1f\0e\1f\99\03\00\00\8f\1f\0f\1f\99\03\00\00\90\1f(\1f\99\03\00\00\91\1f)\1f\99\03\00\00\92\1f*\1f\99\03\00\00\93\1f+\1f\99\03\00\00\94\1f,\1f\99\03\00\00\95\1f-\1f\99\03\00\00\96\1f.\1f\99\03\00\00\97\1f/\1f\99\03\00\00\98\1f(\1f\99\03\00\00\99\1f)\1f\99\03\00\00\9a\1f*\1f\99\03\00\00\9b\1f+\1f\99\03\00\00\9c\1f,\1f\99\03\00\00\9d\1f-\1f\99\03\00\00\9e\1f.\1f\99\03\00\00\9f\1f/\1f\99\03\00\00\a0\1fh\1f\99\03\00\00\a1\1fi\1f\99\03\00\00\a2\1fj\1f\99\03\00\00\a3\1fk\1f\99\03\00\00\a4\1fl\1f\99\03\00\00\a5\1fm\1f\99\03\00\00\a6\1fn\1f\99\03\00\00\a7\1fo\1f\99\03\00\00\a8\1fh\1f\99\03\00\00\a9\1fi\1f\99\03\00\00\aa\1fj\1f\99\03\00\00\ab\1fk\1f\99\03\00\00\ac\1fl\1f\99\03\00\00\ad\1fm\1f\99\03\00\00\ae\1fn\1f\99\03\00\00\af\1fo\1f\99\03\00\00\b2\1f\ba\1f\99\03\00\00\b3\1f\91\03\99\03\00\00\b4\1f\86\03\99\03\00\00\b6\1f\91\03B\03\00\00\b7\1f\91\03B\03\99\03\bc\1f\91\03\99\03\00\00\c2\1f\ca\1f\99\03\00\00\c3\1f\97\03\99\03\00\00\c4\1f\89\03\99\03\00\00\c6\1f\97\03B\03\00\00\c7\1f\97\03B\03\99\03\cc\1f\97\03\99\03\00\00\d2\1f\99\03\08\03\00\03\d3\1f\99\03\08\03\01\03\d6\1f\99\03B\03\00\00\d7\1f\99\03\08\03B\03\e2\1f\a5\03\08\03\00\03\e3\1f\a5\03\08\03\01\03\e4\1f\a1\03\13\03\00\00\e6\1f\a5\03B\03\00\00\e7\1f\a5\03\08\03B\03\f2\1f\fa\1f\99\03\00\00\f3\1f\a9\03\99\03\00\00\f4\1f\8f\03\99\03\00\00\f6\1f\a9\03B\03\00\00\f7\1f\a9\03B\03\99\03\fc\1f\a9\03\99\03\00\00\00\fbF\00F\00\00\00\01\fbF\00I\00\00\00\02\fbF\00L\00\00\00\03\fbF\00F\00I\00\04\fbF\00F\00L\00\05\fbS\00T\00\00\00\06\fbS\00T\00\00\00\13\fbD\05F\05\00\00\14\fbD\055\05\00\00\15\fbD\05;\05\00\00\16\fbN\05F\05\00\00\17\fbD\05=\05\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 1292) "\00\01\02\03\04\05\06\07\08\t\n\0b\0c\r\0e\0f\10\11\12\13\14\15\16\17\18\19\1a\1b\1c\1d\1e\1f !\"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~\7f") + (data $11 (i32.const 1420) "\07\08\t\n\0b\0c\06\06\06\06\06\06\06\06\06\06\r\06\06\0e\06\06\06\06\06\06\06\06\0f\10\11\12\06\13\06\06\06\06\06\06\06\06\06\06\14\15\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\16\17\06\06\06\18\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\19\06\06\06\06\1a\06\06\06\06\06\06\06\1b\06\06\06\06\06\06\06\06\06\06\06\1c\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\1d\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\1e\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00$++++++++\01\00TVVVVVVVV\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\18\00\00\00+++++++\07++[VVVVVVVJVV\051P1P1P1P1P1P1P1P$Py1P1P18P1P1P1P1P1P1P1PN1\02N\r\rN\03N\00$n\00N1&nQN$PN9\14\81\1b\1d\1dS1P1P\r1P1P1P\1bS$P1\02\\{\\{\\{\\{\\{\14y\\{\\{\\-+I\03H\03x\\{\14\00\96\n\01+(\06\06\00*\06**+\07\bb\b5+\1e\00+\07+++\01++++++++++++++++++++++++++++++++\01+++++++++++++++++++++++*+++++++++++++\cdF\cd+\00%+\07\01\06\01UVVVVVUVV\02$\81\81\81\81\81\15\81\81\81\00\00+\00\b2\d1\b2\d1\b2\d1\b2\d1\00\00\cd\cc\01\00\d7\d7\d7\d7\d7\83\81\81\81\81\81\81\81\81\81\81\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\1c\00\00\00\00\001P1P1P1P1P1\02\00\001P1P1P1P1P1P1P1P1PN1P1PN1P1P1P1P1P1P1P1\02\87\a6\87\a6\87\a6\87\a6\87\a6\87\a6\87\a6\87\a6*++++++++++++\00\00\00TVVVVVVVVVVVV\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00TVVVVVVVVVVVV\0c\00\0c*+++++++++++++\07*\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00*++++++++++++++++++++++++++VVl\81\15\00++++++++++++++++++++++++++++++++++++++++++\07l\03A++VVVVVVVVVVVVVV,V+++++++++++++++++++++\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\0cl\00\00\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%Vz\9e&\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06\01++OVV,+\7fVV9++UVV++OVV,+\7fVV\817u[{\\++OVV\02\ac\04\00\009++UVV++OVV,++VV2\13\81W\00o\81~\c9\d7~-\81\81\0e~9\7foW\00\81\81~\15\00~\03++++++++++++\07+$+\97+++++++++*+++++VVVVV\80\81\81\81\819\bb*++++++++++++++++++++++++++++++++++++++++\01\81\81\81\81\81\81\81\81\81\81\81\81\81\81\81\c9\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\d0\r\00N1\02\b4\c1\c1\d7\d7$P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P\d7\d7S\c1G\d4\d7\d7\d7\05++++++++++++\07\01\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00N1P1P1P1P1P1P1P\r\00\00\00\00\00$P1P1P1P1P\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00+++++++++++y\\{\\{O{\\{\\{\\{\\{\\{\\{\\{\\{\\{\\-++y\14\\{\\-y*\\\'\\{\\{\\{\a4\00\n\b4\\{\\{O\03x8+++++++++++++O-++\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00H\00\00\00\00\00\00\00\00\00*++++++++++++++++++++++++++\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00++++++++\07\00HVVVVVVVV\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00+++++++++++++UVVVVVVVVVVVV\0e\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00$+++++++++++\07\00VVVVVVVVVVVV\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00$++++++++++++++++\07\00\00\00\00VVVVVVVVVVVVVVVVV\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00*++++++++++VVVVVVVVVV\0e\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00*++++++++++VVVVVVVVVV\0e\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00+++++++++++UVVVVVVVVVV\0e\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 4088) "\00\08\00\00V\01\00\009\00\00\00") + (data $13 (i32.const 4100) "\00\00\00\00\01 \00\00\00\e0\ff\ff\00\bf\1d\00\00\e7\02\00\00y\00\00\02$\00\00\01\01\00\00\00\ff\ff\ff\00\00\00\00\01\02\00\00\00\fe\ff\ff\019\ff\ff\00\18\ff\ff\01\87\ff\ff\00\d4\fe\ff\00\c3\00\00\01\d2\00\00\01\ce\00\00\01\cd\00\00\01O\00\00\01\ca\00\00\01\cb\00\00\01\cf\00\00\00a\00\00\01\d3\00\00\01\d1\00\00\00\a3\00\00\01\d5\00\00\00\82\00\00\01\d6\00\00\01\da\00\00\01\d9\00\00\01\db\00\00\008\00\00\03\00\00\00\00\b1\ff\ff\01\9f\ff\ff\01\c8\ff\ff\02($\00\00\00\00\00\01\01\00\00\00\ff\ff\ff\003\ff\ff\00&\ff\ff\01~\ff\ff\01+*\00\01]\ff\ff\01(*\00\00?*\00\01=\ff\ff\01E\00\00\01G\00\00\00\1f*\00\00\1c*\00\00\1e*\00\00.\ff\ff\002\ff\ff\006\ff\ff\005\ff\ff\00O\a5\00\00K\a5\00\001\ff\ff\00(\a5\00\00D\a5\00\00/\ff\ff\00-\ff\ff\00\f7)\00\00A\a5\00\00\fd)\00\00+\ff\ff\00*\ff\ff\00\e7)\00\00C\a5\00\00*\a5\00\00\bb\ff\ff\00\'\ff\ff\00\b9\ff\ff\00%\ff\ff\00\15\a5\00\00\12\a5\00\02$L\00\00\00\00\00\01 \00\00\00\e0\ff\ff\01\01\00\00\00\ff\ff\ff\00T\00\00\01t\00\00\01&\00\00\01%\00\00\01@\00\00\01?\00\00\00\da\ff\ff\00\db\ff\ff\00\e1\ff\ff\00\c0\ff\ff\00\c1\ff\ff\01\08\00\00\00\c2\ff\ff\00\c7\ff\ff\00\d1\ff\ff\00\ca\ff\ff\00\f8\ff\ff\00\aa\ff\ff\00\b0\ff\ff\00\07\00\00\00\8c\ff\ff\01\c4\ff\ff\00\a0\ff\ff\01\f9\ff\ff\02\1ap\00\01\01\00\00\00\ff\ff\ff\01 \00\00\00\e0\ff\ff\01P\00\00\01\0f\00\00\00\f1\ff\ff\00\00\00\00\010\00\00\00\d0\ff\ff\01\01\00\00\00\ff\ff\ff\00\00\00\00\00\c0\0b\00\01`\1c\00\00\00\00\00\01\d0\97\00\01\08\00\00\00\f8\ff\ff\02\05\8a\00\00\00\00\00\01@\f4\ff\00\9e\e7\ff\00\c2\89\00\00\db\e7\ff\00\92\e7\ff\00\93\e7\ff\00\9c\e7\ff\00\9d\e7\ff\00\a4\e7\ff\00\00\00\00\008\8a\00\00\04\8a\00\00\e6\0e\00\01\01\00\00\00\ff\ff\ff\00\00\00\00\00\c5\ff\ff\01A\e2\ff\02\1d\8f\00\00\08\00\00\01\f8\ff\ff\00\00\00\00\00V\00\00\01\aa\ff\ff\00J\00\00\00d\00\00\00\80\00\00\00p\00\00\00~\00\00\00\t\00\00\01\b6\ff\ff\01\f7\ff\ff\00\db\e3\ff\01\9c\ff\ff\01\90\ff\ff\01\80\ff\ff\01\82\ff\ff\02\05\ac\00\00\00\00\00\01\10\00\00\00\f0\ff\ff\01\1c\00\00\01\01\00\00\01\a3\e2\ff\01A\df\ff\01\ba\df\ff\00\e4\ff\ff\02\0b\b1\00\01\01\00\00\00\ff\ff\ff\010\00\00\00\d0\ff\ff\00\00\00\00\01\t\d6\ff\01\1a\f1\ff\01\19\d6\ff\00\d5\d5\ff\00\d8\d5\ff\01\e4\d5\ff\01\03\d6\ff\01\e1\d5\ff\01\e2\d5\ff\01\c1\d5\ff\00\00\00\00\00\a0\e3\ff\00\00\00\00\01\01\00\00\00\ff\ff\ff\02\0c\bc\00\00\00\00\00\01\01\00\00\00\ff\ff\ff\01\bcZ\ff\01\a0\03\00\01\fcu\ff\01\d8Z\ff\000\00\00\01\b1Z\ff\01\b5Z\ff\01\bfZ\ff\01\eeZ\ff\01\d6Z\ff\01\ebZ\ff\01\d0\ff\ff\01\bdZ\ff\01\c8u\ff\00\00\00\00\000h\ff\00`\fc\ff\00\00\00\00\01 \00\00\00\e0\ff\ff\00\00\00\00\01(\00\00\00\d8\ff\ff\00\00\00\00\01@\00\00\00\c0\ff\ff\00\00\00\00\01 \00\00\00\e0\ff\ff\00\00\00\00\01 \00\00\00\e0\ff\ff\00\00\00\00\01\"\00\00\00\de\ff\ff") + (data $14 (i32.const 5060) "\00\06\'Qow\00\00\00\00\00\00\00\00\00\00|\00\00\7f\00\00\00\00\00\00\00\00\83\8e\92\97\00\aa\00\00\00\00\00\00\00\00\00\00\b4\c4\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\c6\c9\00\00\00\db\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\de\00\00\00\00\e1\00\00\00\00\00\00\00\e4\00\00\00\00\00\00\00\00\00\00\00\e7\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ea\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ed\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $15 (i32.const 5572) "0\0c1\rx\0e\7f\0f\80\10\81\11\86\12\89\13\8a\13\8e\14\8f\15\90\16\93\13\94\17\95\18\96\19\97\1a\9a\1b\9c\19\9d\1c\9e\1d\9f\1e\a6\1f\a9\1f\ae\1f\b1 \b2 \b7!\bf\"\c5#\c8#\cb#\dd$\f2#\f6%\f7& -:.=/>0?1@1C2D3E4P5Q6R7S8T9Y:[;\\e?f@hAiBj@kClDoBqErFuG}H\82I\87J\89K\8aL\8bL\8cM\92N\9dO\9ePEW{\1d|\1d}\1d\7fX\86Y\88Z\89Z\8aZ\8c[\8e\\\8f\\\ac]\ad^\ae^\af^\c2_\cc`\cda\cea\cfb\d0c\d1d\d5e\d6f\d7g\f0h\f1i\f2j\f3k\f4l\f5m\f9n\fd-\fe-\ff-PiQiRiSiTiUiViWiXiYiZi[i\\i]i^i_i\82\00\83\00\84\00\85\00\86\00\87\00\88\00\89\00\c0u\cfv\80\89\81\8a\82\8b\85\8c\86\8dp\9dq\9dv\9ew\9ex\9fy\9fz\a0{\a0|\a1}\a1\b3\a2\ba\a3\bb\a3\bc\a4\be\a5\c3\a2\cc\a4\da\a6\db\a6\e5j\ea\a7\eb\a7\ecn\f3\a2\f8\a8\f9\a8\fa\a9\fb\a9\fc\a4&\b0*\b1+\b2N\b3\84\08b\bac\bbd\bce\bdf\bem\bfn\c0o\c1p\c2~\c3\7f\c3}\cf\8d\d0\94\d1\ab\d2\ac\d3\ad\d4\b0\d5\b1\d6\b2\d7\c4\d8\c5\d9\c6\da") + (data $16 (i32.const 5980) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\002\00\00\00s\00t\00d\00/\00s\00t\00r\00i\00n\00g\00-\00c\00a\00s\00e\00m\00a\00p\00p\00i\00n\00g\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") + (data $17 (i32.const 6060) "\00\01\02\03\04\05\06\07\08\t\n\0b\0c\r\0e\0f\10\11\12\13\14\15\16\17\18\19\1a\1b\1c\1d\1e\1f !\"#$%&\'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\7f") + (data $18 (i32.const 6188) "\12\10\13\14\15\16\17\18\19\1a\1b\1c\1d\1e\1f !\10\10\"\10\10\10#$%&\'()\10*+\10\10\10\10\10\10\10\10\10\10\10,-.\10/\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\100\10\10\101\10234567\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\108\10\109:\10;<=\10\10\10\10\10\10>\10\10?@ABCDEFGHIJKL\10MNO\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10P\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10QR\10\10\10S\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10T\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10UV\10\10\10\10\10\10\10W\10\10\10\10\10XYZ\10\10\10\10\10[\\\10\10\10\10\10\10\10\10\10]\10\10\10\10\10\10\10\10\10\10\10\10\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\80@\00\04\00\00\00@\01\00\00\00\00\00\00\00\00\a1\90\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff0\04\b0\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f8\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\82\00\00\00\00\00\00\fe\ff\ff\ff\ff\bf\b6\00\00\00\00\00\10\00?\00\ff\17\00\00\00\00\01\f8\ff\ff\00\00\01\00\00\00\00\00\00\00\00\00\00\00\c0\bf\ff=\00\00\00\80\02\00\00\00\ff\ff\ff\07\00\00\00\00\00\00\00\00\00\00\c0\ff\01\00\00\00\00\00\00\f8?$\00\00\c0\ff\ff?\00\00\00\00\00\0e\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f8\ff\ff\ff\ff\ff\07\00\00\00\00\00\00\14\fe!\fe\00\0c\00\02\00\02\00\00\00\00\00\00\10\1e \00\00\0c\00\00@\06\00\00\00\00\00\00\10\869\02\00\00\00#\00\06\00\00\00\00\00\00\10\be!\00\00\0c\00\00\fc\02\00\00\00\00\00\00\90\1e `\00\0c\00\00\00\04\00\00\00\00\00\00\00\01 \00\00\00\00\00\00\11\00\00\00\00\00\00\c0\c1=`\00\0c\00\00\00\02\00\00\00\00\00\00\90@0\00\00\0c\00\00\00\03\00\00\00\00\00\00\18\1e \00\00\0c\00\00\00\02\00\00\00\00\00\00\00\00\04\\\00\00\00\00\00\00\00\00\00\00\00\f2\07\c0\7f\00\00\00\00\00\00\00\00\00\00\00\00\f2\1f@?\00\00\00\00\00\00\00\00\00\03\00\00\a0\02\00\00\00\00\00\00\fe\7f\df\e0\ff\fe\ff\ff\ff\1f@\00\00\00\00\00\00\00\00\00\00\00\00\e0\fdf\00\00\00\c3\01\00\1e\00d \00 \00\00\00\00\00\00\00\00\00\00\00\10\00\00\00\00\00\00\00\00\00\00\00\e0\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\1c\00\00\00\1c\00\00\00\0c\00\00\00\0c\00\00\00\00\00\00\00\b0?@\fe\8f \00\00\00\00\00x\00\00\00\00\00\00\08\00\00\00\00\00\00\00`\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\87\01\04\0e\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\80\t\00\00\00\00\00\00@\7f\e5\1f\f8\9f\00\00\00\00\80\00\ff\ff\01\00\00\00\00\00\00\00\0f\00\00\00\00\00\d0\17\04\00\00\00\00\f8\0f\00\03\00\00\00<;\00\00\00\00\00\00@\a3\03\00\00\00\00\00\00\f0\cf\00\00\00\00\00\00\00\00?\00\00\00\00\00\00\00\00\00\00\f7\ff\fd!\10\03\00\00\00\00\00\f0\ff\ff\ff\ff\ff\ff\ff\07\00\01\00\00\00\f8\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\fb\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\a0\03\e0\00\e0\00\e0\00`\00\f8\00\03\90|\00\00\00\00\00\00\df\ff\02\80\00\00\ff\1f\00\00\00\00\00\00\ff\ff\ff\ff\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\000\00\00\00\00\00\00\00\00\00\00\00\00\00\80\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\80\00\80\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\00\00\00\00\00\80\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00<>\08\00\00\00\00\00\00\00\00\00\00\00~\00\00\00\00\00\00\00\00\00\00\00p\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00?\00\10\00\00\00\00\00\00\00\00\00\00\00\80\f7\bf\00\00\00\f0\00\00\00\00\00\00\00\00\00\00\03\00\ff\ff\ff\ff\03\00\00\00\00\00\00\00\00\00\01\00\00\07\00\00\00\00\00\00\00\00\00\00\00\00\00\03D\08\00\00`\10\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\000\00\00\00\ff\ff\03\80\00\00\00\00\c0?\00\00\80\ff\03\00\00\00\00\00\07\00\00\00\00\00\c83\00\80\00\00`\00\00\00\00\00\00\00\00~f\00\08\10\00\00\00\00\01\10\00\00\00\00\00\00\9d\c1\02\00\00 \000X\00\00\00\00\00\00\00\00\00\00\00\00\f8\00\0e\00\00\00\00\00\00\00\00\00\00\00\00\00\00 !\00\00\00\00\00@\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\fc\ff\03\00\00\00\00\00\00\00\ff\ff\08\00\ff\ff\00\00\00\00$\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\80\80@\00\04\00\00\00@\01\00\00\00\00\00\01\00\00\00\00\c0\00\00\00\00\00\00\00\00\08\00\00\0e\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\c0\07\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00n\f0\00\00\00\00\00\87\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00`\00\00\00\00\00\00\00\f0\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\18\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\c0\ff\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\ff\7f\00\00\00\00\00\00\80\03\00\00\00\00\00x&\00 \00\00\00\00\00\00\07\00\00\00\80\ef\1f\00\00\00\00\00\00\00\08\00\03\00\00\00\00\00\c0\7f\00\9e\00\00\00\00\00\00\00\00\00\00\00\80\d3@\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\80\f8\07\00\00\03\00\00\00\00\00\00\18\01\00\00\00\c0\1f\1f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\\\00\00@\00\00\00\00\00\00\00\00\00\00\f8\85\r\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00<\b0\01\00\000\00\00\00\00\00\00\00\00\00\00\f8\a7\01\00\00\00\00\00\00\00\00\00\00\00\00(\bf\00\00\00\00\00\00\00\00\00\00\00\00\e0\bc\0f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\80\ff\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00X\08\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f0\0c\01\00\00\00\fe\07\00\00\00\00\f8y\80\00~\0e\00\00\00\00\00\fc\7f\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\7f\bf\00\00\00\00\00\00\00\00\00\00\fc\ff\ff\fcm\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00~\b4\bf\00\00\00\00\00\00\00\00\00\a3\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\18\00\00\00\00\00\00\00\ff\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\1f\00\00\00\00\00\00\00\7f\00\0f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\80\00\00\00\00\00\00\00\80\ff\ff\00\00\00\00\00\00\00\00\1b\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00`\0f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\80\03\f8\ff\e7\0f\00\00\00<\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\1c\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\7f\f8\ff\ff\ff\ff\ff\1f \00\10\00\00\f8\fe\ff\00\00\00\00\00\00\00\00\00\00\7f\ff\ff\f9\db\07\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff?\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f0\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\7f\00\00\00\00\00\00\00\00\00\00\00\00\00\f0\0f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\f8") + (data $19 (i32.const 9196) "\12\13\14\15\16\17\10\10\10\10\10\10\10\10\10\10\18\10\10\19\10\10\10\10\10\10\10\10\1a\1b\11\1c\1d\1e\10\10\1f\10\10\10\10\10\10\10 !\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\"#\10\10\10$\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10%\10\10\10&\10\10\10\10\'\10\10\10\10\10\10\10(\10\10\10\10\10\10\10\10\10\10\10)\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10*\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10+,-.\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10/\10\10\10\10\10\10\100\10\10\10\10\10\10\10\10\10\10\10\10\10\10\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\fe\ff\ff\07\fe\ff\ff\07\00\00\00\00\00\04 \04\ff\ff\7f\ff\ff\ff\7f\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\f7\f0\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ef\ff\ff\ff\ff\01\03\00\00\00\1f\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\00\00\cf\bc@\d7\ff\ff\fb\ff\ff\ff\ff\ff\ff\ff\ff\ff\bf\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\03\fc\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\fe\ff\ff\ff\7f\00\ff\ff\ff\ff\ff\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\bf \ff\ff\ff\ff\ff\e7\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff??\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\01\ff\ff\ff\ff\ff\e7\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\ff\ff??\ff\ff\ff\ff??\ff\aa\ff\ff\ff?\ff\ff\ff\ff\ff\ff\df_\dc\1f\cf\0f\ff\1f\dc\1f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\02\80\00\00\ff\1f\00\00\00\00\00\00\00\00\00\00\00\00\84\fc/>P\bd\1f\f2\e0C\00\00\ff\ff\ff\ff\18\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\c0\ff\ff\ff\ff\ff\ff\03\00\00\ff\ff\ff\ff\ff\7f\ff\ff\ff\ff\ff\7f\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\1fx\0c\00\ff\ff\ff\ff\bf \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff?\00\00\ff\ff\ff?\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\fc\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ffx\ff\ff\ff\ff\ff\ff\fc\07\00\00\00\00`\07\00\00\00\00\00\00\ff\ff\ff\ff\ff\f7\ff\01\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\7f\00\f8\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\fe\ff\ff\07\fe\ff\ff\07\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\0f\ff\ff\ff\ff\0f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\07\00\ff\ff\ff\ff\ff\ff\07\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\df\ff\ff\ff\ff\ff\ff\ff\ff\dfd\de\ff\eb\ef\ff\ff\ff\ff\ff\ff\ff\bf\e7\df\df\ff\ff\ff{_\fc\fd\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff?\ff\ff\ff\fd\ff\ff\f7\ff\ff\ff\f7\ff\ff\df\ff\ff\ff\df\ff\ff\7f\ff\ff\ff\7f\ff\ff\ff\fd\ff\ff\ff\fd\ff\ff\f7\0f\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\0f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\ff\ff\ff\03\ff\ff\ff\03\ff\ff\ff\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $20 (i32.const 10764) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\000\009\00_\00A\00Z\00 \00a\00z\00.\00!\00\n\00\00\00\00\00\00\00") + (data $21 (i32.const 10812) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\000\009\00_\00A\00Z\00 \00A\00Z\00.\00!\00\n\00\00\00\00\00\00\00") + (data $22 (i32.const 10860) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\000\009\00_\00A\00Z\00 \00a\00z\00.\00!\00\t\00\00\00\00\00\00\00") + (data $23 (i32.const 10908) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\000\009\00_\00a\00z\00 \00a\00z\00.\00!\00\t\00\00\00\00\00\00\00") + (data $24 (i32.const 10956) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00J\00\00\00D\00e\00r\00 \00W\00e\00c\00h\00s\00e\00l\00 \00a\00l\00l\00e\00i\00n\00 \00i\00s\00t\00 \00d\00a\00s\00 \00B\00e\00s\00t\00\e4\00n\00d\00i\00g\00e\00\00\00") + (data $25 (i32.const 11052) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00J\00\00\00D\00E\00R\00 \00W\00E\00C\00H\00S\00E\00L\00 \00A\00L\00L\00E\00I\00N\00 \00I\00S\00T\00 \00D\00A\00S\00 \00B\00E\00S\00T\00\c4\00N\00D\00I\00G\00E\00\00\00") + (data $26 (i32.const 11148) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00J\00\00\00d\00e\00r\00 \00w\00e\00c\00h\00s\00e\00l\00 \00a\00l\00l\00e\00i\00n\00 \00i\00s\00t\00 \00d\00a\00s\00 \00b\00e\00s\00t\00\e4\00n\00d\00i\00g\00e\00\00\00") + (data $27 (i32.const 11244) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00@\00 \00\14 \00\14\04@\04C\043\04 \00G\045\04;\04>\042\045\04:\040\04!\00\00\00\00\00\00\00\00\00") + (data $28 (i32.const 11308) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00@\00 \00\14 \00\14\04 \04#\04\13\04 \00\'\04\15\04\1b\04\1e\04\12\04\15\04\1a\04\10\04!\00\00\00\00\00\00\00\00\00") + (data $29 (i32.const 11372) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00@\00 \00\14 \004\04@\04C\043\04 \00G\045\04;\04>\042\045\04:\040\04!\00\00\00\00\00\00\00\00\00") + (data $30 (i32.const 11436) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00D\00\00\00.\" \00E\00\c5\"d\00a\00 \00=\00 \00Q\00,\00 \00n\00 \00\92! \00\1e\",\00 \00\11\" \00f\00(\00i\00)\00 \00=\00 \00\0f\" \00g\00(\00i\00)\00\00\00\00\00\00\00\00\00") + (data $31 (i32.const 11532) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00D\00\00\00.\" \00E\00\c5\"D\00A\00 \00=\00 \00Q\00,\00 \00N\00 \00\92! \00\1e\",\00 \00\11\" \00F\00(\00I\00)\00 \00=\00 \00\0f\" \00G\00(\00I\00)\00\00\00\00\00\00\00\00\00") + (data $32 (i32.const 11628) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00D\00\00\00.\" \00e\00\c5\"d\00a\00 \00=\00 \00q\00,\00 \00n\00 \00\92! \00\1e\",\00 \00\11\" \00f\00(\00i\00)\00 \00=\00 \00\0f\" \00g\00(\00i\00)\00\00\00\00\00\00\00\00\00") + (data $33 (i32.const 11724) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\00\f0\00i\00 \001\01n\00t\00Y\02\c8\02n\00\e6\00\83\02Y\02n\00Y\02l\00 \00f\00Y\02\c8\02n\00[\02t\001\01k\00 \00Y\02s\00o\00\8a\02s\00i\00\c8\02e\001\01\83\02n\00\00\00\00\00") + (data $34 (i32.const 11820) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\00\d0\00I\00 \00I\00N\00T\00\8f\01\c8\02N\00\c6\00\a9\01\8f\01N\00\8f\01L\00 \00F\00\8f\01\c8\02N\00\90\01T\00I\00K\00 \00\8f\01S\00O\00\b1\01S\00I\00\c8\02E\00I\00\a9\01N\00\00\00\00\00") + (data $35 (i32.const 11916) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\00\f0\00i\00 \00i\00n\00t\00Y\02\c8\02n\00\e6\00\83\02Y\02n\00Y\02l\00 \00f\00Y\02\c8\02n\00[\02t\00i\00k\00 \00Y\02s\00o\00\8a\02s\00i\00\c8\02e\00i\00\83\02n\00\00\00\00\00") + (data $36 (i32.const 12012) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\00\a3\03r\1f \00\b3\03\bd\03\c9\03\c1\03\af\03\b6\03\c9\03 \00\00\1f\c0\03x\1f \00\c4\03t\1f\bd\03 \00\ba\03\cc\03\c8\03\b7\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $37 (i32.const 12092) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\00\a3\03\c8\1f \00\93\03\9d\03\a9\03\a1\03\8a\03\96\03\a9\03 \00\08\1f\a0\03\f8\1f \00\a4\03\ca\1f\9d\03 \00\9a\03\8c\03\a8\03\97\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $38 (i32.const 12172) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\00\c4\03\bf\03\e6\1f \00\c3\03\c0\03\b1\03\b8\03\b9\03\bf\03\e6\1f \00\c4\03t\1f\bd\03 \00\c4\03\c1\03\bf\03\bc\03\b5\03\c1\03\ae\03,\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $39 (i32.const 12252) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\004\00\00\00\a4\03\9f\03\a5\03B\03 \00\a3\03\a0\03\91\03\98\03\99\03\9f\03\a5\03B\03 \00\a4\03\ca\1f\9d\03 \00\a4\03\a1\03\9f\03\9c\03\95\03\a1\03\89\03,\00\00\00\00\00\00\00\00\00") + (data $40 (i32.const 12332) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00,\00\00\00\c3\03r\1f \00\b3\03\bd\03\c9\03\c1\03\af\03\b6\03\c9\03 \00\00\1f\c0\03x\1f \00\c4\03t\1f\bd\03 \00D\1f\c8\03\b7\03") + (data $41 (i32.const 12396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00,\00\00\00\a3\03\c8\1f \00\93\03\9d\03\a9\03\a1\03\8a\03\96\03\a9\03 \00\08\1f\a0\03\f8\1f \00\a4\03\ca\1f\9d\03 \00L\1f\a8\03\97\03") + (data $42 (i32.const 12460) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\002\00\00\00\c0\03\bf\03z\1f \00\bc\03r\1f \00\b2\03\af\03\b1\03 \00\bc\03\b5\03\c4\03\c1\03\ac\03\b5\03\b9\03 \00\c4\03t\1f \00\b3\03\c6\1f.\00\00\00\00\00\00\00\00\00\00\00") + (data $43 (i32.const 12540) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\004\00\00\00\a0\03\9f\03\ea\1f \00\9c\03\c8\1f \00\92\03\8a\03\91\03 \00\9c\03\95\03\a4\03\a1\03\86\03\95\03\99\03 \00\a4\03\ca\1f \00\93\03\97\03B\03.\00\00\00\00\00\00\00\00\00") + (data $44 (i32.const 12620) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\00\91\03\c0\03\bf\1f \00\c4\03p\1f \00\ba\03\cc\03\ba\03\ba\03\b1\03\bb\03\b1\03 \00\b2\03\b3\03\b1\03\bb\03\bc\03\ad\03\bd\03\b7\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $45 (i32.const 12700) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\00\91\03\a0\03\bf\1f \00\a4\03\ba\1f \00\9a\03\8c\03\9a\03\9a\03\91\03\9b\03\91\03 \00\92\03\93\03\91\03\9b\03\9c\03\88\03\9d\03\97\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $46 (i32.const 12780) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00\c4\03\f6\1f\bd\03 \00\fe\1f\95\03\bb\03\bb\03\ae\03\bd\03\c9\03\bd\03 \00\c4\03p\1f \001\1f\b5\03\c1\03\ac\03\00\00\00\00") + (data $47 (i32.const 12844) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\00\a4\03\a9\03B\03\9d\03 \00\fe\1f\95\03\9b\03\9b\03\89\03\9d\03\a9\03\9d\03 \00\a4\03\ba\1f \009\1f\95\03\a1\03\86\03\00\00") + (data $48 (i32.const 12908) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\002\00\00\00\ba\03\b1\03v\1f \00\c3\03p\1f\bd\03 \00\c0\03\c1\03\f6\1f\c4\03\b1\03 \00\00\1f\bd\03\b4\03\c1\03\b5\03\b9\03\c9\03\bc\03\ad\03\bd\03\b7\03\00\00\00\00\00\00\00\00\00\00") + (data $49 (i32.const 12988) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\004\00\00\00\9a\03\91\03\da\1f \00\a3\03\ba\1f\9d\03 \00\a0\03\a1\03\a9\03B\03\a4\03\91\03 \00\08\1f\9d\03\94\03\a1\03\95\03\99\03\a9\03\9c\03\88\03\9d\03\97\03\00\00\00\00\00\00\00\00") + (data $50 (i32.const 13068) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00\c7\03\b1\03\d6\1f\c1\03\b5\03,\00 \00f\1f \00\c7\03\b1\03\d6\1f\c1\03\b5\03,\00 \00\bf\1f\95\03\bb\03\b5\03\c5\03\b8\03\b5\03\c1\03\b9\03\ac\03!\00\00\00\00\00\00\00") + (data $51 (i32.const 13148) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00:\00\00\00\a7\03\91\03\99\03B\03\a1\03\95\03,\00 \00n\1f \00\a7\03\91\03\99\03B\03\a1\03\95\03,\00 \00\bf\1f\95\03\9b\03\95\03\a5\03\98\03\95\03\a1\03\99\03\86\03!\00\00\00") + (data $52 (i32.const 13228) "\9c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\80\00\00\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00 \00/\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $53 (i32.const 13388) "\9c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\80\00\00\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00 \00/\000\001\002\003\004\005\006\007\008\009\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $54 (i32.const 13548) "\9c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\80\00\00\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00 \00/\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $55 (i32.const 13708) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\df\00\00\00\00\00\00\00\00\00\00\00") + (data $56 (i32.const 13740) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00S\00S\00\00\00\00\00\00\00\00\00") + (data $57 (i32.const 13772) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\000\01\00\00\00\00\00\00\00\00\00\00") + (data $58 (i32.const 13804) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00i\00\07\03\00\00\00\00\00\00\00\00") + (data $59 (i32.const 13836) "\cc\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\ae\00\00\00\a3\00\a9\00\b5\00\c0\00\c6\00\d6\00\de\00\df\00\e9\00\f6\00\ff\00\13 \14 \18 \1c \1d \1e \" & 0 \"!S\01`\01x\01~\01\ac \00\91\03\92\03\93\03\94\03\a9\03\b1\03\b2\03\b3\03\b4\03\c9\03 \00\10\04\11\04\12\04\13\04\14\040\041\042\043\044\04\00\"\02\"\08\"\1d!\'\"*\"a\"\1e\" \00\91!\97!\a8!\bb!\e3! \00\10%<%T%X%\91%\ba%:&@& \00\01\fb\fd\ff@$\82 \1f\02\1e\e5\04\84\1eP\02\d0\02N#\d0\051\05\d0\10\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $60 (i32.const 14044) "\cc\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\b2\00\00\00\a3\00\a9\00\9c\03\c0\00\c6\00\d6\00\de\00S\00S\00\c9\00\d6\00x\01\13 \14 \18 \1c \1d \1e \" & 0 \"!R\01`\01x\01}\01\ac \00\91\03\92\03\93\03\94\03\a9\03\91\03\92\03\93\03\94\03\a9\03 \00\10\04\11\04\12\04\13\04\14\04\10\04\11\04\12\04\13\04\14\04\00\"\02\"\08\"\1d!\'\"*\"a\"\1e\" \00\91!\97!\a8!\bb!\e3! \00\10%<%T%X%\91%\ba%:&@& \00F\00I\00\fd\ff@$\82 (\1f\02\1e\e4\04\84\1eo,\d0\02N#\d0\051\05\90\1c\00\00\00\00\00\00\00\00\00\00") + (data $61 (i32.const 14252) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00s\00s\00\00\00\00\00\00\00\00\00") + (data $62 (i32.const 14284) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\01\fb\00\00\00\00\00\00\00\00\00\00") + (data $63 (i32.const 14316) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00f\00i\00\00\00\00\00\00\00\00\00") + (data $64 (i32.const 14348) "\cc\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\b8\00\00\00A\d8\0e\df \00A\d81\df \00A\d8y\df \00C\d8S\dc \00C\d8x\dc \00C\d8\96\dc \00C\d8\cf\dc \00C\d8\d5\dc \00C\d8\15\dd \00C\d8|\dd \00C\d8\7f\dd \00C\d8\0e\de \00C\d8\0f\de \00C\d8w\de \00C\d8\9d\de \00C\d8\a2\de \00C\d8\d7\de \00C\d8\f9\de \00C\d8\fa\de \00C\d8-\df \00C\d8.\df \00C\d8L\df \00C\d8\b4\df \00C\d8\bc\df \00C\d8\ea\df \00D\d8\\\dc \00D\d8o\dc \00D\d8u\dc \00D\d8v\dc \00D\d8{\dc \00D\d8\c1\dc\00\00\00\00") + (data $65 (i32.const 14556) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00~\00l\00i\00b\00/\00s\00t\00r\00i\00n\00g\00.\00t\00s\00") + (data $66 (i32.const 14604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\00\d8\00\dc\00\00\00\00\00\00\00\00") + (data $67 (i32.const 14636) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\88\1f\00\00\00\00\00\00\00\00\00\00") + (data $68 (i32.const 14668) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\80\1f\00\00\00\00\00\00\00\00\00\00") + (data $69 (i32.const 14700) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\8f\1f\00\00\00\00\00\00\00\00\00\00") + (data $70 (i32.const 14732) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\87\1f\00\00\00\00\00\00\00\00\00\00") + (data $71 (i32.const 14764) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\fc\1f\00\00\00\00\00\00\00\00\00\00") + (data $72 (i32.const 14796) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\f3\1f\00\00\00\00\00\00\00\00\00\00") + (data $73 (i32.const 14828) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\a3\03\00\00\00\00\00\00\00\00\00\00") + (data $74 (i32.const 14860) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\c3\03\00\00\00\00\00\00\00\00\00\00") + (data $75 (i32.const 14892) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00 \00\a3\03\00\00\00\00\00\00\00\00") + (data $76 (i32.const 14924) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00 \00\c3\03\00\00\00\00\00\00\00\00") + (data $77 (i32.const 14956) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\a3\03 \00\00\00\00\00\00\00\00\00") + (data $78 (i32.const 14988) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\c3\03 \00\00\00\00\00\00\00\00\00") + (data $79 (i32.const 15020) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00 \00\a3\03 \00\00\00\00\00\00\00") + (data $80 (i32.const 15052) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00 \00\c3\03 \00\00\00\00\00\00\00") + (data $81 (i32.const 15084) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\a3\03 \00\00\00\00\00\00\00") + (data $82 (i32.const 15116) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\c2\03 \00\00\00\00\00\00\00") + (data $83 (i32.const 15148) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\a3\03\n\00\00\00\00\00\00\00") + (data $84 (i32.const 15180) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\c2\03\n\00\00\00\00\00\00\00") + (data $85 (i32.const 15212) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00a\00\a3\03\00\00\00\00\00\00\00\00") + (data $86 (i32.const 15244) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00a\00\c2\03\00\00\00\00\00\00\00\00") + (data $87 (i32.const 15276) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\a3\03b\00\00\00\00\00\00\00") + (data $88 (i32.const 15308) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\c3\03b\00\00\00\00\00\00\00") + (data $89 (i32.const 15340) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\a3\03\a3\03 \00\00\00\00\00\00\00") + (data $90 (i32.const 15372) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\c3\03\c2\03 \00\00\00\00\00\00\00") + (data $91 (i32.const 15404) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\00\a3\03 \00\00\00\00\00\00\00") + (data $92 (i32.const 15436) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\00\c3\03 \00\00\00\00\00\00\00") + (data $93 (i32.const 15468) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00;\00\a3\03 \00\00\00\00\00\00\00") + (data $94 (i32.const 15500) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00;\00\c3\03 \00\00\00\00\00\00\00") + (data $95 (i32.const 15532) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\01\03\a3\03 \00\00\00\00\00\00\00") + (data $96 (i32.const 15564) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\01\03\c3\03 \00\00\00\00\00\00\00") + (data $97 (i32.const 15596) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00\a3\03\01\03\a3\03\01\03 \00\00\00") + (data $98 (i32.const 15628) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00\c3\03\01\03\c2\03\01\03 \00\00\00") + (data $99 (i32.const 15660) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\a3\03\a3\03-\00\00\00\00\00\00\00") + (data $100 (i32.const 15692) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\c3\03\c2\03-\00\00\00\00\00\00\00") + (data $101 (i32.const 15724) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00\a3\03\01\03\a3\03\01\03-\00\00\00") + (data $102 (i32.const 15756) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00\c3\03\01\03\c2\03\01\03-\00\00\00") + (data $103 (i32.const 15788) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00\a3\03\01\03\a3\03\01\03*s\00\00") + (data $104 (i32.const 15820) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00\c3\03\01\03\c2\03\01\03*s\00\00") + (data $105 (i32.const 15852) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\005\d8\a2\dc\a3\03\00\00\00\00\00\00") + (data $106 (i32.const 15884) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\005\d8\a2\dc\c2\03\00\00\00\00\00\00") + (data $107 (i32.const 15916) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00A\00.\00\a3\03\00\00\00\00\00\00") + (data $108 (i32.const 15948) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00.\00\c2\03\00\00\00\00\00\00") + (data $109 (i32.const 15980) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00A\00\ad\00\a3\03\00\00\00\00\00\00") + (data $110 (i32.const 16012) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\ad\00\c2\03\00\00\00\00\00\00") + (data $111 (i32.const 16044) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\004\d8B\de\a3\03\00\00\00\00") + (data $112 (i32.const 16076) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\004\d8B\de\c2\03\00\00\00\00") + (data $113 (i32.const 16108) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00E\03\a3\03\00\00\00\00\00\00\00\00") + (data $114 (i32.const 16140) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00E\03\c3\03\00\00\00\00\00\00\00\00") + (data $115 (i32.const 16172) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\91\03E\03\a3\03\00\00\00\00\00\00") + (data $116 (i32.const 16204) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\b1\03E\03\c2\03\00\00\00\00\00\00") + (data $117 (i32.const 16236) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00A\00\a3\03B\00\00\00\00\00\00\00") + (data $118 (i32.const 16268) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00\a3\035\d8\a2\dc\00\00\00\00") + (data $119 (i32.const 16300) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00\c3\035\d8\a2\dc\00\00\00\00") + (data $120 (i32.const 16332) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00\a3\03.\00b\00\00\00\00\00") + (data $121 (i32.const 16364) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00\c3\03.\00b\00\00\00\00\00") + (data $122 (i32.const 16396) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00\a3\03\ad\00B\00\00\00\00\00") + (data $123 (i32.const 16428) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00\c3\03\ad\00b\00\00\00\00\00") + (data $124 (i32.const 16460) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00A\00\a3\034\d8B\deB\00\00\00") + (data $125 (i32.const 16492) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00a\00\c3\034\d8B\deb\00\00\00") + (data $126 (i32.const 16524) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00A\00\a3\03E\03\00\00\00\00\00\00") + (data $127 (i32.const 16556) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\c2\03E\03\00\00\00\00\00\00") + (data $128 (i32.const 16588) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00\a3\03E\03\91\03\00\00\00\00") + (data $129 (i32.const 16620) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00\c3\03E\03\b1\03\00\00\00\00") + (data $130 (i32.const 16652) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00A\00\0e\18\a3\03\00\00\00\00\00\00") + (data $131 (i32.const 16684) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\0e\18\c2\03\00\00\00\00\00\00") + (data $132 (i32.const 16716) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00\0e\18\a3\03B\00\00\00\00\00") + (data $133 (i32.const 16748) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00\0e\18\c3\03b\00\00\00\00\00") + (data $134 (i32.const 16780) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00A\00\a3\03\0e\18\00\00\00\00\00\00") + (data $135 (i32.const 16812) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00\c2\03\0e\18\00\00\00\00\00\00") + (data $136 (i32.const 16844) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00\a3\03\0e\18B\00\00\00\00\00") + (data $137 (i32.const 16876) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00\c3\03\0e\18b\00\00\00\00\00") + (data $138 (i32.const 16908) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\00\0e\18\a3\03\0e\18\00\00\00\00") + (data $139 (i32.const 16940) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00\0e\18\c2\03\0e\18\00\00\00\00") + (data $140 (i32.const 16972) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00A\00\0e\18\a3\03\0e\18B\00\00\00") + (data $141 (i32.const 17004) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00a\00\0e\18\c3\03\0e\18b\00\00\00") + (data $142 (i32.const 17036) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\00\fb\00\00\00\00\00\00\00\00\00\00") + (data $143 (i32.const 17068) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00F\00F\00\00\00\00\00\00\00\00\00") + (data $144 (i32.const 17100) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00F\00I\00\00\00\00\00\00\00\00\00") + (data $145 (i32.const 17132) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\02\fb\00\00\00\00\00\00\00\00\00\00") + (data $146 (i32.const 17164) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00F\00L\00\00\00\00\00\00\00\00\00") + (data $147 (i32.const 17196) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\03\fb\00\00\00\00\00\00\00\00\00\00") + (data $148 (i32.const 17228) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00F\00F\00I\00\00\00\00\00\00\00") + (data $149 (i32.const 17260) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\04\fb\00\00\00\00\00\00\00\00\00\00") + (data $150 (i32.const 17292) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00F\00F\00L\00\00\00\00\00\00\00") + (data $151 (i32.const 17324) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\05\fb\00\00\00\00\00\00\00\00\00\00") + (data $152 (i32.const 17356) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00S\00T\00\00\00\00\00\00\00\00\00") + (data $153 (i32.const 17388) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\06\fb\00\00\00\00\00\00\00\00\00\00") + (data $154 (i32.const 17420) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\f0\01\00\00\00\00\00\00\00\00\00\00") + (data $155 (i32.const 17452) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00J\00\0c\03\00\00\00\00\00\00\00\00") + (data $156 (i32.const 17484) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\96\1e\00\00\00\00\00\00\00\00\00\00") + (data $157 (i32.const 17516) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00H\001\03\00\00\00\00\00\00\00\00") + (data $158 (i32.const 17548) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\97\1e\00\00\00\00\00\00\00\00\00\00") + (data $159 (i32.const 17580) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00T\00\08\03\00\00\00\00\00\00\00\00") + (data $160 (i32.const 17612) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\98\1e\00\00\00\00\00\00\00\00\00\00") + (data $161 (i32.const 17644) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00W\00\n\03\00\00\00\00\00\00\00\00") + (data $162 (i32.const 17676) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\99\1e\00\00\00\00\00\00\00\00\00\00") + (data $163 (i32.const 17708) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00Y\00\n\03\00\00\00\00\00\00\00\00") + (data $164 (i32.const 17740) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\9a\1e\00\00\00\00\00\00\00\00\00\00") + (data $165 (i32.const 17772) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00A\00\be\02\00\00\00\00\00\00\00\00") + (data $166 (i32.const 17804) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00@\00\00\00o\00r\00i\00g\00L\00o\00w\00e\00r\00C\00o\00d\00e\00 \00!\00=\00 \00e\00x\00p\00e\00c\00t\00L\00o\00w\00e\00r\00C\00o\00d\00e\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $167 (i32.const 17900) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00 \00o\00r\00i\00g\00L\00o\00w\00e\00r\00C\00o\00d\00e\00 \00=\00 \00\00\00\00\00\00\00\00\00\00\00") + (data $168 (i32.const 17964) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006\00\00\00\00\00\00\00\00\00") + (data $169 (i32.const 18092) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") + (data $170 (i32.const 18156) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\000\00\00\00\00\00\00\00\00\00\00\00") + (data $171 (i32.const 18188) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\00") + (data $172 (i32.const 18588) "\1c\04\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $173 (i32.const 19644) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00") + (data $174 (i32.const 19740) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00 \00e\00x\00p\00e\00c\00t\00L\00o\00w\00e\00r\00C\00o\00d\00e\00 \00=\00 \00\00\00\00\00\00\00") + (data $175 (i32.const 19804) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00@\00\00\00o\00r\00i\00g\00U\00p\00p\00e\00r\00C\00o\00d\00e\00 \00!\00=\00 \00e\00x\00p\00e\00c\00t\00U\00p\00p\00e\00r\00C\00o\00d\00e\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $176 (i32.const 19900) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00 \00o\00r\00i\00g\00U\00p\00p\00e\00r\00C\00o\00d\00e\00 \00=\00 \00\00\00\00\00\00\00\00\00\00\00") + (data $177 (i32.const 19964) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00 \00e\00x\00p\00e\00c\00t\00U\00p\00p\00e\00r\00C\00o\00d\00e\00 \00=\00 \00\00\00\00\00\00\00") + (data $178 (i32.const 20032) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\a4\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/std/string-casemapping.release.wat b/tests/compiler/std/string-casemapping.release.wat index 0093badf9b..3ec9b038f1 100644 --- a/tests/compiler/std/string-casemapping.release.wat +++ b/tests/compiler/std/string-casemapping.release.wat @@ -25,460 +25,460 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 53848)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\02") - (data (i32.const 1068) "<") - (data (i32.const 1080) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1132) "<") - (data (i32.const 1144) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1260) "<") - (data (i32.const 1272) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1324) ",") - (data (i32.const 1336) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1404) "<") - (data (i32.const 1416) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1468) "L\03") - (data (i32.const 1480) "\04\00\00\000\03\00\00\df\00S\00S\00\00\00I\01\bc\02N\00\00\00\f0\01J\00\0c\03\00\00\90\03\99\03\08\03\01\03\b0\03\a5\03\08\03\01\03\87\055\05R\05\00\00\96\1eH\001\03\00\00\97\1eT\00\08\03\00\00\98\1eW\00\n\03\00\00\99\1eY\00\n\03\00\00\9a\1eA\00\be\02\00\00P\1f\a5\03\13\03\00\00R\1f\a5\03\13\03\00\03T\1f\a5\03\13\03\01\03V\1f\a5\03\13\03B\03\80\1f\08\1f\99\03\00\00\81\1f\t\1f\99\03\00\00\82\1f\n\1f\99\03\00\00\83\1f\0b\1f\99\03\00\00\84\1f\0c\1f\99\03\00\00\85\1f\r\1f\99\03\00\00\86\1f\0e\1f\99\03\00\00\87\1f\0f\1f\99\03\00\00\88\1f\08\1f\99\03\00\00\89\1f\t\1f\99\03\00\00\8a\1f\n\1f\99\03\00\00\8b\1f\0b\1f\99\03\00\00\8c\1f\0c\1f\99\03\00\00\8d\1f\r\1f\99\03\00\00\8e\1f\0e\1f\99\03\00\00\8f\1f\0f\1f\99\03\00\00\90\1f(\1f\99\03\00\00\91\1f)\1f\99\03\00\00\92\1f*\1f\99\03\00\00\93\1f+\1f\99\03\00\00\94\1f,\1f\99\03\00\00\95\1f-\1f\99\03\00\00\96\1f.\1f\99\03\00\00\97\1f/\1f\99\03\00\00\98\1f(\1f\99\03\00\00\99\1f)\1f\99\03\00\00\9a\1f*\1f\99\03\00\00\9b\1f+\1f\99\03\00\00\9c\1f,\1f\99\03\00\00\9d\1f-\1f\99\03\00\00\9e\1f.\1f\99\03\00\00\9f\1f/\1f\99\03\00\00\a0\1fh\1f\99\03\00\00\a1\1fi\1f\99\03\00\00\a2\1fj\1f\99\03\00\00\a3\1fk\1f\99\03\00\00\a4\1fl\1f\99\03\00\00\a5\1fm\1f\99\03\00\00\a6\1fn\1f\99\03\00\00\a7\1fo\1f\99\03\00\00\a8\1fh\1f\99\03\00\00\a9\1fi\1f\99\03\00\00\aa\1fj\1f\99\03\00\00\ab\1fk\1f\99\03\00\00\ac\1fl\1f\99\03\00\00\ad\1fm\1f\99\03\00\00\ae\1fn\1f\99\03\00\00\af\1fo\1f\99\03\00\00\b2\1f\ba\1f\99\03\00\00\b3\1f\91\03\99\03\00\00\b4\1f\86\03\99\03\00\00\b6\1f\91\03B\03\00\00\b7\1f\91\03B\03\99\03\bc\1f\91\03\99\03\00\00\c2\1f\ca\1f\99\03\00\00\c3\1f\97\03\99\03\00\00\c4\1f\89\03\99\03\00\00\c6\1f\97\03B\03\00\00\c7\1f\97\03B\03\99\03\cc\1f\97\03\99\03\00\00\d2\1f\99\03\08\03\00\03\d3\1f\99\03\08\03\01\03\d6\1f\99\03B\03\00\00\d7\1f\99\03\08\03B\03\e2\1f\a5\03\08\03\00\03\e3\1f\a5\03\08\03\01\03\e4\1f\a1\03\13\03\00\00\e6\1f\a5\03B\03\00\00\e7\1f\a5\03\08\03B\03\f2\1f\fa\1f\99\03\00\00\f3\1f\a9\03\99\03\00\00\f4\1f\8f\03\99\03\00\00\f6\1f\a9\03B\03\00\00\f7\1f\a9\03B\03\99\03\fc\1f\a9\03\99\03\00\00\00\fbF\00F\00\00\00\01\fbF\00I\00\00\00\02\fbF\00L\00\00\00\03\fbF\00F\00I\00\04\fbF\00F\00L\00\05\fbS\00T\00\00\00\06\fbS\00T\00\00\00\13\fbD\05F\05\00\00\14\fbD\055\05\00\00\15\fbD\05;\05\00\00\16\fbN\05F\05\00\00\17\fbD\05=\05") - (data (i32.const 2317) "\01\02\03\04\05\06\07\08\t\n\0b\0c\r\0e\0f\10\11\12\13\14\15\16\17\18\19\1a\1b\1c\1d\1e\1f !\"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~\7f") - (data (i32.const 2444) "\07\08\t\n\0b\0c\06\06\06\06\06\06\06\06\06\06\r\06\06\0e\06\06\06\06\06\06\06\06\0f\10\11\12\06\13\06\06\06\06\06\06\06\06\06\06\14\15\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\16\17\06\06\06\18\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\19\06\06\06\06\1a\06\06\06\06\06\06\06\1b\06\06\06\06\06\06\06\06\06\06\06\1c\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\1d\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\1e\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06") - (data (i32.const 3067) "$++++++++\01\00TVVVVVVVV") - (data (i32.const 3106) "\18\00\00\00+++++++\07++[VVVVVVVJVV\051P1P1P1P1P1P1P1P$Py1P1P18P1P1P1P1P1P1P1PN1\02N\r\rN\03N\00$n\00N1&nQN$PN9\14\81\1b\1d\1dS1P1P\r1P1P1P\1bS$P1\02\\{\\{\\{\\{\\{\14y\\{\\{\\-+I\03H\03x\\{\14\00\96\n\01+(\06\06\00*\06**+\07\bb\b5+\1e\00+\07+++\01++++++++++++++++++++++++++++++++\01+++++++++++++++++++++++*+++++++++++++\cdF\cd+\00%+\07\01\06\01UVVVVVUVV\02$\81\81\81\81\81\15\81\81\81\00\00+\00\b2\d1\b2\d1\b2\d1\b2\d1\00\00\cd\cc\01\00\d7\d7\d7\d7\d7\83\81\81\81\81\81\81\81\81\81\81\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\1c\00\00\00\00\001P1P1P1P1P1\02\00\001P1P1P1P1P1P1P1P1PN1P1PN1P1P1P1P1P1P1P1\02\87\a6\87\a6\87\a6\87\a6\87\a6\87\a6\87\a6\87\a6*++++++++++++\00\00\00TVVVVVVVVVVVV") - (data (i32.const 3615) "TVVVVVVVVVVVV\0c\00\0c*+++++++++++++\07*\01") - (data (i32.const 3701) "*++++++++++++++++++++++++++VVl\81\15\00++++++++++++++++++++++++++++++++++++++++++\07l\03A++VVVVVVVVVVVVVV,V+++++++++++++++++++++\01") - (data (i32.const 3860) "\0cl\00\00\00\00\00\06") - (data (i32.const 3906) "\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%Vz\9e&\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06\01++OVV,+\7fVV9++UVV++OVV,+\7fVV\817u[{\\++OVV\02\ac\04\00\009++UVV++OVV,++VV2\13\81W\00o\81~\c9\d7~-\81\81\0e~9\7foW\00\81\81~\15\00~\03++++++++++++\07+$+\97+++++++++*+++++VVVVV\80\81\81\81\819\bb*++++++++++++++++++++++++++++++++++++++++\01\81\81\81\81\81\81\81\81\81\81\81\81\81\81\81\c9\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\d0\r\00N1\02\b4\c1\c1\d7\d7$P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P\d7\d7S\c1G\d4\d7\d7\d7\05++++++++++++\07\01\00\01") - (data (i32.const 4357) "N1P1P1P1P1P1P1P\r\00\00\00\00\00$P1P1P1P1P") - (data (i32.const 4422) "+++++++++++y\\{\\{O{\\{\\{\\{\\{\\{\\{\\{\\{\\{\\-++y\14\\{\\-y*\\\'\\{\\{\\{\a4\00\n\b4\\{\\{O\03x8+++++++++++++O-++\01") - (data (i32.const 4535) "H") - (data (i32.const 4545) "*++++++++++++++++++++++++++") - (data (i32.const 4605) "++++++++\07\00HVVVVVVVV\02") - (data (i32.const 4680) "+++++++++++++UVVVVVVVVVVVV\0e") - (data (i32.const 4738) "$+++++++++++\07\00VVVVVVVVVVVV") - (data (i32.const 4808) "$++++++++++++++++\07\00\00\00\00VVVVVVVVVVVVVVVVV") - (data (i32.const 4905) "*++++++++++VVVVVVVVVV\0e") - (data (i32.const 4959) "*++++++++++VVVVVVVVVV\0e") - (data (i32.const 5024) "+++++++++++UVVVVVVVVVV\0e") - (data (i32.const 5113) "\08\00\00V\01\00\009") - (data (i32.const 5128) "\01 \00\00\00\e0\ff\ff\00\bf\1d\00\00\e7\02\00\00y\00\00\02$\00\00\01\01\00\00\00\ff\ff\ff\00\00\00\00\01\02\00\00\00\fe\ff\ff\019\ff\ff\00\18\ff\ff\01\87\ff\ff\00\d4\fe\ff\00\c3\00\00\01\d2\00\00\01\ce\00\00\01\cd\00\00\01O\00\00\01\ca\00\00\01\cb\00\00\01\cf\00\00\00a\00\00\01\d3\00\00\01\d1\00\00\00\a3\00\00\01\d5\00\00\00\82\00\00\01\d6\00\00\01\da\00\00\01\d9\00\00\01\db\00\00\008\00\00\03\00\00\00\00\b1\ff\ff\01\9f\ff\ff\01\c8\ff\ff\02($\00\00\00\00\00\01\01\00\00\00\ff\ff\ff\003\ff\ff\00&\ff\ff\01~\ff\ff\01+*\00\01]\ff\ff\01(*\00\00?*\00\01=\ff\ff\01E\00\00\01G\00\00\00\1f*\00\00\1c*\00\00\1e*\00\00.\ff\ff\002\ff\ff\006\ff\ff\005\ff\ff\00O\a5\00\00K\a5\00\001\ff\ff\00(\a5\00\00D\a5\00\00/\ff\ff\00-\ff\ff\00\f7)\00\00A\a5\00\00\fd)\00\00+\ff\ff\00*\ff\ff\00\e7)\00\00C\a5\00\00*\a5\00\00\bb\ff\ff\00\'\ff\ff\00\b9\ff\ff\00%\ff\ff\00\15\a5\00\00\12\a5\00\02$L\00\00\00\00\00\01 \00\00\00\e0\ff\ff\01\01\00\00\00\ff\ff\ff\00T\00\00\01t\00\00\01&\00\00\01%\00\00\01@\00\00\01?\00\00\00\da\ff\ff\00\db\ff\ff\00\e1\ff\ff\00\c0\ff\ff\00\c1\ff\ff\01\08\00\00\00\c2\ff\ff\00\c7\ff\ff\00\d1\ff\ff\00\ca\ff\ff\00\f8\ff\ff\00\aa\ff\ff\00\b0\ff\ff\00\07\00\00\00\8c\ff\ff\01\c4\ff\ff\00\a0\ff\ff\01\f9\ff\ff\02\1ap\00\01\01\00\00\00\ff\ff\ff\01 \00\00\00\e0\ff\ff\01P\00\00\01\0f\00\00\00\f1\ff\ff\00\00\00\00\010\00\00\00\d0\ff\ff\01\01\00\00\00\ff\ff\ff\00\00\00\00\00\c0\0b\00\01`\1c\00\00\00\00\00\01\d0\97\00\01\08\00\00\00\f8\ff\ff\02\05\8a\00\00\00\00\00\01@\f4\ff\00\9e\e7\ff\00\c2\89\00\00\db\e7\ff\00\92\e7\ff\00\93\e7\ff\00\9c\e7\ff\00\9d\e7\ff\00\a4\e7\ff\00\00\00\00\008\8a\00\00\04\8a\00\00\e6\0e\00\01\01\00\00\00\ff\ff\ff\00\00\00\00\00\c5\ff\ff\01A\e2\ff\02\1d\8f\00\00\08\00\00\01\f8\ff\ff\00\00\00\00\00V\00\00\01\aa\ff\ff\00J\00\00\00d\00\00\00\80\00\00\00p\00\00\00~\00\00\00\t\00\00\01\b6\ff\ff\01\f7\ff\ff\00\db\e3\ff\01\9c\ff\ff\01\90\ff\ff\01\80\ff\ff\01\82\ff\ff\02\05\ac\00\00\00\00\00\01\10\00\00\00\f0\ff\ff\01\1c\00\00\01\01\00\00\01\a3\e2\ff\01A\df\ff\01\ba\df\ff\00\e4\ff\ff\02\0b\b1\00\01\01\00\00\00\ff\ff\ff\010\00\00\00\d0\ff\ff\00\00\00\00\01\t\d6\ff\01\1a\f1\ff\01\19\d6\ff\00\d5\d5\ff\00\d8\d5\ff\01\e4\d5\ff\01\03\d6\ff\01\e1\d5\ff\01\e2\d5\ff\01\c1\d5\ff\00\00\00\00\00\a0\e3\ff\00\00\00\00\01\01\00\00\00\ff\ff\ff\02\0c\bc\00\00\00\00\00\01\01\00\00\00\ff\ff\ff\01\bcZ\ff\01\a0\03\00\01\fcu\ff\01\d8Z\ff\000\00\00\01\b1Z\ff\01\b5Z\ff\01\bfZ\ff\01\eeZ\ff\01\d6Z\ff\01\ebZ\ff\01\d0\ff\ff\01\bdZ\ff\01\c8u\ff\00\00\00\00\000h\ff\00`\fc\ff\00\00\00\00\01 \00\00\00\e0\ff\ff\00\00\00\00\01(\00\00\00\d8\ff\ff\00\00\00\00\01@\00\00\00\c0\ff\ff\00\00\00\00\01 \00\00\00\e0\ff\ff\00\00\00\00\01 \00\00\00\e0\ff\ff\00\00\00\00\01\"\00\00\00\de\ff\ff") - (data (i32.const 6085) "\06\'Qow") - (data (i32.const 6100) "|\00\00\7f\00\00\00\00\00\00\00\00\83\8e\92\97\00\aa") - (data (i32.const 6128) "\b4\c4") - (data (i32.const 6250) "\c6\c9\00\00\00\db") - (data (i32.const 6339) "\de\00\00\00\00\e1\00\00\00\00\00\00\00\e4") - (data (i32.const 6364) "\e7") - (data (i32.const 6450) "\ea") - (data (i32.const 6573) "\ed") - (data (i32.const 6596) "0\0c1\rx\0e\7f\0f\80\10\81\11\86\12\89\13\8a\13\8e\14\8f\15\90\16\93\13\94\17\95\18\96\19\97\1a\9a\1b\9c\19\9d\1c\9e\1d\9f\1e\a6\1f\a9\1f\ae\1f\b1 \b2 \b7!\bf\"\c5#\c8#\cb#\dd$\f2#\f6%\f7& -:.=/>0?1@1C2D3E4P5Q6R7S8T9Y:[;\\e?f@hAiBj@kClDoBqErFuG}H\82I\87J\89K\8aL\8bL\8cM\92N\9dO\9ePEW{\1d|\1d}\1d\7fX\86Y\88Z\89Z\8aZ\8c[\8e\\\8f\\\ac]\ad^\ae^\af^\c2_\cc`\cda\cea\cfb\d0c\d1d\d5e\d6f\d7g\f0h\f1i\f2j\f3k\f4l\f5m\f9n\fd-\fe-\ff-PiQiRiSiTiUiViWiXiYiZi[i\\i]i^i_i\82\00\83\00\84\00\85\00\86\00\87\00\88\00\89\00\c0u\cfv\80\89\81\8a\82\8b\85\8c\86\8dp\9dq\9dv\9ew\9ex\9fy\9fz\a0{\a0|\a1}\a1\b3\a2\ba\a3\bb\a3\bc\a4\be\a5\c3\a2\cc\a4\da\a6\db\a6\e5j\ea\a7\eb\a7\ecn\f3\a2\f8\a8\f9\a8\fa\a9\fb\a9\fc\a4&\b0*\b1+\b2N\b3\84\08b\bac\bbd\bce\bdf\bem\bfn\c0o\c1p\c2~\c3\7f\c3}\cf\8d\d0\94\d1\ab\d2\ac\d3\ad\d4\b0\d5\b1\d6\b2\d7\c4\d8\c5\d9\c6\da") - (data (i32.const 7004) "L") - (data (i32.const 7016) "\02\00\00\002\00\00\00s\00t\00d\00/\00s\00t\00r\00i\00n\00g\00-\00c\00a\00s\00e\00m\00a\00p\00p\00i\00n\00g\00.\00t\00s") - (data (i32.const 7085) "\01\02\03\04\05\06\07\08\t\n\0b\0c\r\0e\0f\10\11\12\13\14\15\16\17\18\19\1a\1b\1c\1d\1e\1f !\"#$%&\'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\7f") - (data (i32.const 7212) "\12\10\13\14\15\16\17\18\19\1a\1b\1c\1d\1e\1f !\10\10\"\10\10\10#$%&\'()\10*+\10\10\10\10\10\10\10\10\10\10\10,-.\10/\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\100\10\10\101\10234567\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\108\10\109:\10;<=\10\10\10\10\10\10>\10\10?@ABCDEFGHIJKL\10MNO\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10P\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10QR\10\10\10S\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10T\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10UV\10\10\10\10\10\10\10W\10\10\10\10\10XYZ\10\10\10\10\10[\\\10\10\10\10\10\10\10\10\10]\10\10\10\10\10\10\10\10\10\10\10\10") - (data (i32.const 7756) "\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\80@\00\04\00\00\00@\01\00\00\00\00\00\00\00\00\a1\90\01") - (data (i32.const 7842) "\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff0\04\b0") - (data (i32.const 7900) "\f8\03") - (data (i32.const 7927) "\82\00\00\00\00\00\00\fe\ff\ff\ff\ff\bf\b6\00\00\00\00\00\10\00?\00\ff\17\00\00\00\00\01\f8\ff\ff\00\00\01") - (data (i32.const 7974) "\c0\bf\ff=\00\00\00\80\02\00\00\00\ff\ff\ff\07") - (data (i32.const 8000) "\c0\ff\01\00\00\00\00\00\00\f8?$\00\00\c0\ff\ff?\00\00\00\00\00\0e") - (data (i32.const 8038) "\f8\ff\ff\ff\ff\ff\07\00\00\00\00\00\00\14\fe!\fe\00\0c\00\02\00\02\00\00\00\00\00\00\10\1e \00\00\0c\00\00@\06\00\00\00\00\00\00\10\869\02\00\00\00#\00\06\00\00\00\00\00\00\10\be!\00\00\0c\00\00\fc\02\00\00\00\00\00\00\90\1e `\00\0c\00\00\00\04\00\00\00\00\00\00\00\01 \00\00\00\00\00\00\11\00\00\00\00\00\00\c0\c1=`\00\0c\00\00\00\02\00\00\00\00\00\00\90@0\00\00\0c\00\00\00\03\00\00\00\00\00\00\18\1e \00\00\0c\00\00\00\02\00\00\00\00\00\00\00\00\04\\") - (data (i32.const 8210) "\f2\07\c0\7f") - (data (i32.const 8226) "\f2\1f@?") - (data (i32.const 8239) "\03\00\00\a0\02\00\00\00\00\00\00\fe\7f\df\e0\ff\fe\ff\ff\ff\1f@") - (data (i32.const 8273) "\e0\fdf\00\00\00\c3\01\00\1e\00d \00 ") - (data (i32.const 8299) "\10") - (data (i32.const 8311) "\e0") - (data (i32.const 8334) "\1c\00\00\00\1c\00\00\00\0c\00\00\00\0c\00\00\00\00\00\00\00\b0?@\fe\8f \00\00\00\00\00x\00\00\00\00\00\00\08\00\00\00\00\00\00\00`\00\00\00\00\02") - (data (i32.const 8400) "\87\01\04\0e") - (data (i32.const 8430) "\80\t\00\00\00\00\00\00@\7f\e5\1f\f8\9f\00\00\00\00\80\00\ff\ff\01\00\00\00\00\00\00\00\0f\00\00\00\00\00\d0\17\04\00\00\00\00\f8\0f\00\03\00\00\00<;\00\00\00\00\00\00@\a3\03\00\00\00\00\00\00\f0\cf\00\00\00\00\00\00\00\00?") - (data (i32.const 8518) "\f7\ff\fd!\10\03\00\00\00\00\00\f0\ff\ff\ff\ff\ff\ff\ff\07\00\01\00\00\00\f8\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\fb") - (data (i32.const 8579) "\a0\03\e0\00\e0\00\e0\00`\00\f8\00\03\90|\00\00\00\00\00\00\df\ff\02\80\00\00\ff\1f\00\00\00\00\00\00\ff\ff\ff\ff\01") - (data (i32.const 8635) "0") - (data (i32.const 8649) "\80\03") - (data (i32.const 8665) "\80\00\80") - (data (i32.const 8680) "\ff\ff\ff\ff\00\00\00\00\00\80") - (data (i32.const 8716) " \00\00\00\00<>\08") - (data (i32.const 8735) "~") - (data (i32.const 8747) "p\00\00 ") - (data (i32.const 8811) "?\00\10") - (data (i32.const 8825) "\80\f7\bf\00\00\00\f0") - (data (i32.const 8842) "\03\00\ff\ff\ff\ff\03") - (data (i32.const 8858) "\01\00\00\07") - (data (i32.const 8875) "\03D\08\00\00`\10") - (data (i32.const 8900) "0\00\00\00\ff\ff\03\80\00\00\00\00\c0?\00\00\80\ff\03\00\00\00\00\00\07\00\00\00\00\00\c83\00\80\00\00`\00\00\00\00\00\00\00\00~f\00\08\10\00\00\00\00\01\10\00\00\00\00\00\00\9d\c1\02\00\00 \000X") - (data (i32.const 8983) "\f8\00\0e") - (data (i32.const 9000) " !\00\00\00\00\00@") - (data (i32.const 9026) "\fc\ff\03\00\00\00\00\00\00\00\ff\ff\08\00\ff\ff\00\00\00\00$") - (data (i32.const 9067) "\80\80@\00\04\00\00\00@\01\00\00\00\00\00\01\00\00\00\00\c0\00\00\00\00\00\00\00\00\08\00\00\0e") - (data (i32.const 9131) " ") - (data (i32.const 9160) "\01") - (data (i32.const 9178) "\c0\07") - (data (i32.const 9196) "n\f0\00\00\00\00\00\87") - (data (i32.const 9224) "`\00\00\00\00\00\00\00\f0") - (data (i32.const 9281) "\18") - (data (i32.const 9300) "\c0\ff\01") - (data (i32.const 9324) "\02\00\00\00\00\00\00\ff\7f\00\00\00\00\00\00\80\03\00\00\00\00\00x&\00 \00\00\00\00\00\00\07\00\00\00\80\ef\1f\00\00\00\00\00\00\00\08\00\03\00\00\00\00\00\c0\7f\00\9e") - (data (i32.const 9393) "\80\d3@") - (data (i32.const 9415) "\80\f8\07\00\00\03\00\00\00\00\00\00\18\01\00\00\00\c0\1f\1f") - (data (i32.const 9459) "\ff\\\00\00@") - (data (i32.const 9474) "\f8\85\r") - (data (i32.const 9506) "<\b0\01\00\000") - (data (i32.const 9522) "\f8\a7\01") - (data (i32.const 9537) "(\bf") - (data (i32.const 9551) "\e0\bc\0f") - (data (i32.const 9585) "\80\ff\06") - (data (i32.const 9619) "X\08") - (data (i32.const 9638) "\f0\0c\01\00\00\00\fe\07\00\00\00\00\f8y\80\00~\0e\00\00\00\00\00\fc\7f\03") - (data (i32.const 9682) "\7f\bf") - (data (i32.const 9694) "\fc\ff\ff\fcm") - (data (i32.const 9714) "~\b4\bf") - (data (i32.const 9726) "\a3") - (data (i32.const 9770) "\18\00\00\00\00\00\00\00\ff\01") - (data (i32.const 9834) "\1f\00\00\00\00\00\00\00\7f\00\0f") - (data (i32.const 9877) "\80\00\00\00\00\00\00\00\80\ff\ff\00\00\00\00\00\00\00\00\1b") - (data (i32.const 9919) "`\0f") - (data (i32.const 9944) "\80\03\f8\ff\e7\0f\00\00\00<") - (data (i32.const 9972) "\1c") - (data (i32.const 9996) "\ff\ff\ff\ff\ff\ff\7f\f8\ff\ff\ff\ff\ff\1f \00\10\00\00\f8\fe\ff") - (data (i32.const 10028) "\7f\ff\ff\f9\db\07") - (data (i32.const 10066) "\ff?") - (data (i32.const 10121) "\f0") - (data (i32.const 10150) "\7f") - (data (i32.const 10164) "\f0\0f") - (data (i32.const 10219) "\f8") - (data (i32.const 10220) "\12\13\14\15\16\17\10\10\10\10\10\10\10\10\10\10\18\10\10\19\10\10\10\10\10\10\10\10\1a\1b\11\1c\1d\1e\10\10\1f\10\10\10\10\10\10\10 !\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\"#\10\10\10$\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10%\10\10\10&\10\10\10\10\'\10\10\10\10\10\10\10(\10\10\10\10\10\10\10\10\10\10\10)\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10*\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10+,-.\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10/\10\10\10\10\10\10\100\10\10\10\10\10\10\10\10\10\10\10\10\10\10") - (data (i32.const 10764) "\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\fe\ff\ff\07\fe\ff\ff\07\00\00\00\00\00\04 \04\ff\ff\7f\ff\ff\ff\7f\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\f7\f0\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ef\ff\ff\ff\ff\01\03\00\00\00\1f") - (data (i32.const 10900) " \00\00\00\00\00\cf\bc@\d7\ff\ff\fb\ff\ff\ff\ff\ff\ff\ff\ff\ff\bf\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\03\fc\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\fe\ff\ff\ff\7f\00\ff\ff\ff\ff\ff\01") - (data (i32.const 11008) "\ff\ff\ff\ff\bf \ff\ff\ff\ff\ff\e7") - (data (i32.const 11040) "\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff??") - (data (i32.const 11068) "\ff\01\ff\ff\ff\ff\ff\e7\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\ff\ff??\ff\ff\ff\ff??\ff\aa\ff\ff\ff?\ff\ff\ff\ff\ff\ff\df_\dc\1f\cf\0f\ff\1f\dc\1f") - (data (i32.const 11162) "\02\80\00\00\ff\1f") - (data (i32.const 11180) "\84\fc/>P\bd\1f\f2\e0C\00\00\ff\ff\ff\ff\18") - (data (i32.const 11234) "\c0\ff\ff\ff\ff\ff\ff\03\00\00\ff\ff\ff\ff\ff\7f\ff\ff\ff\ff\ff\7f\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\1fx\0c\00\ff\ff\ff\ff\bf ") - (data (i32.const 11316) "\ff\ff\ff\ff\ff?\00\00\ff\ff\ff?") - (data (i32.const 11344) "\fc\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ffx\ff\ff\ff\ff\ff\ff\fc\07\00\00\00\00`\07\00\00\00\00\00\00\ff\ff\ff\ff\ff\f7\ff\01\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\7f\00\f8") - (data (i32.const 11440) "\fe\ff\ff\07\fe\ff\ff\07") - (data (i32.const 11468) "\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff") - (data (i32.const 11490) "\ff\ff\ff\ff\0f\ff\ff\ff\ff\0f") - (data (i32.const 11516) "\ff\ff\ff\ff\ff\ff\07\00\ff\ff\ff\ff\ff\ff\07") - (data (i32.const 11552) "\ff\ff\ff\ff\ff\ff\ff\ff") - (data (i32.const 11572) "\ff\ff\ff\ff\ff\ff\ff\ff") - (data (i32.const 11596) "\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\df\ff\ff\ff\ff\ff\ff\ff\ff\dfd\de\ff\eb\ef\ff\ff\ff\ff\ff\ff\ff\bf\e7\df\df\ff\ff\ff{_\fc\fd\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff?\ff\ff\ff\fd\ff\ff\f7\ff\ff\ff\f7\ff\ff\df\ff\ff\ff\df\ff\ff\7f\ff\ff\ff\7f\ff\ff\ff\fd\ff\ff\ff\fd\ff\ff\f7\0f\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\0f") - (data (i32.const 11762) "\ff\ff\ff\03\ff\ff\ff\03\ff\ff\ff\03") - (data (i32.const 11788) ",") - (data (i32.const 11800) "\02\00\00\00\16\00\00\000\009\00_\00A\00Z\00 \00a\00z\00.\00!\00\n") - (data (i32.const 11836) ",") - (data (i32.const 11848) "\02\00\00\00\16\00\00\000\009\00_\00A\00Z\00 \00A\00Z\00.\00!\00\n") - (data (i32.const 11884) ",") - (data (i32.const 11896) "\02\00\00\00\16\00\00\000\009\00_\00A\00Z\00 \00a\00z\00.\00!\00\t") - (data (i32.const 11932) ",") - (data (i32.const 11944) "\02\00\00\00\16\00\00\000\009\00_\00a\00z\00 \00a\00z\00.\00!\00\t") - (data (i32.const 11980) "\\") - (data (i32.const 11992) "\02\00\00\00J\00\00\00D\00e\00r\00 \00W\00e\00c\00h\00s\00e\00l\00 \00a\00l\00l\00e\00i\00n\00 \00i\00s\00t\00 \00d\00a\00s\00 \00B\00e\00s\00t\00\e4\00n\00d\00i\00g\00e") - (data (i32.const 12076) "\\") - (data (i32.const 12088) "\02\00\00\00J\00\00\00D\00E\00R\00 \00W\00E\00C\00H\00S\00E\00L\00 \00A\00L\00L\00E\00I\00N\00 \00I\00S\00T\00 \00D\00A\00S\00 \00B\00E\00S\00T\00\c4\00N\00D\00I\00G\00E") - (data (i32.const 12172) "\\") - (data (i32.const 12184) "\02\00\00\00J\00\00\00d\00e\00r\00 \00w\00e\00c\00h\00s\00e\00l\00 \00a\00l\00l\00e\00i\00n\00 \00i\00s\00t\00 \00d\00a\00s\00 \00b\00e\00s\00t\00\e4\00n\00d\00i\00g\00e") - (data (i32.const 12268) "<") - (data (i32.const 12280) "\02\00\00\00$\00\00\00@\00 \00\14 \00\14\04@\04C\043\04 \00G\045\04;\04>\042\045\04:\040\04!") - (data (i32.const 12332) "<") - (data (i32.const 12344) "\02\00\00\00$\00\00\00@\00 \00\14 \00\14\04 \04#\04\13\04 \00\'\04\15\04\1b\04\1e\04\12\04\15\04\1a\04\10\04!") - (data (i32.const 12396) "<") - (data (i32.const 12408) "\02\00\00\00$\00\00\00@\00 \00\14 \004\04@\04C\043\04 \00G\045\04;\04>\042\045\04:\040\04!") - (data (i32.const 12460) "\\") - (data (i32.const 12472) "\02\00\00\00D\00\00\00.\" \00E\00\c5\"d\00a\00 \00=\00 \00Q\00,\00 \00n\00 \00\92! \00\1e\",\00 \00\11\" \00f\00(\00i\00)\00 \00=\00 \00\0f\" \00g\00(\00i\00)") - (data (i32.const 12556) "\\") - (data (i32.const 12568) "\02\00\00\00D\00\00\00.\" \00E\00\c5\"D\00A\00 \00=\00 \00Q\00,\00 \00N\00 \00\92! \00\1e\",\00 \00\11\" \00F\00(\00I\00)\00 \00=\00 \00\0f\" \00G\00(\00I\00)") - (data (i32.const 12652) "\\") - (data (i32.const 12664) "\02\00\00\00D\00\00\00.\" \00e\00\c5\"d\00a\00 \00=\00 \00q\00,\00 \00n\00 \00\92! \00\1e\",\00 \00\11\" \00f\00(\00i\00)\00 \00=\00 \00\0f\" \00g\00(\00i\00)") - (data (i32.const 12748) "\\") - (data (i32.const 12760) "\02\00\00\00H\00\00\00\f0\00i\00 \001\01n\00t\00Y\02\c8\02n\00\e6\00\83\02Y\02n\00Y\02l\00 \00f\00Y\02\c8\02n\00[\02t\001\01k\00 \00Y\02s\00o\00\8a\02s\00i\00\c8\02e\001\01\83\02n") - (data (i32.const 12844) "\\") - (data (i32.const 12856) "\02\00\00\00H\00\00\00\d0\00I\00 \00I\00N\00T\00\8f\01\c8\02N\00\c6\00\a9\01\8f\01N\00\8f\01L\00 \00F\00\8f\01\c8\02N\00\90\01T\00I\00K\00 \00\8f\01S\00O\00\b1\01S\00I\00\c8\02E\00I\00\a9\01N") - (data (i32.const 12940) "\\") - (data (i32.const 12952) "\02\00\00\00H\00\00\00\f0\00i\00 \00i\00n\00t\00Y\02\c8\02n\00\e6\00\83\02Y\02n\00Y\02l\00 \00f\00Y\02\c8\02n\00[\02t\00i\00k\00 \00Y\02s\00o\00\8a\02s\00i\00\c8\02e\00i\00\83\02n") - (data (i32.const 13036) "L") - (data (i32.const 13048) "\02\00\00\00.\00\00\00\a3\03r\1f \00\b3\03\bd\03\c9\03\c1\03\af\03\b6\03\c9\03 \00\00\1f\c0\03x\1f \00\c4\03t\1f\bd\03 \00\ba\03\cc\03\c8\03\b7\03") - (data (i32.const 13116) "L") - (data (i32.const 13128) "\02\00\00\00.\00\00\00\a3\03\c8\1f \00\93\03\9d\03\a9\03\a1\03\8a\03\96\03\a9\03 \00\08\1f\a0\03\f8\1f \00\a4\03\ca\1f\9d\03 \00\9a\03\8c\03\a8\03\97\03") - (data (i32.const 13196) "L") - (data (i32.const 13208) "\02\00\00\000\00\00\00\c4\03\bf\03\e6\1f \00\c3\03\c0\03\b1\03\b8\03\b9\03\bf\03\e6\1f \00\c4\03t\1f\bd\03 \00\c4\03\c1\03\bf\03\bc\03\b5\03\c1\03\ae\03,") - (data (i32.const 13276) "L") - (data (i32.const 13288) "\02\00\00\004\00\00\00\a4\03\9f\03\a5\03B\03 \00\a3\03\a0\03\91\03\98\03\99\03\9f\03\a5\03B\03 \00\a4\03\ca\1f\9d\03 \00\a4\03\a1\03\9f\03\9c\03\95\03\a1\03\89\03,") - (data (i32.const 13356) "<") - (data (i32.const 13368) "\02\00\00\00,\00\00\00\c3\03r\1f \00\b3\03\bd\03\c9\03\c1\03\af\03\b6\03\c9\03 \00\00\1f\c0\03x\1f \00\c4\03t\1f\bd\03 \00D\1f\c8\03\b7\03") - (data (i32.const 13420) "<") - (data (i32.const 13432) "\02\00\00\00,\00\00\00\a3\03\c8\1f \00\93\03\9d\03\a9\03\a1\03\8a\03\96\03\a9\03 \00\08\1f\a0\03\f8\1f \00\a4\03\ca\1f\9d\03 \00L\1f\a8\03\97\03") - (data (i32.const 13484) "L") - (data (i32.const 13496) "\02\00\00\002\00\00\00\c0\03\bf\03z\1f \00\bc\03r\1f \00\b2\03\af\03\b1\03 \00\bc\03\b5\03\c4\03\c1\03\ac\03\b5\03\b9\03 \00\c4\03t\1f \00\b3\03\c6\1f.") - (data (i32.const 13564) "L") - (data (i32.const 13576) "\02\00\00\004\00\00\00\a0\03\9f\03\ea\1f \00\9c\03\c8\1f \00\92\03\8a\03\91\03 \00\9c\03\95\03\a4\03\a1\03\86\03\95\03\99\03 \00\a4\03\ca\1f \00\93\03\97\03B\03.") - (data (i32.const 13644) "L") - (data (i32.const 13656) "\02\00\00\00.\00\00\00\91\03\c0\03\bf\1f \00\c4\03p\1f \00\ba\03\cc\03\ba\03\ba\03\b1\03\bb\03\b1\03 \00\b2\03\b3\03\b1\03\bb\03\bc\03\ad\03\bd\03\b7\03") - (data (i32.const 13724) "L") - (data (i32.const 13736) "\02\00\00\00.\00\00\00\91\03\a0\03\bf\1f \00\a4\03\ba\1f \00\9a\03\8c\03\9a\03\9a\03\91\03\9b\03\91\03 \00\92\03\93\03\91\03\9b\03\9c\03\88\03\9d\03\97\03") - (data (i32.const 13804) "<") - (data (i32.const 13816) "\02\00\00\00(\00\00\00\c4\03\f6\1f\bd\03 \00\fe\1f\95\03\bb\03\bb\03\ae\03\bd\03\c9\03\bd\03 \00\c4\03p\1f \001\1f\b5\03\c1\03\ac\03") - (data (i32.const 13868) "<") - (data (i32.const 13880) "\02\00\00\00*\00\00\00\a4\03\a9\03B\03\9d\03 \00\fe\1f\95\03\9b\03\9b\03\89\03\9d\03\a9\03\9d\03 \00\a4\03\ba\1f \009\1f\95\03\a1\03\86\03") - (data (i32.const 13932) "L") - (data (i32.const 13944) "\02\00\00\002\00\00\00\ba\03\b1\03v\1f \00\c3\03p\1f\bd\03 \00\c0\03\c1\03\f6\1f\c4\03\b1\03 \00\00\1f\bd\03\b4\03\c1\03\b5\03\b9\03\c9\03\bc\03\ad\03\bd\03\b7\03") - (data (i32.const 14012) "L") - (data (i32.const 14024) "\02\00\00\004\00\00\00\9a\03\91\03\da\1f \00\a3\03\ba\1f\9d\03 \00\a0\03\a1\03\a9\03B\03\a4\03\91\03 \00\08\1f\9d\03\94\03\a1\03\95\03\99\03\a9\03\9c\03\88\03\9d\03\97\03") - (data (i32.const 14092) "L") - (data (i32.const 14104) "\02\00\00\006\00\00\00\c7\03\b1\03\d6\1f\c1\03\b5\03,\00 \00f\1f \00\c7\03\b1\03\d6\1f\c1\03\b5\03,\00 \00\bf\1f\95\03\bb\03\b5\03\c5\03\b8\03\b5\03\c1\03\b9\03\ac\03!") - (data (i32.const 14172) "L") - (data (i32.const 14184) "\02\00\00\00:\00\00\00\a7\03\91\03\99\03B\03\a1\03\95\03,\00 \00n\1f \00\a7\03\91\03\99\03B\03\a1\03\95\03,\00 \00\bf\1f\95\03\9b\03\95\03\a5\03\98\03\95\03\a1\03\99\03\86\03!") - (data (i32.const 14252) "\9c") - (data (i32.const 14264) "\02\00\00\00\80\00\00\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00 \00/\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z") - (data (i32.const 14412) "\9c") - (data (i32.const 14424) "\02\00\00\00\80\00\00\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00 \00/\000\001\002\003\004\005\006\007\008\009\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z") - (data (i32.const 14572) "\9c") - (data (i32.const 14584) "\02\00\00\00\80\00\00\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00 \00/\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z") - (data (i32.const 14732) "\1c") - (data (i32.const 14744) "\02\00\00\00\02\00\00\00\df") - (data (i32.const 14764) "\1c") - (data (i32.const 14776) "\02\00\00\00\04\00\00\00S\00S") - (data (i32.const 14796) "\1c") - (data (i32.const 14808) "\02\00\00\00\02\00\00\000\01") - (data (i32.const 14828) "\1c") - (data (i32.const 14840) "\02\00\00\00\04\00\00\00i\00\07\03") - (data (i32.const 14860) "\cc") - (data (i32.const 14872) "\02\00\00\00\ae\00\00\00\a3\00\a9\00\b5\00\c0\00\c6\00\d6\00\de\00\df\00\e9\00\f6\00\ff\00\13 \14 \18 \1c \1d \1e \" & 0 \"!S\01`\01x\01~\01\ac \00\91\03\92\03\93\03\94\03\a9\03\b1\03\b2\03\b3\03\b4\03\c9\03 \00\10\04\11\04\12\04\13\04\14\040\041\042\043\044\04\00\"\02\"\08\"\1d!\'\"*\"a\"\1e\" \00\91!\97!\a8!\bb!\e3! \00\10%<%T%X%\91%\ba%:&@& \00\01\fb\fd\ff@$\82 \1f\02\1e\e5\04\84\1eP\02\d0\02N#\d0\051\05\d0\10") - (data (i32.const 15068) "\cc") - (data (i32.const 15080) "\02\00\00\00\b2\00\00\00\a3\00\a9\00\9c\03\c0\00\c6\00\d6\00\de\00S\00S\00\c9\00\d6\00x\01\13 \14 \18 \1c \1d \1e \" & 0 \"!R\01`\01x\01}\01\ac \00\91\03\92\03\93\03\94\03\a9\03\91\03\92\03\93\03\94\03\a9\03 \00\10\04\11\04\12\04\13\04\14\04\10\04\11\04\12\04\13\04\14\04\00\"\02\"\08\"\1d!\'\"*\"a\"\1e\" \00\91!\97!\a8!\bb!\e3! \00\10%<%T%X%\91%\ba%:&@& \00F\00I\00\fd\ff@$\82 (\1f\02\1e\e4\04\84\1eo,\d0\02N#\d0\051\05\90\1c") - (data (i32.const 15276) "\1c") - (data (i32.const 15288) "\02\00\00\00\04\00\00\00s\00s") - (data (i32.const 15308) "\1c") - (data (i32.const 15320) "\02\00\00\00\02\00\00\00\01\fb") - (data (i32.const 15340) "\1c") - (data (i32.const 15352) "\02\00\00\00\04\00\00\00f\00i") - (data (i32.const 15372) "\cc") - (data (i32.const 15384) "\02\00\00\00\b8\00\00\00A\d8\0e\df \00A\d81\df \00A\d8y\df \00C\d8S\dc \00C\d8x\dc \00C\d8\96\dc \00C\d8\cf\dc \00C\d8\d5\dc \00C\d8\15\dd \00C\d8|\dd \00C\d8\7f\dd \00C\d8\0e\de \00C\d8\0f\de \00C\d8w\de \00C\d8\9d\de \00C\d8\a2\de \00C\d8\d7\de \00C\d8\f9\de \00C\d8\fa\de \00C\d8-\df \00C\d8.\df \00C\d8L\df \00C\d8\b4\df \00C\d8\bc\df \00C\d8\ea\df \00D\d8\\\dc \00D\d8o\dc \00D\d8u\dc \00D\d8v\dc \00D\d8{\dc \00D\d8\c1\dc") - (data (i32.const 15580) ",") - (data (i32.const 15592) "\02\00\00\00\1c\00\00\00~\00l\00i\00b\00/\00s\00t\00r\00i\00n\00g\00.\00t\00s") - (data (i32.const 15628) "\1c") - (data (i32.const 15640) "\02\00\00\00\04\00\00\00\00\d8\00\dc") - (data (i32.const 15660) "\1c") - (data (i32.const 15672) "\02\00\00\00\02\00\00\00\88\1f") - (data (i32.const 15692) "\1c") - (data (i32.const 15704) "\02\00\00\00\02\00\00\00\80\1f") - (data (i32.const 15724) "\1c") - (data (i32.const 15736) "\02\00\00\00\02\00\00\00\8f\1f") - (data (i32.const 15756) "\1c") - (data (i32.const 15768) "\02\00\00\00\02\00\00\00\87\1f") - (data (i32.const 15788) "\1c") - (data (i32.const 15800) "\02\00\00\00\02\00\00\00\fc\1f") - (data (i32.const 15820) "\1c") - (data (i32.const 15832) "\02\00\00\00\02\00\00\00\f3\1f") - (data (i32.const 15852) "\1c") - (data (i32.const 15864) "\02\00\00\00\02\00\00\00\a3\03") - (data (i32.const 15884) "\1c") - (data (i32.const 15896) "\02\00\00\00\02\00\00\00\c3\03") - (data (i32.const 15916) "\1c") - (data (i32.const 15928) "\02\00\00\00\04\00\00\00 \00\a3\03") - (data (i32.const 15948) "\1c") - (data (i32.const 15960) "\02\00\00\00\04\00\00\00 \00\c3\03") - (data (i32.const 15980) "\1c") - (data (i32.const 15992) "\02\00\00\00\04\00\00\00\a3\03 ") - (data (i32.const 16012) "\1c") - (data (i32.const 16024) "\02\00\00\00\04\00\00\00\c3\03 ") - (data (i32.const 16044) "\1c") - (data (i32.const 16056) "\02\00\00\00\06\00\00\00 \00\a3\03 ") - (data (i32.const 16076) "\1c") - (data (i32.const 16088) "\02\00\00\00\06\00\00\00 \00\c3\03 ") - (data (i32.const 16108) "\1c") - (data (i32.const 16120) "\02\00\00\00\06\00\00\00a\00\a3\03 ") - (data (i32.const 16140) "\1c") - (data (i32.const 16152) "\02\00\00\00\06\00\00\00a\00\c2\03 ") - (data (i32.const 16172) "\1c") - (data (i32.const 16184) "\02\00\00\00\06\00\00\00a\00\a3\03\n") - (data (i32.const 16204) "\1c") - (data (i32.const 16216) "\02\00\00\00\06\00\00\00a\00\c2\03\n") - (data (i32.const 16236) "\1c") - (data (i32.const 16248) "\02\00\00\00\04\00\00\00a\00\a3\03") - (data (i32.const 16268) "\1c") - (data (i32.const 16280) "\02\00\00\00\04\00\00\00a\00\c2\03") - (data (i32.const 16300) "\1c") - (data (i32.const 16312) "\02\00\00\00\06\00\00\00a\00\a3\03b") - (data (i32.const 16332) "\1c") - (data (i32.const 16344) "\02\00\00\00\06\00\00\00a\00\c3\03b") - (data (i32.const 16364) "\1c") - (data (i32.const 16376) "\02\00\00\00\06\00\00\00\a3\03\a3\03 ") - (data (i32.const 16396) "\1c") - (data (i32.const 16408) "\02\00\00\00\06\00\00\00\c3\03\c2\03 ") - (data (i32.const 16428) "\1c") - (data (i32.const 16440) "\02\00\00\00\06\00\00\001\00\a3\03 ") - (data (i32.const 16460) "\1c") - (data (i32.const 16472) "\02\00\00\00\06\00\00\001\00\c3\03 ") - (data (i32.const 16492) "\1c") - (data (i32.const 16504) "\02\00\00\00\06\00\00\00;\00\a3\03 ") - (data (i32.const 16524) "\1c") - (data (i32.const 16536) "\02\00\00\00\06\00\00\00;\00\c3\03 ") - (data (i32.const 16556) "\1c") - (data (i32.const 16568) "\02\00\00\00\06\00\00\00\01\03\a3\03 ") - (data (i32.const 16588) "\1c") - (data (i32.const 16600) "\02\00\00\00\06\00\00\00\01\03\c3\03 ") - (data (i32.const 16620) "\1c") - (data (i32.const 16632) "\02\00\00\00\n\00\00\00\a3\03\01\03\a3\03\01\03 ") - (data (i32.const 16652) "\1c") - (data (i32.const 16664) "\02\00\00\00\n\00\00\00\c3\03\01\03\c2\03\01\03 ") - (data (i32.const 16684) "\1c") - (data (i32.const 16696) "\02\00\00\00\06\00\00\00\a3\03\a3\03-") - (data (i32.const 16716) "\1c") - (data (i32.const 16728) "\02\00\00\00\06\00\00\00\c3\03\c2\03-") - (data (i32.const 16748) "\1c") - (data (i32.const 16760) "\02\00\00\00\n\00\00\00\a3\03\01\03\a3\03\01\03-") - (data (i32.const 16780) "\1c") - (data (i32.const 16792) "\02\00\00\00\n\00\00\00\c3\03\01\03\c2\03\01\03-") - (data (i32.const 16812) "\1c") - (data (i32.const 16824) "\02\00\00\00\n\00\00\00\a3\03\01\03\a3\03\01\03*s") - (data (i32.const 16844) "\1c") - (data (i32.const 16856) "\02\00\00\00\n\00\00\00\c3\03\01\03\c2\03\01\03*s") - (data (i32.const 16876) "\1c") - (data (i32.const 16888) "\02\00\00\00\06\00\00\005\d8\a2\dc\a3\03") - (data (i32.const 16908) "\1c") - (data (i32.const 16920) "\02\00\00\00\06\00\00\005\d8\a2\dc\c2\03") - (data (i32.const 16940) "\1c") - (data (i32.const 16952) "\02\00\00\00\06\00\00\00A\00.\00\a3\03") - (data (i32.const 16972) "\1c") - (data (i32.const 16984) "\02\00\00\00\06\00\00\00a\00.\00\c2\03") - (data (i32.const 17004) "\1c") - (data (i32.const 17016) "\02\00\00\00\06\00\00\00A\00\ad\00\a3\03") - (data (i32.const 17036) "\1c") - (data (i32.const 17048) "\02\00\00\00\06\00\00\00a\00\ad\00\c2\03") - (data (i32.const 17068) "\1c") - (data (i32.const 17080) "\02\00\00\00\08\00\00\00A\004\d8B\de\a3\03") - (data (i32.const 17100) "\1c") - (data (i32.const 17112) "\02\00\00\00\08\00\00\00a\004\d8B\de\c2\03") - (data (i32.const 17132) "\1c") - (data (i32.const 17144) "\02\00\00\00\04\00\00\00E\03\a3\03") - (data (i32.const 17164) "\1c") - (data (i32.const 17176) "\02\00\00\00\04\00\00\00E\03\c3\03") - (data (i32.const 17196) "\1c") - (data (i32.const 17208) "\02\00\00\00\06\00\00\00\91\03E\03\a3\03") - (data (i32.const 17228) "\1c") - (data (i32.const 17240) "\02\00\00\00\06\00\00\00\b1\03E\03\c2\03") - (data (i32.const 17260) "\1c") - (data (i32.const 17272) "\02\00\00\00\06\00\00\00A\00\a3\03B") - (data (i32.const 17292) "\1c") - (data (i32.const 17304) "\02\00\00\00\08\00\00\00A\00\a3\035\d8\a2\dc") - (data (i32.const 17324) "\1c") - (data (i32.const 17336) "\02\00\00\00\08\00\00\00a\00\c3\035\d8\a2\dc") - (data (i32.const 17356) "\1c") - (data (i32.const 17368) "\02\00\00\00\08\00\00\00A\00\a3\03.\00b") - (data (i32.const 17388) "\1c") - (data (i32.const 17400) "\02\00\00\00\08\00\00\00a\00\c3\03.\00b") - (data (i32.const 17420) "\1c") - (data (i32.const 17432) "\02\00\00\00\08\00\00\00A\00\a3\03\ad\00B") - (data (i32.const 17452) "\1c") - (data (i32.const 17464) "\02\00\00\00\08\00\00\00a\00\c3\03\ad\00b") - (data (i32.const 17484) "\1c") - (data (i32.const 17496) "\02\00\00\00\n\00\00\00A\00\a3\034\d8B\deB") - (data (i32.const 17516) "\1c") - (data (i32.const 17528) "\02\00\00\00\n\00\00\00a\00\c3\034\d8B\deb") - (data (i32.const 17548) "\1c") - (data (i32.const 17560) "\02\00\00\00\06\00\00\00A\00\a3\03E\03") - (data (i32.const 17580) "\1c") - (data (i32.const 17592) "\02\00\00\00\06\00\00\00a\00\c2\03E\03") - (data (i32.const 17612) "\1c") - (data (i32.const 17624) "\02\00\00\00\08\00\00\00A\00\a3\03E\03\91\03") - (data (i32.const 17644) "\1c") - (data (i32.const 17656) "\02\00\00\00\08\00\00\00a\00\c3\03E\03\b1\03") - (data (i32.const 17676) "\1c") - (data (i32.const 17688) "\02\00\00\00\06\00\00\00A\00\0e\18\a3\03") - (data (i32.const 17708) "\1c") - (data (i32.const 17720) "\02\00\00\00\06\00\00\00a\00\0e\18\c2\03") - (data (i32.const 17740) "\1c") - (data (i32.const 17752) "\02\00\00\00\08\00\00\00A\00\0e\18\a3\03B") - (data (i32.const 17772) "\1c") - (data (i32.const 17784) "\02\00\00\00\08\00\00\00a\00\0e\18\c3\03b") - (data (i32.const 17804) "\1c") - (data (i32.const 17816) "\02\00\00\00\06\00\00\00A\00\a3\03\0e\18") - (data (i32.const 17836) "\1c") - (data (i32.const 17848) "\02\00\00\00\06\00\00\00a\00\c2\03\0e\18") - (data (i32.const 17868) "\1c") - (data (i32.const 17880) "\02\00\00\00\08\00\00\00A\00\a3\03\0e\18B") - (data (i32.const 17900) "\1c") - (data (i32.const 17912) "\02\00\00\00\08\00\00\00a\00\c3\03\0e\18b") - (data (i32.const 17932) "\1c") - (data (i32.const 17944) "\02\00\00\00\08\00\00\00A\00\0e\18\a3\03\0e\18") - (data (i32.const 17964) "\1c") - (data (i32.const 17976) "\02\00\00\00\08\00\00\00a\00\0e\18\c2\03\0e\18") - (data (i32.const 17996) "\1c") - (data (i32.const 18008) "\02\00\00\00\n\00\00\00A\00\0e\18\a3\03\0e\18B") - (data (i32.const 18028) "\1c") - (data (i32.const 18040) "\02\00\00\00\n\00\00\00a\00\0e\18\c3\03\0e\18b") - (data (i32.const 18060) "\1c") - (data (i32.const 18072) "\02\00\00\00\02\00\00\00\00\fb") - (data (i32.const 18092) "\1c") - (data (i32.const 18104) "\02\00\00\00\04\00\00\00F\00F") - (data (i32.const 18124) "\1c") - (data (i32.const 18136) "\02\00\00\00\04\00\00\00F\00I") - (data (i32.const 18156) "\1c") - (data (i32.const 18168) "\02\00\00\00\02\00\00\00\02\fb") - (data (i32.const 18188) "\1c") - (data (i32.const 18200) "\02\00\00\00\04\00\00\00F\00L") - (data (i32.const 18220) "\1c") - (data (i32.const 18232) "\02\00\00\00\02\00\00\00\03\fb") - (data (i32.const 18252) "\1c") - (data (i32.const 18264) "\02\00\00\00\06\00\00\00F\00F\00I") - (data (i32.const 18284) "\1c") - (data (i32.const 18296) "\02\00\00\00\02\00\00\00\04\fb") - (data (i32.const 18316) "\1c") - (data (i32.const 18328) "\02\00\00\00\06\00\00\00F\00F\00L") - (data (i32.const 18348) "\1c") - (data (i32.const 18360) "\02\00\00\00\02\00\00\00\05\fb") - (data (i32.const 18380) "\1c") - (data (i32.const 18392) "\02\00\00\00\04\00\00\00S\00T") - (data (i32.const 18412) "\1c") - (data (i32.const 18424) "\02\00\00\00\02\00\00\00\06\fb") - (data (i32.const 18444) "\1c") - (data (i32.const 18456) "\02\00\00\00\02\00\00\00\f0\01") - (data (i32.const 18476) "\1c") - (data (i32.const 18488) "\02\00\00\00\04\00\00\00J\00\0c\03") - (data (i32.const 18508) "\1c") - (data (i32.const 18520) "\02\00\00\00\02\00\00\00\96\1e") - (data (i32.const 18540) "\1c") - (data (i32.const 18552) "\02\00\00\00\04\00\00\00H\001\03") - (data (i32.const 18572) "\1c") - (data (i32.const 18584) "\02\00\00\00\02\00\00\00\97\1e") - (data (i32.const 18604) "\1c") - (data (i32.const 18616) "\02\00\00\00\04\00\00\00T\00\08\03") - (data (i32.const 18636) "\1c") - (data (i32.const 18648) "\02\00\00\00\02\00\00\00\98\1e") - (data (i32.const 18668) "\1c") - (data (i32.const 18680) "\02\00\00\00\04\00\00\00W\00\n\03") - (data (i32.const 18700) "\1c") - (data (i32.const 18712) "\02\00\00\00\02\00\00\00\99\1e") - (data (i32.const 18732) "\1c") - (data (i32.const 18744) "\02\00\00\00\04\00\00\00Y\00\n\03") - (data (i32.const 18764) "\1c") - (data (i32.const 18776) "\02\00\00\00\02\00\00\00\9a\1e") - (data (i32.const 18796) "\1c") - (data (i32.const 18808) "\02\00\00\00\04\00\00\00A\00\be\02") - (data (i32.const 18828) "\\") - (data (i32.const 18840) "\02\00\00\00@\00\00\00o\00r\00i\00g\00L\00o\00w\00e\00r\00C\00o\00d\00e\00 \00!\00=\00 \00e\00x\00p\00e\00c\00t\00L\00o\00w\00e\00r\00C\00o\00d\00e") - (data (i32.const 18924) "<") - (data (i32.const 18936) "\02\00\00\00\"\00\00\00 \00o\00r\00i\00g\00L\00o\00w\00e\00r\00C\00o\00d\00e\00 \00=\00 ") - (data (i32.const 18988) "|") - (data (i32.const 19000) "\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006") - (data (i32.const 19116) "<") - (data (i32.const 19128) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s") - (data (i32.const 19180) "\1c") - (data (i32.const 19192) "\02\00\00\00\02\00\00\000") - (data (i32.const 19212) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009") - (data (i32.const 19612) "\1c\04") - (data (i32.const 19624) "\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f") - (data (i32.const 20668) "\\") - (data (i32.const 20680) "\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z") - (data (i32.const 20764) "<") - (data (i32.const 20776) "\02\00\00\00&\00\00\00 \00e\00x\00p\00e\00c\00t\00L\00o\00w\00e\00r\00C\00o\00d\00e\00 \00=\00 ") - (data (i32.const 20828) "\\") - (data (i32.const 20840) "\02\00\00\00@\00\00\00o\00r\00i\00g\00U\00p\00p\00e\00r\00C\00o\00d\00e\00 \00!\00=\00 \00e\00x\00p\00e\00c\00t\00U\00p\00p\00e\00r\00C\00o\00d\00e") - (data (i32.const 20924) "<") - (data (i32.const 20936) "\02\00\00\00\"\00\00\00 \00o\00r\00i\00g\00U\00p\00p\00e\00r\00C\00o\00d\00e\00 \00=\00 ") - (data (i32.const 20988) "<") - (data (i32.const 21000) "\02\00\00\00&\00\00\00 \00e\00x\00p\00e\00c\00t\00U\00p\00p\00e\00r\00C\00o\00d\00e\00 \00=\00 ") - (data (i32.const 21056) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\a4") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02") + (data $1 (i32.const 1068) "<") + (data $1.1 (i32.const 1080) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $2 (i32.const 1132) "<") + (data $2.1 (i32.const 1144) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $5 (i32.const 1260) "<") + (data $5.1 (i32.const 1272) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $6 (i32.const 1324) ",") + (data $6.1 (i32.const 1336) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $8 (i32.const 1404) "<") + (data $8.1 (i32.const 1416) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $9 (i32.const 1468) "L\03") + (data $9.1 (i32.const 1480) "\04\00\00\000\03\00\00\df\00S\00S\00\00\00I\01\bc\02N\00\00\00\f0\01J\00\0c\03\00\00\90\03\99\03\08\03\01\03\b0\03\a5\03\08\03\01\03\87\055\05R\05\00\00\96\1eH\001\03\00\00\97\1eT\00\08\03\00\00\98\1eW\00\n\03\00\00\99\1eY\00\n\03\00\00\9a\1eA\00\be\02\00\00P\1f\a5\03\13\03\00\00R\1f\a5\03\13\03\00\03T\1f\a5\03\13\03\01\03V\1f\a5\03\13\03B\03\80\1f\08\1f\99\03\00\00\81\1f\t\1f\99\03\00\00\82\1f\n\1f\99\03\00\00\83\1f\0b\1f\99\03\00\00\84\1f\0c\1f\99\03\00\00\85\1f\r\1f\99\03\00\00\86\1f\0e\1f\99\03\00\00\87\1f\0f\1f\99\03\00\00\88\1f\08\1f\99\03\00\00\89\1f\t\1f\99\03\00\00\8a\1f\n\1f\99\03\00\00\8b\1f\0b\1f\99\03\00\00\8c\1f\0c\1f\99\03\00\00\8d\1f\r\1f\99\03\00\00\8e\1f\0e\1f\99\03\00\00\8f\1f\0f\1f\99\03\00\00\90\1f(\1f\99\03\00\00\91\1f)\1f\99\03\00\00\92\1f*\1f\99\03\00\00\93\1f+\1f\99\03\00\00\94\1f,\1f\99\03\00\00\95\1f-\1f\99\03\00\00\96\1f.\1f\99\03\00\00\97\1f/\1f\99\03\00\00\98\1f(\1f\99\03\00\00\99\1f)\1f\99\03\00\00\9a\1f*\1f\99\03\00\00\9b\1f+\1f\99\03\00\00\9c\1f,\1f\99\03\00\00\9d\1f-\1f\99\03\00\00\9e\1f.\1f\99\03\00\00\9f\1f/\1f\99\03\00\00\a0\1fh\1f\99\03\00\00\a1\1fi\1f\99\03\00\00\a2\1fj\1f\99\03\00\00\a3\1fk\1f\99\03\00\00\a4\1fl\1f\99\03\00\00\a5\1fm\1f\99\03\00\00\a6\1fn\1f\99\03\00\00\a7\1fo\1f\99\03\00\00\a8\1fh\1f\99\03\00\00\a9\1fi\1f\99\03\00\00\aa\1fj\1f\99\03\00\00\ab\1fk\1f\99\03\00\00\ac\1fl\1f\99\03\00\00\ad\1fm\1f\99\03\00\00\ae\1fn\1f\99\03\00\00\af\1fo\1f\99\03\00\00\b2\1f\ba\1f\99\03\00\00\b3\1f\91\03\99\03\00\00\b4\1f\86\03\99\03\00\00\b6\1f\91\03B\03\00\00\b7\1f\91\03B\03\99\03\bc\1f\91\03\99\03\00\00\c2\1f\ca\1f\99\03\00\00\c3\1f\97\03\99\03\00\00\c4\1f\89\03\99\03\00\00\c6\1f\97\03B\03\00\00\c7\1f\97\03B\03\99\03\cc\1f\97\03\99\03\00\00\d2\1f\99\03\08\03\00\03\d3\1f\99\03\08\03\01\03\d6\1f\99\03B\03\00\00\d7\1f\99\03\08\03B\03\e2\1f\a5\03\08\03\00\03\e3\1f\a5\03\08\03\01\03\e4\1f\a1\03\13\03\00\00\e6\1f\a5\03B\03\00\00\e7\1f\a5\03\08\03B\03\f2\1f\fa\1f\99\03\00\00\f3\1f\a9\03\99\03\00\00\f4\1f\8f\03\99\03\00\00\f6\1f\a9\03B\03\00\00\f7\1f\a9\03B\03\99\03\fc\1f\a9\03\99\03\00\00\00\fbF\00F\00\00\00\01\fbF\00I\00\00\00\02\fbF\00L\00\00\00\03\fbF\00F\00I\00\04\fbF\00F\00L\00\05\fbS\00T\00\00\00\06\fbS\00T\00\00\00\13\fbD\05F\05\00\00\14\fbD\055\05\00\00\15\fbD\05;\05\00\00\16\fbN\05F\05\00\00\17\fbD\05=\05") + (data $10 (i32.const 2317) "\01\02\03\04\05\06\07\08\t\n\0b\0c\r\0e\0f\10\11\12\13\14\15\16\17\18\19\1a\1b\1c\1d\1e\1f !\"#$%&\'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\]^_`ABCDEFGHIJKLMNOPQRSTUVWXYZ{|}~\7f") + (data $11 (i32.const 2444) "\07\08\t\n\0b\0c\06\06\06\06\06\06\06\06\06\06\r\06\06\0e\06\06\06\06\06\06\06\06\0f\10\11\12\06\13\06\06\06\06\06\06\06\06\06\06\14\15\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\16\17\06\06\06\18\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\19\06\06\06\06\1a\06\06\06\06\06\06\06\1b\06\06\06\06\06\06\06\06\06\06\06\1c\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\1d\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\1e\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06\06") + (data $11.1 (i32.const 3067) "$++++++++\01\00TVVVVVVVV") + (data $11.2 (i32.const 3106) "\18\00\00\00+++++++\07++[VVVVVVVJVV\051P1P1P1P1P1P1P1P$Py1P1P18P1P1P1P1P1P1P1PN1\02N\r\rN\03N\00$n\00N1&nQN$PN9\14\81\1b\1d\1dS1P1P\r1P1P1P\1bS$P1\02\\{\\{\\{\\{\\{\14y\\{\\{\\-+I\03H\03x\\{\14\00\96\n\01+(\06\06\00*\06**+\07\bb\b5+\1e\00+\07+++\01++++++++++++++++++++++++++++++++\01+++++++++++++++++++++++*+++++++++++++\cdF\cd+\00%+\07\01\06\01UVVVVVUVV\02$\81\81\81\81\81\15\81\81\81\00\00+\00\b2\d1\b2\d1\b2\d1\b2\d1\00\00\cd\cc\01\00\d7\d7\d7\d7\d7\83\81\81\81\81\81\81\81\81\81\81\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\1c\00\00\00\00\001P1P1P1P1P1\02\00\001P1P1P1P1P1P1P1P1PN1P1PN1P1P1P1P1P1P1P1\02\87\a6\87\a6\87\a6\87\a6\87\a6\87\a6\87\a6\87\a6*++++++++++++\00\00\00TVVVVVVVVVVVV") + (data $11.3 (i32.const 3615) "TVVVVVVVVVVVV\0c\00\0c*+++++++++++++\07*\01") + (data $11.4 (i32.const 3701) "*++++++++++++++++++++++++++VVl\81\15\00++++++++++++++++++++++++++++++++++++++++++\07l\03A++VVVVVVVVVVVVVV,V+++++++++++++++++++++\01") + (data $11.5 (i32.const 3860) "\0cl\00\00\00\00\00\06") + (data $11.6 (i32.const 3906) "\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%Vz\9e&\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06%\06\01++OVV,+\7fVV9++UVV++OVV,+\7fVV\817u[{\\++OVV\02\ac\04\00\009++UVV++OVV,++VV2\13\81W\00o\81~\c9\d7~-\81\81\0e~9\7foW\00\81\81~\15\00~\03++++++++++++\07+$+\97+++++++++*+++++VVVVV\80\81\81\81\819\bb*++++++++++++++++++++++++++++++++++++++++\01\81\81\81\81\81\81\81\81\81\81\81\81\81\81\81\c9\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\ac\d0\r\00N1\02\b4\c1\c1\d7\d7$P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P1P\d7\d7S\c1G\d4\d7\d7\d7\05++++++++++++\07\01\00\01") + (data $11.7 (i32.const 4357) "N1P1P1P1P1P1P1P\r\00\00\00\00\00$P1P1P1P1P") + (data $11.8 (i32.const 4422) "+++++++++++y\\{\\{O{\\{\\{\\{\\{\\{\\{\\{\\{\\{\\-++y\14\\{\\-y*\\\'\\{\\{\\{\a4\00\n\b4\\{\\{O\03x8+++++++++++++O-++\01") + (data $11.9 (i32.const 4535) "H") + (data $11.10 (i32.const 4545) "*++++++++++++++++++++++++++") + (data $11.11 (i32.const 4605) "++++++++\07\00HVVVVVVVV\02") + (data $11.12 (i32.const 4680) "+++++++++++++UVVVVVVVVVVVV\0e") + (data $11.13 (i32.const 4738) "$+++++++++++\07\00VVVVVVVVVVVV") + (data $11.14 (i32.const 4808) "$++++++++++++++++\07\00\00\00\00VVVVVVVVVVVVVVVVV") + (data $11.15 (i32.const 4905) "*++++++++++VVVVVVVVVV\0e") + (data $11.16 (i32.const 4959) "*++++++++++VVVVVVVVVV\0e") + (data $11.17 (i32.const 5024) "+++++++++++UVVVVVVVVVV\0e") + (data $12 (i32.const 5113) "\08\00\00V\01\00\009") + (data $13 (i32.const 5128) "\01 \00\00\00\e0\ff\ff\00\bf\1d\00\00\e7\02\00\00y\00\00\02$\00\00\01\01\00\00\00\ff\ff\ff\00\00\00\00\01\02\00\00\00\fe\ff\ff\019\ff\ff\00\18\ff\ff\01\87\ff\ff\00\d4\fe\ff\00\c3\00\00\01\d2\00\00\01\ce\00\00\01\cd\00\00\01O\00\00\01\ca\00\00\01\cb\00\00\01\cf\00\00\00a\00\00\01\d3\00\00\01\d1\00\00\00\a3\00\00\01\d5\00\00\00\82\00\00\01\d6\00\00\01\da\00\00\01\d9\00\00\01\db\00\00\008\00\00\03\00\00\00\00\b1\ff\ff\01\9f\ff\ff\01\c8\ff\ff\02($\00\00\00\00\00\01\01\00\00\00\ff\ff\ff\003\ff\ff\00&\ff\ff\01~\ff\ff\01+*\00\01]\ff\ff\01(*\00\00?*\00\01=\ff\ff\01E\00\00\01G\00\00\00\1f*\00\00\1c*\00\00\1e*\00\00.\ff\ff\002\ff\ff\006\ff\ff\005\ff\ff\00O\a5\00\00K\a5\00\001\ff\ff\00(\a5\00\00D\a5\00\00/\ff\ff\00-\ff\ff\00\f7)\00\00A\a5\00\00\fd)\00\00+\ff\ff\00*\ff\ff\00\e7)\00\00C\a5\00\00*\a5\00\00\bb\ff\ff\00\'\ff\ff\00\b9\ff\ff\00%\ff\ff\00\15\a5\00\00\12\a5\00\02$L\00\00\00\00\00\01 \00\00\00\e0\ff\ff\01\01\00\00\00\ff\ff\ff\00T\00\00\01t\00\00\01&\00\00\01%\00\00\01@\00\00\01?\00\00\00\da\ff\ff\00\db\ff\ff\00\e1\ff\ff\00\c0\ff\ff\00\c1\ff\ff\01\08\00\00\00\c2\ff\ff\00\c7\ff\ff\00\d1\ff\ff\00\ca\ff\ff\00\f8\ff\ff\00\aa\ff\ff\00\b0\ff\ff\00\07\00\00\00\8c\ff\ff\01\c4\ff\ff\00\a0\ff\ff\01\f9\ff\ff\02\1ap\00\01\01\00\00\00\ff\ff\ff\01 \00\00\00\e0\ff\ff\01P\00\00\01\0f\00\00\00\f1\ff\ff\00\00\00\00\010\00\00\00\d0\ff\ff\01\01\00\00\00\ff\ff\ff\00\00\00\00\00\c0\0b\00\01`\1c\00\00\00\00\00\01\d0\97\00\01\08\00\00\00\f8\ff\ff\02\05\8a\00\00\00\00\00\01@\f4\ff\00\9e\e7\ff\00\c2\89\00\00\db\e7\ff\00\92\e7\ff\00\93\e7\ff\00\9c\e7\ff\00\9d\e7\ff\00\a4\e7\ff\00\00\00\00\008\8a\00\00\04\8a\00\00\e6\0e\00\01\01\00\00\00\ff\ff\ff\00\00\00\00\00\c5\ff\ff\01A\e2\ff\02\1d\8f\00\00\08\00\00\01\f8\ff\ff\00\00\00\00\00V\00\00\01\aa\ff\ff\00J\00\00\00d\00\00\00\80\00\00\00p\00\00\00~\00\00\00\t\00\00\01\b6\ff\ff\01\f7\ff\ff\00\db\e3\ff\01\9c\ff\ff\01\90\ff\ff\01\80\ff\ff\01\82\ff\ff\02\05\ac\00\00\00\00\00\01\10\00\00\00\f0\ff\ff\01\1c\00\00\01\01\00\00\01\a3\e2\ff\01A\df\ff\01\ba\df\ff\00\e4\ff\ff\02\0b\b1\00\01\01\00\00\00\ff\ff\ff\010\00\00\00\d0\ff\ff\00\00\00\00\01\t\d6\ff\01\1a\f1\ff\01\19\d6\ff\00\d5\d5\ff\00\d8\d5\ff\01\e4\d5\ff\01\03\d6\ff\01\e1\d5\ff\01\e2\d5\ff\01\c1\d5\ff\00\00\00\00\00\a0\e3\ff\00\00\00\00\01\01\00\00\00\ff\ff\ff\02\0c\bc\00\00\00\00\00\01\01\00\00\00\ff\ff\ff\01\bcZ\ff\01\a0\03\00\01\fcu\ff\01\d8Z\ff\000\00\00\01\b1Z\ff\01\b5Z\ff\01\bfZ\ff\01\eeZ\ff\01\d6Z\ff\01\ebZ\ff\01\d0\ff\ff\01\bdZ\ff\01\c8u\ff\00\00\00\00\000h\ff\00`\fc\ff\00\00\00\00\01 \00\00\00\e0\ff\ff\00\00\00\00\01(\00\00\00\d8\ff\ff\00\00\00\00\01@\00\00\00\c0\ff\ff\00\00\00\00\01 \00\00\00\e0\ff\ff\00\00\00\00\01 \00\00\00\e0\ff\ff\00\00\00\00\01\"\00\00\00\de\ff\ff") + (data $14 (i32.const 6085) "\06\'Qow") + (data $14.1 (i32.const 6100) "|\00\00\7f\00\00\00\00\00\00\00\00\83\8e\92\97\00\aa") + (data $14.2 (i32.const 6128) "\b4\c4") + (data $14.3 (i32.const 6250) "\c6\c9\00\00\00\db") + (data $14.4 (i32.const 6339) "\de\00\00\00\00\e1\00\00\00\00\00\00\00\e4") + (data $14.5 (i32.const 6364) "\e7") + (data $14.6 (i32.const 6450) "\ea") + (data $14.7 (i32.const 6573) "\ed") + (data $15 (i32.const 6596) "0\0c1\rx\0e\7f\0f\80\10\81\11\86\12\89\13\8a\13\8e\14\8f\15\90\16\93\13\94\17\95\18\96\19\97\1a\9a\1b\9c\19\9d\1c\9e\1d\9f\1e\a6\1f\a9\1f\ae\1f\b1 \b2 \b7!\bf\"\c5#\c8#\cb#\dd$\f2#\f6%\f7& -:.=/>0?1@1C2D3E4P5Q6R7S8T9Y:[;\\e?f@hAiBj@kClDoBqErFuG}H\82I\87J\89K\8aL\8bL\8cM\92N\9dO\9ePEW{\1d|\1d}\1d\7fX\86Y\88Z\89Z\8aZ\8c[\8e\\\8f\\\ac]\ad^\ae^\af^\c2_\cc`\cda\cea\cfb\d0c\d1d\d5e\d6f\d7g\f0h\f1i\f2j\f3k\f4l\f5m\f9n\fd-\fe-\ff-PiQiRiSiTiUiViWiXiYiZi[i\\i]i^i_i\82\00\83\00\84\00\85\00\86\00\87\00\88\00\89\00\c0u\cfv\80\89\81\8a\82\8b\85\8c\86\8dp\9dq\9dv\9ew\9ex\9fy\9fz\a0{\a0|\a1}\a1\b3\a2\ba\a3\bb\a3\bc\a4\be\a5\c3\a2\cc\a4\da\a6\db\a6\e5j\ea\a7\eb\a7\ecn\f3\a2\f8\a8\f9\a8\fa\a9\fb\a9\fc\a4&\b0*\b1+\b2N\b3\84\08b\bac\bbd\bce\bdf\bem\bfn\c0o\c1p\c2~\c3\7f\c3}\cf\8d\d0\94\d1\ab\d2\ac\d3\ad\d4\b0\d5\b1\d6\b2\d7\c4\d8\c5\d9\c6\da") + (data $16 (i32.const 7004) "L") + (data $16.1 (i32.const 7016) "\02\00\00\002\00\00\00s\00t\00d\00/\00s\00t\00r\00i\00n\00g\00-\00c\00a\00s\00e\00m\00a\00p\00p\00i\00n\00g\00.\00t\00s") + (data $17 (i32.const 7085) "\01\02\03\04\05\06\07\08\t\n\0b\0c\r\0e\0f\10\11\12\13\14\15\16\17\18\19\1a\1b\1c\1d\1e\1f !\"#$%&\'()*+,-./0123456789:;<=>?@abcdefghijklmnopqrstuvwxyz[\\]^_`abcdefghijklmnopqrstuvwxyz{|}~\7f") + (data $18 (i32.const 7212) "\12\10\13\14\15\16\17\18\19\1a\1b\1c\1d\1e\1f !\10\10\"\10\10\10#$%&\'()\10*+\10\10\10\10\10\10\10\10\10\10\10,-.\10/\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\100\10\10\101\10234567\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\108\10\109:\10;<=\10\10\10\10\10\10>\10\10?@ABCDEFGHIJKL\10MNO\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10P\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10QR\10\10\10S\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10T\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10UV\10\10\10\10\10\10\10W\10\10\10\10\10XYZ\10\10\10\10\10[\\\10\10\10\10\10\10\10\10\10]\10\10\10\10\10\10\10\10\10\10\10\10") + (data $18.1 (i32.const 7756) "\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\80@\00\04\00\00\00@\01\00\00\00\00\00\00\00\00\a1\90\01") + (data $18.2 (i32.const 7842) "\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff0\04\b0") + (data $18.3 (i32.const 7900) "\f8\03") + (data $18.4 (i32.const 7927) "\82\00\00\00\00\00\00\fe\ff\ff\ff\ff\bf\b6\00\00\00\00\00\10\00?\00\ff\17\00\00\00\00\01\f8\ff\ff\00\00\01") + (data $18.5 (i32.const 7974) "\c0\bf\ff=\00\00\00\80\02\00\00\00\ff\ff\ff\07") + (data $18.6 (i32.const 8000) "\c0\ff\01\00\00\00\00\00\00\f8?$\00\00\c0\ff\ff?\00\00\00\00\00\0e") + (data $18.7 (i32.const 8038) "\f8\ff\ff\ff\ff\ff\07\00\00\00\00\00\00\14\fe!\fe\00\0c\00\02\00\02\00\00\00\00\00\00\10\1e \00\00\0c\00\00@\06\00\00\00\00\00\00\10\869\02\00\00\00#\00\06\00\00\00\00\00\00\10\be!\00\00\0c\00\00\fc\02\00\00\00\00\00\00\90\1e `\00\0c\00\00\00\04\00\00\00\00\00\00\00\01 \00\00\00\00\00\00\11\00\00\00\00\00\00\c0\c1=`\00\0c\00\00\00\02\00\00\00\00\00\00\90@0\00\00\0c\00\00\00\03\00\00\00\00\00\00\18\1e \00\00\0c\00\00\00\02\00\00\00\00\00\00\00\00\04\\") + (data $18.8 (i32.const 8210) "\f2\07\c0\7f") + (data $18.9 (i32.const 8226) "\f2\1f@?") + (data $18.10 (i32.const 8239) "\03\00\00\a0\02\00\00\00\00\00\00\fe\7f\df\e0\ff\fe\ff\ff\ff\1f@") + (data $18.11 (i32.const 8273) "\e0\fdf\00\00\00\c3\01\00\1e\00d \00 ") + (data $18.12 (i32.const 8299) "\10") + (data $18.13 (i32.const 8311) "\e0") + (data $18.14 (i32.const 8334) "\1c\00\00\00\1c\00\00\00\0c\00\00\00\0c\00\00\00\00\00\00\00\b0?@\fe\8f \00\00\00\00\00x\00\00\00\00\00\00\08\00\00\00\00\00\00\00`\00\00\00\00\02") + (data $18.15 (i32.const 8400) "\87\01\04\0e") + (data $18.16 (i32.const 8430) "\80\t\00\00\00\00\00\00@\7f\e5\1f\f8\9f\00\00\00\00\80\00\ff\ff\01\00\00\00\00\00\00\00\0f\00\00\00\00\00\d0\17\04\00\00\00\00\f8\0f\00\03\00\00\00<;\00\00\00\00\00\00@\a3\03\00\00\00\00\00\00\f0\cf\00\00\00\00\00\00\00\00?") + (data $18.17 (i32.const 8518) "\f7\ff\fd!\10\03\00\00\00\00\00\f0\ff\ff\ff\ff\ff\ff\ff\07\00\01\00\00\00\f8\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\fb") + (data $18.18 (i32.const 8579) "\a0\03\e0\00\e0\00\e0\00`\00\f8\00\03\90|\00\00\00\00\00\00\df\ff\02\80\00\00\ff\1f\00\00\00\00\00\00\ff\ff\ff\ff\01") + (data $18.19 (i32.const 8635) "0") + (data $18.20 (i32.const 8649) "\80\03") + (data $18.21 (i32.const 8665) "\80\00\80") + (data $18.22 (i32.const 8680) "\ff\ff\ff\ff\00\00\00\00\00\80") + (data $18.23 (i32.const 8716) " \00\00\00\00<>\08") + (data $18.24 (i32.const 8735) "~") + (data $18.25 (i32.const 8747) "p\00\00 ") + (data $18.26 (i32.const 8811) "?\00\10") + (data $18.27 (i32.const 8825) "\80\f7\bf\00\00\00\f0") + (data $18.28 (i32.const 8842) "\03\00\ff\ff\ff\ff\03") + (data $18.29 (i32.const 8858) "\01\00\00\07") + (data $18.30 (i32.const 8875) "\03D\08\00\00`\10") + (data $18.31 (i32.const 8900) "0\00\00\00\ff\ff\03\80\00\00\00\00\c0?\00\00\80\ff\03\00\00\00\00\00\07\00\00\00\00\00\c83\00\80\00\00`\00\00\00\00\00\00\00\00~f\00\08\10\00\00\00\00\01\10\00\00\00\00\00\00\9d\c1\02\00\00 \000X") + (data $18.32 (i32.const 8983) "\f8\00\0e") + (data $18.33 (i32.const 9000) " !\00\00\00\00\00@") + (data $18.34 (i32.const 9026) "\fc\ff\03\00\00\00\00\00\00\00\ff\ff\08\00\ff\ff\00\00\00\00$") + (data $18.35 (i32.const 9067) "\80\80@\00\04\00\00\00@\01\00\00\00\00\00\01\00\00\00\00\c0\00\00\00\00\00\00\00\00\08\00\00\0e") + (data $18.36 (i32.const 9131) " ") + (data $18.37 (i32.const 9160) "\01") + (data $18.38 (i32.const 9178) "\c0\07") + (data $18.39 (i32.const 9196) "n\f0\00\00\00\00\00\87") + (data $18.40 (i32.const 9224) "`\00\00\00\00\00\00\00\f0") + (data $18.41 (i32.const 9281) "\18") + (data $18.42 (i32.const 9300) "\c0\ff\01") + (data $18.43 (i32.const 9324) "\02\00\00\00\00\00\00\ff\7f\00\00\00\00\00\00\80\03\00\00\00\00\00x&\00 \00\00\00\00\00\00\07\00\00\00\80\ef\1f\00\00\00\00\00\00\00\08\00\03\00\00\00\00\00\c0\7f\00\9e") + (data $18.44 (i32.const 9393) "\80\d3@") + (data $18.45 (i32.const 9415) "\80\f8\07\00\00\03\00\00\00\00\00\00\18\01\00\00\00\c0\1f\1f") + (data $18.46 (i32.const 9459) "\ff\\\00\00@") + (data $18.47 (i32.const 9474) "\f8\85\r") + (data $18.48 (i32.const 9506) "<\b0\01\00\000") + (data $18.49 (i32.const 9522) "\f8\a7\01") + (data $18.50 (i32.const 9537) "(\bf") + (data $18.51 (i32.const 9551) "\e0\bc\0f") + (data $18.52 (i32.const 9585) "\80\ff\06") + (data $18.53 (i32.const 9619) "X\08") + (data $18.54 (i32.const 9638) "\f0\0c\01\00\00\00\fe\07\00\00\00\00\f8y\80\00~\0e\00\00\00\00\00\fc\7f\03") + (data $18.55 (i32.const 9682) "\7f\bf") + (data $18.56 (i32.const 9694) "\fc\ff\ff\fcm") + (data $18.57 (i32.const 9714) "~\b4\bf") + (data $18.58 (i32.const 9726) "\a3") + (data $18.59 (i32.const 9770) "\18\00\00\00\00\00\00\00\ff\01") + (data $18.60 (i32.const 9834) "\1f\00\00\00\00\00\00\00\7f\00\0f") + (data $18.61 (i32.const 9877) "\80\00\00\00\00\00\00\00\80\ff\ff\00\00\00\00\00\00\00\00\1b") + (data $18.62 (i32.const 9919) "`\0f") + (data $18.63 (i32.const 9944) "\80\03\f8\ff\e7\0f\00\00\00<") + (data $18.64 (i32.const 9972) "\1c") + (data $18.65 (i32.const 9996) "\ff\ff\ff\ff\ff\ff\7f\f8\ff\ff\ff\ff\ff\1f \00\10\00\00\f8\fe\ff") + (data $18.66 (i32.const 10028) "\7f\ff\ff\f9\db\07") + (data $18.67 (i32.const 10066) "\ff?") + (data $18.68 (i32.const 10121) "\f0") + (data $18.69 (i32.const 10150) "\7f") + (data $18.70 (i32.const 10164) "\f0\0f") + (data $18.71 (i32.const 10219) "\f8") + (data $19 (i32.const 10220) "\12\13\14\15\16\17\10\10\10\10\10\10\10\10\10\10\18\10\10\19\10\10\10\10\10\10\10\10\1a\1b\11\1c\1d\1e\10\10\1f\10\10\10\10\10\10\10 !\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\"#\10\10\10$\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10%\10\10\10&\10\10\10\10\'\10\10\10\10\10\10\10(\10\10\10\10\10\10\10\10\10\10\10)\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10*\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10+,-.\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10\10/\10\10\10\10\10\10\100\10\10\10\10\10\10\10\10\10\10\10\10\10\10") + (data $19.1 (i32.const 10764) "\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\fe\ff\ff\07\fe\ff\ff\07\00\00\00\00\00\04 \04\ff\ff\7f\ff\ff\ff\7f\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\f7\f0\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ef\ff\ff\ff\ff\01\03\00\00\00\1f") + (data $19.2 (i32.const 10900) " \00\00\00\00\00\cf\bc@\d7\ff\ff\fb\ff\ff\ff\ff\ff\ff\ff\ff\ff\bf\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\03\fc\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\fe\ff\ff\ff\7f\00\ff\ff\ff\ff\ff\01") + (data $19.3 (i32.const 11008) "\ff\ff\ff\ff\bf \ff\ff\ff\ff\ff\e7") + (data $19.4 (i32.const 11040) "\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff??") + (data $19.5 (i32.const 11068) "\ff\01\ff\ff\ff\ff\ff\e7\00\00\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\ff\ff??\ff\ff\ff\ff??\ff\aa\ff\ff\ff?\ff\ff\ff\ff\ff\ff\df_\dc\1f\cf\0f\ff\1f\dc\1f") + (data $19.6 (i32.const 11162) "\02\80\00\00\ff\1f") + (data $19.7 (i32.const 11180) "\84\fc/>P\bd\1f\f2\e0C\00\00\ff\ff\ff\ff\18") + (data $19.8 (i32.const 11234) "\c0\ff\ff\ff\ff\ff\ff\03\00\00\ff\ff\ff\ff\ff\7f\ff\ff\ff\ff\ff\7f\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\1fx\0c\00\ff\ff\ff\ff\bf ") + (data $19.9 (i32.const 11316) "\ff\ff\ff\ff\ff?\00\00\ff\ff\ff?") + (data $19.10 (i32.const 11344) "\fc\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ffx\ff\ff\ff\ff\ff\ff\fc\07\00\00\00\00`\07\00\00\00\00\00\00\ff\ff\ff\ff\ff\f7\ff\01\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\7f\00\f8") + (data $19.11 (i32.const 11440) "\fe\ff\ff\07\fe\ff\ff\07") + (data $19.12 (i32.const 11468) "\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff") + (data $19.13 (i32.const 11490) "\ff\ff\ff\ff\0f\ff\ff\ff\ff\0f") + (data $19.14 (i32.const 11516) "\ff\ff\ff\ff\ff\ff\07\00\ff\ff\ff\ff\ff\ff\07") + (data $19.15 (i32.const 11552) "\ff\ff\ff\ff\ff\ff\ff\ff") + (data $19.16 (i32.const 11572) "\ff\ff\ff\ff\ff\ff\ff\ff") + (data $19.17 (i32.const 11596) "\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\df\ff\ff\ff\ff\ff\ff\ff\ff\dfd\de\ff\eb\ef\ff\ff\ff\ff\ff\ff\ff\bf\e7\df\df\ff\ff\ff{_\fc\fd\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff\ff?\ff\ff\ff\fd\ff\ff\f7\ff\ff\ff\f7\ff\ff\df\ff\ff\ff\df\ff\ff\7f\ff\ff\ff\7f\ff\ff\ff\fd\ff\ff\ff\fd\ff\ff\f7\0f\00\00\00\00\00\00\ff\ff\ff\ff\ff\ff\ff\ff\0f") + (data $19.18 (i32.const 11762) "\ff\ff\ff\03\ff\ff\ff\03\ff\ff\ff\03") + (data $20 (i32.const 11788) ",") + (data $20.1 (i32.const 11800) "\02\00\00\00\16\00\00\000\009\00_\00A\00Z\00 \00a\00z\00.\00!\00\n") + (data $21 (i32.const 11836) ",") + (data $21.1 (i32.const 11848) "\02\00\00\00\16\00\00\000\009\00_\00A\00Z\00 \00A\00Z\00.\00!\00\n") + (data $22 (i32.const 11884) ",") + (data $22.1 (i32.const 11896) "\02\00\00\00\16\00\00\000\009\00_\00A\00Z\00 \00a\00z\00.\00!\00\t") + (data $23 (i32.const 11932) ",") + (data $23.1 (i32.const 11944) "\02\00\00\00\16\00\00\000\009\00_\00a\00z\00 \00a\00z\00.\00!\00\t") + (data $24 (i32.const 11980) "\\") + (data $24.1 (i32.const 11992) "\02\00\00\00J\00\00\00D\00e\00r\00 \00W\00e\00c\00h\00s\00e\00l\00 \00a\00l\00l\00e\00i\00n\00 \00i\00s\00t\00 \00d\00a\00s\00 \00B\00e\00s\00t\00\e4\00n\00d\00i\00g\00e") + (data $25 (i32.const 12076) "\\") + (data $25.1 (i32.const 12088) "\02\00\00\00J\00\00\00D\00E\00R\00 \00W\00E\00C\00H\00S\00E\00L\00 \00A\00L\00L\00E\00I\00N\00 \00I\00S\00T\00 \00D\00A\00S\00 \00B\00E\00S\00T\00\c4\00N\00D\00I\00G\00E") + (data $26 (i32.const 12172) "\\") + (data $26.1 (i32.const 12184) "\02\00\00\00J\00\00\00d\00e\00r\00 \00w\00e\00c\00h\00s\00e\00l\00 \00a\00l\00l\00e\00i\00n\00 \00i\00s\00t\00 \00d\00a\00s\00 \00b\00e\00s\00t\00\e4\00n\00d\00i\00g\00e") + (data $27 (i32.const 12268) "<") + (data $27.1 (i32.const 12280) "\02\00\00\00$\00\00\00@\00 \00\14 \00\14\04@\04C\043\04 \00G\045\04;\04>\042\045\04:\040\04!") + (data $28 (i32.const 12332) "<") + (data $28.1 (i32.const 12344) "\02\00\00\00$\00\00\00@\00 \00\14 \00\14\04 \04#\04\13\04 \00\'\04\15\04\1b\04\1e\04\12\04\15\04\1a\04\10\04!") + (data $29 (i32.const 12396) "<") + (data $29.1 (i32.const 12408) "\02\00\00\00$\00\00\00@\00 \00\14 \004\04@\04C\043\04 \00G\045\04;\04>\042\045\04:\040\04!") + (data $30 (i32.const 12460) "\\") + (data $30.1 (i32.const 12472) "\02\00\00\00D\00\00\00.\" \00E\00\c5\"d\00a\00 \00=\00 \00Q\00,\00 \00n\00 \00\92! \00\1e\",\00 \00\11\" \00f\00(\00i\00)\00 \00=\00 \00\0f\" \00g\00(\00i\00)") + (data $31 (i32.const 12556) "\\") + (data $31.1 (i32.const 12568) "\02\00\00\00D\00\00\00.\" \00E\00\c5\"D\00A\00 \00=\00 \00Q\00,\00 \00N\00 \00\92! \00\1e\",\00 \00\11\" \00F\00(\00I\00)\00 \00=\00 \00\0f\" \00G\00(\00I\00)") + (data $32 (i32.const 12652) "\\") + (data $32.1 (i32.const 12664) "\02\00\00\00D\00\00\00.\" \00e\00\c5\"d\00a\00 \00=\00 \00q\00,\00 \00n\00 \00\92! \00\1e\",\00 \00\11\" \00f\00(\00i\00)\00 \00=\00 \00\0f\" \00g\00(\00i\00)") + (data $33 (i32.const 12748) "\\") + (data $33.1 (i32.const 12760) "\02\00\00\00H\00\00\00\f0\00i\00 \001\01n\00t\00Y\02\c8\02n\00\e6\00\83\02Y\02n\00Y\02l\00 \00f\00Y\02\c8\02n\00[\02t\001\01k\00 \00Y\02s\00o\00\8a\02s\00i\00\c8\02e\001\01\83\02n") + (data $34 (i32.const 12844) "\\") + (data $34.1 (i32.const 12856) "\02\00\00\00H\00\00\00\d0\00I\00 \00I\00N\00T\00\8f\01\c8\02N\00\c6\00\a9\01\8f\01N\00\8f\01L\00 \00F\00\8f\01\c8\02N\00\90\01T\00I\00K\00 \00\8f\01S\00O\00\b1\01S\00I\00\c8\02E\00I\00\a9\01N") + (data $35 (i32.const 12940) "\\") + (data $35.1 (i32.const 12952) "\02\00\00\00H\00\00\00\f0\00i\00 \00i\00n\00t\00Y\02\c8\02n\00\e6\00\83\02Y\02n\00Y\02l\00 \00f\00Y\02\c8\02n\00[\02t\00i\00k\00 \00Y\02s\00o\00\8a\02s\00i\00\c8\02e\00i\00\83\02n") + (data $36 (i32.const 13036) "L") + (data $36.1 (i32.const 13048) "\02\00\00\00.\00\00\00\a3\03r\1f \00\b3\03\bd\03\c9\03\c1\03\af\03\b6\03\c9\03 \00\00\1f\c0\03x\1f \00\c4\03t\1f\bd\03 \00\ba\03\cc\03\c8\03\b7\03") + (data $37 (i32.const 13116) "L") + (data $37.1 (i32.const 13128) "\02\00\00\00.\00\00\00\a3\03\c8\1f \00\93\03\9d\03\a9\03\a1\03\8a\03\96\03\a9\03 \00\08\1f\a0\03\f8\1f \00\a4\03\ca\1f\9d\03 \00\9a\03\8c\03\a8\03\97\03") + (data $38 (i32.const 13196) "L") + (data $38.1 (i32.const 13208) "\02\00\00\000\00\00\00\c4\03\bf\03\e6\1f \00\c3\03\c0\03\b1\03\b8\03\b9\03\bf\03\e6\1f \00\c4\03t\1f\bd\03 \00\c4\03\c1\03\bf\03\bc\03\b5\03\c1\03\ae\03,") + (data $39 (i32.const 13276) "L") + (data $39.1 (i32.const 13288) "\02\00\00\004\00\00\00\a4\03\9f\03\a5\03B\03 \00\a3\03\a0\03\91\03\98\03\99\03\9f\03\a5\03B\03 \00\a4\03\ca\1f\9d\03 \00\a4\03\a1\03\9f\03\9c\03\95\03\a1\03\89\03,") + (data $40 (i32.const 13356) "<") + (data $40.1 (i32.const 13368) "\02\00\00\00,\00\00\00\c3\03r\1f \00\b3\03\bd\03\c9\03\c1\03\af\03\b6\03\c9\03 \00\00\1f\c0\03x\1f \00\c4\03t\1f\bd\03 \00D\1f\c8\03\b7\03") + (data $41 (i32.const 13420) "<") + (data $41.1 (i32.const 13432) "\02\00\00\00,\00\00\00\a3\03\c8\1f \00\93\03\9d\03\a9\03\a1\03\8a\03\96\03\a9\03 \00\08\1f\a0\03\f8\1f \00\a4\03\ca\1f\9d\03 \00L\1f\a8\03\97\03") + (data $42 (i32.const 13484) "L") + (data $42.1 (i32.const 13496) "\02\00\00\002\00\00\00\c0\03\bf\03z\1f \00\bc\03r\1f \00\b2\03\af\03\b1\03 \00\bc\03\b5\03\c4\03\c1\03\ac\03\b5\03\b9\03 \00\c4\03t\1f \00\b3\03\c6\1f.") + (data $43 (i32.const 13564) "L") + (data $43.1 (i32.const 13576) "\02\00\00\004\00\00\00\a0\03\9f\03\ea\1f \00\9c\03\c8\1f \00\92\03\8a\03\91\03 \00\9c\03\95\03\a4\03\a1\03\86\03\95\03\99\03 \00\a4\03\ca\1f \00\93\03\97\03B\03.") + (data $44 (i32.const 13644) "L") + (data $44.1 (i32.const 13656) "\02\00\00\00.\00\00\00\91\03\c0\03\bf\1f \00\c4\03p\1f \00\ba\03\cc\03\ba\03\ba\03\b1\03\bb\03\b1\03 \00\b2\03\b3\03\b1\03\bb\03\bc\03\ad\03\bd\03\b7\03") + (data $45 (i32.const 13724) "L") + (data $45.1 (i32.const 13736) "\02\00\00\00.\00\00\00\91\03\a0\03\bf\1f \00\a4\03\ba\1f \00\9a\03\8c\03\9a\03\9a\03\91\03\9b\03\91\03 \00\92\03\93\03\91\03\9b\03\9c\03\88\03\9d\03\97\03") + (data $46 (i32.const 13804) "<") + (data $46.1 (i32.const 13816) "\02\00\00\00(\00\00\00\c4\03\f6\1f\bd\03 \00\fe\1f\95\03\bb\03\bb\03\ae\03\bd\03\c9\03\bd\03 \00\c4\03p\1f \001\1f\b5\03\c1\03\ac\03") + (data $47 (i32.const 13868) "<") + (data $47.1 (i32.const 13880) "\02\00\00\00*\00\00\00\a4\03\a9\03B\03\9d\03 \00\fe\1f\95\03\9b\03\9b\03\89\03\9d\03\a9\03\9d\03 \00\a4\03\ba\1f \009\1f\95\03\a1\03\86\03") + (data $48 (i32.const 13932) "L") + (data $48.1 (i32.const 13944) "\02\00\00\002\00\00\00\ba\03\b1\03v\1f \00\c3\03p\1f\bd\03 \00\c0\03\c1\03\f6\1f\c4\03\b1\03 \00\00\1f\bd\03\b4\03\c1\03\b5\03\b9\03\c9\03\bc\03\ad\03\bd\03\b7\03") + (data $49 (i32.const 14012) "L") + (data $49.1 (i32.const 14024) "\02\00\00\004\00\00\00\9a\03\91\03\da\1f \00\a3\03\ba\1f\9d\03 \00\a0\03\a1\03\a9\03B\03\a4\03\91\03 \00\08\1f\9d\03\94\03\a1\03\95\03\99\03\a9\03\9c\03\88\03\9d\03\97\03") + (data $50 (i32.const 14092) "L") + (data $50.1 (i32.const 14104) "\02\00\00\006\00\00\00\c7\03\b1\03\d6\1f\c1\03\b5\03,\00 \00f\1f \00\c7\03\b1\03\d6\1f\c1\03\b5\03,\00 \00\bf\1f\95\03\bb\03\b5\03\c5\03\b8\03\b5\03\c1\03\b9\03\ac\03!") + (data $51 (i32.const 14172) "L") + (data $51.1 (i32.const 14184) "\02\00\00\00:\00\00\00\a7\03\91\03\99\03B\03\a1\03\95\03,\00 \00n\1f \00\a7\03\91\03\99\03B\03\a1\03\95\03,\00 \00\bf\1f\95\03\9b\03\95\03\a5\03\98\03\95\03\a1\03\99\03\86\03!") + (data $52 (i32.const 14252) "\9c") + (data $52.1 (i32.const 14264) "\02\00\00\00\80\00\00\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00 \00/\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z") + (data $53 (i32.const 14412) "\9c") + (data $53.1 (i32.const 14424) "\02\00\00\00\80\00\00\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00 \00/\000\001\002\003\004\005\006\007\008\009\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z") + (data $54 (i32.const 14572) "\9c") + (data $54.1 (i32.const 14584) "\02\00\00\00\80\00\00\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00 \00/\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z") + (data $55 (i32.const 14732) "\1c") + (data $55.1 (i32.const 14744) "\02\00\00\00\02\00\00\00\df") + (data $56 (i32.const 14764) "\1c") + (data $56.1 (i32.const 14776) "\02\00\00\00\04\00\00\00S\00S") + (data $57 (i32.const 14796) "\1c") + (data $57.1 (i32.const 14808) "\02\00\00\00\02\00\00\000\01") + (data $58 (i32.const 14828) "\1c") + (data $58.1 (i32.const 14840) "\02\00\00\00\04\00\00\00i\00\07\03") + (data $59 (i32.const 14860) "\cc") + (data $59.1 (i32.const 14872) "\02\00\00\00\ae\00\00\00\a3\00\a9\00\b5\00\c0\00\c6\00\d6\00\de\00\df\00\e9\00\f6\00\ff\00\13 \14 \18 \1c \1d \1e \" & 0 \"!S\01`\01x\01~\01\ac \00\91\03\92\03\93\03\94\03\a9\03\b1\03\b2\03\b3\03\b4\03\c9\03 \00\10\04\11\04\12\04\13\04\14\040\041\042\043\044\04\00\"\02\"\08\"\1d!\'\"*\"a\"\1e\" \00\91!\97!\a8!\bb!\e3! \00\10%<%T%X%\91%\ba%:&@& \00\01\fb\fd\ff@$\82 \1f\02\1e\e5\04\84\1eP\02\d0\02N#\d0\051\05\d0\10") + (data $60 (i32.const 15068) "\cc") + (data $60.1 (i32.const 15080) "\02\00\00\00\b2\00\00\00\a3\00\a9\00\9c\03\c0\00\c6\00\d6\00\de\00S\00S\00\c9\00\d6\00x\01\13 \14 \18 \1c \1d \1e \" & 0 \"!R\01`\01x\01}\01\ac \00\91\03\92\03\93\03\94\03\a9\03\91\03\92\03\93\03\94\03\a9\03 \00\10\04\11\04\12\04\13\04\14\04\10\04\11\04\12\04\13\04\14\04\00\"\02\"\08\"\1d!\'\"*\"a\"\1e\" \00\91!\97!\a8!\bb!\e3! \00\10%<%T%X%\91%\ba%:&@& \00F\00I\00\fd\ff@$\82 (\1f\02\1e\e4\04\84\1eo,\d0\02N#\d0\051\05\90\1c") + (data $61 (i32.const 15276) "\1c") + (data $61.1 (i32.const 15288) "\02\00\00\00\04\00\00\00s\00s") + (data $62 (i32.const 15308) "\1c") + (data $62.1 (i32.const 15320) "\02\00\00\00\02\00\00\00\01\fb") + (data $63 (i32.const 15340) "\1c") + (data $63.1 (i32.const 15352) "\02\00\00\00\04\00\00\00f\00i") + (data $64 (i32.const 15372) "\cc") + (data $64.1 (i32.const 15384) "\02\00\00\00\b8\00\00\00A\d8\0e\df \00A\d81\df \00A\d8y\df \00C\d8S\dc \00C\d8x\dc \00C\d8\96\dc \00C\d8\cf\dc \00C\d8\d5\dc \00C\d8\15\dd \00C\d8|\dd \00C\d8\7f\dd \00C\d8\0e\de \00C\d8\0f\de \00C\d8w\de \00C\d8\9d\de \00C\d8\a2\de \00C\d8\d7\de \00C\d8\f9\de \00C\d8\fa\de \00C\d8-\df \00C\d8.\df \00C\d8L\df \00C\d8\b4\df \00C\d8\bc\df \00C\d8\ea\df \00D\d8\\\dc \00D\d8o\dc \00D\d8u\dc \00D\d8v\dc \00D\d8{\dc \00D\d8\c1\dc") + (data $65 (i32.const 15580) ",") + (data $65.1 (i32.const 15592) "\02\00\00\00\1c\00\00\00~\00l\00i\00b\00/\00s\00t\00r\00i\00n\00g\00.\00t\00s") + (data $66 (i32.const 15628) "\1c") + (data $66.1 (i32.const 15640) "\02\00\00\00\04\00\00\00\00\d8\00\dc") + (data $67 (i32.const 15660) "\1c") + (data $67.1 (i32.const 15672) "\02\00\00\00\02\00\00\00\88\1f") + (data $68 (i32.const 15692) "\1c") + (data $68.1 (i32.const 15704) "\02\00\00\00\02\00\00\00\80\1f") + (data $69 (i32.const 15724) "\1c") + (data $69.1 (i32.const 15736) "\02\00\00\00\02\00\00\00\8f\1f") + (data $70 (i32.const 15756) "\1c") + (data $70.1 (i32.const 15768) "\02\00\00\00\02\00\00\00\87\1f") + (data $71 (i32.const 15788) "\1c") + (data $71.1 (i32.const 15800) "\02\00\00\00\02\00\00\00\fc\1f") + (data $72 (i32.const 15820) "\1c") + (data $72.1 (i32.const 15832) "\02\00\00\00\02\00\00\00\f3\1f") + (data $73 (i32.const 15852) "\1c") + (data $73.1 (i32.const 15864) "\02\00\00\00\02\00\00\00\a3\03") + (data $74 (i32.const 15884) "\1c") + (data $74.1 (i32.const 15896) "\02\00\00\00\02\00\00\00\c3\03") + (data $75 (i32.const 15916) "\1c") + (data $75.1 (i32.const 15928) "\02\00\00\00\04\00\00\00 \00\a3\03") + (data $76 (i32.const 15948) "\1c") + (data $76.1 (i32.const 15960) "\02\00\00\00\04\00\00\00 \00\c3\03") + (data $77 (i32.const 15980) "\1c") + (data $77.1 (i32.const 15992) "\02\00\00\00\04\00\00\00\a3\03 ") + (data $78 (i32.const 16012) "\1c") + (data $78.1 (i32.const 16024) "\02\00\00\00\04\00\00\00\c3\03 ") + (data $79 (i32.const 16044) "\1c") + (data $79.1 (i32.const 16056) "\02\00\00\00\06\00\00\00 \00\a3\03 ") + (data $80 (i32.const 16076) "\1c") + (data $80.1 (i32.const 16088) "\02\00\00\00\06\00\00\00 \00\c3\03 ") + (data $81 (i32.const 16108) "\1c") + (data $81.1 (i32.const 16120) "\02\00\00\00\06\00\00\00a\00\a3\03 ") + (data $82 (i32.const 16140) "\1c") + (data $82.1 (i32.const 16152) "\02\00\00\00\06\00\00\00a\00\c2\03 ") + (data $83 (i32.const 16172) "\1c") + (data $83.1 (i32.const 16184) "\02\00\00\00\06\00\00\00a\00\a3\03\n") + (data $84 (i32.const 16204) "\1c") + (data $84.1 (i32.const 16216) "\02\00\00\00\06\00\00\00a\00\c2\03\n") + (data $85 (i32.const 16236) "\1c") + (data $85.1 (i32.const 16248) "\02\00\00\00\04\00\00\00a\00\a3\03") + (data $86 (i32.const 16268) "\1c") + (data $86.1 (i32.const 16280) "\02\00\00\00\04\00\00\00a\00\c2\03") + (data $87 (i32.const 16300) "\1c") + (data $87.1 (i32.const 16312) "\02\00\00\00\06\00\00\00a\00\a3\03b") + (data $88 (i32.const 16332) "\1c") + (data $88.1 (i32.const 16344) "\02\00\00\00\06\00\00\00a\00\c3\03b") + (data $89 (i32.const 16364) "\1c") + (data $89.1 (i32.const 16376) "\02\00\00\00\06\00\00\00\a3\03\a3\03 ") + (data $90 (i32.const 16396) "\1c") + (data $90.1 (i32.const 16408) "\02\00\00\00\06\00\00\00\c3\03\c2\03 ") + (data $91 (i32.const 16428) "\1c") + (data $91.1 (i32.const 16440) "\02\00\00\00\06\00\00\001\00\a3\03 ") + (data $92 (i32.const 16460) "\1c") + (data $92.1 (i32.const 16472) "\02\00\00\00\06\00\00\001\00\c3\03 ") + (data $93 (i32.const 16492) "\1c") + (data $93.1 (i32.const 16504) "\02\00\00\00\06\00\00\00;\00\a3\03 ") + (data $94 (i32.const 16524) "\1c") + (data $94.1 (i32.const 16536) "\02\00\00\00\06\00\00\00;\00\c3\03 ") + (data $95 (i32.const 16556) "\1c") + (data $95.1 (i32.const 16568) "\02\00\00\00\06\00\00\00\01\03\a3\03 ") + (data $96 (i32.const 16588) "\1c") + (data $96.1 (i32.const 16600) "\02\00\00\00\06\00\00\00\01\03\c3\03 ") + (data $97 (i32.const 16620) "\1c") + (data $97.1 (i32.const 16632) "\02\00\00\00\n\00\00\00\a3\03\01\03\a3\03\01\03 ") + (data $98 (i32.const 16652) "\1c") + (data $98.1 (i32.const 16664) "\02\00\00\00\n\00\00\00\c3\03\01\03\c2\03\01\03 ") + (data $99 (i32.const 16684) "\1c") + (data $99.1 (i32.const 16696) "\02\00\00\00\06\00\00\00\a3\03\a3\03-") + (data $100 (i32.const 16716) "\1c") + (data $100.1 (i32.const 16728) "\02\00\00\00\06\00\00\00\c3\03\c2\03-") + (data $101 (i32.const 16748) "\1c") + (data $101.1 (i32.const 16760) "\02\00\00\00\n\00\00\00\a3\03\01\03\a3\03\01\03-") + (data $102 (i32.const 16780) "\1c") + (data $102.1 (i32.const 16792) "\02\00\00\00\n\00\00\00\c3\03\01\03\c2\03\01\03-") + (data $103 (i32.const 16812) "\1c") + (data $103.1 (i32.const 16824) "\02\00\00\00\n\00\00\00\a3\03\01\03\a3\03\01\03*s") + (data $104 (i32.const 16844) "\1c") + (data $104.1 (i32.const 16856) "\02\00\00\00\n\00\00\00\c3\03\01\03\c2\03\01\03*s") + (data $105 (i32.const 16876) "\1c") + (data $105.1 (i32.const 16888) "\02\00\00\00\06\00\00\005\d8\a2\dc\a3\03") + (data $106 (i32.const 16908) "\1c") + (data $106.1 (i32.const 16920) "\02\00\00\00\06\00\00\005\d8\a2\dc\c2\03") + (data $107 (i32.const 16940) "\1c") + (data $107.1 (i32.const 16952) "\02\00\00\00\06\00\00\00A\00.\00\a3\03") + (data $108 (i32.const 16972) "\1c") + (data $108.1 (i32.const 16984) "\02\00\00\00\06\00\00\00a\00.\00\c2\03") + (data $109 (i32.const 17004) "\1c") + (data $109.1 (i32.const 17016) "\02\00\00\00\06\00\00\00A\00\ad\00\a3\03") + (data $110 (i32.const 17036) "\1c") + (data $110.1 (i32.const 17048) "\02\00\00\00\06\00\00\00a\00\ad\00\c2\03") + (data $111 (i32.const 17068) "\1c") + (data $111.1 (i32.const 17080) "\02\00\00\00\08\00\00\00A\004\d8B\de\a3\03") + (data $112 (i32.const 17100) "\1c") + (data $112.1 (i32.const 17112) "\02\00\00\00\08\00\00\00a\004\d8B\de\c2\03") + (data $113 (i32.const 17132) "\1c") + (data $113.1 (i32.const 17144) "\02\00\00\00\04\00\00\00E\03\a3\03") + (data $114 (i32.const 17164) "\1c") + (data $114.1 (i32.const 17176) "\02\00\00\00\04\00\00\00E\03\c3\03") + (data $115 (i32.const 17196) "\1c") + (data $115.1 (i32.const 17208) "\02\00\00\00\06\00\00\00\91\03E\03\a3\03") + (data $116 (i32.const 17228) "\1c") + (data $116.1 (i32.const 17240) "\02\00\00\00\06\00\00\00\b1\03E\03\c2\03") + (data $117 (i32.const 17260) "\1c") + (data $117.1 (i32.const 17272) "\02\00\00\00\06\00\00\00A\00\a3\03B") + (data $118 (i32.const 17292) "\1c") + (data $118.1 (i32.const 17304) "\02\00\00\00\08\00\00\00A\00\a3\035\d8\a2\dc") + (data $119 (i32.const 17324) "\1c") + (data $119.1 (i32.const 17336) "\02\00\00\00\08\00\00\00a\00\c3\035\d8\a2\dc") + (data $120 (i32.const 17356) "\1c") + (data $120.1 (i32.const 17368) "\02\00\00\00\08\00\00\00A\00\a3\03.\00b") + (data $121 (i32.const 17388) "\1c") + (data $121.1 (i32.const 17400) "\02\00\00\00\08\00\00\00a\00\c3\03.\00b") + (data $122 (i32.const 17420) "\1c") + (data $122.1 (i32.const 17432) "\02\00\00\00\08\00\00\00A\00\a3\03\ad\00B") + (data $123 (i32.const 17452) "\1c") + (data $123.1 (i32.const 17464) "\02\00\00\00\08\00\00\00a\00\c3\03\ad\00b") + (data $124 (i32.const 17484) "\1c") + (data $124.1 (i32.const 17496) "\02\00\00\00\n\00\00\00A\00\a3\034\d8B\deB") + (data $125 (i32.const 17516) "\1c") + (data $125.1 (i32.const 17528) "\02\00\00\00\n\00\00\00a\00\c3\034\d8B\deb") + (data $126 (i32.const 17548) "\1c") + (data $126.1 (i32.const 17560) "\02\00\00\00\06\00\00\00A\00\a3\03E\03") + (data $127 (i32.const 17580) "\1c") + (data $127.1 (i32.const 17592) "\02\00\00\00\06\00\00\00a\00\c2\03E\03") + (data $128 (i32.const 17612) "\1c") + (data $128.1 (i32.const 17624) "\02\00\00\00\08\00\00\00A\00\a3\03E\03\91\03") + (data $129 (i32.const 17644) "\1c") + (data $129.1 (i32.const 17656) "\02\00\00\00\08\00\00\00a\00\c3\03E\03\b1\03") + (data $130 (i32.const 17676) "\1c") + (data $130.1 (i32.const 17688) "\02\00\00\00\06\00\00\00A\00\0e\18\a3\03") + (data $131 (i32.const 17708) "\1c") + (data $131.1 (i32.const 17720) "\02\00\00\00\06\00\00\00a\00\0e\18\c2\03") + (data $132 (i32.const 17740) "\1c") + (data $132.1 (i32.const 17752) "\02\00\00\00\08\00\00\00A\00\0e\18\a3\03B") + (data $133 (i32.const 17772) "\1c") + (data $133.1 (i32.const 17784) "\02\00\00\00\08\00\00\00a\00\0e\18\c3\03b") + (data $134 (i32.const 17804) "\1c") + (data $134.1 (i32.const 17816) "\02\00\00\00\06\00\00\00A\00\a3\03\0e\18") + (data $135 (i32.const 17836) "\1c") + (data $135.1 (i32.const 17848) "\02\00\00\00\06\00\00\00a\00\c2\03\0e\18") + (data $136 (i32.const 17868) "\1c") + (data $136.1 (i32.const 17880) "\02\00\00\00\08\00\00\00A\00\a3\03\0e\18B") + (data $137 (i32.const 17900) "\1c") + (data $137.1 (i32.const 17912) "\02\00\00\00\08\00\00\00a\00\c3\03\0e\18b") + (data $138 (i32.const 17932) "\1c") + (data $138.1 (i32.const 17944) "\02\00\00\00\08\00\00\00A\00\0e\18\a3\03\0e\18") + (data $139 (i32.const 17964) "\1c") + (data $139.1 (i32.const 17976) "\02\00\00\00\08\00\00\00a\00\0e\18\c2\03\0e\18") + (data $140 (i32.const 17996) "\1c") + (data $140.1 (i32.const 18008) "\02\00\00\00\n\00\00\00A\00\0e\18\a3\03\0e\18B") + (data $141 (i32.const 18028) "\1c") + (data $141.1 (i32.const 18040) "\02\00\00\00\n\00\00\00a\00\0e\18\c3\03\0e\18b") + (data $142 (i32.const 18060) "\1c") + (data $142.1 (i32.const 18072) "\02\00\00\00\02\00\00\00\00\fb") + (data $143 (i32.const 18092) "\1c") + (data $143.1 (i32.const 18104) "\02\00\00\00\04\00\00\00F\00F") + (data $144 (i32.const 18124) "\1c") + (data $144.1 (i32.const 18136) "\02\00\00\00\04\00\00\00F\00I") + (data $145 (i32.const 18156) "\1c") + (data $145.1 (i32.const 18168) "\02\00\00\00\02\00\00\00\02\fb") + (data $146 (i32.const 18188) "\1c") + (data $146.1 (i32.const 18200) "\02\00\00\00\04\00\00\00F\00L") + (data $147 (i32.const 18220) "\1c") + (data $147.1 (i32.const 18232) "\02\00\00\00\02\00\00\00\03\fb") + (data $148 (i32.const 18252) "\1c") + (data $148.1 (i32.const 18264) "\02\00\00\00\06\00\00\00F\00F\00I") + (data $149 (i32.const 18284) "\1c") + (data $149.1 (i32.const 18296) "\02\00\00\00\02\00\00\00\04\fb") + (data $150 (i32.const 18316) "\1c") + (data $150.1 (i32.const 18328) "\02\00\00\00\06\00\00\00F\00F\00L") + (data $151 (i32.const 18348) "\1c") + (data $151.1 (i32.const 18360) "\02\00\00\00\02\00\00\00\05\fb") + (data $152 (i32.const 18380) "\1c") + (data $152.1 (i32.const 18392) "\02\00\00\00\04\00\00\00S\00T") + (data $153 (i32.const 18412) "\1c") + (data $153.1 (i32.const 18424) "\02\00\00\00\02\00\00\00\06\fb") + (data $154 (i32.const 18444) "\1c") + (data $154.1 (i32.const 18456) "\02\00\00\00\02\00\00\00\f0\01") + (data $155 (i32.const 18476) "\1c") + (data $155.1 (i32.const 18488) "\02\00\00\00\04\00\00\00J\00\0c\03") + (data $156 (i32.const 18508) "\1c") + (data $156.1 (i32.const 18520) "\02\00\00\00\02\00\00\00\96\1e") + (data $157 (i32.const 18540) "\1c") + (data $157.1 (i32.const 18552) "\02\00\00\00\04\00\00\00H\001\03") + (data $158 (i32.const 18572) "\1c") + (data $158.1 (i32.const 18584) "\02\00\00\00\02\00\00\00\97\1e") + (data $159 (i32.const 18604) "\1c") + (data $159.1 (i32.const 18616) "\02\00\00\00\04\00\00\00T\00\08\03") + (data $160 (i32.const 18636) "\1c") + (data $160.1 (i32.const 18648) "\02\00\00\00\02\00\00\00\98\1e") + (data $161 (i32.const 18668) "\1c") + (data $161.1 (i32.const 18680) "\02\00\00\00\04\00\00\00W\00\n\03") + (data $162 (i32.const 18700) "\1c") + (data $162.1 (i32.const 18712) "\02\00\00\00\02\00\00\00\99\1e") + (data $163 (i32.const 18732) "\1c") + (data $163.1 (i32.const 18744) "\02\00\00\00\04\00\00\00Y\00\n\03") + (data $164 (i32.const 18764) "\1c") + (data $164.1 (i32.const 18776) "\02\00\00\00\02\00\00\00\9a\1e") + (data $165 (i32.const 18796) "\1c") + (data $165.1 (i32.const 18808) "\02\00\00\00\04\00\00\00A\00\be\02") + (data $166 (i32.const 18828) "\\") + (data $166.1 (i32.const 18840) "\02\00\00\00@\00\00\00o\00r\00i\00g\00L\00o\00w\00e\00r\00C\00o\00d\00e\00 \00!\00=\00 \00e\00x\00p\00e\00c\00t\00L\00o\00w\00e\00r\00C\00o\00d\00e") + (data $167 (i32.const 18924) "<") + (data $167.1 (i32.const 18936) "\02\00\00\00\"\00\00\00 \00o\00r\00i\00g\00L\00o\00w\00e\00r\00C\00o\00d\00e\00 \00=\00 ") + (data $168 (i32.const 18988) "|") + (data $168.1 (i32.const 19000) "\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006") + (data $169 (i32.const 19116) "<") + (data $169.1 (i32.const 19128) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s") + (data $170 (i32.const 19180) "\1c") + (data $170.1 (i32.const 19192) "\02\00\00\00\02\00\00\000") + (data $171 (i32.const 19212) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009") + (data $172 (i32.const 19612) "\1c\04") + (data $172.1 (i32.const 19624) "\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f") + (data $173 (i32.const 20668) "\\") + (data $173.1 (i32.const 20680) "\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z") + (data $174 (i32.const 20764) "<") + (data $174.1 (i32.const 20776) "\02\00\00\00&\00\00\00 \00e\00x\00p\00e\00c\00t\00L\00o\00w\00e\00r\00C\00o\00d\00e\00 \00=\00 ") + (data $175 (i32.const 20828) "\\") + (data $175.1 (i32.const 20840) "\02\00\00\00@\00\00\00o\00r\00i\00g\00U\00p\00p\00e\00r\00C\00o\00d\00e\00 \00!\00=\00 \00e\00x\00p\00e\00c\00t\00U\00p\00p\00e\00r\00C\00o\00d\00e") + (data $176 (i32.const 20924) "<") + (data $176.1 (i32.const 20936) "\02\00\00\00\"\00\00\00 \00o\00r\00i\00g\00U\00p\00p\00e\00r\00C\00o\00d\00e\00 \00=\00 ") + (data $177 (i32.const 20988) "<") + (data $177.1 (i32.const 21000) "\02\00\00\00&\00\00\00 \00e\00x\00p\00e\00c\00t\00U\00p\00p\00e\00r\00C\00o\00d\00e\00 \00=\00 ") + (data $178 (i32.const 21056) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\a4") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/std/string-encoding.debug.wat b/tests/compiler/std/string-encoding.debug.wat index efe98f27d7..126e2da10d 100644 --- a/tests/compiler/std/string-encoding.debug.wat +++ b/tests/compiler/std/string-encoding.debug.wat @@ -32,33 +32,33 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 54548)) (global $~lib/memory/__heap_base i32 (i32.const 54548)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00\01\d87\dch\00i\00R\d8b\df") - (data (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00,\00\00\00s\00t\00d\00/\00s\00t\00r\00i\00n\00g\00-\00e\00n\00c\00o\00d\00i\00n\00g\00.\00t\00s\00") - (data (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 172) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 240) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 272) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 300) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 364) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 416) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 444) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 508) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 540) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\01\d87\dc\00\00\00\00\00\00\00\00") - (data (i32.const 572) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00h\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00h\00i\00\00\00\00\00\00\00\00\00") - (data (i32.const 636) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00R\d8b\df\00\00\00\00\00\00\00\00") - (data (i32.const 668) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00U\00n\00p\00a\00i\00r\00e\00d\00 \00s\00u\00r\00r\00o\00g\00a\00t\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 732) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00~\00l\00i\00b\00/\00s\00t\00r\00i\00n\00g\00.\00t\00s\00") - (data (i32.const 780) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\008\00\00\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00\00\00\00\00\00\00") - (data (i32.const 860) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\004\d8\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 892) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\fd\ff\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 924) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\1e\dd\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 956) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\001\002\003\00\00\004\005\006\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1004) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\002\003\00\00\00\00\00\00\00") - (data (i32.const 1036) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00h\00i\00R\d8b\df\00\00\00\00") - (data (i32.const 1068) "<3\00\00\00\00\00\00\00\00\00\00\02\00\00\00*3\00\00M\00a\00t\00h\00e\00m\00a\00t\00i\00c\00s\00 \00a\00n\00d\00 \00S\00c\00i\00e\00n\00c\00e\00s\00:\00\n\00\n\00.\" \00E\00\c5\"d\00a\00 \00=\00 \00Q\00,\00 \00 \00n\00 \00\92! \00\1e\",\00 \00\11\" \00f\00(\00i\00)\00 \00=\00 \00\0f\" \00g\00(\00i\00)\00,\00 \00\00\"x\00\08\"\1d!:\00 \00\08#x\00\t# \00=\00 \00\12\"\n#\12\"x\00\0b#,\00 \00\b1\03 \00\'\" \00\ac\00\b2\03 \00=\00 \00\ac\00(\00\ac\00\b1\03 \00(\" \00\b2\03)\00,\00\n\00\n\00\15! \00\86\" \00\15!\80 \00\82\" \00$! \00\82\" \00\1a! \00\82\" \00\1d! \00\82\" \00\02!,\00 \00\a5\" \00<\00 \00a\00 \00`\" \00b\00 \00a\" \00c\00 \00d\" \00d\00 \00j\" \00\a4\" \00\d2! \00(\00A\00 \00\d4! \00B\00)\00,\00\n\00\n\002\00H\00\82 \00+\00 \00O\00\82 \00\cc! \002\00H\00\82 O\00,\00 \00R\00 \00=\00 \004\00.\007\00 \00k\00\a9\03,\00 \00\00# \002\000\000\00 \00m\00m\00\n\00\n\00L\00i\00n\00g\00u\00i\00s\00t\00i\00c\00s\00 \00a\00n\00d\00 \00d\00i\00c\00t\00i\00o\00n\00a\00r\00i\00e\00s\00:\00\n\00\n\00\f0\00i\00 \001\01n\00t\00Y\02\c8\02n\00\e6\00\83\02Y\02n\00Y\02l\00 \00f\00Y\02\c8\02n\00[\02t\001\01k\00 \00Y\02s\00o\00\8a\02s\00i\00\c8\02e\001\01\83\02n\00\n\00Y\00 \00[\00\c8\02\8f\02p\00s\00i\00l\00T\02n\00]\00,\00 \00Y\00e\00n\00 \00[\00j\00[\02n\00]\00,\00 \00Y\00o\00g\00a\00 \00[\00\c8\02j\00o\00\d0\02g\00Q\02]\00\n\00\n\00A\00P\00L\00:\00\n\00\n\00(\00(\00V\00s#V\00)\00=\00s#t#V\00)\00/\00V\00\90!,\00V\00 \00 \00 \00 \007#\90!s#\92!t#\06\"\07\"\83\"> N#U#\08#\n\00\n\00N\00i\00c\00e\00r\00 \00t\00y\00p\00o\00g\00r\00a\00p\00h\00y\00 \00i\00n\00 \00p\00l\00a\00i\00n\00 \00t\00e\00x\00t\00 \00f\00i\00l\00e\00s\00:\00\n\00\n\00T%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%W%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00\18 s\00i\00n\00g\00l\00e\00\19 \00a\00n\00d\00 \00\1c d\00o\00u\00b\00l\00e\00\1d \00q\00u\00o\00t\00e\00s\00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00C\00u\00r\00l\00y\00 \00a\00p\00o\00s\00t\00r\00o\00p\00h\00e\00s\00:\00 \00\1c W\00e\00\19 v\00e\00 \00b\00e\00e\00n\00 \00h\00e\00r\00e\00\1d \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00L\00a\00t\00i\00n\00-\001\00 \00a\00p\00o\00s\00t\00r\00o\00p\00h\00e\00 \00a\00n\00d\00 \00a\00c\00c\00e\00n\00t\00s\00:\00 \00\'\00\b4\00`\00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00\1a d\00e\00u\00t\00s\00c\00h\00e\00\18 \00\1e A\00n\00f\00\fc\00h\00r\00u\00n\00g\00s\00z\00e\00i\00c\00h\00e\00n\00\1c \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00 ,\00 \00! ,\00 \000 ,\00 \00\" ,\00 \003\00\13 4\00,\00 \00\14 ,\00 \00\12\"5\00/\00+\005\00,\00 \00\"!,\00 \00& \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00A\00S\00C\00I\00I\00 \00s\00a\00f\00e\00t\00y\00 \00t\00e\00s\00t\00:\00 \001\00l\00I\00|\00,\00 \000\00O\00D\00,\00 \008\00B\00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00m%\00%\00%\00%\00%\00%\00%\00%\00%\00%n% \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00t\00h\00e\00 \00e\00u\00r\00o\00 \00s\00y\00m\00b\00o\00l\00:\00 \00\02% \001\004\00.\009\005\00 \00\ac \00\02% \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00p%\00%\00%\00%\00%\00%\00%\00%\00%\00%o% \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Z%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%]%\n\00\n\00G\00r\00e\00e\00k\00 \00(\00i\00n\00 \00P\00o\00l\00y\00t\00o\00n\00i\00c\00)\00:\00\n\00\n\00T\00h\00e\00 \00G\00r\00e\00e\00k\00 \00a\00n\00t\00h\00e\00m\00:\00\n\00\n\00\a3\03r\1f \00\b3\03\bd\03\c9\03\c1\03w\1f\b6\03\c9\03 \00\00\1f\c0\03x\1f \00\c4\03t\1f\bd\03 \00\ba\03y\1f\c8\03\b7\03\n\00\c4\03\bf\03\e6\1f \00\c3\03\c0\03\b1\03\b8\03\b9\03\bf\03\e6\1f \00\c4\03t\1f\bd\03 \00\c4\03\c1\03\bf\03\bc\03\b5\03\c1\03u\1f,\00\n\00\c3\03r\1f \00\b3\03\bd\03\c9\03\c1\03w\1f\b6\03\c9\03 \00\00\1f\c0\03x\1f \00\c4\03t\1f\bd\03 \00D\1f\c8\03\b7\03\n\00\c0\03\bf\03z\1f \00\bc\03r\1f \00\b2\03w\1f\b1\03 \00\bc\03\b5\03\c4\03\c1\03q\1f\b5\03\b9\03 \00\c4\03t\1f \00\b3\03\c6\1f.\00\n\00\n\00\bf\1f\91\03\c0\03\bf\1f \00\c4\03p\1f \00\ba\03y\1f\ba\03\ba\03\b1\03\bb\03\b1\03 \00\b2\03\b3\03\b1\03\bb\03\bc\03s\1f\bd\03\b7\03\n\00\c4\03\f6\1f\bd\03 \00\fe\1f\95\03\bb\03\bb\03u\1f\bd\03\c9\03\bd\03 \00\c4\03p\1f \001\1f\b5\03\c1\03q\1f\n\00\ba\03\b1\03v\1f \00\c3\03p\1f\bd\03 \00\c0\03\c1\03\f6\1f\c4\03\b1\03 \00\00\1f\bd\03\b4\03\c1\03\b5\03\b9\03\c9\03\bc\03s\1f\bd\03\b7\03\n\00\c7\03\b1\03\d6\1f\c1\03\b5\03,\00 \00f\1f \00\c7\03\b1\03\d6\1f\c1\03\b5\03,\00 \00\bf\1f\95\03\bb\03\b5\03\c5\03\b8\03\b5\03\c1\03\b9\03q\1f!\00\n\00\n\00F\00r\00o\00m\00 \00a\00 \00s\00p\00e\00e\00c\00h\00 \00o\00f\00 \00D\00e\00m\00o\00s\00t\00h\00e\00n\00e\00s\00 \00i\00n\00 \00t\00h\00e\00 \004\00t\00h\00 \00c\00e\00n\00t\00u\00r\00y\00 \00B\00C\00:\00\n\00\n\00\9f\03P\1f\c7\03v\1f \00\c4\03\b1\03P\1f\c4\03p\1f \00\c0\03\b1\03\c1\03w\1f\c3\03\c4\03\b1\03\c4\03\b1\03w\1f \00\bc\03\bf\03\b9\03 \00\b3\03\b9\03\b3\03\bd\03}\1f\c3\03\ba\03\b5\03\b9\03\bd\03,\00 \00f\1f \00\04\1f\bd\03\b4\03\c1\03\b5\03\c2\03 \00\bf\1f\91\03\b8\03\b7\03\bd\03\b1\03\d6\1f\bf\03\b9\03,\00\n\00E\1f\c4\03\b1\03\bd\03 \00\c4\03\bf\1f \00\b5\030\1f\c2\03 \00\c4\03p\1f \00\c0\03\c1\03q\1f\b3\03\bc\03\b1\03\c4\03\b1\03 \00\00\1f\c0\03\bf\03\b2\03\bb\03s\1f\c8\03\c9\03 \00\ba\03\b1\03v\1f \00E\1f\c4\03\b1\03\bd\03 \00\c0\03\c1\03x\1f\c2\03 \00\c4\03\bf\03z\1f\c2\03\n\00\bb\03y\1f\b3\03\bf\03\c5\03\c2\03 \00\bf\03S\1f\c2\03 \00\00\1f\ba\03\bf\03{\1f\c9\03\87\03 \00\c4\03\bf\03z\1f\c2\03 \00\bc\03r\1f\bd\03 \00\b3\03p\1f\c1\03 \00\bb\03y\1f\b3\03\bf\03\c5\03\c2\03 \00\c0\03\b5\03\c1\03v\1f \00\c4\03\bf\03\e6\1f\n\00\c4\03\b9\03\bc\03\c9\03\c1\03u\1f\c3\03\b1\03\c3\03\b8\03\b1\03\b9\03 \00\a6\03w\1f\bb\03\b9\03\c0\03\c0\03\bf\03\bd\03 \00A\1f\c1\03\f6\1f \00\b3\03\b9\03\b3\03\bd\03\bf\03\bc\03s\1f\bd\03\bf\03\c5\03\c2\03,\00 \00\c4\03p\1f \00\b4\03r\1f \00\c0\03\c1\03q\1f\b3\03\bc\03\b1\03\c4\03\bf\1f\n\00\b5\030\1f\c2\03 \00\c4\03\bf\03\e6\1f\c4\03\bf\03 \00\c0\03\c1\03\bf\03u\1f\ba\03\bf\03\bd\03\c4\03\b1\03,\00 \00 \00e\1f\c3\03\b8\03\bf\1f \00E\1f\c0\03\c9\03\c2\03 \00\bc\03t\1f \00\c0\03\b5\03\b9\03\c3\03y\1f\bc\03\b5\03\b8\03\bf\1f \00\b1\03P\1f\c4\03\bf\03v\1f\n\00\c0\03\c1\03y\1f\c4\03\b5\03\c1\03\bf\03\bd\03 \00\ba\03\b1\03\ba\03\f6\1f\c2\03 \00\c3\03\ba\03s\1f\c8\03\b1\03\c3\03\b8\03\b1\03\b9\03 \00\b4\03s\1f\bf\03\bd\03.\00 \00\bf\03P\1f\b4\03s\1f\bd\03 \00\bf\03V\1f\bd\03 \00\04\1f\bb\03\bb\03\bf\03 \00\bc\03\bf\03\b9\03 \00\b4\03\bf\03\ba\03\bf\03\e6\1f\c3\03\b9\03\bd\03\n\00\bf\031\1f \00\c4\03p\1f \00\c4\03\bf\03\b9\03\b1\03\e6\1f\c4\03\b1\03 \00\bb\03s\1f\b3\03\bf\03\bd\03\c4\03\b5\03\c2\03 \00\"\1f \00\c4\03t\1f\bd\03 \00Q\1f\c0\03y\1f\b8\03\b5\03\c3\03\b9\03\bd\03,\00 \00\c0\03\b5\03\c1\03v\1f \00\'\1f\c2\03 \00\b2\03\bf\03\c5\03\bb\03\b5\03{\1f\b5\03\c3\03\b8\03\b1\03\b9\03,\00\n\00\bf\03P\1f\c7\03v\1f \00\c4\03t\1f\bd\03 \00\bf\03V\1f\c3\03\b1\03\bd\03 \00\c0\03\b1\03\c1\03\b9\03\c3\03\c4\03q\1f\bd\03\c4\03\b5\03\c2\03 \00Q\1f\bc\03\d6\1f\bd\03 \00\01\1f\bc\03\b1\03\c1\03\c4\03q\1f\bd\03\b5\03\b9\03\bd\03.\00 \00\10\1f\b3\03|\1f \00\b4\03s\1f,\00 \00E\1f\c4\03\b9\03 \00\bc\03s\1f\bd\03\n\00\c0\03\bf\03\c4\03\bf\1f \00\10\1f\be\03\c6\1f\bd\03 \00\c4\03\c7\1f \00\c0\03y\1f\bb\03\b5\03\b9\03 \00\ba\03\b1\03v\1f \00\c4\03p\1f \00\b1\03Q\1f\c4\03\c6\1f\c2\03 \00\14\1f\c7\03\b5\03\b9\03\bd\03 \00\00\1f\c3\03\c6\03\b1\03\bb\03\f6\1f\c2\03 \00\ba\03\b1\03v\1f \00\a6\03w\1f\bb\03\b9\03\c0\03\c0\03\bf\03\bd\03\n\00\c4\03\b9\03\bc\03\c9\03\c1\03u\1f\c3\03\b1\03\c3\03\b8\03\b1\03\b9\03,\00 \00\ba\03\b1\03v\1f \00\bc\03q\1f\bb\03\bf\1f \00\00\1f\ba\03\c1\03\b9\03\b2\03\f6\1f\c2\03 \00\bf\036\1f\b4\03\b1\03\87\03 \00\10\1f\c0\03\bf\1f \00\10\1f\bc\03\bf\03\e6\1f \00\b3\03q\1f\c1\03,\00 \00\bf\03P\1f \00\c0\03q\1f\bb\03\b1\03\b9\03\n\00\b3\03s\1f\b3\03\bf\03\bd\03\b5\03\bd\03 \00\c4\03\b1\03\e6\1f\c4\03\bf\1f \00\00\1f\bc\03\c6\03y\1f\c4\03\b5\03\c1\03\b1\03\87\03 \00\bd\03\e6\1f\bd\03 \00\bc\03s\1f\bd\03\c4\03\bf\03\b9\03 \00\c0\03s\1f\c0\03\b5\03\b9\03\c3\03\bc\03\b1\03\b9\03 \00\c4\03\bf\03\e6\1f\b8\03\bf\1f \001\1f\ba\03\b1\03\bd\03x\1f\bd\03\n\00\c0\03\c1\03\bf\03\bb\03\b1\03\b2\03\b5\03\d6\1f\bd\03 \00!\1f\bc\03\d6\1f\bd\03 \00\b5\036\1f\bd\03\b1\03\b9\03 \00\c4\03t\1f\bd\03 \00\c0\03\c1\03}\1f\c4\03\b7\03\bd\03,\00 \00E\1f\c0\03\c9\03\c2\03 \00\c4\03\bf\03z\1f\c2\03 \00\c3\03\c5\03\bc\03\bc\03q\1f\c7\03\bf\03\c5\03\c2\03\n\00\c3\03}\1f\c3\03\bf\03\bc\03\b5\03\bd\03.\00 \00\10\1fp\1f\bd\03 \00\b3\03p\1f\c1\03 \00\c4\03\bf\03\e6\1f\c4\03\bf\03 \00\b2\03\b5\03\b2\03\b1\03w\1f\c9\03\c2\03 \00Q\1f\c0\03q\1f\c1\03\be\03\c3\1f,\00 \00\c4\03y\1f\c4\03\b5\03 \00\ba\03\b1\03v\1f \00\c0\03\b5\03\c1\03v\1f \00\c4\03\bf\03\e6\1f\n\00\c4\03w\1f\bd\03\b1\03 \00\c4\03\b9\03\bc\03\c9\03\c1\03u\1f\c3\03\b5\03\c4\03\b1\03w\1f \00\c4\03\b9\03\c2\03 \00\ba\03\b1\03v\1f \00C\1f\bd\03 \00\c4\03\c1\03y\1f\c0\03\bf\03\bd\03 \00\10\1f\be\03s\1f\c3\03\c4\03\b1\03\b9\03 \00\c3\03\ba\03\bf\03\c0\03\b5\03\d6\1f\bd\03\87\03 \00\c0\03\c1\03v\1f\bd\03 \00\b4\03r\1f\n\00\c4\03t\1f\bd\03 \00\00\1f\c1\03\c7\03t\1f\bd\03 \00@\1f\c1\03\b8\03\f6\1f\c2\03 \00Q\1f\c0\03\bf\03\b8\03s\1f\c3\03\b8\03\b1\03\b9\03,\00 \00\bc\03q\1f\c4\03\b1\03\b9\03\bf\03\bd\03 \00!\1f\b3\03\bf\03\e6\1f\bc\03\b1\03\b9\03 \00\c0\03\b5\03\c1\03v\1f \00\c4\03\c6\1f\c2\03\n\00\c4\03\b5\03\bb\03\b5\03\c5\03\c4\03\c6\1f\c2\03 \00A\1f\bd\03\c4\03\b9\03\bd\03\bf\03\e6\1f\bd\03 \00\c0\03\bf\03\b9\03\b5\03\d6\1f\c3\03\b8\03\b1\03\b9\03 \00\bb\03y\1f\b3\03\bf\03\bd\03.\00\n\00\n\00\94\03\b7\03\bc\03\bf\03\c3\03\b8\03s\1f\bd\03\bf\03\c5\03\c2\03,\00 \00\93\03\fd\1f \00\bf\1f\9f\03\bb\03\c5\03\bd\03\b8\03\b9\03\b1\03\ba\03x\1f\c2\03\n\00\n\00G\00e\00o\00r\00g\00i\00a\00n\00:\00\n\00\n\00F\00r\00o\00m\00 \00a\00 \00U\00n\00i\00c\00o\00d\00e\00 \00c\00o\00n\00f\00e\00r\00e\00n\00c\00e\00 \00i\00n\00v\00i\00t\00a\00t\00i\00o\00n\00:\00\n\00\n\00\d2\10\d7\10\ee\10\dd\10\d5\10\d7\10 \00\d0\10\ee\10\da\10\d0\10\d5\10\d4\10 \00\d2\10\d0\10\d8\10\d0\10\e0\10\dd\10\d7\10 \00\e0\10\d4\10\d2\10\d8\10\e1\10\e2\10\e0\10\d0\10\ea\10\d8\10\d0\10 \00U\00n\00i\00c\00o\00d\00e\00-\00\d8\10\e1\10 \00\db\10\d4\10\d0\10\d7\10\d4\10 \00\e1\10\d0\10\d4\10\e0\10\d7\10\d0\10\e8\10\dd\10\e0\10\d8\10\e1\10\dd\10\n\00\d9\10\dd\10\dc\10\e4\10\d4\10\e0\10\d4\10\dc\10\ea\10\d8\10\d0\10\d6\10\d4\10 \00\d3\10\d0\10\e1\10\d0\10\e1\10\ec\10\e0\10\d4\10\d1\10\d0\10\d3\10,\00 \00\e0\10\dd\10\db\10\d4\10\da\10\d8\10\ea\10 \00\d2\10\d0\10\d8\10\db\10\d0\10\e0\10\d7\10\d4\10\d1\10\d0\10 \001\000\00-\001\002\00 \00\db\10\d0\10\e0\10\e2\10\e1\10,\00\n\00\e5\10.\00 \00\db\10\d0\10\d8\10\dc\10\ea\10\e8\10\d8\10,\00 \00\d2\10\d4\10\e0\10\db\10\d0\10\dc\10\d8\10\d0\10\e8\10\d8\10.\00 \00\d9\10\dd\10\dc\10\e4\10\d4\10\e0\10\d4\10\dc\10\ea\10\d8\10\d0\10 \00\e8\10\d4\10\f0\10\d9\10\e0\10\d4\10\d1\10\e1\10 \00\d4\10\e0\10\d7\10\d0\10\d3\10 \00\db\10\e1\10\dd\10\e4\10\da\10\d8\10\dd\10\e1\10\n\00\d4\10\e5\10\e1\10\de\10\d4\10\e0\10\e2\10\d4\10\d1\10\e1\10 \00\d8\10\e1\10\d4\10\d7\10 \00\d3\10\d0\10\e0\10\d2\10\d4\10\d1\10\e8\10\d8\10 \00\e0\10\dd\10\d2\10\dd\10\e0\10\d8\10\ea\10\d0\10\d0\10 \00\d8\10\dc\10\e2\10\d4\10\e0\10\dc\10\d4\10\e2\10\d8\10 \00\d3\10\d0\10 \00U\00n\00i\00c\00o\00d\00e\00-\00\d8\10,\00\n\00\d8\10\dc\10\e2\10\d4\10\e0\10\dc\10\d0\10\ea\10\d8\10\dd\10\dc\10\d0\10\da\10\d8\10\d6\10\d0\10\ea\10\d8\10\d0\10 \00\d3\10\d0\10 \00\da\10\dd\10\d9\10\d0\10\da\10\d8\10\d6\10\d0\10\ea\10\d8\10\d0\10,\00 \00U\00n\00i\00c\00o\00d\00e\00-\00\d8\10\e1\10 \00\d2\10\d0\10\db\10\dd\10\e7\10\d4\10\dc\10\d4\10\d1\10\d0\10\n\00\dd\10\de\10\d4\10\e0\10\d0\10\ea\10\d8\10\e3\10\da\10 \00\e1\10\d8\10\e1\10\e2\10\d4\10\db\10\d4\10\d1\10\e1\10\d0\10,\00 \00\d3\10\d0\10 \00\d2\10\d0\10\db\10\dd\10\e7\10\d4\10\dc\10\d4\10\d1\10\d8\10\d7\10 \00\de\10\e0\10\dd\10\d2\10\e0\10\d0\10\db\10\d4\10\d1\10\e8\10\d8\10,\00 \00\e8\10\e0\10\d8\10\e4\10\e2\10\d4\10\d1\10\e8\10\d8\10,\00\n\00\e2\10\d4\10\e5\10\e1\10\e2\10\d4\10\d1\10\d8\10\e1\10 \00\d3\10\d0\10\db\10\e3\10\e8\10\d0\10\d5\10\d4\10\d1\10\d0\10\e1\10\d0\10 \00\d3\10\d0\10 \00\db\10\e0\10\d0\10\d5\10\d0\10\da\10\d4\10\dc\10\dd\10\d5\10\d0\10\dc\10 \00\d9\10\dd\10\db\10\de\10\d8\10\e3\10\e2\10\d4\10\e0\10\e3\10\da\10 \00\e1\10\d8\10\e1\10\e2\10\d4\10\db\10\d4\10\d1\10\e8\10\d8\10.\00\n\00\n\00R\00u\00s\00s\00i\00a\00n\00:\00\n\00\n\00F\00r\00o\00m\00 \00a\00 \00U\00n\00i\00c\00o\00d\00e\00 \00c\00o\00n\00f\00e\00r\00e\00n\00c\00e\00 \00i\00n\00v\00i\00t\00a\00t\00i\00o\00n\00:\00\n\00\n\00\17\040\04@\045\043\048\04A\04B\04@\048\04@\04C\049\04B\045\04A\04L\04 \00A\045\049\04G\040\04A\04 \00=\040\04 \00\14\045\04A\04O\04B\04C\04N\04 \00\1c\045\046\044\04C\04=\040\04@\04>\044\04=\04C\04N\04 \00\1a\04>\04=\04D\045\04@\045\04=\04F\048\04N\04 \00?\04>\04\n\00U\00n\00i\00c\00o\00d\00e\00,\00 \00:\04>\04B\04>\04@\040\04O\04 \00A\04>\04A\04B\04>\048\04B\04A\04O\04 \001\000\00-\001\002\00 \00<\040\04@\04B\040\04 \001\009\009\007\00 \003\04>\044\040\04 \002\04 \00\1c\040\049\04=\04F\045\04 \002\04 \00\13\045\04@\04<\040\04=\048\048\04.\00\n\00\1a\04>\04=\04D\045\04@\045\04=\04F\048\04O\04 \00A\04>\041\045\04@\045\04B\04 \00H\048\04@\04>\04:\048\049\04 \00:\04@\04C\043\04 \00M\04:\04A\04?\045\04@\04B\04>\042\04 \00?\04>\04 \00 \002\04>\04?\04@\04>\04A\040\04<\04 \003\04;\04>\041\040\04;\04L\04=\04>\043\04>\04\n\00\18\04=\04B\045\04@\04=\045\04B\040\04 \008\04 \00U\00n\00i\00c\00o\00d\00e\00,\00 \00;\04>\04:\040\04;\048\047\040\04F\048\048\04 \008\04 \008\04=\04B\045\04@\04=\040\04F\048\04>\04=\040\04;\048\047\040\04F\048\048\04,\00 \002\04>\04?\04;\04>\04I\045\04=\048\04N\04 \008\04\n\00?\04@\048\04<\045\04=\045\04=\048\04N\04 \00U\00n\00i\00c\00o\00d\00e\00 \002\04 \00@\040\047\04;\048\04G\04=\04K\04E\04 \00>\04?\045\04@\040\04F\048\04>\04=\04=\04K\04E\04 \00A\048\04A\04B\045\04<\040\04E\04 \008\04 \00?\04@\04>\043\04@\040\04<\04<\04=\04K\04E\04\n\00?\04@\048\04;\04>\046\045\04=\048\04O\04E\04,\00 \00H\04@\048\04D\04B\040\04E\04,\00 \002\045\04@\04A\04B\04:\045\04 \008\04 \00<\04=\04>\043\04>\04O\047\04K\04G\04=\04K\04E\04 \00:\04>\04<\04?\04L\04N\04B\045\04@\04=\04K\04E\04 \00A\048\04A\04B\045\04<\040\04E\04.\00\n\00\n\00T\00h\00a\00i\00 \00(\00U\00C\00S\00 \00L\00e\00v\00e\00l\00 \002\00)\00:\00\n\00\n\00E\00x\00c\00e\00r\00p\00t\00 \00f\00r\00o\00m\00 \00a\00 \00p\00o\00e\00t\00r\00y\00 \00o\00n\00 \00T\00h\00e\00 \00R\00o\00m\00a\00n\00c\00e\00 \00o\00f\00 \00T\00h\00e\00 \00T\00h\00r\00e\00e\00 \00K\00i\00n\00g\00d\00o\00m\00s\00 \00(\00a\00 \00C\00h\00i\00n\00e\00s\00e\00\n\00c\00l\00a\00s\00s\00i\00c\00 \00\'\00S\00a\00n\00 \00G\00u\00a\00\'\00)\00:\00\n\00\n\00[\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00|\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00]\00\n\00 \00 \00O\0e \00A\0e\1c\0eH\0e\19\0e\14\0e4\0e\19\0e.\0e1\0eH\0e\19\0e@\0e*\0e7\0eH\0e-\0e!\0eB\0e\17\0e#\0e!\0eA\0e*\0e\19\0e*\0e1\0e\07\0e@\0e\'\0e\n\0e \00 \00\1e\0e#\0e0\0e\1b\0e\01\0e@\0e\01\0e(\0e\01\0e-\0e\07\0e\1a\0e9\0eJ\0e\01\0e9\0eI\0e\02\0e6\0eI\0e\19\0eC\0e+\0e!\0eH\0e\n\00*\0e4\0e\1a\0e*\0e-\0e\07\0e\01\0e)\0e1\0e\15\0e#\0e4\0e\"\0eL\0e\01\0eH\0e-\0e\19\0e+\0e\19\0eI\0e2\0eA\0e%\0e\16\0e1\0e\14\0eD\0e\1b\0e \00 \00 \00 \00 \00 \00 \00*\0e-\0e\07\0e-\0e\07\0e\04\0eL\0eD\0e\0b\0e#\0eI\0eB\0e\07\0eH\0e@\0e\02\0e%\0e2\0e@\0e\1a\0e2\0e\1b\0e1\0e\r\0e\r\0e2\0e\n\00 \00 \00\17\0e#\0e\07\0e\19\0e1\0e\1a\0e\16\0e7\0e-\0e\02\0e1\0e\19\0e\17\0e5\0e@\0e\1b\0eG\0e\19\0e\17\0e5\0eH\0e\1e\0e6\0eH\0e\07\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\1a\0eI\0e2\0e\19\0e@\0e!\0e7\0e-\0e\07\0e\08\0e6\0e\07\0e\'\0e4\0e\1b\0e#\0e4\0e\15\0e@\0e\1b\0eG\0e\19\0e\19\0e1\0e\01\0e+\0e\19\0e2\0e\n\00B\0e.\0e\08\0e4\0eK\0e\19\0e@\0e#\0e5\0e\"\0e\01\0e\17\0e1\0e\1e\0e\17\0e1\0eH\0e\'\0e+\0e1\0e\'\0e@\0e!\0e7\0e-\0e\07\0e!\0e2\0e \00 \00 \00 \00 \00 \00 \00 \00 \00+\0e!\0e2\0e\"\0e\08\0e0\0e\06\0eH\0e2\0e!\0e\14\0e\n\0e1\0eH\0e\'\0e\15\0e1\0e\'\0e*\0e3\0e\04\0e1\0e\r\0e\n\00 \00 \00@\0e+\0e!\0e7\0e-\0e\19\0e\02\0e1\0e\1a\0eD\0e*\0eD\0e%\0eH\0e@\0e*\0e7\0e-\0e\08\0e2\0e\01\0e@\0e\04\0e+\0e2\0e \00 \00 \00 \00 \00 \00#\0e1\0e\1a\0e+\0e!\0e2\0e\1b\0eH\0e2\0e@\0e\02\0eI\0e2\0e!\0e2\0e@\0e%\0e\"\0e-\0e2\0e*\0e1\0e\r\0e\n\00\1d\0eH\0e2\0e\"\0e-\0eI\0e-\0e\07\0e-\0e8\0eI\0e\19\0e\"\0e8\0eA\0e\"\0e\01\0eC\0e+\0eI\0eA\0e\15\0e\01\0e\01\0e1\0e\19\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00C\0e\n\0eI\0e*\0e2\0e\'\0e\19\0e1\0eI\0e\19\0e@\0e\1b\0eG\0e\19\0e\n\0e\19\0e\'\0e\19\0e\n\0e7\0eH\0e\19\0e\n\0e\'\0e\19\0eC\0e\08\0e\n\00 \00 \00\1e\0e%\0e1\0e\19\0e%\0e4\0e\t\0e8\0e\"\0e\01\0e8\0e\"\0e\01\0e5\0e\01\0e%\0e1\0e\1a\0e\01\0eH\0e-\0e@\0e+\0e\15\0e8\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\n\0eH\0e2\0e\07\0e-\0e2\0e@\0e\1e\0e(\0e\08\0e#\0e4\0e\07\0e+\0e\19\0e2\0e\1f\0eI\0e2\0e#\0eI\0e-\0e\07\0eD\0e+\0eI\0e\n\00\15\0eI\0e-\0e\07\0e#\0e\1a\0e#\0e2\0e\06\0eH\0e2\0e\1f\0e1\0e\19\0e\08\0e\19\0e\1a\0e#\0e#\0e%\0e1\0e\"\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00$\0eE\0e+\0e2\0eC\0e\04\0e#\0e\04\0eI\0e3\0e\n\0e9\0e\01\0e9\0eI\0e\1a\0e#\0e#\0e%\0e1\0e\07\0e\01\0eL\0e \00/\0e\n\00\n\00(\00T\00h\00e\00 \00a\00b\00o\00v\00e\00 \00i\00s\00 \00a\00 \00t\00w\00o\00-\00c\00o\00l\00u\00m\00n\00 \00t\00e\00x\00t\00.\00 \00I\00f\00 \00c\00o\00m\00b\00i\00n\00i\00n\00g\00 \00c\00h\00a\00r\00a\00c\00t\00e\00r\00s\00 \00a\00r\00e\00 \00h\00a\00n\00d\00l\00e\00d\00\n\00c\00o\00r\00r\00e\00c\00t\00l\00y\00,\00 \00t\00h\00e\00 \00l\00i\00n\00e\00s\00 \00o\00f\00 \00t\00h\00e\00 \00s\00e\00c\00o\00n\00d\00 \00c\00o\00l\00u\00m\00n\00 \00s\00h\00o\00u\00l\00d\00 \00b\00e\00 \00a\00l\00i\00g\00n\00e\00d\00 \00w\00i\00t\00h\00 \00t\00h\00e\00\n\00|\00 \00c\00h\00a\00r\00a\00c\00t\00e\00r\00 \00a\00b\00o\00v\00e\00.\00)\00\n\00\n\00E\00t\00h\00i\00o\00p\00i\00a\00n\00:\00\n\00\n\00P\00r\00o\00v\00e\00r\00b\00s\00 \00i\00n\00 \00t\00h\00e\00 \00A\00m\00h\00a\00r\00i\00c\00 \00l\00a\00n\00g\00u\00a\00g\00e\00:\00\n\00\n\000\12\1b\12\ed\12 \00\a0\12\ed\12s\12(\125\12 \00\95\12\t\13%\12 \00\a0\12\ed\12\a8\120\125\12b\13\n\00e\12\0b\12 \00\ab\12\08\12\9d\12 \00\a5\12\95\12\f0\12\a0\12c\12t\12 \00`\12F\12\18\12 \13\9d\12b\13\n\00\0c\13%\13 \00\eb\12\08\12d\12q\12 \00A\12\1d\12%\13\93\12 \00\90\12\cd\12b\13\n\00\f0\12\00\12 \00`\12\15\12\r\12\19\12 \00E\12d\12 \00c\12\ed\12 \13#\13 \00\95\12#\13u\12 \00`\12\08\13\f0\12\08\12\cd\12b\13\n\00\e8\12\a0\12M\13 \00\c8\12\08\12\1d\12s\12 \00`\12E\12d\12 \00\a0\12\ed\12s\12=\12\1d\12b\13\n\00\a0\12\ed\12%\13 \00`\12`\12\0b\12 \00\f3\12\cb\12 \00p\12\18\12s\12b\13\n\002\12p\12(\12\t\13\19\12 \00\ed\12\f0\12(\12\r\13\19\12b\13\n\00@\125\12 \00`\12@\125\12e\13 \00\d5\12\95\12A\12\0b\12\r\12 \00`\12\a5\12\r\13)\12 \00\ed\12\04\12\f3\12\r\12b\13\n\00\f5\12-\12 \00b\12\eb\12e\12-\12 \00\a0\12\95\12`\123\12 \00\eb\125\12-\12b\13\n\000\12\cd\12 \00\a5\12\95\12\f0\12d\12q\12 \00\a5\12\95\12\05\13 \00\a5\12\95\12\f0\12 \00\t\13(\12d\12q\12 \00\a0\12\ed\12p\12\f3\12\f0\12-\12\1d\12b\13\n\00\a5\12\r\13\dc\12-\12 \00\e8\12\a8\12H\13p\12\cd\12\95\12 \00\t\13.\12.\12 \003\12\ed\12\d8\12\0b\13\cd\12 \00\a0\12\ed\12\f5\12-\12\1d\12b\13\n\00\e8\12\0e\13(\12d\12u\12 \00\0c\12c\12e\13 \00b\12\eb\12\e9\12u\12 \00\ed\125\12E\12 \00c\12\eb\12\e9\12u\12 \00\eb\12 \13\r\12E\12b\13\n\00%\12+\12 \00\a8\12\18\12M\13s\12u\12 \00\r\12\04\13\95\12 \00\0b\12K\13s\12u\12b\13\n\00\d3\12c\12\ed\12 \00\1b\12\f0\12*\12\eb\12 \00\e8\12\08\12\cd\12e\13 \00\r\13\95\12\f5\12 \00\ed\12\de\12 \00\ed\12\de\12+\12\r\12b\13\n\00\e8\12\a5\125\12\0b\12\1d\12 \00\a0\12\08\13)\12 \00\18\12\ab\12 \00\e8\12\a0\12\1e\12+\12 \00\a0\12\08\13)\12 \00\cb\12-\12\ab\12b\13\n\00p\12\95\12\0b\13\0e\12 \00b\12p\12I\13 \00p\12\18\12\r\126\12 \00c\12I\13b\13\n\00\c8\12\f3\12\05\13\05\12 \00\1b\12-\12 \00b\12\06\12\95\12 \00(\13-\125\12\05\12 \00\a0\12u\12\0b\120\12\cd\12b\13\n\00\a5\12\r\13-\12\05\12\95\12 \00`\12M\13+\12=\12\05\12 \00\r\12\ad\12 \00\d8\12-\12\0b\13b\13\n\00\n\00R\00u\00n\00e\00s\00:\00\n\00\n\00\bb\16\d6\16 \00\b3\16\b9\16\ab\16\a6\16 \00\a6\16\ab\16\cf\16 \00\bb\16\d6\16 \00\d2\16\a2\16\de\16\d6\16 \00\a9\16\be\16 \00\a6\16\ab\16\d7\16 \00\da\16\aa\16\be\16\de\16\d6\16 \00\be\16\a9\16\b1\16\a6\16\b9\16\d6\16\aa\16\b1\16\de\16\a2\16\d7\16 \00\b9\16\c1\16\a6\16 \00\a6\16\aa\16 \00\b9\16\d6\16\e5\16\ab\16\n\00\n\00(\00O\00l\00d\00 \00E\00n\00g\00l\00i\00s\00h\00,\00 \00w\00h\00i\00c\00h\00 \00t\00r\00a\00n\00s\00c\00r\00i\00b\00e\00d\00 \00i\00n\00t\00o\00 \00L\00a\00t\00i\00n\00 \00r\00e\00a\00d\00s\00 \00\'\00H\00e\00 \00c\00w\00a\00e\00t\00h\00 \00t\00h\00a\00t\00 \00h\00e\00\n\00b\00u\00d\00e\00 \00t\00h\00a\00e\00m\00 \00l\00a\00n\00d\00e\00 \00n\00o\00r\00t\00h\00w\00e\00a\00r\00d\00u\00m\00 \00w\00i\00t\00h\00 \00t\00h\00a\00 \00W\00e\00s\00t\00s\00a\00e\00.\00\'\00 \00a\00n\00d\00 \00m\00e\00a\00n\00s\00 \00\'\00H\00e\00 \00s\00a\00i\00d\00\n\00t\00h\00a\00t\00 \00h\00e\00 \00l\00i\00v\00e\00d\00 \00i\00n\00 \00t\00h\00e\00 \00n\00o\00r\00t\00h\00e\00r\00n\00 \00l\00a\00n\00d\00 \00n\00e\00a\00r\00 \00t\00h\00e\00 \00W\00e\00s\00t\00e\00r\00n\00 \00S\00e\00a\00.\00\'\00)\00\n\00\n\00B\00r\00a\00i\00l\00l\00e\00:\00\n\00\n\00L(\01(\'(\11( \00<(\01(\12( \00 \00M(\1c(\07(\11(9(0(\0e( \00c(\15(\0c(\n\00\n\00M(\1c(\07(\11(9( \00:(\01(\0e( \00\19(\11(\01(\19(\12( \00\1e(\15( \00\03(\11(\1b(\14( \00:(\n(9(2( \00y(;(\11( \00\n(\0e( \00\1d(\15( \00\19(3(\03(\1e(\n\001(\01(\1e(\11(\'(;( \00\01(\03(3(\1e( \009(\01(\1e(2( \00y(\11( \00\17(\11(\1b(\n(\0c(;( \00\15(\0b( \00\19(\n(\0e( \00\03(%(\17(\n(\01(\07( \00:(\01(\0e(\n\00\0e(\n(\1b(\1d(+( \00\03(9( \009(\11( \00\n(\07(;(\1b(9(\r(\01(\1d(\02( \009(\11( \00\n(\07(;(\05(\02( \009(\11( \00%(\1d(\19(;(\1e(\01(\05(;(\02(\n\00\01(\1d(\19( \009(\11( \00!(\n(\11(\0b( \00\r(3(\17(\1d(;(2( \00N(\n(\17(\15(\15(\1b(\11( \00\0e(\n(\1b(\1d(+( \00\n(\1e(2( \00A(\1d(\19(\n\00N(\n(\17(\15(\15(\1b(\11(0(\0e( \00\1d(\01(\r(\11( \00:(\01(\0e( \00\1b(\15(\15(\19( \00%(\0f(\15(\1d( \000(a(\01(\1d(\1b(\11(\02( \00\0b(\15(\17( \00\01(\1d(9(9(\14(\1b( \00\19(\11(\n\00!(\15(\0e(\11( \00\1e(\15( \00\0f(%(\1e( \00\19(\n(\0e( \00\19(\01(\1d(\19( \00\1e(\15(2(\n\00\n\00U(\07(\19( \00M(\1c(\07(\11(9( \00:(\01(\0e( \00\01(\0e( \00\19(\11(\01(\19( \00\01(\0e( \00\01( \00\19(\15(\15(\17($(\1d(\01(\n(\07(2(\n\00\n\00M(\14(\19(\16( \00J( \00\19(\15(\1d(0(\1e( \00\r(\11(\01(\1d( \00\1e(\15( \00\0e(\01(9( \009(\01(\1e( \00J( \00\05(\1d(*(\02( \00\15(\0b( \00\r(9(\n\00*(\1d( \00\05(\1d(*(\07(+(\1b(\11(\02( \001(\01(\1e( \009(;(\11( \00\n(\0e( \00\0f(\1c(\1e(\n(\n(%(\07(\1c(\07(9( \00\19(\11(\01(\19( \00\01(\03(3(\1e(\n\00\01( \00\19(\15(\15(\17($(\1d(\01(\n(\07(2( \00J( \00\r(\n(#(\1e( \00\19(\01(\'(\11( \00\03(\11(2( \00\14(\n(\07(\14(+(\02( \00\r(9(\0e(\11(\07(\0b(\02( \00\1e(\15(\n\00\17(\11(\1b(\1c(\19( \00\01( \00\n(\15(\0b(\0b(\14($(\1d(\01(\n(\07( \00\01(\0e( \009(\11( \00\19(\11(\01(\19(\11(\0c( \00\0f(\n(\11(\n(\11( \00\15(\0b( \00\n(\17(\15(\1d(\r(\15(\1d(\1b(;(9(\n\00\14( \009(\11( \00\1e(\17(\01(\19(\11(2( \00C(%(\1e( \009(\11( \00:(\n(\0e(\19(\15(\r( \00\15(\0b( \003(\17( \00\01(\1d(\n(\11(\0c(\15(\17(\0e(\n\00\n(\0e( \00\14( \009(\11( \00\0e(\n(\r(\n(\07(\11(\06( \00\01(\1d(\19( \00\r(9( \00%(\1d(\19(\01(\07(\07(*(+( \00\19(\01(\1d(\19(\0e(\n\00)(\01(\07(\07( \00\1d(\15(\1e( \00\19(\n(\0c(%(\17(\03( \00\n(\1e(\02( \00\15(\17( \009(\11( \00J(3(\1d(\1e(\17(9(0(\0e( \00\19(\15(\1d(\11( \00\0b(\15(\17(2( \00y(3(\n\00:(\n(\07(\07( \009(;(\11(\0b(\15(\17(\11( \00\0f(;(\r(\n(\1e( \00\r(\11( \00\1e(\15( \00\17(\11(\0f(\11(\01(\1e(\02( \00\11(\r(\0f(\19(\01(\1e(\n(\n(\01(\07(\07(9(\02( \009(\01(\1e(\n\00M(\1c(\07(\11(9( \00:(\01(\0e( \00\01(\0e( \00\19(\11(\01(\19( \00\01(\0e( \00\01( \00\19(\15(\15(\17($(\1d(\01(\n(\07(2(\n\00\n\00(\00T\00h\00e\00 \00f\00i\00r\00s\00t\00 \00c\00o\00u\00p\00l\00e\00 \00o\00f\00 \00p\00a\00r\00a\00g\00r\00a\00p\00h\00s\00 \00o\00f\00 \00\"\00A\00 \00C\00h\00r\00i\00s\00t\00m\00a\00s\00 \00C\00a\00r\00o\00l\00\"\00 \00b\00y\00 \00D\00i\00c\00k\00e\00n\00s\00)\00\n\00\n\00C\00o\00m\00p\00a\00c\00t\00 \00f\00o\00n\00t\00 \00s\00e\00l\00e\00c\00t\00i\00o\00n\00 \00e\00x\00a\00m\00p\00l\00e\00 \00t\00e\00x\00t\00:\00\n\00\n\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00 \00/\000\001\002\003\004\005\006\007\008\009\00\n\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00 \00\a3\00\a9\00\b5\00\c0\00\c6\00\d6\00\de\00\df\00\e9\00\f6\00\ff\00\n\00\13 \14 \18 \1c \1d \1e \" & 0 \"!S\01`\01x\01~\01\ac \00\91\03\92\03\93\03\94\03\a9\03\b1\03\b2\03\b3\03\b4\03\c9\03 \00\10\04\11\04\12\04\13\04\14\040\041\042\043\044\04\n\00\00\"\02\"\08\"\1d!\'\"*\"a\"\1e\" \00\91!\97!\a8!\bb!\e3! \00\10%<%T%X%\91%\ba%:&@& \00\01\fb\fd\ff@$\82 \1f\02\1e\e5\04\84\1eP\02\d0\02N#\d0\051\05\d0\10\n\00\n\00G\00r\00e\00e\00t\00i\00n\00g\00s\00 \00i\00n\00 \00v\00a\00r\00i\00o\00u\00s\00 \00l\00a\00n\00g\00u\00a\00g\00e\00s\00:\00\n\00\n\00H\00e\00l\00l\00o\00 \00w\00o\00r\00l\00d\00,\00 \00\9a\03\b1\03\bb\03\b7\03\bc\03s\1f\c1\03\b1\03 \00\ba\03y\1f\c3\03\bc\03\b5\03,\00 \00\b30\f30\cb0\c10\cf0\n\00\n\00B\00o\00x\00 \00d\00r\00a\00w\00i\00n\00g\00 \00a\00l\00i\00g\00n\00m\00e\00n\00t\00 \00t\00e\00s\00t\00s\00:\00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\88%\n\00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\89%\n\00T%P%P%f%P%P%W% \00 \00\0c%\00%\00%,%\00%\00%\10% \00 \00m%\00%\00%,%\00%\00%n% \00 \00m%\00%\00%,%\00%\00%n% \00 \00\0f%\01%\01%3%\01%\01%\13% \00 \00\0e%\12%\0f%\11% \00 \00 \00w% \00 \00{% \00\0f%/%\13% \00\0c%0%\10% \00 \00 \00 \00\8a% \00q%r%q%r%s%s%s%\n\00Q%\0c%\00%h%\00%\10%Q% \00 \00\02%T%P%g%P%W%\02% \00 \00\02%R%P%j%P%U%\02% \00 \00\02%S%\00%A%\00%V%\02% \00 \00\03%\0c%\00%B%\00%\10%\03% \00 \00\17%C%D%\19% \00 \00v%<%t%z%K%x% %<%(% \00\1d%K%%% \00 \00 \00 \00\8b% \00r%q%r%q%s%s%s%\n\00Q%\02%r% \00q%\02%Q% \00 \00\02%Q% \00 \00 \00Q%\02% \00 \00\02%\02% \00\02% \00\02%\02% \00 \00\02%Q% \00\03% \00Q%\02% \00 \00\03%\02% \00\7f% \00\02%\03% \00 \00\r%E%F%\13% \00 \00 \00u% \00 \00y% \00\17%7%\1b% \00\14%8%\18% \00 \00 \00 \00\8c% \00q%r%q%r%s%s%s%\n\00`%a% \00s% \00^%c% \00 \00\1c%b% \00 \00 \00_%$% \00 \00\1c%<%\00%<%\00%<%$% \00 \00\1c%k%\00%B%\00%k%$% \00 \00#%?%~%<%|%?%+% \00 \00\15%\1b%\16%\1a% \00 \00 \00 \00 \00\0c%\04%\04%\10% \00N% \00\0f%\05%\05%\13% \00\0b% \00\8d% \00r%q%r%q%s%s%s%\n\00Q%\02%q% \00r%\02%Q% \00 \00\02%Q% \00 \00 \00Q%\02% \00 \00\02%\02% \00\02% \00\02%\02% \00 \00\02%Q% \00\03% \00Q%\02% \00 \00\03%\02% \00}% \00\02%\03% \00 \00\91%\91%\92%\92%\93%\93%\88%\88% \00\n% \00 \00\06% \00N% \00O% \00 \00\07% \00\0b% \00\8e%\n\00Q%\14%\00%e%\00%\18%Q% \00 \00\02%Z%P%d%P%]%\02% \00 \00\02%X%P%j%P%[%\02% \00 \00\02%Y%\00%@%\00%\\%\02% \00 \00\03%\14%\00%B%\00%\18%\03% \00 \00\91%\91%\92%\92%\93%\93%\88%\88% \00\n% \00 \00\06% \00N% \00O% \00 \00\07% \00\0b% \00\8f%\n\00Z%P%P%i%P%P%]% \00 \00\14%\00%\00%4%\00%\00%\18% \00 \00p%\00%\00%4%\00%\00%o% \00 \00p%\00%\00%4%\00%\00%o% \00 \00\17%\01%\01%;%\01%\01%\1b% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\14%L%L%\18% \00N% \00\17%M%M%\1b% \00\0b% \00 \00\81%\82%\83%\84%\85%\86%\87%\88%\n\00\00\00") - (data (i32.const 14188) "\8c\1d\00\00\00\00\00\00\00\00\00\00\02\00\00\00p\1d\00\00S\00e\00n\00t\00e\00n\00c\00e\00s\00 \00t\00h\00a\00t\00 \00c\00o\00n\00t\00a\00i\00n\00 \00a\00l\00l\00 \00l\00e\00t\00t\00e\00r\00s\00 \00c\00o\00m\00m\00o\00n\00l\00y\00 \00u\00s\00e\00d\00 \00i\00n\00 \00a\00 \00l\00a\00n\00g\00u\00a\00g\00e\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00M\00a\00r\00k\00u\00s\00 \00K\00u\00h\00n\00 \00<\00h\00t\00t\00p\00:\00/\00/\00w\00w\00w\00.\00c\00l\00.\00c\00a\00m\00.\00a\00c\00.\00u\00k\00/\00~\00m\00g\00k\002\005\00/\00>\00 \00-\00-\00 \002\000\001\002\00-\000\004\00-\001\001\00\n\00\n\00T\00h\00i\00s\00 \00i\00s\00 \00a\00n\00 \00e\00x\00a\00m\00p\00l\00e\00 \00o\00f\00 \00a\00 \00p\00l\00a\00i\00n\00-\00t\00e\00x\00t\00 \00f\00i\00l\00e\00 \00e\00n\00c\00o\00d\00e\00d\00 \00i\00n\00 \00U\00T\00F\00-\008\00.\00\n\00\n\00\n\00D\00a\00n\00i\00s\00h\00 \00(\00d\00a\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00Q\00u\00i\00z\00d\00e\00l\00t\00a\00g\00e\00r\00n\00e\00 \00s\00p\00i\00s\00t\00e\00 \00j\00o\00r\00d\00b\00\e6\00r\00 \00m\00e\00d\00 \00f\00l\00\f8\00d\00e\00,\00 \00m\00e\00n\00s\00 \00c\00i\00r\00k\00u\00s\00k\00l\00o\00v\00n\00e\00n\00\n\00 \00 \00W\00o\00l\00t\00h\00e\00r\00 \00s\00p\00i\00l\00l\00e\00d\00e\00 \00p\00\e5\00 \00x\00y\00l\00o\00f\00o\00n\00.\00\n\00 \00 \00(\00=\00 \00Q\00u\00i\00z\00 \00c\00o\00n\00t\00e\00s\00t\00a\00n\00t\00s\00 \00w\00e\00r\00e\00 \00e\00a\00t\00i\00n\00g\00 \00s\00t\00r\00a\00w\00b\00e\00r\00y\00 \00w\00i\00t\00h\00 \00c\00r\00e\00a\00m\00 \00w\00h\00i\00l\00e\00 \00W\00o\00l\00t\00h\00e\00r\00\n\00 \00 \00t\00h\00e\00 \00c\00i\00r\00c\00u\00s\00 \00c\00l\00o\00w\00n\00 \00p\00l\00a\00y\00e\00d\00 \00o\00n\00 \00x\00y\00l\00o\00p\00h\00o\00n\00e\00.\00)\00\n\00\n\00G\00e\00r\00m\00a\00n\00 \00(\00d\00e\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00F\00a\00l\00s\00c\00h\00e\00s\00 \00\dc\00b\00e\00n\00 \00v\00o\00n\00 \00X\00y\00l\00o\00p\00h\00o\00n\00m\00u\00s\00i\00k\00 \00q\00u\00\e4\00l\00t\00 \00j\00e\00d\00e\00n\00 \00g\00r\00\f6\00\df\00e\00r\00e\00n\00 \00Z\00w\00e\00r\00g\00\n\00 \00 \00(\00=\00 \00W\00r\00o\00n\00g\00f\00u\00l\00 \00p\00r\00a\00c\00t\00i\00c\00i\00n\00g\00 \00o\00f\00 \00x\00y\00l\00o\00p\00h\00o\00n\00e\00 \00m\00u\00s\00i\00c\00 \00t\00o\00r\00t\00u\00r\00e\00s\00 \00e\00v\00e\00r\00y\00 \00l\00a\00r\00g\00e\00r\00 \00d\00w\00a\00r\00f\00)\00\n\00\n\00 \00 \00Z\00w\00\f6\00l\00f\00 \00B\00o\00x\00k\00\e4\00m\00p\00f\00e\00r\00 \00j\00a\00g\00t\00e\00n\00 \00E\00v\00a\00 \00q\00u\00e\00r\00 \00\fc\00b\00e\00r\00 \00d\00e\00n\00 \00S\00y\00l\00t\00e\00r\00 \00D\00e\00i\00c\00h\00\n\00 \00 \00(\00=\00 \00T\00w\00e\00l\00v\00e\00 \00b\00o\00x\00i\00n\00g\00 \00f\00i\00g\00h\00t\00e\00r\00s\00 \00h\00u\00n\00t\00e\00d\00 \00E\00v\00a\00 \00a\00c\00r\00o\00s\00s\00 \00t\00h\00e\00 \00d\00i\00k\00e\00 \00o\00f\00 \00S\00y\00l\00t\00)\00\n\00\n\00 \00 \00H\00e\00i\00z\00\f6\00l\00r\00\fc\00c\00k\00s\00t\00o\00\df\00a\00b\00d\00\e4\00m\00p\00f\00u\00n\00g\00\n\00 \00 \00(\00=\00 \00f\00u\00e\00l\00 \00o\00i\00l\00 \00r\00e\00c\00o\00i\00l\00 \00a\00b\00s\00o\00r\00b\00e\00r\00)\00\n\00 \00 \00(\00j\00q\00v\00w\00x\00y\00 \00m\00i\00s\00s\00i\00n\00g\00,\00 \00b\00u\00t\00 \00a\00l\00l\00 \00n\00o\00n\00-\00A\00S\00C\00I\00I\00 \00l\00e\00t\00t\00e\00r\00s\00 \00i\00n\00 \00o\00n\00e\00 \00w\00o\00r\00d\00)\00\n\00\n\00G\00r\00e\00e\00k\00 \00(\00e\00l\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00\93\03\b1\03\b6\03\ad\03\b5\03\c2\03 \00\ba\03\b1\03v\1f \00\bc\03\c5\03\c1\03\c4\03\b9\03r\1f\c2\03 \00\b4\03r\1f\bd\03 \00\b8\03p\1f \00\b2\03\c1\03\f6\1f \00\c0\03\b9\03p\1f \00\c3\03\c4\03x\1f \00\c7\03\c1\03\c5\03\c3\03\b1\03\c6\03v\1f \00\be\03\ad\03\c6\03\c9\03\c4\03\bf\03\n\00 \00 \00(\00=\00 \00N\00o\00 \00m\00o\00r\00e\00 \00s\00h\00a\00l\00l\00 \00I\00 \00s\00e\00e\00 \00a\00c\00a\00c\00i\00a\00s\00 \00o\00r\00 \00m\00y\00r\00t\00l\00e\00s\00 \00i\00n\00 \00t\00h\00e\00 \00g\00o\00l\00d\00e\00n\00 \00c\00l\00e\00a\00r\00i\00n\00g\00)\00\n\00\n\00 \00 \00\9e\03\b5\03\c3\03\ba\03\b5\03\c0\03\ac\03\b6\03\c9\03 \00\c4\03t\1f\bd\03 \00\c8\03\c5\03\c7\03\bf\03\c6\03\b8\03\cc\03\c1\03\b1\03 \00\b2\03\b4\03\b5\03\bb\03\c5\03\b3\03\bc\03\af\03\b1\03\n\00 \00 \00(\00=\00 \00I\00 \00u\00n\00c\00o\00v\00e\00r\00 \00t\00h\00e\00 \00s\00o\00u\00l\00-\00d\00e\00s\00t\00r\00o\00y\00i\00n\00g\00 \00a\00b\00h\00o\00r\00r\00e\00n\00c\00e\00)\00\n\00\n\00E\00n\00g\00l\00i\00s\00h\00 \00(\00e\00n\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00T\00h\00e\00 \00q\00u\00i\00c\00k\00 \00b\00r\00o\00w\00n\00 \00f\00o\00x\00 \00j\00u\00m\00p\00s\00 \00o\00v\00e\00r\00 \00t\00h\00e\00 \00l\00a\00z\00y\00 \00d\00o\00g\00\n\00\n\00S\00p\00a\00n\00i\00s\00h\00 \00(\00e\00s\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00E\00l\00 \00p\00i\00n\00g\00\fc\00i\00n\00o\00 \00W\00e\00n\00c\00e\00s\00l\00a\00o\00 \00h\00i\00z\00o\00 \00k\00i\00l\00\f3\00m\00e\00t\00r\00o\00s\00 \00b\00a\00j\00o\00 \00e\00x\00h\00a\00u\00s\00t\00i\00v\00a\00 \00l\00l\00u\00v\00i\00a\00 \00y\00\n\00 \00 \00f\00r\00\ed\00o\00,\00 \00a\00\f1\00o\00r\00a\00b\00a\00 \00a\00 \00s\00u\00 \00q\00u\00e\00r\00i\00d\00o\00 \00c\00a\00c\00h\00o\00r\00r\00o\00.\00\n\00 \00 \00(\00C\00o\00n\00t\00a\00i\00n\00s\00 \00e\00v\00e\00r\00y\00 \00l\00e\00t\00t\00e\00r\00 \00a\00n\00d\00 \00e\00v\00e\00r\00y\00 \00a\00c\00c\00e\00n\00t\00,\00 \00b\00u\00t\00 \00n\00o\00t\00 \00e\00v\00e\00r\00y\00 \00c\00o\00m\00b\00i\00n\00a\00t\00i\00o\00n\00\n\00 \00 \00o\00f\00 \00v\00o\00w\00e\00l\00 \00+\00 \00a\00c\00u\00t\00e\00.\00)\00\n\00\n\00F\00r\00e\00n\00c\00h\00 \00(\00f\00r\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00P\00o\00r\00t\00e\00z\00 \00c\00e\00 \00v\00i\00e\00u\00x\00 \00w\00h\00i\00s\00k\00y\00 \00a\00u\00 \00j\00u\00g\00e\00 \00b\00l\00o\00n\00d\00 \00q\00u\00i\00 \00f\00u\00m\00e\00 \00s\00u\00r\00 \00s\00o\00n\00 \00\ee\00l\00e\00 \00i\00n\00t\00\e9\00r\00i\00e\00u\00r\00e\00,\00 \00\e0\00\n\00 \00 \00c\00\f4\00t\00\e9\00 \00d\00e\00 \00l\00\'\00a\00l\00c\00\f4\00v\00e\00 \00o\00v\00o\00\ef\00d\00e\00,\00 \00o\00\f9\00 \00l\00e\00s\00 \00b\00\fb\00c\00h\00e\00s\00 \00s\00e\00 \00c\00o\00n\00s\00u\00m\00e\00n\00t\00 \00d\00a\00n\00s\00 \00l\00\'\00\e2\00t\00r\00e\00,\00 \00c\00e\00\n\00 \00 \00q\00u\00i\00 \00l\00u\00i\00 \00p\00e\00r\00m\00e\00t\00 \00d\00e\00 \00p\00e\00n\00s\00e\00r\00 \00\e0\00 \00l\00a\00 \00c\00\e6\00n\00o\00g\00e\00n\00\e8\00s\00e\00 \00d\00e\00 \00l\00\'\00\ea\00t\00r\00e\00 \00d\00o\00n\00t\00 \00i\00l\00 \00e\00s\00t\00 \00q\00u\00e\00s\00t\00i\00o\00n\00\n\00 \00 \00d\00a\00n\00s\00 \00l\00a\00 \00c\00a\00u\00s\00e\00 \00a\00m\00b\00i\00g\00u\00\eb\00 \00e\00n\00t\00e\00n\00d\00u\00e\00 \00\e0\00 \00M\00o\00\ff\00,\00 \00d\00a\00n\00s\00 \00u\00n\00 \00c\00a\00p\00h\00a\00r\00n\00a\00\fc\00m\00 \00q\00u\00i\00,\00\n\00 \00 \00p\00e\00n\00s\00e\00-\00t\00-\00i\00l\00,\00 \00d\00i\00m\00i\00n\00u\00e\00 \00\e7\00\e0\00 \00e\00t\00 \00l\00\e0\00 \00l\00a\00 \00q\00u\00a\00l\00i\00t\00\e9\00 \00d\00e\00 \00s\00o\00n\00 \00S\01u\00v\00r\00e\00.\00\n\00\n\00 \00 \00l\00\'\00\ee\00l\00e\00 \00e\00x\00i\00g\00u\00\eb\00\n\00 \00 \00O\00\f9\00 \00l\00\'\00o\00b\00\e8\00s\00e\00 \00j\00u\00r\00y\00 \00m\00\fb\00r\00\n\00 \00 \00F\00\ea\00t\00e\00 \00l\00\'\00h\00a\00\ef\00 \00v\00o\00l\00a\00p\00\fc\00k\00,\00\n\00 \00 \00\c2\00n\00e\00 \00e\00x\00 \00a\00\e9\00q\00u\00o\00 \00a\00u\00 \00w\00h\00i\00s\00t\00,\00\n\00 \00 \00\d4\00t\00e\00z\00 \00c\00e\00 \00v\00S\01u\00 \00d\00\e9\00\e7\00u\00.\00\n\00\n\00 \00 \00L\00e\00 \00c\00S\01u\00r\00 \00d\00\e9\00\e7\00u\00 \00m\00a\00i\00s\00 \00l\00\'\00\e2\00m\00e\00 \00p\00l\00u\00t\00\f4\00t\00 \00n\00a\00\ef\00v\00e\00,\00 \00L\00o\00u\00\ff\00s\00 \00r\00\ea\00v\00a\00 \00d\00e\00 \00c\00r\00a\00p\00a\00\fc\00t\00e\00r\00 \00e\00n\00\n\00 \00 \00c\00a\00n\00o\00\eb\00 \00a\00u\00 \00d\00e\00l\00\e0\00 \00d\00e\00s\00 \00\ee\00l\00e\00s\00,\00 \00p\00r\00\e8\00s\00 \00d\00u\00 \00m\00\e4\00l\00s\00t\00r\00\f6\00m\00 \00o\00\f9\00 \00b\00r\00\fb\00l\00e\00n\00t\00 \00l\00e\00s\00 \00n\00o\00v\00\e6\00.\00\n\00\n\00I\00r\00i\00s\00h\00 \00G\00a\00e\00l\00i\00c\00 \00(\00g\00a\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00D\00\'\00f\00h\00u\00a\00s\00c\00a\00i\00l\00 \00\cd\00o\00s\00a\00,\00 \00\da\00r\00m\00h\00a\00c\00 \00n\00a\00 \00h\00\d3\00i\00g\00h\00e\00 \00B\00e\00a\00n\00n\00a\00i\00t\00h\00e\00,\00 \00p\00\f3\00r\00 \00\c9\00a\00v\00a\00 \00a\00g\00u\00s\00 \00\c1\00d\00h\00a\00i\00m\00h\00\n\00\n\00H\00u\00n\00g\00a\00r\00i\00a\00n\00 \00(\00h\00u\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00\c1\00r\00v\00\ed\00z\00t\00q\01r\00Q\01 \00t\00\fc\00k\00\f6\00r\00f\00\fa\00r\00\f3\00g\00\e9\00p\00\n\00 \00 \00(\00=\00 \00f\00l\00o\00o\00d\00-\00p\00r\00o\00o\00f\00 \00m\00i\00r\00r\00o\00r\00-\00d\00r\00i\00l\00l\00i\00n\00g\00 \00m\00a\00c\00h\00i\00n\00e\00,\00 \00o\00n\00l\00y\00 \00a\00l\00l\00 \00n\00o\00n\00-\00A\00S\00C\00I\00I\00 \00l\00e\00t\00t\00e\00r\00s\00)\00\n\00\n\00I\00c\00e\00l\00a\00n\00d\00i\00c\00 \00(\00i\00s\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00K\00\e6\00m\00i\00 \00n\00\fd\00 \00\f6\00x\00i\00 \00h\00\e9\00r\00 \00y\00k\00i\00s\00t\00 \00\fe\00j\00\f3\00f\00u\00m\00 \00n\00\fa\00 \00b\00\e6\00\f0\00i\00 \00v\00\ed\00l\00 \00o\00g\00 \00\e1\00d\00r\00e\00p\00a\00\n\00\n\00 \00 \00S\00\e6\00v\00\f6\00r\00 \00g\00r\00\e9\00t\00 \00\e1\00\f0\00a\00n\00 \00\fe\00v\00\ed\00 \00\fa\00l\00p\00a\00n\00 \00v\00a\00r\00 \00\f3\00n\00\fd\00t\00\n\00 \00 \00(\00s\00o\00m\00e\00 \00A\00S\00C\00I\00I\00 \00l\00e\00t\00t\00e\00r\00s\00 \00m\00i\00s\00s\00i\00n\00g\00)\00\n\00\n\00J\00a\00p\00a\00n\00e\00s\00e\00 \00(\00j\00p\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00H\00i\00r\00a\00g\00a\00n\00a\00:\00 \00(\00I\00r\00o\00h\00a\00)\00\n\00\n\00 \00 \00D0\8d0o0k0{0x0h0a0\8a0l0\8b0\920\n\00 \00 \00\8f0K0\880_0\8c0]0d0m0j0\890\800\n\00 \00 \00F0\900n0J0O0\840~0Q0u0S0H0f0\n\00 \00 \00B0U0M0\860\810\7f0W0\910r0\820[0Y0\n\00\n\00 \00 \00K\00a\00t\00a\00k\00a\00n\00a\00:\00\n\00\n\00 \00 \00\a40\ed0\cf0\cb0\db0\d80\c80 \00\c10\ea0\cc0\eb0\f20 \00\ef0\ab0\e80\bf0\ec0\bd0 \00\c40\cd0\ca0\e90\e00\n\00 \00 \00\a60\f00\ce0\aa0\af0\e40\de0 \00\b10\d50\b30\a80\c60 \00\a20\b50\ad0\e60\e10\df0\b70 \00\f10\d20\e20\bb0\b90\f30\n\00\n\00H\00e\00b\00r\00e\00w\00 \00(\00i\00w\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00?\00 \00\d3\05\d2\05 \00\e1\05\e7\05\e8\05\df\05 \00\e9\05\d8\05 \00\d1\05\d9\05\dd\05 \00\de\05\d0\05\d5\05\db\05\d6\05\d1\05 \00\d5\05\dc\05\e4\05\ea\05\e2\05 \00\de\05\e6\05\d0\05 \00\dc\05\d5\05 \00\d7\05\d1\05\e8\05\d4\05 \00\d0\05\d9\05\da\05 \00\d4\05\e7\05\dc\05\d9\05\d8\05\d4\05\n\00\n\00P\00o\00l\00i\00s\00h\00 \00(\00p\00l\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00P\00c\00h\00n\00\05\01\07\01 \00w\00 \00t\00\19\01 \00B\01\f3\00d\00z\01 \00j\00e\00|\01a\00 \00l\00u\00b\00 \00o\00[\01m\00 \00s\00k\00r\00z\00y\00D\01 \00f\00i\00g\00\n\00 \00 \00(\00=\00 \00T\00o\00 \00p\00u\00s\00h\00 \00a\00 \00h\00e\00d\00g\00e\00h\00o\00g\00 \00o\00r\00 \00e\00i\00g\00h\00t\00 \00b\00i\00n\00s\00 \00o\00f\00 \00f\00i\00g\00s\00 \00i\00n\00 \00t\00h\00i\00s\00 \00b\00o\00a\00t\00)\00\n\00\n\00R\00u\00s\00s\00i\00a\00n\00 \00(\00r\00u\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00\12\04 \00G\040\04I\040\04E\04 \00N\043\040\04 \006\048\04;\04 \001\04K\04 \00F\048\04B\04@\04C\04A\04?\00 \00\14\040\04,\00 \00=\04>\04 \00D\040\04;\04L\04H\048\042\04K\049\04 \00M\04:\047\045\04<\04?\04;\04O\04@\04!\00\n\00 \00 \00(\00=\00 \00W\00o\00u\00l\00d\00 \00a\00 \00c\00i\00t\00r\00u\00s\00 \00l\00i\00v\00e\00 \00i\00n\00 \00t\00h\00e\00 \00b\00u\00s\00h\00e\00s\00 \00o\00f\00 \00s\00o\00u\00t\00h\00?\00 \00Y\00e\00s\00,\00 \00b\00u\00t\00 \00o\00n\00l\00y\00 \00a\00 \00f\00a\00k\00e\00 \00o\00n\00e\00!\00)\00\n\00\n\00 \00 \00!\04J\045\04H\04L\04 \006\045\04 \005\04I\04Q\04 \00M\04B\048\04E\04 \00<\04O\043\04:\048\04E\04 \00D\04@\040\04=\04F\04C\047\04A\04:\048\04E\04 \001\04C\04;\04>\04:\04 \004\040\04 \002\04K\04?\045\049\04 \00G\040\04N\04\n\00 \00 \00(\00=\00 \00E\00a\00t\00 \00s\00o\00m\00e\00 \00m\00o\00r\00e\00 \00o\00f\00 \00t\00h\00e\00s\00e\00 \00f\00r\00e\00s\00h\00 \00F\00r\00e\00n\00c\00h\00 \00l\00o\00a\00f\00s\00 \00a\00n\00d\00 \00h\00a\00v\00e\00 \00s\00o\00m\00e\00 \00t\00e\00a\00)\00\n\00\n\00T\00h\00a\00i\00 \00(\00t\00h\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00[\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00|\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00]\00\n\00 \00 \00O\0e \00@\0e\1b\0eG\0e\19\0e!\0e\19\0e8\0e)\0e\"\0eL\0e*\0e8\0e\14\0e\1b\0e#\0e0\0e@\0e*\0e#\0e4\0e\10\0e@\0e%\0e4\0e(\0e\04\0e8\0e\13\0e\04\0eH\0e2\0e \00 \00\01\0e\'\0eH\0e2\0e\1a\0e#\0e#\0e\14\0e2\0e\1d\0e9\0e\07\0e*\0e1\0e\15\0e\'\0eL\0e@\0e\14\0e#\0e1\0e\08\0e\t\0e2\0e\19\0e\n\00 \00 \00\08\0e\07\0e\1d\0eH\0e2\0e\1f\0e1\0e\19\0e\1e\0e1\0e\12\0e\19\0e2\0e\'\0e4\0e\n\0e2\0e\01\0e2\0e#\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00-\0e\"\0eH\0e2\0e%\0eI\0e2\0e\07\0e\1c\0e%\0e2\0e\r\0e$\0eE\0e@\0e\02\0eH\0e\19\0e\06\0eH\0e2\0e\1a\0e5\0e\11\0e2\0eC\0e\04\0e#\0e\n\00 \00 \00D\0e!\0eH\0e\16\0e7\0e-\0eB\0e\17\0e)\0eB\0e\01\0e#\0e\18\0eA\0e\n\0eH\0e\07\0e\0b\0e1\0e\14\0e.\0e6\0e\14\0e.\0e1\0e\14\0e\14\0eH\0e2\0e \00 \00 \00 \00 \00+\0e1\0e\14\0e-\0e \0e1\0e\"\0e@\0e+\0e!\0e7\0e-\0e\19\0e\01\0e5\0e,\0e2\0e-\0e1\0e\n\0e\0c\0e2\0e*\0e1\0e\"\0e\n\00 \00 \00\1b\0e\0f\0e4\0e\1a\0e1\0e\15\0e4\0e\1b\0e#\0e0\0e\1e\0e$\0e\15\0e4\0e\01\0e\0e\0e\01\0e3\0e+\0e\19\0e\14\0eC\0e\08\0e \00 \00 \00 \00 \00 \00 \00 \00\1e\0e9\0e\14\0e\08\0e2\0eC\0e+\0eI\0e\08\0eJ\0e0\0eF\0e \00\08\0eK\0e2\0eF\0e \00\19\0eH\0e2\0e\1f\0e1\0e\07\0e@\0e-\0e\"\0e \00/\0e\n\00\n\00 \00 \00[\00T\00h\00e\00 \00c\00o\00p\00y\00r\00i\00g\00h\00t\00 \00f\00o\00r\00 \00t\00h\00e\00 \00T\00h\00a\00i\00 \00e\00x\00a\00m\00p\00l\00e\00 \00i\00s\00 \00o\00w\00n\00e\00d\00 \00b\00y\00 \00T\00h\00e\00 \00C\00o\00m\00p\00u\00t\00e\00r\00\n\00 \00 \00A\00s\00s\00o\00c\00i\00a\00t\00i\00o\00n\00 \00o\00f\00 \00T\00h\00a\00i\00l\00a\00n\00d\00 \00u\00n\00d\00e\00r\00 \00t\00h\00e\00 \00R\00o\00y\00a\00l\00 \00P\00a\00t\00r\00o\00n\00a\00g\00e\00 \00o\00f\00 \00H\00i\00s\00 \00M\00a\00j\00e\00s\00t\00y\00 \00t\00h\00e\00\n\00 \00 \00K\00i\00n\00g\00.\00]\00\n\00\n\00T\00u\00r\00k\00i\00s\00h\00 \00(\00t\00r\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00P\00i\00j\00a\00m\00a\00l\001\01 \00h\00a\00s\00t\00a\00,\00 \00y\00a\00\1f\011\01z\00 \00_\01o\00f\00\f6\00r\00e\00 \00\e7\00a\00b\00u\00c\00a\00k\00 \00g\00\fc\00v\00e\00n\00d\00i\00.\00\n\00 \00 \00(\00=\00P\00a\00t\00i\00e\00n\00t\00 \00w\00i\00t\00h\00 \00p\00a\00j\00a\00m\00a\00s\00,\00 \00t\00r\00u\00s\00t\00e\00d\00 \00s\00w\00a\00r\00t\00h\00y\00 \00d\00r\00i\00v\00e\00r\00 \00q\00u\00i\00c\00k\00l\00y\00)\00\n\00\n\00O\00t\00h\00e\00r\00\n\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00\c0\00\c8\00 \00/\00 \00c\003\00_\008\000\00 \00c\003\00_\008\008\00\n\00 \00 \00\d8S\cf\91 \00/\00 \00e\005\00_\008\00f\00_\009\008\00 \00e\009\00_\008\007\00_\008\00f\00\n\00 \00 \00A\d8\0e\dfA\d81\df \00/\00 \00f\000\00_\00a\000\00_\009\00c\00_\008\00e\00 \00f\000\00_\00a\000\00_\009\00c\00_\00b\001\00\n\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 21760) "\04\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00\01\d87\dch\00i\00R\d8b\df") + (data $1 (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00,\00\00\00s\00t\00d\00/\00s\00t\00r\00i\00n\00g\00-\00e\00n\00c\00o\00d\00i\00n\00g\00.\00t\00s\00") + (data $2 (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $3 (i32.const 172) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 240) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 272) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 300) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 364) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 416) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 444) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 508) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 540) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\01\d87\dc\00\00\00\00\00\00\00\00") + (data $12 (i32.const 572) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00h\00\00\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00h\00i\00\00\00\00\00\00\00\00\00") + (data $14 (i32.const 636) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00R\d8b\df\00\00\00\00\00\00\00\00") + (data $15 (i32.const 668) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00U\00n\00p\00a\00i\00r\00e\00d\00 \00s\00u\00r\00r\00o\00g\00a\00t\00e\00\00\00\00\00\00\00\00\00") + (data $16 (i32.const 732) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00~\00l\00i\00b\00/\00s\00t\00r\00i\00n\00g\00.\00t\00s\00") + (data $17 (i32.const 780) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\008\00\00\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00\00\00\00\00\00\00") + (data $18 (i32.const 860) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\004\d8\00\00\00\00\00\00\00\00\00\00") + (data $19 (i32.const 892) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\fd\ff\00\00\00\00\00\00\00\00\00\00") + (data $20 (i32.const 924) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\1e\dd\00\00\00\00\00\00\00\00\00\00") + (data $21 (i32.const 956) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\001\002\003\00\00\004\005\006\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $22 (i32.const 1004) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\002\003\00\00\00\00\00\00\00") + (data $23 (i32.const 1036) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00h\00i\00R\d8b\df\00\00\00\00") + (data $24 (i32.const 1068) "<3\00\00\00\00\00\00\00\00\00\00\02\00\00\00*3\00\00M\00a\00t\00h\00e\00m\00a\00t\00i\00c\00s\00 \00a\00n\00d\00 \00S\00c\00i\00e\00n\00c\00e\00s\00:\00\n\00\n\00.\" \00E\00\c5\"d\00a\00 \00=\00 \00Q\00,\00 \00 \00n\00 \00\92! \00\1e\",\00 \00\11\" \00f\00(\00i\00)\00 \00=\00 \00\0f\" \00g\00(\00i\00)\00,\00 \00\00\"x\00\08\"\1d!:\00 \00\08#x\00\t# \00=\00 \00\12\"\n#\12\"x\00\0b#,\00 \00\b1\03 \00\'\" \00\ac\00\b2\03 \00=\00 \00\ac\00(\00\ac\00\b1\03 \00(\" \00\b2\03)\00,\00\n\00\n\00\15! \00\86\" \00\15!\80 \00\82\" \00$! \00\82\" \00\1a! \00\82\" \00\1d! \00\82\" \00\02!,\00 \00\a5\" \00<\00 \00a\00 \00`\" \00b\00 \00a\" \00c\00 \00d\" \00d\00 \00j\" \00\a4\" \00\d2! \00(\00A\00 \00\d4! \00B\00)\00,\00\n\00\n\002\00H\00\82 \00+\00 \00O\00\82 \00\cc! \002\00H\00\82 O\00,\00 \00R\00 \00=\00 \004\00.\007\00 \00k\00\a9\03,\00 \00\00# \002\000\000\00 \00m\00m\00\n\00\n\00L\00i\00n\00g\00u\00i\00s\00t\00i\00c\00s\00 \00a\00n\00d\00 \00d\00i\00c\00t\00i\00o\00n\00a\00r\00i\00e\00s\00:\00\n\00\n\00\f0\00i\00 \001\01n\00t\00Y\02\c8\02n\00\e6\00\83\02Y\02n\00Y\02l\00 \00f\00Y\02\c8\02n\00[\02t\001\01k\00 \00Y\02s\00o\00\8a\02s\00i\00\c8\02e\001\01\83\02n\00\n\00Y\00 \00[\00\c8\02\8f\02p\00s\00i\00l\00T\02n\00]\00,\00 \00Y\00e\00n\00 \00[\00j\00[\02n\00]\00,\00 \00Y\00o\00g\00a\00 \00[\00\c8\02j\00o\00\d0\02g\00Q\02]\00\n\00\n\00A\00P\00L\00:\00\n\00\n\00(\00(\00V\00s#V\00)\00=\00s#t#V\00)\00/\00V\00\90!,\00V\00 \00 \00 \00 \007#\90!s#\92!t#\06\"\07\"\83\"> N#U#\08#\n\00\n\00N\00i\00c\00e\00r\00 \00t\00y\00p\00o\00g\00r\00a\00p\00h\00y\00 \00i\00n\00 \00p\00l\00a\00i\00n\00 \00t\00e\00x\00t\00 \00f\00i\00l\00e\00s\00:\00\n\00\n\00T%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%W%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00\18 s\00i\00n\00g\00l\00e\00\19 \00a\00n\00d\00 \00\1c d\00o\00u\00b\00l\00e\00\1d \00q\00u\00o\00t\00e\00s\00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00C\00u\00r\00l\00y\00 \00a\00p\00o\00s\00t\00r\00o\00p\00h\00e\00s\00:\00 \00\1c W\00e\00\19 v\00e\00 \00b\00e\00e\00n\00 \00h\00e\00r\00e\00\1d \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00L\00a\00t\00i\00n\00-\001\00 \00a\00p\00o\00s\00t\00r\00o\00p\00h\00e\00 \00a\00n\00d\00 \00a\00c\00c\00e\00n\00t\00s\00:\00 \00\'\00\b4\00`\00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00\1a d\00e\00u\00t\00s\00c\00h\00e\00\18 \00\1e A\00n\00f\00\fc\00h\00r\00u\00n\00g\00s\00z\00e\00i\00c\00h\00e\00n\00\1c \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00 ,\00 \00! ,\00 \000 ,\00 \00\" ,\00 \003\00\13 4\00,\00 \00\14 ,\00 \00\12\"5\00/\00+\005\00,\00 \00\"!,\00 \00& \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00A\00S\00C\00I\00I\00 \00s\00a\00f\00e\00t\00y\00 \00t\00e\00s\00t\00:\00 \001\00l\00I\00|\00,\00 \000\00O\00D\00,\00 \008\00B\00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00m%\00%\00%\00%\00%\00%\00%\00%\00%\00%n% \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00t\00h\00e\00 \00e\00u\00r\00o\00 \00s\00y\00m\00b\00o\00l\00:\00 \00\02% \001\004\00.\009\005\00 \00\ac \00\02% \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00p%\00%\00%\00%\00%\00%\00%\00%\00%\00%o% \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Z%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%]%\n\00\n\00G\00r\00e\00e\00k\00 \00(\00i\00n\00 \00P\00o\00l\00y\00t\00o\00n\00i\00c\00)\00:\00\n\00\n\00T\00h\00e\00 \00G\00r\00e\00e\00k\00 \00a\00n\00t\00h\00e\00m\00:\00\n\00\n\00\a3\03r\1f \00\b3\03\bd\03\c9\03\c1\03w\1f\b6\03\c9\03 \00\00\1f\c0\03x\1f \00\c4\03t\1f\bd\03 \00\ba\03y\1f\c8\03\b7\03\n\00\c4\03\bf\03\e6\1f \00\c3\03\c0\03\b1\03\b8\03\b9\03\bf\03\e6\1f \00\c4\03t\1f\bd\03 \00\c4\03\c1\03\bf\03\bc\03\b5\03\c1\03u\1f,\00\n\00\c3\03r\1f \00\b3\03\bd\03\c9\03\c1\03w\1f\b6\03\c9\03 \00\00\1f\c0\03x\1f \00\c4\03t\1f\bd\03 \00D\1f\c8\03\b7\03\n\00\c0\03\bf\03z\1f \00\bc\03r\1f \00\b2\03w\1f\b1\03 \00\bc\03\b5\03\c4\03\c1\03q\1f\b5\03\b9\03 \00\c4\03t\1f \00\b3\03\c6\1f.\00\n\00\n\00\bf\1f\91\03\c0\03\bf\1f \00\c4\03p\1f \00\ba\03y\1f\ba\03\ba\03\b1\03\bb\03\b1\03 \00\b2\03\b3\03\b1\03\bb\03\bc\03s\1f\bd\03\b7\03\n\00\c4\03\f6\1f\bd\03 \00\fe\1f\95\03\bb\03\bb\03u\1f\bd\03\c9\03\bd\03 \00\c4\03p\1f \001\1f\b5\03\c1\03q\1f\n\00\ba\03\b1\03v\1f \00\c3\03p\1f\bd\03 \00\c0\03\c1\03\f6\1f\c4\03\b1\03 \00\00\1f\bd\03\b4\03\c1\03\b5\03\b9\03\c9\03\bc\03s\1f\bd\03\b7\03\n\00\c7\03\b1\03\d6\1f\c1\03\b5\03,\00 \00f\1f \00\c7\03\b1\03\d6\1f\c1\03\b5\03,\00 \00\bf\1f\95\03\bb\03\b5\03\c5\03\b8\03\b5\03\c1\03\b9\03q\1f!\00\n\00\n\00F\00r\00o\00m\00 \00a\00 \00s\00p\00e\00e\00c\00h\00 \00o\00f\00 \00D\00e\00m\00o\00s\00t\00h\00e\00n\00e\00s\00 \00i\00n\00 \00t\00h\00e\00 \004\00t\00h\00 \00c\00e\00n\00t\00u\00r\00y\00 \00B\00C\00:\00\n\00\n\00\9f\03P\1f\c7\03v\1f \00\c4\03\b1\03P\1f\c4\03p\1f \00\c0\03\b1\03\c1\03w\1f\c3\03\c4\03\b1\03\c4\03\b1\03w\1f \00\bc\03\bf\03\b9\03 \00\b3\03\b9\03\b3\03\bd\03}\1f\c3\03\ba\03\b5\03\b9\03\bd\03,\00 \00f\1f \00\04\1f\bd\03\b4\03\c1\03\b5\03\c2\03 \00\bf\1f\91\03\b8\03\b7\03\bd\03\b1\03\d6\1f\bf\03\b9\03,\00\n\00E\1f\c4\03\b1\03\bd\03 \00\c4\03\bf\1f \00\b5\030\1f\c2\03 \00\c4\03p\1f \00\c0\03\c1\03q\1f\b3\03\bc\03\b1\03\c4\03\b1\03 \00\00\1f\c0\03\bf\03\b2\03\bb\03s\1f\c8\03\c9\03 \00\ba\03\b1\03v\1f \00E\1f\c4\03\b1\03\bd\03 \00\c0\03\c1\03x\1f\c2\03 \00\c4\03\bf\03z\1f\c2\03\n\00\bb\03y\1f\b3\03\bf\03\c5\03\c2\03 \00\bf\03S\1f\c2\03 \00\00\1f\ba\03\bf\03{\1f\c9\03\87\03 \00\c4\03\bf\03z\1f\c2\03 \00\bc\03r\1f\bd\03 \00\b3\03p\1f\c1\03 \00\bb\03y\1f\b3\03\bf\03\c5\03\c2\03 \00\c0\03\b5\03\c1\03v\1f \00\c4\03\bf\03\e6\1f\n\00\c4\03\b9\03\bc\03\c9\03\c1\03u\1f\c3\03\b1\03\c3\03\b8\03\b1\03\b9\03 \00\a6\03w\1f\bb\03\b9\03\c0\03\c0\03\bf\03\bd\03 \00A\1f\c1\03\f6\1f \00\b3\03\b9\03\b3\03\bd\03\bf\03\bc\03s\1f\bd\03\bf\03\c5\03\c2\03,\00 \00\c4\03p\1f \00\b4\03r\1f \00\c0\03\c1\03q\1f\b3\03\bc\03\b1\03\c4\03\bf\1f\n\00\b5\030\1f\c2\03 \00\c4\03\bf\03\e6\1f\c4\03\bf\03 \00\c0\03\c1\03\bf\03u\1f\ba\03\bf\03\bd\03\c4\03\b1\03,\00 \00 \00e\1f\c3\03\b8\03\bf\1f \00E\1f\c0\03\c9\03\c2\03 \00\bc\03t\1f \00\c0\03\b5\03\b9\03\c3\03y\1f\bc\03\b5\03\b8\03\bf\1f \00\b1\03P\1f\c4\03\bf\03v\1f\n\00\c0\03\c1\03y\1f\c4\03\b5\03\c1\03\bf\03\bd\03 \00\ba\03\b1\03\ba\03\f6\1f\c2\03 \00\c3\03\ba\03s\1f\c8\03\b1\03\c3\03\b8\03\b1\03\b9\03 \00\b4\03s\1f\bf\03\bd\03.\00 \00\bf\03P\1f\b4\03s\1f\bd\03 \00\bf\03V\1f\bd\03 \00\04\1f\bb\03\bb\03\bf\03 \00\bc\03\bf\03\b9\03 \00\b4\03\bf\03\ba\03\bf\03\e6\1f\c3\03\b9\03\bd\03\n\00\bf\031\1f \00\c4\03p\1f \00\c4\03\bf\03\b9\03\b1\03\e6\1f\c4\03\b1\03 \00\bb\03s\1f\b3\03\bf\03\bd\03\c4\03\b5\03\c2\03 \00\"\1f \00\c4\03t\1f\bd\03 \00Q\1f\c0\03y\1f\b8\03\b5\03\c3\03\b9\03\bd\03,\00 \00\c0\03\b5\03\c1\03v\1f \00\'\1f\c2\03 \00\b2\03\bf\03\c5\03\bb\03\b5\03{\1f\b5\03\c3\03\b8\03\b1\03\b9\03,\00\n\00\bf\03P\1f\c7\03v\1f \00\c4\03t\1f\bd\03 \00\bf\03V\1f\c3\03\b1\03\bd\03 \00\c0\03\b1\03\c1\03\b9\03\c3\03\c4\03q\1f\bd\03\c4\03\b5\03\c2\03 \00Q\1f\bc\03\d6\1f\bd\03 \00\01\1f\bc\03\b1\03\c1\03\c4\03q\1f\bd\03\b5\03\b9\03\bd\03.\00 \00\10\1f\b3\03|\1f \00\b4\03s\1f,\00 \00E\1f\c4\03\b9\03 \00\bc\03s\1f\bd\03\n\00\c0\03\bf\03\c4\03\bf\1f \00\10\1f\be\03\c6\1f\bd\03 \00\c4\03\c7\1f \00\c0\03y\1f\bb\03\b5\03\b9\03 \00\ba\03\b1\03v\1f \00\c4\03p\1f \00\b1\03Q\1f\c4\03\c6\1f\c2\03 \00\14\1f\c7\03\b5\03\b9\03\bd\03 \00\00\1f\c3\03\c6\03\b1\03\bb\03\f6\1f\c2\03 \00\ba\03\b1\03v\1f \00\a6\03w\1f\bb\03\b9\03\c0\03\c0\03\bf\03\bd\03\n\00\c4\03\b9\03\bc\03\c9\03\c1\03u\1f\c3\03\b1\03\c3\03\b8\03\b1\03\b9\03,\00 \00\ba\03\b1\03v\1f \00\bc\03q\1f\bb\03\bf\1f \00\00\1f\ba\03\c1\03\b9\03\b2\03\f6\1f\c2\03 \00\bf\036\1f\b4\03\b1\03\87\03 \00\10\1f\c0\03\bf\1f \00\10\1f\bc\03\bf\03\e6\1f \00\b3\03q\1f\c1\03,\00 \00\bf\03P\1f \00\c0\03q\1f\bb\03\b1\03\b9\03\n\00\b3\03s\1f\b3\03\bf\03\bd\03\b5\03\bd\03 \00\c4\03\b1\03\e6\1f\c4\03\bf\1f \00\00\1f\bc\03\c6\03y\1f\c4\03\b5\03\c1\03\b1\03\87\03 \00\bd\03\e6\1f\bd\03 \00\bc\03s\1f\bd\03\c4\03\bf\03\b9\03 \00\c0\03s\1f\c0\03\b5\03\b9\03\c3\03\bc\03\b1\03\b9\03 \00\c4\03\bf\03\e6\1f\b8\03\bf\1f \001\1f\ba\03\b1\03\bd\03x\1f\bd\03\n\00\c0\03\c1\03\bf\03\bb\03\b1\03\b2\03\b5\03\d6\1f\bd\03 \00!\1f\bc\03\d6\1f\bd\03 \00\b5\036\1f\bd\03\b1\03\b9\03 \00\c4\03t\1f\bd\03 \00\c0\03\c1\03}\1f\c4\03\b7\03\bd\03,\00 \00E\1f\c0\03\c9\03\c2\03 \00\c4\03\bf\03z\1f\c2\03 \00\c3\03\c5\03\bc\03\bc\03q\1f\c7\03\bf\03\c5\03\c2\03\n\00\c3\03}\1f\c3\03\bf\03\bc\03\b5\03\bd\03.\00 \00\10\1fp\1f\bd\03 \00\b3\03p\1f\c1\03 \00\c4\03\bf\03\e6\1f\c4\03\bf\03 \00\b2\03\b5\03\b2\03\b1\03w\1f\c9\03\c2\03 \00Q\1f\c0\03q\1f\c1\03\be\03\c3\1f,\00 \00\c4\03y\1f\c4\03\b5\03 \00\ba\03\b1\03v\1f \00\c0\03\b5\03\c1\03v\1f \00\c4\03\bf\03\e6\1f\n\00\c4\03w\1f\bd\03\b1\03 \00\c4\03\b9\03\bc\03\c9\03\c1\03u\1f\c3\03\b5\03\c4\03\b1\03w\1f \00\c4\03\b9\03\c2\03 \00\ba\03\b1\03v\1f \00C\1f\bd\03 \00\c4\03\c1\03y\1f\c0\03\bf\03\bd\03 \00\10\1f\be\03s\1f\c3\03\c4\03\b1\03\b9\03 \00\c3\03\ba\03\bf\03\c0\03\b5\03\d6\1f\bd\03\87\03 \00\c0\03\c1\03v\1f\bd\03 \00\b4\03r\1f\n\00\c4\03t\1f\bd\03 \00\00\1f\c1\03\c7\03t\1f\bd\03 \00@\1f\c1\03\b8\03\f6\1f\c2\03 \00Q\1f\c0\03\bf\03\b8\03s\1f\c3\03\b8\03\b1\03\b9\03,\00 \00\bc\03q\1f\c4\03\b1\03\b9\03\bf\03\bd\03 \00!\1f\b3\03\bf\03\e6\1f\bc\03\b1\03\b9\03 \00\c0\03\b5\03\c1\03v\1f \00\c4\03\c6\1f\c2\03\n\00\c4\03\b5\03\bb\03\b5\03\c5\03\c4\03\c6\1f\c2\03 \00A\1f\bd\03\c4\03\b9\03\bd\03\bf\03\e6\1f\bd\03 \00\c0\03\bf\03\b9\03\b5\03\d6\1f\c3\03\b8\03\b1\03\b9\03 \00\bb\03y\1f\b3\03\bf\03\bd\03.\00\n\00\n\00\94\03\b7\03\bc\03\bf\03\c3\03\b8\03s\1f\bd\03\bf\03\c5\03\c2\03,\00 \00\93\03\fd\1f \00\bf\1f\9f\03\bb\03\c5\03\bd\03\b8\03\b9\03\b1\03\ba\03x\1f\c2\03\n\00\n\00G\00e\00o\00r\00g\00i\00a\00n\00:\00\n\00\n\00F\00r\00o\00m\00 \00a\00 \00U\00n\00i\00c\00o\00d\00e\00 \00c\00o\00n\00f\00e\00r\00e\00n\00c\00e\00 \00i\00n\00v\00i\00t\00a\00t\00i\00o\00n\00:\00\n\00\n\00\d2\10\d7\10\ee\10\dd\10\d5\10\d7\10 \00\d0\10\ee\10\da\10\d0\10\d5\10\d4\10 \00\d2\10\d0\10\d8\10\d0\10\e0\10\dd\10\d7\10 \00\e0\10\d4\10\d2\10\d8\10\e1\10\e2\10\e0\10\d0\10\ea\10\d8\10\d0\10 \00U\00n\00i\00c\00o\00d\00e\00-\00\d8\10\e1\10 \00\db\10\d4\10\d0\10\d7\10\d4\10 \00\e1\10\d0\10\d4\10\e0\10\d7\10\d0\10\e8\10\dd\10\e0\10\d8\10\e1\10\dd\10\n\00\d9\10\dd\10\dc\10\e4\10\d4\10\e0\10\d4\10\dc\10\ea\10\d8\10\d0\10\d6\10\d4\10 \00\d3\10\d0\10\e1\10\d0\10\e1\10\ec\10\e0\10\d4\10\d1\10\d0\10\d3\10,\00 \00\e0\10\dd\10\db\10\d4\10\da\10\d8\10\ea\10 \00\d2\10\d0\10\d8\10\db\10\d0\10\e0\10\d7\10\d4\10\d1\10\d0\10 \001\000\00-\001\002\00 \00\db\10\d0\10\e0\10\e2\10\e1\10,\00\n\00\e5\10.\00 \00\db\10\d0\10\d8\10\dc\10\ea\10\e8\10\d8\10,\00 \00\d2\10\d4\10\e0\10\db\10\d0\10\dc\10\d8\10\d0\10\e8\10\d8\10.\00 \00\d9\10\dd\10\dc\10\e4\10\d4\10\e0\10\d4\10\dc\10\ea\10\d8\10\d0\10 \00\e8\10\d4\10\f0\10\d9\10\e0\10\d4\10\d1\10\e1\10 \00\d4\10\e0\10\d7\10\d0\10\d3\10 \00\db\10\e1\10\dd\10\e4\10\da\10\d8\10\dd\10\e1\10\n\00\d4\10\e5\10\e1\10\de\10\d4\10\e0\10\e2\10\d4\10\d1\10\e1\10 \00\d8\10\e1\10\d4\10\d7\10 \00\d3\10\d0\10\e0\10\d2\10\d4\10\d1\10\e8\10\d8\10 \00\e0\10\dd\10\d2\10\dd\10\e0\10\d8\10\ea\10\d0\10\d0\10 \00\d8\10\dc\10\e2\10\d4\10\e0\10\dc\10\d4\10\e2\10\d8\10 \00\d3\10\d0\10 \00U\00n\00i\00c\00o\00d\00e\00-\00\d8\10,\00\n\00\d8\10\dc\10\e2\10\d4\10\e0\10\dc\10\d0\10\ea\10\d8\10\dd\10\dc\10\d0\10\da\10\d8\10\d6\10\d0\10\ea\10\d8\10\d0\10 \00\d3\10\d0\10 \00\da\10\dd\10\d9\10\d0\10\da\10\d8\10\d6\10\d0\10\ea\10\d8\10\d0\10,\00 \00U\00n\00i\00c\00o\00d\00e\00-\00\d8\10\e1\10 \00\d2\10\d0\10\db\10\dd\10\e7\10\d4\10\dc\10\d4\10\d1\10\d0\10\n\00\dd\10\de\10\d4\10\e0\10\d0\10\ea\10\d8\10\e3\10\da\10 \00\e1\10\d8\10\e1\10\e2\10\d4\10\db\10\d4\10\d1\10\e1\10\d0\10,\00 \00\d3\10\d0\10 \00\d2\10\d0\10\db\10\dd\10\e7\10\d4\10\dc\10\d4\10\d1\10\d8\10\d7\10 \00\de\10\e0\10\dd\10\d2\10\e0\10\d0\10\db\10\d4\10\d1\10\e8\10\d8\10,\00 \00\e8\10\e0\10\d8\10\e4\10\e2\10\d4\10\d1\10\e8\10\d8\10,\00\n\00\e2\10\d4\10\e5\10\e1\10\e2\10\d4\10\d1\10\d8\10\e1\10 \00\d3\10\d0\10\db\10\e3\10\e8\10\d0\10\d5\10\d4\10\d1\10\d0\10\e1\10\d0\10 \00\d3\10\d0\10 \00\db\10\e0\10\d0\10\d5\10\d0\10\da\10\d4\10\dc\10\dd\10\d5\10\d0\10\dc\10 \00\d9\10\dd\10\db\10\de\10\d8\10\e3\10\e2\10\d4\10\e0\10\e3\10\da\10 \00\e1\10\d8\10\e1\10\e2\10\d4\10\db\10\d4\10\d1\10\e8\10\d8\10.\00\n\00\n\00R\00u\00s\00s\00i\00a\00n\00:\00\n\00\n\00F\00r\00o\00m\00 \00a\00 \00U\00n\00i\00c\00o\00d\00e\00 \00c\00o\00n\00f\00e\00r\00e\00n\00c\00e\00 \00i\00n\00v\00i\00t\00a\00t\00i\00o\00n\00:\00\n\00\n\00\17\040\04@\045\043\048\04A\04B\04@\048\04@\04C\049\04B\045\04A\04L\04 \00A\045\049\04G\040\04A\04 \00=\040\04 \00\14\045\04A\04O\04B\04C\04N\04 \00\1c\045\046\044\04C\04=\040\04@\04>\044\04=\04C\04N\04 \00\1a\04>\04=\04D\045\04@\045\04=\04F\048\04N\04 \00?\04>\04\n\00U\00n\00i\00c\00o\00d\00e\00,\00 \00:\04>\04B\04>\04@\040\04O\04 \00A\04>\04A\04B\04>\048\04B\04A\04O\04 \001\000\00-\001\002\00 \00<\040\04@\04B\040\04 \001\009\009\007\00 \003\04>\044\040\04 \002\04 \00\1c\040\049\04=\04F\045\04 \002\04 \00\13\045\04@\04<\040\04=\048\048\04.\00\n\00\1a\04>\04=\04D\045\04@\045\04=\04F\048\04O\04 \00A\04>\041\045\04@\045\04B\04 \00H\048\04@\04>\04:\048\049\04 \00:\04@\04C\043\04 \00M\04:\04A\04?\045\04@\04B\04>\042\04 \00?\04>\04 \00 \002\04>\04?\04@\04>\04A\040\04<\04 \003\04;\04>\041\040\04;\04L\04=\04>\043\04>\04\n\00\18\04=\04B\045\04@\04=\045\04B\040\04 \008\04 \00U\00n\00i\00c\00o\00d\00e\00,\00 \00;\04>\04:\040\04;\048\047\040\04F\048\048\04 \008\04 \008\04=\04B\045\04@\04=\040\04F\048\04>\04=\040\04;\048\047\040\04F\048\048\04,\00 \002\04>\04?\04;\04>\04I\045\04=\048\04N\04 \008\04\n\00?\04@\048\04<\045\04=\045\04=\048\04N\04 \00U\00n\00i\00c\00o\00d\00e\00 \002\04 \00@\040\047\04;\048\04G\04=\04K\04E\04 \00>\04?\045\04@\040\04F\048\04>\04=\04=\04K\04E\04 \00A\048\04A\04B\045\04<\040\04E\04 \008\04 \00?\04@\04>\043\04@\040\04<\04<\04=\04K\04E\04\n\00?\04@\048\04;\04>\046\045\04=\048\04O\04E\04,\00 \00H\04@\048\04D\04B\040\04E\04,\00 \002\045\04@\04A\04B\04:\045\04 \008\04 \00<\04=\04>\043\04>\04O\047\04K\04G\04=\04K\04E\04 \00:\04>\04<\04?\04L\04N\04B\045\04@\04=\04K\04E\04 \00A\048\04A\04B\045\04<\040\04E\04.\00\n\00\n\00T\00h\00a\00i\00 \00(\00U\00C\00S\00 \00L\00e\00v\00e\00l\00 \002\00)\00:\00\n\00\n\00E\00x\00c\00e\00r\00p\00t\00 \00f\00r\00o\00m\00 \00a\00 \00p\00o\00e\00t\00r\00y\00 \00o\00n\00 \00T\00h\00e\00 \00R\00o\00m\00a\00n\00c\00e\00 \00o\00f\00 \00T\00h\00e\00 \00T\00h\00r\00e\00e\00 \00K\00i\00n\00g\00d\00o\00m\00s\00 \00(\00a\00 \00C\00h\00i\00n\00e\00s\00e\00\n\00c\00l\00a\00s\00s\00i\00c\00 \00\'\00S\00a\00n\00 \00G\00u\00a\00\'\00)\00:\00\n\00\n\00[\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00|\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00]\00\n\00 \00 \00O\0e \00A\0e\1c\0eH\0e\19\0e\14\0e4\0e\19\0e.\0e1\0eH\0e\19\0e@\0e*\0e7\0eH\0e-\0e!\0eB\0e\17\0e#\0e!\0eA\0e*\0e\19\0e*\0e1\0e\07\0e@\0e\'\0e\n\0e \00 \00\1e\0e#\0e0\0e\1b\0e\01\0e@\0e\01\0e(\0e\01\0e-\0e\07\0e\1a\0e9\0eJ\0e\01\0e9\0eI\0e\02\0e6\0eI\0e\19\0eC\0e+\0e!\0eH\0e\n\00*\0e4\0e\1a\0e*\0e-\0e\07\0e\01\0e)\0e1\0e\15\0e#\0e4\0e\"\0eL\0e\01\0eH\0e-\0e\19\0e+\0e\19\0eI\0e2\0eA\0e%\0e\16\0e1\0e\14\0eD\0e\1b\0e \00 \00 \00 \00 \00 \00 \00*\0e-\0e\07\0e-\0e\07\0e\04\0eL\0eD\0e\0b\0e#\0eI\0eB\0e\07\0eH\0e@\0e\02\0e%\0e2\0e@\0e\1a\0e2\0e\1b\0e1\0e\r\0e\r\0e2\0e\n\00 \00 \00\17\0e#\0e\07\0e\19\0e1\0e\1a\0e\16\0e7\0e-\0e\02\0e1\0e\19\0e\17\0e5\0e@\0e\1b\0eG\0e\19\0e\17\0e5\0eH\0e\1e\0e6\0eH\0e\07\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\1a\0eI\0e2\0e\19\0e@\0e!\0e7\0e-\0e\07\0e\08\0e6\0e\07\0e\'\0e4\0e\1b\0e#\0e4\0e\15\0e@\0e\1b\0eG\0e\19\0e\19\0e1\0e\01\0e+\0e\19\0e2\0e\n\00B\0e.\0e\08\0e4\0eK\0e\19\0e@\0e#\0e5\0e\"\0e\01\0e\17\0e1\0e\1e\0e\17\0e1\0eH\0e\'\0e+\0e1\0e\'\0e@\0e!\0e7\0e-\0e\07\0e!\0e2\0e \00 \00 \00 \00 \00 \00 \00 \00 \00+\0e!\0e2\0e\"\0e\08\0e0\0e\06\0eH\0e2\0e!\0e\14\0e\n\0e1\0eH\0e\'\0e\15\0e1\0e\'\0e*\0e3\0e\04\0e1\0e\r\0e\n\00 \00 \00@\0e+\0e!\0e7\0e-\0e\19\0e\02\0e1\0e\1a\0eD\0e*\0eD\0e%\0eH\0e@\0e*\0e7\0e-\0e\08\0e2\0e\01\0e@\0e\04\0e+\0e2\0e \00 \00 \00 \00 \00 \00#\0e1\0e\1a\0e+\0e!\0e2\0e\1b\0eH\0e2\0e@\0e\02\0eI\0e2\0e!\0e2\0e@\0e%\0e\"\0e-\0e2\0e*\0e1\0e\r\0e\n\00\1d\0eH\0e2\0e\"\0e-\0eI\0e-\0e\07\0e-\0e8\0eI\0e\19\0e\"\0e8\0eA\0e\"\0e\01\0eC\0e+\0eI\0eA\0e\15\0e\01\0e\01\0e1\0e\19\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00C\0e\n\0eI\0e*\0e2\0e\'\0e\19\0e1\0eI\0e\19\0e@\0e\1b\0eG\0e\19\0e\n\0e\19\0e\'\0e\19\0e\n\0e7\0eH\0e\19\0e\n\0e\'\0e\19\0eC\0e\08\0e\n\00 \00 \00\1e\0e%\0e1\0e\19\0e%\0e4\0e\t\0e8\0e\"\0e\01\0e8\0e\"\0e\01\0e5\0e\01\0e%\0e1\0e\1a\0e\01\0eH\0e-\0e@\0e+\0e\15\0e8\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\n\0eH\0e2\0e\07\0e-\0e2\0e@\0e\1e\0e(\0e\08\0e#\0e4\0e\07\0e+\0e\19\0e2\0e\1f\0eI\0e2\0e#\0eI\0e-\0e\07\0eD\0e+\0eI\0e\n\00\15\0eI\0e-\0e\07\0e#\0e\1a\0e#\0e2\0e\06\0eH\0e2\0e\1f\0e1\0e\19\0e\08\0e\19\0e\1a\0e#\0e#\0e%\0e1\0e\"\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00$\0eE\0e+\0e2\0eC\0e\04\0e#\0e\04\0eI\0e3\0e\n\0e9\0e\01\0e9\0eI\0e\1a\0e#\0e#\0e%\0e1\0e\07\0e\01\0eL\0e \00/\0e\n\00\n\00(\00T\00h\00e\00 \00a\00b\00o\00v\00e\00 \00i\00s\00 \00a\00 \00t\00w\00o\00-\00c\00o\00l\00u\00m\00n\00 \00t\00e\00x\00t\00.\00 \00I\00f\00 \00c\00o\00m\00b\00i\00n\00i\00n\00g\00 \00c\00h\00a\00r\00a\00c\00t\00e\00r\00s\00 \00a\00r\00e\00 \00h\00a\00n\00d\00l\00e\00d\00\n\00c\00o\00r\00r\00e\00c\00t\00l\00y\00,\00 \00t\00h\00e\00 \00l\00i\00n\00e\00s\00 \00o\00f\00 \00t\00h\00e\00 \00s\00e\00c\00o\00n\00d\00 \00c\00o\00l\00u\00m\00n\00 \00s\00h\00o\00u\00l\00d\00 \00b\00e\00 \00a\00l\00i\00g\00n\00e\00d\00 \00w\00i\00t\00h\00 \00t\00h\00e\00\n\00|\00 \00c\00h\00a\00r\00a\00c\00t\00e\00r\00 \00a\00b\00o\00v\00e\00.\00)\00\n\00\n\00E\00t\00h\00i\00o\00p\00i\00a\00n\00:\00\n\00\n\00P\00r\00o\00v\00e\00r\00b\00s\00 \00i\00n\00 \00t\00h\00e\00 \00A\00m\00h\00a\00r\00i\00c\00 \00l\00a\00n\00g\00u\00a\00g\00e\00:\00\n\00\n\000\12\1b\12\ed\12 \00\a0\12\ed\12s\12(\125\12 \00\95\12\t\13%\12 \00\a0\12\ed\12\a8\120\125\12b\13\n\00e\12\0b\12 \00\ab\12\08\12\9d\12 \00\a5\12\95\12\f0\12\a0\12c\12t\12 \00`\12F\12\18\12 \13\9d\12b\13\n\00\0c\13%\13 \00\eb\12\08\12d\12q\12 \00A\12\1d\12%\13\93\12 \00\90\12\cd\12b\13\n\00\f0\12\00\12 \00`\12\15\12\r\12\19\12 \00E\12d\12 \00c\12\ed\12 \13#\13 \00\95\12#\13u\12 \00`\12\08\13\f0\12\08\12\cd\12b\13\n\00\e8\12\a0\12M\13 \00\c8\12\08\12\1d\12s\12 \00`\12E\12d\12 \00\a0\12\ed\12s\12=\12\1d\12b\13\n\00\a0\12\ed\12%\13 \00`\12`\12\0b\12 \00\f3\12\cb\12 \00p\12\18\12s\12b\13\n\002\12p\12(\12\t\13\19\12 \00\ed\12\f0\12(\12\r\13\19\12b\13\n\00@\125\12 \00`\12@\125\12e\13 \00\d5\12\95\12A\12\0b\12\r\12 \00`\12\a5\12\r\13)\12 \00\ed\12\04\12\f3\12\r\12b\13\n\00\f5\12-\12 \00b\12\eb\12e\12-\12 \00\a0\12\95\12`\123\12 \00\eb\125\12-\12b\13\n\000\12\cd\12 \00\a5\12\95\12\f0\12d\12q\12 \00\a5\12\95\12\05\13 \00\a5\12\95\12\f0\12 \00\t\13(\12d\12q\12 \00\a0\12\ed\12p\12\f3\12\f0\12-\12\1d\12b\13\n\00\a5\12\r\13\dc\12-\12 \00\e8\12\a8\12H\13p\12\cd\12\95\12 \00\t\13.\12.\12 \003\12\ed\12\d8\12\0b\13\cd\12 \00\a0\12\ed\12\f5\12-\12\1d\12b\13\n\00\e8\12\0e\13(\12d\12u\12 \00\0c\12c\12e\13 \00b\12\eb\12\e9\12u\12 \00\ed\125\12E\12 \00c\12\eb\12\e9\12u\12 \00\eb\12 \13\r\12E\12b\13\n\00%\12+\12 \00\a8\12\18\12M\13s\12u\12 \00\r\12\04\13\95\12 \00\0b\12K\13s\12u\12b\13\n\00\d3\12c\12\ed\12 \00\1b\12\f0\12*\12\eb\12 \00\e8\12\08\12\cd\12e\13 \00\r\13\95\12\f5\12 \00\ed\12\de\12 \00\ed\12\de\12+\12\r\12b\13\n\00\e8\12\a5\125\12\0b\12\1d\12 \00\a0\12\08\13)\12 \00\18\12\ab\12 \00\e8\12\a0\12\1e\12+\12 \00\a0\12\08\13)\12 \00\cb\12-\12\ab\12b\13\n\00p\12\95\12\0b\13\0e\12 \00b\12p\12I\13 \00p\12\18\12\r\126\12 \00c\12I\13b\13\n\00\c8\12\f3\12\05\13\05\12 \00\1b\12-\12 \00b\12\06\12\95\12 \00(\13-\125\12\05\12 \00\a0\12u\12\0b\120\12\cd\12b\13\n\00\a5\12\r\13-\12\05\12\95\12 \00`\12M\13+\12=\12\05\12 \00\r\12\ad\12 \00\d8\12-\12\0b\13b\13\n\00\n\00R\00u\00n\00e\00s\00:\00\n\00\n\00\bb\16\d6\16 \00\b3\16\b9\16\ab\16\a6\16 \00\a6\16\ab\16\cf\16 \00\bb\16\d6\16 \00\d2\16\a2\16\de\16\d6\16 \00\a9\16\be\16 \00\a6\16\ab\16\d7\16 \00\da\16\aa\16\be\16\de\16\d6\16 \00\be\16\a9\16\b1\16\a6\16\b9\16\d6\16\aa\16\b1\16\de\16\a2\16\d7\16 \00\b9\16\c1\16\a6\16 \00\a6\16\aa\16 \00\b9\16\d6\16\e5\16\ab\16\n\00\n\00(\00O\00l\00d\00 \00E\00n\00g\00l\00i\00s\00h\00,\00 \00w\00h\00i\00c\00h\00 \00t\00r\00a\00n\00s\00c\00r\00i\00b\00e\00d\00 \00i\00n\00t\00o\00 \00L\00a\00t\00i\00n\00 \00r\00e\00a\00d\00s\00 \00\'\00H\00e\00 \00c\00w\00a\00e\00t\00h\00 \00t\00h\00a\00t\00 \00h\00e\00\n\00b\00u\00d\00e\00 \00t\00h\00a\00e\00m\00 \00l\00a\00n\00d\00e\00 \00n\00o\00r\00t\00h\00w\00e\00a\00r\00d\00u\00m\00 \00w\00i\00t\00h\00 \00t\00h\00a\00 \00W\00e\00s\00t\00s\00a\00e\00.\00\'\00 \00a\00n\00d\00 \00m\00e\00a\00n\00s\00 \00\'\00H\00e\00 \00s\00a\00i\00d\00\n\00t\00h\00a\00t\00 \00h\00e\00 \00l\00i\00v\00e\00d\00 \00i\00n\00 \00t\00h\00e\00 \00n\00o\00r\00t\00h\00e\00r\00n\00 \00l\00a\00n\00d\00 \00n\00e\00a\00r\00 \00t\00h\00e\00 \00W\00e\00s\00t\00e\00r\00n\00 \00S\00e\00a\00.\00\'\00)\00\n\00\n\00B\00r\00a\00i\00l\00l\00e\00:\00\n\00\n\00L(\01(\'(\11( \00<(\01(\12( \00 \00M(\1c(\07(\11(9(0(\0e( \00c(\15(\0c(\n\00\n\00M(\1c(\07(\11(9( \00:(\01(\0e( \00\19(\11(\01(\19(\12( \00\1e(\15( \00\03(\11(\1b(\14( \00:(\n(9(2( \00y(;(\11( \00\n(\0e( \00\1d(\15( \00\19(3(\03(\1e(\n\001(\01(\1e(\11(\'(;( \00\01(\03(3(\1e( \009(\01(\1e(2( \00y(\11( \00\17(\11(\1b(\n(\0c(;( \00\15(\0b( \00\19(\n(\0e( \00\03(%(\17(\n(\01(\07( \00:(\01(\0e(\n\00\0e(\n(\1b(\1d(+( \00\03(9( \009(\11( \00\n(\07(;(\1b(9(\r(\01(\1d(\02( \009(\11( \00\n(\07(;(\05(\02( \009(\11( \00%(\1d(\19(;(\1e(\01(\05(;(\02(\n\00\01(\1d(\19( \009(\11( \00!(\n(\11(\0b( \00\r(3(\17(\1d(;(2( \00N(\n(\17(\15(\15(\1b(\11( \00\0e(\n(\1b(\1d(+( \00\n(\1e(2( \00A(\1d(\19(\n\00N(\n(\17(\15(\15(\1b(\11(0(\0e( \00\1d(\01(\r(\11( \00:(\01(\0e( \00\1b(\15(\15(\19( \00%(\0f(\15(\1d( \000(a(\01(\1d(\1b(\11(\02( \00\0b(\15(\17( \00\01(\1d(9(9(\14(\1b( \00\19(\11(\n\00!(\15(\0e(\11( \00\1e(\15( \00\0f(%(\1e( \00\19(\n(\0e( \00\19(\01(\1d(\19( \00\1e(\15(2(\n\00\n\00U(\07(\19( \00M(\1c(\07(\11(9( \00:(\01(\0e( \00\01(\0e( \00\19(\11(\01(\19( \00\01(\0e( \00\01( \00\19(\15(\15(\17($(\1d(\01(\n(\07(2(\n\00\n\00M(\14(\19(\16( \00J( \00\19(\15(\1d(0(\1e( \00\r(\11(\01(\1d( \00\1e(\15( \00\0e(\01(9( \009(\01(\1e( \00J( \00\05(\1d(*(\02( \00\15(\0b( \00\r(9(\n\00*(\1d( \00\05(\1d(*(\07(+(\1b(\11(\02( \001(\01(\1e( \009(;(\11( \00\n(\0e( \00\0f(\1c(\1e(\n(\n(%(\07(\1c(\07(9( \00\19(\11(\01(\19( \00\01(\03(3(\1e(\n\00\01( \00\19(\15(\15(\17($(\1d(\01(\n(\07(2( \00J( \00\r(\n(#(\1e( \00\19(\01(\'(\11( \00\03(\11(2( \00\14(\n(\07(\14(+(\02( \00\r(9(\0e(\11(\07(\0b(\02( \00\1e(\15(\n\00\17(\11(\1b(\1c(\19( \00\01( \00\n(\15(\0b(\0b(\14($(\1d(\01(\n(\07( \00\01(\0e( \009(\11( \00\19(\11(\01(\19(\11(\0c( \00\0f(\n(\11(\n(\11( \00\15(\0b( \00\n(\17(\15(\1d(\r(\15(\1d(\1b(;(9(\n\00\14( \009(\11( \00\1e(\17(\01(\19(\11(2( \00C(%(\1e( \009(\11( \00:(\n(\0e(\19(\15(\r( \00\15(\0b( \003(\17( \00\01(\1d(\n(\11(\0c(\15(\17(\0e(\n\00\n(\0e( \00\14( \009(\11( \00\0e(\n(\r(\n(\07(\11(\06( \00\01(\1d(\19( \00\r(9( \00%(\1d(\19(\01(\07(\07(*(+( \00\19(\01(\1d(\19(\0e(\n\00)(\01(\07(\07( \00\1d(\15(\1e( \00\19(\n(\0c(%(\17(\03( \00\n(\1e(\02( \00\15(\17( \009(\11( \00J(3(\1d(\1e(\17(9(0(\0e( \00\19(\15(\1d(\11( \00\0b(\15(\17(2( \00y(3(\n\00:(\n(\07(\07( \009(;(\11(\0b(\15(\17(\11( \00\0f(;(\r(\n(\1e( \00\r(\11( \00\1e(\15( \00\17(\11(\0f(\11(\01(\1e(\02( \00\11(\r(\0f(\19(\01(\1e(\n(\n(\01(\07(\07(9(\02( \009(\01(\1e(\n\00M(\1c(\07(\11(9( \00:(\01(\0e( \00\01(\0e( \00\19(\11(\01(\19( \00\01(\0e( \00\01( \00\19(\15(\15(\17($(\1d(\01(\n(\07(2(\n\00\n\00(\00T\00h\00e\00 \00f\00i\00r\00s\00t\00 \00c\00o\00u\00p\00l\00e\00 \00o\00f\00 \00p\00a\00r\00a\00g\00r\00a\00p\00h\00s\00 \00o\00f\00 \00\"\00A\00 \00C\00h\00r\00i\00s\00t\00m\00a\00s\00 \00C\00a\00r\00o\00l\00\"\00 \00b\00y\00 \00D\00i\00c\00k\00e\00n\00s\00)\00\n\00\n\00C\00o\00m\00p\00a\00c\00t\00 \00f\00o\00n\00t\00 \00s\00e\00l\00e\00c\00t\00i\00o\00n\00 \00e\00x\00a\00m\00p\00l\00e\00 \00t\00e\00x\00t\00:\00\n\00\n\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00 \00/\000\001\002\003\004\005\006\007\008\009\00\n\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00 \00\a3\00\a9\00\b5\00\c0\00\c6\00\d6\00\de\00\df\00\e9\00\f6\00\ff\00\n\00\13 \14 \18 \1c \1d \1e \" & 0 \"!S\01`\01x\01~\01\ac \00\91\03\92\03\93\03\94\03\a9\03\b1\03\b2\03\b3\03\b4\03\c9\03 \00\10\04\11\04\12\04\13\04\14\040\041\042\043\044\04\n\00\00\"\02\"\08\"\1d!\'\"*\"a\"\1e\" \00\91!\97!\a8!\bb!\e3! \00\10%<%T%X%\91%\ba%:&@& \00\01\fb\fd\ff@$\82 \1f\02\1e\e5\04\84\1eP\02\d0\02N#\d0\051\05\d0\10\n\00\n\00G\00r\00e\00e\00t\00i\00n\00g\00s\00 \00i\00n\00 \00v\00a\00r\00i\00o\00u\00s\00 \00l\00a\00n\00g\00u\00a\00g\00e\00s\00:\00\n\00\n\00H\00e\00l\00l\00o\00 \00w\00o\00r\00l\00d\00,\00 \00\9a\03\b1\03\bb\03\b7\03\bc\03s\1f\c1\03\b1\03 \00\ba\03y\1f\c3\03\bc\03\b5\03,\00 \00\b30\f30\cb0\c10\cf0\n\00\n\00B\00o\00x\00 \00d\00r\00a\00w\00i\00n\00g\00 \00a\00l\00i\00g\00n\00m\00e\00n\00t\00 \00t\00e\00s\00t\00s\00:\00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\88%\n\00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\89%\n\00T%P%P%f%P%P%W% \00 \00\0c%\00%\00%,%\00%\00%\10% \00 \00m%\00%\00%,%\00%\00%n% \00 \00m%\00%\00%,%\00%\00%n% \00 \00\0f%\01%\01%3%\01%\01%\13% \00 \00\0e%\12%\0f%\11% \00 \00 \00w% \00 \00{% \00\0f%/%\13% \00\0c%0%\10% \00 \00 \00 \00\8a% \00q%r%q%r%s%s%s%\n\00Q%\0c%\00%h%\00%\10%Q% \00 \00\02%T%P%g%P%W%\02% \00 \00\02%R%P%j%P%U%\02% \00 \00\02%S%\00%A%\00%V%\02% \00 \00\03%\0c%\00%B%\00%\10%\03% \00 \00\17%C%D%\19% \00 \00v%<%t%z%K%x% %<%(% \00\1d%K%%% \00 \00 \00 \00\8b% \00r%q%r%q%s%s%s%\n\00Q%\02%r% \00q%\02%Q% \00 \00\02%Q% \00 \00 \00Q%\02% \00 \00\02%\02% \00\02% \00\02%\02% \00 \00\02%Q% \00\03% \00Q%\02% \00 \00\03%\02% \00\7f% \00\02%\03% \00 \00\r%E%F%\13% \00 \00 \00u% \00 \00y% \00\17%7%\1b% \00\14%8%\18% \00 \00 \00 \00\8c% \00q%r%q%r%s%s%s%\n\00`%a% \00s% \00^%c% \00 \00\1c%b% \00 \00 \00_%$% \00 \00\1c%<%\00%<%\00%<%$% \00 \00\1c%k%\00%B%\00%k%$% \00 \00#%?%~%<%|%?%+% \00 \00\15%\1b%\16%\1a% \00 \00 \00 \00 \00\0c%\04%\04%\10% \00N% \00\0f%\05%\05%\13% \00\0b% \00\8d% \00r%q%r%q%s%s%s%\n\00Q%\02%q% \00r%\02%Q% \00 \00\02%Q% \00 \00 \00Q%\02% \00 \00\02%\02% \00\02% \00\02%\02% \00 \00\02%Q% \00\03% \00Q%\02% \00 \00\03%\02% \00}% \00\02%\03% \00 \00\91%\91%\92%\92%\93%\93%\88%\88% \00\n% \00 \00\06% \00N% \00O% \00 \00\07% \00\0b% \00\8e%\n\00Q%\14%\00%e%\00%\18%Q% \00 \00\02%Z%P%d%P%]%\02% \00 \00\02%X%P%j%P%[%\02% \00 \00\02%Y%\00%@%\00%\\%\02% \00 \00\03%\14%\00%B%\00%\18%\03% \00 \00\91%\91%\92%\92%\93%\93%\88%\88% \00\n% \00 \00\06% \00N% \00O% \00 \00\07% \00\0b% \00\8f%\n\00Z%P%P%i%P%P%]% \00 \00\14%\00%\00%4%\00%\00%\18% \00 \00p%\00%\00%4%\00%\00%o% \00 \00p%\00%\00%4%\00%\00%o% \00 \00\17%\01%\01%;%\01%\01%\1b% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\14%L%L%\18% \00N% \00\17%M%M%\1b% \00\0b% \00 \00\81%\82%\83%\84%\85%\86%\87%\88%\n\00\00\00") + (data $25 (i32.const 14188) "\8c\1d\00\00\00\00\00\00\00\00\00\00\02\00\00\00p\1d\00\00S\00e\00n\00t\00e\00n\00c\00e\00s\00 \00t\00h\00a\00t\00 \00c\00o\00n\00t\00a\00i\00n\00 \00a\00l\00l\00 \00l\00e\00t\00t\00e\00r\00s\00 \00c\00o\00m\00m\00o\00n\00l\00y\00 \00u\00s\00e\00d\00 \00i\00n\00 \00a\00 \00l\00a\00n\00g\00u\00a\00g\00e\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00M\00a\00r\00k\00u\00s\00 \00K\00u\00h\00n\00 \00<\00h\00t\00t\00p\00:\00/\00/\00w\00w\00w\00.\00c\00l\00.\00c\00a\00m\00.\00a\00c\00.\00u\00k\00/\00~\00m\00g\00k\002\005\00/\00>\00 \00-\00-\00 \002\000\001\002\00-\000\004\00-\001\001\00\n\00\n\00T\00h\00i\00s\00 \00i\00s\00 \00a\00n\00 \00e\00x\00a\00m\00p\00l\00e\00 \00o\00f\00 \00a\00 \00p\00l\00a\00i\00n\00-\00t\00e\00x\00t\00 \00f\00i\00l\00e\00 \00e\00n\00c\00o\00d\00e\00d\00 \00i\00n\00 \00U\00T\00F\00-\008\00.\00\n\00\n\00\n\00D\00a\00n\00i\00s\00h\00 \00(\00d\00a\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00Q\00u\00i\00z\00d\00e\00l\00t\00a\00g\00e\00r\00n\00e\00 \00s\00p\00i\00s\00t\00e\00 \00j\00o\00r\00d\00b\00\e6\00r\00 \00m\00e\00d\00 \00f\00l\00\f8\00d\00e\00,\00 \00m\00e\00n\00s\00 \00c\00i\00r\00k\00u\00s\00k\00l\00o\00v\00n\00e\00n\00\n\00 \00 \00W\00o\00l\00t\00h\00e\00r\00 \00s\00p\00i\00l\00l\00e\00d\00e\00 \00p\00\e5\00 \00x\00y\00l\00o\00f\00o\00n\00.\00\n\00 \00 \00(\00=\00 \00Q\00u\00i\00z\00 \00c\00o\00n\00t\00e\00s\00t\00a\00n\00t\00s\00 \00w\00e\00r\00e\00 \00e\00a\00t\00i\00n\00g\00 \00s\00t\00r\00a\00w\00b\00e\00r\00y\00 \00w\00i\00t\00h\00 \00c\00r\00e\00a\00m\00 \00w\00h\00i\00l\00e\00 \00W\00o\00l\00t\00h\00e\00r\00\n\00 \00 \00t\00h\00e\00 \00c\00i\00r\00c\00u\00s\00 \00c\00l\00o\00w\00n\00 \00p\00l\00a\00y\00e\00d\00 \00o\00n\00 \00x\00y\00l\00o\00p\00h\00o\00n\00e\00.\00)\00\n\00\n\00G\00e\00r\00m\00a\00n\00 \00(\00d\00e\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00F\00a\00l\00s\00c\00h\00e\00s\00 \00\dc\00b\00e\00n\00 \00v\00o\00n\00 \00X\00y\00l\00o\00p\00h\00o\00n\00m\00u\00s\00i\00k\00 \00q\00u\00\e4\00l\00t\00 \00j\00e\00d\00e\00n\00 \00g\00r\00\f6\00\df\00e\00r\00e\00n\00 \00Z\00w\00e\00r\00g\00\n\00 \00 \00(\00=\00 \00W\00r\00o\00n\00g\00f\00u\00l\00 \00p\00r\00a\00c\00t\00i\00c\00i\00n\00g\00 \00o\00f\00 \00x\00y\00l\00o\00p\00h\00o\00n\00e\00 \00m\00u\00s\00i\00c\00 \00t\00o\00r\00t\00u\00r\00e\00s\00 \00e\00v\00e\00r\00y\00 \00l\00a\00r\00g\00e\00r\00 \00d\00w\00a\00r\00f\00)\00\n\00\n\00 \00 \00Z\00w\00\f6\00l\00f\00 \00B\00o\00x\00k\00\e4\00m\00p\00f\00e\00r\00 \00j\00a\00g\00t\00e\00n\00 \00E\00v\00a\00 \00q\00u\00e\00r\00 \00\fc\00b\00e\00r\00 \00d\00e\00n\00 \00S\00y\00l\00t\00e\00r\00 \00D\00e\00i\00c\00h\00\n\00 \00 \00(\00=\00 \00T\00w\00e\00l\00v\00e\00 \00b\00o\00x\00i\00n\00g\00 \00f\00i\00g\00h\00t\00e\00r\00s\00 \00h\00u\00n\00t\00e\00d\00 \00E\00v\00a\00 \00a\00c\00r\00o\00s\00s\00 \00t\00h\00e\00 \00d\00i\00k\00e\00 \00o\00f\00 \00S\00y\00l\00t\00)\00\n\00\n\00 \00 \00H\00e\00i\00z\00\f6\00l\00r\00\fc\00c\00k\00s\00t\00o\00\df\00a\00b\00d\00\e4\00m\00p\00f\00u\00n\00g\00\n\00 \00 \00(\00=\00 \00f\00u\00e\00l\00 \00o\00i\00l\00 \00r\00e\00c\00o\00i\00l\00 \00a\00b\00s\00o\00r\00b\00e\00r\00)\00\n\00 \00 \00(\00j\00q\00v\00w\00x\00y\00 \00m\00i\00s\00s\00i\00n\00g\00,\00 \00b\00u\00t\00 \00a\00l\00l\00 \00n\00o\00n\00-\00A\00S\00C\00I\00I\00 \00l\00e\00t\00t\00e\00r\00s\00 \00i\00n\00 \00o\00n\00e\00 \00w\00o\00r\00d\00)\00\n\00\n\00G\00r\00e\00e\00k\00 \00(\00e\00l\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00\93\03\b1\03\b6\03\ad\03\b5\03\c2\03 \00\ba\03\b1\03v\1f \00\bc\03\c5\03\c1\03\c4\03\b9\03r\1f\c2\03 \00\b4\03r\1f\bd\03 \00\b8\03p\1f \00\b2\03\c1\03\f6\1f \00\c0\03\b9\03p\1f \00\c3\03\c4\03x\1f \00\c7\03\c1\03\c5\03\c3\03\b1\03\c6\03v\1f \00\be\03\ad\03\c6\03\c9\03\c4\03\bf\03\n\00 \00 \00(\00=\00 \00N\00o\00 \00m\00o\00r\00e\00 \00s\00h\00a\00l\00l\00 \00I\00 \00s\00e\00e\00 \00a\00c\00a\00c\00i\00a\00s\00 \00o\00r\00 \00m\00y\00r\00t\00l\00e\00s\00 \00i\00n\00 \00t\00h\00e\00 \00g\00o\00l\00d\00e\00n\00 \00c\00l\00e\00a\00r\00i\00n\00g\00)\00\n\00\n\00 \00 \00\9e\03\b5\03\c3\03\ba\03\b5\03\c0\03\ac\03\b6\03\c9\03 \00\c4\03t\1f\bd\03 \00\c8\03\c5\03\c7\03\bf\03\c6\03\b8\03\cc\03\c1\03\b1\03 \00\b2\03\b4\03\b5\03\bb\03\c5\03\b3\03\bc\03\af\03\b1\03\n\00 \00 \00(\00=\00 \00I\00 \00u\00n\00c\00o\00v\00e\00r\00 \00t\00h\00e\00 \00s\00o\00u\00l\00-\00d\00e\00s\00t\00r\00o\00y\00i\00n\00g\00 \00a\00b\00h\00o\00r\00r\00e\00n\00c\00e\00)\00\n\00\n\00E\00n\00g\00l\00i\00s\00h\00 \00(\00e\00n\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00T\00h\00e\00 \00q\00u\00i\00c\00k\00 \00b\00r\00o\00w\00n\00 \00f\00o\00x\00 \00j\00u\00m\00p\00s\00 \00o\00v\00e\00r\00 \00t\00h\00e\00 \00l\00a\00z\00y\00 \00d\00o\00g\00\n\00\n\00S\00p\00a\00n\00i\00s\00h\00 \00(\00e\00s\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00E\00l\00 \00p\00i\00n\00g\00\fc\00i\00n\00o\00 \00W\00e\00n\00c\00e\00s\00l\00a\00o\00 \00h\00i\00z\00o\00 \00k\00i\00l\00\f3\00m\00e\00t\00r\00o\00s\00 \00b\00a\00j\00o\00 \00e\00x\00h\00a\00u\00s\00t\00i\00v\00a\00 \00l\00l\00u\00v\00i\00a\00 \00y\00\n\00 \00 \00f\00r\00\ed\00o\00,\00 \00a\00\f1\00o\00r\00a\00b\00a\00 \00a\00 \00s\00u\00 \00q\00u\00e\00r\00i\00d\00o\00 \00c\00a\00c\00h\00o\00r\00r\00o\00.\00\n\00 \00 \00(\00C\00o\00n\00t\00a\00i\00n\00s\00 \00e\00v\00e\00r\00y\00 \00l\00e\00t\00t\00e\00r\00 \00a\00n\00d\00 \00e\00v\00e\00r\00y\00 \00a\00c\00c\00e\00n\00t\00,\00 \00b\00u\00t\00 \00n\00o\00t\00 \00e\00v\00e\00r\00y\00 \00c\00o\00m\00b\00i\00n\00a\00t\00i\00o\00n\00\n\00 \00 \00o\00f\00 \00v\00o\00w\00e\00l\00 \00+\00 \00a\00c\00u\00t\00e\00.\00)\00\n\00\n\00F\00r\00e\00n\00c\00h\00 \00(\00f\00r\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00P\00o\00r\00t\00e\00z\00 \00c\00e\00 \00v\00i\00e\00u\00x\00 \00w\00h\00i\00s\00k\00y\00 \00a\00u\00 \00j\00u\00g\00e\00 \00b\00l\00o\00n\00d\00 \00q\00u\00i\00 \00f\00u\00m\00e\00 \00s\00u\00r\00 \00s\00o\00n\00 \00\ee\00l\00e\00 \00i\00n\00t\00\e9\00r\00i\00e\00u\00r\00e\00,\00 \00\e0\00\n\00 \00 \00c\00\f4\00t\00\e9\00 \00d\00e\00 \00l\00\'\00a\00l\00c\00\f4\00v\00e\00 \00o\00v\00o\00\ef\00d\00e\00,\00 \00o\00\f9\00 \00l\00e\00s\00 \00b\00\fb\00c\00h\00e\00s\00 \00s\00e\00 \00c\00o\00n\00s\00u\00m\00e\00n\00t\00 \00d\00a\00n\00s\00 \00l\00\'\00\e2\00t\00r\00e\00,\00 \00c\00e\00\n\00 \00 \00q\00u\00i\00 \00l\00u\00i\00 \00p\00e\00r\00m\00e\00t\00 \00d\00e\00 \00p\00e\00n\00s\00e\00r\00 \00\e0\00 \00l\00a\00 \00c\00\e6\00n\00o\00g\00e\00n\00\e8\00s\00e\00 \00d\00e\00 \00l\00\'\00\ea\00t\00r\00e\00 \00d\00o\00n\00t\00 \00i\00l\00 \00e\00s\00t\00 \00q\00u\00e\00s\00t\00i\00o\00n\00\n\00 \00 \00d\00a\00n\00s\00 \00l\00a\00 \00c\00a\00u\00s\00e\00 \00a\00m\00b\00i\00g\00u\00\eb\00 \00e\00n\00t\00e\00n\00d\00u\00e\00 \00\e0\00 \00M\00o\00\ff\00,\00 \00d\00a\00n\00s\00 \00u\00n\00 \00c\00a\00p\00h\00a\00r\00n\00a\00\fc\00m\00 \00q\00u\00i\00,\00\n\00 \00 \00p\00e\00n\00s\00e\00-\00t\00-\00i\00l\00,\00 \00d\00i\00m\00i\00n\00u\00e\00 \00\e7\00\e0\00 \00e\00t\00 \00l\00\e0\00 \00l\00a\00 \00q\00u\00a\00l\00i\00t\00\e9\00 \00d\00e\00 \00s\00o\00n\00 \00S\01u\00v\00r\00e\00.\00\n\00\n\00 \00 \00l\00\'\00\ee\00l\00e\00 \00e\00x\00i\00g\00u\00\eb\00\n\00 \00 \00O\00\f9\00 \00l\00\'\00o\00b\00\e8\00s\00e\00 \00j\00u\00r\00y\00 \00m\00\fb\00r\00\n\00 \00 \00F\00\ea\00t\00e\00 \00l\00\'\00h\00a\00\ef\00 \00v\00o\00l\00a\00p\00\fc\00k\00,\00\n\00 \00 \00\c2\00n\00e\00 \00e\00x\00 \00a\00\e9\00q\00u\00o\00 \00a\00u\00 \00w\00h\00i\00s\00t\00,\00\n\00 \00 \00\d4\00t\00e\00z\00 \00c\00e\00 \00v\00S\01u\00 \00d\00\e9\00\e7\00u\00.\00\n\00\n\00 \00 \00L\00e\00 \00c\00S\01u\00r\00 \00d\00\e9\00\e7\00u\00 \00m\00a\00i\00s\00 \00l\00\'\00\e2\00m\00e\00 \00p\00l\00u\00t\00\f4\00t\00 \00n\00a\00\ef\00v\00e\00,\00 \00L\00o\00u\00\ff\00s\00 \00r\00\ea\00v\00a\00 \00d\00e\00 \00c\00r\00a\00p\00a\00\fc\00t\00e\00r\00 \00e\00n\00\n\00 \00 \00c\00a\00n\00o\00\eb\00 \00a\00u\00 \00d\00e\00l\00\e0\00 \00d\00e\00s\00 \00\ee\00l\00e\00s\00,\00 \00p\00r\00\e8\00s\00 \00d\00u\00 \00m\00\e4\00l\00s\00t\00r\00\f6\00m\00 \00o\00\f9\00 \00b\00r\00\fb\00l\00e\00n\00t\00 \00l\00e\00s\00 \00n\00o\00v\00\e6\00.\00\n\00\n\00I\00r\00i\00s\00h\00 \00G\00a\00e\00l\00i\00c\00 \00(\00g\00a\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00D\00\'\00f\00h\00u\00a\00s\00c\00a\00i\00l\00 \00\cd\00o\00s\00a\00,\00 \00\da\00r\00m\00h\00a\00c\00 \00n\00a\00 \00h\00\d3\00i\00g\00h\00e\00 \00B\00e\00a\00n\00n\00a\00i\00t\00h\00e\00,\00 \00p\00\f3\00r\00 \00\c9\00a\00v\00a\00 \00a\00g\00u\00s\00 \00\c1\00d\00h\00a\00i\00m\00h\00\n\00\n\00H\00u\00n\00g\00a\00r\00i\00a\00n\00 \00(\00h\00u\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00\c1\00r\00v\00\ed\00z\00t\00q\01r\00Q\01 \00t\00\fc\00k\00\f6\00r\00f\00\fa\00r\00\f3\00g\00\e9\00p\00\n\00 \00 \00(\00=\00 \00f\00l\00o\00o\00d\00-\00p\00r\00o\00o\00f\00 \00m\00i\00r\00r\00o\00r\00-\00d\00r\00i\00l\00l\00i\00n\00g\00 \00m\00a\00c\00h\00i\00n\00e\00,\00 \00o\00n\00l\00y\00 \00a\00l\00l\00 \00n\00o\00n\00-\00A\00S\00C\00I\00I\00 \00l\00e\00t\00t\00e\00r\00s\00)\00\n\00\n\00I\00c\00e\00l\00a\00n\00d\00i\00c\00 \00(\00i\00s\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00K\00\e6\00m\00i\00 \00n\00\fd\00 \00\f6\00x\00i\00 \00h\00\e9\00r\00 \00y\00k\00i\00s\00t\00 \00\fe\00j\00\f3\00f\00u\00m\00 \00n\00\fa\00 \00b\00\e6\00\f0\00i\00 \00v\00\ed\00l\00 \00o\00g\00 \00\e1\00d\00r\00e\00p\00a\00\n\00\n\00 \00 \00S\00\e6\00v\00\f6\00r\00 \00g\00r\00\e9\00t\00 \00\e1\00\f0\00a\00n\00 \00\fe\00v\00\ed\00 \00\fa\00l\00p\00a\00n\00 \00v\00a\00r\00 \00\f3\00n\00\fd\00t\00\n\00 \00 \00(\00s\00o\00m\00e\00 \00A\00S\00C\00I\00I\00 \00l\00e\00t\00t\00e\00r\00s\00 \00m\00i\00s\00s\00i\00n\00g\00)\00\n\00\n\00J\00a\00p\00a\00n\00e\00s\00e\00 \00(\00j\00p\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00H\00i\00r\00a\00g\00a\00n\00a\00:\00 \00(\00I\00r\00o\00h\00a\00)\00\n\00\n\00 \00 \00D0\8d0o0k0{0x0h0a0\8a0l0\8b0\920\n\00 \00 \00\8f0K0\880_0\8c0]0d0m0j0\890\800\n\00 \00 \00F0\900n0J0O0\840~0Q0u0S0H0f0\n\00 \00 \00B0U0M0\860\810\7f0W0\910r0\820[0Y0\n\00\n\00 \00 \00K\00a\00t\00a\00k\00a\00n\00a\00:\00\n\00\n\00 \00 \00\a40\ed0\cf0\cb0\db0\d80\c80 \00\c10\ea0\cc0\eb0\f20 \00\ef0\ab0\e80\bf0\ec0\bd0 \00\c40\cd0\ca0\e90\e00\n\00 \00 \00\a60\f00\ce0\aa0\af0\e40\de0 \00\b10\d50\b30\a80\c60 \00\a20\b50\ad0\e60\e10\df0\b70 \00\f10\d20\e20\bb0\b90\f30\n\00\n\00H\00e\00b\00r\00e\00w\00 \00(\00i\00w\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00?\00 \00\d3\05\d2\05 \00\e1\05\e7\05\e8\05\df\05 \00\e9\05\d8\05 \00\d1\05\d9\05\dd\05 \00\de\05\d0\05\d5\05\db\05\d6\05\d1\05 \00\d5\05\dc\05\e4\05\ea\05\e2\05 \00\de\05\e6\05\d0\05 \00\dc\05\d5\05 \00\d7\05\d1\05\e8\05\d4\05 \00\d0\05\d9\05\da\05 \00\d4\05\e7\05\dc\05\d9\05\d8\05\d4\05\n\00\n\00P\00o\00l\00i\00s\00h\00 \00(\00p\00l\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00P\00c\00h\00n\00\05\01\07\01 \00w\00 \00t\00\19\01 \00B\01\f3\00d\00z\01 \00j\00e\00|\01a\00 \00l\00u\00b\00 \00o\00[\01m\00 \00s\00k\00r\00z\00y\00D\01 \00f\00i\00g\00\n\00 \00 \00(\00=\00 \00T\00o\00 \00p\00u\00s\00h\00 \00a\00 \00h\00e\00d\00g\00e\00h\00o\00g\00 \00o\00r\00 \00e\00i\00g\00h\00t\00 \00b\00i\00n\00s\00 \00o\00f\00 \00f\00i\00g\00s\00 \00i\00n\00 \00t\00h\00i\00s\00 \00b\00o\00a\00t\00)\00\n\00\n\00R\00u\00s\00s\00i\00a\00n\00 \00(\00r\00u\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00\12\04 \00G\040\04I\040\04E\04 \00N\043\040\04 \006\048\04;\04 \001\04K\04 \00F\048\04B\04@\04C\04A\04?\00 \00\14\040\04,\00 \00=\04>\04 \00D\040\04;\04L\04H\048\042\04K\049\04 \00M\04:\047\045\04<\04?\04;\04O\04@\04!\00\n\00 \00 \00(\00=\00 \00W\00o\00u\00l\00d\00 \00a\00 \00c\00i\00t\00r\00u\00s\00 \00l\00i\00v\00e\00 \00i\00n\00 \00t\00h\00e\00 \00b\00u\00s\00h\00e\00s\00 \00o\00f\00 \00s\00o\00u\00t\00h\00?\00 \00Y\00e\00s\00,\00 \00b\00u\00t\00 \00o\00n\00l\00y\00 \00a\00 \00f\00a\00k\00e\00 \00o\00n\00e\00!\00)\00\n\00\n\00 \00 \00!\04J\045\04H\04L\04 \006\045\04 \005\04I\04Q\04 \00M\04B\048\04E\04 \00<\04O\043\04:\048\04E\04 \00D\04@\040\04=\04F\04C\047\04A\04:\048\04E\04 \001\04C\04;\04>\04:\04 \004\040\04 \002\04K\04?\045\049\04 \00G\040\04N\04\n\00 \00 \00(\00=\00 \00E\00a\00t\00 \00s\00o\00m\00e\00 \00m\00o\00r\00e\00 \00o\00f\00 \00t\00h\00e\00s\00e\00 \00f\00r\00e\00s\00h\00 \00F\00r\00e\00n\00c\00h\00 \00l\00o\00a\00f\00s\00 \00a\00n\00d\00 \00h\00a\00v\00e\00 \00s\00o\00m\00e\00 \00t\00e\00a\00)\00\n\00\n\00T\00h\00a\00i\00 \00(\00t\00h\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00[\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00|\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00]\00\n\00 \00 \00O\0e \00@\0e\1b\0eG\0e\19\0e!\0e\19\0e8\0e)\0e\"\0eL\0e*\0e8\0e\14\0e\1b\0e#\0e0\0e@\0e*\0e#\0e4\0e\10\0e@\0e%\0e4\0e(\0e\04\0e8\0e\13\0e\04\0eH\0e2\0e \00 \00\01\0e\'\0eH\0e2\0e\1a\0e#\0e#\0e\14\0e2\0e\1d\0e9\0e\07\0e*\0e1\0e\15\0e\'\0eL\0e@\0e\14\0e#\0e1\0e\08\0e\t\0e2\0e\19\0e\n\00 \00 \00\08\0e\07\0e\1d\0eH\0e2\0e\1f\0e1\0e\19\0e\1e\0e1\0e\12\0e\19\0e2\0e\'\0e4\0e\n\0e2\0e\01\0e2\0e#\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00-\0e\"\0eH\0e2\0e%\0eI\0e2\0e\07\0e\1c\0e%\0e2\0e\r\0e$\0eE\0e@\0e\02\0eH\0e\19\0e\06\0eH\0e2\0e\1a\0e5\0e\11\0e2\0eC\0e\04\0e#\0e\n\00 \00 \00D\0e!\0eH\0e\16\0e7\0e-\0eB\0e\17\0e)\0eB\0e\01\0e#\0e\18\0eA\0e\n\0eH\0e\07\0e\0b\0e1\0e\14\0e.\0e6\0e\14\0e.\0e1\0e\14\0e\14\0eH\0e2\0e \00 \00 \00 \00 \00+\0e1\0e\14\0e-\0e \0e1\0e\"\0e@\0e+\0e!\0e7\0e-\0e\19\0e\01\0e5\0e,\0e2\0e-\0e1\0e\n\0e\0c\0e2\0e*\0e1\0e\"\0e\n\00 \00 \00\1b\0e\0f\0e4\0e\1a\0e1\0e\15\0e4\0e\1b\0e#\0e0\0e\1e\0e$\0e\15\0e4\0e\01\0e\0e\0e\01\0e3\0e+\0e\19\0e\14\0eC\0e\08\0e \00 \00 \00 \00 \00 \00 \00 \00\1e\0e9\0e\14\0e\08\0e2\0eC\0e+\0eI\0e\08\0eJ\0e0\0eF\0e \00\08\0eK\0e2\0eF\0e \00\19\0eH\0e2\0e\1f\0e1\0e\07\0e@\0e-\0e\"\0e \00/\0e\n\00\n\00 \00 \00[\00T\00h\00e\00 \00c\00o\00p\00y\00r\00i\00g\00h\00t\00 \00f\00o\00r\00 \00t\00h\00e\00 \00T\00h\00a\00i\00 \00e\00x\00a\00m\00p\00l\00e\00 \00i\00s\00 \00o\00w\00n\00e\00d\00 \00b\00y\00 \00T\00h\00e\00 \00C\00o\00m\00p\00u\00t\00e\00r\00\n\00 \00 \00A\00s\00s\00o\00c\00i\00a\00t\00i\00o\00n\00 \00o\00f\00 \00T\00h\00a\00i\00l\00a\00n\00d\00 \00u\00n\00d\00e\00r\00 \00t\00h\00e\00 \00R\00o\00y\00a\00l\00 \00P\00a\00t\00r\00o\00n\00a\00g\00e\00 \00o\00f\00 \00H\00i\00s\00 \00M\00a\00j\00e\00s\00t\00y\00 \00t\00h\00e\00\n\00 \00 \00K\00i\00n\00g\00.\00]\00\n\00\n\00T\00u\00r\00k\00i\00s\00h\00 \00(\00t\00r\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00P\00i\00j\00a\00m\00a\00l\001\01 \00h\00a\00s\00t\00a\00,\00 \00y\00a\00\1f\011\01z\00 \00_\01o\00f\00\f6\00r\00e\00 \00\e7\00a\00b\00u\00c\00a\00k\00 \00g\00\fc\00v\00e\00n\00d\00i\00.\00\n\00 \00 \00(\00=\00P\00a\00t\00i\00e\00n\00t\00 \00w\00i\00t\00h\00 \00p\00a\00j\00a\00m\00a\00s\00,\00 \00t\00r\00u\00s\00t\00e\00d\00 \00s\00w\00a\00r\00t\00h\00y\00 \00d\00r\00i\00v\00e\00r\00 \00q\00u\00i\00c\00k\00l\00y\00)\00\n\00\n\00O\00t\00h\00e\00r\00\n\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00\c0\00\c8\00 \00/\00 \00c\003\00_\008\000\00 \00c\003\00_\008\008\00\n\00 \00 \00\d8S\cf\91 \00/\00 \00e\005\00_\008\00f\00_\009\008\00 \00e\009\00_\008\007\00_\008\00f\00\n\00 \00 \00A\d8\0e\dfA\d81\df \00/\00 \00f\000\00_\00a\000\00_\009\00c\00_\008\00e\00 \00f\000\00_\00a\000\00_\009\00c\00_\00b\001\00\n\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $26 (i32.const 21760) "\04\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/std/string-encoding.release.wat b/tests/compiler/std/string-encoding.release.wat index 15f2ab71e4..afdc7fb2ff 100644 --- a/tests/compiler/std/string-encoding.release.wat +++ b/tests/compiler/std/string-encoding.release.wat @@ -22,53 +22,53 @@ (global $~argumentsLength (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 55572)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\02\00\00\00\0c\00\00\00\01\d87\dch\00i\00R\d8b\df") - (data (i32.const 1068) "<") - (data (i32.const 1080) "\02\00\00\00,\00\00\00s\00t\00d\00/\00s\00t\00r\00i\00n\00g\00-\00e\00n\00c\00o\00d\00i\00n\00g\00.\00t\00s") - (data (i32.const 1132) "<") - (data (i32.const 1144) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1196) "<") - (data (i32.const 1208) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1324) "<") - (data (i32.const 1336) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1388) ",") - (data (i32.const 1400) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1468) "<") - (data (i32.const 1480) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1532) "\1c") - (data (i32.const 1544) "\02") - (data (i32.const 1564) "\1c") - (data (i32.const 1576) "\02\00\00\00\04\00\00\00\01\d87\dc") - (data (i32.const 1596) "\1c") - (data (i32.const 1608) "\02\00\00\00\02\00\00\00h") - (data (i32.const 1628) "\1c") - (data (i32.const 1640) "\02\00\00\00\04\00\00\00h\00i") - (data (i32.const 1660) "\1c") - (data (i32.const 1672) "\02\00\00\00\04\00\00\00R\d8b\df") - (data (i32.const 1692) "<") - (data (i32.const 1704) "\02\00\00\00$\00\00\00U\00n\00p\00a\00i\00r\00e\00d\00 \00s\00u\00r\00r\00o\00g\00a\00t\00e") - (data (i32.const 1756) ",") - (data (i32.const 1768) "\02\00\00\00\1c\00\00\00~\00l\00i\00b\00/\00s\00t\00r\00i\00n\00g\00.\00t\00s") - (data (i32.const 1804) "L") - (data (i32.const 1816) "\02\00\00\008\00\00\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a") - (data (i32.const 1884) "\1c") - (data (i32.const 1896) "\02\00\00\00\02\00\00\004\d8") - (data (i32.const 1916) "\1c") - (data (i32.const 1928) "\02\00\00\00\02\00\00\00\fd\ff") - (data (i32.const 1948) "\1c") - (data (i32.const 1960) "\02\00\00\00\02\00\00\00\1e\dd") - (data (i32.const 1980) ",") - (data (i32.const 1992) "\02\00\00\00\0e\00\00\001\002\003\00\00\004\005\006") - (data (i32.const 2028) "\1c") - (data (i32.const 2040) "\02\00\00\00\06\00\00\001\002\003") - (data (i32.const 2060) "\1c") - (data (i32.const 2072) "\02\00\00\00\08\00\00\00h\00i\00R\d8b\df") - (data (i32.const 2092) "<3") - (data (i32.const 2104) "\02\00\00\00*3\00\00M\00a\00t\00h\00e\00m\00a\00t\00i\00c\00s\00 \00a\00n\00d\00 \00S\00c\00i\00e\00n\00c\00e\00s\00:\00\n\00\n\00.\" \00E\00\c5\"d\00a\00 \00=\00 \00Q\00,\00 \00 \00n\00 \00\92! \00\1e\",\00 \00\11\" \00f\00(\00i\00)\00 \00=\00 \00\0f\" \00g\00(\00i\00)\00,\00 \00\00\"x\00\08\"\1d!:\00 \00\08#x\00\t# \00=\00 \00\12\"\n#\12\"x\00\0b#,\00 \00\b1\03 \00\'\" \00\ac\00\b2\03 \00=\00 \00\ac\00(\00\ac\00\b1\03 \00(\" \00\b2\03)\00,\00\n\00\n\00\15! \00\86\" \00\15!\80 \00\82\" \00$! \00\82\" \00\1a! \00\82\" \00\1d! \00\82\" \00\02!,\00 \00\a5\" \00<\00 \00a\00 \00`\" \00b\00 \00a\" \00c\00 \00d\" \00d\00 \00j\" \00\a4\" \00\d2! \00(\00A\00 \00\d4! \00B\00)\00,\00\n\00\n\002\00H\00\82 \00+\00 \00O\00\82 \00\cc! \002\00H\00\82 O\00,\00 \00R\00 \00=\00 \004\00.\007\00 \00k\00\a9\03,\00 \00\00# \002\000\000\00 \00m\00m\00\n\00\n\00L\00i\00n\00g\00u\00i\00s\00t\00i\00c\00s\00 \00a\00n\00d\00 \00d\00i\00c\00t\00i\00o\00n\00a\00r\00i\00e\00s\00:\00\n\00\n\00\f0\00i\00 \001\01n\00t\00Y\02\c8\02n\00\e6\00\83\02Y\02n\00Y\02l\00 \00f\00Y\02\c8\02n\00[\02t\001\01k\00 \00Y\02s\00o\00\8a\02s\00i\00\c8\02e\001\01\83\02n\00\n\00Y\00 \00[\00\c8\02\8f\02p\00s\00i\00l\00T\02n\00]\00,\00 \00Y\00e\00n\00 \00[\00j\00[\02n\00]\00,\00 \00Y\00o\00g\00a\00 \00[\00\c8\02j\00o\00\d0\02g\00Q\02]\00\n\00\n\00A\00P\00L\00:\00\n\00\n\00(\00(\00V\00s#V\00)\00=\00s#t#V\00)\00/\00V\00\90!,\00V\00 \00 \00 \00 \007#\90!s#\92!t#\06\"\07\"\83\"> N#U#\08#\n\00\n\00N\00i\00c\00e\00r\00 \00t\00y\00p\00o\00g\00r\00a\00p\00h\00y\00 \00i\00n\00 \00p\00l\00a\00i\00n\00 \00t\00e\00x\00t\00 \00f\00i\00l\00e\00s\00:\00\n\00\n\00T%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%W%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00\18 s\00i\00n\00g\00l\00e\00\19 \00a\00n\00d\00 \00\1c d\00o\00u\00b\00l\00e\00\1d \00q\00u\00o\00t\00e\00s\00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00C\00u\00r\00l\00y\00 \00a\00p\00o\00s\00t\00r\00o\00p\00h\00e\00s\00:\00 \00\1c W\00e\00\19 v\00e\00 \00b\00e\00e\00n\00 \00h\00e\00r\00e\00\1d \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00L\00a\00t\00i\00n\00-\001\00 \00a\00p\00o\00s\00t\00r\00o\00p\00h\00e\00 \00a\00n\00d\00 \00a\00c\00c\00e\00n\00t\00s\00:\00 \00\'\00\b4\00`\00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00\1a d\00e\00u\00t\00s\00c\00h\00e\00\18 \00\1e A\00n\00f\00\fc\00h\00r\00u\00n\00g\00s\00z\00e\00i\00c\00h\00e\00n\00\1c \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00 ,\00 \00! ,\00 \000 ,\00 \00\" ,\00 \003\00\13 4\00,\00 \00\14 ,\00 \00\12\"5\00/\00+\005\00,\00 \00\"!,\00 \00& \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00A\00S\00C\00I\00I\00 \00s\00a\00f\00e\00t\00y\00 \00t\00e\00s\00t\00:\00 \001\00l\00I\00|\00,\00 \000\00O\00D\00,\00 \008\00B\00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00m%\00%\00%\00%\00%\00%\00%\00%\00%\00%n% \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00t\00h\00e\00 \00e\00u\00r\00o\00 \00s\00y\00m\00b\00o\00l\00:\00 \00\02% \001\004\00.\009\005\00 \00\ac \00\02% \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00p%\00%\00%\00%\00%\00%\00%\00%\00%\00%o% \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Z%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%]%\n\00\n\00G\00r\00e\00e\00k\00 \00(\00i\00n\00 \00P\00o\00l\00y\00t\00o\00n\00i\00c\00)\00:\00\n\00\n\00T\00h\00e\00 \00G\00r\00e\00e\00k\00 \00a\00n\00t\00h\00e\00m\00:\00\n\00\n\00\a3\03r\1f \00\b3\03\bd\03\c9\03\c1\03w\1f\b6\03\c9\03 \00\00\1f\c0\03x\1f \00\c4\03t\1f\bd\03 \00\ba\03y\1f\c8\03\b7\03\n\00\c4\03\bf\03\e6\1f \00\c3\03\c0\03\b1\03\b8\03\b9\03\bf\03\e6\1f \00\c4\03t\1f\bd\03 \00\c4\03\c1\03\bf\03\bc\03\b5\03\c1\03u\1f,\00\n\00\c3\03r\1f \00\b3\03\bd\03\c9\03\c1\03w\1f\b6\03\c9\03 \00\00\1f\c0\03x\1f \00\c4\03t\1f\bd\03 \00D\1f\c8\03\b7\03\n\00\c0\03\bf\03z\1f \00\bc\03r\1f \00\b2\03w\1f\b1\03 \00\bc\03\b5\03\c4\03\c1\03q\1f\b5\03\b9\03 \00\c4\03t\1f \00\b3\03\c6\1f.\00\n\00\n\00\bf\1f\91\03\c0\03\bf\1f \00\c4\03p\1f \00\ba\03y\1f\ba\03\ba\03\b1\03\bb\03\b1\03 \00\b2\03\b3\03\b1\03\bb\03\bc\03s\1f\bd\03\b7\03\n\00\c4\03\f6\1f\bd\03 \00\fe\1f\95\03\bb\03\bb\03u\1f\bd\03\c9\03\bd\03 \00\c4\03p\1f \001\1f\b5\03\c1\03q\1f\n\00\ba\03\b1\03v\1f \00\c3\03p\1f\bd\03 \00\c0\03\c1\03\f6\1f\c4\03\b1\03 \00\00\1f\bd\03\b4\03\c1\03\b5\03\b9\03\c9\03\bc\03s\1f\bd\03\b7\03\n\00\c7\03\b1\03\d6\1f\c1\03\b5\03,\00 \00f\1f \00\c7\03\b1\03\d6\1f\c1\03\b5\03,\00 \00\bf\1f\95\03\bb\03\b5\03\c5\03\b8\03\b5\03\c1\03\b9\03q\1f!\00\n\00\n\00F\00r\00o\00m\00 \00a\00 \00s\00p\00e\00e\00c\00h\00 \00o\00f\00 \00D\00e\00m\00o\00s\00t\00h\00e\00n\00e\00s\00 \00i\00n\00 \00t\00h\00e\00 \004\00t\00h\00 \00c\00e\00n\00t\00u\00r\00y\00 \00B\00C\00:\00\n\00\n\00\9f\03P\1f\c7\03v\1f \00\c4\03\b1\03P\1f\c4\03p\1f \00\c0\03\b1\03\c1\03w\1f\c3\03\c4\03\b1\03\c4\03\b1\03w\1f \00\bc\03\bf\03\b9\03 \00\b3\03\b9\03\b3\03\bd\03}\1f\c3\03\ba\03\b5\03\b9\03\bd\03,\00 \00f\1f \00\04\1f\bd\03\b4\03\c1\03\b5\03\c2\03 \00\bf\1f\91\03\b8\03\b7\03\bd\03\b1\03\d6\1f\bf\03\b9\03,\00\n\00E\1f\c4\03\b1\03\bd\03 \00\c4\03\bf\1f \00\b5\030\1f\c2\03 \00\c4\03p\1f \00\c0\03\c1\03q\1f\b3\03\bc\03\b1\03\c4\03\b1\03 \00\00\1f\c0\03\bf\03\b2\03\bb\03s\1f\c8\03\c9\03 \00\ba\03\b1\03v\1f \00E\1f\c4\03\b1\03\bd\03 \00\c0\03\c1\03x\1f\c2\03 \00\c4\03\bf\03z\1f\c2\03\n\00\bb\03y\1f\b3\03\bf\03\c5\03\c2\03 \00\bf\03S\1f\c2\03 \00\00\1f\ba\03\bf\03{\1f\c9\03\87\03 \00\c4\03\bf\03z\1f\c2\03 \00\bc\03r\1f\bd\03 \00\b3\03p\1f\c1\03 \00\bb\03y\1f\b3\03\bf\03\c5\03\c2\03 \00\c0\03\b5\03\c1\03v\1f \00\c4\03\bf\03\e6\1f\n\00\c4\03\b9\03\bc\03\c9\03\c1\03u\1f\c3\03\b1\03\c3\03\b8\03\b1\03\b9\03 \00\a6\03w\1f\bb\03\b9\03\c0\03\c0\03\bf\03\bd\03 \00A\1f\c1\03\f6\1f \00\b3\03\b9\03\b3\03\bd\03\bf\03\bc\03s\1f\bd\03\bf\03\c5\03\c2\03,\00 \00\c4\03p\1f \00\b4\03r\1f \00\c0\03\c1\03q\1f\b3\03\bc\03\b1\03\c4\03\bf\1f\n\00\b5\030\1f\c2\03 \00\c4\03\bf\03\e6\1f\c4\03\bf\03 \00\c0\03\c1\03\bf\03u\1f\ba\03\bf\03\bd\03\c4\03\b1\03,\00 \00 \00e\1f\c3\03\b8\03\bf\1f \00E\1f\c0\03\c9\03\c2\03 \00\bc\03t\1f \00\c0\03\b5\03\b9\03\c3\03y\1f\bc\03\b5\03\b8\03\bf\1f \00\b1\03P\1f\c4\03\bf\03v\1f\n\00\c0\03\c1\03y\1f\c4\03\b5\03\c1\03\bf\03\bd\03 \00\ba\03\b1\03\ba\03\f6\1f\c2\03 \00\c3\03\ba\03s\1f\c8\03\b1\03\c3\03\b8\03\b1\03\b9\03 \00\b4\03s\1f\bf\03\bd\03.\00 \00\bf\03P\1f\b4\03s\1f\bd\03 \00\bf\03V\1f\bd\03 \00\04\1f\bb\03\bb\03\bf\03 \00\bc\03\bf\03\b9\03 \00\b4\03\bf\03\ba\03\bf\03\e6\1f\c3\03\b9\03\bd\03\n\00\bf\031\1f \00\c4\03p\1f \00\c4\03\bf\03\b9\03\b1\03\e6\1f\c4\03\b1\03 \00\bb\03s\1f\b3\03\bf\03\bd\03\c4\03\b5\03\c2\03 \00\"\1f \00\c4\03t\1f\bd\03 \00Q\1f\c0\03y\1f\b8\03\b5\03\c3\03\b9\03\bd\03,\00 \00\c0\03\b5\03\c1\03v\1f \00\'\1f\c2\03 \00\b2\03\bf\03\c5\03\bb\03\b5\03{\1f\b5\03\c3\03\b8\03\b1\03\b9\03,\00\n\00\bf\03P\1f\c7\03v\1f \00\c4\03t\1f\bd\03 \00\bf\03V\1f\c3\03\b1\03\bd\03 \00\c0\03\b1\03\c1\03\b9\03\c3\03\c4\03q\1f\bd\03\c4\03\b5\03\c2\03 \00Q\1f\bc\03\d6\1f\bd\03 \00\01\1f\bc\03\b1\03\c1\03\c4\03q\1f\bd\03\b5\03\b9\03\bd\03.\00 \00\10\1f\b3\03|\1f \00\b4\03s\1f,\00 \00E\1f\c4\03\b9\03 \00\bc\03s\1f\bd\03\n\00\c0\03\bf\03\c4\03\bf\1f \00\10\1f\be\03\c6\1f\bd\03 \00\c4\03\c7\1f \00\c0\03y\1f\bb\03\b5\03\b9\03 \00\ba\03\b1\03v\1f \00\c4\03p\1f \00\b1\03Q\1f\c4\03\c6\1f\c2\03 \00\14\1f\c7\03\b5\03\b9\03\bd\03 \00\00\1f\c3\03\c6\03\b1\03\bb\03\f6\1f\c2\03 \00\ba\03\b1\03v\1f \00\a6\03w\1f\bb\03\b9\03\c0\03\c0\03\bf\03\bd\03\n\00\c4\03\b9\03\bc\03\c9\03\c1\03u\1f\c3\03\b1\03\c3\03\b8\03\b1\03\b9\03,\00 \00\ba\03\b1\03v\1f \00\bc\03q\1f\bb\03\bf\1f \00\00\1f\ba\03\c1\03\b9\03\b2\03\f6\1f\c2\03 \00\bf\036\1f\b4\03\b1\03\87\03 \00\10\1f\c0\03\bf\1f \00\10\1f\bc\03\bf\03\e6\1f \00\b3\03q\1f\c1\03,\00 \00\bf\03P\1f \00\c0\03q\1f\bb\03\b1\03\b9\03\n\00\b3\03s\1f\b3\03\bf\03\bd\03\b5\03\bd\03 \00\c4\03\b1\03\e6\1f\c4\03\bf\1f \00\00\1f\bc\03\c6\03y\1f\c4\03\b5\03\c1\03\b1\03\87\03 \00\bd\03\e6\1f\bd\03 \00\bc\03s\1f\bd\03\c4\03\bf\03\b9\03 \00\c0\03s\1f\c0\03\b5\03\b9\03\c3\03\bc\03\b1\03\b9\03 \00\c4\03\bf\03\e6\1f\b8\03\bf\1f \001\1f\ba\03\b1\03\bd\03x\1f\bd\03\n\00\c0\03\c1\03\bf\03\bb\03\b1\03\b2\03\b5\03\d6\1f\bd\03 \00!\1f\bc\03\d6\1f\bd\03 \00\b5\036\1f\bd\03\b1\03\b9\03 \00\c4\03t\1f\bd\03 \00\c0\03\c1\03}\1f\c4\03\b7\03\bd\03,\00 \00E\1f\c0\03\c9\03\c2\03 \00\c4\03\bf\03z\1f\c2\03 \00\c3\03\c5\03\bc\03\bc\03q\1f\c7\03\bf\03\c5\03\c2\03\n\00\c3\03}\1f\c3\03\bf\03\bc\03\b5\03\bd\03.\00 \00\10\1fp\1f\bd\03 \00\b3\03p\1f\c1\03 \00\c4\03\bf\03\e6\1f\c4\03\bf\03 \00\b2\03\b5\03\b2\03\b1\03w\1f\c9\03\c2\03 \00Q\1f\c0\03q\1f\c1\03\be\03\c3\1f,\00 \00\c4\03y\1f\c4\03\b5\03 \00\ba\03\b1\03v\1f \00\c0\03\b5\03\c1\03v\1f \00\c4\03\bf\03\e6\1f\n\00\c4\03w\1f\bd\03\b1\03 \00\c4\03\b9\03\bc\03\c9\03\c1\03u\1f\c3\03\b5\03\c4\03\b1\03w\1f \00\c4\03\b9\03\c2\03 \00\ba\03\b1\03v\1f \00C\1f\bd\03 \00\c4\03\c1\03y\1f\c0\03\bf\03\bd\03 \00\10\1f\be\03s\1f\c3\03\c4\03\b1\03\b9\03 \00\c3\03\ba\03\bf\03\c0\03\b5\03\d6\1f\bd\03\87\03 \00\c0\03\c1\03v\1f\bd\03 \00\b4\03r\1f\n\00\c4\03t\1f\bd\03 \00\00\1f\c1\03\c7\03t\1f\bd\03 \00@\1f\c1\03\b8\03\f6\1f\c2\03 \00Q\1f\c0\03\bf\03\b8\03s\1f\c3\03\b8\03\b1\03\b9\03,\00 \00\bc\03q\1f\c4\03\b1\03\b9\03\bf\03\bd\03 \00!\1f\b3\03\bf\03\e6\1f\bc\03\b1\03\b9\03 \00\c0\03\b5\03\c1\03v\1f \00\c4\03\c6\1f\c2\03\n\00\c4\03\b5\03\bb\03\b5\03\c5\03\c4\03\c6\1f\c2\03 \00A\1f\bd\03\c4\03\b9\03\bd\03\bf\03\e6\1f\bd\03 \00\c0\03\bf\03\b9\03\b5\03\d6\1f\c3\03\b8\03\b1\03\b9\03 \00\bb\03y\1f\b3\03\bf\03\bd\03.\00\n\00\n\00\94\03\b7\03\bc\03\bf\03\c3\03\b8\03s\1f\bd\03\bf\03\c5\03\c2\03,\00 \00\93\03\fd\1f \00\bf\1f\9f\03\bb\03\c5\03\bd\03\b8\03\b9\03\b1\03\ba\03x\1f\c2\03\n\00\n\00G\00e\00o\00r\00g\00i\00a\00n\00:\00\n\00\n\00F\00r\00o\00m\00 \00a\00 \00U\00n\00i\00c\00o\00d\00e\00 \00c\00o\00n\00f\00e\00r\00e\00n\00c\00e\00 \00i\00n\00v\00i\00t\00a\00t\00i\00o\00n\00:\00\n\00\n\00\d2\10\d7\10\ee\10\dd\10\d5\10\d7\10 \00\d0\10\ee\10\da\10\d0\10\d5\10\d4\10 \00\d2\10\d0\10\d8\10\d0\10\e0\10\dd\10\d7\10 \00\e0\10\d4\10\d2\10\d8\10\e1\10\e2\10\e0\10\d0\10\ea\10\d8\10\d0\10 \00U\00n\00i\00c\00o\00d\00e\00-\00\d8\10\e1\10 \00\db\10\d4\10\d0\10\d7\10\d4\10 \00\e1\10\d0\10\d4\10\e0\10\d7\10\d0\10\e8\10\dd\10\e0\10\d8\10\e1\10\dd\10\n\00\d9\10\dd\10\dc\10\e4\10\d4\10\e0\10\d4\10\dc\10\ea\10\d8\10\d0\10\d6\10\d4\10 \00\d3\10\d0\10\e1\10\d0\10\e1\10\ec\10\e0\10\d4\10\d1\10\d0\10\d3\10,\00 \00\e0\10\dd\10\db\10\d4\10\da\10\d8\10\ea\10 \00\d2\10\d0\10\d8\10\db\10\d0\10\e0\10\d7\10\d4\10\d1\10\d0\10 \001\000\00-\001\002\00 \00\db\10\d0\10\e0\10\e2\10\e1\10,\00\n\00\e5\10.\00 \00\db\10\d0\10\d8\10\dc\10\ea\10\e8\10\d8\10,\00 \00\d2\10\d4\10\e0\10\db\10\d0\10\dc\10\d8\10\d0\10\e8\10\d8\10.\00 \00\d9\10\dd\10\dc\10\e4\10\d4\10\e0\10\d4\10\dc\10\ea\10\d8\10\d0\10 \00\e8\10\d4\10\f0\10\d9\10\e0\10\d4\10\d1\10\e1\10 \00\d4\10\e0\10\d7\10\d0\10\d3\10 \00\db\10\e1\10\dd\10\e4\10\da\10\d8\10\dd\10\e1\10\n\00\d4\10\e5\10\e1\10\de\10\d4\10\e0\10\e2\10\d4\10\d1\10\e1\10 \00\d8\10\e1\10\d4\10\d7\10 \00\d3\10\d0\10\e0\10\d2\10\d4\10\d1\10\e8\10\d8\10 \00\e0\10\dd\10\d2\10\dd\10\e0\10\d8\10\ea\10\d0\10\d0\10 \00\d8\10\dc\10\e2\10\d4\10\e0\10\dc\10\d4\10\e2\10\d8\10 \00\d3\10\d0\10 \00U\00n\00i\00c\00o\00d\00e\00-\00\d8\10,\00\n\00\d8\10\dc\10\e2\10\d4\10\e0\10\dc\10\d0\10\ea\10\d8\10\dd\10\dc\10\d0\10\da\10\d8\10\d6\10\d0\10\ea\10\d8\10\d0\10 \00\d3\10\d0\10 \00\da\10\dd\10\d9\10\d0\10\da\10\d8\10\d6\10\d0\10\ea\10\d8\10\d0\10,\00 \00U\00n\00i\00c\00o\00d\00e\00-\00\d8\10\e1\10 \00\d2\10\d0\10\db\10\dd\10\e7\10\d4\10\dc\10\d4\10\d1\10\d0\10\n\00\dd\10\de\10\d4\10\e0\10\d0\10\ea\10\d8\10\e3\10\da\10 \00\e1\10\d8\10\e1\10\e2\10\d4\10\db\10\d4\10\d1\10\e1\10\d0\10,\00 \00\d3\10\d0\10 \00\d2\10\d0\10\db\10\dd\10\e7\10\d4\10\dc\10\d4\10\d1\10\d8\10\d7\10 \00\de\10\e0\10\dd\10\d2\10\e0\10\d0\10\db\10\d4\10\d1\10\e8\10\d8\10,\00 \00\e8\10\e0\10\d8\10\e4\10\e2\10\d4\10\d1\10\e8\10\d8\10,\00\n\00\e2\10\d4\10\e5\10\e1\10\e2\10\d4\10\d1\10\d8\10\e1\10 \00\d3\10\d0\10\db\10\e3\10\e8\10\d0\10\d5\10\d4\10\d1\10\d0\10\e1\10\d0\10 \00\d3\10\d0\10 \00\db\10\e0\10\d0\10\d5\10\d0\10\da\10\d4\10\dc\10\dd\10\d5\10\d0\10\dc\10 \00\d9\10\dd\10\db\10\de\10\d8\10\e3\10\e2\10\d4\10\e0\10\e3\10\da\10 \00\e1\10\d8\10\e1\10\e2\10\d4\10\db\10\d4\10\d1\10\e8\10\d8\10.\00\n\00\n\00R\00u\00s\00s\00i\00a\00n\00:\00\n\00\n\00F\00r\00o\00m\00 \00a\00 \00U\00n\00i\00c\00o\00d\00e\00 \00c\00o\00n\00f\00e\00r\00e\00n\00c\00e\00 \00i\00n\00v\00i\00t\00a\00t\00i\00o\00n\00:\00\n\00\n\00\17\040\04@\045\043\048\04A\04B\04@\048\04@\04C\049\04B\045\04A\04L\04 \00A\045\049\04G\040\04A\04 \00=\040\04 \00\14\045\04A\04O\04B\04C\04N\04 \00\1c\045\046\044\04C\04=\040\04@\04>\044\04=\04C\04N\04 \00\1a\04>\04=\04D\045\04@\045\04=\04F\048\04N\04 \00?\04>\04\n\00U\00n\00i\00c\00o\00d\00e\00,\00 \00:\04>\04B\04>\04@\040\04O\04 \00A\04>\04A\04B\04>\048\04B\04A\04O\04 \001\000\00-\001\002\00 \00<\040\04@\04B\040\04 \001\009\009\007\00 \003\04>\044\040\04 \002\04 \00\1c\040\049\04=\04F\045\04 \002\04 \00\13\045\04@\04<\040\04=\048\048\04.\00\n\00\1a\04>\04=\04D\045\04@\045\04=\04F\048\04O\04 \00A\04>\041\045\04@\045\04B\04 \00H\048\04@\04>\04:\048\049\04 \00:\04@\04C\043\04 \00M\04:\04A\04?\045\04@\04B\04>\042\04 \00?\04>\04 \00 \002\04>\04?\04@\04>\04A\040\04<\04 \003\04;\04>\041\040\04;\04L\04=\04>\043\04>\04\n\00\18\04=\04B\045\04@\04=\045\04B\040\04 \008\04 \00U\00n\00i\00c\00o\00d\00e\00,\00 \00;\04>\04:\040\04;\048\047\040\04F\048\048\04 \008\04 \008\04=\04B\045\04@\04=\040\04F\048\04>\04=\040\04;\048\047\040\04F\048\048\04,\00 \002\04>\04?\04;\04>\04I\045\04=\048\04N\04 \008\04\n\00?\04@\048\04<\045\04=\045\04=\048\04N\04 \00U\00n\00i\00c\00o\00d\00e\00 \002\04 \00@\040\047\04;\048\04G\04=\04K\04E\04 \00>\04?\045\04@\040\04F\048\04>\04=\04=\04K\04E\04 \00A\048\04A\04B\045\04<\040\04E\04 \008\04 \00?\04@\04>\043\04@\040\04<\04<\04=\04K\04E\04\n\00?\04@\048\04;\04>\046\045\04=\048\04O\04E\04,\00 \00H\04@\048\04D\04B\040\04E\04,\00 \002\045\04@\04A\04B\04:\045\04 \008\04 \00<\04=\04>\043\04>\04O\047\04K\04G\04=\04K\04E\04 \00:\04>\04<\04?\04L\04N\04B\045\04@\04=\04K\04E\04 \00A\048\04A\04B\045\04<\040\04E\04.\00\n\00\n\00T\00h\00a\00i\00 \00(\00U\00C\00S\00 \00L\00e\00v\00e\00l\00 \002\00)\00:\00\n\00\n\00E\00x\00c\00e\00r\00p\00t\00 \00f\00r\00o\00m\00 \00a\00 \00p\00o\00e\00t\00r\00y\00 \00o\00n\00 \00T\00h\00e\00 \00R\00o\00m\00a\00n\00c\00e\00 \00o\00f\00 \00T\00h\00e\00 \00T\00h\00r\00e\00e\00 \00K\00i\00n\00g\00d\00o\00m\00s\00 \00(\00a\00 \00C\00h\00i\00n\00e\00s\00e\00\n\00c\00l\00a\00s\00s\00i\00c\00 \00\'\00S\00a\00n\00 \00G\00u\00a\00\'\00)\00:\00\n\00\n\00[\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00|\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00]\00\n\00 \00 \00O\0e \00A\0e\1c\0eH\0e\19\0e\14\0e4\0e\19\0e.\0e1\0eH\0e\19\0e@\0e*\0e7\0eH\0e-\0e!\0eB\0e\17\0e#\0e!\0eA\0e*\0e\19\0e*\0e1\0e\07\0e@\0e\'\0e\n\0e \00 \00\1e\0e#\0e0\0e\1b\0e\01\0e@\0e\01\0e(\0e\01\0e-\0e\07\0e\1a\0e9\0eJ\0e\01\0e9\0eI\0e\02\0e6\0eI\0e\19\0eC\0e+\0e!\0eH\0e\n\00*\0e4\0e\1a\0e*\0e-\0e\07\0e\01\0e)\0e1\0e\15\0e#\0e4\0e\"\0eL\0e\01\0eH\0e-\0e\19\0e+\0e\19\0eI\0e2\0eA\0e%\0e\16\0e1\0e\14\0eD\0e\1b\0e \00 \00 \00 \00 \00 \00 \00*\0e-\0e\07\0e-\0e\07\0e\04\0eL\0eD\0e\0b\0e#\0eI\0eB\0e\07\0eH\0e@\0e\02\0e%\0e2\0e@\0e\1a\0e2\0e\1b\0e1\0e\r\0e\r\0e2\0e\n\00 \00 \00\17\0e#\0e\07\0e\19\0e1\0e\1a\0e\16\0e7\0e-\0e\02\0e1\0e\19\0e\17\0e5\0e@\0e\1b\0eG\0e\19\0e\17\0e5\0eH\0e\1e\0e6\0eH\0e\07\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\1a\0eI\0e2\0e\19\0e@\0e!\0e7\0e-\0e\07\0e\08\0e6\0e\07\0e\'\0e4\0e\1b\0e#\0e4\0e\15\0e@\0e\1b\0eG\0e\19\0e\19\0e1\0e\01\0e+\0e\19\0e2\0e\n\00B\0e.\0e\08\0e4\0eK\0e\19\0e@\0e#\0e5\0e\"\0e\01\0e\17\0e1\0e\1e\0e\17\0e1\0eH\0e\'\0e+\0e1\0e\'\0e@\0e!\0e7\0e-\0e\07\0e!\0e2\0e \00 \00 \00 \00 \00 \00 \00 \00 \00+\0e!\0e2\0e\"\0e\08\0e0\0e\06\0eH\0e2\0e!\0e\14\0e\n\0e1\0eH\0e\'\0e\15\0e1\0e\'\0e*\0e3\0e\04\0e1\0e\r\0e\n\00 \00 \00@\0e+\0e!\0e7\0e-\0e\19\0e\02\0e1\0e\1a\0eD\0e*\0eD\0e%\0eH\0e@\0e*\0e7\0e-\0e\08\0e2\0e\01\0e@\0e\04\0e+\0e2\0e \00 \00 \00 \00 \00 \00#\0e1\0e\1a\0e+\0e!\0e2\0e\1b\0eH\0e2\0e@\0e\02\0eI\0e2\0e!\0e2\0e@\0e%\0e\"\0e-\0e2\0e*\0e1\0e\r\0e\n\00\1d\0eH\0e2\0e\"\0e-\0eI\0e-\0e\07\0e-\0e8\0eI\0e\19\0e\"\0e8\0eA\0e\"\0e\01\0eC\0e+\0eI\0eA\0e\15\0e\01\0e\01\0e1\0e\19\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00C\0e\n\0eI\0e*\0e2\0e\'\0e\19\0e1\0eI\0e\19\0e@\0e\1b\0eG\0e\19\0e\n\0e\19\0e\'\0e\19\0e\n\0e7\0eH\0e\19\0e\n\0e\'\0e\19\0eC\0e\08\0e\n\00 \00 \00\1e\0e%\0e1\0e\19\0e%\0e4\0e\t\0e8\0e\"\0e\01\0e8\0e\"\0e\01\0e5\0e\01\0e%\0e1\0e\1a\0e\01\0eH\0e-\0e@\0e+\0e\15\0e8\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\n\0eH\0e2\0e\07\0e-\0e2\0e@\0e\1e\0e(\0e\08\0e#\0e4\0e\07\0e+\0e\19\0e2\0e\1f\0eI\0e2\0e#\0eI\0e-\0e\07\0eD\0e+\0eI\0e\n\00\15\0eI\0e-\0e\07\0e#\0e\1a\0e#\0e2\0e\06\0eH\0e2\0e\1f\0e1\0e\19\0e\08\0e\19\0e\1a\0e#\0e#\0e%\0e1\0e\"\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00$\0eE\0e+\0e2\0eC\0e\04\0e#\0e\04\0eI\0e3\0e\n\0e9\0e\01\0e9\0eI\0e\1a\0e#\0e#\0e%\0e1\0e\07\0e\01\0eL\0e \00/\0e\n\00\n\00(\00T\00h\00e\00 \00a\00b\00o\00v\00e\00 \00i\00s\00 \00a\00 \00t\00w\00o\00-\00c\00o\00l\00u\00m\00n\00 \00t\00e\00x\00t\00.\00 \00I\00f\00 \00c\00o\00m\00b\00i\00n\00i\00n\00g\00 \00c\00h\00a\00r\00a\00c\00t\00e\00r\00s\00 \00a\00r\00e\00 \00h\00a\00n\00d\00l\00e\00d\00\n\00c\00o\00r\00r\00e\00c\00t\00l\00y\00,\00 \00t\00h\00e\00 \00l\00i\00n\00e\00s\00 \00o\00f\00 \00t\00h\00e\00 \00s\00e\00c\00o\00n\00d\00 \00c\00o\00l\00u\00m\00n\00 \00s\00h\00o\00u\00l\00d\00 \00b\00e\00 \00a\00l\00i\00g\00n\00e\00d\00 \00w\00i\00t\00h\00 \00t\00h\00e\00\n\00|\00 \00c\00h\00a\00r\00a\00c\00t\00e\00r\00 \00a\00b\00o\00v\00e\00.\00)\00\n\00\n\00E\00t\00h\00i\00o\00p\00i\00a\00n\00:\00\n\00\n\00P\00r\00o\00v\00e\00r\00b\00s\00 \00i\00n\00 \00t\00h\00e\00 \00A\00m\00h\00a\00r\00i\00c\00 \00l\00a\00n\00g\00u\00a\00g\00e\00:\00\n\00\n\000\12\1b\12\ed\12 \00\a0\12\ed\12s\12(\125\12 \00\95\12\t\13%\12 \00\a0\12\ed\12\a8\120\125\12b\13\n\00e\12\0b\12 \00\ab\12\08\12\9d\12 \00\a5\12\95\12\f0\12\a0\12c\12t\12 \00`\12F\12\18\12 \13\9d\12b\13\n\00\0c\13%\13 \00\eb\12\08\12d\12q\12 \00A\12\1d\12%\13\93\12 \00\90\12\cd\12b\13\n\00\f0\12\00\12 \00`\12\15\12\r\12\19\12 \00E\12d\12 \00c\12\ed\12 \13#\13 \00\95\12#\13u\12 \00`\12\08\13\f0\12\08\12\cd\12b\13\n\00\e8\12\a0\12M\13 \00\c8\12\08\12\1d\12s\12 \00`\12E\12d\12 \00\a0\12\ed\12s\12=\12\1d\12b\13\n\00\a0\12\ed\12%\13 \00`\12`\12\0b\12 \00\f3\12\cb\12 \00p\12\18\12s\12b\13\n\002\12p\12(\12\t\13\19\12 \00\ed\12\f0\12(\12\r\13\19\12b\13\n\00@\125\12 \00`\12@\125\12e\13 \00\d5\12\95\12A\12\0b\12\r\12 \00`\12\a5\12\r\13)\12 \00\ed\12\04\12\f3\12\r\12b\13\n\00\f5\12-\12 \00b\12\eb\12e\12-\12 \00\a0\12\95\12`\123\12 \00\eb\125\12-\12b\13\n\000\12\cd\12 \00\a5\12\95\12\f0\12d\12q\12 \00\a5\12\95\12\05\13 \00\a5\12\95\12\f0\12 \00\t\13(\12d\12q\12 \00\a0\12\ed\12p\12\f3\12\f0\12-\12\1d\12b\13\n\00\a5\12\r\13\dc\12-\12 \00\e8\12\a8\12H\13p\12\cd\12\95\12 \00\t\13.\12.\12 \003\12\ed\12\d8\12\0b\13\cd\12 \00\a0\12\ed\12\f5\12-\12\1d\12b\13\n\00\e8\12\0e\13(\12d\12u\12 \00\0c\12c\12e\13 \00b\12\eb\12\e9\12u\12 \00\ed\125\12E\12 \00c\12\eb\12\e9\12u\12 \00\eb\12 \13\r\12E\12b\13\n\00%\12+\12 \00\a8\12\18\12M\13s\12u\12 \00\r\12\04\13\95\12 \00\0b\12K\13s\12u\12b\13\n\00\d3\12c\12\ed\12 \00\1b\12\f0\12*\12\eb\12 \00\e8\12\08\12\cd\12e\13 \00\r\13\95\12\f5\12 \00\ed\12\de\12 \00\ed\12\de\12+\12\r\12b\13\n\00\e8\12\a5\125\12\0b\12\1d\12 \00\a0\12\08\13)\12 \00\18\12\ab\12 \00\e8\12\a0\12\1e\12+\12 \00\a0\12\08\13)\12 \00\cb\12-\12\ab\12b\13\n\00p\12\95\12\0b\13\0e\12 \00b\12p\12I\13 \00p\12\18\12\r\126\12 \00c\12I\13b\13\n\00\c8\12\f3\12\05\13\05\12 \00\1b\12-\12 \00b\12\06\12\95\12 \00(\13-\125\12\05\12 \00\a0\12u\12\0b\120\12\cd\12b\13\n\00\a5\12\r\13-\12\05\12\95\12 \00`\12M\13+\12=\12\05\12 \00\r\12\ad\12 \00\d8\12-\12\0b\13b\13\n\00\n\00R\00u\00n\00e\00s\00:\00\n\00\n\00\bb\16\d6\16 \00\b3\16\b9\16\ab\16\a6\16 \00\a6\16\ab\16\cf\16 \00\bb\16\d6\16 \00\d2\16\a2\16\de\16\d6\16 \00\a9\16\be\16 \00\a6\16\ab\16\d7\16 \00\da\16\aa\16\be\16\de\16\d6\16 \00\be\16\a9\16\b1\16\a6\16\b9\16\d6\16\aa\16\b1\16\de\16\a2\16\d7\16 \00\b9\16\c1\16\a6\16 \00\a6\16\aa\16 \00\b9\16\d6\16\e5\16\ab\16\n\00\n\00(\00O\00l\00d\00 \00E\00n\00g\00l\00i\00s\00h\00,\00 \00w\00h\00i\00c\00h\00 \00t\00r\00a\00n\00s\00c\00r\00i\00b\00e\00d\00 \00i\00n\00t\00o\00 \00L\00a\00t\00i\00n\00 \00r\00e\00a\00d\00s\00 \00\'\00H\00e\00 \00c\00w\00a\00e\00t\00h\00 \00t\00h\00a\00t\00 \00h\00e\00\n\00b\00u\00d\00e\00 \00t\00h\00a\00e\00m\00 \00l\00a\00n\00d\00e\00 \00n\00o\00r\00t\00h\00w\00e\00a\00r\00d\00u\00m\00 \00w\00i\00t\00h\00 \00t\00h\00a\00 \00W\00e\00s\00t\00s\00a\00e\00.\00\'\00 \00a\00n\00d\00 \00m\00e\00a\00n\00s\00 \00\'\00H\00e\00 \00s\00a\00i\00d\00\n\00t\00h\00a\00t\00 \00h\00e\00 \00l\00i\00v\00e\00d\00 \00i\00n\00 \00t\00h\00e\00 \00n\00o\00r\00t\00h\00e\00r\00n\00 \00l\00a\00n\00d\00 \00n\00e\00a\00r\00 \00t\00h\00e\00 \00W\00e\00s\00t\00e\00r\00n\00 \00S\00e\00a\00.\00\'\00)\00\n\00\n\00B\00r\00a\00i\00l\00l\00e\00:\00\n\00\n\00L(\01(\'(\11( \00<(\01(\12( \00 \00M(\1c(\07(\11(9(0(\0e( \00c(\15(\0c(\n\00\n\00M(\1c(\07(\11(9( \00:(\01(\0e( \00\19(\11(\01(\19(\12( \00\1e(\15( \00\03(\11(\1b(\14( \00:(\n(9(2( \00y(;(\11( \00\n(\0e( \00\1d(\15( \00\19(3(\03(\1e(\n\001(\01(\1e(\11(\'(;( \00\01(\03(3(\1e( \009(\01(\1e(2( \00y(\11( \00\17(\11(\1b(\n(\0c(;( \00\15(\0b( \00\19(\n(\0e( \00\03(%(\17(\n(\01(\07( \00:(\01(\0e(\n\00\0e(\n(\1b(\1d(+( \00\03(9( \009(\11( \00\n(\07(;(\1b(9(\r(\01(\1d(\02( \009(\11( \00\n(\07(;(\05(\02( \009(\11( \00%(\1d(\19(;(\1e(\01(\05(;(\02(\n\00\01(\1d(\19( \009(\11( \00!(\n(\11(\0b( \00\r(3(\17(\1d(;(2( \00N(\n(\17(\15(\15(\1b(\11( \00\0e(\n(\1b(\1d(+( \00\n(\1e(2( \00A(\1d(\19(\n\00N(\n(\17(\15(\15(\1b(\11(0(\0e( \00\1d(\01(\r(\11( \00:(\01(\0e( \00\1b(\15(\15(\19( \00%(\0f(\15(\1d( \000(a(\01(\1d(\1b(\11(\02( \00\0b(\15(\17( \00\01(\1d(9(9(\14(\1b( \00\19(\11(\n\00!(\15(\0e(\11( \00\1e(\15( \00\0f(%(\1e( \00\19(\n(\0e( \00\19(\01(\1d(\19( \00\1e(\15(2(\n\00\n\00U(\07(\19( \00M(\1c(\07(\11(9( \00:(\01(\0e( \00\01(\0e( \00\19(\11(\01(\19( \00\01(\0e( \00\01( \00\19(\15(\15(\17($(\1d(\01(\n(\07(2(\n\00\n\00M(\14(\19(\16( \00J( \00\19(\15(\1d(0(\1e( \00\r(\11(\01(\1d( \00\1e(\15( \00\0e(\01(9( \009(\01(\1e( \00J( \00\05(\1d(*(\02( \00\15(\0b( \00\r(9(\n\00*(\1d( \00\05(\1d(*(\07(+(\1b(\11(\02( \001(\01(\1e( \009(;(\11( \00\n(\0e( \00\0f(\1c(\1e(\n(\n(%(\07(\1c(\07(9( \00\19(\11(\01(\19( \00\01(\03(3(\1e(\n\00\01( \00\19(\15(\15(\17($(\1d(\01(\n(\07(2( \00J( \00\r(\n(#(\1e( \00\19(\01(\'(\11( \00\03(\11(2( \00\14(\n(\07(\14(+(\02( \00\r(9(\0e(\11(\07(\0b(\02( \00\1e(\15(\n\00\17(\11(\1b(\1c(\19( \00\01( \00\n(\15(\0b(\0b(\14($(\1d(\01(\n(\07( \00\01(\0e( \009(\11( \00\19(\11(\01(\19(\11(\0c( \00\0f(\n(\11(\n(\11( \00\15(\0b( \00\n(\17(\15(\1d(\r(\15(\1d(\1b(;(9(\n\00\14( \009(\11( \00\1e(\17(\01(\19(\11(2( \00C(%(\1e( \009(\11( \00:(\n(\0e(\19(\15(\r( \00\15(\0b( \003(\17( \00\01(\1d(\n(\11(\0c(\15(\17(\0e(\n\00\n(\0e( \00\14( \009(\11( \00\0e(\n(\r(\n(\07(\11(\06( \00\01(\1d(\19( \00\r(9( \00%(\1d(\19(\01(\07(\07(*(+( \00\19(\01(\1d(\19(\0e(\n\00)(\01(\07(\07( \00\1d(\15(\1e( \00\19(\n(\0c(%(\17(\03( \00\n(\1e(\02( \00\15(\17( \009(\11( \00J(3(\1d(\1e(\17(9(0(\0e( \00\19(\15(\1d(\11( \00\0b(\15(\17(2( \00y(3(\n\00:(\n(\07(\07( \009(;(\11(\0b(\15(\17(\11( \00\0f(;(\r(\n(\1e( \00\r(\11( \00\1e(\15( \00\17(\11(\0f(\11(\01(\1e(\02( \00\11(\r(\0f(\19(\01(\1e(\n(\n(\01(\07(\07(9(\02( \009(\01(\1e(\n\00M(\1c(\07(\11(9( \00:(\01(\0e( \00\01(\0e( \00\19(\11(\01(\19( \00\01(\0e( \00\01( \00\19(\15(\15(\17($(\1d(\01(\n(\07(2(\n\00\n\00(\00T\00h\00e\00 \00f\00i\00r\00s\00t\00 \00c\00o\00u\00p\00l\00e\00 \00o\00f\00 \00p\00a\00r\00a\00g\00r\00a\00p\00h\00s\00 \00o\00f\00 \00\"\00A\00 \00C\00h\00r\00i\00s\00t\00m\00a\00s\00 \00C\00a\00r\00o\00l\00\"\00 \00b\00y\00 \00D\00i\00c\00k\00e\00n\00s\00)\00\n\00\n\00C\00o\00m\00p\00a\00c\00t\00 \00f\00o\00n\00t\00 \00s\00e\00l\00e\00c\00t\00i\00o\00n\00 \00e\00x\00a\00m\00p\00l\00e\00 \00t\00e\00x\00t\00:\00\n\00\n\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00 \00/\000\001\002\003\004\005\006\007\008\009\00\n\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00 \00\a3\00\a9\00\b5\00\c0\00\c6\00\d6\00\de\00\df\00\e9\00\f6\00\ff\00\n\00\13 \14 \18 \1c \1d \1e \" & 0 \"!S\01`\01x\01~\01\ac \00\91\03\92\03\93\03\94\03\a9\03\b1\03\b2\03\b3\03\b4\03\c9\03 \00\10\04\11\04\12\04\13\04\14\040\041\042\043\044\04\n\00\00\"\02\"\08\"\1d!\'\"*\"a\"\1e\" \00\91!\97!\a8!\bb!\e3! \00\10%<%T%X%\91%\ba%:&@& \00\01\fb\fd\ff@$\82 \1f\02\1e\e5\04\84\1eP\02\d0\02N#\d0\051\05\d0\10\n\00\n\00G\00r\00e\00e\00t\00i\00n\00g\00s\00 \00i\00n\00 \00v\00a\00r\00i\00o\00u\00s\00 \00l\00a\00n\00g\00u\00a\00g\00e\00s\00:\00\n\00\n\00H\00e\00l\00l\00o\00 \00w\00o\00r\00l\00d\00,\00 \00\9a\03\b1\03\bb\03\b7\03\bc\03s\1f\c1\03\b1\03 \00\ba\03y\1f\c3\03\bc\03\b5\03,\00 \00\b30\f30\cb0\c10\cf0\n\00\n\00B\00o\00x\00 \00d\00r\00a\00w\00i\00n\00g\00 \00a\00l\00i\00g\00n\00m\00e\00n\00t\00 \00t\00e\00s\00t\00s\00:\00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\88%\n\00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\89%\n\00T%P%P%f%P%P%W% \00 \00\0c%\00%\00%,%\00%\00%\10% \00 \00m%\00%\00%,%\00%\00%n% \00 \00m%\00%\00%,%\00%\00%n% \00 \00\0f%\01%\01%3%\01%\01%\13% \00 \00\0e%\12%\0f%\11% \00 \00 \00w% \00 \00{% \00\0f%/%\13% \00\0c%0%\10% \00 \00 \00 \00\8a% \00q%r%q%r%s%s%s%\n\00Q%\0c%\00%h%\00%\10%Q% \00 \00\02%T%P%g%P%W%\02% \00 \00\02%R%P%j%P%U%\02% \00 \00\02%S%\00%A%\00%V%\02% \00 \00\03%\0c%\00%B%\00%\10%\03% \00 \00\17%C%D%\19% \00 \00v%<%t%z%K%x% %<%(% \00\1d%K%%% \00 \00 \00 \00\8b% \00r%q%r%q%s%s%s%\n\00Q%\02%r% \00q%\02%Q% \00 \00\02%Q% \00 \00 \00Q%\02% \00 \00\02%\02% \00\02% \00\02%\02% \00 \00\02%Q% \00\03% \00Q%\02% \00 \00\03%\02% \00\7f% \00\02%\03% \00 \00\r%E%F%\13% \00 \00 \00u% \00 \00y% \00\17%7%\1b% \00\14%8%\18% \00 \00 \00 \00\8c% \00q%r%q%r%s%s%s%\n\00`%a% \00s% \00^%c% \00 \00\1c%b% \00 \00 \00_%$% \00 \00\1c%<%\00%<%\00%<%$% \00 \00\1c%k%\00%B%\00%k%$% \00 \00#%?%~%<%|%?%+% \00 \00\15%\1b%\16%\1a% \00 \00 \00 \00 \00\0c%\04%\04%\10% \00N% \00\0f%\05%\05%\13% \00\0b% \00\8d% \00r%q%r%q%s%s%s%\n\00Q%\02%q% \00r%\02%Q% \00 \00\02%Q% \00 \00 \00Q%\02% \00 \00\02%\02% \00\02% \00\02%\02% \00 \00\02%Q% \00\03% \00Q%\02% \00 \00\03%\02% \00}% \00\02%\03% \00 \00\91%\91%\92%\92%\93%\93%\88%\88% \00\n% \00 \00\06% \00N% \00O% \00 \00\07% \00\0b% \00\8e%\n\00Q%\14%\00%e%\00%\18%Q% \00 \00\02%Z%P%d%P%]%\02% \00 \00\02%X%P%j%P%[%\02% \00 \00\02%Y%\00%@%\00%\\%\02% \00 \00\03%\14%\00%B%\00%\18%\03% \00 \00\91%\91%\92%\92%\93%\93%\88%\88% \00\n% \00 \00\06% \00N% \00O% \00 \00\07% \00\0b% \00\8f%\n\00Z%P%P%i%P%P%]% \00 \00\14%\00%\00%4%\00%\00%\18% \00 \00p%\00%\00%4%\00%\00%o% \00 \00p%\00%\00%4%\00%\00%o% \00 \00\17%\01%\01%;%\01%\01%\1b% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\14%L%L%\18% \00N% \00\17%M%M%\1b% \00\0b% \00 \00\81%\82%\83%\84%\85%\86%\87%\88%\n") - (data (i32.const 15212) "\8c\1d") - (data (i32.const 15224) "\02\00\00\00p\1d\00\00S\00e\00n\00t\00e\00n\00c\00e\00s\00 \00t\00h\00a\00t\00 \00c\00o\00n\00t\00a\00i\00n\00 \00a\00l\00l\00 \00l\00e\00t\00t\00e\00r\00s\00 \00c\00o\00m\00m\00o\00n\00l\00y\00 \00u\00s\00e\00d\00 \00i\00n\00 \00a\00 \00l\00a\00n\00g\00u\00a\00g\00e\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00M\00a\00r\00k\00u\00s\00 \00K\00u\00h\00n\00 \00<\00h\00t\00t\00p\00:\00/\00/\00w\00w\00w\00.\00c\00l\00.\00c\00a\00m\00.\00a\00c\00.\00u\00k\00/\00~\00m\00g\00k\002\005\00/\00>\00 \00-\00-\00 \002\000\001\002\00-\000\004\00-\001\001\00\n\00\n\00T\00h\00i\00s\00 \00i\00s\00 \00a\00n\00 \00e\00x\00a\00m\00p\00l\00e\00 \00o\00f\00 \00a\00 \00p\00l\00a\00i\00n\00-\00t\00e\00x\00t\00 \00f\00i\00l\00e\00 \00e\00n\00c\00o\00d\00e\00d\00 \00i\00n\00 \00U\00T\00F\00-\008\00.\00\n\00\n\00\n\00D\00a\00n\00i\00s\00h\00 \00(\00d\00a\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00Q\00u\00i\00z\00d\00e\00l\00t\00a\00g\00e\00r\00n\00e\00 \00s\00p\00i\00s\00t\00e\00 \00j\00o\00r\00d\00b\00\e6\00r\00 \00m\00e\00d\00 \00f\00l\00\f8\00d\00e\00,\00 \00m\00e\00n\00s\00 \00c\00i\00r\00k\00u\00s\00k\00l\00o\00v\00n\00e\00n\00\n\00 \00 \00W\00o\00l\00t\00h\00e\00r\00 \00s\00p\00i\00l\00l\00e\00d\00e\00 \00p\00\e5\00 \00x\00y\00l\00o\00f\00o\00n\00.\00\n\00 \00 \00(\00=\00 \00Q\00u\00i\00z\00 \00c\00o\00n\00t\00e\00s\00t\00a\00n\00t\00s\00 \00w\00e\00r\00e\00 \00e\00a\00t\00i\00n\00g\00 \00s\00t\00r\00a\00w\00b\00e\00r\00y\00 \00w\00i\00t\00h\00 \00c\00r\00e\00a\00m\00 \00w\00h\00i\00l\00e\00 \00W\00o\00l\00t\00h\00e\00r\00\n\00 \00 \00t\00h\00e\00 \00c\00i\00r\00c\00u\00s\00 \00c\00l\00o\00w\00n\00 \00p\00l\00a\00y\00e\00d\00 \00o\00n\00 \00x\00y\00l\00o\00p\00h\00o\00n\00e\00.\00)\00\n\00\n\00G\00e\00r\00m\00a\00n\00 \00(\00d\00e\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00F\00a\00l\00s\00c\00h\00e\00s\00 \00\dc\00b\00e\00n\00 \00v\00o\00n\00 \00X\00y\00l\00o\00p\00h\00o\00n\00m\00u\00s\00i\00k\00 \00q\00u\00\e4\00l\00t\00 \00j\00e\00d\00e\00n\00 \00g\00r\00\f6\00\df\00e\00r\00e\00n\00 \00Z\00w\00e\00r\00g\00\n\00 \00 \00(\00=\00 \00W\00r\00o\00n\00g\00f\00u\00l\00 \00p\00r\00a\00c\00t\00i\00c\00i\00n\00g\00 \00o\00f\00 \00x\00y\00l\00o\00p\00h\00o\00n\00e\00 \00m\00u\00s\00i\00c\00 \00t\00o\00r\00t\00u\00r\00e\00s\00 \00e\00v\00e\00r\00y\00 \00l\00a\00r\00g\00e\00r\00 \00d\00w\00a\00r\00f\00)\00\n\00\n\00 \00 \00Z\00w\00\f6\00l\00f\00 \00B\00o\00x\00k\00\e4\00m\00p\00f\00e\00r\00 \00j\00a\00g\00t\00e\00n\00 \00E\00v\00a\00 \00q\00u\00e\00r\00 \00\fc\00b\00e\00r\00 \00d\00e\00n\00 \00S\00y\00l\00t\00e\00r\00 \00D\00e\00i\00c\00h\00\n\00 \00 \00(\00=\00 \00T\00w\00e\00l\00v\00e\00 \00b\00o\00x\00i\00n\00g\00 \00f\00i\00g\00h\00t\00e\00r\00s\00 \00h\00u\00n\00t\00e\00d\00 \00E\00v\00a\00 \00a\00c\00r\00o\00s\00s\00 \00t\00h\00e\00 \00d\00i\00k\00e\00 \00o\00f\00 \00S\00y\00l\00t\00)\00\n\00\n\00 \00 \00H\00e\00i\00z\00\f6\00l\00r\00\fc\00c\00k\00s\00t\00o\00\df\00a\00b\00d\00\e4\00m\00p\00f\00u\00n\00g\00\n\00 \00 \00(\00=\00 \00f\00u\00e\00l\00 \00o\00i\00l\00 \00r\00e\00c\00o\00i\00l\00 \00a\00b\00s\00o\00r\00b\00e\00r\00)\00\n\00 \00 \00(\00j\00q\00v\00w\00x\00y\00 \00m\00i\00s\00s\00i\00n\00g\00,\00 \00b\00u\00t\00 \00a\00l\00l\00 \00n\00o\00n\00-\00A\00S\00C\00I\00I\00 \00l\00e\00t\00t\00e\00r\00s\00 \00i\00n\00 \00o\00n\00e\00 \00w\00o\00r\00d\00)\00\n\00\n\00G\00r\00e\00e\00k\00 \00(\00e\00l\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00\93\03\b1\03\b6\03\ad\03\b5\03\c2\03 \00\ba\03\b1\03v\1f \00\bc\03\c5\03\c1\03\c4\03\b9\03r\1f\c2\03 \00\b4\03r\1f\bd\03 \00\b8\03p\1f \00\b2\03\c1\03\f6\1f \00\c0\03\b9\03p\1f \00\c3\03\c4\03x\1f \00\c7\03\c1\03\c5\03\c3\03\b1\03\c6\03v\1f \00\be\03\ad\03\c6\03\c9\03\c4\03\bf\03\n\00 \00 \00(\00=\00 \00N\00o\00 \00m\00o\00r\00e\00 \00s\00h\00a\00l\00l\00 \00I\00 \00s\00e\00e\00 \00a\00c\00a\00c\00i\00a\00s\00 \00o\00r\00 \00m\00y\00r\00t\00l\00e\00s\00 \00i\00n\00 \00t\00h\00e\00 \00g\00o\00l\00d\00e\00n\00 \00c\00l\00e\00a\00r\00i\00n\00g\00)\00\n\00\n\00 \00 \00\9e\03\b5\03\c3\03\ba\03\b5\03\c0\03\ac\03\b6\03\c9\03 \00\c4\03t\1f\bd\03 \00\c8\03\c5\03\c7\03\bf\03\c6\03\b8\03\cc\03\c1\03\b1\03 \00\b2\03\b4\03\b5\03\bb\03\c5\03\b3\03\bc\03\af\03\b1\03\n\00 \00 \00(\00=\00 \00I\00 \00u\00n\00c\00o\00v\00e\00r\00 \00t\00h\00e\00 \00s\00o\00u\00l\00-\00d\00e\00s\00t\00r\00o\00y\00i\00n\00g\00 \00a\00b\00h\00o\00r\00r\00e\00n\00c\00e\00)\00\n\00\n\00E\00n\00g\00l\00i\00s\00h\00 \00(\00e\00n\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00T\00h\00e\00 \00q\00u\00i\00c\00k\00 \00b\00r\00o\00w\00n\00 \00f\00o\00x\00 \00j\00u\00m\00p\00s\00 \00o\00v\00e\00r\00 \00t\00h\00e\00 \00l\00a\00z\00y\00 \00d\00o\00g\00\n\00\n\00S\00p\00a\00n\00i\00s\00h\00 \00(\00e\00s\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00E\00l\00 \00p\00i\00n\00g\00\fc\00i\00n\00o\00 \00W\00e\00n\00c\00e\00s\00l\00a\00o\00 \00h\00i\00z\00o\00 \00k\00i\00l\00\f3\00m\00e\00t\00r\00o\00s\00 \00b\00a\00j\00o\00 \00e\00x\00h\00a\00u\00s\00t\00i\00v\00a\00 \00l\00l\00u\00v\00i\00a\00 \00y\00\n\00 \00 \00f\00r\00\ed\00o\00,\00 \00a\00\f1\00o\00r\00a\00b\00a\00 \00a\00 \00s\00u\00 \00q\00u\00e\00r\00i\00d\00o\00 \00c\00a\00c\00h\00o\00r\00r\00o\00.\00\n\00 \00 \00(\00C\00o\00n\00t\00a\00i\00n\00s\00 \00e\00v\00e\00r\00y\00 \00l\00e\00t\00t\00e\00r\00 \00a\00n\00d\00 \00e\00v\00e\00r\00y\00 \00a\00c\00c\00e\00n\00t\00,\00 \00b\00u\00t\00 \00n\00o\00t\00 \00e\00v\00e\00r\00y\00 \00c\00o\00m\00b\00i\00n\00a\00t\00i\00o\00n\00\n\00 \00 \00o\00f\00 \00v\00o\00w\00e\00l\00 \00+\00 \00a\00c\00u\00t\00e\00.\00)\00\n\00\n\00F\00r\00e\00n\00c\00h\00 \00(\00f\00r\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00P\00o\00r\00t\00e\00z\00 \00c\00e\00 \00v\00i\00e\00u\00x\00 \00w\00h\00i\00s\00k\00y\00 \00a\00u\00 \00j\00u\00g\00e\00 \00b\00l\00o\00n\00d\00 \00q\00u\00i\00 \00f\00u\00m\00e\00 \00s\00u\00r\00 \00s\00o\00n\00 \00\ee\00l\00e\00 \00i\00n\00t\00\e9\00r\00i\00e\00u\00r\00e\00,\00 \00\e0\00\n\00 \00 \00c\00\f4\00t\00\e9\00 \00d\00e\00 \00l\00\'\00a\00l\00c\00\f4\00v\00e\00 \00o\00v\00o\00\ef\00d\00e\00,\00 \00o\00\f9\00 \00l\00e\00s\00 \00b\00\fb\00c\00h\00e\00s\00 \00s\00e\00 \00c\00o\00n\00s\00u\00m\00e\00n\00t\00 \00d\00a\00n\00s\00 \00l\00\'\00\e2\00t\00r\00e\00,\00 \00c\00e\00\n\00 \00 \00q\00u\00i\00 \00l\00u\00i\00 \00p\00e\00r\00m\00e\00t\00 \00d\00e\00 \00p\00e\00n\00s\00e\00r\00 \00\e0\00 \00l\00a\00 \00c\00\e6\00n\00o\00g\00e\00n\00\e8\00s\00e\00 \00d\00e\00 \00l\00\'\00\ea\00t\00r\00e\00 \00d\00o\00n\00t\00 \00i\00l\00 \00e\00s\00t\00 \00q\00u\00e\00s\00t\00i\00o\00n\00\n\00 \00 \00d\00a\00n\00s\00 \00l\00a\00 \00c\00a\00u\00s\00e\00 \00a\00m\00b\00i\00g\00u\00\eb\00 \00e\00n\00t\00e\00n\00d\00u\00e\00 \00\e0\00 \00M\00o\00\ff\00,\00 \00d\00a\00n\00s\00 \00u\00n\00 \00c\00a\00p\00h\00a\00r\00n\00a\00\fc\00m\00 \00q\00u\00i\00,\00\n\00 \00 \00p\00e\00n\00s\00e\00-\00t\00-\00i\00l\00,\00 \00d\00i\00m\00i\00n\00u\00e\00 \00\e7\00\e0\00 \00e\00t\00 \00l\00\e0\00 \00l\00a\00 \00q\00u\00a\00l\00i\00t\00\e9\00 \00d\00e\00 \00s\00o\00n\00 \00S\01u\00v\00r\00e\00.\00\n\00\n\00 \00 \00l\00\'\00\ee\00l\00e\00 \00e\00x\00i\00g\00u\00\eb\00\n\00 \00 \00O\00\f9\00 \00l\00\'\00o\00b\00\e8\00s\00e\00 \00j\00u\00r\00y\00 \00m\00\fb\00r\00\n\00 \00 \00F\00\ea\00t\00e\00 \00l\00\'\00h\00a\00\ef\00 \00v\00o\00l\00a\00p\00\fc\00k\00,\00\n\00 \00 \00\c2\00n\00e\00 \00e\00x\00 \00a\00\e9\00q\00u\00o\00 \00a\00u\00 \00w\00h\00i\00s\00t\00,\00\n\00 \00 \00\d4\00t\00e\00z\00 \00c\00e\00 \00v\00S\01u\00 \00d\00\e9\00\e7\00u\00.\00\n\00\n\00 \00 \00L\00e\00 \00c\00S\01u\00r\00 \00d\00\e9\00\e7\00u\00 \00m\00a\00i\00s\00 \00l\00\'\00\e2\00m\00e\00 \00p\00l\00u\00t\00\f4\00t\00 \00n\00a\00\ef\00v\00e\00,\00 \00L\00o\00u\00\ff\00s\00 \00r\00\ea\00v\00a\00 \00d\00e\00 \00c\00r\00a\00p\00a\00\fc\00t\00e\00r\00 \00e\00n\00\n\00 \00 \00c\00a\00n\00o\00\eb\00 \00a\00u\00 \00d\00e\00l\00\e0\00 \00d\00e\00s\00 \00\ee\00l\00e\00s\00,\00 \00p\00r\00\e8\00s\00 \00d\00u\00 \00m\00\e4\00l\00s\00t\00r\00\f6\00m\00 \00o\00\f9\00 \00b\00r\00\fb\00l\00e\00n\00t\00 \00l\00e\00s\00 \00n\00o\00v\00\e6\00.\00\n\00\n\00I\00r\00i\00s\00h\00 \00G\00a\00e\00l\00i\00c\00 \00(\00g\00a\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00D\00\'\00f\00h\00u\00a\00s\00c\00a\00i\00l\00 \00\cd\00o\00s\00a\00,\00 \00\da\00r\00m\00h\00a\00c\00 \00n\00a\00 \00h\00\d3\00i\00g\00h\00e\00 \00B\00e\00a\00n\00n\00a\00i\00t\00h\00e\00,\00 \00p\00\f3\00r\00 \00\c9\00a\00v\00a\00 \00a\00g\00u\00s\00 \00\c1\00d\00h\00a\00i\00m\00h\00\n\00\n\00H\00u\00n\00g\00a\00r\00i\00a\00n\00 \00(\00h\00u\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00\c1\00r\00v\00\ed\00z\00t\00q\01r\00Q\01 \00t\00\fc\00k\00\f6\00r\00f\00\fa\00r\00\f3\00g\00\e9\00p\00\n\00 \00 \00(\00=\00 \00f\00l\00o\00o\00d\00-\00p\00r\00o\00o\00f\00 \00m\00i\00r\00r\00o\00r\00-\00d\00r\00i\00l\00l\00i\00n\00g\00 \00m\00a\00c\00h\00i\00n\00e\00,\00 \00o\00n\00l\00y\00 \00a\00l\00l\00 \00n\00o\00n\00-\00A\00S\00C\00I\00I\00 \00l\00e\00t\00t\00e\00r\00s\00)\00\n\00\n\00I\00c\00e\00l\00a\00n\00d\00i\00c\00 \00(\00i\00s\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00K\00\e6\00m\00i\00 \00n\00\fd\00 \00\f6\00x\00i\00 \00h\00\e9\00r\00 \00y\00k\00i\00s\00t\00 \00\fe\00j\00\f3\00f\00u\00m\00 \00n\00\fa\00 \00b\00\e6\00\f0\00i\00 \00v\00\ed\00l\00 \00o\00g\00 \00\e1\00d\00r\00e\00p\00a\00\n\00\n\00 \00 \00S\00\e6\00v\00\f6\00r\00 \00g\00r\00\e9\00t\00 \00\e1\00\f0\00a\00n\00 \00\fe\00v\00\ed\00 \00\fa\00l\00p\00a\00n\00 \00v\00a\00r\00 \00\f3\00n\00\fd\00t\00\n\00 \00 \00(\00s\00o\00m\00e\00 \00A\00S\00C\00I\00I\00 \00l\00e\00t\00t\00e\00r\00s\00 \00m\00i\00s\00s\00i\00n\00g\00)\00\n\00\n\00J\00a\00p\00a\00n\00e\00s\00e\00 \00(\00j\00p\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00H\00i\00r\00a\00g\00a\00n\00a\00:\00 \00(\00I\00r\00o\00h\00a\00)\00\n\00\n\00 \00 \00D0\8d0o0k0{0x0h0a0\8a0l0\8b0\920\n\00 \00 \00\8f0K0\880_0\8c0]0d0m0j0\890\800\n\00 \00 \00F0\900n0J0O0\840~0Q0u0S0H0f0\n\00 \00 \00B0U0M0\860\810\7f0W0\910r0\820[0Y0\n\00\n\00 \00 \00K\00a\00t\00a\00k\00a\00n\00a\00:\00\n\00\n\00 \00 \00\a40\ed0\cf0\cb0\db0\d80\c80 \00\c10\ea0\cc0\eb0\f20 \00\ef0\ab0\e80\bf0\ec0\bd0 \00\c40\cd0\ca0\e90\e00\n\00 \00 \00\a60\f00\ce0\aa0\af0\e40\de0 \00\b10\d50\b30\a80\c60 \00\a20\b50\ad0\e60\e10\df0\b70 \00\f10\d20\e20\bb0\b90\f30\n\00\n\00H\00e\00b\00r\00e\00w\00 \00(\00i\00w\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00?\00 \00\d3\05\d2\05 \00\e1\05\e7\05\e8\05\df\05 \00\e9\05\d8\05 \00\d1\05\d9\05\dd\05 \00\de\05\d0\05\d5\05\db\05\d6\05\d1\05 \00\d5\05\dc\05\e4\05\ea\05\e2\05 \00\de\05\e6\05\d0\05 \00\dc\05\d5\05 \00\d7\05\d1\05\e8\05\d4\05 \00\d0\05\d9\05\da\05 \00\d4\05\e7\05\dc\05\d9\05\d8\05\d4\05\n\00\n\00P\00o\00l\00i\00s\00h\00 \00(\00p\00l\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00P\00c\00h\00n\00\05\01\07\01 \00w\00 \00t\00\19\01 \00B\01\f3\00d\00z\01 \00j\00e\00|\01a\00 \00l\00u\00b\00 \00o\00[\01m\00 \00s\00k\00r\00z\00y\00D\01 \00f\00i\00g\00\n\00 \00 \00(\00=\00 \00T\00o\00 \00p\00u\00s\00h\00 \00a\00 \00h\00e\00d\00g\00e\00h\00o\00g\00 \00o\00r\00 \00e\00i\00g\00h\00t\00 \00b\00i\00n\00s\00 \00o\00f\00 \00f\00i\00g\00s\00 \00i\00n\00 \00t\00h\00i\00s\00 \00b\00o\00a\00t\00)\00\n\00\n\00R\00u\00s\00s\00i\00a\00n\00 \00(\00r\00u\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00\12\04 \00G\040\04I\040\04E\04 \00N\043\040\04 \006\048\04;\04 \001\04K\04 \00F\048\04B\04@\04C\04A\04?\00 \00\14\040\04,\00 \00=\04>\04 \00D\040\04;\04L\04H\048\042\04K\049\04 \00M\04:\047\045\04<\04?\04;\04O\04@\04!\00\n\00 \00 \00(\00=\00 \00W\00o\00u\00l\00d\00 \00a\00 \00c\00i\00t\00r\00u\00s\00 \00l\00i\00v\00e\00 \00i\00n\00 \00t\00h\00e\00 \00b\00u\00s\00h\00e\00s\00 \00o\00f\00 \00s\00o\00u\00t\00h\00?\00 \00Y\00e\00s\00,\00 \00b\00u\00t\00 \00o\00n\00l\00y\00 \00a\00 \00f\00a\00k\00e\00 \00o\00n\00e\00!\00)\00\n\00\n\00 \00 \00!\04J\045\04H\04L\04 \006\045\04 \005\04I\04Q\04 \00M\04B\048\04E\04 \00<\04O\043\04:\048\04E\04 \00D\04@\040\04=\04F\04C\047\04A\04:\048\04E\04 \001\04C\04;\04>\04:\04 \004\040\04 \002\04K\04?\045\049\04 \00G\040\04N\04\n\00 \00 \00(\00=\00 \00E\00a\00t\00 \00s\00o\00m\00e\00 \00m\00o\00r\00e\00 \00o\00f\00 \00t\00h\00e\00s\00e\00 \00f\00r\00e\00s\00h\00 \00F\00r\00e\00n\00c\00h\00 \00l\00o\00a\00f\00s\00 \00a\00n\00d\00 \00h\00a\00v\00e\00 \00s\00o\00m\00e\00 \00t\00e\00a\00)\00\n\00\n\00T\00h\00a\00i\00 \00(\00t\00h\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00[\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00|\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00]\00\n\00 \00 \00O\0e \00@\0e\1b\0eG\0e\19\0e!\0e\19\0e8\0e)\0e\"\0eL\0e*\0e8\0e\14\0e\1b\0e#\0e0\0e@\0e*\0e#\0e4\0e\10\0e@\0e%\0e4\0e(\0e\04\0e8\0e\13\0e\04\0eH\0e2\0e \00 \00\01\0e\'\0eH\0e2\0e\1a\0e#\0e#\0e\14\0e2\0e\1d\0e9\0e\07\0e*\0e1\0e\15\0e\'\0eL\0e@\0e\14\0e#\0e1\0e\08\0e\t\0e2\0e\19\0e\n\00 \00 \00\08\0e\07\0e\1d\0eH\0e2\0e\1f\0e1\0e\19\0e\1e\0e1\0e\12\0e\19\0e2\0e\'\0e4\0e\n\0e2\0e\01\0e2\0e#\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00-\0e\"\0eH\0e2\0e%\0eI\0e2\0e\07\0e\1c\0e%\0e2\0e\r\0e$\0eE\0e@\0e\02\0eH\0e\19\0e\06\0eH\0e2\0e\1a\0e5\0e\11\0e2\0eC\0e\04\0e#\0e\n\00 \00 \00D\0e!\0eH\0e\16\0e7\0e-\0eB\0e\17\0e)\0eB\0e\01\0e#\0e\18\0eA\0e\n\0eH\0e\07\0e\0b\0e1\0e\14\0e.\0e6\0e\14\0e.\0e1\0e\14\0e\14\0eH\0e2\0e \00 \00 \00 \00 \00+\0e1\0e\14\0e-\0e \0e1\0e\"\0e@\0e+\0e!\0e7\0e-\0e\19\0e\01\0e5\0e,\0e2\0e-\0e1\0e\n\0e\0c\0e2\0e*\0e1\0e\"\0e\n\00 \00 \00\1b\0e\0f\0e4\0e\1a\0e1\0e\15\0e4\0e\1b\0e#\0e0\0e\1e\0e$\0e\15\0e4\0e\01\0e\0e\0e\01\0e3\0e+\0e\19\0e\14\0eC\0e\08\0e \00 \00 \00 \00 \00 \00 \00 \00\1e\0e9\0e\14\0e\08\0e2\0eC\0e+\0eI\0e\08\0eJ\0e0\0eF\0e \00\08\0eK\0e2\0eF\0e \00\19\0eH\0e2\0e\1f\0e1\0e\07\0e@\0e-\0e\"\0e \00/\0e\n\00\n\00 \00 \00[\00T\00h\00e\00 \00c\00o\00p\00y\00r\00i\00g\00h\00t\00 \00f\00o\00r\00 \00t\00h\00e\00 \00T\00h\00a\00i\00 \00e\00x\00a\00m\00p\00l\00e\00 \00i\00s\00 \00o\00w\00n\00e\00d\00 \00b\00y\00 \00T\00h\00e\00 \00C\00o\00m\00p\00u\00t\00e\00r\00\n\00 \00 \00A\00s\00s\00o\00c\00i\00a\00t\00i\00o\00n\00 \00o\00f\00 \00T\00h\00a\00i\00l\00a\00n\00d\00 \00u\00n\00d\00e\00r\00 \00t\00h\00e\00 \00R\00o\00y\00a\00l\00 \00P\00a\00t\00r\00o\00n\00a\00g\00e\00 \00o\00f\00 \00H\00i\00s\00 \00M\00a\00j\00e\00s\00t\00y\00 \00t\00h\00e\00\n\00 \00 \00K\00i\00n\00g\00.\00]\00\n\00\n\00T\00u\00r\00k\00i\00s\00h\00 \00(\00t\00r\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00P\00i\00j\00a\00m\00a\00l\001\01 \00h\00a\00s\00t\00a\00,\00 \00y\00a\00\1f\011\01z\00 \00_\01o\00f\00\f6\00r\00e\00 \00\e7\00a\00b\00u\00c\00a\00k\00 \00g\00\fc\00v\00e\00n\00d\00i\00.\00\n\00 \00 \00(\00=\00P\00a\00t\00i\00e\00n\00t\00 \00w\00i\00t\00h\00 \00p\00a\00j\00a\00m\00a\00s\00,\00 \00t\00r\00u\00s\00t\00e\00d\00 \00s\00w\00a\00r\00t\00h\00y\00 \00d\00r\00i\00v\00e\00r\00 \00q\00u\00i\00c\00k\00l\00y\00)\00\n\00\n\00O\00t\00h\00e\00r\00\n\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00\c0\00\c8\00 \00/\00 \00c\003\00_\008\000\00 \00c\003\00_\008\008\00\n\00 \00 \00\d8S\cf\91 \00/\00 \00e\005\00_\008\00f\00_\009\008\00 \00e\009\00_\008\007\00_\008\00f\00\n\00 \00 \00A\d8\0e\dfA\d81\df \00/\00 \00f\000\00_\00a\000\00_\009\00c\00_\008\00e\00 \00f\000\00_\00a\000\00_\009\00c\00_\00b\001\00\n") - (data (i32.const 22784) "\04\00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02\00\00\00\0c\00\00\00\01\d87\dch\00i\00R\d8b\df") + (data $1 (i32.const 1068) "<") + (data $1.1 (i32.const 1080) "\02\00\00\00,\00\00\00s\00t\00d\00/\00s\00t\00r\00i\00n\00g\00-\00e\00n\00c\00o\00d\00i\00n\00g\00.\00t\00s") + (data $2 (i32.const 1132) "<") + (data $2.1 (i32.const 1144) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $3 (i32.const 1196) "<") + (data $3.1 (i32.const 1208) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $6 (i32.const 1324) "<") + (data $6.1 (i32.const 1336) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $7 (i32.const 1388) ",") + (data $7.1 (i32.const 1400) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $9 (i32.const 1468) "<") + (data $9.1 (i32.const 1480) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $10 (i32.const 1532) "\1c") + (data $10.1 (i32.const 1544) "\02") + (data $11 (i32.const 1564) "\1c") + (data $11.1 (i32.const 1576) "\02\00\00\00\04\00\00\00\01\d87\dc") + (data $12 (i32.const 1596) "\1c") + (data $12.1 (i32.const 1608) "\02\00\00\00\02\00\00\00h") + (data $13 (i32.const 1628) "\1c") + (data $13.1 (i32.const 1640) "\02\00\00\00\04\00\00\00h\00i") + (data $14 (i32.const 1660) "\1c") + (data $14.1 (i32.const 1672) "\02\00\00\00\04\00\00\00R\d8b\df") + (data $15 (i32.const 1692) "<") + (data $15.1 (i32.const 1704) "\02\00\00\00$\00\00\00U\00n\00p\00a\00i\00r\00e\00d\00 \00s\00u\00r\00r\00o\00g\00a\00t\00e") + (data $16 (i32.const 1756) ",") + (data $16.1 (i32.const 1768) "\02\00\00\00\1c\00\00\00~\00l\00i\00b\00/\00s\00t\00r\00i\00n\00g\00.\00t\00s") + (data $17 (i32.const 1804) "L") + (data $17.1 (i32.const 1816) "\02\00\00\008\00\00\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a\00a") + (data $18 (i32.const 1884) "\1c") + (data $18.1 (i32.const 1896) "\02\00\00\00\02\00\00\004\d8") + (data $19 (i32.const 1916) "\1c") + (data $19.1 (i32.const 1928) "\02\00\00\00\02\00\00\00\fd\ff") + (data $20 (i32.const 1948) "\1c") + (data $20.1 (i32.const 1960) "\02\00\00\00\02\00\00\00\1e\dd") + (data $21 (i32.const 1980) ",") + (data $21.1 (i32.const 1992) "\02\00\00\00\0e\00\00\001\002\003\00\00\004\005\006") + (data $22 (i32.const 2028) "\1c") + (data $22.1 (i32.const 2040) "\02\00\00\00\06\00\00\001\002\003") + (data $23 (i32.const 2060) "\1c") + (data $23.1 (i32.const 2072) "\02\00\00\00\08\00\00\00h\00i\00R\d8b\df") + (data $24 (i32.const 2092) "<3") + (data $24.1 (i32.const 2104) "\02\00\00\00*3\00\00M\00a\00t\00h\00e\00m\00a\00t\00i\00c\00s\00 \00a\00n\00d\00 \00S\00c\00i\00e\00n\00c\00e\00s\00:\00\n\00\n\00.\" \00E\00\c5\"d\00a\00 \00=\00 \00Q\00,\00 \00 \00n\00 \00\92! \00\1e\",\00 \00\11\" \00f\00(\00i\00)\00 \00=\00 \00\0f\" \00g\00(\00i\00)\00,\00 \00\00\"x\00\08\"\1d!:\00 \00\08#x\00\t# \00=\00 \00\12\"\n#\12\"x\00\0b#,\00 \00\b1\03 \00\'\" \00\ac\00\b2\03 \00=\00 \00\ac\00(\00\ac\00\b1\03 \00(\" \00\b2\03)\00,\00\n\00\n\00\15! \00\86\" \00\15!\80 \00\82\" \00$! \00\82\" \00\1a! \00\82\" \00\1d! \00\82\" \00\02!,\00 \00\a5\" \00<\00 \00a\00 \00`\" \00b\00 \00a\" \00c\00 \00d\" \00d\00 \00j\" \00\a4\" \00\d2! \00(\00A\00 \00\d4! \00B\00)\00,\00\n\00\n\002\00H\00\82 \00+\00 \00O\00\82 \00\cc! \002\00H\00\82 O\00,\00 \00R\00 \00=\00 \004\00.\007\00 \00k\00\a9\03,\00 \00\00# \002\000\000\00 \00m\00m\00\n\00\n\00L\00i\00n\00g\00u\00i\00s\00t\00i\00c\00s\00 \00a\00n\00d\00 \00d\00i\00c\00t\00i\00o\00n\00a\00r\00i\00e\00s\00:\00\n\00\n\00\f0\00i\00 \001\01n\00t\00Y\02\c8\02n\00\e6\00\83\02Y\02n\00Y\02l\00 \00f\00Y\02\c8\02n\00[\02t\001\01k\00 \00Y\02s\00o\00\8a\02s\00i\00\c8\02e\001\01\83\02n\00\n\00Y\00 \00[\00\c8\02\8f\02p\00s\00i\00l\00T\02n\00]\00,\00 \00Y\00e\00n\00 \00[\00j\00[\02n\00]\00,\00 \00Y\00o\00g\00a\00 \00[\00\c8\02j\00o\00\d0\02g\00Q\02]\00\n\00\n\00A\00P\00L\00:\00\n\00\n\00(\00(\00V\00s#V\00)\00=\00s#t#V\00)\00/\00V\00\90!,\00V\00 \00 \00 \00 \007#\90!s#\92!t#\06\"\07\"\83\"> N#U#\08#\n\00\n\00N\00i\00c\00e\00r\00 \00t\00y\00p\00o\00g\00r\00a\00p\00h\00y\00 \00i\00n\00 \00p\00l\00a\00i\00n\00 \00t\00e\00x\00t\00 \00f\00i\00l\00e\00s\00:\00\n\00\n\00T%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%W%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00\18 s\00i\00n\00g\00l\00e\00\19 \00a\00n\00d\00 \00\1c d\00o\00u\00b\00l\00e\00\1d \00q\00u\00o\00t\00e\00s\00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00C\00u\00r\00l\00y\00 \00a\00p\00o\00s\00t\00r\00o\00p\00h\00e\00s\00:\00 \00\1c W\00e\00\19 v\00e\00 \00b\00e\00e\00n\00 \00h\00e\00r\00e\00\1d \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00L\00a\00t\00i\00n\00-\001\00 \00a\00p\00o\00s\00t\00r\00o\00p\00h\00e\00 \00a\00n\00d\00 \00a\00c\00c\00e\00n\00t\00s\00:\00 \00\'\00\b4\00`\00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00\1a d\00e\00u\00t\00s\00c\00h\00e\00\18 \00\1e A\00n\00f\00\fc\00h\00r\00u\00n\00g\00s\00z\00e\00i\00c\00h\00e\00n\00\1c \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00 ,\00 \00! ,\00 \000 ,\00 \00\" ,\00 \003\00\13 4\00,\00 \00\14 ,\00 \00\12\"5\00/\00+\005\00,\00 \00\"!,\00 \00& \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00A\00S\00C\00I\00I\00 \00s\00a\00f\00e\00t\00y\00 \00t\00e\00s\00t\00:\00 \001\00l\00I\00|\00,\00 \000\00O\00D\00,\00 \008\00B\00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00m%\00%\00%\00%\00%\00%\00%\00%\00%\00%n% \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00\" \00t\00h\00e\00 \00e\00u\00r\00o\00 \00s\00y\00m\00b\00o\00l\00:\00 \00\02% \001\004\00.\009\005\00 \00\ac \00\02% \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Q% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00p%\00%\00%\00%\00%\00%\00%\00%\00%\00%o% \00 \00 \00 \00 \00 \00 \00 \00 \00Q%\n\00Z%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%P%]%\n\00\n\00G\00r\00e\00e\00k\00 \00(\00i\00n\00 \00P\00o\00l\00y\00t\00o\00n\00i\00c\00)\00:\00\n\00\n\00T\00h\00e\00 \00G\00r\00e\00e\00k\00 \00a\00n\00t\00h\00e\00m\00:\00\n\00\n\00\a3\03r\1f \00\b3\03\bd\03\c9\03\c1\03w\1f\b6\03\c9\03 \00\00\1f\c0\03x\1f \00\c4\03t\1f\bd\03 \00\ba\03y\1f\c8\03\b7\03\n\00\c4\03\bf\03\e6\1f \00\c3\03\c0\03\b1\03\b8\03\b9\03\bf\03\e6\1f \00\c4\03t\1f\bd\03 \00\c4\03\c1\03\bf\03\bc\03\b5\03\c1\03u\1f,\00\n\00\c3\03r\1f \00\b3\03\bd\03\c9\03\c1\03w\1f\b6\03\c9\03 \00\00\1f\c0\03x\1f \00\c4\03t\1f\bd\03 \00D\1f\c8\03\b7\03\n\00\c0\03\bf\03z\1f \00\bc\03r\1f \00\b2\03w\1f\b1\03 \00\bc\03\b5\03\c4\03\c1\03q\1f\b5\03\b9\03 \00\c4\03t\1f \00\b3\03\c6\1f.\00\n\00\n\00\bf\1f\91\03\c0\03\bf\1f \00\c4\03p\1f \00\ba\03y\1f\ba\03\ba\03\b1\03\bb\03\b1\03 \00\b2\03\b3\03\b1\03\bb\03\bc\03s\1f\bd\03\b7\03\n\00\c4\03\f6\1f\bd\03 \00\fe\1f\95\03\bb\03\bb\03u\1f\bd\03\c9\03\bd\03 \00\c4\03p\1f \001\1f\b5\03\c1\03q\1f\n\00\ba\03\b1\03v\1f \00\c3\03p\1f\bd\03 \00\c0\03\c1\03\f6\1f\c4\03\b1\03 \00\00\1f\bd\03\b4\03\c1\03\b5\03\b9\03\c9\03\bc\03s\1f\bd\03\b7\03\n\00\c7\03\b1\03\d6\1f\c1\03\b5\03,\00 \00f\1f \00\c7\03\b1\03\d6\1f\c1\03\b5\03,\00 \00\bf\1f\95\03\bb\03\b5\03\c5\03\b8\03\b5\03\c1\03\b9\03q\1f!\00\n\00\n\00F\00r\00o\00m\00 \00a\00 \00s\00p\00e\00e\00c\00h\00 \00o\00f\00 \00D\00e\00m\00o\00s\00t\00h\00e\00n\00e\00s\00 \00i\00n\00 \00t\00h\00e\00 \004\00t\00h\00 \00c\00e\00n\00t\00u\00r\00y\00 \00B\00C\00:\00\n\00\n\00\9f\03P\1f\c7\03v\1f \00\c4\03\b1\03P\1f\c4\03p\1f \00\c0\03\b1\03\c1\03w\1f\c3\03\c4\03\b1\03\c4\03\b1\03w\1f \00\bc\03\bf\03\b9\03 \00\b3\03\b9\03\b3\03\bd\03}\1f\c3\03\ba\03\b5\03\b9\03\bd\03,\00 \00f\1f \00\04\1f\bd\03\b4\03\c1\03\b5\03\c2\03 \00\bf\1f\91\03\b8\03\b7\03\bd\03\b1\03\d6\1f\bf\03\b9\03,\00\n\00E\1f\c4\03\b1\03\bd\03 \00\c4\03\bf\1f \00\b5\030\1f\c2\03 \00\c4\03p\1f \00\c0\03\c1\03q\1f\b3\03\bc\03\b1\03\c4\03\b1\03 \00\00\1f\c0\03\bf\03\b2\03\bb\03s\1f\c8\03\c9\03 \00\ba\03\b1\03v\1f \00E\1f\c4\03\b1\03\bd\03 \00\c0\03\c1\03x\1f\c2\03 \00\c4\03\bf\03z\1f\c2\03\n\00\bb\03y\1f\b3\03\bf\03\c5\03\c2\03 \00\bf\03S\1f\c2\03 \00\00\1f\ba\03\bf\03{\1f\c9\03\87\03 \00\c4\03\bf\03z\1f\c2\03 \00\bc\03r\1f\bd\03 \00\b3\03p\1f\c1\03 \00\bb\03y\1f\b3\03\bf\03\c5\03\c2\03 \00\c0\03\b5\03\c1\03v\1f \00\c4\03\bf\03\e6\1f\n\00\c4\03\b9\03\bc\03\c9\03\c1\03u\1f\c3\03\b1\03\c3\03\b8\03\b1\03\b9\03 \00\a6\03w\1f\bb\03\b9\03\c0\03\c0\03\bf\03\bd\03 \00A\1f\c1\03\f6\1f \00\b3\03\b9\03\b3\03\bd\03\bf\03\bc\03s\1f\bd\03\bf\03\c5\03\c2\03,\00 \00\c4\03p\1f \00\b4\03r\1f \00\c0\03\c1\03q\1f\b3\03\bc\03\b1\03\c4\03\bf\1f\n\00\b5\030\1f\c2\03 \00\c4\03\bf\03\e6\1f\c4\03\bf\03 \00\c0\03\c1\03\bf\03u\1f\ba\03\bf\03\bd\03\c4\03\b1\03,\00 \00 \00e\1f\c3\03\b8\03\bf\1f \00E\1f\c0\03\c9\03\c2\03 \00\bc\03t\1f \00\c0\03\b5\03\b9\03\c3\03y\1f\bc\03\b5\03\b8\03\bf\1f \00\b1\03P\1f\c4\03\bf\03v\1f\n\00\c0\03\c1\03y\1f\c4\03\b5\03\c1\03\bf\03\bd\03 \00\ba\03\b1\03\ba\03\f6\1f\c2\03 \00\c3\03\ba\03s\1f\c8\03\b1\03\c3\03\b8\03\b1\03\b9\03 \00\b4\03s\1f\bf\03\bd\03.\00 \00\bf\03P\1f\b4\03s\1f\bd\03 \00\bf\03V\1f\bd\03 \00\04\1f\bb\03\bb\03\bf\03 \00\bc\03\bf\03\b9\03 \00\b4\03\bf\03\ba\03\bf\03\e6\1f\c3\03\b9\03\bd\03\n\00\bf\031\1f \00\c4\03p\1f \00\c4\03\bf\03\b9\03\b1\03\e6\1f\c4\03\b1\03 \00\bb\03s\1f\b3\03\bf\03\bd\03\c4\03\b5\03\c2\03 \00\"\1f \00\c4\03t\1f\bd\03 \00Q\1f\c0\03y\1f\b8\03\b5\03\c3\03\b9\03\bd\03,\00 \00\c0\03\b5\03\c1\03v\1f \00\'\1f\c2\03 \00\b2\03\bf\03\c5\03\bb\03\b5\03{\1f\b5\03\c3\03\b8\03\b1\03\b9\03,\00\n\00\bf\03P\1f\c7\03v\1f \00\c4\03t\1f\bd\03 \00\bf\03V\1f\c3\03\b1\03\bd\03 \00\c0\03\b1\03\c1\03\b9\03\c3\03\c4\03q\1f\bd\03\c4\03\b5\03\c2\03 \00Q\1f\bc\03\d6\1f\bd\03 \00\01\1f\bc\03\b1\03\c1\03\c4\03q\1f\bd\03\b5\03\b9\03\bd\03.\00 \00\10\1f\b3\03|\1f \00\b4\03s\1f,\00 \00E\1f\c4\03\b9\03 \00\bc\03s\1f\bd\03\n\00\c0\03\bf\03\c4\03\bf\1f \00\10\1f\be\03\c6\1f\bd\03 \00\c4\03\c7\1f \00\c0\03y\1f\bb\03\b5\03\b9\03 \00\ba\03\b1\03v\1f \00\c4\03p\1f \00\b1\03Q\1f\c4\03\c6\1f\c2\03 \00\14\1f\c7\03\b5\03\b9\03\bd\03 \00\00\1f\c3\03\c6\03\b1\03\bb\03\f6\1f\c2\03 \00\ba\03\b1\03v\1f \00\a6\03w\1f\bb\03\b9\03\c0\03\c0\03\bf\03\bd\03\n\00\c4\03\b9\03\bc\03\c9\03\c1\03u\1f\c3\03\b1\03\c3\03\b8\03\b1\03\b9\03,\00 \00\ba\03\b1\03v\1f \00\bc\03q\1f\bb\03\bf\1f \00\00\1f\ba\03\c1\03\b9\03\b2\03\f6\1f\c2\03 \00\bf\036\1f\b4\03\b1\03\87\03 \00\10\1f\c0\03\bf\1f \00\10\1f\bc\03\bf\03\e6\1f \00\b3\03q\1f\c1\03,\00 \00\bf\03P\1f \00\c0\03q\1f\bb\03\b1\03\b9\03\n\00\b3\03s\1f\b3\03\bf\03\bd\03\b5\03\bd\03 \00\c4\03\b1\03\e6\1f\c4\03\bf\1f \00\00\1f\bc\03\c6\03y\1f\c4\03\b5\03\c1\03\b1\03\87\03 \00\bd\03\e6\1f\bd\03 \00\bc\03s\1f\bd\03\c4\03\bf\03\b9\03 \00\c0\03s\1f\c0\03\b5\03\b9\03\c3\03\bc\03\b1\03\b9\03 \00\c4\03\bf\03\e6\1f\b8\03\bf\1f \001\1f\ba\03\b1\03\bd\03x\1f\bd\03\n\00\c0\03\c1\03\bf\03\bb\03\b1\03\b2\03\b5\03\d6\1f\bd\03 \00!\1f\bc\03\d6\1f\bd\03 \00\b5\036\1f\bd\03\b1\03\b9\03 \00\c4\03t\1f\bd\03 \00\c0\03\c1\03}\1f\c4\03\b7\03\bd\03,\00 \00E\1f\c0\03\c9\03\c2\03 \00\c4\03\bf\03z\1f\c2\03 \00\c3\03\c5\03\bc\03\bc\03q\1f\c7\03\bf\03\c5\03\c2\03\n\00\c3\03}\1f\c3\03\bf\03\bc\03\b5\03\bd\03.\00 \00\10\1fp\1f\bd\03 \00\b3\03p\1f\c1\03 \00\c4\03\bf\03\e6\1f\c4\03\bf\03 \00\b2\03\b5\03\b2\03\b1\03w\1f\c9\03\c2\03 \00Q\1f\c0\03q\1f\c1\03\be\03\c3\1f,\00 \00\c4\03y\1f\c4\03\b5\03 \00\ba\03\b1\03v\1f \00\c0\03\b5\03\c1\03v\1f \00\c4\03\bf\03\e6\1f\n\00\c4\03w\1f\bd\03\b1\03 \00\c4\03\b9\03\bc\03\c9\03\c1\03u\1f\c3\03\b5\03\c4\03\b1\03w\1f \00\c4\03\b9\03\c2\03 \00\ba\03\b1\03v\1f \00C\1f\bd\03 \00\c4\03\c1\03y\1f\c0\03\bf\03\bd\03 \00\10\1f\be\03s\1f\c3\03\c4\03\b1\03\b9\03 \00\c3\03\ba\03\bf\03\c0\03\b5\03\d6\1f\bd\03\87\03 \00\c0\03\c1\03v\1f\bd\03 \00\b4\03r\1f\n\00\c4\03t\1f\bd\03 \00\00\1f\c1\03\c7\03t\1f\bd\03 \00@\1f\c1\03\b8\03\f6\1f\c2\03 \00Q\1f\c0\03\bf\03\b8\03s\1f\c3\03\b8\03\b1\03\b9\03,\00 \00\bc\03q\1f\c4\03\b1\03\b9\03\bf\03\bd\03 \00!\1f\b3\03\bf\03\e6\1f\bc\03\b1\03\b9\03 \00\c0\03\b5\03\c1\03v\1f \00\c4\03\c6\1f\c2\03\n\00\c4\03\b5\03\bb\03\b5\03\c5\03\c4\03\c6\1f\c2\03 \00A\1f\bd\03\c4\03\b9\03\bd\03\bf\03\e6\1f\bd\03 \00\c0\03\bf\03\b9\03\b5\03\d6\1f\c3\03\b8\03\b1\03\b9\03 \00\bb\03y\1f\b3\03\bf\03\bd\03.\00\n\00\n\00\94\03\b7\03\bc\03\bf\03\c3\03\b8\03s\1f\bd\03\bf\03\c5\03\c2\03,\00 \00\93\03\fd\1f \00\bf\1f\9f\03\bb\03\c5\03\bd\03\b8\03\b9\03\b1\03\ba\03x\1f\c2\03\n\00\n\00G\00e\00o\00r\00g\00i\00a\00n\00:\00\n\00\n\00F\00r\00o\00m\00 \00a\00 \00U\00n\00i\00c\00o\00d\00e\00 \00c\00o\00n\00f\00e\00r\00e\00n\00c\00e\00 \00i\00n\00v\00i\00t\00a\00t\00i\00o\00n\00:\00\n\00\n\00\d2\10\d7\10\ee\10\dd\10\d5\10\d7\10 \00\d0\10\ee\10\da\10\d0\10\d5\10\d4\10 \00\d2\10\d0\10\d8\10\d0\10\e0\10\dd\10\d7\10 \00\e0\10\d4\10\d2\10\d8\10\e1\10\e2\10\e0\10\d0\10\ea\10\d8\10\d0\10 \00U\00n\00i\00c\00o\00d\00e\00-\00\d8\10\e1\10 \00\db\10\d4\10\d0\10\d7\10\d4\10 \00\e1\10\d0\10\d4\10\e0\10\d7\10\d0\10\e8\10\dd\10\e0\10\d8\10\e1\10\dd\10\n\00\d9\10\dd\10\dc\10\e4\10\d4\10\e0\10\d4\10\dc\10\ea\10\d8\10\d0\10\d6\10\d4\10 \00\d3\10\d0\10\e1\10\d0\10\e1\10\ec\10\e0\10\d4\10\d1\10\d0\10\d3\10,\00 \00\e0\10\dd\10\db\10\d4\10\da\10\d8\10\ea\10 \00\d2\10\d0\10\d8\10\db\10\d0\10\e0\10\d7\10\d4\10\d1\10\d0\10 \001\000\00-\001\002\00 \00\db\10\d0\10\e0\10\e2\10\e1\10,\00\n\00\e5\10.\00 \00\db\10\d0\10\d8\10\dc\10\ea\10\e8\10\d8\10,\00 \00\d2\10\d4\10\e0\10\db\10\d0\10\dc\10\d8\10\d0\10\e8\10\d8\10.\00 \00\d9\10\dd\10\dc\10\e4\10\d4\10\e0\10\d4\10\dc\10\ea\10\d8\10\d0\10 \00\e8\10\d4\10\f0\10\d9\10\e0\10\d4\10\d1\10\e1\10 \00\d4\10\e0\10\d7\10\d0\10\d3\10 \00\db\10\e1\10\dd\10\e4\10\da\10\d8\10\dd\10\e1\10\n\00\d4\10\e5\10\e1\10\de\10\d4\10\e0\10\e2\10\d4\10\d1\10\e1\10 \00\d8\10\e1\10\d4\10\d7\10 \00\d3\10\d0\10\e0\10\d2\10\d4\10\d1\10\e8\10\d8\10 \00\e0\10\dd\10\d2\10\dd\10\e0\10\d8\10\ea\10\d0\10\d0\10 \00\d8\10\dc\10\e2\10\d4\10\e0\10\dc\10\d4\10\e2\10\d8\10 \00\d3\10\d0\10 \00U\00n\00i\00c\00o\00d\00e\00-\00\d8\10,\00\n\00\d8\10\dc\10\e2\10\d4\10\e0\10\dc\10\d0\10\ea\10\d8\10\dd\10\dc\10\d0\10\da\10\d8\10\d6\10\d0\10\ea\10\d8\10\d0\10 \00\d3\10\d0\10 \00\da\10\dd\10\d9\10\d0\10\da\10\d8\10\d6\10\d0\10\ea\10\d8\10\d0\10,\00 \00U\00n\00i\00c\00o\00d\00e\00-\00\d8\10\e1\10 \00\d2\10\d0\10\db\10\dd\10\e7\10\d4\10\dc\10\d4\10\d1\10\d0\10\n\00\dd\10\de\10\d4\10\e0\10\d0\10\ea\10\d8\10\e3\10\da\10 \00\e1\10\d8\10\e1\10\e2\10\d4\10\db\10\d4\10\d1\10\e1\10\d0\10,\00 \00\d3\10\d0\10 \00\d2\10\d0\10\db\10\dd\10\e7\10\d4\10\dc\10\d4\10\d1\10\d8\10\d7\10 \00\de\10\e0\10\dd\10\d2\10\e0\10\d0\10\db\10\d4\10\d1\10\e8\10\d8\10,\00 \00\e8\10\e0\10\d8\10\e4\10\e2\10\d4\10\d1\10\e8\10\d8\10,\00\n\00\e2\10\d4\10\e5\10\e1\10\e2\10\d4\10\d1\10\d8\10\e1\10 \00\d3\10\d0\10\db\10\e3\10\e8\10\d0\10\d5\10\d4\10\d1\10\d0\10\e1\10\d0\10 \00\d3\10\d0\10 \00\db\10\e0\10\d0\10\d5\10\d0\10\da\10\d4\10\dc\10\dd\10\d5\10\d0\10\dc\10 \00\d9\10\dd\10\db\10\de\10\d8\10\e3\10\e2\10\d4\10\e0\10\e3\10\da\10 \00\e1\10\d8\10\e1\10\e2\10\d4\10\db\10\d4\10\d1\10\e8\10\d8\10.\00\n\00\n\00R\00u\00s\00s\00i\00a\00n\00:\00\n\00\n\00F\00r\00o\00m\00 \00a\00 \00U\00n\00i\00c\00o\00d\00e\00 \00c\00o\00n\00f\00e\00r\00e\00n\00c\00e\00 \00i\00n\00v\00i\00t\00a\00t\00i\00o\00n\00:\00\n\00\n\00\17\040\04@\045\043\048\04A\04B\04@\048\04@\04C\049\04B\045\04A\04L\04 \00A\045\049\04G\040\04A\04 \00=\040\04 \00\14\045\04A\04O\04B\04C\04N\04 \00\1c\045\046\044\04C\04=\040\04@\04>\044\04=\04C\04N\04 \00\1a\04>\04=\04D\045\04@\045\04=\04F\048\04N\04 \00?\04>\04\n\00U\00n\00i\00c\00o\00d\00e\00,\00 \00:\04>\04B\04>\04@\040\04O\04 \00A\04>\04A\04B\04>\048\04B\04A\04O\04 \001\000\00-\001\002\00 \00<\040\04@\04B\040\04 \001\009\009\007\00 \003\04>\044\040\04 \002\04 \00\1c\040\049\04=\04F\045\04 \002\04 \00\13\045\04@\04<\040\04=\048\048\04.\00\n\00\1a\04>\04=\04D\045\04@\045\04=\04F\048\04O\04 \00A\04>\041\045\04@\045\04B\04 \00H\048\04@\04>\04:\048\049\04 \00:\04@\04C\043\04 \00M\04:\04A\04?\045\04@\04B\04>\042\04 \00?\04>\04 \00 \002\04>\04?\04@\04>\04A\040\04<\04 \003\04;\04>\041\040\04;\04L\04=\04>\043\04>\04\n\00\18\04=\04B\045\04@\04=\045\04B\040\04 \008\04 \00U\00n\00i\00c\00o\00d\00e\00,\00 \00;\04>\04:\040\04;\048\047\040\04F\048\048\04 \008\04 \008\04=\04B\045\04@\04=\040\04F\048\04>\04=\040\04;\048\047\040\04F\048\048\04,\00 \002\04>\04?\04;\04>\04I\045\04=\048\04N\04 \008\04\n\00?\04@\048\04<\045\04=\045\04=\048\04N\04 \00U\00n\00i\00c\00o\00d\00e\00 \002\04 \00@\040\047\04;\048\04G\04=\04K\04E\04 \00>\04?\045\04@\040\04F\048\04>\04=\04=\04K\04E\04 \00A\048\04A\04B\045\04<\040\04E\04 \008\04 \00?\04@\04>\043\04@\040\04<\04<\04=\04K\04E\04\n\00?\04@\048\04;\04>\046\045\04=\048\04O\04E\04,\00 \00H\04@\048\04D\04B\040\04E\04,\00 \002\045\04@\04A\04B\04:\045\04 \008\04 \00<\04=\04>\043\04>\04O\047\04K\04G\04=\04K\04E\04 \00:\04>\04<\04?\04L\04N\04B\045\04@\04=\04K\04E\04 \00A\048\04A\04B\045\04<\040\04E\04.\00\n\00\n\00T\00h\00a\00i\00 \00(\00U\00C\00S\00 \00L\00e\00v\00e\00l\00 \002\00)\00:\00\n\00\n\00E\00x\00c\00e\00r\00p\00t\00 \00f\00r\00o\00m\00 \00a\00 \00p\00o\00e\00t\00r\00y\00 \00o\00n\00 \00T\00h\00e\00 \00R\00o\00m\00a\00n\00c\00e\00 \00o\00f\00 \00T\00h\00e\00 \00T\00h\00r\00e\00e\00 \00K\00i\00n\00g\00d\00o\00m\00s\00 \00(\00a\00 \00C\00h\00i\00n\00e\00s\00e\00\n\00c\00l\00a\00s\00s\00i\00c\00 \00\'\00S\00a\00n\00 \00G\00u\00a\00\'\00)\00:\00\n\00\n\00[\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00|\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00]\00\n\00 \00 \00O\0e \00A\0e\1c\0eH\0e\19\0e\14\0e4\0e\19\0e.\0e1\0eH\0e\19\0e@\0e*\0e7\0eH\0e-\0e!\0eB\0e\17\0e#\0e!\0eA\0e*\0e\19\0e*\0e1\0e\07\0e@\0e\'\0e\n\0e \00 \00\1e\0e#\0e0\0e\1b\0e\01\0e@\0e\01\0e(\0e\01\0e-\0e\07\0e\1a\0e9\0eJ\0e\01\0e9\0eI\0e\02\0e6\0eI\0e\19\0eC\0e+\0e!\0eH\0e\n\00*\0e4\0e\1a\0e*\0e-\0e\07\0e\01\0e)\0e1\0e\15\0e#\0e4\0e\"\0eL\0e\01\0eH\0e-\0e\19\0e+\0e\19\0eI\0e2\0eA\0e%\0e\16\0e1\0e\14\0eD\0e\1b\0e \00 \00 \00 \00 \00 \00 \00*\0e-\0e\07\0e-\0e\07\0e\04\0eL\0eD\0e\0b\0e#\0eI\0eB\0e\07\0eH\0e@\0e\02\0e%\0e2\0e@\0e\1a\0e2\0e\1b\0e1\0e\r\0e\r\0e2\0e\n\00 \00 \00\17\0e#\0e\07\0e\19\0e1\0e\1a\0e\16\0e7\0e-\0e\02\0e1\0e\19\0e\17\0e5\0e@\0e\1b\0eG\0e\19\0e\17\0e5\0eH\0e\1e\0e6\0eH\0e\07\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\1a\0eI\0e2\0e\19\0e@\0e!\0e7\0e-\0e\07\0e\08\0e6\0e\07\0e\'\0e4\0e\1b\0e#\0e4\0e\15\0e@\0e\1b\0eG\0e\19\0e\19\0e1\0e\01\0e+\0e\19\0e2\0e\n\00B\0e.\0e\08\0e4\0eK\0e\19\0e@\0e#\0e5\0e\"\0e\01\0e\17\0e1\0e\1e\0e\17\0e1\0eH\0e\'\0e+\0e1\0e\'\0e@\0e!\0e7\0e-\0e\07\0e!\0e2\0e \00 \00 \00 \00 \00 \00 \00 \00 \00+\0e!\0e2\0e\"\0e\08\0e0\0e\06\0eH\0e2\0e!\0e\14\0e\n\0e1\0eH\0e\'\0e\15\0e1\0e\'\0e*\0e3\0e\04\0e1\0e\r\0e\n\00 \00 \00@\0e+\0e!\0e7\0e-\0e\19\0e\02\0e1\0e\1a\0eD\0e*\0eD\0e%\0eH\0e@\0e*\0e7\0e-\0e\08\0e2\0e\01\0e@\0e\04\0e+\0e2\0e \00 \00 \00 \00 \00 \00#\0e1\0e\1a\0e+\0e!\0e2\0e\1b\0eH\0e2\0e@\0e\02\0eI\0e2\0e!\0e2\0e@\0e%\0e\"\0e-\0e2\0e*\0e1\0e\r\0e\n\00\1d\0eH\0e2\0e\"\0e-\0eI\0e-\0e\07\0e-\0e8\0eI\0e\19\0e\"\0e8\0eA\0e\"\0e\01\0eC\0e+\0eI\0eA\0e\15\0e\01\0e\01\0e1\0e\19\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00C\0e\n\0eI\0e*\0e2\0e\'\0e\19\0e1\0eI\0e\19\0e@\0e\1b\0eG\0e\19\0e\n\0e\19\0e\'\0e\19\0e\n\0e7\0eH\0e\19\0e\n\0e\'\0e\19\0eC\0e\08\0e\n\00 \00 \00\1e\0e%\0e1\0e\19\0e%\0e4\0e\t\0e8\0e\"\0e\01\0e8\0e\"\0e\01\0e5\0e\01\0e%\0e1\0e\1a\0e\01\0eH\0e-\0e@\0e+\0e\15\0e8\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\n\0eH\0e2\0e\07\0e-\0e2\0e@\0e\1e\0e(\0e\08\0e#\0e4\0e\07\0e+\0e\19\0e2\0e\1f\0eI\0e2\0e#\0eI\0e-\0e\07\0eD\0e+\0eI\0e\n\00\15\0eI\0e-\0e\07\0e#\0e\1a\0e#\0e2\0e\06\0eH\0e2\0e\1f\0e1\0e\19\0e\08\0e\19\0e\1a\0e#\0e#\0e%\0e1\0e\"\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00$\0eE\0e+\0e2\0eC\0e\04\0e#\0e\04\0eI\0e3\0e\n\0e9\0e\01\0e9\0eI\0e\1a\0e#\0e#\0e%\0e1\0e\07\0e\01\0eL\0e \00/\0e\n\00\n\00(\00T\00h\00e\00 \00a\00b\00o\00v\00e\00 \00i\00s\00 \00a\00 \00t\00w\00o\00-\00c\00o\00l\00u\00m\00n\00 \00t\00e\00x\00t\00.\00 \00I\00f\00 \00c\00o\00m\00b\00i\00n\00i\00n\00g\00 \00c\00h\00a\00r\00a\00c\00t\00e\00r\00s\00 \00a\00r\00e\00 \00h\00a\00n\00d\00l\00e\00d\00\n\00c\00o\00r\00r\00e\00c\00t\00l\00y\00,\00 \00t\00h\00e\00 \00l\00i\00n\00e\00s\00 \00o\00f\00 \00t\00h\00e\00 \00s\00e\00c\00o\00n\00d\00 \00c\00o\00l\00u\00m\00n\00 \00s\00h\00o\00u\00l\00d\00 \00b\00e\00 \00a\00l\00i\00g\00n\00e\00d\00 \00w\00i\00t\00h\00 \00t\00h\00e\00\n\00|\00 \00c\00h\00a\00r\00a\00c\00t\00e\00r\00 \00a\00b\00o\00v\00e\00.\00)\00\n\00\n\00E\00t\00h\00i\00o\00p\00i\00a\00n\00:\00\n\00\n\00P\00r\00o\00v\00e\00r\00b\00s\00 \00i\00n\00 \00t\00h\00e\00 \00A\00m\00h\00a\00r\00i\00c\00 \00l\00a\00n\00g\00u\00a\00g\00e\00:\00\n\00\n\000\12\1b\12\ed\12 \00\a0\12\ed\12s\12(\125\12 \00\95\12\t\13%\12 \00\a0\12\ed\12\a8\120\125\12b\13\n\00e\12\0b\12 \00\ab\12\08\12\9d\12 \00\a5\12\95\12\f0\12\a0\12c\12t\12 \00`\12F\12\18\12 \13\9d\12b\13\n\00\0c\13%\13 \00\eb\12\08\12d\12q\12 \00A\12\1d\12%\13\93\12 \00\90\12\cd\12b\13\n\00\f0\12\00\12 \00`\12\15\12\r\12\19\12 \00E\12d\12 \00c\12\ed\12 \13#\13 \00\95\12#\13u\12 \00`\12\08\13\f0\12\08\12\cd\12b\13\n\00\e8\12\a0\12M\13 \00\c8\12\08\12\1d\12s\12 \00`\12E\12d\12 \00\a0\12\ed\12s\12=\12\1d\12b\13\n\00\a0\12\ed\12%\13 \00`\12`\12\0b\12 \00\f3\12\cb\12 \00p\12\18\12s\12b\13\n\002\12p\12(\12\t\13\19\12 \00\ed\12\f0\12(\12\r\13\19\12b\13\n\00@\125\12 \00`\12@\125\12e\13 \00\d5\12\95\12A\12\0b\12\r\12 \00`\12\a5\12\r\13)\12 \00\ed\12\04\12\f3\12\r\12b\13\n\00\f5\12-\12 \00b\12\eb\12e\12-\12 \00\a0\12\95\12`\123\12 \00\eb\125\12-\12b\13\n\000\12\cd\12 \00\a5\12\95\12\f0\12d\12q\12 \00\a5\12\95\12\05\13 \00\a5\12\95\12\f0\12 \00\t\13(\12d\12q\12 \00\a0\12\ed\12p\12\f3\12\f0\12-\12\1d\12b\13\n\00\a5\12\r\13\dc\12-\12 \00\e8\12\a8\12H\13p\12\cd\12\95\12 \00\t\13.\12.\12 \003\12\ed\12\d8\12\0b\13\cd\12 \00\a0\12\ed\12\f5\12-\12\1d\12b\13\n\00\e8\12\0e\13(\12d\12u\12 \00\0c\12c\12e\13 \00b\12\eb\12\e9\12u\12 \00\ed\125\12E\12 \00c\12\eb\12\e9\12u\12 \00\eb\12 \13\r\12E\12b\13\n\00%\12+\12 \00\a8\12\18\12M\13s\12u\12 \00\r\12\04\13\95\12 \00\0b\12K\13s\12u\12b\13\n\00\d3\12c\12\ed\12 \00\1b\12\f0\12*\12\eb\12 \00\e8\12\08\12\cd\12e\13 \00\r\13\95\12\f5\12 \00\ed\12\de\12 \00\ed\12\de\12+\12\r\12b\13\n\00\e8\12\a5\125\12\0b\12\1d\12 \00\a0\12\08\13)\12 \00\18\12\ab\12 \00\e8\12\a0\12\1e\12+\12 \00\a0\12\08\13)\12 \00\cb\12-\12\ab\12b\13\n\00p\12\95\12\0b\13\0e\12 \00b\12p\12I\13 \00p\12\18\12\r\126\12 \00c\12I\13b\13\n\00\c8\12\f3\12\05\13\05\12 \00\1b\12-\12 \00b\12\06\12\95\12 \00(\13-\125\12\05\12 \00\a0\12u\12\0b\120\12\cd\12b\13\n\00\a5\12\r\13-\12\05\12\95\12 \00`\12M\13+\12=\12\05\12 \00\r\12\ad\12 \00\d8\12-\12\0b\13b\13\n\00\n\00R\00u\00n\00e\00s\00:\00\n\00\n\00\bb\16\d6\16 \00\b3\16\b9\16\ab\16\a6\16 \00\a6\16\ab\16\cf\16 \00\bb\16\d6\16 \00\d2\16\a2\16\de\16\d6\16 \00\a9\16\be\16 \00\a6\16\ab\16\d7\16 \00\da\16\aa\16\be\16\de\16\d6\16 \00\be\16\a9\16\b1\16\a6\16\b9\16\d6\16\aa\16\b1\16\de\16\a2\16\d7\16 \00\b9\16\c1\16\a6\16 \00\a6\16\aa\16 \00\b9\16\d6\16\e5\16\ab\16\n\00\n\00(\00O\00l\00d\00 \00E\00n\00g\00l\00i\00s\00h\00,\00 \00w\00h\00i\00c\00h\00 \00t\00r\00a\00n\00s\00c\00r\00i\00b\00e\00d\00 \00i\00n\00t\00o\00 \00L\00a\00t\00i\00n\00 \00r\00e\00a\00d\00s\00 \00\'\00H\00e\00 \00c\00w\00a\00e\00t\00h\00 \00t\00h\00a\00t\00 \00h\00e\00\n\00b\00u\00d\00e\00 \00t\00h\00a\00e\00m\00 \00l\00a\00n\00d\00e\00 \00n\00o\00r\00t\00h\00w\00e\00a\00r\00d\00u\00m\00 \00w\00i\00t\00h\00 \00t\00h\00a\00 \00W\00e\00s\00t\00s\00a\00e\00.\00\'\00 \00a\00n\00d\00 \00m\00e\00a\00n\00s\00 \00\'\00H\00e\00 \00s\00a\00i\00d\00\n\00t\00h\00a\00t\00 \00h\00e\00 \00l\00i\00v\00e\00d\00 \00i\00n\00 \00t\00h\00e\00 \00n\00o\00r\00t\00h\00e\00r\00n\00 \00l\00a\00n\00d\00 \00n\00e\00a\00r\00 \00t\00h\00e\00 \00W\00e\00s\00t\00e\00r\00n\00 \00S\00e\00a\00.\00\'\00)\00\n\00\n\00B\00r\00a\00i\00l\00l\00e\00:\00\n\00\n\00L(\01(\'(\11( \00<(\01(\12( \00 \00M(\1c(\07(\11(9(0(\0e( \00c(\15(\0c(\n\00\n\00M(\1c(\07(\11(9( \00:(\01(\0e( \00\19(\11(\01(\19(\12( \00\1e(\15( \00\03(\11(\1b(\14( \00:(\n(9(2( \00y(;(\11( \00\n(\0e( \00\1d(\15( \00\19(3(\03(\1e(\n\001(\01(\1e(\11(\'(;( \00\01(\03(3(\1e( \009(\01(\1e(2( \00y(\11( \00\17(\11(\1b(\n(\0c(;( \00\15(\0b( \00\19(\n(\0e( \00\03(%(\17(\n(\01(\07( \00:(\01(\0e(\n\00\0e(\n(\1b(\1d(+( \00\03(9( \009(\11( \00\n(\07(;(\1b(9(\r(\01(\1d(\02( \009(\11( \00\n(\07(;(\05(\02( \009(\11( \00%(\1d(\19(;(\1e(\01(\05(;(\02(\n\00\01(\1d(\19( \009(\11( \00!(\n(\11(\0b( \00\r(3(\17(\1d(;(2( \00N(\n(\17(\15(\15(\1b(\11( \00\0e(\n(\1b(\1d(+( \00\n(\1e(2( \00A(\1d(\19(\n\00N(\n(\17(\15(\15(\1b(\11(0(\0e( \00\1d(\01(\r(\11( \00:(\01(\0e( \00\1b(\15(\15(\19( \00%(\0f(\15(\1d( \000(a(\01(\1d(\1b(\11(\02( \00\0b(\15(\17( \00\01(\1d(9(9(\14(\1b( \00\19(\11(\n\00!(\15(\0e(\11( \00\1e(\15( \00\0f(%(\1e( \00\19(\n(\0e( \00\19(\01(\1d(\19( \00\1e(\15(2(\n\00\n\00U(\07(\19( \00M(\1c(\07(\11(9( \00:(\01(\0e( \00\01(\0e( \00\19(\11(\01(\19( \00\01(\0e( \00\01( \00\19(\15(\15(\17($(\1d(\01(\n(\07(2(\n\00\n\00M(\14(\19(\16( \00J( \00\19(\15(\1d(0(\1e( \00\r(\11(\01(\1d( \00\1e(\15( \00\0e(\01(9( \009(\01(\1e( \00J( \00\05(\1d(*(\02( \00\15(\0b( \00\r(9(\n\00*(\1d( \00\05(\1d(*(\07(+(\1b(\11(\02( \001(\01(\1e( \009(;(\11( \00\n(\0e( \00\0f(\1c(\1e(\n(\n(%(\07(\1c(\07(9( \00\19(\11(\01(\19( \00\01(\03(3(\1e(\n\00\01( \00\19(\15(\15(\17($(\1d(\01(\n(\07(2( \00J( \00\r(\n(#(\1e( \00\19(\01(\'(\11( \00\03(\11(2( \00\14(\n(\07(\14(+(\02( \00\r(9(\0e(\11(\07(\0b(\02( \00\1e(\15(\n\00\17(\11(\1b(\1c(\19( \00\01( \00\n(\15(\0b(\0b(\14($(\1d(\01(\n(\07( \00\01(\0e( \009(\11( \00\19(\11(\01(\19(\11(\0c( \00\0f(\n(\11(\n(\11( \00\15(\0b( \00\n(\17(\15(\1d(\r(\15(\1d(\1b(;(9(\n\00\14( \009(\11( \00\1e(\17(\01(\19(\11(2( \00C(%(\1e( \009(\11( \00:(\n(\0e(\19(\15(\r( \00\15(\0b( \003(\17( \00\01(\1d(\n(\11(\0c(\15(\17(\0e(\n\00\n(\0e( \00\14( \009(\11( \00\0e(\n(\r(\n(\07(\11(\06( \00\01(\1d(\19( \00\r(9( \00%(\1d(\19(\01(\07(\07(*(+( \00\19(\01(\1d(\19(\0e(\n\00)(\01(\07(\07( \00\1d(\15(\1e( \00\19(\n(\0c(%(\17(\03( \00\n(\1e(\02( \00\15(\17( \009(\11( \00J(3(\1d(\1e(\17(9(0(\0e( \00\19(\15(\1d(\11( \00\0b(\15(\17(2( \00y(3(\n\00:(\n(\07(\07( \009(;(\11(\0b(\15(\17(\11( \00\0f(;(\r(\n(\1e( \00\r(\11( \00\1e(\15( \00\17(\11(\0f(\11(\01(\1e(\02( \00\11(\r(\0f(\19(\01(\1e(\n(\n(\01(\07(\07(9(\02( \009(\01(\1e(\n\00M(\1c(\07(\11(9( \00:(\01(\0e( \00\01(\0e( \00\19(\11(\01(\19( \00\01(\0e( \00\01( \00\19(\15(\15(\17($(\1d(\01(\n(\07(2(\n\00\n\00(\00T\00h\00e\00 \00f\00i\00r\00s\00t\00 \00c\00o\00u\00p\00l\00e\00 \00o\00f\00 \00p\00a\00r\00a\00g\00r\00a\00p\00h\00s\00 \00o\00f\00 \00\"\00A\00 \00C\00h\00r\00i\00s\00t\00m\00a\00s\00 \00C\00a\00r\00o\00l\00\"\00 \00b\00y\00 \00D\00i\00c\00k\00e\00n\00s\00)\00\n\00\n\00C\00o\00m\00p\00a\00c\00t\00 \00f\00o\00n\00t\00 \00s\00e\00l\00e\00c\00t\00i\00o\00n\00 \00e\00x\00a\00m\00p\00l\00e\00 \00t\00e\00x\00t\00:\00\n\00\n\00A\00B\00C\00D\00E\00F\00G\00H\00I\00J\00K\00L\00M\00N\00O\00P\00Q\00R\00S\00T\00U\00V\00W\00X\00Y\00Z\00 \00/\000\001\002\003\004\005\006\007\008\009\00\n\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00 \00\a3\00\a9\00\b5\00\c0\00\c6\00\d6\00\de\00\df\00\e9\00\f6\00\ff\00\n\00\13 \14 \18 \1c \1d \1e \" & 0 \"!S\01`\01x\01~\01\ac \00\91\03\92\03\93\03\94\03\a9\03\b1\03\b2\03\b3\03\b4\03\c9\03 \00\10\04\11\04\12\04\13\04\14\040\041\042\043\044\04\n\00\00\"\02\"\08\"\1d!\'\"*\"a\"\1e\" \00\91!\97!\a8!\bb!\e3! \00\10%<%T%X%\91%\ba%:&@& \00\01\fb\fd\ff@$\82 \1f\02\1e\e5\04\84\1eP\02\d0\02N#\d0\051\05\d0\10\n\00\n\00G\00r\00e\00e\00t\00i\00n\00g\00s\00 \00i\00n\00 \00v\00a\00r\00i\00o\00u\00s\00 \00l\00a\00n\00g\00u\00a\00g\00e\00s\00:\00\n\00\n\00H\00e\00l\00l\00o\00 \00w\00o\00r\00l\00d\00,\00 \00\9a\03\b1\03\bb\03\b7\03\bc\03s\1f\c1\03\b1\03 \00\ba\03y\1f\c3\03\bc\03\b5\03,\00 \00\b30\f30\cb0\c10\cf0\n\00\n\00B\00o\00x\00 \00d\00r\00a\00w\00i\00n\00g\00 \00a\00l\00i\00g\00n\00m\00e\00n\00t\00 \00t\00e\00s\00t\00s\00:\00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\88%\n\00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\89%\n\00T%P%P%f%P%P%W% \00 \00\0c%\00%\00%,%\00%\00%\10% \00 \00m%\00%\00%,%\00%\00%n% \00 \00m%\00%\00%,%\00%\00%n% \00 \00\0f%\01%\01%3%\01%\01%\13% \00 \00\0e%\12%\0f%\11% \00 \00 \00w% \00 \00{% \00\0f%/%\13% \00\0c%0%\10% \00 \00 \00 \00\8a% \00q%r%q%r%s%s%s%\n\00Q%\0c%\00%h%\00%\10%Q% \00 \00\02%T%P%g%P%W%\02% \00 \00\02%R%P%j%P%U%\02% \00 \00\02%S%\00%A%\00%V%\02% \00 \00\03%\0c%\00%B%\00%\10%\03% \00 \00\17%C%D%\19% \00 \00v%<%t%z%K%x% %<%(% \00\1d%K%%% \00 \00 \00 \00\8b% \00r%q%r%q%s%s%s%\n\00Q%\02%r% \00q%\02%Q% \00 \00\02%Q% \00 \00 \00Q%\02% \00 \00\02%\02% \00\02% \00\02%\02% \00 \00\02%Q% \00\03% \00Q%\02% \00 \00\03%\02% \00\7f% \00\02%\03% \00 \00\r%E%F%\13% \00 \00 \00u% \00 \00y% \00\17%7%\1b% \00\14%8%\18% \00 \00 \00 \00\8c% \00q%r%q%r%s%s%s%\n\00`%a% \00s% \00^%c% \00 \00\1c%b% \00 \00 \00_%$% \00 \00\1c%<%\00%<%\00%<%$% \00 \00\1c%k%\00%B%\00%k%$% \00 \00#%?%~%<%|%?%+% \00 \00\15%\1b%\16%\1a% \00 \00 \00 \00 \00\0c%\04%\04%\10% \00N% \00\0f%\05%\05%\13% \00\0b% \00\8d% \00r%q%r%q%s%s%s%\n\00Q%\02%q% \00r%\02%Q% \00 \00\02%Q% \00 \00 \00Q%\02% \00 \00\02%\02% \00\02% \00\02%\02% \00 \00\02%Q% \00\03% \00Q%\02% \00 \00\03%\02% \00}% \00\02%\03% \00 \00\91%\91%\92%\92%\93%\93%\88%\88% \00\n% \00 \00\06% \00N% \00O% \00 \00\07% \00\0b% \00\8e%\n\00Q%\14%\00%e%\00%\18%Q% \00 \00\02%Z%P%d%P%]%\02% \00 \00\02%X%P%j%P%[%\02% \00 \00\02%Y%\00%@%\00%\\%\02% \00 \00\03%\14%\00%B%\00%\18%\03% \00 \00\91%\91%\92%\92%\93%\93%\88%\88% \00\n% \00 \00\06% \00N% \00O% \00 \00\07% \00\0b% \00\8f%\n\00Z%P%P%i%P%P%]% \00 \00\14%\00%\00%4%\00%\00%\18% \00 \00p%\00%\00%4%\00%\00%o% \00 \00p%\00%\00%4%\00%\00%o% \00 \00\17%\01%\01%;%\01%\01%\1b% \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00\14%L%L%\18% \00N% \00\17%M%M%\1b% \00\0b% \00 \00\81%\82%\83%\84%\85%\86%\87%\88%\n") + (data $25 (i32.const 15212) "\8c\1d") + (data $25.1 (i32.const 15224) "\02\00\00\00p\1d\00\00S\00e\00n\00t\00e\00n\00c\00e\00s\00 \00t\00h\00a\00t\00 \00c\00o\00n\00t\00a\00i\00n\00 \00a\00l\00l\00 \00l\00e\00t\00t\00e\00r\00s\00 \00c\00o\00m\00m\00o\00n\00l\00y\00 \00u\00s\00e\00d\00 \00i\00n\00 \00a\00 \00l\00a\00n\00g\00u\00a\00g\00e\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00M\00a\00r\00k\00u\00s\00 \00K\00u\00h\00n\00 \00<\00h\00t\00t\00p\00:\00/\00/\00w\00w\00w\00.\00c\00l\00.\00c\00a\00m\00.\00a\00c\00.\00u\00k\00/\00~\00m\00g\00k\002\005\00/\00>\00 \00-\00-\00 \002\000\001\002\00-\000\004\00-\001\001\00\n\00\n\00T\00h\00i\00s\00 \00i\00s\00 \00a\00n\00 \00e\00x\00a\00m\00p\00l\00e\00 \00o\00f\00 \00a\00 \00p\00l\00a\00i\00n\00-\00t\00e\00x\00t\00 \00f\00i\00l\00e\00 \00e\00n\00c\00o\00d\00e\00d\00 \00i\00n\00 \00U\00T\00F\00-\008\00.\00\n\00\n\00\n\00D\00a\00n\00i\00s\00h\00 \00(\00d\00a\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00Q\00u\00i\00z\00d\00e\00l\00t\00a\00g\00e\00r\00n\00e\00 \00s\00p\00i\00s\00t\00e\00 \00j\00o\00r\00d\00b\00\e6\00r\00 \00m\00e\00d\00 \00f\00l\00\f8\00d\00e\00,\00 \00m\00e\00n\00s\00 \00c\00i\00r\00k\00u\00s\00k\00l\00o\00v\00n\00e\00n\00\n\00 \00 \00W\00o\00l\00t\00h\00e\00r\00 \00s\00p\00i\00l\00l\00e\00d\00e\00 \00p\00\e5\00 \00x\00y\00l\00o\00f\00o\00n\00.\00\n\00 \00 \00(\00=\00 \00Q\00u\00i\00z\00 \00c\00o\00n\00t\00e\00s\00t\00a\00n\00t\00s\00 \00w\00e\00r\00e\00 \00e\00a\00t\00i\00n\00g\00 \00s\00t\00r\00a\00w\00b\00e\00r\00y\00 \00w\00i\00t\00h\00 \00c\00r\00e\00a\00m\00 \00w\00h\00i\00l\00e\00 \00W\00o\00l\00t\00h\00e\00r\00\n\00 \00 \00t\00h\00e\00 \00c\00i\00r\00c\00u\00s\00 \00c\00l\00o\00w\00n\00 \00p\00l\00a\00y\00e\00d\00 \00o\00n\00 \00x\00y\00l\00o\00p\00h\00o\00n\00e\00.\00)\00\n\00\n\00G\00e\00r\00m\00a\00n\00 \00(\00d\00e\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00F\00a\00l\00s\00c\00h\00e\00s\00 \00\dc\00b\00e\00n\00 \00v\00o\00n\00 \00X\00y\00l\00o\00p\00h\00o\00n\00m\00u\00s\00i\00k\00 \00q\00u\00\e4\00l\00t\00 \00j\00e\00d\00e\00n\00 \00g\00r\00\f6\00\df\00e\00r\00e\00n\00 \00Z\00w\00e\00r\00g\00\n\00 \00 \00(\00=\00 \00W\00r\00o\00n\00g\00f\00u\00l\00 \00p\00r\00a\00c\00t\00i\00c\00i\00n\00g\00 \00o\00f\00 \00x\00y\00l\00o\00p\00h\00o\00n\00e\00 \00m\00u\00s\00i\00c\00 \00t\00o\00r\00t\00u\00r\00e\00s\00 \00e\00v\00e\00r\00y\00 \00l\00a\00r\00g\00e\00r\00 \00d\00w\00a\00r\00f\00)\00\n\00\n\00 \00 \00Z\00w\00\f6\00l\00f\00 \00B\00o\00x\00k\00\e4\00m\00p\00f\00e\00r\00 \00j\00a\00g\00t\00e\00n\00 \00E\00v\00a\00 \00q\00u\00e\00r\00 \00\fc\00b\00e\00r\00 \00d\00e\00n\00 \00S\00y\00l\00t\00e\00r\00 \00D\00e\00i\00c\00h\00\n\00 \00 \00(\00=\00 \00T\00w\00e\00l\00v\00e\00 \00b\00o\00x\00i\00n\00g\00 \00f\00i\00g\00h\00t\00e\00r\00s\00 \00h\00u\00n\00t\00e\00d\00 \00E\00v\00a\00 \00a\00c\00r\00o\00s\00s\00 \00t\00h\00e\00 \00d\00i\00k\00e\00 \00o\00f\00 \00S\00y\00l\00t\00)\00\n\00\n\00 \00 \00H\00e\00i\00z\00\f6\00l\00r\00\fc\00c\00k\00s\00t\00o\00\df\00a\00b\00d\00\e4\00m\00p\00f\00u\00n\00g\00\n\00 \00 \00(\00=\00 \00f\00u\00e\00l\00 \00o\00i\00l\00 \00r\00e\00c\00o\00i\00l\00 \00a\00b\00s\00o\00r\00b\00e\00r\00)\00\n\00 \00 \00(\00j\00q\00v\00w\00x\00y\00 \00m\00i\00s\00s\00i\00n\00g\00,\00 \00b\00u\00t\00 \00a\00l\00l\00 \00n\00o\00n\00-\00A\00S\00C\00I\00I\00 \00l\00e\00t\00t\00e\00r\00s\00 \00i\00n\00 \00o\00n\00e\00 \00w\00o\00r\00d\00)\00\n\00\n\00G\00r\00e\00e\00k\00 \00(\00e\00l\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00\93\03\b1\03\b6\03\ad\03\b5\03\c2\03 \00\ba\03\b1\03v\1f \00\bc\03\c5\03\c1\03\c4\03\b9\03r\1f\c2\03 \00\b4\03r\1f\bd\03 \00\b8\03p\1f \00\b2\03\c1\03\f6\1f \00\c0\03\b9\03p\1f \00\c3\03\c4\03x\1f \00\c7\03\c1\03\c5\03\c3\03\b1\03\c6\03v\1f \00\be\03\ad\03\c6\03\c9\03\c4\03\bf\03\n\00 \00 \00(\00=\00 \00N\00o\00 \00m\00o\00r\00e\00 \00s\00h\00a\00l\00l\00 \00I\00 \00s\00e\00e\00 \00a\00c\00a\00c\00i\00a\00s\00 \00o\00r\00 \00m\00y\00r\00t\00l\00e\00s\00 \00i\00n\00 \00t\00h\00e\00 \00g\00o\00l\00d\00e\00n\00 \00c\00l\00e\00a\00r\00i\00n\00g\00)\00\n\00\n\00 \00 \00\9e\03\b5\03\c3\03\ba\03\b5\03\c0\03\ac\03\b6\03\c9\03 \00\c4\03t\1f\bd\03 \00\c8\03\c5\03\c7\03\bf\03\c6\03\b8\03\cc\03\c1\03\b1\03 \00\b2\03\b4\03\b5\03\bb\03\c5\03\b3\03\bc\03\af\03\b1\03\n\00 \00 \00(\00=\00 \00I\00 \00u\00n\00c\00o\00v\00e\00r\00 \00t\00h\00e\00 \00s\00o\00u\00l\00-\00d\00e\00s\00t\00r\00o\00y\00i\00n\00g\00 \00a\00b\00h\00o\00r\00r\00e\00n\00c\00e\00)\00\n\00\n\00E\00n\00g\00l\00i\00s\00h\00 \00(\00e\00n\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00T\00h\00e\00 \00q\00u\00i\00c\00k\00 \00b\00r\00o\00w\00n\00 \00f\00o\00x\00 \00j\00u\00m\00p\00s\00 \00o\00v\00e\00r\00 \00t\00h\00e\00 \00l\00a\00z\00y\00 \00d\00o\00g\00\n\00\n\00S\00p\00a\00n\00i\00s\00h\00 \00(\00e\00s\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00E\00l\00 \00p\00i\00n\00g\00\fc\00i\00n\00o\00 \00W\00e\00n\00c\00e\00s\00l\00a\00o\00 \00h\00i\00z\00o\00 \00k\00i\00l\00\f3\00m\00e\00t\00r\00o\00s\00 \00b\00a\00j\00o\00 \00e\00x\00h\00a\00u\00s\00t\00i\00v\00a\00 \00l\00l\00u\00v\00i\00a\00 \00y\00\n\00 \00 \00f\00r\00\ed\00o\00,\00 \00a\00\f1\00o\00r\00a\00b\00a\00 \00a\00 \00s\00u\00 \00q\00u\00e\00r\00i\00d\00o\00 \00c\00a\00c\00h\00o\00r\00r\00o\00.\00\n\00 \00 \00(\00C\00o\00n\00t\00a\00i\00n\00s\00 \00e\00v\00e\00r\00y\00 \00l\00e\00t\00t\00e\00r\00 \00a\00n\00d\00 \00e\00v\00e\00r\00y\00 \00a\00c\00c\00e\00n\00t\00,\00 \00b\00u\00t\00 \00n\00o\00t\00 \00e\00v\00e\00r\00y\00 \00c\00o\00m\00b\00i\00n\00a\00t\00i\00o\00n\00\n\00 \00 \00o\00f\00 \00v\00o\00w\00e\00l\00 \00+\00 \00a\00c\00u\00t\00e\00.\00)\00\n\00\n\00F\00r\00e\00n\00c\00h\00 \00(\00f\00r\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00P\00o\00r\00t\00e\00z\00 \00c\00e\00 \00v\00i\00e\00u\00x\00 \00w\00h\00i\00s\00k\00y\00 \00a\00u\00 \00j\00u\00g\00e\00 \00b\00l\00o\00n\00d\00 \00q\00u\00i\00 \00f\00u\00m\00e\00 \00s\00u\00r\00 \00s\00o\00n\00 \00\ee\00l\00e\00 \00i\00n\00t\00\e9\00r\00i\00e\00u\00r\00e\00,\00 \00\e0\00\n\00 \00 \00c\00\f4\00t\00\e9\00 \00d\00e\00 \00l\00\'\00a\00l\00c\00\f4\00v\00e\00 \00o\00v\00o\00\ef\00d\00e\00,\00 \00o\00\f9\00 \00l\00e\00s\00 \00b\00\fb\00c\00h\00e\00s\00 \00s\00e\00 \00c\00o\00n\00s\00u\00m\00e\00n\00t\00 \00d\00a\00n\00s\00 \00l\00\'\00\e2\00t\00r\00e\00,\00 \00c\00e\00\n\00 \00 \00q\00u\00i\00 \00l\00u\00i\00 \00p\00e\00r\00m\00e\00t\00 \00d\00e\00 \00p\00e\00n\00s\00e\00r\00 \00\e0\00 \00l\00a\00 \00c\00\e6\00n\00o\00g\00e\00n\00\e8\00s\00e\00 \00d\00e\00 \00l\00\'\00\ea\00t\00r\00e\00 \00d\00o\00n\00t\00 \00i\00l\00 \00e\00s\00t\00 \00q\00u\00e\00s\00t\00i\00o\00n\00\n\00 \00 \00d\00a\00n\00s\00 \00l\00a\00 \00c\00a\00u\00s\00e\00 \00a\00m\00b\00i\00g\00u\00\eb\00 \00e\00n\00t\00e\00n\00d\00u\00e\00 \00\e0\00 \00M\00o\00\ff\00,\00 \00d\00a\00n\00s\00 \00u\00n\00 \00c\00a\00p\00h\00a\00r\00n\00a\00\fc\00m\00 \00q\00u\00i\00,\00\n\00 \00 \00p\00e\00n\00s\00e\00-\00t\00-\00i\00l\00,\00 \00d\00i\00m\00i\00n\00u\00e\00 \00\e7\00\e0\00 \00e\00t\00 \00l\00\e0\00 \00l\00a\00 \00q\00u\00a\00l\00i\00t\00\e9\00 \00d\00e\00 \00s\00o\00n\00 \00S\01u\00v\00r\00e\00.\00\n\00\n\00 \00 \00l\00\'\00\ee\00l\00e\00 \00e\00x\00i\00g\00u\00\eb\00\n\00 \00 \00O\00\f9\00 \00l\00\'\00o\00b\00\e8\00s\00e\00 \00j\00u\00r\00y\00 \00m\00\fb\00r\00\n\00 \00 \00F\00\ea\00t\00e\00 \00l\00\'\00h\00a\00\ef\00 \00v\00o\00l\00a\00p\00\fc\00k\00,\00\n\00 \00 \00\c2\00n\00e\00 \00e\00x\00 \00a\00\e9\00q\00u\00o\00 \00a\00u\00 \00w\00h\00i\00s\00t\00,\00\n\00 \00 \00\d4\00t\00e\00z\00 \00c\00e\00 \00v\00S\01u\00 \00d\00\e9\00\e7\00u\00.\00\n\00\n\00 \00 \00L\00e\00 \00c\00S\01u\00r\00 \00d\00\e9\00\e7\00u\00 \00m\00a\00i\00s\00 \00l\00\'\00\e2\00m\00e\00 \00p\00l\00u\00t\00\f4\00t\00 \00n\00a\00\ef\00v\00e\00,\00 \00L\00o\00u\00\ff\00s\00 \00r\00\ea\00v\00a\00 \00d\00e\00 \00c\00r\00a\00p\00a\00\fc\00t\00e\00r\00 \00e\00n\00\n\00 \00 \00c\00a\00n\00o\00\eb\00 \00a\00u\00 \00d\00e\00l\00\e0\00 \00d\00e\00s\00 \00\ee\00l\00e\00s\00,\00 \00p\00r\00\e8\00s\00 \00d\00u\00 \00m\00\e4\00l\00s\00t\00r\00\f6\00m\00 \00o\00\f9\00 \00b\00r\00\fb\00l\00e\00n\00t\00 \00l\00e\00s\00 \00n\00o\00v\00\e6\00.\00\n\00\n\00I\00r\00i\00s\00h\00 \00G\00a\00e\00l\00i\00c\00 \00(\00g\00a\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00D\00\'\00f\00h\00u\00a\00s\00c\00a\00i\00l\00 \00\cd\00o\00s\00a\00,\00 \00\da\00r\00m\00h\00a\00c\00 \00n\00a\00 \00h\00\d3\00i\00g\00h\00e\00 \00B\00e\00a\00n\00n\00a\00i\00t\00h\00e\00,\00 \00p\00\f3\00r\00 \00\c9\00a\00v\00a\00 \00a\00g\00u\00s\00 \00\c1\00d\00h\00a\00i\00m\00h\00\n\00\n\00H\00u\00n\00g\00a\00r\00i\00a\00n\00 \00(\00h\00u\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00\c1\00r\00v\00\ed\00z\00t\00q\01r\00Q\01 \00t\00\fc\00k\00\f6\00r\00f\00\fa\00r\00\f3\00g\00\e9\00p\00\n\00 \00 \00(\00=\00 \00f\00l\00o\00o\00d\00-\00p\00r\00o\00o\00f\00 \00m\00i\00r\00r\00o\00r\00-\00d\00r\00i\00l\00l\00i\00n\00g\00 \00m\00a\00c\00h\00i\00n\00e\00,\00 \00o\00n\00l\00y\00 \00a\00l\00l\00 \00n\00o\00n\00-\00A\00S\00C\00I\00I\00 \00l\00e\00t\00t\00e\00r\00s\00)\00\n\00\n\00I\00c\00e\00l\00a\00n\00d\00i\00c\00 \00(\00i\00s\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00K\00\e6\00m\00i\00 \00n\00\fd\00 \00\f6\00x\00i\00 \00h\00\e9\00r\00 \00y\00k\00i\00s\00t\00 \00\fe\00j\00\f3\00f\00u\00m\00 \00n\00\fa\00 \00b\00\e6\00\f0\00i\00 \00v\00\ed\00l\00 \00o\00g\00 \00\e1\00d\00r\00e\00p\00a\00\n\00\n\00 \00 \00S\00\e6\00v\00\f6\00r\00 \00g\00r\00\e9\00t\00 \00\e1\00\f0\00a\00n\00 \00\fe\00v\00\ed\00 \00\fa\00l\00p\00a\00n\00 \00v\00a\00r\00 \00\f3\00n\00\fd\00t\00\n\00 \00 \00(\00s\00o\00m\00e\00 \00A\00S\00C\00I\00I\00 \00l\00e\00t\00t\00e\00r\00s\00 \00m\00i\00s\00s\00i\00n\00g\00)\00\n\00\n\00J\00a\00p\00a\00n\00e\00s\00e\00 \00(\00j\00p\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00H\00i\00r\00a\00g\00a\00n\00a\00:\00 \00(\00I\00r\00o\00h\00a\00)\00\n\00\n\00 \00 \00D0\8d0o0k0{0x0h0a0\8a0l0\8b0\920\n\00 \00 \00\8f0K0\880_0\8c0]0d0m0j0\890\800\n\00 \00 \00F0\900n0J0O0\840~0Q0u0S0H0f0\n\00 \00 \00B0U0M0\860\810\7f0W0\910r0\820[0Y0\n\00\n\00 \00 \00K\00a\00t\00a\00k\00a\00n\00a\00:\00\n\00\n\00 \00 \00\a40\ed0\cf0\cb0\db0\d80\c80 \00\c10\ea0\cc0\eb0\f20 \00\ef0\ab0\e80\bf0\ec0\bd0 \00\c40\cd0\ca0\e90\e00\n\00 \00 \00\a60\f00\ce0\aa0\af0\e40\de0 \00\b10\d50\b30\a80\c60 \00\a20\b50\ad0\e60\e10\df0\b70 \00\f10\d20\e20\bb0\b90\f30\n\00\n\00H\00e\00b\00r\00e\00w\00 \00(\00i\00w\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00?\00 \00\d3\05\d2\05 \00\e1\05\e7\05\e8\05\df\05 \00\e9\05\d8\05 \00\d1\05\d9\05\dd\05 \00\de\05\d0\05\d5\05\db\05\d6\05\d1\05 \00\d5\05\dc\05\e4\05\ea\05\e2\05 \00\de\05\e6\05\d0\05 \00\dc\05\d5\05 \00\d7\05\d1\05\e8\05\d4\05 \00\d0\05\d9\05\da\05 \00\d4\05\e7\05\dc\05\d9\05\d8\05\d4\05\n\00\n\00P\00o\00l\00i\00s\00h\00 \00(\00p\00l\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00P\00c\00h\00n\00\05\01\07\01 \00w\00 \00t\00\19\01 \00B\01\f3\00d\00z\01 \00j\00e\00|\01a\00 \00l\00u\00b\00 \00o\00[\01m\00 \00s\00k\00r\00z\00y\00D\01 \00f\00i\00g\00\n\00 \00 \00(\00=\00 \00T\00o\00 \00p\00u\00s\00h\00 \00a\00 \00h\00e\00d\00g\00e\00h\00o\00g\00 \00o\00r\00 \00e\00i\00g\00h\00t\00 \00b\00i\00n\00s\00 \00o\00f\00 \00f\00i\00g\00s\00 \00i\00n\00 \00t\00h\00i\00s\00 \00b\00o\00a\00t\00)\00\n\00\n\00R\00u\00s\00s\00i\00a\00n\00 \00(\00r\00u\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00\12\04 \00G\040\04I\040\04E\04 \00N\043\040\04 \006\048\04;\04 \001\04K\04 \00F\048\04B\04@\04C\04A\04?\00 \00\14\040\04,\00 \00=\04>\04 \00D\040\04;\04L\04H\048\042\04K\049\04 \00M\04:\047\045\04<\04?\04;\04O\04@\04!\00\n\00 \00 \00(\00=\00 \00W\00o\00u\00l\00d\00 \00a\00 \00c\00i\00t\00r\00u\00s\00 \00l\00i\00v\00e\00 \00i\00n\00 \00t\00h\00e\00 \00b\00u\00s\00h\00e\00s\00 \00o\00f\00 \00s\00o\00u\00t\00h\00?\00 \00Y\00e\00s\00,\00 \00b\00u\00t\00 \00o\00n\00l\00y\00 \00a\00 \00f\00a\00k\00e\00 \00o\00n\00e\00!\00)\00\n\00\n\00 \00 \00!\04J\045\04H\04L\04 \006\045\04 \005\04I\04Q\04 \00M\04B\048\04E\04 \00<\04O\043\04:\048\04E\04 \00D\04@\040\04=\04F\04C\047\04A\04:\048\04E\04 \001\04C\04;\04>\04:\04 \004\040\04 \002\04K\04?\045\049\04 \00G\040\04N\04\n\00 \00 \00(\00=\00 \00E\00a\00t\00 \00s\00o\00m\00e\00 \00m\00o\00r\00e\00 \00o\00f\00 \00t\00h\00e\00s\00e\00 \00f\00r\00e\00s\00h\00 \00F\00r\00e\00n\00c\00h\00 \00l\00o\00a\00f\00s\00 \00a\00n\00d\00 \00h\00a\00v\00e\00 \00s\00o\00m\00e\00 \00t\00e\00a\00)\00\n\00\n\00T\00h\00a\00i\00 \00(\00t\00h\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00[\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00|\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00]\00\n\00 \00 \00O\0e \00@\0e\1b\0eG\0e\19\0e!\0e\19\0e8\0e)\0e\"\0eL\0e*\0e8\0e\14\0e\1b\0e#\0e0\0e@\0e*\0e#\0e4\0e\10\0e@\0e%\0e4\0e(\0e\04\0e8\0e\13\0e\04\0eH\0e2\0e \00 \00\01\0e\'\0eH\0e2\0e\1a\0e#\0e#\0e\14\0e2\0e\1d\0e9\0e\07\0e*\0e1\0e\15\0e\'\0eL\0e@\0e\14\0e#\0e1\0e\08\0e\t\0e2\0e\19\0e\n\00 \00 \00\08\0e\07\0e\1d\0eH\0e2\0e\1f\0e1\0e\19\0e\1e\0e1\0e\12\0e\19\0e2\0e\'\0e4\0e\n\0e2\0e\01\0e2\0e#\0e \00 \00 \00 \00 \00 \00 \00 \00 \00 \00 \00-\0e\"\0eH\0e2\0e%\0eI\0e2\0e\07\0e\1c\0e%\0e2\0e\r\0e$\0eE\0e@\0e\02\0eH\0e\19\0e\06\0eH\0e2\0e\1a\0e5\0e\11\0e2\0eC\0e\04\0e#\0e\n\00 \00 \00D\0e!\0eH\0e\16\0e7\0e-\0eB\0e\17\0e)\0eB\0e\01\0e#\0e\18\0eA\0e\n\0eH\0e\07\0e\0b\0e1\0e\14\0e.\0e6\0e\14\0e.\0e1\0e\14\0e\14\0eH\0e2\0e \00 \00 \00 \00 \00+\0e1\0e\14\0e-\0e \0e1\0e\"\0e@\0e+\0e!\0e7\0e-\0e\19\0e\01\0e5\0e,\0e2\0e-\0e1\0e\n\0e\0c\0e2\0e*\0e1\0e\"\0e\n\00 \00 \00\1b\0e\0f\0e4\0e\1a\0e1\0e\15\0e4\0e\1b\0e#\0e0\0e\1e\0e$\0e\15\0e4\0e\01\0e\0e\0e\01\0e3\0e+\0e\19\0e\14\0eC\0e\08\0e \00 \00 \00 \00 \00 \00 \00 \00\1e\0e9\0e\14\0e\08\0e2\0eC\0e+\0eI\0e\08\0eJ\0e0\0eF\0e \00\08\0eK\0e2\0eF\0e \00\19\0eH\0e2\0e\1f\0e1\0e\07\0e@\0e-\0e\"\0e \00/\0e\n\00\n\00 \00 \00[\00T\00h\00e\00 \00c\00o\00p\00y\00r\00i\00g\00h\00t\00 \00f\00o\00r\00 \00t\00h\00e\00 \00T\00h\00a\00i\00 \00e\00x\00a\00m\00p\00l\00e\00 \00i\00s\00 \00o\00w\00n\00e\00d\00 \00b\00y\00 \00T\00h\00e\00 \00C\00o\00m\00p\00u\00t\00e\00r\00\n\00 \00 \00A\00s\00s\00o\00c\00i\00a\00t\00i\00o\00n\00 \00o\00f\00 \00T\00h\00a\00i\00l\00a\00n\00d\00 \00u\00n\00d\00e\00r\00 \00t\00h\00e\00 \00R\00o\00y\00a\00l\00 \00P\00a\00t\00r\00o\00n\00a\00g\00e\00 \00o\00f\00 \00H\00i\00s\00 \00M\00a\00j\00e\00s\00t\00y\00 \00t\00h\00e\00\n\00 \00 \00K\00i\00n\00g\00.\00]\00\n\00\n\00T\00u\00r\00k\00i\00s\00h\00 \00(\00t\00r\00)\00\n\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00P\00i\00j\00a\00m\00a\00l\001\01 \00h\00a\00s\00t\00a\00,\00 \00y\00a\00\1f\011\01z\00 \00_\01o\00f\00\f6\00r\00e\00 \00\e7\00a\00b\00u\00c\00a\00k\00 \00g\00\fc\00v\00e\00n\00d\00i\00.\00\n\00 \00 \00(\00=\00P\00a\00t\00i\00e\00n\00t\00 \00w\00i\00t\00h\00 \00p\00a\00j\00a\00m\00a\00s\00,\00 \00t\00r\00u\00s\00t\00e\00d\00 \00s\00w\00a\00r\00t\00h\00y\00 \00d\00r\00i\00v\00e\00r\00 \00q\00u\00i\00c\00k\00l\00y\00)\00\n\00\n\00O\00t\00h\00e\00r\00\n\00-\00-\00-\00-\00-\00\n\00\n\00 \00 \00\c0\00\c8\00 \00/\00 \00c\003\00_\008\000\00 \00c\003\00_\008\008\00\n\00 \00 \00\d8S\cf\91 \00/\00 \00e\005\00_\008\00f\00_\009\008\00 \00e\009\00_\008\007\00_\008\00f\00\n\00 \00 \00A\d8\0e\dfA\d81\df \00/\00 \00f\000\00_\00a\000\00_\009\00c\00_\008\00e\00 \00f\000\00_\00a\000\00_\009\00c\00_\00b\001\00\n") + (data $26 (i32.const 22784) "\04\00\00\00 \00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/std/string-nonnull.debug.wat b/tests/compiler/std/string-nonnull.debug.wat index 8d69ea5e0b..970dae6631 100644 --- a/tests/compiler/std/string-nonnull.debug.wat +++ b/tests/compiler/std/string-nonnull.debug.wat @@ -13,7 +13,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32812)) (global $~lib/memory/__heap_base i32 (i32.const 32812)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/std/string-nonnull.release.wat b/tests/compiler/std/string-nonnull.release.wat index ef7345c2f1..c367761b58 100644 --- a/tests/compiler/std/string-nonnull.release.wat +++ b/tests/compiler/std/string-nonnull.release.wat @@ -5,8 +5,8 @@ (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33836)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\02") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02") (export "memory" (memory $0)) (start $~start) (func $~start diff --git a/tests/compiler/std/string.debug.wat b/tests/compiler/std/string.debug.wat index ce0fc84384..48917acc15 100644 --- a/tests/compiler/std/string.debug.wat +++ b/tests/compiler/std/string.debug.wat @@ -71,478 +71,478 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 58188)) (global $~lib/memory/__heap_base i32 (i32.const 58188)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00h\00i\00,\00 \00I\00\'\00m\00 \00a\00 \00s\00t\00r\00i\00n\00g\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 76) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00s\00t\00d\00/\00s\00t\00r\00i\00n\00g\00.\00t\00s\00\00\00") - (data (i32.const 124) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\df\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 156) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\df\00\df\00\00\00\00\00\00\00\00\00") - (data (i32.const 188) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\df\00a\00b\00\00\00\00\00\00\00") - (data (i32.const 220) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 284) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00~\00l\00i\00b\00/\00s\00t\00r\00i\00n\00g\00.\00t\00s\00") - (data (i32.const 332) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 464) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 496) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 524) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 576) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 604) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 668) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 700) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00h\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 732) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 764) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 796) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00@\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 828) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\006\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 860) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\00\d8\00\df\00\00\00\00\00\00\00\00") - (data (i32.const 892) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\08\00\00\00\00\00\00\006\00\00\00\00\00\00\00") - (data (i32.const 924) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\00\006\00\00\00\00\00\00\00\00\00") - (data (i32.const 956) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00A\00\00\00B\00\00\00C\00\00\00") - (data (i32.const 988) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00A\00B\00C\00\00\00\00\00\00\00") - (data (i32.const 1020) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\004\d8\00\00\06\df\00\00a\00\00\004\d8\00\00\07\df\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1068) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\004\d8\06\dfa\004\d8\07\df\00\00") - (data (i32.const 1100) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\004\d8\06\df\00\00\00\00\00\00\00\00") - (data (i32.const 1132) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00h\00i\00\00\00\00\00\00\00\00\00") - (data (i32.const 1164) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00s\00t\00r\00i\00n\00g\00") - (data (i32.const 1196) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00I\00\'\00m\00\00\00\00\00\00\00") - (data (i32.const 1228) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00 \00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1260) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00 \00 \00 \00\00\00\00\00\00\00") - (data (i32.const 1292) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00b\00c\00\00\00\00\00\00\00") - (data (i32.const 1324) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \00 \00a\00b\00c\00\00\00") - (data (i32.const 1356) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\002\003\00\00\00\00\00\00\00") - (data (i32.const 1388) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\002\003\00a\00b\00c\00") - (data (i32.const 1420) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\001\002\003\001\002\00a\00b\00c\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1468) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00a\00b\00c\00 \00 \00\00\00") - (data (i32.const 1500) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00a\00b\00c\00a\00b\00c\00") - (data (i32.const 1532) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00a\00b\00c\00a\00b\00c\00a\00b\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1580) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00,\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1612) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00x\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1644) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00,\00 \00I\00\00\00\00\00\00\00") - (data (i32.const 1676) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00g\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1708) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00i\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1740) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00n\00u\00l\00l\00\00\00\00\00") - (data (i32.const 1772) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00b\00d\00\00\00\00\00\00\00") - (data (i32.const 1804) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00b\00f\00\00\00\00\00\00\00") - (data (i32.const 1836) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00b\00z\00\00\00\00\00\00\00") - (data (i32.const 1868) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00b\00c\00d\00\00\00\00\00") - (data (i32.const 1900) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00b\00d\00d\00\00\00\00\00") - (data (i32.const 1932) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00b\00 \00c\00\00\00\00\00") - (data (i32.const 1964) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00 \00\n\00\t\00\r\00a\00b\00c\00 \00\t\00\r\00 \00\00\00\00\00\00\00") - (data (i32.const 2012) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00a\00b\00c\00 \00\t\00\r\00 \00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2060) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00 \00\n\00\t\00\r\00a\00b\00c\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2108) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00\t\00\n\00 \00t\00r\00u\00e\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2156) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00\t\00\n\00 \00t\00r\00u\00e\00\n\00\r\00 \00\00\00\00\00\00\00\00\00") - (data (i32.const 2204) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00 \00 \00t\00r\00u\00e\00a\00b\00c\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2252) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00t\00r\00u\00\00\00\00\00\00\00") - (data (i32.const 2284) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00T\00r\00u\00e\00\00\00\00\00") - (data (i32.const 2316) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00f\00a\00l\00s\00e\00\00\00") - (data (i32.const 2348) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2380) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\000\000\00\00\00\00\00\00\00") - (data (i32.const 2412) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\001\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2444) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\000\000\000\001\00\00\00\00\00") - (data (i32.const 2476) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\000\00b\001\000\001\00\00\00") - (data (i32.const 2508) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\000\00o\007\000\007\00\00\00") - (data (i32.const 2540) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\000\00x\00f\000\00f\00\00\00") - (data (i32.const 2572) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\000\00X\00F\000\00F\00\00\00") - (data (i32.const 2604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\001\001\00\00\00\00\00\00\00") - (data (i32.const 2636) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\000\00x\001\00g\00\00\00\00\00") - (data (i32.const 2668) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00-\001\002\003\00\00\00\00\00") - (data (i32.const 2700) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00+\001\002\003\00\00\00\00\00") - (data (i32.const 2732) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00-\001\002\00.\003\00\00\00") - (data (i32.const 2764) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\00x\000\00\00\00\00\00\00\00") - (data (i32.const 2796) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\000\00b\001\001\00\00\00\00\00") - (data (i32.const 2828) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\n\001\00\00\00\00\00\00\00\00\00") - (data (i32.const 2860) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00( 1\00\00\00\00\00\00\00\00\00") - (data (i32.const 2892) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00) 1\00\00\00\00\00\00\00\00\00") - (data (i32.const 2924) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00-\000\00\00\00\00\00\00\00\00\00") - (data (i32.const 2956) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\000\00X\00A\00B\00C\00D\00E\00F\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3004) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00A\00B\00C\00D\00E\00F\00") - (data (i32.const 3036) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\003\006\008\009\003\004\008\008\001\004\007\004\001\009\001\000\003\002\003\002\00\00\00\00\00") - (data (i32.const 3100) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\004\00\00\00-\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\00\00\00\00\00\00\00\00\00") - (data (i32.const 3180) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00,\00\00\000\00x\001\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\00") - (data (i32.const 3244) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\00=\d8%\dd\00\00\00\00\00\00") - (data (i32.const 3276) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\002\00b\00a\00d\00n\00u\00m\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3324) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00 \00\t\00\n\001\00\00\00\00\00") - (data (i32.const 3356) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00 \00\t\00\n\000\00x\000\002\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3404) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\000\00 \00a\00b\00c\00\00\00") - (data (i32.const 3436) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\001\00 \00a\00b\00c\00\00\00") - (data (i32.const 3468) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00 \00\t\00\n\000\00 \00a\00b\00c\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3516) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00-\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3548) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00+\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3580) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00=\d8%\dd\00\00\00\00\00\00\00\00") - (data (i32.const 3612) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00b\00a\00d\00n\00u\00m\00") - (data (i32.const 3648) "\00\00\00\00\00\00\f0?\00\00\00\00\00\00$@\00\00\00\00\00\00Y@\00\00\00\00\00@\8f@\00\00\00\00\00\88\c3@\00\00\00\00\00j\f8@\00\00\00\00\80\84.A\00\00\00\00\d0\12cA\00\00\00\00\84\d7\97A\00\00\00\00e\cd\cdA\00\00\00 _\a0\02B\00\00\00\e8vH7B\00\00\00\a2\94\1amB\00\00@\e5\9c0\a2B\00\00\90\1e\c4\bc\d6B\00\004&\f5k\0cC\00\80\e07y\c3AC\00\a0\d8\85W4vC\00\c8Ngm\c1\abC\00=\91`\e4X\e1C@\8c\b5x\1d\af\15DP\ef\e2\d6\e4\1aKD\92\d5M\06\cf\f0\80D") - (data (i32.const 3836) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\000\00x\007\00F\00F\00F\00F\00F\00F\00F\00\00\00\00\00\00\00\00\00") - (data (i32.const 3884) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\000\00x\007\00F\00F\00F\00F\00F\00F\00F\00F\00F\00F\00F\00F\00F\00F\00F\00\00\00\00\00\00\00\00\00") - (data (i32.const 3948) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\001\00.\00\00\00\00\00\00\00\00\00") - (data (i32.const 3980) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\00.\000\000\00\00\00\00\00") - (data (i32.const 4012) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\00e\00-\005\00\00\00\00\00") - (data (i32.const 4044) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00-\001\00e\00-\005\00\00\00") - (data (i32.const 4076) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00-\000\00.\003\00e\00-\002\002\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4124) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\000\00.\003\00e\00+\002\002\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4172) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\00e\00-\001\00\00\00\00\00") - (data (i32.const 4204) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\000\00.\001\00e\00-\000\00") - (data (i32.const 4236) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\00.\001\00\00\00\00\00\00\00") - (data (i32.const 4268) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00.\002\005\00\00\00\00\00\00\00") - (data (i32.const 4300) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\00.\00e\00+\003\00a\00") - (data (i32.const 4332) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\001\00.\000\00e\00-\001\000\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4380) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\001\00.\000\00e\00-\003\000\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4428) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\001\00.\000\00e\00-\003\002\003\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4476) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\001\00.\000\00e\00-\003\002\004\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4524) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\00e\00+\003\000\008\00") - (data (i32.const 4556) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\00e\00+\003\000\009\00") - (data (i32.const 4588) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\001\00.\000\00e\00-\001\00_\000\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4636) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\001\00.\000\00e\00-\001\000\00_\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4684) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\001\00.\000\00e\00+\001\00_\000\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4732) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\00_\000\00\00\00\00\00\00\00") - (data (i32.const 4764) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\00_\001\00\00\00\00\00\00\00") - (data (i32.const 4796) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\001\000\00.\000\000\00_\000\001\00e\002\00\00\00\00\00\00\00\00\00") - (data (i32.const 4844) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\001\002\003\004\005\006\007\008\009\00_\004\00\00\00\00\00\00\00") - (data (i32.const 4892) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\001\00_\000\001\002\003\004\005\006\007\008\009\00\00\00\00\00") - (data (i32.const 4940) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\001\00e\00-\006\000\00\00\00") - (data (i32.const 4972) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\00e\006\000\00\00\00\00\00") - (data (i32.const 5004) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\002\003\00.\004\00e\00") - (data (i32.const 5036) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\001\00x\00\00\00\00\00\00\00\00\00") - (data (i32.const 5068) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00-\001\001\00e\00-\001\00s\00t\00r\00i\00n\00g\00\00\00\00\00") - (data (i32.const 5116) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\000\001\00e\001\00s\00t\00r\00i\00n\00g\00\00\00\00\00\00\00\00\00") - (data (i32.const 5164) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\000\001\000\00s\00t\00r\00i\00n\00g\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5212) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00+\00.\002\002\00e\00-\001\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5260) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\001\001\00.\00s\001\00\00\00") - (data (i32.const 5292) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\00x\005\00\00\00\00\00\00\00") - (data (i32.const 5324) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\00x\00D\00\00\00\00\00\00\00") - (data (i32.const 5356) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00\0b\001\00.\001\00\00\00\00\00") - (data (i32.const 5388) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00\0b\00\0b\00-\001\00.\001\00") - (data (i32.const 5420) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00\0c\00\0c\00-\001\00.\001\00") - (data (i32.const 5452) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00( ( -\001\00.\001\00") - (data (i32.const 5484) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00) ) -\001\00.\001\00") - (data (i32.const 5516) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\000\000\000\000\000\00\00\00") - (data (i32.const 5548) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\000\000\000\000\00a\00\00\00") - (data (i32.const 5580) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\000\000\000\000\001\00\00\00") - (data (i32.const 5612) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\000\000\00.\000\000\00\00\00") - (data (i32.const 5644) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\000\000\00.\000\00a\00\00\00") - (data (i32.const 5676) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\00e\001\00e\00\00\00\00\00") - (data (i32.const 5708) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\001\00e\00+\000\000\000\001\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5756) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\000\00e\00+\001\000\000\00") - (data (i32.const 5788) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\001\00.\00-\001\00.\00\00\00") - (data (i32.const 5820) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\00e\00-\001\00.\002\00") - (data (i32.const 5852) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\00e\00x\00\00\00\00\00\00\00") - (data (i32.const 5884) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\00e\001\00x\00\00\00\00\00") - (data (i32.const 5916) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\00e\00-\00x\00\00\00\00\00") - (data (i32.const 5948) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\001\00e\00-\001\00x\00\00\00") - (data (i32.const 5980) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\000\00.\001\00e\00-\001\00x\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6028) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\000\00.\00\00\00\00\00\00\00") - (data (i32.const 6060) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00.\000\000\00\00\00\00\00\00\00") - (data (i32.const 6092) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00.\000\00.\00\00\00\00\00\00\00") - (data (i32.const 6124) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00.\001\00.\00\00\00\00\00\00\00") - (data (i32.const 6156) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\00.\00.\00\00\00\00\00\00\00") - (data (i32.const 6188) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\00.\00a\00\00\00\00\00\00\00") - (data (i32.const 6220) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\00.\00.\001\00\00\00\00\00") - (data (i32.const 6252) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\000\00.\001\00.\001\00\00\00") - (data (i32.const 6284) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\000\00.\00 \001\00\00\00\00\00") - (data (i32.const 6316) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00+\000\00.\000\00\00\00\00\00") - (data (i32.const 6348) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00-\000\00.\000\00\00\00\00\00") - (data (i32.const 6380) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00+\000\00\00\00\00\00\00\00\00\00") - (data (i32.const 6412) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00-\00.\000\000\000\000\000\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6460) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00-\00-\000\00\00\00\00\00\00\00") - (data (i32.const 6492) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00+\00+\000\00\00\00\00\00\00\00") - (data (i32.const 6524) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00.\00a\00\00\00\00\00\00\00\00\00") - (data (i32.const 6556) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00.\00.\000\00\00\00\00\00\00\00") - (data (i32.const 6588) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00.\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6620) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00.\00.\00\00\00\00\00\00\00\00\00") - (data (i32.const 6652) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00N\00a\00N\00\00\00\00\00\00\00") - (data (i32.const 6684) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\0b\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6716) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\0e\18\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6748) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00\0e\181\00.\001\00\00\00\00\00") - (data (i32.const 6780) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00\0e\18\0e\181\00.\001\00\00\00") - (data (i32.const 6812) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\0c\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6844) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00t\00r\00u\00e\00\00\00\00\00") - (data (i32.const 6876) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\00e\002\002\00\00\00\00\00") - (data (i32.const 6908) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\001\00e\00-\002\002\00\00\00") - (data (i32.const 6940) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\00e\002\003\00\00\00\00\00") - (data (i32.const 6972) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\001\00e\00-\002\003\00\00\00") - (data (i32.const 7004) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\00e\003\007\00\00\00\00\00") - (data (i32.const 7036) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\001\00e\00-\003\007\00\00\00") - (data (i32.const 7068) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\00e\003\008\00\00\00\00\00") - (data (i32.const 7100) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\001\00e\00-\003\008\00\00\00") - (data (i32.const 7132) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\002\00.\002\002\000\004\004\006\000\004\009\002\005\000\003\001\003\00e\00-\001\006\00\00\00") - (data (i32.const 7196) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\001\00.\007\009\007\006\009\003\001\003\004\008\006\002\003\001\005\007\00e\00+\003\000\008\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 7276) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\005\00e\00-\003\002\004\00") - (data (i32.const 7308) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\000\00.\000\000\000\000\000\001\00e\00+\003\001\004\00\00\00") - (data (i32.const 7356) "\8c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00|\00\00\000\00.\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\001\00e\00+\005\006\00") - (data (i32.const 7500) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00+\001\00E\00-\003\002\005\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 7548) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00+\001\00E\00+\003\000\009\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 7596) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00-\001\00E\00-\003\002\005\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 7644) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00-\001\00E\00+\003\000\009\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 7692) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\001\00e\00-\001\000\000\000\000\000\000\00\00\00\00\00\00\00\00\00") - (data (i32.const 7740) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\001\00e\00+\001\000\000\000\000\000\000\00\00\00\00\00\00\00\00\00") - (data (i32.const 7788) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\00.\00e\003\006\000\00") - (data (i32.const 7820) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00 \00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 7868) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00+\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 7916) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 7964) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00I\00n\00f\00i\00n\00i\00t\00y\00x\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8012) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00I\00n\00f\00i\00n\00i\00t\00y\00+\001\00\00\00\00\00\00\00\00\00") - (data (i32.const 8060) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00I\00n\00f\00i\00\00\00\00\00") - (data (i32.const 8092) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00+\00I\00n\00f\00i\00n\00i\00t\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8140) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00i\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8188) "\bc\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\aa\00\00\00.\002\004\007\000\003\002\008\002\002\009\002\000\006\002\003\002\007\002\000\008\008\002\008\004\003\009\006\004\003\004\001\001\000\006\008\006\001\008\002\005\002\009\009\000\001\003\000\007\001\006\002\003\008\002\002\001\002\007\009\002\008\004\001\002\005\000\003\003\007\007\005\003\006\003\005\001\000\004\003\00e\00-\003\002\003\00\00\00") - (data (i32.const 8380) "\bc\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\aa\00\00\00.\007\004\001\000\009\008\004\006\008\007\006\001\008\006\009\008\001\006\002\006\004\008\005\003\001\008\009\003\000\002\003\003\002\000\005\008\005\004\007\005\008\009\007\000\003\009\002\001\004\008\007\001\004\006\006\003\008\003\007\008\005\002\003\007\005\001\000\001\003\002\006\000\009\000\005\003\001\003\002\00e\00-\003\002\003\00\00\00") - (data (i32.const 8572) "\bc\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\aa\00\00\00.\002\002\002\005\000\007\003\008\005\008\005\000\007\002\000\001\006\003\000\001\002\003\000\005\005\006\003\007\009\005\005\006\007\006\001\005\002\005\000\003\006\001\002\004\001\004\005\007\003\000\001\008\000\001\003\000\008\003\002\002\008\007\002\004\000\004\009\005\008\006\006\004\007\006\000\006\007\006\000\00e\00-\003\000\007\00\00\00") - (data (i32.const 8764) "\9c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\88\00\00\001\007\009\007\006\009\003\001\003\004\008\006\002\003\001\005\008\000\007\009\003\007\002\008\009\007\001\004\000\005\003\000\003\004\001\005\000\007\009\009\003\004\001\003\002\007\001\000\000\003\007\008\002\006\009\003\006\001\007\003\007\007\008\009\008\000\004\004\00\00\00\00\00") - (data (i32.const 8924) "\9c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\88\00\00\004\009\006\008\002\009\002\007\006\004\007\005\000\009\004\006\006\004\009\000\001\007\009\007\007\005\008\007\002\000\007\000\009\006\003\003\000\002\008\006\004\001\006\006\009\002\008\008\007\009\001\000\009\004\006\005\005\005\005\004\007\008\005\001\009\004\000\004\00\00\00\00\00") - (data (i32.const 9084) "\9c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\88\00\00\000\002\006\003\000\006\005\007\004\008\008\006\007\001\005\000\005\008\002\000\006\008\001\009\000\008\009\000\002\000\000\000\007\000\008\003\008\003\006\007\006\002\007\003\008\005\004\008\004\005\008\001\007\007\001\001\005\003\001\007\006\004\004\007\005\007\003\000\00\00\00\00\00") - (data (i32.const 9244) "\9c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\88\00\00\002\007\000\000\006\009\008\005\005\005\007\001\003\006\006\009\005\009\006\002\002\008\004\002\009\001\004\008\001\009\008\006\000\008\003\004\009\003\006\004\007\005\002\009\002\007\001\009\000\007\004\001\006\008\004\004\004\003\006\005\005\001\000\007\000\004\003\004\00\00\00\00\00") - (data (i32.const 9404) "\9c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\88\00\00\002\007\001\001\005\005\009\006\009\009\005\000\008\000\009\003\000\004\002\008\008\000\001\007\007\009\000\004\001\007\004\004\009\007\007\009\001\00.\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\00\00\00\00\00") - (data (i32.const 9564) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\\\00\00\000\00.\009\007\005\003\005\003\001\008\008\008\007\009\009\005\000\002\006\001\003\008\000\007\001\003\005\002\007\006\001\004\007\001\006\004\004\000\004\003\009\00e\00-\001\000\003\00") - (data (i32.const 9676) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\00.\005\009\006\001\008\006\000\003\004\008\001\003\001\008\000\007\000\009\001\008\006\001\000\000\002\002\006\006\004\005\003\009\004\001\009\005\000\004\002\008\00e\000\000\00\00\00\00\00") - (data (i32.const 9788) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\001\00.\008\001\005\000\001\003\001\006\009\002\001\008\000\003\008\007\002\009\008\008\007\004\006\000\008\009\008\007\003\003\005\002\006\009\005\007\004\004\002\00e\00-\001\00\00\00\00\00") - (data (i32.const 9900) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\004\002\00.\000\007\000\008\002\003\005\007\005\003\004\004\005\003\006\000\000\006\008\001\006\001\008\006\008\005\006\008\002\002\005\007\005\009\000\007\007\002\00e\00-\002\00\00\00\00\00") - (data (i32.const 10012) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\006\006\005\00.\004\006\008\006\003\000\006\005\001\006\002\006\001\004\005\006\003\002\008\009\007\003\002\002\005\005\007\009\008\003\003\004\007\000\008\001\006\00e\00-\003\00\00\00\00\00") - (data (i32.const 10124) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\006\001\000\001\00.\008\005\002\009\002\002\009\007\000\008\006\008\006\002\001\007\008\006\006\009\000\004\009\005\004\008\005\004\004\009\008\003\001\007\005\003\00e\00-\004\00\00\00\00\00") - (data (i32.const 10236) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\007\006\009\006\006\00.\009\005\002\000\008\002\003\006\009\006\008\000\007\007\008\004\009\004\006\004\003\004\008\008\007\005\004\007\001\001\005\008\005\004\009\00e\00-\005\00\00\00\00\00") - (data (i32.const 10348) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\002\005\000\005\000\006\00.\005\003\002\002\002\002\008\006\008\002\004\009\006\001\003\002\006\000\004\008\000\007\002\002\002\009\002\003\007\000\002\003\000\004\00e\00-\006\00\00\00\00\00") - (data (i32.const 10460) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\002\007\004\000\000\003\007\00.\002\003\000\002\002\008\000\000\005\003\002\005\008\005\002\004\002\004\006\009\007\006\009\008\003\003\001\001\007\007\003\007\007\00e\00-\007\00\00\00\00\00") - (data (i32.const 10572) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\002\000\007\002\003\000\009\003\00.\005\000\000\004\009\007\004\002\006\004\005\009\004\001\005\002\009\002\006\008\007\001\005\004\002\008\003\002\004\004\009\000\00e\00-\008\00\00\00\00\00") - (data (i32.const 10684) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\000\00.\007\009\000\000\002\008\000\002\003\008\000\008\001\006\000\004\009\005\006\002\002\006\000\001\001\000\004\007\004\006\000\002\003\008\007\004\008\009\001\002\00e\001\00\00\00\00\00") - (data (i32.const 10796) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\000\00.\009\008\002\002\008\006\000\006\005\003\007\003\007\002\009\006\008\004\008\001\009\000\005\005\008\004\004\008\007\006\000\004\006\005\008\006\003\005\009\007\00e\002\00\00\00\00\00") - (data (i32.const 10908) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\000\00.\007\004\006\008\009\004\009\007\002\003\001\009\000\003\007\000\008\000\009\004\000\005\005\007\000\005\006\000\001\006\000\004\000\005\003\002\004\008\006\009\00e\003\00\00\00\00\00") - (data (i32.const 11020) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\000\00.\001\006\003\000\002\006\008\003\002\000\002\008\002\007\002\008\004\007\005\009\008\000\004\005\009\008\004\004\002\007\001\000\003\001\007\005\001\006\006\005\00e\004\00\00\00\00\00") - (data (i32.const 11132) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\000\00.\004\006\003\007\001\006\008\006\002\009\007\001\009\001\007\000\006\009\005\001\000\009\009\001\008\007\006\009\006\004\005\004\009\002\000\002\002\000\008\008\00e\005\00\00\00\00\00") - (data (i32.const 11244) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\000\00.\006\005\003\007\008\000\005\009\004\004\004\009\007\007\001\001\005\005\004\002\000\009\004\006\001\006\008\006\004\001\005\008\007\002\000\006\007\005\002\003\00e\006\00\00\00\00\00") - (data (i32.const 11356) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\000\00.\002\003\004\006\003\002\004\003\005\006\005\000\002\004\003\007\000\004\005\002\001\002\002\003\000\007\001\003\009\006\000\004\005\007\006\007\006\005\003\001\00e\006\00\00\00\00\00") - (data (i32.const 11468) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\000\00.\009\007\000\009\004\008\001\007\001\006\004\002\000\000\004\008\003\004\001\008\009\007\002\005\008\009\008\000\004\005\004\002\009\008\002\000\005\002\007\008\00e\008\00\00\00\00\00") - (data (i32.const 11580) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00X\00\00\000\00.\004\009\009\006\009\000\008\005\002\002\000\005\001\008\007\004\001\001\000\007\007\009\009\008\002\003\005\004\009\003\002\004\009\009\004\009\009\006\000\002\00e\009\00\00\00\00\00") - (data (i32.const 11692) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00Z\00\00\000\00.\007\009\002\005\002\000\001\002\000\000\005\005\007\002\004\005\008\006\001\009\004\004\000\001\001\002\006\007\000\004\001\007\008\007\005\000\005\001\004\009\00e\002\002\00\00\00") - (data (i32.const 11804) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00Z\00\00\000\00.\006\000\009\006\005\006\004\005\008\005\009\008\003\001\007\007\004\000\008\009\003\004\003\005\002\005\007\000\002\001\003\003\007\007\004\007\005\007\003\009\00e\003\000\00\00\00") - (data (i32.const 11916) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00Z\00\00\000\00.\004\008\000\000\004\001\006\001\001\007\004\007\007\000\002\008\007\008\007\008\007\004\003\006\000\002\000\005\000\002\003\005\004\009\004\009\007\001\002\008\00e\006\007\00\00\00") - (data (i32.const 12028) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\\\00\00\000\00.\008\005\002\004\008\002\009\000\007\009\008\001\007\009\006\008\002\002\004\008\003\000\003\003\007\009\003\001\000\005\002\007\008\001\006\004\001\004\008\003\00e\001\000\005\00") - (data (i32.const 12140) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\\\00\00\000\00.\000\003\002\007\001\002\003\009\002\009\001\007\000\009\007\008\002\001\001\005\004\004\007\000\006\009\003\007\002\007\004\008\009\005\006\000\008\004\002\005\00e\002\006\009\00") - (data (i32.const 12252) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00 \00\t\00\n\00\00\00\00\00\00\00") - (data (i32.const 12284) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00 \00\t\00\n\00\r\00.\001\00") - (data (i32.const 12316) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00b\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12348) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00a\00b\00\00\00\00\00\00\00\00\00") - (data (i32.const 12380) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00k\00e\00y\001\00\00\00\00\00") - (data (i32.const 12412) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00k\00e\00y\002\00\00\00\00\00") - (data (i32.const 12444) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00k\00e\001\00\00\00\00\00\00\00") - (data (i32.const 12476) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00k\00e\002\00\00\00\00\00\00\00") - (data (i32.const 12508) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00k\00e\00y\001\002\00\00\00") - (data (i32.const 12540) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00k\00e\00y\001\001\00\00\00") - (data (i32.const 12572) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00\a40\ed0\cf0\cb0\db0\d80\c80\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12620) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00\a60\f00\ce0\aa0\af0\e40\de0\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12668) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00D\00\19 f\00h\00u\00a\00s\00c\00a\00i\00l\00\00\00\00\00\00\00") - (data (i32.const 12716) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00D\00\19 \1f\1eu\00a\00s\00c\00a\00i\00l\00\00\00\00\00\00\00\00\00") - (data (i32.const 12764) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00b\00a\00\00\00\00\00\00\00\00\00") - (data (i32.const 12796) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00a\00a\00\00\00\00\00\00\00\00\00") - (data (i32.const 12828) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\001\000\00\00\00\00\00\00\00\00\00") - (data (i32.const 12860) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\001\001\00\00\00\00\00\00\00\00\00") - (data (i32.const 12892) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\000\001\00\00\00\00\00\00\00") - (data (i32.const 12924) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\002\002\00\00\00\00\00\00\00") - (data (i32.const 12956) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\002\003\004\00\00\00\00\00") - (data (i32.const 12988) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\002\003\003\00\00\00\00\00") - (data (i32.const 13020) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") - (data (i32.const 13068) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00a\00a\00\00\00\00\00\00\00") - (data (i32.const 13100) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00a\00b\00a\00b\00a\00b\00a\00b\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13148) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00a\00a\00a\00a\00a\00\00\00") - (data (i32.const 13180) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00a\00a\00a\00a\00a\00a\00") - (data (i32.const 13212) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00a\00a\00a\00a\00a\00a\00a\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13260) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00a\00-\00b\00-\00c\00\00\00") - (data (i32.const 13292) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00a\00+\00b\00-\00c\00\00\00") - (data (i32.const 13324) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00+\00a\00b\00c\00\00\00\00\00") - (data (i32.const 13356) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00\n\00a\00b\00c\00\00\00\00\00") - (data (i32.const 13388) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\n\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13420) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00c\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13452) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00+\00+\00\00\00\00\00\00\00\00\00") - (data (i32.const 13484) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00a\00b\00+\00+\00\00\00\00\00") - (data (i32.const 13516) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00a\00b\00c\00a\00b\00c\00a\00b\00c\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13564) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00+\00+\00+\00\00\00\00\00\00\00") - (data (i32.const 13596) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00a\00b\00c\00a\00b\00c\00a\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13644) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00+\00+\00+\00b\00c\00+\00+\00+\00b\00c\00+\00+\00+\00\00\00") - (data (i32.const 13692) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00+\00+\00c\00+\00+\00c\00") - (data (i32.const 13724) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00c\00c\00c\00c\00\00\00\00\00") - (data (i32.const 13756) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00c\00c\00\00\00\00\00\00\00\00\00") - (data (i32.const 13788) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00+\00+\00+\00+\00\00\00\00\00") - (data (i32.const 13820) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00e\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13852) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00b\00c\00\00\00\00\00\00\00\00\00") - (data (i32.const 13884) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00a\00+\00\00\00\00\00\00\00\00\00") - (data (i32.const 13916) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00a\00+\00b\00+\00c\00\00\00") - (data (i32.const 13948) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00+\00a\00+\00b\00+\00c\00+\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13996) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00a\00b\00c\00d\00e\00\00\00") - (data (i32.const 14028) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00-\00-\00-\00\00\00\00\00\00\00") - (data (i32.const 14060) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00-\00-\00-\00b\00c\00d\00e\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14108) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00-\00-\00-\00-\00-\00\00\00") - (data (i32.const 14140) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00-\00-\00-\00-\00\00\00\00\00") - (data (i32.const 14172) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00-\00\00\00\00\00") - (data (i32.const 14220) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00-\00-\00-\00a\00\00\00\00\00") - (data (i32.const 14252) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00") - (data (i32.const 14300) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00n\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14332) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00j\00k\00l\00m\00n\00\00\00") - (data (i32.const 14364) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00c\00d\00e\00f\00g\00\00\00") - (data (i32.const 14396) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00d\00e\00f\00g\00h\00\00\00") - (data (i32.const 14428) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00\00\00") - (data (i32.const 14476) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00c\00d\00e\00f\00g\00h\00i\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14524) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00e\00f\00g\00\00\00\00\00\00\00") - (data (i32.const 14556) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00e\00f\00g\00h\00\00\00\00\00") - (data (i32.const 14588) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00d\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14620) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") - (data (i32.const 14668) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14796) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00a\00,\00b\00,\00c\00\00\00") - (data (i32.const 14828) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00a\00,\00 \00b\00,\00 \00c\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14876) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00,\00 \00\00\00\00\00\00\00\00\00") - (data (i32.const 14908) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00a\00,\00b\00,\00,\00c\00") - (data (i32.const 14940) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00,\00a\00,\00b\00,\00c\00") - (data (i32.const 14972) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00a\00,\00b\00,\00c\00,\00") - (data (i32.const 15004) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006\00\00\00\00\00\00\00\00\00") - (data (i32.const 15132) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 15196) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\00") - (data (i32.const 15596) "\1c\04\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 16652) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00") - (data (i32.const 16748) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\008\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 16780) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\001\002\00\00\00\00\00\00\00\00\00") - (data (i32.const 16812) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00-\001\000\000\000\00\00\00") - (data (i32.const 16844) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\001\002\003\004\005\00\00\00") - (data (i32.const 16876) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\002\003\004\005\006\00") - (data (i32.const 16908) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\001\001\001\001\001\001\001\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 16956) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\001\002\003\004\005\006\007\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17004) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\001\002\003\004\005\006\007\008\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17052) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\001\002\003\004\005\006\007\008\009\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17100) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\002\001\004\007\004\008\003\006\004\006\00\00\00\00\00\00\00\00\00") - (data (i32.const 17148) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\002\001\004\007\004\008\003\006\004\007\00\00\00\00\00\00\00\00\00") - (data (i32.const 17196) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00-\002\001\004\007\004\008\003\006\004\008\00\00\00\00\00\00\00") - (data (i32.const 17244) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00-\001\00\00\00\00\00\00\00\00\00") - (data (i32.const 17276) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00-\001\002\008\00\00\00\00\00") - (data (i32.const 17308) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00-\003\002\007\006\008\00") - (data (i32.const 17340) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\000\000\000\00\00\00\00\00") - (data (i32.const 17372) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\002\001\004\007\004\008\003\006\004\008\00\00\00\00\00\00\00\00\00") - (data (i32.const 17420) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\004\002\009\004\009\006\007\002\009\005\00\00\00\00\00\00\00\00\00") - (data (i32.const 17468) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\007\00b\00\00\00\00\00\00\00\00\00") - (data (i32.const 17500) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\004\00d\002\00\00\00\00\00\00\00") - (data (i32.const 17532) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\003\000\003\009\00\00\00\00\00") - (data (i32.const 17564) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\001\00e\002\004\000\00\00\00") - (data (i32.const 17596) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\000\00f\004\004\007\00") - (data (i32.const 17628) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\002\00d\006\008\007\00") - (data (i32.const 17660) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00b\00c\006\001\004\00e\00") - (data (i32.const 17692) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\007\005\00b\00c\00d\001\005\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17740) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\007\00f\00f\00f\00f\00f\00f\00e\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17788) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\007\00f\00f\00f\00f\00f\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17836) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\008\000\000\000\000\000\000\000\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17884) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00f\00f\00f\00f\00f\00f\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17932) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00-\007\00f\00f\00f\00f\00f\00f\00f\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 17980) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00-\00f\00f\00f\00f\00f\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 18028) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00-\008\000\000\000\000\000\000\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 18076) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\001\001\00\00\00\00\00\00\00") - (data (i32.const 18108) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\001\001\000\00\00\00\00\00") - (data (i32.const 18140) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\001\001\001\000\001\00\00\00") - (data (i32.const 18172) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\001\001\000\001\001\00") - (data (i32.const 18204) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\001\001\001\001\001\001\001\001\001\001\001\001\00\00\00\00\00") - (data (i32.const 18252) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\002\00\00\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 18332) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00@\00\00\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\000\001\000\000\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 18428) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00@\00\00\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\000\000\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 18524) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00@\00\00\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\000\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 18620) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00@\00\00\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 18716) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00-\001\001\001\001\001\001\001\001\001\001\001\00\00\00\00\00") - (data (i32.const 18764) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\001\000\002\000\000\002\000\002\002\002\000\001\002\002\001\001\001\001\002\001\000\00\00\00") - (data (i32.const 18828) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 18892) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\003\002\002\004\004\000\000\002\004\002\003\001\004\000\00") - (data (i32.const 18940) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\003\007\007\007\007\007\007\007\007\007\007\00\00\00\00\00\00\00") - (data (i32.const 18988) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\001\009\000\004\004\004\000\005\005\003\00\00\00\00\00\00\00\00\00") - (data (i32.const 19036) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\001\00a\002\000\00d\00c\00d\008\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 19084) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00a\007\00f\00f\00d\00a\009\000\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 19132) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\002\008\001\00d\005\005\00i\003\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 19180) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00b\002\008\00j\00p\00d\00l\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 19228) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\003\00v\00v\00v\00v\00v\00v\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 19276) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\001\00z\001\004\001\00z\003\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 19324) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\009\009\009\009\009\009\009\009\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 19372) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\001\000\000\000\000\000\000\000\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 19420) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\004\002\009\004\009\006\007\002\009\007\00\00\00\00\00\00\00\00\00") - (data (i32.const 19468) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\006\008\007\001\009\004\007\006\007\003\005\00\00\00\00\00\00\00") - (data (i32.const 19516) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\008\006\008\007\001\009\004\007\006\007\003\005\00\00\00\00\00") - (data (i32.const 19564) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\008\006\008\007\001\009\004\007\006\007\003\005\000\00\00\00") - (data (i32.const 19612) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\008\006\008\007\001\009\004\007\006\007\003\005\000\001\00") - (data (i32.const 19660) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\009\009\009\008\006\008\007\001\009\004\007\006\007\003\005\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 19724) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\009\009\009\009\008\006\008\007\001\009\004\007\006\007\003\005\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 19788) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\001\009\009\009\009\008\006\008\007\001\009\004\007\006\007\003\005\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 19852) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\001\002\009\009\009\009\008\006\008\007\001\009\004\007\006\007\003\005\00\00\00\00\00\00\00\00\00") - (data (i32.const 19916) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\001\002\003\009\009\009\009\008\006\008\007\001\009\004\007\006\007\003\005\00\00\00\00\00\00\00") - (data (i32.const 19980) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\001\008\004\004\006\007\004\004\000\007\003\007\000\009\005\005\001\006\001\005\00\00\00\00\00") - (data (i32.const 20044) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00-\001\002\003\004\00\00\00") - (data (i32.const 20076) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00-\004\002\009\004\009\006\007\002\009\005\00\00\00\00\00\00\00") - (data (i32.const 20124) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00-\006\008\007\001\009\004\007\006\007\003\005\00\00\00\00\00") - (data (i32.const 20172) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00-\008\006\008\007\001\009\004\007\006\007\003\005\00\00\00") - (data (i32.const 20220) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00-\009\009\009\008\006\008\007\001\009\004\007\006\007\003\005\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 20284) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00-\001\009\009\009\009\008\006\008\007\001\009\004\007\006\007\003\005\00\00\00\00\00\00\00\00\00") - (data (i32.const 20348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\009\002\002\003\003\007\002\000\003\006\008\005\004\007\007\005\008\000\007\00\00\00\00\00\00\00") - (data (i32.const 20412) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00-\009\002\002\003\003\007\002\000\003\006\008\005\004\007\007\005\008\000\008\00\00\00\00\00") - (data (i32.const 20476) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\001\00f\00f\00f\00f\00f\00f\00f\00f\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 20524) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\005\006\007\008\009\00a\00b\00c\00d\00e\001\00\00\00\00\00\00\00") - (data (i32.const 20572) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\004\005\006\007\008\009\00a\00b\00c\00d\00e\001\00\00\00\00\00") - (data (i32.const 20620) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00\00\00") - (data (i32.const 20668) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00") - (data (i32.const 20716) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 20780) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\000\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 20844) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\007\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 20908) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 20972) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00-\007\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00f\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 21036) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00-\008\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 21100) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00b\00\00\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 21228) "\9c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\80\00\00\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 21388) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00D\00\00\00-\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\001\00\00\00\00\00\00\00\00\00") - (data (i32.const 21484) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00R\00\00\001\001\001\001\002\002\002\000\000\002\002\001\002\002\001\002\000\001\000\001\002\001\001\000\002\000\001\002\000\002\001\000\002\001\000\002\001\001\002\002\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 21596) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00@\00\00\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 21692) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\008\00\00\002\002\001\004\002\002\000\003\000\003\001\001\004\004\000\000\004\002\004\001\002\001\001\002\002\004\003\000\00\00\00\00\00") - (data (i32.const 21772) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00,\00\00\001\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\007\00") - (data (i32.const 21836) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\003\003\005\005\000\000\005\001\006\00a\004\002\009\000\007\001\002\008\004\00\00\00\00\00\00\00") - (data (i32.const 21900) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\002\00c\001\00d\005\006\00b\006\004\008\00c\006\00c\00d\001\001\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 21964) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\006\007\009\007\009\00g\006\000\00f\005\004\002\008\000\001\000\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 22028) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\005\00e\008\00g\004\00g\00g\00g\007\00g\005\006\00d\00i\00f\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 22092) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\004\00e\00o\008\00h\00f\00a\00m\006\00f\00l\00l\00m\00o\00") - (data (i32.const 22140) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00f\00v\00v\00v\00v\00v\00v\00v\00v\00v\00v\00v\00v\00\00\00") - (data (i32.const 22188) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\003\00w\005\00e\001\001\002\006\004\00s\00g\00s\00f\00\00\00") - (data (i32.const 22236) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\00.\000\00\00\00\00\00\00\00") - (data (i32.const 22268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 22320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 22376) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3804) "\1c\00\00\00\00\00\00\00\00\00\00\000\00\00\00\08\00\00\00?\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3836) "\1c\00\00\00\00\00\00\00\00\00\00\001\00\00\00\08\00\00\00@\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3868) "\1c\00\00\00\00\00\00\00\00\00\00\001\00\00\00\08\00\00\00A\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3900) "\1c\00\00\00\00\00\00\00\00\00\00\002\00\00\00\08\00\00\00B\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3932) "\1c\00\00\00\00\00\00\00\00\00\00\002\00\00\00\08\00\00\00C\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3964) "\1c\00\00\00\00\00\00\00\00\00\00\00(\00\00\00\08\00\00\00D\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3996) "\1c\00\00\00\00\00\00\00\00\00\00\00(\00\00\00\08\00\00\00E\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4028) "\1c\00\00\00\00\00\00\00\00\00\00\00)\00\00\00\08\00\00\00F\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4060) "\1c\00\00\00\00\00\00\00\00\00\00\00)\00\00\00\08\00\00\00G\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4092) "\1c\00\00\00\00\00\00\00\00\00\00\00*\00\00\00\08\00\00\00H\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4124) "\1c\00\00\00\00\00\00\00\00\00\00\00*\00\00\00\08\00\00\00I\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4156) "\1c\00\00\00\00\00\00\00\00\00\00\00+\00\00\00\08\00\00\00J\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4188) "\1c\00\00\00\00\00\00\00\00\00\00\00+\00\00\00\08\00\00\00K\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4220) "\1c\00\00\00\00\00\00\00\00\00\00\00,\00\00\00\08\00\00\00L\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4252) "\1c\00\00\00\00\00\00\00\00\00\00\00,\00\00\00\08\00\00\00M\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4284) "\1c\00\00\00\00\00\00\00\00\00\00\00-\00\00\00\08\00\00\00N\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4316) "\1c\00\00\00\00\00\00\00\00\00\00\00-\00\00\00\08\00\00\00O\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4348) "\1c\00\00\00\00\00\00\00\00\00\00\00.\00\00\00\08\00\00\00P\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4380) "\1c\00\00\00\00\00\00\00\00\00\00\00.\00\00\00\08\00\00\00Q\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4412) "\1c\00\00\00\00\00\00\00\00\00\00\00/\00\00\00\08\00\00\00R\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4444) "\1c\00\00\00\00\00\00\00\00\00\00\00/\00\00\00\08\00\00\00S\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4476) "\1c\00\00\00\00\00\00\00\00\00\00\000\00\00\00\08\00\00\00T\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4508) "\1c\00\00\00\00\00\00\00\00\00\00\000\00\00\00\08\00\00\00U\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4540) "\1c\00\00\00\00\00\00\00\00\00\00\001\00\00\00\08\00\00\00V\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4572) "\1c\00\00\00\00\00\00\00\00\00\00\001\00\00\00\08\00\00\00W\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4604) "\1c\00\00\00\00\00\00\00\00\00\00\002\00\00\00\08\00\00\00X\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4636) "\1c\00\00\00\00\00\00\00\00\00\00\002\00\00\00\08\00\00\00Y\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4668) "\1c\00\00\00\00\00\00\00\00\00\00\00(\00\00\00\08\00\00\00Z\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4700) "\1c\00\00\00\00\00\00\00\00\00\00\00(\00\00\00\08\00\00\00[\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4732) "\1c\00\00\00\00\00\00\00\00\00\00\00)\00\00\00\08\00\00\00\\\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4764) "\1c\00\00\00\00\00\00\00\00\00\00\00)\00\00\00\08\00\00\00]\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4796) "\1c\00\00\00\00\00\00\00\00\00\00\00*\00\00\00\08\00\00\00^\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4828) "\1c\00\00\00\00\00\00\00\00\00\00\00*\00\00\00\08\00\00\00_\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4860) "\1c\00\00\00\00\00\00\00\00\00\00\00+\00\00\00\08\00\00\00`\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4892) "\1c\00\00\00\00\00\00\00\00\00\00\00+\00\00\00\08\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4924) "\1c\00\00\00\00\00\00\00\00\00\00\00,\00\00\00\08\00\00\00b\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4956) "\1c\00\00\00\00\00\00\00\00\00\00\00,\00\00\00\08\00\00\00c\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 4988) "\1c\00\00\00\00\00\00\00\00\00\00\00-\00\00\00\08\00\00\00d\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5020) "\1c\00\00\00\00\00\00\00\00\00\00\00-\00\00\00\08\00\00\00e\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5052) "\1c\00\00\00\00\00\00\00\00\00\00\00.\00\00\00\08\00\00\00f\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5084) "\1c\00\00\00\00\00\00\00\00\00\00\00.\00\00\00\08\00\00\00g\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5116) "\1c\00\00\00\00\00\00\00\00\00\00\00/\00\00\00\08\00\00\00h\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5148) "\1c\00\00\00\00\00\00\00\00\00\00\00/\00\00\00\08\00\00\00i\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5180) "\1c\00\00\00\00\00\00\00\00\00\00\000\00\00\00\08\00\00\00j\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5212) "\1c\00\00\00\00\00\00\00\00\00\00\000\00\00\00\08\00\00\00k\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5244) "\1c\00\00\00\00\00\00\00\00\00\00\001\00\00\00\08\00\00\00l\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5276) "\1c\00\00\00\00\00\00\00\00\00\00\001\00\00\00\08\00\00\00m\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5308) "\1c\00\00\00\00\00\00\00\00\00\00\002\00\00\00\08\00\00\00n\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5340) "\1c\00\00\00\00\00\00\00\00\00\00\002\00\00\00\08\00\00\00o\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5372) "\1c\00\00\00\00\00\00\00\00\00\00\00(\00\00\00\08\00\00\00p\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5404) "\1c\00\00\00\00\00\00\00\00\00\00\00(\00\00\00\08\00\00\00q\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5436) "\1c\00\00\00\00\00\00\00\00\00\00\00)\00\00\00\08\00\00\00r\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5468) "\1c\00\00\00\00\00\00\00\00\00\00\00)\00\00\00\08\00\00\00s\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5500) "\1c\00\00\00\00\00\00\00\00\00\00\00*\00\00\00\08\00\00\00t\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5532) "\1c\00\00\00\00\00\00\00\00\00\00\00*\00\00\00\08\00\00\00u\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5564) "\1c\00\00\00\00\00\00\00\00\00\00\00+\00\00\00\08\00\00\00v\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5596) "\1c\00\00\00\00\00\00\00\00\00\00\00+\00\00\00\08\00\00\00w\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5628) "\1c\00\00\00\00\00\00\00\00\00\00\00,\00\00\00\08\00\00\00x\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5660) "\1c\00\00\00\00\00\00\00\00\00\00\00,\00\00\00\08\00\00\00y\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5692) "\1c\00\00\00\00\00\00\00\00\00\00\00-\00\00\00\08\00\00\00z\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5724) "\1c\00\00\00\00\00\00\00\00\00\00\00-\00\00\00\08\00\00\00{\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5756) "\1c\00\00\00\00\00\00\00\00\00\00\00.\00\00\00\08\00\00\00|\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5788) "\1c\00\00\00\00\00\00\00\00\00\00\00.\00\00\00\08\00\00\00}\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5820) "\1c\00\00\00\00\00\00\00\00\00\00\00/\00\00\00\08\00\00\00~\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5852) "\1c\00\00\00\00\00\00\00\00\00\00\00/\00\00\00\08\00\00\00\7f\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5884) "\1c\00\00\00\00\00\00\00\00\00\00\000\00\00\00\08\00\00\00\80\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5916) "\1c\00\00\00\00\00\00\00\00\00\00\000\00\00\00\08\00\00\00\81\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5948) "\1c\00\00\00\00\00\00\00\00\00\00\001\00\00\00\08\00\00\00\82\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 5980) "\1c\00\00\00\00\00\00\00\00\00\00\001\00\00\00\08\00\00\00\83\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6012) "\1c\00\00\00\00\00\00\00\00\00\00\002\00\00\00\08\00\00\00\84\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6044) "\1c\00\00\00\00\00\00\00\00\00\00\002\00\00\00\08\00\00\00\85\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6076) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\n\00\00\00\0c\00\00\00\0e\00\00\00") - (data (i32.const 6108) ",\00\00\00\00\00\00\00\00\00\00\00\11\00\00\00\10\00\00\00\d0\17\00\00\d0\17\00\00\0c\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6156) "\1c\00\00\00\00\00\00\00\00\00\00\003\00\00\00\08\00\00\00\86\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6188) "\1c\00\00\00\00\00\00\00\00\00\00\004\00\00\00\08\00\00\00\87\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6220) "\1c\00\00\00\00\00\00\00\00\00\00\005\00\00\00\08\00\00\00\88\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6252) "\1c\00\00\00\00\00\00\00\00\00\00\006\00\00\00\08\00\00\00\89\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6284) "\1c\00\00\00\00\00\00\00\00\00\00\007\00\00\00\08\00\00\00\8a\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6316) "\1c\00\00\00\00\00\00\00\00\00\00\008\00\00\00\08\00\00\00\8b\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6348) "\1c\00\00\00\00\00\00\00\00\00\00\009\00\00\00\08\00\00\00\8c\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6380) "\1c\00\00\00\00\00\00\00\00\00\00\00:\00\00\00\08\00\00\00\8d\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6412) "\1c\00\00\00\00\00\00\00\00\00\00\00;\00\00\00\08\00\00\00\8e\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6444) "\1c\00\00\00\00\00\00\00\00\00\00\00<\00\00\00\08\00\00\00\8f\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6476) "\1c\00\00\00\00\00\00\00\00\00\00\00=\00\00\00\08\00\00\00\90\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6508) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00$\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6572) ",\00\00\00\00\00\00\00\00\00\00\00\11\00\00\00\10\00\00\00\80\19\00\00\80\19\00\00$\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6620) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00,\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00\n\00\00\00") - (data (i32.const 6684) ",\00\00\00\00\00\00\00\00\00\00\00\11\00\00\00\10\00\00\00\f0\19\00\00\f0\19\00\00,\00\00\00\0b\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6732) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6764) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006\00\00\00\00\00\00\00\00\00") - (data (i32.const 6892) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 6956) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 6988) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\00") - (data (i32.const 7388) "\1c\04\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8444) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00") - (data (i32.const 8540) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00,\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8572) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\001\00,\002\00,\003\00,\004\00,\005\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8620) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\00.\000\00\00\00\00\00\00\00") - (data (i32.const 8652) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00N\00a\00N\00\00\00\00\00\00\00") - (data (i32.const 8684) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8732) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8784) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 8840) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\00\00\00\10\00\00\000\'\00\000\'\00\00\0c\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10092) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\18\00\00\00\00\00\00\00\00\00\f0\7f\00\00\00\00\00\00\f8\7f\00\00\00\00\00\00\f0\ff\00\00\00\00") - (data (i32.const 10140) ",\00\00\00\00\00\00\00\00\00\00\00?\00\00\00\10\00\00\00\80\'\00\00\80\'\00\00\18\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10188) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\03\00\00\00\92\91\90\00\00\00\00\00\00\00\00\00") - (data (i32.const 10220) ",\00\00\00\00\00\00\00\00\00\00\00\10\00\00\00\10\00\00\00\e0\'\00\00\e0\'\00\00\03\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10268) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\00\00\00\00\00\00\00\00\00") - (data (i32.const 10300) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00I\00n\00t\008\00A\00r\00r\00a\00y\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10348) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\04\05\06\00\00\00\00\00\00") - (data (i32.const 10380) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\04\05\06\07\08\t\00\00\00") - (data (i32.const 10412) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\00\00\00\06\07\08\t\00\00\00") - (data (i32.const 10444) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00defg\e8\e9\ea\92\91\90\00\00") - (data (i32.const 10476) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\00\00\00\00\00\00\00\00\00") - (data (i32.const 10508) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00U\00i\00n\00t\008\00A\00r\00r\00a\00y\00\00\00\00\00\00\00\00\00") - (data (i32.const 10556) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\04\05\06\00\00\00\00\00\00") - (data (i32.const 10588) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\04\05\06\07\08\t\00\00\00") - (data (i32.const 10620) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\00\00\00\06\07\08\t\00\00\00") - (data (i32.const 10652) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00defg\e8\e9\ea\92\91\90\00\00") - (data (i32.const 10684) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\00\00\00\00\00\00\00\00\00") - (data (i32.const 10716) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00U\00i\00n\00t\008\00C\00l\00a\00m\00p\00e\00d\00A\00r\00r\00a\00y\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10780) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\04\05\06\00\00\00\00\00\00") - (data (i32.const 10812) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\04\05\06\07\08\t\00\00\00") - (data (i32.const 10844) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\00\00\00\06\07\08\t\00\00\00") - (data (i32.const 10876) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00defg\ff\ff\ff\00\00\00\00\00") - (data (i32.const 10908) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\02\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 10956) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00I\00n\00t\001\006\00A\00r\00r\00a\00y\00\00\00\00\00\00\00\00\00") - (data (i32.const 11004) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11052) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\07\00\08\00\t\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11100) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\02\00\00\00\00\00\00\00\06\00\07\00\08\00\t\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11148) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00d\00e\00f\00g\00\e8\03\e9\03\ea\03\92\ff\91\ff\90\ff\00\00\00\00\00\00\00\00") - (data (i32.const 11196) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\02\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11244) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00U\00i\00n\00t\001\006\00A\00r\00r\00a\00y\00\00\00\00\00\00\00") - (data (i32.const 11292) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11340) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\07\00\08\00\t\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11388) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\02\00\00\00\00\00\00\00\06\00\07\00\08\00\t\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11436) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00d\00e\00f\00g\00\e8\03\e9\03\ea\03\92\ff\91\ff\90\ff\00\00\00\00\00\00\00\00") - (data (i32.const 11484) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11548) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00I\00n\00t\003\002\00A\00r\00r\00a\00y\00\00\00\00\00\00\00\00\00") - (data (i32.const 11596) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11660) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11724) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11788) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00d\00\00\00e\00\00\00f\00\00\00g\00\00\00\e8\03\00\00\e9\03\00\00\ea\03\00\00\92\ff\ff\ff\91\ff\ff\ff\90\ff\ff\ff\00\00\00\00") - (data (i32.const 11852) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 11916) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00U\00i\00n\00t\003\002\00A\00r\00r\00a\00y\00\00\00\00\00\00\00") - (data (i32.const 11964) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12028) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12092) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12156) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00d\00\00\00e\00\00\00f\00\00\00g\00\00\00\e8\03\00\00\e9\03\00\00\ea\03\00\00\92\ff\ff\ff\91\ff\ff\ff\90\ff\ff\ff\00\00\00\00") - (data (i32.const 12220) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12332) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00I\00n\00t\006\004\00A\00r\00r\00a\00y\00\00\00\00\00\00\00\00\00") - (data (i32.const 12380) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\05\00\00\00\00\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12492) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\05\00\00\00\00\00\00\00\06\00\00\00\00\00\00\00\07\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12604) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\00\00\00\00\07\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12716) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00d\00\00\00\00\00\00\00e\00\00\00\00\00\00\00f\00\00\00\00\00\00\00g\00\00\00\00\00\00\00\e8\03\00\00\00\00\00\00\e9\03\00\00\00\00\00\00\ea\03\00\00\00\00\00\00\92\ff\ff\ff\ff\ff\ff\ff\91\ff\ff\ff\ff\ff\ff\ff\90\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12828) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 12940) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00U\00i\00n\00t\006\004\00A\00r\00r\00a\00y\00\00\00\00\00\00\00") - (data (i32.const 12988) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\05\00\00\00\00\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13100) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\05\00\00\00\00\00\00\00\06\00\00\00\00\00\00\00\07\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13212) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\00\00\00\00\07\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13324) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00d\00\00\00\00\00\00\00e\00\00\00\00\00\00\00f\00\00\00\00\00\00\00g\00\00\00\00\00\00\00\e8\03\00\00\00\00\00\00\e9\03\00\00\00\00\00\00\ea\03\00\00\00\00\00\00\92\ff\ff\ff\ff\ff\ff\ff\91\ff\ff\ff\ff\ff\ff\ff\90\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13436) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\00\00\80?\00\00\00@\00\00@@\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13500) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00F\00l\00o\00a\00t\003\002\00A\00r\00r\00a\00y\00\00\00\00\00") - (data (i32.const 13548) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\00\00\80?\00\00\00@\00\00@@\00\00\80@\00\00\a0@\00\00\c0@\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13612) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\00\00\80?\00\00\00@\00\00@@\00\00\80@\00\00\a0@\00\00\c0@\00\00\e0@\00\00\00A\00\00\10A\00\00\00\00\00\00\00\00") - (data (i32.const 13676) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\00\00\c8B\00\00\caB\00\00\ccB\00\00\ceB\00\00zD\00@zD\00\80zD\00\00\dc\c2\00\00\de\c2\00\00\e0\c2\00\00\00\00") - (data (i32.const 13740) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 13852) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00F\00l\00o\00a\00t\006\004\00A\00r\00r\00a\00y\00\00\00\00\00") - (data (i32.const 13900) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@\00\00\00\00\00\00\10@\00\00\00\00\00\00\14@\00\00\00\00\00\00\18@\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14012) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@\00\00\00\00\00\00\10@\00\00\00\00\00\00\14@\00\00\00\00\00\00\18@\00\00\00\00\00\00\1c@\00\00\00\00\00\00 @\00\00\00\00\00\00\"@\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14124) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\00\00\00\00\00\00Y@\00\00\00\00\00@Y@\00\00\00\00\00\80Y@\00\00\00\00\00\c0Y@\00\00\00\00\00@\8f@\00\00\00\00\00H\8f@\00\00\00\00\00P\8f@\00\00\00\00\00\80[\c0\00\00\00\00\00\c0[\c0\00\00\00\00\00\00\\\c0\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14236) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\00\ff\00\00\00d\n\ff\ff\00\00\00") - (data (i32.const 14268) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\ffd\ff\00\00d\n\ff\00\00\00") - (data (i32.const 14300) "\1c\00\00\00\00\00\00\00\00\00\00\00F\00\00\00\08\00\00\00\91\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14332) "\1c\00\00\00\00\00\00\00\00\00\00\00F\00\00\00\08\00\00\00\92\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14364) "\1c\00\00\00\00\00\00\00\00\00\00\00G\00\00\00\08\00\00\00\93\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14396) "\1c\00\00\00\00\00\00\00\00\00\00\00G\00\00\00\08\00\00\00\94\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14428) "\1c\00\00\00\00\00\00\00\00\00\00\00G\00\00\00\08\00\00\00\95\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14460) "\1c\00\00\00\00\00\00\00\00\00\00\00G\00\00\00\08\00\00\00\96\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14492) "\1c\00\00\00\00\00\00\00\00\00\00\00H\00\00\00\08\00\00\00\97\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14524) "\1c\00\00\00\00\00\00\00\00\00\00\00H\00\00\00\08\00\00\00\98\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14556) "\1c\00\00\00\00\00\00\00\00\00\00\00I\00\00\00\08\00\00\00\99\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14588) "\1c\00\00\00\00\00\00\00\00\00\00\00I\00\00\00\08\00\00\00\9a\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14620) "\1c\00\00\00\00\00\00\00\00\00\00\00J\00\00\00\08\00\00\00\9b\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14652) "\1c\00\00\00\00\00\00\00\00\00\00\00J\00\00\00\08\00\00\00\9c\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14684) "\1c\00\00\00\00\00\00\00\00\00\00\00K\00\00\00\08\00\00\00\9d\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14716) "\1c\00\00\00\00\00\00\00\00\00\00\00K\00\00\00\08\00\00\00\9e\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14748) "\1c\00\00\00\00\00\00\00\00\00\00\00L\00\00\00\08\00\00\00\9f\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14780) "\1c\00\00\00\00\00\00\00\00\00\00\00L\00\00\00\08\00\00\00\a0\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14812) "\1c\00\00\00\00\00\00\00\00\00\00\00M\00\00\00\08\00\00\00\a1\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14844) "\1c\00\00\00\00\00\00\00\00\00\00\00M\00\00\00\08\00\00\00\a2\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14876) "\1c\00\00\00\00\00\00\00\00\00\00\00N\00\00\00\08\00\00\00\a3\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14908) "\1c\00\00\00\00\00\00\00\00\00\00\00N\00\00\00\08\00\00\00\a4\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14940) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\a5\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 14976) "O\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00A\08\00\00A\00\00\00A\00\00\00\81\08\00\00\81\00\00\00\01\t\00\00\01\01\00\00\01\n\00\00\01\02\00\00\01\19\00\00\01\1a\00\00\00\00\00\00B\08\00\00\02\t\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\02\19\00\00\02\1a\00\00B\00\00\00\82\08\00\00\82\00\00\00\02\01\00\00\02\n\00\00\02\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $1 (i32.const 60) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") + (data $2 (i32.const 124) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $3 (i32.const 188) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 256) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 288) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 316) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 380) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 432) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 460) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 524) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00s\00t\00d\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 588) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00~\00l\00i\00b\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 652) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 684) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\01\01\01\04\05\00\00\00\00\00\00\00") + (data $14 (i32.const 716) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $15 (i32.const 764) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $16 (i32.const 796) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\01\01\00\00\00\00\00\00\00\00\00\00") + (data $17 (i32.const 828) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\01\01\00\02\02\00\00\00\00\00\00\00") + (data $18 (i32.const 860) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\01\01\00\02\02\00\00\00\00\00\00\00") + (data $19 (i32.const 892) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $20 (i32.const 924) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\05\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00") + (data $21 (i32.const 956) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\01\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $22 (i32.const 1004) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $23 (i32.const 1052) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $24 (i32.const 1100) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $25 (i32.const 1148) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $26 (i32.const 1196) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $27 (i32.const 1228) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $28 (i32.const 1276) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\04\00\00\00\05\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $29 (i32.const 1324) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\04\00\00\00\05\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $30 (i32.const 1372) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $31 (i32.const 1420) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $32 (i32.const 1468) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\04\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $33 (i32.const 1516) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\04\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $34 (i32.const 1564) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $35 (i32.const 1612) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\04\00\00\00\05\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $36 (i32.const 1660) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\04\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $37 (i32.const 1708) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $38 (i32.const 1756) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $39 (i32.const 1804) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $40 (i32.const 1852) "\1c\00\00\00\00\00\00\00\00\00\00\00\12\00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $41 (i32.const 1884) "\1c\00\00\00\00\00\00\00\00\00\00\00\13\00\00\00\08\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") + (data $42 (i32.const 1916) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00") + (data $43 (i32.const 1948) "\1c\00\00\00\00\00\00\00\00\00\00\00\15\00\00\00\08\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $44 (i32.const 1980) "\1c\00\00\00\00\00\00\00\00\00\00\00\16\00\00\00\08\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00") + (data $45 (i32.const 2012) "\1c\00\00\00\00\00\00\00\00\00\00\00\17\00\00\00\08\00\00\00\07\00\00\00\00\00\00\00\00\00\00\00") + (data $46 (i32.const 2044) "\1c\00\00\00\00\00\00\00\00\00\00\00\18\00\00\00\08\00\00\00\08\00\00\00\00\00\00\00\00\00\00\00") + (data $47 (i32.const 2076) "\1c\00\00\00\00\00\00\00\00\00\00\00\19\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") + (data $48 (i32.const 2108) "\1c\00\00\00\00\00\00\00\00\00\00\00\1a\00\00\00\08\00\00\00\n\00\00\00\00\00\00\00\00\00\00\00") + (data $49 (i32.const 2140) "\1c\00\00\00\00\00\00\00\00\00\00\00\1b\00\00\00\08\00\00\00\0b\00\00\00\00\00\00\00\00\00\00\00") + (data $50 (i32.const 2172) "\1c\00\00\00\00\00\00\00\00\00\00\00\1c\00\00\00\08\00\00\00\0c\00\00\00\00\00\00\00\00\00\00\00") + (data $51 (i32.const 2204) "\1c\00\00\00\00\00\00\00\00\00\00\00\12\00\00\00\08\00\00\00\r\00\00\00\00\00\00\00\00\00\00\00") + (data $52 (i32.const 2236) "\1c\00\00\00\00\00\00\00\00\00\00\00\13\00\00\00\08\00\00\00\0e\00\00\00\00\00\00\00\00\00\00\00") + (data $53 (i32.const 2268) "\1c\00\00\00\00\00\00\00\00\00\00\00\14\00\00\00\08\00\00\00\0f\00\00\00\00\00\00\00\00\00\00\00") + (data $54 (i32.const 2300) "\1c\00\00\00\00\00\00\00\00\00\00\00\15\00\00\00\08\00\00\00\10\00\00\00\00\00\00\00\00\00\00\00") + (data $55 (i32.const 2332) "\1c\00\00\00\00\00\00\00\00\00\00\00\16\00\00\00\08\00\00\00\11\00\00\00\00\00\00\00\00\00\00\00") + (data $56 (i32.const 2364) "\1c\00\00\00\00\00\00\00\00\00\00\00\17\00\00\00\08\00\00\00\12\00\00\00\00\00\00\00\00\00\00\00") + (data $57 (i32.const 2396) "\1c\00\00\00\00\00\00\00\00\00\00\00\18\00\00\00\08\00\00\00\13\00\00\00\00\00\00\00\00\00\00\00") + (data $58 (i32.const 2428) "\1c\00\00\00\00\00\00\00\00\00\00\00\19\00\00\00\08\00\00\00\14\00\00\00\00\00\00\00\00\00\00\00") + (data $59 (i32.const 2460) "\1c\00\00\00\00\00\00\00\00\00\00\00\1a\00\00\00\08\00\00\00\15\00\00\00\00\00\00\00\00\00\00\00") + (data $60 (i32.const 2492) "\1c\00\00\00\00\00\00\00\00\00\00\00\1b\00\00\00\08\00\00\00\16\00\00\00\00\00\00\00\00\00\00\00") + (data $61 (i32.const 2524) "\1c\00\00\00\00\00\00\00\00\00\00\00\1c\00\00\00\08\00\00\00\17\00\00\00\00\00\00\00\00\00\00\00") + (data $62 (i32.const 2556) "\1c\00\00\00\00\00\00\00\00\00\00\00\1d\00\00\00\08\00\00\00\18\00\00\00\00\00\00\00\00\00\00\00") + (data $63 (i32.const 2588) "\1c\00\00\00\00\00\00\00\00\00\00\00\1e\00\00\00\08\00\00\00\19\00\00\00\00\00\00\00\00\00\00\00") + (data $64 (i32.const 2620) "\1c\00\00\00\00\00\00\00\00\00\00\00\1f\00\00\00\08\00\00\00\1a\00\00\00\00\00\00\00\00\00\00\00") + (data $65 (i32.const 2652) "\1c\00\00\00\00\00\00\00\00\00\00\00 \00\00\00\08\00\00\00\1b\00\00\00\00\00\00\00\00\00\00\00") + (data $66 (i32.const 2684) "\1c\00\00\00\00\00\00\00\00\00\00\00!\00\00\00\08\00\00\00\1c\00\00\00\00\00\00\00\00\00\00\00") + (data $67 (i32.const 2716) "\1c\00\00\00\00\00\00\00\00\00\00\00\"\00\00\00\08\00\00\00\1d\00\00\00\00\00\00\00\00\00\00\00") + (data $68 (i32.const 2748) "\1c\00\00\00\00\00\00\00\00\00\00\00#\00\00\00\08\00\00\00\1e\00\00\00\00\00\00\00\00\00\00\00") + (data $69 (i32.const 2780) "\1c\00\00\00\00\00\00\00\00\00\00\00$\00\00\00\08\00\00\00\1f\00\00\00\00\00\00\00\00\00\00\00") + (data $70 (i32.const 2812) "\1c\00\00\00\00\00\00\00\00\00\00\00%\00\00\00\08\00\00\00 \00\00\00\00\00\00\00\00\00\00\00") + (data $71 (i32.const 2844) "\1c\00\00\00\00\00\00\00\00\00\00\00&\00\00\00\08\00\00\00!\00\00\00\00\00\00\00\00\00\00\00") + (data $72 (i32.const 2876) "\1c\00\00\00\00\00\00\00\00\00\00\00\'\00\00\00\08\00\00\00\"\00\00\00\00\00\00\00\00\00\00\00") + (data $73 (i32.const 2908) "\1c\00\00\00\00\00\00\00\00\00\00\00(\00\00\00\08\00\00\00#\00\00\00\00\00\00\00\00\00\00\00") + (data $74 (i32.const 2940) "\1c\00\00\00\00\00\00\00\00\00\00\00)\00\00\00\08\00\00\00$\00\00\00\00\00\00\00\00\00\00\00") + (data $75 (i32.const 2972) "\1c\00\00\00\00\00\00\00\00\00\00\00*\00\00\00\08\00\00\00%\00\00\00\00\00\00\00\00\00\00\00") + (data $76 (i32.const 3004) "\1c\00\00\00\00\00\00\00\00\00\00\00+\00\00\00\08\00\00\00&\00\00\00\00\00\00\00\00\00\00\00") + (data $77 (i32.const 3036) "\1c\00\00\00\00\00\00\00\00\00\00\00,\00\00\00\08\00\00\00\'\00\00\00\00\00\00\00\00\00\00\00") + (data $78 (i32.const 3068) "\1c\00\00\00\00\00\00\00\00\00\00\00-\00\00\00\08\00\00\00(\00\00\00\00\00\00\00\00\00\00\00") + (data $79 (i32.const 3100) "\1c\00\00\00\00\00\00\00\00\00\00\00.\00\00\00\08\00\00\00)\00\00\00\00\00\00\00\00\00\00\00") + (data $80 (i32.const 3132) "\1c\00\00\00\00\00\00\00\00\00\00\00/\00\00\00\08\00\00\00*\00\00\00\00\00\00\00\00\00\00\00") + (data $81 (i32.const 3164) "\1c\00\00\00\00\00\00\00\00\00\00\000\00\00\00\08\00\00\00+\00\00\00\00\00\00\00\00\00\00\00") + (data $82 (i32.const 3196) "\1c\00\00\00\00\00\00\00\00\00\00\001\00\00\00\08\00\00\00,\00\00\00\00\00\00\00\00\00\00\00") + (data $83 (i32.const 3228) "\1c\00\00\00\00\00\00\00\00\00\00\002\00\00\00\08\00\00\00-\00\00\00\00\00\00\00\00\00\00\00") + (data $84 (i32.const 3260) "\1c\00\00\00\00\00\00\00\00\00\00\00(\00\00\00\08\00\00\00.\00\00\00\00\00\00\00\00\00\00\00") + (data $85 (i32.const 3292) "\1c\00\00\00\00\00\00\00\00\00\00\00(\00\00\00\08\00\00\00/\00\00\00\00\00\00\00\00\00\00\00") + (data $86 (i32.const 3324) "\1c\00\00\00\00\00\00\00\00\00\00\00)\00\00\00\08\00\00\000\00\00\00\00\00\00\00\00\00\00\00") + (data $87 (i32.const 3356) "\1c\00\00\00\00\00\00\00\00\00\00\00)\00\00\00\08\00\00\001\00\00\00\00\00\00\00\00\00\00\00") + (data $88 (i32.const 3388) "\1c\00\00\00\00\00\00\00\00\00\00\00*\00\00\00\08\00\00\002\00\00\00\00\00\00\00\00\00\00\00") + (data $89 (i32.const 3420) "\1c\00\00\00\00\00\00\00\00\00\00\00*\00\00\00\08\00\00\003\00\00\00\00\00\00\00\00\00\00\00") + (data $90 (i32.const 3452) "\1c\00\00\00\00\00\00\00\00\00\00\00+\00\00\00\08\00\00\004\00\00\00\00\00\00\00\00\00\00\00") + (data $91 (i32.const 3484) "\1c\00\00\00\00\00\00\00\00\00\00\00+\00\00\00\08\00\00\005\00\00\00\00\00\00\00\00\00\00\00") + (data $92 (i32.const 3516) "\1c\00\00\00\00\00\00\00\00\00\00\00,\00\00\00\08\00\00\006\00\00\00\00\00\00\00\00\00\00\00") + (data $93 (i32.const 3548) "\1c\00\00\00\00\00\00\00\00\00\00\00,\00\00\00\08\00\00\007\00\00\00\00\00\00\00\00\00\00\00") + (data $94 (i32.const 3580) "\1c\00\00\00\00\00\00\00\00\00\00\00-\00\00\00\08\00\00\008\00\00\00\00\00\00\00\00\00\00\00") + (data $95 (i32.const 3612) "\1c\00\00\00\00\00\00\00\00\00\00\00-\00\00\00\08\00\00\009\00\00\00\00\00\00\00\00\00\00\00") + (data $96 (i32.const 3644) "\1c\00\00\00\00\00\00\00\00\00\00\00.\00\00\00\08\00\00\00:\00\00\00\00\00\00\00\00\00\00\00") + (data $97 (i32.const 3676) "\1c\00\00\00\00\00\00\00\00\00\00\00.\00\00\00\08\00\00\00;\00\00\00\00\00\00\00\00\00\00\00") + (data $98 (i32.const 3708) "\1c\00\00\00\00\00\00\00\00\00\00\00/\00\00\00\08\00\00\00<\00\00\00\00\00\00\00\00\00\00\00") + (data $99 (i32.const 3740) "\1c\00\00\00\00\00\00\00\00\00\00\00/\00\00\00\08\00\00\00=\00\00\00\00\00\00\00\00\00\00\00") + (data $100 (i32.const 3772) "\1c\00\00\00\00\00\00\00\00\00\00\000\00\00\00\08\00\00\00>\00\00\00\00\00\00\00\00\00\00\00") + (data $101 (i32.const 3804) "\1c\00\00\00\00\00\00\00\00\00\00\000\00\00\00\08\00\00\00?\00\00\00\00\00\00\00\00\00\00\00") + (data $102 (i32.const 3836) "\1c\00\00\00\00\00\00\00\00\00\00\001\00\00\00\08\00\00\00@\00\00\00\00\00\00\00\00\00\00\00") + (data $103 (i32.const 3868) "\1c\00\00\00\00\00\00\00\00\00\00\001\00\00\00\08\00\00\00A\00\00\00\00\00\00\00\00\00\00\00") + (data $104 (i32.const 3900) "\1c\00\00\00\00\00\00\00\00\00\00\002\00\00\00\08\00\00\00B\00\00\00\00\00\00\00\00\00\00\00") + (data $105 (i32.const 3932) "\1c\00\00\00\00\00\00\00\00\00\00\002\00\00\00\08\00\00\00C\00\00\00\00\00\00\00\00\00\00\00") + (data $106 (i32.const 3964) "\1c\00\00\00\00\00\00\00\00\00\00\00(\00\00\00\08\00\00\00D\00\00\00\00\00\00\00\00\00\00\00") + (data $107 (i32.const 3996) "\1c\00\00\00\00\00\00\00\00\00\00\00(\00\00\00\08\00\00\00E\00\00\00\00\00\00\00\00\00\00\00") + (data $108 (i32.const 4028) "\1c\00\00\00\00\00\00\00\00\00\00\00)\00\00\00\08\00\00\00F\00\00\00\00\00\00\00\00\00\00\00") + (data $109 (i32.const 4060) "\1c\00\00\00\00\00\00\00\00\00\00\00)\00\00\00\08\00\00\00G\00\00\00\00\00\00\00\00\00\00\00") + (data $110 (i32.const 4092) "\1c\00\00\00\00\00\00\00\00\00\00\00*\00\00\00\08\00\00\00H\00\00\00\00\00\00\00\00\00\00\00") + (data $111 (i32.const 4124) "\1c\00\00\00\00\00\00\00\00\00\00\00*\00\00\00\08\00\00\00I\00\00\00\00\00\00\00\00\00\00\00") + (data $112 (i32.const 4156) "\1c\00\00\00\00\00\00\00\00\00\00\00+\00\00\00\08\00\00\00J\00\00\00\00\00\00\00\00\00\00\00") + (data $113 (i32.const 4188) "\1c\00\00\00\00\00\00\00\00\00\00\00+\00\00\00\08\00\00\00K\00\00\00\00\00\00\00\00\00\00\00") + (data $114 (i32.const 4220) "\1c\00\00\00\00\00\00\00\00\00\00\00,\00\00\00\08\00\00\00L\00\00\00\00\00\00\00\00\00\00\00") + (data $115 (i32.const 4252) "\1c\00\00\00\00\00\00\00\00\00\00\00,\00\00\00\08\00\00\00M\00\00\00\00\00\00\00\00\00\00\00") + (data $116 (i32.const 4284) "\1c\00\00\00\00\00\00\00\00\00\00\00-\00\00\00\08\00\00\00N\00\00\00\00\00\00\00\00\00\00\00") + (data $117 (i32.const 4316) "\1c\00\00\00\00\00\00\00\00\00\00\00-\00\00\00\08\00\00\00O\00\00\00\00\00\00\00\00\00\00\00") + (data $118 (i32.const 4348) "\1c\00\00\00\00\00\00\00\00\00\00\00.\00\00\00\08\00\00\00P\00\00\00\00\00\00\00\00\00\00\00") + (data $119 (i32.const 4380) "\1c\00\00\00\00\00\00\00\00\00\00\00.\00\00\00\08\00\00\00Q\00\00\00\00\00\00\00\00\00\00\00") + (data $120 (i32.const 4412) "\1c\00\00\00\00\00\00\00\00\00\00\00/\00\00\00\08\00\00\00R\00\00\00\00\00\00\00\00\00\00\00") + (data $121 (i32.const 4444) "\1c\00\00\00\00\00\00\00\00\00\00\00/\00\00\00\08\00\00\00S\00\00\00\00\00\00\00\00\00\00\00") + (data $122 (i32.const 4476) "\1c\00\00\00\00\00\00\00\00\00\00\000\00\00\00\08\00\00\00T\00\00\00\00\00\00\00\00\00\00\00") + (data $123 (i32.const 4508) "\1c\00\00\00\00\00\00\00\00\00\00\000\00\00\00\08\00\00\00U\00\00\00\00\00\00\00\00\00\00\00") + (data $124 (i32.const 4540) "\1c\00\00\00\00\00\00\00\00\00\00\001\00\00\00\08\00\00\00V\00\00\00\00\00\00\00\00\00\00\00") + (data $125 (i32.const 4572) "\1c\00\00\00\00\00\00\00\00\00\00\001\00\00\00\08\00\00\00W\00\00\00\00\00\00\00\00\00\00\00") + (data $126 (i32.const 4604) "\1c\00\00\00\00\00\00\00\00\00\00\002\00\00\00\08\00\00\00X\00\00\00\00\00\00\00\00\00\00\00") + (data $127 (i32.const 4636) "\1c\00\00\00\00\00\00\00\00\00\00\002\00\00\00\08\00\00\00Y\00\00\00\00\00\00\00\00\00\00\00") + (data $128 (i32.const 4668) "\1c\00\00\00\00\00\00\00\00\00\00\00(\00\00\00\08\00\00\00Z\00\00\00\00\00\00\00\00\00\00\00") + (data $129 (i32.const 4700) "\1c\00\00\00\00\00\00\00\00\00\00\00(\00\00\00\08\00\00\00[\00\00\00\00\00\00\00\00\00\00\00") + (data $130 (i32.const 4732) "\1c\00\00\00\00\00\00\00\00\00\00\00)\00\00\00\08\00\00\00\\\00\00\00\00\00\00\00\00\00\00\00") + (data $131 (i32.const 4764) "\1c\00\00\00\00\00\00\00\00\00\00\00)\00\00\00\08\00\00\00]\00\00\00\00\00\00\00\00\00\00\00") + (data $132 (i32.const 4796) "\1c\00\00\00\00\00\00\00\00\00\00\00*\00\00\00\08\00\00\00^\00\00\00\00\00\00\00\00\00\00\00") + (data $133 (i32.const 4828) "\1c\00\00\00\00\00\00\00\00\00\00\00*\00\00\00\08\00\00\00_\00\00\00\00\00\00\00\00\00\00\00") + (data $134 (i32.const 4860) "\1c\00\00\00\00\00\00\00\00\00\00\00+\00\00\00\08\00\00\00`\00\00\00\00\00\00\00\00\00\00\00") + (data $135 (i32.const 4892) "\1c\00\00\00\00\00\00\00\00\00\00\00+\00\00\00\08\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") + (data $136 (i32.const 4924) "\1c\00\00\00\00\00\00\00\00\00\00\00,\00\00\00\08\00\00\00b\00\00\00\00\00\00\00\00\00\00\00") + (data $137 (i32.const 4956) "\1c\00\00\00\00\00\00\00\00\00\00\00,\00\00\00\08\00\00\00c\00\00\00\00\00\00\00\00\00\00\00") + (data $138 (i32.const 4988) "\1c\00\00\00\00\00\00\00\00\00\00\00-\00\00\00\08\00\00\00d\00\00\00\00\00\00\00\00\00\00\00") + (data $139 (i32.const 5020) "\1c\00\00\00\00\00\00\00\00\00\00\00-\00\00\00\08\00\00\00e\00\00\00\00\00\00\00\00\00\00\00") + (data $140 (i32.const 5052) "\1c\00\00\00\00\00\00\00\00\00\00\00.\00\00\00\08\00\00\00f\00\00\00\00\00\00\00\00\00\00\00") + (data $141 (i32.const 5084) "\1c\00\00\00\00\00\00\00\00\00\00\00.\00\00\00\08\00\00\00g\00\00\00\00\00\00\00\00\00\00\00") + (data $142 (i32.const 5116) "\1c\00\00\00\00\00\00\00\00\00\00\00/\00\00\00\08\00\00\00h\00\00\00\00\00\00\00\00\00\00\00") + (data $143 (i32.const 5148) "\1c\00\00\00\00\00\00\00\00\00\00\00/\00\00\00\08\00\00\00i\00\00\00\00\00\00\00\00\00\00\00") + (data $144 (i32.const 5180) "\1c\00\00\00\00\00\00\00\00\00\00\000\00\00\00\08\00\00\00j\00\00\00\00\00\00\00\00\00\00\00") + (data $145 (i32.const 5212) "\1c\00\00\00\00\00\00\00\00\00\00\000\00\00\00\08\00\00\00k\00\00\00\00\00\00\00\00\00\00\00") + (data $146 (i32.const 5244) "\1c\00\00\00\00\00\00\00\00\00\00\001\00\00\00\08\00\00\00l\00\00\00\00\00\00\00\00\00\00\00") + (data $147 (i32.const 5276) "\1c\00\00\00\00\00\00\00\00\00\00\001\00\00\00\08\00\00\00m\00\00\00\00\00\00\00\00\00\00\00") + (data $148 (i32.const 5308) "\1c\00\00\00\00\00\00\00\00\00\00\002\00\00\00\08\00\00\00n\00\00\00\00\00\00\00\00\00\00\00") + (data $149 (i32.const 5340) "\1c\00\00\00\00\00\00\00\00\00\00\002\00\00\00\08\00\00\00o\00\00\00\00\00\00\00\00\00\00\00") + (data $150 (i32.const 5372) "\1c\00\00\00\00\00\00\00\00\00\00\00(\00\00\00\08\00\00\00p\00\00\00\00\00\00\00\00\00\00\00") + (data $151 (i32.const 5404) "\1c\00\00\00\00\00\00\00\00\00\00\00(\00\00\00\08\00\00\00q\00\00\00\00\00\00\00\00\00\00\00") + (data $152 (i32.const 5436) "\1c\00\00\00\00\00\00\00\00\00\00\00)\00\00\00\08\00\00\00r\00\00\00\00\00\00\00\00\00\00\00") + (data $153 (i32.const 5468) "\1c\00\00\00\00\00\00\00\00\00\00\00)\00\00\00\08\00\00\00s\00\00\00\00\00\00\00\00\00\00\00") + (data $154 (i32.const 5500) "\1c\00\00\00\00\00\00\00\00\00\00\00*\00\00\00\08\00\00\00t\00\00\00\00\00\00\00\00\00\00\00") + (data $155 (i32.const 5532) "\1c\00\00\00\00\00\00\00\00\00\00\00*\00\00\00\08\00\00\00u\00\00\00\00\00\00\00\00\00\00\00") + (data $156 (i32.const 5564) "\1c\00\00\00\00\00\00\00\00\00\00\00+\00\00\00\08\00\00\00v\00\00\00\00\00\00\00\00\00\00\00") + (data $157 (i32.const 5596) "\1c\00\00\00\00\00\00\00\00\00\00\00+\00\00\00\08\00\00\00w\00\00\00\00\00\00\00\00\00\00\00") + (data $158 (i32.const 5628) "\1c\00\00\00\00\00\00\00\00\00\00\00,\00\00\00\08\00\00\00x\00\00\00\00\00\00\00\00\00\00\00") + (data $159 (i32.const 5660) "\1c\00\00\00\00\00\00\00\00\00\00\00,\00\00\00\08\00\00\00y\00\00\00\00\00\00\00\00\00\00\00") + (data $160 (i32.const 5692) "\1c\00\00\00\00\00\00\00\00\00\00\00-\00\00\00\08\00\00\00z\00\00\00\00\00\00\00\00\00\00\00") + (data $161 (i32.const 5724) "\1c\00\00\00\00\00\00\00\00\00\00\00-\00\00\00\08\00\00\00{\00\00\00\00\00\00\00\00\00\00\00") + (data $162 (i32.const 5756) "\1c\00\00\00\00\00\00\00\00\00\00\00.\00\00\00\08\00\00\00|\00\00\00\00\00\00\00\00\00\00\00") + (data $163 (i32.const 5788) "\1c\00\00\00\00\00\00\00\00\00\00\00.\00\00\00\08\00\00\00}\00\00\00\00\00\00\00\00\00\00\00") + (data $164 (i32.const 5820) "\1c\00\00\00\00\00\00\00\00\00\00\00/\00\00\00\08\00\00\00~\00\00\00\00\00\00\00\00\00\00\00") + (data $165 (i32.const 5852) "\1c\00\00\00\00\00\00\00\00\00\00\00/\00\00\00\08\00\00\00\7f\00\00\00\00\00\00\00\00\00\00\00") + (data $166 (i32.const 5884) "\1c\00\00\00\00\00\00\00\00\00\00\000\00\00\00\08\00\00\00\80\00\00\00\00\00\00\00\00\00\00\00") + (data $167 (i32.const 5916) "\1c\00\00\00\00\00\00\00\00\00\00\000\00\00\00\08\00\00\00\81\00\00\00\00\00\00\00\00\00\00\00") + (data $168 (i32.const 5948) "\1c\00\00\00\00\00\00\00\00\00\00\001\00\00\00\08\00\00\00\82\00\00\00\00\00\00\00\00\00\00\00") + (data $169 (i32.const 5980) "\1c\00\00\00\00\00\00\00\00\00\00\001\00\00\00\08\00\00\00\83\00\00\00\00\00\00\00\00\00\00\00") + (data $170 (i32.const 6012) "\1c\00\00\00\00\00\00\00\00\00\00\002\00\00\00\08\00\00\00\84\00\00\00\00\00\00\00\00\00\00\00") + (data $171 (i32.const 6044) "\1c\00\00\00\00\00\00\00\00\00\00\002\00\00\00\08\00\00\00\85\00\00\00\00\00\00\00\00\00\00\00") + (data $172 (i32.const 6076) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\n\00\00\00\0c\00\00\00\0e\00\00\00") + (data $173 (i32.const 6108) ",\00\00\00\00\00\00\00\00\00\00\00\11\00\00\00\10\00\00\00\d0\17\00\00\d0\17\00\00\0c\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $174 (i32.const 6156) "\1c\00\00\00\00\00\00\00\00\00\00\003\00\00\00\08\00\00\00\86\00\00\00\00\00\00\00\00\00\00\00") + (data $175 (i32.const 6188) "\1c\00\00\00\00\00\00\00\00\00\00\004\00\00\00\08\00\00\00\87\00\00\00\00\00\00\00\00\00\00\00") + (data $176 (i32.const 6220) "\1c\00\00\00\00\00\00\00\00\00\00\005\00\00\00\08\00\00\00\88\00\00\00\00\00\00\00\00\00\00\00") + (data $177 (i32.const 6252) "\1c\00\00\00\00\00\00\00\00\00\00\006\00\00\00\08\00\00\00\89\00\00\00\00\00\00\00\00\00\00\00") + (data $178 (i32.const 6284) "\1c\00\00\00\00\00\00\00\00\00\00\007\00\00\00\08\00\00\00\8a\00\00\00\00\00\00\00\00\00\00\00") + (data $179 (i32.const 6316) "\1c\00\00\00\00\00\00\00\00\00\00\008\00\00\00\08\00\00\00\8b\00\00\00\00\00\00\00\00\00\00\00") + (data $180 (i32.const 6348) "\1c\00\00\00\00\00\00\00\00\00\00\009\00\00\00\08\00\00\00\8c\00\00\00\00\00\00\00\00\00\00\00") + (data $181 (i32.const 6380) "\1c\00\00\00\00\00\00\00\00\00\00\00:\00\00\00\08\00\00\00\8d\00\00\00\00\00\00\00\00\00\00\00") + (data $182 (i32.const 6412) "\1c\00\00\00\00\00\00\00\00\00\00\00;\00\00\00\08\00\00\00\8e\00\00\00\00\00\00\00\00\00\00\00") + (data $183 (i32.const 6444) "\1c\00\00\00\00\00\00\00\00\00\00\00<\00\00\00\08\00\00\00\8f\00\00\00\00\00\00\00\00\00\00\00") + (data $184 (i32.const 6476) "\1c\00\00\00\00\00\00\00\00\00\00\00=\00\00\00\08\00\00\00\90\00\00\00\00\00\00\00\00\00\00\00") + (data $185 (i32.const 6508) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00$\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") + (data $186 (i32.const 6572) ",\00\00\00\00\00\00\00\00\00\00\00\11\00\00\00\10\00\00\00\80\19\00\00\80\19\00\00$\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $187 (i32.const 6620) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00,\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00\n\00\00\00") + (data $188 (i32.const 6684) ",\00\00\00\00\00\00\00\00\00\00\00\11\00\00\00\10\00\00\00\f0\19\00\00\f0\19\00\00,\00\00\00\0b\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $189 (i32.const 6732) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $190 (i32.const 6764) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006\00\00\00\00\00\00\00\00\00") + (data $191 (i32.const 6892) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") + (data $192 (i32.const 6956) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\000\00\00\00\00\00\00\00\00\00\00\00") + (data $193 (i32.const 6988) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\00") + (data $194 (i32.const 7388) "\1c\04\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $195 (i32.const 8444) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00") + (data $196 (i32.const 8540) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00,\00\00\00\00\00\00\00\00\00\00\00") + (data $197 (i32.const 8572) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\001\00,\002\00,\003\00,\004\00,\005\00\00\00\00\00\00\00\00\00\00\00") + (data $198 (i32.const 8620) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\00.\000\00\00\00\00\00\00\00") + (data $199 (i32.const 8652) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00N\00a\00N\00\00\00\00\00\00\00") + (data $200 (i32.const 8684) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00") + (data $201 (i32.const 8732) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $202 (i32.const 8784) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $203 (i32.const 8840) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\00\00\00\10\00\00\000\'\00\000\'\00\00\0c\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $213 (i32.const 10092) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\18\00\00\00\00\00\00\00\00\00\f0\7f\00\00\00\00\00\00\f8\7f\00\00\00\00\00\00\f0\ff\00\00\00\00") + (data $214 (i32.const 10140) ",\00\00\00\00\00\00\00\00\00\00\00?\00\00\00\10\00\00\00\80\'\00\00\80\'\00\00\18\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $215 (i32.const 10188) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\03\00\00\00\92\91\90\00\00\00\00\00\00\00\00\00") + (data $216 (i32.const 10220) ",\00\00\00\00\00\00\00\00\00\00\00\10\00\00\00\10\00\00\00\e0\'\00\00\e0\'\00\00\03\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $217 (i32.const 10268) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\00\00\00\00\00\00\00\00\00") + (data $218 (i32.const 10300) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00I\00n\00t\008\00A\00r\00r\00a\00y\00\00\00\00\00\00\00\00\00\00\00") + (data $219 (i32.const 10348) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\04\05\06\00\00\00\00\00\00") + (data $220 (i32.const 10380) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\04\05\06\07\08\t\00\00\00") + (data $221 (i32.const 10412) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\00\00\00\06\07\08\t\00\00\00") + (data $222 (i32.const 10444) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00defg\e8\e9\ea\92\91\90\00\00") + (data $223 (i32.const 10476) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\00\00\00\00\00\00\00\00\00") + (data $224 (i32.const 10508) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00U\00i\00n\00t\008\00A\00r\00r\00a\00y\00\00\00\00\00\00\00\00\00") + (data $225 (i32.const 10556) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\04\05\06\00\00\00\00\00\00") + (data $226 (i32.const 10588) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\04\05\06\07\08\t\00\00\00") + (data $227 (i32.const 10620) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\00\00\00\06\07\08\t\00\00\00") + (data $228 (i32.const 10652) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00defg\e8\e9\ea\92\91\90\00\00") + (data $229 (i32.const 10684) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\00\00\00\00\00\00\00\00\00") + (data $230 (i32.const 10716) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00U\00i\00n\00t\008\00C\00l\00a\00m\00p\00e\00d\00A\00r\00r\00a\00y\00\00\00\00\00\00\00\00\00\00\00") + (data $231 (i32.const 10780) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\04\05\06\00\00\00\00\00\00") + (data $232 (i32.const 10812) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\03\04\05\06\07\08\t\00\00\00") + (data $233 (i32.const 10844) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\02\00\00\00\06\07\08\t\00\00\00") + (data $234 (i32.const 10876) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00defg\ff\ff\ff\00\00\00\00\00") + (data $235 (i32.const 10908) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\02\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $236 (i32.const 10956) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00I\00n\00t\001\006\00A\00r\00r\00a\00y\00\00\00\00\00\00\00\00\00") + (data $237 (i32.const 11004) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $238 (i32.const 11052) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\07\00\08\00\t\00\00\00\00\00\00\00\00\00\00\00") + (data $239 (i32.const 11100) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\02\00\00\00\00\00\00\00\06\00\07\00\08\00\t\00\00\00\00\00\00\00\00\00\00\00") + (data $240 (i32.const 11148) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00d\00e\00f\00g\00\e8\03\e9\03\ea\03\92\ff\91\ff\90\ff\00\00\00\00\00\00\00\00") + (data $241 (i32.const 11196) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\02\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $242 (i32.const 11244) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00U\00i\00n\00t\001\006\00A\00r\00r\00a\00y\00\00\00\00\00\00\00") + (data $243 (i32.const 11292) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $244 (i32.const 11340) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\07\00\08\00\t\00\00\00\00\00\00\00\00\00\00\00") + (data $245 (i32.const 11388) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00\01\00\02\00\00\00\00\00\00\00\06\00\07\00\08\00\t\00\00\00\00\00\00\00\00\00\00\00") + (data $246 (i32.const 11436) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00d\00e\00f\00g\00\e8\03\e9\03\ea\03\92\ff\91\ff\90\ff\00\00\00\00\00\00\00\00") + (data $247 (i32.const 11484) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $248 (i32.const 11548) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00I\00n\00t\003\002\00A\00r\00r\00a\00y\00\00\00\00\00\00\00\00\00") + (data $249 (i32.const 11596) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $250 (i32.const 11660) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") + (data $251 (i32.const 11724) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") + (data $252 (i32.const 11788) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00d\00\00\00e\00\00\00f\00\00\00g\00\00\00\e8\03\00\00\e9\03\00\00\ea\03\00\00\92\ff\ff\ff\91\ff\ff\ff\90\ff\ff\ff\00\00\00\00") + (data $253 (i32.const 11852) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $254 (i32.const 11916) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00U\00i\00n\00t\003\002\00A\00r\00r\00a\00y\00\00\00\00\00\00\00") + (data $255 (i32.const 11964) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $256 (i32.const 12028) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") + (data $257 (i32.const 12092) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") + (data $258 (i32.const 12156) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00d\00\00\00e\00\00\00f\00\00\00g\00\00\00\e8\03\00\00\e9\03\00\00\ea\03\00\00\92\ff\ff\ff\91\ff\ff\ff\90\ff\ff\ff\00\00\00\00") + (data $259 (i32.const 12220) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $260 (i32.const 12332) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00I\00n\00t\006\004\00A\00r\00r\00a\00y\00\00\00\00\00\00\00\00\00") + (data $261 (i32.const 12380) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\05\00\00\00\00\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $262 (i32.const 12492) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\05\00\00\00\00\00\00\00\06\00\00\00\00\00\00\00\07\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $263 (i32.const 12604) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\00\00\00\00\07\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $264 (i32.const 12716) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00d\00\00\00\00\00\00\00e\00\00\00\00\00\00\00f\00\00\00\00\00\00\00g\00\00\00\00\00\00\00\e8\03\00\00\00\00\00\00\e9\03\00\00\00\00\00\00\ea\03\00\00\00\00\00\00\92\ff\ff\ff\ff\ff\ff\ff\91\ff\ff\ff\ff\ff\ff\ff\90\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\00\00\00\00") + (data $265 (i32.const 12828) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $266 (i32.const 12940) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00U\00i\00n\00t\006\004\00A\00r\00r\00a\00y\00\00\00\00\00\00\00") + (data $267 (i32.const 12988) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\05\00\00\00\00\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $268 (i32.const 13100) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\05\00\00\00\00\00\00\00\06\00\00\00\00\00\00\00\07\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $269 (i32.const 13212) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\00\00\00\00\07\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $270 (i32.const 13324) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00d\00\00\00\00\00\00\00e\00\00\00\00\00\00\00f\00\00\00\00\00\00\00g\00\00\00\00\00\00\00\e8\03\00\00\00\00\00\00\e9\03\00\00\00\00\00\00\ea\03\00\00\00\00\00\00\92\ff\ff\ff\ff\ff\ff\ff\91\ff\ff\ff\ff\ff\ff\ff\90\ff\ff\ff\ff\ff\ff\ff\00\00\00\00\00\00\00\00\00\00\00\00") + (data $271 (i32.const 13436) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\00\00\80?\00\00\00@\00\00@@\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $272 (i32.const 13500) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00F\00l\00o\00a\00t\003\002\00A\00r\00r\00a\00y\00\00\00\00\00") + (data $273 (i32.const 13548) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\00\00\80?\00\00\00@\00\00@@\00\00\80@\00\00\a0@\00\00\c0@\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $274 (i32.const 13612) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\00\00\80?\00\00\00@\00\00@@\00\00\80@\00\00\a0@\00\00\c0@\00\00\e0@\00\00\00A\00\00\10A\00\00\00\00\00\00\00\00") + (data $275 (i32.const 13676) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00\00\00\c8B\00\00\caB\00\00\ccB\00\00\ceB\00\00zD\00@zD\00\80zD\00\00\dc\c2\00\00\de\c2\00\00\e0\c2\00\00\00\00") + (data $276 (i32.const 13740) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $277 (i32.const 13852) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00F\00l\00o\00a\00t\006\004\00A\00r\00r\00a\00y\00\00\00\00\00") + (data $278 (i32.const 13900) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@\00\00\00\00\00\00\10@\00\00\00\00\00\00\14@\00\00\00\00\00\00\18@\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $279 (i32.const 14012) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\00\00\00\00\00\00\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@\00\00\00\00\00\00\10@\00\00\00\00\00\00\14@\00\00\00\00\00\00\18@\00\00\00\00\00\00\1c@\00\00\00\00\00\00 @\00\00\00\00\00\00\"@\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $280 (i32.const 14124) "l\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00P\00\00\00\00\00\00\00\00\00Y@\00\00\00\00\00@Y@\00\00\00\00\00\80Y@\00\00\00\00\00\c0Y@\00\00\00\00\00@\8f@\00\00\00\00\00H\8f@\00\00\00\00\00P\8f@\00\00\00\00\00\80[\c0\00\00\00\00\00\c0[\c0\00\00\00\00\00\00\\\c0\00\00\00\00\00\00\00\00\00\00\00\00") + (data $281 (i32.const 14236) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\00\ff\00\00\00d\n\ff\ff\00\00\00") + (data $282 (i32.const 14268) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\n\00\00\00\01\ffd\ff\00\00d\n\ff\00\00\00") + (data $283 (i32.const 14300) "\1c\00\00\00\00\00\00\00\00\00\00\00F\00\00\00\08\00\00\00\91\00\00\00\00\00\00\00\00\00\00\00") + (data $284 (i32.const 14332) "\1c\00\00\00\00\00\00\00\00\00\00\00F\00\00\00\08\00\00\00\92\00\00\00\00\00\00\00\00\00\00\00") + (data $285 (i32.const 14364) "\1c\00\00\00\00\00\00\00\00\00\00\00G\00\00\00\08\00\00\00\93\00\00\00\00\00\00\00\00\00\00\00") + (data $286 (i32.const 14396) "\1c\00\00\00\00\00\00\00\00\00\00\00G\00\00\00\08\00\00\00\94\00\00\00\00\00\00\00\00\00\00\00") + (data $287 (i32.const 14428) "\1c\00\00\00\00\00\00\00\00\00\00\00G\00\00\00\08\00\00\00\95\00\00\00\00\00\00\00\00\00\00\00") + (data $288 (i32.const 14460) "\1c\00\00\00\00\00\00\00\00\00\00\00G\00\00\00\08\00\00\00\96\00\00\00\00\00\00\00\00\00\00\00") + (data $289 (i32.const 14492) "\1c\00\00\00\00\00\00\00\00\00\00\00H\00\00\00\08\00\00\00\97\00\00\00\00\00\00\00\00\00\00\00") + (data $290 (i32.const 14524) "\1c\00\00\00\00\00\00\00\00\00\00\00H\00\00\00\08\00\00\00\98\00\00\00\00\00\00\00\00\00\00\00") + (data $291 (i32.const 14556) "\1c\00\00\00\00\00\00\00\00\00\00\00I\00\00\00\08\00\00\00\99\00\00\00\00\00\00\00\00\00\00\00") + (data $292 (i32.const 14588) "\1c\00\00\00\00\00\00\00\00\00\00\00I\00\00\00\08\00\00\00\9a\00\00\00\00\00\00\00\00\00\00\00") + (data $293 (i32.const 14620) "\1c\00\00\00\00\00\00\00\00\00\00\00J\00\00\00\08\00\00\00\9b\00\00\00\00\00\00\00\00\00\00\00") + (data $294 (i32.const 14652) "\1c\00\00\00\00\00\00\00\00\00\00\00J\00\00\00\08\00\00\00\9c\00\00\00\00\00\00\00\00\00\00\00") + (data $295 (i32.const 14684) "\1c\00\00\00\00\00\00\00\00\00\00\00K\00\00\00\08\00\00\00\9d\00\00\00\00\00\00\00\00\00\00\00") + (data $296 (i32.const 14716) "\1c\00\00\00\00\00\00\00\00\00\00\00K\00\00\00\08\00\00\00\9e\00\00\00\00\00\00\00\00\00\00\00") + (data $297 (i32.const 14748) "\1c\00\00\00\00\00\00\00\00\00\00\00L\00\00\00\08\00\00\00\9f\00\00\00\00\00\00\00\00\00\00\00") + (data $298 (i32.const 14780) "\1c\00\00\00\00\00\00\00\00\00\00\00L\00\00\00\08\00\00\00\a0\00\00\00\00\00\00\00\00\00\00\00") + (data $299 (i32.const 14812) "\1c\00\00\00\00\00\00\00\00\00\00\00M\00\00\00\08\00\00\00\a1\00\00\00\00\00\00\00\00\00\00\00") + (data $300 (i32.const 14844) "\1c\00\00\00\00\00\00\00\00\00\00\00M\00\00\00\08\00\00\00\a2\00\00\00\00\00\00\00\00\00\00\00") + (data $301 (i32.const 14876) "\1c\00\00\00\00\00\00\00\00\00\00\00N\00\00\00\08\00\00\00\a3\00\00\00\00\00\00\00\00\00\00\00") + (data $302 (i32.const 14908) "\1c\00\00\00\00\00\00\00\00\00\00\00N\00\00\00\08\00\00\00\a4\00\00\00\00\00\00\00\00\00\00\00") + (data $303 (i32.const 14940) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\a5\00\00\00\00\00\00\00\00\00\00\00") + (data $304 (i32.const 14976) "O\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00A\08\00\00A\00\00\00A\00\00\00\81\08\00\00\81\00\00\00\01\t\00\00\01\01\00\00\01\n\00\00\01\02\00\00\01\19\00\00\01\1a\00\00\00\00\00\00B\08\00\00\02\t\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\02\19\00\00\02\1a\00\00B\00\00\00\82\08\00\00\82\00\00\00\02\01\00\00\02\n\00\00\02\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 166 166 funcref) (elem $0 (i32.const 1) $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Uint8Array,u8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Uint16Array,u16>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Uint32Array,u32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Uint64Array,u64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8Array,u8>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint16Array,u16>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint32Array,u32>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint64Array,u64>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8Array,u8>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint16Array,u16>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint32Array,u32>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint64Array,u64>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float32Array,f32>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float64Array,f64>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint16Array,u16>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint32Array,u32>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint64Array,u64>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64>~anonymous|1 $std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Float64Array,f64>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|1 $std/typedarray/testArraySort<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Float64Array,f64>~anonymous|0) (export "memory" (memory $0)) diff --git a/tests/compiler/std/typedarray.release.wat b/tests/compiler/std/typedarray.release.wat index 09c5ad4c20..6af4e94d3e 100644 --- a/tests/compiler/std/typedarray.release.wat +++ b/tests/compiler/std/typedarray.release.wat @@ -65,614 +65,614 @@ (global $~lib/util/number/_exp_pow (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 49088)) (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") - (data (i32.const 1084) "<") - (data (i32.const 1096) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") - (data (i32.const 1148) "<") - (data (i32.const 1160) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1212) "<") - (data (i32.const 1224) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1340) "<") - (data (i32.const 1352) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1404) ",") - (data (i32.const 1416) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1484) "<") - (data (i32.const 1496) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1548) "<") - (data (i32.const 1560) "\02\00\00\00\"\00\00\00s\00t\00d\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1612) "<") - (data (i32.const 1624) "\02\00\00\00$\00\00\00~\00l\00i\00b\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1676) "\1c") - (data (i32.const 1688) "\0f\00\00\00\08\00\00\00\01") - (data (i32.const 1708) "\1c") - (data (i32.const 1720) "\01\00\00\00\05\00\00\00\01\01\01\04\05") - (data (i32.const 1740) ",") - (data (i32.const 1752) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") - (data (i32.const 1788) "\1c") - (data (i32.const 1800) "\01\00\00\00\05") - (data (i32.const 1820) "\1c") - (data (i32.const 1832) "\01\00\00\00\05\00\00\00\01\01") - (data (i32.const 1852) "\1c") - (data (i32.const 1864) "\01\00\00\00\05\00\00\00\01\01\00\02\02") - (data (i32.const 1884) "\1c") - (data (i32.const 1896) "\01\00\00\00\05\00\00\00\01\01\00\02\02") - (data (i32.const 1916) "\1c") - (data (i32.const 1928) "\01\00\00\00\03") - (data (i32.const 1948) "\1c") - (data (i32.const 1960) "\01\00\00\00\05\00\00\00\01\00\00\00\02") - (data (i32.const 1980) ",") - (data (i32.const 1992) "\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\01\00\00\00\04\00\00\00\05") - (data (i32.const 2028) ",") - (data (i32.const 2040) "\01\00\00\00\14") - (data (i32.const 2076) ",") - (data (i32.const 2088) "\01\00\00\00\14\00\00\00\01\00\00\00\01") - (data (i32.const 2124) ",") - (data (i32.const 2136) "\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\02") - (data (i32.const 2172) ",") - (data (i32.const 2184) "\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\02") - (data (i32.const 2220) "\1c") - (data (i32.const 2232) "\01\00\00\00\0c") - (data (i32.const 2252) ",") - (data (i32.const 2264) "\01\00\00\00\14\00\00\00\01") - (data (i32.const 2288) "\02") - (data (i32.const 2300) ",") - (data (i32.const 2312) "\01\00\00\00\14\00\00\00\04\00\00\00\05\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 2348) ",") - (data (i32.const 2360) "\01\00\00\00\14\00\00\00\01\00\00\00\04\00\00\00\05\00\00\00\04\00\00\00\05") - (data (i32.const 2396) ",") - (data (i32.const 2408) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\05") - (data (i32.const 2444) ",") - (data (i32.const 2456) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 2492) ",") - (data (i32.const 2504) "\01\00\00\00\14\00\00\00\04\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 2540) ",") - (data (i32.const 2552) "\01\00\00\00\14\00\00\00\01\00\00\00\04\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 2588) ",") - (data (i32.const 2600) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\04\00\00\00\05") - (data (i32.const 2636) ",") - (data (i32.const 2648) "\01\00\00\00\14\00\00\00\04\00\00\00\05\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 2684) ",") - (data (i32.const 2696) "\01\00\00\00\14\00\00\00\04\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 2732) ",") - (data (i32.const 2744) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\03\00\00\00\04\00\00\00\05") - (data (i32.const 2780) ",") - (data (i32.const 2792) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\04\00\00\00\05") - (data (i32.const 2828) ",") - (data (i32.const 2840) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\05") - (data (i32.const 2876) "\1c") - (data (i32.const 2888) "\12\00\00\00\08\00\00\00\02") - (data (i32.const 2908) "\1c") - (data (i32.const 2920) "\13\00\00\00\08\00\00\00\03") - (data (i32.const 2940) "\1c") - (data (i32.const 2952) "\14\00\00\00\08\00\00\00\04") - (data (i32.const 2972) "\1c") - (data (i32.const 2984) "\15\00\00\00\08\00\00\00\05") - (data (i32.const 3004) "\1c") - (data (i32.const 3016) "\16\00\00\00\08\00\00\00\06") - (data (i32.const 3036) "\1c") - (data (i32.const 3048) "\17\00\00\00\08\00\00\00\07") - (data (i32.const 3068) "\1c") - (data (i32.const 3080) "\18\00\00\00\08\00\00\00\08") - (data (i32.const 3100) "\1c") - (data (i32.const 3112) "\19\00\00\00\08\00\00\00\t") - (data (i32.const 3132) "\1c") - (data (i32.const 3144) "\1a\00\00\00\08\00\00\00\n") - (data (i32.const 3164) "\1c") - (data (i32.const 3176) "\1b\00\00\00\08\00\00\00\0b") - (data (i32.const 3196) "\1c") - (data (i32.const 3208) "\1c\00\00\00\08\00\00\00\0c") - (data (i32.const 3228) "\1c") - (data (i32.const 3240) "\12\00\00\00\08\00\00\00\r") - (data (i32.const 3260) "\1c") - (data (i32.const 3272) "\13\00\00\00\08\00\00\00\0e") - (data (i32.const 3292) "\1c") - (data (i32.const 3304) "\14\00\00\00\08\00\00\00\0f") - (data (i32.const 3324) "\1c") - (data (i32.const 3336) "\15\00\00\00\08\00\00\00\10") - (data (i32.const 3356) "\1c") - (data (i32.const 3368) "\16\00\00\00\08\00\00\00\11") - (data (i32.const 3388) "\1c") - (data (i32.const 3400) "\17\00\00\00\08\00\00\00\12") - (data (i32.const 3420) "\1c") - (data (i32.const 3432) "\18\00\00\00\08\00\00\00\13") - (data (i32.const 3452) "\1c") - (data (i32.const 3464) "\19\00\00\00\08\00\00\00\14") - (data (i32.const 3484) "\1c") - (data (i32.const 3496) "\1a\00\00\00\08\00\00\00\15") - (data (i32.const 3516) "\1c") - (data (i32.const 3528) "\1b\00\00\00\08\00\00\00\16") - (data (i32.const 3548) "\1c") - (data (i32.const 3560) "\1c\00\00\00\08\00\00\00\17") - (data (i32.const 3580) "\1c") - (data (i32.const 3592) "\1d\00\00\00\08\00\00\00\18") - (data (i32.const 3612) "\1c") - (data (i32.const 3624) "\1e\00\00\00\08\00\00\00\19") - (data (i32.const 3644) "\1c") - (data (i32.const 3656) "\1f\00\00\00\08\00\00\00\1a") - (data (i32.const 3676) "\1c") - (data (i32.const 3688) " \00\00\00\08\00\00\00\1b") - (data (i32.const 3708) "\1c") - (data (i32.const 3720) "!\00\00\00\08\00\00\00\1c") - (data (i32.const 3740) "\1c") - (data (i32.const 3752) "\"\00\00\00\08\00\00\00\1d") - (data (i32.const 3772) "\1c") - (data (i32.const 3784) "#\00\00\00\08\00\00\00\1e") - (data (i32.const 3804) "\1c") - (data (i32.const 3816) "$\00\00\00\08\00\00\00\1f") - (data (i32.const 3836) "\1c") - (data (i32.const 3848) "%\00\00\00\08\00\00\00 ") - (data (i32.const 3868) "\1c") - (data (i32.const 3880) "&\00\00\00\08\00\00\00!") - (data (i32.const 3900) "\1c") - (data (i32.const 3912) "\'\00\00\00\08\00\00\00\"") - (data (i32.const 3932) "\1c") - (data (i32.const 3944) "(\00\00\00\08\00\00\00#") - (data (i32.const 3964) "\1c") - (data (i32.const 3976) ")\00\00\00\08\00\00\00$") - (data (i32.const 3996) "\1c") - (data (i32.const 4008) "*\00\00\00\08\00\00\00%") - (data (i32.const 4028) "\1c") - (data (i32.const 4040) "+\00\00\00\08\00\00\00&") - (data (i32.const 4060) "\1c") - (data (i32.const 4072) ",\00\00\00\08\00\00\00\'") - (data (i32.const 4092) "\1c") - (data (i32.const 4104) "-\00\00\00\08\00\00\00(") - (data (i32.const 4124) "\1c") - (data (i32.const 4136) ".\00\00\00\08\00\00\00)") - (data (i32.const 4156) "\1c") - (data (i32.const 4168) "/\00\00\00\08\00\00\00*") - (data (i32.const 4188) "\1c") - (data (i32.const 4200) "0\00\00\00\08\00\00\00+") - (data (i32.const 4220) "\1c") - (data (i32.const 4232) "1\00\00\00\08\00\00\00,") - (data (i32.const 4252) "\1c") - (data (i32.const 4264) "2\00\00\00\08\00\00\00-") - (data (i32.const 4284) "\1c") - (data (i32.const 4296) "(\00\00\00\08\00\00\00.") - (data (i32.const 4316) "\1c") - (data (i32.const 4328) "(\00\00\00\08\00\00\00/") - (data (i32.const 4348) "\1c") - (data (i32.const 4360) ")\00\00\00\08\00\00\000") - (data (i32.const 4380) "\1c") - (data (i32.const 4392) ")\00\00\00\08\00\00\001") - (data (i32.const 4412) "\1c") - (data (i32.const 4424) "*\00\00\00\08\00\00\002") - (data (i32.const 4444) "\1c") - (data (i32.const 4456) "*\00\00\00\08\00\00\003") - (data (i32.const 4476) "\1c") - (data (i32.const 4488) "+\00\00\00\08\00\00\004") - (data (i32.const 4508) "\1c") - (data (i32.const 4520) "+\00\00\00\08\00\00\005") - (data (i32.const 4540) "\1c") - (data (i32.const 4552) ",\00\00\00\08\00\00\006") - (data (i32.const 4572) "\1c") - (data (i32.const 4584) ",\00\00\00\08\00\00\007") - (data (i32.const 4604) "\1c") - (data (i32.const 4616) "-\00\00\00\08\00\00\008") - (data (i32.const 4636) "\1c") - (data (i32.const 4648) "-\00\00\00\08\00\00\009") - (data (i32.const 4668) "\1c") - (data (i32.const 4680) ".\00\00\00\08\00\00\00:") - (data (i32.const 4700) "\1c") - (data (i32.const 4712) ".\00\00\00\08\00\00\00;") - (data (i32.const 4732) "\1c") - (data (i32.const 4744) "/\00\00\00\08\00\00\00<") - (data (i32.const 4764) "\1c") - (data (i32.const 4776) "/\00\00\00\08\00\00\00=") - (data (i32.const 4796) "\1c") - (data (i32.const 4808) "0\00\00\00\08\00\00\00>") - (data (i32.const 4828) "\1c") - (data (i32.const 4840) "0\00\00\00\08\00\00\00?") - (data (i32.const 4860) "\1c") - (data (i32.const 4872) "1\00\00\00\08\00\00\00@") - (data (i32.const 4892) "\1c") - (data (i32.const 4904) "1\00\00\00\08\00\00\00A") - (data (i32.const 4924) "\1c") - (data (i32.const 4936) "2\00\00\00\08\00\00\00B") - (data (i32.const 4956) "\1c") - (data (i32.const 4968) "2\00\00\00\08\00\00\00C") - (data (i32.const 4988) "\1c") - (data (i32.const 5000) "(\00\00\00\08\00\00\00D") - (data (i32.const 5020) "\1c") - (data (i32.const 5032) "(\00\00\00\08\00\00\00E") - (data (i32.const 5052) "\1c") - (data (i32.const 5064) ")\00\00\00\08\00\00\00F") - (data (i32.const 5084) "\1c") - (data (i32.const 5096) ")\00\00\00\08\00\00\00G") - (data (i32.const 5116) "\1c") - (data (i32.const 5128) "*\00\00\00\08\00\00\00H") - (data (i32.const 5148) "\1c") - (data (i32.const 5160) "*\00\00\00\08\00\00\00I") - (data (i32.const 5180) "\1c") - (data (i32.const 5192) "+\00\00\00\08\00\00\00J") - (data (i32.const 5212) "\1c") - (data (i32.const 5224) "+\00\00\00\08\00\00\00K") - (data (i32.const 5244) "\1c") - (data (i32.const 5256) ",\00\00\00\08\00\00\00L") - (data (i32.const 5276) "\1c") - (data (i32.const 5288) ",\00\00\00\08\00\00\00M") - (data (i32.const 5308) "\1c") - (data (i32.const 5320) "-\00\00\00\08\00\00\00N") - (data (i32.const 5340) "\1c") - (data (i32.const 5352) "-\00\00\00\08\00\00\00O") - (data (i32.const 5372) "\1c") - (data (i32.const 5384) ".\00\00\00\08\00\00\00P") - (data (i32.const 5404) "\1c") - (data (i32.const 5416) ".\00\00\00\08\00\00\00Q") - (data (i32.const 5436) "\1c") - (data (i32.const 5448) "/\00\00\00\08\00\00\00R") - (data (i32.const 5468) "\1c") - (data (i32.const 5480) "/\00\00\00\08\00\00\00S") - (data (i32.const 5500) "\1c") - (data (i32.const 5512) "0\00\00\00\08\00\00\00T") - (data (i32.const 5532) "\1c") - (data (i32.const 5544) "0\00\00\00\08\00\00\00U") - (data (i32.const 5564) "\1c") - (data (i32.const 5576) "1\00\00\00\08\00\00\00V") - (data (i32.const 5596) "\1c") - (data (i32.const 5608) "1\00\00\00\08\00\00\00W") - (data (i32.const 5628) "\1c") - (data (i32.const 5640) "2\00\00\00\08\00\00\00X") - (data (i32.const 5660) "\1c") - (data (i32.const 5672) "2\00\00\00\08\00\00\00Y") - (data (i32.const 5692) "\1c") - (data (i32.const 5704) "(\00\00\00\08\00\00\00Z") - (data (i32.const 5724) "\1c") - (data (i32.const 5736) "(\00\00\00\08\00\00\00[") - (data (i32.const 5756) "\1c") - (data (i32.const 5768) ")\00\00\00\08\00\00\00\\") - (data (i32.const 5788) "\1c") - (data (i32.const 5800) ")\00\00\00\08\00\00\00]") - (data (i32.const 5820) "\1c") - (data (i32.const 5832) "*\00\00\00\08\00\00\00^") - (data (i32.const 5852) "\1c") - (data (i32.const 5864) "*\00\00\00\08\00\00\00_") - (data (i32.const 5884) "\1c") - (data (i32.const 5896) "+\00\00\00\08\00\00\00`") - (data (i32.const 5916) "\1c") - (data (i32.const 5928) "+\00\00\00\08\00\00\00a") - (data (i32.const 5948) "\1c") - (data (i32.const 5960) ",\00\00\00\08\00\00\00b") - (data (i32.const 5980) "\1c") - (data (i32.const 5992) ",\00\00\00\08\00\00\00c") - (data (i32.const 6012) "\1c") - (data (i32.const 6024) "-\00\00\00\08\00\00\00d") - (data (i32.const 6044) "\1c") - (data (i32.const 6056) "-\00\00\00\08\00\00\00e") - (data (i32.const 6076) "\1c") - (data (i32.const 6088) ".\00\00\00\08\00\00\00f") - (data (i32.const 6108) "\1c") - (data (i32.const 6120) ".\00\00\00\08\00\00\00g") - (data (i32.const 6140) "\1c") - (data (i32.const 6152) "/\00\00\00\08\00\00\00h") - (data (i32.const 6172) "\1c") - (data (i32.const 6184) "/\00\00\00\08\00\00\00i") - (data (i32.const 6204) "\1c") - (data (i32.const 6216) "0\00\00\00\08\00\00\00j") - (data (i32.const 6236) "\1c") - (data (i32.const 6248) "0\00\00\00\08\00\00\00k") - (data (i32.const 6268) "\1c") - (data (i32.const 6280) "1\00\00\00\08\00\00\00l") - (data (i32.const 6300) "\1c") - (data (i32.const 6312) "1\00\00\00\08\00\00\00m") - (data (i32.const 6332) "\1c") - (data (i32.const 6344) "2\00\00\00\08\00\00\00n") - (data (i32.const 6364) "\1c") - (data (i32.const 6376) "2\00\00\00\08\00\00\00o") - (data (i32.const 6396) "\1c") - (data (i32.const 6408) "(\00\00\00\08\00\00\00p") - (data (i32.const 6428) "\1c") - (data (i32.const 6440) "(\00\00\00\08\00\00\00q") - (data (i32.const 6460) "\1c") - (data (i32.const 6472) ")\00\00\00\08\00\00\00r") - (data (i32.const 6492) "\1c") - (data (i32.const 6504) ")\00\00\00\08\00\00\00s") - (data (i32.const 6524) "\1c") - (data (i32.const 6536) "*\00\00\00\08\00\00\00t") - (data (i32.const 6556) "\1c") - (data (i32.const 6568) "*\00\00\00\08\00\00\00u") - (data (i32.const 6588) "\1c") - (data (i32.const 6600) "+\00\00\00\08\00\00\00v") - (data (i32.const 6620) "\1c") - (data (i32.const 6632) "+\00\00\00\08\00\00\00w") - (data (i32.const 6652) "\1c") - (data (i32.const 6664) ",\00\00\00\08\00\00\00x") - (data (i32.const 6684) "\1c") - (data (i32.const 6696) ",\00\00\00\08\00\00\00y") - (data (i32.const 6716) "\1c") - (data (i32.const 6728) "-\00\00\00\08\00\00\00z") - (data (i32.const 6748) "\1c") - (data (i32.const 6760) "-\00\00\00\08\00\00\00{") - (data (i32.const 6780) "\1c") - (data (i32.const 6792) ".\00\00\00\08\00\00\00|") - (data (i32.const 6812) "\1c") - (data (i32.const 6824) ".\00\00\00\08\00\00\00}") - (data (i32.const 6844) "\1c") - (data (i32.const 6856) "/\00\00\00\08\00\00\00~") - (data (i32.const 6876) "\1c") - (data (i32.const 6888) "/\00\00\00\08\00\00\00\7f") - (data (i32.const 6908) "\1c") - (data (i32.const 6920) "0\00\00\00\08\00\00\00\80") - (data (i32.const 6940) "\1c") - (data (i32.const 6952) "0\00\00\00\08\00\00\00\81") - (data (i32.const 6972) "\1c") - (data (i32.const 6984) "1\00\00\00\08\00\00\00\82") - (data (i32.const 7004) "\1c") - (data (i32.const 7016) "1\00\00\00\08\00\00\00\83") - (data (i32.const 7036) "\1c") - (data (i32.const 7048) "2\00\00\00\08\00\00\00\84") - (data (i32.const 7068) "\1c") - (data (i32.const 7080) "2\00\00\00\08\00\00\00\85") - (data (i32.const 7100) "\1c") - (data (i32.const 7112) "\01\00\00\00\0c\00\00\00\n\00\00\00\0c\00\00\00\0e") - (data (i32.const 7132) ",") - (data (i32.const 7144) "\11\00\00\00\10\00\00\00\d0\1b\00\00\d0\1b\00\00\0c\00\00\00\03") - (data (i32.const 7180) "\1c") - (data (i32.const 7192) "3\00\00\00\08\00\00\00\86") - (data (i32.const 7212) "\1c") - (data (i32.const 7224) "4\00\00\00\08\00\00\00\87") - (data (i32.const 7244) "\1c") - (data (i32.const 7256) "5\00\00\00\08\00\00\00\88") - (data (i32.const 7276) "\1c") - (data (i32.const 7288) "6\00\00\00\08\00\00\00\89") - (data (i32.const 7308) "\1c") - (data (i32.const 7320) "7\00\00\00\08\00\00\00\8a") - (data (i32.const 7340) "\1c") - (data (i32.const 7352) "8\00\00\00\08\00\00\00\8b") - (data (i32.const 7372) "\1c") - (data (i32.const 7384) "9\00\00\00\08\00\00\00\8c") - (data (i32.const 7404) "\1c") - (data (i32.const 7416) ":\00\00\00\08\00\00\00\8d") - (data (i32.const 7436) "\1c") - (data (i32.const 7448) ";\00\00\00\08\00\00\00\8e") - (data (i32.const 7468) "\1c") - (data (i32.const 7480) "<\00\00\00\08\00\00\00\8f") - (data (i32.const 7500) "\1c") - (data (i32.const 7512) "=\00\00\00\08\00\00\00\90") - (data (i32.const 7532) "<") - (data (i32.const 7544) "\01\00\00\00$\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t") - (data (i32.const 7596) ",") - (data (i32.const 7608) "\11\00\00\00\10\00\00\00\80\1d\00\00\80\1d\00\00$\00\00\00\t") - (data (i32.const 7644) "<") - (data (i32.const 7656) "\01\00\00\00,\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00\n") - (data (i32.const 7708) ",") - (data (i32.const 7720) "\11\00\00\00\10\00\00\00\f0\1d\00\00\f0\1d\00\00,\00\00\00\0b") - (data (i32.const 7756) "\1c") - (data (i32.const 7768) "\02") - (data (i32.const 7788) "|") - (data (i32.const 7800) "\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006") - (data (i32.const 7916) "<") - (data (i32.const 7928) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s") - (data (i32.const 7980) "\1c") - (data (i32.const 7992) "\02\00\00\00\02\00\00\000") - (data (i32.const 8012) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009") - (data (i32.const 8412) "\1c\04") - (data (i32.const 8424) "\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f") - (data (i32.const 9468) "\\") - (data (i32.const 9480) "\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z") - (data (i32.const 9564) "\1c") - (data (i32.const 9576) "\02\00\00\00\02\00\00\00,") - (data (i32.const 9596) ",") - (data (i32.const 9608) "\02\00\00\00\12\00\00\001\00,\002\00,\003\00,\004\00,\005") - (data (i32.const 9644) "\1c") - (data (i32.const 9656) "\02\00\00\00\06\00\00\000\00.\000") - (data (i32.const 9676) "\1c") - (data (i32.const 9688) "\02\00\00\00\06\00\00\00N\00a\00N") - (data (i32.const 9708) ",") - (data (i32.const 9720) "\02\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y") - (data (i32.const 9756) ",") - (data (i32.const 9768) "\02\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y") - (data (i32.const 9864) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\00\00\00\10\00\00\000+\00\000+\00\00\0c\00\00\00\03") - (data (i32.const 11116) ",") - (data (i32.const 11128) "\01\00\00\00\18") - (data (i32.const 11142) "\f0\7f\00\00\00\00\00\00\f8\7f\00\00\00\00\00\00\f0\ff") - (data (i32.const 11164) ",") - (data (i32.const 11176) "?\00\00\00\10\00\00\00\80+\00\00\80+\00\00\18\00\00\00\03") - (data (i32.const 11212) "\1c") - (data (i32.const 11224) "\01\00\00\00\03\00\00\00\92\91\90") - (data (i32.const 11244) ",") - (data (i32.const 11256) "\10\00\00\00\10\00\00\00\e0+\00\00\e0+\00\00\03\00\00\00\03") - (data (i32.const 11292) "\1c") - (data (i32.const 11304) "\01\00\00\00\n\00\00\00\01\02\03") - (data (i32.const 11324) ",") - (data (i32.const 11336) "\02\00\00\00\12\00\00\00I\00n\00t\008\00A\00r\00r\00a\00y") - (data (i32.const 11372) "\1c") - (data (i32.const 11384) "\01\00\00\00\n\00\00\00\01\02\03\04\05\06") - (data (i32.const 11404) "\1c") - (data (i32.const 11416) "\01\00\00\00\n\00\00\00\01\02\03\04\05\06\07\08\t") - (data (i32.const 11436) "\1c") - (data (i32.const 11448) "\01\00\00\00\n\00\00\00\01\02\00\00\00\06\07\08\t") - (data (i32.const 11468) "\1c") - (data (i32.const 11480) "\01\00\00\00\n\00\00\00defg\e8\e9\ea\92\91\90") - (data (i32.const 11500) "\1c") - (data (i32.const 11512) "\01\00\00\00\n\00\00\00\01\02\03") - (data (i32.const 11532) ",") - (data (i32.const 11544) "\02\00\00\00\14\00\00\00U\00i\00n\00t\008\00A\00r\00r\00a\00y") - (data (i32.const 11580) "\1c") - (data (i32.const 11592) "\01\00\00\00\n\00\00\00\01\02\03\04\05\06") - (data (i32.const 11612) "\1c") - (data (i32.const 11624) "\01\00\00\00\n\00\00\00\01\02\03\04\05\06\07\08\t") - (data (i32.const 11644) "\1c") - (data (i32.const 11656) "\01\00\00\00\n\00\00\00\01\02\00\00\00\06\07\08\t") - (data (i32.const 11676) "\1c") - (data (i32.const 11688) "\01\00\00\00\n\00\00\00defg\e8\e9\ea\92\91\90") - (data (i32.const 11708) "\1c") - (data (i32.const 11720) "\01\00\00\00\n\00\00\00\01\02\03") - (data (i32.const 11740) "<") - (data (i32.const 11752) "\02\00\00\00\"\00\00\00U\00i\00n\00t\008\00C\00l\00a\00m\00p\00e\00d\00A\00r\00r\00a\00y") - (data (i32.const 11804) "\1c") - (data (i32.const 11816) "\01\00\00\00\n\00\00\00\01\02\03\04\05\06") - (data (i32.const 11836) "\1c") - (data (i32.const 11848) "\01\00\00\00\n\00\00\00\01\02\03\04\05\06\07\08\t") - (data (i32.const 11868) "\1c") - (data (i32.const 11880) "\01\00\00\00\n\00\00\00\01\02\00\00\00\06\07\08\t") - (data (i32.const 11900) "\1c") - (data (i32.const 11912) "\01\00\00\00\n\00\00\00defg\ff\ff\ff") - (data (i32.const 11932) ",") - (data (i32.const 11944) "\01\00\00\00\14\00\00\00\01\00\02\00\03") - (data (i32.const 11980) ",") - (data (i32.const 11992) "\02\00\00\00\14\00\00\00I\00n\00t\001\006\00A\00r\00r\00a\00y") - (data (i32.const 12028) ",") - (data (i32.const 12040) "\01\00\00\00\14\00\00\00\01\00\02\00\03\00\04\00\05\00\06") - (data (i32.const 12076) ",") - (data (i32.const 12088) "\01\00\00\00\14\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\07\00\08\00\t") - (data (i32.const 12124) ",") - (data (i32.const 12136) "\01\00\00\00\14\00\00\00\01\00\02\00\00\00\00\00\00\00\06\00\07\00\08\00\t") - (data (i32.const 12172) ",") - (data (i32.const 12184) "\01\00\00\00\14\00\00\00d\00e\00f\00g\00\e8\03\e9\03\ea\03\92\ff\91\ff\90\ff") - (data (i32.const 12220) ",") - (data (i32.const 12232) "\01\00\00\00\14\00\00\00\01\00\02\00\03") - (data (i32.const 12268) ",") - (data (i32.const 12280) "\02\00\00\00\16\00\00\00U\00i\00n\00t\001\006\00A\00r\00r\00a\00y") - (data (i32.const 12316) ",") - (data (i32.const 12328) "\01\00\00\00\14\00\00\00\01\00\02\00\03\00\04\00\05\00\06") - (data (i32.const 12364) ",") - (data (i32.const 12376) "\01\00\00\00\14\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\07\00\08\00\t") - (data (i32.const 12412) ",") - (data (i32.const 12424) "\01\00\00\00\14\00\00\00\01\00\02\00\00\00\00\00\00\00\06\00\07\00\08\00\t") - (data (i32.const 12460) ",") - (data (i32.const 12472) "\01\00\00\00\14\00\00\00d\00e\00f\00g\00\e8\03\e9\03\ea\03\92\ff\91\ff\90\ff") - (data (i32.const 12508) "<") - (data (i32.const 12520) "\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03") - (data (i32.const 12572) ",") - (data (i32.const 12584) "\02\00\00\00\14\00\00\00I\00n\00t\003\002\00A\00r\00r\00a\00y") - (data (i32.const 12620) "<") - (data (i32.const 12632) "\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06") - (data (i32.const 12684) "<") - (data (i32.const 12696) "\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t") - (data (i32.const 12748) "<") - (data (i32.const 12760) "\01\00\00\00(\00\00\00\01\00\00\00\02") - (data (i32.const 12788) "\06\00\00\00\07\00\00\00\08\00\00\00\t") - (data (i32.const 12812) "<") - (data (i32.const 12824) "\01\00\00\00(\00\00\00d\00\00\00e\00\00\00f\00\00\00g\00\00\00\e8\03\00\00\e9\03\00\00\ea\03\00\00\92\ff\ff\ff\91\ff\ff\ff\90\ff\ff\ff") - (data (i32.const 12876) "<") - (data (i32.const 12888) "\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03") - (data (i32.const 12940) ",") - (data (i32.const 12952) "\02\00\00\00\16\00\00\00U\00i\00n\00t\003\002\00A\00r\00r\00a\00y") - (data (i32.const 12988) "<") - (data (i32.const 13000) "\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06") - (data (i32.const 13052) "<") - (data (i32.const 13064) "\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t") - (data (i32.const 13116) "<") - (data (i32.const 13128) "\01\00\00\00(\00\00\00\01\00\00\00\02") - (data (i32.const 13156) "\06\00\00\00\07\00\00\00\08\00\00\00\t") - (data (i32.const 13180) "<") - (data (i32.const 13192) "\01\00\00\00(\00\00\00d\00\00\00e\00\00\00f\00\00\00g\00\00\00\e8\03\00\00\e9\03\00\00\ea\03\00\00\92\ff\ff\ff\91\ff\ff\ff\90\ff\ff\ff") - (data (i32.const 13244) "l") - (data (i32.const 13256) "\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03") - (data (i32.const 13356) ",") - (data (i32.const 13368) "\02\00\00\00\14\00\00\00I\00n\00t\006\004\00A\00r\00r\00a\00y") - (data (i32.const 13404) "l") - (data (i32.const 13416) "\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\05\00\00\00\00\00\00\00\06") - (data (i32.const 13516) "l") - (data (i32.const 13528) "\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\05\00\00\00\00\00\00\00\06\00\00\00\00\00\00\00\07\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\t") - (data (i32.const 13628) "l") - (data (i32.const 13640) "\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02") - (data (i32.const 13688) "\06\00\00\00\00\00\00\00\07\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\t") - (data (i32.const 13740) "l") - (data (i32.const 13752) "\01\00\00\00P\00\00\00d\00\00\00\00\00\00\00e\00\00\00\00\00\00\00f\00\00\00\00\00\00\00g\00\00\00\00\00\00\00\e8\03\00\00\00\00\00\00\e9\03\00\00\00\00\00\00\ea\03\00\00\00\00\00\00\92\ff\ff\ff\ff\ff\ff\ff\91\ff\ff\ff\ff\ff\ff\ff\90\ff\ff\ff\ff\ff\ff\ff") - (data (i32.const 13852) "l") - (data (i32.const 13864) "\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03") - (data (i32.const 13964) ",") - (data (i32.const 13976) "\02\00\00\00\16\00\00\00U\00i\00n\00t\006\004\00A\00r\00r\00a\00y") - (data (i32.const 14012) "l") - (data (i32.const 14024) "\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\05\00\00\00\00\00\00\00\06") - (data (i32.const 14124) "l") - (data (i32.const 14136) "\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\05\00\00\00\00\00\00\00\06\00\00\00\00\00\00\00\07\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\t") - (data (i32.const 14236) "l") - (data (i32.const 14248) "\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02") - (data (i32.const 14296) "\06\00\00\00\00\00\00\00\07\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\t") - (data (i32.const 14348) "l") - (data (i32.const 14360) "\01\00\00\00P\00\00\00d\00\00\00\00\00\00\00e\00\00\00\00\00\00\00f\00\00\00\00\00\00\00g\00\00\00\00\00\00\00\e8\03\00\00\00\00\00\00\e9\03\00\00\00\00\00\00\ea\03\00\00\00\00\00\00\92\ff\ff\ff\ff\ff\ff\ff\91\ff\ff\ff\ff\ff\ff\ff\90\ff\ff\ff\ff\ff\ff\ff") - (data (i32.const 14460) "<") - (data (i32.const 14472) "\01\00\00\00(\00\00\00\00\00\80?\00\00\00@\00\00@@") - (data (i32.const 14524) ",") - (data (i32.const 14536) "\02\00\00\00\18\00\00\00F\00l\00o\00a\00t\003\002\00A\00r\00r\00a\00y") - (data (i32.const 14572) "<") - (data (i32.const 14584) "\01\00\00\00(\00\00\00\00\00\80?\00\00\00@\00\00@@\00\00\80@\00\00\a0@\00\00\c0@") - (data (i32.const 14636) "<") - (data (i32.const 14648) "\01\00\00\00(\00\00\00\00\00\80?\00\00\00@\00\00@@\00\00\80@\00\00\a0@\00\00\c0@\00\00\e0@\00\00\00A\00\00\10A") - (data (i32.const 14700) "<") - (data (i32.const 14712) "\01\00\00\00(\00\00\00\00\00\c8B\00\00\caB\00\00\ccB\00\00\ceB\00\00zD\00@zD\00\80zD\00\00\dc\c2\00\00\de\c2\00\00\e0\c2") - (data (i32.const 14764) "l") - (data (i32.const 14776) "\01\00\00\00P") - (data (i32.const 14790) "\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@") - (data (i32.const 14876) ",") - (data (i32.const 14888) "\02\00\00\00\18\00\00\00F\00l\00o\00a\00t\006\004\00A\00r\00r\00a\00y") - (data (i32.const 14924) "l") - (data (i32.const 14936) "\01\00\00\00P") - (data (i32.const 14950) "\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@\00\00\00\00\00\00\10@\00\00\00\00\00\00\14@\00\00\00\00\00\00\18@") - (data (i32.const 15036) "l") - (data (i32.const 15048) "\01\00\00\00P") - (data (i32.const 15062) "\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@\00\00\00\00\00\00\10@\00\00\00\00\00\00\14@\00\00\00\00\00\00\18@\00\00\00\00\00\00\1c@\00\00\00\00\00\00 @\00\00\00\00\00\00\"@") - (data (i32.const 15148) "l") - (data (i32.const 15160) "\01\00\00\00P") - (data (i32.const 15174) "Y@\00\00\00\00\00@Y@\00\00\00\00\00\80Y@\00\00\00\00\00\c0Y@\00\00\00\00\00@\8f@\00\00\00\00\00H\8f@\00\00\00\00\00P\8f@\00\00\00\00\00\80[\c0\00\00\00\00\00\c0[\c0\00\00\00\00\00\00\\\c0") - (data (i32.const 15260) "\1c") - (data (i32.const 15272) "\01\00\00\00\n\00\00\00\00\ff\00\00\00d\n\ff\ff") - (data (i32.const 15292) "\1c") - (data (i32.const 15304) "\01\00\00\00\n\00\00\00\01\ffd\ff\00\00d\n\ff") - (data (i32.const 15324) "\1c") - (data (i32.const 15336) "F\00\00\00\08\00\00\00\91") - (data (i32.const 15356) "\1c") - (data (i32.const 15368) "F\00\00\00\08\00\00\00\92") - (data (i32.const 15388) "\1c") - (data (i32.const 15400) "G\00\00\00\08\00\00\00\93") - (data (i32.const 15420) "\1c") - (data (i32.const 15432) "G\00\00\00\08\00\00\00\94") - (data (i32.const 15452) "\1c") - (data (i32.const 15464) "G\00\00\00\08\00\00\00\95") - (data (i32.const 15484) "\1c") - (data (i32.const 15496) "G\00\00\00\08\00\00\00\96") - (data (i32.const 15516) "\1c") - (data (i32.const 15528) "H\00\00\00\08\00\00\00\97") - (data (i32.const 15548) "\1c") - (data (i32.const 15560) "H\00\00\00\08\00\00\00\98") - (data (i32.const 15580) "\1c") - (data (i32.const 15592) "I\00\00\00\08\00\00\00\99") - (data (i32.const 15612) "\1c") - (data (i32.const 15624) "I\00\00\00\08\00\00\00\9a") - (data (i32.const 15644) "\1c") - (data (i32.const 15656) "J\00\00\00\08\00\00\00\9b") - (data (i32.const 15676) "\1c") - (data (i32.const 15688) "J\00\00\00\08\00\00\00\9c") - (data (i32.const 15708) "\1c") - (data (i32.const 15720) "K\00\00\00\08\00\00\00\9d") - (data (i32.const 15740) "\1c") - (data (i32.const 15752) "K\00\00\00\08\00\00\00\9e") - (data (i32.const 15772) "\1c") - (data (i32.const 15784) "L\00\00\00\08\00\00\00\9f") - (data (i32.const 15804) "\1c") - (data (i32.const 15816) "L\00\00\00\08\00\00\00\a0") - (data (i32.const 15836) "\1c") - (data (i32.const 15848) "M\00\00\00\08\00\00\00\a1") - (data (i32.const 15868) "\1c") - (data (i32.const 15880) "M\00\00\00\08\00\00\00\a2") - (data (i32.const 15900) "\1c") - (data (i32.const 15912) "N\00\00\00\08\00\00\00\a3") - (data (i32.const 15932) "\1c") - (data (i32.const 15944) "N\00\00\00\08\00\00\00\a4") - (data (i32.const 15964) "\1c") - (data (i32.const 15976) "\0f\00\00\00\08\00\00\00\a5") - (data (i32.const 16000) "O\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00A\08\00\00A\00\00\00A\00\00\00\81\08\00\00\81\00\00\00\01\t\00\00\01\01\00\00\01\n\00\00\01\02\00\00\01\19\00\00\01\1a\00\00\00\00\00\00B\08\00\00\02\t") - (data (i32.const 16252) "\02\19\00\00\02\1a\00\00B\00\00\00\82\08\00\00\82\00\00\00\02\01\00\00\02\n\00\00\02\02") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $1 (i32.const 1084) "<") + (data $1.1 (i32.const 1096) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00b\00u\00f\00f\00e\00r\00.\00t\00s") + (data $2 (i32.const 1148) "<") + (data $2.1 (i32.const 1160) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $3 (i32.const 1212) "<") + (data $3.1 (i32.const 1224) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $6 (i32.const 1340) "<") + (data $6.1 (i32.const 1352) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $7 (i32.const 1404) ",") + (data $7.1 (i32.const 1416) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $9 (i32.const 1484) "<") + (data $9.1 (i32.const 1496) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $10 (i32.const 1548) "<") + (data $10.1 (i32.const 1560) "\02\00\00\00\"\00\00\00s\00t\00d\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s") + (data $11 (i32.const 1612) "<") + (data $11.1 (i32.const 1624) "\02\00\00\00$\00\00\00~\00l\00i\00b\00/\00t\00y\00p\00e\00d\00a\00r\00r\00a\00y\00.\00t\00s") + (data $12 (i32.const 1676) "\1c") + (data $12.1 (i32.const 1688) "\0f\00\00\00\08\00\00\00\01") + (data $13 (i32.const 1708) "\1c") + (data $13.1 (i32.const 1720) "\01\00\00\00\05\00\00\00\01\01\01\04\05") + (data $14 (i32.const 1740) ",") + (data $14.1 (i32.const 1752) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $15 (i32.const 1788) "\1c") + (data $15.1 (i32.const 1800) "\01\00\00\00\05") + (data $16 (i32.const 1820) "\1c") + (data $16.1 (i32.const 1832) "\01\00\00\00\05\00\00\00\01\01") + (data $17 (i32.const 1852) "\1c") + (data $17.1 (i32.const 1864) "\01\00\00\00\05\00\00\00\01\01\00\02\02") + (data $18 (i32.const 1884) "\1c") + (data $18.1 (i32.const 1896) "\01\00\00\00\05\00\00\00\01\01\00\02\02") + (data $19 (i32.const 1916) "\1c") + (data $19.1 (i32.const 1928) "\01\00\00\00\03") + (data $20 (i32.const 1948) "\1c") + (data $20.1 (i32.const 1960) "\01\00\00\00\05\00\00\00\01\00\00\00\02") + (data $21 (i32.const 1980) ",") + (data $21.1 (i32.const 1992) "\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\01\00\00\00\04\00\00\00\05") + (data $22 (i32.const 2028) ",") + (data $22.1 (i32.const 2040) "\01\00\00\00\14") + (data $23 (i32.const 2076) ",") + (data $23.1 (i32.const 2088) "\01\00\00\00\14\00\00\00\01\00\00\00\01") + (data $24 (i32.const 2124) ",") + (data $24.1 (i32.const 2136) "\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\02") + (data $25 (i32.const 2172) ",") + (data $25.1 (i32.const 2184) "\01\00\00\00\14\00\00\00\01\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\02") + (data $26 (i32.const 2220) "\1c") + (data $26.1 (i32.const 2232) "\01\00\00\00\0c") + (data $27 (i32.const 2252) ",") + (data $27.1 (i32.const 2264) "\01\00\00\00\14\00\00\00\01") + (data $27.2 (i32.const 2288) "\02") + (data $28 (i32.const 2300) ",") + (data $28.1 (i32.const 2312) "\01\00\00\00\14\00\00\00\04\00\00\00\05\00\00\00\03\00\00\00\04\00\00\00\05") + (data $29 (i32.const 2348) ",") + (data $29.1 (i32.const 2360) "\01\00\00\00\14\00\00\00\01\00\00\00\04\00\00\00\05\00\00\00\04\00\00\00\05") + (data $30 (i32.const 2396) ",") + (data $30.1 (i32.const 2408) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\05") + (data $31 (i32.const 2444) ",") + (data $31.1 (i32.const 2456) "\01\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $32 (i32.const 2492) ",") + (data $32.1 (i32.const 2504) "\01\00\00\00\14\00\00\00\04\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $33 (i32.const 2540) ",") + (data $33.1 (i32.const 2552) "\01\00\00\00\14\00\00\00\01\00\00\00\04\00\00\00\03\00\00\00\04\00\00\00\05") + (data $34 (i32.const 2588) ",") + (data $34.1 (i32.const 2600) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\04\00\00\00\05") + (data $35 (i32.const 2636) ",") + (data $35.1 (i32.const 2648) "\01\00\00\00\14\00\00\00\04\00\00\00\05\00\00\00\03\00\00\00\04\00\00\00\05") + (data $36 (i32.const 2684) ",") + (data $36.1 (i32.const 2696) "\01\00\00\00\14\00\00\00\04\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") + (data $37 (i32.const 2732) ",") + (data $37.1 (i32.const 2744) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\03\00\00\00\04\00\00\00\05") + (data $38 (i32.const 2780) ",") + (data $38.1 (i32.const 2792) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\04\00\00\00\05") + (data $39 (i32.const 2828) ",") + (data $39.1 (i32.const 2840) "\01\00\00\00\14\00\00\00\01\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\05") + (data $40 (i32.const 2876) "\1c") + (data $40.1 (i32.const 2888) "\12\00\00\00\08\00\00\00\02") + (data $41 (i32.const 2908) "\1c") + (data $41.1 (i32.const 2920) "\13\00\00\00\08\00\00\00\03") + (data $42 (i32.const 2940) "\1c") + (data $42.1 (i32.const 2952) "\14\00\00\00\08\00\00\00\04") + (data $43 (i32.const 2972) "\1c") + (data $43.1 (i32.const 2984) "\15\00\00\00\08\00\00\00\05") + (data $44 (i32.const 3004) "\1c") + (data $44.1 (i32.const 3016) "\16\00\00\00\08\00\00\00\06") + (data $45 (i32.const 3036) "\1c") + (data $45.1 (i32.const 3048) "\17\00\00\00\08\00\00\00\07") + (data $46 (i32.const 3068) "\1c") + (data $46.1 (i32.const 3080) "\18\00\00\00\08\00\00\00\08") + (data $47 (i32.const 3100) "\1c") + (data $47.1 (i32.const 3112) "\19\00\00\00\08\00\00\00\t") + (data $48 (i32.const 3132) "\1c") + (data $48.1 (i32.const 3144) "\1a\00\00\00\08\00\00\00\n") + (data $49 (i32.const 3164) "\1c") + (data $49.1 (i32.const 3176) "\1b\00\00\00\08\00\00\00\0b") + (data $50 (i32.const 3196) "\1c") + (data $50.1 (i32.const 3208) "\1c\00\00\00\08\00\00\00\0c") + (data $51 (i32.const 3228) "\1c") + (data $51.1 (i32.const 3240) "\12\00\00\00\08\00\00\00\r") + (data $52 (i32.const 3260) "\1c") + (data $52.1 (i32.const 3272) "\13\00\00\00\08\00\00\00\0e") + (data $53 (i32.const 3292) "\1c") + (data $53.1 (i32.const 3304) "\14\00\00\00\08\00\00\00\0f") + (data $54 (i32.const 3324) "\1c") + (data $54.1 (i32.const 3336) "\15\00\00\00\08\00\00\00\10") + (data $55 (i32.const 3356) "\1c") + (data $55.1 (i32.const 3368) "\16\00\00\00\08\00\00\00\11") + (data $56 (i32.const 3388) "\1c") + (data $56.1 (i32.const 3400) "\17\00\00\00\08\00\00\00\12") + (data $57 (i32.const 3420) "\1c") + (data $57.1 (i32.const 3432) "\18\00\00\00\08\00\00\00\13") + (data $58 (i32.const 3452) "\1c") + (data $58.1 (i32.const 3464) "\19\00\00\00\08\00\00\00\14") + (data $59 (i32.const 3484) "\1c") + (data $59.1 (i32.const 3496) "\1a\00\00\00\08\00\00\00\15") + (data $60 (i32.const 3516) "\1c") + (data $60.1 (i32.const 3528) "\1b\00\00\00\08\00\00\00\16") + (data $61 (i32.const 3548) "\1c") + (data $61.1 (i32.const 3560) "\1c\00\00\00\08\00\00\00\17") + (data $62 (i32.const 3580) "\1c") + (data $62.1 (i32.const 3592) "\1d\00\00\00\08\00\00\00\18") + (data $63 (i32.const 3612) "\1c") + (data $63.1 (i32.const 3624) "\1e\00\00\00\08\00\00\00\19") + (data $64 (i32.const 3644) "\1c") + (data $64.1 (i32.const 3656) "\1f\00\00\00\08\00\00\00\1a") + (data $65 (i32.const 3676) "\1c") + (data $65.1 (i32.const 3688) " \00\00\00\08\00\00\00\1b") + (data $66 (i32.const 3708) "\1c") + (data $66.1 (i32.const 3720) "!\00\00\00\08\00\00\00\1c") + (data $67 (i32.const 3740) "\1c") + (data $67.1 (i32.const 3752) "\"\00\00\00\08\00\00\00\1d") + (data $68 (i32.const 3772) "\1c") + (data $68.1 (i32.const 3784) "#\00\00\00\08\00\00\00\1e") + (data $69 (i32.const 3804) "\1c") + (data $69.1 (i32.const 3816) "$\00\00\00\08\00\00\00\1f") + (data $70 (i32.const 3836) "\1c") + (data $70.1 (i32.const 3848) "%\00\00\00\08\00\00\00 ") + (data $71 (i32.const 3868) "\1c") + (data $71.1 (i32.const 3880) "&\00\00\00\08\00\00\00!") + (data $72 (i32.const 3900) "\1c") + (data $72.1 (i32.const 3912) "\'\00\00\00\08\00\00\00\"") + (data $73 (i32.const 3932) "\1c") + (data $73.1 (i32.const 3944) "(\00\00\00\08\00\00\00#") + (data $74 (i32.const 3964) "\1c") + (data $74.1 (i32.const 3976) ")\00\00\00\08\00\00\00$") + (data $75 (i32.const 3996) "\1c") + (data $75.1 (i32.const 4008) "*\00\00\00\08\00\00\00%") + (data $76 (i32.const 4028) "\1c") + (data $76.1 (i32.const 4040) "+\00\00\00\08\00\00\00&") + (data $77 (i32.const 4060) "\1c") + (data $77.1 (i32.const 4072) ",\00\00\00\08\00\00\00\'") + (data $78 (i32.const 4092) "\1c") + (data $78.1 (i32.const 4104) "-\00\00\00\08\00\00\00(") + (data $79 (i32.const 4124) "\1c") + (data $79.1 (i32.const 4136) ".\00\00\00\08\00\00\00)") + (data $80 (i32.const 4156) "\1c") + (data $80.1 (i32.const 4168) "/\00\00\00\08\00\00\00*") + (data $81 (i32.const 4188) "\1c") + (data $81.1 (i32.const 4200) "0\00\00\00\08\00\00\00+") + (data $82 (i32.const 4220) "\1c") + (data $82.1 (i32.const 4232) "1\00\00\00\08\00\00\00,") + (data $83 (i32.const 4252) "\1c") + (data $83.1 (i32.const 4264) "2\00\00\00\08\00\00\00-") + (data $84 (i32.const 4284) "\1c") + (data $84.1 (i32.const 4296) "(\00\00\00\08\00\00\00.") + (data $85 (i32.const 4316) "\1c") + (data $85.1 (i32.const 4328) "(\00\00\00\08\00\00\00/") + (data $86 (i32.const 4348) "\1c") + (data $86.1 (i32.const 4360) ")\00\00\00\08\00\00\000") + (data $87 (i32.const 4380) "\1c") + (data $87.1 (i32.const 4392) ")\00\00\00\08\00\00\001") + (data $88 (i32.const 4412) "\1c") + (data $88.1 (i32.const 4424) "*\00\00\00\08\00\00\002") + (data $89 (i32.const 4444) "\1c") + (data $89.1 (i32.const 4456) "*\00\00\00\08\00\00\003") + (data $90 (i32.const 4476) "\1c") + (data $90.1 (i32.const 4488) "+\00\00\00\08\00\00\004") + (data $91 (i32.const 4508) "\1c") + (data $91.1 (i32.const 4520) "+\00\00\00\08\00\00\005") + (data $92 (i32.const 4540) "\1c") + (data $92.1 (i32.const 4552) ",\00\00\00\08\00\00\006") + (data $93 (i32.const 4572) "\1c") + (data $93.1 (i32.const 4584) ",\00\00\00\08\00\00\007") + (data $94 (i32.const 4604) "\1c") + (data $94.1 (i32.const 4616) "-\00\00\00\08\00\00\008") + (data $95 (i32.const 4636) "\1c") + (data $95.1 (i32.const 4648) "-\00\00\00\08\00\00\009") + (data $96 (i32.const 4668) "\1c") + (data $96.1 (i32.const 4680) ".\00\00\00\08\00\00\00:") + (data $97 (i32.const 4700) "\1c") + (data $97.1 (i32.const 4712) ".\00\00\00\08\00\00\00;") + (data $98 (i32.const 4732) "\1c") + (data $98.1 (i32.const 4744) "/\00\00\00\08\00\00\00<") + (data $99 (i32.const 4764) "\1c") + (data $99.1 (i32.const 4776) "/\00\00\00\08\00\00\00=") + (data $100 (i32.const 4796) "\1c") + (data $100.1 (i32.const 4808) "0\00\00\00\08\00\00\00>") + (data $101 (i32.const 4828) "\1c") + (data $101.1 (i32.const 4840) "0\00\00\00\08\00\00\00?") + (data $102 (i32.const 4860) "\1c") + (data $102.1 (i32.const 4872) "1\00\00\00\08\00\00\00@") + (data $103 (i32.const 4892) "\1c") + (data $103.1 (i32.const 4904) "1\00\00\00\08\00\00\00A") + (data $104 (i32.const 4924) "\1c") + (data $104.1 (i32.const 4936) "2\00\00\00\08\00\00\00B") + (data $105 (i32.const 4956) "\1c") + (data $105.1 (i32.const 4968) "2\00\00\00\08\00\00\00C") + (data $106 (i32.const 4988) "\1c") + (data $106.1 (i32.const 5000) "(\00\00\00\08\00\00\00D") + (data $107 (i32.const 5020) "\1c") + (data $107.1 (i32.const 5032) "(\00\00\00\08\00\00\00E") + (data $108 (i32.const 5052) "\1c") + (data $108.1 (i32.const 5064) ")\00\00\00\08\00\00\00F") + (data $109 (i32.const 5084) "\1c") + (data $109.1 (i32.const 5096) ")\00\00\00\08\00\00\00G") + (data $110 (i32.const 5116) "\1c") + (data $110.1 (i32.const 5128) "*\00\00\00\08\00\00\00H") + (data $111 (i32.const 5148) "\1c") + (data $111.1 (i32.const 5160) "*\00\00\00\08\00\00\00I") + (data $112 (i32.const 5180) "\1c") + (data $112.1 (i32.const 5192) "+\00\00\00\08\00\00\00J") + (data $113 (i32.const 5212) "\1c") + (data $113.1 (i32.const 5224) "+\00\00\00\08\00\00\00K") + (data $114 (i32.const 5244) "\1c") + (data $114.1 (i32.const 5256) ",\00\00\00\08\00\00\00L") + (data $115 (i32.const 5276) "\1c") + (data $115.1 (i32.const 5288) ",\00\00\00\08\00\00\00M") + (data $116 (i32.const 5308) "\1c") + (data $116.1 (i32.const 5320) "-\00\00\00\08\00\00\00N") + (data $117 (i32.const 5340) "\1c") + (data $117.1 (i32.const 5352) "-\00\00\00\08\00\00\00O") + (data $118 (i32.const 5372) "\1c") + (data $118.1 (i32.const 5384) ".\00\00\00\08\00\00\00P") + (data $119 (i32.const 5404) "\1c") + (data $119.1 (i32.const 5416) ".\00\00\00\08\00\00\00Q") + (data $120 (i32.const 5436) "\1c") + (data $120.1 (i32.const 5448) "/\00\00\00\08\00\00\00R") + (data $121 (i32.const 5468) "\1c") + (data $121.1 (i32.const 5480) "/\00\00\00\08\00\00\00S") + (data $122 (i32.const 5500) "\1c") + (data $122.1 (i32.const 5512) "0\00\00\00\08\00\00\00T") + (data $123 (i32.const 5532) "\1c") + (data $123.1 (i32.const 5544) "0\00\00\00\08\00\00\00U") + (data $124 (i32.const 5564) "\1c") + (data $124.1 (i32.const 5576) "1\00\00\00\08\00\00\00V") + (data $125 (i32.const 5596) "\1c") + (data $125.1 (i32.const 5608) "1\00\00\00\08\00\00\00W") + (data $126 (i32.const 5628) "\1c") + (data $126.1 (i32.const 5640) "2\00\00\00\08\00\00\00X") + (data $127 (i32.const 5660) "\1c") + (data $127.1 (i32.const 5672) "2\00\00\00\08\00\00\00Y") + (data $128 (i32.const 5692) "\1c") + (data $128.1 (i32.const 5704) "(\00\00\00\08\00\00\00Z") + (data $129 (i32.const 5724) "\1c") + (data $129.1 (i32.const 5736) "(\00\00\00\08\00\00\00[") + (data $130 (i32.const 5756) "\1c") + (data $130.1 (i32.const 5768) ")\00\00\00\08\00\00\00\\") + (data $131 (i32.const 5788) "\1c") + (data $131.1 (i32.const 5800) ")\00\00\00\08\00\00\00]") + (data $132 (i32.const 5820) "\1c") + (data $132.1 (i32.const 5832) "*\00\00\00\08\00\00\00^") + (data $133 (i32.const 5852) "\1c") + (data $133.1 (i32.const 5864) "*\00\00\00\08\00\00\00_") + (data $134 (i32.const 5884) "\1c") + (data $134.1 (i32.const 5896) "+\00\00\00\08\00\00\00`") + (data $135 (i32.const 5916) "\1c") + (data $135.1 (i32.const 5928) "+\00\00\00\08\00\00\00a") + (data $136 (i32.const 5948) "\1c") + (data $136.1 (i32.const 5960) ",\00\00\00\08\00\00\00b") + (data $137 (i32.const 5980) "\1c") + (data $137.1 (i32.const 5992) ",\00\00\00\08\00\00\00c") + (data $138 (i32.const 6012) "\1c") + (data $138.1 (i32.const 6024) "-\00\00\00\08\00\00\00d") + (data $139 (i32.const 6044) "\1c") + (data $139.1 (i32.const 6056) "-\00\00\00\08\00\00\00e") + (data $140 (i32.const 6076) "\1c") + (data $140.1 (i32.const 6088) ".\00\00\00\08\00\00\00f") + (data $141 (i32.const 6108) "\1c") + (data $141.1 (i32.const 6120) ".\00\00\00\08\00\00\00g") + (data $142 (i32.const 6140) "\1c") + (data $142.1 (i32.const 6152) "/\00\00\00\08\00\00\00h") + (data $143 (i32.const 6172) "\1c") + (data $143.1 (i32.const 6184) "/\00\00\00\08\00\00\00i") + (data $144 (i32.const 6204) "\1c") + (data $144.1 (i32.const 6216) "0\00\00\00\08\00\00\00j") + (data $145 (i32.const 6236) "\1c") + (data $145.1 (i32.const 6248) "0\00\00\00\08\00\00\00k") + (data $146 (i32.const 6268) "\1c") + (data $146.1 (i32.const 6280) "1\00\00\00\08\00\00\00l") + (data $147 (i32.const 6300) "\1c") + (data $147.1 (i32.const 6312) "1\00\00\00\08\00\00\00m") + (data $148 (i32.const 6332) "\1c") + (data $148.1 (i32.const 6344) "2\00\00\00\08\00\00\00n") + (data $149 (i32.const 6364) "\1c") + (data $149.1 (i32.const 6376) "2\00\00\00\08\00\00\00o") + (data $150 (i32.const 6396) "\1c") + (data $150.1 (i32.const 6408) "(\00\00\00\08\00\00\00p") + (data $151 (i32.const 6428) "\1c") + (data $151.1 (i32.const 6440) "(\00\00\00\08\00\00\00q") + (data $152 (i32.const 6460) "\1c") + (data $152.1 (i32.const 6472) ")\00\00\00\08\00\00\00r") + (data $153 (i32.const 6492) "\1c") + (data $153.1 (i32.const 6504) ")\00\00\00\08\00\00\00s") + (data $154 (i32.const 6524) "\1c") + (data $154.1 (i32.const 6536) "*\00\00\00\08\00\00\00t") + (data $155 (i32.const 6556) "\1c") + (data $155.1 (i32.const 6568) "*\00\00\00\08\00\00\00u") + (data $156 (i32.const 6588) "\1c") + (data $156.1 (i32.const 6600) "+\00\00\00\08\00\00\00v") + (data $157 (i32.const 6620) "\1c") + (data $157.1 (i32.const 6632) "+\00\00\00\08\00\00\00w") + (data $158 (i32.const 6652) "\1c") + (data $158.1 (i32.const 6664) ",\00\00\00\08\00\00\00x") + (data $159 (i32.const 6684) "\1c") + (data $159.1 (i32.const 6696) ",\00\00\00\08\00\00\00y") + (data $160 (i32.const 6716) "\1c") + (data $160.1 (i32.const 6728) "-\00\00\00\08\00\00\00z") + (data $161 (i32.const 6748) "\1c") + (data $161.1 (i32.const 6760) "-\00\00\00\08\00\00\00{") + (data $162 (i32.const 6780) "\1c") + (data $162.1 (i32.const 6792) ".\00\00\00\08\00\00\00|") + (data $163 (i32.const 6812) "\1c") + (data $163.1 (i32.const 6824) ".\00\00\00\08\00\00\00}") + (data $164 (i32.const 6844) "\1c") + (data $164.1 (i32.const 6856) "/\00\00\00\08\00\00\00~") + (data $165 (i32.const 6876) "\1c") + (data $165.1 (i32.const 6888) "/\00\00\00\08\00\00\00\7f") + (data $166 (i32.const 6908) "\1c") + (data $166.1 (i32.const 6920) "0\00\00\00\08\00\00\00\80") + (data $167 (i32.const 6940) "\1c") + (data $167.1 (i32.const 6952) "0\00\00\00\08\00\00\00\81") + (data $168 (i32.const 6972) "\1c") + (data $168.1 (i32.const 6984) "1\00\00\00\08\00\00\00\82") + (data $169 (i32.const 7004) "\1c") + (data $169.1 (i32.const 7016) "1\00\00\00\08\00\00\00\83") + (data $170 (i32.const 7036) "\1c") + (data $170.1 (i32.const 7048) "2\00\00\00\08\00\00\00\84") + (data $171 (i32.const 7068) "\1c") + (data $171.1 (i32.const 7080) "2\00\00\00\08\00\00\00\85") + (data $172 (i32.const 7100) "\1c") + (data $172.1 (i32.const 7112) "\01\00\00\00\0c\00\00\00\n\00\00\00\0c\00\00\00\0e") + (data $173 (i32.const 7132) ",") + (data $173.1 (i32.const 7144) "\11\00\00\00\10\00\00\00\d0\1b\00\00\d0\1b\00\00\0c\00\00\00\03") + (data $174 (i32.const 7180) "\1c") + (data $174.1 (i32.const 7192) "3\00\00\00\08\00\00\00\86") + (data $175 (i32.const 7212) "\1c") + (data $175.1 (i32.const 7224) "4\00\00\00\08\00\00\00\87") + (data $176 (i32.const 7244) "\1c") + (data $176.1 (i32.const 7256) "5\00\00\00\08\00\00\00\88") + (data $177 (i32.const 7276) "\1c") + (data $177.1 (i32.const 7288) "6\00\00\00\08\00\00\00\89") + (data $178 (i32.const 7308) "\1c") + (data $178.1 (i32.const 7320) "7\00\00\00\08\00\00\00\8a") + (data $179 (i32.const 7340) "\1c") + (data $179.1 (i32.const 7352) "8\00\00\00\08\00\00\00\8b") + (data $180 (i32.const 7372) "\1c") + (data $180.1 (i32.const 7384) "9\00\00\00\08\00\00\00\8c") + (data $181 (i32.const 7404) "\1c") + (data $181.1 (i32.const 7416) ":\00\00\00\08\00\00\00\8d") + (data $182 (i32.const 7436) "\1c") + (data $182.1 (i32.const 7448) ";\00\00\00\08\00\00\00\8e") + (data $183 (i32.const 7468) "\1c") + (data $183.1 (i32.const 7480) "<\00\00\00\08\00\00\00\8f") + (data $184 (i32.const 7500) "\1c") + (data $184.1 (i32.const 7512) "=\00\00\00\08\00\00\00\90") + (data $185 (i32.const 7532) "<") + (data $185.1 (i32.const 7544) "\01\00\00\00$\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t") + (data $186 (i32.const 7596) ",") + (data $186.1 (i32.const 7608) "\11\00\00\00\10\00\00\00\80\1d\00\00\80\1d\00\00$\00\00\00\t") + (data $187 (i32.const 7644) "<") + (data $187.1 (i32.const 7656) "\01\00\00\00,\00\00\00\00\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t\00\00\00\n") + (data $188 (i32.const 7708) ",") + (data $188.1 (i32.const 7720) "\11\00\00\00\10\00\00\00\f0\1d\00\00\f0\1d\00\00,\00\00\00\0b") + (data $189 (i32.const 7756) "\1c") + (data $189.1 (i32.const 7768) "\02") + (data $190 (i32.const 7788) "|") + (data $190.1 (i32.const 7800) "\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006") + (data $191 (i32.const 7916) "<") + (data $191.1 (i32.const 7928) "\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s") + (data $192 (i32.const 7980) "\1c") + (data $192.1 (i32.const 7992) "\02\00\00\00\02\00\00\000") + (data $193 (i32.const 8012) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009") + (data $194 (i32.const 8412) "\1c\04") + (data $194.1 (i32.const 8424) "\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f") + (data $195 (i32.const 9468) "\\") + (data $195.1 (i32.const 9480) "\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z") + (data $196 (i32.const 9564) "\1c") + (data $196.1 (i32.const 9576) "\02\00\00\00\02\00\00\00,") + (data $197 (i32.const 9596) ",") + (data $197.1 (i32.const 9608) "\02\00\00\00\12\00\00\001\00,\002\00,\003\00,\004\00,\005") + (data $198 (i32.const 9644) "\1c") + (data $198.1 (i32.const 9656) "\02\00\00\00\06\00\00\000\00.\000") + (data $199 (i32.const 9676) "\1c") + (data $199.1 (i32.const 9688) "\02\00\00\00\06\00\00\00N\00a\00N") + (data $200 (i32.const 9708) ",") + (data $200.1 (i32.const 9720) "\02\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y") + (data $201 (i32.const 9756) ",") + (data $201.1 (i32.const 9768) "\02\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y") + (data $203 (i32.const 9864) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\00\00\00\10\00\00\000+\00\000+\00\00\0c\00\00\00\03") + (data $213 (i32.const 11116) ",") + (data $213.1 (i32.const 11128) "\01\00\00\00\18") + (data $213.2 (i32.const 11142) "\f0\7f\00\00\00\00\00\00\f8\7f\00\00\00\00\00\00\f0\ff") + (data $214 (i32.const 11164) ",") + (data $214.1 (i32.const 11176) "?\00\00\00\10\00\00\00\80+\00\00\80+\00\00\18\00\00\00\03") + (data $215 (i32.const 11212) "\1c") + (data $215.1 (i32.const 11224) "\01\00\00\00\03\00\00\00\92\91\90") + (data $216 (i32.const 11244) ",") + (data $216.1 (i32.const 11256) "\10\00\00\00\10\00\00\00\e0+\00\00\e0+\00\00\03\00\00\00\03") + (data $217 (i32.const 11292) "\1c") + (data $217.1 (i32.const 11304) "\01\00\00\00\n\00\00\00\01\02\03") + (data $218 (i32.const 11324) ",") + (data $218.1 (i32.const 11336) "\02\00\00\00\12\00\00\00I\00n\00t\008\00A\00r\00r\00a\00y") + (data $219 (i32.const 11372) "\1c") + (data $219.1 (i32.const 11384) "\01\00\00\00\n\00\00\00\01\02\03\04\05\06") + (data $220 (i32.const 11404) "\1c") + (data $220.1 (i32.const 11416) "\01\00\00\00\n\00\00\00\01\02\03\04\05\06\07\08\t") + (data $221 (i32.const 11436) "\1c") + (data $221.1 (i32.const 11448) "\01\00\00\00\n\00\00\00\01\02\00\00\00\06\07\08\t") + (data $222 (i32.const 11468) "\1c") + (data $222.1 (i32.const 11480) "\01\00\00\00\n\00\00\00defg\e8\e9\ea\92\91\90") + (data $223 (i32.const 11500) "\1c") + (data $223.1 (i32.const 11512) "\01\00\00\00\n\00\00\00\01\02\03") + (data $224 (i32.const 11532) ",") + (data $224.1 (i32.const 11544) "\02\00\00\00\14\00\00\00U\00i\00n\00t\008\00A\00r\00r\00a\00y") + (data $225 (i32.const 11580) "\1c") + (data $225.1 (i32.const 11592) "\01\00\00\00\n\00\00\00\01\02\03\04\05\06") + (data $226 (i32.const 11612) "\1c") + (data $226.1 (i32.const 11624) "\01\00\00\00\n\00\00\00\01\02\03\04\05\06\07\08\t") + (data $227 (i32.const 11644) "\1c") + (data $227.1 (i32.const 11656) "\01\00\00\00\n\00\00\00\01\02\00\00\00\06\07\08\t") + (data $228 (i32.const 11676) "\1c") + (data $228.1 (i32.const 11688) "\01\00\00\00\n\00\00\00defg\e8\e9\ea\92\91\90") + (data $229 (i32.const 11708) "\1c") + (data $229.1 (i32.const 11720) "\01\00\00\00\n\00\00\00\01\02\03") + (data $230 (i32.const 11740) "<") + (data $230.1 (i32.const 11752) "\02\00\00\00\"\00\00\00U\00i\00n\00t\008\00C\00l\00a\00m\00p\00e\00d\00A\00r\00r\00a\00y") + (data $231 (i32.const 11804) "\1c") + (data $231.1 (i32.const 11816) "\01\00\00\00\n\00\00\00\01\02\03\04\05\06") + (data $232 (i32.const 11836) "\1c") + (data $232.1 (i32.const 11848) "\01\00\00\00\n\00\00\00\01\02\03\04\05\06\07\08\t") + (data $233 (i32.const 11868) "\1c") + (data $233.1 (i32.const 11880) "\01\00\00\00\n\00\00\00\01\02\00\00\00\06\07\08\t") + (data $234 (i32.const 11900) "\1c") + (data $234.1 (i32.const 11912) "\01\00\00\00\n\00\00\00defg\ff\ff\ff") + (data $235 (i32.const 11932) ",") + (data $235.1 (i32.const 11944) "\01\00\00\00\14\00\00\00\01\00\02\00\03") + (data $236 (i32.const 11980) ",") + (data $236.1 (i32.const 11992) "\02\00\00\00\14\00\00\00I\00n\00t\001\006\00A\00r\00r\00a\00y") + (data $237 (i32.const 12028) ",") + (data $237.1 (i32.const 12040) "\01\00\00\00\14\00\00\00\01\00\02\00\03\00\04\00\05\00\06") + (data $238 (i32.const 12076) ",") + (data $238.1 (i32.const 12088) "\01\00\00\00\14\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\07\00\08\00\t") + (data $239 (i32.const 12124) ",") + (data $239.1 (i32.const 12136) "\01\00\00\00\14\00\00\00\01\00\02\00\00\00\00\00\00\00\06\00\07\00\08\00\t") + (data $240 (i32.const 12172) ",") + (data $240.1 (i32.const 12184) "\01\00\00\00\14\00\00\00d\00e\00f\00g\00\e8\03\e9\03\ea\03\92\ff\91\ff\90\ff") + (data $241 (i32.const 12220) ",") + (data $241.1 (i32.const 12232) "\01\00\00\00\14\00\00\00\01\00\02\00\03") + (data $242 (i32.const 12268) ",") + (data $242.1 (i32.const 12280) "\02\00\00\00\16\00\00\00U\00i\00n\00t\001\006\00A\00r\00r\00a\00y") + (data $243 (i32.const 12316) ",") + (data $243.1 (i32.const 12328) "\01\00\00\00\14\00\00\00\01\00\02\00\03\00\04\00\05\00\06") + (data $244 (i32.const 12364) ",") + (data $244.1 (i32.const 12376) "\01\00\00\00\14\00\00\00\01\00\02\00\03\00\04\00\05\00\06\00\07\00\08\00\t") + (data $245 (i32.const 12412) ",") + (data $245.1 (i32.const 12424) "\01\00\00\00\14\00\00\00\01\00\02\00\00\00\00\00\00\00\06\00\07\00\08\00\t") + (data $246 (i32.const 12460) ",") + (data $246.1 (i32.const 12472) "\01\00\00\00\14\00\00\00d\00e\00f\00g\00\e8\03\e9\03\ea\03\92\ff\91\ff\90\ff") + (data $247 (i32.const 12508) "<") + (data $247.1 (i32.const 12520) "\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03") + (data $248 (i32.const 12572) ",") + (data $248.1 (i32.const 12584) "\02\00\00\00\14\00\00\00I\00n\00t\003\002\00A\00r\00r\00a\00y") + (data $249 (i32.const 12620) "<") + (data $249.1 (i32.const 12632) "\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06") + (data $250 (i32.const 12684) "<") + (data $250.1 (i32.const 12696) "\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t") + (data $251 (i32.const 12748) "<") + (data $251.1 (i32.const 12760) "\01\00\00\00(\00\00\00\01\00\00\00\02") + (data $251.2 (i32.const 12788) "\06\00\00\00\07\00\00\00\08\00\00\00\t") + (data $252 (i32.const 12812) "<") + (data $252.1 (i32.const 12824) "\01\00\00\00(\00\00\00d\00\00\00e\00\00\00f\00\00\00g\00\00\00\e8\03\00\00\e9\03\00\00\ea\03\00\00\92\ff\ff\ff\91\ff\ff\ff\90\ff\ff\ff") + (data $253 (i32.const 12876) "<") + (data $253.1 (i32.const 12888) "\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03") + (data $254 (i32.const 12940) ",") + (data $254.1 (i32.const 12952) "\02\00\00\00\16\00\00\00U\00i\00n\00t\003\002\00A\00r\00r\00a\00y") + (data $255 (i32.const 12988) "<") + (data $255.1 (i32.const 13000) "\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06") + (data $256 (i32.const 13052) "<") + (data $256.1 (i32.const 13064) "\01\00\00\00(\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\06\00\00\00\07\00\00\00\08\00\00\00\t") + (data $257 (i32.const 13116) "<") + (data $257.1 (i32.const 13128) "\01\00\00\00(\00\00\00\01\00\00\00\02") + (data $257.2 (i32.const 13156) "\06\00\00\00\07\00\00\00\08\00\00\00\t") + (data $258 (i32.const 13180) "<") + (data $258.1 (i32.const 13192) "\01\00\00\00(\00\00\00d\00\00\00e\00\00\00f\00\00\00g\00\00\00\e8\03\00\00\e9\03\00\00\ea\03\00\00\92\ff\ff\ff\91\ff\ff\ff\90\ff\ff\ff") + (data $259 (i32.const 13244) "l") + (data $259.1 (i32.const 13256) "\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03") + (data $260 (i32.const 13356) ",") + (data $260.1 (i32.const 13368) "\02\00\00\00\14\00\00\00I\00n\00t\006\004\00A\00r\00r\00a\00y") + (data $261 (i32.const 13404) "l") + (data $261.1 (i32.const 13416) "\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\05\00\00\00\00\00\00\00\06") + (data $262 (i32.const 13516) "l") + (data $262.1 (i32.const 13528) "\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\05\00\00\00\00\00\00\00\06\00\00\00\00\00\00\00\07\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\t") + (data $263 (i32.const 13628) "l") + (data $263.1 (i32.const 13640) "\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02") + (data $263.2 (i32.const 13688) "\06\00\00\00\00\00\00\00\07\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\t") + (data $264 (i32.const 13740) "l") + (data $264.1 (i32.const 13752) "\01\00\00\00P\00\00\00d\00\00\00\00\00\00\00e\00\00\00\00\00\00\00f\00\00\00\00\00\00\00g\00\00\00\00\00\00\00\e8\03\00\00\00\00\00\00\e9\03\00\00\00\00\00\00\ea\03\00\00\00\00\00\00\92\ff\ff\ff\ff\ff\ff\ff\91\ff\ff\ff\ff\ff\ff\ff\90\ff\ff\ff\ff\ff\ff\ff") + (data $265 (i32.const 13852) "l") + (data $265.1 (i32.const 13864) "\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03") + (data $266 (i32.const 13964) ",") + (data $266.1 (i32.const 13976) "\02\00\00\00\16\00\00\00U\00i\00n\00t\006\004\00A\00r\00r\00a\00y") + (data $267 (i32.const 14012) "l") + (data $267.1 (i32.const 14024) "\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\05\00\00\00\00\00\00\00\06") + (data $268 (i32.const 14124) "l") + (data $268.1 (i32.const 14136) "\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\05\00\00\00\00\00\00\00\06\00\00\00\00\00\00\00\07\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\t") + (data $269 (i32.const 14236) "l") + (data $269.1 (i32.const 14248) "\01\00\00\00P\00\00\00\01\00\00\00\00\00\00\00\02") + (data $269.2 (i32.const 14296) "\06\00\00\00\00\00\00\00\07\00\00\00\00\00\00\00\08\00\00\00\00\00\00\00\t") + (data $270 (i32.const 14348) "l") + (data $270.1 (i32.const 14360) "\01\00\00\00P\00\00\00d\00\00\00\00\00\00\00e\00\00\00\00\00\00\00f\00\00\00\00\00\00\00g\00\00\00\00\00\00\00\e8\03\00\00\00\00\00\00\e9\03\00\00\00\00\00\00\ea\03\00\00\00\00\00\00\92\ff\ff\ff\ff\ff\ff\ff\91\ff\ff\ff\ff\ff\ff\ff\90\ff\ff\ff\ff\ff\ff\ff") + (data $271 (i32.const 14460) "<") + (data $271.1 (i32.const 14472) "\01\00\00\00(\00\00\00\00\00\80?\00\00\00@\00\00@@") + (data $272 (i32.const 14524) ",") + (data $272.1 (i32.const 14536) "\02\00\00\00\18\00\00\00F\00l\00o\00a\00t\003\002\00A\00r\00r\00a\00y") + (data $273 (i32.const 14572) "<") + (data $273.1 (i32.const 14584) "\01\00\00\00(\00\00\00\00\00\80?\00\00\00@\00\00@@\00\00\80@\00\00\a0@\00\00\c0@") + (data $274 (i32.const 14636) "<") + (data $274.1 (i32.const 14648) "\01\00\00\00(\00\00\00\00\00\80?\00\00\00@\00\00@@\00\00\80@\00\00\a0@\00\00\c0@\00\00\e0@\00\00\00A\00\00\10A") + (data $275 (i32.const 14700) "<") + (data $275.1 (i32.const 14712) "\01\00\00\00(\00\00\00\00\00\c8B\00\00\caB\00\00\ccB\00\00\ceB\00\00zD\00@zD\00\80zD\00\00\dc\c2\00\00\de\c2\00\00\e0\c2") + (data $276 (i32.const 14764) "l") + (data $276.1 (i32.const 14776) "\01\00\00\00P") + (data $276.2 (i32.const 14790) "\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@") + (data $277 (i32.const 14876) ",") + (data $277.1 (i32.const 14888) "\02\00\00\00\18\00\00\00F\00l\00o\00a\00t\006\004\00A\00r\00r\00a\00y") + (data $278 (i32.const 14924) "l") + (data $278.1 (i32.const 14936) "\01\00\00\00P") + (data $278.2 (i32.const 14950) "\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@\00\00\00\00\00\00\10@\00\00\00\00\00\00\14@\00\00\00\00\00\00\18@") + (data $279 (i32.const 15036) "l") + (data $279.1 (i32.const 15048) "\01\00\00\00P") + (data $279.2 (i32.const 15062) "\f0?\00\00\00\00\00\00\00@\00\00\00\00\00\00\08@\00\00\00\00\00\00\10@\00\00\00\00\00\00\14@\00\00\00\00\00\00\18@\00\00\00\00\00\00\1c@\00\00\00\00\00\00 @\00\00\00\00\00\00\"@") + (data $280 (i32.const 15148) "l") + (data $280.1 (i32.const 15160) "\01\00\00\00P") + (data $280.2 (i32.const 15174) "Y@\00\00\00\00\00@Y@\00\00\00\00\00\80Y@\00\00\00\00\00\c0Y@\00\00\00\00\00@\8f@\00\00\00\00\00H\8f@\00\00\00\00\00P\8f@\00\00\00\00\00\80[\c0\00\00\00\00\00\c0[\c0\00\00\00\00\00\00\\\c0") + (data $281 (i32.const 15260) "\1c") + (data $281.1 (i32.const 15272) "\01\00\00\00\n\00\00\00\00\ff\00\00\00d\n\ff\ff") + (data $282 (i32.const 15292) "\1c") + (data $282.1 (i32.const 15304) "\01\00\00\00\n\00\00\00\01\ffd\ff\00\00d\n\ff") + (data $283 (i32.const 15324) "\1c") + (data $283.1 (i32.const 15336) "F\00\00\00\08\00\00\00\91") + (data $284 (i32.const 15356) "\1c") + (data $284.1 (i32.const 15368) "F\00\00\00\08\00\00\00\92") + (data $285 (i32.const 15388) "\1c") + (data $285.1 (i32.const 15400) "G\00\00\00\08\00\00\00\93") + (data $286 (i32.const 15420) "\1c") + (data $286.1 (i32.const 15432) "G\00\00\00\08\00\00\00\94") + (data $287 (i32.const 15452) "\1c") + (data $287.1 (i32.const 15464) "G\00\00\00\08\00\00\00\95") + (data $288 (i32.const 15484) "\1c") + (data $288.1 (i32.const 15496) "G\00\00\00\08\00\00\00\96") + (data $289 (i32.const 15516) "\1c") + (data $289.1 (i32.const 15528) "H\00\00\00\08\00\00\00\97") + (data $290 (i32.const 15548) "\1c") + (data $290.1 (i32.const 15560) "H\00\00\00\08\00\00\00\98") + (data $291 (i32.const 15580) "\1c") + (data $291.1 (i32.const 15592) "I\00\00\00\08\00\00\00\99") + (data $292 (i32.const 15612) "\1c") + (data $292.1 (i32.const 15624) "I\00\00\00\08\00\00\00\9a") + (data $293 (i32.const 15644) "\1c") + (data $293.1 (i32.const 15656) "J\00\00\00\08\00\00\00\9b") + (data $294 (i32.const 15676) "\1c") + (data $294.1 (i32.const 15688) "J\00\00\00\08\00\00\00\9c") + (data $295 (i32.const 15708) "\1c") + (data $295.1 (i32.const 15720) "K\00\00\00\08\00\00\00\9d") + (data $296 (i32.const 15740) "\1c") + (data $296.1 (i32.const 15752) "K\00\00\00\08\00\00\00\9e") + (data $297 (i32.const 15772) "\1c") + (data $297.1 (i32.const 15784) "L\00\00\00\08\00\00\00\9f") + (data $298 (i32.const 15804) "\1c") + (data $298.1 (i32.const 15816) "L\00\00\00\08\00\00\00\a0") + (data $299 (i32.const 15836) "\1c") + (data $299.1 (i32.const 15848) "M\00\00\00\08\00\00\00\a1") + (data $300 (i32.const 15868) "\1c") + (data $300.1 (i32.const 15880) "M\00\00\00\08\00\00\00\a2") + (data $301 (i32.const 15900) "\1c") + (data $301.1 (i32.const 15912) "N\00\00\00\08\00\00\00\a3") + (data $302 (i32.const 15932) "\1c") + (data $302.1 (i32.const 15944) "N\00\00\00\08\00\00\00\a4") + (data $303 (i32.const 15964) "\1c") + (data $303.1 (i32.const 15976) "\0f\00\00\00\08\00\00\00\a5") + (data $304 (i32.const 16000) "O\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00A\08\00\00A\00\00\00A\00\00\00\81\08\00\00\81\00\00\00\01\t\00\00\01\01\00\00\01\n\00\00\01\02\00\00\01\19\00\00\01\1a\00\00\00\00\00\00B\08\00\00\02\t") + (data $304.1 (i32.const 16252) "\02\19\00\00\02\1a\00\00B\00\00\00\82\08\00\00\82\00\00\00\02\01\00\00\02\n\00\00\02\02") (table $0 166 166 funcref) (elem $0 (i32.const 1) $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Float64Array,f64>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Float64Array,f64>~anonymous|0) (export "memory" (memory $0)) @@ -43919,7 +43919,7 @@ local.set $8 i32.const 0 local.set $0 - loop $for-loop|08 + loop $for-loop|05 local.get $0 local.get $4 i32.lt_s @@ -43951,7 +43951,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|08 + br $for-loop|05 end end global.get $~lib/memory/__stack_pointer @@ -44052,7 +44052,7 @@ local.set $6 i32.const 0 local.set $0 - loop $for-loop|012 + loop $for-loop|06 local.get $0 local.get $4 i32.lt_s @@ -44082,7 +44082,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|012 + br $for-loop|06 end end global.get $~lib/memory/__stack_pointer @@ -49595,7 +49595,7 @@ local.set $1 i32.const 0 local.set $0 - loop $for-loop|08 + loop $for-loop|05 local.get $0 local.get $3 i32.lt_s @@ -49615,7 +49615,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|08 + br $for-loop|05 end end global.get $~lib/memory/__stack_pointer @@ -49682,7 +49682,7 @@ local.set $2 i32.const 0 local.set $0 - loop $for-loop|012 + loop $for-loop|06 local.get $0 local.get $1 i32.lt_s @@ -49704,7 +49704,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|012 + br $for-loop|06 end end global.get $~lib/memory/__stack_pointer @@ -49771,7 +49771,7 @@ local.set $3 i32.const 0 local.set $0 - loop $for-loop|016 + loop $for-loop|07 local.get $0 local.get $1 i32.lt_s @@ -49791,7 +49791,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|016 + br $for-loop|07 end end global.get $~lib/memory/__stack_pointer @@ -50346,7 +50346,7 @@ local.set $1 i32.const 0 local.set $0 - loop $for-loop|08 + loop $for-loop|05 local.get $0 local.get $5 i32.lt_s @@ -50367,7 +50367,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|08 + br $for-loop|05 end end global.get $~lib/memory/__stack_pointer @@ -50445,7 +50445,7 @@ local.set $2 i32.const 0 local.set $0 - loop $for-loop|012 + loop $for-loop|06 local.get $0 local.get $1 i32.lt_s @@ -50465,7 +50465,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|012 + br $for-loop|06 end end global.get $~lib/memory/__stack_pointer @@ -50532,7 +50532,7 @@ local.set $3 i32.const 0 local.set $0 - loop $for-loop|016 + loop $for-loop|07 local.get $0 local.get $1 i32.lt_s @@ -50554,7 +50554,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|016 + br $for-loop|07 end end global.get $~lib/memory/__stack_pointer @@ -50621,7 +50621,7 @@ local.set $3 i32.const 0 local.set $0 - loop $for-loop|020 + loop $for-loop|08 local.get $0 local.get $1 i32.lt_s @@ -50641,7 +50641,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|020 + br $for-loop|08 end end global.get $~lib/memory/__stack_pointer @@ -60057,7 +60057,7 @@ local.get $6 call $~lib/typedarray/Int16Array#get:length local.set $7 - loop $for-loop|04 + loop $for-loop|03 local.get $1 local.get $7 i32.lt_s @@ -60086,7 +60086,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|04 + br $for-loop|03 end end global.get $~lib/memory/__stack_pointer @@ -60187,7 +60187,7 @@ local.get $6 call $~lib/typedarray/Int32Array#get:length local.set $7 - loop $for-loop|06 + loop $for-loop|04 local.get $1 local.get $7 i32.lt_s @@ -60216,7 +60216,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|06 + br $for-loop|04 end end global.get $~lib/memory/__stack_pointer @@ -60315,7 +60315,7 @@ local.get $6 call $~lib/typedarray/Int32Array#get:length local.set $7 - loop $for-loop|08 + loop $for-loop|05 local.get $1 local.get $7 i32.lt_s @@ -60344,7 +60344,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|08 + br $for-loop|05 end end global.get $~lib/memory/__stack_pointer @@ -60441,7 +60441,7 @@ local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $6 - loop $for-loop|010 + loop $for-loop|06 local.get $1 local.get $6 i32.lt_s @@ -60470,7 +60470,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|010 + br $for-loop|06 end end global.get $~lib/memory/__stack_pointer @@ -60569,7 +60569,7 @@ local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $6 - loop $for-loop|012 + loop $for-loop|07 local.get $1 local.get $6 i32.lt_s @@ -60598,7 +60598,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|012 + br $for-loop|07 end end global.get $~lib/memory/__stack_pointer @@ -60695,7 +60695,7 @@ local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $6 - loop $for-loop|014 + loop $for-loop|08 local.get $1 local.get $6 i32.lt_s @@ -60724,7 +60724,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|014 + br $for-loop|08 end end global.get $~lib/memory/__stack_pointer @@ -60821,7 +60821,7 @@ local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $6 - loop $for-loop|016 + loop $for-loop|09 local.get $1 local.get $6 i32.lt_s @@ -60850,7 +60850,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|016 + br $for-loop|09 end end global.get $~lib/memory/__stack_pointer @@ -61708,7 +61708,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|018 + loop $for-loop|010 local.get $0 i32.const 0 i32.ge_s @@ -61735,7 +61735,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|018 + br $for-loop|010 end end global.get $~lib/memory/__stack_pointer @@ -61954,7 +61954,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|020 + loop $for-loop|011 local.get $0 i32.const 0 i32.ge_s @@ -61983,7 +61983,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|020 + br $for-loop|011 end end global.get $~lib/memory/__stack_pointer @@ -62084,7 +62084,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|022 + loop $for-loop|012 local.get $0 i32.const 0 i32.ge_s @@ -62113,7 +62113,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|022 + br $for-loop|012 end end global.get $~lib/memory/__stack_pointer @@ -62214,7 +62214,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|024 + loop $for-loop|013 local.get $0 i32.const 0 i32.ge_s @@ -62243,7 +62243,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|024 + br $for-loop|013 end end global.get $~lib/memory/__stack_pointer @@ -62342,7 +62342,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|026 + loop $for-loop|014 local.get $0 i32.const 0 i32.ge_s @@ -62371,7 +62371,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|026 + br $for-loop|014 end end global.get $~lib/memory/__stack_pointer @@ -62470,7 +62470,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|028 + loop $for-loop|015 local.get $0 i32.const 0 i32.ge_s @@ -62499,7 +62499,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|028 + br $for-loop|015 end end global.get $~lib/memory/__stack_pointer @@ -62598,7 +62598,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|030 + loop $for-loop|016 local.get $0 i32.const 0 i32.ge_s @@ -62627,7 +62627,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|030 + br $for-loop|016 end end global.get $~lib/memory/__stack_pointer @@ -62726,7 +62726,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|032 + loop $for-loop|017 local.get $0 i32.const 0 i32.ge_s @@ -62755,7 +62755,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|032 + br $for-loop|017 end end global.get $~lib/memory/__stack_pointer @@ -62854,7 +62854,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|034 + loop $for-loop|018 local.get $0 i32.const 0 i32.ge_s @@ -62883,7 +62883,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|034 + br $for-loop|018 end end global.get $~lib/memory/__stack_pointer @@ -66038,7 +66038,7 @@ local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $6 - loop $for-loop|036 + loop $for-loop|019 local.get $1 local.get $6 i32.lt_s @@ -66063,7 +66063,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|036 + br $for-loop|019 end end global.get $~lib/memory/__stack_pointer @@ -66348,7 +66348,7 @@ local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $6 - loop $for-loop|038 + loop $for-loop|020 local.get $1 local.get $6 i32.lt_s @@ -66375,7 +66375,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|038 + br $for-loop|020 end end global.get $~lib/memory/__stack_pointer @@ -66497,7 +66497,7 @@ local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $6 - loop $for-loop|040 + loop $for-loop|021 local.get $1 local.get $6 i32.lt_s @@ -66524,7 +66524,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|040 + br $for-loop|021 end end global.get $~lib/memory/__stack_pointer @@ -66640,7 +66640,7 @@ local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $6 - loop $for-loop|042 + loop $for-loop|022 local.get $1 local.get $6 i32.lt_s @@ -66667,7 +66667,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|042 + br $for-loop|022 end end global.get $~lib/memory/__stack_pointer @@ -66783,7 +66783,7 @@ local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $6 - loop $for-loop|044 + loop $for-loop|023 local.get $1 local.get $6 i32.lt_s @@ -66810,7 +66810,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|044 + br $for-loop|023 end end global.get $~lib/memory/__stack_pointer @@ -66929,7 +66929,7 @@ local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $6 - loop $for-loop|046 + loop $for-loop|024 local.get $1 local.get $6 i32.lt_s @@ -66956,7 +66956,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|046 + br $for-loop|024 end end global.get $~lib/memory/__stack_pointer @@ -67075,7 +67075,7 @@ local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $6 - loop $for-loop|048 + loop $for-loop|025 local.get $1 local.get $6 i32.lt_s @@ -67102,7 +67102,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|048 + br $for-loop|025 end end global.get $~lib/memory/__stack_pointer @@ -67221,7 +67221,7 @@ local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $6 - loop $for-loop|050 + loop $for-loop|026 local.get $1 local.get $6 i32.lt_s @@ -67248,7 +67248,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|050 + br $for-loop|026 end end global.get $~lib/memory/__stack_pointer @@ -67367,7 +67367,7 @@ local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $6 - loop $for-loop|052 + loop $for-loop|027 local.get $1 local.get $6 i32.lt_s @@ -67394,7 +67394,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|052 + br $for-loop|027 end end global.get $~lib/memory/__stack_pointer @@ -67614,7 +67614,7 @@ local.get $1 i32.load $0 offset=4 local.set $1 - loop $while-continue|071 + loop $while-continue|065 local.get $0 local.get $6 i32.lt_s @@ -67635,7 +67635,7 @@ i32.const 1 i32.add local.set $0 - br $while-continue|071 + br $while-continue|065 end end i32.const 0 @@ -68982,7 +68982,7 @@ call $~lib/typedarray/Uint8Array#constructor local.tee $1 i32.store $0 offset=8 - loop $for-loop|062 + loop $for-loop|01 local.get $0 local.get $2 i32.gt_s @@ -69006,7 +69006,7 @@ i32.const 1 i32.add local.set $2 - br $for-loop|062 + br $for-loop|01 end end global.get $~lib/memory/__stack_pointer @@ -69258,7 +69258,7 @@ local.set $0 i32.const 0 local.set $1 - loop $for-loop|078 + loop $for-loop|068 local.get $1 local.get $8 i32.lt_s @@ -69290,7 +69290,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|078 + br $for-loop|068 end end global.get $~lib/memory/__stack_pointer @@ -69367,7 +69367,7 @@ local.set $1 i32.const 0 local.set $2 - loop $for-loop|082 + loop $for-loop|070 local.get $0 local.get $2 i32.gt_s @@ -69399,7 +69399,7 @@ i32.const 1 i32.add local.set $2 - br $for-loop|082 + br $for-loop|070 end end global.get $~lib/memory/__stack_pointer @@ -69543,7 +69543,7 @@ local.set $7 i32.const 0 local.set $0 - loop $for-loop|086 + loop $for-loop|071 local.get $0 local.get $2 i32.lt_s @@ -69568,7 +69568,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|086 + br $for-loop|071 end end global.get $~lib/memory/__stack_pointer @@ -69778,12 +69778,12 @@ i32.const 0 i32.gt_s if - loop $while-continue|088 + loop $while-continue|063 global.get $~lib/rt/itcms/state if call $~lib/rt/itcms/step drop - br $while-continue|088 + br $while-continue|063 end end end diff --git a/tests/compiler/std/uri.debug.wat b/tests/compiler/std/uri.debug.wat index 8e053c1551..9ca1e4f80d 100644 --- a/tests/compiler/std/uri.debug.wat +++ b/tests/compiler/std/uri.debug.wat @@ -33,73 +33,73 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 36100)) (global $~lib/memory/__heap_base i32 (i32.const 36100)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 44) "\00\01\01\01\01\01\00\00\00\00\01\01\00\00\01\00\00\00\00\00\00\00\00\00\00\01\01\01\01\01\01\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\01\01\01\01\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\01\01\01\00") - (data (i32.const 140) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 272) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 304) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 332) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 396) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 448) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 476) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 540) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00U\00R\00I\00 \00m\00a\00l\00f\00o\00r\00m\00e\00d\00\00\00") - (data (i32.const 588) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00u\00r\00i\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 652) "0123456789ABCDEF") - (data (i32.const 668) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00s\00t\00d\00/\00u\00r\00i\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 716) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 748) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00a\001\00\00\00\00\00\00\00\00\00") - (data (i32.const 780) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00b\00_\00\00\00\00\00\00\00") - (data (i32.const 812) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\00A\00B\00C\00D\00X\00Y\00Z\00a\00f\00g\00k\00l\00m\00n\00w\00y\00z\000\001\002\003\004\005\006\007\008\009\00-\00_\00.\00!\00~\00*\00\'\00(\00)\00\00\00\00\00") - (data (i32.const 908) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 940) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00%\000\000\00\00\00\00\00\00\00") - (data (i32.const 972) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00+\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1004) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00%\002\00B\00\00\00\00\00\00\00") - (data (i32.const 1036) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00#\000\00=\00\00\00\00\00\00\00") - (data (i32.const 1068) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00%\002\003\000\00%\003\00D\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1116) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \001\002\003\00 \00\00\00") - (data (i32.const 1148) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00%\002\000\001\002\003\00%\002\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1196) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00?\00+\00\00\00\00\00\00\00\00\00") - (data (i32.const 1228) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00%\003\00F\00%\002\00B\00") - (data (i32.const 1260) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00-\00?\001\00.\00-\00\00\00") - (data (i32.const 1292) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00-\00%\003\00F\001\00.\00-\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1340) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00<\d8\ed\dd<\d8\fa\dd<\d8N\df") - (data (i32.const 1372) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\00%\00F\000\00%\009\00F\00%\008\007\00%\00A\00D\00%\00F\000\00%\009\00F\00%\008\007\00%\00B\00A\00%\00F\000\00%\009\00F\00%\008\00D\00%\008\00E\00\00\00\00\00") - (data (i32.const 1468) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00H\c5U\b1X\d58\c1\94\c6\00\00") - (data (i32.const 1500) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00Z\00\00\00%\00E\00C\00%\009\005\00%\008\008\00%\00E\00B\00%\008\005\00%\009\005\00%\00E\00D\00%\009\005\00%\009\008\00%\00E\00C\00%\008\004\00%\00B\008\00%\00E\00C\00%\009\00A\00%\009\004\00\00\00") - (data (i32.const 1612) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00~\00\7f\00\80\00\00\00\00\00\00\00") - (data (i32.const 1644) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00%\007\00F\00%\00C\002\00%\008\000\00\00\00\00\00\00\00\00\00") - (data (i32.const 1692) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\00\d8\ff\df\00\00\00\00\00\00\00\00") - (data (i32.const 1724) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00%\00F\000\00%\009\000\00%\008\00F\00%\00B\00F\00\00\00\00\00") - (data (i32.const 1772) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00{\da\01\dc-\00P\da\02\dc\00\00") - (data (i32.const 1804) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\002\00\00\00%\00F\002\00%\00A\00E\00%\00B\000\00%\008\001\00-\00%\00F\002\00%\00A\004\00%\008\000\00%\008\002\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1884) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00\n\00\t\00\0b\00\0c\00\r\00\00\00") - (data (i32.const 1916) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00%\000\00A\00%\000\009\00%\000\00B\00%\000\00C\00%\000\00D\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1980) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00;\00/\00?\00:\00@\00&\00=\00+\00$\00,\00\00\00\00\00\00\00\00\00") - (data (i32.const 2028) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00<\00\00\00%\003\00B\00%\002\00F\00%\003\00F\00%\003\00A\00%\004\000\00%\002\006\00%\003\00D\00%\002\00B\00%\002\004\00%\002\00C\00") - (data (i32.const 2108) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\\\00\00\00h\00t\00t\00p\00:\00/\00/\00e\00n\00.\00w\00i\00k\00i\00p\00e\00d\00i\00a\00.\00o\00r\00g\00/\00w\00i\00k\00i\00/\00U\00T\00F\00-\008\00#\00D\00e\00s\00c\00r\00i\00p\00t\00i\00o\00n\00") - (data (i32.const 2220) "\8c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00t\00\00\00h\00t\00t\00p\00%\003\00A\00%\002\00F\00%\002\00F\00e\00n\00.\00w\00i\00k\00i\00p\00e\00d\00i\00a\00.\00o\00r\00g\00%\002\00F\00w\00i\00k\00i\00%\002\00F\00U\00T\00F\00-\008\00%\002\003\00D\00e\00s\00c\00r\00i\00p\00t\00i\00o\00n\00\00\00\00\00\00\00\00\00") - (data (i32.const 2364) "\00\01\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\01\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\01\01\01\01\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\01\01\01\00") - (data (i32.const 2460) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00;\00,\00/\00?\00:\00@\00&\00=\00+\00$\00#\00\00\00\00\00\00\00") - (data (i32.const 2508) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00 \00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2540) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00%\002\000\00\00\00\00\00\00\00") - (data (i32.const 2572) "\01\01\00\01\00\00\00\00\01\01\00\00\01\00\00\00\00\00\00\00\00\00\00\01\01\00\01\00\01\01") - (data (i32.const 2604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00%\002\006\00\00\00\00\00\00\00") - (data (i32.const 2636) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00&\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2668) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00%\005\00E\00\00\00\00\00\00\00") - (data (i32.const 2700) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00^\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2732) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\00\d8\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2764) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00<\00\00\00%\003\00b\00%\002\00f\00%\003\00f\00%\003\00a\00%\004\000\00%\003\00d\00%\002\00b\00%\002\004\00%\002\00c\00%\002\003\00") - (data (i32.const 2844) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00;\00/\00?\00:\00@\00=\00+\00$\00,\00#\00\00\00\00\00\00\00\00\00") - (data (i32.const 2892) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00<\00\00\00%\003\00B\00%\002\00F\00%\003\00F\00%\003\00A\00%\004\000\00%\003\00D\00%\002\00B\00%\002\004\00%\002\00C\00%\002\003\00") - (data (i32.const 2972) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00h\00\00\00h\00t\00t\00p\00:\00%\002\00F\00%\002\00F\00e\00n\00.\00w\00i\00k\00i\00p\00e\00d\00i\00a\00.\00o\00r\00g\00/\00w\00i\00k\00i\00/\00U\00T\00F\00-\008\00%\002\003\00D\00e\00s\00c\00r\00i\00p\00t\00i\00o\00n\00\00\00\00\00") - (data (i32.const 3100) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00%\00D\00F\00%\008\000\00") - (data (i32.const 3132) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\c0\07\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3164) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00%\00C\002\00%\00B\00F\00") - (data (i32.const 3196) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\bf\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3228) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00\f7\00\b8\00W\00\ef\00\0f\00\f4\00V\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 3276) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\f4\00\b8\00\ef\00\00\00\00\00\00\00") - (data (i32.const 3312) "\04\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) "\00\01\01\01\01\01\00\00\00\00\01\01\00\00\01\00\00\00\00\00\00\00\00\00\00\01\01\01\01\01\01\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\01\01\01\01\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\01\01\01\00") + (data $2 (i32.const 140) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $3 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 272) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 304) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 332) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 396) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 448) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 476) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 540) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00U\00R\00I\00 \00m\00a\00l\00f\00o\00r\00m\00e\00d\00\00\00") + (data $11 (i32.const 588) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00u\00r\00i\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 652) "0123456789ABCDEF") + (data $13 (i32.const 668) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00s\00t\00d\00/\00u\00r\00i\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $14 (i32.const 716) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") + (data $15 (i32.const 748) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00a\001\00\00\00\00\00\00\00\00\00") + (data $16 (i32.const 780) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00b\00_\00\00\00\00\00\00\00") + (data $17 (i32.const 812) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\00A\00B\00C\00D\00X\00Y\00Z\00a\00f\00g\00k\00l\00m\00n\00w\00y\00z\000\001\002\003\004\005\006\007\008\009\00-\00_\00.\00!\00~\00*\00\'\00(\00)\00\00\00\00\00") + (data $18 (i32.const 908) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $19 (i32.const 940) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00%\000\000\00\00\00\00\00\00\00") + (data $20 (i32.const 972) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00+\00\00\00\00\00\00\00\00\00\00\00") + (data $21 (i32.const 1004) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00%\002\00B\00\00\00\00\00\00\00") + (data $22 (i32.const 1036) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00#\000\00=\00\00\00\00\00\00\00") + (data $23 (i32.const 1068) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00%\002\003\000\00%\003\00D\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $24 (i32.const 1116) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00 \001\002\003\00 \00\00\00") + (data $25 (i32.const 1148) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00%\002\000\001\002\003\00%\002\000\00\00\00\00\00\00\00\00\00\00\00") + (data $26 (i32.const 1196) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00?\00+\00\00\00\00\00\00\00\00\00") + (data $27 (i32.const 1228) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00%\003\00F\00%\002\00B\00") + (data $28 (i32.const 1260) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00-\00?\001\00.\00-\00\00\00") + (data $29 (i32.const 1292) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00-\00%\003\00F\001\00.\00-\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $30 (i32.const 1340) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00<\d8\ed\dd<\d8\fa\dd<\d8N\df") + (data $31 (i32.const 1372) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\00%\00F\000\00%\009\00F\00%\008\007\00%\00A\00D\00%\00F\000\00%\009\00F\00%\008\007\00%\00B\00A\00%\00F\000\00%\009\00F\00%\008\00D\00%\008\00E\00\00\00\00\00") + (data $32 (i32.const 1468) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00H\c5U\b1X\d58\c1\94\c6\00\00") + (data $33 (i32.const 1500) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00Z\00\00\00%\00E\00C\00%\009\005\00%\008\008\00%\00E\00B\00%\008\005\00%\009\005\00%\00E\00D\00%\009\005\00%\009\008\00%\00E\00C\00%\008\004\00%\00B\008\00%\00E\00C\00%\009\00A\00%\009\004\00\00\00") + (data $34 (i32.const 1612) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00~\00\7f\00\80\00\00\00\00\00\00\00") + (data $35 (i32.const 1644) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00%\007\00F\00%\00C\002\00%\008\000\00\00\00\00\00\00\00\00\00") + (data $36 (i32.const 1692) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\00\d8\ff\df\00\00\00\00\00\00\00\00") + (data $37 (i32.const 1724) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00%\00F\000\00%\009\000\00%\008\00F\00%\00B\00F\00\00\00\00\00") + (data $38 (i32.const 1772) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00{\da\01\dc-\00P\da\02\dc\00\00") + (data $39 (i32.const 1804) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\002\00\00\00%\00F\002\00%\00A\00E\00%\00B\000\00%\008\001\00-\00%\00F\002\00%\00A\004\00%\008\000\00%\008\002\00\00\00\00\00\00\00\00\00\00\00") + (data $40 (i32.const 1884) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00\n\00\t\00\0b\00\0c\00\r\00\00\00") + (data $41 (i32.const 1916) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00%\000\00A\00%\000\009\00%\000\00B\00%\000\00C\00%\000\00D\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $42 (i32.const 1980) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00;\00/\00?\00:\00@\00&\00=\00+\00$\00,\00\00\00\00\00\00\00\00\00") + (data $43 (i32.const 2028) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00<\00\00\00%\003\00B\00%\002\00F\00%\003\00F\00%\003\00A\00%\004\000\00%\002\006\00%\003\00D\00%\002\00B\00%\002\004\00%\002\00C\00") + (data $44 (i32.const 2108) "l\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\\\00\00\00h\00t\00t\00p\00:\00/\00/\00e\00n\00.\00w\00i\00k\00i\00p\00e\00d\00i\00a\00.\00o\00r\00g\00/\00w\00i\00k\00i\00/\00U\00T\00F\00-\008\00#\00D\00e\00s\00c\00r\00i\00p\00t\00i\00o\00n\00") + (data $45 (i32.const 2220) "\8c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00t\00\00\00h\00t\00t\00p\00%\003\00A\00%\002\00F\00%\002\00F\00e\00n\00.\00w\00i\00k\00i\00p\00e\00d\00i\00a\00.\00o\00r\00g\00%\002\00F\00w\00i\00k\00i\00%\002\00F\00U\00T\00F\00-\008\00%\002\003\00D\00e\00s\00c\00r\00i\00p\00t\00i\00o\00n\00\00\00\00\00\00\00\00\00") + (data $46 (i32.const 2364) "\00\01\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\01\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\01\01\01\01\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\01\01\01\00") + (data $47 (i32.const 2460) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00;\00,\00/\00?\00:\00@\00&\00=\00+\00$\00#\00\00\00\00\00\00\00") + (data $48 (i32.const 2508) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00 \00\00\00\00\00\00\00\00\00\00\00") + (data $49 (i32.const 2540) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00%\002\000\00\00\00\00\00\00\00") + (data $50 (i32.const 2572) "\01\01\00\01\00\00\00\00\01\01\00\00\01\00\00\00\00\00\00\00\00\00\00\01\01\00\01\00\01\01") + (data $51 (i32.const 2604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00%\002\006\00\00\00\00\00\00\00") + (data $52 (i32.const 2636) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00&\00\00\00\00\00\00\00\00\00\00\00") + (data $53 (i32.const 2668) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00%\005\00E\00\00\00\00\00\00\00") + (data $54 (i32.const 2700) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00^\00\00\00\00\00\00\00\00\00\00\00") + (data $55 (i32.const 2732) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\00\d8\00\00\00\00\00\00\00\00\00\00") + (data $56 (i32.const 2764) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00<\00\00\00%\003\00b\00%\002\00f\00%\003\00f\00%\003\00a\00%\004\000\00%\003\00d\00%\002\00b\00%\002\004\00%\002\00c\00%\002\003\00") + (data $57 (i32.const 2844) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00;\00/\00?\00:\00@\00=\00+\00$\00,\00#\00\00\00\00\00\00\00\00\00") + (data $58 (i32.const 2892) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00<\00\00\00%\003\00B\00%\002\00F\00%\003\00F\00%\003\00A\00%\004\000\00%\003\00D\00%\002\00B\00%\002\004\00%\002\00C\00%\002\003\00") + (data $59 (i32.const 2972) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00h\00\00\00h\00t\00t\00p\00:\00%\002\00F\00%\002\00F\00e\00n\00.\00w\00i\00k\00i\00p\00e\00d\00i\00a\00.\00o\00r\00g\00/\00w\00i\00k\00i\00/\00U\00T\00F\00-\008\00%\002\003\00D\00e\00s\00c\00r\00i\00p\00t\00i\00o\00n\00\00\00\00\00") + (data $60 (i32.const 3100) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00%\00D\00F\00%\008\000\00") + (data $61 (i32.const 3132) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\c0\07\00\00\00\00\00\00\00\00\00\00") + (data $62 (i32.const 3164) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00%\00C\002\00%\00B\00F\00") + (data $63 (i32.const 3196) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00\bf\00\00\00\00\00\00\00\00\00\00\00") + (data $64 (i32.const 3228) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00\f7\00\b8\00W\00\ef\00\0f\00\f4\00V\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $65 (i32.const 3276) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00\f4\00\b8\00\ef\00\00\00\00\00\00\00") + (data $66 (i32.const 3312) "\04\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/std/uri.release.wat b/tests/compiler/std/uri.release.wat index d2bd63fbce..6e74491090 100644 --- a/tests/compiler/std/uri.release.wat +++ b/tests/compiler/std/uri.release.wat @@ -21,136 +21,136 @@ (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 37124)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\02") - (data (i32.const 1069) "\01\01\01\01\01\00\00\00\00\01\01\00\00\01") - (data (i32.const 1093) "\01\01\01\01\01\01\01") - (data (i32.const 1126) "\01\01\01\01\00\01") - (data (i32.const 1158) "\01\01\01") - (data (i32.const 1164) "<") - (data (i32.const 1176) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1356) "<") - (data (i32.const 1368) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1420) ",") - (data (i32.const 1432) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1500) "<") - (data (i32.const 1512) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1564) ",") - (data (i32.const 1576) "\02\00\00\00\1a\00\00\00U\00R\00I\00 \00m\00a\00l\00f\00o\00r\00m\00e\00d") - (data (i32.const 1612) "<") - (data (i32.const 1624) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00u\00r\00i\00.\00t\00s") - (data (i32.const 1676) "0123456789ABCDEF") - (data (i32.const 1692) ",") - (data (i32.const 1704) "\02\00\00\00\14\00\00\00s\00t\00d\00/\00u\00r\00i\00.\00t\00s") - (data (i32.const 1740) "\1c") - (data (i32.const 1752) "\02\00\00\00\02\00\00\00a") - (data (i32.const 1772) "\1c") - (data (i32.const 1784) "\02\00\00\00\04\00\00\00a\001") - (data (i32.const 1804) "\1c") - (data (i32.const 1816) "\02\00\00\00\06\00\00\00a\00b\00_") - (data (i32.const 1836) "\\") - (data (i32.const 1848) "\02\00\00\00H\00\00\00A\00B\00C\00D\00X\00Y\00Z\00a\00f\00g\00k\00l\00m\00n\00w\00y\00z\000\001\002\003\004\005\006\007\008\009\00-\00_\00.\00!\00~\00*\00\'\00(\00)") - (data (i32.const 1932) "\1c") - (data (i32.const 1944) "\02\00\00\00\02") - (data (i32.const 1964) "\1c") - (data (i32.const 1976) "\02\00\00\00\06\00\00\00%\000\000") - (data (i32.const 1996) "\1c") - (data (i32.const 2008) "\02\00\00\00\02\00\00\00+") - (data (i32.const 2028) "\1c") - (data (i32.const 2040) "\02\00\00\00\06\00\00\00%\002\00B") - (data (i32.const 2060) "\1c") - (data (i32.const 2072) "\02\00\00\00\06\00\00\00#\000\00=") - (data (i32.const 2092) ",") - (data (i32.const 2104) "\02\00\00\00\0e\00\00\00%\002\003\000\00%\003\00D") - (data (i32.const 2140) "\1c") - (data (i32.const 2152) "\02\00\00\00\n\00\00\00 \001\002\003\00 ") - (data (i32.const 2172) ",") - (data (i32.const 2184) "\02\00\00\00\12\00\00\00%\002\000\001\002\003\00%\002\000") - (data (i32.const 2220) "\1c") - (data (i32.const 2232) "\02\00\00\00\04\00\00\00?\00+") - (data (i32.const 2252) "\1c") - (data (i32.const 2264) "\02\00\00\00\0c\00\00\00%\003\00F\00%\002\00B") - (data (i32.const 2284) "\1c") - (data (i32.const 2296) "\02\00\00\00\n\00\00\00-\00?\001\00.\00-") - (data (i32.const 2316) ",") - (data (i32.const 2328) "\02\00\00\00\0e\00\00\00-\00%\003\00F\001\00.\00-") - (data (i32.const 2364) "\1c") - (data (i32.const 2376) "\02\00\00\00\0c\00\00\00<\d8\ed\dd<\d8\fa\dd<\d8N\df") - (data (i32.const 2396) "\\") - (data (i32.const 2408) "\02\00\00\00H\00\00\00%\00F\000\00%\009\00F\00%\008\007\00%\00A\00D\00%\00F\000\00%\009\00F\00%\008\007\00%\00B\00A\00%\00F\000\00%\009\00F\00%\008\00D\00%\008\00E") - (data (i32.const 2492) "\1c") - (data (i32.const 2504) "\02\00\00\00\n\00\00\00H\c5U\b1X\d58\c1\94\c6") - (data (i32.const 2524) "l") - (data (i32.const 2536) "\02\00\00\00Z\00\00\00%\00E\00C\00%\009\005\00%\008\008\00%\00E\00B\00%\008\005\00%\009\005\00%\00E\00D\00%\009\005\00%\009\008\00%\00E\00C\00%\008\004\00%\00B\008\00%\00E\00C\00%\009\00A\00%\009\004") - (data (i32.const 2636) "\1c") - (data (i32.const 2648) "\02\00\00\00\06\00\00\00~\00\7f\00\80") - (data (i32.const 2668) ",") - (data (i32.const 2680) "\02\00\00\00\14\00\00\00~\00%\007\00F\00%\00C\002\00%\008\000") - (data (i32.const 2716) "\1c") - (data (i32.const 2728) "\02\00\00\00\04\00\00\00\00\d8\ff\df") - (data (i32.const 2748) ",") - (data (i32.const 2760) "\02\00\00\00\18\00\00\00%\00F\000\00%\009\000\00%\008\00F\00%\00B\00F") - (data (i32.const 2796) "\1c") - (data (i32.const 2808) "\02\00\00\00\n\00\00\00{\da\01\dc-\00P\da\02\dc") - (data (i32.const 2828) "L") - (data (i32.const 2840) "\02\00\00\002\00\00\00%\00F\002\00%\00A\00E\00%\00B\000\00%\008\001\00-\00%\00F\002\00%\00A\004\00%\008\000\00%\008\002") - (data (i32.const 2908) "\1c") - (data (i32.const 2920) "\02\00\00\00\n\00\00\00\n\00\t\00\0b\00\0c\00\r") - (data (i32.const 2940) "<") - (data (i32.const 2952) "\02\00\00\00\1e\00\00\00%\000\00A\00%\000\009\00%\000\00B\00%\000\00C\00%\000\00D") - (data (i32.const 3004) ",") - (data (i32.const 3016) "\02\00\00\00\14\00\00\00;\00/\00?\00:\00@\00&\00=\00+\00$\00,") - (data (i32.const 3052) "L") - (data (i32.const 3064) "\02\00\00\00<\00\00\00%\003\00B\00%\002\00F\00%\003\00F\00%\003\00A\00%\004\000\00%\002\006\00%\003\00D\00%\002\00B\00%\002\004\00%\002\00C") - (data (i32.const 3132) "l") - (data (i32.const 3144) "\02\00\00\00\\\00\00\00h\00t\00t\00p\00:\00/\00/\00e\00n\00.\00w\00i\00k\00i\00p\00e\00d\00i\00a\00.\00o\00r\00g\00/\00w\00i\00k\00i\00/\00U\00T\00F\00-\008\00#\00D\00e\00s\00c\00r\00i\00p\00t\00i\00o\00n") - (data (i32.const 3244) "\8c") - (data (i32.const 3256) "\02\00\00\00t\00\00\00h\00t\00t\00p\00%\003\00A\00%\002\00F\00%\002\00F\00e\00n\00.\00w\00i\00k\00i\00p\00e\00d\00i\00a\00.\00o\00r\00g\00%\002\00F\00w\00i\00k\00i\00%\002\00F\00U\00T\00F\00-\008\00%\002\003\00D\00e\00s\00c\00r\00i\00p\00t\00i\00o\00n") - (data (i32.const 3389) "\01\00\00\01") - (data (i32.const 3415) "\01\00\01") - (data (i32.const 3446) "\01\01\01\01\00\01") - (data (i32.const 3478) "\01\01\01") - (data (i32.const 3484) ",") - (data (i32.const 3496) "\02\00\00\00\16\00\00\00;\00,\00/\00?\00:\00@\00&\00=\00+\00$\00#") - (data (i32.const 3532) "\1c") - (data (i32.const 3544) "\02\00\00\00\02\00\00\00 ") - (data (i32.const 3564) "\1c") - (data (i32.const 3576) "\02\00\00\00\06\00\00\00%\002\000") - (data (i32.const 3596) "\01\01\00\01\00\00\00\00\01\01\00\00\01") - (data (i32.const 3619) "\01\01\00\01\00\01\01") - (data (i32.const 3628) "\1c") - (data (i32.const 3640) "\02\00\00\00\06\00\00\00%\002\006") - (data (i32.const 3660) "\1c") - (data (i32.const 3672) "\02\00\00\00\02\00\00\00&") - (data (i32.const 3692) "\1c") - (data (i32.const 3704) "\02\00\00\00\06\00\00\00%\005\00E") - (data (i32.const 3724) "\1c") - (data (i32.const 3736) "\02\00\00\00\02\00\00\00^") - (data (i32.const 3756) "\1c") - (data (i32.const 3768) "\02\00\00\00\02\00\00\00\00\d8") - (data (i32.const 3788) "L") - (data (i32.const 3800) "\02\00\00\00<\00\00\00%\003\00b\00%\002\00f\00%\003\00f\00%\003\00a\00%\004\000\00%\003\00d\00%\002\00b\00%\002\004\00%\002\00c\00%\002\003") - (data (i32.const 3868) ",") - (data (i32.const 3880) "\02\00\00\00\14\00\00\00;\00/\00?\00:\00@\00=\00+\00$\00,\00#") - (data (i32.const 3916) "L") - (data (i32.const 3928) "\02\00\00\00<\00\00\00%\003\00B\00%\002\00F\00%\003\00F\00%\003\00A\00%\004\000\00%\003\00D\00%\002\00B\00%\002\004\00%\002\00C\00%\002\003") - (data (i32.const 3996) "|") - (data (i32.const 4008) "\02\00\00\00h\00\00\00h\00t\00t\00p\00:\00%\002\00F\00%\002\00F\00e\00n\00.\00w\00i\00k\00i\00p\00e\00d\00i\00a\00.\00o\00r\00g\00/\00w\00i\00k\00i\00/\00U\00T\00F\00-\008\00%\002\003\00D\00e\00s\00c\00r\00i\00p\00t\00i\00o\00n") - (data (i32.const 4124) "\1c") - (data (i32.const 4136) "\02\00\00\00\0c\00\00\00%\00D\00F\00%\008\000") - (data (i32.const 4156) "\1c") - (data (i32.const 4168) "\02\00\00\00\02\00\00\00\c0\07") - (data (i32.const 4188) "\1c") - (data (i32.const 4200) "\02\00\00\00\0c\00\00\00%\00C\002\00%\00B\00F") - (data (i32.const 4220) "\1c") - (data (i32.const 4232) "\02\00\00\00\02\00\00\00\bf") - (data (i32.const 4252) ",") - (data (i32.const 4264) "\02\00\00\00\0e\00\00\00\f7\00\b8\00W\00\ef\00\0f\00\f4\00V") - (data (i32.const 4300) "\1c") - (data (i32.const 4312) "\02\00\00\00\06\00\00\00\f4\00\b8\00\ef") - (data (i32.const 4336) "\04\00\00\00 \00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02") + (data $1 (i32.const 1069) "\01\01\01\01\01\00\00\00\00\01\01\00\00\01") + (data $1.1 (i32.const 1093) "\01\01\01\01\01\01\01") + (data $1.2 (i32.const 1126) "\01\01\01\01\00\01") + (data $1.3 (i32.const 1158) "\01\01\01") + (data $2 (i32.const 1164) "<") + (data $2.1 (i32.const 1176) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $3 (i32.const 1228) "<") + (data $3.1 (i32.const 1240) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $6 (i32.const 1356) "<") + (data $6.1 (i32.const 1368) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $7 (i32.const 1420) ",") + (data $7.1 (i32.const 1432) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $9 (i32.const 1500) "<") + (data $9.1 (i32.const 1512) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $10 (i32.const 1564) ",") + (data $10.1 (i32.const 1576) "\02\00\00\00\1a\00\00\00U\00R\00I\00 \00m\00a\00l\00f\00o\00r\00m\00e\00d") + (data $11 (i32.const 1612) "<") + (data $11.1 (i32.const 1624) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00u\00r\00i\00.\00t\00s") + (data $12 (i32.const 1676) "0123456789ABCDEF") + (data $13 (i32.const 1692) ",") + (data $13.1 (i32.const 1704) "\02\00\00\00\14\00\00\00s\00t\00d\00/\00u\00r\00i\00.\00t\00s") + (data $14 (i32.const 1740) "\1c") + (data $14.1 (i32.const 1752) "\02\00\00\00\02\00\00\00a") + (data $15 (i32.const 1772) "\1c") + (data $15.1 (i32.const 1784) "\02\00\00\00\04\00\00\00a\001") + (data $16 (i32.const 1804) "\1c") + (data $16.1 (i32.const 1816) "\02\00\00\00\06\00\00\00a\00b\00_") + (data $17 (i32.const 1836) "\\") + (data $17.1 (i32.const 1848) "\02\00\00\00H\00\00\00A\00B\00C\00D\00X\00Y\00Z\00a\00f\00g\00k\00l\00m\00n\00w\00y\00z\000\001\002\003\004\005\006\007\008\009\00-\00_\00.\00!\00~\00*\00\'\00(\00)") + (data $18 (i32.const 1932) "\1c") + (data $18.1 (i32.const 1944) "\02\00\00\00\02") + (data $19 (i32.const 1964) "\1c") + (data $19.1 (i32.const 1976) "\02\00\00\00\06\00\00\00%\000\000") + (data $20 (i32.const 1996) "\1c") + (data $20.1 (i32.const 2008) "\02\00\00\00\02\00\00\00+") + (data $21 (i32.const 2028) "\1c") + (data $21.1 (i32.const 2040) "\02\00\00\00\06\00\00\00%\002\00B") + (data $22 (i32.const 2060) "\1c") + (data $22.1 (i32.const 2072) "\02\00\00\00\06\00\00\00#\000\00=") + (data $23 (i32.const 2092) ",") + (data $23.1 (i32.const 2104) "\02\00\00\00\0e\00\00\00%\002\003\000\00%\003\00D") + (data $24 (i32.const 2140) "\1c") + (data $24.1 (i32.const 2152) "\02\00\00\00\n\00\00\00 \001\002\003\00 ") + (data $25 (i32.const 2172) ",") + (data $25.1 (i32.const 2184) "\02\00\00\00\12\00\00\00%\002\000\001\002\003\00%\002\000") + (data $26 (i32.const 2220) "\1c") + (data $26.1 (i32.const 2232) "\02\00\00\00\04\00\00\00?\00+") + (data $27 (i32.const 2252) "\1c") + (data $27.1 (i32.const 2264) "\02\00\00\00\0c\00\00\00%\003\00F\00%\002\00B") + (data $28 (i32.const 2284) "\1c") + (data $28.1 (i32.const 2296) "\02\00\00\00\n\00\00\00-\00?\001\00.\00-") + (data $29 (i32.const 2316) ",") + (data $29.1 (i32.const 2328) "\02\00\00\00\0e\00\00\00-\00%\003\00F\001\00.\00-") + (data $30 (i32.const 2364) "\1c") + (data $30.1 (i32.const 2376) "\02\00\00\00\0c\00\00\00<\d8\ed\dd<\d8\fa\dd<\d8N\df") + (data $31 (i32.const 2396) "\\") + (data $31.1 (i32.const 2408) "\02\00\00\00H\00\00\00%\00F\000\00%\009\00F\00%\008\007\00%\00A\00D\00%\00F\000\00%\009\00F\00%\008\007\00%\00B\00A\00%\00F\000\00%\009\00F\00%\008\00D\00%\008\00E") + (data $32 (i32.const 2492) "\1c") + (data $32.1 (i32.const 2504) "\02\00\00\00\n\00\00\00H\c5U\b1X\d58\c1\94\c6") + (data $33 (i32.const 2524) "l") + (data $33.1 (i32.const 2536) "\02\00\00\00Z\00\00\00%\00E\00C\00%\009\005\00%\008\008\00%\00E\00B\00%\008\005\00%\009\005\00%\00E\00D\00%\009\005\00%\009\008\00%\00E\00C\00%\008\004\00%\00B\008\00%\00E\00C\00%\009\00A\00%\009\004") + (data $34 (i32.const 2636) "\1c") + (data $34.1 (i32.const 2648) "\02\00\00\00\06\00\00\00~\00\7f\00\80") + (data $35 (i32.const 2668) ",") + (data $35.1 (i32.const 2680) "\02\00\00\00\14\00\00\00~\00%\007\00F\00%\00C\002\00%\008\000") + (data $36 (i32.const 2716) "\1c") + (data $36.1 (i32.const 2728) "\02\00\00\00\04\00\00\00\00\d8\ff\df") + (data $37 (i32.const 2748) ",") + (data $37.1 (i32.const 2760) "\02\00\00\00\18\00\00\00%\00F\000\00%\009\000\00%\008\00F\00%\00B\00F") + (data $38 (i32.const 2796) "\1c") + (data $38.1 (i32.const 2808) "\02\00\00\00\n\00\00\00{\da\01\dc-\00P\da\02\dc") + (data $39 (i32.const 2828) "L") + (data $39.1 (i32.const 2840) "\02\00\00\002\00\00\00%\00F\002\00%\00A\00E\00%\00B\000\00%\008\001\00-\00%\00F\002\00%\00A\004\00%\008\000\00%\008\002") + (data $40 (i32.const 2908) "\1c") + (data $40.1 (i32.const 2920) "\02\00\00\00\n\00\00\00\n\00\t\00\0b\00\0c\00\r") + (data $41 (i32.const 2940) "<") + (data $41.1 (i32.const 2952) "\02\00\00\00\1e\00\00\00%\000\00A\00%\000\009\00%\000\00B\00%\000\00C\00%\000\00D") + (data $42 (i32.const 3004) ",") + (data $42.1 (i32.const 3016) "\02\00\00\00\14\00\00\00;\00/\00?\00:\00@\00&\00=\00+\00$\00,") + (data $43 (i32.const 3052) "L") + (data $43.1 (i32.const 3064) "\02\00\00\00<\00\00\00%\003\00B\00%\002\00F\00%\003\00F\00%\003\00A\00%\004\000\00%\002\006\00%\003\00D\00%\002\00B\00%\002\004\00%\002\00C") + (data $44 (i32.const 3132) "l") + (data $44.1 (i32.const 3144) "\02\00\00\00\\\00\00\00h\00t\00t\00p\00:\00/\00/\00e\00n\00.\00w\00i\00k\00i\00p\00e\00d\00i\00a\00.\00o\00r\00g\00/\00w\00i\00k\00i\00/\00U\00T\00F\00-\008\00#\00D\00e\00s\00c\00r\00i\00p\00t\00i\00o\00n") + (data $45 (i32.const 3244) "\8c") + (data $45.1 (i32.const 3256) "\02\00\00\00t\00\00\00h\00t\00t\00p\00%\003\00A\00%\002\00F\00%\002\00F\00e\00n\00.\00w\00i\00k\00i\00p\00e\00d\00i\00a\00.\00o\00r\00g\00%\002\00F\00w\00i\00k\00i\00%\002\00F\00U\00T\00F\00-\008\00%\002\003\00D\00e\00s\00c\00r\00i\00p\00t\00i\00o\00n") + (data $46 (i32.const 3389) "\01\00\00\01") + (data $46.1 (i32.const 3415) "\01\00\01") + (data $46.2 (i32.const 3446) "\01\01\01\01\00\01") + (data $46.3 (i32.const 3478) "\01\01\01") + (data $47 (i32.const 3484) ",") + (data $47.1 (i32.const 3496) "\02\00\00\00\16\00\00\00;\00,\00/\00?\00:\00@\00&\00=\00+\00$\00#") + (data $48 (i32.const 3532) "\1c") + (data $48.1 (i32.const 3544) "\02\00\00\00\02\00\00\00 ") + (data $49 (i32.const 3564) "\1c") + (data $49.1 (i32.const 3576) "\02\00\00\00\06\00\00\00%\002\000") + (data $50 (i32.const 3596) "\01\01\00\01\00\00\00\00\01\01\00\00\01") + (data $50.1 (i32.const 3619) "\01\01\00\01\00\01\01") + (data $51 (i32.const 3628) "\1c") + (data $51.1 (i32.const 3640) "\02\00\00\00\06\00\00\00%\002\006") + (data $52 (i32.const 3660) "\1c") + (data $52.1 (i32.const 3672) "\02\00\00\00\02\00\00\00&") + (data $53 (i32.const 3692) "\1c") + (data $53.1 (i32.const 3704) "\02\00\00\00\06\00\00\00%\005\00E") + (data $54 (i32.const 3724) "\1c") + (data $54.1 (i32.const 3736) "\02\00\00\00\02\00\00\00^") + (data $55 (i32.const 3756) "\1c") + (data $55.1 (i32.const 3768) "\02\00\00\00\02\00\00\00\00\d8") + (data $56 (i32.const 3788) "L") + (data $56.1 (i32.const 3800) "\02\00\00\00<\00\00\00%\003\00b\00%\002\00f\00%\003\00f\00%\003\00a\00%\004\000\00%\003\00d\00%\002\00b\00%\002\004\00%\002\00c\00%\002\003") + (data $57 (i32.const 3868) ",") + (data $57.1 (i32.const 3880) "\02\00\00\00\14\00\00\00;\00/\00?\00:\00@\00=\00+\00$\00,\00#") + (data $58 (i32.const 3916) "L") + (data $58.1 (i32.const 3928) "\02\00\00\00<\00\00\00%\003\00B\00%\002\00F\00%\003\00F\00%\003\00A\00%\004\000\00%\003\00D\00%\002\00B\00%\002\004\00%\002\00C\00%\002\003") + (data $59 (i32.const 3996) "|") + (data $59.1 (i32.const 4008) "\02\00\00\00h\00\00\00h\00t\00t\00p\00:\00%\002\00F\00%\002\00F\00e\00n\00.\00w\00i\00k\00i\00p\00e\00d\00i\00a\00.\00o\00r\00g\00/\00w\00i\00k\00i\00/\00U\00T\00F\00-\008\00%\002\003\00D\00e\00s\00c\00r\00i\00p\00t\00i\00o\00n") + (data $60 (i32.const 4124) "\1c") + (data $60.1 (i32.const 4136) "\02\00\00\00\0c\00\00\00%\00D\00F\00%\008\000") + (data $61 (i32.const 4156) "\1c") + (data $61.1 (i32.const 4168) "\02\00\00\00\02\00\00\00\c0\07") + (data $62 (i32.const 4188) "\1c") + (data $62.1 (i32.const 4200) "\02\00\00\00\0c\00\00\00%\00C\002\00%\00B\00F") + (data $63 (i32.const 4220) "\1c") + (data $63.1 (i32.const 4232) "\02\00\00\00\02\00\00\00\bf") + (data $64 (i32.const 4252) ",") + (data $64.1 (i32.const 4264) "\02\00\00\00\0e\00\00\00\f7\00\b8\00W\00\ef\00\0f\00\f4\00V") + (data $65 (i32.const 4300) "\1c") + (data $65.1 (i32.const 4312) "\02\00\00\00\06\00\00\00\f4\00\b8\00\ef") + (data $66 (i32.const 4336) "\04\00\00\00 \00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/super-inline.debug.wat b/tests/compiler/super-inline.debug.wat index 7ea89483c7..4f10edf7b0 100644 --- a/tests/compiler/super-inline.debug.wat +++ b/tests/compiler/super-inline.debug.wat @@ -30,15 +30,15 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33212)) (global $~lib/memory/__heap_base i32 (i32.const 33212)) (memory $0 1) - (data (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 416) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00") + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 416) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/super-inline.release.wat b/tests/compiler/super-inline.release.wat index 8de879fd22..0339c1195a 100644 --- a/tests/compiler/super-inline.release.wat +++ b/tests/compiler/super-inline.release.wat @@ -21,17 +21,17 @@ (global $super-inline/bar (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34236)) (memory $0 1) - (data (i32.const 1036) "<") - (data (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1100) "<") - (data (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1228) "<") - (data (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1292) ",") - (data (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1372) "<") - (data (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1440) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 ") + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1440) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots diff --git a/tests/compiler/switch.debug.wat b/tests/compiler/switch.debug.wat index 290a4c7c1c..1db3841ea3 100644 --- a/tests/compiler/switch.debug.wat +++ b/tests/compiler/switch.debug.wat @@ -7,7 +7,7 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) (global $~lib/memory/__heap_base i32 (i32.const 32828)) (memory $0 1) - (data (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00s\00w\00i\00t\00c\00h\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00s\00w\00i\00t\00c\00h\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/switch.release.wat b/tests/compiler/switch.release.wat index a9b8016d80..b5389b07f8 100644 --- a/tests/compiler/switch.release.wat +++ b/tests/compiler/switch.release.wat @@ -1,6 +1,6 @@ (module (memory $0 1) - (data (i32.const 1036) ",") - (data (i32.const 1048) "\02\00\00\00\12\00\00\00s\00w\00i\00t\00c\00h\00.\00t\00s") + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\12\00\00\00s\00w\00i\00t\00c\00h\00.\00t\00s") (export "memory" (memory $0)) ) diff --git a/tests/compiler/tablebase.debug.wat b/tests/compiler/tablebase.debug.wat index d5f3c80a3f..d236a81c00 100644 --- a/tests/compiler/tablebase.debug.wat +++ b/tests/compiler/tablebase.debug.wat @@ -9,8 +9,8 @@ (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32860)) (global $~lib/memory/__heap_base i32 (i32.const 32860)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00 \00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 44) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00t\00a\00b\00l\00e\00b\00a\00s\00e\00.\00t\00s\00\00\00\00\00") + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00 \00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00t\00a\00b\00l\00e\00b\00a\00s\00e\00.\00t\00s\00\00\00\00\00") (table $0 33 33 funcref) (elem $0 (i32.const 32) $tablebase/foo) (export "memory" (memory $0)) diff --git a/tests/compiler/tablebase.release.wat b/tests/compiler/tablebase.release.wat index 8155e7499c..58c2430f33 100644 --- a/tests/compiler/tablebase.release.wat +++ b/tests/compiler/tablebase.release.wat @@ -4,10 +4,10 @@ (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33884)) (memory $0 1) - (data (i32.const 1036) "\1c") - (data (i32.const 1048) "\04\00\00\00\08\00\00\00 ") - (data (i32.const 1068) ",") - (data (i32.const 1080) "\02\00\00\00\18\00\00\00t\00a\00b\00l\00e\00b\00a\00s\00e\00.\00t\00s") + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\04\00\00\00\08\00\00\00 ") + (data $1 (i32.const 1068) ",") + (data $1.1 (i32.const 1080) "\02\00\00\00\18\00\00\00t\00a\00b\00l\00e\00b\00a\00s\00e\00.\00t\00s") (export "memory" (memory $0)) (start $~start) (func $~start diff --git a/tests/compiler/templateliteral.debug.wat b/tests/compiler/templateliteral.debug.wat index 54859d9aaa..d9cb714f0a 100644 --- a/tests/compiler/templateliteral.debug.wat +++ b/tests/compiler/templateliteral.debug.wat @@ -44,64 +44,64 @@ (global $~lib/memory/__heap_base i32 (i32.const 37440)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) - (data (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00b\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00t\00e\00m\00p\00l\00a\00t\00e\00l\00i\00t\00e\00r\00a\00l\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 140) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 172) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 304) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 336) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 364) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 428) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 480) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 508) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 572) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00a\00b\00\00\00\00\00\00\00\00\00") - (data (i32.const 604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00(\00A\00=\00\00\00\00\00\00\00") - (data (i32.const 636) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00,\00 \00B\00=\00\00\00\00\00") - (data (i32.const 668) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00)\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 700) ",\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\14\00\00\00p\02\00\00\00\00\00\00\90\02\00\00\00\00\00\00\b0\02\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 748) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00(\00A\00=\00a\00,\00 \00B\00=\00b\00)\00\00\00\00\00\00\00\00\00") - (data (i32.const 796) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006\00\00\00\00\00\00\00\00\00") - (data (i32.const 924) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 988) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 1020) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\00") - (data (i32.const 1420) "\1c\04\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2476) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00") - (data (i32.const 2572) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\001\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\001\002\00\00\00\00\00\00\00\00\00") - (data (i32.const 2636) ",\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\14\00\00\00p\02\00\00\00\00\00\00\90\02\00\00\00\00\00\00\b0\02\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2684) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00(\00A\00=\001\00,\00 \00B\00=\002\00)\00\00\00\00\00\00\00\00\00") - (data (i32.const 2732) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\00.\000\00\00\00\00\00\00\00") - (data (i32.const 2764) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00N\00a\00N\00\00\00\00\00\00\00") - (data (i32.const 2796) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2844) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2896) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2952) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8 Date: Tue, 11 Apr 2023 14:35:09 +0200 Subject: [PATCH 002/103] feat: Implement relaxed SIMD operations (#2681) --- cli/options.json | 2 +- src/builtins.ts | 622 ++++++++++++++++-- std/assembly/builtins.ts | 114 +++- std/assembly/index.d.ts | 274 +++++++- .../compiler/features/relaxed-simd.debug.wat | 175 +++++ tests/compiler/features/relaxed-simd.json | 9 + .../features/relaxed-simd.release.wat | 4 + tests/compiler/features/relaxed-simd.ts | 83 +++ tests/compiler/simd.debug.wat | 185 +++--- tests/compiler/simd.release.wat | 12 +- tests/compiler/simd.ts | 5 - tests/features.json | 16 + 12 files changed, 1322 insertions(+), 179 deletions(-) create mode 100644 tests/compiler/features/relaxed-simd.debug.wat create mode 100644 tests/compiler/features/relaxed-simd.json create mode 100644 tests/compiler/features/relaxed-simd.release.wat create mode 100644 tests/compiler/features/relaxed-simd.ts diff --git a/cli/options.json b/cli/options.json index 6590a92138..f6776dbe26 100644 --- a/cli/options.json +++ b/cli/options.json @@ -221,6 +221,7 @@ " reference-types Reference types and operations.", " gc Garbage collection (WIP).", " stringref String reference types.", + " relaxed-simd Relaxed SIMD operations.", "" ], "TODO_doesNothingYet": [ @@ -228,7 +229,6 @@ " tail-calls Tail call operations.", " multi-value Multi value types.", " memory64 Memory64 operations.", - " relaxed-simd Relaxed SIMD operations.", " extended-const Extended const expressions." ], "type": "S", diff --git a/src/builtins.ts b/src/builtins.ts index 8b8dd638cf..20cf2e044d 100644 --- a/src/builtins.ts +++ b/src/builtins.ts @@ -450,6 +450,17 @@ export namespace BuiltinNames { export const v128_q15mulr_sat = "~lib/builtins/v128.q15mulr_sat"; export const v128_extmul_low = "~lib/builtins/v128.extmul_low"; export const v128_extmul_high = "~lib/builtins/v128.extmul_high"; + export const v128_relaxed_swizzle = "~lib/builtins/v128.relaxed_swizzle"; + export const v128_relaxed_trunc = "~lib/builtins/v128.relaxed_trunc"; + export const v128_relaxed_trunc_zero = "~lib/builtins/v128.relaxed_trunc_zero"; + export const v128_relaxed_madd = "~lib/builtins/v128.relaxed_madd"; + export const v128_relaxed_nmadd = "~lib/builtins/v128.relaxed_nmadd"; + export const v128_relaxed_laneselect = "~lib/builtins/v128.relaxed_laneselect"; + export const v128_relaxed_min = "~lib/builtins/v128.relaxed_min"; + export const v128_relaxed_max = "~lib/builtins/v128.relaxed_max"; + export const v128_relaxed_q15mulr = "~lib/builtins/v128.relaxed_q15mulr"; + export const v128_relaxed_dot = "~lib/builtins/v128.relaxed_dot"; + export const v128_relaxed_dot_add = "~lib/builtins/v128.relaxed_dot_add"; export const i8x16 = "~lib/builtins/i8x16"; export const i16x8 = "~lib/builtins/i16x8"; @@ -544,7 +555,6 @@ export namespace BuiltinNames { export const i16x8_extmul_high_i8x16_s = "~lib/builtins/i16x8.extmul_high_i8x16_s"; export const i16x8_extmul_high_i8x16_u = "~lib/builtins/i16x8.extmul_high_i8x16_u"; export const i16x8_shuffle = "~lib/builtins/i16x8.shuffle"; - export const i16x8_swizzle = "~lib/builtins/i16x8.swizzle"; export const i32x4_splat = "~lib/builtins/i32x4.splat"; export const i32x4_extract_lane = "~lib/builtins/i32x4.extract_lane"; @@ -589,7 +599,6 @@ export namespace BuiltinNames { export const i32x4_extmul_high_i16x8_s = "~lib/builtins/i32x4.extmul_high_i16x8_s"; export const i32x4_extmul_high_i16x8_u = "~lib/builtins/i32x4.extmul_high_i16x8_u"; export const i32x4_shuffle = "~lib/builtins/i32x4.shuffle"; - export const i32x4_swizzle = "~lib/builtins/i32x4.swizzle"; export const i64x2_splat = "~lib/builtins/i64x2.splat"; export const i64x2_extract_lane = "~lib/builtins/i64x2.extract_lane"; @@ -623,7 +632,6 @@ export namespace BuiltinNames { export const i64x2_extmul_high_i32x4_s = "~lib/builtins/i64x2.extmul_high_i32x4_s"; export const i64x2_extmul_high_i32x4_u = "~lib/builtins/i64x2.extmul_high_i32x4_u"; export const i64x2_shuffle = "~lib/builtins/i64x2.shuffle"; - export const i64x2_swizzle = "~lib/builtins/i64x2.swizzle"; export const f32x4_splat = "~lib/builtins/f32x4.splat"; export const f32x4_extract_lane = "~lib/builtins/f32x4.extract_lane"; @@ -653,7 +661,6 @@ export namespace BuiltinNames { export const f32x4_convert_i32x4_u = "~lib/builtins/f32x4.convert_i32x4_u"; export const f32x4_demote_f64x2_zero = "~lib/builtins/f32x4.demote_f64x2_zero"; export const f32x4_shuffle = "~lib/builtins/f32x4.shuffle"; - export const f32x4_swizzle = "~lib/builtins/f32x4.swizzle"; export const f64x2_splat = "~lib/builtins/f64x2.splat"; export const f64x2_extract_lane = "~lib/builtins/f64x2.extract_lane"; @@ -683,7 +690,27 @@ export namespace BuiltinNames { export const f64x2_convert_low_i32x4_u = "~lib/builtins/f64x2.convert_low_i32x4_u"; export const f64x2_promote_low_f32x4 = "~lib/builtins/f64x2.promote_low_f32x4"; export const f64x2_shuffle = "~lib/builtins/f64x2.shuffle"; - export const f64x2_swizzle = "~lib/builtins/f64x2.swizzle"; + + export const i8x16_relaxed_swizzle = "~lib/builtins/i8x16.relaxed_swizzle"; + export const i32x4_relaxed_trunc_f32x4_s = "~lib/builtins/i32x4.relaxed_trunc_f32x4_s"; + export const i32x4_relaxed_trunc_f32x4_u = "~lib/builtins/i32x4.relaxed_trunc_f32x4_u"; + export const i32x4_relaxed_trunc_f64x2_s_zero = "~lib/builtins/i32x4.relaxed_trunc_f64x2_s_zero"; + export const i32x4_relaxed_trunc_f64x2_u_zero = "~lib/builtins/i32x4.relaxed_trunc_f64x2_u_zero"; + export const f32x4_relaxed_madd = "~lib/builtins/f32x4.relaxed_madd"; + export const f32x4_relaxed_nmadd = "~lib/builtins/f32x4.relaxed_nmadd"; + export const f64x2_relaxed_madd = "~lib/builtins/f64x2.relaxed_madd"; + export const f64x2_relaxed_nmadd = "~lib/builtins/f64x2.relaxed_nmadd"; + export const i8x16_relaxed_laneselect = "~lib/builtins/i8x16.relaxed_laneselect"; + export const i16x8_relaxed_laneselect = "~lib/builtins/i16x8.relaxed_laneselect"; + export const i32x4_relaxed_laneselect = "~lib/builtins/i32x4.relaxed_laneselect"; + export const i64x2_relaxed_laneselect = "~lib/builtins/i64x2.relaxed_laneselect"; + export const f32x4_relaxed_min = "~lib/builtins/f32x4.relaxed_min"; + export const f32x4_relaxed_max = "~lib/builtins/f32x4.relaxed_max"; + export const f64x2_relaxed_min = "~lib/builtins/f64x2.relaxed_min"; + export const f64x2_relaxed_max = "~lib/builtins/f64x2.relaxed_max"; + export const i16x8_relaxed_q15mulr_s = "~lib/builtins/i16x8.relaxed_q15mulr_s"; + export const i16x8_relaxed_dot_i8x16_i7x16_s = "~lib/builtins/i16x8.relaxed_dot_i8x16_i7x16_s"; + export const i32x4_relaxed_dot_i8x16_i7x16_add_s = "~lib/builtins/i32x4.relaxed_dot_i8x16_i7x16_add_s"; export const i31_new = "~lib/builtins/i31.new"; export const i31_get = "~lib/builtins/i31.get"; @@ -6346,7 +6373,8 @@ function builtin_v128_not(ctx: BuiltinFunctionContext): ExpressionRef { } builtinFunctions.set(BuiltinNames.v128_not, builtin_v128_not); -function builtin_v128_bitwise_ternary(ctx: BuiltinFunctionContext, op: SIMDTernaryOp): ExpressionRef { +// v128.bitselect(v1: v128, v2: v128, c: v128) -> v128 +function builtin_v128_bitselect(ctx: BuiltinFunctionContext): ExpressionRef { let compiler = ctx.compiler; let module = compiler.module; if ( @@ -6361,12 +6389,7 @@ function builtin_v128_bitwise_ternary(ctx: BuiltinFunctionContext, op: SIMDTerna let arg0 = compiler.compileExpression(operands[0], Type.v128, Constraints.ConvImplicit); let arg1 = compiler.compileExpression(operands[1], Type.v128, Constraints.ConvImplicit); let arg2 = compiler.compileExpression(operands[2], Type.v128, Constraints.ConvImplicit); - return module.simd_ternary(op, arg0, arg1, arg2); -} - -// v128.bitselect(v1: v128, v2: v128, c: v128) -> v128 -function builtin_v128_bitselect(ctx: BuiltinFunctionContext): ExpressionRef { - return builtin_v128_bitwise_ternary(ctx, SIMDTernaryOp.Bitselect); + return module.simd_ternary(SIMDTernaryOp.Bitselect, arg0, arg1, arg2); } builtinFunctions.set(BuiltinNames.v128_bitselect, builtin_v128_bitselect); @@ -6701,6 +6724,368 @@ function builtin_v128_extmul_high(ctx: BuiltinFunctionContext): ExpressionRef { } builtinFunctions.set(BuiltinNames.v128_extmul_high, builtin_v128_extmul_high); +// === Relaxed SIMD =========================================================================== + +// v128.relaxed_swizzle(a: v128, s: v128) -> v128 +function builtin_v128_relaxed_swizzle(ctx: BuiltinFunctionContext): ExpressionRef { + let compiler = ctx.compiler; + let module = compiler.module; + if ( + checkFeatureEnabled(ctx, Feature.RelaxedSimd) | + checkTypeAbsent(ctx) | + checkArgsRequired(ctx, 2) + ) { + compiler.currentType = Type.v128; + return module.unreachable(); + } + let operands = ctx.operands; + let arg0 = compiler.compileExpression(operands[0], Type.v128, Constraints.ConvImplicit); + let arg1 = compiler.compileExpression(operands[1], Type.v128, Constraints.ConvImplicit); + return module.binary(BinaryOp.RelaxedSwizzleI8x16, arg0, arg1); +} +builtinFunctions.set(BuiltinNames.v128_relaxed_swizzle, builtin_v128_relaxed_swizzle); + +// v128.relaxed_trunc(a: v128) -> v128 +function builtin_v128_relaxed_trunc(ctx: BuiltinFunctionContext): ExpressionRef { + let compiler = ctx.compiler; + let module = compiler.module; + if ( + checkFeatureEnabled(ctx, Feature.RelaxedSimd) | + checkTypeRequired(ctx) | + checkArgsRequired(ctx, 1) + ) { + compiler.currentType = Type.v128; + return module.unreachable(); + } + let operands = ctx.operands; + let typeArguments = ctx.typeArguments!; + let type = typeArguments[0]; + let arg0 = compiler.compileExpression(operands[0], Type.v128, Constraints.ConvImplicit); + if (type.isValue) { + switch (type.kind) { + case TypeKind.Isize: { + if (compiler.options.isWasm64) break; + // fall-through + } + case TypeKind.I32: return module.unary(UnaryOp.RelaxedTruncF32x4ToI32x4, arg0); + case TypeKind.Usize: { + if (compiler.options.isWasm64) break; + // fall-through + } + case TypeKind.U32: return module.unary(UnaryOp.RelaxedTruncF32x4ToU32x4, arg0); + } + } + compiler.error( + DiagnosticCode.Operation_0_cannot_be_applied_to_type_1, + ctx.reportNode.typeArgumentsRange, "v128.relaxed_trunc", type.toString() + ); + return module.unreachable(); +} +builtinFunctions.set(BuiltinNames.v128_relaxed_trunc, builtin_v128_relaxed_trunc); + +// v128.relaxed_trunc_zero(a: v128) -> v128 +function builtin_v128_relaxed_trunc_zero(ctx: BuiltinFunctionContext): ExpressionRef { + let compiler = ctx.compiler; + let module = compiler.module; + if ( + checkFeatureEnabled(ctx, Feature.RelaxedSimd) | + checkTypeRequired(ctx) | + checkArgsRequired(ctx, 1) + ) { + compiler.currentType = Type.v128; + return module.unreachable(); + } + let operands = ctx.operands; + let typeArguments = ctx.typeArguments!; + let type = typeArguments[0]; + let arg0 = compiler.compileExpression(operands[0], Type.v128, Constraints.ConvImplicit); + if (type.isValue) { + switch (type.kind) { + case TypeKind.Isize: { + if (compiler.options.isWasm64) break; + // fall-through + } + case TypeKind.I32: return module.unary(UnaryOp.RelaxedTruncF64x2ToI32x4Zero, arg0); + case TypeKind.Usize: { + if (compiler.options.isWasm64) break; + // fall-through + } + case TypeKind.U32: return module.unary(UnaryOp.RelaxedTruncF64x2ToU32x4Zero, arg0); + } + } + compiler.error( + DiagnosticCode.Operation_0_cannot_be_applied_to_type_1, + ctx.reportNode.typeArgumentsRange, "v128.relaxed_trunc_zero", type.toString() + ); + return module.unreachable(); +} +builtinFunctions.set(BuiltinNames.v128_relaxed_trunc_zero, builtin_v128_relaxed_trunc_zero); + +// v128.relaxed_madd(a: v128, b: v128, c: v128) -> v128 +function builtin_v128_relaxed_madd(ctx: BuiltinFunctionContext): ExpressionRef { + let compiler = ctx.compiler; + let module = compiler.module; + if ( + checkFeatureEnabled(ctx, Feature.RelaxedSimd) | + checkTypeRequired(ctx) | + checkArgsRequired(ctx, 3) + ) { + compiler.currentType = Type.v128; + return module.unreachable(); + } + let operands = ctx.operands; + let typeArguments = ctx.typeArguments!; + let type = typeArguments[0]; + let arg0 = compiler.compileExpression(operands[0], Type.v128, Constraints.ConvImplicit); + let arg1 = compiler.compileExpression(operands[1], Type.v128, Constraints.ConvImplicit); + let arg2 = compiler.compileExpression(operands[2], Type.v128, Constraints.ConvImplicit); + if (type.isValue) { + switch (type.kind) { + case TypeKind.F32: return module.simd_ternary(SIMDTernaryOp.RelaxedMaddF32x4, arg0, arg1, arg2); + case TypeKind.F64: return module.simd_ternary(SIMDTernaryOp.RelaxedMaddF64x2, arg0, arg1, arg2); + } + } + compiler.error( + DiagnosticCode.Operation_0_cannot_be_applied_to_type_1, + ctx.reportNode.typeArgumentsRange, "v128.relaxed_madd", type.toString() + ); + return module.unreachable(); +} +builtinFunctions.set(BuiltinNames.v128_relaxed_madd, builtin_v128_relaxed_madd); + +// v128.relaxed_nmadd(a: v128, b: v128, c: v128) -> v128 +function builtin_v128_relaxed_nmadd(ctx: BuiltinFunctionContext): ExpressionRef { + let compiler = ctx.compiler; + let module = compiler.module; + if ( + checkFeatureEnabled(ctx, Feature.RelaxedSimd) | + checkTypeRequired(ctx) | + checkArgsRequired(ctx, 3) + ) { + compiler.currentType = Type.v128; + return module.unreachable(); + } + let operands = ctx.operands; + let typeArguments = ctx.typeArguments!; + let type = typeArguments[0]; + let arg0 = compiler.compileExpression(operands[0], Type.v128, Constraints.ConvImplicit); + let arg1 = compiler.compileExpression(operands[1], Type.v128, Constraints.ConvImplicit); + let arg2 = compiler.compileExpression(operands[2], Type.v128, Constraints.ConvImplicit); + if (type.isValue) { + switch (type.kind) { + case TypeKind.F32: return module.simd_ternary(SIMDTernaryOp.RelaxedNmaddF32x4, arg0, arg1, arg2); + case TypeKind.F64: return module.simd_ternary(SIMDTernaryOp.RelaxedNmaddF64x2, arg0, arg1, arg2); + } + } + compiler.error( + DiagnosticCode.Operation_0_cannot_be_applied_to_type_1, + ctx.reportNode.typeArgumentsRange, "v128.relaxed_nmadd", type.toString() + ); + return module.unreachable(); +} +builtinFunctions.set(BuiltinNames.v128_relaxed_nmadd, builtin_v128_relaxed_nmadd); + +// v128.relaxed_laneselect(a: v128, b: v128, m: v128) -> v128 +function builtin_v128_relaxed_laneselect(ctx: BuiltinFunctionContext): ExpressionRef { + let compiler = ctx.compiler; + let module = compiler.module; + if ( + checkFeatureEnabled(ctx, Feature.RelaxedSimd) | + checkTypeRequired(ctx) | + checkArgsRequired(ctx, 3) + ) { + compiler.currentType = Type.v128; + return module.unreachable(); + } + let operands = ctx.operands; + let typeArguments = ctx.typeArguments!; + let type = typeArguments[0]; + let arg0 = compiler.compileExpression(operands[0], Type.v128, Constraints.ConvImplicit); + let arg1 = compiler.compileExpression(operands[1], Type.v128, Constraints.ConvImplicit); + let arg2 = compiler.compileExpression(operands[2], Type.v128, Constraints.ConvImplicit); + if (type.isValue) { + switch (type.kind) { + case TypeKind.I8: + case TypeKind.U8: return module.simd_ternary(SIMDTernaryOp.RelaxedLaneselectI8x16, arg0, arg1, arg2); + case TypeKind.I16: + case TypeKind.U16: return module.simd_ternary(SIMDTernaryOp.RelaxedLaneselectI16x8, arg0, arg1, arg2); + case TypeKind.I32: + case TypeKind.U32: return module.simd_ternary(SIMDTernaryOp.RelaxedLaneselectI32x4, arg0, arg1, arg2); + case TypeKind.I64: + case TypeKind.U64: return module.simd_ternary(SIMDTernaryOp.RelaxedLaneselectI64x2, arg0, arg1, arg2); + case TypeKind.Isize: + case TypeKind.Usize: { + return module.simd_ternary( + compiler.options.isWasm64 + ? SIMDTernaryOp.RelaxedLaneselectI64x2 + : SIMDTernaryOp.RelaxedLaneselectI32x4, + arg0, arg1, arg2 + ); + } + } + } + compiler.error( + DiagnosticCode.Operation_0_cannot_be_applied_to_type_1, + ctx.reportNode.typeArgumentsRange, "v128.relaxed_laneselect", type.toString() + ); + return module.unreachable(); +} +builtinFunctions.set(BuiltinNames.v128_relaxed_laneselect, builtin_v128_relaxed_laneselect); + +// v128.relaxed_min(a: v128, b: v128) -> v128 +function builtin_v128_relaxed_min(ctx: BuiltinFunctionContext): ExpressionRef { + let compiler = ctx.compiler; + let module = compiler.module; + if ( + checkFeatureEnabled(ctx, Feature.RelaxedSimd) | + checkTypeRequired(ctx) | + checkArgsRequired(ctx, 2) + ) { + compiler.currentType = Type.v128; + return module.unreachable(); + } + let operands = ctx.operands; + let typeArguments = ctx.typeArguments!; + let type = typeArguments[0]; + let arg0 = compiler.compileExpression(operands[0], Type.v128, Constraints.ConvImplicit); + let arg1 = compiler.compileExpression(operands[1], Type.v128, Constraints.ConvImplicit); + if (type.isValue) { + switch (type.kind) { + case TypeKind.F32: return module.binary(BinaryOp.RelaxedMinF32x4, arg0, arg1); + case TypeKind.F64: return module.binary(BinaryOp.RelaxedMinF64x2, arg0, arg1); + } + } + compiler.error( + DiagnosticCode.Operation_0_cannot_be_applied_to_type_1, + ctx.reportNode.typeArgumentsRange, "v128.relaxed_min", type.toString() + ); + return module.unreachable(); +} +builtinFunctions.set(BuiltinNames.v128_relaxed_min, builtin_v128_relaxed_min); + +// v128.relaxed_max(a: v128, b: v128) -> v128 +function builtin_v128_relaxed_max(ctx: BuiltinFunctionContext): ExpressionRef { + let compiler = ctx.compiler; + let module = compiler.module; + if ( + checkFeatureEnabled(ctx, Feature.RelaxedSimd) | + checkTypeRequired(ctx) | + checkArgsRequired(ctx, 2) + ) { + compiler.currentType = Type.v128; + return module.unreachable(); + } + let operands = ctx.operands; + let typeArguments = ctx.typeArguments!; + let type = typeArguments[0]; + let arg0 = compiler.compileExpression(operands[0], Type.v128, Constraints.ConvImplicit); + let arg1 = compiler.compileExpression(operands[1], Type.v128, Constraints.ConvImplicit); + if (type.isValue) { + switch (type.kind) { + case TypeKind.F32: return module.binary(BinaryOp.RelaxedMaxF32x4, arg0, arg1); + case TypeKind.F64: return module.binary(BinaryOp.RelaxedMaxF64x2, arg0, arg1); + } + } + compiler.error( + DiagnosticCode.Operation_0_cannot_be_applied_to_type_1, + ctx.reportNode.typeArgumentsRange, "v128.relaxed_max", type.toString() + ); + return module.unreachable(); +} +builtinFunctions.set(BuiltinNames.v128_relaxed_max, builtin_v128_relaxed_max); + +// v128.relaxed_q15mulr(a: v128, b: v128) -> v128 +function builtin_v128_relaxed_q15mulr(ctx: BuiltinFunctionContext): ExpressionRef { + let compiler = ctx.compiler; + let module = compiler.module; + if ( + checkFeatureEnabled(ctx, Feature.RelaxedSimd) | + checkTypeRequired(ctx) | + checkArgsRequired(ctx, 2) + ) { + compiler.currentType = Type.v128; + return module.unreachable(); + } + let operands = ctx.operands; + let typeArguments = ctx.typeArguments!; + let type = typeArguments[0]; + let arg0 = compiler.compileExpression(operands[0], Type.v128, Constraints.ConvImplicit); + let arg1 = compiler.compileExpression(operands[1], Type.v128, Constraints.ConvImplicit); + if (type.isValue) { + switch (type.kind) { + case TypeKind.I16: return module.binary(BinaryOp.RelaxedQ15MulrI16x8, arg0, arg1); + } + } + compiler.error( + DiagnosticCode.Operation_0_cannot_be_applied_to_type_1, + ctx.reportNode.typeArgumentsRange, "v128.relaxed_q15mulr", type.toString() + ); + return module.unreachable(); +} +builtinFunctions.set(BuiltinNames.v128_relaxed_q15mulr, builtin_v128_relaxed_q15mulr); + +// v128.relaxed_dot(a: v128, b: v128) -> v128 +function builtin_v128_relaxed_dot(ctx: BuiltinFunctionContext): ExpressionRef { + let compiler = ctx.compiler; + let module = compiler.module; + if ( + checkFeatureEnabled(ctx, Feature.RelaxedSimd) | + checkArgsRequired(ctx, 2) | + checkTypeRequired(ctx) + ) { + compiler.currentType = Type.v128; + return module.unreachable(); + } + let operands = ctx.operands; + let typeArguments = ctx.typeArguments!; + let type = typeArguments[0]; + let arg0 = compiler.compileExpression(operands[0], Type.v128, Constraints.ConvImplicit); + let arg1 = compiler.compileExpression(operands[1], Type.v128, Constraints.ConvImplicit); + switch (type.kind) { + case TypeKind.I16: return module.binary(BinaryOp.RelaxedDotI8x16I7x16ToI16x8, arg0, arg1); + } + compiler.error( + DiagnosticCode.Operation_0_cannot_be_applied_to_type_1, + ctx.reportNode.typeArgumentsRange, "v128.relaxed_dot", type.toString() + ); + return module.unreachable(); +} +builtinFunctions.set(BuiltinNames.v128_relaxed_dot, builtin_v128_relaxed_dot); + +// v128.relaxed_dot_add(a: v128, b: v128, c: v128) -> v128 +function builtin_v128_relaxed_dot_add(ctx: BuiltinFunctionContext): ExpressionRef { + let compiler = ctx.compiler; + let module = compiler.module; + if ( + checkFeatureEnabled(ctx, Feature.RelaxedSimd) | + checkArgsRequired(ctx, 3) | + checkTypeRequired(ctx) + ) { + compiler.currentType = Type.v128; + return module.unreachable(); + } + let operands = ctx.operands; + let typeArguments = ctx.typeArguments!; + let type = typeArguments[0]; + let arg0 = compiler.compileExpression(operands[0], Type.v128, Constraints.ConvImplicit); + let arg1 = compiler.compileExpression(operands[1], Type.v128, Constraints.ConvImplicit); + let arg2 = compiler.compileExpression(operands[2], Type.v128, Constraints.ConvImplicit); + switch (type.kind) { + // TOOD: emulate relaxed_dot_add of i16 with multiple instructions? + case TypeKind.Isize: { + if (compiler.options.isWasm64) break; + // fall-through + } + case TypeKind.I32: return module.simd_ternary(SIMDTernaryOp.RelaxedDotI8x16I7x16AddToI32x4, arg0, arg1, arg2); + } + compiler.error( + DiagnosticCode.Operation_0_cannot_be_applied_to_type_1, + ctx.reportNode.typeArgumentsRange, "v128.relaxed_dot_add", type.toString() + ); + return module.unreachable(); +} +builtinFunctions.set(BuiltinNames.v128_relaxed_dot_add, builtin_v128_relaxed_dot_add); + // === Internal runtime ======================================================================= // __visit_globals(cookie: u32) -> void @@ -8688,6 +9073,7 @@ builtinFunctions.set(BuiltinNames.i8x16_shuffle, builtin_i8x16_shuffle); // i8x16.swizzle -> v128.swizzle function builtin_i8x16_swizzle(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); ctx.typeArguments = null; ctx.contextualType = Type.v128; return builtin_v128_swizzle(ctx); @@ -9117,14 +9503,6 @@ function builtin_i16x8_shuffle(ctx: BuiltinFunctionContext): ExpressionRef { } builtinFunctions.set(BuiltinNames.i16x8_shuffle, builtin_i16x8_shuffle); -// i16x8.swizzle -> v128.swizzle -function builtin_i16x8_swizzle(ctx: BuiltinFunctionContext): ExpressionRef { - ctx.typeArguments = null; - ctx.contextualType = Type.v128; - return builtin_v128_swizzle(ctx); -} -builtinFunctions.set(BuiltinNames.i16x8_swizzle, builtin_i16x8_swizzle); - // i32x4.splat -> v128.splat function builtin_i32x4_splat(ctx: BuiltinFunctionContext): ExpressionRef { checkTypeAbsent(ctx); @@ -9512,14 +9890,6 @@ function builtin_i32x4_shuffle(ctx: BuiltinFunctionContext): ExpressionRef { } builtinFunctions.set(BuiltinNames.i32x4_shuffle, builtin_i32x4_shuffle); -// i32x4.swizzle -> v128.swizzle -function builtin_i32x4_swizzle(ctx: BuiltinFunctionContext): ExpressionRef { - ctx.typeArguments = null; - ctx.contextualType = Type.v128; - return builtin_v128_swizzle(ctx); -} -builtinFunctions.set(BuiltinNames.i32x4_swizzle, builtin_i32x4_swizzle); - // i64x2.splat -> v128.splat function builtin_i64x2_splat(ctx: BuiltinFunctionContext): ExpressionRef { checkTypeAbsent(ctx); @@ -9772,14 +10142,6 @@ function builtin_i64x2_shuffle(ctx: BuiltinFunctionContext): ExpressionRef { } builtinFunctions.set(BuiltinNames.i64x2_shuffle, builtin_i64x2_shuffle); -// i64x2.swizzle -> v128.swizzle -function builtin_i64x2_swizzle(ctx: BuiltinFunctionContext): ExpressionRef { - ctx.typeArguments = null; - ctx.contextualType = Type.v128; - return builtin_v128_swizzle(ctx); -} -builtinFunctions.set(BuiltinNames.i64x2_swizzle, builtin_i64x2_swizzle); - // f32x4.splat -> v128.splat function builtin_f32x4_splat(ctx: BuiltinFunctionContext): ExpressionRef { checkTypeAbsent(ctx); @@ -10032,14 +10394,6 @@ function builtin_f32x4_shuffle(ctx: BuiltinFunctionContext): ExpressionRef { } builtinFunctions.set(BuiltinNames.f32x4_shuffle, builtin_f32x4_shuffle); -// f32x4.swizzle -> v128.swizzle -function builtin_f32x4_swizzle(ctx: BuiltinFunctionContext): ExpressionRef { - ctx.typeArguments = null; - ctx.contextualType = Type.v128; - return builtin_v128_swizzle(ctx); -} -builtinFunctions.set(BuiltinNames.f32x4_swizzle, builtin_f32x4_swizzle); - // f64x2.splat -> v128.splat function builtin_f64x2_splat(ctx: BuiltinFunctionContext): ExpressionRef { checkTypeAbsent(ctx); @@ -10292,13 +10646,185 @@ function builtin_f64x2_shuffle(ctx: BuiltinFunctionContext): ExpressionRef { } builtinFunctions.set(BuiltinNames.f64x2_shuffle, builtin_f64x2_shuffle); -// f64x2.swizzle -> v128.swizzle -function builtin_f64x2_swizzle(ctx: BuiltinFunctionContext): ExpressionRef { +// i8x16.relaxed_swizzle -> v128.relaxed_swizzle +function builtin_i8x16_relaxed_swizzle(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); ctx.typeArguments = null; ctx.contextualType = Type.v128; - return builtin_v128_swizzle(ctx); + return builtin_v128_relaxed_swizzle(ctx); +} +builtinFunctions.set(BuiltinNames.i8x16_relaxed_swizzle, builtin_i8x16_relaxed_swizzle); + +// i32x4.relaxed_trunc_f32x4_s -> v128.relaxed_trunc +function builtin_i32x4_relaxed_trunc_f32x4_s(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.i32 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_trunc(ctx); +} +builtinFunctions.set(BuiltinNames.i32x4_relaxed_trunc_f32x4_s, builtin_i32x4_relaxed_trunc_f32x4_s); + +// i32x4.relaxed_trunc_f32x4_u -> v128.relaxed_trunc +function builtin_i32x4_relaxed_trunc_f32x4_u(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.u32 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_trunc(ctx); +} +builtinFunctions.set(BuiltinNames.i32x4_relaxed_trunc_f32x4_u, builtin_i32x4_relaxed_trunc_f32x4_u); + +// i32x4.relaxed_trunc_f64x2_s_zero -> v128.relaxed_trunc_zero +function builtin_i32x4_relaxed_trunc_f64x2_s_zero(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.i32 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_trunc_zero(ctx); +} +builtinFunctions.set(BuiltinNames.i32x4_relaxed_trunc_f64x2_s_zero, builtin_i32x4_relaxed_trunc_f64x2_s_zero); + +// i32x4.relaxed_trunc_f64x2_u_zero -> v128.relaxed_trunc_zero +function builtin_i32x4_relaxed_trunc_f64x2_u_zero(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.u32 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_trunc_zero(ctx); +} +builtinFunctions.set(BuiltinNames.i32x4_relaxed_trunc_f64x2_u_zero, builtin_i32x4_relaxed_trunc_f64x2_u_zero); + +// f32x4.relaxed_madd -> v128.relaxed_madd +function builtin_f32x4_relaxed_madd(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.f32 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_madd(ctx); +} +builtinFunctions.set(BuiltinNames.f32x4_relaxed_madd, builtin_f32x4_relaxed_madd); + +// f32x4.relaxed_nmadd -> v128.relaxed_nmadd +function builtin_f32x4_relaxed_nmadd(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.f32 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_nmadd(ctx); +} +builtinFunctions.set(BuiltinNames.f32x4_relaxed_nmadd, builtin_f32x4_relaxed_nmadd); + +// f64x2.relaxed_madd -> v128.relaxed_madd +function builtin_f64x2_relaxed_madd(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.f64 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_madd(ctx); +} +builtinFunctions.set(BuiltinNames.f64x2_relaxed_madd, builtin_f64x2_relaxed_madd); + +// f64x2.relaxed_nmadd -> v128.relaxed_nmadd +function builtin_f64x2_relaxed_nmadd(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.f64 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_nmadd(ctx); +} +builtinFunctions.set(BuiltinNames.f64x2_relaxed_nmadd, builtin_f64x2_relaxed_nmadd); + +// i8x16.relaxed_laneselect -> v128.relaxed_laneselect +function builtin_i8x16_relaxed_laneselect(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.i8 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_laneselect(ctx); +} +builtinFunctions.set(BuiltinNames.i8x16_relaxed_laneselect, builtin_i8x16_relaxed_laneselect); + +// i16x8.relaxed_laneselect -> v128.relaxed_laneselect +function builtin_i16x8_relaxed_laneselect(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.i16 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_laneselect(ctx); +} +builtinFunctions.set(BuiltinNames.i16x8_relaxed_laneselect, builtin_i16x8_relaxed_laneselect); + +// i32x4.relaxed_laneselect -> v128.relaxed_laneselect +function builtin_i32x4_relaxed_laneselect(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.i32 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_laneselect(ctx); +} +builtinFunctions.set(BuiltinNames.i32x4_relaxed_laneselect, builtin_i32x4_relaxed_laneselect); + +// i64x2.relaxed_laneselect -> v128.relaxed_laneselect +function builtin_i64x2_relaxed_laneselect(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.i64 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_laneselect(ctx); +} +builtinFunctions.set(BuiltinNames.i64x2_relaxed_laneselect, builtin_i64x2_relaxed_laneselect); + +// f32x4.relaxed_min -> v128.relaxed_min +function builtin_f32x4_relaxed_min(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.f32 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_min(ctx); +} +builtinFunctions.set(BuiltinNames.f32x4_relaxed_min, builtin_f32x4_relaxed_min); + +// f32x4.relaxed_max -> v128.relaxed_max +function builtin_f32x4_relaxed_max(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.f32 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_max(ctx); +} +builtinFunctions.set(BuiltinNames.f32x4_relaxed_max, builtin_f32x4_relaxed_max); + +// f64x2.relaxed_min -> v128.relaxed_min +function builtin_f64x2_relaxed_min(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.f64 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_min(ctx); +} +builtinFunctions.set(BuiltinNames.f64x2_relaxed_min, builtin_f64x2_relaxed_min); + +// f64x2.relaxed_max -> v128.relaxed_max +function builtin_f64x2_relaxed_max(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.f64 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_max(ctx); +} +builtinFunctions.set(BuiltinNames.f64x2_relaxed_max, builtin_f64x2_relaxed_max); + +// i16x8.relaxed_q15mulr_s -> v128.relaxed_q15mulr +function builtin_i16x8_relaxed_q15mulr_s(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.i16 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_q15mulr(ctx); +} +builtinFunctions.set(BuiltinNames.i16x8_relaxed_q15mulr_s, builtin_i16x8_relaxed_q15mulr_s); + +// i16x8.relaxed_dot_i8x16_i7x16_s -> v128.relaxed_dot +function builtin_i16x8_relaxed_dot_i8x16_i7x16_s(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.i16 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_dot(ctx); +} +builtinFunctions.set(BuiltinNames.i16x8_relaxed_dot_i8x16_i7x16_s, builtin_i16x8_relaxed_dot_i8x16_i7x16_s); + +// i32x4.relaxed_dot_i8x16_i7x16_add_s -> v128.relaxed_dot_add +function builtin_i32x4_relaxed_dot_i8x16_i7x16_add_s(ctx: BuiltinFunctionContext): ExpressionRef { + checkTypeAbsent(ctx); + ctx.typeArguments = [ Type.i32 ]; + ctx.contextualType = Type.v128; + return builtin_v128_relaxed_dot_add(ctx); } -builtinFunctions.set(BuiltinNames.f64x2_swizzle, builtin_f64x2_swizzle); +builtinFunctions.set(BuiltinNames.i32x4_relaxed_dot_i8x16_i7x16_add_s, builtin_i32x4_relaxed_dot_i8x16_i7x16_add_s); // === Internal helpers ======================================================================= diff --git a/std/assembly/builtins.ts b/std/assembly/builtins.ts index 05238edc03..12f0dfd574 100644 --- a/std/assembly/builtins.ts +++ b/std/assembly/builtins.ts @@ -1562,6 +1562,50 @@ export namespace v128 { // @ts-ignore: decorator @builtin export declare function extmul_high(a: v128, b: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_swizzle(a: v128, s: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_trunc(a: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_trunc_zero(a: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_madd(a: v128, b: v128, c: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_nmadd(a: v128, b: v128, c: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_laneselect(a: v128, b: v128, m: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_min(a: v128, b: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_max(a: v128, b: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_q15mulr(a: v128, b: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_dot(a: v128, b: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_dot_add(a: v128, b: v128, c: v128): v128; } // @ts-ignore: decorator @@ -1724,6 +1768,14 @@ export namespace i8x16 { // @ts-ignore: decorator @builtin export declare function swizzle(a: v128, b: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_swizzle(a: v128, s: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_laneselect(a: v128, b: v128, m: v128): v128; } // @ts-ignore: decorator @@ -1925,7 +1977,15 @@ export namespace i16x8 { // @ts-ignore: decorator @builtin - export declare function swizzle(a: v128, b: v128): v128; + export declare function relaxed_laneselect(a: v128, b: v128, m: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_q15mulr_s(a: v128, b: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_dot_i8x16_i7x16_s(a: v128, b: v128, c: v128): v128; } // @ts-ignore: decorator @@ -2108,7 +2168,27 @@ export namespace i32x4 { // @ts-ignore: decorator @builtin - export declare function swizzle(a: v128, b: v128): v128; + export declare function relaxed_trunc_f32x4_s(a: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_trunc_f32x4_u(a: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_trunc_f64x2_s_zero(a: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_trunc_f64x2_u_zero(a: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_laneselect(a: v128, b: v128, m: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_dot_i8x16_i7x16_add_s(a: v128, b: v128, c: v128): v128; } // @ts-ignore: decorator @@ -2231,7 +2311,7 @@ export namespace i64x2 { // @ts-ignore: decorator @builtin - export declare function swizzle(a: v128, b: v128): v128; + export declare function relaxed_laneselect(a: v128, b: v128, m: v128): v128; } // @ts-ignore: decorator @@ -2354,7 +2434,19 @@ export namespace f32x4 { // @ts-ignore: decorator @builtin - export declare function swizzle(a: v128, b: v128): v128; + export declare function relaxed_madd(a: v128, b: v128, c: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_nmadd(a: v128, b: v128, c: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_min(a: v128, b: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_max(a: v128, b: v128): v128; } // @ts-ignore: decorator @@ -2477,7 +2569,19 @@ export namespace f64x2 { // @ts-ignore: decorator @builtin - export declare function swizzle(a: v128, b: v128): v128; + export declare function relaxed_madd(a: v128, b: v128, c: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_nmadd(a: v128, b: v128, c: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_min(a: v128, b: v128): v128; + + // @ts-ignore: decorator + @builtin + export declare function relaxed_max(a: v128, b: v128): v128; } @final diff --git a/std/assembly/index.d.ts b/std/assembly/index.d.ts index ecf389936e..13e59d0886 100644 --- a/std/assembly/index.d.ts +++ b/std/assembly/index.d.ts @@ -859,7 +859,7 @@ declare namespace v128 { export function andnot(a: v128, b: v128): v128; /** Performs the bitwise NOT operation on a vector. */ export function not(a: v128): v128; - /** Selects bits of either vector according to the specified mask. */ + /** Selects bits of either vector according to the specified mask. Selects from `v1` if the bit in `mask` is `1`, otherwise from `v2`. */ export function bitselect(v1: v128, v2: v128, mask: v128): v128; /** Reduces a vector to a scalar indicating whether any lane is considered `true`. */ export function any_true(a: v128): bool; @@ -925,12 +925,104 @@ declare namespace v128 { export function demote_zero(a: v128): v128; /** Promotes the lower float lanes to higher precision. */ export function promote_low(a: v128): v128; - /** Performs the line-wise saturating rounding multiplication in Q15 format. */ + /** Performs the line-wise saturating rounding multiplication in Q15 format (`(a[i] * b[i] + (1 << (Q - 1))) >> Q` where `Q=15`). */ export function q15mulr_sat(a: v128, b: v128): v128; /** Performs the lane-wise integer extended multiplication of the lower lanes producing a twice wider result than the inputs. */ export function extmul_low(a: v128, b: v128): v128; /** Performs the lane-wise integer extended multiplication of the higher lanes producing a twice wider result than the inputs. */ export function extmul_high(a: v128, b: v128): v128; + /** + * Selects 8-bit lanes from `a` using indices in `s`. Indices in the range [0-15] select the i-th element of `a`. + * + * Unlike {@link v128.swizzle}, the result of an out of bounds index is implementation-defined, depending on hardware + * capabilities: Either `0` or `a[s[i]%16]`. + */ + export function relaxed_swizzle(a: v128, s: v128): v128; + /** + * Truncates each lane of a vector from 32-bit floating point to a 32-bit signed or unsigned integer as indicated by + * `T`. + * + * Unlike {@link v128.trunc_sat}, the result of lanes out of bounds of the target type is implementation defined, + * depending on hardware capabilities: + * - If the input lane contains `NaN`, the result is either `0` or the respective maximum integer value. + * - If the input lane contains a value otherwise out of bounds of the target type, the result is either the + * saturatated result or maximum integer value. + */ + export function relaxed_trunc(a: v128): v128; + /** + * Truncates each lane of a vector from 64-bit floating point to a 32-bit signed or unsigned integer as indicated by + * `T`. Unused higher integer lanes of the result are initialized to zero. + * + * Unlike {@link v128.trunc_sat_zero}, the result of lanes out of bounds of the target type is implementation defined, + * depending on hardware capabilities: + * - If the input lane contains `NaN`, the result is either `0` or the respective maximum integer value. + * - If the input lane contains a value otherwise out of bounds of the target type, the result is either the + * saturatated result or maximum integer value. + */ + export function relaxed_trunc_zero(a: v128): v128; + /** + * Performs the fused multiply-add operation (`a * b + c`) on 32- or 64-bit floating point lanes as indicated by + * `T`. + * + * The result is implementation defined, depending on hardware capabilities: + * - Either `a * b` is rounded once and the final result rounded again, or + * - The expression is evaluated with higher precision and only rounded once + */ + export function relaxed_madd(a: v128, b: v128, c: v128): v128; + /** + * Performs the fused negative multiply-add operation (`-(a * b) + c`) on 32- or 64-bit floating point lanes as + * indicated by `T`. + * + * The result is implementation defined, depending on hardware capabilities: + * - Either `a * b` is rounded once and the final result rounded again, or + * - The expression is evaluated with higher precision and only rounded once + */ + export function relaxed_nmadd(a: v128, b: v128, c: v128): v128; + /** + * Selects 8-, 16-, 32- or 64-bit integer lanes as indicated by `T` from `a` or `b` based on masks in `m`. + * + * Behaves like {@link v128.bitselect} if masks in `m` do have all bits either set (result is `a[i]`) or unset (result + * is `b[i]`). Otherwise the result is implementation-defined, depending on hardware capabilities: If the most + * significant bit of `m` is set, the result is either `bitselect(a[i], b[i], mask)` or `a[i]`, otherwise the result + * is `b[i]`. + */ + export function relaxed_laneselect(a: v128, b: v128, m: v128): v128; + /** + * Computes the minimum of each 32- or 64-bit floating point lane as indicated by `T`. + * + * Unlike {@link v128.min}, the result is implementation-defined if either value is `NaN` or both are `-0.0` and + * `+0.0`, depending on hardware capabilities: Either `a[i]` or `b[i]`. + */ + export function relaxed_min(a: v128, b: v128): v128; + /** + * Computes the maximum of each 32- or 64-bit floating point lane as indicated by `T`. + * + * Unlike {@link v128.max}, the result is implementation-defined if either value is `NaN` or both are `-0.0` and + * `+0.0`, depending on hardware capabilities: Either `a[i]` or `b[i]`. + */ + export function relaxed_max(a: v128, b: v128): v128; + /** + * Performs the lane-wise rounding multiplication in Q15 format (`(a[i] * b[i] + (1 << (Q - 1))) >> Q` where `Q=15`). + * + * Unlike {@link v128.q15mulr_sat}, the result is implementation-defined if both inputs are the minimum signed value: + * Either the minimum or maximum signed value. + */ + export function relaxed_q15mulr(a: v128, b: v128): v128; + /** + * Computes the dot product of two 8-bit integer lanes each, yielding lanes one size wider than the input. + * + * Unlike {@link v128.dot}, if the most significant bit of `b[i]` is set, whether `b[i]` is interpreted as signed or + * unsigned is implementation-defined. + */ + export function relaxed_dot(a: v128, b: v128): v128; + /** + * Computes the dot product of two 8-bit integer lanes each, yielding lanes two sizes wider than the input with the + * lanes of `c` accumulated into the result. + * + * Unlike {@link v128.dot}, if the most significant bit of `b[i]` is set, whether `b[i]` is interpreted as signed or + * unsigned by the intermediate multiplication is implementation-defined. + */ + export function relaxed_dot_add(a: v128, b: v128, c: v128): v128; } /** Initializes a 128-bit vector from sixteen 8-bit integer values. Arguments must be compile-time constants. */ declare function i8x16(a: i8, b: i8, c: i8, d: i8, e: i8, f: i8, g: i8, h: i8, i: i8, j: i8, k: i8, l: i8, m: i8, n: i8, o: i8, p: i8): v128; @@ -1009,6 +1101,23 @@ declare namespace i8x16 { export function shuffle(a: v128, b: v128, l0: u8, l1: u8, l2: u8, l3: u8, l4: u8, l5: u8, l6: u8, l7: u8, l8: u8, l9: u8, l10: u8, l11: u8, l12: u8, l13: u8, l14: u8, l15: u8): v128; /** Selects 8-bit lanes from the first vector according to the indexes [0-15] specified by the 8-bit lanes of the second vector. */ export function swizzle(a: v128, s: v128): v128; + /** + * Selects 8-bit integer lanes from `a` using indices in `s`. Indices in the range [0-15] select the i-th element of + * `a`. + * + * Unlike {@link i8x16.swizzle}, the result of an out of bounds index is implementation-defined, depending on hardware + * capabilities: Either `0` or `a[s[i]%16]`. + */ + export function relaxed_swizzle(a: v128, s: v128): v128; + /** + * Selects 8-bit integer lanes from `a` or `b` based on masks in `m`. + * + * Behaves like {@link v128.bitselect} if masks in `m` do have all bits either set (result is `a[i]`) or unset (result + * is `b[i]`). Otherwise the result is implementation-defined, depending on hardware capabilities: If the most + * significant bit of `m` is set, the result is either `bitselect(a[i], b[i], mask)` or `a[i]`, otherwise the result + * is `b[i]`. + */ + export function relaxed_laneselect(a: v128, b: v128, m: v128): v128; } /** Initializes a 128-bit vector from eight 16-bit integer values. Arguments must be compile-time constants. */ declare function i16x8(a: i16, b: i16, c: i16, d: i16, e: i16, f: i16, g: i16, h: i16): v128; @@ -1107,8 +1216,29 @@ declare namespace i16x8 { export function extmul_high_i8x16_u(a: v128, b: v128): v128; /** Selects 16-bit lanes from either vector according to the specified [0-7] respectively [8-15] lane indexes. */ export function shuffle(a: v128, b: v128, l0: u8, l1: u8, l2: u8, l3: u8, l4: u8, l5: u8, l6: u8, l7: u8): v128; - /** Selects 8-bit lanes from the first vector according to the indexes [0-15] specified by the 8-bit lanes of the second vector. */ - export function swizzle(a: v128, s: v128): v128; + /** + * Selects 16-bit integer lanes from `a` or `b` based on masks in `m`. + * + * Behaves like {@link v128.bitselect} if masks in `m` do have all bits either set (result is `a[i]`) or unset (result + * is `b[i]`). Otherwise the result is implementation-defined, depending on hardware capabilities: If the most + * significant bit of `m` is set, the result is either `bitselect(a[i], b[i], mask)` or `a[i]`, otherwise the result + * is `b[i]`. + */ + export function relaxed_laneselect(a: v128, b: v128, m: v128): v128; + /** + * Performs the line-wise rounding multiplication in Q15 format (`(a[i] * b[i] + (1 << (Q - 1))) >> Q` where `Q=15`). + * + * Some results are implementation-defined: If both inputs are `i16.MIN_VALUE`, the value of the respective + * resulting lane may be either `i16.MIN_VALUE` or `i16.MAX_VALUE`. + */ + export function relaxed_q15mulr_s(a: v128, b: v128): v128; + /** + * Computes the dot product of two 8-bit integer lanes each, yielding lanes one size wider than the input. + * + * Some results are implementation-defined: If the most significant bit of `b[i]` is set, the intermediate + * multiplication may interpret `b[i]` as either signed or unsigned. + */ + export function relaxed_dot_i8x16_i7x16_s(a: v128, b: v128): v128; } /** Initializes a 128-bit vector from four 32-bit integer values. Arguments must be compile-time constants. */ declare function i32x4(a: i32, b: i32, c: i32, d: i32): v128; @@ -1199,8 +1329,65 @@ declare namespace i32x4 { export function extmul_high_i16x8_u(a: v128, b: v128): v128; /** Selects 32-bit lanes from either vector according to the specified [0-3] respectively [4-7] lane indexes. */ export function shuffle(a: v128, b: v128, l0: u8, l1: u8, l2: u8, l3: u8): v128; - /** Selects 8-bit lanes from the first vector according to the indexes [0-15] specified by the 8-bit lanes of the second vector. */ - export function swizzle(a: v128, s: v128): v128; + /** + * Truncates each lane of a vector from 32-bit floating point to a signed 32-bit integer. + * + * Unlike {@link i32x4.trunc_sat_f32x4_s}, the result of lanes out of bounds of the target type is implementation + * defined, depending on hardware capabilities: + * - If the input lane contains `NaN`, the result is either `0` or the respective maximum integer value. + * - If the input lane contains a value otherwise out of bounds of the target type, the result is either the + * saturatated result or maximum integer value. + */ + export function relaxed_trunc_f32x4_s(a: v128): v128; + /** + * Truncates each lane of a vector from 32-bit floating point to an unsigned 32-bit integer. + * + * Unlike {@link i32x4.trunc_sat_f32x4_u}, the result of lanes out of bounds of the target type is implementation + * defined, depending on hardware capabilities: + * - If the input lane contains `NaN`, the result is either `0` or the respective maximum integer value. + * - If the input lane contains a value otherwise out of bounds of the target type, the result is either the + * saturatated result or maximum integer value. + */ + export function relaxed_trunc_f32x4_u(a: v128): v128; + /** + * Truncates each lane of a vector from 64-bit floating point to a signed 32-bit integer. The two higher + * integer lanes of the result are initialized to zero. + * + * Unlike {@link i32x4.trunc_sat_f64x2_s_zero}, the result of lanes out of bounds of the target type is implementation + * defined, depending on hardware capabilities: + * - If the input lane contains `NaN`, the result is either `0` or the respective maximum integer value. + * - If the input lane contains a value otherwise out of bounds of the target type, the result is either the + * saturatated result or maximum integer value. + */ + export function relaxed_trunc_f64x2_s_zero(a: v128): v128; + /** + * Truncates each lane of a vector from 64-bit floating point to an unsigned 32-bit integer. The two higher + * integer lanes of the result are initialized to zero. + * + * Unlike {@link i32x4.trunc_sat_f64x2_u_zero}, the result of lanes out of bounds of the target type is implementation + * defined, depending on hardware capabilities: + * - If the input lane contains `NaN`, the result is either `0` or the respective maximum integer value. + * - If the input lane contains a value otherwise out of bounds of the target type, the result is either the + * saturatated result or maximum integer value. + */ + export function relaxed_trunc_f64x2_u_zero(a: v128): v128; + /** + * Selects 32-bit integer lanes from `a` or `b` based on masks in `m`. + * + * Behaves like {@link v128.bitselect} if masks in `m` do have all bits either set (result is `a[i]`) or unset (result + * is `b[i]`). Otherwise the result is implementation-defined, depending on hardware capabilities: If the most + * significant bit of `m` is set, the result is either `bitselect(a[i], b[i], mask)` or `a[i]`, otherwise the result + * is `b[i]`. + */ + export function relaxed_laneselect(a: v128, b: v128, m: v128): v128; + /** + * Computes the dot product of two 8-bit lanes each, yielding lanes two sizes wider than the input with the lanes of + * `c` accumulated into the result. + * + * Unlike {@link v128.dot}, if the most significant bit of `b[i]` is set, whether `b[i]` is interpreted as signed or + * unsigned by the intermediate multiplication is implementation-defined. + */ + export function relaxed_dot_i8x16_i7x16_add_s(a: v128, b: v128, c: v128): v128; } /** Initializes a 128-bit vector from two 64-bit integer values. Arguments must be compile-time constants. */ declare function i64x2(a: i64, b: i64): v128; @@ -1261,8 +1448,15 @@ declare namespace i64x2 { export function extmul_high_i32x4_u(a: v128, b: v128): v128; /** Selects 64-bit lanes from either vector according to the specified [0-1] respectively [2-3] lane indexes. */ export function shuffle(a: v128, b: v128, l0: u8, l1: u8): v128; - /** Selects 8-bit lanes from the first vector according to the indexes [0-15] specified by the 8-bit lanes of the second vector. */ - export function swizzle(a: v128, s: v128): v128; + /** + * Selects 64-bit integer lanes from `a` or `b` based on masks in `m`. + * + * Behaves like {@link v128.bitselect} if masks in `m` do have all bits either set (result is `a[i]`) or unset (result + * is `b[i]`). Otherwise the result is implementation-defined, depending on hardware capabilities: If the most + * significant bit of `m` is set, the result is either `bitselect(a[i], b[i], mask)` or `a[i]`, otherwise the result + * is `b[i]`. + */ + export function relaxed_laneselect(a: v128, b: v128, m: v128): v128; } /** Initializes a 128-bit vector from four 32-bit float values. Arguments must be compile-time constants. */ declare function f32x4(a: f32, b: f32, c: f32, d: f32): v128; @@ -1323,8 +1517,36 @@ declare namespace f32x4 { export function demote_f64x2_zero(a: v128): v128; /** Selects 32-bit lanes from either vector according to the specified [0-3] respectively [4-7] lane indexes. */ export function shuffle(a: v128, b: v128, l0: u8, l1: u8, l2: u8, l3: u8): v128; - /** Selects 8-bit lanes from the first vector according to the indexes [0-15] specified by the 8-bit lanes of the second vector. */ - export function swizzle(a: v128, s: v128): v128; + /** + * Performs the fused multiply-add operation (`a * b + c`) on all 32-bit floating point lanes. + * + * The result is implementation defined, depending on hardware capabilities: + * - Either `a * b` is rounded once and the final result rounded again, or + * - The expression is evaluated with higher precision and only rounded once + */ + export function relaxed_madd(a: v128, b: v128, c: v128): v128; + /** + * Performs the fused negative multiply-add operation (`-(a * b) + c`) on all 32-bit floating point lanes. + * + * The result is implementation defined, depending on hardware capabilities: + * - Either `a * b` is rounded once and the final result rounded again, or + * - The expression is evaluated with higher precision and only rounded once + */ + export function relaxed_nmadd(a: v128, b: v128, c: v128): v128; + /** + * Computes the minimum of each 32-bit floating point lane. + * + * Unlike {@link f32x4.min}, the result is implementation-defined if either value is `NaN`, `-0.0` or `+0.0`, + * depending on hardware capabilities: Either `a[i]` or `b[i]`. + */ + export function relaxed_min(a: v128, b: v128): v128; + /** + * Computes the maximum of each 32-bit floating point lane. + * + * Unlike {@link f32x4.max}, the result is implementation-defined if either value is `NaN`, `-0.0` or `+0.0`, + * depending on hardware capabilities: Either `a[i]` or `b[i]`. + */ + export function relaxed_max(a: v128, b: v128): v128; } /** Initializes a 128-bit vector from two 64-bit float values. Arguments must be compile-time constants. */ declare function f64x2(a: f64, b: f64): v128; @@ -1385,8 +1607,36 @@ declare namespace f64x2 { export function promote_low_f32x4(a: v128): v128; /** Selects 64-bit lanes from either vector according to the specified [0-1] respectively [2-3] lane indexes. */ export function shuffle(a: v128, b: v128, l0: u8, l1: u8): v128; - /** Selects 8-bit lanes from the first vector according to the indexes [0-15] specified by the 8-bit lanes of the second vector. */ - export function swizzle(a: v128, s: v128): v128; + /** + * Performs the fused multiply-add operation (`a * b + c`) on all 64-bit floating point lanes. + * + * The result is implementation defined, depending on hardware capabilities: + * - Either `a * b` is rounded once and the final result rounded again, or + * - The expression is evaluated with higher precision and only rounded once + */ + export function relaxed_madd(a: v128, b: v128, c: v128): v128; + /** + * Performs the fused negative multiply-add operation (`-(a * b) + c`) on all 64-bit floating point lanes. + * + * The result is implementation defined, depending on hardware capabilities: + * - Either `a * b` is rounded once and the final result rounded again, or + * - The expression is evaluated with higher precision and only rounded once + */ + export function relaxed_nmadd(a: v128, b: v128, c: v128): v128; + /** + * Computes the minimum of each 64-bit floating point lane. + * + * Unlike {@link f64x2.min}, the result is implementation-defined if either value is `NaN`, `-0.0` or `+0.0`, + * depending on hardware capabilities: Either `a[i]` or `b[i]`. + */ + export function relaxed_min(a: v128, b: v128): v128; + /** + * Computes the maximum of each 64-bit floating point lane. + * + * Unlike {@link f64x2.max}, the result is implementation-defined if either value is `NaN`, `-0.0` or `+0.0`, + * depending on hardware capabilities: Either `a[i]` or `b[i]`. + */ + export function relaxed_max(a: v128, b: v128): v128; } declare abstract class i31 { diff --git a/tests/compiler/features/relaxed-simd.debug.wat b/tests/compiler/features/relaxed-simd.debug.wat new file mode 100644 index 0000000000..22c0697e81 --- /dev/null +++ b/tests/compiler/features/relaxed-simd.debug.wat @@ -0,0 +1,175 @@ +(module + (type $none_=>_none (func)) + (global $features/relaxed-simd/v v128 (v128.const i32x4 0x00000000 0x00000000 0x00000000 0x00000000)) + (global $features/relaxed-simd/r (mut v128) (v128.const i32x4 0x00000000 0x00000000 0x00000000 0x00000000)) + (memory $0 0) + (table $0 1 1 funcref) + (elem $0 (i32.const 1)) + (export "memory" (memory $0)) + (start $~start) + (func $start:features/relaxed-simd + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + i8x16.relaxed_swizzle + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + i8x16.relaxed_swizzle + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + i32x4.relaxed_trunc_f32x4_s + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + i32x4.relaxed_trunc_f32x4_s + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + i32x4.relaxed_trunc_f32x4_u + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + i32x4.relaxed_trunc_f32x4_u + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + i32x4.relaxed_trunc_f64x2_s_zero + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + i32x4.relaxed_trunc_f64x2_s_zero + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + i32x4.relaxed_trunc_f64x2_u_zero + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + i32x4.relaxed_trunc_f64x2_u_zero + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + f32x4.relaxed_fma + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + f32x4.relaxed_fma + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + f32x4.relaxed_fms + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + f32x4.relaxed_fms + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + f64x2.relaxed_fma + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + f64x2.relaxed_fma + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + f64x2.relaxed_fms + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + f64x2.relaxed_fms + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + i8x16.laneselect + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + i8x16.laneselect + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + i16x8.laneselect + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + i16x8.laneselect + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + i32x4.laneselect + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + i32x4.laneselect + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + i64x2.laneselect + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + i64x2.laneselect + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + f32x4.relaxed_min + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + f32x4.relaxed_min + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + f32x4.relaxed_max + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + f32x4.relaxed_max + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + f64x2.relaxed_min + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + f64x2.relaxed_min + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + f64x2.relaxed_max + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + f64x2.relaxed_max + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + i16x8.relaxed_q15mulr_s + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + i16x8.relaxed_q15mulr_s + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + i16x8.dot_i8x16_i7x16_s + global.set $features/relaxed-simd/r + global.get $features/relaxed-simd/v + global.get $features/relaxed-simd/v + i16x8.dot_i8x16_i7x16_s + global.set $features/relaxed-simd/r + ) + (func $~start + call $start:features/relaxed-simd + ) +) diff --git a/tests/compiler/features/relaxed-simd.json b/tests/compiler/features/relaxed-simd.json new file mode 100644 index 0000000000..a01579d1e7 --- /dev/null +++ b/tests/compiler/features/relaxed-simd.json @@ -0,0 +1,9 @@ +{ + "asc_flags": [ + "--runtime stub" + ], + "features": [ + "simd", + "relaxed-simd" + ] +} diff --git a/tests/compiler/features/relaxed-simd.release.wat b/tests/compiler/features/relaxed-simd.release.wat new file mode 100644 index 0000000000..23da3862e2 --- /dev/null +++ b/tests/compiler/features/relaxed-simd.release.wat @@ -0,0 +1,4 @@ +(module + (memory $0 0) + (export "memory" (memory $0)) +) diff --git a/tests/compiler/features/relaxed-simd.ts b/tests/compiler/features/relaxed-simd.ts new file mode 100644 index 0000000000..3fc581cc7e --- /dev/null +++ b/tests/compiler/features/relaxed-simd.ts @@ -0,0 +1,83 @@ +const v = v128.splat(0); +let r: v128; + +r = i8x16.relaxed_swizzle(v, v); +// == +r = v128.relaxed_swizzle(v, v); + +r = i32x4.relaxed_trunc_f32x4_s(v); +// == +r = v128.relaxed_trunc(v); + +r = i32x4.relaxed_trunc_f32x4_u(v); +// == +r = v128.relaxed_trunc(v); + +r = i32x4.relaxed_trunc_f64x2_s_zero(v); +// == +r = v128.relaxed_trunc_zero(v); + +r = i32x4.relaxed_trunc_f64x2_u_zero(v); +// == +r = v128.relaxed_trunc_zero(v); + +r = f32x4.relaxed_madd(v, v, v); +// == +r = v128.relaxed_madd(v, v, v); + +r = f32x4.relaxed_nmadd(v, v, v); +// == +r = v128.relaxed_nmadd(v, v, v); + +r = f64x2.relaxed_madd(v, v, v); +// == +r = v128.relaxed_madd(v, v, v); + +r = f64x2.relaxed_nmadd(v, v, v); +// == +r = v128.relaxed_nmadd(v, v, v); + +r = i8x16.relaxed_laneselect(v, v, v); +// == +r = v128.relaxed_laneselect(v, v, v); + +r = i16x8.relaxed_laneselect(v, v, v); +// == +r = v128.relaxed_laneselect(v, v, v); + +r = i32x4.relaxed_laneselect(v, v, v); +// == +r = v128.relaxed_laneselect(v, v, v); + +r = i64x2.relaxed_laneselect(v, v, v); +// == +r = v128.relaxed_laneselect(v, v, v); + +r = f32x4.relaxed_min(v, v); +// == +r = v128.relaxed_min(v, v); + +r = f32x4.relaxed_max(v, v); +// == +r = v128.relaxed_max(v, v); + +r = f64x2.relaxed_min(v, v); +// == +r = v128.relaxed_min(v, v); + +r = f64x2.relaxed_max(v, v); +// == +r = v128.relaxed_max(v, v); + +r = i16x8.relaxed_q15mulr_s(v, v); +// == +r = v128.relaxed_q15mulr(v, v); + +r = i16x8.relaxed_dot_i8x16_i7x16_s(v, v); +// == +r = v128.relaxed_dot(v, v); + +// TODO: not yet implemented in binaryen/src/wasm-interpreter.h +// r = i32x4.relaxed_dot_i8x16_i7x16_add_s(v, v, v); +// // == +// r = v128.relaxed_dot_add(v, v, v); diff --git a/tests/compiler/simd.debug.wat b/tests/compiler/simd.debug.wat index 975ca6e3dd..d87774a37c 100644 --- a/tests/compiler/simd.debug.wat +++ b/tests/compiler/simd.debug.wat @@ -4186,25 +4186,6 @@ call $~lib/builtins/abort unreachable end - local.get $a - local.get $b - i8x16.swizzle - local.get $a - local.get $b - i8x16.swizzle - i8x16.eq - i8x16.all_true - i32.const 0 - i32.ne - i32.eqz - if - i32.const 0 - i32.const 528 - i32.const 584 - i32.const 3 - call $~lib/builtins/abort - unreachable - end i32.const 16 call $~lib/rt/tlsf/__alloc local.set $ptr @@ -4243,7 +4224,7 @@ if i32.const 0 i32.const 528 - i32.const 599 + i32.const 594 i32.const 5 call $~lib/builtins/abort unreachable @@ -4259,7 +4240,7 @@ if i32.const 0 i32.const 528 - i32.const 604 + i32.const 599 i32.const 5 call $~lib/builtins/abort unreachable @@ -4361,7 +4342,7 @@ if i32.const 0 i32.const 528 - i32.const 672 + i32.const 667 i32.const 3 call $~lib/builtins/abort unreachable @@ -4379,7 +4360,7 @@ if i32.const 0 i32.const 528 - i32.const 674 + i32.const 669 i32.const 3 call $~lib/builtins/abort unreachable @@ -4398,7 +4379,7 @@ if i32.const 0 i32.const 528 - i32.const 676 + i32.const 671 i32.const 3 call $~lib/builtins/abort unreachable @@ -4415,7 +4396,7 @@ if i32.const 0 i32.const 528 - i32.const 677 + i32.const 672 i32.const 3 call $~lib/builtins/abort unreachable @@ -4432,7 +4413,7 @@ if i32.const 0 i32.const 528 - i32.const 678 + i32.const 673 i32.const 3 call $~lib/builtins/abort unreachable @@ -4493,7 +4474,7 @@ if i32.const 0 i32.const 528 - i32.const 719 + i32.const 714 i32.const 3 call $~lib/builtins/abort unreachable @@ -4506,7 +4487,7 @@ if i32.const 0 i32.const 528 - i32.const 724 + i32.const 719 i32.const 3 call $~lib/builtins/abort unreachable @@ -4519,7 +4500,7 @@ if i32.const 0 i32.const 528 - i32.const 725 + i32.const 720 i32.const 3 call $~lib/builtins/abort unreachable @@ -4536,7 +4517,7 @@ if i32.const 0 i32.const 528 - i32.const 726 + i32.const 721 i32.const 3 call $~lib/builtins/abort unreachable @@ -4553,7 +4534,7 @@ if i32.const 0 i32.const 528 - i32.const 731 + i32.const 726 i32.const 3 call $~lib/builtins/abort unreachable @@ -4633,7 +4614,7 @@ if i32.const 0 i32.const 528 - i32.const 745 + i32.const 740 i32.const 3 call $~lib/builtins/abort unreachable @@ -4650,7 +4631,7 @@ if i32.const 0 i32.const 528 - i32.const 746 + i32.const 741 i32.const 3 call $~lib/builtins/abort unreachable @@ -4667,7 +4648,7 @@ if i32.const 0 i32.const 528 - i32.const 747 + i32.const 742 i32.const 3 call $~lib/builtins/abort unreachable @@ -4684,7 +4665,7 @@ if i32.const 0 i32.const 528 - i32.const 748 + i32.const 743 i32.const 3 call $~lib/builtins/abort unreachable @@ -4701,7 +4682,7 @@ if i32.const 0 i32.const 528 - i32.const 749 + i32.const 744 i32.const 3 call $~lib/builtins/abort unreachable @@ -4718,7 +4699,7 @@ if i32.const 0 i32.const 528 - i32.const 750 + i32.const 745 i32.const 3 call $~lib/builtins/abort unreachable @@ -4735,7 +4716,7 @@ if i32.const 0 i32.const 528 - i32.const 751 + i32.const 746 i32.const 3 call $~lib/builtins/abort unreachable @@ -4752,7 +4733,7 @@ if i32.const 0 i32.const 528 - i32.const 752 + i32.const 747 i32.const 3 call $~lib/builtins/abort unreachable @@ -4769,7 +4750,7 @@ if i32.const 0 i32.const 528 - i32.const 753 + i32.const 748 i32.const 3 call $~lib/builtins/abort unreachable @@ -4786,7 +4767,7 @@ if i32.const 0 i32.const 528 - i32.const 754 + i32.const 749 i32.const 3 call $~lib/builtins/abort unreachable @@ -4873,7 +4854,7 @@ if i32.const 0 i32.const 528 - i32.const 769 + i32.const 764 i32.const 3 call $~lib/builtins/abort unreachable @@ -4904,7 +4885,7 @@ if i32.const 0 i32.const 528 - i32.const 780 + i32.const 775 i32.const 5 call $~lib/builtins/abort unreachable @@ -4920,7 +4901,7 @@ if i32.const 0 i32.const 528 - i32.const 785 + i32.const 780 i32.const 5 call $~lib/builtins/abort unreachable @@ -5020,7 +5001,7 @@ if i32.const 0 i32.const 528 - i32.const 819 + i32.const 814 i32.const 3 call $~lib/builtins/abort unreachable @@ -5038,7 +5019,7 @@ if i32.const 0 i32.const 528 - i32.const 821 + i32.const 816 i32.const 3 call $~lib/builtins/abort unreachable @@ -5057,7 +5038,7 @@ if i32.const 0 i32.const 528 - i32.const 823 + i32.const 818 i32.const 3 call $~lib/builtins/abort unreachable @@ -5074,7 +5055,7 @@ if i32.const 0 i32.const 528 - i32.const 824 + i32.const 819 i32.const 3 call $~lib/builtins/abort unreachable @@ -5091,7 +5072,7 @@ if i32.const 0 i32.const 528 - i32.const 825 + i32.const 820 i32.const 3 call $~lib/builtins/abort unreachable @@ -5107,7 +5088,7 @@ if i32.const 0 i32.const 528 - i32.const 826 + i32.const 821 i32.const 3 call $~lib/builtins/abort unreachable @@ -5120,7 +5101,7 @@ if i32.const 0 i32.const 528 - i32.const 831 + i32.const 826 i32.const 3 call $~lib/builtins/abort unreachable @@ -5133,7 +5114,7 @@ if i32.const 0 i32.const 528 - i32.const 832 + i32.const 827 i32.const 3 call $~lib/builtins/abort unreachable @@ -5150,7 +5131,7 @@ if i32.const 0 i32.const 528 - i32.const 833 + i32.const 828 i32.const 3 call $~lib/builtins/abort unreachable @@ -5167,7 +5148,7 @@ if i32.const 0 i32.const 528 - i32.const 838 + i32.const 833 i32.const 3 call $~lib/builtins/abort unreachable @@ -5240,7 +5221,7 @@ if i32.const 0 i32.const 528 - i32.const 852 + i32.const 847 i32.const 5 call $~lib/builtins/abort unreachable @@ -5256,7 +5237,7 @@ if i32.const 0 i32.const 528 - i32.const 857 + i32.const 852 i32.const 5 call $~lib/builtins/abort unreachable @@ -5637,7 +5618,7 @@ if i32.const 0 i32.const 528 - i32.const 930 + i32.const 925 i32.const 3 call $~lib/builtins/abort unreachable @@ -5655,7 +5636,7 @@ if i32.const 0 i32.const 528 - i32.const 932 + i32.const 927 i32.const 3 call $~lib/builtins/abort unreachable @@ -5674,7 +5655,7 @@ if i32.const 0 i32.const 528 - i32.const 934 + i32.const 929 i32.const 3 call $~lib/builtins/abort unreachable @@ -5691,7 +5672,7 @@ if i32.const 0 i32.const 528 - i32.const 935 + i32.const 930 i32.const 3 call $~lib/builtins/abort unreachable @@ -5708,7 +5689,7 @@ if i32.const 0 i32.const 528 - i32.const 936 + i32.const 931 i32.const 3 call $~lib/builtins/abort unreachable @@ -5729,7 +5710,7 @@ if i32.const 0 i32.const 528 - i32.const 938 + i32.const 933 i32.const 3 call $~lib/builtins/abort unreachable @@ -5746,7 +5727,7 @@ if i32.const 0 i32.const 528 - i32.const 939 + i32.const 934 i32.const 3 call $~lib/builtins/abort unreachable @@ -5762,7 +5743,7 @@ if i32.const 0 i32.const 528 - i32.const 940 + i32.const 935 i32.const 3 call $~lib/builtins/abort unreachable @@ -5775,7 +5756,7 @@ if i32.const 0 i32.const 528 - i32.const 941 + i32.const 936 i32.const 3 call $~lib/builtins/abort unreachable @@ -5788,7 +5769,7 @@ if i32.const 0 i32.const 528 - i32.const 942 + i32.const 937 i32.const 3 call $~lib/builtins/abort unreachable @@ -5805,7 +5786,7 @@ if i32.const 0 i32.const 528 - i32.const 943 + i32.const 938 i32.const 3 call $~lib/builtins/abort unreachable @@ -5822,7 +5803,7 @@ if i32.const 0 i32.const 528 - i32.const 948 + i32.const 943 i32.const 3 call $~lib/builtins/abort unreachable @@ -5853,7 +5834,7 @@ if i32.const 0 i32.const 528 - i32.const 957 + i32.const 952 i32.const 3 call $~lib/builtins/abort unreachable @@ -5870,7 +5851,7 @@ if i32.const 0 i32.const 528 - i32.const 958 + i32.const 953 i32.const 3 call $~lib/builtins/abort unreachable @@ -5887,7 +5868,7 @@ if i32.const 0 i32.const 528 - i32.const 959 + i32.const 954 i32.const 3 call $~lib/builtins/abort unreachable @@ -5904,7 +5885,7 @@ if i32.const 0 i32.const 528 - i32.const 960 + i32.const 955 i32.const 3 call $~lib/builtins/abort unreachable @@ -5921,7 +5902,7 @@ if i32.const 0 i32.const 528 - i32.const 961 + i32.const 956 i32.const 3 call $~lib/builtins/abort unreachable @@ -5938,7 +5919,7 @@ if i32.const 0 i32.const 528 - i32.const 962 + i32.const 957 i32.const 3 call $~lib/builtins/abort unreachable @@ -5955,7 +5936,7 @@ if i32.const 0 i32.const 528 - i32.const 963 + i32.const 958 i32.const 3 call $~lib/builtins/abort unreachable @@ -5972,7 +5953,7 @@ if i32.const 0 i32.const 528 - i32.const 964 + i32.const 959 i32.const 3 call $~lib/builtins/abort unreachable @@ -5988,7 +5969,7 @@ if i32.const 0 i32.const 528 - i32.const 965 + i32.const 960 i32.const 3 call $~lib/builtins/abort unreachable @@ -6055,7 +6036,7 @@ if i32.const 0 i32.const 528 - i32.const 992 + i32.const 987 i32.const 5 call $~lib/builtins/abort unreachable @@ -6073,7 +6054,7 @@ if i32.const 0 i32.const 528 - i32.const 996 + i32.const 991 i32.const 5 call $~lib/builtins/abort unreachable @@ -6118,7 +6099,7 @@ if i32.const 0 i32.const 528 - i32.const 1012 + i32.const 1007 i32.const 3 call $~lib/builtins/abort unreachable @@ -6136,7 +6117,7 @@ if i32.const 0 i32.const 528 - i32.const 1014 + i32.const 1009 i32.const 3 call $~lib/builtins/abort unreachable @@ -6155,7 +6136,7 @@ if i32.const 0 i32.const 528 - i32.const 1016 + i32.const 1011 i32.const 3 call $~lib/builtins/abort unreachable @@ -6172,7 +6153,7 @@ if i32.const 0 i32.const 528 - i32.const 1017 + i32.const 1012 i32.const 3 call $~lib/builtins/abort unreachable @@ -6189,7 +6170,7 @@ if i32.const 0 i32.const 528 - i32.const 1018 + i32.const 1013 i32.const 3 call $~lib/builtins/abort unreachable @@ -6210,7 +6191,7 @@ if i32.const 0 i32.const 528 - i32.const 1020 + i32.const 1015 i32.const 3 call $~lib/builtins/abort unreachable @@ -6227,7 +6208,7 @@ if i32.const 0 i32.const 528 - i32.const 1021 + i32.const 1016 i32.const 3 call $~lib/builtins/abort unreachable @@ -6243,7 +6224,7 @@ if i32.const 0 i32.const 528 - i32.const 1022 + i32.const 1017 i32.const 3 call $~lib/builtins/abort unreachable @@ -6256,7 +6237,7 @@ if i32.const 0 i32.const 528 - i32.const 1023 + i32.const 1018 i32.const 3 call $~lib/builtins/abort unreachable @@ -6269,7 +6250,7 @@ if i32.const 0 i32.const 528 - i32.const 1024 + i32.const 1019 i32.const 3 call $~lib/builtins/abort unreachable @@ -6286,7 +6267,7 @@ if i32.const 0 i32.const 528 - i32.const 1025 + i32.const 1020 i32.const 3 call $~lib/builtins/abort unreachable @@ -6303,7 +6284,7 @@ if i32.const 0 i32.const 528 - i32.const 1030 + i32.const 1025 i32.const 3 call $~lib/builtins/abort unreachable @@ -6334,7 +6315,7 @@ if i32.const 0 i32.const 528 - i32.const 1039 + i32.const 1034 i32.const 3 call $~lib/builtins/abort unreachable @@ -6351,7 +6332,7 @@ if i32.const 0 i32.const 528 - i32.const 1040 + i32.const 1035 i32.const 3 call $~lib/builtins/abort unreachable @@ -6368,7 +6349,7 @@ if i32.const 0 i32.const 528 - i32.const 1041 + i32.const 1036 i32.const 3 call $~lib/builtins/abort unreachable @@ -6385,7 +6366,7 @@ if i32.const 0 i32.const 528 - i32.const 1042 + i32.const 1037 i32.const 3 call $~lib/builtins/abort unreachable @@ -6402,7 +6383,7 @@ if i32.const 0 i32.const 528 - i32.const 1043 + i32.const 1038 i32.const 3 call $~lib/builtins/abort unreachable @@ -6419,7 +6400,7 @@ if i32.const 0 i32.const 528 - i32.const 1044 + i32.const 1039 i32.const 3 call $~lib/builtins/abort unreachable @@ -6436,7 +6417,7 @@ if i32.const 0 i32.const 528 - i32.const 1045 + i32.const 1040 i32.const 3 call $~lib/builtins/abort unreachable @@ -6453,7 +6434,7 @@ if i32.const 0 i32.const 528 - i32.const 1046 + i32.const 1041 i32.const 3 call $~lib/builtins/abort unreachable @@ -6469,7 +6450,7 @@ if i32.const 0 i32.const 528 - i32.const 1047 + i32.const 1042 i32.const 3 call $~lib/builtins/abort unreachable @@ -6522,7 +6503,7 @@ if i32.const 0 i32.const 528 - i32.const 1066 + i32.const 1061 i32.const 5 call $~lib/builtins/abort unreachable @@ -6540,7 +6521,7 @@ if i32.const 0 i32.const 528 - i32.const 1070 + i32.const 1065 i32.const 5 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/simd.release.wat b/tests/compiler/simd.release.wat index f9b499a90f..780bde5cc6 100644 --- a/tests/compiler/simd.release.wat +++ b/tests/compiler/simd.release.wat @@ -2297,7 +2297,7 @@ if i32.const 0 i32.const 1552 - i32.const 599 + i32.const 594 i32.const 5 call $~lib/builtins/abort unreachable @@ -2311,7 +2311,7 @@ if i32.const 0 i32.const 1552 - i32.const 604 + i32.const 599 i32.const 5 call $~lib/builtins/abort unreachable @@ -2349,7 +2349,7 @@ if i32.const 0 i32.const 1552 - i32.const 780 + i32.const 775 i32.const 5 call $~lib/builtins/abort unreachable @@ -2363,7 +2363,7 @@ if i32.const 0 i32.const 1552 - i32.const 785 + i32.const 780 i32.const 5 call $~lib/builtins/abort unreachable @@ -2395,7 +2395,7 @@ if i32.const 0 i32.const 1552 - i32.const 852 + i32.const 847 i32.const 5 call $~lib/builtins/abort unreachable @@ -2409,7 +2409,7 @@ if i32.const 0 i32.const 1552 - i32.const 857 + i32.const 852 i32.const 5 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/simd.ts b/tests/compiler/simd.ts index 2a68d5cb8b..f9672912c5 100644 --- a/tests/compiler/simd.ts +++ b/tests/compiler/simd.ts @@ -581,11 +581,6 @@ function test_i16x8(): void { == v128.shuffle(a, b, 0, 1, 2, 3, 12, 13, 14, 15) ); - assert( - i16x8.swizzle(a, b) - == - v128.swizzle(a, b) - ); { let ptr = __alloc(16); store(ptr, 1); diff --git a/tests/features.json b/tests/features.json index 1ac3d7867a..4ba0c0b4c5 100644 --- a/tests/features.json +++ b/tests/features.json @@ -32,5 +32,21 @@ "v8_flags": [ "--experimental-wasm-eh" ] + }, + "simd": { + "asc_flags": [ + "--enable simd" + ], + "v8_flags": [ + "--experimental-wasm-simd" + ] + }, + "relaxed-simd": { + "asc_flags": [ + "--enable relaxed-simd" + ], + "v8_flags": [ + "--experimental-wasm-relaxed-simd" + ] } } From 5e3be1e43af0c974a4a56ef232814424107060c3 Mon Sep 17 00:00:00 2001 From: dcode Date: Fri, 14 Apr 2023 19:01:50 +0200 Subject: [PATCH 003/103] Update src/README.md (#2685) --- src/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/README.md b/src/README.md index 65eb7e260e..55c85e0fc4 100644 --- a/src/README.md +++ b/src/README.md @@ -46,11 +46,11 @@ Uses the AssemblyScript compiler compiled to JavaScript to compile itself to Web Running `asc` with the WebAssembly variant: ```ts -asc [options...] --wasm build/assemblyscript.release-bootstrap.wasm +asc [options...] --wasm build/assemblyscript.release-bootstrap.js ``` Running the compiler tests with the WebAssembly variant: ```ts -npm run test:compiler -- --wasm build/assemblyscript.release-bootstrap.wasm +npm run test:compiler -- --wasm build/assemblyscript.release-bootstrap.js ``` From b248254811e656fd053bef51e8dc704cb439ad01 Mon Sep 17 00:00:00 2001 From: dcode Date: Sat, 22 Apr 2023 18:58:58 +0200 Subject: [PATCH 004/103] Unify reference types (#2689) --- .github/workflows/test.yml | 2 +- cli/index.js | 4 +- src/builtins.ts | 36 ++-- src/common.ts | 41 +++-- src/compiler.ts | 137 +++++++++----- src/index-wasm.ts | 20 +- src/module.ts | 16 +- src/program.ts | 57 +++--- src/resolver.ts | 6 +- src/types.ts | 171 +++++++++--------- std/assembly/index.d.ts | 74 +++++--- std/assembly/reference.ts | 31 +++- std/assembly/shared/feature.ts | 2 + tests/compiler/bindings/esm.debug.js | 2 +- tests/compiler/bindings/raw.debug.js | 2 +- tests/compiler/features/gc.debug.wat | 2 +- tests/compiler/features/gc.ts | 14 +- .../features/reference-types.debug.wat | 50 +---- .../features/reference-types.release.wat | 2 +- tests/compiler/features/reference-types.ts | 2 - tests/compiler/issues/2473.json | 3 +- tests/compiler/issues/2473.ts | 3 +- tests/features.json | 5 - 23 files changed, 367 insertions(+), 315 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5e46805377..79091199fd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -74,7 +74,7 @@ jobs: - uses: dcodeIO/setup-node-nvm@master with: node-mirror: https://nodejs.org/download/v8-canary/ - node-version: 19.0.0-v8-canary202209029fc5a9347b + node-version: 21.0.0-v8-canary20230419061e93e884 - name: Install dependencies run: npm ci --no-audit - name: Build diff --git a/cli/index.js b/cli/index.js index 5d92e648e8..91634a8c01 100644 --- a/cli/index.js +++ b/cli/index.js @@ -372,7 +372,7 @@ export async function main(argv, options) { let name = features[i].trim(); let flag = assemblyscript[`FEATURE_${toUpperSnakeCase(name)}`]; if (!flag) return prepareResult(Error(`Feature '${name}' is unknown.`)); - assemblyscript.disableFeature(compilerOptions, flag); + assemblyscript.setFeature(compilerOptions, flag, false); } } @@ -383,7 +383,7 @@ export async function main(argv, options) { let name = features[i].trim(); let flag = assemblyscript[`FEATURE_${toUpperSnakeCase(name)}`]; if (!flag) return prepareResult(Error(`Feature '${name}' is unknown.`)); - assemblyscript.enableFeature(compilerOptions, flag); + assemblyscript.setFeature(compilerOptions, flag, true); } } diff --git a/src/builtins.ts b/src/builtins.ts index 20cf2e044d..492b186600 100644 --- a/src/builtins.ts +++ b/src/builtins.ts @@ -3523,7 +3523,7 @@ function builtin_i31_new(ctx: BuiltinFunctionContext): ExpressionRef { ) return module.unreachable(); let operands = ctx.operands; let arg0 = compiler.compileExpression(operands[0], Type.i32, Constraints.ConvImplicit); - compiler.currentType = Type.i31ref; + compiler.currentType = Type.i31; return module.i31_new(arg0); } builtinFunctions.set(BuiltinNames.i31_new, builtin_i31_new); @@ -3536,7 +3536,7 @@ function builtin_i31_get(ctx: BuiltinFunctionContext): ExpressionRef { checkArgsRequired(ctx, 1) ) return module.unreachable(); let operands = ctx.operands; - let arg0 = compiler.compileExpression(operands[0], Type.i31ref, Constraints.ConvImplicit); + let arg0 = compiler.compileExpression(operands[0], Type.i31.asNullable(), Constraints.ConvImplicit); if (ctx.contextualType.is(TypeFlags.Unsigned)) { compiler.currentType = Type.u32; return module.i31_get(arg0, false); @@ -3653,14 +3653,14 @@ function builtin_assert(ctx: BuiltinFunctionContext): ExpressionRef { // TODO: also check for NaN in float assertions, as in `Boolean(NaN) -> false`? case TypeKind.F32: return module.if(module.binary(BinaryOp.EqF32, arg0, module.f32(0)), abort); case TypeKind.F64: return module.if(module.binary(BinaryOp.EqF64, arg0, module.f64(0)), abort); - case TypeKind.Funcref: - case TypeKind.Externref: - case TypeKind.Anyref: - case TypeKind.Eqref: - case TypeKind.Structref: - case TypeKind.Arrayref: - case TypeKind.I31ref: - case TypeKind.Stringref: + case TypeKind.Func: + case TypeKind.Extern: + case TypeKind.Any: + case TypeKind.Eq: + case TypeKind.Struct: + case TypeKind.Array: + case TypeKind.I31: + case TypeKind.String: case TypeKind.StringviewWTF8: case TypeKind.StringviewWTF16: case TypeKind.StringviewIter: return module.if(module.ref_is_null(arg0), abort); @@ -3734,14 +3734,14 @@ function builtin_assert(ctx: BuiltinFunctionContext): ExpressionRef { ); return ret; } - case TypeKind.Funcref: - case TypeKind.Externref: - case TypeKind.Anyref: - case TypeKind.Eqref: - case TypeKind.Structref: - case TypeKind.Arrayref: - case TypeKind.I31ref: - case TypeKind.Stringref: + case TypeKind.Func: + case TypeKind.Extern: + case TypeKind.Any: + case TypeKind.Eq: + case TypeKind.Struct: + case TypeKind.Array: + case TypeKind.I31: + case TypeKind.String: case TypeKind.StringviewWTF8: case TypeKind.StringviewWTF16: case TypeKind.StringviewIter: { diff --git a/src/common.ts b/src/common.ts index 8e03684d05..f5d6675edd 100644 --- a/src/common.ts +++ b/src/common.ts @@ -81,7 +81,9 @@ export const enum CommonFlags { // Other /** Is quoted. */ - Quoted = 1 << 30 + Quoted = 1 << 30, + /** Is internally nullable. */ + InternallyNullable = 1 << 31 } /** Path delimiter inserted between file system levels. */ @@ -126,17 +128,17 @@ export namespace CommonNames { export const f32 = "f32"; export const f64 = "f64"; export const v128 = "v128"; - export const funcref = "funcref"; - export const externref = "externref"; - export const anyref = "anyref"; - export const eqref = "eqref"; - export const structref = "structref"; - export const arrayref = "arrayref"; - export const i31ref = "i31ref"; - export const stringref = "stringref"; - export const stringview_wtf8 = "stringview_wtf8"; - export const stringview_wtf16 = "stringview_wtf16"; - export const stringview_iter = "stringview_iter"; + export const ref_func = "ref_func"; + export const ref_extern = "ref_extern"; + export const ref_any = "ref_any"; + export const ref_eq = "ref_eq"; + export const ref_struct = "ref_struct"; + export const ref_array = "ref_array"; + export const ref_i31 = "ref_i31"; + export const ref_string = "ref_string"; + export const ref_stringview_wtf8 = "ref_stringview_wtf8"; + export const ref_stringview_wtf16 = "ref_stringview_wtf16"; + export const ref_stringview_iter = "ref_stringview_iter"; export const i8x16 = "i8x16"; export const u8x16 = "u8x16"; export const i16x8 = "i16x8"; @@ -207,13 +209,14 @@ export namespace CommonNames { export const F32 = "F32"; export const F64 = "F64"; export const V128 = "V128"; - export const Funcref = "Funcref"; - export const Externref = "Externref"; - export const Anyref = "Anyref"; - export const Eqref = "Eqref"; - export const Structref = "Structref"; - export const Arrayref = "Arrayref"; - export const I31ref = "I31ref"; + export const RefFunc = "RefFunc"; + export const RefExtern = "RefExtern"; + export const RefAny = "RefAny"; + export const RefEq = "RefEq"; + export const RefStruct = "RefStruct"; + export const RefArray = "RefArray"; + export const RefI31 = "RefI31"; + export const RefString = "RefString"; export const String = "String"; export const RegExp = "RegExp"; export const Object = "Object"; diff --git a/src/compiler.ts b/src/compiler.ts index 25e094503a..7703f5de18 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -221,6 +221,12 @@ import { lowerRequiresExportRuntime } from "./bindings/js"; +/** Features enabled by default. */ +export const defaultFeatures = Feature.MutableGlobals + | Feature.SignExtension + | Feature.NontrappingF2I + | Feature.BulkMemory; + /** Compiler options. */ export class Options { constructor() { /* as internref */ } @@ -261,11 +267,8 @@ export class Options { tableBase: u32 = 0; /** Global aliases, mapping alias names as the key to internal names to be aliased as the value. */ globalAliases: Map | null = null; - /** Features to activate by default. These are the finished proposals. */ - features: Feature = Feature.MutableGlobals - | Feature.SignExtension - | Feature.NontrappingF2I - | Feature.BulkMemory; + /** Features to activate by default. */ + features: Feature = defaultFeatures; /** If true, disallows unsafe features in user code. */ noUnsafe: bool = false; /** If true, enables pedantic diagnostics. */ @@ -317,6 +320,27 @@ export class Options { return this.optimizeLevelHint > 0 || this.shrinkLevelHint > 0; } + /** Sets whether a feature is enabled. */ + setFeature(feature: Feature, on: bool = true): void { + if (on) { + // Enabling Stringref also enables GC + if (feature & Feature.Stringref) feature |= Feature.GC; + // Enabling GC also enables Reference Types + if (feature & Feature.GC) feature |= Feature.ReferenceTypes; + // Enabling Relaxed SIMD also enables SIMD + if (feature & Feature.RelaxedSimd) feature |= Feature.Simd; + this.features |= feature; + } else { + // Disabling Reference Types also disables GC + if (feature & Feature.ReferenceTypes) feature |= Feature.GC; + // Disabling GC also disables Stringref + if (feature & Feature.GC) feature |= Feature.Stringref; + // Disabling SIMD also disables Relaxed SIMD + if (feature & Feature.Simd) feature |= Feature.RelaxedSimd; + this.features &= ~feature; + } + } + /** Tests if a specific feature is activated. */ hasFeature(feature: Feature): bool { return (this.features & feature) != 0; @@ -1357,7 +1381,14 @@ export class Compiler extends DiagnosticEmitter { findDecorator(DecoratorKind.Inline, global.decoratorNodes)!.range, "inline" ); } - module.addGlobal(internalName, typeRef, true, this.makeZero(type)); + let internalType = type; + if (type.isExternalReference && !type.is(TypeFlags.Nullable)) { + // There is no default value for non-nullable external references, so + // make the global nullable internally and use `null`. + global.set(CommonFlags.InternallyNullable); + internalType = type.asNullable(); + } + module.addGlobal(internalName, internalType.toRef(), true, this.makeZero(internalType)); this.currentBody.push( module.global_set(internalName, initExpr) ); @@ -1757,7 +1788,7 @@ export class Compiler extends DiagnosticEmitter { // Implicitly return `this` if the flow falls through if (!flow.is(FlowFlags.Terminates)) { stmts.push( - module.local_get(thisLocal.index, this.options.sizeTypeRef) + module.local_get(thisLocal.index, thisLocal.type.toRef()) ); flow.set(FlowFlags.Returns | FlowFlags.ReturnsNonNull | FlowFlags.Terminates); } @@ -4854,17 +4885,17 @@ export class Compiler extends DiagnosticEmitter { module.binary(BinaryOp.EqI8x16, leftExpr, rightExpr) ); } - case TypeKind.Eqref: - case TypeKind.Structref: - case TypeKind.Arrayref: - case TypeKind.I31ref: return module.ref_eq(leftExpr, rightExpr); - case TypeKind.Stringref: return module.string_eq(leftExpr, rightExpr); + case TypeKind.Eq: + case TypeKind.Struct: + case TypeKind.Array: + case TypeKind.I31: return module.ref_eq(leftExpr, rightExpr); + case TypeKind.String: return module.string_eq(leftExpr, rightExpr); case TypeKind.StringviewWTF8: case TypeKind.StringviewWTF16: case TypeKind.StringviewIter: - case TypeKind.Funcref: - case TypeKind.Externref: - case TypeKind.Anyref: { + case TypeKind.Func: + case TypeKind.Extern: + case TypeKind.Any: { this.error( DiagnosticCode.Operation_0_cannot_be_applied_to_type_1, reportNode.range, @@ -4904,15 +4935,15 @@ export class Compiler extends DiagnosticEmitter { module.binary(BinaryOp.NeI8x16, leftExpr, rightExpr) ); } - case TypeKind.Eqref: - case TypeKind.Structref: - case TypeKind.Arrayref: - case TypeKind.I31ref: { + case TypeKind.Eq: + case TypeKind.Struct: + case TypeKind.Array: + case TypeKind.I31: { return module.unary(UnaryOp.EqzI32, module.ref_eq(leftExpr, rightExpr) ); } - case TypeKind.Stringref: { + case TypeKind.String: { return module.unary(UnaryOp.EqzI32, module.string_eq(leftExpr, rightExpr) ); @@ -4920,9 +4951,9 @@ export class Compiler extends DiagnosticEmitter { case TypeKind.StringviewWTF8: case TypeKind.StringviewWTF16: case TypeKind.StringviewIter: - case TypeKind.Funcref: - case TypeKind.Externref: - case TypeKind.Anyref: { + case TypeKind.Func: + case TypeKind.Extern: + case TypeKind.Any: { this.error( DiagnosticCode.Operation_0_cannot_be_applied_to_type_1, reportNode.range, @@ -7332,10 +7363,12 @@ export class Compiler extends DiagnosticEmitter { ); } assert(localIndex >= 0); - if (localType.isNullableReference && flow.isLocalFlag(localIndex, LocalFlags.NonNull, false)) { - localType = localType.nonNullableType; + let isNonNull = flow.isLocalFlag(localIndex, LocalFlags.NonNull, false); + if (localType.isNullableReference && isNonNull && (!localType.isExternalReference || this.options.hasFeature(Feature.GC))) { + this.currentType = localType.nonNullableType; + } else { + this.currentType = localType; } - this.currentType = localType; if (target.parent != flow.targetFunction) { // TODO: closures @@ -7346,7 +7379,14 @@ export class Compiler extends DiagnosticEmitter { ); return module.unreachable(); } - return module.local_get(localIndex, localType.toRef()); + let expr = module.local_get(localIndex, localType.toRef()); + if (isNonNull && localType.isNullableExternalReference && this.options.hasFeature(Feature.GC)) { + // If the local's type is nullable, but its value is known to be non-null, propagate + // non-nullability info to Binaryen. Only applicable if GC is enabled, since without + // GC, here incl. typed function references, there is no nullability dimension. + expr = module.ref_as_nonnull(expr); + } + return expr; } case ElementKind.Global: { let global = target; @@ -7424,7 +7464,7 @@ export class Compiler extends DiagnosticEmitter { // TODO: Concrete function types currently map to first class functions implemented in // linear memory (on top of `usize`), leaving only generic `funcref` for use here. In the // future, once functions become Wasm GC objects, the actual signature type can be used. - this.currentType = Type.funcref; + this.currentType = Type.func; return module.ref_func(functionInstance.internalName, ensureType(functionInstance.type)); } let offset = this.ensureRuntimeFunction(functionInstance); @@ -9897,20 +9937,21 @@ export class Compiler extends DiagnosticEmitter { case TypeKind.F32: return module.f32(0); case TypeKind.F64: return module.f64(0); case TypeKind.V128: return module.v128(v128_zero); - case TypeKind.Funcref: - case TypeKind.Externref: - case TypeKind.Anyref: - case TypeKind.Eqref: - case TypeKind.Structref: - case TypeKind.Arrayref: - case TypeKind.Stringref: + case TypeKind.Func: + case TypeKind.Extern: + case TypeKind.Any: + case TypeKind.Eq: + case TypeKind.Struct: + case TypeKind.Array: + case TypeKind.String: case TypeKind.StringviewWTF8: case TypeKind.StringviewWTF16: case TypeKind.StringviewIter: { - // TODO: what if not nullable? - return module.ref_null(type.toRef()); + if (type.is(TypeFlags.Nullable)) return module.ref_null(type.toRef()); + assert(false); // TODO: check that refs are nullable in callers? + return module.unreachable(); } - case TypeKind.I31ref: { + case TypeKind.I31: { if (type.is(TypeFlags.Nullable)) return module.ref_null(type.toRef()); return module.i31_new(module.i32(0)); } @@ -9935,7 +9976,7 @@ export class Compiler extends DiagnosticEmitter { case TypeKind.U64: return module.i64(1); case TypeKind.F32: return module.f32(1); case TypeKind.F64: return module.f64(1); - case TypeKind.I31ref: return module.i31_new(module.i32(1)); + case TypeKind.I31: return module.i31_new(module.i32(1)); } } @@ -9957,7 +9998,7 @@ export class Compiler extends DiagnosticEmitter { case TypeKind.F32: return module.f32(-1); case TypeKind.F64: return module.f64(-1); case TypeKind.V128: return module.v128(v128_ones); - case TypeKind.I31ref: return module.i31_new(module.i32(-1)); + case TypeKind.I31: return module.i31_new(module.i32(-1)); } } @@ -10056,14 +10097,14 @@ export class Compiler extends DiagnosticEmitter { case TypeKind.V128: { return module.unary(UnaryOp.AnyTrueV128, expr); } - case TypeKind.Funcref: - case TypeKind.Externref: - case TypeKind.Anyref: - case TypeKind.Eqref: - case TypeKind.Structref: - case TypeKind.Arrayref: - case TypeKind.I31ref: - case TypeKind.Stringref: + case TypeKind.Func: + case TypeKind.Extern: + case TypeKind.Any: + case TypeKind.Eq: + case TypeKind.Struct: + case TypeKind.Array: + case TypeKind.I31: + case TypeKind.String: case TypeKind.StringviewWTF8: case TypeKind.StringviewWTF16: case TypeKind.StringviewIter: { diff --git a/src/index-wasm.ts b/src/index-wasm.ts index a43202657d..ec51de73da 100644 --- a/src/index-wasm.ts +++ b/src/index-wasm.ts @@ -23,7 +23,8 @@ import { import { Compiler, Options, - UncheckedBehavior + UncheckedBehavior, + defaultFeatures } from "./compiler"; import { @@ -201,15 +202,14 @@ export const FEATURE_RELAXED_SIMD = Feature.RelaxedSimd; export const FEATURE_EXTENDED_CONST = Feature.ExtendedConst; /** String references. */ export const FEATURE_STRINGREF = Feature.Stringref; - -/** Enables a specific feature. */ -export function enableFeature(options: Options, feature: Feature): void { - options.features |= feature; -} - -/** Disables a specific feature. */ -export function disableFeature(options: Options, feature: Feature): void { - options.features &= ~feature; +/** All features. */ +export const FEATURES_ALL = Feature.All; +/** Default features. */ +export const FEATURES_DEFAULT = defaultFeatures; + +/** Sets whether a specific feature is enabled. */ +export function setFeature(options: Options, feature: Feature, on: bool): void { + options.setFeature(feature, on); } /** Gives the compiler a hint at the optimize levels that will be used later on. */ diff --git a/src/module.ts b/src/module.ts index 6c9d527cb0..705750ec4a 100644 --- a/src/module.ts +++ b/src/module.ts @@ -3790,28 +3790,28 @@ function tryEnsureBasicType(type: Type): TypeRef { case TypeKind.F32: return TypeRef.F32; case TypeKind.F64: return TypeRef.F64; case TypeKind.V128: return TypeRef.V128; - case TypeKind.Funcref: { + case TypeKind.Func: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.Func, type.is(TypeFlags.Nullable)); } - case TypeKind.Externref: { + case TypeKind.Extern: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.Extern, type.is(TypeFlags.Nullable)); } - case TypeKind.Anyref: { + case TypeKind.Any: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.Any, type.is(TypeFlags.Nullable)); } - case TypeKind.Eqref: { + case TypeKind.Eq: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.Eq, type.is(TypeFlags.Nullable)); } - case TypeKind.Structref: { + case TypeKind.Struct: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.Struct, type.is(TypeFlags.Nullable)); } - case TypeKind.Arrayref: { + case TypeKind.Array: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.Array, type.is(TypeFlags.Nullable)); } - case TypeKind.I31ref: { + case TypeKind.I31: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.I31, type.is(TypeFlags.Nullable)); } - case TypeKind.Stringref: { + case TypeKind.String: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.String, type.is(TypeFlags.Nullable)); } case TypeKind.StringviewWTF8: { diff --git a/src/program.ts b/src/program.ts index 18ebd57a6d..829cffee05 100644 --- a/src/program.ts +++ b/src/program.ts @@ -1014,17 +1014,17 @@ export class Program extends DiagnosticEmitter { // compiler needs to check this condition whenever such a value is created // respectively stored or loaded. this.registerNativeType(CommonNames.v128, Type.v128); - this.registerNativeType(CommonNames.funcref, Type.funcref); - this.registerNativeType(CommonNames.externref, Type.externref); - this.registerNativeType(CommonNames.anyref, Type.anyref); - this.registerNativeType(CommonNames.eqref, Type.eqref); - this.registerNativeType(CommonNames.structref, Type.structref); - this.registerNativeType(CommonNames.arrayref, Type.arrayref); - this.registerNativeType(CommonNames.i31ref, Type.i31ref); - this.registerNativeType(CommonNames.stringref, Type.stringref); - this.registerNativeType(CommonNames.stringview_wtf8, Type.stringview_wtf8); - this.registerNativeType(CommonNames.stringview_wtf16, Type.stringview_wtf16); - this.registerNativeType(CommonNames.stringview_iter, Type.stringview_iter); + this.registerNativeType(CommonNames.ref_func, Type.func); + this.registerNativeType(CommonNames.ref_extern, Type.extern); + this.registerNativeType(CommonNames.ref_any, Type.any); + this.registerNativeType(CommonNames.ref_eq, Type.eq); + this.registerNativeType(CommonNames.ref_struct, Type.struct); + this.registerNativeType(CommonNames.ref_array, Type.array); + this.registerNativeType(CommonNames.ref_i31, Type.i31); + this.registerNativeType(CommonNames.ref_string, Type.string); + this.registerNativeType(CommonNames.ref_stringview_wtf8, Type.stringview_wtf8); + this.registerNativeType(CommonNames.ref_stringview_wtf16, Type.stringview_wtf16); + this.registerNativeType(CommonNames.ref_stringview_iter, Type.stringview_iter); // register compiler hints this.registerConstantInteger(CommonNames.ASC_TARGET, Type.i32, @@ -1288,14 +1288,17 @@ export class Program extends DiagnosticEmitter { this.registerWrapperClass(Type.f64, CommonNames.F64); if (options.hasFeature(Feature.Simd)) this.registerWrapperClass(Type.v128, CommonNames.V128); if (options.hasFeature(Feature.ReferenceTypes)) { - this.registerWrapperClass(Type.funcref, CommonNames.Funcref); - this.registerWrapperClass(Type.externref, CommonNames.Externref); + this.registerWrapperClass(Type.func, CommonNames.RefFunc); + this.registerWrapperClass(Type.extern, CommonNames.RefExtern); if (options.hasFeature(Feature.GC)) { - this.registerWrapperClass(Type.anyref, CommonNames.Anyref); - this.registerWrapperClass(Type.eqref, CommonNames.Eqref); - this.registerWrapperClass(Type.structref, CommonNames.Structref); - this.registerWrapperClass(Type.arrayref, CommonNames.Arrayref); - this.registerWrapperClass(Type.i31ref, CommonNames.I31ref); + this.registerWrapperClass(Type.any, CommonNames.RefAny); + this.registerWrapperClass(Type.eq, CommonNames.RefEq); + this.registerWrapperClass(Type.struct, CommonNames.RefStruct); + this.registerWrapperClass(Type.array, CommonNames.RefArray); + this.registerWrapperClass(Type.i31, CommonNames.RefI31); + } + if (options.hasFeature(Feature.Stringref)) { + this.registerWrapperClass(Type.string, CommonNames.RefString); } } @@ -1950,18 +1953,20 @@ export class Program extends DiagnosticEmitter { checkTypeSupported(type: Type, reportNode: Node): bool { switch (type.kind) { case TypeKind.V128: return this.checkFeatureEnabled(Feature.Simd, reportNode); - case TypeKind.Funcref: - case TypeKind.Externref: + case TypeKind.Func: + case TypeKind.Extern: + // Non-nullability is introduced by typed function references (here part of GC) + if (!type.is(TypeFlags.Nullable)) return this.checkFeatureEnabled(Feature.GC, reportNode); return this.checkFeatureEnabled(Feature.ReferenceTypes, reportNode); - case TypeKind.Anyref: - case TypeKind.Eqref: - case TypeKind.Structref: - case TypeKind.Arrayref: - case TypeKind.I31ref: { + case TypeKind.Any: + case TypeKind.Eq: + case TypeKind.Struct: + case TypeKind.Array: + case TypeKind.I31: { return this.checkFeatureEnabled(Feature.ReferenceTypes, reportNode) && this.checkFeatureEnabled(Feature.GC, reportNode); } - case TypeKind.Stringref: + case TypeKind.String: case TypeKind.StringviewWTF8: case TypeKind.StringviewWTF16: case TypeKind.StringviewIter: { diff --git a/src/resolver.ts b/src/resolver.ts index c54f555993..16bd967847 100644 --- a/src/resolver.ts +++ b/src/resolver.ts @@ -212,7 +212,7 @@ export class Resolver extends DiagnosticEmitter { } } if (node.isNullable) { - if (type.isInternalReference) return type.asNullable(); + if (type.isReference) return type.asNullable(); if (reportMode == ReportMode.Report) { this.error( DiagnosticCode.Type_0_cannot_be_nullable, @@ -290,7 +290,7 @@ export class Resolver extends DiagnosticEmitter { } let type = typeDefinition.type; if (node.isNullable) { - if (type.isInternalReference) return type.asNullable(); + if (type.isReference) return type.asNullable(); if (reportMode == ReportMode.Report) { this.error( DiagnosticCode.Type_0_cannot_be_nullable, @@ -338,7 +338,7 @@ export class Resolver extends DiagnosticEmitter { ); if (!type) return null; if (node.isNullable) { - if (type.isInternalReference) return type.asNullable(); + if (type.isReference) return type.asNullable(); if (reportMode == ReportMode.Report) { this.error( DiagnosticCode.Type_0_cannot_be_nullable, diff --git a/src/types.ts b/src/types.ts index cf97538bf6..4aef00a5b2 100644 --- a/src/types.ts +++ b/src/types.ts @@ -68,21 +68,21 @@ export const enum TypeKind { // references (keep in same order as in Binaryen) /** External reference. */ - Externref, + Extern, /** Function reference. */ - Funcref, + Func, /** Any reference. */ - Anyref, + Any, /** Equatable reference. */ - Eqref, + Eq, /** Struct reference. */ - Structref, + Struct, /** Array reference. */ - Arrayref, + Array, /** 31-bit integer reference. */ - I31ref, + I31, /** String reference. */ - Stringref, + String, /** WTF8 string view. */ StringviewWTF8, /** WTF16 string view. */ @@ -278,6 +278,11 @@ export class Type { return this.is(TypeFlags.External | TypeFlags.Reference); } + /** Tests if this type represents a nullable external object. */ + get isNullableExternalReference(): bool { + return this.is(TypeFlags.Nullable | TypeFlags.External | TypeFlags.Reference); + } + /** Gets the underlying class of this type, if any. */ getClass(): Class | null { return this.isInternalReference @@ -365,15 +370,15 @@ export class Type { /** Gets the corresponding non-nullable type. */ get nonNullableType(): Type { - if (this.isExternalReference) { - return this; // TODO - } - return assert(this._nonNullableType); // set either in ctor or asNullable + // Every type has a corresponding non-nullable type + return assert(this._nonNullableType); } /** Gets the corresponding nullable type, if applicable. */ get nullableType(): Type | null { - return this._nullableType; // set either in ctor or asNullable + return this.isReference + ? this.asNullable() // Every reference type has a corresponding nullable type + : null; // Other types do not have a nullable type } /** Computes the sign-extending shift in the target type. */ @@ -395,13 +400,13 @@ export class Type { /** Composes the respective nullable type of this type. */ asNullable(): Type { - assert(this.isInternalReference); + assert(this.isReference); let nullableType = this._nullableType; if (!nullableType) { assert(!this.isNullableReference); this._nullableType = nullableType = new Type(this.kind, this.flags | TypeFlags.Nullable, this.size); - nullableType.classReference = this.classReference; // either a class reference - nullableType.signatureReference = this.signatureReference; // or a function reference + nullableType.classReference = this.classReference; + nullableType.signatureReference = this.signatureReference; nullableType._nonNullableType = this; } return nullableType; @@ -457,7 +462,7 @@ export class Type { } else if (this.isExternalReference) { if ( this.kind == target.kind || - (target.kind == TypeKind.Anyref && this.kind != TypeKind.Externref) + (target.kind == TypeKind.Any && this.kind != TypeKind.Extern) ) { return true; } @@ -583,24 +588,8 @@ export class Type { return null; } - /** Converts this type to a string. */ - toString(validWat: bool = false): string { - const nullablePostfix = validWat ? "|null" : " | null"; - if (this.isReference) { - let classReference = this.getClass(); - if (classReference) { - return this.isNullableReference - ? classReference.internalName + nullablePostfix - : classReference.internalName; - } else { - let signatureReference = this.getSignature(); - if (signatureReference) { - return this.isNullableReference - ? `(${signatureReference.toString(validWat)})${nullablePostfix}` - : signatureReference.toString(validWat); - } - } - } + /** Converts this type's kind to a string. */ + kindToString(): string { switch (this.kind) { case TypeKind.Bool: return CommonNames.bool; case TypeKind.I8: return CommonNames.i8; @@ -616,22 +605,47 @@ export class Type { case TypeKind.F32: return CommonNames.f32; case TypeKind.F64: return CommonNames.f64; case TypeKind.V128: return CommonNames.v128; - case TypeKind.Funcref: return CommonNames.funcref; - case TypeKind.Externref: return CommonNames.externref; - case TypeKind.Anyref: return CommonNames.anyref; - case TypeKind.Eqref: return CommonNames.eqref; - case TypeKind.Structref: return CommonNames.structref; - case TypeKind.Arrayref: return CommonNames.arrayref; - case TypeKind.I31ref: return CommonNames.i31ref; - case TypeKind.Stringref: return CommonNames.stringref; - case TypeKind.StringviewWTF8: return CommonNames.stringview_wtf8; - case TypeKind.StringviewWTF16: return CommonNames.stringview_wtf16; - case TypeKind.StringviewIter: return CommonNames.stringview_iter; + case TypeKind.Func: return CommonNames.ref_func; + case TypeKind.Extern: return CommonNames.ref_extern; + case TypeKind.Any: return CommonNames.ref_any; + case TypeKind.Eq: return CommonNames.ref_eq; + case TypeKind.Struct: return CommonNames.ref_struct; + case TypeKind.Array: return CommonNames.ref_array; + case TypeKind.I31: return CommonNames.ref_i31; + case TypeKind.String: return CommonNames.ref_string; + case TypeKind.StringviewWTF8: return CommonNames.ref_stringview_wtf8; + case TypeKind.StringviewWTF16: return CommonNames.ref_stringview_wtf16; + case TypeKind.StringviewIter: return CommonNames.ref_stringview_iter; default: assert(false); case TypeKind.Void: return CommonNames.void_; } } + /** Converts this type to a string. */ + toString(validWat: bool = false): string { + const nullablePostfix = validWat ? "|null" : " | null"; + if (this.isReference) { + let classReference = this.getClass(); + if (classReference) { + return this.isNullableReference + ? classReference.internalName + nullablePostfix + : classReference.internalName; + } else { + let signatureReference = this.getSignature(); + if (signatureReference) { + return this.isNullableReference + ? `(${signatureReference.toString(validWat)})${nullablePostfix}` + : signatureReference.toString(validWat); + } else { + return this.isNullableReference + ? `${this.kindToString()}${nullablePostfix}}` + : this.kindToString(); + } + } + } + return this.kindToString(); + } + // Binaryen specific /** Converts this type to its respective type reference. */ @@ -651,28 +665,28 @@ export class Type { case TypeKind.F32: return TypeRef.F32; case TypeKind.F64: return TypeRef.F64; case TypeKind.V128: return TypeRef.V128; - case TypeKind.Funcref: { + case TypeKind.Func: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.Func, this.is(TypeFlags.Nullable)); } - case TypeKind.Externref: { + case TypeKind.Extern: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.Extern, this.is(TypeFlags.Nullable)); } - case TypeKind.Anyref: { + case TypeKind.Any: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.Any, this.is(TypeFlags.Nullable)); } - case TypeKind.Eqref: { + case TypeKind.Eq: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.Eq, this.is(TypeFlags.Nullable)); } - case TypeKind.Structref: { + case TypeKind.Struct: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.Struct, this.is(TypeFlags.Nullable)); } - case TypeKind.Arrayref: { + case TypeKind.Array: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.Array, this.is(TypeFlags.Nullable)); } - case TypeKind.I31ref: { + case TypeKind.I31: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.I31, this.is(TypeFlags.Nullable)); } - case TypeKind.Stringref: { + case TypeKind.String: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.String, this.is(TypeFlags.Nullable)); } case TypeKind.StringviewWTF8: { @@ -818,80 +832,69 @@ export class Type { TypeFlags.Value, 128 ); - /** Function reference. */ - static readonly funcref: Type = new Type(TypeKind.Funcref, + /** Non-nullable function reference (`ref func`). */ + static readonly func: Type = new Type(TypeKind.Func, TypeFlags.External | - TypeFlags.Nullable | TypeFlags.Reference, 0 ); - /** External reference. */ - static readonly externref: Type = new Type(TypeKind.Externref, + /** Non-nullable external reference (`ref extern`). */ + static readonly extern: Type = new Type(TypeKind.Extern, TypeFlags.External | - TypeFlags.Nullable | TypeFlags.Reference, 0 ); - /** Any reference. */ - static readonly anyref: Type = new Type(TypeKind.Anyref, + /** Non-nullable any reference (`ref any`). */ + static readonly any: Type = new Type(TypeKind.Any, TypeFlags.External | - TypeFlags.Nullable | TypeFlags.Reference, 0 ); - /** Equatable reference. */ - static readonly eqref: Type = new Type(TypeKind.Eqref, + /** Non-nullable equatable reference (`ref eq`). */ + static readonly eq: Type = new Type(TypeKind.Eq, TypeFlags.External | - TypeFlags.Nullable | TypeFlags.Reference, 0 ); - /** Struct reference. */ - static readonly structref: Type = new Type(TypeKind.Structref, + /** Non-nullable struct reference (`ref struct`). */ + static readonly struct: Type = new Type(TypeKind.Struct, TypeFlags.External | - TypeFlags.Nullable | TypeFlags.Reference, 0 ); - /** Array reference. */ - static readonly arrayref: Type = new Type(TypeKind.Arrayref, + /** Non-nullable array reference (`ref array`). */ + static readonly array: Type = new Type(TypeKind.Array, TypeFlags.External | - TypeFlags.Nullable | TypeFlags.Reference, 0 ); - /** 31-bit integer reference. */ - static readonly i31ref: Type = new Type(TypeKind.I31ref, + /** Non-nullable 31-bit integer reference (`ref i31`). */ + static readonly i31: Type = new Type(TypeKind.I31, TypeFlags.External | - TypeFlags.Nullable | TypeFlags.Reference, 0 ); - /** String reference. */ - static readonly stringref: Type = new Type(TypeKind.Stringref, + /** Non-nullable string reference (`ref string`). */ + static readonly string: Type = new Type(TypeKind.String, TypeFlags.External | - TypeFlags.Nullable | TypeFlags.Reference, 0 ); - /** WTF8 string view. */ + /** Non-nullable WTF8 string view reference (`ref stringview_wtf8`). */ static readonly stringview_wtf8: Type = new Type(TypeKind.StringviewWTF8, TypeFlags.External | - TypeFlags.Nullable | TypeFlags.Reference, 0 ); - /** WTF16 string view. */ + /** Non-nullable WTF16 string view reference (`ref stringview_wtf16`). */ static readonly stringview_wtf16: Type = new Type(TypeKind.StringviewWTF16, TypeFlags.External | - TypeFlags.Nullable | TypeFlags.Reference, 0 ); - /** String iterator. */ + /** Non-nullable string iterator reference (`ref stringview_iter`). */ static readonly stringview_iter: Type = new Type(TypeKind.StringviewIter, TypeFlags.External | - TypeFlags.Nullable | TypeFlags.Reference, 0 ); diff --git a/std/assembly/index.d.ts b/std/assembly/index.d.ts index 13e59d0886..cbba3592aa 100644 --- a/std/assembly/index.d.ts +++ b/std/assembly/index.d.ts @@ -35,28 +35,50 @@ declare type f32 = number; declare type f64 = number; /** A 128-bit vector. */ declare type v128 = object; -/** Function reference. */ -declare type funcref = object | null; -/** External reference. */ -declare type externref = object | null; -/** Any reference. */ -declare type anyref = object | null; -/** Equatable reference. */ -declare type eqref = object | null; -/** Struct reference. */ -declare type structref = object | null; -/** Array reference. */ -declare type arrayref = object | null; -/** 31-bit integer reference. */ -declare type i31ref = object | null; -/** String reference. */ -declare type stringref = object | null; -/** WTF-8 string view. */ -declare type stringview_wtf8 = object | null; -/** WTF-16 string view. */ -declare type stringview_wtf16 = object | null; -/** String iterator. */ -declare type stringview_iter = object | null; +/** Non-nullable function reference. */ +declare type ref_func = object; +/** Canonical nullable function reference. */ +declare type funcref = ref_func | null; +/** Non-nullable external reference. */ +declare type ref_extern = object; +/** Canonical nullable external reference. */ +declare type externref = ref_extern | null; +/** Non-nullable any reference. */ +declare type ref_any = object; +/** Canonical nullable any reference. */ +declare type anyref = ref_any | null; +/** Non-nullable equatable reference. */ +declare type ref_eq = object; +/** Canonical nullable equatable reference. */ +declare type eqref = ref_eq | null; +/** Non-nullable struct reference. */ +declare type ref_struct = object; +/** Canonical nullable struct reference. */ +declare type structref = ref_struct | null; +/** Non-nullable array reference. */ +declare type ref_array = object; +/** Canonical nullable array reference. */ +declare type arrayref = ref_array | null; +/** Non-nullable 31-bit integer reference. */ +declare type ref_i31 = object; +/** Canonical nullable 31-bit integer reference. */ +declare type i31ref = ref_i31 | null; +/** Non-nullable string reference. */ +declare type ref_string = object; +/** Canonical nullable string reference. */ +declare type stringref = ref_string | null; +/** Non-nullable WTF-8 string view. */ +declare type ref_stringview_wtf8 = object; +/** Canonical nullable WTF-8 string view. */ +declare type stringview_wtf8 = ref_stringview_wtf8 | null; +/** Non-nullable WTF-16 string view. */ +declare type ref_stringview_wtf16 = object; +/** Canonical nullable WTF-16 string view. */ +declare type stringview_wtf16 = ref_stringview_wtf16 | null; +/** Non-nullable string iterator. */ +declare type ref_stringview_iter = object; +/** Canonical nullable string iterator. */ +declare type stringview_iter = ref_stringview_iter | null; // Compiler hints @@ -1640,10 +1662,10 @@ declare namespace f64x2 { } declare abstract class i31 { - /** Creates a new i31ref from the specified integer value. */ - static new(value: i32): i31ref; - /** Gets the integer value of an i31ref. */ - static get(i31expr: i31ref): i32; + /** Creates a new 31-bit integer reference from the specified integer value. */ + static new(value: i32): ref_i31; + /** Gets the integer value of an 31-bit integer reference. */ + static get(i31expr: ref_i31 | null): i32; } /** Macro type evaluating to the underlying native WebAssembly type. */ diff --git a/std/assembly/reference.ts b/std/assembly/reference.ts index 1c7b85cb13..148f456799 100644 --- a/std/assembly/reference.ts +++ b/std/assembly/reference.ts @@ -1,31 +1,48 @@ +// Canonical aliases +export type funcref = ref_func | null; +export type externref = ref_extern | null; +export type anyref = ref_any | null; +export type eqref = ref_eq | null; +export type i31ref = ref_i31 | null; +export type structref = ref_struct | null; +export type arrayref = ref_array | null; +export type stringref = ref_string | null; +export type stringview_wtf8 = ref_stringview_wtf8 | null; +export type stringview_wtf16 = ref_stringview_wtf16 | null; +export type stringview_iter = ref_stringview_iter | null; + @unmanaged abstract class Ref { } @final @unmanaged -export abstract class Funcref extends Ref { +export abstract class RefFunc extends Ref { +} + +@final @unmanaged +export abstract class RefExtern extends Ref { } @final @unmanaged -export abstract class Externref extends Ref { +export abstract class RefAny extends Ref { } @final @unmanaged -export abstract class Anyref extends Ref { +export abstract class RefEq extends Ref { } @final @unmanaged -export abstract class Eqref extends Ref { +export abstract class RefI31 extends Ref { } @final @unmanaged -export abstract class I31ref extends Ref { +export abstract class RefStruct extends Ref { } @final @unmanaged -export abstract class Structref extends Ref { +export abstract class RefArray extends Ref { } @final @unmanaged -export abstract class Arrayref extends Ref { +export abstract class RefString extends Ref { } diff --git a/std/assembly/shared/feature.ts b/std/assembly/shared/feature.ts index 19027742ed..1baa9ba3c9 100644 --- a/std/assembly/shared/feature.ts +++ b/std/assembly/shared/feature.ts @@ -34,6 +34,8 @@ export const enum Feature { ExtendedConst = 1 << 13, // see: https://github.com/WebAssembly/extended-const /** Reference typed strings. */ Stringref = 1 << 14, // see: https://github.com/WebAssembly/stringref + /** All features. */ + All = (1 << 15) - 1 } /** Gets the name of the specified feature one would specify on the command line. */ diff --git a/tests/compiler/bindings/esm.debug.js b/tests/compiler/bindings/esm.debug.js index 9fa680f811..9503ad5efb 100644 --- a/tests/compiler/bindings/esm.debug.js +++ b/tests/compiler/bindings/esm.debug.js @@ -23,7 +23,7 @@ async function instantiate(module, imports = {}) { Math.log ), "globalThis.globalThis": ( - // bindings/esm/immutableGlobalNested: externref + // bindings/esm/immutableGlobalNested: ref_extern | null} globalThis.globalThis ), "Date.getTimezoneOffset"() { diff --git a/tests/compiler/bindings/raw.debug.js b/tests/compiler/bindings/raw.debug.js index 06002860de..62227b542a 100644 --- a/tests/compiler/bindings/raw.debug.js +++ b/tests/compiler/bindings/raw.debug.js @@ -23,7 +23,7 @@ export async function instantiate(module, imports = {}) { Math.log ), "globalThis.globalThis": ( - // bindings/esm/immutableGlobalNested: externref + // bindings/esm/immutableGlobalNested: ref_extern | null} globalThis.globalThis ), "Date.getTimezoneOffset"() { diff --git a/tests/compiler/features/gc.debug.wat b/tests/compiler/features/gc.debug.wat index aa417e8f8a..51c77b6e32 100644 --- a/tests/compiler/features/gc.debug.wat +++ b/tests/compiler/features/gc.debug.wat @@ -27,7 +27,7 @@ (export "memory" (memory $0)) (export "_start" (func $~start)) (func $features/gc/test_i31 (type $none_=>_none) - (local $ref i31ref) + (local $ref (ref i31)) (local $val i32) (local $uval i32) i32.const 123 diff --git a/tests/compiler/features/gc.ts b/tests/compiler/features/gc.ts index 496e13d321..a21093b929 100644 --- a/tests/compiler/features/gc.ts +++ b/tests/compiler/features/gc.ts @@ -9,10 +9,10 @@ test_i31(); // constant globals -export const globalFunc: funcref = null; -export const globalExtern: externref = null; -export const globalAny: anyref = null; -export const globalEq: eqref = null; -export const globalI31: i31ref = null; -export const globalStruct: structref = null; -export const globalArray: arrayref = null; +export const globalFunc: ref_func | null = null; +export const globalExtern: ref_extern | null = null; +export const globalAny: ref_any | null = null; +export const globalEq: ref_eq | null = null; +export const globalI31: ref_i31 | null = null; +export const globalStruct: ref_struct | null = null; +export const globalArray: ref_array | null = null; diff --git a/tests/compiler/features/reference-types.debug.wat b/tests/compiler/features/reference-types.debug.wat index ebf7181563..d7dfc388c9 100644 --- a/tests/compiler/features/reference-types.debug.wat +++ b/tests/compiler/features/reference-types.debug.wat @@ -35,9 +35,8 @@ (export "nonNullReal" (global $features/reference-types/nonNullReal)) (export "memory" (memory $0)) (start $~start) - (func $features/reference-types/testLocal + (func $features/reference-types/testLocal (local $local funcref) - (local $localInit funcref) ref.null nofunc local.set $local local.get $local @@ -68,25 +67,9 @@ call $~lib/builtins/abort unreachable end - ref.null nofunc - local.set $localInit - local.get $localInit - ref.is_null - i32.eqz - i32.eqz - i32.eqz - if - i32.const 0 - i32.const 32 - i32.const 74 - i32.const 3 - call $~lib/builtins/abort - unreachable - end ) - (func $features/reference-types/testLocal + (func $features/reference-types/testLocal (local $local externref) - (local $localInit externref) ref.null noextern local.set $local local.get $local @@ -117,21 +100,6 @@ call $~lib/builtins/abort unreachable end - ref.null noextern - local.set $localInit - local.get $localInit - ref.is_null - i32.eqz - i32.eqz - i32.eqz - if - i32.const 0 - i32.const 32 - i32.const 74 - i32.const 3 - call $~lib/builtins/abort - unreachable - end ) (func $features/reference-types/someFunc nop @@ -288,8 +256,8 @@ call $~lib/builtins/abort unreachable end - call $features/reference-types/testLocal - call $features/reference-types/testLocal + call $features/reference-types/testLocal + call $features/reference-types/testLocal ref.func $features/reference-types/someFunc global.set $features/reference-types/funcGlobal global.get $features/reference-types/funcGlobal @@ -297,7 +265,7 @@ if i32.const 0 i32.const 32 - i32.const 83 + i32.const 81 i32.const 1 call $~lib/builtins/abort unreachable @@ -307,7 +275,7 @@ if i32.const 0 i32.const 32 - i32.const 85 + i32.const 83 i32.const 1 call $~lib/builtins/abort unreachable @@ -319,7 +287,7 @@ if i32.const 0 i32.const 32 - i32.const 88 + i32.const 86 i32.const 3 call $~lib/builtins/abort unreachable @@ -330,7 +298,7 @@ if (result funcref) i32.const 112 i32.const 32 - i32.const 97 + i32.const 95 i32.const 28 call $~lib/builtins/abort unreachable @@ -344,7 +312,7 @@ if (result externref) i32.const 112 i32.const 32 - i32.const 98 + i32.const 96 i32.const 28 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/features/reference-types.release.wat b/tests/compiler/features/reference-types.release.wat index c4a49f0622..02b8dd6151 100644 --- a/tests/compiler/features/reference-types.release.wat +++ b/tests/compiler/features/reference-types.release.wat @@ -104,7 +104,7 @@ if i32.const 1136 i32.const 1056 - i32.const 98 + i32.const 96 i32.const 28 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/features/reference-types.ts b/tests/compiler/features/reference-types.ts index 816c844c4d..050c9f1e3d 100644 --- a/tests/compiler/features/reference-types.ts +++ b/tests/compiler/features/reference-types.ts @@ -70,8 +70,6 @@ function testLocal(): void { assert(!local); local = null; assert(!local); - let localInit: T = null; - assert(!localInit); } testLocal(); testLocal(); diff --git a/tests/compiler/issues/2473.json b/tests/compiler/issues/2473.json index aafce99bbb..69747d89e4 100644 --- a/tests/compiler/issues/2473.json +++ b/tests/compiler/issues/2473.json @@ -7,8 +7,7 @@ "TS1345: An expression of type 'void' cannot be tested for truthiness.", "AS203: Operation 'store' cannot be applied to type 'void'.", "AS203: Operation 'load' cannot be applied to type 'void'.", - "AS203: Operation 'load' cannot be applied to type 'externref'.", - "AS203: Operation 'load' cannot be applied to type 'anyref'", + "AS203: Operation 'load' cannot be applied to type 'ref_extern'.", "EOF" ] } diff --git a/tests/compiler/issues/2473.ts b/tests/compiler/issues/2473.ts index 7d3d645a9f..6eb0af60fe 100644 --- a/tests/compiler/issues/2473.ts +++ b/tests/compiler/issues/2473.ts @@ -11,7 +11,6 @@ if (voidFn()) {} store(8, voidFn()); load(8); -load(8); -load(8); +load(8); ERROR("EOF"); diff --git a/tests/features.json b/tests/features.json index 4ba0c0b4c5..5c47772500 100644 --- a/tests/features.json +++ b/tests/features.json @@ -12,16 +12,13 @@ "--enable reference-types" ], "v8_flags": [ - "--experimental-wasm-reftypes" ] }, "gc": { "asc_flags": [ - "--enable reference-types", "--enable gc" ], "v8_flags": [ - "--experimental-wasm-reftypes", "--experimental-wasm-gc" ] }, @@ -30,7 +27,6 @@ "--enable exception-handling" ], "v8_flags": [ - "--experimental-wasm-eh" ] }, "simd": { @@ -38,7 +34,6 @@ "--enable simd" ], "v8_flags": [ - "--experimental-wasm-simd" ] }, "relaxed-simd": { From 3b2381b933237842e9679d3bca77afc28e578741 Mon Sep 17 00:00:00 2001 From: dcode Date: Sun, 23 Apr 2023 12:21:00 +0200 Subject: [PATCH 005/103] fix: Fix missing cast in process.ts (#2693) --- std/assembly/process.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/assembly/process.ts b/std/assembly/process.ts index 107e6c2ace..63c35e1b98 100644 --- a/std/assembly/process.ts +++ b/std/assembly/process.ts @@ -29,7 +29,7 @@ export namespace process { } export function time(): i64 { - return Date_binding.now(); + return Date_binding.now(); } export function hrtime(): u64 { From 688746a4c6138e11bbd70895e471de9ee7a49ded Mon Sep 17 00:00:00 2001 From: CountBleck Date: Sun, 23 Apr 2023 03:40:26 -0700 Subject: [PATCH 006/103] fix: Generate wrapper binding functions for non-identifier imports (#2657) --- src/bindings/js.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/js.ts b/src/bindings/js.ts index c267a069cc..e5ba8f9487 100644 --- a/src/bindings/js.ts +++ b/src/bindings/js.ts @@ -300,7 +300,7 @@ export class JSBuilder extends ExportsWalker { sb.push(escapeString(name, CharCode.DoubleQuote)); sb.push("\""); } - if (isPlainFunction(signature, Mode.Import) && !code) { + if (isPlainFunction(signature, Mode.Import) && !code && isIdentifier(name)) { sb.push(": (\n"); indent(sb, this.indentLevel + 1); sb.push("// "); From c0d86e65e68971d0855ece2c8ffdf68ece0899d9 Mon Sep 17 00:00:00 2001 From: dcode Date: Tue, 25 Apr 2023 19:28:14 +0200 Subject: [PATCH 007/103] fix: Handle exportRuntime in generated bindings (#2694) --- src/bindings/js.ts | 29 +++++++++++++++++++----- src/bindings/tsd.ts | 14 ++++++++++++ src/compiler.ts | 4 ++-- tests/compiler/bindings/esm.debug.d.ts | 6 +++++ tests/compiler/bindings/esm.debug.js | 13 +++++++---- tests/compiler/bindings/esm.json | 3 ++- tests/compiler/bindings/esm.release.d.ts | 6 +++++ tests/compiler/bindings/esm.release.js | 15 ++++++++---- 8 files changed, 72 insertions(+), 18 deletions(-) diff --git a/src/bindings/js.ts b/src/bindings/js.ts index e5ba8f9487..a86f77dec4 100644 --- a/src/bindings/js.ts +++ b/src/bindings/js.ts @@ -13,6 +13,11 @@ import { CommonFlags } from "../common"; +import { + runtimeFunctions, + runtimeGlobals +} from "../compiler"; + import { ElementKind, Element, @@ -945,19 +950,31 @@ export class JSBuilder extends ExportsWalker { assert(this.indentLevel == 0); if (this.esm) { - sb.push("export const {\n "); + sb.push("export const {\n"); if (this.program.options.exportMemory) { - sb.push("memory,\n "); + sb.push(" memory,\n"); } if (this.program.options.exportTable) { - sb.push("table,\n "); + sb.push(" table,\n"); + } + if (this.program.options.exportRuntime) { + for (let i = 0, k = runtimeFunctions.length; i < k; ++i) { + sb.push(" "); + sb.push(runtimeFunctions[i]); + sb.push(",\n"); + } + for (let i = 0, k = runtimeGlobals.length; i < k; ++i) { + sb.push(" "); + sb.push(runtimeGlobals[i]); + sb.push(",\n"); + } } for (let i = 0, k = exports.length; i < k; ++i) { - if (i > 0) sb.push(",\n "); + sb.push(" "); sb.push(exports[i]); + sb.push(",\n"); } - sb.push(` -} = await (async url => instantiate( + sb.push(`} = await (async url => instantiate( await (async () => { try { return await globalThis.WebAssembly.compileStreaming(globalThis.fetch(url)); } catch { return globalThis.WebAssembly.compile(await (await import("node:fs/promises")).readFile(url)); } diff --git a/src/bindings/tsd.ts b/src/bindings/tsd.ts index a7f65bfd9d..23374fb553 100644 --- a/src/bindings/tsd.ts +++ b/src/bindings/tsd.ts @@ -198,6 +198,20 @@ export class TSDBuilder extends ExportsWalker { indent(sb, this.indentLevel); sb.push(`export ${this.esm ? "declare " : ""}const table: WebAssembly.Table;\n`); } + if (this.program.options.exportRuntime) { + indent(sb, this.indentLevel); + sb.push("// Exported runtime interface\n"); + indent(sb, this.indentLevel); + sb.push(`export ${this.esm ? "declare " : ""}function __new(size: number, id: number): number;\n`); + indent(sb, this.indentLevel); + sb.push(`export ${this.esm ? "declare " : ""}function __pin(ptr: number): number;\n`); + indent(sb, this.indentLevel); + sb.push(`export ${this.esm ? "declare " : ""}function __unpin(ptr: number): void;\n`); + indent(sb, this.indentLevel); + sb.push(`export ${this.esm ? "declare " : ""}function __collect(): void;\n`); + indent(sb, this.indentLevel); + sb.push(`export ${this.esm ? "declare " : ""}const __rtti_base: number;\n`); + } this.walk(); if (!this.esm) { --this.indentLevel; diff --git a/src/compiler.ts b/src/compiler.ts index 7703f5de18..a2b313603b 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -418,9 +418,9 @@ export namespace ExportNames { } /** Functions to export if `--exportRuntime` is set. */ -const runtimeFunctions = [ "__new", "__pin", "__unpin", "__collect" ]; +export const runtimeFunctions = [ "__new", "__pin", "__unpin", "__collect" ]; /** Globals to export if `--exportRuntime` is set. */ -const runtimeGlobals = [ "__rtti_base" ]; +export const runtimeGlobals = [ "__rtti_base" ]; /** Compiler interface. */ export class Compiler extends DiagnosticEmitter { diff --git a/tests/compiler/bindings/esm.debug.d.ts b/tests/compiler/bindings/esm.debug.d.ts index 981be67804..b533213227 100644 --- a/tests/compiler/bindings/esm.debug.d.ts +++ b/tests/compiler/bindings/esm.debug.d.ts @@ -1,5 +1,11 @@ /** Exported memory */ export declare const memory: WebAssembly.Memory; +// Exported runtime interface +export declare function __new(size: number, id: number): number; +export declare function __pin(ptr: number): number; +export declare function __unpin(ptr: number): void; +export declare function __collect(): void; +export declare const __rtti_base: number; /** bindings/esm/plainGlobal */ export declare const plainGlobal: { /** @type `i32` */ diff --git a/tests/compiler/bindings/esm.debug.js b/tests/compiler/bindings/esm.debug.js index 9503ad5efb..15804abe90 100644 --- a/tests/compiler/bindings/esm.debug.js +++ b/tests/compiler/bindings/esm.debug.js @@ -18,10 +18,10 @@ async function instantiate(module, imports = {}) { // ~lib/bindings/dom/Math.E: f64 Math.E ), - "Math.log": ( + "Math.log"(x) { // ~lib/bindings/dom/Math.log(f64) => f64 - Math.log - ), + return Math.log(x); + }, "globalThis.globalThis": ( // bindings/esm/immutableGlobalNested: ref_extern | null} globalThis.globalThis @@ -522,6 +522,11 @@ async function instantiate(module, imports = {}) { } export const { memory, + __new, + __pin, + __unpin, + __collect, + __rtti_base, plainGlobal, plainMutableGlobal, stringGlobal, @@ -545,7 +550,7 @@ export const { newInternref, internrefFunction, functionFunction, - fn + fn, } = await (async url => instantiate( await (async () => { try { return await globalThis.WebAssembly.compileStreaming(globalThis.fetch(url)); } diff --git a/tests/compiler/bindings/esm.json b/tests/compiler/bindings/esm.json index badd390ae5..eb18631afc 100644 --- a/tests/compiler/bindings/esm.json +++ b/tests/compiler/bindings/esm.json @@ -1,7 +1,8 @@ { "asc_flags": [ "--exportStart _start", - "--bindings esm" + "--bindings esm", + "--exportRuntime" ], "features": [ "reference-types" diff --git a/tests/compiler/bindings/esm.release.d.ts b/tests/compiler/bindings/esm.release.d.ts index 981be67804..b533213227 100644 --- a/tests/compiler/bindings/esm.release.d.ts +++ b/tests/compiler/bindings/esm.release.d.ts @@ -1,5 +1,11 @@ /** Exported memory */ export declare const memory: WebAssembly.Memory; +// Exported runtime interface +export declare function __new(size: number, id: number): number; +export declare function __pin(ptr: number): number; +export declare function __unpin(ptr: number): void; +export declare function __collect(): void; +export declare const __rtti_base: number; /** bindings/esm/plainGlobal */ export declare const plainGlobal: { /** @type `i32` */ diff --git a/tests/compiler/bindings/esm.release.js b/tests/compiler/bindings/esm.release.js index e929b4a60f..6df7b0c319 100644 --- a/tests/compiler/bindings/esm.release.js +++ b/tests/compiler/bindings/esm.release.js @@ -18,12 +18,12 @@ async function instantiate(module, imports = {}) { // ~lib/bindings/dom/Math.E: f64 Math.E ), - "Math.log": ( + "Math.log"(x) { // ~lib/bindings/dom/Math.log(f64) => f64 - Math.log - ), + return Math.log(x); + }, "globalThis.globalThis": ( - // bindings/esm/immutableGlobalNested: externref + // bindings/esm/immutableGlobalNested: ref_extern | null} globalThis.globalThis ), "Date.getTimezoneOffset"() { @@ -522,6 +522,11 @@ async function instantiate(module, imports = {}) { } export const { memory, + __new, + __pin, + __unpin, + __collect, + __rtti_base, plainGlobal, plainMutableGlobal, stringGlobal, @@ -545,7 +550,7 @@ export const { newInternref, internrefFunction, functionFunction, - fn + fn, } = await (async url => instantiate( await (async () => { try { return await globalThis.WebAssembly.compileStreaming(globalThis.fetch(url)); } From e28f53663354e500230763e23a9b362d588797dc Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Tue, 25 Apr 2023 21:14:39 +0200 Subject: [PATCH 008/103] fix: Support 65536 pages of memory in TLSF (#2654) --- std/assembly/rt/tlsf.ts | 11 +- tests/compiler/bindings/esm.debug.wat | 56 +- tests/compiler/bindings/esm.release.wat | 48 +- .../bindings/noExportRuntime.debug.wat | 56 +- .../bindings/noExportRuntime.release.wat | 46 +- tests/compiler/bindings/raw.debug.js | 6 +- tests/compiler/bindings/raw.debug.wat | 56 +- tests/compiler/bindings/raw.release.js | 8 +- tests/compiler/bindings/raw.release.wat | 48 +- tests/compiler/call-super.debug.wat | 55 +- tests/compiler/call-super.release.wat | 46 +- tests/compiler/class-implements.debug.wat | 55 +- tests/compiler/class-implements.release.wat | 46 +- .../compiler/class-overloading-cast.debug.wat | 55 +- .../class-overloading-cast.release.wat | 44 +- tests/compiler/class-overloading.debug.wat | 55 +- tests/compiler/class-overloading.release.wat | 44 +- tests/compiler/class.debug.wat | 56 +- tests/compiler/class.release.wat | 46 +- tests/compiler/constructor.debug.wat | 56 +- tests/compiler/constructor.release.wat | 46 +- tests/compiler/do.debug.wat | 55 +- tests/compiler/do.release.wat | 44 +- tests/compiler/duplicate-fields.debug.wat | 55 +- tests/compiler/duplicate-fields.release.wat | 46 +- tests/compiler/empty-exportruntime.debug.wat | 55 +- .../compiler/empty-exportruntime.release.wat | 46 +- tests/compiler/empty-new.debug.wat | 55 +- tests/compiler/empty-new.release.wat | 44 +- .../compiler/exportstar-rereexport.debug.wat | 55 +- .../exportstar-rereexport.release.wat | 44 +- .../compiler/extends-baseaggregate.debug.wat | 55 +- .../extends-baseaggregate.release.wat | 46 +- tests/compiler/extends-recursive.debug.wat | 55 +- tests/compiler/extends-recursive.release.wat | 46 +- tests/compiler/field-initialization.debug.wat | 55 +- .../compiler/field-initialization.release.wat | 46 +- tests/compiler/field.debug.wat | 56 +- tests/compiler/field.release.wat | 46 +- tests/compiler/for.debug.wat | 55 +- tests/compiler/for.release.wat | 44 +- tests/compiler/function-call.debug.wat | 56 +- tests/compiler/function-call.release.wat | 44 +- tests/compiler/function-expression.debug.wat | 55 +- .../compiler/function-expression.release.wat | 44 +- tests/compiler/getter-call.debug.wat | 55 +- tests/compiler/getter-call.release.wat | 44 +- tests/compiler/heap.debug.wat | 56 +- tests/compiler/heap.release.wat | 47 +- tests/compiler/infer-array.debug.wat | 56 +- tests/compiler/infer-array.release.wat | 47 +- tests/compiler/infer-generic.debug.wat | 56 +- tests/compiler/infer-generic.release.wat | 46 +- tests/compiler/inlining.debug.wat | 55 +- tests/compiler/inlining.release.wat | 46 +- tests/compiler/instanceof.debug.wat | 55 +- tests/compiler/instanceof.release.wat | 44 +- tests/compiler/issues/1095.debug.wat | 55 +- tests/compiler/issues/1095.release.wat | 46 +- tests/compiler/issues/1225.debug.wat | 55 +- tests/compiler/issues/1225.release.wat | 44 +- tests/compiler/issues/1699.debug.wat | 55 +- tests/compiler/issues/1699.release.wat | 47 +- tests/compiler/issues/2166.debug.wat | 55 +- tests/compiler/issues/2166.release.wat | 44 +- tests/compiler/issues/2322/index.debug.wat | 55 +- tests/compiler/issues/2322/index.release.wat | 46 +- tests/compiler/issues/2622.debug.wat | 55 +- tests/compiler/issues/2622.release.wat | 44 +- tests/compiler/logical.debug.wat | 55 +- tests/compiler/logical.release.wat | 44 +- tests/compiler/managed-cast.debug.wat | 55 +- tests/compiler/managed-cast.release.wat | 44 +- tests/compiler/new.debug.wat | 55 +- tests/compiler/new.release.wat | 44 +- tests/compiler/object-literal.debug.wat | 56 +- tests/compiler/object-literal.release.wat | 46 +- .../optional-typeparameters.debug.wat | 56 +- .../optional-typeparameters.release.wat | 44 +- tests/compiler/reexport.debug.wat | 55 +- tests/compiler/reexport.release.wat | 44 +- tests/compiler/rereexport.debug.wat | 55 +- tests/compiler/rereexport.release.wat | 44 +- tests/compiler/resolve-access.debug.wat | 56 +- tests/compiler/resolve-access.release.wat | 47 +- tests/compiler/resolve-binary.debug.wat | 56 +- tests/compiler/resolve-binary.release.wat | 47 +- .../compiler/resolve-elementaccess.debug.wat | 54 +- .../resolve-elementaccess.release.wat | 45 +- .../resolve-function-expression.debug.wat | 55 +- .../resolve-function-expression.release.wat | 46 +- tests/compiler/resolve-new.debug.wat | 55 +- tests/compiler/resolve-new.release.wat | 44 +- .../compiler/resolve-propertyaccess.debug.wat | 55 +- .../resolve-propertyaccess.release.wat | 46 +- tests/compiler/resolve-ternary.debug.wat | 56 +- tests/compiler/resolve-ternary.release.wat | 47 +- tests/compiler/resolve-unary.debug.wat | 55 +- tests/compiler/resolve-unary.release.wat | 46 +- tests/compiler/return-unreachable.debug.wat | 55 +- tests/compiler/return-unreachable.release.wat | 46 +- .../compiler/rt/alloc-large-memory.debug.wat | 1539 +++++++++++++++++ tests/compiler/rt/alloc-large-memory.json | 3 + .../rt/alloc-large-memory.release.wat | 959 ++++++++++ tests/compiler/rt/alloc-large-memory.ts | 7 + tests/compiler/rt/finalize.debug.wat | 55 +- tests/compiler/rt/finalize.release.wat | 44 +- .../rt/runtime-incremental-export.debug.wat | 55 +- .../rt/runtime-incremental-export.release.wat | 46 +- .../rt/runtime-minimal-export.debug.wat | 55 +- .../rt/runtime-minimal-export.release.wat | 46 +- tests/compiler/simd.debug.wat | 56 +- tests/compiler/simd.release.wat | 46 +- tests/compiler/std/array-literal.debug.wat | 56 +- tests/compiler/std/array-literal.release.wat | 47 +- tests/compiler/std/array.debug.wat | 54 +- tests/compiler/std/array.release.wat | 45 +- tests/compiler/std/arraybuffer.debug.wat | 56 +- tests/compiler/std/arraybuffer.release.wat | 46 +- tests/compiler/std/dataview.debug.wat | 56 +- tests/compiler/std/dataview.release.wat | 45 +- tests/compiler/std/date.debug.wat | 54 +- tests/compiler/std/date.release.wat | 47 +- tests/compiler/std/map.debug.wat | 54 +- tests/compiler/std/map.release.wat | 48 +- tests/compiler/std/math.release.wat | 36 +- tests/compiler/std/new.debug.wat | 55 +- tests/compiler/std/new.release.wat | 44 +- .../std/operator-overloading.debug.wat | 56 +- .../std/operator-overloading.release.wat | 45 +- tests/compiler/std/set.debug.wat | 54 +- tests/compiler/std/set.release.wat | 48 +- tests/compiler/std/static-array.debug.wat | 55 +- tests/compiler/std/static-array.release.wat | 46 +- tests/compiler/std/staticarray.debug.wat | 54 +- tests/compiler/std/staticarray.release.wat | 47 +- .../compiler/std/string-casemapping.debug.wat | 55 +- .../std/string-casemapping.release.wat | 47 +- tests/compiler/std/string-encoding.debug.wat | 54 +- .../compiler/std/string-encoding.release.wat | 46 +- tests/compiler/std/string.debug.wat | 54 +- tests/compiler/std/string.release.wat | 47 +- tests/compiler/std/symbol.debug.wat | 56 +- tests/compiler/std/symbol.release.wat | 47 +- tests/compiler/std/typedarray.debug.wat | 54 +- tests/compiler/std/typedarray.release.wat | 46 +- tests/compiler/std/uri.debug.wat | 54 +- tests/compiler/std/uri.release.wat | 46 +- tests/compiler/super-inline.debug.wat | 55 +- tests/compiler/super-inline.release.wat | 44 +- tests/compiler/templateliteral.debug.wat | 54 +- tests/compiler/templateliteral.release.wat | 47 +- tests/compiler/throw.debug.wat | 44 +- tests/compiler/throw.release.wat | 45 +- tests/compiler/typeof.debug.wat | 55 +- tests/compiler/typeof.release.wat | 44 +- tests/compiler/while.debug.wat | 55 +- tests/compiler/while.release.wat | 44 +- 158 files changed, 6746 insertions(+), 3363 deletions(-) create mode 100644 tests/compiler/rt/alloc-large-memory.debug.wat create mode 100644 tests/compiler/rt/alloc-large-memory.json create mode 100644 tests/compiler/rt/alloc-large-memory.release.wat create mode 100644 tests/compiler/rt/alloc-large-memory.ts diff --git a/std/assembly/rt/tlsf.ts b/std/assembly/rt/tlsf.ts index df437b82cb..1d25919168 100644 --- a/std/assembly/rt/tlsf.ts +++ b/std/assembly/rt/tlsf.ts @@ -373,8 +373,9 @@ function prepareBlock(root: Root, block: Block, size: usize): void { } /** Adds more memory to the pool. */ -function addMemory(root: Root, start: usize, end: usize): bool { - if (DEBUG) assert(start <= end); // must be valid +function addMemory(root: Root, start: usize, endU64: u64): bool { + let end = endU64; + if (DEBUG) assert(start <= endU64); // must be valid start = ((start + BLOCK_OVERHEAD + AL_MASK) & ~AL_MASK) - BLOCK_OVERHEAD; end &= ~AL_MASK; @@ -442,7 +443,7 @@ function growMemory(root: Root, size: usize): void { if (memory.grow(pagesNeeded) < 0) unreachable(); } let pagesAfter = memory.size(); - addMemory(root, pagesBefore << 16, pagesAfter << 16); + addMemory(root, pagesBefore << 16, pagesAfter << 16); } /** Computes the size (excl. header) of a block. */ @@ -477,11 +478,11 @@ function initialize(): void { } let memStart = rootOffset + ROOT_SIZE; if (ASC_LOW_MEMORY_LIMIT) { - const memEnd = ASC_LOW_MEMORY_LIMIT & ~AL_MASK; + const memEnd = ASC_LOW_MEMORY_LIMIT & ~AL_MASK; if (memStart <= memEnd) addMemory(root, memStart, memEnd); else unreachable(); // low memory limit already exceeded } else { - addMemory(root, memStart, memory.size() << 16); + addMemory(root, memStart, memory.size() << 16); } ROOT = root; } diff --git a/tests/compiler/bindings/esm.debug.wat b/tests/compiler/bindings/esm.debug.wat index 361c0f6b46..d5d22b6aef 100644 --- a/tests/compiler/bindings/esm.debug.wat +++ b/tests/compiler/bindings/esm.debug.wat @@ -7,14 +7,15 @@ (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i64_=>_none (func (param i32 i64))) (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) (type $f64_=>_f64 (func (param f64) (result f64))) (type $i64_i64_=>_i64 (func (param i64 i64) (result i64))) (type $none_=>_i64 (func (result i64))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $i32_f32_=>_none (func (param i32 f32))) (type $i32_f64_=>_none (func (param i32 f64))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_i32_=>_f32 (func (param i32 i32) (result f32))) (import "env" "Math.E" (global $~lib/bindings/dom/Math.E f64)) @@ -1123,25 +1124,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 672 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1166,8 +1172,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1187,7 +1193,7 @@ if i32.const 0 i32.const 672 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1220,7 +1226,7 @@ if i32.const 0 i32.const 672 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1276,11 +1282,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1426,8 +1432,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1463,7 +1470,7 @@ if i32.const 0 i32.const 672 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1792,7 +1799,7 @@ if i32.const 336 i32.const 672 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2094,8 +2101,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2235,7 +2243,7 @@ if i32.const 0 i32.const 672 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2255,7 +2263,7 @@ if i32.const 0 i32.const 672 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/bindings/esm.release.wat b/tests/compiler/bindings/esm.release.wat index f611ce3b6d..ad9d048a83 100644 --- a/tests/compiler/bindings/esm.release.wat +++ b/tests/compiler/bindings/esm.release.wat @@ -1,17 +1,17 @@ (module (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $none_=>_i32 (func (result i32))) (type $none_=>_none (func)) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_=>_none (func (param i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) (type $f64_=>_f64 (func (param f64) (result f64))) (type $i64_i64_=>_i64 (func (param i64 i64) (result i64))) (type $none_=>_i64 (func (result i64))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "Math.E" (global $~lib/bindings/dom/Math.E f64)) (import "env" "trace" (func $~lib/builtins/trace (param i32 i32 f64 f64 f64 f64 f64))) (import "env" "console.log" (func $~lib/bindings/dom/console.log (param i32))) @@ -731,16 +731,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1696 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -765,7 +766,7 @@ if i32.const 0 i32.const 1696 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -793,18 +794,19 @@ if i32.const 0 i32.const 1696 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -814,10 +816,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -831,13 +833,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -916,8 +918,9 @@ i32.const 35056 i32.const 36628 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 35056 global.set $~lib/rt/tlsf/ROOT @@ -1158,7 +1161,7 @@ if i32.const 0 i32.const 1696 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1393,7 +1396,7 @@ if i32.const 1360 i32.const 1696 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1472,8 +1475,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1483,7 +1487,7 @@ if i32.const 0 i32.const 1696 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1498,7 +1502,7 @@ if i32.const 0 i32.const 1696 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/bindings/noExportRuntime.debug.wat b/tests/compiler/bindings/noExportRuntime.debug.wat index 336022a818..b08ffb88b4 100644 --- a/tests/compiler/bindings/noExportRuntime.debug.wat +++ b/tests/compiler/bindings/noExportRuntime.debug.wat @@ -6,8 +6,9 @@ (type $none_=>_none (func)) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $bindings/noExportRuntime/isBasic (mut i32) (i32.const 0)) (global $bindings/noExportRuntime/isString i32 (i32.const 32)) @@ -1038,25 +1039,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 512 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1081,8 +1087,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1102,7 +1108,7 @@ if i32.const 0 i32.const 512 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1135,7 +1141,7 @@ if i32.const 0 i32.const 512 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1191,11 +1197,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1341,8 +1347,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1378,7 +1385,7 @@ if i32.const 0 i32.const 512 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1707,7 +1714,7 @@ if i32.const 176 i32.const 512 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2009,8 +2016,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2150,7 +2158,7 @@ if i32.const 0 i32.const 512 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2170,7 +2178,7 @@ if i32.const 0 i32.const 512 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/bindings/noExportRuntime.release.wat b/tests/compiler/bindings/noExportRuntime.release.wat index 9cea61fa38..e3acf8a363 100644 --- a/tests/compiler/bindings/noExportRuntime.release.wat +++ b/tests/compiler/bindings/noExportRuntime.release.wat @@ -5,7 +5,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_=>_i32 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $bindings/noExportRuntime/isBasic (mut i32) (i32.const 0)) @@ -664,16 +664,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1536 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -698,7 +699,7 @@ if i32.const 0 i32.const 1536 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -726,18 +727,19 @@ if i32.const 0 i32.const 1536 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -747,10 +749,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -764,13 +766,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -849,8 +851,9 @@ i32.const 34560 i32.const 36132 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34560 global.set $~lib/rt/tlsf/ROOT @@ -1091,7 +1094,7 @@ if i32.const 0 i32.const 1536 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1326,7 +1329,7 @@ if i32.const 1200 i32.const 1536 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1405,8 +1408,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1416,7 +1420,7 @@ if i32.const 0 i32.const 1536 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1431,7 +1435,7 @@ if i32.const 0 i32.const 1536 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/bindings/raw.debug.js b/tests/compiler/bindings/raw.debug.js index 62227b542a..80551c4d39 100644 --- a/tests/compiler/bindings/raw.debug.js +++ b/tests/compiler/bindings/raw.debug.js @@ -18,10 +18,10 @@ export async function instantiate(module, imports = {}) { // ~lib/bindings/dom/Math.E: f64 Math.E ), - "Math.log": ( + "Math.log"(x) { // ~lib/bindings/dom/Math.log(f64) => f64 - Math.log - ), + return Math.log(x); + }, "globalThis.globalThis": ( // bindings/esm/immutableGlobalNested: ref_extern | null} globalThis.globalThis diff --git a/tests/compiler/bindings/raw.debug.wat b/tests/compiler/bindings/raw.debug.wat index 518563de8b..d4393ad921 100644 --- a/tests/compiler/bindings/raw.debug.wat +++ b/tests/compiler/bindings/raw.debug.wat @@ -7,14 +7,15 @@ (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i64_=>_none (func (param i32 i64))) (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) (type $f64_=>_f64 (func (param f64) (result f64))) (type $i64_i64_=>_i64 (func (param i64 i64) (result i64))) (type $none_=>_i64 (func (result i64))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $i32_f32_=>_none (func (param i32 f32))) (type $i32_f64_=>_none (func (param i32 f64))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_i32_=>_f32 (func (param i32 i32) (result f32))) (import "env" "Math.E" (global $~lib/bindings/dom/Math.E f64)) @@ -1126,25 +1127,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 672 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1169,8 +1175,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1190,7 +1196,7 @@ if i32.const 0 i32.const 672 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1223,7 +1229,7 @@ if i32.const 0 i32.const 672 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1279,11 +1285,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1429,8 +1435,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1466,7 +1473,7 @@ if i32.const 0 i32.const 672 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1795,7 +1802,7 @@ if i32.const 336 i32.const 672 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2097,8 +2104,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2238,7 +2246,7 @@ if i32.const 0 i32.const 672 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2258,7 +2266,7 @@ if i32.const 0 i32.const 672 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/bindings/raw.release.js b/tests/compiler/bindings/raw.release.js index 06002860de..80551c4d39 100644 --- a/tests/compiler/bindings/raw.release.js +++ b/tests/compiler/bindings/raw.release.js @@ -18,12 +18,12 @@ export async function instantiate(module, imports = {}) { // ~lib/bindings/dom/Math.E: f64 Math.E ), - "Math.log": ( + "Math.log"(x) { // ~lib/bindings/dom/Math.log(f64) => f64 - Math.log - ), + return Math.log(x); + }, "globalThis.globalThis": ( - // bindings/esm/immutableGlobalNested: externref + // bindings/esm/immutableGlobalNested: ref_extern | null} globalThis.globalThis ), "Date.getTimezoneOffset"() { diff --git a/tests/compiler/bindings/raw.release.wat b/tests/compiler/bindings/raw.release.wat index d5f87d12e3..38613cc3db 100644 --- a/tests/compiler/bindings/raw.release.wat +++ b/tests/compiler/bindings/raw.release.wat @@ -1,17 +1,17 @@ (module (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $none_=>_i32 (func (result i32))) (type $none_=>_none (func)) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_=>_none (func (param i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) (type $f64_=>_f64 (func (param f64) (result f64))) (type $i64_i64_=>_i64 (func (param i64 i64) (result i64))) (type $none_=>_i64 (func (result i64))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "Math.E" (global $~lib/bindings/dom/Math.E f64)) (import "env" "trace" (func $~lib/builtins/trace (param i32 i32 f64 f64 f64 f64 f64))) (import "env" "console.log" (func $~lib/bindings/dom/console.log (param i32))) @@ -731,16 +731,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1696 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -765,7 +766,7 @@ if i32.const 0 i32.const 1696 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -793,18 +794,19 @@ if i32.const 0 i32.const 1696 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -814,10 +816,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -831,13 +833,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -916,8 +918,9 @@ i32.const 35056 i32.const 36628 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 35056 global.set $~lib/rt/tlsf/ROOT @@ -1158,7 +1161,7 @@ if i32.const 0 i32.const 1696 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1393,7 +1396,7 @@ if i32.const 1360 i32.const 1696 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1472,8 +1475,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1483,7 +1487,7 @@ if i32.const 0 i32.const 1696 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1498,7 +1502,7 @@ if i32.const 0 i32.const 1696 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/call-super.debug.wat b/tests/compiler/call-super.debug.wat index cc484ae977..ee0438c5cd 100644 --- a/tests/compiler/call-super.debug.wat +++ b/tests/compiler/call-super.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1014,25 +1014,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 416 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1057,8 +1062,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1078,7 +1083,7 @@ if i32.const 0 i32.const 416 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1111,7 +1116,7 @@ if i32.const 0 i32.const 416 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1167,11 +1172,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1317,8 +1322,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1354,7 +1360,7 @@ if i32.const 0 i32.const 416 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1683,7 +1689,7 @@ if i32.const 80 i32.const 416 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1985,8 +1991,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2126,7 +2133,7 @@ if i32.const 0 i32.const 416 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2146,7 +2153,7 @@ if i32.const 0 i32.const 416 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/call-super.release.wat b/tests/compiler/call-super.release.wat index 654836a62c..96f5a06379 100644 --- a/tests/compiler/call-super.release.wat +++ b/tests/compiler/call-super.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -611,16 +611,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1440 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -645,7 +646,7 @@ if i32.const 0 i32.const 1440 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -673,18 +674,19 @@ if i32.const 0 i32.const 1440 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -694,10 +696,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -711,13 +713,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -796,8 +798,9 @@ i32.const 34320 i32.const 35892 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34320 global.set $~lib/rt/tlsf/ROOT @@ -1038,7 +1041,7 @@ if i32.const 0 i32.const 1440 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1273,7 +1276,7 @@ if i32.const 1104 i32.const 1440 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1352,8 +1355,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1363,7 +1367,7 @@ if i32.const 0 i32.const 1440 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1378,7 +1382,7 @@ if i32.const 0 i32.const 1440 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/class-implements.debug.wat b/tests/compiler/class-implements.debug.wat index 1f9202b68d..513488c3b1 100644 --- a/tests/compiler/class-implements.debug.wat +++ b/tests/compiler/class-implements.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1017,25 +1017,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1060,8 +1065,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1081,7 +1086,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1114,7 +1119,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1170,11 +1175,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1320,8 +1325,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1357,7 +1363,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1686,7 +1692,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1988,8 +1994,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2129,7 +2136,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2149,7 +2156,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/class-implements.release.wat b/tests/compiler/class-implements.release.wat index 5108fb86d9..8241ee895b 100644 --- a/tests/compiler/class-implements.release.wat +++ b/tests/compiler/class-implements.release.wat @@ -6,7 +6,7 @@ (type $none_=>_i32 (func (result i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -660,16 +660,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -694,7 +695,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -722,18 +723,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -743,10 +745,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -760,13 +762,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -845,8 +847,9 @@ i32.const 34352 i32.const 35924 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34352 global.set $~lib/rt/tlsf/ROOT @@ -1087,7 +1090,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1322,7 +1325,7 @@ if i32.const 1056 i32.const 1392 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1401,8 +1404,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1412,7 +1416,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1427,7 +1431,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/class-overloading-cast.debug.wat b/tests/compiler/class-overloading-cast.debug.wat index e11e750dd1..5d6b4c4440 100644 --- a/tests/compiler/class-overloading-cast.debug.wat +++ b/tests/compiler/class-overloading-cast.debug.wat @@ -7,7 +7,7 @@ (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) (type $i32_f32_=>_i32 (func (param i32 f32) (result i32))) @@ -1023,25 +1023,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1066,8 +1071,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1087,7 +1092,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1120,7 +1125,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1176,11 +1181,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1326,8 +1331,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1363,7 +1369,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1692,7 +1698,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1994,8 +2000,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2135,7 +2142,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2155,7 +2162,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/class-overloading-cast.release.wat b/tests/compiler/class-overloading-cast.release.wat index f4b22fd84b..7f8807e5d0 100644 --- a/tests/compiler/class-overloading-cast.release.wat +++ b/tests/compiler/class-overloading-cast.release.wat @@ -4,7 +4,7 @@ (type $i32_=>_none (func (param i32))) (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -648,16 +648,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -682,7 +683,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -710,18 +711,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -731,10 +733,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -748,13 +750,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -833,8 +835,9 @@ i32.const 34480 i32.const 36052 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34480 global.set $~lib/rt/tlsf/ROOT @@ -1075,7 +1078,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1264,8 +1267,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1274,7 +1278,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1289,7 +1293,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/class-overloading.debug.wat b/tests/compiler/class-overloading.debug.wat index 134d29c2f3..68188c2423 100644 --- a/tests/compiler/class-overloading.debug.wat +++ b/tests/compiler/class-overloading.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -1027,25 +1027,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 400 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1070,8 +1075,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1091,7 +1096,7 @@ if i32.const 0 i32.const 400 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1124,7 +1129,7 @@ if i32.const 0 i32.const 400 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1180,11 +1185,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1330,8 +1335,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1367,7 +1373,7 @@ if i32.const 0 i32.const 400 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1696,7 +1702,7 @@ if i32.const 64 i32.const 400 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1998,8 +2004,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2139,7 +2146,7 @@ if i32.const 0 i32.const 400 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2159,7 +2166,7 @@ if i32.const 0 i32.const 400 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/class-overloading.release.wat b/tests/compiler/class-overloading.release.wat index 659e74f377..7c2ae8c167 100644 --- a/tests/compiler/class-overloading.release.wat +++ b/tests/compiler/class-overloading.release.wat @@ -4,7 +4,7 @@ (type $none_=>_none (func)) (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -670,16 +670,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1424 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -704,7 +705,7 @@ if i32.const 0 i32.const 1424 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -732,18 +733,19 @@ if i32.const 0 i32.const 1424 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -753,10 +755,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -770,13 +772,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -855,8 +857,9 @@ i32.const 34640 i32.const 36212 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34640 global.set $~lib/rt/tlsf/ROOT @@ -1097,7 +1100,7 @@ if i32.const 0 i32.const 1424 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1286,8 +1289,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1296,7 +1300,7 @@ if i32.const 0 i32.const 1424 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1311,7 +1315,7 @@ if i32.const 0 i32.const 1424 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/class.debug.wat b/tests/compiler/class.debug.wat index 595d2b753a..d982de291a 100644 --- a/tests/compiler/class.debug.wat +++ b/tests/compiler/class.debug.wat @@ -5,10 +5,11 @@ (type $none_=>_none (func)) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $f32_f32_=>_f32 (func (param f32 f32) (result f32))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_f32_f32_=>_f32 (func (param i32 f32 f32) (result f32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $class/Animal.ONE (mut i32) (i32.const 1)) @@ -1094,25 +1095,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1137,8 +1143,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1158,7 +1164,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1191,7 +1197,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1247,11 +1253,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1397,8 +1403,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1434,7 +1441,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1763,7 +1770,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2065,8 +2072,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2206,7 +2214,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2226,7 +2234,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/class.release.wat b/tests/compiler/class.release.wat index 96578864a3..d09c997d7e 100644 --- a/tests/compiler/class.release.wat +++ b/tests/compiler/class.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -617,16 +617,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -651,7 +652,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -679,18 +680,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -700,10 +702,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -717,13 +719,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -802,8 +804,9 @@ i32.const 34336 i32.const 35908 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34336 global.set $~lib/rt/tlsf/ROOT @@ -1044,7 +1047,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1279,7 +1282,7 @@ if i32.const 1056 i32.const 1392 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1358,8 +1361,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1369,7 +1373,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1384,7 +1388,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/constructor.debug.wat b/tests/compiler/constructor.debug.wat index 2b344933c3..fea14b0274 100644 --- a/tests/compiler/constructor.debug.wat +++ b/tests/compiler/constructor.debug.wat @@ -5,9 +5,10 @@ (type $none_=>_none (func)) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -1022,25 +1023,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1065,8 +1071,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1086,7 +1092,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1119,7 +1125,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1175,11 +1181,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1325,8 +1331,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1362,7 +1369,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1691,7 +1698,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1993,8 +2000,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2134,7 +2142,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2154,7 +2162,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/constructor.release.wat b/tests/compiler/constructor.release.wat index 93e6e8b185..e90dc84a66 100644 --- a/tests/compiler/constructor.release.wat +++ b/tests/compiler/constructor.release.wat @@ -5,7 +5,7 @@ (type $none_=>_i32 (func (result i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_=>_i32 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -674,16 +674,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -708,7 +709,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -736,18 +737,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -757,10 +759,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -774,13 +776,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -859,8 +861,9 @@ i32.const 34336 i32.const 35908 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34336 global.set $~lib/rt/tlsf/ROOT @@ -1101,7 +1104,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1336,7 +1339,7 @@ if i32.const 1056 i32.const 1392 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1415,8 +1418,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1426,7 +1430,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1441,7 +1445,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/do.debug.wat b/tests/compiler/do.debug.wat index c6ad44feb3..8432628da9 100644 --- a/tests/compiler/do.debug.wat +++ b/tests/compiler/do.debug.wat @@ -7,7 +7,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $do/ran (mut i32) (i32.const 0)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1418,25 +1418,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 400 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1461,8 +1466,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1482,7 +1487,7 @@ if i32.const 0 i32.const 400 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1515,7 +1520,7 @@ if i32.const 0 i32.const 400 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1571,11 +1576,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1721,8 +1726,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1758,7 +1764,7 @@ if i32.const 0 i32.const 400 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -2087,7 +2093,7 @@ if i32.const 64 i32.const 400 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2389,8 +2395,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2530,7 +2537,7 @@ if i32.const 0 i32.const 400 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2550,7 +2557,7 @@ if i32.const 0 i32.const 400 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/do.release.wat b/tests/compiler/do.release.wat index eb0cb5c902..eae6e23206 100644 --- a/tests/compiler/do.release.wat +++ b/tests/compiler/do.release.wat @@ -5,7 +5,7 @@ (type $none_=>_i32 (func (result i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -610,16 +610,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1424 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -644,7 +645,7 @@ if i32.const 0 i32.const 1424 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -672,18 +673,19 @@ if i32.const 0 i32.const 1424 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -693,10 +695,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -710,13 +712,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -795,8 +797,9 @@ i32.const 34272 i32.const 35844 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34272 global.set $~lib/rt/tlsf/ROOT @@ -1037,7 +1040,7 @@ if i32.const 0 i32.const 1424 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1226,8 +1229,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1236,7 +1240,7 @@ if i32.const 0 i32.const 1424 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1251,7 +1255,7 @@ if i32.const 0 i32.const 1424 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/duplicate-fields.debug.wat b/tests/compiler/duplicate-fields.debug.wat index 993ef325d3..7bf87ccaba 100644 --- a/tests/compiler/duplicate-fields.debug.wat +++ b/tests/compiler/duplicate-fields.debug.wat @@ -6,7 +6,7 @@ (type $none_=>_none (func)) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1017,25 +1017,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1060,8 +1065,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1081,7 +1086,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1114,7 +1119,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1170,11 +1175,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1320,8 +1325,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1357,7 +1363,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1686,7 +1692,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1988,8 +1994,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2129,7 +2136,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2149,7 +2156,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/duplicate-fields.release.wat b/tests/compiler/duplicate-fields.release.wat index f968972323..493ded77a6 100644 --- a/tests/compiler/duplicate-fields.release.wat +++ b/tests/compiler/duplicate-fields.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -624,16 +624,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -658,7 +659,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -686,18 +687,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -707,10 +709,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -724,13 +726,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -809,8 +811,9 @@ i32.const 34320 i32.const 35892 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34320 global.set $~lib/rt/tlsf/ROOT @@ -1051,7 +1054,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1286,7 +1289,7 @@ if i32.const 1056 i32.const 1392 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1365,8 +1368,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1376,7 +1380,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1391,7 +1395,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/empty-exportruntime.debug.wat b/tests/compiler/empty-exportruntime.debug.wat index 50847867ba..8f69345eb5 100644 --- a/tests/compiler/empty-exportruntime.debug.wat +++ b/tests/compiler/empty-exportruntime.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1016,25 +1016,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1059,8 +1064,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1080,7 +1085,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1113,7 +1118,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1169,11 +1174,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1319,8 +1324,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1356,7 +1362,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1685,7 +1691,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1987,8 +1993,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2128,7 +2135,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2148,7 +2155,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/empty-exportruntime.release.wat b/tests/compiler/empty-exportruntime.release.wat index e5173b207f..caf4fb6744 100644 --- a/tests/compiler/empty-exportruntime.release.wat +++ b/tests/compiler/empty-exportruntime.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -625,16 +625,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -659,7 +660,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -687,18 +688,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -708,10 +710,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -725,13 +727,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -810,8 +812,9 @@ i32.const 34368 i32.const 35940 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34368 global.set $~lib/rt/tlsf/ROOT @@ -1052,7 +1055,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1287,7 +1290,7 @@ if i32.const 1056 i32.const 1392 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1366,8 +1369,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1377,7 +1381,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1392,7 +1396,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/empty-new.debug.wat b/tests/compiler/empty-new.debug.wat index e18fdac218..de8b37131f 100644 --- a/tests/compiler/empty-new.debug.wat +++ b/tests/compiler/empty-new.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1009,25 +1009,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1052,8 +1057,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1073,7 +1078,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1106,7 +1111,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1162,11 +1167,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1312,8 +1317,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1349,7 +1355,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1678,7 +1684,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1980,8 +1986,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2121,7 +2128,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2141,7 +2148,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/empty-new.release.wat b/tests/compiler/empty-new.release.wat index 10432c3a21..9cce3d1af5 100644 --- a/tests/compiler/empty-new.release.wat +++ b/tests/compiler/empty-new.release.wat @@ -3,7 +3,7 @@ (type $i32_=>_none (func (param i32))) (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -607,16 +607,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -641,7 +642,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -669,18 +670,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -690,10 +692,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -707,13 +709,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -792,8 +794,9 @@ i32.const 34240 i32.const 35812 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34240 global.set $~lib/rt/tlsf/ROOT @@ -1034,7 +1037,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1223,8 +1226,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $1 call $~lib/rt/tlsf/searchBlock @@ -1233,7 +1237,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1248,7 +1252,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/exportstar-rereexport.debug.wat b/tests/compiler/exportstar-rereexport.debug.wat index b6004df7ca..6ab32b9f63 100644 --- a/tests/compiler/exportstar-rereexport.debug.wat +++ b/tests/compiler/exportstar-rereexport.debug.wat @@ -6,7 +6,7 @@ (type $i32_=>_none (func (param i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $export/a i32 (i32.const 1)) @@ -1049,25 +1049,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 416 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1092,8 +1097,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1113,7 +1118,7 @@ if i32.const 0 i32.const 416 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1146,7 +1151,7 @@ if i32.const 0 i32.const 416 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1202,11 +1207,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1352,8 +1357,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1389,7 +1395,7 @@ if i32.const 0 i32.const 416 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1718,7 +1724,7 @@ if i32.const 80 i32.const 416 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2020,8 +2026,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2161,7 +2168,7 @@ if i32.const 0 i32.const 416 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2181,7 +2188,7 @@ if i32.const 0 i32.const 416 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/exportstar-rereexport.release.wat b/tests/compiler/exportstar-rereexport.release.wat index 52423aaf4f..2579e676cb 100644 --- a/tests/compiler/exportstar-rereexport.release.wat +++ b/tests/compiler/exportstar-rereexport.release.wat @@ -5,7 +5,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $export/a i32 (i32.const 1)) (global $export/b i32 (i32.const 2)) @@ -641,16 +641,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1440 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -675,7 +676,7 @@ if i32.const 0 i32.const 1440 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -703,18 +704,19 @@ if i32.const 0 i32.const 1440 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -724,10 +726,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -741,13 +743,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -826,8 +828,9 @@ i32.const 34336 i32.const 35908 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34336 global.set $~lib/rt/tlsf/ROOT @@ -1068,7 +1071,7 @@ if i32.const 0 i32.const 1440 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1257,8 +1260,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $1 call $~lib/rt/tlsf/searchBlock @@ -1267,7 +1271,7 @@ if i32.const 0 i32.const 1440 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1282,7 +1286,7 @@ if i32.const 0 i32.const 1440 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/extends-baseaggregate.debug.wat b/tests/compiler/extends-baseaggregate.debug.wat index 9cd56928f4..b4ad0cd136 100644 --- a/tests/compiler/extends-baseaggregate.debug.wat +++ b/tests/compiler/extends-baseaggregate.debug.wat @@ -7,7 +7,7 @@ (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) (type $i32_f64_=>_none (func (param i32 f64))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $extends-baseaggregate/poolB i32 (i32.const 64)) @@ -1019,25 +1019,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 528 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1062,8 +1067,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1083,7 +1088,7 @@ if i32.const 0 i32.const 528 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1116,7 +1121,7 @@ if i32.const 0 i32.const 528 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1172,11 +1177,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1322,8 +1327,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1359,7 +1365,7 @@ if i32.const 0 i32.const 528 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1688,7 +1694,7 @@ if i32.const 192 i32.const 528 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1990,8 +1996,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2131,7 +2138,7 @@ if i32.const 0 i32.const 528 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2151,7 +2158,7 @@ if i32.const 0 i32.const 528 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/extends-baseaggregate.release.wat b/tests/compiler/extends-baseaggregate.release.wat index c64210dd0d..e7f2d48b36 100644 --- a/tests/compiler/extends-baseaggregate.release.wat +++ b/tests/compiler/extends-baseaggregate.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -627,16 +627,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1552 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -661,7 +662,7 @@ if i32.const 0 i32.const 1552 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -689,18 +690,19 @@ if i32.const 0 i32.const 1552 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -710,10 +712,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -727,13 +729,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -812,8 +814,9 @@ i32.const 34512 i32.const 36084 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34512 global.set $~lib/rt/tlsf/ROOT @@ -1054,7 +1057,7 @@ if i32.const 0 i32.const 1552 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1289,7 +1292,7 @@ if i32.const 1216 i32.const 1552 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1368,8 +1371,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1379,7 +1383,7 @@ if i32.const 0 i32.const 1552 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1394,7 +1398,7 @@ if i32.const 0 i32.const 1552 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/extends-recursive.debug.wat b/tests/compiler/extends-recursive.debug.wat index 6dad1f6cd6..cc418dc5a2 100644 --- a/tests/compiler/extends-recursive.debug.wat +++ b/tests/compiler/extends-recursive.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1009,25 +1009,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1052,8 +1057,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1073,7 +1078,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1106,7 +1111,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1162,11 +1167,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1312,8 +1317,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1349,7 +1355,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1678,7 +1684,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1980,8 +1986,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2121,7 +2128,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2141,7 +2148,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/extends-recursive.release.wat b/tests/compiler/extends-recursive.release.wat index 32acf70d3f..55177fd2de 100644 --- a/tests/compiler/extends-recursive.release.wat +++ b/tests/compiler/extends-recursive.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -608,16 +608,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -642,7 +643,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -670,18 +671,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -691,10 +693,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -708,13 +710,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -793,8 +795,9 @@ i32.const 34240 i32.const 35812 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34240 global.set $~lib/rt/tlsf/ROOT @@ -1035,7 +1038,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1270,7 +1273,7 @@ if i32.const 1056 i32.const 1392 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1349,8 +1352,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1360,7 +1364,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1375,7 +1379,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/field-initialization.debug.wat b/tests/compiler/field-initialization.debug.wat index 51376fcc81..8d33900225 100644 --- a/tests/compiler/field-initialization.debug.wat +++ b/tests/compiler/field-initialization.debug.wat @@ -6,7 +6,7 @@ (type $none_=>_none (func)) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -1020,25 +1020,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1063,8 +1068,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1084,7 +1089,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1117,7 +1122,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1173,11 +1178,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1323,8 +1328,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1360,7 +1366,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1689,7 +1695,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1991,8 +1997,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2132,7 +2139,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2152,7 +2159,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/field-initialization.release.wat b/tests/compiler/field-initialization.release.wat index e847de464b..2b12e4b206 100644 --- a/tests/compiler/field-initialization.release.wat +++ b/tests/compiler/field-initialization.release.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -628,16 +628,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -662,7 +663,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -690,18 +691,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -711,10 +713,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -728,13 +730,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -813,8 +815,9 @@ i32.const 34672 i32.const 36244 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34672 global.set $~lib/rt/tlsf/ROOT @@ -1055,7 +1058,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1290,7 +1293,7 @@ if i32.const 1056 i32.const 1392 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1369,8 +1372,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1380,7 +1384,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1395,7 +1399,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/field.debug.wat b/tests/compiler/field.debug.wat index 8877fb1237..8ba0b11431 100644 --- a/tests/compiler/field.debug.wat +++ b/tests/compiler/field.debug.wat @@ -5,9 +5,10 @@ (type $none_=>_none (func)) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1011,25 +1012,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1054,8 +1060,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1075,7 +1081,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1108,7 +1114,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1164,11 +1170,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1314,8 +1320,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1351,7 +1358,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1680,7 +1687,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1982,8 +1989,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2123,7 +2131,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2143,7 +2151,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/field.release.wat b/tests/compiler/field.release.wat index 8554a903a1..17ce80649a 100644 --- a/tests/compiler/field.release.wat +++ b/tests/compiler/field.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -611,16 +611,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -645,7 +646,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -673,18 +674,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -694,10 +696,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -711,13 +713,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -796,8 +798,9 @@ i32.const 34272 i32.const 35844 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34272 global.set $~lib/rt/tlsf/ROOT @@ -1038,7 +1041,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1273,7 +1276,7 @@ if i32.const 1056 i32.const 1392 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1352,8 +1355,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1363,7 +1367,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1378,7 +1382,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/for.debug.wat b/tests/compiler/for.debug.wat index dde2f7854f..407a1ca890 100644 --- a/tests/compiler/for.debug.wat +++ b/tests/compiler/for.debug.wat @@ -7,7 +7,7 @@ (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $for/ran (mut i32) (i32.const 0)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1399,25 +1399,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 400 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1442,8 +1447,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1463,7 +1468,7 @@ if i32.const 0 i32.const 400 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1496,7 +1501,7 @@ if i32.const 0 i32.const 400 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1552,11 +1557,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1702,8 +1707,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1739,7 +1745,7 @@ if i32.const 0 i32.const 400 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -2068,7 +2074,7 @@ if i32.const 64 i32.const 400 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2370,8 +2376,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2511,7 +2518,7 @@ if i32.const 0 i32.const 400 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2531,7 +2538,7 @@ if i32.const 0 i32.const 400 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/for.release.wat b/tests/compiler/for.release.wat index 379c0dfa73..008278b7d7 100644 --- a/tests/compiler/for.release.wat +++ b/tests/compiler/for.release.wat @@ -5,7 +5,7 @@ (type $none_=>_i32 (func (result i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -610,16 +610,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1424 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -644,7 +645,7 @@ if i32.const 0 i32.const 1424 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -672,18 +673,19 @@ if i32.const 0 i32.const 1424 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -693,10 +695,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -710,13 +712,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -795,8 +797,9 @@ i32.const 34272 i32.const 35844 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34272 global.set $~lib/rt/tlsf/ROOT @@ -1037,7 +1040,7 @@ if i32.const 0 i32.const 1424 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1226,8 +1229,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1236,7 +1240,7 @@ if i32.const 0 i32.const 1424 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1251,7 +1255,7 @@ if i32.const 0 i32.const 1424 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/function-call.debug.wat b/tests/compiler/function-call.debug.wat index 5bfb3b9008..fafbdad6aa 100644 --- a/tests/compiler/function-call.debug.wat +++ b/tests/compiler/function-call.debug.wat @@ -4,9 +4,10 @@ (type $none_=>_none (func)) (type $i32_=>_none (func (param i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $function-call/fnVoid (mut i32) (i32.const 32)) @@ -1047,25 +1048,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 592 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1090,8 +1096,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1111,7 +1117,7 @@ if i32.const 0 i32.const 592 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1144,7 +1150,7 @@ if i32.const 0 i32.const 592 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1200,11 +1206,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1350,8 +1356,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1387,7 +1394,7 @@ if i32.const 0 i32.const 592 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1716,7 +1723,7 @@ if i32.const 256 i32.const 592 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2018,8 +2025,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2159,7 +2167,7 @@ if i32.const 0 i32.const 592 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2179,7 +2187,7 @@ if i32.const 0 i32.const 592 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/function-call.release.wat b/tests/compiler/function-call.release.wat index 76437e09d9..c784df4f93 100644 --- a/tests/compiler/function-call.release.wat +++ b/tests/compiler/function-call.release.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -649,16 +649,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1616 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -683,7 +684,7 @@ if i32.const 0 i32.const 1616 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -711,18 +712,19 @@ if i32.const 0 i32.const 1616 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -732,10 +734,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -749,13 +751,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -834,8 +836,9 @@ i32.const 34576 i32.const 36148 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34576 global.set $~lib/rt/tlsf/ROOT @@ -1076,7 +1079,7 @@ if i32.const 0 i32.const 1616 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1265,8 +1268,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1275,7 +1279,7 @@ if i32.const 0 i32.const 1616 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1290,7 +1294,7 @@ if i32.const 0 i32.const 1616 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/function-expression.debug.wat b/tests/compiler/function-expression.debug.wat index e4f42b00f5..d4bb092868 100644 --- a/tests/compiler/function-expression.debug.wat +++ b/tests/compiler/function-expression.debug.wat @@ -7,7 +7,7 @@ (type $i32_=>_none (func (param i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $function-expression/f1 (mut i32) (i32.const 32)) (global $~argumentsLength (mut i32) (i32.const 0)) @@ -1205,25 +1205,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 912 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1248,8 +1253,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1269,7 +1274,7 @@ if i32.const 0 i32.const 912 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1302,7 +1307,7 @@ if i32.const 0 i32.const 912 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1358,11 +1363,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1508,8 +1513,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1545,7 +1551,7 @@ if i32.const 0 i32.const 912 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1874,7 +1880,7 @@ if i32.const 576 i32.const 912 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2176,8 +2182,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2317,7 +2324,7 @@ if i32.const 0 i32.const 912 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2337,7 +2344,7 @@ if i32.const 0 i32.const 912 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/function-expression.release.wat b/tests/compiler/function-expression.release.wat index 7094f39992..81beccd9b2 100644 --- a/tests/compiler/function-expression.release.wat +++ b/tests/compiler/function-expression.release.wat @@ -6,7 +6,7 @@ (type $i32_=>_none (func (param i32))) (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -675,16 +675,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1936 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -709,7 +710,7 @@ if i32.const 0 i32.const 1936 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -737,18 +738,19 @@ if i32.const 0 i32.const 1936 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -758,10 +760,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -775,13 +777,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -860,8 +862,9 @@ i32.const 34928 i32.const 36500 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34928 global.set $~lib/rt/tlsf/ROOT @@ -1102,7 +1105,7 @@ if i32.const 0 i32.const 1936 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1291,8 +1294,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $1 call $~lib/rt/tlsf/searchBlock @@ -1301,7 +1305,7 @@ if i32.const 0 i32.const 1936 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1316,7 +1320,7 @@ if i32.const 0 i32.const 1936 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/getter-call.debug.wat b/tests/compiler/getter-call.debug.wat index 4bbd7a4898..35e9824008 100644 --- a/tests/compiler/getter-call.debug.wat +++ b/tests/compiler/getter-call.debug.wat @@ -7,7 +7,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -1012,25 +1012,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1055,8 +1060,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1076,7 +1081,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1109,7 +1114,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1165,11 +1170,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1315,8 +1320,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1352,7 +1358,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1681,7 +1687,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1983,8 +1989,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2124,7 +2131,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2144,7 +2151,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/getter-call.release.wat b/tests/compiler/getter-call.release.wat index 7f0831295c..76889b92a2 100644 --- a/tests/compiler/getter-call.release.wat +++ b/tests/compiler/getter-call.release.wat @@ -5,7 +5,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -613,16 +613,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -647,7 +648,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -675,18 +676,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -696,10 +698,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -713,13 +715,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -798,8 +800,9 @@ i32.const 34272 i32.const 35844 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34272 global.set $~lib/rt/tlsf/ROOT @@ -1040,7 +1043,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1229,8 +1232,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1239,7 +1243,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1254,7 +1258,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/heap.debug.wat b/tests/compiler/heap.debug.wat index 30f6593795..15b46c46c7 100644 --- a/tests/compiler/heap.debug.wat +++ b/tests/compiler/heap.debug.wat @@ -2,10 +2,11 @@ (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $none_=>_none (func)) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_=>_none (func (param i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) @@ -657,25 +658,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 32 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -700,8 +706,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -721,7 +727,7 @@ if i32.const 0 i32.const 32 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -754,7 +760,7 @@ if i32.const 0 i32.const 32 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -810,11 +816,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -960,8 +966,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -995,7 +1002,7 @@ if i32.const 96 i32.const 32 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1297,8 +1304,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -1438,7 +1446,7 @@ if i32.const 0 i32.const 32 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1458,7 +1466,7 @@ if i32.const 0 i32.const 32 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable @@ -1523,7 +1531,7 @@ if i32.const 0 i32.const 32 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/heap.release.wat b/tests/compiler/heap.release.wat index 6e94f90a88..baefb0fa14 100644 --- a/tests/compiler/heap.release.wat +++ b/tests/compiler/heap.release.wat @@ -1,10 +1,11 @@ (module (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $none_=>_none (func)) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $heap/ptr (mut i32) (i32.const 0)) @@ -414,16 +415,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1056 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -448,7 +450,7 @@ if i32.const 0 i32.const 1056 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -476,18 +478,19 @@ if i32.const 0 i32.const 1056 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -497,10 +500,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -514,13 +517,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -599,8 +602,9 @@ i32.const 33936 i32.const 35508 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 33936 global.set $~lib/rt/tlsf/ROOT @@ -612,7 +616,7 @@ if i32.const 1120 i32.const 1056 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -895,8 +899,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $0 local.get $2 @@ -906,7 +911,7 @@ if i32.const 0 i32.const 1056 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -921,7 +926,7 @@ if i32.const 0 i32.const 1056 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable @@ -958,7 +963,7 @@ if i32.const 0 i32.const 1056 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/infer-array.debug.wat b/tests/compiler/infer-array.debug.wat index 0f9f87e280..6a0d4d81de 100644 --- a/tests/compiler/infer-array.debug.wat +++ b/tests/compiler/infer-array.debug.wat @@ -6,8 +6,9 @@ (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $none_=>_none (func)) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_=>_f64 (func (param i32 i32) (result f64))) (type $i32_i32_=>_f32 (func (param i32 i32) (result f32))) (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) @@ -1030,25 +1031,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 400 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1073,8 +1079,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1094,7 +1100,7 @@ if i32.const 0 i32.const 400 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1127,7 +1133,7 @@ if i32.const 0 i32.const 400 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1183,11 +1189,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1333,8 +1339,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1370,7 +1377,7 @@ if i32.const 0 i32.const 400 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1699,7 +1706,7 @@ if i32.const 64 i32.const 400 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2001,8 +2008,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2142,7 +2150,7 @@ if i32.const 0 i32.const 400 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2162,7 +2170,7 @@ if i32.const 0 i32.const 400 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/infer-array.release.wat b/tests/compiler/infer-array.release.wat index 457300ae59..ecdace4dee 100644 --- a/tests/compiler/infer-array.release.wat +++ b/tests/compiler/infer-array.release.wat @@ -2,10 +2,11 @@ (type $i32_=>_none (func (param i32))) (type $none_=>_none (func)) (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $none_=>_i32 (func (result i32))) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -649,16 +650,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1424 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -683,7 +685,7 @@ if i32.const 0 i32.const 1424 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -711,18 +713,19 @@ if i32.const 0 i32.const 1424 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -732,10 +735,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -749,13 +752,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -834,8 +837,9 @@ i32.const 34992 i32.const 36564 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34992 global.set $~lib/rt/tlsf/ROOT @@ -1076,7 +1080,7 @@ if i32.const 0 i32.const 1424 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1311,7 +1315,7 @@ if i32.const 1088 i32.const 1424 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1390,8 +1394,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1401,7 +1406,7 @@ if i32.const 0 i32.const 1424 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1416,7 +1421,7 @@ if i32.const 0 i32.const 1424 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/infer-generic.debug.wat b/tests/compiler/infer-generic.debug.wat index 7a4dbd0678..8f233ef65a 100644 --- a/tests/compiler/infer-generic.debug.wat +++ b/tests/compiler/infer-generic.debug.wat @@ -6,11 +6,12 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_f32_i32_i32_=>_i32 (func (param i32 f32 i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $f32_=>_f32 (func (param f32) (result f32))) (type $f64_f64_=>_i32 (func (param f64 f64) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $infer-generic/arr i32 (i32.const 128)) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) @@ -1057,25 +1058,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 544 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1100,8 +1106,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1121,7 +1127,7 @@ if i32.const 0 i32.const 544 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1154,7 +1160,7 @@ if i32.const 0 i32.const 544 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1210,11 +1216,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1360,8 +1366,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1397,7 +1404,7 @@ if i32.const 0 i32.const 544 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1726,7 +1733,7 @@ if i32.const 208 i32.const 544 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2028,8 +2035,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2169,7 +2177,7 @@ if i32.const 0 i32.const 544 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2189,7 +2197,7 @@ if i32.const 0 i32.const 544 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/infer-generic.release.wat b/tests/compiler/infer-generic.release.wat index f0bd800340..a3aa2380b5 100644 --- a/tests/compiler/infer-generic.release.wat +++ b/tests/compiler/infer-generic.release.wat @@ -5,7 +5,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $f32_=>_f32 (func (param f32) (result f32))) (type $i32_=>_i32 (func (param i32) (result i32))) @@ -637,16 +637,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1568 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -671,7 +672,7 @@ if i32.const 0 i32.const 1568 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -699,18 +700,19 @@ if i32.const 0 i32.const 1568 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -720,10 +722,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -737,13 +739,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -822,8 +824,9 @@ i32.const 34432 i32.const 36004 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34432 global.set $~lib/rt/tlsf/ROOT @@ -1064,7 +1067,7 @@ if i32.const 0 i32.const 1568 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1299,7 +1302,7 @@ if i32.const 1232 i32.const 1568 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1378,8 +1381,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1389,7 +1393,7 @@ if i32.const 0 i32.const 1568 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1404,7 +1408,7 @@ if i32.const 0 i32.const 1568 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/inlining.debug.wat b/tests/compiler/inlining.debug.wat index f055c78df0..9aa02eb8e6 100644 --- a/tests/compiler/inlining.debug.wat +++ b/tests/compiler/inlining.debug.wat @@ -7,7 +7,7 @@ (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $inlining/constantGlobal i32 (i32.const 1)) (global $~argumentsLength (mut i32) (i32.const 0)) @@ -1277,25 +1277,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 448 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1320,8 +1325,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1341,7 +1346,7 @@ if i32.const 0 i32.const 448 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1374,7 +1379,7 @@ if i32.const 0 i32.const 448 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1430,11 +1435,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1580,8 +1585,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1617,7 +1623,7 @@ if i32.const 0 i32.const 448 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1946,7 +1952,7 @@ if i32.const 112 i32.const 448 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2248,8 +2254,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2389,7 +2396,7 @@ if i32.const 0 i32.const 448 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2409,7 +2416,7 @@ if i32.const 0 i32.const 448 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/inlining.release.wat b/tests/compiler/inlining.release.wat index d6193de63a..86a09559d2 100644 --- a/tests/compiler/inlining.release.wat +++ b/tests/compiler/inlining.release.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -623,16 +623,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1472 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -657,7 +658,7 @@ if i32.const 0 i32.const 1472 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -685,18 +686,19 @@ if i32.const 0 i32.const 1472 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -706,10 +708,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -723,13 +725,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -808,8 +810,9 @@ i32.const 34336 i32.const 35908 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34336 global.set $~lib/rt/tlsf/ROOT @@ -1050,7 +1053,7 @@ if i32.const 0 i32.const 1472 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1285,7 +1288,7 @@ if i32.const 1136 i32.const 1472 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1364,8 +1367,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1375,7 +1379,7 @@ if i32.const 0 i32.const 1472 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1390,7 +1394,7 @@ if i32.const 0 i32.const 1472 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/instanceof.debug.wat b/tests/compiler/instanceof.debug.wat index 9a8bd95d04..7a6e9d3571 100644 --- a/tests/compiler/instanceof.debug.wat +++ b/tests/compiler/instanceof.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $f64_=>_i32 (func (param f64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -1033,25 +1033,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1076,8 +1081,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1097,7 +1102,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1130,7 +1135,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1186,11 +1191,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1336,8 +1341,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1373,7 +1379,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1702,7 +1708,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2004,8 +2010,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2145,7 +2152,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2165,7 +2172,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/instanceof.release.wat b/tests/compiler/instanceof.release.wat index da77b80092..6e380ceb09 100644 --- a/tests/compiler/instanceof.release.wat +++ b/tests/compiler/instanceof.release.wat @@ -5,7 +5,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -715,16 +715,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -749,7 +750,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -777,18 +778,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -798,10 +800,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -815,13 +817,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -900,8 +902,9 @@ i32.const 34368 i32.const 35940 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34368 global.set $~lib/rt/tlsf/ROOT @@ -1142,7 +1145,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1331,8 +1334,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1341,7 +1345,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1356,7 +1360,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/1095.debug.wat b/tests/compiler/issues/1095.debug.wat index 8ab7464d91..7bc52ec422 100644 --- a/tests/compiler/issues/1095.debug.wat +++ b/tests/compiler/issues/1095.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1012,25 +1012,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1055,8 +1060,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1076,7 +1081,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1109,7 +1114,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1165,11 +1170,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1315,8 +1320,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1352,7 +1358,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1681,7 +1687,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1983,8 +1989,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2124,7 +2131,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2144,7 +2151,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/1095.release.wat b/tests/compiler/issues/1095.release.wat index 42ab6eb81f..833d7bb9b4 100644 --- a/tests/compiler/issues/1095.release.wat +++ b/tests/compiler/issues/1095.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -614,16 +614,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -648,7 +649,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -676,18 +677,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -697,10 +699,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -714,13 +716,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -799,8 +801,9 @@ i32.const 34448 i32.const 36020 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34448 global.set $~lib/rt/tlsf/ROOT @@ -1041,7 +1044,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1276,7 +1279,7 @@ if i32.const 1056 i32.const 1392 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1355,8 +1358,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1366,7 +1370,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1381,7 +1385,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/1225.debug.wat b/tests/compiler/issues/1225.debug.wat index 73a7192646..5766a3ebaa 100644 --- a/tests/compiler/issues/1225.debug.wat +++ b/tests/compiler/issues/1225.debug.wat @@ -7,7 +7,7 @@ (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -1027,25 +1027,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1070,8 +1075,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1091,7 +1096,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1124,7 +1129,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1180,11 +1185,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1330,8 +1335,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1367,7 +1373,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1696,7 +1702,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1998,8 +2004,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2139,7 +2146,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2159,7 +2166,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/1225.release.wat b/tests/compiler/issues/1225.release.wat index 2302f147cc..27ad0ab4d1 100644 --- a/tests/compiler/issues/1225.release.wat +++ b/tests/compiler/issues/1225.release.wat @@ -4,7 +4,7 @@ (type $i32_=>_none (func (param i32))) (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_=>_i32 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -619,16 +619,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -653,7 +654,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -681,18 +682,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -702,10 +704,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -719,13 +721,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -804,8 +806,9 @@ i32.const 34288 i32.const 35860 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34288 global.set $~lib/rt/tlsf/ROOT @@ -1046,7 +1049,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1235,8 +1238,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $1 call $~lib/rt/tlsf/searchBlock @@ -1245,7 +1249,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1260,7 +1264,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/1699.debug.wat b/tests/compiler/issues/1699.debug.wat index cdbddc8ed4..6fa0fa92a5 100644 --- a/tests/compiler/issues/1699.debug.wat +++ b/tests/compiler/issues/1699.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) @@ -1014,25 +1014,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 464 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1057,8 +1062,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1078,7 +1083,7 @@ if i32.const 0 i32.const 464 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1111,7 +1116,7 @@ if i32.const 0 i32.const 464 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1167,11 +1172,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1317,8 +1322,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1354,7 +1360,7 @@ if i32.const 0 i32.const 464 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1683,7 +1689,7 @@ if i32.const 128 i32.const 464 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1985,8 +1991,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2126,7 +2133,7 @@ if i32.const 0 i32.const 464 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2146,7 +2153,7 @@ if i32.const 0 i32.const 464 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/1699.release.wat b/tests/compiler/issues/1699.release.wat index 1eb8f533ac..2228f68687 100644 --- a/tests/compiler/issues/1699.release.wat +++ b/tests/compiler/issues/1699.release.wat @@ -1,11 +1,12 @@ (module (type $none_=>_none (func)) (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_=>_none (func (param i32 i32))) (type $none_=>_i32 (func (result i32))) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -620,16 +621,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1488 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -654,7 +656,7 @@ if i32.const 0 i32.const 1488 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -682,18 +684,19 @@ if i32.const 0 i32.const 1488 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -703,10 +706,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -720,13 +723,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -805,8 +808,9 @@ i32.const 34512 i32.const 36084 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34512 global.set $~lib/rt/tlsf/ROOT @@ -1047,7 +1051,7 @@ if i32.const 0 i32.const 1488 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1282,7 +1286,7 @@ if i32.const 1152 i32.const 1488 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1361,8 +1365,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1372,7 +1377,7 @@ if i32.const 0 i32.const 1488 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1387,7 +1392,7 @@ if i32.const 0 i32.const 1488 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/2166.debug.wat b/tests/compiler/issues/2166.debug.wat index f3e871b082..95bcc64d24 100644 --- a/tests/compiler/issues/2166.debug.wat +++ b/tests/compiler/issues/2166.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -1016,25 +1016,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1059,8 +1064,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1080,7 +1085,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1113,7 +1118,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1169,11 +1174,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1319,8 +1324,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1356,7 +1362,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1685,7 +1691,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1987,8 +1993,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2128,7 +2135,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2148,7 +2155,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/2166.release.wat b/tests/compiler/issues/2166.release.wat index 31a2a7fdb5..50358d77ee 100644 --- a/tests/compiler/issues/2166.release.wat +++ b/tests/compiler/issues/2166.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -619,16 +619,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -653,7 +654,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -681,18 +682,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -702,10 +704,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -719,13 +721,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -804,8 +806,9 @@ i32.const 34432 i32.const 36004 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34432 global.set $~lib/rt/tlsf/ROOT @@ -1046,7 +1049,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1235,8 +1238,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1245,7 +1249,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1260,7 +1264,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/2322/index.debug.wat b/tests/compiler/issues/2322/index.debug.wat index 2fe39f45c6..12436fad86 100644 --- a/tests/compiler/issues/2322/index.debug.wat +++ b/tests/compiler/issues/2322/index.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1010,25 +1010,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1053,8 +1058,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1074,7 +1079,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1107,7 +1112,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1163,11 +1168,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1313,8 +1318,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1350,7 +1356,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1679,7 +1685,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1981,8 +1987,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2122,7 +2129,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2142,7 +2149,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/2322/index.release.wat b/tests/compiler/issues/2322/index.release.wat index a84de7287d..0d93ed1ae6 100644 --- a/tests/compiler/issues/2322/index.release.wat +++ b/tests/compiler/issues/2322/index.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -609,16 +609,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -643,7 +644,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -671,18 +672,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -692,10 +694,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -709,13 +711,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -794,8 +796,9 @@ i32.const 34240 i32.const 35812 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34240 global.set $~lib/rt/tlsf/ROOT @@ -1036,7 +1039,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1271,7 +1274,7 @@ if i32.const 1056 i32.const 1392 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1350,8 +1353,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1361,7 +1365,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1376,7 +1380,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/2622.debug.wat b/tests/compiler/issues/2622.debug.wat index a4fc16b0bf..114640c3e5 100644 --- a/tests/compiler/issues/2622.debug.wat +++ b/tests/compiler/issues/2622.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1013,25 +1013,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1056,8 +1061,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1077,7 +1082,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1110,7 +1115,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1166,11 +1171,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1316,8 +1321,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1353,7 +1359,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1682,7 +1688,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1984,8 +1990,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2125,7 +2132,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2145,7 +2152,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/2622.release.wat b/tests/compiler/issues/2622.release.wat index e82f215f98..b2ba09af23 100644 --- a/tests/compiler/issues/2622.release.wat +++ b/tests/compiler/issues/2622.release.wat @@ -4,7 +4,7 @@ (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -648,16 +648,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -682,7 +683,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -710,18 +711,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -731,10 +733,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -748,13 +750,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -833,8 +835,9 @@ i32.const 34240 i32.const 35812 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34240 global.set $~lib/rt/tlsf/ROOT @@ -1075,7 +1078,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1264,8 +1267,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1274,7 +1278,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1289,7 +1293,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/logical.debug.wat b/tests/compiler/logical.debug.wat index ca58a0e096..fca6162159 100644 --- a/tests/compiler/logical.debug.wat +++ b/tests/compiler/logical.debug.wat @@ -7,7 +7,7 @@ (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $logical/i (mut i32) (i32.const 0)) @@ -1039,25 +1039,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 416 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1082,8 +1087,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1103,7 +1108,7 @@ if i32.const 0 i32.const 416 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1136,7 +1141,7 @@ if i32.const 0 i32.const 416 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1192,11 +1197,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1342,8 +1347,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1379,7 +1385,7 @@ if i32.const 0 i32.const 416 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1708,7 +1714,7 @@ if i32.const 80 i32.const 416 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2010,8 +2016,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2151,7 +2158,7 @@ if i32.const 0 i32.const 416 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2171,7 +2178,7 @@ if i32.const 0 i32.const 416 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/logical.release.wat b/tests/compiler/logical.release.wat index 276476f81f..5a368d6b60 100644 --- a/tests/compiler/logical.release.wat +++ b/tests/compiler/logical.release.wat @@ -5,7 +5,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -624,16 +624,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1440 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -658,7 +659,7 @@ if i32.const 0 i32.const 1440 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -686,18 +687,19 @@ if i32.const 0 i32.const 1440 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -707,10 +709,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -724,13 +726,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -809,8 +811,9 @@ i32.const 34304 i32.const 35876 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34304 global.set $~lib/rt/tlsf/ROOT @@ -1051,7 +1054,7 @@ if i32.const 0 i32.const 1440 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1240,8 +1243,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1250,7 +1254,7 @@ if i32.const 0 i32.const 1440 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1265,7 +1269,7 @@ if i32.const 0 i32.const 1440 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/managed-cast.debug.wat b/tests/compiler/managed-cast.debug.wat index 6637b9e9c6..e18897dfca 100644 --- a/tests/compiler/managed-cast.debug.wat +++ b/tests/compiler/managed-cast.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1012,25 +1012,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1055,8 +1060,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1076,7 +1081,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1109,7 +1114,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1165,11 +1170,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1315,8 +1320,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1352,7 +1358,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1681,7 +1687,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1983,8 +1989,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2124,7 +2131,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2144,7 +2151,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/managed-cast.release.wat b/tests/compiler/managed-cast.release.wat index bbdb8cca74..19cbe6d573 100644 --- a/tests/compiler/managed-cast.release.wat +++ b/tests/compiler/managed-cast.release.wat @@ -5,7 +5,7 @@ (type $none_=>_i32 (func (result i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -614,16 +614,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -648,7 +649,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -676,18 +677,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -697,10 +699,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -714,13 +716,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -799,8 +801,9 @@ i32.const 34496 i32.const 36068 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34496 global.set $~lib/rt/tlsf/ROOT @@ -1041,7 +1044,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1230,8 +1233,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1240,7 +1244,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1255,7 +1259,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/new.debug.wat b/tests/compiler/new.debug.wat index 2832610c28..fecb460f29 100644 --- a/tests/compiler/new.debug.wat +++ b/tests/compiler/new.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $new/ref (mut i32) (i32.const 0)) @@ -1015,25 +1015,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1058,8 +1063,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1079,7 +1084,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1112,7 +1117,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1168,11 +1173,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1318,8 +1323,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1355,7 +1361,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1684,7 +1690,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1986,8 +1992,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2127,7 +2134,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2147,7 +2154,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/new.release.wat b/tests/compiler/new.release.wat index d921f7bf03..f99abb0702 100644 --- a/tests/compiler/new.release.wat +++ b/tests/compiler/new.release.wat @@ -5,7 +5,7 @@ (type $i32_=>_none (func (param i32))) (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $new/ref (mut i32) (i32.const 0)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -650,16 +650,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -684,7 +685,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -712,18 +713,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -733,10 +735,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -750,13 +752,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -835,8 +837,9 @@ i32.const 34256 i32.const 35828 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34256 global.set $~lib/rt/tlsf/ROOT @@ -1077,7 +1080,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1266,8 +1269,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1276,7 +1280,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1291,7 +1295,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/object-literal.debug.wat b/tests/compiler/object-literal.debug.wat index 223d9d3447..b520990ae2 100644 --- a/tests/compiler/object-literal.debug.wat +++ b/tests/compiler/object-literal.debug.wat @@ -7,14 +7,15 @@ (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_f64_=>_none (func (param i32 f64))) (type $i32_=>_f64 (func (param i32) (result f64))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i64_=>_none (func (param i32 i64))) (type $i32_=>_i64 (func (param i32) (result i64))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) (type $i32_f32_=>_none (func (param i32 f32))) (type $i32_=>_f32 (func (param i32) (result f32))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) @@ -1106,25 +1107,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 416 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1149,8 +1155,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1170,7 +1176,7 @@ if i32.const 0 i32.const 416 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1203,7 +1209,7 @@ if i32.const 0 i32.const 416 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1259,11 +1265,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1409,8 +1415,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1446,7 +1453,7 @@ if i32.const 0 i32.const 416 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1775,7 +1782,7 @@ if i32.const 288 i32.const 416 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2077,8 +2084,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2218,7 +2226,7 @@ if i32.const 0 i32.const 416 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2238,7 +2246,7 @@ if i32.const 0 i32.const 416 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/object-literal.release.wat b/tests/compiler/object-literal.release.wat index 5bce6bbc54..18760fe16f 100644 --- a/tests/compiler/object-literal.release.wat +++ b/tests/compiler/object-literal.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -624,16 +624,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1440 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -658,7 +659,7 @@ if i32.const 0 i32.const 1440 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -686,18 +687,19 @@ if i32.const 0 i32.const 1440 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -707,10 +709,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -724,13 +726,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -809,8 +811,9 @@ i32.const 34528 i32.const 36100 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34528 global.set $~lib/rt/tlsf/ROOT @@ -852,7 +855,7 @@ if i32.const 0 i32.const 1440 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1224,7 +1227,7 @@ if i32.const 1312 i32.const 1440 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1303,8 +1306,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $0 local.get $3 @@ -1314,7 +1318,7 @@ if i32.const 0 i32.const 1440 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1329,7 +1333,7 @@ if i32.const 0 i32.const 1440 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/optional-typeparameters.debug.wat b/tests/compiler/optional-typeparameters.debug.wat index 097d8acc99..39e9976fbe 100644 --- a/tests/compiler/optional-typeparameters.debug.wat +++ b/tests/compiler/optional-typeparameters.debug.wat @@ -5,9 +5,10 @@ (type $none_=>_none (func)) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_f64_f64_=>_f64 (func (param i32 f64 f64) (result f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1022,25 +1023,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1065,8 +1071,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1086,7 +1092,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1119,7 +1125,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1175,11 +1181,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1325,8 +1331,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1362,7 +1369,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1691,7 +1698,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1993,8 +2000,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2134,7 +2142,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2154,7 +2162,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/optional-typeparameters.release.wat b/tests/compiler/optional-typeparameters.release.wat index f6138f81b7..59d641d65d 100644 --- a/tests/compiler/optional-typeparameters.release.wat +++ b/tests/compiler/optional-typeparameters.release.wat @@ -4,7 +4,7 @@ (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -636,16 +636,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -670,7 +671,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -698,18 +699,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -719,10 +721,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -736,13 +738,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -821,8 +823,9 @@ i32.const 34256 i32.const 35828 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34256 global.set $~lib/rt/tlsf/ROOT @@ -1063,7 +1066,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1252,8 +1255,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1262,7 +1266,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1277,7 +1281,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/reexport.debug.wat b/tests/compiler/reexport.debug.wat index d7ce6546cf..b1c039ccac 100644 --- a/tests/compiler/reexport.debug.wat +++ b/tests/compiler/reexport.debug.wat @@ -6,7 +6,7 @@ (type $none_=>_none (func)) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $export/a i32 (i32.const 1)) @@ -1056,25 +1056,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 416 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1099,8 +1104,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1120,7 +1125,7 @@ if i32.const 0 i32.const 416 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1153,7 +1158,7 @@ if i32.const 0 i32.const 416 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1209,11 +1214,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1359,8 +1364,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1396,7 +1402,7 @@ if i32.const 0 i32.const 416 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1725,7 +1731,7 @@ if i32.const 80 i32.const 416 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2027,8 +2033,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2168,7 +2175,7 @@ if i32.const 0 i32.const 416 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2188,7 +2195,7 @@ if i32.const 0 i32.const 416 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/reexport.release.wat b/tests/compiler/reexport.release.wat index 96e3e9f5d5..9baabf7a00 100644 --- a/tests/compiler/reexport.release.wat +++ b/tests/compiler/reexport.release.wat @@ -5,7 +5,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_=>_i32 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $export/a i32 (i32.const 1)) @@ -643,16 +643,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1440 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -677,7 +678,7 @@ if i32.const 0 i32.const 1440 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -705,18 +706,19 @@ if i32.const 0 i32.const 1440 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -726,10 +728,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -743,13 +745,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -828,8 +830,9 @@ i32.const 34288 i32.const 35860 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34288 global.set $~lib/rt/tlsf/ROOT @@ -1070,7 +1073,7 @@ if i32.const 0 i32.const 1440 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1259,8 +1262,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $1 call $~lib/rt/tlsf/searchBlock @@ -1269,7 +1273,7 @@ if i32.const 0 i32.const 1440 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1284,7 +1288,7 @@ if i32.const 0 i32.const 1440 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rereexport.debug.wat b/tests/compiler/rereexport.debug.wat index a75174e783..7cdcb0dad0 100644 --- a/tests/compiler/rereexport.debug.wat +++ b/tests/compiler/rereexport.debug.wat @@ -6,7 +6,7 @@ (type $none_=>_none (func)) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $export/a i32 (i32.const 1)) @@ -1049,25 +1049,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 416 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1092,8 +1097,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1113,7 +1118,7 @@ if i32.const 0 i32.const 416 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1146,7 +1151,7 @@ if i32.const 0 i32.const 416 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1202,11 +1207,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1352,8 +1357,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1389,7 +1395,7 @@ if i32.const 0 i32.const 416 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1718,7 +1724,7 @@ if i32.const 80 i32.const 416 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2020,8 +2026,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2161,7 +2168,7 @@ if i32.const 0 i32.const 416 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2181,7 +2188,7 @@ if i32.const 0 i32.const 416 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rereexport.release.wat b/tests/compiler/rereexport.release.wat index c4eb86455e..61f2435b7e 100644 --- a/tests/compiler/rereexport.release.wat +++ b/tests/compiler/rereexport.release.wat @@ -5,7 +5,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $export/a i32 (i32.const 1)) (global $export/b i32 (i32.const 2)) @@ -641,16 +641,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1440 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -675,7 +676,7 @@ if i32.const 0 i32.const 1440 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -703,18 +704,19 @@ if i32.const 0 i32.const 1440 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -724,10 +726,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -741,13 +743,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -826,8 +828,9 @@ i32.const 34336 i32.const 35908 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34336 global.set $~lib/rt/tlsf/ROOT @@ -1068,7 +1071,7 @@ if i32.const 0 i32.const 1440 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1257,8 +1260,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $1 call $~lib/rt/tlsf/searchBlock @@ -1267,7 +1271,7 @@ if i32.const 0 i32.const 1440 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1282,7 +1286,7 @@ if i32.const 0 i32.const 1440 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-access.debug.wat b/tests/compiler/resolve-access.debug.wat index 91ba75d1c2..8d2e51b106 100644 --- a/tests/compiler/resolve-access.debug.wat +++ b/tests/compiler/resolve-access.debug.wat @@ -7,9 +7,10 @@ (type $none_=>_none (func)) (type $none_=>_i32 (func (result i32))) (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i64_=>_i32 (func (param i64) (result i32))) (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) (type $i32_i64_=>_none (func (param i32 i64))) @@ -1030,25 +1031,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 400 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1073,8 +1079,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1094,7 +1100,7 @@ if i32.const 0 i32.const 400 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1127,7 +1133,7 @@ if i32.const 0 i32.const 400 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1183,11 +1189,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1333,8 +1339,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1370,7 +1377,7 @@ if i32.const 0 i32.const 400 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1699,7 +1706,7 @@ if i32.const 64 i32.const 400 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2001,8 +2008,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2142,7 +2150,7 @@ if i32.const 0 i32.const 400 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2162,7 +2170,7 @@ if i32.const 0 i32.const 400 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-access.release.wat b/tests/compiler/resolve-access.release.wat index 77d2aa64be..0482bf6e60 100644 --- a/tests/compiler/resolve-access.release.wat +++ b/tests/compiler/resolve-access.release.wat @@ -3,9 +3,10 @@ (type $i32_=>_none (func (param i32))) (type $none_=>_none (func)) (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i64_=>_i32 (func (param i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -631,16 +632,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1424 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -665,7 +667,7 @@ if i32.const 0 i32.const 1424 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -693,18 +695,19 @@ if i32.const 0 i32.const 1424 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -714,10 +717,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -731,13 +734,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -816,8 +819,9 @@ i32.const 36096 i32.const 37668 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 36096 global.set $~lib/rt/tlsf/ROOT @@ -1058,7 +1062,7 @@ if i32.const 0 i32.const 1424 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1293,7 +1297,7 @@ if i32.const 1088 i32.const 1424 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1372,8 +1376,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1383,7 +1388,7 @@ if i32.const 0 i32.const 1424 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1398,7 +1403,7 @@ if i32.const 0 i32.const 1424 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-binary.debug.wat b/tests/compiler/resolve-binary.debug.wat index a22a00efc1..ff19ed12e8 100644 --- a/tests/compiler/resolve-binary.debug.wat +++ b/tests/compiler/resolve-binary.debug.wat @@ -5,15 +5,16 @@ (type $i32_=>_none (func (param i32))) (type $none_=>_none (func)) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) (type $f64_f64_=>_f64 (func (param f64 f64) (result f64))) (type $i32_i64_i32_i64_i32_i64_i32_=>_i32 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) (type $f64_i32_=>_i32 (func (param f64 i32) (result i32))) (type $f64_=>_i32 (func (param f64) (result i32))) @@ -1250,25 +1251,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 720 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1293,8 +1299,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1314,7 +1320,7 @@ if i32.const 0 i32.const 720 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1347,7 +1353,7 @@ if i32.const 0 i32.const 720 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1403,11 +1409,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1553,8 +1559,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1590,7 +1597,7 @@ if i32.const 0 i32.const 720 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1919,7 +1926,7 @@ if i32.const 384 i32.const 720 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2221,8 +2228,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2362,7 +2370,7 @@ if i32.const 0 i32.const 720 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2382,7 +2390,7 @@ if i32.const 0 i32.const 720 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-binary.release.wat b/tests/compiler/resolve-binary.release.wat index 0932a96a49..030896d69b 100644 --- a/tests/compiler/resolve-binary.release.wat +++ b/tests/compiler/resolve-binary.release.wat @@ -4,9 +4,10 @@ (type $i32_=>_none (func (param i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i64_i64_i32_i64_=>_i32 (func (param i64 i64 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $resolve-binary/a (mut i32) (i32.const 0)) @@ -840,16 +841,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1744 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -874,7 +876,7 @@ if i32.const 0 i32.const 1744 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -902,18 +904,19 @@ if i32.const 0 i32.const 1744 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -923,10 +926,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -940,13 +943,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -1025,8 +1028,9 @@ i32.const 44016 i32.const 45588 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 44016 global.set $~lib/rt/tlsf/ROOT @@ -1267,7 +1271,7 @@ if i32.const 0 i32.const 1744 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1502,7 +1506,7 @@ if i32.const 1408 i32.const 1744 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1581,8 +1585,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1592,7 +1597,7 @@ if i32.const 0 i32.const 1744 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1607,7 +1612,7 @@ if i32.const 0 i32.const 1744 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-elementaccess.debug.wat b/tests/compiler/resolve-elementaccess.debug.wat index 3e4c403ab9..1dc9378ea1 100644 --- a/tests/compiler/resolve-elementaccess.debug.wat +++ b/tests/compiler/resolve-elementaccess.debug.wat @@ -7,6 +7,7 @@ (type $none_=>_none (func)) (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i64_i32_i64_i32_i64_i32_=>_i32 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) @@ -1053,25 +1054,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 480 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1096,8 +1102,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1117,7 +1123,7 @@ if i32.const 0 i32.const 480 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1150,7 +1156,7 @@ if i32.const 0 i32.const 480 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1206,11 +1212,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1356,8 +1362,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1393,7 +1400,7 @@ if i32.const 0 i32.const 480 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1722,7 +1729,7 @@ if i32.const 144 i32.const 480 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2024,8 +2031,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2165,7 +2173,7 @@ if i32.const 0 i32.const 480 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2185,7 +2193,7 @@ if i32.const 0 i32.const 480 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-elementaccess.release.wat b/tests/compiler/resolve-elementaccess.release.wat index 9134de7305..1951c93145 100644 --- a/tests/compiler/resolve-elementaccess.release.wat +++ b/tests/compiler/resolve-elementaccess.release.wat @@ -5,6 +5,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i64_i64_i32_i64_i32_=>_i32 (func (param i64 i64 i32 i64 i32) (result i32))) (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) @@ -683,16 +684,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1504 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -717,7 +719,7 @@ if i32.const 0 i32.const 1504 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -745,18 +747,19 @@ if i32.const 0 i32.const 1504 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -766,10 +769,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -783,13 +786,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -868,8 +871,9 @@ i32.const 37600 i32.const 39172 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 37600 global.set $~lib/rt/tlsf/ROOT @@ -1110,7 +1114,7 @@ if i32.const 0 i32.const 1504 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1345,7 +1349,7 @@ if i32.const 1168 i32.const 1504 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1424,8 +1428,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1435,7 +1440,7 @@ if i32.const 0 i32.const 1504 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1450,7 +1455,7 @@ if i32.const 0 i32.const 1504 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-function-expression.debug.wat b/tests/compiler/resolve-function-expression.debug.wat index 6f69ba9536..94f52e0a6d 100644 --- a/tests/compiler/resolve-function-expression.debug.wat +++ b/tests/compiler/resolve-function-expression.debug.wat @@ -6,7 +6,7 @@ (type $none_=>_none (func)) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) @@ -1097,25 +1097,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 768 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1140,8 +1145,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1161,7 +1166,7 @@ if i32.const 0 i32.const 768 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1194,7 +1199,7 @@ if i32.const 0 i32.const 768 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1250,11 +1255,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1400,8 +1405,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1437,7 +1443,7 @@ if i32.const 0 i32.const 768 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1766,7 +1772,7 @@ if i32.const 432 i32.const 768 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2068,8 +2074,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2209,7 +2216,7 @@ if i32.const 0 i32.const 768 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2229,7 +2236,7 @@ if i32.const 0 i32.const 768 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-function-expression.release.wat b/tests/compiler/resolve-function-expression.release.wat index 51d67b82c2..733cf16d8e 100644 --- a/tests/compiler/resolve-function-expression.release.wat +++ b/tests/compiler/resolve-function-expression.release.wat @@ -4,7 +4,7 @@ (type $i32_=>_none (func (param i32))) (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -651,16 +651,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1792 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -685,7 +686,7 @@ if i32.const 0 i32.const 1792 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -713,18 +714,19 @@ if i32.const 0 i32.const 1792 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -734,10 +736,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -751,13 +753,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -836,8 +838,9 @@ i32.const 36224 i32.const 37796 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 36224 global.set $~lib/rt/tlsf/ROOT @@ -1078,7 +1081,7 @@ if i32.const 0 i32.const 1792 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1411,7 +1414,7 @@ if i32.const 1456 i32.const 1792 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1490,8 +1493,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $7 local.get $8 @@ -1501,7 +1505,7 @@ if i32.const 0 i32.const 1792 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1516,7 +1520,7 @@ if i32.const 0 i32.const 1792 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-new.debug.wat b/tests/compiler/resolve-new.debug.wat index 9eda71d034..75e158d7ce 100644 --- a/tests/compiler/resolve-new.debug.wat +++ b/tests/compiler/resolve-new.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1010,25 +1010,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1053,8 +1058,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1074,7 +1079,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1107,7 +1112,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1163,11 +1168,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1313,8 +1318,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1350,7 +1356,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1679,7 +1685,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1981,8 +1987,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2122,7 +2129,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2142,7 +2149,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-new.release.wat b/tests/compiler/resolve-new.release.wat index 034458d330..6b37e50151 100644 --- a/tests/compiler/resolve-new.release.wat +++ b/tests/compiler/resolve-new.release.wat @@ -5,7 +5,7 @@ (type $none_=>_i32 (func (result i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -615,16 +615,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -649,7 +650,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -677,18 +678,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -698,10 +700,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -715,13 +717,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -800,8 +802,9 @@ i32.const 34240 i32.const 35812 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34240 global.set $~lib/rt/tlsf/ROOT @@ -1042,7 +1045,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1231,8 +1234,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1241,7 +1245,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1256,7 +1260,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-propertyaccess.debug.wat b/tests/compiler/resolve-propertyaccess.debug.wat index 9cc6d4635d..18abec093b 100644 --- a/tests/compiler/resolve-propertyaccess.debug.wat +++ b/tests/compiler/resolve-propertyaccess.debug.wat @@ -7,7 +7,7 @@ (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) @@ -1097,25 +1097,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 592 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1140,8 +1145,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1161,7 +1166,7 @@ if i32.const 0 i32.const 592 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1194,7 +1199,7 @@ if i32.const 0 i32.const 592 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1250,11 +1255,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1400,8 +1405,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1437,7 +1443,7 @@ if i32.const 0 i32.const 592 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1766,7 +1772,7 @@ if i32.const 256 i32.const 592 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2068,8 +2074,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2209,7 +2216,7 @@ if i32.const 0 i32.const 592 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2229,7 +2236,7 @@ if i32.const 0 i32.const 592 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-propertyaccess.release.wat b/tests/compiler/resolve-propertyaccess.release.wat index 5b4de87cd2..83043d29eb 100644 --- a/tests/compiler/resolve-propertyaccess.release.wat +++ b/tests/compiler/resolve-propertyaccess.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -650,16 +650,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1616 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -684,7 +685,7 @@ if i32.const 0 i32.const 1616 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -712,18 +713,19 @@ if i32.const 0 i32.const 1616 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -733,10 +735,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -750,13 +752,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -835,8 +837,9 @@ i32.const 36480 i32.const 38052 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 36480 global.set $~lib/rt/tlsf/ROOT @@ -1077,7 +1080,7 @@ if i32.const 0 i32.const 1616 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1312,7 +1315,7 @@ if i32.const 1280 i32.const 1616 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1391,8 +1394,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1402,7 +1406,7 @@ if i32.const 0 i32.const 1616 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1417,7 +1421,7 @@ if i32.const 0 i32.const 1616 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-ternary.debug.wat b/tests/compiler/resolve-ternary.debug.wat index d87cb1bb36..821f870592 100644 --- a/tests/compiler/resolve-ternary.debug.wat +++ b/tests/compiler/resolve-ternary.debug.wat @@ -5,14 +5,15 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $none_=>_none (func)) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) (type $i32_i64_i32_i64_i32_i64_i32_=>_i32 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) (type $f64_i32_=>_i32 (func (param f64 i32) (result i32))) (type $f64_=>_i32 (func (param f64) (result i32))) @@ -1104,25 +1105,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 592 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1147,8 +1153,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1168,7 +1174,7 @@ if i32.const 0 i32.const 592 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1201,7 +1207,7 @@ if i32.const 0 i32.const 592 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1257,11 +1263,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1407,8 +1413,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1444,7 +1451,7 @@ if i32.const 0 i32.const 592 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1773,7 +1780,7 @@ if i32.const 256 i32.const 592 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2075,8 +2082,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2216,7 +2224,7 @@ if i32.const 0 i32.const 592 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2236,7 +2244,7 @@ if i32.const 0 i32.const 592 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-ternary.release.wat b/tests/compiler/resolve-ternary.release.wat index 45c76465da..6cf4ecb8c6 100644 --- a/tests/compiler/resolve-ternary.release.wat +++ b/tests/compiler/resolve-ternary.release.wat @@ -4,9 +4,10 @@ (type $i32_=>_none (func (param i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i64_i64_i32_i64_=>_i32 (func (param i64 i64 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -655,16 +656,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1616 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -689,7 +691,7 @@ if i32.const 0 i32.const 1616 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -717,18 +719,19 @@ if i32.const 0 i32.const 1616 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -738,10 +741,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -755,13 +758,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -840,8 +843,9 @@ i32.const 37408 i32.const 38980 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 37408 global.set $~lib/rt/tlsf/ROOT @@ -1082,7 +1086,7 @@ if i32.const 0 i32.const 1616 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1317,7 +1321,7 @@ if i32.const 1280 i32.const 1616 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1396,8 +1400,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $3 local.get $4 @@ -1407,7 +1412,7 @@ if i32.const 0 i32.const 1616 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1422,7 +1427,7 @@ if i32.const 0 i32.const 1616 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-unary.debug.wat b/tests/compiler/resolve-unary.debug.wat index 0e9e365700..8050d737ca 100644 --- a/tests/compiler/resolve-unary.debug.wat +++ b/tests/compiler/resolve-unary.debug.wat @@ -6,7 +6,7 @@ (type $none_=>_none (func)) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) @@ -1097,25 +1097,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 592 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1140,8 +1145,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1161,7 +1166,7 @@ if i32.const 0 i32.const 592 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1194,7 +1199,7 @@ if i32.const 0 i32.const 592 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1250,11 +1255,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1400,8 +1405,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1437,7 +1443,7 @@ if i32.const 0 i32.const 592 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1766,7 +1772,7 @@ if i32.const 256 i32.const 592 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2068,8 +2074,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2209,7 +2216,7 @@ if i32.const 0 i32.const 592 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2229,7 +2236,7 @@ if i32.const 0 i32.const 592 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-unary.release.wat b/tests/compiler/resolve-unary.release.wat index deb8c2ad5e..c9f0c6ac9f 100644 --- a/tests/compiler/resolve-unary.release.wat +++ b/tests/compiler/resolve-unary.release.wat @@ -5,7 +5,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -676,16 +676,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1616 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -710,7 +711,7 @@ if i32.const 0 i32.const 1616 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -738,18 +739,19 @@ if i32.const 0 i32.const 1616 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -759,10 +761,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -776,13 +778,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -861,8 +863,9 @@ i32.const 36640 i32.const 38212 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 36640 global.set $~lib/rt/tlsf/ROOT @@ -1103,7 +1106,7 @@ if i32.const 0 i32.const 1616 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1338,7 +1341,7 @@ if i32.const 1280 i32.const 1616 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1417,8 +1420,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1428,7 +1432,7 @@ if i32.const 0 i32.const 1616 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1443,7 +1447,7 @@ if i32.const 0 i32.const 1616 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/return-unreachable.debug.wat b/tests/compiler/return-unreachable.debug.wat index 36a3e60ed0..d74a223b13 100644 --- a/tests/compiler/return-unreachable.debug.wat +++ b/tests/compiler/return-unreachable.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) @@ -1013,25 +1013,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 464 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1056,8 +1061,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1077,7 +1082,7 @@ if i32.const 0 i32.const 464 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1110,7 +1115,7 @@ if i32.const 0 i32.const 464 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1166,11 +1171,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1316,8 +1321,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1353,7 +1359,7 @@ if i32.const 0 i32.const 464 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1682,7 +1688,7 @@ if i32.const 128 i32.const 464 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1984,8 +1990,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2125,7 +2132,7 @@ if i32.const 0 i32.const 464 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2145,7 +2152,7 @@ if i32.const 0 i32.const 464 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/return-unreachable.release.wat b/tests/compiler/return-unreachable.release.wat index 2aa1b0654c..3242386a34 100644 --- a/tests/compiler/return-unreachable.release.wat +++ b/tests/compiler/return-unreachable.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -616,16 +616,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1488 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -650,7 +651,7 @@ if i32.const 0 i32.const 1488 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -678,18 +679,19 @@ if i32.const 0 i32.const 1488 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -699,10 +701,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -716,13 +718,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -801,8 +803,9 @@ i32.const 34336 i32.const 35908 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34336 global.set $~lib/rt/tlsf/ROOT @@ -1043,7 +1046,7 @@ if i32.const 0 i32.const 1488 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1278,7 +1281,7 @@ if i32.const 1152 i32.const 1488 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1357,8 +1360,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1368,7 +1372,7 @@ if i32.const 0 i32.const 1488 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1383,7 +1387,7 @@ if i32.const 0 i32.const 1488 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rt/alloc-large-memory.debug.wat b/tests/compiler/rt/alloc-large-memory.debug.wat new file mode 100644 index 0000000000..a2586176b7 --- /dev/null +++ b/tests/compiler/rt/alloc-large-memory.debug.wat @@ -0,0 +1,1539 @@ +(module + (type $i32_=>_i32 (func (param i32) (result i32))) + (type $i32_i32_=>_none (func (param i32 i32))) + (type $none_=>_none (func)) + (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/native/ASC_LOW_MEMORY_LIMIT i32 (i32.const 0)) + (global $~lib/memory/__data_end i32 (i32.const 140)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32908)) + (global $~lib/memory/__heap_base i32 (i32.const 32908)) + (memory $0 1) + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (table $0 1 1 funcref) + (elem $0 (i32.const 1)) + (export "memory" (memory $0)) + (start $~start) + (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) + local.get $this + local.get $flMap + i32.store $0 + ) + (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) + local.get $this + i32.load $0 + ) + (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) + local.get $this + local.get $mmInfo + i32.store $0 + ) + (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store $0 offset=4 + ) + (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) + local.get $this + local.get $next + i32.store $0 offset=8 + ) + (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) + local.get $this + i32.load $0 offset=4 + ) + (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) + local.get $this + i32.load $0 offset=8 + ) + (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) + local.get $this + i32.load $0 + ) + (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $6 i32) + (local $7 i32) + (local $boundedSize i32) + (local $prev i32) + (local $next i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $root|14 i32) + (local $fl|15 i32) + (local $sl|16 i32) + (local $head i32) + (local $root|18 i32) + (local $fl|19 i32) + (local $slMap i32) + (local $root|21 i32) + (local $fl|22 i32) + (local $slMap|23 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $6 + i32.const 1073741820 + local.tee $7 + local.get $6 + local.get $7 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/tlsf/Block#get:prev + local.set $prev + local.get $block + call $~lib/rt/tlsf/Block#get:next + local.set $next + local.get $prev + if + local.get $prev + local.get $next + call $~lib/rt/tlsf/Block#set:next + end + local.get $next + if + local.get $next + local.get $prev + call $~lib/rt/tlsf/Block#set:prev + end + local.get $block + block $~lib/rt/tlsf/GETHEAD|inlined.0 (result i32) + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.0 + end + i32.eq + if + local.get $root + local.set $root|14 + local.get $fl + local.set $fl|15 + local.get $sl + local.set $sl|16 + local.get $next + local.set $head + local.get $root|14 + local.get $fl|15 + i32.const 4 + i32.shl + local.get $sl|16 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store $0 offset=96 + local.get $next + i32.eqz + if + block $~lib/rt/tlsf/GETSL|inlined.0 (result i32) + local.get $root + local.set $root|18 + local.get $fl + local.set $fl|19 + local.get $root|18 + local.get $fl|19 + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=4 + br $~lib/rt/tlsf/GETSL|inlined.0 + end + local.set $slMap + local.get $root + local.set $root|21 + local.get $fl + local.set $fl|22 + local.get $slMap + i32.const 1 + local.get $sl + i32.shl + i32.const -1 + i32.xor + i32.and + local.tee $slMap + local.set $slMap|23 + local.get $root|21 + local.get $fl|22 + i32.const 2 + i32.shl + i32.add + local.get $slMap|23 + i32.store $0 offset=4 + local.get $slMap + i32.eqz + if + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.const -1 + i32.xor + i32.and + call $~lib/rt/tlsf/Root#set:flMap + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $block|3 i32) + (local $right i32) + (local $rightInfo i32) + (local $block|6 i32) + (local $block|7 i32) + (local $left i32) + (local $leftInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $13 i32) + (local $14 i32) + (local $boundedSize i32) + (local $root|16 i32) + (local $fl|17 i32) + (local $sl|18 i32) + (local $head i32) + (local $root|20 i32) + (local $fl|21 i32) + (local $sl|22 i32) + (local $head|23 i32) + (local $root|24 i32) + (local $fl|25 i32) + (local $root|26 i32) + (local $fl|27 i32) + (local $slMap i32) + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETRIGHT|inlined.0 (result i32) + local.get $block + local.set $block|3 + local.get $block|3 + i32.const 4 + i32.add + local.get $block|3 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.0 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + local.get $rightInfo + i32.const 1 + i32.and + if + local.get $root + local.get $right + call $~lib/rt/tlsf/removeBlock + local.get $block + local.get $blockInfo + i32.const 4 + i32.add + local.get $rightInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.1 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.1 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + end + local.get $blockInfo + i32.const 2 + i32.and + if + block $~lib/rt/tlsf/GETFREELEFT|inlined.0 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.sub + i32.load $0 + br $~lib/rt/tlsf/GETFREELEFT|inlined.0 + end + local.set $left + local.get $left + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $leftInfo + i32.const 1 + drop + local.get $leftInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $left + call $~lib/rt/tlsf/removeBlock + local.get $left + local.set $block + local.get $block + local.get $leftInfo + i32.const 4 + i32.add + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + end + local.get $right + local.get $rightInfo + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + drop + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.get $right + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $right + i32.const 4 + i32.sub + local.get $block + i32.store $0 + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $13 + i32.const 1073741820 + local.tee $14 + local.get $13 + local.get $14 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.1 (result i32) + local.get $root + local.set $root|16 + local.get $fl + local.set $fl|17 + local.get $sl + local.set $sl|18 + local.get $root|16 + local.get $fl|17 + i32.const 4 + i32.shl + local.get $sl|18 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.1 + end + local.set $head + local.get $block + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $block + local.get $head + call $~lib/rt/tlsf/Block#set:next + local.get $head + if + local.get $head + local.get $block + call $~lib/rt/tlsf/Block#set:prev + end + local.get $root + local.set $root|20 + local.get $fl + local.set $fl|21 + local.get $sl + local.set $sl|22 + local.get $block + local.set $head|23 + local.get $root|20 + local.get $fl|21 + i32.const 4 + i32.shl + local.get $sl|22 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head|23 + i32.store $0 offset=96 + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.or + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|26 + local.get $fl + local.set $fl|27 + block $~lib/rt/tlsf/GETSL|inlined.1 (result i32) + local.get $root + local.set $root|24 + local.get $fl + local.set $fl|25 + local.get $root|24 + local.get $fl|25 + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=4 + br $~lib/rt/tlsf/GETSL|inlined.1 + end + i32.const 1 + local.get $sl + i32.shl + i32.or + local.set $slMap + local.get $root|26 + local.get $fl|27 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store $0 offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) + (local $tail i32) + (local $tailInfo i32) + (local $size i32) + (local $leftSize i32) + (local $left i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end + i32.const 1 + drop + local.get $start + i64.extend_i32_u + local.get $endU64 + i64.le_u + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 378 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + local.set $start + local.get $end + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $end + block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) + local.get $root + local.set $root|4 + local.get $root|4 + i32.load $0 offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.0 + end + local.set $tail + i32.const 0 + local.set $tailInfo + local.get $tail + if + i32.const 1 + drop + local.get $start + local.get $tail + i32.const 4 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 385 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 16 + i32.sub + local.get $tail + i32.eq + if + local.get $start + i32.const 16 + i32.sub + local.set $start + local.get $tail + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $tailInfo + else + nop + end + else + i32.const 1 + drop + local.get $start + local.get $root + i32.const 1572 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 398 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $end + local.get $start + i32.sub + local.set $size + local.get $size + i32.const 4 + i32.const 12 + i32.add + i32.const 4 + i32.add + i32.lt_u + if + i32.const 0 + return + end + local.get $size + i32.const 2 + i32.const 4 + i32.mul + i32.sub + local.set $leftSize + local.get $start + local.set $left + local.get $left + local.get $leftSize + i32.const 1 + i32.or + local.get $tailInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:next + local.get $start + i32.const 4 + i32.add + local.get $leftSize + i32.add + local.set $tail + local.get $tail + i32.const 0 + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.set $root|10 + local.get $tail + local.set $tail|11 + local.get $root|10 + local.get $tail|11 + i32.store $0 offset=1568 + local.get $root + local.get $left + call $~lib/rt/tlsf/insertBlock + i32.const 1 + return + ) + (func $~lib/rt/tlsf/initialize + (local $rootOffset i32) + (local $pagesBefore i32) + (local $pagesNeeded i32) + (local $root i32) + (local $root|4 i32) + (local $tail i32) + (local $fl i32) + (local $root|7 i32) + (local $fl|8 i32) + (local $slMap i32) + (local $sl i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $head i32) + (local $memStart i32) + i32.const 0 + drop + global.get $~lib/memory/__heap_base + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $rootOffset + memory.size $0 + local.set $pagesBefore + local.get $rootOffset + i32.const 1572 + 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 $pagesNeeded + local.get $pagesNeeded + local.get $pagesBefore + i32.gt_s + if (result i32) + local.get $pagesNeeded + local.get $pagesBefore + i32.sub + memory.grow $0 + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + local.get $rootOffset + local.set $root + local.get $root + i32.const 0 + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|4 + i32.const 0 + local.set $tail + local.get $root|4 + local.get $tail + i32.store $0 offset=1568 + i32.const 0 + local.set $fl + loop $for-loop|0 + local.get $fl + i32.const 23 + i32.lt_u + if + local.get $root + local.set $root|7 + local.get $fl + local.set $fl|8 + i32.const 0 + local.set $slMap + local.get $root|7 + local.get $fl|8 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store $0 offset=4 + i32.const 0 + local.set $sl + loop $for-loop|1 + local.get $sl + i32.const 16 + i32.lt_u + if + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + i32.const 0 + local.set $head + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store $0 offset=96 + local.get $sl + i32.const 1 + i32.add + local.set $sl + br $for-loop|1 + end + end + local.get $fl + i32.const 1 + i32.add + local.set $fl + br $for-loop|0 + end + end + local.get $rootOffset + i32.const 1572 + i32.add + local.set $memStart + i32.const 0 + drop + local.get $root + local.get $memStart + memory.size $0 + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + local.get $root + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/tlsf/computeSize (param $size i32) (result i32) + local.get $size + i32.const 12 + i32.le_u + if (result i32) + i32.const 12 + else + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + end + return + ) + (func $~lib/rt/tlsf/prepareSize (param $size i32) (result i32) + local.get $size + i32.const 1073741820 + i32.gt_u + if + i32.const 96 + i32.const 32 + i32.const 459 + i32.const 29 + call $~lib/builtins/abort + unreachable + end + local.get $size + call $~lib/rt/tlsf/computeSize + return + ) + (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) + (local $fl i32) + (local $sl i32) + (local $requestSize i32) + (local $root|5 i32) + (local $fl|6 i32) + (local $slMap i32) + (local $head i32) + (local $flMap i32) + (local $root|10 i32) + (local $fl|11 i32) + (local $root|12 i32) + (local $fl|13 i32) + (local $sl|14 i32) + (local $root|15 i32) + (local $fl|16 i32) + (local $sl|17 i32) + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + local.set $requestSize + i32.const 31 + local.get $requestSize + i32.clz + i32.sub + local.set $fl + local.get $requestSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 330 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETSL|inlined.2 (result i32) + local.get $root + local.set $root|5 + local.get $fl + local.set $fl|6 + local.get $root|5 + local.get $fl|6 + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=4 + br $~lib/rt/tlsf/GETSL|inlined.2 + end + i32.const 0 + i32.const -1 + i32.xor + local.get $sl + i32.shl + i32.and + local.set $slMap + i32.const 0 + local.set $head + local.get $slMap + i32.eqz + if + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 0 + i32.const -1 + i32.xor + local.get $fl + i32.const 1 + i32.add + i32.shl + i32.and + local.set $flMap + local.get $flMap + i32.eqz + if + i32.const 0 + local.set $head + else + local.get $flMap + i32.ctz + local.set $fl + block $~lib/rt/tlsf/GETSL|inlined.3 (result i32) + local.get $root + local.set $root|10 + local.get $fl + local.set $fl|11 + local.get $root|10 + local.get $fl|11 + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=4 + br $~lib/rt/tlsf/GETSL|inlined.3 + end + local.set $slMap + i32.const 1 + drop + local.get $slMap + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 343 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.2 (result i32) + local.get $root + local.set $root|12 + local.get $fl + local.set $fl|13 + local.get $slMap + i32.ctz + local.set $sl|14 + local.get $root|12 + local.get $fl|13 + i32.const 4 + i32.shl + local.get $sl|14 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.2 + end + local.set $head + end + else + block $~lib/rt/tlsf/GETHEAD|inlined.3 (result i32) + local.get $root + local.set $root|15 + local.get $fl + local.set $fl|16 + local.get $slMap + i32.ctz + local.set $sl|17 + local.get $root|15 + local.get $fl|16 + i32.const 4 + i32.shl + local.get $sl|17 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.3 + end + local.set $head + end + local.get $head + return + ) + (func $~lib/rt/tlsf/growMemory (param $root i32) (param $size i32) + (local $pagesBefore i32) + (local $root|3 i32) + (local $pagesNeeded i32) + (local $5 i32) + (local $6 i32) + (local $pagesWanted i32) + (local $pagesAfter i32) + i32.const 0 + drop + local.get $size + i32.const 536870910 + i32.lt_u + if + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.const 1 + i32.sub + i32.add + local.set $size + end + memory.size $0 + local.set $pagesBefore + local.get $size + i32.const 4 + local.get $pagesBefore + i32.const 16 + i32.shl + i32.const 4 + i32.sub + block $~lib/rt/tlsf/GETTAIL|inlined.1 (result i32) + local.get $root + local.set $root|3 + local.get $root|3 + i32.load $0 offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.1 + end + i32.ne + i32.shl + i32.add + local.set $size + local.get $size + i32.const 65535 + i32.add + i32.const 65535 + i32.const -1 + i32.xor + i32.and + i32.const 16 + i32.shr_u + local.set $pagesNeeded + local.get $pagesBefore + local.tee $5 + local.get $pagesNeeded + local.tee $6 + local.get $5 + local.get $6 + i32.gt_s + select + local.set $pagesWanted + local.get $pagesWanted + memory.grow $0 + i32.const 0 + i32.lt_s + if + local.get $pagesNeeded + memory.grow $0 + i32.const 0 + i32.lt_s + if + unreachable + end + end + memory.size $0 + local.set $pagesAfter + local.get $root + local.get $pagesBefore + i32.const 16 + i32.shl + local.get $pagesAfter + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + ) + (func $~lib/rt/tlsf/prepareBlock (param $root i32) (param $block i32) (param $size i32) + (local $blockInfo i32) + (local $remaining i32) + (local $spare i32) + (local $block|6 i32) + (local $block|7 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.and + i32.eqz + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 357 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $size + i32.sub + local.set $remaining + local.get $remaining + i32.const 4 + i32.const 12 + i32.add + i32.ge_u + if + local.get $block + local.get $size + local.get $blockInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.set $spare + local.get $spare + local.get $remaining + i32.const 4 + i32.sub + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $spare + call $~lib/rt/tlsf/insertBlock + else + local.get $block + local.get $blockInfo + i32.const 1 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.3 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.add + local.get $block|7 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.3 + end + block $~lib/rt/tlsf/GETRIGHT|inlined.2 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.2 + end + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 2 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + end + ) + (func $~lib/rt/tlsf/allocateBlock (param $root i32) (param $size i32) (result i32) + (local $payloadSize i32) + (local $block i32) + local.get $size + call $~lib/rt/tlsf/prepareSize + local.set $payloadSize + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + local.get $block + i32.eqz + if + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/growMemory + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 497 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + i32.const 1 + drop + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $payloadSize + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 499 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $block + call $~lib/rt/tlsf/removeBlock + local.get $root + local.get $block + local.get $payloadSize + call $~lib/rt/tlsf/prepareBlock + i32.const 0 + drop + local.get $block + return + ) + (func $~lib/rt/tlsf/__alloc (param $size i32) (result i32) + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $size + call $~lib/rt/tlsf/allocateBlock + i32.const 4 + i32.add + return + ) + (func $~lib/memory/heap.alloc (param $size i32) (result i32) + local.get $size + call $~lib/rt/tlsf/__alloc + return + ) + (func $start:rt/alloc-large-memory + (local $i i32) + loop $while-continue|0 + memory.size $0 + i32.const 128 + i32.ne + if + i32.const 32 + i32.const 1024 + i32.mul + call $~lib/memory/heap.alloc + drop + br $while-continue|0 + end + end + i32.const 0 + local.set $i + loop $for-loop|1 + local.get $i + i32.const 32763 + i32.lt_s + if + i32.const 64 + i32.const 1024 + i32.mul + call $~lib/memory/heap.alloc + drop + local.get $i + i32.const 1 + i32.add + local.set $i + br $for-loop|1 + end + end + ) + (func $~start + call $start:rt/alloc-large-memory + ) +) diff --git a/tests/compiler/rt/alloc-large-memory.json b/tests/compiler/rt/alloc-large-memory.json new file mode 100644 index 0000000000..ea57a955e1 --- /dev/null +++ b/tests/compiler/rt/alloc-large-memory.json @@ -0,0 +1,3 @@ +{ + "asc_flags": [] +} diff --git a/tests/compiler/rt/alloc-large-memory.release.wat b/tests/compiler/rt/alloc-large-memory.release.wat new file mode 100644 index 0000000000..52be1f0c56 --- /dev/null +++ b/tests/compiler/rt/alloc-large-memory.release.wat @@ -0,0 +1,959 @@ +(module + (type $i32_i32_=>_none (func (param i32 i32))) + (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $i32_=>_none (func (param i32))) + (type $none_=>_none (func)) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (memory $0 1) + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (export "memory" (memory $0)) + (start $~start) + (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $1 + i32.load $0 + local.tee $2 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1056 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $2 + i32.const -4 + i32.and + local.tee $2 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1056 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $2 + i32.const 256 + i32.lt_u + if (result i32) + local.get $2 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $2 + local.get $2 + i32.const 1073741820 + i32.ge_u + select + local.tee $2 + i32.clz + i32.sub + local.tee $4 + i32.const 7 + i32.sub + local.set $3 + local.get $2 + local.get $4 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $2 + i32.const 16 + i32.lt_u + local.get $3 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1056 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load $0 offset=8 + local.set $5 + local.get $1 + i32.load $0 offset=4 + local.tee $4 + if + local.get $4 + local.get $5 + i32.store $0 offset=8 + end + local.get $5 + if + local.get $5 + local.get $4 + i32.store $0 offset=4 + end + local.get $1 + local.get $0 + local.get $3 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=96 + i32.eq + if + local.get $0 + local.get $3 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $5 + i32.store $0 offset=96 + local.get $5 + i32.eqz + if + local.get $0 + local.get $3 + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load $0 offset=4 + i32.const -2 + local.get $2 + i32.rotl + i32.and + local.set $2 + local.get $1 + local.get $2 + i32.store $0 offset=4 + local.get $2 + i32.eqz + if + local.get $0 + local.get $0 + i32.load $0 + i32.const -2 + local.get $3 + i32.rotl + i32.and + i32.store $0 + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + local.get $1 + i32.eqz + if + i32.const 0 + i32.const 1056 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load $0 + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1056 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load $0 + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load $0 + local.tee $2 + i32.const 1 + i32.and + if + local.get $0 + local.get $4 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $3 + i32.const 4 + i32.add + local.get $2 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store $0 + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load $0 + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load $0 + local.set $2 + end + local.get $3 + i32.const 2 + i32.and + if + local.get $1 + i32.const 4 + i32.sub + i32.load $0 + local.tee $1 + i32.load $0 + local.tee $6 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1056 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $1 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $6 + i32.const 4 + i32.add + local.get $3 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store $0 + end + local.get $4 + local.get $2 + i32.const 2 + i32.or + i32.store $0 + local.get $3 + i32.const -4 + i32.and + local.tee $2 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1056 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $1 + i32.const 4 + i32.add + local.get $2 + i32.add + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + i32.const 4 + i32.sub + local.get $1 + i32.store $0 + local.get $2 + i32.const 256 + i32.lt_u + if (result i32) + local.get $2 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $2 + local.get $2 + i32.const 1073741820 + i32.ge_u + select + local.tee $2 + i32.clz + i32.sub + local.tee $3 + i32.const 7 + i32.sub + local.set $5 + local.get $2 + local.get $3 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $2 + i32.const 16 + i32.lt_u + local.get $5 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1056 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=96 + local.set $3 + local.get $1 + i32.const 0 + i32.store $0 offset=4 + local.get $1 + local.get $3 + i32.store $0 offset=8 + local.get $3 + if + local.get $3 + local.get $1 + i32.store $0 offset=4 + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $1 + i32.store $0 offset=96 + local.get $0 + local.get $0 + i32.load $0 + i32.const 1 + local.get $5 + i32.shl + i32.or + i32.store $0 + local.get $0 + local.get $5 + i32.const 2 + i32.shl + i32.add + local.tee $0 + local.get $0 + i32.load $0 offset=4 + i32.const 1 + local.get $2 + i32.shl + i32.or + i32.store $0 offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) + (local $3 i32) + (local $4 i32) + local.get $2 + local.get $1 + i64.extend_i32_u + i64.lt_u + if + i32.const 0 + i32.const 1056 + i32.const 378 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + local.set $1 + local.get $0 + i32.load $0 offset=1568 + local.tee $4 + if + local.get $4 + i32.const 4 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1056 + i32.const 385 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 16 + i32.sub + local.get $4 + i32.eq + if + local.get $4 + i32.load $0 + local.set $3 + local.get $1 + i32.const 16 + i32.sub + local.set $1 + end + else + local.get $0 + i32.const 1572 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1056 + i32.const 398 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $2 + i32.wrap_i64 + i32.const -16 + i32.and + local.get $1 + i32.sub + local.tee $4 + i32.const 20 + i32.lt_u + if + return + end + local.get $1 + local.get $3 + i32.const 2 + i32.and + local.get $4 + i32.const 8 + i32.sub + local.tee $3 + i32.const 1 + i32.or + i32.or + i32.store $0 + local.get $1 + i32.const 0 + i32.store $0 offset=4 + local.get $1 + i32.const 0 + i32.store $0 offset=8 + local.get $1 + i32.const 4 + i32.add + local.get $3 + i32.add + local.tee $3 + i32.const 2 + i32.store $0 + local.get $0 + local.get $3 + i32.store $0 offset=1568 + local.get $0 + local.get $1 + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + local.get $1 + i32.const 256 + i32.lt_u + if (result i32) + local.get $1 + i32.const 4 + i32.shr_u + else + i32.const 31 + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $1 + local.get $1 + i32.const 536870910 + i32.lt_u + select + local.tee $1 + i32.clz + i32.sub + local.tee $3 + i32.const 7 + i32.sub + local.set $2 + local.get $1 + local.get $3 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $1 + i32.const 16 + i32.lt_u + local.get $2 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1056 + i32.const 330 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=4 + i32.const -1 + local.get $1 + i32.shl + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + local.get $2 + i32.const 4 + i32.shl + i32.add + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=96 + else + local.get $0 + i32.load $0 + i32.const -1 + local.get $2 + i32.const 1 + i32.add + i32.shl + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + local.tee $1 + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=4 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1056 + i32.const 343 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.ctz + local.get $1 + i32.const 4 + i32.shl + i32.add + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=96 + else + i32.const 0 + end + end + ) + (func $~lib/memory/heap.alloc (param $0 i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + memory.size $0 + local.tee $2 + i32.const 0 + i32.le_s + if (result i32) + i32.const 1 + local.get $2 + i32.sub + memory.grow $0 + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + i32.const 33936 + i32.const 0 + i32.store $0 + i32.const 35504 + i32.const 0 + i32.store $0 + loop $for-loop|0 + local.get $1 + i32.const 23 + i32.lt_u + if + local.get $1 + i32.const 2 + i32.shl + i32.const 33936 + i32.add + i32.const 0 + i32.store $0 offset=4 + i32.const 0 + local.set $2 + loop $for-loop|1 + local.get $2 + i32.const 16 + i32.lt_u + if + local.get $1 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.const 33936 + i32.add + i32.const 0 + i32.store $0 offset=96 + local.get $2 + i32.const 1 + i32.add + local.set $2 + br $for-loop|1 + end + end + local.get $1 + i32.const 1 + i32.add + local.set $1 + br $for-loop|0 + end + end + i32.const 33936 + i32.const 35508 + memory.size $0 + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + i32.const 33936 + global.set $~lib/rt/tlsf/ROOT + end + global.get $~lib/rt/tlsf/ROOT + local.set $3 + local.get $0 + i32.const 1073741820 + i32.gt_u + if + i32.const 1120 + i32.const 1056 + i32.const 459 + i32.const 29 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const 12 + local.get $0 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + local.get $0 + i32.const 12 + i32.le_u + select + local.tee $0 + call $~lib/rt/tlsf/searchBlock + local.tee $1 + i32.eqz + if + memory.size $0 + local.tee $1 + i32.const 4 + local.get $3 + i32.load $0 offset=1568 + local.get $1 + i32.const 16 + i32.shl + i32.const 4 + i32.sub + i32.ne + i32.shl + local.get $0 + i32.const 1 + i32.const 27 + local.get $0 + i32.clz + i32.sub + i32.shl + i32.const 1 + i32.sub + i32.add + local.get $0 + local.get $0 + i32.const 536870910 + i32.lt_u + select + i32.add + i32.const 65535 + i32.add + i32.const -65536 + i32.and + i32.const 16 + i32.shr_u + local.tee $2 + local.get $1 + local.get $2 + i32.gt_s + select + memory.grow $0 + i32.const 0 + i32.lt_s + if + local.get $2 + memory.grow $0 + i32.const 0 + i32.lt_s + if + unreachable + end + end + local.get $3 + local.get $1 + i32.const 16 + i32.shl + memory.size $0 + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + local.get $3 + local.get $0 + call $~lib/rt/tlsf/searchBlock + local.tee $1 + i32.eqz + if + i32.const 0 + i32.const 1056 + i32.const 497 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + local.get $0 + local.get $1 + i32.load $0 + i32.const -4 + i32.and + i32.gt_u + if + i32.const 0 + i32.const 1056 + i32.const 499 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + local.get $1 + call $~lib/rt/tlsf/removeBlock + local.get $1 + i32.load $0 + local.set $2 + local.get $0 + i32.const 4 + i32.add + i32.const 15 + i32.and + if + i32.const 0 + i32.const 1056 + i32.const 357 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $2 + i32.const -4 + i32.and + local.get $0 + i32.sub + local.tee $4 + i32.const 16 + i32.ge_u + if + local.get $1 + local.get $0 + local.get $2 + i32.const 2 + i32.and + i32.or + i32.store $0 + local.get $1 + i32.const 4 + i32.add + local.get $0 + i32.add + local.tee $0 + local.get $4 + i32.const 4 + i32.sub + i32.const 1 + i32.or + i32.store $0 + local.get $3 + local.get $0 + call $~lib/rt/tlsf/insertBlock + else + local.get $1 + local.get $2 + i32.const -2 + i32.and + i32.store $0 + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load $0 + i32.const -4 + i32.and + i32.add + local.tee $0 + local.get $0 + i32.load $0 + i32.const -3 + i32.and + i32.store $0 + end + ) + (func $~start + (local $0 i32) + loop $while-continue|0 + memory.size $0 + i32.const 128 + i32.ne + if + i32.const 32768 + call $~lib/memory/heap.alloc + br $while-continue|0 + end + end + loop $for-loop|1 + local.get $0 + i32.const 32763 + i32.lt_s + if + i32.const 65536 + call $~lib/memory/heap.alloc + local.get $0 + i32.const 1 + i32.add + local.set $0 + br $for-loop|1 + end + end + ) +) diff --git a/tests/compiler/rt/alloc-large-memory.ts b/tests/compiler/rt/alloc-large-memory.ts new file mode 100644 index 0000000000..60af92d558 --- /dev/null +++ b/tests/compiler/rt/alloc-large-memory.ts @@ -0,0 +1,7 @@ +while (memory.size() != 128) { + heap.alloc(32 * 1024); +} + +for (let i = 0; i < 32763; i++) { + heap.alloc(64 * 1024); +} diff --git a/tests/compiler/rt/finalize.debug.wat b/tests/compiler/rt/finalize.debug.wat index 3120ff98cd..06dbe11c5e 100644 --- a/tests/compiler/rt/finalize.debug.wat +++ b/tests/compiler/rt/finalize.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $rt/finalize/expect (mut i32) (i32.const 0)) @@ -1029,25 +1029,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 416 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1072,8 +1077,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1093,7 +1098,7 @@ if i32.const 0 i32.const 416 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1126,7 +1131,7 @@ if i32.const 0 i32.const 416 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1182,11 +1187,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1332,8 +1337,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1369,7 +1375,7 @@ if i32.const 0 i32.const 416 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1702,7 +1708,7 @@ if i32.const 32 i32.const 416 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2004,8 +2010,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2145,7 +2152,7 @@ if i32.const 0 i32.const 416 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2165,7 +2172,7 @@ if i32.const 0 i32.const 416 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rt/finalize.release.wat b/tests/compiler/rt/finalize.release.wat index 57655f0663..eb2ad2c237 100644 --- a/tests/compiler/rt/finalize.release.wat +++ b/tests/compiler/rt/finalize.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $rt/finalize/expect (mut i32) (i32.const 0)) @@ -613,16 +613,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1440 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -647,7 +648,7 @@ if i32.const 0 i32.const 1440 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -675,18 +676,19 @@ if i32.const 0 i32.const 1440 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -696,10 +698,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -713,13 +715,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -798,8 +800,9 @@ i32.const 34288 i32.const 35860 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34288 global.set $~lib/rt/tlsf/ROOT @@ -1055,7 +1058,7 @@ if i32.const 0 i32.const 1440 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1244,8 +1247,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1254,7 +1258,7 @@ if i32.const 0 i32.const 1440 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1269,7 +1273,7 @@ if i32.const 0 i32.const 1440 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rt/runtime-incremental-export.debug.wat b/tests/compiler/rt/runtime-incremental-export.debug.wat index 50847867ba..8f69345eb5 100644 --- a/tests/compiler/rt/runtime-incremental-export.debug.wat +++ b/tests/compiler/rt/runtime-incremental-export.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1016,25 +1016,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1059,8 +1064,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1080,7 +1085,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1113,7 +1118,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1169,11 +1174,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1319,8 +1324,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1356,7 +1362,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1685,7 +1691,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1987,8 +1993,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2128,7 +2135,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2148,7 +2155,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rt/runtime-incremental-export.release.wat b/tests/compiler/rt/runtime-incremental-export.release.wat index e5173b207f..caf4fb6744 100644 --- a/tests/compiler/rt/runtime-incremental-export.release.wat +++ b/tests/compiler/rt/runtime-incremental-export.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -625,16 +625,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -659,7 +660,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -687,18 +688,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -708,10 +710,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -725,13 +727,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -810,8 +812,9 @@ i32.const 34368 i32.const 35940 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34368 global.set $~lib/rt/tlsf/ROOT @@ -1052,7 +1055,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1287,7 +1290,7 @@ if i32.const 1056 i32.const 1392 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1366,8 +1369,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1377,7 +1381,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1392,7 +1396,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rt/runtime-minimal-export.debug.wat b/tests/compiler/rt/runtime-minimal-export.debug.wat index d3a1d72a38..54358318b2 100644 --- a/tests/compiler/rt/runtime-minimal-export.debug.wat +++ b/tests/compiler/rt/runtime-minimal-export.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/native/ASC_LOW_MEMORY_LIMIT i32 (i32.const 0)) @@ -672,25 +672,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 160 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -715,8 +720,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -736,7 +741,7 @@ if i32.const 0 i32.const 160 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -769,7 +774,7 @@ if i32.const 0 i32.const 160 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -825,11 +830,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -975,8 +980,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1010,7 +1016,7 @@ if i32.const 32 i32.const 160 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1312,8 +1318,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -1453,7 +1460,7 @@ if i32.const 0 i32.const 160 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1473,7 +1480,7 @@ if i32.const 0 i32.const 160 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable @@ -1784,7 +1791,7 @@ if i32.const 0 i32.const 160 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rt/runtime-minimal-export.release.wat b/tests/compiler/rt/runtime-minimal-export.release.wat index 6fc83cd5ae..75dd8c40f7 100644 --- a/tests/compiler/rt/runtime-minimal-export.release.wat +++ b/tests/compiler/rt/runtime-minimal-export.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_=>_i32 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) @@ -432,16 +432,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1184 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -466,7 +467,7 @@ if i32.const 0 i32.const 1184 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -494,18 +495,19 @@ if i32.const 0 i32.const 1184 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -515,10 +517,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -532,13 +534,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -617,8 +619,9 @@ i32.const 1488 i32.const 3060 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 1488 global.set $~lib/rt/tlsf/ROOT @@ -782,7 +785,7 @@ if i32.const 1056 i32.const 1184 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -861,8 +864,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -872,7 +876,7 @@ if i32.const 0 i32.const 1184 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -887,7 +891,7 @@ if i32.const 0 i32.const 1184 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable @@ -1334,7 +1338,7 @@ if i32.const 0 i32.const 1184 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/simd.debug.wat b/tests/compiler/simd.debug.wat index d87774a37c..6e5e3bd2ff 100644 --- a/tests/compiler/simd.debug.wat +++ b/tests/compiler/simd.debug.wat @@ -6,9 +6,10 @@ (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_v128 (func (param i32 i32 i32) (result v128))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $none_=>_v128 (func (result v128))) (type $v128_=>_v128 (func (param v128) (result v128))) (type $i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_=>_v128 (func (param i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32) (result v128))) @@ -1048,25 +1049,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 416 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1091,8 +1097,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1112,7 +1118,7 @@ if i32.const 0 i32.const 416 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1145,7 +1151,7 @@ if i32.const 0 i32.const 416 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1201,11 +1207,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1351,8 +1357,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1388,7 +1395,7 @@ if i32.const 0 i32.const 416 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1717,7 +1724,7 @@ if i32.const 80 i32.const 416 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2019,8 +2026,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2160,7 +2168,7 @@ if i32.const 0 i32.const 416 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2180,7 +2188,7 @@ if i32.const 0 i32.const 416 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/simd.release.wat b/tests/compiler/simd.release.wat index 780bde5cc6..f21a01e086 100644 --- a/tests/compiler/simd.release.wat +++ b/tests/compiler/simd.release.wat @@ -5,7 +5,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $v128_=>_v128 (func (param v128) (result v128))) @@ -641,16 +641,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1440 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -675,7 +676,7 @@ if i32.const 0 i32.const 1440 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -703,18 +704,19 @@ if i32.const 0 i32.const 1440 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -724,10 +726,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -741,13 +743,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -826,8 +828,9 @@ i32.const 34384 i32.const 35956 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34384 global.set $~lib/rt/tlsf/ROOT @@ -869,7 +872,7 @@ if i32.const 0 i32.const 1440 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1241,7 +1244,7 @@ if i32.const 1104 i32.const 1440 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1320,8 +1323,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $0 local.get $3 @@ -1331,7 +1335,7 @@ if i32.const 0 i32.const 1440 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1346,7 +1350,7 @@ if i32.const 0 i32.const 1440 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/array-literal.debug.wat b/tests/compiler/std/array-literal.debug.wat index 2874205105..0deecacc2b 100644 --- a/tests/compiler/std/array-literal.debug.wat +++ b/tests/compiler/std/array-literal.debug.wat @@ -6,8 +6,9 @@ (type $none_=>_none (func)) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $std/array-literal/staticArrayI8 i32 (i32.const 64)) @@ -1044,25 +1045,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 720 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1087,8 +1093,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1108,7 +1114,7 @@ if i32.const 0 i32.const 720 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1141,7 +1147,7 @@ if i32.const 0 i32.const 720 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1197,11 +1203,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1347,8 +1353,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1384,7 +1391,7 @@ if i32.const 0 i32.const 720 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1713,7 +1720,7 @@ if i32.const 448 i32.const 720 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2015,8 +2022,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2156,7 +2164,7 @@ if i32.const 0 i32.const 720 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2176,7 +2184,7 @@ if i32.const 0 i32.const 720 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/array-literal.release.wat b/tests/compiler/std/array-literal.release.wat index f62ec51b13..ae18a3e5d8 100644 --- a/tests/compiler/std/array-literal.release.wat +++ b/tests/compiler/std/array-literal.release.wat @@ -1,11 +1,12 @@ (module - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_=>_none (func (param i32))) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $none_=>_none (func)) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -670,16 +671,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1744 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -704,7 +706,7 @@ if i32.const 0 i32.const 1744 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -732,18 +734,19 @@ if i32.const 0 i32.const 1744 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -753,10 +756,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -770,13 +773,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -855,8 +858,9 @@ i32.const 34656 i32.const 36228 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34656 global.set $~lib/rt/tlsf/ROOT @@ -1097,7 +1101,7 @@ if i32.const 0 i32.const 1744 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1332,7 +1336,7 @@ if i32.const 1472 i32.const 1744 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1411,8 +1415,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1422,7 +1427,7 @@ if i32.const 0 i32.const 1744 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1437,7 +1442,7 @@ if i32.const 0 i32.const 1744 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/array.debug.wat b/tests/compiler/std/array.debug.wat index 7242a92bad..c369626cc6 100644 --- a/tests/compiler/std/array.debug.wat +++ b/tests/compiler/std/array.debug.wat @@ -22,6 +22,7 @@ (type $i32_f32_i32_i32_=>_i32 (func (param i32 f32 i32 i32) (result i32))) (type $i32_f32_i32_=>_i32 (func (param i32 f32 i32) (result i32))) (type $i32_f64_i32_=>_i32 (func (param i32 f64 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_f32_i32_i32_=>_none (func (param i32 i32 f32 i32 i32))) (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) @@ -1353,25 +1354,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 464 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1396,8 +1402,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1417,7 +1423,7 @@ if i32.const 0 i32.const 464 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1450,7 +1456,7 @@ if i32.const 0 i32.const 464 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1506,11 +1512,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1656,8 +1662,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1693,7 +1700,7 @@ if i32.const 0 i32.const 464 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -2022,7 +2029,7 @@ if i32.const 128 i32.const 464 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2324,8 +2331,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2465,7 +2473,7 @@ if i32.const 0 i32.const 464 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2485,7 +2493,7 @@ if i32.const 0 i32.const 464 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/array.release.wat b/tests/compiler/std/array.release.wat index 953facc96e..a4ec0c631e 100644 --- a/tests/compiler/std/array.release.wat +++ b/tests/compiler/std/array.release.wat @@ -17,6 +17,7 @@ (type $i32_i32_i32_=>_f32 (func (param i32 i32 i32) (result f32))) (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) (type $i32_i64_=>_i32 (func (param i32 i64) (result i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_i64_i64_i32_i64_i32_=>_i32 (func (param i32 i64 i64 i32 i64 i32) (result i32))) (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) (type $i32_f32_i32_i32_=>_none (func (param i32 f32 i32 i32))) @@ -1265,16 +1266,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1488 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1299,7 +1301,7 @@ if i32.const 0 i32.const 1488 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1327,18 +1329,19 @@ if i32.const 0 i32.const 1488 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -1348,10 +1351,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -1365,13 +1368,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -1450,8 +1453,9 @@ i32.const 48960 i32.const 50532 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 48960 global.set $~lib/rt/tlsf/ROOT @@ -1493,7 +1497,7 @@ if i32.const 0 i32.const 1488 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1865,7 +1869,7 @@ if i32.const 1152 i32.const 1488 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1944,8 +1948,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $0 local.get $3 @@ -1955,7 +1960,7 @@ if i32.const 0 i32.const 1488 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1970,7 +1975,7 @@ if i32.const 0 i32.const 1488 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/arraybuffer.debug.wat b/tests/compiler/std/arraybuffer.debug.wat index 4fce3f16bc..c530705661 100644 --- a/tests/compiler/std/arraybuffer.debug.wat +++ b/tests/compiler/std/arraybuffer.debug.wat @@ -4,10 +4,11 @@ (type $i32_=>_none (func (param i32))) (type $none_=>_none (func)) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) @@ -1017,25 +1018,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 480 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1060,8 +1066,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1081,7 +1087,7 @@ if i32.const 0 i32.const 480 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1114,7 +1120,7 @@ if i32.const 0 i32.const 480 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1170,11 +1176,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1320,8 +1326,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1357,7 +1364,7 @@ if i32.const 0 i32.const 480 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1686,7 +1693,7 @@ if i32.const 144 i32.const 480 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1988,8 +1995,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2129,7 +2137,7 @@ if i32.const 0 i32.const 480 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2149,7 +2157,7 @@ if i32.const 0 i32.const 480 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/arraybuffer.release.wat b/tests/compiler/std/arraybuffer.release.wat index 5f1be1403b..4721f6b330 100644 --- a/tests/compiler/std/arraybuffer.release.wat +++ b/tests/compiler/std/arraybuffer.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -622,16 +622,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1504 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -656,7 +657,7 @@ if i32.const 0 i32.const 1504 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -684,18 +685,19 @@ if i32.const 0 i32.const 1504 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -705,10 +707,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -722,13 +724,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -807,8 +809,9 @@ i32.const 34560 i32.const 36132 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34560 global.set $~lib/rt/tlsf/ROOT @@ -1049,7 +1052,7 @@ if i32.const 0 i32.const 1504 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1284,7 +1287,7 @@ if i32.const 1168 i32.const 1504 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1363,8 +1366,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1374,7 +1378,7 @@ if i32.const 0 i32.const 1504 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1389,7 +1393,7 @@ if i32.const 0 i32.const 1504 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/dataview.debug.wat b/tests/compiler/std/dataview.debug.wat index 1d7d0e450c..473b0b0151 100644 --- a/tests/compiler/std/dataview.debug.wat +++ b/tests/compiler/std/dataview.debug.wat @@ -3,13 +3,14 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_none (func (param i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $none_=>_none (func)) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) (type $i32_i32_i32_=>_i64 (func (param i32 i32 i32) (result i64))) (type $i32_i32_i64_i32_=>_none (func (param i32 i32 i64 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_=>_f32 (func (param i32 i32 i32) (result f32))) (type $i32_i32_i32_=>_f64 (func (param i32 i32 i32) (result f64))) @@ -1023,25 +1024,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 480 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1066,8 +1072,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1087,7 +1093,7 @@ if i32.const 0 i32.const 480 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1120,7 +1126,7 @@ if i32.const 0 i32.const 480 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1176,11 +1182,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1326,8 +1332,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1363,7 +1370,7 @@ if i32.const 0 i32.const 480 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1692,7 +1699,7 @@ if i32.const 144 i32.const 480 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1994,8 +2001,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2135,7 +2143,7 @@ if i32.const 0 i32.const 480 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2155,7 +2163,7 @@ if i32.const 0 i32.const 480 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/dataview.release.wat b/tests/compiler/std/dataview.release.wat index cc738af467..656ba6b9f3 100644 --- a/tests/compiler/std/dataview.release.wat +++ b/tests/compiler/std/dataview.release.wat @@ -8,6 +8,7 @@ (type $i32_i32_=>_i64 (func (param i32 i32) (result i64))) (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_=>_f32 (func (param i32 i32 i32) (result f32))) @@ -629,16 +630,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1504 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -663,7 +665,7 @@ if i32.const 0 i32.const 1504 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -691,18 +693,19 @@ if i32.const 0 i32.const 1504 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -712,10 +715,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -729,13 +732,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -814,8 +817,9 @@ i32.const 34544 i32.const 36116 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34544 global.set $~lib/rt/tlsf/ROOT @@ -1056,7 +1060,7 @@ if i32.const 0 i32.const 1504 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1291,7 +1295,7 @@ if i32.const 1168 i32.const 1504 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1370,8 +1374,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1381,7 +1386,7 @@ if i32.const 0 i32.const 1504 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1396,7 +1401,7 @@ if i32.const 0 i32.const 1504 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/date.debug.wat b/tests/compiler/std/date.debug.wat index 95caccfcbf..bec755f84e 100644 --- a/tests/compiler/std/date.debug.wat +++ b/tests/compiler/std/date.debug.wat @@ -10,6 +10,7 @@ (type $i64_=>_i32 (func (param i64) (result i32))) (type $i32_i32_i32_=>_i64 (func (param i32 i32 i32) (result i64))) (type $i32_i32_i32_i32_i32_i32_i32_=>_i64 (func (param i32 i32 i32 i32 i32 i32 i32) (result i64))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i64_=>_none (func (param i32 i64))) (type $i32_=>_i64 (func (param i32) (result i64))) @@ -1401,25 +1402,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 512 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1444,8 +1450,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1465,7 +1471,7 @@ if i32.const 0 i32.const 512 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1498,7 +1504,7 @@ if i32.const 0 i32.const 512 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1554,11 +1560,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1704,8 +1710,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1741,7 +1748,7 @@ if i32.const 0 i32.const 512 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -2070,7 +2077,7 @@ if i32.const 176 i32.const 512 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2372,8 +2379,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2513,7 +2521,7 @@ if i32.const 0 i32.const 512 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2533,7 +2541,7 @@ if i32.const 0 i32.const 512 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/date.release.wat b/tests/compiler/std/date.release.wat index 71dfd66635..32d84a1f6a 100644 --- a/tests/compiler/std/date.release.wat +++ b/tests/compiler/std/date.release.wat @@ -4,11 +4,12 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $none_=>_none (func)) (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i64_=>_i32 (func (param i64) (result i32))) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_i32_i32_i32_=>_i64 (func (param i32 i32 i32 i32 i32 i32 i32) (result i64))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i64_=>_i64 (func (param i32 i32 i32 i64) (result i64))) (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) @@ -995,16 +996,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1536 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1029,7 +1031,7 @@ if i32.const 0 i32.const 1536 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1057,18 +1059,19 @@ if i32.const 0 i32.const 1536 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -1078,10 +1081,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -1095,13 +1098,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -1180,8 +1183,9 @@ i32.const 40608 i32.const 42180 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 40608 global.set $~lib/rt/tlsf/ROOT @@ -1422,7 +1426,7 @@ if i32.const 0 i32.const 1536 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1657,7 +1661,7 @@ if i32.const 1200 i32.const 1536 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1736,8 +1740,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1747,7 +1752,7 @@ if i32.const 0 i32.const 1536 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1762,7 +1767,7 @@ if i32.const 0 i32.const 1536 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/map.debug.wat b/tests/compiler/std/map.debug.wat index 5f8c1cb164..01a174d157 100644 --- a/tests/compiler/std/map.debug.wat +++ b/tests/compiler/std/map.debug.wat @@ -23,6 +23,7 @@ (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_i32_=>_i64 (func (param i32 i32) (result i64))) (type $i32_i64_i64_=>_i32 (func (param i32 i64 i64) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $f32_=>_i32 (func (param f32) (result i32))) (type $f64_=>_i32 (func (param f64) (result i32))) @@ -1040,25 +1041,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1083,8 +1089,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1104,7 +1110,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1137,7 +1143,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1193,11 +1199,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1343,8 +1349,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1380,7 +1387,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1709,7 +1716,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2011,8 +2018,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2152,7 +2160,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2172,7 +2180,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/map.release.wat b/tests/compiler/std/map.release.wat index 93d398cae5..758503f2bd 100644 --- a/tests/compiler/std/map.release.wat +++ b/tests/compiler/std/map.release.wat @@ -1,13 +1,14 @@ (module (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $none_=>_none (func)) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_=>_none (func (param i32))) (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i64_=>_i32 (func (param i32 i64) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_i64_i32_=>_i32 (func (param i32 i64 i32) (result i32))) (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) @@ -15,7 +16,6 @@ (type $i32_i64_=>_none (func (param i32 i64))) (type $i32_f32_=>_i32 (func (param i32 f32) (result i32))) (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_f32_i32_=>_i32 (func (param i32 f32 i32) (result i32))) (type $i32_f32_i32_=>_none (func (param i32 f32 i32))) (type $i32_f32_f32_=>_none (func (param i32 f32 f32))) @@ -642,16 +642,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -676,7 +677,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -704,18 +705,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -725,10 +727,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -742,13 +744,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -827,8 +829,9 @@ i32.const 34672 i32.const 36244 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34672 global.set $~lib/rt/tlsf/ROOT @@ -1069,7 +1072,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1304,7 +1307,7 @@ if i32.const 1056 i32.const 1392 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1383,8 +1386,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1394,7 +1398,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1409,7 +1413,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/math.release.wat b/tests/compiler/std/math.release.wat index 233a263ee1..2af003d42d 100644 --- a/tests/compiler/std/math.release.wat +++ b/tests/compiler/std/math.release.wat @@ -49900,7 +49900,7 @@ call $~lib/builtins/abort unreachable end - f64.const -nan:0x8000000000000 + f64.const nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -49944,7 +49944,7 @@ call $~lib/builtins/abort unreachable end - f64.const -nan:0x8000000000000 + f64.const nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -49966,7 +49966,7 @@ call $~lib/builtins/abort unreachable end - f64.const -nan:0x8000000000000 + f64.const nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -50032,7 +50032,7 @@ call $~lib/builtins/abort unreachable end - f64.const -nan:0x8000000000000 + f64.const nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -50098,7 +50098,7 @@ call $~lib/builtins/abort unreachable end - f64.const -nan:0x8000000000000 + f64.const nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -50164,7 +50164,7 @@ call $~lib/builtins/abort unreachable end - f64.const -nan:0x8000000000000 + f64.const nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -50252,7 +50252,7 @@ call $~lib/builtins/abort unreachable end - f64.const -nan:0x8000000000000 + f64.const nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -50362,7 +50362,7 @@ call $~lib/builtins/abort unreachable end - f64.const -nan:0x8000000000000 + f64.const nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -50516,7 +50516,7 @@ call $~lib/builtins/abort unreachable end - f64.const -nan:0x8000000000000 + f64.const nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -51748,7 +51748,7 @@ call $~lib/builtins/abort unreachable end - f32.const -nan:0x400000 + f32.const nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check @@ -51774,7 +51774,7 @@ call $~lib/builtins/abort unreachable end - f32.const -nan:0x400000 + f32.const nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check @@ -51787,7 +51787,7 @@ call $~lib/builtins/abort unreachable end - f32.const -nan:0x400000 + f32.const nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check @@ -51826,7 +51826,7 @@ call $~lib/builtins/abort unreachable end - f32.const -nan:0x400000 + f32.const nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check @@ -51865,7 +51865,7 @@ call $~lib/builtins/abort unreachable end - f32.const -nan:0x400000 + f32.const nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check @@ -51904,7 +51904,7 @@ call $~lib/builtins/abort unreachable end - f32.const -nan:0x400000 + f32.const nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check @@ -51956,7 +51956,7 @@ call $~lib/builtins/abort unreachable end - f32.const -nan:0x400000 + f32.const nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check @@ -52021,7 +52021,7 @@ call $~lib/builtins/abort unreachable end - f32.const -nan:0x400000 + f32.const nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check @@ -52047,7 +52047,7 @@ call $~lib/builtins/abort unreachable end - f32.const -nan:0x400000 + f32.const nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check diff --git a/tests/compiler/std/new.debug.wat b/tests/compiler/std/new.debug.wat index ed1ac9c7ad..aac8f3b069 100644 --- a/tests/compiler/std/new.debug.wat +++ b/tests/compiler/std/new.debug.wat @@ -7,7 +7,7 @@ (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_f32_=>_none (func (param i32 f32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_f32_=>_i32 (func (param i32 f32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -1027,25 +1027,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1070,8 +1075,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1091,7 +1096,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1124,7 +1129,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1180,11 +1185,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1330,8 +1335,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1367,7 +1373,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1696,7 +1702,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1998,8 +2004,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2139,7 +2146,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2159,7 +2166,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/new.release.wat b/tests/compiler/std/new.release.wat index 5570b1aec5..0ca01c2f2c 100644 --- a/tests/compiler/std/new.release.wat +++ b/tests/compiler/std/new.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_=>_i32 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -615,16 +615,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -649,7 +650,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -677,18 +678,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -698,10 +700,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -715,13 +717,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -800,8 +802,9 @@ i32.const 34240 i32.const 35812 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34240 global.set $~lib/rt/tlsf/ROOT @@ -1042,7 +1045,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1231,8 +1234,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $1 call $~lib/rt/tlsf/searchBlock @@ -1241,7 +1245,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1256,7 +1260,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/operator-overloading.debug.wat b/tests/compiler/std/operator-overloading.debug.wat index 447b7a7649..8ad0f46599 100644 --- a/tests/compiler/std/operator-overloading.debug.wat +++ b/tests/compiler/std/operator-overloading.debug.wat @@ -3,10 +3,11 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $none_=>_none (func)) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -1082,25 +1083,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1125,8 +1131,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1146,7 +1152,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1179,7 +1185,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1235,11 +1241,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1385,8 +1391,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1422,7 +1429,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1751,7 +1758,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2053,8 +2060,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2194,7 +2202,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2214,7 +2222,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/operator-overloading.release.wat b/tests/compiler/std/operator-overloading.release.wat index 530113f4cc..909368dfce 100644 --- a/tests/compiler/std/operator-overloading.release.wat +++ b/tests/compiler/std/operator-overloading.release.wat @@ -3,10 +3,11 @@ (type $none_=>_none (func)) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_=>_none (func (param i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -547,16 +548,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -581,7 +583,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -609,18 +611,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -630,10 +633,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -647,13 +650,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -732,8 +735,9 @@ i32.const 34400 i32.const 35972 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34400 global.set $~lib/rt/tlsf/ROOT @@ -974,7 +978,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1163,8 +1167,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1173,7 +1178,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1188,7 +1193,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/set.debug.wat b/tests/compiler/std/set.debug.wat index 3bb3a490ec..a04dae3ba0 100644 --- a/tests/compiler/std/set.debug.wat +++ b/tests/compiler/std/set.debug.wat @@ -16,6 +16,7 @@ (type $i32_i64_i32_=>_i32 (func (param i32 i64 i32) (result i32))) (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_i32_=>_i64 (func (param i32 i32) (result i64))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $f32_=>_i32 (func (param f32) (result i32))) (type $i32_=>_f32 (func (param i32) (result f32))) @@ -1035,25 +1036,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1078,8 +1084,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1099,7 +1105,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1132,7 +1138,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1188,11 +1194,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1338,8 +1344,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1375,7 +1382,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1704,7 +1711,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2006,8 +2013,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2147,7 +2155,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2167,7 +2175,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/set.release.wat b/tests/compiler/std/set.release.wat index d46d1adb80..ad66b0a6d0 100644 --- a/tests/compiler/std/set.release.wat +++ b/tests/compiler/std/set.release.wat @@ -5,16 +5,16 @@ (type $none_=>_i32 (func (result i32))) (type $i32_=>_none (func (param i32))) (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i64_=>_none (func (param i32 i64))) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_i64_i32_=>_i32 (func (param i32 i64 i32) (result i32))) (type $i32_i64_=>_i32 (func (param i32 i64) (result i32))) (type $i32_i32_=>_i64 (func (param i32 i32) (result i64))) (type $i32_f32_=>_none (func (param i32 f32))) (type $i32_f64_=>_none (func (param i32 f64))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_f32_i32_=>_i32 (func (param i32 f32 i32) (result i32))) (type $i32_f32_=>_i32 (func (param i32 f32) (result i32))) (type $i32_i32_=>_f32 (func (param i32 i32) (result f32))) @@ -633,16 +633,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -667,7 +668,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -695,18 +696,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -716,10 +718,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -733,13 +735,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -818,8 +820,9 @@ i32.const 34528 i32.const 36100 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34528 global.set $~lib/rt/tlsf/ROOT @@ -1060,7 +1063,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1295,7 +1298,7 @@ if i32.const 1056 i32.const 1392 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1374,8 +1377,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1385,7 +1389,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1400,7 +1404,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/static-array.debug.wat b/tests/compiler/std/static-array.debug.wat index 139a8a5582..e01afe16c2 100644 --- a/tests/compiler/std/static-array.debug.wat +++ b/tests/compiler/std/static-array.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_=>_i64 (func (param i32 i32) (result i64))) (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) @@ -1052,25 +1052,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 880 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1095,8 +1100,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1116,7 +1121,7 @@ if i32.const 0 i32.const 880 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1149,7 +1154,7 @@ if i32.const 0 i32.const 880 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1205,11 +1210,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1355,8 +1360,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1392,7 +1398,7 @@ if i32.const 0 i32.const 880 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1721,7 +1727,7 @@ if i32.const 608 i32.const 880 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2023,8 +2029,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2164,7 +2171,7 @@ if i32.const 0 i32.const 880 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2184,7 +2191,7 @@ if i32.const 0 i32.const 880 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/static-array.release.wat b/tests/compiler/std/static-array.release.wat index f23b702535..d502efedf2 100644 --- a/tests/compiler/std/static-array.release.wat +++ b/tests/compiler/std/static-array.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_=>_i64 (func (param i32) (result i64))) @@ -645,16 +645,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1904 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -679,7 +680,7 @@ if i32.const 0 i32.const 1904 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -707,18 +708,19 @@ if i32.const 0 i32.const 1904 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -728,10 +730,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -745,13 +747,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -830,8 +832,9 @@ i32.const 34768 i32.const 36340 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34768 global.set $~lib/rt/tlsf/ROOT @@ -1072,7 +1075,7 @@ if i32.const 0 i32.const 1904 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1552,7 +1555,7 @@ if i32.const 1632 i32.const 1904 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1631,8 +1634,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $8 @@ -1642,7 +1646,7 @@ if i32.const 0 i32.const 1904 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1657,7 +1661,7 @@ if i32.const 0 i32.const 1904 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/staticarray.debug.wat b/tests/compiler/std/staticarray.debug.wat index f29bd7de23..a3c675da3c 100644 --- a/tests/compiler/std/staticarray.debug.wat +++ b/tests/compiler/std/staticarray.debug.wat @@ -11,6 +11,7 @@ (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $i32_i32_i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32 i32 i32))) (type $i32_f64_i32_=>_i32 (func (param i32 f64 i32) (result i32))) (type $i32_f32_i32_=>_i32 (func (param i32 f32 i32) (result i32))) @@ -1112,25 +1113,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 592 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1155,8 +1161,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1176,7 +1182,7 @@ if i32.const 0 i32.const 592 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1209,7 +1215,7 @@ if i32.const 0 i32.const 592 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1265,11 +1271,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1415,8 +1421,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1452,7 +1459,7 @@ if i32.const 0 i32.const 592 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1781,7 +1788,7 @@ if i32.const 320 i32.const 592 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2083,8 +2090,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2224,7 +2232,7 @@ if i32.const 0 i32.const 592 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2244,7 +2252,7 @@ if i32.const 0 i32.const 592 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/staticarray.release.wat b/tests/compiler/std/staticarray.release.wat index a8a47548df..a04bc8b7d8 100644 --- a/tests/compiler/std/staticarray.release.wat +++ b/tests/compiler/std/staticarray.release.wat @@ -1,14 +1,15 @@ (module (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_=>_none (func (param i32))) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $none_=>_none (func)) (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32 i32))) (type $i32_i32_i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -758,16 +759,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1616 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -792,7 +794,7 @@ if i32.const 0 i32.const 1616 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -820,18 +822,19 @@ if i32.const 0 i32.const 1616 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -841,10 +844,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -858,13 +861,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -943,8 +946,9 @@ i32.const 36576 i32.const 38148 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 36576 global.set $~lib/rt/tlsf/ROOT @@ -986,7 +990,7 @@ if i32.const 0 i32.const 1616 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1358,7 +1362,7 @@ if i32.const 1344 i32.const 1616 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1437,8 +1441,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $0 local.get $3 @@ -1448,7 +1453,7 @@ if i32.const 0 i32.const 1616 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1463,7 +1468,7 @@ if i32.const 0 i32.const 1616 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/string-casemapping.debug.wat b/tests/compiler/std/string-casemapping.debug.wat index 66fdb1b674..52f384ab23 100644 --- a/tests/compiler/std/string-casemapping.debug.wat +++ b/tests/compiler/std/string-casemapping.debug.wat @@ -8,7 +8,7 @@ (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) @@ -1204,25 +1204,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 400 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1247,8 +1252,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1268,7 +1273,7 @@ if i32.const 0 i32.const 400 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1301,7 +1306,7 @@ if i32.const 0 i32.const 400 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1357,11 +1362,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1507,8 +1512,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1544,7 +1550,7 @@ if i32.const 0 i32.const 400 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1873,7 +1879,7 @@ if i32.const 64 i32.const 400 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2175,8 +2181,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2316,7 +2323,7 @@ if i32.const 0 i32.const 400 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2336,7 +2343,7 @@ if i32.const 0 i32.const 400 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/string-casemapping.release.wat b/tests/compiler/std/string-casemapping.release.wat index 3ec9b038f1..07b351bde9 100644 --- a/tests/compiler/std/string-casemapping.release.wat +++ b/tests/compiler/std/string-casemapping.release.wat @@ -4,10 +4,11 @@ (type $i32_=>_none (func (param i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i64_=>_i32 (func (param i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (import "string_casemapping" "toLowerCaseFromIndex" (func $std/string-casemapping/toLowerCaseFromIndex (param i32 i32) (result i32))) @@ -1063,16 +1064,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1424 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1097,7 +1099,7 @@ if i32.const 0 i32.const 1424 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1125,18 +1127,19 @@ if i32.const 0 i32.const 1424 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -1146,10 +1149,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -1163,13 +1166,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -1248,8 +1251,9 @@ i32.const 53856 i32.const 55428 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 53856 global.set $~lib/rt/tlsf/ROOT @@ -1490,7 +1494,7 @@ if i32.const 0 i32.const 1424 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1725,7 +1729,7 @@ if i32.const 1088 i32.const 1424 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1804,8 +1808,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1815,7 +1820,7 @@ if i32.const 0 i32.const 1424 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1830,7 +1835,7 @@ if i32.const 0 i32.const 1424 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/string-encoding.debug.wat b/tests/compiler/std/string-encoding.debug.wat index 126e2da10d..4460a39e87 100644 --- a/tests/compiler/std/string-encoding.debug.wat +++ b/tests/compiler/std/string-encoding.debug.wat @@ -8,6 +8,7 @@ (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $std/string-encoding/str (mut i32) (i32.const 32)) @@ -1042,25 +1043,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 464 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1085,8 +1091,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1106,7 +1112,7 @@ if i32.const 0 i32.const 464 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1139,7 +1145,7 @@ if i32.const 0 i32.const 464 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1195,11 +1201,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1345,8 +1351,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1382,7 +1389,7 @@ if i32.const 0 i32.const 464 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1711,7 +1718,7 @@ if i32.const 128 i32.const 464 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2013,8 +2020,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2154,7 +2162,7 @@ if i32.const 0 i32.const 464 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2174,7 +2182,7 @@ if i32.const 0 i32.const 464 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/string-encoding.release.wat b/tests/compiler/std/string-encoding.release.wat index afdc7fb2ff..abe6d3822a 100644 --- a/tests/compiler/std/string-encoding.release.wat +++ b/tests/compiler/std/string-encoding.release.wat @@ -6,7 +6,7 @@ (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -651,16 +651,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1488 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -685,7 +686,7 @@ if i32.const 0 i32.const 1488 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -713,18 +714,19 @@ if i32.const 0 i32.const 1488 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -734,10 +736,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -751,13 +753,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -836,8 +838,9 @@ i32.const 55584 i32.const 57156 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 55584 global.set $~lib/rt/tlsf/ROOT @@ -1078,7 +1081,7 @@ if i32.const 0 i32.const 1488 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1313,7 +1316,7 @@ if i32.const 1152 i32.const 1488 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1392,8 +1395,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1403,7 +1407,7 @@ if i32.const 0 i32.const 1488 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1418,7 +1422,7 @@ if i32.const 0 i32.const 1488 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/string.debug.wat b/tests/compiler/std/string.debug.wat index 48917acc15..f0e0fa679f 100644 --- a/tests/compiler/std/string.debug.wat +++ b/tests/compiler/std/string.debug.wat @@ -14,6 +14,7 @@ (type $i32_i32_=>_f64 (func (param i32 i32) (result f64))) (type $i32_i32_=>_i64 (func (param i32 i32) (result i64))) (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $f64_i32_=>_f64 (func (param f64 i32) (result f64))) (type $f64_f64_=>_i32 (func (param f64 f64) (result i32))) (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) @@ -1633,25 +1634,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 624 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1676,8 +1682,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1697,7 +1703,7 @@ if i32.const 0 i32.const 624 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1730,7 +1736,7 @@ if i32.const 0 i32.const 624 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1786,11 +1792,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1936,8 +1942,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1973,7 +1980,7 @@ if i32.const 0 i32.const 624 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -2302,7 +2309,7 @@ if i32.const 352 i32.const 624 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2604,8 +2611,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2745,7 +2753,7 @@ if i32.const 0 i32.const 624 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2765,7 +2773,7 @@ if i32.const 0 i32.const 624 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/string.release.wat b/tests/compiler/std/string.release.wat index 431fe8fa42..a5c74289b8 100644 --- a/tests/compiler/std/string.release.wat +++ b/tests/compiler/std/string.release.wat @@ -5,14 +5,15 @@ (type $none_=>_none (func)) (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $none_=>_i32 (func (result i32))) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $f64_=>_i32 (func (param f64) (result i32))) (type $i32_i32_=>_f64 (func (param i32 i32) (result f64))) (type $i32_=>_f64 (func (param i32) (result f64))) (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $f64_i32_=>_f64 (func (param f64 i32) (result f64))) (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) @@ -1642,16 +1643,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1648 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1676,7 +1678,7 @@ if i32.const 0 i32.const 1648 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1704,18 +1706,19 @@ if i32.const 0 i32.const 1648 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -1725,10 +1728,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -1742,13 +1745,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -1827,8 +1830,9 @@ i32.const 59216 i32.const 60788 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 59216 global.set $~lib/rt/tlsf/ROOT @@ -2069,7 +2073,7 @@ if i32.const 0 i32.const 1648 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -2304,7 +2308,7 @@ if i32.const 1376 i32.const 1648 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2383,8 +2387,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -2394,7 +2399,7 @@ if i32.const 0 i32.const 1648 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2409,7 +2414,7 @@ if i32.const 0 i32.const 1648 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/symbol.debug.wat b/tests/compiler/std/symbol.debug.wat index 8f56d78a6d..e97c478ab3 100644 --- a/tests/compiler/std/symbol.debug.wat +++ b/tests/compiler/std/symbol.debug.wat @@ -3,10 +3,11 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $none_=>_none (func)) + (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -1071,25 +1072,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 448 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1114,8 +1120,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1135,7 +1141,7 @@ if i32.const 0 i32.const 448 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1168,7 +1174,7 @@ if i32.const 0 i32.const 448 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1224,11 +1230,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1374,8 +1380,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1411,7 +1418,7 @@ if i32.const 0 i32.const 448 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1740,7 +1747,7 @@ if i32.const 112 i32.const 448 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2042,8 +2049,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2183,7 +2191,7 @@ if i32.const 0 i32.const 448 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2203,7 +2211,7 @@ if i32.const 0 i32.const 448 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/symbol.release.wat b/tests/compiler/std/symbol.release.wat index e2fca67e1c..5a815c1b93 100644 --- a/tests/compiler/std/symbol.release.wat +++ b/tests/compiler/std/symbol.release.wat @@ -4,10 +4,11 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/symbol/nextId (mut i32) (i32.const 12)) (global $std/symbol/sym1 (mut i32) (i32.const 0)) @@ -713,16 +714,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1472 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -747,7 +749,7 @@ if i32.const 0 i32.const 1472 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -775,18 +777,19 @@ if i32.const 0 i32.const 1472 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -796,10 +799,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -813,13 +816,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -898,8 +901,9 @@ i32.const 35520 i32.const 37092 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 35520 global.set $~lib/rt/tlsf/ROOT @@ -1140,7 +1144,7 @@ if i32.const 0 i32.const 1472 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1375,7 +1379,7 @@ if i32.const 1136 i32.const 1472 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1454,8 +1458,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1465,7 +1470,7 @@ if i32.const 0 i32.const 1472 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1480,7 +1485,7 @@ if i32.const 0 i32.const 1472 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/typedarray.debug.wat b/tests/compiler/std/typedarray.debug.wat index f3a666fa2f..c1cb45a49d 100644 --- a/tests/compiler/std/typedarray.debug.wat +++ b/tests/compiler/std/typedarray.debug.wat @@ -40,6 +40,7 @@ (type $f32_i32_i32_=>_none (func (param f32 i32 i32))) (type $f64_i32_i32_=>_none (func (param f64 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $f32_f32_=>_f32 (func (param f32 f32) (result f32))) (type $f64_f64_=>_f64 (func (param f64 f64) (result f64))) @@ -1380,25 +1381,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 480 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1423,8 +1429,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1444,7 +1450,7 @@ if i32.const 0 i32.const 480 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1477,7 +1483,7 @@ if i32.const 0 i32.const 480 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1533,11 +1539,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1683,8 +1689,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1720,7 +1727,7 @@ if i32.const 0 i32.const 480 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -2049,7 +2056,7 @@ if i32.const 144 i32.const 480 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2351,8 +2358,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2492,7 +2500,7 @@ if i32.const 0 i32.const 480 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2512,7 +2520,7 @@ if i32.const 0 i32.const 480 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/typedarray.release.wat b/tests/compiler/std/typedarray.release.wat index 6af4e94d3e..a321d5a075 100644 --- a/tests/compiler/std/typedarray.release.wat +++ b/tests/compiler/std/typedarray.release.wat @@ -20,6 +20,7 @@ (type $i32_i64_=>_i32 (func (param i32 i64) (result i32))) (type $i32_i64_i32_=>_i32 (func (param i32 i64 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $f32_f32_i32_i32_=>_f32 (func (param f32 f32 i32 i32) (result f32))) (type $f64_f64_i32_i32_=>_f64 (func (param f64 f64 i32 i32) (result f64))) (type $i64_i32_i32_=>_i64 (func (param i64 i32 i32) (result i64))) @@ -29,7 +30,6 @@ (type $i64_i32_i32_=>_none (func (param i64 i32 i32))) (type $f32_i32_i32_=>_f32 (func (param f32 i32 i32) (result f32))) (type $f64_i32_i32_=>_f64 (func (param f64 i32 i32) (result f64))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $f32_i32_i32_=>_none (func (param f32 i32 i32))) (type $f64_i32_i32_=>_none (func (param f64 i32 i32))) (type $i32_f32_i32_=>_i32 (func (param i32 f32 i32) (result i32))) @@ -1275,16 +1275,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1504 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1309,7 +1310,7 @@ if i32.const 0 i32.const 1504 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1337,18 +1338,19 @@ if i32.const 0 i32.const 1504 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -1358,10 +1360,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -1375,13 +1377,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -1460,8 +1462,9 @@ i32.const 49088 i32.const 50660 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 49088 global.set $~lib/rt/tlsf/ROOT @@ -1503,7 +1506,7 @@ if i32.const 0 i32.const 1504 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1875,7 +1878,7 @@ if i32.const 1168 i32.const 1504 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1954,8 +1957,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $0 local.get $3 @@ -1965,7 +1969,7 @@ if i32.const 0 i32.const 1504 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1980,7 +1984,7 @@ if i32.const 0 i32.const 1504 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/uri.debug.wat b/tests/compiler/std/uri.debug.wat index 9ca1e4f80d..2ebe24dff2 100644 --- a/tests/compiler/std/uri.debug.wat +++ b/tests/compiler/std/uri.debug.wat @@ -7,6 +7,7 @@ (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -1085,25 +1086,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 496 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1128,8 +1134,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1149,7 +1155,7 @@ if i32.const 0 i32.const 496 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1182,7 +1188,7 @@ if i32.const 0 i32.const 496 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1238,11 +1244,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1388,8 +1394,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1425,7 +1432,7 @@ if i32.const 0 i32.const 496 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1754,7 +1761,7 @@ if i32.const 160 i32.const 496 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2056,8 +2063,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2197,7 +2205,7 @@ if i32.const 0 i32.const 496 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2217,7 +2225,7 @@ if i32.const 0 i32.const 496 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/uri.release.wat b/tests/compiler/std/uri.release.wat index 6e74491090..19c6803f62 100644 --- a/tests/compiler/std/uri.release.wat +++ b/tests/compiler/std/uri.release.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -731,16 +731,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1520 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -765,7 +766,7 @@ if i32.const 0 i32.const 1520 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -793,18 +794,19 @@ if i32.const 0 i32.const 1520 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -814,10 +816,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -831,13 +833,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -916,8 +918,9 @@ i32.const 37136 i32.const 38708 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 37136 global.set $~lib/rt/tlsf/ROOT @@ -1158,7 +1161,7 @@ if i32.const 0 i32.const 1520 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1393,7 +1396,7 @@ if i32.const 1184 i32.const 1520 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1472,8 +1475,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1483,7 +1487,7 @@ if i32.const 0 i32.const 1520 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1498,7 +1502,7 @@ if i32.const 0 i32.const 1520 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/super-inline.debug.wat b/tests/compiler/super-inline.debug.wat index 4f10edf7b0..f308e52d90 100644 --- a/tests/compiler/super-inline.debug.wat +++ b/tests/compiler/super-inline.debug.wat @@ -6,7 +6,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1011,25 +1011,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 368 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1054,8 +1059,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1075,7 +1080,7 @@ if i32.const 0 i32.const 368 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1108,7 +1113,7 @@ if i32.const 0 i32.const 368 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1164,11 +1169,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1314,8 +1319,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1351,7 +1357,7 @@ if i32.const 0 i32.const 368 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1680,7 +1686,7 @@ if i32.const 32 i32.const 368 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1982,8 +1988,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2123,7 +2130,7 @@ if i32.const 0 i32.const 368 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2143,7 +2150,7 @@ if i32.const 0 i32.const 368 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/super-inline.release.wat b/tests/compiler/super-inline.release.wat index 0339c1195a..19e7500ee8 100644 --- a/tests/compiler/super-inline.release.wat +++ b/tests/compiler/super-inline.release.wat @@ -4,7 +4,7 @@ (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -622,16 +622,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1392 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -656,7 +657,7 @@ if i32.const 0 i32.const 1392 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -684,18 +685,19 @@ if i32.const 0 i32.const 1392 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -705,10 +707,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -722,13 +724,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -807,8 +809,9 @@ i32.const 34240 i32.const 35812 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34240 global.set $~lib/rt/tlsf/ROOT @@ -1049,7 +1052,7 @@ if i32.const 0 i32.const 1392 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1238,8 +1241,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1248,7 +1252,7 @@ if i32.const 0 i32.const 1392 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1263,7 +1267,7 @@ if i32.const 0 i32.const 1392 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/templateliteral.debug.wat b/tests/compiler/templateliteral.debug.wat index d9cb714f0a..df057be5d8 100644 --- a/tests/compiler/templateliteral.debug.wat +++ b/tests/compiler/templateliteral.debug.wat @@ -8,6 +8,7 @@ (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) @@ -1191,25 +1192,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 528 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1234,8 +1240,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1255,7 +1261,7 @@ if i32.const 0 i32.const 528 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1288,7 +1294,7 @@ if i32.const 0 i32.const 528 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1344,11 +1350,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1494,8 +1500,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1531,7 +1538,7 @@ if i32.const 0 i32.const 528 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1860,7 +1867,7 @@ if i32.const 192 i32.const 528 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2162,8 +2169,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2303,7 +2311,7 @@ if i32.const 0 i32.const 528 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2323,7 +2331,7 @@ if i32.const 0 i32.const 528 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/templateliteral.release.wat b/tests/compiler/templateliteral.release.wat index e4f2f461ef..9f8bf21cc3 100644 --- a/tests/compiler/templateliteral.release.wat +++ b/tests/compiler/templateliteral.release.wat @@ -2,11 +2,12 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $none_=>_none (func)) (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_=>_none (func (param i32))) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_=>_none (func (param i32 i32))) (type $f64_=>_i32 (func (param f64) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i64_i64_i32_i64_i32_=>_i32 (func (param i64 i64 i32 i64 i32) (result i32))) (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) @@ -710,16 +711,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1552 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -744,7 +746,7 @@ if i32.const 0 i32.const 1552 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -772,18 +774,19 @@ if i32.const 0 i32.const 1552 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -793,10 +796,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -810,13 +813,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -895,8 +898,9 @@ i32.const 38464 i32.const 40036 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 38464 global.set $~lib/rt/tlsf/ROOT @@ -1137,7 +1141,7 @@ if i32.const 0 i32.const 1552 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1372,7 +1376,7 @@ if i32.const 1216 i32.const 1552 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -1451,8 +1455,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $4 local.get $5 @@ -1462,7 +1467,7 @@ if i32.const 0 i32.const 1552 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1477,7 +1482,7 @@ if i32.const 0 i32.const 1552 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/throw.debug.wat b/tests/compiler/throw.debug.wat index 34e785c62f..48e30b244d 100644 --- a/tests/compiler/throw.debug.wat +++ b/tests/compiler/throw.debug.wat @@ -5,7 +5,7 @@ (type $none_=>_none (func)) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) @@ -1123,25 +1123,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 608 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1166,8 +1171,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1187,7 +1192,7 @@ if i32.const 0 i32.const 608 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1220,7 +1225,7 @@ if i32.const 0 i32.const 608 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1276,11 +1281,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1426,8 +1431,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1463,7 +1469,7 @@ if i32.const 0 i32.const 608 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/throw.release.wat b/tests/compiler/throw.release.wat index b2716bd1b3..0ad7784a30 100644 --- a/tests/compiler/throw.release.wat +++ b/tests/compiler/throw.release.wat @@ -634,8 +634,9 @@ (func $~lib/rt/itcms/step (local $0 i32) (local $1 i32) - (local $2 i32) + (local $2 i64) (local $3 i32) + (local $4 i32) block $break|0 block $case2|0 block $case1|0 @@ -717,9 +718,9 @@ if local.get $0 i32.load $0 - local.tee $2 + local.tee $3 if - local.get $2 + local.get $3 call $byn-split-outlined-A$~lib/rt/itcms/__visit end local.get $0 @@ -792,13 +793,13 @@ if local.get $0 i32.load $0 offset=4 - local.tee $2 + local.tee $3 i32.const -4 i32.and global.set $~lib/rt/itcms/iter global.get $~lib/rt/itcms/white i32.eqz - local.get $2 + local.get $3 i32.const 3 i32.and i32.ne @@ -833,7 +834,7 @@ local.get $0 i32.const 4 i32.add - local.tee $2 + local.tee $3 i32.const 34516 i32.ge_u if @@ -908,15 +909,19 @@ end end memory.size $0 - i32.const 16 - i32.shl - local.tee $3 - i32.const 36100 - i32.lt_u + i64.extend_i32_s + i64.const 16 + i64.shl + local.tee $2 + i32.wrap_i64 + local.set $4 + local.get $2 + i64.const 36100 + i64.lt_u if i32.const 0 i32.const 1632 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -935,7 +940,7 @@ if i32.const 0 i32.const 1632 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -955,12 +960,12 @@ i32.const 0 end local.set $0 - local.get $3 + local.get $4 i32.const -16 i32.and local.get $1 i32.sub - local.tee $3 + local.tee $4 i32.const 20 i32.ge_u if @@ -968,7 +973,7 @@ local.get $0 i32.const 2 i32.and - local.get $3 + local.get $4 i32.const 8 i32.sub local.tee $0 @@ -1002,15 +1007,15 @@ end global.get $~lib/rt/tlsf/ROOT local.set $0 - local.get $2 + local.get $3 i32.const 4 i32.sub local.set $1 - local.get $2 + local.get $3 i32.const 15 i32.and i32.const 1 - local.get $2 + local.get $3 select if (result i32) i32.const 1 @@ -1023,7 +1028,7 @@ if i32.const 0 i32.const 1632 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/typeof.debug.wat b/tests/compiler/typeof.debug.wat index 9efabbef50..09f0b882ed 100644 --- a/tests/compiler/typeof.debug.wat +++ b/tests/compiler/typeof.debug.wat @@ -7,7 +7,7 @@ (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) @@ -1150,25 +1150,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 672 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1193,8 +1198,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1214,7 +1219,7 @@ if i32.const 0 i32.const 672 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1247,7 +1252,7 @@ if i32.const 0 i32.const 672 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1303,11 +1308,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1453,8 +1458,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1490,7 +1496,7 @@ if i32.const 0 i32.const 672 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1819,7 +1825,7 @@ if i32.const 336 i32.const 672 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2121,8 +2127,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2262,7 +2269,7 @@ if i32.const 0 i32.const 672 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2282,7 +2289,7 @@ if i32.const 0 i32.const 672 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/typeof.release.wat b/tests/compiler/typeof.release.wat index 1cd89f4638..cd688379c0 100644 --- a/tests/compiler/typeof.release.wat +++ b/tests/compiler/typeof.release.wat @@ -4,7 +4,7 @@ (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (type $none_=>_i32 (func (result i32))) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -638,16 +638,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1696 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -672,7 +673,7 @@ if i32.const 0 i32.const 1696 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -700,18 +701,19 @@ if i32.const 0 i32.const 1696 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -721,10 +723,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -738,13 +740,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -823,8 +825,9 @@ i32.const 34592 i32.const 36164 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34592 global.set $~lib/rt/tlsf/ROOT @@ -1065,7 +1068,7 @@ if i32.const 0 i32.const 1696 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1254,8 +1257,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1264,7 +1268,7 @@ if i32.const 0 i32.const 1696 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1279,7 +1283,7 @@ if i32.const 0 i32.const 1696 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/while.debug.wat b/tests/compiler/while.debug.wat index d286cbe269..2e2d3d5025 100644 --- a/tests/compiler/while.debug.wat +++ b/tests/compiler/while.debug.wat @@ -7,7 +7,7 @@ (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $while/ran (mut i32) (i32.const 0)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -1433,25 +1433,30 @@ local.get $slMap i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $end i32) (result i32) - (local $root|3 i32) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) (local $tail i32) (local $tailInfo i32) (local $size i32) (local $leftSize i32) (local $left i32) - (local $root|9 i32) - (local $tail|10 i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end i32.const 1 drop local.get $start - local.get $end - i32.le_u + i64.extend_i32_u + local.get $endU64 + i64.le_u i32.eqz if i32.const 0 i32.const 416 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -1476,8 +1481,8 @@ local.set $end block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) local.get $root - local.set $root|3 - local.get $root|3 + local.set $root|4 + local.get $root|4 i32.load $0 offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end @@ -1497,7 +1502,7 @@ if i32.const 0 i32.const 416 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -1530,7 +1535,7 @@ if i32.const 0 i32.const 416 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable @@ -1586,11 +1591,11 @@ i32.or call $~lib/rt/common/BLOCK#set:mmInfo local.get $root - local.set $root|9 + local.set $root|10 local.get $tail - local.set $tail|10 - local.get $root|9 - local.get $tail|10 + local.set $tail|11 + local.get $root|10 + local.get $tail|11 i32.store $0 offset=1568 local.get $root local.get $left @@ -1736,8 +1741,9 @@ local.get $root local.get $memStart memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop local.get $root @@ -1773,7 +1779,7 @@ if i32.const 0 i32.const 416 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -2102,7 +2108,7 @@ if i32.const 80 i32.const 416 - i32.const 458 + i32.const 459 i32.const 29 call $~lib/builtins/abort unreachable @@ -2404,8 +2410,9 @@ i32.const 16 i32.shl local.get $pagesAfter - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory drop ) @@ -2545,7 +2552,7 @@ if i32.const 0 i32.const 416 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -2565,7 +2572,7 @@ if i32.const 0 i32.const 416 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/while.release.wat b/tests/compiler/while.release.wat index 3b27da0ae7..1c6e3ebbe4 100644 --- a/tests/compiler/while.release.wat +++ b/tests/compiler/while.release.wat @@ -5,7 +5,7 @@ (type $none_=>_i32 (func (result i32))) (type $i32_=>_i32 (func (param i32) (result i32))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -610,16 +610,17 @@ i32.or i32.store $0 offset=4 ) - (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) - local.get $1 local.get $2 - i32.gt_u + local.get $1 + i64.extend_i32_u + i64.lt_u if i32.const 0 i32.const 1440 - i32.const 377 + i32.const 378 i32.const 14 call $~lib/builtins/abort unreachable @@ -644,7 +645,7 @@ if i32.const 0 i32.const 1440 - i32.const 384 + i32.const 385 i32.const 16 call $~lib/builtins/abort unreachable @@ -672,18 +673,19 @@ if i32.const 0 i32.const 1440 - i32.const 397 + i32.const 398 i32.const 5 call $~lib/builtins/abort unreachable end end local.get $2 + i32.wrap_i64 i32.const -16 i32.and local.get $1 i32.sub - local.tee $2 + local.tee $4 i32.const 20 i32.lt_u if @@ -693,10 +695,10 @@ local.get $3 i32.const 2 i32.and - local.get $2 + local.get $4 i32.const 8 i32.sub - local.tee $2 + local.tee $3 i32.const 1 i32.or i32.or @@ -710,13 +712,13 @@ local.get $1 i32.const 4 i32.add - local.get $2 + local.get $3 i32.add - local.tee $2 + local.tee $3 i32.const 2 i32.store $0 local.get $0 - local.get $2 + local.get $3 i32.store $0 offset=1568 local.get $0 local.get $1 @@ -795,8 +797,9 @@ i32.const 34288 i32.const 35860 memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory i32.const 34288 global.set $~lib/rt/tlsf/ROOT @@ -1037,7 +1040,7 @@ if i32.const 0 i32.const 1440 - i32.const 559 + i32.const 560 i32.const 3 call $~lib/builtins/abort unreachable @@ -1226,8 +1229,9 @@ i32.const 16 i32.shl memory.size $0 - i32.const 16 - i32.shl + i64.extend_i32_s + i64.const 16 + i64.shl call $~lib/rt/tlsf/addMemory local.get $2 call $~lib/rt/tlsf/searchBlock @@ -1236,7 +1240,7 @@ if i32.const 0 i32.const 1440 - i32.const 496 + i32.const 497 i32.const 16 call $~lib/builtins/abort unreachable @@ -1251,7 +1255,7 @@ if i32.const 0 i32.const 1440 - i32.const 498 + i32.const 499 i32.const 14 call $~lib/builtins/abort unreachable From a0c27fadd027a32542420160deff04dc31e10f59 Mon Sep 17 00:00:00 2001 From: dcode Date: Fri, 28 Apr 2023 11:10:08 +0200 Subject: [PATCH 009/103] fix: Fix SIMD Store Lane signatures (#2697) --- src/builtins.ts | 4 +- std/assembly/builtins.ts | 10 +- std/assembly/index.d.ts | 10 +- tests/compiler/simd.debug.wat | 359 ++++++++++++++++++++------------ tests/compiler/simd.release.wat | 99 ++++++++- tests/compiler/simd.ts | 15 ++ 6 files changed, 344 insertions(+), 153 deletions(-) diff --git a/src/builtins.ts b/src/builtins.ts index 492b186600..e2027b4d9c 100644 --- a/src/builtins.ts +++ b/src/builtins.ts @@ -4916,7 +4916,7 @@ function builtin_v128_load_lane(ctx: BuiltinFunctionContext): ExpressionRef { } builtinFunctions.set(BuiltinNames.v128_load_lane, builtin_v128_load_lane); -// v128.store_lane(ptr: usize, vec: v128, idx: u8, immOffset?: usize, immAlign?: usize) -> v128 +// v128.store_lane(ptr: usize, vec: v128, idx: u8, immOffset?: usize, immAlign?: usize) -> void function builtin_v128_store_lane(ctx: BuiltinFunctionContext): ExpressionRef { let compiler = ctx.compiler; let module = compiler.module; @@ -4958,7 +4958,7 @@ function builtin_v128_store_lane(ctx: BuiltinFunctionContext): ExpressionRef { } } } - compiler.currentType = Type.v128; + compiler.currentType = Type.void; if (type.isValue) { let maxIdx = (16 / assert(type.byteSize)) - 1; if (idx < 0 || idx > maxIdx) { diff --git a/std/assembly/builtins.ts b/std/assembly/builtins.ts index 12f0dfd574..ef81c80a02 100644 --- a/std/assembly/builtins.ts +++ b/std/assembly/builtins.ts @@ -1273,7 +1273,7 @@ export namespace v128 { // @ts-ignore: decorator @unsafe @builtin - export declare function store_lane(ptr: usize, vec: v128, idx: u8, immOffset?: usize, immAlign?: usize): v128; + export declare function store_lane(ptr: usize, vec: v128, idx: u8, immOffset?: usize, immAlign?: usize): void; // @ts-ignore: decorator @builtin @@ -1345,19 +1345,19 @@ export namespace v128 { // @ts-ignore: decorator @unsafe @builtin - export declare function store8_lane(ptr: usize, vec: v128, idx: u8, immOffset?: u32, immAlign?: u32): v128; + export declare function store8_lane(ptr: usize, vec: v128, idx: u8, immOffset?: u32, immAlign?: u32): void; // @ts-ignore: decorator @unsafe @builtin - export declare function store16_lane(ptr: usize, vec: v128, idx: u8, immOffset?: u32, immAlign?: u32): v128; + export declare function store16_lane(ptr: usize, vec: v128, idx: u8, immOffset?: u32, immAlign?: u32): void; // @ts-ignore: decorator @unsafe @builtin - export declare function store32_lane(ptr: usize, vec: v128, idx: u8, immOffset?: u32, immAlign?: u32): v128; + export declare function store32_lane(ptr: usize, vec: v128, idx: u8, immOffset?: u32, immAlign?: u32): void; // @ts-ignore: decorator @unsafe @builtin - export declare function store64_lane(ptr: usize, vec: v128, idx: u8, immOffset?: u32, immAlign?: u32): v128; + export declare function store64_lane(ptr: usize, vec: v128, idx: u8, immOffset?: u32, immAlign?: u32): void; // @ts-ignore: decorator @unsafe @builtin diff --git a/std/assembly/index.d.ts b/std/assembly/index.d.ts index cbba3592aa..52a5e22967 100644 --- a/std/assembly/index.d.ts +++ b/std/assembly/index.d.ts @@ -808,7 +808,7 @@ declare namespace v128 { /** Loads a single lane from memory into the specified lane of the given vector. Other lanes are bypassed as is. */ export function load_lane(ptr: usize, vec: v128, idx: u8, immOffset?: usize, immAlign?: usize): v128; /** Stores the single lane at the specified index of the given vector to memory. */ - export function store_lane(ptr: usize, vec: v128, idx: u8, immOffset?: usize, immAlign?: usize): v128; + export function store_lane(ptr: usize, vec: v128, idx: u8, immOffset?: usize, immAlign?: usize): void; /** Creates a vector with eight 16-bit integer lanes by loading and sign extending eight 8-bit integers. */ export function load8x8_s(ptr: usize, immOffset?: u32, immAlign?: u32): v128; /** Creates a vector with eight 16-bit integer lanes by loading and zero extending eight 8-bit integers. */ @@ -844,13 +844,13 @@ declare namespace v128 { /** Loads a single 64-bit lane from memory into the specified lane of the given vector. Other lanes are bypassed as is. */ export function load64_lane(ptr: usize, vec: v128, idx: u8, immOffset?: usize, immAlign?: usize): v128; /** Stores the 8-bit lane at the specified lane of the given vector to memory. */ - export function store8_lane(ptr: usize, vec: v128, idx: u8, immOffset?: usize, immAlign?: usize): v128; + export function store8_lane(ptr: usize, vec: v128, idx: u8, immOffset?: usize, immAlign?: usize): void; /** Stores the 16-bit lane at the specified lane of the given vector to memory. */ - export function store16_lane(ptr: usize, vec: v128, idx: u8, immOffset?: usize, immAlign?: usize): v128; + export function store16_lane(ptr: usize, vec: v128, idx: u8, immOffset?: usize, immAlign?: usize): void; /** Stores the 32-bit lane at the specified lane of the given vector to memory. */ - export function store32_lane(ptr: usize, vec: v128, idx: u8, immOffset?: usize, immAlign?: usize): v128; + export function store32_lane(ptr: usize, vec: v128, idx: u8, immOffset?: usize, immAlign?: usize): void; /** Stores the 64-bit lane at the specified lane of the given vector to memory. */ - export function store64_lane(ptr: usize, vec: v128, idx: u8, immOffset?: usize, immAlign?: usize): v128; + export function store64_lane(ptr: usize, vec: v128, idx: u8, immOffset?: usize, immAlign?: usize): void; /** Stores a vector to memory. */ export function store(ptr: usize, value: v128, immOffset?: usize, immAlign?: usize): void; /** Adds each lane. */ diff --git a/tests/compiler/simd.debug.wat b/tests/compiler/simd.debug.wat index 6e5e3bd2ff..25b57509d5 100644 --- a/tests/compiler/simd.debug.wat +++ b/tests/compiler/simd.debug.wat @@ -2387,8 +2387,10 @@ (local $v|10 v128) (local $ptr|11 i32) (local $v|12 v128) - (local $v|13 v128) + (local $ptr|13 i32) (local $v|14 v128) + (local $v|15 v128) + (local $v|16 v128) v128.const i32x4 0x00000001 0x00000000 0x00000000 0x00000000 v128.any_true i32.const 0 @@ -2889,10 +2891,97 @@ end local.get $ptr|11 call $~lib/rt/tlsf/__free + i32.const 16 + call $~lib/rt/tlsf/__alloc + local.set $ptr|13 + v128.const i32x4 0x0000002a 0x0000002b 0x0000002c 0x00000000 + local.set $v|14 + local.get $ptr|13 + local.get $v|14 + v128.store32_lane $0 0 + local.get $ptr|13 + i32.load $0 + i32.const 42 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 528 + i32.const 215 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + local.get $ptr|13 + local.get $v|14 + v128.store8_lane $0 4 + local.get $ptr|13 + i32.load8_s $0 + i32.const 43 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 528 + i32.const 217 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + local.get $ptr|13 + local.get $v|14 + v128.store16_lane $0 4 + local.get $ptr|13 + i32.load16_s $0 + i32.const 44 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 528 + i32.const 219 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + local.get $ptr|13 + local.get $v|14 + v128.store32_lane $0 1 + local.get $ptr|13 + i32.load $0 + i32.const 43 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 528 + i32.const 221 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + local.get $ptr|13 + local.get $v|14 + v128.store64_lane $0 offset=1 1 + local.get $ptr|13 + i64.load $0 offset=1 + i64.const 44 + i64.eq + i32.eqz + if + i32.const 0 + i32.const 528 + i32.const 223 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + local.get $ptr|13 + call $~lib/rt/tlsf/__free v128.const i32x4 0x3f8ccccd 0xbe800000 0x428c051f 0x40800000 f32x4.ceil - local.set $v|13 - local.get $v|13 + local.set $v|15 + local.get $v|15 v128.const i32x4 0x40000000 0x80000000 0x428e0000 0x40800000 i8x16.eq i8x16.all_true @@ -2902,15 +2991,15 @@ if i32.const 0 i32.const 528 - i32.const 213 + i32.const 228 i32.const 5 call $~lib/builtins/abort unreachable end v128.const i32x4 0x3f8ccccd 0xbe800000 0x428c051f 0x40800000 f32x4.floor - local.set $v|14 - local.get $v|14 + local.set $v|16 + local.get $v|16 v128.const i32x4 0x3f800000 0xbf800000 0x428c0000 0x40800000 i8x16.eq i8x16.all_true @@ -2920,7 +3009,7 @@ if i32.const 0 i32.const 528 - i32.const 217 + i32.const 232 i32.const 5 call $~lib/builtins/abort unreachable @@ -2994,7 +3083,7 @@ if i32.const 0 i32.const 528 - i32.const 287 + i32.const 302 i32.const 3 call $~lib/builtins/abort unreachable @@ -3012,7 +3101,7 @@ if i32.const 0 i32.const 528 - i32.const 289 + i32.const 304 i32.const 3 call $~lib/builtins/abort unreachable @@ -3031,7 +3120,7 @@ if i32.const 0 i32.const 528 - i32.const 291 + i32.const 306 i32.const 3 call $~lib/builtins/abort unreachable @@ -3048,7 +3137,7 @@ if i32.const 0 i32.const 528 - i32.const 292 + i32.const 307 i32.const 3 call $~lib/builtins/abort unreachable @@ -3109,7 +3198,7 @@ if i32.const 0 i32.const 528 - i32.const 333 + i32.const 348 i32.const 3 call $~lib/builtins/abort unreachable @@ -3123,7 +3212,7 @@ if i32.const 0 i32.const 528 - i32.const 338 + i32.const 353 i32.const 3 call $~lib/builtins/abort unreachable @@ -3137,7 +3226,7 @@ if i32.const 0 i32.const 528 - i32.const 339 + i32.const 354 i32.const 3 call $~lib/builtins/abort unreachable @@ -3152,7 +3241,7 @@ if i32.const 0 i32.const 528 - i32.const 340 + i32.const 355 i32.const 3 call $~lib/builtins/abort unreachable @@ -3169,7 +3258,7 @@ if i32.const 0 i32.const 528 - i32.const 341 + i32.const 356 i32.const 3 call $~lib/builtins/abort unreachable @@ -3186,7 +3275,7 @@ if i32.const 0 i32.const 528 - i32.const 346 + i32.const 361 i32.const 3 call $~lib/builtins/abort unreachable @@ -3310,7 +3399,7 @@ if i32.const 0 i32.const 528 - i32.const 384 + i32.const 399 i32.const 3 call $~lib/builtins/abort unreachable @@ -3327,7 +3416,7 @@ if i32.const 0 i32.const 528 - i32.const 385 + i32.const 400 i32.const 3 call $~lib/builtins/abort unreachable @@ -3344,7 +3433,7 @@ if i32.const 0 i32.const 528 - i32.const 386 + i32.const 401 i32.const 3 call $~lib/builtins/abort unreachable @@ -3361,7 +3450,7 @@ if i32.const 0 i32.const 528 - i32.const 387 + i32.const 402 i32.const 3 call $~lib/builtins/abort unreachable @@ -3378,7 +3467,7 @@ if i32.const 0 i32.const 528 - i32.const 388 + i32.const 403 i32.const 3 call $~lib/builtins/abort unreachable @@ -3395,7 +3484,7 @@ if i32.const 0 i32.const 528 - i32.const 389 + i32.const 404 i32.const 3 call $~lib/builtins/abort unreachable @@ -3412,7 +3501,7 @@ if i32.const 0 i32.const 528 - i32.const 390 + i32.const 405 i32.const 3 call $~lib/builtins/abort unreachable @@ -3429,7 +3518,7 @@ if i32.const 0 i32.const 528 - i32.const 391 + i32.const 406 i32.const 3 call $~lib/builtins/abort unreachable @@ -3446,7 +3535,7 @@ if i32.const 0 i32.const 528 - i32.const 392 + i32.const 407 i32.const 3 call $~lib/builtins/abort unreachable @@ -3463,7 +3552,7 @@ if i32.const 0 i32.const 528 - i32.const 393 + i32.const 408 i32.const 3 call $~lib/builtins/abort unreachable @@ -3508,7 +3597,7 @@ if i32.const 0 i32.const 528 - i32.const 399 + i32.const 414 i32.const 5 call $~lib/builtins/abort unreachable @@ -3527,7 +3616,7 @@ if i32.const 0 i32.const 528 - i32.const 405 + i32.const 420 i32.const 5 call $~lib/builtins/abort unreachable @@ -3543,7 +3632,7 @@ if i32.const 0 i32.const 528 - i32.const 410 + i32.const 425 i32.const 5 call $~lib/builtins/abort unreachable @@ -3612,7 +3701,7 @@ if i32.const 0 i32.const 528 - i32.const 465 + i32.const 480 i32.const 3 call $~lib/builtins/abort unreachable @@ -3630,7 +3719,7 @@ if i32.const 0 i32.const 528 - i32.const 467 + i32.const 482 i32.const 3 call $~lib/builtins/abort unreachable @@ -3649,7 +3738,7 @@ if i32.const 0 i32.const 528 - i32.const 469 + i32.const 484 i32.const 3 call $~lib/builtins/abort unreachable @@ -3666,7 +3755,7 @@ if i32.const 0 i32.const 528 - i32.const 470 + i32.const 485 i32.const 3 call $~lib/builtins/abort unreachable @@ -3683,7 +3772,7 @@ if i32.const 0 i32.const 528 - i32.const 471 + i32.const 486 i32.const 3 call $~lib/builtins/abort unreachable @@ -3744,7 +3833,7 @@ if i32.const 0 i32.const 528 - i32.const 512 + i32.const 527 i32.const 3 call $~lib/builtins/abort unreachable @@ -3758,7 +3847,7 @@ if i32.const 0 i32.const 528 - i32.const 517 + i32.const 532 i32.const 3 call $~lib/builtins/abort unreachable @@ -3772,7 +3861,7 @@ if i32.const 0 i32.const 528 - i32.const 518 + i32.const 533 i32.const 3 call $~lib/builtins/abort unreachable @@ -3787,7 +3876,7 @@ if i32.const 0 i32.const 528 - i32.const 519 + i32.const 534 i32.const 3 call $~lib/builtins/abort unreachable @@ -3804,7 +3893,7 @@ if i32.const 0 i32.const 528 - i32.const 520 + i32.const 535 i32.const 3 call $~lib/builtins/abort unreachable @@ -3821,7 +3910,7 @@ if i32.const 0 i32.const 528 - i32.const 525 + i32.const 540 i32.const 3 call $~lib/builtins/abort unreachable @@ -3945,7 +4034,7 @@ if i32.const 0 i32.const 528 - i32.const 563 + i32.const 578 i32.const 3 call $~lib/builtins/abort unreachable @@ -3962,7 +4051,7 @@ if i32.const 0 i32.const 528 - i32.const 564 + i32.const 579 i32.const 3 call $~lib/builtins/abort unreachable @@ -3979,7 +4068,7 @@ if i32.const 0 i32.const 528 - i32.const 565 + i32.const 580 i32.const 3 call $~lib/builtins/abort unreachable @@ -3996,7 +4085,7 @@ if i32.const 0 i32.const 528 - i32.const 566 + i32.const 581 i32.const 3 call $~lib/builtins/abort unreachable @@ -4013,7 +4102,7 @@ if i32.const 0 i32.const 528 - i32.const 567 + i32.const 582 i32.const 3 call $~lib/builtins/abort unreachable @@ -4030,7 +4119,7 @@ if i32.const 0 i32.const 528 - i32.const 568 + i32.const 583 i32.const 3 call $~lib/builtins/abort unreachable @@ -4047,7 +4136,7 @@ if i32.const 0 i32.const 528 - i32.const 569 + i32.const 584 i32.const 3 call $~lib/builtins/abort unreachable @@ -4064,7 +4153,7 @@ if i32.const 0 i32.const 528 - i32.const 570 + i32.const 585 i32.const 3 call $~lib/builtins/abort unreachable @@ -4081,7 +4170,7 @@ if i32.const 0 i32.const 528 - i32.const 571 + i32.const 586 i32.const 3 call $~lib/builtins/abort unreachable @@ -4098,7 +4187,7 @@ if i32.const 0 i32.const 528 - i32.const 572 + i32.const 587 i32.const 3 call $~lib/builtins/abort unreachable @@ -4189,7 +4278,7 @@ if i32.const 0 i32.const 528 - i32.const 579 + i32.const 594 i32.const 3 call $~lib/builtins/abort unreachable @@ -4232,7 +4321,7 @@ if i32.const 0 i32.const 528 - i32.const 594 + i32.const 609 i32.const 5 call $~lib/builtins/abort unreachable @@ -4248,7 +4337,7 @@ if i32.const 0 i32.const 528 - i32.const 599 + i32.const 614 i32.const 5 call $~lib/builtins/abort unreachable @@ -4350,7 +4439,7 @@ if i32.const 0 i32.const 528 - i32.const 667 + i32.const 682 i32.const 3 call $~lib/builtins/abort unreachable @@ -4368,7 +4457,7 @@ if i32.const 0 i32.const 528 - i32.const 669 + i32.const 684 i32.const 3 call $~lib/builtins/abort unreachable @@ -4387,7 +4476,7 @@ if i32.const 0 i32.const 528 - i32.const 671 + i32.const 686 i32.const 3 call $~lib/builtins/abort unreachable @@ -4404,7 +4493,7 @@ if i32.const 0 i32.const 528 - i32.const 672 + i32.const 687 i32.const 3 call $~lib/builtins/abort unreachable @@ -4421,7 +4510,7 @@ if i32.const 0 i32.const 528 - i32.const 673 + i32.const 688 i32.const 3 call $~lib/builtins/abort unreachable @@ -4482,7 +4571,7 @@ if i32.const 0 i32.const 528 - i32.const 714 + i32.const 729 i32.const 3 call $~lib/builtins/abort unreachable @@ -4495,7 +4584,7 @@ if i32.const 0 i32.const 528 - i32.const 719 + i32.const 734 i32.const 3 call $~lib/builtins/abort unreachable @@ -4508,7 +4597,7 @@ if i32.const 0 i32.const 528 - i32.const 720 + i32.const 735 i32.const 3 call $~lib/builtins/abort unreachable @@ -4525,7 +4614,7 @@ if i32.const 0 i32.const 528 - i32.const 721 + i32.const 736 i32.const 3 call $~lib/builtins/abort unreachable @@ -4542,7 +4631,7 @@ if i32.const 0 i32.const 528 - i32.const 726 + i32.const 741 i32.const 3 call $~lib/builtins/abort unreachable @@ -4622,7 +4711,7 @@ if i32.const 0 i32.const 528 - i32.const 740 + i32.const 755 i32.const 3 call $~lib/builtins/abort unreachable @@ -4639,7 +4728,7 @@ if i32.const 0 i32.const 528 - i32.const 741 + i32.const 756 i32.const 3 call $~lib/builtins/abort unreachable @@ -4656,7 +4745,7 @@ if i32.const 0 i32.const 528 - i32.const 742 + i32.const 757 i32.const 3 call $~lib/builtins/abort unreachable @@ -4673,7 +4762,7 @@ if i32.const 0 i32.const 528 - i32.const 743 + i32.const 758 i32.const 3 call $~lib/builtins/abort unreachable @@ -4690,7 +4779,7 @@ if i32.const 0 i32.const 528 - i32.const 744 + i32.const 759 i32.const 3 call $~lib/builtins/abort unreachable @@ -4707,7 +4796,7 @@ if i32.const 0 i32.const 528 - i32.const 745 + i32.const 760 i32.const 3 call $~lib/builtins/abort unreachable @@ -4724,7 +4813,7 @@ if i32.const 0 i32.const 528 - i32.const 746 + i32.const 761 i32.const 3 call $~lib/builtins/abort unreachable @@ -4741,7 +4830,7 @@ if i32.const 0 i32.const 528 - i32.const 747 + i32.const 762 i32.const 3 call $~lib/builtins/abort unreachable @@ -4758,7 +4847,7 @@ if i32.const 0 i32.const 528 - i32.const 748 + i32.const 763 i32.const 3 call $~lib/builtins/abort unreachable @@ -4775,7 +4864,7 @@ if i32.const 0 i32.const 528 - i32.const 749 + i32.const 764 i32.const 3 call $~lib/builtins/abort unreachable @@ -4862,7 +4951,7 @@ if i32.const 0 i32.const 528 - i32.const 764 + i32.const 779 i32.const 3 call $~lib/builtins/abort unreachable @@ -4893,7 +4982,7 @@ if i32.const 0 i32.const 528 - i32.const 775 + i32.const 790 i32.const 5 call $~lib/builtins/abort unreachable @@ -4909,7 +4998,7 @@ if i32.const 0 i32.const 528 - i32.const 780 + i32.const 795 i32.const 5 call $~lib/builtins/abort unreachable @@ -5009,7 +5098,7 @@ if i32.const 0 i32.const 528 - i32.const 814 + i32.const 829 i32.const 3 call $~lib/builtins/abort unreachable @@ -5027,7 +5116,7 @@ if i32.const 0 i32.const 528 - i32.const 816 + i32.const 831 i32.const 3 call $~lib/builtins/abort unreachable @@ -5046,7 +5135,7 @@ if i32.const 0 i32.const 528 - i32.const 818 + i32.const 833 i32.const 3 call $~lib/builtins/abort unreachable @@ -5063,7 +5152,7 @@ if i32.const 0 i32.const 528 - i32.const 819 + i32.const 834 i32.const 3 call $~lib/builtins/abort unreachable @@ -5080,7 +5169,7 @@ if i32.const 0 i32.const 528 - i32.const 820 + i32.const 835 i32.const 3 call $~lib/builtins/abort unreachable @@ -5096,7 +5185,7 @@ if i32.const 0 i32.const 528 - i32.const 821 + i32.const 836 i32.const 3 call $~lib/builtins/abort unreachable @@ -5109,7 +5198,7 @@ if i32.const 0 i32.const 528 - i32.const 826 + i32.const 841 i32.const 3 call $~lib/builtins/abort unreachable @@ -5122,7 +5211,7 @@ if i32.const 0 i32.const 528 - i32.const 827 + i32.const 842 i32.const 3 call $~lib/builtins/abort unreachable @@ -5139,7 +5228,7 @@ if i32.const 0 i32.const 528 - i32.const 828 + i32.const 843 i32.const 3 call $~lib/builtins/abort unreachable @@ -5156,7 +5245,7 @@ if i32.const 0 i32.const 528 - i32.const 833 + i32.const 848 i32.const 3 call $~lib/builtins/abort unreachable @@ -5229,7 +5318,7 @@ if i32.const 0 i32.const 528 - i32.const 847 + i32.const 862 i32.const 5 call $~lib/builtins/abort unreachable @@ -5245,7 +5334,7 @@ if i32.const 0 i32.const 528 - i32.const 852 + i32.const 867 i32.const 5 call $~lib/builtins/abort unreachable @@ -5626,7 +5715,7 @@ if i32.const 0 i32.const 528 - i32.const 925 + i32.const 940 i32.const 3 call $~lib/builtins/abort unreachable @@ -5644,7 +5733,7 @@ if i32.const 0 i32.const 528 - i32.const 927 + i32.const 942 i32.const 3 call $~lib/builtins/abort unreachable @@ -5663,7 +5752,7 @@ if i32.const 0 i32.const 528 - i32.const 929 + i32.const 944 i32.const 3 call $~lib/builtins/abort unreachable @@ -5680,7 +5769,7 @@ if i32.const 0 i32.const 528 - i32.const 930 + i32.const 945 i32.const 3 call $~lib/builtins/abort unreachable @@ -5697,7 +5786,7 @@ if i32.const 0 i32.const 528 - i32.const 931 + i32.const 946 i32.const 3 call $~lib/builtins/abort unreachable @@ -5718,7 +5807,7 @@ if i32.const 0 i32.const 528 - i32.const 933 + i32.const 948 i32.const 3 call $~lib/builtins/abort unreachable @@ -5735,7 +5824,7 @@ if i32.const 0 i32.const 528 - i32.const 934 + i32.const 949 i32.const 3 call $~lib/builtins/abort unreachable @@ -5751,7 +5840,7 @@ if i32.const 0 i32.const 528 - i32.const 935 + i32.const 950 i32.const 3 call $~lib/builtins/abort unreachable @@ -5764,7 +5853,7 @@ if i32.const 0 i32.const 528 - i32.const 936 + i32.const 951 i32.const 3 call $~lib/builtins/abort unreachable @@ -5777,7 +5866,7 @@ if i32.const 0 i32.const 528 - i32.const 937 + i32.const 952 i32.const 3 call $~lib/builtins/abort unreachable @@ -5794,7 +5883,7 @@ if i32.const 0 i32.const 528 - i32.const 938 + i32.const 953 i32.const 3 call $~lib/builtins/abort unreachable @@ -5811,7 +5900,7 @@ if i32.const 0 i32.const 528 - i32.const 943 + i32.const 958 i32.const 3 call $~lib/builtins/abort unreachable @@ -5842,7 +5931,7 @@ if i32.const 0 i32.const 528 - i32.const 952 + i32.const 967 i32.const 3 call $~lib/builtins/abort unreachable @@ -5859,7 +5948,7 @@ if i32.const 0 i32.const 528 - i32.const 953 + i32.const 968 i32.const 3 call $~lib/builtins/abort unreachable @@ -5876,7 +5965,7 @@ if i32.const 0 i32.const 528 - i32.const 954 + i32.const 969 i32.const 3 call $~lib/builtins/abort unreachable @@ -5893,7 +5982,7 @@ if i32.const 0 i32.const 528 - i32.const 955 + i32.const 970 i32.const 3 call $~lib/builtins/abort unreachable @@ -5910,7 +5999,7 @@ if i32.const 0 i32.const 528 - i32.const 956 + i32.const 971 i32.const 3 call $~lib/builtins/abort unreachable @@ -5927,7 +6016,7 @@ if i32.const 0 i32.const 528 - i32.const 957 + i32.const 972 i32.const 3 call $~lib/builtins/abort unreachable @@ -5944,7 +6033,7 @@ if i32.const 0 i32.const 528 - i32.const 958 + i32.const 973 i32.const 3 call $~lib/builtins/abort unreachable @@ -5961,7 +6050,7 @@ if i32.const 0 i32.const 528 - i32.const 959 + i32.const 974 i32.const 3 call $~lib/builtins/abort unreachable @@ -5977,7 +6066,7 @@ if i32.const 0 i32.const 528 - i32.const 960 + i32.const 975 i32.const 3 call $~lib/builtins/abort unreachable @@ -6044,7 +6133,7 @@ if i32.const 0 i32.const 528 - i32.const 987 + i32.const 1002 i32.const 5 call $~lib/builtins/abort unreachable @@ -6062,7 +6151,7 @@ if i32.const 0 i32.const 528 - i32.const 991 + i32.const 1006 i32.const 5 call $~lib/builtins/abort unreachable @@ -6107,7 +6196,7 @@ if i32.const 0 i32.const 528 - i32.const 1007 + i32.const 1022 i32.const 3 call $~lib/builtins/abort unreachable @@ -6125,7 +6214,7 @@ if i32.const 0 i32.const 528 - i32.const 1009 + i32.const 1024 i32.const 3 call $~lib/builtins/abort unreachable @@ -6144,7 +6233,7 @@ if i32.const 0 i32.const 528 - i32.const 1011 + i32.const 1026 i32.const 3 call $~lib/builtins/abort unreachable @@ -6161,7 +6250,7 @@ if i32.const 0 i32.const 528 - i32.const 1012 + i32.const 1027 i32.const 3 call $~lib/builtins/abort unreachable @@ -6178,7 +6267,7 @@ if i32.const 0 i32.const 528 - i32.const 1013 + i32.const 1028 i32.const 3 call $~lib/builtins/abort unreachable @@ -6199,7 +6288,7 @@ if i32.const 0 i32.const 528 - i32.const 1015 + i32.const 1030 i32.const 3 call $~lib/builtins/abort unreachable @@ -6216,7 +6305,7 @@ if i32.const 0 i32.const 528 - i32.const 1016 + i32.const 1031 i32.const 3 call $~lib/builtins/abort unreachable @@ -6232,7 +6321,7 @@ if i32.const 0 i32.const 528 - i32.const 1017 + i32.const 1032 i32.const 3 call $~lib/builtins/abort unreachable @@ -6245,7 +6334,7 @@ if i32.const 0 i32.const 528 - i32.const 1018 + i32.const 1033 i32.const 3 call $~lib/builtins/abort unreachable @@ -6258,7 +6347,7 @@ if i32.const 0 i32.const 528 - i32.const 1019 + i32.const 1034 i32.const 3 call $~lib/builtins/abort unreachable @@ -6275,7 +6364,7 @@ if i32.const 0 i32.const 528 - i32.const 1020 + i32.const 1035 i32.const 3 call $~lib/builtins/abort unreachable @@ -6292,7 +6381,7 @@ if i32.const 0 i32.const 528 - i32.const 1025 + i32.const 1040 i32.const 3 call $~lib/builtins/abort unreachable @@ -6323,7 +6412,7 @@ if i32.const 0 i32.const 528 - i32.const 1034 + i32.const 1049 i32.const 3 call $~lib/builtins/abort unreachable @@ -6340,7 +6429,7 @@ if i32.const 0 i32.const 528 - i32.const 1035 + i32.const 1050 i32.const 3 call $~lib/builtins/abort unreachable @@ -6357,7 +6446,7 @@ if i32.const 0 i32.const 528 - i32.const 1036 + i32.const 1051 i32.const 3 call $~lib/builtins/abort unreachable @@ -6374,7 +6463,7 @@ if i32.const 0 i32.const 528 - i32.const 1037 + i32.const 1052 i32.const 3 call $~lib/builtins/abort unreachable @@ -6391,7 +6480,7 @@ if i32.const 0 i32.const 528 - i32.const 1038 + i32.const 1053 i32.const 3 call $~lib/builtins/abort unreachable @@ -6408,7 +6497,7 @@ if i32.const 0 i32.const 528 - i32.const 1039 + i32.const 1054 i32.const 3 call $~lib/builtins/abort unreachable @@ -6425,7 +6514,7 @@ if i32.const 0 i32.const 528 - i32.const 1040 + i32.const 1055 i32.const 3 call $~lib/builtins/abort unreachable @@ -6442,7 +6531,7 @@ if i32.const 0 i32.const 528 - i32.const 1041 + i32.const 1056 i32.const 3 call $~lib/builtins/abort unreachable @@ -6458,7 +6547,7 @@ if i32.const 0 i32.const 528 - i32.const 1042 + i32.const 1057 i32.const 3 call $~lib/builtins/abort unreachable @@ -6511,7 +6600,7 @@ if i32.const 0 i32.const 528 - i32.const 1061 + i32.const 1076 i32.const 5 call $~lib/builtins/abort unreachable @@ -6529,7 +6618,7 @@ if i32.const 0 i32.const 528 - i32.const 1065 + i32.const 1080 i32.const 5 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/simd.release.wat b/tests/compiler/simd.release.wat index f21a01e086..b026f5e615 100644 --- a/tests/compiler/simd.release.wat +++ b/tests/compiler/simd.release.wat @@ -1847,6 +1847,93 @@ end local.get $0 call $~lib/rt/tlsf/__free + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + i32.const 16 + call $~lib/rt/tlsf/allocateBlock + i32.const 4 + i32.add + local.tee $0 + v128.const i32x4 0x0000002a 0x0000002b 0x0000002c 0x00000000 + v128.store32_lane $0 0 + local.get $0 + i32.load $0 + i32.const 42 + i32.ne + if + i32.const 0 + i32.const 1552 + i32.const 215 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + local.get $0 + v128.const i32x4 0x0000002a 0x0000002b 0x0000002c 0x00000000 + v128.store8_lane $0 4 + local.get $0 + i32.load8_s $0 + i32.const 43 + i32.ne + if + i32.const 0 + i32.const 1552 + i32.const 217 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + local.get $0 + v128.const i32x4 0x0000002a 0x0000002b 0x0000002c 0x00000000 + v128.store16_lane $0 4 + local.get $0 + i32.load16_s $0 + i32.const 44 + i32.ne + if + i32.const 0 + i32.const 1552 + i32.const 219 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + local.get $0 + v128.const i32x4 0x0000002a 0x0000002b 0x0000002c 0x00000000 + v128.store32_lane $0 1 + local.get $0 + i32.load $0 + i32.const 43 + i32.ne + if + i32.const 0 + i32.const 1552 + i32.const 221 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + local.get $0 + v128.const i32x4 0x0000002a 0x0000002b 0x0000002c 0x00000000 + v128.store64_lane $0 offset=1 1 + local.get $0 + i64.load $0 offset=1 + i64.const 44 + i64.ne + if + i32.const 0 + i32.const 1552 + i32.const 223 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + local.get $0 + call $~lib/rt/tlsf/__free ) (func $simd/reexport (param $0 v128) (result v128) local.get $0 @@ -2301,7 +2388,7 @@ if i32.const 0 i32.const 1552 - i32.const 594 + i32.const 609 i32.const 5 call $~lib/builtins/abort unreachable @@ -2315,7 +2402,7 @@ if i32.const 0 i32.const 1552 - i32.const 599 + i32.const 614 i32.const 5 call $~lib/builtins/abort unreachable @@ -2353,7 +2440,7 @@ if i32.const 0 i32.const 1552 - i32.const 775 + i32.const 790 i32.const 5 call $~lib/builtins/abort unreachable @@ -2367,7 +2454,7 @@ if i32.const 0 i32.const 1552 - i32.const 780 + i32.const 795 i32.const 5 call $~lib/builtins/abort unreachable @@ -2399,7 +2486,7 @@ if i32.const 0 i32.const 1552 - i32.const 847 + i32.const 862 i32.const 5 call $~lib/builtins/abort unreachable @@ -2413,7 +2500,7 @@ if i32.const 0 i32.const 1552 - i32.const 852 + i32.const 867 i32.const 5 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/simd.ts b/tests/compiler/simd.ts index f9672912c5..82dd705064 100644 --- a/tests/compiler/simd.ts +++ b/tests/compiler/simd.ts @@ -208,6 +208,21 @@ function test_v128(): void { assert(v == i64x2(42, 0)); __free(ptr); } + { + let ptr = __alloc(16); + let v: v128 = v128(42, 0, 0, 0, 43, 0, 0, 0, 44, 0, 0, 0, 0, 0, 0, 0); + v128.store_lane(ptr, v, 0); + assert(load(ptr) == 42); + v128.store8_lane(ptr, v, 4); + assert(load(ptr) == 43); + v128.store16_lane(ptr, v, 4); + assert(load(ptr) == 44); + v128.store32_lane(ptr, v, 1); + assert(load(ptr) == 43); + v128.store64_lane(ptr, v, 1, 1); + assert(load(ptr, 1) == 44); + __free(ptr); + } { let v: v128 = v128.ceil(f32x4(1.1, -0.25, 70.01, 4.0)); assert(v == f32x4(2, -0.0, 71, 4)); From 382aabeaa1a6685f37022654ec220b42a78d0c82 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Tue, 18 Jul 2023 18:41:49 +0800 Subject: [PATCH 010/103] fix: Add BLOCK_OVERHEAD before round size (#2652) --- std/assembly/rt/tlsf.ts | 24 +-- tests/compiler/bindings/esm.debug.wat | 32 ++-- tests/compiler/bindings/esm.release.wat | 59 +++--- .../bindings/noExportRuntime.debug.wat | 77 ++++---- .../bindings/noExportRuntime.release.wat | 57 +++--- tests/compiler/bindings/raw.debug.wat | 32 ++-- tests/compiler/bindings/raw.release.wat | 59 +++--- tests/compiler/call-super.debug.wat | 77 ++++---- tests/compiler/call-super.release.wat | 57 +++--- tests/compiler/class-implements.debug.wat | 77 ++++---- tests/compiler/class-implements.release.wat | 57 +++--- .../compiler/class-overloading-cast.debug.wat | 77 ++++---- .../class-overloading-cast.release.wat | 14 +- tests/compiler/class-overloading.debug.wat | 77 ++++---- tests/compiler/class-overloading.release.wat | 14 +- tests/compiler/class.debug.wat | 77 ++++---- tests/compiler/class.release.wat | 57 +++--- tests/compiler/constructor.debug.wat | 77 ++++---- tests/compiler/constructor.release.wat | 57 +++--- tests/compiler/do.debug.wat | 77 ++++---- tests/compiler/do.release.wat | 14 +- tests/compiler/duplicate-fields.debug.wat | 77 ++++---- tests/compiler/duplicate-fields.release.wat | 57 +++--- tests/compiler/empty-exportruntime.debug.wat | 77 ++++---- .../compiler/empty-exportruntime.release.wat | 57 +++--- tests/compiler/empty-new.debug.wat | 79 ++++---- tests/compiler/empty-new.release.wat | 14 +- .../compiler/exportstar-rereexport.debug.wat | 77 ++++---- .../exportstar-rereexport.release.wat | 14 +- .../compiler/extends-baseaggregate.debug.wat | 77 ++++---- .../extends-baseaggregate.release.wat | 57 +++--- tests/compiler/extends-recursive.debug.wat | 79 ++++---- tests/compiler/extends-recursive.release.wat | 57 +++--- tests/compiler/field-initialization.debug.wat | 77 ++++---- .../compiler/field-initialization.release.wat | 57 +++--- tests/compiler/field.debug.wat | 79 ++++---- tests/compiler/field.release.wat | 57 +++--- tests/compiler/for.debug.wat | 77 ++++---- tests/compiler/for.release.wat | 14 +- tests/compiler/function-call.debug.wat | 77 ++++---- tests/compiler/function-call.release.wat | 14 +- tests/compiler/function-expression.debug.wat | 77 ++++---- .../compiler/function-expression.release.wat | 14 +- tests/compiler/getter-call.debug.wat | 77 ++++---- tests/compiler/getter-call.release.wat | 14 +- tests/compiler/heap.debug.wat | 77 ++++---- tests/compiler/heap.release.wat | 57 +++--- tests/compiler/infer-array.debug.wat | 77 ++++---- tests/compiler/infer-array.release.wat | 57 +++--- tests/compiler/infer-generic.debug.wat | 77 ++++---- tests/compiler/infer-generic.release.wat | 57 +++--- tests/compiler/inlining.debug.wat | 77 ++++---- tests/compiler/inlining.release.wat | 57 +++--- tests/compiler/instanceof.debug.wat | 77 ++++---- tests/compiler/instanceof.release.wat | 14 +- tests/compiler/issues/1095.debug.wat | 77 ++++---- tests/compiler/issues/1095.release.wat | 57 +++--- tests/compiler/issues/1225.debug.wat | 77 ++++---- tests/compiler/issues/1225.release.wat | 14 +- tests/compiler/issues/1699.debug.wat | 77 ++++---- tests/compiler/issues/1699.release.wat | 57 +++--- tests/compiler/issues/2166.debug.wat | 77 ++++---- tests/compiler/issues/2166.release.wat | 14 +- tests/compiler/issues/2322/index.debug.wat | 77 ++++---- tests/compiler/issues/2322/index.release.wat | 57 +++--- tests/compiler/issues/2622.debug.wat | 77 ++++---- tests/compiler/issues/2622.release.wat | 14 +- tests/compiler/logical.debug.wat | 77 ++++---- tests/compiler/logical.release.wat | 14 +- tests/compiler/managed-cast.debug.wat | 77 ++++---- tests/compiler/managed-cast.release.wat | 14 +- tests/compiler/new.debug.wat | 77 ++++---- tests/compiler/new.release.wat | 14 +- tests/compiler/object-literal.debug.wat | 77 ++++---- tests/compiler/object-literal.release.wat | 57 +++--- .../optional-typeparameters.debug.wat | 77 ++++---- .../optional-typeparameters.release.wat | 14 +- tests/compiler/reexport.debug.wat | 77 ++++---- tests/compiler/reexport.release.wat | 14 +- tests/compiler/rereexport.debug.wat | 77 ++++---- tests/compiler/rereexport.release.wat | 14 +- tests/compiler/resolve-access.debug.wat | 77 ++++---- tests/compiler/resolve-access.release.wat | 57 +++--- tests/compiler/resolve-binary.debug.wat | 77 ++++---- tests/compiler/resolve-binary.release.wat | 57 +++--- .../compiler/resolve-elementaccess.debug.wat | 77 ++++---- .../resolve-elementaccess.release.wat | 57 +++--- .../resolve-function-expression.debug.wat | 77 ++++---- .../resolve-function-expression.release.wat | 181 +++++++++--------- tests/compiler/resolve-new.debug.wat | 77 ++++---- tests/compiler/resolve-new.release.wat | 14 +- .../compiler/resolve-propertyaccess.debug.wat | 77 ++++---- .../resolve-propertyaccess.release.wat | 57 +++--- tests/compiler/resolve-ternary.debug.wat | 77 ++++---- tests/compiler/resolve-ternary.release.wat | 57 +++--- tests/compiler/resolve-unary.debug.wat | 77 ++++---- tests/compiler/resolve-unary.release.wat | 57 +++--- tests/compiler/return-unreachable.debug.wat | 77 ++++---- tests/compiler/return-unreachable.release.wat | 57 +++--- .../compiler/rt/alloc-large-memory.debug.wat | 75 ++++---- .../rt/alloc-large-memory.release.wat | 55 +++--- tests/compiler/rt/finalize.debug.wat | 77 ++++---- tests/compiler/rt/finalize.release.wat | 14 +- .../rt/runtime-incremental-export.debug.wat | 77 ++++---- .../rt/runtime-incremental-export.release.wat | 57 +++--- .../rt/runtime-minimal-export.debug.wat | 77 ++++---- .../rt/runtime-minimal-export.release.wat | 57 +++--- tests/compiler/simd.debug.wat | 79 ++++---- tests/compiler/simd.release.wat | 57 +++--- tests/compiler/std/array-literal.debug.wat | 77 ++++---- tests/compiler/std/array-literal.release.wat | 57 +++--- tests/compiler/std/array.debug.wat | 77 ++++---- tests/compiler/std/array.release.wat | 57 +++--- tests/compiler/std/arraybuffer.debug.wat | 77 ++++---- tests/compiler/std/arraybuffer.release.wat | 57 +++--- tests/compiler/std/dataview.debug.wat | 77 ++++---- tests/compiler/std/dataview.release.wat | 57 +++--- tests/compiler/std/date.debug.wat | 77 ++++---- tests/compiler/std/date.release.wat | 57 +++--- tests/compiler/std/map.debug.wat | 77 ++++---- tests/compiler/std/map.release.wat | 57 +++--- tests/compiler/std/new.debug.wat | 77 ++++---- tests/compiler/std/new.release.wat | 14 +- .../std/operator-overloading.debug.wat | 77 ++++---- .../std/operator-overloading.release.wat | 14 +- tests/compiler/std/set.debug.wat | 77 ++++---- tests/compiler/std/set.release.wat | 57 +++--- tests/compiler/std/static-array.debug.wat | 77 ++++---- tests/compiler/std/static-array.release.wat | 57 +++--- tests/compiler/std/staticarray.debug.wat | 77 ++++---- tests/compiler/std/staticarray.release.wat | 57 +++--- .../compiler/std/string-casemapping.debug.wat | 77 ++++---- .../std/string-casemapping.release.wat | 57 +++--- tests/compiler/std/string-encoding.debug.wat | 77 ++++---- .../compiler/std/string-encoding.release.wat | 57 +++--- tests/compiler/std/string.debug.wat | 77 ++++---- tests/compiler/std/string.release.wat | 57 +++--- tests/compiler/std/symbol.debug.wat | 77 ++++---- tests/compiler/std/symbol.release.wat | 57 +++--- tests/compiler/std/typedarray.debug.wat | 77 ++++---- tests/compiler/std/typedarray.release.wat | 57 +++--- tests/compiler/std/uri.debug.wat | 77 ++++---- tests/compiler/std/uri.release.wat | 57 +++--- tests/compiler/super-inline.debug.wat | 77 ++++---- tests/compiler/super-inline.release.wat | 14 +- tests/compiler/templateliteral.debug.wat | 77 ++++---- tests/compiler/templateliteral.release.wat | 57 +++--- tests/compiler/throw.debug.wat | 8 +- tests/compiler/throw.release.wat | 6 +- tests/compiler/typeof.debug.wat | 77 ++++---- tests/compiler/typeof.release.wat | 14 +- tests/compiler/while.debug.wat | 79 ++++---- tests/compiler/while.release.wat | 14 +- 153 files changed, 4712 insertions(+), 4302 deletions(-) diff --git a/std/assembly/rt/tlsf.ts b/std/assembly/rt/tlsf.ts index 1d25919168..3d135a3bee 100644 --- a/std/assembly/rt/tlsf.ts +++ b/std/assembly/rt/tlsf.ts @@ -307,6 +307,15 @@ function removeBlock(root: Root, block: Block): void { // must perform those updates. } +function roundSize(size: usize): usize { + const halfMaxSize = BLOCK_MAXSIZE >> 1; // don't round last fl + const inv: usize = sizeof() * 8 - 1; + const invRound = inv - SL_BITS; + return size < halfMaxSize + ? size + (1 << (invRound - clz(size))) - 1 + : size; +} + /** Searches for a free block of at least the specified size. */ function searchBlock(root: Root, size: usize): Block | null { // size was already asserted by caller @@ -317,13 +326,8 @@ function searchBlock(root: Root, size: usize): Block | null { fl = 0; sl = (size >> AL_BITS); } else { - const halfMaxSize = BLOCK_MAXSIZE >> 1; // don't round last fl - const inv: usize = sizeof() * 8 - 1; - const invRound = inv - SL_BITS; - let requestSize = size < halfMaxSize - ? size + (1 << (invRound - clz(size))) - 1 - : size; - fl = inv - clz(requestSize); + const requestSize = roundSize(size); + fl = sizeof() * 8 - 1 - clz(requestSize); sl = ((requestSize >> (fl - SL_BITS)) ^ (1 << SL_BITS)); fl -= SB_BITS - 1; } @@ -428,10 +432,8 @@ function growMemory(root: Root, size: usize): void { return; } // Here, both rounding performed in searchBlock ... - const halfMaxSize = BLOCK_MAXSIZE >> 1; - if (size < halfMaxSize) { // don't round last fl - const invRound = (sizeof() * 8 - 1) - SL_BITS; - size += (1 << (invRound - clz(size))) - 1; + if (size >= SB_SIZE) { + size = roundSize(size); } // and additional BLOCK_OVERHEAD must be taken into account. If we are going // to merge with the tail block, that's one time, otherwise it's two times. diff --git a/tests/compiler/bindings/esm.debug.wat b/tests/compiler/bindings/esm.debug.wat index d5d22b6aef..fc771caa73 100644 --- a/tests/compiler/bindings/esm.debug.wat +++ b/tests/compiler/bindings/esm.debug.wat @@ -2026,22 +2026,6 @@ (local $pagesAfter i32) i32.const 0 drop - local.get $size - i32.const 536870910 - i32.lt_u - if - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.set $size - end memory.size $0 local.set $pagesBefore local.get $size @@ -2063,6 +2047,22 @@ i32.add local.set $size local.get $size + i32.const 536870910 + i32.lt_u + if + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.const 1 + i32.sub + i32.add + local.set $size + end + local.get $size i32.const 65535 i32.add i32.const 65535 diff --git a/tests/compiler/bindings/esm.release.wat b/tests/compiler/bindings/esm.release.wat index ad9d048a83..7ea107e5e0 100644 --- a/tests/compiler/bindings/esm.release.wat +++ b/tests/compiler/bindings/esm.release.wat @@ -1386,7 +1386,7 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $4 + local.set $3 local.get $0 i32.const 16 i32.add @@ -1401,7 +1401,7 @@ call $~lib/builtins/abort unreachable end - local.get $4 + local.get $3 i32.const 12 local.get $2 i32.const 19 @@ -1421,8 +1421,9 @@ if memory.size $0 local.tee $2 + local.get $5 i32.const 4 - local.get $4 + local.get $3 i32.load $0 offset=1568 local.get $2 i32.const 16 @@ -1431,38 +1432,40 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub i32.add - local.get $5 - local.get $5 + local.tee $4 i32.const 536870910 i32.lt_u - select - i32.add + if (result i32) + local.get $4 + i32.const 1 + i32.const 27 + local.get $4 + i32.clz + i32.sub + i32.shl + i32.const 1 + i32.sub + i32.add + else + local.get $4 + end i32.const 65535 i32.add i32.const -65536 i32.and i32.const 16 i32.shr_u - local.tee $3 + local.tee $4 local.get $2 - local.get $3 + local.get $4 i32.gt_s select memory.grow $0 i32.const 0 i32.lt_s if - local.get $3 + local.get $4 memory.grow $0 i32.const 0 i32.lt_s @@ -1470,7 +1473,7 @@ unreachable end end - local.get $4 + local.get $3 local.get $2 i32.const 16 i32.shl @@ -1479,7 +1482,7 @@ i64.const 16 i64.shl call $~lib/rt/tlsf/addMemory - local.get $4 + local.get $3 local.get $5 call $~lib/rt/tlsf/searchBlock local.tee $2 @@ -1507,12 +1510,12 @@ call $~lib/builtins/abort unreachable end - local.get $4 + local.get $3 local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 i32.load $0 - local.set $3 + local.set $4 local.get $5 i32.const 4 i32.add @@ -1526,7 +1529,7 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $4 i32.const -4 i32.and local.get $5 @@ -1537,7 +1540,7 @@ if local.get $2 local.get $5 - local.get $3 + local.get $4 i32.const 2 i32.and i32.or @@ -1547,19 +1550,19 @@ i32.add local.get $5 i32.add - local.tee $3 + local.tee $4 local.get $6 i32.const 4 i32.sub i32.const 1 i32.or i32.store $0 - local.get $4 local.get $3 + local.get $4 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $4 i32.const -2 i32.and i32.store $0 diff --git a/tests/compiler/bindings/noExportRuntime.debug.wat b/tests/compiler/bindings/noExportRuntime.debug.wat index b08ffb88b4..d6621948a3 100644 --- a/tests/compiler/bindings/noExportRuntime.debug.wat +++ b/tests/compiler/bindings/noExportRuntime.debug.wat @@ -1062,7 +1062,7 @@ if i32.const 0 i32.const 512 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1108,7 +1108,7 @@ if i32.const 0 i32.const 512 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1141,7 +1141,7 @@ if i32.const 0 i32.const 512 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1385,7 +1385,7 @@ if i32.const 0 i32.const 512 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1714,7 +1714,7 @@ if i32.const 176 i32.const 512 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1723,6 +1723,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1752,24 +1772,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1807,7 +1816,7 @@ if i32.const 0 i32.const 512 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1878,7 +1887,7 @@ if i32.const 0 i32.const 512 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1942,19 +1951,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2043,7 +2044,7 @@ if i32.const 0 i32.const 512 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2158,7 +2159,7 @@ if i32.const 0 i32.const 512 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2178,7 +2179,7 @@ if i32.const 0 i32.const 512 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/bindings/noExportRuntime.release.wat b/tests/compiler/bindings/noExportRuntime.release.wat index e3acf8a363..759421547c 100644 --- a/tests/compiler/bindings/noExportRuntime.release.wat +++ b/tests/compiler/bindings/noExportRuntime.release.wat @@ -674,7 +674,7 @@ if i32.const 0 i32.const 1536 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -699,7 +699,7 @@ if i32.const 0 i32.const 1536 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -727,7 +727,7 @@ if i32.const 0 i32.const 1536 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1094,7 +1094,7 @@ if i32.const 0 i32.const 1536 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1178,7 +1178,7 @@ if i32.const 0 i32.const 1536 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1230,7 +1230,7 @@ if i32.const 0 i32.const 1536 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1329,7 +1329,7 @@ if i32.const 1200 i32.const 1536 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1354,6 +1354,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1364,21 +1386,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1420,7 +1427,7 @@ if i32.const 0 i32.const 1536 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1435,7 +1442,7 @@ if i32.const 0 i32.const 1536 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1454,7 +1461,7 @@ if i32.const 0 i32.const 1536 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/bindings/raw.debug.wat b/tests/compiler/bindings/raw.debug.wat index d4393ad921..169584997b 100644 --- a/tests/compiler/bindings/raw.debug.wat +++ b/tests/compiler/bindings/raw.debug.wat @@ -2029,22 +2029,6 @@ (local $pagesAfter i32) i32.const 0 drop - local.get $size - i32.const 536870910 - i32.lt_u - if - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.set $size - end memory.size $0 local.set $pagesBefore local.get $size @@ -2066,6 +2050,22 @@ i32.add local.set $size local.get $size + i32.const 536870910 + i32.lt_u + if + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.const 1 + i32.sub + i32.add + local.set $size + end + local.get $size i32.const 65535 i32.add i32.const 65535 diff --git a/tests/compiler/bindings/raw.release.wat b/tests/compiler/bindings/raw.release.wat index 38613cc3db..6a02844128 100644 --- a/tests/compiler/bindings/raw.release.wat +++ b/tests/compiler/bindings/raw.release.wat @@ -1386,7 +1386,7 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $4 + local.set $3 local.get $0 i32.const 16 i32.add @@ -1401,7 +1401,7 @@ call $~lib/builtins/abort unreachable end - local.get $4 + local.get $3 i32.const 12 local.get $2 i32.const 19 @@ -1421,8 +1421,9 @@ if memory.size $0 local.tee $2 + local.get $5 i32.const 4 - local.get $4 + local.get $3 i32.load $0 offset=1568 local.get $2 i32.const 16 @@ -1431,38 +1432,40 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub i32.add - local.get $5 - local.get $5 + local.tee $4 i32.const 536870910 i32.lt_u - select - i32.add + if (result i32) + local.get $4 + i32.const 1 + i32.const 27 + local.get $4 + i32.clz + i32.sub + i32.shl + i32.const 1 + i32.sub + i32.add + else + local.get $4 + end i32.const 65535 i32.add i32.const -65536 i32.and i32.const 16 i32.shr_u - local.tee $3 + local.tee $4 local.get $2 - local.get $3 + local.get $4 i32.gt_s select memory.grow $0 i32.const 0 i32.lt_s if - local.get $3 + local.get $4 memory.grow $0 i32.const 0 i32.lt_s @@ -1470,7 +1473,7 @@ unreachable end end - local.get $4 + local.get $3 local.get $2 i32.const 16 i32.shl @@ -1479,7 +1482,7 @@ i64.const 16 i64.shl call $~lib/rt/tlsf/addMemory - local.get $4 + local.get $3 local.get $5 call $~lib/rt/tlsf/searchBlock local.tee $2 @@ -1507,12 +1510,12 @@ call $~lib/builtins/abort unreachable end - local.get $4 + local.get $3 local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 i32.load $0 - local.set $3 + local.set $4 local.get $5 i32.const 4 i32.add @@ -1526,7 +1529,7 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $4 i32.const -4 i32.and local.get $5 @@ -1537,7 +1540,7 @@ if local.get $2 local.get $5 - local.get $3 + local.get $4 i32.const 2 i32.and i32.or @@ -1547,19 +1550,19 @@ i32.add local.get $5 i32.add - local.tee $3 + local.tee $4 local.get $6 i32.const 4 i32.sub i32.const 1 i32.or i32.store $0 - local.get $4 local.get $3 + local.get $4 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $4 i32.const -2 i32.and i32.store $0 diff --git a/tests/compiler/call-super.debug.wat b/tests/compiler/call-super.debug.wat index ee0438c5cd..fb91ea7874 100644 --- a/tests/compiler/call-super.debug.wat +++ b/tests/compiler/call-super.debug.wat @@ -1037,7 +1037,7 @@ if i32.const 0 i32.const 416 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1083,7 +1083,7 @@ if i32.const 0 i32.const 416 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1116,7 +1116,7 @@ if i32.const 0 i32.const 416 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1360,7 +1360,7 @@ if i32.const 0 i32.const 416 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1689,7 +1689,7 @@ if i32.const 80 i32.const 416 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1698,6 +1698,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1727,24 +1747,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1782,7 +1791,7 @@ if i32.const 0 i32.const 416 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1853,7 +1862,7 @@ if i32.const 0 i32.const 416 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1917,19 +1926,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2018,7 +2019,7 @@ if i32.const 0 i32.const 416 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2133,7 +2134,7 @@ if i32.const 0 i32.const 416 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2153,7 +2154,7 @@ if i32.const 0 i32.const 416 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/call-super.release.wat b/tests/compiler/call-super.release.wat index 96f5a06379..bdcc3e03e7 100644 --- a/tests/compiler/call-super.release.wat +++ b/tests/compiler/call-super.release.wat @@ -621,7 +621,7 @@ if i32.const 0 i32.const 1440 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -646,7 +646,7 @@ if i32.const 0 i32.const 1440 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -674,7 +674,7 @@ if i32.const 0 i32.const 1440 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1041,7 +1041,7 @@ if i32.const 0 i32.const 1440 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1125,7 +1125,7 @@ if i32.const 0 i32.const 1440 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1177,7 +1177,7 @@ if i32.const 0 i32.const 1440 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1276,7 +1276,7 @@ if i32.const 1104 i32.const 1440 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1301,6 +1301,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1311,21 +1333,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1367,7 +1374,7 @@ if i32.const 0 i32.const 1440 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1382,7 +1389,7 @@ if i32.const 0 i32.const 1440 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1401,7 +1408,7 @@ if i32.const 0 i32.const 1440 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/class-implements.debug.wat b/tests/compiler/class-implements.debug.wat index 513488c3b1..bfeec249ca 100644 --- a/tests/compiler/class-implements.debug.wat +++ b/tests/compiler/class-implements.debug.wat @@ -1040,7 +1040,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1086,7 +1086,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1119,7 +1119,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1363,7 +1363,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1692,7 +1692,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1701,6 +1701,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1730,24 +1750,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1785,7 +1794,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1856,7 +1865,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1920,19 +1929,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2021,7 +2022,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2136,7 +2137,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2156,7 +2157,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/class-implements.release.wat b/tests/compiler/class-implements.release.wat index 8241ee895b..d9ef9d7e18 100644 --- a/tests/compiler/class-implements.release.wat +++ b/tests/compiler/class-implements.release.wat @@ -670,7 +670,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -695,7 +695,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -723,7 +723,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1090,7 +1090,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1174,7 +1174,7 @@ if i32.const 0 i32.const 1392 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1226,7 +1226,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1325,7 +1325,7 @@ if i32.const 1056 i32.const 1392 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1350,6 +1350,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1360,21 +1382,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1416,7 +1423,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1431,7 +1438,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1450,7 +1457,7 @@ if i32.const 0 i32.const 1392 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/class-overloading-cast.debug.wat b/tests/compiler/class-overloading-cast.debug.wat index 5d6b4c4440..c4342ebc91 100644 --- a/tests/compiler/class-overloading-cast.debug.wat +++ b/tests/compiler/class-overloading-cast.debug.wat @@ -1046,7 +1046,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1092,7 +1092,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1125,7 +1125,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1369,7 +1369,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1698,7 +1698,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1707,6 +1707,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1736,24 +1756,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1791,7 +1800,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1862,7 +1871,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1926,19 +1935,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2027,7 +2028,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2142,7 +2143,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2162,7 +2163,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/class-overloading-cast.release.wat b/tests/compiler/class-overloading-cast.release.wat index 7f8807e5d0..14a24afc68 100644 --- a/tests/compiler/class-overloading-cast.release.wat +++ b/tests/compiler/class-overloading-cast.release.wat @@ -658,7 +658,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -683,7 +683,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -711,7 +711,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1078,7 +1078,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1145,7 +1145,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1278,7 +1278,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1293,7 +1293,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/class-overloading.debug.wat b/tests/compiler/class-overloading.debug.wat index 68188c2423..dc394bbf8e 100644 --- a/tests/compiler/class-overloading.debug.wat +++ b/tests/compiler/class-overloading.debug.wat @@ -1050,7 +1050,7 @@ if i32.const 0 i32.const 400 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1096,7 +1096,7 @@ if i32.const 0 i32.const 400 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1129,7 +1129,7 @@ if i32.const 0 i32.const 400 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1373,7 +1373,7 @@ if i32.const 0 i32.const 400 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1702,7 +1702,7 @@ if i32.const 64 i32.const 400 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1711,6 +1711,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1740,24 +1760,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1795,7 +1804,7 @@ if i32.const 0 i32.const 400 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1866,7 +1875,7 @@ if i32.const 0 i32.const 400 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1930,19 +1939,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2031,7 +2032,7 @@ if i32.const 0 i32.const 400 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2146,7 +2147,7 @@ if i32.const 0 i32.const 400 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2166,7 +2167,7 @@ if i32.const 0 i32.const 400 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/class-overloading.release.wat b/tests/compiler/class-overloading.release.wat index 7c2ae8c167..8b358295ca 100644 --- a/tests/compiler/class-overloading.release.wat +++ b/tests/compiler/class-overloading.release.wat @@ -680,7 +680,7 @@ if i32.const 0 i32.const 1424 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -705,7 +705,7 @@ if i32.const 0 i32.const 1424 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -733,7 +733,7 @@ if i32.const 0 i32.const 1424 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1100,7 +1100,7 @@ if i32.const 0 i32.const 1424 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1167,7 +1167,7 @@ if i32.const 0 i32.const 1424 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1300,7 +1300,7 @@ if i32.const 0 i32.const 1424 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1315,7 +1315,7 @@ if i32.const 0 i32.const 1424 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/class.debug.wat b/tests/compiler/class.debug.wat index d982de291a..afda7eb500 100644 --- a/tests/compiler/class.debug.wat +++ b/tests/compiler/class.debug.wat @@ -1118,7 +1118,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1164,7 +1164,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1197,7 +1197,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1441,7 +1441,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1770,7 +1770,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1779,6 +1779,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1808,24 +1828,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1863,7 +1872,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1934,7 +1943,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1998,19 +2007,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2099,7 +2100,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2214,7 +2215,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2234,7 +2235,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/class.release.wat b/tests/compiler/class.release.wat index d09c997d7e..c3107e7912 100644 --- a/tests/compiler/class.release.wat +++ b/tests/compiler/class.release.wat @@ -627,7 +627,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -652,7 +652,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -680,7 +680,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1047,7 +1047,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1131,7 +1131,7 @@ if i32.const 0 i32.const 1392 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1183,7 +1183,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1282,7 +1282,7 @@ if i32.const 1056 i32.const 1392 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1307,6 +1307,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1317,21 +1339,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1373,7 +1380,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1388,7 +1395,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1407,7 +1414,7 @@ if i32.const 0 i32.const 1392 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/constructor.debug.wat b/tests/compiler/constructor.debug.wat index fea14b0274..4a1a9a65b2 100644 --- a/tests/compiler/constructor.debug.wat +++ b/tests/compiler/constructor.debug.wat @@ -1046,7 +1046,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1092,7 +1092,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1125,7 +1125,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1369,7 +1369,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1698,7 +1698,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1707,6 +1707,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1736,24 +1756,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1791,7 +1800,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1862,7 +1871,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1926,19 +1935,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2027,7 +2028,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2142,7 +2143,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2162,7 +2163,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/constructor.release.wat b/tests/compiler/constructor.release.wat index e90dc84a66..60eea444fc 100644 --- a/tests/compiler/constructor.release.wat +++ b/tests/compiler/constructor.release.wat @@ -684,7 +684,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -709,7 +709,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -737,7 +737,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1104,7 +1104,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1188,7 +1188,7 @@ if i32.const 0 i32.const 1392 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1240,7 +1240,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1339,7 +1339,7 @@ if i32.const 1056 i32.const 1392 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1364,6 +1364,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1374,21 +1396,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1430,7 +1437,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1445,7 +1452,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1464,7 +1471,7 @@ if i32.const 0 i32.const 1392 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/do.debug.wat b/tests/compiler/do.debug.wat index 8432628da9..91f52ccdb5 100644 --- a/tests/compiler/do.debug.wat +++ b/tests/compiler/do.debug.wat @@ -1441,7 +1441,7 @@ if i32.const 0 i32.const 400 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1487,7 +1487,7 @@ if i32.const 0 i32.const 400 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1520,7 +1520,7 @@ if i32.const 0 i32.const 400 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1764,7 +1764,7 @@ if i32.const 0 i32.const 400 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -2093,7 +2093,7 @@ if i32.const 64 i32.const 400 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -2102,6 +2102,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -2131,24 +2151,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -2186,7 +2195,7 @@ if i32.const 0 i32.const 400 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -2257,7 +2266,7 @@ if i32.const 0 i32.const 400 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2321,19 +2330,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2422,7 +2423,7 @@ if i32.const 0 i32.const 400 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2537,7 +2538,7 @@ if i32.const 0 i32.const 400 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2557,7 +2558,7 @@ if i32.const 0 i32.const 400 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/do.release.wat b/tests/compiler/do.release.wat index eae6e23206..0bcfedbba6 100644 --- a/tests/compiler/do.release.wat +++ b/tests/compiler/do.release.wat @@ -620,7 +620,7 @@ if i32.const 0 i32.const 1424 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -645,7 +645,7 @@ if i32.const 0 i32.const 1424 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -673,7 +673,7 @@ if i32.const 0 i32.const 1424 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1040,7 +1040,7 @@ if i32.const 0 i32.const 1424 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1107,7 +1107,7 @@ if i32.const 0 i32.const 1424 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1240,7 +1240,7 @@ if i32.const 0 i32.const 1424 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1255,7 +1255,7 @@ if i32.const 0 i32.const 1424 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/duplicate-fields.debug.wat b/tests/compiler/duplicate-fields.debug.wat index 7bf87ccaba..e637ab0c4b 100644 --- a/tests/compiler/duplicate-fields.debug.wat +++ b/tests/compiler/duplicate-fields.debug.wat @@ -1040,7 +1040,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1086,7 +1086,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1119,7 +1119,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1363,7 +1363,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1692,7 +1692,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1701,6 +1701,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1730,24 +1750,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1785,7 +1794,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1856,7 +1865,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1920,19 +1929,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2021,7 +2022,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2136,7 +2137,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2156,7 +2157,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/duplicate-fields.release.wat b/tests/compiler/duplicate-fields.release.wat index 493ded77a6..53dedcd810 100644 --- a/tests/compiler/duplicate-fields.release.wat +++ b/tests/compiler/duplicate-fields.release.wat @@ -634,7 +634,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -659,7 +659,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -687,7 +687,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1054,7 +1054,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1138,7 +1138,7 @@ if i32.const 0 i32.const 1392 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1190,7 +1190,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1289,7 +1289,7 @@ if i32.const 1056 i32.const 1392 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1314,6 +1314,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1324,21 +1346,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1380,7 +1387,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1395,7 +1402,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1414,7 +1421,7 @@ if i32.const 0 i32.const 1392 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/empty-exportruntime.debug.wat b/tests/compiler/empty-exportruntime.debug.wat index 8f69345eb5..1c5c21375c 100644 --- a/tests/compiler/empty-exportruntime.debug.wat +++ b/tests/compiler/empty-exportruntime.debug.wat @@ -1039,7 +1039,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1085,7 +1085,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1118,7 +1118,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1362,7 +1362,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1691,7 +1691,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1700,6 +1700,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1729,24 +1749,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1784,7 +1793,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1855,7 +1864,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1919,19 +1928,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2020,7 +2021,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2135,7 +2136,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2155,7 +2156,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/empty-exportruntime.release.wat b/tests/compiler/empty-exportruntime.release.wat index caf4fb6744..8ac160e12a 100644 --- a/tests/compiler/empty-exportruntime.release.wat +++ b/tests/compiler/empty-exportruntime.release.wat @@ -635,7 +635,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -660,7 +660,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -688,7 +688,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1055,7 +1055,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1139,7 +1139,7 @@ if i32.const 0 i32.const 1392 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1191,7 +1191,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1290,7 +1290,7 @@ if i32.const 1056 i32.const 1392 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1315,6 +1315,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1325,21 +1347,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1381,7 +1388,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1396,7 +1403,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1415,7 +1422,7 @@ if i32.const 0 i32.const 1392 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/empty-new.debug.wat b/tests/compiler/empty-new.debug.wat index de8b37131f..9d3c257697 100644 --- a/tests/compiler/empty-new.debug.wat +++ b/tests/compiler/empty-new.debug.wat @@ -1,6 +1,6 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_i32 (func (param i32) (result i32))) + (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_none (func (param i32))) (type $none_=>_none (func)) (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) @@ -1032,7 +1032,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1078,7 +1078,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1111,7 +1111,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1355,7 +1355,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1684,7 +1684,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1693,6 +1693,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1722,24 +1742,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1777,7 +1786,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1848,7 +1857,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1912,19 +1921,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2013,7 +2014,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2128,7 +2129,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2148,7 +2149,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/empty-new.release.wat b/tests/compiler/empty-new.release.wat index 9cce3d1af5..af3b8bd9f4 100644 --- a/tests/compiler/empty-new.release.wat +++ b/tests/compiler/empty-new.release.wat @@ -617,7 +617,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -642,7 +642,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -670,7 +670,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1037,7 +1037,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1104,7 +1104,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1237,7 +1237,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1252,7 +1252,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/exportstar-rereexport.debug.wat b/tests/compiler/exportstar-rereexport.debug.wat index 6ab32b9f63..663ea26eea 100644 --- a/tests/compiler/exportstar-rereexport.debug.wat +++ b/tests/compiler/exportstar-rereexport.debug.wat @@ -1072,7 +1072,7 @@ if i32.const 0 i32.const 416 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1118,7 +1118,7 @@ if i32.const 0 i32.const 416 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1151,7 +1151,7 @@ if i32.const 0 i32.const 416 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1395,7 +1395,7 @@ if i32.const 0 i32.const 416 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1724,7 +1724,7 @@ if i32.const 80 i32.const 416 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1733,6 +1733,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1762,24 +1782,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1817,7 +1826,7 @@ if i32.const 0 i32.const 416 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1888,7 +1897,7 @@ if i32.const 0 i32.const 416 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1952,19 +1961,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2053,7 +2054,7 @@ if i32.const 0 i32.const 416 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2168,7 +2169,7 @@ if i32.const 0 i32.const 416 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2188,7 +2189,7 @@ if i32.const 0 i32.const 416 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/exportstar-rereexport.release.wat b/tests/compiler/exportstar-rereexport.release.wat index 2579e676cb..622828f662 100644 --- a/tests/compiler/exportstar-rereexport.release.wat +++ b/tests/compiler/exportstar-rereexport.release.wat @@ -651,7 +651,7 @@ if i32.const 0 i32.const 1440 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -676,7 +676,7 @@ if i32.const 0 i32.const 1440 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -704,7 +704,7 @@ if i32.const 0 i32.const 1440 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1071,7 +1071,7 @@ if i32.const 0 i32.const 1440 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1138,7 +1138,7 @@ if i32.const 0 i32.const 1440 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1271,7 +1271,7 @@ if i32.const 0 i32.const 1440 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1286,7 +1286,7 @@ if i32.const 0 i32.const 1440 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/extends-baseaggregate.debug.wat b/tests/compiler/extends-baseaggregate.debug.wat index b4ad0cd136..264ed92d68 100644 --- a/tests/compiler/extends-baseaggregate.debug.wat +++ b/tests/compiler/extends-baseaggregate.debug.wat @@ -1042,7 +1042,7 @@ if i32.const 0 i32.const 528 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1088,7 +1088,7 @@ if i32.const 0 i32.const 528 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1121,7 +1121,7 @@ if i32.const 0 i32.const 528 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1365,7 +1365,7 @@ if i32.const 0 i32.const 528 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1694,7 +1694,7 @@ if i32.const 192 i32.const 528 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1703,6 +1703,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1732,24 +1752,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1787,7 +1796,7 @@ if i32.const 0 i32.const 528 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1858,7 +1867,7 @@ if i32.const 0 i32.const 528 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1922,19 +1931,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2023,7 +2024,7 @@ if i32.const 0 i32.const 528 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2138,7 +2139,7 @@ if i32.const 0 i32.const 528 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2158,7 +2159,7 @@ if i32.const 0 i32.const 528 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/extends-baseaggregate.release.wat b/tests/compiler/extends-baseaggregate.release.wat index e7f2d48b36..402d658397 100644 --- a/tests/compiler/extends-baseaggregate.release.wat +++ b/tests/compiler/extends-baseaggregate.release.wat @@ -637,7 +637,7 @@ if i32.const 0 i32.const 1552 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -662,7 +662,7 @@ if i32.const 0 i32.const 1552 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -690,7 +690,7 @@ if i32.const 0 i32.const 1552 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1057,7 +1057,7 @@ if i32.const 0 i32.const 1552 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1141,7 +1141,7 @@ if i32.const 0 i32.const 1552 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1193,7 +1193,7 @@ if i32.const 0 i32.const 1552 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1292,7 +1292,7 @@ if i32.const 1216 i32.const 1552 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1317,6 +1317,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1327,21 +1349,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1383,7 +1390,7 @@ if i32.const 0 i32.const 1552 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1398,7 +1405,7 @@ if i32.const 0 i32.const 1552 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1417,7 +1424,7 @@ if i32.const 0 i32.const 1552 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/extends-recursive.debug.wat b/tests/compiler/extends-recursive.debug.wat index cc418dc5a2..b83754c683 100644 --- a/tests/compiler/extends-recursive.debug.wat +++ b/tests/compiler/extends-recursive.debug.wat @@ -1,6 +1,6 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_i32 (func (param i32) (result i32))) + (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_none (func (param i32))) (type $none_=>_none (func)) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) @@ -1032,7 +1032,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1078,7 +1078,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1111,7 +1111,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1355,7 +1355,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1684,7 +1684,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1693,6 +1693,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1722,24 +1742,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1777,7 +1786,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1848,7 +1857,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1912,19 +1921,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2013,7 +2014,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2128,7 +2129,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2148,7 +2149,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/extends-recursive.release.wat b/tests/compiler/extends-recursive.release.wat index 55177fd2de..ee63b3d673 100644 --- a/tests/compiler/extends-recursive.release.wat +++ b/tests/compiler/extends-recursive.release.wat @@ -618,7 +618,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -643,7 +643,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -671,7 +671,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1038,7 +1038,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1122,7 +1122,7 @@ if i32.const 0 i32.const 1392 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1174,7 +1174,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1273,7 +1273,7 @@ if i32.const 1056 i32.const 1392 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1298,6 +1298,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1308,21 +1330,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1364,7 +1371,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1379,7 +1386,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1398,7 +1405,7 @@ if i32.const 0 i32.const 1392 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/field-initialization.debug.wat b/tests/compiler/field-initialization.debug.wat index 8d33900225..36c8f24582 100644 --- a/tests/compiler/field-initialization.debug.wat +++ b/tests/compiler/field-initialization.debug.wat @@ -1043,7 +1043,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1089,7 +1089,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1122,7 +1122,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1366,7 +1366,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1695,7 +1695,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1704,6 +1704,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1733,24 +1753,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1788,7 +1797,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1859,7 +1868,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1923,19 +1932,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2024,7 +2025,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2139,7 +2140,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2159,7 +2160,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/field-initialization.release.wat b/tests/compiler/field-initialization.release.wat index 2b12e4b206..4636553fa0 100644 --- a/tests/compiler/field-initialization.release.wat +++ b/tests/compiler/field-initialization.release.wat @@ -638,7 +638,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -663,7 +663,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -691,7 +691,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1058,7 +1058,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1142,7 +1142,7 @@ if i32.const 0 i32.const 1392 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1194,7 +1194,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1293,7 +1293,7 @@ if i32.const 1056 i32.const 1392 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1318,6 +1318,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1328,21 +1350,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1384,7 +1391,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1399,7 +1406,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1418,7 +1425,7 @@ if i32.const 0 i32.const 1392 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/field.debug.wat b/tests/compiler/field.debug.wat index 8ba0b11431..e20ed15673 100644 --- a/tests/compiler/field.debug.wat +++ b/tests/compiler/field.debug.wat @@ -1,6 +1,6 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_i32 (func (param i32) (result i32))) + (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_none (func (param i32))) (type $none_=>_none (func)) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) @@ -1035,7 +1035,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1081,7 +1081,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1114,7 +1114,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1358,7 +1358,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1687,7 +1687,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1696,6 +1696,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1725,24 +1745,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1780,7 +1789,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1851,7 +1860,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1915,19 +1924,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2016,7 +2017,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2131,7 +2132,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2151,7 +2152,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/field.release.wat b/tests/compiler/field.release.wat index 17ce80649a..dc9afffca7 100644 --- a/tests/compiler/field.release.wat +++ b/tests/compiler/field.release.wat @@ -621,7 +621,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -646,7 +646,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -674,7 +674,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1041,7 +1041,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1125,7 +1125,7 @@ if i32.const 0 i32.const 1392 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1177,7 +1177,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1276,7 +1276,7 @@ if i32.const 1056 i32.const 1392 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1301,6 +1301,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1311,21 +1333,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1367,7 +1374,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1382,7 +1389,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1401,7 +1408,7 @@ if i32.const 0 i32.const 1392 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/for.debug.wat b/tests/compiler/for.debug.wat index 407a1ca890..aa94a43a4f 100644 --- a/tests/compiler/for.debug.wat +++ b/tests/compiler/for.debug.wat @@ -1422,7 +1422,7 @@ if i32.const 0 i32.const 400 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1468,7 +1468,7 @@ if i32.const 0 i32.const 400 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1501,7 +1501,7 @@ if i32.const 0 i32.const 400 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1745,7 +1745,7 @@ if i32.const 0 i32.const 400 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -2074,7 +2074,7 @@ if i32.const 64 i32.const 400 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -2083,6 +2083,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -2112,24 +2132,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -2167,7 +2176,7 @@ if i32.const 0 i32.const 400 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -2238,7 +2247,7 @@ if i32.const 0 i32.const 400 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2302,19 +2311,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2403,7 +2404,7 @@ if i32.const 0 i32.const 400 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2518,7 +2519,7 @@ if i32.const 0 i32.const 400 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2538,7 +2539,7 @@ if i32.const 0 i32.const 400 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/for.release.wat b/tests/compiler/for.release.wat index 008278b7d7..da3cbbfa5b 100644 --- a/tests/compiler/for.release.wat +++ b/tests/compiler/for.release.wat @@ -620,7 +620,7 @@ if i32.const 0 i32.const 1424 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -645,7 +645,7 @@ if i32.const 0 i32.const 1424 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -673,7 +673,7 @@ if i32.const 0 i32.const 1424 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1040,7 +1040,7 @@ if i32.const 0 i32.const 1424 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1107,7 +1107,7 @@ if i32.const 0 i32.const 1424 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1240,7 +1240,7 @@ if i32.const 0 i32.const 1424 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1255,7 +1255,7 @@ if i32.const 0 i32.const 1424 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/function-call.debug.wat b/tests/compiler/function-call.debug.wat index fafbdad6aa..5f87d1289e 100644 --- a/tests/compiler/function-call.debug.wat +++ b/tests/compiler/function-call.debug.wat @@ -1071,7 +1071,7 @@ if i32.const 0 i32.const 592 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1117,7 +1117,7 @@ if i32.const 0 i32.const 592 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1150,7 +1150,7 @@ if i32.const 0 i32.const 592 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1394,7 +1394,7 @@ if i32.const 0 i32.const 592 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1723,7 +1723,7 @@ if i32.const 256 i32.const 592 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1732,6 +1732,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1761,24 +1781,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1816,7 +1825,7 @@ if i32.const 0 i32.const 592 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1887,7 +1896,7 @@ if i32.const 0 i32.const 592 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1951,19 +1960,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2052,7 +2053,7 @@ if i32.const 0 i32.const 592 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2167,7 +2168,7 @@ if i32.const 0 i32.const 592 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2187,7 +2188,7 @@ if i32.const 0 i32.const 592 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/function-call.release.wat b/tests/compiler/function-call.release.wat index c784df4f93..29e7b4f8cc 100644 --- a/tests/compiler/function-call.release.wat +++ b/tests/compiler/function-call.release.wat @@ -659,7 +659,7 @@ if i32.const 0 i32.const 1616 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -684,7 +684,7 @@ if i32.const 0 i32.const 1616 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -712,7 +712,7 @@ if i32.const 0 i32.const 1616 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1079,7 +1079,7 @@ if i32.const 0 i32.const 1616 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1146,7 +1146,7 @@ if i32.const 0 i32.const 1616 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1279,7 +1279,7 @@ if i32.const 0 i32.const 1616 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1294,7 +1294,7 @@ if i32.const 0 i32.const 1616 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/function-expression.debug.wat b/tests/compiler/function-expression.debug.wat index d4bb092868..37be0f6fd1 100644 --- a/tests/compiler/function-expression.debug.wat +++ b/tests/compiler/function-expression.debug.wat @@ -1228,7 +1228,7 @@ if i32.const 0 i32.const 912 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1274,7 +1274,7 @@ if i32.const 0 i32.const 912 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1307,7 +1307,7 @@ if i32.const 0 i32.const 912 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1551,7 +1551,7 @@ if i32.const 0 i32.const 912 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1880,7 +1880,7 @@ if i32.const 576 i32.const 912 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1889,6 +1889,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1918,24 +1938,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1973,7 +1982,7 @@ if i32.const 0 i32.const 912 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -2044,7 +2053,7 @@ if i32.const 0 i32.const 912 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2108,19 +2117,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2209,7 +2210,7 @@ if i32.const 0 i32.const 912 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2324,7 +2325,7 @@ if i32.const 0 i32.const 912 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2344,7 +2345,7 @@ if i32.const 0 i32.const 912 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/function-expression.release.wat b/tests/compiler/function-expression.release.wat index 81beccd9b2..04e328f81d 100644 --- a/tests/compiler/function-expression.release.wat +++ b/tests/compiler/function-expression.release.wat @@ -685,7 +685,7 @@ if i32.const 0 i32.const 1936 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -710,7 +710,7 @@ if i32.const 0 i32.const 1936 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -738,7 +738,7 @@ if i32.const 0 i32.const 1936 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1105,7 +1105,7 @@ if i32.const 0 i32.const 1936 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1172,7 +1172,7 @@ if i32.const 0 i32.const 1936 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1305,7 +1305,7 @@ if i32.const 0 i32.const 1936 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1320,7 +1320,7 @@ if i32.const 0 i32.const 1936 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/getter-call.debug.wat b/tests/compiler/getter-call.debug.wat index 35e9824008..c0548a9af5 100644 --- a/tests/compiler/getter-call.debug.wat +++ b/tests/compiler/getter-call.debug.wat @@ -1035,7 +1035,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1081,7 +1081,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1114,7 +1114,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1358,7 +1358,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1687,7 +1687,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1696,6 +1696,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1725,24 +1745,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1780,7 +1789,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1851,7 +1860,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1915,19 +1924,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2016,7 +2017,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2131,7 +2132,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2151,7 +2152,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/getter-call.release.wat b/tests/compiler/getter-call.release.wat index 76889b92a2..485f0d940a 100644 --- a/tests/compiler/getter-call.release.wat +++ b/tests/compiler/getter-call.release.wat @@ -623,7 +623,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -648,7 +648,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -676,7 +676,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1043,7 +1043,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1110,7 +1110,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1243,7 +1243,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1258,7 +1258,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/heap.debug.wat b/tests/compiler/heap.debug.wat index 15b46c46c7..bf6e6caca9 100644 --- a/tests/compiler/heap.debug.wat +++ b/tests/compiler/heap.debug.wat @@ -681,7 +681,7 @@ if i32.const 0 i32.const 32 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -727,7 +727,7 @@ if i32.const 0 i32.const 32 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -760,7 +760,7 @@ if i32.const 0 i32.const 32 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1002,7 +1002,7 @@ if i32.const 96 i32.const 32 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1011,6 +1011,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1040,24 +1060,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1095,7 +1104,7 @@ if i32.const 0 i32.const 32 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1166,7 +1175,7 @@ if i32.const 0 i32.const 32 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1230,19 +1239,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -1331,7 +1332,7 @@ if i32.const 0 i32.const 32 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -1446,7 +1447,7 @@ if i32.const 0 i32.const 32 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1466,7 +1467,7 @@ if i32.const 0 i32.const 32 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1531,7 +1532,7 @@ if i32.const 0 i32.const 32 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/heap.release.wat b/tests/compiler/heap.release.wat index baefb0fa14..417f51de5b 100644 --- a/tests/compiler/heap.release.wat +++ b/tests/compiler/heap.release.wat @@ -425,7 +425,7 @@ if i32.const 0 i32.const 1056 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -450,7 +450,7 @@ if i32.const 0 i32.const 1056 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -478,7 +478,7 @@ if i32.const 0 i32.const 1056 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -616,7 +616,7 @@ if i32.const 1120 i32.const 1056 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -687,7 +687,7 @@ if i32.const 0 i32.const 1056 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -739,7 +739,7 @@ if i32.const 0 i32.const 1056 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -774,7 +774,7 @@ if i32.const 0 i32.const 1056 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -845,6 +845,28 @@ if memory.size $0 local.tee $3 + local.get $2 + i32.const 256 + i32.ge_u + if (result i32) + local.get $2 + i32.const 1 + i32.const 27 + local.get $2 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $2 + local.get $2 + i32.const 536870910 + i32.lt_u + select + else + local.get $2 + end i32.const 4 local.get $0 i32.load $0 offset=1568 @@ -855,21 +877,6 @@ i32.sub i32.ne i32.shl - local.get $2 - i32.const 1 - i32.const 27 - local.get $2 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $2 - local.get $2 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -911,7 +918,7 @@ if i32.const 0 i32.const 1056 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -926,7 +933,7 @@ if i32.const 0 i32.const 1056 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -963,7 +970,7 @@ if i32.const 0 i32.const 1056 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/infer-array.debug.wat b/tests/compiler/infer-array.debug.wat index 6a0d4d81de..2ee919b26d 100644 --- a/tests/compiler/infer-array.debug.wat +++ b/tests/compiler/infer-array.debug.wat @@ -1054,7 +1054,7 @@ if i32.const 0 i32.const 400 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1100,7 +1100,7 @@ if i32.const 0 i32.const 400 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1133,7 +1133,7 @@ if i32.const 0 i32.const 400 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1377,7 +1377,7 @@ if i32.const 0 i32.const 400 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1706,7 +1706,7 @@ if i32.const 64 i32.const 400 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1715,6 +1715,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1744,24 +1764,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1799,7 +1808,7 @@ if i32.const 0 i32.const 400 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1870,7 +1879,7 @@ if i32.const 0 i32.const 400 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1934,19 +1943,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2035,7 +2036,7 @@ if i32.const 0 i32.const 400 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2150,7 +2151,7 @@ if i32.const 0 i32.const 400 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2170,7 +2171,7 @@ if i32.const 0 i32.const 400 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/infer-array.release.wat b/tests/compiler/infer-array.release.wat index ecdace4dee..b2492c4fa9 100644 --- a/tests/compiler/infer-array.release.wat +++ b/tests/compiler/infer-array.release.wat @@ -660,7 +660,7 @@ if i32.const 0 i32.const 1424 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -685,7 +685,7 @@ if i32.const 0 i32.const 1424 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -713,7 +713,7 @@ if i32.const 0 i32.const 1424 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1080,7 +1080,7 @@ if i32.const 0 i32.const 1424 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1164,7 +1164,7 @@ if i32.const 0 i32.const 1424 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1216,7 +1216,7 @@ if i32.const 0 i32.const 1424 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1315,7 +1315,7 @@ if i32.const 1088 i32.const 1424 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1340,6 +1340,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1350,21 +1372,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1406,7 +1413,7 @@ if i32.const 0 i32.const 1424 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1421,7 +1428,7 @@ if i32.const 0 i32.const 1424 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1440,7 +1447,7 @@ if i32.const 0 i32.const 1424 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/infer-generic.debug.wat b/tests/compiler/infer-generic.debug.wat index 8f233ef65a..84daed223d 100644 --- a/tests/compiler/infer-generic.debug.wat +++ b/tests/compiler/infer-generic.debug.wat @@ -1081,7 +1081,7 @@ if i32.const 0 i32.const 544 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1127,7 +1127,7 @@ if i32.const 0 i32.const 544 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1160,7 +1160,7 @@ if i32.const 0 i32.const 544 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1404,7 +1404,7 @@ if i32.const 0 i32.const 544 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1733,7 +1733,7 @@ if i32.const 208 i32.const 544 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1742,6 +1742,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1771,24 +1791,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1826,7 +1835,7 @@ if i32.const 0 i32.const 544 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1897,7 +1906,7 @@ if i32.const 0 i32.const 544 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1961,19 +1970,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2062,7 +2063,7 @@ if i32.const 0 i32.const 544 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2177,7 +2178,7 @@ if i32.const 0 i32.const 544 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2197,7 +2198,7 @@ if i32.const 0 i32.const 544 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/infer-generic.release.wat b/tests/compiler/infer-generic.release.wat index a3aa2380b5..f62702fe86 100644 --- a/tests/compiler/infer-generic.release.wat +++ b/tests/compiler/infer-generic.release.wat @@ -647,7 +647,7 @@ if i32.const 0 i32.const 1568 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -672,7 +672,7 @@ if i32.const 0 i32.const 1568 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -700,7 +700,7 @@ if i32.const 0 i32.const 1568 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1067,7 +1067,7 @@ if i32.const 0 i32.const 1568 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1151,7 +1151,7 @@ if i32.const 0 i32.const 1568 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1203,7 +1203,7 @@ if i32.const 0 i32.const 1568 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1302,7 +1302,7 @@ if i32.const 1232 i32.const 1568 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1327,6 +1327,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1337,21 +1359,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1393,7 +1400,7 @@ if i32.const 0 i32.const 1568 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1408,7 +1415,7 @@ if i32.const 0 i32.const 1568 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1427,7 +1434,7 @@ if i32.const 0 i32.const 1568 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/inlining.debug.wat b/tests/compiler/inlining.debug.wat index 9aa02eb8e6..3740c9af7c 100644 --- a/tests/compiler/inlining.debug.wat +++ b/tests/compiler/inlining.debug.wat @@ -1300,7 +1300,7 @@ if i32.const 0 i32.const 448 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1346,7 +1346,7 @@ if i32.const 0 i32.const 448 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1379,7 +1379,7 @@ if i32.const 0 i32.const 448 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1623,7 +1623,7 @@ if i32.const 0 i32.const 448 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1952,7 +1952,7 @@ if i32.const 112 i32.const 448 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1961,6 +1961,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1990,24 +2010,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -2045,7 +2054,7 @@ if i32.const 0 i32.const 448 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -2116,7 +2125,7 @@ if i32.const 0 i32.const 448 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2180,19 +2189,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2281,7 +2282,7 @@ if i32.const 0 i32.const 448 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2396,7 +2397,7 @@ if i32.const 0 i32.const 448 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2416,7 +2417,7 @@ if i32.const 0 i32.const 448 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/inlining.release.wat b/tests/compiler/inlining.release.wat index 86a09559d2..77804a8363 100644 --- a/tests/compiler/inlining.release.wat +++ b/tests/compiler/inlining.release.wat @@ -633,7 +633,7 @@ if i32.const 0 i32.const 1472 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -658,7 +658,7 @@ if i32.const 0 i32.const 1472 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -686,7 +686,7 @@ if i32.const 0 i32.const 1472 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1053,7 +1053,7 @@ if i32.const 0 i32.const 1472 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1137,7 +1137,7 @@ if i32.const 0 i32.const 1472 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1189,7 +1189,7 @@ if i32.const 0 i32.const 1472 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1288,7 +1288,7 @@ if i32.const 1136 i32.const 1472 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1313,6 +1313,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1323,21 +1345,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1379,7 +1386,7 @@ if i32.const 0 i32.const 1472 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1394,7 +1401,7 @@ if i32.const 0 i32.const 1472 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1413,7 +1420,7 @@ if i32.const 0 i32.const 1472 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/instanceof.debug.wat b/tests/compiler/instanceof.debug.wat index 7a6e9d3571..a0d0a1b0aa 100644 --- a/tests/compiler/instanceof.debug.wat +++ b/tests/compiler/instanceof.debug.wat @@ -1056,7 +1056,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1102,7 +1102,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1135,7 +1135,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1379,7 +1379,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1708,7 +1708,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1717,6 +1717,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1746,24 +1766,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1801,7 +1810,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1872,7 +1881,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1936,19 +1945,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2037,7 +2038,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2152,7 +2153,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2172,7 +2173,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/instanceof.release.wat b/tests/compiler/instanceof.release.wat index 6e380ceb09..e5507b780a 100644 --- a/tests/compiler/instanceof.release.wat +++ b/tests/compiler/instanceof.release.wat @@ -725,7 +725,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -750,7 +750,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -778,7 +778,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1145,7 +1145,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1212,7 +1212,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1345,7 +1345,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1360,7 +1360,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/1095.debug.wat b/tests/compiler/issues/1095.debug.wat index 7bc52ec422..3885debe7a 100644 --- a/tests/compiler/issues/1095.debug.wat +++ b/tests/compiler/issues/1095.debug.wat @@ -1035,7 +1035,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1081,7 +1081,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1114,7 +1114,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1358,7 +1358,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1687,7 +1687,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1696,6 +1696,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1725,24 +1745,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1780,7 +1789,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1851,7 +1860,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1915,19 +1924,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2016,7 +2017,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2131,7 +2132,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2151,7 +2152,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/1095.release.wat b/tests/compiler/issues/1095.release.wat index 833d7bb9b4..4ac8523a24 100644 --- a/tests/compiler/issues/1095.release.wat +++ b/tests/compiler/issues/1095.release.wat @@ -624,7 +624,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -649,7 +649,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -677,7 +677,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1044,7 +1044,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1128,7 +1128,7 @@ if i32.const 0 i32.const 1392 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1180,7 +1180,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1279,7 +1279,7 @@ if i32.const 1056 i32.const 1392 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1304,6 +1304,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1314,21 +1336,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1370,7 +1377,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1385,7 +1392,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1404,7 +1411,7 @@ if i32.const 0 i32.const 1392 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/1225.debug.wat b/tests/compiler/issues/1225.debug.wat index 5766a3ebaa..9514862a47 100644 --- a/tests/compiler/issues/1225.debug.wat +++ b/tests/compiler/issues/1225.debug.wat @@ -1050,7 +1050,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1096,7 +1096,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1129,7 +1129,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1373,7 +1373,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1702,7 +1702,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1711,6 +1711,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1740,24 +1760,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1795,7 +1804,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1866,7 +1875,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1930,19 +1939,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2031,7 +2032,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2146,7 +2147,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2166,7 +2167,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/1225.release.wat b/tests/compiler/issues/1225.release.wat index 27ad0ab4d1..40774e3a59 100644 --- a/tests/compiler/issues/1225.release.wat +++ b/tests/compiler/issues/1225.release.wat @@ -629,7 +629,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -654,7 +654,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -682,7 +682,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1049,7 +1049,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1116,7 +1116,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1249,7 +1249,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1264,7 +1264,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/1699.debug.wat b/tests/compiler/issues/1699.debug.wat index 6fa0fa92a5..8181dca210 100644 --- a/tests/compiler/issues/1699.debug.wat +++ b/tests/compiler/issues/1699.debug.wat @@ -1037,7 +1037,7 @@ if i32.const 0 i32.const 464 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1083,7 +1083,7 @@ if i32.const 0 i32.const 464 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1116,7 +1116,7 @@ if i32.const 0 i32.const 464 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1360,7 +1360,7 @@ if i32.const 0 i32.const 464 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1689,7 +1689,7 @@ if i32.const 128 i32.const 464 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1698,6 +1698,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1727,24 +1747,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1782,7 +1791,7 @@ if i32.const 0 i32.const 464 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1853,7 +1862,7 @@ if i32.const 0 i32.const 464 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1917,19 +1926,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2018,7 +2019,7 @@ if i32.const 0 i32.const 464 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2133,7 +2134,7 @@ if i32.const 0 i32.const 464 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2153,7 +2154,7 @@ if i32.const 0 i32.const 464 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/1699.release.wat b/tests/compiler/issues/1699.release.wat index 2228f68687..227931cb74 100644 --- a/tests/compiler/issues/1699.release.wat +++ b/tests/compiler/issues/1699.release.wat @@ -631,7 +631,7 @@ if i32.const 0 i32.const 1488 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -656,7 +656,7 @@ if i32.const 0 i32.const 1488 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -684,7 +684,7 @@ if i32.const 0 i32.const 1488 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1051,7 +1051,7 @@ if i32.const 0 i32.const 1488 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1135,7 +1135,7 @@ if i32.const 0 i32.const 1488 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1187,7 +1187,7 @@ if i32.const 0 i32.const 1488 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1286,7 +1286,7 @@ if i32.const 1152 i32.const 1488 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1311,6 +1311,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1321,21 +1343,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1377,7 +1384,7 @@ if i32.const 0 i32.const 1488 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1392,7 +1399,7 @@ if i32.const 0 i32.const 1488 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1411,7 +1418,7 @@ if i32.const 0 i32.const 1488 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/2166.debug.wat b/tests/compiler/issues/2166.debug.wat index 95bcc64d24..39c49cc006 100644 --- a/tests/compiler/issues/2166.debug.wat +++ b/tests/compiler/issues/2166.debug.wat @@ -1039,7 +1039,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1085,7 +1085,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1118,7 +1118,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1362,7 +1362,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1691,7 +1691,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1700,6 +1700,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1729,24 +1749,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1784,7 +1793,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1855,7 +1864,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1919,19 +1928,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2020,7 +2021,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2135,7 +2136,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2155,7 +2156,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/2166.release.wat b/tests/compiler/issues/2166.release.wat index 50358d77ee..addb2abaee 100644 --- a/tests/compiler/issues/2166.release.wat +++ b/tests/compiler/issues/2166.release.wat @@ -629,7 +629,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -654,7 +654,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -682,7 +682,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1049,7 +1049,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1116,7 +1116,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1249,7 +1249,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1264,7 +1264,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/2322/index.debug.wat b/tests/compiler/issues/2322/index.debug.wat index 12436fad86..7ff1a4a09b 100644 --- a/tests/compiler/issues/2322/index.debug.wat +++ b/tests/compiler/issues/2322/index.debug.wat @@ -1033,7 +1033,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1079,7 +1079,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1112,7 +1112,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1356,7 +1356,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1685,7 +1685,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1694,6 +1694,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1723,24 +1743,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1778,7 +1787,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1849,7 +1858,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1913,19 +1922,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2014,7 +2015,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2129,7 +2130,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2149,7 +2150,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/2322/index.release.wat b/tests/compiler/issues/2322/index.release.wat index 0d93ed1ae6..f1d42124ee 100644 --- a/tests/compiler/issues/2322/index.release.wat +++ b/tests/compiler/issues/2322/index.release.wat @@ -619,7 +619,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -644,7 +644,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -672,7 +672,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1039,7 +1039,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1123,7 +1123,7 @@ if i32.const 0 i32.const 1392 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1175,7 +1175,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1274,7 +1274,7 @@ if i32.const 1056 i32.const 1392 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1299,6 +1299,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1309,21 +1331,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1365,7 +1372,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1380,7 +1387,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1399,7 +1406,7 @@ if i32.const 0 i32.const 1392 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/2622.debug.wat b/tests/compiler/issues/2622.debug.wat index 114640c3e5..860a0a0b91 100644 --- a/tests/compiler/issues/2622.debug.wat +++ b/tests/compiler/issues/2622.debug.wat @@ -1036,7 +1036,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1082,7 +1082,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1115,7 +1115,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1359,7 +1359,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1688,7 +1688,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1697,6 +1697,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1726,24 +1746,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1781,7 +1790,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1852,7 +1861,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1916,19 +1925,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2017,7 +2018,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2132,7 +2133,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2152,7 +2153,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/issues/2622.release.wat b/tests/compiler/issues/2622.release.wat index b2ba09af23..2b438537a0 100644 --- a/tests/compiler/issues/2622.release.wat +++ b/tests/compiler/issues/2622.release.wat @@ -658,7 +658,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -683,7 +683,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -711,7 +711,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1078,7 +1078,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1145,7 +1145,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1278,7 +1278,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1293,7 +1293,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/logical.debug.wat b/tests/compiler/logical.debug.wat index fca6162159..fad4d4ffc2 100644 --- a/tests/compiler/logical.debug.wat +++ b/tests/compiler/logical.debug.wat @@ -1062,7 +1062,7 @@ if i32.const 0 i32.const 416 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1108,7 +1108,7 @@ if i32.const 0 i32.const 416 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1141,7 +1141,7 @@ if i32.const 0 i32.const 416 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1385,7 +1385,7 @@ if i32.const 0 i32.const 416 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1714,7 +1714,7 @@ if i32.const 80 i32.const 416 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1723,6 +1723,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1752,24 +1772,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1807,7 +1816,7 @@ if i32.const 0 i32.const 416 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1878,7 +1887,7 @@ if i32.const 0 i32.const 416 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1942,19 +1951,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2043,7 +2044,7 @@ if i32.const 0 i32.const 416 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2158,7 +2159,7 @@ if i32.const 0 i32.const 416 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2178,7 +2179,7 @@ if i32.const 0 i32.const 416 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/logical.release.wat b/tests/compiler/logical.release.wat index 5a368d6b60..abc2afedfa 100644 --- a/tests/compiler/logical.release.wat +++ b/tests/compiler/logical.release.wat @@ -634,7 +634,7 @@ if i32.const 0 i32.const 1440 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -659,7 +659,7 @@ if i32.const 0 i32.const 1440 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -687,7 +687,7 @@ if i32.const 0 i32.const 1440 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1054,7 +1054,7 @@ if i32.const 0 i32.const 1440 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1121,7 +1121,7 @@ if i32.const 0 i32.const 1440 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1254,7 +1254,7 @@ if i32.const 0 i32.const 1440 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1269,7 +1269,7 @@ if i32.const 0 i32.const 1440 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/managed-cast.debug.wat b/tests/compiler/managed-cast.debug.wat index e18897dfca..4fb7b175d9 100644 --- a/tests/compiler/managed-cast.debug.wat +++ b/tests/compiler/managed-cast.debug.wat @@ -1035,7 +1035,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1081,7 +1081,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1114,7 +1114,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1358,7 +1358,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1687,7 +1687,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1696,6 +1696,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1725,24 +1745,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1780,7 +1789,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1851,7 +1860,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1915,19 +1924,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2016,7 +2017,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2131,7 +2132,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2151,7 +2152,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/managed-cast.release.wat b/tests/compiler/managed-cast.release.wat index 19cbe6d573..5e26cf390f 100644 --- a/tests/compiler/managed-cast.release.wat +++ b/tests/compiler/managed-cast.release.wat @@ -624,7 +624,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -649,7 +649,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -677,7 +677,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1044,7 +1044,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1111,7 +1111,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1244,7 +1244,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1259,7 +1259,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/new.debug.wat b/tests/compiler/new.debug.wat index fecb460f29..b0a882fcdb 100644 --- a/tests/compiler/new.debug.wat +++ b/tests/compiler/new.debug.wat @@ -1038,7 +1038,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1084,7 +1084,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1117,7 +1117,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1361,7 +1361,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1690,7 +1690,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1699,6 +1699,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1728,24 +1748,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1783,7 +1792,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1854,7 +1863,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1918,19 +1927,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2019,7 +2020,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2134,7 +2135,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2154,7 +2155,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/new.release.wat b/tests/compiler/new.release.wat index f99abb0702..438eba16e8 100644 --- a/tests/compiler/new.release.wat +++ b/tests/compiler/new.release.wat @@ -660,7 +660,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -685,7 +685,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -713,7 +713,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1080,7 +1080,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1147,7 +1147,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1280,7 +1280,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1295,7 +1295,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/object-literal.debug.wat b/tests/compiler/object-literal.debug.wat index b520990ae2..34b20b48dc 100644 --- a/tests/compiler/object-literal.debug.wat +++ b/tests/compiler/object-literal.debug.wat @@ -1130,7 +1130,7 @@ if i32.const 0 i32.const 416 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1176,7 +1176,7 @@ if i32.const 0 i32.const 416 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1209,7 +1209,7 @@ if i32.const 0 i32.const 416 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1453,7 +1453,7 @@ if i32.const 0 i32.const 416 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1782,7 +1782,7 @@ if i32.const 288 i32.const 416 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1791,6 +1791,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1820,24 +1840,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1875,7 +1884,7 @@ if i32.const 0 i32.const 416 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1946,7 +1955,7 @@ if i32.const 0 i32.const 416 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2010,19 +2019,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2111,7 +2112,7 @@ if i32.const 0 i32.const 416 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2226,7 +2227,7 @@ if i32.const 0 i32.const 416 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2246,7 +2247,7 @@ if i32.const 0 i32.const 416 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/object-literal.release.wat b/tests/compiler/object-literal.release.wat index 18760fe16f..6aed498155 100644 --- a/tests/compiler/object-literal.release.wat +++ b/tests/compiler/object-literal.release.wat @@ -634,7 +634,7 @@ if i32.const 0 i32.const 1440 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -659,7 +659,7 @@ if i32.const 0 i32.const 1440 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -687,7 +687,7 @@ if i32.const 0 i32.const 1440 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -855,7 +855,7 @@ if i32.const 0 i32.const 1440 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1144,7 +1144,7 @@ if i32.const 0 i32.const 1440 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1196,7 +1196,7 @@ if i32.const 0 i32.const 1440 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1227,7 +1227,7 @@ if i32.const 1312 i32.const 1440 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1252,6 +1252,28 @@ if memory.size $0 local.tee $1 + local.get $3 + i32.const 256 + i32.ge_u + if (result i32) + local.get $3 + i32.const 1 + i32.const 27 + local.get $3 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $3 + local.get $3 + i32.const 536870910 + i32.lt_u + select + else + local.get $3 + end i32.const 4 local.get $0 i32.load $0 offset=1568 @@ -1262,21 +1284,6 @@ i32.sub i32.ne i32.shl - local.get $3 - i32.const 1 - i32.const 27 - local.get $3 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $3 - local.get $3 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1318,7 +1325,7 @@ if i32.const 0 i32.const 1440 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1333,7 +1340,7 @@ if i32.const 0 i32.const 1440 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1352,7 +1359,7 @@ if i32.const 0 i32.const 1440 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/optional-typeparameters.debug.wat b/tests/compiler/optional-typeparameters.debug.wat index 39e9976fbe..ea99c2b3f8 100644 --- a/tests/compiler/optional-typeparameters.debug.wat +++ b/tests/compiler/optional-typeparameters.debug.wat @@ -1046,7 +1046,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1092,7 +1092,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1125,7 +1125,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1369,7 +1369,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1698,7 +1698,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1707,6 +1707,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1736,24 +1756,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1791,7 +1800,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1862,7 +1871,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1926,19 +1935,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2027,7 +2028,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2142,7 +2143,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2162,7 +2163,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/optional-typeparameters.release.wat b/tests/compiler/optional-typeparameters.release.wat index 59d641d65d..338470aae5 100644 --- a/tests/compiler/optional-typeparameters.release.wat +++ b/tests/compiler/optional-typeparameters.release.wat @@ -646,7 +646,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -671,7 +671,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -699,7 +699,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1066,7 +1066,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1133,7 +1133,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1266,7 +1266,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1281,7 +1281,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/reexport.debug.wat b/tests/compiler/reexport.debug.wat index b1c039ccac..b19004b09e 100644 --- a/tests/compiler/reexport.debug.wat +++ b/tests/compiler/reexport.debug.wat @@ -1079,7 +1079,7 @@ if i32.const 0 i32.const 416 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1125,7 +1125,7 @@ if i32.const 0 i32.const 416 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1158,7 +1158,7 @@ if i32.const 0 i32.const 416 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1402,7 +1402,7 @@ if i32.const 0 i32.const 416 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1731,7 +1731,7 @@ if i32.const 80 i32.const 416 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1740,6 +1740,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1769,24 +1789,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1824,7 +1833,7 @@ if i32.const 0 i32.const 416 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1895,7 +1904,7 @@ if i32.const 0 i32.const 416 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1959,19 +1968,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2060,7 +2061,7 @@ if i32.const 0 i32.const 416 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2175,7 +2176,7 @@ if i32.const 0 i32.const 416 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2195,7 +2196,7 @@ if i32.const 0 i32.const 416 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/reexport.release.wat b/tests/compiler/reexport.release.wat index 9baabf7a00..aa6cf67823 100644 --- a/tests/compiler/reexport.release.wat +++ b/tests/compiler/reexport.release.wat @@ -653,7 +653,7 @@ if i32.const 0 i32.const 1440 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -678,7 +678,7 @@ if i32.const 0 i32.const 1440 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -706,7 +706,7 @@ if i32.const 0 i32.const 1440 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1073,7 +1073,7 @@ if i32.const 0 i32.const 1440 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1140,7 +1140,7 @@ if i32.const 0 i32.const 1440 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1273,7 +1273,7 @@ if i32.const 0 i32.const 1440 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1288,7 +1288,7 @@ if i32.const 0 i32.const 1440 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rereexport.debug.wat b/tests/compiler/rereexport.debug.wat index 7cdcb0dad0..b409499e1b 100644 --- a/tests/compiler/rereexport.debug.wat +++ b/tests/compiler/rereexport.debug.wat @@ -1072,7 +1072,7 @@ if i32.const 0 i32.const 416 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1118,7 +1118,7 @@ if i32.const 0 i32.const 416 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1151,7 +1151,7 @@ if i32.const 0 i32.const 416 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1395,7 +1395,7 @@ if i32.const 0 i32.const 416 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1724,7 +1724,7 @@ if i32.const 80 i32.const 416 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1733,6 +1733,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1762,24 +1782,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1817,7 +1826,7 @@ if i32.const 0 i32.const 416 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1888,7 +1897,7 @@ if i32.const 0 i32.const 416 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1952,19 +1961,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2053,7 +2054,7 @@ if i32.const 0 i32.const 416 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2168,7 +2169,7 @@ if i32.const 0 i32.const 416 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2188,7 +2189,7 @@ if i32.const 0 i32.const 416 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rereexport.release.wat b/tests/compiler/rereexport.release.wat index 61f2435b7e..4ca358b3ef 100644 --- a/tests/compiler/rereexport.release.wat +++ b/tests/compiler/rereexport.release.wat @@ -651,7 +651,7 @@ if i32.const 0 i32.const 1440 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -676,7 +676,7 @@ if i32.const 0 i32.const 1440 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -704,7 +704,7 @@ if i32.const 0 i32.const 1440 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1071,7 +1071,7 @@ if i32.const 0 i32.const 1440 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1138,7 +1138,7 @@ if i32.const 0 i32.const 1440 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1271,7 +1271,7 @@ if i32.const 0 i32.const 1440 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1286,7 +1286,7 @@ if i32.const 0 i32.const 1440 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-access.debug.wat b/tests/compiler/resolve-access.debug.wat index 8d2e51b106..daff744a0a 100644 --- a/tests/compiler/resolve-access.debug.wat +++ b/tests/compiler/resolve-access.debug.wat @@ -1054,7 +1054,7 @@ if i32.const 0 i32.const 400 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1100,7 +1100,7 @@ if i32.const 0 i32.const 400 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1133,7 +1133,7 @@ if i32.const 0 i32.const 400 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1377,7 +1377,7 @@ if i32.const 0 i32.const 400 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1706,7 +1706,7 @@ if i32.const 64 i32.const 400 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1715,6 +1715,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1744,24 +1764,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1799,7 +1808,7 @@ if i32.const 0 i32.const 400 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1870,7 +1879,7 @@ if i32.const 0 i32.const 400 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1934,19 +1943,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2035,7 +2036,7 @@ if i32.const 0 i32.const 400 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2150,7 +2151,7 @@ if i32.const 0 i32.const 400 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2170,7 +2171,7 @@ if i32.const 0 i32.const 400 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-access.release.wat b/tests/compiler/resolve-access.release.wat index 0482bf6e60..81f11c300d 100644 --- a/tests/compiler/resolve-access.release.wat +++ b/tests/compiler/resolve-access.release.wat @@ -642,7 +642,7 @@ if i32.const 0 i32.const 1424 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -667,7 +667,7 @@ if i32.const 0 i32.const 1424 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -695,7 +695,7 @@ if i32.const 0 i32.const 1424 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1062,7 +1062,7 @@ if i32.const 0 i32.const 1424 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1146,7 +1146,7 @@ if i32.const 0 i32.const 1424 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1198,7 +1198,7 @@ if i32.const 0 i32.const 1424 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1297,7 +1297,7 @@ if i32.const 1088 i32.const 1424 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1322,6 +1322,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1332,21 +1354,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1388,7 +1395,7 @@ if i32.const 0 i32.const 1424 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1403,7 +1410,7 @@ if i32.const 0 i32.const 1424 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1422,7 +1429,7 @@ if i32.const 0 i32.const 1424 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-binary.debug.wat b/tests/compiler/resolve-binary.debug.wat index ff19ed12e8..8e4d5246fe 100644 --- a/tests/compiler/resolve-binary.debug.wat +++ b/tests/compiler/resolve-binary.debug.wat @@ -1274,7 +1274,7 @@ if i32.const 0 i32.const 720 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1320,7 +1320,7 @@ if i32.const 0 i32.const 720 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1353,7 +1353,7 @@ if i32.const 0 i32.const 720 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1597,7 +1597,7 @@ if i32.const 0 i32.const 720 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1926,7 +1926,7 @@ if i32.const 384 i32.const 720 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1935,6 +1935,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1964,24 +1984,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -2019,7 +2028,7 @@ if i32.const 0 i32.const 720 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -2090,7 +2099,7 @@ if i32.const 0 i32.const 720 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2154,19 +2163,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2255,7 +2256,7 @@ if i32.const 0 i32.const 720 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2370,7 +2371,7 @@ if i32.const 0 i32.const 720 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2390,7 +2391,7 @@ if i32.const 0 i32.const 720 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-binary.release.wat b/tests/compiler/resolve-binary.release.wat index 030896d69b..361d585398 100644 --- a/tests/compiler/resolve-binary.release.wat +++ b/tests/compiler/resolve-binary.release.wat @@ -851,7 +851,7 @@ if i32.const 0 i32.const 1744 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -876,7 +876,7 @@ if i32.const 0 i32.const 1744 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -904,7 +904,7 @@ if i32.const 0 i32.const 1744 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1271,7 +1271,7 @@ if i32.const 0 i32.const 1744 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1355,7 +1355,7 @@ if i32.const 0 i32.const 1744 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1407,7 +1407,7 @@ if i32.const 0 i32.const 1744 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1506,7 +1506,7 @@ if i32.const 1408 i32.const 1744 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1531,6 +1531,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1541,21 +1563,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1597,7 +1604,7 @@ if i32.const 0 i32.const 1744 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1612,7 +1619,7 @@ if i32.const 0 i32.const 1744 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1631,7 +1638,7 @@ if i32.const 0 i32.const 1744 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-elementaccess.debug.wat b/tests/compiler/resolve-elementaccess.debug.wat index 1dc9378ea1..4f7f102983 100644 --- a/tests/compiler/resolve-elementaccess.debug.wat +++ b/tests/compiler/resolve-elementaccess.debug.wat @@ -1077,7 +1077,7 @@ if i32.const 0 i32.const 480 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1123,7 +1123,7 @@ if i32.const 0 i32.const 480 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1156,7 +1156,7 @@ if i32.const 0 i32.const 480 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1400,7 +1400,7 @@ if i32.const 0 i32.const 480 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1729,7 +1729,7 @@ if i32.const 144 i32.const 480 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1738,6 +1738,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1767,24 +1787,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1822,7 +1831,7 @@ if i32.const 0 i32.const 480 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1893,7 +1902,7 @@ if i32.const 0 i32.const 480 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1957,19 +1966,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2058,7 +2059,7 @@ if i32.const 0 i32.const 480 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2173,7 +2174,7 @@ if i32.const 0 i32.const 480 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2193,7 +2194,7 @@ if i32.const 0 i32.const 480 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-elementaccess.release.wat b/tests/compiler/resolve-elementaccess.release.wat index 1951c93145..b08ff52596 100644 --- a/tests/compiler/resolve-elementaccess.release.wat +++ b/tests/compiler/resolve-elementaccess.release.wat @@ -694,7 +694,7 @@ if i32.const 0 i32.const 1504 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -719,7 +719,7 @@ if i32.const 0 i32.const 1504 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -747,7 +747,7 @@ if i32.const 0 i32.const 1504 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1114,7 +1114,7 @@ if i32.const 0 i32.const 1504 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1198,7 +1198,7 @@ if i32.const 0 i32.const 1504 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1250,7 +1250,7 @@ if i32.const 0 i32.const 1504 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1349,7 +1349,7 @@ if i32.const 1168 i32.const 1504 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1374,6 +1374,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1384,21 +1406,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1440,7 +1447,7 @@ if i32.const 0 i32.const 1504 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1455,7 +1462,7 @@ if i32.const 0 i32.const 1504 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1474,7 +1481,7 @@ if i32.const 0 i32.const 1504 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-function-expression.debug.wat b/tests/compiler/resolve-function-expression.debug.wat index 94f52e0a6d..a9cdc844bf 100644 --- a/tests/compiler/resolve-function-expression.debug.wat +++ b/tests/compiler/resolve-function-expression.debug.wat @@ -1120,7 +1120,7 @@ if i32.const 0 i32.const 768 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1166,7 +1166,7 @@ if i32.const 0 i32.const 768 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1199,7 +1199,7 @@ if i32.const 0 i32.const 768 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1443,7 +1443,7 @@ if i32.const 0 i32.const 768 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1772,7 +1772,7 @@ if i32.const 432 i32.const 768 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1781,6 +1781,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1810,24 +1830,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1865,7 +1874,7 @@ if i32.const 0 i32.const 768 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1936,7 +1945,7 @@ if i32.const 0 i32.const 768 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2000,19 +2009,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2101,7 +2102,7 @@ if i32.const 0 i32.const 768 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2216,7 +2217,7 @@ if i32.const 0 i32.const 768 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2236,7 +2237,7 @@ if i32.const 0 i32.const 768 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-function-expression.release.wat b/tests/compiler/resolve-function-expression.release.wat index 733cf16d8e..27215c7055 100644 --- a/tests/compiler/resolve-function-expression.release.wat +++ b/tests/compiler/resolve-function-expression.release.wat @@ -661,7 +661,7 @@ if i32.const 0 i32.const 1792 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -686,7 +686,7 @@ if i32.const 0 i32.const 1792 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -714,7 +714,7 @@ if i32.const 0 i32.const 1792 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1081,7 +1081,7 @@ if i32.const 0 i32.const 1792 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1165,7 +1165,7 @@ if i32.const 0 i32.const 1792 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1217,7 +1217,7 @@ if i32.const 0 i32.const 1792 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1275,11 +1275,11 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 1424 - local.set $1 + local.set $2 br $__inlined_func$~lib/util/number/itoa32 end global.get $~lib/memory/__stack_pointer - local.set $5 + local.set $4 i32.const 0 local.get $0 i32.sub @@ -1337,7 +1337,7 @@ i32.add end end - local.tee $2 + local.tee $1 i32.const 1 i32.shl local.get $3 @@ -1359,12 +1359,12 @@ if block $__inlined_func$~lib/rt/itcms/interrupt i32.const 2048 - local.set $1 + local.set $2 loop $do-loop|0 - local.get $1 + local.get $2 call $~lib/rt/itcms/step i32.sub - local.set $1 + local.set $2 global.get $~lib/rt/itcms/state i32.eqz if @@ -1380,20 +1380,20 @@ global.set $~lib/rt/itcms/threshold br $__inlined_func$~lib/rt/itcms/interrupt end - local.get $1 + local.get $2 i32.const 0 i32.gt_s br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 + local.tee $2 global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 i32.lt_u i32.const 10 i32.shl - local.get $1 + local.get $2 i32.add global.set $~lib/rt/itcms/threshold end @@ -1408,62 +1408,69 @@ local.get $6 i32.const 16 i32.add - local.tee $1 + local.tee $2 i32.const 1073741820 i32.gt_u if i32.const 1456 i32.const 1792 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable end local.get $7 i32.const 12 - local.get $1 + local.get $2 i32.const 19 i32.add i32.const -16 i32.and i32.const 4 i32.sub - local.get $1 + local.get $2 i32.const 12 i32.le_u select local.tee $8 call $~lib/rt/tlsf/searchBlock - local.tee $1 + local.tee $2 i32.eqz if memory.size $0 - local.tee $1 + local.tee $2 + local.get $8 + i32.const 256 + i32.ge_u + if (result i32) + local.get $8 + i32.const 1 + i32.const 27 + local.get $8 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $8 + local.get $8 + i32.const 536870910 + i32.lt_u + select + else + local.get $8 + end i32.const 4 local.get $7 i32.load $0 offset=1568 - local.get $1 + local.get $2 i32.const 16 i32.shl i32.const 4 i32.sub i32.ne i32.shl - local.get $8 - i32.const 1 - i32.const 27 - local.get $8 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $8 - local.get $8 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1471,16 +1478,16 @@ i32.and i32.const 16 i32.shr_u - local.tee $4 - local.get $1 - local.get $4 + local.tee $5 + local.get $2 + local.get $5 i32.gt_s select memory.grow $0 i32.const 0 i32.lt_s if - local.get $4 + local.get $5 memory.grow $0 i32.const 0 i32.lt_s @@ -1489,7 +1496,7 @@ end end local.get $7 - local.get $1 + local.get $2 i32.const 16 i32.shl memory.size $0 @@ -1500,19 +1507,19 @@ local.get $7 local.get $8 call $~lib/rt/tlsf/searchBlock - local.tee $1 + local.tee $2 i32.eqz if i32.const 0 i32.const 1792 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable end end local.get $8 - local.get $1 + local.get $2 i32.load $0 i32.const -4 i32.and @@ -1520,17 +1527,17 @@ if i32.const 0 i32.const 1792 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable end local.get $7 - local.get $1 + local.get $2 call $~lib/rt/tlsf/removeBlock - local.get $1 + local.get $2 i32.load $0 - local.set $4 + local.set $9 local.get $8 i32.const 4 i32.add @@ -1539,94 +1546,94 @@ if i32.const 0 i32.const 1792 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable end - local.get $4 + local.get $9 i32.const -4 i32.and local.get $8 i32.sub - local.tee $9 + local.tee $5 i32.const 16 i32.ge_u if - local.get $1 + local.get $2 local.get $8 - local.get $4 + local.get $9 i32.const 2 i32.and i32.or i32.store $0 - local.get $1 + local.get $2 i32.const 4 i32.add local.get $8 i32.add - local.tee $4 - local.get $9 + local.tee $8 + local.get $5 i32.const 4 i32.sub i32.const 1 i32.or i32.store $0 local.get $7 - local.get $4 + local.get $8 call $~lib/rt/tlsf/insertBlock else - local.get $1 - local.get $4 + local.get $2 + local.get $9 i32.const -2 i32.and i32.store $0 - local.get $1 + local.get $2 i32.const 4 i32.add - local.get $1 + local.get $2 i32.load $0 i32.const -4 i32.and i32.add - local.tee $4 - local.get $4 + local.tee $5 + local.get $5 i32.load $0 i32.const -3 i32.and i32.store $0 end - local.get $1 + local.get $2 i32.const 2 i32.store $0 offset=12 - local.get $1 + local.get $2 local.get $6 i32.store $0 offset=16 global.get $~lib/rt/itcms/fromSpace - local.tee $4 + local.tee $5 i32.load $0 offset=8 local.set $7 - local.get $1 - local.get $4 + local.get $2 + local.get $5 global.get $~lib/rt/itcms/white i32.or i32.store $0 offset=4 - local.get $1 + local.get $2 local.get $7 i32.store $0 offset=8 local.get $7 - local.get $1 + local.get $2 local.get $7 i32.load $0 offset=4 i32.const 3 i32.and i32.or i32.store $0 offset=4 - local.get $4 - local.get $1 + local.get $5 + local.get $2 i32.store $0 offset=8 global.get $~lib/rt/itcms/total - local.get $1 + local.get $2 i32.load $0 i32.const -4 i32.and @@ -1634,17 +1641,17 @@ i32.add i32.add global.set $~lib/rt/itcms/total - local.get $1 + local.get $2 i32.const 20 i32.add - local.tee $1 + local.tee $2 i32.const 0 local.get $6 memory.fill $0 - local.get $5 - local.get $1 + local.get $4 + local.get $2 i32.store $0 - local.get $1 + local.get $2 local.get $3 i32.add local.set $4 @@ -1662,10 +1669,10 @@ i32.div_u local.set $0 local.get $4 - local.get $2 + local.get $1 i32.const 4 i32.sub - local.tee $2 + local.tee $1 i32.const 1 i32.shl i32.add @@ -1697,10 +1704,10 @@ i32.ge_u if local.get $4 - local.get $2 + local.get $1 i32.const 2 i32.sub - local.tee $2 + local.tee $1 i32.const 1 i32.shl i32.add @@ -1723,7 +1730,7 @@ i32.ge_u if local.get $4 - local.get $2 + local.get $1 i32.const 2 i32.sub i32.const 1 @@ -1738,7 +1745,7 @@ i32.store $0 else local.get $4 - local.get $2 + local.get $1 i32.const 1 i32.sub i32.const 1 @@ -1751,7 +1758,7 @@ end local.get $3 if - local.get $1 + local.get $2 i32.const 45 i32.store16 $0 end @@ -1760,7 +1767,7 @@ i32.add global.set $~lib/memory/__stack_pointer end - local.get $1 + local.get $2 ) (func $~lib/rt/__visit_members (param $0 i32) (local $1 i32) diff --git a/tests/compiler/resolve-new.debug.wat b/tests/compiler/resolve-new.debug.wat index 75e158d7ce..3b02a74784 100644 --- a/tests/compiler/resolve-new.debug.wat +++ b/tests/compiler/resolve-new.debug.wat @@ -1033,7 +1033,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1079,7 +1079,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1112,7 +1112,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1356,7 +1356,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1685,7 +1685,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1694,6 +1694,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1723,24 +1743,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1778,7 +1787,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1849,7 +1858,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1913,19 +1922,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2014,7 +2015,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2129,7 +2130,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2149,7 +2150,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-new.release.wat b/tests/compiler/resolve-new.release.wat index 6b37e50151..78f4407d8e 100644 --- a/tests/compiler/resolve-new.release.wat +++ b/tests/compiler/resolve-new.release.wat @@ -625,7 +625,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -650,7 +650,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -678,7 +678,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1045,7 +1045,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1112,7 +1112,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1245,7 +1245,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1260,7 +1260,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-propertyaccess.debug.wat b/tests/compiler/resolve-propertyaccess.debug.wat index 18abec093b..c40972e4f0 100644 --- a/tests/compiler/resolve-propertyaccess.debug.wat +++ b/tests/compiler/resolve-propertyaccess.debug.wat @@ -1120,7 +1120,7 @@ if i32.const 0 i32.const 592 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1166,7 +1166,7 @@ if i32.const 0 i32.const 592 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1199,7 +1199,7 @@ if i32.const 0 i32.const 592 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1443,7 +1443,7 @@ if i32.const 0 i32.const 592 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1772,7 +1772,7 @@ if i32.const 256 i32.const 592 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1781,6 +1781,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1810,24 +1830,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1865,7 +1874,7 @@ if i32.const 0 i32.const 592 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1936,7 +1945,7 @@ if i32.const 0 i32.const 592 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2000,19 +2009,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2101,7 +2102,7 @@ if i32.const 0 i32.const 592 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2216,7 +2217,7 @@ if i32.const 0 i32.const 592 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2236,7 +2237,7 @@ if i32.const 0 i32.const 592 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-propertyaccess.release.wat b/tests/compiler/resolve-propertyaccess.release.wat index 83043d29eb..05ca990b33 100644 --- a/tests/compiler/resolve-propertyaccess.release.wat +++ b/tests/compiler/resolve-propertyaccess.release.wat @@ -660,7 +660,7 @@ if i32.const 0 i32.const 1616 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -685,7 +685,7 @@ if i32.const 0 i32.const 1616 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -713,7 +713,7 @@ if i32.const 0 i32.const 1616 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1080,7 +1080,7 @@ if i32.const 0 i32.const 1616 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1164,7 +1164,7 @@ if i32.const 0 i32.const 1616 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1216,7 +1216,7 @@ if i32.const 0 i32.const 1616 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1315,7 +1315,7 @@ if i32.const 1280 i32.const 1616 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1340,6 +1340,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1350,21 +1372,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1406,7 +1413,7 @@ if i32.const 0 i32.const 1616 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1421,7 +1428,7 @@ if i32.const 0 i32.const 1616 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1440,7 +1447,7 @@ if i32.const 0 i32.const 1616 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-ternary.debug.wat b/tests/compiler/resolve-ternary.debug.wat index 821f870592..88fe3f8e4c 100644 --- a/tests/compiler/resolve-ternary.debug.wat +++ b/tests/compiler/resolve-ternary.debug.wat @@ -1128,7 +1128,7 @@ if i32.const 0 i32.const 592 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1174,7 +1174,7 @@ if i32.const 0 i32.const 592 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1207,7 +1207,7 @@ if i32.const 0 i32.const 592 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1451,7 +1451,7 @@ if i32.const 0 i32.const 592 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1780,7 +1780,7 @@ if i32.const 256 i32.const 592 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1789,6 +1789,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1818,24 +1838,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1873,7 +1882,7 @@ if i32.const 0 i32.const 592 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1944,7 +1953,7 @@ if i32.const 0 i32.const 592 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2008,19 +2017,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2109,7 +2110,7 @@ if i32.const 0 i32.const 592 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2224,7 +2225,7 @@ if i32.const 0 i32.const 592 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2244,7 +2245,7 @@ if i32.const 0 i32.const 592 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-ternary.release.wat b/tests/compiler/resolve-ternary.release.wat index 6cf4ecb8c6..fd5bc84dca 100644 --- a/tests/compiler/resolve-ternary.release.wat +++ b/tests/compiler/resolve-ternary.release.wat @@ -666,7 +666,7 @@ if i32.const 0 i32.const 1616 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -691,7 +691,7 @@ if i32.const 0 i32.const 1616 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -719,7 +719,7 @@ if i32.const 0 i32.const 1616 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1086,7 +1086,7 @@ if i32.const 0 i32.const 1616 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1170,7 +1170,7 @@ if i32.const 0 i32.const 1616 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1222,7 +1222,7 @@ if i32.const 0 i32.const 1616 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1321,7 +1321,7 @@ if i32.const 1280 i32.const 1616 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1346,6 +1346,28 @@ if memory.size $0 local.tee $1 + local.get $4 + i32.const 256 + i32.ge_u + if (result i32) + local.get $4 + i32.const 1 + i32.const 27 + local.get $4 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $4 + local.get $4 + i32.const 536870910 + i32.lt_u + select + else + local.get $4 + end i32.const 4 local.get $3 i32.load $0 offset=1568 @@ -1356,21 +1378,6 @@ i32.sub i32.ne i32.shl - local.get $4 - i32.const 1 - i32.const 27 - local.get $4 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $4 - local.get $4 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1412,7 +1419,7 @@ if i32.const 0 i32.const 1616 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1427,7 +1434,7 @@ if i32.const 0 i32.const 1616 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1446,7 +1453,7 @@ if i32.const 0 i32.const 1616 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-unary.debug.wat b/tests/compiler/resolve-unary.debug.wat index 8050d737ca..862a3d4188 100644 --- a/tests/compiler/resolve-unary.debug.wat +++ b/tests/compiler/resolve-unary.debug.wat @@ -1120,7 +1120,7 @@ if i32.const 0 i32.const 592 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1166,7 +1166,7 @@ if i32.const 0 i32.const 592 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1199,7 +1199,7 @@ if i32.const 0 i32.const 592 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1443,7 +1443,7 @@ if i32.const 0 i32.const 592 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1772,7 +1772,7 @@ if i32.const 256 i32.const 592 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1781,6 +1781,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1810,24 +1830,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1865,7 +1874,7 @@ if i32.const 0 i32.const 592 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1936,7 +1945,7 @@ if i32.const 0 i32.const 592 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2000,19 +2009,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2101,7 +2102,7 @@ if i32.const 0 i32.const 592 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2216,7 +2217,7 @@ if i32.const 0 i32.const 592 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2236,7 +2237,7 @@ if i32.const 0 i32.const 592 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/resolve-unary.release.wat b/tests/compiler/resolve-unary.release.wat index c9f0c6ac9f..446dbe2298 100644 --- a/tests/compiler/resolve-unary.release.wat +++ b/tests/compiler/resolve-unary.release.wat @@ -686,7 +686,7 @@ if i32.const 0 i32.const 1616 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -711,7 +711,7 @@ if i32.const 0 i32.const 1616 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -739,7 +739,7 @@ if i32.const 0 i32.const 1616 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1106,7 +1106,7 @@ if i32.const 0 i32.const 1616 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1190,7 +1190,7 @@ if i32.const 0 i32.const 1616 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1242,7 +1242,7 @@ if i32.const 0 i32.const 1616 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1341,7 +1341,7 @@ if i32.const 1280 i32.const 1616 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1366,6 +1366,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1376,21 +1398,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1432,7 +1439,7 @@ if i32.const 0 i32.const 1616 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1447,7 +1454,7 @@ if i32.const 0 i32.const 1616 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1466,7 +1473,7 @@ if i32.const 0 i32.const 1616 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/return-unreachable.debug.wat b/tests/compiler/return-unreachable.debug.wat index d74a223b13..ce61a8bc37 100644 --- a/tests/compiler/return-unreachable.debug.wat +++ b/tests/compiler/return-unreachable.debug.wat @@ -1036,7 +1036,7 @@ if i32.const 0 i32.const 464 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1082,7 +1082,7 @@ if i32.const 0 i32.const 464 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1115,7 +1115,7 @@ if i32.const 0 i32.const 464 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1359,7 +1359,7 @@ if i32.const 0 i32.const 464 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1688,7 +1688,7 @@ if i32.const 128 i32.const 464 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1697,6 +1697,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1726,24 +1746,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1781,7 +1790,7 @@ if i32.const 0 i32.const 464 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1852,7 +1861,7 @@ if i32.const 0 i32.const 464 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1916,19 +1925,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2017,7 +2018,7 @@ if i32.const 0 i32.const 464 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2132,7 +2133,7 @@ if i32.const 0 i32.const 464 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2152,7 +2153,7 @@ if i32.const 0 i32.const 464 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/return-unreachable.release.wat b/tests/compiler/return-unreachable.release.wat index 3242386a34..a30d733294 100644 --- a/tests/compiler/return-unreachable.release.wat +++ b/tests/compiler/return-unreachable.release.wat @@ -626,7 +626,7 @@ if i32.const 0 i32.const 1488 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -651,7 +651,7 @@ if i32.const 0 i32.const 1488 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -679,7 +679,7 @@ if i32.const 0 i32.const 1488 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1046,7 +1046,7 @@ if i32.const 0 i32.const 1488 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1130,7 +1130,7 @@ if i32.const 0 i32.const 1488 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1182,7 +1182,7 @@ if i32.const 0 i32.const 1488 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1281,7 +1281,7 @@ if i32.const 1152 i32.const 1488 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1306,6 +1306,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1316,21 +1338,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1372,7 +1379,7 @@ if i32.const 0 i32.const 1488 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1387,7 +1394,7 @@ if i32.const 0 i32.const 1488 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1406,7 +1413,7 @@ if i32.const 0 i32.const 1488 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rt/alloc-large-memory.debug.wat b/tests/compiler/rt/alloc-large-memory.debug.wat index a2586176b7..e2aa202376 100644 --- a/tests/compiler/rt/alloc-large-memory.debug.wat +++ b/tests/compiler/rt/alloc-large-memory.debug.wat @@ -678,7 +678,7 @@ if i32.const 0 i32.const 32 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -724,7 +724,7 @@ if i32.const 0 i32.const 32 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -757,7 +757,7 @@ if i32.const 0 i32.const 32 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -999,7 +999,7 @@ if i32.const 96 i32.const 32 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1008,6 +1008,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1037,24 +1057,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1092,7 +1101,7 @@ if i32.const 0 i32.const 32 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1163,7 +1172,7 @@ if i32.const 0 i32.const 32 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1227,19 +1236,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -1328,7 +1329,7 @@ if i32.const 0 i32.const 32 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -1443,7 +1444,7 @@ if i32.const 0 i32.const 32 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1463,7 +1464,7 @@ if i32.const 0 i32.const 32 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rt/alloc-large-memory.release.wat b/tests/compiler/rt/alloc-large-memory.release.wat index 52be1f0c56..dcdd6257a6 100644 --- a/tests/compiler/rt/alloc-large-memory.release.wat +++ b/tests/compiler/rt/alloc-large-memory.release.wat @@ -423,7 +423,7 @@ if i32.const 0 i32.const 1056 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -448,7 +448,7 @@ if i32.const 0 i32.const 1056 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -476,7 +476,7 @@ if i32.const 0 i32.const 1056 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -580,7 +580,7 @@ if i32.const 0 i32.const 1056 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -632,7 +632,7 @@ if i32.const 0 i32.const 1056 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -746,7 +746,7 @@ if i32.const 1120 i32.const 1056 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -771,6 +771,28 @@ if memory.size $0 local.tee $1 + local.get $0 + i32.const 256 + i32.ge_u + if (result i32) + local.get $0 + i32.const 1 + i32.const 27 + local.get $0 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $0 + local.get $0 + i32.const 536870910 + i32.lt_u + select + else + local.get $0 + end i32.const 4 local.get $3 i32.load $0 offset=1568 @@ -781,21 +803,6 @@ i32.sub i32.ne i32.shl - local.get $0 - i32.const 1 - i32.const 27 - local.get $0 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $0 - local.get $0 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -837,7 +844,7 @@ if i32.const 0 i32.const 1056 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -852,7 +859,7 @@ if i32.const 0 i32.const 1056 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -871,7 +878,7 @@ if i32.const 0 i32.const 1056 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rt/finalize.debug.wat b/tests/compiler/rt/finalize.debug.wat index 06dbe11c5e..95ff6cc8a3 100644 --- a/tests/compiler/rt/finalize.debug.wat +++ b/tests/compiler/rt/finalize.debug.wat @@ -1052,7 +1052,7 @@ if i32.const 0 i32.const 416 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1098,7 +1098,7 @@ if i32.const 0 i32.const 416 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1131,7 +1131,7 @@ if i32.const 0 i32.const 416 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1375,7 +1375,7 @@ if i32.const 0 i32.const 416 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1708,7 +1708,7 @@ if i32.const 32 i32.const 416 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1717,6 +1717,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1746,24 +1766,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1801,7 +1810,7 @@ if i32.const 0 i32.const 416 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1872,7 +1881,7 @@ if i32.const 0 i32.const 416 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1936,19 +1945,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2037,7 +2038,7 @@ if i32.const 0 i32.const 416 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2152,7 +2153,7 @@ if i32.const 0 i32.const 416 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2172,7 +2173,7 @@ if i32.const 0 i32.const 416 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rt/finalize.release.wat b/tests/compiler/rt/finalize.release.wat index eb2ad2c237..c72c96d7a2 100644 --- a/tests/compiler/rt/finalize.release.wat +++ b/tests/compiler/rt/finalize.release.wat @@ -623,7 +623,7 @@ if i32.const 0 i32.const 1440 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -648,7 +648,7 @@ if i32.const 0 i32.const 1440 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -676,7 +676,7 @@ if i32.const 0 i32.const 1440 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1058,7 +1058,7 @@ if i32.const 0 i32.const 1440 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1125,7 +1125,7 @@ if i32.const 0 i32.const 1440 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1258,7 +1258,7 @@ if i32.const 0 i32.const 1440 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1273,7 +1273,7 @@ if i32.const 0 i32.const 1440 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rt/runtime-incremental-export.debug.wat b/tests/compiler/rt/runtime-incremental-export.debug.wat index 8f69345eb5..1c5c21375c 100644 --- a/tests/compiler/rt/runtime-incremental-export.debug.wat +++ b/tests/compiler/rt/runtime-incremental-export.debug.wat @@ -1039,7 +1039,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1085,7 +1085,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1118,7 +1118,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1362,7 +1362,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1691,7 +1691,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1700,6 +1700,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1729,24 +1749,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1784,7 +1793,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1855,7 +1864,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1919,19 +1928,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2020,7 +2021,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2135,7 +2136,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2155,7 +2156,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rt/runtime-incremental-export.release.wat b/tests/compiler/rt/runtime-incremental-export.release.wat index caf4fb6744..8ac160e12a 100644 --- a/tests/compiler/rt/runtime-incremental-export.release.wat +++ b/tests/compiler/rt/runtime-incremental-export.release.wat @@ -635,7 +635,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -660,7 +660,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -688,7 +688,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1055,7 +1055,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1139,7 +1139,7 @@ if i32.const 0 i32.const 1392 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1191,7 +1191,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1290,7 +1290,7 @@ if i32.const 1056 i32.const 1392 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1315,6 +1315,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1325,21 +1347,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1381,7 +1388,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1396,7 +1403,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1415,7 +1422,7 @@ if i32.const 0 i32.const 1392 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rt/runtime-minimal-export.debug.wat b/tests/compiler/rt/runtime-minimal-export.debug.wat index 54358318b2..c667c5ca2c 100644 --- a/tests/compiler/rt/runtime-minimal-export.debug.wat +++ b/tests/compiler/rt/runtime-minimal-export.debug.wat @@ -695,7 +695,7 @@ if i32.const 0 i32.const 160 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -741,7 +741,7 @@ if i32.const 0 i32.const 160 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -774,7 +774,7 @@ if i32.const 0 i32.const 160 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1016,7 +1016,7 @@ if i32.const 32 i32.const 160 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1025,6 +1025,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1054,24 +1074,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1109,7 +1118,7 @@ if i32.const 0 i32.const 160 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1180,7 +1189,7 @@ if i32.const 0 i32.const 160 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1244,19 +1253,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -1345,7 +1346,7 @@ if i32.const 0 i32.const 160 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -1460,7 +1461,7 @@ if i32.const 0 i32.const 160 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1480,7 +1481,7 @@ if i32.const 0 i32.const 160 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1791,7 +1792,7 @@ if i32.const 0 i32.const 160 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/rt/runtime-minimal-export.release.wat b/tests/compiler/rt/runtime-minimal-export.release.wat index 75dd8c40f7..5c5459a0d3 100644 --- a/tests/compiler/rt/runtime-minimal-export.release.wat +++ b/tests/compiler/rt/runtime-minimal-export.release.wat @@ -442,7 +442,7 @@ if i32.const 0 i32.const 1184 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -467,7 +467,7 @@ if i32.const 0 i32.const 1184 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -495,7 +495,7 @@ if i32.const 0 i32.const 1184 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -679,7 +679,7 @@ if i32.const 0 i32.const 1184 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -731,7 +731,7 @@ if i32.const 0 i32.const 1184 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -785,7 +785,7 @@ if i32.const 1056 i32.const 1184 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -810,6 +810,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -820,21 +842,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -876,7 +883,7 @@ if i32.const 0 i32.const 1184 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -891,7 +898,7 @@ if i32.const 0 i32.const 1184 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -910,7 +917,7 @@ if i32.const 0 i32.const 1184 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -1338,7 +1345,7 @@ if i32.const 0 i32.const 1184 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/simd.debug.wat b/tests/compiler/simd.debug.wat index 25b57509d5..bb810b7e42 100644 --- a/tests/compiler/simd.debug.wat +++ b/tests/compiler/simd.debug.wat @@ -1,6 +1,6 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_i32 (func (param i32) (result i32))) + (type $i32_i32_=>_none (func (param i32 i32))) (type $none_=>_none (func)) (type $i32_=>_none (func (param i32))) (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) @@ -1072,7 +1072,7 @@ if i32.const 0 i32.const 416 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1118,7 +1118,7 @@ if i32.const 0 i32.const 416 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1151,7 +1151,7 @@ if i32.const 0 i32.const 416 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1395,7 +1395,7 @@ if i32.const 0 i32.const 416 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1724,7 +1724,7 @@ if i32.const 80 i32.const 416 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1733,6 +1733,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1762,24 +1782,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1817,7 +1826,7 @@ if i32.const 0 i32.const 416 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1888,7 +1897,7 @@ if i32.const 0 i32.const 416 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1952,19 +1961,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2053,7 +2054,7 @@ if i32.const 0 i32.const 416 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2168,7 +2169,7 @@ if i32.const 0 i32.const 416 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2188,7 +2189,7 @@ if i32.const 0 i32.const 416 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/simd.release.wat b/tests/compiler/simd.release.wat index b026f5e615..deba7d8f6d 100644 --- a/tests/compiler/simd.release.wat +++ b/tests/compiler/simd.release.wat @@ -651,7 +651,7 @@ if i32.const 0 i32.const 1440 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -676,7 +676,7 @@ if i32.const 0 i32.const 1440 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -704,7 +704,7 @@ if i32.const 0 i32.const 1440 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -872,7 +872,7 @@ if i32.const 0 i32.const 1440 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1161,7 +1161,7 @@ if i32.const 0 i32.const 1440 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1213,7 +1213,7 @@ if i32.const 0 i32.const 1440 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1244,7 +1244,7 @@ if i32.const 1104 i32.const 1440 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1269,6 +1269,28 @@ if memory.size $0 local.tee $1 + local.get $3 + i32.const 256 + i32.ge_u + if (result i32) + local.get $3 + i32.const 1 + i32.const 27 + local.get $3 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $3 + local.get $3 + i32.const 536870910 + i32.lt_u + select + else + local.get $3 + end i32.const 4 local.get $0 i32.load $0 offset=1568 @@ -1279,21 +1301,6 @@ i32.sub i32.ne i32.shl - local.get $3 - i32.const 1 - i32.const 27 - local.get $3 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $3 - local.get $3 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1335,7 +1342,7 @@ if i32.const 0 i32.const 1440 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1350,7 +1357,7 @@ if i32.const 0 i32.const 1440 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1369,7 +1376,7 @@ if i32.const 0 i32.const 1440 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/array-literal.debug.wat b/tests/compiler/std/array-literal.debug.wat index 0deecacc2b..fd50847553 100644 --- a/tests/compiler/std/array-literal.debug.wat +++ b/tests/compiler/std/array-literal.debug.wat @@ -1068,7 +1068,7 @@ if i32.const 0 i32.const 720 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1114,7 +1114,7 @@ if i32.const 0 i32.const 720 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1147,7 +1147,7 @@ if i32.const 0 i32.const 720 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1391,7 +1391,7 @@ if i32.const 0 i32.const 720 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1720,7 +1720,7 @@ if i32.const 448 i32.const 720 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1729,6 +1729,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1758,24 +1778,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1813,7 +1822,7 @@ if i32.const 0 i32.const 720 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1884,7 +1893,7 @@ if i32.const 0 i32.const 720 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1948,19 +1957,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2049,7 +2050,7 @@ if i32.const 0 i32.const 720 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2164,7 +2165,7 @@ if i32.const 0 i32.const 720 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2184,7 +2185,7 @@ if i32.const 0 i32.const 720 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/array-literal.release.wat b/tests/compiler/std/array-literal.release.wat index ae18a3e5d8..4455e67b59 100644 --- a/tests/compiler/std/array-literal.release.wat +++ b/tests/compiler/std/array-literal.release.wat @@ -681,7 +681,7 @@ if i32.const 0 i32.const 1744 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -706,7 +706,7 @@ if i32.const 0 i32.const 1744 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -734,7 +734,7 @@ if i32.const 0 i32.const 1744 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1101,7 +1101,7 @@ if i32.const 0 i32.const 1744 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1185,7 +1185,7 @@ if i32.const 0 i32.const 1744 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1237,7 +1237,7 @@ if i32.const 0 i32.const 1744 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1336,7 +1336,7 @@ if i32.const 1472 i32.const 1744 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1361,6 +1361,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1371,21 +1393,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1427,7 +1434,7 @@ if i32.const 0 i32.const 1744 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1442,7 +1449,7 @@ if i32.const 0 i32.const 1744 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1461,7 +1468,7 @@ if i32.const 0 i32.const 1744 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/array.debug.wat b/tests/compiler/std/array.debug.wat index c369626cc6..f90bea8d07 100644 --- a/tests/compiler/std/array.debug.wat +++ b/tests/compiler/std/array.debug.wat @@ -1377,7 +1377,7 @@ if i32.const 0 i32.const 464 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1423,7 +1423,7 @@ if i32.const 0 i32.const 464 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1456,7 +1456,7 @@ if i32.const 0 i32.const 464 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1700,7 +1700,7 @@ if i32.const 0 i32.const 464 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -2029,7 +2029,7 @@ if i32.const 128 i32.const 464 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -2038,6 +2038,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -2067,24 +2087,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -2122,7 +2131,7 @@ if i32.const 0 i32.const 464 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -2193,7 +2202,7 @@ if i32.const 0 i32.const 464 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2257,19 +2266,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2358,7 +2359,7 @@ if i32.const 0 i32.const 464 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2473,7 +2474,7 @@ if i32.const 0 i32.const 464 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2493,7 +2494,7 @@ if i32.const 0 i32.const 464 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/array.release.wat b/tests/compiler/std/array.release.wat index a4ec0c631e..bfbd7b033c 100644 --- a/tests/compiler/std/array.release.wat +++ b/tests/compiler/std/array.release.wat @@ -1276,7 +1276,7 @@ if i32.const 0 i32.const 1488 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1301,7 +1301,7 @@ if i32.const 0 i32.const 1488 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1329,7 +1329,7 @@ if i32.const 0 i32.const 1488 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1497,7 +1497,7 @@ if i32.const 0 i32.const 1488 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1786,7 +1786,7 @@ if i32.const 0 i32.const 1488 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1838,7 +1838,7 @@ if i32.const 0 i32.const 1488 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1869,7 +1869,7 @@ if i32.const 1152 i32.const 1488 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1894,6 +1894,28 @@ if memory.size $0 local.tee $1 + local.get $3 + i32.const 256 + i32.ge_u + if (result i32) + local.get $3 + i32.const 1 + i32.const 27 + local.get $3 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $3 + local.get $3 + i32.const 536870910 + i32.lt_u + select + else + local.get $3 + end i32.const 4 local.get $0 i32.load $0 offset=1568 @@ -1904,21 +1926,6 @@ i32.sub i32.ne i32.shl - local.get $3 - i32.const 1 - i32.const 27 - local.get $3 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $3 - local.get $3 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1960,7 +1967,7 @@ if i32.const 0 i32.const 1488 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1975,7 +1982,7 @@ if i32.const 0 i32.const 1488 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1994,7 +2001,7 @@ if i32.const 0 i32.const 1488 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/arraybuffer.debug.wat b/tests/compiler/std/arraybuffer.debug.wat index c530705661..2021918c55 100644 --- a/tests/compiler/std/arraybuffer.debug.wat +++ b/tests/compiler/std/arraybuffer.debug.wat @@ -1041,7 +1041,7 @@ if i32.const 0 i32.const 480 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1087,7 +1087,7 @@ if i32.const 0 i32.const 480 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1120,7 +1120,7 @@ if i32.const 0 i32.const 480 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1364,7 +1364,7 @@ if i32.const 0 i32.const 480 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1693,7 +1693,7 @@ if i32.const 144 i32.const 480 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1702,6 +1702,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1731,24 +1751,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1786,7 +1795,7 @@ if i32.const 0 i32.const 480 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1857,7 +1866,7 @@ if i32.const 0 i32.const 480 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1921,19 +1930,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2022,7 +2023,7 @@ if i32.const 0 i32.const 480 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2137,7 +2138,7 @@ if i32.const 0 i32.const 480 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2157,7 +2158,7 @@ if i32.const 0 i32.const 480 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/arraybuffer.release.wat b/tests/compiler/std/arraybuffer.release.wat index 4721f6b330..9080c7e14f 100644 --- a/tests/compiler/std/arraybuffer.release.wat +++ b/tests/compiler/std/arraybuffer.release.wat @@ -632,7 +632,7 @@ if i32.const 0 i32.const 1504 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -657,7 +657,7 @@ if i32.const 0 i32.const 1504 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -685,7 +685,7 @@ if i32.const 0 i32.const 1504 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1052,7 +1052,7 @@ if i32.const 0 i32.const 1504 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1136,7 +1136,7 @@ if i32.const 0 i32.const 1504 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1188,7 +1188,7 @@ if i32.const 0 i32.const 1504 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1287,7 +1287,7 @@ if i32.const 1168 i32.const 1504 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1312,6 +1312,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1322,21 +1344,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1378,7 +1385,7 @@ if i32.const 0 i32.const 1504 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1393,7 +1400,7 @@ if i32.const 0 i32.const 1504 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1412,7 +1419,7 @@ if i32.const 0 i32.const 1504 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/dataview.debug.wat b/tests/compiler/std/dataview.debug.wat index 473b0b0151..a8aac60b96 100644 --- a/tests/compiler/std/dataview.debug.wat +++ b/tests/compiler/std/dataview.debug.wat @@ -1047,7 +1047,7 @@ if i32.const 0 i32.const 480 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1093,7 +1093,7 @@ if i32.const 0 i32.const 480 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1126,7 +1126,7 @@ if i32.const 0 i32.const 480 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1370,7 +1370,7 @@ if i32.const 0 i32.const 480 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1699,7 +1699,7 @@ if i32.const 144 i32.const 480 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1708,6 +1708,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1737,24 +1757,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1792,7 +1801,7 @@ if i32.const 0 i32.const 480 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1863,7 +1872,7 @@ if i32.const 0 i32.const 480 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1927,19 +1936,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2028,7 +2029,7 @@ if i32.const 0 i32.const 480 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2143,7 +2144,7 @@ if i32.const 0 i32.const 480 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2163,7 +2164,7 @@ if i32.const 0 i32.const 480 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/dataview.release.wat b/tests/compiler/std/dataview.release.wat index 656ba6b9f3..d21469f6ec 100644 --- a/tests/compiler/std/dataview.release.wat +++ b/tests/compiler/std/dataview.release.wat @@ -640,7 +640,7 @@ if i32.const 0 i32.const 1504 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -665,7 +665,7 @@ if i32.const 0 i32.const 1504 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -693,7 +693,7 @@ if i32.const 0 i32.const 1504 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1060,7 +1060,7 @@ if i32.const 0 i32.const 1504 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1144,7 +1144,7 @@ if i32.const 0 i32.const 1504 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1196,7 +1196,7 @@ if i32.const 0 i32.const 1504 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1295,7 +1295,7 @@ if i32.const 1168 i32.const 1504 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1320,6 +1320,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1330,21 +1352,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1386,7 +1393,7 @@ if i32.const 0 i32.const 1504 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1401,7 +1408,7 @@ if i32.const 0 i32.const 1504 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1420,7 +1427,7 @@ if i32.const 0 i32.const 1504 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/date.debug.wat b/tests/compiler/std/date.debug.wat index bec755f84e..bcef75a417 100644 --- a/tests/compiler/std/date.debug.wat +++ b/tests/compiler/std/date.debug.wat @@ -1425,7 +1425,7 @@ if i32.const 0 i32.const 512 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1471,7 +1471,7 @@ if i32.const 0 i32.const 512 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1504,7 +1504,7 @@ if i32.const 0 i32.const 512 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1748,7 +1748,7 @@ if i32.const 0 i32.const 512 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -2077,7 +2077,7 @@ if i32.const 176 i32.const 512 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -2086,6 +2086,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -2115,24 +2135,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -2170,7 +2179,7 @@ if i32.const 0 i32.const 512 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -2241,7 +2250,7 @@ if i32.const 0 i32.const 512 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2305,19 +2314,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2406,7 +2407,7 @@ if i32.const 0 i32.const 512 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2521,7 +2522,7 @@ if i32.const 0 i32.const 512 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2541,7 +2542,7 @@ if i32.const 0 i32.const 512 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/date.release.wat b/tests/compiler/std/date.release.wat index 32d84a1f6a..51c30d67aa 100644 --- a/tests/compiler/std/date.release.wat +++ b/tests/compiler/std/date.release.wat @@ -1006,7 +1006,7 @@ if i32.const 0 i32.const 1536 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1031,7 +1031,7 @@ if i32.const 0 i32.const 1536 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1059,7 +1059,7 @@ if i32.const 0 i32.const 1536 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1426,7 +1426,7 @@ if i32.const 0 i32.const 1536 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1510,7 +1510,7 @@ if i32.const 0 i32.const 1536 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1562,7 +1562,7 @@ if i32.const 0 i32.const 1536 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1661,7 +1661,7 @@ if i32.const 1200 i32.const 1536 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1686,6 +1686,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1696,21 +1718,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1752,7 +1759,7 @@ if i32.const 0 i32.const 1536 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1767,7 +1774,7 @@ if i32.const 0 i32.const 1536 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1786,7 +1793,7 @@ if i32.const 0 i32.const 1536 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/map.debug.wat b/tests/compiler/std/map.debug.wat index 01a174d157..f8b67fdf6a 100644 --- a/tests/compiler/std/map.debug.wat +++ b/tests/compiler/std/map.debug.wat @@ -1064,7 +1064,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1110,7 +1110,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1143,7 +1143,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1387,7 +1387,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1716,7 +1716,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1725,6 +1725,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1754,24 +1774,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1809,7 +1818,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1880,7 +1889,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1944,19 +1953,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2045,7 +2046,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2160,7 +2161,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2180,7 +2181,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/map.release.wat b/tests/compiler/std/map.release.wat index 758503f2bd..65fa89cce5 100644 --- a/tests/compiler/std/map.release.wat +++ b/tests/compiler/std/map.release.wat @@ -652,7 +652,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -677,7 +677,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -705,7 +705,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1072,7 +1072,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1156,7 +1156,7 @@ if i32.const 0 i32.const 1392 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1208,7 +1208,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1307,7 +1307,7 @@ if i32.const 1056 i32.const 1392 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1332,6 +1332,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1342,21 +1364,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1398,7 +1405,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1413,7 +1420,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1432,7 +1439,7 @@ if i32.const 0 i32.const 1392 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/new.debug.wat b/tests/compiler/std/new.debug.wat index aac8f3b069..e8912548ca 100644 --- a/tests/compiler/std/new.debug.wat +++ b/tests/compiler/std/new.debug.wat @@ -1050,7 +1050,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1096,7 +1096,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1129,7 +1129,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1373,7 +1373,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1702,7 +1702,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1711,6 +1711,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1740,24 +1760,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1795,7 +1804,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1866,7 +1875,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1930,19 +1939,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2031,7 +2032,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2146,7 +2147,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2166,7 +2167,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/new.release.wat b/tests/compiler/std/new.release.wat index 0ca01c2f2c..f42da5d035 100644 --- a/tests/compiler/std/new.release.wat +++ b/tests/compiler/std/new.release.wat @@ -625,7 +625,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -650,7 +650,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -678,7 +678,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1045,7 +1045,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1112,7 +1112,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1245,7 +1245,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1260,7 +1260,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/operator-overloading.debug.wat b/tests/compiler/std/operator-overloading.debug.wat index 8ad0f46599..b262deed12 100644 --- a/tests/compiler/std/operator-overloading.debug.wat +++ b/tests/compiler/std/operator-overloading.debug.wat @@ -1106,7 +1106,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1152,7 +1152,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1185,7 +1185,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1429,7 +1429,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1758,7 +1758,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1767,6 +1767,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1796,24 +1816,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1851,7 +1860,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1922,7 +1931,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1986,19 +1995,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2087,7 +2088,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2202,7 +2203,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2222,7 +2223,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/operator-overloading.release.wat b/tests/compiler/std/operator-overloading.release.wat index 909368dfce..5e5f9130c8 100644 --- a/tests/compiler/std/operator-overloading.release.wat +++ b/tests/compiler/std/operator-overloading.release.wat @@ -558,7 +558,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -583,7 +583,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -611,7 +611,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -978,7 +978,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1045,7 +1045,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1178,7 +1178,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1193,7 +1193,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/set.debug.wat b/tests/compiler/std/set.debug.wat index a04dae3ba0..0bba1a96ff 100644 --- a/tests/compiler/std/set.debug.wat +++ b/tests/compiler/std/set.debug.wat @@ -1059,7 +1059,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1105,7 +1105,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1138,7 +1138,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1382,7 +1382,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1711,7 +1711,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1720,6 +1720,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1749,24 +1769,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1804,7 +1813,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1875,7 +1884,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1939,19 +1948,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2040,7 +2041,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2155,7 +2156,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2175,7 +2176,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/set.release.wat b/tests/compiler/std/set.release.wat index ad66b0a6d0..19b518d3f0 100644 --- a/tests/compiler/std/set.release.wat +++ b/tests/compiler/std/set.release.wat @@ -643,7 +643,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -668,7 +668,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -696,7 +696,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1063,7 +1063,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1147,7 +1147,7 @@ if i32.const 0 i32.const 1392 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1199,7 +1199,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1298,7 +1298,7 @@ if i32.const 1056 i32.const 1392 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1323,6 +1323,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1333,21 +1355,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1389,7 +1396,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1404,7 +1411,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1423,7 +1430,7 @@ if i32.const 0 i32.const 1392 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/static-array.debug.wat b/tests/compiler/std/static-array.debug.wat index e01afe16c2..1da1570de1 100644 --- a/tests/compiler/std/static-array.debug.wat +++ b/tests/compiler/std/static-array.debug.wat @@ -1075,7 +1075,7 @@ if i32.const 0 i32.const 880 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1121,7 +1121,7 @@ if i32.const 0 i32.const 880 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1154,7 +1154,7 @@ if i32.const 0 i32.const 880 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1398,7 +1398,7 @@ if i32.const 0 i32.const 880 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1727,7 +1727,7 @@ if i32.const 608 i32.const 880 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1736,6 +1736,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1765,24 +1785,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1820,7 +1829,7 @@ if i32.const 0 i32.const 880 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1891,7 +1900,7 @@ if i32.const 0 i32.const 880 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1955,19 +1964,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2056,7 +2057,7 @@ if i32.const 0 i32.const 880 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2171,7 +2172,7 @@ if i32.const 0 i32.const 880 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2191,7 +2192,7 @@ if i32.const 0 i32.const 880 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/static-array.release.wat b/tests/compiler/std/static-array.release.wat index d502efedf2..9f31ef8c98 100644 --- a/tests/compiler/std/static-array.release.wat +++ b/tests/compiler/std/static-array.release.wat @@ -655,7 +655,7 @@ if i32.const 0 i32.const 1904 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -680,7 +680,7 @@ if i32.const 0 i32.const 1904 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -708,7 +708,7 @@ if i32.const 0 i32.const 1904 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1075,7 +1075,7 @@ if i32.const 0 i32.const 1904 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1159,7 +1159,7 @@ if i32.const 0 i32.const 1904 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1211,7 +1211,7 @@ if i32.const 0 i32.const 1904 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1555,7 +1555,7 @@ if i32.const 1632 i32.const 1904 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1580,6 +1580,28 @@ if memory.size $0 local.tee $1 + local.get $8 + i32.const 256 + i32.ge_u + if (result i32) + local.get $8 + i32.const 1 + i32.const 27 + local.get $8 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $8 + local.get $8 + i32.const 536870910 + i32.lt_u + select + else + local.get $8 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1590,21 +1612,6 @@ i32.sub i32.ne i32.shl - local.get $8 - i32.const 1 - i32.const 27 - local.get $8 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $8 - local.get $8 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1646,7 +1653,7 @@ if i32.const 0 i32.const 1904 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1661,7 +1668,7 @@ if i32.const 0 i32.const 1904 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1680,7 +1687,7 @@ if i32.const 0 i32.const 1904 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/staticarray.debug.wat b/tests/compiler/std/staticarray.debug.wat index a3c675da3c..46165bea4d 100644 --- a/tests/compiler/std/staticarray.debug.wat +++ b/tests/compiler/std/staticarray.debug.wat @@ -1136,7 +1136,7 @@ if i32.const 0 i32.const 592 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1182,7 +1182,7 @@ if i32.const 0 i32.const 592 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1215,7 +1215,7 @@ if i32.const 0 i32.const 592 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1459,7 +1459,7 @@ if i32.const 0 i32.const 592 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1788,7 +1788,7 @@ if i32.const 320 i32.const 592 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1797,6 +1797,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1826,24 +1846,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1881,7 +1890,7 @@ if i32.const 0 i32.const 592 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1952,7 +1961,7 @@ if i32.const 0 i32.const 592 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2016,19 +2025,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2117,7 +2118,7 @@ if i32.const 0 i32.const 592 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2232,7 +2233,7 @@ if i32.const 0 i32.const 592 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2252,7 +2253,7 @@ if i32.const 0 i32.const 592 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/staticarray.release.wat b/tests/compiler/std/staticarray.release.wat index a04bc8b7d8..e074cbf905 100644 --- a/tests/compiler/std/staticarray.release.wat +++ b/tests/compiler/std/staticarray.release.wat @@ -769,7 +769,7 @@ if i32.const 0 i32.const 1616 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -794,7 +794,7 @@ if i32.const 0 i32.const 1616 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -822,7 +822,7 @@ if i32.const 0 i32.const 1616 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -990,7 +990,7 @@ if i32.const 0 i32.const 1616 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1279,7 +1279,7 @@ if i32.const 0 i32.const 1616 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1331,7 +1331,7 @@ if i32.const 0 i32.const 1616 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1362,7 +1362,7 @@ if i32.const 1344 i32.const 1616 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1387,6 +1387,28 @@ if memory.size $0 local.tee $1 + local.get $3 + i32.const 256 + i32.ge_u + if (result i32) + local.get $3 + i32.const 1 + i32.const 27 + local.get $3 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $3 + local.get $3 + i32.const 536870910 + i32.lt_u + select + else + local.get $3 + end i32.const 4 local.get $0 i32.load $0 offset=1568 @@ -1397,21 +1419,6 @@ i32.sub i32.ne i32.shl - local.get $3 - i32.const 1 - i32.const 27 - local.get $3 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $3 - local.get $3 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1453,7 +1460,7 @@ if i32.const 0 i32.const 1616 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1468,7 +1475,7 @@ if i32.const 0 i32.const 1616 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1487,7 +1494,7 @@ if i32.const 0 i32.const 1616 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/string-casemapping.debug.wat b/tests/compiler/std/string-casemapping.debug.wat index 52f384ab23..ee2b866fe8 100644 --- a/tests/compiler/std/string-casemapping.debug.wat +++ b/tests/compiler/std/string-casemapping.debug.wat @@ -1227,7 +1227,7 @@ if i32.const 0 i32.const 400 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1273,7 +1273,7 @@ if i32.const 0 i32.const 400 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1306,7 +1306,7 @@ if i32.const 0 i32.const 400 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1550,7 +1550,7 @@ if i32.const 0 i32.const 400 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1879,7 +1879,7 @@ if i32.const 64 i32.const 400 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1888,6 +1888,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1917,24 +1937,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1972,7 +1981,7 @@ if i32.const 0 i32.const 400 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -2043,7 +2052,7 @@ if i32.const 0 i32.const 400 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2107,19 +2116,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2208,7 +2209,7 @@ if i32.const 0 i32.const 400 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2323,7 +2324,7 @@ if i32.const 0 i32.const 400 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2343,7 +2344,7 @@ if i32.const 0 i32.const 400 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/string-casemapping.release.wat b/tests/compiler/std/string-casemapping.release.wat index 07b351bde9..f4ffed5598 100644 --- a/tests/compiler/std/string-casemapping.release.wat +++ b/tests/compiler/std/string-casemapping.release.wat @@ -1074,7 +1074,7 @@ if i32.const 0 i32.const 1424 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1099,7 +1099,7 @@ if i32.const 0 i32.const 1424 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1127,7 +1127,7 @@ if i32.const 0 i32.const 1424 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1494,7 +1494,7 @@ if i32.const 0 i32.const 1424 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1578,7 +1578,7 @@ if i32.const 0 i32.const 1424 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1630,7 +1630,7 @@ if i32.const 0 i32.const 1424 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1729,7 +1729,7 @@ if i32.const 1088 i32.const 1424 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1754,6 +1754,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1764,21 +1786,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1820,7 +1827,7 @@ if i32.const 0 i32.const 1424 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1835,7 +1842,7 @@ if i32.const 0 i32.const 1424 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1854,7 +1861,7 @@ if i32.const 0 i32.const 1424 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/string-encoding.debug.wat b/tests/compiler/std/string-encoding.debug.wat index 4460a39e87..05b49de702 100644 --- a/tests/compiler/std/string-encoding.debug.wat +++ b/tests/compiler/std/string-encoding.debug.wat @@ -1066,7 +1066,7 @@ if i32.const 0 i32.const 464 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1112,7 +1112,7 @@ if i32.const 0 i32.const 464 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1145,7 +1145,7 @@ if i32.const 0 i32.const 464 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1389,7 +1389,7 @@ if i32.const 0 i32.const 464 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1718,7 +1718,7 @@ if i32.const 128 i32.const 464 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1727,6 +1727,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1756,24 +1776,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1811,7 +1820,7 @@ if i32.const 0 i32.const 464 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1882,7 +1891,7 @@ if i32.const 0 i32.const 464 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1946,19 +1955,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2047,7 +2048,7 @@ if i32.const 0 i32.const 464 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2162,7 +2163,7 @@ if i32.const 0 i32.const 464 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2182,7 +2183,7 @@ if i32.const 0 i32.const 464 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/string-encoding.release.wat b/tests/compiler/std/string-encoding.release.wat index abe6d3822a..e6c6135966 100644 --- a/tests/compiler/std/string-encoding.release.wat +++ b/tests/compiler/std/string-encoding.release.wat @@ -661,7 +661,7 @@ if i32.const 0 i32.const 1488 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -686,7 +686,7 @@ if i32.const 0 i32.const 1488 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -714,7 +714,7 @@ if i32.const 0 i32.const 1488 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1081,7 +1081,7 @@ if i32.const 0 i32.const 1488 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1165,7 +1165,7 @@ if i32.const 0 i32.const 1488 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1217,7 +1217,7 @@ if i32.const 0 i32.const 1488 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1316,7 +1316,7 @@ if i32.const 1152 i32.const 1488 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1341,6 +1341,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1351,21 +1373,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1407,7 +1414,7 @@ if i32.const 0 i32.const 1488 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1422,7 +1429,7 @@ if i32.const 0 i32.const 1488 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1441,7 +1448,7 @@ if i32.const 0 i32.const 1488 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/string.debug.wat b/tests/compiler/std/string.debug.wat index f0e0fa679f..594709c44f 100644 --- a/tests/compiler/std/string.debug.wat +++ b/tests/compiler/std/string.debug.wat @@ -1657,7 +1657,7 @@ if i32.const 0 i32.const 624 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1703,7 +1703,7 @@ if i32.const 0 i32.const 624 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1736,7 +1736,7 @@ if i32.const 0 i32.const 624 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1980,7 +1980,7 @@ if i32.const 0 i32.const 624 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -2309,7 +2309,7 @@ if i32.const 352 i32.const 624 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -2318,6 +2318,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -2347,24 +2367,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -2402,7 +2411,7 @@ if i32.const 0 i32.const 624 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -2473,7 +2482,7 @@ if i32.const 0 i32.const 624 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2537,19 +2546,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2638,7 +2639,7 @@ if i32.const 0 i32.const 624 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2753,7 +2754,7 @@ if i32.const 0 i32.const 624 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2773,7 +2774,7 @@ if i32.const 0 i32.const 624 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/string.release.wat b/tests/compiler/std/string.release.wat index a5c74289b8..db65c7ba36 100644 --- a/tests/compiler/std/string.release.wat +++ b/tests/compiler/std/string.release.wat @@ -1653,7 +1653,7 @@ if i32.const 0 i32.const 1648 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1678,7 +1678,7 @@ if i32.const 0 i32.const 1648 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1706,7 +1706,7 @@ if i32.const 0 i32.const 1648 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -2073,7 +2073,7 @@ if i32.const 0 i32.const 1648 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -2157,7 +2157,7 @@ if i32.const 0 i32.const 1648 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -2209,7 +2209,7 @@ if i32.const 0 i32.const 1648 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2308,7 +2308,7 @@ if i32.const 1376 i32.const 1648 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -2333,6 +2333,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -2343,21 +2365,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -2399,7 +2406,7 @@ if i32.const 0 i32.const 1648 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2414,7 +2421,7 @@ if i32.const 0 i32.const 1648 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -2433,7 +2440,7 @@ if i32.const 0 i32.const 1648 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/symbol.debug.wat b/tests/compiler/std/symbol.debug.wat index e97c478ab3..38d21d35f4 100644 --- a/tests/compiler/std/symbol.debug.wat +++ b/tests/compiler/std/symbol.debug.wat @@ -1095,7 +1095,7 @@ if i32.const 0 i32.const 448 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1141,7 +1141,7 @@ if i32.const 0 i32.const 448 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1174,7 +1174,7 @@ if i32.const 0 i32.const 448 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1418,7 +1418,7 @@ if i32.const 0 i32.const 448 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1747,7 +1747,7 @@ if i32.const 112 i32.const 448 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1756,6 +1756,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1785,24 +1805,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1840,7 +1849,7 @@ if i32.const 0 i32.const 448 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1911,7 +1920,7 @@ if i32.const 0 i32.const 448 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1975,19 +1984,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2076,7 +2077,7 @@ if i32.const 0 i32.const 448 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2191,7 +2192,7 @@ if i32.const 0 i32.const 448 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2211,7 +2212,7 @@ if i32.const 0 i32.const 448 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/symbol.release.wat b/tests/compiler/std/symbol.release.wat index 5a815c1b93..daa6a5d421 100644 --- a/tests/compiler/std/symbol.release.wat +++ b/tests/compiler/std/symbol.release.wat @@ -724,7 +724,7 @@ if i32.const 0 i32.const 1472 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -749,7 +749,7 @@ if i32.const 0 i32.const 1472 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -777,7 +777,7 @@ if i32.const 0 i32.const 1472 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1144,7 +1144,7 @@ if i32.const 0 i32.const 1472 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1228,7 +1228,7 @@ if i32.const 0 i32.const 1472 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1280,7 +1280,7 @@ if i32.const 0 i32.const 1472 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1379,7 +1379,7 @@ if i32.const 1136 i32.const 1472 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1404,6 +1404,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1414,21 +1436,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1470,7 +1477,7 @@ if i32.const 0 i32.const 1472 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1485,7 +1492,7 @@ if i32.const 0 i32.const 1472 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1504,7 +1511,7 @@ if i32.const 0 i32.const 1472 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/typedarray.debug.wat b/tests/compiler/std/typedarray.debug.wat index c1cb45a49d..4196d9a65b 100644 --- a/tests/compiler/std/typedarray.debug.wat +++ b/tests/compiler/std/typedarray.debug.wat @@ -1404,7 +1404,7 @@ if i32.const 0 i32.const 480 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1450,7 +1450,7 @@ if i32.const 0 i32.const 480 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1483,7 +1483,7 @@ if i32.const 0 i32.const 480 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1727,7 +1727,7 @@ if i32.const 0 i32.const 480 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -2056,7 +2056,7 @@ if i32.const 144 i32.const 480 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -2065,6 +2065,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -2094,24 +2114,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -2149,7 +2158,7 @@ if i32.const 0 i32.const 480 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -2220,7 +2229,7 @@ if i32.const 0 i32.const 480 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2284,19 +2293,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2385,7 +2386,7 @@ if i32.const 0 i32.const 480 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2500,7 +2501,7 @@ if i32.const 0 i32.const 480 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2520,7 +2521,7 @@ if i32.const 0 i32.const 480 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/typedarray.release.wat b/tests/compiler/std/typedarray.release.wat index a321d5a075..2cf1a259c5 100644 --- a/tests/compiler/std/typedarray.release.wat +++ b/tests/compiler/std/typedarray.release.wat @@ -1285,7 +1285,7 @@ if i32.const 0 i32.const 1504 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1310,7 +1310,7 @@ if i32.const 0 i32.const 1504 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1338,7 +1338,7 @@ if i32.const 0 i32.const 1504 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1506,7 +1506,7 @@ if i32.const 0 i32.const 1504 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1795,7 +1795,7 @@ if i32.const 0 i32.const 1504 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1847,7 +1847,7 @@ if i32.const 0 i32.const 1504 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1878,7 +1878,7 @@ if i32.const 1168 i32.const 1504 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1903,6 +1903,28 @@ if memory.size $0 local.tee $1 + local.get $3 + i32.const 256 + i32.ge_u + if (result i32) + local.get $3 + i32.const 1 + i32.const 27 + local.get $3 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $3 + local.get $3 + i32.const 536870910 + i32.lt_u + select + else + local.get $3 + end i32.const 4 local.get $0 i32.load $0 offset=1568 @@ -1913,21 +1935,6 @@ i32.sub i32.ne i32.shl - local.get $3 - i32.const 1 - i32.const 27 - local.get $3 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $3 - local.get $3 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1969,7 +1976,7 @@ if i32.const 0 i32.const 1504 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1984,7 +1991,7 @@ if i32.const 0 i32.const 1504 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -2003,7 +2010,7 @@ if i32.const 0 i32.const 1504 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/uri.debug.wat b/tests/compiler/std/uri.debug.wat index 2ebe24dff2..0a61dbfdb2 100644 --- a/tests/compiler/std/uri.debug.wat +++ b/tests/compiler/std/uri.debug.wat @@ -1109,7 +1109,7 @@ if i32.const 0 i32.const 496 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1155,7 +1155,7 @@ if i32.const 0 i32.const 496 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1188,7 +1188,7 @@ if i32.const 0 i32.const 496 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1432,7 +1432,7 @@ if i32.const 0 i32.const 496 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1761,7 +1761,7 @@ if i32.const 160 i32.const 496 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1770,6 +1770,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1799,24 +1819,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1854,7 +1863,7 @@ if i32.const 0 i32.const 496 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1925,7 +1934,7 @@ if i32.const 0 i32.const 496 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1989,19 +1998,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2090,7 +2091,7 @@ if i32.const 0 i32.const 496 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2205,7 +2206,7 @@ if i32.const 0 i32.const 496 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2225,7 +2226,7 @@ if i32.const 0 i32.const 496 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/std/uri.release.wat b/tests/compiler/std/uri.release.wat index 19c6803f62..f72e4f3bee 100644 --- a/tests/compiler/std/uri.release.wat +++ b/tests/compiler/std/uri.release.wat @@ -741,7 +741,7 @@ if i32.const 0 i32.const 1520 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -766,7 +766,7 @@ if i32.const 0 i32.const 1520 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -794,7 +794,7 @@ if i32.const 0 i32.const 1520 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1161,7 +1161,7 @@ if i32.const 0 i32.const 1520 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1245,7 +1245,7 @@ if i32.const 0 i32.const 1520 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1297,7 +1297,7 @@ if i32.const 0 i32.const 1520 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1396,7 +1396,7 @@ if i32.const 1184 i32.const 1520 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1421,6 +1421,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1431,21 +1453,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1487,7 +1494,7 @@ if i32.const 0 i32.const 1520 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1502,7 +1509,7 @@ if i32.const 0 i32.const 1520 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1521,7 +1528,7 @@ if i32.const 0 i32.const 1520 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/super-inline.debug.wat b/tests/compiler/super-inline.debug.wat index f308e52d90..a82a1ae02d 100644 --- a/tests/compiler/super-inline.debug.wat +++ b/tests/compiler/super-inline.debug.wat @@ -1034,7 +1034,7 @@ if i32.const 0 i32.const 368 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1080,7 +1080,7 @@ if i32.const 0 i32.const 368 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1113,7 +1113,7 @@ if i32.const 0 i32.const 368 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1357,7 +1357,7 @@ if i32.const 0 i32.const 368 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1686,7 +1686,7 @@ if i32.const 32 i32.const 368 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1695,6 +1695,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1724,24 +1744,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1779,7 +1788,7 @@ if i32.const 0 i32.const 368 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1850,7 +1859,7 @@ if i32.const 0 i32.const 368 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1914,19 +1923,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2015,7 +2016,7 @@ if i32.const 0 i32.const 368 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2130,7 +2131,7 @@ if i32.const 0 i32.const 368 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2150,7 +2151,7 @@ if i32.const 0 i32.const 368 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/super-inline.release.wat b/tests/compiler/super-inline.release.wat index 19e7500ee8..ba821f9359 100644 --- a/tests/compiler/super-inline.release.wat +++ b/tests/compiler/super-inline.release.wat @@ -632,7 +632,7 @@ if i32.const 0 i32.const 1392 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -657,7 +657,7 @@ if i32.const 0 i32.const 1392 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -685,7 +685,7 @@ if i32.const 0 i32.const 1392 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1052,7 +1052,7 @@ if i32.const 0 i32.const 1392 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1119,7 +1119,7 @@ if i32.const 0 i32.const 1392 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1252,7 +1252,7 @@ if i32.const 0 i32.const 1392 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1267,7 +1267,7 @@ if i32.const 0 i32.const 1392 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/templateliteral.debug.wat b/tests/compiler/templateliteral.debug.wat index df057be5d8..75092f31b9 100644 --- a/tests/compiler/templateliteral.debug.wat +++ b/tests/compiler/templateliteral.debug.wat @@ -1215,7 +1215,7 @@ if i32.const 0 i32.const 528 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1261,7 +1261,7 @@ if i32.const 0 i32.const 528 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1294,7 +1294,7 @@ if i32.const 0 i32.const 528 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1538,7 +1538,7 @@ if i32.const 0 i32.const 528 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1867,7 +1867,7 @@ if i32.const 192 i32.const 528 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1876,6 +1876,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1905,24 +1925,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1960,7 +1969,7 @@ if i32.const 0 i32.const 528 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -2031,7 +2040,7 @@ if i32.const 0 i32.const 528 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2095,19 +2104,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2196,7 +2197,7 @@ if i32.const 0 i32.const 528 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2311,7 +2312,7 @@ if i32.const 0 i32.const 528 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2331,7 +2332,7 @@ if i32.const 0 i32.const 528 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/templateliteral.release.wat b/tests/compiler/templateliteral.release.wat index 9f8bf21cc3..4f4a8d016b 100644 --- a/tests/compiler/templateliteral.release.wat +++ b/tests/compiler/templateliteral.release.wat @@ -721,7 +721,7 @@ if i32.const 0 i32.const 1552 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -746,7 +746,7 @@ if i32.const 0 i32.const 1552 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -774,7 +774,7 @@ if i32.const 0 i32.const 1552 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1141,7 +1141,7 @@ if i32.const 0 i32.const 1552 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1225,7 +1225,7 @@ if i32.const 0 i32.const 1552 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1277,7 +1277,7 @@ if i32.const 0 i32.const 1552 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1376,7 +1376,7 @@ if i32.const 1216 i32.const 1552 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1401,6 +1401,28 @@ if memory.size $0 local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end i32.const 4 local.get $4 i32.load $0 offset=1568 @@ -1411,21 +1433,6 @@ i32.sub i32.ne i32.shl - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.get $5 - local.get $5 - i32.const 536870910 - i32.lt_u - select i32.add i32.const 65535 i32.add @@ -1467,7 +1474,7 @@ if i32.const 0 i32.const 1552 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1482,7 +1489,7 @@ if i32.const 0 i32.const 1552 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable @@ -1501,7 +1508,7 @@ if i32.const 0 i32.const 1552 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/throw.debug.wat b/tests/compiler/throw.debug.wat index 48e30b244d..e18fa212c9 100644 --- a/tests/compiler/throw.debug.wat +++ b/tests/compiler/throw.debug.wat @@ -1146,7 +1146,7 @@ if i32.const 0 i32.const 608 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1192,7 +1192,7 @@ if i32.const 0 i32.const 608 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1225,7 +1225,7 @@ if i32.const 0 i32.const 608 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1469,7 +1469,7 @@ if i32.const 0 i32.const 608 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/throw.release.wat b/tests/compiler/throw.release.wat index 0ad7784a30..66c340701c 100644 --- a/tests/compiler/throw.release.wat +++ b/tests/compiler/throw.release.wat @@ -921,7 +921,7 @@ if i32.const 0 i32.const 1632 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -940,7 +940,7 @@ if i32.const 0 i32.const 1632 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1028,7 +1028,7 @@ if i32.const 0 i32.const 1632 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/typeof.debug.wat b/tests/compiler/typeof.debug.wat index 09f0b882ed..53a934fd4e 100644 --- a/tests/compiler/typeof.debug.wat +++ b/tests/compiler/typeof.debug.wat @@ -1173,7 +1173,7 @@ if i32.const 0 i32.const 672 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1219,7 +1219,7 @@ if i32.const 0 i32.const 672 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1252,7 +1252,7 @@ if i32.const 0 i32.const 672 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1496,7 +1496,7 @@ if i32.const 0 i32.const 672 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1825,7 +1825,7 @@ if i32.const 336 i32.const 672 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1834,6 +1834,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1863,24 +1883,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1918,7 +1927,7 @@ if i32.const 0 i32.const 672 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1989,7 +1998,7 @@ if i32.const 0 i32.const 672 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2053,19 +2062,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2154,7 +2155,7 @@ if i32.const 0 i32.const 672 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2269,7 +2270,7 @@ if i32.const 0 i32.const 672 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2289,7 +2290,7 @@ if i32.const 0 i32.const 672 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/typeof.release.wat b/tests/compiler/typeof.release.wat index cd688379c0..34f7c56d60 100644 --- a/tests/compiler/typeof.release.wat +++ b/tests/compiler/typeof.release.wat @@ -648,7 +648,7 @@ if i32.const 0 i32.const 1696 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -673,7 +673,7 @@ if i32.const 0 i32.const 1696 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -701,7 +701,7 @@ if i32.const 0 i32.const 1696 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1068,7 +1068,7 @@ if i32.const 0 i32.const 1696 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1135,7 +1135,7 @@ if i32.const 0 i32.const 1696 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1268,7 +1268,7 @@ if i32.const 0 i32.const 1696 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1283,7 +1283,7 @@ if i32.const 0 i32.const 1696 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/while.debug.wat b/tests/compiler/while.debug.wat index 2e2d3d5025..27f83c7032 100644 --- a/tests/compiler/while.debug.wat +++ b/tests/compiler/while.debug.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) (type $i32_=>_i32 (func (param i32) (result i32))) + (type $none_=>_none (func)) (type $i32_i32_=>_none (func (param i32 i32))) (type $i32_=>_none (func (param i32))) (type $none_=>_i32 (func (result i32))) @@ -1456,7 +1456,7 @@ if i32.const 0 i32.const 416 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1502,7 +1502,7 @@ if i32.const 0 i32.const 416 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1535,7 +1535,7 @@ if i32.const 0 i32.const 416 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1779,7 +1779,7 @@ if i32.const 0 i32.const 416 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -2108,7 +2108,7 @@ if i32.const 80 i32.const 416 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -2117,6 +2117,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -2146,24 +2166,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -2201,7 +2210,7 @@ if i32.const 0 i32.const 416 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -2272,7 +2281,7 @@ if i32.const 0 i32.const 416 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2336,19 +2345,11 @@ i32.const 0 drop local.get $size - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add + call $~lib/rt/tlsf/roundSize local.set $size end memory.size $0 @@ -2437,7 +2438,7 @@ if i32.const 0 i32.const 416 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2552,7 +2553,7 @@ if i32.const 0 i32.const 416 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2572,7 +2573,7 @@ if i32.const 0 i32.const 416 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/while.release.wat b/tests/compiler/while.release.wat index 1c6e3ebbe4..b6ef7b8ce6 100644 --- a/tests/compiler/while.release.wat +++ b/tests/compiler/while.release.wat @@ -620,7 +620,7 @@ if i32.const 0 i32.const 1440 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -645,7 +645,7 @@ if i32.const 0 i32.const 1440 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -673,7 +673,7 @@ if i32.const 0 i32.const 1440 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1040,7 +1040,7 @@ if i32.const 0 i32.const 1440 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1107,7 +1107,7 @@ if i32.const 0 i32.const 1440 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1240,7 +1240,7 @@ if i32.const 0 i32.const 1440 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1255,7 +1255,7 @@ if i32.const 0 i32.const 1440 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable From 9480469a61b7737b935d9eb967c57f14380a01bf Mon Sep 17 00:00:00 2001 From: CountBleck Date: Mon, 31 Jul 2023 22:18:14 +0530 Subject: [PATCH 011/103] Small fixes for tests and CI (#2722) --- .github/workflows/test.yml | 2 +- cli/index.d.ts | 2 +- tests/compiler.js | 166 +++++++++++++----- tests/compiler/bindings/esm.debug.wat | 87 ++++----- tests/compiler/bindings/esm.release.wat | 88 +++++----- .../bindings/noExportRuntime.debug.js | 2 +- .../bindings/noExportRuntime.release.js | 2 +- tests/compiler/bindings/raw.debug.wat | 87 ++++----- tests/compiler/bindings/raw.release.wat | 88 +++++----- tests/compiler/std/math.release.wat | 36 ++-- tests/compiler/tsconfig.json | 3 +- tests/tokenizer.js | 12 +- 12 files changed, 333 insertions(+), 242 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 79091199fd..70c5ae7442 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -83,7 +83,7 @@ jobs: env: ASC_FEATURES: threads,reference-types,gc,exception-handling run: | - npm run test:compiler features/threads features/reference-types features/gc features/exception-handling + npm run test:compiler features/threads features/reference-types features/gc features/exception-handling bindings/esm bindings/raw runtimes: name: "Runtimes" runs-on: ubuntu-latest diff --git a/cli/index.d.ts b/cli/index.d.ts index c2666db31f..16e070529e 100644 --- a/cli/index.d.ts +++ b/cli/index.d.ts @@ -165,7 +165,7 @@ export interface APIOptions { /** Reads a file from disk (or memory). */ readFile?: (filename: string, baseDir: string) => (string | null) | Promise; /** Writes a file to disk (or memory). */ - writeFile?: (filename: string, contents: Uint8Array, baseDir: string) => void | Promise; + writeFile?: (filename: string, contents: Uint8Array | string, baseDir: string) => void | Promise; /** Lists all files within a directory. */ listFiles?: (dirname: string, baseDir: string) => (string[] | null) | Promise; /** Handler for diagnostic messages. */ diff --git a/tests/compiler.js b/tests/compiler.js index 1095bc4e4c..863787a533 100644 --- a/tests/compiler.js +++ b/tests/compiler.js @@ -80,10 +80,11 @@ if (args.help) { const features = process.env.ASC_FEATURES ? process.env.ASC_FEATURES.split(",") : []; const featuresConfig = require("./features.json"); const basedir = path.join(dirname, "compiler"); +process.chdir(basedir); // Gets a list of all relevant tests function getTests() { - let tests = glob.sync("**/!(_*).ts", { cwd: basedir }) + let tests = glob.sync("**/!(_*).ts") .map(name => name.replace(/\.ts$/, "")) .filter(name => !name.endsWith(".d") && !name.includes("node_modules")); if (argv.length) { // run matching tests only @@ -134,6 +135,8 @@ async function runTest(basename) { const stdout = asc.createMemoryStream(); const stderr = asc.createMemoryStream(chunk => process.stderr.write(chunk.toString().replace(/^(?!$)/mg, " "))); stderr.isTTY = true; + const dummy = new Map(); + const writeFile = Map.prototype.set.bind(dummy); let asc_flags = []; let asc_rtrace = !!config.asc_rtrace; let v8_flags = ""; @@ -143,15 +146,111 @@ async function runTest(basename) { // Makes sure to reset the environment after function prepareResult(code, message = null) { if (v8_no_flags) v8.setFlagsFromString(v8_no_flags); - if (!args.createBinary) fs.unlink(path.join(basedir, basename + ".debug.wasm"), err => { /* nop */ }); + // Delete the .wasm files in case the subsequent run doesn't specify the + // --createBinary flag, thereby preventing confusion. Also, the .debug.wasm + // file is used by the bindings/esm test. + if (!args.createBinary) { + fs.unlink(basename + ".debug.wasm", err => { /* nop */ }); + fs.unlink(basename + ".release.wasm", err => { /* nop */ }); + } return { code, message }; } + function afterCompile(mode) { + // The ESM bindings test requires the .wasm file to be present. The file is + // promptly deleted after the test has completed, unless --createBinary is + // specified. + { + const filename = `${basename}.${mode}.wasm`; + fs.writeFileSync(filename, dummy.get(filename)); + } + + const compareFixture = section("compare fixture"); + const fixtureExtensions = ["wat", "js", "d.ts"]; + + if (args.create) { + for (const extension of fixtureExtensions) { + const filename = `${basename}.${mode}.${extension}`; + if (!dummy.has(filename)) { + fs.unlink(filename, err => { /* nop */ }); + continue; + } + fs.writeFileSync(filename, dummy.get(filename)); + console.log(" " + stdoutColors.yellow(`Created fixture ${filename}`)); + } + compareFixture.end(SKIPPED); + return; + } + + // Displaying the diffs in console for release fixtures isn't usually + // meaningful, so release fixtures are compared as if --noDiff was passed. + if (args.noDiff || mode === "release") { + for (const extension of fixtureExtensions) { + const filename = `${basename}.${mode}.${extension}`; + const actual = ( + dummy.has(filename) && + dummy.get(filename).replace(/\r\n/g, "\n") + ); + const expected = ( + fs.existsSync(filename) && + fs.readFileSync(filename, { encoding: "utf8" }).replace(/\r\n/g, "\n") + ); + + // If a fixture/generated file is missing, false will be compared to a + // string. If both are missing, nothing happens below (as it should). + if (actual !== expected) { + compareFixture.end(FAILURE); + return prepareResult(FAILURE, "fixture mismatch"); + } + } + compareFixture.end(SUCCESS); + return; + } + + let failed = false; + + for (const extension of fixtureExtensions) { + const filename = `${basename}.${mode}.${extension}`; + const actualExists = dummy.has(filename); + const expectedExists = fs.existsSync(filename); + + if (!actualExists && !expectedExists) { + // Neither exists, which is perfectly fine. Carry on. + continue; + } else if (actualExists != expectedExists) { + const message = actualExists + ? `Fixture ${filename} is missing!` + : `File ${filename} was not generated!`; + + console.log(" " + stdoutColors.yellow(message)); + failed = true; + continue; + } + + const actual = dummy.has(filename) && dummy.get(filename).replace(/\r\n/g, "\n"); + const expected = ( + fs.existsSync(filename) && + fs.readFileSync(filename, { encoding: "utf8" }).replace(/\r\n/g, "\n") + ); + + const diffResult = diff(filename, expected, actual); + if (diffResult !== null) { + console.log(diffResult); + failed = true; + } + } + + if (failed) { + compareFixture.end(FAILURE); + return prepareResult(FAILURE, "fixture mismatch"); + } + compareFixture.end(SUCCESS); + } + if (config.features) { config.features.forEach(feature => { if (!features.includes(feature) && !features.includes("*")) { missing_features.push(feature); - return; // from forEach } let featureConfig = featuresConfig[feature]; if (featureConfig.asc_flags) { @@ -166,13 +265,8 @@ async function runTest(basename) { if (v8_no_flags) v8_no_flags += " "; v8_no_flags += "--no-" + flag.substring(2); }); - v8.setFlagsFromString(v8_flags); } }); - if (missing_features.length) { - console.log("- " + stdoutColors.yellow("feature SKIPPED") + " (" + missing_features.join(", ") + ")\n"); - return prepareResult(SKIPPED, "feature not enabled: " + missing_features.join(", ")); - } } if (config.asc_flags) { config.asc_flags.forEach(flag => { asc_flags.push(...flag.split(" ")); }); @@ -182,15 +276,14 @@ async function runTest(basename) { { const cmd = [ basename + ".ts", - "--baseDir", basedir, "--debug", - "--textFile" // -> stdout + "--outFile", basename + ".debug.wasm", + "--textFile", basename + ".debug.wat" ]; if (asc_flags) cmd.push(...asc_flags); - cmd.push("--outFile", basename + ".debug.wasm"); if (args.noColors) cmd.push("--noColors"); const compileDebug = section("compile debug"); - const { error } = await asc.main(cmd, { stdout, stderr }); + const { error } = await asc.main(cmd, { stdout, stderr, writeFile }); let expectStderr = config.stderr; if (error) { @@ -230,50 +323,28 @@ async function runTest(basename) { return prepareResult(SUCCESS); } - const compareFixture = section("compare fixture"); - const actual = stdout.toString().replace(/\r\n/g, "\n"); - if (args.create) { - fs.writeFileSync(path.join(basedir, basename + ".debug.wat"), actual, { encoding: "utf8" }); - console.log(" " + stdoutColors.yellow("Created fixture")); - compareFixture.end(SKIPPED); - } else { - const expected = fs.readFileSync(path.join(basedir, basename + ".debug.wat"), { encoding: "utf8" }).replace(/\r\n/g, "\n"); - if (args.noDiff) { - if (expected != actual) { - compareFixture.end(FAILURE); - return prepareResult(FAILURE, "fixture mismatch"); - } - } else { - let diffs = diff(basename + ".debug.wat", expected, actual); - if (diffs !== null) { - console.log(diffs); - compareFixture.end(FAILURE); - return prepareResult(FAILURE, "fixture mismatch"); - } - } - compareFixture.end(SUCCESS); - } + const afterCompileResult = afterCompile("debug"); + if (afterCompileResult) return afterCompileResult; } stdout.length = 0; stderr.length = 0; - const gluePath = path.join(basedir, basename + ".js"); + const gluePath = basename + ".js"; const glue = fs.existsSync(gluePath) ? await import(pathToFileURL(gluePath)) : {}; // Build release { const cmd = [ basename + ".ts", - "--baseDir", basedir, - "--outFile", // -> stdout + "--outFile", basename + ".release.wasm", + "--textFile", basename + ".release.wat", "-O" ]; if (asc_flags) cmd.push(...asc_flags); - if (args.create) cmd.push("--textFile", basename + ".release.wat"); if (args.noColors) cmd.push("--noColors"); const compileRelease = section("compile release"); - const { error } = await asc.main(cmd, { stdout: stdout, stderr: stderr }); + const { error } = await asc.main(cmd, { stdout, stderr, writeFile }); if (error) { stderr.write("---\n"); @@ -284,8 +355,18 @@ async function runTest(basename) { } compileRelease.end(SUCCESS); - const debugBuffer = fs.readFileSync(path.join(basedir, basename + ".debug.wasm")); - const releaseBuffer = stdout.toBuffer(); + const afterCompileResult = afterCompile("release"); + if (afterCompileResult) return afterCompileResult; + + if (missing_features.length) { + console.log("- " + stdoutColors.yellow("instantiate SKIPPED") + ": " + missing_features.join(", ") + " not enabled\n"); + return prepareResult(SKIPPED, "feature not enabled: " + missing_features.join(", ")); + } else if (v8_flags) { + v8.setFlagsFromString(v8_flags); + } + + const debugBuffer = dummy.get(basename + ".debug.wasm"); + const releaseBuffer = dummy.get(basename + ".release.wasm"); const instantiateDebug = section("instantiate debug"); if (config.skipInstantiate) { instantiateDebug.end(SKIPPED); @@ -312,7 +393,6 @@ async function runTest(basename) { if (asc_rtrace) { const cmd = [ basename + ".ts", - "--baseDir", basedir, "--outFile", // -> stdout "--debug", "--use", "ASC_RTRACE=1", diff --git a/tests/compiler/bindings/esm.debug.wat b/tests/compiler/bindings/esm.debug.wat index fc771caa73..095fc5393f 100644 --- a/tests/compiler/bindings/esm.debug.wat +++ b/tests/compiler/bindings/esm.debug.wat @@ -1147,7 +1147,7 @@ if i32.const 0 i32.const 672 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1193,7 +1193,7 @@ if i32.const 0 i32.const 672 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1226,7 +1226,7 @@ if i32.const 0 i32.const 672 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1470,7 +1470,7 @@ if i32.const 0 i32.const 672 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1799,7 +1799,7 @@ if i32.const 336 i32.const 672 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1808,6 +1808,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1837,24 +1857,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1892,7 +1901,7 @@ if i32.const 0 i32.const 672 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1963,7 +1972,7 @@ if i32.const 0 i32.const 672 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2026,6 +2035,14 @@ (local $pagesAfter i32) i32.const 0 drop + local.get $size + i32.const 256 + i32.ge_u + if + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $size + end memory.size $0 local.set $pagesBefore local.get $size @@ -2047,22 +2064,6 @@ i32.add local.set $size local.get $size - i32.const 536870910 - i32.lt_u - if - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.set $size - end - local.get $size i32.const 65535 i32.add i32.const 65535 @@ -2128,7 +2129,7 @@ if i32.const 0 i32.const 672 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2243,7 +2244,7 @@ if i32.const 0 i32.const 672 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2263,7 +2264,7 @@ if i32.const 0 i32.const 672 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/bindings/esm.release.wat b/tests/compiler/bindings/esm.release.wat index 7ea107e5e0..43a90778b0 100644 --- a/tests/compiler/bindings/esm.release.wat +++ b/tests/compiler/bindings/esm.release.wat @@ -741,7 +741,7 @@ if i32.const 0 i32.const 1696 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -766,7 +766,7 @@ if i32.const 0 i32.const 1696 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -794,7 +794,7 @@ if i32.const 0 i32.const 1696 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1161,7 +1161,7 @@ if i32.const 0 i32.const 1696 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1245,7 +1245,7 @@ if i32.const 0 i32.const 1696 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1297,7 +1297,7 @@ if i32.const 0 i32.const 1696 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1386,7 +1386,7 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $3 + local.set $4 local.get $0 i32.const 16 i32.add @@ -1396,12 +1396,12 @@ if i32.const 1360 i32.const 1696 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable end - local.get $3 + local.get $4 i32.const 12 local.get $2 i32.const 19 @@ -1422,50 +1422,54 @@ memory.size $0 local.tee $2 local.get $5 - i32.const 4 - local.get $3 - i32.load $0 offset=1568 - local.get $2 - i32.const 16 - i32.shl - i32.const 4 - i32.sub - i32.ne - i32.shl - i32.add - local.tee $4 - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if (result i32) - local.get $4 + local.get $5 i32.const 1 i32.const 27 - local.get $4 + local.get $5 i32.clz i32.sub i32.shl + i32.add i32.const 1 i32.sub - i32.add + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select else - local.get $4 + local.get $5 end + i32.const 4 + local.get $4 + i32.load $0 offset=1568 + local.get $2 + i32.const 16 + i32.shl + i32.const 4 + i32.sub + i32.ne + i32.shl + i32.add i32.const 65535 i32.add i32.const -65536 i32.and i32.const 16 i32.shr_u - local.tee $4 + local.tee $3 local.get $2 - local.get $4 + local.get $3 i32.gt_s select memory.grow $0 i32.const 0 i32.lt_s if - local.get $4 + local.get $3 memory.grow $0 i32.const 0 i32.lt_s @@ -1473,7 +1477,7 @@ unreachable end end - local.get $3 + local.get $4 local.get $2 i32.const 16 i32.shl @@ -1482,7 +1486,7 @@ i64.const 16 i64.shl call $~lib/rt/tlsf/addMemory - local.get $3 + local.get $4 local.get $5 call $~lib/rt/tlsf/searchBlock local.tee $2 @@ -1490,7 +1494,7 @@ if i32.const 0 i32.const 1696 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1505,17 +1509,17 @@ if i32.const 0 i32.const 1696 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable end - local.get $3 + local.get $4 local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 i32.load $0 - local.set $4 + local.set $3 local.get $5 i32.const 4 i32.add @@ -1524,12 +1528,12 @@ if i32.const 0 i32.const 1696 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable end - local.get $4 + local.get $3 i32.const -4 i32.and local.get $5 @@ -1540,7 +1544,7 @@ if local.get $2 local.get $5 - local.get $4 + local.get $3 i32.const 2 i32.and i32.or @@ -1550,19 +1554,19 @@ i32.add local.get $5 i32.add - local.tee $4 + local.tee $3 local.get $6 i32.const 4 i32.sub i32.const 1 i32.or i32.store $0 - local.get $3 local.get $4 + local.get $3 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $4 + local.get $3 i32.const -2 i32.and i32.store $0 diff --git a/tests/compiler/bindings/noExportRuntime.debug.js b/tests/compiler/bindings/noExportRuntime.debug.js index dda4a04e3d..9db98d97b4 100644 --- a/tests/compiler/bindings/noExportRuntime.debug.js +++ b/tests/compiler/bindings/noExportRuntime.debug.js @@ -159,7 +159,7 @@ export const { isArrayOfArray, returnsArrayOfArray, takesNonPlainObject, - takesFunction + takesFunction, } = await (async url => instantiate( await (async () => { try { return await globalThis.WebAssembly.compileStreaming(globalThis.fetch(url)); } diff --git a/tests/compiler/bindings/noExportRuntime.release.js b/tests/compiler/bindings/noExportRuntime.release.js index c35c9f8ef1..de99664237 100644 --- a/tests/compiler/bindings/noExportRuntime.release.js +++ b/tests/compiler/bindings/noExportRuntime.release.js @@ -159,7 +159,7 @@ export const { isArrayOfArray, returnsArrayOfArray, takesNonPlainObject, - takesFunction + takesFunction, } = await (async url => instantiate( await (async () => { try { return await globalThis.WebAssembly.compileStreaming(globalThis.fetch(url)); } diff --git a/tests/compiler/bindings/raw.debug.wat b/tests/compiler/bindings/raw.debug.wat index 169584997b..d2c5453dc1 100644 --- a/tests/compiler/bindings/raw.debug.wat +++ b/tests/compiler/bindings/raw.debug.wat @@ -1150,7 +1150,7 @@ if i32.const 0 i32.const 672 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -1196,7 +1196,7 @@ if i32.const 0 i32.const 672 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -1229,7 +1229,7 @@ if i32.const 0 i32.const 672 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1473,7 +1473,7 @@ if i32.const 0 i32.const 672 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1802,7 +1802,7 @@ if i32.const 336 i32.const 672 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable @@ -1811,6 +1811,26 @@ call $~lib/rt/tlsf/computeSize return ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) (local $fl i32) (local $sl i32) @@ -1840,24 +1860,13 @@ local.set $sl else local.get $size - i32.const 536870910 - i32.lt_u - if (result i32) - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - else - local.get $size - end + call $~lib/rt/tlsf/roundSize local.set $requestSize - i32.const 31 + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub local.get $requestSize i32.clz i32.sub @@ -1895,7 +1904,7 @@ if i32.const 0 i32.const 672 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1966,7 +1975,7 @@ if i32.const 0 i32.const 672 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -2029,6 +2038,14 @@ (local $pagesAfter i32) i32.const 0 drop + local.get $size + i32.const 256 + i32.ge_u + if + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $size + end memory.size $0 local.set $pagesBefore local.get $size @@ -2050,22 +2067,6 @@ i32.add local.set $size local.get $size - i32.const 536870910 - i32.lt_u - if - local.get $size - i32.const 1 - i32.const 27 - local.get $size - i32.clz - i32.sub - i32.shl - i32.const 1 - i32.sub - i32.add - local.set $size - end - local.get $size i32.const 65535 i32.add i32.const 65535 @@ -2131,7 +2132,7 @@ if i32.const 0 i32.const 672 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable @@ -2246,7 +2247,7 @@ if i32.const 0 i32.const 672 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -2266,7 +2267,7 @@ if i32.const 0 i32.const 672 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/bindings/raw.release.wat b/tests/compiler/bindings/raw.release.wat index 6a02844128..c83fe21937 100644 --- a/tests/compiler/bindings/raw.release.wat +++ b/tests/compiler/bindings/raw.release.wat @@ -741,7 +741,7 @@ if i32.const 0 i32.const 1696 - i32.const 378 + i32.const 382 i32.const 14 call $~lib/builtins/abort unreachable @@ -766,7 +766,7 @@ if i32.const 0 i32.const 1696 - i32.const 385 + i32.const 389 i32.const 16 call $~lib/builtins/abort unreachable @@ -794,7 +794,7 @@ if i32.const 0 i32.const 1696 - i32.const 398 + i32.const 402 i32.const 5 call $~lib/builtins/abort unreachable @@ -1161,7 +1161,7 @@ if i32.const 0 i32.const 1696 - i32.const 560 + i32.const 562 i32.const 3 call $~lib/builtins/abort unreachable @@ -1245,7 +1245,7 @@ if i32.const 0 i32.const 1696 - i32.const 330 + i32.const 334 i32.const 14 call $~lib/builtins/abort unreachable @@ -1297,7 +1297,7 @@ if i32.const 0 i32.const 1696 - i32.const 343 + i32.const 347 i32.const 18 call $~lib/builtins/abort unreachable @@ -1386,7 +1386,7 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $3 + local.set $4 local.get $0 i32.const 16 i32.add @@ -1396,12 +1396,12 @@ if i32.const 1360 i32.const 1696 - i32.const 459 + i32.const 461 i32.const 29 call $~lib/builtins/abort unreachable end - local.get $3 + local.get $4 i32.const 12 local.get $2 i32.const 19 @@ -1422,50 +1422,54 @@ memory.size $0 local.tee $2 local.get $5 - i32.const 4 - local.get $3 - i32.load $0 offset=1568 - local.get $2 - i32.const 16 - i32.shl - i32.const 4 - i32.sub - i32.ne - i32.shl - i32.add - local.tee $4 - i32.const 536870910 - i32.lt_u + i32.const 256 + i32.ge_u if (result i32) - local.get $4 + local.get $5 i32.const 1 i32.const 27 - local.get $4 + local.get $5 i32.clz i32.sub i32.shl + i32.add i32.const 1 i32.sub - i32.add + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select else - local.get $4 + local.get $5 end + i32.const 4 + local.get $4 + i32.load $0 offset=1568 + local.get $2 + i32.const 16 + i32.shl + i32.const 4 + i32.sub + i32.ne + i32.shl + i32.add i32.const 65535 i32.add i32.const -65536 i32.and i32.const 16 i32.shr_u - local.tee $4 + local.tee $3 local.get $2 - local.get $4 + local.get $3 i32.gt_s select memory.grow $0 i32.const 0 i32.lt_s if - local.get $4 + local.get $3 memory.grow $0 i32.const 0 i32.lt_s @@ -1473,7 +1477,7 @@ unreachable end end - local.get $3 + local.get $4 local.get $2 i32.const 16 i32.shl @@ -1482,7 +1486,7 @@ i64.const 16 i64.shl call $~lib/rt/tlsf/addMemory - local.get $3 + local.get $4 local.get $5 call $~lib/rt/tlsf/searchBlock local.tee $2 @@ -1490,7 +1494,7 @@ if i32.const 0 i32.const 1696 - i32.const 497 + i32.const 499 i32.const 16 call $~lib/builtins/abort unreachable @@ -1505,17 +1509,17 @@ if i32.const 0 i32.const 1696 - i32.const 499 + i32.const 501 i32.const 14 call $~lib/builtins/abort unreachable end - local.get $3 + local.get $4 local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 i32.load $0 - local.set $4 + local.set $3 local.get $5 i32.const 4 i32.add @@ -1524,12 +1528,12 @@ if i32.const 0 i32.const 1696 - i32.const 357 + i32.const 361 i32.const 14 call $~lib/builtins/abort unreachable end - local.get $4 + local.get $3 i32.const -4 i32.and local.get $5 @@ -1540,7 +1544,7 @@ if local.get $2 local.get $5 - local.get $4 + local.get $3 i32.const 2 i32.and i32.or @@ -1550,19 +1554,19 @@ i32.add local.get $5 i32.add - local.tee $4 + local.tee $3 local.get $6 i32.const 4 i32.sub i32.const 1 i32.or i32.store $0 - local.get $3 local.get $4 + local.get $3 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $4 + local.get $3 i32.const -2 i32.and i32.store $0 diff --git a/tests/compiler/std/math.release.wat b/tests/compiler/std/math.release.wat index 2af003d42d..233a263ee1 100644 --- a/tests/compiler/std/math.release.wat +++ b/tests/compiler/std/math.release.wat @@ -49900,7 +49900,7 @@ call $~lib/builtins/abort unreachable end - f64.const nan:0x8000000000000 + f64.const -nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -49944,7 +49944,7 @@ call $~lib/builtins/abort unreachable end - f64.const nan:0x8000000000000 + f64.const -nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -49966,7 +49966,7 @@ call $~lib/builtins/abort unreachable end - f64.const nan:0x8000000000000 + f64.const -nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -50032,7 +50032,7 @@ call $~lib/builtins/abort unreachable end - f64.const nan:0x8000000000000 + f64.const -nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -50098,7 +50098,7 @@ call $~lib/builtins/abort unreachable end - f64.const nan:0x8000000000000 + f64.const -nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -50164,7 +50164,7 @@ call $~lib/builtins/abort unreachable end - f64.const nan:0x8000000000000 + f64.const -nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -50252,7 +50252,7 @@ call $~lib/builtins/abort unreachable end - f64.const nan:0x8000000000000 + f64.const -nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -50362,7 +50362,7 @@ call $~lib/builtins/abort unreachable end - f64.const nan:0x8000000000000 + f64.const -nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -50516,7 +50516,7 @@ call $~lib/builtins/abort unreachable end - f64.const nan:0x8000000000000 + f64.const -nan:0x8000000000000 f64.const nan:0x8000000000000 f64.const 0 call $std/math/check @@ -51748,7 +51748,7 @@ call $~lib/builtins/abort unreachable end - f32.const nan:0x400000 + f32.const -nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check @@ -51774,7 +51774,7 @@ call $~lib/builtins/abort unreachable end - f32.const nan:0x400000 + f32.const -nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check @@ -51787,7 +51787,7 @@ call $~lib/builtins/abort unreachable end - f32.const nan:0x400000 + f32.const -nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check @@ -51826,7 +51826,7 @@ call $~lib/builtins/abort unreachable end - f32.const nan:0x400000 + f32.const -nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check @@ -51865,7 +51865,7 @@ call $~lib/builtins/abort unreachable end - f32.const nan:0x400000 + f32.const -nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check @@ -51904,7 +51904,7 @@ call $~lib/builtins/abort unreachable end - f32.const nan:0x400000 + f32.const -nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check @@ -51956,7 +51956,7 @@ call $~lib/builtins/abort unreachable end - f32.const nan:0x400000 + f32.const -nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check @@ -52021,7 +52021,7 @@ call $~lib/builtins/abort unreachable end - f32.const nan:0x400000 + f32.const -nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check @@ -52047,7 +52047,7 @@ call $~lib/builtins/abort unreachable end - f32.const nan:0x400000 + f32.const -nan:0x400000 f32.const nan:0x400000 f32.const 0 call $std/math/check diff --git a/tests/compiler/tsconfig.json b/tests/compiler/tsconfig.json index 50bf8535c3..9807551662 100644 --- a/tests/compiler/tsconfig.json +++ b/tests/compiler/tsconfig.json @@ -1,7 +1,8 @@ { "extends": "../../std/assembly.json", "compilerOptions": { - "module": "ES6" + "module": "ES6", + "moduleDetection": "force" }, "include": [ "./**/*.ts" diff --git a/tests/tokenizer.js b/tests/tokenizer.js index 8999ff68ce..a81df43467 100644 --- a/tests/tokenizer.js +++ b/tests/tokenizer.js @@ -7,22 +7,22 @@ const dirname = path.dirname(fileURLToPath(import.meta.url)); const file = process.argv.length > 2 ? process.argv[2] : path.join(dirname, "..", "src", "tokenizer.ts"); const text = fs.readFileSync(file).toString(); -const source = new Source(SourceKind.ENTRY, "tokenizer.ts", text); +const source = new Source(SourceKind.Entry, "tokenizer.ts", text); const tn = new Tokenizer(source); do { const token = tn.next(); const range = tn.range(); process.stdout.write(Token[token] + " @ " + source.lineAt(range.start) + ":" + source.columnAt()); - if (token == Token.IDENTIFIER) { + if (token == Token.Identifier) { process.stdout.write(" > " + tn.readIdentifier()); - } else if (token == Token.INTEGERLITERAL) { + } else if (token == Token.IntegerLiteral) { process.stdout.write(" > " + tn.readInteger()); - } else if (token == Token.FLOATLITERAL) { + } else if (token == Token.FloatLiteral) { process.stdout.write(" > " + tn.readFloat()); - } else if (token == Token.STRINGLITERAL) { + } else if (token == Token.StringLiteral) { process.stdout.write(" > " + tn.readString()); - } else if (token == Token.ENDOFFILE) { + } else if (token == Token.EndOfFile) { process.stdout.write("\n"); break; } else { From cb7c9de6f2f0c9f4ffc19ef6a13bc7a81894a3eb Mon Sep 17 00:00:00 2001 From: dcode Date: Mon, 31 Jul 2023 19:19:49 +0200 Subject: [PATCH 012/103] fix: Move bswap back to stdlib (#2701) --- src/builtins.ts | 177 ------- std/assembly/builtins.ts | 4 - std/assembly/polyfills.ts | 27 + tests/compiler/builtins.debug.wat | 466 ++++++----------- tests/compiler/builtins.ts | 22 - tests/compiler/polyfills.debug.wat | 511 ++++++++++++++++++ tests/compiler/polyfills.json | 4 + tests/compiler/polyfills.release.wat | 6 + tests/compiler/polyfills.ts | 23 + tests/compiler/std/array.debug.wat | 135 ++--- tests/compiler/std/dataview.debug.wat | 662 ++++++++++-------------- tests/compiler/std/dataview.release.wat | 81 ++- tests/compiler/std/typedarray.debug.wat | 134 ++--- 13 files changed, 1162 insertions(+), 1090 deletions(-) create mode 100644 std/assembly/polyfills.ts create mode 100644 tests/compiler/polyfills.debug.wat create mode 100644 tests/compiler/polyfills.json create mode 100644 tests/compiler/polyfills.release.wat create mode 100644 tests/compiler/polyfills.ts diff --git a/src/builtins.ts b/src/builtins.ts index e2027b4d9c..e9f563e1e6 100644 --- a/src/builtins.ts +++ b/src/builtins.ts @@ -143,8 +143,6 @@ export namespace BuiltinNames { export const isManaged = "~lib/builtins/isManaged"; export const isVoid = "~lib/builtins/isVoid"; - export const bswap = "~lib/builtins/bswap"; - export const add = "~lib/builtins/add"; export const sub = "~lib/builtins/sub"; export const mul = "~lib/builtins/mul"; @@ -1193,181 +1191,6 @@ function builtin_idof(ctx: BuiltinFunctionContext): ExpressionRef { } builtinFunctions.set(BuiltinNames.idof, builtin_idof); -// bswap(value: T) -> T -function builtin_bswap(ctx: BuiltinFunctionContext): ExpressionRef { - let compiler = ctx.compiler; - let module = compiler.module; - if ( - checkTypeOptional(ctx, true) | - checkArgsRequired(ctx, 1) - ) return module.unreachable(); - - let typeArguments = ctx.typeArguments; - let arg0 = typeArguments - ? compiler.compileExpression( - ctx.operands[0], - typeArguments[0].toUnsigned(), - Constraints.ConvImplicit | Constraints.MustWrap - ) - : compiler.compileExpression( - ctx.operands[0], - Type.u32, - Constraints.MustWrap - ); - - let type = compiler.currentType; - if (type.isValue) { - switch (type.kind) { - case TypeKind.Bool: - case TypeKind.I8: - case TypeKind.U8: return arg0; - case TypeKind.I16: - case TypeKind.U16: { - // (x << 8 | x >> 8) - let flow = compiler.currentFlow; - let temp = flow.getTempLocal(type); - flow.setLocalFlag(temp.index, LocalFlags.Wrapped); - - let res = module.binary( - BinaryOp.OrI32, - module.binary( - BinaryOp.ShlI32, - module.local_tee(temp.index, arg0, false), - module.i32(8) - ), - module.binary( - BinaryOp.ShrU32, - module.local_get(temp.index, TypeRef.I32), - module.i32(8) - ) - ); - // avoid wrapping for u16 due to it's already done for input arg - if (type.kind == TypeKind.I16) { - res = compiler.ensureSmallIntegerWrap(res, Type.i16); - } - return res; - } - case TypeKind.I32: - case TypeKind.U32: - case TypeKind.Isize: - case TypeKind.Usize: { - if (type.size == 32) { - // rotl(x & 0xFF00FF00, 8) | rotr(x & 0x00FF00FF, 8) - let flow = compiler.currentFlow; - let temp = flow.getTempLocal(type); - flow.setLocalFlag(temp.index, LocalFlags.Wrapped); - - let res = module.binary( - BinaryOp.OrI32, - module.binary( - BinaryOp.RotlI32, - module.binary( - BinaryOp.AndI32, - module.local_tee(temp.index, arg0, false), - module.i32(0xFF00FF00) - ), - module.i32(8) - ), - module.binary( - BinaryOp.RotrI32, - module.binary( - BinaryOp.AndI32, - module.local_get(temp.index, TypeRef.I32), - module.i32(0x00FF00FF) - ), - module.i32(8) - ), - ); - return res; - } - // fall-through - } - case TypeKind.I64: - case TypeKind.U64: { - // let t = - // ((x >>> 8) & 0x00FF00FF00FF00FF) | - // ((x & 0x00FF00FF00FF00FF) << 8) - // - // let res = - // ((t >>> 16) & 0x0000FFFF0000FFFF) | - // ((t & 0x0000FFFF0000FFFF) << 16) - // - // rotr(res, 32) - - let flow = compiler.currentFlow; - let temp1 = flow.getTempLocal(type); - flow.setLocalFlag(temp1.index, LocalFlags.Wrapped); - let temp2 = flow.getTempLocal(type); - flow.setLocalFlag(temp2.index, LocalFlags.Wrapped); - - // t = ((x >>> 8) & 0x00FF00FF00FF00FF) | ((x & 0x00FF00FF00FF00FF) << 8) - let expr = module.local_tee( - temp2.index, - module.binary( - BinaryOp.OrI64, - module.binary( - BinaryOp.AndI64, - module.binary( - BinaryOp.ShrU64, - module.local_tee(temp1.index, arg0, false), - module.i64(8) - ), - module.i64(0x00FF00FF, 0x00FF00FF) - ), - module.binary( - BinaryOp.ShlI64, - module.binary( - BinaryOp.AndI64, - module.local_get(temp1.index, TypeRef.I64), - module.i64(0x00FF00FF, 0x00FF00FF) - ), - module.i64(8) - ), - ), - false - ); - - // ((t >>> 16) & 0x0000FFFF0000FFFF) | ((t & 0x0000FFFF0000FFFF) << 16) - let res = module.binary( - BinaryOp.OrI64, - module.binary( - BinaryOp.AndI64, - module.binary( - BinaryOp.ShrU64, - expr, - module.i64(16) - ), - module.i64(0x0000FFFF, 0x0000FFFF) - ), - module.binary( - BinaryOp.ShlI64, - module.binary( - BinaryOp.AndI64, - module.local_get(temp2.index, TypeRef.I64), - module.i64(0x0000FFFF, 0x0000FFFF) - ), - module.i64(16) - ), - ); - - // rotr(res, 32) - res = module.binary( - BinaryOp.RotrI64, - res, - module.i64(32) - ); - return res; - } - } - } - compiler.error( - DiagnosticCode.Operation_0_cannot_be_applied_to_type_1, - ctx.reportNode.typeArgumentsRange, "bswap", type.toString() - ); - return module.unreachable(); -} -builtinFunctions.set(BuiltinNames.bswap, builtin_bswap); - // === Math =================================================================================== // NaN diff --git a/std/assembly/builtins.ts b/std/assembly/builtins.ts index ef81c80a02..0f910a39e4 100644 --- a/std/assembly/builtins.ts +++ b/std/assembly/builtins.ts @@ -66,10 +66,6 @@ export declare function isVoid(): bool; @builtin export declare function lengthof(func?: T): i32; -// @ts-ignore -@builtin -export declare function bswap(value: T): T; - // @ts-ignore: decorator @builtin export declare function clz(value: T): T; diff --git a/std/assembly/polyfills.ts b/std/assembly/polyfills.ts new file mode 100644 index 0000000000..2f39f1f207 --- /dev/null +++ b/std/assembly/polyfills.ts @@ -0,0 +1,27 @@ +export function bswap(value: T): T { + if (isInteger()) { + if (sizeof() == 1) { + return value; + } + if (sizeof() == 2) { + return (value << 8 | (value >> 8)); + } + if (sizeof() == 4) { + return ( + rotl(value & 0xFF00FF00, 8) | + rotr(value & 0x00FF00FF, 8) + ); + } + if (sizeof() == 8) { + let a = (value >> 8) & 0x00FF00FF00FF00FF; + let b = (value & 0x00FF00FF00FF00FF) << 8; + let v = a | b; + + a = (v >>> 16) & 0x0000FFFF0000FFFF; + b = (v & 0x0000FFFF0000FFFF) << 16; + + return rotr(a | b, 32); + } + } + ERROR("Unsupported generic type"); +} diff --git a/tests/compiler/builtins.debug.wat b/tests/compiler/builtins.debug.wat index 6261e34723..fd352cf9b9 100644 --- a/tests/compiler/builtins.debug.wat +++ b/tests/compiler/builtins.debug.wat @@ -551,16 +551,6 @@ (local $51 i32) (local $52 i32) (local $53 i32) - (local $54 i32) - (local $55 i32) - (local $56 i32) - (local $57 i64) - (local $58 i64) - (local $59 i64) - (local $60 i64) - (local $61 i32) - (local $62 i32) - (local $63 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2543,11 +2533,11 @@ i32.const 2 i32.const 3 global.get $builtins/fn - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 call $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:index call_indirect $0 (type $i32_i32_=>_i32) i32.eq @@ -2561,23 +2551,23 @@ unreachable end global.get $builtins/fn - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=8 - local.get $63 + local.get $53 call $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:name - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 32 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -2589,11 +2579,11 @@ unreachable end global.get $builtins/fn - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 call $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:length i32.const 2 i32.eq @@ -2607,11 +2597,11 @@ unreachable end global.get $builtins/fn - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 call $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:length i32.const 2 i32.eq @@ -2625,23 +2615,23 @@ unreachable end global.get $builtins/fn - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=8 - local.get $63 + local.get $53 call $~lib/function/Function<%28i32%2Ci32%29=>i32>#toString - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 176 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3283,11 +3273,11 @@ i32.const 52 local.set $52 i32.const 256 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 5 local.get $48 f64.convert_i32_u @@ -3349,17 +3339,17 @@ unreachable end i32.const 352 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 352 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3371,17 +3361,17 @@ unreachable end i32.const 352 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 352 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3393,17 +3383,17 @@ unreachable end i32.const 400 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 400 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3415,17 +3405,17 @@ unreachable end i32.const 432 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 432 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3437,17 +3427,17 @@ unreachable end i32.const 464 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 464 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3459,17 +3449,17 @@ unreachable end i32.const 496 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 496 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3481,17 +3471,17 @@ unreachable end i32.const 528 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 528 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3503,17 +3493,17 @@ unreachable end i32.const 560 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 560 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3525,17 +3515,17 @@ unreachable end i32.const 592 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 592 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3547,17 +3537,17 @@ unreachable end i32.const 624 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 624 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3569,17 +3559,17 @@ unreachable end i32.const 656 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 656 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3591,17 +3581,17 @@ unreachable end i32.const 688 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 688 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3613,17 +3603,17 @@ unreachable end i32.const 720 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 720 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3635,17 +3625,17 @@ unreachable end i32.const 752 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 752 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3657,17 +3647,17 @@ unreachable end i32.const 784 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 784 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3679,17 +3669,17 @@ unreachable end i32.const 816 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 816 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3701,17 +3691,17 @@ unreachable end i32.const 848 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 848 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3723,17 +3713,17 @@ unreachable end i32.const 880 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 880 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3745,17 +3735,17 @@ unreachable end i32.const 432 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 432 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3767,17 +3757,17 @@ unreachable end i32.const 352 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 - local.get $63 + local.get $53 i32.const 352 - local.set $63 + local.set $53 global.get $~lib/memory/__stack_pointer - local.get $63 + local.get $53 i32.store $0 offset=4 - local.get $63 + local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3914,162 +3904,6 @@ call $~lib/builtins/abort unreachable end - i32.const 170 - i32.const 170 - i32.eq - drop - i32.const 170 - i32.extend8_s - i32.const 255 - i32.and - i32.const 170 - i32.eq - drop - i32.const 43707 - local.tee $53 - i32.const 8 - i32.shl - local.get $53 - i32.const 8 - i32.shr_u - i32.or - i32.const 65535 - i32.and - i32.const 48042 - i32.eq - drop - i32.const 43707 - i32.extend16_s - i32.const 65535 - i32.and - local.tee $54 - i32.const 8 - i32.shl - local.get $54 - i32.const 8 - i32.shr_u - i32.or - i32.const 65535 - i32.and - i32.const 48042 - i32.eq - drop - i32.const -1430532899 - local.tee $55 - i32.const -16711936 - i32.and - i32.const 8 - i32.rotl - local.get $55 - i32.const 16711935 - i32.and - i32.const 8 - i32.rotr - i32.or - i32.const -573785174 - i32.eq - drop - i32.const -1430532899 - local.tee $56 - i32.const -16711936 - i32.and - i32.const 8 - i32.rotl - local.get $56 - i32.const 16711935 - i32.and - i32.const 8 - i32.rotr - i32.or - i32.const -573785174 - i32.eq - drop - i64.const 4822679907192029 - local.tee $57 - i64.const 8 - i64.shr_u - i64.const 71777214294589695 - i64.and - local.get $57 - i64.const 71777214294589695 - i64.and - i64.const 8 - i64.shl - i64.or - local.tee $58 - i64.const 16 - i64.shr_u - i64.const 281470681808895 - i64.and - local.get $58 - i64.const 281470681808895 - i64.and - i64.const 16 - i64.shl - i64.or - i64.const 32 - i64.rotr - i64.const -2464388556401798912 - i64.eq - drop - i64.const 4822679907192029 - local.tee $59 - i64.const 8 - i64.shr_u - i64.const 71777214294589695 - i64.and - local.get $59 - i64.const 71777214294589695 - i64.and - i64.const 8 - i64.shl - i64.or - local.tee $60 - i64.const 16 - i64.shr_u - i64.const 281470681808895 - i64.and - local.get $60 - i64.const 281470681808895 - i64.and - i64.const 16 - i64.shl - i64.or - i64.const 32 - i64.rotr - i64.const -2464388556401798912 - i64.eq - drop - i32.const -1430532899 - local.tee $61 - i32.const -16711936 - i32.and - i32.const 8 - i32.rotl - local.get $61 - i32.const 16711935 - i32.and - i32.const 8 - i32.rotr - i32.or - i32.const -573785174 - i32.eq - drop - i32.const -1430532899 - local.tee $62 - i32.const -16711936 - i32.and - i32.const 8 - i32.rotl - local.get $62 - i32.const 16711935 - i32.and - i32.const 8 - i32.rotr - i32.or - i32.const -573785174 - i32.eq - drop global.get $~lib/memory/__stack_pointer i32.const 12 i32.add diff --git a/tests/compiler/builtins.ts b/tests/compiler/builtins.ts index 35c680b763..dafb8f9309 100644 --- a/tests/compiler/builtins.ts +++ b/tests/compiler/builtins.ts @@ -676,25 +676,3 @@ function rotr3(a: i8, b: i8, c: i8): i32 { return rotr(a, rotr(b, c)); } assert(rotr3(48, 8, 1) == 3); - -// bswap tests - -// check bswap for i8/u8 -assert(bswap(0xaa) == 0xaa); -assert(bswap(0xaa) == 0xaa); - -// check bswap for i16/u16 -assert(bswap(0xaabb) == 0xbbaa); -assert(bswap(0xaabb) == 0xbbaa); - -// check bswap for i32/u32 -assert(bswap(0xaabbccdd) == 0xddccbbaa); -assert(bswap(0xaabbccdd) == 0xddccbbaa); - -// check bswap for i64/u64 -assert(bswap(0x00112233aabbccdd) == 0xddccbbaa33221100); -assert(bswap(0x00112233aabbccdd) == 0xddccbbaa33221100); - -// check bswap for isize/usize -assert(bswap(0xaabbccdd) == 0xddccbbaa); -assert(bswap(0xaabbccdd) == 0xddccbbaa); diff --git a/tests/compiler/polyfills.debug.wat b/tests/compiler/polyfills.debug.wat new file mode 100644 index 0000000000..5a5100659a --- /dev/null +++ b/tests/compiler/polyfills.debug.wat @@ -0,0 +1,511 @@ +(module + (type $i32_=>_i32 (func (param i32) (result i32))) + (type $i64_=>_i64 (func (param i64) (result i64))) + (type $none_=>_none (func)) + (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/memory/__data_end i32 (i32.const 60)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) + (global $~lib/memory/__heap_base i32 (i32.const 32828)) + (memory $0 1) + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00p\00o\00l\00y\00f\00i\00l\00l\00s\00.\00t\00s\00\00\00\00\00") + (table $0 1 1 funcref) + (elem $0 (i32.const 1)) + (export "memory" (memory $0)) + (start $~start) + (func $~lib/polyfills/bswap (param $value i32) (result i32) + i32.const 1 + drop + i32.const 1 + i32.const 1 + i32.eq + drop + local.get $value + return + ) + (func $~lib/polyfills/bswap (param $value i32) (result i32) + i32.const 1 + drop + i32.const 1 + i32.const 1 + i32.eq + drop + local.get $value + return + ) + (func $~lib/polyfills/bswap (param $value i32) (result i32) + i32.const 1 + drop + i32.const 2 + i32.const 1 + i32.eq + drop + i32.const 2 + i32.const 2 + i32.eq + drop + local.get $value + i32.const 8 + i32.const 15 + i32.and + i32.shl + local.get $value + i32.const 65535 + i32.and + i32.const 8 + i32.const 15 + i32.and + i32.shr_u + i32.or + return + ) + (func $~lib/polyfills/bswap (param $value i32) (result i32) + i32.const 1 + drop + i32.const 2 + i32.const 1 + i32.eq + drop + i32.const 2 + i32.const 2 + i32.eq + drop + local.get $value + i32.const 8 + i32.const 15 + i32.and + i32.shl + local.get $value + i32.const 65535 + i32.and + i32.const 8 + i32.const 15 + i32.and + i32.shr_u + i32.or + return + ) + (func $~lib/polyfills/bswap (param $value i32) (result i32) + i32.const 1 + drop + i32.const 4 + i32.const 1 + i32.eq + drop + i32.const 4 + i32.const 2 + i32.eq + drop + i32.const 4 + i32.const 4 + i32.eq + drop + local.get $value + i32.const -16711936 + i32.and + i32.const 8 + i32.rotl + local.get $value + i32.const 16711935 + i32.and + i32.const 8 + i32.rotr + i32.or + return + ) + (func $~lib/polyfills/bswap (param $value i32) (result i32) + i32.const 1 + drop + i32.const 4 + i32.const 1 + i32.eq + drop + i32.const 4 + i32.const 2 + i32.eq + drop + i32.const 4 + i32.const 4 + i32.eq + drop + local.get $value + i32.const -16711936 + i32.and + i32.const 8 + i32.rotl + local.get $value + i32.const 16711935 + i32.and + i32.const 8 + i32.rotr + i32.or + return + ) + (func $~lib/polyfills/bswap (param $value i64) (result i64) + (local $a i64) + (local $b i64) + (local $v i64) + i32.const 1 + drop + i32.const 8 + i32.const 1 + i32.eq + drop + i32.const 8 + i32.const 2 + i32.eq + drop + i32.const 8 + i32.const 4 + i32.eq + drop + i32.const 8 + i32.const 8 + i32.eq + drop + local.get $value + i64.const 8 + i64.shr_u + i64.const 71777214294589695 + i64.and + local.set $a + local.get $value + i64.const 71777214294589695 + i64.and + i64.const 8 + i64.shl + local.set $b + local.get $a + local.get $b + i64.or + local.set $v + local.get $v + i64.const 16 + i64.shr_u + i64.const 281470681808895 + i64.and + local.set $a + local.get $v + i64.const 281470681808895 + i64.and + i64.const 16 + i64.shl + local.set $b + local.get $a + local.get $b + i64.or + i64.const 32 + i64.rotr + return + ) + (func $~lib/polyfills/bswap (param $value i64) (result i64) + (local $a i64) + (local $b i64) + (local $v i64) + i32.const 1 + drop + i32.const 8 + i32.const 1 + i32.eq + drop + i32.const 8 + i32.const 2 + i32.eq + drop + i32.const 8 + i32.const 4 + i32.eq + drop + i32.const 8 + i32.const 8 + i32.eq + drop + local.get $value + i64.const 8 + i64.shr_u + i64.const 71777214294589695 + i64.and + local.set $a + local.get $value + i64.const 71777214294589695 + i64.and + i64.const 8 + i64.shl + local.set $b + local.get $a + local.get $b + i64.or + local.set $v + local.get $v + i64.const 16 + i64.shr_u + i64.const 281470681808895 + i64.and + local.set $a + local.get $v + i64.const 281470681808895 + i64.and + i64.const 16 + i64.shl + local.set $b + local.get $a + local.get $b + i64.or + i64.const 32 + i64.rotr + return + ) + (func $~lib/polyfills/bswap (param $value i32) (result i32) + i32.const 1 + drop + i32.const 4 + i32.const 1 + i32.eq + drop + i32.const 4 + i32.const 2 + i32.eq + drop + i32.const 4 + i32.const 4 + i32.eq + drop + local.get $value + i32.const -16711936 + i32.and + i32.const 8 + i32.rotl + local.get $value + i32.const 16711935 + i32.and + i32.const 8 + i32.rotr + i32.or + return + ) + (func $~lib/polyfills/bswap (param $value i32) (result i32) + i32.const 1 + drop + i32.const 4 + i32.const 1 + i32.eq + drop + i32.const 4 + i32.const 2 + i32.eq + drop + i32.const 4 + i32.const 4 + i32.eq + drop + local.get $value + i32.const -16711936 + i32.and + i32.const 8 + i32.rotl + local.get $value + i32.const 16711935 + i32.and + i32.const 8 + i32.rotr + i32.or + return + ) + (func $start:polyfills + i32.const 170 + call $~lib/polyfills/bswap + i32.const 255 + i32.and + i32.const 170 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 2 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 170 + call $~lib/polyfills/bswap + i32.extend8_s + i32.const 170 + i32.extend8_s + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 3 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 43707 + call $~lib/polyfills/bswap + i32.const 65535 + i32.and + i32.const 48042 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 6 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 43707 + call $~lib/polyfills/bswap + i32.extend16_s + i32.const 48042 + i32.extend16_s + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 7 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 43707 + call $~lib/polyfills/bswap + i32.extend16_s + i32.const 48042 + i32.extend16_s + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 8 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const -1430532899 + call $~lib/polyfills/bswap + i32.const -573785174 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 11 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const -1430532899 + call $~lib/polyfills/bswap + i32.const -573785174 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 12 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const -1430532899 + call $~lib/polyfills/bswap + i32.const -573785174 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 13 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i64.const 4822679907192029 + call $~lib/polyfills/bswap + i64.const -2464388556401798912 + i64.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 16 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i64.const 4822679907192029 + call $~lib/polyfills/bswap + i64.const -2464388556401798912 + i64.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 17 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i64.const 4822679907192029 + call $~lib/polyfills/bswap + i64.const -2464388556401798912 + i64.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 18 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const -1430532899 + call $~lib/polyfills/bswap + i32.const -573785174 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 21 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const -1430532899 + call $~lib/polyfills/bswap + i32.const -573785174 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 22 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const -1430532899 + call $~lib/polyfills/bswap + i32.const -573785174 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 23 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + ) + (func $~start + call $start:polyfills + ) +) diff --git a/tests/compiler/polyfills.json b/tests/compiler/polyfills.json new file mode 100644 index 0000000000..1bdd02b1be --- /dev/null +++ b/tests/compiler/polyfills.json @@ -0,0 +1,4 @@ +{ + "asc_flags": [ + ] +} diff --git a/tests/compiler/polyfills.release.wat b/tests/compiler/polyfills.release.wat new file mode 100644 index 0000000000..b46680aba3 --- /dev/null +++ b/tests/compiler/polyfills.release.wat @@ -0,0 +1,6 @@ +(module + (memory $0 1) + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\18\00\00\00p\00o\00l\00y\00f\00i\00l\00l\00s\00.\00t\00s") + (export "memory" (memory $0)) +) diff --git a/tests/compiler/polyfills.ts b/tests/compiler/polyfills.ts new file mode 100644 index 0000000000..02a6419106 --- /dev/null +++ b/tests/compiler/polyfills.ts @@ -0,0 +1,23 @@ +// check bswap for i8/u8 +assert(bswap(0xaa) == 0xaa); +assert(bswap(0xaa) == 0xaa); + +// check bswap for i16/u16 +assert(bswap(0xaabb) == 0xbbaa); +assert(bswap(0xaabb) == 0xbbaa); +assert(bswap(0xaabb) == 0xbbaa); + +// check bswap for i32/u32 +assert(bswap(0xaabbccdd) == 0xddccbbaa); +assert(bswap(0xaabbccdd) == 0xddccbbaa); +assert(bswap(0xaabbccdd) == 0xddccbbaa); + +// check bswap for i64/u64 +assert(bswap(0x00112233aabbccdd) == 0xddccbbaa33221100); +assert(bswap(0x00112233aabbccdd) == 0xddccbbaa33221100); +assert(bswap(0x00112233aabbccdd) == 0xddccbbaa33221100); + +// check bswap for isize/usize +assert(bswap(0xaabbccdd) == 0xddccbbaa); +assert(bswap(0xaabbccdd) == 0xddccbbaa); +assert(bswap(0xaabbccdd) == 0xddccbbaa); diff --git a/tests/compiler/std/array.debug.wat b/tests/compiler/std/array.debug.wat index f90bea8d07..07ca4f9cd1 100644 --- a/tests/compiler/std/array.debug.wat +++ b/tests/compiler/std/array.debug.wat @@ -14,6 +14,7 @@ (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) (type $none_=>_f64 (func (result f64))) (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i64_=>_i64 (func (param i64) (result i64))) (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) (type $i32_i32_i32_=>_f32 (func (param i32 i32 i32) (result f32))) (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) @@ -26,7 +27,6 @@ (type $none_=>_i32 (func (result i32))) (type $i32_i32_f32_i32_i32_=>_none (func (param i32 i32 f32 i32 i32))) (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) - (type $i64_=>_i64 (func (param i64) (result i64))) (type $i64_=>_none (func (param i64))) (type $i32_i64_i32_i64_i32_i64_i32_=>_i32 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) (type $i64_=>_i32 (func (param i64) (result i32))) @@ -3282,20 +3282,73 @@ end end ) + (func $~lib/polyfills/bswap (param $value i64) (result i64) + (local $a i64) + (local $b i64) + (local $v i64) + i32.const 1 + drop + i32.const 8 + i32.const 1 + i32.eq + drop + i32.const 8 + i32.const 2 + i32.eq + drop + i32.const 8 + i32.const 4 + i32.eq + drop + i32.const 8 + i32.const 8 + i32.eq + drop + local.get $value + i64.const 8 + i64.shr_u + i64.const 71777214294589695 + i64.and + local.set $a + local.get $value + i64.const 71777214294589695 + i64.and + i64.const 8 + i64.shl + local.set $b + local.get $a + local.get $b + i64.or + local.set $v + local.get $v + i64.const 16 + i64.shr_u + i64.const 281470681808895 + i64.and + local.set $a + local.get $v + i64.const 281470681808895 + i64.and + i64.const 16 + i64.shl + local.set $b + local.get $a + local.get $b + i64.or + i64.const 32 + i64.rotr + return + ) (func $~lib/util/bytes/REVERSE (param $ptr i32) (param $len i32) (local $i i32) (local $tail i32) (local $hlen i32) (local $front i32) (local $back i32) - (local $7 i64) - (local $8 i64) (local $temp i64) - (local $10 i64) - (local $11 i64) - (local $front|12 i32) - (local $back|13 i32) - (local $temp|14 i32) + (local $front|8 i32) + (local $back|9 i32) + (local $temp|10 i32) local.get $len i32.const 1 i32.gt_u @@ -3337,58 +3390,12 @@ local.set $back local.get $front i64.load $0 - local.tee $7 - i64.const 8 - i64.shr_u - i64.const 71777214294589695 - i64.and - local.get $7 - i64.const 71777214294589695 - i64.and - i64.const 8 - i64.shl - i64.or - local.tee $8 - i64.const 16 - i64.shr_u - i64.const 281470681808895 - i64.and - local.get $8 - i64.const 281470681808895 - i64.and - i64.const 16 - i64.shl - i64.or - i64.const 32 - i64.rotr + call $~lib/polyfills/bswap local.set $temp local.get $front local.get $back i64.load $0 - local.tee $10 - i64.const 8 - i64.shr_u - i64.const 71777214294589695 - i64.and - local.get $10 - i64.const 71777214294589695 - i64.and - i64.const 8 - i64.shl - i64.or - local.tee $11 - i64.const 16 - i64.shr_u - i64.const 281470681808895 - i64.and - local.get $11 - i64.const 281470681808895 - i64.and - i64.const 16 - i64.shl - i64.or - i64.const 32 - i64.rotr + call $~lib/polyfills/bswap i64.store $0 local.get $back local.get $temp @@ -3418,7 +3425,7 @@ i32.const 0 i32.shl i32.add - local.set $front|12 + local.set $front|8 local.get $ptr local.get $tail local.get $i @@ -3426,16 +3433,16 @@ i32.const 0 i32.shl i32.add - local.set $back|13 - local.get $front|12 + local.set $back|9 + local.get $front|8 i32.load8_u $0 - local.set $temp|14 - local.get $front|12 - local.get $back|13 + local.set $temp|10 + local.get $front|8 + local.get $back|9 i32.load8_u $0 i32.store8 $0 - local.get $back|13 - local.get $temp|14 + local.get $back|9 + local.get $temp|10 i32.store8 $0 local.get $i i32.const 1 diff --git a/tests/compiler/std/dataview.debug.wat b/tests/compiler/std/dataview.debug.wat index a8aac60b96..129a593460 100644 --- a/tests/compiler/std/dataview.debug.wat +++ b/tests/compiler/std/dataview.debug.wat @@ -12,6 +12,7 @@ (type $i32_i32_i64_i32_=>_none (func (param i32 i32 i64 i32))) (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) (type $none_=>_i32 (func (result i32))) + (type $i64_=>_i64 (func (param i64) (result i64))) (type $i32_i32_i32_=>_f32 (func (param i32 i32 i32) (result f32))) (type $i32_i32_i32_=>_f64 (func (param i32 i32 i32) (result f64))) (type $i32_i32_f32_i32_=>_none (func (param i32 i32 f32 i32))) @@ -2394,6 +2395,117 @@ local.get $this i32.load $0 offset=4 ) + (func $~lib/polyfills/bswap (param $value i32) (result i32) + i32.const 1 + drop + i32.const 4 + i32.const 1 + i32.eq + drop + i32.const 4 + i32.const 2 + i32.eq + drop + i32.const 4 + i32.const 4 + i32.eq + drop + local.get $value + i32.const -16711936 + i32.and + i32.const 8 + i32.rotl + local.get $value + i32.const 16711935 + i32.and + i32.const 8 + i32.rotr + i32.or + return + ) + (func $~lib/polyfills/bswap (param $value i64) (result i64) + (local $a i64) + (local $b i64) + (local $v i64) + i32.const 1 + drop + i32.const 8 + i32.const 1 + i32.eq + drop + i32.const 8 + i32.const 2 + i32.eq + drop + i32.const 8 + i32.const 4 + i32.eq + drop + i32.const 8 + i32.const 8 + i32.eq + drop + local.get $value + i64.const 8 + i64.shr_u + i64.const 71777214294589695 + i64.and + local.set $a + local.get $value + i64.const 71777214294589695 + i64.and + i64.const 8 + i64.shl + local.set $b + local.get $a + local.get $b + i64.or + local.set $v + local.get $v + i64.const 16 + i64.shr_u + i64.const 281470681808895 + i64.and + local.set $a + local.get $v + i64.const 281470681808895 + i64.and + i64.const 16 + i64.shl + local.set $b + local.get $a + local.get $b + i64.or + i64.const 32 + i64.rotr + return + ) + (func $~lib/polyfills/bswap (param $value i32) (result i32) + i32.const 1 + drop + i32.const 2 + i32.const 1 + i32.eq + drop + i32.const 2 + i32.const 2 + i32.eq + drop + local.get $value + i32.const 8 + i32.const 15 + i32.and + i32.shl + local.get $value + i32.const 65535 + i32.and + i32.const 8 + i32.const 15 + i32.and + i32.shr_u + i32.or + return + ) (func $~lib/dataview/DataView#get:buffer (param $this i32) (result i32) local.get $this i32.load $0 @@ -2886,8 +2998,7 @@ ) (func $~lib/dataview/DataView#getFloat32 (param $this i32) (param $byteOffset i32) (param $littleEndian i32) (result f32) (local $3 i32) - (local $4 i32) - (local $5 f32) + (local $4 f32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2903,11 +3014,11 @@ i32.const 4 i32.add local.get $this - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.store $0 - local.get $4 + local.get $3 call $~lib/dataview/DataView#get:byteLength i32.gt_s i32.or @@ -2922,52 +3033,40 @@ local.get $littleEndian if (result f32) local.get $this - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.store $0 - local.get $4 + local.get $3 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add f32.load $0 else local.get $this - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.store $0 - local.get $4 + local.get $3 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add i32.load $0 - local.tee $3 - i32.const -16711936 - i32.and - i32.const 8 - i32.rotl - local.get $3 - i32.const 16711935 - i32.and - i32.const 8 - i32.rotr - i32.or + call $~lib/polyfills/bswap f32.reinterpret_i32 end - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $4 return ) (func $~lib/dataview/DataView#getFloat64 (param $this i32) (param $byteOffset i32) (param $littleEndian i32) (result f64) - (local $3 i64) - (local $4 i64) - (local $5 i32) - (local $6 f64) + (local $3 i32) + (local $4 f64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2983,11 +3082,11 @@ i32.const 8 i32.add local.get $this - local.set $5 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $3 i32.store $0 - local.get $5 + local.get $3 call $~lib/dataview/DataView#get:byteLength i32.gt_s i32.or @@ -3002,58 +3101,35 @@ local.get $littleEndian if (result f64) local.get $this - local.set $5 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $3 i32.store $0 - local.get $5 + local.get $3 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add f64.load $0 else local.get $this - local.set $5 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $3 i32.store $0 - local.get $5 + local.get $3 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add i64.load $0 - local.tee $3 - i64.const 8 - i64.shr_u - i64.const 71777214294589695 - i64.and - local.get $3 - i64.const 71777214294589695 - i64.and - i64.const 8 - i64.shl - i64.or - local.tee $4 - i64.const 16 - i64.shr_u - i64.const 281470681808895 - i64.and - local.get $4 - i64.const 281470681808895 - i64.and - i64.const 16 - i64.shl - i64.or - i64.const 32 - i64.rotr + call $~lib/polyfills/bswap f64.reinterpret_i64 end - local.set $6 + local.set $4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 + local.get $4 return ) (func $~lib/dataview/DataView#getInt8 (param $this i32) (param $byteOffset i32) (result i32) @@ -3104,7 +3180,6 @@ (func $~lib/dataview/DataView#getInt16 (param $this i32) (param $byteOffset i32) (param $littleEndian i32) (result i32) (local $result i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3120,11 +3195,11 @@ i32.const 2 i32.add local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s i32.or @@ -3137,11 +3212,11 @@ unreachable end local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add @@ -3152,28 +3227,19 @@ local.get $result else local.get $result - i32.const 65535 - i32.and - local.tee $4 - i32.const 8 - i32.shl - local.get $4 - i32.const 8 - i32.shr_u - i32.or + call $~lib/polyfills/bswap end - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $4 return ) (func $~lib/dataview/DataView#getInt32 (param $this i32) (param $byteOffset i32) (param $littleEndian i32) (result i32) (local $result i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3189,11 +3255,11 @@ i32.const 4 i32.add local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s i32.or @@ -3206,11 +3272,11 @@ unreachable end local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add @@ -3221,32 +3287,20 @@ local.get $result else local.get $result - local.tee $4 - i32.const -16711936 - i32.and - i32.const 8 - i32.rotl - local.get $4 - i32.const 16711935 - i32.and - i32.const 8 - i32.rotr - i32.or + call $~lib/polyfills/bswap end - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $4 return ) (func $~lib/dataview/DataView#getInt64 (param $this i32) (param $byteOffset i32) (param $littleEndian i32) (result i64) (local $result i64) - (local $4 i64) + (local $4 i32) (local $5 i64) - (local $6 i32) - (local $7 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3262,11 +3316,11 @@ i32.const 8 i32.add local.get $this - local.set $6 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $4 i32.store $0 - local.get $6 + local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s i32.or @@ -3279,11 +3333,11 @@ unreachable end local.get $this - local.set $6 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $4 i32.store $0 - local.get $6 + local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add @@ -3294,37 +3348,14 @@ local.get $result else local.get $result - local.tee $4 - i64.const 8 - i64.shr_u - i64.const 71777214294589695 - i64.and - local.get $4 - i64.const 71777214294589695 - i64.and - i64.const 8 - i64.shl - i64.or - local.tee $5 - i64.const 16 - i64.shr_u - i64.const 281470681808895 - i64.and - local.get $5 - i64.const 281470681808895 - i64.and - i64.const 16 - i64.shl - i64.or - i64.const 32 - i64.rotr - end - local.set $7 + call $~lib/polyfills/bswap + end + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 + local.get $5 return ) (func $~lib/dataview/DataView#getUint8 (param $this i32) (param $byteOffset i32) (result i32) @@ -3375,7 +3406,6 @@ (func $~lib/dataview/DataView#getUint16 (param $this i32) (param $byteOffset i32) (param $littleEndian i32) (result i32) (local $result i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3391,11 +3421,11 @@ i32.const 2 i32.add local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s i32.or @@ -3408,11 +3438,11 @@ unreachable end local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add @@ -3423,26 +3453,19 @@ local.get $result else local.get $result - local.tee $4 - i32.const 8 - i32.shl - local.get $4 - i32.const 8 - i32.shr_u - i32.or + call $~lib/polyfills/bswap end - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $4 return ) (func $~lib/dataview/DataView#getUint32 (param $this i32) (param $byteOffset i32) (param $littleEndian i32) (result i32) (local $result i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3458,11 +3481,11 @@ i32.const 4 i32.add local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s i32.or @@ -3475,11 +3498,11 @@ unreachable end local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add @@ -3490,32 +3513,20 @@ local.get $result else local.get $result - local.tee $4 - i32.const -16711936 - i32.and - i32.const 8 - i32.rotl - local.get $4 - i32.const 16711935 - i32.and - i32.const 8 - i32.rotr - i32.or + call $~lib/polyfills/bswap end - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $4 return ) (func $~lib/dataview/DataView#getUint64 (param $this i32) (param $byteOffset i32) (param $littleEndian i32) (result i64) (local $result i64) - (local $4 i64) + (local $4 i32) (local $5 i64) - (local $6 i32) - (local $7 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3531,11 +3542,11 @@ i32.const 8 i32.add local.get $this - local.set $6 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $4 i32.store $0 - local.get $6 + local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s i32.or @@ -3548,11 +3559,11 @@ unreachable end local.get $this - local.set $6 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $4 i32.store $0 - local.get $6 + local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add @@ -3563,42 +3574,18 @@ local.get $result else local.get $result - local.tee $4 - i64.const 8 - i64.shr_u - i64.const 71777214294589695 - i64.and - local.get $4 - i64.const 71777214294589695 - i64.and - i64.const 8 - i64.shl - i64.or - local.tee $5 - i64.const 16 - i64.shr_u - i64.const 281470681808895 - i64.and - local.get $5 - i64.const 281470681808895 - i64.and - i64.const 16 - i64.shl - i64.or - i64.const 32 - i64.rotr - end - local.set $7 + call $~lib/polyfills/bswap + end + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 + local.get $5 return ) (func $~lib/dataview/DataView#setFloat32 (param $this i32) (param $byteOffset i32) (param $value f32) (param $littleEndian i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3614,11 +3601,11 @@ i32.const 4 i32.add local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s i32.or @@ -3633,11 +3620,11 @@ local.get $littleEndian if local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add @@ -3645,27 +3632,17 @@ f32.store $0 else local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add local.get $value i32.reinterpret_f32 - local.tee $4 - i32.const -16711936 - i32.and - i32.const 8 - i32.rotl - local.get $4 - i32.const 16711935 - i32.and - i32.const 8 - i32.rotr - i32.or + call $~lib/polyfills/bswap i32.store $0 end global.get $~lib/memory/__stack_pointer @@ -3674,9 +3651,7 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/dataview/DataView#setFloat64 (param $this i32) (param $byteOffset i32) (param $value f64) (param $littleEndian i32) - (local $4 i64) - (local $5 i64) - (local $6 i32) + (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3692,11 +3667,11 @@ i32.const 8 i32.add local.get $this - local.set $6 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $4 i32.store $0 - local.get $6 + local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s i32.or @@ -3711,11 +3686,11 @@ local.get $littleEndian if local.get $this - local.set $6 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $4 i32.store $0 - local.get $6 + local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add @@ -3723,40 +3698,17 @@ f64.store $0 else local.get $this - local.set $6 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $4 i32.store $0 - local.get $6 + local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add local.get $value i64.reinterpret_f64 - local.tee $4 - i64.const 8 - i64.shr_u - i64.const 71777214294589695 - i64.and - local.get $4 - i64.const 71777214294589695 - i64.and - i64.const 8 - i64.shl - i64.or - local.tee $5 - i64.const 16 - i64.shr_u - i64.const 281470681808895 - i64.and - local.get $5 - i64.const 281470681808895 - i64.and - i64.const 16 - i64.shl - i64.or - i64.const 32 - i64.rotr + call $~lib/polyfills/bswap i64.store $0 end global.get $~lib/memory/__stack_pointer @@ -3809,7 +3761,6 @@ ) (func $~lib/dataview/DataView#setInt16 (param $this i32) (param $byteOffset i32) (param $value i32) (param $littleEndian i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3825,11 +3776,11 @@ i32.const 2 i32.add local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s i32.or @@ -3842,11 +3793,11 @@ unreachable end local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add @@ -3855,15 +3806,7 @@ local.get $value else local.get $value - i32.const 65535 - i32.and - local.tee $4 - i32.const 8 - i32.shl - local.get $4 - i32.const 8 - i32.shr_u - i32.or + call $~lib/polyfills/bswap end i32.store16 $0 global.get $~lib/memory/__stack_pointer @@ -3873,7 +3816,6 @@ ) (func $~lib/dataview/DataView#setInt32 (param $this i32) (param $byteOffset i32) (param $value i32) (param $littleEndian i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3889,11 +3831,11 @@ i32.const 4 i32.add local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s i32.or @@ -3906,11 +3848,11 @@ unreachable end local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add @@ -3919,17 +3861,7 @@ local.get $value else local.get $value - local.tee $4 - i32.const -16711936 - i32.and - i32.const 8 - i32.rotl - local.get $4 - i32.const 16711935 - i32.and - i32.const 8 - i32.rotr - i32.or + call $~lib/polyfills/bswap end i32.store $0 global.get $~lib/memory/__stack_pointer @@ -3938,9 +3870,7 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/dataview/DataView#setInt64 (param $this i32) (param $byteOffset i32) (param $value i64) (param $littleEndian i32) - (local $4 i64) - (local $5 i64) - (local $6 i32) + (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3956,11 +3886,11 @@ i32.const 8 i32.add local.get $this - local.set $6 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $4 i32.store $0 - local.get $6 + local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s i32.or @@ -3973,11 +3903,11 @@ unreachable end local.get $this - local.set $6 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $4 i32.store $0 - local.get $6 + local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add @@ -3986,30 +3916,7 @@ local.get $value else local.get $value - local.tee $4 - i64.const 8 - i64.shr_u - i64.const 71777214294589695 - i64.and - local.get $4 - i64.const 71777214294589695 - i64.and - i64.const 8 - i64.shl - i64.or - local.tee $5 - i64.const 16 - i64.shr_u - i64.const 281470681808895 - i64.and - local.get $5 - i64.const 281470681808895 - i64.and - i64.const 16 - i64.shl - i64.or - i64.const 32 - i64.rotr + call $~lib/polyfills/bswap end i64.store $0 global.get $~lib/memory/__stack_pointer @@ -4062,7 +3969,6 @@ ) (func $~lib/dataview/DataView#setUint16 (param $this i32) (param $byteOffset i32) (param $value i32) (param $littleEndian i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -4078,11 +3984,11 @@ i32.const 2 i32.add local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s i32.or @@ -4095,11 +4001,11 @@ unreachable end local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add @@ -4108,15 +4014,7 @@ local.get $value else local.get $value - i32.const 65535 - i32.and - local.tee $4 - i32.const 8 - i32.shl - local.get $4 - i32.const 8 - i32.shr_u - i32.or + call $~lib/polyfills/bswap end i32.store16 $0 global.get $~lib/memory/__stack_pointer @@ -4126,7 +4024,6 @@ ) (func $~lib/dataview/DataView#setUint32 (param $this i32) (param $byteOffset i32) (param $value i32) (param $littleEndian i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -4142,11 +4039,11 @@ i32.const 4 i32.add local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s i32.or @@ -4159,11 +4056,11 @@ unreachable end local.get $this - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add @@ -4172,17 +4069,7 @@ local.get $value else local.get $value - local.tee $4 - i32.const -16711936 - i32.and - i32.const 8 - i32.rotl - local.get $4 - i32.const 16711935 - i32.and - i32.const 8 - i32.rotr - i32.or + call $~lib/polyfills/bswap end i32.store $0 global.get $~lib/memory/__stack_pointer @@ -4191,9 +4078,7 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/dataview/DataView#setUint64 (param $this i32) (param $byteOffset i32) (param $value i64) (param $littleEndian i32) - (local $4 i64) - (local $5 i64) - (local $6 i32) + (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -4209,11 +4094,11 @@ i32.const 8 i32.add local.get $this - local.set $6 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $4 i32.store $0 - local.get $6 + local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s i32.or @@ -4226,11 +4111,11 @@ unreachable end local.get $this - local.set $6 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $4 i32.store $0 - local.get $6 + local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add @@ -4239,30 +4124,7 @@ local.get $value else local.get $value - local.tee $4 - i64.const 8 - i64.shr_u - i64.const 71777214294589695 - i64.and - local.get $4 - i64.const 71777214294589695 - i64.and - i64.const 8 - i64.shl - i64.or - local.tee $5 - i64.const 16 - i64.shr_u - i64.const 281470681808895 - i64.and - local.get $5 - i64.const 281470681808895 - i64.and - i64.const 16 - i64.shl - i64.or - i64.const 32 - i64.rotr + call $~lib/polyfills/bswap end i64.store $0 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/dataview.release.wat b/tests/compiler/std/dataview.release.wat index d21469f6ec..5d6b455034 100644 --- a/tests/compiler/std/dataview.release.wat +++ b/tests/compiler/std/dataview.release.wat @@ -2088,21 +2088,18 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer + local.get $0 + local.get $0 + i32.const 8 + i32.shl + local.get $0 + i32.const 65535 + i32.and + i32.const 8 + i32.shr_u + i32.or local.get $2 - if (result i32) - local.get $0 - else - local.get $0 - i32.const 65535 - i32.and - local.tee $0 - i32.const 8 - i32.shl - local.get $0 - i32.const 8 - i32.shr_u - i32.or - end + select ) (func $~lib/dataview/DataView#getInt32 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -2720,27 +2717,25 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $3 local.get $0 i32.store $0 local.get $0 i32.load $0 offset=4 + local.get $1 + local.get $1 + i32.const 8 + i32.shl + local.get $1 + i32.const 65535 + i32.and + i32.const 8 + i32.shr_u + i32.or local.get $2 - if (result i32) - local.get $1 - else - local.get $1 - i32.const 65535 - i32.and - local.tee $0 - i32.const 8 - i32.shl - local.get $0 - i32.const 8 - i32.shr_u - i32.or - end + select i32.store16 $0 - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2921,27 +2916,25 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $3 local.get $0 i32.store $0 local.get $0 i32.load $0 offset=4 + local.get $1 + local.get $1 + i32.const 8 + i32.shl + local.get $1 + i32.const 65535 + i32.and + i32.const 8 + i32.shr_u + i32.or local.get $2 - if (result i32) - local.get $1 - else - local.get $1 - i32.const 65535 - i32.and - local.tee $0 - i32.const 8 - i32.shl - local.get $0 - i32.const 8 - i32.shr_u - i32.or - end + select i32.store16 $0 - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/typedarray.debug.wat b/tests/compiler/std/typedarray.debug.wat index 4196d9a65b..1f99d1139c 100644 --- a/tests/compiler/std/typedarray.debug.wat +++ b/tests/compiler/std/typedarray.debug.wat @@ -44,6 +44,7 @@ (type $none_=>_i32 (func (result i32))) (type $f32_f32_=>_f32 (func (param f32 f32) (result f32))) (type $f64_f64_=>_f64 (func (param f64 f64) (result f64))) + (type $i64_=>_i64 (func (param i64) (result i64))) (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) (type $i64_=>_i32 (func (param i64) (result i32))) (type $i32_i64_i32_i64_i32_i64_i32_=>_i32 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) @@ -4805,20 +4806,73 @@ f64.const 2 f64.eq ) + (func $~lib/polyfills/bswap (param $value i64) (result i64) + (local $a i64) + (local $b i64) + (local $v i64) + i32.const 1 + drop + i32.const 8 + i32.const 1 + i32.eq + drop + i32.const 8 + i32.const 2 + i32.eq + drop + i32.const 8 + i32.const 4 + i32.eq + drop + i32.const 8 + i32.const 8 + i32.eq + drop + local.get $value + i64.const 8 + i64.shr_u + i64.const 71777214294589695 + i64.and + local.set $a + local.get $value + i64.const 71777214294589695 + i64.and + i64.const 8 + i64.shl + local.set $b + local.get $a + local.get $b + i64.or + local.set $v + local.get $v + i64.const 16 + i64.shr_u + i64.const 281470681808895 + i64.and + local.set $a + local.get $v + i64.const 281470681808895 + i64.and + i64.const 16 + i64.shl + local.set $b + local.get $a + local.get $b + i64.or + i64.const 32 + i64.rotr + return + ) (func $~lib/util/bytes/REVERSE (param $ptr i32) (param $len i32) (local $i i32) (local $tail i32) (local $hlen i32) (local $front i32) (local $back i32) - (local $7 i64) - (local $8 i64) (local $temp i64) - (local $10 i64) - (local $11 i64) - (local $front|12 i32) - (local $back|13 i32) - (local $temp|14 i32) + (local $front|8 i32) + (local $back|9 i32) + (local $temp|10 i32) local.get $len i32.const 1 i32.gt_u @@ -4860,58 +4914,12 @@ local.set $back local.get $front i64.load $0 - local.tee $7 - i64.const 8 - i64.shr_u - i64.const 71777214294589695 - i64.and - local.get $7 - i64.const 71777214294589695 - i64.and - i64.const 8 - i64.shl - i64.or - local.tee $8 - i64.const 16 - i64.shr_u - i64.const 281470681808895 - i64.and - local.get $8 - i64.const 281470681808895 - i64.and - i64.const 16 - i64.shl - i64.or - i64.const 32 - i64.rotr + call $~lib/polyfills/bswap local.set $temp local.get $front local.get $back i64.load $0 - local.tee $10 - i64.const 8 - i64.shr_u - i64.const 71777214294589695 - i64.and - local.get $10 - i64.const 71777214294589695 - i64.and - i64.const 8 - i64.shl - i64.or - local.tee $11 - i64.const 16 - i64.shr_u - i64.const 281470681808895 - i64.and - local.get $11 - i64.const 281470681808895 - i64.and - i64.const 16 - i64.shl - i64.or - i64.const 32 - i64.rotr + call $~lib/polyfills/bswap i64.store $0 local.get $back local.get $temp @@ -4941,7 +4949,7 @@ i32.const 0 i32.shl i32.add - local.set $front|12 + local.set $front|8 local.get $ptr local.get $tail local.get $i @@ -4949,16 +4957,16 @@ i32.const 0 i32.shl i32.add - local.set $back|13 - local.get $front|12 + local.set $back|9 + local.get $front|8 i32.load8_u $0 - local.set $temp|14 - local.get $front|12 - local.get $back|13 + local.set $temp|10 + local.get $front|8 + local.get $back|9 i32.load8_u $0 i32.store8 $0 - local.get $back|13 - local.get $temp|14 + local.get $back|9 + local.get $temp|10 i32.store8 $0 local.get $i i32.const 1 From c49823eb384ad5ae9382983834507dd82979d212 Mon Sep 17 00:00:00 2001 From: dcode Date: Mon, 31 Jul 2023 20:45:04 +0200 Subject: [PATCH 013/103] fix: Use unique debug info per concrete function (#2729) --- src/compiler.ts | 6 ++++-- src/diagnostics.ts | 1 - src/program.ts | 12 +++++++----- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/src/compiler.ts b/src/compiler.ts index a2b313603b..baa324e97c 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -9870,8 +9870,10 @@ export class Compiler extends DiagnosticEmitter { let targetFunction = this.currentFlow.targetFunction; let source = range.source; if (source.debugInfoIndex < 0) source.debugInfoIndex = this.module.addDebugInfoFile(source.normalizedPath); - range.debugInfoRef = expr; - targetFunction.debugLocations.push(range); + // It's possible that an `expr` is seen multiple times, for example when + // first adding debug information for an inner expression and later on for + // an expression supposedly wrapping it, where the wrapping became a noop. + targetFunction.debugLocations.set(expr, range); } /** Checks whether a particular function signature is supported. */ diff --git a/src/diagnostics.ts b/src/diagnostics.ts index 9ca1e3d4e1..963003023b 100644 --- a/src/diagnostics.ts +++ b/src/diagnostics.ts @@ -45,7 +45,6 @@ export const enum DiagnosticCategory { export class Range { source!: Source; - debugInfoRef: usize = 0; constructor(public start: i32, public end: i32) {} diff --git a/src/program.ts b/src/program.ts index 829cffee05..5bae6bd76b 100644 --- a/src/program.ts +++ b/src/program.ts @@ -116,6 +116,7 @@ import { import { Module, + ExpressionRef, FunctionRef, MemorySegment, getFunctionName @@ -3749,8 +3750,8 @@ export class Function extends TypedElement { contextualTypeArguments: Map | null; /** Default control flow. */ flow!: Flow; - /** Remembered debug locations. */ - debugLocations: Range[] = []; + /** Ordered debug locations by Binaryen expression reference. */ + debugLocations: Map = new Map(); /** Function reference, if compiled. */ ref: FunctionRef = 0; /** Varargs stub for calling with omitted arguments. */ @@ -3918,12 +3919,13 @@ export class Function extends TypedElement { addDebugInfo(module: Module, ref: FunctionRef): void { if (this.program.options.sourceMap) { let debugLocations = this.debugLocations; - for (let i = 0, k = debugLocations.length; i < k; ++i) { - let range = debugLocations[i]; + for (let _keys = Map_keys(debugLocations), i = 0, k = _keys.length; i < k; ++i) { + let expressionRef = _keys[i]; + let range = assert(debugLocations.get(expressionRef)); let source = range.source; module.setDebugLocation( ref, - range.debugInfoRef, + expressionRef, source.debugInfoIndex, source.lineAt(range.start), source.columnAt() - 1 // source maps are 0-based From 0ede7ffaaae78bb630104c97d2943a3652f07b44 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Tue, 1 Aug 2023 17:20:00 +0800 Subject: [PATCH 014/103] fix: Use correct index as shadowstack slot key (#2720) --- src/passes/shadowstack.ts | 2 +- tests/compiler/bindings/esm.debug.wat | 14 +- tests/compiler/bindings/esm.release.wat | 14 +- tests/compiler/bindings/raw.debug.wat | 14 +- tests/compiler/bindings/raw.release.wat | 14 +- tests/compiler/duplicate-fields.debug.wat | 2 +- tests/compiler/duplicate-fields.release.wat | 2 +- tests/compiler/field-initialization.debug.wat | 48 +- .../compiler/field-initialization.release.wat | 48 +- tests/compiler/function-expression.debug.wat | 12 +- .../compiler/function-expression.release.wat | 12 +- tests/compiler/infer-generic.debug.wat | 11 +- tests/compiler/infer-generic.release.wat | 11 +- tests/compiler/issues/1699.debug.wat | 16 +- tests/compiler/issues/1699.release.wat | 16 +- tests/compiler/object-literal.debug.wat | 2 +- tests/compiler/object-literal.release.wat | 2 +- tests/compiler/rt/issue-2719.debug.wat | 2561 +++++++++++++++++ tests/compiler/rt/issue-2719.json | 4 + tests/compiler/rt/issue-2719.release.wat | 1796 ++++++++++++ tests/compiler/rt/issue-2719.ts | 17 + tests/compiler/std/array.debug.wat | 566 ++-- tests/compiler/std/array.release.wat | 414 ++- tests/compiler/std/arraybuffer.debug.wat | 8 +- tests/compiler/std/arraybuffer.release.wat | 8 +- tests/compiler/std/console.debug.wat | 40 +- tests/compiler/std/console.release.wat | 40 +- tests/compiler/std/dataview.debug.wat | 4 +- tests/compiler/std/dataview.release.wat | 4 +- tests/compiler/std/date.debug.wat | 44 +- tests/compiler/std/date.release.wat | 48 +- tests/compiler/std/staticarray.debug.wat | 119 +- tests/compiler/std/staticarray.release.wat | 116 +- tests/compiler/std/string.debug.wat | 132 +- tests/compiler/std/string.release.wat | 132 +- tests/compiler/std/symbol.debug.wat | 21 +- tests/compiler/std/symbol.release.wat | 19 +- tests/compiler/std/typedarray.debug.wat | 1176 ++++---- tests/compiler/std/typedarray.release.wat | 1076 ++++--- tests/compiler/templateliteral.debug.wat | 50 +- tests/compiler/templateliteral.release.wat | 50 +- 41 files changed, 6440 insertions(+), 2245 deletions(-) create mode 100644 tests/compiler/rt/issue-2719.debug.wat create mode 100644 tests/compiler/rt/issue-2719.json create mode 100644 tests/compiler/rt/issue-2719.release.wat create mode 100644 tests/compiler/rt/issue-2719.ts diff --git a/src/passes/shadowstack.ts b/src/passes/shadowstack.ts index 468009202e..4d08e39971 100644 --- a/src/passes/shadowstack.ts +++ b/src/passes/shadowstack.ts @@ -350,7 +350,7 @@ export class ShadowStackPass extends Pass { } let currentFunction = this.currentFunction; let numLocals = _BinaryenFunctionGetNumLocals(currentFunction); - let slotIndex = this.noteSlot(currentFunction, numLocals + this.callSlotOffset + i); + let slotIndex = this.noteSlot(currentFunction, numLocals + this.callSlotOffset + numSlots); let temp = this.getSharedTemp(currentFunction, this.ptrType); let stmts = new Array(); // t = value diff --git a/tests/compiler/bindings/esm.debug.wat b/tests/compiler/bindings/esm.debug.wat index 095fc5393f..230933f1b4 100644 --- a/tests/compiler/bindings/esm.debug.wat +++ b/tests/compiler/bindings/esm.debug.wat @@ -4944,7 +4944,7 @@ (local $i|4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -4952,8 +4952,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store $0 offset=8 + i64.const 0 + i64.store $0 offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $a @@ -4998,7 +4998,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store $0 offset=12 local.get $5 local.get $i call $~lib/array/Array<~lib/string/String>#__get @@ -5038,7 +5038,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store $0 offset=12 local.get $5 call $~lib/array/Array<~lib/string/String>#get:length local.get $i|4 @@ -5047,7 +5047,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store $0 offset=12 local.get $5 local.get $i|4 call $~lib/array/Array<~lib/string/String>#__get @@ -5067,7 +5067,7 @@ local.get $c local.set $5 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 16 i32.add global.set $~lib/memory/__stack_pointer local.get $5 diff --git a/tests/compiler/bindings/esm.release.wat b/tests/compiler/bindings/esm.release.wat index 43a90778b0..672115c456 100644 --- a/tests/compiler/bindings/esm.release.wat +++ b/tests/compiler/bindings/esm.release.wat @@ -3459,7 +3459,7 @@ (local $7 i32) (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -3472,8 +3472,8 @@ i64.const 0 i64.store $0 local.get $3 - i32.const 0 - i32.store $0 offset=8 + i64.const 0 + i64.store $0 offset=8 local.get $3 local.get $0 i32.store $0 @@ -3616,7 +3616,7 @@ i32.store $0 local.get $3 local.get $0 - i32.store $0 offset=8 + i32.store $0 offset=12 local.get $0 local.get $2 call $~lib/array/Array<~lib/string/String>#__get @@ -3652,7 +3652,7 @@ i32.store $0 local.get $3 local.get $0 - i32.store $0 offset=8 + i32.store $0 offset=12 local.get $0 call $~lib/array/Array#get:length local.get $2 @@ -3660,7 +3660,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store $0 offset=12 local.get $1 local.get $2 call $~lib/array/Array<~lib/string/String>#__get @@ -3680,7 +3680,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 16 i32.add global.set $~lib/memory/__stack_pointer local.get $5 diff --git a/tests/compiler/bindings/raw.debug.wat b/tests/compiler/bindings/raw.debug.wat index d2c5453dc1..2b6256a0a1 100644 --- a/tests/compiler/bindings/raw.debug.wat +++ b/tests/compiler/bindings/raw.debug.wat @@ -4947,7 +4947,7 @@ (local $i|4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -4955,8 +4955,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store $0 offset=8 + i64.const 0 + i64.store $0 offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $a @@ -5001,7 +5001,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store $0 offset=12 local.get $5 local.get $i call $~lib/array/Array<~lib/string/String>#__get @@ -5041,7 +5041,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store $0 offset=12 local.get $5 call $~lib/array/Array<~lib/string/String>#get:length local.get $i|4 @@ -5050,7 +5050,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store $0 offset=12 local.get $5 local.get $i|4 call $~lib/array/Array<~lib/string/String>#__get @@ -5070,7 +5070,7 @@ local.get $c local.set $5 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 16 i32.add global.set $~lib/memory/__stack_pointer local.get $5 diff --git a/tests/compiler/bindings/raw.release.wat b/tests/compiler/bindings/raw.release.wat index c83fe21937..da0352b4a1 100644 --- a/tests/compiler/bindings/raw.release.wat +++ b/tests/compiler/bindings/raw.release.wat @@ -3459,7 +3459,7 @@ (local $7 i32) (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -3472,8 +3472,8 @@ i64.const 0 i64.store $0 local.get $3 - i32.const 0 - i32.store $0 offset=8 + i64.const 0 + i64.store $0 offset=8 local.get $3 local.get $0 i32.store $0 @@ -3616,7 +3616,7 @@ i32.store $0 local.get $3 local.get $0 - i32.store $0 offset=8 + i32.store $0 offset=12 local.get $0 local.get $2 call $~lib/array/Array<~lib/string/String>#__get @@ -3652,7 +3652,7 @@ i32.store $0 local.get $3 local.get $0 - i32.store $0 offset=8 + i32.store $0 offset=12 local.get $0 call $~lib/array/Array#get:length local.get $2 @@ -3660,7 +3660,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store $0 offset=12 local.get $1 local.get $2 call $~lib/array/Array<~lib/string/String>#__get @@ -3680,7 +3680,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 16 i32.add global.set $~lib/memory/__stack_pointer local.get $5 diff --git a/tests/compiler/duplicate-fields.debug.wat b/tests/compiler/duplicate-fields.debug.wat index e637ab0c4b..7f96433a13 100644 --- a/tests/compiler/duplicate-fields.debug.wat +++ b/tests/compiler/duplicate-fields.debug.wat @@ -2957,7 +2957,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 local.get $0 call $duplicate-fields/B2#constructor global.set $duplicate-fields/raz diff --git a/tests/compiler/duplicate-fields.release.wat b/tests/compiler/duplicate-fields.release.wat index 53dedcd810..a2b9b1a72d 100644 --- a/tests/compiler/duplicate-fields.release.wat +++ b/tests/compiler/duplicate-fields.release.wat @@ -1818,7 +1818,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub diff --git a/tests/compiler/field-initialization.debug.wat b/tests/compiler/field-initialization.debug.wat index 36c8f24582..c6d03b2b7d 100644 --- a/tests/compiler/field-initialization.debug.wat +++ b/tests/compiler/field-initialization.debug.wat @@ -4445,11 +4445,11 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=48 + i32.store $0 offset=4 local.get $34 call $field-initialization/Ref_Ctor_Param#constructor local.tee $11 - i32.store $0 offset=52 + i32.store $0 offset=48 local.get $11 local.set $34 global.get $~lib/memory/__stack_pointer @@ -4472,7 +4472,7 @@ i32.const 0 call $field-initialization/Nullable_Ctor#constructor local.tee $12 - i32.store $0 offset=56 + i32.store $0 offset=52 local.get $12 local.set $34 global.get $~lib/memory/__stack_pointer @@ -4495,7 +4495,7 @@ i32.const 0 call $field-initialization/Nullable_Init_Ctor#constructor local.tee $13 - i32.store $0 offset=60 + i32.store $0 offset=56 local.get $13 local.set $34 global.get $~lib/memory/__stack_pointer @@ -4518,7 +4518,7 @@ i32.const 0 call $field-initialization/Nullable_Ctor_Init#constructor local.tee $14 - i32.store $0 offset=64 + i32.store $0 offset=60 local.get $14 local.set $34 global.get $~lib/memory/__stack_pointer @@ -4541,7 +4541,7 @@ i32.const 0 call $field-initialization/Inherit#constructor local.tee $15 - i32.store $0 offset=68 + i32.store $0 offset=64 local.get $15 local.set $34 global.get $~lib/memory/__stack_pointer @@ -4564,7 +4564,7 @@ i32.const 0 call $field-initialization/Inherit_Ctor#constructor local.tee $16 - i32.store $0 offset=72 + i32.store $0 offset=68 local.get $16 local.set $34 global.get $~lib/memory/__stack_pointer @@ -4588,7 +4588,7 @@ i32.const 0 call $field-initialization/SomeObject#constructor local.tee $17 - i32.store $0 offset=76 + i32.store $0 offset=72 local.get $17 i32.const 0 i32.store $0 @@ -4597,7 +4597,7 @@ i32.store $0 offset=4 local.get $17 local.tee $18 - i32.store $0 offset=80 + i32.store $0 offset=76 local.get $18 local.set $34 global.get $~lib/memory/__stack_pointer @@ -4620,7 +4620,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $34 call $field-initialization/SomeObject#get:b local.set $34 @@ -4681,7 +4681,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $34 call $field-initialization/SomeObject#get:b local.set $34 @@ -4716,7 +4716,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $34 call $field-initialization/SomeObject#set:b local.get $21 @@ -4759,7 +4759,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $34 call $~lib/string/String.__eq i32.eqz @@ -4795,7 +4795,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $34 call $field-initialization/SomeObject#set:b local.get $23 @@ -4835,7 +4835,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $34 call $~lib/string/String.__eq i32.eqz @@ -4863,7 +4863,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $34 call $field-initialization/SomeOtherObject#set:c local.get $25 @@ -4897,7 +4897,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $34 call $field-initialization/SomeObject#get:b local.set $34 @@ -4932,7 +4932,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $34 call $~lib/string/String.__eq i32.eqz @@ -4968,7 +4968,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $34 call $field-initialization/SomeObject#set:b local.get $27 @@ -4981,7 +4981,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $34 call $field-initialization/SomeOtherObject#set:c local.get $27 @@ -5021,7 +5021,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $34 call $~lib/string/String.__eq i32.eqz @@ -5049,7 +5049,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $34 call $~lib/string/String.__eq i32.eqz @@ -5110,7 +5110,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $34 call $field-initialization/Ref_Init_InlineCtor#set:a local.get $30 @@ -5167,7 +5167,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $34 call $field-initialization/Ref_InlineCtor_Init#set:a local.get $32 diff --git a/tests/compiler/field-initialization.release.wat b/tests/compiler/field-initialization.release.wat index 4636553fa0..581a1ac36b 100644 --- a/tests/compiler/field-initialization.release.wat +++ b/tests/compiler/field-initialization.release.wat @@ -2579,7 +2579,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=48 + i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2623,7 +2623,7 @@ global.set $~lib/memory/__stack_pointer local.get $2 local.get $0 - i32.store $0 offset=52 + i32.store $0 offset=48 global.get $~lib/memory/__stack_pointer local.get $0 i32.store $0 offset=4 @@ -2670,7 +2670,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=56 + i32.store $0 offset=52 global.get $~lib/memory/__stack_pointer local.get $1 i32.store $0 offset=4 @@ -2729,7 +2729,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=60 + i32.store $0 offset=56 global.get $~lib/memory/__stack_pointer local.get $1 i32.store $0 offset=4 @@ -2795,7 +2795,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=64 + i32.store $0 offset=60 global.get $~lib/memory/__stack_pointer local.get $1 i32.store $0 offset=4 @@ -2844,7 +2844,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=68 + i32.store $0 offset=64 global.get $~lib/memory/__stack_pointer local.get $1 i32.store $0 offset=4 @@ -2893,7 +2893,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=72 + i32.store $0 offset=68 global.get $~lib/memory/__stack_pointer local.get $1 i32.store $0 offset=4 @@ -2913,7 +2913,7 @@ i32.const 0 call $field-initialization/SomeObject#constructor local.tee $1 - i32.store $0 offset=76 + i32.store $0 offset=72 local.get $1 i32.const 0 i32.store $0 @@ -2922,7 +2922,7 @@ i32.store $0 offset=4 local.get $0 local.get $1 - i32.store $0 offset=80 + i32.store $0 offset=76 global.get $~lib/memory/__stack_pointer local.get $1 i32.store $0 offset=4 @@ -2939,7 +2939,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $0 local.get $1 i32.load $0 offset=4 @@ -2993,7 +2993,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $0 local.get $1 i32.load $0 offset=4 @@ -3022,7 +3022,7 @@ i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer i32.const 1648 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $1 i32.const 1648 i32.store $0 offset=4 @@ -3059,7 +3059,7 @@ i32.store $0 offset=4 local.get $0 i32.const 1648 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $1 i32.const 1648 call $~lib/string/String.__eq @@ -3089,7 +3089,7 @@ i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer i32.const 1680 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $1 i32.const 1680 i32.store $0 offset=4 @@ -3125,7 +3125,7 @@ i32.store $0 offset=4 local.get $0 i32.const 1680 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $1 i32.const 1680 call $~lib/string/String.__eq @@ -3148,7 +3148,7 @@ i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $1 i32.const 1712 i32.store $0 offset=8 @@ -3180,7 +3180,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $0 local.get $1 i32.load $0 offset=4 @@ -3209,7 +3209,7 @@ i32.store $0 offset=4 local.get $0 i32.const 1712 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $1 i32.const 1712 call $~lib/string/String.__eq @@ -3238,7 +3238,7 @@ i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer i32.const 1744 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $1 i32.const 1744 i32.store $0 offset=4 @@ -3251,7 +3251,7 @@ i32.store $0 offset=4 local.get $2 i32.const 1776 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $1 i32.const 1776 i32.store $0 offset=8 @@ -3287,7 +3287,7 @@ i32.store $0 offset=4 local.get $0 i32.const 1744 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $2 i32.const 1744 call $~lib/string/String.__eq @@ -3311,7 +3311,7 @@ i32.store $0 offset=4 local.get $0 i32.const 1776 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $1 i32.const 1776 call $~lib/string/String.__eq @@ -3404,7 +3404,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $1 local.get $2 i32.store $0 @@ -3451,7 +3451,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=48 + i32.store $0 offset=80 local.get $1 local.get $2 i32.store $0 diff --git a/tests/compiler/function-expression.debug.wat b/tests/compiler/function-expression.debug.wat index 37be0f6fd1..d519160857 100644 --- a/tests/compiler/function-expression.debug.wat +++ b/tests/compiler/function-expression.debug.wat @@ -2792,7 +2792,7 @@ (local $1 i32) (local $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -2800,8 +2800,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 1008 @@ -2821,13 +2821,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $2 call $function-expression/FieldClass#get:fieldFunc i32.load $0 call_indirect $0 (type $none_=>_i32) local.tee $1 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 1 global.set $~argumentsLength local.get $1 @@ -2845,7 +2845,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/function-expression.release.wat b/tests/compiler/function-expression.release.wat index 04e328f81d..236d54c1ed 100644 --- a/tests/compiler/function-expression.release.wat +++ b/tests/compiler/function-expression.release.wat @@ -1790,7 +1790,7 @@ i32.const 1888 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -1802,8 +1802,8 @@ i64.const 0 i64.store $0 local.get $0 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $0 i32.const 2032 i32.store $0 @@ -1889,14 +1889,14 @@ i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.load $0 i32.load $0 call_indirect $0 (type $none_=>_i32) local.tee $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 1 local.get $0 i32.load $0 @@ -1912,7 +1912,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer call $function-expression/semanticallyAnonymous diff --git a/tests/compiler/infer-generic.debug.wat b/tests/compiler/infer-generic.debug.wat index 84daed223d..f617123eb8 100644 --- a/tests/compiler/infer-generic.debug.wat +++ b/tests/compiler/infer-generic.debug.wat @@ -2499,16 +2499,13 @@ (local $7 i32) (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store $0 offset=8 local.get $initialValue local.set $acc i32.const 0 @@ -2544,7 +2541,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $8 call $~lib/array/Array#get:dataStart local.get $i @@ -2557,7 +2554,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store $0 local.get $8 i32.const 4 global.set $~argumentsLength @@ -2575,7 +2572,7 @@ local.get $acc local.set $8 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $8 diff --git a/tests/compiler/infer-generic.release.wat b/tests/compiler/infer-generic.release.wat index f62702fe86..acfed03605 100644 --- a/tests/compiler/infer-generic.release.wat +++ b/tests/compiler/infer-generic.release.wat @@ -1669,7 +1669,7 @@ i32.const 1200 i32.store $0 offset=4 local.get $3 - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -1681,9 +1681,6 @@ i64.const 0 i64.store $0 local.get $3 - i32.const 0 - i32.store $0 offset=8 - local.get $3 i32.const 1152 i32.store $0 i32.const 1164 @@ -1707,7 +1704,7 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 1152 - i32.store $0 offset=8 + i32.store $0 offset=4 i32.const 1156 i32.load $0 local.get $1 @@ -1718,7 +1715,7 @@ local.set $2 local.get $4 i32.const 1152 - i32.store $0 offset=4 + i32.store $0 local.get $0 local.get $2 local.get $1 @@ -1735,7 +1732,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer memory.size $0 diff --git a/tests/compiler/issues/1699.debug.wat b/tests/compiler/issues/1699.debug.wat index 8181dca210..7c5c76c48b 100644 --- a/tests/compiler/issues/1699.debug.wat +++ b/tests/compiler/issues/1699.debug.wat @@ -3000,13 +3000,13 @@ (local $testinstance i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 28 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 28 memory.fill $0 global.get $~lib/memory/__stack_pointer i32.const 0 @@ -3024,12 +3024,12 @@ global.get $~lib/memory/__stack_pointer local.get $testinstances local.tee $1 - i32.store $0 offset=16 + i32.store $0 offset=20 local.get $1 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store $0 offset=12 local.get $5 i32.const 1 local.tee $2 @@ -3038,14 +3038,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store $0 offset=16 local.get $5 call $~lib/array/Array#__set local.get $1 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store $0 offset=12 local.get $5 local.get $2 call $~lib/array/Array#__get @@ -3072,7 +3072,7 @@ i32.const 0 call $issues/1699/MultiAssignmentTest#constructor local.tee $testinstance - i32.store $0 offset=20 + i32.store $0 offset=24 local.get $n i32.const 1 i32.gt_s @@ -3152,7 +3152,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 28 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/issues/1699.release.wat b/tests/compiler/issues/1699.release.wat index 227931cb74..12d1ca18b1 100644 --- a/tests/compiler/issues/1699.release.wat +++ b/tests/compiler/issues/1699.release.wat @@ -1561,7 +1561,7 @@ i32.const 1440 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 28 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -1572,7 +1572,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 28 memory.fill $0 local.get $2 i32.const 16 @@ -1673,22 +1673,22 @@ i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=16 + i32.store $0 offset=20 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store $0 offset=12 call $issues/1699/MultiAssignmentTest#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store $0 offset=16 local.get $3 i32.const 1 local.get $1 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store $0 offset=12 local.get $3 i32.const 1 call $~lib/array/Array#__get @@ -1734,7 +1734,7 @@ global.get $~lib/memory/__stack_pointer call $issues/1699/MultiAssignmentTest#constructor local.tee $1 - i32.store $0 offset=20 + i32.store $0 offset=24 local.get $0 i32.const 1 i32.gt_s @@ -1805,7 +1805,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 28 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/object-literal.debug.wat b/tests/compiler/object-literal.debug.wat index 34b20b48dc..570fbc57d4 100644 --- a/tests/compiler/object-literal.debug.wat +++ b/tests/compiler/object-literal.debug.wat @@ -4459,7 +4459,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store $0 local.get $5 call $object-literal/Unmanaged#set:baz local.get $1 diff --git a/tests/compiler/object-literal.release.wat b/tests/compiler/object-literal.release.wat index 6aed498155..79bce27f83 100644 --- a/tests/compiler/object-literal.release.wat +++ b/tests/compiler/object-literal.release.wat @@ -2542,7 +2542,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store $0 local.get $2 local.get $0 i32.store $0 offset=4 diff --git a/tests/compiler/rt/issue-2719.debug.wat b/tests/compiler/rt/issue-2719.debug.wat new file mode 100644 index 0000000000..e42ecb6b4c --- /dev/null +++ b/tests/compiler/rt/issue-2719.debug.wat @@ -0,0 +1,2561 @@ +(module + (type $i32_=>_i32 (func (param i32) (result i32))) + (type $i32_i32_=>_none (func (param i32 i32))) + (type $i32_=>_none (func (param i32))) + (type $none_=>_none (func)) + (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) + (type $none_=>_i32 (func (result i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) + (global $~lib/shared/runtime/Runtime.Incremental i32 (i32.const 2)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/native/ASC_LOW_MEMORY_LIMIT i32 (i32.const 0)) + (global $~lib/rt/__rtti_base i32 (i32.const 480)) + (global $~lib/memory/__data_end i32 (i32.const 504)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33272)) + (global $~lib/memory/__heap_base i32 (i32.const 33272)) + (memory $0 1) + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00r\00t\00/\00i\00s\00s\00u\00e\00-\002\007\001\009\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 480) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00") + (table $0 1 1 funcref) + (elem $0 (i32.const 1)) + (export "memory" (memory $0)) + (start $~start) + (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) + local.get $this + local.get $nextWithColor + i32.store $0 offset=4 + ) + (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store $0 offset=8 + ) + (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:prev + local.get $space + return + ) + (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) + local.get $this + i32.load $0 offset=4 + ) + (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + return + ) + (func $~lib/rt/itcms/Object#get:color (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + return + ) + (func $~lib/rt/itcms/visitRoots (param $cookie i32) + (local $pn i32) + (local $iter i32) + local.get $cookie + call $~lib/rt/__visit_globals + global.get $~lib/rt/itcms/pinSpace + local.set $pn + local.get $pn + call $~lib/rt/itcms/Object#get:next + local.set $iter + loop $while-continue|0 + local.get $iter + local.get $pn + i32.ne + if + i32.const 1 + drop + local.get $iter + call $~lib/rt/itcms/Object#get:color + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $iter + i32.const 20 + i32.add + local.get $cookie + call $~lib/rt/__visit_members + local.get $iter + call $~lib/rt/itcms/Object#get:next + local.set $iter + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/Object#set:color (param $this i32) (param $color i32) + local.get $this + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $color + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) + local.get $this + i32.load $0 offset=8 + ) + (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) + local.get $this + local.get $obj + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#unlink (param $this i32) + (local $next i32) + (local $prev i32) + local.get $this + call $~lib/rt/itcms/Object#get:next + local.set $next + local.get $next + i32.const 0 + i32.eq + if + i32.const 1 + drop + local.get $this + call $~lib/rt/itcms/Object#get:prev + i32.const 0 + i32.eq + if (result i32) + local.get $this + global.get $~lib/memory/__heap_base + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + return + end + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.set $prev + i32.const 1 + drop + local.get $prev + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $next + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $next + call $~lib/rt/itcms/Object#set:next + ) + (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) + local.get $this + i32.load $0 offset=12 + ) + (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) + local.get $this + i32.load $0 + ) + (func $~lib/rt/__typeinfo (param $id i32) (result i32) + (local $ptr i32) + global.get $~lib/rt/__rtti_base + local.set $ptr + local.get $id + local.get $ptr + i32.load $0 + i32.gt_u + if + i32.const 224 + i32.const 288 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $ptr + i32.const 4 + i32.add + local.get $id + i32.const 4 + i32.mul + i32.add + call $~lib/shared/typeinfo/Typeinfo#get:flags + return + ) + (func $~lib/rt/itcms/Object#get:isPointerfree (param $this i32) (result i32) + (local $rtId i32) + local.get $this + call $~lib/rt/itcms/Object#get:rtId + local.set $rtId + local.get $rtId + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $rtId + call $~lib/rt/__typeinfo + i32.const 32 + i32.and + i32.const 0 + i32.ne + end + return + ) + (func $~lib/rt/itcms/Object#linkTo (param $this i32) (param $list i32) (param $withColor i32) + (local $prev i32) + local.get $list + call $~lib/rt/itcms/Object#get:prev + local.set $prev + local.get $this + local.get $list + local.get $withColor + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $this + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $this + call $~lib/rt/itcms/Object#set:next + local.get $list + local.get $this + call $~lib/rt/itcms/Object#set:prev + ) + (func $~lib/rt/itcms/Object#makeGray (param $this i32) + (local $1 i32) + local.get $this + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.tee $1 + i32.eqz + if (result i32) + i32.const 0 + i32.const 96 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + else + local.get $1 + end + global.set $~lib/rt/itcms/iter + end + local.get $this + call $~lib/rt/itcms/Object#unlink + local.get $this + global.get $~lib/rt/itcms/toSpace + local.get $this + call $~lib/rt/itcms/Object#get:isPointerfree + if (result i32) + global.get $~lib/rt/itcms/white + i32.eqz + else + i32.const 2 + end + call $~lib/rt/itcms/Object#linkTo + ) + (func $~lib/rt/itcms/__visit (param $ptr i32) (param $cookie i32) + (local $obj i32) + local.get $ptr + i32.eqz + if + return + end + local.get $ptr + i32.const 20 + i32.sub + local.set $obj + i32.const 0 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eq + if + local.get $obj + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) + (func $~lib/rt/itcms/visitStack (param $cookie i32) + (local $ptr i32) + global.get $~lib/memory/__stack_pointer + local.set $ptr + loop $while-continue|0 + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $ptr + i32.load $0 + local.get $cookie + call $~lib/rt/itcms/__visit + local.get $ptr + i32.const 4 + i32.add + local.set $ptr + br $while-continue|0 + end + end + ) + (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) + local.get $this + i32.load $0 + ) + (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) + i32.const 4 + local.get $this + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + return + ) + (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) + local.get $this + local.get $flMap + i32.store $0 + ) + (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) + local.get $this + local.get $mmInfo + i32.store $0 + ) + (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store $0 offset=4 + ) + (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) + local.get $this + local.get $next + i32.store $0 offset=8 + ) + (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) + local.get $this + i32.load $0 offset=4 + ) + (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) + local.get $this + i32.load $0 offset=8 + ) + (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) + local.get $this + i32.load $0 + ) + (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $6 i32) + (local $7 i32) + (local $boundedSize i32) + (local $prev i32) + (local $next i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $root|14 i32) + (local $fl|15 i32) + (local $sl|16 i32) + (local $head i32) + (local $root|18 i32) + (local $fl|19 i32) + (local $slMap i32) + (local $root|21 i32) + (local $fl|22 i32) + (local $slMap|23 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $6 + i32.const 1073741820 + local.tee $7 + local.get $6 + local.get $7 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/tlsf/Block#get:prev + local.set $prev + local.get $block + call $~lib/rt/tlsf/Block#get:next + local.set $next + local.get $prev + if + local.get $prev + local.get $next + call $~lib/rt/tlsf/Block#set:next + end + local.get $next + if + local.get $next + local.get $prev + call $~lib/rt/tlsf/Block#set:prev + end + local.get $block + block $~lib/rt/tlsf/GETHEAD|inlined.0 (result i32) + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.0 + end + i32.eq + if + local.get $root + local.set $root|14 + local.get $fl + local.set $fl|15 + local.get $sl + local.set $sl|16 + local.get $next + local.set $head + local.get $root|14 + local.get $fl|15 + i32.const 4 + i32.shl + local.get $sl|16 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store $0 offset=96 + local.get $next + i32.eqz + if + block $~lib/rt/tlsf/GETSL|inlined.0 (result i32) + local.get $root + local.set $root|18 + local.get $fl + local.set $fl|19 + local.get $root|18 + local.get $fl|19 + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=4 + br $~lib/rt/tlsf/GETSL|inlined.0 + end + local.set $slMap + local.get $root + local.set $root|21 + local.get $fl + local.set $fl|22 + local.get $slMap + i32.const 1 + local.get $sl + i32.shl + i32.const -1 + i32.xor + i32.and + local.tee $slMap + local.set $slMap|23 + local.get $root|21 + local.get $fl|22 + i32.const 2 + i32.shl + i32.add + local.get $slMap|23 + i32.store $0 offset=4 + local.get $slMap + i32.eqz + if + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.const -1 + i32.xor + i32.and + call $~lib/rt/tlsf/Root#set:flMap + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $block|3 i32) + (local $right i32) + (local $rightInfo i32) + (local $block|6 i32) + (local $block|7 i32) + (local $left i32) + (local $leftInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $13 i32) + (local $14 i32) + (local $boundedSize i32) + (local $root|16 i32) + (local $fl|17 i32) + (local $sl|18 i32) + (local $head i32) + (local $root|20 i32) + (local $fl|21 i32) + (local $sl|22 i32) + (local $head|23 i32) + (local $root|24 i32) + (local $fl|25 i32) + (local $root|26 i32) + (local $fl|27 i32) + (local $slMap i32) + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETRIGHT|inlined.0 (result i32) + local.get $block + local.set $block|3 + local.get $block|3 + i32.const 4 + i32.add + local.get $block|3 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.0 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + local.get $rightInfo + i32.const 1 + i32.and + if + local.get $root + local.get $right + call $~lib/rt/tlsf/removeBlock + local.get $block + local.get $blockInfo + i32.const 4 + i32.add + local.get $rightInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.1 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.1 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + end + local.get $blockInfo + i32.const 2 + i32.and + if + block $~lib/rt/tlsf/GETFREELEFT|inlined.0 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.sub + i32.load $0 + br $~lib/rt/tlsf/GETFREELEFT|inlined.0 + end + local.set $left + local.get $left + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $leftInfo + i32.const 1 + drop + local.get $leftInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $left + call $~lib/rt/tlsf/removeBlock + local.get $left + local.set $block + local.get $block + local.get $leftInfo + i32.const 4 + i32.add + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + end + local.get $right + local.get $rightInfo + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + drop + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.get $right + i32.eq + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $right + i32.const 4 + i32.sub + local.get $block + i32.store $0 + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $13 + i32.const 1073741820 + local.tee $14 + local.get $13 + local.get $14 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.1 (result i32) + local.get $root + local.set $root|16 + local.get $fl + local.set $fl|17 + local.get $sl + local.set $sl|18 + local.get $root|16 + local.get $fl|17 + i32.const 4 + i32.shl + local.get $sl|18 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.1 + end + local.set $head + local.get $block + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $block + local.get $head + call $~lib/rt/tlsf/Block#set:next + local.get $head + if + local.get $head + local.get $block + call $~lib/rt/tlsf/Block#set:prev + end + local.get $root + local.set $root|20 + local.get $fl + local.set $fl|21 + local.get $sl + local.set $sl|22 + local.get $block + local.set $head|23 + local.get $root|20 + local.get $fl|21 + i32.const 4 + i32.shl + local.get $sl|22 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head|23 + i32.store $0 offset=96 + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.or + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|26 + local.get $fl + local.set $fl|27 + block $~lib/rt/tlsf/GETSL|inlined.1 (result i32) + local.get $root + local.set $root|24 + local.get $fl + local.set $fl|25 + local.get $root|24 + local.get $fl|25 + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=4 + br $~lib/rt/tlsf/GETSL|inlined.1 + end + i32.const 1 + local.get $sl + i32.shl + i32.or + local.set $slMap + local.get $root|26 + local.get $fl|27 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store $0 offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) + (local $tail i32) + (local $tailInfo i32) + (local $size i32) + (local $leftSize i32) + (local $left i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end + i32.const 1 + drop + local.get $start + i64.extend_i32_u + local.get $endU64 + i64.le_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + local.set $start + local.get $end + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $end + block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) + local.get $root + local.set $root|4 + local.get $root|4 + i32.load $0 offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.0 + end + local.set $tail + i32.const 0 + local.set $tailInfo + local.get $tail + if + i32.const 1 + drop + local.get $start + local.get $tail + i32.const 4 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 16 + i32.sub + local.get $tail + i32.eq + if + local.get $start + i32.const 16 + i32.sub + local.set $start + local.get $tail + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $tailInfo + else + nop + end + else + i32.const 1 + drop + local.get $start + local.get $root + i32.const 1572 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $end + local.get $start + i32.sub + local.set $size + local.get $size + i32.const 4 + i32.const 12 + i32.add + i32.const 4 + i32.add + i32.lt_u + if + i32.const 0 + return + end + local.get $size + i32.const 2 + i32.const 4 + i32.mul + i32.sub + local.set $leftSize + local.get $start + local.set $left + local.get $left + local.get $leftSize + i32.const 1 + i32.or + local.get $tailInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:next + local.get $start + i32.const 4 + i32.add + local.get $leftSize + i32.add + local.set $tail + local.get $tail + i32.const 0 + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.set $root|10 + local.get $tail + local.set $tail|11 + local.get $root|10 + local.get $tail|11 + i32.store $0 offset=1568 + local.get $root + local.get $left + call $~lib/rt/tlsf/insertBlock + i32.const 1 + return + ) + (func $~lib/rt/tlsf/initialize + (local $rootOffset i32) + (local $pagesBefore i32) + (local $pagesNeeded i32) + (local $root i32) + (local $root|4 i32) + (local $tail i32) + (local $fl i32) + (local $root|7 i32) + (local $fl|8 i32) + (local $slMap i32) + (local $sl i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $head i32) + (local $memStart i32) + i32.const 0 + drop + global.get $~lib/memory/__heap_base + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $rootOffset + memory.size $0 + local.set $pagesBefore + local.get $rootOffset + i32.const 1572 + 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 $pagesNeeded + local.get $pagesNeeded + local.get $pagesBefore + i32.gt_s + if (result i32) + local.get $pagesNeeded + local.get $pagesBefore + i32.sub + memory.grow $0 + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + local.get $rootOffset + local.set $root + local.get $root + i32.const 0 + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|4 + i32.const 0 + local.set $tail + local.get $root|4 + local.get $tail + i32.store $0 offset=1568 + i32.const 0 + local.set $fl + loop $for-loop|0 + local.get $fl + i32.const 23 + i32.lt_u + if + local.get $root + local.set $root|7 + local.get $fl + local.set $fl|8 + i32.const 0 + local.set $slMap + local.get $root|7 + local.get $fl|8 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store $0 offset=4 + i32.const 0 + local.set $sl + loop $for-loop|1 + local.get $sl + i32.const 16 + i32.lt_u + if + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + i32.const 0 + local.set $head + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store $0 offset=96 + local.get $sl + i32.const 1 + i32.add + local.set $sl + br $for-loop|1 + end + end + local.get $fl + i32.const 1 + i32.add + local.set $fl + br $for-loop|0 + end + end + local.get $rootOffset + i32.const 1572 + i32.add + local.set $memStart + i32.const 0 + drop + local.get $root + local.get $memStart + memory.size $0 + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + local.get $root + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/tlsf/checkUsedBlock (param $ptr i32) (result i32) + (local $block i32) + local.get $ptr + i32.const 4 + i32.sub + local.set $block + local.get $ptr + i32.const 0 + i32.ne + if (result i32) + local.get $ptr + i32.const 15 + i32.and + i32.eqz + else + i32.const 0 + end + if (result i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.and + i32.eqz + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $block + return + ) + (func $~lib/rt/tlsf/freeBlock (param $root i32) (param $block i32) + i32.const 0 + drop + local.get $block + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $block + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/__free (param $ptr i32) + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + return + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $ptr + call $~lib/rt/tlsf/checkUsedBlock + call $~lib/rt/tlsf/freeBlock + ) + (func $~lib/rt/itcms/free (param $obj i32) + local.get $obj + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:prev + else + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.sub + global.set $~lib/rt/itcms/total + i32.const 0 + drop + local.get $obj + i32.const 4 + i32.add + call $~lib/rt/tlsf/__free + end + ) + (func $~lib/rt/itcms/step (result i32) + (local $obj i32) + (local $1 i32) + (local $black i32) + (local $from i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + local.set $1 + local.get $1 + i32.const 0 + i32.eq + br_if $case0|0 + local.get $1 + i32.const 1 + i32.eq + br_if $case1|0 + local.get $1 + i32.const 2 + i32.eq + br_if $case2|0 + br $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $black + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|1 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + global.set $~lib/rt/itcms/iter + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.eq + if + i32.const 0 + call $~lib/rt/itcms/visitStack + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|2 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $from + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $from + global.set $~lib/rt/itcms/toSpace + local.get $black + global.set $~lib/rt/itcms/white + local.get $from + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/iter + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 1 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eqz + i32.eq + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $obj + call $~lib/rt/itcms/free + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:nextWithColor + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:prev + i32.const 0 + global.set $~lib/rt/itcms/state + br $break|0 + end + i32.const 0 + return + ) + (func $~lib/rt/itcms/interrupt + (local $budget i32) + i32.const 0 + drop + i32.const 0 + drop + i32.const 1024 + i32.const 200 + i32.mul + i32.const 100 + i32.div_u + local.set $budget + loop $do-loop|0 + local.get $budget + call $~lib/rt/itcms/step + i32.sub + local.set $budget + global.get $~lib/rt/itcms/state + i32.const 0 + i32.eq + if + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i32.const 200 + i64.extend_i32_u + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + return + end + local.get $budget + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i32.const 1024 + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.mul + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + ) + (func $~lib/rt/tlsf/computeSize (param $size i32) (result i32) + local.get $size + i32.const 12 + i32.le_u + if (result i32) + i32.const 12 + else + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + end + return + ) + (func $~lib/rt/tlsf/prepareSize (param $size i32) (result i32) + local.get $size + i32.const 1073741820 + i32.gt_u + if + i32.const 32 + i32.const 368 + i32.const 461 + i32.const 29 + call $~lib/builtins/abort + unreachable + end + local.get $size + call $~lib/rt/tlsf/computeSize + return + ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) + (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) + (local $fl i32) + (local $sl i32) + (local $requestSize i32) + (local $root|5 i32) + (local $fl|6 i32) + (local $slMap i32) + (local $head i32) + (local $flMap i32) + (local $root|10 i32) + (local $fl|11 i32) + (local $root|12 i32) + (local $fl|13 i32) + (local $sl|14 i32) + (local $root|15 i32) + (local $fl|16 i32) + (local $sl|17 i32) + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $requestSize + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub + local.get $requestSize + i32.clz + i32.sub + local.set $fl + local.get $requestSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 334 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETSL|inlined.2 (result i32) + local.get $root + local.set $root|5 + local.get $fl + local.set $fl|6 + local.get $root|5 + local.get $fl|6 + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=4 + br $~lib/rt/tlsf/GETSL|inlined.2 + end + i32.const 0 + i32.const -1 + i32.xor + local.get $sl + i32.shl + i32.and + local.set $slMap + i32.const 0 + local.set $head + local.get $slMap + i32.eqz + if + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 0 + i32.const -1 + i32.xor + local.get $fl + i32.const 1 + i32.add + i32.shl + i32.and + local.set $flMap + local.get $flMap + i32.eqz + if + i32.const 0 + local.set $head + else + local.get $flMap + i32.ctz + local.set $fl + block $~lib/rt/tlsf/GETSL|inlined.3 (result i32) + local.get $root + local.set $root|10 + local.get $fl + local.set $fl|11 + local.get $root|10 + local.get $fl|11 + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=4 + br $~lib/rt/tlsf/GETSL|inlined.3 + end + local.set $slMap + i32.const 1 + drop + local.get $slMap + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.2 (result i32) + local.get $root + local.set $root|12 + local.get $fl + local.set $fl|13 + local.get $slMap + i32.ctz + local.set $sl|14 + local.get $root|12 + local.get $fl|13 + i32.const 4 + i32.shl + local.get $sl|14 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.2 + end + local.set $head + end + else + block $~lib/rt/tlsf/GETHEAD|inlined.3 (result i32) + local.get $root + local.set $root|15 + local.get $fl + local.set $fl|16 + local.get $slMap + i32.ctz + local.set $sl|17 + local.get $root|15 + local.get $fl|16 + i32.const 4 + i32.shl + local.get $sl|17 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.3 + end + local.set $head + end + local.get $head + return + ) + (func $~lib/rt/tlsf/growMemory (param $root i32) (param $size i32) + (local $pagesBefore i32) + (local $root|3 i32) + (local $pagesNeeded i32) + (local $5 i32) + (local $6 i32) + (local $pagesWanted i32) + (local $pagesAfter i32) + i32.const 0 + drop + local.get $size + i32.const 256 + i32.ge_u + if + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $size + end + memory.size $0 + local.set $pagesBefore + local.get $size + i32.const 4 + local.get $pagesBefore + i32.const 16 + i32.shl + i32.const 4 + i32.sub + block $~lib/rt/tlsf/GETTAIL|inlined.1 (result i32) + local.get $root + local.set $root|3 + local.get $root|3 + i32.load $0 offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.1 + end + i32.ne + i32.shl + i32.add + local.set $size + local.get $size + i32.const 65535 + i32.add + i32.const 65535 + i32.const -1 + i32.xor + i32.and + i32.const 16 + i32.shr_u + local.set $pagesNeeded + local.get $pagesBefore + local.tee $5 + local.get $pagesNeeded + local.tee $6 + local.get $5 + local.get $6 + i32.gt_s + select + local.set $pagesWanted + local.get $pagesWanted + memory.grow $0 + i32.const 0 + i32.lt_s + if + local.get $pagesNeeded + memory.grow $0 + i32.const 0 + i32.lt_s + if + unreachable + end + end + memory.size $0 + local.set $pagesAfter + local.get $root + local.get $pagesBefore + i32.const 16 + i32.shl + local.get $pagesAfter + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + ) + (func $~lib/rt/tlsf/prepareBlock (param $root i32) (param $block i32) (param $size i32) + (local $blockInfo i32) + (local $remaining i32) + (local $spare i32) + (local $block|6 i32) + (local $block|7 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.and + i32.eqz + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 361 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $size + i32.sub + local.set $remaining + local.get $remaining + i32.const 4 + i32.const 12 + i32.add + i32.ge_u + if + local.get $block + local.get $size + local.get $blockInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.set $spare + local.get $spare + local.get $remaining + i32.const 4 + i32.sub + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $spare + call $~lib/rt/tlsf/insertBlock + else + local.get $block + local.get $blockInfo + i32.const 1 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.3 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.add + local.get $block|7 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.3 + end + block $~lib/rt/tlsf/GETRIGHT|inlined.2 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.2 + end + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 2 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + end + ) + (func $~lib/rt/tlsf/allocateBlock (param $root i32) (param $size i32) (result i32) + (local $payloadSize i32) + (local $block i32) + local.get $size + call $~lib/rt/tlsf/prepareSize + local.set $payloadSize + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + local.get $block + i32.eqz + if + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/growMemory + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + i32.const 1 + drop + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $payloadSize + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $block + call $~lib/rt/tlsf/removeBlock + local.get $root + local.get $block + local.get $payloadSize + call $~lib/rt/tlsf/prepareBlock + i32.const 0 + drop + local.get $block + return + ) + (func $~lib/rt/tlsf/__alloc (param $size i32) (result i32) + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $size + call $~lib/rt/tlsf/allocateBlock + i32.const 4 + i32.add + return + ) + (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) + local.get $this + local.get $rtId + i32.store $0 offset=12 + ) + (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) + local.get $this + local.get $rtSize + i32.store $0 offset=16 + ) + (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) + (local $obj i32) + (local $ptr i32) + local.get $size + i32.const 1073741804 + i32.ge_u + if + i32.const 32 + i32.const 96 + i32.const 261 + i32.const 31 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + call $~lib/rt/itcms/interrupt + end + i32.const 16 + local.get $size + i32.add + call $~lib/rt/tlsf/__alloc + i32.const 4 + i32.sub + local.set $obj + local.get $obj + local.get $id + call $~lib/rt/itcms/Object#set:rtId + local.get $obj + local.get $size + call $~lib/rt/itcms/Object#set:rtSize + local.get $obj + global.get $~lib/rt/itcms/fromSpace + global.get $~lib/rt/itcms/white + call $~lib/rt/itcms/Object#linkTo + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.add + global.set $~lib/rt/itcms/total + local.get $obj + i32.const 20 + i32.add + local.set $ptr + local.get $ptr + i32.const 0 + local.get $size + memory.fill $0 + local.get $ptr + return + ) + (func $rt/issue-2719/issue2719_T#set:v (param $this i32) (param $v i32) + local.get $this + local.get $v + i32.store $0 + ) + (func $~lib/rt/itcms/__collect + i32.const 0 + drop + global.get $~lib/rt/itcms/state + i32.const 0 + i32.gt_s + if + loop $while-continue|0 + global.get $~lib/rt/itcms/state + i32.const 0 + i32.ne + if + call $~lib/rt/itcms/step + drop + br $while-continue|0 + end + end + end + call $~lib/rt/itcms/step + drop + loop $while-continue|1 + global.get $~lib/rt/itcms/state + i32.const 0 + i32.ne + if + call $~lib/rt/itcms/step + drop + br $while-continue|1 + end + end + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i32.const 200 + i64.extend_i32_u + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + i32.const 0 + drop + ) + (func $rt/issue-2719/issue2719_T#get:v (param $this i32) (result i32) + local.get $this + i32.load $0 + ) + (func $~lib/rt/__visit_globals (param $0 i32) + (local $1 i32) + i32.const 224 + local.get $0 + call $~lib/rt/itcms/__visit + i32.const 32 + local.get $0 + call $~lib/rt/itcms/__visit + ) + (func $~lib/arraybuffer/ArrayBufferView~visit (param $0 i32) (param $1 i32) + (local $2 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + i32.load $0 + local.tee $2 + if + local.get $2 + local.get $1 + call $~lib/rt/itcms/__visit + end + ) + (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) + nop + ) + (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) + block $invalid + block $rt/issue-2719/issue2719_T + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load $0 + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $rt/issue-2719/issue2719_T $invalid + end + return + end + return + end + return + end + local.get $0 + local.get $1 + call $~lib/arraybuffer/ArrayBufferView~visit + return + end + return + end + unreachable + ) + (func $~start + call $start:rt/issue-2719 + ) + (func $~stack_check + global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__data_end + i32.lt_s + if + i32.const 33296 + i32.const 33344 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + ) + (func $rt/issue-2719/issue2719_T#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store $0 + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $this + i32.store $0 + end + global.get $~lib/memory/__stack_pointer + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store $0 offset=4 + local.get $1 + call $~lib/object/Object#constructor + local.tee $this + i32.store $0 + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store $0 offset=4 + local.get $1 + i32.const 0 + call $rt/issue-2719/issue2719_T#set:v + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) + (func $rt/issue-2719/issue2719_f2 (param $t i32) (result i32) + (local $c i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store $0 + call $~lib/rt/itcms/__collect + global.get $~lib/memory/__stack_pointer + i32.const 0 + call $rt/issue-2719/issue2719_T#constructor + local.tee $c + i32.store $0 + local.get $c + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store $0 offset=4 + local.get $2 + i32.const 100 + call $rt/issue-2719/issue2719_T#set:v + i32.const 1 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + ) + (func $rt/issue-2719/issue2719_f1 (param $a i32) (param $t i32) (param $b i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store $0 + local.get $t + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store $0 + local.get $3 + call $rt/issue-2719/issue2719_T#get:v + i32.const 0 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 6 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $start:rt/issue-2719 + (local $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store $0 + memory.size $0 + i32.const 16 + i32.shl + global.get $~lib/memory/__heap_base + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 144 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/pinSpace + i32.const 176 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/toSpace + i32.const 320 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/fromSpace + i32.const 1 + i32.const 0 + call $rt/issue-2719/issue2719_T#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store $0 + local.get $0 + i32.const 0 + call $rt/issue-2719/issue2719_T#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store $0 offset=4 + local.get $0 + call $rt/issue-2719/issue2719_f2 + call $rt/issue-2719/issue2719_f1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/object/Object#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store $0 + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__new + local.tee $this + i32.store $0 + end + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) +) diff --git a/tests/compiler/rt/issue-2719.json b/tests/compiler/rt/issue-2719.json new file mode 100644 index 0000000000..1bdd02b1be --- /dev/null +++ b/tests/compiler/rt/issue-2719.json @@ -0,0 +1,4 @@ +{ + "asc_flags": [ + ] +} diff --git a/tests/compiler/rt/issue-2719.release.wat b/tests/compiler/rt/issue-2719.release.wat new file mode 100644 index 0000000000..19e5c96b2c --- /dev/null +++ b/tests/compiler/rt/issue-2719.release.wat @@ -0,0 +1,1796 @@ +(module + (type $none_=>_none (func)) + (type $i32_=>_none (func (param i32))) + (type $i32_i32_=>_none (func (param i32 i32))) + (type $none_=>_i32 (func (result i32))) + (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34296)) + (memory $0 1) + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) "<") + (data $8.1 (i32.const 1448) "\02\00\00\00 \00\00\00r\00t\00/\00i\00s\00s\00u\00e\00-\002\007\001\009\00.\00t\00s") + (data $9 (i32.const 1504) "\05\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 ") + (export "memory" (memory $0)) + (start $~start) + (func $~lib/rt/itcms/visitRoots + (local $0 i32) + (local $1 i32) + i32.const 1248 + call $byn-split-outlined-A$~lib/rt/itcms/__visit + i32.const 1056 + call $byn-split-outlined-A$~lib/rt/itcms/__visit + global.get $~lib/rt/itcms/pinSpace + local.tee $1 + i32.load $0 offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|0 + local.get $0 + local.get $1 + i32.ne + if + local.get $0 + i32.load $0 offset=4 + i32.const 3 + i32.and + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1120 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + local.get $0 + i32.load $0 offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + local.get $0 + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $0 + i32.load $0 offset=8 + local.tee $1 + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end + local.get $1 + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink + local.get $0 + i32.load $0 offset=4 + i32.const -4 + i32.and + local.tee $1 + i32.eqz + if + local.get $0 + i32.load $0 offset=8 + i32.eqz + local.get $0 + i32.const 34296 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink + end + local.get $0 + i32.load $0 offset=8 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $1 + local.get $2 + i32.store $0 offset=8 + local.get $2 + local.get $1 + local.get $2 + i32.load $0 offset=4 + i32.const 3 + i32.and + i32.or + i32.store $0 offset=4 + end + global.get $~lib/rt/itcms/toSpace + local.set $2 + local.get $0 + i32.load $0 offset=12 + local.tee $1 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $1 + i32.const 1504 + i32.load $0 + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 2 + i32.shl + i32.const 1508 + i32.add + i32.load $0 + i32.const 32 + i32.and + end + local.set $3 + local.get $2 + i32.load $0 offset=8 + local.set $1 + local.get $0 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select + local.get $2 + i32.or + i32.store $0 offset=4 + local.get $0 + local.get $1 + i32.store $0 offset=8 + local.get $1 + local.get $0 + local.get $1 + i32.load $0 offset=4 + i32.const 3 + i32.and + i32.or + i32.store $0 offset=4 + local.get $2 + local.get $0 + i32.store $0 offset=8 + ) + (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $1 + i32.load $0 + local.tee $2 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $2 + i32.const -4 + i32.and + local.tee $2 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1392 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $2 + i32.const 256 + i32.lt_u + if (result i32) + local.get $2 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $2 + local.get $2 + i32.const 1073741820 + i32.ge_u + select + local.tee $2 + i32.clz + i32.sub + local.tee $4 + i32.const 7 + i32.sub + local.set $3 + local.get $2 + local.get $4 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $2 + i32.const 16 + i32.lt_u + local.get $3 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load $0 offset=8 + local.set $5 + local.get $1 + i32.load $0 offset=4 + local.tee $4 + if + local.get $4 + local.get $5 + i32.store $0 offset=8 + end + local.get $5 + if + local.get $5 + local.get $4 + i32.store $0 offset=4 + end + local.get $1 + local.get $0 + local.get $3 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=96 + i32.eq + if + local.get $0 + local.get $3 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $5 + i32.store $0 offset=96 + local.get $5 + i32.eqz + if + local.get $0 + local.get $3 + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load $0 offset=4 + i32.const -2 + local.get $2 + i32.rotl + i32.and + local.set $2 + local.get $1 + local.get $2 + i32.store $0 offset=4 + local.get $2 + i32.eqz + if + local.get $0 + local.get $0 + i32.load $0 + i32.const -2 + local.get $3 + i32.rotl + i32.and + i32.store $0 + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + local.get $1 + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load $0 + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load $0 + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load $0 + local.tee $2 + i32.const 1 + i32.and + if + local.get $0 + local.get $4 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $3 + i32.const 4 + i32.add + local.get $2 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store $0 + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load $0 + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load $0 + local.set $2 + end + local.get $3 + i32.const 2 + i32.and + if + local.get $1 + i32.const 4 + i32.sub + i32.load $0 + local.tee $1 + i32.load $0 + local.tee $6 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $1 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $6 + i32.const 4 + i32.add + local.get $3 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store $0 + end + local.get $4 + local.get $2 + i32.const 2 + i32.or + i32.store $0 + local.get $3 + i32.const -4 + i32.and + local.tee $2 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1392 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $1 + i32.const 4 + i32.add + local.get $2 + i32.add + i32.ne + if + i32.const 0 + i32.const 1392 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + i32.const 4 + i32.sub + local.get $1 + i32.store $0 + local.get $2 + i32.const 256 + i32.lt_u + if (result i32) + local.get $2 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $2 + local.get $2 + i32.const 1073741820 + i32.ge_u + select + local.tee $2 + i32.clz + i32.sub + local.tee $3 + i32.const 7 + i32.sub + local.set $5 + local.get $2 + local.get $3 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $2 + i32.const 16 + i32.lt_u + local.get $5 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=96 + local.set $3 + local.get $1 + i32.const 0 + i32.store $0 offset=4 + local.get $1 + local.get $3 + i32.store $0 offset=8 + local.get $3 + if + local.get $3 + local.get $1 + i32.store $0 offset=4 + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $1 + i32.store $0 offset=96 + local.get $0 + local.get $0 + i32.load $0 + i32.const 1 + local.get $5 + i32.shl + i32.or + i32.store $0 + local.get $0 + local.get $5 + i32.const 2 + i32.shl + i32.add + local.tee $0 + local.get $0 + i32.load $0 offset=4 + i32.const 1 + local.get $2 + i32.shl + i32.or + i32.store $0 offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) + (local $3 i32) + (local $4 i32) + local.get $2 + local.get $1 + i64.extend_i32_u + i64.lt_u + if + i32.const 0 + i32.const 1392 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + local.set $1 + local.get $0 + i32.load $0 offset=1568 + local.tee $4 + if + local.get $4 + i32.const 4 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1392 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 16 + i32.sub + local.get $4 + i32.eq + if + local.get $4 + i32.load $0 + local.set $3 + local.get $1 + i32.const 16 + i32.sub + local.set $1 + end + else + local.get $0 + i32.const 1572 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1392 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $2 + i32.wrap_i64 + i32.const -16 + i32.and + local.get $1 + i32.sub + local.tee $4 + i32.const 20 + i32.lt_u + if + return + end + local.get $1 + local.get $3 + i32.const 2 + i32.and + local.get $4 + i32.const 8 + i32.sub + local.tee $3 + i32.const 1 + i32.or + i32.or + i32.store $0 + local.get $1 + i32.const 0 + i32.store $0 offset=4 + local.get $1 + i32.const 0 + i32.store $0 offset=8 + local.get $1 + i32.const 4 + i32.add + local.get $3 + i32.add + local.tee $3 + i32.const 2 + i32.store $0 + local.get $0 + local.get $3 + i32.store $0 offset=1568 + local.get $0 + local.get $1 + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/initialize + (local $0 i32) + (local $1 i32) + memory.size $0 + local.tee $1 + i32.const 0 + i32.le_s + if (result i32) + i32.const 1 + local.get $1 + i32.sub + memory.grow $0 + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + i32.const 34304 + i32.const 0 + i32.store $0 + i32.const 35872 + i32.const 0 + i32.store $0 + loop $for-loop|0 + local.get $0 + i32.const 23 + i32.lt_u + if + local.get $0 + i32.const 2 + i32.shl + i32.const 34304 + i32.add + i32.const 0 + i32.store $0 offset=4 + i32.const 0 + local.set $1 + loop $for-loop|1 + local.get $1 + i32.const 16 + i32.lt_u + if + local.get $0 + i32.const 4 + i32.shl + local.get $1 + i32.add + i32.const 2 + i32.shl + i32.const 34304 + i32.add + i32.const 0 + i32.store $0 offset=96 + local.get $1 + i32.const 1 + i32.add + local.set $1 + br $for-loop|1 + end + end + local.get $0 + i32.const 1 + i32.add + local.set $0 + br $for-loop|0 + end + end + i32.const 34304 + i32.const 35876 + memory.size $0 + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + i32.const 34304 + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/itcms/step (result i32) + (local $0 i32) + (local $1 i32) + (local $2 i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + br_table $case0|0 $case1|0 $case2|0 $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $1 + global.get $~lib/rt/itcms/iter + i32.load $0 offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|1 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + global.set $~lib/rt/itcms/iter + local.get $1 + local.get $0 + i32.load $0 offset=4 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $0 + i32.load $0 offset=4 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store $0 offset=4 + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + return + end + local.get $0 + i32.load $0 offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/iter + i32.load $0 offset=4 + i32.const -4 + i32.and + i32.eq + if + global.get $~lib/memory/__stack_pointer + local.set $0 + loop $while-continue|0 + local.get $0 + i32.const 34296 + i32.lt_u + if + local.get $0 + i32.load $0 + local.tee $2 + if + local.get $2 + call $byn-split-outlined-A$~lib/rt/itcms/__visit + end + local.get $0 + i32.const 4 + i32.add + local.set $0 + br $while-continue|0 + end + end + global.get $~lib/rt/itcms/iter + i32.load $0 offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|2 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $1 + local.get $0 + i32.load $0 offset=4 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $0 + i32.load $0 offset=4 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store $0 offset=4 + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + end + local.get $0 + i32.load $0 offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $0 + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $0 + global.set $~lib/rt/itcms/toSpace + local.get $1 + global.set $~lib/rt/itcms/white + local.get $0 + i32.load $0 offset=4 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/iter + local.tee $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + i32.load $0 offset=4 + local.tee $1 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/white + i32.eqz + local.get $1 + i32.const 3 + i32.and + i32.ne + if + i32.const 0 + i32.const 1120 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 34296 + i32.lt_u + if + local.get $0 + i32.const 0 + i32.store $0 offset=4 + local.get $0 + i32.const 0 + i32.store $0 offset=8 + else + global.get $~lib/rt/itcms/total + local.get $0 + i32.load $0 + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.sub + global.set $~lib/rt/itcms/total + local.get $0 + i32.const 4 + i32.add + local.tee $0 + i32.const 34296 + i32.ge_u + if + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.set $1 + local.get $0 + i32.const 4 + i32.sub + local.set $2 + local.get $0 + i32.const 15 + i32.and + i32.const 1 + local.get $0 + select + if (result i32) + i32.const 1 + else + local.get $2 + i32.load $0 + i32.const 1 + i32.and + end + if + i32.const 0 + i32.const 1392 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $2 + local.get $2 + i32.load $0 + i32.const 1 + i32.or + i32.store $0 + local.get $1 + local.get $2 + call $~lib/rt/tlsf/insertBlock + end + end + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + local.tee $0 + local.get $0 + i32.store $0 offset=4 + local.get $0 + local.get $0 + i32.store $0 offset=8 + i32.const 0 + global.set $~lib/rt/itcms/state + end + i32.const 0 + ) + (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + local.get $1 + i32.const 256 + i32.lt_u + if (result i32) + local.get $1 + i32.const 4 + i32.shr_u + else + i32.const 31 + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $1 + local.get $1 + i32.const 536870910 + i32.lt_u + select + local.tee $1 + i32.clz + i32.sub + local.tee $3 + i32.const 7 + i32.sub + local.set $2 + local.get $1 + local.get $3 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $1 + i32.const 16 + i32.lt_u + local.get $2 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 334 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=4 + i32.const -1 + local.get $1 + i32.shl + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + local.get $2 + i32.const 4 + i32.shl + i32.add + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=96 + else + local.get $0 + i32.load $0 + i32.const -1 + local.get $2 + i32.const 1 + i32.add + i32.shl + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + local.tee $1 + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=4 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.ctz + local.get $1 + i32.const 4 + i32.shl + i32.add + i32.const 2 + i32.shl + i32.add + i32.load $0 offset=96 + else + i32.const 0 + end + end + ) + (func $~lib/rt/itcms/__new (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + local.get $0 + i32.const 1073741804 + i32.ge_u + if + i32.const 1056 + i32.const 1120 + i32.const 261 + i32.const 31 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + block $__inlined_func$~lib/rt/itcms/interrupt + i32.const 2048 + local.set $2 + loop $do-loop|0 + local.get $2 + call $~lib/rt/itcms/step + i32.sub + local.set $2 + global.get $~lib/rt/itcms/state + i32.eqz + if + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i64.const 200 + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + br $__inlined_func$~lib/rt/itcms/interrupt + end + local.get $2 + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + global.get $~lib/rt/itcms/total + local.tee $2 + local.get $2 + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.const 10 + i32.shl + i32.add + global.set $~lib/rt/itcms/threshold + end + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.set $4 + local.get $0 + i32.const 16 + i32.add + local.tee $2 + i32.const 1073741820 + i32.gt_u + if + i32.const 1056 + i32.const 1392 + i32.const 461 + i32.const 29 + call $~lib/builtins/abort + unreachable + end + local.get $4 + i32.const 12 + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + local.get $2 + i32.const 12 + i32.le_u + select + local.tee $5 + call $~lib/rt/tlsf/searchBlock + local.tee $2 + i32.eqz + if + memory.size $0 + local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.get $5 + local.get $5 + i32.const 536870910 + i32.lt_u + select + else + local.get $5 + end + i32.const 4 + local.get $4 + i32.load $0 offset=1568 + local.get $2 + i32.const 16 + i32.shl + i32.const 4 + i32.sub + i32.ne + i32.shl + i32.add + i32.const 65535 + i32.add + i32.const -65536 + i32.and + i32.const 16 + i32.shr_u + local.tee $3 + local.get $2 + local.get $3 + i32.gt_s + select + memory.grow $0 + i32.const 0 + i32.lt_s + if + local.get $3 + memory.grow $0 + i32.const 0 + i32.lt_s + if + unreachable + end + end + local.get $4 + local.get $2 + i32.const 16 + i32.shl + memory.size $0 + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + local.get $4 + local.get $5 + call $~lib/rt/tlsf/searchBlock + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + local.get $5 + local.get $2 + i32.load $0 + i32.const -4 + i32.and + i32.gt_u + if + i32.const 0 + i32.const 1392 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $2 + call $~lib/rt/tlsf/removeBlock + local.get $2 + i32.load $0 + local.set $3 + local.get $5 + i32.const 4 + i32.add + i32.const 15 + i32.and + if + i32.const 0 + i32.const 1392 + i32.const 361 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const -4 + i32.and + local.get $5 + i32.sub + local.tee $6 + i32.const 16 + i32.ge_u + if + local.get $2 + local.get $5 + local.get $3 + i32.const 2 + i32.and + i32.or + i32.store $0 + local.get $2 + i32.const 4 + i32.add + local.get $5 + i32.add + local.tee $3 + local.get $6 + i32.const 4 + i32.sub + i32.const 1 + i32.or + i32.store $0 + local.get $4 + local.get $3 + call $~lib/rt/tlsf/insertBlock + else + local.get $2 + local.get $3 + i32.const -2 + i32.and + i32.store $0 + local.get $2 + i32.const 4 + i32.add + local.get $2 + i32.load $0 + i32.const -4 + i32.and + i32.add + local.tee $3 + local.get $3 + i32.load $0 + i32.const -3 + i32.and + i32.store $0 + end + local.get $2 + local.get $1 + i32.store $0 offset=12 + local.get $2 + local.get $0 + i32.store $0 offset=16 + global.get $~lib/rt/itcms/fromSpace + local.tee $1 + i32.load $0 offset=8 + local.set $3 + local.get $2 + local.get $1 + global.get $~lib/rt/itcms/white + i32.or + i32.store $0 offset=4 + local.get $2 + local.get $3 + i32.store $0 offset=8 + local.get $3 + local.get $2 + local.get $3 + i32.load $0 offset=4 + i32.const 3 + i32.and + i32.or + i32.store $0 offset=4 + local.get $1 + local.get $2 + i32.store $0 offset=8 + global.get $~lib/rt/itcms/total + local.get $2 + i32.load $0 + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.add + global.set $~lib/rt/itcms/total + local.get $2 + i32.const 20 + i32.add + local.tee $1 + i32.const 0 + local.get $0 + memory.fill $0 + local.get $1 + ) + (func $~lib/rt/__visit_members (param $0 i32) + block $invalid + block $rt/issue-2719/issue2719_T + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load $0 + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $rt/issue-2719/issue2719_T $invalid + end + return + end + return + end + return + end + local.get $0 + i32.load $0 + local.tee $0 + if + local.get $0 + call $byn-split-outlined-A$~lib/rt/itcms/__visit + end + return + end + return + end + unreachable + ) + (func $~start + (local $0 i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 1528 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store $0 + memory.size $0 + i32.const 16 + i32.shl + i32.const 34296 + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 1172 + i32.const 1168 + i32.store $0 + i32.const 1176 + i32.const 1168 + i32.store $0 + i32.const 1168 + global.set $~lib/rt/itcms/pinSpace + i32.const 1204 + i32.const 1200 + i32.store $0 + i32.const 1208 + i32.const 1200 + i32.store $0 + i32.const 1200 + global.set $~lib/rt/itcms/toSpace + i32.const 1348 + i32.const 1344 + i32.store $0 + i32.const 1352 + i32.const 1344 + i32.store $0 + i32.const 1344 + global.set $~lib/rt/itcms/fromSpace + call $rt/issue-2719/issue2719_T#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store $0 + call $rt/issue-2719/issue2719_T#constructor + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store $0 offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1528 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store $0 + global.get $~lib/rt/itcms/state + i32.const 0 + i32.gt_s + if + loop $while-continue|0 + global.get $~lib/rt/itcms/state + if + call $~lib/rt/itcms/step + drop + br $while-continue|0 + end + end + end + call $~lib/rt/itcms/step + drop + loop $while-continue|1 + global.get $~lib/rt/itcms/state + if + call $~lib/rt/itcms/step + drop + br $while-continue|1 + end + end + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i64.const 200 + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + global.get $~lib/memory/__stack_pointer + call $rt/issue-2719/issue2719_T#constructor + local.tee $1 + i32.store $0 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store $0 offset=4 + local.get $1 + i32.const 100 + i32.store $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1528 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $1 + i32.const 0 + i32.store $0 + local.get $1 + local.get $0 + i32.store $0 + local.get $0 + i32.load $0 + if + i32.const 0 + i32.const 1456 + i32.const 6 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + return + end + i32.const 34320 + i32.const 34368 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $rt/issue-2719/issue2719_T#constructor (result i32) + (local $0 i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 1528 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $0 + i64.const 0 + i64.store $0 + local.get $0 + i32.const 4 + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store $0 + global.get $~lib/memory/__stack_pointer + local.tee $1 + local.get $0 + i32.store $0 offset=4 + local.get $1 + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1528 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store $0 + local.get $0 + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store $0 + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + local.get $0 + i32.store $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store $0 offset=4 + local.get $0 + i32.const 0 + i32.store $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + return + end + i32.const 34320 + i32.const 34368 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load $0 offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) +) diff --git a/tests/compiler/rt/issue-2719.ts b/tests/compiler/rt/issue-2719.ts new file mode 100644 index 0000000000..be369ee568 --- /dev/null +++ b/tests/compiler/rt/issue-2719.ts @@ -0,0 +1,17 @@ +class issue2719_T { + v: i32 = 0; +} + +function issue2719_f1(a: i32, t: issue2719_T, b: i32): void { + assert(t.v == 0); +} + +function issue2719_f2(t: issue2719_T): i32 { + __collect(); // gc will recover the second argument issue2719_T in issue2719_f1 + let c = new issue2719_T(); + c.v = 100; + return 1; +} + +issue2719_f1(1, new issue2719_T(), issue2719_f2(new issue2719_T())); + diff --git a/tests/compiler/std/array.debug.wat b/tests/compiler/std/array.debug.wat index 07ca4f9cd1..1cf71a8daa 100644 --- a/tests/compiler/std/array.debug.wat +++ b/tests/compiler/std/array.debug.wat @@ -14218,16 +14218,13 @@ (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store $0 offset=8 i32.const 0 local.set $i local.get $this @@ -14260,7 +14257,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $6 call $~lib/array/Array#get:dataStart local.get $i @@ -14273,7 +14270,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store $0 local.get $6 i32.const 3 global.set $~argumentsLength @@ -14284,7 +14281,7 @@ local.get $i local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -14300,7 +14297,7 @@ i32.const -1 local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -14369,16 +14366,13 @@ (local $i i32) (local $3 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store $0 offset=8 local.get $this local.set $3 global.get $~lib/memory/__stack_pointer @@ -14398,7 +14392,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $3 call $~lib/array/Array#get:dataStart local.get $i @@ -14411,7 +14405,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store $0 local.get $3 i32.const 3 global.set $~argumentsLength @@ -14422,7 +14416,7 @@ local.get $i local.set $3 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -14438,7 +14432,7 @@ i32.const -1 local.set $3 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -14480,16 +14474,13 @@ (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store $0 offset=8 i32.const 0 local.set $i local.get $this @@ -14522,7 +14513,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $6 call $~lib/array/Array#get:dataStart local.get $i @@ -14535,7 +14526,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store $0 local.get $6 i32.const 3 global.set $~argumentsLength @@ -14547,7 +14538,7 @@ i32.const 0 local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -14563,7 +14554,7 @@ i32.const 1 local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -14635,16 +14626,13 @@ (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store $0 offset=8 i32.const 0 local.set $i local.get $this @@ -14677,7 +14665,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $6 call $~lib/array/Array#get:dataStart local.get $i @@ -14690,7 +14678,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store $0 local.get $6 i32.const 3 global.set $~argumentsLength @@ -14701,7 +14689,7 @@ i32.const 1 local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -14717,7 +14705,7 @@ i32.const 0 local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -14789,16 +14777,13 @@ (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store $0 offset=8 i32.const 0 local.set $i local.get $this @@ -14831,7 +14816,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $6 call $~lib/array/Array#get:dataStart local.get $i @@ -14844,7 +14829,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store $0 local.get $6 i32.const 3 global.set $~argumentsLength @@ -14859,7 +14844,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) @@ -15063,14 +15048,16 @@ (local $result i32) (local $9 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.const 20 - memory.fill $0 + i64.const 0 + i64.store $0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store $0 offset=8 local.get $this local.set $9 global.get $~lib/memory/__stack_pointer @@ -15120,7 +15107,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $9 call $~lib/array/Array#get:dataStart local.get $i @@ -15133,7 +15120,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store $0 local.get $9 i32.const 3 global.set $~argumentsLength @@ -15141,7 +15128,7 @@ i32.load $0 call_indirect $0 (type $i32_i32_i32_=>_i32) local.tee $result - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $outStart local.get $i i32.const 2 @@ -15165,7 +15152,7 @@ local.get $out local.set $9 global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 16 i32.add global.set $~lib/memory/__stack_pointer local.get $9 @@ -15181,7 +15168,7 @@ (local $result f32) (local $9 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -15189,8 +15176,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $this local.set $9 global.get $~lib/memory/__stack_pointer @@ -15239,7 +15226,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $9 call $~lib/array/Array#get:dataStart local.get $i @@ -15252,7 +15239,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store $0 local.get $9 i32.const 3 global.set $~argumentsLength @@ -15279,7 +15266,7 @@ local.get $out local.set $9 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $9 @@ -15327,7 +15314,7 @@ (local $result i32) (local $9 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -15335,8 +15322,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $this local.set $9 global.get $~lib/memory/__stack_pointer @@ -15385,7 +15372,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $9 call $~lib/array/Array#get:dataStart local.get $i @@ -15398,7 +15385,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store $0 local.get $9 i32.const 3 global.set $~argumentsLength @@ -15425,7 +15412,7 @@ local.get $out local.set $9 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $9 @@ -15471,7 +15458,7 @@ (local $value i32) (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -15480,9 +15467,6 @@ i64.store $0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 0 i32.const 2 i32.const 4 i32.const 0 @@ -15536,7 +15520,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $8 i32.const 3 global.set $~argumentsLength @@ -15564,7 +15548,7 @@ local.get $result local.set $8 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $8 @@ -15645,16 +15629,13 @@ (local $7 i32) (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store $0 offset=8 local.get $initialValue local.set $acc i32.const 0 @@ -15690,7 +15671,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $8 call $~lib/array/Array#get:dataStart local.get $i @@ -15703,7 +15684,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store $0 local.get $8 i32.const 4 global.set $~argumentsLength @@ -15721,7 +15702,7 @@ local.get $acc local.set $8 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $8 @@ -15735,16 +15716,13 @@ (local $7 i32) (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store $0 offset=8 local.get $initialValue local.set $acc i32.const 0 @@ -15780,7 +15758,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $8 call $~lib/array/Array#get:dataStart local.get $i @@ -15793,7 +15771,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store $0 local.get $8 i32.const 4 global.set $~argumentsLength @@ -15811,7 +15789,7 @@ local.get $acc local.set $8 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $8 @@ -15881,16 +15859,13 @@ (local $i i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store $0 offset=8 local.get $initialValue local.set $acc local.get $this @@ -15913,7 +15888,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $5 call $~lib/array/Array#get:dataStart local.get $i @@ -15926,7 +15901,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store $0 local.get $5 i32.const 4 global.set $~argumentsLength @@ -15944,7 +15919,7 @@ local.get $acc local.set $5 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $5 @@ -15955,16 +15930,13 @@ (local $i i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store $0 offset=8 local.get $initialValue local.set $acc local.get $this @@ -15987,7 +15959,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $5 call $~lib/array/Array#get:dataStart local.get $i @@ -16000,7 +15972,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store $0 local.get $5 i32.const 4 global.set $~argumentsLength @@ -16018,7 +15990,7 @@ local.get $acc local.set $5 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $5 @@ -16244,16 +16216,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store $0 local.get $len i32.const 48 i32.le_s @@ -16263,7 +16232,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -16369,7 +16338,7 @@ select f32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -16388,7 +16357,7 @@ local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -16455,7 +16424,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -16510,7 +16479,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -16590,7 +16559,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -16667,7 +16636,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns end @@ -16683,7 +16652,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -16818,16 +16787,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store $0 local.get $len i32.const 48 i32.le_s @@ -16837,7 +16803,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -16943,7 +16909,7 @@ select f64.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -16962,7 +16928,7 @@ local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -17029,7 +16995,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -17084,7 +17050,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -17164,7 +17130,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -17241,7 +17207,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns end @@ -17257,7 +17223,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -17663,16 +17629,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store $0 local.get $len i32.const 48 i32.le_s @@ -17682,7 +17645,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -17788,7 +17751,7 @@ select i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -17807,7 +17770,7 @@ local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -17874,7 +17837,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -17929,7 +17892,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -18009,7 +17972,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -18086,7 +18049,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns end @@ -18102,7 +18065,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -18235,16 +18198,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store $0 local.get $len i32.const 48 i32.le_s @@ -18254,7 +18214,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -18360,7 +18320,7 @@ select i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -18379,7 +18339,7 @@ local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -18446,7 +18406,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -18501,7 +18461,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -18581,7 +18541,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -18658,7 +18618,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns end @@ -18674,7 +18634,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -19940,13 +19900,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 36 + i32.const 24 memory.fill $0 local.get $len i32.const 48 @@ -19957,7 +19917,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return @@ -20105,7 +20065,7 @@ select i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return @@ -20120,11 +20080,11 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return @@ -20191,7 +20151,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=28 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -20222,7 +20182,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/insertionSort end @@ -20246,7 +20206,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=28 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -20281,7 +20241,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/insertionSort end @@ -20326,7 +20286,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=32 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -20403,7 +20363,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=32 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/mergeRuns end @@ -20419,7 +20379,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer ) @@ -21677,13 +21637,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 36 + i32.const 24 memory.fill $0 local.get $len i32.const 48 @@ -21694,7 +21654,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return @@ -21842,7 +21802,7 @@ select i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return @@ -21857,11 +21817,11 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/array/Array> global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return @@ -21928,7 +21888,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=28 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/extendRunRight<~lib/array/Array> local.set $endA @@ -21959,7 +21919,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/array/Array> end @@ -21983,7 +21943,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=28 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/extendRunRight<~lib/array/Array> local.set $endB @@ -22018,7 +21978,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/array/Array> end @@ -22063,7 +22023,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=32 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/mergeRuns<~lib/array/Array> local.get $start @@ -22140,7 +22100,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=32 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/mergeRuns<~lib/array/Array> end @@ -22156,7 +22116,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer ) @@ -23432,13 +23392,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 36 + i32.const 24 memory.fill $0 local.get $len i32.const 48 @@ -23449,7 +23409,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return @@ -23597,7 +23557,7 @@ select i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return @@ -23612,11 +23572,11 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/insertionSort> global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return @@ -23683,7 +23643,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=28 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/extendRunRight> local.set $endA @@ -23714,7 +23674,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/insertionSort> end @@ -23738,7 +23698,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=28 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/extendRunRight> local.set $endB @@ -23773,7 +23733,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/insertionSort> end @@ -23818,7 +23778,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=32 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/mergeRuns> local.get $start @@ -23895,7 +23855,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=32 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/mergeRuns> end @@ -23911,7 +23871,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer ) @@ -24844,13 +24804,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 36 + i32.const 24 memory.fill $0 local.get $len i32.const 48 @@ -24861,7 +24821,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return @@ -25009,7 +24969,7 @@ select i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return @@ -25024,11 +24984,11 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/string/String|null> global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return @@ -25095,7 +25055,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=28 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/extendRunRight<~lib/string/String|null> local.set $endA @@ -25126,7 +25086,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/string/String|null> end @@ -25150,7 +25110,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=28 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/extendRunRight<~lib/string/String|null> local.set $endB @@ -25185,7 +25145,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/string/String|null> end @@ -25230,7 +25190,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=32 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/mergeRuns<~lib/string/String|null> local.get $start @@ -25307,7 +25267,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=32 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/mergeRuns<~lib/string/String|null> end @@ -25323,7 +25283,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer ) @@ -27198,13 +27158,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 36 + i32.const 24 memory.fill $0 local.get $len i32.const 48 @@ -27215,7 +27175,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return @@ -27363,7 +27323,7 @@ select i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return @@ -27378,11 +27338,11 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/string/String> global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return @@ -27449,7 +27409,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=28 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/extendRunRight<~lib/string/String> local.set $endA @@ -27480,7 +27440,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/string/String> end @@ -27504,7 +27464,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=28 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/extendRunRight<~lib/string/String> local.set $endB @@ -27539,7 +27499,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/string/String> end @@ -27584,7 +27544,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=32 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/mergeRuns<~lib/string/String> local.get $start @@ -27661,7 +27621,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=32 + i32.store $0 offset=8 local.get $34 call $~lib/util/sort/mergeRuns<~lib/string/String> end @@ -27677,7 +27637,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer ) @@ -28495,13 +28455,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $4 global.get $~lib/memory/__stack_pointer @@ -28526,12 +28486,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 call $~lib/util/string/joinBooleanArray local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -28721,13 +28681,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $4 global.get $~lib/memory/__stack_pointer @@ -28754,12 +28714,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 call $~lib/util/string/joinIntegerArray local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -28949,13 +28909,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $4 global.get $~lib/memory/__stack_pointer @@ -28982,12 +28942,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 call $~lib/util/string/joinIntegerArray local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -29167,13 +29127,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $4 global.get $~lib/memory/__stack_pointer @@ -29202,12 +29162,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 call $~lib/util/string/joinFloatArray local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -29448,13 +29408,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $4 global.get $~lib/memory/__stack_pointer @@ -29489,12 +29449,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 call $~lib/util/string/joinStringArray local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -29694,13 +29654,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $4 global.get $~lib/memory/__stack_pointer @@ -29737,12 +29697,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 call $~lib/util/string/joinReferenceArray local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -29942,13 +29902,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $4 global.get $~lib/memory/__stack_pointer @@ -29985,12 +29945,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 call $~lib/util/string/joinReferenceArray local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -30211,13 +30171,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $4 global.get $~lib/memory/__stack_pointer @@ -30244,12 +30204,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 call $~lib/util/string/joinIntegerArray local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -30470,13 +30430,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $4 global.get $~lib/memory/__stack_pointer @@ -30503,12 +30463,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 call $~lib/util/string/joinIntegerArray local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -30729,13 +30689,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $4 global.get $~lib/memory/__stack_pointer @@ -30762,12 +30722,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 call $~lib/util/string/joinIntegerArray local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -30988,13 +30948,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $4 global.get $~lib/memory/__stack_pointer @@ -31021,12 +30981,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 call $~lib/util/string/joinIntegerArray local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -31249,13 +31209,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $4 global.get $~lib/memory/__stack_pointer @@ -31282,12 +31242,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 call $~lib/util/string/joinIntegerArray local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -31549,13 +31509,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $4 global.get $~lib/memory/__stack_pointer @@ -31592,12 +31552,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 call $~lib/util/string/joinReferenceArray<~lib/array/Array> local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -31891,13 +31851,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $4 global.get $~lib/memory/__stack_pointer @@ -31924,12 +31884,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 call $~lib/util/string/joinIntegerArray local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -32160,13 +32120,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $4 global.get $~lib/memory/__stack_pointer @@ -32203,12 +32163,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 call $~lib/util/string/joinReferenceArray<~lib/array/Array> local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -32616,13 +32576,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $4 global.get $~lib/memory/__stack_pointer @@ -32659,12 +32619,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 call $~lib/util/string/joinReferenceArray<~lib/array/Array> local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -32895,13 +32855,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $4 global.get $~lib/memory/__stack_pointer @@ -32938,12 +32898,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 call $~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>> local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -33490,16 +33450,14 @@ (local $result i32) (local $9 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.const 20 + memory.fill $0 local.get $this local.set $9 global.get $~lib/memory/__stack_pointer @@ -33549,7 +33507,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store $0 offset=12 local.get $9 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.get $i @@ -33575,7 +33533,7 @@ i32.load $0 call_indirect $0 (type $i32_i32_i32_=>_i32) local.tee $result - i32.store $0 offset=12 + i32.store $0 offset=16 local.get $outStart local.get $i i32.const 2 @@ -33599,7 +33557,7 @@ local.get $out local.set $9 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $9 diff --git a/tests/compiler/std/array.release.wat b/tests/compiler/std/array.release.wat index bfbd7b033c..80194460d7 100644 --- a/tests/compiler/std/array.release.wat +++ b/tests/compiler/std/array.release.wat @@ -9754,7 +9754,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -9773,9 +9773,6 @@ i64.const 0 i64.store $0 local.get $3 - i32.const 0 - i32.store $0 offset=8 - local.get $3 local.get $0 i32.store $0 local.get $0 @@ -9799,7 +9796,7 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $0 i32.load $0 offset=4 local.get $2 @@ -9810,7 +9807,7 @@ local.set $5 local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store $0 i32.const 3 global.set $~argumentsLength local.get $5 @@ -9821,7 +9818,7 @@ call_indirect $0 (type $i32_i32_i32_=>_i32) if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -9835,7 +9832,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const -1 @@ -9913,7 +9910,7 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -9932,9 +9929,6 @@ i64.const 0 i64.store $0 local.get $2 - i32.const 0 - i32.store $0 offset=8 - local.get $2 local.get $0 i32.store $0 local.get $0 @@ -9950,7 +9944,7 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $0 i32.load $0 offset=4 local.get $2 @@ -9961,7 +9955,7 @@ local.set $4 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store $0 i32.const 3 global.set $~argumentsLength local.get $4 @@ -9972,7 +9966,7 @@ call_indirect $0 (type $i32_i32_i32_=>_i32) if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -9986,7 +9980,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const -1 @@ -9997,7 +9991,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -10016,9 +10010,6 @@ i64.const 0 i64.store $0 local.get $3 - i32.const 0 - i32.store $0 offset=8 - local.get $3 local.get $0 i32.store $0 local.get $0 @@ -10042,7 +10033,7 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $0 i32.load $0 offset=4 local.get $2 @@ -10053,7 +10044,7 @@ local.set $5 local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store $0 i32.const 3 global.set $~argumentsLength local.get $5 @@ -10065,7 +10056,7 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 0 @@ -10079,7 +10070,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 1 @@ -10158,7 +10149,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -10177,9 +10168,6 @@ i64.const 0 i64.store $0 local.get $3 - i32.const 0 - i32.store $0 offset=8 - local.get $3 local.get $0 i32.store $0 local.get $0 @@ -10203,7 +10191,7 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $0 i32.load $0 offset=4 local.get $2 @@ -10214,7 +10202,7 @@ local.set $5 local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store $0 i32.const 3 global.set $~argumentsLength local.get $5 @@ -10225,7 +10213,7 @@ call_indirect $0 (type $i32_i32_i32_=>_i32) if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 1 @@ -10239,7 +10227,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 0 @@ -10318,7 +10306,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -10337,9 +10325,6 @@ i64.const 0 i64.store $0 local.get $3 - i32.const 0 - i32.store $0 offset=8 - local.get $3 local.get $0 i32.store $0 local.get $0 @@ -10363,7 +10348,7 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $0 i32.load $0 offset=4 local.get $2 @@ -10374,7 +10359,7 @@ local.set $5 local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store $0 i32.const 3 global.set $~argumentsLength local.get $5 @@ -10391,7 +10376,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) @@ -10635,7 +10620,7 @@ (local $6 i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -10654,8 +10639,8 @@ i64.const 0 i64.store $0 local.get $3 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $3 local.get $0 i32.store $0 @@ -10693,7 +10678,7 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $2 i32.const 2 i32.shl @@ -10705,7 +10690,7 @@ local.set $3 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store $0 i32.const 3 global.set $~argumentsLength local.get $5 @@ -10726,7 +10711,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -10773,7 +10758,7 @@ (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -10793,9 +10778,6 @@ i64.store $0 local.get $3 i32.const 0 - i32.store $0 offset=8 - local.get $3 - i32.const 0 i32.const 2 i32.const 4 i32.const 0 @@ -10837,7 +10819,7 @@ local.set $6 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store $0 offset=4 i32.const 3 global.set $~argumentsLength local.get $6 @@ -10862,7 +10844,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $5 @@ -10949,7 +10931,7 @@ (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -10968,9 +10950,6 @@ i64.const 0 i64.store $0 local.get $4 - i32.const 0 - i32.store $0 offset=8 - local.get $4 local.get $0 i32.store $0 local.get $0 @@ -10994,7 +10973,7 @@ global.get $~lib/memory/__stack_pointer local.tee $5 local.get $0 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $0 i32.load $0 offset=4 local.get $3 @@ -11005,7 +10984,7 @@ local.set $6 local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store $0 i32.const 4 global.set $~argumentsLength local.get $2 @@ -11024,7 +11003,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -11102,7 +11081,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -11121,9 +11100,6 @@ i64.const 0 i64.store $0 local.get $3 - i32.const 0 - i32.store $0 offset=8 - local.get $3 local.get $0 i32.store $0 local.get $0 @@ -11139,7 +11115,7 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $0 i32.load $0 offset=4 local.get $3 @@ -11150,7 +11126,7 @@ local.set $5 local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store $0 i32.const 4 global.set $~argumentsLength local.get $2 @@ -11169,7 +11145,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -11271,7 +11247,7 @@ (local $16 f32) (local $17 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -11286,12 +11262,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - i64.const 0 - i64.store $0 - local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store $0 block $folding-inner0 local.get $1 i32.const 48 @@ -11464,7 +11436,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 i32.const 0 local.get $1 @@ -11507,7 +11479,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 local.get $4 i32.const 1 @@ -11597,7 +11569,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $8 local.get $3 @@ -11666,7 +11638,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $3 local.get $4 @@ -11687,13 +11659,13 @@ local.get $11 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -11803,7 +11775,7 @@ (local $16 f64) (local $17 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -11818,12 +11790,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - i64.const 0 - i64.store $0 - local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store $0 block $folding-inner0 local.get $1 i32.const 48 @@ -11996,7 +11964,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 i32.const 0 local.get $1 @@ -12039,7 +12007,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 local.get $4 i32.const 1 @@ -12129,7 +12097,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $8 local.get $3 @@ -12198,7 +12166,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $3 local.get $4 @@ -12219,13 +12187,13 @@ local.get $11 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -12298,7 +12266,7 @@ (local $13 i64) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -12313,12 +12281,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - i64.const 0 - i64.store $0 - local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store $0 block $folding-inner0 local.get $1 i32.const 48 @@ -12491,7 +12455,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 i32.const 0 local.get $1 @@ -12534,7 +12498,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 local.get $4 i32.const 1 @@ -12624,7 +12588,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $8 local.get $3 @@ -12693,7 +12657,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $3 local.get $4 @@ -12714,13 +12678,13 @@ local.get $10 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -12786,7 +12750,7 @@ (local $13 i64) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -12801,12 +12765,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - i64.const 0 - i64.store $0 - local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store $0 block $folding-inner0 local.get $1 i32.const 48 @@ -12979,7 +12939,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 i32.const 0 local.get $1 @@ -13022,7 +12982,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 local.get $4 i32.const 1 @@ -13112,7 +13072,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $8 local.get $3 @@ -13181,7 +13141,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $3 local.get $4 @@ -13202,13 +13162,13 @@ local.get $10 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -14131,7 +14091,7 @@ (local $13 i64) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -14147,7 +14107,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 36 + i32.const 24 memory.fill $0 block $folding-inner0 local.get $1 @@ -14284,7 +14244,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $0 i32.const 0 local.get $1 @@ -14354,7 +14314,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=28 + i32.store $0 offset=8 local.get $0 i32.const 0 local.get $1 @@ -14372,7 +14332,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $0 i32.const 0 i32.const 31 @@ -14397,7 +14357,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=28 + i32.store $0 offset=8 local.get $0 local.get $5 i32.const 1 @@ -14417,7 +14377,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=24 + i32.store $0 offset=8 local.get $0 local.get $6 local.get $9 @@ -14487,7 +14447,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=32 + i32.store $0 offset=8 local.get $0 local.get $8 local.get $1 @@ -14556,7 +14516,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=32 + i32.store $0 offset=8 local.get $0 local.get $1 local.get $3 @@ -14577,13 +14537,13 @@ local.get $10 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer ) @@ -15664,7 +15624,7 @@ (local $6 i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner1 @@ -15674,8 +15634,8 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $5 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $5 local.get $0 i32.store $0 @@ -15690,7 +15650,7 @@ local.set $0 local.get $5 local.get $1 - i32.store $0 offset=4 + i32.store $0 block $__inlined_func$~lib/util/string/joinIntegerArray (result i32) local.get $5 i32.const 8 @@ -15838,7 +15798,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -15859,7 +15819,7 @@ (local $6 i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner1 @@ -15869,8 +15829,8 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $5 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $5 local.get $0 i32.store $0 @@ -15885,7 +15845,7 @@ local.set $0 local.get $5 local.get $1 - i32.store $0 offset=4 + i32.store $0 block $__inlined_func$~lib/util/string/joinIntegerArray (result i32) local.get $5 i32.const 8 @@ -16033,7 +15993,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -16501,7 +16461,7 @@ (local $2 i32) (local $3 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -16517,8 +16477,8 @@ end global.get $~lib/memory/__stack_pointer local.tee $2 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $2 local.get $0 i32.store $0 @@ -16533,14 +16493,14 @@ local.set $0 local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store $0 local.get $3 local.get $0 local.get $1 call $~lib/util/string/joinStringArray local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -16553,7 +16513,7 @@ (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -16563,8 +16523,8 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer local.tee $2 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $2 local.get $0 i32.store $0 @@ -16579,7 +16539,7 @@ local.set $0 local.get $2 i32.const 11856 - i32.store $0 offset=4 + i32.store $0 block $__inlined_func$~lib/util/string/joinReferenceArray (result i32) local.get $2 i32.const 20 @@ -16738,7 +16698,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -16815,7 +16775,7 @@ i32.const 11856 i32.store $0 offset=4 local.get $3 - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -16824,8 +16784,8 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $4 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $4 local.get $0 i32.store $0 @@ -16840,7 +16800,7 @@ local.set $0 local.get $4 i32.const 11856 - i32.store $0 offset=4 + i32.store $0 block $__inlined_func$~lib/util/string/joinIntegerArray (result i32) local.get $4 i32.const 8 @@ -16982,7 +16942,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -17375,7 +17335,7 @@ i32.const 11856 i32.store $0 offset=4 local.get $3 - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -17384,8 +17344,8 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $4 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $4 local.get $0 i32.store $0 @@ -17400,7 +17360,7 @@ local.set $0 local.get $4 i32.const 11856 - i32.store $0 offset=4 + i32.store $0 block $__inlined_func$~lib/util/string/joinIntegerArray (result i32) local.get $4 i32.const 8 @@ -17542,7 +17502,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -17623,7 +17583,7 @@ i32.const 11856 i32.store $0 offset=4 local.get $2 - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -17632,8 +17592,8 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $3 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $3 local.get $0 i32.store $0 @@ -17648,7 +17608,7 @@ local.set $0 local.get $3 i32.const 11856 - i32.store $0 offset=4 + i32.store $0 block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array> (result i32) local.get $3 i32.const 20 @@ -17814,7 +17774,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -24907,7 +24867,7 @@ i32.const 9296 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -24916,9 +24876,11 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.tee $1 - i32.const 0 - i32.const 20 - memory.fill $0 + i64.const 0 + i64.store $0 + local.get $1 + i64.const 0 + i64.store $0 offset=8 local.get $1 local.get $3 i32.store $0 @@ -24958,7 +24920,7 @@ global.get $~lib/memory/__stack_pointer local.tee $10 local.get $3 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $1 i32.const 2 i32.shl @@ -24970,7 +24932,7 @@ local.set $12 local.get $10 local.get $3 - i32.store $0 offset=8 + i32.store $0 i32.const 3 global.set $~argumentsLength local.get $10 @@ -24981,7 +24943,7 @@ i32.load $0 call_indirect $0 (type $i32_i32_i32_=>_i32) local.tee $10 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $9 local.get $11 i32.add @@ -25002,7 +24964,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 16 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -25018,7 +24980,7 @@ i32.const 9328 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -25030,8 +24992,8 @@ i64.const 0 i64.store $0 local.get $1 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $1 local.get $3 i32.store $0 @@ -25071,7 +25033,7 @@ global.get $~lib/memory/__stack_pointer local.tee $10 local.get $3 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $1 i32.const 2 i32.shl @@ -25083,7 +25045,7 @@ local.set $12 local.get $10 local.get $3 - i32.store $0 offset=8 + i32.store $0 i32.const 3 global.set $~argumentsLength local.get $9 @@ -25104,7 +25066,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -28347,7 +28309,7 @@ i32.const 11856 i32.store $0 offset=352 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -28356,8 +28318,8 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.tee $3 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $3 local.get $0 i32.store $0 @@ -28372,7 +28334,7 @@ local.set $0 local.get $3 i32.const 11856 - i32.store $0 offset=4 + i32.store $0 i32.const 0 local.set $2 i32.const 0 @@ -28544,7 +28506,7 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -28684,7 +28646,7 @@ i32.const 12288 i32.store $0 offset=352 local.get $1 - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -28693,8 +28655,8 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.tee $1 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $1 local.get $0 i32.store $0 @@ -28709,13 +28671,13 @@ local.set $0 local.get $1 i32.const 12288 - i32.store $0 offset=4 + i32.store $0 local.get $2 local.get $0 call $~lib/util/string/joinFloatArray local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -29098,7 +29060,7 @@ i32.const 11856 i32.store $0 offset=4 local.get $1 - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -29107,8 +29069,8 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.tee $2 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $2 local.get $0 i32.store $0 @@ -29123,7 +29085,7 @@ local.set $3 local.get $2 i32.const 11856 - i32.store $0 offset=4 + i32.store $0 i32.const 0 local.set $0 i32.const 0 @@ -29271,7 +29233,7 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -29325,7 +29287,7 @@ i32.const 11856 i32.store $0 offset=4 local.get $1 - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -29334,8 +29296,8 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.tee $2 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $2 local.get $0 i32.store $0 @@ -29350,7 +29312,7 @@ local.set $3 local.get $2 i32.const 11856 - i32.store $0 offset=4 + i32.store $0 i32.const 0 local.set $0 i32.const 0 @@ -29498,7 +29460,7 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -29582,7 +29544,7 @@ i32.const 11856 i32.store $0 offset=4 local.get $1 - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -29591,8 +29553,8 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.tee $1 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $1 local.get $0 i32.store $0 @@ -29607,13 +29569,13 @@ local.set $0 local.get $1 i32.const 11856 - i32.store $0 offset=4 + i32.store $0 local.get $2 local.get $0 call $~lib/util/string/joinIntegerArray local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -29667,7 +29629,7 @@ i32.const 11856 i32.store $0 offset=4 local.get $1 - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -29676,8 +29638,8 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.tee $2 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $2 local.get $0 i32.store $0 @@ -29692,7 +29654,7 @@ local.set $3 local.get $2 i32.const 11856 - i32.store $0 offset=4 + i32.store $0 i32.const 0 local.set $0 i32.const 0 @@ -30023,7 +29985,7 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -30164,7 +30126,7 @@ i32.const 11856 i32.store $0 offset=4 local.get $0 - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -30173,8 +30135,8 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.tee $0 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $0 local.get $1 i32.store $0 @@ -30189,7 +30151,7 @@ local.set $3 local.get $0 i32.const 11856 - i32.store $0 offset=4 + i32.store $0 i32.const 0 local.set $1 local.get $0 @@ -30355,7 +30317,7 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -30434,7 +30396,7 @@ i32.const 11856 i32.store $0 offset=4 local.get $0 - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -30443,8 +30405,8 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.tee $0 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $0 local.get $1 i32.store $0 @@ -30459,7 +30421,7 @@ local.set $3 local.get $0 i32.const 11856 - i32.store $0 offset=4 + i32.store $0 i32.const 0 local.set $1 local.get $0 @@ -30625,7 +30587,7 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -30712,7 +30674,7 @@ i32.const 11856 i32.store $0 offset=4 local.get $0 - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -30721,8 +30683,8 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.tee $0 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $0 local.get $1 i32.store $0 @@ -30737,7 +30699,7 @@ local.set $3 local.get $0 i32.const 11856 - i32.store $0 offset=4 + i32.store $0 i32.const 0 local.set $1 local.get $0 @@ -30903,7 +30865,7 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -31414,7 +31376,7 @@ i32.const 15984 i32.store $0 offset=52 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -31423,11 +31385,9 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.tee $1 - i64.const 0 - i64.store $0 - local.get $1 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.const 20 + memory.fill $0 local.get $1 local.get $2 i32.store $0 @@ -31467,7 +31427,7 @@ global.get $~lib/memory/__stack_pointer local.tee $9 local.get $2 - i32.store $0 offset=8 + i32.store $0 offset=12 local.get $9 local.get $1 i32.const 2 @@ -31492,7 +31452,7 @@ i32.load $0 call_indirect $0 (type $i32_i32_i32_=>_i32) local.tee $9 - i32.store $0 offset=12 + i32.store $0 offset=16 local.get $8 local.get $10 i32.add @@ -31513,7 +31473,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/arraybuffer.debug.wat b/tests/compiler/std/arraybuffer.debug.wat index 2021918c55..8a91cfb438 100644 --- a/tests/compiler/std/arraybuffer.debug.wat +++ b/tests/compiler/std/arraybuffer.debug.wat @@ -3376,13 +3376,13 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 24 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 + i32.const 24 memory.fill $0 memory.size $0 i32.const 16 @@ -3827,7 +3827,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=16 + i32.store $0 offset=20 local.get $5 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $5 @@ -3859,7 +3859,7 @@ global.set $~lib/memory/__stack_pointer call $~lib/rt/itcms/__collect global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/std/arraybuffer.release.wat b/tests/compiler/std/arraybuffer.release.wat index 9080c7e14f..deba42487f 100644 --- a/tests/compiler/std/arraybuffer.release.wat +++ b/tests/compiler/std/arraybuffer.release.wat @@ -1852,7 +1852,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 24 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner1 @@ -1863,7 +1863,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.const 20 + i32.const 24 memory.fill $0 memory.size $0 i32.const 16 @@ -2352,7 +2352,7 @@ i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=16 + i32.store $0 offset=20 global.get $~lib/memory/__stack_pointer local.get $3 i32.load $0 @@ -2534,7 +2534,7 @@ i32.add global.set $~lib/rt/itcms/threshold global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/std/console.debug.wat b/tests/compiler/std/console.debug.wat index e39c7486b3..42f358de18 100644 --- a/tests/compiler/std/console.debug.wat +++ b/tests/compiler/std/console.debug.wat @@ -255,13 +255,13 @@ (func $start:std/console (local $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 i32.const 0 i32.const 32 local.set $0 @@ -282,116 +282,116 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 local.get $0 call $~lib/console/console.log i32.const 144 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 local.get $0 call $~lib/console/console.debug i32.const 192 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 local.get $0 call $~lib/console/console.info i32.const 240 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 local.get $0 call $~lib/console/console.warn i32.const 288 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 local.get $0 call $~lib/console/console.error i32.const 336 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 local.get $0 call $~lib/console/console.time i32.const 336 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 local.get $0 call $~lib/console/console.timeLog i32.const 336 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 local.get $0 call $~lib/console/console.timeEnd i32.const 384 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 local.get $0 call $~lib/console/console.timeLog i32.const 384 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 local.get $0 call $~lib/console/console.timeEnd i32.const 432 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 local.get $0 call $~lib/console/console.time i32.const 432 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 local.get $0 call $~lib/console/console.time i32.const 480 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 local.get $0 call $~lib/console/console.log i32.const 512 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 local.get $0 call $~lib/console/console.log i32.const 544 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 local.get $0 call $~lib/console/console.log i32.const 576 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 local.get $0 call $~lib/console/console.log global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/std/console.release.wat b/tests/compiler/std/console.release.wat index ce34d94bb7..17a3804d41 100644 --- a/tests/compiler/std/console.release.wat +++ b/tests/compiler/std/console.release.wat @@ -48,7 +48,7 @@ (func $~start (local $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -58,8 +58,8 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer local.tee $0 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $0 i32.const 1056 i32.store $0 @@ -74,12 +74,12 @@ call $~lib/console/console.assert global.get $~lib/memory/__stack_pointer i32.const 1120 - i32.store $0 offset=4 + i32.store $0 i32.const 1120 call $~lib/console/console.log global.get $~lib/memory/__stack_pointer i32.const 1168 - i32.store $0 offset=4 + i32.store $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -103,7 +103,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1216 - i32.store $0 offset=4 + i32.store $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -127,7 +127,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1264 - i32.store $0 offset=4 + i32.store $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -151,7 +151,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1312 - i32.store $0 offset=4 + i32.store $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -175,61 +175,61 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1360 - i32.store $0 offset=4 + i32.store $0 i32.const 1360 call $~lib/console/console.time global.get $~lib/memory/__stack_pointer i32.const 1360 - i32.store $0 offset=4 + i32.store $0 i32.const 1360 call $~lib/console/console.timeLog global.get $~lib/memory/__stack_pointer i32.const 1360 - i32.store $0 offset=4 + i32.store $0 i32.const 1360 call $~lib/console/console.timeEnd global.get $~lib/memory/__stack_pointer i32.const 1408 - i32.store $0 offset=4 + i32.store $0 i32.const 1408 call $~lib/console/console.timeLog global.get $~lib/memory/__stack_pointer i32.const 1408 - i32.store $0 offset=4 + i32.store $0 i32.const 1408 call $~lib/console/console.timeEnd global.get $~lib/memory/__stack_pointer i32.const 1456 - i32.store $0 offset=4 + i32.store $0 i32.const 1456 call $~lib/console/console.time global.get $~lib/memory/__stack_pointer i32.const 1456 - i32.store $0 offset=4 + i32.store $0 i32.const 1456 call $~lib/console/console.time global.get $~lib/memory/__stack_pointer i32.const 1504 - i32.store $0 offset=4 + i32.store $0 i32.const 1504 call $~lib/console/console.log global.get $~lib/memory/__stack_pointer i32.const 1536 - i32.store $0 offset=4 + i32.store $0 i32.const 1536 call $~lib/console/console.log global.get $~lib/memory/__stack_pointer i32.const 1568 - i32.store $0 offset=4 + i32.store $0 i32.const 1568 call $~lib/console/console.log global.get $~lib/memory/__stack_pointer i32.const 1600 - i32.store $0 offset=4 + i32.store $0 i32.const 1600 call $~lib/console/console.log global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/std/dataview.debug.wat b/tests/compiler/std/dataview.debug.wat index 129a593460..1fd092614d 100644 --- a/tests/compiler/std/dataview.debug.wat +++ b/tests/compiler/std/dataview.debug.wat @@ -4342,7 +4342,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $2 local.get $0 local.set $2 @@ -6541,7 +6541,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $2 i32.const 0 i32.const 1 diff --git a/tests/compiler/std/dataview.release.wat b/tests/compiler/std/dataview.release.wat index 5d6b455034..b660db363b 100644 --- a/tests/compiler/std/dataview.release.wat +++ b/tests/compiler/std/dataview.release.wat @@ -3308,7 +3308,7 @@ local.get $2 i32.load $0 local.tee $3 - i32.store $0 offset=8 + i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer local.get $2 i32.store $0 offset=8 @@ -5232,7 +5232,7 @@ local.get $2 i32.load $0 local.tee $2 - i32.store $0 offset=8 + i32.store $0 offset=4 i32.const 1 global.set $~argumentsLength local.get $0 diff --git a/tests/compiler/std/date.debug.wat b/tests/compiler/std/date.debug.wat index bcef75a417..3557776ad2 100644 --- a/tests/compiler/std/date.debug.wat +++ b/tests/compiler/std/date.debug.wat @@ -5143,13 +5143,13 @@ (local $18 i32) (local $19 i32) global.get $~lib/memory/__stack_pointer - i32.const 68 + i32.const 64 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 68 + i32.const 64 memory.fill $0 local.get $this local.set $19 @@ -5319,7 +5319,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=64 + i32.store $0 offset=4 local.get $19 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2592 @@ -5333,7 +5333,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=64 + i32.store $0 offset=4 local.get $19 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2592 @@ -5347,7 +5347,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=64 + i32.store $0 offset=4 local.get $19 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2592 @@ -5361,7 +5361,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=64 + i32.store $0 offset=4 local.get $19 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2592 @@ -5375,7 +5375,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=64 + i32.store $0 offset=4 local.get $19 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2592 @@ -5389,7 +5389,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=64 + i32.store $0 offset=4 local.get $19 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2592 @@ -5403,7 +5403,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=64 + i32.store $0 offset=4 local.get $19 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2592 @@ -5421,7 +5421,7 @@ call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $19 global.get $~lib/memory/__stack_pointer - i32.const 68 + i32.const 64 i32.add global.set $~lib/memory/__stack_pointer local.get $19 @@ -5545,13 +5545,13 @@ (local $19 i32) (local $20 i32) global.get $~lib/memory/__stack_pointer - i32.const 56 + i32.const 52 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 56 + i32.const 52 memory.fill $0 global.get $~lib/memory/__stack_pointer i32.const 28 @@ -5747,12 +5747,12 @@ local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=52 + i32.store $0 offset=48 local.get $20 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $20 global.get $~lib/memory/__stack_pointer - i32.const 56 + i32.const 52 i32.add global.set $~lib/memory/__stack_pointer local.get $20 @@ -5767,13 +5767,13 @@ (local $6 i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 32 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 36 + i32.const 32 memory.fill $0 global.get $~lib/memory/__stack_pointer local.get $this @@ -5875,12 +5875,12 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=32 + i32.store $0 offset=28 local.get $7 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 32 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -5914,13 +5914,13 @@ (local $25 i32) (local $26 i32) global.get $~lib/memory/__stack_pointer - i32.const 80 + i32.const 76 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 80 + i32.const 76 memory.fill $0 global.get $~lib/memory/__stack_pointer i32.const 28 @@ -6206,12 +6206,12 @@ local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=76 + i32.store $0 offset=72 local.get $26 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $26 global.get $~lib/memory/__stack_pointer - i32.const 80 + i32.const 76 i32.add global.set $~lib/memory/__stack_pointer local.get $26 diff --git a/tests/compiler/std/date.release.wat b/tests/compiler/std/date.release.wat index 51c30d67aa..ecc147d17d 100644 --- a/tests/compiler/std/date.release.wat +++ b/tests/compiler/std/date.release.wat @@ -3651,8 +3651,8 @@ (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 68 - i32.sub + i32.const -64 + i32.add global.set $~lib/memory/__stack_pointer block $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -3662,7 +3662,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 68 + i32.const 64 memory.fill $0 local.get $2 local.get $0 @@ -3885,7 +3885,7 @@ i32.store $0 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=64 + i32.store $0 offset=4 i32.const 3616 i32.const 0 local.get $1 @@ -3895,7 +3895,7 @@ i32.store $0 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=64 + i32.store $0 offset=4 i32.const 3616 i32.const 2 local.get $2 @@ -3905,7 +3905,7 @@ i32.store $0 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=64 + i32.store $0 offset=4 i32.const 3616 i32.const 4 local.get $3 @@ -3915,7 +3915,7 @@ i32.store $0 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=64 + i32.store $0 offset=4 i32.const 3616 i32.const 6 local.get $4 @@ -3925,7 +3925,7 @@ i32.store $0 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=64 + i32.store $0 offset=4 i32.const 3616 i32.const 8 local.get $5 @@ -3935,7 +3935,7 @@ i32.store $0 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=64 + i32.store $0 offset=4 i32.const 3616 i32.const 10 local.get $6 @@ -3945,7 +3945,7 @@ i32.store $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=64 + i32.store $0 offset=4 i32.const 3616 i32.const 12 local.get $0 @@ -3960,8 +3960,8 @@ call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 68 - i32.add + i32.const -64 + i32.sub global.set $~lib/memory/__stack_pointer local.get $0 return @@ -4071,7 +4071,7 @@ (local $6 i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 56 + i32.const 52 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -4088,7 +4088,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.const 56 + i32.const 52 memory.fill $0 i32.const 28 i32.const 5 @@ -4305,12 +4305,12 @@ i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer i32.const 3456 - i32.store $0 offset=52 + i32.store $0 offset=48 i32.const 5152 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 56 + i32.const 52 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -4319,7 +4319,7 @@ (local $1 i32) (local $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 32 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -4336,7 +4336,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.const 36 + i32.const 32 memory.fill $0 local.get $1 local.get $0 @@ -4412,12 +4412,12 @@ i32.store $0 global.get $~lib/memory/__stack_pointer i32.const 3456 - i32.store $0 offset=32 + i32.store $0 offset=28 i32.const 5456 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 32 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -4432,7 +4432,7 @@ (local $7 i32) (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 80 + i32.const 76 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -4449,7 +4449,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.const 80 + i32.const 76 memory.fill $0 i32.const 28 i32.const 5 @@ -4735,12 +4735,12 @@ i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer i32.const 3456 - i32.store $0 offset=76 + i32.store $0 offset=72 i32.const 6368 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 80 + i32.const 76 i32.add global.set $~lib/memory/__stack_pointer local.get $0 diff --git a/tests/compiler/std/staticarray.debug.wat b/tests/compiler/std/staticarray.debug.wat index 46165bea4d..46375ecaea 100644 --- a/tests/compiler/std/staticarray.debug.wat +++ b/tests/compiler/std/staticarray.debug.wat @@ -5972,16 +5972,13 @@ (local $result i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store $0 offset=8 local.get $this local.set $7 global.get $~lib/memory/__stack_pointer @@ -6024,7 +6021,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store $0 local.get $7 i32.const 3 global.set $~argumentsLength @@ -6051,7 +6048,7 @@ local.get $out local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -6062,13 +6059,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 i32.const 0 local.set $i local.get $this @@ -6095,7 +6092,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 i32.const 3 global.set $~argumentsLength @@ -6110,7 +6107,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -6301,7 +6298,7 @@ (local $value i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -6310,9 +6307,6 @@ i64.store $0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 0 i32.const 2 i32.const 7 i32.const 0 @@ -6347,7 +6341,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $6 i32.const 3 global.set $~argumentsLength @@ -6375,7 +6369,7 @@ local.get $result local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -6387,13 +6381,13 @@ (local $len i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $initialValue local.set $acc i32.const 0 @@ -6423,7 +6417,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store $0 local.get $6 i32.const 4 global.set $~argumentsLength @@ -6441,7 +6435,7 @@ local.get $acc local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -6452,13 +6446,13 @@ (local $i i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $initialValue local.set $acc local.get $this @@ -6488,7 +6482,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store $0 local.get $5 i32.const 4 global.set $~argumentsLength @@ -6506,7 +6500,7 @@ local.get $acc local.set $5 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $5 @@ -6517,13 +6511,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 i32.const 0 local.set $i local.get $this @@ -6550,7 +6544,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 i32.const 3 global.set $~argumentsLength @@ -6561,7 +6555,7 @@ i32.const 1 local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -6577,7 +6571,7 @@ i32.const 0 local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -6588,13 +6582,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 i32.const 0 local.set $i local.get $this @@ -6621,7 +6615,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 i32.const 3 global.set $~argumentsLength @@ -6633,7 +6627,7 @@ i32.const 0 local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -6649,7 +6643,7 @@ i32.const 1 local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -6660,13 +6654,13 @@ (local $len i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 i32.const 0 local.set $i local.get $this @@ -6693,7 +6687,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store $0 local.get $4 i32.const 3 global.set $~argumentsLength @@ -6704,7 +6698,7 @@ local.get $i local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -6720,7 +6714,7 @@ i32.const -1 local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -6730,13 +6724,13 @@ (local $i i32) (local $3 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $this local.set $3 global.get $~lib/memory/__stack_pointer @@ -6763,7 +6757,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store $0 local.get $3 i32.const 3 global.set $~argumentsLength @@ -6774,7 +6768,7 @@ local.get $i local.set $3 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -6790,7 +6784,7 @@ i32.const -1 local.set $3 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -6830,16 +6824,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store $0 local.get $len i32.const 48 i32.le_s @@ -6849,7 +6840,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -6955,7 +6946,7 @@ select i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -6974,7 +6965,7 @@ local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -7041,7 +7032,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -7096,7 +7087,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -7176,7 +7167,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -7253,7 +7244,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns end @@ -7269,7 +7260,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/std/staticarray.release.wat b/tests/compiler/std/staticarray.release.wat index e074cbf905..47b2b837b5 100644 --- a/tests/compiler/std/staticarray.release.wat +++ b/tests/compiler/std/staticarray.release.wat @@ -3990,7 +3990,7 @@ (local $9 i32) (local $10 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner1 @@ -4004,9 +4004,6 @@ i64.store $0 local.get $1 i32.const 0 - i32.store $0 offset=8 - local.get $1 - i32.const 0 i32.const 7 i32.const 0 call $~lib/rt/__newArray @@ -4036,7 +4033,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store $0 offset=4 i32.const 3 global.set $~argumentsLength local.get $9 @@ -4227,7 +4224,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -4245,7 +4242,7 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -4261,8 +4258,8 @@ end global.get $~lib/memory/__stack_pointer local.tee $3 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $3 local.get $0 i32.store $0 @@ -4287,7 +4284,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 i32.const 3 global.set $~argumentsLength local.get $4 @@ -4298,7 +4295,7 @@ call_indirect $0 (type $i32_i32_i32_=>_i32) if global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 1 @@ -4312,7 +4309,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 0 @@ -4322,7 +4319,7 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -4338,8 +4335,8 @@ end global.get $~lib/memory/__stack_pointer local.tee $3 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $3 local.get $0 i32.store $0 @@ -4364,7 +4361,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 i32.const 3 global.set $~argumentsLength local.get $4 @@ -4376,7 +4373,7 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 0 @@ -4390,7 +4387,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 1 @@ -4400,7 +4397,7 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -4416,8 +4413,8 @@ end global.get $~lib/memory/__stack_pointer local.tee $3 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $3 local.get $0 i32.store $0 @@ -4442,7 +4439,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 i32.const 3 global.set $~argumentsLength local.get $4 @@ -4453,7 +4450,7 @@ call_indirect $0 (type $i32_i32_i32_=>_i32) if global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -4467,7 +4464,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const -1 @@ -4476,7 +4473,7 @@ (local $2 i32) (local $3 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -4492,8 +4489,8 @@ end global.get $~lib/memory/__stack_pointer local.tee $2 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $2 local.get $0 i32.store $0 @@ -4520,7 +4517,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store $0 i32.const 3 global.set $~argumentsLength local.get $3 @@ -4531,7 +4528,7 @@ call_indirect $0 (type $i32_i32_i32_=>_i32) if global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -4545,7 +4542,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const -1 @@ -4564,7 +4561,7 @@ (local $13 i64) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -4579,12 +4576,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - i64.const 0 - i64.store $0 - local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store $0 block $folding-inner0 local.get $1 i32.const 48 @@ -4757,7 +4750,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 i32.const 0 local.get $1 @@ -4800,7 +4793,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 local.get $4 i32.const 1 @@ -4890,7 +4883,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $8 local.get $3 @@ -4959,7 +4952,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $3 local.get $4 @@ -4980,13 +4973,13 @@ local.get $10 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -7342,7 +7335,7 @@ i32.const 3248 i32.store $0 offset=24 local.get $0 - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -7354,9 +7347,6 @@ i64.const 0 i64.store $0 local.get $0 - i32.const 0 - i32.store $0 offset=8 - local.get $0 local.get $5 i32.store $0 local.get $0 @@ -7395,7 +7385,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store $0 i32.const 3 global.set $~argumentsLength local.get $4 @@ -7416,7 +7406,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -7478,7 +7468,7 @@ i32.const 3280 i32.store $0 offset=24 local.get $0 - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -7487,8 +7477,8 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer local.tee $1 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 i32.const 0 local.set $0 local.get $1 @@ -7515,7 +7505,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store $0 i32.const 3 global.set $~argumentsLength local.get $4 @@ -7532,7 +7522,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $std/staticarray/maxVal @@ -7615,7 +7605,7 @@ i32.const 0 local.set $0 local.get $1 - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -7624,8 +7614,8 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer local.tee $4 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 i32.const 0 local.set $1 local.get $4 @@ -7652,7 +7642,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store $0 i32.const 4 global.set $~argumentsLength local.get $0 @@ -7671,7 +7661,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -7695,7 +7685,7 @@ i32.const 0 local.set $0 local.get $1 - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -7704,8 +7694,8 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer local.tee $1 - i64.const 0 - i64.store $0 + i32.const 0 + i32.store $0 local.get $1 local.get $5 i32.store $0 @@ -7732,7 +7722,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store $0 i32.const 4 global.set $~argumentsLength local.get $0 @@ -7751,7 +7741,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 diff --git a/tests/compiler/std/string.debug.wat b/tests/compiler/std/string.debug.wat index 594709c44f..5e90c52111 100644 --- a/tests/compiler/std/string.debug.wat +++ b/tests/compiler/std/string.debug.wat @@ -12855,7 +12855,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $55 call $~lib/string/String#padStart local.set $55 @@ -12890,7 +12890,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $55 call $~lib/string/String#padStart local.set $55 @@ -12925,7 +12925,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $55 call $~lib/string/String#padStart local.set $55 @@ -12960,7 +12960,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $55 call $~lib/string/String#padStart local.set $55 @@ -12995,7 +12995,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $55 call $~lib/string/String#padStart local.set $55 @@ -13030,7 +13030,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $55 call $~lib/string/String#padStart local.set $55 @@ -13065,7 +13065,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $55 call $~lib/string/String#padStart local.set $55 @@ -13100,7 +13100,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $55 call $~lib/string/String#padStart local.set $55 @@ -13135,7 +13135,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $55 call $~lib/string/String#padEnd local.set $55 @@ -13170,7 +13170,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $55 call $~lib/string/String#padEnd local.set $55 @@ -13205,7 +13205,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $55 call $~lib/string/String#padEnd local.set $55 @@ -13240,7 +13240,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $55 call $~lib/string/String#padEnd local.set $55 @@ -13275,7 +13275,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $55 call $~lib/string/String#padEnd local.set $55 @@ -13310,7 +13310,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $55 call $~lib/string/String#padEnd local.set $55 @@ -13345,7 +13345,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $55 call $~lib/string/String#padEnd local.set $55 @@ -13380,7 +13380,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $55 call $~lib/string/String#padEnd local.set $55 @@ -14539,7 +14539,7 @@ global.get $~lib/memory/__stack_pointer i32.const 2128 local.tee $6 - i32.store $0 offset=20 + i32.store $0 offset=16 local.get $6 local.set $55 global.get $~lib/memory/__stack_pointer @@ -14566,7 +14566,7 @@ global.get $~lib/memory/__stack_pointer i32.const 2176 local.tee $7 - i32.store $0 offset=24 + i32.store $0 offset=20 local.get $7 local.set $55 global.get $~lib/memory/__stack_pointer @@ -14593,7 +14593,7 @@ global.get $~lib/memory/__stack_pointer i32.const 2224 local.tee $8 - i32.store $0 offset=28 + i32.store $0 offset=24 local.get $8 local.set $55 global.get $~lib/memory/__stack_pointer @@ -14620,7 +14620,7 @@ global.get $~lib/memory/__stack_pointer i32.const 688 local.tee $9 - i32.store $0 offset=32 + i32.store $0 offset=28 local.get $9 local.set $55 global.get $~lib/memory/__stack_pointer @@ -14647,7 +14647,7 @@ global.get $~lib/memory/__stack_pointer i32.const 2272 local.tee $10 - i32.store $0 offset=36 + i32.store $0 offset=32 local.get $10 local.set $55 global.get $~lib/memory/__stack_pointer @@ -14674,7 +14674,7 @@ global.get $~lib/memory/__stack_pointer i32.const 2304 local.tee $11 - i32.store $0 offset=40 + i32.store $0 offset=36 local.get $11 local.set $55 global.get $~lib/memory/__stack_pointer @@ -14701,7 +14701,7 @@ global.get $~lib/memory/__stack_pointer i32.const 2336 local.tee $12 - i32.store $0 offset=44 + i32.store $0 offset=40 local.get $12 local.set $55 global.get $~lib/memory/__stack_pointer @@ -15511,7 +15511,7 @@ global.get $~lib/memory/__stack_pointer i32.const 3632 local.tee $22 - i32.store $0 offset=48 + i32.store $0 offset=44 local.get $22 local.set $55 global.get $~lib/memory/__stack_pointer @@ -15538,7 +15538,7 @@ global.get $~lib/memory/__stack_pointer i32.const 3632 local.tee $24 - i32.store $0 offset=52 + i32.store $0 offset=48 local.get $24 local.set $55 global.get $~lib/memory/__stack_pointer @@ -15583,7 +15583,7 @@ global.get $~lib/memory/__stack_pointer i32.const 3856 local.tee $26 - i32.store $0 offset=56 + i32.store $0 offset=52 i32.const 0 local.set $27 local.get $26 @@ -15630,7 +15630,7 @@ global.get $~lib/memory/__stack_pointer i32.const 3904 local.tee $28 - i32.store $0 offset=60 + i32.store $0 offset=56 i32.const 0 local.set $29 local.get $28 @@ -17898,7 +17898,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String.__concat local.set $55 @@ -19838,7 +19838,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replace local.set $55 @@ -19878,7 +19878,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replace local.set $55 @@ -19918,7 +19918,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replace local.set $55 @@ -19958,7 +19958,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replace local.set $55 @@ -19998,7 +19998,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replace local.set $55 @@ -20038,7 +20038,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replace local.set $55 @@ -20078,7 +20078,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replace local.set $55 @@ -20118,7 +20118,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replace local.set $55 @@ -20158,7 +20158,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replace local.set $55 @@ -20198,7 +20198,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replace local.set $55 @@ -20238,7 +20238,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replace local.set $55 @@ -20278,7 +20278,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replace local.set $55 @@ -20318,7 +20318,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replace local.set $55 @@ -20358,7 +20358,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -20398,7 +20398,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -20438,7 +20438,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -20478,7 +20478,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -20518,7 +20518,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -20558,7 +20558,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -20598,7 +20598,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -20638,7 +20638,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -20678,7 +20678,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -20718,7 +20718,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -20758,7 +20758,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -20798,7 +20798,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -20838,7 +20838,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -20878,7 +20878,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -20918,7 +20918,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -20958,7 +20958,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -20998,7 +20998,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -21038,7 +21038,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -21078,7 +21078,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -21118,7 +21118,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -21158,7 +21158,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -21198,7 +21198,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -21238,7 +21238,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -21278,7 +21278,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 @@ -21318,7 +21318,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 diff --git a/tests/compiler/std/string.release.wat b/tests/compiler/std/string.release.wat index db65c7ba36..15345f5036 100644 --- a/tests/compiler/std/string.release.wat +++ b/tests/compiler/std/string.release.wat @@ -11132,7 +11132,7 @@ i32.store $0 offset=8 local.get $0 i32.const 2272 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $1 i32.const 0 i32.const 2272 @@ -11164,7 +11164,7 @@ i32.store $0 offset=8 local.get $0 i32.const 2272 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $1 i32.const 15 i32.const 2272 @@ -11195,7 +11195,7 @@ i32.store $0 offset=8 local.get $0 i32.const 2272 - i32.store $0 offset=16 + i32.store $0 offset=12 i32.const 1712 i32.const 3 i32.const 2272 @@ -11225,7 +11225,7 @@ i32.store $0 offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=16 + i32.store $0 offset=12 i32.const 1712 i32.const 10 i32.const 1712 @@ -11255,7 +11255,7 @@ i32.store $0 offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=16 + i32.store $0 offset=12 i32.const 1808 i32.const 100 i32.const 1712 @@ -11285,7 +11285,7 @@ i32.store $0 offset=8 local.get $0 i32.const 2272 - i32.store $0 offset=16 + i32.store $0 offset=12 i32.const 2336 i32.const 5 i32.const 2272 @@ -11315,7 +11315,7 @@ i32.store $0 offset=8 local.get $0 i32.const 2400 - i32.store $0 offset=16 + i32.store $0 offset=12 i32.const 2336 i32.const 6 i32.const 2400 @@ -11345,7 +11345,7 @@ i32.store $0 offset=8 local.get $0 i32.const 2400 - i32.store $0 offset=16 + i32.store $0 offset=12 i32.const 2336 i32.const 8 i32.const 2400 @@ -11376,7 +11376,7 @@ i32.store $0 offset=8 local.get $0 i32.const 2272 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $1 i32.const 0 i32.const 2272 @@ -11408,7 +11408,7 @@ i32.store $0 offset=8 local.get $0 i32.const 2272 - i32.store $0 offset=16 + i32.store $0 offset=12 local.get $1 i32.const 15 i32.const 2272 @@ -11439,7 +11439,7 @@ i32.store $0 offset=8 local.get $0 i32.const 2272 - i32.store $0 offset=16 + i32.store $0 offset=12 i32.const 1712 i32.const 3 i32.const 2272 @@ -11469,7 +11469,7 @@ i32.store $0 offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=16 + i32.store $0 offset=12 i32.const 1712 i32.const 10 i32.const 1712 @@ -11499,7 +11499,7 @@ i32.store $0 offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=16 + i32.store $0 offset=12 i32.const 1808 i32.const 100 i32.const 1712 @@ -11529,7 +11529,7 @@ i32.store $0 offset=8 local.get $0 i32.const 2272 - i32.store $0 offset=16 + i32.store $0 offset=12 i32.const 2336 i32.const 5 i32.const 2272 @@ -11559,7 +11559,7 @@ i32.store $0 offset=8 local.get $0 i32.const 2336 - i32.store $0 offset=16 + i32.store $0 offset=12 i32.const 2336 i32.const 6 i32.const 2336 @@ -11589,7 +11589,7 @@ i32.store $0 offset=8 local.get $0 i32.const 2336 - i32.store $0 offset=16 + i32.store $0 offset=12 i32.const 2336 i32.const 8 i32.const 2336 @@ -12570,7 +12570,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 3152 - i32.store $0 offset=20 + i32.store $0 offset=16 local.get $0 i32.const 3152 i32.store $0 @@ -12588,7 +12588,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 3200 - i32.store $0 offset=24 + i32.store $0 offset=20 local.get $0 i32.const 3200 i32.store $0 @@ -12606,7 +12606,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 3248 - i32.store $0 offset=28 + i32.store $0 offset=24 local.get $0 i32.const 3248 i32.store $0 @@ -12623,7 +12623,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 offset=32 + i32.store $0 offset=28 local.get $0 i32.const 1712 i32.store $0 @@ -12640,7 +12640,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 3296 - i32.store $0 offset=36 + i32.store $0 offset=32 local.get $0 i32.const 3296 i32.store $0 @@ -12657,7 +12657,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 3328 - i32.store $0 offset=40 + i32.store $0 offset=36 local.get $0 i32.const 3328 i32.store $0 @@ -12674,7 +12674,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 3360 - i32.store $0 offset=44 + i32.store $0 offset=40 local.get $0 i32.const 3360 i32.store $0 @@ -13368,7 +13368,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 4656 - i32.store $0 offset=48 + i32.store $0 offset=44 local.get $0 i32.const 4656 i32.store $0 @@ -13389,7 +13389,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 4656 - i32.store $0 offset=52 + i32.store $0 offset=48 local.get $0 i32.const 4656 i32.store $0 @@ -13445,7 +13445,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 4880 - i32.store $0 offset=56 + i32.store $0 offset=52 local.get $0 i32.const 4880 i32.store $0 @@ -13499,7 +13499,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 4928 - i32.store $0 offset=60 + i32.store $0 offset=56 local.get $0 i32.const 4928 i32.store $0 @@ -15396,7 +15396,7 @@ i32.store $0 offset=12 global.get $~lib/memory/__stack_pointer i32.const 10288 - i32.store $0 offset=16 + i32.store $0 offset=60 local.get $0 i32.const 10288 call $~lib/string/String.__concat @@ -17040,7 +17040,7 @@ i32.store $0 offset=12 local.get $0 i32.const 1712 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 1712 i32.const 1712 i32.const 1712 @@ -17073,7 +17073,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 1712 i32.const 1712 i32.const 4592 @@ -17106,7 +17106,7 @@ i32.store $0 offset=12 local.get $0 i32.const 1712 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 4592 i32.const 4592 i32.const 1712 @@ -17139,7 +17139,7 @@ i32.store $0 offset=12 local.get $0 i32.const 1712 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 4592 i32.const 1712 i32.const 1712 @@ -17172,7 +17172,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2336 i32.const 4560 i32.const 4592 @@ -17205,7 +17205,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2336 i32.const 2336 i32.const 4592 @@ -17238,7 +17238,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2336 i32.const 2912 i32.const 4592 @@ -17271,7 +17271,7 @@ i32.store $0 offset=12 local.get $0 i32.const 13392 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2336 i32.const 13392 i32.const 13392 @@ -17304,7 +17304,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 14304 i32.const 4560 i32.const 4592 @@ -17337,7 +17337,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2336 i32.const 1712 i32.const 4592 @@ -17370,7 +17370,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 14400 i32.const 14432 i32.const 4592 @@ -17403,7 +17403,7 @@ i32.store $0 offset=12 local.get $0 i32.const 14496 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2336 i32.const 14464 i32.const 14496 @@ -17436,7 +17436,7 @@ i32.store $0 offset=12 local.get $0 i32.const 1712 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2336 i32.const 14464 i32.const 1712 @@ -17469,7 +17469,7 @@ i32.store $0 offset=12 local.get $0 i32.const 2336 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 1712 i32.const 1712 i32.const 2336 @@ -17502,7 +17502,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2336 i32.const 4560 i32.const 4592 @@ -17535,7 +17535,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2544 i32.const 2336 i32.const 4592 @@ -17568,7 +17568,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 14560 i32.const 2336 i32.const 4592 @@ -17601,7 +17601,7 @@ i32.store $0 offset=12 local.get $0 i32.const 13392 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2544 i32.const 13392 i32.const 13392 @@ -17634,7 +17634,7 @@ i32.store $0 offset=12 local.get $0 i32.const 14608 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 14640 i32.const 1808 i32.const 14608 @@ -17667,7 +17667,7 @@ i32.store $0 offset=12 local.get $0 i32.const 14496 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2544 i32.const 13392 i32.const 14496 @@ -17700,7 +17700,7 @@ i32.store $0 offset=12 local.get $0 i32.const 14496 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 14768 i32.const 14800 i32.const 14496 @@ -17733,7 +17733,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2336 i32.const 2912 i32.const 4592 @@ -17766,7 +17766,7 @@ i32.store $0 offset=12 local.get $0 i32.const 14496 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2912 i32.const 14864 i32.const 14496 @@ -17799,7 +17799,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2336 i32.const 14896 i32.const 4592 @@ -17832,7 +17832,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 13392 i32.const 13392 i32.const 4592 @@ -17865,7 +17865,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 14304 i32.const 4560 i32.const 4592 @@ -17898,7 +17898,7 @@ i32.store $0 offset=12 local.get $0 i32.const 1712 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 1712 i32.const 1712 i32.const 1712 @@ -17931,7 +17931,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 1712 i32.const 1712 i32.const 4592 @@ -17964,7 +17964,7 @@ i32.store $0 offset=12 local.get $0 i32.const 1712 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 4592 i32.const 4592 i32.const 1712 @@ -17997,7 +17997,7 @@ i32.store $0 offset=12 local.get $0 i32.const 1712 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 4592 i32.const 1712 i32.const 1712 @@ -18030,7 +18030,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4560 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2336 i32.const 2336 i32.const 4560 @@ -18063,7 +18063,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4560 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2336 i32.const 2816 i32.const 4560 @@ -18096,7 +18096,7 @@ i32.store $0 offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2336 i32.const 1712 i32.const 4592 @@ -18129,7 +18129,7 @@ i32.store $0 offset=12 local.get $0 i32.const 1712 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 2336 i32.const 1712 i32.const 1712 @@ -18162,7 +18162,7 @@ i32.store $0 offset=12 local.get $0 i32.const 15072 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 15040 i32.const 1808 i32.const 15072 @@ -18195,7 +18195,7 @@ i32.store $0 offset=12 local.get $0 i32.const 15152 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 13392 i32.const 13392 i32.const 15152 @@ -18228,7 +18228,7 @@ i32.store $0 offset=12 local.get $0 i32.const 15184 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 14112 i32.const 1808 i32.const 15184 @@ -18261,7 +18261,7 @@ i32.store $0 offset=12 local.get $0 i32.const 15072 - i32.store $0 offset=16 + i32.store $0 offset=60 i32.const 14112 i32.const 13840 i32.const 15072 diff --git a/tests/compiler/std/symbol.debug.wat b/tests/compiler/std/symbol.debug.wat index 38d21d35f4..5fdd3c6a22 100644 --- a/tests/compiler/std/symbol.debug.wat +++ b/tests/compiler/std/symbol.debug.wat @@ -3661,7 +3661,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=16 + i32.store $0 offset=8 local.get $14 call $~lib/map/MapEntry<~lib/string/String,usize>#set:key local.get $newEntry @@ -3924,7 +3924,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store $0 local.get $8 call $~lib/map/MapEntry<~lib/string/String,usize>#set:key i32.const 1 @@ -4278,7 +4278,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $14 call $~lib/map/MapEntry#set:value local.get $oldEntryKey @@ -4416,7 +4416,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store $0 local.get $8 call $~lib/map/MapEntry#set:value i32.const 1 @@ -4536,7 +4536,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store $0 local.get $8 call $~lib/map/MapEntry#set:value i32.const 1 @@ -4603,16 +4603,13 @@ (local $id i32) (local $3 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store $0 offset=8 global.get $~lib/symbol/stringToId local.set $3 global.get $~lib/memory/__stack_pointer @@ -4642,7 +4639,7 @@ call $~lib/map/Map<~lib/string/String,usize>#get local.set $3 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -4686,14 +4683,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $3 call $~lib/map/Map#set drop local.get $id local.set $3 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $3 diff --git a/tests/compiler/std/symbol.release.wat b/tests/compiler/std/symbol.release.wat index daa6a5d421..1c79687c29 100644 --- a/tests/compiler/std/symbol.release.wat +++ b/tests/compiler/std/symbol.release.wat @@ -2457,7 +2457,7 @@ i32.store $0 offset=12 local.get $11 local.get $10 - i32.store $0 offset=16 + i32.store $0 offset=8 local.get $2 local.get $10 i32.store $0 @@ -2581,7 +2581,7 @@ i32.store $0 offset=16 local.get $2 i32.const 1056 - i32.store $0 offset=4 + i32.store $0 local.get $3 local.get $4 i32.const 12 @@ -2792,7 +2792,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=4 + i32.store $0 local.get $2 i32.const 1056 i32.store $0 offset=4 @@ -2930,7 +2930,7 @@ local.get $4 i32.load $0 offset=4 local.tee $11 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $2 local.get $11 i32.store $0 offset=4 @@ -3081,7 +3081,7 @@ i32.store $0 local.get $2 i32.const 1056 - i32.store $0 offset=4 + i32.store $0 local.get $3 i32.const 1056 i32.store $0 offset=4 @@ -3145,7 +3145,7 @@ (local $1 i32) (local $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner1 @@ -3159,9 +3159,6 @@ i64.const 0 i64.store $0 local.get $0 - i32.const 0 - i32.store $0 offset=8 - local.get $0 global.get $~lib/symbol/stringToId local.tee $1 i32.store $0 @@ -3287,7 +3284,7 @@ i32.store $0 global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=8 + i32.store $0 offset=4 local.get $1 local.get $0 call $~lib/map/Map#set @@ -3301,7 +3298,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 diff --git a/tests/compiler/std/typedarray.debug.wat b/tests/compiler/std/typedarray.debug.wat index 1f99d1139c..aa7cf73198 100644 --- a/tests/compiler/std/typedarray.debug.wat +++ b/tests/compiler/std/typedarray.debug.wat @@ -16406,16 +16406,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store $0 local.get $len i32.const 48 i32.le_s @@ -16425,7 +16422,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -16531,7 +16528,7 @@ select f64.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -16550,7 +16547,7 @@ local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -16617,7 +16614,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -16672,7 +16669,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -16752,7 +16749,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -16829,7 +16826,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns end @@ -16845,7 +16842,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -18267,7 +18264,7 @@ (local $k i32) (local $9 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -18275,8 +18272,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Int8Array,i8,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -18323,7 +18320,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $9 i32.const 4 global.set $~argumentsLength @@ -18343,7 +18340,7 @@ end local.set $9 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $9 @@ -18482,7 +18479,7 @@ (local $k i32) (local $9 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -18490,8 +18487,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Uint8Array,u8,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -18538,7 +18535,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $9 i32.const 4 global.set $~argumentsLength @@ -18558,7 +18555,7 @@ end local.set $9 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $9 @@ -18655,7 +18652,7 @@ (local $k i32) (local $9 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -18663,8 +18660,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Uint8ClampedArray,u8,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -18711,7 +18708,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $9 i32.const 4 global.set $~argumentsLength @@ -18731,7 +18728,7 @@ end local.set $9 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $9 @@ -18875,7 +18872,7 @@ (local $k i32) (local $9 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -18883,8 +18880,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Int16Array,i16,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -18931,7 +18928,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $9 i32.const 4 global.set $~argumentsLength @@ -18951,7 +18948,7 @@ end local.set $9 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $9 @@ -19094,7 +19091,7 @@ (local $k i32) (local $9 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -19102,8 +19099,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Uint16Array,u16,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -19150,7 +19147,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $9 i32.const 4 global.set $~argumentsLength @@ -19170,7 +19167,7 @@ end local.set $9 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $9 @@ -19267,7 +19264,7 @@ (local $k i32) (local $9 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -19275,8 +19272,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Int32Array,i32,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -19323,7 +19320,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $9 i32.const 4 global.set $~argumentsLength @@ -19343,7 +19340,7 @@ end local.set $9 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $9 @@ -19485,7 +19482,7 @@ (local $k i32) (local $9 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -19493,8 +19490,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Uint32Array,u32,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -19541,7 +19538,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $9 i32.const 4 global.set $~argumentsLength @@ -19561,7 +19558,7 @@ end local.set $9 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $9 @@ -19704,7 +19701,7 @@ (local $9 i32) (local $10 i64) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -19712,8 +19709,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Int64Array,i64,i64>|inlined.0 (result i64) global.get $~lib/memory/__stack_pointer local.get $this @@ -19760,7 +19757,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $9 i32.const 4 global.set $~argumentsLength @@ -19780,7 +19777,7 @@ end local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $10 @@ -19923,7 +19920,7 @@ (local $9 i32) (local $10 i64) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -19931,8 +19928,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Uint64Array,u64,u64>|inlined.0 (result i64) global.get $~lib/memory/__stack_pointer local.get $this @@ -19979,7 +19976,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $9 i32.const 4 global.set $~argumentsLength @@ -19999,7 +19996,7 @@ end local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $10 @@ -20142,7 +20139,7 @@ (local $9 i32) (local $10 f32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -20150,8 +20147,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Float32Array,f32,f32>|inlined.0 (result f32) global.get $~lib/memory/__stack_pointer local.get $this @@ -20198,7 +20195,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $9 i32.const 4 global.set $~argumentsLength @@ -20218,7 +20215,7 @@ end local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $10 @@ -20314,7 +20311,7 @@ (local $9 i32) (local $10 f64) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -20322,8 +20319,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Float64Array,f64,f64>|inlined.0 (result f64) global.get $~lib/memory/__stack_pointer local.get $this @@ -20370,7 +20367,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $9 i32.const 4 global.set $~argumentsLength @@ -20390,7 +20387,7 @@ end local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $10 @@ -22313,7 +22310,7 @@ (local $i i32) (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -22321,8 +22318,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int8Array,i8,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -22369,7 +22366,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $8 i32.const 4 global.set $~argumentsLength @@ -22389,7 +22386,7 @@ end local.set $8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $8 @@ -22484,7 +22481,7 @@ (local $i i32) (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -22492,8 +22489,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint8Array,u8,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -22540,7 +22537,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $8 i32.const 4 global.set $~argumentsLength @@ -22560,7 +22557,7 @@ end local.set $8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $8 @@ -22656,7 +22653,7 @@ (local $i i32) (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -22664,8 +22661,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint8ClampedArray,u8,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -22712,7 +22709,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $8 i32.const 4 global.set $~argumentsLength @@ -22732,7 +22729,7 @@ end local.set $8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $8 @@ -22828,7 +22825,7 @@ (local $i i32) (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -22836,8 +22833,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int16Array,i16,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -22884,7 +22881,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $8 i32.const 4 global.set $~argumentsLength @@ -22904,7 +22901,7 @@ end local.set $8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $8 @@ -22999,7 +22996,7 @@ (local $i i32) (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -23007,8 +23004,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint16Array,u16,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -23055,7 +23052,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $8 i32.const 4 global.set $~argumentsLength @@ -23075,7 +23072,7 @@ end local.set $8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $8 @@ -23171,7 +23168,7 @@ (local $i i32) (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -23179,8 +23176,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int32Array,i32,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -23227,7 +23224,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $8 i32.const 4 global.set $~argumentsLength @@ -23247,7 +23244,7 @@ end local.set $8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $8 @@ -23341,7 +23338,7 @@ (local $i i32) (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -23349,8 +23346,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint32Array,u32,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -23397,7 +23394,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $8 i32.const 4 global.set $~argumentsLength @@ -23417,7 +23414,7 @@ end local.set $8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $8 @@ -23512,7 +23509,7 @@ (local $8 i32) (local $9 i64) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -23520,8 +23517,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int64Array,i64,i64>|inlined.0 (result i64) global.get $~lib/memory/__stack_pointer local.get $this @@ -23568,7 +23565,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $8 i32.const 4 global.set $~argumentsLength @@ -23588,7 +23585,7 @@ end local.set $9 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $9 @@ -23683,7 +23680,7 @@ (local $8 i32) (local $9 i64) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -23691,8 +23688,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint64Array,u64,u64>|inlined.0 (result i64) global.get $~lib/memory/__stack_pointer local.get $this @@ -23739,7 +23736,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $8 i32.const 4 global.set $~argumentsLength @@ -23759,7 +23756,7 @@ end local.set $9 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $9 @@ -23854,7 +23851,7 @@ (local $8 i32) (local $9 f32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -23862,8 +23859,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Float32Array,f32,f32>|inlined.0 (result f32) global.get $~lib/memory/__stack_pointer local.get $this @@ -23910,7 +23907,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $8 i32.const 4 global.set $~argumentsLength @@ -23930,7 +23927,7 @@ end local.set $9 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $9 @@ -24025,7 +24022,7 @@ (local $8 i32) (local $9 f64) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -24033,8 +24030,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Float64Array,f64,f64>|inlined.0 (result f64) global.get $~lib/memory/__stack_pointer local.get $this @@ -24081,7 +24078,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $8 i32.const 4 global.set $~argumentsLength @@ -24101,7 +24098,7 @@ end local.set $9 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $9 @@ -24198,13 +24195,13 @@ (local $i i32) (local $10 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/MAP<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -24270,7 +24267,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $10 i32.const 3 global.set $~argumentsLength @@ -24303,7 +24300,7 @@ end local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $10 @@ -24446,13 +24443,13 @@ (local $i i32) (local $10 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/MAP<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -24518,7 +24515,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $10 i32.const 3 global.set $~argumentsLength @@ -24551,7 +24548,7 @@ end local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $10 @@ -24739,13 +24736,13 @@ (local $i i32) (local $10 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/MAP<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -24811,7 +24808,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $10 i32.const 3 global.set $~argumentsLength @@ -24844,7 +24841,7 @@ end local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $10 @@ -24987,13 +24984,13 @@ (local $i i32) (local $10 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/MAP<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -25059,7 +25056,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $10 i32.const 3 global.set $~argumentsLength @@ -25092,7 +25089,7 @@ end local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $10 @@ -25284,13 +25281,13 @@ (local $i i32) (local $10 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/MAP<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -25356,7 +25353,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $10 i32.const 3 global.set $~argumentsLength @@ -25389,7 +25386,7 @@ end local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $10 @@ -25581,13 +25578,13 @@ (local $i i32) (local $10 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/MAP<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -25653,7 +25650,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $10 i32.const 3 global.set $~argumentsLength @@ -25686,7 +25683,7 @@ end local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $10 @@ -25829,13 +25826,13 @@ (local $i i32) (local $10 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/MAP<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -25901,7 +25898,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $10 i32.const 3 global.set $~argumentsLength @@ -25934,7 +25931,7 @@ end local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $10 @@ -26126,13 +26123,13 @@ (local $i i32) (local $10 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/MAP<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -26198,7 +26195,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $10 i32.const 3 global.set $~argumentsLength @@ -26231,7 +26228,7 @@ end local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $10 @@ -26424,13 +26421,13 @@ (local $i i32) (local $10 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/MAP<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -26496,7 +26493,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $10 i32.const 3 global.set $~argumentsLength @@ -26529,7 +26526,7 @@ end local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $10 @@ -26722,13 +26719,13 @@ (local $i i32) (local $10 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/MAP<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -26794,7 +26791,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $10 i32.const 3 global.set $~argumentsLength @@ -26827,7 +26824,7 @@ end local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $10 @@ -27020,13 +27017,13 @@ (local $i i32) (local $10 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/MAP<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -27092,7 +27089,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $10 i32.const 3 global.set $~argumentsLength @@ -27125,7 +27122,7 @@ end local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $10 @@ -27272,13 +27269,13 @@ (local $data i32) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/FILTER<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -27341,7 +27338,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $14 i32.const 3 global.set $~argumentsLength @@ -27395,7 +27392,7 @@ end local.set $14 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $14 @@ -27596,13 +27593,13 @@ (local $data i32) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/FILTER<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -27665,7 +27662,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $14 i32.const 3 global.set $~argumentsLength @@ -27719,7 +27716,7 @@ end local.set $14 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $14 @@ -27920,13 +27917,13 @@ (local $data i32) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/FILTER<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -27989,7 +27986,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $14 i32.const 3 global.set $~argumentsLength @@ -28043,7 +28040,7 @@ end local.set $14 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $14 @@ -28244,13 +28241,13 @@ (local $data i32) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/FILTER<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -28313,7 +28310,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $14 i32.const 3 global.set $~argumentsLength @@ -28367,7 +28364,7 @@ end local.set $14 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $14 @@ -28568,13 +28565,13 @@ (local $data i32) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/FILTER<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -28637,7 +28634,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $14 i32.const 3 global.set $~argumentsLength @@ -28691,7 +28688,7 @@ end local.set $14 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $14 @@ -28892,13 +28889,13 @@ (local $data i32) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/FILTER<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -28961,7 +28958,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $14 i32.const 3 global.set $~argumentsLength @@ -29015,7 +29012,7 @@ end local.set $14 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $14 @@ -29216,13 +29213,13 @@ (local $data i32) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/FILTER<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -29285,7 +29282,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $14 i32.const 3 global.set $~argumentsLength @@ -29339,7 +29336,7 @@ end local.set $14 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $14 @@ -29540,13 +29537,13 @@ (local $data i32) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/FILTER<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -29609,7 +29606,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $14 i32.const 3 global.set $~argumentsLength @@ -29663,7 +29660,7 @@ end local.set $14 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $14 @@ -29864,13 +29861,13 @@ (local $data i32) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/FILTER<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -29933,7 +29930,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $14 i32.const 3 global.set $~argumentsLength @@ -29987,7 +29984,7 @@ end local.set $14 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $14 @@ -30188,13 +30185,13 @@ (local $data i32) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/FILTER<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -30257,7 +30254,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $14 i32.const 3 global.set $~argumentsLength @@ -30311,7 +30308,7 @@ end local.set $14 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $14 @@ -30512,13 +30509,13 @@ (local $data i32) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 block $~lib/typedarray/FILTER<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer @@ -30581,7 +30578,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store $0 offset=8 local.get $14 i32.const 3 global.set $~argumentsLength @@ -30635,7 +30632,7 @@ end local.set $14 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $14 @@ -30829,7 +30826,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -30837,8 +30834,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -30882,7 +30879,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -30905,7 +30902,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -31024,7 +31021,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -31032,8 +31029,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -31077,7 +31074,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -31100,7 +31097,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -31219,7 +31216,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -31227,8 +31224,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -31272,7 +31269,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -31295,7 +31292,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -31414,7 +31411,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -31422,8 +31419,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -31467,7 +31464,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -31490,7 +31487,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -31609,7 +31606,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -31617,8 +31614,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -31662,7 +31659,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -31685,7 +31682,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -31804,7 +31801,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -31812,8 +31809,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -31857,7 +31854,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -31880,7 +31877,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -31999,7 +31996,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -32007,8 +32004,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -32052,7 +32049,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -32075,7 +32072,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -32194,7 +32191,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -32202,8 +32199,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -32247,7 +32244,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -32270,7 +32267,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -32389,7 +32386,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -32397,8 +32394,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -32442,7 +32439,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -32465,7 +32462,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -32584,7 +32581,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -32592,8 +32589,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -32637,7 +32634,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -32660,7 +32657,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -32779,7 +32776,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -32787,8 +32784,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -32832,7 +32829,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -32855,7 +32852,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -32974,7 +32971,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -32982,8 +32979,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -33027,7 +33024,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -33050,7 +33047,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -33170,7 +33167,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -33178,8 +33175,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -33223,7 +33220,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -33246,7 +33243,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -33366,7 +33363,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -33374,8 +33371,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -33419,7 +33416,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -33442,7 +33439,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -33562,7 +33559,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -33570,8 +33567,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -33615,7 +33612,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -33638,7 +33635,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -33758,7 +33755,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -33766,8 +33763,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -33811,7 +33808,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -33834,7 +33831,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -33954,7 +33951,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -33962,8 +33959,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -34007,7 +34004,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -34030,7 +34027,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -34150,7 +34147,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -34158,8 +34155,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -34203,7 +34200,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -34226,7 +34223,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -34346,7 +34343,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -34354,8 +34351,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -34399,7 +34396,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -34422,7 +34419,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -34542,7 +34539,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -34550,8 +34547,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -34595,7 +34592,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -34618,7 +34615,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -34738,7 +34735,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -34746,8 +34743,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -34791,7 +34788,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -34814,7 +34811,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -34934,7 +34931,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -34942,8 +34939,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -34987,7 +34984,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -35010,7 +35007,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -35129,7 +35126,7 @@ (local $i i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -35137,8 +35134,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -35182,7 +35179,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $6 i32.const 3 global.set $~argumentsLength @@ -35205,7 +35202,7 @@ end local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -35324,7 +35321,7 @@ (local $i i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -35332,8 +35329,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -35377,7 +35374,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $6 i32.const 3 global.set $~argumentsLength @@ -35400,7 +35397,7 @@ end local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -35519,7 +35516,7 @@ (local $i i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -35527,8 +35524,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -35572,7 +35569,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $6 i32.const 3 global.set $~argumentsLength @@ -35595,7 +35592,7 @@ end local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -35714,7 +35711,7 @@ (local $i i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -35722,8 +35719,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -35767,7 +35764,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $6 i32.const 3 global.set $~argumentsLength @@ -35790,7 +35787,7 @@ end local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -35909,7 +35906,7 @@ (local $i i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -35917,8 +35914,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -35962,7 +35959,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $6 i32.const 3 global.set $~argumentsLength @@ -35985,7 +35982,7 @@ end local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -36104,7 +36101,7 @@ (local $i i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -36112,8 +36109,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -36157,7 +36154,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $6 i32.const 3 global.set $~argumentsLength @@ -36180,7 +36177,7 @@ end local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -36299,7 +36296,7 @@ (local $i i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -36307,8 +36304,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -36352,7 +36349,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $6 i32.const 3 global.set $~argumentsLength @@ -36375,7 +36372,7 @@ end local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -36494,7 +36491,7 @@ (local $i i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -36502,8 +36499,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -36547,7 +36544,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $6 i32.const 3 global.set $~argumentsLength @@ -36570,7 +36567,7 @@ end local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -36689,7 +36686,7 @@ (local $i i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -36697,8 +36694,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -36742,7 +36739,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $6 i32.const 3 global.set $~argumentsLength @@ -36765,7 +36762,7 @@ end local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -36884,7 +36881,7 @@ (local $i i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -36892,8 +36889,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -36937,7 +36934,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $6 i32.const 3 global.set $~argumentsLength @@ -36960,7 +36957,7 @@ end local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -37079,7 +37076,7 @@ (local $i i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -37087,8 +37084,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -37132,7 +37129,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $6 i32.const 3 global.set $~argumentsLength @@ -37155,7 +37152,7 @@ end local.set $6 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $6 @@ -37275,7 +37272,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -37283,8 +37280,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -37329,7 +37326,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -37354,7 +37351,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -37473,7 +37470,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -37481,8 +37478,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -37527,7 +37524,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -37552,7 +37549,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -37671,7 +37668,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -37679,8 +37676,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -37725,7 +37722,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -37750,7 +37747,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -37869,7 +37866,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -37877,8 +37874,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -37923,7 +37920,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -37948,7 +37945,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -38067,7 +38064,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -38075,8 +38072,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -38121,7 +38118,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -38146,7 +38143,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -38265,7 +38262,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -38273,8 +38270,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -38319,7 +38316,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -38344,7 +38341,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -38463,7 +38460,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -38471,8 +38468,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -38517,7 +38514,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -38542,7 +38539,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -38661,7 +38658,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -38669,8 +38666,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -38715,7 +38712,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -38740,7 +38737,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -38859,7 +38856,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -38867,8 +38864,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -38913,7 +38910,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -38938,7 +38935,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -39057,7 +39054,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -39065,8 +39062,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -39111,7 +39108,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -39136,7 +39133,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -39255,7 +39252,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -39263,8 +39260,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this @@ -39309,7 +39306,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -39334,7 +39331,7 @@ end local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $7 @@ -39520,7 +39517,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -39528,8 +39525,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -39572,7 +39569,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -39587,7 +39584,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -39773,7 +39770,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -39781,8 +39778,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -39825,7 +39822,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -39840,7 +39837,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -40029,7 +40026,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -40037,8 +40034,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -40081,7 +40078,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -40096,7 +40093,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -40283,7 +40280,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -40291,8 +40288,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -40335,7 +40332,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -40350,7 +40347,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -40536,7 +40533,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -40544,8 +40541,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -40588,7 +40585,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -40603,7 +40600,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -40788,7 +40785,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -40796,8 +40793,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -40840,7 +40837,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -40855,7 +40852,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -41034,7 +41031,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -41042,8 +41039,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -41086,7 +41083,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -41101,7 +41098,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -41281,7 +41278,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -41289,8 +41286,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -41333,7 +41330,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -41348,7 +41345,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -41531,7 +41528,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -41539,8 +41536,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -41583,7 +41580,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -41598,7 +41595,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -41781,7 +41778,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -41789,8 +41786,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -41833,7 +41830,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -41848,7 +41845,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -42031,7 +42028,7 @@ (local $k i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -42039,8 +42036,8 @@ i64.const 0 i64.store $0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -42083,7 +42080,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store $0 offset=8 local.get $7 i32.const 3 global.set $~argumentsLength @@ -42098,7 +42095,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -80659,16 +80656,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store $0 local.get $len i32.const 48 i32.le_s @@ -80678,7 +80672,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -80784,7 +80778,7 @@ select i32.store8 $0 offset=1 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -80803,7 +80797,7 @@ local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -80870,7 +80864,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -80925,7 +80919,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -81005,7 +80999,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -81082,7 +81076,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns end @@ -81098,7 +81092,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -81425,16 +81419,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store $0 local.get $len i32.const 48 i32.le_s @@ -81444,7 +81435,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -81550,7 +81541,7 @@ select i32.store8 $0 offset=1 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -81569,7 +81560,7 @@ local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -81636,7 +81627,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -81691,7 +81682,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -81771,7 +81762,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -81848,7 +81839,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns end @@ -81864,7 +81855,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -82476,16 +82467,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store $0 local.get $len i32.const 48 i32.le_s @@ -82495,7 +82483,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -82601,7 +82589,7 @@ select i32.store16 $0 offset=2 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -82620,7 +82608,7 @@ local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -82687,7 +82675,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -82742,7 +82730,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -82822,7 +82810,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -82899,7 +82887,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns end @@ -82915,7 +82903,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -83242,16 +83230,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store $0 local.get $len i32.const 48 i32.le_s @@ -83261,7 +83246,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -83367,7 +83352,7 @@ select i32.store16 $0 offset=2 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -83386,7 +83371,7 @@ local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -83453,7 +83438,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -83508,7 +83493,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -83588,7 +83573,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -83665,7 +83650,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns end @@ -83681,7 +83666,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -84006,16 +83991,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store $0 local.get $len i32.const 48 i32.le_s @@ -84025,7 +84007,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -84131,7 +84113,7 @@ select i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -84150,7 +84132,7 @@ local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -84217,7 +84199,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -84272,7 +84254,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -84352,7 +84334,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -84429,7 +84411,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns end @@ -84445,7 +84427,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -84772,16 +84754,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store $0 local.get $len i32.const 48 i32.le_s @@ -84791,7 +84770,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -84897,7 +84876,7 @@ select i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -84916,7 +84895,7 @@ local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -84983,7 +84962,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -85038,7 +85017,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -85118,7 +85097,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -85195,7 +85174,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns end @@ -85211,7 +85190,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -85536,16 +85515,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store $0 local.get $len i32.const 48 i32.le_s @@ -85555,7 +85531,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -85661,7 +85637,7 @@ select i64.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -85680,7 +85656,7 @@ local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -85747,7 +85723,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -85802,7 +85778,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -85882,7 +85858,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -85959,7 +85935,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns end @@ -85975,7 +85951,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -86302,16 +86278,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store $0 local.get $len i32.const 48 i32.le_s @@ -86321,7 +86294,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -86427,7 +86400,7 @@ select i64.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -86446,7 +86419,7 @@ local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -86513,7 +86486,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -86568,7 +86541,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -86648,7 +86621,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -86725,7 +86698,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns end @@ -86741,7 +86714,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -87066,16 +87039,13 @@ (local $start|33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store $0 local.get $len i32.const 48 i32.le_s @@ -87085,7 +87055,7 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -87191,7 +87161,7 @@ select f32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -87210,7 +87180,7 @@ local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -87277,7 +87247,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -87332,7 +87302,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store $0 local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -87412,7 +87382,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -87489,7 +87459,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store $0 local.get $34 call $~lib/util/sort/mergeRuns end @@ -87505,7 +87475,7 @@ local.get $leftRunStartBuf call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/std/typedarray.release.wat b/tests/compiler/std/typedarray.release.wat index 2cf1a259c5..8ec89852f3 100644 --- a/tests/compiler/std/typedarray.release.wat +++ b/tests/compiler/std/typedarray.release.wat @@ -11197,7 +11197,7 @@ (local $16 f64) (local $17 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -11212,12 +11212,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - i64.const 0 - i64.store $0 - local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store $0 block $folding-inner0 local.get $1 i32.const 48 @@ -11390,7 +11386,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 i32.const 0 local.get $1 @@ -11433,7 +11429,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 local.get $4 i32.const 1 @@ -11523,7 +11519,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $8 local.get $3 @@ -11592,7 +11588,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $3 local.get $4 @@ -11613,13 +11609,13 @@ local.get $11 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -13120,7 +13116,7 @@ (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -13139,8 +13135,8 @@ i64.const 0 i64.store $0 local.get $5 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $5 local.get $0 i32.store $0 @@ -13171,7 +13167,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $3 @@ -13190,7 +13186,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -14238,7 +14234,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -14257,8 +14253,8 @@ i64.const 0 i64.store $0 local.get $2 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $2 local.get $0 i32.store $0 @@ -14291,7 +14287,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $3 @@ -14310,7 +14306,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -14375,7 +14371,7 @@ i32.const 3600 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -14385,7 +14381,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $6 @@ -14429,7 +14425,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $0 @@ -14465,7 +14461,7 @@ local.get $7 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -14644,7 +14640,7 @@ i32.const 3632 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -14654,7 +14650,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $6 @@ -14698,7 +14694,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $0 @@ -14734,7 +14730,7 @@ local.get $7 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -14861,7 +14857,7 @@ i32.const 3664 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -14871,7 +14867,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $6 @@ -14915,7 +14911,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $0 @@ -14951,7 +14947,7 @@ local.get $7 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -15136,7 +15132,7 @@ i32.const 3696 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -15146,7 +15142,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $8 @@ -15196,7 +15192,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -15232,7 +15228,7 @@ local.get $3 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -15417,7 +15413,7 @@ i32.const 3728 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -15427,7 +15423,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $8 @@ -15477,7 +15473,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -15513,7 +15509,7 @@ local.get $3 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -15642,7 +15638,7 @@ i32.const 3760 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -15652,7 +15648,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $8 @@ -15702,7 +15698,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -15738,7 +15734,7 @@ local.get $3 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -15923,7 +15919,7 @@ i32.const 3792 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -15933,7 +15929,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $8 @@ -15983,7 +15979,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -16019,7 +16015,7 @@ local.get $3 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -16205,7 +16201,7 @@ i32.const 3824 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -16215,7 +16211,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $8 @@ -16265,7 +16261,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -16301,7 +16297,7 @@ local.get $3 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -16487,7 +16483,7 @@ i32.const 3856 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -16497,7 +16493,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $8 @@ -16547,7 +16543,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -16583,7 +16579,7 @@ local.get $3 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -16769,7 +16765,7 @@ i32.const 3888 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -16779,7 +16775,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $8 @@ -16829,7 +16825,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -16865,7 +16861,7 @@ local.get $3 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -16994,7 +16990,7 @@ i32.const 3920 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -17004,7 +17000,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $8 @@ -17054,7 +17050,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -17090,7 +17086,7 @@ local.get $3 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -17232,7 +17228,7 @@ i32.const 3952 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -17242,7 +17238,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $7 @@ -17286,7 +17282,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $3 @@ -17332,7 +17328,7 @@ local.get $1 i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -17502,7 +17498,7 @@ i32.const 3984 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -17512,7 +17508,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $7 @@ -17556,7 +17552,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $3 @@ -17602,7 +17598,7 @@ local.get $1 i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -17772,7 +17768,7 @@ i32.const 4016 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -17782,7 +17778,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $7 @@ -17826,7 +17822,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $3 @@ -17872,7 +17868,7 @@ local.get $1 i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -18042,7 +18038,7 @@ i32.const 4048 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -18052,7 +18048,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $7 @@ -18100,7 +18096,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $2 @@ -18151,7 +18147,7 @@ local.get $1 i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -18321,7 +18317,7 @@ i32.const 4080 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -18331,7 +18327,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $7 @@ -18379,7 +18375,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $2 @@ -18430,7 +18426,7 @@ local.get $1 i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -18600,7 +18596,7 @@ i32.const 4112 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -18610,7 +18606,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $7 @@ -18658,7 +18654,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $2 @@ -18709,7 +18705,7 @@ local.get $1 i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -18879,7 +18875,7 @@ i32.const 4144 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -18889,7 +18885,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $2 local.get $7 @@ -18937,7 +18933,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $2 @@ -18988,7 +18984,7 @@ local.get $1 i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -19158,7 +19154,7 @@ i32.const 4176 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -19168,7 +19164,7 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $4 local.get $7 @@ -19216,7 +19212,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $2 @@ -19267,7 +19263,7 @@ local.get $1 i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -19437,7 +19433,7 @@ i32.const 4208 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -19447,7 +19443,7 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $4 local.get $7 @@ -19495,7 +19491,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $2 @@ -19546,7 +19542,7 @@ local.get $1 i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -19716,7 +19712,7 @@ i32.const 4240 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -19726,7 +19722,7 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $4 local.get $7 @@ -19774,7 +19770,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $2 @@ -19825,7 +19821,7 @@ local.get $1 i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -19995,7 +19991,7 @@ i32.const 4272 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -20005,7 +20001,7 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $4 local.get $7 @@ -20053,7 +20049,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $2 @@ -20104,7 +20100,7 @@ local.get $1 i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -20205,7 +20201,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -20224,8 +20220,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) local.get $4 local.get $0 @@ -20257,7 +20253,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20280,7 +20276,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -20291,7 +20287,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -20310,8 +20306,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) local.get $4 local.get $0 @@ -20343,7 +20339,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20366,7 +20362,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -20377,7 +20373,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -20396,8 +20392,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) local.get $4 local.get $0 @@ -20431,7 +20427,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20454,7 +20450,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -20465,7 +20461,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -20484,8 +20480,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) local.get $4 local.get $0 @@ -20519,7 +20515,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20542,7 +20538,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -20553,7 +20549,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -20572,8 +20568,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) local.get $4 local.get $0 @@ -20607,7 +20603,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20630,7 +20626,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -20641,7 +20637,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -20660,8 +20656,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) local.get $4 local.get $0 @@ -20695,7 +20691,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20718,7 +20714,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -20729,7 +20725,7 @@ (local $4 i64) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -20748,8 +20744,8 @@ i64.const 0 i64.store $0 local.get $5 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) local.get $5 local.get $0 @@ -20783,7 +20779,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20806,7 +20802,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -20817,7 +20813,7 @@ (local $4 i64) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -20836,8 +20832,8 @@ i64.const 0 i64.store $0 local.get $5 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) local.get $5 local.get $0 @@ -20871,7 +20867,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20894,7 +20890,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -20905,7 +20901,7 @@ (local $4 f32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -20924,8 +20920,8 @@ i64.const 0 i64.store $0 local.get $5 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) local.get $5 local.get $0 @@ -20959,7 +20955,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20982,7 +20978,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -20993,7 +20989,7 @@ (local $4 f64) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -21012,8 +21008,8 @@ i64.const 0 i64.store $0 local.get $5 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) local.get $5 local.get $0 @@ -21047,7 +21043,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -21070,7 +21066,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -21081,7 +21077,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -21100,8 +21096,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $4 local.get $0 i32.store $0 @@ -21133,7 +21129,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $5 @@ -21154,7 +21150,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -21165,7 +21161,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -21184,8 +21180,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $4 local.get $0 i32.store $0 @@ -21217,7 +21213,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $5 @@ -21238,7 +21234,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -21249,7 +21245,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -21268,8 +21264,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $4 local.get $0 i32.store $0 @@ -21303,7 +21299,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $5 @@ -21324,7 +21320,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -21335,7 +21331,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -21354,8 +21350,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $4 local.get $0 i32.store $0 @@ -21389,7 +21385,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $5 @@ -21410,7 +21406,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -21421,7 +21417,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -21440,8 +21436,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $4 local.get $0 i32.store $0 @@ -21475,7 +21471,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $5 @@ -21496,7 +21492,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -21507,7 +21503,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -21526,8 +21522,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $4 local.get $0 i32.store $0 @@ -21561,7 +21557,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $5 @@ -21582,7 +21578,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -21593,7 +21589,7 @@ (local $4 i64) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -21612,8 +21608,8 @@ i64.const 0 i64.store $0 local.get $5 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $5 local.get $0 i32.store $0 @@ -21647,7 +21643,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -21668,7 +21664,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -21679,7 +21675,7 @@ (local $4 i64) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -21698,8 +21694,8 @@ i64.const 0 i64.store $0 local.get $5 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $5 local.get $0 i32.store $0 @@ -21733,7 +21729,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -21754,7 +21750,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -21765,7 +21761,7 @@ (local $4 f32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -21784,8 +21780,8 @@ i64.const 0 i64.store $0 local.get $5 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $5 local.get $0 i32.store $0 @@ -21819,7 +21815,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -21840,7 +21836,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -21851,7 +21847,7 @@ (local $4 f64) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -21870,8 +21866,8 @@ i64.const 0 i64.store $0 local.get $5 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $5 local.get $0 i32.store $0 @@ -21905,7 +21901,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -21926,7 +21922,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -21936,7 +21932,7 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -21955,8 +21951,8 @@ i64.const 0 i64.store $0 local.get $2 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $2 local.get $0 i32.store $0 @@ -21990,7 +21986,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -22011,7 +22007,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -22021,7 +22017,7 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -22040,8 +22036,8 @@ i64.const 0 i64.store $0 local.get $2 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $2 local.get $0 i32.store $0 @@ -22075,7 +22071,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -22096,7 +22092,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -22106,7 +22102,7 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -22125,8 +22121,8 @@ i64.const 0 i64.store $0 local.get $2 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $2 local.get $0 i32.store $0 @@ -22162,7 +22158,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -22183,7 +22179,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -22193,7 +22189,7 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -22212,8 +22208,8 @@ i64.const 0 i64.store $0 local.get $2 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $2 local.get $0 i32.store $0 @@ -22249,7 +22245,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -22270,7 +22266,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -22280,7 +22276,7 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -22299,8 +22295,8 @@ i64.const 0 i64.store $0 local.get $2 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $2 local.get $0 i32.store $0 @@ -22336,7 +22332,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -22357,7 +22353,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -22367,7 +22363,7 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -22386,8 +22382,8 @@ i64.const 0 i64.store $0 local.get $2 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $2 local.get $0 i32.store $0 @@ -22423,7 +22419,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -22444,7 +22440,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -22454,7 +22450,7 @@ (local $3 i32) (local $4 i64) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -22473,8 +22469,8 @@ i64.const 0 i64.store $0 local.get $2 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $2 local.get $0 i32.store $0 @@ -22510,7 +22506,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -22531,7 +22527,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -22541,7 +22537,7 @@ (local $3 i32) (local $4 i64) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -22560,8 +22556,8 @@ i64.const 0 i64.store $0 local.get $2 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $2 local.get $0 i32.store $0 @@ -22597,7 +22593,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -22618,7 +22614,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -22628,7 +22624,7 @@ (local $3 i32) (local $4 f32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -22647,8 +22643,8 @@ i64.const 0 i64.store $0 local.get $2 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $2 local.get $0 i32.store $0 @@ -22684,7 +22680,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -22705,7 +22701,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -22715,7 +22711,7 @@ (local $3 i32) (local $4 f64) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -22734,8 +22730,8 @@ i64.const 0 i64.store $0 local.get $2 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $2 local.get $0 i32.store $0 @@ -22771,7 +22767,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -22792,7 +22788,7 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -22803,7 +22799,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -22822,8 +22818,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) local.get $4 local.get $0 @@ -22855,7 +22851,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -22879,7 +22875,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -22890,7 +22886,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -22909,8 +22905,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) local.get $4 local.get $0 @@ -22942,7 +22938,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -22966,7 +22962,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -22977,7 +22973,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -22996,8 +22992,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) local.get $4 local.get $0 @@ -23031,7 +23027,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -23055,7 +23051,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -23066,7 +23062,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -23085,8 +23081,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) local.get $4 local.get $0 @@ -23120,7 +23116,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -23144,7 +23140,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -23155,7 +23151,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -23174,8 +23170,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) local.get $4 local.get $0 @@ -23209,7 +23205,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -23233,7 +23229,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -23244,7 +23240,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -23263,8 +23259,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) local.get $4 local.get $0 @@ -23298,7 +23294,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -23322,7 +23318,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -23333,7 +23329,7 @@ (local $4 i64) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -23352,8 +23348,8 @@ i64.const 0 i64.store $0 local.get $5 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) local.get $5 local.get $0 @@ -23387,7 +23383,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -23411,7 +23407,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -23422,7 +23418,7 @@ (local $4 i64) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -23441,8 +23437,8 @@ i64.const 0 i64.store $0 local.get $5 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) local.get $5 local.get $0 @@ -23476,7 +23472,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -23500,7 +23496,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -23511,7 +23507,7 @@ (local $4 f32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -23530,8 +23526,8 @@ i64.const 0 i64.store $0 local.get $5 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) local.get $5 local.get $0 @@ -23565,7 +23561,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -23589,7 +23585,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -23600,7 +23596,7 @@ (local $4 f64) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -23619,8 +23615,8 @@ i64.const 0 i64.store $0 local.get $5 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) local.get $5 local.get $0 @@ -23654,7 +23650,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -23678,7 +23674,7 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -23761,7 +23757,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -23780,8 +23776,8 @@ i64.const 0 i64.store $0 local.get $4 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $4 local.get $0 i32.store $0 @@ -23812,7 +23808,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $5 @@ -23829,7 +23825,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -50708,7 +50704,7 @@ (local $13 i64) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -50723,12 +50719,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - i64.const 0 - i64.store $0 - local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store $0 block $folding-inner0 local.get $1 i32.const 48 @@ -50899,7 +50891,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 i32.const 0 local.get $1 @@ -50942,7 +50934,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 local.get $4 i32.const 1 @@ -51032,7 +51024,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $8 local.get $3 @@ -51101,7 +51093,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $3 local.get $4 @@ -51122,13 +51114,13 @@ local.get $10 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -51414,7 +51406,7 @@ (local $13 i64) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -51429,12 +51421,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - i64.const 0 - i64.store $0 - local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store $0 block $folding-inner0 local.get $1 i32.const 48 @@ -51605,7 +51593,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 i32.const 0 local.get $1 @@ -51648,7 +51636,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 local.get $4 i32.const 1 @@ -51738,7 +51726,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $8 local.get $3 @@ -51807,7 +51795,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $3 local.get $4 @@ -51828,13 +51816,13 @@ local.get $10 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -52341,7 +52329,7 @@ (local $13 i64) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -52356,12 +52344,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - i64.const 0 - i64.store $0 - local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store $0 block $folding-inner0 local.get $1 i32.const 48 @@ -52534,7 +52518,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 i32.const 0 local.get $1 @@ -52577,7 +52561,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 local.get $4 i32.const 1 @@ -52667,7 +52651,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $8 local.get $3 @@ -52736,7 +52720,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $3 local.get $4 @@ -52757,13 +52741,13 @@ local.get $10 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -53049,7 +53033,7 @@ (local $13 i64) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -53064,12 +53048,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - i64.const 0 - i64.store $0 - local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store $0 block $folding-inner0 local.get $1 i32.const 48 @@ -53242,7 +53222,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 i32.const 0 local.get $1 @@ -53285,7 +53265,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 local.get $4 i32.const 1 @@ -53375,7 +53355,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $8 local.get $3 @@ -53444,7 +53424,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $3 local.get $4 @@ -53465,13 +53445,13 @@ local.get $10 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -53757,7 +53737,7 @@ (local $13 i64) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -53772,12 +53752,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - i64.const 0 - i64.store $0 - local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store $0 block $folding-inner0 local.get $1 i32.const 48 @@ -53950,7 +53926,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 i32.const 0 local.get $1 @@ -53993,7 +53969,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 local.get $4 i32.const 1 @@ -54083,7 +54059,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $8 local.get $3 @@ -54152,7 +54128,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $3 local.get $4 @@ -54173,13 +54149,13 @@ local.get $10 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -54465,7 +54441,7 @@ (local $13 i64) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -54480,12 +54456,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - i64.const 0 - i64.store $0 - local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store $0 block $folding-inner0 local.get $1 i32.const 48 @@ -54658,7 +54630,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 i32.const 0 local.get $1 @@ -54701,7 +54673,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 local.get $4 i32.const 1 @@ -54791,7 +54763,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $8 local.get $3 @@ -54860,7 +54832,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $3 local.get $4 @@ -54881,13 +54853,13 @@ local.get $10 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -55175,7 +55147,7 @@ (local $15 i64) (local $16 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -55190,12 +55162,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - i64.const 0 - i64.store $0 - local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store $0 block $folding-inner0 local.get $1 i32.const 48 @@ -55368,7 +55336,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 i32.const 0 local.get $1 @@ -55411,7 +55379,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 local.get $4 i32.const 1 @@ -55501,7 +55469,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $8 local.get $3 @@ -55570,7 +55538,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $3 local.get $4 @@ -55591,13 +55559,13 @@ local.get $11 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -55885,7 +55853,7 @@ (local $15 i64) (local $16 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -55900,12 +55868,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - i64.const 0 - i64.store $0 - local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store $0 block $folding-inner0 local.get $1 i32.const 48 @@ -56078,7 +56042,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 i32.const 0 local.get $1 @@ -56121,7 +56085,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 local.get $4 i32.const 1 @@ -56211,7 +56175,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $8 local.get $3 @@ -56280,7 +56244,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $3 local.get $4 @@ -56301,13 +56265,13 @@ local.get $11 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -56596,7 +56560,7 @@ (local $16 f32) (local $17 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -56611,12 +56575,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - i64.const 0 - i64.store $0 - local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store $0 block $folding-inner0 local.get $1 i32.const 48 @@ -56789,7 +56749,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 i32.const 0 local.get $1 @@ -56832,7 +56792,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store $0 local.get $0 local.get $4 i32.const 1 @@ -56922,7 +56882,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $8 local.get $3 @@ -56991,7 +56951,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store $0 local.get $0 local.get $3 local.get $4 @@ -57012,13 +56972,13 @@ local.get $11 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -59660,7 +59620,7 @@ i32.const 2896 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -59672,8 +59632,8 @@ i64.const 0 i64.store $0 local.get $7 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $7 local.get $6 i32.store $0 @@ -59704,7 +59664,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $0 @@ -59723,7 +59683,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -59904,7 +59864,7 @@ i32.const 2992 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -59916,8 +59876,8 @@ i64.const 0 i64.store $0 local.get $7 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $7 local.get $6 i32.store $0 @@ -59952,7 +59912,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $0 @@ -59971,7 +59931,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -60034,7 +59994,7 @@ i32.const 3024 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -60046,8 +60006,8 @@ i64.const 0 i64.store $0 local.get $7 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $7 local.get $6 i32.store $0 @@ -60082,7 +60042,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $0 @@ -60101,7 +60061,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -60164,7 +60124,7 @@ i32.const 3056 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -60176,8 +60136,8 @@ i64.const 0 i64.store $0 local.get $7 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $7 local.get $6 i32.store $0 @@ -60212,7 +60172,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $0 @@ -60231,7 +60191,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -60292,7 +60252,7 @@ i32.const 3088 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -60304,8 +60264,8 @@ i64.const 0 i64.store $0 local.get $7 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $7 local.get $6 i32.store $0 @@ -60340,7 +60300,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $0 @@ -60359,7 +60319,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -60420,7 +60380,7 @@ i32.const 3120 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -60432,8 +60392,8 @@ i64.const 0 i64.store $0 local.get $6 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $6 local.get $0 i32.store $0 @@ -60466,7 +60426,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $3 @@ -60485,7 +60445,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -60548,7 +60508,7 @@ i32.const 3152 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -60560,8 +60520,8 @@ i64.const 0 i64.store $0 local.get $6 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $6 local.get $0 i32.store $0 @@ -60594,7 +60554,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $3 @@ -60613,7 +60573,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -60674,7 +60634,7 @@ i32.const 3184 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -60686,8 +60646,8 @@ i64.const 0 i64.store $0 local.get $6 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $6 local.get $0 i32.store $0 @@ -60720,7 +60680,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $4 @@ -60739,7 +60699,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -60800,7 +60760,7 @@ i32.const 3216 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -60812,8 +60772,8 @@ i64.const 0 i64.store $0 local.get $6 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $6 local.get $0 i32.store $0 @@ -60846,7 +60806,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $5 @@ -60865,7 +60825,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $5 @@ -61683,7 +61643,7 @@ i32.const 3248 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -61695,8 +61655,8 @@ i64.const 0 i64.store $0 local.get $0 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $0 local.get $6 i32.store $0 @@ -61731,7 +61691,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $1 @@ -61750,7 +61710,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -61929,7 +61889,7 @@ i32.const 3344 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -61941,8 +61901,8 @@ i64.const 0 i64.store $0 local.get $0 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $0 local.get $6 i32.store $0 @@ -61979,7 +61939,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $1 @@ -61998,7 +61958,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -62059,7 +62019,7 @@ i32.const 3376 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -62071,8 +62031,8 @@ i64.const 0 i64.store $0 local.get $0 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $0 local.get $6 i32.store $0 @@ -62109,7 +62069,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $1 @@ -62128,7 +62088,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -62189,7 +62149,7 @@ i32.const 3408 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -62201,8 +62161,8 @@ i64.const 0 i64.store $0 local.get $0 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $0 local.get $6 i32.store $0 @@ -62239,7 +62199,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $1 @@ -62258,7 +62218,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -62317,7 +62277,7 @@ i32.const 3440 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -62329,8 +62289,8 @@ i64.const 0 i64.store $0 local.get $0 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $0 local.get $6 i32.store $0 @@ -62367,7 +62327,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $1 @@ -62386,7 +62346,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -62447,7 +62407,7 @@ i32.const 3472 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -62459,8 +62419,8 @@ i64.const 0 i64.store $0 local.get $0 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $0 local.get $1 i32.store $0 @@ -62495,7 +62455,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $3 @@ -62514,7 +62474,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -62575,7 +62535,7 @@ i32.const 3504 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -62587,8 +62547,8 @@ i64.const 0 i64.store $0 local.get $0 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $0 local.get $1 i32.store $0 @@ -62623,7 +62583,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $3 @@ -62642,7 +62602,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $3 @@ -62703,7 +62663,7 @@ i32.const 3536 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -62715,8 +62675,8 @@ i64.const 0 i64.store $0 local.get $0 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $0 local.get $1 i32.store $0 @@ -62751,7 +62711,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $4 @@ -62770,7 +62730,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -62831,7 +62791,7 @@ i32.const 3568 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -62843,8 +62803,8 @@ i64.const 0 i64.store $0 local.get $0 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $0 local.get $1 i32.store $0 @@ -62879,7 +62839,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 4 global.set $~argumentsLength local.get $5 @@ -62898,7 +62858,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $5 @@ -66017,7 +65977,7 @@ i32.const 7200 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -66029,8 +65989,8 @@ i64.const 0 i64.store $0 local.get $6 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $6 local.get $0 i32.store $0 @@ -66061,7 +66021,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $8 @@ -66078,7 +66038,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $std/typedarray/forEachCallCount @@ -66327,7 +66287,7 @@ i32.const 7296 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -66339,8 +66299,8 @@ i64.const 0 i64.store $0 local.get $6 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $6 local.get $0 i32.store $0 @@ -66373,7 +66333,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $8 @@ -66390,7 +66350,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $std/typedarray/forEachCallCount @@ -66476,7 +66436,7 @@ i32.const 7328 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -66488,8 +66448,8 @@ i64.const 0 i64.store $0 local.get $6 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $6 local.get $0 i32.store $0 @@ -66522,7 +66482,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $8 @@ -66539,7 +66499,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $std/typedarray/forEachCallCount @@ -66619,7 +66579,7 @@ i32.const 7360 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -66631,8 +66591,8 @@ i64.const 0 i64.store $0 local.get $6 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $6 local.get $0 i32.store $0 @@ -66665,7 +66625,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $8 @@ -66682,7 +66642,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $std/typedarray/forEachCallCount @@ -66762,7 +66722,7 @@ i32.const 7392 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -66774,8 +66734,8 @@ i64.const 0 i64.store $0 local.get $6 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $6 local.get $0 i32.store $0 @@ -66808,7 +66768,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $8 @@ -66825,7 +66785,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $std/typedarray/forEachCallCount @@ -66908,7 +66868,7 @@ i32.const 7424 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -66920,8 +66880,8 @@ i64.const 0 i64.store $0 local.get $6 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $6 local.get $0 i32.store $0 @@ -66954,7 +66914,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $3 @@ -66971,7 +66931,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $std/typedarray/forEachCallCount @@ -67054,7 +67014,7 @@ i32.const 7456 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -67066,8 +67026,8 @@ i64.const 0 i64.store $0 local.get $6 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $6 local.get $0 i32.store $0 @@ -67100,7 +67060,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $3 @@ -67117,7 +67077,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $std/typedarray/forEachCallCount @@ -67200,7 +67160,7 @@ i32.const 7488 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -67212,8 +67172,8 @@ i64.const 0 i64.store $0 local.get $6 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $6 local.get $0 i32.store $0 @@ -67246,7 +67206,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $4 @@ -67263,7 +67223,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $std/typedarray/forEachCallCount @@ -67346,7 +67306,7 @@ i32.const 7520 i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -67358,8 +67318,8 @@ i64.const 0 i64.store $0 local.get $6 - i64.const 0 - i64.store $0 offset=8 + i32.const 0 + i32.store $0 offset=8 local.get $6 local.get $0 i32.store $0 @@ -67392,7 +67352,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store $0 offset=8 i32.const 3 global.set $~argumentsLength local.get $5 @@ -67409,7 +67369,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $std/typedarray/forEachCallCount diff --git a/tests/compiler/templateliteral.debug.wat b/tests/compiler/templateliteral.debug.wat index 75092f31b9..d725adb848 100644 --- a/tests/compiler/templateliteral.debug.wat +++ b/tests/compiler/templateliteral.debug.wat @@ -4929,13 +4929,13 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 32 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 36 + i32.const 32 memory.fill $0 global.get $~lib/memory/__stack_pointer i32.const 32 @@ -5020,7 +5020,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=32 + i32.store $0 offset=20 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 720 @@ -5034,7 +5034,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=32 + i32.store $0 offset=20 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 720 @@ -5072,7 +5072,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 32 i32.add global.set $~lib/memory/__stack_pointer ) @@ -5083,13 +5083,13 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 24 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 28 + i32.const 24 memory.fill $0 i32.const 1 local.set $a @@ -5180,7 +5180,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=24 + i32.store $0 offset=12 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2656 @@ -5194,7 +5194,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=24 + i32.store $0 offset=12 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2656 @@ -5232,7 +5232,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer ) @@ -5243,13 +5243,13 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 24 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 28 + i32.const 24 memory.fill $0 f64.const 1 local.set $a @@ -5340,7 +5340,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=24 + i32.store $0 offset=12 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 3952 @@ -5354,7 +5354,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=24 + i32.store $0 offset=12 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 3952 @@ -5392,7 +5392,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer ) @@ -5883,7 +5883,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=24 + i32.store $0 offset=20 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4416 @@ -5897,7 +5897,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=24 + i32.store $0 offset=20 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4416 @@ -6002,13 +6002,13 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 global.get $~lib/memory/__stack_pointer local.get $this @@ -6032,7 +6032,7 @@ call $templateliteral/RecursiveObject#get:key local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -6096,12 +6096,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=20 + i32.store $0 offset=16 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -6171,19 +6171,19 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store $0 offset=20 local.get $3 call $templateliteral/RecursiveObject#toString local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=20 + i32.store $0 local.get $3 i32.const 4624 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store $0 offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz diff --git a/tests/compiler/templateliteral.release.wat b/tests/compiler/templateliteral.release.wat index 4f4a8d016b..0048219b20 100644 --- a/tests/compiler/templateliteral.release.wat +++ b/tests/compiler/templateliteral.release.wat @@ -3007,7 +3007,7 @@ i32.const 1504 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 32 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner1 @@ -3018,7 +3018,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.const 36 + i32.const 32 memory.fill $0 local.get $0 i32.const 1056 @@ -3085,7 +3085,7 @@ i32.store $0 offset=16 local.get $0 i32.const 1056 - i32.store $0 offset=32 + i32.store $0 offset=20 i32.const 1744 i32.const 1 i32.const 1056 @@ -3095,7 +3095,7 @@ i32.store $0 offset=16 global.get $~lib/memory/__stack_pointer i32.const 1088 - i32.store $0 offset=32 + i32.store $0 offset=20 i32.const 1744 i32.const 3 i32.const 1088 @@ -3128,11 +3128,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 32 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 24 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -3141,7 +3141,7 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 28 + i32.const 24 memory.fill $0 i32.const 1 call $~lib/number/I32#toString @@ -3213,7 +3213,7 @@ i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=24 + i32.store $0 offset=12 i32.const 3680 i32.const 1 local.get $0 @@ -3223,7 +3223,7 @@ i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=24 + i32.store $0 offset=12 i32.const 3680 i32.const 3 local.get $1 @@ -3256,11 +3256,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 24 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -3269,7 +3269,7 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 28 + i32.const 24 memory.fill $0 f64.const 1 call $~lib/number/F64#toString @@ -3341,7 +3341,7 @@ i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=24 + i32.store $0 offset=12 i32.const 4976 i32.const 1 local.get $0 @@ -3351,7 +3351,7 @@ i32.store $0 offset=8 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=24 + i32.store $0 offset=12 i32.const 4976 i32.const 3 local.get $1 @@ -3384,7 +3384,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer call $templateliteral/test_fast_paths_string @@ -3497,7 +3497,7 @@ i32.store $0 offset=16 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=24 + i32.store $0 offset=20 i32.const 5440 i32.const 1 local.get $1 @@ -3507,7 +3507,7 @@ i32.store $0 offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=24 + i32.store $0 offset=20 i32.const 5440 i32.const 3 local.get $0 @@ -3591,16 +3591,16 @@ i32.store $0 offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store $0 offset=20 local.get $0 call $templateliteral/RecursiveObject#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store $0 global.get $~lib/memory/__stack_pointer i32.const 5648 - i32.store $0 + i32.store $0 offset=8 local.get $0 i32.const 5648 call $~lib/string/String.__eq @@ -4627,7 +4627,7 @@ (local $1 i32) (local $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -4644,7 +4644,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.const 24 + i32.const 20 memory.fill $0 local.get $1 local.get $0 @@ -4665,7 +4665,7 @@ i32.load $0 local.set $0 local.get $1 - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -4713,12 +4713,12 @@ i32.store $0 global.get $~lib/memory/__stack_pointer i32.const 1184 - i32.store $0 offset=20 + i32.store $0 offset=16 i32.const 5616 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $0 From 321ed3d44c34f9a57d9513769f5ba8447d3293a9 Mon Sep 17 00:00:00 2001 From: CountBleck Date: Mon, 14 Aug 2023 00:09:28 +0800 Subject: [PATCH 015/103] fix: Error on usage of reference types in fields (#2733) --- src/resolver.ts | 8 ++++++++ src/types.ts | 2 +- tests/compiler/bindings/esm.debug.js | 2 +- tests/compiler/bindings/esm.release.js | 2 +- tests/compiler/bindings/raw.debug.js | 2 +- tests/compiler/bindings/raw.release.js | 2 +- tests/compiler/features/reference-types.debug.wat | 8 ++++---- tests/compiler/field-reference-types.json | 7 +++++++ tests/compiler/field-reference-types.ts | 12 ++++++++++++ 9 files changed, 36 insertions(+), 9 deletions(-) create mode 100644 tests/compiler/field-reference-types.json create mode 100644 tests/compiler/field-reference-types.ts diff --git a/src/resolver.ts b/src/resolver.ts index 16bd967847..e3e389d331 100644 --- a/src/resolver.ts +++ b/src/resolver.ts @@ -3407,6 +3407,14 @@ export class Resolver extends DiagnosticEmitter { if (boundInstance) { let fieldType = boundInstance.type; if (fieldType == Type.void) break; // failed to resolve earlier + if (fieldType.isExternalReference) { + this.error( + DiagnosticCode.Not_implemented_0, + assert(boundPrototype.typeNode).range, + "Reference typed fields" + ); + break; + } let needsLayout = true; if (base) { let existingMember = base.getMember(boundPrototype.name); diff --git a/src/types.ts b/src/types.ts index 4aef00a5b2..17bf8cbdbb 100644 --- a/src/types.ts +++ b/src/types.ts @@ -638,7 +638,7 @@ export class Type { : signatureReference.toString(validWat); } else { return this.isNullableReference - ? `${this.kindToString()}${nullablePostfix}}` + ? `${this.kindToString()}${nullablePostfix}` : this.kindToString(); } } diff --git a/tests/compiler/bindings/esm.debug.js b/tests/compiler/bindings/esm.debug.js index 15804abe90..d2d89456b8 100644 --- a/tests/compiler/bindings/esm.debug.js +++ b/tests/compiler/bindings/esm.debug.js @@ -23,7 +23,7 @@ async function instantiate(module, imports = {}) { return Math.log(x); }, "globalThis.globalThis": ( - // bindings/esm/immutableGlobalNested: ref_extern | null} + // bindings/esm/immutableGlobalNested: ref_extern | null globalThis.globalThis ), "Date.getTimezoneOffset"() { diff --git a/tests/compiler/bindings/esm.release.js b/tests/compiler/bindings/esm.release.js index 6df7b0c319..30c529402d 100644 --- a/tests/compiler/bindings/esm.release.js +++ b/tests/compiler/bindings/esm.release.js @@ -23,7 +23,7 @@ async function instantiate(module, imports = {}) { return Math.log(x); }, "globalThis.globalThis": ( - // bindings/esm/immutableGlobalNested: ref_extern | null} + // bindings/esm/immutableGlobalNested: ref_extern | null globalThis.globalThis ), "Date.getTimezoneOffset"() { diff --git a/tests/compiler/bindings/raw.debug.js b/tests/compiler/bindings/raw.debug.js index 80551c4d39..cc59b6a796 100644 --- a/tests/compiler/bindings/raw.debug.js +++ b/tests/compiler/bindings/raw.debug.js @@ -23,7 +23,7 @@ export async function instantiate(module, imports = {}) { return Math.log(x); }, "globalThis.globalThis": ( - // bindings/esm/immutableGlobalNested: ref_extern | null} + // bindings/esm/immutableGlobalNested: ref_extern | null globalThis.globalThis ), "Date.getTimezoneOffset"() { diff --git a/tests/compiler/bindings/raw.release.js b/tests/compiler/bindings/raw.release.js index 80551c4d39..cc59b6a796 100644 --- a/tests/compiler/bindings/raw.release.js +++ b/tests/compiler/bindings/raw.release.js @@ -23,7 +23,7 @@ export async function instantiate(module, imports = {}) { return Math.log(x); }, "globalThis.globalThis": ( - // bindings/esm/immutableGlobalNested: ref_extern | null} + // bindings/esm/immutableGlobalNested: ref_extern | null globalThis.globalThis ), "Date.getTimezoneOffset"() { diff --git a/tests/compiler/features/reference-types.debug.wat b/tests/compiler/features/reference-types.debug.wat index d7dfc388c9..2e036c937e 100644 --- a/tests/compiler/features/reference-types.debug.wat +++ b/tests/compiler/features/reference-types.debug.wat @@ -35,7 +35,7 @@ (export "nonNullReal" (global $features/reference-types/nonNullReal)) (export "memory" (memory $0)) (start $~start) - (func $features/reference-types/testLocal + (func $features/reference-types/testLocal (local $local funcref) ref.null nofunc local.set $local @@ -68,7 +68,7 @@ unreachable end ) - (func $features/reference-types/testLocal + (func $features/reference-types/testLocal (local $local externref) ref.null noextern local.set $local @@ -256,8 +256,8 @@ call $~lib/builtins/abort unreachable end - call $features/reference-types/testLocal - call $features/reference-types/testLocal + call $features/reference-types/testLocal + call $features/reference-types/testLocal ref.func $features/reference-types/someFunc global.set $features/reference-types/funcGlobal global.get $features/reference-types/funcGlobal diff --git a/tests/compiler/field-reference-types.json b/tests/compiler/field-reference-types.json new file mode 100644 index 0000000000..328a6864a7 --- /dev/null +++ b/tests/compiler/field-reference-types.json @@ -0,0 +1,7 @@ +{ + "stderr": [ + "Not implemented: Reference typed fields", + "Not implemented: Reference typed fields", + "EOF" + ] +} diff --git a/tests/compiler/field-reference-types.ts b/tests/compiler/field-reference-types.ts new file mode 100644 index 0000000000..181e62a0ef --- /dev/null +++ b/tests/compiler/field-reference-types.ts @@ -0,0 +1,12 @@ +class Foo { + bar: externref = null; +} + +class Baz { + qux: T; +} + +new Foo(); +new Baz(); + +ERROR("EOF"); From 1126ef11c72cf93391819d1e0b80125b63947382 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Wed, 27 Sep 2023 17:42:23 +0800 Subject: [PATCH 016/103] fix: `StaticArray#concat` link child to incorrect parent (#2746) --- std/assembly/staticarray.ts | 4 +- tests/compiler/std/staticarray.debug.wat | 1914 +++++++++++--------- tests/compiler/std/staticarray.release.wat | 1622 +++++++++-------- tests/compiler/std/staticarray.ts | 5 + 4 files changed, 1976 insertions(+), 1569 deletions(-) diff --git a/std/assembly/staticarray.ts b/std/assembly/staticarray.ts index 874a5d07fa..89cad68afc 100644 --- a/std/assembly/staticarray.ts +++ b/std/assembly/staticarray.ts @@ -214,14 +214,14 @@ export class StaticArray { for (let offset: usize = 0; offset < sourceSize; offset += sizeof()) { let ref = load(thisStart + offset); store(outStart + offset, ref); - __link(outStart, ref, true); + __link(changetype(out), ref, true); } outStart += sourceSize; let otherSize = otherLen << alignof(); for (let offset: usize = 0; offset < otherSize; offset += sizeof()) { let ref = load(otherStart + offset); store(outStart + offset, ref); - __link(outStart, ref, true); + __link(changetype(out), ref, true); } } else { memory.copy(outStart, thisStart, sourceSize); diff --git a/tests/compiler/std/staticarray.debug.wat b/tests/compiler/std/staticarray.debug.wat index 46375ecaea..3f0be58115 100644 --- a/tests/compiler/std/staticarray.debug.wat +++ b/tests/compiler/std/staticarray.debug.wat @@ -40,10 +40,10 @@ (global $~lib/native/ASC_SHRINK_LEVEL i32 (i32.const 0)) (global $std/staticarray/maxVal (mut i32) (i32.const 0)) (global $~lib/builtins/u32.MAX_VALUE i32 (i32.const -1)) - (global $~lib/rt/__rtti_base i32 (i32.const 2704)) - (global $~lib/memory/__data_end i32 (i32.const 2776)) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 35544)) - (global $~lib/memory/__heap_base i32 (i32.const 35544)) + (global $~lib/rt/__rtti_base i32 (i32.const 2864)) + (global $~lib/memory/__data_end i32 (i32.const 2936)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 35704)) + (global $~lib/memory/__heap_base i32 (i32.const 35704)) (memory $0 1) (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") (data $1 (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") @@ -65,54 +65,59 @@ (data $17 (i32.const 812) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\02\00\00\00\00\00\00\00") (data $18 (i32.const 844) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") (data $19 (i32.const 876) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $20 (i32.const 908) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00n\00t\00\00\00\00\00\00\00") - (data $21 (i32.const 940) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00b\00i\00s\00o\00n\00\00\00") - (data $22 (i32.const 972) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00c\00a\00m\00e\00l\00\00\00") - (data $23 (i32.const 1004) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00d\00u\00c\00k\00\00\00\00\00") - (data $24 (i32.const 1036) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00e\00l\00e\00p\00h\00a\00n\00t\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $25 (i32.const 1084) ",\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\14\00\00\00\a0\03\00\00\c0\03\00\00\e0\03\00\00\00\04\00\00 \04\00\00\00\00\00\00\00\00\00\00") - (data $26 (i32.const 1132) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $27 (i32.const 1260) ",\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\14\00\00\00\a0\03\00\00\c0\03\00\00\e0\03\00\00\00\04\00\00 \04\00\00\00\00\00\00\00\00\00\00") - (data $28 (i32.const 1308) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $29 (i32.const 1340) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00f\00o\00o\00\00\00\00\00\00\00") - (data $30 (i32.const 1372) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00P\05\00\00\00\00\00\00\00\00\00\00") - (data $31 (i32.const 1404) ",\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\14\00\00\00\a0\03\00\00\c0\03\00\00\e0\03\00\00\00\04\00\00 \04\00\00\00\00\00\00\00\00\00\00") - (data $32 (i32.const 1452) "\1c\00\00\00\00\00\00\00\00\00\00\00\n\00\00\00\08\00\00\00\00\00\00\00\00\00\f8\7f\00\00\00\00") - (data $33 (i32.const 1484) "\1c\00\00\00\00\00\00\00\00\00\00\00\0b\00\00\00\04\00\00\00\00\00\c0\7f\00\00\00\00\00\00\00\00") - (data $34 (i32.const 1516) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\02\00\00\00\t\00\00\00\t\00\00\00") - (data $35 (i32.const 1548) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00\02\00\00\00\05\00\00\00\t\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $36 (i32.const 1596) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00F\00i\00r\00e\00\00\00\00\00") - (data $37 (i32.const 1628) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00A\00i\00r\00\00\00\00\00\00\00") - (data $38 (i32.const 1660) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00W\00a\00t\00e\00r\00\00\00") - (data $39 (i32.const 1692) "\1c\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\0c\00\00\00P\06\00\00p\06\00\00\90\06\00\00") - (data $40 (i32.const 1724) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $41 (i32.const 1756) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00,\00\00\00\00\00\00\00\00\00\00\00") - (data $42 (i32.const 1788) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00F\00i\00r\00e\00,\00A\00i\00r\00,\00W\00a\00t\00e\00r\00") - (data $43 (i32.const 1836) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00F\00i\00r\00e\00A\00i\00r\00W\00a\00t\00e\00r\00\00\00\00\00") - (data $44 (i32.const 1884) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00-\00\00\00\00\00\00\00\00\00\00\00") - (data $45 (i32.const 1916) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00F\00i\00r\00e\00-\00A\00i\00r\00-\00W\00a\00t\00e\00r\00") - (data $46 (i32.const 1964) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00 \00+\00 \00\00\00\00\00\00\00") - (data $47 (i32.const 1996) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00F\00i\00r\00e\00 \00+\00 \00A\00i\00r\00 \00+\00 \00W\00a\00t\00e\00r\00\00\00\00\00\00\00\00\00") - (data $48 (i32.const 2060) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $49 (i32.const 2092) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") - (data $50 (i32.const 2124) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data $51 (i32.const 2172) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") - (data $52 (i32.const 2204) "\1c\00\00\00\00\00\00\00\00\00\00\00\0c\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") - (data $53 (i32.const 2236) "\1c\00\00\00\00\00\00\00\00\00\00\00\r\00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") - (data $54 (i32.const 2268) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") - (data $55 (i32.const 2300) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00") - (data $56 (i32.const 2332) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") - (data $57 (i32.const 2364) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00") - (data $58 (i32.const 2396) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\07\00\00\00\00\00\00\00\00\00\00\00") - (data $59 (i32.const 2428) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\08\00\00\00\00\00\00\00\00\00\00\00") - (data $60 (i32.const 2460) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") - (data $61 (i32.const 2492) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\n\00\00\00\00\00\00\00\00\00\00\00") - (data $62 (i32.const 2524) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\0b\00\00\00\00\00\00\00\00\00\00\00") - (data $63 (i32.const 2556) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\0c\00\00\00\00\00\00\00\00\00\00\00") - (data $64 (i32.const 2588) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\r\00\00\00\00\00\00\00\00\00\00\00") - (data $65 (i32.const 2620) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00\00\00\00\00\03\00\00\00\02\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $66 (i32.const 2668) "\1c\00\00\00\00\00\00\00\00\00\00\00\10\00\00\00\08\00\00\00\0e\00\00\00\00\00\00\00\00\00\00\00") - (data $67 (i32.const 2704) "\11\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00$\t\00\00 \00\00\00\04A\00\00\02\t\00\00\04A\00\00\02A\00\00$\1a\00\00$\19\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $20 (i32.const 908) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\001\00\00\00\00\00\00\00\00\00\00\00") + (data $21 (i32.const 940) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\002\00\00\00\00\00\00\00\00\00\00\00") + (data $22 (i32.const 972) "\1c\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\08\00\00\00\a0\03\00\00\c0\03\00\00\00\00\00\00") + (data $23 (i32.const 1004) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\003\00\00\00\00\00\00\00\00\00\00\00") + (data $24 (i32.const 1036) "\1c\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\04\00\00\00\00\04\00\00\00\00\00\00\00\00\00\00") + (data $25 (i32.const 1068) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00a\00n\00t\00\00\00\00\00\00\00") + (data $26 (i32.const 1100) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00b\00i\00s\00o\00n\00\00\00") + (data $27 (i32.const 1132) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00c\00a\00m\00e\00l\00\00\00") + (data $28 (i32.const 1164) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00d\00u\00c\00k\00\00\00\00\00") + (data $29 (i32.const 1196) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00e\00l\00e\00p\00h\00a\00n\00t\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $30 (i32.const 1244) ",\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\14\00\00\00@\04\00\00`\04\00\00\80\04\00\00\a0\04\00\00\c0\04\00\00\00\00\00\00\00\00\00\00") + (data $31 (i32.const 1292) "|\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $32 (i32.const 1420) ",\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\14\00\00\00@\04\00\00`\04\00\00\80\04\00\00\a0\04\00\00\c0\04\00\00\00\00\00\00\00\00\00\00") + (data $33 (i32.const 1468) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $34 (i32.const 1500) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00f\00o\00o\00\00\00\00\00\00\00") + (data $35 (i32.const 1532) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\f0\05\00\00\00\00\00\00\00\00\00\00") + (data $36 (i32.const 1564) ",\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\14\00\00\00@\04\00\00`\04\00\00\80\04\00\00\a0\04\00\00\c0\04\00\00\00\00\00\00\00\00\00\00") + (data $37 (i32.const 1612) "\1c\00\00\00\00\00\00\00\00\00\00\00\n\00\00\00\08\00\00\00\00\00\00\00\00\00\f8\7f\00\00\00\00") + (data $38 (i32.const 1644) "\1c\00\00\00\00\00\00\00\00\00\00\00\0b\00\00\00\04\00\00\00\00\00\c0\7f\00\00\00\00\00\00\00\00") + (data $39 (i32.const 1676) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\02\00\00\00\t\00\00\00\t\00\00\00") + (data $40 (i32.const 1708) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00\02\00\00\00\05\00\00\00\t\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $41 (i32.const 1756) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00F\00i\00r\00e\00\00\00\00\00") + (data $42 (i32.const 1788) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00A\00i\00r\00\00\00\00\00\00\00") + (data $43 (i32.const 1820) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00W\00a\00t\00e\00r\00\00\00") + (data $44 (i32.const 1852) "\1c\00\00\00\00\00\00\00\00\00\00\00\08\00\00\00\0c\00\00\00\f0\06\00\00\10\07\00\000\07\00\00") + (data $45 (i32.const 1884) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $46 (i32.const 1916) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00,\00\00\00\00\00\00\00\00\00\00\00") + (data $47 (i32.const 1948) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00F\00i\00r\00e\00,\00A\00i\00r\00,\00W\00a\00t\00e\00r\00") + (data $48 (i32.const 1996) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00F\00i\00r\00e\00A\00i\00r\00W\00a\00t\00e\00r\00\00\00\00\00") + (data $49 (i32.const 2044) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00-\00\00\00\00\00\00\00\00\00\00\00") + (data $50 (i32.const 2076) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00F\00i\00r\00e\00-\00A\00i\00r\00-\00W\00a\00t\00e\00r\00") + (data $51 (i32.const 2124) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00 \00+\00 \00\00\00\00\00\00\00") + (data $52 (i32.const 2156) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00F\00i\00r\00e\00 \00+\00 \00A\00i\00r\00 \00+\00 \00W\00a\00t\00e\00r\00\00\00\00\00\00\00\00\00") + (data $53 (i32.const 2220) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $54 (i32.const 2252) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") + (data $55 (i32.const 2284) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $56 (i32.const 2332) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") + (data $57 (i32.const 2364) "\1c\00\00\00\00\00\00\00\00\00\00\00\0c\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $58 (i32.const 2396) "\1c\00\00\00\00\00\00\00\00\00\00\00\r\00\00\00\08\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00") + (data $59 (i32.const 2428) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") + (data $60 (i32.const 2460) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00") + (data $61 (i32.const 2492) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\05\00\00\00\00\00\00\00\00\00\00\00") + (data $62 (i32.const 2524) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\06\00\00\00\00\00\00\00\00\00\00\00") + (data $63 (i32.const 2556) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\07\00\00\00\00\00\00\00\00\00\00\00") + (data $64 (i32.const 2588) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\08\00\00\00\00\00\00\00\00\00\00\00") + (data $65 (i32.const 2620) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\t\00\00\00\00\00\00\00\00\00\00\00") + (data $66 (i32.const 2652) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\n\00\00\00\00\00\00\00\00\00\00\00") + (data $67 (i32.const 2684) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\0b\00\00\00\00\00\00\00\00\00\00\00") + (data $68 (i32.const 2716) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\0c\00\00\00\00\00\00\00\00\00\00\00") + (data $69 (i32.const 2748) "\1c\00\00\00\00\00\00\00\00\00\00\00\0e\00\00\00\08\00\00\00\r\00\00\00\00\00\00\00\00\00\00\00") + (data $70 (i32.const 2780) ",\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00\00\00\00\00\03\00\00\00\02\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $71 (i32.const 2828) "\1c\00\00\00\00\00\00\00\00\00\00\00\10\00\00\00\08\00\00\00\0e\00\00\00\00\00\00\00\00\00\00\00") + (data $72 (i32.const 2864) "\11\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00$\t\00\00 \00\00\00\04A\00\00\02\t\00\00\04A\00\00\02A\00\00$\1a\00\00$\19\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 15 15 funcref) (elem $0 (i32.const 1) $start:std/staticarray~anonymous|0 $start:std/staticarray~anonymous|1 $start:std/staticarray~anonymous|2 $start:std/staticarray~anonymous|3 $start:std/staticarray~anonymous|4 $start:std/staticarray~anonymous|5 $start:std/staticarray~anonymous|6 $start:std/staticarray~anonymous|7 $start:std/staticarray~anonymous|8 $start:std/staticarray~anonymous|9 $start:std/staticarray~anonymous|10 $start:std/staticarray~anonymous|11 $start:std/staticarray~anonymous|12 $~lib/util/sort/COMPARATOR~anonymous|0) (export "memory" (memory $0)) @@ -3544,7 +3549,7 @@ i32.const 656 local.get $0 call $~lib/rt/itcms/__visit - i32.const 1152 + i32.const 1312 local.get $0 call $~lib/rt/itcms/__visit i32.const 320 @@ -3841,8 +3846,8 @@ global.get $~lib/memory/__data_end i32.lt_s if - i32.const 35568 - i32.const 35616 + i32.const 35728 + i32.const 35776 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4203,6 +4208,163 @@ local.get $10 return ) + (func $~lib/staticarray/StaticArray<~lib/string/String>#concat<~lib/staticarray/StaticArray<~lib/string/String>> (param $this i32) (param $other i32) (result i32) + (local $sourceLen i32) + (local $otherLen i32) + (local $outLen i32) + (local $sourceSize i32) + (local $out i32) + (local $outStart i32) + (local $otherStart i32) + (local $thisStart i32) + (local $offset i32) + (local $ref i32) + (local $otherSize i32) + (local $offset|13 i32) + (local $ref|14 i32) + (local $15 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store $0 + local.get $this + local.set $15 + global.get $~lib/memory/__stack_pointer + local.get $15 + i32.store $0 + local.get $15 + call $~lib/staticarray/StaticArray<~lib/string/String>#get:length + local.set $sourceLen + local.get $other + local.set $15 + global.get $~lib/memory/__stack_pointer + local.get $15 + i32.store $0 + local.get $15 + call $~lib/staticarray/StaticArray<~lib/string/String>#get:length + local.set $otherLen + local.get $sourceLen + local.get $otherLen + i32.add + local.set $outLen + local.get $outLen + i32.const 1073741820 + i32.const 2 + i32.shr_u + i32.gt_u + if + i32.const 656 + i32.const 128 + i32.const 178 + i32.const 7 + call $~lib/builtins/abort + unreachable + end + local.get $sourceLen + i32.const 2 + i32.shl + local.set $sourceSize + global.get $~lib/memory/__stack_pointer + local.get $this + local.tee $out + i32.store $0 offset=4 + i32.const 0 + drop + i32.const 1 + drop + global.get $~lib/memory/__stack_pointer + local.get $outLen + i32.const 2 + i32.shl + i32.const 8 + call $~lib/rt/itcms/__new + local.tee $out + i32.store $0 offset=4 + local.get $out + local.set $outStart + local.get $other + local.set $otherStart + local.get $this + local.set $thisStart + i32.const 1 + drop + i32.const 0 + local.set $offset + loop $for-loop|0 + local.get $offset + local.get $sourceSize + i32.lt_u + if + local.get $thisStart + local.get $offset + i32.add + i32.load $0 + local.set $ref + local.get $outStart + local.get $offset + i32.add + local.get $ref + i32.store $0 + local.get $out + local.get $ref + i32.const 1 + call $~lib/rt/itcms/__link + local.get $offset + i32.const 4 + i32.add + local.set $offset + br $for-loop|0 + end + end + local.get $outStart + local.get $sourceSize + i32.add + local.set $outStart + local.get $otherLen + i32.const 2 + i32.shl + local.set $otherSize + i32.const 0 + local.set $offset|13 + loop $for-loop|1 + local.get $offset|13 + local.get $otherSize + i32.lt_u + if + local.get $otherStart + local.get $offset|13 + i32.add + i32.load $0 + local.set $ref|14 + local.get $outStart + local.get $offset|13 + i32.add + local.get $ref|14 + i32.store $0 + local.get $out + local.get $ref|14 + i32.const 1 + call $~lib/rt/itcms/__link + local.get $offset|13 + i32.const 4 + i32.add + local.set $offset|13 + br $for-loop|1 + end + end + local.get $out + local.set $15 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $15 + return + ) (func $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> (param $this i32) (param $start i32) (param $end i32) (result i32) (local $length i32) (local $4 i32) @@ -4450,7 +4612,7 @@ local.get $value i32.eqz if - i32.const 1152 + i32.const 1312 i32.const 128 i32.const 82 i32.const 40 @@ -5382,7 +5544,7 @@ i32.const 0 i32.lt_s if - i32.const 1744 + i32.const 1904 local.set $13 global.get $~lib/memory/__stack_pointer i32.const 16 @@ -5403,7 +5565,7 @@ if (result i32) local.get $4 else - i32.const 1744 + i32.const 1904 end local.set $13 global.get $~lib/memory/__stack_pointer @@ -5642,7 +5804,7 @@ local.get $1 i32.store $0 local.get $1 - i32.const 1776 + i32.const 1936 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 @@ -7327,7 +7489,7 @@ i32.const 4 i32.le_u drop - i32.const 2688 + i32.const 2848 br $~lib/util/sort/COMPARATOR|inlined.0 end local.tee $comparator @@ -7407,21 +7569,25 @@ (local $50 i32) (local $51 i32) (local $52 i32) + (local $53 i32) + (local $54 i32) + (local $55 i32) + (local $56 i32) global.get $~lib/memory/__stack_pointer - i32.const 100 + i32.const 108 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 100 + i32.const 108 memory.fill $0 global.get $std/staticarray/arr1 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 2 @@ -7436,11 +7602,11 @@ unreachable end global.get $std/staticarray/arr1 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#get:length i32.const 3 i32.eq @@ -7454,20 +7620,20 @@ unreachable end global.get $std/staticarray/arr1 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 i32.const 4 call $~lib/staticarray/StaticArray#__set global.get $std/staticarray/arr1 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 4 @@ -7497,11 +7663,11 @@ unreachable end global.get $std/staticarray/arr2 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 2 @@ -7516,11 +7682,11 @@ unreachable end global.get $std/staticarray/arr2 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#get:length i32.const 3 i32.eq @@ -7534,20 +7700,20 @@ unreachable end global.get $std/staticarray/arr2 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 i32.const 4 call $~lib/staticarray/StaticArray#__set global.get $std/staticarray/arr2 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 4 @@ -7581,11 +7747,11 @@ call $std/staticarray/test global.set $std/staticarray/arr3 global.get $std/staticarray/arr3 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 0 call $~lib/staticarray/StaticArray#__get i32.const 5 @@ -7600,11 +7766,11 @@ unreachable end global.get $std/staticarray/arr3 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 6 @@ -7619,11 +7785,11 @@ unreachable end global.get $std/staticarray/arr3 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 2 call $~lib/staticarray/StaticArray#__get i32.const 7 @@ -7638,11 +7804,11 @@ unreachable end global.get $std/staticarray/arr3 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#get:length i32.const 3 i32.eq @@ -7656,20 +7822,20 @@ unreachable end global.get $std/staticarray/arr3 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 i32.const 8 call $~lib/staticarray/StaticArray#__set global.get $std/staticarray/arr3 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 8 @@ -7686,11 +7852,11 @@ call $std/staticarray/test global.set $std/staticarray/arr3 global.get $std/staticarray/arr3 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 6 @@ -7734,11 +7900,11 @@ local.tee $3 i32.store $0 offset=8 local.get $3 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#get:length i32.const 3 i32.eq @@ -7756,20 +7922,20 @@ loop $for-loop|0 local.get $4 local.get $3 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#get:length i32.lt_s if local.get $3 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 local.get $4 call $~lib/staticarray/StaticArray#__get i32.const 0 @@ -7800,27 +7966,27 @@ i32.store $0 offset=12 global.get $~lib/memory/__stack_pointer local.get $7 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray.fromArray local.tee $8 i32.store $0 offset=16 local.get $8 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#get:length local.get $7 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/array/Array#get:length i32.eq i32.eqz @@ -7837,28 +8003,28 @@ loop $for-loop|1 local.get $9 local.get $7 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/array/Array#get:length i32.lt_s if local.get $8 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 local.get $9 call $~lib/staticarray/StaticArray#__get local.get $7 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 local.get $9 call $~lib/array/Array#__get i32.eq @@ -7884,20 +8050,20 @@ i32.const 7 i32.const 800 call $~lib/rt/__newArray - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray.fromArray local.tee $8 i32.store $0 offset=16 local.get $8 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#get:length i32.const 0 i32.eq @@ -7919,29 +8085,29 @@ i32.store $0 offset=20 global.get $~lib/memory/__stack_pointer local.get $13 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 4 i32.const 4 i32.const 864 call $~lib/rt/__newBuffer - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#concat<~lib/staticarray/StaticArray> local.tee $15 i32.store $0 offset=28 local.get $15 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#get:length i32.const 3 i32.eq @@ -7956,36 +8122,36 @@ end global.get $~lib/memory/__stack_pointer local.get $13 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 0 i32.const 4 i32.const 896 call $~lib/rt/__newBuffer - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#concat<~lib/staticarray/StaticArray> local.tee $15 i32.store $0 offset=28 local.get $15 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#get:length local.get $13 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#get:length i32.eq i32.eqz @@ -7998,124 +8164,168 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 20 i32.const 8 - i32.const 1104 + i32.const 8 + i32.const 992 call $~lib/rt/__newBuffer local.tee $18 i32.store $0 offset=32 global.get $~lib/memory/__stack_pointer local.get $18 - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 0 - i32.const 0 - global.set $~argumentsLength - i32.const 0 - call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs - local.tee $19 - i32.store $0 offset=36 - local.get $19 - local.set $52 + local.get $56 + i32.const 4 + i32.const 8 + i32.const 1056 + call $~lib/rt/__newBuffer + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 + i32.store $0 offset=24 + local.get $56 + call $~lib/staticarray/StaticArray<~lib/string/String>#concat<~lib/staticarray/StaticArray<~lib/string/String>> + local.tee $20 + i32.store $0 offset=36 + local.get $20 + local.set $56 + global.get $~lib/memory/__stack_pointer + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length - local.get $18 - local.set $52 + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 192 + i32.const 76 + i32.const 3 + call $~lib/builtins/abort + unreachable + end global.get $~lib/memory/__stack_pointer - local.get $52 + i32.const 20 + i32.const 8 + i32.const 1264 + call $~lib/rt/__newBuffer + local.tee $22 + i32.store $0 offset=40 + global.get $~lib/memory/__stack_pointer + local.get $22 + local.set $56 + global.get $~lib/memory/__stack_pointer + local.get $56 i32.store $0 - local.get $52 + local.get $56 + i32.const 0 + i32.const 0 + global.set $~argumentsLength + i32.const 0 + call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs + local.tee $23 + i32.store $0 offset=44 + local.get $23 + local.set $56 + global.get $~lib/memory/__stack_pointer + local.get $56 + i32.store $0 + local.get $56 + call $~lib/staticarray/StaticArray<~lib/string/String>#get:length + local.get $22 + local.set $56 + global.get $~lib/memory/__stack_pointer + local.get $56 + i32.store $0 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.eq i32.eqz if i32.const 0 i32.const 192 - i32.const 78 + i32.const 83 i32.const 3 call $~lib/builtins/abort unreachable end i32.const 0 - local.set $20 + local.set $24 loop $for-loop|2 - local.get $20 - local.get $18 - local.set $52 + local.get $24 + local.get $22 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.lt_s if - local.get $18 - local.set $52 + local.get $22 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store $0 offset=40 - local.get $52 - local.get $20 + local.get $56 + i32.store $0 offset=48 + local.get $56 + local.get $24 call $~lib/staticarray/StaticArray<~lib/string/String>#__get - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - local.get $19 - local.set $52 + local.get $56 + local.get $23 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store $0 offset=40 - local.get $52 - local.get $20 + local.get $56 + i32.store $0 offset=48 + local.get $56 + local.get $24 call $~lib/staticarray/StaticArray<~lib/string/String>#__get - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 192 - i32.const 81 + i32.const 86 i32.const 5 call $~lib/builtins/abort unreachable end - local.get $20 + local.get $24 i32.const 1 i32.add - local.set $20 + local.set $24 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer - local.get $18 - local.set $52 + local.get $22 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 i32.const 3 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> - local.tee $19 - i32.store $0 offset=36 - local.get $19 - local.set $52 + local.tee $23 + i32.store $0 offset=44 + local.get $23 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 2 i32.eq @@ -8123,96 +8333,96 @@ if i32.const 0 i32.const 192 - i32.const 85 + i32.const 90 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $19 - local.set $52 + local.get $23 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store $0 offset=40 - local.get $52 + local.get $56 + i32.store $0 offset=48 + local.get $56 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 960 - local.set $52 + local.get $56 + i32.const 1120 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 192 - i32.const 86 + i32.const 91 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $19 - local.set $52 + local.get $23 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store $0 offset=40 - local.get $52 + local.get $56 + i32.store $0 offset=48 + local.get $56 i32.const 1 call $~lib/staticarray/StaticArray<~lib/string/String>#__get - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 992 - local.set $52 + local.get $56 + i32.const 1152 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 192 - i32.const 87 + i32.const 92 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $18 - local.set $52 + local.get $22 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs - local.tee $19 - i32.store $0 offset=36 - local.get $19 - local.set $52 + local.tee $23 + i32.store $0 offset=44 + local.get $23 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length - local.get $18 - local.set $52 + local.get $22 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 1 i32.sub @@ -8221,67 +8431,67 @@ if i32.const 0 i32.const 192 - i32.const 90 + i32.const 95 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $18 - local.set $52 + local.get $22 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 0 i32.const 50 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> - local.tee $19 - i32.store $0 offset=36 - local.get $19 - local.set $52 + local.tee $23 + i32.store $0 offset=44 + local.get $23 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length - local.get $18 - local.set $52 + local.get $22 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.eq i32.eqz if i32.const 0 i32.const 192 - i32.const 93 + i32.const 98 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $18 - local.set $52 + local.get $22 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 100 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs - local.tee $19 - i32.store $0 offset=36 - local.get $19 - local.set $52 + local.tee $23 + i32.store $0 offset=44 + local.get $23 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 0 i32.eq @@ -8289,31 +8499,31 @@ if i32.const 0 i32.const 192 - i32.const 96 + i32.const 101 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $18 - local.set $52 + local.get $22 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const -1 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs - local.tee $19 - i32.store $0 offset=36 - local.get $19 - local.set $52 + local.tee $23 + i32.store $0 offset=44 + local.get $23 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 1 i32.eq @@ -8321,58 +8531,58 @@ if i32.const 0 i32.const 192 - i32.const 99 + i32.const 104 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $19 - local.set $52 + local.get $23 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store $0 offset=40 - local.get $52 + local.get $56 + i32.store $0 offset=48 + local.get $56 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 1056 - local.set $52 + local.get $56 + i32.const 1216 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 192 - i32.const 100 + i32.const 105 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $18 - local.set $52 + local.get $22 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const -2 i32.const -2 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> - local.tee $19 - i32.store $0 offset=36 - local.get $19 - local.set $52 + local.tee $23 + i32.store $0 offset=44 + local.get $23 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 0 i32.eq @@ -8380,29 +8590,29 @@ if i32.const 0 i32.const 192 - i32.const 103 + i32.const 108 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $18 - local.set $52 + local.get $22 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 2 i32.const -2 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> - local.tee $19 - i32.store $0 offset=36 - local.get $19 - local.set $52 + local.tee $23 + i32.store $0 offset=44 + local.get $23 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 1 i32.eq @@ -8410,36 +8620,36 @@ if i32.const 0 i32.const 192 - i32.const 106 + i32.const 111 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $19 - local.set $52 + local.get $23 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store $0 offset=40 - local.get $52 + local.get $56 + i32.store $0 offset=48 + local.get $56 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 992 - local.set $52 + local.get $56 + i32.const 1152 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 192 - i32.const 107 + i32.const 112 i32.const 3 call $~lib/builtins/abort unreachable @@ -8447,50 +8657,50 @@ global.get $~lib/memory/__stack_pointer i32.const 20 i32.const 8 - i32.const 1280 + i32.const 1440 call $~lib/rt/__newBuffer - local.tee $22 - i32.store $0 offset=44 + local.tee $26 + i32.store $0 offset=52 global.get $~lib/memory/__stack_pointer - local.get $22 - local.set $52 + local.get $26 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 0 i32.const 2 i32.const 9 - i32.const 1328 + i32.const 1488 call $~lib/rt/__newArray - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#concat<~lib/array/Array<~lib/string/String>> - local.tee $25 - i32.store $0 offset=48 - local.get $25 - local.set $52 + local.tee $29 + i32.store $0 offset=56 + local.get $29 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/array/Array<~lib/string/String>#get:length - local.get $22 - local.set $52 + local.get $26 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.eq i32.eqz if i32.const 0 i32.const 192 - i32.const 117 + i32.const 122 i32.const 3 call $~lib/builtins/abort unreachable @@ -8498,38 +8708,38 @@ i32.const 1 drop global.get $~lib/memory/__stack_pointer - local.get $22 - local.set $52 + local.get $26 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 i32.const 2 i32.const 9 - i32.const 1392 + i32.const 1552 call $~lib/rt/__newArray - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#concat<~lib/array/Array<~lib/string/String>> - local.tee $25 - i32.store $0 offset=48 - local.get $25 - local.set $52 + local.tee $29 + i32.store $0 offset=56 + local.get $29 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/array/Array<~lib/string/String>#get:length - local.get $22 - local.set $52 + local.get $26 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 1 i32.add @@ -8538,7 +8748,7 @@ if i32.const 0 i32.const 192 - i32.const 121 + i32.const 126 i32.const 3 call $~lib/builtins/abort unreachable @@ -8548,22 +8758,22 @@ global.get $~lib/memory/__stack_pointer i32.const 20 i32.const 8 - i32.const 1424 + i32.const 1584 call $~lib/rt/__newBuffer - local.tee $29 - i32.store $0 offset=52 - local.get $29 - local.set $52 + local.tee $33 + i32.store $0 offset=60 + local.get $33 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 960 - local.set $52 + local.get $56 + i32.const 1120 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#includes i32.const 1 @@ -8572,23 +8782,23 @@ if i32.const 0 i32.const 192 - i32.const 128 + i32.const 133 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $29 - local.set $52 + local.get $33 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 1360 - local.set $52 + local.get $56 + i32.const 1520 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#includes i32.const 0 @@ -8597,23 +8807,23 @@ if i32.const 0 i32.const 192 - i32.const 129 + i32.const 134 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $29 - local.set $52 + local.get $33 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 1056 - local.set $52 + local.get $56 + i32.const 1216 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 i32.const 5 call $~lib/staticarray/StaticArray<~lib/string/String>#includes i32.const 0 @@ -8622,23 +8832,23 @@ if i32.const 0 i32.const 192 - i32.const 130 + i32.const 135 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $29 - local.set $52 + local.get $33 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 1056 - local.set $52 + local.get $56 + i32.const 1216 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 i32.const -1 call $~lib/staticarray/StaticArray<~lib/string/String>#includes i32.const 1 @@ -8647,20 +8857,20 @@ if i32.const 0 i32.const 192 - i32.const 131 + i32.const 136 i32.const 3 call $~lib/builtins/abort unreachable end i32.const 8 i32.const 10 - i32.const 1472 + i32.const 1632 call $~lib/rt/__newBuffer - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 f64.const nan:0x8000000000000 i32.const 0 call $~lib/staticarray/StaticArray#includes @@ -8670,20 +8880,20 @@ if i32.const 0 i32.const 192 - i32.const 133 + i32.const 138 i32.const 3 call $~lib/builtins/abort unreachable end i32.const 4 i32.const 11 - i32.const 1504 + i32.const 1664 call $~lib/rt/__newBuffer - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 f32.const nan:0x400000 i32.const 0 call $~lib/staticarray/StaticArray#includes @@ -8693,7 +8903,7 @@ if i32.const 0 i32.const 192 - i32.const 134 + i32.const 139 i32.const 3 call $~lib/builtins/abort unreachable @@ -8701,16 +8911,16 @@ global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 4 - i32.const 1536 + i32.const 1696 call $~lib/rt/__newBuffer - local.tee $33 - i32.store $0 offset=56 - local.get $33 - local.set $52 + local.tee $37 + i32.store $0 offset=64 + local.get $37 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 2 i32.const 0 call $~lib/staticarray/StaticArray#indexOf @@ -8720,17 +8930,17 @@ if i32.const 0 i32.const 192 - i32.const 140 + i32.const 145 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $33 - local.set $52 + local.get $37 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 7 i32.const 0 call $~lib/staticarray/StaticArray#indexOf @@ -8740,17 +8950,17 @@ if i32.const 0 i32.const 192 - i32.const 141 + i32.const 146 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $33 - local.set $52 + local.get $37 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 9 i32.const 2 call $~lib/staticarray/StaticArray#indexOf @@ -8760,17 +8970,17 @@ if i32.const 0 i32.const 192 - i32.const 142 + i32.const 147 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $33 - local.set $52 + local.get $37 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 2 i32.const -1 call $~lib/staticarray/StaticArray#indexOf @@ -8780,17 +8990,17 @@ if i32.const 0 i32.const 192 - i32.const 143 + i32.const 148 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $33 - local.set $52 + local.get $37 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 2 i32.const -3 call $~lib/staticarray/StaticArray#indexOf @@ -8800,7 +9010,7 @@ if i32.const 0 i32.const 192 - i32.const 144 + i32.const 149 i32.const 3 call $~lib/builtins/abort unreachable @@ -8808,16 +9018,16 @@ global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 4 - i32.const 1568 + i32.const 1728 call $~lib/rt/__newBuffer - local.tee $35 - i32.store $0 offset=60 - local.get $35 - local.set $52 + local.tee $39 + i32.store $0 offset=68 + local.get $39 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 2 i32.const 1 global.set $~argumentsLength @@ -8829,17 +9039,17 @@ if i32.const 0 i32.const 192 - i32.const 150 + i32.const 155 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $35 - local.set $52 + local.get $39 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 7 i32.const 1 global.set $~argumentsLength @@ -8851,17 +9061,17 @@ if i32.const 0 i32.const 192 - i32.const 151 + i32.const 156 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $35 - local.set $52 + local.get $39 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 2 i32.const 3 call $~lib/staticarray/StaticArray#lastIndexOf @@ -8871,17 +9081,17 @@ if i32.const 0 i32.const 192 - i32.const 152 + i32.const 157 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $35 - local.set $52 + local.get $39 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 2 i32.const 2 call $~lib/staticarray/StaticArray#lastIndexOf @@ -8891,17 +9101,17 @@ if i32.const 0 i32.const 192 - i32.const 153 + i32.const 158 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $35 - local.set $52 + local.get $39 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 2 i32.const -2 call $~lib/staticarray/StaticArray#lastIndexOf @@ -8911,17 +9121,17 @@ if i32.const 0 i32.const 192 - i32.const 154 + i32.const 159 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $35 - local.set $52 + local.get $39 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 2 i32.const -1 call $~lib/staticarray/StaticArray#lastIndexOf @@ -8931,7 +9141,7 @@ if i32.const 0 i32.const 192 - i32.const 155 + i32.const 160 i32.const 3 call $~lib/builtins/abort unreachable @@ -8939,182 +9149,182 @@ global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 8 - i32.const 1712 + i32.const 1872 call $~lib/rt/__newBuffer - local.tee $37 - i32.store $0 offset=64 - local.get $37 - local.set $52 + local.tee $41 + i32.store $0 offset=72 + local.get $41 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store $0 offset=40 - local.get $52 - i32.const 1776 - local.set $52 + local.get $56 + i32.store $0 offset=48 + local.get $56 + i32.const 1936 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store $0 offset=68 - local.get $52 + local.get $56 + i32.store $0 offset=76 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#join - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 1808 - local.set $52 + local.get $56 + i32.const 1968 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 192 - i32.const 161 + i32.const 166 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $37 - local.set $52 + local.get $41 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store $0 offset=40 - local.get $52 - i32.const 1744 - local.set $52 + local.get $56 + i32.store $0 offset=48 + local.get $56 + i32.const 1904 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store $0 offset=68 - local.get $52 + local.get $56 + i32.store $0 offset=76 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#join - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 1856 - local.set $52 + local.get $56 + i32.const 2016 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 192 - i32.const 162 + i32.const 167 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $37 - local.set $52 + local.get $41 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store $0 offset=40 - local.get $52 - i32.const 1904 - local.set $52 + local.get $56 + i32.store $0 offset=48 + local.get $56 + i32.const 2064 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store $0 offset=68 - local.get $52 + local.get $56 + i32.store $0 offset=76 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#join - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 1936 - local.set $52 + local.get $56 + i32.const 2096 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 192 - i32.const 163 + i32.const 168 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $37 - local.set $52 + local.get $41 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store $0 offset=40 - local.get $52 - i32.const 1984 - local.set $52 + local.get $56 + i32.store $0 offset=48 + local.get $56 + i32.const 2144 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store $0 offset=68 - local.get $52 + local.get $56 + i32.store $0 offset=76 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#join - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 2016 - local.set $52 + local.get $56 + i32.const 2176 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 192 - i32.const 164 + i32.const 169 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $37 - local.set $52 + local.get $41 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store $0 offset=40 - local.get $52 - i32.const 1776 - local.set $52 + local.get $56 + i32.store $0 offset=48 + local.get $56 + i32.const 1936 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store $0 offset=68 - local.get $52 + local.get $56 + i32.store $0 offset=76 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#join - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - local.get $37 - local.set $52 + local.get $56 + local.get $41 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store $0 offset=40 - local.get $52 + local.get $56 + i32.store $0 offset=48 + local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#toString - local.set $52 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 192 - i32.const 165 + i32.const 170 i32.const 3 call $~lib/builtins/abort unreachable @@ -9122,16 +9332,16 @@ global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 4 - i32.const 2080 + i32.const 2240 call $~lib/rt/__newBuffer - local.tee $39 - i32.store $0 offset=72 - local.get $39 - local.set $52 + local.tee $43 + i32.store $0 offset=80 + local.get $43 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 i32.const 1 i32.const 2 @@ -9139,12 +9349,12 @@ i32.const 0 call $~lib/staticarray/StaticArray#fill@varargs drop - local.get $39 - local.set $52 + local.get $43 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 0 call $~lib/staticarray/StaticArray#__get i32.const 0 @@ -9153,17 +9363,17 @@ if i32.const 0 i32.const 192 - i32.const 173 + i32.const 178 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $39 - local.set $52 + local.get $43 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 1 @@ -9172,32 +9382,32 @@ if i32.const 0 i32.const 192 - i32.const 174 + i32.const 179 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.const 4 - i32.const 2112 - call $~lib/rt/__newBuffer - local.tee $41 - i32.store $0 offset=76 - local.get $41 - local.set $52 + i32.const 12 + i32.const 4 + i32.const 2272 + call $~lib/rt/__newBuffer + local.tee $45 + i32.store $0 offset=84 + local.get $45 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#reverse drop - local.get $41 - local.set $52 + local.get $45 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 0 call $~lib/staticarray/StaticArray#__get i32.const 3 @@ -9206,17 +9416,17 @@ if i32.const 0 i32.const 192 - i32.const 182 + i32.const 187 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $41 - local.set $52 + local.get $45 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 2 @@ -9225,17 +9435,17 @@ if i32.const 0 i32.const 192 - i32.const 183 + i32.const 188 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $41 - local.set $52 + local.get $45 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 2 call $~lib/staticarray/StaticArray#__get i32.const 1 @@ -9244,7 +9454,7 @@ if i32.const 0 i32.const 192 - i32.const 184 + i32.const 189 i32.const 3 call $~lib/builtins/abort unreachable @@ -9252,16 +9462,16 @@ global.get $~lib/memory/__stack_pointer i32.const 20 i32.const 4 - i32.const 2144 + i32.const 2304 call $~lib/rt/__newBuffer - local.tee $43 - i32.store $0 offset=80 - local.get $43 - local.set $52 + local.tee $47 + i32.store $0 offset=88 + local.get $47 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 0 i32.const 3 i32.const 2 @@ -9269,12 +9479,12 @@ i32.const 0 call $~lib/staticarray/StaticArray#copyWithin@varargs drop - local.get $43 - local.set $52 + local.get $47 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 0 call $~lib/staticarray/StaticArray#__get i32.const 4 @@ -9283,17 +9493,17 @@ if i32.const 0 i32.const 192 - i32.const 192 + i32.const 197 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $43 - local.set $52 + local.get $47 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 5 @@ -9302,17 +9512,17 @@ if i32.const 0 i32.const 192 - i32.const 193 + i32.const 198 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $43 - local.set $52 + local.get $47 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 2 call $~lib/staticarray/StaticArray#__get i32.const 3 @@ -9321,17 +9531,17 @@ if i32.const 0 i32.const 192 - i32.const 194 + i32.const 199 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $43 - local.set $52 + local.get $47 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 3 call $~lib/staticarray/StaticArray#__get i32.const 4 @@ -9340,17 +9550,17 @@ if i32.const 0 i32.const 192 - i32.const 195 + i32.const 200 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $43 - local.set $52 + local.get $47 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 4 call $~lib/staticarray/StaticArray#__get i32.const 5 @@ -9359,7 +9569,7 @@ if i32.const 0 i32.const 192 - i32.const 196 + i32.const 201 i32.const 3 call $~lib/builtins/abort unreachable @@ -9367,32 +9577,32 @@ global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 4 - i32.const 2192 + i32.const 2352 call $~lib/rt/__newBuffer - local.tee $45 - i32.store $0 offset=84 + local.tee $49 + i32.store $0 offset=92 global.get $~lib/memory/__stack_pointer - local.get $45 - local.set $52 + local.get $49 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 2224 - local.set $52 + local.get $56 + i32.const 2384 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#map - local.tee $46 - i32.store $0 offset=88 - local.get $46 - local.set $52 + local.tee $50 + i32.store $0 offset=96 + local.get $50 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 0 call $~lib/array/Array#__get i32.const 2 @@ -9401,17 +9611,17 @@ if i32.const 0 i32.const 192 - i32.const 205 + i32.const 210 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $46 - local.set $52 + local.get $50 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 call $~lib/array/Array#__get i32.const 3 @@ -9420,17 +9630,17 @@ if i32.const 0 i32.const 192 - i32.const 206 + i32.const 211 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $46 - local.set $52 + local.get $50 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 2 call $~lib/array/Array#__get i32.const 4 @@ -9439,23 +9649,23 @@ if i32.const 0 i32.const 192 - i32.const 207 + i32.const 212 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $45 - local.set $52 + local.get $49 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 2256 - local.set $52 + local.get $56 + i32.const 2416 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#forEach global.get $std/staticarray/maxVal i32.const 3 @@ -9464,33 +9674,33 @@ if i32.const 0 i32.const 192 - i32.const 211 + i32.const 216 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $45 - local.set $52 + local.get $49 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 2288 - local.set $52 + local.get $56 + i32.const 2448 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#filter - local.tee $47 - i32.store $0 offset=92 - local.get $47 - local.set $52 + local.tee $51 + i32.store $0 offset=100 + local.get $51 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -9498,17 +9708,17 @@ if i32.const 0 i32.const 192 - i32.const 215 + i32.const 220 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $47 - local.set $52 + local.get $51 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 0 call $~lib/array/Array#__get i32.const 2 @@ -9517,17 +9727,17 @@ if i32.const 0 i32.const 192 - i32.const 216 + i32.const 221 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $47 - local.set $52 + local.get $51 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 call $~lib/array/Array#__get i32.const 3 @@ -9536,167 +9746,167 @@ if i32.const 0 i32.const 192 - i32.const 217 + i32.const 222 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $45 - local.set $52 + local.get $49 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 2320 - local.set $52 + local.get $56 + i32.const 2480 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 i32.const 0 call $~lib/staticarray/StaticArray#reduce - local.set $48 - local.get $48 + local.set $52 + local.get $52 i32.const 6 i32.eq i32.eqz if i32.const 0 i32.const 192 - i32.const 221 + i32.const 226 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $45 - local.set $52 + local.get $49 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 2352 - local.set $52 + local.get $56 + i32.const 2512 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 i32.const 0 call $~lib/staticarray/StaticArray#reduceRight - local.set $49 - local.get $49 + local.set $53 + local.get $53 i32.const 6 i32.eq i32.eqz if i32.const 0 i32.const 192 - i32.const 225 + i32.const 230 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $45 - local.set $52 + local.get $49 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 2384 - local.set $52 + local.get $56 + i32.const 2544 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#some i32.eqz if i32.const 0 i32.const 192 - i32.const 228 + i32.const 233 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $45 - local.set $52 + local.get $49 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 2416 - local.set $52 + local.get $56 + i32.const 2576 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#some i32.eqz i32.eqz if i32.const 0 i32.const 192 - i32.const 229 + i32.const 234 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $45 - local.set $52 + local.get $49 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 2448 - local.set $52 + local.get $56 + i32.const 2608 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#every i32.eqz if i32.const 0 i32.const 192 - i32.const 232 + i32.const 237 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $45 - local.set $52 + local.get $49 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 2480 - local.set $52 + local.get $56 + i32.const 2640 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#every i32.eqz i32.eqz if i32.const 0 i32.const 192 - i32.const 233 + i32.const 238 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $45 - local.set $52 + local.get $49 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 2512 - local.set $52 + local.get $56 + i32.const 2672 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#findIndex i32.const 1 i32.eq @@ -9704,23 +9914,23 @@ if i32.const 0 i32.const 192 - i32.const 236 + i32.const 241 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $45 - local.set $52 + local.get $49 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 2544 - local.set $52 + local.get $56 + i32.const 2704 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#findIndex i32.const -1 i32.eq @@ -9728,23 +9938,23 @@ if i32.const 0 i32.const 192 - i32.const 237 + i32.const 242 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $45 - local.set $52 + local.get $49 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 2576 - local.set $52 + local.get $56 + i32.const 2736 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#findLastIndex i32.const 1 i32.eq @@ -9752,23 +9962,23 @@ if i32.const 0 i32.const 192 - i32.const 240 + i32.const 245 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $45 - local.set $52 + local.get $49 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 - i32.const 2608 - local.set $52 + local.get $56 + i32.const 2768 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 offset=24 - local.get $52 + local.get $56 call $~lib/staticarray/StaticArray#findLastIndex i32.const -1 i32.eq @@ -9776,7 +9986,7 @@ if i32.const 0 i32.const 192 - i32.const 241 + i32.const 246 i32.const 3 call $~lib/builtins/abort unreachable @@ -9784,27 +9994,27 @@ global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 4 - i32.const 2640 + i32.const 2800 call $~lib/rt/__newBuffer - local.tee $51 - i32.store $0 offset=96 - local.get $51 - local.set $52 + local.tee $55 + i32.store $0 offset=104 + local.get $55 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/staticarray/StaticArray#sort@varargs drop - local.get $51 - local.set $52 + local.get $55 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 0 call $~lib/staticarray/StaticArray#__get i32.const 0 @@ -9813,17 +10023,17 @@ if i32.const 0 i32.const 192 - i32.const 250 + i32.const 255 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $51 - local.set $52 + local.get $55 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 1 @@ -9832,17 +10042,17 @@ if i32.const 0 i32.const 192 - i32.const 251 + i32.const 256 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $51 - local.set $52 + local.get $55 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 2 call $~lib/staticarray/StaticArray#__get i32.const 2 @@ -9851,17 +10061,17 @@ if i32.const 0 i32.const 192 - i32.const 252 + i32.const 257 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $51 - local.set $52 + local.get $55 + local.set $56 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $56 i32.store $0 - local.get $52 + local.get $56 i32.const 3 call $~lib/staticarray/StaticArray#__get i32.const 3 @@ -9870,7 +10080,7 @@ if i32.const 0 i32.const 192 - i32.const 253 + i32.const 258 i32.const 3 call $~lib/builtins/abort unreachable @@ -9879,7 +10089,7 @@ global.set $~lib/memory/__stack_pointer call $~lib/rt/itcms/__collect global.get $~lib/memory/__stack_pointer - i32.const 100 + i32.const 108 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/std/staticarray.release.wat b/tests/compiler/std/staticarray.release.wat index 47b2b837b5..0b492e20cc 100644 --- a/tests/compiler/std/staticarray.release.wat +++ b/tests/compiler/std/staticarray.release.wat @@ -27,7 +27,7 @@ (global $std/staticarray/arr4 (mut i32) (i32.const 0)) (global $~argumentsLength (mut i32) (i32.const 0)) (global $std/staticarray/maxVal (mut i32) (i32.const 0)) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 36568)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 36728)) (memory $0 1) (data $0 (i32.const 1036) "\1c") (data $0.1 (i32.const 1048) "\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") @@ -64,101 +64,111 @@ (data $19 (i32.const 1900) "\1c") (data $19.1 (i32.const 1912) "\04") (data $20 (i32.const 1932) "\1c") - (data $20.1 (i32.const 1944) "\02\00\00\00\06\00\00\00a\00n\00t") + (data $20.1 (i32.const 1944) "\02\00\00\00\02\00\00\001") (data $21 (i32.const 1964) "\1c") - (data $21.1 (i32.const 1976) "\02\00\00\00\n\00\00\00b\00i\00s\00o\00n") + (data $21.1 (i32.const 1976) "\02\00\00\00\02\00\00\002") (data $22 (i32.const 1996) "\1c") - (data $22.1 (i32.const 2008) "\02\00\00\00\n\00\00\00c\00a\00m\00e\00l") + (data $22.1 (i32.const 2008) "\08\00\00\00\08\00\00\00\a0\07\00\00\c0\07") (data $23 (i32.const 2028) "\1c") - (data $23.1 (i32.const 2040) "\02\00\00\00\08\00\00\00d\00u\00c\00k") - (data $24 (i32.const 2060) ",") - (data $24.1 (i32.const 2072) "\02\00\00\00\10\00\00\00e\00l\00e\00p\00h\00a\00n\00t") - (data $25 (i32.const 2108) ",") - (data $25.1 (i32.const 2120) "\08\00\00\00\14\00\00\00\a0\07\00\00\c0\07\00\00\e0\07\00\00\00\08\00\00 \08") - (data $26 (i32.const 2156) "|") - (data $26.1 (i32.const 2168) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") - (data $27 (i32.const 2284) ",") - (data $27.1 (i32.const 2296) "\08\00\00\00\14\00\00\00\a0\07\00\00\c0\07\00\00\e0\07\00\00\00\08\00\00 \08") - (data $28 (i32.const 2332) "\1c") - (data $28.1 (i32.const 2344) "\01") - (data $29 (i32.const 2364) "\1c") - (data $29.1 (i32.const 2376) "\02\00\00\00\06\00\00\00f\00o\00o") - (data $30 (i32.const 2396) "\1c") - (data $30.1 (i32.const 2408) "\01\00\00\00\04\00\00\00P\t") - (data $31 (i32.const 2428) ",") - (data $31.1 (i32.const 2440) "\08\00\00\00\14\00\00\00\a0\07\00\00\c0\07\00\00\e0\07\00\00\00\08\00\00 \08") - (data $32 (i32.const 2476) "\1c") - (data $32.1 (i32.const 2488) "\n\00\00\00\08") - (data $32.2 (i32.const 2502) "\f8\7f") - (data $33 (i32.const 2508) "\1c") - (data $33.1 (i32.const 2520) "\0b\00\00\00\04\00\00\00\00\00\c0\7f") - (data $34 (i32.const 2540) "\1c") - (data $34.1 (i32.const 2552) "\04\00\00\00\0c\00\00\00\02\00\00\00\t\00\00\00\t") - (data $35 (i32.const 2572) ",") - (data $35.1 (i32.const 2584) "\04\00\00\00\10\00\00\00\02\00\00\00\05\00\00\00\t\00\00\00\02") - (data $36 (i32.const 2620) "\1c") - (data $36.1 (i32.const 2632) "\02\00\00\00\08\00\00\00F\00i\00r\00e") - (data $37 (i32.const 2652) "\1c") - (data $37.1 (i32.const 2664) "\02\00\00\00\06\00\00\00A\00i\00r") - (data $38 (i32.const 2684) "\1c") - (data $38.1 (i32.const 2696) "\02\00\00\00\n\00\00\00W\00a\00t\00e\00r") - (data $39 (i32.const 2716) "\1c") - (data $39.1 (i32.const 2728) "\08\00\00\00\0c\00\00\00P\n\00\00p\n\00\00\90\n") - (data $40 (i32.const 2748) "\1c") - (data $40.1 (i32.const 2760) "\02") + (data $23.1 (i32.const 2040) "\02\00\00\00\02\00\00\003") + (data $24 (i32.const 2060) "\1c") + (data $24.1 (i32.const 2072) "\08\00\00\00\04\00\00\00\00\08") + (data $25 (i32.const 2092) "\1c") + (data $25.1 (i32.const 2104) "\02\00\00\00\06\00\00\00a\00n\00t") + (data $26 (i32.const 2124) "\1c") + (data $26.1 (i32.const 2136) "\02\00\00\00\n\00\00\00b\00i\00s\00o\00n") + (data $27 (i32.const 2156) "\1c") + (data $27.1 (i32.const 2168) "\02\00\00\00\n\00\00\00c\00a\00m\00e\00l") + (data $28 (i32.const 2188) "\1c") + (data $28.1 (i32.const 2200) "\02\00\00\00\08\00\00\00d\00u\00c\00k") + (data $29 (i32.const 2220) ",") + (data $29.1 (i32.const 2232) "\02\00\00\00\10\00\00\00e\00l\00e\00p\00h\00a\00n\00t") + (data $30 (i32.const 2268) ",") + (data $30.1 (i32.const 2280) "\08\00\00\00\14\00\00\00@\08\00\00`\08\00\00\80\08\00\00\a0\08\00\00\c0\08") + (data $31 (i32.const 2316) "|") + (data $31.1 (i32.const 2328) "\02\00\00\00^\00\00\00E\00l\00e\00m\00e\00n\00t\00 \00t\00y\00p\00e\00 \00m\00u\00s\00t\00 \00b\00e\00 \00n\00u\00l\00l\00a\00b\00l\00e\00 \00i\00f\00 \00a\00r\00r\00a\00y\00 \00i\00s\00 \00h\00o\00l\00e\00y") + (data $32 (i32.const 2444) ",") + (data $32.1 (i32.const 2456) "\08\00\00\00\14\00\00\00@\08\00\00`\08\00\00\80\08\00\00\a0\08\00\00\c0\08") + (data $33 (i32.const 2492) "\1c") + (data $33.1 (i32.const 2504) "\01") + (data $34 (i32.const 2524) "\1c") + (data $34.1 (i32.const 2536) "\02\00\00\00\06\00\00\00f\00o\00o") + (data $35 (i32.const 2556) "\1c") + (data $35.1 (i32.const 2568) "\01\00\00\00\04\00\00\00\f0\t") + (data $36 (i32.const 2588) ",") + (data $36.1 (i32.const 2600) "\08\00\00\00\14\00\00\00@\08\00\00`\08\00\00\80\08\00\00\a0\08\00\00\c0\08") + (data $37 (i32.const 2636) "\1c") + (data $37.1 (i32.const 2648) "\n\00\00\00\08") + (data $37.2 (i32.const 2662) "\f8\7f") + (data $38 (i32.const 2668) "\1c") + (data $38.1 (i32.const 2680) "\0b\00\00\00\04\00\00\00\00\00\c0\7f") + (data $39 (i32.const 2700) "\1c") + (data $39.1 (i32.const 2712) "\04\00\00\00\0c\00\00\00\02\00\00\00\t\00\00\00\t") + (data $40 (i32.const 2732) ",") + (data $40.1 (i32.const 2744) "\04\00\00\00\10\00\00\00\02\00\00\00\05\00\00\00\t\00\00\00\02") (data $41 (i32.const 2780) "\1c") - (data $41.1 (i32.const 2792) "\02\00\00\00\02\00\00\00,") - (data $42 (i32.const 2812) ",") - (data $42.1 (i32.const 2824) "\02\00\00\00\1c\00\00\00F\00i\00r\00e\00,\00A\00i\00r\00,\00W\00a\00t\00e\00r") - (data $43 (i32.const 2860) ",") - (data $43.1 (i32.const 2872) "\02\00\00\00\18\00\00\00F\00i\00r\00e\00A\00i\00r\00W\00a\00t\00e\00r") - (data $44 (i32.const 2908) "\1c") - (data $44.1 (i32.const 2920) "\02\00\00\00\02\00\00\00-") - (data $45 (i32.const 2940) ",") - (data $45.1 (i32.const 2952) "\02\00\00\00\1c\00\00\00F\00i\00r\00e\00-\00A\00i\00r\00-\00W\00a\00t\00e\00r") - (data $46 (i32.const 2988) "\1c") - (data $46.1 (i32.const 3000) "\02\00\00\00\06\00\00\00 \00+\00 ") - (data $47 (i32.const 3020) "<") - (data $47.1 (i32.const 3032) "\02\00\00\00$\00\00\00F\00i\00r\00e\00 \00+\00 \00A\00i\00r\00 \00+\00 \00W\00a\00t\00e\00r") - (data $48 (i32.const 3084) "\1c") - (data $48.1 (i32.const 3096) "\04\00\00\00\08") - (data $49 (i32.const 3116) "\1c") - (data $49.1 (i32.const 3128) "\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") - (data $50 (i32.const 3148) ",") - (data $50.1 (i32.const 3160) "\04\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") - (data $51 (i32.const 3196) "\1c") - (data $51.1 (i32.const 3208) "\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") - (data $52 (i32.const 3228) "\1c") - (data $52.1 (i32.const 3240) "\0c\00\00\00\08\00\00\00\01") - (data $53 (i32.const 3260) "\1c") - (data $53.1 (i32.const 3272) "\r\00\00\00\08\00\00\00\02") - (data $54 (i32.const 3292) "\1c") - (data $54.1 (i32.const 3304) "\0e\00\00\00\08\00\00\00\03") - (data $55 (i32.const 3324) "\1c") - (data $55.1 (i32.const 3336) "\0f\00\00\00\08\00\00\00\04") + (data $41.1 (i32.const 2792) "\02\00\00\00\08\00\00\00F\00i\00r\00e") + (data $42 (i32.const 2812) "\1c") + (data $42.1 (i32.const 2824) "\02\00\00\00\06\00\00\00A\00i\00r") + (data $43 (i32.const 2844) "\1c") + (data $43.1 (i32.const 2856) "\02\00\00\00\n\00\00\00W\00a\00t\00e\00r") + (data $44 (i32.const 2876) "\1c") + (data $44.1 (i32.const 2888) "\08\00\00\00\0c\00\00\00\f0\n\00\00\10\0b\00\000\0b") + (data $45 (i32.const 2908) "\1c") + (data $45.1 (i32.const 2920) "\02") + (data $46 (i32.const 2940) "\1c") + (data $46.1 (i32.const 2952) "\02\00\00\00\02\00\00\00,") + (data $47 (i32.const 2972) ",") + (data $47.1 (i32.const 2984) "\02\00\00\00\1c\00\00\00F\00i\00r\00e\00,\00A\00i\00r\00,\00W\00a\00t\00e\00r") + (data $48 (i32.const 3020) ",") + (data $48.1 (i32.const 3032) "\02\00\00\00\18\00\00\00F\00i\00r\00e\00A\00i\00r\00W\00a\00t\00e\00r") + (data $49 (i32.const 3068) "\1c") + (data $49.1 (i32.const 3080) "\02\00\00\00\02\00\00\00-") + (data $50 (i32.const 3100) ",") + (data $50.1 (i32.const 3112) "\02\00\00\00\1c\00\00\00F\00i\00r\00e\00-\00A\00i\00r\00-\00W\00a\00t\00e\00r") + (data $51 (i32.const 3148) "\1c") + (data $51.1 (i32.const 3160) "\02\00\00\00\06\00\00\00 \00+\00 ") + (data $52 (i32.const 3180) "<") + (data $52.1 (i32.const 3192) "\02\00\00\00$\00\00\00F\00i\00r\00e\00 \00+\00 \00A\00i\00r\00 \00+\00 \00W\00a\00t\00e\00r") + (data $53 (i32.const 3244) "\1c") + (data $53.1 (i32.const 3256) "\04\00\00\00\08") + (data $54 (i32.const 3276) "\1c") + (data $54.1 (i32.const 3288) "\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") + (data $55 (i32.const 3308) ",") + (data $55.1 (i32.const 3320) "\04\00\00\00\14\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\05") (data $56 (i32.const 3356) "\1c") - (data $56.1 (i32.const 3368) "\0f\00\00\00\08\00\00\00\05") + (data $56.1 (i32.const 3368) "\04\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") (data $57 (i32.const 3388) "\1c") - (data $57.1 (i32.const 3400) "\0e\00\00\00\08\00\00\00\06") + (data $57.1 (i32.const 3400) "\0c\00\00\00\08\00\00\00\01") (data $58 (i32.const 3420) "\1c") - (data $58.1 (i32.const 3432) "\0e\00\00\00\08\00\00\00\07") + (data $58.1 (i32.const 3432) "\r\00\00\00\08\00\00\00\02") (data $59 (i32.const 3452) "\1c") - (data $59.1 (i32.const 3464) "\0e\00\00\00\08\00\00\00\08") + (data $59.1 (i32.const 3464) "\0e\00\00\00\08\00\00\00\03") (data $60 (i32.const 3484) "\1c") - (data $60.1 (i32.const 3496) "\0e\00\00\00\08\00\00\00\t") + (data $60.1 (i32.const 3496) "\0f\00\00\00\08\00\00\00\04") (data $61 (i32.const 3516) "\1c") - (data $61.1 (i32.const 3528) "\0e\00\00\00\08\00\00\00\n") + (data $61.1 (i32.const 3528) "\0f\00\00\00\08\00\00\00\05") (data $62 (i32.const 3548) "\1c") - (data $62.1 (i32.const 3560) "\0e\00\00\00\08\00\00\00\0b") + (data $62.1 (i32.const 3560) "\0e\00\00\00\08\00\00\00\06") (data $63 (i32.const 3580) "\1c") - (data $63.1 (i32.const 3592) "\0e\00\00\00\08\00\00\00\0c") + (data $63.1 (i32.const 3592) "\0e\00\00\00\08\00\00\00\07") (data $64 (i32.const 3612) "\1c") - (data $64.1 (i32.const 3624) "\0e\00\00\00\08\00\00\00\r") - (data $65 (i32.const 3644) ",") - (data $65.1 (i32.const 3656) "\04\00\00\00\10\00\00\00\00\00\00\00\03\00\00\00\02\00\00\00\01") - (data $66 (i32.const 3692) "\1c") - (data $66.1 (i32.const 3704) "\10\00\00\00\08\00\00\00\0e") - (data $67 (i32.const 3728) "\11\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00$\t\00\00 \00\00\00\04A\00\00\02\t\00\00\04A\00\00\02A\00\00$\1a\00\00$\19") + (data $64.1 (i32.const 3624) "\0e\00\00\00\08\00\00\00\08") + (data $65 (i32.const 3644) "\1c") + (data $65.1 (i32.const 3656) "\0e\00\00\00\08\00\00\00\t") + (data $66 (i32.const 3676) "\1c") + (data $66.1 (i32.const 3688) "\0e\00\00\00\08\00\00\00\n") + (data $67 (i32.const 3708) "\1c") + (data $67.1 (i32.const 3720) "\0e\00\00\00\08\00\00\00\0b") + (data $68 (i32.const 3740) "\1c") + (data $68.1 (i32.const 3752) "\0e\00\00\00\08\00\00\00\0c") + (data $69 (i32.const 3772) "\1c") + (data $69.1 (i32.const 3784) "\0e\00\00\00\08\00\00\00\r") + (data $70 (i32.const 3804) ",") + (data $70.1 (i32.const 3816) "\04\00\00\00\10\00\00\00\00\00\00\00\03\00\00\00\02\00\00\00\01") + (data $71 (i32.const 3852) "\1c") + (data $71.1 (i32.const 3864) "\10\00\00\00\08\00\00\00\0e") + (data $72 (i32.const 3888) "\11\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00$\t\00\00 \00\00\00\04A\00\00\02\t\00\00\04A\00\00\02A\00\00$\1a\00\00$\19") (table $0 15 15 funcref) (elem $0 (i32.const 1) $start:std/staticarray~anonymous|0 $start:std/staticarray~anonymous|1 $start:std/staticarray~anonymous|2 $start:std/staticarray~anonymous|3 $start:std/staticarray~anonymous|3 $start:std/staticarray~anonymous|5 $start:std/staticarray~anonymous|6 $start:std/staticarray~anonymous|7 $start:std/staticarray~anonymous|8 $start:std/staticarray~anonymous|5 $start:std/staticarray~anonymous|6 $start:std/staticarray~anonymous|5 $start:std/staticarray~anonymous|6 $~lib/util/sort/COMPARATOR~anonymous|0) (export "memory" (memory $0)) @@ -186,7 +196,7 @@ call $byn-split-outlined-A$~lib/rt/itcms/__visit i32.const 1680 call $byn-split-outlined-A$~lib/rt/itcms/__visit - i32.const 2176 + i32.const 2336 call $byn-split-outlined-A$~lib/rt/itcms/__visit i32.const 1344 call $byn-split-outlined-A$~lib/rt/itcms/__visit @@ -263,7 +273,7 @@ i32.load $0 offset=8 i32.eqz local.get $0 - i32.const 36568 + i32.const 36728 i32.lt_u i32.and i32.eqz @@ -312,7 +322,7 @@ i32.const 1 else local.get $1 - i32.const 3728 + i32.const 3888 i32.load $0 i32.gt_u if @@ -326,7 +336,7 @@ local.get $1 i32.const 2 i32.shl - i32.const 3732 + i32.const 3892 i32.add i32.load $0 i32.const 32 @@ -893,10 +903,10 @@ if unreachable end - i32.const 36576 + i32.const 36736 i32.const 0 i32.store $0 - i32.const 38144 + i32.const 38304 i32.const 0 i32.store $0 loop $for-loop|0 @@ -907,7 +917,7 @@ local.get $0 i32.const 2 i32.shl - i32.const 36576 + i32.const 36736 i32.add i32.const 0 i32.store $0 offset=4 @@ -925,7 +935,7 @@ i32.add i32.const 2 i32.shl - i32.const 36576 + i32.const 36736 i32.add i32.const 0 i32.store $0 offset=96 @@ -943,21 +953,21 @@ br $for-loop|0 end end - i32.const 36576 - i32.const 38148 + i32.const 36736 + i32.const 38308 memory.size $0 i64.extend_i32_s i64.const 16 i64.shl call $~lib/rt/tlsf/addMemory - i32.const 36576 + i32.const 36736 global.set $~lib/rt/tlsf/ROOT ) (func $~lib/rt/tlsf/__free (param $0 i32) (local $1 i32) (local $2 i32) local.get $0 - i32.const 36568 + i32.const 36728 i32.lt_u if return @@ -1087,7 +1097,7 @@ local.set $0 loop $while-continue|0 local.get $0 - i32.const 36568 + i32.const 36728 i32.lt_u if local.get $0 @@ -1187,7 +1197,7 @@ unreachable end local.get $0 - i32.const 36568 + i32.const 36728 i32.lt_u if local.get $0 @@ -2254,7 +2264,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s br_if $folding-inner3 global.get $~lib/memory/__stack_pointer @@ -2271,7 +2281,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s br_if $folding-inner3 global.get $~lib/memory/__stack_pointer @@ -2342,7 +2352,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s br_if $folding-inner3 global.get $~lib/memory/__stack_pointer @@ -2365,8 +2375,8 @@ global.set $~lib/memory/__stack_pointer return end - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2382,11 +2392,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2435,11 +2445,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2489,7 +2499,7 @@ global.set $~lib/memory/__stack_pointer block $folding-inner0 global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -2511,7 +2521,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -2541,8 +2551,8 @@ local.get $0 return end - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2555,11 +2565,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2589,11 +2599,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2638,11 +2648,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2695,11 +2705,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2784,11 +2794,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2919,11 +2929,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2968,11 +2978,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3013,7 +3023,7 @@ local.get $0 i32.eqz if - i32.const 2176 + i32.const 2336 i32.const 1152 i32.const 82 i32.const 40 @@ -3036,11 +3046,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3198,11 +3208,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3350,7 +3360,7 @@ global.set $~lib/memory/__stack_pointer block $folding-inner0 global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -3368,7 +3378,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -3466,8 +3476,8 @@ i32.ge_s return end - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3480,11 +3490,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3573,11 +3583,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3663,11 +3673,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3722,11 +3732,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3750,7 +3760,7 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - i32.const 2768 + i32.const 2928 return end local.get $5 @@ -3767,7 +3777,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $0 - i32.const 2768 + i32.const 2928 local.get $0 select return @@ -3940,11 +3950,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3995,7 +4005,7 @@ global.set $~lib/memory/__stack_pointer block $folding-inner1 global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer @@ -4039,7 +4049,7 @@ local.get $9 local.get $10 local.get $0 - i32.const 3312 + i32.const 3472 i32.load $0 call_indirect $0 (type $i32_i32_i32_=>_i32) if @@ -4052,7 +4062,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer @@ -4074,7 +4084,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer @@ -4230,8 +4240,8 @@ local.get $6 return end - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4246,11 +4256,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4323,11 +4333,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4401,11 +4411,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4477,11 +4487,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4565,11 +4575,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4995,18 +5005,18 @@ (local $8 i32) (local $9 i32) global.get $~lib/memory/__stack_pointer - i32.const 100 + i32.const 108 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner0 + block $folding-inner1 global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.const 100 + i32.const 108 memory.fill $0 local.get $4 i32.const 1056 @@ -5133,7 +5143,7 @@ memory.size $0 i32.const 16 i32.shl - i32.const 36568 + i32.const 36728 i32.sub i32.const 1 i32.shr_u @@ -5318,9 +5328,9 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $5 i32.const 0 @@ -5361,7 +5371,7 @@ global.get $~lib/memory/__stack_pointer local.get $5 i32.store $0 - local.get $1 + local.get $0 local.get $5 i32.const 20 i32.sub @@ -5374,7 +5384,7 @@ local.get $5 i32.store $0 local.get $5 - local.get $1 + local.get $0 call $~lib/staticarray/StaticArray#__get if i32.const 0 @@ -5384,10 +5394,10 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|0 end end @@ -5396,13 +5406,13 @@ i32.const 7 i32.const 1728 call $~lib/rt/__newArray - local.tee $1 + local.tee $0 i32.store $0 offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store $0 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 call $~lib/staticarray/StaticArray.fromArray local.tee $4 i32.store $0 offset=16 @@ -5417,9 +5427,9 @@ i32.shr_u local.set $5 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store $0 - local.get $1 + local.get $0 call $~lib/array/Array#get:length local.get $5 i32.ne @@ -5433,25 +5443,25 @@ end loop $for-loop|1 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store $0 - local.get $1 - call $~lib/array/Array#get:length local.get $0 + call $~lib/array/Array#get:length + local.get $1 i32.gt_s if global.get $~lib/memory/__stack_pointer local.get $4 i32.store $0 local.get $4 - local.get $0 + local.get $1 call $~lib/staticarray/StaticArray#__get local.set $5 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store $0 - local.get $1 local.get $0 + local.get $1 call $~lib/array/Array#__get local.get $5 i32.ne @@ -5463,10 +5473,10 @@ call $~lib/builtins/abort unreachable end - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|1 end end @@ -5604,43 +5614,225 @@ end global.get $~lib/memory/__stack_pointer local.set $0 + i32.const 8 + i32.const 8 + call $~lib/rt/itcms/__new + local.tee $4 + i32.const 2016 + i64.load $0 align=1 + i64.store $0 align=1 + local.get $0 + local.get $4 + i32.store $0 offset=32 + global.get $~lib/memory/__stack_pointer + local.tee $0 + local.get $4 + i32.store $0 + i32.const 4 + i32.const 8 + call $~lib/rt/itcms/__new + local.tee $5 + i32.const 2080 + i32.load $0 align=1 + i32.store $0 align=1 + global.get $~lib/memory/__stack_pointer + local.tee $6 + local.get $5 + i32.store $0 offset=24 + i32.const 0 + local.set $1 + local.get $6 + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 3960 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $6 + i64.const 0 + i64.store $0 + local.get $6 + local.get $4 + i32.store $0 + local.get $4 + i32.const 20 + i32.sub + i32.load $0 offset=16 + i32.const 2 + i32.shr_u + local.set $7 + local.get $6 + local.get $5 + i32.store $0 + local.get $5 i32.const 20 + i32.sub + i32.load $0 offset=16 + i32.const 2 + i32.shr_u + local.tee $6 + local.get $7 + i32.add + local.tee $8 + i32.const 268435455 + i32.gt_u + if + i32.const 1680 + i32.const 1152 + i32.const 178 + i32.const 7 + call $~lib/builtins/abort + unreachable + end + local.get $7 + i32.const 2 + i32.shl + local.set $7 + global.get $~lib/memory/__stack_pointer + local.tee $9 + local.get $4 + i32.store $0 offset=4 + local.get $9 + local.get $8 + i32.const 2 + i32.shl i32.const 8 call $~lib/rt/itcms/__new - local.tee $1 - i32.const 2128 + local.tee $8 + i32.store $0 offset=4 + loop $for-loop|00 + local.get $1 + local.get $7 + i32.lt_u + if + local.get $1 + local.get $8 + i32.add + local.get $1 + local.get $4 + i32.add + i32.load $0 + local.tee $9 + i32.store $0 + local.get $9 + if + local.get $8 + local.get $9 + i32.const 1 + call $byn-split-outlined-A$~lib/rt/itcms/__link + end + local.get $1 + i32.const 4 + i32.add + local.set $1 + br $for-loop|00 + end + end + local.get $7 + local.get $8 + i32.add + local.set $4 + local.get $6 + i32.const 2 + i32.shl + local.set $6 + i32.const 0 + local.set $1 + loop $for-loop|11 + local.get $1 + local.get $6 + i32.lt_u + if + local.get $1 + local.get $4 + i32.add + local.get $1 + local.get $5 + i32.add + i32.load $0 + local.tee $7 + i32.store $0 + local.get $7 + if + local.get $8 + local.get $7 + i32.const 1 + call $byn-split-outlined-A$~lib/rt/itcms/__link + end + local.get $1 + i32.const 4 + i32.add + local.set $1 + br $for-loop|11 + end + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + local.get $8 + i32.store $0 offset=36 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store $0 + local.get $8 + i32.const 20 + i32.sub + i32.load $0 offset=16 + i32.const 2 + i32.shr_u + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1216 + i32.const 76 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.set $0 + i32.const 20 + i32.const 8 + call $~lib/rt/itcms/__new + local.tee $4 + i32.const 2288 i32.const 20 memory.copy $0 $0 local.get $0 - local.get $1 - i32.store $0 offset=32 + local.get $4 + i32.store $0 offset=40 global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $1 + local.get $4 i32.store $0 i32.const 0 global.set $~argumentsLength local.get $0 - local.get $1 + local.get $4 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs - local.tee $4 - i32.store $0 offset=36 + local.tee $0 + i32.store $0 offset=44 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store $0 - local.get $4 + local.get $0 i32.const 20 i32.sub i32.load $0 offset=16 i32.const 2 i32.shr_u - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.store $0 - local.get $0 local.get $1 + local.get $4 i32.const 20 i32.sub i32.load $0 offset=16 @@ -5650,19 +5842,19 @@ if i32.const 0 i32.const 1216 - i32.const 78 + i32.const 83 i32.const 3 call $~lib/builtins/abort unreachable end i32.const 0 - local.set $0 + local.set $1 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.store $0 - local.get $0 local.get $1 + local.get $4 i32.const 20 i32.sub i32.load $0 offset=16 @@ -5671,20 +5863,20 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store $0 offset=48 + local.get $4 local.get $1 - i32.store $0 offset=40 - local.get $1 - local.get $0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store $0 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=40 - local.get $4 local.get $0 + i32.store $0 offset=48 + local.get $0 + local.get $1 call $~lib/staticarray/StaticArray<~lib/string/String>#__get local.set $6 global.get $~lib/memory/__stack_pointer @@ -5697,29 +5889,29 @@ if i32.const 0 i32.const 1216 - i32.const 81 + i32.const 86 i32.const 5 call $~lib/builtins/abort unreachable end - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $1 + local.get $4 i32.store $0 local.get $0 - local.get $1 + local.get $4 i32.const 1 i32.const 3 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> local.tee $0 - i32.store $0 offset=36 + i32.store $0 offset=44 global.get $~lib/memory/__stack_pointer local.get $0 i32.store $0 @@ -5734,39 +5926,39 @@ if i32.const 0 i32.const 1216 - i32.const 85 + i32.const 90 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=40 + i32.store $0 offset=48 local.get $0 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get - local.set $4 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store $0 global.get $~lib/memory/__stack_pointer - i32.const 1984 + i32.const 2144 i32.store $0 offset=24 - local.get $4 - i32.const 1984 + local.get $1 + i32.const 2144 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1216 - i32.const 86 + i32.const 91 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=40 + i32.store $0 offset=48 local.get $0 i32.const 1 call $~lib/staticarray/StaticArray<~lib/string/String>#__get @@ -5775,32 +5967,32 @@ local.get $0 i32.store $0 global.get $~lib/memory/__stack_pointer - i32.const 2016 + i32.const 2176 i32.store $0 offset=24 local.get $0 - i32.const 2016 + i32.const 2176 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1216 - i32.const 87 + i32.const 92 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $1 + local.get $4 i32.store $0 i32.const 1 global.set $~argumentsLength local.get $0 - local.get $1 + local.get $4 i32.const 1 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs local.tee $0 - i32.store $0 offset=36 + i32.store $0 offset=44 global.get $~lib/memory/__stack_pointer local.get $0 i32.store $0 @@ -5812,10 +6004,10 @@ i32.shr_u local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.store $0 local.get $0 - local.get $1 + local.get $4 i32.const 20 i32.sub i32.load $0 offset=16 @@ -5827,22 +6019,22 @@ if i32.const 0 i32.const 1216 - i32.const 90 + i32.const 95 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $1 + local.get $4 i32.store $0 local.get $0 - local.get $1 + local.get $4 i32.const 0 i32.const 50 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> local.tee $0 - i32.store $0 offset=36 + i32.store $0 offset=44 global.get $~lib/memory/__stack_pointer local.get $0 i32.store $0 @@ -5854,10 +6046,10 @@ i32.shr_u local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.store $0 local.get $0 - local.get $1 + local.get $4 i32.const 20 i32.sub i32.load $0 offset=16 @@ -5867,23 +6059,23 @@ if i32.const 0 i32.const 1216 - i32.const 93 + i32.const 98 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $1 + local.get $4 i32.store $0 i32.const 1 global.set $~argumentsLength local.get $0 - local.get $1 + local.get $4 i32.const 100 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs local.tee $0 - i32.store $0 offset=36 + i32.store $0 offset=44 global.get $~lib/memory/__stack_pointer local.get $0 i32.store $0 @@ -5896,23 +6088,23 @@ if i32.const 0 i32.const 1216 - i32.const 96 + i32.const 101 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $1 + local.get $4 i32.store $0 i32.const 1 global.set $~argumentsLength local.get $0 - local.get $1 + local.get $4 i32.const -1 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs local.tee $0 - i32.store $0 offset=36 + i32.store $0 offset=44 global.get $~lib/memory/__stack_pointer local.get $0 i32.store $0 @@ -5927,14 +6119,14 @@ if i32.const 0 i32.const 1216 - i32.const 99 + i32.const 104 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=40 + i32.store $0 offset=48 local.get $0 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get @@ -5943,31 +6135,31 @@ local.get $0 i32.store $0 global.get $~lib/memory/__stack_pointer - i32.const 2080 + i32.const 2240 i32.store $0 offset=24 local.get $0 - i32.const 2080 + i32.const 2240 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1216 - i32.const 100 + i32.const 105 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $1 + local.get $4 i32.store $0 local.get $0 - local.get $1 + local.get $4 i32.const -2 i32.const -2 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> local.tee $0 - i32.store $0 offset=36 + i32.store $0 offset=44 global.get $~lib/memory/__stack_pointer local.get $0 i32.store $0 @@ -5980,22 +6172,22 @@ if i32.const 0 i32.const 1216 - i32.const 103 + i32.const 108 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $1 + local.get $4 i32.store $0 local.get $0 - local.get $1 + local.get $4 i32.const 2 i32.const -2 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> local.tee $0 - i32.store $0 offset=36 + i32.store $0 offset=44 global.get $~lib/memory/__stack_pointer local.get $0 i32.store $0 @@ -6010,14 +6202,14 @@ if i32.const 0 i32.const 1216 - i32.const 106 + i32.const 111 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=40 + i32.store $0 offset=48 local.get $0 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get @@ -6026,16 +6218,16 @@ local.get $0 i32.store $0 global.get $~lib/memory/__stack_pointer - i32.const 2016 + i32.const 2176 i32.store $0 offset=24 local.get $0 - i32.const 2016 + i32.const 2176 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1216 - i32.const 107 + i32.const 112 i32.const 3 call $~lib/builtins/abort unreachable @@ -6046,19 +6238,19 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $1 - i32.const 2304 + i32.const 2464 i32.const 20 memory.copy $0 $0 local.get $0 local.get $1 - i32.store $0 offset=44 + i32.store $0 offset=52 global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 i32.store $0 i32.const 0 i32.const 9 - i32.const 2352 + i32.const 2512 call $~lib/rt/__newArray local.set $4 global.get $~lib/memory/__stack_pointer @@ -6069,7 +6261,7 @@ local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#concat<~lib/array/Array<~lib/string/String>> local.tee $0 - i32.store $0 offset=48 + i32.store $0 offset=56 global.get $~lib/memory/__stack_pointer local.get $0 i32.store $0 @@ -6090,7 +6282,7 @@ if i32.const 0 i32.const 1216 - i32.const 117 + i32.const 122 i32.const 3 call $~lib/builtins/abort unreachable @@ -6101,7 +6293,7 @@ i32.store $0 i32.const 1 i32.const 9 - i32.const 2416 + i32.const 2576 call $~lib/rt/__newArray local.set $4 global.get $~lib/memory/__stack_pointer @@ -6112,7 +6304,7 @@ local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#concat<~lib/array/Array<~lib/string/String>> local.tee $0 - i32.store $0 offset=48 + i32.store $0 offset=56 global.get $~lib/memory/__stack_pointer local.get $0 i32.store $0 @@ -6135,7 +6327,7 @@ if i32.const 0 i32.const 1216 - i32.const 121 + i32.const 126 i32.const 3 call $~lib/builtins/abort unreachable @@ -6146,21 +6338,21 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $1 - i32.const 2448 + i32.const 2608 i32.const 20 memory.copy $0 $0 local.get $0 local.get $1 - i32.store $0 offset=52 + i32.store $0 offset=60 global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 i32.store $0 local.get $0 - i32.const 1984 + i32.const 2144 i32.store $0 offset=24 local.get $1 - i32.const 1984 + i32.const 2144 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#includes i32.const 1 @@ -6168,7 +6360,7 @@ if i32.const 0 i32.const 1216 - i32.const 128 + i32.const 133 i32.const 3 call $~lib/builtins/abort unreachable @@ -6178,16 +6370,16 @@ local.get $1 i32.store $0 local.get $0 - i32.const 2384 + i32.const 2544 i32.store $0 offset=24 local.get $1 - i32.const 2384 + i32.const 2544 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#includes if i32.const 0 i32.const 1216 - i32.const 129 + i32.const 134 i32.const 3 call $~lib/builtins/abort unreachable @@ -6197,16 +6389,16 @@ local.get $1 i32.store $0 local.get $0 - i32.const 2080 + i32.const 2240 i32.store $0 offset=24 local.get $1 - i32.const 2080 + i32.const 2240 i32.const 5 call $~lib/staticarray/StaticArray<~lib/string/String>#includes if i32.const 0 i32.const 1216 - i32.const 130 + i32.const 135 i32.const 3 call $~lib/builtins/abort unreachable @@ -6216,10 +6408,10 @@ local.get $1 i32.store $0 local.get $0 - i32.const 2080 + i32.const 2240 i32.store $0 offset=24 local.get $1 - i32.const 2080 + i32.const 2240 i32.const -1 call $~lib/staticarray/StaticArray<~lib/string/String>#includes i32.const 1 @@ -6227,7 +6419,7 @@ if i32.const 0 i32.const 1216 - i32.const 131 + i32.const 136 i32.const 3 call $~lib/builtins/abort unreachable @@ -6236,32 +6428,32 @@ i32.const 8 i32.const 10 call $~lib/rt/itcms/__new - local.tee $1 - i32.const 2496 + local.tee $0 + i32.const 2656 i64.load $0 align=1 i64.store $0 align=1 global.get $~lib/memory/__stack_pointer local.tee $4 - local.get $1 + local.get $0 i32.store $0 i32.const 0 - local.set $0 + local.set $1 local.get $4 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 i32.store $0 local.get $4 - local.get $1 + local.get $0 i32.store $0 - local.get $1 + local.get $0 i32.const 20 i32.sub i32.load $0 offset=16 @@ -6281,12 +6473,12 @@ br $__inlined_func$~lib/staticarray/StaticArray#includes end loop $while-continue|0 - local.get $0 + local.get $1 local.get $4 i32.lt_s if - local.get $1 local.get $0 + local.get $1 i32.const 3 i32.shl i32.add @@ -6302,10 +6494,10 @@ i32.const 1 br $__inlined_func$~lib/staticarray/StaticArray#includes end - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $while-continue|0 end end @@ -6319,7 +6511,7 @@ if i32.const 0 i32.const 1216 - i32.const 133 + i32.const 138 i32.const 3 call $~lib/builtins/abort unreachable @@ -6328,32 +6520,32 @@ i32.const 4 i32.const 11 call $~lib/rt/itcms/__new - local.tee $1 - i32.const 2528 + local.tee $0 + i32.const 2688 i32.load $0 align=1 i32.store $0 align=1 global.get $~lib/memory/__stack_pointer local.tee $4 - local.get $1 + local.get $0 i32.store $0 i32.const 0 - local.set $0 + local.set $1 local.get $4 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 i32.store $0 local.get $4 - local.get $1 + local.get $0 i32.store $0 - local.get $1 + local.get $0 i32.const 20 i32.sub i32.load $0 offset=16 @@ -6372,13 +6564,13 @@ i32.const 0 br $__inlined_func$~lib/staticarray/StaticArray#includes end - loop $while-continue|027 - local.get $0 + loop $while-continue|028 + local.get $1 local.get $4 i32.lt_s if - local.get $1 local.get $0 + local.get $1 i32.const 2 i32.shl i32.add @@ -6394,11 +6586,11 @@ i32.const 1 br $__inlined_func$~lib/staticarray/StaticArray#includes end - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 - br $while-continue|027 + local.set $1 + br $while-continue|028 end end global.get $~lib/memory/__stack_pointer @@ -6411,7 +6603,7 @@ if i32.const 0 i32.const 1216 - i32.const 134 + i32.const 139 i32.const 3 call $~lib/builtins/abort unreachable @@ -6422,12 +6614,12 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $1 - i32.const 2560 + i32.const 2720 i32.const 12 memory.copy $0 $0 local.get $0 local.get $1 - i32.store $0 offset=56 + i32.store $0 offset=64 global.get $~lib/memory/__stack_pointer local.get $1 i32.store $0 @@ -6438,7 +6630,7 @@ if i32.const 0 i32.const 1216 - i32.const 140 + i32.const 145 i32.const 3 call $~lib/builtins/abort unreachable @@ -6455,7 +6647,7 @@ if i32.const 0 i32.const 1216 - i32.const 141 + i32.const 146 i32.const 3 call $~lib/builtins/abort unreachable @@ -6472,7 +6664,7 @@ if i32.const 0 i32.const 1216 - i32.const 142 + i32.const 147 i32.const 3 call $~lib/builtins/abort unreachable @@ -6489,7 +6681,7 @@ if i32.const 0 i32.const 1216 - i32.const 143 + i32.const 148 i32.const 3 call $~lib/builtins/abort unreachable @@ -6504,7 +6696,7 @@ if i32.const 0 i32.const 1216 - i32.const 144 + i32.const 149 i32.const 3 call $~lib/builtins/abort unreachable @@ -6515,12 +6707,12 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $1 - i32.const 2592 + i32.const 2752 i32.const 16 memory.copy $0 $0 local.get $0 local.get $1 - i32.store $0 offset=60 + i32.store $0 offset=68 global.get $~lib/memory/__stack_pointer local.get $1 i32.store $0 @@ -6534,7 +6726,7 @@ if i32.const 0 i32.const 1216 - i32.const 150 + i32.const 155 i32.const 3 call $~lib/builtins/abort unreachable @@ -6552,7 +6744,7 @@ if i32.const 0 i32.const 1216 - i32.const 151 + i32.const 156 i32.const 3 call $~lib/builtins/abort unreachable @@ -6569,7 +6761,7 @@ if i32.const 0 i32.const 1216 - i32.const 152 + i32.const 157 i32.const 3 call $~lib/builtins/abort unreachable @@ -6584,7 +6776,7 @@ if i32.const 0 i32.const 1216 - i32.const 153 + i32.const 158 i32.const 3 call $~lib/builtins/abort unreachable @@ -6599,7 +6791,7 @@ if i32.const 0 i32.const 1216 - i32.const 154 + i32.const 159 i32.const 3 call $~lib/builtins/abort unreachable @@ -6616,7 +6808,7 @@ if i32.const 0 i32.const 1216 - i32.const 155 + i32.const 160 i32.const 3 call $~lib/builtins/abort unreachable @@ -6627,37 +6819,37 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $1 - i32.const 2736 + i32.const 2896 i32.const 12 memory.copy $0 $0 local.get $0 local.get $1 - i32.store $0 offset=64 + i32.store $0 offset=72 global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=40 + i32.store $0 offset=48 local.get $0 - i32.const 2800 - i32.store $0 offset=68 + i32.const 2960 + i32.store $0 offset=76 local.get $1 - i32.const 2800 + i32.const 2960 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store $0 global.get $~lib/memory/__stack_pointer - i32.const 2832 + i32.const 2992 i32.store $0 offset=24 local.get $0 - i32.const 2832 + i32.const 2992 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1216 - i32.const 161 + i32.const 166 i32.const 3 call $~lib/builtins/abort unreachable @@ -6665,28 +6857,28 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=40 + i32.store $0 offset=48 local.get $0 - i32.const 2768 - i32.store $0 offset=68 + i32.const 2928 + i32.store $0 offset=76 local.get $1 - i32.const 2768 + i32.const 2928 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store $0 global.get $~lib/memory/__stack_pointer - i32.const 2880 + i32.const 3040 i32.store $0 offset=24 local.get $0 - i32.const 2880 + i32.const 3040 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1216 - i32.const 162 + i32.const 167 i32.const 3 call $~lib/builtins/abort unreachable @@ -6694,28 +6886,28 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=40 + i32.store $0 offset=48 local.get $0 - i32.const 2928 - i32.store $0 offset=68 + i32.const 3088 + i32.store $0 offset=76 local.get $1 - i32.const 2928 + i32.const 3088 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store $0 global.get $~lib/memory/__stack_pointer - i32.const 2960 + i32.const 3120 i32.store $0 offset=24 local.get $0 - i32.const 2960 + i32.const 3120 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1216 - i32.const 163 + i32.const 168 i32.const 3 call $~lib/builtins/abort unreachable @@ -6723,28 +6915,28 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=40 + i32.store $0 offset=48 local.get $0 - i32.const 3008 - i32.store $0 offset=68 + i32.const 3168 + i32.store $0 offset=76 local.get $1 - i32.const 3008 + i32.const 3168 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store $0 global.get $~lib/memory/__stack_pointer - i32.const 3040 + i32.const 3200 i32.store $0 offset=24 local.get $0 - i32.const 3040 + i32.const 3200 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1216 - i32.const 164 + i32.const 169 i32.const 3 call $~lib/builtins/abort unreachable @@ -6752,12 +6944,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=40 + i32.store $0 offset=48 local.get $0 - i32.const 2800 - i32.store $0 offset=68 + i32.const 2960 + i32.store $0 offset=76 local.get $1 - i32.const 2800 + i32.const 2960 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer @@ -6765,15 +6957,15 @@ i32.store $0 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=40 + i32.store $0 offset=48 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 @@ -6782,10 +6974,10 @@ local.get $1 i32.store $0 local.get $4 - i32.const 2800 + i32.const 2960 i32.store $0 offset=4 local.get $1 - i32.const 2800 + i32.const 2960 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $1 global.get $~lib/memory/__stack_pointer @@ -6802,7 +6994,7 @@ if i32.const 0 i32.const 1216 - i32.const 165 + i32.const 170 i32.const 3 call $~lib/builtins/abort unreachable @@ -6813,30 +7005,30 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $4 - i32.const 3104 + i32.const 3264 i64.load $0 align=1 i64.store $0 align=1 local.get $0 local.get $4 - i32.store $0 offset=72 + i32.store $0 offset=80 global.get $~lib/memory/__stack_pointer local.tee $5 local.get $4 i32.store $0 i32.const 1 - local.set $1 + local.set $0 i32.const 2 global.set $~argumentsLength i32.const 0 - local.set $0 + local.set $1 local.get $5 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 0 i32.store $0 @@ -6852,10 +7044,10 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 end i32.const 2147483647 - local.set $0 + local.set $1 end global.get $~lib/memory/__stack_pointer local.tee $5 @@ -6866,9 +7058,9 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $5 i32.const 0 @@ -6883,50 +7075,50 @@ i32.const 2 i32.shr_u local.tee $5 - local.get $1 + local.get $0 i32.add - local.get $1 + local.get $0 local.get $5 - local.get $1 + local.get $0 local.get $5 i32.lt_s select - local.get $1 + local.get $0 i32.const 0 i32.lt_s select - local.set $1 - local.get $0 + local.set $0 + local.get $1 local.get $5 i32.add - local.get $0 + local.get $1 local.get $5 - local.get $0 + local.get $1 local.get $5 i32.lt_s select - local.get $0 + local.get $1 i32.const 0 i32.lt_s select - local.set $0 - loop $for-loop|027 + local.set $1 + loop $for-loop|028 local.get $0 local.get $1 - i32.gt_s + i32.lt_s if local.get $4 - local.get $1 + local.get $0 i32.const 2 i32.shl i32.add i32.const 1 i32.store $0 - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 - br $for-loop|027 + local.set $0 + br $for-loop|028 end end global.get $~lib/memory/__stack_pointer @@ -6946,7 +7138,7 @@ if i32.const 0 i32.const 1216 - i32.const 173 + i32.const 178 i32.const 3 call $~lib/builtins/abort unreachable @@ -6962,7 +7154,7 @@ if i32.const 0 i32.const 1216 - i32.const 174 + i32.const 179 i32.const 3 call $~lib/builtins/abort unreachable @@ -6972,59 +7164,59 @@ i32.const 12 i32.const 4 call $~lib/rt/itcms/__new - local.tee $4 - i32.const 3136 + local.tee $1 + i32.const 3296 i32.const 12 memory.copy $0 $0 local.get $0 - local.get $4 - i32.store $0 offset=76 + local.get $1 + i32.store $0 offset=84 global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 + local.get $1 i32.store $0 local.get $0 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 i32.store $0 local.get $0 - local.get $4 + local.get $1 i32.store $0 - local.get $4 + local.get $1 i32.const 20 i32.sub i32.load $0 offset=16 i32.const 2 i32.shr_u - local.tee $0 + local.tee $4 i32.const 1 i32.gt_u if i32.const 0 - local.set $1 - local.get $0 + local.set $0 + local.get $4 i32.const 1 i32.shr_u local.set $5 - local.get $0 + local.get $4 i32.const 1 i32.sub - local.set $0 - loop $while-continue|029 - local.get $1 + local.set $4 + loop $while-continue|030 + local.get $0 local.get $5 i32.lt_u if - local.get $4 local.get $1 + local.get $0 i32.const 2 i32.shl i32.add @@ -7032,9 +7224,9 @@ i32.load $0 local.set $7 local.get $6 + local.get $1 local.get $4 local.get $0 - local.get $1 i32.sub i32.const 2 i32.shl @@ -7045,11 +7237,11 @@ local.get $6 local.get $7 i32.store $0 - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 - br $while-continue|029 + local.set $0 + br $while-continue|030 end end end @@ -7058,9 +7250,9 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store $0 - local.get $4 + local.get $1 i32.const 0 call $~lib/staticarray/StaticArray#__get i32.const 3 @@ -7068,15 +7260,15 @@ if i32.const 0 i32.const 1216 - i32.const 182 + i32.const 187 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store $0 - local.get $4 + local.get $1 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 2 @@ -7084,15 +7276,15 @@ if i32.const 0 i32.const 1216 - i32.const 183 + i32.const 188 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store $0 - local.get $4 + local.get $1 i32.const 2 call $~lib/staticarray/StaticArray#__get i32.const 1 @@ -7100,7 +7292,7 @@ if i32.const 0 i32.const 1216 - i32.const 184 + i32.const 189 i32.const 3 call $~lib/builtins/abort unreachable @@ -7110,29 +7302,29 @@ i32.const 20 i32.const 4 call $~lib/rt/itcms/__new - local.tee $4 - i32.const 3168 + local.tee $1 + i32.const 3328 i32.const 20 memory.copy $0 $0 local.get $0 - local.get $4 - i32.store $0 offset=80 + local.get $1 + i32.store $0 offset=88 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 + local.tee $4 + local.get $1 i32.store $0 i32.const 2 global.set $~argumentsLength i32.const 0 - local.set $1 - local.get $0 + local.set $0 + local.get $4 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 0 i32.store $0 @@ -7147,80 +7339,80 @@ unreachable end i32.const 2147483647 - local.set $1 + local.set $0 end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 + local.tee $4 + local.get $1 i32.store $0 - local.get $0 + local.get $4 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $4 i32.const 0 i32.store $0 - local.get $0 local.get $4 + local.get $1 i32.store $0 + local.get $0 local.get $1 - local.get $4 i32.const 20 i32.sub i32.load $0 offset=16 i32.const 2 i32.shr_u - local.tee $0 + local.tee $4 local.get $0 - local.get $1 - i32.gt_s + local.get $4 + i32.lt_s select - local.set $1 + local.set $0 + local.get $1 + local.get $1 + i32.const 3 local.get $4 local.get $4 i32.const 3 - local.get $0 - local.get $0 - i32.const 3 i32.gt_u select local.tee $5 i32.const 2 i32.shl i32.add - local.get $1 + local.get $0 i32.const 0 i32.lt_s if (result i32) local.get $0 - local.get $1 + local.get $4 i32.add - local.tee $1 + local.tee $0 i32.const 0 - local.get $1 + local.get $0 i32.const 0 i32.gt_s select else - local.get $1 local.get $0 + local.get $4 local.get $0 - local.get $1 - i32.gt_s + local.get $4 + i32.lt_s select end local.get $5 i32.sub - local.tee $1 - local.get $0 + local.tee $0 + local.get $4 local.get $0 - local.get $1 - i32.gt_s + local.get $4 + i32.lt_s select i32.const 2 i32.shl @@ -7234,9 +7426,9 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store $0 - local.get $4 + local.get $1 i32.const 0 call $~lib/staticarray/StaticArray#__get i32.const 4 @@ -7244,15 +7436,15 @@ if i32.const 0 i32.const 1216 - i32.const 192 + i32.const 197 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store $0 - local.get $4 + local.get $1 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 5 @@ -7260,15 +7452,15 @@ if i32.const 0 i32.const 1216 - i32.const 193 + i32.const 198 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store $0 - local.get $4 + local.get $1 i32.const 2 call $~lib/staticarray/StaticArray#__get i32.const 3 @@ -7276,15 +7468,15 @@ if i32.const 0 i32.const 1216 - i32.const 194 + i32.const 199 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store $0 - local.get $4 + local.get $1 i32.const 3 call $~lib/staticarray/StaticArray#__get i32.const 4 @@ -7292,15 +7484,15 @@ if i32.const 0 i32.const 1216 - i32.const 195 + i32.const 200 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store $0 - local.get $4 + local.get $1 i32.const 4 call $~lib/staticarray/StaticArray#__get i32.const 5 @@ -7308,7 +7500,7 @@ if i32.const 0 i32.const 1216 - i32.const 196 + i32.const 201 i32.const 3 call $~lib/builtins/abort unreachable @@ -7318,104 +7510,104 @@ i32.const 12 i32.const 4 call $~lib/rt/itcms/__new - local.tee $5 - i32.const 3216 + local.tee $4 + i32.const 3376 i32.const 12 memory.copy $0 $0 local.get $0 - local.get $5 - i32.store $0 offset=84 + local.get $4 + i32.store $0 offset=92 global.get $~lib/memory/__stack_pointer local.tee $0 - local.set $6 + local.set $1 local.get $0 - local.get $5 + local.get $4 i32.store $0 local.get $0 - i32.const 3248 + i32.const 3408 i32.store $0 offset=24 local.get $0 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 i64.store $0 local.get $0 - local.get $5 + local.get $4 i32.store $0 local.get $0 - local.get $5 + local.get $4 i32.const 20 i32.sub i32.load $0 offset=16 i32.const 2 i32.shr_u - local.tee $7 + local.tee $5 i32.const 7 i32.const 0 call $~lib/rt/__newArray - local.tee $0 + local.tee $6 i32.store $0 offset=4 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $6 i32.store $0 - local.get $0 + local.get $6 i32.load $0 offset=4 - local.set $4 + local.set $7 i32.const 0 - local.set $1 - loop $for-loop|030 - local.get $1 - local.get $7 + local.set $0 + loop $for-loop|031 + local.get $0 + local.get $5 i32.lt_s if - local.get $1 + local.get $0 i32.const 2 i32.shl local.tee $8 - local.get $5 + local.get $4 i32.add i32.load $0 local.set $9 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 i32.const 3 global.set $~argumentsLength - local.get $4 + local.get $7 local.get $8 i32.add local.get $9 - local.get $1 - local.get $5 - i32.const 3248 + local.get $0 + local.get $4 + i32.const 3408 i32.load $0 call_indirect $0 (type $i32_i32_i32_=>_i32) i32.store $0 - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 - br $for-loop|030 + local.set $0 + br $for-loop|031 end end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer + local.get $1 local.get $6 - local.get $0 - i32.store $0 offset=88 + i32.store $0 offset=96 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $6 i32.store $0 - local.get $0 + local.get $6 i32.const 0 call $~lib/array/Array#__get i32.const 2 @@ -7423,15 +7615,15 @@ if i32.const 0 i32.const 1216 - i32.const 205 + i32.const 210 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $6 i32.store $0 - local.get $0 + local.get $6 i32.const 1 call $~lib/array/Array#__get i32.const 3 @@ -7439,15 +7631,15 @@ if i32.const 0 i32.const 1216 - i32.const 206 + i32.const 211 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $6 i32.store $0 - local.get $0 + local.get $6 i32.const 2 call $~lib/array/Array#__get i32.const 4 @@ -7455,70 +7647,70 @@ if i32.const 0 i32.const 1216 - i32.const 207 + i32.const 212 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $5 + local.get $4 i32.store $0 local.get $0 - i32.const 3280 + i32.const 3440 i32.store $0 offset=24 local.get $0 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i32.const 0 i32.store $0 i32.const 0 - local.set $0 - local.get $1 - local.get $5 + local.set $1 + local.get $0 + local.get $4 i32.store $0 - local.get $5 + local.get $4 i32.const 20 i32.sub i32.load $0 offset=16 i32.const 2 i32.shr_u - local.set $1 - loop $for-loop|031 + local.set $0 + loop $for-loop|032 local.get $0 local.get $1 - i32.lt_s + i32.gt_s if - local.get $5 - local.get $0 + local.get $4 + local.get $1 i32.const 2 i32.shl i32.add i32.load $0 - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 i32.const 3 global.set $~argumentsLength - local.get $4 - local.get $0 local.get $5 - i32.const 3280 + local.get $1 + local.get $4 + i32.const 3440 i32.load $0 call_indirect $0 (type $i32_i32_i32_=>_none) - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 - br $for-loop|031 + local.set $1 + br $for-loop|032 end end global.get $~lib/memory/__stack_pointer @@ -7531,23 +7723,23 @@ if i32.const 0 i32.const 1216 - i32.const 211 + i32.const 216 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $5 + local.get $4 i32.store $0 local.get $0 - i32.const 3312 + i32.const 3472 i32.store $0 offset=24 local.get $0 - local.get $5 + local.get $4 call $~lib/staticarray/StaticArray#filter local.tee $0 - i32.store $0 offset=92 + i32.store $0 offset=100 global.get $~lib/memory/__stack_pointer local.get $0 i32.store $0 @@ -7558,7 +7750,7 @@ if i32.const 0 i32.const 1216 - i32.const 215 + i32.const 220 i32.const 3 call $~lib/builtins/abort unreachable @@ -7574,7 +7766,7 @@ if i32.const 0 i32.const 1216 - i32.const 216 + i32.const 221 i32.const 3 call $~lib/builtins/abort unreachable @@ -7590,116 +7782,116 @@ if i32.const 0 i32.const 1216 - i32.const 217 + i32.const 222 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $5 + local.tee $0 + local.get $4 i32.store $0 - local.get $1 - i32.const 3344 + local.get $0 + i32.const 3504 i32.store $0 offset=24 i32.const 0 - local.set $0 - local.get $1 + local.set $1 + local.get $0 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $5 i32.const 0 i32.store $0 i32.const 0 - local.set $1 - local.get $4 + local.set $0 local.get $5 + local.get $4 i32.store $0 - local.get $5 + local.get $4 i32.const 20 i32.sub i32.load $0 offset=16 i32.const 2 i32.shr_u - local.set $4 - loop $for-loop|032 - local.get $1 - local.get $4 + local.set $5 + loop $for-loop|033 + local.get $0 + local.get $5 i32.lt_s if - local.get $5 - local.get $1 + local.get $4 + local.get $0 i32.const 2 i32.shl i32.add i32.load $0 local.set $6 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 i32.const 4 global.set $~argumentsLength - local.get $0 - local.get $6 local.get $1 - local.get $5 - i32.const 3344 + local.get $6 + local.get $0 + local.get $4 + i32.const 3504 i32.load $0 call_indirect $0 (type $i32_i32_i32_i32_=>_i32) - local.set $0 - local.get $1 + local.set $1 + local.get $0 i32.const 1 i32.add - local.set $1 - br $for-loop|032 + local.set $0 + br $for-loop|033 end end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.const 6 i32.ne if i32.const 0 i32.const 1216 - i32.const 221 + i32.const 226 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $5 + local.tee $0 + local.get $4 i32.store $0 - local.get $1 - i32.const 3376 + local.get $0 + i32.const 3536 i32.store $0 offset=24 i32.const 0 - local.set $0 - local.get $1 + local.set $1 + local.get $0 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i32.const 0 i32.store $0 - local.get $1 - local.get $5 + local.get $0 + local.get $4 i32.store $0 - local.get $5 + local.get $4 i32.const 20 i32.sub i32.load $0 offset=16 @@ -7707,204 +7899,204 @@ i32.shr_u i32.const 1 i32.sub - local.set $1 - loop $for-loop|033 - local.get $1 + local.set $0 + loop $for-loop|034 + local.get $0 i32.const 0 i32.ge_s if - local.get $5 - local.get $1 + local.get $4 + local.get $0 i32.const 2 i32.shl i32.add i32.load $0 - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store $0 i32.const 4 global.set $~argumentsLength - local.get $0 - local.get $4 local.get $1 local.get $5 - i32.const 3376 + local.get $0 + local.get $4 + i32.const 3536 i32.load $0 call_indirect $0 (type $i32_i32_i32_i32_=>_i32) - local.set $0 - local.get $1 + local.set $1 + local.get $0 i32.const 1 i32.sub - local.set $1 - br $for-loop|033 + local.set $0 + br $for-loop|034 end end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.const 6 i32.ne if i32.const 0 i32.const 1216 - i32.const 225 + i32.const 230 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $5 + local.get $4 i32.store $0 local.get $0 - i32.const 3408 + i32.const 3568 i32.store $0 offset=24 - local.get $5 - i32.const 3408 + local.get $4 + i32.const 3568 call $~lib/staticarray/StaticArray#some i32.eqz if i32.const 0 i32.const 1216 - i32.const 228 + i32.const 233 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $5 + local.get $4 i32.store $0 local.get $0 - i32.const 3440 + i32.const 3600 i32.store $0 offset=24 - local.get $5 - i32.const 3440 + local.get $4 + i32.const 3600 call $~lib/staticarray/StaticArray#some if i32.const 0 i32.const 1216 - i32.const 229 + i32.const 234 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $5 + local.get $4 i32.store $0 local.get $0 - i32.const 3472 + i32.const 3632 i32.store $0 offset=24 - local.get $5 - i32.const 3472 + local.get $4 + i32.const 3632 call $~lib/staticarray/StaticArray#every i32.eqz if i32.const 0 i32.const 1216 - i32.const 232 + i32.const 237 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $5 + local.get $4 i32.store $0 local.get $0 - i32.const 3504 + i32.const 3664 i32.store $0 offset=24 - local.get $5 - i32.const 3504 + local.get $4 + i32.const 3664 call $~lib/staticarray/StaticArray#every if i32.const 0 i32.const 1216 - i32.const 233 + i32.const 238 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $5 + local.get $4 i32.store $0 local.get $0 - i32.const 3536 + i32.const 3696 i32.store $0 offset=24 - local.get $5 - i32.const 3536 + local.get $4 + i32.const 3696 call $~lib/staticarray/StaticArray#findIndex i32.const 1 i32.ne if i32.const 0 i32.const 1216 - i32.const 236 + i32.const 241 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $5 + local.get $4 i32.store $0 local.get $0 - i32.const 3568 + i32.const 3728 i32.store $0 offset=24 - local.get $5 - i32.const 3568 + local.get $4 + i32.const 3728 call $~lib/staticarray/StaticArray#findIndex i32.const -1 i32.ne if i32.const 0 i32.const 1216 - i32.const 237 + i32.const 242 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $5 + local.get $4 i32.store $0 local.get $0 - i32.const 3600 + i32.const 3760 i32.store $0 offset=24 - local.get $5 - i32.const 3600 + local.get $4 + i32.const 3760 call $~lib/staticarray/StaticArray#findLastIndex i32.const 1 i32.ne if i32.const 0 i32.const 1216 - i32.const 240 + i32.const 245 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $5 + local.get $4 i32.store $0 local.get $0 - i32.const 3632 + i32.const 3792 i32.store $0 offset=24 - local.get $5 - i32.const 3632 + local.get $4 + i32.const 3792 call $~lib/staticarray/StaticArray#findLastIndex i32.const -1 i32.ne if i32.const 0 i32.const 1216 - i32.const 241 + i32.const 246 i32.const 3 call $~lib/builtins/abort unreachable @@ -7914,34 +8106,34 @@ i32.const 16 i32.const 4 call $~lib/rt/itcms/__new - local.tee $4 - i32.const 3664 + local.tee $1 + i32.const 3824 i32.const 16 memory.copy $0 $0 local.get $0 - local.get $4 - i32.store $0 offset=96 + local.get $1 + i32.store $0 offset=104 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 + local.tee $4 + local.get $1 i32.store $0 i32.const 0 global.set $~argumentsLength i32.const 0 - local.set $1 - local.get $0 + local.set $0 + local.get $4 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $4 i64.const 0 i64.store $0 - local.get $0 + local.get $4 i32.const 0 i32.store $0 offset=8 block $1of15 @@ -7952,47 +8144,47 @@ end unreachable end - i32.const 3712 - local.set $1 + i32.const 3872 + local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 3712 + i32.const 3872 i32.store $0 end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 + local.tee $4 + local.get $1 i32.store $0 offset=4 + local.get $4 local.get $0 - local.get $1 i32.store $0 offset=8 - local.get $0 + local.get $4 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $4 i64.const 0 i64.store $0 - local.get $0 local.get $4 + local.get $1 i32.store $0 offset=4 - local.get $4 + local.get $1 i32.const 20 i32.sub i32.load $0 offset=16 i32.const 2 i32.shr_u local.set $5 + local.get $4 local.get $0 - local.get $1 i32.store $0 - local.get $4 - local.get $5 local.get $1 + local.get $5 + local.get $0 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer i32.const 8 @@ -8003,23 +8195,23 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store $0 - local.get $4 + local.get $1 i32.const 0 call $~lib/staticarray/StaticArray#__get if i32.const 0 i32.const 1216 - i32.const 250 + i32.const 255 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store $0 - local.get $4 + local.get $1 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 1 @@ -8027,15 +8219,15 @@ if i32.const 0 i32.const 1216 - i32.const 251 + i32.const 256 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store $0 - local.get $4 + local.get $1 i32.const 2 call $~lib/staticarray/StaticArray#__get i32.const 2 @@ -8043,15 +8235,15 @@ if i32.const 0 i32.const 1216 - i32.const 252 + i32.const 257 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store $0 - local.get $4 + local.get $1 i32.const 3 call $~lib/staticarray/StaticArray#__get i32.const 3 @@ -8059,23 +8251,23 @@ if i32.const 0 i32.const 1216 - i32.const 253 + i32.const 258 i32.const 3 call $~lib/builtins/abort unreachable end - i32.const 36568 + i32.const 36728 global.set $~lib/memory/__stack_pointer global.get $~lib/rt/itcms/state i32.const 0 i32.gt_s if - loop $while-continue|02730 + loop $while-continue|02831 global.get $~lib/rt/itcms/state if call $~lib/rt/itcms/step drop - br $while-continue|02730 + br $while-continue|02831 end end end @@ -8100,13 +8292,13 @@ i32.add global.set $~lib/rt/itcms/threshold global.get $~lib/memory/__stack_pointer - i32.const 100 + i32.const 108 i32.add global.set $~lib/memory/__stack_pointer return end - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -8121,11 +8313,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 3800 + i32.const 3960 i32.lt_s if - i32.const 36592 - i32.const 36640 + i32.const 36752 + i32.const 36800 i32.const 1 i32.const 1 call $~lib/builtins/abort diff --git a/tests/compiler/std/staticarray.ts b/tests/compiler/std/staticarray.ts index 3220c4f769..9ea53b08bb 100644 --- a/tests/compiler/std/staticarray.ts +++ b/tests/compiler/std/staticarray.ts @@ -70,6 +70,11 @@ arr4 = changetype>(0); result = source.concat>([]); assert(result.length == source.length); } +{ + let source: StaticArray = ["1", "2"]; + let result = source.concat>(["3"]); + assert(result.length == 3); +} // slice { From eedf30614dbead5333ab2ad06eafc1c59e65bbd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Sep 2023 14:14:31 -0700 Subject: [PATCH 017/103] build(deps): bump json5 from 2.2.1 to 2.2.3 in /lib/loader (#2610) Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. - [Release notes](https://github.com/json5/json5/releases) - [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md) - [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3) --- updated-dependencies: - dependency-name: json5 dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lib/loader/package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/loader/package-lock.json b/lib/loader/package-lock.json index 5e7995069d..de730e3ed9 100644 --- a/lib/loader/package-lock.json +++ b/lib/loader/package-lock.json @@ -680,9 +680,9 @@ } }, "node_modules/json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true, "bin": { "json5": "lib/cli.js" @@ -1262,9 +1262,9 @@ "dev": true }, "json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", "dev": true }, "ms": { From 927b7cdb35d4ac714296a84aeccb55f0c7a9139a Mon Sep 17 00:00:00 2001 From: Changqing Jing Date: Sun, 1 Oct 2023 19:49:01 +0800 Subject: [PATCH 018/103] fix: Type checker does not detect a signature mismatch Fixes: #2727 --- src/compiler.ts | 11 +++++---- src/types.ts | 24 +++++++------------ .../class-member-function-as-parameter.json | 8 +++++++ .../class-member-function-as-parameter.ts | 20 ++++++++++++++++ 4 files changed, 42 insertions(+), 21 deletions(-) create mode 100644 tests/compiler/class-member-function-as-parameter.json create mode 100644 tests/compiler/class-member-function-as-parameter.ts diff --git a/src/compiler.ts b/src/compiler.ts index baa324e97c..231d0aa8db 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -6609,17 +6609,18 @@ export class Compiler extends DiagnosticEmitter { for (let i = 0, k = overrideInstances.length; i < k; ++i) { let overrideInstance = overrideInstances[i]; if (!overrideInstance.is(CommonFlags.Compiled)) continue; // errored - let overrideType = overrideInstance.type; - let originalType = instance.type; - if (!overrideType.isAssignableTo(originalType)) { + + let overrideSignature = overrideInstance.signature; + let originalSignature = instance.signature; + + if (!overrideSignature.isAssignableTo(originalSignature, true)) { this.error( DiagnosticCode.Type_0_is_not_assignable_to_type_1, - overrideInstance.identifierNode.range, overrideType.toString(), originalType.toString() + overrideInstance.identifierNode.range, overrideSignature.toString(), originalSignature.toString() ); continue; } // TODO: additional optional parameters are not permitted by `isAssignableTo` yet - let overrideSignature = overrideInstance.signature; let overrideParameterTypes = overrideSignature.parameterTypes; let overrideNumParameters = overrideParameterTypes.length; let paramExprs = new Array(1 + overrideNumParameters); diff --git a/src/types.ts b/src/types.ts index 17bf8cbdbb..f137ddb5ba 100644 --- a/src/types.ts +++ b/src/types.ts @@ -1051,22 +1051,14 @@ export class Signature { isAssignableTo(target: Signature, checkCompatibleOverride: bool = false): bool { let thisThisType = this.thisType; let targetThisType = target.thisType; - if (checkCompatibleOverride) { - // check kind of `this` type - if (thisThisType) { - if (!targetThisType || !thisThisType.canExtendOrImplement(targetThisType)) { - return false; - } - } else if (targetThisType) { - return false; - } - } else { - // check `this` type (invariant) - if (thisThisType) { - if (targetThisType != targetThisType) return false; - } else if (targetThisType) { - return false; - } + + if (thisThisType && targetThisType) { + const compatibleThisType = checkCompatibleOverride + ? thisThisType.canExtendOrImplement(targetThisType) + : targetThisType.isAssignableTo(thisThisType); + if (!compatibleThisType) return false; + } else if (thisThisType || targetThisType) { + return false; } // check rest parameter diff --git a/tests/compiler/class-member-function-as-parameter.json b/tests/compiler/class-member-function-as-parameter.json new file mode 100644 index 0000000000..38ccfe0479 --- /dev/null +++ b/tests/compiler/class-member-function-as-parameter.json @@ -0,0 +1,8 @@ +{ + "asc_flags": [], + "stderr": [ + "TS2322: Type '() => void' is not assignable to type '(this: class-member-function-as-parameter/A) => void'.", + "TS2322: Type '(this: class-member-function-as-parameter/B) => void' is not assignable to type '(this: class-member-function-as-parameter/A) => void'.", + "EOF" + ] +} diff --git a/tests/compiler/class-member-function-as-parameter.ts b/tests/compiler/class-member-function-as-parameter.ts new file mode 100644 index 0000000000..611f0fbf03 --- /dev/null +++ b/tests/compiler/class-member-function-as-parameter.ts @@ -0,0 +1,20 @@ +class A { + foo(): void { } +} + +class B extends A { + foo(): void { } +} + +function foo(): void { } + +function consumeA(callback: (this: A) => void): void { } +function consumeB(callback: (this: B) => void): void { } + +const a = new A(); +const b = new B(); + +consumeB(a.foo); // shouldn't error +consumeA(foo); // should error +consumeA(b.foo); // should error +ERROR("EOF"); \ No newline at end of file From 73193f0f59c9a0e5326cc1a6c5e430ddf2a52285 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Sun, 1 Oct 2023 19:49:46 +0800 Subject: [PATCH 019/103] fix: diagnose not implement when assign value to closure variable (#2750) Fixes: #2749 --- src/compiler.ts | 20 ++++++++++++++------ src/program.ts | 4 ++++ tests/compiler/closure.json | 2 ++ tests/compiler/closure.ts | 8 ++++++++ 4 files changed, 28 insertions(+), 6 deletions(-) diff --git a/src/compiler.ts b/src/compiler.ts index 231d0aa8db..9024662829 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -5596,13 +5596,21 @@ export class Compiler extends DiagnosticEmitter { // to compile just the value, we need to know the target's type let targetType: Type; switch (target.kind) { - case ElementKind.Global: { - if (!this.compileGlobalLazy(target, expression)) { + case ElementKind.Global: + case ElementKind.Local: { + if (target.kind == ElementKind.Global) { + if (!this.compileGlobalLazy(target, expression)) { + return this.module.unreachable(); + } + } else if (!(target).declaredByFlow(flow)) { + // TODO: closures + this.error( + DiagnosticCode.Not_implemented_0, + expression.range, + "Closures" + ); return this.module.unreachable(); } - // fall-through - } - case ElementKind.Local: { if (this.pendingElements.has(target)) { this.error( DiagnosticCode.Variable_0_used_before_its_declaration, @@ -7371,7 +7379,7 @@ export class Compiler extends DiagnosticEmitter { this.currentType = localType; } - if (target.parent != flow.targetFunction) { + if (!local.declaredByFlow(flow)) { // TODO: closures this.error( DiagnosticCode.Not_implemented_0, diff --git a/src/program.ts b/src/program.ts index 5bae6bd76b..1f9849eec2 100644 --- a/src/program.ts +++ b/src/program.ts @@ -3639,6 +3639,10 @@ export class Local extends VariableLikeElement { assert(type != Type.void); this.setType(type); } + + declaredByFlow(flow: Flow): bool { + return this.parent == flow.targetFunction; + } } /** A yet unresolved function prototype. */ diff --git a/tests/compiler/closure.json b/tests/compiler/closure.json index 60af5f4ab5..043415b403 100644 --- a/tests/compiler/closure.json +++ b/tests/compiler/closure.json @@ -10,6 +10,8 @@ "$local0; // closure 3", "AS100: Not implemented: Closures", "$local0(123); // closure 4", + "AS100: Not implemented: Closures", + "$local0 = 10; // closure 5", "EOF" ] } diff --git a/tests/compiler/closure.ts b/tests/compiler/closure.ts index 8d83cc791c..26ba15304b 100644 --- a/tests/compiler/closure.ts +++ b/tests/compiler/closure.ts @@ -28,4 +28,12 @@ function testFuncParam($local0: (x: i32) => void): () => void { } testFuncParam((x: i32) => {}); +function testAssign(): (value: i32) => void { + let $local0 = 0; + return function inner(value: i32): void { + $local0 = 10; // closure 5 + }; +} +testAssign(); + ERROR("EOF"); From 58ed2b2ec31c6469040d2dacddb3bdf64cfde32b Mon Sep 17 00:00:00 2001 From: CountBleck Date: Sun, 1 Oct 2023 04:51:19 -0700 Subject: [PATCH 020/103] fix: Ensure call-less references to builtin functions in namespaces error (#2738) --- src/compiler.ts | 19 +++++++++++++++++++ tests/compiler/issues/2737.json | 15 +++++++++++++++ tests/compiler/issues/2737.ts | 12 ++++++++++++ 3 files changed, 46 insertions(+) create mode 100644 tests/compiler/issues/2737.json create mode 100644 tests/compiler/issues/2737.ts diff --git a/src/compiler.ts b/src/compiler.ts index 9024662829..2567805aff 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -9044,10 +9044,29 @@ export class Compiler extends DiagnosticEmitter { } case ElementKind.FunctionPrototype: { let functionPrototype = target; + let typeParameterNodes = functionPrototype.typeParameterNodes; + + if (typeParameterNodes && typeParameterNodes.length != 0) { + this.error( + DiagnosticCode.Type_argument_expected, + expression.range + ); + break; // also diagnose 'not a value at runtime' + } + let functionInstance = this.resolver.resolveFunction(functionPrototype, null); if (!functionInstance) return module.unreachable(); if (!this.compileFunction(functionInstance)) return module.unreachable(); this.currentType = functionInstance.type; + + if (functionInstance.hasDecorator(DecoratorFlags.Builtin)) { + this.error( + DiagnosticCode.Not_implemented_0, + expression.range, "First-class built-ins" + ); + return module.unreachable(); + } + let offset = this.ensureRuntimeFunction(functionInstance); return this.options.isWasm64 ? module.i64(i64_low(offset), i64_high(offset)) diff --git a/tests/compiler/issues/2737.json b/tests/compiler/issues/2737.json new file mode 100644 index 0000000000..07404f851a --- /dev/null +++ b/tests/compiler/issues/2737.json @@ -0,0 +1,15 @@ +{ + "stderr": [ + "TS1140: Type argument expected.", + "foo.bar;", + "AS234: Expression does not compile to a value at runtime.", + "foo.bar;", + "TS1140: Type argument expected.", + "memory.data;", + "AS234: Expression does not compile to a value at runtime.", + "memory.data;", + "AS100: Not implemented: First-class built-ins", + "atomic.fence;", + "EOF" + ] +} \ No newline at end of file diff --git a/tests/compiler/issues/2737.ts b/tests/compiler/issues/2737.ts new file mode 100644 index 0000000000..05d5faaae3 --- /dev/null +++ b/tests/compiler/issues/2737.ts @@ -0,0 +1,12 @@ +namespace foo { + export function bar(): void {} +} + +// Should error from missing type arguments: +foo.bar; +memory.data; + +// Should error from lacking first-class builtins: +atomic.fence; + +ERROR("EOF"); \ No newline at end of file From a27258dd36834a7f1e5bbefd7a68f69b7bc934ca Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Mon, 2 Oct 2023 06:53:46 +0800 Subject: [PATCH 021/103] fix: interface inheritance cause crash (#2756) --- src/resolver.ts | 2 +- tests/compiler/class-implements.debug.wat | 275 ++++++++++++++------ tests/compiler/class-implements.release.wat | 269 ++++++++++++------- tests/compiler/class-implements.ts | 12 + 4 files changed, 388 insertions(+), 170 deletions(-) diff --git a/src/resolver.ts b/src/resolver.ts index e3e389d331..8f90a76f3b 100644 --- a/src/resolver.ts +++ b/src/resolver.ts @@ -3060,7 +3060,7 @@ export class Resolver extends DiagnosticEmitter { assert(!unboundOverridePrototype.isBound); let unboundOverrideParent = unboundOverridePrototype.parent; let classInstances: Map | null; - assert(unboundOverrideParent.kind == ElementKind.ClassPrototype); + assert(unboundOverrideParent.kind == ElementKind.ClassPrototype || unboundOverrideParent.kind == ElementKind.InterfacePrototype); classInstances = (unboundOverrideParent).instances; if (!classInstances) continue; for (let _values = Map_values(classInstances), j = 0, l = _values.length; j < l; ++j) { diff --git a/tests/compiler/class-implements.debug.wat b/tests/compiler/class-implements.debug.wat index bfeec249ca..eccd1f196e 100644 --- a/tests/compiler/class-implements.debug.wat +++ b/tests/compiler/class-implements.debug.wat @@ -31,9 +31,9 @@ (global $class-implements/g (mut i32) (i32.const 0)) (global $class-implements/h (mut i32) (i32.const 0)) (global $~lib/rt/__rtti_base i32 (i32.const 480)) - (global $~lib/memory/__data_end i32 (i32.const 560)) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33328)) - (global $~lib/memory/__heap_base i32 (i32.const 33328)) + (global $~lib/memory/__data_end i32 (i32.const 568)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33336)) + (global $~lib/memory/__heap_base i32 (i32.const 33336)) (memory $0 1) (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") @@ -44,7 +44,7 @@ (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (data $8 (i32.const 412) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00c\00l\00a\00s\00s\00-\00i\00m\00p\00l\00e\00m\00e\00n\00t\00s\00.\00t\00s\00\00\00\00\00\00\00") - (data $9 (i32.const 480) "\13\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") + (data $9 (i32.const 480) "\15\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) @@ -2269,6 +2269,9 @@ (func $class-implements/I#foo (param $this i32) (result i32) unreachable ) + (func $class-implements/J#foo (param $this i32) (result i32) + unreachable + ) (func $class-implements/A2#set:foo (param $this i32) (param $foo i32) local.get $this local.get $foo @@ -2329,6 +2332,13 @@ local.get $this i32.load $0 offset=4 ) + (func $class-implements/K#foo (param $this i32) (result i32) + unreachable + ) + (func $class-implements/G#foo (param $this i32) (result i32) + i32.const 1 + return + ) (func $class-implements/D#foo@override (param $0 i32) (result i32) (local $1 i32) block $default @@ -2403,6 +2413,58 @@ end unreachable ) + (func $class-implements/J#foo@override (param $0 i32) (result i32) + (local $1 i32) + block $default + block $case3 + block $case2 + block $case1 + block $case0 + local.get $0 + i32.const 8 + i32.sub + i32.load $0 + local.set $1 + local.get $1 + i32.const 13 + i32.eq + br_if $case0 + local.get $1 + i32.const 11 + i32.eq + br_if $case1 + local.get $1 + i32.const 8 + i32.eq + br_if $case2 + local.get $1 + i32.const 10 + i32.eq + br_if $case2 + local.get $1 + i32.const 12 + i32.eq + br_if $case3 + br $default + end + local.get $0 + call $class-implements/K#foo + return + end + local.get $0 + call $class-implements/F#foo + return + end + local.get $0 + call $class-implements/D#foo + return + end + local.get $0 + call $class-implements/G#foo + return + end + unreachable + ) (func $class-implements/I2#get:foo@override (param $0 i32) (result i32) (local $1 i32) block $default @@ -2418,27 +2480,27 @@ i32.load $0 local.set $1 local.get $1 - i32.const 14 + i32.const 16 i32.eq br_if $case0 local.get $1 - i32.const 15 + i32.const 17 i32.eq br_if $case1 local.get $1 - i32.const 17 + i32.const 19 i32.eq br_if $case2 local.get $1 - i32.const 18 + i32.const 20 i32.eq br_if $case3 local.get $1 - i32.const 12 + i32.const 14 i32.eq br_if $case4 local.get $1 - i32.const 16 + i32.const 18 i32.eq br_if $case5 br $default @@ -2484,27 +2546,27 @@ i32.load $0 local.set $2 local.get $2 - i32.const 14 + i32.const 16 i32.eq br_if $case0 local.get $2 - i32.const 15 + i32.const 17 i32.eq br_if $case1 local.get $2 - i32.const 17 + i32.const 19 i32.eq br_if $case2 local.get $2 - i32.const 18 + i32.const 20 i32.eq br_if $case3 local.get $2 - i32.const 12 + i32.const 14 i32.eq br_if $case4 local.get $2 - i32.const 16 + i32.const 18 i32.eq br_if $case5 br $default @@ -2552,11 +2614,11 @@ i32.load $0 local.set $1 local.get $1 - i32.const 17 + i32.const 19 i32.eq br_if $case0 local.get $1 - i32.const 18 + i32.const 20 i32.eq br_if $case1 br $default @@ -2656,33 +2718,39 @@ block $class-implements/A3 block $class-implements/I2 block $class-implements/A2 - block $class-implements/F - block $class-implements/E - block $class-implements/J - block $class-implements/D - block $class-implements/B - block $class-implements/C - block $class-implements/I - block $class-implements/A - block $~lib/arraybuffer/ArrayBufferView - block $~lib/string/String - block $~lib/arraybuffer/ArrayBuffer - block $~lib/object/Object - local.get $0 - i32.const 8 - i32.sub - i32.load $0 - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $class-implements/A $class-implements/I $class-implements/C $class-implements/B $class-implements/D $class-implements/J $class-implements/E $class-implements/F $class-implements/A2 $class-implements/I2 $class-implements/A3 $class-implements/A4 $class-implements/B2 $class-implements/B3 $class-implements/B4 $invalid + block $class-implements/K + block $class-implements/G + block $class-implements/F + block $class-implements/E + block $class-implements/J + block $class-implements/D + block $class-implements/B + block $class-implements/C + block $class-implements/I + block $class-implements/A + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load $0 + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $class-implements/A $class-implements/I $class-implements/C $class-implements/B $class-implements/D $class-implements/J $class-implements/E $class-implements/F $class-implements/G $class-implements/K $class-implements/A2 $class-implements/I2 $class-implements/A3 $class-implements/A4 $class-implements/B2 $class-implements/B3 $class-implements/B4 $invalid + end + return + end + return end return end + local.get $0 + local.get $1 + call $~lib/arraybuffer/ArrayBufferView~visit return end return end - local.get $0 - local.get $1 - call $~lib/arraybuffer/ArrayBufferView~visit return end return @@ -2961,6 +3029,44 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) + (func $class-implements/G#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store $0 + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 12 + call $~lib/rt/itcms/__new + local.tee $this + i32.store $0 + end + global.get $~lib/memory/__stack_pointer + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store $0 offset=4 + local.get $1 + call $~lib/object/Object#constructor + local.tee $this + i32.store $0 + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) (func $class-implements/A2#constructor (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -2976,7 +3082,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 4 - i32.const 12 + i32.const 14 call $~lib/rt/itcms/__new local.tee $this i32.store $0 @@ -3022,7 +3128,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 4 - i32.const 14 + i32.const 16 call $~lib/rt/itcms/__new local.tee $this i32.store $0 @@ -3068,7 +3174,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 4 - i32.const 15 + i32.const 17 call $~lib/rt/itcms/__new local.tee $this i32.store $0 @@ -3114,7 +3220,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 4 - i32.const 16 + i32.const 18 call $~lib/rt/itcms/__new local.tee $this i32.store $0 @@ -3185,7 +3291,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 8 - i32.const 17 + i32.const 19 call $~lib/rt/itcms/__new local.tee $this i32.store $0 @@ -3256,7 +3362,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 8 - i32.const 18 + i32.const 20 call $~lib/rt/itcms/__new local.tee $this i32.store $0 @@ -3362,7 +3468,7 @@ if i32.const 0 i32.const 432 - i32.const 14 + i32.const 18 i32.const 1 call $~lib/builtins/abort unreachable @@ -3383,7 +3489,7 @@ if i32.const 0 i32.const 432 - i32.const 24 + i32.const 28 i32.const 1 call $~lib/builtins/abort unreachable @@ -3404,7 +3510,7 @@ if i32.const 0 i32.const 432 - i32.const 31 + i32.const 35 i32.const 1 call $~lib/builtins/abort unreachable @@ -3425,7 +3531,7 @@ if i32.const 0 i32.const 432 - i32.const 37 + i32.const 41 i32.const 1 call $~lib/builtins/abort unreachable @@ -3446,7 +3552,7 @@ if i32.const 0 i32.const 432 - i32.const 44 + i32.const 48 i32.const 1 call $~lib/builtins/abort unreachable @@ -3467,7 +3573,7 @@ if i32.const 0 i32.const 432 - i32.const 47 + i32.const 51 i32.const 1 call $~lib/builtins/abort unreachable @@ -3488,7 +3594,26 @@ if i32.const 0 i32.const 432 - i32.const 50 + i32.const 54 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + call $class-implements/G#constructor + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store $0 + local.get $6 + call $class-implements/J#foo@override + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 62 i32.const 1 call $~lib/builtins/abort unreachable @@ -3511,7 +3636,7 @@ if i32.const 0 i32.const 432 - i32.const 85 + i32.const 97 i32.const 3 call $~lib/builtins/abort unreachable @@ -3529,7 +3654,7 @@ if i32.const 0 i32.const 432 - i32.const 86 + i32.const 98 i32.const 3 call $~lib/builtins/abort unreachable @@ -3555,7 +3680,7 @@ if i32.const 0 i32.const 432 - i32.const 88 + i32.const 100 i32.const 3 call $~lib/builtins/abort unreachable @@ -3573,7 +3698,7 @@ if i32.const 0 i32.const 432 - i32.const 89 + i32.const 101 i32.const 3 call $~lib/builtins/abort unreachable @@ -3596,7 +3721,7 @@ if i32.const 0 i32.const 432 - i32.const 93 + i32.const 105 i32.const 3 call $~lib/builtins/abort unreachable @@ -3614,7 +3739,7 @@ if i32.const 0 i32.const 432 - i32.const 94 + i32.const 106 i32.const 3 call $~lib/builtins/abort unreachable @@ -3640,7 +3765,7 @@ if i32.const 0 i32.const 432 - i32.const 96 + i32.const 108 i32.const 3 call $~lib/builtins/abort unreachable @@ -3658,7 +3783,7 @@ if i32.const 0 i32.const 432 - i32.const 97 + i32.const 109 i32.const 3 call $~lib/builtins/abort unreachable @@ -3681,7 +3806,7 @@ if i32.const 0 i32.const 432 - i32.const 101 + i32.const 113 i32.const 3 call $~lib/builtins/abort unreachable @@ -3699,7 +3824,7 @@ if i32.const 0 i32.const 432 - i32.const 102 + i32.const 114 i32.const 3 call $~lib/builtins/abort unreachable @@ -3725,7 +3850,7 @@ if i32.const 0 i32.const 432 - i32.const 104 + i32.const 116 i32.const 3 call $~lib/builtins/abort unreachable @@ -3743,7 +3868,7 @@ if i32.const 0 i32.const 432 - i32.const 105 + i32.const 117 i32.const 3 call $~lib/builtins/abort unreachable @@ -3766,7 +3891,7 @@ if i32.const 0 i32.const 432 - i32.const 109 + i32.const 121 i32.const 3 call $~lib/builtins/abort unreachable @@ -3784,7 +3909,7 @@ if i32.const 0 i32.const 432 - i32.const 110 + i32.const 122 i32.const 3 call $~lib/builtins/abort unreachable @@ -3810,7 +3935,7 @@ if i32.const 0 i32.const 432 - i32.const 112 + i32.const 124 i32.const 3 call $~lib/builtins/abort unreachable @@ -3828,7 +3953,7 @@ if i32.const 0 i32.const 432 - i32.const 113 + i32.const 125 i32.const 3 call $~lib/builtins/abort unreachable @@ -3851,7 +3976,7 @@ if i32.const 0 i32.const 432 - i32.const 117 + i32.const 129 i32.const 3 call $~lib/builtins/abort unreachable @@ -3869,7 +3994,7 @@ if i32.const 0 i32.const 432 - i32.const 118 + i32.const 130 i32.const 3 call $~lib/builtins/abort unreachable @@ -3895,7 +4020,7 @@ if i32.const 0 i32.const 432 - i32.const 120 + i32.const 132 i32.const 3 call $~lib/builtins/abort unreachable @@ -3913,7 +4038,7 @@ if i32.const 0 i32.const 432 - i32.const 121 + i32.const 133 i32.const 3 call $~lib/builtins/abort unreachable @@ -3936,7 +4061,7 @@ if i32.const 0 i32.const 432 - i32.const 125 + i32.const 137 i32.const 3 call $~lib/builtins/abort unreachable @@ -3954,7 +4079,7 @@ if i32.const 0 i32.const 432 - i32.const 126 + i32.const 138 i32.const 3 call $~lib/builtins/abort unreachable @@ -3980,7 +4105,7 @@ if i32.const 0 i32.const 432 - i32.const 128 + i32.const 140 i32.const 3 call $~lib/builtins/abort unreachable @@ -3998,7 +4123,7 @@ if i32.const 0 i32.const 432 - i32.const 129 + i32.const 141 i32.const 3 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/class-implements.release.wat b/tests/compiler/class-implements.release.wat index d9ef9d7e18..fd9ad73710 100644 --- a/tests/compiler/class-implements.release.wat +++ b/tests/compiler/class-implements.release.wat @@ -25,7 +25,7 @@ (global $class-implements/f (mut i32) (i32.const 0)) (global $class-implements/g (mut i32) (i32.const 0)) (global $class-implements/h (mut i32) (i32.const 0)) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34352)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34360)) (memory $0 1) (data $0 (i32.const 1036) "<") (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") @@ -39,7 +39,7 @@ (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") (data $8 (i32.const 1436) "<") (data $8.1 (i32.const 1448) "\02\00\00\00&\00\00\00c\00l\00a\00s\00s\00-\00i\00m\00p\00l\00e\00m\00e\00n\00t\00s\00.\00t\00s") - (data $9 (i32.const 1504) "\13\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 ") + (data $9 (i32.const 1504) "\15\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00 ") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots @@ -164,7 +164,7 @@ i32.load $0 offset=8 i32.eqz local.get $0 - i32.const 34352 + i32.const 34360 i32.lt_u i32.and i32.eqz @@ -794,10 +794,10 @@ if unreachable end - i32.const 34352 + i32.const 34368 i32.const 0 i32.store $0 - i32.const 35920 + i32.const 35936 i32.const 0 i32.store $0 loop $for-loop|0 @@ -808,7 +808,7 @@ local.get $0 i32.const 2 i32.shl - i32.const 34352 + i32.const 34368 i32.add i32.const 0 i32.store $0 offset=4 @@ -826,7 +826,7 @@ i32.add i32.const 2 i32.shl - i32.const 34352 + i32.const 34368 i32.add i32.const 0 i32.store $0 offset=96 @@ -844,14 +844,14 @@ br $for-loop|0 end end - i32.const 34352 - i32.const 35924 + i32.const 34368 + i32.const 35940 memory.size $0 i64.extend_i32_s i64.const 16 i64.shl call $~lib/rt/tlsf/addMemory - i32.const 34352 + i32.const 34368 global.set $~lib/rt/tlsf/ROOT ) (func $~lib/rt/itcms/step (result i32) @@ -936,7 +936,7 @@ local.set $0 loop $while-continue|0 local.get $0 - i32.const 34352 + i32.const 34360 i32.lt_u if local.get $0 @@ -1036,7 +1036,7 @@ unreachable end local.get $0 - i32.const 34352 + i32.const 34360 i32.lt_u if local.get $0 @@ -1059,7 +1059,7 @@ i32.const 4 i32.add local.tee $0 - i32.const 34352 + i32.const 34360 i32.ge_u if global.get $~lib/rt/tlsf/ROOT @@ -1573,7 +1573,7 @@ i32.const 8 i32.sub i32.load $0 - i32.const 12 + i32.const 14 i32.sub br_table $case4 $default $case0 $case1 $case5 $case2 $case3 $default end @@ -1614,7 +1614,7 @@ i32.const 8 i32.sub i32.load $0 - i32.const 12 + i32.const 14 i32.sub br_table $folding-inner0 $default $folding-inner0 $folding-inner0 $case5 $case2 $case3 $default end @@ -1633,7 +1633,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s if i32.const 34384 @@ -1674,11 +1674,11 @@ i32.sub i32.load $0 local.tee $1 - i32.const 17 + i32.const 19 i32.ne if local.get $1 - i32.const 18 + i32.const 20 i32.eq br_if $case1 br $default @@ -1703,37 +1703,43 @@ block $class-implements/A3 block $class-implements/I2 block $class-implements/A2 - block $class-implements/F - block $class-implements/E - block $class-implements/J - block $class-implements/D - block $class-implements/B - block $class-implements/C - block $class-implements/I - block $class-implements/A - block $~lib/arraybuffer/ArrayBufferView - block $~lib/string/String - block $~lib/arraybuffer/ArrayBuffer - block $~lib/object/Object - local.get $0 - i32.const 8 - i32.sub - i32.load $0 - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $class-implements/A $class-implements/I $class-implements/C $class-implements/B $class-implements/D $class-implements/J $class-implements/E $class-implements/F $class-implements/A2 $class-implements/I2 $class-implements/A3 $class-implements/A4 $class-implements/B2 $class-implements/B3 $class-implements/B4 $invalid + block $class-implements/K + block $class-implements/G + block $class-implements/F + block $class-implements/E + block $class-implements/J + block $class-implements/D + block $class-implements/B + block $class-implements/C + block $class-implements/I + block $class-implements/A + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load $0 + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $class-implements/A $class-implements/I $class-implements/C $class-implements/B $class-implements/D $class-implements/J $class-implements/E $class-implements/F $class-implements/G $class-implements/K $class-implements/A2 $class-implements/I2 $class-implements/A3 $class-implements/A4 $class-implements/B2 $class-implements/B3 $class-implements/B4 $invalid + end + return + end + return end return end + local.get $0 + i32.load $0 + local.tee $0 + if + local.get $0 + call $byn-split-outlined-A$~lib/rt/itcms/__visit + end return end return end - local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end return end return @@ -1778,7 +1784,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s if i32.const 34384 @@ -1824,7 +1830,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s if i32.const 34384 @@ -1866,7 +1872,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s if i32.const 34384 @@ -1884,7 +1890,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 4 - i32.const 12 + i32.const 14 call $~lib/rt/itcms/__new local.tee $0 i32.store $0 @@ -1917,7 +1923,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s if i32.const 34384 @@ -1935,7 +1941,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 4 - i32.const 16 + i32.const 18 call $~lib/rt/itcms/__new local.tee $0 i32.store $0 @@ -1968,7 +1974,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s if i32.const 34384 @@ -2001,7 +2007,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s if i32.const 34384 @@ -2037,7 +2043,7 @@ global.set $~lib/memory/__stack_pointer block $folding-inner0 global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -2048,7 +2054,7 @@ memory.size $0 i32.const 16 i32.shl - i32.const 34352 + i32.const 34360 i32.sub i32.const 1 i32.shr_u @@ -2082,7 +2088,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -2118,7 +2124,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -2140,7 +2146,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -2205,7 +2211,7 @@ if i32.const 0 i32.const 1456 - i32.const 31 + i32.const 35 i32.const 1 call $~lib/builtins/abort unreachable @@ -2215,7 +2221,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -2264,7 +2270,7 @@ if i32.const 0 i32.const 1456 - i32.const 37 + i32.const 41 i32.const 1 call $~lib/builtins/abort unreachable @@ -2297,7 +2303,7 @@ if i32.const 0 i32.const 1456 - i32.const 47 + i32.const 51 i32.const 1 call $~lib/builtins/abort unreachable @@ -2346,7 +2352,82 @@ if i32.const 0 i32.const 1456 - i32.const 50 + i32.const 54 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1592 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $0 + i64.const 0 + i64.store $0 + local.get $0 + i32.const 0 + i32.const 12 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store $0 + global.get $~lib/memory/__stack_pointer + local.tee $1 + local.get $0 + i32.store $0 offset=4 + local.get $1 + local.get $0 + call $~lib/object/Object#constructor + local.tee $0 + i32.store $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store $0 + block $__inlined_func$class-implements/J#foo@override + block $default3 + block $case34 + block $case25 + block $case16 + block $case07 + local.get $0 + i32.const 8 + i32.sub + i32.load $0 + i32.const 8 + i32.sub + br_table $case25 $default3 $case25 $case16 $case34 $case07 $default3 + end + unreachable + end + i32.const 4 + local.set $0 + br $__inlined_func$class-implements/J#foo@override + end + i32.const 3 + local.set $0 + br $__inlined_func$class-implements/J#foo@override + end + i32.const 1 + local.set $0 + br $__inlined_func$class-implements/J#foo@override + end + unreachable + end + local.get $0 + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1456 + i32.const 62 i32.const 1 call $~lib/builtins/abort unreachable @@ -2366,7 +2447,7 @@ if i32.const 0 i32.const 1456 - i32.const 85 + i32.const 97 i32.const 3 call $~lib/builtins/abort unreachable @@ -2381,7 +2462,7 @@ if i32.const 0 i32.const 1456 - i32.const 86 + i32.const 98 i32.const 3 call $~lib/builtins/abort unreachable @@ -2402,7 +2483,7 @@ if i32.const 0 i32.const 1456 - i32.const 88 + i32.const 100 i32.const 3 call $~lib/builtins/abort unreachable @@ -2417,7 +2498,7 @@ if i32.const 0 i32.const 1456 - i32.const 89 + i32.const 101 i32.const 3 call $~lib/builtins/abort unreachable @@ -2428,7 +2509,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -2437,7 +2518,7 @@ i64.store $0 local.get $1 i32.const 4 - i32.const 14 + i32.const 16 call $~lib/rt/itcms/__new local.tee $1 i32.store $0 @@ -2473,7 +2554,7 @@ if i32.const 0 i32.const 1456 - i32.const 93 + i32.const 105 i32.const 3 call $~lib/builtins/abort unreachable @@ -2488,7 +2569,7 @@ if i32.const 0 i32.const 1456 - i32.const 94 + i32.const 106 i32.const 3 call $~lib/builtins/abort unreachable @@ -2509,7 +2590,7 @@ if i32.const 0 i32.const 1456 - i32.const 96 + i32.const 108 i32.const 3 call $~lib/builtins/abort unreachable @@ -2524,7 +2605,7 @@ if i32.const 0 i32.const 1456 - i32.const 97 + i32.const 109 i32.const 3 call $~lib/builtins/abort unreachable @@ -2535,7 +2616,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -2544,7 +2625,7 @@ i64.store $0 local.get $1 i32.const 4 - i32.const 15 + i32.const 17 call $~lib/rt/itcms/__new local.tee $1 i32.store $0 @@ -2580,7 +2661,7 @@ if i32.const 0 i32.const 1456 - i32.const 101 + i32.const 113 i32.const 3 call $~lib/builtins/abort unreachable @@ -2595,7 +2676,7 @@ if i32.const 0 i32.const 1456 - i32.const 102 + i32.const 114 i32.const 3 call $~lib/builtins/abort unreachable @@ -2616,7 +2697,7 @@ if i32.const 0 i32.const 1456 - i32.const 104 + i32.const 116 i32.const 3 call $~lib/builtins/abort unreachable @@ -2631,7 +2712,7 @@ if i32.const 0 i32.const 1456 - i32.const 105 + i32.const 117 i32.const 3 call $~lib/builtins/abort unreachable @@ -2651,7 +2732,7 @@ if i32.const 0 i32.const 1456 - i32.const 109 + i32.const 121 i32.const 3 call $~lib/builtins/abort unreachable @@ -2666,7 +2747,7 @@ if i32.const 0 i32.const 1456 - i32.const 110 + i32.const 122 i32.const 3 call $~lib/builtins/abort unreachable @@ -2687,7 +2768,7 @@ if i32.const 0 i32.const 1456 - i32.const 112 + i32.const 124 i32.const 3 call $~lib/builtins/abort unreachable @@ -2702,7 +2783,7 @@ if i32.const 0 i32.const 1456 - i32.const 113 + i32.const 125 i32.const 3 call $~lib/builtins/abort unreachable @@ -2713,7 +2794,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -2722,7 +2803,7 @@ i64.store $0 local.get $1 i32.const 8 - i32.const 17 + i32.const 19 call $~lib/rt/itcms/__new local.tee $1 i32.store $0 @@ -2758,7 +2839,7 @@ if i32.const 0 i32.const 1456 - i32.const 117 + i32.const 129 i32.const 3 call $~lib/builtins/abort unreachable @@ -2773,7 +2854,7 @@ if i32.const 0 i32.const 1456 - i32.const 118 + i32.const 130 i32.const 3 call $~lib/builtins/abort unreachable @@ -2794,7 +2875,7 @@ if i32.const 0 i32.const 1456 - i32.const 120 + i32.const 132 i32.const 3 call $~lib/builtins/abort unreachable @@ -2809,7 +2890,7 @@ if i32.const 0 i32.const 1456 - i32.const 121 + i32.const 133 i32.const 3 call $~lib/builtins/abort unreachable @@ -2820,7 +2901,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -2829,7 +2910,7 @@ i64.store $0 local.get $1 i32.const 8 - i32.const 18 + i32.const 20 call $~lib/rt/itcms/__new local.tee $1 i32.store $0 @@ -2865,7 +2946,7 @@ if i32.const 0 i32.const 1456 - i32.const 125 + i32.const 137 i32.const 3 call $~lib/builtins/abort unreachable @@ -2880,7 +2961,7 @@ if i32.const 0 i32.const 1456 - i32.const 126 + i32.const 138 i32.const 3 call $~lib/builtins/abort unreachable @@ -2901,7 +2982,7 @@ if i32.const 0 i32.const 1456 - i32.const 128 + i32.const 140 i32.const 3 call $~lib/builtins/abort unreachable @@ -2916,7 +2997,7 @@ if i32.const 0 i32.const 1456 - i32.const 129 + i32.const 141 i32.const 3 call $~lib/builtins/abort unreachable @@ -2941,7 +3022,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s if i32.const 34384 @@ -2972,7 +3053,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1584 + i32.const 1592 i32.lt_s if i32.const 34384 diff --git a/tests/compiler/class-implements.ts b/tests/compiler/class-implements.ts index 4511b840fb..40bd136dbd 100644 --- a/tests/compiler/class-implements.ts +++ b/tests/compiler/class-implements.ts @@ -6,6 +6,10 @@ interface J { foo(): i32; } +interface K extends J { + foo(): i32; +} + class A implements I { foo(): i32 { return 1; } } @@ -49,6 +53,14 @@ assert(g.foo() == 4); let h: I = new F(); assert(h.foo() == 4); +class G implements K { + foo(): i32 { + return 1; + } +} + +assert((new G() as J).foo() == 1); + // can implement fields with fields or properties interface I2 { foo: i32; From e3e4166d2103651dd1fcefc1474817da4dcc3bb6 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Sat, 7 Oct 2023 09:34:45 +0800 Subject: [PATCH 022/103] fix: rest parameter crash resolver (#2748) Fixes #2707 --- src/resolver.ts | 2 +- tests/compiler/issues/2707.json | 7 +++++++ tests/compiler/issues/2707.ts | 6 ++++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 tests/compiler/issues/2707.json create mode 100644 tests/compiler/issues/2707.ts diff --git a/src/resolver.ts b/src/resolver.ts index 8f90a76f3b..ca05a3424b 100644 --- a/src/resolver.ts +++ b/src/resolver.ts @@ -392,7 +392,7 @@ export class Resolver extends DiagnosticEmitter { break; } case ParameterKind.Rest: { - assert(i == numParameters); + assert(i == numParameters - 1); hasRest = true; break; } diff --git a/tests/compiler/issues/2707.json b/tests/compiler/issues/2707.json new file mode 100644 index 0000000000..5d2bf93db3 --- /dev/null +++ b/tests/compiler/issues/2707.json @@ -0,0 +1,7 @@ +{ + "asc_flags": [], + "stderr": [ + "AS100: Not implemented: Rest parameters", + "func(1, 2, 3, 4);" + ] +} diff --git a/tests/compiler/issues/2707.ts b/tests/compiler/issues/2707.ts new file mode 100644 index 0000000000..dc380b73d6 --- /dev/null +++ b/tests/compiler/issues/2707.ts @@ -0,0 +1,6 @@ +// should not crash +let func: (...args: i32[]) => i32 = (...args: i32[]) => { + return 1; +}; + +func(1, 2, 3, 4); From c22c0787061c73bf19e6e461694ae4c9dd0eae55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E9=91=AB=E6=9D=83?= Date: Tue, 10 Oct 2023 22:41:32 +0800 Subject: [PATCH 023/103] fix: introduce CallableFunction and NewableFunction from typescript/lib/lib.es5.d.ts (#2712) Co-authored-by: Xinquan XU --- NOTICE | 1 + std/assembly/index.d.ts | 84 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) diff --git a/NOTICE b/NOTICE index a9ddc72e21..4962c2400e 100644 --- a/NOTICE +++ b/NOTICE @@ -55,6 +55,7 @@ under the licensing terms detailed in LICENSE: * CountBleck * Abdul Rauf * Bach Le +* Xinquan Xu Portions of this software are derived from third-party works licensed under the following terms: diff --git a/std/assembly/index.d.ts b/std/assembly/index.d.ts index 52a5e22967..4dbee416a8 100644 --- a/std/assembly/index.d.ts +++ b/std/assembly/index.d.ts @@ -2307,6 +2307,90 @@ interface Function { /** Returns a string representation of this function. */ toString(): string; } + +/** + * Extracts the type of the 'this' parameter of a function type, or 'unknown' if the function type has no 'this' parameter. + */ +type ThisParameterType = T extends (this: infer U, ...args: never) => any ? U : unknown; + +/** + * Removes the 'this' parameter from a function type. + */ +type OmitThisParameter = unknown extends ThisParameterType ? T : T extends (...args: infer A) => infer R ? (...args: A) => R : T; + +interface CallableFunction extends Function { + /** + * Calls the function with the specified object as the this value and the elements of specified array as the arguments. + * @param thisArg The object to be used as the this object. + */ + apply(this: (this: T) => R, thisArg: T): R; + + /** + * Calls the function with the specified object as the this value and the elements of specified array as the arguments. + * @param thisArg The object to be used as the this object. + * @param args An array of argument values to be passed to the function. + */ + apply(this: (this: T, ...args: A) => R, thisArg: T, args: A): R; + + /** + * Calls the function with the specified object as the this value and the specified rest arguments as the arguments. + * @param thisArg The object to be used as the this object. + * @param args Argument values to be passed to the function. + */ + call(this: (this: T, ...args: A) => R, thisArg: T, ...args: A): R; + + /** + * For a given function, creates a bound function that has the same body as the original function. + * The this object of the bound function is associated with the specified object, and has the specified initial parameters. + * @param thisArg The object to be used as the this object. + */ + bind(this: T, thisArg: ThisParameterType): OmitThisParameter; + + /** + * For a given function, creates a bound function that has the same body as the original function. + * The this object of the bound function is associated with the specified object, and has the specified initial parameters. + * @param thisArg The object to be used as the this object. + * @param args Arguments to bind to the parameters of the function. + */ + bind(this: (this: T, ...args: [...A, ...B]) => R, thisArg: T, ...args: A): (...args: B) => R; +} + +interface NewableFunction extends Function { + /** + * Calls the function with the specified object as the this value and the elements of specified array as the arguments. + * @param thisArg The object to be used as the this object. + */ + apply(this: new () => T, thisArg: T): void; + /** + * Calls the function with the specified object as the this value and the elements of specified array as the arguments. + * @param thisArg The object to be used as the this object. + * @param args An array of argument values to be passed to the function. + */ + apply(this: new (...args: A) => T, thisArg: T, args: A): void; + + /** + * Calls the function with the specified object as the this value and the specified rest arguments as the arguments. + * @param thisArg The object to be used as the this object. + * @param args Argument values to be passed to the function. + */ + call(this: new (...args: A) => T, thisArg: T, ...args: A): void; + + /** + * For a given function, creates a bound function that has the same body as the original function. + * The this object of the bound function is associated with the specified object, and has the specified initial parameters. + * @param thisArg The object to be used as the this object. + */ + bind(this: T, thisArg: any): T; + + /** + * For a given function, creates a bound function that has the same body as the original function. + * The this object of the bound function is associated with the specified object, and has the specified initial parameters. + * @param thisArg The object to be used as the this object. + * @param args Arguments to bind to the parameters of the function. + */ + bind(this: new (...args: [...A, ...B]) => R, thisArg: any, ...args: A): new (...args: B) => R; +} + interface IArguments {} interface RegExp {} From e0e738c48a74b2baf13bd70c1c8c4f28cf12da09 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Tue, 17 Oct 2023 09:39:57 +0800 Subject: [PATCH 024/103] ci: close inactive pull request (#2766) Co-authored-by: CountBleck --- .github/workflows/stale.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 057e4b69d0..86853b6993 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -6,14 +6,17 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v6 + - uses: actions/stale@v8 with: stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions!' stale-issue-label: 'stale' + stale-pr-message: 'This PR has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions!' + close-pr-message: 'This PR has been automatically closed due to lack of recent activity, but feel free to reopen it as long as you merge in the main branch afterwards.' exempt-issue-labels: 'bug,enhancement,compatibility' + exempt-pr-labels: 'breaking change' + exempt-draft-pr: true exempt-all-milestones: true exempt-all-assignees: true - days-before-stale: 30 + days-before-issue-stale: 30 + days-before-pr-stale: 60 days-before-close: 7 - days-before-pr-stale: -1 - days-before-pr-close: -1 From 790babf12fbf5c0d06c5ba3da26d471614fe2404 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Tue, 17 Oct 2023 09:40:54 +0800 Subject: [PATCH 025/103] fix: crash on assignment chain (#2767) Fixes: #2674 --- src/compiler.ts | 6 +- tests/compiler/assignment-chain.debug.wat | 98 +++++++++++++++++++++ tests/compiler/assignment-chain.json | 4 + tests/compiler/assignment-chain.release.wat | 69 +++++++++++++++ tests/compiler/assignment-chain.ts | 8 ++ 5 files changed, 182 insertions(+), 3 deletions(-) create mode 100644 tests/compiler/assignment-chain.debug.wat create mode 100644 tests/compiler/assignment-chain.json create mode 100644 tests/compiler/assignment-chain.release.wat create mode 100644 tests/compiler/assignment-chain.ts diff --git a/src/compiler.ts b/src/compiler.ts index 2567805aff..cda945784b 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -5811,14 +5811,14 @@ export class Compiler extends DiagnosticEmitter { assert(getterInstance.signature.thisType == thisType); let returnType = getterInstance.signature.returnType; let returnTypeRef = returnType.toRef(); - let tempThis = flow.getTempLocal(returnType); + let tempThis = flow.getTempLocal(thisType); let ret = module.block(null, [ this.makeCallDirect(setterInstance, [ - module.local_tee(tempThis.index, thisExpr, returnType.isManaged), + module.local_tee(tempThis.index, thisExpr, /* isManaged=*/false, thisType.toRef()), // thisType is managed but here it must be alive valueExpr ], valueExpression), this.makeCallDirect(getterInstance, [ - module.local_get(tempThis.index, returnTypeRef) + module.local_get(tempThis.index, thisType.toRef()) ], valueExpression) ], returnTypeRef); return ret; diff --git a/tests/compiler/assignment-chain.debug.wat b/tests/compiler/assignment-chain.debug.wat new file mode 100644 index 0000000000..e4415d8a18 --- /dev/null +++ b/tests/compiler/assignment-chain.debug.wat @@ -0,0 +1,98 @@ +(module + (type $i32_i64_=>_none (func (param i32 i64))) + (type $i32_=>_none (func (param i32))) + (type $i32_=>_i64 (func (param i32) (result i64))) + (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $none_=>_none (func)) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/memory/__data_end i32 (i32.const 8)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) + (global $~lib/memory/__heap_base i32 (i32.const 32776)) + (memory $0 0) + (table $0 1 1 funcref) + (elem $0 (i32.const 1)) + (export "memory" (memory $0)) + (export "foo" (func $export:assignment-chain/foo)) + (func $assignment-chain/A#set:y (param $this i32) (param $y i64) + local.get $this + local.get $y + i64.store $0 offset=8 + ) + (func $assignment-chain/A#get:y (param $this i32) (result i64) + local.get $this + i64.load $0 offset=8 + ) + (func $assignment-chain/A#set:x (param $this i32) (param $x i64) + local.get $this + local.get $x + i64.store $0 + ) + (func $~stack_check + global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__data_end + i32.lt_s + if + i32.const 32800 + i32.const 32848 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + ) + (func $assignment-chain/foo (param $a i32) + (local $1 i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store $0 + local.get $a + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store $0 + local.get $2 + local.get $a + local.tee $1 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store $0 offset=4 + local.get $2 + i64.const 1 + call $assignment-chain/A#set:y + local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store $0 offset=4 + local.get $2 + call $assignment-chain/A#get:y + call $assignment-chain/A#set:x + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $export:assignment-chain/foo (param $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store $0 + local.get $0 + call $assignment-chain/foo + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) +) diff --git a/tests/compiler/assignment-chain.json b/tests/compiler/assignment-chain.json new file mode 100644 index 0000000000..1bdd02b1be --- /dev/null +++ b/tests/compiler/assignment-chain.json @@ -0,0 +1,4 @@ +{ + "asc_flags": [ + ] +} diff --git a/tests/compiler/assignment-chain.release.wat b/tests/compiler/assignment-chain.release.wat new file mode 100644 index 0000000000..1203755091 --- /dev/null +++ b/tests/compiler/assignment-chain.release.wat @@ -0,0 +1,69 @@ +(module + (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $i32_=>_none (func (param i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33792)) + (memory $0 0) + (export "memory" (memory $0)) + (export "foo" (func $export:assignment-chain/foo)) + (func $export:assignment-chain/foo (param $0 i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 1024 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $1 + local.get $0 + i32.store $0 + local.get $1 + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1024 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $1 + i64.const 0 + i64.store $0 + local.get $1 + local.get $0 + i32.store $0 + local.get $1 + local.get $0 + i32.store $0 offset=4 + local.get $0 + i64.const 1 + i64.store $0 offset=8 + local.get $1 + local.get $0 + i32.store $0 offset=4 + local.get $0 + local.get $0 + i64.load $0 offset=8 + i64.store $0 + local.get $1 + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + return + end + i32.const 33824 + i32.const 33872 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) +) diff --git a/tests/compiler/assignment-chain.ts b/tests/compiler/assignment-chain.ts new file mode 100644 index 0000000000..f22186a7bc --- /dev/null +++ b/tests/compiler/assignment-chain.ts @@ -0,0 +1,8 @@ +class A { + x: i64 = 0; + y: i64 = 0; +} + +export function foo(a: A): void { + a.x = a.y = 1; +} From 145cbc66883813b70b97b9df63f85db5eeae71ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 01:56:19 +0000 Subject: [PATCH 026/103] build(deps-dev): bump @babel/traverse in /lib/loader (#2771) --- lib/loader/package-lock.json | 313 +++++++++++++++++++---------------- 1 file changed, 167 insertions(+), 146 deletions(-) diff --git a/lib/loader/package-lock.json b/lib/loader/package-lock.json index de730e3ed9..a6d2d6962f 100644 --- a/lib/loader/package-lock.json +++ b/lib/loader/package-lock.json @@ -26,12 +26,13 @@ } }, "node_modules/@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "version": "7.22.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", + "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", "dev": true, "dependencies": { - "@babel/highlight": "^7.16.7" + "@babel/highlight": "^7.22.13", + "chalk": "^2.4.2" }, "engines": { "node": ">=6.9.0" @@ -77,13 +78,14 @@ } }, "node_modules/@babel/generator": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.2.tgz", - "integrity": "sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", + "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", "dev": true, "dependencies": { - "@babel/types": "^7.18.2", - "@jridgewell/gen-mapping": "^0.3.0", + "@babel/types": "^7.23.0", + "@jridgewell/gen-mapping": "^0.3.2", + "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" }, "engines": { @@ -91,12 +93,12 @@ } }, "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz", - "integrity": "sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", "dev": true, "dependencies": { - "@jridgewell/set-array": "^1.0.0", + "@jridgewell/set-array": "^1.0.1", "@jridgewell/sourcemap-codec": "^1.4.10", "@jridgewell/trace-mapping": "^0.3.9" }, @@ -123,34 +125,34 @@ } }, "node_modules/@babel/helper-environment-visitor": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz", - "integrity": "sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", "dev": true, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-function-name": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz", - "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", "dev": true, "dependencies": { - "@babel/template": "^7.16.7", - "@babel/types": "^7.17.0" + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/helper-hoist-variables": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", + "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.22.5" }, "engines": { "node": ">=6.9.0" @@ -209,21 +211,30 @@ } }, "node_modules/@babel/helper-split-export-declaration": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", "dev": true, "dependencies": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.22.5" }, "engines": { "node": ">=6.9.0" } }, + "node_modules/@babel/helper-string-parser": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", + "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, "node_modules/@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", "dev": true, "engines": { "node": ">=6.9.0" @@ -253,13 +264,13 @@ } }, "node_modules/@babel/highlight": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.12.tgz", - "integrity": "sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", + "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.16.7", - "chalk": "^2.0.0", + "@babel/helper-validator-identifier": "^7.22.20", + "chalk": "^2.4.2", "js-tokens": "^4.0.0" }, "engines": { @@ -267,9 +278,9 @@ } }, "node_modules/@babel/parser": { - "version": "7.18.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.3.tgz", - "integrity": "sha512-rL50YcEuHbbauAFAysNsJA4/f89fGTOBRNs9P81sniKnKAr4xULe5AecolcsKbi88xu0ByWYDj/S1AJ3FSFuSQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", + "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", "dev": true, "bin": { "parser": "bin/babel-parser.js" @@ -297,33 +308,33 @@ } }, "node_modules/@babel/template": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.16.7", - "@babel/parser": "^7.16.7", - "@babel/types": "^7.16.7" + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" }, "engines": { "node": ">=6.9.0" } }, "node_modules/@babel/traverse": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.2.tgz", - "integrity": "sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz", + "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==", "dev": true, "dependencies": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.18.2", - "@babel/helper-environment-visitor": "^7.18.2", - "@babel/helper-function-name": "^7.17.9", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.18.0", - "@babel/types": "^7.18.2", + "@babel/code-frame": "^7.22.13", + "@babel/generator": "^7.23.0", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-hoist-variables": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/parser": "^7.23.0", + "@babel/types": "^7.23.0", "debug": "^4.1.0", "globals": "^11.1.0" }, @@ -332,12 +343,13 @@ } }, "node_modules/@babel/types": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.2.tgz", - "integrity": "sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", + "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", "dev": true, "dependencies": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-string-parser": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" }, "engines": { @@ -358,9 +370,9 @@ } }, "node_modules/@jridgewell/resolve-uri": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz", - "integrity": "sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", "dev": true, "engines": { "node": ">=6.0.0" @@ -376,19 +388,19 @@ } }, "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.13", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz", - "integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==", + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", "dev": true }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.13", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz", - "integrity": "sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==", + "version": "0.3.19", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz", + "integrity": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==", "dev": true, "dependencies": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, "node_modules/ansi-styles": { @@ -631,7 +643,7 @@ "node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, "engines": { "node": ">=4" @@ -785,12 +797,13 @@ } }, "@babel/code-frame": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", - "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "version": "7.22.13", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.13.tgz", + "integrity": "sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==", "dev": true, "requires": { - "@babel/highlight": "^7.16.7" + "@babel/highlight": "^7.22.13", + "chalk": "^2.4.2" } }, "@babel/compat-data": { @@ -823,23 +836,24 @@ } }, "@babel/generator": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.2.tgz", - "integrity": "sha512-W1lG5vUwFvfMd8HVXqdfbuG7RuaSrTCCD8cl8fP8wOivdbtbIg2Db3IWUcgvfxKbbn6ZBGYRW/Zk1MIwK49mgw==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.0.tgz", + "integrity": "sha512-lN85QRR+5IbYrMWM6Y4pE/noaQtg4pNiqeNGX60eqOfo6gtEj6uw/JagelB8vVztSd7R6M5n1+PQkDbHbBRU4g==", "dev": true, "requires": { - "@babel/types": "^7.18.2", - "@jridgewell/gen-mapping": "^0.3.0", + "@babel/types": "^7.23.0", + "@jridgewell/gen-mapping": "^0.3.2", + "@jridgewell/trace-mapping": "^0.3.17", "jsesc": "^2.5.1" }, "dependencies": { "@jridgewell/gen-mapping": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.1.tgz", - "integrity": "sha512-GcHwniMlA2z+WFPWuY8lp3fsza0I8xPFMWL5+n8LYyP6PSvPrXf4+n8stDHZY2DM0zy9sVkRDy1jDI4XGzYVqg==", + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", "dev": true, "requires": { - "@jridgewell/set-array": "^1.0.0", + "@jridgewell/set-array": "^1.0.1", "@jridgewell/sourcemap-codec": "^1.4.10", "@jridgewell/trace-mapping": "^0.3.9" } @@ -859,28 +873,28 @@ } }, "@babel/helper-environment-visitor": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.2.tgz", - "integrity": "sha512-14GQKWkX9oJzPiQQ7/J36FTXcD4kSp8egKjO9nINlSKiHITRA9q/R74qu8S9xlc/b/yjsJItQUeeh3xnGN0voQ==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", "dev": true }, "@babel/helper-function-name": { - "version": "7.17.9", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.17.9.tgz", - "integrity": "sha512-7cRisGlVtiVqZ0MW0/yFB4atgpGLWEHUVYnb448hZK4x+vih0YO5UoS11XIYtZYqHd0dIPMdUSv8q5K4LdMnIg==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", "dev": true, "requires": { - "@babel/template": "^7.16.7", - "@babel/types": "^7.17.0" + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" } }, "@babel/helper-hoist-variables": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", - "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", + "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.22.5" } }, "@babel/helper-module-imports": { @@ -924,18 +938,24 @@ } }, "@babel/helper-split-export-declaration": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", - "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", "dev": true, "requires": { - "@babel/types": "^7.16.7" + "@babel/types": "^7.22.5" } }, + "@babel/helper-string-parser": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz", + "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==", + "dev": true + }, "@babel/helper-validator-identifier": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", - "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", "dev": true }, "@babel/helper-validator-option": { @@ -956,20 +976,20 @@ } }, "@babel/highlight": { - "version": "7.17.12", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.17.12.tgz", - "integrity": "sha512-7yykMVF3hfZY2jsHZEEgLc+3x4o1O+fYyULu11GynEUQNwB6lua+IIQn1FiJxNucd5UlyJryrwsOh8PL9Sn8Qg==", + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.20.tgz", + "integrity": "sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.16.7", - "chalk": "^2.0.0", + "@babel/helper-validator-identifier": "^7.22.20", + "chalk": "^2.4.2", "js-tokens": "^4.0.0" } }, "@babel/parser": { - "version": "7.18.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.18.3.tgz", - "integrity": "sha512-rL50YcEuHbbauAFAysNsJA4/f89fGTOBRNs9P81sniKnKAr4xULe5AecolcsKbi88xu0ByWYDj/S1AJ3FSFuSQ==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.0.tgz", + "integrity": "sha512-vvPKKdMemU85V9WE/l5wZEmImpCtLqbnTvqDS2U1fJ96KrxoW7KrXhNsNCblQlg8Ck4b85yxdTyelsMUgFUXiw==", "dev": true }, "@babel/plugin-transform-modules-commonjs": { @@ -985,41 +1005,42 @@ } }, "@babel/template": { - "version": "7.16.7", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", - "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.15.tgz", + "integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==", "dev": true, "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/parser": "^7.16.7", - "@babel/types": "^7.16.7" + "@babel/code-frame": "^7.22.13", + "@babel/parser": "^7.22.15", + "@babel/types": "^7.22.15" } }, "@babel/traverse": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.18.2.tgz", - "integrity": "sha512-9eNwoeovJ6KH9zcCNnENY7DMFwTU9JdGCFtqNLfUAqtUHRCOsTOqWoffosP8vKmNYeSBUv3yVJXjfd8ucwOjUA==", + "version": "7.23.2", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.2.tgz", + "integrity": "sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==", "dev": true, "requires": { - "@babel/code-frame": "^7.16.7", - "@babel/generator": "^7.18.2", - "@babel/helper-environment-visitor": "^7.18.2", - "@babel/helper-function-name": "^7.17.9", - "@babel/helper-hoist-variables": "^7.16.7", - "@babel/helper-split-export-declaration": "^7.16.7", - "@babel/parser": "^7.18.0", - "@babel/types": "^7.18.2", + "@babel/code-frame": "^7.22.13", + "@babel/generator": "^7.23.0", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-hoist-variables": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/parser": "^7.23.0", + "@babel/types": "^7.23.0", "debug": "^4.1.0", "globals": "^11.1.0" } }, "@babel/types": { - "version": "7.18.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.18.2.tgz", - "integrity": "sha512-0On6B8A4/+mFUto5WERt3EEuG1NznDirvwca1O8UwXQHVY8g3R7OzYgxXdOfMwLO08UrpUD/2+3Bclyq+/C94Q==", + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.0.tgz", + "integrity": "sha512-0oIyUfKoI3mSqMvsxBdclDwxXKXAUA8v/apZbc+iSyARYou1o8ZGDxbUYyLFoW2arqS2jDGqJuZvv1d/io1axg==", "dev": true, "requires": { - "@babel/helper-validator-identifier": "^7.16.7", + "@babel/helper-string-parser": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.20", "to-fast-properties": "^2.0.0" } }, @@ -1034,9 +1055,9 @@ } }, "@jridgewell/resolve-uri": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.7.tgz", - "integrity": "sha512-8cXDaBBHOr2pQ7j77Y6Vp5VDT2sIqWyWQ56TjEq4ih/a4iST3dItRe8Q9fp0rrIl9DoKhWQtUQz/YpOxLkXbNA==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", "dev": true }, "@jridgewell/set-array": { @@ -1046,19 +1067,19 @@ "dev": true }, "@jridgewell/sourcemap-codec": { - "version": "1.4.13", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.13.tgz", - "integrity": "sha512-GryiOJmNcWbovBxTfZSF71V/mXbgcV3MewDe3kIMCLyIh5e7SKAeUZs+rMnJ8jkMolZ/4/VsdBmMrw3l+VdZ3w==", + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", "dev": true }, "@jridgewell/trace-mapping": { - "version": "0.3.13", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.13.tgz", - "integrity": "sha512-o1xbKhp9qnIAoHJSWd6KlCZfqslL4valSF81H8ImioOAxluWYWOpWkpyktY2vnt4tbrX9XYaxovq6cgowaJp2w==", + "version": "0.3.19", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.19.tgz", + "integrity": "sha512-kf37QtfW+Hwx/buWGMPcR60iF9ziHa6r/CZJIHbmcm4+0qrXiVdxegAH0F6yddEVQ7zdkjcGCgCzUu+BcbhQxw==", "dev": true, "requires": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" } }, "ansi-styles": { @@ -1231,7 +1252,7 @@ "has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true }, "has-property-descriptors": { From 0b8abe473770a92e4c5dd1e237d821adb5b21049 Mon Sep 17 00:00:00 2001 From: JesseChen <56120624+JesseCodeBones@users.noreply.github.com> Date: Thu, 2 Nov 2023 21:39:41 +0800 Subject: [PATCH 027/103] fix: add diagnose for non-declarative statements in namespace (#2765) --- src/diagnosticMessages.json | 1 + src/parser.ts | 9 +++++++-- tests/parser/namespace.ts | 2 ++ tests/parser/namespace.ts.fixture.ts | 6 ++++-- 4 files changed, 14 insertions(+), 4 deletions(-) diff --git a/src/diagnosticMessages.json b/src/diagnosticMessages.json index 752ec4550d..e15946207a 100644 --- a/src/diagnosticMessages.json +++ b/src/diagnosticMessages.json @@ -194,6 +194,7 @@ "Cannot extend a class '{0}'. Class constructor is marked as private.": 2675, "The 'this' types of each signature are incompatible.": 2685, "Namespace '{0}' has no exported member '{1}'.": 2694, + "Namespace can only have declarations.": 2695, "Required type parameters may not follow optional type parameters.": 2706, "Duplicate property '{0}'.": 2718, "Property '{0}' is missing in type '{1}' but required in type '{2}'.": 2741, diff --git a/src/parser.ts b/src/parser.ts index 3bcee57681..58050e837e 100644 --- a/src/parser.ts +++ b/src/parser.ts @@ -398,9 +398,14 @@ export class Parser extends DiagnosticEmitter { tn.range(declareStart, declareEnd), "declare" ); // recoverable } - if (!namespace) { + if (namespace) { + this.error( + DiagnosticCode.Namespace_can_only_have_declarations, + tn.range(startPos) + ); + } else { statement = this.parseStatement(tn, true); - } // TODO: else? + } } break; } diff --git a/tests/parser/namespace.ts b/tests/parser/namespace.ts index 63fb767f7d..93ee68a315 100644 --- a/tests/parser/namespace.ts +++ b/tests/parser/namespace.ts @@ -1,7 +1,9 @@ +let outerVar:i32 = 0; declare namespace A { namespace B { export namespace C { var aVar: i32; + outerVar = 42; // 2695: Namespace can only have declarations. const aConst: i32; const aConstInvalid: i32 = 0; // 1039: Initializers are not allowed in ambient contexts. function aFunc(): void; diff --git a/tests/parser/namespace.ts.fixture.ts b/tests/parser/namespace.ts.fixture.ts index 8ef853742f..bcce2c0167 100644 --- a/tests/parser/namespace.ts.fixture.ts +++ b/tests/parser/namespace.ts.fixture.ts @@ -1,3 +1,4 @@ +let outerVar: i32 = 0; declare namespace A { namespace B { export namespace C { @@ -14,5 +15,6 @@ declare namespace A { } } } -// ERROR 1039: "Initializers are not allowed in ambient contexts." in namespace.ts(6,32+1) -// ERROR 1183: "An implementation cannot be declared in ambient contexts." in namespace.ts(8,37+1) +// ERROR 2695: "Namespace can only have declarations." in namespace.ts(6,7+0) +// ERROR 1039: "Initializers are not allowed in ambient contexts." in namespace.ts(8,32+1) +// ERROR 1183: "An implementation cannot be declared in ambient contexts." in namespace.ts(10,37+1) From cdb39db35ea3ade6f2f1a9ec5cfa7c11c5f4639a Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Fri, 3 Nov 2023 16:57:40 +0800 Subject: [PATCH 028/103] ci: build action-node to install nodejs (#2779) --- .github/workflows/publish.yml | 2 +- .github/workflows/test.yml | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f6f7666034..3cf9f82679 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,7 +12,7 @@ jobs: with: ref: main fetch-depth: 0 - - uses: dcodeIO/setup-node-nvm@master + - uses: actions/setup-node@v3 with: node-version: current - name: Install dependencies diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 70c5ae7442..ce465a1ff6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,10 +27,10 @@ jobs: strategy: matrix: os: ["ubuntu", "macos", "windows"] - node_version: ["current", "lts_latest"] + node_version: ["current", "lts/*"] steps: - uses: actions/checkout@v3 - - uses: dcodeIO/setup-node-nvm@master + - uses: actions/setup-node@v3 with: node-version: ${{ matrix.node_version }} - name: Install dependencies @@ -50,7 +50,7 @@ jobs: target: ["debug", "release"] steps: - uses: actions/checkout@v3 - - uses: dcodeIO/setup-node-nvm@master + - uses: actions/setup-node@v3 with: node-version: current - name: Install dependencies @@ -71,10 +71,9 @@ jobs: needs: check steps: - uses: actions/checkout@v3 - - uses: dcodeIO/setup-node-nvm@master + - uses: actions/setup-node@v3 with: - node-mirror: https://nodejs.org/download/v8-canary/ - node-version: 21.0.0-v8-canary20230419061e93e884 + node-version: 21-v8-canary - name: Install dependencies run: npm ci --no-audit - name: Build @@ -90,7 +89,7 @@ jobs: needs: check steps: - uses: actions/checkout@v3 - - uses: dcodeIO/setup-node-nvm@master + - uses: actions/setup-node@v3 with: node-version: current - name: Install dependencies @@ -115,7 +114,7 @@ jobs: needs: check steps: - uses: actions/checkout@v3 - - uses: dcodeIO/setup-node-nvm@master + - uses: actions/setup-node@v3 with: node-version: current - name: Install dependencies From af2a2500657b925ba099d4cb6aa6280f99353f51 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Fri, 3 Nov 2023 16:58:31 +0800 Subject: [PATCH 029/103] deps: update binaryen to 116.0.0-nightly.20231102 (#2777) --- package-lock.json | 38 +- package.json | 2 +- src/glue/binaryen.d.ts | 15 +- src/glue/binaryen.js | 12 +- src/module.ts | 114 +- src/passes/pass.ts | 18 +- tests/compiler/NonNullable.debug.wat | 70 +- tests/compiler/NonNullable.release.wat | 103 +- tests/compiler/ReturnType.debug.wat | 2 +- tests/compiler/abi.debug.wat | 6 +- tests/compiler/abi.release.wat | 2 +- tests/compiler/asc-constants.debug.wat | 2 +- tests/compiler/assert-nonnull.debug.wat | 170 +- tests/compiler/assert-nonnull.release.wat | 170 +- tests/compiler/assert.debug.wat | 2 +- tests/compiler/assignment-chain.debug.wat | 26 +- tests/compiler/assignment-chain.release.wat | 20 +- tests/compiler/bigint-integration.debug.wat | 6 +- tests/compiler/bigint-integration.release.wat | 6 +- tests/compiler/binary.debug.wat | 24 +- tests/compiler/binary.release.wat | 2 +- tests/compiler/bindings/esm.debug.wat | 707 +- tests/compiler/bindings/esm.release.wat | 3146 ++- .../bindings/noExportRuntime.debug.wat | 188 +- .../bindings/noExportRuntime.release.wat | 610 +- tests/compiler/bindings/raw.debug.wat | 707 +- tests/compiler/bindings/raw.release.wat | 3146 ++- tests/compiler/bool.debug.wat | 4 +- tests/compiler/builtins.debug.wat | 323 +- tests/compiler/builtins.release.wat | 343 +- tests/compiler/call-inferred.debug.wat | 10 +- tests/compiler/call-optional.debug.wat | 18 +- tests/compiler/call-optional.release.wat | 18 +- tests/compiler/call-super.debug.wat | 302 +- tests/compiler/call-super.release.wat | 891 +- tests/compiler/cast.debug.wat | 10 +- tests/compiler/class-extends.debug.wat | 30 +- tests/compiler/class-extends.release.wat | 24 +- tests/compiler/class-implements.debug.wat | 388 +- tests/compiler/class-implements.release.wat | 1024 +- .../compiler/class-overloading-cast.debug.wat | 278 +- .../class-overloading-cast.release.wat | 812 +- tests/compiler/class-overloading.debug.wat | 406 +- tests/compiler/class-overloading.release.wat | 1055 +- .../compiler/class-static-function.debug.wat | 16 +- .../class-static-function.release.wat | 14 +- tests/compiler/class.debug.wat | 220 +- tests/compiler/class.release.wat | 669 +- tests/compiler/comma.debug.wat | 5 +- tests/compiler/comma.release.wat | 7 +- tests/compiler/const-folding.debug.wat | 4 +- tests/compiler/const-folding.release.wat | 4 +- tests/compiler/constructor.debug.wat | 264 +- tests/compiler/constructor.release.wat | 856 +- tests/compiler/continue.debug.wat | 2 +- tests/compiler/continue.release.wat | 2 +- tests/compiler/converge.debug.wat | 3 +- tests/compiler/converge.release.wat | 3 +- tests/compiler/declare.debug.wat | 4 +- tests/compiler/declare.release.wat | 4 +- tests/compiler/do.debug.wat | 141 +- tests/compiler/do.release.wat | 590 +- tests/compiler/duplicate-fields.debug.wat | 242 +- tests/compiler/duplicate-fields.release.wat | 687 +- tests/compiler/empty-exportruntime.debug.wat | 118 +- .../compiler/empty-exportruntime.release.wat | 540 +- tests/compiler/empty-new.debug.wat | 118 +- tests/compiler/empty-new.release.wat | 564 +- tests/compiler/enum.debug.wat | 4 +- tests/compiler/export-default.debug.wat | 3 +- tests/compiler/export-default.release.wat | 3 +- tests/compiler/export.debug.wat | 2 +- tests/compiler/export.release.wat | 2 +- tests/compiler/exportimport-table.debug.wat | 3 +- tests/compiler/exportimport-table.release.wat | 3 +- tests/compiler/exports-lazy.debug.wat | 4 +- tests/compiler/exports.debug.wat | 4 +- tests/compiler/exports.release.wat | 4 +- .../compiler/exportstar-rereexport.debug.wat | 145 +- .../exportstar-rereexport.release.wat | 603 +- tests/compiler/exportstar.debug.wat | 2 +- tests/compiler/exportstar.release.wat | 2 +- .../compiler/extends-baseaggregate.debug.wat | 228 +- .../extends-baseaggregate.release.wat | 789 +- tests/compiler/extends-recursive.debug.wat | 144 +- tests/compiler/extends-recursive.release.wat | 717 +- tests/compiler/external.debug.wat | 2 +- tests/compiler/external.release.wat | 2 +- tests/compiler/features/gc.debug.wat | 14 +- tests/compiler/features/gc.release.wat | 5 +- .../features/reference-types.debug.wat | 11 +- .../features/reference-types.release.wat | 9 +- .../compiler/features/relaxed-simd.debug.wat | 2 +- tests/compiler/features/threads.debug.wat | 272 +- tests/compiler/features/threads.release.wat | 272 +- tests/compiler/field-initialization.debug.wat | 680 +- .../compiler/field-initialization.release.wat | 1385 +- tests/compiler/field.debug.wat | 187 +- tests/compiler/field.release.wat | 1003 +- tests/compiler/for.debug.wat | 145 +- tests/compiler/for.release.wat | 594 +- tests/compiler/function-call.debug.wat | 203 +- tests/compiler/function-call.release.wat | 644 +- tests/compiler/function-expression.debug.wat | 267 +- .../compiler/function-expression.release.wat | 548 +- .../function-inline-regressions.debug.wat | 20 +- .../function-inline-regressions.release.wat | 16 +- tests/compiler/function-types.debug.wat | 52 +- tests/compiler/function-types.release.wat | 101 +- tests/compiler/getter-call.debug.wat | 146 +- tests/compiler/getter-call.release.wat | 608 +- tests/compiler/getter-setter.debug.wat | 8 +- tests/compiler/getter-setter.release.wat | 4 +- tests/compiler/heap.debug.wat | 91 +- tests/compiler/heap.release.wat | 335 +- tests/compiler/if.debug.wat | 6 +- tests/compiler/if.release.wat | 4 +- tests/compiler/import-memory.debug.wat | 6 +- tests/compiler/import-memory.release.wat | 6 +- tests/compiler/import.debug.wat | 6 +- tests/compiler/indexof-valueof.debug.wat | 2 +- tests/compiler/infer-array.debug.wat | 472 +- tests/compiler/infer-array.release.wat | 955 +- tests/compiler/infer-generic.debug.wat | 240 +- tests/compiler/infer-generic.release.wat | 794 +- tests/compiler/infer-type.debug.wat | 10 +- tests/compiler/infer-type.release.wat | 2 +- tests/compiler/inlining-blocklocals.debug.wat | 4 +- .../compiler/inlining-blocklocals.release.wat | 4 +- tests/compiler/inlining-recursive.debug.wat | 2 +- tests/compiler/inlining-recursive.release.wat | 2 +- tests/compiler/inlining.debug.wat | 184 +- tests/compiler/inlining.release.wat | 775 +- tests/compiler/instanceof.debug.wat | 726 +- tests/compiler/instanceof.release.wat | 1159 +- tests/compiler/issues/1095.debug.wat | 158 +- tests/compiler/issues/1095.release.wat | 566 +- tests/compiler/issues/1225.debug.wat | 156 +- tests/compiler/issues/1225.release.wat | 608 +- tests/compiler/issues/1699.debug.wat | 260 +- tests/compiler/issues/1699.release.wat | 968 +- tests/compiler/issues/1714.debug.wat | 38 +- tests/compiler/issues/1714.release.wat | 12 +- tests/compiler/issues/2166.debug.wat | 194 +- tests/compiler/issues/2166.release.wat | 695 +- tests/compiler/issues/2322/index.debug.wat | 139 +- tests/compiler/issues/2322/index.release.wat | 704 +- tests/compiler/issues/2622.debug.wat | 138 +- tests/compiler/issues/2622.release.wat | 604 +- tests/compiler/limits.debug.wat | 2 +- tests/compiler/literals.debug.wat | 2 +- tests/compiler/localinit.debug.wat | 4 +- tests/compiler/logical.debug.wat | 166 +- tests/compiler/logical.release.wat | 621 +- tests/compiler/loop-flow.debug.wat | 8 +- tests/compiler/loop-flow.release.wat | 26 +- tests/compiler/loop-wrap.debug.wat | 4 +- tests/compiler/loop-wrap.release.wat | 4 +- tests/compiler/managed-cast.debug.wat | 218 +- tests/compiler/managed-cast.release.wat | 691 +- tests/compiler/many-locals.debug.wat | 6 +- tests/compiler/many-locals.release.wat | 2 +- tests/compiler/memcpy.debug.wat | 276 +- tests/compiler/memcpy.release.wat | 276 +- tests/compiler/memmove.debug.wat | 58 +- tests/compiler/memmove.release.wat | 64 +- tests/compiler/memory.debug.wat | 22 +- tests/compiler/memory.release.wat | 28 +- tests/compiler/memorybase.debug.wat | 2 +- tests/compiler/memset.debug.wat | 70 +- tests/compiler/memset.release.wat | 91 +- tests/compiler/merge.debug.wat | 18 +- tests/compiler/mutable-globals.debug.wat | 4 +- tests/compiler/mutable-globals.release.wat | 4 +- tests/compiler/named-export-default.debug.wat | 2 +- .../compiler/named-export-default.release.wat | 2 +- tests/compiler/named-import-default.debug.wat | 2 +- .../compiler/named-import-default.release.wat | 2 +- tests/compiler/namespace.debug.wat | 4 +- tests/compiler/new.debug.wat | 162 +- tests/compiler/new.release.wat | 627 +- tests/compiler/nontrapping-f2i.debug.wat | 2 +- tests/compiler/nontrapping-f2i.release.wat | 3 +- tests/compiler/object-literal.debug.wat | 590 +- tests/compiler/object-literal.release.wat | 1416 +- .../optional-typeparameters.debug.wat | 190 +- .../optional-typeparameters.release.wat | 652 +- tests/compiler/overflow.debug.wat | 4 +- tests/compiler/packages.debug.wat | 2 +- tests/compiler/polyfills.debug.wat | 8 +- tests/compiler/portable-conversions.debug.wat | 4 +- tests/compiler/possibly-null.debug.wat | 76 +- tests/compiler/possibly-null.release.wat | 47 +- tests/compiler/recursive.debug.wat | 2 +- tests/compiler/recursive.release.wat | 2 +- tests/compiler/reexport.debug.wat | 139 +- tests/compiler/reexport.release.wat | 591 +- tests/compiler/rereexport.debug.wat | 145 +- tests/compiler/rereexport.release.wat | 599 +- tests/compiler/resolve-access.debug.wat | 280 +- tests/compiler/resolve-access.release.wat | 717 +- tests/compiler/resolve-binary.debug.wat | 578 +- tests/compiler/resolve-binary.release.wat | 1170 +- .../compiler/resolve-elementaccess.debug.wat | 414 +- .../resolve-elementaccess.release.wat | 878 +- .../resolve-function-expression.debug.wat | 212 +- .../resolve-function-expression.release.wat | 792 +- tests/compiler/resolve-localortype.debug.wat | 12 +- .../compiler/resolve-localortype.release.wat | 10 +- tests/compiler/resolve-nested.debug.wat | 13 +- tests/compiler/resolve-nested.release.wat | 10 +- tests/compiler/resolve-new.debug.wat | 135 +- tests/compiler/resolve-new.release.wat | 586 +- .../compiler/resolve-propertyaccess.debug.wat | 264 +- .../resolve-propertyaccess.release.wat | 852 +- tests/compiler/resolve-ternary.debug.wat | 282 +- tests/compiler/resolve-ternary.release.wat | 874 +- tests/compiler/resolve-unary.debug.wat | 346 +- tests/compiler/resolve-unary.release.wat | 938 +- tests/compiler/retain-i32.debug.wat | 10 +- tests/compiler/retain-i32.release.wat | 4 +- tests/compiler/return-unreachable.debug.wat | 162 +- tests/compiler/return-unreachable.release.wat | 578 +- tests/compiler/return.debug.wat | 23 +- tests/compiler/return.release.wat | 24 +- .../compiler/rt/alloc-large-memory.debug.wat | 87 +- .../rt/alloc-large-memory.release.wat | 307 +- tests/compiler/rt/finalize.debug.wat | 130 +- tests/compiler/rt/finalize.release.wat | 590 +- tests/compiler/rt/flags.debug.wat | 12 +- tests/compiler/rt/flags.release.wat | 10 +- tests/compiler/rt/ids.debug.wat | 2 +- tests/compiler/rt/issue-2719.debug.wat | 152 +- tests/compiler/rt/issue-2719.release.wat | 714 +- .../rt/runtime-incremental-export.debug.wat | 118 +- .../rt/runtime-incremental-export.release.wat | 540 +- .../rt/runtime-minimal-export.debug.wat | 104 +- .../rt/runtime-minimal-export.release.wat | 561 +- .../compiler/rt/runtime-stub-export.debug.wat | 30 +- .../rt/runtime-stub-export.release.wat | 28 +- tests/compiler/scoped.debug.wat | 5 +- tests/compiler/scoped.release.wat | 2 +- tests/compiler/simd.debug.wat | 296 +- tests/compiler/simd.release.wat | 721 +- tests/compiler/static-this.debug.wat | 6 +- tests/compiler/std/array-access.debug.wat | 164 +- tests/compiler/std/array-access.release.wat | 139 +- tests/compiler/std/array-literal.debug.wat | 377 +- tests/compiler/std/array-literal.release.wat | 921 +- tests/compiler/std/array.debug.wat | 6814 +++-- tests/compiler/std/array.release.wat | 11994 +++++---- tests/compiler/std/arraybuffer.debug.wat | 308 +- tests/compiler/std/arraybuffer.release.wat | 1132 +- tests/compiler/std/console.debug.wat | 82 +- tests/compiler/std/console.release.wat | 82 +- tests/compiler/std/dataview.debug.wat | 694 +- tests/compiler/std/dataview.release.wat | 1925 +- tests/compiler/std/date.debug.wat | 1722 +- tests/compiler/std/date.release.wat | 3268 +-- tests/compiler/std/hash.debug.wat | 70 +- tests/compiler/std/hash.release.wat | 50 +- tests/compiler/std/map.debug.wat | 5204 ++-- tests/compiler/std/map.release.wat | 13748 +++++----- tests/compiler/std/math.debug.wat | 138 +- tests/compiler/std/math.release.wat | 1017 +- tests/compiler/std/mod.debug.wat | 16 +- tests/compiler/std/mod.release.wat | 208 +- tests/compiler/std/new.debug.wat | 144 +- tests/compiler/std/new.release.wat | 592 +- tests/compiler/std/object.debug.wat | 48 +- tests/compiler/std/object.release.wat | 82 +- .../std/operator-overloading.debug.wat | 736 +- .../std/operator-overloading.release.wat | 1811 +- tests/compiler/std/pointer.debug.wat | 50 +- tests/compiler/std/pointer.release.wat | 56 +- tests/compiler/std/set.debug.wat | 3446 ++- tests/compiler/std/set.release.wat | 8224 +++--- tests/compiler/std/static-array.debug.wat | 328 +- tests/compiler/std/static-array.release.wat | 783 +- tests/compiler/std/staticarray.debug.wat | 1214 +- tests/compiler/std/staticarray.release.wat | 3465 ++- .../compiler/std/string-casemapping.debug.wat | 876 +- .../std/string-casemapping.release.wat | 1769 +- tests/compiler/std/string-encoding.debug.wat | 560 +- .../compiler/std/string-encoding.release.wat | 1197 +- tests/compiler/std/string-nonnull.debug.wat | 69 +- tests/compiler/std/string-nonnull.release.wat | 65 +- tests/compiler/std/string.debug.wat | 3824 ++- tests/compiler/std/string.release.wat | 7377 +++--- tests/compiler/std/symbol.debug.wat | 630 +- tests/compiler/std/symbol.release.wat | 1711 +- tests/compiler/std/trace.debug.wat | 24 +- tests/compiler/std/trace.release.wat | 24 +- tests/compiler/std/typedarray.debug.wat | 14278 ++++++----- tests/compiler/std/typedarray.release.wat | 21064 ++++++++-------- tests/compiler/std/uri.debug.wat | 498 +- tests/compiler/std/uri.release.wat | 1447 +- tests/compiler/super-inline.debug.wat | 150 +- tests/compiler/super-inline.release.wat | 607 +- tests/compiler/switch.debug.wat | 6 +- tests/compiler/tablebase.debug.wat | 13 +- tests/compiler/tablebase.release.wat | 10 +- tests/compiler/templateliteral.debug.wat | 622 +- tests/compiler/templateliteral.release.wat | 1372 +- tests/compiler/ternary.debug.wat | 32 +- tests/compiler/ternary.release.wat | 28 +- tests/compiler/throw.debug.wat | 118 +- tests/compiler/throw.release.wat | 526 +- tests/compiler/typealias.debug.wat | 2 +- tests/compiler/typealias.release.wat | 2 +- tests/compiler/typeof.debug.wat | 257 +- tests/compiler/typeof.release.wat | 759 +- tests/compiler/unary.debug.wat | 2 +- tests/compiler/unary.release.wat | 2 +- tests/compiler/unify-local-flags.debug.wat | 2 +- tests/compiler/unify-local-flags.release.wat | 2 +- tests/compiler/void.debug.wat | 4 +- tests/compiler/while.debug.wat | 143 +- tests/compiler/while.release.wat | 590 +- 319 files changed, 96489 insertions(+), 98958 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1e2250db31..fed8b3ac2a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "Apache-2.0", "dependencies": { - "binaryen": "112.0.0-nightly.20230411", + "binaryen": "116.0.0-nightly.20231102", "long": "^5.2.1" }, "bin": { @@ -767,9 +767,9 @@ "dev": true }, "node_modules/binaryen": { - "version": "112.0.0-nightly.20230411", - "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-112.0.0-nightly.20230411.tgz", - "integrity": "sha512-4V9r9x9fjAVFZdR2yvBFc3BEJJIBYvd2X8X8k0zAuJsao2gl9wNHDmpQ30QsLo6hgkRfRImkCbCjhXW3RDOYXQ==", + "version": "116.0.0-nightly.20231102", + "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-116.0.0-nightly.20231102.tgz", + "integrity": "sha512-aPU9tlKdw/gcXx6u4PxtDgOtGjg/ZKnYdk23ctYb70GxZgPhWnGWmnBt01aV5dt5yFFo2V4rbB7SzpSFhViFQA==", "bin": { "wasm-opt": "bin/wasm-opt", "wasm2js": "bin/wasm2js" @@ -1827,9 +1827,9 @@ } }, "node_modules/semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "dependencies": { "lru-cache": "^6.0.0" @@ -2008,9 +2008,9 @@ } }, "node_modules/word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", "dev": true, "engines": { "node": ">=0.10.0" @@ -2438,9 +2438,9 @@ "dev": true }, "binaryen": { - "version": "112.0.0-nightly.20230411", - "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-112.0.0-nightly.20230411.tgz", - "integrity": "sha512-4V9r9x9fjAVFZdR2yvBFc3BEJJIBYvd2X8X8k0zAuJsao2gl9wNHDmpQ30QsLo6hgkRfRImkCbCjhXW3RDOYXQ==" + "version": "116.0.0-nightly.20231102", + "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-116.0.0-nightly.20231102.tgz", + "integrity": "sha512-aPU9tlKdw/gcXx6u4PxtDgOtGjg/ZKnYdk23ctYb70GxZgPhWnGWmnBt01aV5dt5yFFo2V4rbB7SzpSFhViFQA==" }, "brace-expansion": { "version": "1.1.11", @@ -3213,9 +3213,9 @@ } }, "semver": { - "version": "7.3.8", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.8.tgz", - "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==", "dev": true, "requires": { "lru-cache": "^6.0.0" @@ -3336,9 +3336,9 @@ } }, "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", + "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", "dev": true }, "wrappy": { diff --git a/package.json b/package.json index c88dbda8d2..d792baa511 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "engineStrict": true, "dependencies": { - "binaryen": "112.0.0-nightly.20230411", + "binaryen": "116.0.0-nightly.20231102", "long": "^5.2.1" }, "devDependencies": { diff --git a/src/glue/binaryen.d.ts b/src/glue/binaryen.d.ts index e80985d048..0c0481d263 100644 --- a/src/glue/binaryen.d.ts +++ b/src/glue/binaryen.d.ts @@ -41,7 +41,6 @@ export type ExpressionRunnerRef = Ref; export type BinaryenModuleAllocateAndWriteResultRef = Ref; export type TypeBuilderRef = Ref; export type TypeBuilderErrorReason = u32; -export type TypeSystem = u32; export declare function _BinaryenTypeCreate(types: ArrayRef, numTypes: u32): TypeRef; export declare function _BinaryenTypeArity(type: TypeRef): u32; @@ -546,9 +545,9 @@ export declare function _BinaryenTupleExtractSetIndex(expr: ExpressionRef, index export declare function _BinaryenPop(module: ModuleRef, type: TypeRef): ExpressionRef; -export declare function _BinaryenI31New(module: ModuleRef, value: ExpressionRef): ExpressionRef; -export declare function _BinaryenI31NewGetValue(expr: ExpressionRef): ExpressionRef; -export declare function _BinaryenI31NewSetValue(expr: ExpressionRef, valueExpr: ExpressionRef): void; +export declare function _BinaryenRefI31(module: ModuleRef, value: ExpressionRef): ExpressionRef; +export declare function _BinaryenRefI31GetValue(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenRefI31SetValue(expr: ExpressionRef, valueExpr: ExpressionRef): void; export declare function _BinaryenI31Get(module: ModuleRef, i31Expr: ExpressionRef, signed: bool): ExpressionRef; export declare function _BinaryenI31GetGetI31(expr: ExpressionRef): ExpressionRef; @@ -661,7 +660,7 @@ export declare function _BinaryenArrayCopyGetLength(expr: ExpressionRef): Expres export declare function _BinaryenArrayCopySetLength(expr: ExpressionRef, lengthExpr: ExpressionRef): void; // TODO: BinaryenArrayFill -// TODO: BinaryenArrayInit +// TODO: BinaryenArrayNewFixed export declare function _BinaryenStringNew(module: ModuleRef, op: Op, ptr: ExpressionRef, length: ExpressionRef, start: ExpressionRef, end: ExpressionRef, isTry: bool): ExpressionRef; export declare function _BinaryenStringNewGetOp(expr: ExpressionRef): Op; @@ -884,16 +883,14 @@ export declare function _ExpressionRunnerRunAndDispose(runner: ExpressionRunnerR export declare function _TypeBuilderCreate(size: Index): TypeBuilderRef; export declare function _TypeBuilderGrow(builder: TypeBuilderRef, count: Index): void; export declare function _TypeBuilderGetSize(builder: TypeBuilderRef): Index; -export declare function _TypeBuilderSetBasicHeapType(builder: TypeBuilderRef, index: Index, basicHeapType: HeapTypeRef): void; export declare function _TypeBuilderSetSignatureType(builder: TypeBuilderRef, index: Index, paramTypes: TypeRef, resultTypes: TypeRef): void; export declare function _TypeBuilderSetStructType(builder: TypeBuilderRef, index: Index, fieldTypes: ArrayRef, fieldPackedTypes: ArrayRef, fieldMutables: ArrayRef, numFields: i32): void; export declare function _TypeBuilderSetArrayType(builder: TypeBuilderRef, index: Index, elementType: TypeRef, elementPackedTyype: PackedType, elementMutable: bool): void; -export declare function _TypeBuilderIsBasic(builder: TypeBuilderRef, index: Index): bool; -export declare function _TypeBuilderGetBasic(builder: TypeBuilderRef, index: Index): HeapTypeRef; export declare function _TypeBuilderGetTempHeapType(builder: TypeBuilderRef, index: Index): HeapTypeRef; export declare function _TypeBuilderGetTempTupleType(builder: TypeBuilderRef, types: ArrayRef, numTypes: Index): TypeRef; export declare function _TypeBuilderGetTempRefType(builder: TypeBuilderRef, heapType: HeapTypeRef, nullable: bool): TypeRef; export declare function _TypeBuilderSetSubType(builder: TypeBuilderRef, index: Index, superType: HeapTypeRef): void; +export declare function _TypeBuilderSetOpen(builder: TypeBuilderRef, index: Index): void; export declare function _TypeBuilderCreateRecGroup(builder: TypeBuilderRef, index: Index, length: Index): void; export declare function _TypeBuilderBuildAndDispose(builder: TypeBuilderRef, heapTypes: ArrayRef, errorIndex: Pointer, errorReason: Pointer): bool; export declare function _BinaryenModuleSetTypeName(module: ModuleRef, heapType: HeapTypeRef, name: StringRef): void; @@ -922,8 +919,6 @@ export declare function _BinaryenGetOneCallerInlineMaxSize(): Index; export declare function _BinaryenSetOneCallerInlineMaxSize(size: Index): void; export declare function _BinaryenGetAllowInliningFunctionsWithLoops(): bool; export declare function _BinaryenSetAllowInliningFunctionsWithLoops(enabled: bool): void; -export declare function _BinaryenGetTypeSystem(): TypeSystem; -export declare function _BinaryenSetTypeSystem(typeSystem: TypeSystem): void; // Helpers diff --git a/src/glue/binaryen.js b/src/glue/binaryen.js index 860d1d6285..f28c35d280 100644 --- a/src/glue/binaryen.js +++ b/src/glue/binaryen.js @@ -504,9 +504,9 @@ export const { _BinaryenPop, - _BinaryenI31New, - _BinaryenI31NewGetValue, - _BinaryenI31NewSetValue, + _BinaryenRefI31, + _BinaryenRefI31GetValue, + _BinaryenRefI31SetValue, _BinaryenI31Get, _BinaryenI31GetGetI31, @@ -837,16 +837,14 @@ export const { _TypeBuilderCreate, _TypeBuilderGrow, _TypeBuilderGetSize, - _TypeBuilderSetBasicHeapType, _TypeBuilderSetSignatureType, _TypeBuilderSetStructType, _TypeBuilderSetArrayType, - _TypeBuilderIsBasic, - _TypeBuilderGetBasic, _TypeBuilderGetTempHeapType, _TypeBuilderGetTempTupleType, _TypeBuilderGetTempRefType, _TypeBuilderSetSubType, + _TypeBuilderSetOpen, _TypeBuilderCreateRecGroup, _TypeBuilderBuildAndDispose, _BinaryenModuleSetTypeName, @@ -875,8 +873,6 @@ export const { _BinaryenSetOneCallerInlineMaxSize, _BinaryenGetAllowInliningFunctionsWithLoops, _BinaryenSetAllowInliningFunctionsWithLoops, - _BinaryenGetTypeSystem, - _BinaryenSetTypeSystem, // Helpers diff --git a/src/module.ts b/src/module.ts index 705750ec4a..55b2af6014 100644 --- a/src/module.ts +++ b/src/module.ts @@ -202,13 +202,6 @@ export namespace TypeBuilderErrorReason { } } -/** Type system constants. */ -export type TypeSystem = binaryen.TypeSystem; -export namespace TypeSystem { - export const Isorecursive: TypeSystem = 0 /* _BinaryenTypeSystemIsorecursive */; - export const Nominal: TypeSystem = 1 /* _BinaryenTypeSystemNominal */; -} - /** Binaryen feature constants. */ export const enum FeatureFlags { MVP = 0 /* _BinaryenFeatureMVP */, @@ -224,11 +217,11 @@ export const enum FeatureFlags { MultiValue = 512 /* _BinaryenFeatureMultivalue */, GC = 1024 /* _BinaryenFeatureGC */, Memory64 = 2048 /* _BinaryenFeatureMemory64 */, - RelaxedSIMD = 8192 /* _BinaryenFeatureRelaxedSIMD */, - ExtendedConst = 16384 /* _BinaryenFeatureExtendedConst */, - Stringref = 32768 /* _BinaryenFeatureStrings */, - MultiMemory = 65536 /* _BinaryenFeatureMultiMemories */, - All = 126975 /* _BinaryenFeatureAll */ + RelaxedSIMD = 4096 /* _BinaryenFeatureRelaxedSIMD */, + ExtendedConst = 8192 /* _BinaryenFeatureExtendedConst */, + Stringref = 16384 /* _BinaryenFeatureStrings */, + MultiMemory = 32768 /* _BinaryenFeatureMultiMemory */, + All = 131071 /* _BinaryenFeatureAll */ } /** Binaryen expression id constants. */ @@ -282,43 +275,44 @@ export const enum ExpressionId { TableSet = 46 /* _BinaryenTableSetId */, TableSize = 47 /* _BinaryenTableSizeId */, TableGrow = 48 /* _BinaryenTableGrowId */, - Try = 49 /* _BinaryenTryId */, - Throw = 50 /* _BinaryenThrowId */, - Rethrow = 51 /* _BinaryenRethrowId */, - TupleMake = 52 /* _BinaryenTupleMakeId */, - TupleExtract = 53 /* _BinaryenTupleExtractId */, - I31New = 54 /* _BinaryenI31NewId */, - I31Get = 55 /* _BinaryenI31GetId */, - CallRef = 56 /* _BinaryenCallRefId */, - RefTest = 57 /* _BinaryenRefTestId */, - RefCast = 58 /* _BinaryenRefCastId */, - BrOn = 59 /* _BinaryenBrOnId */, - StructNew = 60 /* _BinaryenStructNewId */, - StructGet = 61 /* _BinaryenStructGetId */, - StructSet = 62 /* _BinaryenStructSetId */, - ArrayNew = 63 /* _BinaryenArrayNewId */, + Try = 50 /* _BinaryenTryId */, + Throw = 51 /* _BinaryenThrowId */, + Rethrow = 52 /* _BinaryenRethrowId */, + TupleMake = 53 /* _BinaryenTupleMakeId */, + TupleExtract = 54 /* _BinaryenTupleExtractId */, + RefI31 = 55 /* _BinaryenRefI31Id */, + I31Get = 56 /* _BinaryenI31GetId */, + CallRef = 57 /* _BinaryenCallRefId */, + RefTest = 58 /* _BinaryenRefTestId */, + RefCast = 59 /* _BinaryenRefCastId */, + BrOn = 60 /* _BinaryenBrOnId */, + StructNew = 61 /* _BinaryenStructNewId */, + StructGet = 62 /* _BinaryenStructGetId */, + StructSet = 63 /* _BinaryenStructSetId */, + ArrayNew = 64 /* _BinaryenArrayNewId */, ArrayNewSeg = 64 /* TODO_BinaryenArraySegId */, - ArrayNewFixed = 65 /* _BinaryenArrayNewFixedId */, - ArrayGet = 66 /* _BinaryenArrayGetId */, - ArraySet = 67 /* _BinaryenArraySetId */, - ArrayLen = 68 /* _BinaryenArrayLenId */, - ArrayCopy = 69 /* _BinaryenArrayCopyId */, - ArrayFill = 70 /* _BinaryenArrayFillId */, - ArrayInit = 71 /* _BinaryenArrayInitId */, - RefAs = 72 /* _BinaryenRefAsId */, - StringNew = 73 /* _BinaryenStringNewId */, - StringConst = 74 /* _BinaryenStringConstId */, - StringMeasure = 75 /* _BinaryenStringMeasureId */, - StringEncode = 76 /* _BinaryenStringEncodeId */, - StringConcat = 77 /* _BinaryenStringConcatId */, - StringEq = 78 /* _BinaryenStringEqId */, - StringAs = 79 /* _BinaryenStringAsId */, - StringWTF8Advance = 80 /* _BinaryenStringWTF8AdvanceId */, - StringWTF16Get = 81 /* _BinaryenStringWTF16GetId */, - StringIterNext = 82 /* _BinaryenStringIterNextId */, - StringIterMove = 83 /* _BinaryenStringIterMoveId */, - StringSliceWTF = 84 /* _BinaryenStringSliceWTFId */, - StringSliceIter = 85 /* _BinaryenStringSliceIterId */ + ArrayNewFixed = 67 /* _BinaryenArrayNewFixedId */, + ArrayGet = 68 /* _BinaryenArrayGetId */, + ArraySet = 69 /* _BinaryenArraySetId */, + ArrayLen = 70 /* _BinaryenArrayLenId */, + ArrayCopy = 71 /* _BinaryenArrayCopyId */, + ArrayFill = 72 /* _BinaryenArrayFillId */, + ArrayInitData = 73 /* _BinaryenArrayInitDataId */, + ArrayInitElem = 74 /* _BinaryenArrayInitElemId */, + RefAs = 75 /* _BinaryenRefAsId */, + StringNew = 76 /* _BinaryenStringNewId */, + StringConst = 77 /* _BinaryenStringConstId */, + StringMeasure = 78 /* _BinaryenStringMeasureId */, + StringEncode = 79 /* _BinaryenStringEncodeId */, + StringConcat = 80 /* _BinaryenStringConcatId */, + StringEq = 81 /* _BinaryenStringEqId */, + StringAs = 82 /* _BinaryenStringAsId */, + StringWTF8Advance = 83 /* _BinaryenStringWTF8AdvanceId */, + StringWTF16Get = 84 /* _BinaryenStringWTF16GetId */, + StringIterNext = 85 /* _BinaryenStringIterNextId */, + StringIterMove = 86 /* _BinaryenStringIterMoveId */, + StringSliceWTF = 87 /* _BinaryenStringSliceWTFId */, + StringSliceIter = 88 /* _BinaryenStringSliceIterId */ } /** Binaryen external kind constants. */ @@ -1272,7 +1266,7 @@ export const enum StringNewOp { /** string.new_wtf8 wtf8 */ WTF8 = 1 /* _BinaryenStringNewWTF8 */, /** string.new_wtf8 replace */ - Replace = 2 /* _BinaryenStringNewReplace */, + LossyUTF8 = 2 /* _BinaryenStringNewLossyUTF8 */, /** string.new_wtf16 */ WTF16 = 3 /* _BinaryenStringNewWTF16 */, /** string.new_wtf8_array utf8 */ @@ -1280,7 +1274,7 @@ export const enum StringNewOp { /** string.new_wtf8_array wtf8 */ WTF8Array = 5 /* _BinaryenStringNewWTF8Array */, /** string.new_wtf8_array replace */ - ReplaceArray = 6 /* _BinaryenStringNewReplaceArray */, + LossyUTF8Array = 6 /* _BinaryenStringNewLossyUTF8Array */, /** string.new_wtf16_array */ WTF16Array = 7 /* _BinaryenStringNewWTF16Array */, /** string.from_code_point */ @@ -1305,16 +1299,20 @@ export const enum StringMeasureOp { export const enum StringEncodeOp { /** string.encode_wtf8 utf8 */ UTF8 = 0 /* _BinaryenStringEncodeUTF8 */, + /** string.encode_lossy_utf8 utf8 */ + LossyUTF8 = 1 /* _BinaryenStringEncodeLossyUTF8 */, /** string.encode_wtf8 wtf8 */ - WTF8 = 1 /* _BinaryenStringEncodeWTF8 */, + WTF8 = 2 /* _BinaryenStringEncodeWTF8 */, /** string.encode_wtf16 */ - WTF16 = 2 /* _BinaryenStringEncodeWTF16 */, + WTF16 = 3 /* _BinaryenStringEncodeWTF16 */, /** string.encode_wtf8_array utf8 */ - UTF8Array = 3 /* _BinaryenStringEncodeUTF8Array */, + UTF8Array = 4 /* _BinaryenStringEncodeUTF8Array */, + /** string.encode_lossy_utf8_array utf8 */ + LossyUTF8Array = 5 /* _BinaryenStringEncodeLossyUTF8Array */, /** string.encode_wtf8_array wtf8 */ - WTF8Array = 4 /* _BinaryenStringEncodeWTF8Array */, + WTF8Array = 6 /* _BinaryenStringEncodeWTF8Array */, /** string.encode_wtf16_array */ - WTF16Array = 5 /* _BinaryenStringEncodeWTF16Array */ + WTF16Array = 7 /* _BinaryenStringEncodeWTF16Array */ } /** Binaryen StringEq operation constants. */ @@ -1378,7 +1376,6 @@ export class Module { ) { assert(sizeType == TypeRef.I32 || sizeType == TypeRef.I64); this.lit = binaryen._malloc(binaryen._BinaryenSizeofLiteral()); - binaryen._BinaryenSetTypeSystem(TypeSystem.Nominal); } private lit: usize; @@ -2126,7 +2123,7 @@ export class Module { i31_new( value: ExpressionRef ): ExpressionRef { - return binaryen._BinaryenI31New(this.ref, value); + return binaryen._BinaryenRefI31(this.ref, value); } i31_get( @@ -2959,7 +2956,7 @@ export class Module { case ExpressionId.Const: case ExpressionId.RefNull: case ExpressionId.RefFunc: - case ExpressionId.I31New: return true; + case ExpressionId.RefI31: return true; case ExpressionId.Binary: { if (this.getFeatures() & FeatureFlags.ExtendedConst) { switch (getBinaryOp(expr)) { @@ -3713,7 +3710,6 @@ export function ensureType(type: Type): TypeRef { // @ts-ignore: Wasm only assert(sizeof() == 4); // ABI code below assumes 32-bit pointers } - assert(binaryen._BinaryenGetTypeSystem() == TypeSystem.Nominal); let builder = binaryen._TypeBuilderCreate(0); let seen = new Map(); prepareType(builder, seen, type); // drop temp return diff --git a/src/passes/pass.ts b/src/passes/pass.ts index 5a3274b8b4..c2daf98eb5 100644 --- a/src/passes/pass.ts +++ b/src/passes/pass.ts @@ -175,9 +175,9 @@ import { _BinaryenRefEqSetLeft, _BinaryenRefEqSetRight, _BinaryenFunctionSetBody, - _BinaryenI31NewGetValue, + _BinaryenRefI31GetValue, _BinaryenI31GetGetI31, - _BinaryenI31NewSetValue, + _BinaryenRefI31SetValue, _BinaryenI31GetSetI31, _BinaryenCallRefGetNumOperands, _BinaryenCallRefGetOperandAt, @@ -512,7 +512,7 @@ export abstract class Visitor { // unimp } - visitI31New(expr: ExpressionRef): void { + visitRefI31(expr: ExpressionRef): void { // unimp } @@ -1040,11 +1040,11 @@ export abstract class Visitor { this.visitTupleExtract(expr); break; } - case ExpressionId.I31New: { + case ExpressionId.RefI31: { this.stack.push(expr); - this.visit(_BinaryenI31NewGetValue(expr)); + this.visit(_BinaryenRefI31GetValue(expr)); assert(this.stack.pop() == expr); - this.visitI31New(expr); + this.visitRefI31(expr); break; } case ExpressionId.I31Get: { @@ -1884,10 +1884,10 @@ export function replaceChild( } break; } - case ExpressionId.I31New: { - let value = _BinaryenI31NewGetValue(parent); + case ExpressionId.RefI31: { + let value = _BinaryenRefI31GetValue(parent); if (value == search) { - _BinaryenI31NewSetValue(parent, replacement); + _BinaryenRefI31SetValue(parent, replacement); return value; } break; diff --git a/tests/compiler/NonNullable.debug.wat b/tests/compiler/NonNullable.debug.wat index c0b29bbef3..5620f0ae0b 100644 --- a/tests/compiler/NonNullable.debug.wat +++ b/tests/compiler/NonNullable.debug.wat @@ -1,10 +1,10 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -27,7 +27,7 @@ (start $~start) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -79,9 +79,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -114,10 +114,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -168,7 +168,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -206,7 +206,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -215,7 +215,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -233,14 +233,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -263,18 +263,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $right local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -295,7 +295,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 i32.eqz drop @@ -303,7 +303,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.__ne @@ -330,12 +330,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $t local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.__ne @@ -344,7 +344,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $NonNullable/assertNonNull<~lib/string/String> end @@ -363,21 +363,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 32 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 32 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -393,13 +393,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 112 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -415,13 +415,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 144 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -436,7 +436,7 @@ global.get $~lib/memory/__stack_pointer global.get $NonNullable/z local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 if (result i32) local.get $0 @@ -451,14 +451,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $NonNullable/assertNonNull<~lib/string/String> global.get $NonNullable/z local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $NonNullable/safetyCheck<~lib/string/String|null> global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/NonNullable.release.wat b/tests/compiler/NonNullable.release.wat index 520a9f3af7..348860fd96 100644 --- a/tests/compiler/NonNullable.release.wat +++ b/tests/compiler/NonNullable.release.wat @@ -1,8 +1,8 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34156)) (memory $0 1) @@ -34,16 +34,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -59,10 +59,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1136 - i32.store $0 + i32.store local.get $0 i32.const 1136 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1136 i32.const 1136 call $~lib/string/String.__eq @@ -78,10 +78,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1168 - i32.store $0 + i32.store local.get $0 i32.const 1168 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1168 i32.const 1168 call $~lib/string/String.__eq @@ -97,14 +97,14 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1248 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1248 - i32.store $0 + i32.store call $NonNullable/assertNonNull<~lib/string/String> global.get $~lib/memory/__stack_pointer i32.const 1248 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -116,15 +116,15 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1248 - i32.store $0 + i32.store call $~lib/string/String.__ne if global.get $~lib/memory/__stack_pointer i32.const 1248 - i32.store $0 + i32.store call $NonNullable/assertNonNull<~lib/string/String> end global.get $~lib/memory/__stack_pointer @@ -165,13 +165,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -186,55 +187,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -255,7 +260,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$3 loop $while-continue|1 local.get $0 local.tee $3 @@ -265,17 +270,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$3 local.get $2 i32.const 2 i32.add @@ -324,13 +329,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1248 - i32.store $0 + i32.store local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1248 i32.const 0 call $~lib/string/String.__eq @@ -362,10 +367,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1248 - i32.store $0 + i32.store call $~lib/string/String.__ne i32.eqz if diff --git a/tests/compiler/ReturnType.debug.wat b/tests/compiler/ReturnType.debug.wat index 06b792f458..5d184fb53e 100644 --- a/tests/compiler/ReturnType.debug.wat +++ b/tests/compiler/ReturnType.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) (global $~lib/memory/__heap_base i32 (i32.const 32776)) diff --git a/tests/compiler/abi.debug.wat b/tests/compiler/abi.debug.wat index ac96b85165..ea07555cab 100644 --- a/tests/compiler/abi.debug.wat +++ b/tests/compiler/abi.debug.wat @@ -1,7 +1,7 @@ (module - (type $none_=>_i32 (func (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (result i32))) + (type $1 (func)) + (type $2 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $abi/condition (mut i32) (i32.const 0)) (global $abi/y (mut i32) (i32.const 0)) diff --git a/tests/compiler/abi.release.wat b/tests/compiler/abi.release.wat index 68b447c4ad..5320131fcb 100644 --- a/tests/compiler/abi.release.wat +++ b/tests/compiler/abi.release.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_i32 (func (result i32))) + (type $0 (func (result i32))) (memory $0 1) (data $0 (i32.const 1036) "\1c") (data $0.1 (i32.const 1048) "\02\00\00\00\0c\00\00\00a\00b\00i\00.\00t\00s") diff --git a/tests/compiler/asc-constants.debug.wat b/tests/compiler/asc-constants.debug.wat index ad4dcfbe27..6a9e9e94c0 100644 --- a/tests/compiler/asc-constants.debug.wat +++ b/tests/compiler/asc-constants.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $~lib/native/ASC_TARGET i32 (i32.const 1)) (global $~lib/native/ASC_RUNTIME i32 (i32.const 2)) (global $~lib/native/ASC_NO_ASSERT i32 (i32.const 0)) diff --git a/tests/compiler/assert-nonnull.debug.wat b/tests/compiler/assert-nonnull.debug.wat index 073bb931fc..1edc6edeed 100644 --- a/tests/compiler/assert-nonnull.debug.wat +++ b/tests/compiler/assert-nonnull.debug.wat @@ -1,9 +1,9 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32) (result i32))) + (type $1 (func (result i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32 i32 i32 i32))) + (type $4 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -35,27 +35,27 @@ (export "testObjRet" (func $export:assert-nonnull/testObjRet)) (func $assert-nonnull/Foo#get:bar (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $assert-nonnull/Foo#get:baz (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~stack_check global.get $~lib/memory/__stack_pointer @@ -80,11 +80,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer local.get $foo local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 if (result i32) local.get $1 @@ -99,7 +99,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $assert-nonnull/Foo#get:bar local.set $2 @@ -120,17 +120,17 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer local.get $foo local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $assert-nonnull/Foo#get:bar local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 if (result i32) local.get $1 @@ -160,13 +160,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -183,16 +183,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 0 @@ -227,11 +227,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer local.get $foo local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 if (result i32) local.get $1 @@ -246,7 +246,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 0 call $~lib/array/Array#__get @@ -268,13 +268,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -291,16 +291,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 1 @@ -325,18 +325,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer local.get $foo local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 0 call $~lib/array/Array#__get local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 if (result i32) local.get $1 @@ -369,13 +369,13 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $foo local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 if (result i32) local.get $1 @@ -390,12 +390,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/array/Array#__get local.tee $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 if (result i32) local.get $2 @@ -410,11 +410,11 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $assert-nonnull/Foo#get:bar local.tee $3 - i32.store $0 offset=16 + i32.store offset=16 local.get $3 if (result i32) local.get $3 @@ -447,13 +447,13 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $foo local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 if (result i32) local.get $1 @@ -468,12 +468,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/array/Array#__get local.tee $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 if (result i32) local.get $2 @@ -488,11 +488,11 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $assert-nonnull/Foo#get:bar local.tee $3 - i32.store $0 offset=16 + i32.store offset=16 local.get $3 if (result i32) local.get $3 @@ -522,7 +522,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 0 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -530,11 +530,11 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $assert-nonnull/Foo#get:baz local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 if (result i32) local.get $1 @@ -546,8 +546,8 @@ call $~lib/builtins/abort unreachable end - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $1) local.set $2 global.get $~lib/memory/__stack_pointer i32.const 8 @@ -567,10 +567,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 global.set $~argumentsLength @@ -579,11 +579,11 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $assert-nonnull/Foo#get:baz local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 if (result i32) local.get $1 @@ -595,10 +595,10 @@ call $~lib/builtins/abort unreachable end - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $1) local.tee $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 if (result i32) local.get $2 @@ -628,11 +628,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $n local.tee $1 - i32.store $0 + i32.store local.get $1 if (result i32) local.get $1 @@ -662,13 +662,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer local.get $fn local.tee $1 - i32.store $0 + i32.store local.get $1 if (result i32) local.get $1 @@ -680,8 +680,8 @@ call $~lib/builtins/abort unreachable end - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $1) local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -701,12 +701,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $fn local.tee $1 - i32.store $0 + i32.store local.get $1 if (result i32) local.get $1 @@ -719,12 +719,12 @@ unreachable end local.tee $fn2 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~argumentsLength local.get $fn2 - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $1) local.set $3 global.get $~lib/memory/__stack_pointer i32.const 8 @@ -744,14 +744,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer local.get $fn local.tee $1 - i32.store $0 + i32.store local.get $1 if (result i32) local.get $1 @@ -763,10 +763,10 @@ call $~lib/builtins/abort unreachable end - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $1) local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 if (result i32) local.get $2 @@ -795,7 +795,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $assert-nonnull/testVar local.set $1 @@ -814,7 +814,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $assert-nonnull/testObj local.set $1 @@ -833,7 +833,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $assert-nonnull/testProp local.set $1 @@ -852,7 +852,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $assert-nonnull/testArr local.set $1 @@ -871,7 +871,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $assert-nonnull/testElem local.set $1 @@ -890,7 +890,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $assert-nonnull/testAll local.set $1 @@ -909,7 +909,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $assert-nonnull/testAll2 local.set $1 @@ -928,7 +928,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $assert-nonnull/testFn local.set $1 @@ -947,7 +947,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $assert-nonnull/testFn2 local.set $1 @@ -966,7 +966,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $assert-nonnull/testRet local.set $1 @@ -985,7 +985,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $assert-nonnull/testObjFn local.set $1 @@ -1004,7 +1004,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $assert-nonnull/testObjRet local.set $1 diff --git a/tests/compiler/assert-nonnull.release.wat b/tests/compiler/assert-nonnull.release.wat index c7dc2ad1fd..ef7f534196 100644 --- a/tests/compiler/assert-nonnull.release.wat +++ b/tests/compiler/assert-nonnull.release.wat @@ -1,7 +1,7 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (result i32))) + (type $2 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34236)) (memory $0 1) @@ -49,12 +49,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eqz if i32.const 1248 @@ -67,13 +67,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 - i32.load $0 + i32.load offset=4 + i32.load local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8 i32.add @@ -94,7 +94,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.sub @@ -106,10 +106,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.eqz if @@ -152,7 +152,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.sub @@ -164,10 +164,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz if @@ -181,9 +181,9 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $0 local.get $1 i32.const 8 @@ -217,7 +217,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.sub @@ -229,15 +229,15 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 + i32.load local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz if @@ -280,7 +280,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.sub @@ -292,10 +292,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz if @@ -309,7 +309,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.sub @@ -321,12 +321,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eqz if i32.const 1248 @@ -339,13 +339,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 - i32.load $0 + i32.load offset=4 + i32.load local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz if @@ -392,7 +392,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.sub @@ -404,15 +404,15 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 call $~lib/array/Array#__get local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz if @@ -456,7 +456,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 20 i32.sub @@ -469,32 +469,32 @@ local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.eqz br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/array/Array#__get local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.eqz br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 + i32.load local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.eqz br_if $folding-inner1 @@ -538,7 +538,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 20 i32.sub @@ -551,32 +551,32 @@ local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.eqz br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/array/Array#__get local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.eqz br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 + i32.load local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.eqz br_if $folding-inner1 @@ -619,7 +619,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.sub @@ -631,10 +631,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.eqz if @@ -646,8 +646,8 @@ unreachable end local.get $0 - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $1) drop unreachable end @@ -672,7 +672,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.sub @@ -684,10 +684,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.eqz if @@ -700,10 +700,10 @@ end local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $1) drop unreachable end @@ -729,7 +729,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.sub @@ -741,16 +741,16 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.eqz br_if $folding-inner1 local.get $0 - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $1) drop unreachable end @@ -782,7 +782,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.sub @@ -794,15 +794,15 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz if @@ -814,8 +814,8 @@ unreachable end local.get $0 - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $1) drop unreachable end @@ -841,7 +841,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 12 i32.sub @@ -853,24 +853,24 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz br_if $folding-inner1 local.get $0 - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $1) drop unreachable end diff --git a/tests/compiler/assert.debug.wat b/tests/compiler/assert.debug.wat index c8d990d211..cbdde5b983 100644 --- a/tests/compiler/assert.debug.wat +++ b/tests/compiler/assert.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) (global $~lib/memory/__heap_base i32 (i32.const 32776)) diff --git a/tests/compiler/assignment-chain.debug.wat b/tests/compiler/assignment-chain.debug.wat index e4415d8a18..a513fcb307 100644 --- a/tests/compiler/assignment-chain.debug.wat +++ b/tests/compiler/assignment-chain.debug.wat @@ -1,9 +1,9 @@ (module - (type $i32_i64_=>_none (func (param i32 i64))) - (type $i32_=>_none (func (param i32))) - (type $i32_=>_i64 (func (param i32) (result i64))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32 i64))) + (type $1 (func (param i32))) + (type $2 (func (param i32) (result i64))) + (type $3 (func (param i32 i32 i32 i32))) + (type $4 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) @@ -16,16 +16,16 @@ (func $assignment-chain/A#set:y (param $this i32) (param $y i64) local.get $this local.get $y - i64.store $0 offset=8 + i64.store offset=8 ) (func $assignment-chain/A#get:y (param $this i32) (result i64) local.get $this - i64.load $0 offset=8 + i64.load offset=8 ) (func $assignment-chain/A#set:x (param $this i32) (param $x i64) local.get $this local.get $x - i64.store $0 + i64.store ) (func $~stack_check global.get $~lib/memory/__stack_pointer @@ -50,19 +50,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $a local.tee $1 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i64.const 1 call $assignment-chain/A#set:y @@ -70,7 +70,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $assignment-chain/A#get:y call $assignment-chain/A#set:x @@ -87,7 +87,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $assignment-chain/foo global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/assignment-chain.release.wat b/tests/compiler/assignment-chain.release.wat index 1203755091..254e3e6189 100644 --- a/tests/compiler/assignment-chain.release.wat +++ b/tests/compiler/assignment-chain.release.wat @@ -1,6 +1,6 @@ (module - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_=>_none (func (param i32))) + (type $0 (func (param i32 i32 i32 i32))) + (type $1 (func (param i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33792)) (memory $0 0) @@ -20,7 +20,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.sub @@ -32,23 +32,23 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 1 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i64.load $0 offset=8 - i64.store $0 + i64.load offset=8 + i64.store local.get $1 i32.const 8 i32.add diff --git a/tests/compiler/bigint-integration.debug.wat b/tests/compiler/bigint-integration.debug.wat index a2014eb9aa..467f67dec1 100644 --- a/tests/compiler/bigint-integration.debug.wat +++ b/tests/compiler/bigint-integration.debug.wat @@ -1,7 +1,7 @@ (module - (type $none_=>_i64 (func (result i64))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (result i64))) + (type $1 (func)) + (type $2 (func (param i32 i32 i32 i32))) (import "bigint-integration" "externalValue" (global $bigint-integration/externalValue i64)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (import "bigint-integration" "getExternalValue" (func $bigint-integration/getExternalValue (result i64))) diff --git a/tests/compiler/bigint-integration.release.wat b/tests/compiler/bigint-integration.release.wat index 4f30f53805..65f0bbea0b 100644 --- a/tests/compiler/bigint-integration.release.wat +++ b/tests/compiler/bigint-integration.release.wat @@ -1,7 +1,7 @@ (module - (type $none_=>_i64 (func (result i64))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (result i64))) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func)) (import "bigint-integration" "externalValue" (global $bigint-integration/externalValue i64)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (import "bigint-integration" "getExternalValue" (func $bigint-integration/getExternalValue (result i64))) diff --git a/tests/compiler/binary.debug.wat b/tests/compiler/binary.debug.wat index d060abee85..2925b7cf9f 100644 --- a/tests/compiler/binary.debug.wat +++ b/tests/compiler/binary.debug.wat @@ -1,8 +1,8 @@ (module - (type $f64_f64_=>_f64 (func (param f64 f64) (result f64))) - (type $f32_f32_=>_f32 (func (param f32 f32) (result f32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $0 (func (param f64 f64) (result f64))) + (type $1 (func (param f32 f32) (result f32))) + (type $2 (func)) + (type $3 (func (param i32 i32) (result i32))) (global $binary/b (mut i32) (i32.const 0)) (global $binary/i (mut i32) (i32.const 0)) (global $~lib/native/ASC_SHRINK_LEVEL i32 (i32.const 0)) @@ -800,7 +800,7 @@ i32.add i32.shl i32.add - f64.load $0 + f64.load local.set $invc i32.const 8 local.get $i @@ -809,7 +809,7 @@ i32.add i32.shl i32.add - f64.load $0 offset=16 + f64.load offset=16 local.set $logc i32.const 8 local.get $i @@ -818,7 +818,7 @@ i32.add i32.shl i32.add - f64.load $0 offset=24 + f64.load offset=24 local.set $logctail local.get $iz i64.const 2147483648 @@ -1128,7 +1128,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load f64.reinterpret_i64 local.set $tail i32.const 4104 @@ -1136,7 +1136,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 offset=8 + i64.load offset=8 local.get $top i64.add local.set $sbits @@ -1989,7 +1989,7 @@ i32.add i32.shl i32.add - f64.load $0 + f64.load local.set $invc i32.const 6152 local.get $i @@ -1998,7 +1998,7 @@ i32.add i32.shl i32.add - f64.load $0 offset=8 + f64.load offset=8 local.set $logc local.get $uz f32.reinterpret_i32 @@ -2148,7 +2148,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $t local.get $t local.get $ki diff --git a/tests/compiler/binary.release.wat b/tests/compiler/binary.release.wat index 34bdabd57a..a8b4c14403 100644 --- a/tests/compiler/binary.release.wat +++ b/tests/compiler/binary.release.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $binary/i (mut i32) (i32.const 0)) (global $binary/I (mut i64) (i64.const 0)) (global $binary/f (mut f32) (f32.const 0)) diff --git a/tests/compiler/bindings/esm.debug.wat b/tests/compiler/bindings/esm.debug.wat index 230933f1b4..cebadb0ee0 100644 --- a/tests/compiler/bindings/esm.debug.wat +++ b/tests/compiler/bindings/esm.debug.wat @@ -1,23 +1,23 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i64_=>_none (func (param i32 i64))) - (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) - (type $f64_=>_f64 (func (param f64) (result f64))) - (type $i64_i64_=>_i64 (func (param i64 i64) (result i64))) - (type $none_=>_i64 (func (result i64))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $i32_f32_=>_none (func (param i32 f32))) - (type $i32_f64_=>_none (func (param i32 f64))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_i32_=>_f32 (func (param i32 i32) (result f32))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (result i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i64))) + (type $9 (func (param i32 i32 f64 f64 f64 f64 f64))) + (type $10 (func (param f64) (result f64))) + (type $11 (func (param i64 i64) (result i64))) + (type $12 (func (result i64))) + (type $13 (func (param i32 i32 i64) (result i32))) + (type $14 (func (param i32 f32))) + (type $15 (func (param i32 f64))) + (type $16 (func (param i32 i32 i32) (result i32))) + (type $17 (func (param i32 i32 i64))) + (type $18 (func (param i32 i32) (result f32))) (import "env" "Math.E" (global $~lib/bindings/dom/Math.E f64)) (import "env" "globalThis" (global $bindings/esm/immutableGlobal externref)) (import "env" "globalThis.globalThis" (global $bindings/esm/immutableGlobalNested externref)) @@ -123,7 +123,6 @@ (export "internrefFunction" (func $export:bindings/esm/internrefFunction)) (export "functionFunction" (func $export:bindings/esm/functionFunction)) (func $start:bindings/esm~anonymous|0 - nop ) (func $bindings/esm/plainFunction (param $a i32) (param $b i32) (result i32) local.get $a @@ -147,7 +146,7 @@ ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/arraybuffer/ArrayBuffer#get:byteLength (param $this i32) (result i32) local.get $this @@ -159,12 +158,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -178,7 +177,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -252,7 +251,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -322,11 +321,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -334,7 +333,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 528 @@ -466,7 +465,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -479,7 +478,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -495,34 +494,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -682,7 +681,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -705,7 +704,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -719,7 +718,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -742,7 +741,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -885,7 +884,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -971,7 +970,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1051,7 +1050,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1085,7 +1084,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1108,7 +1107,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1122,7 +1121,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1174,7 +1173,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1212,7 +1211,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1287,7 +1285,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1321,7 +1319,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1342,7 +1340,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1362,7 +1360,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1382,7 +1380,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1408,7 +1406,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1431,7 +1429,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1916,7 +1914,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1961,7 +1959,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1994,7 +1992,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -2017,7 +2015,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2043,7 +2041,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2056,7 +2054,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2083,19 +2081,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2297,12 +2295,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2353,7 +2351,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2437,7 +2435,7 @@ (func $~lib/arraybuffer/ArrayBufferView#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2446,20 +2444,20 @@ (func $~lib/arraybuffer/ArrayBufferView#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/arraybuffer/ArrayBufferView#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/staticarray/StaticArray#get:length (param $this i32) (result i32) local.get $this @@ -2477,7 +2475,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 0 drop ) @@ -2492,7 +2490,7 @@ (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2501,33 +2499,33 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) (local $oldObj i32) @@ -2571,14 +2569,14 @@ local.get $5 i32.lt_u select - memory.copy $0 $0 + memory.copy local.get $newPtr return ) (func $~lib/array/Array<~lib/string/String>#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2587,95 +2585,95 @@ (func $~lib/array/Array<~lib/string/String>#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array<~lib/string/String>#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array<~lib/string/String>#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array<~lib/string/String>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array<~lib/string/String>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $bindings/esm/PlainObject#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store8 $0 + i32.store8 ) (func $bindings/esm/PlainObject#set:b (param $this i32) (param $b i32) local.get $this local.get $b - i32.store16 $0 offset=2 + i32.store16 offset=2 ) (func $bindings/esm/PlainObject#set:c (param $this i32) (param $c i32) local.get $this local.get $c - i32.store $0 offset=4 + i32.store offset=4 ) (func $bindings/esm/PlainObject#set:d (param $this i32) (param $d i64) local.get $this local.get $d - i64.store $0 offset=8 + i64.store offset=8 ) (func $bindings/esm/PlainObject#set:e (param $this i32) (param $e i32) local.get $this local.get $e - i32.store8 $0 offset=16 + i32.store8 offset=16 ) (func $bindings/esm/PlainObject#set:f (param $this i32) (param $f i32) local.get $this local.get $f - i32.store16 $0 offset=18 + i32.store16 offset=18 ) (func $bindings/esm/PlainObject#set:g (param $this i32) (param $g i32) local.get $this local.get $g - i32.store $0 offset=20 + i32.store offset=20 ) (func $bindings/esm/PlainObject#set:h (param $this i32) (param $h i64) local.get $this local.get $h - i64.store $0 offset=24 + i64.store offset=24 ) (func $bindings/esm/PlainObject#set:i (param $this i32) (param $i i32) local.get $this local.get $i - i32.store $0 offset=32 + i32.store offset=32 ) (func $bindings/esm/PlainObject#set:j (param $this i32) (param $j i32) local.get $this local.get $j - i32.store $0 offset=36 + i32.store offset=36 ) (func $bindings/esm/PlainObject#set:k (param $this i32) (param $k i32) local.get $this local.get $k - i32.store8 $0 offset=40 + i32.store8 offset=40 ) (func $bindings/esm/PlainObject#set:l (param $this i32) (param $l f32) local.get $this local.get $l - f32.store $0 offset=44 + f32.store offset=44 ) (func $bindings/esm/PlainObject#set:m (param $this i32) (param $m f64) local.get $this local.get $m - f64.store $0 offset=48 + f64.store offset=48 ) (func $bindings/esm/PlainObject#set:n (param $this i32) (param $n i32) local.get $this local.get $n - i32.store $0 offset=56 + i32.store offset=56 local.get $this local.get $n i32.const 0 @@ -2684,7 +2682,7 @@ (func $bindings/esm/PlainObject#set:o (param $this i32) (param $o i32) local.get $this local.get $o - i32.store $0 offset=60 + i32.store offset=60 local.get $this local.get $o i32.const 0 @@ -2693,7 +2691,7 @@ (func $bindings/esm/PlainObject#set:p (param $this i32) (param $p i32) local.get $this local.get $p - i32.store $0 offset=64 + i32.store offset=64 local.get $this local.get $p i32.const 0 @@ -2701,11 +2699,11 @@ ) (func $bindings/esm/PlainObject#get:a (param $this i32) (result i32) local.get $this - i32.load8_s $0 + i32.load8_s ) (func $bindings/esm/PlainObject#get:b (param $this i32) (result i32) local.get $this - i32.load16_s $0 offset=2 + i32.load16_s offset=2 ) (func $bindings/esm/newInternref (result i32) i32.const 0 @@ -2875,7 +2873,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2884,11 +2882,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/function/Function<%28%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2915,7 +2912,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2927,7 +2924,7 @@ ) (func $~lib/array/Array<~lib/string/String>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/string/String>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2943,7 +2940,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 offset=56 + i32.load offset=56 local.tee $2 if local.get $2 @@ -2951,7 +2948,7 @@ call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=60 + i32.load offset=60 local.tee $2 if local.get $2 @@ -2959,7 +2956,7 @@ call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=64 + i32.load offset=64 local.tee $2 if local.get $2 @@ -2993,7 +2990,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/function/Function<%28%29=>void> $~lib/typedarray/Int16Array $~lib/typedarray/Float32Array $~lib/typedarray/Uint64Array $~lib/staticarray/StaticArray $~lib/staticarray/StaticArray $~lib/staticarray/StaticArray $~lib/array/Array $~lib/array/Array<~lib/string/String> $bindings/esm/PlainObject $~lib/typedarray/Uint8Array $bindings/esm/NonPlainObject $invalid end return @@ -3069,7 +3066,7 @@ i32.const 1 global.set $~started call $start:bindings/esm - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3109,12 +3106,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 128 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 f64.const 42 @@ -3127,7 +3124,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/bindings/dom/console.log global.get $~lib/bindings/dom/Math.E @@ -3156,12 +3153,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $aByteLength @@ -3169,7 +3166,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $bByteLength @@ -3180,17 +3177,17 @@ i32.add call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $a local.get $aByteLength - memory.copy $0 $0 + memory.copy local.get $out local.get $aByteLength i32.add local.get $b local.get $bByteLength - memory.copy $0 $0 + memory.copy local.get $out local.set $5 global.get $~lib/memory/__stack_pointer @@ -3213,12 +3210,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/string/String#get:length i32.const 1 @@ -3228,7 +3225,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/string/String#get:length i32.const 1 @@ -3256,17 +3253,17 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $thisSize - memory.copy $0 $0 + memory.copy local.get $out local.get $thisSize i32.add local.get $other local.get $otherSize - memory.copy $0 $0 + memory.copy local.get $out local.set $6 global.get $~lib/memory/__stack_pointer @@ -3285,18 +3282,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $right local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String#concat local.set $2 @@ -3316,18 +3313,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String.__concat local.set $2 @@ -3347,18 +3344,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String.__concat local.set $2 @@ -3378,10 +3375,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -3395,19 +3392,19 @@ global.get $~lib/memory/__stack_pointer i32.const 64 local.tee $b - i32.store $0 + i32.store end local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $bindings/esm/stringFunctionOptional local.set $2 @@ -3427,10 +3424,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -3439,13 +3436,13 @@ i32.const 3 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:buffer @@ -3453,7 +3450,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:dataStart @@ -3461,7 +3458,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:byteLength @@ -3486,7 +3483,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -3495,20 +3492,20 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $buffer local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/arraybuffer/ArrayBufferView#set:buffer local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $buffer call $~lib/arraybuffer/ArrayBufferView#set:dataStart @@ -3516,7 +3513,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $length call $~lib/arraybuffer/ArrayBufferView#set:byteLength @@ -3537,7 +3534,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3546,20 +3543,20 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 3 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -3577,12 +3574,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 1 @@ -3604,12 +3601,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -3631,13 +3628,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 1 @@ -3655,14 +3652,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3680,13 +3677,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -3704,7 +3701,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index @@ -3712,7 +3709,7 @@ i32.shl i32.add local.get $value - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -3728,13 +3725,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -3752,14 +3749,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3780,30 +3777,30 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/typedarray/Int16Array#get:length local.get $b local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/typedarray/Float32Array#get:length i32.add call $~lib/typedarray/Uint64Array#constructor local.tee $out - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $i loop $for-loop|0 @@ -3812,7 +3809,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/typedarray/Int16Array#get:length i32.lt_s @@ -3821,14 +3818,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $i local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $i call $~lib/typedarray/Int16Array#__get @@ -3849,7 +3846,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/typedarray/Float32Array#get:length i32.lt_s @@ -3858,13 +3855,13 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/typedarray/Int16Array#get:length local.get $i|4 @@ -3873,7 +3870,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $i|4 call $~lib/typedarray/Float32Array#__get @@ -3905,13 +3902,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/staticarray/StaticArray#get:length i32.ge_u @@ -3928,7 +3925,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -3950,13 +3947,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/staticarray/StaticArray#get:length i32.ge_u @@ -3972,7 +3969,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index local.get $value @@ -3994,30 +3991,30 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/staticarray/StaticArray#get:length local.get $b local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/staticarray/StaticArray#get:length i32.add call $~lib/staticarray/StaticArray#constructor local.tee $c - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $i loop $for-loop|0 @@ -4026,7 +4023,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/staticarray/StaticArray#get:length i32.lt_s @@ -4035,14 +4032,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $i local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $i call $~lib/staticarray/StaticArray#__get @@ -4062,7 +4059,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/staticarray/StaticArray#get:length i32.lt_s @@ -4071,13 +4068,13 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/staticarray/StaticArray#get:length local.get $i|4 @@ -4086,7 +4083,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $i|4 call $~lib/staticarray/StaticArray#__get @@ -4120,10 +4117,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -4132,13 +4129,13 @@ i32.const 11 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -4146,7 +4143,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -4154,7 +4151,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -4162,7 +4159,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -4195,7 +4192,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -4204,20 +4201,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -4225,7 +4222,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -4233,7 +4230,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -4254,12 +4251,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -4280,13 +4277,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -4302,14 +4299,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -4341,12 +4338,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $oldCapacity @@ -4373,7 +4370,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $oldData @@ -4423,10 +4420,10 @@ if local.get $array local.get $newData - i32.store $0 + i32.store local.get $array local.get $newData - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $newData i32.const 0 @@ -4434,7 +4431,7 @@ end local.get $array local.get $newCapacity - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -4450,13 +4447,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -4483,7 +4480,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -4494,7 +4491,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -4502,7 +4499,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -4522,30 +4519,30 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length local.get $b local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length i32.add call $~lib/array/Array#constructor local.tee $c - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $i loop $for-loop|0 @@ -4554,7 +4551,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length i32.lt_s @@ -4563,14 +4560,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $i local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $i call $~lib/array/Array#__get @@ -4590,7 +4587,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length i32.lt_s @@ -4599,13 +4596,13 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/array/Array#get:length local.get $i|4 @@ -4614,7 +4611,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $i|4 call $~lib/array/Array#__get @@ -4648,10 +4645,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -4660,13 +4657,13 @@ i32.const 12 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array<~lib/string/String>#set:buffer @@ -4674,7 +4671,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array<~lib/string/String>#set:dataStart @@ -4682,7 +4679,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array<~lib/string/String>#set:byteLength @@ -4690,7 +4687,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array<~lib/string/String>#set:length_ @@ -4723,7 +4720,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -4732,20 +4729,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array<~lib/string/String>#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array<~lib/string/String>#set:dataStart @@ -4753,7 +4750,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array<~lib/string/String>#set:byteLength @@ -4761,7 +4758,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array<~lib/string/String>#set:length_ @@ -4782,12 +4779,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array<~lib/string/String>#get:length_ local.set $1 @@ -4808,13 +4805,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:length_ i32.ge_u @@ -4831,16 +4828,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 0 @@ -4874,13 +4871,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:length_ i32.ge_u @@ -4907,7 +4904,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -4918,7 +4915,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:dataStart local.get $index @@ -4926,7 +4923,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -4950,30 +4947,30 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:length local.get $b local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:length i32.add call $~lib/array/Array<~lib/string/String>#constructor local.tee $c - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $i loop $for-loop|0 @@ -4982,7 +4979,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:length i32.lt_s @@ -4991,21 +4988,21 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $i local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 local.get $i call $~lib/array/Array<~lib/string/String>#__get local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/array/Array<~lib/string/String>#__set local.get $i @@ -5023,7 +5020,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:length i32.lt_s @@ -5032,13 +5029,13 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 call $~lib/array/Array<~lib/string/String>#get:length local.get $i|4 @@ -5047,14 +5044,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 local.get $i|4 call $~lib/array/Array<~lib/string/String>#__get local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/array/Array<~lib/string/String>#__set local.get $i|4 @@ -5082,7 +5079,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -5091,23 +5088,23 @@ i32.const 13 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:a @@ -5115,7 +5112,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:b @@ -5123,7 +5120,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:c @@ -5131,7 +5128,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 0 call $bindings/esm/PlainObject#set:d @@ -5139,7 +5136,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:e @@ -5147,7 +5144,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:f @@ -5155,7 +5152,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:g @@ -5163,7 +5160,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 0 call $bindings/esm/PlainObject#set:h @@ -5171,7 +5168,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:i @@ -5179,7 +5176,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:j @@ -5187,7 +5184,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:k @@ -5195,7 +5192,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 0 call $bindings/esm/PlainObject#set:l @@ -5203,7 +5200,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 0 call $bindings/esm/PlainObject#set:m @@ -5211,7 +5208,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:n @@ -5219,7 +5216,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:o @@ -5227,7 +5224,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:p @@ -5249,33 +5246,33 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 call $bindings/esm/PlainObject#constructor local.tee $ref - i32.store $0 + i32.store local.get $ref local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $a local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $bindings/esm/PlainObject#get:a local.get $b local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $bindings/esm/PlainObject#get:a i32.add @@ -5284,20 +5281,20 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $a local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $bindings/esm/PlainObject#get:b local.get $b local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $bindings/esm/PlainObject#get:b i32.add @@ -5320,12 +5317,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28%29=>void>#get:_env local.get $cookie @@ -5344,14 +5341,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -5373,14 +5370,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:dataStart local.set $cur @@ -5389,7 +5386,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:length_ i32.const 2 @@ -5402,7 +5399,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -5421,7 +5418,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:buffer local.get $cookie @@ -5441,7 +5438,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length i32.const 1073741820 i32.gt_u @@ -5458,7 +5455,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 + i32.store i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -5483,7 +5480,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length i32.const 1073741820 i32.const 2 @@ -5506,7 +5503,7 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -5529,7 +5526,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -5538,7 +5535,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 @@ -5557,7 +5554,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -5566,7 +5563,7 @@ i32.const 15 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 @@ -5585,10 +5582,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/bufferFunction @@ -5608,10 +5605,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/stringFunction @@ -5631,10 +5628,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/stringFunctionOptional@varargs @@ -5654,10 +5651,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/typedarrayFunction @@ -5677,10 +5674,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/staticarrayFunction @@ -5700,7 +5697,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $bindings/esm/staticarrayU16 local.set $1 @@ -5719,7 +5716,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $bindings/esm/staticarrayI64 local.set $1 @@ -5738,10 +5735,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/arrayFunction @@ -5761,10 +5758,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/arrayOfStringsFunction @@ -5784,10 +5781,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/objectFunction @@ -5807,10 +5804,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/internrefFunction @@ -5830,7 +5827,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $bindings/esm/functionFunction local.set $1 diff --git a/tests/compiler/bindings/esm.release.wat b/tests/compiler/bindings/esm.release.wat index 672115c456..b99d7d1e01 100644 --- a/tests/compiler/bindings/esm.release.wat +++ b/tests/compiler/bindings/esm.release.wat @@ -1,17 +1,17 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) - (type $f64_=>_f64 (func (param f64) (result f64))) - (type $i64_i64_=>_i64 (func (param i64 i64) (result i64))) - (type $none_=>_i64 (func (result i64))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func (param i32))) + (type $2 (func (param i32) (result i32))) + (type $3 (func (result i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32))) + (type $7 (func (param i32 i32 i64))) + (type $8 (func (param i32 i32 f64 f64 f64 f64 f64))) + (type $9 (func (param f64) (result f64))) + (type $10 (func (param i64 i64) (result i64))) + (type $11 (func (result i64))) + (type $12 (func (param i32 i32 i32 i32))) (import "env" "Math.E" (global $~lib/bindings/dom/Math.E f64)) (import "env" "trace" (func $~lib/builtins/trace (param i32 i32 f64 f64 f64 f64 f64))) (import "env" "console.log" (func $~lib/bindings/dom/console.log (param i32))) @@ -140,28 +140,28 @@ (local $0 i32) (local $1 i32) i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $bindings/esm/mutableStringGlobal local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1552 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1968 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1360 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 2096 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 2160 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -171,7 +171,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -189,7 +189,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -200,14 +200,14 @@ (func $~lib/rt/itcms/Object#unlink (param $0 i32) (local $1 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 35044 @@ -225,7 +225,7 @@ return end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $0 i32.eqz if @@ -238,15 +238,15 @@ end local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#makeGray (param $0 i32) (local $1 i32) @@ -257,7 +257,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -276,7 +276,7 @@ global.get $~lib/rt/itcms/toSpace local.set $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $2 i32.const 2 i32.le_u @@ -285,7 +285,7 @@ else local.get $2 i32.const 2208 - i32.load $0 + i32.load i32.gt_u if i32.const 1552 @@ -300,13 +300,13 @@ i32.shl i32.const 2212 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $0 global.get $~lib/rt/itcms/white @@ -316,21 +316,45 @@ select local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -338,8 +362,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -351,10 +375,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -365,29 +389,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -395,10 +419,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -412,75 +436,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -502,7 +519,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -519,12 +536,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -541,17 +558,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -561,9 +578,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -588,13 +605,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -628,7 +645,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -684,19 +701,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -708,15 +725,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -724,16 +741,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -755,10 +773,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -771,18 +789,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -806,30 +823,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -837,10 +854,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -848,7 +865,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -856,7 +873,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -867,10 +884,10 @@ end i32.const 35056 i32.const 0 - i32.store $0 + i32.store i32.const 36624 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -882,7 +899,7 @@ i32.const 35056 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -900,7 +917,7 @@ i32.const 35056 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -917,7 +934,7 @@ end i32.const 35056 i32.const 36628 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -950,7 +967,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -963,19 +980,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -986,7 +1003,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -998,7 +1015,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -1011,12 +1028,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -1025,7 +1038,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1036,26 +1049,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1071,7 +1084,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1087,7 +1100,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1112,14 +1125,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1154,7 +1167,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1168,10 +1181,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1183,10 +1196,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1194,47 +1207,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1255,7 +1270,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1272,10 +1287,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1291,7 +1306,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1312,7 +1327,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1339,7 +1354,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$70 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1360,7 +1375,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$70 end local.get $2 i32.const 0 @@ -1402,50 +1417,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1465,12 +1484,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1481,7 +1500,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1502,7 +1521,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1518,8 +1537,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1533,90 +1552,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1629,53 +1648,113 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) - (func $bindings/esm/newInternref (result i32) - (local $0 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) + (local $3 i32) + local.get $1 + i32.eqz if - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 + return + end + local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1424 + i32.const 295 + i32.const 14 call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - local.tee $0 - i32.const 0 - i32.store $0 - local.get $0 - i32.const 0 - i32.const 15 - call $~lib/rt/itcms/__new - local.tee $0 - i32.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - ) - (func $~lib/rt/itcms/__pin (param $0 i32) (result i32) - (local $1 i32) - (local $2 i32) - (local $3 i32) - local.get $0 + global.get $~lib/rt/itcms/white + local.tee $3 + local.get $1 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq if - local.get $0 + local.get $3 + i32.eqz + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + local.tee $3 + i32.eq + if + local.get $0 + local.get $1 + local.get $2 + select + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $3 + i32.const 3 + i32.eq + i32.and + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + end + end + end + ) + (func $bindings/esm/newInternref (result i32) + (local $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + if + i32.const 35072 + i32.const 35120 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $0 + i32.const 0 + i32.store + local.get $0 + i32.const 0 + i32.const 15 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $~lib/rt/itcms/__pin (param $0 i32) (result i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + local.get $0 + if + local.get $0 i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -1692,27 +1771,27 @@ call $~lib/rt/itcms/Object#unlink global.get $~lib/rt/itcms/pinSpace local.tee $3 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $3 i32.const 3 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 end local.get $0 ) @@ -1728,7 +1807,7 @@ i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -1752,27 +1831,27 @@ call $~lib/rt/itcms/Object#unlink global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 end ) (func $~lib/rt/itcms/__collect @@ -1832,7 +1911,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner1 $~lib/function/Function<%28%29=>void> $folding-inner1 $folding-inner1 $folding-inner1 $~lib/staticarray/StaticArray $~lib/staticarray/StaticArray $~lib/staticarray/StaticArray $~lib/array/Array $~lib/array/Array<~lib/string/String> $bindings/esm/PlainObject $folding-inner1 $bindings/esm/NonPlainObject $invalid end return @@ -1852,17 +1931,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load offset=4 + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1885,7 +1960,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store br $folding-inner2 end global.get $~lib/memory/__stack_pointer @@ -1899,19 +1974,19 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 2 i32.shl i32.add @@ -1922,11 +1997,11 @@ i32.lt_u if local.get $1 - i32.load $0 + i32.load local.tee $3 if local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $1 i32.const 4 @@ -1938,25 +2013,25 @@ br $folding-inner2 end local.get $0 - i32.load $0 offset=56 + i32.load offset=56 local.tee $1 if local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=60 + i32.load offset=60 local.tee $1 if local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=64 + i32.load offset=64 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1972,24 +2047,20 @@ unreachable end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2025,10 +2096,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1152 - i32.store $0 + i32.store i32.const 1152 i32.const 1 f64.const 42 @@ -2039,7 +2110,7 @@ call $~lib/builtins/trace global.get $~lib/memory/__stack_pointer i32.const 1184 - i32.store $0 + i32.store i32.const 1184 call $~lib/bindings/dom/console.log global.get $~lib/bindings/dom/Math.E @@ -2051,7 +2122,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 35044 @@ -2061,26 +2132,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1476 i32.const 1472 - i32.store $0 + i32.store i32.const 1480 i32.const 1472 - i32.store $0 + i32.store i32.const 1472 global.set $~lib/rt/itcms/pinSpace i32.const 1508 i32.const 1504 - i32.store $0 + i32.store i32.const 1512 i32.const 1504 - i32.store $0 + i32.store i32.const 1504 global.set $~lib/rt/itcms/toSpace i32.const 1652 i32.const 1648 - i32.store $0 + i32.store i32.const 1656 i32.const 1648 - i32.store $0 + i32.store i32.const 1648 global.set $~lib/rt/itcms/fromSpace ) @@ -2088,6 +2159,7 @@ (local $2 i32) (local $3 i32) (local $4 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2100,13 +2172,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 8 i32.sub @@ -2118,13 +2190,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 8 i32.sub @@ -2136,57 +2208,57 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and local.set $3 local.get $2 local.get $1 - i32.store $0 - block $__inlined_func$~lib/string/String#concat + i32.store + block $__inlined_func$~lib/string/String#concat$280 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and local.tee $4 local.get $3 i32.add - local.tee $2 + local.tee $5 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 1760 local.set $2 - br $__inlined_func$~lib/string/String#concat + br $__inlined_func$~lib/string/String#concat$280 end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $5 i32.const 2 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 local.get $3 - memory.copy $0 $0 + memory.copy local.get $2 local.get $3 i32.add local.get $1 local.get $4 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2230,12 +2302,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.shr_u local.set $0 @@ -2265,12 +2337,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.shr_u local.set $0 @@ -2300,13 +2372,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 3 i32.shr_u i32.ge_u @@ -2321,15 +2393,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add local.get $2 - i64.store $0 + i64.store local.get $3 i32.const 4 i32.add @@ -2342,8 +2414,6 @@ (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) - (local $9 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2354,212 +2424,217 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $7 + local.tee $2 i64.const 0 - i64.store $0 - local.get $7 + i64.store + local.get $2 i32.const 0 - i32.store $0 offset=8 - local.get $7 + i32.store offset=8 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int16Array#get:length - local.set $2 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 - local.get $1 - call $~lib/typedarray/Float32Array#get:length - local.get $2 - i32.add - local.set $6 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store $0 - local.get $2 - i32.const 12 - i32.const 7 - call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $2 - i32.store $0 offset=4 - local.get $5 - i32.const 16 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - local.tee $8 - i64.const 0 - i64.store $0 - local.get $8 - i64.const 0 - i64.store $0 offset=8 - local.get $2 - i32.eqz - if - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.const 3 - call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 - end - global.get $~lib/memory/__stack_pointer - local.tee $8 + i32.store local.get $2 - i32.store $0 offset=4 - local.get $2 - i32.const 0 - i32.store $0 - local.get $8 - local.get $2 - i32.store $0 offset=4 - local.get $2 - i32.const 0 - i32.store $0 offset=4 - local.get $8 - local.get $2 - i32.store $0 offset=4 - local.get $2 - i32.const 0 - i32.store $0 offset=8 - local.get $6 - i32.const 134217727 - i32.gt_u - if - i32.const 1248 - i32.const 1296 - i32.const 19 - i32.const 57 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.const 3 - i32.shl - local.tee $8 - i32.const 1 - call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=12 - local.get $2 - local.get $6 - i32.store $0 - local.get $6 - if - local.get $2 - local.get $6 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $2 - i32.store $0 offset=4 - local.get $2 - local.get $6 - i32.store $0 offset=4 - local.get $9 - local.get $2 - i32.store $0 offset=4 - local.get $2 - local.get $8 - i32.store $0 offset=8 - local.get $9 - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $5 - local.get $2 - i32.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $7 - local.get $2 - i32.store $0 offset=4 - loop $for-loop|0 + block $__inlined_func$~lib/typedarray/Uint64Array#constructor$1 (result i32) + local.get $1 + call $~lib/typedarray/Float32Array#get:length + local.get $5 + i32.add + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 - call $~lib/typedarray/Int16Array#get:length - local.get $3 - i32.gt_s - if + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner00 global.get $~lib/memory/__stack_pointer - local.tee $5 + i32.const 2276 + i32.lt_s + br_if $folding-inner00 + global.get $~lib/memory/__stack_pointer + local.tee $2 + i64.const 0 + i64.store local.get $2 - i32.store $0 - local.get $5 - local.get $0 - i32.store $0 offset=8 - local.get $5 - i32.const 4 + i32.const 12 + i32.const 7 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $6 + local.get $2 + i32.store offset=4 + local.get $6 + i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 2276 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner00 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $7 + i64.const 0 + i64.store + local.get $7 + i64.const 0 + i64.store offset=8 + local.get $2 + i32.eqz + if + local.get $7 + i32.const 12 + i32.const 3 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 0 + i32.store + local.get $2 + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 i32.const 0 - i32.store $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 0 + i32.store offset=8 local.get $5 - local.get $0 - i32.store $0 - local.get $3 - local.get $0 - i32.load $0 offset=8 - i32.const 1 - i32.shr_u - i32.ge_u + i32.const 134217727 + i32.gt_u if - i32.const 1552 - i32.const 1792 - i32.const 452 - i32.const 64 + i32.const 1248 + i32.const 1296 + i32.const 19 + i32.const 57 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer + local.get $5 + i32.const 3 + i32.shl local.tee $5 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 offset=4 - local.get $3 i32.const 1 - i32.shl - i32.add - i32.load16_s $0 - local.set $6 + call $~lib/rt/itcms/__new + local.tee $7 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=12 + local.get $2 + local.get $7 + i32.store + local.get $2 + local.get $7 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + local.get $5 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $6 + local.get $2 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + br $__inlined_func$~lib/typedarray/Uint64Array#constructor$1 + end + br $folding-inner1 + end + local.tee $2 + i32.store offset=4 + loop $for-loop|0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $~lib/typedarray/Int16Array#get:length + local.get $3 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $5 + i32.const 0 + i32.store + local.get $5 + local.get $0 + i32.store + local.get $3 + local.get $0 + i32.load offset=8 + i32.const 1 + i32.shr_u + i32.ge_u + if + i32.const 1552 + i32.const 1792 + i32.const 452 + i32.const 64 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $5 + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + local.get $3 + i32.const 1 + i32.shl + i32.add + i32.load16_s + local.set $6 local.get $5 i32.const 4 i32.add @@ -2581,19 +2656,18 @@ loop $for-loop|1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/typedarray/Float32Array#get:length local.get $3 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $2 - i32.store $0 - local.get $5 + i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length local.get $3 @@ -2601,7 +2675,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2613,13 +2687,13 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i32.const 0 - i32.store $0 + i32.store local.get $6 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.shr_u i32.ge_u @@ -2634,14 +2708,14 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.get $3 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $4 local.get $6 i32.const 4 @@ -2693,15 +2767,15 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.ge_u @@ -2718,7 +2792,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2746,15 +2820,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.ge_u @@ -2769,14 +2843,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 2 i32.shl i32.add local.get $2 - i32.store $0 + i32.store local.get $3 i32.const 4 i32.add @@ -2802,12 +2876,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $1 i32.const 4 @@ -2835,13 +2909,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1552 @@ -2854,14 +2928,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -2891,13 +2965,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.const 2 i32.shr_u @@ -2916,8 +2990,8 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - block $__inlined_func$~lib/rt/itcms/__renew + i32.store + block $__inlined_func$~lib/rt/itcms/__renew$265 i32.const 1073741820 local.get $2 i32.const 1 @@ -2943,12 +3017,12 @@ select local.tee $3 local.get $0 - i32.load $0 + i32.load local.tee $2 i32.const 20 i32.sub local.tee $4 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 16 @@ -2957,26 +3031,26 @@ if local.get $4 local.get $3 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 local.set $1 - br $__inlined_func$~lib/rt/itcms/__renew + br $__inlined_func$~lib/rt/itcms/__renew$265 end local.get $3 local.get $4 - i32.load $0 offset=12 + i32.load offset=12 call $~lib/rt/itcms/__new local.tee $1 local.get $2 local.get $3 local.get $4 - i32.load $0 offset=16 + i32.load offset=16 local.tee $4 local.get $3 local.get $4 i32.lt_u select - memory.copy $0 $0 + memory.copy end local.get $1 local.get $2 @@ -2984,21 +3058,18 @@ if local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link end local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3025,13 +3096,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if local.get $1 @@ -3053,38 +3124,174 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add local.get $2 - i32.store $0 + i32.store + local.get $3 + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/array/Array<~lib/string/String>#__get (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + if + i32.const 35072 + i32.const 35120 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $2 + i64.const 0 + i64.store + local.get $2 + local.get $0 + i32.store + local.get $1 + local.get $0 + i32.load offset=12 + i32.ge_u + if + i32.const 1552 + i32.const 1920 + i32.const 114 + i32.const 42 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $2 + local.get $0 + i32.store + local.get $2 + local.get $0 + i32.load offset=4 + local.get $1 + i32.const 2 + i32.shl + i32.add + i32.load + local.tee $0 + i32.store offset=4 + local.get $0 + i32.eqz + if + i32.const 1968 + i32.const 1920 + i32.const 118 + i32.const 40 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $~lib/array/Array<~lib/string/String>#__set (param $0 i32) (param $1 i32) (param $2 i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + if + i32.const 35072 + i32.const 35120 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $3 + i32.const 0 + i32.store local.get $3 + local.get $0 + i32.store + local.get $1 + local.get $0 + i32.load offset=12 + i32.ge_u + if + local.get $1 + i32.const 0 + i32.lt_s + if + i32.const 1552 + i32.const 1920 + i32.const 130 + i32.const 22 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $1 + i32.const 1 + i32.add + local.tee $3 + call $~lib/array/ensureCapacity + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + local.get $3 + i32.store offset=12 + end + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + local.get $1 + i32.const 2 + i32.shl + i32.add + local.get $2 + i32.store + local.get $0 + local.get $2 + i32.const 1 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) - (func $bindings/esm/arrayFunction (param $0 i32) (param $1 i32) (result i32) + (func $export:bindings/esm/bufferFunction (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) - (local $7 i32) - (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -3093,28 +3300,14 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $7 - i64.const 0 - i64.store $0 - local.get $7 - i32.const 0 - i32.store $0 offset=8 - local.get $7 - local.get $0 - i32.store $0 + local.tee $2 local.get $0 - call $~lib/array/Array#get:length - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + i32.store + local.get $2 local.get $1 - call $~lib/array/Array#get:length - local.get $3 - i32.add - local.set $4 - global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.store offset=4 + local.get $2 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -3124,178 +3317,77 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 - i64.const 0 - i64.store $0 offset=8 + local.get $0 + i32.store + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + local.set $4 local.get $3 - i32.const 16 - i32.const 11 - call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 + local.get $1 + i32.store + local.get $1 + i32.const 20 + i32.sub + i32.load offset=16 + local.tee $2 + local.get $4 + i32.add + local.set $5 + local.get $3 + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 - i32.const 0 - i32.store $0 + i32.const 2276 + i32.lt_s + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $5 - i32.store $0 offset=4 - local.get $5 - i32.const 0 - i32.store $0 offset=4 - local.get $3 - local.get $5 - i32.store $0 offset=4 - local.get $5 i32.const 0 - i32.store $0 offset=8 - local.get $3 - local.get $5 - i32.store $0 offset=4 + i32.store local.get $5 - i32.const 0 - i32.store $0 offset=12 - local.get $4 - i32.const 268435455 + i32.const 1073741820 i32.gt_u if i32.const 1248 - i32.const 1920 - i32.const 70 - i32.const 60 + i32.const 1296 + i32.const 52 + i32.const 43 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 8 - local.get $4 - local.get $4 - i32.const 8 - i32.le_u - select - i32.const 2 - i32.shl - local.tee $3 + local.get $5 i32.const 1 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=12 - local.get $5 - local.get $6 - i32.store $0 - local.get $6 - if - local.get $5 - local.get $6 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.tee $5 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $6 - i32.store $0 offset=4 - local.get $8 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 - local.get $8 local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 + local.get $0 local.get $4 - i32.store $0 offset=12 - local.get $8 - i32.const 16 + memory.copy + local.get $4 + local.get $5 + i32.add + local.get $1 + local.get $2 + memory.copy + global.get $~lib/memory/__stack_pointer + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 - local.get $5 - i32.store $0 offset=4 - loop $for-loop|0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 - call $~lib/array/Array#get:length - local.get $2 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $5 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 offset=8 - local.get $5 - local.get $2 - local.get $0 - local.get $2 - call $~lib/array/Array#__get - call $~lib/array/Array#__set - local.get $2 - i32.const 1 - i32.add - local.set $2 - br $for-loop|0 - end - end - i32.const 0 - local.set $2 - loop $for-loop|1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 - call $~lib/array/Array#get:length - local.get $2 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $5 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 offset=8 - local.get $0 - call $~lib/array/Array#get:length - local.get $2 - i32.add - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 - local.get $5 - local.get $3 - local.get $1 - local.get $2 - call $~lib/array/Array#__get - call $~lib/array/Array#__set - local.get $2 - i32.const 1 - i32.add - local.set $2 - br $for-loop|1 - end - end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $5 @@ -3308,7 +3400,7 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/array/Array<~lib/string/String>#__get (param $0 i32) (param $1 i32) (result i32) + (func $export:bindings/esm/stringFunction (param $0 i32) (param $1 i32) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -3327,139 +3419,25 @@ end global.get $~lib/memory/__stack_pointer local.tee $2 - i64.const 0 - i64.store $0 - local.get $2 - local.get $0 - i32.store $0 - local.get $1 - local.get $0 - i32.load $0 offset=12 - i32.ge_u - if - i32.const 1552 - i32.const 1920 - i32.const 114 - i32.const 42 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 - local.get $0 - i32.load $0 offset=4 local.get $1 - i32.const 2 - i32.shl - i32.add - i32.load $0 - local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.eqz - if - i32.const 1968 - i32.const 1920 - i32.const 118 - i32.const 40 - call $~lib/builtins/abort - unreachable - end + local.get $1 + call $bindings/esm/stringFunction + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/array/Array<~lib/string/String>#__set (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - if - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $3 - i32.const 0 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 - local.get $1 - local.get $0 - i32.load $0 offset=12 - i32.ge_u - if - local.get $1 - i32.const 0 - i32.lt_s - if - i32.const 1552 - i32.const 1920 - i32.const 130 - i32.const 22 - call $~lib/builtins/abort - unreachable - end - local.get $0 - local.get $1 - i32.const 1 - i32.add - local.tee $3 - call $~lib/array/ensureCapacity - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 - local.get $3 - i32.store $0 offset=12 - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 offset=4 - local.get $1 - i32.const 2 - i32.shl - i32.add - local.get $2 - i32.store $0 - local.get $2 - if - local.get $0 - local.get $2 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - ) - (func $bindings/esm/arrayOfStringsFunction (param $0 i32) (param $1 i32) (result i32) + (func $export:bindings/esm/stringFunctionOptional@varargs (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) - (local $4 i32) - (local $5 i32) - (local $6 i32) - (local $7 i32) - (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -3468,28 +3446,14 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 - i64.const 0 - i64.store $0 - local.get $3 - i64.const 0 - i64.store $0 offset=8 - local.get $3 - local.get $0 - i32.store $0 + local.tee $2 local.get $0 - call $~lib/array/Array#get:length - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + i32.store + local.get $2 local.get $1 - call $~lib/array/Array#get:length - local.get $4 - i32.add - local.set $4 - global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.store offset=4 + local.get $2 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -3497,308 +3461,48 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 - i64.const 0 - i64.store $0 - local.get $5 + local.tee $2 i64.const 0 - i64.store $0 offset=8 - local.get $5 - i32.const 16 - i32.const 12 - call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 - i32.const 0 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 - i32.const 0 - i32.store $0 offset=4 - local.get $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 - i32.const 0 - i32.store $0 offset=8 - local.get $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i64.store + local.get $2 i32.const 0 - i32.store $0 offset=12 - local.get $4 - i32.const 268435455 - i32.gt_u - if - i32.const 1248 - i32.const 1920 - i32.const 70 - i32.const 60 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 8 - local.get $4 - local.get $4 - i32.const 8 - i32.le_u - select - i32.const 2 - i32.shl - local.tee $7 - i32.const 1 - call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=12 - local.get $5 - local.get $6 - i32.store $0 - local.get $6 - if - local.get $5 - local.get $6 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $6 - i32.store $0 offset=4 - local.get $8 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $7 - i32.store $0 offset=8 - local.get $8 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $4 - i32.store $0 offset=12 - local.get $8 - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - local.get $5 - i32.store $0 offset=4 - loop $for-loop|0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 - call $~lib/array/Array#get:length - local.get $2 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $5 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 offset=12 - local.get $0 - local.get $2 - call $~lib/array/Array<~lib/string/String>#__get - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=8 - local.get $5 - local.get $2 - local.get $3 - call $~lib/array/Array<~lib/string/String>#__set - local.get $2 - i32.const 1 - i32.add - local.set $2 - br $for-loop|0 + i32.store offset=8 + block $1of1 + block $0of1 + block $outOfRange + global.get $~argumentsLength + i32.const 1 + i32.sub + br_table $0of1 $1of1 $outOfRange + end + unreachable end - end - i32.const 0 - local.set $2 - loop $for-loop|1 + i32.const 1088 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 - call $~lib/array/Array#get:length - local.get $2 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $5 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 offset=12 - local.get $0 - call $~lib/array/Array#get:length - local.get $2 - i32.add - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=12 - local.get $1 - local.get $2 - call $~lib/array/Array<~lib/string/String>#__get - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=8 - local.get $5 - local.get $3 - local.get $4 - call $~lib/array/Array<~lib/string/String>#__set - local.get $2 - i32.const 1 - i32.add - local.set $2 - br $for-loop|1 - end + i32.const 1088 + i32.store end global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $5 - return - end - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - ) - (func $export:bindings/esm/bufferFunction (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) - (local $3 i32) - (local $4 i32) - (local $5 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=4 - local.get $2 - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $3 - i64.const 0 - i64.store $0 - local.get $3 - local.get $0 - i32.store $0 - local.get $0 - i32.const 20 - i32.sub - i32.load $0 offset=16 - local.set $4 - local.get $3 - local.get $1 - i32.store $0 - local.get $1 - i32.const 20 - i32.sub - i32.load $0 offset=16 - local.tee $2 - local.get $4 - i32.add - local.set $5 - local.get $3 - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store $0 - local.get $5 - i32.const 1073741820 - i32.gt_u - if - i32.const 1248 - i32.const 1296 - i32.const 52 - i32.const 43 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.const 1 - call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.store offset=8 local.get $0 - local.get $4 - memory.copy $0 $0 - local.get $4 - local.get $5 - i32.add local.get $1 - local.get $2 - memory.copy $0 $0 + call $bindings/esm/stringFunction + local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $0 return end i32.const 35072 @@ -3808,7 +3512,7 @@ call $~lib/builtins/abort unreachable ) - (func $export:bindings/esm/stringFunction (param $0 i32) (param $1 i32) (result i32) + (func $export:bindings/esm/typedarrayFunction (param $0 i32) (param $1 i32) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -3828,13 +3532,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - call $bindings/esm/stringFunction + call $bindings/esm/typedarrayFunction local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 @@ -3842,119 +3546,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $export:bindings/esm/stringFunctionOptional@varargs (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $2 - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store $0 - local.get $2 - i32.const 0 - i32.store $0 offset=8 - block $1of1 - block $0of1 - block $outOfRange - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $0of1 $1of1 $outOfRange - end - unreachable - end - i32.const 1088 - local.set $1 - global.get $~lib/memory/__stack_pointer - i32.const 1088 - i32.store $0 - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 offset=4 - local.get $2 - local.get $1 - i32.store $0 offset=8 - local.get $0 - local.get $1 - call $bindings/esm/stringFunction - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - return - end - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - ) - (func $export:bindings/esm/typedarrayFunction (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - if - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $0 - local.get $1 - call $bindings/esm/typedarrayFunction - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - ) - (func $export:bindings/esm/staticarrayFunction (param $0 i32) (param $1 i32) (result i32) + (func $export:bindings/esm/staticarrayFunction (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) (local $4 i32) @@ -3971,11 +3563,11 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $1 - i32.store $0 offset=4 - block $__inlined_func$bindings/esm/staticarrayFunction (result i32) + i32.store offset=4 + block $__inlined_func$bindings/esm/staticarrayFunction$2 (result i32) local.get $3 i32.const 12 i32.sub @@ -3988,28 +3580,28 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.set $4 local.get $3 local.get $1 - i32.store $0 + i32.store local.get $4 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.add @@ -4024,7 +3616,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $4 i32.const 268435455 i32.gt_u @@ -4043,34 +3635,34 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $4 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $3 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 global.get $~lib/memory/__stack_pointer + local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $4 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $2 local.get $0 @@ -4088,36 +3680,36 @@ local.set $2 loop $for-loop|1 global.get $~lib/memory/__stack_pointer + local.tee $3 local.get $1 - i32.store $0 + i32.store local.get $2 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $4 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.add local.set $5 local.get $3 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $5 local.get $1 @@ -4132,20 +3724,551 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $4 + br $__inlined_func$bindings/esm/staticarrayFunction$2 + end + br $folding-inner1 + end + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + return + end + i32.const 35072 + i32.const 35120 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $export:bindings/esm/staticarrayU16 (param $0 i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + if + i32.const 35072 + i32.const 35120 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $1 + local.get $0 + i32.store + local.get $1 + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $export:bindings/esm/arrayFunction (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner1 + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + local.get $0 + i32.store + local.get $3 + local.get $1 + i32.store offset=4 + local.get $3 + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i64.const 0 + i64.store + local.get $3 + i32.const 0 + i32.store offset=8 + local.get $3 + local.get $0 + i32.store + local.get $0 + call $~lib/array/Array#get:length + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $3 + local.get $1 + call $~lib/array/Array#get:length + local.get $4 + i32.add + local.set $5 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i64.const 0 + i64.store + local.get $3 + i64.const 0 + i64.store offset=8 + local.get $3 + i32.const 16 + i32.const 11 + call $~lib/rt/itcms/__new + local.tee $6 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 + i32.const 0 + i32.store + local.get $6 + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 + i32.const 0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 + i32.const 0 + i32.store offset=12 + local.get $5 + i32.const 268435455 + i32.gt_u + if + i32.const 1248 + i32.const 1920 + i32.const 70 + i32.const 60 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + local.get $5 + local.get $5 + i32.const 8 + i32.le_u + select + i32.const 2 + i32.shl + local.tee $3 + i32.const 1 + call $~lib/rt/itcms/__new + local.tee $4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=12 + local.get $6 + local.get $4 + i32.store + local.get $6 + local.get $4 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 + local.get $4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 + local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 + local.get $5 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + loop $for-loop|0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $~lib/array/Array#get:length + local.get $2 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $6 + local.get $2 + local.get $0 + local.get $2 + call $~lib/array/Array#__get + call $~lib/array/Array#__set + local.get $2 + i32.const 1 + i32.add + local.set $2 + br $for-loop|0 + end + end + i32.const 0 + local.set $2 + loop $for-loop|1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + call $~lib/array/Array#get:length + local.get $2 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + call $~lib/array/Array#get:length + local.get $2 + i32.add + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 + local.get $6 + local.get $3 + local.get $1 + local.get $2 + call $~lib/array/Array#__get + call $~lib/array/Array#__set + local.get $2 + i32.const 1 + i32.add + local.set $2 + br $for-loop|1 + end + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $6 + return + end + i32.const 35072 + i32.const 35120 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $export:bindings/esm/arrayOfStringsFunction (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner1 + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + local.get $0 + i32.store + local.get $3 + local.get $1 + i32.store offset=4 + local.get $3 + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i64.const 0 + i64.store + local.get $3 + i64.const 0 + i64.store offset=8 + local.get $3 + local.get $0 + i32.store + local.get $0 + call $~lib/array/Array#get:length + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $3 + local.get $1 + call $~lib/array/Array#get:length + local.get $4 + i32.add + local.set $4 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i64.const 0 + i64.store + local.get $3 + i64.const 0 + i64.store offset=8 + local.get $3 + i32.const 16 + i32.const 12 + call $~lib/rt/itcms/__new + local.tee $5 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + i32.const 0 + i32.store + local.get $5 + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + i32.const 0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + i32.const 0 + i32.store offset=12 + local.get $4 + i32.const 268435455 + i32.gt_u + if + i32.const 1248 + i32.const 1920 + i32.const 70 + i32.const 60 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + local.get $4 + local.get $4 + i32.const 8 + i32.le_u + select + i32.const 2 + i32.shl + local.tee $6 + i32.const 1 + call $~lib/rt/itcms/__new + local.tee $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=12 + local.get $5 + local.get $3 + i32.store + local.get $5 + local.get $3 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + local.get $6 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + loop $for-loop|0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $~lib/array/Array#get:length + local.get $2 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + local.get $0 + local.get $2 + call $~lib/array/Array<~lib/string/String>#__get + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=8 + local.get $5 + local.get $2 + local.get $3 + call $~lib/array/Array<~lib/string/String>#__set + local.get $2 + i32.const 1 i32.add - global.set $~lib/memory/__stack_pointer + local.set $2 + br $for-loop|0 + end + end + i32.const 0 + local.set $2 + loop $for-loop|1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + call $~lib/array/Array#get:length + local.get $2 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + local.get $0 + call $~lib/array/Array#get:length + local.get $2 + i32.add + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=12 + local.get $1 + local.get $2 + call $~lib/array/Array<~lib/string/String>#__get + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $4 - br $__inlined_func$bindings/esm/staticarrayFunction + i32.store offset=8 + local.get $5 + local.get $3 + local.get $4 + call $~lib/array/Array<~lib/string/String>#__set + local.get $2 + i32.const 1 + i32.add + local.set $2 + br $for-loop|1 end - br $folding-inner1 end - local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $5 return end i32.const 35072 @@ -4155,101 +4278,6 @@ call $~lib/builtins/abort unreachable ) - (func $export:bindings/esm/staticarrayU16 (param $0 i32) (result i32) - (local $1 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - if - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store $0 - local.get $1 - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - ) - (func $export:bindings/esm/arrayFunction (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - if - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $0 - local.get $1 - call $bindings/esm/arrayFunction - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - ) - (func $export:bindings/esm/arrayOfStringsFunction (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - if - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $0 - local.get $1 - call $bindings/esm/arrayOfStringsFunction - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - ) (func $export:bindings/esm/objectFunction (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) @@ -4266,10 +4294,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 12 i32.sub @@ -4283,13 +4311,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - block $__inlined_func$bindings/esm/PlainObject#constructor (result i32) - local.get $0 + block $__inlined_func$bindings/esm/PlainObject#constructor$5 (result i32) + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -4301,17 +4329,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 68 i32.const 13 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4 i32.sub @@ -4321,17 +4349,18 @@ i32.lt_s br_if $folding-inner00 global.get $~lib/memory/__stack_pointer + local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -4339,152 +4368,164 @@ global.set $~lib/memory/__stack_pointer local.get $3 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store8 $0 + i32.store8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store16 $0 offset=2 + i32.store16 offset=2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store8 $0 offset=16 + i32.store8 offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store16 $0 offset=18 + i32.store16 offset=18 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 0 - i64.store $0 offset=24 + i64.store offset=24 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=36 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store8 $0 offset=40 + i32.store8 offset=40 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f32.const 0 - f32.store $0 offset=44 + f32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f64.const 0 - f64.store $0 offset=48 + f64.store offset=48 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store offset=56 local.get $0 i32.const 0 - i32.store $0 offset=56 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=60 + i32.store offset=60 + local.get $0 + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store offset=64 local.get $0 i32.const 0 - i32.store $0 offset=64 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 - br $__inlined_func$bindings/esm/PlainObject#constructor + br $__inlined_func$bindings/esm/PlainObject#constructor$5 end br $folding-inner1 end - local.tee $3 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $3 + local.get $0 + i32.store offset=4 local.get $3 - i32.store $0 offset=4 - local.get $4 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - i32.load8_s $0 - local.set $0 - local.get $4 - local.get $1 - i32.store $0 offset=8 + i32.load8_s + local.set $4 local.get $3 + local.get $1 + i32.store offset=8 local.get $0 + local.get $4 local.get $1 - i32.load8_s $0 + i32.load8_s i32.add - i32.store8 $0 - local.get $4 + i32.store8 + local.get $3 + local.get $0 + i32.store offset=4 local.get $3 - i32.store $0 offset=4 - local.get $4 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - i32.load16_s $0 offset=2 - local.set $0 - local.get $4 - local.get $1 - i32.store $0 offset=8 + i32.load16_s offset=2 + local.set $2 local.get $3 + local.get $1 + i32.store offset=8 local.get $0 + local.get $2 local.get $1 - i32.load16_s $0 offset=2 + i32.load16_s offset=2 i32.add - i32.store16 $0 offset=2 - local.get $4 + i32.store16 offset=2 + local.get $3 i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -4492,7 +4533,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $0 return end i32.const 35072 @@ -4522,87 +4563,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) - local.get $0 - i32.eqz - if - i32.const 0 - i32.const 1424 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white - local.get $1 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $3 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $0 - local.get $1 - local.get $2 - select - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $3 - i32.const 3 - i32.eq - i32.and - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - end - end - end - ) ) diff --git a/tests/compiler/bindings/noExportRuntime.debug.wat b/tests/compiler/bindings/noExportRuntime.debug.wat index d6621948a3..bfe4a74937 100644 --- a/tests/compiler/bindings/noExportRuntime.debug.wat +++ b/tests/compiler/bindings/noExportRuntime.debug.wat @@ -1,14 +1,14 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_i32 (func (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func (result i32))) + (type $4 (func)) + (type $5 (func (param i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) + (type $9 (func (param i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $bindings/noExportRuntime/isBasic (mut i32) (i32.const 0)) (global $bindings/noExportRuntime/isString i32 (i32.const 32)) @@ -74,12 +74,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -93,7 +93,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -167,7 +167,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -237,11 +237,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -249,7 +249,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 368 @@ -381,7 +381,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -394,7 +394,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -410,34 +410,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -597,7 +597,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -620,7 +620,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -634,7 +634,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -657,7 +657,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -800,7 +800,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -886,7 +886,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -966,7 +966,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1000,7 +1000,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1023,7 +1023,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1037,7 +1037,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1089,7 +1089,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1127,7 +1127,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1202,7 +1201,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1236,7 +1235,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1257,7 +1256,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1277,7 +1276,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1297,7 +1296,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1323,7 +1322,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1346,7 +1345,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1831,7 +1830,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1876,7 +1875,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1909,7 +1908,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1932,7 +1931,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1958,7 +1957,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1971,7 +1970,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1998,19 +1997,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2212,12 +2211,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2268,7 +2267,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2343,7 +2342,7 @@ (func $~lib/arraybuffer/ArrayBufferView#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2352,19 +2351,19 @@ (func $~lib/arraybuffer/ArrayBufferView#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/arraybuffer/ArrayBufferView#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $start:bindings/noExportRuntime (local $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2415,10 +2414,8 @@ return ) (func $bindings/noExportRuntime/takesNonPlainObject (param $obj i32) - nop ) (func $bindings/noExportRuntime/takesFunction (param $fn i32) - nop ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -2473,7 +2470,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2482,7 +2479,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/typedarray/Int32Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2491,7 +2487,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2503,15 +2499,15 @@ ) (func $~lib/array/Array<~lib/array/Array>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array<~lib/array/Array>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array<~lib/array/Array>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/array/Array>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2534,7 +2530,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/typedarray/Int32Array $~lib/array/Array $~lib/array/Array<~lib/array/Array> $bindings/noExportRuntime/NonPlainObject $invalid end return @@ -2599,10 +2595,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -2611,13 +2607,13 @@ i32.const 3 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:buffer @@ -2625,7 +2621,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:dataStart @@ -2633,7 +2629,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:byteLength @@ -2658,7 +2654,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -2667,20 +2663,20 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $buffer local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/arraybuffer/ArrayBufferView#set:buffer local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $buffer call $~lib/arraybuffer/ArrayBufferView#set:dataStart @@ -2688,7 +2684,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $length call $~lib/arraybuffer/ArrayBufferView#set:byteLength @@ -2709,7 +2705,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2718,20 +2714,20 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 2 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -2749,14 +2745,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -2778,14 +2774,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.set $cur @@ -2794,7 +2790,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array>#get:length_ i32.const 2 @@ -2807,7 +2803,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -2826,7 +2822,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array>#get:buffer local.get $cookie @@ -2846,7 +2842,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length i32.const 1073741820 i32.gt_u @@ -2863,7 +2859,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 + i32.store i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -2885,7 +2881,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $bindings/noExportRuntime/takesNonPlainObject global.get $~lib/memory/__stack_pointer @@ -2901,7 +2897,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $bindings/noExportRuntime/takesFunction global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/bindings/noExportRuntime.release.wat b/tests/compiler/bindings/noExportRuntime.release.wat index 759421547c..ae70539bb7 100644 --- a/tests/compiler/bindings/noExportRuntime.release.wat +++ b/tests/compiler/bindings/noExportRuntime.release.wat @@ -1,12 +1,12 @@ (module - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func (result i32))) + (type $1 (func (param i32))) + (type $2 (func)) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) + (type $7 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $bindings/noExportRuntime/isBasic (mut i32) (i32.const 0)) (global $bindings/noExportRuntime/isString i32 (i32.const 1056)) @@ -72,32 +72,32 @@ (local $0 i32) (local $1 i32) i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $bindings/noExportRuntime/isBuffer local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $bindings/noExportRuntime/isTypedArray local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1632 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1712 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1392 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1088 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1200 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -107,7 +107,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -125,7 +125,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -142,7 +142,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -156,16 +156,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$130 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34548 @@ -180,10 +180,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$130 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -196,20 +196,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -218,7 +218,7 @@ else local.get $1 i32.const 1744 - i32.load $0 + i32.load i32.gt_u if i32.const 1392 @@ -233,13 +233,13 @@ i32.shl i32.const 1748 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -249,21 +249,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -271,8 +295,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -284,10 +308,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -298,29 +322,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -328,10 +352,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -345,75 +369,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -435,7 +452,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -452,12 +469,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -474,17 +491,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -494,9 +511,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -521,13 +538,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -561,7 +578,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -617,19 +634,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -641,15 +658,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -657,16 +674,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -688,10 +706,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -704,18 +722,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -739,30 +756,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -770,10 +787,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -781,7 +798,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -789,7 +806,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -800,10 +817,10 @@ end i32.const 34560 i32.const 0 - i32.store $0 + i32.store i32.const 36128 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -815,7 +832,7 @@ i32.const 34560 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -833,7 +850,7 @@ i32.const 34560 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -850,7 +867,7 @@ end i32.const 34560 i32.const 36132 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -883,7 +900,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -896,19 +913,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -919,7 +936,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -931,7 +948,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -944,12 +961,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -958,7 +971,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -969,26 +982,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1004,7 +1017,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1020,7 +1033,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1045,14 +1058,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1087,7 +1100,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1101,10 +1114,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1116,10 +1129,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1127,47 +1140,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1188,7 +1203,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1205,10 +1220,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1224,7 +1239,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1245,7 +1260,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1272,7 +1287,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1293,7 +1308,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1335,50 +1350,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1398,12 +1417,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1414,7 +1433,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1435,7 +1454,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1451,8 +1470,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1466,90 +1485,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1562,13 +1581,14 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/arraybuffer/ArrayBufferView#set:buffer (param $0 i32) (param $1 i32) + (local $2 i32) local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 if local.get $0 @@ -1582,11 +1602,12 @@ unreachable end global.get $~lib/rt/itcms/white + local.tee $2 local.get $1 i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.eq @@ -1594,11 +1615,11 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and local.tee $0 - global.get $~lib/rt/itcms/white + local.get $2 i32.eqz i32.eq if @@ -1655,7 +1676,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner2 $folding-inner2 $~lib/array/Array $~lib/array/Array<~lib/array/Array> $bindings/noExportRuntime/NonPlainObject $invalid end return @@ -1674,7 +1695,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store br $folding-inner1 end global.get $~lib/memory/__stack_pointer @@ -1688,19 +1709,19 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 2 i32.shl i32.add @@ -1711,11 +1732,11 @@ i32.lt_u if local.get $1 - i32.load $0 + i32.load local.tee $3 if local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $1 i32.const 4 @@ -1739,14 +1760,10 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1754,11 +1771,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end ) (func $~start @@ -1771,7 +1788,7 @@ end i32.const 1 global.set $~started - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34548 @@ -1781,33 +1798,33 @@ global.set $~lib/rt/itcms/threshold i32.const 1316 i32.const 1312 - i32.store $0 + i32.store i32.const 1320 i32.const 1312 - i32.store $0 + i32.store i32.const 1312 global.set $~lib/rt/itcms/pinSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/toSpace i32.const 1492 i32.const 1488 - i32.store $0 + i32.store i32.const 1496 i32.const 1488 - i32.store $0 + i32.store i32.const 1488 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer - block $__inlined_func$start:bindings/noExportRuntime + block $__inlined_func$start:bindings/noExportRuntime$2 block $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 1780 @@ -1816,13 +1833,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 1 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1840,17 +1857,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 12 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 16 i32.sub @@ -1862,79 +1879,79 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 12 i32.const 3 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:buffer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 1 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $2 call $~lib/arraybuffer/ArrayBufferView#set:buffer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 global.set $bindings/noExportRuntime/isTypedArray - br $__inlined_func$start:bindings/noExportRuntime + br $__inlined_func$start:bindings/noExportRuntime$2 end i32.const 34576 i32.const 34624 @@ -1964,29 +1981,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/bindings/raw.debug.wat b/tests/compiler/bindings/raw.debug.wat index 2b6256a0a1..7bf955aa6b 100644 --- a/tests/compiler/bindings/raw.debug.wat +++ b/tests/compiler/bindings/raw.debug.wat @@ -1,23 +1,23 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i64_=>_none (func (param i32 i64))) - (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) - (type $f64_=>_f64 (func (param f64) (result f64))) - (type $i64_i64_=>_i64 (func (param i64 i64) (result i64))) - (type $none_=>_i64 (func (result i64))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $i32_f32_=>_none (func (param i32 f32))) - (type $i32_f64_=>_none (func (param i32 f64))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_i32_=>_f32 (func (param i32 i32) (result f32))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (result i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i64))) + (type $9 (func (param i32 i32 f64 f64 f64 f64 f64))) + (type $10 (func (param f64) (result f64))) + (type $11 (func (param i64 i64) (result i64))) + (type $12 (func (result i64))) + (type $13 (func (param i32 i32 i64) (result i32))) + (type $14 (func (param i32 f32))) + (type $15 (func (param i32 f64))) + (type $16 (func (param i32 i32 i32) (result i32))) + (type $17 (func (param i32 i32 i64))) + (type $18 (func (param i32 i32) (result f32))) (import "env" "Math.E" (global $~lib/bindings/dom/Math.E f64)) (import "env" "globalThis" (global $bindings/esm/immutableGlobal externref)) (import "env" "globalThis.globalThis" (global $bindings/esm/immutableGlobalNested externref)) @@ -123,7 +123,6 @@ (export "internrefFunction" (func $export:bindings/esm/internrefFunction)) (export "functionFunction" (func $export:bindings/esm/functionFunction)) (func $start:bindings/esm~anonymous|0 - nop ) (func $start:bindings/raw call $start:bindings/esm @@ -150,7 +149,7 @@ ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/arraybuffer/ArrayBuffer#get:byteLength (param $this i32) (result i32) local.get $this @@ -162,12 +161,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -181,7 +180,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -255,7 +254,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -325,11 +324,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -337,7 +336,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 528 @@ -469,7 +468,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -482,7 +481,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -498,34 +497,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -685,7 +684,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -708,7 +707,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -722,7 +721,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -745,7 +744,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -888,7 +887,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -974,7 +973,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1054,7 +1053,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1088,7 +1087,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1111,7 +1110,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1125,7 +1124,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1177,7 +1176,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1215,7 +1214,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1290,7 +1288,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1324,7 +1322,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1345,7 +1343,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1365,7 +1363,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1385,7 +1383,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1411,7 +1409,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1434,7 +1432,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1919,7 +1917,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1964,7 +1962,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1997,7 +1995,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -2020,7 +2018,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2046,7 +2044,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2059,7 +2057,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2086,19 +2084,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2300,12 +2298,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2356,7 +2354,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2440,7 +2438,7 @@ (func $~lib/arraybuffer/ArrayBufferView#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2449,20 +2447,20 @@ (func $~lib/arraybuffer/ArrayBufferView#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/arraybuffer/ArrayBufferView#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/staticarray/StaticArray#get:length (param $this i32) (result i32) local.get $this @@ -2480,7 +2478,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 0 drop ) @@ -2495,7 +2493,7 @@ (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2504,33 +2502,33 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) (local $oldObj i32) @@ -2574,14 +2572,14 @@ local.get $5 i32.lt_u select - memory.copy $0 $0 + memory.copy local.get $newPtr return ) (func $~lib/array/Array<~lib/string/String>#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2590,95 +2588,95 @@ (func $~lib/array/Array<~lib/string/String>#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array<~lib/string/String>#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array<~lib/string/String>#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array<~lib/string/String>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array<~lib/string/String>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $bindings/esm/PlainObject#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store8 $0 + i32.store8 ) (func $bindings/esm/PlainObject#set:b (param $this i32) (param $b i32) local.get $this local.get $b - i32.store16 $0 offset=2 + i32.store16 offset=2 ) (func $bindings/esm/PlainObject#set:c (param $this i32) (param $c i32) local.get $this local.get $c - i32.store $0 offset=4 + i32.store offset=4 ) (func $bindings/esm/PlainObject#set:d (param $this i32) (param $d i64) local.get $this local.get $d - i64.store $0 offset=8 + i64.store offset=8 ) (func $bindings/esm/PlainObject#set:e (param $this i32) (param $e i32) local.get $this local.get $e - i32.store8 $0 offset=16 + i32.store8 offset=16 ) (func $bindings/esm/PlainObject#set:f (param $this i32) (param $f i32) local.get $this local.get $f - i32.store16 $0 offset=18 + i32.store16 offset=18 ) (func $bindings/esm/PlainObject#set:g (param $this i32) (param $g i32) local.get $this local.get $g - i32.store $0 offset=20 + i32.store offset=20 ) (func $bindings/esm/PlainObject#set:h (param $this i32) (param $h i64) local.get $this local.get $h - i64.store $0 offset=24 + i64.store offset=24 ) (func $bindings/esm/PlainObject#set:i (param $this i32) (param $i i32) local.get $this local.get $i - i32.store $0 offset=32 + i32.store offset=32 ) (func $bindings/esm/PlainObject#set:j (param $this i32) (param $j i32) local.get $this local.get $j - i32.store $0 offset=36 + i32.store offset=36 ) (func $bindings/esm/PlainObject#set:k (param $this i32) (param $k i32) local.get $this local.get $k - i32.store8 $0 offset=40 + i32.store8 offset=40 ) (func $bindings/esm/PlainObject#set:l (param $this i32) (param $l f32) local.get $this local.get $l - f32.store $0 offset=44 + f32.store offset=44 ) (func $bindings/esm/PlainObject#set:m (param $this i32) (param $m f64) local.get $this local.get $m - f64.store $0 offset=48 + f64.store offset=48 ) (func $bindings/esm/PlainObject#set:n (param $this i32) (param $n i32) local.get $this local.get $n - i32.store $0 offset=56 + i32.store offset=56 local.get $this local.get $n i32.const 0 @@ -2687,7 +2685,7 @@ (func $bindings/esm/PlainObject#set:o (param $this i32) (param $o i32) local.get $this local.get $o - i32.store $0 offset=60 + i32.store offset=60 local.get $this local.get $o i32.const 0 @@ -2696,7 +2694,7 @@ (func $bindings/esm/PlainObject#set:p (param $this i32) (param $p i32) local.get $this local.get $p - i32.store $0 offset=64 + i32.store offset=64 local.get $this local.get $p i32.const 0 @@ -2704,11 +2702,11 @@ ) (func $bindings/esm/PlainObject#get:a (param $this i32) (result i32) local.get $this - i32.load8_s $0 + i32.load8_s ) (func $bindings/esm/PlainObject#get:b (param $this i32) (result i32) local.get $this - i32.load16_s $0 offset=2 + i32.load16_s offset=2 ) (func $bindings/esm/newInternref (result i32) i32.const 0 @@ -2878,7 +2876,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2887,11 +2885,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/function/Function<%28%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2918,7 +2915,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2930,7 +2927,7 @@ ) (func $~lib/array/Array<~lib/string/String>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/string/String>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2946,7 +2943,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 offset=56 + i32.load offset=56 local.tee $2 if local.get $2 @@ -2954,7 +2951,7 @@ call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=60 + i32.load offset=60 local.tee $2 if local.get $2 @@ -2962,7 +2959,7 @@ call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=64 + i32.load offset=64 local.tee $2 if local.get $2 @@ -2996,7 +2993,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/function/Function<%28%29=>void> $~lib/typedarray/Int16Array $~lib/typedarray/Float32Array $~lib/typedarray/Uint64Array $~lib/staticarray/StaticArray $~lib/staticarray/StaticArray $~lib/staticarray/StaticArray $~lib/array/Array $~lib/array/Array<~lib/string/String> $bindings/esm/PlainObject $~lib/typedarray/Uint8Array $bindings/esm/NonPlainObject $invalid end return @@ -3072,7 +3069,7 @@ i32.const 1 global.set $~started call $start:bindings/raw - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3112,12 +3109,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 128 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 f64.const 42 @@ -3130,7 +3127,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/bindings/dom/console.log global.get $~lib/bindings/dom/Math.E @@ -3159,12 +3156,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $aByteLength @@ -3172,7 +3169,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $bByteLength @@ -3183,17 +3180,17 @@ i32.add call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $a local.get $aByteLength - memory.copy $0 $0 + memory.copy local.get $out local.get $aByteLength i32.add local.get $b local.get $bByteLength - memory.copy $0 $0 + memory.copy local.get $out local.set $5 global.get $~lib/memory/__stack_pointer @@ -3216,12 +3213,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/string/String#get:length i32.const 1 @@ -3231,7 +3228,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/string/String#get:length i32.const 1 @@ -3259,17 +3256,17 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $thisSize - memory.copy $0 $0 + memory.copy local.get $out local.get $thisSize i32.add local.get $other local.get $otherSize - memory.copy $0 $0 + memory.copy local.get $out local.set $6 global.get $~lib/memory/__stack_pointer @@ -3288,18 +3285,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $right local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String#concat local.set $2 @@ -3319,18 +3316,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String.__concat local.set $2 @@ -3350,18 +3347,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String.__concat local.set $2 @@ -3381,10 +3378,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -3398,19 +3395,19 @@ global.get $~lib/memory/__stack_pointer i32.const 64 local.tee $b - i32.store $0 + i32.store end local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $bindings/esm/stringFunctionOptional local.set $2 @@ -3430,10 +3427,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -3442,13 +3439,13 @@ i32.const 3 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:buffer @@ -3456,7 +3453,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:dataStart @@ -3464,7 +3461,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:byteLength @@ -3489,7 +3486,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -3498,20 +3495,20 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $buffer local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/arraybuffer/ArrayBufferView#set:buffer local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $buffer call $~lib/arraybuffer/ArrayBufferView#set:dataStart @@ -3519,7 +3516,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $length call $~lib/arraybuffer/ArrayBufferView#set:byteLength @@ -3540,7 +3537,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3549,20 +3546,20 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 3 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -3580,12 +3577,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 1 @@ -3607,12 +3604,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -3634,13 +3631,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 1 @@ -3658,14 +3655,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3683,13 +3680,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -3707,7 +3704,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index @@ -3715,7 +3712,7 @@ i32.shl i32.add local.get $value - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -3731,13 +3728,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -3755,14 +3752,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3783,30 +3780,30 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/typedarray/Int16Array#get:length local.get $b local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/typedarray/Float32Array#get:length i32.add call $~lib/typedarray/Uint64Array#constructor local.tee $out - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $i loop $for-loop|0 @@ -3815,7 +3812,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/typedarray/Int16Array#get:length i32.lt_s @@ -3824,14 +3821,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $i local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $i call $~lib/typedarray/Int16Array#__get @@ -3852,7 +3849,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/typedarray/Float32Array#get:length i32.lt_s @@ -3861,13 +3858,13 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/typedarray/Int16Array#get:length local.get $i|4 @@ -3876,7 +3873,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $i|4 call $~lib/typedarray/Float32Array#__get @@ -3908,13 +3905,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/staticarray/StaticArray#get:length i32.ge_u @@ -3931,7 +3928,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -3953,13 +3950,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/staticarray/StaticArray#get:length i32.ge_u @@ -3975,7 +3972,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index local.get $value @@ -3997,30 +3994,30 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/staticarray/StaticArray#get:length local.get $b local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/staticarray/StaticArray#get:length i32.add call $~lib/staticarray/StaticArray#constructor local.tee $c - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $i loop $for-loop|0 @@ -4029,7 +4026,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/staticarray/StaticArray#get:length i32.lt_s @@ -4038,14 +4035,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $i local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $i call $~lib/staticarray/StaticArray#__get @@ -4065,7 +4062,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/staticarray/StaticArray#get:length i32.lt_s @@ -4074,13 +4071,13 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/staticarray/StaticArray#get:length local.get $i|4 @@ -4089,7 +4086,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $i|4 call $~lib/staticarray/StaticArray#__get @@ -4123,10 +4120,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -4135,13 +4132,13 @@ i32.const 11 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -4149,7 +4146,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -4157,7 +4154,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -4165,7 +4162,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -4198,7 +4195,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -4207,20 +4204,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -4228,7 +4225,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -4236,7 +4233,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -4257,12 +4254,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -4283,13 +4280,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -4305,14 +4302,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -4344,12 +4341,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $oldCapacity @@ -4376,7 +4373,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $oldData @@ -4426,10 +4423,10 @@ if local.get $array local.get $newData - i32.store $0 + i32.store local.get $array local.get $newData - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $newData i32.const 0 @@ -4437,7 +4434,7 @@ end local.get $array local.get $newCapacity - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -4453,13 +4450,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -4486,7 +4483,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -4497,7 +4494,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -4505,7 +4502,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -4525,30 +4522,30 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length local.get $b local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length i32.add call $~lib/array/Array#constructor local.tee $c - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $i loop $for-loop|0 @@ -4557,7 +4554,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length i32.lt_s @@ -4566,14 +4563,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $i local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $i call $~lib/array/Array#__get @@ -4593,7 +4590,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length i32.lt_s @@ -4602,13 +4599,13 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/array/Array#get:length local.get $i|4 @@ -4617,7 +4614,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $i|4 call $~lib/array/Array#__get @@ -4651,10 +4648,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -4663,13 +4660,13 @@ i32.const 12 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array<~lib/string/String>#set:buffer @@ -4677,7 +4674,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array<~lib/string/String>#set:dataStart @@ -4685,7 +4682,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array<~lib/string/String>#set:byteLength @@ -4693,7 +4690,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array<~lib/string/String>#set:length_ @@ -4726,7 +4723,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -4735,20 +4732,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array<~lib/string/String>#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array<~lib/string/String>#set:dataStart @@ -4756,7 +4753,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array<~lib/string/String>#set:byteLength @@ -4764,7 +4761,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array<~lib/string/String>#set:length_ @@ -4785,12 +4782,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array<~lib/string/String>#get:length_ local.set $1 @@ -4811,13 +4808,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:length_ i32.ge_u @@ -4834,16 +4831,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 0 @@ -4877,13 +4874,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:length_ i32.ge_u @@ -4910,7 +4907,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -4921,7 +4918,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:dataStart local.get $index @@ -4929,7 +4926,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -4953,30 +4950,30 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:length local.get $b local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:length i32.add call $~lib/array/Array<~lib/string/String>#constructor local.tee $c - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $i loop $for-loop|0 @@ -4985,7 +4982,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:length i32.lt_s @@ -4994,21 +4991,21 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $i local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 local.get $i call $~lib/array/Array<~lib/string/String>#__get local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/array/Array<~lib/string/String>#__set local.get $i @@ -5026,7 +5023,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:length i32.lt_s @@ -5035,13 +5032,13 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $a local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 call $~lib/array/Array<~lib/string/String>#get:length local.get $i|4 @@ -5050,14 +5047,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 local.get $i|4 call $~lib/array/Array<~lib/string/String>#__get local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/array/Array<~lib/string/String>#__set local.get $i|4 @@ -5085,7 +5082,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -5094,23 +5091,23 @@ i32.const 13 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:a @@ -5118,7 +5115,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:b @@ -5126,7 +5123,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:c @@ -5134,7 +5131,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 0 call $bindings/esm/PlainObject#set:d @@ -5142,7 +5139,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:e @@ -5150,7 +5147,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:f @@ -5158,7 +5155,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:g @@ -5166,7 +5163,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 0 call $bindings/esm/PlainObject#set:h @@ -5174,7 +5171,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:i @@ -5182,7 +5179,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:j @@ -5190,7 +5187,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:k @@ -5198,7 +5195,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 0 call $bindings/esm/PlainObject#set:l @@ -5206,7 +5203,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 0 call $bindings/esm/PlainObject#set:m @@ -5214,7 +5211,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:n @@ -5222,7 +5219,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:o @@ -5230,7 +5227,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $bindings/esm/PlainObject#set:p @@ -5252,33 +5249,33 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 call $bindings/esm/PlainObject#constructor local.tee $ref - i32.store $0 + i32.store local.get $ref local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $a local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $bindings/esm/PlainObject#get:a local.get $b local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $bindings/esm/PlainObject#get:a i32.add @@ -5287,20 +5284,20 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $a local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $bindings/esm/PlainObject#get:b local.get $b local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $bindings/esm/PlainObject#get:b i32.add @@ -5323,12 +5320,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28%29=>void>#get:_env local.get $cookie @@ -5347,14 +5344,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -5376,14 +5373,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:dataStart local.set $cur @@ -5392,7 +5389,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:length_ i32.const 2 @@ -5405,7 +5402,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -5424,7 +5421,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:buffer local.get $cookie @@ -5444,7 +5441,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length i32.const 1073741820 i32.gt_u @@ -5461,7 +5458,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 + i32.store i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -5486,7 +5483,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length i32.const 1073741820 i32.const 2 @@ -5509,7 +5506,7 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -5532,7 +5529,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -5541,7 +5538,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 @@ -5560,7 +5557,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -5569,7 +5566,7 @@ i32.const 15 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 @@ -5588,10 +5585,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/bufferFunction @@ -5611,10 +5608,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/stringFunction @@ -5634,10 +5631,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/stringFunctionOptional@varargs @@ -5657,10 +5654,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/typedarrayFunction @@ -5680,10 +5677,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/staticarrayFunction @@ -5703,7 +5700,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $bindings/esm/staticarrayU16 local.set $1 @@ -5722,7 +5719,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $bindings/esm/staticarrayI64 local.set $1 @@ -5741,10 +5738,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/arrayFunction @@ -5764,10 +5761,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/arrayOfStringsFunction @@ -5787,10 +5784,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/objectFunction @@ -5810,10 +5807,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $bindings/esm/internrefFunction @@ -5833,7 +5830,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $bindings/esm/functionFunction local.set $1 diff --git a/tests/compiler/bindings/raw.release.wat b/tests/compiler/bindings/raw.release.wat index da0352b4a1..4bb5843896 100644 --- a/tests/compiler/bindings/raw.release.wat +++ b/tests/compiler/bindings/raw.release.wat @@ -1,17 +1,17 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) - (type $f64_=>_f64 (func (param f64) (result f64))) - (type $i64_i64_=>_i64 (func (param i64 i64) (result i64))) - (type $none_=>_i64 (func (result i64))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func (param i32))) + (type $2 (func (param i32) (result i32))) + (type $3 (func (result i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32))) + (type $7 (func (param i32 i32 i64))) + (type $8 (func (param i32 i32 f64 f64 f64 f64 f64))) + (type $9 (func (param f64) (result f64))) + (type $10 (func (param i64 i64) (result i64))) + (type $11 (func (result i64))) + (type $12 (func (param i32 i32 i32 i32))) (import "env" "Math.E" (global $~lib/bindings/dom/Math.E f64)) (import "env" "trace" (func $~lib/builtins/trace (param i32 i32 f64 f64 f64 f64 f64))) (import "env" "console.log" (func $~lib/bindings/dom/console.log (param i32))) @@ -140,28 +140,28 @@ (local $0 i32) (local $1 i32) i32.const 1552 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1968 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1360 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 2096 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 2160 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $bindings/esm/mutableStringGlobal local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -171,7 +171,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -189,7 +189,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -200,14 +200,14 @@ (func $~lib/rt/itcms/Object#unlink (param $0 i32) (local $1 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 35044 @@ -225,7 +225,7 @@ return end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $0 i32.eqz if @@ -238,15 +238,15 @@ end local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#makeGray (param $0 i32) (local $1 i32) @@ -257,7 +257,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -276,7 +276,7 @@ global.get $~lib/rt/itcms/toSpace local.set $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $2 i32.const 2 i32.le_u @@ -285,7 +285,7 @@ else local.get $2 i32.const 2208 - i32.load $0 + i32.load i32.gt_u if i32.const 1552 @@ -300,13 +300,13 @@ i32.shl i32.const 2212 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $0 global.get $~lib/rt/itcms/white @@ -316,21 +316,45 @@ select local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -338,8 +362,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -351,10 +375,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -365,29 +389,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -395,10 +419,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -412,75 +436,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -502,7 +519,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -519,12 +536,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -541,17 +558,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -561,9 +578,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -588,13 +605,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -628,7 +645,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -684,19 +701,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -708,15 +725,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -724,16 +741,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -755,10 +773,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -771,18 +789,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -806,30 +823,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -837,10 +854,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -848,7 +865,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -856,7 +873,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -867,10 +884,10 @@ end i32.const 35056 i32.const 0 - i32.store $0 + i32.store i32.const 36624 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -882,7 +899,7 @@ i32.const 35056 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -900,7 +917,7 @@ i32.const 35056 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -917,7 +934,7 @@ end i32.const 35056 i32.const 36628 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -950,7 +967,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -963,19 +980,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -986,7 +1003,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -998,7 +1015,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -1011,12 +1028,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -1025,7 +1038,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1036,26 +1049,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1071,7 +1084,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1087,7 +1100,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1112,14 +1125,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1154,7 +1167,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1168,10 +1181,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1183,10 +1196,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1194,47 +1207,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1255,7 +1270,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1272,10 +1287,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1291,7 +1306,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1312,7 +1327,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1339,7 +1354,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$71 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1360,7 +1375,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$71 end local.get $2 i32.const 0 @@ -1402,50 +1417,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1465,12 +1484,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1481,7 +1500,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1502,7 +1521,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1518,8 +1537,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1533,90 +1552,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1629,53 +1648,113 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) - (func $bindings/esm/newInternref (result i32) - (local $0 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) + (local $3 i32) + local.get $1 + i32.eqz if - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 + return + end + local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1424 + i32.const 295 + i32.const 14 call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - local.tee $0 - i32.const 0 - i32.store $0 - local.get $0 - i32.const 0 - i32.const 15 - call $~lib/rt/itcms/__new - local.tee $0 - i32.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - ) - (func $~lib/rt/itcms/__pin (param $0 i32) (result i32) - (local $1 i32) - (local $2 i32) - (local $3 i32) - local.get $0 + global.get $~lib/rt/itcms/white + local.tee $3 + local.get $1 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq if - local.get $0 + local.get $3 + i32.eqz + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + local.tee $3 + i32.eq + if + local.get $0 + local.get $1 + local.get $2 + select + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $3 + i32.const 3 + i32.eq + i32.and + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + end + end + end + ) + (func $bindings/esm/newInternref (result i32) + (local $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + if + i32.const 35072 + i32.const 35120 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $0 + i32.const 0 + i32.store + local.get $0 + i32.const 0 + i32.const 15 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $~lib/rt/itcms/__pin (param $0 i32) (result i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + local.get $0 + if + local.get $0 i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -1692,27 +1771,27 @@ call $~lib/rt/itcms/Object#unlink global.get $~lib/rt/itcms/pinSpace local.tee $3 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $3 i32.const 3 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 end local.get $0 ) @@ -1728,7 +1807,7 @@ i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -1752,27 +1831,27 @@ call $~lib/rt/itcms/Object#unlink global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 end ) (func $~lib/rt/itcms/__collect @@ -1832,7 +1911,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner1 $~lib/function/Function<%28%29=>void> $folding-inner1 $folding-inner1 $folding-inner1 $~lib/staticarray/StaticArray $~lib/staticarray/StaticArray $~lib/staticarray/StaticArray $~lib/array/Array $~lib/array/Array<~lib/string/String> $bindings/esm/PlainObject $folding-inner1 $bindings/esm/NonPlainObject $invalid end return @@ -1852,17 +1931,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load offset=4 + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1885,7 +1960,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store br $folding-inner2 end global.get $~lib/memory/__stack_pointer @@ -1899,19 +1974,19 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 2 i32.shl i32.add @@ -1922,11 +1997,11 @@ i32.lt_u if local.get $1 - i32.load $0 + i32.load local.tee $3 if local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $1 i32.const 4 @@ -1938,25 +2013,25 @@ br $folding-inner2 end local.get $0 - i32.load $0 offset=56 + i32.load offset=56 local.tee $1 if local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=60 + i32.load offset=60 local.tee $1 if local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=64 + i32.load offset=64 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1972,24 +2047,20 @@ unreachable end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2025,10 +2096,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1152 - i32.store $0 + i32.store i32.const 1152 i32.const 1 f64.const 42 @@ -2039,7 +2110,7 @@ call $~lib/builtins/trace global.get $~lib/memory/__stack_pointer i32.const 1184 - i32.store $0 + i32.store i32.const 1184 call $~lib/bindings/dom/console.log global.get $~lib/bindings/dom/Math.E @@ -2051,7 +2122,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 35044 @@ -2061,26 +2132,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1476 i32.const 1472 - i32.store $0 + i32.store i32.const 1480 i32.const 1472 - i32.store $0 + i32.store i32.const 1472 global.set $~lib/rt/itcms/pinSpace i32.const 1508 i32.const 1504 - i32.store $0 + i32.store i32.const 1512 i32.const 1504 - i32.store $0 + i32.store i32.const 1504 global.set $~lib/rt/itcms/toSpace i32.const 1652 i32.const 1648 - i32.store $0 + i32.store i32.const 1656 i32.const 1648 - i32.store $0 + i32.store i32.const 1648 global.set $~lib/rt/itcms/fromSpace ) @@ -2088,6 +2159,7 @@ (local $2 i32) (local $3 i32) (local $4 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2100,13 +2172,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 8 i32.sub @@ -2118,13 +2190,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 8 i32.sub @@ -2136,57 +2208,57 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and local.set $3 local.get $2 local.get $1 - i32.store $0 - block $__inlined_func$~lib/string/String#concat + i32.store + block $__inlined_func$~lib/string/String#concat$281 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and local.tee $4 local.get $3 i32.add - local.tee $2 + local.tee $5 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 1760 local.set $2 - br $__inlined_func$~lib/string/String#concat + br $__inlined_func$~lib/string/String#concat$281 end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $5 i32.const 2 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 local.get $3 - memory.copy $0 $0 + memory.copy local.get $2 local.get $3 i32.add local.get $1 local.get $4 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2230,12 +2302,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.shr_u local.set $0 @@ -2265,12 +2337,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.shr_u local.set $0 @@ -2300,13 +2372,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 3 i32.shr_u i32.ge_u @@ -2321,15 +2393,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add local.get $2 - i64.store $0 + i64.store local.get $3 i32.const 4 i32.add @@ -2342,8 +2414,6 @@ (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) - (local $9 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2354,212 +2424,217 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $7 + local.tee $2 i64.const 0 - i64.store $0 - local.get $7 + i64.store + local.get $2 i32.const 0 - i32.store $0 offset=8 - local.get $7 + i32.store offset=8 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int16Array#get:length - local.set $2 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 - local.get $1 - call $~lib/typedarray/Float32Array#get:length - local.get $2 - i32.add - local.set $6 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store $0 - local.get $2 - i32.const 12 - i32.const 7 - call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $2 - i32.store $0 offset=4 - local.get $5 - i32.const 16 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - local.tee $8 - i64.const 0 - i64.store $0 - local.get $8 - i64.const 0 - i64.store $0 offset=8 - local.get $2 - i32.eqz - if - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.const 3 - call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 - end - global.get $~lib/memory/__stack_pointer - local.tee $8 + i32.store local.get $2 - i32.store $0 offset=4 - local.get $2 - i32.const 0 - i32.store $0 - local.get $8 - local.get $2 - i32.store $0 offset=4 - local.get $2 - i32.const 0 - i32.store $0 offset=4 - local.get $8 - local.get $2 - i32.store $0 offset=4 - local.get $2 - i32.const 0 - i32.store $0 offset=8 - local.get $6 - i32.const 134217727 - i32.gt_u - if - i32.const 1248 - i32.const 1296 - i32.const 19 - i32.const 57 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.const 3 - i32.shl - local.tee $8 - i32.const 1 - call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=12 - local.get $2 - local.get $6 - i32.store $0 - local.get $6 - if - local.get $2 - local.get $6 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $2 - i32.store $0 offset=4 - local.get $2 - local.get $6 - i32.store $0 offset=4 - local.get $9 - local.get $2 - i32.store $0 offset=4 - local.get $2 - local.get $8 - i32.store $0 offset=8 - local.get $9 - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $5 - local.get $2 - i32.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $7 - local.get $2 - i32.store $0 offset=4 - loop $for-loop|0 + block $__inlined_func$~lib/typedarray/Uint64Array#constructor$1 (result i32) + local.get $1 + call $~lib/typedarray/Float32Array#get:length + local.get $5 + i32.add + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 - call $~lib/typedarray/Int16Array#get:length - local.get $3 - i32.gt_s - if + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner00 global.get $~lib/memory/__stack_pointer - local.tee $5 + i32.const 2276 + i32.lt_s + br_if $folding-inner00 + global.get $~lib/memory/__stack_pointer + local.tee $2 + i64.const 0 + i64.store local.get $2 - i32.store $0 - local.get $5 - local.get $0 - i32.store $0 offset=8 - local.get $5 - i32.const 4 + i32.const 12 + i32.const 7 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $6 + local.get $2 + i32.store offset=4 + local.get $6 + i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 2276 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner00 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $7 + i64.const 0 + i64.store + local.get $7 + i64.const 0 + i64.store offset=8 + local.get $2 + i32.eqz + if + local.get $7 + i32.const 12 + i32.const 3 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 0 + i32.store + local.get $2 + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 i32.const 0 - i32.store $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 0 + i32.store offset=8 local.get $5 - local.get $0 - i32.store $0 - local.get $3 - local.get $0 - i32.load $0 offset=8 - i32.const 1 - i32.shr_u - i32.ge_u + i32.const 134217727 + i32.gt_u if - i32.const 1552 - i32.const 1792 - i32.const 452 - i32.const 64 + i32.const 1248 + i32.const 1296 + i32.const 19 + i32.const 57 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer + local.get $5 + i32.const 3 + i32.shl local.tee $5 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 offset=4 - local.get $3 i32.const 1 - i32.shl - i32.add - i32.load16_s $0 - local.set $6 + call $~lib/rt/itcms/__new + local.tee $7 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=12 + local.get $2 + local.get $7 + i32.store + local.get $2 + local.get $7 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + local.get $5 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $6 + local.get $2 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + br $__inlined_func$~lib/typedarray/Uint64Array#constructor$1 + end + br $folding-inner1 + end + local.tee $2 + i32.store offset=4 + loop $for-loop|0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $~lib/typedarray/Int16Array#get:length + local.get $3 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $5 + i32.const 0 + i32.store + local.get $5 + local.get $0 + i32.store + local.get $3 + local.get $0 + i32.load offset=8 + i32.const 1 + i32.shr_u + i32.ge_u + if + i32.const 1552 + i32.const 1792 + i32.const 452 + i32.const 64 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $5 + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + local.get $3 + i32.const 1 + i32.shl + i32.add + i32.load16_s + local.set $6 local.get $5 i32.const 4 i32.add @@ -2581,19 +2656,18 @@ loop $for-loop|1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/typedarray/Float32Array#get:length local.get $3 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $2 - i32.store $0 - local.get $5 + i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length local.get $3 @@ -2601,7 +2675,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2613,13 +2687,13 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i32.const 0 - i32.store $0 + i32.store local.get $6 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.shr_u i32.ge_u @@ -2634,14 +2708,14 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.get $3 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $4 local.get $6 i32.const 4 @@ -2693,15 +2767,15 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.ge_u @@ -2718,7 +2792,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2746,15 +2820,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.ge_u @@ -2769,14 +2843,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 2 i32.shl i32.add local.get $2 - i32.store $0 + i32.store local.get $3 i32.const 4 i32.add @@ -2802,12 +2876,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $1 i32.const 4 @@ -2835,13 +2909,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1552 @@ -2854,14 +2928,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -2891,13 +2965,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.const 2 i32.shr_u @@ -2916,8 +2990,8 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - block $__inlined_func$~lib/rt/itcms/__renew + i32.store + block $__inlined_func$~lib/rt/itcms/__renew$265 i32.const 1073741820 local.get $2 i32.const 1 @@ -2943,12 +3017,12 @@ select local.tee $3 local.get $0 - i32.load $0 + i32.load local.tee $2 i32.const 20 i32.sub local.tee $4 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 16 @@ -2957,26 +3031,26 @@ if local.get $4 local.get $3 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 local.set $1 - br $__inlined_func$~lib/rt/itcms/__renew + br $__inlined_func$~lib/rt/itcms/__renew$265 end local.get $3 local.get $4 - i32.load $0 offset=12 + i32.load offset=12 call $~lib/rt/itcms/__new local.tee $1 local.get $2 local.get $3 local.get $4 - i32.load $0 offset=16 + i32.load offset=16 local.tee $4 local.get $3 local.get $4 i32.lt_u select - memory.copy $0 $0 + memory.copy end local.get $1 local.get $2 @@ -2984,21 +3058,18 @@ if local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link end local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3025,13 +3096,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if local.get $1 @@ -3053,38 +3124,174 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add local.get $2 - i32.store $0 + i32.store + local.get $3 + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/array/Array<~lib/string/String>#__get (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + if + i32.const 35072 + i32.const 35120 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $2 + i64.const 0 + i64.store + local.get $2 + local.get $0 + i32.store + local.get $1 + local.get $0 + i32.load offset=12 + i32.ge_u + if + i32.const 1552 + i32.const 1920 + i32.const 114 + i32.const 42 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $2 + local.get $0 + i32.store + local.get $2 + local.get $0 + i32.load offset=4 + local.get $1 + i32.const 2 + i32.shl + i32.add + i32.load + local.tee $0 + i32.store offset=4 + local.get $0 + i32.eqz + if + i32.const 1968 + i32.const 1920 + i32.const 118 + i32.const 40 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $~lib/array/Array<~lib/string/String>#__set (param $0 i32) (param $1 i32) (param $2 i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + if + i32.const 35072 + i32.const 35120 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $3 + i32.const 0 + i32.store local.get $3 + local.get $0 + i32.store + local.get $1 + local.get $0 + i32.load offset=12 + i32.ge_u + if + local.get $1 + i32.const 0 + i32.lt_s + if + i32.const 1552 + i32.const 1920 + i32.const 130 + i32.const 22 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $1 + i32.const 1 + i32.add + local.tee $3 + call $~lib/array/ensureCapacity + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + local.get $3 + i32.store offset=12 + end + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + local.get $1 + i32.const 2 + i32.shl + i32.add + local.get $2 + i32.store + local.get $0 + local.get $2 + i32.const 1 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) - (func $bindings/esm/arrayFunction (param $0 i32) (param $1 i32) (result i32) + (func $export:bindings/esm/bufferFunction (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) - (local $7 i32) - (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -3093,28 +3300,14 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $7 - i64.const 0 - i64.store $0 - local.get $7 - i32.const 0 - i32.store $0 offset=8 - local.get $7 - local.get $0 - i32.store $0 + local.tee $2 local.get $0 - call $~lib/array/Array#get:length - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + i32.store + local.get $2 local.get $1 - call $~lib/array/Array#get:length - local.get $3 - i32.add - local.set $4 - global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.store offset=4 + local.get $2 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -3124,178 +3317,77 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 - i64.const 0 - i64.store $0 offset=8 + local.get $0 + i32.store + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + local.set $4 local.get $3 - i32.const 16 - i32.const 11 - call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 + local.get $1 + i32.store + local.get $1 + i32.const 20 + i32.sub + i32.load offset=16 + local.tee $2 + local.get $4 + i32.add + local.set $5 + local.get $3 + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 - i32.const 0 - i32.store $0 + i32.const 2276 + i32.lt_s + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $5 - i32.store $0 offset=4 - local.get $5 - i32.const 0 - i32.store $0 offset=4 - local.get $3 - local.get $5 - i32.store $0 offset=4 - local.get $5 i32.const 0 - i32.store $0 offset=8 - local.get $3 - local.get $5 - i32.store $0 offset=4 + i32.store local.get $5 - i32.const 0 - i32.store $0 offset=12 - local.get $4 - i32.const 268435455 + i32.const 1073741820 i32.gt_u if i32.const 1248 - i32.const 1920 - i32.const 70 - i32.const 60 + i32.const 1296 + i32.const 52 + i32.const 43 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 8 - local.get $4 - local.get $4 - i32.const 8 - i32.le_u - select - i32.const 2 - i32.shl - local.tee $3 + local.get $5 i32.const 1 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=12 - local.get $5 - local.get $6 - i32.store $0 - local.get $6 - if - local.get $5 - local.get $6 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.tee $5 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $6 - i32.store $0 offset=4 - local.get $8 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 - local.get $8 local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 + local.get $0 local.get $4 - i32.store $0 offset=12 - local.get $8 - i32.const 16 + memory.copy + local.get $4 + local.get $5 + i32.add + local.get $1 + local.get $2 + memory.copy + global.get $~lib/memory/__stack_pointer + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 - local.get $5 - i32.store $0 offset=4 - loop $for-loop|0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 - call $~lib/array/Array#get:length - local.get $2 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $5 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 offset=8 - local.get $5 - local.get $2 - local.get $0 - local.get $2 - call $~lib/array/Array#__get - call $~lib/array/Array#__set - local.get $2 - i32.const 1 - i32.add - local.set $2 - br $for-loop|0 - end - end - i32.const 0 - local.set $2 - loop $for-loop|1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 - call $~lib/array/Array#get:length - local.get $2 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $5 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 offset=8 - local.get $0 - call $~lib/array/Array#get:length - local.get $2 - i32.add - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 - local.get $5 - local.get $3 - local.get $1 - local.get $2 - call $~lib/array/Array#__get - call $~lib/array/Array#__set - local.get $2 - i32.const 1 - i32.add - local.set $2 - br $for-loop|1 - end - end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $5 @@ -3308,7 +3400,7 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/array/Array<~lib/string/String>#__get (param $0 i32) (param $1 i32) (result i32) + (func $export:bindings/esm/stringFunction (param $0 i32) (param $1 i32) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -3327,139 +3419,25 @@ end global.get $~lib/memory/__stack_pointer local.tee $2 - i64.const 0 - i64.store $0 - local.get $2 - local.get $0 - i32.store $0 - local.get $1 - local.get $0 - i32.load $0 offset=12 - i32.ge_u - if - i32.const 1552 - i32.const 1920 - i32.const 114 - i32.const 42 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 - local.get $0 - i32.load $0 offset=4 local.get $1 - i32.const 2 - i32.shl - i32.add - i32.load $0 - local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.eqz - if - i32.const 1968 - i32.const 1920 - i32.const 118 - i32.const 40 - call $~lib/builtins/abort - unreachable - end + local.get $1 + call $bindings/esm/stringFunction + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/array/Array<~lib/string/String>#__set (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - if - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $3 - i32.const 0 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 - local.get $1 - local.get $0 - i32.load $0 offset=12 - i32.ge_u - if - local.get $1 - i32.const 0 - i32.lt_s - if - i32.const 1552 - i32.const 1920 - i32.const 130 - i32.const 22 - call $~lib/builtins/abort - unreachable - end - local.get $0 - local.get $1 - i32.const 1 - i32.add - local.tee $3 - call $~lib/array/ensureCapacity - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 - local.get $3 - i32.store $0 offset=12 - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 offset=4 - local.get $1 - i32.const 2 - i32.shl - i32.add - local.get $2 - i32.store $0 - local.get $2 - if - local.get $0 - local.get $2 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - ) - (func $bindings/esm/arrayOfStringsFunction (param $0 i32) (param $1 i32) (result i32) + (func $export:bindings/esm/stringFunctionOptional@varargs (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) - (local $4 i32) - (local $5 i32) - (local $6 i32) - (local $7 i32) - (local $8 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -3468,28 +3446,14 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 - i64.const 0 - i64.store $0 - local.get $3 - i64.const 0 - i64.store $0 offset=8 - local.get $3 - local.get $0 - i32.store $0 + local.tee $2 local.get $0 - call $~lib/array/Array#get:length - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + i32.store + local.get $2 local.get $1 - call $~lib/array/Array#get:length - local.get $4 - i32.add - local.set $4 - global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.store offset=4 + local.get $2 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -3497,308 +3461,48 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 - i64.const 0 - i64.store $0 - local.get $5 + local.tee $2 i64.const 0 - i64.store $0 offset=8 - local.get $5 - i32.const 16 - i32.const 12 - call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 - i32.const 0 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 - i32.const 0 - i32.store $0 offset=4 - local.get $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 - i32.const 0 - i32.store $0 offset=8 - local.get $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i64.store + local.get $2 i32.const 0 - i32.store $0 offset=12 - local.get $4 - i32.const 268435455 - i32.gt_u - if - i32.const 1248 - i32.const 1920 - i32.const 70 - i32.const 60 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 8 - local.get $4 - local.get $4 - i32.const 8 - i32.le_u - select - i32.const 2 - i32.shl - local.tee $7 - i32.const 1 - call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=12 - local.get $5 - local.get $6 - i32.store $0 - local.get $6 - if - local.get $5 - local.get $6 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $6 - i32.store $0 offset=4 - local.get $8 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $7 - i32.store $0 offset=8 - local.get $8 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $4 - i32.store $0 offset=12 - local.get $8 - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - local.get $5 - i32.store $0 offset=4 - loop $for-loop|0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 - call $~lib/array/Array#get:length - local.get $2 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $5 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 offset=12 - local.get $0 - local.get $2 - call $~lib/array/Array<~lib/string/String>#__get - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=8 - local.get $5 - local.get $2 - local.get $3 - call $~lib/array/Array<~lib/string/String>#__set - local.get $2 - i32.const 1 - i32.add - local.set $2 - br $for-loop|0 + i32.store offset=8 + block $1of1 + block $0of1 + block $outOfRange + global.get $~argumentsLength + i32.const 1 + i32.sub + br_table $0of1 $1of1 $outOfRange + end + unreachable end - end - i32.const 0 - local.set $2 - loop $for-loop|1 + i32.const 1088 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 - call $~lib/array/Array#get:length - local.get $2 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $5 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 offset=12 - local.get $0 - call $~lib/array/Array#get:length - local.get $2 - i32.add - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=12 - local.get $1 - local.get $2 - call $~lib/array/Array<~lib/string/String>#__get - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=8 - local.get $5 - local.get $3 - local.get $4 - call $~lib/array/Array<~lib/string/String>#__set - local.get $2 - i32.const 1 - i32.add - local.set $2 - br $for-loop|1 - end + i32.const 1088 + i32.store end global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $5 - return - end - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - ) - (func $export:bindings/esm/bufferFunction (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) - (local $3 i32) - (local $4 i32) - (local $5 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=4 - local.get $2 - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $3 - i64.const 0 - i64.store $0 - local.get $3 - local.get $0 - i32.store $0 - local.get $0 - i32.const 20 - i32.sub - i32.load $0 offset=16 - local.set $4 - local.get $3 - local.get $1 - i32.store $0 - local.get $1 - i32.const 20 - i32.sub - i32.load $0 offset=16 - local.tee $2 - local.get $4 - i32.add - local.set $5 - local.get $3 - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store $0 - local.get $5 - i32.const 1073741820 - i32.gt_u - if - i32.const 1248 - i32.const 1296 - i32.const 52 - i32.const 43 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.const 1 - call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.store offset=8 local.get $0 - local.get $4 - memory.copy $0 $0 - local.get $4 - local.get $5 - i32.add local.get $1 - local.get $2 - memory.copy $0 $0 + call $bindings/esm/stringFunction + local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $0 return end i32.const 35072 @@ -3808,7 +3512,7 @@ call $~lib/builtins/abort unreachable ) - (func $export:bindings/esm/stringFunction (param $0 i32) (param $1 i32) (result i32) + (func $export:bindings/esm/typedarrayFunction (param $0 i32) (param $1 i32) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -3828,13 +3532,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - call $bindings/esm/stringFunction + call $bindings/esm/typedarrayFunction local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 @@ -3842,119 +3546,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $export:bindings/esm/stringFunctionOptional@varargs (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $2 - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store $0 - local.get $2 - i32.const 0 - i32.store $0 offset=8 - block $1of1 - block $0of1 - block $outOfRange - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $0of1 $1of1 $outOfRange - end - unreachable - end - i32.const 1088 - local.set $1 - global.get $~lib/memory/__stack_pointer - i32.const 1088 - i32.store $0 - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 offset=4 - local.get $2 - local.get $1 - i32.store $0 offset=8 - local.get $0 - local.get $1 - call $bindings/esm/stringFunction - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - return - end - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - ) - (func $export:bindings/esm/typedarrayFunction (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - if - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $0 - local.get $1 - call $bindings/esm/typedarrayFunction - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - ) - (func $export:bindings/esm/staticarrayFunction (param $0 i32) (param $1 i32) (result i32) + (func $export:bindings/esm/staticarrayFunction (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) (local $4 i32) @@ -3971,11 +3563,11 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $1 - i32.store $0 offset=4 - block $__inlined_func$bindings/esm/staticarrayFunction (result i32) + i32.store offset=4 + block $__inlined_func$bindings/esm/staticarrayFunction$2 (result i32) local.get $3 i32.const 12 i32.sub @@ -3988,28 +3580,28 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.set $4 local.get $3 local.get $1 - i32.store $0 + i32.store local.get $4 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.add @@ -4024,7 +3616,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $4 i32.const 268435455 i32.gt_u @@ -4043,34 +3635,34 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $4 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $3 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 global.get $~lib/memory/__stack_pointer + local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $4 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $2 local.get $0 @@ -4088,36 +3680,36 @@ local.set $2 loop $for-loop|1 global.get $~lib/memory/__stack_pointer + local.tee $3 local.get $1 - i32.store $0 + i32.store local.get $2 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $4 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.add local.set $5 local.get $3 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $5 local.get $1 @@ -4132,20 +3724,551 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $4 + br $__inlined_func$bindings/esm/staticarrayFunction$2 + end + br $folding-inner1 + end + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + return + end + i32.const 35072 + i32.const 35120 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $export:bindings/esm/staticarrayU16 (param $0 i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + if + i32.const 35072 + i32.const 35120 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $1 + local.get $0 + i32.store + local.get $1 + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $export:bindings/esm/arrayFunction (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner1 + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + local.get $0 + i32.store + local.get $3 + local.get $1 + i32.store offset=4 + local.get $3 + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i64.const 0 + i64.store + local.get $3 + i32.const 0 + i32.store offset=8 + local.get $3 + local.get $0 + i32.store + local.get $0 + call $~lib/array/Array#get:length + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $3 + local.get $1 + call $~lib/array/Array#get:length + local.get $4 + i32.add + local.set $5 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i64.const 0 + i64.store + local.get $3 + i64.const 0 + i64.store offset=8 + local.get $3 + i32.const 16 + i32.const 11 + call $~lib/rt/itcms/__new + local.tee $6 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 + i32.const 0 + i32.store + local.get $6 + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 + i32.const 0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 + i32.const 0 + i32.store offset=12 + local.get $5 + i32.const 268435455 + i32.gt_u + if + i32.const 1248 + i32.const 1920 + i32.const 70 + i32.const 60 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + local.get $5 + local.get $5 + i32.const 8 + i32.le_u + select + i32.const 2 + i32.shl + local.tee $3 + i32.const 1 + call $~lib/rt/itcms/__new + local.tee $4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=12 + local.get $6 + local.get $4 + i32.store + local.get $6 + local.get $4 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 + local.get $4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 + local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 + local.get $5 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + loop $for-loop|0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $~lib/array/Array#get:length + local.get $2 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $6 + local.get $2 + local.get $0 + local.get $2 + call $~lib/array/Array#__get + call $~lib/array/Array#__set + local.get $2 + i32.const 1 + i32.add + local.set $2 + br $for-loop|0 + end + end + i32.const 0 + local.set $2 + loop $for-loop|1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + call $~lib/array/Array#get:length + local.get $2 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + call $~lib/array/Array#get:length + local.get $2 + i32.add + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 + local.get $6 + local.get $3 + local.get $1 + local.get $2 + call $~lib/array/Array#__get + call $~lib/array/Array#__set + local.get $2 + i32.const 1 + i32.add + local.set $2 + br $for-loop|1 + end + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $6 + return + end + i32.const 35072 + i32.const 35120 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $export:bindings/esm/arrayOfStringsFunction (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner1 + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + local.get $0 + i32.store + local.get $3 + local.get $1 + i32.store offset=4 + local.get $3 + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i64.const 0 + i64.store + local.get $3 + i64.const 0 + i64.store offset=8 + local.get $3 + local.get $0 + i32.store + local.get $0 + call $~lib/array/Array#get:length + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $3 + local.get $1 + call $~lib/array/Array#get:length + local.get $4 + i32.add + local.set $4 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2276 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i64.const 0 + i64.store + local.get $3 + i64.const 0 + i64.store offset=8 + local.get $3 + i32.const 16 + i32.const 12 + call $~lib/rt/itcms/__new + local.tee $5 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + i32.const 0 + i32.store + local.get $5 + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + i32.const 0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + i32.const 0 + i32.store offset=12 + local.get $4 + i32.const 268435455 + i32.gt_u + if + i32.const 1248 + i32.const 1920 + i32.const 70 + i32.const 60 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + local.get $4 + local.get $4 + i32.const 8 + i32.le_u + select + i32.const 2 + i32.shl + local.tee $6 + i32.const 1 + call $~lib/rt/itcms/__new + local.tee $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=12 + local.get $5 + local.get $3 + i32.store + local.get $5 + local.get $3 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + local.get $6 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + loop $for-loop|0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $~lib/array/Array#get:length + local.get $2 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + local.get $0 + local.get $2 + call $~lib/array/Array<~lib/string/String>#__get + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=8 + local.get $5 + local.get $2 + local.get $3 + call $~lib/array/Array<~lib/string/String>#__set + local.get $2 + i32.const 1 i32.add - global.set $~lib/memory/__stack_pointer + local.set $2 + br $for-loop|0 + end + end + i32.const 0 + local.set $2 + loop $for-loop|1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + call $~lib/array/Array#get:length + local.get $2 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + local.get $0 + call $~lib/array/Array#get:length + local.get $2 + i32.add + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=12 + local.get $1 + local.get $2 + call $~lib/array/Array<~lib/string/String>#__get + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $4 - br $__inlined_func$bindings/esm/staticarrayFunction + i32.store offset=8 + local.get $5 + local.get $3 + local.get $4 + call $~lib/array/Array<~lib/string/String>#__set + local.get $2 + i32.const 1 + i32.add + local.set $2 + br $for-loop|1 end - br $folding-inner1 end - local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $5 return end i32.const 35072 @@ -4155,101 +4278,6 @@ call $~lib/builtins/abort unreachable ) - (func $export:bindings/esm/staticarrayU16 (param $0 i32) (result i32) - (local $1 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - if - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store $0 - local.get $1 - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - ) - (func $export:bindings/esm/arrayFunction (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - if - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $0 - local.get $1 - call $bindings/esm/arrayFunction - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - ) - (func $export:bindings/esm/arrayOfStringsFunction (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - if - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $0 - local.get $1 - call $bindings/esm/arrayOfStringsFunction - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - ) (func $export:bindings/esm/objectFunction (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) @@ -4266,10 +4294,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 12 i32.sub @@ -4283,13 +4311,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - block $__inlined_func$bindings/esm/PlainObject#constructor (result i32) - local.get $0 + block $__inlined_func$bindings/esm/PlainObject#constructor$5 (result i32) + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -4301,17 +4329,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 68 i32.const 13 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4 i32.sub @@ -4321,17 +4349,18 @@ i32.lt_s br_if $folding-inner00 global.get $~lib/memory/__stack_pointer + local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -4339,152 +4368,164 @@ global.set $~lib/memory/__stack_pointer local.get $3 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store8 $0 + i32.store8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store16 $0 offset=2 + i32.store16 offset=2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store8 $0 offset=16 + i32.store8 offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store16 $0 offset=18 + i32.store16 offset=18 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 0 - i64.store $0 offset=24 + i64.store offset=24 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=36 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store8 $0 offset=40 + i32.store8 offset=40 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f32.const 0 - f32.store $0 offset=44 + f32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f64.const 0 - f64.store $0 offset=48 + f64.store offset=48 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store offset=56 local.get $0 i32.const 0 - i32.store $0 offset=56 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=60 + i32.store offset=60 + local.get $0 + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store offset=64 local.get $0 i32.const 0 - i32.store $0 offset=64 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 - br $__inlined_func$bindings/esm/PlainObject#constructor + br $__inlined_func$bindings/esm/PlainObject#constructor$5 end br $folding-inner1 end - local.tee $3 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $3 + local.get $0 + i32.store offset=4 local.get $3 - i32.store $0 offset=4 - local.get $4 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - i32.load8_s $0 - local.set $0 - local.get $4 - local.get $1 - i32.store $0 offset=8 + i32.load8_s + local.set $4 local.get $3 + local.get $1 + i32.store offset=8 local.get $0 + local.get $4 local.get $1 - i32.load8_s $0 + i32.load8_s i32.add - i32.store8 $0 - local.get $4 + i32.store8 + local.get $3 + local.get $0 + i32.store offset=4 local.get $3 - i32.store $0 offset=4 - local.get $4 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - i32.load16_s $0 offset=2 - local.set $0 - local.get $4 - local.get $1 - i32.store $0 offset=8 + i32.load16_s offset=2 + local.set $2 local.get $3 + local.get $1 + i32.store offset=8 local.get $0 + local.get $2 local.get $1 - i32.load16_s $0 offset=2 + i32.load16_s offset=2 i32.add - i32.store16 $0 offset=2 - local.get $4 + i32.store16 offset=2 + local.get $3 i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -4492,7 +4533,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $0 return end i32.const 35072 @@ -4522,87 +4563,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) - local.get $0 - i32.eqz - if - i32.const 0 - i32.const 1424 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white - local.get $1 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $3 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $0 - local.get $1 - local.get $2 - select - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $3 - i32.const 3 - i32.eq - i32.and - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - end - end - end - ) ) diff --git a/tests/compiler/bool.debug.wat b/tests/compiler/bool.debug.wat index 0675e5eb39..35346823bc 100644 --- a/tests/compiler/bool.debug.wat +++ b/tests/compiler/bool.debug.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $bool/i (mut i32) (i32.const 2)) (global $bool/I (mut i64) (i64.const 2)) diff --git a/tests/compiler/builtins.debug.wat b/tests/compiler/builtins.debug.wat index fd352cf9b9..c5c210aea4 100644 --- a/tests/compiler/builtins.debug.wat +++ b/tests/compiler/builtins.debug.wat @@ -1,11 +1,11 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) + (type $0 (func (param i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32 i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $6 (func (param i32 i32 f64 f64 f64 f64 f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (import "env" "trace" (func $~lib/builtins/trace (param i32 i32 f64 f64 f64 f64 f64))) (global $builtins/b (mut i32) (i32.const 0)) @@ -101,7 +101,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:index (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load return ) (func $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:name (param $this i32) (result i32) @@ -110,7 +110,7 @@ ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -162,9 +162,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -197,10 +197,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -254,10 +254,8 @@ return ) (func $start:builtins~anonymous|1 - nop ) (func $start:builtins~anonymous|2 (param $a i32) (param $b i32) (param $c i32) (param $d i32) - nop ) (func $builtins/max3 (param $a i32) (param $b i32) (param $c i32) (result i32) (local $3 i32) @@ -382,7 +380,6 @@ return ) (func $builtins/test - nop ) (func $~start call $start:builtins @@ -410,7 +407,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -448,7 +445,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -457,7 +454,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -475,14 +472,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -558,10 +555,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 drop i32.const 0 @@ -2236,132 +2233,132 @@ f32.div global.set $builtins/f i32.const 8 - i32.load $0 + i32.load global.set $builtins/i i32.const 8 global.get $builtins/i - i32.store $0 + i32.store i32.const 8 i32.const 8 - i32.load $0 - i32.store $0 + i32.load + i32.store i32.const 8 - i64.load $0 + i64.load global.set $builtins/I i32.const 8 global.get $builtins/I - i64.store $0 + i64.store i32.const 8 i32.const 8 - i64.load $0 - i64.store $0 + i64.load + i64.store i32.const 8 - f32.load $0 + f32.load global.set $builtins/f i32.const 8 global.get $builtins/f - f32.store $0 + f32.store i32.const 8 i32.const 8 - f32.load $0 - f32.store $0 + f32.load + f32.store i32.const 8 - f64.load $0 + f64.load global.set $builtins/F i32.const 8 global.get $builtins/F - f64.store $0 + f64.store i32.const 8 i32.const 8 - f64.load $0 - f64.store $0 + f64.load + f64.store i32.const 0 - i32.load $0 offset=8 + i32.load offset=8 global.set $builtins/i i32.const 0 global.get $builtins/i - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 i32.const 0 - i32.load $0 offset=8 - i32.store $0 offset=8 + i32.load offset=8 + i32.store offset=8 i32.const 0 - i64.load $0 offset=8 + i64.load offset=8 global.set $builtins/I i32.const 0 global.get $builtins/I - i64.store $0 offset=8 + i64.store offset=8 i32.const 0 i32.const 0 - i64.load $0 offset=8 - i64.store $0 offset=8 + i64.load offset=8 + i64.store offset=8 i32.const 0 - f32.load $0 offset=8 + f32.load offset=8 global.set $builtins/f i32.const 0 global.get $builtins/f - f32.store $0 offset=8 + f32.store offset=8 i32.const 0 i32.const 0 - f32.load $0 offset=8 - f32.store $0 offset=8 + f32.load offset=8 + f32.store offset=8 i32.const 0 - f64.load $0 offset=8 + f64.load offset=8 global.set $builtins/F i32.const 0 global.get $builtins/F - f64.store $0 offset=8 + f64.store offset=8 i32.const 0 i32.const 0 - f64.load $0 offset=8 - f64.store $0 offset=8 + f64.load offset=8 + f64.store offset=8 i32.const 8 - i32.load8_s $0 + i32.load8_s global.set $builtins/i i32.const 8 - i32.load16_s $0 + i32.load16_s global.set $builtins/i i32.const 8 - i32.load $0 + i32.load global.set $builtins/i i32.const 8 - i32.load8_u $0 + i32.load8_u global.set $builtins/i i32.const 8 - i32.load16_u $0 + i32.load16_u global.set $builtins/i i32.const 8 - i32.load $0 + i32.load global.set $builtins/i i32.const 8 - i32.load8_u $0 + i32.load8_u global.set $builtins/u i32.const 8 - i32.load16_u $0 + i32.load16_u global.set $builtins/u i32.const 8 - i32.load $0 + i32.load global.set $builtins/u i32.const 8 - i32.load8_s $0 + i32.load8_s global.set $builtins/u i32.const 8 - i32.load16_s $0 + i32.load16_s global.set $builtins/u i32.const 8 - i32.load $0 + i32.load global.set $builtins/u i32.const 8 - i64.load8_s $0 + i64.load8_s global.set $builtins/I i32.const 8 - i64.load16_s $0 + i64.load16_s global.set $builtins/I i32.const 8 - i64.load32_s $0 + i64.load32_s global.set $builtins/I i32.const 8 - i64.load $0 + i64.load global.set $builtins/I i32.const 15 i32.const 4 @@ -2380,42 +2377,42 @@ unreachable end i32.const 8 - i64.load8_u $0 + i64.load8_u global.set $builtins/U i32.const 8 - i64.load16_u $0 + i64.load16_u global.set $builtins/U i32.const 8 - i64.load32_u $0 + i64.load32_u global.set $builtins/U i32.const 8 - i64.load $0 + i64.load global.set $builtins/U i32.const 8 i32.const 1 - i32.store8 $0 + i32.store8 i32.const 8 i32.const 1 - i32.store16 $0 + i32.store16 i32.const 8 i32.const 1 - i32.store $0 + i32.store i32.const 8 i64.const 1 - i64.store8 $0 + i64.store8 i32.const 8 i64.const 1 - i64.store16 $0 + i64.store16 i32.const 8 i64.const 1 - i64.store32 $0 + i64.store32 i32.const 8 i64.const 1 - i64.store $0 + i64.store i32.const 8 i32.const 1 i64.extend_i32_s - i64.store $0 + i64.store i64.const 15 i64.const 4 i64.rem_u @@ -2456,15 +2453,15 @@ i64.const 25 f64.reinterpret_i64 global.set $builtins/F - memory.size $0 + memory.size drop i32.const 1 - memory.grow $0 + memory.grow drop - memory.size $0 + memory.size global.set $builtins/s i32.const 1 - memory.grow $0 + memory.grow global.set $builtins/s i32.const 10 i32.const 20 @@ -2516,8 +2513,8 @@ i32.const 2 global.set $~argumentsLength global.get $builtins/fn - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 3 i32.eq i32.eqz @@ -2536,10 +2533,10 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 call $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:index - call_indirect $0 (type $i32_i32_=>_i32) + call_indirect (type $2) i32.eq i32.eqz if @@ -2554,19 +2551,19 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=8 + i32.store offset=8 local.get $53 call $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:name local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 32 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -2582,7 +2579,7 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 call $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:length i32.const 2 @@ -2600,7 +2597,7 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 call $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:length i32.const 2 @@ -2618,19 +2615,19 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=8 + i32.store offset=8 local.get $53 call $~lib/function/Function<%28i32%2Ci32%29=>i32>#toString local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 176 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3015,46 +3012,46 @@ i64.div_u drop i32.const 8 - i32.load8_s $0 + i32.load8_s drop i32.const 8 - i32.load8_u $0 + i32.load8_u drop i32.const 8 - i32.load16_s $0 + i32.load16_s drop i32.const 8 - i32.load16_u $0 + i32.load16_u drop i32.const 8 - i32.load $0 + i32.load drop i32.const 8 - i64.load8_s $0 + i64.load8_s drop i32.const 8 - i64.load8_u $0 + i64.load8_u drop i32.const 8 - i64.load16_s $0 + i64.load16_s drop i32.const 8 - i64.load16_u $0 + i64.load16_u drop i32.const 8 - i64.load32_s $0 + i64.load32_s drop i32.const 8 - i64.load32_u $0 + i64.load32_u drop i32.const 8 - i64.load $0 + i64.load drop i32.const 8 - f32.load $0 + f32.load drop i32.const 8 - f64.load $0 + f64.load drop f32.const 1 f32.const 2 @@ -3140,31 +3137,31 @@ drop i32.const 8 i32.const 1 - i32.store8 $0 + i32.store8 i32.const 8 i32.const 1 - i32.store16 $0 + i32.store16 i32.const 8 i32.const 1 - i32.store $0 + i32.store i32.const 8 i64.const 1 - i64.store8 $0 + i64.store8 i32.const 8 i64.const 1 - i64.store16 $0 + i64.store16 i32.const 8 i64.const 1 - i64.store32 $0 + i64.store32 i32.const 8 i64.const 1 - i64.store $0 + i64.store i32.const 8 f32.const 1 - f32.store $0 + f32.store i32.const 8 f64.const 1 - f64.store $0 + f64.store f32.const 1 f32.trunc drop @@ -3276,7 +3273,7 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 5 local.get $48 @@ -3342,13 +3339,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 352 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3364,13 +3361,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 352 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3386,13 +3383,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 400 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3408,13 +3405,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 432 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3430,13 +3427,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 464 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3452,13 +3449,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 496 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3474,13 +3471,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 528 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3496,13 +3493,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 560 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3518,13 +3515,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 592 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3540,13 +3537,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 624 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3562,13 +3559,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 656 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3584,13 +3581,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 688 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3606,13 +3603,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 720 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3628,13 +3625,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 752 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3650,13 +3647,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 784 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3672,13 +3669,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 816 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3694,13 +3691,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 848 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3716,13 +3713,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 880 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3738,13 +3735,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 432 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz @@ -3760,13 +3757,13 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 + i32.store local.get $53 i32.const 352 local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store $0 offset=4 + i32.store offset=4 local.get $53 call $~lib/string/String.__eq i32.eqz diff --git a/tests/compiler/builtins.release.wat b/tests/compiler/builtins.release.wat index c495cb38e3..28d046b18c 100644 --- a/tests/compiler/builtins.release.wat +++ b/tests/compiler/builtins.release.wat @@ -1,8 +1,8 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32 i32 i32 i32))) + (type $3 (func (param i32 i32 f64 f64 f64 f64 f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (import "env" "trace" (func $~lib/builtins/trace (param i32 i32 f64 f64 f64 f64 f64))) (global $builtins/i (mut i32) (i32.const 0)) @@ -76,10 +76,8 @@ i32.add ) (func $start:builtins~anonymous|1 - nop ) (func $start:builtins~anonymous|2 (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) - nop ) (func $~start call $start:builtins @@ -105,13 +103,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -126,55 +125,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -195,7 +198,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$2 loop $while-continue|1 local.get $0 local.tee $3 @@ -205,17 +208,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$2 local.get $2 i32.const 2 i32.add @@ -264,10 +267,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $builtins/i i32.const 0 @@ -445,154 +448,154 @@ f32.const 1 global.set $builtins/f i32.const 8 - i32.load $0 + i32.load global.set $builtins/i i32.const 8 global.get $builtins/i - i32.store $0 + i32.store i32.const 8 i32.const 8 - i32.load $0 - i32.store $0 + i32.load + i32.store i32.const 8 - i64.load $0 + i64.load global.set $builtins/I i32.const 8 global.get $builtins/I - i64.store $0 + i64.store i32.const 8 i32.const 8 - i64.load $0 - i64.store $0 + i64.load + i64.store i32.const 8 - f32.load $0 + f32.load global.set $builtins/f i32.const 8 global.get $builtins/f - f32.store $0 + f32.store i32.const 8 i32.const 8 - f32.load $0 - f32.store $0 + f32.load + f32.store i32.const 8 - f64.load $0 + f64.load global.set $builtins/F i32.const 8 global.get $builtins/F - f64.store $0 + f64.store i32.const 8 i32.const 8 - f64.load $0 - f64.store $0 + f64.load + f64.store i32.const 8 - i32.load $0 + i32.load global.set $builtins/i i32.const 8 global.get $builtins/i - i32.store $0 + i32.store i32.const 8 i32.const 8 - i32.load $0 - i32.store $0 + i32.load + i32.store i32.const 8 - i64.load $0 + i64.load global.set $builtins/I i32.const 8 global.get $builtins/I - i64.store $0 + i64.store i32.const 8 i32.const 8 - i64.load $0 - i64.store $0 + i64.load + i64.store i32.const 8 - f32.load $0 + f32.load global.set $builtins/f i32.const 8 global.get $builtins/f - f32.store $0 + f32.store i32.const 8 i32.const 8 - f32.load $0 - f32.store $0 + f32.load + f32.store i32.const 8 - f64.load $0 + f64.load global.set $builtins/F i32.const 8 global.get $builtins/F - f64.store $0 + f64.store i32.const 8 i32.const 8 - f64.load $0 - f64.store $0 + f64.load + f64.store i32.const 8 - i32.load8_s $0 + i32.load8_s global.set $builtins/i i32.const 8 - i32.load16_s $0 + i32.load16_s global.set $builtins/i i32.const 8 - i32.load $0 + i32.load global.set $builtins/i i32.const 8 - i32.load8_u $0 + i32.load8_u global.set $builtins/i i32.const 8 - i32.load16_u $0 + i32.load16_u global.set $builtins/i i32.const 8 - i32.load $0 + i32.load global.set $builtins/i i32.const 8 - i32.load $0 + i32.load drop i32.const 8 - i64.load8_s $0 + i64.load8_s global.set $builtins/I i32.const 8 - i64.load16_s $0 + i64.load16_s global.set $builtins/I i32.const 8 - i64.load32_s $0 + i64.load32_s global.set $builtins/I i32.const 8 - i64.load $0 + i64.load global.set $builtins/I i32.const 8 - i64.load8_u $0 + i64.load8_u drop i32.const 8 - i64.load16_u $0 + i64.load16_u drop i32.const 8 - i64.load32_u $0 + i64.load32_u drop i32.const 8 - i64.load $0 + i64.load drop i32.const 8 i32.const 1 - i32.store8 $0 + i32.store8 i32.const 8 i32.const 1 - i32.store16 $0 + i32.store16 i32.const 8 i32.const 1 - i32.store $0 + i32.store i32.const 8 i64.const 1 - i64.store8 $0 + i64.store8 i32.const 8 i64.const 1 - i64.store16 $0 + i64.store16 i32.const 8 i64.const 1 - i64.store32 $0 + i64.store32 i32.const 8 i64.const 1 - i64.store $0 + i64.store i32.const 8 i64.const 1 - i64.store $0 + i64.store i32.const 1067450368 global.set $builtins/i f32.const 3.5032461608120427e-44 @@ -601,15 +604,15 @@ global.set $builtins/I f64.const 1.24e-322 global.set $builtins/F - memory.size $0 + memory.size drop i32.const 1 - memory.grow $0 + memory.grow drop - memory.size $0 + memory.size drop i32.const 1 - memory.grow $0 + memory.grow drop i32.const 10 global.set $builtins/i @@ -622,8 +625,8 @@ i32.const 1 i32.const 2 i32.const 1168 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 3 i32.ne if @@ -636,12 +639,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 1168 - i32.store $0 + i32.store i32.const 2 i32.const 3 i32.const 1168 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 5 i32.ne if @@ -655,13 +658,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1168 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -677,19 +680,19 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1168 - i32.store $0 + i32.store local.get $0 i32.const 1168 - i32.store $0 + i32.store local.get $0 i32.const 1168 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1200 - i32.store $0 + i32.store local.get $0 i32.const 1200 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1200 i32.const 1200 call $~lib/string/String.__eq @@ -703,77 +706,77 @@ unreachable end i32.const 8 - i32.load8_s $0 + i32.load8_s drop i32.const 8 - i32.load8_u $0 + i32.load8_u drop i32.const 8 - i32.load16_s $0 + i32.load16_s drop i32.const 8 - i32.load16_u $0 + i32.load16_u drop i32.const 8 - i32.load $0 + i32.load drop i32.const 8 - i64.load8_s $0 + i64.load8_s drop i32.const 8 - i64.load8_u $0 + i64.load8_u drop i32.const 8 - i64.load16_s $0 + i64.load16_s drop i32.const 8 - i64.load16_u $0 + i64.load16_u drop i32.const 8 - i64.load32_s $0 + i64.load32_s drop i32.const 8 - i64.load32_u $0 + i64.load32_u drop i32.const 8 - i64.load $0 + i64.load drop i32.const 8 - f32.load $0 + f32.load drop i32.const 8 - f64.load $0 + f64.load drop i32.const 8 i32.const 1 - i32.store8 $0 + i32.store8 i32.const 8 i32.const 1 - i32.store16 $0 + i32.store16 i32.const 8 i32.const 1 - i32.store $0 + i32.store i32.const 8 i64.const 1 - i64.store8 $0 + i64.store8 i32.const 8 i64.const 1 - i64.store16 $0 + i64.store16 i32.const 8 i64.const 1 - i64.store32 $0 + i64.store32 i32.const 8 i64.const 1 - i64.store $0 + i64.store i32.const 8 f32.const 1 - f32.store $0 + f32.store i32.const 8 f64.const 1 - f64.store $0 + f64.store global.get $~lib/memory/__stack_pointer i32.const 1280 - i32.store $0 + i32.store i32.const 1280 i32.const 5 f64.const 0 @@ -785,10 +788,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1376 - i32.store $0 + i32.store local.get $0 i32.const 1376 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1376 i32.const 1376 call $~lib/string/String.__eq @@ -804,10 +807,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1376 - i32.store $0 + i32.store local.get $0 i32.const 1376 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1376 i32.const 1376 call $~lib/string/String.__eq @@ -823,10 +826,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1424 - i32.store $0 + i32.store local.get $0 i32.const 1424 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1424 i32.const 1424 call $~lib/string/String.__eq @@ -842,10 +845,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1456 - i32.store $0 + i32.store local.get $0 i32.const 1456 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1456 i32.const 1456 call $~lib/string/String.__eq @@ -861,10 +864,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1488 - i32.store $0 + i32.store local.get $0 i32.const 1488 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1488 i32.const 1488 call $~lib/string/String.__eq @@ -880,10 +883,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1520 - i32.store $0 + i32.store local.get $0 i32.const 1520 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1520 i32.const 1520 call $~lib/string/String.__eq @@ -899,10 +902,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1552 - i32.store $0 + i32.store local.get $0 i32.const 1552 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1552 i32.const 1552 call $~lib/string/String.__eq @@ -918,10 +921,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1584 - i32.store $0 + i32.store local.get $0 i32.const 1584 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1584 i32.const 1584 call $~lib/string/String.__eq @@ -937,10 +940,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1616 - i32.store $0 + i32.store local.get $0 i32.const 1616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1616 i32.const 1616 call $~lib/string/String.__eq @@ -956,10 +959,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1648 - i32.store $0 + i32.store local.get $0 i32.const 1648 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1648 i32.const 1648 call $~lib/string/String.__eq @@ -975,10 +978,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1680 - i32.store $0 + i32.store local.get $0 i32.const 1680 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1680 i32.const 1680 call $~lib/string/String.__eq @@ -994,10 +997,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1712 i32.const 1712 call $~lib/string/String.__eq @@ -1013,10 +1016,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1744 - i32.store $0 + i32.store local.get $0 i32.const 1744 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1744 i32.const 1744 call $~lib/string/String.__eq @@ -1032,10 +1035,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1776 - i32.store $0 + i32.store local.get $0 i32.const 1776 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1776 i32.const 1776 call $~lib/string/String.__eq @@ -1051,10 +1054,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1808 - i32.store $0 + i32.store local.get $0 i32.const 1808 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1808 i32.const 1808 call $~lib/string/String.__eq @@ -1070,10 +1073,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1840 - i32.store $0 + i32.store local.get $0 i32.const 1840 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1840 i32.const 1840 call $~lib/string/String.__eq @@ -1089,10 +1092,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1872 - i32.store $0 + i32.store local.get $0 i32.const 1872 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1872 i32.const 1872 call $~lib/string/String.__eq @@ -1108,10 +1111,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1904 - i32.store $0 + i32.store local.get $0 i32.const 1904 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1904 i32.const 1904 call $~lib/string/String.__eq @@ -1127,10 +1130,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1456 - i32.store $0 + i32.store local.get $0 i32.const 1456 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1456 i32.const 1456 call $~lib/string/String.__eq @@ -1146,10 +1149,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1376 - i32.store $0 + i32.store local.get $0 i32.const 1376 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1376 i32.const 1376 call $~lib/string/String.__eq diff --git a/tests/compiler/call-inferred.debug.wat b/tests/compiler/call-inferred.debug.wat index 134bdcb42b..9f7eb4fa7e 100644 --- a/tests/compiler/call-inferred.debug.wat +++ b/tests/compiler/call-inferred.debug.wat @@ -1,9 +1,9 @@ (module - (type $f32_=>_f32 (func (param f32) (result f32))) - (type $none_=>_none (func)) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $f64_=>_f64 (func (param f64) (result f64))) + (type $0 (func (param f32) (result f32))) + (type $1 (func)) + (type $2 (func (param i32) (result i32))) + (type $3 (func (param i32 i32 i32 i32))) + (type $4 (func (param f64) (result f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~argumentsLength (mut i32) (i32.const 0)) (global $~lib/memory/__data_end i32 (i32.const 76)) diff --git a/tests/compiler/call-optional.debug.wat b/tests/compiler/call-optional.debug.wat index bfcc5f4210..7a6794eba7 100644 --- a/tests/compiler/call-optional.debug.wat +++ b/tests/compiler/call-optional.debug.wat @@ -1,7 +1,7 @@ (module - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32 i32 i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~argumentsLength (mut i32) (i32.const 0)) (global $call-optional/optIndirect (mut i32) (i32.const 96)) @@ -102,8 +102,8 @@ i32.const 1 global.set $~argumentsLength global.get $call-optional/optIndirect - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.eq i32.eqz @@ -121,8 +121,8 @@ i32.const 2 global.set $~argumentsLength global.get $call-optional/optIndirect - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 5 i32.eq i32.eqz @@ -140,8 +140,8 @@ i32.const 3 global.set $~argumentsLength global.get $call-optional/optIndirect - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 12 i32.eq i32.eqz diff --git a/tests/compiler/call-optional.release.wat b/tests/compiler/call-optional.release.wat index 6c31b1dca1..79b66938d4 100644 --- a/tests/compiler/call-optional.release.wat +++ b/tests/compiler/call-optional.release.wat @@ -1,7 +1,7 @@ (module - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32 i32 i32) (result i32))) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~argumentsLength (mut i32) (i32.const 0)) (memory $0 1) @@ -48,8 +48,8 @@ i32.const 0 i32.const 0 i32.const 1120 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $0) if i32.const 0 i32.const 1056 @@ -64,8 +64,8 @@ i32.const 4 i32.const 0 i32.const 1120 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 5 i32.ne if @@ -82,8 +82,8 @@ i32.const 4 i32.const 5 i32.const 1120 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 12 i32.ne if diff --git a/tests/compiler/call-super.debug.wat b/tests/compiler/call-super.debug.wat index fb91ea7874..050aff4d05 100644 --- a/tests/compiler/call-super.debug.wat +++ b/tests/compiler/call-super.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func)) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -44,17 +44,17 @@ (start $~start) (func $call-super/A#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -68,7 +68,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -142,7 +142,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -212,11 +212,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -224,7 +224,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 272 @@ -356,7 +356,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -369,7 +369,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -385,34 +385,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -572,7 +572,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -595,7 +595,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -609,7 +609,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -632,7 +632,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -775,7 +775,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -861,7 +861,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -941,7 +941,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -975,7 +975,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -998,7 +998,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1012,7 +1012,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1064,7 +1064,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1102,7 +1102,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1177,7 +1176,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1211,7 +1210,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1232,7 +1231,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1252,7 +1251,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1272,7 +1271,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1298,7 +1297,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1321,7 +1320,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1806,7 +1805,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1851,7 +1850,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1884,7 +1883,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1907,7 +1906,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1933,7 +1932,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1946,7 +1945,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1973,19 +1972,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2187,12 +2186,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2243,98 +2242,98 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $call-super/A#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $call-super/B#get:b (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $call-super/B#set:b (param $this i32) (param $b i32) local.get $this local.get $b - i32.store $0 offset=4 + i32.store offset=4 ) (func $call-super/C#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $call-super/C#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $call-super/D#get:b (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $call-super/D#set:b (param $this i32) (param $b i32) local.get $this local.get $b - i32.store $0 offset=4 + i32.store offset=4 ) (func $call-super/E#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $call-super/E#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $call-super/F#set:b (param $this i32) (param $b i32) local.get $this local.get $b - i32.store $0 offset=4 + i32.store offset=4 ) (func $call-super/F#get:b (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $call-super/G#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $call-super/H#set:b (param $this i32) (param $b i32) local.get $this local.get $b - i32.store $0 offset=4 + i32.store offset=4 ) (func $call-super/G#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $call-super/H#get:b (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $call-super/I#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $call-super/J#set:b (param $this i32) (param $b i32) local.get $this local.get $b - i32.store $0 offset=4 + i32.store offset=4 ) (func $call-super/I#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $call-super/J#get:b (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $start:call-super - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2372,7 +2371,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2381,7 +2380,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2402,7 +2400,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $call-super/B $call-super/A $call-super/D $call-super/C $call-super/F $call-super/E $call-super/H $call-super/G $call-super/J $call-super/I $invalid end return @@ -2463,7 +2461,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2472,13 +2470,13 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 call $call-super/A#set:a @@ -2486,7 +2484,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/A#get:a i32.const 1 @@ -2517,7 +2515,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2526,13 +2524,13 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 call $call-super/B#set:b @@ -2541,16 +2539,16 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/A#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/A#get:a i32.const 1 @@ -2568,7 +2566,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/B#get:b i32.const 2 @@ -2600,17 +2598,17 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 call $call-super/B#constructor local.tee $b - i32.store $0 + i32.store local.get $b local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/A#get:a i32.const 1 @@ -2628,7 +2626,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/B#get:b i32.const 2 @@ -2656,7 +2654,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2665,23 +2663,23 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 call $call-super/C#set:a @@ -2702,7 +2700,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2711,13 +2709,13 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 call $call-super/D#set:b @@ -2726,16 +2724,16 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/C#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/C#get:a i32.const 1 @@ -2753,7 +2751,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/D#get:b i32.const 2 @@ -2785,17 +2783,17 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 call $call-super/D#constructor local.tee $d - i32.store $0 + i32.store local.get $d local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/C#get:a i32.const 1 @@ -2813,7 +2811,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/D#get:b i32.const 2 @@ -2841,7 +2839,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2850,13 +2848,13 @@ i32.const 9 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 call $call-super/E#set:a @@ -2864,7 +2862,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/E#get:a i32.const 1 @@ -2895,7 +2893,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2904,23 +2902,23 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/E#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 call $call-super/F#set:b @@ -2942,17 +2940,17 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 call $call-super/F#constructor local.tee $f - i32.store $0 + i32.store local.get $f local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/E#get:a i32.const 1 @@ -2970,7 +2968,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/F#get:b i32.const 2 @@ -2998,7 +2996,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3007,23 +3005,23 @@ i32.const 11 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 call $call-super/G#set:a @@ -3044,7 +3042,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3053,23 +3051,23 @@ i32.const 10 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/G#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 call $call-super/H#set:b @@ -3091,17 +3089,17 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 call $call-super/H#constructor local.tee $h - i32.store $0 + i32.store local.get $h local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/G#get:a i32.const 1 @@ -3119,7 +3117,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/H#get:b i32.const 2 @@ -3147,7 +3145,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3156,13 +3154,13 @@ i32.const 13 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 call $call-super/I#set:a @@ -3183,7 +3181,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3192,23 +3190,23 @@ i32.const 12 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/I#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 call $call-super/J#set:b @@ -3230,17 +3228,17 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 call $call-super/J#constructor local.tee $h - i32.store $0 + i32.store local.get $h local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/I#get:a i32.const 1 @@ -3258,7 +3256,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $call-super/J#get:b i32.const 2 @@ -3286,7 +3284,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -3295,7 +3293,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/call-super.release.wat b/tests/compiler/call-super.release.wat index bdcc3e03e7..35171b786e 100644 --- a/tests/compiler/call-super.release.wat +++ b/tests/compiler/call-super.release.wat @@ -1,12 +1,12 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -39,12 +39,12 @@ (local $0 i32) (local $1 i32) i32.const 1296 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1104 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -54,7 +54,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -72,7 +72,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -80,137 +80,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1168 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1168 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34316 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$158 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34316 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1168 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$158 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1168 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1168 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1488 + i32.load + i32.gt_u + if + i32.const 1296 + i32.const 1360 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1492 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1488 - i32.load $0 - i32.gt_u - if - i32.const 1296 - i32.const 1360 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1492 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -218,8 +238,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -231,10 +251,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -245,29 +265,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -275,10 +295,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -292,75 +312,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -382,7 +395,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -399,12 +412,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -421,17 +434,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -441,9 +454,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -468,13 +481,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -508,7 +521,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -564,19 +577,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -588,15 +601,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -604,16 +617,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -635,10 +649,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -651,18 +665,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -686,30 +699,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -717,10 +730,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -728,7 +741,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -736,7 +749,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -747,10 +760,10 @@ end i32.const 34320 i32.const 0 - i32.store $0 + i32.store i32.const 35888 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -762,7 +775,7 @@ i32.const 34320 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -780,7 +793,7 @@ i32.const 34320 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -797,7 +810,7 @@ end i32.const 34320 i32.const 35892 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -830,7 +843,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -843,19 +856,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -866,7 +879,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -878,7 +891,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -891,12 +904,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -905,7 +914,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -916,26 +925,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -951,7 +960,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -967,7 +976,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -992,14 +1001,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1034,7 +1043,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1048,10 +1057,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1063,10 +1072,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1074,47 +1083,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1135,7 +1146,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1152,10 +1163,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1171,7 +1182,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1192,7 +1203,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1219,7 +1230,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1240,7 +1251,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1282,50 +1293,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1345,12 +1360,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1361,7 +1376,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1382,7 +1397,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1398,8 +1413,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1413,90 +1428,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1509,7 +1524,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $start:call-super @@ -1517,7 +1532,7 @@ (local $1 i32) (local $2 i32) (local $3 i32) - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34316 @@ -1527,26 +1542,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1220 i32.const 1216 - i32.store $0 + i32.store i32.const 1224 i32.const 1216 - i32.store $0 + i32.store i32.const 1216 global.set $~lib/rt/itcms/pinSpace i32.const 1252 i32.const 1248 - i32.store $0 + i32.store i32.const 1256 i32.const 1248 - i32.store $0 + i32.store i32.const 1248 global.set $~lib/rt/itcms/toSpace i32.const 1396 i32.const 1392 - i32.store $0 + i32.store i32.const 1400 i32.const 1392 - i32.store $0 + i32.store i32.const 1392 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer @@ -1561,7 +1576,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 8 i32.sub @@ -1573,23 +1588,23 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 8 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 8 i32.sub @@ -1599,30 +1614,31 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 4 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -1639,12 +1655,12 @@ global.set $~lib/memory/__stack_pointer local.get $2 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -1657,9 +1673,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 2 i32.ne if @@ -1676,12 +1692,12 @@ global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -1694,9 +1710,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 2 i32.ne if @@ -1722,7 +1738,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 8 i32.sub @@ -1734,23 +1750,23 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 8 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 8 i32.sub @@ -1760,45 +1776,46 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 4 i32.const 7 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $2 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -1811,9 +1828,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 2 i32.ne if @@ -1830,12 +1847,12 @@ global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -1848,9 +1865,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 2 i32.ne if @@ -1876,7 +1893,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 8 i32.sub @@ -1888,17 +1905,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 8 i32.const 8 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 8 i32.sub @@ -1908,30 +1925,31 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 4 i32.const 9 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -1948,25 +1966,25 @@ global.set $~lib/memory/__stack_pointer local.get $2 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -1979,9 +1997,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 2 i32.ne if @@ -2007,7 +2025,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 8 i32.sub @@ -2019,17 +2037,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 8 i32.const 10 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 8 i32.sub @@ -2039,58 +2057,59 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 4 i32.const 11 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $2 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -2103,9 +2122,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 2 i32.ne if @@ -2131,7 +2150,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 8 i32.sub @@ -2143,17 +2162,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 8 i32.const 12 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 8 i32.sub @@ -2163,50 +2182,51 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 4 i32.const 13 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 - i32.store $0 + i32.store local.get $3 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $2 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -2219,9 +2239,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 2 i32.ne if @@ -2264,7 +2284,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $call-super/B $call-super/A $call-super/D $call-super/C $call-super/F $call-super/E $call-super/H $call-super/G $call-super/J $call-super/I $invalid end return @@ -2274,11 +2294,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -2308,6 +2328,7 @@ call $start:call-super ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) + (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2324,17 +2345,18 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2342,23 +2364,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/cast.debug.wat b/tests/compiler/cast.debug.wat index 14d039d108..2800488edc 100644 --- a/tests/compiler/cast.debug.wat +++ b/tests/compiler/cast.debug.wat @@ -1,9 +1,9 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_=>_i64 (func (param i32) (result i64))) - (type $i64_=>_i32 (func (param i64) (result i32))) - (type $i64_=>_i64 (func (param i64) (result i64))) - (type $none_=>_none (func)) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32) (result i64))) + (type $2 (func (param i64) (result i32))) + (type $3 (func (param i64) (result i64))) + (type $4 (func)) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) (global $~lib/memory/__heap_base i32 (i32.const 32776)) diff --git a/tests/compiler/class-extends.debug.wat b/tests/compiler/class-extends.debug.wat index d8d713d111..db6c27269e 100644 --- a/tests/compiler/class-extends.debug.wat +++ b/tests/compiler/class-extends.debug.wat @@ -1,9 +1,9 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32 i32 i32))) + (type $4 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) @@ -15,21 +15,21 @@ (export "test" (func $export:class-extends/test)) (func $class-extends/A#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $class-extends/B#get:b (param $this i32) (result i32) local.get $this - i32.load16_s $0 offset=4 + i32.load16_s offset=4 ) (func $class-extends/A#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $class-extends/B#set:b (param $this i32) (param $b i32) local.get $this local.get $b - i32.store16 $0 offset=4 + i32.store16 offset=4 ) (func $~stack_check global.get $~lib/memory/__stack_pointer @@ -53,12 +53,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $b local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-extends/A#get:a drop @@ -66,7 +66,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-extends/B#get:b drop @@ -74,7 +74,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2 call $class-extends/A#set:a @@ -82,7 +82,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 3 call $class-extends/B#set:b @@ -99,7 +99,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $class-extends/test global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/class-extends.release.wat b/tests/compiler/class-extends.release.wat index 7f47ffaa17..91954a1585 100644 --- a/tests/compiler/class-extends.release.wat +++ b/tests/compiler/class-extends.release.wat @@ -1,6 +1,6 @@ (module - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_=>_none (func (param i32))) + (type $0 (func (param i32 i32 i32 i32))) + (type $1 (func (param i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33792)) (memory $0 0) @@ -20,7 +20,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.sub @@ -32,31 +32,31 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load drop local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load16_s $0 offset=4 + i32.load16_s offset=4 drop local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 3 - i32.store16 $0 offset=4 + i32.store16 offset=4 local.get $1 i32.const 4 i32.add diff --git a/tests/compiler/class-implements.debug.wat b/tests/compiler/class-implements.debug.wat index eccd1f196e..e967a93f72 100644 --- a/tests/compiler/class-implements.debug.wat +++ b/tests/compiler/class-implements.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -52,12 +52,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -71,7 +71,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -145,7 +145,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -215,11 +215,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -227,7 +227,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -359,7 +359,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -372,7 +372,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -388,34 +388,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -575,7 +575,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -598,7 +598,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -612,7 +612,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -635,7 +635,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -778,7 +778,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -864,7 +864,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -944,7 +944,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -978,7 +978,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1001,7 +1001,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1015,7 +1015,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1067,7 +1067,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1105,7 +1105,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1180,7 +1179,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1214,7 +1213,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1235,7 +1234,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1255,7 +1254,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1275,7 +1274,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1301,7 +1300,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1324,7 +1323,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1809,7 +1808,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1854,7 +1853,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1887,7 +1886,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1910,7 +1909,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1936,7 +1935,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1949,7 +1948,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1976,19 +1975,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2190,12 +2189,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2246,7 +2245,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2275,11 +2274,11 @@ (func $class-implements/A2#set:foo (param $this i32) (param $foo i32) local.get $this local.get $foo - i32.store $0 + i32.store ) (func $class-implements/A2#get:foo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $class-implements/I2#get:foo (param $this i32) (result i32) unreachable @@ -2290,47 +2289,47 @@ (func $class-implements/A3#set:foo (param $this i32) (param $foo i32) local.get $this local.get $foo - i32.store $0 + i32.store ) (func $class-implements/A3#get:foo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $class-implements/A4#set:foo (param $this i32) (param $foo i32) local.get $this local.get $foo - i32.store $0 + i32.store ) (func $class-implements/A4#get:foo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $class-implements/B2#set:_foo (param $this i32) (param $_foo i32) local.get $this local.get $_foo - i32.store $0 + i32.store ) (func $class-implements/B2#get:_foo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $class-implements/B3#set:_foo2 (param $this i32) (param $_foo2 i32) local.get $this local.get $_foo2 - i32.store $0 offset=4 + i32.store offset=4 ) (func $class-implements/B3#get:_foo2 (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $class-implements/B4#set:_foo2 (param $this i32) (param $_foo2 i32) local.get $this local.get $_foo2 - i32.store $0 offset=4 + i32.store offset=4 ) (func $class-implements/B4#get:_foo2 (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $class-implements/K#foo (param $this i32) (result i32) unreachable @@ -2346,7 +2345,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 11 @@ -2371,7 +2370,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 11 @@ -2423,7 +2422,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 13 @@ -2477,7 +2476,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 16 @@ -2543,7 +2542,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $2 local.get $2 i32.const 16 @@ -2611,7 +2610,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 19 @@ -2698,7 +2697,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2707,7 +2706,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2735,7 +2733,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $class-implements/A $class-implements/I $class-implements/C $class-implements/B $class-implements/D $class-implements/J $class-implements/E $class-implements/F $class-implements/G $class-implements/K $class-implements/A2 $class-implements/I2 $class-implements/A3 $class-implements/A4 $class-implements/B2 $class-implements/B3 $class-implements/B4 $invalid end return @@ -2810,7 +2808,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2819,18 +2817,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2848,7 +2846,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2857,18 +2855,18 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2886,7 +2884,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2895,18 +2893,18 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-implements/B#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2924,7 +2922,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2933,18 +2931,18 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2962,7 +2960,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2971,18 +2969,18 @@ i32.const 10 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-implements/D#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3000,7 +2998,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3009,18 +3007,18 @@ i32.const 11 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-implements/D#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3038,7 +3036,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3047,18 +3045,18 @@ i32.const 12 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3076,7 +3074,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3085,23 +3083,23 @@ i32.const 14 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 call $class-implements/A2#set:foo @@ -3122,7 +3120,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3131,23 +3129,23 @@ i32.const 16 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-implements/A2#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 5 call $class-implements/A3#set:foo @@ -3168,7 +3166,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3177,23 +3175,23 @@ i32.const 17 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-implements/A2#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 7 call $class-implements/A4#set:foo @@ -3214,7 +3212,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3223,23 +3221,23 @@ i32.const 18 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 call $class-implements/B2#set:_foo @@ -3260,12 +3258,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-implements/B2#get:_foo local.set $1 @@ -3285,7 +3283,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3294,23 +3292,23 @@ i32.const 19 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-implements/B2#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 9 call $class-implements/B3#set:_foo2 @@ -3331,12 +3329,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-implements/B3#get:_foo2 local.set $1 @@ -3356,7 +3354,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3365,23 +3363,23 @@ i32.const 20 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-implements/B2#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 11 call $class-implements/B4#set:_foo2 @@ -3402,12 +3400,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-implements/B4#get:_foo2 local.set $1 @@ -3434,8 +3432,8 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 28 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3459,7 +3457,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/A#foo i32.const 1 @@ -3480,7 +3478,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/C#foo i32.const 2 @@ -3501,7 +3499,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/D#foo@override i32.const 3 @@ -3522,7 +3520,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/D#foo@override i32.const 3 @@ -3543,7 +3541,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/F#foo i32.const 4 @@ -3564,7 +3562,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/D#foo@override i32.const 4 @@ -3585,7 +3583,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/I#foo@override i32.const 4 @@ -3604,7 +3602,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/J#foo@override i32.const 1 @@ -3622,12 +3620,12 @@ i32.const 0 call $class-implements/A2#constructor local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/A2#get:foo i32.const 1 @@ -3645,7 +3643,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/I2#get:foo@override i32.const 1 @@ -3663,7 +3661,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2 call $class-implements/I2#set:foo@override @@ -3671,7 +3669,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/A2#get:foo i32.const 2 @@ -3689,7 +3687,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/I2#get:foo@override i32.const 2 @@ -3707,12 +3705,12 @@ i32.const 0 call $class-implements/A3#constructor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/A3#get:foo i32.const 5 @@ -3730,7 +3728,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/I2#get:foo@override i32.const 5 @@ -3748,7 +3746,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 6 call $class-implements/I2#set:foo@override @@ -3756,7 +3754,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/A3#get:foo i32.const 6 @@ -3774,7 +3772,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/I2#get:foo@override i32.const 6 @@ -3792,12 +3790,12 @@ i32.const 0 call $class-implements/A4#constructor local.tee $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/A4#get:foo i32.const 7 @@ -3815,7 +3813,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/I2#get:foo@override i32.const 7 @@ -3833,7 +3831,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 8 call $class-implements/I2#set:foo@override @@ -3841,7 +3839,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/A4#get:foo i32.const 8 @@ -3859,7 +3857,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/I2#get:foo@override i32.const 8 @@ -3877,12 +3875,12 @@ i32.const 0 call $class-implements/B2#constructor local.tee $3 - i32.store $0 offset=16 + i32.store offset=16 local.get $3 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/B2#get:foo@override i32.const 3 @@ -3900,7 +3898,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/I2#get:foo@override i32.const 3 @@ -3918,7 +3916,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 4 call $class-implements/I2#set:foo@override @@ -3926,7 +3924,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/B2#get:foo@override i32.const 4 @@ -3944,7 +3942,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/I2#get:foo@override i32.const 4 @@ -3962,12 +3960,12 @@ i32.const 0 call $class-implements/B3#constructor local.tee $4 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/B3#get:foo i32.const 9 @@ -3985,7 +3983,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/I2#get:foo@override i32.const 9 @@ -4003,7 +4001,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 10 call $class-implements/I2#set:foo@override @@ -4011,7 +4009,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/B3#get:foo i32.const 10 @@ -4029,7 +4027,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/I2#get:foo@override i32.const 10 @@ -4047,12 +4045,12 @@ i32.const 0 call $class-implements/B4#constructor local.tee $5 - i32.store $0 offset=24 + i32.store offset=24 local.get $5 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/B4#get:foo i32.const 11 @@ -4070,7 +4068,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/I2#get:foo@override i32.const 11 @@ -4088,7 +4086,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 12 call $class-implements/I2#set:foo@override @@ -4096,7 +4094,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/B4#get:foo i32.const 12 @@ -4114,7 +4112,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $class-implements/I2#get:foo@override i32.const 12 @@ -4142,12 +4140,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $foo call $class-implements/B3#set:_foo2 @@ -4165,12 +4163,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $foo call $class-implements/B4#set:_foo2 @@ -4188,12 +4186,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $foo call $class-implements/B2#set:_foo @@ -4211,7 +4209,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -4220,7 +4218,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/class-implements.release.wat b/tests/compiler/class-implements.release.wat index fd9ad73710..e253112e6b 100644 --- a/tests/compiler/class-implements.release.wat +++ b/tests/compiler/class-implements.release.wat @@ -1,12 +1,12 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $0 (func (param i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32))) + (type $4 (func (result i32))) + (type $5 (func (param i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -49,51 +49,51 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $class-implements/c local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $class-implements/d local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $class-implements/e local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $class-implements/f local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $class-implements/g local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $class-implements/h local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -103,7 +103,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -121,7 +121,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -129,137 +129,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34360 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$174 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34360 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$174 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1504 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1508 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1504 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1508 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -267,8 +287,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -280,10 +300,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -294,29 +314,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -324,10 +344,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -341,75 +361,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -431,7 +444,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -448,12 +461,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -470,17 +483,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -490,9 +503,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -517,13 +530,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -557,7 +570,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -613,19 +626,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -637,15 +650,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -653,16 +666,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -684,10 +698,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -700,18 +714,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -735,30 +748,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -766,10 +779,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -777,7 +790,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -785,7 +798,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -796,10 +809,10 @@ end i32.const 34368 i32.const 0 - i32.store $0 + i32.store i32.const 35936 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -811,7 +824,7 @@ i32.const 34368 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -829,7 +842,7 @@ i32.const 34368 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -846,7 +859,7 @@ end i32.const 34368 i32.const 35940 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -879,7 +892,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -892,19 +905,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -915,7 +928,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -927,7 +940,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -940,12 +953,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -954,7 +963,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -965,26 +974,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1000,7 +1009,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1016,7 +1025,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1041,14 +1050,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1083,7 +1092,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1097,10 +1106,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1112,10 +1121,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1123,47 +1132,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1184,7 +1195,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1201,10 +1212,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1220,7 +1231,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1241,7 +1252,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1268,7 +1279,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1289,7 +1300,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1331,50 +1342,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1394,12 +1409,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1410,7 +1425,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1431,7 +1446,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1447,8 +1462,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1462,90 +1477,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1558,7 +1573,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $class-implements/I2#get:foo@override (param $0 i32) (result i32) @@ -1572,17 +1587,17 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 14 i32.sub br_table $case4 $default $case0 $case1 $case5 $case2 $case3 $default end local.get $0 - i32.load $0 + i32.load return end local.get $0 - i32.load $0 + i32.load return end local.get $0 @@ -1594,7 +1609,7 @@ return end local.get $0 - i32.load $0 + i32.load return end local.get $0 @@ -1613,7 +1628,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 14 i32.sub br_table $folding-inner0 $default $folding-inner0 $folding-inner0 $case5 $case2 $case3 $default @@ -1646,13 +1661,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add @@ -1663,7 +1678,7 @@ end local.get $0 local.get $1 - i32.store $0 + i32.store ) (func $class-implements/B2#get:foo@override (param $0 i32) (result i32) (local $1 i32) @@ -1672,7 +1687,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.tee $1 i32.const 19 i32.ne @@ -1720,7 +1735,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $class-implements/A $class-implements/I $class-implements/C $class-implements/B $class-implements/D $class-implements/J $class-implements/E $class-implements/F $class-implements/G $class-implements/K $class-implements/A2 $class-implements/I2 $class-implements/A3 $class-implements/A4 $class-implements/B2 $class-implements/B3 $class-implements/B4 $invalid end return @@ -1730,11 +1745,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1795,27 +1810,28 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 i32.const 8 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1843,22 +1859,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 i32.const 11 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $class-implements/D#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1883,33 +1899,34 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.const 14 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1934,33 +1951,34 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.const 18 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1987,12 +2005,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $0 local.get $1 i32.const 4 @@ -2020,12 +2038,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 local.get $1 i32.const 4 @@ -2050,8 +2068,8 @@ local.tee $0 i32.const 0 i32.const 28 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl i32.const 34360 @@ -2061,26 +2079,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace local.get $0 @@ -2094,22 +2112,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2118,7 +2136,7 @@ global.set $class-implements/a global.get $~lib/memory/__stack_pointer global.get $class-implements/a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2130,17 +2148,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8 i32.sub @@ -2150,34 +2168,35 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 i32.const 7 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2186,23 +2205,23 @@ global.set $class-implements/c global.get $~lib/memory/__stack_pointer global.get $class-implements/c - i32.store $0 + i32.store i32.const 0 call $class-implements/D#constructor global.set $class-implements/d - block $__inlined_func$class-implements/D#foo@override (result i32) + block $__inlined_func$class-implements/D#foo@override$163 (result i32) global.get $~lib/memory/__stack_pointer global.get $class-implements/d local.tee $0 - i32.store $0 + i32.store i32.const 4 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 11 i32.eq - br_if $__inlined_func$class-implements/D#foo@override + br_if $__inlined_func$class-implements/D#foo@override$163 drop i32.const 3 end @@ -2227,41 +2246,41 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 i32.const 10 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $class-implements/D#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 global.set $class-implements/e - block $__inlined_func$class-implements/D#foo@override0 (result i32) + block $__inlined_func$class-implements/D#foo@override$165 (result i32) global.get $~lib/memory/__stack_pointer global.get $class-implements/e local.tee $0 - i32.store $0 + i32.store i32.const 4 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 11 i32.eq - br_if $__inlined_func$class-implements/D#foo@override0 + br_if $__inlined_func$class-implements/D#foo@override$165 drop i32.const 3 end @@ -2279,22 +2298,22 @@ global.set $class-implements/f global.get $~lib/memory/__stack_pointer global.get $class-implements/f - i32.store $0 + i32.store call $class-implements/F#constructor global.set $class-implements/g - block $__inlined_func$class-implements/D#foo@override1 (result i32) + block $__inlined_func$class-implements/D#foo@override$166 (result i32) global.get $~lib/memory/__stack_pointer global.get $class-implements/g local.tee $0 - i32.store $0 + i32.store i32.const 4 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 11 i32.eq - br_if $__inlined_func$class-implements/D#foo@override1 + br_if $__inlined_func$class-implements/D#foo@override$166 drop i32.const 3 end @@ -2313,36 +2332,36 @@ global.get $~lib/memory/__stack_pointer global.get $class-implements/h local.tee $0 - i32.store $0 - block $__inlined_func$class-implements/I#foo@override - block $default0 + i32.store + block $__inlined_func$class-implements/I#foo@override$167 + block $default2 block $case3 block $case2 block $case1 - block $case01 + block $case03 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 4 i32.sub - br_table $case1 $default0 $case2 $default0 $case3 $default0 $case3 $case01 $default0 + br_table $case1 $default2 $case2 $default2 $case3 $default2 $case3 $case03 $default2 end i32.const 4 local.set $0 - br $__inlined_func$class-implements/I#foo@override + br $__inlined_func$class-implements/I#foo@override$167 end i32.const 1 local.set $0 - br $__inlined_func$class-implements/I#foo@override + br $__inlined_func$class-implements/I#foo@override$167 end i32.const 2 local.set $0 - br $__inlined_func$class-implements/I#foo@override + br $__inlined_func$class-implements/I#foo@override$167 end i32.const 3 local.set $0 - br $__inlined_func$class-implements/I#foo@override + br $__inlined_func$class-implements/I#foo@override$167 end unreachable end @@ -2368,30 +2387,30 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 i32.const 12 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - block $__inlined_func$class-implements/J#foo@override + i32.store + block $__inlined_func$class-implements/J#foo@override$169 block $default3 block $case34 block $case25 @@ -2400,7 +2419,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 8 i32.sub br_table $case25 $default3 $case25 $case16 $case34 $case07 $default3 @@ -2409,15 +2428,15 @@ end i32.const 4 local.set $0 - br $__inlined_func$class-implements/J#foo@override + br $__inlined_func$class-implements/J#foo@override$169 end i32.const 3 local.set $0 - br $__inlined_func$class-implements/J#foo@override + br $__inlined_func$class-implements/J#foo@override$169 end i32.const 1 local.set $0 - br $__inlined_func$class-implements/J#foo@override + br $__inlined_func$class-implements/J#foo@override$169 end unreachable end @@ -2436,12 +2455,12 @@ i32.const 0 call $class-implements/A2#constructor local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -2454,7 +2473,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $class-implements/I2#get:foo@override i32.const 1 @@ -2469,15 +2488,15 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2 call $class-implements/I2#set:foo@override global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 2 i32.ne if @@ -2490,7 +2509,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $class-implements/I2#get:foo@override i32.const 2 @@ -2515,40 +2534,40 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 4 i32.const 16 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 call $class-implements/A2#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load i32.const 5 i32.ne if @@ -2561,7 +2580,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-implements/I2#get:foo@override i32.const 5 @@ -2576,15 +2595,15 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 6 call $class-implements/I2#set:foo@override global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load i32.const 6 i32.ne if @@ -2597,7 +2616,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-implements/I2#get:foo@override i32.const 6 @@ -2622,40 +2641,40 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 4 i32.const 17 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 call $class-implements/A2#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load i32.const 7 i32.ne if @@ -2668,7 +2687,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-implements/I2#get:foo@override i32.const 7 @@ -2683,15 +2702,15 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 8 call $class-implements/I2#set:foo@override global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load i32.const 8 i32.ne if @@ -2704,7 +2723,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-implements/I2#get:foo@override i32.const 8 @@ -2721,10 +2740,10 @@ i32.const 0 call $class-implements/B2#constructor local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $class-implements/B2#get:foo@override i32.const 3 @@ -2739,7 +2758,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $class-implements/I2#get:foo@override i32.const 3 @@ -2754,13 +2773,13 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 4 call $class-implements/I2#set:foo@override global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $class-implements/B2#get:foo@override i32.const 4 @@ -2775,7 +2794,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $class-implements/I2#get:foo@override i32.const 4 @@ -2800,38 +2819,38 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 8 i32.const 19 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 call $class-implements/B2#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 9 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-implements/B3#get:foo i32.const 9 @@ -2846,7 +2865,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-implements/I2#get:foo@override i32.const 9 @@ -2861,13 +2880,13 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 10 call $class-implements/I2#set:foo@override global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-implements/B3#get:foo i32.const 10 @@ -2882,7 +2901,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-implements/I2#get:foo@override i32.const 10 @@ -2907,38 +2926,38 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 8 i32.const 20 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 call $class-implements/B2#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 11 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=24 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-implements/B3#get:foo i32.const 11 @@ -2953,7 +2972,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-implements/I2#get:foo@override i32.const 11 @@ -2968,13 +2987,13 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 12 call $class-implements/I2#set:foo@override global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-implements/B3#get:foo i32.const 12 @@ -2989,7 +3008,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-implements/I2#get:foo@override i32.const 12 @@ -3035,19 +3054,20 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) + (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3064,17 +3084,18 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3082,23 +3103,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/class-overloading-cast.debug.wat b/tests/compiler/class-overloading-cast.debug.wat index c4342ebc91..e73494ed95 100644 --- a/tests/compiler/class-overloading-cast.debug.wat +++ b/tests/compiler/class-overloading-cast.debug.wat @@ -1,16 +1,16 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_f32_=>_i32 (func (param i32 f32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func)) + (type $5 (func (param i32 f64) (result i32))) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) + (type $9 (func (result i32))) + (type $10 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $11 (func (param i32 f32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -58,12 +58,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -77,7 +77,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -151,7 +151,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -221,11 +221,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -233,7 +233,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -365,7 +365,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -378,7 +378,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -394,34 +394,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -581,7 +581,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -604,7 +604,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -618,7 +618,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -641,7 +641,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -784,7 +784,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -870,7 +870,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -950,7 +950,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -984,7 +984,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1007,7 +1007,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1021,7 +1021,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1073,7 +1073,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1111,7 +1111,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1186,7 +1185,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1220,7 +1219,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1241,7 +1240,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1261,7 +1260,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1281,7 +1280,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1307,7 +1306,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1330,7 +1329,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1815,7 +1814,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1860,7 +1859,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1893,7 +1892,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1916,7 +1915,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1942,7 +1941,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1955,7 +1954,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1982,19 +1981,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2196,12 +2195,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2252,7 +2251,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2262,7 +2261,7 @@ ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -2314,9 +2313,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -2349,10 +2348,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -2409,7 +2408,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $2 local.get $2 i32.const 4 @@ -2442,7 +2441,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $2 local.get $2 i32.const 7 @@ -2464,7 +2463,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load drop local.get $0 local.get $1 @@ -2513,7 +2512,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2522,7 +2521,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2543,7 +2541,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $class-overloading-cast/B $class-overloading-cast/A $class-overloading-cast/B $class-overloading-cast/B $class-overloading-cast/A $class-overloading-cast/C $class-overloading-cast/A<~lib/string/String> $class-overloading-cast/D $class-overloading-cast/B $class-overloading-cast/A $invalid end return @@ -2610,7 +2608,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2619,18 +2617,18 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2648,7 +2646,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2657,18 +2655,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-overloading-cast/A#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2686,7 +2684,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2695,18 +2693,18 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-overloading-cast/A#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2724,7 +2722,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2733,18 +2731,18 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2762,7 +2760,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2771,18 +2769,18 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-overloading-cast/A#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2801,7 +2799,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -2839,7 +2837,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -2848,7 +2846,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -2866,14 +2864,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -2896,7 +2894,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2905,18 +2903,18 @@ i32.const 10 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2934,7 +2932,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2943,18 +2941,18 @@ i32.const 9 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-overloading-cast/A<~lib/string/String>#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2972,7 +2970,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2981,18 +2979,18 @@ i32.const 13 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3010,7 +3008,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3019,18 +3017,18 @@ i32.const 12 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-overloading-cast/A#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3048,7 +3046,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3057,18 +3055,18 @@ i32.const 11 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-overloading-cast/B#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3086,11 +3084,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 - memory.size $0 + i64.store offset=8 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3120,20 +3118,20 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $class-overloading-cast/A#foo@override local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 464 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3149,20 +3147,20 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $class-overloading-cast/B#foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 464 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3178,20 +3176,20 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 f64.const 1.1 call $class-overloading-cast/A#foo@override local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 464 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3210,25 +3208,25 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 576 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 call $class-overloading-cast/A<~lib/string/String>#foo@override local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 432 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3244,25 +3242,25 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 576 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 call $class-overloading-cast/A<~lib/string/String>#foo@override local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 432 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3279,20 +3277,20 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 f32.const 2.5 call $class-overloading-cast/D#bar local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 608 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3318,7 +3316,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -3327,7 +3325,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/class-overloading-cast.release.wat b/tests/compiler/class-overloading-cast.release.wat index 14a24afc68..1ac11532a6 100644 --- a/tests/compiler/class-overloading-cast.release.wat +++ b/tests/compiler/class-overloading-cast.release.wat @@ -1,12 +1,12 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $0 (func)) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -55,33 +55,33 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $class-overloading-cast/v2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $class-overloading-cast/v3 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $class-overloading-cast/c local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -91,7 +91,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -109,7 +109,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -117,137 +117,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34476 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$141 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34476 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$141 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1648 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1652 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1648 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1652 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -255,8 +275,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -268,10 +288,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -282,29 +302,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -312,10 +332,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -329,75 +349,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -419,7 +432,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -436,12 +449,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -458,17 +471,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -478,9 +491,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -505,13 +518,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -545,7 +558,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -601,19 +614,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -625,15 +638,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -641,16 +654,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -672,10 +686,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -688,18 +702,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -723,30 +736,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -754,10 +767,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -765,7 +778,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -773,7 +786,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -784,10 +797,10 @@ end i32.const 34480 i32.const 0 - i32.store $0 + i32.store i32.const 36048 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -799,7 +812,7 @@ i32.const 34480 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -817,7 +830,7 @@ i32.const 34480 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -834,7 +847,7 @@ end i32.const 34480 i32.const 36052 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -867,7 +880,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -880,19 +893,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -903,7 +916,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -915,7 +928,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -928,12 +941,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -942,7 +951,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -953,26 +962,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -988,7 +997,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1004,7 +1013,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1029,14 +1038,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1071,7 +1080,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1085,10 +1094,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1100,10 +1109,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1113,7 +1122,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1124,10 +1133,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1139,7 +1148,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1160,7 +1169,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1175,7 +1184,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1196,7 +1205,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1227,11 +1236,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1250,12 +1259,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1266,7 +1275,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1285,7 +1294,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1302,7 +1311,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1318,7 +1327,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1328,7 +1337,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1337,54 +1346,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1397,7 +1406,7 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1419,7 +1428,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $class-overloading-cast/B $class-overloading-cast/A $class-overloading-cast/B $class-overloading-cast/B $class-overloading-cast/A $class-overloading-cast/C $class-overloading-cast/A<~lib/string/String> $class-overloading-cast/D $class-overloading-cast/B $class-overloading-cast/A $invalid end return @@ -1429,11 +1438,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1486,26 +1495,27 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1533,13 +1543,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1554,55 +1565,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -1623,7 +1638,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$87 loop $while-continue|1 local.get $0 local.tee $3 @@ -1633,17 +1648,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$87 local.get $2 i32.const 2 i32.add @@ -1689,11 +1704,11 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i64.const 0 - i64.store $0 offset=8 - memory.size $0 + i64.store offset=8 + memory.size i32.const 16 i32.shl i32.const 34476 @@ -1703,26 +1718,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace local.get $0 @@ -1736,21 +1751,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $class-overloading-cast/A#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1768,21 +1783,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $class-overloading-cast/A#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1800,16 +1815,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 7 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8 i32.sub @@ -1819,33 +1834,34 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1853,17 +1869,17 @@ local.get $0 global.set $class-overloading-cast/v3 global.get $~lib/memory/__stack_pointer - block $__inlined_func$class-overloading-cast/A#foo@override (result i32) + block $__inlined_func$class-overloading-cast/A#foo@override$136 (result i32) global.get $~lib/memory/__stack_pointer global.get $class-overloading-cast/v local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 block $default block $case1 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.tee $0 i32.const 4 i32.ne @@ -1875,18 +1891,18 @@ br $default end i32.const 1488 - br $__inlined_func$class-overloading-cast/A#foo@override + br $__inlined_func$class-overloading-cast/A#foo@override$136 end i32.const 1488 - br $__inlined_func$class-overloading-cast/A#foo@override + br $__inlined_func$class-overloading-cast/A#foo@override$136 end i32.const 1456 end local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1488 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1488 call $~lib/string/String.__eq @@ -1902,13 +1918,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $class-overloading-cast/v2 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1488 - i32.store $0 + i32.store local.get $0 i32.const 1488 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1488 i32.const 1488 call $~lib/string/String.__eq @@ -1921,30 +1937,30 @@ call $~lib/builtins/abort unreachable end - block $__inlined_func$class-overloading-cast/A#foo@override (result i32) + block $__inlined_func$class-overloading-cast/A#foo@override$137 (result i32) global.get $~lib/memory/__stack_pointer local.tee $0 global.get $class-overloading-cast/v3 local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1488 local.get $1 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 7 i32.eq - br_if $__inlined_func$class-overloading-cast/A#foo@override + br_if $__inlined_func$class-overloading-cast/A#foo@override$137 drop i32.const 1456 end local.set $1 local.get $0 local.get $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1488 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1488 call $~lib/string/String.__eq @@ -1968,16 +1984,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 9 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8 i32.sub @@ -1987,33 +2003,34 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 10 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2023,21 +2040,21 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading-cast/c local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 1600 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load drop global.get $~lib/memory/__stack_pointer i32.const 1456 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1456 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1456 i32.const 1456 call $~lib/string/String.__eq @@ -2054,21 +2071,21 @@ local.tee $0 global.get $class-overloading-cast/c local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1600 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8 i32.sub - i32.load $0 + i32.load drop local.get $0 i32.const 1456 - i32.store $0 + i32.store local.get $0 i32.const 1456 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1456 i32.const 1456 call $~lib/string/String.__eq @@ -2092,17 +2109,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 11 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 local.get $0 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $1 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2111,22 +2128,23 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 12 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 local.get $0 - i32.store $0 offset=4 - local.get $3 + i32.store offset=4 + local.get $2 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2135,53 +2153,54 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 13 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $3 local.get $0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $3 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 1632 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1632 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1632 i32.const 1632 call $~lib/string/String.__eq @@ -2208,6 +2227,7 @@ unreachable ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) + (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2224,16 +2244,17 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2241,23 +2262,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/class-overloading.debug.wat b/tests/compiler/class-overloading.debug.wat index dc394bbf8e..4f55946065 100644 --- a/tests/compiler/class-overloading.debug.wat +++ b/tests/compiler/class-overloading.debug.wat @@ -1,14 +1,14 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) + (type $9 (func (param i32 i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $class-overloading/which (mut i32) (i32.const 32)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -62,12 +62,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -81,7 +81,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -155,7 +155,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -225,11 +225,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -237,7 +237,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 256 @@ -369,7 +369,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -382,7 +382,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -398,34 +398,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -585,7 +585,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -608,7 +608,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -622,7 +622,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -645,7 +645,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -788,7 +788,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -874,7 +874,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -954,7 +954,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -988,7 +988,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1011,7 +1011,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1025,7 +1025,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1077,7 +1077,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1115,7 +1115,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1190,7 +1189,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1224,7 +1223,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1245,7 +1244,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1265,7 +1264,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1285,7 +1284,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1311,7 +1310,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1334,7 +1333,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1819,7 +1818,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1864,7 +1863,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1897,7 +1896,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1920,7 +1919,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1946,7 +1945,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1959,7 +1958,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1986,19 +1985,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2200,12 +2199,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2256,7 +2255,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2266,7 +2265,7 @@ ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -2318,9 +2317,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -2353,10 +2352,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -2485,7 +2484,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $2 local.get $2 i32.const 5 @@ -2537,7 +2536,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $2 local.get $2 i32.const 5 @@ -2589,7 +2588,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 5 @@ -2637,7 +2636,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $2 local.get $2 i32.const 5 @@ -2688,7 +2687,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 11 @@ -2717,7 +2716,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 15 @@ -2739,7 +2738,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 16 @@ -2811,7 +2810,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2820,7 +2819,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2845,7 +2843,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $class-overloading/A $class-overloading/B $class-overloading/C $class-overloading/D $class-overloading/E $class-overloading/F $class-overloading/IA $class-overloading/CA $class-overloading/IC $class-overloading/CC $class-overloading/A2 $class-overloading/B2 $class-overloading/B1 $class-overloading/A1 $invalid end return @@ -2920,7 +2918,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2929,18 +2927,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2958,7 +2956,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2967,18 +2965,18 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-overloading/A#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2997,7 +2995,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -3035,7 +3033,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -3044,7 +3042,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -3062,14 +3060,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -3092,7 +3090,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3101,18 +3099,18 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-overloading/B#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3130,12 +3128,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $a call $class-overloading/B#a @@ -3143,13 +3141,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 496 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -3177,7 +3175,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3186,18 +3184,18 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-overloading/B#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3215,7 +3213,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3224,18 +3222,18 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-overloading/D#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3253,7 +3251,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3262,18 +3260,18 @@ i32.const 9 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-overloading/E#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3291,7 +3289,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3300,18 +3298,18 @@ i32.const 11 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3329,7 +3327,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3338,18 +3336,18 @@ i32.const 13 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3367,7 +3365,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3376,18 +3374,18 @@ i32.const 14 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3405,7 +3403,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3414,18 +3412,18 @@ i32.const 15 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-overloading/A2#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3443,8 +3441,8 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 - memory.size $0 + i64.store + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3468,7 +3466,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $class-overloading/A#a@override @@ -3476,13 +3474,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 496 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3500,7 +3498,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $class-overloading/A#b@override @@ -3508,13 +3506,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 496 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3532,7 +3530,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $class-overloading/A#get:c@override drop @@ -3540,13 +3538,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 496 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3564,7 +3562,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $class-overloading/A#set:c@override @@ -3572,13 +3570,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 496 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3599,7 +3597,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $class-overloading/C#a @@ -3607,13 +3605,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 592 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3631,7 +3629,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $class-overloading/C#b @@ -3639,13 +3637,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 592 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3663,7 +3661,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $class-overloading/C#get:c drop @@ -3671,13 +3669,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 592 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3693,7 +3691,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $class-overloading/C#set:c @@ -3701,13 +3699,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 592 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3728,7 +3726,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $class-overloading/A#a@override @@ -3736,13 +3734,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 496 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3760,7 +3758,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $class-overloading/A#b@override @@ -3768,13 +3766,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 496 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3792,7 +3790,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $class-overloading/A#get:c@override drop @@ -3800,13 +3798,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 496 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3822,7 +3820,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $class-overloading/A#set:c@override @@ -3830,13 +3828,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 496 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3857,7 +3855,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $class-overloading/A#a@override @@ -3865,13 +3863,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 496 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3889,7 +3887,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $class-overloading/A#b@override @@ -3897,13 +3895,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 496 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3921,7 +3919,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $class-overloading/A#get:c@override drop @@ -3929,13 +3927,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 496 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3951,7 +3949,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $class-overloading/A#set:c@override @@ -3959,13 +3957,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 496 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3986,7 +3984,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $class-overloading/A#a@override @@ -3994,13 +3992,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 624 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4018,7 +4016,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $class-overloading/A#b@override @@ -4026,13 +4024,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 624 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4050,7 +4048,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $class-overloading/A#get:c@override drop @@ -4058,13 +4056,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 624 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4082,7 +4080,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $class-overloading/A#set:c@override @@ -4090,13 +4088,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 624 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4117,20 +4115,20 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $class-overloading/IA#foo@override global.get $class-overloading/which local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 656 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4151,20 +4149,20 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $class-overloading/IA#foo@override global.get $class-overloading/which local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 688 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4183,7 +4181,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $class-overloading/A2#foo@override i32.const 3 @@ -4211,7 +4209,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -4220,18 +4218,18 @@ i32.const 17 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -4249,7 +4247,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -4258,18 +4256,18 @@ i32.const 16 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $class-overloading/A1#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -4287,12 +4285,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-overloading/A1#baz@override local.set $1 @@ -4312,13 +4310,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 call $class-overloading/B1#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $class-overloading/A1#bar local.set $1 @@ -4338,7 +4336,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -4347,7 +4345,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/class-overloading.release.wat b/tests/compiler/class-overloading.release.wat index 8b358295ca..bd6ade0aaf 100644 --- a/tests/compiler/class-overloading.release.wat +++ b/tests/compiler/class-overloading.release.wat @@ -1,12 +1,12 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $class-overloading/which (mut i32) (i32.const 1056)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -65,45 +65,45 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $class-overloading/a local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $class-overloading/c local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $class-overloading/ia local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $class-overloading/ic local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $class-overloading/b2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1280 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1088 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -113,7 +113,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -131,7 +131,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -139,137 +139,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1152 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34636 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$171 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34636 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$171 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1152 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1152 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1792 + i32.load + i32.gt_u + if + i32.const 1280 + i32.const 1344 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1796 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1792 - i32.load $0 - i32.gt_u - if - i32.const 1280 - i32.const 1344 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1796 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -277,8 +297,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -290,10 +310,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -304,29 +324,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -334,10 +354,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -351,75 +371,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -441,7 +454,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -458,12 +471,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -480,17 +493,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -500,9 +513,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -527,13 +540,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -567,7 +580,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -623,19 +636,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -647,15 +660,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -663,16 +676,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -694,10 +708,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -710,18 +724,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -745,30 +758,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -776,10 +789,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -787,7 +800,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -795,7 +808,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -806,10 +819,10 @@ end i32.const 34640 i32.const 0 - i32.store $0 + i32.store i32.const 36208 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -821,7 +834,7 @@ i32.const 34640 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -839,7 +852,7 @@ i32.const 34640 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -856,7 +869,7 @@ end i32.const 34640 i32.const 36212 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -889,7 +902,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -902,19 +915,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -925,7 +938,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -937,7 +950,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -950,12 +963,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -964,7 +973,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -975,26 +984,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1010,7 +1019,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1026,7 +1035,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1051,14 +1060,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1093,7 +1102,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1107,10 +1116,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1122,10 +1131,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1135,7 +1144,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1146,10 +1155,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1161,7 +1170,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1182,7 +1191,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1197,7 +1206,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1218,7 +1227,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1249,11 +1258,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1272,12 +1281,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1288,7 +1297,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1307,7 +1316,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1324,7 +1333,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1340,7 +1349,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1350,7 +1359,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1359,54 +1368,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1419,7 +1428,7 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $class-overloading/A#a@override (param $0 i32) @@ -1430,7 +1439,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 5 i32.sub br_table $case0 $case1 $case0 $case0 $case2 $default @@ -1473,7 +1482,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $class-overloading/A $class-overloading/B $class-overloading/C $class-overloading/D $class-overloading/E $class-overloading/F $class-overloading/IA $class-overloading/CA $class-overloading/IC $class-overloading/CC $class-overloading/A2 $class-overloading/B2 $class-overloading/B1 $class-overloading/A1 $invalid end return @@ -1483,11 +1492,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1543,21 +1552,22 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8 i32.sub @@ -1567,33 +1577,34 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1629,13 +1640,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1650,55 +1662,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -1719,7 +1735,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$95 loop $while-continue|1 local.get $0 local.tee $3 @@ -1729,17 +1745,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$95 local.get $2 i32.const 2 i32.add @@ -1788,18 +1804,18 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store i32.const 1520 global.set $class-overloading/which local.get $1 i32.const 1520 - i32.store $0 + i32.store local.get $1 i32.const 1520 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1520 i32.const 1520 call $~lib/string/String.__eq @@ -1837,26 +1853,27 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 7 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $class-overloading/B#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1881,26 +1898,27 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 8 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $class-overloading/D#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1922,8 +1940,8 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 - memory.size $0 + i64.store + memory.size i32.const 16 i32.shl i32.const 34636 @@ -1933,26 +1951,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/pinSpace i32.const 1236 i32.const 1232 - i32.store $0 + i32.store i32.const 1240 i32.const 1232 - i32.store $0 + i32.store i32.const 1232 global.set $~lib/rt/itcms/toSpace i32.const 1380 i32.const 1376 - i32.store $0 + i32.store i32.const 1384 i32.const 1376 - i32.store $0 + i32.store i32.const 1376 global.set $~lib/rt/itcms/fromSpace i32.const 0 @@ -1961,16 +1979,16 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/a local.tee $0 - i32.store $0 + i32.store local.get $0 call $class-overloading/A#a@override global.get $~lib/memory/__stack_pointer global.get $class-overloading/which local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1520 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1520 call $~lib/string/String.__eq @@ -1988,8 +2006,8 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/a local.tee $0 - i32.store $0 - block $__inlined_func$class-overloading/A#b@override + i32.store + block $__inlined_func$class-overloading/A#b@override$153 block $default block $case2 block $case1 @@ -1997,22 +2015,22 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 5 i32.sub br_table $case0 $case1 $case0 $case0 $case2 $default end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override + br $__inlined_func$class-overloading/A#b@override$153 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override + br $__inlined_func$class-overloading/A#b@override$153 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override + br $__inlined_func$class-overloading/A#b@override$153 end i32.const 1488 global.set $class-overloading/which @@ -2021,10 +2039,10 @@ local.tee $0 global.get $class-overloading/which local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1520 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1520 call $~lib/string/String.__eq @@ -2042,8 +2060,8 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/a local.tee $0 - i32.store $0 - block $__inlined_func$class-overloading/A#get:c@override + i32.store + block $__inlined_func$class-overloading/A#get:c@override$154 block $default0 block $case21 block $case12 @@ -2051,22 +2069,22 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 5 i32.sub br_table $case03 $case12 $case03 $case03 $case21 $default0 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override + br $__inlined_func$class-overloading/A#get:c@override$154 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override + br $__inlined_func$class-overloading/A#get:c@override$154 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override + br $__inlined_func$class-overloading/A#get:c@override$154 end i32.const 1488 global.set $class-overloading/which @@ -2075,10 +2093,10 @@ local.tee $0 global.get $class-overloading/which local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1520 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1520 call $~lib/string/String.__eq @@ -2096,8 +2114,8 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/a local.tee $0 - i32.store $0 - block $__inlined_func$class-overloading/A#b@override0 + i32.store + block $__inlined_func$class-overloading/A#b@override$155 block $default1 block $case22 block $case13 @@ -2105,22 +2123,22 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 5 i32.sub br_table $case04 $case13 $case04 $case04 $case22 $default1 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override0 + br $__inlined_func$class-overloading/A#b@override$155 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override0 + br $__inlined_func$class-overloading/A#b@override$155 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override0 + br $__inlined_func$class-overloading/A#b@override$155 end i32.const 1488 global.set $class-overloading/which @@ -2129,10 +2147,10 @@ local.tee $0 global.get $class-overloading/which local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1520 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1520 call $~lib/string/String.__eq @@ -2156,21 +2174,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $class-overloading/B#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2182,16 +2200,16 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/c local.tee $0 - i32.store $0 + i32.store local.get $0 call $class-overloading/C#a global.get $~lib/memory/__stack_pointer global.get $class-overloading/which local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1616 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1616 call $~lib/string/String.__eq @@ -2209,15 +2227,15 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $class-overloading/c - i32.store $0 + i32.store i32.const 1616 global.set $class-overloading/which local.get $0 i32.const 1616 - i32.store $0 + i32.store local.get $0 i32.const 1616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1616 i32.const 1616 call $~lib/string/String.__eq @@ -2235,15 +2253,15 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $class-overloading/c - i32.store $0 + i32.store i32.const 1616 global.set $class-overloading/which local.get $0 i32.const 1616 - i32.store $0 + i32.store local.get $0 i32.const 1616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1616 i32.const 1616 call $~lib/string/String.__eq @@ -2259,15 +2277,15 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $class-overloading/c - i32.store $0 + i32.store i32.const 1616 global.set $class-overloading/which local.get $0 i32.const 1616 - i32.store $0 + i32.store local.get $0 i32.const 1616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1616 i32.const 1616 call $~lib/string/String.__eq @@ -2288,16 +2306,16 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/a local.tee $0 - i32.store $0 + i32.store local.get $0 call $class-overloading/A#a@override global.get $~lib/memory/__stack_pointer global.get $class-overloading/which local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1520 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1520 call $~lib/string/String.__eq @@ -2315,8 +2333,8 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/a local.tee $0 - i32.store $0 - block $__inlined_func$class-overloading/A#b@override1 + i32.store + block $__inlined_func$class-overloading/A#b@override$157 block $default2 block $case23 block $case14 @@ -2324,22 +2342,22 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 5 i32.sub br_table $case05 $case14 $case05 $case05 $case23 $default2 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override1 + br $__inlined_func$class-overloading/A#b@override$157 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override1 + br $__inlined_func$class-overloading/A#b@override$157 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override1 + br $__inlined_func$class-overloading/A#b@override$157 end i32.const 1488 global.set $class-overloading/which @@ -2348,10 +2366,10 @@ local.tee $0 global.get $class-overloading/which local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1520 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1520 call $~lib/string/String.__eq @@ -2369,8 +2387,8 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/a local.tee $0 - i32.store $0 - block $__inlined_func$class-overloading/A#get:c@override0 + i32.store + block $__inlined_func$class-overloading/A#get:c@override$158 block $default3 block $case24 block $case15 @@ -2378,22 +2396,22 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 5 i32.sub br_table $case06 $case15 $case06 $case06 $case24 $default3 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override0 + br $__inlined_func$class-overloading/A#get:c@override$158 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override0 + br $__inlined_func$class-overloading/A#get:c@override$158 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override0 + br $__inlined_func$class-overloading/A#get:c@override$158 end i32.const 1488 global.set $class-overloading/which @@ -2402,10 +2420,10 @@ local.tee $0 global.get $class-overloading/which local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1520 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1520 call $~lib/string/String.__eq @@ -2421,8 +2439,8 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/a local.tee $0 - i32.store $0 - block $__inlined_func$class-overloading/A#b@override2 + i32.store + block $__inlined_func$class-overloading/A#b@override$159 block $default4 block $case25 block $case16 @@ -2430,22 +2448,22 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 5 i32.sub br_table $case07 $case16 $case07 $case07 $case25 $default4 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override2 + br $__inlined_func$class-overloading/A#b@override$159 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override2 + br $__inlined_func$class-overloading/A#b@override$159 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override2 + br $__inlined_func$class-overloading/A#b@override$159 end i32.const 1488 global.set $class-overloading/which @@ -2454,10 +2472,10 @@ local.tee $0 global.get $class-overloading/which local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1520 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1520 call $~lib/string/String.__eq @@ -2478,16 +2496,16 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/a local.tee $0 - i32.store $0 + i32.store local.get $0 call $class-overloading/A#a@override global.get $~lib/memory/__stack_pointer global.get $class-overloading/which local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1520 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1520 call $~lib/string/String.__eq @@ -2505,8 +2523,8 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/a local.tee $0 - i32.store $0 - block $__inlined_func$class-overloading/A#b@override3 + i32.store + block $__inlined_func$class-overloading/A#b@override$160 block $default5 block $case26 block $case17 @@ -2514,22 +2532,22 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 5 i32.sub br_table $case08 $case17 $case08 $case08 $case26 $default5 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override3 + br $__inlined_func$class-overloading/A#b@override$160 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override3 + br $__inlined_func$class-overloading/A#b@override$160 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override3 + br $__inlined_func$class-overloading/A#b@override$160 end i32.const 1488 global.set $class-overloading/which @@ -2538,10 +2556,10 @@ local.tee $0 global.get $class-overloading/which local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1520 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1520 call $~lib/string/String.__eq @@ -2559,8 +2577,8 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/a local.tee $0 - i32.store $0 - block $__inlined_func$class-overloading/A#get:c@override1 + i32.store + block $__inlined_func$class-overloading/A#get:c@override$161 block $default6 block $case27 block $case18 @@ -2568,22 +2586,22 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 5 i32.sub br_table $case09 $case18 $case09 $case09 $case27 $default6 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override1 + br $__inlined_func$class-overloading/A#get:c@override$161 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override1 + br $__inlined_func$class-overloading/A#get:c@override$161 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override1 + br $__inlined_func$class-overloading/A#get:c@override$161 end i32.const 1488 global.set $class-overloading/which @@ -2592,10 +2610,10 @@ local.tee $0 global.get $class-overloading/which local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1520 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1520 call $~lib/string/String.__eq @@ -2611,8 +2629,8 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/a local.tee $0 - i32.store $0 - block $__inlined_func$class-overloading/A#b@override4 + i32.store + block $__inlined_func$class-overloading/A#b@override$162 block $default7 block $case28 block $case19 @@ -2620,22 +2638,22 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 5 i32.sub br_table $case010 $case19 $case010 $case010 $case28 $default7 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override4 + br $__inlined_func$class-overloading/A#b@override$162 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override4 + br $__inlined_func$class-overloading/A#b@override$162 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override4 + br $__inlined_func$class-overloading/A#b@override$162 end i32.const 1488 global.set $class-overloading/which @@ -2644,10 +2662,10 @@ local.tee $0 global.get $class-overloading/which local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1520 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1520 call $~lib/string/String.__eq @@ -2671,21 +2689,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 9 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $class-overloading/E#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2697,16 +2715,16 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/a local.tee $0 - i32.store $0 + i32.store local.get $0 call $class-overloading/A#a@override global.get $~lib/memory/__stack_pointer global.get $class-overloading/which local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1648 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1648 call $~lib/string/String.__eq @@ -2724,8 +2742,8 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/a local.tee $0 - i32.store $0 - block $__inlined_func$class-overloading/A#b@override5 + i32.store + block $__inlined_func$class-overloading/A#b@override$164 block $default8 block $case29 block $case110 @@ -2733,22 +2751,22 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 5 i32.sub br_table $case011 $case110 $case011 $case011 $case29 $default8 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override5 + br $__inlined_func$class-overloading/A#b@override$164 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override5 + br $__inlined_func$class-overloading/A#b@override$164 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override5 + br $__inlined_func$class-overloading/A#b@override$164 end i32.const 1488 global.set $class-overloading/which @@ -2757,10 +2775,10 @@ local.tee $0 global.get $class-overloading/which local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1648 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1648 call $~lib/string/String.__eq @@ -2778,8 +2796,8 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/a local.tee $0 - i32.store $0 - block $__inlined_func$class-overloading/A#get:c@override2 + i32.store + block $__inlined_func$class-overloading/A#get:c@override$165 block $default9 block $case210 block $case111 @@ -2787,22 +2805,22 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 5 i32.sub br_table $case012 $case111 $case012 $case012 $case210 $default9 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override2 + br $__inlined_func$class-overloading/A#get:c@override$165 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override2 + br $__inlined_func$class-overloading/A#get:c@override$165 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#get:c@override2 + br $__inlined_func$class-overloading/A#get:c@override$165 end i32.const 1488 global.set $class-overloading/which @@ -2811,10 +2829,10 @@ local.tee $0 global.get $class-overloading/which local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1648 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1648 call $~lib/string/String.__eq @@ -2832,8 +2850,8 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/a local.tee $0 - i32.store $0 - block $__inlined_func$class-overloading/A#b@override6 + i32.store + block $__inlined_func$class-overloading/A#b@override$166 block $default10 block $case211 block $case112 @@ -2841,22 +2859,22 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 5 i32.sub br_table $case013 $case112 $case013 $case013 $case211 $default10 end i32.const 1520 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override6 + br $__inlined_func$class-overloading/A#b@override$166 end i32.const 1616 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override6 + br $__inlined_func$class-overloading/A#b@override$166 end i32.const 1648 global.set $class-overloading/which - br $__inlined_func$class-overloading/A#b@override6 + br $__inlined_func$class-overloading/A#b@override$166 end i32.const 1488 global.set $class-overloading/which @@ -2865,10 +2883,10 @@ local.tee $0 global.get $class-overloading/which local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1648 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1648 call $~lib/string/String.__eq @@ -2892,21 +2910,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 11 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2918,14 +2936,14 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/ia local.tee $0 - i32.store $0 - block $__inlined_func$class-overloading/IA#foo@override + i32.store + block $__inlined_func$class-overloading/IA#foo@override$168 block $default11 block $case113 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.tee $0 i32.const 11 i32.ne @@ -2938,11 +2956,11 @@ end i32.const 1680 global.set $class-overloading/which - br $__inlined_func$class-overloading/IA#foo@override + br $__inlined_func$class-overloading/IA#foo@override$168 end i32.const 1712 global.set $class-overloading/which - br $__inlined_func$class-overloading/IA#foo@override + br $__inlined_func$class-overloading/IA#foo@override$168 end unreachable end @@ -2950,10 +2968,10 @@ local.tee $0 global.get $class-overloading/which local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1680 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1680 call $~lib/string/String.__eq @@ -2977,21 +2995,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 13 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -3003,14 +3021,14 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/ic local.tee $0 - i32.store $0 - block $__inlined_func$class-overloading/IA#foo@override0 + i32.store + block $__inlined_func$class-overloading/IA#foo@override$170 block $default12 block $case114 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.tee $0 i32.const 11 i32.ne @@ -3023,11 +3041,11 @@ end i32.const 1680 global.set $class-overloading/which - br $__inlined_func$class-overloading/IA#foo@override0 + br $__inlined_func$class-overloading/IA#foo@override$170 end i32.const 1712 global.set $class-overloading/which - br $__inlined_func$class-overloading/IA#foo@override0 + br $__inlined_func$class-overloading/IA#foo@override$170 end unreachable end @@ -3035,10 +3053,10 @@ local.tee $0 global.get $class-overloading/which local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1712 call $~lib/string/String.__eq @@ -3062,16 +3080,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 15 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8 i32.sub @@ -3081,33 +3099,34 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 14 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -3117,12 +3136,12 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading/b2 local.tee $0 - i32.store $0 - block $__inlined_func$class-overloading/A2#foo@override + i32.store + block $__inlined_func$class-overloading/A2#foo@override$1 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 15 i32.eq if @@ -3137,7 +3156,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 8 i32.sub @@ -3149,16 +3168,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 16 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8 i32.sub @@ -3168,40 +3187,41 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 17 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3213,14 +3233,14 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 16 i32.ne if @@ -3239,7 +3259,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$class-overloading/A2#foo@override + br $__inlined_func$class-overloading/A2#foo@override$1 end i32.const 1744 i32.const 1552 @@ -3262,6 +3282,7 @@ unreachable ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) + (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3278,16 +3299,17 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3295,23 +3317,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/class-static-function.debug.wat b/tests/compiler/class-static-function.debug.wat index 6db47eee5e..8c028d9590 100644 --- a/tests/compiler/class-static-function.debug.wat +++ b/tests/compiler/class-static-function.debug.wat @@ -1,8 +1,8 @@ (module - (type $none_=>_none (func)) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (result i32))) + (type $2 (func (param i32) (result i32))) + (type $3 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~argumentsLength (mut i32) (i32.const 0)) (global $~lib/memory/__data_end i32 (i32.const 124)) @@ -23,8 +23,8 @@ i32.const 0 global.set $~argumentsLength local.get $func - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $1) return ) (func $~start @@ -52,12 +52,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $class-static-function/call i32.const 42 diff --git a/tests/compiler/class-static-function.release.wat b/tests/compiler/class-static-function.release.wat index edb4803c58..e8a4c3c3ca 100644 --- a/tests/compiler/class-static-function.release.wat +++ b/tests/compiler/class-static-function.release.wat @@ -1,7 +1,7 @@ (module - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (result i32))) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33916)) (memory $0 1) @@ -36,13 +36,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 + i32.store i32.const 1056 - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $0) drop global.get $~lib/memory/__stack_pointer i32.const 4 diff --git a/tests/compiler/class.debug.wat b/tests/compiler/class.debug.wat index afda7eb500..e8f373491e 100644 --- a/tests/compiler/class.debug.wat +++ b/tests/compiler/class.debug.wat @@ -1,16 +1,16 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $f32_f32_=>_f32 (func (param f32 f32) (result f32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_f32_f32_=>_f32 (func (param i32 f32 f32) (result f32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param f32 f32) (result f32))) + (type $7 (func (param i32 i32 i32) (result i32))) + (type $8 (func (param i32 f32 f32) (result f32))) + (type $9 (func (param i32 i32 i32 i32))) + (type $10 (func (param i32 i32 i64) (result i32))) + (type $11 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $class/Animal.ONE (mut i32) (i32.const 1)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -102,40 +102,40 @@ ) (func $class/Animal#get:one (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $class/Animal#get:two (param $this i32) (result i32) local.get $this - i32.load16_s $0 offset=4 + i32.load16_s offset=4 ) (func $class/Animal#get:three (param $this i32) (result i32) local.get $this - i32.load8_s $0 offset=6 + i32.load8_s offset=6 ) (func $class/Animal#set:one (param $this i32) (param $one i32) local.get $this local.get $one - i32.store $0 + i32.store ) (func $class/Animal#set:two (param $this i32) (param $two i32) local.get $this local.get $two - i32.store16 $0 offset=4 + i32.store16 offset=4 ) (func $class/Animal#set:three (param $this i32) (param $three i32) local.get $this local.get $three - i32.store8 $0 offset=6 + i32.store8 offset=6 ) (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -149,7 +149,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -223,7 +223,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -293,11 +293,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -305,7 +305,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -437,7 +437,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -450,7 +450,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -466,34 +466,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -653,7 +653,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -676,7 +676,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -690,7 +690,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -713,7 +713,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -856,7 +856,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -942,7 +942,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1022,7 +1022,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1056,7 +1056,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1079,7 +1079,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1093,7 +1093,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1145,7 +1145,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1183,7 +1183,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1258,7 +1257,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1292,7 +1291,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1313,7 +1312,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1333,7 +1332,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1353,7 +1352,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1379,7 +1378,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1402,7 +1401,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1887,7 +1886,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1932,7 +1931,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1965,7 +1964,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1988,7 +1987,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2014,7 +2013,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2027,7 +2026,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2054,19 +2053,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2268,12 +2267,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2324,7 +2323,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2399,7 +2398,7 @@ (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2408,22 +2407,22 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $class/GenericInitializer#set:foo (param $this i32) (param $foo i32) local.get $this local.get $foo - i32.store $0 + i32.store local.get $this local.get $foo i32.const 0 @@ -2452,7 +2451,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2461,7 +2460,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $class/GenericInitializer~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2469,7 +2467,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2479,7 +2477,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2501,7 +2499,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $class/Animal $class/GenericInitializer $~lib/array/Array $invalid end return @@ -2531,7 +2529,7 @@ ) (func $~start call $start:class - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2573,12 +2571,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $animal local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.const 2 @@ -2588,7 +2586,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 f32.const 1 f32.const 2 @@ -2598,7 +2596,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $class/Animal#get:one drop @@ -2606,7 +2604,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $class/Animal#get:two drop @@ -2614,7 +2612,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $class/Animal#get:three drop @@ -2622,7 +2620,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 i32.const 1 @@ -2632,7 +2630,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.const 1 @@ -2642,7 +2640,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.const 1 @@ -2655,7 +2653,7 @@ global.get $~lib/memory/__stack_pointer local.get $ptr local.tee $cls - i32.store $0 offset=4 + i32.store offset=4 local.get $cls local.set $3 global.get $~lib/memory/__stack_pointer @@ -2678,10 +2676,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -2690,13 +2688,13 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -2704,7 +2702,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -2712,7 +2710,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -2720,7 +2718,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -2753,7 +2751,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -2762,20 +2760,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -2783,7 +2781,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -2791,7 +2789,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -2812,10 +2810,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -2824,23 +2822,23 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 0 @@ -2848,7 +2846,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $class/GenericInitializer#set:foo local.get $this @@ -2868,14 +2866,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -2894,7 +2892,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -2903,7 +2901,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 @@ -2922,7 +2920,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $class/test local.set $1 diff --git a/tests/compiler/class.release.wat b/tests/compiler/class.release.wat index c3107e7912..710aef17f0 100644 --- a/tests/compiler/class.release.wat +++ b/tests/compiler/class.release.wat @@ -1,12 +1,12 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -43,14 +43,14 @@ (local $0 i32) (local $1 i32) i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1456 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -60,7 +60,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -78,7 +78,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -95,7 +95,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -109,16 +109,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$137 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34336 @@ -133,10 +133,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$137 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -149,20 +149,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -171,7 +171,7 @@ else local.get $1 i32.const 1536 - i32.load $0 + i32.load i32.gt_u if i32.const 1248 @@ -186,13 +186,13 @@ i32.shl i32.const 1540 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -202,21 +202,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -224,8 +248,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -237,10 +261,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -251,29 +275,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -281,10 +305,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -298,75 +322,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -388,7 +405,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -405,12 +422,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -427,17 +444,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -447,9 +464,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -474,13 +491,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -514,7 +531,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -570,19 +587,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -594,15 +611,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -610,16 +627,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -641,10 +659,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -657,18 +675,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -692,30 +709,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -723,10 +740,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -734,7 +751,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -742,7 +759,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -753,10 +770,10 @@ end i32.const 34336 i32.const 0 - i32.store $0 + i32.store i32.const 35904 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -768,7 +785,7 @@ i32.const 34336 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -786,7 +803,7 @@ i32.const 34336 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -803,7 +820,7 @@ end i32.const 34336 i32.const 35908 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -836,7 +853,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -849,19 +866,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -872,7 +889,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -884,7 +901,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -897,12 +914,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -911,7 +924,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -922,26 +935,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -957,7 +970,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -973,7 +986,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -998,14 +1011,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1040,7 +1053,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1054,10 +1067,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1069,10 +1082,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1080,47 +1093,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1141,7 +1156,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1158,10 +1173,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1177,7 +1192,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1198,7 +1213,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1225,7 +1240,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$71 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1246,7 +1261,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$71 end local.get $2 i32.const 0 @@ -1288,50 +1303,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1351,12 +1370,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1367,7 +1386,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1388,7 +1407,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1404,8 +1423,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1419,90 +1438,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1515,13 +1534,14 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/array/Array#set:buffer (param $0 i32) (param $1 i32) + (local $2 i32) local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 if local.get $0 @@ -1535,11 +1555,12 @@ unreachable end global.get $~lib/rt/itcms/white + local.tee $2 local.get $1 i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.eq @@ -1547,11 +1568,11 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and local.tee $0 - global.get $~lib/rt/itcms/white + local.get $2 i32.eqz i32.eq if @@ -1589,20 +1610,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -1612,17 +1633,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1630,10 +1652,10 @@ global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -1645,82 +1667,82 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 16 i32.const 6 call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 + local.tee $1 + i32.store global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 call $~lib/array/Array#set:buffer global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 32 i32.const 1 call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 + local.tee $2 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $2 + i32.store offset=12 local.get $1 + local.get $2 call $~lib/array/Array#set:buffer global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 local.get $1 - i32.store $0 offset=4 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 + i32.store offset=4 + local.get $1 local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 i32.const 32 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=8 + local.get $1 + i32.store offset=8 local.get $0 - local.get $2 + local.get $1 call $~lib/array/Array#set:buffer global.get $~lib/memory/__stack_pointer i32.const 12 @@ -1747,7 +1769,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner0 $class/Animal $folding-inner0 $~lib/array/Array $invalid end return @@ -1776,17 +1798,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1796,15 +1814,15 @@ unreachable end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end ) (func $~start - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34336 @@ -1814,26 +1832,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace ) @@ -1851,7 +1869,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.sub @@ -1863,52 +1881,52 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load drop local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load16_s $0 offset=4 + i32.load16_s offset=4 drop local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load8_s $0 offset=6 + i32.load8_s offset=6 drop local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2 - i32.store16 $0 offset=4 + i32.store16 offset=4 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 3 - i32.store8 $0 offset=6 + i32.store8 offset=6 local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8 i32.add @@ -1927,23 +1945,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/comma.debug.wat b/tests/compiler/comma.debug.wat index 110a955062..e329144ab1 100644 --- a/tests/compiler/comma.debug.wat +++ b/tests/compiler/comma.debug.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $comma/a (mut i32) (i32.const 0)) (global $comma/b (mut i32) (i32.const 0)) @@ -152,7 +152,6 @@ global.get $comma/a i32.lt_s if - nop global.get $comma/a i32.const 1 i32.sub diff --git a/tests/compiler/comma.release.wat b/tests/compiler/comma.release.wat index 49d2dfdce8..3e05eea00a 100644 --- a/tests/compiler/comma.release.wat +++ b/tests/compiler/comma.release.wat @@ -1,6 +1,6 @@ (module - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32 i32 i32 i32))) + (type $1 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $comma/a (mut i32) (i32.const 0)) (global $comma/b (mut i32) (i32.const 0)) @@ -84,9 +84,10 @@ loop $for-loop|0 local.get $0 global.get $comma/a + local.tee $1 i32.lt_s if - global.get $comma/a + local.get $1 i32.const 1 i32.sub global.set $comma/a diff --git a/tests/compiler/const-folding.debug.wat b/tests/compiler/const-folding.debug.wat index 4e34c1e61c..f3dfc817d6 100644 --- a/tests/compiler/const-folding.debug.wat +++ b/tests/compiler/const-folding.debug.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $i64_=>_i64 (func (param i64) (result i64))) + (type $0 (func)) + (type $1 (func (param i64) (result i64))) (global $const-folding/w (mut i32) (i32.const 0)) (global $const-folding/x (mut i32) (i32.const 0)) (global $~lib/memory/__data_end i32 (i32.const 8)) diff --git a/tests/compiler/const-folding.release.wat b/tests/compiler/const-folding.release.wat index a296656855..bdd34a3c6c 100644 --- a/tests/compiler/const-folding.release.wat +++ b/tests/compiler/const-folding.release.wat @@ -1,6 +1,6 @@ (module - (type $i64_=>_i64 (func (param i64) (result i64))) - (type $none_=>_none (func)) + (type $0 (func (param i64) (result i64))) + (type $1 (func)) (global $const-folding/x (mut i32) (i32.const 0)) (memory $0 0) (export "x" (global $const-folding/x)) diff --git a/tests/compiler/constructor.debug.wat b/tests/compiler/constructor.debug.wat index 4a1a9a65b2..5ab44a6260 100644 --- a/tests/compiler/constructor.debug.wat +++ b/tests/compiler/constructor.debug.wat @@ -1,14 +1,14 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) + (type $9 (func (param i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -58,12 +58,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -77,7 +77,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -151,7 +151,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -221,11 +221,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -233,7 +233,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -365,7 +365,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -378,7 +378,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -394,34 +394,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -581,7 +581,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -604,7 +604,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -618,7 +618,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -641,7 +641,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -784,7 +784,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -870,7 +870,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -950,7 +950,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -984,7 +984,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1007,7 +1007,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1021,7 +1021,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1073,7 +1073,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1111,7 +1111,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1186,7 +1185,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1220,7 +1219,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1241,7 +1240,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1261,7 +1260,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1281,7 +1280,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1307,7 +1306,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1330,7 +1329,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1815,7 +1814,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1860,7 +1859,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1893,7 +1892,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1916,7 +1915,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1942,7 +1941,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1955,7 +1954,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1982,19 +1981,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2196,12 +2195,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2252,34 +2251,34 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $constructor/EmptyCtorWithFieldInit#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $constructor/EmptyCtorWithFieldNoInit#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $constructor/EmptyCtorWithFieldAccess#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $constructor/JustFieldInit#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $constructor/JustFieldNoInit#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $constructor/CtorReturns#constructor (param $this i32) (result i32) i32.const 0 @@ -2288,47 +2287,47 @@ (func $constructor/CtorFieldInitWithoutConstructor#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $constructor/CtorFieldInitWithoutConstructor#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $constructor/CtorFieldInitWithoutConstructor#set:b (param $this i32) (param $b i32) local.get $this local.get $b - i32.store $0 offset=4 + i32.store offset=4 ) (func $constructor/CtorFieldInitWithoutConstructor#get:b (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $constructor/CtorFieldInitOrder#get:a (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $constructor/CtorFieldInitOrder#get:b (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $constructor/CtorFieldInitOrder#get:c (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $constructor/CtorFieldInitOrder#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 offset=4 + i32.store offset=4 ) (func $constructor/CtorFieldInitOrder#set:b (param $this i32) (param $b i32) local.get $this local.get $b - i32.store $0 offset=8 + i32.store offset=8 ) (func $constructor/CtorFieldInitOrder#set:c (param $this i32) (param $c i32) local.get $this local.get $c - i32.store $0 + i32.store ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -2422,7 +2421,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2431,7 +2430,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2454,7 +2452,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $constructor/EmptyCtor $constructor/EmptyCtorWithFieldInit $constructor/EmptyCtorWithFieldNoInit $constructor/EmptyCtorWithFieldAccess $constructor/None $constructor/JustFieldInit $constructor/JustFieldNoInit $constructor/CtorReturns $constructor/CtorConditionallyReturns $constructor/CtorConditionallyReturnsThis $constructor/CtorFieldInitWithoutConstructor $constructor/CtorFieldInitOrder $invalid end return @@ -2519,7 +2517,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2528,13 +2526,13 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 call $constructor/EmptyCtorWithFieldInit#set:a @@ -2555,7 +2553,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2564,13 +2562,13 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $constructor/EmptyCtorWithFieldNoInit#set:a @@ -2591,7 +2589,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2600,13 +2598,13 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $constructor/EmptyCtorWithFieldAccess#set:a @@ -2614,7 +2612,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 call $constructor/EmptyCtorWithFieldAccess#set:a @@ -2635,7 +2633,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2644,18 +2642,18 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2673,7 +2671,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2682,23 +2680,23 @@ i32.const 9 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 call $constructor/JustFieldInit#set:a @@ -2719,7 +2717,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2728,23 +2726,23 @@ i32.const 10 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $constructor/JustFieldNoInit#set:a @@ -2765,10 +2763,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -2777,23 +2775,23 @@ i32.const 14 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 10 call $constructor/CtorFieldInitWithoutConstructor#set:a @@ -2801,13 +2799,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $constructor/CtorFieldInitWithoutConstructor#get:a call $constructor/CtorFieldInitWithoutConstructor#set:b @@ -2828,10 +2826,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -2840,13 +2838,13 @@ i32.const 15 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $a call $constructor/CtorFieldInitOrder#set:a @@ -2854,7 +2852,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $b call $constructor/CtorFieldInitOrder#set:b @@ -2862,20 +2860,20 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $constructor/CtorFieldInitOrder#get:a local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $constructor/CtorFieldInitOrder#get:b i32.add @@ -2896,7 +2894,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 call $constructor/CtorFieldInitOrder#get:a i32.const 1 @@ -2926,7 +2924,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 call $constructor/CtorFieldInitOrder#get:b i32.const 2 @@ -2944,7 +2942,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 call $constructor/CtorFieldInitOrder#get:c i32.const 3 @@ -2975,8 +2973,8 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - memory.size $0 + i32.store + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3028,7 +3026,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $constructor/CtorFieldInitWithoutConstructor#get:a i32.const 10 @@ -3047,7 +3045,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $constructor/CtorFieldInitWithoutConstructor#get:b i32.const 10 @@ -3070,7 +3068,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $constructor/CtorFieldInitOrder#get:a i32.const 1 @@ -3088,7 +3086,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $constructor/CtorFieldInitOrder#get:b i32.const 2 @@ -3106,7 +3104,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $constructor/CtorFieldInitOrder#get:c i32.const 3 @@ -3134,7 +3132,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -3143,7 +3141,7 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 @@ -3162,7 +3160,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -3171,7 +3169,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 @@ -3190,7 +3188,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -3199,7 +3197,7 @@ i32.const 12 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $constructor/b if @@ -3229,7 +3227,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -3238,7 +3236,7 @@ i32.const 13 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $constructor/b if diff --git a/tests/compiler/constructor.release.wat b/tests/compiler/constructor.release.wat index 60eea444fc..ca81fa3733 100644 --- a/tests/compiler/constructor.release.wat +++ b/tests/compiler/constructor.release.wat @@ -1,12 +1,12 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (result i32))) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) + (type $7 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -51,63 +51,63 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $constructor/emptyCtorWithFieldInit local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $constructor/emptyCtorWithFieldNoInit local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $constructor/emptyCtorWithFieldAccess local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $constructor/none local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $constructor/justFieldInit local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $constructor/justFieldNoInit local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $constructor/ctorConditionallyReturnsThis local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $constructor/ctorFieldInitOrder local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -117,7 +117,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -135,7 +135,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -143,137 +143,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34324 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$152 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34324 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$152 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1488 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1492 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1488 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1492 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -281,8 +301,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -294,10 +314,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -308,29 +328,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -338,10 +358,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -355,75 +375,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -445,7 +458,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -462,12 +475,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -484,17 +497,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -504,9 +517,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -531,13 +544,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -571,7 +584,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -627,19 +640,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -651,15 +664,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -667,16 +680,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -698,10 +712,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -714,18 +728,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -749,30 +762,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -780,10 +793,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -791,7 +804,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -799,7 +812,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -810,10 +823,10 @@ end i32.const 34336 i32.const 0 - i32.store $0 + i32.store i32.const 35904 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -825,7 +838,7 @@ i32.const 34336 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -843,7 +856,7 @@ i32.const 34336 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -860,7 +873,7 @@ end i32.const 34336 i32.const 35908 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -893,7 +906,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -906,19 +919,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -929,7 +942,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -941,7 +954,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -954,12 +967,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -968,7 +977,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -979,26 +988,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1014,7 +1023,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1030,7 +1039,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1055,14 +1064,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1097,7 +1106,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1111,10 +1120,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1126,10 +1135,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1137,47 +1146,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1198,7 +1209,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1215,10 +1226,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1234,7 +1245,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1255,7 +1266,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1282,7 +1293,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1303,7 +1314,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1345,50 +1356,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1408,12 +1423,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1424,7 +1439,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1445,7 +1460,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1461,8 +1476,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1476,90 +1491,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1572,7 +1587,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1596,7 +1611,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $constructor/EmptyCtor $constructor/EmptyCtorWithFieldInit $constructor/EmptyCtorWithFieldNoInit $constructor/EmptyCtorWithFieldAccess $constructor/None $constructor/JustFieldInit $constructor/JustFieldNoInit $constructor/CtorReturns $constructor/CtorConditionallyReturns $constructor/CtorConditionallyReturnsThis $constructor/CtorFieldInitWithoutConstructor $constructor/CtorFieldInitOrder $invalid end return @@ -1606,11 +1621,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1656,8 +1671,8 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 - memory.size $0 + i32.store + memory.size i32.const 16 i32.shl i32.const 34324 @@ -1667,26 +1682,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace local.get $0 @@ -1700,13 +1715,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1724,20 +1739,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.add @@ -1755,20 +1770,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.add @@ -1786,26 +1801,26 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 i32.const 7 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.add @@ -1823,22 +1838,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 i32.const 8 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1856,28 +1871,28 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 i32.const 9 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1895,28 +1910,28 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 i32.const 10 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1934,12 +1949,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 12 call $~lib/rt/itcms/__new - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1955,13 +1970,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 13 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1972,9 +1987,9 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 10 i32.ne if @@ -1989,9 +2004,9 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 10 i32.ne if @@ -2013,52 +2028,52 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 12 i32.const 15 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $2 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.add - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.ne if @@ -2071,9 +2086,9 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.ne if @@ -2086,9 +2101,9 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.const 3 i32.ne if @@ -2108,9 +2123,9 @@ global.get $~lib/memory/__stack_pointer global.get $constructor/ctorFieldInitOrder local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.ne if @@ -2124,9 +2139,9 @@ global.get $~lib/memory/__stack_pointer global.get $constructor/ctorFieldInitOrder local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.ne if @@ -2140,9 +2155,9 @@ global.get $~lib/memory/__stack_pointer global.get $constructor/ctorFieldInitOrder local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 3 i32.ne if @@ -2187,41 +2202,41 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 8 i32.const 14 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $0 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -2229,6 +2244,7 @@ local.get $0 ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) + (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2245,17 +2261,18 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2263,23 +2280,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/continue.debug.wat b/tests/compiler/continue.debug.wat index a94f69a260..c99183e195 100644 --- a/tests/compiler/continue.debug.wat +++ b/tests/compiler/continue.debug.wat @@ -1,5 +1,5 @@ (module - (type $i32_=>_none (func (param i32))) + (type $0 (func (param i32))) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) (global $~lib/memory/__heap_base i32 (i32.const 32776)) diff --git a/tests/compiler/continue.release.wat b/tests/compiler/continue.release.wat index a1ca0b86db..a05249d212 100644 --- a/tests/compiler/continue.release.wat +++ b/tests/compiler/continue.release.wat @@ -1,5 +1,5 @@ (module - (type $i32_=>_none (func (param i32))) + (type $0 (func (param i32))) (memory $0 0) (export "testInherit" (func $continue/testInherit)) (export "memory" (memory $0)) diff --git a/tests/compiler/converge.debug.wat b/tests/compiler/converge.debug.wat index ed5204cecf..7acd820bd3 100644 --- a/tests/compiler/converge.debug.wat +++ b/tests/compiler/converge.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) (global $~lib/memory/__heap_base i32 (i32.const 32776)) @@ -9,6 +9,5 @@ (export "test" (func $converge/test)) (export "memory" (memory $0)) (func $converge/test - nop ) ) diff --git a/tests/compiler/converge.release.wat b/tests/compiler/converge.release.wat index a79d9a2846..7bbb53503e 100644 --- a/tests/compiler/converge.release.wat +++ b/tests/compiler/converge.release.wat @@ -1,9 +1,8 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (memory $0 0) (export "test" (func $converge/test)) (export "memory" (memory $0)) (func $converge/test - nop ) ) diff --git a/tests/compiler/declare.debug.wat b/tests/compiler/declare.debug.wat index 9101332103..5bc4580d52 100644 --- a/tests/compiler/declare.debug.wat +++ b/tests/compiler/declare.debug.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) (import "declare" "externalConstant" (global $declare/externalConstant i32)) (import "declare" "my.externalConstant" (global $declare/my.externalConstant i32)) (import "declare" "externalFunction" (func $declare/externalFunction)) diff --git a/tests/compiler/declare.release.wat b/tests/compiler/declare.release.wat index 93d197fc21..93d8dcee02 100644 --- a/tests/compiler/declare.release.wat +++ b/tests/compiler/declare.release.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) (import "declare" "externalConstant" (global $declare/externalConstant i32)) (import "declare" "my.externalConstant" (global $declare/my.externalConstant i32)) (import "declare" "externalFunction" (func $declare/externalFunction)) diff --git a/tests/compiler/do.debug.wat b/tests/compiler/do.debug.wat index 91f52ccdb5..1327ed8a52 100644 --- a/tests/compiler/do.debug.wat +++ b/tests/compiler/do.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func)) + (type $3 (func (param i32))) + (type $4 (func (result i32))) + (type $5 (func (param i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $do/ran (mut i32) (i32.const 0)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -95,7 +95,6 @@ i32.const 10 local.set $n loop $do-loop|0 - nop local.get $n local.tee $1 i32.const 1 @@ -453,12 +452,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -472,7 +471,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -546,7 +545,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -616,11 +615,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -628,7 +627,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 256 @@ -760,7 +759,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -773,7 +772,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -789,34 +788,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -976,7 +975,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -999,7 +998,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -1013,7 +1012,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -1036,7 +1035,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -1179,7 +1178,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -1265,7 +1264,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1345,7 +1344,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1379,7 +1378,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1402,7 +1401,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1416,7 +1415,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1468,7 +1467,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1506,7 +1505,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1581,7 +1579,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1615,7 +1613,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1636,7 +1634,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1656,7 +1654,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1676,7 +1674,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1702,7 +1700,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1725,7 +1723,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -2210,7 +2208,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -2255,7 +2253,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -2288,7 +2286,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -2311,7 +2309,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2337,7 +2335,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2350,7 +2348,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2377,19 +2375,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2591,12 +2589,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2647,7 +2645,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2661,14 +2659,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.set $i global.get $~lib/memory/__stack_pointer i32.const 0 call $do/Ref#constructor local.tee $ref - i32.store $0 + i32.store loop $do-loop|0 local.get $i i32.const 1 @@ -2684,7 +2682,7 @@ i32.const 0 call $do/Ref#constructor local.tee $ref - i32.store $0 + i32.store end local.get $ref br_if $do-loop|0 @@ -2734,14 +2732,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.set $i global.get $~lib/memory/__stack_pointer i32.const 0 call $do/Ref#constructor local.tee $ref - i32.store $0 + i32.store block $do-break|0 loop $do-loop|0 local.get $i @@ -2967,7 +2965,7 @@ end i32.const 0 global.set $do/ran - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3025,7 +3023,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -3034,7 +3032,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -3046,7 +3043,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $do/Ref $invalid end return @@ -3089,7 +3086,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3098,18 +3095,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3127,7 +3124,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -3136,7 +3133,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/do.release.wat b/tests/compiler/do.release.wat index 0bcfedbba6..59a6b45e99 100644 --- a/tests/compiler/do.release.wat +++ b/tests/compiler/do.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (result i32))) + (type $4 (func (param i32) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -38,12 +38,12 @@ (local $0 i32) (local $1 i32) i32.const 1280 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1088 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -53,7 +53,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -71,7 +71,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -79,137 +79,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1152 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34264 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$125 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34264 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$125 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1152 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1152 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1472 + i32.load + i32.gt_u + if + i32.const 1280 + i32.const 1344 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1476 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1472 - i32.load $0 - i32.gt_u - if - i32.const 1280 - i32.const 1344 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1476 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -217,8 +237,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -230,10 +250,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -244,29 +264,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -274,10 +294,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -291,75 +311,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -381,7 +394,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -398,12 +411,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -420,17 +433,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -440,9 +453,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -467,13 +480,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -507,7 +520,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -563,19 +576,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -587,15 +600,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -603,16 +616,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -634,10 +648,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -650,18 +664,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -685,30 +698,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -716,10 +729,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -727,7 +740,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -735,7 +748,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -746,10 +759,10 @@ end i32.const 34272 i32.const 0 - i32.store $0 + i32.store i32.const 35840 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -761,7 +774,7 @@ i32.const 34272 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -779,7 +792,7 @@ i32.const 34272 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -796,7 +809,7 @@ end i32.const 34272 i32.const 35844 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -829,7 +842,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -842,19 +855,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -865,7 +878,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -877,7 +890,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -890,12 +903,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -904,7 +913,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -915,26 +924,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -950,7 +959,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -966,7 +975,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -991,14 +1000,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1033,7 +1042,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1047,10 +1056,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1062,10 +1071,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1075,7 +1084,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1086,10 +1095,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1101,7 +1110,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1122,7 +1131,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1137,7 +1146,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1158,7 +1167,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1189,11 +1198,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1212,12 +1221,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1228,7 +1237,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1247,7 +1256,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1264,7 +1273,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1280,7 +1289,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1290,7 +1299,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1299,54 +1308,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1359,7 +1368,7 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $start:do @@ -1618,7 +1627,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34264 @@ -1628,26 +1637,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/pinSpace i32.const 1236 i32.const 1232 - i32.store $0 + i32.store i32.const 1240 i32.const 1232 - i32.store $0 + i32.store i32.const 1232 global.set $~lib/rt/itcms/toSpace i32.const 1380 i32.const 1376 - i32.store $0 + i32.store i32.const 1384 i32.const 1376 - i32.store $0 + i32.store i32.const 1376 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer @@ -1662,12 +1671,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store i32.const 0 local.set $1 local.get $0 call $do/Ref#constructor - i32.store $0 + i32.store loop $do-loop|09 local.get $1 i32.const 1 @@ -1682,7 +1691,7 @@ global.get $~lib/memory/__stack_pointer call $do/Ref#constructor local.tee $0 - i32.store $0 + i32.store end local.get $0 br_if $do-loop|09 @@ -1722,13 +1731,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store i32.const 0 local.set $0 local.get $1 call $do/Ref#constructor local.tee $1 - i32.store $0 + i32.store loop $do-loop|010 block $do-break|03 local.get $0 @@ -1822,7 +1831,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $do/Ref $invalid end return @@ -1832,11 +1841,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1850,6 +1859,7 @@ (func $do/Ref#constructor (result i32) (local $0 i32) (local $1 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1862,16 +1872,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -1881,16 +1891,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1898,7 +1909,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1913,23 +1924,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/duplicate-fields.debug.wat b/tests/compiler/duplicate-fields.debug.wat index 7f96433a13..79b3b9b121 100644 --- a/tests/compiler/duplicate-fields.debug.wat +++ b/tests/compiler/duplicate-fields.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -47,17 +47,17 @@ (func $duplicate-fields/A#set:bar (param $this i32) (param $bar i32) local.get $this local.get $bar - i32.store $0 + i32.store ) (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -71,7 +71,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -145,7 +145,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -215,11 +215,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -227,7 +227,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -359,7 +359,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -372,7 +372,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -388,34 +388,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -575,7 +575,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -598,7 +598,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -612,7 +612,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -635,7 +635,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -778,7 +778,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -864,7 +864,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -944,7 +944,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -978,7 +978,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1001,7 +1001,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1015,7 +1015,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1067,7 +1067,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1105,7 +1105,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1180,7 +1179,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1214,7 +1213,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1235,7 +1234,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1255,7 +1254,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1275,7 +1274,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1301,7 +1300,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1324,7 +1323,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1809,7 +1808,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1854,7 +1853,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1887,7 +1886,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1910,7 +1909,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1936,7 +1935,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1949,7 +1948,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1976,19 +1975,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2190,12 +2189,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2246,18 +2245,18 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $duplicate-fields/B#set:bar (param $this i32) (param $bar i32) local.get $this local.get $bar - i32.store $0 + i32.store ) (func $duplicate-fields/B#get:bar (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/__link (param $parentPtr i32) (param $childPtr i32) (param $expectMultiple i32) (local $child i32) @@ -2330,7 +2329,7 @@ (func $duplicate-fields/A2#set:bar (param $this i32) (param $bar i32) local.get $this local.get $bar - i32.store $0 + i32.store local.get $this local.get $bar i32.const 0 @@ -2339,7 +2338,7 @@ (func $duplicate-fields/B2#set:bar (param $this i32) (param $bar i32) local.get $this local.get $bar - i32.store $0 + i32.store local.get $this local.get $bar i32.const 0 @@ -2348,35 +2347,35 @@ (func $duplicate-fields/Foo#set:foo (param $this i32) (param $foo i32) local.get $this local.get $foo - i32.store $0 + i32.store ) (func $duplicate-fields/B2#get:bar (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $duplicate-fields/Foo#get:foo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $duplicate-fields/A3#set:prot (param $this i32) (param $prot i32) local.get $this local.get $prot - i32.store $0 + i32.store ) (func $duplicate-fields/A3#set:pub (param $this i32) (param $pub i32) local.get $this local.get $pub - i32.store $0 offset=4 + i32.store offset=4 ) (func $duplicate-fields/B3#set:prot (param $this i32) (param $prot i32) local.get $this local.get $prot - i32.store $0 + i32.store ) (func $duplicate-fields/B3#set:pub (param $this i32) (param $pub i32) local.get $this local.get $pub - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -2407,7 +2406,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2416,7 +2415,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $duplicate-fields/A2~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2424,7 +2422,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2438,7 +2436,7 @@ local.get $1 call $duplicate-fields/A2~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2462,7 +2460,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $duplicate-fields/A $duplicate-fields/B $duplicate-fields/A2 $duplicate-fields/Foo $duplicate-fields/B2 $duplicate-fields/B3 $duplicate-fields/A3 $invalid end return @@ -2523,7 +2521,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2532,13 +2530,13 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $duplicate-fields/A#set:bar @@ -2546,7 +2544,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $bar call $duplicate-fields/A#set:bar @@ -2567,7 +2565,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2576,13 +2574,13 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $duplicate-fields/B#set:bar @@ -2591,17 +2589,17 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $bar call $duplicate-fields/A#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $bar call $duplicate-fields/B#set:bar @@ -2622,10 +2620,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -2634,13 +2632,13 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $duplicate-fields/A2#set:bar @@ -2648,13 +2646,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $bar local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $duplicate-fields/A2#set:bar local.get $this @@ -2674,10 +2672,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -2686,13 +2684,13 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $duplicate-fields/B2#set:bar @@ -2701,28 +2699,28 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $bar local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $duplicate-fields/A2#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $bar local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $duplicate-fields/B2#set:bar local.get $this @@ -2742,7 +2740,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2751,13 +2749,13 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $duplicate-fields/Foo#set:foo @@ -2765,7 +2763,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $foo call $duplicate-fields/Foo#set:foo @@ -2786,7 +2784,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2795,23 +2793,23 @@ i32.const 10 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $duplicate-fields/A3#set:prot @@ -2819,7 +2817,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $duplicate-fields/A3#set:pub @@ -2840,7 +2838,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2849,23 +2847,23 @@ i32.const 9 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $duplicate-fields/A3#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $duplicate-fields/B3#set:prot @@ -2873,7 +2871,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $duplicate-fields/B3#set:pub @@ -2894,7 +2892,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 0 i32.const 0 i32.eq @@ -2903,7 +2901,7 @@ i32.const 0 i32.eq drop - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2928,7 +2926,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $duplicate-fields/B#get:bar i32.const 10 @@ -2957,7 +2955,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $duplicate-fields/B2#constructor global.set $duplicate-fields/raz @@ -2965,13 +2963,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $duplicate-fields/B2#get:bar local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $duplicate-fields/Foo#get:foo i32.const 1 @@ -3002,7 +3000,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -3011,7 +3009,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/duplicate-fields.release.wat b/tests/compiler/duplicate-fields.release.wat index a2b9b1a72d..adac54bdc2 100644 --- a/tests/compiler/duplicate-fields.release.wat +++ b/tests/compiler/duplicate-fields.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -43,21 +43,21 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $duplicate-fields/raz local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -67,7 +67,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -85,7 +85,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -102,7 +102,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -116,16 +116,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$136 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34320 @@ -140,10 +140,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$136 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -156,20 +156,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -178,7 +178,7 @@ else local.get $1 i32.const 1504 - i32.load $0 + i32.load i32.gt_u if i32.const 1248 @@ -193,13 +193,13 @@ i32.shl i32.const 1508 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -209,21 +209,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -231,8 +255,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -244,10 +268,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -258,29 +282,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -288,10 +312,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -305,75 +329,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -395,7 +412,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -412,12 +429,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -434,17 +451,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -454,9 +471,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -481,13 +498,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -521,7 +538,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -577,19 +594,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -601,15 +618,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -617,16 +634,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -648,10 +666,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -664,18 +682,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -699,30 +716,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -730,10 +747,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -741,7 +758,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -749,7 +766,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -760,10 +777,10 @@ end i32.const 34320 i32.const 0 - i32.store $0 + i32.store i32.const 35888 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -775,7 +792,7 @@ i32.const 34320 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -793,7 +810,7 @@ i32.const 34320 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -810,7 +827,7 @@ end i32.const 34320 i32.const 35892 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -843,7 +860,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -856,19 +873,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -879,7 +896,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -891,7 +908,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -904,12 +921,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -918,7 +931,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -929,26 +942,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -964,7 +977,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -980,7 +993,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1005,14 +1018,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1047,7 +1060,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1061,10 +1074,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1076,10 +1089,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1087,47 +1100,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1148,7 +1163,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1165,10 +1180,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1184,7 +1199,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1205,7 +1220,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1232,7 +1247,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1253,7 +1268,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1295,50 +1310,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1358,12 +1377,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1374,7 +1393,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1395,7 +1414,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1411,8 +1430,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1426,90 +1445,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1522,13 +1541,14 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $duplicate-fields/A2#set:bar (param $0 i32) (param $1 i32) + (local $2 i32) local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 if local.get $0 @@ -1542,11 +1562,12 @@ unreachable end global.get $~lib/rt/itcms/white + local.tee $2 local.get $1 i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.eq @@ -1554,11 +1575,11 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and local.tee $0 - global.get $~lib/rt/itcms/white + local.get $2 i32.eqz i32.eq if @@ -1596,7 +1617,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner0 $duplicate-fields/A $duplicate-fields/B $folding-inner0 $duplicate-fields/Foo $duplicate-fields/B2 $duplicate-fields/B3 $duplicate-fields/A3 $invalid end return @@ -1612,11 +1633,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $1 if local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end br $folding-inner0 end @@ -1627,11 +1648,11 @@ unreachable end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end ) (func $~start @@ -1651,8 +1672,8 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 - memory.size $0 + i64.store + memory.size i32.const 16 i32.shl i32.const 34320 @@ -1662,26 +1683,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace local.get $0 @@ -1695,23 +1716,23 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8 i32.sub @@ -1721,44 +1742,45 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 4 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10 - i32.store $0 + i32.store local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1768,9 +1790,9 @@ global.get $~lib/memory/__stack_pointer global.get $duplicate-fields/foo local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 10 i32.ne if @@ -1792,33 +1814,33 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 i32.const 7 call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 + local.tee $1 + i32.store global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 - i32.store $0 + i32.store local.get $0 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 - i32.store $0 + i32.store local.get $0 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + local.get $1 + i32.store global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -1830,30 +1852,30 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4 i32.const 8 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $duplicate-fields/A2#set:bar global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=8 + local.get $1 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -1865,50 +1887,50 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 4 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $duplicate-fields/A2#set:bar global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=8 + local.get $1 + i32.store offset=8 local.get $0 - local.get $2 + local.get $1 call $duplicate-fields/A2#set:bar global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=8 + local.get $1 + i32.store offset=8 local.get $0 - local.get $2 + local.get $1 call $duplicate-fields/A2#set:bar global.get $~lib/memory/__stack_pointer i32.const 12 @@ -1919,14 +1941,14 @@ global.get $~lib/memory/__stack_pointer global.get $duplicate-fields/raz local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.load $0 + i32.load local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -1948,17 +1970,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 8 i32.const 9 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8 i32.sub @@ -1968,22 +1990,23 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.const 10 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.sub @@ -1993,17 +2016,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2011,38 +2035,38 @@ global.set $~lib/memory/__stack_pointer local.get $2 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2060,23 +2084,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/empty-exportruntime.debug.wat b/tests/compiler/empty-exportruntime.debug.wat index 1c5c21375c..e0441f24cb 100644 --- a/tests/compiler/empty-exportruntime.debug.wat +++ b/tests/compiler/empty-exportruntime.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -51,12 +51,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -70,7 +70,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -144,7 +144,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -214,11 +214,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -226,7 +226,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -358,7 +358,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -371,7 +371,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -387,34 +387,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -574,7 +574,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -597,7 +597,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -611,7 +611,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -634,7 +634,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -777,7 +777,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -863,7 +863,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -943,7 +943,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -977,7 +977,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1000,7 +1000,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1014,7 +1014,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1066,7 +1066,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1104,7 +1104,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1179,7 +1178,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1213,7 +1212,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1234,7 +1233,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1254,7 +1253,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1274,7 +1273,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1300,7 +1299,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1323,7 +1322,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1808,7 +1807,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1853,7 +1852,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1886,7 +1885,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1909,7 +1908,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1935,7 +1934,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1948,7 +1947,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1975,19 +1974,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2189,12 +2188,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2245,7 +2244,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2384,7 +2383,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2393,7 +2392,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2404,7 +2402,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid end return @@ -2421,7 +2419,7 @@ unreachable ) (func $~start - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base diff --git a/tests/compiler/empty-exportruntime.release.wat b/tests/compiler/empty-exportruntime.release.wat index 8ac160e12a..4e5d52200a 100644 --- a/tests/compiler/empty-exportruntime.release.wat +++ b/tests/compiler/empty-exportruntime.release.wat @@ -1,12 +1,12 @@ (module - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func (param i32))) + (type $1 (func)) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -46,16 +46,16 @@ (local $0 i32) (local $1 i32) i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1456 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1520 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -65,7 +65,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -83,7 +83,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -94,14 +94,14 @@ (func $~lib/rt/itcms/Object#unlink (param $0 i32) (local $1 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34356 @@ -119,7 +119,7 @@ return end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $0 i32.eqz if @@ -132,15 +132,15 @@ end local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#makeGray (param $0 i32) (local $1 i32) @@ -151,7 +151,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -170,7 +170,7 @@ global.get $~lib/rt/itcms/toSpace local.set $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $2 i32.const 2 i32.le_u @@ -179,7 +179,7 @@ else local.get $2 i32.const 1568 - i32.load $0 + i32.load i32.gt_u if i32.const 1248 @@ -194,13 +194,13 @@ i32.shl i32.const 1572 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $0 global.get $~lib/rt/itcms/white @@ -210,21 +210,45 @@ select local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -232,8 +256,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -245,10 +269,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -259,29 +283,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -289,10 +313,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -306,75 +330,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -396,7 +413,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -413,12 +430,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -435,17 +452,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -455,9 +472,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -482,13 +499,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -522,7 +539,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -578,19 +595,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -602,15 +619,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -618,16 +635,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -649,10 +667,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -665,18 +683,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -700,30 +717,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -731,10 +748,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -742,7 +759,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -750,7 +767,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -761,10 +778,10 @@ end i32.const 34368 i32.const 0 - i32.store $0 + i32.store i32.const 35936 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -776,7 +793,7 @@ i32.const 34368 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -794,7 +811,7 @@ i32.const 34368 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -811,7 +828,7 @@ end i32.const 34368 i32.const 35940 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -844,7 +861,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -857,19 +874,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -880,7 +897,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -892,7 +909,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -905,12 +922,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -919,7 +932,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -930,26 +943,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -965,7 +978,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -981,7 +994,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1006,14 +1019,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1048,7 +1061,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1062,10 +1075,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1077,10 +1090,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1088,47 +1101,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1149,7 +1164,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1166,10 +1181,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1185,7 +1200,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1206,7 +1221,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1233,7 +1248,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1254,7 +1269,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1296,50 +1311,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1359,12 +1378,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1375,7 +1394,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1396,7 +1415,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1412,8 +1431,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1427,90 +1446,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1523,7 +1542,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/rt/itcms/__pin (param $0 i32) (result i32) @@ -1536,7 +1555,7 @@ i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -1553,27 +1572,27 @@ call $~lib/rt/itcms/Object#unlink global.get $~lib/rt/itcms/pinSpace local.tee $3 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $3 i32.const 3 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 end local.get $0 ) @@ -1589,7 +1608,7 @@ i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -1613,27 +1632,27 @@ call $~lib/rt/itcms/Object#unlink global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 end ) (func $~lib/rt/itcms/__collect @@ -1680,7 +1699,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid end return @@ -1690,18 +1709,18 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end unreachable ) (func $~start - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34356 @@ -1711,46 +1730,27 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/empty-new.debug.wat b/tests/compiler/empty-new.debug.wat index 9d3c257697..dc8a97157f 100644 --- a/tests/compiler/empty-new.debug.wat +++ b/tests/compiler/empty-new.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -44,12 +44,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -63,7 +63,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -137,7 +137,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -207,11 +207,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -219,7 +219,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -351,7 +351,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -364,7 +364,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -380,34 +380,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -567,7 +567,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -590,7 +590,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -604,7 +604,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -627,7 +627,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -770,7 +770,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -856,7 +856,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -936,7 +936,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -970,7 +970,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -993,7 +993,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1007,7 +1007,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1059,7 +1059,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1097,7 +1097,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1172,7 +1171,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1206,7 +1205,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1227,7 +1226,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1247,7 +1246,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1267,7 +1266,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1293,7 +1292,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1316,7 +1315,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1801,7 +1800,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1846,7 +1845,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1879,7 +1878,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1902,7 +1901,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1928,7 +1927,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1941,7 +1940,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1968,19 +1967,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2182,12 +2181,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2238,12 +2237,12 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $start:empty-new - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2280,7 +2279,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2289,7 +2288,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2300,7 +2298,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid end return diff --git a/tests/compiler/empty-new.release.wat b/tests/compiler/empty-new.release.wat index af3b8bd9f4..6b99e2fa8c 100644 --- a/tests/compiler/empty-new.release.wat +++ b/tests/compiler/empty-new.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32 i32 i32))) + (type $4 (func (param i32 i32 i64))) + (type $5 (func (result i32))) + (type $6 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -35,12 +35,12 @@ (local $0 i32) (local $1 i32) i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -50,7 +50,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -68,7 +68,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -76,137 +76,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34228 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$107 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34228 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$107 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1440 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1444 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1440 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1444 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -214,8 +234,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -227,10 +247,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -241,29 +261,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -271,10 +291,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -288,75 +308,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -378,7 +391,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -395,12 +408,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -417,17 +430,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -437,9 +450,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -464,13 +477,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -504,7 +517,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -560,19 +573,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -584,15 +597,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -600,16 +613,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -631,10 +645,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -647,18 +661,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -682,30 +695,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -713,10 +726,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -724,7 +737,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -732,7 +745,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -743,10 +756,10 @@ end i32.const 34240 i32.const 0 - i32.store $0 + i32.store i32.const 35808 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -758,7 +771,7 @@ i32.const 34240 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -776,7 +789,7 @@ i32.const 34240 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -793,7 +806,7 @@ end i32.const 34240 i32.const 35812 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -826,7 +839,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -839,19 +852,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -862,7 +875,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -874,7 +887,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -887,12 +900,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -901,7 +910,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -912,26 +921,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -947,7 +956,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -963,7 +972,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -988,14 +997,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1030,7 +1039,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1044,10 +1053,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1059,10 +1068,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1072,7 +1081,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1083,10 +1092,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1098,7 +1107,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1119,7 +1128,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1134,7 +1143,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $0 loop $do-loop|0 @@ -1155,7 +1164,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $0 i32.const 0 @@ -1186,11 +1195,11 @@ local.tee $0 i32.eqz if - memory.size $0 + memory.size local.tee $0 i32.const 4 local.get $1 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $0 i32.const 16 i32.shl @@ -1209,12 +1218,12 @@ local.get $2 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $2 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1225,7 +1234,7 @@ local.get $0 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1244,7 +1253,7 @@ end end local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1261,7 +1270,7 @@ local.get $0 call $~lib/rt/tlsf/removeBlock local.get $0 - i32.load $0 + i32.load local.tee $2 i32.const -4 i32.and @@ -1277,7 +1286,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $0 i32.const 32 i32.add @@ -1287,7 +1296,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1296,54 +1305,54 @@ local.get $2 i32.const -2 i32.and - i32.store $0 + i32.store local.get $0 i32.const 4 i32.add local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $1 local.get $1 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $0 i32.const 0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $0 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1355,7 +1364,7 @@ i32.add i32.const 0 i32.const 0 - memory.fill $0 + memory.fill ) (func $~lib/rt/__visit_members (param $0 i32) block $invalid @@ -1366,7 +1375,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid end return @@ -1376,18 +1385,18 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end unreachable ) (func $~start - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34228 @@ -1397,47 +1406,28 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace call $~lib/rt/itcms/__new ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/enum.debug.wat b/tests/compiler/enum.debug.wat index c558bf38d0..f29db0f6d9 100644 --- a/tests/compiler/enum.debug.wat +++ b/tests/compiler/enum.debug.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $none_=>_i32 (func (result i32))) + (type $0 (func)) + (type $1 (func (result i32))) (global $enum/Implicit.ZERO i32 (i32.const 0)) (global $enum/Implicit.ONE i32 (i32.const 1)) (global $enum/Implicit.TWO i32 (i32.const 2)) diff --git a/tests/compiler/export-default.debug.wat b/tests/compiler/export-default.debug.wat index 8e89c44e60..d897bb947d 100644 --- a/tests/compiler/export-default.debug.wat +++ b/tests/compiler/export-default.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) (global $~lib/memory/__heap_base i32 (i32.const 32776)) @@ -10,6 +10,5 @@ (export "default" (func $export-default/theDefault)) (export "memory" (memory $0)) (func $export-default/theDefault - nop ) ) diff --git a/tests/compiler/export-default.release.wat b/tests/compiler/export-default.release.wat index 3d4b1febf3..d2e7be5666 100644 --- a/tests/compiler/export-default.release.wat +++ b/tests/compiler/export-default.release.wat @@ -1,10 +1,9 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (memory $0 0) (export "theDefault" (func $export-default/theDefault)) (export "default" (func $export-default/theDefault)) (export "memory" (memory $0)) (func $export-default/theDefault - nop ) ) diff --git a/tests/compiler/export.debug.wat b/tests/compiler/export.debug.wat index 8280225fa8..84acd4d38e 100644 --- a/tests/compiler/export.debug.wat +++ b/tests/compiler/export.debug.wat @@ -1,5 +1,5 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $0 (func (param i32 i32) (result i32))) (global $export/a i32 (i32.const 1)) (global $export/b i32 (i32.const 2)) (global $export/c i32 (i32.const 3)) diff --git a/tests/compiler/export.release.wat b/tests/compiler/export.release.wat index a785e0e68b..cab08e7ae1 100644 --- a/tests/compiler/export.release.wat +++ b/tests/compiler/export.release.wat @@ -1,5 +1,5 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $0 (func (param i32 i32) (result i32))) (global $export/a i32 (i32.const 1)) (global $export/b i32 (i32.const 2)) (global $export/c i32 (i32.const 3)) diff --git a/tests/compiler/exportimport-table.debug.wat b/tests/compiler/exportimport-table.debug.wat index 53c3c62783..66306446a2 100644 --- a/tests/compiler/exportimport-table.debug.wat +++ b/tests/compiler/exportimport-table.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (import "env" "table" (table $0 2 funcref)) (global $exportimport-table/f (mut i32) (i32.const 32)) (global $~lib/memory/__data_end i32 (i32.const 44)) @@ -12,7 +12,6 @@ (export "table" (table $0)) (start $~start) (func $start:exportimport-table~anonymous|0 - nop ) (func $start:exportimport-table global.get $exportimport-table/f diff --git a/tests/compiler/exportimport-table.release.wat b/tests/compiler/exportimport-table.release.wat index f4ba279621..9c5d7e1158 100644 --- a/tests/compiler/exportimport-table.release.wat +++ b/tests/compiler/exportimport-table.release.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (import "env" "table" (table $0 2 funcref)) (memory $0 1) (data $0 (i32.const 1036) "\1c") @@ -8,6 +8,5 @@ (export "memory" (memory $0)) (export "table" (table $0)) (func $start:exportimport-table~anonymous|0 - nop ) ) diff --git a/tests/compiler/exports-lazy.debug.wat b/tests/compiler/exports-lazy.debug.wat index 87446ad3d8..13d15c1553 100644 --- a/tests/compiler/exports-lazy.debug.wat +++ b/tests/compiler/exports-lazy.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $exports-lazy/lazyGlobalUsed i32 (i32.const 64)) (global $exports-lazy/lazyGlobalUnused i32 (i32.const 144)) (global $~lib/memory/__data_end i32 (i32.const 172)) @@ -24,10 +24,8 @@ call $exports-lazy/lazyFuncUsed ) (func $exports-lazy/lazyFuncUsed - nop ) (func $exports-lazy/lazyFuncUnused - nop ) (func $~start call $start:exports-lazy diff --git a/tests/compiler/exports.debug.wat b/tests/compiler/exports.debug.wat index 73c27b1893..6179d7f839 100644 --- a/tests/compiler/exports.debug.wat +++ b/tests/compiler/exports.debug.wat @@ -1,6 +1,6 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func (param i32))) (global $exports/Animal.CAT i32 (i32.const 0)) (global $exports/Animal.DOG i32 (i32.const 1)) (global $exports/animals.Animal.CAT i32 (i32.const 0)) diff --git a/tests/compiler/exports.release.wat b/tests/compiler/exports.release.wat index 992ce0cde5..ec7aad9f8e 100644 --- a/tests/compiler/exports.release.wat +++ b/tests/compiler/exports.release.wat @@ -1,6 +1,6 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func (param i32))) (global $exports/Animal.CAT i32 (i32.const 0)) (global $exports/Animal.DOG i32 (i32.const 1)) (global $~argumentsLength (mut i32) (i32.const 0)) diff --git a/tests/compiler/exportstar-rereexport.debug.wat b/tests/compiler/exportstar-rereexport.debug.wat index 663ea26eea..22900fa807 100644 --- a/tests/compiler/exportstar-rereexport.debug.wat +++ b/tests/compiler/exportstar-rereexport.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func)) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $export/a i32 (i32.const 1)) (global $export/b i32 (i32.const 2)) @@ -79,17 +79,17 @@ (func $exports/Car#set:doors (param $this i32) (param $doors i32) local.get $this local.get $doors - i32.store $0 + i32.store ) (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -103,7 +103,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -177,7 +177,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -247,11 +247,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -259,7 +259,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 272 @@ -391,7 +391,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -404,7 +404,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -420,34 +420,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -607,7 +607,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -630,7 +630,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -644,7 +644,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -667,7 +667,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -810,7 +810,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -896,7 +896,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -976,7 +976,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1010,7 +1010,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1033,7 +1033,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1047,7 +1047,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1099,7 +1099,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1137,7 +1137,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1212,7 +1211,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1246,7 +1245,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1267,7 +1266,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1287,7 +1286,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1307,7 +1306,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1333,7 +1332,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1356,7 +1355,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1841,7 +1840,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1886,7 +1885,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1919,7 +1918,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1942,7 +1941,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1968,7 +1967,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1981,7 +1980,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2008,19 +2007,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2222,12 +2221,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2278,19 +2277,18 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $exports/Car#get:doors (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $start:exportstar-rereexport call $start:rereexport ) (func $export-default/theDefault - nop ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -2328,7 +2326,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2337,7 +2335,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2349,7 +2346,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $exports/Car $invalid end return @@ -2392,7 +2389,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2401,13 +2398,13 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $doors call $exports/Car#set:doors @@ -2415,7 +2412,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $doors call $exports/Car#set:doors @@ -2436,12 +2433,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $exports/Car#get:doors local.set $1 @@ -2461,7 +2458,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 i32.const 2 call $export/add @@ -2498,7 +2495,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2523,7 +2520,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $exports/Car#get:numDoors i32.const 2 @@ -2551,7 +2548,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store call $start:reexport i32.const 2 i32.const 2 @@ -2589,7 +2586,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $exports/Car#get:numDoors i32.const 2 @@ -2639,7 +2636,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $exports/Car#get:numDoors i32.const 2 diff --git a/tests/compiler/exportstar-rereexport.release.wat b/tests/compiler/exportstar-rereexport.release.wat index 622828f662..eb1d1cc17c 100644 --- a/tests/compiler/exportstar-rereexport.release.wat +++ b/tests/compiler/exportstar-rereexport.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $0 (func)) + (type $1 (func (result i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $export/a i32 (i32.const 1)) (global $export/b i32 (i32.const 2)) @@ -51,30 +51,30 @@ (local $0 i32) (local $1 i32) i32.const 1296 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1104 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $rereexport/car local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $rereexport/exportsNamespaceCar local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $reexport/car local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -84,7 +84,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -102,7 +102,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -110,137 +110,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1168 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1168 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34328 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$120 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34328 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1168 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$120 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1168 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1168 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1536 + i32.load + i32.gt_u + if + i32.const 1296 + i32.const 1360 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1540 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1536 - i32.load $0 - i32.gt_u - if - i32.const 1296 - i32.const 1360 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1540 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -248,8 +268,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -261,10 +281,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -275,29 +295,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -305,10 +325,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -322,75 +342,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -412,7 +425,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -429,12 +442,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -451,17 +464,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -471,9 +484,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -498,13 +511,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -538,7 +551,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -594,19 +607,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -618,15 +631,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -634,16 +647,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -665,10 +679,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -681,18 +695,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -716,30 +729,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -747,10 +760,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -758,7 +771,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -766,7 +779,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -777,10 +790,10 @@ end i32.const 34336 i32.const 0 - i32.store $0 + i32.store i32.const 35904 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -792,7 +805,7 @@ i32.const 34336 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -810,7 +823,7 @@ i32.const 34336 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -827,7 +840,7 @@ end i32.const 34336 i32.const 35908 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -860,7 +873,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -873,19 +886,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -896,7 +909,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -908,7 +921,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -921,12 +934,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -935,7 +944,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -946,26 +955,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -981,7 +990,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -997,7 +1006,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1022,14 +1031,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1064,7 +1073,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1078,10 +1087,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1093,10 +1102,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1106,7 +1115,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1117,10 +1126,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1132,7 +1141,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1153,7 +1162,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1168,7 +1177,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $0 loop $do-loop|0 @@ -1189,7 +1198,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $0 i32.const 0 @@ -1220,11 +1229,11 @@ local.tee $0 i32.eqz if - memory.size $0 + memory.size local.tee $0 i32.const 4 local.get $1 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $0 i32.const 16 i32.shl @@ -1243,12 +1252,12 @@ local.get $2 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $2 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1259,7 +1268,7 @@ local.get $0 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1278,7 +1287,7 @@ end end local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1295,7 +1304,7 @@ local.get $0 call $~lib/rt/tlsf/removeBlock local.get $0 - i32.load $0 + i32.load local.tee $2 i32.const -4 i32.and @@ -1311,7 +1320,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $0 i32.const 32 i32.add @@ -1321,7 +1330,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1330,54 +1339,54 @@ local.get $2 i32.const -2 i32.and - i32.store $0 + i32.store local.get $0 i32.const 4 i32.add local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $1 local.get $1 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $0 i32.const 4 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $0 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1389,11 +1398,10 @@ i32.add local.tee $0 i32.const 0 - i32.store $0 align=1 + i32.store align=1 local.get $0 ) (func $export-default/theDefault - nop ) (func $~lib/rt/__visit_members (param $0 i32) block $invalid @@ -1405,7 +1413,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $exports/Car $invalid end return @@ -1415,11 +1423,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1429,7 +1437,7 @@ ) (func $~start (local $0 i32) - block $__inlined_func$start:exportstar-rereexport + block $__inlined_func$start:exportstar-rereexport$1 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1442,7 +1450,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -1453,8 +1461,8 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - memory.size $0 + i32.store + memory.size i32.const 16 i32.shl i32.const 34328 @@ -1464,26 +1472,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1220 i32.const 1216 - i32.store $0 + i32.store i32.const 1224 i32.const 1216 - i32.store $0 + i32.store i32.const 1216 global.set $~lib/rt/itcms/pinSpace i32.const 1252 i32.const 1248 - i32.store $0 + i32.store i32.const 1256 i32.const 1248 - i32.store $0 + i32.store i32.const 1248 global.set $~lib/rt/itcms/toSpace i32.const 1396 i32.const 1392 - i32.store $0 + i32.store i32.const 1400 i32.const 1392 - i32.store $0 + i32.store i32.const 1392 global.set $~lib/rt/itcms/fromSpace call $exports/Car#constructor @@ -1491,7 +1499,7 @@ global.get $~lib/memory/__stack_pointer global.get $reexport/car local.tee $0 - i32.store $0 + i32.store local.get $0 call $exports/Car#get:numDoors i32.const 2 @@ -1513,7 +1521,7 @@ global.get $~lib/memory/__stack_pointer global.get $rereexport/car local.tee $0 - i32.store $0 + i32.store local.get $0 call $exports/Car#get:numDoors i32.const 2 @@ -1531,7 +1539,7 @@ global.get $~lib/memory/__stack_pointer global.get $rereexport/exportsNamespaceCar local.tee $0 - i32.store $0 + i32.store local.get $0 call $exports/Car#get:numDoors i32.const 2 @@ -1548,7 +1556,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$start:exportstar-rereexport + br $__inlined_func$start:exportstar-rereexport$1 end i32.const 34352 i32.const 34400 @@ -1579,24 +1587,24 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.add @@ -1623,12 +1631,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $0 local.get $1 i32.const 4 @@ -1636,23 +1644,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/exportstar.debug.wat b/tests/compiler/exportstar.debug.wat index 8280225fa8..84acd4d38e 100644 --- a/tests/compiler/exportstar.debug.wat +++ b/tests/compiler/exportstar.debug.wat @@ -1,5 +1,5 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $0 (func (param i32 i32) (result i32))) (global $export/a i32 (i32.const 1)) (global $export/b i32 (i32.const 2)) (global $export/c i32 (i32.const 3)) diff --git a/tests/compiler/exportstar.release.wat b/tests/compiler/exportstar.release.wat index a785e0e68b..cab08e7ae1 100644 --- a/tests/compiler/exportstar.release.wat +++ b/tests/compiler/exportstar.release.wat @@ -1,5 +1,5 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $0 (func (param i32 i32) (result i32))) (global $export/a i32 (i32.const 1)) (global $export/b i32 (i32.const 2)) (global $export/c i32 (i32.const 3)) diff --git a/tests/compiler/extends-baseaggregate.debug.wat b/tests/compiler/extends-baseaggregate.debug.wat index 264ed92d68..42df283bce 100644 --- a/tests/compiler/extends-baseaggregate.debug.wat +++ b/tests/compiler/extends-baseaggregate.debug.wat @@ -1,14 +1,14 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_f64_=>_none (func (param i32 f64))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 f64))) + (type $8 (func (param i32 i32 i64) (result i32))) + (type $9 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $extends-baseaggregate/poolB i32 (i32.const 64)) (global $extends-baseaggregate/poolA i32 (i32.const 144)) @@ -54,12 +54,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -73,7 +73,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -147,7 +147,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -217,11 +217,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -229,7 +229,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 384 @@ -361,7 +361,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -374,7 +374,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -390,34 +390,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -577,7 +577,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -600,7 +600,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -614,7 +614,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -637,7 +637,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -780,7 +780,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -866,7 +866,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -946,7 +946,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -980,7 +980,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1003,7 +1003,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1017,7 +1017,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1069,7 +1069,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1107,7 +1107,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1182,7 +1181,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1216,7 +1215,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1237,7 +1236,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1257,7 +1256,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1277,7 +1276,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1303,7 +1302,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1326,7 +1325,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1811,7 +1810,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1856,7 +1855,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1889,7 +1888,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1912,7 +1911,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1938,7 +1937,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1951,7 +1950,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1978,19 +1977,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2192,12 +2191,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2248,19 +2247,19 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $extends-baseaggregate/A1#set:padding0 (param $this i32) (param $padding0 f64) local.get $this local.get $padding0 - f64.store $0 + f64.store ) (func $extends-baseaggregate/A1#set:padding1 (param $this i32) (param $padding1 f64) local.get $this local.get $padding1 - f64.store $0 offset=8 + f64.store offset=8 ) (func $~lib/rt/itcms/__link (param $parentPtr i32) (param $childPtr i32) (param $expectMultiple i32) (local $child i32) @@ -2333,7 +2332,7 @@ (func $extends-baseaggregate/A1#set:c1 (param $this i32) (param $c1 i32) local.get $this local.get $c1 - i32.store $0 offset=16 + i32.store offset=16 local.get $this local.get $c1 i32.const 0 @@ -2341,19 +2340,19 @@ ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) (local $oldObj i32) @@ -2397,18 +2396,18 @@ local.get $5 i32.lt_u select - memory.copy $0 $0 + memory.copy local.get $newPtr return ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -2442,7 +2441,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2451,7 +2450,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $extends-baseaggregate/B1~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2459,7 +2457,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2473,7 +2471,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $2 if local.get $2 @@ -2487,7 +2485,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2502,15 +2500,15 @@ ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2522,7 +2520,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2547,7 +2545,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $extends-baseaggregate/B1 $extends-baseaggregate/A1 $extends-baseaggregate/C1 $extends-baseaggregate/A2 $~lib/array/Array $~lib/array/Array $invalid end return @@ -2618,7 +2616,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2627,23 +2625,23 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 0 call $extends-baseaggregate/A1#set:padding0 @@ -2651,7 +2649,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 0 call $extends-baseaggregate/A1#set:padding1 @@ -2659,7 +2657,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $extends-baseaggregate/A1#set:c1 @@ -2680,7 +2678,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2689,18 +2687,18 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $extends-baseaggregate/A1#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2728,12 +2726,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $oldCapacity @@ -2760,7 +2758,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $oldData @@ -2810,10 +2808,10 @@ if local.get $array local.get $newData - i32.store $0 + i32.store local.get $array local.get $newData - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $newData i32.const 0 @@ -2821,7 +2819,7 @@ end local.get $array local.get $newCapacity - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2839,12 +2837,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.set $oldLen @@ -2863,7 +2861,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.get $oldLen @@ -2871,7 +2869,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store local.get $this local.get $value i32.const 1 @@ -2880,7 +2878,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $len call $~lib/array/Array#set:length_ @@ -2906,8 +2904,8 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 - memory.size $0 + i64.store + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2928,14 +2926,14 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 0 call $extends-baseaggregate/A2#constructor local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/array/Array#push drop @@ -2956,14 +2954,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:dataStart local.set $cur @@ -2972,7 +2970,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length_ i32.const 2 @@ -2985,7 +2983,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -3004,7 +3002,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:buffer local.get $cookie @@ -3026,14 +3024,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:dataStart local.set $cur @@ -3042,7 +3040,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length_ i32.const 2 @@ -3055,7 +3053,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -3074,7 +3072,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:buffer local.get $cookie @@ -3093,7 +3091,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -3102,7 +3100,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/extends-baseaggregate.release.wat b/tests/compiler/extends-baseaggregate.release.wat index 402d658397..83ddca752b 100644 --- a/tests/compiler/extends-baseaggregate.release.wat +++ b/tests/compiler/extends-baseaggregate.release.wat @@ -1,11 +1,12 @@ (module - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32))) + (type $1 (func)) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -49,18 +50,18 @@ (local $0 i32) (local $1 i32) i32.const 1088 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1168 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1408 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1616 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1216 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -70,7 +71,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -88,7 +89,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -105,7 +106,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -119,16 +120,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$137 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34508 @@ -143,10 +144,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$137 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -159,20 +160,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -181,7 +182,7 @@ else local.get $1 i32.const 1696 - i32.load $0 + i32.load i32.gt_u if i32.const 1408 @@ -196,13 +197,13 @@ i32.shl i32.const 1700 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -212,21 +213,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -234,8 +259,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -247,10 +272,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -261,29 +286,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -291,10 +316,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -308,75 +333,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -398,7 +416,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -415,12 +433,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -437,17 +455,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -457,9 +475,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -484,13 +502,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -524,7 +542,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -580,19 +598,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -604,15 +622,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -620,16 +638,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -651,10 +670,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -667,18 +686,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -702,30 +720,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -733,10 +751,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -744,7 +762,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -752,7 +770,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -763,10 +781,10 @@ end i32.const 34512 i32.const 0 - i32.store $0 + i32.store i32.const 36080 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -778,7 +796,7 @@ i32.const 34512 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -796,7 +814,7 @@ i32.const 34512 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -813,7 +831,7 @@ end i32.const 34512 i32.const 36084 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -846,7 +864,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -859,19 +877,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -882,7 +900,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -894,7 +912,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -907,12 +925,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -921,7 +935,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -932,26 +946,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -967,7 +981,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -983,7 +997,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1008,14 +1022,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1050,7 +1064,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1064,10 +1078,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1079,10 +1093,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1090,47 +1104,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1151,7 +1167,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1168,10 +1184,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1187,7 +1203,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1208,7 +1224,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1235,7 +1251,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1256,7 +1272,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1298,50 +1314,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1361,12 +1381,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1377,7 +1397,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1398,7 +1418,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1414,8 +1434,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1429,90 +1449,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1525,9 +1545,69 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) + (local $3 i32) + local.get $1 + i32.eqz + if + return + end + local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1280 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.tee $3 + local.get $1 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $3 + i32.eqz + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + local.tee $3 + i32.eq + if + local.get $0 + local.get $1 + local.get $2 + select + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $3 + i32.const 3 + i32.eq + i32.and + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + end + end + end + ) (func $~lib/array/Array~visit (param $0 i32) (local $1 i32) (local $2 i32) @@ -1550,19 +1630,19 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 2 i32.shl i32.add @@ -1573,11 +1653,11 @@ i32.lt_u if local.get $1 - i32.load $0 + i32.load local.tee $3 if local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $1 i32.const 4 @@ -1588,14 +1668,10 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1613,7 +1689,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $~lib/array/Array $~lib/array/Array $invalid end return @@ -1633,20 +1709,20 @@ unreachable end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end ) (func $~start @@ -1669,8 +1745,8 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 - memory.size $0 + i64.store + memory.size i32.const 16 i32.shl i32.const 34508 @@ -1680,31 +1756,31 @@ global.set $~lib/rt/itcms/threshold i32.const 1332 i32.const 1328 - i32.store $0 + i32.store i32.const 1336 i32.const 1328 - i32.store $0 + i32.store i32.const 1328 global.set $~lib/rt/itcms/pinSpace i32.const 1364 i32.const 1360 - i32.store $0 + i32.store i32.const 1368 i32.const 1360 - i32.store $0 + i32.store i32.const 1360 global.set $~lib/rt/itcms/toSpace i32.const 1508 i32.const 1504 - i32.store $0 + i32.store i32.const 1512 i32.const 1504 - i32.store $0 + i32.store i32.const 1504 global.set $~lib/rt/itcms/fromSpace local.get $0 i32.const 1168 - i32.store $0 + i32.store local.get $0 i32.const 8 i32.sub @@ -1716,17 +1792,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 20 i32.const 7 call $~lib/rt/itcms/__new local.tee $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $0 local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 8 i32.sub @@ -1736,22 +1812,23 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 20 i32.const 5 call $~lib/rt/itcms/__new local.tee $5 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -1761,17 +1838,18 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $5 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $5 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1779,39 +1857,43 @@ global.set $~lib/memory/__stack_pointer local.get $1 local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 0 - f64.store $0 + f64.store global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 0 - f64.store $0 offset=8 + f64.store offset=8 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 + local.get $5 + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1823,18 +1905,18 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1168 - i32.store $0 + i32.store i32.const 1180 - i32.load $0 + i32.load local.tee $4 i32.const 1 i32.add local.tee $3 - local.set $1 - local.get $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1843,21 +1925,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $1 i32.const 0 - i32.store $0 - local.get $0 - i32.const 1168 - i32.store $0 + i32.store local.get $1 + i32.const 1168 + i32.store + local.get $0 i32.const 1176 - i32.load $0 - local.tee $0 + i32.load + local.tee $1 i32.const 2 i32.shr_u i32.gt_u if - local.get $1 + local.get $0 i32.const 268435455 i32.gt_u if @@ -1870,39 +1952,39 @@ end global.get $~lib/memory/__stack_pointer i32.const 1168 - i32.store $0 - block $__inlined_func$~lib/rt/itcms/__renew + i32.store + block $__inlined_func$~lib/rt/itcms/__renew$136 i32.const 1073741820 - local.get $0 + local.get $1 i32.const 1 i32.shl - local.tee $0 - local.get $0 + local.tee $1 + local.get $1 i32.const 1073741820 i32.ge_u select - local.tee $0 + local.tee $1 i32.const 8 - local.get $1 - local.get $1 + local.get $0 + local.get $0 i32.const 8 i32.le_u select i32.const 2 i32.shl - local.tee $1 + local.tee $0 local.get $0 local.get $1 - i32.gt_u + i32.lt_u select local.tee $2 i32.const 1168 - i32.load $0 + i32.load local.tee $1 i32.const 20 i32.sub local.tee $6 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 16 @@ -1911,26 +1993,26 @@ if local.get $6 local.get $2 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 local.set $0 - br $__inlined_func$~lib/rt/itcms/__renew + br $__inlined_func$~lib/rt/itcms/__renew$136 end local.get $2 local.get $6 - i32.load $0 offset=12 + i32.load offset=12 call $~lib/rt/itcms/__new local.tee $0 local.get $1 local.get $2 local.get $6 - i32.load $0 offset=16 + i32.load offset=16 local.tee $6 local.get $2 local.get $6 i32.lt_u select - memory.copy $0 $0 + memory.copy end local.get $0 local.get $1 @@ -1938,20 +2020,18 @@ if i32.const 1168 local.get $0 - i32.store $0 + i32.store i32.const 1172 local.get $0 - i32.store $0 + i32.store + i32.const 1168 local.get $0 - if - local.get $0 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link end i32.const 1176 local.get $2 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1959,29 +2039,26 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1168 - i32.store $0 + i32.store i32.const 1172 - i32.load $0 + i32.load local.get $4 i32.const 2 i32.shl i32.add local.get $5 - i32.store $0 + i32.store + i32.const 1168 local.get $5 - if - local.get $5 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1168 - i32.store $0 + i32.store i32.const 1180 local.get $3 - i32.store $0 - local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -1998,64 +2075,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__link (param $0 i32) (param $1 i32) - (local $2 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - i32.const 1152 - i32.load $0 - i32.const 3 - i32.and - local.tee $2 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - i32.const 1148 - local.get $0 - local.get $1 - select - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $2 - i32.const 3 - i32.eq - i32.and - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - end - end - end - ) ) diff --git a/tests/compiler/extends-recursive.debug.wat b/tests/compiler/extends-recursive.debug.wat index b83754c683..e0074d457f 100644 --- a/tests/compiler/extends-recursive.debug.wat +++ b/tests/compiler/extends-recursive.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32 i32))) + (type $5 (func (param i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -44,12 +44,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -63,7 +63,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -137,7 +137,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -207,11 +207,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -219,7 +219,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -351,7 +351,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -364,7 +364,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -380,34 +380,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -567,7 +567,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -590,7 +590,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -604,7 +604,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -627,7 +627,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -770,7 +770,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -856,7 +856,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -936,7 +936,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -970,7 +970,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -993,7 +993,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1007,7 +1007,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1059,7 +1059,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1097,7 +1097,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1172,7 +1171,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1206,7 +1205,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1227,7 +1226,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1247,7 +1246,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1267,7 +1266,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1293,7 +1292,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1316,7 +1315,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1801,7 +1800,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1846,7 +1845,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1879,7 +1878,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1902,7 +1901,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1928,7 +1927,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1941,7 +1940,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1968,19 +1967,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2182,12 +2181,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2238,7 +2237,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2313,14 +2312,14 @@ (func $extends-recursive/Parent#set:child (param $this i32) (param $child i32) local.get $this local.get $child - i32.store $0 + i32.store local.get $this local.get $child i32.const 0 call $~lib/rt/itcms/__link ) (func $start:extends-recursive - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2356,7 +2355,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2365,7 +2364,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $extends-recursive/Child~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2378,7 +2376,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2397,7 +2395,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $extends-recursive/Child $extends-recursive/Parent $invalid end return @@ -2448,7 +2446,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2457,23 +2455,23 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $extends-recursive/Parent#set:child @@ -2494,7 +2492,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2503,18 +2501,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $extends-recursive/Parent#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2532,7 +2530,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -2541,7 +2539,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/extends-recursive.release.wat b/tests/compiler/extends-recursive.release.wat index ee63b3d673..d1bc04b223 100644 --- a/tests/compiler/extends-recursive.release.wat +++ b/tests/compiler/extends-recursive.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -36,12 +36,12 @@ (local $0 i32) (local $1 i32) i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -51,7 +51,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -69,7 +69,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -77,137 +77,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter - i32.eq + i32.eqz if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end - local.get $1 - global.set $~lib/rt/itcms/iter + return end - block $__inlined_func$~lib/rt/itcms/Object#unlink + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 + local.tee $1 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end + local.get $1 + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$113 local.get $0 - i32.const 34236 - i32.lt_u + i32.load offset=4 + i32.const -4 i32.and + local.tee $1 + i32.eqz + if + local.get $0 + i32.load offset=8 + i32.eqz + local.get $0 + i32.const 34236 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$113 + end + local.get $0 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + local.get $1 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $1 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + i32.load offset=12 + local.tee $1 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $1 + i32.const 1440 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 2 + i32.shl + i32.const 1444 + i32.add + i32.load + i32.const 32 + i32.and end - local.get $1 + local.set $3 local.get $2 - i32.store $0 offset=8 + i32.load offset=8 + local.set $1 + local.get $0 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 + i32.or + i32.store offset=4 + local.get $0 local.get $1 - local.get $2 - i32.load $0 offset=4 + i32.store offset=8 + local.get $1 + local.get $0 + local.get $1 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) + i32.store offset=4 + local.get $2 + local.get $0 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount i32.const 1 - else - local.get $1 - i32.const 1440 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end - local.get $1 - i32.const 2 - i32.shl - i32.const 1444 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -215,8 +235,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -228,10 +248,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -242,29 +262,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -272,10 +292,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -289,75 +309,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -379,7 +392,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -396,12 +409,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -418,17 +431,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -438,9 +451,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -465,13 +478,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -505,7 +518,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -561,19 +574,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -585,15 +598,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -601,16 +614,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -632,10 +646,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -648,18 +662,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -683,30 +696,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -714,10 +727,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -725,7 +738,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -733,7 +746,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -744,10 +757,10 @@ end i32.const 34240 i32.const 0 - i32.store $0 + i32.store i32.const 35808 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -759,7 +772,7 @@ i32.const 34240 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -777,7 +790,7 @@ i32.const 34240 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -794,7 +807,7 @@ end i32.const 34240 i32.const 35812 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -827,7 +840,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -840,19 +853,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -863,7 +876,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -875,7 +888,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -888,12 +901,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -902,7 +911,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -913,26 +922,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -948,7 +957,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -964,7 +973,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -989,14 +998,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1031,7 +1040,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1045,10 +1054,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1060,10 +1069,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1071,47 +1080,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1132,7 +1143,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1149,10 +1160,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1168,7 +1179,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1189,7 +1200,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1216,7 +1227,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1237,7 +1248,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1279,50 +1290,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1342,12 +1357,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1358,7 +1373,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1379,7 +1394,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1395,8 +1410,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1410,90 +1425,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1506,7 +1521,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1518,7 +1533,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner0 $folding-inner0 $folding-inner0 $invalid end return @@ -1530,19 +1545,20 @@ unreachable end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end ) (func $~start (local $0 i32) (local $1 i32) (local $2 i32) - block $__inlined_func$start:extends-recursive - memory.size $0 + (local $3 i32) + block $__inlined_func$start:extends-recursive$4 + memory.size i32.const 16 i32.shl i32.const 34236 @@ -1552,26 +1568,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer @@ -1586,18 +1602,18 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 local.get $0 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $1 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1606,23 +1622,24 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 4 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 local.get $0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $2 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1631,43 +1648,44 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$start:extends-recursive + br $__inlined_func$start:extends-recursive$4 end i32.const 34256 i32.const 34304 @@ -1677,23 +1695,4 @@ unreachable end ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/external.debug.wat b/tests/compiler/external.debug.wat index 828dfb20ae..67fa2919b1 100644 --- a/tests/compiler/external.debug.wat +++ b/tests/compiler/external.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (import "foo" "var" (global $external/var_ i32)) (import "external" "foo" (func $external/foo)) (import "external" "bar" (func $external/two)) diff --git a/tests/compiler/external.release.wat b/tests/compiler/external.release.wat index 4ce1f3c834..26463e94fb 100644 --- a/tests/compiler/external.release.wat +++ b/tests/compiler/external.release.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (import "foo" "var" (global $external/var_ i32)) (import "external" "foo" (func $external/foo)) (import "external" "bar" (func $external/two)) diff --git a/tests/compiler/features/gc.debug.wat b/tests/compiler/features/gc.debug.wat index 51c77b6e32..8f24f21139 100644 --- a/tests/compiler/features/gc.debug.wat +++ b/tests/compiler/features/gc.debug.wat @@ -1,7 +1,7 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) + (import "env" "abort" (func $~lib/builtins/abort (type $1) (param i32 i32 i32 i32))) (global $features/gc/globalFunc funcref (ref.null nofunc)) (global $features/gc/globalExtern externref (ref.null noextern)) (global $features/gc/globalAny anyref (ref.null none)) @@ -26,12 +26,12 @@ (export "globalArray" (global $features/gc/globalArray)) (export "memory" (memory $0)) (export "_start" (func $~start)) - (func $features/gc/test_i31 (type $none_=>_none) + (func $features/gc/test_i31 (type $0) (local $ref (ref i31)) (local $val i32) (local $uval i32) i32.const 123 - i31.new + ref.i31 local.set $ref local.get $ref ref.is_null @@ -50,10 +50,10 @@ i31.get_u local.set $uval ) - (func $start:features/gc (type $none_=>_none) + (func $start:features/gc (type $0) call $features/gc/test_i31 ) - (func $~start (type $none_=>_none) + (func $~start (type $0) global.get $~started if return diff --git a/tests/compiler/features/gc.release.wat b/tests/compiler/features/gc.release.wat index a28ff75313..e5baaab127 100644 --- a/tests/compiler/features/gc.release.wat +++ b/tests/compiler/features/gc.release.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $features/gc/globalFunc funcref (ref.null nofunc)) (global $features/gc/globalExtern externref (ref.null noextern)) (global $features/gc/globalAny anyref (ref.null none)) @@ -19,7 +19,6 @@ (export "globalArray" (global $features/gc/globalArray)) (export "memory" (memory $0)) (export "_start" (func $~start)) - (func $~start (type $none_=>_none) - nop + (func $~start (type $0) ) ) diff --git a/tests/compiler/features/reference-types.debug.wat b/tests/compiler/features/reference-types.debug.wat index 2e036c937e..77709d2bd9 100644 --- a/tests/compiler/features/reference-types.debug.wat +++ b/tests/compiler/features/reference-types.debug.wat @@ -1,8 +1,8 @@ (module - (type $none_=>_none (func)) - (type $none_=>_externref (func (result externref))) - (type $externref_=>_externref (func (param externref) (result externref))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (result externref))) + (type $2 (func (param externref) (result externref))) + (type $3 (func (param i32 i32 i32 i32))) (import "reference-types" "somethingReal" (func $features/reference-types/somethingReal (result externref))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (import "reference-types" "somethingNull" (func $features/reference-types/somethingNull (result externref))) @@ -102,7 +102,6 @@ end ) (func $features/reference-types/someFunc - nop ) (func $start:features/reference-types (local $funcLocal funcref) @@ -129,7 +128,6 @@ i32.eqz i32.eqz if - nop else i32.const 0 i32.eqz @@ -146,7 +144,6 @@ ref.is_null i32.eqz if - nop else i32.const 0 i32.eqz diff --git a/tests/compiler/features/reference-types.release.wat b/tests/compiler/features/reference-types.release.wat index 02b8dd6151..1c580b033e 100644 --- a/tests/compiler/features/reference-types.release.wat +++ b/tests/compiler/features/reference-types.release.wat @@ -1,8 +1,8 @@ (module - (type $none_=>_externref (func (result externref))) - (type $none_=>_none (func)) - (type $externref_=>_externref (func (param externref) (result externref))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (result externref))) + (type $1 (func)) + (type $2 (func (param externref) (result externref))) + (type $3 (func (param i32 i32 i32 i32))) (import "reference-types" "somethingReal" (func $features/reference-types/somethingReal (result externref))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (import "reference-types" "somethingNull" (func $features/reference-types/somethingNull (result externref))) @@ -29,7 +29,6 @@ (export "memory" (memory $0)) (start $~start) (func $features/reference-types/someFunc - nop ) (func $features/reference-types/internal (param $0 externref) (result externref) local.get $0 diff --git a/tests/compiler/features/relaxed-simd.debug.wat b/tests/compiler/features/relaxed-simd.debug.wat index 22c0697e81..ceff3d4db6 100644 --- a/tests/compiler/features/relaxed-simd.debug.wat +++ b/tests/compiler/features/relaxed-simd.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $features/relaxed-simd/v v128 (v128.const i32x4 0x00000000 0x00000000 0x00000000 0x00000000)) (global $features/relaxed-simd/r (mut v128) (v128.const i32x4 0x00000000 0x00000000 0x00000000 0x00000000)) (memory $0 0) diff --git a/tests/compiler/features/threads.debug.wat b/tests/compiler/features/threads.debug.wat index 17d896b01f..17de349d94 100644 --- a/tests/compiler/features/threads.debug.wat +++ b/tests/compiler/features/threads.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $~lib/native/ASC_FEATURE_THREADS i32 (i32.const 1)) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) @@ -11,531 +11,531 @@ (start $~start) (func $features/threads/testAtomic i32.const 0 - i32.atomic.load8_u $0 + i32.atomic.load8_u drop i32.const 0 - i32.atomic.load16_u $0 + i32.atomic.load16_u drop i32.const 0 - i32.atomic.load $0 + i32.atomic.load drop i32.const 0 - i64.atomic.load8_u $0 + i64.atomic.load8_u drop i32.const 0 - i64.atomic.load16_u $0 + i64.atomic.load16_u drop i32.const 0 - i64.atomic.load32_u $0 + i64.atomic.load32_u drop i32.const 0 - i64.atomic.load $0 + i64.atomic.load drop i32.const 0 - i64.atomic.load $0 offset=8 + i64.atomic.load offset=8 drop i32.const 0 i32.const 1 - i32.atomic.store8 $0 + i32.atomic.store8 i32.const 0 i32.const 1 - i32.atomic.store16 $0 + i32.atomic.store16 i32.const 0 i32.const 1 - i32.atomic.store $0 + i32.atomic.store i32.const 0 i64.const 1 - i64.atomic.store8 $0 + i64.atomic.store8 i32.const 0 i64.const 1 - i64.atomic.store16 $0 + i64.atomic.store16 i32.const 0 i64.const 1 - i64.atomic.store32 $0 + i64.atomic.store32 i32.const 0 i64.const 1 - i64.atomic.store $0 + i64.atomic.store i32.const 0 i64.const 1 - i64.atomic.store $0 offset=8 + i64.atomic.store offset=8 i32.const 0 i32.const 1 - i32.atomic.rmw8.add_u $0 + i32.atomic.rmw8.add_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.add_u $0 + i32.atomic.rmw16.add_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.add $0 + i32.atomic.rmw.add drop i32.const 0 i64.const 1 - i64.atomic.rmw8.add_u $0 + i64.atomic.rmw8.add_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.add_u $0 + i64.atomic.rmw16.add_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.add_u $0 + i64.atomic.rmw32.add_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.add $0 + i64.atomic.rmw.add drop i32.const 0 i64.const 1 - i64.atomic.rmw.add $0 offset=8 + i64.atomic.rmw.add offset=8 drop i32.const 0 i32.const 1 - i32.atomic.rmw8.sub_u $0 + i32.atomic.rmw8.sub_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.sub_u $0 + i32.atomic.rmw16.sub_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.sub $0 + i32.atomic.rmw.sub drop i32.const 0 i64.const 1 - i64.atomic.rmw8.sub_u $0 + i64.atomic.rmw8.sub_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.sub_u $0 + i64.atomic.rmw16.sub_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.sub_u $0 + i64.atomic.rmw32.sub_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.sub $0 + i64.atomic.rmw.sub drop i32.const 0 i64.const 1 - i64.atomic.rmw.sub $0 offset=8 + i64.atomic.rmw.sub offset=8 drop i32.const 0 i32.const 1 - i32.atomic.rmw8.and_u $0 + i32.atomic.rmw8.and_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.and_u $0 + i32.atomic.rmw16.and_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.and $0 + i32.atomic.rmw.and drop i32.const 0 i64.const 1 - i64.atomic.rmw8.and_u $0 + i64.atomic.rmw8.and_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.and_u $0 + i64.atomic.rmw16.and_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.and_u $0 + i64.atomic.rmw32.and_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.and $0 + i64.atomic.rmw.and drop i32.const 0 i64.const 1 - i64.atomic.rmw.and $0 offset=8 + i64.atomic.rmw.and offset=8 drop i32.const 0 i32.const 1 - i32.atomic.rmw8.or_u $0 + i32.atomic.rmw8.or_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.or_u $0 + i32.atomic.rmw16.or_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.or $0 + i32.atomic.rmw.or drop i32.const 0 i64.const 1 - i64.atomic.rmw8.or_u $0 + i64.atomic.rmw8.or_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.or_u $0 + i64.atomic.rmw16.or_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.or_u $0 + i64.atomic.rmw32.or_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.or $0 + i64.atomic.rmw.or drop i32.const 0 i64.const 1 - i64.atomic.rmw.or $0 offset=8 + i64.atomic.rmw.or offset=8 drop i32.const 0 i32.const 1 - i32.atomic.rmw8.xor_u $0 + i32.atomic.rmw8.xor_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.xor_u $0 + i32.atomic.rmw16.xor_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.xor $0 + i32.atomic.rmw.xor drop i32.const 0 i64.const 1 - i64.atomic.rmw8.xor_u $0 + i64.atomic.rmw8.xor_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.xor_u $0 + i64.atomic.rmw16.xor_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.xor_u $0 + i64.atomic.rmw32.xor_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.xor $0 + i64.atomic.rmw.xor drop i32.const 0 i64.const 1 - i64.atomic.rmw.xor $0 offset=8 + i64.atomic.rmw.xor offset=8 drop i32.const 0 i32.const 1 - i32.atomic.rmw8.xchg_u $0 + i32.atomic.rmw8.xchg_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.xchg_u $0 + i32.atomic.rmw16.xchg_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.xchg $0 + i32.atomic.rmw.xchg drop i32.const 0 i64.const 1 - i64.atomic.rmw8.xchg_u $0 + i64.atomic.rmw8.xchg_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.xchg_u $0 + i64.atomic.rmw16.xchg_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.xchg_u $0 + i64.atomic.rmw32.xchg_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.xchg $0 + i64.atomic.rmw.xchg drop i32.const 0 i64.const 1 - i64.atomic.rmw.xchg $0 offset=8 + i64.atomic.rmw.xchg offset=8 drop i32.const 0 i32.const 1 i32.const 2 - i32.atomic.rmw8.cmpxchg_u $0 + i32.atomic.rmw8.cmpxchg_u drop i32.const 0 i32.const 1 i32.const 2 - i32.atomic.rmw16.cmpxchg_u $0 + i32.atomic.rmw16.cmpxchg_u drop i32.const 0 i32.const 1 i32.const 2 - i32.atomic.rmw.cmpxchg $0 + i32.atomic.rmw.cmpxchg drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw8.cmpxchg_u $0 + i64.atomic.rmw8.cmpxchg_u drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw16.cmpxchg_u $0 + i64.atomic.rmw16.cmpxchg_u drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw32.cmpxchg_u $0 + i64.atomic.rmw32.cmpxchg_u drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw.cmpxchg $0 + i64.atomic.rmw.cmpxchg drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw.cmpxchg $0 offset=8 + i64.atomic.rmw.cmpxchg offset=8 drop ) (func $features/threads/testAtomicAsm i32.const 0 - i32.atomic.load8_u $0 + i32.atomic.load8_u drop i32.const 0 - i32.atomic.load16_u $0 + i32.atomic.load16_u drop i32.const 0 - i32.atomic.load $0 + i32.atomic.load drop i32.const 0 - i64.atomic.load8_u $0 + i64.atomic.load8_u drop i32.const 0 - i64.atomic.load16_u $0 + i64.atomic.load16_u drop i32.const 0 - i64.atomic.load32_u $0 + i64.atomic.load32_u drop i32.const 0 - i64.atomic.load $0 + i64.atomic.load drop i32.const 0 i32.const 1 - i32.atomic.store8 $0 + i32.atomic.store8 i32.const 0 i32.const 1 - i32.atomic.store16 $0 + i32.atomic.store16 i32.const 0 i32.const 1 - i32.atomic.store $0 + i32.atomic.store i32.const 0 i64.const 1 - i64.atomic.store8 $0 + i64.atomic.store8 i32.const 0 i64.const 1 - i64.atomic.store16 $0 + i64.atomic.store16 i32.const 0 i64.const 1 - i64.atomic.store32 $0 + i64.atomic.store32 i32.const 0 i64.const 1 - i64.atomic.store $0 + i64.atomic.store i32.const 0 i32.const 1 - i32.atomic.rmw8.add_u $0 + i32.atomic.rmw8.add_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.add_u $0 + i32.atomic.rmw16.add_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.add $0 + i32.atomic.rmw.add drop i32.const 0 i64.const 1 - i64.atomic.rmw8.add_u $0 + i64.atomic.rmw8.add_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.add_u $0 + i64.atomic.rmw16.add_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.add_u $0 + i64.atomic.rmw32.add_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.add $0 + i64.atomic.rmw.add drop i32.const 0 i32.const 1 - i32.atomic.rmw8.sub_u $0 + i32.atomic.rmw8.sub_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.sub_u $0 + i32.atomic.rmw16.sub_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.sub $0 + i32.atomic.rmw.sub drop i32.const 0 i64.const 1 - i64.atomic.rmw8.sub_u $0 + i64.atomic.rmw8.sub_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.sub_u $0 + i64.atomic.rmw16.sub_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.sub_u $0 + i64.atomic.rmw32.sub_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.sub $0 + i64.atomic.rmw.sub drop i32.const 0 i32.const 1 - i32.atomic.rmw8.and_u $0 + i32.atomic.rmw8.and_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.and_u $0 + i32.atomic.rmw16.and_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.and $0 + i32.atomic.rmw.and drop i32.const 0 i64.const 1 - i64.atomic.rmw8.and_u $0 + i64.atomic.rmw8.and_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.and_u $0 + i64.atomic.rmw16.and_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.and_u $0 + i64.atomic.rmw32.and_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.and $0 + i64.atomic.rmw.and drop i32.const 0 i32.const 1 - i32.atomic.rmw8.or_u $0 + i32.atomic.rmw8.or_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.or_u $0 + i32.atomic.rmw16.or_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.or $0 + i32.atomic.rmw.or drop i32.const 0 i64.const 1 - i64.atomic.rmw8.or_u $0 + i64.atomic.rmw8.or_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.or_u $0 + i64.atomic.rmw16.or_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.or_u $0 + i64.atomic.rmw32.or_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.or $0 + i64.atomic.rmw.or drop i32.const 0 i32.const 1 - i32.atomic.rmw8.xor_u $0 + i32.atomic.rmw8.xor_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.xor_u $0 + i32.atomic.rmw16.xor_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.xor $0 + i32.atomic.rmw.xor drop i32.const 0 i64.const 1 - i64.atomic.rmw8.xor_u $0 + i64.atomic.rmw8.xor_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.xor_u $0 + i64.atomic.rmw16.xor_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.xor_u $0 + i64.atomic.rmw32.xor_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.xor $0 + i64.atomic.rmw.xor drop i32.const 0 i32.const 1 - i32.atomic.rmw8.xchg_u $0 + i32.atomic.rmw8.xchg_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.xchg_u $0 + i32.atomic.rmw16.xchg_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.xchg $0 + i32.atomic.rmw.xchg drop i32.const 0 i64.const 1 - i64.atomic.rmw8.xchg_u $0 + i64.atomic.rmw8.xchg_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.xchg_u $0 + i64.atomic.rmw16.xchg_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.xchg_u $0 + i64.atomic.rmw32.xchg_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.xchg $0 + i64.atomic.rmw.xchg drop i32.const 0 i32.const 1 i32.const 2 - i32.atomic.rmw8.cmpxchg_u $0 + i32.atomic.rmw8.cmpxchg_u drop i32.const 0 i32.const 1 i32.const 2 - i32.atomic.rmw16.cmpxchg_u $0 + i32.atomic.rmw16.cmpxchg_u drop i32.const 0 i32.const 1 i32.const 2 - i32.atomic.rmw.cmpxchg $0 + i32.atomic.rmw.cmpxchg drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw8.cmpxchg_u $0 + i64.atomic.rmw8.cmpxchg_u drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw16.cmpxchg_u $0 + i64.atomic.rmw16.cmpxchg_u drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw32.cmpxchg_u $0 + i64.atomic.rmw32.cmpxchg_u drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw.cmpxchg $0 + i64.atomic.rmw.cmpxchg drop ) (func $start:features/threads diff --git a/tests/compiler/features/threads.release.wat b/tests/compiler/features/threads.release.wat index bfc37be431..d6fed43d29 100644 --- a/tests/compiler/features/threads.release.wat +++ b/tests/compiler/features/threads.release.wat @@ -1,535 +1,535 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (memory $0 (shared 1 10)) (export "memory" (memory $0)) (start $~start) (func $features/threads/testAtomic i32.const 0 - i32.atomic.load8_u $0 + i32.atomic.load8_u drop i32.const 0 - i32.atomic.load16_u $0 + i32.atomic.load16_u drop i32.const 0 - i32.atomic.load $0 + i32.atomic.load drop i32.const 0 - i64.atomic.load8_u $0 + i64.atomic.load8_u drop i32.const 0 - i64.atomic.load16_u $0 + i64.atomic.load16_u drop i32.const 0 - i64.atomic.load32_u $0 + i64.atomic.load32_u drop i32.const 0 - i64.atomic.load $0 + i64.atomic.load drop i32.const 8 - i64.atomic.load $0 + i64.atomic.load drop i32.const 0 i32.const 1 - i32.atomic.store8 $0 + i32.atomic.store8 i32.const 0 i32.const 1 - i32.atomic.store16 $0 + i32.atomic.store16 i32.const 0 i32.const 1 - i32.atomic.store $0 + i32.atomic.store i32.const 0 i64.const 1 - i64.atomic.store8 $0 + i64.atomic.store8 i32.const 0 i64.const 1 - i64.atomic.store16 $0 + i64.atomic.store16 i32.const 0 i64.const 1 - i64.atomic.store32 $0 + i64.atomic.store32 i32.const 0 i64.const 1 - i64.atomic.store $0 + i64.atomic.store i32.const 8 i64.const 1 - i64.atomic.store $0 + i64.atomic.store i32.const 0 i32.const 1 - i32.atomic.rmw8.add_u $0 + i32.atomic.rmw8.add_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.add_u $0 + i32.atomic.rmw16.add_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.add $0 + i32.atomic.rmw.add drop i32.const 0 i64.const 1 - i64.atomic.rmw8.add_u $0 + i64.atomic.rmw8.add_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.add_u $0 + i64.atomic.rmw16.add_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.add_u $0 + i64.atomic.rmw32.add_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.add $0 + i64.atomic.rmw.add drop i32.const 0 i64.const 1 - i64.atomic.rmw.add $0 offset=8 + i64.atomic.rmw.add offset=8 drop i32.const 0 i32.const 1 - i32.atomic.rmw8.sub_u $0 + i32.atomic.rmw8.sub_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.sub_u $0 + i32.atomic.rmw16.sub_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.sub $0 + i32.atomic.rmw.sub drop i32.const 0 i64.const 1 - i64.atomic.rmw8.sub_u $0 + i64.atomic.rmw8.sub_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.sub_u $0 + i64.atomic.rmw16.sub_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.sub_u $0 + i64.atomic.rmw32.sub_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.sub $0 + i64.atomic.rmw.sub drop i32.const 0 i64.const 1 - i64.atomic.rmw.sub $0 offset=8 + i64.atomic.rmw.sub offset=8 drop i32.const 0 i32.const 1 - i32.atomic.rmw8.and_u $0 + i32.atomic.rmw8.and_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.and_u $0 + i32.atomic.rmw16.and_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.and $0 + i32.atomic.rmw.and drop i32.const 0 i64.const 1 - i64.atomic.rmw8.and_u $0 + i64.atomic.rmw8.and_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.and_u $0 + i64.atomic.rmw16.and_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.and_u $0 + i64.atomic.rmw32.and_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.and $0 + i64.atomic.rmw.and drop i32.const 0 i64.const 1 - i64.atomic.rmw.and $0 offset=8 + i64.atomic.rmw.and offset=8 drop i32.const 0 i32.const 1 - i32.atomic.rmw8.or_u $0 + i32.atomic.rmw8.or_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.or_u $0 + i32.atomic.rmw16.or_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.or $0 + i32.atomic.rmw.or drop i32.const 0 i64.const 1 - i64.atomic.rmw8.or_u $0 + i64.atomic.rmw8.or_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.or_u $0 + i64.atomic.rmw16.or_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.or_u $0 + i64.atomic.rmw32.or_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.or $0 + i64.atomic.rmw.or drop i32.const 0 i64.const 1 - i64.atomic.rmw.or $0 offset=8 + i64.atomic.rmw.or offset=8 drop i32.const 0 i32.const 1 - i32.atomic.rmw8.xor_u $0 + i32.atomic.rmw8.xor_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.xor_u $0 + i32.atomic.rmw16.xor_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.xor $0 + i32.atomic.rmw.xor drop i32.const 0 i64.const 1 - i64.atomic.rmw8.xor_u $0 + i64.atomic.rmw8.xor_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.xor_u $0 + i64.atomic.rmw16.xor_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.xor_u $0 + i64.atomic.rmw32.xor_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.xor $0 + i64.atomic.rmw.xor drop i32.const 0 i64.const 1 - i64.atomic.rmw.xor $0 offset=8 + i64.atomic.rmw.xor offset=8 drop i32.const 0 i32.const 1 - i32.atomic.rmw8.xchg_u $0 + i32.atomic.rmw8.xchg_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.xchg_u $0 + i32.atomic.rmw16.xchg_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.xchg $0 + i32.atomic.rmw.xchg drop i32.const 0 i64.const 1 - i64.atomic.rmw8.xchg_u $0 + i64.atomic.rmw8.xchg_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.xchg_u $0 + i64.atomic.rmw16.xchg_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.xchg_u $0 + i64.atomic.rmw32.xchg_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.xchg $0 + i64.atomic.rmw.xchg drop i32.const 0 i64.const 1 - i64.atomic.rmw.xchg $0 offset=8 + i64.atomic.rmw.xchg offset=8 drop i32.const 0 i32.const 1 i32.const 2 - i32.atomic.rmw8.cmpxchg_u $0 + i32.atomic.rmw8.cmpxchg_u drop i32.const 0 i32.const 1 i32.const 2 - i32.atomic.rmw16.cmpxchg_u $0 + i32.atomic.rmw16.cmpxchg_u drop i32.const 0 i32.const 1 i32.const 2 - i32.atomic.rmw.cmpxchg $0 + i32.atomic.rmw.cmpxchg drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw8.cmpxchg_u $0 + i64.atomic.rmw8.cmpxchg_u drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw16.cmpxchg_u $0 + i64.atomic.rmw16.cmpxchg_u drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw32.cmpxchg_u $0 + i64.atomic.rmw32.cmpxchg_u drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw.cmpxchg $0 + i64.atomic.rmw.cmpxchg drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw.cmpxchg $0 offset=8 + i64.atomic.rmw.cmpxchg offset=8 drop ) (func $features/threads/testAtomicAsm i32.const 0 - i32.atomic.load8_u $0 + i32.atomic.load8_u drop i32.const 0 - i32.atomic.load16_u $0 + i32.atomic.load16_u drop i32.const 0 - i32.atomic.load $0 + i32.atomic.load drop i32.const 0 - i64.atomic.load8_u $0 + i64.atomic.load8_u drop i32.const 0 - i64.atomic.load16_u $0 + i64.atomic.load16_u drop i32.const 0 - i64.atomic.load32_u $0 + i64.atomic.load32_u drop i32.const 0 - i64.atomic.load $0 + i64.atomic.load drop i32.const 0 i32.const 1 - i32.atomic.store8 $0 + i32.atomic.store8 i32.const 0 i32.const 1 - i32.atomic.store16 $0 + i32.atomic.store16 i32.const 0 i32.const 1 - i32.atomic.store $0 + i32.atomic.store i32.const 0 i64.const 1 - i64.atomic.store8 $0 + i64.atomic.store8 i32.const 0 i64.const 1 - i64.atomic.store16 $0 + i64.atomic.store16 i32.const 0 i64.const 1 - i64.atomic.store32 $0 + i64.atomic.store32 i32.const 0 i64.const 1 - i64.atomic.store $0 + i64.atomic.store i32.const 0 i32.const 1 - i32.atomic.rmw8.add_u $0 + i32.atomic.rmw8.add_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.add_u $0 + i32.atomic.rmw16.add_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.add $0 + i32.atomic.rmw.add drop i32.const 0 i64.const 1 - i64.atomic.rmw8.add_u $0 + i64.atomic.rmw8.add_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.add_u $0 + i64.atomic.rmw16.add_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.add_u $0 + i64.atomic.rmw32.add_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.add $0 + i64.atomic.rmw.add drop i32.const 0 i32.const 1 - i32.atomic.rmw8.sub_u $0 + i32.atomic.rmw8.sub_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.sub_u $0 + i32.atomic.rmw16.sub_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.sub $0 + i32.atomic.rmw.sub drop i32.const 0 i64.const 1 - i64.atomic.rmw8.sub_u $0 + i64.atomic.rmw8.sub_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.sub_u $0 + i64.atomic.rmw16.sub_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.sub_u $0 + i64.atomic.rmw32.sub_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.sub $0 + i64.atomic.rmw.sub drop i32.const 0 i32.const 1 - i32.atomic.rmw8.and_u $0 + i32.atomic.rmw8.and_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.and_u $0 + i32.atomic.rmw16.and_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.and $0 + i32.atomic.rmw.and drop i32.const 0 i64.const 1 - i64.atomic.rmw8.and_u $0 + i64.atomic.rmw8.and_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.and_u $0 + i64.atomic.rmw16.and_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.and_u $0 + i64.atomic.rmw32.and_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.and $0 + i64.atomic.rmw.and drop i32.const 0 i32.const 1 - i32.atomic.rmw8.or_u $0 + i32.atomic.rmw8.or_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.or_u $0 + i32.atomic.rmw16.or_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.or $0 + i32.atomic.rmw.or drop i32.const 0 i64.const 1 - i64.atomic.rmw8.or_u $0 + i64.atomic.rmw8.or_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.or_u $0 + i64.atomic.rmw16.or_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.or_u $0 + i64.atomic.rmw32.or_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.or $0 + i64.atomic.rmw.or drop i32.const 0 i32.const 1 - i32.atomic.rmw8.xor_u $0 + i32.atomic.rmw8.xor_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.xor_u $0 + i32.atomic.rmw16.xor_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.xor $0 + i32.atomic.rmw.xor drop i32.const 0 i64.const 1 - i64.atomic.rmw8.xor_u $0 + i64.atomic.rmw8.xor_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.xor_u $0 + i64.atomic.rmw16.xor_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.xor_u $0 + i64.atomic.rmw32.xor_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.xor $0 + i64.atomic.rmw.xor drop i32.const 0 i32.const 1 - i32.atomic.rmw8.xchg_u $0 + i32.atomic.rmw8.xchg_u drop i32.const 0 i32.const 1 - i32.atomic.rmw16.xchg_u $0 + i32.atomic.rmw16.xchg_u drop i32.const 0 i32.const 1 - i32.atomic.rmw.xchg $0 + i32.atomic.rmw.xchg drop i32.const 0 i64.const 1 - i64.atomic.rmw8.xchg_u $0 + i64.atomic.rmw8.xchg_u drop i32.const 0 i64.const 1 - i64.atomic.rmw16.xchg_u $0 + i64.atomic.rmw16.xchg_u drop i32.const 0 i64.const 1 - i64.atomic.rmw32.xchg_u $0 + i64.atomic.rmw32.xchg_u drop i32.const 0 i64.const 1 - i64.atomic.rmw.xchg $0 + i64.atomic.rmw.xchg drop i32.const 0 i32.const 1 i32.const 2 - i32.atomic.rmw8.cmpxchg_u $0 + i32.atomic.rmw8.cmpxchg_u drop i32.const 0 i32.const 1 i32.const 2 - i32.atomic.rmw16.cmpxchg_u $0 + i32.atomic.rmw16.cmpxchg_u drop i32.const 0 i32.const 1 i32.const 2 - i32.atomic.rmw.cmpxchg $0 + i32.atomic.rmw.cmpxchg drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw8.cmpxchg_u $0 + i64.atomic.rmw8.cmpxchg_u drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw16.cmpxchg_u $0 + i64.atomic.rmw16.cmpxchg_u drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw32.cmpxchg_u $0 + i64.atomic.rmw32.cmpxchg_u drop i32.const 0 i64.const 1 i64.const 2 - i64.atomic.rmw.cmpxchg $0 + i64.atomic.rmw.cmpxchg drop ) (func $~start diff --git a/tests/compiler/field-initialization.debug.wat b/tests/compiler/field-initialization.debug.wat index c6d03b2b7d..d94296464e 100644 --- a/tests/compiler/field-initialization.debug.wat +++ b/tests/compiler/field-initialization.debug.wat @@ -1,14 +1,14 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) + (type $9 (func (param i32 i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -55,12 +55,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -74,7 +74,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -148,7 +148,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -218,11 +218,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -230,7 +230,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -362,7 +362,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -375,7 +375,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -391,34 +391,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -578,7 +578,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -601,7 +601,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -615,7 +615,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -638,7 +638,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -781,7 +781,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -867,7 +867,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -947,7 +947,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -981,7 +981,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1004,7 +1004,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1018,7 +1018,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1070,7 +1070,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1108,7 +1108,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1183,7 +1182,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1217,7 +1216,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1238,7 +1237,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1258,7 +1257,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1278,7 +1277,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1304,7 +1303,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1327,7 +1326,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1812,7 +1811,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1857,7 +1856,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1890,7 +1889,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1913,7 +1912,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1939,7 +1938,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1952,7 +1951,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1979,19 +1978,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2193,12 +2192,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2249,27 +2248,27 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $field-initialization/Value_Init#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $field-initialization/Value_Init#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $field-initialization/Value#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $field-initialization/Value#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/__link (param $parentPtr i32) (param $childPtr i32) (param $expectMultiple i32) (local $child i32) @@ -2342,7 +2341,7 @@ (func $field-initialization/Ref_Init#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store local.get $this local.get $a i32.const 0 @@ -2350,12 +2349,12 @@ ) (func $field-initialization/Ref_Init#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $field-initialization/Nullable_Init#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store local.get $this local.get $a i32.const 0 @@ -2363,12 +2362,12 @@ ) (func $field-initialization/Nullable_Init#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $field-initialization/Nullable#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store local.get $this local.get $a i32.const 0 @@ -2376,39 +2375,39 @@ ) (func $field-initialization/Nullable#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $field-initialization/Value_Ctor#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $field-initialization/Value_Ctor#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $field-initialization/Value_Init_Ctor#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $field-initialization/Value_Init_Ctor#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $field-initialization/Value_Ctor_Init#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $field-initialization/Value_Ctor_Init#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $field-initialization/Ref_Init_Ctor#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store local.get $this local.get $a i32.const 0 @@ -2416,12 +2415,12 @@ ) (func $field-initialization/Ref_Init_Ctor#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $field-initialization/Ref_Ctor_Init#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store local.get $this local.get $a i32.const 0 @@ -2429,12 +2428,12 @@ ) (func $field-initialization/Ref_Ctor_Init#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $field-initialization/Ref_Ctor_Param#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store local.get $this local.get $a i32.const 0 @@ -2442,12 +2441,12 @@ ) (func $field-initialization/Ref_Ctor_Param#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $field-initialization/Nullable_Ctor#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store local.get $this local.get $a i32.const 0 @@ -2455,12 +2454,12 @@ ) (func $field-initialization/Nullable_Ctor#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $field-initialization/Nullable_Init_Ctor#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store local.get $this local.get $a i32.const 0 @@ -2468,12 +2467,12 @@ ) (func $field-initialization/Nullable_Init_Ctor#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $field-initialization/Nullable_Ctor_Init#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store local.get $this local.get $a i32.const 0 @@ -2481,12 +2480,12 @@ ) (func $field-initialization/Nullable_Ctor_Init#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $field-initialization/Inherit_Base#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store local.get $this local.get $a i32.const 0 @@ -2494,17 +2493,17 @@ ) (func $field-initialization/Inherit_Base#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $field-initialization/SomeObject#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $field-initialization/SomeObject#set:b (param $this i32) (param $b i32) local.get $this local.get $b - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.get $b i32.const 0 @@ -2512,15 +2511,15 @@ ) (func $field-initialization/SomeObject#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $field-initialization/SomeObject#get:b (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -2572,9 +2571,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -2607,10 +2606,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -2638,7 +2637,7 @@ (func $field-initialization/SomeOtherObject#set:c (param $this i32) (param $c i32) local.get $this local.get $c - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $c i32.const 0 @@ -2646,12 +2645,12 @@ ) (func $field-initialization/SomeOtherObject#get:c (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $field-initialization/Flow_Balanced#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store local.get $this local.get $a i32.const 0 @@ -2659,12 +2658,12 @@ ) (func $field-initialization/Flow_Balanced#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $field-initialization/Ref_Init_InlineCtor#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store local.get $this local.get $a i32.const 0 @@ -2672,12 +2671,12 @@ ) (func $field-initialization/Ref_Init_InlineCtor#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $field-initialization/Ref_InlineCtor_Init#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store local.get $this local.get $a i32.const 0 @@ -2685,7 +2684,7 @@ ) (func $field-initialization/Ref_InlineCtor_Init#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -2705,7 +2704,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2714,7 +2713,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $field-initialization/Ref_Init~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2722,7 +2720,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2736,7 +2734,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2750,7 +2748,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2764,7 +2762,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2778,7 +2776,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2792,7 +2790,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2806,7 +2804,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2820,7 +2818,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2834,7 +2832,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2853,7 +2851,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2872,7 +2870,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 if local.get $2 @@ -2886,7 +2884,7 @@ local.get $1 call $field-initialization/SomeObject~visit local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 if local.get $2 @@ -2900,7 +2898,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2914,7 +2912,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2928,7 +2926,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2967,7 +2965,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $field-initialization/Value_Init $field-initialization/Value $field-initialization/Ref_Init $field-initialization/Nullable_Init $field-initialization/Nullable $field-initialization/Value_Ctor $field-initialization/Value_Init_Ctor $field-initialization/Value_Ctor_Init $field-initialization/Ref_Init_Ctor $field-initialization/Ref_Ctor_Init $field-initialization/Ref_Ctor_Param $field-initialization/Nullable_Ctor $field-initialization/Nullable_Init_Ctor $field-initialization/Nullable_Ctor_Init $field-initialization/Inherit $field-initialization/Inherit_Base $field-initialization/Inherit_Ctor $field-initialization/SomeObject $field-initialization/SomeOtherObject $field-initialization/Flow_Balanced $field-initialization/Ref_Init_InlineCtor $field-initialization/Ref_InlineCtor_Init $invalid end return @@ -3103,7 +3101,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3112,23 +3110,23 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 call $field-initialization/Value_Init#set:a @@ -3149,7 +3147,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3158,23 +3156,23 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $field-initialization/Value#set:a @@ -3195,10 +3193,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -3207,23 +3205,23 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 0 @@ -3231,7 +3229,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $field-initialization/Ref_Init#set:a local.get $this @@ -3251,10 +3249,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -3263,23 +3261,23 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 0 @@ -3287,7 +3285,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $field-initialization/Nullable_Init#set:a local.get $this @@ -3307,7 +3305,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3316,23 +3314,23 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $field-initialization/Nullable#set:a @@ -3353,7 +3351,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3362,13 +3360,13 @@ i32.const 9 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $field-initialization/Value_Ctor#set:a @@ -3389,7 +3387,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3398,13 +3396,13 @@ i32.const 10 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 call $field-initialization/Value_Init_Ctor#set:a @@ -3425,7 +3423,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3434,13 +3432,13 @@ i32.const 11 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $field-initialization/Value_Ctor_Init#set:a @@ -3448,7 +3446,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 call $field-initialization/Value_Ctor_Init#set:a @@ -3469,10 +3467,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -3481,13 +3479,13 @@ i32.const 12 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 0 @@ -3495,7 +3493,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $field-initialization/Ref_Init_Ctor#set:a local.get $this @@ -3515,10 +3513,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -3527,13 +3525,13 @@ i32.const 13 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $field-initialization/Ref_Ctor_Init#set:a @@ -3541,7 +3539,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 0 @@ -3549,7 +3547,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $field-initialization/Ref_Ctor_Init#set:a local.get $this @@ -3569,10 +3567,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -3581,19 +3579,19 @@ i32.const 14 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $field-initialization/Ref_Ctor_Param#set:a local.get $this @@ -3613,7 +3611,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3622,13 +3620,13 @@ i32.const 15 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $field-initialization/Nullable_Ctor#set:a @@ -3649,10 +3647,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -3661,13 +3659,13 @@ i32.const 16 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 0 @@ -3675,7 +3673,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $field-initialization/Nullable_Init_Ctor#set:a local.get $this @@ -3695,10 +3693,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -3707,13 +3705,13 @@ i32.const 17 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $field-initialization/Nullable_Ctor_Init#set:a @@ -3721,7 +3719,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 0 @@ -3729,7 +3727,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $field-initialization/Nullable_Ctor_Init#set:a local.get $this @@ -3749,10 +3747,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -3761,23 +3759,23 @@ i32.const 19 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 0 @@ -3785,7 +3783,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $field-initialization/Inherit_Base#set:a local.get $this @@ -3805,7 +3803,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3814,18 +3812,18 @@ i32.const 18 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $field-initialization/Inherit_Base#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3843,7 +3841,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3852,18 +3850,18 @@ i32.const 20 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $field-initialization/Inherit_Base#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3881,7 +3879,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3890,23 +3888,23 @@ i32.const 21 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $field-initialization/SomeObject#set:a @@ -3914,7 +3912,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $field-initialization/SomeObject#set:b @@ -3936,7 +3934,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -3974,7 +3972,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -3983,7 +3981,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -4001,14 +3999,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -4031,7 +4029,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -4040,23 +4038,23 @@ i32.const 22 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $field-initialization/SomeObject#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $field-initialization/SomeOtherObject#set:c @@ -4077,10 +4075,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -4089,13 +4087,13 @@ i32.const 23 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $field-initialization/Flow_Balanced#set:a @@ -4105,7 +4103,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -4113,7 +4111,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $field-initialization/Flow_Balanced#set:a else @@ -4121,7 +4119,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -4129,7 +4127,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $field-initialization/Flow_Balanced#set:a end @@ -4185,8 +4183,8 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 148 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -4207,12 +4205,12 @@ i32.const 0 call $field-initialization/Value_Init#constructor local.tee $0 - i32.store $0 + i32.store local.get $0 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Value_Init#get:a i32.const 1 @@ -4230,12 +4228,12 @@ i32.const 0 call $field-initialization/Value#constructor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Value#get:a i32.const 0 @@ -4253,12 +4251,12 @@ i32.const 0 call $field-initialization/Ref_Init#constructor local.tee $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Ref_Init#get:a i32.const 0 @@ -4276,12 +4274,12 @@ i32.const 0 call $field-initialization/Nullable_Init#constructor local.tee $3 - i32.store $0 offset=16 + i32.store offset=16 local.get $3 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Nullable_Init#get:a i32.const 0 @@ -4299,12 +4297,12 @@ i32.const 0 call $field-initialization/Nullable#constructor local.tee $4 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Nullable#get:a i32.const 0 @@ -4322,12 +4320,12 @@ i32.const 0 call $field-initialization/Value_Ctor#constructor local.tee $5 - i32.store $0 offset=24 + i32.store offset=24 local.get $5 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Value_Ctor#get:a i32.const 0 @@ -4345,12 +4343,12 @@ i32.const 0 call $field-initialization/Value_Init_Ctor#constructor local.tee $6 - i32.store $0 offset=28 + i32.store offset=28 local.get $6 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Value_Init_Ctor#get:a i32.const 1 @@ -4368,12 +4366,12 @@ i32.const 0 call $field-initialization/Value_Ctor_Init#constructor local.tee $7 - i32.store $0 offset=32 + i32.store offset=32 local.get $7 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Value_Ctor_Init#get:a i32.const 1 @@ -4391,12 +4389,12 @@ i32.const 0 call $field-initialization/Ref_Init_Ctor#constructor local.tee $8 - i32.store $0 offset=36 + i32.store offset=36 local.get $8 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Ref_Init_Ctor#get:a i32.const 0 @@ -4414,12 +4412,12 @@ i32.const 0 call $field-initialization/Ref_Ctor_Init#constructor local.tee $9 - i32.store $0 offset=40 + i32.store offset=40 local.get $9 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Ref_Ctor_Init#get:a i32.const 0 @@ -4438,23 +4436,23 @@ i32.const 0 call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $10 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $10 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Ref_Ctor_Param#constructor local.tee $11 - i32.store $0 offset=48 + i32.store offset=48 local.get $11 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Ref_Ctor_Param#get:a local.get $10 @@ -4472,12 +4470,12 @@ i32.const 0 call $field-initialization/Nullable_Ctor#constructor local.tee $12 - i32.store $0 offset=52 + i32.store offset=52 local.get $12 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Nullable_Ctor#get:a i32.const 0 @@ -4495,12 +4493,12 @@ i32.const 0 call $field-initialization/Nullable_Init_Ctor#constructor local.tee $13 - i32.store $0 offset=56 + i32.store offset=56 local.get $13 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Nullable_Init_Ctor#get:a i32.const 0 @@ -4518,12 +4516,12 @@ i32.const 0 call $field-initialization/Nullable_Ctor_Init#constructor local.tee $14 - i32.store $0 offset=60 + i32.store offset=60 local.get $14 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Nullable_Ctor_Init#get:a i32.const 0 @@ -4541,12 +4539,12 @@ i32.const 0 call $field-initialization/Inherit#constructor local.tee $15 - i32.store $0 offset=64 + i32.store offset=64 local.get $15 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Inherit_Base#get:a i32.const 0 @@ -4564,12 +4562,12 @@ i32.const 0 call $field-initialization/Inherit_Ctor#constructor local.tee $16 - i32.store $0 offset=68 + i32.store offset=68 local.get $16 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Inherit_Base#get:a i32.const 0 @@ -4588,21 +4586,21 @@ i32.const 0 call $field-initialization/SomeObject#constructor local.tee $17 - i32.store $0 offset=72 + i32.store offset=72 local.get $17 i32.const 0 - i32.store $0 + i32.store local.get $17 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $17 local.tee $18 - i32.store $0 offset=76 + i32.store offset=76 local.get $18 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/SomeObject#get:a i32.const 0 @@ -4620,13 +4618,13 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=80 + i32.store offset=80 local.get $34 call $field-initialization/SomeObject#get:b local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 0 call $~lib/string/String.__eq @@ -4644,26 +4642,26 @@ i32.const 0 call $field-initialization/SomeObject#constructor local.tee $19 - i32.store $0 offset=84 + i32.store offset=84 local.get $19 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 1 call $field-initialization/SomeObject#set:a local.get $19 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 local.tee $20 - i32.store $0 offset=88 + i32.store offset=88 local.get $20 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/SomeObject#get:a i32.const 1 @@ -4681,13 +4679,13 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=80 + i32.store offset=80 local.get $34 call $field-initialization/SomeObject#get:b local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 0 call $~lib/string/String.__eq @@ -4705,31 +4703,31 @@ i32.const 0 call $field-initialization/SomeObject#constructor local.tee $21 - i32.store $0 offset=92 + i32.store offset=92 local.get $21 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 624 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=80 + i32.store offset=80 local.get $34 call $field-initialization/SomeObject#set:b local.get $21 i32.const 0 - i32.store $0 + i32.store local.get $21 local.tee $22 - i32.store $0 offset=96 + i32.store offset=96 local.get $22 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/SomeObject#get:a i32.const 0 @@ -4747,19 +4745,19 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=100 + i32.store offset=100 local.get $34 call $field-initialization/SomeObject#get:b local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 624 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=80 + i32.store offset=80 local.get $34 call $~lib/string/String.__eq i32.eqz @@ -4776,12 +4774,12 @@ i32.const 0 call $field-initialization/SomeObject#constructor local.tee $23 - i32.store $0 offset=104 + i32.store offset=104 local.get $23 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 2 call $field-initialization/SomeObject#set:a @@ -4789,23 +4787,23 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 656 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=80 + i32.store offset=80 local.get $34 call $field-initialization/SomeObject#set:b local.get $23 local.tee $24 - i32.store $0 offset=108 + i32.store offset=108 local.get $24 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/SomeObject#get:a i32.const 2 @@ -4823,19 +4821,19 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=100 + i32.store offset=100 local.get $34 call $field-initialization/SomeObject#get:b local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 656 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=80 + i32.store offset=80 local.get $34 call $~lib/string/String.__eq i32.eqz @@ -4852,34 +4850,34 @@ i32.const 0 call $field-initialization/SomeOtherObject#constructor local.tee $25 - i32.store $0 offset=112 + i32.store offset=112 local.get $25 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 688 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=80 + i32.store offset=80 local.get $34 call $field-initialization/SomeOtherObject#set:c local.get $25 i32.const 0 - i32.store $0 + i32.store local.get $25 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $25 local.tee $26 - i32.store $0 offset=116 + i32.store offset=116 local.get $26 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/SomeObject#get:a i32.const 0 @@ -4897,13 +4895,13 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=80 + i32.store offset=80 local.get $34 call $field-initialization/SomeObject#get:b local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 0 call $~lib/string/String.__eq @@ -4920,19 +4918,19 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=100 + i32.store offset=100 local.get $34 call $field-initialization/SomeOtherObject#get:c local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 688 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=80 + i32.store offset=80 local.get $34 call $~lib/string/String.__eq i32.eqz @@ -4949,12 +4947,12 @@ i32.const 0 call $field-initialization/SomeOtherObject#constructor local.tee $27 - i32.store $0 offset=120 + i32.store offset=120 local.get $27 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 3 call $field-initialization/SomeObject#set:a @@ -4962,36 +4960,36 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 720 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=80 + i32.store offset=80 local.get $34 call $field-initialization/SomeObject#set:b local.get $27 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 752 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=80 + i32.store offset=80 local.get $34 call $field-initialization/SomeOtherObject#set:c local.get $27 local.tee $28 - i32.store $0 offset=124 + i32.store offset=124 local.get $28 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/SomeObject#get:a i32.const 3 @@ -5009,19 +5007,19 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=100 + i32.store offset=100 local.get $34 call $field-initialization/SomeObject#get:b local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 720 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=80 + i32.store offset=80 local.get $34 call $~lib/string/String.__eq i32.eqz @@ -5037,19 +5035,19 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=100 + i32.store offset=100 local.get $34 call $field-initialization/SomeOtherObject#get:c local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 752 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=80 + i32.store offset=80 local.get $34 call $~lib/string/String.__eq i32.eqz @@ -5066,12 +5064,12 @@ i32.const 1 call $field-initialization/Flow_Balanced#constructor local.tee $29 - i32.store $0 offset=128 + i32.store offset=128 local.get $29 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Flow_Balanced#get:a i32.const 0 @@ -5096,13 +5094,13 @@ i32.const 24 call $~lib/rt/itcms/__new local.tee $30 - i32.store $0 offset=132 + i32.store offset=132 end local.get $30 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 0 i32.const 0 @@ -5110,17 +5108,17 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=80 + i32.store offset=80 local.get $34 call $field-initialization/Ref_Init_InlineCtor#set:a local.get $30 local.tee $31 - i32.store $0 offset=136 + i32.store offset=136 local.get $31 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Ref_Init_InlineCtor#get:a i32.const 0 @@ -5145,13 +5143,13 @@ i32.const 25 call $~lib/rt/itcms/__new local.tee $32 - i32.store $0 offset=140 + i32.store offset=140 end local.get $32 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 0 call $field-initialization/Ref_InlineCtor_Init#set:a @@ -5159,7 +5157,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 i32.const 0 i32.const 0 @@ -5167,17 +5165,17 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=80 + i32.store offset=80 local.get $34 call $field-initialization/Ref_InlineCtor_Init#set:a local.get $32 local.tee $33 - i32.store $0 offset=144 + i32.store offset=144 local.get $33 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=4 + i32.store offset=4 local.get $34 call $field-initialization/Ref_InlineCtor_Init#get:a i32.const 0 @@ -5205,7 +5203,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -5214,7 +5212,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 @@ -5234,7 +5232,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length i32.const 1073741820 i32.gt_u @@ -5251,7 +5249,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 + i32.store i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne diff --git a/tests/compiler/field-initialization.release.wat b/tests/compiler/field-initialization.release.wat index 581a1ac36b..de29586aa0 100644 --- a/tests/compiler/field-initialization.release.wat +++ b/tests/compiler/field-initialization.release.wat @@ -1,12 +1,12 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (result i32))) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32) (result i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -54,14 +54,14 @@ (local $0 i32) (local $1 i32) i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1536 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -71,7 +71,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -89,7 +89,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -106,7 +106,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -120,16 +120,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$223 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34668 @@ -144,10 +144,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$223 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -160,20 +160,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -182,7 +182,7 @@ else local.get $1 i32.const 1792 - i32.load $0 + i32.load i32.gt_u if i32.const 1248 @@ -197,13 +197,13 @@ i32.shl i32.const 1796 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -213,21 +213,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -235,8 +259,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -248,10 +272,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -262,29 +286,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -292,10 +316,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -309,75 +333,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -399,7 +416,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -416,12 +433,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -438,17 +455,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -458,9 +475,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -485,13 +502,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -525,7 +542,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -581,19 +598,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -605,15 +622,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -621,16 +638,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -652,10 +670,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -668,18 +686,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -703,30 +720,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -734,10 +751,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -745,7 +762,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -753,7 +770,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -764,10 +781,10 @@ end i32.const 34672 i32.const 0 - i32.store $0 + i32.store i32.const 36240 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -779,7 +796,7 @@ i32.const 34672 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -797,7 +814,7 @@ i32.const 34672 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -814,7 +831,7 @@ end i32.const 34672 i32.const 36244 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -847,7 +864,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -860,19 +877,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -883,7 +900,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -895,7 +912,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -908,12 +925,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -922,7 +935,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -933,26 +946,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -968,7 +981,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -984,7 +997,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1009,14 +1022,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1051,7 +1064,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1065,10 +1078,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1080,10 +1093,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1091,47 +1104,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1152,7 +1167,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1169,10 +1184,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1188,7 +1203,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1209,7 +1224,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1236,7 +1251,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1257,7 +1272,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1299,50 +1314,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1362,12 +1381,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1378,7 +1397,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1399,7 +1418,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1415,8 +1434,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1430,90 +1449,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1526,9 +1545,65 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) + (local $2 i32) + local.get $1 + i32.eqz + if + return + end + local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.tee $2 + local.get $1 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + i32.const 20 + i32.sub + i32.load offset=4 + i32.const 3 + i32.and + local.tee $0 + local.get $2 + i32.eqz + i32.eq + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $0 + i32.const 3 + i32.eq + i32.and + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + end + end + end + ) (func $~lib/rt/__visit_members (param $0 i32) (local $1 i32) block $folding-inner1 @@ -1547,7 +1622,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner0 $field-initialization/Value_Init $field-initialization/Value $folding-inner0 $folding-inner0 $folding-inner0 $field-initialization/Value_Ctor $field-initialization/Value_Init_Ctor $field-initialization/Value_Ctor_Init $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $field-initialization/SomeObject $field-initialization/SomeOtherObject $folding-inner0 $folding-inner0 $folding-inner0 $invalid end return @@ -1567,47 +1642,47 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 if local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end unreachable end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end ) (func $~start @@ -1633,46 +1708,43 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.const 19 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -1697,39 +1769,43 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 8 i32.const 21 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=4 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1757,13 +1833,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1778,55 +1855,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -1847,7 +1928,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$118 loop $while-continue|1 local.get $0 local.tee $3 @@ -1857,17 +1938,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$118 local.get $2 i32.const 2 i32.add @@ -1917,28 +1998,31 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 12 i32.const 22 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $field-initialization/SomeObject#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store offset=8 local.get $0 i32.const 0 - i32.store $0 offset=8 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1963,8 +2047,8 @@ local.tee $0 i32.const 0 i32.const 148 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl i32.const 34668 @@ -1974,26 +2058,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace local.get $0 @@ -2007,40 +2091,40 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 4 i32.const 4 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 call $~lib/object/Object#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -2063,40 +2147,40 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 4 i32.const 5 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 call $~lib/object/Object#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load if i32.const 0 i32.const 1456 @@ -2117,54 +2201,51 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.const 6 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 call $~lib/object/Object#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $2 - i32.store $0 + i32.store + local.get $1 local.get $2 - if - local.get $1 - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.eqz if i32.const 0 @@ -2186,54 +2267,51 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.const 7 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 call $~lib/object/Object#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $2 - i32.store $0 + i32.store + local.get $1 local.get $2 - if - local.get $1 - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.eqz if i32.const 0 @@ -2255,40 +2333,43 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 4 i32.const 8 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 call $~lib/object/Object#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 + i32.store + local.get $1 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load if i32.const 0 i32.const 1456 @@ -2309,32 +2390,32 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 4 i32.const 9 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 + i32.store local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=24 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load if i32.const 0 i32.const 1456 @@ -2355,32 +2436,32 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 4 i32.const 10 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 - i32.store $0 + i32.store local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -2403,38 +2484,38 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 4 i32.const 11 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 - i32.store $0 + i32.store local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -2457,45 +2538,42 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.const 12 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $2 - i32.store $0 + i32.store + local.get $1 local.get $2 - if - local.get $1 - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=36 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.eqz if i32.const 0 @@ -2517,51 +2595,51 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.const 13 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 + i32.store + local.get $1 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $2 - i32.store $0 + i32.store + local.get $1 local.get $2 - if - local.get $1 - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=40 + i32.store offset=40 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.eqz if i32.const 0 @@ -2574,12 +2652,12 @@ global.get $~lib/memory/__stack_pointer call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $1 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2591,45 +2669,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4 i32.const 14 call $~lib/rt/itcms/__new - local.tee $0 - i32.store $0 - global.get $~lib/memory/__stack_pointer local.tee $3 - local.get $0 - i32.store $0 offset=4 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $0 local.get $3 - local.get $1 - i32.store $0 offset=8 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 + i32.store offset=8 + local.get $3 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.store + local.get $3 + local.get $1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 - local.get $0 - i32.store $0 offset=48 + local.get $3 + i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 local.get $1 - local.get $0 - i32.load $0 + local.get $3 + i32.load i32.ne if i32.const 0 @@ -2651,31 +2726,34 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 4 i32.const 15 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.store local.get $1 i32.const 0 - i32.store $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load if i32.const 0 i32.const 1456 @@ -2696,45 +2774,42 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.const 16 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $2 - i32.store $0 + i32.store + local.get $1 local.get $2 - if - local.get $1 - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=56 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.eqz if i32.const 0 @@ -2756,51 +2831,51 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.const 17 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 + i32.store + local.get $1 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $2 - i32.store $0 + i32.store + local.get $1 local.get $2 - if - local.get $1 - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=60 + i32.store offset=60 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.eqz if i32.const 0 @@ -2822,34 +2897,34 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 4 i32.const 18 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 call $field-initialization/Inherit_Base#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=64 + i32.store offset=64 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.eqz if i32.const 0 @@ -2871,34 +2946,34 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 4 i32.const 20 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 call $field-initialization/Inherit_Base#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=68 + i32.store offset=68 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.eqz if i32.const 0 @@ -2913,21 +2988,21 @@ i32.const 0 call $field-initialization/SomeObject#constructor local.tee $1 - i32.store $0 offset=72 + i32.store offset=72 local.get $1 i32.const 0 - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=76 + i32.store offset=76 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load if i32.const 0 i32.const 1456 @@ -2939,12 +3014,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=80 + i32.store offset=80 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/string/String.__eq @@ -2962,24 +3037,24 @@ i32.const 0 call $field-initialization/SomeObject#constructor local.tee $1 - i32.store $0 offset=84 + i32.store offset=84 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=88 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -2993,12 +3068,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=80 + i32.store offset=80 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/string/String.__eq @@ -3016,30 +3091,30 @@ i32.const 0 call $field-initialization/SomeObject#constructor local.tee $1 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1648 - i32.store $0 offset=80 + i32.store offset=80 local.get $1 i32.const 1648 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1648 - call $byn-split-outlined-A$~lib/rt/itcms/__link + call $~lib/rt/itcms/__link local.get $1 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=96 + i32.store offset=96 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load if i32.const 0 i32.const 1456 @@ -3051,15 +3126,15 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=100 + i32.store offset=100 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1648 - i32.store $0 offset=80 + i32.store offset=80 local.get $1 i32.const 1648 call $~lib/string/String.__eq @@ -3077,33 +3152,33 @@ i32.const 0 call $field-initialization/SomeObject#constructor local.tee $1 - i32.store $0 offset=104 + i32.store offset=104 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1680 - i32.store $0 offset=80 + i32.store offset=80 local.get $1 i32.const 1680 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1680 - call $byn-split-outlined-A$~lib/rt/itcms/__link + call $~lib/rt/itcms/__link local.get $0 local.get $1 - i32.store $0 offset=108 + i32.store offset=108 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.const 2 i32.ne if @@ -3117,15 +3192,15 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=100 + i32.store offset=100 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1680 - i32.store $0 offset=80 + i32.store offset=80 local.get $1 i32.const 1680 call $~lib/string/String.__eq @@ -3142,33 +3217,33 @@ local.tee $0 call $field-initialization/SomeOtherObject#constructor local.tee $1 - i32.store $0 offset=112 + i32.store offset=112 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=80 + i32.store offset=80 local.get $1 i32.const 1712 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1712 - call $byn-split-outlined-A$~lib/rt/itcms/__link + call $~lib/rt/itcms/__link local.get $1 i32.const 0 - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=116 + i32.store offset=116 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load if i32.const 0 i32.const 1456 @@ -3180,12 +3255,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=80 + i32.store offset=80 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/string/String.__eq @@ -3201,15 +3276,15 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=100 + i32.store offset=100 local.get $0 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 - i32.store $0 offset=80 + i32.store offset=80 local.get $1 i32.const 1712 call $~lib/string/String.__eq @@ -3226,46 +3301,45 @@ local.tee $0 call $field-initialization/SomeOtherObject#constructor local.tee $1 - i32.store $0 offset=120 + i32.store offset=120 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1744 - i32.store $0 offset=80 + i32.store offset=80 local.get $1 i32.const 1744 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1744 - call $byn-split-outlined-A$~lib/rt/itcms/__link + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 1776 - i32.store $0 offset=80 + i32.store offset=80 local.get $1 i32.const 1776 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1776 - call $byn-split-outlined-A$~lib/rt/itcms/__link + call $~lib/rt/itcms/__link local.get $0 local.get $1 - i32.store $0 offset=124 + i32.store offset=124 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.const 3 i32.ne if @@ -3279,15 +3353,15 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=100 + i32.store offset=100 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1744 - i32.store $0 offset=80 + i32.store offset=80 local.get $2 i32.const 1744 call $~lib/string/String.__eq @@ -3303,15 +3377,15 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=100 + i32.store offset=100 local.get $0 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1776 - i32.store $0 offset=80 + i32.store offset=80 local.get $1 i32.const 1776 call $~lib/string/String.__eq @@ -3336,51 +3410,51 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.const 23 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.store local.get $1 i32.const 0 - i32.store $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $2 - i32.store $0 + i32.store + local.get $1 local.get $2 - if - local.get $1 - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=128 + i32.store offset=128 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.eqz if i32.const 0 @@ -3396,32 +3470,29 @@ i32.const 24 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 offset=132 + i32.store offset=132 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=80 + i32.store offset=80 local.get $1 local.get $2 - i32.store $0 + i32.store + local.get $1 local.get $2 - if - local.get $1 - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link local.get $0 local.get $1 - i32.store $0 offset=136 + i32.store offset=136 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.eqz if i32.const 0 @@ -3437,38 +3508,38 @@ i32.const 25 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 offset=140 + i32.store offset=140 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.store local.get $1 i32.const 0 - i32.store $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=80 + i32.store offset=80 local.get $1 local.get $2 - i32.store $0 + i32.store + local.get $1 local.get $2 - if - local.get $1 - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link local.get $0 local.get $1 - i32.store $0 offset=144 + i32.store offset=144 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 + i32.load i32.eqz if i32.const 0 @@ -3492,6 +3563,7 @@ unreachable ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) + (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3508,17 +3580,18 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3546,85 +3619,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 1 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__link (param $0 i32) (param $1 i32) - local.get $0 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white - local.get $1 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - i32.const 20 - i32.sub - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $0 - i32.const 3 - i32.eq - i32.and - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - end - end - end - ) ) diff --git a/tests/compiler/field.debug.wat b/tests/compiler/field.debug.wat index e20ed15673..551564caf0 100644 --- a/tests/compiler/field.debug.wat +++ b/tests/compiler/field.debug.wat @@ -1,15 +1,15 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32 i32))) + (type $5 (func (param i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) + (type $9 (func (param i32 i32 i32) (result i32))) + (type $10 (func (param i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -47,12 +47,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -66,7 +66,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -140,7 +140,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -210,11 +210,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -222,7 +222,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -354,7 +354,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -367,7 +367,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -383,34 +383,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -570,7 +570,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -593,7 +593,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -607,7 +607,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -630,7 +630,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -773,7 +773,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -859,7 +859,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -939,7 +939,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -973,7 +973,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -996,7 +996,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1010,7 +1010,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1062,7 +1062,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1100,7 +1100,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1175,7 +1174,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1209,7 +1208,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1230,7 +1229,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1250,7 +1249,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1270,7 +1269,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1296,7 +1295,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1319,7 +1318,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1804,7 +1803,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1849,7 +1848,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1882,7 +1881,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1905,7 +1904,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1931,7 +1930,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1944,7 +1943,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1971,19 +1970,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2185,12 +2184,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2241,7 +2240,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2256,7 +2255,7 @@ local.get $buffer local.get $data local.get $size - memory.copy $0 $0 + memory.copy end local.get $buffer return @@ -2332,14 +2331,13 @@ (func $field/NoStaticConflict#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store local.get $this local.get $a i32.const 0 call $~lib/rt/itcms/__link ) (func $field/NoStaticConflict.a (param $v i32) - nop ) (func $~lib/rt/itcms/__collect i32.const 0 @@ -2388,7 +2386,7 @@ drop ) (func $start:field - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2423,7 +2421,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2432,7 +2430,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $field/NoStaticConflict~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2440,7 +2437,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2450,15 +2447,15 @@ ) (func $~lib/array/Array<~lib/string/String>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array<~lib/string/String>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array<~lib/string/String>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/string/String>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2470,7 +2467,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2492,7 +2489,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $field/NoStaticConflict $~lib/array/Array<~lib/string/String> $~lib/array/Array $invalid end return @@ -2550,10 +2547,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -2562,23 +2559,23 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 2 @@ -2588,7 +2585,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $field/NoStaticConflict#set:a local.get $this @@ -2609,17 +2606,17 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 call $field/NoStaticConflict#constructor local.tee $inst - i32.store $0 + i32.store local.get $inst local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $field/NoStaticConflict.a global.get $~lib/memory/__stack_pointer @@ -2639,14 +2636,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:dataStart local.set $cur @@ -2655,7 +2652,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:length_ i32.const 2 @@ -2668,7 +2665,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -2687,7 +2684,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:buffer local.get $cookie @@ -2706,14 +2703,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -2732,7 +2729,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -2741,7 +2738,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 @@ -2763,7 +2760,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length local.get $alignLog2 i32.shl @@ -2774,27 +2771,27 @@ local.get $data call $~lib/rt/__newBuffer local.tee $buffer - i32.store $0 + i32.store i32.const 16 local.get $id call $~lib/rt/itcms/__new local.set $array local.get $array local.get $buffer - i32.store $0 + i32.store local.get $array local.get $buffer i32.const 0 call $~lib/rt/itcms/__link local.get $array local.get $buffer - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $bufferSize - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.get $length - i32.store $0 offset=12 + i32.store offset=12 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/field.release.wat b/tests/compiler/field.release.wat index dc9afffca7..0401d3159f 100644 --- a/tests/compiler/field.release.wat +++ b/tests/compiler/field.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -39,12 +39,12 @@ (local $0 i32) (local $1 i32) i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -54,7 +54,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -72,7 +72,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -89,7 +89,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -103,16 +103,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$125 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34272 @@ -127,10 +127,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$125 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -143,20 +143,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -165,7 +165,7 @@ else local.get $1 i32.const 1472 - i32.load $0 + i32.load i32.gt_u if i32.const 1248 @@ -180,13 +180,13 @@ i32.shl i32.const 1476 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -196,21 +196,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -218,8 +242,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -231,10 +255,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -245,29 +269,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -275,10 +299,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -292,75 +316,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -382,7 +399,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -399,12 +416,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -421,17 +438,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -441,9 +458,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -468,13 +485,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -508,7 +525,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -564,19 +581,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -588,15 +605,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -604,16 +621,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -635,10 +653,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -651,18 +669,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -686,30 +703,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -717,10 +734,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -728,7 +745,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -736,7 +753,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -747,10 +764,10 @@ end i32.const 34272 i32.const 0 - i32.store $0 + i32.store i32.const 35840 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -762,7 +779,7 @@ i32.const 34272 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -780,7 +797,7 @@ i32.const 34272 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -797,7 +814,7 @@ end i32.const 34272 i32.const 35844 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -830,7 +847,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -843,19 +860,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -866,7 +883,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -878,7 +895,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -891,12 +908,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -905,7 +918,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -916,26 +929,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -951,7 +964,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -967,7 +980,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -992,14 +1005,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1034,7 +1047,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1048,10 +1061,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1063,10 +1076,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1074,47 +1087,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1135,7 +1150,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1152,10 +1167,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1171,7 +1186,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1192,7 +1207,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1219,7 +1234,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1240,7 +1255,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1282,50 +1297,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1345,12 +1364,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1361,7 +1380,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1382,7 +1401,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1398,8 +1417,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1413,90 +1432,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1509,17 +1528,71 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) + (local $2 i32) + local.get $1 + i32.eqz + if + return + end + local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.tee $2 + local.get $1 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + i32.const 20 + i32.sub + i32.load offset=4 + i32.const 3 + i32.and + local.tee $0 + local.get $2 + i32.eqz + i32.eq + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $0 + i32.const 3 + i32.eq + i32.and + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + end + end + end + ) (func $start:field (local $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) - (local $5 i32) - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34272 @@ -1529,291 +1602,204 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner1 - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 1504 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $1 - i64.const 0 - i64.store $0 - local.get $1 - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1504 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $0 - i64.const 0 - i64.store $0 - local.get $0 - i32.const 0 - i32.store $0 offset=8 - local.get $0 - i32.const 4 - i32.const 4 - call $~lib/rt/itcms/__new - local.tee $0 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 offset=4 - local.get $2 - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1504 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store $0 - local.get $0 - i32.eqz - if - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.const 0 - call $~lib/rt/itcms/__new - local.tee $0 - i32.store $0 - end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $2 - local.get $0 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1504 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $3 - i32.const 0 - i32.store $0 - i32.const 0 - i32.const 1 - call $~lib/rt/itcms/__new - local.tee $2 - i32.const 1456 - i32.const 0 - memory.copy $0 $0 - local.get $3 - local.get $2 - i32.store $0 - i32.const 16 - i32.const 5 - call $~lib/rt/itcms/__new - local.tee $3 - local.get $2 - i32.store $0 - local.get $2 - if - local.get $3 - i32.eqz - br_if $folding-inner1 - global.get $~lib/rt/itcms/white - local.get $2 - i32.const 20 - i32.sub - local.tee $4 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $3 - i32.const 20 - i32.sub - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $5 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $4 - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $5 - i32.const 3 - i32.eq - i32.and - if - local.get $4 - call $~lib/rt/itcms/Object#makeGray - end - end - end - end - local.get $3 - local.get $2 - i32.store $0 offset=4 + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 1504 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $1 + i64.const 0 + i64.store + local.get $1 + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1504 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $0 + i64.const 0 + i64.store + local.get $0 + i32.const 0 + i32.store offset=8 + local.get $0 + i32.const 4 + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $2 + local.get $0 + i32.store offset=4 + local.get $2 + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1504 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i32.const 0 + i32.store + local.get $0 + i32.eqz + if local.get $3 i32.const 0 - i32.store $0 offset=8 - local.get $3 i32.const 0 - i32.store $0 offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=8 - local.get $0 - local.get $3 - i32.store $0 - local.get $3 - if - local.get $0 - i32.eqz - br_if $folding-inner1 - global.get $~lib/rt/itcms/white - local.get $3 - i32.const 20 - i32.sub - local.tee $2 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - i32.const 20 - i32.sub - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $3 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $2 - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $3 - i32.const 3 - i32.eq - i32.and - if - local.get $2 - call $~lib/rt/itcms/Object#makeGray - end - end - end - end - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $0 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - global.get $~lib/rt/itcms/state - i32.const 0 - i32.gt_s - if - loop $while-continue|0 - global.get $~lib/rt/itcms/state - if - call $~lib/rt/itcms/step - drop - br $while-continue|0 - end - end - end - call $~lib/rt/itcms/step - drop - loop $while-continue|1 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1504 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $2 + i32.const 0 + i32.store + i32.const 0 + i32.const 1 + call $~lib/rt/itcms/__new + local.tee $3 + i32.const 1456 + i32.const 0 + memory.copy + local.get $2 + local.get $3 + i32.store + i32.const 16 + i32.const 5 + call $~lib/rt/itcms/__new + local.tee $2 + local.get $3 + i32.store + local.get $2 + local.get $3 + call $~lib/rt/itcms/__link + local.get $2 + local.get $3 + i32.store offset=4 + local.get $2 + i32.const 0 + i32.store offset=8 + local.get $2 + i32.const 0 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=8 + local.get $0 + local.get $2 + i32.store + local.get $0 + local.get $2 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/rt/itcms/state + i32.const 0 + i32.gt_s + if + loop $while-continue|0 global.get $~lib/rt/itcms/state if call $~lib/rt/itcms/step drop - br $while-continue|1 + br $while-continue|0 end end - global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 - i32.const 1024 - i32.add - global.set $~lib/rt/itcms/threshold - return end - i32.const 34304 - i32.const 34352 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable + call $~lib/rt/itcms/step + drop + loop $while-continue|1 + global.get $~lib/rt/itcms/state + if + call $~lib/rt/itcms/step + drop + br $while-continue|1 + end + end + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i64.const 200 + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + return end - i32.const 0 - i32.const 1120 - i32.const 295 - i32.const 14 + i32.const 34304 + i32.const 34352 + i32.const 1 + i32.const 1 call $~lib/builtins/abort unreachable ) @@ -1833,7 +1819,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner2 $folding-inner2 $~lib/array/Array<~lib/string/String> $~lib/array/Array $invalid end return @@ -1853,19 +1839,19 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 2 i32.shl i32.add @@ -1876,11 +1862,11 @@ i32.lt_u if local.get $1 - i32.load $0 + i32.load local.tee $3 if local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $1 i32.const 4 @@ -1901,7 +1887,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store br $folding-inner1 end unreachable @@ -1915,14 +1901,10 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1930,33 +1912,14 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end ) (func $~start call $start:field ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/for.debug.wat b/tests/compiler/for.debug.wat index aa94a43a4f..b83cf2740a 100644 --- a/tests/compiler/for.debug.wat +++ b/tests/compiler/for.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (result i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $for/ran (mut i32) (i32.const 0)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -114,7 +114,6 @@ i32.const 0 i32.gt_s if - nop local.get $i i32.const 1 i32.sub @@ -434,12 +433,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -453,7 +452,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -527,7 +526,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -597,11 +596,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -609,7 +608,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 256 @@ -741,7 +740,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -754,7 +753,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -770,34 +769,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -957,7 +956,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -980,7 +979,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -994,7 +993,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -1017,7 +1016,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -1160,7 +1159,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -1246,7 +1245,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1326,7 +1325,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1360,7 +1359,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1383,7 +1382,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1397,7 +1396,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1449,7 +1448,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1487,7 +1486,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1562,7 +1560,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1596,7 +1594,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1617,7 +1615,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1637,7 +1635,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1657,7 +1655,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1683,7 +1681,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1706,7 +1704,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -2191,7 +2189,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -2236,7 +2234,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -2269,7 +2267,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -2292,7 +2290,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2318,7 +2316,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2331,7 +2329,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2358,19 +2356,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2572,12 +2570,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2628,7 +2626,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2642,14 +2640,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.set $i global.get $~lib/memory/__stack_pointer i32.const 0 call $for/Ref#constructor local.tee $ref - i32.store $0 + i32.store loop $for-loop|0 local.get $ref if @@ -2667,7 +2665,7 @@ i32.const 0 call $for/Ref#constructor local.tee $ref - i32.store $0 + i32.store end br $for-loop|0 end @@ -2717,18 +2715,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.set $i global.get $~lib/memory/__stack_pointer i32.const 0 call $for/Ref#constructor local.tee $ref - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer call $for/getRef local.tee $ref - i32.store $0 + i32.store block $for-break0 loop $for-loop|0 call $for/getRef @@ -2747,7 +2745,7 @@ global.get $~lib/memory/__stack_pointer call $for/getRef local.tee $ref - i32.store $0 + i32.store br $for-loop|0 end end @@ -2974,7 +2972,7 @@ end i32.const 0 global.set $for/ran - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3032,7 +3030,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -3041,7 +3039,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -3053,7 +3050,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $for/Ref $invalid end return @@ -3096,7 +3093,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3105,18 +3102,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3134,7 +3131,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -3143,7 +3140,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/for.release.wat b/tests/compiler/for.release.wat index da3cbbfa5b..cc3a2dc0f2 100644 --- a/tests/compiler/for.release.wat +++ b/tests/compiler/for.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (result i32))) + (type $4 (func (param i32) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -38,12 +38,12 @@ (local $0 i32) (local $1 i32) i32.const 1280 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1088 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -53,7 +53,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -71,7 +71,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -79,137 +79,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1152 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34264 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$128 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34264 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$128 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1152 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1152 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1472 + i32.load + i32.gt_u + if + i32.const 1280 + i32.const 1344 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1476 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1472 - i32.load $0 - i32.gt_u - if - i32.const 1280 - i32.const 1344 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1476 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -217,8 +237,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -230,10 +250,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -244,29 +264,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -274,10 +294,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -291,75 +311,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -381,7 +394,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -398,12 +411,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -420,17 +433,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -440,9 +453,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -467,13 +480,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -507,7 +520,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -563,19 +576,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -587,15 +600,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -603,16 +616,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -634,10 +648,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -650,18 +664,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -685,30 +698,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -716,10 +729,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -727,7 +740,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -735,7 +748,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -746,10 +759,10 @@ end i32.const 34272 i32.const 0 - i32.store $0 + i32.store i32.const 35840 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -761,7 +774,7 @@ i32.const 34272 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -779,7 +792,7 @@ i32.const 34272 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -796,7 +809,7 @@ end i32.const 34272 i32.const 35844 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -829,7 +842,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -842,19 +855,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -865,7 +878,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -877,7 +890,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -890,12 +903,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -904,7 +913,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -915,26 +924,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -950,7 +959,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -966,7 +975,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -991,14 +1000,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1033,7 +1042,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1047,10 +1056,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1062,10 +1071,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1075,7 +1084,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1086,10 +1095,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1101,7 +1110,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1122,7 +1131,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1137,7 +1146,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1158,7 +1167,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1189,11 +1198,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1212,12 +1221,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1228,7 +1237,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1247,7 +1256,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1264,7 +1273,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1280,7 +1289,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1290,7 +1299,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1299,54 +1308,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1359,7 +1368,7 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $start:for @@ -1602,7 +1611,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34264 @@ -1612,26 +1621,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/pinSpace i32.const 1236 i32.const 1232 - i32.store $0 + i32.store i32.const 1240 i32.const 1232 - i32.store $0 + i32.store i32.const 1232 global.set $~lib/rt/itcms/toSpace i32.const 1380 i32.const 1376 - i32.store $0 + i32.store i32.const 1384 i32.const 1376 - i32.store $0 + i32.store i32.const 1376 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer @@ -1646,13 +1655,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store i32.const 0 local.set $1 local.get $0 call $for/Ref#constructor local.tee $0 - i32.store $0 + i32.store loop $for-loop|07 local.get $0 if @@ -1669,7 +1678,7 @@ global.get $~lib/memory/__stack_pointer call $for/Ref#constructor local.tee $0 - i32.store $0 + i32.store end br $for-loop|07 end @@ -1709,16 +1718,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store i32.const 0 local.set $1 local.get $0 call $for/Ref#constructor - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer call $for/Ref#constructor local.tee $0 - i32.store $0 + i32.store loop $for-loop|08 call $for/Ref#constructor if @@ -1737,7 +1746,7 @@ global.get $~lib/memory/__stack_pointer call $for/Ref#constructor local.tee $0 - i32.store $0 + i32.store br $for-loop|08 end end @@ -1818,7 +1827,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $for/Ref $invalid end return @@ -1828,11 +1837,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1846,6 +1855,7 @@ (func $for/Ref#constructor (result i32) (local $0 i32) (local $1 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1858,16 +1868,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -1877,16 +1887,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1894,7 +1905,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1909,23 +1920,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/function-call.debug.wat b/tests/compiler/function-call.debug.wat index 5f87d1289e..067a7f4fc0 100644 --- a/tests/compiler/function-call.debug.wat +++ b/tests/compiler/function-call.debug.wat @@ -1,14 +1,14 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func)) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32) (result i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) + (type $9 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $function-call/fnVoid (mut i32) (i32.const 32)) (global $~argumentsLength (mut i32) (i32.const 0)) @@ -59,10 +59,8 @@ (export "memory" (memory $0)) (start $~start) (func $start:function-call~anonymous|0 - nop ) (func $start:function-call~anonymous|1 - nop ) (func $start:function-call~anonymous|2 (param $a i32) (param $b i32) (result i32) local.get $a @@ -83,12 +81,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -102,7 +100,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -176,7 +174,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -246,11 +244,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -258,7 +256,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 448 @@ -390,7 +388,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -403,7 +401,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -419,34 +417,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -606,7 +604,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -629,7 +627,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -643,7 +641,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -666,7 +664,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -809,7 +807,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -895,7 +893,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -975,7 +973,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1009,7 +1007,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1032,7 +1030,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1046,7 +1044,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1098,7 +1096,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1136,7 +1134,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1211,7 +1208,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1245,7 +1242,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1266,7 +1263,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1286,7 +1283,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1306,7 +1303,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1332,7 +1329,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1355,7 +1352,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1840,7 +1837,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1885,7 +1882,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1918,7 +1915,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1941,7 +1938,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1967,7 +1964,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1980,7 +1977,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2007,19 +2004,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2221,12 +2218,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2277,12 +2274,11 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $function-call/Foo#fnVoid (param $this i32) - nop ) (func $function-call/Foo#fnThis (param $this i32) (result i32) local.get $this @@ -2316,7 +2312,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2325,11 +2321,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/function/Function<%28%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2341,7 +2336,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2353,7 +2348,7 @@ ) (func $~lib/function/Function<%28this:i32%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28this:i32%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2365,7 +2360,7 @@ ) (func $~lib/function/Function<%28this:function-call/Foo%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28this:function-call/Foo%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2377,7 +2372,7 @@ ) (func $~lib/function/Function<%28this:function-call/Foo%2Ci32%2Ci32%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28this:function-call/Foo%2Ci32%2Ci32%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2402,7 +2397,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/function/Function<%28%29=>void> $~lib/function/Function<%28i32%2Ci32%29=>i32> $~lib/function/Function<%28this:i32%29=>i32> $function-call/Foo $~lib/function/Function<%28this:function-call/Foo%29=>void> $~lib/function/Function<%28this:function-call/Foo%2Ci32%2Ci32%29=>i32> $invalid end return @@ -2470,7 +2465,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2479,18 +2474,18 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2508,24 +2503,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 global.set $~argumentsLength global.get $function-call/fnVoid - i32.load $0 - call_indirect $0 (type $none_=>_none) + i32.load + call_indirect (type $2) i32.const 0 global.set $~argumentsLength global.get $function-call/faVoid - i32.load $0 - call_indirect $0 (type $none_=>_none) + i32.load + call_indirect (type $2) i32.const 1 i32.const 2 i32.const 2 global.set $~argumentsLength global.get $function-call/fnRet - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $4) i32.const 3 i32.eq i32.eqz @@ -2542,8 +2537,8 @@ i32.const 2 global.set $~argumentsLength global.get $function-call/faRet - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $4) i32.const 5 i32.eq i32.eqz @@ -2559,8 +2554,8 @@ i32.const 0 global.set $~argumentsLength global.get $function-call/fnThis - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 1 i32.eq i32.eqz @@ -2572,7 +2567,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2596,19 +2591,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 0 global.set $~argumentsLength i32.const 656 - i32.load $0 - call_indirect $0 (type $i32_=>_none) + i32.load + call_indirect (type $3) i32.const 1 i32.const 0 global.set $~argumentsLength i32.const 688 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 1 i32.eq i32.eqz @@ -2624,15 +2619,15 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 i32.const 2 i32.const 2 global.set $~argumentsLength i32.const 720 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) i32.const 3 i32.eq i32.eqz @@ -2658,12 +2653,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28%29=>void>#get:_env local.get $cookie @@ -2682,12 +2677,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:_env local.get $cookie @@ -2706,12 +2701,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28this:i32%29=>i32>#get:_env local.get $cookie @@ -2730,12 +2725,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28this:function-call/Foo%29=>void>#get:_env local.get $cookie @@ -2754,12 +2749,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28this:function-call/Foo%2Ci32%2Ci32%29=>i32>#get:_env local.get $cookie @@ -2778,7 +2773,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -2787,7 +2782,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/function-call.release.wat b/tests/compiler/function-call.release.wat index 29e7b4f8cc..3cc492ff52 100644 --- a/tests/compiler/function-call.release.wat +++ b/tests/compiler/function-call.release.wat @@ -1,13 +1,13 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func)) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32))) + (type $5 (func (param i32 i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -57,7 +57,6 @@ (export "memory" (memory $0)) (start $~start) (func $start:function-call~anonymous|0 - nop ) (func $start:function-call~anonymous|2 (param $0 i32) (param $1 i32) (result i32) local.get $0 @@ -74,15 +73,15 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1472 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1280 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -92,7 +91,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -110,7 +109,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -118,137 +117,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1344 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1344 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34572 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$115 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34572 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1344 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$115 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1344 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1344 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1760 + i32.load + i32.gt_u + if + i32.const 1472 + i32.const 1536 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1764 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1760 - i32.load $0 - i32.gt_u - if - i32.const 1472 - i32.const 1536 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1764 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -256,8 +275,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -269,10 +288,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -283,29 +302,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -313,10 +332,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -330,75 +349,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -420,7 +432,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -437,12 +449,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -459,17 +471,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -479,9 +491,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -506,13 +518,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -546,7 +558,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -602,19 +614,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -626,15 +638,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -642,16 +654,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -673,10 +686,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -689,18 +702,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -724,30 +736,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -755,10 +767,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -766,7 +778,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -774,7 +786,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -785,10 +797,10 @@ end i32.const 34576 i32.const 0 - i32.store $0 + i32.store i32.const 36144 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -800,7 +812,7 @@ i32.const 34576 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -818,7 +830,7 @@ i32.const 34576 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -835,7 +847,7 @@ end i32.const 34576 i32.const 36148 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -868,7 +880,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -881,19 +893,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -904,7 +916,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -916,7 +928,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -929,12 +941,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -943,7 +951,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -954,26 +962,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -989,7 +997,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1005,7 +1013,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1030,14 +1038,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1072,7 +1080,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1086,10 +1094,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1101,10 +1109,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1114,7 +1122,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1125,10 +1133,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1140,7 +1148,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1161,7 +1169,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1176,7 +1184,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1197,7 +1205,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1228,11 +1236,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1251,12 +1259,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1267,7 +1275,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1286,7 +1294,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1303,7 +1311,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1319,7 +1327,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1329,7 +1337,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1338,54 +1346,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1398,11 +1406,10 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $function-call/Foo#fnVoid (param $0 i32) - nop ) (func $function-call/Foo#fnRet (param $0 i32) (param $1 i32) (param $2 i32) (result i32) i32.const 3 @@ -1419,7 +1426,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $folding-inner0 $folding-inner0 $folding-inner0 $function-call/Foo $folding-inner0 $folding-inner0 $invalid end return @@ -1429,11 +1436,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1459,17 +1466,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load offset=4 + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1478,6 +1481,7 @@ (func $~start (local $0 i32) (local $1 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1489,18 +1493,18 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1056 - i32.load $0 - call_indirect $0 (type $none_=>_none) + i32.load + call_indirect (type $0) i32.const 1088 - i32.load $0 - call_indirect $0 (type $none_=>_none) + i32.load + call_indirect (type $0) i32.const 1 i32.const 2 i32.const 1120 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $3) i32.const 3 i32.ne if @@ -1514,8 +1518,8 @@ i32.const 2 i32.const 3 i32.const 1216 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $3) i32.const 5 i32.ne if @@ -1528,10 +1532,10 @@ end i32.const 1 i32.const 1248 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $1) drop - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34572 @@ -1541,26 +1545,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1396 i32.const 1392 - i32.store $0 + i32.store i32.const 1400 i32.const 1392 - i32.store $0 + i32.store i32.const 1392 global.set $~lib/rt/itcms/pinSpace i32.const 1428 i32.const 1424 - i32.store $0 + i32.store i32.const 1432 i32.const 1424 - i32.store $0 + i32.store i32.const 1424 global.set $~lib/rt/itcms/toSpace i32.const 1572 i32.const 1568 - i32.store $0 + i32.store i32.const 1576 i32.const 1568 - i32.store $0 + i32.store i32.const 1568 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer @@ -1574,17 +1578,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 7 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 local.get $0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $2 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1593,24 +1597,25 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1620,26 +1625,26 @@ global.get $~lib/memory/__stack_pointer global.get $function-call/foo local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 1680 - i32.load $0 - call_indirect $0 (type $i32_=>_none) + i32.load + call_indirect (type $2) i32.const 1 i32.const 1712 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $1) drop global.get $~lib/memory/__stack_pointer global.get $function-call/foo local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 1 i32.const 2 i32.const 1744 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $5) i32.const 3 i32.ne if @@ -1663,23 +1668,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/function-expression.debug.wat b/tests/compiler/function-expression.debug.wat index d519160857..4d60cddafc 100644 --- a/tests/compiler/function-expression.debug.wat +++ b/tests/compiler/function-expression.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (result i32))) + (type $4 (func)) + (type $5 (func (param i32))) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $function-expression/f1 (mut i32) (i32.const 32)) (global $~argumentsLength (mut i32) (i32.const 0)) @@ -77,7 +77,6 @@ return ) (func $start:function-expression~someName|2 - nop ) (func $start:function-expression~anonymous|3 (result i32) i32.const 1 @@ -93,8 +92,8 @@ i32.const 2 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $2) return ) (func $start:function-expression~anonymous|5 (param $a i32) (param $$1 i32) (result i32) @@ -155,21 +154,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 global.get $~lib/memory/__stack_pointer i32.const 0 global.set $~argumentsLength global.get $function-expression/globalFunc - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $3) local.tee $0 - i32.store $0 + i32.store i32.const 1 global.set $~argumentsLength local.get $0 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 25 i32.eq i32.eqz @@ -202,25 +201,25 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 544 local.tee $localFunc - i32.store $0 + i32.store i32.const 1 global.get $~lib/memory/__stack_pointer i32.const 0 global.set $~argumentsLength local.get $localFunc - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $3) local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 25 i32.eq i32.eqz @@ -240,12 +239,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -259,7 +258,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -333,7 +332,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -403,11 +402,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -415,7 +414,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 768 @@ -547,7 +546,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -560,7 +559,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -576,34 +575,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -763,7 +762,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -786,7 +785,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -800,7 +799,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -823,7 +822,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -966,7 +965,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -1052,7 +1051,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1132,7 +1131,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1166,7 +1165,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1189,7 +1188,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1203,7 +1202,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1255,7 +1254,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1293,7 +1292,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1368,7 +1366,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1402,7 +1400,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1423,7 +1421,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1443,7 +1441,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1463,7 +1461,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1489,7 +1487,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1512,7 +1510,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1997,7 +1995,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -2042,7 +2040,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -2075,7 +2073,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -2098,7 +2096,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2124,7 +2122,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2137,7 +2135,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2164,19 +2162,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2378,12 +2376,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2434,7 +2432,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2509,7 +2507,7 @@ (func $function-expression/FieldClass#set:fieldFunc (param $this i32) (param $fieldFunc i32) local.get $this local.get $fieldFunc - i32.store $0 + i32.store local.get $this local.get $fieldFunc i32.const 0 @@ -2523,7 +2521,7 @@ ) (func $function-expression/FieldClass#get:fieldFunc (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $function-expression/semanticallyAnonymous~fnDecl (param $val i32) (result i32) local.get $val @@ -2542,11 +2540,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1040 local.tee $fnDecl - i32.store $0 + i32.store local.get $fnDecl drop local.get $fnDecl @@ -2581,7 +2579,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2590,11 +2588,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/function/Function<%28i32%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2606,7 +2603,7 @@ ) (func $~lib/function/Function<%28%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2618,7 +2615,7 @@ ) (func $~lib/function/Function<%28%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2630,7 +2627,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2642,7 +2639,7 @@ ) (func $~lib/function/Function<%28%29=>%28i32%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28%29=>%28i32%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2658,7 +2655,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2681,7 +2678,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/function/Function<%28i32%29=>i32> $~lib/function/Function<%28%29=>void> $~lib/function/Function<%28%29=>i32> $~lib/function/Function<%28i32%2Ci32%29=>i32> $~lib/function/Function<%28%29=>%28i32%29=>i32> $function-expression/FieldClass $invalid end return @@ -2752,10 +2749,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -2764,19 +2761,19 @@ i32.const 9 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $fieldFunc local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $function-expression/FieldClass#set:fieldFunc local.get $this @@ -2798,21 +2795,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 1008 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $function-expression/FieldClass#constructor local.tee $fieldInst - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.get $~lib/memory/__stack_pointer i32.const 0 @@ -2821,18 +2818,18 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $function-expression/FieldClass#get:fieldFunc - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $3) local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $1 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 25 i32.eq i32.eqz @@ -2858,13 +2855,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 i32.const 1 global.set $~argumentsLength global.get $function-expression/f1 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 1 i32.eq i32.eqz @@ -2880,8 +2877,8 @@ i32.const 1 global.set $~argumentsLength global.get $function-expression/f2 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 2 i32.eq i32.eqz @@ -2896,13 +2893,13 @@ i32.const 0 global.set $~argumentsLength global.get $function-expression/f3 - i32.load $0 - call_indirect $0 (type $none_=>_none) + i32.load + call_indirect (type $4) i32.const 0 global.set $~argumentsLength global.get $function-expression/f4 - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $3) i32.const 1 i32.eq i32.eqz @@ -2918,7 +2915,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $function-expression/testOmitted i32.const 3 @@ -2936,7 +2933,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $function-expression/testOmitted i32.const 1 @@ -2954,7 +2951,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $function-expression/testOmitted i32.const 42 @@ -2973,8 +2970,8 @@ i32.const 2 global.set $~argumentsLength call $function-expression/testOmittedReturn1 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 3 i32.eq i32.eqz @@ -2991,8 +2988,8 @@ i32.const 2 global.set $~argumentsLength call $function-expression/testOmittedReturn2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 1 i32.eq i32.eqz @@ -3009,8 +3006,8 @@ i32.const 2 global.set $~argumentsLength call $function-expression/testOmittedReturn3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 42 i32.eq i32.eqz @@ -3037,7 +3034,7 @@ end call $function-expression/testGlobal call $function-expression/testLocal - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3070,12 +3067,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%29=>i32>#get:_env local.get $cookie @@ -3094,12 +3091,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28%29=>void>#get:_env local.get $cookie @@ -3118,12 +3115,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28%29=>i32>#get:_env local.get $cookie @@ -3142,12 +3139,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:_env local.get $cookie @@ -3166,12 +3163,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28%29=>%28i32%29=>i32>#get:_env local.get $cookie @@ -3191,11 +3188,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 448 local.tee $myFunc - i32.store $0 + i32.store local.get $myFunc local.set $1 global.get $~lib/memory/__stack_pointer @@ -3215,11 +3212,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 512 local.tee $myFunc - i32.store $0 + i32.store local.get $myFunc local.set $1 global.get $~lib/memory/__stack_pointer @@ -3239,11 +3236,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 976 local.tee $myFunc - i32.store $0 + i32.store local.get $myFunc local.set $1 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/function-expression.release.wat b/tests/compiler/function-expression.release.wat index 236d54c1ed..a04dbf3bd6 100644 --- a/tests/compiler/function-expression.release.wat +++ b/tests/compiler/function-expression.release.wat @@ -1,12 +1,12 @@ (module - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $0 (func (result i32))) + (type $1 (func (param i32 i32) (result i32))) + (type $2 (func (param i32) (result i32))) + (type $3 (func)) + (type $4 (func (param i32))) + (type $5 (func (param i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -80,7 +80,6 @@ local.get $0 ) (func $start:function-expression~someName|2 - nop ) (func $start:function-expression~anonymous|3 (result i32) i32.const 1 @@ -103,12 +102,12 @@ (local $0 i32) (local $1 i32) i32.const 1792 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1600 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -118,7 +117,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -136,7 +135,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -153,7 +152,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -167,16 +166,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$131 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34924 @@ -191,10 +190,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$131 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -207,20 +206,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -229,7 +228,7 @@ else local.get $1 i32.const 2112 - i32.load $0 + i32.load i32.gt_u if i32.const 1792 @@ -244,13 +243,13 @@ i32.shl i32.const 2116 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -260,21 +259,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -282,8 +305,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -295,10 +318,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -309,29 +332,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -339,10 +362,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -356,75 +379,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -446,7 +462,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -463,12 +479,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -485,17 +501,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -505,9 +521,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -532,13 +548,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -572,7 +588,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -628,19 +644,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -652,15 +668,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -668,16 +684,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -699,10 +716,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -715,18 +732,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -750,30 +766,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -781,10 +797,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -792,7 +808,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -800,7 +816,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -811,10 +827,10 @@ end i32.const 34928 i32.const 0 - i32.store $0 + i32.store i32.const 36496 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -826,7 +842,7 @@ i32.const 34928 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -844,7 +860,7 @@ i32.const 34928 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -861,7 +877,7 @@ end i32.const 34928 i32.const 36500 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -894,7 +910,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -907,19 +923,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -930,7 +946,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -942,7 +958,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -955,12 +971,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -969,7 +981,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -980,26 +992,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1015,7 +1027,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1031,7 +1043,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1056,14 +1068,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1098,7 +1110,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1112,10 +1124,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1127,10 +1139,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1140,7 +1152,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1151,10 +1163,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1166,7 +1178,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1187,7 +1199,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1202,7 +1214,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$71 i32.const 2048 local.set $0 loop $do-loop|0 @@ -1223,7 +1235,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$71 end local.get $0 i32.const 0 @@ -1254,11 +1266,11 @@ local.tee $0 i32.eqz if - memory.size $0 + memory.size local.tee $0 i32.const 4 local.get $1 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $0 i32.const 16 i32.shl @@ -1277,12 +1289,12 @@ local.get $2 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $2 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1293,7 +1305,7 @@ local.get $0 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1312,7 +1324,7 @@ end end local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1329,7 +1341,7 @@ local.get $0 call $~lib/rt/tlsf/removeBlock local.get $0 - i32.load $0 + i32.load local.tee $2 i32.const -4 i32.and @@ -1345,7 +1357,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $0 i32.const 32 i32.add @@ -1355,7 +1367,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1364,54 +1376,54 @@ local.get $2 i32.const -2 i32.and - i32.store $0 + i32.store local.get $0 i32.const 4 i32.add local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $1 local.get $1 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $0 i32.const 9 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $0 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1423,7 +1435,7 @@ i32.add local.tee $0 i32.const 0 - i32.store $0 align=1 + i32.store align=1 local.get $0 ) (func $function-expression/semanticallyAnonymous @@ -1446,10 +1458,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 2064 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.add @@ -1466,7 +1478,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner1 $invalid end return @@ -1495,17 +1507,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load offset=4 + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1513,11 +1521,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end ) (func $~start @@ -1538,11 +1546,11 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 i32.const 1056 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 1 i32.ne if @@ -1555,8 +1563,8 @@ end i32.const 2 i32.const 1152 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 2 i32.ne if @@ -1568,11 +1576,11 @@ unreachable end i32.const 1184 - i32.load $0 - call_indirect $0 (type $none_=>_none) + i32.load + call_indirect (type $3) i32.const 1216 - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $0) i32.const 1 i32.ne if @@ -1585,12 +1593,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 1248 - i32.store $0 + i32.store i32.const 1 i32.const 2 i32.const 1248 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $1) i32.const 3 i32.ne if @@ -1603,12 +1611,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 1280 - i32.store $0 + i32.store i32.const 1 i32.const 2 i32.const 1280 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $1) i32.const 1 i32.ne if @@ -1621,12 +1629,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 1312 - i32.store $0 + i32.store i32.const 1 i32.const 2 i32.const 1312 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $1) i32.const 42 i32.ne if @@ -1640,8 +1648,8 @@ i32.const 1 i32.const 2 i32.const 1344 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $1) i32.const 3 i32.ne if @@ -1655,8 +1663,8 @@ i32.const 1 i32.const 2 i32.const 1376 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $1) i32.const 1 i32.ne if @@ -1670,8 +1678,8 @@ i32.const 1 i32.const 2 i32.const 1408 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $1) i32.const 42 i32.ne if @@ -1693,17 +1701,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1504 - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $0) local.tee $0 - i32.store $0 + i32.store i32.const 1 local.get $0 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 25 i32.ne if @@ -1729,20 +1737,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1568 - i32.store $0 + i32.store local.get $0 i32.const 1568 - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $0) local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 local.get $0 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 25 i32.ne if @@ -1757,7 +1765,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34924 @@ -1767,26 +1775,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1716 i32.const 1712 - i32.store $0 + i32.store i32.const 1720 i32.const 1712 - i32.store $0 + i32.store i32.const 1712 global.set $~lib/rt/itcms/pinSpace i32.const 1748 i32.const 1744 - i32.store $0 + i32.store i32.const 1752 i32.const 1744 - i32.store $0 + i32.store i32.const 1744 global.set $~lib/rt/itcms/toSpace i32.const 1892 i32.const 1888 - i32.store $0 + i32.store i32.const 1896 i32.const 1888 - i32.store $0 + i32.store i32.const 1888 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer @@ -1800,13 +1808,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2032 - i32.store $0 + i32.store local.get $0 i32.const 12 i32.sub @@ -1818,24 +1826,24 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2032 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 2032 - i32.store $0 + i32.store local.get $1 i32.eqz if @@ -1847,21 +1855,22 @@ unreachable end global.get $~lib/rt/itcms/white + local.tee $2 i32.const 2016 - i32.load $0 + i32.load i32.const 3 i32.and i32.eq if + local.get $2 + i32.eqz local.get $1 i32.const 20 i32.sub - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and local.tee $2 - global.get $~lib/rt/itcms/white - i32.eqz i32.eq if i32.const 2012 @@ -1886,21 +1895,21 @@ global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.load $0 - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + i32.load + call_indirect (type $0) local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 local.get $0 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 25 i32.ne if @@ -1949,10 +1958,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1472 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.add @@ -1979,10 +1988,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1536 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.add @@ -2009,33 +2018,14 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 2000 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 2000 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/function-inline-regressions.debug.wat b/tests/compiler/function-inline-regressions.debug.wat index d8e8863181..8d0f3aa3af 100644 --- a/tests/compiler/function-inline-regressions.debug.wat +++ b/tests/compiler/function-inline-regressions.debug.wat @@ -1,9 +1,9 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (result i32))) + (type $4 (func (param i32 i32 i32) (result i32))) (global $function-inline-regressions/struct i32 (i32.const 0)) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) @@ -26,28 +26,28 @@ i32.mul local.get $b i32.add - i32.load $0 + i32.load return ) (func $function-inline-regressions/loadZ (result i32) i32.const 16 - i32.load $0 + i32.load return ) (func $function-inline-regressions/Struct#set:v0 (param $this i32) (param $v0 i32) local.get $this local.get $v0 - i32.store $0 + i32.store ) (func $function-inline-regressions/Struct#set:v1 (param $this i32) (param $v1 i32) local.get $this local.get $v1 - i32.store $0 offset=4 + i32.store offset=4 ) (func $function-inline-regressions/Struct#set:v2 (param $this i32) (param $v2 i32) local.get $this local.get $v2 - i32.store $0 offset=8 + i32.store offset=8 ) (func $function-inline-regressions/foo (param $v0 i32) (param $v1 i32) (param $v2 i32) (result i32) (local $x i32) diff --git a/tests/compiler/function-inline-regressions.release.wat b/tests/compiler/function-inline-regressions.release.wat index 677c473797..8fb2f2a946 100644 --- a/tests/compiler/function-inline-regressions.release.wat +++ b/tests/compiler/function-inline-regressions.release.wat @@ -1,6 +1,6 @@ (module - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $0 (func (param i32))) + (type $1 (func (param i32 i32 i32) (result i32))) (memory $0 0) (export "baz" (func $function-inline-regressions/baz)) (export "foo" (func $function-inline-regressions/foo)) @@ -17,11 +17,11 @@ i32.const 1 i32.shl local.tee $3 - i32.load $0 offset=1 + i32.load offset=1 local.get $3 - i32.load $0 + i32.load i32.const 16 - i32.load $0 + i32.load local.tee $3 i32.add i32.add @@ -30,13 +30,13 @@ end i32.const 0 local.get $0 - i32.store $0 + i32.store i32.const 4 local.get $1 - i32.store $0 + i32.store i32.const 8 local.get $2 - i32.store $0 + i32.store local.get $3 ) ) diff --git a/tests/compiler/function-types.debug.wat b/tests/compiler/function-types.debug.wat index bf5781b3ac..06b04a6227 100644 --- a/tests/compiler/function-types.debug.wat +++ b/tests/compiler/function-types.debug.wat @@ -1,11 +1,11 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i64_i64_=>_i64 (func (param i64 i64) (result i64))) - (type $f64_f64_=>_f64 (func (param f64 f64) (result f64))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func (result i32))) + (type $2 (func (param i32 i32 i32) (result i32))) + (type $3 (func)) + (type $4 (func (param i64 i64) (result i64))) + (type $5 (func (param f64 f64) (result f64))) + (type $6 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $function-types/i32Adder (mut i32) (i32.const 0)) (global $~argumentsLength (mut i32) (i32.const 0)) @@ -59,8 +59,8 @@ i32.const 2 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) return ) (func $function-types/doAdd (param $a i32) (param $b i32) (result i32) @@ -69,8 +69,8 @@ i32.const 2 global.set $~argumentsLength call $function-types/makeAdder - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) return ) (func $function-types/addI32 (param $a i32) (param $b i32) (result i32) @@ -85,8 +85,8 @@ i32.const 2 global.set $~argumentsLength local.get $adder - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) return ) (func $~start @@ -114,7 +114,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $1of1 block $0of1 block $outOfRange @@ -128,7 +128,7 @@ global.get $~lib/memory/__stack_pointer call $function-types/makeAdder local.tee $adder - i32.store $0 + i32.store end local.get $a local.get $b @@ -136,7 +136,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 call $function-types/makeAndAdd local.set $3 @@ -155,7 +155,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store call $function-types/makeAdder global.set $function-types/i32Adder i32.const 1 @@ -163,8 +163,8 @@ i32.const 2 global.set $~argumentsLength global.get $function-types/i32Adder - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 3 i32.eq i32.eqz @@ -183,8 +183,8 @@ i32.const 2 global.set $~argumentsLength global.get $function-types/i64Adder - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i64) + i32.load + call_indirect (type $4) i64.const 30 i64.eq i32.eqz @@ -201,8 +201,8 @@ i32.const 2 global.set $~argumentsLength call $function-types/makeAdder - i32.load $0 - call_indirect $0 (type $f64_f64_=>_f64) + i32.load + call_indirect (type $5) f64.const 4 f64.eq i32.eqz @@ -220,7 +220,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $function-types/doAddWithFn i32.const 5 @@ -254,7 +254,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $function-types/doAddWithFn i32.const 9 @@ -291,7 +291,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $function-types/makeAndAdd i32.const 3 diff --git a/tests/compiler/function-types.release.wat b/tests/compiler/function-types.release.wat index f5fd1b9d13..b0207d6d3e 100644 --- a/tests/compiler/function-types.release.wat +++ b/tests/compiler/function-types.release.wat @@ -1,12 +1,11 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i64_i64_=>_i64 (func (param i64 i64) (result i64))) - (type $f64_f64_=>_f64 (func (param f64 f64) (result f64))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func (param i64 i64) (result i64))) + (type $2 (func (param f64 f64) (result f64))) + (type $3 (func (param i32 i32 i32 i32))) + (type $4 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $function-types/i32Adder (mut i32) (i32.const 0)) - (global $~argumentsLength (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33996)) (memory $0 1) (data $0 (i32.const 1036) "\1c") @@ -36,7 +35,6 @@ ) (func $~start (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -48,16 +46,14 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1056 global.set $function-types/i32Adder - i32.const 2 - global.set $~argumentsLength i32.const 1 i32.const 2 i32.const 1056 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 3 i32.ne if @@ -68,13 +64,11 @@ call $~lib/builtins/abort unreachable end - i32.const 2 - global.set $~argumentsLength i64.const 10 i64.const 20 i32.const 1152 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i64) + i32.load + call_indirect (type $1) i64.const 30 i64.ne if @@ -85,13 +79,11 @@ call $~lib/builtins/abort unreachable end - i32.const 2 - global.set $~argumentsLength f64.const 1.5 f64.const 2.5 i32.const 1184 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_f64) + i32.load + call_indirect (type $2) f64.const 4 f64.ne if @@ -104,15 +96,13 @@ end global.get $~lib/memory/__stack_pointer global.get $function-types/i32Adder - local.tee $1 - i32.store $0 - i32.const 2 - global.set $~argumentsLength + local.tee $0 + i32.store i32.const 2 i32.const 3 - local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + local.get $0 + i32.load + call_indirect (type $0) i32.const 5 i32.ne if @@ -123,13 +113,11 @@ call $~lib/builtins/abort unreachable end - i32.const 2 - global.set $~argumentsLength i32.const 3 i32.const 4 i32.const 1056 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 7 i32.ne if @@ -142,14 +130,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 1216 - i32.store $0 - i32.const 2 - global.set $~argumentsLength + i32.store i32.const 4 i32.const 5 i32.const 1216 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 9 i32.ne if @@ -160,8 +146,6 @@ call $~lib/builtins/abort unreachable end - i32.const 2 - global.set $~argumentsLength global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -172,33 +156,18 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 - block $1of1 - block $0of1 - block $outOfRange - global.get $~argumentsLength - i32.const 2 - i32.sub - br_table $0of1 $1of1 $outOfRange - end - unreachable - end - i32.const 1056 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store $0 - end + i64.store global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - i32.const 2 - global.set $~argumentsLength + i32.const 1056 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 1056 + i32.store offset=4 i32.const 1 i32.const 2 - local.get $0 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.const 1056 + i32.load + call_indirect (type $0) local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 @@ -217,14 +186,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 - i32.const 2 - global.set $~argumentsLength + i32.store i32.const 1 i32.const 2 i32.const 1056 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 3 i32.ne if diff --git a/tests/compiler/getter-call.debug.wat b/tests/compiler/getter-call.debug.wat index c0548a9af5..593954b022 100644 --- a/tests/compiler/getter-call.debug.wat +++ b/tests/compiler/getter-call.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (result i32))) + (type $5 (func (param i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -47,12 +47,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -66,7 +66,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -140,7 +140,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -210,11 +210,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -222,7 +222,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -354,7 +354,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -367,7 +367,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -383,34 +383,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -570,7 +570,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -593,7 +593,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -607,7 +607,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -630,7 +630,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -773,7 +773,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -859,7 +859,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -939,7 +939,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -973,7 +973,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -996,7 +996,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1010,7 +1010,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1062,7 +1062,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1100,7 +1100,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1175,7 +1174,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1209,7 +1208,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1230,7 +1229,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1250,7 +1249,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1270,7 +1269,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1296,7 +1295,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1319,7 +1318,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1804,7 +1803,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1849,7 +1848,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1882,7 +1881,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1905,7 +1904,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1931,7 +1930,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1944,7 +1943,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1971,19 +1970,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2185,12 +2184,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2241,7 +2240,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2267,7 +2266,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2276,11 +2275,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/function/Function<%28%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2301,7 +2299,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $getter-call/C $~lib/function/Function<%28%29=>i32> $invalid end return @@ -2325,7 +2323,7 @@ unreachable ) (func $~start - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2365,7 +2363,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2374,18 +2372,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2404,23 +2402,23 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 call $getter-call/C#constructor local.tee $c - i32.store $0 + i32.store i32.const 0 global.set $~argumentsLength local.get $c local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $getter-call/C#get:x - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $4) local.set $1 global.get $~lib/memory/__stack_pointer i32.const 8 @@ -2438,12 +2436,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28%29=>i32>#get:_env local.get $cookie @@ -2462,7 +2460,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -2471,7 +2469,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/getter-call.release.wat b/tests/compiler/getter-call.release.wat index 485f0d940a..25a60f2d25 100644 --- a/tests/compiler/getter-call.release.wat +++ b/tests/compiler/getter-call.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_i32 (func (result i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $0 (func (result i32))) + (type $1 (func)) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -41,12 +41,12 @@ (local $0 i32) (local $1 i32) i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -56,7 +56,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -74,7 +74,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -82,137 +82,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34268 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$115 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34268 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$115 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1472 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1476 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1472 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1476 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -220,8 +240,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -233,10 +253,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -247,29 +267,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -277,10 +297,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -294,75 +314,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -384,7 +397,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -401,12 +414,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -423,17 +436,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -443,9 +456,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -470,13 +483,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -510,7 +523,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -566,19 +579,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -590,15 +603,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -606,16 +619,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -637,10 +651,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -653,18 +667,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -688,30 +701,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -719,10 +732,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -730,7 +743,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -738,7 +751,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -749,10 +762,10 @@ end i32.const 34272 i32.const 0 - i32.store $0 + i32.store i32.const 35840 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -764,7 +777,7 @@ i32.const 34272 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -782,7 +795,7 @@ i32.const 34272 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -799,7 +812,7 @@ end i32.const 34272 i32.const 35844 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -832,7 +845,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -845,19 +858,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -868,7 +881,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -880,7 +893,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -893,12 +906,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -907,7 +916,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -918,26 +927,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -953,7 +962,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -969,7 +978,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -994,14 +1003,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1036,7 +1045,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1050,10 +1059,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1065,10 +1074,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1078,7 +1087,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1089,10 +1098,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1104,7 +1113,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1125,7 +1134,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1140,7 +1149,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1161,7 +1170,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1192,11 +1201,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1215,12 +1224,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1231,7 +1240,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1250,7 +1259,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1267,7 +1276,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1283,7 +1292,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1293,7 +1302,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1302,54 +1311,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1362,7 +1371,7 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $getter-call/C#get:x~anonymous|0 (result i32) @@ -1380,7 +1389,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $getter-call/C $~lib/function/Function<%28%29=>i32> $invalid end return @@ -1390,11 +1399,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1418,17 +1427,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load offset=4 + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1438,7 +1443,7 @@ unreachable ) (func $~start - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34268 @@ -1448,26 +1453,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace ) @@ -1475,6 +1480,7 @@ (local $0 i32) (local $1 i32) (local $2 i32) + (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1487,7 +1493,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 8 i32.sub @@ -1499,17 +1505,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $3 local.get $0 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $3 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1518,37 +1524,38 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $3 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1456 - i32.load $0 - call_indirect $0 (type $none_=>_i32) + i32.load + call_indirect (type $0) drop global.get $~lib/memory/__stack_pointer i32.const 8 @@ -1564,23 +1571,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/getter-setter.debug.wat b/tests/compiler/getter-setter.debug.wat index a7c76ce9af..b1f3ad8a9a 100644 --- a/tests/compiler/getter-setter.debug.wat +++ b/tests/compiler/getter-setter.debug.wat @@ -1,8 +1,8 @@ (module - (type $none_=>_none (func)) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_=>_none (func (param i32))) + (type $0 (func)) + (type $1 (func (result i32))) + (type $2 (func (param i32 i32 i32 i32))) + (type $3 (func (param i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $getter-setter/Foo._bar (mut i32) (i32.const 0)) (global $~lib/memory/__data_end i32 (i32.const 76)) diff --git a/tests/compiler/getter-setter.release.wat b/tests/compiler/getter-setter.release.wat index 095137ab89..dc779d8714 100644 --- a/tests/compiler/getter-setter.release.wat +++ b/tests/compiler/getter-setter.release.wat @@ -1,6 +1,6 @@ (module - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32 i32 i32 i32))) + (type $1 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $getter-setter/Foo._bar (mut i32) (i32.const 0)) (memory $0 1) diff --git a/tests/compiler/heap.debug.wat b/tests/compiler/heap.debug.wat index bf6e6caca9..3b82eebc93 100644 --- a/tests/compiler/heap.debug.wat +++ b/tests/compiler/heap.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func)) + (type $4 (func (param i32 i32 i32) (result i32))) + (type $5 (func (param i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (param i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/native/ASC_LOW_MEMORY_LIMIT i32 (i32.const 0)) @@ -25,38 +25,38 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -216,7 +216,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -239,7 +239,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -253,7 +253,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -276,7 +276,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -419,7 +419,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -505,7 +505,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -585,7 +585,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -619,7 +619,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -642,7 +642,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -656,7 +656,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -708,7 +708,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -746,7 +746,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -821,7 +820,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -855,7 +854,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -876,7 +875,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -896,7 +895,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -916,7 +915,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -942,7 +941,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -965,7 +964,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1119,7 +1118,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1164,7 +1163,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1197,7 +1196,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1220,7 +1219,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1246,7 +1245,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1259,7 +1258,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1286,19 +1285,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -1571,7 +1570,7 @@ i32.const -1 i32.xor i32.and - memory.copy $0 $0 + memory.copy local.get $block global.get $~lib/memory/__heap_base i32.ge_u diff --git a/tests/compiler/heap.release.wat b/tests/compiler/heap.release.wat index 417f51de5b..caf0699557 100644 --- a/tests/compiler/heap.release.wat +++ b/tests/compiler/heap.release.wat @@ -1,11 +1,11 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_none (func)) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func)) + (type $3 (func (param i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (param i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $heap/ptr (mut i32) (i32.const 0)) @@ -22,8 +22,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -35,10 +35,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -49,29 +49,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -79,10 +79,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -96,75 +96,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -186,7 +179,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -203,12 +196,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -225,17 +218,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -245,9 +238,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -272,13 +265,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -312,7 +305,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -368,19 +361,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -392,15 +385,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -408,16 +401,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -439,10 +433,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -455,18 +449,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -490,30 +483,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -521,10 +514,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -532,7 +525,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -540,7 +533,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -551,10 +544,10 @@ end i32.const 33936 i32.const 0 - i32.store $0 + i32.store i32.const 35504 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -566,7 +559,7 @@ i32.const 33936 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -584,7 +577,7 @@ i32.const 33936 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -601,7 +594,7 @@ end i32.const 33936 i32.const 35508 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -621,62 +614,66 @@ call $~lib/builtins/abort unreachable end - i32.const 12 - local.get $0 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $0 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $0 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -697,7 +694,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -714,10 +711,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -733,7 +730,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -754,7 +751,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -764,7 +761,7 @@ (local $3 i32) (local $4 i32) local.get $1 - i32.load $0 + i32.load local.set $3 local.get $2 i32.const 4 @@ -794,7 +791,7 @@ i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add @@ -806,7 +803,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -815,21 +812,21 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $0 local.get $0 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end ) (func $~lib/rt/tlsf/allocateBlock (param $0 i32) (param $1 i32) (result i32) @@ -843,33 +840,35 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $3 local.get $2 i32.const 256 i32.ge_u if (result i32) - local.get $2 - i32.const 1 - i32.const 27 - local.get $2 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $2 local.get $2 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $2 + i32.const 1 + i32.const 27 + local.get $2 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $2 + end else local.get $2 end i32.const 4 local.get $0 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $3 i32.const 16 i32.shl @@ -889,12 +888,12 @@ local.get $3 i32.lt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $1 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -905,7 +904,7 @@ local.get $3 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -926,7 +925,7 @@ end local.get $2 local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -963,7 +962,7 @@ i32.const 1 else local.get $1 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -989,20 +988,20 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and - memory.copy $0 $0 + memory.copy local.get $1 i32.const 33932 i32.ge_u if local.get $1 local.get $1 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -1045,7 +1044,7 @@ call $~lib/rt/tlsf/moveBlock local.set $0 else - block $__inlined_func$~lib/rt/tlsf/reallocateBlock + block $__inlined_func$~lib/rt/tlsf/reallocateBlock$53 global.get $~lib/rt/tlsf/ROOT local.set $3 local.get $0 @@ -1055,7 +1054,7 @@ call $~lib/rt/tlsf/prepareSize local.tee $5 local.get $0 - i32.load $0 + i32.load local.tee $1 i32.const -4 i32.and @@ -1066,18 +1065,18 @@ local.get $0 local.get $5 call $~lib/rt/tlsf/prepareBlock - br $__inlined_func$~lib/rt/tlsf/reallocateBlock + br $__inlined_func$~lib/rt/tlsf/reallocateBlock$53 end local.get $0 i32.const 4 i32.add local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -1102,12 +1101,12 @@ i32.and local.get $4 i32.or - i32.store $0 + i32.store local.get $3 local.get $0 local.get $5 call $~lib/rt/tlsf/prepareBlock - br $__inlined_func$~lib/rt/tlsf/reallocateBlock + br $__inlined_func$~lib/rt/tlsf/reallocateBlock$53 end end local.get $3 @@ -1136,10 +1135,10 @@ call $~lib/rt/tlsf/checkUsedBlock local.tee $0 local.get $0 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $0 call $~lib/rt/tlsf/insertBlock diff --git a/tests/compiler/if.debug.wat b/tests/compiler/if.debug.wat index 076cb85585..482f743bca 100644 --- a/tests/compiler/if.debug.wat +++ b/tests/compiler/if.debug.wat @@ -1,7 +1,7 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__data_end i32 (i32.const 76)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32844)) diff --git a/tests/compiler/if.release.wat b/tests/compiler/if.release.wat index 4d4c793a08..549bb1ff21 100644 --- a/tests/compiler/if.release.wat +++ b/tests/compiler/if.release.wat @@ -1,6 +1,6 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (memory $0 1) (data $0 (i32.const 1036) "\1c") diff --git a/tests/compiler/import-memory.debug.wat b/tests/compiler/import-memory.debug.wat index 4c75aecd14..9478e9002e 100644 --- a/tests/compiler/import-memory.debug.wat +++ b/tests/compiler/import-memory.debug.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) (import "env" "memory" (memory $0 1)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__data_end i32 (i32.const 76)) @@ -12,7 +12,7 @@ (export "memory" (memory $0)) (start $~start) (func $start:import-memory - memory.size $0 + memory.size i32.const 0 i32.ne i32.eqz diff --git a/tests/compiler/import-memory.release.wat b/tests/compiler/import-memory.release.wat index 0ed2f244ba..be4cb9b4ae 100644 --- a/tests/compiler/import-memory.release.wat +++ b/tests/compiler/import-memory.release.wat @@ -1,13 +1,13 @@ (module - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32 i32 i32 i32))) + (type $1 (func)) (import "env" "memory" (memory $0 1)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (data $0 (i32.const 1036) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00i\00m\00p\00o\00r\00t\00-\00m\00e\00m\00o\00r\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") (export "memory" (memory $0)) (start $~start) (func $~start - memory.size $0 + memory.size i32.eqz if i32.const 0 diff --git a/tests/compiler/import.debug.wat b/tests/compiler/import.debug.wat index 7126d98f5c..bec85bb9df 100644 --- a/tests/compiler/import.debug.wat +++ b/tests/compiler/import.debug.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $0 (func)) + (type $1 (func (param i32 i32) (result i32))) (global $export/a i32 (i32.const 1)) (global $export/b i32 (i32.const 2)) (global $export/c i32 (i32.const 3)) @@ -31,10 +31,8 @@ return ) (func $export/ns.two - nop ) (func $export-default/theDefault - nop ) (func $start:import global.get $export/a diff --git a/tests/compiler/indexof-valueof.debug.wat b/tests/compiler/indexof-valueof.debug.wat index ef5bb5c1c2..259e6d6148 100644 --- a/tests/compiler/indexof-valueof.debug.wat +++ b/tests/compiler/indexof-valueof.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) (global $~lib/memory/__heap_base i32 (i32.const 32776)) diff --git a/tests/compiler/infer-array.debug.wat b/tests/compiler/infer-array.debug.wat index 2ee919b26d..c54bf07db8 100644 --- a/tests/compiler/infer-array.debug.wat +++ b/tests/compiler/infer-array.debug.wat @@ -1,17 +1,17 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_=>_f64 (func (param i32 i32) (result f64))) - (type $i32_i32_=>_f32 (func (param i32 i32) (result f32))) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32 i32))) + (type $5 (func)) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) + (type $9 (func (param i32 i32 i32) (result i32))) + (type $10 (func (param i32 i32) (result f64))) + (type $11 (func (param i32 i32) (result f32))) + (type $12 (func (param i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -66,12 +66,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -85,7 +85,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -159,7 +159,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -229,11 +229,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -241,7 +241,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 256 @@ -373,7 +373,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -386,7 +386,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -402,34 +402,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -589,7 +589,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -612,7 +612,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -626,7 +626,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -649,7 +649,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -792,7 +792,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -878,7 +878,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -958,7 +958,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -992,7 +992,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1015,7 +1015,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1029,7 +1029,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1081,7 +1081,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1119,7 +1119,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1194,7 +1193,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1228,7 +1227,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1249,7 +1248,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1269,7 +1268,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1289,7 +1288,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1315,7 +1314,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1338,7 +1337,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1823,7 +1822,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1868,7 +1867,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1901,7 +1900,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1924,7 +1923,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1950,7 +1949,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1963,7 +1962,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1990,19 +1989,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2204,12 +2203,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2260,7 +2259,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2275,7 +2274,7 @@ local.get $buffer local.get $data local.get $size - memory.copy $0 $0 + memory.copy end local.get $buffer return @@ -2350,51 +2349,51 @@ ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) (local $oldObj i32) @@ -2438,47 +2437,47 @@ local.get $5 i32.lt_u select - memory.copy $0 $0 + memory.copy local.get $newPtr return ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array<~lib/string/String|null>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array<~lib/string/String|null>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array<~lib/array/Array>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array<~lib/array/Array>#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array<~lib/array/Array>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -2501,7 +2500,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2510,11 +2509,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2526,7 +2524,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2538,7 +2536,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2550,7 +2548,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2562,7 +2560,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2574,7 +2572,7 @@ ) (func $~lib/array/Array<~lib/string/String|null>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/string/String|null>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2586,7 +2584,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2598,7 +2596,7 @@ ) (func $~lib/array/Array<~lib/array/Array>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/array/Array>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2626,7 +2624,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/array/Array $~lib/array/Array $~lib/array/Array $infer-array/Ref $~lib/array/Array $~lib/array/Array<~lib/string/String|null> $~lib/array/Array $~lib/array/Array<~lib/array/Array> $invalid end return @@ -2710,13 +2708,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -2732,14 +2730,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -2763,13 +2761,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -2785,14 +2783,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value i32.const 0 drop @@ -2815,13 +2813,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -2837,14 +2835,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -2868,13 +2866,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -2890,14 +2888,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value i32.const 0 drop @@ -2919,7 +2917,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2928,18 +2926,18 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2967,12 +2965,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $oldCapacity @@ -2999,7 +2997,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $oldData @@ -3049,10 +3047,10 @@ if local.get $array local.get $newData - i32.store $0 + i32.store local.get $array local.get $newData - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $newData i32.const 0 @@ -3060,7 +3058,7 @@ end local.get $array local.get $newCapacity - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3076,13 +3074,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -3109,7 +3107,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -3120,7 +3118,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -3128,7 +3126,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -3150,13 +3148,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -3173,16 +3171,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 1 @@ -3207,13 +3205,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String|null>#get:length_ i32.ge_u @@ -3230,16 +3228,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String|null>#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 1 @@ -3264,13 +3262,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -3286,14 +3284,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -3315,13 +3313,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array>#get:length_ i32.ge_u @@ -3348,7 +3346,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -3359,7 +3357,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.get $index @@ -3367,7 +3365,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -3389,13 +3387,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array>#get:length_ i32.ge_u @@ -3412,16 +3410,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 0 @@ -3508,8 +3506,8 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 112 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3533,12 +3531,12 @@ i32.const 32 call $~lib/rt/__newArray local.tee $2 - i32.store $0 + i32.store local.get $2 local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array#__get @@ -3557,7 +3555,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array#__get @@ -3579,12 +3577,12 @@ i32.const 560 call $~lib/rt/__newArray local.tee $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array#__get @@ -3606,12 +3604,12 @@ i32.const 608 call $~lib/rt/__newArray local.tee $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array#__get @@ -3630,7 +3628,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array#__get @@ -3650,7 +3648,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 1 call $~lib/array/Array#__get @@ -3672,12 +3670,12 @@ i32.const 640 call $~lib/rt/__newArray local.tee $11 - i32.store $0 offset=16 + i32.store offset=16 local.get $11 local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array#__get @@ -3699,12 +3697,12 @@ i32.const 688 call $~lib/rt/__newArray local.tee $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array#__get @@ -3723,7 +3721,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 1 call $~lib/array/Array#__get @@ -3732,12 +3730,12 @@ i32.const 0 call $infer-array/Ref#constructor local.tee $16 - i32.store $0 offset=24 + i32.store offset=24 global.get $~lib/memory/__stack_pointer i32.const 0 call $infer-array/Ref#constructor local.tee $17 - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 2 @@ -3746,12 +3744,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $18 - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer local.get $18 - i32.load $0 offset=4 + i32.load offset=4 local.tee $19 - i32.store $0 offset=36 + i32.store offset=36 local.get $18 i32.const 0 local.get $16 @@ -3762,12 +3760,12 @@ call $~lib/array/Array#__set local.get $18 local.tee $20 - i32.store $0 offset=40 + i32.store offset=40 local.get $20 local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array#__get @@ -3786,12 +3784,12 @@ i32.const 0 call $infer-array/Ref#constructor local.tee $21 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer i32.const 0 call $infer-array/Ref#constructor local.tee $22 - i32.store $0 offset=48 + i32.store offset=48 global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 2 @@ -3800,12 +3798,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $23 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $23 - i32.load $0 offset=4 + i32.load offset=4 local.tee $24 - i32.store $0 offset=56 + i32.store offset=56 local.get $23 i32.const 0 local.get $21 @@ -3816,12 +3814,12 @@ call $~lib/array/Array#__set local.get $23 local.tee $25 - i32.store $0 offset=60 + i32.store offset=60 local.get $25 local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 1 call $~lib/array/Array#__get @@ -3840,7 +3838,7 @@ i32.const 0 call $infer-array/Ref#constructor local.tee $26 - i32.store $0 offset=64 + i32.store offset=64 global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 2 @@ -3849,12 +3847,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $27 - i32.store $0 offset=68 + i32.store offset=68 global.get $~lib/memory/__stack_pointer local.get $27 - i32.load $0 offset=4 + i32.load offset=4 local.tee $28 - i32.store $0 offset=72 + i32.store offset=72 local.get $27 i32.const 0 local.get $26 @@ -3865,12 +3863,12 @@ call $~lib/array/Array#__set local.get $27 local.tee $29 - i32.store $0 offset=76 + i32.store offset=76 local.get $29 local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array#__get @@ -3892,12 +3890,12 @@ i32.const 800 call $~lib/rt/__newArray local.tee $32 - i32.store $0 offset=80 + i32.store offset=80 local.get $32 local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String|null>#__get @@ -3919,12 +3917,12 @@ i32.const 832 call $~lib/rt/__newArray local.tee $35 - i32.store $0 offset=84 + i32.store offset=84 local.get $35 local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array#__get @@ -3943,7 +3941,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array#__get @@ -3966,12 +3964,12 @@ i32.const 864 call $~lib/rt/__newArray local.tee $38 - i32.store $0 offset=88 + i32.store offset=88 local.get $38 local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array#__get @@ -3990,7 +3988,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array#__get @@ -4013,12 +4011,12 @@ i32.const 896 call $~lib/rt/__newArray local.tee $41 - i32.store $0 offset=92 + i32.store offset=92 local.get $41 local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array#__get @@ -4037,7 +4035,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array#__get @@ -4060,12 +4058,12 @@ i32.const 928 call $~lib/rt/__newArray local.tee $44 - i32.store $0 offset=96 + i32.store offset=96 local.get $44 local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array#__get @@ -4084,7 +4082,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array#__get @@ -4108,12 +4106,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $45 - i32.store $0 offset=100 + i32.store offset=100 global.get $~lib/memory/__stack_pointer local.get $45 - i32.load $0 offset=4 + i32.load offset=4 local.tee $46 - i32.store $0 offset=104 + i32.store offset=104 local.get $45 i32.const 0 i32.const 1 @@ -4132,12 +4130,12 @@ call $~lib/array/Array<~lib/array/Array>#__set local.get $45 local.tee $51 - i32.store $0 offset=108 + i32.store offset=108 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store $0 offset=4 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array<~lib/array/Array>#__get @@ -4169,14 +4167,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -4195,14 +4193,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -4221,14 +4219,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -4247,14 +4245,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -4276,14 +4274,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:dataStart local.set $cur @@ -4292,7 +4290,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length_ i32.const 2 @@ -4305,7 +4303,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -4324,7 +4322,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:buffer local.get $cookie @@ -4346,14 +4344,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String|null>#get:dataStart local.set $cur @@ -4362,7 +4360,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String|null>#get:length_ i32.const 2 @@ -4375,7 +4373,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -4394,7 +4392,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String|null>#get:buffer local.get $cookie @@ -4413,14 +4411,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -4442,14 +4440,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.set $cur @@ -4458,7 +4456,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array>#get:length_ i32.const 2 @@ -4471,7 +4469,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -4490,7 +4488,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array>#get:buffer local.get $cookie @@ -4512,7 +4510,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length local.get $alignLog2 i32.shl @@ -4523,27 +4521,27 @@ local.get $data call $~lib/rt/__newBuffer local.tee $buffer - i32.store $0 + i32.store i32.const 16 local.get $id call $~lib/rt/itcms/__new local.set $array local.get $array local.get $buffer - i32.store $0 + i32.store local.get $array local.get $buffer i32.const 0 call $~lib/rt/itcms/__link local.get $array local.get $buffer - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $bufferSize - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.get $length - i32.store $0 offset=12 + i32.store offset=12 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer @@ -4562,7 +4560,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -4571,7 +4569,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/infer-array.release.wat b/tests/compiler/infer-array.release.wat index b2492c4fa9..ecee0428ae 100644 --- a/tests/compiler/infer-array.release.wat +++ b/tests/compiler/infer-array.release.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) + (type $0 (func (param i32))) + (type $1 (func)) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64))) + (type $8 (func (param i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -74,16 +74,16 @@ (local $0 i32) (local $1 i32) i32.const 1280 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1744 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 2048 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1088 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -93,7 +93,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -111,7 +111,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -128,7 +128,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -142,16 +142,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$154 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34984 @@ -166,10 +166,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$154 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -182,20 +182,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -204,7 +204,7 @@ else local.get $1 i32.const 2160 - i32.load $0 + i32.load i32.gt_u if i32.const 1280 @@ -219,13 +219,13 @@ i32.shl i32.const 2164 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -235,21 +235,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -257,8 +281,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -270,10 +294,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -284,29 +308,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -314,10 +338,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -331,75 +355,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -421,7 +438,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -438,12 +455,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -460,17 +477,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -480,9 +497,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -507,13 +524,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -547,7 +564,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -603,19 +620,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -627,15 +644,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -643,16 +660,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -674,10 +692,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -690,18 +708,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -725,30 +742,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -756,10 +773,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -767,7 +784,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -775,7 +792,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -786,10 +803,10 @@ end i32.const 34992 i32.const 0 - i32.store $0 + i32.store i32.const 36560 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -801,7 +818,7 @@ i32.const 34992 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -819,7 +836,7 @@ i32.const 34992 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -836,7 +853,7 @@ end i32.const 34992 i32.const 36564 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -869,7 +886,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -882,19 +899,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -905,7 +922,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -917,7 +934,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -930,12 +947,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -944,7 +957,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -955,26 +968,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -990,7 +1003,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1006,7 +1019,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1031,14 +1044,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1073,7 +1086,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1087,10 +1100,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1102,10 +1115,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1113,47 +1126,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1174,7 +1189,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1191,10 +1206,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1210,7 +1225,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1231,7 +1246,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1258,7 +1273,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1279,7 +1294,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1321,50 +1336,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1384,12 +1403,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1400,7 +1419,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1421,7 +1440,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1437,8 +1456,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1452,90 +1471,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1548,9 +1567,69 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) + (local $3 i32) + local.get $1 + i32.eqz + if + return + end + local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.tee $3 + local.get $1 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $3 + i32.eqz + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + local.tee $3 + i32.eq + if + local.get $0 + local.get $1 + local.get $2 + select + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $3 + i32.const 3 + i32.eq + i32.and + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + end + end + end + ) (func $~lib/rt/__visit_members (param $0 i32) (local $1 i32) (local $2 i32) @@ -1567,7 +1646,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $infer-array/Ref $folding-inner1 $folding-inner1 $folding-inner0 $folding-inner1 $invalid end return @@ -1577,11 +1656,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1600,17 +1679,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1628,19 +1703,19 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 2 i32.shl i32.add @@ -1651,11 +1726,11 @@ i32.lt_u if local.get $1 - i32.load $0 + i32.load local.tee $3 if local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $1 i32.const 4 @@ -1666,14 +1741,10 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1710,12 +1781,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eqz if i32.const 1280 @@ -1728,10 +1799,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - i32.load $0 + i32.load offset=4 + i32.load drop local.get $1 i32.const 4 @@ -1758,12 +1829,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eqz if i32.const 1280 @@ -1776,10 +1847,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - f64.load $0 + i32.load offset=4 + f64.load drop local.get $1 i32.const 4 @@ -1806,13 +1877,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1280 @@ -1825,14 +1896,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -1860,13 +1931,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1280 @@ -1879,14 +1950,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load drop local.get $2 i32.const 4 @@ -1896,6 +1967,7 @@ (func $infer-array/Ref#constructor (result i32) (local $0 i32) (local $1 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1908,17 +1980,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 i32.const 8 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -1928,17 +2000,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1946,7 +2019,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1979,13 +2052,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if local.get $1 @@ -2015,13 +2088,13 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $4 i32.const 2 i32.shr_u @@ -2040,8 +2113,8 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - block $__inlined_func$~lib/rt/itcms/__renew + i32.store + block $__inlined_func$~lib/rt/itcms/__renew$149 i32.const 1073741820 local.get $4 i32.const 1 @@ -2067,12 +2140,12 @@ select local.tee $5 local.get $0 - i32.load $0 + i32.load local.tee $4 i32.const 20 i32.sub local.tee $7 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 16 @@ -2081,26 +2154,26 @@ if local.get $7 local.get $5 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.set $3 - br $__inlined_func$~lib/rt/itcms/__renew + br $__inlined_func$~lib/rt/itcms/__renew$149 end local.get $5 local.get $7 - i32.load $0 offset=12 + i32.load offset=12 call $~lib/rt/itcms/__new local.tee $3 local.get $4 local.get $5 local.get $7 - i32.load $0 offset=16 + i32.load offset=16 local.tee $7 local.get $5 local.get $7 i32.lt_u select - memory.copy $0 $0 + memory.copy end local.get $3 local.get $4 @@ -2108,21 +2181,18 @@ if local.get $0 local.get $3 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=4 + i32.store offset=4 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link end local.get $0 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2130,29 +2200,26 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $6 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add local.get $2 - i32.store $0 + i32.store + local.get $0 local.get $2 - if - local.get $0 - local.get $2 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2186,13 +2253,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1280 @@ -2205,16 +2272,16 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $2 i32.const 8 i32.add @@ -2238,8 +2305,8 @@ local.tee $0 i32.const 0 i32.const 112 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl i32.const 34984 @@ -2249,26 +2316,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/pinSpace i32.const 1236 i32.const 1232 - i32.store $0 + i32.store i32.const 1240 i32.const 1232 - i32.store $0 + i32.store i32.const 1232 global.set $~lib/rt/itcms/toSpace i32.const 1380 i32.const 1376 - i32.store $0 + i32.store i32.const 1384 i32.const 1376 - i32.store $0 + i32.store i32.const 1376 global.set $~lib/rt/itcms/fromSpace local.get $0 @@ -2278,15 +2345,15 @@ i32.const 1056 call $~lib/rt/__newArray local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/array/Array#__get global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/array/Array#__get global.get $~lib/memory/__stack_pointer @@ -2296,10 +2363,10 @@ i32.const 1584 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/array/Array#__get global.get $~lib/memory/__stack_pointer @@ -2309,24 +2376,24 @@ i32.const 1632 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array#__get drop global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array#__get drop global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/array/Array#__get @@ -2347,10 +2414,10 @@ i32.const 1664 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/array/Array#__get global.get $~lib/memory/__stack_pointer @@ -2360,27 +2427,27 @@ i32.const 1712 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array#__get global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/array/Array#__get global.get $~lib/memory/__stack_pointer call $infer-array/Ref#constructor local.tee $0 - i32.store $0 offset=24 + i32.store offset=24 global.get $~lib/memory/__stack_pointer call $infer-array/Ref#constructor local.tee $1 - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.set $2 global.get $~lib/memory/__stack_pointer @@ -2390,11 +2457,11 @@ i32.const 0 call $~lib/rt/__newArray local.tee $3 - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer local.get $3 - i32.load $0 offset=4 - i32.store $0 offset=36 + i32.load offset=4 + i32.store offset=36 local.get $3 i32.const 0 local.get $0 @@ -2405,21 +2472,21 @@ call $~lib/array/Array#__set local.get $2 local.get $3 - i32.store $0 offset=40 + i32.store offset=40 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 call $~lib/array/Array#__get global.get $~lib/memory/__stack_pointer call $infer-array/Ref#constructor local.tee $0 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer call $infer-array/Ref#constructor local.tee $1 - i32.store $0 offset=48 + i32.store offset=48 global.get $~lib/memory/__stack_pointer local.set $2 global.get $~lib/memory/__stack_pointer @@ -2429,11 +2496,11 @@ i32.const 0 call $~lib/rt/__newArray local.tee $3 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $3 - i32.load $0 offset=4 - i32.store $0 offset=56 + i32.load offset=4 + i32.store offset=56 local.get $3 i32.const 0 local.get $0 @@ -2444,17 +2511,17 @@ call $~lib/array/Array#__set local.get $2 local.get $3 - i32.store $0 offset=60 + i32.store offset=60 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 call $~lib/array/Array#__get global.get $~lib/memory/__stack_pointer call $infer-array/Ref#constructor local.tee $0 - i32.store $0 offset=64 + i32.store offset=64 global.get $~lib/memory/__stack_pointer local.set $1 global.get $~lib/memory/__stack_pointer @@ -2464,11 +2531,11 @@ i32.const 0 call $~lib/rt/__newArray local.tee $2 - i32.store $0 offset=68 + i32.store offset=68 global.get $~lib/memory/__stack_pointer local.get $2 - i32.load $0 offset=4 - i32.store $0 offset=72 + i32.load offset=4 + i32.store offset=72 local.get $2 i32.const 0 local.get $0 @@ -2479,10 +2546,10 @@ call $~lib/array/Array#__set local.get $1 local.get $2 - i32.store $0 offset=76 + i32.store offset=76 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/array/Array#__get @@ -2493,10 +2560,10 @@ i32.const 1824 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=80 + i32.store offset=80 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array#__get @@ -2507,17 +2574,17 @@ i32.const 1856 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=84 + i32.store offset=84 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array#__get drop global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array#__get @@ -2529,17 +2596,17 @@ i32.const 1888 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=88 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array#__get drop global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array#__get @@ -2551,15 +2618,15 @@ i32.const 1920 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/array/Array#__get global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/array/Array#__get global.get $~lib/memory/__stack_pointer @@ -2569,15 +2636,15 @@ i32.const 1952 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=96 + i32.store offset=96 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/array/Array#__get global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/array/Array#__get global.get $~lib/memory/__stack_pointer @@ -2589,11 +2656,11 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store $0 offset=100 + i32.store offset=100 global.get $~lib/memory/__stack_pointer local.get $1 - i32.load $0 offset=4 - i32.store $0 offset=104 + i32.load offset=4 + i32.store offset=104 local.get $1 i32.const 0 i32.const 1 @@ -2612,10 +2679,10 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store $0 offset=108 + i32.store offset=108 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2627,12 +2694,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=12 + i32.load offset=12 i32.eqz if i32.const 1280 @@ -2645,13 +2712,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.load $0 offset=4 - i32.load $0 + i32.load offset=4 + i32.load local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz if @@ -2700,7 +2767,7 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 i32.shl @@ -2713,110 +2780,34 @@ local.get $1 local.get $3 local.get $5 - memory.copy $0 $0 + memory.copy end local.get $4 local.get $1 - i32.store $0 + i32.store i32.const 16 local.get $2 call $~lib/rt/itcms/__new local.tee $2 local.get $1 - i32.store $0 + i32.store + local.get $2 local.get $1 - if - local.get $2 - local.get $1 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) - local.get $0 - i32.eqz - if - i32.const 0 - i32.const 1152 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white - local.get $1 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $3 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $0 - local.get $1 - local.get $2 - select - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $3 - i32.const 3 - i32.eq - i32.and - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - end - end - end - ) ) diff --git a/tests/compiler/infer-generic.debug.wat b/tests/compiler/infer-generic.debug.wat index f617123eb8..cdc37e9784 100644 --- a/tests/compiler/infer-generic.debug.wat +++ b/tests/compiler/infer-generic.debug.wat @@ -1,17 +1,17 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_f32_i32_i32_=>_i32 (func (param i32 f32 i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $f32_=>_f32 (func (param f32) (result f32))) - (type $f64_f64_=>_i32 (func (param f64 f64) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 f32 i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param f32) (result f32))) + (type $8 (func (param f64 f64) (result i32))) + (type $9 (func (param i32 i32 i32 i32))) + (type $10 (func (param i32 i32 i64) (result i32))) + (type $11 (func (result i32))) + (type $12 (func (param i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $infer-generic/arr i32 (i32.const 128)) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) @@ -75,11 +75,11 @@ ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $infer-generic/inferDefault (param $a i32) (result i32) local.get $a @@ -88,17 +88,17 @@ (func $infer-generic/Ref#set:x (param $this i32) (param $x i32) local.get $this local.get $x - i32.store $0 + i32.store ) (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -112,7 +112,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -186,7 +186,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -256,11 +256,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -268,7 +268,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 400 @@ -400,7 +400,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -413,7 +413,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -429,34 +429,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -616,7 +616,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -639,7 +639,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -653,7 +653,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -676,7 +676,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -819,7 +819,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -905,7 +905,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -985,7 +985,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1019,7 +1019,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1042,7 +1042,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1056,7 +1056,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1108,7 +1108,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1146,7 +1146,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1221,7 +1220,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1255,7 +1254,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1276,7 +1275,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1296,7 +1295,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1316,7 +1315,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1342,7 +1341,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1365,7 +1364,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1850,7 +1849,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1895,7 +1894,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1928,7 +1927,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1951,7 +1950,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1977,7 +1976,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1990,7 +1989,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2017,19 +2016,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2231,12 +2230,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2287,7 +2286,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2322,7 +2321,7 @@ ) (func $infer-generic/Ref#get:x (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -2346,7 +2345,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2355,11 +2354,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2371,7 +2369,7 @@ ) (func $~lib/function/Function<%28bool%2Cf32%2Ci32%2C~lib/array/Array%29=>bool>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28bool%2Cf32%2Ci32%2C~lib/array/Array%29=>bool>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2383,7 +2381,7 @@ ) (func $~lib/function/Function<%28%29=>f64>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28%29=>f64>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2395,7 +2393,7 @@ ) (func $~lib/function/Function<%28f32%29=>f64>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28f32%29=>f64>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2407,7 +2405,7 @@ ) (func $~lib/function/Function<%28f32%2Ci32%29=>f64>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28f32%2Ci32%29=>f64>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2432,7 +2430,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/function/Function<%28bool%2Cf32%2Ci32%2C~lib/array/Array%29=>bool> $infer-generic/Ref $~lib/function/Function<%28%29=>f64> $~lib/function/Function<%28f32%29=>f64> $~lib/function/Function<%28f32%2Ci32%29=>f64> $invalid end return @@ -2505,7 +2503,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $initialValue local.set $acc i32.const 0 @@ -2514,7 +2512,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length_ local.set $len @@ -2526,7 +2524,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length_ local.tee $7 @@ -2541,26 +2539,26 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#get:dataStart local.get $i i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.get $i local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 4 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_f32_i32_i32_=>_i32) + i32.load + call_indirect (type $5) local.set $acc local.get $i i32.const 1 @@ -2587,7 +2585,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2596,23 +2594,23 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $infer-generic/Ref#set:x @@ -2636,10 +2634,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 f64.const 1 f64.const 1 call $infer-generic/inferCompatible @@ -2656,13 +2654,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 176 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 call $~lib/array/Array#reduce @@ -2680,7 +2678,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2701,12 +2699,12 @@ i32.const 0 call $infer-generic/Ref#constructor local.tee $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 call $infer-generic/Ref#set:x @@ -2714,7 +2712,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $infer-generic/inferDefault drop @@ -2742,12 +2740,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $arr local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $infer-generic/inferEncapsulatedClass local.set $1 @@ -2767,12 +2765,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $fn local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $infer-generic/inferEncapsulatedFunctionNull local.set $1 @@ -2792,12 +2790,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $fn local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $infer-generic/inferEncapsulatedFunction local.set $1 @@ -2817,12 +2815,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $fn local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $infer-generic/inferEncapsulatedFunctionMixed local.set $1 @@ -2843,11 +2841,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer local.get $v local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.eqz if (result i32) @@ -2863,7 +2861,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $infer-generic/Ref#get:x drop @@ -2881,14 +2879,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -2907,12 +2905,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28bool%2Cf32%2Ci32%2C~lib/array/Array%29=>bool>#get:_env local.get $cookie @@ -2931,12 +2929,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28%29=>f64>#get:_env local.get $cookie @@ -2955,12 +2953,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28f32%29=>f64>#get:_env local.get $cookie @@ -2979,12 +2977,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28f32%2Ci32%29=>f64>#get:_env local.get $cookie @@ -3003,7 +3001,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -3012,7 +3010,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 @@ -3031,7 +3029,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $infer-generic/test2 local.set $1 @@ -3050,7 +3048,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $infer-generic/test3 local.set $1 @@ -3069,7 +3067,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $infer-generic/test4 local.set $1 @@ -3088,7 +3086,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $infer-generic/test5 local.set $1 @@ -3106,7 +3104,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $infer-generic/inferAssert global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/infer-generic.release.wat b/tests/compiler/infer-generic.release.wat index acfed03605..81329a11e9 100644 --- a/tests/compiler/infer-generic.release.wat +++ b/tests/compiler/infer-generic.release.wat @@ -1,14 +1,14 @@ (module - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_f32_i32_i32_=>_i32 (func (param i32 f32 i32 i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $f32_=>_f32 (func (param f32) (result f32))) - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 f32 i32 i32) (result i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) + (type $7 (func (result i32))) + (type $8 (func (param f32) (result f32))) + (type $9 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -63,14 +63,14 @@ (local $0 i32) (local $1 i32) i32.const 1152 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1424 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1232 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -80,7 +80,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -98,7 +98,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -106,137 +106,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1296 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1296 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34428 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$138 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34428 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1296 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$138 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1296 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1296 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1616 + i32.load + i32.gt_u + if + i32.const 1424 + i32.const 1488 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1620 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1616 - i32.load $0 - i32.gt_u - if - i32.const 1424 - i32.const 1488 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1620 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -244,8 +264,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -257,10 +277,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -271,29 +291,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -301,10 +321,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -318,75 +338,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -408,7 +421,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -425,12 +438,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -447,17 +460,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -467,9 +480,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -494,13 +507,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -534,7 +547,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -590,19 +603,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -614,15 +627,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -630,16 +643,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -661,10 +675,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -677,18 +691,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -712,30 +725,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -743,10 +756,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -754,7 +767,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -762,7 +775,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -773,10 +786,10 @@ end i32.const 34432 i32.const 0 - i32.store $0 + i32.store i32.const 36000 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -788,7 +801,7 @@ i32.const 34432 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -806,7 +819,7 @@ i32.const 34432 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -823,7 +836,7 @@ end i32.const 34432 i32.const 36004 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -856,7 +869,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -869,19 +882,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -892,7 +905,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -904,7 +917,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -917,12 +930,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -931,7 +940,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -942,26 +951,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -977,7 +986,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -993,7 +1002,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1018,14 +1027,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1060,7 +1069,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1074,10 +1083,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1089,10 +1098,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1100,47 +1109,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1161,7 +1172,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1178,10 +1189,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1197,7 +1208,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1218,7 +1229,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1245,7 +1256,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1266,7 +1277,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1308,50 +1319,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1371,12 +1386,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1387,7 +1402,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1408,7 +1423,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1424,8 +1439,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1439,90 +1454,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1535,7 +1550,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $infer-generic/test1 (param $0 f32) (result f32) @@ -1555,7 +1570,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $folding-inner0 $infer-generic/Ref $folding-inner0 $folding-inner0 $folding-inner0 $invalid end return @@ -1565,11 +1580,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1584,17 +1599,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1616,17 +1627,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load offset=4 + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1646,6 +1653,7 @@ (local $2 f32) (local $3 i32) (local $4 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -1658,16 +1666,16 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 i32.const 1152 - i32.store $0 + i32.store local.get $3 i32.const 1200 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 8 i32.sub @@ -1679,50 +1687,50 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 1152 - i32.store $0 + i32.store i32.const 1164 - i32.load $0 - local.set $3 + i32.load + local.set $4 loop $for-loop|0 global.get $~lib/memory/__stack_pointer + local.tee $3 i32.const 1152 - i32.store $0 + i32.store local.get $1 - local.get $3 + local.get $4 i32.const 1164 - i32.load $0 - local.tee $4 - local.get $3 + i32.load + local.tee $5 local.get $4 + local.get $5 i32.lt_s select i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.tee $4 + local.get $3 i32.const 1152 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1156 - i32.load $0 + i32.load local.get $1 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $2 - local.get $4 + local.get $3 i32.const 1152 - i32.store $0 + i32.store local.get $0 local.get $2 local.get $1 i32.const 1152 i32.const 1200 - i32.load $0 - call_indirect $0 (type $i32_f32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) local.set $0 local.get $1 i32.const 1 @@ -1735,7 +1743,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34428 @@ -1745,26 +1753,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/pinSpace i32.const 1380 i32.const 1376 - i32.store $0 + i32.store i32.const 1384 i32.const 1376 - i32.store $0 + i32.store i32.const 1376 global.set $~lib/rt/itcms/toSpace i32.const 1524 i32.const 1520 - i32.store $0 + i32.store i32.const 1528 i32.const 1520 - i32.store $0 + i32.store i32.const 1520 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer @@ -1780,17 +1788,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4 i32.sub @@ -1800,17 +1808,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1818,29 +1827,29 @@ global.set $~lib/memory/__stack_pointer local.get $3 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -1868,7 +1877,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.sub @@ -1880,10 +1889,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add @@ -1916,7 +1925,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.sub @@ -1928,10 +1937,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz if @@ -1945,9 +1954,9 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load drop local.get $1 i32.const 8 @@ -1966,23 +1975,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/infer-type.debug.wat b/tests/compiler/infer-type.debug.wat index a4230bf671..376253a6c4 100644 --- a/tests/compiler/infer-type.debug.wat +++ b/tests/compiler/infer-type.debug.wat @@ -1,9 +1,9 @@ (module - (type $none_=>_none (func)) - (type $none_=>_i32 (func (result i32))) - (type $none_=>_i64 (func (result i64))) - (type $none_=>_f32 (func (result f32))) - (type $none_=>_f64 (func (result f64))) + (type $0 (func)) + (type $1 (func (result i32))) + (type $2 (func (result i64))) + (type $3 (func (result f32))) + (type $4 (func (result f64))) (global $infer-type/i i32 (i32.const 10)) (global $infer-type/I i64 (i64.const 4294967296)) (global $infer-type/F f64 (f64.const 1.5)) diff --git a/tests/compiler/infer-type.release.wat b/tests/compiler/infer-type.release.wat index 4a4b656673..22a0288df2 100644 --- a/tests/compiler/infer-type.release.wat +++ b/tests/compiler/infer-type.release.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (memory $0 0) (export "memory" (memory $0)) (start $~start) diff --git a/tests/compiler/inlining-blocklocals.debug.wat b/tests/compiler/inlining-blocklocals.debug.wat index f3894d8164..fd5ccaf5c2 100644 --- a/tests/compiler/inlining-blocklocals.debug.wat +++ b/tests/compiler/inlining-blocklocals.debug.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $inlining-blocklocals/b (mut i32) (i32.const 2)) (global $inlining-blocklocals/theCall_a (mut i32) (i32.const 0)) diff --git a/tests/compiler/inlining-blocklocals.release.wat b/tests/compiler/inlining-blocklocals.release.wat index 3738631f4d..ede3330ebc 100644 --- a/tests/compiler/inlining-blocklocals.release.wat +++ b/tests/compiler/inlining-blocklocals.release.wat @@ -1,6 +1,6 @@ (module - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32 i32 i32 i32))) + (type $1 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $inlining-blocklocals/b (mut i32) (i32.const 2)) (global $inlining-blocklocals/theCall_b (mut i32) (i32.const 0)) diff --git a/tests/compiler/inlining-recursive.debug.wat b/tests/compiler/inlining-recursive.debug.wat index 922af3ad6b..4c1161873d 100644 --- a/tests/compiler/inlining-recursive.debug.wat +++ b/tests/compiler/inlining-recursive.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) (global $~lib/memory/__heap_base i32 (i32.const 32776)) diff --git a/tests/compiler/inlining-recursive.release.wat b/tests/compiler/inlining-recursive.release.wat index 358725a3e0..79a6b7c99a 100644 --- a/tests/compiler/inlining-recursive.release.wat +++ b/tests/compiler/inlining-recursive.release.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (memory $0 0) (export "foo" (func $inlining-recursive/foo)) (export "bar" (func $inlining-recursive/baz)) diff --git a/tests/compiler/inlining.debug.wat b/tests/compiler/inlining.debug.wat index 3740c9af7c..68a7fd21cd 100644 --- a/tests/compiler/inlining.debug.wat +++ b/tests/compiler/inlining.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func)) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (result i32))) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $inlining/constantGlobal i32 (i32.const 1)) (global $~argumentsLength (mut i32) (i32.const 0)) @@ -89,7 +89,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store f32.const -1 local.set $a f64.const -2 @@ -246,8 +246,8 @@ i32.const 80 br $inlining/func_fe|inlined.0 end - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 2 i32.eq i32.eqz @@ -275,12 +275,12 @@ global.get $~lib/memory/__stack_pointer i32.const 123 local.tee $foo - i32.store $0 + i32.store block $inlining/Foo#method_this|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $foo local.tee $this - i32.store $0 offset=4 + i32.store offset=4 i32.const 43 local.set $a|24 i32.const 3 @@ -307,17 +307,17 @@ (func $inlining/Baz#set:b (param $this i32) (param $b i32) local.get $this local.get $b - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -331,7 +331,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -405,7 +405,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -475,11 +475,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -487,7 +487,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 304 @@ -619,7 +619,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -632,7 +632,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -648,34 +648,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -835,7 +835,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -858,7 +858,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -872,7 +872,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -895,7 +895,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -1038,7 +1038,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -1124,7 +1124,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1204,7 +1204,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1238,7 +1238,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1261,7 +1261,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1275,7 +1275,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1327,7 +1327,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1365,7 +1365,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1440,7 +1439,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1474,7 +1473,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1495,7 +1494,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1515,7 +1514,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1535,7 +1534,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1561,7 +1560,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1584,7 +1583,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -2069,7 +2068,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -2114,7 +2113,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -2147,7 +2146,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -2170,7 +2169,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2196,7 +2195,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2209,7 +2208,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2236,19 +2235,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2450,12 +2449,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2506,40 +2505,40 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $inlining/Baz#set:a (param $this i32) (param $a i32) local.get $this local.get $a - i32.store $0 + i32.store ) (func $inlining/Bar#set:e (param $this i32) (param $e i32) local.get $this local.get $e - i32.store $0 offset=12 + i32.store offset=12 ) (func $inlining/Bar#set:d (param $this i32) (param $d i32) local.get $this local.get $d - i32.store $0 offset=8 + i32.store offset=8 ) (func $inlining/Baz#get:a (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $inlining/Baz#get:b (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $inlining/Bar#get:d (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $inlining/Bar#get:e (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $start:inlining call $inlining/test @@ -2555,7 +2554,7 @@ unreachable end call $inlining/test_funcs - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2589,7 +2588,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2598,11 +2597,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/function/Function<%28i32%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2625,7 +2623,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/function/Function<%28i32%29=>i32> $inlining/Foo $inlining/Bar $inlining/Baz $invalid end return @@ -2682,10 +2680,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.set $this @@ -2699,13 +2697,13 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 call $inlining/Bar#set:d @@ -2713,7 +2711,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 call $inlining/Bar#set:e @@ -2721,7 +2719,7 @@ global.get $~lib/memory/__stack_pointer local.get $this local.tee $this|2 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 local.set $c local.get $this|2 @@ -2732,13 +2730,13 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this|2 - i32.store $0 offset=8 + i32.store offset=8 end local.get $this|2 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 call $inlining/Baz#set:a @@ -2746,7 +2744,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 call $inlining/Baz#set:b @@ -2754,29 +2752,29 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $c call $inlining/Baz#set:b local.get $this|2 local.tee $this - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $f call $inlining/Bar#set:e local.get $this local.tee $bar - i32.store $0 offset=12 + i32.store offset=12 local.get $bar local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $inlining/Baz#get:a i32.const 1 @@ -2794,7 +2792,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $inlining/Baz#get:b i32.const 2 @@ -2812,7 +2810,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $inlining/Bar#get:d i32.const 3 @@ -2830,7 +2828,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $inlining/Bar#get:e i32.const 4 @@ -2858,12 +2856,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%29=>i32>#get:_env local.get $cookie diff --git a/tests/compiler/inlining.release.wat b/tests/compiler/inlining.release.wat index 77804a8363..f695ea475d 100644 --- a/tests/compiler/inlining.release.wat +++ b/tests/compiler/inlining.release.wat @@ -1,12 +1,12 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $0 (func)) + (type $1 (func (result i32))) + (type $2 (func (param i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32))) + (type $5 (func (param i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -51,12 +51,12 @@ (local $0 i32) (local $1 i32) i32.const 1328 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1136 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -66,7 +66,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -84,7 +84,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -92,137 +92,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1200 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1200 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34324 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$124 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34324 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1200 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$124 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1200 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1200 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1520 + i32.load + i32.gt_u + if + i32.const 1328 + i32.const 1392 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1524 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1520 - i32.load $0 - i32.gt_u - if - i32.const 1328 - i32.const 1392 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1524 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -230,8 +250,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -243,10 +263,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -257,29 +277,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -287,10 +307,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -304,75 +324,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -394,7 +407,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -411,12 +424,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -433,17 +446,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -453,9 +466,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -480,13 +493,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -520,7 +533,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -576,19 +589,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -600,15 +613,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -616,16 +629,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -647,10 +661,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -663,18 +677,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -698,30 +711,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -729,10 +742,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -740,7 +753,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -748,7 +761,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -759,10 +772,10 @@ end i32.const 34336 i32.const 0 - i32.store $0 + i32.store i32.const 35904 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -774,7 +787,7 @@ i32.const 34336 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -792,7 +805,7 @@ i32.const 34336 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -809,7 +822,7 @@ end i32.const 34336 i32.const 35908 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -842,7 +855,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -855,19 +868,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -878,7 +891,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -890,7 +903,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -903,12 +916,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -917,7 +926,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -928,26 +937,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -963,7 +972,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -979,7 +988,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1004,14 +1013,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1046,7 +1055,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1060,10 +1069,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1075,10 +1084,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1086,47 +1095,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1147,7 +1158,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1164,10 +1175,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1183,7 +1194,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1204,7 +1215,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1231,7 +1242,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$70 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1252,7 +1263,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$70 end local.get $2 i32.const 0 @@ -1294,50 +1305,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1357,12 +1372,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1373,7 +1388,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1394,7 +1409,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1410,8 +1425,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1425,90 +1440,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1521,7 +1536,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $start:inlining @@ -1540,24 +1555,24 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 2 i32.const 1104 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $2) drop global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 123 - i32.store $0 + i32.store local.get $0 i32.const 123 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34324 @@ -1567,26 +1582,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1252 i32.const 1248 - i32.store $0 + i32.store i32.const 1256 i32.const 1248 - i32.store $0 + i32.store i32.const 1248 global.set $~lib/rt/itcms/pinSpace i32.const 1284 i32.const 1280 - i32.store $0 + i32.store i32.const 1288 i32.const 1280 - i32.store $0 + i32.store i32.const 1280 global.set $~lib/rt/itcms/toSpace i32.const 1428 i32.const 1424 - i32.store $0 + i32.store i32.const 1432 i32.const 1424 - i32.store $0 + i32.store i32.const 1424 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer @@ -1598,81 +1613,80 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i64.const 0 - i64.store $0 offset=8 - local.get $0 + i64.store offset=8 + local.get $3 i32.const 16 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=12 - local.get $2 + i32.store offset=12 + local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 8 i32.const 7 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 - i32.store $0 - local.get $1 + i32.store + local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 + i32.store offset=4 local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store + local.get $2 + local.get $0 + i32.store offset=4 local.get $0 i32.const 4 - i32.store $0 offset=12 + i32.store offset=12 local.get $3 local.get $0 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -1685,9 +1699,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 2 i32.ne if @@ -1700,9 +1714,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 3 i32.ne if @@ -1715,9 +1729,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 4 i32.ne if @@ -1755,7 +1769,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/function/Function<%28i32%29=>i32> $inlining/Foo $inlining/Bar $inlining/Baz $invalid end return @@ -1765,11 +1779,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1791,17 +1805,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load offset=4 + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1819,23 +1829,4 @@ (func $~start call $start:inlining ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/instanceof.debug.wat b/tests/compiler/instanceof.debug.wat index a0d0a1b0aa..8178be7265 100644 --- a/tests/compiler/instanceof.debug.wat +++ b/tests/compiler/instanceof.debug.wat @@ -1,14 +1,14 @@ (module - (type $i32_=>_none (func (param i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $f64_=>_i32 (func (param f64) (result i32))) + (type $0 (func (param i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32 i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) + (type $9 (func (param f64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -68,12 +68,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -87,7 +87,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -161,7 +161,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -231,11 +231,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -243,7 +243,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -375,7 +375,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -388,7 +388,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -404,34 +404,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -591,7 +591,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -614,7 +614,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -628,7 +628,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -651,7 +651,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -794,7 +794,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -880,7 +880,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -960,7 +960,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -994,7 +994,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1017,7 +1017,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1031,7 +1031,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1083,7 +1083,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1121,7 +1121,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1196,7 +1195,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1230,7 +1229,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1251,7 +1250,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1271,7 +1270,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1291,7 +1290,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1317,7 +1316,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1340,7 +1339,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1825,7 +1824,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1870,7 +1869,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1903,7 +1902,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1926,7 +1925,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1952,7 +1951,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1965,7 +1964,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1992,19 +1991,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2206,12 +2205,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2262,12 +2261,11 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $instanceof/A#checkInstanceof (param $this i32) - nop ) (func $instanceof/isI32 (param $v i32) (result i32) i32.const 1 @@ -2343,11 +2341,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -2388,11 +2386,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -2433,11 +2431,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -2478,11 +2476,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -2523,11 +2521,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -2568,11 +2566,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -2613,11 +2611,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -2658,11 +2656,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -2749,11 +2747,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -2793,11 +2791,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -2837,11 +2835,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -2882,11 +2880,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -2937,11 +2935,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -2981,11 +2979,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3041,11 +3039,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3085,11 +3083,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3129,11 +3127,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3173,11 +3171,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3229,11 +3227,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3274,11 +3272,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3319,11 +3317,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3364,11 +3362,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3419,11 +3417,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3463,11 +3461,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3513,11 +3511,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3558,11 +3556,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3679,11 +3677,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3724,11 +3722,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3769,11 +3767,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3814,11 +3812,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3859,11 +3857,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3904,11 +3902,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3949,11 +3947,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -3994,11 +3992,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -4039,11 +4037,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -4084,11 +4082,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $value local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -4128,11 +4126,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/a local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -4142,7 +4140,6 @@ call $~instanceof|instanceof/C end if - nop end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -4156,7 +4153,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 6 @@ -4177,7 +4174,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 5 @@ -4194,7 +4191,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 9 @@ -4211,7 +4208,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 7 @@ -4232,7 +4229,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 13 @@ -4253,7 +4250,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 14 @@ -4270,7 +4267,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 15 @@ -4287,7 +4284,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 16 @@ -4312,7 +4309,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 19 @@ -4333,7 +4330,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 22 @@ -4350,7 +4347,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 16 @@ -4375,7 +4372,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 16 @@ -4400,7 +4397,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 19 @@ -4421,7 +4418,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 19 @@ -4442,7 +4439,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 6 @@ -4594,7 +4591,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -4603,7 +4600,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -4634,7 +4630,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $instanceof/A $instanceof/B $instanceof/C $instanceof/Child $instanceof/Parent $instanceof/Child $instanceof/Parent $instanceof/SomethingElse $instanceof/Animal $instanceof/Cat $instanceof/BlackCat $instanceof/W $instanceof/X $instanceof/IB $instanceof/IA $instanceof/Y $instanceof/ID $instanceof/IC $instanceof/Z $instanceof/IE $invalid end return @@ -4715,7 +4711,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -4724,18 +4720,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -4753,7 +4749,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -4762,18 +4758,18 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $instanceof/A#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -4791,7 +4787,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -4800,18 +4796,18 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $instanceof/A#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -4829,7 +4825,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -4838,18 +4834,18 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -4867,7 +4863,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -4876,18 +4872,18 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $instanceof/Parent#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -4905,7 +4901,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -4914,18 +4910,18 @@ i32.const 10 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -4943,7 +4939,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -4952,18 +4948,18 @@ i32.const 9 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $instanceof/Parent#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -4981,7 +4977,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -4990,18 +4986,18 @@ i32.const 12 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -5019,7 +5015,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -5028,18 +5024,18 @@ i32.const 13 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $instanceof/Animal#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -5057,7 +5053,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -5066,18 +5062,18 @@ i32.const 14 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $instanceof/Cat#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -5095,7 +5091,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -5104,18 +5100,18 @@ i32.const 15 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -5133,7 +5129,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -5142,18 +5138,18 @@ i32.const 16 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -5171,7 +5167,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -5180,18 +5176,18 @@ i32.const 19 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $instanceof/X#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -5209,7 +5205,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -5218,18 +5214,18 @@ i32.const 22 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $instanceof/Y#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -5269,8 +5265,8 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 88 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -5298,7 +5294,7 @@ local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/A#checkInstanceof@override i32.const 1 @@ -5320,7 +5316,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/a local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz if (result i32) @@ -5535,7 +5531,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/childAsParent local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.eqz if (result i32) @@ -5559,7 +5555,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/childAsParent local.tee $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 i32.eqz if (result i32) @@ -5597,7 +5593,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/animal local.tee $3 - i32.store $0 offset=16 + i32.store offset=16 local.get $3 i32.eqz if (result i32) @@ -5619,7 +5615,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/animal local.tee $4 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 i32.eqz if (result i32) @@ -5643,7 +5639,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/cat local.tee $5 - i32.store $0 offset=24 + i32.store offset=24 local.get $5 i32.eqz if (result i32) @@ -5664,7 +5660,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/cat local.tee $6 - i32.store $0 offset=28 + i32.store offset=28 local.get $6 i32.eqz if (result i32) @@ -5688,7 +5684,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/blackcat local.tee $7 - i32.store $0 offset=32 + i32.store offset=32 local.get $7 i32.eqz if (result i32) @@ -5709,7 +5705,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/blackcat local.tee $8 - i32.store $0 offset=36 + i32.store offset=36 local.get $8 i32.eqz if (result i32) @@ -5751,7 +5747,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullableAnimal local.tee $9 - i32.store $0 offset=40 + i32.store offset=40 local.get $9 i32.eqz if (result i32) @@ -5773,7 +5769,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullableAnimal local.tee $10 - i32.store $0 offset=44 + i32.store offset=44 local.get $10 i32.eqz if (result i32) @@ -5807,7 +5803,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullableCat local.tee $11 - i32.store $0 offset=48 + i32.store offset=48 local.get $11 i32.eqz if (result i32) @@ -5828,7 +5824,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullableCat local.tee $12 - i32.store $0 offset=52 + i32.store offset=52 local.get $12 i32.eqz if (result i32) @@ -5862,7 +5858,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullableBlackcat local.tee $13 - i32.store $0 offset=56 + i32.store offset=56 local.get $13 i32.eqz if (result i32) @@ -5883,7 +5879,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullableBlackcat local.tee $14 - i32.store $0 offset=60 + i32.store offset=60 local.get $14 i32.eqz if (result i32) @@ -5917,7 +5913,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullAnimal local.tee $15 - i32.store $0 offset=64 + i32.store offset=64 local.get $15 i32.eqz if (result i32) @@ -5939,7 +5935,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullAnimal local.tee $16 - i32.store $0 offset=68 + i32.store offset=68 local.get $16 i32.eqz if (result i32) @@ -5974,7 +5970,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullCat local.tee $17 - i32.store $0 offset=72 + i32.store offset=72 local.get $17 i32.eqz if (result i32) @@ -5996,7 +5992,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullCat local.tee $18 - i32.store $0 offset=76 + i32.store offset=76 local.get $18 i32.eqz if (result i32) @@ -6031,7 +6027,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullBlackcat local.tee $19 - i32.store $0 offset=80 + i32.store offset=80 local.get $19 i32.eqz if (result i32) @@ -6053,7 +6049,7 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullBlackcat local.tee $20 - i32.store $0 offset=84 + i32.store offset=84 local.get $20 i32.eqz if (result i32) @@ -6088,924 +6084,924 @@ local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/w local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/W> global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IA> global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IB> global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IA> global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IB> global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IC> global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/ID> global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IA> global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IB> global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IC> global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/ID> global.get $instanceof/w local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/w local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/w local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/w local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicFalse global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicFalse global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicFalse global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicFalse global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicFalse global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicFalse global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicFalse global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicFalse global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicFalse global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicFalse global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertStaticFalse global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 - i32.store $0 + i32.store local.get $21 call $instanceof/assertDynamicTrue global.get $~lib/memory/__stack_pointer @@ -7022,7 +7018,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -7031,7 +7027,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/instanceof.release.wat b/tests/compiler/instanceof.release.wat index e5507b780a..353f1e0dce 100644 --- a/tests/compiler/instanceof.release.wat +++ b/tests/compiler/instanceof.release.wat @@ -1,11 +1,11 @@ (module - (type $i32_=>_none (func (param i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32))) + (type $2 (func)) + (type $3 (func (param i32 i32))) + (type $4 (func (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -56,99 +56,99 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $instanceof/b local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $instanceof/an local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $instanceof/child local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $instanceof/childAsParent local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $instanceof/animal local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $instanceof/cat local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $instanceof/blackcat local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $instanceof/nullableAnimal local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $instanceof/nullableCat local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $instanceof/nullableBlackcat local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $instanceof/w local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $instanceof/x local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $instanceof/y local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $instanceof/z local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -158,7 +158,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -176,7 +176,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -184,137 +184,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34356 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$241 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34356 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$241 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1488 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1492 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1488 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1492 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -322,8 +342,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -335,10 +355,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -349,29 +369,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -379,10 +399,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -396,75 +416,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -486,7 +499,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -503,12 +516,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -525,17 +538,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -545,9 +558,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -572,13 +585,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -612,7 +625,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -668,19 +681,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -692,15 +705,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -708,16 +721,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -739,10 +753,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -755,18 +769,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -790,30 +803,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -821,10 +834,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -832,7 +845,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -840,7 +853,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -851,10 +864,10 @@ end i32.const 34368 i32.const 0 - i32.store $0 + i32.store i32.const 35936 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -866,7 +879,7 @@ i32.const 34368 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -884,7 +897,7 @@ i32.const 34368 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -901,7 +914,7 @@ end i32.const 34368 i32.const 35940 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -934,7 +947,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -947,19 +960,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -970,7 +983,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -982,7 +995,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -995,12 +1008,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -1009,7 +1018,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1020,26 +1029,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1055,7 +1064,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1071,7 +1080,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1096,14 +1105,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1138,7 +1147,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1152,10 +1161,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1167,10 +1176,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1180,7 +1189,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1191,10 +1200,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1206,7 +1215,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1227,7 +1236,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1242,7 +1251,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1263,7 +1272,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1294,11 +1303,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1317,12 +1326,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1333,7 +1342,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1352,7 +1361,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1369,7 +1378,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1385,7 +1394,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1395,7 +1404,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1404,54 +1413,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1464,7 +1473,7 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> (param $0 i32) @@ -1487,25 +1496,25 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 if (result i32) - block $__inlined_func$~instanceof|instanceof/X (result i32) + block $__inlined_func$~instanceof|instanceof/X$76 (result i32) block $is_instance block $tablify|0 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 16 i32.sub br_table $is_instance $tablify|0 $tablify|0 $is_instance $tablify|0 $tablify|0 $is_instance $tablify|0 end i32.const 0 - br $__inlined_func$~instanceof|instanceof/X + br $__inlined_func$~instanceof|instanceof/X$76 end i32.const 1 end @@ -1546,18 +1555,18 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 if (result i32) - block $__inlined_func$~instanceof|instanceof/Y (result i32) + block $__inlined_func$~instanceof|instanceof/Y$78 (result i32) block $is_instance local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.tee $0 i32.const 19 i32.eq @@ -1567,7 +1576,7 @@ i32.eq br_if $is_instance i32.const 0 - br $__inlined_func$~instanceof|instanceof/Y + br $__inlined_func$~instanceof|instanceof/Y$78 end i32.const 1 end @@ -1608,16 +1617,16 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 if (result i32) local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 22 i32.eq else @@ -1657,18 +1666,18 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 if (result i32) - block $__inlined_func$~instanceof|instanceof/Y (result i32) + block $__inlined_func$~instanceof|instanceof/Y$82 (result i32) block $is_instance local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.tee $0 i32.const 19 i32.eq @@ -1678,7 +1687,7 @@ i32.eq br_if $is_instance i32.const 0 - br $__inlined_func$~instanceof|instanceof/Y + br $__inlined_func$~instanceof|instanceof/Y$82 end i32.const 1 end @@ -1718,16 +1727,16 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 if (result i32) local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 22 i32.eq else @@ -1775,7 +1784,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $instanceof/A $instanceof/B $instanceof/C $instanceof/Child $instanceof/Parent $instanceof/Child $instanceof/Parent $instanceof/SomethingElse $instanceof/Animal $instanceof/Cat $instanceof/BlackCat $instanceof/W $instanceof/X $instanceof/IB $instanceof/IA $instanceof/Y $instanceof/ID $instanceof/IC $instanceof/Z $instanceof/IE $invalid end return @@ -1785,11 +1794,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1856,26 +1865,27 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1900,26 +1910,27 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 12 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1944,26 +1955,27 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 13 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $instanceof/Animal#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1991,21 +2003,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 14 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $instanceof/Cat#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2030,26 +2042,27 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 16 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2074,26 +2087,27 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 19 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $instanceof/X#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2117,8 +2131,8 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 88 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl i32.const 34356 @@ -2128,26 +2142,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace i32.const 0 @@ -2164,21 +2178,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $instanceof/A#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2196,32 +2210,32 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $instanceof/A#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 6 i32.eq if @@ -2236,17 +2250,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 global.get $instanceof/a local.tee $0 - i32.store $0 + i32.store local.get $0 if local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load drop end global.get $~lib/memory/__stack_pointer @@ -2257,13 +2271,13 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/a local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 if (result i32) local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 5 i32.eq else @@ -2299,16 +2313,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 7 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8 i32.sub @@ -2318,33 +2332,34 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2362,16 +2377,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 9 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8 i32.sub @@ -2381,33 +2396,34 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 10 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2417,13 +2433,13 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/childAsParent local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 if (result i32) local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 9 i32.eq else @@ -2441,15 +2457,15 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/childAsParent local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 if (result i32) - block $__inlined_func$~anyinstanceof|instanceof/Child (result i32) + block $__inlined_func$~anyinstanceof|instanceof/Child$110 (result i32) block $is_instance1 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.tee $0 i32.const 7 i32.eq @@ -2459,7 +2475,7 @@ i32.eq br_if $is_instance1 i32.const 0 - br $__inlined_func$~anyinstanceof|instanceof/Child + br $__inlined_func$~anyinstanceof|instanceof/Child$110 end i32.const 1 end @@ -2486,15 +2502,15 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/animal local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 if (result i32) - block $__inlined_func$~instanceof|instanceof/Cat (result i32) + block $__inlined_func$~instanceof|instanceof/Cat$111 (result i32) block $is_instance2 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.tee $0 i32.const 13 i32.eq @@ -2504,7 +2520,7 @@ i32.eq br_if $is_instance2 i32.const 0 - br $__inlined_func$~instanceof|instanceof/Cat + br $__inlined_func$~instanceof|instanceof/Cat$111 end i32.const 1 end @@ -2522,13 +2538,13 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/animal local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $0 if (result i32) local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 14 i32.eq else @@ -2545,15 +2561,15 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/cat local.tee $0 - i32.store $0 offset=24 + i32.store offset=24 local.get $0 if (result i32) - block $__inlined_func$~instanceof|instanceof/Cat0 (result i32) + block $__inlined_func$~instanceof|instanceof/Cat$113 (result i32) block $is_instance4 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.tee $0 i32.const 13 i32.eq @@ -2563,7 +2579,7 @@ i32.eq br_if $is_instance4 i32.const 0 - br $__inlined_func$~instanceof|instanceof/Cat0 + br $__inlined_func$~instanceof|instanceof/Cat$113 end i32.const 1 end @@ -2582,13 +2598,13 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/cat local.tee $0 - i32.store $0 offset=28 + i32.store offset=28 local.get $0 if (result i32) local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 14 i32.eq else @@ -2605,15 +2621,15 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/blackcat local.tee $0 - i32.store $0 offset=32 + i32.store offset=32 local.get $0 if (result i32) - block $__inlined_func$~instanceof|instanceof/Cat1 (result i32) + block $__inlined_func$~instanceof|instanceof/Cat$115 (result i32) block $is_instance6 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.tee $0 i32.const 13 i32.eq @@ -2623,7 +2639,7 @@ i32.eq br_if $is_instance6 i32.const 0 - br $__inlined_func$~instanceof|instanceof/Cat1 + br $__inlined_func$~instanceof|instanceof/Cat$115 end i32.const 1 end @@ -2642,13 +2658,13 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/blackcat local.tee $0 - i32.store $0 offset=36 + i32.store offset=36 local.get $0 if (result i32) local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 14 i32.eq else @@ -2684,15 +2700,15 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullableAnimal local.tee $0 - i32.store $0 offset=40 + i32.store offset=40 local.get $0 if (result i32) - block $__inlined_func$~instanceof|instanceof/Cat2 (result i32) + block $__inlined_func$~instanceof|instanceof/Cat$117 (result i32) block $is_instance8 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.tee $0 i32.const 13 i32.eq @@ -2702,7 +2718,7 @@ i32.eq br_if $is_instance8 i32.const 0 - br $__inlined_func$~instanceof|instanceof/Cat2 + br $__inlined_func$~instanceof|instanceof/Cat$117 end i32.const 1 end @@ -2720,13 +2736,13 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullableAnimal local.tee $0 - i32.store $0 offset=44 + i32.store offset=44 local.get $0 if (result i32) local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 14 i32.eq else @@ -2753,15 +2769,15 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullableCat local.tee $0 - i32.store $0 offset=48 + i32.store offset=48 local.get $0 if (result i32) - block $__inlined_func$~instanceof|instanceof/Cat3 (result i32) + block $__inlined_func$~instanceof|instanceof/Cat$119 (result i32) block $is_instance10 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.tee $0 i32.const 13 i32.eq @@ -2771,7 +2787,7 @@ i32.eq br_if $is_instance10 i32.const 0 - br $__inlined_func$~instanceof|instanceof/Cat3 + br $__inlined_func$~instanceof|instanceof/Cat$119 end i32.const 1 end @@ -2790,13 +2806,13 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullableCat local.tee $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 if (result i32) local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 14 i32.eq else @@ -2823,15 +2839,15 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullableBlackcat local.tee $0 - i32.store $0 offset=56 + i32.store offset=56 local.get $0 if (result i32) - block $__inlined_func$~instanceof|instanceof/Cat4 (result i32) + block $__inlined_func$~instanceof|instanceof/Cat$121 (result i32) block $is_instance12 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.tee $0 i32.const 13 i32.eq @@ -2841,7 +2857,7 @@ i32.eq br_if $is_instance12 i32.const 0 - br $__inlined_func$~instanceof|instanceof/Cat4 + br $__inlined_func$~instanceof|instanceof/Cat$121 end i32.const 1 end @@ -2860,13 +2876,13 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/nullableBlackcat local.tee $0 - i32.store $0 offset=60 + i32.store offset=60 local.get $0 if (result i32) local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 14 i32.eq else @@ -2884,22 +2900,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 offset=64 + i32.store offset=64 local.get $0 i32.const 0 - i32.store $0 offset=68 + i32.store offset=68 local.get $0 i32.const 0 - i32.store $0 offset=72 + i32.store offset=72 local.get $0 i32.const 0 - i32.store $0 offset=76 + i32.store offset=76 local.get $0 i32.const 0 - i32.store $0 offset=80 + i32.store offset=80 local.get $0 i32.const 0 - i32.store $0 offset=84 + i32.store offset=84 local.get $0 i32.const 8 i32.sub @@ -2911,21 +2927,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 15 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2949,21 +2965,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 22 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $instanceof/Y#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2973,52 +2989,52 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/w local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $3 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3030,16 +3046,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 if (result i32) local.get $1 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 15 i32.eq else @@ -3061,533 +3077,533 @@ global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/w local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/x - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/x - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicFalse global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicFalse global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicFalse global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicFalse global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicFalse global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicFalse global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicFalse global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicFalse global.get $~lib/memory/__stack_pointer global.get $instanceof/x - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/x - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/x - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/x - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicFalse global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicFalse global.get $~lib/memory/__stack_pointer global.get $instanceof/x - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/x - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/x - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 - i32.store $0 + i32.store local.get $0 call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> global.get $~lib/memory/__stack_pointer @@ -3604,6 +3620,7 @@ unreachable ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) + (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3620,16 +3637,17 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3637,23 +3655,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/issues/1095.debug.wat b/tests/compiler/issues/1095.debug.wat index 3885debe7a..8d55faf3bc 100644 --- a/tests/compiler/issues/1095.debug.wat +++ b/tests/compiler/issues/1095.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32 i32))) + (type $5 (func (param i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -47,12 +47,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -66,7 +66,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -140,7 +140,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -210,11 +210,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -222,7 +222,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -354,7 +354,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -367,7 +367,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -383,34 +383,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -570,7 +570,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -593,7 +593,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -607,7 +607,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -630,7 +630,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -773,7 +773,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -859,7 +859,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -939,7 +939,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -973,7 +973,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -996,7 +996,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1010,7 +1010,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1062,7 +1062,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1100,7 +1100,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1175,7 +1174,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1209,7 +1208,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1230,7 +1229,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1250,7 +1249,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1270,7 +1269,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1296,7 +1295,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1319,7 +1318,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1804,7 +1803,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1849,7 +1848,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1882,7 +1881,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1905,7 +1904,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1931,7 +1930,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1944,7 +1943,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1971,19 +1970,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2185,12 +2184,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2241,7 +2240,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2316,7 +2315,7 @@ (func $issues/1095/Foo#set:bar (param $this i32) (param $bar i32) local.get $this local.get $bar - i32.store $0 + i32.store local.get $this local.get $bar i32.const 0 @@ -2324,7 +2323,7 @@ ) (func $issues/1095/Foo#get:bar (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -2341,7 +2340,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2350,7 +2349,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $issues/1095/Foo~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2358,7 +2356,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2376,7 +2374,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $issues/1095/Foo $invalid end return @@ -2422,10 +2420,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -2434,29 +2432,29 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 432 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $issues/1095/Foo#set:bar local.get $this @@ -2477,26 +2475,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $foo local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 global.get $~lib/memory/__stack_pointer local.get $foo local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $issues/1095/Foo#get:bar local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 if (result i32) local.get $1 @@ -2511,7 +2509,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $issues/1095/Foo#set:bar global.get $~lib/memory/__stack_pointer @@ -2528,8 +2526,8 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - memory.size $0 + i32.store + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2551,7 +2549,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $issues/1095/test global.get $~lib/memory/__stack_pointer @@ -2568,7 +2566,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -2577,7 +2575,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/issues/1095.release.wat b/tests/compiler/issues/1095.release.wat index 4ac8523a24..27b353fae1 100644 --- a/tests/compiler/issues/1095.release.wat +++ b/tests/compiler/issues/1095.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -42,12 +42,12 @@ (local $0 i32) (local $1 i32) i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -57,7 +57,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -75,7 +75,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -92,7 +92,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -106,16 +106,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$115 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34440 @@ -130,10 +130,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$115 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -146,20 +146,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -168,7 +168,7 @@ else local.get $1 i32.const 1648 - i32.load $0 + i32.load i32.gt_u if i32.const 1248 @@ -183,13 +183,13 @@ i32.shl i32.const 1652 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -199,21 +199,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -221,8 +245,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -234,10 +258,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -248,29 +272,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -278,10 +302,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -295,75 +319,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -385,7 +402,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -402,12 +419,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -424,17 +441,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -444,9 +461,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -471,13 +488,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -511,7 +528,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -567,19 +584,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -591,15 +608,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -607,16 +624,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -638,10 +656,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -654,18 +672,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -689,30 +706,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -720,10 +737,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -731,7 +748,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -739,7 +756,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -750,10 +767,10 @@ end i32.const 34448 i32.const 0 - i32.store $0 + i32.store i32.const 36016 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -765,7 +782,7 @@ i32.const 34448 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -783,7 +800,7 @@ i32.const 34448 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -800,7 +817,7 @@ end i32.const 34448 i32.const 36020 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -833,7 +850,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -846,19 +863,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -869,7 +886,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -881,7 +898,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -894,12 +911,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -908,7 +921,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -919,26 +932,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -954,7 +967,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -970,7 +983,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -995,14 +1008,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1037,7 +1050,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1051,10 +1064,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1066,10 +1079,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1077,47 +1090,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1138,7 +1153,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1155,10 +1170,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1174,7 +1189,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1195,7 +1210,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1222,7 +1237,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1243,7 +1258,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1285,50 +1300,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1348,12 +1367,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1364,7 +1383,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1385,7 +1404,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1401,8 +1420,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1416,90 +1435,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1512,13 +1531,14 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $issues/1095/Foo#set:bar (param $0 i32) (param $1 i32) + (local $2 i32) local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 if local.get $0 @@ -1532,11 +1552,12 @@ unreachable end global.get $~lib/rt/itcms/white + local.tee $2 local.get $1 i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.eq @@ -1544,11 +1565,11 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and local.tee $0 - global.get $~lib/rt/itcms/white + local.get $2 i32.eqz i32.eq if @@ -1579,7 +1600,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner0 $folding-inner0 $invalid end return @@ -1591,16 +1612,17 @@ unreachable end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end ) (func $~start (local $0 i32) (local $1 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1613,8 +1635,8 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 - memory.size $0 + i32.store + memory.size i32.const 16 i32.shl i32.const 34440 @@ -1624,26 +1646,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace local.get $0 @@ -1657,21 +1679,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 local.get $0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $2 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1680,31 +1702,32 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1456 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1456 call $issues/1095/Foo#set:bar @@ -1714,7 +1737,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -1726,21 +1749,21 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 - i32.load $0 + i32.load local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.eqz if @@ -1753,7 +1776,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $issues/1095/Foo#set:bar @@ -1774,23 +1797,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/issues/1225.debug.wat b/tests/compiler/issues/1225.debug.wat index 9514862a47..73eec5c752 100644 --- a/tests/compiler/issues/1225.debug.wat +++ b/tests/compiler/issues/1225.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (result i32))) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -47,27 +47,27 @@ (start $~start) (func $issues/1225/X#get:x (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $issues/1225/X#set:viaThis (param $this i32) (param $viaThis i32) local.get $this local.get $viaThis - i32.store $0 offset=4 + i32.store offset=4 ) (func $issues/1225/X#set:normal (param $this i32) (param $normal i32) local.get $this local.get $normal - i32.store $0 + i32.store ) (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -81,7 +81,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -155,7 +155,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -225,11 +225,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -237,7 +237,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -369,7 +369,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -382,7 +382,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -398,34 +398,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -585,7 +585,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -608,7 +608,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -622,7 +622,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -645,7 +645,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -788,7 +788,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -874,7 +874,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -954,7 +954,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -988,7 +988,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1011,7 +1011,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1025,7 +1025,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1077,7 +1077,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1115,7 +1115,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1190,7 +1189,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1224,7 +1223,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1245,7 +1244,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1265,7 +1264,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1285,7 +1284,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1311,7 +1310,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1334,7 +1333,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1819,7 +1818,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1864,7 +1863,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1897,7 +1896,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1920,7 +1919,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1946,7 +1945,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1959,7 +1958,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1986,19 +1985,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2200,12 +2199,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2256,22 +2255,22 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $issues/1225/X#set:x (param $this i32) (param $x i32) local.get $this local.get $x - i32.store $0 offset=8 + i32.store offset=8 ) (func $issues/1225/X#get:normal (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $issues/1225/X#get:viaThis (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/__collect i32.const 0 @@ -2320,7 +2319,7 @@ drop ) (func $start:issues/1225 - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2391,7 +2390,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2400,7 +2399,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2412,7 +2410,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $issues/1225/X $invalid end return @@ -2455,10 +2453,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -2467,13 +2465,13 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $x call $issues/1225/X#set:x @@ -2481,7 +2479,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $issues/1225/X#set:normal @@ -2489,7 +2487,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $issues/1225/X#set:viaThis @@ -2497,13 +2495,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $issues/1225/X#get:x call $issues/1225/X#set:viaThis @@ -2511,7 +2509,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $x call $issues/1225/X#set:normal @@ -2532,12 +2530,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $issues/1225/x local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $issues/1225/X#get:normal local.set $0 @@ -2557,12 +2555,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $issues/1225/x local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $issues/1225/X#get:viaThis local.set $0 diff --git a/tests/compiler/issues/1225.release.wat b/tests/compiler/issues/1225.release.wat index 40774e3a59..dcd7eef4ba 100644 --- a/tests/compiler/issues/1225.release.wat +++ b/tests/compiler/issues/1225.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_i32 (func (result i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func (result i32))) + (type $1 (func)) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -44,15 +44,15 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -62,7 +62,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -80,7 +80,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -88,137 +88,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34280 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$119 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34280 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$119 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1488 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1492 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1488 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1492 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -226,8 +246,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -239,10 +259,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -253,29 +273,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -283,10 +303,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -300,75 +320,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -390,7 +403,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -407,12 +420,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -429,17 +442,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -449,9 +462,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -476,13 +489,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -516,7 +529,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -572,19 +585,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -596,15 +609,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -612,16 +625,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -643,10 +657,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -659,18 +673,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -694,30 +707,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -725,10 +738,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -736,7 +749,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -744,7 +757,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -755,10 +768,10 @@ end i32.const 34288 i32.const 0 - i32.store $0 + i32.store i32.const 35856 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -770,7 +783,7 @@ i32.const 34288 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -788,7 +801,7 @@ i32.const 34288 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -805,7 +818,7 @@ end i32.const 34288 i32.const 35860 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -838,7 +851,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -851,19 +864,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -874,7 +887,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -886,7 +899,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -899,12 +912,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -913,7 +922,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -924,26 +933,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -959,7 +968,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -975,7 +984,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1000,14 +1009,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1042,7 +1051,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1056,10 +1065,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1071,10 +1080,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1084,7 +1093,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1095,10 +1104,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1110,7 +1119,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1131,7 +1140,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1146,7 +1155,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $0 loop $do-loop|0 @@ -1167,7 +1176,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $0 i32.const 0 @@ -1198,11 +1207,11 @@ local.tee $0 i32.eqz if - memory.size $0 + memory.size local.tee $0 i32.const 4 local.get $1 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $0 i32.const 16 i32.shl @@ -1221,12 +1230,12 @@ local.get $2 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $2 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1237,7 +1246,7 @@ local.get $0 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1256,7 +1265,7 @@ end end local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1273,7 +1282,7 @@ local.get $0 call $~lib/rt/tlsf/removeBlock local.get $0 - i32.load $0 + i32.load local.tee $2 i32.const -4 i32.and @@ -1289,7 +1298,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $0 i32.const 32 i32.add @@ -1299,7 +1308,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1308,54 +1317,54 @@ local.get $2 i32.const -2 i32.and - i32.store $0 + i32.store local.get $0 i32.const 4 i32.add local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $1 local.get $1 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $0 i32.const 4 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 12 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $0 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1368,7 +1377,7 @@ local.tee $0 i32.const 0 i32.const 12 - memory.fill $0 + memory.fill local.get $0 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1381,7 +1390,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $issues/1225/X $invalid end return @@ -1391,11 +1400,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1406,7 +1415,7 @@ (func $~start (local $0 i32) (local $1 i32) - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34280 @@ -1416,26 +1425,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer @@ -1456,49 +1465,49 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $1 - i32.load $0 offset=8 - i32.store $0 offset=4 + i32.load offset=8 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 - i32.store $0 + i32.store local.get $0 i32.const 12 i32.add @@ -1584,13 +1593,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 global.get $issues/1225/x local.tee $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load local.set $1 local.get $0 i32.const 4 @@ -1619,13 +1628,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 global.get $issues/1225/x local.tee $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $0 i32.const 4 @@ -1633,23 +1642,4 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/issues/1699.debug.wat b/tests/compiler/issues/1699.debug.wat index 7c5c76c48b..bec13bbd0b 100644 --- a/tests/compiler/issues/1699.debug.wat +++ b/tests/compiler/issues/1699.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -49,12 +49,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -68,7 +68,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -142,7 +142,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -212,11 +212,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -224,7 +224,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 320 @@ -356,7 +356,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -369,7 +369,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -385,34 +385,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -572,7 +572,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -595,7 +595,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -609,7 +609,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -632,7 +632,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -775,7 +775,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -861,7 +861,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -941,7 +941,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -975,7 +975,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -998,7 +998,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1012,7 +1012,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1064,7 +1064,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1102,7 +1102,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1177,7 +1176,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1211,7 +1210,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1232,7 +1231,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1252,7 +1251,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1272,7 +1271,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1298,7 +1297,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1321,7 +1320,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1806,7 +1805,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1851,7 +1850,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1884,7 +1883,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1907,7 +1906,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1933,7 +1932,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1946,7 +1945,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1973,19 +1972,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2187,12 +2186,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2243,7 +2242,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2318,7 +2317,7 @@ (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2327,38 +2326,38 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $issues/1699/MultiAssignmentTest#set:test (param $this i32) (param $test i32) local.get $this local.get $test - i32.store $0 + i32.store ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) (local $oldObj i32) @@ -2402,16 +2401,16 @@ local.get $5 i32.lt_u select - memory.copy $0 $0 + memory.copy local.get $newPtr return ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $start:issues/1699 - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2451,7 +2450,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2460,11 +2459,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2485,7 +2483,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $issues/1699/MultiAssignmentTest $~lib/array/Array $invalid end return @@ -2537,10 +2535,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -2549,13 +2547,13 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -2563,7 +2561,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -2571,7 +2569,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -2579,7 +2577,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -2612,7 +2610,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -2621,20 +2619,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -2642,7 +2640,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -2650,7 +2648,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -2671,7 +2669,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2680,23 +2678,23 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 call $issues/1699/MultiAssignmentTest#set:test @@ -2727,12 +2725,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $oldCapacity @@ -2759,7 +2757,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $oldData @@ -2809,10 +2807,10 @@ if local.get $array local.get $newData - i32.store $0 + i32.store local.get $array local.get $newData - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $newData i32.const 0 @@ -2820,7 +2818,7 @@ end local.get $array local.get $newCapacity - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2836,13 +2834,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -2869,7 +2867,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -2880,7 +2878,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -2888,7 +2886,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -2910,13 +2908,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -2933,16 +2931,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 0 @@ -2976,12 +2974,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -3007,29 +3005,29 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 28 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/array/Array#constructor local.tee $testinstances - i32.store $0 + i32.store local.get $testinstances local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 global.get $~lib/memory/__stack_pointer local.get $testinstances local.tee $1 - i32.store $0 offset=20 + i32.store offset=20 local.get $1 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 i32.const 1 local.tee $2 @@ -3038,21 +3036,21 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=16 + i32.store offset=16 local.get $5 call $~lib/array/Array#__set local.get $1 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 local.get $2 call $~lib/array/Array#__get local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/array/Array#__set i32.const 0 @@ -3063,7 +3061,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/array/Array#get:length i32.lt_s @@ -3072,7 +3070,7 @@ i32.const 0 call $issues/1699/MultiAssignmentTest#constructor local.tee $testinstance - i32.store $0 offset=24 + i32.store offset=24 local.get $n i32.const 1 i32.gt_s @@ -3081,14 +3079,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $n local.get $testinstance local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/array/Array#__set end @@ -3103,7 +3101,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 call $~lib/array/Array#__get @@ -3111,7 +3109,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 call $~lib/array/Array#__get @@ -3129,7 +3127,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 2 call $~lib/array/Array#__get @@ -3137,7 +3135,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 call $~lib/array/Array#__get @@ -3168,14 +3166,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:dataStart local.set $cur @@ -3184,7 +3182,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length_ i32.const 2 @@ -3197,7 +3195,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -3216,7 +3214,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:buffer local.get $cookie @@ -3235,7 +3233,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -3244,7 +3242,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/issues/1699.release.wat b/tests/compiler/issues/1699.release.wat index 12d1ca18b1..7678c94ffd 100644 --- a/tests/compiler/issues/1699.release.wat +++ b/tests/compiler/issues/1699.release.wat @@ -1,12 +1,12 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -45,16 +45,16 @@ (local $0 i32) (local $1 i32) i32.const 1344 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1552 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1152 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -64,7 +64,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -82,7 +82,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -99,7 +99,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -113,16 +113,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$146 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34508 @@ -137,10 +137,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$146 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -153,20 +153,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -175,7 +175,7 @@ else local.get $1 i32.const 1712 - i32.load $0 + i32.load i32.gt_u if i32.const 1344 @@ -190,13 +190,13 @@ i32.shl i32.const 1716 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -206,21 +206,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -228,8 +252,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -241,10 +265,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -255,29 +279,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -285,10 +309,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -302,75 +326,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -392,7 +409,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -409,12 +426,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -431,17 +448,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -451,9 +468,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -478,13 +495,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -518,7 +535,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -574,19 +591,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -598,15 +615,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -614,16 +631,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -645,10 +663,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -661,18 +679,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -696,30 +713,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -727,10 +744,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -738,7 +755,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -746,7 +763,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -757,10 +774,10 @@ end i32.const 34512 i32.const 0 - i32.store $0 + i32.store i32.const 36080 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -772,7 +789,7 @@ i32.const 34512 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -790,7 +807,7 @@ i32.const 34512 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -807,7 +824,7 @@ end i32.const 34512 i32.const 36084 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -840,7 +857,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -853,19 +870,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -876,7 +893,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -888,7 +905,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -901,12 +918,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -915,7 +928,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -926,26 +939,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -961,7 +974,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -977,7 +990,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1002,14 +1015,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1044,7 +1057,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1058,10 +1071,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1073,10 +1086,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1084,47 +1097,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1145,7 +1160,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1162,10 +1177,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1181,7 +1196,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1202,7 +1217,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1229,7 +1244,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1250,7 +1265,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1292,50 +1307,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1355,12 +1374,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1371,7 +1390,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1392,7 +1411,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1408,8 +1427,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1423,90 +1442,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1519,16 +1538,75 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) + (local $3 i32) + local.get $1 + i32.eqz + if + return + end + local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1216 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.tee $3 + local.get $1 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $3 + i32.eqz + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + local.tee $3 + i32.eq + if + local.get $0 + local.get $1 + local.get $2 + select + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $3 + i32.const 3 + i32.eq + i32.and + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + end + end + end + ) (func $start:issues/1699 (local $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34508 @@ -1538,173 +1616,173 @@ global.set $~lib/rt/itcms/threshold i32.const 1268 i32.const 1264 - i32.store $0 + i32.store i32.const 1272 i32.const 1264 - i32.store $0 + i32.store i32.const 1264 global.set $~lib/rt/itcms/pinSpace i32.const 1300 i32.const 1296 - i32.store $0 + i32.store i32.const 1304 i32.const 1296 - i32.store $0 + i32.store i32.const 1296 global.set $~lib/rt/itcms/toSpace i32.const 1444 i32.const 1440 - i32.store $0 + i32.store i32.const 1448 i32.const 1440 - i32.store $0 + i32.store i32.const 1440 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer i32.const 28 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner0 + block $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 1740 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 28 - memory.fill $0 - local.get $2 + memory.fill + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1740 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $2 i64.const 0 - i64.store $0 offset=8 - local.get $1 + i64.store offset=8 + local.get $2 i32.const 16 i32.const 5 call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 + local.tee $2 + i32.store global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 0 + i32.store + local.get $2 i32.const 0 - i32.store $0 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $2 + i32.store offset=4 + local.get $2 i32.const 0 - i32.store $0 offset=4 - local.get $1 - local.get $3 - i32.store $0 offset=4 - local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 i32.const 0 - i32.store $0 offset=8 - local.get $1 - local.get $3 - i32.store $0 offset=4 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 i32.const 0 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 32 i32.const 1 call $~lib/rt/itcms/__new - local.tee $4 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 + local.tee $3 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=12 - local.get $3 - local.get $4 - i32.store $0 - local.get $4 - if - local.get $3 - local.get $4 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $2 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $3 - i32.store $0 offset=4 + i32.store offset=12 + local.get $2 local.get $3 - local.get $4 - i32.store $0 offset=4 - local.get $1 + i32.store + local.get $2 local.get $3 - i32.store $0 offset=4 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 i32.const 32 - i32.store $0 offset=8 - local.get $1 - local.get $3 - i32.store $0 offset=4 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 i32.const 3 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer + local.get $1 local.get $2 - local.get $3 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=20 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=12 + local.tee $1 + local.get $2 + i32.store offset=4 + local.get $1 + local.get $2 + i32.store offset=20 + local.get $1 + local.get $2 + i32.store offset=12 call $issues/1699/MultiAssignmentTest#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=16 - local.get $3 + i32.store offset=16 + local.get $2 i32.const 1 local.get $1 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=12 - local.get $3 + local.get $2 + i32.store offset=12 + local.get $2 i32.const 1 call $~lib/array/Array#__get local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + local.get $2 i32.const 0 local.get $1 call $~lib/array/Array#__set loop $for-loop|0 global.get $~lib/memory/__stack_pointer local.tee $1 - local.get $3 - i32.store $0 offset=4 + local.get $2 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -1712,41 +1790,40 @@ global.get $~lib/memory/__stack_pointer i32.const 1740 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 - local.get $3 - i32.store $0 - local.get $3 - i32.load $0 offset=12 - local.set $2 + local.get $2 + i32.store + local.get $2 + i32.load offset=12 + local.set $3 local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 - local.get $2 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer call $issues/1699/MultiAssignmentTest#constructor local.tee $1 - i32.store $0 offset=24 + i32.store offset=24 local.get $0 i32.const 1 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $3 - i32.store $0 offset=4 local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + local.get $2 local.get $0 local.get $1 call $~lib/array/Array#__set @@ -1759,16 +1836,16 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $2 + i32.store offset=4 + local.get $2 i32.const 0 call $~lib/array/Array#__get local.set $0 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $2 + i32.store offset=4 + local.get $2 i32.const 1 call $~lib/array/Array#__get local.get $0 @@ -1782,16 +1859,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $2 + i32.store offset=4 + local.get $2 i32.const 2 call $~lib/array/Array#__get local.set $0 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $2 + i32.store offset=4 + local.get $2 i32.const 1 call $~lib/array/Array#__get local.get $0 @@ -1831,7 +1908,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $issues/1699/MultiAssignmentTest $~lib/array/Array $invalid end return @@ -1841,11 +1918,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1869,19 +1946,19 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 2 i32.shl i32.add @@ -1892,11 +1969,11 @@ i32.lt_u if local.get $1 - i32.load $0 + i32.load local.tee $3 if local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $1 i32.const 4 @@ -1907,14 +1984,10 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1929,6 +2002,7 @@ (func $issues/1699/MultiAssignmentTest#constructor (result i32) (local $0 i32) (local $1 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1941,17 +2015,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -1961,17 +2035,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1979,13 +2054,13 @@ global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2018,13 +2093,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if local.get $1 @@ -2054,13 +2129,13 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $4 i32.const 2 i32.shr_u @@ -2079,8 +2154,8 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - block $__inlined_func$~lib/rt/itcms/__renew + i32.store + block $__inlined_func$~lib/rt/itcms/__renew$145 i32.const 1073741820 local.get $4 i32.const 1 @@ -2106,12 +2181,12 @@ select local.tee $5 local.get $0 - i32.load $0 + i32.load local.tee $4 i32.const 20 i32.sub local.tee $7 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 16 @@ -2120,26 +2195,26 @@ if local.get $7 local.get $5 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.set $3 - br $__inlined_func$~lib/rt/itcms/__renew + br $__inlined_func$~lib/rt/itcms/__renew$145 end local.get $5 local.get $7 - i32.load $0 offset=12 + i32.load offset=12 call $~lib/rt/itcms/__new local.tee $3 local.get $4 local.get $5 local.get $7 - i32.load $0 offset=16 + i32.load offset=16 local.tee $7 local.get $5 local.get $7 i32.lt_u select - memory.copy $0 $0 + memory.copy end local.get $3 local.get $4 @@ -2147,21 +2222,18 @@ if local.get $0 local.get $3 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=4 + i32.store offset=4 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link end local.get $0 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2169,29 +2241,26 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $6 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add local.get $2 - i32.store $0 + i32.store + local.get $0 local.get $2 - if - local.get $0 - local.get $2 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2225,13 +2294,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1344 @@ -2244,17 +2313,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz if @@ -2271,77 +2340,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) - local.get $0 - i32.eqz - if - i32.const 0 - i32.const 1216 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white - local.get $1 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $3 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $0 - local.get $1 - local.get $2 - select - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $3 - i32.const 3 - i32.eq - i32.and - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - end - end - end - ) ) diff --git a/tests/compiler/issues/1714.debug.wat b/tests/compiler/issues/1714.debug.wat index 6fdc79558c..7ccfdfbbfa 100644 --- a/tests/compiler/issues/1714.debug.wat +++ b/tests/compiler/issues/1714.debug.wat @@ -1,10 +1,10 @@ (module - (type $none_=>_i32 (func (result i32))) - (type $none_=>_none (func)) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $0 (func (result i32))) + (type $1 (func)) + (type $2 (func (param i32) (result i32))) + (type $3 (func (param i32 i32 i32 i32))) + (type $4 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $5 (func (param i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -46,7 +46,7 @@ ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -98,9 +98,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -133,10 +133,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -187,7 +187,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -225,7 +225,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -234,7 +234,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -252,14 +252,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -282,7 +282,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store call $issues/1714/foo i32.const 0 i32.eq @@ -299,13 +299,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 80 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz diff --git a/tests/compiler/issues/1714.release.wat b/tests/compiler/issues/1714.release.wat index b71250576f..dffa79b61a 100644 --- a/tests/compiler/issues/1714.release.wat +++ b/tests/compiler/issues/1714.release.wat @@ -1,6 +1,6 @@ (module - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32 i32 i32 i32))) + (type $1 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33884)) (memory $0 1) @@ -24,13 +24,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1104 - i32.store $0 + i32.store local.get $0 i32.const 1104 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 8 i32.sub @@ -42,7 +42,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 8 i32.add diff --git a/tests/compiler/issues/2166.debug.wat b/tests/compiler/issues/2166.debug.wat index 39c49cc006..6d3ac1a299 100644 --- a/tests/compiler/issues/2166.debug.wat +++ b/tests/compiler/issues/2166.debug.wat @@ -1,14 +1,14 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) + (type $9 (func (param i32 i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -51,12 +51,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -70,7 +70,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -144,7 +144,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -214,11 +214,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -226,7 +226,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -358,7 +358,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -371,7 +371,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -387,34 +387,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -574,7 +574,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -597,7 +597,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -611,7 +611,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -634,7 +634,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -777,7 +777,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -863,7 +863,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -943,7 +943,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -977,7 +977,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1000,7 +1000,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1014,7 +1014,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1066,7 +1066,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1104,7 +1104,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1179,7 +1178,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1213,7 +1212,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1234,7 +1233,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1254,7 +1253,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1274,7 +1273,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1300,7 +1299,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1323,7 +1322,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1808,7 +1807,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1853,7 +1852,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1886,7 +1885,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1909,7 +1908,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1935,7 +1934,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1948,7 +1947,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1975,19 +1974,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2189,12 +2188,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2245,13 +2244,13 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -2303,9 +2302,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -2338,10 +2337,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -2381,7 +2380,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2390,7 +2389,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2403,7 +2401,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $issues/2166/Test2166Ref1<~lib/string/String> $issues/2166/Test2166Ref2 $invalid end return @@ -2448,7 +2446,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2457,18 +2455,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2487,7 +2485,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -2525,7 +2523,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -2534,7 +2532,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -2552,14 +2550,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -2582,18 +2580,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 464 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 464 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -2609,13 +2607,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 544 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -2642,26 +2640,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 call $issues/2166/Test2166Ref1<~lib/string/String>#constructor local.tee $a - i32.store $0 + i32.store local.get $a local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 432 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1 call $issues/2166/Test2166Ref1<~lib/string/String>#fn @@ -2679,10 +2677,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -2691,19 +2689,19 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end i32.const 544 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 544 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -2732,18 +2730,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 464 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 464 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -2769,8 +2767,8 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 - memory.size $0 + i64.store + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2793,13 +2791,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 576 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $issues/2166/Test2166Ref2#bar<~lib/string/String> global.get $~lib/memory/__stack_pointer @@ -2816,7 +2814,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -2825,7 +2823,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/issues/2166.release.wat b/tests/compiler/issues/2166.release.wat index addb2abaee..71c0dc2f57 100644 --- a/tests/compiler/issues/2166.release.wat +++ b/tests/compiler/issues/2166.release.wat @@ -1,12 +1,12 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -47,12 +47,12 @@ (local $0 i32) (local $1 i32) i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -62,7 +62,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -80,7 +80,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -88,137 +88,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34428 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$123 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34428 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$123 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1632 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1636 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1632 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1636 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -226,8 +246,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -239,10 +259,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -253,29 +273,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -283,10 +303,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -300,75 +320,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -390,7 +403,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -407,12 +420,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -429,17 +442,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -449,9 +462,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -476,13 +489,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -516,7 +529,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -572,19 +585,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -596,15 +609,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -612,16 +625,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -643,10 +657,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -659,18 +673,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -694,30 +707,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -725,10 +738,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -736,7 +749,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -744,7 +757,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -755,10 +768,10 @@ end i32.const 34432 i32.const 0 - i32.store $0 + i32.store i32.const 36000 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -770,7 +783,7 @@ i32.const 34432 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -788,7 +801,7 @@ i32.const 34432 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -805,7 +818,7 @@ end i32.const 34432 i32.const 36004 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -838,7 +851,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -851,19 +864,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -874,7 +887,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -886,7 +899,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -899,12 +912,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -913,7 +922,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -924,26 +933,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -959,7 +968,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -975,7 +984,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1000,14 +1009,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1042,7 +1051,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1056,10 +1065,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1071,10 +1080,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1084,7 +1093,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1095,10 +1104,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1110,7 +1119,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1131,7 +1140,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1146,7 +1155,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1167,7 +1176,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1198,11 +1207,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1221,12 +1230,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1237,7 +1246,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1256,7 +1265,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1273,7 +1282,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1289,7 +1298,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1299,7 +1308,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1308,54 +1317,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1368,7 +1377,7 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1382,7 +1391,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $issues/2166/Test2166Ref1<~lib/string/String> $issues/2166/Test2166Ref2 $invalid end return @@ -1392,11 +1401,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1410,6 +1419,7 @@ (local $0 i32) (local $1 i32) (local $2 i32) + (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1422,8 +1432,8 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 - memory.size $0 + i64.store + memory.size i32.const 16 i32.shl i32.const 34428 @@ -1433,26 +1443,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace local.get $0 @@ -1464,13 +1474,13 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i64.const 0 - i64.store $0 - local.get $2 + i64.store + local.get $1 i32.const 0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + local.get $1 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1481,17 +1491,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 local.get $0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $2 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1500,37 +1510,38 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1456 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1542,13 +1553,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1488 - i32.store $0 + i32.store local.get $0 i32.const 1488 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1488 i32.const 1488 call $~lib/string/String.__eq @@ -1564,10 +1575,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1568 - i32.store $0 + i32.store local.get $0 i32.const 1568 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1568 i32.const 1568 call $~lib/string/String.__eq @@ -1599,22 +1610,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 1568 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1568 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1568 i32.const 1568 call $~lib/string/String.__eq @@ -1633,10 +1644,10 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1600 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1648,13 +1659,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1488 - i32.store $0 + i32.store local.get $0 i32.const 1488 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1488 i32.const 1488 call $~lib/string/String.__eq @@ -1705,13 +1716,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1726,55 +1738,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -1795,7 +1811,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$79 loop $while-continue|1 local.get $0 local.tee $3 @@ -1805,17 +1821,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$79 local.get $2 i32.const 2 i32.add @@ -1844,23 +1860,4 @@ global.set $~lib/memory/__stack_pointer i32.const 0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/issues/2322/index.debug.wat b/tests/compiler/issues/2322/index.debug.wat index 7ff1a4a09b..63522c906a 100644 --- a/tests/compiler/issues/2322/index.debug.wat +++ b/tests/compiler/issues/2322/index.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -45,12 +45,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -64,7 +64,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -138,7 +138,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -208,11 +208,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -220,7 +220,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -352,7 +352,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -365,7 +365,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -381,34 +381,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -568,7 +568,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -591,7 +591,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -605,7 +605,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -628,7 +628,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -771,7 +771,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -857,7 +857,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -937,7 +937,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -971,7 +971,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -994,7 +994,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1008,7 +1008,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1060,7 +1060,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1098,7 +1098,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1173,7 +1172,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1207,7 +1206,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1228,7 +1227,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1248,7 +1247,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1268,7 +1267,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1294,7 +1293,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1317,7 +1316,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1802,7 +1801,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1847,7 +1846,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1880,7 +1879,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1903,7 +1902,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1929,7 +1928,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1942,7 +1941,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1969,19 +1968,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2183,12 +2182,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2239,17 +2238,16 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $issues/2322/lib/Wrapper#set:v (param $this i32) (param $v i32) local.get $this local.get $v - i32.store $0 + i32.store ) (func $issues/2322/lib/test (param $t i32) - nop ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -2266,7 +2264,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2275,7 +2273,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2287,7 +2284,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $issues/2322/lib/Wrapper $invalid end return @@ -2306,7 +2303,7 @@ unreachable ) (func $~start - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2346,7 +2343,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2355,23 +2352,23 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $issues/2322/lib/Wrapper#set:v @@ -2392,13 +2389,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 call $issues/2322/lib/Wrapper#constructor local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $issues/2322/lib/test global.get $~lib/memory/__stack_pointer @@ -2415,7 +2412,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -2424,7 +2421,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/issues/2322/index.release.wat b/tests/compiler/issues/2322/index.release.wat index f1d42124ee..115d5e9f2e 100644 --- a/tests/compiler/issues/2322/index.release.wat +++ b/tests/compiler/issues/2322/index.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -37,12 +37,12 @@ (local $0 i32) (local $1 i32) i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -52,7 +52,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -70,7 +70,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -78,137 +78,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34232 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$112 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34232 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$112 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1440 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1444 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1440 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1444 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -216,8 +236,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -229,10 +249,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -243,29 +263,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -273,10 +293,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -290,75 +310,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -380,7 +393,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -397,12 +410,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -419,17 +432,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -439,9 +452,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -466,13 +479,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -506,7 +519,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -562,19 +575,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -586,15 +599,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -602,16 +615,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -633,10 +647,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -649,18 +663,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -684,30 +697,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -715,10 +728,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -726,7 +739,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -734,7 +747,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -745,10 +758,10 @@ end i32.const 34240 i32.const 0 - i32.store $0 + i32.store i32.const 35808 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -760,7 +773,7 @@ i32.const 34240 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -778,7 +791,7 @@ i32.const 34240 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -795,7 +808,7 @@ end i32.const 34240 i32.const 35812 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -828,7 +841,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -841,19 +854,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -864,7 +877,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -876,7 +889,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -889,12 +902,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -903,7 +912,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -914,26 +923,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -949,7 +958,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -965,7 +974,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -990,14 +999,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1032,7 +1041,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1046,10 +1055,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1061,10 +1070,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1072,47 +1081,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1133,7 +1144,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1150,10 +1161,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1169,7 +1180,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1190,7 +1201,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1217,7 +1228,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1238,7 +1249,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1280,50 +1291,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1343,12 +1358,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1359,7 +1374,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1380,7 +1395,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1396,8 +1411,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1411,90 +1426,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1507,7 +1522,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1520,7 +1535,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $issues/2322/lib/Wrapper $invalid end return @@ -1530,11 +1545,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1543,7 +1558,7 @@ unreachable ) (func $~start - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34232 @@ -1553,32 +1568,33 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace ) (func $issues/2322/index/test (local $0 i32) (local $1 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1591,7 +1607,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 8 i32.sub @@ -1603,18 +1619,18 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 local.get $0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $2 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1623,38 +1639,39 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1668,23 +1685,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/issues/2622.debug.wat b/tests/compiler/issues/2622.debug.wat index 860a0a0b91..134f40c571 100644 --- a/tests/compiler/issues/2622.debug.wat +++ b/tests/compiler/issues/2622.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -48,12 +48,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -67,7 +67,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -141,7 +141,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -211,11 +211,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -223,7 +223,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -355,7 +355,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -368,7 +368,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -384,34 +384,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -571,7 +571,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -594,7 +594,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -608,7 +608,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -631,7 +631,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -774,7 +774,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -860,7 +860,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -940,7 +940,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -974,7 +974,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -997,7 +997,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1011,7 +1011,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1063,7 +1063,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1101,7 +1101,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1176,7 +1175,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1210,7 +1209,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1231,7 +1230,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1251,7 +1250,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1271,7 +1270,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1297,7 +1296,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1320,7 +1319,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1805,7 +1804,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1850,7 +1849,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1883,7 +1882,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1906,7 +1905,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1932,7 +1931,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1945,7 +1944,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1972,19 +1971,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2186,12 +2185,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2242,12 +2241,12 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $start:issues/2622/_a - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2335,7 +2334,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2344,7 +2343,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2357,7 +2355,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $issues/2622/_a/T1 $issues/2622/_b/T2 $invalid end return @@ -2402,7 +2400,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2411,18 +2409,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2440,7 +2438,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2449,18 +2447,18 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2478,7 +2476,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -2487,7 +2485,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/issues/2622.release.wat b/tests/compiler/issues/2622.release.wat index 2b438537a0..87a0afac0f 100644 --- a/tests/compiler/issues/2622.release.wat +++ b/tests/compiler/issues/2622.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func)) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -43,45 +43,45 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $issues/2622/b local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $issues/2622/_a/t1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $issues/2622/_a/t1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $issues/2622/_b/t2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $issues/2622/_b/t2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -91,7 +91,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -109,7 +109,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -117,137 +117,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34236 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$111 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34236 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$111 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1440 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1444 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1440 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1444 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -255,8 +275,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -268,10 +288,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -282,29 +302,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -312,10 +332,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -329,75 +349,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -419,7 +432,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -436,12 +449,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -458,17 +471,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -478,9 +491,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -505,13 +518,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -545,7 +558,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -601,19 +614,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -625,15 +638,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -641,16 +654,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -672,10 +686,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -688,18 +702,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -723,30 +736,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -754,10 +767,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -765,7 +778,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -773,7 +786,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -784,10 +797,10 @@ end i32.const 34240 i32.const 0 - i32.store $0 + i32.store i32.const 35808 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -799,7 +812,7 @@ i32.const 34240 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -817,7 +830,7 @@ i32.const 34240 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -834,7 +847,7 @@ end i32.const 34240 i32.const 35812 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -867,7 +880,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -880,19 +893,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -903,7 +916,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -915,7 +928,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -928,12 +941,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -942,7 +951,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -953,26 +962,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -988,7 +997,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1004,7 +1013,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1029,14 +1038,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1071,7 +1080,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1085,10 +1094,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1100,10 +1109,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1113,7 +1122,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1124,10 +1133,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1139,7 +1148,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1160,7 +1169,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1175,7 +1184,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1196,7 +1205,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1227,11 +1236,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1250,12 +1259,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1266,7 +1275,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1285,7 +1294,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1302,7 +1311,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1318,7 +1327,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1328,7 +1337,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1337,54 +1346,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1397,7 +1406,7 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1411,7 +1420,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $issues/2622/_a/T1 $issues/2622/_b/T2 $invalid end return @@ -1421,11 +1430,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1438,8 +1447,8 @@ (func $~start (local $0 i32) (local $1 i32) - block $__inlined_func$start:issues/2622 - memory.size $0 + block $__inlined_func$start:issues/2622$1 + memory.size i32.const 16 i32.shl i32.const 34236 @@ -1449,26 +1458,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer @@ -1483,21 +1492,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1517,21 +1526,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1540,7 +1549,7 @@ global.set $issues/2622/_b/t2 global.get $issues/2622/_b/t2 global.set $issues/2622/b - br $__inlined_func$start:issues/2622 + br $__inlined_func$start:issues/2622$1 end i32.const 34256 i32.const 34304 @@ -1551,6 +1560,7 @@ end ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) + (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1567,16 +1577,17 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1584,23 +1595,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/limits.debug.wat b/tests/compiler/limits.debug.wat index b819f6aa76..85ccb74c68 100644 --- a/tests/compiler/limits.debug.wat +++ b/tests/compiler/limits.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $~lib/builtins/i8.MIN_VALUE i32 (i32.const -128)) (global $~lib/builtins/i8.MAX_VALUE i32 (i32.const 127)) (global $~lib/builtins/i16.MIN_VALUE i32 (i32.const -32768)) diff --git a/tests/compiler/literals.debug.wat b/tests/compiler/literals.debug.wat index 6326e5284c..da883bddc8 100644 --- a/tests/compiler/literals.debug.wat +++ b/tests/compiler/literals.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) (global $~lib/memory/__heap_base i32 (i32.const 32776)) diff --git a/tests/compiler/localinit.debug.wat b/tests/compiler/localinit.debug.wat index 696a2303c3..c97e35fdd2 100644 --- a/tests/compiler/localinit.debug.wat +++ b/tests/compiler/localinit.debug.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) + (type $0 (func)) + (type $1 (func (param i32))) (memory $0 0) (table $0 1 1 funcref) (elem $0 (i32.const 1)) diff --git a/tests/compiler/logical.debug.wat b/tests/compiler/logical.debug.wat index fad4d4ffc2..c5d2e58444 100644 --- a/tests/compiler/logical.debug.wat +++ b/tests/compiler/logical.debug.wat @@ -1,14 +1,14 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i64 i32) (result i32))) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) + (type $9 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $logical/i (mut i32) (i32.const 0)) (global $logical/I (mut i64) (i64.const 0)) @@ -74,12 +74,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -93,7 +93,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -167,7 +167,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -237,11 +237,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -249,7 +249,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 272 @@ -381,7 +381,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -394,7 +394,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -410,34 +410,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -597,7 +597,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -620,7 +620,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -634,7 +634,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -657,7 +657,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -800,7 +800,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -886,7 +886,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -966,7 +966,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1000,7 +1000,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1023,7 +1023,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1037,7 +1037,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1089,7 +1089,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1127,7 +1127,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1202,7 +1201,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1236,7 +1235,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1257,7 +1256,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1277,7 +1276,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1297,7 +1296,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1323,7 +1322,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1346,7 +1345,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1831,7 +1830,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1876,7 +1875,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1909,7 +1908,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1932,7 +1931,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1958,7 +1957,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1971,7 +1970,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1998,19 +1997,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2212,12 +2211,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2268,7 +2267,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2337,7 +2336,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2346,7 +2345,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2361,7 +2359,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $logical/Obj $logical/B $logical/A $logical/C $invalid end return @@ -2410,7 +2408,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2419,18 +2417,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2448,7 +2446,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2457,18 +2455,18 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2486,7 +2484,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2495,18 +2493,18 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $logical/A#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2524,7 +2522,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2533,18 +2531,18 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $logical/A#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2566,7 +2564,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop f64.const 0 @@ -3041,7 +3039,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3063,7 +3061,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 1 call $logical/testContextualBoolAnd @@ -3083,7 +3081,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 0 call $logical/testContextualBoolOr @@ -3108,7 +3106,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $logical/commonOr global.get $logical/b @@ -3139,7 +3137,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $logical/commonAnd global.get $logical/c @@ -3180,7 +3178,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -3189,7 +3187,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/logical.release.wat b/tests/compiler/logical.release.wat index abc2afedfa..6e888c9cb0 100644 --- a/tests/compiler/logical.release.wat +++ b/tests/compiler/logical.release.wat @@ -1,11 +1,11 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $0 (func (param i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -43,21 +43,21 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $logical/c local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1296 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1104 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -67,7 +67,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -85,7 +85,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -93,137 +93,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1168 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1168 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34292 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$122 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34292 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1168 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$122 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1168 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1168 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1488 + i32.load + i32.gt_u + if + i32.const 1296 + i32.const 1360 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1492 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1488 - i32.load $0 - i32.gt_u - if - i32.const 1296 - i32.const 1360 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1492 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -231,8 +251,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -244,10 +264,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -258,29 +278,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -288,10 +308,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -305,75 +325,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -395,7 +408,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -412,12 +425,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -434,17 +447,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -454,9 +467,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -481,13 +494,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -521,7 +534,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -577,19 +590,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -601,15 +614,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -617,16 +630,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -648,10 +662,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -664,18 +678,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -699,30 +712,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -730,10 +743,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -741,7 +754,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -749,7 +762,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -760,10 +773,10 @@ end i32.const 34304 i32.const 0 - i32.store $0 + i32.store i32.const 35872 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -775,7 +788,7 @@ i32.const 34304 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -793,7 +806,7 @@ i32.const 34304 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -810,7 +823,7 @@ end i32.const 34304 i32.const 35876 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -843,7 +856,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -856,19 +869,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -879,7 +892,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -891,7 +904,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -904,12 +917,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -918,7 +927,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -929,26 +938,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -964,7 +973,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -980,7 +989,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1005,14 +1014,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1047,7 +1056,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1061,10 +1070,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1076,10 +1085,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1089,7 +1098,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1100,10 +1109,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1115,7 +1124,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1136,7 +1145,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1151,7 +1160,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1172,7 +1181,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1203,11 +1212,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1226,12 +1235,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1242,7 +1251,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1261,7 +1270,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1278,7 +1287,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1294,7 +1303,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1304,7 +1313,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1313,54 +1322,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1373,7 +1382,7 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1389,7 +1398,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $logical/Obj $logical/B $logical/A $logical/C $invalid end return @@ -1399,11 +1408,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1432,8 +1441,8 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - memory.size $0 + i32.store + memory.size i32.const 16 i32.shl i32.const 34292 @@ -1443,33 +1452,33 @@ global.set $~lib/rt/itcms/threshold i32.const 1220 i32.const 1216 - i32.store $0 + i32.store i32.const 1224 i32.const 1216 - i32.store $0 + i32.store i32.const 1216 global.set $~lib/rt/itcms/pinSpace i32.const 1252 i32.const 1248 - i32.store $0 + i32.store i32.const 1256 i32.const 1248 - i32.store $0 + i32.store i32.const 1248 global.set $~lib/rt/itcms/toSpace i32.const 1396 i32.const 1392 - i32.store $0 + i32.store i32.const 1400 i32.const 1392 - i32.store $0 + i32.store i32.const 1392 global.set $~lib/rt/itcms/fromSpace call $logical/Obj#constructor local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.eqz if @@ -1484,7 +1493,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.eqz if @@ -1506,21 +1515,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $logical/A#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1538,21 +1547,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 7 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $logical/A#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1562,7 +1571,7 @@ global.get $~lib/memory/__stack_pointer global.get $logical/b local.tee $0 - i32.store $0 + i32.store local.get $0 local.get $0 global.get $logical/c @@ -1580,7 +1589,7 @@ global.get $~lib/memory/__stack_pointer global.get $logical/b local.tee $0 - i32.store $0 + i32.store global.get $logical/c local.tee $1 local.get $0 @@ -1631,21 +1640,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1670,26 +1679,27 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1697,6 +1707,7 @@ local.get $0 ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) + (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1713,16 +1724,17 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1730,23 +1742,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/loop-flow.debug.wat b/tests/compiler/loop-flow.debug.wat index 0d73faf9eb..2fde4e0b10 100644 --- a/tests/compiler/loop-flow.debug.wat +++ b/tests/compiler/loop-flow.debug.wat @@ -1,8 +1,8 @@ (module - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (result i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func)) + (type $3 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__data_end i32 (i32.const 92)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32860)) diff --git a/tests/compiler/loop-flow.release.wat b/tests/compiler/loop-flow.release.wat index 09a45cd45b..f6a91f814e 100644 --- a/tests/compiler/loop-flow.release.wat +++ b/tests/compiler/loop-flow.release.wat @@ -1,8 +1,8 @@ (module - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (result i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32 i32 i32 i32))) + (type $3 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (memory $0 1) (data $0 (i32.const 1036) ",") @@ -26,11 +26,13 @@ i32.const 1 ) (func $loop-flow/whileAny (param $0 i32) (result i32) - loop $while-continue|0 + loop $while-continue|0 (result i32) local.get $0 i32.const 1 - i32.ne - if + i32.eq + if (result i32) + i32.const 1 + else local.get $0 i32.const 2 i32.eq @@ -47,14 +49,15 @@ unreachable end end - i32.const 1 ) (func $loop-flow/forAny (param $0 i32) (result i32) - loop $for-loop|0 + loop $for-loop|0 (result i32) local.get $0 i32.const 1 - i32.ne - if + i32.eq + if (result i32) + i32.const 1 + else local.get $0 i32.const 2 i32.eq @@ -69,7 +72,6 @@ br $for-loop|0 end end - i32.const 1 ) (func $loop-flow/doAny (param $0 i32) (result i32) loop $do-loop|0 (result i32) diff --git a/tests/compiler/loop-wrap.debug.wat b/tests/compiler/loop-wrap.debug.wat index 6c3a031d0a..43e1bbb674 100644 --- a/tests/compiler/loop-wrap.debug.wat +++ b/tests/compiler/loop-wrap.debug.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) + (type $0 (func)) + (type $1 (func (param i32))) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) (global $~lib/memory/__heap_base i32 (i32.const 32776)) diff --git a/tests/compiler/loop-wrap.release.wat b/tests/compiler/loop-wrap.release.wat index e85fe6c485..aeb624f5ba 100644 --- a/tests/compiler/loop-wrap.release.wat +++ b/tests/compiler/loop-wrap.release.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) + (type $0 (func)) + (type $1 (func (param i32))) (memory $0 0) (export "testAlwaysWrapped" (func $loop-wrap/testAlwaysWrapped)) (export "testFirstWrapped" (func $loop-wrap/testFirstWrapped)) diff --git a/tests/compiler/managed-cast.debug.wat b/tests/compiler/managed-cast.debug.wat index 4fb7b175d9..38367f2b11 100644 --- a/tests/compiler/managed-cast.debug.wat +++ b/tests/compiler/managed-cast.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -47,12 +47,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -66,7 +66,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -140,7 +140,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -210,11 +210,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -222,7 +222,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -354,7 +354,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -367,7 +367,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -383,34 +383,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -570,7 +570,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -593,7 +593,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -607,7 +607,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -630,7 +630,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -773,7 +773,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -859,7 +859,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -939,7 +939,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -973,7 +973,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -996,7 +996,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1010,7 +1010,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1062,7 +1062,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1100,7 +1100,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1175,7 +1174,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1209,7 +1208,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1230,7 +1229,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1250,7 +1249,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1270,7 +1269,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1296,7 +1295,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1319,7 +1318,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1804,7 +1803,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1849,7 +1848,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1882,7 +1881,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1905,7 +1904,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1931,7 +1930,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1944,7 +1943,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1971,19 +1970,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2185,12 +2184,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2241,15 +2240,13 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $managed-cast/Animal#tame (param $this i32) - nop ) (func $managed-cast/Cat#meow (param $this i32) - nop ) (func $~lib/rt/itcms/__collect i32.const 0 @@ -2303,7 +2300,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 4 @@ -2329,7 +2326,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2338,7 +2335,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2351,7 +2347,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $managed-cast/Cat $managed-cast/Animal $invalid end return @@ -2396,7 +2392,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2405,18 +2401,18 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2434,7 +2430,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2443,18 +2439,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $managed-cast/Animal#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2472,12 +2468,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $cat local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $managed-cast/Animal#tame global.get $~lib/memory/__stack_pointer @@ -2495,11 +2491,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer local.get $cat local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 if (result i32) local.get $1 @@ -2514,7 +2510,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $managed-cast/Animal#tame global.get $~lib/memory/__stack_pointer @@ -2532,18 +2528,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer local.get $cat local.tee $maybeAnimal - i32.store $0 + i32.store local.get $maybeAnimal if local.get $maybeAnimal local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $managed-cast/Animal#tame end @@ -2562,18 +2558,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer local.get $cat local.tee $maybeAnimal - i32.store $0 + i32.store local.get $maybeAnimal if local.get $maybeAnimal local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $managed-cast/Animal#tame end @@ -2592,11 +2588,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer local.get $animal local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~instanceof|managed-cast/Cat if (result i32) @@ -2612,7 +2608,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $managed-cast/Cat#meow global.get $~lib/memory/__stack_pointer @@ -2631,15 +2627,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $animal local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 if (result i32) local.get $1 @@ -2652,7 +2648,7 @@ unreachable end local.tee $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~instanceof|managed-cast/Cat if (result i32) @@ -2668,7 +2664,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $managed-cast/Cat#meow global.get $~lib/memory/__stack_pointer @@ -2687,15 +2683,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $animal local.tee $1 - i32.store $0 + i32.store local.get $1 call $~instanceof|managed-cast/Cat if (result i32) @@ -2709,14 +2705,14 @@ unreachable end local.tee $maybeCat - i32.store $0 offset=4 + i32.store offset=4 local.get $maybeCat if local.get $maybeCat local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $managed-cast/Cat#meow end @@ -2736,15 +2732,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $animal local.tee $1 - i32.store $0 + i32.store local.get $1 i32.eqz if (result i32) @@ -2764,14 +2760,14 @@ end end local.tee $maybeCat - i32.store $0 offset=4 + i32.store offset=4 local.get $maybeCat if local.get $maybeCat local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $managed-cast/Cat#meow end @@ -2789,8 +2785,8 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - memory.size $0 + i32.store + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2812,7 +2808,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $managed-cast/testUpcast i32.const 0 @@ -2820,7 +2816,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $managed-cast/testUpcastFromNullable i32.const 0 @@ -2828,7 +2824,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $managed-cast/testUpcastToNullable i32.const 0 @@ -2836,7 +2832,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $managed-cast/testUpcastFromToNullable i32.const 0 @@ -2844,7 +2840,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $managed-cast/testDowncast i32.const 0 @@ -2852,7 +2848,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $managed-cast/testDowncastFromNullable i32.const 0 @@ -2860,7 +2856,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $managed-cast/testDowncastToNullable i32.const 0 @@ -2868,7 +2864,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $managed-cast/testDowncastFromToNullable global.get $~lib/memory/__heap_base @@ -2888,7 +2884,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -2897,7 +2893,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/managed-cast.release.wat b/tests/compiler/managed-cast.release.wat index 5e26cf390f..4db7c019f8 100644 --- a/tests/compiler/managed-cast.release.wat +++ b/tests/compiler/managed-cast.release.wat @@ -1,11 +1,11 @@ (module - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (result i32))) + (type $4 (func (param i32) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -42,12 +42,12 @@ (local $0 i32) (local $1 i32) i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -57,7 +57,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -75,7 +75,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -83,137 +83,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34492 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$137 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34492 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$137 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1696 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1700 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1696 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1700 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -221,8 +241,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -234,10 +254,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -248,29 +268,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -278,10 +298,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -295,75 +315,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -385,7 +398,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -402,12 +415,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -424,17 +437,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -444,9 +457,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -471,13 +484,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -511,7 +524,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -567,19 +580,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -591,15 +604,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -607,16 +620,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -638,10 +652,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -654,18 +668,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -689,30 +702,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -720,10 +733,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -731,7 +744,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -739,7 +752,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -750,10 +763,10 @@ end i32.const 34496 i32.const 0 - i32.store $0 + i32.store i32.const 36064 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -765,7 +778,7 @@ i32.const 34496 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -783,7 +796,7 @@ i32.const 34496 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -800,7 +813,7 @@ end i32.const 34496 i32.const 36068 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -833,7 +846,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -846,19 +859,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -869,7 +882,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -881,7 +894,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -894,12 +907,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -908,7 +917,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -919,26 +928,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -954,7 +963,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -970,7 +979,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -995,14 +1004,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1037,7 +1046,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1051,10 +1060,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1066,10 +1075,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1079,7 +1088,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1090,10 +1099,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1105,7 +1114,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1126,7 +1135,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1141,7 +1150,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1162,7 +1171,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1193,11 +1202,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1216,12 +1225,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1232,7 +1241,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1251,7 +1260,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1268,7 +1277,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1284,7 +1293,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1294,7 +1303,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1303,54 +1312,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1363,7 +1372,7 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1377,7 +1386,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $managed-cast/Cat $managed-cast/Animal $invalid end return @@ -1387,11 +1396,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1415,8 +1424,8 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - memory.size $0 + i32.store + memory.size i32.const 16 i32.shl i32.const 34492 @@ -1426,33 +1435,33 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace call $managed-cast/Cat#constructor local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1464,10 +1473,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add @@ -1476,7 +1485,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1488,10 +1497,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz if @@ -1505,7 +1514,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.add @@ -1514,21 +1523,21 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $managed-cast/testUpcastToNullable call $managed-cast/Cat#constructor local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $managed-cast/testUpcastToNullable call $managed-cast/Cat#constructor local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1540,19 +1549,19 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 - block $__inlined_func$~instanceof|managed-cast/Cat (result i32) + i64.store + block $__inlined_func$~instanceof|managed-cast/Cat$85 (result i32) local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 4 i32.ne - br_if $__inlined_func$~instanceof|managed-cast/Cat + br_if $__inlined_func$~instanceof|managed-cast/Cat$85 drop i32.const 1 end @@ -1568,7 +1577,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.add @@ -1577,7 +1586,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -1589,14 +1598,14 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 - block $__inlined_func$~instanceof|managed-cast/Cat5 (result i32) + i32.store offset=8 + block $__inlined_func$~instanceof|managed-cast/Cat$88 (result i32) local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 if (result i32) @@ -1609,15 +1618,15 @@ call $~lib/builtins/abort unreachable end - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 4 i32.ne - br_if $__inlined_func$~instanceof|managed-cast/Cat5 + br_if $__inlined_func$~instanceof|managed-cast/Cat$88 drop i32.const 1 end @@ -1633,7 +1642,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 12 i32.add @@ -1642,7 +1651,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -1654,29 +1663,27 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 - local.get $1 - block $__inlined_func$~instanceof|managed-cast/Cat6 (result i32) + i32.store offset=8 + block $__inlined_func$~instanceof|managed-cast/Cat$91 (result i32) local.get $1 local.get $0 - i32.store $0 + i32.store i32.const 0 local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 4 i32.ne - br_if $__inlined_func$~instanceof|managed-cast/Cat6 + br_if $__inlined_func$~instanceof|managed-cast/Cat$91 drop i32.const 1 end - if (result i32) - local.get $0 - else + i32.eqz + if i32.const 1648 i32.const 1584 i32.const 41 @@ -1684,12 +1691,14 @@ call $~lib/builtins/abort unreachable end - i32.store $0 offset=4 + local.get $1 + local.get $0 + i32.store offset=4 local.get $0 if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -1699,7 +1708,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -1711,19 +1720,19 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 if local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 4 i32.ne if @@ -1740,12 +1749,12 @@ end local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -1803,6 +1812,7 @@ (local $0 i32) (local $1 i32) (local $2 i32) + (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1815,16 +1825,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8 i32.sub @@ -1834,21 +1844,22 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.sub @@ -1858,16 +1869,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1875,14 +1887,14 @@ global.set $~lib/memory/__stack_pointer local.get $2 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1917,38 +1929,19 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 if - global.get $~lib/memory/__stack_pointer + local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/many-locals.debug.wat b/tests/compiler/many-locals.debug.wat index 8cdf508b1d..d3fd8e7178 100644 --- a/tests/compiler/many-locals.debug.wat +++ b/tests/compiler/many-locals.debug.wat @@ -1,7 +1,7 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__data_end i32 (i32.const 60)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) diff --git a/tests/compiler/many-locals.release.wat b/tests/compiler/many-locals.release.wat index a42d0b3f17..d6e24e0568 100644 --- a/tests/compiler/many-locals.release.wat +++ b/tests/compiler/many-locals.release.wat @@ -1,5 +1,5 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func (param i32) (result i32))) (memory $0 1) (data $0 (i32.const 1036) ",") (data $0.1 (i32.const 1048) "\02\00\00\00\1c\00\00\00m\00a\00n\00y\00-\00l\00o\00c\00a\00l\00s\00.\00t\00s") diff --git a/tests/compiler/memcpy.debug.wat b/tests/compiler/memcpy.debug.wat index 69531ff88a..0435fe9b90 100644 --- a/tests/compiler/memcpy.debug.wat +++ b/tests/compiler/memcpy.debug.wat @@ -1,7 +1,7 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32) (result i32))) + (type $2 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $memcpy/base i32 (i32.const 8)) (global $memcpy/dest (mut i32) (i32.const 0)) @@ -122,8 +122,8 @@ i32.add local.set $src local.get $7 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $n i32.const 1 i32.sub @@ -144,32 +144,32 @@ if local.get $dest local.get $src - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $dest i32.const 4 i32.add local.get $src i32.const 4 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $dest i32.const 8 i32.add local.get $src i32.const 8 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $dest i32.const 12 i32.add local.get $src i32.const 12 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $src i32.const 16 i32.add @@ -191,16 +191,16 @@ if local.get $dest local.get $src - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $dest i32.const 4 i32.add local.get $src i32.const 4 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $dest i32.const 8 i32.add @@ -216,8 +216,8 @@ if local.get $dest local.get $src - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $dest i32.const 4 i32.add @@ -233,8 +233,8 @@ if local.get $dest local.get $src - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $dest i32.const 2 i32.add @@ -260,8 +260,8 @@ i32.add local.set $src local.get $9 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 end local.get $ret return @@ -293,7 +293,7 @@ br $break|2 end local.get $src - i32.load $0 + i32.load local.set $w local.get $dest local.tee $11 @@ -307,8 +307,8 @@ i32.add local.set $src local.get $12 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $13 i32.const 1 @@ -321,8 +321,8 @@ i32.add local.set $src local.get $14 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $15 i32.const 1 @@ -335,8 +335,8 @@ i32.add local.set $src local.get $16 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $n i32.const 3 i32.sub @@ -349,7 +349,7 @@ local.get $src i32.const 1 i32.add - i32.load $0 + i32.load local.set $x local.get $dest local.get $w @@ -359,11 +359,11 @@ i32.const 8 i32.shl i32.or - i32.store $0 + i32.store local.get $src i32.const 5 i32.add - i32.load $0 + i32.load local.set $w local.get $dest i32.const 4 @@ -375,11 +375,11 @@ i32.const 8 i32.shl i32.or - i32.store $0 + i32.store local.get $src i32.const 9 i32.add - i32.load $0 + i32.load local.set $x local.get $dest i32.const 8 @@ -391,11 +391,11 @@ i32.const 8 i32.shl i32.or - i32.store $0 + i32.store local.get $src i32.const 13 i32.add - i32.load $0 + i32.load local.set $w local.get $dest i32.const 12 @@ -407,7 +407,7 @@ i32.const 8 i32.shl i32.or - i32.store $0 + i32.store local.get $src i32.const 16 i32.add @@ -426,7 +426,7 @@ br $break|2 end local.get $src - i32.load $0 + i32.load local.set $w local.get $dest local.tee $17 @@ -440,8 +440,8 @@ i32.add local.set $src local.get $18 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $19 i32.const 1 @@ -454,8 +454,8 @@ i32.add local.set $src local.get $20 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $n i32.const 2 i32.sub @@ -468,7 +468,7 @@ local.get $src i32.const 2 i32.add - i32.load $0 + i32.load local.set $x local.get $dest local.get $w @@ -478,11 +478,11 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $src i32.const 6 i32.add - i32.load $0 + i32.load local.set $w local.get $dest i32.const 4 @@ -494,11 +494,11 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $src i32.const 10 i32.add - i32.load $0 + i32.load local.set $x local.get $dest i32.const 8 @@ -510,11 +510,11 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $src i32.const 14 i32.add - i32.load $0 + i32.load local.set $w local.get $dest i32.const 12 @@ -526,7 +526,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $src i32.const 16 i32.add @@ -545,7 +545,7 @@ br $break|2 end local.get $src - i32.load $0 + i32.load local.set $w local.get $dest local.tee $21 @@ -559,8 +559,8 @@ i32.add local.set $src local.get $22 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $n i32.const 1 i32.sub @@ -573,7 +573,7 @@ local.get $src i32.const 3 i32.add - i32.load $0 + i32.load local.set $x local.get $dest local.get $w @@ -583,11 +583,11 @@ i32.const 24 i32.shl i32.or - i32.store $0 + i32.store local.get $src i32.const 7 i32.add - i32.load $0 + i32.load local.set $w local.get $dest i32.const 4 @@ -599,11 +599,11 @@ i32.const 24 i32.shl i32.or - i32.store $0 + i32.store local.get $src i32.const 11 i32.add - i32.load $0 + i32.load local.set $x local.get $dest i32.const 8 @@ -615,11 +615,11 @@ i32.const 24 i32.shl i32.or - i32.store $0 + i32.store local.get $src i32.const 15 i32.add - i32.load $0 + i32.load local.set $w local.get $dest i32.const 12 @@ -631,7 +631,7 @@ i32.const 24 i32.shl i32.or - i32.store $0 + i32.store local.get $src i32.const 16 i32.add @@ -666,8 +666,8 @@ i32.add local.set $src local.get $24 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $25 i32.const 1 @@ -680,8 +680,8 @@ i32.add local.set $src local.get $26 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $27 i32.const 1 @@ -694,8 +694,8 @@ i32.add local.set $src local.get $28 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $29 i32.const 1 @@ -708,8 +708,8 @@ i32.add local.set $src local.get $30 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $31 i32.const 1 @@ -722,8 +722,8 @@ i32.add local.set $src local.get $32 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $33 i32.const 1 @@ -736,8 +736,8 @@ i32.add local.set $src local.get $34 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $35 i32.const 1 @@ -750,8 +750,8 @@ i32.add local.set $src local.get $36 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $37 i32.const 1 @@ -764,8 +764,8 @@ i32.add local.set $src local.get $38 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $39 i32.const 1 @@ -778,8 +778,8 @@ i32.add local.set $src local.get $40 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $41 i32.const 1 @@ -792,8 +792,8 @@ i32.add local.set $src local.get $42 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $43 i32.const 1 @@ -806,8 +806,8 @@ i32.add local.set $src local.get $44 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $45 i32.const 1 @@ -820,8 +820,8 @@ i32.add local.set $src local.get $46 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $47 i32.const 1 @@ -834,8 +834,8 @@ i32.add local.set $src local.get $48 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $49 i32.const 1 @@ -848,8 +848,8 @@ i32.add local.set $src local.get $50 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $51 i32.const 1 @@ -862,8 +862,8 @@ i32.add local.set $src local.get $52 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $53 i32.const 1 @@ -876,8 +876,8 @@ i32.add local.set $src local.get $54 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 end local.get $n i32.const 8 @@ -895,8 +895,8 @@ i32.add local.set $src local.get $56 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $57 i32.const 1 @@ -909,8 +909,8 @@ i32.add local.set $src local.get $58 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $59 i32.const 1 @@ -923,8 +923,8 @@ i32.add local.set $src local.get $60 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $61 i32.const 1 @@ -937,8 +937,8 @@ i32.add local.set $src local.get $62 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $63 i32.const 1 @@ -951,8 +951,8 @@ i32.add local.set $src local.get $64 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $65 i32.const 1 @@ -965,8 +965,8 @@ i32.add local.set $src local.get $66 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $67 i32.const 1 @@ -979,8 +979,8 @@ i32.add local.set $src local.get $68 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $69 i32.const 1 @@ -993,8 +993,8 @@ i32.add local.set $src local.get $70 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 end local.get $n i32.const 4 @@ -1012,8 +1012,8 @@ i32.add local.set $src local.get $72 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $73 i32.const 1 @@ -1026,8 +1026,8 @@ i32.add local.set $src local.get $74 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $75 i32.const 1 @@ -1040,8 +1040,8 @@ i32.add local.set $src local.get $76 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $77 i32.const 1 @@ -1054,8 +1054,8 @@ i32.add local.set $src local.get $78 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 end local.get $n i32.const 2 @@ -1073,8 +1073,8 @@ i32.add local.set $src local.get $80 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $dest local.tee $81 i32.const 1 @@ -1087,8 +1087,8 @@ i32.add local.set $src local.get $82 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 end local.get $n i32.const 1 @@ -1106,8 +1106,8 @@ i32.add local.set $src local.get $84 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 end local.get $ret return @@ -1115,22 +1115,22 @@ (func $start:memcpy global.get $memcpy/base i64.const 1229782938247303441 - i64.store $0 + i64.store global.get $memcpy/base i32.const 8 i32.add i64.const 2459565876494606882 - i64.store $0 + i64.store global.get $memcpy/base i32.const 16 i32.add i64.const 3689348814741910323 - i64.store $0 + i64.store global.get $memcpy/base i32.const 24 i32.add i64.const 4919131752989213764 - i64.store $0 + i64.store global.get $memcpy/base i32.const 1 i32.add @@ -1155,7 +1155,7 @@ unreachable end global.get $memcpy/base - i64.load $0 + i64.load i64.const 1229783084848853777 i64.eq i32.eqz @@ -1185,7 +1185,7 @@ unreachable end global.get $memcpy/base - i64.load $0 + i64.load i64.const 1229783084848853777 i64.eq i32.eqz @@ -1200,7 +1200,7 @@ global.get $memcpy/base i32.const 8 i32.add - i64.load $0 + i64.load i64.const 2459565876494606882 i64.eq i32.eqz @@ -1215,7 +1215,7 @@ global.get $memcpy/base i32.const 16 i32.add - i64.load $0 + i64.load i64.const 3689348814741910323 i64.eq i32.eqz @@ -1230,7 +1230,7 @@ global.get $memcpy/base i32.const 24 i32.add - i64.load $0 + i64.load i64.const 4919131752989213764 i64.eq i32.eqz @@ -1252,7 +1252,7 @@ call $memcpy/memcpy global.set $memcpy/dest global.get $memcpy/base - i64.load $0 + i64.load i64.const 4919131679688438545 i64.eq i32.eqz @@ -1274,7 +1274,7 @@ call $memcpy/memcpy global.set $memcpy/dest global.get $memcpy/base - i64.load $0 + i64.load i64.const 4919131679688438545 i64.eq i32.eqz @@ -1289,7 +1289,7 @@ global.get $memcpy/base i32.const 8 i32.add - i64.load $0 + i64.load i64.const 3689348814741910323 i64.eq i32.eqz @@ -1304,7 +1304,7 @@ global.get $memcpy/base i32.const 16 i32.add - i64.load $0 + i64.load i64.const 3694152654344438852 i64.eq i32.eqz @@ -1319,7 +1319,7 @@ global.get $memcpy/base i32.const 24 i32.add - i64.load $0 + i64.load i64.const 4919131752989213764 i64.eq i32.eqz diff --git a/tests/compiler/memcpy.release.wat b/tests/compiler/memcpy.release.wat index bfb62f6e1f..b82c318426 100644 --- a/tests/compiler/memcpy.release.wat +++ b/tests/compiler/memcpy.release.wat @@ -1,7 +1,7 @@ (module - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32 i32 i32) (result i32))) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $memcpy/dest (mut i32) (i32.const 0)) (memory $0 1) @@ -37,8 +37,8 @@ local.set $1 local.get $3 local.get $4 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $2 i32.const 1 i32.sub @@ -58,20 +58,20 @@ if local.get $0 local.get $1 - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $0 local.get $1 - i32.load $0 offset=4 - i32.store $0 offset=4 + i32.load offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.load $0 offset=8 - i32.store $0 offset=8 + i32.load offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.load $0 offset=12 - i32.store $0 offset=12 + i32.load offset=12 + i32.store offset=12 local.get $1 i32.const 16 i32.add @@ -93,12 +93,12 @@ if local.get $0 local.get $1 - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $0 local.get $1 - i32.load $0 offset=4 - i32.store $0 offset=4 + i32.load offset=4 + i32.store offset=4 local.get $1 i32.const 8 i32.add @@ -114,8 +114,8 @@ if local.get $0 local.get $1 - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $1 i32.const 4 i32.add @@ -131,8 +131,8 @@ if local.get $0 local.get $1 - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $1 i32.const 2 i32.add @@ -148,8 +148,8 @@ if local.get $0 local.get $1 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 end local.get $5 return @@ -170,16 +170,16 @@ br_table $case0|2 $case1|2 $case2|2 $break|2 end local.get $1 - i32.load $0 + i32.load local.set $6 local.get $0 local.get $1 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $0 local.get $1 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.load8_u offset=1 + i32.store8 offset=1 local.get $0 i32.const 2 i32.add @@ -196,8 +196,8 @@ local.set $1 local.get $3 local.get $4 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $2 i32.const 3 i32.sub @@ -209,7 +209,7 @@ if local.get $0 local.get $1 - i32.load $0 offset=1 + i32.load offset=1 local.tee $3 i32.const 8 i32.shl @@ -217,10 +217,10 @@ i32.const 24 i32.shr_u i32.or - i32.store $0 + i32.store local.get $0 local.get $1 - i32.load $0 offset=5 + i32.load offset=5 local.tee $4 i32.const 8 i32.shl @@ -228,10 +228,10 @@ i32.const 24 i32.shr_u i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.load $0 offset=9 + i32.load offset=9 local.tee $3 i32.const 8 i32.shl @@ -239,10 +239,10 @@ i32.const 24 i32.shr_u i32.or - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.load $0 offset=13 + i32.load offset=13 local.tee $6 i32.const 8 i32.shl @@ -250,7 +250,7 @@ i32.const 24 i32.shr_u i32.or - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 16 i32.add @@ -269,12 +269,12 @@ br $break|2 end local.get $1 - i32.load $0 + i32.load local.set $6 local.get $0 local.get $1 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $0 local.tee $3 i32.const 2 @@ -287,8 +287,8 @@ local.set $1 local.get $3 local.get $4 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.load8_u offset=1 + i32.store8 offset=1 local.get $2 i32.const 2 i32.sub @@ -300,7 +300,7 @@ if local.get $0 local.get $1 - i32.load $0 offset=2 + i32.load offset=2 local.tee $3 i32.const 16 i32.shl @@ -308,10 +308,10 @@ i32.const 16 i32.shr_u i32.or - i32.store $0 + i32.store local.get $0 local.get $1 - i32.load $0 offset=6 + i32.load offset=6 local.tee $4 i32.const 16 i32.shl @@ -319,10 +319,10 @@ i32.const 16 i32.shr_u i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.load $0 offset=10 + i32.load offset=10 local.tee $3 i32.const 16 i32.shl @@ -330,10 +330,10 @@ i32.const 16 i32.shr_u i32.or - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.load $0 offset=14 + i32.load offset=14 local.tee $6 i32.const 16 i32.shl @@ -341,7 +341,7 @@ i32.const 16 i32.shr_u i32.or - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 16 i32.add @@ -360,7 +360,7 @@ br $break|2 end local.get $1 - i32.load $0 + i32.load local.set $6 local.get $0 local.tee $3 @@ -374,8 +374,8 @@ local.set $1 local.get $3 local.get $4 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $2 i32.const 1 i32.sub @@ -387,7 +387,7 @@ if local.get $0 local.get $1 - i32.load $0 offset=3 + i32.load offset=3 local.tee $3 i32.const 24 i32.shl @@ -395,10 +395,10 @@ i32.const 8 i32.shr_u i32.or - i32.store $0 + i32.store local.get $0 local.get $1 - i32.load $0 offset=7 + i32.load offset=7 local.tee $4 i32.const 24 i32.shl @@ -406,10 +406,10 @@ i32.const 8 i32.shr_u i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.load $0 offset=11 + i32.load offset=11 local.tee $3 i32.const 24 i32.shl @@ -417,10 +417,10 @@ i32.const 8 i32.shr_u i32.or - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.load $0 offset=15 + i32.load offset=15 local.tee $6 i32.const 24 i32.shl @@ -428,7 +428,7 @@ i32.const 8 i32.shr_u i32.or - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 16 i32.add @@ -452,12 +452,12 @@ if local.get $0 local.get $1 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $0 local.get $1 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.load8_u offset=1 + i32.store8 offset=1 local.get $0 i32.const 2 i32.add @@ -466,12 +466,12 @@ i32.const 2 i32.add local.tee $1 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $0 local.get $1 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.load8_u offset=1 + i32.store8 offset=1 local.get $0 i32.const 2 i32.add @@ -480,12 +480,12 @@ i32.const 2 i32.add local.tee $1 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $0 local.get $1 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.load8_u offset=1 + i32.store8 offset=1 local.get $0 i32.const 2 i32.add @@ -494,12 +494,12 @@ i32.const 2 i32.add local.tee $1 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $0 local.get $1 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.load8_u offset=1 + i32.store8 offset=1 local.get $0 i32.const 2 i32.add @@ -508,12 +508,12 @@ i32.const 2 i32.add local.tee $1 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $0 local.get $1 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.load8_u offset=1 + i32.store8 offset=1 local.get $0 i32.const 2 i32.add @@ -522,12 +522,12 @@ i32.const 2 i32.add local.tee $1 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $0 local.get $1 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.load8_u offset=1 + i32.store8 offset=1 local.get $0 i32.const 2 i32.add @@ -536,12 +536,12 @@ i32.const 2 i32.add local.tee $1 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $0 local.get $1 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.load8_u offset=1 + i32.store8 offset=1 local.get $0 i32.const 2 i32.add @@ -550,16 +550,16 @@ i32.const 2 i32.add local.tee $3 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $3 i32.const 2 i32.add local.set $1 local.get $0 local.get $3 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.load8_u offset=1 + i32.store8 offset=1 local.get $0 i32.const 2 i32.add @@ -571,12 +571,12 @@ if local.get $0 local.get $1 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $0 local.get $1 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.load8_u offset=1 + i32.store8 offset=1 local.get $0 i32.const 2 i32.add @@ -585,12 +585,12 @@ i32.const 2 i32.add local.tee $1 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $0 local.get $1 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.load8_u offset=1 + i32.store8 offset=1 local.get $0 i32.const 2 i32.add @@ -599,12 +599,12 @@ i32.const 2 i32.add local.tee $1 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $0 local.get $1 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.load8_u offset=1 + i32.store8 offset=1 local.get $0 i32.const 2 i32.add @@ -613,16 +613,16 @@ i32.const 2 i32.add local.tee $3 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $3 i32.const 2 i32.add local.set $1 local.get $0 local.get $3 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.load8_u offset=1 + i32.store8 offset=1 local.get $0 i32.const 2 i32.add @@ -634,12 +634,12 @@ if local.get $0 local.get $1 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $0 local.get $1 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.load8_u offset=1 + i32.store8 offset=1 local.get $0 i32.const 2 i32.add @@ -648,16 +648,16 @@ i32.const 2 i32.add local.tee $3 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $3 i32.const 2 i32.add local.set $1 local.get $0 local.get $3 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.load8_u offset=1 + i32.store8 offset=1 local.get $0 i32.const 2 i32.add @@ -669,8 +669,8 @@ if local.get $0 local.get $1 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $0 local.tee $3 i32.const 2 @@ -683,8 +683,8 @@ local.set $1 local.get $3 local.get $4 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.load8_u offset=1 + i32.store8 offset=1 end local.get $2 i32.const 1 @@ -692,24 +692,24 @@ if local.get $0 local.get $1 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 end local.get $5 ) (func $~start i32.const 8 i64.const 1229782938247303441 - i64.store $0 + i64.store i32.const 16 i64.const 2459565876494606882 - i64.store $0 + i64.store i32.const 24 i64.const 3689348814741910323 - i64.store $0 + i64.store i32.const 32 i64.const 4919131752989213764 - i64.store $0 + i64.store i32.const 9 i32.const 24 i32.const 4 @@ -727,7 +727,7 @@ unreachable end i32.const 8 - i64.load $0 + i64.load i64.const 1229783084848853777 i64.ne if @@ -755,7 +755,7 @@ unreachable end i32.const 8 - i64.load $0 + i64.load i64.const 1229783084848853777 i64.ne if @@ -767,7 +767,7 @@ unreachable end i32.const 16 - i64.load $0 + i64.load i64.const 2459565876494606882 i64.ne if @@ -779,7 +779,7 @@ unreachable end i32.const 24 - i64.load $0 + i64.load i64.const 3689348814741910323 i64.ne if @@ -791,7 +791,7 @@ unreachable end i32.const 32 - i64.load $0 + i64.load i64.const 4919131752989213764 i64.ne if @@ -808,7 +808,7 @@ call $memcpy/memcpy global.set $memcpy/dest i32.const 8 - i64.load $0 + i64.load i64.const 4919131679688438545 i64.ne if @@ -825,7 +825,7 @@ call $memcpy/memcpy global.set $memcpy/dest i32.const 8 - i64.load $0 + i64.load i64.const 4919131679688438545 i64.ne if @@ -837,7 +837,7 @@ unreachable end i32.const 16 - i64.load $0 + i64.load i64.const 3689348814741910323 i64.ne if @@ -849,7 +849,7 @@ unreachable end i32.const 24 - i64.load $0 + i64.load i64.const 3694152654344438852 i64.ne if @@ -861,7 +861,7 @@ unreachable end i32.const 32 - i64.load $0 + i64.load i64.const 4919131752989213764 i64.ne if diff --git a/tests/compiler/memmove.debug.wat b/tests/compiler/memmove.debug.wat index 47754605a7..e325c90617 100644 --- a/tests/compiler/memmove.debug.wat +++ b/tests/compiler/memmove.debug.wat @@ -1,7 +1,7 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32) (result i32))) + (type $2 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $memmove/base i32 (i32.const 8)) (global $memmove/dest (mut i32) (i32.const 0)) @@ -68,8 +68,8 @@ i32.add local.set $src local.get $5 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 br $while-continue|0 end end @@ -80,8 +80,8 @@ if local.get $dest local.get $src - i64.load $0 - i64.store $0 + i64.load + i64.store local.get $n i32.const 8 i32.sub @@ -113,8 +113,8 @@ i32.add local.set $src local.get $7 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $n i32.const 1 i32.sub @@ -153,8 +153,8 @@ local.get $src local.get $n i32.add - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 br $while-continue|3 end end @@ -173,8 +173,8 @@ local.get $src local.get $n i32.add - i64.load $0 - i64.store $0 + i64.load + i64.store br $while-continue|4 end end @@ -191,8 +191,8 @@ local.get $src local.get $n i32.add - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 br $while-continue|5 end end @@ -203,22 +203,22 @@ (func $start:memmove global.get $memmove/base i64.const 1229782938247303441 - i64.store $0 + i64.store global.get $memmove/base i32.const 8 i32.add i64.const 2459565876494606882 - i64.store $0 + i64.store global.get $memmove/base i32.const 16 i32.add i64.const 3689348814741910323 - i64.store $0 + i64.store global.get $memmove/base i32.const 24 i32.add i64.const 4919131752989213764 - i64.store $0 + i64.store global.get $memmove/base i32.const 1 i32.add @@ -243,7 +243,7 @@ unreachable end global.get $memmove/base - i64.load $0 + i64.load i64.const 1229783084848853777 i64.eq i32.eqz @@ -273,7 +273,7 @@ unreachable end global.get $memmove/base - i64.load $0 + i64.load i64.const 1229783084848853777 i64.eq i32.eqz @@ -288,7 +288,7 @@ global.get $memmove/base i32.const 8 i32.add - i64.load $0 + i64.load i64.const 2459565876494606882 i64.eq i32.eqz @@ -303,7 +303,7 @@ global.get $memmove/base i32.const 16 i32.add - i64.load $0 + i64.load i64.const 3689348814741910323 i64.eq i32.eqz @@ -318,7 +318,7 @@ global.get $memmove/base i32.const 24 i32.add - i64.load $0 + i64.load i64.const 4919131752989213764 i64.eq i32.eqz @@ -340,7 +340,7 @@ call $memmove/memmove global.set $memmove/dest global.get $memmove/base - i64.load $0 + i64.load i64.const 4919131679688438545 i64.eq i32.eqz @@ -362,7 +362,7 @@ call $memmove/memmove global.set $memmove/dest global.get $memmove/base - i64.load $0 + i64.load i64.const 4919131679688438545 i64.eq i32.eqz @@ -377,7 +377,7 @@ global.get $memmove/base i32.const 8 i32.add - i64.load $0 + i64.load i64.const 3689348814741910323 i64.eq i32.eqz @@ -392,7 +392,7 @@ global.get $memmove/base i32.const 16 i32.add - i64.load $0 + i64.load i64.const 3694152654344438852 i64.eq i32.eqz @@ -407,7 +407,7 @@ global.get $memmove/base i32.const 24 i32.add - i64.load $0 + i64.load i64.const 4919131752989213764 i64.eq i32.eqz diff --git a/tests/compiler/memmove.release.wat b/tests/compiler/memmove.release.wat index 3f6faef73d..9c569cc378 100644 --- a/tests/compiler/memmove.release.wat +++ b/tests/compiler/memmove.release.wat @@ -1,7 +1,7 @@ (module - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32 i32 i32) (result i32))) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $memmove/dest (mut i32) (i32.const 0)) (memory $0 1) @@ -14,15 +14,15 @@ (local $4 i32) (local $5 i32) local.get $0 - local.set $5 - local.get $0 local.get $1 i32.eq if - local.get $5 + local.get $0 return end local.get $0 + local.set $5 + local.get $0 local.get $1 i32.lt_u if @@ -61,8 +61,8 @@ local.set $1 local.get $3 local.get $4 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 br $while-continue|0 end end @@ -73,8 +73,8 @@ if local.get $0 local.get $1 - i64.load $0 - i64.store $0 + i64.load + i64.store local.get $2 i32.const 8 i32.sub @@ -106,8 +106,8 @@ local.set $1 local.get $3 local.get $4 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $2 i32.const 1 i32.sub @@ -146,8 +146,8 @@ local.get $1 local.get $2 i32.add - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 br $while-continue|3 end end @@ -165,8 +165,8 @@ local.get $1 local.get $2 i32.add - i64.load $0 - i64.store $0 + i64.load + i64.store br $while-continue|4 end end @@ -183,8 +183,8 @@ local.get $1 local.get $2 i32.add - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 br $while-continue|5 end end @@ -194,16 +194,16 @@ (func $~start i32.const 8 i64.const 1229782938247303441 - i64.store $0 + i64.store i32.const 16 i64.const 2459565876494606882 - i64.store $0 + i64.store i32.const 24 i64.const 3689348814741910323 - i64.store $0 + i64.store i32.const 32 i64.const 4919131752989213764 - i64.store $0 + i64.store i32.const 9 i32.const 24 i32.const 4 @@ -221,7 +221,7 @@ unreachable end i32.const 8 - i64.load $0 + i64.load i64.const 1229783084848853777 i64.ne if @@ -249,7 +249,7 @@ unreachable end i32.const 8 - i64.load $0 + i64.load i64.const 1229783084848853777 i64.ne if @@ -261,7 +261,7 @@ unreachable end i32.const 16 - i64.load $0 + i64.load i64.const 2459565876494606882 i64.ne if @@ -273,7 +273,7 @@ unreachable end i32.const 24 - i64.load $0 + i64.load i64.const 3689348814741910323 i64.ne if @@ -285,7 +285,7 @@ unreachable end i32.const 32 - i64.load $0 + i64.load i64.const 4919131752989213764 i64.ne if @@ -302,7 +302,7 @@ call $memmove/memmove global.set $memmove/dest i32.const 8 - i64.load $0 + i64.load i64.const 4919131679688438545 i64.ne if @@ -319,7 +319,7 @@ call $memmove/memmove global.set $memmove/dest i32.const 8 - i64.load $0 + i64.load i64.const 4919131679688438545 i64.ne if @@ -331,7 +331,7 @@ unreachable end i32.const 16 - i64.load $0 + i64.load i64.const 3689348814741910323 i64.ne if @@ -343,7 +343,7 @@ unreachable end i32.const 24 - i64.load $0 + i64.load i64.const 3694152654344438852 i64.ne if @@ -355,7 +355,7 @@ unreachable end i32.const 32 - i64.load $0 + i64.load i64.const 4919131752989213764 i64.ne if diff --git a/tests/compiler/memory.debug.wat b/tests/compiler/memory.debug.wat index b79ff51932..f9d1689708 100644 --- a/tests/compiler/memory.debug.wat +++ b/tests/compiler/memory.debug.wat @@ -1,7 +1,7 @@ (module - (type $none_=>_i32 (func (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (result i32))) + (type $1 (func)) + (type $2 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $memory/ptr (mut i32) (i32.const 80)) (global $~lib/memory/__data_end i32 (i32.const 212)) @@ -40,13 +40,13 @@ (func $memory/test (result i32) (local $value i32) i32.const 16 - i32.load $0 + i32.load local.set $value i32.const 16 local.get $value i32.const 1 i32.add - i32.store $0 + i32.store local.get $value return ) @@ -300,7 +300,7 @@ i32.const 161 global.set $memory/ptr global.get $memory/ptr - i32.load8_u $0 + i32.load8_u i32.const 1 i32.eq i32.eqz @@ -313,7 +313,7 @@ unreachable end global.get $memory/ptr - i32.load8_u $0 offset=1 + i32.load8_u offset=1 i32.const 2 i32.eq i32.eqz @@ -326,7 +326,7 @@ unreachable end global.get $memory/ptr - i32.load8_u $0 offset=2 + i32.load8_u offset=2 i32.const 3 i32.eq i32.eqz @@ -341,7 +341,7 @@ i32.const 164 global.set $memory/ptr global.get $memory/ptr - f32.load $0 + f32.load f32.const 1.5 f32.eq i32.eqz @@ -354,7 +354,7 @@ unreachable end global.get $memory/ptr - f32.load $0 offset=4 + f32.load offset=4 f32.const 2.5 f32.eq i32.eqz @@ -367,7 +367,7 @@ unreachable end global.get $memory/ptr - f32.load $0 offset=8 + f32.load offset=8 f32.const 3.5 f32.eq i32.eqz diff --git a/tests/compiler/memory.release.wat b/tests/compiler/memory.release.wat index cc7dd36346..34b1695e66 100644 --- a/tests/compiler/memory.release.wat +++ b/tests/compiler/memory.release.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $memory/ptr (mut i32) (i32.const 1088)) (memory $0 1) @@ -20,11 +20,11 @@ (local $0 i32) i32.const 1024 i32.const 1024 - i32.load $0 + i32.load local.tee $0 i32.const 1 i32.add - i32.store $0 + i32.store local.get $0 if i32.const 0 @@ -36,11 +36,11 @@ end i32.const 1024 i32.const 1024 - i32.load $0 + i32.load local.tee $0 i32.const 1 i32.add - i32.store $0 + i32.store local.get $0 i32.const 1 i32.ne @@ -54,11 +54,11 @@ end i32.const 1024 i32.const 1024 - i32.load $0 + i32.load local.tee $0 i32.const 1 i32.add - i32.store $0 + i32.store local.get $0 i32.const 2 i32.ne @@ -181,7 +181,7 @@ i32.const 1169 global.set $memory/ptr i32.const 1169 - i32.load8_u $0 + i32.load8_u i32.const 1 i32.ne if @@ -193,7 +193,7 @@ unreachable end global.get $memory/ptr - i32.load8_u $0 offset=1 + i32.load8_u offset=1 i32.const 2 i32.ne if @@ -205,7 +205,7 @@ unreachable end global.get $memory/ptr - i32.load8_u $0 offset=2 + i32.load8_u offset=2 i32.const 3 i32.ne if @@ -219,7 +219,7 @@ i32.const 1172 global.set $memory/ptr i32.const 1172 - f32.load $0 + f32.load f32.const 1.5 f32.ne if @@ -231,7 +231,7 @@ unreachable end global.get $memory/ptr - f32.load $0 offset=4 + f32.load offset=4 f32.const 2.5 f32.ne if @@ -243,7 +243,7 @@ unreachable end global.get $memory/ptr - f32.load $0 offset=8 + f32.load offset=8 f32.const 3.5 f32.ne if diff --git a/tests/compiler/memorybase.debug.wat b/tests/compiler/memorybase.debug.wat index a869af4f65..882e0b2278 100644 --- a/tests/compiler/memorybase.debug.wat +++ b/tests/compiler/memorybase.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $memorybase/staticData i32 (i32.const 1024)) (global $~lib/native/ASC_MEMORY_BASE i32 (i32.const 1024)) (global $~lib/memory/__data_end i32 (i32.const 1028)) diff --git a/tests/compiler/memset.debug.wat b/tests/compiler/memset.debug.wat index c33f3a2607..06ad44229b 100644 --- a/tests/compiler/memset.debug.wat +++ b/tests/compiler/memset.debug.wat @@ -1,7 +1,7 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32) (result i32))) + (type $2 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $memset/dest (mut i32) (i32.const 0)) (global $~lib/memory/__data_end i32 (i32.const 60)) @@ -28,14 +28,14 @@ end local.get $dest local.get $c - i32.store8 $0 + i32.store8 local.get $dest local.get $n i32.add i32.const 1 i32.sub local.get $c - i32.store8 $0 + i32.store8 local.get $n i32.const 2 i32.le_u @@ -47,26 +47,26 @@ i32.const 1 i32.add local.get $c - i32.store8 $0 + i32.store8 local.get $dest i32.const 2 i32.add local.get $c - i32.store8 $0 + i32.store8 local.get $dest local.get $n i32.add i32.const 2 i32.sub local.get $c - i32.store8 $0 + i32.store8 local.get $dest local.get $n i32.add i32.const 3 i32.sub local.get $c - i32.store8 $0 + i32.store8 local.get $n i32.const 6 i32.le_u @@ -78,14 +78,14 @@ i32.const 3 i32.add local.get $c - i32.store8 $0 + i32.store8 local.get $dest local.get $n i32.add i32.const 4 i32.sub local.get $c - i32.store8 $0 + i32.store8 local.get $n i32.const 8 i32.le_u @@ -121,14 +121,14 @@ local.set $c32 local.get $dest local.get $c32 - i32.store $0 + i32.store local.get $dest local.get $n i32.add i32.const 4 i32.sub local.get $c32 - i32.store $0 + i32.store local.get $n i32.const 8 i32.le_u @@ -140,26 +140,26 @@ i32.const 4 i32.add local.get $c32 - i32.store $0 + i32.store local.get $dest i32.const 8 i32.add local.get $c32 - i32.store $0 + i32.store local.get $dest local.get $n i32.add i32.const 12 i32.sub local.get $c32 - i32.store $0 + i32.store local.get $dest local.get $n i32.add i32.const 8 i32.sub local.get $c32 - i32.store $0 + i32.store local.get $n i32.const 24 i32.le_u @@ -171,50 +171,50 @@ i32.const 12 i32.add local.get $c32 - i32.store $0 + i32.store local.get $dest i32.const 16 i32.add local.get $c32 - i32.store $0 + i32.store local.get $dest i32.const 20 i32.add local.get $c32 - i32.store $0 + i32.store local.get $dest i32.const 24 i32.add local.get $c32 - i32.store $0 + i32.store local.get $dest local.get $n i32.add i32.const 28 i32.sub local.get $c32 - i32.store $0 + i32.store local.get $dest local.get $n i32.add i32.const 24 i32.sub local.get $c32 - i32.store $0 + i32.store local.get $dest local.get $n i32.add i32.const 20 i32.sub local.get $c32 - i32.store $0 + i32.store local.get $dest local.get $n i32.add i32.const 16 i32.sub local.get $c32 - i32.store $0 + i32.store i32.const 24 local.get $dest i32.const 4 @@ -244,22 +244,22 @@ if local.get $dest local.get $c64 - i64.store $0 + i64.store local.get $dest i32.const 8 i32.add local.get $c64 - i64.store $0 + i64.store local.get $dest i32.const 16 i32.add local.get $c64 - i64.store $0 + i64.store local.get $dest i32.const 24 i32.add local.get $c64 - i64.store $0 + i64.store local.get $n i32.const 32 i32.sub @@ -283,7 +283,7 @@ call $memset/memset drop global.get $memset/dest - i32.load8_u $0 + i32.load8_u i32.const 1 i32.eq i32.eqz @@ -298,7 +298,7 @@ global.get $memset/dest i32.const 15 i32.add - i32.load8_u $0 + i32.load8_u i32.const 1 i32.eq i32.eqz @@ -318,7 +318,7 @@ call $memset/memset drop global.get $memset/dest - i32.load8_u $0 + i32.load8_u i32.const 1 i32.eq i32.eqz @@ -333,7 +333,7 @@ global.get $memset/dest i32.const 1 i32.add - i32.load8_u $0 + i32.load8_u i32.const 2 i32.eq i32.eqz @@ -348,7 +348,7 @@ global.get $memset/dest i32.const 14 i32.add - i32.load8_u $0 + i32.load8_u i32.const 2 i32.eq i32.eqz @@ -363,7 +363,7 @@ global.get $memset/dest i32.const 15 i32.add - i32.load8_u $0 + i32.load8_u i32.const 1 i32.eq i32.eqz diff --git a/tests/compiler/memset.release.wat b/tests/compiler/memset.release.wat index c35b58a7d3..422cb7f274 100644 --- a/tests/compiler/memset.release.wat +++ b/tests/compiler/memset.release.wat @@ -1,7 +1,7 @@ (module - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32 i32 i32))) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $memset/dest (mut i32) (i32.const 0)) (memory $0 1) @@ -18,51 +18,47 @@ br_if $folding-inner0 local.get $0 local.get $1 - i32.store8 $0 + i32.store8 local.get $0 local.get $2 i32.add + local.tee $4 i32.const 1 i32.sub local.get $1 - i32.store8 $0 + i32.store8 local.get $2 i32.const 2 i32.le_u br_if $folding-inner0 local.get $0 local.get $1 - i32.store8 $0 offset=1 + i32.store8 offset=1 local.get $0 local.get $1 - i32.store8 $0 offset=2 - local.get $0 - local.get $2 - i32.add - local.tee $4 + i32.store8 offset=2 + local.get $4 i32.const 2 i32.sub local.get $1 - i32.store8 $0 + i32.store8 local.get $4 i32.const 3 i32.sub local.get $1 - i32.store8 $0 + i32.store8 local.get $2 i32.const 6 i32.le_u br_if $folding-inner0 local.get $0 local.get $1 - i32.store8 $0 offset=3 - local.get $0 - local.get $2 - i32.add + i32.store8 offset=3 + local.get $4 i32.const 4 i32.sub local.get $1 - i32.store8 $0 + i32.store8 local.get $2 i32.const 8 i32.le_u @@ -82,7 +78,7 @@ i32.const 16843009 i32.mul local.tee $1 - i32.store $0 + i32.store local.get $2 local.get $4 i32.sub @@ -91,72 +87,67 @@ local.tee $2 local.get $0 i32.add + local.tee $4 i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 8 i32.le_u br_if $folding-inner0 local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 - local.get $0 - local.get $2 - i32.add - local.tee $4 + i32.store offset=8 + local.get $4 i32.const 12 i32.sub local.get $1 - i32.store $0 + i32.store local.get $4 i32.const 8 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 24 i32.le_u br_if $folding-inner0 local.get $0 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 local.get $1 - i32.store $0 offset=20 + i32.store offset=20 local.get $0 local.get $1 - i32.store $0 offset=24 - local.get $0 - local.get $2 - i32.add - local.tee $4 + i32.store offset=24 + local.get $4 i32.const 28 i32.sub local.get $1 - i32.store $0 + i32.store local.get $4 i32.const 24 i32.sub local.get $1 - i32.store $0 + i32.store local.get $4 i32.const 20 i32.sub local.get $1 - i32.store $0 + i32.store local.get $4 i32.const 16 i32.sub local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.and @@ -185,16 +176,16 @@ if local.get $0 local.get $3 - i64.store $0 + i64.store local.get $0 local.get $3 - i64.store $0 offset=8 + i64.store offset=8 local.get $0 local.get $3 - i64.store $0 offset=16 + i64.store offset=16 local.get $0 local.get $3 - i64.store $0 offset=24 + i64.store offset=24 local.get $2 i32.const 32 i32.sub @@ -216,7 +207,7 @@ i32.const 16 call $memset/memset global.get $memset/dest - i32.load8_u $0 + i32.load8_u i32.const 1 i32.ne if @@ -228,7 +219,7 @@ unreachable end global.get $memset/dest - i32.load8_u $0 offset=15 + i32.load8_u offset=15 i32.const 1 i32.ne if @@ -246,7 +237,7 @@ i32.const 14 call $memset/memset global.get $memset/dest - i32.load8_u $0 + i32.load8_u i32.const 1 i32.ne if @@ -258,7 +249,7 @@ unreachable end global.get $memset/dest - i32.load8_u $0 offset=1 + i32.load8_u offset=1 i32.const 2 i32.ne if @@ -270,7 +261,7 @@ unreachable end global.get $memset/dest - i32.load8_u $0 offset=14 + i32.load8_u offset=14 i32.const 2 i32.ne if @@ -282,7 +273,7 @@ unreachable end global.get $memset/dest - i32.load8_u $0 offset=15 + i32.load8_u offset=15 i32.const 1 i32.ne if diff --git a/tests/compiler/merge.debug.wat b/tests/compiler/merge.debug.wat index 66e02d5fc6..62a1517ef0 100644 --- a/tests/compiler/merge.debug.wat +++ b/tests/compiler/merge.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $merge/globalType i32 (i32.const 2)) (global $merge/globalType_test (mut i32) (i32.const 0)) (global $merge/typeGlobal i32 (i32.const 3)) @@ -19,52 +19,36 @@ (export "memory" (memory $0)) (start $~start) (func $merge/namespaceType.test - nop ) (func $merge/typeNamespace.test - nop ) (func $merge/functionType - nop ) (func $merge/typeFunction - nop ) (func $merge/classNamespace.test1 - nop ) (func $merge/classNamespace.test2 - nop ) (func $merge/namespaceClass.test1 - nop ) (func $merge/namespaceClass.test2 - nop ) (func $merge/functionNamespace - nop ) (func $merge/functionNamespace.test - nop ) (func $merge/namespaceFunction.test - nop ) (func $merge/namespaceFunction - nop ) (func $merge/enumNamespace.test - nop ) (func $merge/namespaceEnum.test - nop ) (func $merge/namespaceNamespace.test1 - nop ) (func $merge/namespaceNamespace.test2 - nop ) (func $start:merge global.get $merge/globalType diff --git a/tests/compiler/mutable-globals.debug.wat b/tests/compiler/mutable-globals.debug.wat index 870af8ef92..6b2dac9834 100644 --- a/tests/compiler/mutable-globals.debug.wat +++ b/tests/compiler/mutable-globals.debug.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) (import "mutable-globals" "external" (global $mutable-globals/external (mut i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $mutable-globals/internal (mut i32) (i32.const 124)) diff --git a/tests/compiler/mutable-globals.release.wat b/tests/compiler/mutable-globals.release.wat index efe47ae744..5b8e61143c 100644 --- a/tests/compiler/mutable-globals.release.wat +++ b/tests/compiler/mutable-globals.release.wat @@ -1,6 +1,6 @@ (module - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32 i32 i32 i32))) + (type $1 (func)) (import "mutable-globals" "external" (global $mutable-globals/external (mut i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $mutable-globals/internal (mut i32) (i32.const 124)) diff --git a/tests/compiler/named-export-default.debug.wat b/tests/compiler/named-export-default.debug.wat index 617b06c55d..0718672090 100644 --- a/tests/compiler/named-export-default.debug.wat +++ b/tests/compiler/named-export-default.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_i32 (func (result i32))) + (type $0 (func (result i32))) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) (global $~lib/memory/__heap_base i32 (i32.const 32776)) diff --git a/tests/compiler/named-export-default.release.wat b/tests/compiler/named-export-default.release.wat index 0babf0c7dd..75cbdd59bb 100644 --- a/tests/compiler/named-export-default.release.wat +++ b/tests/compiler/named-export-default.release.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_i32 (func (result i32))) + (type $0 (func (result i32))) (memory $0 0) (export "default" (func $named-export-default/get3)) (export "memory" (memory $0)) diff --git a/tests/compiler/named-import-default.debug.wat b/tests/compiler/named-import-default.debug.wat index 7eff3a0f07..26fdb845dc 100644 --- a/tests/compiler/named-import-default.debug.wat +++ b/tests/compiler/named-import-default.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_i32 (func (result i32))) + (type $0 (func (result i32))) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) (global $~lib/memory/__heap_base i32 (i32.const 32776)) diff --git a/tests/compiler/named-import-default.release.wat b/tests/compiler/named-import-default.release.wat index ad71b71467..dc65a2d1a7 100644 --- a/tests/compiler/named-import-default.release.wat +++ b/tests/compiler/named-import-default.release.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_i32 (func (result i32))) + (type $0 (func (result i32))) (memory $0 0) (export "getValue" (func $named-import-default/getValue)) (export "memory" (memory $0)) diff --git a/tests/compiler/namespace.debug.wat b/tests/compiler/namespace.debug.wat index bba809b5b7..854e0de5d3 100644 --- a/tests/compiler/namespace.debug.wat +++ b/tests/compiler/namespace.debug.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_i32 (func (result i32))) - (type $none_=>_none (func)) + (type $0 (func (result i32))) + (type $1 (func)) (global $namespace/Outer.outerVar (mut i32) (i32.const 1)) (global $namespace/Outer.Inner.aVar (mut i32) (i32.const 0)) (global $namespace/Outer.Inner.anotherVar (mut i32) (i32.const 0)) diff --git a/tests/compiler/new.debug.wat b/tests/compiler/new.debug.wat index b0a882fcdb..8714ae4b69 100644 --- a/tests/compiler/new.debug.wat +++ b/tests/compiler/new.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $new/ref (mut i32) (i32.const 0)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -50,12 +50,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -69,7 +69,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -143,7 +143,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -213,11 +213,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -225,7 +225,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -357,7 +357,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -370,7 +370,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -386,34 +386,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -573,7 +573,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -596,7 +596,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -610,7 +610,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -633,7 +633,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -776,7 +776,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -862,7 +862,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -942,7 +942,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -976,7 +976,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -999,7 +999,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1013,7 +1013,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1065,7 +1065,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1103,7 +1103,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1178,7 +1177,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1212,7 +1211,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1233,7 +1232,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1253,7 +1252,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1273,7 +1272,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1299,7 +1298,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1322,7 +1321,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1807,7 +1806,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1852,7 +1851,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1885,7 +1884,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1908,7 +1907,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1934,7 +1933,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1947,7 +1946,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1974,19 +1973,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2188,12 +2187,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2244,7 +2243,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2317,7 +2316,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2326,7 +2325,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2341,7 +2339,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $new/Ref $new/Gen $new/ns.Ref $new/GenExt $invalid end return @@ -2390,7 +2388,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2399,18 +2397,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2428,7 +2426,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2437,18 +2435,18 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2466,7 +2464,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2475,18 +2473,18 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2504,7 +2502,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2513,18 +2511,18 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $new/Gen#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2542,8 +2540,8 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - memory.size $0 + i32.store + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2571,7 +2569,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $new/Ref#get:ref global.set $new/ref @@ -2586,7 +2584,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $new/Gen#get:gen global.set $new/gen @@ -2601,7 +2599,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $new/ns.Ref#get:ref global.set $new/ref2 @@ -2628,7 +2626,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -2637,7 +2635,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/new.release.wat b/tests/compiler/new.release.wat index 438eba16e8..04863f286f 100644 --- a/tests/compiler/new.release.wat +++ b/tests/compiler/new.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $0 (func (result i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func)) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $new/ref (mut i32) (i32.const 0)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -45,45 +45,45 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $new/gen local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $new/ref2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $new/genext local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $new/genext2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $new/genext3 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -93,7 +93,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -111,7 +111,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -119,137 +119,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34244 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$116 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34244 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$116 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1440 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1444 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1440 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1444 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -257,8 +277,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -270,10 +290,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -284,29 +304,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -314,10 +334,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -331,75 +351,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -421,7 +434,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -438,12 +451,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -460,17 +473,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -480,9 +493,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -507,13 +520,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -547,7 +560,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -603,19 +616,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -627,15 +640,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -643,16 +656,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -674,10 +688,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -690,18 +704,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -725,30 +738,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -756,10 +769,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -767,7 +780,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -775,7 +788,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -786,10 +799,10 @@ end i32.const 34256 i32.const 0 - i32.store $0 + i32.store i32.const 35824 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -801,7 +814,7 @@ i32.const 34256 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -819,7 +832,7 @@ i32.const 34256 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -836,7 +849,7 @@ end i32.const 34256 i32.const 35828 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -869,7 +882,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -882,19 +895,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -905,7 +918,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -917,7 +930,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -930,12 +943,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -944,7 +953,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -955,26 +964,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -990,7 +999,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1006,7 +1015,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1031,14 +1040,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1073,7 +1082,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1087,10 +1096,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1102,10 +1111,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1115,7 +1124,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1126,10 +1135,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1141,7 +1150,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1162,7 +1171,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1177,7 +1186,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1198,7 +1207,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1229,11 +1238,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1252,12 +1261,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1268,7 +1277,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1287,7 +1296,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1304,7 +1313,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1320,7 +1329,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1330,7 +1339,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1339,54 +1348,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1399,7 +1408,7 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1415,7 +1424,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $new/Ref $new/Gen $new/ns.Ref $new/GenExt $invalid end return @@ -1425,11 +1434,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1462,8 +1471,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - memory.size $0 + i32.store + memory.size i32.const 16 i32.shl i32.const 34244 @@ -1473,26 +1482,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace call $new/Ref#constructor @@ -1503,7 +1512,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 global.set $new/ref i32.const 0 @@ -1517,7 +1526,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 global.set $new/gen call $new/ns.Ref#constructor @@ -1528,7 +1537,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 global.set $new/ref2 call $new/GenExt#constructor @@ -1563,21 +1572,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1602,26 +1611,27 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1649,21 +1659,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1691,21 +1701,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 7 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $new/Gen#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1713,6 +1723,7 @@ local.get $0 ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) + (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1729,16 +1740,17 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1746,23 +1758,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/nontrapping-f2i.debug.wat b/tests/compiler/nontrapping-f2i.debug.wat index 1794e39e9f..77e5be8a5a 100644 --- a/tests/compiler/nontrapping-f2i.debug.wat +++ b/tests/compiler/nontrapping-f2i.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $~lib/builtins/f32.MAX_VALUE f32 (f32.const 3402823466385288598117041e14)) (global $~lib/builtins/i32.MAX_VALUE i32 (i32.const 2147483647)) (global $~lib/builtins/i32.MIN_VALUE i32 (i32.const -2147483648)) diff --git a/tests/compiler/nontrapping-f2i.release.wat b/tests/compiler/nontrapping-f2i.release.wat index 75a2479112..153611c85e 100644 --- a/tests/compiler/nontrapping-f2i.release.wat +++ b/tests/compiler/nontrapping-f2i.release.wat @@ -1,9 +1,8 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (memory $0 0) (export "memory" (memory $0)) (export "_start" (func $~start)) (func $~start - nop ) ) diff --git a/tests/compiler/object-literal.debug.wat b/tests/compiler/object-literal.debug.wat index 570fbc57d4..e66ee803a9 100644 --- a/tests/compiler/object-literal.debug.wat +++ b/tests/compiler/object-literal.debug.wat @@ -1,21 +1,21 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_f64_=>_none (func (param i32 f64))) - (type $i32_=>_f64 (func (param i32) (result f64))) - (type $i32_i64_=>_none (func (param i32 i64))) - (type $i32_=>_i64 (func (param i32) (result i64))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_f32_=>_none (func (param i32 f32))) - (type $i32_=>_f32 (func (param i32) (result f32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 f64))) + (type $7 (func (param i32) (result f64))) + (type $8 (func (param i32 i64))) + (type $9 (func (param i32) (result i64))) + (type $10 (func (param i32 i32 i32 i32))) + (type $11 (func (param i32 i32 i64) (result i32))) + (type $12 (func (result i32))) + (type $13 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $14 (func (param i32 f32))) + (type $15 (func (param i32) (result f32))) + (type $16 (func (param i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) @@ -60,11 +60,11 @@ (func $object-literal/Managed#set:bar (param $this i32) (param $bar i32) local.get $this local.get $bar - i32.store $0 + i32.store ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:color (param $this i32) (result i32) local.get $this @@ -75,7 +75,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -89,12 +89,12 @@ (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -174,11 +174,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -186,7 +186,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 176 @@ -353,7 +353,7 @@ (func $object-literal/Managed#set:baz (param $this i32) (param $baz i32) local.get $this local.get $baz - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.get $baz i32.const 0 @@ -449,7 +449,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -462,7 +462,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -478,34 +478,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -665,7 +665,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -688,7 +688,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -702,7 +702,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -725,7 +725,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -868,7 +868,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -954,7 +954,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1034,7 +1034,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1068,7 +1068,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1091,7 +1091,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1105,7 +1105,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1157,7 +1157,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1195,7 +1195,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1270,7 +1269,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1304,7 +1303,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1325,7 +1324,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1345,7 +1344,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1365,7 +1364,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1391,7 +1390,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1414,7 +1413,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1899,7 +1898,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1944,7 +1943,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1977,7 +1976,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -2000,7 +1999,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2026,7 +2025,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2039,7 +2038,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2066,19 +2065,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2280,12 +2279,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2336,21 +2335,21 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $object-literal/Managed#get:bar (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $object-literal/Managed#get:baz (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -2402,9 +2401,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -2437,10 +2436,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -2468,12 +2467,12 @@ (func $object-literal/Unmanaged#set:bar (param $this i32) (param $bar i32) local.get $this local.get $bar - i32.store $0 + i32.store ) (func $object-literal/Unmanaged#set:baz (param $this i32) (param $baz i32) local.get $this local.get $baz - i32.store $0 offset=4 + i32.store offset=4 ) (func $object-literal/Unmanaged#constructor (param $this i32) (result i32) local.get $this @@ -2493,147 +2492,147 @@ ) (func $object-literal/Unmanaged#get:bar (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $object-literal/Unmanaged#get:baz (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $object-literal/OmittedTypes#set:int32 (param $this i32) (param $int32 i32) local.get $this local.get $int32 - i32.store $0 + i32.store ) (func $object-literal/OmittedTypes#set:uint32 (param $this i32) (param $uint32 i32) local.get $this local.get $uint32 - i32.store $0 offset=4 + i32.store offset=4 ) (func $object-literal/OmittedTypes#set:int64 (param $this i32) (param $int64 i64) local.get $this local.get $int64 - i64.store $0 offset=8 + i64.store offset=8 ) (func $object-literal/OmittedTypes#set:uint64 (param $this i32) (param $uint64 i64) local.get $this local.get $uint64 - i64.store $0 offset=16 + i64.store offset=16 ) (func $object-literal/OmittedTypes#set:float32 (param $this i32) (param $float32 f32) local.get $this local.get $float32 - f32.store $0 offset=24 + f32.store offset=24 ) (func $object-literal/OmittedTypes#set:float64 (param $this i32) (param $float64 f64) local.get $this local.get $float64 - f64.store $0 offset=32 + f64.store offset=32 ) (func $object-literal/OmittedTypes#set:int8 (param $this i32) (param $int8 i32) local.get $this local.get $int8 - i32.store8 $0 offset=40 + i32.store8 offset=40 ) (func $object-literal/OmittedTypes#set:uint8 (param $this i32) (param $uint8 i32) local.get $this local.get $uint8 - i32.store8 $0 offset=41 + i32.store8 offset=41 ) (func $object-literal/OmittedTypes#set:int16 (param $this i32) (param $int16 i32) local.get $this local.get $int16 - i32.store16 $0 offset=42 + i32.store16 offset=42 ) (func $object-literal/OmittedTypes#set:uint16 (param $this i32) (param $uint16 i32) local.get $this local.get $uint16 - i32.store16 $0 offset=44 + i32.store16 offset=44 ) (func $object-literal/OmittedTypes#set:intsize (param $this i32) (param $intsize i32) local.get $this local.get $intsize - i32.store $0 offset=48 + i32.store offset=48 ) (func $object-literal/OmittedTypes#set:uintsize (param $this i32) (param $uintsize i32) local.get $this local.get $uintsize - i32.store $0 offset=52 + i32.store offset=52 ) (func $object-literal/OmittedTypes#set:alias (param $this i32) (param $alias f64) local.get $this local.get $alias - f64.store $0 offset=56 + f64.store offset=56 ) (func $object-literal/OmittedTypes#set:isTrue (param $this i32) (param $isTrue i32) local.get $this local.get $isTrue - i32.store8 $0 offset=64 + i32.store8 offset=64 ) (func $object-literal/OmittedTypes#get:int32 (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $object-literal/OmittedTypes#get:uint32 (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $object-literal/OmittedTypes#get:int64 (param $this i32) (result i64) local.get $this - i64.load $0 offset=8 + i64.load offset=8 ) (func $object-literal/OmittedTypes#get:uint64 (param $this i32) (result i64) local.get $this - i64.load $0 offset=16 + i64.load offset=16 ) (func $object-literal/OmittedTypes#get:float32 (param $this i32) (result f32) local.get $this - f32.load $0 offset=24 + f32.load offset=24 ) (func $object-literal/OmittedTypes#get:float64 (param $this i32) (result f64) local.get $this - f64.load $0 offset=32 + f64.load offset=32 ) (func $object-literal/OmittedTypes#get:int8 (param $this i32) (result i32) local.get $this - i32.load8_s $0 offset=40 + i32.load8_s offset=40 ) (func $object-literal/OmittedTypes#get:uint8 (param $this i32) (result i32) local.get $this - i32.load8_u $0 offset=41 + i32.load8_u offset=41 ) (func $object-literal/OmittedTypes#get:int16 (param $this i32) (result i32) local.get $this - i32.load16_s $0 offset=42 + i32.load16_s offset=42 ) (func $object-literal/OmittedTypes#get:uint16 (param $this i32) (result i32) local.get $this - i32.load16_u $0 offset=44 + i32.load16_u offset=44 ) (func $object-literal/OmittedTypes#get:intsize (param $this i32) (result i32) local.get $this - i32.load $0 offset=48 + i32.load offset=48 ) (func $object-literal/OmittedTypes#get:uintsize (param $this i32) (result i32) local.get $this - i32.load $0 offset=52 + i32.load offset=52 ) (func $object-literal/OmittedTypes#get:alias (param $this i32) (result f64) local.get $this - f64.load $0 offset=56 + f64.load offset=56 ) (func $object-literal/OmittedTypes#get:isTrue (param $this i32) (result i32) local.get $this - i32.load8_u $0 offset=64 + i32.load8_u offset=64 ) (func $object-literal/MixedOmitted#set:simpleType (param $this i32) (param $simpleType i32) local.get $this local.get $simpleType - i32.store $0 + i32.store ) (func $object-literal/MixedOmitted#set:complexType (param $this i32) (param $complexType i32) local.get $this local.get $complexType - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.get $complexType i32.const 0 @@ -2642,24 +2641,24 @@ (func $object-literal/MixedOmitted#set:anotherSimpleType (param $this i32) (param $anotherSimpleType f64) local.get $this local.get $anotherSimpleType - f64.store $0 offset=8 + f64.store offset=8 ) (func $object-literal/MixedOmitted#get:simpleType (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $object-literal/MixedOmitted#get:complexType (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $object-literal/MixedOmitted#get:anotherSimpleType (param $this i32) (result f64) local.get $this - f64.load $0 offset=8 + f64.load offset=8 ) (func $object-literal/OmittedFoo#set:bar (param $this i32) (param $bar i32) local.get $this local.get $bar - i32.store $0 + i32.store local.get $this local.get $bar i32.const 0 @@ -2668,7 +2667,7 @@ (func $object-literal/OmittedFoo#set:baz (param $this i32) (param $baz i32) local.get $this local.get $baz - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.get $baz i32.const 0 @@ -2677,7 +2676,7 @@ (func $object-literal/OmittedFoo#set:quux (param $this i32) (param $quux i32) local.get $this local.get $quux - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $quux i32.const 0 @@ -2686,7 +2685,7 @@ (func $object-literal/OmittedFoo#set:quuz (param $this i32) (param $quuz i32) local.get $this local.get $quuz - i32.store $0 offset=12 + i32.store offset=12 local.get $this local.get $quuz i32.const 0 @@ -2695,7 +2694,7 @@ (func $object-literal/OmittedFoo#set:corge (param $this i32) (param $corge i32) local.get $this local.get $corge - i32.store $0 offset=16 + i32.store offset=16 local.get $this local.get $corge i32.const 0 @@ -2704,7 +2703,7 @@ (func $object-literal/OmittedFoo#set:grault (param $this i32) (param $grault i32) local.get $this local.get $grault - i32.store $0 offset=20 + i32.store offset=20 local.get $this local.get $grault i32.const 0 @@ -2713,7 +2712,7 @@ (func $object-literal/OmittedFoo#set:garply (param $this i32) (param $garply i32) local.get $this local.get $garply - i32.store $0 offset=24 + i32.store offset=24 local.get $this local.get $garply i32.const 0 @@ -2722,7 +2721,7 @@ (func $object-literal/OmittedFoo#set:waldo (param $this i32) (param $waldo i32) local.get $this local.get $waldo - i32.store $0 offset=28 + i32.store offset=28 local.get $this local.get $waldo i32.const 0 @@ -2731,52 +2730,52 @@ (func $object-literal/OmittedFoo#set:fred (param $this i32) (param $fred i32) local.get $this local.get $fred - i32.store $0 offset=32 + i32.store offset=32 ) (func $object-literal/OmittedFoo#set:qux (param $this i32) (param $qux i32) local.get $this local.get $qux - i32.store $0 offset=36 + i32.store offset=36 ) (func $object-literal/OmittedFoo#get:bar (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $object-literal/OmittedFoo#get:baz (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $object-literal/OmittedFoo#get:quux (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $object-literal/OmittedFoo#get:quuz (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $object-literal/OmittedFoo#get:corge (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $object-literal/OmittedFoo#get:grault (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $object-literal/OmittedFoo#get:garply (param $this i32) (result i32) local.get $this - i32.load $0 offset=24 + i32.load offset=24 ) (func $object-literal/OmittedFoo#get:waldo (param $this i32) (result i32) local.get $this - i32.load $0 offset=28 + i32.load offset=28 ) (func $object-literal/OmittedFoo#get:fred (param $this i32) (result i32) local.get $this - i32.load $0 offset=32 + i32.load offset=32 ) (func $object-literal/OmittedFoo#get:qux (param $this i32) (result i32) local.get $this - i32.load $0 offset=36 + i32.load offset=36 ) (func $~lib/rt/itcms/__collect i32.const 0 @@ -2839,7 +2838,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2848,7 +2847,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $object-literal/Managed~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2856,7 +2854,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 if local.get $2 @@ -2870,7 +2868,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 if local.get $2 @@ -2884,7 +2882,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2892,7 +2890,7 @@ call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 if local.get $2 @@ -2900,7 +2898,7 @@ call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 if local.get $2 @@ -2908,7 +2906,7 @@ call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $2 if local.get $2 @@ -2916,7 +2914,7 @@ call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $2 if local.get $2 @@ -2924,7 +2922,7 @@ call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.tee $2 if local.get $2 @@ -2932,7 +2930,7 @@ call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=24 + i32.load offset=24 local.tee $2 if local.get $2 @@ -2940,7 +2938,7 @@ call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=28 + i32.load offset=28 local.tee $2 if local.get $2 @@ -2961,7 +2959,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $object-literal/Managed $object-literal/OmittedTypes $object-literal/MixedOmitted $object-literal/OmittedFoo $invalid end return @@ -3019,7 +3017,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3028,23 +3026,23 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/Managed#set:bar @@ -3052,7 +3050,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/Managed#set:baz @@ -3074,7 +3072,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -3112,7 +3110,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -3121,7 +3119,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -3139,14 +3137,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -3169,15 +3167,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $managed local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/Managed#get:bar i32.const 123 @@ -3195,19 +3193,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $object-literal/Managed#get:baz local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 32 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -3252,12 +3250,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 + i32.store local.get $22 call $~lib/string/String#get:length local.set $len @@ -3357,13 +3355,13 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $fromPos i32.add local.get $size - memory.copy $0 $0 + memory.copy local.get $out local.set $22 global.get $~lib/memory/__stack_pointer @@ -3382,7 +3380,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $unmanaged call $object-literal/Unmanaged#get:bar i32.const 123 @@ -3401,13 +3399,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 576 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -3435,7 +3433,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3444,23 +3442,23 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/OmittedTypes#set:int32 @@ -3468,7 +3466,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/OmittedTypes#set:uint32 @@ -3476,7 +3474,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 0 call $object-literal/OmittedTypes#set:int64 @@ -3484,7 +3482,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 0 call $object-literal/OmittedTypes#set:uint64 @@ -3492,7 +3490,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 0 call $object-literal/OmittedTypes#set:float32 @@ -3500,7 +3498,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 0 call $object-literal/OmittedTypes#set:float64 @@ -3508,7 +3506,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/OmittedTypes#set:int8 @@ -3516,7 +3514,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/OmittedTypes#set:uint8 @@ -3524,7 +3522,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/OmittedTypes#set:int16 @@ -3532,7 +3530,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/OmittedTypes#set:uint16 @@ -3540,7 +3538,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/OmittedTypes#set:intsize @@ -3548,7 +3546,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/OmittedTypes#set:uintsize @@ -3556,7 +3554,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 0 call $object-literal/OmittedTypes#set:alias @@ -3564,7 +3562,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/OmittedTypes#set:isTrue @@ -3585,12 +3583,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $omitted local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/OmittedTypes#get:int32 i32.const 0 @@ -3608,7 +3606,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/OmittedTypes#get:uint32 i32.const 0 @@ -3626,7 +3624,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/OmittedTypes#get:int64 i64.const 0 @@ -3644,7 +3642,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/OmittedTypes#get:uint64 i64.const 0 @@ -3662,7 +3660,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/OmittedTypes#get:float32 f32.const 0 @@ -3680,7 +3678,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/OmittedTypes#get:float64 f64.const 0 @@ -3698,7 +3696,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/OmittedTypes#get:int8 i32.extend8_s @@ -3717,7 +3715,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/OmittedTypes#get:uint8 i32.const 255 @@ -3737,7 +3735,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/OmittedTypes#get:int16 i32.extend16_s @@ -3756,7 +3754,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/OmittedTypes#get:uint16 i32.const 65535 @@ -3776,7 +3774,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/OmittedTypes#get:intsize i32.const 0 @@ -3794,7 +3792,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/OmittedTypes#get:uintsize i32.const 0 @@ -3812,7 +3810,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/OmittedTypes#get:alias f64.const 0 @@ -3830,7 +3828,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/OmittedTypes#get:isTrue i32.const 0 @@ -3860,7 +3858,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3869,23 +3867,23 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/MixedOmitted#set:simpleType @@ -3893,7 +3891,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/MixedOmitted#set:complexType @@ -3901,7 +3899,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 0 call $object-literal/MixedOmitted#set:anotherSimpleType @@ -3922,15 +3920,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $omitted local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/MixedOmitted#get:simpleType i32.const 0 @@ -3948,19 +3946,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $object-literal/MixedOmitted#get:complexType local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 608 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -3976,7 +3974,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/MixedOmitted#get:anotherSimpleType f64.const 0 @@ -4004,10 +4002,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -4016,49 +4014,49 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 640 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $object-literal/OmittedFoo#set:bar local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 672 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $object-literal/OmittedFoo#set:baz local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/OmittedFoo#set:quux @@ -4066,7 +4064,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/OmittedFoo#set:quuz @@ -4074,7 +4072,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/OmittedFoo#set:corge @@ -4082,7 +4080,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/OmittedFoo#set:grault @@ -4090,7 +4088,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/OmittedFoo#set:garply @@ -4098,7 +4096,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/OmittedFoo#set:waldo @@ -4106,7 +4104,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $object-literal/OmittedFoo#set:fred @@ -4114,7 +4112,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 call $object-literal/OmittedFoo#set:qux @@ -4135,27 +4133,27 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $foo local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $object-literal/OmittedFoo#get:bar local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 640 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -4171,19 +4169,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $object-literal/OmittedFoo#get:baz local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 672 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -4199,13 +4197,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $object-literal/OmittedFoo#get:quux local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.__eq @@ -4222,13 +4220,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $object-literal/OmittedFoo#get:quuz local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.__eq @@ -4245,13 +4243,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $object-literal/OmittedFoo#get:corge local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.__eq @@ -4268,13 +4266,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $object-literal/OmittedFoo#get:grault local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.__eq @@ -4291,13 +4289,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $object-literal/OmittedFoo#get:garply local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.__eq @@ -4314,13 +4312,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $object-literal/OmittedFoo#get:waldo local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.__eq @@ -4337,7 +4335,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/OmittedFoo#get:fred i32.const 0 @@ -4355,7 +4353,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $object-literal/OmittedFoo#get:qux i32.const -1 @@ -4389,11 +4387,11 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 28 - memory.fill $0 + memory.fill i32.const 128 call $~lib/rt/itcms/initLazy global.set $~lib/rt/itcms/toSpace - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -4411,12 +4409,12 @@ i32.const 0 call $object-literal/Managed#constructor local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 i32.const 123 call $object-literal/Managed#set:bar @@ -4424,20 +4422,20 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 i32.const 32 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 call $object-literal/Managed#set:baz local.get $0 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $object-literal/testManaged i32.const 0 @@ -4451,7 +4449,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 i32.const 0 i32.const 5 @@ -4459,7 +4457,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $object-literal/Unmanaged#set:baz local.get $1 @@ -4468,66 +4466,66 @@ i32.const 0 call $object-literal/OmittedTypes#constructor local.tee $2 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 i32.const 0 - i32.store $0 + i32.store local.get $2 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 i64.const 0 - i64.store $0 offset=16 + i64.store offset=16 local.get $2 f32.const 0 - f32.store $0 offset=24 + f32.store offset=24 local.get $2 f64.const 0 - f64.store $0 offset=32 + f64.store offset=32 local.get $2 i32.const 0 - i32.store8 $0 offset=40 + i32.store8 offset=40 local.get $2 i32.const 0 - i32.store8 $0 offset=41 + i32.store8 offset=41 local.get $2 i32.const 0 - i32.store16 $0 offset=42 + i32.store16 offset=42 local.get $2 i32.const 0 - i32.store16 $0 offset=44 + i32.store16 offset=44 local.get $2 i32.const 0 - i32.store $0 offset=48 + i32.store offset=48 local.get $2 i32.const 0 - i32.store $0 offset=52 + i32.store offset=52 local.get $2 f64.const 0 - f64.store $0 offset=56 + f64.store offset=56 local.get $2 i32.const 0 - i32.store8 $0 offset=64 + i32.store8 offset=64 local.get $2 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $object-literal/testOmittedTypes global.get $~lib/memory/__stack_pointer i32.const 0 call $object-literal/MixedOmitted#constructor local.tee $3 - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 i32.const 0 call $object-literal/MixedOmitted#set:simpleType @@ -4535,56 +4533,56 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 i32.const 608 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 call $object-literal/MixedOmitted#set:complexType local.get $3 f64.const 0 - f64.store $0 offset=8 + f64.store offset=8 local.get $3 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $object-literal/testMixedOmitted global.get $~lib/memory/__stack_pointer i32.const 0 call $object-literal/OmittedFoo#constructor local.tee $4 - i32.store $0 offset=24 + i32.store offset=24 local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 0 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 i32.const 0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 i32.const 0 - i32.store $0 offset=24 + i32.store offset=24 local.get $4 i32.const 0 - i32.store $0 offset=28 + i32.store offset=28 local.get $4 i32.const 0 - i32.store $0 offset=32 + i32.store offset=32 local.get $4 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $object-literal/testOmittedFoo global.get $~lib/memory/__heap_base @@ -4604,7 +4602,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -4613,7 +4611,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/object-literal.release.wat b/tests/compiler/object-literal.release.wat index 79bce27f83..540986a9d3 100644 --- a/tests/compiler/object-literal.release.wat +++ b/tests/compiler/object-literal.release.wat @@ -1,12 +1,12 @@ (module - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func (param i32))) + (type $1 (func)) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) @@ -57,7 +57,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -71,16 +71,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$203 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34516 @@ -95,10 +95,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$203 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -111,20 +111,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -133,7 +133,7 @@ else local.get $1 i32.const 1712 - i32.load $0 + i32.load i32.gt_u if i32.const 1200 @@ -148,13 +148,13 @@ i32.shl i32.const 1716 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -164,32 +164,88 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) + (local $2 i32) + local.get $1 + i32.eqz + if + return + end + local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1104 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.tee $2 + local.get $1 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + i32.const 20 + i32.sub + i32.load offset=4 + i32.const 3 + i32.and + local.tee $0 + local.get $2 + i32.eqz + i32.eq + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $0 + i32.const 3 + i32.eq + i32.and + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + end + end + end ) (func $~lib/rt/itcms/visitRoots (local $0 i32) (local $1 i32) i32.const 1200 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1312 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -199,7 +255,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -217,7 +273,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -225,14 +281,38 @@ end end ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -244,10 +324,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -258,29 +338,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -288,10 +368,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -305,75 +385,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -395,7 +468,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -412,12 +485,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -434,17 +507,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -454,9 +527,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -481,13 +554,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -521,7 +594,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -577,19 +650,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -601,15 +674,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -617,16 +690,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -648,10 +722,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -664,18 +738,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -699,30 +772,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -730,10 +803,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -741,7 +814,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -749,7 +822,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -760,10 +833,10 @@ end i32.const 34528 i32.const 0 - i32.store $0 + i32.store i32.const 36096 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -775,7 +848,7 @@ i32.const 34528 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -793,7 +866,7 @@ i32.const 34528 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -810,7 +883,7 @@ end i32.const 34528 i32.const 36100 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -848,7 +921,7 @@ i32.const 1 else local.get $1 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -862,10 +935,10 @@ end local.get $1 local.get $1 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -895,7 +968,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -908,19 +981,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -931,7 +1004,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -943,7 +1016,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -956,12 +1029,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -970,7 +1039,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -981,26 +1050,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1016,7 +1085,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1032,7 +1101,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1057,14 +1126,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1082,10 +1151,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1093,47 +1162,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1154,7 +1225,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1171,10 +1242,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1190,7 +1261,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1211,7 +1282,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1233,50 +1304,54 @@ unreachable end local.get $0 - i32.const 12 - local.get $1 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $1 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $1 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $3 call $~lib/rt/tlsf/searchBlock local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 local.get $3 i32.const 256 i32.ge_u if (result i32) - local.get $3 - i32.const 1 - i32.const 27 - local.get $3 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $3 local.get $3 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $3 + i32.const 1 + i32.const 27 + local.get $3 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $3 + end else local.get $3 end i32.const 4 local.get $0 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1296,12 +1371,12 @@ local.get $2 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $2 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1312,7 +1387,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1333,7 +1408,7 @@ end local.get $3 local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1349,7 +1424,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.set $4 local.get $3 i32.const 4 @@ -1379,7 +1454,7 @@ i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add @@ -1391,7 +1466,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $0 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1400,21 +1475,21 @@ local.get $4 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $0 local.get $0 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 ) @@ -1436,7 +1511,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$68 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1457,7 +1532,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$68 end local.get $2 i32.const 0 @@ -1489,36 +1564,36 @@ call $~lib/rt/tlsf/allocateBlock local.tee $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1531,7 +1606,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1547,7 +1622,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $folding-inner0 $object-literal/OmittedTypes $folding-inner0 $object-literal/OmittedFoo $invalid end return @@ -1557,82 +1632,82 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end return end local.get $0 - i32.load $0 + i32.load local.tee $1 if local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 if local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 if local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 if local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $1 if local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.tee $1 if local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=24 + i32.load offset=24 local.tee $1 if local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=28 + i32.load offset=28 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end unreachable end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end ) (func $~start @@ -1659,13 +1734,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1680,55 +1756,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -1749,7 +1829,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$83 loop $while-continue|1 local.get $0 local.tee $3 @@ -1759,17 +1839,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$83 local.get $2 i32.const 2 i32.add @@ -1818,12 +1898,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load if i32.const 0 i32.const 1504 @@ -1834,9 +1914,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 if i32.const 0 i32.const 1504 @@ -1847,9 +1927,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i64.load $0 offset=8 + i64.load offset=8 i64.const 0 i64.ne if @@ -1862,9 +1942,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 0 i64.ne if @@ -1877,9 +1957,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - f32.load $0 offset=24 + f32.load offset=24 f32.const 0 f32.ne if @@ -1892,9 +1972,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - f64.load $0 offset=32 + f64.load offset=32 f64.const 0 f64.ne if @@ -1907,9 +1987,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load8_u $0 offset=40 + i32.load8_u offset=40 if i32.const 0 i32.const 1504 @@ -1920,9 +2000,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load8_u $0 offset=41 + i32.load8_u offset=41 if i32.const 0 i32.const 1504 @@ -1933,9 +2013,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load16_u $0 offset=42 + i32.load16_u offset=42 if i32.const 0 i32.const 1504 @@ -1946,9 +2026,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load16_u $0 offset=44 + i32.load16_u offset=44 if i32.const 0 i32.const 1504 @@ -1959,9 +2039,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=48 + i32.load offset=48 if i32.const 0 i32.const 1504 @@ -1972,9 +2052,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=52 + i32.load offset=52 if i32.const 0 i32.const 1504 @@ -1985,9 +2065,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - f64.load $0 offset=56 + f64.load offset=56 f64.const 0 f64.ne if @@ -2000,9 +2080,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load8_u $0 offset=64 + i32.load8_u offset=64 if i32.const 0 i32.const 1504 @@ -2037,21 +2117,21 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 - i32.load $0 + i32.load local.tee $2 - i32.store $0 + i32.store local.get $1 i32.const 1664 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1664 call $~lib/string/String.__eq @@ -2067,15 +2147,15 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 - i32.store $0 + i32.store local.get $1 i32.const 1696 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1696 call $~lib/string/String.__eq @@ -2091,12 +2171,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.__eq @@ -2112,12 +2192,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.__eq @@ -2133,12 +2213,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.__eq @@ -2154,12 +2234,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.tee $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.__eq @@ -2175,12 +2255,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.load $0 offset=24 + i32.load offset=24 local.tee $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.__eq @@ -2196,12 +2276,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.load $0 offset=28 + i32.load offset=28 local.tee $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.__eq @@ -2216,9 +2296,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=32 + i32.load offset=32 if i32.const 0 i32.const 1504 @@ -2229,9 +2309,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=36 + i32.load offset=36 i32.const -1 i32.ne if @@ -2253,6 +2333,7 @@ (local $2 i32) (local $3 i32) (local $4 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 28 i32.sub @@ -2266,16 +2347,16 @@ local.tee $0 i32.const 0 i32.const 28 - memory.fill $0 + memory.fill i32.const 1156 i32.const 1152 - i32.store $0 + i32.store i32.const 1160 i32.const 1152 - i32.store $0 + i32.store i32.const 1152 global.set $~lib/rt/itcms/toSpace - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34516 @@ -2285,18 +2366,18 @@ global.set $~lib/rt/itcms/threshold i32.const 1364 i32.const 1360 - i32.store $0 + i32.store i32.const 1368 i32.const 1360 - i32.store $0 + i32.store i32.const 1360 global.set $~lib/rt/itcms/pinSpace i32.const 1396 i32.const 1392 - i32.store $0 + i32.store i32.const 1400 i32.const 1392 - i32.store $0 + i32.store i32.const 1392 global.set $~lib/rt/itcms/fromSpace local.get $0 @@ -2310,64 +2391,66 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 8 i32.const 4 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 call $~lib/object/Object#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=4 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 123 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__link + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 - i32.store $0 - local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -2378,15 +2461,15 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load i32.const 123 i32.ne if @@ -2400,15 +2483,15 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1056 call $~lib/string/String.__eq @@ -2437,17 +2520,17 @@ i32.add local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 123 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1056 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 8 i32.sub @@ -2457,58 +2540,58 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $3 i64.const 0 - i64.store $0 - local.get $0 + i64.store + local.get $3 i32.const 1056 - i32.store $0 + i32.store i32.const 5 i32.const 1052 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $3 - local.get $3 + local.tee $0 + local.get $0 i32.const 5 i32.gt_u select - local.tee $0 + local.tee $1 i32.const 0 - local.get $0 + local.get $1 i32.const 0 i32.le_s select i32.const 1 i32.shl - local.set $1 - block $__inlined_func$~lib/string/String#substring - local.get $0 + local.set $4 + block $__inlined_func$~lib/string/String#substring$208 + local.get $1 i32.const 0 - local.get $0 + local.get $1 i32.const 0 i32.ge_s select i32.const 1 i32.shl - local.tee $0 - local.get $1 + local.tee $5 + local.get $4 i32.sub - local.tee $4 + local.tee $1 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 1568 local.set $0 - br $__inlined_func$~lib/string/String#substring + br $__inlined_func$~lib/string/String#substring$208 end - local.get $1 + local.get $4 i32.eqz + local.get $5 local.get $0 - local.get $3 i32.const 1 i32.shl i32.eq @@ -2520,20 +2603,20 @@ global.set $~lib/memory/__stack_pointer i32.const 1056 local.set $0 - br $__inlined_func$~lib/string/String#substring + br $__inlined_func$~lib/string/String#substring$208 end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.const 2 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $1 + local.get $4 i32.const 1056 i32.add - local.get $4 - memory.copy $0 $0 + local.get $1 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2542,10 +2625,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8 i32.sub @@ -2556,9 +2639,9 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $2 - i32.load $0 + i32.load i32.const 123 i32.ne if @@ -2572,12 +2655,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1600 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1600 call $~lib/string/String.__eq @@ -2597,7 +2680,6 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2607,161 +2689,160 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $0 i32.const 65 i32.const 5 call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store $0 offset=4 - local.get $2 + local.tee $1 + local.get $0 + i32.store offset=4 local.get $1 + local.get $0 call $~lib/object/Object#constructor - local.tee $1 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i64.const 0 - i64.store $0 offset=16 + i64.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 f32.const 0 - f32.store $0 offset=24 + f32.store offset=24 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 f64.const 0 - f64.store $0 offset=32 + f64.store offset=32 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 - i32.store8 $0 offset=40 + i32.store8 offset=40 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 - i32.store8 $0 offset=41 + i32.store8 offset=41 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 - i32.store16 $0 offset=42 + i32.store16 offset=42 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 - i32.store16 $0 offset=44 + i32.store16 offset=44 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 - i32.store $0 offset=48 + i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 f64.const 0 - f64.store $0 offset=56 + f64.store offset=56 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 - i32.store8 $0 offset=64 + i32.store8 offset=64 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 - local.get $1 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + local.get $0 i32.const 0 - i32.store $0 - local.get $1 + i32.store + local.get $0 i32.const 0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $1 + i64.store offset=8 + local.get $0 i64.const 0 - i64.store $0 offset=16 - local.get $1 + i64.store offset=16 + local.get $0 f32.const 0 - f32.store $0 offset=24 - local.get $1 + f32.store offset=24 + local.get $0 f64.const 0 - f64.store $0 offset=32 - local.get $1 + f64.store offset=32 + local.get $0 i32.const 0 - i32.store8 $0 offset=40 - local.get $1 + i32.store8 offset=40 + local.get $0 i32.const 0 - i32.store8 $0 offset=41 - local.get $1 + i32.store8 offset=41 + local.get $0 i32.const 0 - i32.store16 $0 offset=42 - local.get $1 + i32.store16 offset=42 + local.get $0 i32.const 0 - i32.store16 $0 offset=44 - local.get $1 + i32.store16 offset=44 + local.get $0 i32.const 0 - i32.store $0 offset=48 - local.get $1 + i32.store offset=48 + local.get $0 i32.const 0 - i32.store $0 offset=52 - local.get $1 + i32.store offset=52 + local.get $0 f64.const 0 - f64.store $0 offset=56 - local.get $1 + f64.store offset=56 + local.get $0 i32.const 0 - i32.store8 $0 offset=64 + i32.store8 offset=64 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $0 + i32.store + local.get $0 call $object-literal/testOmittedTypes global.get $~lib/memory/__stack_pointer local.set $0 @@ -2776,74 +2857,75 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 16 i32.const 6 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 call $~lib/object/Object#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 0 - f64.store $0 offset=8 - local.get $2 + f64.store offset=8 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $1 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 1632 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 1632 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1632 - call $byn-split-outlined-A$~lib/rt/itcms/__link + call $~lib/rt/itcms/__link local.get $1 f64.const 0 - f64.store $0 offset=8 + f64.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 - i32.store $0 - local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -2854,15 +2936,15 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load if i32.const 0 i32.const 1504 @@ -2874,15 +2956,15 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 - i32.store $0 + i32.store local.get $0 i32.const 1632 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1632 call $~lib/string/String.__eq @@ -2897,9 +2979,9 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 - f64.load $0 offset=8 + f64.load offset=8 f64.const 0 f64.ne if @@ -2915,7 +2997,6 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2925,133 +3006,148 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $0 i32.const 0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $0 i32.const 40 i32.const 7 call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store $0 offset=4 - local.get $2 + local.tee $1 + local.get $0 + i32.store offset=4 local.get $1 + local.get $0 call $~lib/object/Object#constructor - local.tee $1 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1664 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $0 i32.const 1664 - i32.store $0 - local.get $1 + i32.store + local.get $0 i32.const 1664 - call $byn-split-outlined-A$~lib/rt/itcms/__link + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store $0 offset=4 - local.get $2 i32.const 1696 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $0 i32.const 1696 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $0 i32.const 1696 - call $byn-split-outlined-A$~lib/rt/itcms/__link + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 - i32.store $0 offset=8 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $1 + i32.store offset=8 + local.get $0 i32.const 0 - i32.store $0 offset=12 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $1 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $1 + i32.store offset=12 + local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $1 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 - i32.store $0 offset=24 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $1 + i32.store offset=16 + local.get $0 i32.const 0 - i32.store $0 offset=28 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $1 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 - i32.store $0 offset=32 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $1 + i32.store offset=20 + local.get $0 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store offset=24 + local.get $0 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store offset=28 + local.get $0 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store offset=32 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 i32.const -1 - i32.store $0 offset=36 - local.get $2 + i32.store offset=36 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $0 - local.get $1 - i32.store $0 offset=24 - local.get $1 + i32.store offset=24 + local.get $0 i32.const 0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $0 i32.const 0 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + local.get $0 i32.const 0 - i32.store $0 offset=24 - local.get $1 + i32.store offset=24 + local.get $0 i32.const 0 - i32.store $0 offset=28 - local.get $1 + i32.store offset=28 + local.get $0 i32.const 0 - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $0 + i32.store + local.get $0 call $object-literal/testOmittedFoo i32.const 34516 global.set $~lib/memory/__stack_pointer @@ -3102,6 +3198,7 @@ unreachable ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) + (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3118,17 +3215,18 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3136,72 +3234,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__link (param $0 i32) (param $1 i32) - local.get $0 - i32.eqz - if - i32.const 0 - i32.const 1104 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white - local.get $1 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - i32.const 20 - i32.sub - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $0 - i32.const 3 - i32.eq - i32.and - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - end - end - end - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/optional-typeparameters.debug.wat b/tests/compiler/optional-typeparameters.debug.wat index ea99c2b3f8..23b59ab8ef 100644 --- a/tests/compiler/optional-typeparameters.debug.wat +++ b/tests/compiler/optional-typeparameters.debug.wat @@ -1,15 +1,15 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_f64_f64_=>_f64 (func (param i32 f64 f64) (result f64))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) + (type $9 (func (param i32 i32 i32) (result i32))) + (type $10 (func (param i32 f64 f64) (result f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -58,12 +58,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -77,7 +77,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -151,7 +151,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -221,11 +221,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -233,7 +233,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -365,7 +365,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -378,7 +378,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -394,34 +394,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -581,7 +581,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -604,7 +604,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -618,7 +618,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -641,7 +641,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -784,7 +784,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -870,7 +870,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -950,7 +950,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -984,7 +984,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1007,7 +1007,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1021,7 +1021,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1073,7 +1073,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1111,7 +1111,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1186,7 +1185,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1220,7 +1219,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1241,7 +1240,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1261,7 +1260,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1281,7 +1280,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1307,7 +1306,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1330,7 +1329,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1815,7 +1814,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1860,7 +1859,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1893,7 +1892,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1916,7 +1915,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1942,7 +1941,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1955,7 +1954,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1982,19 +1981,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2196,12 +2195,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2252,7 +2251,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2317,7 +2316,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2326,19 +2325,18 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/array/Array<~lib/string/String>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array<~lib/string/String>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array<~lib/string/String>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/string/String>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2362,7 +2360,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $optional-typeparameters/TestConcrete $optional-typeparameters/TestDerived $optional-typeparameters/TestMethodDerived<~lib/string/String> $~lib/array/Array<~lib/string/String> $optional-typeparameters/TestMethodDerived2 $invalid end return @@ -2416,7 +2414,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2425,18 +2423,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2454,7 +2452,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2463,18 +2461,18 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2492,7 +2490,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2501,18 +2499,18 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2530,7 +2528,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2539,18 +2537,18 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2568,12 +2566,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $v local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $optional-typeparameters/TestMethodDerived<~lib/string/String>#test<~lib/array/Array<~lib/string/String>> global.get $~lib/memory/__stack_pointer @@ -2590,14 +2588,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 1 call $optional-typeparameters/testConcrete drop i32.const 2 call $optional-typeparameters/testDerived drop - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2621,7 +2619,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 i32.const 2 @@ -2634,7 +2632,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 f64.const 1 f64.const 2 @@ -2647,7 +2645,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $optional-typeparameters/TestMethodDerived<~lib/string/String>#test<~lib/array/Array<~lib/string/String>> i32.const 0 @@ -2657,13 +2655,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 global.get $optional-typeparameters/tMethodDerived local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $optional-typeparameters/TestMethodDerived2#foo global.get $~lib/memory/__stack_pointer @@ -2683,14 +2681,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:dataStart local.set $cur @@ -2699,7 +2697,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:length_ i32.const 2 @@ -2712,7 +2710,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -2731,7 +2729,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:buffer local.get $cookie @@ -2750,7 +2748,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -2759,7 +2757,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/optional-typeparameters.release.wat b/tests/compiler/optional-typeparameters.release.wat index 338470aae5..3b0c029c9b 100644 --- a/tests/compiler/optional-typeparameters.release.wat +++ b/tests/compiler/optional-typeparameters.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func)) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -43,33 +43,33 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $optional-typeparameters/tDerived local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $optional-typeparameters/tMethodDerived local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $optional-typeparameters/tMethodDerived2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -79,7 +79,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -97,7 +97,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -105,137 +105,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34248 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$131 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34248 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$131 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1440 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1444 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1440 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1444 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -243,8 +263,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -256,10 +276,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -270,29 +290,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -300,10 +320,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -317,75 +337,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -407,7 +420,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -424,12 +437,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -446,17 +459,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -466,9 +479,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -493,13 +506,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -533,7 +546,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -589,19 +602,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -613,15 +626,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -629,16 +642,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -660,10 +674,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -676,18 +690,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -711,30 +724,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -742,10 +755,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -753,7 +766,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -761,7 +774,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -772,10 +785,10 @@ end i32.const 34256 i32.const 0 - i32.store $0 + i32.store i32.const 35824 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -787,7 +800,7 @@ i32.const 34256 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -805,7 +818,7 @@ i32.const 34256 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -822,7 +835,7 @@ end i32.const 34256 i32.const 35828 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -855,7 +868,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -868,19 +881,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -891,7 +904,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -903,7 +916,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -916,12 +929,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -930,7 +939,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -941,26 +950,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -976,7 +985,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -992,7 +1001,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1017,14 +1026,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1059,7 +1068,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1073,10 +1082,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1088,10 +1097,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1101,7 +1110,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1112,10 +1121,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1127,7 +1136,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1148,7 +1157,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1163,7 +1172,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1184,7 +1193,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1215,11 +1224,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1238,12 +1247,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1254,7 +1263,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1273,7 +1282,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1290,7 +1299,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1306,7 +1315,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1316,7 +1325,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1325,54 +1334,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1385,7 +1394,7 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1405,7 +1414,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $optional-typeparameters/TestConcrete $optional-typeparameters/TestDerived $optional-typeparameters/TestMethodDerived<~lib/string/String> $~lib/array/Array<~lib/string/String> $optional-typeparameters/TestMethodDerived2 $invalid end return @@ -1415,11 +1424,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1447,19 +1456,19 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 2 i32.shl i32.add @@ -1470,11 +1479,11 @@ i32.lt_u if local.get $1 - i32.load $0 + i32.load local.tee $3 if local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $1 i32.const 4 @@ -1485,14 +1494,10 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1518,8 +1523,8 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 - memory.size $0 + i64.store + memory.size i32.const 16 i32.shl i32.const 34248 @@ -1529,26 +1534,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace local.get $0 @@ -1562,21 +1567,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1585,7 +1590,7 @@ global.set $optional-typeparameters/tConcrete global.get $~lib/memory/__stack_pointer global.get $optional-typeparameters/tConcrete - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1597,21 +1602,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1620,7 +1625,7 @@ global.set $optional-typeparameters/tDerived global.get $~lib/memory/__stack_pointer global.get $optional-typeparameters/tDerived - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1632,21 +1637,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1655,7 +1660,7 @@ global.set $optional-typeparameters/tMethodDerived global.get $~lib/memory/__stack_pointer global.get $optional-typeparameters/tMethodDerived - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1667,21 +1672,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 8 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1690,11 +1695,11 @@ global.set $optional-typeparameters/tMethodDerived2 global.get $~lib/memory/__stack_pointer global.get $optional-typeparameters/tMethodDerived2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $optional-typeparameters/tMethodDerived local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1706,10 +1711,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add @@ -1728,6 +1733,7 @@ unreachable ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) + (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1744,16 +1750,17 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1761,23 +1768,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/overflow.debug.wat b/tests/compiler/overflow.debug.wat index f0af61e873..66d363d737 100644 --- a/tests/compiler/overflow.debug.wat +++ b/tests/compiler/overflow.debug.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__data_end i32 (i32.const 60)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) diff --git a/tests/compiler/packages.debug.wat b/tests/compiler/packages.debug.wat index 13aa0a1377..1427d6bbee 100644 --- a/tests/compiler/packages.debug.wat +++ b/tests/compiler/packages.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $~lib/a/index/a i32 (i32.const 1)) (global $~lib/c/index/c i32 (i32.const 3)) (global $~lib/b/index/b i32 (i32.const 2)) diff --git a/tests/compiler/polyfills.debug.wat b/tests/compiler/polyfills.debug.wat index 5a5100659a..38b080c31a 100644 --- a/tests/compiler/polyfills.debug.wat +++ b/tests/compiler/polyfills.debug.wat @@ -1,8 +1,8 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i64_=>_i64 (func (param i64) (result i64))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i64) (result i64))) + (type $2 (func)) + (type $3 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__data_end i32 (i32.const 60)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) diff --git a/tests/compiler/portable-conversions.debug.wat b/tests/compiler/portable-conversions.debug.wat index 555539dfaa..b166b9278f 100644 --- a/tests/compiler/portable-conversions.debug.wat +++ b/tests/compiler/portable-conversions.debug.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $portable-conversions/i (mut i32) (i32.const 1)) (global $portable-conversions/I (mut i64) (i64.const 1)) diff --git a/tests/compiler/possibly-null.debug.wat b/tests/compiler/possibly-null.debug.wat index 0c96d004c9..f528abfabe 100644 --- a/tests/compiler/possibly-null.debug.wat +++ b/tests/compiler/possibly-null.debug.wat @@ -1,9 +1,9 @@ (module - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32) (result i32))) + (type $3 (func (param i32 i32 i32 i32))) + (type $4 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) @@ -142,7 +142,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store loop $while-continue|0 local.get $a if @@ -151,7 +151,7 @@ global.get $~lib/memory/__stack_pointer local.get $b local.tee $a - i32.store $0 + i32.store i32.const 1 i32.eqz drop @@ -171,7 +171,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store loop $while-continue|0 local.get $a if @@ -182,7 +182,7 @@ global.get $~lib/memory/__stack_pointer local.get $b local.tee $a - i32.store $0 + i32.store i32.const 0 drop end @@ -250,11 +250,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $b local.tee $a - i32.store $0 + i32.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -291,14 +291,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $a if (result i32) local.get $a local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $possibly-null/requireNonNull else @@ -319,7 +319,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $a i32.eqz if (result i32) @@ -329,7 +329,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $possibly-null/requireNonNull i32.const 0 @@ -349,7 +349,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $possibly-null/testTrue global.get $~lib/memory/__stack_pointer @@ -365,7 +365,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $possibly-null/testFalseElse global.get $~lib/memory/__stack_pointer @@ -381,7 +381,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $possibly-null/testFalseContinuation global.get $~lib/memory/__stack_pointer @@ -397,7 +397,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $possibly-null/testNeNull global.get $~lib/memory/__stack_pointer @@ -413,7 +413,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $possibly-null/testEqNullElse global.get $~lib/memory/__stack_pointer @@ -429,7 +429,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $possibly-null/testEqNullContinuation global.get $~lib/memory/__stack_pointer @@ -445,7 +445,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $possibly-null/testNotEqNull global.get $~lib/memory/__stack_pointer @@ -461,7 +461,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $possibly-null/testNotNeNullElse global.get $~lib/memory/__stack_pointer @@ -477,7 +477,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $possibly-null/testNotNeNullContinuation global.get $~lib/memory/__stack_pointer @@ -493,7 +493,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $possibly-null/testWhile global.get $~lib/memory/__stack_pointer @@ -509,10 +509,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $possibly-null/testWhile2 @@ -529,10 +529,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $possibly-null/testWhile3 @@ -549,7 +549,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $possibly-null/testLogicalAnd global.get $~lib/memory/__stack_pointer @@ -565,7 +565,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $possibly-null/testLogicalOr global.get $~lib/memory/__stack_pointer @@ -581,10 +581,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $possibly-null/testLogicalAndMulti @@ -601,10 +601,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $possibly-null/testLogicalOrMulti @@ -621,10 +621,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $possibly-null/testAssign @@ -641,7 +641,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $possibly-null/testNeverNull global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/possibly-null.release.wat b/tests/compiler/possibly-null.release.wat index 7b0afe7dd0..95511ae52c 100644 --- a/tests/compiler/possibly-null.release.wat +++ b/tests/compiler/possibly-null.release.wat @@ -1,7 +1,7 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33792)) (memory $0 0) @@ -44,7 +44,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add @@ -68,7 +68,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store loop $while-continue|0 local.get $0 if @@ -96,10 +96,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.sub @@ -110,14 +110,14 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store loop $while-continue|0 local.get $0 if global.get $~lib/memory/__stack_pointer local.get $1 local.tee $0 - i32.store $0 + i32.store br $while-continue|0 end end @@ -152,10 +152,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.sub @@ -166,7 +166,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store loop $while-continue|0 local.get $0 if @@ -174,7 +174,7 @@ if global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.set $0 end @@ -212,7 +212,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.sub @@ -222,13 +222,14 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 if - global.get $~lib/memory/__stack_pointer + local.get $1 local.get $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -267,10 +268,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 8 i32.add @@ -290,10 +291,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.sub @@ -305,10 +306,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.add diff --git a/tests/compiler/recursive.debug.wat b/tests/compiler/recursive.debug.wat index 5dfb12cd7c..4e54987682 100644 --- a/tests/compiler/recursive.debug.wat +++ b/tests/compiler/recursive.debug.wat @@ -1,5 +1,5 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func (param i32) (result i32))) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) (global $~lib/memory/__heap_base i32 (i32.const 32776)) diff --git a/tests/compiler/recursive.release.wat b/tests/compiler/recursive.release.wat index c6bee48f39..ea69ed2fe6 100644 --- a/tests/compiler/recursive.release.wat +++ b/tests/compiler/recursive.release.wat @@ -1,5 +1,5 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func (param i32) (result i32))) (memory $0 0) (export "fib" (func $recursive/fib)) (export "memory" (memory $0)) diff --git a/tests/compiler/reexport.debug.wat b/tests/compiler/reexport.debug.wat index b19004b09e..627d155d23 100644 --- a/tests/compiler/reexport.debug.wat +++ b/tests/compiler/reexport.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $export/a i32 (i32.const 1)) (global $export/b i32 (i32.const 2)) @@ -86,17 +86,17 @@ (func $exports/Car#set:doors (param $this i32) (param $doors i32) local.get $this local.get $doors - i32.store $0 + i32.store ) (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -110,7 +110,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -184,7 +184,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -254,11 +254,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -266,7 +266,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 272 @@ -398,7 +398,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -411,7 +411,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -427,34 +427,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -614,7 +614,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -637,7 +637,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -651,7 +651,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -674,7 +674,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -817,7 +817,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -903,7 +903,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -983,7 +983,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1017,7 +1017,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1040,7 +1040,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1054,7 +1054,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1106,7 +1106,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1144,7 +1144,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1219,7 +1218,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1253,7 +1252,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1274,7 +1273,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1294,7 +1293,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1314,7 +1313,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1340,7 +1339,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1363,7 +1362,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1848,7 +1847,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1893,7 +1892,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1926,7 +1925,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1949,7 +1948,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1975,7 +1974,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1988,7 +1987,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2015,19 +2014,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2229,12 +2228,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2285,13 +2284,13 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $exports/Car#get:doors (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $export/sub (param $a i32) (param $b i32) (result i32) local.get $a @@ -2300,7 +2299,6 @@ return ) (func $export-default/theDefault - nop ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -2324,7 +2322,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2333,7 +2331,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2345,7 +2342,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $exports/Car $invalid end return @@ -2388,7 +2385,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2397,13 +2394,13 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $doors call $exports/Car#set:doors @@ -2411,7 +2408,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $doors call $exports/Car#set:doors @@ -2432,12 +2429,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $exports/Car#get:doors local.set $1 @@ -2457,7 +2454,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 i32.const 2 call $export/add @@ -2494,7 +2491,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2519,7 +2516,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $exports/Car#get:numDoors i32.const 2 diff --git a/tests/compiler/reexport.release.wat b/tests/compiler/reexport.release.wat index aa6cf67823..18730c09fb 100644 --- a/tests/compiler/reexport.release.wat +++ b/tests/compiler/reexport.release.wat @@ -1,12 +1,12 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func)) + (type $1 (func (param i32 i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) + (type $7 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $export/a i32 (i32.const 1)) (global $export/b i32 (i32.const 2)) @@ -68,15 +68,15 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1296 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1104 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -86,7 +86,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -104,7 +104,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -112,137 +112,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1168 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1168 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34280 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$119 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34280 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1168 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$119 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1168 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1168 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1488 + i32.load + i32.gt_u + if + i32.const 1296 + i32.const 1360 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1492 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1488 - i32.load $0 - i32.gt_u - if - i32.const 1296 - i32.const 1360 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1492 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -250,8 +270,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -263,10 +283,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -277,29 +297,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -307,10 +327,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -324,75 +344,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -414,7 +427,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -431,12 +444,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -453,17 +466,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -473,9 +486,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -500,13 +513,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -540,7 +553,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -596,19 +609,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -620,15 +633,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -636,16 +649,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -667,10 +681,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -683,18 +697,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -718,30 +731,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -749,10 +762,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -760,7 +773,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -768,7 +781,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -779,10 +792,10 @@ end i32.const 34288 i32.const 0 - i32.store $0 + i32.store i32.const 35856 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -794,7 +807,7 @@ i32.const 34288 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -812,7 +825,7 @@ i32.const 34288 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -829,7 +842,7 @@ end i32.const 34288 i32.const 35860 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -862,7 +875,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -875,19 +888,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -898,7 +911,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -910,7 +923,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -923,12 +936,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -937,7 +946,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -948,26 +957,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -983,7 +992,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -999,7 +1008,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1024,14 +1033,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1066,7 +1075,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1080,10 +1089,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1095,10 +1104,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1108,7 +1117,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1119,10 +1128,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1134,7 +1143,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1155,7 +1164,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1170,7 +1179,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $0 loop $do-loop|0 @@ -1191,7 +1200,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $0 i32.const 0 @@ -1222,11 +1231,11 @@ local.tee $0 i32.eqz if - memory.size $0 + memory.size local.tee $0 i32.const 4 local.get $1 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $0 i32.const 16 i32.shl @@ -1245,12 +1254,12 @@ local.get $2 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $2 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1261,7 +1270,7 @@ local.get $0 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1280,7 +1289,7 @@ end end local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1297,7 +1306,7 @@ local.get $0 call $~lib/rt/tlsf/removeBlock local.get $0 - i32.load $0 + i32.load local.tee $2 i32.const -4 i32.and @@ -1313,7 +1322,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $0 i32.const 32 i32.add @@ -1323,7 +1332,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1332,54 +1341,54 @@ local.get $2 i32.const -2 i32.and - i32.store $0 + i32.store local.get $0 i32.const 4 i32.add local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $1 local.get $1 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $0 i32.const 4 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $0 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1391,7 +1400,7 @@ i32.add local.tee $0 i32.const 0 - i32.store $0 align=1 + i32.store align=1 local.get $0 ) (func $export/sub (param $0 i32) (param $1 i32) (result i32) @@ -1400,7 +1409,6 @@ i32.sub ) (func $export-default/theDefault - nop ) (func $~lib/rt/__visit_members (param $0 i32) block $invalid @@ -1412,7 +1420,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $exports/Car $invalid end return @@ -1422,11 +1430,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1449,8 +1457,8 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 - memory.size $0 + i32.store + memory.size i32.const 16 i32.shl i32.const 34280 @@ -1460,26 +1468,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1220 i32.const 1216 - i32.store $0 + i32.store i32.const 1224 i32.const 1216 - i32.store $0 + i32.store i32.const 1216 global.set $~lib/rt/itcms/pinSpace i32.const 1252 i32.const 1248 - i32.store $0 + i32.store i32.const 1256 i32.const 1248 - i32.store $0 + i32.store i32.const 1248 global.set $~lib/rt/itcms/toSpace i32.const 1396 i32.const 1392 - i32.store $0 + i32.store i32.const 1400 i32.const 1392 - i32.store $0 + i32.store i32.const 1392 global.set $~lib/rt/itcms/fromSpace local.get $0 @@ -1493,24 +1501,24 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.add @@ -1520,7 +1528,7 @@ global.get $~lib/memory/__stack_pointer global.get $reexport/car local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1532,12 +1540,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $0 local.get $1 i32.const 4 @@ -1567,23 +1575,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/rereexport.debug.wat b/tests/compiler/rereexport.debug.wat index b409499e1b..f915695912 100644 --- a/tests/compiler/rereexport.debug.wat +++ b/tests/compiler/rereexport.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $export/a i32 (i32.const 1)) (global $export/b i32 (i32.const 2)) @@ -79,17 +79,17 @@ (func $exports/Car#set:doors (param $this i32) (param $doors i32) local.get $this local.get $doors - i32.store $0 + i32.store ) (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -103,7 +103,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -177,7 +177,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -247,11 +247,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -259,7 +259,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 272 @@ -391,7 +391,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -404,7 +404,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -420,34 +420,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -607,7 +607,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -630,7 +630,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -644,7 +644,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -667,7 +667,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -810,7 +810,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -896,7 +896,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -976,7 +976,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1010,7 +1010,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1033,7 +1033,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1047,7 +1047,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1099,7 +1099,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1137,7 +1137,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1212,7 +1211,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1246,7 +1245,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1267,7 +1266,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1287,7 +1286,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1307,7 +1306,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1333,7 +1332,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1356,7 +1355,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1841,7 +1840,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1886,7 +1885,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1919,7 +1918,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1942,7 +1941,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1968,7 +1967,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1981,7 +1980,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2008,19 +2007,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2222,12 +2221,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2278,16 +2277,15 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $exports/Car#get:doors (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $export-default/theDefault - nop ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -2325,7 +2323,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2334,7 +2332,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2346,7 +2343,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $exports/Car $invalid end return @@ -2389,7 +2386,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2398,13 +2395,13 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $doors call $exports/Car#set:doors @@ -2412,7 +2409,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $doors call $exports/Car#set:doors @@ -2433,12 +2430,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $exports/Car#get:doors local.set $1 @@ -2458,7 +2455,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 i32.const 2 call $export/add @@ -2495,7 +2492,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2520,7 +2517,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $exports/Car#get:numDoors i32.const 2 @@ -2548,7 +2545,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store call $start:reexport i32.const 2 i32.const 2 @@ -2586,7 +2583,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $exports/Car#get:numDoors i32.const 2 @@ -2636,7 +2633,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $exports/Car#get:numDoors i32.const 2 diff --git a/tests/compiler/rereexport.release.wat b/tests/compiler/rereexport.release.wat index 4ca358b3ef..c9abba4c80 100644 --- a/tests/compiler/rereexport.release.wat +++ b/tests/compiler/rereexport.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $0 (func)) + (type $1 (func (result i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $export/a i32 (i32.const 1)) (global $export/b i32 (i32.const 2)) @@ -54,27 +54,27 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $rereexport/exportsNamespaceCar local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1296 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1104 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $reexport/car local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -84,7 +84,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -102,7 +102,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -110,137 +110,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1168 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1168 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34328 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$120 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34328 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1168 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$120 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1168 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1168 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1536 + i32.load + i32.gt_u + if + i32.const 1296 + i32.const 1360 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1540 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1536 - i32.load $0 - i32.gt_u - if - i32.const 1296 - i32.const 1360 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1540 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -248,8 +268,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -261,10 +281,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -275,29 +295,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -305,10 +325,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -322,75 +342,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -412,7 +425,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -429,12 +442,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -451,17 +464,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -471,9 +484,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -498,13 +511,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -538,7 +551,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -594,19 +607,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -618,15 +631,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -634,16 +647,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -665,10 +679,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -681,18 +695,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -716,30 +729,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -747,10 +760,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -758,7 +771,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -766,7 +779,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -777,10 +790,10 @@ end i32.const 34336 i32.const 0 - i32.store $0 + i32.store i32.const 35904 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -792,7 +805,7 @@ i32.const 34336 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -810,7 +823,7 @@ i32.const 34336 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -827,7 +840,7 @@ end i32.const 34336 i32.const 35908 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -860,7 +873,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -873,19 +886,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -896,7 +909,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -908,7 +921,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -921,12 +934,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -935,7 +944,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -946,26 +955,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -981,7 +990,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -997,7 +1006,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1022,14 +1031,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1064,7 +1073,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1078,10 +1087,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1093,10 +1102,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1106,7 +1115,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1117,10 +1126,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1132,7 +1141,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1153,7 +1162,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1168,7 +1177,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $0 loop $do-loop|0 @@ -1189,7 +1198,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $0 i32.const 0 @@ -1220,11 +1229,11 @@ local.tee $0 i32.eqz if - memory.size $0 + memory.size local.tee $0 i32.const 4 local.get $1 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $0 i32.const 16 i32.shl @@ -1243,12 +1252,12 @@ local.get $2 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $2 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1259,7 +1268,7 @@ local.get $0 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1278,7 +1287,7 @@ end end local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1295,7 +1304,7 @@ local.get $0 call $~lib/rt/tlsf/removeBlock local.get $0 - i32.load $0 + i32.load local.tee $2 i32.const -4 i32.and @@ -1311,7 +1320,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $0 i32.const 32 i32.add @@ -1321,7 +1330,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1330,54 +1339,54 @@ local.get $2 i32.const -2 i32.and - i32.store $0 + i32.store local.get $0 i32.const 4 i32.add local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $1 local.get $1 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $0 i32.const 4 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $0 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1389,11 +1398,10 @@ i32.add local.tee $0 i32.const 0 - i32.store $0 align=1 + i32.store align=1 local.get $0 ) (func $export-default/theDefault - nop ) (func $~lib/rt/__visit_members (param $0 i32) block $invalid @@ -1405,7 +1413,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $exports/Car $invalid end return @@ -1415,11 +1423,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1441,7 +1449,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -1452,8 +1460,8 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - memory.size $0 + i32.store + memory.size i32.const 16 i32.shl i32.const 34328 @@ -1463,26 +1471,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1220 i32.const 1216 - i32.store $0 + i32.store i32.const 1224 i32.const 1216 - i32.store $0 + i32.store i32.const 1216 global.set $~lib/rt/itcms/pinSpace i32.const 1252 i32.const 1248 - i32.store $0 + i32.store i32.const 1256 i32.const 1248 - i32.store $0 + i32.store i32.const 1248 global.set $~lib/rt/itcms/toSpace i32.const 1396 i32.const 1392 - i32.store $0 + i32.store i32.const 1400 i32.const 1392 - i32.store $0 + i32.store i32.const 1392 global.set $~lib/rt/itcms/fromSpace call $exports/Car#constructor @@ -1490,7 +1498,7 @@ global.get $~lib/memory/__stack_pointer global.get $reexport/car local.tee $0 - i32.store $0 + i32.store local.get $0 call $exports/Car#get:numDoors i32.const 2 @@ -1512,7 +1520,7 @@ global.get $~lib/memory/__stack_pointer global.get $rereexport/car local.tee $0 - i32.store $0 + i32.store local.get $0 call $exports/Car#get:numDoors i32.const 2 @@ -1530,7 +1538,7 @@ global.get $~lib/memory/__stack_pointer global.get $rereexport/exportsNamespaceCar local.tee $0 - i32.store $0 + i32.store local.get $0 call $exports/Car#get:numDoors i32.const 2 @@ -1577,24 +1585,24 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.add @@ -1621,12 +1629,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $0 local.get $1 i32.const 4 @@ -1634,23 +1642,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/resolve-access.debug.wat b/tests/compiler/resolve-access.debug.wat index daff744a0a..9c7b8ab2d7 100644 --- a/tests/compiler/resolve-access.debug.wat +++ b/tests/compiler/resolve-access.debug.wat @@ -1,22 +1,22 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $none_=>_none (func)) - (type $none_=>_i32 (func (result i32))) - (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i64_=>_i32 (func (param i64) (result i32))) - (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) - (type $i32_i64_=>_none (func (param i32 i64))) - (type $i32_=>_i64 (func (param i32) (result i64))) - (type $i32_i32_=>_i64 (func (param i32 i32) (result i64))) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32))) + (type $5 (func)) + (type $6 (func (result i32))) + (type $7 (func (param i64 i32) (result i32))) + (type $8 (func (param i32 i64 i32))) + (type $9 (func (param i32 i32 i32 i32))) + (type $10 (func (param i32 i32 i64) (result i32))) + (type $11 (func (param i32 i32 i32) (result i32))) + (type $12 (func (param i64) (result i32))) + (type $13 (func (param i32 i64 i32 i32))) + (type $14 (func (param i32 i64))) + (type $15 (func (param i32) (result i64))) + (type $16 (func (param i32 i32) (result i64))) + (type $17 (func (param i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -66,12 +66,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -85,7 +85,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -159,7 +159,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -229,11 +229,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -241,7 +241,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 256 @@ -373,7 +373,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -386,7 +386,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -402,34 +402,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -589,7 +589,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -612,7 +612,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -626,7 +626,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -649,7 +649,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -792,7 +792,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -878,7 +878,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -958,7 +958,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -992,7 +992,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1015,7 +1015,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1029,7 +1029,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1081,7 +1081,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1119,7 +1119,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1194,7 +1193,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1228,7 +1227,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1249,7 +1248,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1269,7 +1268,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1289,7 +1288,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1315,7 +1314,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1338,7 +1337,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1823,7 +1822,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1868,7 +1867,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1901,7 +1900,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1924,7 +1923,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1950,7 +1949,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1963,7 +1962,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1990,19 +1989,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2204,12 +2203,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2260,7 +2259,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2275,7 +2274,7 @@ local.get $buffer local.get $data local.get $size - memory.copy $0 $0 + memory.copy end local.get $buffer return @@ -2350,11 +2349,11 @@ ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/util/number/decimalCount32 (param $value i32) (result i32) local.get $value @@ -2451,14 +2450,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 716 local.get $d2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -2474,7 +2473,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -2501,7 +2500,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits local.get $buffer local.get $offset @@ -2509,7 +2508,7 @@ i32.shl i32.add local.get $digits - i32.store $0 + i32.store end local.get $num i32.const 10 @@ -2524,7 +2523,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits|12 local.get $buffer local.get $offset @@ -2532,7 +2531,7 @@ i32.shl i32.add local.get $digits|12 - i32.store $0 + i32.store else local.get $offset i32.const 1 @@ -2548,7 +2547,7 @@ i32.shl i32.add local.get $digit - i32.store16 $0 + i32.store16 end ) (func $~lib/util/number/decimalCount64High (param $value i64) (result i32) @@ -2668,14 +2667,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 716 local.get $c2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -2691,20 +2690,20 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store i32.const 716 local.get $b1 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 716 local.get $b2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -2720,7 +2719,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -2753,8 +2752,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $num i64.const 8 i64.shr_u @@ -2773,8 +2772,8 @@ i32.const 6 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 end ) (func $~lib/util/number/ulog_base (param $num i64) (param $base i32) (result i32) @@ -2898,8 +2897,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $num local.get $shift i64.shr_u @@ -2934,8 +2933,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $q local.set $num local.get $num @@ -2954,11 +2953,11 @@ (func $resolve-access/Container#set:foo (param $this i32) (param $foo i64) local.get $this local.get $foo - i64.store $0 + i64.store ) (func $resolve-access/Container#get:foo (param $this i32) (result i64) local.get $this - i64.load $0 + i64.load ) (func $~lib/number/U32#toString (param $this i32) (param $radix i32) (result i32) local.get $this @@ -2987,7 +2986,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2996,11 +2995,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -3012,7 +3010,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -3034,7 +3032,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/array/Array $resolve-access/Container $invalid end return @@ -3063,7 +3061,7 @@ unreachable ) (func $~start - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3105,13 +3103,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -3127,14 +3125,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value i32.const 0 drop @@ -3159,7 +3157,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 3 @@ -3167,12 +3165,12 @@ i32.const 32 call $~lib/rt/__newArray local.tee $arr - i32.store $0 + i32.store local.get $arr local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 call $~lib/array/Array#__get @@ -3195,7 +3193,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3204,23 +3202,23 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 0 call $resolve-access/Container#set:foo @@ -3242,17 +3240,17 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 call $resolve-access/Container#constructor local.tee $container - i32.store $0 + i32.store local.get $container local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 1 call $resolve-access/Container#set:foo @@ -3260,7 +3258,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $resolve-access/Container#get:foo i32.const 10 @@ -3282,12 +3280,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $resolve-access/Container#get:foo i32.wrap_i64 @@ -3309,17 +3307,17 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 call $resolve-access/Container#constructor local.tee $container - i32.store $0 + i32.store local.get $container local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 1 call $resolve-access/Container#set:foo @@ -3327,7 +3325,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $resolve-access/Container#toU32 i32.const 10 @@ -3349,14 +3347,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -3375,14 +3373,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -3404,7 +3402,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length local.get $alignLog2 i32.shl @@ -3415,27 +3413,27 @@ local.get $data call $~lib/rt/__newBuffer local.tee $buffer - i32.store $0 + i32.store i32.const 16 local.get $id call $~lib/rt/itcms/__new local.set $array local.get $array local.get $buffer - i32.store $0 + i32.store local.get $array local.get $buffer i32.const 0 call $~lib/rt/itcms/__link local.get $array local.get $buffer - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $bufferSize - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.get $length - i32.store $0 offset=12 + i32.store offset=12 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer @@ -3469,7 +3467,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -3524,7 +3522,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer local.get $val32 @@ -3550,7 +3548,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer|9 local.get $value @@ -3588,7 +3586,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer|13 local.get $value @@ -3615,7 +3613,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $value local.get $decimals|16 @@ -3641,7 +3639,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -3650,7 +3648,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 @@ -3679,7 +3677,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -3724,7 +3722,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer local.get $value @@ -3760,7 +3758,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer|8 local.get $value @@ -3789,7 +3787,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $value i64.extend_i32_u diff --git a/tests/compiler/resolve-access.release.wat b/tests/compiler/resolve-access.release.wat index 81f11c300d..405880f946 100644 --- a/tests/compiler/resolve-access.release.wat +++ b/tests/compiler/resolve-access.release.wat @@ -1,13 +1,13 @@ (module - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i64_=>_i32 (func (param i64) (result i32))) + (type $0 (func (result i32))) + (type $1 (func (param i32))) + (type $2 (func)) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) + (type $7 (func (param i32 i32 i32))) + (type $8 (func (param i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -56,16 +56,16 @@ (local $0 i32) (local $1 i32) i32.const 1280 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1088 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 2160 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 3216 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -75,7 +75,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -93,7 +93,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -110,7 +110,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -124,16 +124,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$143 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 36096 @@ -148,10 +148,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$143 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -164,20 +164,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -186,7 +186,7 @@ else local.get $1 i32.const 3296 - i32.load $0 + i32.load i32.gt_u if i32.const 1280 @@ -201,13 +201,13 @@ i32.shl i32.const 3300 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -217,21 +217,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -239,8 +263,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -252,10 +276,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -266,29 +290,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -296,10 +320,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -313,75 +337,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -403,7 +420,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -420,12 +437,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -442,17 +459,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -462,9 +479,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -489,13 +506,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -529,7 +546,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -585,19 +602,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -609,15 +626,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -625,16 +642,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -656,10 +674,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -672,18 +690,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -707,30 +724,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -738,10 +755,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -749,7 +766,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -757,7 +774,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -768,10 +785,10 @@ end i32.const 36096 i32.const 0 - i32.store $0 + i32.store i32.const 37664 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -783,7 +800,7 @@ i32.const 36096 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -801,7 +818,7 @@ i32.const 36096 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -818,7 +835,7 @@ end i32.const 36096 i32.const 37668 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -851,7 +868,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -864,19 +881,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -887,7 +904,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -899,7 +916,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -912,12 +929,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -926,7 +939,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -937,26 +950,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -972,7 +985,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -988,7 +1001,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1013,14 +1026,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1055,7 +1068,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1069,10 +1082,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1084,10 +1097,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1095,47 +1108,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1156,7 +1171,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1173,10 +1188,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1192,7 +1207,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1213,7 +1228,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1240,7 +1255,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1261,7 +1276,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1303,50 +1318,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1366,12 +1385,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1382,7 +1401,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1403,7 +1422,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1419,8 +1438,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1434,90 +1453,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1530,7 +1549,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/util/number/utoa32_dec_lut (param $0 i32) (param $1 i32) (param $2 i32) @@ -1563,7 +1582,7 @@ i32.shl i32.const 1740 i32.add - i64.load32_u $0 + i64.load32_u local.get $3 i32.const 100 i32.rem_u @@ -1571,11 +1590,11 @@ i32.shl i32.const 1740 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -1598,8 +1617,8 @@ i32.shl i32.const 1740 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $1 i32.const 100 i32.div_u @@ -1621,8 +1640,8 @@ i32.shl i32.const 1740 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store else local.get $0 local.get $2 @@ -1634,7 +1653,7 @@ local.get $1 i32.const 48 i32.add - i32.store16 $0 + i32.store16 end ) (func $~lib/number/U64#toString (param $0 i64) (result i32) @@ -1658,19 +1677,20 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 - block $__inlined_func$~lib/util/number/utoa64 + i32.store + block $__inlined_func$~lib/util/number/utoa64$73 local.get $0 i64.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 1728 local.set $2 - br $__inlined_func$~lib/util/number/utoa64 + br $__inlined_func$~lib/util/number/utoa64$73 end local.get $0 i64.const 4294967295 @@ -1731,7 +1751,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store local.get $2 local.get $1 local.get $3 @@ -1794,7 +1814,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store loop $while-continue|0 local.get $0 i64.const 100000000 @@ -1827,7 +1847,7 @@ i32.shl i32.const 1740 i32.add - i64.load32_u $0 + i64.load32_u local.get $4 i32.const 100 i32.rem_u @@ -1835,11 +1855,11 @@ i32.shl i32.const 1740 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store local.get $2 local.get $1 i32.const 4 @@ -1858,7 +1878,7 @@ i32.shl i32.const 1740 i32.add - i64.load32_u $0 + i64.load32_u local.get $3 i32.const 100 i32.rem_u @@ -1866,11 +1886,11 @@ i32.shl i32.const 1740 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -1907,17 +1927,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1935,7 +1951,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/array/Array $resolve-access/Container $invalid end return @@ -1945,11 +1961,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1966,7 +1982,7 @@ unreachable ) (func $~start - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 36096 @@ -1976,26 +1992,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/pinSpace i32.const 1236 i32.const 1232 - i32.store $0 + i32.store i32.const 1240 i32.const 1232 - i32.store $0 + i32.store i32.const 1232 global.set $~lib/rt/itcms/toSpace i32.const 1380 i32.const 1376 - i32.store $0 + i32.store i32.const 1384 i32.const 1376 - i32.store $0 + i32.store i32.const 1376 global.set $~lib/rt/itcms/fromSpace ) @@ -2016,10 +2032,10 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $0 i64.const 0 - i64.store $0 - local.get $4 + i64.store + local.get $0 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2028,28 +2044,28 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $2 i32.const 0 - i32.store $0 + i32.store i32.const 8 i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $3 i32.const 1056 - i64.load $0 align=1 - i64.store $0 align=1 - local.get $0 + i64.load align=1 + i64.store align=1 local.get $2 - i32.store $0 + local.get $3 + i32.store i32.const 16 i32.const 4 call $~lib/rt/itcms/__new - local.tee $3 - local.get $2 - i32.store $0 - local.get $2 + local.tee $2 + local.get $3 + i32.store + local.get $3 if - local.get $3 + local.get $2 i32.eqz if i32.const 0 @@ -2060,24 +2076,25 @@ unreachable end global.get $~lib/rt/itcms/white - local.get $2 + local.tee $4 + local.get $3 i32.const 20 i32.sub local.tee $5 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.eq if - local.get $3 + local.get $4 + i32.eqz + local.get $2 i32.const 20 i32.sub - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and - local.tee $0 - global.get $~lib/rt/itcms/white - i32.eqz + local.tee $4 i32.eq if local.get $5 @@ -2086,7 +2103,7 @@ global.get $~lib/rt/itcms/state i32.const 1 i32.eq - local.get $0 + local.get $4 i32.const 3 i32.eq i32.and @@ -2097,25 +2114,25 @@ end end end - local.get $3 local.get $2 - i32.store $0 offset=4 local.get $3 + i32.store offset=4 + local.get $2 i32.const 8 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + local.get $2 i32.const 1 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 - local.get $3 - i32.store $0 + local.get $0 + local.get $2 + i32.store global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 + local.get $2 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2127,12 +2144,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 - local.get $3 - i32.store $0 - local.get $3 - i32.load $0 offset=12 + local.get $2 + i32.store + local.get $2 + i32.load offset=12 i32.eqz if i32.const 1280 @@ -2144,11 +2161,11 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $3 - i32.store $0 - local.get $3 - i32.load $0 offset=4 - i64.load $0 + local.get $2 + i32.store + local.get $2 + i32.load offset=4 + i64.load local.set $1 local.get $0 i32.const 4 @@ -2174,6 +2191,7 @@ (func $resolve-access/Container#constructor (result i32) (local $0 i32) (local $1 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2186,17 +2204,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 8 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -2206,17 +2224,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2224,13 +2243,13 @@ global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2265,22 +2284,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 call $resolve-access/Container#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 1 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i64.load $0 + i64.load call $~lib/number/U64#toString local.set $0 global.get $~lib/memory/__stack_pointer @@ -2305,20 +2324,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 call $resolve-access/Container#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 1 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2330,12 +2349,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i64.load $0 + i64.load i32.wrap_i64 local.set $1 local.get $2 @@ -2351,19 +2370,20 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $0 i32.const 0 - i32.store $0 - block $__inlined_func$~lib/util/number/utoa32 + i32.store + block $__inlined_func$~lib/util/number/utoa32$74 local.get $1 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $0 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 1728 local.set $0 - br $__inlined_func$~lib/util/number/utoa32 + br $__inlined_func$~lib/util/number/utoa32$74 end global.get $~lib/memory/__stack_pointer local.get $1 @@ -2418,7 +2438,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -2442,23 +2462,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/resolve-binary.debug.wat b/tests/compiler/resolve-binary.debug.wat index 8e4d5246fe..2bf97efe4c 100644 --- a/tests/compiler/resolve-binary.debug.wat +++ b/tests/compiler/resolve-binary.debug.wat @@ -1,23 +1,23 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) - (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) - (type $f64_f64_=>_f64 (func (param f64 f64) (result f64))) - (type $i32_i64_i32_i64_i32_i64_i32_=>_i32 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) - (type $f64_i32_=>_i32 (func (param f64 i32) (result i32))) - (type $f64_=>_i32 (func (param f64) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32) (result i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) + (type $9 (func (result i32))) + (type $10 (func (param i32 i64 i32))) + (type $11 (func (param i64 i32) (result i32))) + (type $12 (func (param i32 i64 i32 i32))) + (type $13 (func (param f64 f64) (result f64))) + (type $14 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) + (type $15 (func (param i32 i32 i32) (result i32))) + (type $16 (func (param i32 f64) (result i32))) + (type $17 (func (param f64 i32) (result i32))) + (type $18 (func (param f64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -113,7 +113,7 @@ ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -165,9 +165,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -200,10 +200,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -286,12 +286,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -305,7 +305,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -379,7 +379,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -449,11 +449,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -461,7 +461,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 576 @@ -593,7 +593,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -606,7 +606,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -622,34 +622,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -809,7 +809,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -832,7 +832,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -846,7 +846,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -869,7 +869,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -1012,7 +1012,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -1098,7 +1098,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1178,7 +1178,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1212,7 +1212,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1235,7 +1235,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1249,7 +1249,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1301,7 +1301,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1339,7 +1339,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1414,7 +1413,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1448,7 +1447,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1469,7 +1468,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1489,7 +1488,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1509,7 +1508,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1535,7 +1534,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1558,7 +1557,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -2043,7 +2042,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -2088,7 +2087,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -2121,7 +2120,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -2144,7 +2143,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2170,7 +2169,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2183,7 +2182,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2210,19 +2209,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2424,12 +2423,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2480,7 +2479,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2524,14 +2523,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 764 local.get $d2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -2547,7 +2546,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -2574,7 +2573,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits local.get $buffer local.get $offset @@ -2582,7 +2581,7 @@ i32.shl i32.add local.get $digits - i32.store $0 + i32.store end local.get $num i32.const 10 @@ -2597,7 +2596,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits|12 local.get $buffer local.get $offset @@ -2605,7 +2604,7 @@ i32.shl i32.add local.get $digits|12 - i32.store $0 + i32.store else local.get $offset i32.const 1 @@ -2621,7 +2620,7 @@ i32.shl i32.add local.get $digit - i32.store16 $0 + i32.store16 end ) (func $~lib/util/number/utoa_hex_lut (param $buffer i32) (param $num i64) (param $offset i32) @@ -2647,8 +2646,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $num i64.const 8 i64.shr_u @@ -2667,8 +2666,8 @@ i32.const 6 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 end ) (func $~lib/util/number/ulog_base (param $num i64) (param $base i32) (result i32) @@ -2792,8 +2791,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $num local.get $shift i64.shr_u @@ -2828,8 +2827,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $q local.set $num local.get $num @@ -3405,7 +3404,7 @@ i32.add i32.shl i32.add - f64.load $0 + f64.load local.set $invc i32.const 2384 local.get $i @@ -3414,7 +3413,7 @@ i32.add i32.shl i32.add - f64.load $0 offset=16 + f64.load offset=16 local.set $logc i32.const 2384 local.get $i @@ -3423,7 +3422,7 @@ i32.add i32.shl i32.add - f64.load $0 offset=24 + f64.load offset=24 local.set $logctail local.get $iz i64.const 2147483648 @@ -3733,7 +3732,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load f64.reinterpret_i64 local.set $tail i32.const 6480 @@ -3741,7 +3740,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 offset=8 + i64.load offset=8 local.get $top i64.add local.set $sbits @@ -4132,7 +4131,7 @@ i32.const 65535 i32.and i32.add - i32.store16 $0 + i32.store16 end local.get $kappa i32.const 1 @@ -4167,7 +4166,7 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.get $one_exp i64.extend_i32_s i64.shl @@ -4183,7 +4182,7 @@ i32.add local.set $lastp local.get $lastp - i32.load16_u $0 + i32.load16_u local.set $digit loop $while-continue|3 local.get $rest @@ -4234,7 +4233,7 @@ end local.get $lastp local.get $digit - i32.store16 $0 + i32.store16 local.get $len return end @@ -4280,7 +4279,7 @@ i32.const 65535 i32.and i32.add - i32.store16 $0 + i32.store16 end local.get $p2 local.get $mask @@ -4306,7 +4305,7 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u i64.mul local.set $wp_w_frc local.get $buffer @@ -4330,7 +4329,7 @@ i32.add local.set $lastp|35 local.get $lastp|35 - i32.load16_u $0 + i32.load16_u local.set $digit|36 loop $while-continue|6 local.get $rest|32 @@ -4381,7 +4380,7 @@ end local.get $lastp|35 local.get $digit|36 - i32.store16 $0 + i32.store16 local.get $len return end @@ -4424,7 +4423,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $length i32.const 2 i32.add @@ -4458,7 +4457,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -4476,7 +4475,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $kk i32.const 2 i32.add @@ -4508,14 +4507,14 @@ i32.sub i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $buffer local.get $kk i32.const 1 i32.shl i32.add i32.const 46 - i32.store16 $0 + i32.store16 local.get $length i32.const 1 i32.add @@ -4545,14 +4544,14 @@ local.get $length i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $buffer i32.const 48 i32.const 46 i32.const 16 i32.shl i32.or - i32.store $0 + i32.store i32.const 2 local.set $i|7 loop $for-loop|1 @@ -4566,7 +4565,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $i|7 i32.const 1 i32.add @@ -4585,7 +4584,7 @@ if local.get $buffer i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 block $~lib/util/number/genExponent|inlined.0 (result i32) local.get $buffer i32.const 4 @@ -4630,7 +4629,7 @@ i32.const 43 local.get $sign select - i32.store16 $0 + i32.store16 local.get $decimals br $~lib/util/number/genExponent|inlined.0 end @@ -4653,15 +4652,15 @@ local.get $len i32.const 2 i32.sub - memory.copy $0 $0 + memory.copy local.get $buffer i32.const 46 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $buffer local.get $len i32.add i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $length block $~lib/util/number/genExponent|inlined.1 (result i32) local.get $buffer @@ -4709,7 +4708,7 @@ i32.const 43 local.get $sign|18 select - i32.store16 $0 + i32.store16 local.get $decimals|19 br $~lib/util/number/genExponent|inlined.1 end @@ -4799,7 +4798,7 @@ local.set $value local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 end block $~lib/util/number/grisu2|inlined.0 (result i32) local.get $value @@ -4929,14 +4928,14 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load global.set $~lib/util/number/_frc_pow i32.const 9456 local.get $index i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s global.set $~lib/util/number/_exp_pow local.get $frc i64.clz @@ -5553,7 +5552,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -5562,7 +5561,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -5576,7 +5574,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $resolve-binary/Foo $resolve-binary/Bar $resolve-binary/Baz $invalid end return @@ -5624,7 +5622,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -5662,7 +5660,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -5671,7 +5669,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -5689,14 +5687,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -5719,7 +5717,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -5728,18 +5726,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -5757,7 +5755,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -5766,18 +5764,18 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -5795,7 +5793,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -5804,18 +5802,18 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -5834,7 +5832,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill i32.const 1 i32.const 2 i32.lt_s @@ -5843,13 +5841,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -5869,13 +5867,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 64 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -5895,13 +5893,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -5921,13 +5919,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 64 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -5947,13 +5945,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 64 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -5973,13 +5971,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -5991,7 +5989,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -6016,13 +6014,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2336 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6044,13 +6042,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2368 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6072,13 +6070,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2336 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6100,13 +6098,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2368 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6130,13 +6128,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 9696 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6160,13 +6158,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2368 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6188,13 +6186,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2368 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6216,13 +6214,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 9728 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6244,13 +6242,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2368 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6272,13 +6270,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2336 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6300,13 +6298,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2336 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6328,13 +6326,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 9760 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6356,13 +6354,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2336 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6382,13 +6380,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 9760 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6408,13 +6406,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 9792 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6434,13 +6432,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2368 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6460,13 +6458,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2368 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6486,13 +6484,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2336 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6512,13 +6510,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 9728 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6538,13 +6536,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 9696 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6564,13 +6562,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 9696 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6590,13 +6588,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 9728 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6616,13 +6614,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2336 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6642,13 +6640,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 9760 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6668,13 +6666,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2336 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6694,13 +6692,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 9760 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6720,13 +6718,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2368 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6749,13 +6747,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2368 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6778,13 +6776,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 352 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6807,13 +6805,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2336 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6836,13 +6834,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2368 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6861,31 +6859,31 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $resolve-binary/Foo#lt local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/string/String#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 9824 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6901,31 +6899,31 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $resolve-binary/Foo#gt local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/string/String#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 9856 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6941,31 +6939,31 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $resolve-binary/Foo#le local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/string/String#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 9888 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -6981,31 +6979,31 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $resolve-binary/Foo#ge local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/string/String#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 9920 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -7021,31 +7019,31 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $resolve-binary/Foo#eq local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/string/String#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 9952 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -7061,31 +7059,31 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $resolve-binary/Foo#ne local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/string/String#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 9984 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -7101,31 +7099,31 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $resolve-binary/Foo#add local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/string/String#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 10016 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -7141,31 +7139,31 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $resolve-binary/Foo.sub local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/string/String#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 10048 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -7181,31 +7179,31 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $resolve-binary/Foo#mul local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/string/String#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 10080 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -7221,31 +7219,31 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $resolve-binary/Foo#div local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/string/String#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 10112 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -7261,31 +7259,31 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $resolve-binary/Foo#rem local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/string/String#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 10144 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -7301,31 +7299,31 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $resolve-binary/Foo#pow local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/string/String#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 10176 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -7347,13 +7345,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 global.get $resolve-binary/bar2 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $resolve-binary/Bar#add global.set $resolve-binary/bar @@ -7361,7 +7359,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $resolve-binary/Bar#self global.get $resolve-binary/bar2 @@ -7394,7 +7392,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 42 call $resolve-binary/Baz#add @@ -7413,7 +7411,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 42 call $resolve-binary/Baz#sub @@ -7432,7 +7430,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 42 call $resolve-binary/Baz.mul @@ -7451,7 +7449,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 42 call $resolve-binary/Baz.div @@ -7492,7 +7490,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -7552,7 +7550,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -7592,7 +7590,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -7627,7 +7625,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -7642,7 +7640,7 @@ if local.get $out i32.const 45 - i32.store16 $0 + i32.store16 end local.get $out local.set $14 @@ -7664,7 +7662,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $value f64.const 0 f64.eq @@ -7723,11 +7721,11 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 + i32.store local.get $result i32.const 8704 local.get $size - memory.copy $0 $0 + memory.copy local.get $result local.set $3 global.get $~lib/memory/__stack_pointer @@ -7746,7 +7744,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -7755,7 +7753,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/resolve-binary.release.wat b/tests/compiler/resolve-binary.release.wat index 361d585398..700bc011aa 100644 --- a/tests/compiler/resolve-binary.release.wat +++ b/tests/compiler/resolve-binary.release.wat @@ -1,14 +1,14 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i64_i64_i32_i64_=>_i32 (func (param i64 i64 i32 i64) (result i32))) + (type $0 (func)) + (type $1 (func (param i32 i32) (result i32))) + (type $2 (func (result i32))) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32))) + (type $5 (func (param i32) (result i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64))) + (type $8 (func (param i32 i32 i32))) + (type $9 (func (param i64 i64 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $resolve-binary/a (mut i32) (i32.const 0)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -244,37 +244,37 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $resolve-binary/bar local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $resolve-binary/bar2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $resolve-binary/baz local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1600 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1408 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 2208 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 3264 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -284,7 +284,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -302,7 +302,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -310,137 +310,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1472 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 44016 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$165 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 44016 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$165 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1472 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1472 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 11216 + i32.load + i32.gt_u + if + i32.const 1600 + i32.const 1664 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 11220 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 11216 - i32.load $0 - i32.gt_u - if - i32.const 1600 - i32.const 1664 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 11220 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -448,8 +468,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -461,10 +481,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -475,29 +495,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -505,10 +525,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -522,75 +542,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -612,7 +625,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -629,12 +642,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -651,17 +664,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -671,9 +684,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -698,13 +711,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -738,7 +751,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -794,19 +807,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -818,15 +831,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -834,16 +847,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -865,10 +879,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -881,18 +895,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -916,30 +929,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -947,10 +960,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -958,7 +971,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -966,7 +979,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -977,10 +990,10 @@ end i32.const 44016 i32.const 0 - i32.store $0 + i32.store i32.const 45584 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -992,7 +1005,7 @@ i32.const 44016 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -1010,7 +1023,7 @@ i32.const 44016 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -1027,7 +1040,7 @@ end i32.const 44016 i32.const 45588 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1060,7 +1073,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1073,19 +1086,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -1096,7 +1109,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1108,7 +1121,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -1121,12 +1134,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -1135,7 +1144,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1146,26 +1155,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1181,7 +1190,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1197,7 +1206,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1222,14 +1231,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1264,7 +1273,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1278,10 +1287,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1293,10 +1302,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1304,47 +1313,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1365,7 +1376,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1382,10 +1393,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1401,7 +1412,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1422,7 +1433,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1449,7 +1460,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$70 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1470,7 +1481,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$70 end local.get $2 i32.const 0 @@ -1512,50 +1523,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1575,12 +1590,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1591,7 +1606,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1612,7 +1627,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1628,8 +1643,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1643,90 +1658,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1739,7 +1754,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/util/number/utoa32_dec_lut (param $0 i32) (param $1 i32) (param $2 i32) @@ -1772,7 +1787,7 @@ i32.shl i32.const 1788 i32.add - i64.load32_u $0 + i64.load32_u local.get $3 i32.const 100 i32.rem_u @@ -1780,11 +1795,11 @@ i32.shl i32.const 1788 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -1807,8 +1822,8 @@ i32.shl i32.const 1788 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $1 i32.const 100 i32.div_u @@ -1830,8 +1845,8 @@ i32.shl i32.const 1788 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store else local.get $0 local.get $2 @@ -1843,7 +1858,7 @@ local.get $1 i32.const 48 i32.add - i32.store16 $0 + i32.store16 end ) (func $~lib/number/I32#toString (param $0 i32) (result i32) @@ -1866,19 +1881,20 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 - block $__inlined_func$~lib/util/number/itoa32 + i32.store + block $__inlined_func$~lib/util/number/itoa32$74 local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 1376 local.set $0 - br $__inlined_func$~lib/util/number/itoa32 + br $__inlined_func$~lib/util/number/itoa32$74 end global.get $~lib/memory/__stack_pointer i32.const 0 @@ -1946,7 +1962,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store local.get $0 local.get $1 i32.add @@ -1957,7 +1973,7 @@ if local.get $0 i32.const 45 - i32.store16 $0 + i32.store16 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1973,8 +1989,8 @@ (local $7 i32) (local $8 i64) (local $9 i64) - (local $10 i32) - (local $11 i64) + (local $10 i64) + (local $11 i32) (local $12 i64) local.get $1 local.get $0 @@ -1984,11 +2000,11 @@ i32.const 0 local.get $2 i32.sub - local.tee $10 + local.tee $11 i64.extend_i32_s local.tee $0 i64.shl - local.tee $11 + local.tee $10 i64.const 1 i64.sub local.tee $12 @@ -2186,7 +2202,7 @@ i32.and i32.const 48 i32.add - i32.store16 $0 + i32.store16 end local.get $7 i32.const 1 @@ -2195,8 +2211,9 @@ local.get $3 local.get $5 i64.extend_i32_u - local.get $10 + local.get $11 i64.extend_i32_s + local.tee $1 i64.shl local.get $8 i64.add @@ -2212,9 +2229,8 @@ i32.shl i32.const 10656 i32.add - i64.load32_u $0 - local.get $10 - i64.extend_i32_s + i64.load32_u + local.get $1 i64.shl local.set $1 local.get $4 @@ -2223,7 +2239,7 @@ i32.const 9726 i32.add local.tee $5 - i32.load16_u $0 + i32.load16_u local.set $2 loop $while-continue|3 local.get $0 @@ -2267,7 +2283,7 @@ end local.get $5 local.get $2 - i32.store16 $0 + i32.store16 local.get $4 return end @@ -2283,7 +2299,7 @@ i64.const 10 i64.mul local.tee $0 - local.get $10 + local.get $11 i64.extend_i32_s i64.shr_u local.tee $1 @@ -2309,7 +2325,7 @@ i32.and i32.const 48 i32.add - i32.store16 $0 + i32.store16 end local.get $7 i32.const 1 @@ -2335,7 +2351,7 @@ i32.shl i32.const 10656 i32.add - i64.load32_u $0 + i64.load32_u i64.mul local.set $0 local.get $4 @@ -2344,7 +2360,7 @@ i32.const 9726 i32.add local.tee $5 - i32.load16_u $0 + i32.load16_u local.set $2 loop $while-continue|6 local.get $0 @@ -2353,12 +2369,12 @@ local.get $3 local.get $8 i64.sub - local.get $11 + local.get $10 i64.ge_u i32.and if (result i32) local.get $8 - local.get $11 + local.get $10 i64.add local.tee $1 local.get $0 @@ -2380,7 +2396,7 @@ i32.sub local.set $2 local.get $8 - local.get $11 + local.get $10 i64.add local.set $8 br $while-continue|6 @@ -2388,7 +2404,7 @@ end local.get $5 local.get $2 - i32.store16 $0 + i32.store16 local.get $4 ) (func $~lib/util/number/prettify (param $0 i32) (param $1 i32) (result i32) @@ -2403,7 +2419,7 @@ i32.const 9728 i32.add i32.const 3145774 - i32.store $0 + i32.store local.get $0 i32.const 2 i32.add @@ -2431,7 +2447,7 @@ i32.const 9728 i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $0 i32.const 1 i32.add @@ -2445,7 +2461,7 @@ i32.const 9728 i32.add i32.const 3145774 - i32.store $0 + i32.store local.get $2 i32.const 2 i32.add @@ -2472,10 +2488,10 @@ i32.sub i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $2 i32.const 46 - i32.store16 $0 + i32.store16 local.get $0 i32.const 1 i32.add @@ -2500,10 +2516,10 @@ local.get $0 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy i32.const 9728 i32.const 3014704 - i32.store $0 + i32.store i32.const 2 local.set $1 loop $for-loop|1 @@ -2517,7 +2533,7 @@ i32.const 9728 i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $1 i32.const 1 i32.add @@ -2535,7 +2551,7 @@ if i32.const 9730 i32.const 101 - i32.store16 $0 + i32.store16 local.get $2 i32.const 1 i32.sub @@ -2606,7 +2622,7 @@ i32.const 43 local.get $1 select - i32.store16 $0 + i32.store16 else i32.const 9732 i32.const 9730 @@ -2616,16 +2632,16 @@ local.tee $1 i32.const 2 i32.sub - memory.copy $0 $0 + memory.copy i32.const 9730 i32.const 46 - i32.store16 $0 + i32.store16 local.get $1 i32.const 9728 i32.add local.tee $1 i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $1 i32.const 4 i32.add @@ -2699,7 +2715,7 @@ i32.const 43 local.get $2 select - i32.store16 $0 + i32.store16 local.get $0 local.get $1 i32.add @@ -2736,14 +2752,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const -4 global.set $~lib/util/number/_K i32.const 10136 - i64.load $0 + i64.load global.set $~lib/util/number/_frc_pow i32.const 10568 - i32.load16_s $0 + i32.load16_s global.set $~lib/util/number/_exp_pow global.get $~lib/util/number/_frc_pow local.tee $3 @@ -2849,11 +2865,11 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store local.get $2 i32.const 9728 local.get $1 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2872,7 +2888,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $resolve-binary/Foo $resolve-binary/Bar $resolve-binary/Baz $invalid end return @@ -2882,11 +2898,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -2922,13 +2938,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2943,55 +2960,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -3012,7 +3033,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$81 loop $while-continue|1 local.get $0 local.tee $3 @@ -3022,17 +3043,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$81 local.get $2 i32.const 2 i32.add @@ -3082,22 +3103,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -3120,13 +3141,13 @@ local.tee $0 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -3142,10 +3163,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1088 - i32.store $0 + i32.store local.get $0 i32.const 1088 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1088 i32.const 1088 call $~lib/string/String.__eq @@ -3161,10 +3182,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -3180,10 +3201,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1088 - i32.store $0 + i32.store local.get $0 i32.const 1088 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1088 i32.const 1088 call $~lib/string/String.__eq @@ -3199,10 +3220,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1088 - i32.store $0 + i32.store local.get $0 i32.const 1088 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1088 i32.const 1088 call $~lib/string/String.__eq @@ -3218,10 +3239,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -3234,7 +3255,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 44016 @@ -3244,26 +3265,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1524 i32.const 1520 - i32.store $0 + i32.store i32.const 1528 i32.const 1520 - i32.store $0 + i32.store i32.const 1520 global.set $~lib/rt/itcms/pinSpace i32.const 1556 i32.const 1552 - i32.store $0 + i32.store i32.const 1560 i32.const 1552 - i32.store $0 + i32.store i32.const 1552 global.set $~lib/rt/itcms/toSpace i32.const 1700 i32.const 1696 - i32.store $0 + i32.store i32.const 1704 i32.const 1696 - i32.store $0 + i32.store i32.const 1696 global.set $~lib/rt/itcms/fromSpace i32.const 1 @@ -3274,10 +3295,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3360 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3300,10 +3321,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3326,10 +3347,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3360 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3352,10 +3373,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3373,10 +3394,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 10720 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10720 call $~lib/string/String.__eq @@ -3399,10 +3420,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3425,10 +3446,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3451,10 +3472,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 10752 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10752 call $~lib/string/String.__eq @@ -3477,10 +3498,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3503,10 +3524,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3360 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3529,10 +3550,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3360 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3555,10 +3576,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 10784 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10784 call $~lib/string/String.__eq @@ -3581,10 +3602,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3360 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3603,10 +3624,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 10784 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10784 call $~lib/string/String.__eq @@ -3625,10 +3646,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 10816 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10816 call $~lib/string/String.__eq @@ -3647,10 +3668,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3669,10 +3690,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3691,10 +3712,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3360 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3713,10 +3734,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 10752 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10752 call $~lib/string/String.__eq @@ -3734,10 +3755,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 10720 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10720 call $~lib/string/String.__eq @@ -3755,10 +3776,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 10720 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10720 call $~lib/string/String.__eq @@ -3777,10 +3798,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 10752 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10752 call $~lib/string/String.__eq @@ -3799,10 +3820,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3360 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3821,10 +3842,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 10784 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10784 call $~lib/string/String.__eq @@ -3843,10 +3864,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3360 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3865,10 +3886,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 10784 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10784 call $~lib/string/String.__eq @@ -3887,10 +3908,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3909,10 +3930,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3931,10 +3952,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 1376 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1376 call $~lib/string/String.__eq @@ -3953,10 +3974,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3360 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3975,10 +3996,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -4002,22 +4023,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -4027,19 +4048,19 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 10848 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 10848 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 10848 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10848 i32.const 10848 call $~lib/string/String.__eq @@ -4056,19 +4077,19 @@ local.tee $0 global.get $resolve-binary/foo local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 10880 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 10880 - i32.store $0 + i32.store local.get $0 i32.const 10880 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10880 i32.const 10880 call $~lib/string/String.__eq @@ -4085,19 +4106,19 @@ local.tee $0 global.get $resolve-binary/foo local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 10912 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 10912 - i32.store $0 + i32.store local.get $0 i32.const 10912 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10912 i32.const 10912 call $~lib/string/String.__eq @@ -4114,19 +4135,19 @@ local.tee $0 global.get $resolve-binary/foo local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 10944 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 10944 - i32.store $0 + i32.store local.get $0 i32.const 10944 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10944 i32.const 10944 call $~lib/string/String.__eq @@ -4143,19 +4164,19 @@ local.tee $0 global.get $resolve-binary/foo local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 10976 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 10976 - i32.store $0 + i32.store local.get $0 i32.const 10976 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10976 i32.const 10976 call $~lib/string/String.__eq @@ -4172,19 +4193,19 @@ local.tee $0 global.get $resolve-binary/foo local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 11008 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 11008 - i32.store $0 + i32.store local.get $0 i32.const 11008 - i32.store $0 offset=4 + i32.store offset=4 i32.const 11008 i32.const 11008 call $~lib/string/String.__eq @@ -4201,19 +4222,19 @@ local.tee $0 global.get $resolve-binary/foo local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 11040 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 11040 - i32.store $0 + i32.store local.get $0 i32.const 11040 - i32.store $0 offset=4 + i32.store offset=4 i32.const 11040 i32.const 11040 call $~lib/string/String.__eq @@ -4230,19 +4251,19 @@ local.tee $0 global.get $resolve-binary/foo local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 11072 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 11072 - i32.store $0 + i32.store local.get $0 i32.const 11072 - i32.store $0 offset=4 + i32.store offset=4 i32.const 11072 i32.const 11072 call $~lib/string/String.__eq @@ -4259,19 +4280,19 @@ local.tee $0 global.get $resolve-binary/foo local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 11104 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 11104 - i32.store $0 + i32.store local.get $0 i32.const 11104 - i32.store $0 offset=4 + i32.store offset=4 i32.const 11104 i32.const 11104 call $~lib/string/String.__eq @@ -4288,19 +4309,19 @@ local.tee $0 global.get $resolve-binary/foo local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 11136 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 11136 - i32.store $0 + i32.store local.get $0 i32.const 11136 - i32.store $0 offset=4 + i32.store offset=4 i32.const 11136 i32.const 11136 call $~lib/string/String.__eq @@ -4317,19 +4338,19 @@ local.tee $0 global.get $resolve-binary/foo local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 11168 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 11168 - i32.store $0 + i32.store local.get $0 i32.const 11168 - i32.store $0 offset=4 + i32.store offset=4 i32.const 11168 i32.const 11168 call $~lib/string/String.__eq @@ -4346,19 +4367,19 @@ local.tee $0 global.get $resolve-binary/foo local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 11200 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 11200 - i32.store $0 + i32.store local.get $0 i32.const 11200 - i32.store $0 offset=4 + i32.store offset=4 i32.const 11200 i32.const 11200 call $~lib/string/String.__eq @@ -4378,17 +4399,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $resolve-binary/bar - i32.store $0 offset=4 + i32.store offset=4 local.get $0 global.get $resolve-binary/bar2 local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 global.set $resolve-binary/bar local.get $0 global.get $resolve-binary/bar local.tee $0 - i32.store $0 + i32.store local.get $0 local.get $1 i32.ne @@ -4422,22 +4443,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -4447,17 +4468,17 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-binary/baz local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 20 i32.add @@ -4472,6 +4493,7 @@ unreachable ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) + (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -4488,17 +4510,18 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -4506,23 +4529,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/resolve-elementaccess.debug.wat b/tests/compiler/resolve-elementaccess.debug.wat index 4f7f102983..a8ce8b0059 100644 --- a/tests/compiler/resolve-elementaccess.debug.wat +++ b/tests/compiler/resolve-elementaccess.debug.wat @@ -1,24 +1,24 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i64_i32_i64_i32_i64_i32_=>_i32 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) - (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) - (type $f32_i32_=>_i32 (func (param f32 i32) (result i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) - (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) - (type $i32_i32_f32_=>_none (func (param i32 i32 f32))) - (type $i32_i32_=>_f32 (func (param i32 i32) (result f32))) - (type $f64_=>_i32 (func (param f64) (result i32))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32 i32))) + (type $5 (func)) + (type $6 (func (param i32 i32 i32) (result i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) + (type $9 (func (result i32))) + (type $10 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) + (type $11 (func (param i32 f64) (result i32))) + (type $12 (func (param f32 i32) (result i32))) + (type $13 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $14 (func (param i32 i64 i32))) + (type $15 (func (param i64 i32) (result i32))) + (type $16 (func (param i32 i64 i32 i32))) + (type $17 (func (param i32 i32 f32))) + (type $18 (func (param i32 i32) (result f32))) + (type $19 (func (param f64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -89,12 +89,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -108,7 +108,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -182,7 +182,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -252,11 +252,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -264,7 +264,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 336 @@ -396,7 +396,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -409,7 +409,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -425,34 +425,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -612,7 +612,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -635,7 +635,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -649,7 +649,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -672,7 +672,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -815,7 +815,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -901,7 +901,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -981,7 +981,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1015,7 +1015,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1038,7 +1038,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1052,7 +1052,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1104,7 +1104,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1142,7 +1142,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1217,7 +1216,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1251,7 +1250,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1272,7 +1271,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1292,7 +1291,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1312,7 +1311,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1338,7 +1337,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1361,7 +1360,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1846,7 +1845,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1891,7 +1890,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1924,7 +1923,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1947,7 +1946,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1973,7 +1972,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1986,7 +1985,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2013,19 +2012,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2227,12 +2226,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2283,7 +2282,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2358,7 +2357,7 @@ (func $~lib/arraybuffer/ArrayBufferView#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2367,20 +2366,20 @@ (func $~lib/arraybuffer/ArrayBufferView#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/arraybuffer/ArrayBufferView#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/util/number/decimalCount32 (param $value i32) (result i32) local.get $value @@ -2680,7 +2679,7 @@ i32.const 65535 i32.and i32.add - i32.store16 $0 + i32.store16 end local.get $kappa i32.const 1 @@ -2715,7 +2714,7 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.get $one_exp i64.extend_i32_s i64.shl @@ -2731,7 +2730,7 @@ i32.add local.set $lastp local.get $lastp - i32.load16_u $0 + i32.load16_u local.set $digit loop $while-continue|3 local.get $rest @@ -2782,7 +2781,7 @@ end local.get $lastp local.get $digit - i32.store16 $0 + i32.store16 local.get $len return end @@ -2828,7 +2827,7 @@ i32.const 65535 i32.and i32.add - i32.store16 $0 + i32.store16 end local.get $p2 local.get $mask @@ -2854,7 +2853,7 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u i64.mul local.set $wp_w_frc local.get $buffer @@ -2878,7 +2877,7 @@ i32.add local.set $lastp|35 local.get $lastp|35 - i32.load16_u $0 + i32.load16_u local.set $digit|36 loop $while-continue|6 local.get $rest|32 @@ -2929,7 +2928,7 @@ end local.get $lastp|35 local.get $digit|36 - i32.store16 $0 + i32.store16 local.get $len return end @@ -2978,14 +2977,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 1720 local.get $d2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -3001,7 +3000,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -3028,7 +3027,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits local.get $buffer local.get $offset @@ -3036,7 +3035,7 @@ i32.shl i32.add local.get $digits - i32.store $0 + i32.store end local.get $num i32.const 10 @@ -3051,7 +3050,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits|12 local.get $buffer local.get $offset @@ -3059,7 +3058,7 @@ i32.shl i32.add local.get $digits|12 - i32.store $0 + i32.store else local.get $offset i32.const 1 @@ -3075,7 +3074,7 @@ i32.shl i32.add local.get $digit - i32.store16 $0 + i32.store16 end ) (func $~lib/util/number/prettify (param $buffer i32) (param $length i32) (param $k i32) (result i32) @@ -3112,7 +3111,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $length i32.const 2 i32.add @@ -3146,7 +3145,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -3164,7 +3163,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $kk i32.const 2 i32.add @@ -3196,14 +3195,14 @@ i32.sub i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $buffer local.get $kk i32.const 1 i32.shl i32.add i32.const 46 - i32.store16 $0 + i32.store16 local.get $length i32.const 1 i32.add @@ -3233,14 +3232,14 @@ local.get $length i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $buffer i32.const 48 i32.const 46 i32.const 16 i32.shl i32.or - i32.store $0 + i32.store i32.const 2 local.set $i|7 loop $for-loop|1 @@ -3254,7 +3253,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $i|7 i32.const 1 i32.add @@ -3273,7 +3272,7 @@ if local.get $buffer i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 block $~lib/util/number/genExponent|inlined.0 (result i32) local.get $buffer i32.const 4 @@ -3318,7 +3317,7 @@ i32.const 43 local.get $sign select - i32.store16 $0 + i32.store16 local.get $decimals br $~lib/util/number/genExponent|inlined.0 end @@ -3341,15 +3340,15 @@ local.get $len i32.const 2 i32.sub - memory.copy $0 $0 + memory.copy local.get $buffer i32.const 46 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $buffer local.get $len i32.add i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $length block $~lib/util/number/genExponent|inlined.1 (result i32) local.get $buffer @@ -3397,7 +3396,7 @@ i32.const 43 local.get $sign|18 select - i32.store16 $0 + i32.store16 local.get $decimals|19 br $~lib/util/number/genExponent|inlined.1 end @@ -3487,7 +3486,7 @@ local.set $value local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 end block $~lib/util/number/grisu2|inlined.0 (result i32) local.get $value @@ -3617,14 +3616,14 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load global.set $~lib/util/number/_frc_pow i32.const 1504 local.get $index i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s global.set $~lib/util/number/_exp_pow local.get $frc i64.clz @@ -3901,7 +3900,7 @@ ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -3953,9 +3952,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -3988,10 +3987,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -4039,8 +4038,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $num i64.const 8 i64.shr_u @@ -4059,8 +4058,8 @@ i32.const 6 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 end ) (func $~lib/util/number/ulog_base (param $num i64) (param $base i32) (result i32) @@ -4184,8 +4183,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $num local.get $shift i64.shr_u @@ -4220,8 +4219,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $q local.set $num local.get $num @@ -4277,7 +4276,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -4286,7 +4285,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/typedarray/Float32Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -4315,7 +4313,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/typedarray/Float32Array $resolve-elementaccess/Buffer $~lib/typedarray/Uint8Array $invalid end return @@ -4372,10 +4370,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -4384,13 +4382,13 @@ i32.const 3 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:buffer @@ -4398,7 +4396,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:dataStart @@ -4406,7 +4404,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:byteLength @@ -4431,7 +4429,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -4440,20 +4438,20 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $buffer local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/arraybuffer/ArrayBufferView#set:buffer local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $buffer call $~lib/arraybuffer/ArrayBufferView#set:dataStart @@ -4461,7 +4459,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $length call $~lib/arraybuffer/ArrayBufferView#set:byteLength @@ -4482,7 +4480,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -4491,20 +4489,20 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 2 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -4522,13 +4520,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -4546,7 +4544,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index @@ -4554,7 +4552,7 @@ i32.shl i32.add local.get $value - f32.store $0 + f32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -4570,13 +4568,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -4594,14 +4592,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -4620,7 +4618,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -4658,7 +4656,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -4667,7 +4665,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -4685,14 +4683,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -4715,7 +4713,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -4724,20 +4722,20 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 0 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -4755,7 +4753,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -4764,19 +4762,19 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length call $~lib/typedarray/Uint8Array#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -4794,13 +4792,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.ge_u @@ -4816,13 +4814,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.add local.get $value - i32.store8 $0 + i32.store8 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -4837,13 +4835,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.ge_u @@ -4859,12 +4857,12 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.add - i32.load8_u $0 + i32.load8_u local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -4887,8 +4885,8 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -4913,7 +4911,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 0 f32.const 1 @@ -4922,7 +4920,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 1 f32.const 2 @@ -4931,7 +4929,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -4940,13 +4938,13 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 2144 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -4962,7 +4960,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 1 call $~lib/typedarray/Float32Array#__get @@ -4971,13 +4969,13 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 2256 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -4992,12 +4990,12 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/arr local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 0 local.tee $1 @@ -5005,7 +5003,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -5016,7 +5014,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $1 call $~lib/typedarray/Float32Array#__get @@ -5025,13 +5023,13 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 2288 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -5047,14 +5045,14 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 0 global.get $resolve-elementaccess/arr local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -5065,7 +5063,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -5088,7 +5086,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 0 i32.const 1 @@ -5097,7 +5095,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 1 i32.const 2 @@ -5106,7 +5104,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -5115,13 +5113,13 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 3696 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -5137,7 +5135,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 1 call $~lib/typedarray/Uint8Array#__get @@ -5146,13 +5144,13 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 3728 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -5167,12 +5165,12 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/buf local.tee $2 - i32.store $0 offset=20 + i32.store offset=20 local.get $2 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 0 local.tee $3 @@ -5180,7 +5178,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -5191,7 +5189,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $3 call $~lib/typedarray/Uint8Array#__get @@ -5200,13 +5198,13 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 3760 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -5222,14 +5220,14 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 0 global.get $resolve-elementaccess/buf local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -5240,7 +5238,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -5271,7 +5269,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $value f64.const 0 f64.eq @@ -5330,11 +5328,11 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 + i32.store local.get $result i32.const 752 local.get $size - memory.copy $0 $0 + memory.copy local.get $result local.set $3 global.get $~lib/memory/__stack_pointer @@ -5363,7 +5361,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -5408,7 +5406,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer local.get $value @@ -5444,7 +5442,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer|8 local.get $value @@ -5473,7 +5471,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $value i64.extend_i32_u diff --git a/tests/compiler/resolve-elementaccess.release.wat b/tests/compiler/resolve-elementaccess.release.wat index b08ff52596..e9e60b898b 100644 --- a/tests/compiler/resolve-elementaccess.release.wat +++ b/tests/compiler/resolve-elementaccess.release.wat @@ -1,19 +1,19 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i64_i64_i32_i64_i32_=>_i32 (func (param i64 i64 i32 i64 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $f64_=>_i32 (func (param f64) (result i32))) - (type $f32_=>_i32 (func (param f32) (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_f32_=>_none (func (param i32 i32 f32))) - (type $i32_i32_=>_f32 (func (param i32 i32) (result f32))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32 i32 i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) + (type $7 (func (result i32))) + (type $8 (func (param i64 i64 i32 i64 i32) (result i32))) + (type $9 (func (param i32 i32 i32) (result i32))) + (type $10 (func (param f64) (result i32))) + (type $11 (func (param f32) (result i32))) + (type $12 (func (param i32) (result i32))) + (type $13 (func (param i32 i32 f32))) + (type $14 (func (param i32 i32) (result f32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -97,27 +97,27 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $resolve-elementaccess/buf local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1360 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1168 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 3568 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 4624 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -127,7 +127,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -145,7 +145,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -162,7 +162,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -176,16 +176,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$150 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 37600 @@ -200,10 +200,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$150 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -216,20 +216,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -238,7 +238,7 @@ else local.get $1 i32.const 4800 - i32.load $0 + i32.load i32.gt_u if i32.const 1360 @@ -253,13 +253,13 @@ i32.shl i32.const 4804 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -269,21 +269,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -291,8 +315,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -304,10 +328,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -318,29 +342,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -348,10 +372,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -365,75 +389,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -455,7 +472,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -472,12 +489,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -494,17 +511,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -514,9 +531,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -541,13 +558,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -581,7 +598,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -637,19 +654,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -661,15 +678,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -677,16 +694,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -708,10 +726,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -724,18 +742,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -759,30 +776,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -790,10 +807,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -801,7 +818,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -809,7 +826,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -820,10 +837,10 @@ end i32.const 37600 i32.const 0 - i32.store $0 + i32.store i32.const 39168 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -835,7 +852,7 @@ i32.const 37600 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -853,7 +870,7 @@ i32.const 37600 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -870,7 +887,7 @@ end i32.const 37600 i32.const 39172 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -903,7 +920,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -916,19 +933,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -939,7 +956,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -951,7 +968,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -964,12 +981,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -978,7 +991,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -989,26 +1002,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1024,7 +1037,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1040,7 +1053,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1065,14 +1078,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1107,7 +1120,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1121,10 +1134,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1136,10 +1149,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1147,47 +1160,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1208,7 +1223,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1225,10 +1240,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1244,7 +1259,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1265,7 +1280,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1292,7 +1307,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1313,7 +1328,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1355,50 +1370,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1418,12 +1437,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1434,7 +1453,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1455,7 +1474,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1471,8 +1490,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1486,90 +1505,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1582,13 +1601,14 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/arraybuffer/ArrayBufferView#set:buffer (param $0 i32) (param $1 i32) + (local $2 i32) local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 if local.get $0 @@ -1602,11 +1622,12 @@ unreachable end global.get $~lib/rt/itcms/white + local.tee $2 local.get $1 i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.eq @@ -1614,11 +1635,11 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and local.tee $0 - global.get $~lib/rt/itcms/white + local.get $2 i32.eqz i32.eq if @@ -1859,7 +1880,7 @@ i32.and i32.const 48 i32.add - i32.store16 $0 + i32.store16 end local.get $8 i32.const 1 @@ -1870,6 +1891,7 @@ i64.extend_i32_u local.get $11 i64.extend_i32_s + local.tee $1 i64.shl local.get $9 i64.add @@ -1885,9 +1907,8 @@ i32.shl i32.const 2704 i32.add - i64.load32_u $0 - local.get $11 - i64.extend_i32_s + i64.load32_u + local.get $1 i64.shl local.set $7 local.get $4 @@ -1896,7 +1917,7 @@ i32.const 1774 i32.add local.tee $2 - i32.load16_u $0 + i32.load16_u local.set $6 loop $while-continue|3 local.get $0 @@ -1940,7 +1961,7 @@ end local.get $2 local.get $6 - i32.store16 $0 + i32.store16 local.get $4 return end @@ -1982,7 +2003,7 @@ i32.and i32.const 48 i32.add - i32.store16 $0 + i32.store16 end local.get $8 i32.const 1 @@ -2008,7 +2029,7 @@ i32.shl i32.const 2704 i32.add - i64.load32_u $0 + i64.load32_u i64.mul local.set $1 local.get $4 @@ -2017,7 +2038,7 @@ i32.const 1774 i32.add local.tee $2 - i32.load16_u $0 + i32.load16_u local.set $6 loop $while-continue|6 local.get $1 @@ -2061,7 +2082,7 @@ end local.get $2 local.get $6 - i32.store16 $0 + i32.store16 local.get $4 ) (func $~lib/util/number/utoa32_dec_lut (param $0 i32) (param $1 i32) (param $2 i32) @@ -2094,7 +2115,7 @@ i32.shl i32.const 2744 i32.add - i64.load32_u $0 + i64.load32_u local.get $3 i32.const 100 i32.rem_u @@ -2102,11 +2123,11 @@ i32.shl i32.const 2744 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -2129,8 +2150,8 @@ i32.shl i32.const 2744 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $1 i32.const 100 i32.div_u @@ -2152,8 +2173,8 @@ i32.shl i32.const 2744 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store else local.get $0 local.get $2 @@ -2165,7 +2186,7 @@ local.get $1 i32.const 48 i32.add - i32.store16 $0 + i32.store16 end ) (func $~lib/util/number/prettify (param $0 i32) (param $1 i32) (param $2 i32) (result i32) @@ -2180,7 +2201,7 @@ i32.shl i32.add i32.const 3145774 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.add @@ -2208,7 +2229,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $1 i32.const 1 i32.add @@ -2222,7 +2243,7 @@ i32.shl i32.add i32.const 3145774 - i32.store $0 + i32.store local.get $3 i32.const 2 i32.add @@ -2249,10 +2270,10 @@ i32.sub i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $0 i32.const 46 - i32.store16 $0 + i32.store16 local.get $1 i32.const 1 i32.add @@ -2277,10 +2298,10 @@ local.get $1 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $0 i32.const 3014704 - i32.store $0 + i32.store i32.const 2 local.set $2 loop $for-loop|1 @@ -2294,7 +2315,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $2 i32.const 1 i32.add @@ -2312,7 +2333,7 @@ if local.get $0 i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 i32.const 4 i32.add @@ -2386,7 +2407,7 @@ i32.const 43 local.get $3 select - i32.store16 $0 + i32.store16 else local.get $0 i32.const 4 @@ -2400,16 +2421,16 @@ local.tee $2 i32.const 2 i32.sub - memory.copy $0 $0 + memory.copy local.get $0 i32.const 46 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 local.get $2 i32.add local.tee $0 i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 i32.const 4 i32.add @@ -2483,7 +2504,7 @@ i32.const 43 local.get $2 select - i32.store16 $0 + i32.store16 local.get $0 local.get $1 i32.add @@ -2518,7 +2539,7 @@ if (result f64) i32.const 1776 i32.const 45 - i32.store16 $0 + i32.store16 local.get $0 f64.neg else @@ -2618,14 +2639,14 @@ local.get $9 i32.const 1832 i32.add - i64.load $0 + i64.load global.set $~lib/util/number/_frc_pow local.get $8 i32.const 1 i32.shl i32.const 2528 i32.add - i32.load16_s $0 + i32.load16_s global.set $~lib/util/number/_exp_pow local.get $1 local.get $1 @@ -2794,22 +2815,23 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 - block $__inlined_func$~lib/util/number/dtoa + i32.store + block $__inlined_func$~lib/util/number/dtoa$77 local.get $0 f64.promote_f32 local.tee $1 f64.const 0 f64.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 1632 local.set $2 - br $__inlined_func$~lib/util/number/dtoa + br $__inlined_func$~lib/util/number/dtoa$77 end local.get $1 local.get $1 @@ -2827,7 +2849,7 @@ global.set $~lib/memory/__stack_pointer i32.const 1664 local.set $2 - br $__inlined_func$~lib/util/number/dtoa + br $__inlined_func$~lib/util/number/dtoa$77 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2840,7 +2862,7 @@ f64.lt select local.set $2 - br $__inlined_func$~lib/util/number/dtoa + br $__inlined_func$~lib/util/number/dtoa$77 end local.get $1 call $~lib/util/number/dtoa_core @@ -2852,11 +2874,11 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store local.get $2 i32.const 1776 local.get $3 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2883,22 +2905,23 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 - block $__inlined_func$~lib/util/number/utoa32 + i32.store + block $__inlined_func$~lib/util/number/utoa32$79 local.get $0 i32.const 255 i32.and local.tee $1 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 3536 local.set $0 - br $__inlined_func$~lib/util/number/utoa32 + br $__inlined_func$~lib/util/number/utoa32$79 end global.get $~lib/memory/__stack_pointer i32.const 3 @@ -2917,7 +2940,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -2938,7 +2961,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $invalid end return @@ -2950,11 +2973,11 @@ unreachable end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end ) (func $~start @@ -2980,38 +3003,38 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 12 i32.const 3 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:buffer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1073741820 local.get $1 i32.shr_u @@ -3033,28 +3056,28 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $2 call $~lib/arraybuffer/ArrayBufferView#set:buffer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add @@ -3081,13 +3104,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.shr_u i32.ge_u @@ -3102,15 +3125,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add local.get $2 - f32.store $0 + f32.store local.get $3 i32.const 4 i32.add @@ -3137,13 +3160,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.shr_u i32.ge_u @@ -3158,14 +3181,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $2 local.get $3 i32.const 4 @@ -3194,13 +3217,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -3215,55 +3239,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -3284,7 +3312,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$97 loop $while-continue|1 local.get $0 local.tee $3 @@ -3294,17 +3322,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$97 local.get $2 i32.const 2 i32.add @@ -3353,13 +3381,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.ge_u if i32.const 1360 @@ -3372,13 +3400,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add local.get $2 - i32.store8 $0 + i32.store8 local.get $3 i32.const 4 i32.add @@ -3404,13 +3432,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.ge_u if i32.const 1360 @@ -3423,12 +3451,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load8_u $0 + i32.load8_u local.set $0 local.get $2 i32.const 4 @@ -3453,8 +3481,8 @@ local.tee $0 i32.const 0 i32.const 24 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl i32.const 37600 @@ -3464,26 +3492,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1284 i32.const 1280 - i32.store $0 + i32.store i32.const 1288 i32.const 1280 - i32.store $0 + i32.store i32.const 1280 global.set $~lib/rt/itcms/pinSpace i32.const 1316 i32.const 1312 - i32.store $0 + i32.store i32.const 1320 i32.const 1312 - i32.store $0 + i32.store i32.const 1312 global.set $~lib/rt/itcms/toSpace i32.const 1460 i32.const 1456 - i32.store $0 + i32.store i32.const 1464 i32.const 1456 - i32.store $0 + i32.store i32.const 1456 global.set $~lib/rt/itcms/fromSpace local.get $0 @@ -3497,23 +3525,23 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 12 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 i32.const 2 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -3523,7 +3551,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 0 f32.const 1 @@ -3531,7 +3559,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 1 f32.const 2 @@ -3539,7 +3567,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/arr local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -3547,10 +3575,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3168 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3168 call $~lib/string/String.__eq @@ -3566,7 +3594,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/arr local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/typedarray/Float32Array#__get @@ -3574,10 +3602,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3280 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3280 call $~lib/string/String.__eq @@ -3594,13 +3622,13 @@ local.tee $0 global.get $resolve-elementaccess/arr local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 i32.const 0 local.get $1 @@ -3611,7 +3639,7 @@ call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -3619,10 +3647,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3312 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3312 call $~lib/string/String.__eq @@ -3639,10 +3667,10 @@ local.tee $0 global.get $resolve-elementaccess/arr local.tee $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 local.get $1 @@ -3654,7 +3682,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -3679,17 +3707,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 12 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8 i32.sub @@ -3699,35 +3727,36 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 12 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -3737,7 +3766,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/buf local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 1 @@ -3745,7 +3774,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/buf local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 1 i32.const 2 @@ -3753,7 +3782,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/buf local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -3761,10 +3790,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4720 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4720 call $~lib/string/String.__eq @@ -3780,7 +3809,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/buf local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/typedarray/Uint8Array#__get @@ -3788,10 +3817,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4752 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4752 call $~lib/string/String.__eq @@ -3808,13 +3837,13 @@ local.tee $0 global.get $resolve-elementaccess/buf local.tee $1 - i32.store $0 offset=20 + i32.store offset=20 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 i32.const 0 local.get $1 @@ -3825,7 +3854,7 @@ call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -3833,10 +3862,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4784 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4784 call $~lib/string/String.__eq @@ -3853,10 +3882,10 @@ local.tee $0 global.get $resolve-elementaccess/buf local.tee $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 local.get $1 @@ -3868,7 +3897,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/buf local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -3895,23 +3924,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/resolve-function-expression.debug.wat b/tests/compiler/resolve-function-expression.debug.wat index a9cdc844bf..96ada2500c 100644 --- a/tests/compiler/resolve-function-expression.debug.wat +++ b/tests/compiler/resolve-function-expression.debug.wat @@ -1,17 +1,17 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) - (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) + (type $9 (func (param i32 i64 i32))) + (type $10 (func (param i64 i32) (result i32))) + (type $11 (func (param i32 i64 i32 i32))) + (type $12 (func (param i32 i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~argumentsLength (mut i32) (i32.const 0)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -132,12 +132,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -151,7 +151,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -225,7 +225,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -295,11 +295,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -307,7 +307,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 624 @@ -439,7 +439,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -452,7 +452,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -468,34 +468,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -655,7 +655,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -678,7 +678,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -692,7 +692,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -715,7 +715,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -858,7 +858,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -944,7 +944,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1024,7 +1024,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1058,7 +1058,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1081,7 +1081,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1095,7 +1095,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1147,7 +1147,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1185,7 +1185,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1260,7 +1259,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1294,7 +1293,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1315,7 +1314,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1335,7 +1334,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1355,7 +1354,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1381,7 +1380,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1404,7 +1403,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1889,7 +1888,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1934,7 +1933,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1967,7 +1966,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1990,7 +1989,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2016,7 +2015,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2029,7 +2028,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2056,19 +2055,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2270,12 +2269,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2326,7 +2325,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2370,14 +2369,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 812 local.get $d2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -2393,7 +2392,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -2420,7 +2419,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits local.get $buffer local.get $offset @@ -2428,7 +2427,7 @@ i32.shl i32.add local.get $digits - i32.store $0 + i32.store end local.get $num i32.const 10 @@ -2443,7 +2442,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits|12 local.get $buffer local.get $offset @@ -2451,7 +2450,7 @@ i32.shl i32.add local.get $digits|12 - i32.store $0 + i32.store else local.get $offset i32.const 1 @@ -2467,7 +2466,7 @@ i32.shl i32.add local.get $digit - i32.store16 $0 + i32.store16 end ) (func $~lib/util/number/utoa_hex_lut (param $buffer i32) (param $num i64) (param $offset i32) @@ -2493,8 +2492,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $num i64.const 8 i64.shr_u @@ -2513,8 +2512,8 @@ i32.const 6 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 end ) (func $~lib/util/number/ulog_base (param $num i64) (param $base i32) (result i32) @@ -2638,8 +2637,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $num local.get $shift i64.shr_u @@ -2674,8 +2673,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $q local.set $num local.get $num @@ -2693,7 +2692,7 @@ ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -2745,9 +2744,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -2780,10 +2779,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -2829,7 +2828,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2838,11 +2837,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/function/Function<%28i32%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2862,7 +2860,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/function/Function<%28i32%29=>i32> $invalid end return @@ -2909,7 +2907,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -2947,7 +2945,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -2956,7 +2954,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -2974,14 +2972,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -3004,13 +3002,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 2 i32.const 1 global.set $~argumentsLength i32.const 32 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 42 i32.eq i32.eqz @@ -3026,8 +3024,8 @@ i32.const 1 global.set $~argumentsLength i32.const 144 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 42 i32.eq i32.eqz @@ -3039,7 +3037,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3060,20 +3058,20 @@ i32.const 1 global.set $~argumentsLength i32.const 176 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 10 call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2384 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3099,12 +3097,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%29=>i32>#get:_env local.get $cookie @@ -3135,7 +3133,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -3195,7 +3193,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -3235,7 +3233,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -3270,7 +3268,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -3285,7 +3283,7 @@ if local.get $out i32.const 45 - i32.store16 $0 + i32.store16 end local.get $out local.set $14 diff --git a/tests/compiler/resolve-function-expression.release.wat b/tests/compiler/resolve-function-expression.release.wat index 27215c7055..47359abe56 100644 --- a/tests/compiler/resolve-function-expression.release.wat +++ b/tests/compiler/resolve-function-expression.release.wat @@ -1,12 +1,12 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -75,16 +75,16 @@ (local $0 i32) (local $1 i32) i32.const 1648 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1456 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 2256 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 3312 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -94,7 +94,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -112,7 +112,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -120,137 +120,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1520 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1520 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 36216 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$124 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 36216 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1520 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$124 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1520 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1520 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 3424 + i32.load + i32.gt_u + if + i32.const 1648 + i32.const 1712 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 3428 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 3424 - i32.load $0 - i32.gt_u - if - i32.const 1648 - i32.const 1712 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 3428 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -258,8 +278,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -271,10 +291,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -285,29 +305,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -315,10 +335,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -332,75 +352,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -422,7 +435,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -439,12 +452,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -461,17 +474,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -481,9 +494,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -508,13 +521,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -548,7 +561,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -604,19 +617,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -628,15 +641,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -644,16 +657,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -675,10 +689,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -691,18 +705,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -726,30 +739,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -757,10 +770,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -768,7 +781,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -776,7 +789,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -787,10 +800,10 @@ end i32.const 36224 i32.const 0 - i32.store $0 + i32.store i32.const 37792 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -802,7 +815,7 @@ i32.const 36224 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -820,7 +833,7 @@ i32.const 36224 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -837,7 +850,7 @@ end i32.const 36224 i32.const 37796 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -870,7 +883,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -883,19 +896,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -906,7 +919,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -918,7 +931,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -931,12 +944,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -945,7 +954,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -956,26 +965,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -991,7 +1000,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1007,7 +1016,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1032,14 +1041,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1074,7 +1083,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1088,10 +1097,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1103,10 +1112,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1114,47 +1123,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1175,7 +1186,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1192,10 +1203,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1211,7 +1222,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1232,7 +1243,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1264,22 +1275,23 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 - block $__inlined_func$~lib/util/number/itoa32 + i32.store + block $__inlined_func$~lib/util/number/itoa32$73 local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 1424 local.set $2 - br $__inlined_func$~lib/util/number/itoa32 + br $__inlined_func$~lib/util/number/itoa32$73 end global.get $~lib/memory/__stack_pointer - local.set $4 + local.set $5 i32.const 0 local.get $0 i32.sub @@ -1357,7 +1369,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1378,7 +1390,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1420,50 +1432,54 @@ unreachable end local.get $7 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $8 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $8 i32.const 256 i32.ge_u if (result i32) - local.get $8 - i32.const 1 - i32.const 27 - local.get $8 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $8 local.get $8 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $8 + i32.const 1 + i32.const 27 + local.get $8 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $8 + end else local.get $8 end i32.const 4 local.get $7 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1478,17 +1494,17 @@ i32.and i32.const 16 i32.shr_u - local.tee $5 + local.tee $4 local.get $2 - local.get $5 + local.get $4 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if - local.get $5 - memory.grow $0 + local.get $4 + memory.grow i32.const 0 i32.lt_s if @@ -1499,7 +1515,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1520,7 +1536,7 @@ end local.get $8 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1536,7 +1552,7 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 + i32.load local.set $9 local.get $8 i32.const 4 @@ -1556,7 +1572,7 @@ i32.and local.get $8 i32.sub - local.tee $5 + local.tee $4 i32.const 16 i32.ge_u if @@ -1566,19 +1582,19 @@ i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $8 i32.add local.tee $8 - local.get $5 + local.get $4 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $7 local.get $8 call $~lib/rt/tlsf/insertBlock @@ -1587,54 +1603,54 @@ local.get $9 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add - local.tee $5 - local.get $5 - i32.load $0 + local.tee $4 + local.get $4 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 i32.const 2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $6 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace - local.tee $5 - i32.load $0 offset=8 + local.tee $4 + i32.load offset=8 local.set $7 local.get $2 - local.get $5 + local.get $4 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $2 local.get $7 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - local.get $5 + i32.store offset=4 + local.get $4 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1647,10 +1663,10 @@ local.tee $2 i32.const 0 local.get $6 - memory.fill $0 - local.get $4 + memory.fill + local.get $5 local.get $2 - i32.store $0 + i32.store local.get $2 local.get $3 i32.add @@ -1683,7 +1699,7 @@ i32.shl i32.const 1836 i32.add - i64.load32_u $0 + i64.load32_u local.get $5 i32.const 100 i32.rem_u @@ -1691,11 +1707,11 @@ i32.shl i32.const 1836 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -1718,8 +1734,8 @@ i32.shl i32.const 1836 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $0 i32.const 100 i32.div_u @@ -1741,8 +1757,8 @@ i32.shl i32.const 1836 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store else local.get $4 local.get $1 @@ -1754,13 +1770,13 @@ local.get $0 i32.const 48 i32.add - i32.store16 $0 + i32.store16 end local.get $3 if local.get $2 i32.const 45 - i32.store16 $0 + i32.store16 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1780,7 +1796,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/function/Function<%28i32%29=>i32> $invalid end return @@ -1790,11 +1806,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1816,17 +1832,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load offset=4 + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1853,11 +1865,11 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 2 i32.const 1056 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 42 i32.ne if @@ -1870,8 +1882,8 @@ end i32.const 1 i32.const 1168 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 42 i32.ne if @@ -1882,7 +1894,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 36216 @@ -1892,42 +1904,42 @@ global.set $~lib/rt/itcms/threshold i32.const 1572 i32.const 1568 - i32.store $0 + i32.store i32.const 1576 i32.const 1568 - i32.store $0 + i32.store i32.const 1568 global.set $~lib/rt/itcms/pinSpace i32.const 1604 i32.const 1600 - i32.store $0 + i32.store i32.const 1608 i32.const 1600 - i32.store $0 + i32.store i32.const 1600 global.set $~lib/rt/itcms/toSpace i32.const 1748 i32.const 1744 - i32.store $0 + i32.store i32.const 1752 i32.const 1744 - i32.store $0 + i32.store i32.const 1744 global.set $~lib/rt/itcms/fromSpace i32.const 0 i32.const 1200 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) call $~lib/number/I32#toString local.set $5 global.get $~lib/memory/__stack_pointer local.tee $0 local.get $5 - i32.store $0 + i32.store local.get $0 i32.const 3408 - i32.store $0 offset=4 - block $__inlined_func$~lib/string/String.__eq (result i32) + i32.store offset=4 + block $__inlined_func$~lib/string/String.__eq$1 (result i32) local.get $0 i32.const 8 i32.sub @@ -1937,18 +1949,19 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 3408 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $0 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 1 - br $__inlined_func$~lib/string/String.__eq + br $__inlined_func$~lib/string/String.__eq$1 end block $folding-inner0 local.get $5 @@ -1957,47 +1970,47 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $5 - i32.store $0 + i32.store local.get $5 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $1 local.get $0 i32.const 3408 - i32.store $0 + i32.store local.get $1 i32.const 3404 - i32.load $0 + i32.load i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $0 + local.get $0 local.get $5 - i32.store $0 + i32.store i32.const 3408 local.set $3 local.get $0 i32.const 3408 - i32.store $0 offset=4 + i32.store offset=4 + i32.const 1 local.get $5 i32.const 7 i32.and - i32.eqz local.get $1 i32.const 4 - i32.ge_u - i32.and + i32.lt_u + select + i32.eqz if loop $do-loop|0 local.get $5 - i64.load $0 + i64.load local.get $3 - i64.load $0 + i64.load i64.eq if local.get $5 @@ -2018,7 +2031,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$80 loop $while-continue|1 local.get $1 local.tee $0 @@ -2028,17 +2041,17 @@ local.get $0 if local.get $5 - i32.load16_u $0 + i32.load16_u local.tee $2 local.get $3 - i32.load16_u $0 + i32.load16_u local.tee $0 i32.sub local.set $4 local.get $0 local.get $2 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$80 local.get $5 i32.const 2 i32.add @@ -2059,7 +2072,7 @@ global.set $~lib/memory/__stack_pointer local.get $4 i32.eqz - br $__inlined_func$~lib/string/String.__eq + br $__inlined_func$~lib/string/String.__eq$1 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -2089,23 +2102,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/resolve-localortype.debug.wat b/tests/compiler/resolve-localortype.debug.wat index b2017caf22..c070663650 100644 --- a/tests/compiler/resolve-localortype.debug.wat +++ b/tests/compiler/resolve-localortype.debug.wat @@ -1,7 +1,7 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) @@ -37,12 +37,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $string local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $resolve-localortype/foo<~lib/string/String> local.set $1 @@ -62,7 +62,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $resolve-localortype/test local.set $1 diff --git a/tests/compiler/resolve-localortype.release.wat b/tests/compiler/resolve-localortype.release.wat index 64f8e21612..26ca9589ab 100644 --- a/tests/compiler/resolve-localortype.release.wat +++ b/tests/compiler/resolve-localortype.release.wat @@ -1,6 +1,6 @@ (module - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func (param i32 i32 i32 i32))) + (type $1 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33792)) (memory $0 0) @@ -20,7 +20,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.sub @@ -32,10 +32,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add diff --git a/tests/compiler/resolve-nested.debug.wat b/tests/compiler/resolve-nested.debug.wat index 2e918e766f..41ee1e9f62 100644 --- a/tests/compiler/resolve-nested.debug.wat +++ b/tests/compiler/resolve-nested.debug.wat @@ -1,7 +1,7 @@ (module - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32 i32 i32))) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $resolve-nested/Outer.Inner.a (mut i32) (i32.const 0)) (global $resolve-nested/Outer.Inner.b (mut i32) (i32.const 0)) @@ -26,7 +26,6 @@ (export "memory" (memory $0)) (export "outer" (func $export:resolve-nested/outer)) (func $resolve-nested/outer (param $a i32) (param $b i32) (param $c i32) - nop ) (func $~stack_check global.get $~lib/memory/__stack_pointer @@ -49,13 +48,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 local.get $2 diff --git a/tests/compiler/resolve-nested.release.wat b/tests/compiler/resolve-nested.release.wat index 4c633e5c55..4ef6b545fd 100644 --- a/tests/compiler/resolve-nested.release.wat +++ b/tests/compiler/resolve-nested.release.wat @@ -1,6 +1,6 @@ (module - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $0 (func (param i32 i32 i32 i32))) + (type $1 (func (param i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33792)) (memory $0 0) @@ -26,13 +26,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 i32.const 12 i32.add diff --git a/tests/compiler/resolve-new.debug.wat b/tests/compiler/resolve-new.debug.wat index 3b02a74784..915a1b52a1 100644 --- a/tests/compiler/resolve-new.debug.wat +++ b/tests/compiler/resolve-new.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -45,12 +45,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -64,7 +64,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -138,7 +138,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -208,11 +208,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -220,7 +220,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -352,7 +352,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -365,7 +365,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -381,34 +381,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -568,7 +568,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -591,7 +591,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -605,7 +605,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -628,7 +628,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -771,7 +771,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -857,7 +857,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -937,7 +937,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -971,7 +971,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -994,7 +994,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1008,7 +1008,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1060,7 +1060,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1098,7 +1098,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1173,7 +1172,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1207,7 +1206,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1228,7 +1227,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1248,7 +1247,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1268,7 +1267,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1294,7 +1293,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1317,7 +1316,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1802,7 +1801,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1847,7 +1846,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1880,7 +1879,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1903,7 +1902,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1929,7 +1928,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1942,7 +1941,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1969,19 +1968,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2183,12 +2182,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2239,12 +2238,11 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $resolve-new/Foo#bar (param $this i32) - nop ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -2268,7 +2266,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2277,7 +2275,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2289,7 +2286,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $resolve-new/Foo $invalid end return @@ -2332,7 +2329,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2341,18 +2338,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2370,8 +2367,8 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - memory.size $0 + i32.store + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2396,7 +2393,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $resolve-new/Foo#bar global.get $~lib/memory/__stack_pointer @@ -2413,7 +2410,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -2422,7 +2419,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/resolve-new.release.wat b/tests/compiler/resolve-new.release.wat index 78f4407d8e..47c76ab67c 100644 --- a/tests/compiler/resolve-new.release.wat +++ b/tests/compiler/resolve-new.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (result i32))) + (type $4 (func (param i32) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -40,15 +40,15 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -58,7 +58,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -76,7 +76,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -84,137 +84,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34232 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$112 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34232 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$112 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1440 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1444 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1440 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1444 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -222,8 +242,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -235,10 +255,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -249,29 +269,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -279,10 +299,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -296,75 +316,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -386,7 +399,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -403,12 +416,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -425,17 +438,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -445,9 +458,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -472,13 +485,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -512,7 +525,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -568,19 +581,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -592,15 +605,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -608,16 +621,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -639,10 +653,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -655,18 +669,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -690,30 +703,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -721,10 +734,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -732,7 +745,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -740,7 +753,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -751,10 +764,10 @@ end i32.const 34240 i32.const 0 - i32.store $0 + i32.store i32.const 35808 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -766,7 +779,7 @@ i32.const 34240 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -784,7 +797,7 @@ i32.const 34240 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -801,7 +814,7 @@ end i32.const 34240 i32.const 35812 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -834,7 +847,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -847,19 +860,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -870,7 +883,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -882,7 +895,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -895,12 +908,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -909,7 +918,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -920,26 +929,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -955,7 +964,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -971,7 +980,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -996,14 +1005,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1038,7 +1047,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1052,10 +1061,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1067,10 +1076,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1080,7 +1089,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1091,10 +1100,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1106,7 +1115,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1127,7 +1136,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1142,7 +1151,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1163,7 +1172,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1194,11 +1203,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1217,12 +1226,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1233,7 +1242,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1252,7 +1261,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1269,7 +1278,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1285,7 +1294,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1295,7 +1304,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1304,54 +1313,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1364,7 +1373,7 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1377,7 +1386,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $resolve-new/Foo $invalid end return @@ -1387,11 +1396,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1418,8 +1427,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - memory.size $0 + i32.store + memory.size i32.const 16 i32.shl i32.const 34232 @@ -1429,26 +1438,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace call $resolve-new/Foo#constructor @@ -1457,7 +1466,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1466,6 +1475,7 @@ (func $resolve-new/Foo#constructor (result i32) (local $0 i32) (local $1 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1478,16 +1488,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -1497,16 +1507,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1514,7 +1525,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1529,23 +1540,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/resolve-propertyaccess.debug.wat b/tests/compiler/resolve-propertyaccess.debug.wat index c40972e4f0..7c13c3bb67 100644 --- a/tests/compiler/resolve-propertyaccess.debug.wat +++ b/tests/compiler/resolve-propertyaccess.debug.wat @@ -1,17 +1,17 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) - (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (result i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) + (type $9 (func (param i32 i64 i32))) + (type $10 (func (param i64 i32) (result i32))) + (type $11 (func (param i32 i64 i32 i32))) + (type $12 (func (param i32 i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $resolve-propertyaccess/Namespace.member i32 (i32.const 1)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -132,12 +132,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -151,7 +151,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -225,7 +225,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -295,11 +295,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -307,7 +307,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 448 @@ -439,7 +439,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -452,7 +452,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -468,34 +468,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -655,7 +655,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -678,7 +678,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -692,7 +692,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -715,7 +715,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -858,7 +858,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -944,7 +944,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1024,7 +1024,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1058,7 +1058,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1081,7 +1081,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1095,7 +1095,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1147,7 +1147,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1185,7 +1185,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1260,7 +1259,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1294,7 +1293,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1315,7 +1314,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1335,7 +1334,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1355,7 +1354,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1381,7 +1380,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1404,7 +1403,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1889,7 +1888,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1934,7 +1933,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1967,7 +1966,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1990,7 +1989,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2016,7 +2015,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2029,7 +2028,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2056,19 +2055,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2270,12 +2269,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2326,7 +2325,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2370,14 +2369,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 636 local.get $d2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -2393,7 +2392,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -2420,7 +2419,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits local.get $buffer local.get $offset @@ -2428,7 +2427,7 @@ i32.shl i32.add local.get $digits - i32.store $0 + i32.store end local.get $num i32.const 10 @@ -2443,7 +2442,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits|12 local.get $buffer local.get $offset @@ -2451,7 +2450,7 @@ i32.shl i32.add local.get $digits|12 - i32.store $0 + i32.store else local.get $offset i32.const 1 @@ -2467,7 +2466,7 @@ i32.shl i32.add local.get $digit - i32.store16 $0 + i32.store16 end ) (func $~lib/util/number/utoa_hex_lut (param $buffer i32) (param $num i64) (param $offset i32) @@ -2493,8 +2492,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $num i64.const 8 i64.shr_u @@ -2513,8 +2512,8 @@ i32.const 6 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 end ) (func $~lib/util/number/ulog_base (param $num i64) (param $base i32) (result i32) @@ -2638,8 +2637,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $num local.get $shift i64.shr_u @@ -2674,8 +2673,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $q local.set $num local.get $num @@ -2693,7 +2692,7 @@ ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -2745,9 +2744,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -2780,10 +2779,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -2815,11 +2814,11 @@ (func $resolve-propertyaccess/Class#set:instanceField (param $this i32) (param $instanceField i32) local.get $this local.get $instanceField - i32.store $0 + i32.store ) (func $resolve-propertyaccess/Class#get:instanceField (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $resolve-propertyaccess/Class#get:instanceProperty (param $this i32) (result i32) i32.const 8 @@ -2846,7 +2845,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2855,7 +2854,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2867,7 +2865,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $resolve-propertyaccess/Class $invalid end return @@ -2911,7 +2909,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -2949,7 +2947,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -2958,7 +2956,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -2976,14 +2974,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -3006,7 +3004,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3015,23 +3013,23 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6 call $resolve-propertyaccess/Class#set:instanceField @@ -3053,11 +3051,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 - memory.size $0 + i64.store offset=8 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3080,13 +3078,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2208 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -3104,13 +3102,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2320 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -3128,13 +3126,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2352 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -3152,13 +3150,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2384 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -3176,13 +3174,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2416 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -3200,13 +3198,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2448 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -3224,13 +3222,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2480 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -3248,13 +3246,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2512 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -3272,13 +3270,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2544 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -3296,13 +3294,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2576 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -3318,12 +3316,12 @@ i32.const 0 call $resolve-propertyaccess/Class#constructor local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 call $resolve-propertyaccess/Class#get:instanceField i32.const 10 @@ -3331,13 +3329,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2608 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -3353,7 +3351,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 call $resolve-propertyaccess/Class#get:instanceProperty i32.const 10 @@ -3361,13 +3359,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2640 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -3405,7 +3403,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -3465,7 +3463,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -3505,7 +3503,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -3540,7 +3538,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -3555,7 +3553,7 @@ if local.get $out i32.const 45 - i32.store16 $0 + i32.store16 end local.get $out local.set $14 @@ -3575,7 +3573,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -3584,7 +3582,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/resolve-propertyaccess.release.wat b/tests/compiler/resolve-propertyaccess.release.wat index 05ca990b33..c2b15003a8 100644 --- a/tests/compiler/resolve-propertyaccess.release.wat +++ b/tests/compiler/resolve-propertyaccess.release.wat @@ -1,12 +1,12 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func)) + (type $1 (func (param i32 i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -74,16 +74,16 @@ (local $0 i32) (local $1 i32) i32.const 1472 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1280 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 2080 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 3136 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -93,7 +93,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -111,7 +111,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -119,137 +119,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1344 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1344 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 36472 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$126 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 36472 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1344 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$126 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1344 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1344 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 3680 + i32.load + i32.gt_u + if + i32.const 1472 + i32.const 1536 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 3684 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 3680 - i32.load $0 - i32.gt_u - if - i32.const 1472 - i32.const 1536 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 3684 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -257,8 +277,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -270,10 +290,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -284,29 +304,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -314,10 +334,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -331,75 +351,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -421,7 +434,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -438,12 +451,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -460,17 +473,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -480,9 +493,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -507,13 +520,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -547,7 +560,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -603,19 +616,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -627,15 +640,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -643,16 +656,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -674,10 +688,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -690,18 +704,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -725,30 +738,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -756,10 +769,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -767,7 +780,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -775,7 +788,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -786,10 +799,10 @@ end i32.const 36480 i32.const 0 - i32.store $0 + i32.store i32.const 38048 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -801,7 +814,7 @@ i32.const 36480 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -819,7 +832,7 @@ i32.const 36480 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -836,7 +849,7 @@ end i32.const 36480 i32.const 38052 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -869,7 +882,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -882,19 +895,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -905,7 +918,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -917,7 +930,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -930,12 +943,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -944,7 +953,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -955,26 +964,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -990,7 +999,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1006,7 +1015,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1031,14 +1040,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1073,7 +1082,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1087,10 +1096,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1102,10 +1111,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1113,47 +1122,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1174,7 +1185,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1191,10 +1202,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1210,7 +1221,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1231,7 +1242,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1258,7 +1269,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1279,7 +1290,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1321,50 +1332,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1384,12 +1399,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1400,7 +1415,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1421,7 +1436,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1437,8 +1452,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1452,90 +1467,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1548,7 +1563,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/number/I32#toString (param $0 i32) (result i32) @@ -1573,19 +1588,20 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 - block $__inlined_func$~lib/util/number/itoa32 + i32.store + block $__inlined_func$~lib/util/number/itoa32$73 local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 1248 local.set $2 - br $__inlined_func$~lib/util/number/itoa32 + br $__inlined_func$~lib/util/number/itoa32$73 end global.get $~lib/memory/__stack_pointer i32.const 0 @@ -1653,7 +1669,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store local.get $2 local.get $3 i32.add @@ -1686,7 +1702,7 @@ i32.shl i32.const 1660 i32.add - i64.load32_u $0 + i64.load32_u local.get $4 i32.const 100 i32.rem_u @@ -1694,11 +1710,11 @@ i32.shl i32.const 1660 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -1721,8 +1737,8 @@ i32.shl i32.const 1660 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $0 i32.const 100 i32.div_u @@ -1744,8 +1760,8 @@ i32.shl i32.const 1660 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store else local.get $5 local.get $1 @@ -1757,13 +1773,13 @@ local.get $0 i32.const 48 i32.add - i32.store16 $0 + i32.store16 end local.get $3 if local.get $2 i32.const 45 - i32.store16 $0 + i32.store16 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1782,7 +1798,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $resolve-propertyaccess/Class $invalid end return @@ -1792,11 +1808,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1828,13 +1844,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1849,55 +1866,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -1918,7 +1939,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$77 loop $while-continue|1 local.get $0 local.tee $3 @@ -1928,17 +1949,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$77 local.get $2 i32.const 2 i32.add @@ -1971,6 +1992,7 @@ (local $0 i32) (local $1 i32) (local $2 i32) + (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -1983,11 +2005,11 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i64.const 0 - i64.store $0 offset=8 - memory.size $0 + i64.store offset=8 + memory.size i32.const 16 i32.shl i32.const 36472 @@ -1997,26 +2019,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1396 i32.const 1392 - i32.store $0 + i32.store i32.const 1400 i32.const 1392 - i32.store $0 + i32.store i32.const 1392 global.set $~lib/rt/itcms/pinSpace i32.const 1428 i32.const 1424 - i32.store $0 + i32.store i32.const 1432 i32.const 1424 - i32.store $0 + i32.store i32.const 1424 global.set $~lib/rt/itcms/toSpace i32.const 1572 i32.const 1568 - i32.store $0 + i32.store i32.const 1576 i32.const 1568 - i32.store $0 + i32.store i32.const 1568 global.set $~lib/rt/itcms/fromSpace i32.const 1 @@ -2024,10 +2046,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3232 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3232 call $~lib/string/String.__eq @@ -2046,10 +2068,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3344 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3344 call $~lib/string/String.__eq @@ -2068,10 +2090,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3376 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3376 call $~lib/string/String.__eq @@ -2090,10 +2112,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3408 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3408 call $~lib/string/String.__eq @@ -2112,10 +2134,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3440 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3440 call $~lib/string/String.__eq @@ -2134,10 +2156,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3472 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3472 call $~lib/string/String.__eq @@ -2156,10 +2178,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3504 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3504 call $~lib/string/String.__eq @@ -2178,10 +2200,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3536 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3536 call $~lib/string/String.__eq @@ -2200,10 +2222,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3568 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3568 call $~lib/string/String.__eq @@ -2222,10 +2244,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3600 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3600 call $~lib/string/String.__eq @@ -2250,18 +2272,18 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $3 local.get $0 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $3 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2270,51 +2292,52 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $3 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 - i32.load $0 + i32.load call $~lib/number/I32#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3632 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3632 call $~lib/string/String.__eq @@ -2329,16 +2352,16 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 i32.const 8 call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3664 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3664 call $~lib/string/String.__eq @@ -2364,23 +2387,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/resolve-ternary.debug.wat b/tests/compiler/resolve-ternary.debug.wat index 88fe3f8e4c..44786d5dcb 100644 --- a/tests/compiler/resolve-ternary.debug.wat +++ b/tests/compiler/resolve-ternary.debug.wat @@ -1,22 +1,22 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) - (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_i64_i32_i64_i32_i64_i32_=>_i32 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) - (type $f64_i32_=>_i32 (func (param f64 i32) (result i32))) - (type $f64_=>_i32 (func (param f64) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) + (type $9 (func (param i32 i64 i32))) + (type $10 (func (param i64 i32) (result i32))) + (type $11 (func (param i32 i64 i32 i32))) + (type $12 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $13 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) + (type $14 (func (param i32 i32 i32) (result i32))) + (type $15 (func (param i32 f64) (result i32))) + (type $16 (func (param f64 i32) (result i32))) + (type $17 (func (param f64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $resolve-ternary/b (mut i32) (i32.const 1)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -140,12 +140,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -159,7 +159,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -233,7 +233,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -303,11 +303,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -315,7 +315,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 448 @@ -447,7 +447,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -460,7 +460,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -476,34 +476,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -663,7 +663,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -686,7 +686,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -700,7 +700,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -723,7 +723,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -866,7 +866,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -952,7 +952,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1032,7 +1032,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1066,7 +1066,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1089,7 +1089,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1103,7 +1103,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1155,7 +1155,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1193,7 +1193,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1268,7 +1267,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1302,7 +1301,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1323,7 +1322,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1343,7 +1342,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1363,7 +1362,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1389,7 +1388,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1412,7 +1411,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1897,7 +1896,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1942,7 +1941,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1975,7 +1974,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1998,7 +1997,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2024,7 +2023,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2037,7 +2036,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2064,19 +2063,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2278,12 +2277,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2334,7 +2333,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2378,14 +2377,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 636 local.get $d2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -2401,7 +2400,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -2428,7 +2427,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits local.get $buffer local.get $offset @@ -2436,7 +2435,7 @@ i32.shl i32.add local.get $digits - i32.store $0 + i32.store end local.get $num i32.const 10 @@ -2451,7 +2450,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits|12 local.get $buffer local.get $offset @@ -2459,7 +2458,7 @@ i32.shl i32.add local.get $digits|12 - i32.store $0 + i32.store else local.get $offset i32.const 1 @@ -2475,7 +2474,7 @@ i32.shl i32.add local.get $digit - i32.store16 $0 + i32.store16 end ) (func $~lib/util/number/utoa_hex_lut (param $buffer i32) (param $num i64) (param $offset i32) @@ -2501,8 +2500,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $num i64.const 8 i64.shr_u @@ -2521,8 +2520,8 @@ i32.const 6 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 end ) (func $~lib/util/number/ulog_base (param $num i64) (param $base i32) (result i32) @@ -2646,8 +2645,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $num local.get $shift i64.shr_u @@ -2682,8 +2681,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $q local.set $num local.get $num @@ -2701,7 +2700,7 @@ ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -2753,9 +2752,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -2788,10 +2787,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -3059,7 +3058,7 @@ i32.const 65535 i32.and i32.add - i32.store16 $0 + i32.store16 end local.get $kappa i32.const 1 @@ -3094,7 +3093,7 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.get $one_exp i64.extend_i32_s i64.shl @@ -3110,7 +3109,7 @@ i32.add local.set $lastp local.get $lastp - i32.load16_u $0 + i32.load16_u local.set $digit loop $while-continue|3 local.get $rest @@ -3161,7 +3160,7 @@ end local.get $lastp local.get $digit - i32.store16 $0 + i32.store16 local.get $len return end @@ -3207,7 +3206,7 @@ i32.const 65535 i32.and i32.add - i32.store16 $0 + i32.store16 end local.get $p2 local.get $mask @@ -3233,7 +3232,7 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u i64.mul local.set $wp_w_frc local.get $buffer @@ -3257,7 +3256,7 @@ i32.add local.set $lastp|35 local.get $lastp|35 - i32.load16_u $0 + i32.load16_u local.set $digit|36 loop $while-continue|6 local.get $rest|32 @@ -3308,7 +3307,7 @@ end local.get $lastp|35 local.get $digit|36 - i32.store16 $0 + i32.store16 local.get $len return end @@ -3351,7 +3350,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $length i32.const 2 i32.add @@ -3385,7 +3384,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -3403,7 +3402,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $kk i32.const 2 i32.add @@ -3435,14 +3434,14 @@ i32.sub i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $buffer local.get $kk i32.const 1 i32.shl i32.add i32.const 46 - i32.store16 $0 + i32.store16 local.get $length i32.const 1 i32.add @@ -3472,14 +3471,14 @@ local.get $length i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $buffer i32.const 48 i32.const 46 i32.const 16 i32.shl i32.or - i32.store $0 + i32.store i32.const 2 local.set $i|7 loop $for-loop|1 @@ -3493,7 +3492,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $i|7 i32.const 1 i32.add @@ -3512,7 +3511,7 @@ if local.get $buffer i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 block $~lib/util/number/genExponent|inlined.0 (result i32) local.get $buffer i32.const 4 @@ -3557,7 +3556,7 @@ i32.const 43 local.get $sign select - i32.store16 $0 + i32.store16 local.get $decimals br $~lib/util/number/genExponent|inlined.0 end @@ -3580,15 +3579,15 @@ local.get $len i32.const 2 i32.sub - memory.copy $0 $0 + memory.copy local.get $buffer i32.const 46 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $buffer local.get $len i32.add i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $length block $~lib/util/number/genExponent|inlined.1 (result i32) local.get $buffer @@ -3636,7 +3635,7 @@ i32.const 43 local.get $sign|18 select - i32.store16 $0 + i32.store16 local.get $decimals|19 br $~lib/util/number/genExponent|inlined.1 end @@ -3726,7 +3725,7 @@ local.set $value local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 end block $~lib/util/number/grisu2|inlined.0 (result i32) local.get $value @@ -3856,14 +3855,14 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load global.set $~lib/util/number/_frc_pow i32.const 3200 local.get $index i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s global.set $~lib/util/number/_exp_pow local.get $frc i64.clz @@ -4180,7 +4179,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -4189,11 +4188,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/function/Function<%28i32%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -4213,7 +4211,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/function/Function<%28i32%29=>i32> $invalid end return @@ -4260,7 +4258,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -4298,7 +4296,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -4307,7 +4305,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -4325,14 +4323,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -4355,8 +4353,8 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 - memory.size $0 + i64.store + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -4384,13 +4382,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2208 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4413,13 +4411,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 3440 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4440,8 +4438,8 @@ else global.get $resolve-ternary/f2 end - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 2 i32.eq i32.eqz @@ -4462,8 +4460,8 @@ else i32.const 3568 end - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 4 i32.eq i32.eqz @@ -4484,8 +4482,8 @@ else i32.const 3568 end - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 3 i32.eq i32.eqz @@ -4511,12 +4509,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%29=>i32>#get:_env local.get $cookie @@ -4547,7 +4545,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -4607,7 +4605,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -4647,7 +4645,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -4682,7 +4680,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -4697,7 +4695,7 @@ if local.get $out i32.const 45 - i32.store16 $0 + i32.store16 end local.get $out local.set $14 @@ -4719,7 +4717,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $value f64.const 0 f64.eq @@ -4778,11 +4776,11 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 + i32.store local.get $result i32.const 2448 local.get $size - memory.copy $0 $0 + memory.copy local.get $result local.set $3 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/resolve-ternary.release.wat b/tests/compiler/resolve-ternary.release.wat index fd5bc84dca..68686f15c7 100644 --- a/tests/compiler/resolve-ternary.release.wat +++ b/tests/compiler/resolve-ternary.release.wat @@ -1,14 +1,14 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i64_i64_i32_i64_=>_i32 (func (param i64 i64 i32 i64) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) + (type $7 (func (result i32))) + (type $8 (func (param i32 i32 i32))) + (type $9 (func (param i64 i64 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -80,16 +80,16 @@ (local $0 i32) (local $1 i32) i32.const 1472 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1280 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 2080 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 3136 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -99,7 +99,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -117,7 +117,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -125,137 +125,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1344 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1344 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 37400 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$128 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 37400 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1344 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$128 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1344 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1344 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 4608 + i32.load + i32.gt_u + if + i32.const 1472 + i32.const 1536 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 4612 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 4608 - i32.load $0 - i32.gt_u - if - i32.const 1472 - i32.const 1536 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 4612 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -263,8 +283,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -276,10 +296,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -290,29 +310,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -320,10 +340,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -337,75 +357,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -427,7 +440,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -444,12 +457,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -466,17 +479,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -486,9 +499,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -513,13 +526,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -553,7 +566,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -609,19 +622,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -633,15 +646,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -649,16 +662,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -680,10 +694,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -696,18 +710,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -731,30 +744,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -762,10 +775,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -773,7 +786,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -781,7 +794,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -792,10 +805,10 @@ end i32.const 37408 i32.const 0 - i32.store $0 + i32.store i32.const 38976 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -807,7 +820,7 @@ i32.const 37408 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -825,7 +838,7 @@ i32.const 37408 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -842,7 +855,7 @@ end i32.const 37408 i32.const 38980 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -875,7 +888,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -888,19 +901,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -911,7 +924,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -923,7 +936,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -936,12 +949,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -950,7 +959,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -961,26 +970,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -996,7 +1005,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1012,7 +1021,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1037,14 +1046,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1079,7 +1088,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1093,10 +1102,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1108,10 +1117,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1119,47 +1128,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1180,7 +1191,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1197,10 +1208,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1216,7 +1227,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1237,7 +1248,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1264,7 +1275,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1285,7 +1296,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1327,50 +1338,54 @@ unreachable end local.get $3 - i32.const 12 - local.get $1 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $1 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $1 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $4 call $~lib/rt/tlsf/searchBlock local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 local.get $4 i32.const 256 i32.ge_u if (result i32) - local.get $4 - i32.const 1 - i32.const 27 - local.get $4 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $4 local.get $4 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $4 + i32.const 1 + i32.const 27 + local.get $4 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $4 + end else local.get $4 end i32.const 4 local.get $3 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1390,12 +1405,12 @@ local.get $2 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $2 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1406,7 +1421,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1427,7 +1442,7 @@ end local.get $4 local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1443,8 +1458,8 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 - local.set $2 + i32.load + local.set $5 local.get $4 i32.const 4 i32.add @@ -1458,90 +1473,90 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $5 i32.const -4 i32.and local.get $4 i32.sub - local.tee $5 + local.tee $2 i32.const 16 i32.ge_u if local.get $1 local.get $4 - local.get $2 + local.get $5 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $4 i32.add - local.tee $2 - local.get $5 + local.tee $4 + local.get $2 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $3 - local.get $2 + local.get $4 call $~lib/rt/tlsf/insertBlock else local.get $1 - local.get $2 + local.get $5 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 i32.const 2 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $1 local.get $2 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $1 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1554,7 +1569,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/util/number/utoa32_dec_lut (param $0 i32) (param $1 i32) (param $2 i32) @@ -1587,7 +1602,7 @@ i32.shl i32.const 1660 i32.add - i64.load32_u $0 + i64.load32_u local.get $3 i32.const 100 i32.rem_u @@ -1595,11 +1610,11 @@ i32.shl i32.const 1660 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -1622,8 +1637,8 @@ i32.shl i32.const 1660 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $1 i32.const 100 i32.div_u @@ -1645,8 +1660,8 @@ i32.shl i32.const 1660 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store else local.get $0 local.get $2 @@ -1658,7 +1673,7 @@ local.get $1 i32.const 48 i32.add - i32.store16 $0 + i32.store16 end ) (func $~lib/util/number/genDigits (param $0 i64) (param $1 i64) (param $2 i32) (param $3 i64) (result i32) @@ -1667,8 +1682,8 @@ (local $6 i32) (local $7 i64) (local $8 i64) - (local $9 i32) - (local $10 i64) + (local $9 i64) + (local $10 i32) (local $11 i64) local.get $1 local.get $0 @@ -1678,11 +1693,11 @@ i32.const 0 local.get $2 i32.sub - local.tee $9 + local.tee $10 i64.extend_i32_s local.tee $0 i64.shl - local.tee $10 + local.tee $9 i64.const 1 i64.sub local.tee $11 @@ -1875,7 +1890,7 @@ i32.and i32.const 48 i32.add - i32.store16 $0 + i32.store16 local.get $4 i32.const 1 i32.add @@ -1888,8 +1903,9 @@ local.get $3 local.get $5 i64.extend_i32_u - local.get $9 + local.get $10 i64.extend_i32_s + local.tee $1 i64.shl local.get $7 i64.add @@ -1905,9 +1921,8 @@ i32.shl i32.const 4400 i32.add - i64.load32_u $0 - local.get $9 - i64.extend_i32_s + i64.load32_u + local.get $1 i64.shl local.set $1 local.get $4 @@ -1916,7 +1931,7 @@ i32.const 3470 i32.add local.tee $5 - i32.load16_u $0 + i32.load16_u local.set $2 loop $while-continue|3 local.get $0 @@ -1960,7 +1975,7 @@ end local.get $5 local.get $2 - i32.store16 $0 + i32.store16 local.get $4 return end @@ -1976,7 +1991,7 @@ i64.const 10 i64.mul local.tee $0 - local.get $9 + local.get $10 i64.extend_i32_s i64.shr_u local.tee $1 @@ -1997,7 +2012,7 @@ i32.and i32.const 48 i32.add - i32.store16 $0 + i32.store16 local.get $4 i32.const 1 i32.add @@ -2027,7 +2042,7 @@ i32.shl i32.const 4400 i32.add - i64.load32_u $0 + i64.load32_u i64.mul local.set $0 local.get $4 @@ -2036,7 +2051,7 @@ i32.const 3470 i32.add local.tee $5 - i32.load16_u $0 + i32.load16_u local.set $2 loop $while-continue|6 local.get $0 @@ -2045,7 +2060,7 @@ local.get $3 local.get $7 i64.sub - local.get $10 + local.get $9 i64.ge_u i32.and if (result i32) @@ -2053,7 +2068,7 @@ local.get $7 i64.sub local.get $7 - local.get $10 + local.get $9 i64.add local.tee $1 local.get $0 @@ -2072,7 +2087,7 @@ i32.sub local.set $2 local.get $7 - local.get $10 + local.get $9 i64.add local.set $7 br $while-continue|6 @@ -2080,7 +2095,7 @@ end local.get $5 local.get $2 - i32.store16 $0 + i32.store16 local.get $4 ) (func $~lib/util/number/prettify (param $0 i32) (param $1 i32) (result i32) @@ -2095,7 +2110,7 @@ i32.const 3472 i32.add i32.const 3145774 - i32.store $0 + i32.store local.get $0 i32.const 2 i32.add @@ -2123,7 +2138,7 @@ i32.const 3472 i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $0 i32.const 1 i32.add @@ -2137,7 +2152,7 @@ i32.const 3472 i32.add i32.const 3145774 - i32.store $0 + i32.store local.get $2 i32.const 2 i32.add @@ -2164,10 +2179,10 @@ i32.sub i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $2 i32.const 46 - i32.store16 $0 + i32.store16 local.get $0 i32.const 1 i32.add @@ -2192,10 +2207,10 @@ local.get $0 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy i32.const 3472 i32.const 3014704 - i32.store $0 + i32.store i32.const 2 local.set $1 loop $for-loop|1 @@ -2209,7 +2224,7 @@ i32.const 3472 i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $1 i32.const 1 i32.add @@ -2227,7 +2242,7 @@ if i32.const 3474 i32.const 101 - i32.store16 $0 + i32.store16 local.get $2 i32.const 1 i32.sub @@ -2298,7 +2313,7 @@ i32.const 43 local.get $1 select - i32.store16 $0 + i32.store16 else i32.const 3476 i32.const 3474 @@ -2308,16 +2323,16 @@ local.tee $1 i32.const 2 i32.sub - memory.copy $0 $0 + memory.copy i32.const 3474 i32.const 46 - i32.store16 $0 + i32.store16 local.get $1 i32.const 3472 i32.add local.tee $1 i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $1 i32.const 4 i32.add @@ -2391,7 +2406,7 @@ i32.const 43 local.get $2 select - i32.store16 $0 + i32.store16 local.get $0 local.get $1 i32.add @@ -2427,7 +2442,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/function/Function<%28i32%29=>i32> $invalid end return @@ -2437,11 +2452,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -2463,17 +2478,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load offset=4 + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2500,10 +2511,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 - i64.store $0 - memory.size $0 + i64.store + memory.size i32.const 16 i32.shl i32.const 37400 @@ -2513,29 +2523,29 @@ global.set $~lib/rt/itcms/threshold i32.const 1396 i32.const 1392 - i32.store $0 + i32.store i32.const 1400 i32.const 1392 - i32.store $0 + i32.store i32.const 1392 global.set $~lib/rt/itcms/pinSpace i32.const 1428 i32.const 1424 - i32.store $0 + i32.store i32.const 1432 i32.const 1424 - i32.store $0 + i32.store i32.const 1424 global.set $~lib/rt/itcms/toSpace i32.const 1572 i32.const 1568 - i32.store $0 + i32.store i32.const 1576 i32.const 1568 - i32.store $0 + i32.store i32.const 1568 global.set $~lib/rt/itcms/fromSpace - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2546,12 +2556,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 2 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 1 i32.const 1 @@ -2562,10 +2572,10 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3232 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3232 call $~lib/string/String.__eq @@ -2588,14 +2598,14 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const -4 global.set $~lib/util/number/_K i32.const 3880 - i64.load $0 + i64.load global.set $~lib/util/number/_frc_pow i32.const 4312 - i32.load16_s $0 + i32.load16_s global.set $~lib/util/number/_exp_pow global.get $~lib/util/number/_frc_pow local.tee $3 @@ -2699,11 +2709,11 @@ local.get $6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 3472 local.get $6 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2711,10 +2721,10 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $0 - i32.store $0 + i32.store local.get $6 i32.const 4464 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4464 call $~lib/string/String.__eq @@ -2729,8 +2739,8 @@ end i32.const 1 i32.const 4496 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 2 i32.ne if @@ -2743,8 +2753,8 @@ end i32.const 1 i32.const 4560 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 4 i32.ne if @@ -2757,8 +2767,8 @@ end i32.const 1 i32.const 4528 - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 3 i32.ne if @@ -2803,13 +2813,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2824,55 +2835,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -2893,7 +2908,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$84 loop $while-continue|1 local.get $0 local.tee $3 @@ -2903,17 +2918,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$84 local.get $2 i32.const 2 i32.add @@ -2942,23 +2957,4 @@ global.set $~lib/memory/__stack_pointer i32.const 0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/resolve-unary.debug.wat b/tests/compiler/resolve-unary.debug.wat index 862a3d4188..1eff1a8a06 100644 --- a/tests/compiler/resolve-unary.debug.wat +++ b/tests/compiler/resolve-unary.debug.wat @@ -1,17 +1,17 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) - (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) + (type $9 (func (param i32 i64 i32))) + (type $10 (func (param i64 i32) (result i32))) + (type $11 (func (param i32 i64 i32 i32))) + (type $12 (func (param i32 i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -132,12 +132,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -151,7 +151,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -225,7 +225,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -295,11 +295,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -307,7 +307,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 448 @@ -439,7 +439,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -452,7 +452,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -468,34 +468,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -655,7 +655,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -678,7 +678,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -692,7 +692,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -715,7 +715,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -858,7 +858,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -944,7 +944,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1024,7 +1024,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1058,7 +1058,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1081,7 +1081,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1095,7 +1095,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1147,7 +1147,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1185,7 +1185,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1260,7 +1259,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1294,7 +1293,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1315,7 +1314,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1335,7 +1334,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1355,7 +1354,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1381,7 +1380,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1404,7 +1403,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1889,7 +1888,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1934,7 +1933,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1967,7 +1966,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1990,7 +1989,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2016,7 +2015,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2029,7 +2028,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2056,19 +2055,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2270,12 +2269,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2326,7 +2325,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2370,14 +2369,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 636 local.get $d2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -2393,7 +2392,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -2420,7 +2419,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits local.get $buffer local.get $offset @@ -2428,7 +2427,7 @@ i32.shl i32.add local.get $digits - i32.store $0 + i32.store end local.get $num i32.const 10 @@ -2443,7 +2442,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits|12 local.get $buffer local.get $offset @@ -2451,7 +2450,7 @@ i32.shl i32.add local.get $digits|12 - i32.store $0 + i32.store else local.get $offset i32.const 1 @@ -2467,7 +2466,7 @@ i32.shl i32.add local.get $digit - i32.store16 $0 + i32.store16 end ) (func $~lib/util/number/utoa_hex_lut (param $buffer i32) (param $num i64) (param $offset i32) @@ -2493,8 +2492,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $num i64.const 8 i64.shr_u @@ -2513,8 +2512,8 @@ i32.const 6 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 end ) (func $~lib/util/number/ulog_base (param $num i64) (param $base i32) (result i32) @@ -2638,8 +2637,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $num local.get $shift i64.shr_u @@ -2674,8 +2673,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $q local.set $num local.get $num @@ -2693,7 +2692,7 @@ ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -2745,9 +2744,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -2780,10 +2779,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -2874,10 +2873,8 @@ return ) (func $start:resolve-unary~anonymous|0 - nop ) (func $resolve-unary/generic<~lib/string/String> (param $v i32) - nop ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -2914,7 +2911,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2923,11 +2920,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/function/Function<%28%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2949,7 +2945,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $resolve-unary/Foo $resolve-unary/Bar $~lib/function/Function<%28%29=>void> $invalid end return @@ -3000,7 +2996,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -3038,7 +3034,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -3047,7 +3043,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -3065,14 +3061,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -3095,7 +3091,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3104,18 +3100,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3133,7 +3129,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3142,18 +3138,18 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3178,8 +3174,8 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3202,13 +3198,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2208 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq i32.eqz @@ -3226,13 +3222,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2304 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq i32.eqz @@ -3254,13 +3250,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2336 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq i32.eqz @@ -3282,13 +3278,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2304 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq i32.eqz @@ -3307,13 +3303,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2400 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq i32.eqz @@ -3333,13 +3329,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2368 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq i32.eqz @@ -3359,13 +3355,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2432 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq i32.eqz @@ -3388,13 +3384,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2304 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq i32.eqz @@ -3417,13 +3413,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2336 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq i32.eqz @@ -3442,25 +3438,25 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $resolve-unary/Foo#plus local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/string/String#toString local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2464 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq i32.eqz @@ -3476,25 +3472,25 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $resolve-unary/Foo#minus local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/string/String#toString local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2496 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq i32.eqz @@ -3510,7 +3506,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $resolve-unary/Foo#prefix_inc global.set $resolve-unary/foo @@ -3518,7 +3514,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $resolve-unary/Foo#self global.get $resolve-unary/foo @@ -3536,7 +3532,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $resolve-unary/Foo#prefix_dec global.set $resolve-unary/foo @@ -3544,7 +3540,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $resolve-unary/Foo#self global.get $resolve-unary/foo @@ -3562,25 +3558,25 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $resolve-unary/Foo#not local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/string/String#toString local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2528 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq i32.eqz @@ -3596,25 +3592,25 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $resolve-unary/Foo#bitwise_not local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/string/String#toString local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2560 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq i32.eqz @@ -3629,12 +3625,12 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-unary/foo local.tee $2 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $resolve-unary/Foo#postfix_inc global.set $resolve-unary/foo @@ -3642,7 +3638,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $resolve-unary/Foo#self global.get $resolve-unary/foo @@ -3659,12 +3655,12 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-unary/foo local.tee $3 - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $resolve-unary/Foo#postfix_dec global.set $resolve-unary/foo @@ -3672,7 +3668,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $resolve-unary/Foo#self global.get $resolve-unary/foo @@ -3693,25 +3689,25 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $resolve-unary/Bar.prefix_inc local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/string/String#toString local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2592 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq i32.eqz @@ -3727,25 +3723,25 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $resolve-unary/Bar.prefix_dec local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/string/String#toString local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2624 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq i32.eqz @@ -3760,28 +3756,28 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-unary/bar local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $resolve-unary/Bar.postfix_inc local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/string/String#toString local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2656 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq i32.eqz @@ -3796,28 +3792,28 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-unary/bar local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $resolve-unary/Bar.postfix_dec local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/string/String#toString local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2688 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq i32.eqz @@ -3835,7 +3831,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/string/String#get:length drop @@ -3845,7 +3841,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $resolve-unary/generic<~lib/string/String> global.get $~lib/memory/__stack_pointer @@ -3862,12 +3858,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28%29=>void>#get:_env local.get $cookie @@ -3898,7 +3894,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -3958,7 +3954,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -3998,7 +3994,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -4033,7 +4029,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -4048,7 +4044,7 @@ if local.get $out i32.const 45 - i32.store16 $0 + i32.store16 end local.get $out local.set $14 @@ -4068,7 +4064,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -4077,7 +4073,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/resolve-unary.release.wat b/tests/compiler/resolve-unary.release.wat index 446dbe2298..97dd0c9459 100644 --- a/tests/compiler/resolve-unary.release.wat +++ b/tests/compiler/resolve-unary.release.wat @@ -1,12 +1,12 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func)) + (type $1 (func (param i32 i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) + (type $7 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -91,25 +91,25 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $resolve-unary/bar local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1472 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1280 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 2080 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 3136 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -119,7 +119,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -137,7 +137,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -145,137 +145,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1344 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1344 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 36640 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$156 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 36640 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1344 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$156 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1344 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1344 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 3840 + i32.load + i32.gt_u + if + i32.const 1472 + i32.const 1536 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 3844 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 3840 - i32.load $0 - i32.gt_u - if - i32.const 1472 - i32.const 1536 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 3844 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -283,8 +303,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -296,10 +316,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -310,29 +330,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -340,10 +360,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -357,75 +377,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -447,7 +460,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -464,12 +477,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -486,17 +499,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -506,9 +519,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -533,13 +546,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -573,7 +586,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -629,19 +642,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -653,15 +666,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -669,16 +682,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -700,10 +714,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -716,18 +730,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -751,30 +764,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -782,10 +795,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -793,7 +806,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -801,7 +814,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -812,10 +825,10 @@ end i32.const 36640 i32.const 0 - i32.store $0 + i32.store i32.const 38208 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -827,7 +840,7 @@ i32.const 36640 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -845,7 +858,7 @@ i32.const 36640 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -862,7 +875,7 @@ end i32.const 36640 i32.const 38212 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -895,7 +908,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -908,19 +921,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -931,7 +944,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -943,7 +956,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -956,12 +969,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -970,7 +979,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -981,26 +990,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1016,7 +1025,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1032,7 +1041,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1057,14 +1066,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1099,7 +1108,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1113,10 +1122,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1128,10 +1137,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1139,47 +1148,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1200,7 +1211,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1217,10 +1228,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1236,7 +1247,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1257,7 +1268,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1284,7 +1295,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1305,7 +1316,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1347,50 +1358,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1410,12 +1425,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1426,7 +1441,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1447,7 +1462,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1463,8 +1478,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1478,90 +1493,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1574,7 +1589,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/number/I32#toString (param $0 i32) (result i32) @@ -1599,19 +1614,20 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 - block $__inlined_func$~lib/util/number/itoa32 + i32.store + block $__inlined_func$~lib/util/number/itoa32$73 local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 1248 local.set $2 - br $__inlined_func$~lib/util/number/itoa32 + br $__inlined_func$~lib/util/number/itoa32$73 end global.get $~lib/memory/__stack_pointer i32.const 0 @@ -1679,7 +1695,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store local.get $2 local.get $3 i32.add @@ -1712,7 +1728,7 @@ i32.shl i32.const 1660 i32.add - i64.load32_u $0 + i64.load32_u local.get $4 i32.const 100 i32.rem_u @@ -1720,11 +1736,11 @@ i32.shl i32.const 1660 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -1747,8 +1763,8 @@ i32.shl i32.const 1660 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $0 i32.const 100 i32.div_u @@ -1770,8 +1786,8 @@ i32.shl i32.const 1660 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store else local.get $5 local.get $1 @@ -1783,13 +1799,13 @@ local.get $0 i32.const 48 i32.add - i32.store16 $0 + i32.store16 end local.get $3 if local.get $2 i32.const 45 - i32.store16 $0 + i32.store16 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1811,7 +1827,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $resolve-unary/Foo $resolve-unary/Bar $~lib/function/Function<%28%29=>void> $invalid end return @@ -1821,11 +1837,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1851,17 +1867,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load offset=4 + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1894,13 +1906,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1915,55 +1928,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -1984,7 +2001,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$79 loop $while-continue|1 local.get $0 local.tee $3 @@ -1994,17 +2011,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$79 local.get $2 i32.const 2 i32.add @@ -2048,8 +2065,8 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl i32.const 36640 @@ -2059,26 +2076,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1396 i32.const 1392 - i32.store $0 + i32.store i32.const 1400 i32.const 1392 - i32.store $0 + i32.store i32.const 1392 global.set $~lib/rt/itcms/pinSpace i32.const 1428 i32.const 1424 - i32.store $0 + i32.store i32.const 1432 i32.const 1424 - i32.store $0 + i32.store i32.const 1424 global.set $~lib/rt/itcms/toSpace i32.const 1572 i32.const 1568 - i32.store $0 + i32.store i32.const 1576 i32.const 1568 - i32.store $0 + i32.store i32.const 1568 global.set $~lib/rt/itcms/fromSpace i32.const -1 @@ -2086,10 +2103,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3232 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3232 call $~lib/string/String.__eq @@ -2108,10 +2125,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3328 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3328 call $~lib/string/String.__eq @@ -2134,10 +2151,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3360 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -2160,10 +2177,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3328 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3328 call $~lib/string/String.__eq @@ -2183,10 +2200,10 @@ global.get $resolve-unary/a select local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 3424 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3424 call $~lib/string/String.__eq @@ -2206,10 +2223,10 @@ global.get $resolve-unary/a select local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3392 call $~lib/string/String.__eq @@ -2230,10 +2247,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3456 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3456 call $~lib/string/String.__eq @@ -2257,10 +2274,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3328 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3328 call $~lib/string/String.__eq @@ -2284,10 +2301,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3360 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -2311,22 +2328,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2335,16 +2352,16 @@ global.set $resolve-unary/foo global.get $~lib/memory/__stack_pointer global.get $resolve-unary/foo - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 3488 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 3488 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3488 - i32.store $0 offset=4 + i32.store offset=4 i32.const 3488 i32.const 3488 call $~lib/string/String.__eq @@ -2360,16 +2377,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $resolve-unary/foo - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 3520 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3520 - i32.store $0 + i32.store local.get $0 i32.const 3520 - i32.store $0 offset=4 + i32.store offset=4 i32.const 3520 i32.const 3520 call $~lib/string/String.__eq @@ -2386,13 +2403,13 @@ local.tee $0 global.get $resolve-unary/foo local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 global.set $resolve-unary/foo local.get $0 global.get $resolve-unary/foo local.tee $0 - i32.store $0 + i32.store global.get $resolve-unary/foo local.get $0 i32.ne @@ -2408,13 +2425,13 @@ local.tee $0 global.get $resolve-unary/foo local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 global.set $resolve-unary/foo local.get $0 global.get $resolve-unary/foo local.tee $0 - i32.store $0 + i32.store global.get $resolve-unary/foo local.get $0 i32.ne @@ -2429,16 +2446,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $resolve-unary/foo - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 3552 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3552 - i32.store $0 + i32.store local.get $0 i32.const 3552 - i32.store $0 offset=4 + i32.store offset=4 i32.const 3552 i32.const 3552 call $~lib/string/String.__eq @@ -2454,16 +2471,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $resolve-unary/foo - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 3584 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3584 - i32.store $0 + i32.store local.get $0 i32.const 3584 - i32.store $0 offset=4 + i32.store offset=4 i32.const 3584 i32.const 3584 call $~lib/string/String.__eq @@ -2480,15 +2497,15 @@ local.tee $0 global.get $resolve-unary/foo local.tee $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 global.set $resolve-unary/foo local.get $0 local.get $1 - i32.store $0 + i32.store global.get $resolve-unary/foo local.get $1 i32.ne @@ -2504,15 +2521,15 @@ local.tee $0 global.get $resolve-unary/foo local.tee $1 - i32.store $0 offset=20 + i32.store offset=20 local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 global.set $resolve-unary/foo local.get $0 local.get $1 - i32.store $0 + i32.store global.get $resolve-unary/foo local.get $1 i32.ne @@ -2535,22 +2552,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/object/Object#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2559,16 +2576,16 @@ global.set $resolve-unary/bar global.get $~lib/memory/__stack_pointer global.get $resolve-unary/bar - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 3616 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 3616 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 3616 i32.const 3616 call $~lib/string/String.__eq @@ -2584,16 +2601,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $resolve-unary/bar - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 3648 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3648 - i32.store $0 + i32.store local.get $0 i32.const 3648 - i32.store $0 offset=4 + i32.store offset=4 i32.const 3648 i32.const 3648 call $~lib/string/String.__eq @@ -2610,19 +2627,19 @@ local.tee $0 global.get $resolve-unary/bar local.tee $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 3680 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3680 - i32.store $0 + i32.store local.get $0 i32.const 3680 - i32.store $0 offset=4 + i32.store offset=4 i32.const 3680 i32.const 3680 call $~lib/string/String.__eq @@ -2639,19 +2656,19 @@ local.tee $0 global.get $resolve-unary/bar local.tee $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 3712 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3712 - i32.store $0 + i32.store local.get $0 i32.const 3712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 3712 i32.const 3712 call $~lib/string/String.__eq @@ -2667,13 +2684,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 3744 - i32.store $0 + i32.store i32.const 3740 - i32.load $0 + i32.load drop local.get $0 i32.const 3808 - i32.store $0 + i32.store local.get $0 i32.const 24 i32.add @@ -2688,6 +2705,7 @@ unreachable ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) + (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2704,17 +2722,18 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2722,23 +2741,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/retain-i32.debug.wat b/tests/compiler/retain-i32.debug.wat index 70d968cd41..29864f2efa 100644 --- a/tests/compiler/retain-i32.debug.wat +++ b/tests/compiler/retain-i32.debug.wat @@ -1,7 +1,7 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_=>_none (func (param i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func (param i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/builtins/i8.MAX_VALUE i32 (i32.const 127)) (global $~lib/builtins/i8.MIN_VALUE i32 (i32.const -128)) @@ -303,7 +303,7 @@ (func $retain-i32/testLocalRetain (local $ri i32) i32.const 0 - i32.load8_s $0 + i32.load8_s local.set $ri i32.const 1 drop @@ -741,7 +741,7 @@ unreachable end i32.const 0 - i32.load8_s $0 + i32.load8_s global.set $retain-i32/ri i32.const 1 drop diff --git a/tests/compiler/retain-i32.release.wat b/tests/compiler/retain-i32.release.wat index 3ffb9ce2e2..66ffaef6f3 100644 --- a/tests/compiler/retain-i32.release.wat +++ b/tests/compiler/retain-i32.release.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (memory $0 1) (data $0 (i32.const 1036) ",") (data $0.1 (i32.const 1048) "\02\00\00\00\1a\00\00\00r\00e\00t\00a\00i\00n\00-\00i\003\002\00.\00t\00s") @@ -22,7 +22,7 @@ end end i32.const 0 - i32.load8_s $0 + i32.load8_s drop ) ) diff --git a/tests/compiler/return-unreachable.debug.wat b/tests/compiler/return-unreachable.debug.wat index ce61a8bc37..c08d881355 100644 --- a/tests/compiler/return-unreachable.debug.wat +++ b/tests/compiler/return-unreachable.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -48,12 +48,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -67,7 +67,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -141,7 +141,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -211,11 +211,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -223,7 +223,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 320 @@ -355,7 +355,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -368,7 +368,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -384,34 +384,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -571,7 +571,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -594,7 +594,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -608,7 +608,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -631,7 +631,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -774,7 +774,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -860,7 +860,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -940,7 +940,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -974,7 +974,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -997,7 +997,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1011,7 +1011,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1063,7 +1063,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1101,7 +1101,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1176,7 +1175,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1210,7 +1209,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1231,7 +1230,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1251,7 +1250,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1271,7 +1270,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1297,7 +1296,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1320,7 +1319,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1805,7 +1804,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1850,7 +1849,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1883,7 +1882,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1906,7 +1905,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1932,7 +1931,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1945,7 +1944,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1972,19 +1971,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2186,12 +2185,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2242,7 +2241,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2317,7 +2316,7 @@ (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2326,17 +2325,17 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $return-unreachable/test (param $a i32) (result i32) (local $str i32) @@ -2347,13 +2346,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 100 call $~lib/array/Array#constructor local.tee $str - i32.store $0 + i32.store unreachable ) (func $~lib/rt/__visit_globals (param $0 i32) @@ -2374,7 +2373,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2383,11 +2382,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2407,7 +2405,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $invalid end return @@ -2429,7 +2427,7 @@ unreachable ) (func $~start - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2473,10 +2471,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -2485,13 +2483,13 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -2499,7 +2497,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -2507,7 +2505,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -2515,7 +2513,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -2548,7 +2546,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -2557,20 +2555,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -2578,7 +2576,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -2586,7 +2584,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -2607,14 +2605,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie diff --git a/tests/compiler/return-unreachable.release.wat b/tests/compiler/return-unreachable.release.wat index a30d733294..c2b30c2ce8 100644 --- a/tests/compiler/return-unreachable.release.wat +++ b/tests/compiler/return-unreachable.release.wat @@ -1,12 +1,12 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -42,14 +42,14 @@ (local $0 i32) (local $1 i32) i32.const 1344 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1152 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -59,7 +59,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -77,7 +77,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -94,7 +94,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -108,16 +108,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$121 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34328 @@ -132,10 +132,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$121 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -148,20 +148,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -170,7 +170,7 @@ else local.get $1 i32.const 1536 - i32.load $0 + i32.load i32.gt_u if i32.const 1344 @@ -185,13 +185,13 @@ i32.shl i32.const 1540 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -201,21 +201,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -223,8 +247,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -236,10 +260,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -250,29 +274,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -280,10 +304,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -297,75 +321,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -387,7 +404,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -404,12 +421,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -426,17 +443,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -446,9 +463,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -473,13 +490,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -513,7 +530,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -569,19 +586,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -593,15 +610,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -609,16 +626,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -640,10 +658,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -656,18 +674,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -691,30 +708,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -722,10 +739,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -733,7 +750,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -741,7 +758,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -752,10 +769,10 @@ end i32.const 34336 i32.const 0 - i32.store $0 + i32.store i32.const 35904 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -767,7 +784,7 @@ i32.const 34336 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -785,7 +802,7 @@ i32.const 34336 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -802,7 +819,7 @@ end i32.const 34336 i32.const 35908 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -835,7 +852,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -848,19 +865,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -871,7 +888,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -883,7 +900,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -896,12 +913,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -910,7 +923,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -921,26 +934,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -956,7 +969,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -972,7 +985,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -997,14 +1010,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1039,7 +1052,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1053,10 +1066,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1068,10 +1081,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1079,47 +1092,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1140,7 +1155,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1157,10 +1172,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1176,7 +1191,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1197,7 +1212,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1224,7 +1239,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1245,7 +1260,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1287,50 +1302,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1350,12 +1369,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1366,7 +1385,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1387,7 +1406,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1403,8 +1422,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1418,90 +1437,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1514,13 +1533,14 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/array/Array#set:buffer (param $0 i32) (param $1 i32) + (local $2 i32) local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 if local.get $0 @@ -1534,11 +1554,12 @@ unreachable end global.get $~lib/rt/itcms/white + local.tee $2 local.get $1 i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.eq @@ -1546,11 +1567,11 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and local.tee $0 - global.get $~lib/rt/itcms/white + local.get $2 i32.eqz i32.eq if @@ -1587,7 +1608,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 16 i32.sub @@ -1599,80 +1620,80 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 16 i32.const 4 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/array/Array#set:buffer global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 400 i32.const 1 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $1 call $~lib/array/Array#set:buffer global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 400 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 100 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $2 - i32.store $0 + i32.store unreachable end i32.const 34352 @@ -1693,7 +1714,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $invalid end return @@ -1703,11 +1724,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1729,17 +1750,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1749,7 +1766,7 @@ unreachable ) (func $~start - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34328 @@ -1759,46 +1776,27 @@ global.set $~lib/rt/itcms/threshold i32.const 1268 i32.const 1264 - i32.store $0 + i32.store i32.const 1272 i32.const 1264 - i32.store $0 + i32.store i32.const 1264 global.set $~lib/rt/itcms/pinSpace i32.const 1300 i32.const 1296 - i32.store $0 + i32.store i32.const 1304 i32.const 1296 - i32.store $0 + i32.store i32.const 1296 global.set $~lib/rt/itcms/toSpace i32.const 1444 i32.const 1440 - i32.store $0 + i32.store i32.const 1448 i32.const 1440 - i32.store $0 + i32.store i32.const 1440 global.set $~lib/rt/itcms/fromSpace ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/return.debug.wat b/tests/compiler/return.debug.wat index 9efc603f0c..3a0fe739ab 100644 --- a/tests/compiler/return.debug.wat +++ b/tests/compiler/return.debug.wat @@ -1,8 +1,8 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~argumentsLength (mut i32) (i32.const 0)) (global $~lib/memory/__data_end i32 (i32.const 44)) @@ -17,7 +17,6 @@ (export "testVoidReturnFunction" (func $export:return/testVoidReturnFunction)) (start $~start) (func $return/nop - nop ) (func $start:return~anonymous|0 call $return/nop @@ -28,15 +27,15 @@ i32.const 0 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $none_=>_none) + i32.load + call_indirect (type $0) return end i32.const 0 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $none_=>_none) + i32.load + call_indirect (type $0) return ) (func $return/testVoidReturn (param $cond i32) @@ -73,13 +72,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $return/testVoidReturnFunction global.get $~lib/memory/__stack_pointer @@ -95,7 +94,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 call $return/testVoidReturnFunction diff --git a/tests/compiler/return.release.wat b/tests/compiler/return.release.wat index 71a33a1940..821708a0cc 100644 --- a/tests/compiler/return.release.wat +++ b/tests/compiler/return.release.wat @@ -1,8 +1,8 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_=>_none (func (param i32 i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32 i32 i32))) + (type $3 (func (param i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33836)) (memory $0 1) @@ -15,10 +15,8 @@ (export "testVoidReturnFunction" (func $export:return/testVoidReturnFunction)) (start $~start) (func $start:return~anonymous|0 - nop ) (func $return/testVoidReturn (param $0 i32) - nop ) (func $~start (local $0 i32) @@ -40,13 +38,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 + i32.store i32.const 1056 - i32.load $0 - call_indirect $0 (type $none_=>_none) + i32.load + call_indirect (type $0) global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -70,10 +68,10 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 - call_indirect $0 (type $none_=>_none) + i32.load + call_indirect (type $0) global.get $~lib/memory/__stack_pointer i32.const 4 i32.add diff --git a/tests/compiler/rt/alloc-large-memory.debug.wat b/tests/compiler/rt/alloc-large-memory.debug.wat index e2aa202376..9d12c607e6 100644 --- a/tests/compiler/rt/alloc-large-memory.debug.wat +++ b/tests/compiler/rt/alloc-large-memory.debug.wat @@ -1,11 +1,11 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func)) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64) (result i32))) + (type $6 (func (param i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/native/ASC_LOW_MEMORY_LIMIT i32 (i32.const 0)) @@ -22,38 +22,38 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -213,7 +213,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -236,7 +236,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -250,7 +250,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -273,7 +273,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -416,7 +416,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -502,7 +502,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -582,7 +582,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -616,7 +616,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -639,7 +639,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -653,7 +653,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -705,7 +705,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -743,7 +743,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -818,7 +817,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -852,7 +851,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -873,7 +872,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -893,7 +892,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -913,7 +912,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -939,7 +938,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -962,7 +961,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1116,7 +1115,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1161,7 +1160,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1194,7 +1193,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1217,7 +1216,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1243,7 +1242,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1256,7 +1255,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1283,19 +1282,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -1502,7 +1501,7 @@ (func $start:rt/alloc-large-memory (local $i i32) loop $while-continue|0 - memory.size $0 + memory.size i32.const 128 i32.ne if diff --git a/tests/compiler/rt/alloc-large-memory.release.wat b/tests/compiler/rt/alloc-large-memory.release.wat index dcdd6257a6..7430833f99 100644 --- a/tests/compiler/rt/alloc-large-memory.release.wat +++ b/tests/compiler/rt/alloc-large-memory.release.wat @@ -1,10 +1,10 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func (param i32 i32 i64))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32))) + (type $5 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (memory $0 1) @@ -20,8 +20,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -33,10 +33,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -47,29 +47,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -77,10 +77,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -94,75 +94,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -184,7 +177,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -201,12 +194,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -223,17 +216,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -243,9 +236,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -270,13 +263,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -310,7 +303,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -366,19 +359,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -390,15 +383,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -406,16 +399,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -437,10 +431,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -453,18 +447,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -488,30 +481,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -519,57 +512,59 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -590,7 +585,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -607,10 +602,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -626,7 +621,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -647,7 +642,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -661,7 +656,7 @@ global.get $~lib/rt/tlsf/ROOT i32.eqz if - memory.size $0 + memory.size local.tee $2 i32.const 0 i32.le_s @@ -669,7 +664,7 @@ i32.const 1 local.get $2 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -680,10 +675,10 @@ end i32.const 33936 i32.const 0 - i32.store $0 + i32.store i32.const 35504 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $1 i32.const 23 @@ -695,7 +690,7 @@ i32.const 33936 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $2 loop $for-loop|1 @@ -713,7 +708,7 @@ i32.const 33936 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $2 i32.const 1 i32.add @@ -730,7 +725,7 @@ end i32.const 33936 i32.const 35508 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -752,50 +747,54 @@ unreachable end local.get $3 - i32.const 12 - local.get $0 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $0 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $0 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $0 call $~lib/rt/tlsf/searchBlock local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 local.get $0 i32.const 256 i32.ge_u if (result i32) - local.get $0 - i32.const 1 - i32.const 27 - local.get $0 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $0 local.get $0 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $0 + i32.const 1 + i32.const 27 + local.get $0 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $0 + end else local.get $0 end i32.const 4 local.get $3 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -815,12 +814,12 @@ local.get $2 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $2 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -831,7 +830,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -852,7 +851,7 @@ end local.get $0 local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -868,7 +867,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.set $2 local.get $0 i32.const 4 @@ -898,7 +897,7 @@ i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add @@ -910,7 +909,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $3 local.get $0 call $~lib/rt/tlsf/insertBlock @@ -919,27 +918,27 @@ local.get $2 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $0 local.get $0 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end ) (func $~start (local $0 i32) loop $while-continue|0 - memory.size $0 + memory.size i32.const 128 i32.ne if diff --git a/tests/compiler/rt/finalize.debug.wat b/tests/compiler/rt/finalize.debug.wat index 95ff6cc8a3..d3cb87b0de 100644 --- a/tests/compiler/rt/finalize.debug.wat +++ b/tests/compiler/rt/finalize.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $rt/finalize/expect (mut i32) (i32.const 0)) (global $rt/finalize/ran (mut i32) (i32.const 0)) @@ -48,12 +48,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -67,7 +67,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -141,7 +141,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -211,11 +211,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -223,7 +223,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -355,7 +355,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -368,7 +368,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -400,34 +400,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -587,7 +587,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -610,7 +610,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -624,7 +624,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -647,7 +647,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -790,7 +790,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -876,7 +876,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -956,7 +956,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -990,7 +990,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1013,7 +1013,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1027,7 +1027,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1079,7 +1079,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1117,7 +1117,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1192,7 +1191,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1226,7 +1225,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1247,7 +1246,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1267,7 +1266,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1287,7 +1286,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1313,7 +1312,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1336,7 +1335,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1825,7 +1824,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1870,7 +1869,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1903,7 +1902,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1926,7 +1925,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1952,7 +1951,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1965,7 +1964,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1992,19 +1991,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2206,12 +2205,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2262,7 +2261,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2313,7 +2312,7 @@ drop ) (func $start:rt/finalize - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2360,7 +2359,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2369,7 +2368,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2381,7 +2379,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $rt/finalize/Ref $invalid end return @@ -2430,7 +2428,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2439,18 +2437,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2468,7 +2466,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -2477,7 +2475,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/rt/finalize.release.wat b/tests/compiler/rt/finalize.release.wat index c72c96d7a2..3105a85854 100644 --- a/tests/compiler/rt/finalize.release.wat +++ b/tests/compiler/rt/finalize.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $rt/finalize/expect (mut i32) (i32.const 0)) (global $rt/finalize/ran (mut i32) (i32.const 0)) @@ -41,12 +41,12 @@ (local $0 i32) (local $1 i32) i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -56,7 +56,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -74,7 +74,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -82,137 +82,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34280 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$112 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34280 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$112 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1488 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1492 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1488 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1492 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -220,8 +240,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -233,10 +253,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -247,29 +267,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -277,10 +297,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -294,75 +314,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -384,7 +397,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -401,12 +414,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -423,17 +436,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -443,9 +456,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -470,13 +483,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -510,7 +523,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -566,19 +579,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -590,15 +603,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -606,16 +619,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -637,10 +651,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -653,18 +667,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -688,30 +701,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -719,10 +732,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -730,7 +743,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -738,7 +751,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -749,10 +762,10 @@ end i32.const 34288 i32.const 0 - i32.store $0 + i32.store i32.const 35856 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -764,7 +777,7 @@ i32.const 34288 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -782,7 +795,7 @@ i32.const 34288 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -799,7 +812,7 @@ end i32.const 34288 i32.const 35860 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -832,7 +845,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -845,19 +858,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -868,7 +881,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -880,7 +893,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -893,12 +906,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -907,7 +916,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -918,26 +927,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -953,7 +962,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -969,7 +978,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -994,14 +1003,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1051,7 +1060,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1065,10 +1074,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1080,10 +1089,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1093,7 +1102,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1104,10 +1113,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1119,7 +1128,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1140,7 +1149,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1155,7 +1164,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$70 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1176,7 +1185,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$70 end local.get $1 i32.const 0 @@ -1207,11 +1216,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1230,12 +1239,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1246,7 +1255,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1265,7 +1274,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1282,7 +1291,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1298,7 +1307,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1308,7 +1317,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1317,54 +1326,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1377,7 +1386,7 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1390,7 +1399,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $rt/finalize/Ref $invalid end return @@ -1400,11 +1409,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1415,13 +1424,14 @@ (func $~start (local $0 i32) (local $1 i32) + (local $2 i32) global.get $~started if return end i32.const 1 global.set $~started - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34280 @@ -1431,33 +1441,33 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $__inlined_func$start:rt/finalize + block $__inlined_func$start:rt/finalize$1 block $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 1512 @@ -1466,17 +1476,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 local.get $0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $2 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1485,24 +1495,25 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1552,7 +1563,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$start:rt/finalize + br $__inlined_func$start:rt/finalize$1 end i32.const 34304 i32.const 34352 @@ -1562,23 +1573,4 @@ unreachable end ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/rt/flags.debug.wat b/tests/compiler/rt/flags.debug.wat index 3e0bbd5aee..cf8505dea5 100644 --- a/tests/compiler/rt/flags.debug.wat +++ b/tests/compiler/rt/flags.debug.wat @@ -1,8 +1,8 @@ (module - (type $i32_=>_none (func (param i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func)) + (type $3 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -24,7 +24,7 @@ (start $~start) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -32,7 +32,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 32 diff --git a/tests/compiler/rt/flags.release.wat b/tests/compiler/rt/flags.release.wat index da4376854c..c0b2f9cf66 100644 --- a/tests/compiler/rt/flags.release.wat +++ b/tests/compiler/rt/flags.release.wat @@ -1,7 +1,7 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (memory $0 1) (data $0 (i32.const 1036) "<") @@ -16,7 +16,7 @@ (func $~lib/rt/__typeinfo (param $0 i32) (result i32) local.get $0 i32.const 1200 - i32.load $0 + i32.load i32.gt_u if i32.const 1056 @@ -31,7 +31,7 @@ i32.shl i32.const 1204 i32.add - i32.load $0 + i32.load ) (func $start:rt/flags block $folding-inner0 diff --git a/tests/compiler/rt/ids.debug.wat b/tests/compiler/rt/ids.debug.wat index 6ee554366f..b663e8fa45 100644 --- a/tests/compiler/rt/ids.debug.wat +++ b/tests/compiler/rt/ids.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) (global $~lib/shared/runtime/Runtime.Incremental i32 (i32.const 2)) diff --git a/tests/compiler/rt/issue-2719.debug.wat b/tests/compiler/rt/issue-2719.debug.wat index e42ecb6b4c..2071e914a1 100644 --- a/tests/compiler/rt/issue-2719.debug.wat +++ b/tests/compiler/rt/issue-2719.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32 i32))) + (type $5 (func (param i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -45,12 +45,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -64,7 +64,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -138,7 +138,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -208,11 +208,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -220,7 +220,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -352,7 +352,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -365,7 +365,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -381,34 +381,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -568,7 +568,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -591,7 +591,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -605,7 +605,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -628,7 +628,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -771,7 +771,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -857,7 +857,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -937,7 +937,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -971,7 +971,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -994,7 +994,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1008,7 +1008,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1060,7 +1060,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1098,7 +1098,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1173,7 +1172,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1207,7 +1206,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1228,7 +1227,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1248,7 +1247,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1268,7 +1267,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1294,7 +1293,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1317,7 +1316,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1802,7 +1801,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1847,7 +1846,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1880,7 +1879,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1903,7 +1902,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1929,7 +1928,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1942,7 +1941,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1969,19 +1968,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2183,12 +2182,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2239,14 +2238,14 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $rt/issue-2719/issue2719_T#set:v (param $this i32) (param $v i32) local.get $this local.get $v - i32.store $0 + i32.store ) (func $~lib/rt/itcms/__collect i32.const 0 @@ -2296,7 +2295,7 @@ ) (func $rt/issue-2719/issue2719_T#get:v (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -2313,7 +2312,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2322,7 +2321,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2334,7 +2332,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $rt/issue-2719/issue2719_T $invalid end return @@ -2377,7 +2375,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2386,23 +2384,23 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $rt/issue-2719/issue2719_T#set:v @@ -2424,18 +2422,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store call $~lib/rt/itcms/__collect global.get $~lib/memory/__stack_pointer i32.const 0 call $rt/issue-2719/issue2719_T#constructor local.tee $c - i32.store $0 + i32.store local.get $c local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 100 call $rt/issue-2719/issue2719_T#set:v @@ -2457,12 +2455,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $t local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $rt/issue-2719/issue2719_T#get:v i32.const 0 @@ -2490,8 +2488,8 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 - memory.size $0 + i64.store + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2514,14 +2512,14 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 0 call $rt/issue-2719/issue2719_T#constructor local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $rt/issue-2719/issue2719_f2 call $rt/issue-2719/issue2719_f1 @@ -2539,7 +2537,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -2548,7 +2546,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/rt/issue-2719.release.wat b/tests/compiler/rt/issue-2719.release.wat index 19e5c96b2c..a4b942f375 100644 --- a/tests/compiler/rt/issue-2719.release.wat +++ b/tests/compiler/rt/issue-2719.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (result i32))) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -38,12 +38,12 @@ (local $0 i32) (local $1 i32) i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -53,7 +53,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -71,7 +71,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -79,137 +79,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34296 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$119 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34296 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$119 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1504 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1508 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1504 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1508 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -217,8 +237,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -230,10 +250,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -244,29 +264,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -274,10 +294,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -291,75 +311,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -381,7 +394,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -398,12 +411,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -420,17 +433,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -440,9 +453,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -467,13 +480,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -507,7 +520,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -563,19 +576,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -587,15 +600,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -603,16 +616,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -634,10 +648,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -650,18 +664,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -685,30 +698,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -716,10 +729,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -727,7 +740,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -735,7 +748,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -746,10 +759,10 @@ end i32.const 34304 i32.const 0 - i32.store $0 + i32.store i32.const 35872 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -761,7 +774,7 @@ i32.const 34304 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -779,7 +792,7 @@ i32.const 34304 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -796,7 +809,7 @@ end i32.const 34304 i32.const 35876 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -829,7 +842,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -842,19 +855,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -865,7 +878,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -877,7 +890,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -890,12 +903,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -904,7 +913,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -915,26 +924,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -950,7 +959,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -966,7 +975,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -991,14 +1000,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1033,7 +1042,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1047,10 +1056,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1062,10 +1071,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1073,47 +1082,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1134,7 +1145,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1151,10 +1162,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1170,7 +1181,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1191,7 +1202,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1218,7 +1229,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1239,7 +1250,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1281,50 +1292,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1344,12 +1359,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1360,7 +1375,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1381,7 +1396,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1397,8 +1412,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1412,90 +1427,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1508,7 +1523,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1521,7 +1536,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $rt/issue-2719/issue2719_T $invalid end return @@ -1531,11 +1546,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1557,8 +1572,8 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 - memory.size $0 + i64.store + memory.size i32.const 16 i32.shl i32.const 34296 @@ -1568,38 +1583,38 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace call $rt/issue-2719/issue2719_T#constructor local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store call $rt/issue-2719/issue2719_T#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1610,7 +1625,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/rt/itcms/state i32.const 0 i32.gt_s @@ -1647,13 +1662,13 @@ global.get $~lib/memory/__stack_pointer call $rt/issue-2719/issue2719_T#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 100 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1669,12 +1684,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load if i32.const 0 i32.const 1456 @@ -1703,6 +1718,7 @@ (func $rt/issue-2719/issue2719_T#constructor (result i32) (local $0 i32) (local $1 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1715,17 +1731,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -1735,17 +1751,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1753,13 +1770,13 @@ global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1774,23 +1791,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/rt/runtime-incremental-export.debug.wat b/tests/compiler/rt/runtime-incremental-export.debug.wat index 1c5c21375c..e0441f24cb 100644 --- a/tests/compiler/rt/runtime-incremental-export.debug.wat +++ b/tests/compiler/rt/runtime-incremental-export.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -51,12 +51,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -70,7 +70,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -144,7 +144,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -214,11 +214,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -226,7 +226,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -358,7 +358,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -371,7 +371,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -387,34 +387,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -574,7 +574,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -597,7 +597,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -611,7 +611,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -634,7 +634,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -777,7 +777,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -863,7 +863,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -943,7 +943,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -977,7 +977,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1000,7 +1000,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1014,7 +1014,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1066,7 +1066,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1104,7 +1104,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1179,7 +1178,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1213,7 +1212,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1234,7 +1233,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1254,7 +1253,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1274,7 +1273,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1300,7 +1299,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1323,7 +1322,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1808,7 +1807,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1853,7 +1852,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1886,7 +1885,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1909,7 +1908,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1935,7 +1934,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1948,7 +1947,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1975,19 +1974,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2189,12 +2188,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2245,7 +2244,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2384,7 +2383,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2393,7 +2392,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2404,7 +2402,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid end return @@ -2421,7 +2419,7 @@ unreachable ) (func $~start - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base diff --git a/tests/compiler/rt/runtime-incremental-export.release.wat b/tests/compiler/rt/runtime-incremental-export.release.wat index 8ac160e12a..4e5d52200a 100644 --- a/tests/compiler/rt/runtime-incremental-export.release.wat +++ b/tests/compiler/rt/runtime-incremental-export.release.wat @@ -1,12 +1,12 @@ (module - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func (param i32))) + (type $1 (func)) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -46,16 +46,16 @@ (local $0 i32) (local $1 i32) i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1456 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1520 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -65,7 +65,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -83,7 +83,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -94,14 +94,14 @@ (func $~lib/rt/itcms/Object#unlink (param $0 i32) (local $1 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34356 @@ -119,7 +119,7 @@ return end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $0 i32.eqz if @@ -132,15 +132,15 @@ end local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#makeGray (param $0 i32) (local $1 i32) @@ -151,7 +151,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -170,7 +170,7 @@ global.get $~lib/rt/itcms/toSpace local.set $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $2 i32.const 2 i32.le_u @@ -179,7 +179,7 @@ else local.get $2 i32.const 1568 - i32.load $0 + i32.load i32.gt_u if i32.const 1248 @@ -194,13 +194,13 @@ i32.shl i32.const 1572 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $0 global.get $~lib/rt/itcms/white @@ -210,21 +210,45 @@ select local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -232,8 +256,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -245,10 +269,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -259,29 +283,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -289,10 +313,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -306,75 +330,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -396,7 +413,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -413,12 +430,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -435,17 +452,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -455,9 +472,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -482,13 +499,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -522,7 +539,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -578,19 +595,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -602,15 +619,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -618,16 +635,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -649,10 +667,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -665,18 +683,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -700,30 +717,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -731,10 +748,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -742,7 +759,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -750,7 +767,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -761,10 +778,10 @@ end i32.const 34368 i32.const 0 - i32.store $0 + i32.store i32.const 35936 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -776,7 +793,7 @@ i32.const 34368 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -794,7 +811,7 @@ i32.const 34368 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -811,7 +828,7 @@ end i32.const 34368 i32.const 35940 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -844,7 +861,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -857,19 +874,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -880,7 +897,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -892,7 +909,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -905,12 +922,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -919,7 +932,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -930,26 +943,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -965,7 +978,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -981,7 +994,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1006,14 +1019,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1048,7 +1061,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1062,10 +1075,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1077,10 +1090,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1088,47 +1101,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1149,7 +1164,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1166,10 +1181,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1185,7 +1200,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1206,7 +1221,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1233,7 +1248,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1254,7 +1269,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1296,50 +1311,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1359,12 +1378,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1375,7 +1394,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1396,7 +1415,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1412,8 +1431,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1427,90 +1446,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1523,7 +1542,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/rt/itcms/__pin (param $0 i32) (result i32) @@ -1536,7 +1555,7 @@ i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -1553,27 +1572,27 @@ call $~lib/rt/itcms/Object#unlink global.get $~lib/rt/itcms/pinSpace local.tee $3 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $3 i32.const 3 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 end local.get $0 ) @@ -1589,7 +1608,7 @@ i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -1613,27 +1632,27 @@ call $~lib/rt/itcms/Object#unlink global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 end ) (func $~lib/rt/itcms/__collect @@ -1680,7 +1699,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid end return @@ -1690,18 +1709,18 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end unreachable ) (func $~start - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34356 @@ -1711,46 +1730,27 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/rt/runtime-minimal-export.debug.wat b/tests/compiler/rt/runtime-minimal-export.debug.wat index c667c5ca2c..4ba694d3dc 100644 --- a/tests/compiler/rt/runtime-minimal-export.debug.wat +++ b/tests/compiler/rt/runtime-minimal-export.debug.wat @@ -1,12 +1,12 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/native/ASC_LOW_MEMORY_LIMIT i32 (i32.const 0)) @@ -39,38 +39,38 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -230,7 +230,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -253,7 +253,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -267,7 +267,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -290,7 +290,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -433,7 +433,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -519,7 +519,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -599,7 +599,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -633,7 +633,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -656,7 +656,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -670,7 +670,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -722,7 +722,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -760,7 +760,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -835,7 +834,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -869,7 +868,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -890,7 +889,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -910,7 +909,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -930,7 +929,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -956,7 +955,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -979,7 +978,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1133,7 +1132,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1178,7 +1177,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1211,7 +1210,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1234,7 +1233,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1260,7 +1259,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1273,7 +1272,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1300,19 +1299,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -1514,22 +1513,22 @@ (func $~lib/rt/tcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/tcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/tcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tcms/initLazy (param $space i32) (result i32) local.get $space @@ -1543,11 +1542,11 @@ ) (func $~lib/rt/tcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -2034,7 +2033,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2043,7 +2042,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2054,7 +2052,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid end return diff --git a/tests/compiler/rt/runtime-minimal-export.release.wat b/tests/compiler/rt/runtime-minimal-export.release.wat index 5c5459a0d3..aaeece8e32 100644 --- a/tests/compiler/rt/runtime-minimal-export.release.wat +++ b/tests/compiler/rt/runtime-minimal-export.release.wat @@ -1,11 +1,11 @@ (module - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func (param i32))) + (type $1 (func)) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/rt/tcms/fromSpace (mut i32) (i32.const 0)) @@ -39,8 +39,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -52,10 +52,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -66,29 +66,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -96,10 +96,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -113,75 +113,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -203,7 +196,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -220,12 +213,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -242,17 +235,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -262,9 +255,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -289,13 +282,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -329,7 +322,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -385,19 +378,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -409,15 +402,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -425,16 +418,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -456,10 +450,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -472,18 +466,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -507,30 +500,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -538,10 +531,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -549,7 +542,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -557,7 +550,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -568,10 +561,10 @@ end i32.const 1488 i32.const 0 - i32.store $0 + i32.store i32.const 3056 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -583,7 +576,7 @@ i32.const 1488 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -601,7 +594,7 @@ i32.const 1488 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -618,7 +611,7 @@ end i32.const 1488 i32.const 3060 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -628,47 +621,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -689,7 +684,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -706,10 +701,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -725,7 +720,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -746,7 +741,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -791,50 +786,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -854,12 +853,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -870,7 +869,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -891,7 +890,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -907,8 +906,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -922,90 +921,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/tcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $2 local.get $0 global.get $~lib/rt/tcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $2 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/tcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1019,14 +1018,14 @@ (func $~lib/rt/tcms/Object#unlink (param $0 i32) (local $1 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 1476 @@ -1044,7 +1043,7 @@ return end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $0 i32.eqz if @@ -1057,15 +1056,15 @@ end local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tcms/__pin (param $0 i32) (result i32) (local $1 i32) @@ -1077,7 +1076,7 @@ i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -1094,27 +1093,27 @@ call $~lib/rt/tcms/Object#unlink global.get $~lib/rt/tcms/pinSpace local.tee $3 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $3 i32.const 3 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 end local.get $0 ) @@ -1130,7 +1129,7 @@ i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -1147,27 +1146,27 @@ call $~lib/rt/tcms/Object#unlink global.get $~lib/rt/tcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/tcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tcms/__collect (local $0 i32) @@ -1178,14 +1177,14 @@ (local $5 i32) (local $6 i32) i32.const 1056 - call $byn-split-outlined-A$~lib/rt/tcms/__visit_0 + call $~lib/rt/tcms/__visit i32.const 1280 - call $byn-split-outlined-A$~lib/rt/tcms/__visit_0 + call $~lib/rt/tcms/__visit i32.const 1376 - call $byn-split-outlined-A$~lib/rt/tcms/__visit_0 + call $~lib/rt/tcms/__visit global.get $~lib/rt/tcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1195,7 +1194,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -1213,7 +1212,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1225,7 +1224,7 @@ local.set $3 global.get $~lib/rt/tcms/toSpace local.tee $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1236,7 +1235,7 @@ if local.get $3 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.ne @@ -1253,7 +1252,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1262,7 +1261,7 @@ end global.get $~lib/rt/tcms/fromSpace local.tee $5 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1273,7 +1272,7 @@ if global.get $~lib/rt/tcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.ne @@ -1286,7 +1285,7 @@ unreachable end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $1 @@ -1296,14 +1295,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/tcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1338,7 +1337,7 @@ i32.const 1 else local.get $4 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1352,10 +1351,10 @@ end local.get $4 local.get $4 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $6 local.get $4 call $~lib/rt/tlsf/insertBlock @@ -1368,10 +1367,10 @@ end local.get $5 local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 global.set $~lib/rt/tcms/fromSpace local.get $5 @@ -1379,9 +1378,53 @@ local.get $3 global.set $~lib/rt/tcms/white ) - (func $~lib/rt/__visit_members (param $0 i32) + (func $~lib/rt/tcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/tcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $1 + call $~lib/rt/tcms/Object#unlink + global.get $~lib/rt/tcms/toSpace + local.tee $0 + i32.load offset=8 + local.set $2 + local.get $1 + local.get $0 + global.get $~lib/rt/tcms/white + i32.eqz + i32.or + i32.store offset=4 + local.get $1 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $1 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $0 + local.get $1 + i32.store offset=8 + end + ) + (func $~lib/rt/__visit_members (param $0 i32) block $invalid block $~lib/arraybuffer/ArrayBufferView block $~lib/string/String @@ -1390,7 +1433,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid end return @@ -1400,46 +1443,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if - global.get $~lib/rt/tcms/white local.get $0 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $1 - call $~lib/rt/tcms/Object#unlink - global.get $~lib/rt/tcms/toSpace - local.tee $0 - i32.load $0 offset=8 - local.set $2 - local.get $1 - local.get $0 - global.get $~lib/rt/tcms/white - i32.eqz - i32.or - i32.store $0 offset=4 - local.get $1 - local.get $2 - i32.store $0 offset=8 - local.get $2 - local.get $1 - local.get $2 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - end + call $~lib/rt/tcms/__visit end return end @@ -1448,68 +1456,27 @@ (func $~start i32.const 1236 i32.const 1232 - i32.store $0 + i32.store i32.const 1240 i32.const 1232 - i32.store $0 + i32.store i32.const 1232 global.set $~lib/rt/tcms/fromSpace i32.const 1332 i32.const 1328 - i32.store $0 + i32.store i32.const 1336 i32.const 1328 - i32.store $0 + i32.store i32.const 1328 global.set $~lib/rt/tcms/pinSpace i32.const 1428 i32.const 1424 - i32.store $0 + i32.store i32.const 1432 i32.const 1424 - i32.store $0 + i32.store i32.const 1424 global.set $~lib/rt/tcms/toSpace ) - (func $byn-split-outlined-A$~lib/rt/tcms/__visit_0 (param $0 i32) - (local $1 i32) - (local $2 i32) - global.get $~lib/rt/tcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $1 - call $~lib/rt/tcms/Object#unlink - global.get $~lib/rt/tcms/toSpace - local.tee $0 - i32.load $0 offset=8 - local.set $2 - local.get $1 - local.get $0 - global.get $~lib/rt/tcms/white - i32.eqz - i32.or - i32.store $0 offset=4 - local.get $1 - local.get $2 - i32.store $0 offset=8 - local.get $2 - local.get $1 - local.get $2 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - end - ) ) diff --git a/tests/compiler/rt/runtime-stub-export.debug.wat b/tests/compiler/rt/runtime-stub-export.debug.wat index 42a8a1c554..da03f96897 100644 --- a/tests/compiler/rt/runtime-stub-export.debug.wat +++ b/tests/compiler/rt/runtime-stub-export.debug.wat @@ -1,10 +1,10 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32))) + (type $2 (func (param i32) (result i32))) + (type $3 (func)) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/stub/startOffset (mut i32) (i32.const 0)) (global $~lib/rt/stub/offset (mut i32) (i32.const 0)) @@ -30,7 +30,7 @@ (local $4 i32) (local $5 i32) (local $pagesWanted i32) - memory.size $0 + memory.size local.set $pagesBefore local.get $pagesBefore i32.const 16 @@ -68,12 +68,12 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -87,7 +87,7 @@ (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/stub/__alloc (param $size i32) (result i32) (local $block i32) @@ -141,22 +141,22 @@ (func $~lib/rt/common/OBJECT#set:gcInfo (param $this i32) (param $gcInfo i32) local.get $this local.get $gcInfo - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/common/OBJECT#set:gcInfo2 (param $this i32) (param $gcInfo2 i32) local.get $this local.get $gcInfo2 - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/common/OBJECT#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/common/OBJECT#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/stub/__new (param $size i32) (param $id i32) (result i32) (local $ptr i32) @@ -203,10 +203,8 @@ return ) (func $~lib/rt/stub/__unpin (param $ptr i32) - nop ) (func $~lib/rt/stub/__collect - nop ) (func $~start global.get $~lib/memory/__heap_base diff --git a/tests/compiler/rt/runtime-stub-export.release.wat b/tests/compiler/rt/runtime-stub-export.release.wat index 368b597871..d158af6e80 100644 --- a/tests/compiler/rt/runtime-stub-export.release.wat +++ b/tests/compiler/rt/runtime-stub-export.release.wat @@ -1,9 +1,9 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_=>_none (func (param i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32) (result i32))) + (type $4 (func (param i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/stub/offset (mut i32) (i32.const 0)) (global $~lib/rt/__rtti_base i32 (i32.const 1168)) @@ -67,7 +67,7 @@ local.tee $4 i32.add local.tee $5 - memory.size $0 + memory.size local.tee $6 i32.const 16 i32.shl @@ -93,12 +93,12 @@ local.get $7 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $7 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -110,22 +110,22 @@ global.set $~lib/rt/stub/offset local.get $3 local.get $4 - i32.store $0 + i32.store local.get $2 i32.const 4 i32.sub local.tee $3 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $3 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 i32.const 16 i32.add @@ -134,10 +134,8 @@ local.get $0 ) (func $~lib/rt/stub/__unpin (param $0 i32) - nop ) (func $~lib/rt/stub/__collect - nop ) (func $~start i32.const 1196 diff --git a/tests/compiler/scoped.debug.wat b/tests/compiler/scoped.debug.wat index 18cde11496..4703e91d9b 100644 --- a/tests/compiler/scoped.debug.wat +++ b/tests/compiler/scoped.debug.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) + (type $0 (func)) + (type $1 (func (param i32))) (global $scoped/aGlobal (mut i32) (i32.const 1)) (global $scoped/aConstant i32 (i32.const 3)) (global $scoped/aStartFunctionLocal (mut i32) (i32.const 2)) @@ -32,7 +32,6 @@ i32.const 1 i32.lt_s if - nop local.get $anotherStartFunctionLocal i32.const 1 i32.add diff --git a/tests/compiler/scoped.release.wat b/tests/compiler/scoped.release.wat index 23e6ec1719..5a9366ab03 100644 --- a/tests/compiler/scoped.release.wat +++ b/tests/compiler/scoped.release.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (memory $0 0) (export "memory" (memory $0)) (start $~start) diff --git a/tests/compiler/simd.debug.wat b/tests/compiler/simd.debug.wat index bb810b7e42..cebaf35fa6 100644 --- a/tests/compiler/simd.debug.wat +++ b/tests/compiler/simd.debug.wat @@ -1,28 +1,28 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_v128 (func (param i32 i32 i32) (result v128))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $none_=>_v128 (func (result v128))) - (type $v128_=>_v128 (func (param v128) (result v128))) - (type $i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_=>_v128 (func (param i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32) (result v128))) - (type $i32_i32_i32_i32_i32_i32_i32_i32_=>_v128 (func (param i32 i32 i32 i32 i32 i32 i32 i32) (result v128))) - (type $i32_i32_i32_i32_=>_v128 (func (param i32 i32 i32 i32) (result v128))) - (type $i64_=>_v128 (func (param i64) (result v128))) - (type $i64_i64_=>_v128 (func (param i64 i64) (result v128))) - (type $f32_f32_f32_=>_v128 (func (param f32 f32 f32) (result v128))) - (type $f32_f32_f32_f32_=>_v128 (func (param f32 f32 f32 f32) (result v128))) - (type $f64_=>_v128 (func (param f64) (result v128))) - (type $f64_f64_=>_v128 (func (param f64 f64) (result v128))) - (type $i32_i32_=>_v128 (func (param i32 i32) (result v128))) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func)) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32 i32))) + (type $5 (func (param i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32) (result v128))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) + (type $9 (func (result i32))) + (type $10 (func (param i32 i32 i32) (result i32))) + (type $11 (func (result v128))) + (type $12 (func (param v128) (result v128))) + (type $13 (func (param i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32) (result v128))) + (type $14 (func (param i32 i32 i32 i32 i32 i32 i32 i32) (result v128))) + (type $15 (func (param i32 i32 i32 i32) (result v128))) + (type $16 (func (param i64) (result v128))) + (type $17 (func (param i64 i64) (result v128))) + (type $18 (func (param f32 f32 f32) (result v128))) + (type $19 (func (param f32 f32 f32 f32) (result v128))) + (type $20 (func (param f64) (result v128))) + (type $21 (func (param f64 f64) (result v128))) + (type $22 (func (param i32 i32) (result v128))) + (type $23 (func (param i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -84,12 +84,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -103,7 +103,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -177,7 +177,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -247,11 +247,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -259,7 +259,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 272 @@ -391,7 +391,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -404,7 +404,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -420,34 +420,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -607,7 +607,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -630,7 +630,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -644,7 +644,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -667,7 +667,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -810,7 +810,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -896,7 +896,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -976,7 +976,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1010,7 +1010,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1033,7 +1033,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1047,7 +1047,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1099,7 +1099,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1137,7 +1137,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1212,7 +1211,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1246,7 +1245,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1267,7 +1266,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1287,7 +1286,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1307,7 +1306,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1333,7 +1332,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1356,7 +1355,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1841,7 +1840,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1886,7 +1885,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1919,7 +1918,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1942,7 +1941,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1968,7 +1967,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1981,7 +1980,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2008,19 +2007,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2222,12 +2221,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2278,7 +2277,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2293,7 +2292,7 @@ local.get $buffer local.get $data local.get $size - memory.copy $0 $0 + memory.copy end local.get $buffer return @@ -2368,11 +2367,11 @@ ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $simd/test_v128 (local $ptr i32) @@ -2477,8 +2476,8 @@ local.set $ptr local.get $ptr local.get $ptr - v128.load $0 offset=16 - v128.store $0 offset=32 + v128.load offset=16 + v128.store offset=32 local.get $ptr call $~lib/rt/tlsf/__free i32.const 16 @@ -2486,9 +2485,9 @@ local.set $ptr|1 local.get $ptr|1 i32.const 42 - i32.store8 $0 + i32.store8 local.get $ptr|1 - v128.load8_splat $0 + v128.load8_splat v128.const i32x4 0x2a2a2a2a 0x2a2a2a2a 0x2a2a2a2a 0x2a2a2a2a i8x16.eq i8x16.all_true @@ -2510,9 +2509,9 @@ local.set $ptr|2 local.get $ptr|2 i32.const 42 - i32.store16 $0 + i32.store16 local.get $ptr|2 - v128.load16_splat $0 + v128.load16_splat v128.const i32x4 0x002a002a 0x002a002a 0x002a002a 0x002a002a i8x16.eq i8x16.all_true @@ -2534,9 +2533,9 @@ local.set $ptr|3 local.get $ptr|3 i32.const 42 - i32.store $0 + i32.store local.get $ptr|3 - v128.load32_splat $0 + v128.load32_splat v128.const i32x4 0x0000002a 0x0000002a 0x0000002a 0x0000002a i8x16.eq i8x16.all_true @@ -2558,9 +2557,9 @@ local.set $ptr|4 local.get $ptr|4 i64.const 42 - i64.store $0 + i64.store local.get $ptr|4 - v128.load64_splat $0 + v128.load64_splat v128.const i32x4 0x0000002a 0x00000000 0x0000002a 0x00000000 i8x16.eq i8x16.all_true @@ -2582,9 +2581,9 @@ local.set $ptr|5 local.get $ptr|5 i32.const 42 - i32.store $0 + i32.store local.get $ptr|5 - v128.load32_zero $0 + v128.load32_zero v128.const i32x4 0x0000002a 0x00000000 0x00000000 0x00000000 i8x16.eq i8x16.all_true @@ -2606,9 +2605,9 @@ local.set $ptr|6 local.get $ptr|6 i64.const 42 - i64.store $0 + i64.store local.get $ptr|6 - v128.load64_zero $0 + v128.load64_zero v128.const i32x4 0x0000002a 0x00000000 0x00000000 0x00000000 i8x16.eq i8x16.all_true @@ -2763,12 +2762,12 @@ local.set $ptr|9 local.get $ptr|9 i32.const 42 - i32.store $0 + i32.store v128.const i32x4 0x00000000 0x00000000 0x00000000 0x00000000 local.set $v|10 local.get $ptr|9 local.get $v|10 - v128.load32_lane $0 0 + v128.load32_lane 0 local.set $v|10 local.get $v|10 v128.const i32x4 0x0000002a 0x00000000 0x00000000 0x00000000 @@ -2792,12 +2791,12 @@ local.set $ptr|11 local.get $ptr|11 i32.const 42 - i32.store $0 + i32.store v128.const i32x4 0x00000000 0x00000000 0x00000000 0x00000000 local.set $v|12 local.get $ptr|11 local.get $v|12 - v128.load32_lane $0 0 + v128.load32_lane 0 local.set $v|12 local.get $v|12 v128.const i32x4 0x0000002a 0x00000000 0x00000000 0x00000000 @@ -2816,7 +2815,7 @@ end local.get $ptr|11 local.get $v|12 - v128.load8_lane $0 0 + v128.load8_lane 0 local.set $v|12 local.get $v|12 v128.const i32x4 0x0000002a 0x00000000 0x00000000 0x00000000 @@ -2835,7 +2834,7 @@ end local.get $ptr|11 local.get $v|12 - v128.load16_lane $0 0 + v128.load16_lane 0 local.set $v|12 local.get $v|12 v128.const i32x4 0x0000002a 0x00000000 0x00000000 0x00000000 @@ -2854,7 +2853,7 @@ end local.get $ptr|11 local.get $v|12 - v128.load32_lane $0 0 + v128.load32_lane 0 local.set $v|12 local.get $v|12 v128.const i32x4 0x0000002a 0x00000000 0x00000000 0x00000000 @@ -2873,7 +2872,7 @@ end local.get $ptr|11 local.get $v|12 - v128.load64_lane $0 0 + v128.load64_lane 0 local.set $v|12 local.get $v|12 v128.const i32x4 0x0000002a 0x00000000 0x00000000 0x00000000 @@ -2899,9 +2898,9 @@ local.set $v|14 local.get $ptr|13 local.get $v|14 - v128.store32_lane $0 0 + v128.store32_lane 0 local.get $ptr|13 - i32.load $0 + i32.load i32.const 42 i32.eq i32.eqz @@ -2915,9 +2914,9 @@ end local.get $ptr|13 local.get $v|14 - v128.store8_lane $0 4 + v128.store8_lane 4 local.get $ptr|13 - i32.load8_s $0 + i32.load8_s i32.const 43 i32.eq i32.eqz @@ -2931,9 +2930,9 @@ end local.get $ptr|13 local.get $v|14 - v128.store16_lane $0 4 + v128.store16_lane 4 local.get $ptr|13 - i32.load16_s $0 + i32.load16_s i32.const 44 i32.eq i32.eqz @@ -2947,9 +2946,9 @@ end local.get $ptr|13 local.get $v|14 - v128.store32_lane $0 1 + v128.store32_lane 1 local.get $ptr|13 - i32.load $0 + i32.load i32.const 43 i32.eq i32.eqz @@ -2963,9 +2962,9 @@ end local.get $ptr|13 local.get $v|14 - v128.store64_lane $0 offset=1 1 + v128.store64_lane offset=1 1 local.get $ptr|13 - i64.load $0 offset=1 + i64.load offset=1 i64.const 44 i64.eq i32.eqz @@ -4289,30 +4288,30 @@ local.set $ptr local.get $ptr i32.const 1 - i32.store8 $0 + i32.store8 local.get $ptr i32.const 2 - i32.store8 $0 offset=1 + i32.store8 offset=1 local.get $ptr i32.const 3 - i32.store8 $0 offset=2 + i32.store8 offset=2 local.get $ptr i32.const 4 - i32.store8 $0 offset=3 + i32.store8 offset=3 local.get $ptr i32.const 5 - i32.store8 $0 offset=4 + i32.store8 offset=4 local.get $ptr i32.const 6 - i32.store8 $0 offset=5 + i32.store8 offset=5 local.get $ptr i32.const 7 - i32.store8 $0 offset=6 + i32.store8 offset=6 local.get $ptr i32.const -1 - i32.store8 $0 offset=7 + i32.store8 offset=7 local.get $ptr - v128.load8x8_s $0 align=1 + v128.load8x8_s align=1 v128.const i32x4 0x00020001 0x00040003 0x00060005 0xffff0007 i8x16.eq i8x16.all_true @@ -4328,7 +4327,7 @@ unreachable end local.get $ptr - v128.load8x8_u $0 align=1 + v128.load8x8_u align=1 v128.const i32x4 0x00020001 0x00040003 0x00060005 0x00ff0007 i8x16.eq i8x16.all_true @@ -4962,18 +4961,18 @@ local.set $ptr local.get $ptr i32.const 1 - i32.store16 $0 + i32.store16 local.get $ptr i32.const 2 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $ptr i32.const 3 - i32.store16 $0 offset=4 + i32.store16 offset=4 local.get $ptr i32.const -1 - i32.store16 $0 offset=6 + i32.store16 offset=6 local.get $ptr - v128.load16x4_s $0 align=2 + v128.load16x4_s align=2 v128.const i32x4 0x00000001 0x00000002 0x00000003 0xffffffff i8x16.eq i8x16.all_true @@ -4989,7 +4988,7 @@ unreachable end local.get $ptr - v128.load16x4_u $0 align=2 + v128.load16x4_u align=2 v128.const i32x4 0x00000001 0x00000002 0x00000003 0x0000ffff i8x16.eq i8x16.all_true @@ -5304,12 +5303,12 @@ local.set $ptr local.get $ptr i32.const 1 - i32.store $0 + i32.store local.get $ptr i32.const -1 - i32.store $0 offset=4 + i32.store offset=4 local.get $ptr - v128.load32x2_s $0 align=4 + v128.load32x2_s align=4 v128.const i32x4 0x00000001 0x00000000 0xffffffff 0xffffffff i8x16.eq i8x16.all_true @@ -5325,7 +5324,7 @@ unreachable end local.get $ptr - v128.load32x2_u $0 align=4 + v128.load32x2_u align=4 v128.const i32x4 0x00000001 0x00000000 0xffffffff 0x00000000 i8x16.eq i8x16.all_true @@ -6811,7 +6810,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -6820,11 +6819,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -6836,7 +6834,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -6857,7 +6855,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/array/Array $invalid end return @@ -6910,13 +6908,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -6932,14 +6930,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 4 i32.shl i32.add - v128.load $0 + v128.load local.set $value i32.const 0 drop @@ -6964,8 +6962,8 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 - memory.size $0 + i64.store + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -6989,12 +6987,12 @@ i32.const 32 call $~lib/rt/__newArray local.tee $2 - i32.store $0 + i32.store local.get $2 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 call $~lib/array/Array#__get @@ -7046,14 +7044,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -7072,14 +7070,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -7101,7 +7099,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length local.get $alignLog2 i32.shl @@ -7112,27 +7110,27 @@ local.get $data call $~lib/rt/__newBuffer local.tee $buffer - i32.store $0 + i32.store i32.const 16 local.get $id call $~lib/rt/itcms/__new local.set $array local.get $array local.get $buffer - i32.store $0 + i32.store local.get $array local.get $buffer i32.const 0 call $~lib/rt/itcms/__link local.get $array local.get $buffer - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $bufferSize - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.get $length - i32.store $0 offset=12 + i32.store offset=12 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/simd.release.wat b/tests/compiler/simd.release.wat index deba7d8f6d..0626df5725 100644 --- a/tests/compiler/simd.release.wat +++ b/tests/compiler/simd.release.wat @@ -1,23 +1,23 @@ (module - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_v128 (func (param i32 i32 i32) (result v128))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $v128_=>_v128 (func (param v128) (result v128))) - (type $i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_i32_=>_v128 (func (param i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32) (result v128))) - (type $i32_i32_i32_i32_i32_i32_i32_i32_=>_v128 (func (param i32 i32 i32 i32 i32 i32 i32 i32) (result v128))) - (type $i32_i32_i32_i32_=>_v128 (func (param i32 i32 i32 i32) (result v128))) - (type $i64_=>_v128 (func (param i64) (result v128))) - (type $i64_i64_=>_v128 (func (param i64 i64) (result v128))) - (type $f32_f32_f32_=>_v128 (func (param f32 f32 f32) (result v128))) - (type $f32_f32_f32_f32_=>_v128 (func (param f32 f32 f32 f32) (result v128))) - (type $f64_=>_v128 (func (param f64) (result v128))) - (type $f64_f64_=>_v128 (func (param f64 f64) (result v128))) + (type $0 (func (param i32))) + (type $1 (func)) + (type $2 (func (param i32 i32 i32) (result v128))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) + (type $7 (func (result i32))) + (type $8 (func (param i32) (result i32))) + (type $9 (func (param v128) (result v128))) + (type $10 (func (param i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32 i32) (result v128))) + (type $11 (func (param i32 i32 i32 i32 i32 i32 i32 i32) (result v128))) + (type $12 (func (param i32 i32 i32 i32) (result v128))) + (type $13 (func (param i64) (result v128))) + (type $14 (func (param i64 i64) (result v128))) + (type $15 (func (param f32 f32 f32) (result v128))) + (type $16 (func (param f32 f32 f32 f32) (result v128))) + (type $17 (func (param f64) (result v128))) + (type $18 (func (param f64 f64) (result v128))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -69,12 +69,12 @@ (local $0 i32) (local $1 i32) i32.const 1296 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1104 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -84,7 +84,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -102,7 +102,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -119,7 +119,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -133,16 +133,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$132 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34380 @@ -157,10 +157,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$132 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -173,20 +173,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -195,7 +195,7 @@ else local.get $1 i32.const 1584 - i32.load $0 + i32.load i32.gt_u if i32.const 1296 @@ -210,13 +210,13 @@ i32.shl i32.const 1588 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -226,21 +226,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -248,8 +272,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -261,10 +285,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -275,29 +299,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -305,10 +329,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -322,75 +346,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -412,7 +429,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -429,12 +446,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -451,17 +468,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -471,9 +488,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -498,13 +515,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -538,7 +555,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -594,19 +611,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -618,15 +635,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -634,16 +651,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -665,10 +683,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -681,18 +699,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -716,30 +733,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -747,10 +764,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -758,7 +775,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -766,7 +783,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -777,10 +794,10 @@ end i32.const 34384 i32.const 0 - i32.store $0 + i32.store i32.const 35952 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -792,7 +809,7 @@ i32.const 34384 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -810,7 +827,7 @@ i32.const 34384 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -827,7 +844,7 @@ end i32.const 34384 i32.const 35956 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -865,7 +882,7 @@ i32.const 1 else local.get $1 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -879,10 +896,10 @@ end local.get $1 local.get $1 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -912,7 +929,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -925,19 +942,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -948,7 +965,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -960,7 +977,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -973,12 +990,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -987,7 +1000,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -998,26 +1011,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1033,7 +1046,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1049,7 +1062,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1074,14 +1087,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1099,10 +1112,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1110,47 +1123,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1171,7 +1186,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1188,10 +1203,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1207,7 +1222,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1228,7 +1243,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1250,50 +1265,54 @@ unreachable end local.get $0 - i32.const 12 - local.get $1 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $1 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $1 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $3 call $~lib/rt/tlsf/searchBlock local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 local.get $3 i32.const 256 i32.ge_u if (result i32) - local.get $3 - i32.const 1 - i32.const 27 - local.get $3 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $3 local.get $3 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $3 + i32.const 1 + i32.const 27 + local.get $3 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $3 + end else local.get $3 end i32.const 4 local.get $0 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1313,12 +1332,12 @@ local.get $2 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $2 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1329,7 +1348,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1350,7 +1369,7 @@ end local.get $3 local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1366,7 +1385,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.set $4 local.get $3 i32.const 4 @@ -1396,7 +1415,7 @@ i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add @@ -1408,7 +1427,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $0 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1417,21 +1436,21 @@ local.get $4 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $0 local.get $0 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 ) @@ -1442,7 +1461,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$68 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1463,7 +1482,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$68 end local.get $1 i32.const 0 @@ -1493,36 +1512,36 @@ call $~lib/rt/tlsf/allocateBlock local.tee $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 16 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $0 local.get $1 local.get $2 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1534,7 +1553,7 @@ i32.add local.tee $0 v128.const i32x4 0x00000000 0x00000000 0x00000000 0x00000000 - v128.store $0 align=1 + v128.store align=1 local.get $0 ) (func $simd/test_v128 @@ -1552,8 +1571,8 @@ i32.add local.tee $0 local.get $0 - v128.load $0 offset=16 - v128.store $0 offset=32 + v128.load offset=16 + v128.store offset=32 local.get $0 call $~lib/rt/tlsf/__free global.get $~lib/rt/tlsf/ROOT @@ -1568,9 +1587,9 @@ i32.add local.tee $0 i32.const 42 - i32.store8 $0 + i32.store8 local.get $0 - v128.load8_splat $0 + v128.load8_splat v128.const i32x4 0x2a2a2a2a 0x2a2a2a2a 0x2a2a2a2a 0x2a2a2a2a i8x16.eq i8x16.all_true @@ -1597,9 +1616,9 @@ i32.add local.tee $0 i32.const 42 - i32.store16 $0 + i32.store16 local.get $0 - v128.load16_splat $0 + v128.load16_splat v128.const i32x4 0x002a002a 0x002a002a 0x002a002a 0x002a002a i8x16.eq i8x16.all_true @@ -1626,9 +1645,9 @@ i32.add local.tee $0 i32.const 42 - i32.store $0 + i32.store local.get $0 - v128.load32_splat $0 + v128.load32_splat v128.const i32x4 0x0000002a 0x0000002a 0x0000002a 0x0000002a i8x16.eq i8x16.all_true @@ -1655,9 +1674,9 @@ i32.add local.tee $0 i64.const 42 - i64.store $0 + i64.store local.get $0 - v128.load64_splat $0 + v128.load64_splat v128.const i32x4 0x0000002a 0x00000000 0x0000002a 0x00000000 i8x16.eq i8x16.all_true @@ -1684,9 +1703,9 @@ i32.add local.tee $0 i32.const 42 - i32.store $0 + i32.store local.get $0 - v128.load32_zero $0 + v128.load32_zero v128.const i32x4 0x0000002a 0x00000000 0x00000000 0x00000000 i8x16.eq i8x16.all_true @@ -1713,9 +1732,9 @@ i32.add local.tee $0 i64.const 42 - i64.store $0 + i64.store local.get $0 - v128.load64_zero $0 + v128.load64_zero v128.const i32x4 0x0000002a 0x00000000 0x00000000 0x00000000 i8x16.eq i8x16.all_true @@ -1742,10 +1761,10 @@ i32.add local.tee $0 i32.const 42 - i32.store $0 + i32.store local.get $0 v128.const i32x4 0x00000000 0x00000000 0x00000000 0x00000000 - v128.load32_lane $0 0 + v128.load32_lane 0 v128.const i32x4 0x0000002a 0x00000000 0x00000000 0x00000000 i8x16.eq i8x16.all_true @@ -1772,10 +1791,10 @@ i32.add local.tee $0 i32.const 42 - i32.store $0 + i32.store local.get $0 v128.const i32x4 0x00000000 0x00000000 0x00000000 0x00000000 - v128.load32_lane $0 0 + v128.load32_lane 0 local.tee $1 v128.const i32x4 0x0000002a 0x00000000 0x00000000 0x00000000 i8x16.eq @@ -1791,7 +1810,7 @@ end local.get $0 local.get $1 - v128.load8_lane $0 0 + v128.load8_lane 0 local.tee $1 v128.const i32x4 0x0000002a 0x00000000 0x00000000 0x00000000 i8x16.eq @@ -1807,7 +1826,7 @@ end local.get $0 local.get $1 - v128.load16_lane $0 0 + v128.load16_lane 0 local.tee $1 v128.const i32x4 0x0000002a 0x00000000 0x00000000 0x00000000 i8x16.eq @@ -1823,7 +1842,7 @@ end local.get $0 local.get $1 - v128.load32_lane $0 0 + v128.load32_lane 0 local.tee $1 v128.const i32x4 0x0000002a 0x00000000 0x00000000 0x00000000 i8x16.eq @@ -1839,7 +1858,7 @@ end local.get $0 local.get $1 - v128.load64_lane $0 0 + v128.load64_lane 0 v128.const i32x4 0x0000002a 0x00000000 0x00000000 0x00000000 i8x16.eq i8x16.all_true @@ -1866,9 +1885,9 @@ i32.add local.tee $0 v128.const i32x4 0x0000002a 0x0000002b 0x0000002c 0x00000000 - v128.store32_lane $0 0 + v128.store32_lane 0 local.get $0 - i32.load $0 + i32.load i32.const 42 i32.ne if @@ -1881,9 +1900,9 @@ end local.get $0 v128.const i32x4 0x0000002a 0x0000002b 0x0000002c 0x00000000 - v128.store8_lane $0 4 + v128.store8_lane 4 local.get $0 - i32.load8_s $0 + i32.load8_s i32.const 43 i32.ne if @@ -1896,9 +1915,9 @@ end local.get $0 v128.const i32x4 0x0000002a 0x0000002b 0x0000002c 0x00000000 - v128.store16_lane $0 4 + v128.store16_lane 4 local.get $0 - i32.load16_s $0 + i32.load16_s i32.const 44 i32.ne if @@ -1911,9 +1930,9 @@ end local.get $0 v128.const i32x4 0x0000002a 0x0000002b 0x0000002c 0x00000000 - v128.store32_lane $0 1 + v128.store32_lane 1 local.get $0 - i32.load $0 + i32.load i32.const 43 i32.ne if @@ -1926,9 +1945,9 @@ end local.get $0 v128.const i32x4 0x0000002a 0x0000002b 0x0000002c 0x00000000 - v128.store64_lane $0 offset=1 1 + v128.store64_lane offset=1 1 local.get $0 - i64.load $0 offset=1 + i64.load offset=1 i64.const 44 i64.ne if @@ -2097,17 +2116,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2124,7 +2139,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/array/Array $invalid end return @@ -2134,11 +2149,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -2169,10 +2184,10 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $3 i64.const 0 - i64.store $0 - memory.size $0 + i64.store + memory.size i32.const 16 i32.shl i32.const 34380 @@ -2182,29 +2197,29 @@ global.set $~lib/rt/itcms/threshold i32.const 1220 i32.const 1216 - i32.store $0 + i32.store i32.const 1224 i32.const 1216 - i32.store $0 + i32.store i32.const 1216 global.set $~lib/rt/itcms/pinSpace i32.const 1252 i32.const 1248 - i32.store $0 + i32.store i32.const 1256 i32.const 1248 - i32.store $0 + i32.store i32.const 1248 global.set $~lib/rt/itcms/toSpace i32.const 1396 i32.const 1392 - i32.store $0 + i32.store i32.const 1400 i32.const 1392 - i32.store $0 + i32.store i32.const 1392 global.set $~lib/rt/itcms/fromSpace - local.get $4 + local.get $3 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2213,26 +2228,26 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $2 i32.const 0 - i32.store $0 + i32.store i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $0 i32.const 1056 - v128.load $0 align=1 - v128.store $0 align=1 - local.get $0 + v128.load align=1 + v128.store align=1 local.get $2 - i32.store $0 + local.get $0 + i32.store i32.const 4 call $~lib/rt/itcms/__new - local.tee $3 - local.get $2 - i32.store $0 - local.get $2 + local.tee $2 + local.get $0 + i32.store + local.get $0 if - local.get $3 + local.get $2 i32.eqz if i32.const 0 @@ -2243,24 +2258,25 @@ unreachable end global.get $~lib/rt/itcms/white - local.get $2 + local.tee $4 + local.get $0 i32.const 20 i32.sub local.tee $5 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.eq if - local.get $3 + local.get $4 + i32.eqz + local.get $2 i32.const 20 i32.sub - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and - local.tee $0 - global.get $~lib/rt/itcms/white - i32.eqz + local.tee $4 i32.eq if local.get $5 @@ -2269,7 +2285,7 @@ global.get $~lib/rt/itcms/state i32.const 1 i32.eq - local.get $0 + local.get $4 i32.const 3 i32.eq i32.and @@ -2280,25 +2296,25 @@ end end end - local.get $3 local.get $2 - i32.store $0 offset=4 - local.get $3 + local.get $0 + i32.store offset=4 + local.get $2 i32.const 16 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + local.get $2 i32.const 1 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $3 - i32.store $0 + local.get $2 + i32.store global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 + local.get $2 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2310,12 +2326,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 - local.get $3 - i32.store $0 - local.get $3 - i32.load $0 offset=12 + local.get $2 + i32.store + local.get $2 + i32.load offset=12 i32.eqz if i32.const 1296 @@ -2327,11 +2343,11 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $3 - i32.store $0 - local.get $3 - i32.load $0 offset=4 - v128.load $0 + local.get $2 + i32.store + local.get $2 + i32.load offset=4 + v128.load local.set $1 local.get $0 i32.const 4 @@ -2364,30 +2380,30 @@ i32.add local.tee $0 i32.const 1 - i32.store8 $0 + i32.store8 local.get $0 i32.const 2 - i32.store8 $0 offset=1 + i32.store8 offset=1 local.get $0 i32.const 3 - i32.store8 $0 offset=2 + i32.store8 offset=2 local.get $0 i32.const 4 - i32.store8 $0 offset=3 + i32.store8 offset=3 local.get $0 i32.const 5 - i32.store8 $0 offset=4 + i32.store8 offset=4 local.get $0 i32.const 6 - i32.store8 $0 offset=5 + i32.store8 offset=5 local.get $0 i32.const 7 - i32.store8 $0 offset=6 + i32.store8 offset=6 local.get $0 i32.const 255 - i32.store8 $0 offset=7 + i32.store8 offset=7 local.get $0 - v128.load8x8_s $0 align=1 + v128.load8x8_s align=1 v128.const i32x4 0x00020001 0x00040003 0x00060005 0xffff0007 i8x16.eq i8x16.all_true @@ -2401,7 +2417,7 @@ unreachable end local.get $0 - v128.load8x8_u $0 align=1 + v128.load8x8_u align=1 v128.const i32x4 0x00020001 0x00040003 0x00060005 0x00ff0007 i8x16.eq i8x16.all_true @@ -2428,18 +2444,18 @@ i32.add local.tee $0 i32.const 1 - i32.store16 $0 + i32.store16 local.get $0 i32.const 2 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 i32.const 3 - i32.store16 $0 offset=4 + i32.store16 offset=4 local.get $0 i32.const 65535 - i32.store16 $0 offset=6 + i32.store16 offset=6 local.get $0 - v128.load16x4_s $0 align=2 + v128.load16x4_s align=2 v128.const i32x4 0x00000001 0x00000002 0x00000003 0xffffffff i8x16.eq i8x16.all_true @@ -2453,7 +2469,7 @@ unreachable end local.get $0 - v128.load16x4_u $0 align=2 + v128.load16x4_u align=2 v128.const i32x4 0x00000001 0x00000002 0x00000003 0x0000ffff i8x16.eq i8x16.all_true @@ -2480,12 +2496,12 @@ i32.add local.tee $0 i32.const 1 - i32.store $0 + i32.store local.get $0 i32.const -1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - v128.load32x2_s $0 align=4 + v128.load32x2_s align=4 v128.const i32x4 0x00000001 0x00000000 0xffffffff 0xffffffff i8x16.eq i8x16.all_true @@ -2499,7 +2515,7 @@ unreachable end local.get $0 - v128.load32x2_u $0 align=4 + v128.load32x2_u align=4 v128.const i32x4 0x00000001 0x00000000 0xffffffff 0x00000000 i8x16.eq i8x16.all_true @@ -2527,23 +2543,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/static-this.debug.wat b/tests/compiler/static-this.debug.wat index aa4a4def1b..4b335cf70f 100644 --- a/tests/compiler/static-this.debug.wat +++ b/tests/compiler/static-this.debug.wat @@ -1,7 +1,7 @@ (module - (type $none_=>_none (func)) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (result i32))) + (type $2 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $static-this/Foo.bar (mut i32) (i32.const 42)) (global $~lib/memory/__data_end i32 (i32.const 60)) diff --git a/tests/compiler/std/array-access.debug.wat b/tests/compiler/std/array-access.debug.wat index 4af7b6682a..a86f14c3ee 100644 --- a/tests/compiler/std/array-access.debug.wat +++ b/tests/compiler/std/array-access.debug.wat @@ -1,10 +1,10 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32) (result i32))) + (type $2 (func (param i32 i32 i32 i32))) + (type $3 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -30,31 +30,31 @@ (export "functionArrayElementCall" (func $export:std/array-access/functionArrayElementCall)) (func $~lib/array/Array<~lib/array/Array>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array<~lib/array/Array>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array<~lib/string/String>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array<~lib/string/String>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -106,9 +106,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -141,10 +141,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -171,19 +171,19 @@ ) (func $~lib/array/Array<~lib/array/Array<~lib/string/String>>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array<~lib/array/Array<~lib/string/String>>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array<%28i32%29=>i32>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array<%28i32%29=>i32>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~stack_check global.get $~lib/memory/__stack_pointer @@ -208,13 +208,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array>#get:length_ i32.ge_u @@ -231,16 +231,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 0 @@ -275,13 +275,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -297,14 +297,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -326,19 +326,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $a local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/array/Array<~lib/array/Array>#__get local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 1 call $~lib/array/Array#__get @@ -360,13 +360,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:length_ i32.ge_u @@ -383,16 +383,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 0 @@ -426,19 +426,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $a local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/string/String#get:length local.set $1 @@ -465,12 +465,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $len @@ -494,7 +494,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $searchLength @@ -517,14 +517,14 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 local.get $searchStart local.get $search local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 i32.const 0 local.get $searchLength @@ -547,28 +547,28 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $a local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 272 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/string/String#startsWith @@ -590,13 +590,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array<~lib/string/String>>#get:length_ i32.ge_u @@ -613,16 +613,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array<~lib/string/String>>#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 0 @@ -656,29 +656,29 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $a local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 0 call $~lib/array/Array<~lib/array/Array<~lib/string/String>>#__get local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/string/String#get:length local.set $1 @@ -698,35 +698,35 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $a local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 call $~lib/array/Array<~lib/array/Array<~lib/string/String>>#__get local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 272 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/string/String#startsWith @@ -748,13 +748,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<%28i32%29=>i32>#get:length_ i32.ge_u @@ -771,16 +771,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<%28i32%29=>i32>#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 0 @@ -814,7 +814,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 123 i32.const 1 global.set $~argumentsLength @@ -822,12 +822,12 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/array/Array<%28i32%29=>i32>#__get - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -845,7 +845,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $std/array-access/i32ArrayArrayElementAccess local.set $1 @@ -864,7 +864,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $std/array-access/stringArrayPropertyAccess local.set $1 @@ -883,7 +883,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $std/array-access/stringArrayMethodCall local.set $1 @@ -902,7 +902,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $std/array-access/stringArrayArrayPropertyAccess local.set $1 @@ -921,7 +921,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $std/array-access/stringArrayArrayMethodCall local.set $1 @@ -940,7 +940,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $std/array-access/functionArrayElementCall local.set $1 diff --git a/tests/compiler/std/array-access.release.wat b/tests/compiler/std/array-access.release.wat index be120ec5fd..9eff9ef383 100644 --- a/tests/compiler/std/array-access.release.wat +++ b/tests/compiler/std/array-access.release.wat @@ -1,7 +1,7 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func (param i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34076)) (memory $0 1) @@ -41,13 +41,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1056 @@ -60,17 +60,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz if @@ -111,29 +111,29 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $2 local.get $1 i32.const 1296 - i32.store $0 + i32.store local.get $2 i32.const 1292 - i32.load $0 + i32.load i32.const 1 i32.shr_u local.tee $2 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -143,28 +143,29 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store i32.const 1296 local.set $3 local.get $1 i32.const 1296 - i32.store $0 offset=4 + i32.store offset=4 + i32.const 1 local.get $0 local.tee $1 i32.const 7 i32.and - i32.eqz local.get $2 local.tee $0 i32.const 4 - i32.ge_u - i32.and + i32.lt_u + select + i32.eqz if loop $do-loop|0 local.get $1 - i64.load $0 + i64.load local.get $3 - i64.load $0 + i64.load i64.eq if local.get $1 @@ -185,7 +186,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$10 loop $while-continue|1 local.get $0 local.tee $2 @@ -195,17 +196,17 @@ local.get $2 if local.get $1 - i32.load16_u $0 - local.tee $5 - local.get $3 - i32.load16_u $0 + i32.load16_u local.tee $4 + local.get $3 + i32.load16_u + local.tee $5 i32.sub local.set $2 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$10 local.get $1 i32.const 2 i32.add @@ -241,7 +242,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.sub @@ -253,17 +254,17 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array<~lib/array/Array>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -275,12 +276,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 1 i32.le_u if @@ -294,10 +295,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - i32.load $0 offset=4 + i32.load offset=4 + i32.load offset=4 local.set $0 local.get $1 i32.const 4 @@ -335,7 +336,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 8 i32.sub @@ -347,21 +348,21 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array<~lib/array/Array>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $0 @@ -397,7 +398,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 12 i32.sub @@ -409,23 +410,23 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/array/Array>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1296 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String#startsWith local.set $0 @@ -461,7 +462,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 12 i32.sub @@ -473,31 +474,31 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/array/Array>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/array/Array<~lib/array/Array>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $0 @@ -533,7 +534,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 16 i32.sub @@ -545,30 +546,30 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 0 call $~lib/array/Array<~lib/array/Array>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/array/Array<~lib/array/Array>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1296 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String#startsWith local.set $0 @@ -604,7 +605,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.sub @@ -616,16 +617,16 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store i32.const 123 local.get $0 i32.const 0 call $~lib/array/Array<~lib/array/Array>#__get - i32.load $0 - call_indirect $0 (type $i32_=>_i32) + i32.load + call_indirect (type $0) drop unreachable end diff --git a/tests/compiler/std/array-literal.debug.wat b/tests/compiler/std/array-literal.debug.wat index fd50847553..46c5f163bf 100644 --- a/tests/compiler/std/array-literal.debug.wat +++ b/tests/compiler/std/array-literal.debug.wat @@ -1,15 +1,15 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32 i32))) + (type $4 (func)) + (type $5 (func (param i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) + (type $9 (func (param i32 i32 i32) (result i32))) + (type $10 (func (param i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $std/array-literal/staticArrayI8 i32 (i32.const 64)) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) @@ -63,29 +63,29 @@ (start $~start) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -99,7 +99,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -173,7 +173,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -243,11 +243,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -255,7 +255,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 176 @@ -387,7 +387,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -400,7 +400,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -416,34 +416,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -603,7 +603,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -626,7 +626,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -640,7 +640,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -663,7 +663,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -806,7 +806,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -892,7 +892,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -972,7 +972,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1006,7 +1006,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1029,7 +1029,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1043,7 +1043,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1095,7 +1095,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1133,7 +1133,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1208,7 +1207,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1242,7 +1241,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1263,7 +1262,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1283,7 +1282,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1303,7 +1302,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1329,7 +1328,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1352,7 +1351,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1837,7 +1836,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1882,7 +1881,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1915,7 +1914,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1938,7 +1937,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1964,7 +1963,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1977,7 +1976,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2004,19 +2003,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2218,12 +2217,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2274,7 +2273,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2289,7 +2288,7 @@ local.get $buffer local.get $data local.get $size - memory.copy $0 $0 + memory.copy end local.get $buffer return @@ -2364,15 +2363,15 @@ ) (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) (local $oldObj i32) @@ -2416,48 +2415,47 @@ local.get $5 i32.lt_u select - memory.copy $0 $0 + memory.copy local.get $newPtr return ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $std/array-literal/doesntLeak (param $refs i32) - nop ) (func $~lib/rt/itcms/__collect i32.const 0 @@ -2572,7 +2570,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2581,11 +2579,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2597,7 +2594,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2609,7 +2606,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2621,7 +2618,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2646,7 +2643,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/array/Array $std/array-literal/Ref $~lib/array/Array $std/array-literal/RefWithCtor $~lib/array/Array $invalid end return @@ -2711,12 +2708,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -2737,13 +2734,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -2759,14 +2756,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value i32.const 0 drop @@ -2788,12 +2785,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -2814,13 +2811,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -2836,14 +2833,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -2875,12 +2872,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $oldCapacity @@ -2907,7 +2904,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $oldData @@ -2957,10 +2954,10 @@ if local.get $array local.get $newData - i32.store $0 + i32.store local.get $array local.get $newData - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $newData i32.const 0 @@ -2968,7 +2965,7 @@ end local.get $array local.get $newCapacity - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2984,13 +2981,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -3017,7 +3014,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -3028,7 +3025,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -3036,7 +3033,7 @@ i32.shl i32.add local.get $value - i32.store8 $0 + i32.store8 i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -3053,13 +3050,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -3086,7 +3083,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -3097,7 +3094,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -3105,7 +3102,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -3122,7 +3119,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3131,18 +3128,18 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3160,13 +3157,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -3193,7 +3190,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -3204,7 +3201,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -3212,7 +3209,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -3233,12 +3230,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -3258,13 +3255,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -3291,7 +3288,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -3302,7 +3299,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -3310,7 +3307,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -3331,12 +3328,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -3373,12 +3370,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 44 - memory.fill $0 + memory.fill global.get $std/array-literal/staticArrayI8 local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 call $~lib/array/Array#get:length i32.const 3 @@ -3396,7 +3393,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 i32.const 0 call $~lib/array/Array#__get @@ -3415,7 +3412,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 i32.const 1 call $~lib/array/Array#__get @@ -3434,7 +3431,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 i32.const 2 call $~lib/array/Array#__get @@ -3453,7 +3450,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 call $~lib/array/Array#get:length i32.const 3 @@ -3471,7 +3468,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 i32.const 0 call $~lib/array/Array#__get @@ -3490,7 +3487,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 i32.const 1 call $~lib/array/Array#__get @@ -3509,7 +3506,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 i32.const 2 call $~lib/array/Array#__get @@ -3528,7 +3525,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 call $~lib/array/Array#get:length i32.const 0 @@ -3542,7 +3539,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3566,12 +3563,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $6 - i32.load $0 offset=4 + i32.load offset=4 local.tee $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 i32.const 0 global.get $std/array-literal/i @@ -3598,7 +3595,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 call $~lib/array/Array#get:length i32.const 3 @@ -3616,7 +3613,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 i32.const 0 call $~lib/array/Array#__get @@ -3635,7 +3632,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 i32.const 1 call $~lib/array/Array#__get @@ -3654,7 +3651,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 i32.const 2 call $~lib/array/Array#__get @@ -3678,12 +3675,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $8 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $8 - i32.load $0 offset=4 + i32.load offset=4 local.tee $9 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 i32.const 0 global.get $std/array-literal/i @@ -3710,7 +3707,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 call $~lib/array/Array#get:length i32.const 3 @@ -3728,7 +3725,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 i32.const 0 call $~lib/array/Array#__get @@ -3747,7 +3744,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 i32.const 1 call $~lib/array/Array#__get @@ -3766,7 +3763,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 i32.const 2 call $~lib/array/Array#__get @@ -3788,12 +3785,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $10 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $10 - i32.load $0 offset=4 + i32.load offset=4 local.tee $11 - i32.store $0 offset=24 + i32.store offset=24 local.get $10 i32.const 0 i32.const 0 @@ -3815,7 +3812,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 call $~lib/array/Array#get:length i32.const 3 @@ -3836,12 +3833,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $12 - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $12 - i32.load $0 offset=4 + i32.load offset=4 local.tee $13 - i32.store $0 offset=32 + i32.store offset=32 local.get $12 i32.const 0 i32.const 0 @@ -3863,7 +3860,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 call $~lib/array/Array#get:length i32.const 3 @@ -3894,12 +3891,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $14 - i32.store $0 offset=36 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $14 - i32.load $0 offset=4 + i32.load offset=4 local.tee $15 - i32.store $0 offset=40 + i32.store offset=40 local.get $14 i32.const 0 i32.const 0 @@ -3909,7 +3906,7 @@ local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 call $std/array-literal/doesntLeak global.get $~lib/memory/__heap_base @@ -3929,14 +3926,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -3955,14 +3952,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -3984,14 +3981,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:dataStart local.set $cur @@ -4000,7 +3997,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length_ i32.const 2 @@ -4013,7 +4010,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -4032,7 +4029,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:buffer local.get $cookie @@ -4054,14 +4051,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:dataStart local.set $cur @@ -4070,7 +4067,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length_ i32.const 2 @@ -4083,7 +4080,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -4102,7 +4099,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:buffer local.get $cookie @@ -4124,7 +4121,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length local.get $alignLog2 i32.shl @@ -4135,27 +4132,27 @@ local.get $data call $~lib/rt/__newBuffer local.tee $buffer - i32.store $0 + i32.store i32.const 16 local.get $id call $~lib/rt/itcms/__new local.set $array local.get $array local.get $buffer - i32.store $0 + i32.store local.get $array local.get $buffer i32.const 0 call $~lib/rt/itcms/__link local.get $array local.get $buffer - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $bufferSize - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.get $length - i32.store $0 offset=12 + i32.store offset=12 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer @@ -4174,7 +4171,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -4183,7 +4180,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 @@ -4202,7 +4199,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -4211,7 +4208,7 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/std/array-literal.release.wat b/tests/compiler/std/array-literal.release.wat index 4455e67b59..f84dd33de2 100644 --- a/tests/compiler/std/array-literal.release.wat +++ b/tests/compiler/std/array-literal.release.wat @@ -1,14 +1,14 @@ (module - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $0 (func (param i32))) + (type $1 (func (param i32 i32 i32))) + (type $2 (func)) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (result i32))) + (type $5 (func (param i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64))) + (type $8 (func (param i32) (result i32))) + (type $9 (func (param i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $std/array-literal/emptyArrayI32 (mut i32) (i32.const 1424)) (global $std/array-literal/i (mut i32) (i32.const 0)) @@ -63,48 +63,48 @@ (local $0 i32) (local $1 i32) i32.const 1088 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1344 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $std/array-literal/emptyArrayI32 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/array-literal/dynamicArrayI8 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/array-literal/dynamicArrayI32 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/array-literal/dynamicArrayRef local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/array-literal/dynamicArrayRefWithCtor local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1200 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1808 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1472 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -114,7 +114,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -132,7 +132,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -149,7 +149,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -163,16 +163,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$154 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34652 @@ -187,10 +187,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$154 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -203,20 +203,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -225,7 +225,7 @@ else local.get $1 i32.const 1840 - i32.load $0 + i32.load i32.gt_u if i32.const 1200 @@ -240,13 +240,13 @@ i32.shl i32.const 1844 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -256,21 +256,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -278,8 +302,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -291,10 +315,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -305,29 +329,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -335,10 +359,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -352,75 +376,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -442,7 +459,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -459,12 +476,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -481,17 +498,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -501,9 +518,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -528,13 +545,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -568,7 +585,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -624,19 +641,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -648,15 +665,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -664,16 +681,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -695,10 +713,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -711,18 +729,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -746,30 +763,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -777,10 +794,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -788,7 +805,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -796,7 +813,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -807,10 +824,10 @@ end i32.const 34656 i32.const 0 - i32.store $0 + i32.store i32.const 36224 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -822,7 +839,7 @@ i32.const 34656 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -840,7 +857,7 @@ i32.const 34656 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -857,7 +874,7 @@ end i32.const 34656 i32.const 36228 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -890,7 +907,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -903,19 +920,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -926,7 +943,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -938,7 +955,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -951,12 +968,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -965,7 +978,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -976,26 +989,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1011,7 +1024,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1027,7 +1040,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1052,14 +1065,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1094,7 +1107,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1108,10 +1121,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1123,10 +1136,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1134,47 +1147,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1195,7 +1210,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1212,10 +1227,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1231,7 +1246,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1252,7 +1267,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1279,7 +1294,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1300,7 +1315,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1342,50 +1357,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1405,12 +1424,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1421,7 +1440,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1442,7 +1461,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1458,8 +1477,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1473,90 +1492,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1569,8 +1588,68 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill + local.get $1 + ) + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) + (local $3 i32) + local.get $1 + i32.eqz + if + return + end + local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1536 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.tee $3 local.get $1 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $3 + i32.eqz + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + local.tee $3 + i32.eq + if + local.get $0 + local.get $1 + local.get $2 + select + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $3 + i32.const 3 + i32.eq + i32.and + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + end + end + end ) (func $~lib/array/Array~visit (param $0 i32) (local $1 i32) @@ -1592,17 +1671,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1630,19 +1705,19 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 2 i32.shl i32.add @@ -1653,11 +1728,11 @@ i32.lt_u if local.get $1 - i32.load $0 + i32.load local.tee $3 if local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $1 i32.const 4 @@ -1668,14 +1743,10 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1696,7 +1767,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/array/Array $std/array-literal/Ref $~lib/array/Array $std/array-literal/RefWithCtor $~lib/array/Array $invalid end return @@ -1706,11 +1777,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1759,12 +1830,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $1 i32.const 4 @@ -1792,13 +1863,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1200 @@ -1811,12 +1882,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load8_s $0 + i32.load8_s local.set $0 local.get $2 i32.const 4 @@ -1844,13 +1915,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1200 @@ -1863,14 +1934,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -1899,13 +1970,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $3 local.get $2 i32.shr_u @@ -1926,8 +1997,8 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - block $__inlined_func$~lib/rt/itcms/__renew + i32.store + block $__inlined_func$~lib/rt/itcms/__renew$149 i32.const 1073741820 local.get $3 i32.const 1 @@ -1953,12 +2024,12 @@ select local.tee $3 local.get $0 - i32.load $0 + i32.load local.tee $2 i32.const 20 i32.sub local.tee $4 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 16 @@ -1967,26 +2038,26 @@ if local.get $4 local.get $3 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 local.set $1 - br $__inlined_func$~lib/rt/itcms/__renew + br $__inlined_func$~lib/rt/itcms/__renew$149 end local.get $3 local.get $4 - i32.load $0 offset=12 + i32.load offset=12 call $~lib/rt/itcms/__new local.tee $1 local.get $2 local.get $3 local.get $4 - i32.load $0 offset=16 + i32.load offset=16 local.tee $4 local.get $3 local.get $4 i32.lt_u select - memory.copy $0 $0 + memory.copy end local.get $1 local.get $2 @@ -1994,21 +2065,18 @@ if local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link end local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2035,13 +2103,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if local.get $1 @@ -2064,21 +2132,21 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add local.get $2 - i32.store8 $0 + i32.store8 local.get $3 i32.const 4 i32.add @@ -2104,13 +2172,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if local.get $1 @@ -2133,23 +2201,23 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add local.get $2 - i32.store $0 + i32.store local.get $3 i32.const 4 i32.add @@ -2158,6 +2226,7 @@ (func $std/array-literal/Ref#constructor (result i32) (local $0 i32) (local $1 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2170,17 +2239,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -2190,17 +2259,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2208,7 +2278,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2243,13 +2313,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if local.get $1 @@ -2272,29 +2342,26 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add local.get $2 - i32.store $0 + i32.store + local.get $0 local.get $2 - if - local.get $0 - local.get $2 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2321,10 +2388,10 @@ local.tee $0 i32.const 0 i32.const 44 - memory.fill $0 + memory.fill local.get $0 i32.const 1088 - i32.store $0 + i32.store i32.const 1088 call $~lib/array/Array#get:length i32.const 3 @@ -2339,7 +2406,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1088 - i32.store $0 + i32.store i32.const 1088 i32.const 0 call $~lib/array/Array#__get @@ -2353,7 +2420,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1088 - i32.store $0 + i32.store i32.const 1088 i32.const 1 call $~lib/array/Array#__get @@ -2369,7 +2436,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1088 - i32.store $0 + i32.store i32.const 1088 i32.const 2 call $~lib/array/Array#__get @@ -2385,7 +2452,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1344 - i32.store $0 + i32.store i32.const 1344 call $~lib/array/Array#get:length i32.const 3 @@ -2400,7 +2467,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1344 - i32.store $0 + i32.store i32.const 1344 i32.const 0 call $~lib/array/Array#__get @@ -2414,7 +2481,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1344 - i32.store $0 + i32.store i32.const 1344 i32.const 1 call $~lib/array/Array#__get @@ -2430,7 +2497,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1344 - i32.store $0 + i32.store i32.const 1344 i32.const 2 call $~lib/array/Array#__get @@ -2447,7 +2514,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array-literal/emptyArrayI32 local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length if @@ -2458,7 +2525,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34652 @@ -2468,26 +2535,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1588 i32.const 1584 - i32.store $0 + i32.store i32.const 1592 i32.const 1584 - i32.store $0 + i32.store i32.const 1584 global.set $~lib/rt/itcms/pinSpace i32.const 1620 i32.const 1616 - i32.store $0 + i32.store i32.const 1624 i32.const 1616 - i32.store $0 + i32.store i32.const 1616 global.set $~lib/rt/itcms/toSpace i32.const 1700 i32.const 1696 - i32.store $0 + i32.store i32.const 1704 i32.const 1696 - i32.store $0 + i32.store i32.const 1696 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer @@ -2496,11 +2563,11 @@ i32.const 4 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.load $0 offset=4 - i32.store $0 offset=8 + i32.load offset=4 + i32.store offset=8 local.get $0 i32.const 0 global.get $std/array-literal/i @@ -2526,7 +2593,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array-literal/dynamicArrayI8 local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 3 @@ -2542,7 +2609,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array-literal/dynamicArrayI8 local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 0 call $~lib/array/Array#__get @@ -2557,7 +2624,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array-literal/dynamicArrayI8 local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $~lib/array/Array#__get @@ -2574,7 +2641,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array-literal/dynamicArrayI8 local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 2 call $~lib/array/Array#__get @@ -2596,11 +2663,11 @@ i32.const 5 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 - i32.load $0 offset=4 - i32.store $0 offset=16 + i32.load offset=4 + i32.store offset=16 local.get $0 i32.const 0 global.get $std/array-literal/i @@ -2626,7 +2693,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array-literal/dynamicArrayI32 local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 3 @@ -2642,7 +2709,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array-literal/dynamicArrayI32 local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 0 call $~lib/array/Array#__get @@ -2657,7 +2724,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array-literal/dynamicArrayI32 local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $~lib/array/Array#__get @@ -2674,7 +2741,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array-literal/dynamicArrayI32 local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 2 call $~lib/array/Array#__get @@ -2694,11 +2761,11 @@ i32.const 7 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.load $0 offset=4 - i32.store $0 offset=24 + i32.load offset=4 + i32.store offset=24 local.get $0 i32.const 0 call $std/array-literal/Ref#constructor @@ -2716,7 +2783,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array-literal/dynamicArrayRef local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 3 @@ -2735,11 +2802,11 @@ i32.const 9 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $0 - i32.load $0 offset=4 - i32.store $0 offset=32 + i32.load offset=4 + i32.store offset=32 local.get $0 i32.const 0 call $std/array-literal/RefWithCtor#constructor @@ -2757,7 +2824,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array-literal/dynamicArrayRefWithCtor local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 3 @@ -2786,18 +2853,18 @@ i32.const 7 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=36 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $0 - i32.load $0 offset=4 - i32.store $0 offset=40 + i32.load offset=4 + i32.store offset=40 local.get $0 i32.const 0 call $std/array-literal/Ref#constructor call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 34652 global.set $~lib/memory/__stack_pointer global.get $~lib/rt/itcms/state @@ -2858,7 +2925,7 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 local.get $1 @@ -2867,29 +2934,26 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 + i32.store i32.const 16 local.get $2 call $~lib/rt/itcms/__new local.tee $2 local.get $3 - i32.store $0 + i32.store + local.get $2 local.get $3 - if - local.get $2 - local.get $3 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link local.get $2 local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2916,90 +2980,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 8 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) - local.get $0 - i32.eqz - if - i32.const 0 - i32.const 1536 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white - local.get $1 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $3 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $0 - local.get $1 - local.get $2 - select - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $3 - i32.const 3 - i32.eq - i32.and - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - end - end - end - ) ) diff --git a/tests/compiler/std/array.debug.wat b/tests/compiler/std/array.debug.wat index 1cf71a8daa..bff2f09e20 100644 --- a/tests/compiler/std/array.debug.wat +++ b/tests/compiler/std/array.debug.wat @@ -1,38 +1,38 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32 i32))) - (type $f32_f32_=>_i32 (func (param f32 f32) (result i32))) - (type $f64_f64_=>_i32 (func (param f64 f64) (result i32))) - (type $i32_i32_i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32 i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) - (type $none_=>_f64 (func (result f64))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i64_=>_i64 (func (param i64) (result i64))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i32_i32_i32_=>_f32 (func (param i32 i32 i32) (result f32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) - (type $i32_i64_=>_i32 (func (param i32 i64) (result i32))) - (type $i32_f32_i32_i32_=>_i32 (func (param i32 f32 i32 i32) (result i32))) - (type $i32_f32_i32_=>_i32 (func (param i32 f32 i32) (result i32))) - (type $i32_f64_i32_=>_i32 (func (param i32 f64 i32) (result i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_f32_i32_i32_=>_none (func (param i32 i32 f32 i32 i32))) - (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) - (type $i64_=>_none (func (param i64))) - (type $i32_i64_i32_i64_i32_i64_i32_=>_i32 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) - (type $i64_=>_i32 (func (param i64) (result i32))) - (type $i32_i32_=>_f32 (func (param i32 i32) (result f32))) - (type $i32_i32_=>_f64 (func (param i32 i32) (result f64))) - (type $f64_=>_i32 (func (param f64) (result i32))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32 i32))) + (type $7 (func (param f32 f32) (result i32))) + (type $8 (func (param f64 f64) (result i32))) + (type $9 (func (param i32 i32 i32 i32 i32 i32))) + (type $10 (func (param i32))) + (type $11 (func)) + (type $12 (func (param i64 i32) (result i32))) + (type $13 (func (result f64))) + (type $14 (func (param i32 i32 i32 i32))) + (type $15 (func (param i64) (result i64))) + (type $16 (func (param i32 i64 i32))) + (type $17 (func (param i32 i32 i32) (result f32))) + (type $18 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $19 (func (param i32 f64) (result i32))) + (type $20 (func (param i32 i64) (result i32))) + (type $21 (func (param i32 f32 i32 i32) (result i32))) + (type $22 (func (param i32 f32 i32) (result i32))) + (type $23 (func (param i32 f64 i32) (result i32))) + (type $24 (func (param i32 i32 i64) (result i32))) + (type $25 (func (result i32))) + (type $26 (func (param i32 i32 f32 i32 i32))) + (type $27 (func (param i32 i64 i32 i32))) + (type $28 (func (param i64))) + (type $29 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) + (type $30 (func (param i64) (result i32))) + (type $31 (func (param i32 i32) (result f32))) + (type $32 (func (param i32 i32) (result f64))) + (type $33 (func (param f64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (import "env" "Math.random" (func $~lib/bindings/dom/Math.random (result f64))) (import "env" "seed" (func $~lib/builtins/seed (result f64))) @@ -389,12 +389,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -408,7 +408,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -482,7 +482,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -552,11 +552,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -564,7 +564,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 320 @@ -696,7 +696,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -709,7 +709,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -725,34 +725,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -912,7 +912,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -935,7 +935,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -949,7 +949,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -972,7 +972,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -1115,7 +1115,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -1201,7 +1201,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1281,7 +1281,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1315,7 +1315,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1338,7 +1338,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1352,7 +1352,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1404,7 +1404,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1442,7 +1442,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1517,7 +1516,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1551,7 +1550,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1572,7 +1571,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1592,7 +1591,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1612,7 +1611,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1638,7 +1637,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1661,7 +1660,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -2146,7 +2145,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -2191,7 +2190,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -2224,7 +2223,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -2247,7 +2246,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2273,7 +2272,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2286,7 +2285,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2313,19 +2312,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2527,12 +2526,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2583,7 +2582,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2658,7 +2657,7 @@ (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2667,17 +2666,17 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array.isArray<~lib/array/Array|null> (param $value i32) (result i32) local.get $value @@ -2693,7 +2692,7 @@ (func $std/array/Ref#set:v (param $this i32) (param $v i32) local.get $this local.get $v - i32.store $0 + i32.store ) (func $~lib/array/Array.isArray (param $value i32) (result i32) local.get $value @@ -2709,7 +2708,7 @@ (func $~lib/arraybuffer/ArrayBufferView#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2718,12 +2717,12 @@ (func $~lib/arraybuffer/ArrayBufferView#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/arraybuffer/ArrayBufferView#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array.isArray<~lib/typedarray/Uint8Array> (param $value i32) (result i32) local.get $value @@ -2773,18 +2772,18 @@ local.get $buffer local.get $data local.get $size - memory.copy $0 $0 + memory.copy end local.get $buffer return ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/util/bytes/FILL (param $ptr i32) (param $len i32) (param $value i32) (param $start i32) (param $end i32) (local $5 i32) @@ -2860,16 +2859,16 @@ local.get $end local.get $start i32.sub - memory.fill $0 + memory.fill end ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/util/bytes/FILL (param $ptr i32) (param $len i32) (param $value i32) (param $start i32) (param $end i32) (local $5 i32) @@ -2963,7 +2962,7 @@ i32.sub i32.const 2 i32.shl - memory.fill $0 + memory.fill end return end @@ -2978,7 +2977,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store local.get $start i32.const 1 i32.add @@ -2989,11 +2988,11 @@ ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/util/bytes/FILL (param $ptr i32) (param $len i32) (param $value f32) (param $start i32) (param $end i32) (local $5 i32) @@ -3093,7 +3092,7 @@ i32.sub i32.const 2 i32.shl - memory.fill $0 + memory.fill end return end @@ -3108,7 +3107,7 @@ i32.shl i32.add local.get $value - f32.store $0 + f32.store local.get $start i32.const 1 i32.add @@ -3119,15 +3118,15 @@ ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/arraybuffer/ArrayBuffer#get:byteLength (param $this i32) (result i32) local.get $this @@ -3138,15 +3137,15 @@ ) (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) (local $oldObj i32) @@ -3190,26 +3189,26 @@ local.get $5 i32.lt_u select - memory.copy $0 $0 + memory.copy local.get $newPtr return ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/util/bytes/REVERSE (param $ptr i32) (param $len i32) (local $i i32) @@ -3264,15 +3263,15 @@ i32.add local.set $back local.get $front - i32.load $0 + i32.load local.set $temp local.get $front local.get $back - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $back local.get $temp - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -3389,17 +3388,17 @@ i32.sub local.set $back local.get $front - i64.load $0 + i64.load call $~lib/polyfills/bswap local.set $temp local.get $front local.get $back - i64.load $0 + i64.load call $~lib/polyfills/bswap - i64.store $0 + i64.store local.get $back local.get $temp - i64.store $0 + i64.store local.get $i i32.const 8 i32.add @@ -3435,15 +3434,15 @@ i32.add local.set $back|9 local.get $front|8 - i32.load8_u $0 + i32.load8_u local.set $temp|10 local.get $front|8 local.get $back|9 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $back|9 local.get $temp|10 - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -3455,11 +3454,11 @@ ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/util/bytes/REVERSE (param $ptr i32) (param $len i32) (local $i i32) @@ -3519,19 +3518,19 @@ i32.add local.set $back local.get $back - i32.load $0 + i32.load i32.const 16 i32.rotr local.set $temp local.get $back local.get $front - i32.load $0 + i32.load i32.const 16 i32.rotr - i32.store $0 + i32.store local.get $front local.get $temp - i32.store $0 + i32.store local.get $i i32.const 2 i32.add @@ -3563,15 +3562,15 @@ i32.add local.set $back|9 local.get $front|8 - i32.load16_u $0 + i32.load16_u local.set $temp|10 local.get $front|8 local.get $back|9 - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $back|9 local.get $temp|10 - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -3583,28 +3582,28 @@ ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $std/array/Ref#get:v (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $start:std/array~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value @@ -3778,14 +3777,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 6700 local.get $d2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -3801,7 +3800,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -3828,7 +3827,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits local.get $buffer local.get $offset @@ -3836,7 +3835,7 @@ i32.shl i32.add local.get $digits - i32.store $0 + i32.store end local.get $num i32.const 10 @@ -3851,7 +3850,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits|12 local.get $buffer local.get $offset @@ -3859,7 +3858,7 @@ i32.shl i32.add local.get $digits|12 - i32.store $0 + i32.store else local.get $offset i32.const 1 @@ -3875,7 +3874,7 @@ i32.shl i32.add local.get $digit - i32.store16 $0 + i32.store16 end ) (func $~lib/util/number/utoa_hex_lut (param $buffer i32) (param $num i64) (param $offset i32) @@ -3901,8 +3900,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $num i64.const 8 i64.shr_u @@ -3921,8 +3920,8 @@ i32.const 6 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 end ) (func $~lib/util/number/ulog_base (param $num i64) (param $base i32) (result i32) @@ -4046,8 +4045,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $num local.get $shift i64.shr_u @@ -4082,8 +4081,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $q local.set $num local.get $num @@ -4106,7 +4105,7 @@ ) (func $~lib/array/Array<~lib/string/String>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $start:std/array~anonymous|26 (param $value i32) (param $$1 i32) (param $$2 i32) (result f32) local.get $value @@ -4300,25 +4299,25 @@ (func $std/array/Dim#set:height (param $this i32) (param $height i32) local.get $this local.get $height - i32.store $0 + i32.store ) (func $std/array/Dim#set:width (param $this i32) (param $width i32) local.get $this local.get $width - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/util/sort/insertionSort (param $ptr i32) (param $left i32) (param $right i32) (param $presorted i32) (param $comparator i32) (local $range i32) @@ -4365,14 +4364,14 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $a local.get $ptr local.get $i i32.const 2 i32.shl i32.add - f32.load $0 offset=4 + f32.load offset=4 local.set $b local.get $b local.set $min @@ -4383,8 +4382,8 @@ i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.le_s if @@ -4408,15 +4407,15 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $a local.get $a local.get $max i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.gt_s if @@ -4426,7 +4425,7 @@ i32.shl i32.add local.get $a - f32.store $0 offset=8 + f32.store offset=8 local.get $j i32.const 1 i32.sub @@ -4444,7 +4443,7 @@ i32.shl i32.add local.get $max - f32.store $0 offset=8 + f32.store offset=8 block $while-break|2 loop $while-continue|2 local.get $j @@ -4456,15 +4455,15 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $a local.get $a local.get $min i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.gt_s if @@ -4474,7 +4473,7 @@ i32.shl i32.add local.get $a - f32.store $0 offset=4 + f32.store offset=4 local.get $j i32.const 1 i32.sub @@ -4492,7 +4491,7 @@ i32.shl i32.add local.get $min - f32.store $0 offset=4 + f32.store offset=4 local.get $i i32.const 2 i32.add @@ -4519,7 +4518,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.get $ptr local.get $j i32.const 1 @@ -4528,12 +4527,12 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.gt_s if @@ -4547,18 +4546,18 @@ i32.const 2 i32.shl i32.add - f32.load $0 offset=4 + f32.load offset=4 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - f32.load $0 + f32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $7) i32.const 31 i32.shr_u else @@ -4584,7 +4583,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $tmp local.get $ptr local.get $i @@ -4596,8 +4595,8 @@ i32.const 2 i32.shl i32.add - f32.load $0 - f32.store $0 + f32.load + f32.store local.get $i i32.const 1 i32.add @@ -4608,7 +4607,7 @@ i32.shl i32.add local.get $tmp - f32.store $0 + f32.store local.get $k i32.const 1 i32.sub @@ -4627,18 +4626,18 @@ i32.const 2 i32.shl i32.add - f32.load $0 offset=4 + f32.load offset=4 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - f32.load $0 + f32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.ge_s else @@ -4745,8 +4744,8 @@ i32.const 2 i32.shl i32.add - f32.load $0 - f32.store $0 + f32.load + f32.store local.get $i i32.const 1 i32.sub @@ -4773,8 +4772,8 @@ i32.const 2 i32.shl i32.add - f32.load $0 offset=4 - f32.store $0 + f32.load offset=4 + f32.store local.get $j i32.const 1 i32.add @@ -4794,22 +4793,22 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $a local.get $buffer local.get $i i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.lt_s if @@ -4819,7 +4818,7 @@ i32.shl i32.add local.get $a - f32.store $0 + f32.store local.get $j i32.const 1 i32.sub @@ -4831,7 +4830,7 @@ i32.shl i32.add local.get $b - f32.store $0 + f32.store local.get $i i32.const 1 i32.add @@ -4924,14 +4923,14 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $a local.get $ptr local.get $i i32.const 3 i32.shl i32.add - f64.load $0 offset=8 + f64.load offset=8 local.set $b local.get $b local.set $min @@ -4942,8 +4941,8 @@ i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.le_s if @@ -4967,15 +4966,15 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $a local.get $a local.get $max i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s if @@ -4985,7 +4984,7 @@ i32.shl i32.add local.get $a - f64.store $0 offset=16 + f64.store offset=16 local.get $j i32.const 1 i32.sub @@ -5003,7 +5002,7 @@ i32.shl i32.add local.get $max - f64.store $0 offset=16 + f64.store offset=16 block $while-break|2 loop $while-continue|2 local.get $j @@ -5015,15 +5014,15 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $a local.get $a local.get $min i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s if @@ -5033,7 +5032,7 @@ i32.shl i32.add local.get $a - f64.store $0 offset=8 + f64.store offset=8 local.get $j i32.const 1 i32.sub @@ -5051,7 +5050,7 @@ i32.shl i32.add local.get $min - f64.store $0 offset=8 + f64.store offset=8 local.get $i i32.const 2 i32.add @@ -5078,7 +5077,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.get $ptr local.get $j i32.const 1 @@ -5087,12 +5086,12 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s if @@ -5106,18 +5105,18 @@ i32.const 3 i32.shl i32.add - f64.load $0 offset=8 + f64.load offset=8 local.get $ptr local.get $j i32.const 3 i32.shl i32.add - f64.load $0 + f64.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $8) i32.const 31 i32.shr_u else @@ -5143,7 +5142,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $tmp local.get $ptr local.get $i @@ -5155,8 +5154,8 @@ i32.const 3 i32.shl i32.add - f64.load $0 - f64.store $0 + f64.load + f64.store local.get $i i32.const 1 i32.add @@ -5167,7 +5166,7 @@ i32.shl i32.add local.get $tmp - f64.store $0 + f64.store local.get $k i32.const 1 i32.sub @@ -5186,18 +5185,18 @@ i32.const 3 i32.shl i32.add - f64.load $0 offset=8 + f64.load offset=8 local.get $ptr local.get $j i32.const 3 i32.shl i32.add - f64.load $0 + f64.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.ge_s else @@ -5253,8 +5252,8 @@ i32.const 3 i32.shl i32.add - f64.load $0 - f64.store $0 + f64.load + f64.store local.get $i i32.const 1 i32.sub @@ -5281,8 +5280,8 @@ i32.const 3 i32.shl i32.add - f64.load $0 offset=8 - f64.store $0 + f64.load offset=8 + f64.store local.get $j i32.const 1 i32.add @@ -5302,22 +5301,22 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $a local.get $buffer local.get $i i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.lt_s if @@ -5327,7 +5326,7 @@ i32.shl i32.add local.get $a - f64.store $0 + f64.store local.get $j i32.const 1 i32.sub @@ -5339,7 +5338,7 @@ i32.shl i32.add local.get $b - f64.store $0 + f64.store local.get $i i32.const 1 i32.add @@ -5432,14 +5431,14 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $ptr local.get $i i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.set $b local.get $b local.set $min @@ -5450,8 +5449,8 @@ i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if @@ -5475,15 +5474,15 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $a local.get $max i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -5493,7 +5492,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=8 + i32.store offset=8 local.get $j i32.const 1 i32.sub @@ -5511,7 +5510,7 @@ i32.shl i32.add local.get $max - i32.store $0 offset=8 + i32.store offset=8 block $while-break|2 loop $while-continue|2 local.get $j @@ -5523,15 +5522,15 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $a local.get $min i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -5541,7 +5540,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=4 + i32.store offset=4 local.get $j i32.const 1 i32.sub @@ -5559,7 +5558,7 @@ i32.shl i32.add local.get $min - i32.store $0 offset=4 + i32.store offset=4 local.get $i i32.const 2 i32.add @@ -5586,7 +5585,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $ptr local.get $j i32.const 1 @@ -5595,12 +5594,12 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -5614,18 +5613,18 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -5651,7 +5650,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $tmp local.get $ptr local.get $i @@ -5663,8 +5662,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.add @@ -5675,7 +5674,7 @@ i32.shl i32.add local.get $tmp - i32.store $0 + i32.store local.get $k i32.const 1 i32.sub @@ -5694,18 +5693,18 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -5761,8 +5760,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.sub @@ -5789,8 +5788,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 - i32.store $0 + i32.load offset=4 + i32.store local.get $j i32.const 1 i32.add @@ -5810,22 +5809,22 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $buffer local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -5835,7 +5834,7 @@ i32.shl i32.add local.get $a - i32.store $0 + i32.store local.get $j i32.const 1 i32.sub @@ -5847,7 +5846,7 @@ i32.shl i32.add local.get $b - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -5911,14 +5910,14 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $ptr local.get $i i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.set $b local.get $b local.set $min @@ -5929,8 +5928,8 @@ i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if @@ -5954,15 +5953,15 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $a local.get $max i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -5972,7 +5971,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=8 + i32.store offset=8 local.get $j i32.const 1 i32.sub @@ -5990,7 +5989,7 @@ i32.shl i32.add local.get $max - i32.store $0 offset=8 + i32.store offset=8 block $while-break|2 loop $while-continue|2 local.get $j @@ -6002,15 +6001,15 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $a local.get $min i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -6020,7 +6019,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=4 + i32.store offset=4 local.get $j i32.const 1 i32.sub @@ -6038,7 +6037,7 @@ i32.shl i32.add local.get $min - i32.store $0 offset=4 + i32.store offset=4 local.get $i i32.const 2 i32.add @@ -6065,7 +6064,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $ptr local.get $j i32.const 1 @@ -6074,12 +6073,12 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -6093,18 +6092,18 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -6130,7 +6129,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $tmp local.get $ptr local.get $i @@ -6142,8 +6141,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.add @@ -6154,7 +6153,7 @@ i32.shl i32.add local.get $tmp - i32.store $0 + i32.store local.get $k i32.const 1 i32.sub @@ -6173,18 +6172,18 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -6240,8 +6239,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.sub @@ -6268,8 +6267,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 - i32.store $0 + i32.load offset=4 + i32.store local.get $j i32.const 1 i32.add @@ -6289,22 +6288,22 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $buffer local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -6314,7 +6313,7 @@ i32.shl i32.add local.get $a - i32.store $0 + i32.store local.get $j i32.const 1 i32.sub @@ -6326,7 +6325,7 @@ i32.shl i32.add local.get $b - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -6409,11 +6408,11 @@ ) (func $std/array/Dim#get:height (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $std/array/Dim#get:width (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $start:std/array~anonymous|48 (param $a i32) (param $b i32) (result i32) local.get $a @@ -6438,7 +6437,7 @@ (func $~lib/array/Array<~lib/array/Array>#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -6447,30 +6446,30 @@ (func $~lib/array/Array<~lib/array/Array>#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array<~lib/array/Array>#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array<~lib/array/Array>#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array<~lib/array/Array>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array<~lib/array/Array>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array>#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -6479,42 +6478,42 @@ (func $~lib/array/Array>#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array>#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array>#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $std/array/Proxy#set:x (param $this i32) (param $x i32) local.get $this local.get $x - i32.store $0 + i32.store ) (func $~lib/array/Array>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $std/array/Proxy#get:x (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/string/String|null>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array<~lib/string/String|null>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -6566,9 +6565,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -6601,10 +6600,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -6632,7 +6631,7 @@ (func $~lib/array/Array<~lib/string/String>#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -6641,29 +6640,29 @@ (func $~lib/array/Array<~lib/string/String>#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array<~lib/string/String>#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array<~lib/string/String>#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array<~lib/string/String>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/util/number/itoa_buffered (param $buffer i32) (param $value i32) (result i32) (local $sign i32) @@ -6693,7 +6692,7 @@ drop local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 i32.const 0 local.get $value i32.sub @@ -6723,7 +6722,7 @@ local.get $value i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 local.get $sign i32.add @@ -6791,7 +6790,7 @@ local.get $value i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 return end @@ -7068,7 +7067,7 @@ i32.const 65535 i32.and i32.add - i32.store16 $0 + i32.store16 end local.get $kappa i32.const 1 @@ -7103,7 +7102,7 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.get $one_exp i64.extend_i32_s i64.shl @@ -7119,7 +7118,7 @@ i32.add local.set $lastp local.get $lastp - i32.load16_u $0 + i32.load16_u local.set $digit loop $while-continue|3 local.get $rest @@ -7170,7 +7169,7 @@ end local.get $lastp local.get $digit - i32.store16 $0 + i32.store16 local.get $len return end @@ -7216,7 +7215,7 @@ i32.const 65535 i32.and i32.add - i32.store16 $0 + i32.store16 end local.get $p2 local.get $mask @@ -7242,7 +7241,7 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u i64.mul local.set $wp_w_frc local.get $buffer @@ -7266,7 +7265,7 @@ i32.add local.set $lastp|35 local.get $lastp|35 - i32.load16_u $0 + i32.load16_u local.set $digit|36 loop $while-continue|6 local.get $rest|32 @@ -7317,7 +7316,7 @@ end local.get $lastp|35 local.get $digit|36 - i32.store16 $0 + i32.store16 local.get $len return end @@ -7360,7 +7359,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $length i32.const 2 i32.add @@ -7394,7 +7393,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -7412,7 +7411,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $kk i32.const 2 i32.add @@ -7444,14 +7443,14 @@ i32.sub i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $buffer local.get $kk i32.const 1 i32.shl i32.add i32.const 46 - i32.store16 $0 + i32.store16 local.get $length i32.const 1 i32.add @@ -7481,14 +7480,14 @@ local.get $length i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $buffer i32.const 48 i32.const 46 i32.const 16 i32.shl i32.or - i32.store $0 + i32.store i32.const 2 local.set $i|7 loop $for-loop|1 @@ -7502,7 +7501,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $i|7 i32.const 1 i32.add @@ -7521,7 +7520,7 @@ if local.get $buffer i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 block $~lib/util/number/genExponent|inlined.0 (result i32) local.get $buffer i32.const 4 @@ -7566,7 +7565,7 @@ i32.const 43 local.get $sign select - i32.store16 $0 + i32.store16 local.get $decimals br $~lib/util/number/genExponent|inlined.0 end @@ -7589,15 +7588,15 @@ local.get $len i32.const 2 i32.sub - memory.copy $0 $0 + memory.copy local.get $buffer i32.const 46 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $buffer local.get $len i32.add i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $length block $~lib/util/number/genExponent|inlined.1 (result i32) local.get $buffer @@ -7645,7 +7644,7 @@ i32.const 43 local.get $sign|18 select - i32.store16 $0 + i32.store16 local.get $decimals|19 br $~lib/util/number/genExponent|inlined.1 end @@ -7735,7 +7734,7 @@ local.set $value local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 end block $~lib/util/number/grisu2|inlined.0 (result i32) local.get $value @@ -7865,14 +7864,14 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load global.set $~lib/util/number/_frc_pow i32.const 12192 local.get $index i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s global.set $~lib/util/number/_exp_pow local.get $frc i64.clz @@ -8149,13 +8148,13 @@ if local.get $buffer i32.const 48 - i32.store16 $0 + i32.store16 local.get $buffer i32.const 46 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $buffer i32.const 48 - i32.store16 $0 offset=4 + i32.store16 offset=4 i32.const 3 return end @@ -8172,13 +8171,13 @@ if local.get $buffer i32.const 78 - i32.store16 $0 + i32.store16 local.get $buffer i32.const 97 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $buffer i32.const 78 - i32.store16 $0 offset=4 + i32.store16 offset=4 i32.const 3 return else @@ -8190,7 +8189,7 @@ if local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 local.get $buffer i32.const 2 i32.add @@ -8198,10 +8197,10 @@ end local.get $buffer i64.const 29555310648492105 - i64.store $0 + i64.store local.get $buffer i64.const 34058970405077102 - i64.store $0 offset=8 + i64.store offset=8 i32.const 8 local.get $sign i32.add @@ -8220,11 +8219,11 @@ ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/util/number/itoa_buffered (param $buffer i32) (param $value i32) (result i32) (local $sign i32) @@ -8278,7 +8277,7 @@ i64.const 48 i64.shl i64.or - i64.store $0 + i64.store i32.const 4 return end @@ -8288,7 +8287,7 @@ drop local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 i32.const 0 local.get $value i32.sub @@ -8320,7 +8319,7 @@ i32.extend8_s i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 local.get $sign i32.add @@ -8393,7 +8392,7 @@ i32.and i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 return end @@ -8431,11 +8430,11 @@ ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/util/number/itoa_buffered (param $buffer i32) (param $value i32) (result i32) (local $sign i32) @@ -8493,7 +8492,7 @@ i64.const 48 i64.shl i64.or - i64.store $0 + i64.store local.get $buffer i32.const 8 i32.add @@ -8508,13 +8507,13 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store i32.const 6 return end local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 i32.const 0 local.get $value i32.sub @@ -8546,7 +8545,7 @@ i32.extend16_s i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 local.get $sign i32.add @@ -8585,11 +8584,11 @@ ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/util/number/decimalCount64High (param $value i64) (result i32) local.get $value @@ -8708,14 +8707,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 6700 local.get $c2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -8731,20 +8730,20 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store i32.const 6700 local.get $b1 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 6700 local.get $b2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -8760,7 +8759,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -8807,7 +8806,7 @@ i32.const 48 i64.extend_i32_s i64.or - i64.store16 $0 + i64.store16 i32.const 1 return end @@ -8870,11 +8869,11 @@ ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/util/number/itoa_buffered (param $buffer i32) (param $value i64) (result i32) (local $sign i32) @@ -8908,7 +8907,7 @@ drop local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 i64.const 0 local.get $value i64.sub @@ -8939,7 +8938,7 @@ i32.const 48 i64.extend_i32_s i64.or - i64.store16 $0 + i64.store16 i32.const 1 local.get $sign i32.add @@ -9004,16 +9003,16 @@ ) (func $~lib/array/Array<~lib/array/Array>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array<~lib/array/Array>#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array<~lib/array/Array>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/util/number/itoa_buffered (param $buffer i32) (param $value i32) (result i32) (local $sign i32) @@ -9051,7 +9050,7 @@ i32.and i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 return end @@ -9089,42 +9088,42 @@ ) (func $~lib/array/Array<~lib/array/Array>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array<~lib/array/Array>#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array<~lib/array/Array>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/__collect i32.const 0 @@ -9230,7 +9229,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -9239,7 +9238,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9256,7 +9254,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9268,7 +9266,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9280,7 +9278,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9292,7 +9290,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9304,7 +9302,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9316,7 +9314,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9328,7 +9326,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9340,7 +9338,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>bool>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>bool>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9352,7 +9350,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9364,7 +9362,7 @@ ) (func $~lib/array/Array<~lib/string/String>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/string/String>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9376,7 +9374,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>~lib/string/String>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>~lib/string/String>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9388,7 +9386,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>f32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>f32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9400,7 +9398,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9412,7 +9410,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%2Ci32%2C~lib/array/Array%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%2Ci32%2C~lib/array/Array%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9424,7 +9422,7 @@ ) (func $~lib/function/Function<%28bool%2Ci32%2Ci32%2C~lib/array/Array%29=>bool>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28bool%2Ci32%2Ci32%2C~lib/array/Array%29=>bool>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9436,7 +9434,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9448,7 +9446,7 @@ ) (func $~lib/function/Function<%28f32%2Cf32%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28f32%2Cf32%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9460,7 +9458,7 @@ ) (func $~lib/function/Function<%28f64%2Cf64%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28f64%2Cf64%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9472,7 +9470,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9484,7 +9482,7 @@ ) (func $~lib/function/Function<%28u32%2Cu32%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u32%2Cu32%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9496,7 +9494,7 @@ ) (func $~lib/function/Function<%28std/array/Dim%2Cstd/array/Dim%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28std/array/Dim%2Cstd/array/Dim%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9508,7 +9506,7 @@ ) (func $~lib/array/Array<~lib/array/Array>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/array/Array>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9520,7 +9518,7 @@ ) (func $~lib/function/Function<%28~lib/array/Array%2C~lib/array/Array%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28~lib/array/Array%2C~lib/array/Array%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9532,7 +9530,7 @@ ) (func $~lib/array/Array>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9544,7 +9542,7 @@ ) (func $~lib/function/Function<%28std/array/Proxy%2Cstd/array/Proxy%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28std/array/Proxy%2Cstd/array/Proxy%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9556,7 +9554,7 @@ ) (func $~lib/array/Array<~lib/string/String|null>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/string/String|null>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9568,7 +9566,7 @@ ) (func $~lib/function/Function<%28~lib/string/String|null%2C~lib/string/String|null%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28~lib/string/String|null%2C~lib/string/String|null%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9580,7 +9578,7 @@ ) (func $~lib/function/Function<%28~lib/string/String%2C~lib/string/String%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28~lib/string/String%2C~lib/string/String%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9592,7 +9590,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9604,7 +9602,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9616,7 +9614,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9628,7 +9626,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9640,7 +9638,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9652,7 +9650,7 @@ ) (func $~lib/array/Array<~lib/array/Array>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/array/Array>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9664,7 +9662,7 @@ ) (func $~lib/array/Array<~lib/array/Array>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/array/Array>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9676,7 +9674,7 @@ ) (func $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/array/Array<~lib/array/Array>>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9688,7 +9686,7 @@ ) (func $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9700,7 +9698,7 @@ ) (func $~lib/function/Function<%28~lib/array/Array%2Ci32%2C~lib/array/Array<~lib/array/Array>%29=>~lib/array/Array>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28~lib/array/Array%2Ci32%2C~lib/array/Array<~lib/array/Array>%29=>~lib/array/Array>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -9762,7 +9760,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $std/array/Ref $~lib/typedarray/Uint8Array $~lib/array/Array $~lib/array/Array $~lib/array/Array $~lib/array/Array $~lib/array/Array $~lib/array/Array $~lib/array/Array $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>bool> $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>void> $~lib/array/Array<~lib/string/String> $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>~lib/string/String> $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>f32> $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>i32> $~lib/function/Function<%28i32%2Ci32%2Ci32%2C~lib/array/Array%29=>i32> $~lib/function/Function<%28bool%2Ci32%2Ci32%2C~lib/array/Array%29=>bool> $std/array/Dim $~lib/array/Array $~lib/function/Function<%28f32%2Cf32%29=>i32> $~lib/function/Function<%28f64%2Cf64%29=>i32> $~lib/function/Function<%28i32%2Ci32%29=>i32> $~lib/function/Function<%28u32%2Cu32%29=>i32> $~lib/function/Function<%28std/array/Dim%2Cstd/array/Dim%29=>i32> $~lib/array/Array<~lib/array/Array> $~lib/function/Function<%28~lib/array/Array%2C~lib/array/Array%29=>i32> $std/array/Proxy $~lib/array/Array> $~lib/function/Function<%28std/array/Proxy%2Cstd/array/Proxy%29=>i32> $~lib/array/Array<~lib/string/String|null> $~lib/function/Function<%28~lib/string/String|null%2C~lib/string/String|null%29=>i32> $~lib/function/Function<%28~lib/string/String%2C~lib/string/String%29=>i32> $~lib/array/Array $~lib/array/Array $~lib/array/Array $~lib/array/Array $~lib/array/Array $~lib/array/Array<~lib/array/Array> $~lib/array/Array<~lib/array/Array> $~lib/array/Array<~lib/array/Array<~lib/array/Array>> $~lib/array/Array<~lib/array/Array<~lib/string/String|null>> $~lib/function/Function<%28~lib/array/Array%2Ci32%2C~lib/array/Array<~lib/array/Array>%29=>~lib/array/Array> $invalid end return @@ -10019,10 +10017,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -10031,13 +10029,13 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -10045,7 +10043,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -10053,7 +10051,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -10061,7 +10059,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -10094,7 +10092,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -10103,20 +10101,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -10124,7 +10122,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -10132,7 +10130,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -10153,7 +10151,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -10162,13 +10160,13 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $v call $std/array/Ref#set:v @@ -10190,10 +10188,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -10202,13 +10200,13 @@ i32.const 3 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:buffer @@ -10216,7 +10214,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:dataStart @@ -10224,7 +10222,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:byteLength @@ -10249,7 +10247,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -10258,20 +10256,20 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $buffer local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/arraybuffer/ArrayBufferView#set:buffer local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $buffer call $~lib/arraybuffer/ArrayBufferView#set:dataStart @@ -10279,7 +10277,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $length call $~lib/arraybuffer/ArrayBufferView#set:byteLength @@ -10300,7 +10298,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -10309,20 +10307,20 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 0 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -10340,21 +10338,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.get $value @@ -10379,12 +10377,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -10405,13 +10403,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -10427,14 +10425,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $value i32.const 0 drop @@ -10457,7 +10455,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.eqz if @@ -10465,7 +10463,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length local.set $len @@ -10474,7 +10472,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length i32.ne @@ -10515,7 +10513,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $i call $~lib/array/Array#__get @@ -10523,7 +10521,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $i call $~lib/array/Array#__get @@ -10563,7 +10561,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -10585,7 +10583,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $value local.get $start @@ -10607,21 +10605,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.get $value @@ -10646,12 +10644,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -10672,13 +10670,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -10694,14 +10692,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -10724,7 +10722,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.eqz if @@ -10732,7 +10730,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length local.set $len @@ -10741,7 +10739,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length i32.ne @@ -10782,7 +10780,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $i call $~lib/array/Array#__get @@ -10790,7 +10788,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $i call $~lib/array/Array#__get @@ -10830,7 +10828,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -10852,7 +10850,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $value local.get $start @@ -10874,21 +10872,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.get $value @@ -10913,12 +10911,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -10940,13 +10938,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -10962,14 +10960,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value i32.const 0 drop @@ -10996,7 +10994,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.eqz if @@ -11004,7 +11002,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length local.set $len @@ -11013,7 +11011,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length i32.ne @@ -11055,7 +11053,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $i call $~lib/array/Array#__get @@ -11067,7 +11065,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $i call $~lib/array/Array#__get @@ -11085,7 +11083,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $i call $~lib/array/Array#__get @@ -11106,7 +11104,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $i call $~lib/array/Array#__get @@ -11137,7 +11135,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $i call $~lib/array/Array#__get @@ -11145,7 +11143,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $i call $~lib/array/Array#__get @@ -11186,7 +11184,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -11208,7 +11206,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $value local.get $start @@ -11230,12 +11228,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -11256,22 +11254,22 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.tee $buffer - i32.store $0 offset=4 + i32.store offset=4 local.get $buffer local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 2 @@ -11303,12 +11301,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $oldCapacity @@ -11335,7 +11333,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $oldData @@ -11385,10 +11383,10 @@ if local.get $array local.get $newData - i32.store $0 + i32.store local.get $array local.get $newData - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $newData i32.const 0 @@ -11396,7 +11394,7 @@ end local.get $array local.get $newCapacity - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -11414,12 +11412,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.set $oldLen @@ -11438,7 +11436,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.get $oldLen @@ -11446,12 +11444,12 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $len call $~lib/array/Array#set:length_ @@ -11474,13 +11472,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -11496,14 +11494,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -11527,12 +11525,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ local.set $len @@ -11551,7 +11549,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $len @@ -11561,13 +11559,13 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $val local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $len call $~lib/array/Array#set:length_ @@ -11589,13 +11587,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -11622,7 +11620,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -11633,7 +11631,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -11641,7 +11639,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -11662,7 +11660,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 2 @@ -11672,7 +11670,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -11690,12 +11688,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -11717,12 +11715,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.set $len @@ -11750,14 +11748,14 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -11785,12 +11783,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length_ local.set $thisLen @@ -11798,7 +11796,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length_ local.set $otherLen @@ -11826,12 +11824,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:dataStart local.set $outStart @@ -11846,11 +11844,11 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:dataStart local.get $thisSize - memory.copy $0 $0 + memory.copy local.get $outStart local.get $thisSize i32.add @@ -11858,13 +11856,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:dataStart local.get $otherLen i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $out local.set $8 global.get $~lib/memory/__stack_pointer @@ -11905,12 +11903,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 + i32.store local.get $26 call $~lib/array/Array#get:dataStart local.set $ptr @@ -11918,7 +11916,7 @@ local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 + i32.store local.get $26 call $~lib/array/Array#get:length_ local.set $len @@ -12032,7 +12030,7 @@ local.get $count i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $this local.set $26 global.get $~lib/memory/__stack_pointer @@ -12051,7 +12049,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -12069,7 +12067,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $target local.get $start @@ -12092,7 +12090,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.eqz if @@ -12100,7 +12098,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length local.set $len @@ -12109,7 +12107,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length i32.ne @@ -12150,7 +12148,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $i call $~lib/array/Array#__get @@ -12158,7 +12156,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $i call $~lib/array/Array#__get @@ -12200,12 +12198,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ i32.const 1 @@ -12220,7 +12218,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.set $ptr @@ -12233,17 +12231,17 @@ i32.sub i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $ptr local.get $value - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $len call $~lib/array/Array#set:length_ @@ -12269,12 +12267,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length_ local.set $len @@ -12293,12 +12291,12 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:dataStart local.set $base local.get $base - i32.load $0 + i32.load local.set $element local.get $len i32.const 1 @@ -12311,7 +12309,7 @@ local.get $lastIndex i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy i32.const 0 drop local.get $base @@ -12320,12 +12318,12 @@ i32.shl i32.add i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $lastIndex call $~lib/array/Array#set:length_ @@ -12361,12 +12359,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 call $~lib/array/Array#get:length_ local.set $len @@ -12438,12 +12436,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $slice - i32.store $0 offset=4 + i32.store offset=4 local.get $slice local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 call $~lib/array/Array#get:dataStart local.set $sliceBase @@ -12451,7 +12449,7 @@ local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 call $~lib/array/Array#get:dataStart local.get $start @@ -12466,7 +12464,7 @@ local.get $len i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $slice local.set $17 global.get $~lib/memory/__stack_pointer @@ -12485,7 +12483,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -12505,7 +12503,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $start local.get $end @@ -12526,19 +12524,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:dataStart local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ call $~lib/util/bytes/REVERSE @@ -12560,19 +12558,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:dataStart local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ call $~lib/util/bytes/REVERSE @@ -12594,19 +12592,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:dataStart local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ call $~lib/util/bytes/REVERSE @@ -12628,12 +12626,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -12654,13 +12652,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -12676,14 +12674,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $value i32.const 0 drop @@ -12709,12 +12707,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/array/Array#get:length_ local.set $len @@ -12758,7 +12756,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/array/Array#get:dataStart local.set $ptr @@ -12772,7 +12770,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $value i32.eq if @@ -12814,12 +12812,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/array/Array#get:length_ local.set $len @@ -12863,7 +12861,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/array/Array#get:dataStart local.set $ptr @@ -12877,7 +12875,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.get $value f32.eq if @@ -12919,12 +12917,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/array/Array#get:length_ local.set $len @@ -12968,7 +12966,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/array/Array#get:dataStart local.set $ptr @@ -12982,7 +12980,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.get $value f64.eq if @@ -13022,12 +13020,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length_ local.set $len @@ -13067,7 +13065,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:dataStart local.set $ptr @@ -13081,7 +13079,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $value i32.eq if @@ -13119,7 +13117,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -13134,7 +13132,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ local.set $fromIndex @@ -13143,7 +13141,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $value local.get $fromIndex @@ -13164,14 +13162,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $value local.get $fromIndex @@ -13200,14 +13198,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length_ local.set $len @@ -13251,7 +13249,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:dataStart local.set $ptr @@ -13265,7 +13263,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $elem local.get $elem local.get $value @@ -13321,14 +13319,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length_ local.set $len @@ -13372,7 +13370,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:dataStart local.set $ptr @@ -13386,7 +13384,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $elem local.get $elem local.get $value @@ -13451,12 +13449,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 call $~lib/array/Array#get:length_ local.set $len @@ -13510,12 +13508,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $result - i32.store $0 offset=4 + i32.store offset=4 local.get $result local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 call $~lib/array/Array#get:dataStart local.set $resultStart @@ -13523,7 +13521,7 @@ local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 call $~lib/array/Array#get:dataStart local.set $thisStart @@ -13538,7 +13536,7 @@ local.get $deleteCount i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $start local.get $deleteCount i32.add @@ -13558,13 +13556,13 @@ i32.sub i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy end local.get $this local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 local.get $len local.get $deleteCount @@ -13588,7 +13586,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -13606,7 +13604,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $start local.get $deleteCount @@ -13641,12 +13639,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 call $~lib/array/Array#get:length_ local.set $len @@ -13700,12 +13698,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $result - i32.store $0 offset=4 + i32.store offset=4 local.get $result local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 call $~lib/array/Array#get:dataStart local.set $resultStart @@ -13713,7 +13711,7 @@ local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 call $~lib/array/Array#get:dataStart local.set $thisStart @@ -13728,7 +13726,7 @@ local.get $deleteCount i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $start local.get $deleteCount i32.add @@ -13748,13 +13746,13 @@ i32.sub i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy end local.get $this local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 local.get $len local.get $deleteCount @@ -13779,13 +13777,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -13802,16 +13800,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 0 @@ -13845,13 +13843,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -13878,7 +13876,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -13889,7 +13887,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -13897,7 +13895,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -13932,12 +13930,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 call $~lib/array/Array#get:length_ local.set $len @@ -13991,12 +13989,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $result - i32.store $0 offset=4 + i32.store offset=4 local.get $result local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 call $~lib/array/Array#get:dataStart local.set $resultStart @@ -14004,7 +14002,7 @@ local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 call $~lib/array/Array#get:dataStart local.set $thisStart @@ -14019,7 +14017,7 @@ local.get $deleteCount i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $start local.get $deleteCount i32.add @@ -14039,13 +14037,13 @@ i32.sub i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy end local.get $this local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 local.get $len local.get $deleteCount @@ -14069,12 +14067,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -14095,13 +14093,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -14118,16 +14116,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 1 @@ -14151,13 +14149,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -14184,7 +14182,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -14195,7 +14193,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -14203,7 +14201,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -14224,14 +14222,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 0 local.set $i local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length_ local.set $len @@ -14243,7 +14241,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length_ local.tee $5 @@ -14257,26 +14255,26 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/array/Array#get:dataStart local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 3 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $3) if local.get $i local.set $6 @@ -14312,12 +14310,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 100 call $~lib/array/Array#push @@ -14342,12 +14340,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#pop drop @@ -14372,12 +14370,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.const 1 @@ -14392,26 +14390,26 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 call $~lib/array/Array#get:dataStart local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 3 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $3) if local.get $i local.set $3 @@ -14447,12 +14445,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#pop drop @@ -14480,14 +14478,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 0 local.set $i local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length_ local.set $len @@ -14499,7 +14497,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length_ local.tee $5 @@ -14513,26 +14511,26 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/array/Array#get:dataStart local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 3 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $3) i32.eqz if i32.const 0 @@ -14569,12 +14567,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 100 call $~lib/array/Array#push @@ -14599,12 +14597,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#pop drop @@ -14632,14 +14630,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 0 local.set $i local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length_ local.set $len @@ -14651,7 +14649,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length_ local.tee $5 @@ -14665,26 +14663,26 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/array/Array#get:dataStart local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 3 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $3) if i32.const 1 local.set $6 @@ -14720,12 +14718,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 100 call $~lib/array/Array#push @@ -14750,12 +14748,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#pop drop @@ -14783,14 +14781,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 0 local.set $i local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length_ local.set $len @@ -14802,7 +14800,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length_ local.tee $5 @@ -14816,26 +14814,26 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/array/Array#get:dataStart local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 3 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_none) + i32.load + call_indirect (type $5) local.get $i i32.const 1 i32.add @@ -14857,12 +14855,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 100 call $~lib/array/Array#push @@ -14885,12 +14883,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#pop drop @@ -14916,7 +14914,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index i32.const 0 i32.eq @@ -14932,7 +14930,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/array/Array#pop drop @@ -14954,7 +14952,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 100 local.get $i|4 @@ -14979,7 +14977,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/array/Array#pop drop @@ -15001,7 +14999,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 local.get $i|6 i32.const 200 @@ -15054,15 +15052,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/array/Array#get:length_ local.set $len @@ -15073,12 +15071,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/array/Array<~lib/string/String>#get:dataStart local.set $outStart @@ -15092,7 +15090,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/array/Array#get:length_ local.tee $7 @@ -15107,35 +15105,35 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/array/Array#get:dataStart local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 i32.const 3 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $3) local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $outStart local.get $i i32.const 2 i32.shl i32.add local.get $result - i32.store $0 + i32.store i32.const 1 drop local.get $out @@ -15174,15 +15172,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/array/Array#get:length_ local.set $len @@ -15193,12 +15191,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/array/Array#get:dataStart local.set $outStart @@ -15212,7 +15210,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/array/Array#get:length_ local.tee $7 @@ -15226,26 +15224,26 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/array/Array#get:dataStart local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 i32.const 3 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_f32) + i32.load + call_indirect (type $17) local.set $result local.get $outStart local.get $i @@ -15253,7 +15251,7 @@ i32.shl i32.add local.get $result - f32.store $0 + f32.store i32.const 0 drop local.get $i @@ -15281,12 +15279,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 100 call $~lib/array/Array#push @@ -15320,15 +15318,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/array/Array#get:length_ local.set $len @@ -15339,12 +15337,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/array/Array#get:dataStart local.set $outStart @@ -15358,7 +15356,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/array/Array#get:length_ local.tee $7 @@ -15372,26 +15370,26 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/array/Array#get:dataStart local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 i32.const 3 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $3) local.set $result local.get $outStart local.get $i @@ -15399,7 +15397,7 @@ i32.shl i32.add local.get $result - i32.store $0 + i32.store i32.const 0 drop local.get $i @@ -15427,12 +15425,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#pop drop @@ -15464,7 +15462,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 2 @@ -15472,14 +15470,14 @@ i32.const 0 call $~lib/rt/__newArray local.tee $result - i32.store $0 + i32.store i32.const 0 local.set $i local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#get:length_ local.set $len @@ -15491,7 +15489,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#get:length_ local.tee $6 @@ -15505,14 +15503,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#get:dataStart local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value local.get $value local.get $i @@ -15520,19 +15518,19 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 3 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $3) if local.get $result local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $value call $~lib/array/Array#push @@ -15563,12 +15561,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 100 call $~lib/array/Array#push @@ -15597,12 +15595,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#pop drop @@ -15635,7 +15633,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $initialValue local.set $acc i32.const 0 @@ -15644,7 +15642,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length_ local.set $len @@ -15656,7 +15654,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length_ local.tee $7 @@ -15671,26 +15669,26 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#get:dataStart local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 4 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $4) local.set $acc local.get $i i32.const 1 @@ -15722,7 +15720,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $initialValue local.set $acc i32.const 0 @@ -15731,7 +15729,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length_ local.set $len @@ -15743,7 +15741,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length_ local.tee $7 @@ -15758,26 +15756,26 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#get:dataStart local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 4 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $4) local.set $acc local.get $i i32.const 1 @@ -15804,12 +15802,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 1 call $~lib/array/Array#push @@ -15834,12 +15832,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#pop drop @@ -15865,14 +15863,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $initialValue local.set $acc local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length_ i32.const 1 @@ -15888,26 +15886,26 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/array/Array#get:dataStart local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 i32.const 4 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $4) local.set $acc local.get $i i32.const 1 @@ -15936,14 +15934,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $initialValue local.set $acc local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length_ i32.const 1 @@ -15959,26 +15957,26 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/array/Array#get:dataStart local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 i32.const 4 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $4) local.set $acc local.get $i i32.const 1 @@ -16005,12 +16003,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 1 call $~lib/array/Array#push @@ -16035,12 +16033,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#pop drop @@ -16064,7 +16062,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -16073,23 +16071,23 @@ i32.const 22 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $std/array/Dim#set:height @@ -16097,7 +16095,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $std/array/Dim#set:width @@ -16118,13 +16116,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -16151,7 +16149,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -16162,7 +16160,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -16170,7 +16168,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -16222,7 +16220,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.const 48 i32.le_s @@ -16257,18 +16255,18 @@ br $break|0 end local.get $ptr - f32.load $0 + f32.load local.set $a local.get $ptr - f32.load $0 offset=4 + f32.load offset=4 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.gt_s local.set $c @@ -16277,22 +16275,22 @@ local.get $a local.get $c select - f32.store $0 + f32.store local.get $a local.get $b local.get $c select local.set $a local.get $ptr - f32.load $0 offset=8 + f32.load offset=8 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.gt_s local.set $c @@ -16301,27 +16299,27 @@ local.get $a local.get $c select - f32.store $0 offset=4 + f32.store offset=4 local.get $ptr local.get $a local.get $b local.get $c select - f32.store $0 offset=8 + f32.store offset=8 end local.get $ptr - f32.load $0 + f32.load local.set $a|7 local.get $ptr - f32.load $0 offset=4 + f32.load offset=4 local.set $b|8 local.get $a|7 local.get $b|8 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.gt_s local.set $c|9 @@ -16330,13 +16328,13 @@ local.get $a|7 local.get $c|9 select - f32.store $0 + f32.store local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - f32.store $0 offset=4 + f32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -16353,7 +16351,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer @@ -16400,7 +16398,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -16424,7 +16422,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -16455,7 +16453,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -16479,7 +16477,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -16514,7 +16512,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -16537,7 +16535,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -16550,7 +16548,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -16559,7 +16557,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -16570,7 +16568,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -16585,14 +16583,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -16614,7 +16612,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -16627,7 +16625,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -16636,7 +16634,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns end @@ -16665,26 +16663,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array#get:length_ local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT local.get $this @@ -16705,10 +16703,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -16731,19 +16729,19 @@ br $~lib/util/sort/COMPARATOR|inlined.0 end local.tee $comparator - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/array/Array#sort local.set $2 @@ -16793,7 +16791,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.const 48 i32.le_s @@ -16828,18 +16826,18 @@ br $break|0 end local.get $ptr - f64.load $0 + f64.load local.set $a local.get $ptr - f64.load $0 offset=8 + f64.load offset=8 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s local.set $c @@ -16848,22 +16846,22 @@ local.get $a local.get $c select - f64.store $0 + f64.store local.get $a local.get $b local.get $c select local.set $a local.get $ptr - f64.load $0 offset=16 + f64.load offset=16 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s local.set $c @@ -16872,27 +16870,27 @@ local.get $a local.get $c select - f64.store $0 offset=8 + f64.store offset=8 local.get $ptr local.get $a local.get $b local.get $c select - f64.store $0 offset=16 + f64.store offset=16 end local.get $ptr - f64.load $0 + f64.load local.set $a|7 local.get $ptr - f64.load $0 offset=8 + f64.load offset=8 local.set $b|8 local.get $a|7 local.get $b|8 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s local.set $c|9 @@ -16901,13 +16899,13 @@ local.get $a|7 local.get $c|9 select - f64.store $0 + f64.store local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - f64.store $0 offset=8 + f64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -16924,7 +16922,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer @@ -16971,7 +16969,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -16995,7 +16993,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -17026,7 +17024,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -17050,7 +17048,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -17085,7 +17083,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -17108,7 +17106,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -17121,7 +17119,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -17130,7 +17128,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -17141,7 +17139,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -17156,14 +17154,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -17185,7 +17183,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -17198,7 +17196,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -17207,7 +17205,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns end @@ -17236,26 +17234,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array#get:length_ local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT local.get $this @@ -17276,10 +17274,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -17302,19 +17300,19 @@ br $~lib/util/sort/COMPARATOR|inlined.0 end local.tee $comparator - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/array/Array#sort local.set $2 @@ -17333,12 +17331,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -17360,13 +17358,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -17382,14 +17380,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value i32.const 0 drop @@ -17416,7 +17414,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.eqz if @@ -17424,7 +17422,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length local.set $len @@ -17433,7 +17431,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length i32.ne @@ -17475,7 +17473,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $i call $~lib/array/Array#__get @@ -17487,7 +17485,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $i call $~lib/array/Array#__get @@ -17505,7 +17503,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $i call $~lib/array/Array#__get @@ -17525,7 +17523,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $i call $~lib/array/Array#__get @@ -17555,7 +17553,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $i call $~lib/array/Array#__get @@ -17563,7 +17561,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $i call $~lib/array/Array#__get @@ -17635,7 +17633,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.const 48 i32.le_s @@ -17670,18 +17668,18 @@ br $break|0 end local.get $ptr - i32.load $0 + i32.load local.set $a local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -17690,22 +17688,22 @@ local.get $a local.get $c select - i32.store $0 + i32.store local.get $a local.get $b local.get $c select local.set $a local.get $ptr - i32.load $0 offset=8 + i32.load offset=8 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -17714,27 +17712,27 @@ local.get $a local.get $c select - i32.store $0 offset=4 + i32.store offset=4 local.get $ptr local.get $a local.get $b local.get $c select - i32.store $0 offset=8 + i32.store offset=8 end local.get $ptr - i32.load $0 + i32.load local.set $a|7 local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.set $b|8 local.get $a|7 local.get $b|8 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c|9 @@ -17743,13 +17741,13 @@ local.get $a|7 local.get $c|9 select - i32.store $0 + i32.store local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -17766,7 +17764,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer @@ -17813,7 +17811,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -17837,7 +17835,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -17868,7 +17866,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -17892,7 +17890,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -17927,7 +17925,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -17950,7 +17948,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -17963,7 +17961,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -17972,7 +17970,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -17983,7 +17981,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -17998,14 +17996,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -18027,7 +18025,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -18040,7 +18038,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -18049,7 +18047,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns end @@ -18078,26 +18076,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array#get:length_ local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT local.get $this @@ -18118,10 +18116,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -18142,19 +18140,19 @@ br $~lib/util/sort/COMPARATOR|inlined.0 end local.tee $comparator - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/array/Array#sort local.set $2 @@ -18204,7 +18202,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.const 48 i32.le_s @@ -18239,18 +18237,18 @@ br $break|0 end local.get $ptr - i32.load $0 + i32.load local.set $a local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -18259,22 +18257,22 @@ local.get $a local.get $c select - i32.store $0 + i32.store local.get $a local.get $b local.get $c select local.set $a local.get $ptr - i32.load $0 offset=8 + i32.load offset=8 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -18283,27 +18281,27 @@ local.get $a local.get $c select - i32.store $0 offset=4 + i32.store offset=4 local.get $ptr local.get $a local.get $b local.get $c select - i32.store $0 offset=8 + i32.store offset=8 end local.get $ptr - i32.load $0 + i32.load local.set $a|7 local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.set $b|8 local.get $a|7 local.get $b|8 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c|9 @@ -18312,13 +18310,13 @@ local.get $a|7 local.get $c|9 select - i32.store $0 + i32.store local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -18335,7 +18333,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer @@ -18382,7 +18380,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -18406,7 +18404,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -18437,7 +18435,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -18461,7 +18459,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -18496,7 +18494,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -18519,7 +18517,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -18532,7 +18530,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -18541,7 +18539,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -18552,7 +18550,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -18567,14 +18565,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -18596,7 +18594,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -18609,7 +18607,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -18618,7 +18616,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns end @@ -18647,26 +18645,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array#get:length_ local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT local.get $this @@ -18687,10 +18685,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -18709,19 +18707,19 @@ br $~lib/util/sort/COMPARATOR|inlined.0 end local.tee $comparator - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/array/Array#sort local.set $2 @@ -18742,13 +18740,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 local.get $size call $~lib/array/Array#constructor local.tee $arr - i32.store $0 + i32.store i32.const 0 local.set $i loop $for-loop|0 @@ -18760,7 +18758,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $i local.get $size @@ -18796,13 +18794,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 local.get $size call $~lib/array/Array#constructor local.tee $arr - i32.store $0 + i32.store i32.const 0 local.set $i loop $for-loop|0 @@ -18814,7 +18812,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $i call $~lib/math/NativeMath.random @@ -18850,14 +18848,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 local.set $i local.get $data local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length local.set $len @@ -18870,7 +18868,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $i i32.const 1 @@ -18880,15 +18878,15 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $i call $~lib/array/Array#__get i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -18926,33 +18924,33 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $arr local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/array/Array#sort local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $std/array/isSorted i32.eqz @@ -18978,12 +18976,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $arr local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 block $~lib/util/sort/COMPARATOR|inlined.1 (result i32) i32.const 1 @@ -18998,7 +18996,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $std/array/assertSorted global.get $~lib/memory/__stack_pointer @@ -19032,12 +19030,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 + i32.store local.get $20 call $~lib/array/Array#get:length_ local.set $len @@ -19109,12 +19107,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $slice - i32.store $0 offset=4 + i32.store offset=4 local.get $slice local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 + i32.store local.get $20 call $~lib/array/Array#get:dataStart local.set $sliceBase @@ -19122,7 +19120,7 @@ local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 + i32.store local.get $20 call $~lib/array/Array#get:dataStart local.get $start @@ -19146,13 +19144,13 @@ local.get $thisBase local.get $off i32.add - i32.load $0 + i32.load local.set $ref local.get $sliceBase local.get $off i32.add local.get $ref - i32.store $0 + i32.store local.get $slice local.get $ref i32.const 1 @@ -19182,7 +19180,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -19202,7 +19200,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $start local.get $end @@ -19223,19 +19221,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/array/Dim#get:height local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/array/Dim#get:height i32.sub @@ -19263,7 +19261,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill i32.const 0 i32.const 1 i32.ge_s @@ -19302,54 +19300,54 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $ptr local.get $i i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $b local.tee $min - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $a local.tee $max - i32.store $0 offset=12 + i32.store offset=12 local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=16 + i32.store offset=16 local.get $12 local.get $b local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if global.get $~lib/memory/__stack_pointer local.get $a local.tee $min - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $b local.tee $max - i32.store $0 offset=12 + i32.store offset=12 end local.get $i i32.const 1 @@ -19367,26 +19365,26 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=16 + i32.store offset=16 local.get $12 local.get $max local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -19396,7 +19394,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=8 + i32.store offset=8 local.get $j i32.const 1 i32.sub @@ -19414,7 +19412,7 @@ i32.shl i32.add local.get $max - i32.store $0 offset=8 + i32.store offset=8 block $while-break|2 loop $while-continue|2 local.get $j @@ -19427,26 +19425,26 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=16 + i32.store offset=16 local.get $12 local.get $min local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -19456,7 +19454,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=4 + i32.store offset=4 local.get $j i32.const 1 i32.sub @@ -19474,7 +19472,7 @@ i32.shl i32.add local.get $min - i32.store $0 offset=4 + i32.store offset=4 local.get $i i32.const 2 i32.add @@ -19499,10 +19497,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $i local.get $right i32.eq @@ -19523,11 +19521,11 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 local.get $ptr local.get $j @@ -19537,17 +19535,17 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -19561,28 +19559,28 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -19609,9 +19607,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $tmp - i32.store $0 offset=8 + i32.store offset=8 local.get $ptr local.get $i i32.const 2 @@ -19622,8 +19620,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.add @@ -19634,7 +19632,7 @@ i32.shl i32.add local.get $tmp - i32.store $0 + i32.store local.get $k i32.const 1 i32.sub @@ -19653,28 +19651,28 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -19713,10 +19711,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $m i32.const 1 i32.sub @@ -19748,8 +19746,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.sub @@ -19776,8 +19774,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 - i32.store $0 + i32.load offset=4 + i32.store local.get $j i32.const 1 i32.add @@ -19798,35 +19796,35 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $buffer local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 local.get $b local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=12 + i32.store offset=12 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -19836,7 +19834,7 @@ i32.shl i32.add local.get $a - i32.store $0 + i32.store local.get $j i32.const 1 i32.sub @@ -19848,7 +19846,7 @@ i32.shl i32.add local.get $b - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -19907,7 +19905,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $len i32.const 48 i32.le_s @@ -19943,31 +19941,31 @@ end global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $a local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 local.get $b local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=12 + i32.store offset=12 local.get $34 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -19976,36 +19974,36 @@ local.get $a local.get $c select - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $a local.get $b local.get $c select local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 offset=8 + i32.load offset=8 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $a local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 local.get $b local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=12 + i32.store offset=12 local.get $34 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -20014,41 +20012,41 @@ local.get $a local.get $c select - i32.store $0 offset=4 + i32.store offset=4 local.get $ptr local.get $a local.get $b local.get $c select - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 + i32.load local.tee $a|7 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.tee $b|8 - i32.store $0 offset=20 + i32.store offset=20 local.get $a|7 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 local.get $b|8 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=12 + i32.store offset=12 local.get $34 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c|9 @@ -20057,13 +20055,13 @@ local.get $a|7 local.get $c|9 select - i32.store $0 + i32.store local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 24 i32.add @@ -20080,7 +20078,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer @@ -20127,7 +20125,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -20151,7 +20149,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -20182,7 +20180,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/insertionSort end @@ -20206,7 +20204,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -20241,7 +20239,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/insertionSort end @@ -20264,7 +20262,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -20277,7 +20275,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -20286,7 +20284,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -20297,7 +20295,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -20312,14 +20310,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -20341,7 +20339,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -20354,7 +20352,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -20363,7 +20361,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/mergeRuns end @@ -20392,26 +20390,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array#get:length_ local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT local.get $this @@ -20432,12 +20430,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -20458,13 +20456,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -20481,16 +20479,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 0 @@ -20531,13 +20529,13 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/array/inputStabArr local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 i32.const 0 i32.const 1 @@ -20547,17 +20545,17 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 10192 local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/array/Array#sort local.tee $sorted - i32.store $0 offset=12 + i32.store offset=12 i32.const 1 local.set $check i32.const 0 @@ -20566,7 +20564,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length local.set $len @@ -20581,35 +20579,35 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/array/Array#__get local.tee $input - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer global.get $std/array/outputStabArr local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/array/Array#__get local.tee $target - i32.store $0 offset=20 + i32.store offset=20 local.get $input local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $std/array/Dim#get:height local.get $target local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $std/array/Dim#get:height i32.ne @@ -20620,14 +20618,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $std/array/Dim#get:width local.get $target local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $std/array/Dim#get:width i32.ne @@ -20673,10 +20671,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -20685,13 +20683,13 @@ i32.const 29 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array<~lib/array/Array>#set:buffer @@ -20699,7 +20697,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array<~lib/array/Array>#set:dataStart @@ -20707,7 +20705,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array<~lib/array/Array>#set:byteLength @@ -20715,7 +20713,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array<~lib/array/Array>#set:length_ @@ -20748,7 +20746,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -20757,20 +20755,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array<~lib/array/Array>#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array<~lib/array/Array>#set:dataStart @@ -20778,7 +20776,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array<~lib/array/Array>#set:byteLength @@ -20786,7 +20784,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array<~lib/array/Array>#set:length_ @@ -20807,13 +20805,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array>#get:length_ i32.ge_u @@ -20840,7 +20838,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -20851,7 +20849,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.get $index @@ -20859,7 +20857,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -20883,16 +20881,16 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $size call $~lib/array/Array<~lib/array/Array>#constructor local.tee $arr - i32.store $0 + i32.store i32.const 0 local.set $i loop $for-loop|0 @@ -20905,12 +20903,12 @@ i32.const 1 call $~lib/array/Array#constructor local.tee $inner - i32.store $0 offset=4 + i32.store offset=4 local.get $inner local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 0 local.get $size @@ -20923,14 +20921,14 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $i local.get $inner local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/array/Array<~lib/array/Array>#__set local.get $i @@ -20958,12 +20956,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 0 call $~lib/array/Array#__get @@ -20971,7 +20969,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 0 call $~lib/array/Array#__get @@ -21000,7 +20998,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill i32.const 0 i32.const 1 i32.ge_s @@ -21039,54 +21037,54 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $ptr local.get $i i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $b local.tee $min - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $a local.tee $max - i32.store $0 offset=12 + i32.store offset=12 local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=16 + i32.store offset=16 local.get $12 local.get $b local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if global.get $~lib/memory/__stack_pointer local.get $a local.tee $min - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $b local.tee $max - i32.store $0 offset=12 + i32.store offset=12 end local.get $i i32.const 1 @@ -21104,26 +21102,26 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=16 + i32.store offset=16 local.get $12 local.get $max local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -21133,7 +21131,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=8 + i32.store offset=8 local.get $j i32.const 1 i32.sub @@ -21151,7 +21149,7 @@ i32.shl i32.add local.get $max - i32.store $0 offset=8 + i32.store offset=8 block $while-break|2 loop $while-continue|2 local.get $j @@ -21164,26 +21162,26 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=16 + i32.store offset=16 local.get $12 local.get $min local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -21193,7 +21191,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=4 + i32.store offset=4 local.get $j i32.const 1 i32.sub @@ -21211,7 +21209,7 @@ i32.shl i32.add local.get $min - i32.store $0 offset=4 + i32.store offset=4 local.get $i i32.const 2 i32.add @@ -21236,10 +21234,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $i local.get $right i32.eq @@ -21260,11 +21258,11 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 local.get $ptr local.get $j @@ -21274,17 +21272,17 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -21298,28 +21296,28 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -21346,9 +21344,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $tmp - i32.store $0 offset=8 + i32.store offset=8 local.get $ptr local.get $i i32.const 2 @@ -21359,8 +21357,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.add @@ -21371,7 +21369,7 @@ i32.shl i32.add local.get $tmp - i32.store $0 + i32.store local.get $k i32.const 1 i32.sub @@ -21390,28 +21388,28 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -21450,10 +21448,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $m i32.const 1 i32.sub @@ -21485,8 +21483,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.sub @@ -21513,8 +21511,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 - i32.store $0 + i32.load offset=4 + i32.store local.get $j i32.const 1 i32.add @@ -21535,35 +21533,35 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $buffer local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 local.get $b local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=12 + i32.store offset=12 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -21573,7 +21571,7 @@ i32.shl i32.add local.get $a - i32.store $0 + i32.store local.get $j i32.const 1 i32.sub @@ -21585,7 +21583,7 @@ i32.shl i32.add local.get $b - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -21644,7 +21642,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $len i32.const 48 i32.le_s @@ -21680,31 +21678,31 @@ end global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $a local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 local.get $b local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=12 + i32.store offset=12 local.get $34 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -21713,36 +21711,36 @@ local.get $a local.get $c select - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $a local.get $b local.get $c select local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 offset=8 + i32.load offset=8 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $a local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 local.get $b local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=12 + i32.store offset=12 local.get $34 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -21751,41 +21749,41 @@ local.get $a local.get $c select - i32.store $0 offset=4 + i32.store offset=4 local.get $ptr local.get $a local.get $b local.get $c select - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 + i32.load local.tee $a|7 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.tee $b|8 - i32.store $0 offset=20 + i32.store offset=20 local.get $a|7 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 local.get $b|8 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=12 + i32.store offset=12 local.get $34 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c|9 @@ -21794,13 +21792,13 @@ local.get $a|7 local.get $c|9 select - i32.store $0 + i32.store local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 24 i32.add @@ -21817,7 +21815,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/array/Array> global.get $~lib/memory/__stack_pointer @@ -21864,7 +21862,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -21888,7 +21886,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/extendRunRight<~lib/array/Array> local.set $endA @@ -21919,7 +21917,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/array/Array> end @@ -21943,7 +21941,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/extendRunRight<~lib/array/Array> local.set $endB @@ -21978,7 +21976,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/array/Array> end @@ -22001,7 +21999,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -22014,7 +22012,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -22023,7 +22021,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/mergeRuns<~lib/array/Array> local.get $start @@ -22034,7 +22032,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -22049,14 +22047,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -22078,7 +22076,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -22091,7 +22089,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -22100,7 +22098,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/mergeRuns<~lib/array/Array> end @@ -22129,26 +22127,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array<~lib/array/Array>#get:length_ local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT<~lib/array/Array> local.get $this @@ -22169,12 +22167,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array<~lib/array/Array>#get:length_ local.set $1 @@ -22195,13 +22193,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array>#get:length_ i32.ge_u @@ -22218,16 +22216,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 0 @@ -22263,17 +22261,17 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 local.set $i local.get $data local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/array/Array>#get:length local.set $len @@ -22286,7 +22284,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $i i32.const 1 @@ -22295,26 +22293,26 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $data local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $i call $~lib/array/Array<~lib/array/Array>#__get local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -22352,33 +22350,33 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $arr local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/array/Array<~lib/array/Array>#sort local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $std/array/isSorted<~lib/array/Array> i32.eqz @@ -22408,10 +22406,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -22420,13 +22418,13 @@ i32.const 32 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array>#set:buffer @@ -22434,7 +22432,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array>#set:dataStart @@ -22442,7 +22440,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array>#set:byteLength @@ -22450,7 +22448,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array>#set:length_ @@ -22483,7 +22481,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -22492,20 +22490,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array>#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array>#set:dataStart @@ -22513,7 +22511,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array>#set:byteLength @@ -22521,7 +22519,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array>#set:length_ @@ -22542,7 +22540,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -22551,13 +22549,13 @@ i32.const 31 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $x call $std/array/Proxy#set:x @@ -22578,13 +22576,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array>#get:length_ i32.ge_u @@ -22611,7 +22609,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -22622,7 +22620,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array>#get:dataStart local.get $index @@ -22630,7 +22628,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -22653,16 +22651,16 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $size call $~lib/array/Array>#constructor local.tee $arr - i32.store $0 + i32.store i32.const 0 local.set $i loop $for-loop|0 @@ -22674,7 +22672,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $i i32.const 0 @@ -22687,7 +22685,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/array/Array>#__set local.get $i @@ -22715,19 +22713,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/array/Proxy#get:x local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/array/Proxy#get:x i32.sub @@ -22755,7 +22753,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill i32.const 0 i32.const 1 i32.ge_s @@ -22794,54 +22792,54 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $ptr local.get $i i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $b local.tee $min - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $a local.tee $max - i32.store $0 offset=12 + i32.store offset=12 local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=16 + i32.store offset=16 local.get $12 local.get $b local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if global.get $~lib/memory/__stack_pointer local.get $a local.tee $min - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $b local.tee $max - i32.store $0 offset=12 + i32.store offset=12 end local.get $i i32.const 1 @@ -22859,26 +22857,26 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=16 + i32.store offset=16 local.get $12 local.get $max local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -22888,7 +22886,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=8 + i32.store offset=8 local.get $j i32.const 1 i32.sub @@ -22906,7 +22904,7 @@ i32.shl i32.add local.get $max - i32.store $0 offset=8 + i32.store offset=8 block $while-break|2 loop $while-continue|2 local.get $j @@ -22919,26 +22917,26 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=16 + i32.store offset=16 local.get $12 local.get $min local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -22948,7 +22946,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=4 + i32.store offset=4 local.get $j i32.const 1 i32.sub @@ -22966,7 +22964,7 @@ i32.shl i32.add local.get $min - i32.store $0 offset=4 + i32.store offset=4 local.get $i i32.const 2 i32.add @@ -22991,10 +22989,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $i local.get $right i32.eq @@ -23015,11 +23013,11 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 local.get $ptr local.get $j @@ -23029,17 +23027,17 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -23053,28 +23051,28 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -23101,9 +23099,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $tmp - i32.store $0 offset=8 + i32.store offset=8 local.get $ptr local.get $i i32.const 2 @@ -23114,8 +23112,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.add @@ -23126,7 +23124,7 @@ i32.shl i32.add local.get $tmp - i32.store $0 + i32.store local.get $k i32.const 1 i32.sub @@ -23145,28 +23143,28 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -23205,10 +23203,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $m i32.const 1 i32.sub @@ -23240,8 +23238,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.sub @@ -23268,8 +23266,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 - i32.store $0 + i32.load offset=4 + i32.store local.get $j i32.const 1 i32.add @@ -23290,35 +23288,35 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $buffer local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 local.get $b local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=12 + i32.store offset=12 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -23328,7 +23326,7 @@ i32.shl i32.add local.get $a - i32.store $0 + i32.store local.get $j i32.const 1 i32.sub @@ -23340,7 +23338,7 @@ i32.shl i32.add local.get $b - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -23399,7 +23397,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $len i32.const 48 i32.le_s @@ -23435,31 +23433,31 @@ end global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $a local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 local.get $b local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=12 + i32.store offset=12 local.get $34 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -23468,36 +23466,36 @@ local.get $a local.get $c select - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $a local.get $b local.get $c select local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 offset=8 + i32.load offset=8 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $a local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 local.get $b local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=12 + i32.store offset=12 local.get $34 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -23506,41 +23504,41 @@ local.get $a local.get $c select - i32.store $0 offset=4 + i32.store offset=4 local.get $ptr local.get $a local.get $b local.get $c select - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 + i32.load local.tee $a|7 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.tee $b|8 - i32.store $0 offset=20 + i32.store offset=20 local.get $a|7 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 local.get $b|8 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=12 + i32.store offset=12 local.get $34 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c|9 @@ -23549,13 +23547,13 @@ local.get $a|7 local.get $c|9 select - i32.store $0 + i32.store local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 24 i32.add @@ -23572,7 +23570,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/insertionSort> global.get $~lib/memory/__stack_pointer @@ -23619,7 +23617,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -23643,7 +23641,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/extendRunRight> local.set $endA @@ -23674,7 +23672,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/insertionSort> end @@ -23698,7 +23696,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/extendRunRight> local.set $endB @@ -23733,7 +23731,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/insertionSort> end @@ -23756,7 +23754,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -23769,7 +23767,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -23778,7 +23776,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/mergeRuns> local.get $start @@ -23789,7 +23787,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -23804,14 +23802,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -23833,7 +23831,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -23846,7 +23844,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -23855,7 +23853,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/mergeRuns> end @@ -23884,26 +23882,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array>#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array>#get:length_ local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT> local.get $this @@ -23924,12 +23922,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array>#get:length_ local.set $1 @@ -23950,13 +23948,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array>#get:length_ i32.ge_u @@ -23973,16 +23971,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array>#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 0 @@ -24018,17 +24016,17 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 local.set $i local.get $data local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array>#get:length local.set $len @@ -24041,7 +24039,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $i i32.const 1 @@ -24050,26 +24048,26 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $data local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $i call $~lib/array/Array>#__get local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -24107,33 +24105,33 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $arr local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/array/Array>#sort local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $std/array/isSorted> i32.eqz @@ -24167,7 +24165,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill i32.const 0 i32.const 1 i32.ge_s @@ -24206,54 +24204,54 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $ptr local.get $i i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $b local.tee $min - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $a local.tee $max - i32.store $0 offset=12 + i32.store offset=12 local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=16 + i32.store offset=16 local.get $12 local.get $b local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if global.get $~lib/memory/__stack_pointer local.get $a local.tee $min - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $b local.tee $max - i32.store $0 offset=12 + i32.store offset=12 end local.get $i i32.const 1 @@ -24271,26 +24269,26 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=16 + i32.store offset=16 local.get $12 local.get $max local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -24300,7 +24298,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=8 + i32.store offset=8 local.get $j i32.const 1 i32.sub @@ -24318,7 +24316,7 @@ i32.shl i32.add local.get $max - i32.store $0 offset=8 + i32.store offset=8 block $while-break|2 loop $while-continue|2 local.get $j @@ -24331,26 +24329,26 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=16 + i32.store offset=16 local.get $12 local.get $min local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -24360,7 +24358,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=4 + i32.store offset=4 local.get $j i32.const 1 i32.sub @@ -24378,7 +24376,7 @@ i32.shl i32.add local.get $min - i32.store $0 offset=4 + i32.store offset=4 local.get $i i32.const 2 i32.add @@ -24403,10 +24401,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $i local.get $right i32.eq @@ -24427,11 +24425,11 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 local.get $ptr local.get $j @@ -24441,17 +24439,17 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -24465,28 +24463,28 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -24513,9 +24511,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $tmp - i32.store $0 offset=8 + i32.store offset=8 local.get $ptr local.get $i i32.const 2 @@ -24526,8 +24524,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.add @@ -24538,7 +24536,7 @@ i32.shl i32.add local.get $tmp - i32.store $0 + i32.store local.get $k i32.const 1 i32.sub @@ -24557,28 +24555,28 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -24617,10 +24615,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $m i32.const 1 i32.sub @@ -24652,8 +24650,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.sub @@ -24680,8 +24678,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 - i32.store $0 + i32.load offset=4 + i32.store local.get $j i32.const 1 i32.add @@ -24702,35 +24700,35 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $buffer local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 local.get $b local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=12 + i32.store offset=12 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -24740,7 +24738,7 @@ i32.shl i32.add local.get $a - i32.store $0 + i32.store local.get $j i32.const 1 i32.sub @@ -24752,7 +24750,7 @@ i32.shl i32.add local.get $b - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -24811,7 +24809,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $len i32.const 48 i32.le_s @@ -24847,31 +24845,31 @@ end global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $a local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 local.get $b local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=12 + i32.store offset=12 local.get $34 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -24880,36 +24878,36 @@ local.get $a local.get $c select - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $a local.get $b local.get $c select local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 offset=8 + i32.load offset=8 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $a local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 local.get $b local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=12 + i32.store offset=12 local.get $34 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -24918,41 +24916,41 @@ local.get $a local.get $c select - i32.store $0 offset=4 + i32.store offset=4 local.get $ptr local.get $a local.get $b local.get $c select - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 + i32.load local.tee $a|7 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.tee $b|8 - i32.store $0 offset=20 + i32.store offset=20 local.get $a|7 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 local.get $b|8 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=12 + i32.store offset=12 local.get $34 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c|9 @@ -24961,13 +24959,13 @@ local.get $a|7 local.get $c|9 select - i32.store $0 + i32.store local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 24 i32.add @@ -24984,7 +24982,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/string/String|null> global.get $~lib/memory/__stack_pointer @@ -25031,7 +25029,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -25055,7 +25053,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/extendRunRight<~lib/string/String|null> local.set $endA @@ -25086,7 +25084,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/string/String|null> end @@ -25110,7 +25108,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/extendRunRight<~lib/string/String|null> local.set $endB @@ -25145,7 +25143,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/string/String|null> end @@ -25168,7 +25166,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -25181,7 +25179,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -25190,7 +25188,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/mergeRuns<~lib/string/String|null> local.get $start @@ -25201,7 +25199,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -25216,14 +25214,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -25245,7 +25243,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -25258,7 +25256,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -25267,7 +25265,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/mergeRuns<~lib/string/String|null> end @@ -25296,26 +25294,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array<~lib/string/String|null>#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array<~lib/string/String|null>#get:length_ local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT<~lib/string/String|null> local.get $this @@ -25336,12 +25334,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array<~lib/string/String|null>#get:length_ local.set $1 @@ -25362,13 +25360,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String|null>#get:length_ i32.ge_u @@ -25385,16 +25383,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String|null>#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 1 @@ -25420,17 +25418,17 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 local.set $i local.get $data local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/string/String|null>#get:length local.set $len @@ -25443,7 +25441,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $i i32.const 1 @@ -25452,26 +25450,26 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $data local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $i call $~lib/array/Array<~lib/string/String|null>#__get local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -25509,33 +25507,33 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $arr local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/array/Array<~lib/string/String|null>#sort local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $std/array/isSorted<~lib/string/String|null> i32.eqz @@ -25566,7 +25564,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $a local.get $b i32.eq @@ -25598,7 +25596,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/string/String#get:length local.set $alen @@ -25606,7 +25604,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/string/String#get:length local.set $blen @@ -25652,14 +25650,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 0 local.get $b local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 local.get $alen @@ -25697,10 +25695,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -25723,19 +25721,19 @@ br $~lib/util/sort/COMPARATOR<~lib/string/String|null>|inlined.0 end local.tee $comparator - i32.store $0 + i32.store end local.get $arr local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $std/array/assertSorted<~lib/string/String|null> global.get $~lib/memory/__stack_pointer @@ -25753,7 +25751,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -25791,7 +25789,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -25800,7 +25798,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -25818,14 +25816,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -25848,18 +25846,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $right local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -25881,10 +25879,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $len i32.eqz if @@ -25892,7 +25890,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/string/String|null>#get:length local.set $len @@ -25901,7 +25899,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/string/String|null>#get:length i32.ne @@ -25942,27 +25940,27 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $i call $~lib/array/Array<~lib/string/String|null>#__get local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $b local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $i call $~lib/array/Array<~lib/string/String|null>#__get local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/string/String.__ne if @@ -26004,10 +26002,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -26016,13 +26014,13 @@ i32.const 16 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array<~lib/string/String>#set:buffer @@ -26030,7 +26028,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array<~lib/string/String>#set:dataStart @@ -26038,7 +26036,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array<~lib/string/String>#set:byteLength @@ -26046,7 +26044,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array<~lib/string/String>#set:length_ @@ -26079,7 +26077,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -26088,20 +26086,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array<~lib/string/String>#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array<~lib/string/String>#set:dataStart @@ -26109,7 +26107,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array<~lib/string/String>#set:byteLength @@ -26117,7 +26115,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array<~lib/string/String>#set:length_ @@ -26139,13 +26137,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $pos local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ge_u @@ -26164,15 +26162,15 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $pos i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $out local.set $3 global.get $~lib/memory/__stack_pointer @@ -26195,12 +26193,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/string/String#get:length i32.const 1 @@ -26210,7 +26208,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/string/String#get:length i32.const 1 @@ -26238,17 +26236,17 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $thisSize - memory.copy $0 $0 + memory.copy local.get $out local.get $thisSize i32.add local.get $other local.get $otherSize - memory.copy $0 $0 + memory.copy local.get $out local.set $6 global.get $~lib/memory/__stack_pointer @@ -26267,18 +26265,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $right local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String#concat local.set $2 @@ -26302,11 +26300,11 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 10544 local.tee $result - i32.store $0 + i32.store i32.const 0 local.set $i loop $for-loop|0 @@ -26319,13 +26317,13 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 global.get $std/array/charset local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 block $~lib/math/NativeMath.floor|inlined.0 (result f64) call $~lib/math/NativeMath.random @@ -26333,7 +26331,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 call $~lib/string/String#get:length f64.convert_i32_s @@ -26348,11 +26346,11 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/string/String.__concat local.tee $result - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -26378,13 +26376,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:length_ i32.ge_u @@ -26411,7 +26409,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -26422,7 +26420,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:dataStart local.get $index @@ -26430,7 +26428,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -26453,16 +26451,16 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $size call $~lib/array/Array<~lib/string/String>#constructor local.tee $arr - i32.store $0 + i32.store i32.const 0 local.set $i loop $for-loop|0 @@ -26474,7 +26472,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $i call $~lib/math/NativeMath.random @@ -26485,7 +26483,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/array/Array<~lib/string/String>#__set local.get $i @@ -26521,7 +26519,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill i32.const 0 i32.const 1 i32.ge_s @@ -26560,54 +26558,54 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $ptr local.get $i i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $b local.tee $min - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $a local.tee $max - i32.store $0 offset=12 + i32.store offset=12 local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=16 + i32.store offset=16 local.get $12 local.get $b local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if global.get $~lib/memory/__stack_pointer local.get $a local.tee $min - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $b local.tee $max - i32.store $0 offset=12 + i32.store offset=12 end local.get $i i32.const 1 @@ -26625,26 +26623,26 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=16 + i32.store offset=16 local.get $12 local.get $max local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -26654,7 +26652,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=8 + i32.store offset=8 local.get $j i32.const 1 i32.sub @@ -26672,7 +26670,7 @@ i32.shl i32.add local.get $max - i32.store $0 offset=8 + i32.store offset=8 block $while-break|2 loop $while-continue|2 local.get $j @@ -26685,26 +26683,26 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=16 + i32.store offset=16 local.get $12 local.get $min local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -26714,7 +26712,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=4 + i32.store offset=4 local.get $j i32.const 1 i32.sub @@ -26732,7 +26730,7 @@ i32.shl i32.add local.get $min - i32.store $0 offset=4 + i32.store offset=4 local.get $i i32.const 2 i32.add @@ -26757,10 +26755,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $i local.get $right i32.eq @@ -26781,11 +26779,11 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 local.get $ptr local.get $j @@ -26795,17 +26793,17 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -26819,28 +26817,28 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -26867,9 +26865,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $tmp - i32.store $0 offset=8 + i32.store offset=8 local.get $ptr local.get $i i32.const 2 @@ -26880,8 +26878,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.add @@ -26892,7 +26890,7 @@ i32.shl i32.add local.get $tmp - i32.store $0 + i32.store local.get $k i32.const 1 i32.sub @@ -26911,28 +26909,28 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -26971,10 +26969,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $m i32.const 1 i32.sub @@ -27006,8 +27004,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.sub @@ -27034,8 +27032,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 - i32.store $0 + i32.load offset=4 + i32.store local.get $j i32.const 1 i32.add @@ -27056,35 +27054,35 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $buffer local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 local.get $b local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=12 + i32.store offset=12 local.get $12 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -27094,7 +27092,7 @@ i32.shl i32.add local.get $a - i32.store $0 + i32.store local.get $j i32.const 1 i32.sub @@ -27106,7 +27104,7 @@ i32.shl i32.add local.get $b - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -27165,7 +27163,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $len i32.const 48 i32.le_s @@ -27201,31 +27199,31 @@ end global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 + i32.load local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $a local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 local.get $b local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=12 + i32.store offset=12 local.get $34 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -27234,36 +27232,36 @@ local.get $a local.get $c select - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $a local.get $b local.get $c select local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 offset=8 + i32.load offset=8 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $a local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 local.get $b local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=12 + i32.store offset=12 local.get $34 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -27272,41 +27270,41 @@ local.get $a local.get $c select - i32.store $0 offset=4 + i32.store offset=4 local.get $ptr local.get $a local.get $b local.get $c select - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 + i32.load local.tee $a|7 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.tee $b|8 - i32.store $0 offset=20 + i32.store offset=20 local.get $a|7 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 local.get $b|8 local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=12 + i32.store offset=12 local.get $34 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c|9 @@ -27315,13 +27313,13 @@ local.get $a|7 local.get $c|9 select - i32.store $0 + i32.store local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 24 i32.add @@ -27338,7 +27336,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/string/String> global.get $~lib/memory/__stack_pointer @@ -27385,7 +27383,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -27409,7 +27407,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/extendRunRight<~lib/string/String> local.set $endA @@ -27440,7 +27438,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/string/String> end @@ -27464,7 +27462,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/extendRunRight<~lib/string/String> local.set $endB @@ -27499,7 +27497,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/insertionSort<~lib/string/String> end @@ -27522,7 +27520,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -27535,7 +27533,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -27544,7 +27542,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/mergeRuns<~lib/string/String> local.get $start @@ -27555,7 +27553,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -27570,14 +27568,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -27599,7 +27597,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -27612,7 +27610,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -27621,7 +27619,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 offset=8 + i32.store offset=8 local.get $34 call $~lib/util/sort/mergeRuns<~lib/string/String> end @@ -27650,26 +27648,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array<~lib/string/String>#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/array/Array<~lib/string/String>#get:length_ local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT<~lib/string/String> local.get $this @@ -27690,12 +27688,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array<~lib/string/String>#get:length_ local.set $1 @@ -27716,13 +27714,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:length_ i32.ge_u @@ -27739,16 +27737,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 0 @@ -27784,17 +27782,17 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 local.set $i local.get $data local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/string/String>#get:length local.set $len @@ -27807,7 +27805,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $i i32.const 1 @@ -27816,26 +27814,26 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $data local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $i call $~lib/array/Array<~lib/string/String>#__get local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -27873,33 +27871,33 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $arr local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/array/Array<~lib/string/String>#sort local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $std/array/isSorted<~lib/string/String> i32.eqz @@ -27930,7 +27928,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $a local.get $b i32.eq @@ -27962,7 +27960,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/string/String#get:length local.set $alen @@ -27970,7 +27968,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/string/String#get:length local.set $blen @@ -28016,14 +28014,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 0 local.get $b local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 local.get $alen @@ -28061,10 +28059,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -28087,19 +28085,19 @@ br $~lib/util/sort/COMPARATOR<~lib/string/String>|inlined.0 end local.tee $comparator - i32.store $0 + i32.store end local.get $arr local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $std/array/assertSorted<~lib/string/String> global.get $~lib/memory/__stack_pointer @@ -28135,12 +28133,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 + i32.store local.get $22 call $~lib/string/String#get:length local.set $len @@ -28240,13 +28238,13 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $fromPos i32.add local.get $size - memory.copy $0 $0 + memory.copy local.get $out local.set $22 global.get $~lib/memory/__stack_pointer @@ -28273,7 +28271,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -28297,7 +28295,7 @@ i32.const 10768 i32.const 10800 local.get $dataStart - i32.load8_u $0 + i32.load8_u select local.set $11 global.get $~lib/memory/__stack_pointer @@ -28311,7 +28309,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length local.set $sepLen @@ -28332,7 +28330,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -28345,7 +28343,7 @@ local.get $dataStart local.get $i i32.add - i32.load8_u $0 + i32.load8_u local.set $value i32.const 4 local.get $value @@ -28364,7 +28362,7 @@ local.get $valueLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $valueLen i32.add @@ -28380,7 +28378,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -28396,7 +28394,7 @@ local.get $dataStart local.get $lastIndex i32.add - i32.load8_u $0 + i32.load8_u local.set $value i32.const 4 local.get $value @@ -28415,7 +28413,7 @@ local.get $valueLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $valueLen i32.add @@ -28428,7 +28426,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 i32.const 0 local.get $offset @@ -28461,12 +28459,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.set $ptr @@ -28474,7 +28472,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.set $len @@ -28486,7 +28484,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/util/string/joinBooleanArray local.set $4 @@ -28514,7 +28512,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -28536,7 +28534,7 @@ i32.eqz if local.get $dataStart - i32.load $0 + i32.load local.set $value i32.const 1 drop @@ -28559,7 +28557,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length local.set $sepLen @@ -28578,7 +28576,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -28593,7 +28591,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value|9 local.get $offset local.get $result @@ -28616,7 +28614,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -28634,7 +28632,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value|9 local.get $offset local.get $result @@ -28654,7 +28652,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 i32.const 0 local.get $offset @@ -28687,12 +28685,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.set $ptr @@ -28700,7 +28698,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.set $len @@ -28714,7 +28712,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/util/string/joinIntegerArray local.set $4 @@ -28742,7 +28740,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -28764,7 +28762,7 @@ i32.eqz if local.get $dataStart - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -28787,7 +28785,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length local.set $sepLen @@ -28806,7 +28804,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -28821,7 +28819,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value|9 local.get $offset local.get $result @@ -28844,7 +28842,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -28862,7 +28860,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value|9 local.get $offset local.get $result @@ -28882,7 +28880,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 i32.const 0 local.get $offset @@ -28915,12 +28913,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.set $ptr @@ -28928,7 +28926,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.set $len @@ -28942,7 +28940,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/util/string/joinIntegerArray local.set $4 @@ -28969,7 +28967,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -28991,7 +28989,7 @@ i32.eqz if local.get $dataStart - f64.load $0 + f64.load call $~lib/util/number/dtoa local.set $10 global.get $~lib/memory/__stack_pointer @@ -29005,7 +29003,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $sepLen @@ -29024,7 +29022,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -29039,7 +29037,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value local.get $offset local.get $result @@ -29062,7 +29060,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -29080,7 +29078,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value local.get $offset local.get $result @@ -29100,7 +29098,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 0 local.get $offset @@ -29133,12 +29131,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.set $ptr @@ -29146,7 +29144,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.set $len @@ -29162,7 +29160,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/util/string/joinFloatArray local.set $4 @@ -29192,10 +29190,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $length i32.const 1 i32.sub @@ -29218,9 +29216,9 @@ if global.get $~lib/memory/__stack_pointer local.get $dataStart - i32.load $0 + i32.load local.tee $4 - i32.store $0 + i32.store local.get $4 if (result i32) local.get $4 @@ -29250,9 +29248,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 local.get $value i32.const 0 i32.ne @@ -29262,7 +29260,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 offset=8 + i32.store offset=8 local.get $13 call $~lib/string/String#get:length i32.add @@ -29281,7 +29279,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 offset=8 + i32.store offset=8 local.get $13 call $~lib/string/String#get:length local.set $sepLen @@ -29296,7 +29294,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $i|11 loop $for-loop|1 @@ -29310,9 +29308,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 local.get $value i32.const 0 i32.ne @@ -29321,7 +29319,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 offset=8 + i32.store offset=8 local.get $13 call $~lib/string/String#get:length local.set $valueLen @@ -29334,7 +29332,7 @@ local.get $valueLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $valueLen i32.add @@ -29351,7 +29349,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -29370,9 +29368,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 local.get $value i32.const 0 i32.ne @@ -29387,12 +29385,12 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 offset=8 + i32.store offset=8 local.get $13 call $~lib/string/String#get:length i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy end local.get $result local.set $13 @@ -29414,12 +29412,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/string/String|null>#get:dataStart local.set $ptr @@ -29427,7 +29425,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/string/String|null>#get:length_ local.set $len @@ -29449,7 +29447,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/util/string/joinStringArray local.set $4 @@ -29475,7 +29473,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $length i32.const 1 i32.sub @@ -29498,9 +29496,9 @@ if global.get $~lib/memory/__stack_pointer local.get $dataStart - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -29509,7 +29507,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $std/array/Ref#toString else @@ -29526,12 +29524,12 @@ global.get $~lib/memory/__stack_pointer i32.const 10544 local.tee $result - i32.store $0 offset=8 + i32.store offset=8 local.get $separator local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/string/String#get:length local.set $sepLen @@ -29548,9 +29546,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -29560,23 +29558,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $value local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 call $std/array/Ref#toString local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $sepLen if @@ -29585,17 +29583,17 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $separator local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $i i32.const 1 @@ -29610,9 +29608,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -29622,23 +29620,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $value local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 call $std/array/Ref#toString local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $result local.set $8 @@ -29660,12 +29658,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.set $ptr @@ -29673,7 +29671,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.set $len @@ -29697,7 +29695,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/util/string/joinReferenceArray local.set $4 @@ -29723,7 +29721,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $length i32.const 1 i32.sub @@ -29746,9 +29744,9 @@ if global.get $~lib/memory/__stack_pointer local.get $dataStart - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -29757,7 +29755,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $std/array/Ref#toString else @@ -29774,12 +29772,12 @@ global.get $~lib/memory/__stack_pointer i32.const 10544 local.tee $result - i32.store $0 offset=8 + i32.store offset=8 local.get $separator local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/string/String#get:length local.set $sepLen @@ -29796,9 +29794,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -29808,23 +29806,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $value local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 call $std/array/Ref#toString local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $sepLen if @@ -29833,17 +29831,17 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $separator local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $i i32.const 1 @@ -29858,9 +29856,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -29870,23 +29868,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $value local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 call $std/array/Ref#toString local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $result local.set $8 @@ -29908,12 +29906,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.set $ptr @@ -29921,7 +29919,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.set $len @@ -29945,7 +29943,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/util/string/joinReferenceArray local.set $4 @@ -29965,18 +29963,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 10832 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/array/Array#join local.set $1 @@ -30004,7 +30002,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -30026,7 +30024,7 @@ i32.eqz if local.get $dataStart - i32.load8_s $0 + i32.load8_s local.set $value i32.const 1 drop @@ -30049,7 +30047,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length local.set $sepLen @@ -30068,7 +30066,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -30083,7 +30081,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value|9 local.get $offset local.get $result @@ -30106,7 +30104,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -30124,7 +30122,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value|9 local.get $offset local.get $result @@ -30144,7 +30142,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 i32.const 0 local.get $offset @@ -30177,12 +30175,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.set $ptr @@ -30190,7 +30188,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.set $len @@ -30204,7 +30202,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/util/string/joinIntegerArray local.set $4 @@ -30224,18 +30222,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 10832 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/array/Array#join local.set $1 @@ -30263,7 +30261,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -30285,7 +30283,7 @@ i32.eqz if local.get $dataStart - i32.load16_u $0 + i32.load16_u local.set $value i32.const 0 drop @@ -30308,7 +30306,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length local.set $sepLen @@ -30327,7 +30325,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -30342,7 +30340,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $value|9 local.get $offset local.get $result @@ -30365,7 +30363,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -30383,7 +30381,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $value|9 local.get $offset local.get $result @@ -30403,7 +30401,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 i32.const 0 local.get $offset @@ -30436,12 +30434,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.set $ptr @@ -30449,7 +30447,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.set $len @@ -30463,7 +30461,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/util/string/joinIntegerArray local.set $4 @@ -30483,18 +30481,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 10832 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/array/Array#join local.set $1 @@ -30522,7 +30520,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -30544,7 +30542,7 @@ i32.eqz if local.get $dataStart - i32.load16_s $0 + i32.load16_s local.set $value i32.const 1 drop @@ -30567,7 +30565,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length local.set $sepLen @@ -30586,7 +30584,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -30601,7 +30599,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $value|9 local.get $offset local.get $result @@ -30624,7 +30622,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -30642,7 +30640,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $value|9 local.get $offset local.get $result @@ -30662,7 +30660,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 i32.const 0 local.get $offset @@ -30695,12 +30693,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.set $ptr @@ -30708,7 +30706,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.set $len @@ -30722,7 +30720,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/util/string/joinIntegerArray local.set $4 @@ -30742,18 +30740,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 10832 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/array/Array#join local.set $1 @@ -30781,7 +30779,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -30803,7 +30801,7 @@ i32.eqz if local.get $dataStart - i64.load $0 + i64.load local.set $value i32.const 0 drop @@ -30826,7 +30824,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length local.set $sepLen @@ -30845,7 +30843,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -30860,7 +30858,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value|9 local.get $offset local.get $result @@ -30883,7 +30881,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -30901,7 +30899,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value|9 local.get $offset local.get $result @@ -30921,7 +30919,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 i32.const 0 local.get $offset @@ -30954,12 +30952,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.set $ptr @@ -30967,7 +30965,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.set $len @@ -30981,7 +30979,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/util/string/joinIntegerArray local.set $4 @@ -31001,18 +30999,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 10832 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/array/Array#join local.set $1 @@ -31040,7 +31038,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -31062,7 +31060,7 @@ i32.eqz if local.get $dataStart - i64.load $0 + i64.load local.set $value i32.const 1 drop @@ -31087,7 +31085,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length local.set $sepLen @@ -31106,7 +31104,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -31121,7 +31119,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value|9 local.get $offset local.get $result @@ -31144,7 +31142,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -31162,7 +31160,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value|9 local.get $offset local.get $result @@ -31182,7 +31180,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 i32.const 0 local.get $offset @@ -31215,12 +31213,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.set $ptr @@ -31228,7 +31226,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.set $len @@ -31242,7 +31240,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/util/string/joinIntegerArray local.set $4 @@ -31262,18 +31260,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 10832 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/array/Array#join local.set $1 @@ -31293,18 +31291,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 10832 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/array/Array<~lib/string/String|null>#join local.set $1 @@ -31330,7 +31328,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $length i32.const 1 i32.sub @@ -31353,9 +31351,9 @@ if global.get $~lib/memory/__stack_pointer local.get $dataStart - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -31364,7 +31362,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#toString else @@ -31381,12 +31379,12 @@ global.get $~lib/memory/__stack_pointer i32.const 10544 local.tee $result - i32.store $0 offset=8 + i32.store offset=8 local.get $separator local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/string/String#get:length local.set $sepLen @@ -31403,9 +31401,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -31415,23 +31413,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $value local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 call $~lib/array/Array#toString local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $sepLen if @@ -31440,17 +31438,17 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $separator local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $i i32.const 1 @@ -31465,9 +31463,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -31477,23 +31475,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $value local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 call $~lib/array/Array#toString local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $result local.set $8 @@ -31515,12 +31513,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.set $ptr @@ -31528,7 +31526,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/array/Array>#get:length_ local.set $len @@ -31552,7 +31550,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/util/string/joinReferenceArray<~lib/array/Array> local.set $4 @@ -31572,18 +31570,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 10832 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/array/Array<~lib/array/Array>#join local.set $1 @@ -31603,13 +31601,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array>#get:length_ i32.ge_u @@ -31636,7 +31634,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -31647,7 +31645,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.get $index @@ -31655,7 +31653,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -31684,7 +31682,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -31706,7 +31704,7 @@ i32.eqz if local.get $dataStart - i32.load8_u $0 + i32.load8_u local.set $value i32.const 0 drop @@ -31729,7 +31727,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length local.set $sepLen @@ -31748,7 +31746,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -31763,7 +31761,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $value|9 local.get $offset local.get $result @@ -31786,7 +31784,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -31804,7 +31802,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $value|9 local.get $offset local.get $result @@ -31824,7 +31822,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 i32.const 0 local.get $offset @@ -31857,12 +31855,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.set $ptr @@ -31870,7 +31868,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.set $len @@ -31884,7 +31882,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/util/string/joinIntegerArray local.set $4 @@ -31904,18 +31902,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 10832 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/array/Array#join local.set $1 @@ -31941,7 +31939,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $length i32.const 1 i32.sub @@ -31964,9 +31962,9 @@ if global.get $~lib/memory/__stack_pointer local.get $dataStart - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -31975,7 +31973,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#toString else @@ -31992,12 +31990,12 @@ global.get $~lib/memory/__stack_pointer i32.const 10544 local.tee $result - i32.store $0 offset=8 + i32.store offset=8 local.get $separator local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/string/String#get:length local.set $sepLen @@ -32014,9 +32012,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -32026,23 +32024,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $value local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 call $~lib/array/Array#toString local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $sepLen if @@ -32051,17 +32049,17 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $separator local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $i i32.const 1 @@ -32076,9 +32074,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -32088,23 +32086,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $value local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 call $~lib/array/Array#toString local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $result local.set $8 @@ -32126,12 +32124,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.set $ptr @@ -32139,7 +32137,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/array/Array>#get:length_ local.set $len @@ -32163,7 +32161,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/util/string/joinReferenceArray<~lib/array/Array> local.set $4 @@ -32183,18 +32181,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 10832 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/array/Array<~lib/array/Array>#join local.set $1 @@ -32214,13 +32212,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array>#get:length_ i32.ge_u @@ -32247,7 +32245,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -32258,7 +32256,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.get $index @@ -32266,7 +32264,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -32287,13 +32285,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#get:length_ i32.ge_u @@ -32320,7 +32318,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -32331,7 +32329,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#get:dataStart local.get $index @@ -32339,7 +32337,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -32360,18 +32358,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 10832 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/array/Array#join local.set $1 @@ -32397,7 +32395,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $length i32.const 1 i32.sub @@ -32420,9 +32418,9 @@ if global.get $~lib/memory/__stack_pointer local.get $dataStart - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -32431,7 +32429,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#toString else @@ -32448,12 +32446,12 @@ global.get $~lib/memory/__stack_pointer i32.const 10544 local.tee $result - i32.store $0 offset=8 + i32.store offset=8 local.get $separator local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/string/String#get:length local.set $sepLen @@ -32470,9 +32468,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -32482,23 +32480,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $value local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 call $~lib/array/Array#toString local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $sepLen if @@ -32507,17 +32505,17 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $separator local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $i i32.const 1 @@ -32532,9 +32530,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -32544,23 +32542,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $value local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 call $~lib/array/Array#toString local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $result local.set $8 @@ -32582,12 +32580,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.set $ptr @@ -32595,7 +32593,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/array/Array>#get:length_ local.set $len @@ -32619,7 +32617,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/util/string/joinReferenceArray<~lib/array/Array> local.set $4 @@ -32639,18 +32637,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 10832 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/array/Array<~lib/array/Array>#join local.set $1 @@ -32676,7 +32674,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $length i32.const 1 i32.sub @@ -32699,9 +32697,9 @@ if global.get $~lib/memory/__stack_pointer local.get $dataStart - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -32710,7 +32708,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array<~lib/array/Array>#toString else @@ -32727,12 +32725,12 @@ global.get $~lib/memory/__stack_pointer i32.const 10544 local.tee $result - i32.store $0 offset=8 + i32.store offset=8 local.get $separator local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/string/String#get:length local.set $sepLen @@ -32749,9 +32747,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -32761,23 +32759,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $value local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 call $~lib/array/Array<~lib/array/Array>#toString local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $sepLen if @@ -32786,17 +32784,17 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $separator local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $i i32.const 1 @@ -32811,9 +32809,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 + i32.store local.get $value i32.const 0 i32.ne @@ -32823,23 +32821,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $value local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 call $~lib/array/Array<~lib/array/Array>#toString local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 call $~lib/string/String.__concat local.tee $result - i32.store $0 offset=8 + i32.store offset=8 end local.get $result local.set $8 @@ -32861,12 +32859,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#get:dataStart local.set $ptr @@ -32874,7 +32872,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#get:length_ local.set $len @@ -32898,7 +32896,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>> local.set $4 @@ -32918,18 +32916,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 10832 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#join local.set $1 @@ -32961,10 +32959,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 i32.eqz drop @@ -32972,7 +32970,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 + i32.store local.get $13 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.set $ptr @@ -32980,7 +32978,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 + i32.store local.get $13 call $~lib/array/Array<~lib/array/Array>#get:length_ local.set $len @@ -32998,7 +32996,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $child local.get $size local.get $child @@ -33008,7 +33006,7 @@ i32.const 0 else local.get $child - i32.load $0 offset=12 + i32.load offset=12 end i32.add local.set $size @@ -33028,25 +33026,25 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $outBuffer - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 4 call $~lib/rt/itcms/__new local.tee $outArray - i32.store $0 offset=8 + i32.store offset=8 local.get $outArray local.get $size - i32.store $0 offset=12 + i32.store offset=12 local.get $outArray local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $outArray local.get $outBuffer - i32.store $0 offset=4 + i32.store offset=4 local.get $outArray local.get $outBuffer - i32.store $0 + i32.store local.get $outArray local.get $outBuffer i32.const 0 @@ -33066,7 +33064,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $child|11 local.get $child|11 i32.eqz @@ -33074,7 +33072,7 @@ br $for-continue|1 end local.get $child|11 - i32.load $0 offset=12 + i32.load offset=12 i32.const 2 i32.shl local.set $childDataLength @@ -33082,9 +33080,9 @@ local.get $resultOffset i32.add local.get $child|11 - i32.load $0 offset=4 + i32.load offset=4 local.get $childDataLength - memory.copy $0 $0 + memory.copy local.get $resultOffset local.get $childDataLength i32.add @@ -33117,13 +33115,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#get:length_ i32.ge_u @@ -33150,7 +33148,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -33161,7 +33159,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#get:dataStart local.get $index @@ -33169,7 +33167,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -33204,10 +33202,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 i32.eqz drop @@ -33215,7 +33213,7 @@ local.set $15 global.get $~lib/memory/__stack_pointer local.get $15 - i32.store $0 + i32.store local.get $15 call $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#get:dataStart local.set $ptr @@ -33223,7 +33221,7 @@ local.set $15 global.get $~lib/memory/__stack_pointer local.get $15 - i32.store $0 + i32.store local.get $15 call $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#get:length_ local.set $len @@ -33241,7 +33239,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $child local.get $size local.get $child @@ -33251,7 +33249,7 @@ i32.const 0 else local.get $child - i32.load $0 offset=12 + i32.load offset=12 end i32.add local.set $size @@ -33271,25 +33269,25 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $outBuffer - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 34 call $~lib/rt/itcms/__new local.tee $outArray - i32.store $0 offset=8 + i32.store offset=8 local.get $outArray local.get $size - i32.store $0 offset=12 + i32.store offset=12 local.get $outArray local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $outArray local.get $outBuffer - i32.store $0 offset=4 + i32.store offset=4 local.get $outArray local.get $outBuffer - i32.store $0 + i32.store local.get $outArray local.get $outBuffer i32.const 0 @@ -33309,7 +33307,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $child|11 local.get $child|11 i32.eqz @@ -33317,7 +33315,7 @@ br $for-continue|1 end local.get $child|11 - i32.load $0 offset=12 + i32.load offset=12 i32.const 2 i32.shl local.set $childDataLength @@ -33325,9 +33323,9 @@ local.get $resultOffset i32.add local.get $child|11 - i32.load $0 offset=4 + i32.load offset=4 local.get $childDataLength - memory.copy $0 $0 + memory.copy local.get $resultOffset local.get $childDataLength i32.add @@ -33354,7 +33352,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $ref local.get $outBuffer local.get $ref @@ -33385,12 +33383,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $nestedArray local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length i32.const 1 @@ -33408,7 +33406,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 3 call $~lib/array/Array#push @@ -33417,7 +33415,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length i32.const 2 @@ -33457,12 +33455,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $this local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/array/Array<~lib/array/Array>#get:length_ local.set $len @@ -33473,12 +33471,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.set $outStart @@ -33492,7 +33490,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/array/Array<~lib/array/Array>#get:length_ local.tee $7 @@ -33507,40 +33505,40 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=12 + i32.store offset=12 local.get $9 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 local.get $i local.get $this local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 i32.const 3 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $3) local.tee $result - i32.store $0 offset=16 + i32.store offset=16 local.get $outStart local.get $i i32.const 2 i32.shl i32.add local.get $result - i32.store $0 + i32.store i32.const 1 drop local.get $out @@ -34051,7 +34049,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 508 - memory.fill $0 + memory.fill i32.const 0 i32.const 0 i32.eq @@ -34064,7 +34062,7 @@ i32.const 8 i32.eq drop - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -34103,7 +34101,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array.isArray i32.eqz @@ -34122,7 +34120,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array.isArray<~lib/typedarray/Uint8Array> i32.eqz @@ -34151,7 +34149,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array.isArray<~lib/string/String> i32.eqz @@ -34168,7 +34166,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array.isArray<~lib/array/Array> i32.eqz @@ -34187,12 +34185,12 @@ i32.const 672 call $~lib/rt/__newArray local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 i32.const 1 @@ -34203,7 +34201,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 0 @@ -34213,7 +34211,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34230,7 +34228,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 i32.const 0 @@ -34243,7 +34241,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 0 @@ -34253,7 +34251,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34270,7 +34268,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 i32.const 0 @@ -34281,7 +34279,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 0 @@ -34291,7 +34289,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34308,7 +34306,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const -2 @@ -34321,7 +34319,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 0 @@ -34331,7 +34329,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34348,7 +34346,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 i32.const 1 @@ -34359,7 +34357,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 0 @@ -34369,7 +34367,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34386,7 +34384,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const -1 i32.const 0 @@ -34399,7 +34397,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 0 @@ -34409,7 +34407,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34429,12 +34427,12 @@ i32.const 896 call $~lib/rt/__newArray local.tee $17 - i32.store $0 offset=12 + i32.store offset=12 local.get $17 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 i32.const 1 @@ -34445,7 +34443,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -34455,7 +34453,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34472,7 +34470,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 i32.const 0 @@ -34485,7 +34483,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -34495,7 +34493,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34512,7 +34510,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 i32.const 0 @@ -34523,7 +34521,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -34533,7 +34531,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34550,7 +34548,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const -2 @@ -34563,7 +34561,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -34573,7 +34571,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34590,7 +34588,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 i32.const 1 @@ -34601,7 +34599,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -34611,7 +34609,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34628,7 +34626,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const -1 i32.const 0 @@ -34641,7 +34639,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -34651,7 +34649,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34671,12 +34669,12 @@ i32.const 1232 call $~lib/rt/__newArray local.tee $32 - i32.store $0 offset=16 + i32.store offset=16 local.get $32 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 f32.const 1 i32.const 1 @@ -34687,7 +34685,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -34697,7 +34695,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34714,7 +34712,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 f32.const 0 i32.const 0 @@ -34727,7 +34725,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -34737,7 +34735,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34754,7 +34752,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 f32.const 1 i32.const 0 @@ -34765,7 +34763,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -34775,7 +34773,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34792,7 +34790,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 f32.const 2 i32.const -2 @@ -34805,7 +34803,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -34815,7 +34813,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34832,7 +34830,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 f32.const 0 i32.const 1 @@ -34843,7 +34841,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -34853,7 +34851,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34870,7 +34868,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 f32.const -1 i32.const 0 @@ -34883,7 +34881,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -34893,7 +34891,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34910,7 +34908,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 f32.const -0 i32.const 0 @@ -34923,7 +34921,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -34933,7 +34931,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -34950,7 +34948,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 0 @@ -34968,7 +34966,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/internalCapacity i32.const 8 @@ -34986,7 +34984,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 42 call $~lib/array/Array#push @@ -34995,7 +34993,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#__get @@ -35014,7 +35012,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 1 @@ -35032,7 +35030,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/internalCapacity i32.const 8 @@ -35050,7 +35048,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop local.set $47 @@ -35070,7 +35068,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 0 @@ -35088,7 +35086,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/internalCapacity i32.const 8 @@ -35106,7 +35104,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 43 call $~lib/array/Array#push @@ -35115,7 +35113,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 1 @@ -35133,7 +35131,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/internalCapacity i32.const 8 @@ -35151,7 +35149,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#__get @@ -35170,7 +35168,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 44 call $~lib/array/Array#push @@ -35179,7 +35177,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 2 @@ -35197,7 +35195,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/internalCapacity i32.const 8 @@ -35215,7 +35213,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#__get @@ -35234,7 +35232,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 call $~lib/array/Array#__get @@ -35253,7 +35251,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 45 call $~lib/array/Array#push @@ -35262,7 +35260,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 3 @@ -35280,7 +35278,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/internalCapacity i32.const 8 @@ -35298,7 +35296,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#__get @@ -35317,7 +35315,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 call $~lib/array/Array#__get @@ -35336,7 +35334,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#__get @@ -35359,12 +35357,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $48 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $48 - i32.load $0 offset=4 + i32.load offset=4 local.tee $49 - i32.store $0 offset=24 + i32.store offset=24 local.get $48 i32.const 0 i32.const 0 @@ -35379,12 +35377,12 @@ call $~lib/array/Array#__set local.get $48 local.tee $50 - i32.store $0 offset=28 + i32.store offset=28 local.get $50 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#set:length @@ -35392,7 +35390,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 0 @@ -35413,12 +35411,12 @@ i32.const 1664 call $~lib/rt/__newArray local.tee $53 - i32.store $0 offset=32 + i32.store offset=32 local.get $53 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#at @@ -35437,7 +35435,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 call $~lib/array/Array#at @@ -35456,7 +35454,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const -1 call $~lib/array/Array#at @@ -35475,7 +35473,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const -4 call $~lib/array/Array#at @@ -35495,28 +35493,28 @@ i32.const 0 call $~lib/array/Array#constructor local.tee $54 - i32.store $0 offset=36 + i32.store offset=36 global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 local.get $54 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#concat local.tee $55 - i32.store $0 offset=40 + i32.store offset=40 global.get $std/array/arr local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/internalCapacity i32.const 8 @@ -35534,7 +35532,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 3 @@ -35552,7 +35550,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 3 @@ -35570,7 +35568,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 i32.const 2 @@ -35580,7 +35578,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#concat drop @@ -35588,7 +35586,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/internalCapacity i32.const 8 @@ -35606,7 +35604,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#__get @@ -35625,7 +35623,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 call $~lib/array/Array#__get @@ -35644,7 +35642,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#__get @@ -35663,7 +35661,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 46 call $~lib/array/Array#push @@ -35672,7 +35670,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 47 call $~lib/array/Array#push @@ -35682,22 +35680,22 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 local.get $54 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#concat local.tee $55 - i32.store $0 offset=40 + i32.store offset=40 global.get $std/array/arr local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/internalCapacity i32.const 8 @@ -35715,7 +35713,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 2 @@ -35733,7 +35731,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 5 @@ -35751,7 +35749,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#__get @@ -35770,7 +35768,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 call $~lib/array/Array#__get @@ -35789,7 +35787,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#__get @@ -35808,7 +35806,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 call $~lib/array/Array#__get @@ -35827,7 +35825,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 4 call $~lib/array/Array#__get @@ -35846,7 +35844,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -35854,7 +35852,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 4 @@ -35875,12 +35873,12 @@ i32.const 1744 call $~lib/rt/__newArray local.tee $60 - i32.store $0 offset=44 + i32.store offset=44 local.get $60 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 0 @@ -35899,22 +35897,22 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 global.get $std/array/arr local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#concat local.tee $55 - i32.store $0 offset=40 + i32.store offset=40 local.get $55 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 3 @@ -35932,7 +35930,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 0 @@ -35953,12 +35951,12 @@ i32.const 1776 call $~lib/rt/__newArray local.tee $63 - i32.store $0 offset=48 + i32.store offset=48 local.get $63 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 0 i32.const 3 @@ -35969,7 +35967,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -35979,7 +35977,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -35999,12 +35997,12 @@ i32.const 1872 call $~lib/rt/__newArray local.tee $63 - i32.store $0 offset=48 + i32.store offset=48 local.get $63 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 1 i32.const 3 @@ -36015,7 +36013,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -36025,7 +36023,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -36045,12 +36043,12 @@ i32.const 1968 call $~lib/rt/__newArray local.tee $63 - i32.store $0 offset=48 + i32.store offset=48 local.get $63 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 1 i32.const 2 @@ -36061,7 +36059,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -36071,7 +36069,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -36091,12 +36089,12 @@ i32.const 2064 call $~lib/rt/__newArray local.tee $63 - i32.store $0 offset=48 + i32.store offset=48 local.get $63 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 2 i32.const 2 @@ -36107,7 +36105,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -36117,7 +36115,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -36137,12 +36135,12 @@ i32.const 2160 call $~lib/rt/__newArray local.tee $63 - i32.store $0 offset=48 + i32.store offset=48 local.get $63 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 0 i32.const 3 @@ -36151,7 +36149,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -36161,7 +36159,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -36181,12 +36179,12 @@ i32.const 2256 call $~lib/rt/__newArray local.tee $63 - i32.store $0 offset=48 + i32.store offset=48 local.get $63 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 1 i32.const 3 @@ -36195,7 +36193,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -36205,7 +36203,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -36225,12 +36223,12 @@ i32.const 2352 call $~lib/rt/__newArray local.tee $63 - i32.store $0 offset=48 + i32.store offset=48 local.get $63 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 1 i32.const 2 @@ -36239,7 +36237,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -36249,7 +36247,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -36269,12 +36267,12 @@ i32.const 2448 call $~lib/rt/__newArray local.tee $63 - i32.store $0 offset=48 + i32.store offset=48 local.get $63 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 0 i32.const -2 @@ -36285,7 +36283,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -36295,7 +36293,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -36315,12 +36313,12 @@ i32.const 2544 call $~lib/rt/__newArray local.tee $63 - i32.store $0 offset=48 + i32.store offset=48 local.get $63 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 0 i32.const -2 @@ -36329,7 +36327,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -36339,7 +36337,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -36359,12 +36357,12 @@ i32.const 2640 call $~lib/rt/__newArray local.tee $63 - i32.store $0 offset=48 + i32.store offset=48 local.get $63 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const -4 i32.const -3 @@ -36373,7 +36371,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -36383,7 +36381,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -36403,12 +36401,12 @@ i32.const 2736 call $~lib/rt/__newArray local.tee $63 - i32.store $0 offset=48 + i32.store offset=48 local.get $63 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const -4 i32.const -3 @@ -36417,7 +36415,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -36427,7 +36425,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -36447,12 +36445,12 @@ i32.const 2832 call $~lib/rt/__newArray local.tee $63 - i32.store $0 offset=48 + i32.store offset=48 local.get $63 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const -4 i32.const -3 @@ -36463,7 +36461,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -36473,7 +36471,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -36490,7 +36488,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 42 call $~lib/array/Array#unshift @@ -36499,7 +36497,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 4 @@ -36517,7 +36515,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/internalCapacity i32.const 8 @@ -36535,7 +36533,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#__get @@ -36554,7 +36552,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 call $~lib/array/Array#__get @@ -36573,7 +36571,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#__get @@ -36592,7 +36590,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 call $~lib/array/Array#__get @@ -36611,7 +36609,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 41 call $~lib/array/Array#unshift @@ -36620,7 +36618,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 5 @@ -36638,7 +36636,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/internalCapacity i32.const 8 @@ -36656,7 +36654,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#__get @@ -36675,7 +36673,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 call $~lib/array/Array#__get @@ -36694,7 +36692,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#__get @@ -36713,7 +36711,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 call $~lib/array/Array#__get @@ -36732,7 +36730,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 4 call $~lib/array/Array#__get @@ -36751,7 +36749,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#shift global.set $std/array/i @@ -36771,7 +36769,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 4 @@ -36789,7 +36787,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/internalCapacity i32.const 8 @@ -36807,7 +36805,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#__get @@ -36826,7 +36824,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 call $~lib/array/Array#__get @@ -36845,7 +36843,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#__get @@ -36864,7 +36862,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 call $~lib/array/Array#__get @@ -36883,7 +36881,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop global.set $std/array/i @@ -36903,7 +36901,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 3 @@ -36921,7 +36919,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/internalCapacity i32.const 8 @@ -36939,7 +36937,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#__get @@ -36958,7 +36956,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 call $~lib/array/Array#__get @@ -36977,7 +36975,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#__get @@ -36999,13 +36997,13 @@ i32.const 2928 call $~lib/rt/__newArray local.tee $113 - i32.store $0 offset=56 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $113 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const 1 @@ -37013,12 +37011,12 @@ i32.const 0 call $~lib/array/Array#slice@varargs local.tee $110 - i32.store $0 offset=60 + i32.store offset=60 local.get $110 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 i32.const 2 @@ -37028,7 +37026,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -37046,18 +37044,18 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const 4 call $~lib/array/Array#slice local.tee $110 - i32.store $0 offset=60 + i32.store offset=60 local.get $110 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const 2 @@ -37067,7 +37065,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -37085,18 +37083,18 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 i32.const 5 call $~lib/array/Array#slice local.tee $110 - i32.store $0 offset=60 + i32.store offset=60 local.get $110 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 4 i32.const 2 @@ -37106,7 +37104,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -37124,7 +37122,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 i32.const 0 @@ -37132,18 +37130,18 @@ i32.const 0 call $~lib/array/Array#slice@varargs local.tee $110 - i32.store $0 offset=60 + i32.store offset=60 local.get $110 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 local.get $113 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -37161,7 +37159,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const -2 i32.const 1 @@ -37169,12 +37167,12 @@ i32.const 0 call $~lib/array/Array#slice@varargs local.tee $110 - i32.store $0 offset=60 + i32.store offset=60 local.get $110 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const 2 @@ -37184,7 +37182,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -37202,18 +37200,18 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const -1 call $~lib/array/Array#slice local.tee $110 - i32.store $0 offset=60 + i32.store offset=60 local.get $110 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const 2 @@ -37223,7 +37221,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -37241,18 +37239,18 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const -3 i32.const -1 call $~lib/array/Array#slice local.tee $110 - i32.store $0 offset=60 + i32.store offset=60 local.get $110 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const 2 @@ -37262,7 +37260,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -37279,7 +37277,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const -1 i32.const -3 @@ -37287,7 +37285,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 0 @@ -37305,7 +37303,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 10 i32.const 1 @@ -37315,7 +37313,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 0 @@ -37333,7 +37331,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#reverse drop @@ -37341,7 +37339,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 3 @@ -37359,7 +37357,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/internalCapacity i32.const 8 @@ -37377,7 +37375,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#__get @@ -37396,7 +37394,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 call $~lib/array/Array#__get @@ -37415,7 +37413,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#__get @@ -37434,7 +37432,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 43 call $~lib/array/Array#push @@ -37443,7 +37441,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 44 call $~lib/array/Array#push @@ -37457,18 +37455,18 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#reverse local.tee $128 - i32.store $0 offset=64 + i32.store offset=64 i32.const 0 local.set $129 local.get $128 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length local.set $130 @@ -37481,7 +37479,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 local.get $129 call $~lib/array/Array#__get @@ -37489,7 +37487,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length local.get $129 @@ -37522,18 +37520,18 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#reverse local.tee $133 - i32.store $0 offset=68 + i32.store offset=68 i32.const 0 local.set $134 local.get $133 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length local.set $135 @@ -37546,7 +37544,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 local.get $134 call $~lib/array/Array#__get @@ -37554,7 +37552,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length local.get $134 @@ -37587,18 +37585,18 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#reverse local.tee $138 - i32.store $0 offset=72 + i32.store offset=72 i32.const 0 local.set $139 local.get $138 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length local.set $140 @@ -37611,7 +37609,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 local.get $139 call $~lib/array/Array#__get @@ -37619,7 +37617,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length local.get $139 @@ -37652,18 +37650,18 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#reverse local.tee $143 - i32.store $0 offset=76 + i32.store offset=76 i32.const 0 local.set $144 local.get $143 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length local.set $145 @@ -37676,7 +37674,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 local.get $144 call $~lib/array/Array#__get @@ -37684,7 +37682,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length local.get $144 @@ -37717,18 +37715,18 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#reverse local.tee $148 - i32.store $0 offset=80 + i32.store offset=80 i32.const 0 local.set $149 local.get $148 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length local.set $150 @@ -37741,7 +37739,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 local.get $149 call $~lib/array/Array#__get @@ -37749,7 +37747,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length local.get $149 @@ -37782,18 +37780,18 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#reverse local.tee $153 - i32.store $0 offset=84 + i32.store offset=84 i32.const 0 local.set $154 local.get $153 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length local.set $155 @@ -37806,7 +37804,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 local.get $154 call $~lib/array/Array#__get @@ -37814,7 +37812,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length local.get $154 @@ -37842,7 +37840,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 44 i32.const 0 @@ -37864,7 +37862,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 42 i32.const 0 @@ -37886,7 +37884,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 45 i32.const 0 @@ -37908,7 +37906,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 43 i32.const 100 @@ -37930,7 +37928,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 43 i32.const -100 @@ -37952,7 +37950,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 43 i32.const -2 @@ -37974,7 +37972,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 43 i32.const -4 @@ -37996,7 +37994,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 43 i32.const 0 @@ -38018,7 +38016,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 43 i32.const 1 @@ -38040,7 +38038,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 43 i32.const 2 @@ -38066,7 +38064,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 f32.const nan:0x400000 i32.const 0 @@ -38090,7 +38088,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 f64.const nan:0x8000000000000 i32.const 0 @@ -38113,12 +38111,12 @@ i32.const 3504 call $~lib/rt/__newArray local.tee $162 - i32.store $0 offset=88 + i32.store offset=88 local.get $162 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const 1 @@ -38140,7 +38138,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 7 i32.const 1 @@ -38162,7 +38160,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const 3 @@ -38182,7 +38180,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const 2 @@ -38202,7 +38200,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const -2 @@ -38222,7 +38220,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const -1 @@ -38242,7 +38240,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 44 i32.const 0 @@ -38264,7 +38262,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 42 i32.const 0 @@ -38286,7 +38284,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 45 i32.const 0 @@ -38308,7 +38306,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 43 i32.const 100 @@ -38330,7 +38328,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 43 i32.const -100 @@ -38352,7 +38350,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 43 i32.const -2 @@ -38374,7 +38372,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 43 i32.const -4 @@ -38396,7 +38394,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 43 i32.const 0 @@ -38418,7 +38416,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 43 i32.const 1 @@ -38440,7 +38438,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 43 i32.const 2 @@ -38466,7 +38464,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 f32.const nan:0x400000 i32.const 0 @@ -38488,7 +38486,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 f64.const nan:0x8000000000000 i32.const 0 @@ -38506,7 +38504,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 i32.const 1 @@ -38516,7 +38514,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 4 @@ -38534,7 +38532,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/internalCapacity i32.const 8 @@ -38552,7 +38550,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#__get @@ -38571,7 +38569,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 call $~lib/array/Array#__get @@ -38593,12 +38591,12 @@ i32.const 3616 call $~lib/rt/__newArray local.tee $170 - i32.store $0 offset=92 + i32.store offset=92 local.get $170 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 0 i32.const 1 @@ -38608,7 +38606,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -38618,7 +38616,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -38635,7 +38633,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 i32.const 2 @@ -38645,7 +38643,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -38665,12 +38663,12 @@ i32.const 3744 call $~lib/rt/__newArray local.tee $170 - i32.store $0 offset=92 + i32.store offset=92 local.get $170 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 0 i32.const 0 @@ -38678,7 +38676,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 i32.const 2 @@ -38688,7 +38686,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -38705,7 +38703,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -38715,7 +38713,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -38735,12 +38733,12 @@ i32.const 3872 call $~lib/rt/__newArray local.tee $170 - i32.store $0 offset=92 + i32.store offset=92 local.get $170 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 2 i32.const 1 @@ -38750,7 +38748,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 i32.const 2 @@ -38760,7 +38758,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -38777,7 +38775,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const 2 @@ -38787,7 +38785,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -38807,12 +38805,12 @@ i32.const 3984 call $~lib/rt/__newArray local.tee $170 - i32.store $0 offset=92 + i32.store offset=92 local.get $170 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 2 i32.const 2 @@ -38820,7 +38818,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const 2 @@ -38830,7 +38828,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -38847,7 +38845,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 i32.const 2 @@ -38857,7 +38855,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -38877,12 +38875,12 @@ i32.const 4096 call $~lib/rt/__newArray local.tee $170 - i32.store $0 offset=92 + i32.store offset=92 local.get $170 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 0 i32.const 1 @@ -38890,7 +38888,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 i32.const 2 @@ -38900,7 +38898,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -38917,7 +38915,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 4 i32.const 2 @@ -38927,7 +38925,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -38947,12 +38945,12 @@ i32.const 4224 call $~lib/rt/__newArray local.tee $170 - i32.store $0 offset=92 + i32.store offset=92 local.get $170 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const -1 i32.const 1 @@ -38962,7 +38960,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 i32.const 2 @@ -38972,7 +38970,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -38989,7 +38987,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 4 i32.const 2 @@ -38999,7 +38997,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -39019,12 +39017,12 @@ i32.const 4352 call $~lib/rt/__newArray local.tee $170 - i32.store $0 offset=92 + i32.store offset=92 local.get $170 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const -2 i32.const 1 @@ -39034,7 +39032,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const 2 @@ -39044,7 +39042,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -39061,7 +39059,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 i32.const 2 @@ -39071,7 +39069,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -39091,12 +39089,12 @@ i32.const 4464 call $~lib/rt/__newArray local.tee $170 - i32.store $0 offset=92 + i32.store offset=92 local.get $170 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const -2 i32.const 1 @@ -39104,7 +39102,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 i32.const 2 @@ -39114,7 +39112,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -39131,7 +39129,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 4 i32.const 2 @@ -39141,7 +39139,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -39161,12 +39159,12 @@ i32.const 4592 call $~lib/rt/__newArray local.tee $170 - i32.store $0 offset=92 + i32.store offset=92 local.get $170 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const -7 i32.const 1 @@ -39174,7 +39172,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 i32.const 2 @@ -39184,7 +39182,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -39201,7 +39199,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 4 i32.const 2 @@ -39211,7 +39209,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -39231,12 +39229,12 @@ i32.const 4720 call $~lib/rt/__newArray local.tee $170 - i32.store $0 offset=92 + i32.store offset=92 local.get $170 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const -2 i32.const -1 @@ -39244,7 +39242,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 i32.const 2 @@ -39254,7 +39252,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -39271,7 +39269,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -39281,7 +39279,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -39301,12 +39299,12 @@ i32.const 4848 call $~lib/rt/__newArray local.tee $170 - i32.store $0 offset=92 + i32.store offset=92 local.get $170 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 1 i32.const -2 @@ -39314,7 +39312,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 i32.const 2 @@ -39324,7 +39322,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -39341,7 +39339,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -39351,7 +39349,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -39371,12 +39369,12 @@ i32.const 4976 call $~lib/rt/__newArray local.tee $170 - i32.store $0 offset=92 + i32.store offset=92 local.get $170 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 4 i32.const 0 @@ -39384,7 +39382,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 i32.const 2 @@ -39394,7 +39392,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -39411,7 +39409,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -39421,7 +39419,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -39441,12 +39439,12 @@ i32.const 5104 call $~lib/rt/__newArray local.tee $170 - i32.store $0 offset=92 + i32.store offset=92 local.get $170 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 7 i32.const 0 @@ -39454,7 +39452,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 i32.const 2 @@ -39464,7 +39462,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -39481,7 +39479,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -39491,7 +39489,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -39511,12 +39509,12 @@ i32.const 5232 call $~lib/rt/__newArray local.tee $170 - i32.store $0 offset=92 + i32.store offset=92 local.get $170 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 7 i32.const 5 @@ -39524,7 +39522,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 i32.const 2 @@ -39534,7 +39532,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -39551,7 +39549,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -39561,7 +39559,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -39581,24 +39579,24 @@ i32.const 5360 call $~lib/rt/__newArray local.tee $255 - i32.store $0 offset=96 + i32.store offset=96 global.get $~lib/memory/__stack_pointer local.get $255 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 i32.const 2 call $~lib/array/Array#splice local.tee $256 - i32.store $0 offset=100 + i32.store offset=100 local.get $256 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 0 @@ -39616,7 +39614,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 0 @@ -39638,12 +39636,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $257 - i32.store $0 offset=104 + i32.store offset=104 global.get $~lib/memory/__stack_pointer local.get $257 - i32.load $0 offset=4 + i32.load offset=4 local.tee $258 - i32.store $0 offset=108 + i32.store offset=108 local.get $257 i32.const 0 i32.const 0 @@ -39676,24 +39674,24 @@ call $~lib/array/Array#__set local.get $257 local.tee $255 - i32.store $0 offset=96 + i32.store offset=96 global.get $~lib/memory/__stack_pointer local.get $255 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const 2 call $~lib/array/Array#splice local.tee $256 - i32.store $0 offset=100 + i32.store offset=100 local.get $256 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 2 @@ -39711,14 +39709,14 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $~lib/array/Array#__get local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/Ref#get:v i32.const 3 @@ -39736,14 +39734,14 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 1 call $~lib/array/Array#__get local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/Ref#get:v i32.const 4 @@ -39761,7 +39759,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 3 @@ -39779,14 +39777,14 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $~lib/array/Array#__get local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/Ref#get:v i32.const 1 @@ -39804,14 +39802,14 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 1 call $~lib/array/Array#__get local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/Ref#get:v i32.const 2 @@ -39829,14 +39827,14 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 2 call $~lib/array/Array#__get local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/Ref#get:v i32.const 5 @@ -39858,12 +39856,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $259 - i32.store $0 offset=112 + i32.store offset=112 global.get $~lib/memory/__stack_pointer local.get $259 - i32.load $0 offset=4 + i32.load offset=4 local.tee $260 - i32.store $0 offset=116 + i32.store offset=116 local.get $259 i32.const 0 i32.const 0 @@ -39882,24 +39880,24 @@ call $~lib/array/Array#__set local.get $259 local.tee $261 - i32.store $0 offset=120 + i32.store offset=120 global.get $~lib/memory/__stack_pointer local.get $261 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 i32.const 1 call $~lib/array/Array#splice local.tee $262 - i32.store $0 offset=124 + i32.store offset=124 local.get $262 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 1 @@ -39918,12 +39916,12 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $~lib/array/Array#__get local.tee $263 - i32.store $0 offset=128 + i32.store offset=128 local.get $263 if (result i32) local.get $263 @@ -39938,7 +39936,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/Ref#get:v i32.const 1 @@ -39956,7 +39954,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 2 @@ -39974,7 +39972,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#__get @@ -39994,12 +39992,12 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 1 call $~lib/array/Array#__get local.tee $264 - i32.store $0 offset=132 + i32.store offset=132 local.get $264 if (result i32) local.get $264 @@ -40014,7 +40012,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/Ref#get:v i32.const 2 @@ -40032,7 +40030,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 i32.const 0 @@ -40041,7 +40039,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 i32.const 1 @@ -40050,7 +40048,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const 2 @@ -40059,7 +40057,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 i32.const 3 @@ -40068,13 +40066,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5648 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#findIndex global.set $std/array/i @@ -40094,13 +40092,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5680 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#findIndex global.set $std/array/i @@ -40120,13 +40118,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5712 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#findIndex global.set $std/array/i @@ -40146,13 +40144,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5744 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#findIndex global.set $std/array/i @@ -40172,7 +40170,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 8 @@ -40190,13 +40188,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5776 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#findIndex global.set $std/array/i @@ -40216,7 +40214,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -40224,7 +40222,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -40232,7 +40230,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -40240,7 +40238,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -40248,13 +40246,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5808 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#findIndex global.set $std/array/i @@ -40274,7 +40272,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 2 @@ -40292,7 +40290,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#push @@ -40301,7 +40299,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 call $~lib/array/Array#push @@ -40313,18 +40311,18 @@ i32.const 5840 call $~lib/rt/__newArray local.tee $267 - i32.store $0 offset=136 + i32.store offset=136 local.get $267 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5888 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#findLastIndex global.set $std/array/i @@ -40344,13 +40342,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5920 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#findLastIndex global.set $std/array/i @@ -40370,13 +40368,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5952 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#findLastIndex global.set $std/array/i @@ -40396,13 +40394,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5984 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#findLastIndex global.set $std/array/i @@ -40422,13 +40420,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 6016 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#every local.set $268 @@ -40448,13 +40446,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 6048 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#every local.set $268 @@ -40474,13 +40472,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 6080 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#every local.set $268 @@ -40500,7 +40498,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 8 @@ -40518,13 +40516,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 6112 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#every local.set $268 @@ -40544,7 +40542,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -40552,7 +40550,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -40560,7 +40558,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -40568,7 +40566,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -40576,13 +40574,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 6144 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#every local.set $268 @@ -40602,7 +40600,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 2 @@ -40620,7 +40618,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#push @@ -40629,7 +40627,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 call $~lib/array/Array#push @@ -40638,13 +40636,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 6176 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#some local.set $269 @@ -40664,13 +40662,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 6208 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#some local.set $269 @@ -40690,13 +40688,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 6240 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#some local.set $269 @@ -40716,7 +40714,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 8 @@ -40734,13 +40732,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 6272 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#some local.set $269 @@ -40760,7 +40758,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -40768,7 +40766,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -40776,7 +40774,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -40784,7 +40782,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -40792,13 +40790,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 6304 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#some local.set $269 @@ -40818,7 +40816,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 2 @@ -40836,7 +40834,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#push @@ -40845,7 +40843,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 call $~lib/array/Array#push @@ -40856,13 +40854,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 6336 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#forEach global.get $std/array/i @@ -40883,13 +40881,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 6368 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#forEach global.get $std/array/i @@ -40908,7 +40906,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 8 @@ -40928,13 +40926,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 6400 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#forEach global.get $std/array/i @@ -40953,7 +40951,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -40961,7 +40959,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -40969,7 +40967,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -40977,7 +40975,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -40987,13 +40985,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 6432 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#forEach global.get $std/array/i @@ -41012,7 +41010,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 2 @@ -41030,7 +41028,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#push @@ -41039,7 +41037,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 call $~lib/array/Array#push @@ -41048,20 +41046,20 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 6464 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#forEach global.get $std/array/arr local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 100 @@ -41086,7 +41084,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -41101,7 +41099,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#push @@ -41110,7 +41108,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 call $~lib/array/Array#push @@ -41119,7 +41117,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#push @@ -41128,7 +41126,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 call $~lib/array/Array#push @@ -41138,38 +41136,38 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8272 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#map<~lib/string/String> local.tee $271 - i32.store $0 offset=140 + i32.store offset=140 global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8304 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#map local.tee $272 - i32.store $0 offset=144 + i32.store offset=144 local.get $272 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 4 @@ -41187,7 +41185,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#__get @@ -41195,7 +41193,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#__get @@ -41216,13 +41214,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8336 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#map drop @@ -41242,7 +41240,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 8 @@ -41262,13 +41260,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8368 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#map drop @@ -41288,7 +41286,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -41296,7 +41294,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -41304,7 +41302,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -41312,7 +41310,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -41322,13 +41320,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8400 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#map drop @@ -41348,7 +41346,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 2 @@ -41366,7 +41364,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#push @@ -41375,7 +41373,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 call $~lib/array/Array#push @@ -41385,22 +41383,22 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8432 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#filter local.tee $273 - i32.store $0 offset=148 + i32.store offset=148 local.get $273 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 2 @@ -41420,13 +41418,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8464 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#filter drop @@ -41446,7 +41444,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 8 @@ -41466,13 +41464,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8496 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#filter drop @@ -41492,7 +41490,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -41500,7 +41498,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -41508,7 +41506,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -41516,7 +41514,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -41526,13 +41524,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8528 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array#filter drop @@ -41552,7 +41550,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 2 @@ -41570,7 +41568,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#push @@ -41579,7 +41577,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 call $~lib/array/Array#push @@ -41588,13 +41586,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8560 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $~lib/array/Array#reduce @@ -41615,13 +41613,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8592 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 4 call $~lib/array/Array#reduce @@ -41642,13 +41640,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8624 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $~lib/array/Array#reduce @@ -41671,13 +41669,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8656 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $~lib/array/Array#reduce @@ -41700,13 +41698,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8688 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $~lib/array/Array#reduce @@ -41727,7 +41725,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 8 @@ -41745,13 +41743,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8720 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $~lib/array/Array#reduce @@ -41772,7 +41770,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -41780,7 +41778,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -41788,7 +41786,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -41796,7 +41794,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -41804,13 +41802,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8752 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $~lib/array/Array#reduce @@ -41831,7 +41829,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 2 @@ -41849,7 +41847,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#push @@ -41858,7 +41856,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 call $~lib/array/Array#push @@ -41867,13 +41865,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8784 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $~lib/array/Array#reduceRight @@ -41894,13 +41892,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8816 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 4 call $~lib/array/Array#reduceRight @@ -41921,13 +41919,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8848 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $~lib/array/Array#reduceRight @@ -41950,13 +41948,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8880 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $~lib/array/Array#reduceRight @@ -41979,13 +41977,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8912 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $~lib/array/Array#reduceRight @@ -42006,7 +42004,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 8 @@ -42024,13 +42022,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8944 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $~lib/array/Array#reduceRight @@ -42051,7 +42049,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -42059,7 +42057,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -42067,7 +42065,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -42075,7 +42073,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#pop drop @@ -42083,13 +42081,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8976 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $~lib/array/Array#reduceRight @@ -42110,7 +42108,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 0 @@ -42128,7 +42126,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#push @@ -42137,7 +42135,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 call $~lib/array/Array#push @@ -42146,7 +42144,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#push @@ -42155,7 +42153,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 call $~lib/array/Array#push @@ -42170,24 +42168,24 @@ i32.const 0 call $~lib/rt/__newArray local.tee $276 - i32.store $0 offset=152 + i32.store offset=152 global.get $~lib/memory/__stack_pointer local.get $276 - i32.load $0 offset=4 + i32.load offset=4 local.tee $277 - i32.store $0 offset=156 + i32.store offset=156 local.get $276 i32.const 0 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor local.tee $278 - i32.store $0 offset=160 + i32.store offset=160 local.get $278 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 100 call $std/array/Dim#set:height @@ -42195,7 +42193,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 80 call $std/array/Dim#set:width @@ -42207,12 +42205,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $279 - i32.store $0 offset=164 + i32.store offset=164 local.get $279 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 90 call $std/array/Dim#set:height @@ -42220,7 +42218,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 90 call $std/array/Dim#set:width @@ -42232,12 +42230,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $280 - i32.store $0 offset=168 + i32.store offset=168 local.get $280 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 70 call $std/array/Dim#set:height @@ -42245,7 +42243,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 95 call $std/array/Dim#set:width @@ -42257,12 +42255,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $281 - i32.store $0 offset=172 + i32.store offset=172 local.get $281 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 100 call $std/array/Dim#set:height @@ -42270,7 +42268,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 100 call $std/array/Dim#set:width @@ -42282,12 +42280,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $282 - i32.store $0 offset=176 + i32.store offset=176 local.get $282 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 80 call $std/array/Dim#set:height @@ -42295,7 +42293,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 110 call $std/array/Dim#set:width @@ -42307,12 +42305,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $283 - i32.store $0 offset=180 + i32.store offset=180 local.get $283 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 110 call $std/array/Dim#set:height @@ -42320,7 +42318,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 115 call $std/array/Dim#set:width @@ -42332,12 +42330,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $284 - i32.store $0 offset=184 + i32.store offset=184 local.get $284 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 100 call $std/array/Dim#set:height @@ -42345,7 +42343,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 120 call $std/array/Dim#set:width @@ -42357,12 +42355,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $285 - i32.store $0 offset=188 + i32.store offset=188 local.get $285 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 70 call $std/array/Dim#set:height @@ -42370,7 +42368,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 125 call $std/array/Dim#set:width @@ -42382,12 +42380,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $286 - i32.store $0 offset=192 + i32.store offset=192 local.get $286 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 70 call $std/array/Dim#set:height @@ -42395,7 +42393,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 130 call $std/array/Dim#set:width @@ -42407,12 +42405,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $287 - i32.store $0 offset=196 + i32.store offset=196 local.get $287 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 100 call $std/array/Dim#set:height @@ -42420,7 +42418,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 135 call $std/array/Dim#set:width @@ -42432,12 +42430,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $288 - i32.store $0 offset=200 + i32.store offset=200 local.get $288 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 75 call $std/array/Dim#set:height @@ -42445,7 +42443,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 140 call $std/array/Dim#set:width @@ -42457,12 +42455,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $289 - i32.store $0 offset=204 + i32.store offset=204 local.get $289 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 70 call $std/array/Dim#set:height @@ -42470,7 +42468,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 140 call $std/array/Dim#set:width @@ -42485,24 +42483,24 @@ i32.const 0 call $~lib/rt/__newArray local.tee $290 - i32.store $0 offset=208 + i32.store offset=208 global.get $~lib/memory/__stack_pointer local.get $290 - i32.load $0 offset=4 + i32.load offset=4 local.tee $291 - i32.store $0 offset=212 + i32.store offset=212 local.get $290 i32.const 0 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor local.tee $292 - i32.store $0 offset=216 + i32.store offset=216 local.get $292 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 70 call $std/array/Dim#set:height @@ -42510,7 +42508,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 95 call $std/array/Dim#set:width @@ -42522,12 +42520,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $293 - i32.store $0 offset=220 + i32.store offset=220 local.get $293 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 70 call $std/array/Dim#set:height @@ -42535,7 +42533,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 125 call $std/array/Dim#set:width @@ -42547,12 +42545,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $294 - i32.store $0 offset=224 + i32.store offset=224 local.get $294 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 70 call $std/array/Dim#set:height @@ -42560,7 +42558,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 130 call $std/array/Dim#set:width @@ -42572,12 +42570,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $295 - i32.store $0 offset=228 + i32.store offset=228 local.get $295 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 70 call $std/array/Dim#set:height @@ -42585,7 +42583,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 140 call $std/array/Dim#set:width @@ -42597,12 +42595,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $296 - i32.store $0 offset=232 + i32.store offset=232 local.get $296 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 75 call $std/array/Dim#set:height @@ -42610,7 +42608,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 140 call $std/array/Dim#set:width @@ -42622,12 +42620,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $297 - i32.store $0 offset=236 + i32.store offset=236 local.get $297 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 80 call $std/array/Dim#set:height @@ -42635,7 +42633,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 110 call $std/array/Dim#set:width @@ -42647,12 +42645,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $298 - i32.store $0 offset=240 + i32.store offset=240 local.get $298 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 90 call $std/array/Dim#set:height @@ -42660,7 +42658,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 90 call $std/array/Dim#set:width @@ -42672,12 +42670,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $299 - i32.store $0 offset=244 + i32.store offset=244 local.get $299 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 100 call $std/array/Dim#set:height @@ -42685,7 +42683,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 80 call $std/array/Dim#set:width @@ -42697,12 +42695,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $300 - i32.store $0 offset=248 + i32.store offset=248 local.get $300 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 100 call $std/array/Dim#set:height @@ -42710,7 +42708,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 100 call $std/array/Dim#set:width @@ -42722,12 +42720,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $301 - i32.store $0 offset=252 + i32.store offset=252 local.get $301 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 100 call $std/array/Dim#set:height @@ -42735,7 +42733,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 120 call $std/array/Dim#set:width @@ -42747,12 +42745,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $302 - i32.store $0 offset=256 + i32.store offset=256 local.get $302 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 100 call $std/array/Dim#set:height @@ -42760,7 +42758,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 135 call $std/array/Dim#set:width @@ -42772,12 +42770,12 @@ i32.const 0 call $std/array/Dim#constructor local.tee $303 - i32.store $0 offset=260 + i32.store offset=260 local.get $303 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 110 call $std/array/Dim#set:height @@ -42785,7 +42783,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 115 call $std/array/Dim#set:width @@ -42800,12 +42798,12 @@ i32.const 9200 call $~lib/rt/__newArray local.tee $306 - i32.store $0 offset=264 + i32.store offset=264 local.get $306 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 global.set $~argumentsLength @@ -42816,7 +42814,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 i32.const 2 @@ -42826,7 +42824,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -42846,12 +42844,12 @@ i32.const 9296 call $~lib/rt/__newArray local.tee $311 - i32.store $0 offset=268 + i32.store offset=268 local.get $311 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 global.set $~argumentsLength @@ -42862,7 +42860,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8 i32.const 2 @@ -42872,7 +42870,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -42892,12 +42890,12 @@ i32.const 9424 call $~lib/rt/__newArray local.tee $316 - i32.store $0 offset=272 + i32.store offset=272 local.get $316 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 global.set $~argumentsLength @@ -42908,7 +42906,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 8 i32.const 3 @@ -42918,7 +42916,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -42938,12 +42936,12 @@ i32.const 9648 call $~lib/rt/__newArray local.tee $321 - i32.store $0 offset=276 + i32.store offset=276 local.get $321 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 global.set $~argumentsLength @@ -42954,7 +42952,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -42964,7 +42962,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -42984,12 +42982,12 @@ i32.const 9776 call $~lib/rt/__newArray local.tee $326 - i32.store $0 offset=280 + i32.store offset=280 local.get $326 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 global.set $~argumentsLength @@ -43000,7 +42998,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 5 i32.const 2 @@ -43010,7 +43008,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -43030,7 +43028,7 @@ i32.const 9904 call $~lib/rt/__newArray local.tee $331 - i32.store $0 offset=284 + i32.store offset=284 global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 2 @@ -43038,7 +43036,7 @@ i32.const 9936 call $~lib/rt/__newArray local.tee $334 - i32.store $0 offset=288 + i32.store offset=288 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 @@ -43046,7 +43044,7 @@ i32.const 9968 call $~lib/rt/__newArray local.tee $337 - i32.store $0 offset=292 + i32.store offset=292 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 @@ -43054,7 +43052,7 @@ i32.const 10000 call $~lib/rt/__newArray local.tee $340 - i32.store $0 offset=296 + i32.store offset=296 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 @@ -43062,51 +43060,51 @@ i32.const 10048 call $~lib/rt/__newArray local.tee $343 - i32.store $0 offset=300 + i32.store offset=300 global.get $~lib/memory/__stack_pointer i32.const 64 call $std/array/createReverseOrderedArray local.tee $344 - i32.store $0 offset=304 + i32.store offset=304 global.get $~lib/memory/__stack_pointer i32.const 128 call $std/array/createReverseOrderedArray local.tee $345 - i32.store $0 offset=308 + i32.store offset=308 global.get $~lib/memory/__stack_pointer i32.const 1024 call $std/array/createReverseOrderedArray local.tee $346 - i32.store $0 offset=312 + i32.store offset=312 global.get $~lib/memory/__stack_pointer i32.const 10000 call $std/array/createReverseOrderedArray local.tee $347 - i32.store $0 offset=316 + i32.store offset=316 global.get $~lib/memory/__stack_pointer i32.const 512 call $std/array/createRandomOrderedArray local.tee $348 - i32.store $0 offset=320 + i32.store offset=320 local.get $331 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/assertSortedDefault local.get $334 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/assertSortedDefault local.get $334 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 i32.const 2 @@ -43116,7 +43114,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -43133,14 +43131,14 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/assertSortedDefault local.get $337 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 i32.const 2 @@ -43150,7 +43148,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -43167,20 +43165,20 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/assertSortedDefault local.get $340 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 local.get $343 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual @@ -43197,20 +43195,20 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/assertSortedDefault local.get $344 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 local.get $343 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 4 call $std/array/isArraysEqual @@ -43227,20 +43225,20 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/assertSortedDefault local.get $345 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 local.get $343 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 4 call $std/array/isArraysEqual @@ -43257,20 +43255,20 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/assertSortedDefault local.get $346 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 local.get $343 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 4 call $std/array/isArraysEqual @@ -43287,20 +43285,20 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/assertSortedDefault local.get $347 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 local.get $343 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 4 call $std/array/isArraysEqual @@ -43317,7 +43315,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $std/array/assertSortedDefault call $std/array/assertStableSortedForComplexObjects @@ -43325,98 +43323,98 @@ i32.const 64 call $std/array/createRandomOrderedArray local.tee $353 - i32.store $0 offset=324 + i32.store offset=324 global.get $~lib/memory/__stack_pointer i32.const 257 call $std/array/createRandomOrderedArray local.tee $354 - i32.store $0 offset=328 + i32.store offset=328 local.get $353 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 10224 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $std/array/assertSorted local.get $353 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 10256 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $std/array/assertSorted local.get $354 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 10288 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $std/array/assertSorted local.get $354 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 10320 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $std/array/assertSorted global.get $~lib/memory/__stack_pointer i32.const 2 call $std/array/createReverseOrderedNestedArray local.tee $355 - i32.store $0 offset=332 + i32.store offset=332 local.get $355 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 10352 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $std/array/assertSorted<~lib/array/Array> global.get $~lib/memory/__stack_pointer i32.const 512 call $std/array/createReverseOrderedElementsArray local.tee $356 - i32.store $0 offset=336 + i32.store offset=336 local.get $356 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 10384 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $std/array/assertSorted> global.get $~lib/memory/__stack_pointer @@ -43426,7 +43424,7 @@ i32.const 10576 call $~lib/rt/__newArray local.tee $359 - i32.store $0 offset=340 + i32.store offset=340 global.get $~lib/memory/__stack_pointer i32.const 7 i32.const 2 @@ -43434,12 +43432,12 @@ i32.const 10624 call $~lib/rt/__newArray local.tee $362 - i32.store $0 offset=344 + i32.store offset=344 local.get $359 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 global.set $~argumentsLength @@ -43449,13 +43447,13 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 local.get $362 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 0 call $std/array/isArraysEqual<~lib/string/String|null> @@ -43472,12 +43470,12 @@ i32.const 400 call $std/array/createRandomStringArray local.tee $363 - i32.store $0 offset=348 + i32.store offset=348 local.get $363 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 global.set $~argumentsLength @@ -43491,25 +43489,25 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 10832 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=352 + i32.store offset=352 local.get $478 call $~lib/array/Array#join local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 10864 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -43529,25 +43527,25 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 10544 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=352 + i32.store offset=352 local.get $478 call $~lib/array/Array#join local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 10944 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -43567,25 +43565,25 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 11008 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=352 + i32.store offset=352 local.get $478 call $~lib/array/Array#join local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 10944 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -43605,25 +43603,25 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 11072 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=352 + i32.store offset=352 local.get $478 call $~lib/array/Array#join local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 11104 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -43643,25 +43641,25 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 11264 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=352 + i32.store offset=352 local.get $478 call $~lib/array/Array#join local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 12432 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -43681,25 +43679,25 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 10544 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=352 + i32.store offset=352 local.get $478 call $~lib/array/Array<~lib/string/String|null>#join local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 12544 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -43719,12 +43717,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $376 - i32.store $0 offset=356 + i32.store offset=356 global.get $~lib/memory/__stack_pointer local.get $376 - i32.load $0 offset=4 + i32.load offset=4 local.tee $377 - i32.store $0 offset=360 + i32.store offset=360 local.get $376 i32.const 0 i32.const 0 @@ -43743,30 +43741,30 @@ call $~lib/array/Array#__set local.get $376 local.tee $378 - i32.store $0 offset=364 + i32.store offset=364 local.get $378 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 10832 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=352 + i32.store offset=352 local.get $478 call $~lib/array/Array#join local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 12672 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -43786,12 +43784,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $379 - i32.store $0 offset=368 + i32.store offset=368 global.get $~lib/memory/__stack_pointer local.get $379 - i32.load $0 offset=4 + i32.load offset=4 local.tee $380 - i32.store $0 offset=372 + i32.store offset=372 local.get $379 i32.const 0 i32.const 0 @@ -43806,30 +43804,30 @@ call $~lib/array/Array#__set local.get $379 local.tee $381 - i32.store $0 offset=376 + i32.store offset=376 local.get $381 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 i32.const 10832 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=352 + i32.store offset=352 local.get $478 call $~lib/array/Array#join local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 12768 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -43848,7 +43846,7 @@ i32.const 12864 call $~lib/rt/__newArray local.tee $384 - i32.store $0 offset=380 + i32.store offset=380 global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 2 @@ -43856,7 +43854,7 @@ i32.const 12896 call $~lib/rt/__newArray local.tee $387 - i32.store $0 offset=384 + i32.store offset=384 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 @@ -43864,7 +43862,7 @@ i32.const 12928 call $~lib/rt/__newArray local.tee $390 - i32.store $0 offset=388 + i32.store offset=388 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 @@ -43872,24 +43870,24 @@ i32.const 12960 call $~lib/rt/__newArray local.tee $393 - i32.store $0 offset=392 + i32.store offset=392 local.get $384 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 call $~lib/array/Array#toString local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 10544 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -43905,19 +43903,19 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 call $~lib/array/Array#toString local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 12544 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -43933,19 +43931,19 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 call $~lib/array/Array#toString local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 13008 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -43961,19 +43959,19 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 call $~lib/array/Array#toString local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 13040 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -43993,19 +43991,19 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 call $~lib/array/Array#toString local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 13120 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -44025,19 +44023,19 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 call $~lib/array/Array#toString local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 13184 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -44057,19 +44055,19 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 call $~lib/array/Array#toString local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 13264 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -44089,19 +44087,19 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 call $~lib/array/Array#toString local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 13344 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -44121,19 +44119,19 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 call $~lib/array/Array#toString local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 13424 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -44153,19 +44151,19 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 call $~lib/array/Array#toString local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 13536 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -44185,19 +44183,19 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 call $~lib/array/Array#toString local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 13680 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -44216,24 +44214,24 @@ i32.const 13840 call $~lib/rt/__newArray local.tee $410 - i32.store $0 offset=396 + i32.store offset=396 local.get $410 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 call $~lib/array/Array<~lib/string/String|null>#toString local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 13888 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -44253,19 +44251,19 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 call $~lib/array/Array<~lib/string/String|null>#toString local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 14048 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -44285,12 +44283,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $413 - i32.store $0 offset=400 + i32.store offset=400 global.get $~lib/memory/__stack_pointer local.get $413 - i32.load $0 offset=4 + i32.load offset=4 local.tee $414 - i32.store $0 offset=404 + i32.store offset=404 local.get $413 i32.const 0 i32.const 2 @@ -44309,24 +44307,24 @@ call $~lib/array/Array<~lib/array/Array>#__set local.get $413 local.tee $419 - i32.store $0 offset=408 + i32.store offset=408 local.get $419 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 call $~lib/array/Array<~lib/array/Array>#toString local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 14144 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -44346,12 +44344,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $420 - i32.store $0 offset=412 + i32.store offset=412 global.get $~lib/memory/__stack_pointer local.get $420 - i32.load $0 offset=4 + i32.load offset=4 local.tee $421 - i32.store $0 offset=416 + i32.store offset=416 local.get $420 i32.const 0 i32.const 2 @@ -44370,24 +44368,24 @@ call $~lib/array/Array<~lib/array/Array>#__set local.get $420 local.tee $426 - i32.store $0 offset=420 + i32.store offset=420 local.get $426 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 call $~lib/array/Array<~lib/array/Array>#toString local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 14144 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -44407,12 +44405,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $427 - i32.store $0 offset=424 + i32.store offset=424 global.get $~lib/memory/__stack_pointer local.get $427 - i32.load $0 offset=4 + i32.load offset=4 local.tee $428 - i32.store $0 offset=428 + i32.store offset=428 local.get $427 i32.const 0 global.get $~lib/memory/__stack_pointer @@ -44422,12 +44420,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $429 - i32.store $0 offset=432 + i32.store offset=432 global.get $~lib/memory/__stack_pointer local.get $429 - i32.load $0 offset=4 + i32.load offset=4 local.tee $430 - i32.store $0 offset=436 + i32.store offset=436 local.get $429 i32.const 0 i32.const 1 @@ -44440,24 +44438,24 @@ call $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#__set local.get $427 local.tee $433 - i32.store $0 offset=440 + i32.store offset=440 local.get $433 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 call $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#toString local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 12544 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -44477,12 +44475,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $434 - i32.store $0 offset=444 + i32.store offset=444 global.get $~lib/memory/__stack_pointer local.get $434 - i32.load $0 offset=4 + i32.load offset=4 local.tee $435 - i32.store $0 offset=448 + i32.store offset=448 local.get $434 i32.const 0 i32.const 1 @@ -44517,22 +44515,22 @@ call $~lib/array/Array<~lib/array/Array>#__set local.get $434 local.tee $444 - i32.store $0 offset=452 + i32.store offset=452 global.get $~lib/memory/__stack_pointer local.get $444 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array<~lib/array/Array>#flat local.tee $445 - i32.store $0 offset=456 + i32.store offset=456 local.get $445 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 10 @@ -44557,7 +44555,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 local.get $446 call $~lib/array/Array#__get @@ -44587,12 +44585,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $447 - i32.store $0 offset=460 + i32.store offset=460 global.get $~lib/memory/__stack_pointer local.get $447 - i32.load $0 offset=4 + i32.load offset=4 local.tee $448 - i32.store $0 offset=464 + i32.store offset=464 local.get $447 i32.const 0 i32.const 1 @@ -44627,17 +44625,17 @@ call $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#__set local.get $447 local.tee $457 - i32.store $0 offset=468 + i32.store offset=468 global.get $~lib/memory/__stack_pointer local.get $457 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#flat local.tee $458 - i32.store $0 offset=472 + i32.store offset=472 global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 2 @@ -44645,12 +44643,12 @@ i32.const 14768 call $~lib/rt/__newArray local.tee $461 - i32.store $0 offset=476 + i32.store offset=476 local.get $458 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array<~lib/string/String|null>#get:length i32.const 8 @@ -44672,7 +44670,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array<~lib/string/String|null>#get:length i32.lt_s @@ -44681,27 +44679,27 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 local.get $462 call $~lib/array/Array<~lib/string/String|null>#__get local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 local.get $461 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 local.get $462 call $~lib/array/Array<~lib/string/String|null>#__get local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/string/String.__eq i32.eqz @@ -44728,12 +44726,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $463 - i32.store $0 offset=480 + i32.store offset=480 global.get $~lib/memory/__stack_pointer local.get $463 - i32.load $0 offset=4 + i32.load offset=4 local.tee $464 - i32.store $0 offset=484 + i32.store offset=484 local.get $463 i32.const 0 i32.const 0 @@ -44752,18 +44750,18 @@ call $~lib/array/Array<~lib/array/Array>#__set local.get $463 local.tee $469 - i32.store $0 offset=488 + i32.store offset=488 local.get $469 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 call $~lib/array/Array<~lib/array/Array>#flat local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 0 @@ -44785,12 +44783,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $470 - i32.store $0 offset=492 + i32.store offset=492 global.get $~lib/memory/__stack_pointer local.get $470 - i32.load $0 offset=4 + i32.load offset=4 local.tee $471 - i32.store $0 offset=496 + i32.store offset=496 local.get $470 i32.const 0 i32.const 1 @@ -44809,34 +44807,34 @@ call $~lib/array/Array<~lib/array/Array>#__set local.get $470 local.tee $476 - i32.store $0 offset=500 + i32.store offset=500 global.get $~lib/memory/__stack_pointer local.get $476 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=8 + i32.store offset=8 local.get $478 i32.const 14960 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 offset=52 + i32.store offset=52 local.get $478 call $~lib/array/Array<~lib/array/Array>#map<~lib/array/Array> local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array<~lib/array/Array>#flat local.tee $477 - i32.store $0 offset=504 + i32.store offset=504 local.get $477 local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 call $~lib/array/Array#get:length i32.const 4 @@ -44854,7 +44852,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 0 call $~lib/array/Array#__get @@ -44873,7 +44871,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 1 call $~lib/array/Array#__get @@ -44892,7 +44890,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 2 call $~lib/array/Array#__get @@ -44911,7 +44909,7 @@ local.set $478 global.get $~lib/memory/__stack_pointer local.get $478 - i32.store $0 + i32.store local.get $478 i32.const 3 call $~lib/array/Array#__get @@ -44949,14 +44947,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -44975,14 +44973,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -45001,14 +44999,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -45027,14 +45025,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -45056,14 +45054,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:dataStart local.set $cur @@ -45072,7 +45070,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length_ i32.const 2 @@ -45085,7 +45083,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -45104,7 +45102,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:buffer local.get $cookie @@ -45123,14 +45121,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -45149,14 +45147,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -45178,14 +45176,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:dataStart local.set $cur @@ -45194,7 +45192,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length_ i32.const 2 @@ -45207,7 +45205,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -45226,7 +45224,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:buffer local.get $cookie @@ -45245,12 +45243,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>bool>#get:_env local.get $cookie @@ -45269,12 +45267,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>void>#get:_env local.get $cookie @@ -45296,14 +45294,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:dataStart local.set $cur @@ -45312,7 +45310,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:length_ i32.const 2 @@ -45325,7 +45323,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -45344,7 +45342,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:buffer local.get $cookie @@ -45363,12 +45361,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>~lib/string/String>#get:_env local.get $cookie @@ -45387,12 +45385,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>f32>#get:_env local.get $cookie @@ -45411,12 +45409,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%2C~lib/array/Array%29=>i32>#get:_env local.get $cookie @@ -45435,12 +45433,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%2Ci32%2C~lib/array/Array%29=>i32>#get:_env local.get $cookie @@ -45459,12 +45457,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28bool%2Ci32%2Ci32%2C~lib/array/Array%29=>bool>#get:_env local.get $cookie @@ -45486,14 +45484,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:dataStart local.set $cur @@ -45502,7 +45500,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length_ i32.const 2 @@ -45515,7 +45513,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -45534,7 +45532,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:buffer local.get $cookie @@ -45553,12 +45551,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28f32%2Cf32%29=>i32>#get:_env local.get $cookie @@ -45577,12 +45575,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28f64%2Cf64%29=>i32>#get:_env local.get $cookie @@ -45601,12 +45599,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:_env local.get $cookie @@ -45625,12 +45623,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u32%2Cu32%29=>i32>#get:_env local.get $cookie @@ -45649,12 +45647,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28std/array/Dim%2Cstd/array/Dim%29=>i32>#get:_env local.get $cookie @@ -45676,14 +45674,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.set $cur @@ -45692,7 +45690,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array>#get:length_ i32.const 2 @@ -45705,7 +45703,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -45724,7 +45722,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array>#get:buffer local.get $cookie @@ -45743,12 +45741,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28~lib/array/Array%2C~lib/array/Array%29=>i32>#get:_env local.get $cookie @@ -45770,14 +45768,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array>#get:dataStart local.set $cur @@ -45786,7 +45784,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array>#get:length_ i32.const 2 @@ -45799,7 +45797,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -45818,7 +45816,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array>#get:buffer local.get $cookie @@ -45837,12 +45835,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28std/array/Proxy%2Cstd/array/Proxy%29=>i32>#get:_env local.get $cookie @@ -45864,14 +45862,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String|null>#get:dataStart local.set $cur @@ -45880,7 +45878,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String|null>#get:length_ i32.const 2 @@ -45893,7 +45891,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -45912,7 +45910,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String|null>#get:buffer local.get $cookie @@ -45931,12 +45929,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28~lib/string/String|null%2C~lib/string/String|null%29=>i32>#get:_env local.get $cookie @@ -45955,12 +45953,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28~lib/string/String%2C~lib/string/String%29=>i32>#get:_env local.get $cookie @@ -45979,14 +45977,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -46005,14 +46003,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -46031,14 +46029,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -46057,14 +46055,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -46083,14 +46081,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -46112,14 +46110,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.set $cur @@ -46128,7 +46126,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array>#get:length_ i32.const 2 @@ -46141,7 +46139,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -46160,7 +46158,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array>#get:buffer local.get $cookie @@ -46182,14 +46180,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array>#get:dataStart local.set $cur @@ -46198,7 +46196,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array>#get:length_ i32.const 2 @@ -46211,7 +46209,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -46230,7 +46228,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array>#get:buffer local.get $cookie @@ -46252,14 +46250,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#get:dataStart local.set $cur @@ -46268,7 +46266,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#get:length_ i32.const 2 @@ -46281,7 +46279,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -46300,7 +46298,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#get:buffer local.get $cookie @@ -46322,14 +46320,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#get:dataStart local.set $cur @@ -46338,7 +46336,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#get:length_ i32.const 2 @@ -46351,7 +46349,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -46370,7 +46368,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#get:buffer local.get $cookie @@ -46389,12 +46387,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28~lib/array/Array%2Ci32%2C~lib/array/Array<~lib/array/Array>%29=>~lib/array/Array>#get:_env local.get $cookie @@ -46416,7 +46414,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length local.get $alignLog2 i32.shl @@ -46427,27 +46425,27 @@ local.get $data call $~lib/rt/__newBuffer local.tee $buffer - i32.store $0 + i32.store i32.const 16 local.get $id call $~lib/rt/itcms/__new local.set $array local.get $array local.get $buffer - i32.store $0 + i32.store local.get $array local.get $buffer i32.const 0 call $~lib/rt/itcms/__link local.get $array local.get $buffer - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $bufferSize - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.get $length - i32.store $0 offset=12 + i32.store offset=12 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer @@ -46478,7 +46476,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -46538,7 +46536,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -46578,7 +46576,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -46613,7 +46611,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -46628,7 +46626,7 @@ if local.get $out i32.const 45 - i32.store16 $0 + i32.store16 end local.get $out local.set $14 @@ -46648,7 +46646,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -46657,7 +46655,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 @@ -46686,7 +46684,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -46731,7 +46729,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer local.get $value @@ -46767,7 +46765,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer|8 local.get $value @@ -46796,7 +46794,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $value i64.extend_i32_u @@ -46825,7 +46823,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $value f64.const 0 f64.eq @@ -46884,11 +46882,11 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 + i32.store local.get $result i32.const 11440 local.get $size - memory.copy $0 $0 + memory.copy local.get $result local.set $3 global.get $~lib/memory/__stack_pointer @@ -46922,7 +46920,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -46977,7 +46975,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer local.get $val32 @@ -47003,7 +47001,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer|9 local.get $value @@ -47041,7 +47039,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer|13 local.get $value @@ -47068,7 +47066,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $value local.get $decimals|16 @@ -47110,7 +47108,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -47181,7 +47179,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -47211,7 +47209,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -47253,7 +47251,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -47284,7 +47282,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -47298,7 +47296,7 @@ if local.get $out i32.const 45 - i32.store16 $0 + i32.store16 end local.get $out local.set $18 diff --git a/tests/compiler/std/array.release.wat b/tests/compiler/std/array.release.wat index 80194460d7..08748ccc40 100644 --- a/tests/compiler/std/array.release.wat +++ b/tests/compiler/std/array.release.wat @@ -1,29 +1,29 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) - (type $f32_f32_=>_i32 (func (param f32 f32) (result i32))) - (type $f64_f64_=>_i32 (func (param f64 f64) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32 i32))) - (type $i32_i32_i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32 i32 i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $none_=>_f64 (func (result f64))) - (type $i32_i32_i32_=>_f32 (func (param i32 i32 i32) (result f32))) - (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) - (type $i32_i64_=>_i32 (func (param i32 i64) (result i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_i64_i64_i32_i64_i32_=>_i32 (func (param i32 i64 i64 i32 i64 i32) (result i32))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i32_f32_i32_i32_=>_none (func (param i32 f32 i32 i32))) - (type $i32_i32_=>_f32 (func (param i32 i32) (result f32))) - (type $i32_f32_i32_=>_none (func (param i32 f32 i32))) - (type $i32_i32_=>_f64 (func (param i32 i32) (result f64))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func (param i32 i32 i32) (result i32))) + (type $2 (func (param i32) (result i32))) + (type $3 (func (param i32 i32 i32))) + (type $4 (func (param i32 i32 i32 i32) (result i32))) + (type $5 (func (param f32 f32) (result i32))) + (type $6 (func (param f64 f64) (result i32))) + (type $7 (func (param i32 i32))) + (type $8 (func (param i32))) + (type $9 (func (param i32 i32 i32 i32))) + (type $10 (func (param i32 i32 i32 i32 i32))) + (type $11 (func)) + (type $12 (func (result f64))) + (type $13 (func (param i32 i32 i32 i32 i32 i32))) + (type $14 (func (result i32))) + (type $15 (func (param i32 i32 i32) (result f32))) + (type $16 (func (param i32 f64) (result i32))) + (type $17 (func (param i32 i64) (result i32))) + (type $18 (func (param i32 i32 i64))) + (type $19 (func (param i32 i64 i64 i32 i64 i32) (result i32))) + (type $20 (func (param i32 i64 i32))) + (type $21 (func (param i32 f32 i32 i32))) + (type $22 (func (param i32 i32) (result f32))) + (type $23 (func (param i32 f32 i32))) + (type $24 (func (param i32 i32) (result f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (import "env" "Math.random" (func $~lib/bindings/dom/Math.random (result f64))) (import "env" "seed" (func $~lib/builtins/seed (result f64))) @@ -667,39 +667,39 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 10032 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $std/array/inputStabArr local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/array/outputStabArr local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1344 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 2640 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 6416 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1152 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 8144 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 9200 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -709,7 +709,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -727,7 +727,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -744,7 +744,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -758,16 +758,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$729 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 48960 @@ -782,10 +782,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$729 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -798,20 +798,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -820,7 +820,7 @@ else local.get $1 i32.const 16000 - i32.load $0 + i32.load i32.gt_u if i32.const 1344 @@ -835,13 +835,13 @@ i32.shl i32.const 16004 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -851,21 +851,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -873,8 +897,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -886,10 +910,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -900,29 +924,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -930,10 +954,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -947,75 +971,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -1037,7 +1054,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -1054,12 +1071,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -1076,17 +1093,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -1096,9 +1113,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -1123,13 +1140,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -1163,7 +1180,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -1219,19 +1236,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -1243,15 +1260,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -1259,16 +1276,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -1290,10 +1308,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -1306,18 +1324,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -1341,30 +1358,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -1372,10 +1389,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -1383,7 +1400,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -1391,7 +1408,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1402,10 +1419,10 @@ end i32.const 48960 i32.const 0 - i32.store $0 + i32.store i32.const 50528 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -1417,7 +1434,7 @@ i32.const 48960 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -1435,7 +1452,7 @@ i32.const 48960 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -1452,7 +1469,7 @@ end i32.const 48960 i32.const 50532 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1490,7 +1507,7 @@ i32.const 1 else local.get $1 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1504,10 +1521,10 @@ end local.get $1 local.get $1 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -1537,7 +1554,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1550,19 +1567,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -1573,7 +1590,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1585,7 +1602,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -1598,12 +1615,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -1612,7 +1625,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1623,26 +1636,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1658,7 +1671,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1674,7 +1687,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1699,14 +1712,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1724,10 +1737,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1735,47 +1748,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1796,7 +1811,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1813,10 +1828,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1832,7 +1847,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1853,7 +1868,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1875,50 +1890,54 @@ unreachable end local.get $0 - i32.const 12 - local.get $1 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $1 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $1 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $3 call $~lib/rt/tlsf/searchBlock local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 local.get $3 i32.const 256 i32.ge_u if (result i32) - local.get $3 - i32.const 1 - i32.const 27 - local.get $3 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $3 local.get $3 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $3 + i32.const 1 + i32.const 27 + local.get $3 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $3 + end else local.get $3 end i32.const 4 local.get $0 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1938,12 +1957,12 @@ local.get $2 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $2 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1954,7 +1973,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1975,7 +1994,7 @@ end local.get $3 local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1991,7 +2010,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.set $4 local.get $3 i32.const 4 @@ -2021,7 +2040,7 @@ i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add @@ -2033,7 +2052,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $0 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -2042,21 +2061,21 @@ local.get $4 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $0 local.get $0 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 ) @@ -2078,7 +2097,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$68 i32.const 2048 local.set $2 loop $do-loop|0 @@ -2099,7 +2118,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$68 end local.get $2 i32.const 0 @@ -2131,36 +2150,36 @@ call $~lib/rt/tlsf/allocateBlock local.tee $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -2173,8 +2192,68 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill + local.get $1 + ) + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) + (local $3 i32) + local.get $1 + i32.eqz + if + return + end + local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1216 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.tee $3 local.get $1 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $3 + i32.eqz + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + local.tee $3 + i32.eq + if + local.get $0 + local.get $1 + local.get $2 + select + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $3 + i32.const 3 + i32.eq + i32.and + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + end + end + end ) (func $start:std/array~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 @@ -2256,7 +2335,7 @@ i32.shl i32.const 7724 i32.add - i64.load32_u $0 + i64.load32_u local.get $3 i32.const 100 i32.rem_u @@ -2264,11 +2343,11 @@ i32.shl i32.const 7724 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -2291,8 +2370,8 @@ i32.shl i32.const 7724 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $1 i32.const 100 i32.div_u @@ -2314,8 +2393,8 @@ i32.shl i32.const 7724 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store else local.get $0 local.get $2 @@ -2327,7 +2406,7 @@ local.get $1 i32.const 48 i32.add - i32.store16 $0 + i32.store16 end ) (func $start:std/array~anonymous|25 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) @@ -2385,6 +2464,7 @@ (local $6 f32) (local $7 i32) (local $8 f32) + (local $9 i32) local.get $1 local.get $3 local.get $2 @@ -2416,19 +2496,19 @@ i32.shl i32.add local.tee $3 - f32.load $0 offset=4 + f32.load offset=4 local.tee $8 local.set $6 local.get $3 - f32.load $0 + f32.load local.set $5 i32.const 2 global.set $~argumentsLength local.get $5 local.get $8 local.get $4 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $5) i32.const 0 i32.le_s if @@ -2452,25 +2532,22 @@ i32.const 2 i32.shl i32.add - f32.load $0 + local.tee $9 + f32.load local.set $8 i32.const 2 global.set $~argumentsLength local.get $8 local.get $5 local.get $4 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $5) i32.const 0 i32.le_s br_if $while-break|1 - local.get $0 - local.get $3 - i32.const 2 - i32.shl - i32.add + local.get $9 local.get $8 - f32.store $0 offset=8 + f32.store offset=8 local.get $3 i32.const 1 i32.sub @@ -2485,7 +2562,7 @@ i32.shl i32.add local.get $5 - f32.store $0 offset=8 + f32.store offset=8 loop $while-continue|2 local.get $1 local.get $3 @@ -2497,25 +2574,22 @@ i32.const 2 i32.shl i32.add - f32.load $0 + local.tee $9 + f32.load local.set $5 i32.const 2 global.set $~argumentsLength local.get $5 local.get $6 local.get $4 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $5) i32.const 0 i32.le_s br_if $while-break|2 - local.get $0 - local.get $3 - i32.const 2 - i32.shl - i32.add + local.get $9 local.get $5 - f32.store $0 offset=4 + f32.store offset=4 local.get $3 i32.const 1 i32.sub @@ -2530,7 +2604,7 @@ i32.shl i32.add local.get $6 - f32.store $0 offset=4 + f32.store offset=4 local.get $7 i32.const 2 i32.add @@ -2556,7 +2630,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $5 local.get $0 local.get $1 @@ -2566,15 +2640,15 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $7 i32.const 2 global.set $~argumentsLength local.get $5 local.get $7 local.get $3 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $5) i32.const 0 i32.gt_s if @@ -2589,18 +2663,18 @@ i32.shl i32.add local.tee $6 - f32.load $0 offset=4 + f32.load offset=4 local.set $5 local.get $6 - f32.load $0 + f32.load local.set $7 i32.const 2 global.set $~argumentsLength local.get $5 local.get $7 local.get $3 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $5) i32.const 31 i32.shr_u else @@ -2627,7 +2701,7 @@ i32.shl i32.add local.tee $3 - f32.load $0 + f32.load local.set $5 local.get $3 local.get $0 @@ -2636,15 +2710,15 @@ i32.shl i32.add local.tee $3 - f32.load $0 - f32.store $0 + f32.load + f32.store local.get $1 i32.const 1 i32.add local.set $1 local.get $3 local.get $5 - f32.store $0 + f32.store local.get $2 i32.const 1 i32.sub @@ -2664,18 +2738,18 @@ i32.shl i32.add local.tee $1 - f32.load $0 offset=4 + f32.load offset=4 local.set $5 local.get $1 - f32.load $0 + f32.load local.set $7 i32.const 2 global.set $~argumentsLength local.get $5 local.get $7 local.get $3 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $5) i32.const 0 i32.ge_s else @@ -2726,8 +2800,8 @@ local.get $0 local.get $10 i32.add - f32.load $0 - f32.store $0 + f32.load + f32.store br $for-loop|0 end end @@ -2748,8 +2822,8 @@ i32.const 2 i32.shl i32.add - f32.load $0 offset=4 - f32.store $0 + f32.load offset=4 + f32.store local.get $6 i32.const 1 i32.add @@ -2767,22 +2841,22 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $7 local.get $4 local.get $2 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $8 i32.const 2 global.set $~argumentsLength local.get $7 local.get $8 local.get $5 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $5) i32.const 0 i32.lt_s if @@ -2792,7 +2866,7 @@ i32.shl i32.add local.get $7 - f32.store $0 + f32.store local.get $6 i32.const 1 i32.sub @@ -2804,7 +2878,7 @@ i32.shl i32.add local.get $8 - f32.store $0 + f32.store local.get $2 i32.const 1 i32.add @@ -2847,11 +2921,12 @@ i32.lt_s i32.sub ) - (func $~lib/util/sort/insertionSort (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) + (func $~lib/util/sort/insertionSort (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) + (local $4 f64) (local $5 f64) - (local $6 f64) - (local $7 i32) - (local $8 f64) + (local $6 i32) + (local $7 f64) + (local $8 i32) local.get $1 local.get $3 local.get $2 @@ -2859,52 +2934,52 @@ i32.sub i32.const 1 i32.add - local.tee $7 + local.tee $6 local.get $3 i32.sub i32.const 1 i32.and i32.sub - local.get $7 + local.get $6 i32.const 1 i32.and local.get $3 select i32.add - local.set $7 + local.set $6 loop $for-loop|0 local.get $2 - local.get $7 + local.get $6 i32.ge_s if local.get $0 - local.get $7 + local.get $6 i32.const 3 i32.shl i32.add local.tee $3 - f64.load $0 offset=8 - local.tee $8 - local.set $6 - local.get $3 - f64.load $0 + f64.load offset=8 + local.tee $7 local.set $5 + local.get $3 + f64.load + local.set $4 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $8 local.get $4 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + local.get $7 + i32.const 10544 + i32.load + call_indirect (type $6) i32.const 0 i32.le_s if - local.get $5 - local.set $6 - local.get $8 + local.get $4 local.set $5 + local.get $7 + local.set $4 end - local.get $7 + local.get $6 i32.const 1 i32.sub local.set $3 @@ -2919,25 +2994,22 @@ i32.const 3 i32.shl i32.add - f64.load $0 - local.set $8 + local.tee $8 + f64.load + local.set $7 i32.const 2 global.set $~argumentsLength - local.get $8 - local.get $5 + local.get $7 local.get $4 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.const 10544 + i32.load + call_indirect (type $6) i32.const 0 i32.le_s br_if $while-break|1 - local.get $0 - local.get $3 - i32.const 3 - i32.shl - i32.add local.get $8 - f64.store $0 offset=16 + local.get $7 + f64.store offset=16 local.get $3 i32.const 1 i32.sub @@ -2951,8 +3023,8 @@ i32.const 3 i32.shl i32.add - local.get $5 - f64.store $0 offset=16 + local.get $4 + f64.store offset=16 loop $while-continue|2 local.get $1 local.get $3 @@ -2964,25 +3036,22 @@ i32.const 3 i32.shl i32.add - f64.load $0 - local.set $5 + local.tee $8 + f64.load + local.set $4 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $6 local.get $4 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + local.get $5 + i32.const 10544 + i32.load + call_indirect (type $6) i32.const 0 i32.le_s br_if $while-break|2 - local.get $0 - local.get $3 - i32.const 3 - i32.shl - i32.add - local.get $5 - f64.store $0 offset=8 + local.get $8 + local.get $4 + f64.store offset=8 local.get $3 i32.const 1 i32.sub @@ -2996,21 +3065,21 @@ i32.const 3 i32.shl i32.add + local.get $5 + f64.store offset=8 local.get $6 - f64.store $0 offset=8 - local.get $7 i32.const 2 i32.add - local.set $7 + local.set $6 br $for-loop|0 end end ) - (func $~lib/util/sort/extendRunRight (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32) - (local $4 i32) + (func $~lib/util/sort/extendRunRight (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (local $3 i32) + (local $4 f64) (local $5 f64) (local $6 i32) - (local $7 f64) local.get $1 local.get $2 i32.eq @@ -3023,65 +3092,65 @@ i32.const 3 i32.shl i32.add - f64.load $0 - local.set $5 + f64.load + local.set $4 local.get $0 local.get $1 i32.const 1 i32.add - local.tee $4 + local.tee $3 i32.const 3 i32.shl i32.add - f64.load $0 - local.set $7 + f64.load + local.set $5 i32.const 2 global.set $~argumentsLength + local.get $4 local.get $5 - local.get $7 - local.get $3 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.const 10544 + i32.load + call_indirect (type $6) i32.const 0 i32.gt_s if loop $while-continue|0 local.get $2 - local.get $4 + local.get $3 i32.gt_s if (result i32) local.get $0 - local.get $4 + local.get $3 i32.const 3 i32.shl i32.add local.tee $6 - f64.load $0 offset=8 - local.set $5 + f64.load offset=8 + local.set $4 local.get $6 - f64.load $0 - local.set $7 + f64.load + local.set $5 i32.const 2 global.set $~argumentsLength + local.get $4 local.get $5 - local.get $7 - local.get $3 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.const 10544 + i32.load + call_indirect (type $6) i32.const 31 i32.shr_u else i32.const 0 end if - local.get $4 + local.get $3 i32.const 1 i32.add - local.set $4 + local.set $3 br $while-continue|0 end end - local.get $4 + local.get $3 local.set $2 loop $while-continue|1 local.get $1 @@ -3093,25 +3162,25 @@ i32.const 3 i32.shl i32.add - local.tee $3 - f64.load $0 - local.set $5 - local.get $3 + local.tee $6 + f64.load + local.set $4 + local.get $6 local.get $0 local.get $2 i32.const 3 i32.shl i32.add - local.tee $3 - f64.load $0 - f64.store $0 + local.tee $6 + f64.load + f64.store local.get $1 i32.const 1 i32.add local.set $1 - local.get $3 - local.get $5 - f64.store $0 + local.get $6 + local.get $4 + f64.store local.get $2 i32.const 1 i32.sub @@ -3122,57 +3191,57 @@ else loop $while-continue|2 local.get $2 - local.get $4 + local.get $3 i32.gt_s if (result i32) local.get $0 - local.get $4 + local.get $3 i32.const 3 i32.shl i32.add local.tee $1 - f64.load $0 offset=8 - local.set $5 + f64.load offset=8 + local.set $4 local.get $1 - f64.load $0 - local.set $7 + f64.load + local.set $5 i32.const 2 global.set $~argumentsLength + local.get $4 local.get $5 - local.get $7 - local.get $3 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.const 10544 + i32.load + call_indirect (type $6) i32.const 0 i32.ge_s else i32.const 0 end if - local.get $4 + local.get $3 i32.const 1 i32.add - local.set $4 + local.set $3 br $while-continue|2 end end end - local.get $4 + local.get $3 ) - (func $~lib/util/sort/mergeRuns (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (param $5 i32) - (local $6 i32) + (func $~lib/util/sort/mergeRuns (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) + (local $5 i32) + (local $6 f64) (local $7 f64) - (local $8 f64) + (local $8 i32) (local $9 i32) - (local $10 i32) local.get $2 i32.const 1 i32.sub - local.tee $6 + local.tee $5 local.get $3 i32.add - local.set $9 - local.get $6 + local.set $8 + local.get $5 i32.const 1 i32.add local.set $2 @@ -3187,40 +3256,40 @@ local.tee $2 i32.const 3 i32.shl - local.tee $10 + local.tee $9 local.get $4 i32.add local.get $0 - local.get $10 + local.get $9 i32.add - f64.load $0 - f64.store $0 + f64.load + f64.store br $for-loop|0 end end loop $for-loop|1 local.get $3 - local.get $6 + local.get $5 i32.gt_s if local.get $4 - local.get $9 - local.get $6 + local.get $8 + local.get $5 i32.sub i32.const 3 i32.shl i32.add local.get $0 - local.get $6 + local.get $5 i32.const 3 i32.shl i32.add - f64.load $0 offset=8 - f64.store $0 - local.get $6 + f64.load offset=8 + f64.store + local.get $5 i32.const 1 i32.add - local.set $6 + local.set $5 br $for-loop|1 end end @@ -3230,26 +3299,26 @@ i32.le_s if local.get $4 - local.get $6 + local.get $5 i32.const 3 i32.shl i32.add - f64.load $0 - local.set $7 + f64.load + local.set $6 local.get $4 local.get $2 i32.const 3 i32.shl i32.add - f64.load $0 - local.set $8 + f64.load + local.set $7 i32.const 2 global.set $~argumentsLength + local.get $6 local.get $7 - local.get $8 - local.get $5 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.const 10544 + i32.load + call_indirect (type $6) i32.const 0 i32.lt_s if @@ -3258,20 +3327,20 @@ i32.const 3 i32.shl i32.add - local.get $7 - f64.store $0 local.get $6 + f64.store + local.get $5 i32.const 1 i32.sub - local.set $6 + local.set $5 else local.get $0 local.get $1 i32.const 3 i32.shl i32.add - local.get $8 - f64.store $0 + local.get $7 + f64.store local.get $2 i32.const 1 i32.add @@ -3319,6 +3388,7 @@ (local $6 i32) (local $7 i32) (local $8 i32) + (local $9 i32) local.get $1 local.get $3 local.get $2 @@ -3350,19 +3420,19 @@ i32.shl i32.add local.tee $3 - i32.load $0 offset=4 + i32.load offset=4 local.tee $6 local.set $5 local.get $3 - i32.load $0 + i32.load local.set $3 i32.const 2 global.set $~argumentsLength local.get $3 local.get $6 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if @@ -3386,25 +3456,22 @@ i32.const 2 i32.shl i32.add - i32.load $0 - local.set $8 + local.tee $8 + i32.load + local.set $9 i32.const 2 global.set $~argumentsLength - local.get $8 + local.get $9 local.get $3 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|1 - local.get $0 - local.get $6 - i32.const 2 - i32.shl - i32.add local.get $8 - i32.store $0 offset=8 + local.get $9 + i32.store offset=8 local.get $6 i32.const 1 i32.sub @@ -3419,7 +3486,7 @@ i32.shl i32.add local.get $3 - i32.store $0 offset=8 + i32.store offset=8 loop $while-continue|2 local.get $1 local.get $6 @@ -3431,25 +3498,22 @@ i32.const 2 i32.shl i32.add - i32.load $0 - local.set $3 + local.tee $3 + i32.load + local.set $8 i32.const 2 global.set $~argumentsLength - local.get $3 + local.get $8 local.get $5 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|2 - local.get $0 - local.get $6 - i32.const 2 - i32.shl - i32.add local.get $3 - i32.store $0 offset=4 + local.get $8 + i32.store offset=4 local.get $6 i32.const 1 i32.sub @@ -3464,7 +3528,7 @@ i32.shl i32.add local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 i32.add @@ -3489,7 +3553,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $5 local.get $0 local.get $1 @@ -3499,15 +3563,15 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $6 i32.const 2 global.set $~argumentsLength local.get $5 local.get $6 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -3522,18 +3586,18 @@ i32.shl i32.add local.tee $5 - i32.load $0 offset=4 + i32.load offset=4 local.set $6 local.get $5 - i32.load $0 + i32.load local.set $5 i32.const 2 global.set $~argumentsLength local.get $6 local.get $5 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -3560,7 +3624,7 @@ i32.shl i32.add local.tee $3 - i32.load $0 + i32.load local.set $5 local.get $3 local.get $0 @@ -3569,15 +3633,15 @@ i32.shl i32.add local.tee $3 - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $1 i32.const 1 i32.add local.set $1 local.get $3 local.get $5 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.sub @@ -3597,18 +3661,18 @@ i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $5 local.get $1 - i32.load $0 + i32.load local.set $1 i32.const 2 global.set $~argumentsLength local.get $5 local.get $1 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -3657,8 +3721,8 @@ local.get $0 local.get $8 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store br $for-loop|0 end end @@ -3679,8 +3743,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 - i32.store $0 + i32.load offset=4 + i32.store local.get $6 i32.const 1 i32.add @@ -3698,22 +3762,22 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 local.get $4 local.get $2 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $8 i32.const 2 global.set $~argumentsLength local.get $7 local.get $8 local.get $5 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -3723,7 +3787,7 @@ i32.shl i32.add local.get $7 - i32.store $0 + i32.store local.get $6 i32.const 1 i32.sub @@ -3735,7 +3799,7 @@ i32.shl i32.add local.get $8 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.add @@ -3754,7 +3818,8 @@ local.get $1 i32.sub ) - (func $~lib/util/sort/insertionSort (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) + (func $~lib/util/sort/insertionSort (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) + (local $4 i32) (local $5 i32) (local $6 i32) (local $7 i32) @@ -3766,157 +3831,151 @@ i32.sub i32.const 1 i32.add - local.tee $5 + local.tee $4 local.get $3 i32.sub i32.const 1 i32.and i32.sub - local.get $5 + local.get $4 i32.const 1 i32.and local.get $3 select i32.add - local.set $7 + local.set $6 loop $for-loop|0 local.get $2 - local.get $7 + local.get $6 i32.ge_s if local.get $0 - local.get $7 + local.get $6 i32.const 2 i32.shl i32.add local.tee $3 - i32.load $0 offset=4 - local.tee $6 - local.set $5 + i32.load offset=4 + local.tee $5 + local.set $4 local.get $3 - i32.load $0 + i32.load local.set $3 i32.const 2 global.set $~argumentsLength local.get $3 - local.get $6 - local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + local.get $5 + i32.const 10848 + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if local.get $3 - local.set $5 - local.get $6 + local.set $4 + local.get $5 local.set $3 end - local.get $7 + local.get $6 i32.const 1 i32.sub - local.set $6 + local.set $5 loop $while-continue|1 local.get $1 - local.get $6 + local.get $5 i32.le_s if block $while-break|1 local.get $0 - local.get $6 + local.get $5 i32.const 2 i32.shl i32.add - i32.load $0 - local.set $8 + local.tee $8 + i32.load + local.set $7 i32.const 2 global.set $~argumentsLength - local.get $8 + local.get $7 local.get $3 - local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.const 10848 + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|1 - local.get $0 - local.get $6 - i32.const 2 - i32.shl - i32.add local.get $8 - i32.store $0 offset=8 - local.get $6 + local.get $7 + i32.store offset=8 + local.get $5 i32.const 1 i32.sub - local.set $6 + local.set $5 br $while-continue|1 end end end local.get $0 - local.get $6 + local.get $5 i32.const 2 i32.shl i32.add local.get $3 - i32.store $0 offset=8 + i32.store offset=8 loop $while-continue|2 local.get $1 - local.get $6 + local.get $5 i32.le_s if block $while-break|2 local.get $0 - local.get $6 + local.get $5 i32.const 2 i32.shl i32.add - i32.load $0 - local.set $3 + local.tee $3 + i32.load + local.set $7 i32.const 2 global.set $~argumentsLength - local.get $3 - local.get $5 + local.get $7 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.const 10848 + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|2 - local.get $0 - local.get $6 - i32.const 2 - i32.shl - i32.add local.get $3 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $5 i32.const 1 i32.sub - local.set $6 + local.set $5 br $while-continue|2 end end end local.get $0 - local.get $6 + local.get $5 i32.const 2 i32.shl i32.add - local.get $5 - i32.store $0 offset=4 - local.get $7 + local.get $4 + i32.store offset=4 + local.get $6 i32.const 2 i32.add - local.set $7 + local.set $6 br $for-loop|0 end end ) - (func $~lib/util/sort/extendRunRight (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32) + (func $~lib/util/sort/extendRunRight (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) local.get $1 local.get $2 i32.eq @@ -3929,65 +3988,65 @@ i32.const 2 i32.shl i32.add - i32.load $0 - local.set $5 + i32.load + local.set $4 local.get $0 local.get $1 i32.const 1 i32.add - local.tee $4 + local.tee $3 i32.const 2 i32.shl i32.add - i32.load $0 - local.set $6 + i32.load + local.set $5 i32.const 2 global.set $~argumentsLength + local.get $4 local.get $5 - local.get $6 - local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.const 10848 + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if loop $while-continue|0 local.get $2 - local.get $4 + local.get $3 i32.gt_s if (result i32) local.get $0 - local.get $4 + local.get $3 i32.const 2 i32.shl i32.add - local.tee $5 - i32.load $0 offset=4 - local.set $6 - local.get $5 - i32.load $0 + local.tee $4 + i32.load offset=4 local.set $5 + local.get $4 + i32.load + local.set $4 i32.const 2 global.set $~argumentsLength - local.get $6 local.get $5 - local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + local.get $4 + i32.const 10848 + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else i32.const 0 end if - local.get $4 + local.get $3 i32.const 1 i32.add - local.set $4 + local.set $3 br $while-continue|0 end end - local.get $4 + local.get $3 local.set $2 loop $while-continue|1 local.get $1 @@ -3999,25 +4058,25 @@ i32.const 2 i32.shl i32.add - local.tee $3 - i32.load $0 + local.tee $4 + i32.load local.set $5 - local.get $3 + local.get $4 local.get $0 local.get $2 i32.const 2 i32.shl i32.add - local.tee $3 - i32.load $0 - i32.store $0 + local.tee $4 + i32.load + i32.store local.get $1 i32.const 1 i32.add local.set $1 - local.get $3 + local.get $4 local.get $5 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.sub @@ -4028,55 +4087,55 @@ else loop $while-continue|2 local.get $2 - local.get $4 + local.get $3 i32.gt_s if (result i32) local.get $0 - local.get $4 + local.get $3 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 - local.set $5 + i32.load offset=4 + local.set $4 local.get $1 - i32.load $0 + i32.load local.set $1 i32.const 2 global.set $~argumentsLength - local.get $5 + local.get $4 local.get $1 - local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.const 10848 + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else i32.const 0 end if - local.get $4 + local.get $3 i32.const 1 i32.add - local.set $4 + local.set $3 br $while-continue|2 end end end - local.get $4 + local.get $3 ) - (func $~lib/util/sort/mergeRuns (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (param $5 i32) + (func $~lib/util/sort/mergeRuns (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) + (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) local.get $2 i32.const 1 i32.sub - local.tee $6 + local.tee $5 local.get $3 i32.add - local.set $7 - local.get $6 + local.set $6 + local.get $5 i32.const 1 i32.add local.set $2 @@ -4091,40 +4150,40 @@ local.tee $2 i32.const 2 i32.shl - local.tee $8 + local.tee $7 local.get $4 i32.add local.get $0 - local.get $8 + local.get $7 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store br $for-loop|0 end end loop $for-loop|1 local.get $3 - local.get $6 + local.get $5 i32.gt_s if local.get $4 - local.get $7 local.get $6 + local.get $5 i32.sub i32.const 2 i32.shl i32.add local.get $0 - local.get $6 + local.get $5 i32.const 2 i32.shl i32.add - i32.load $0 offset=4 - i32.store $0 - local.get $6 + i32.load offset=4 + i32.store + local.get $5 i32.const 1 i32.add - local.set $6 + local.set $5 br $for-loop|1 end end @@ -4134,26 +4193,26 @@ i32.le_s if local.get $4 - local.get $6 + local.get $5 i32.const 2 i32.shl i32.add - i32.load $0 - local.set $7 + i32.load + local.set $6 local.get $4 local.get $2 i32.const 2 i32.shl i32.add - i32.load $0 - local.set $8 + i32.load + local.set $7 i32.const 2 global.set $~argumentsLength + local.get $6 local.get $7 - local.get $8 - local.get $5 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.const 10848 + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -4162,20 +4221,20 @@ i32.const 2 i32.shl i32.add - local.get $7 - i32.store $0 local.get $6 + i32.store + local.get $5 i32.const 1 i32.sub - local.set $6 + local.set $5 else local.get $0 local.get $1 i32.const 2 i32.shl i32.add - local.get $8 - i32.store $0 + local.get $7 + i32.store local.get $2 i32.const 1 i32.add @@ -4302,7 +4361,7 @@ if local.get $0 i32.const 45 - i32.store16 $0 + i32.store16 i32.const 0 local.get $1 i32.sub @@ -4322,7 +4381,7 @@ local.get $1 i32.const 48 i32.or - i32.store16 $0 + i32.store16 local.get $2 i32.const 1 i32.add @@ -4391,7 +4450,7 @@ local.get $1 i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 return end @@ -4660,7 +4719,7 @@ i32.and i32.const 48 i32.add - i32.store16 $0 + i32.store16 local.get $5 i32.const 1 i32.add @@ -4675,6 +4734,7 @@ i64.extend_i32_u local.get $10 i64.extend_i32_s + local.tee $2 i64.shl local.get $8 i64.add @@ -4690,9 +4750,8 @@ i32.shl i32.const 13392 i32.add - i64.load32_u $0 - local.get $10 - i64.extend_i32_s + i64.load32_u + local.get $2 i64.shl local.set $2 local.get $0 @@ -4703,7 +4762,7 @@ i32.shl i32.add local.tee $0 - i32.load16_u $0 + i32.load16_u local.set $7 loop $while-continue|3 local.get $1 @@ -4747,7 +4806,7 @@ end local.get $0 local.get $7 - i32.store16 $0 + i32.store16 local.get $5 return end @@ -4784,7 +4843,7 @@ i32.and i32.const 48 i32.add - i32.store16 $0 + i32.store16 local.get $5 i32.const 1 i32.add @@ -4814,7 +4873,7 @@ i32.shl i32.const 13392 i32.add - i64.load32_u $0 + i64.load32_u i64.mul local.set $1 local.get $0 @@ -4825,7 +4884,7 @@ i32.shl i32.add local.tee $0 - i32.load16_u $0 + i32.load16_u local.set $7 loop $while-continue|6 local.get $1 @@ -4869,7 +4928,7 @@ end local.get $0 local.get $7 - i32.store16 $0 + i32.store16 local.get $5 ) (func $~lib/util/number/prettify (param $0 i32) (param $1 i32) (param $2 i32) (result i32) @@ -4884,7 +4943,7 @@ i32.shl i32.add i32.const 3145774 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.add @@ -4912,7 +4971,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $1 i32.const 1 i32.add @@ -4926,7 +4985,7 @@ i32.shl i32.add i32.const 3145774 - i32.store $0 + i32.store local.get $3 i32.const 2 i32.add @@ -4953,10 +5012,10 @@ i32.sub i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $0 i32.const 46 - i32.store16 $0 + i32.store16 local.get $1 i32.const 1 i32.add @@ -4981,10 +5040,10 @@ local.get $1 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $0 i32.const 3014704 - i32.store $0 + i32.store i32.const 2 local.set $2 loop $for-loop|1 @@ -4998,7 +5057,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $2 i32.const 1 i32.add @@ -5016,7 +5075,7 @@ if local.get $0 i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 i32.const 4 i32.add @@ -5090,7 +5149,7 @@ i32.const 43 local.get $3 select - i32.store16 $0 + i32.store16 else local.get $0 i32.const 4 @@ -5104,16 +5163,16 @@ local.tee $2 i32.const 2 i32.sub - memory.copy $0 $0 + memory.copy local.get $0 i32.const 46 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 local.get $2 i32.add local.tee $0 i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 i32.const 4 i32.add @@ -5187,7 +5246,7 @@ i32.const 43 local.get $2 select - i32.store16 $0 + i32.store16 local.get $0 local.get $1 i32.add @@ -5222,7 +5281,7 @@ if (result f64) local.get $0 i32.const 45 - i32.store16 $0 + i32.store16 local.get $1 f64.neg else @@ -5322,14 +5381,14 @@ local.get $9 i32.const 12520 i32.add - i64.load $0 + i64.load global.set $~lib/util/number/_frc_pow local.get $8 i32.const 1 i32.shl i32.const 13216 i32.add - i32.load16_s $0 + i32.load16_s global.set $~lib/util/number/_exp_pow local.get $2 local.get $2 @@ -5488,13 +5547,13 @@ if local.get $0 i32.const 48 - i32.store16 $0 + i32.store16 local.get $0 i32.const 46 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 i32.const 48 - i32.store16 $0 offset=4 + i32.store16 offset=4 i32.const 3 return end @@ -5510,13 +5569,13 @@ if local.get $0 i32.const 78 - i32.store16 $0 + i32.store16 local.get $0 i32.const 97 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 i32.const 78 - i32.store16 $0 offset=4 + i32.store16 offset=4 i32.const 3 return else @@ -5527,7 +5586,7 @@ if local.get $0 i32.const 45 - i32.store16 $0 + i32.store16 local.get $0 i32.const 2 i32.add @@ -5535,10 +5594,10 @@ end local.get $0 i64.const 29555310648492105 - i64.store $0 + i64.store local.get $0 i64.const 34058970405077102 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 i32.const 8 i32.add @@ -5555,25 +5614,24 @@ (local $3 i32) local.get $1 i32.extend8_s + local.tee $3 i32.const 0 i32.lt_s local.tee $2 if - local.get $1 - i32.const 255 - i32.and - i32.const 128 + local.get $3 + i32.const -128 i32.eq if local.get $0 i64.const 15762813447372845 - i64.store $0 + i64.store i32.const 4 return end local.get $0 i32.const 45 - i32.store16 $0 + i32.store16 i32.const 0 local.get $1 i32.sub @@ -5584,18 +5642,18 @@ i32.const 1 i32.shl i32.add - local.set $3 + local.set $0 local.get $1 i32.extend8_s + local.tee $3 i32.const 10 i32.lt_u if + local.get $0 local.get $3 - local.get $1 - i32.extend8_s i32.const 48 i32.or - i32.store16 $0 + i32.store16 local.get $2 i32.const 1 i32.add @@ -5649,13 +5707,13 @@ i32.add end end - local.set $0 - local.get $3 - local.get $1 + local.set $3 local.get $0 + local.get $1 + local.get $3 call $~lib/util/number/utoa32_dec_lut - local.get $0 local.get $2 + local.get $3 i32.add ) (func $~lib/util/number/itoa_buffered (param $0 i32) (param $1 i32) (result i32) @@ -5663,77 +5721,75 @@ local.get $1 i32.const 65535 i32.and + local.tee $2 i32.const 10 i32.lt_u if local.get $0 - local.get $1 - i32.const 65535 - i32.and + local.get $2 i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 return end local.get $1 i32.const 65535 i32.and - local.set $2 - local.get $2 + local.set $1 + local.get $1 i32.const 100 i32.lt_u if (result i32) - local.get $2 + local.get $1 i32.const 10 i32.ge_u i32.const 1 i32.add else - local.get $2 + local.get $1 i32.const 10000 i32.ge_u i32.const 3 i32.add - local.get $2 + local.get $1 i32.const 1000 i32.ge_u i32.add end - local.set $1 + local.set $2 local.get $0 - local.get $2 local.get $1 + local.get $2 call $~lib/util/number/utoa32_dec_lut - local.get $1 + local.get $2 ) (func $~lib/util/number/itoa_buffered (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) local.get $1 i32.extend16_s + local.tee $3 i32.const 0 i32.lt_s local.tee $2 if - local.get $1 - i32.const 65535 - i32.and - i32.const 32768 + local.get $3 + i32.const -32768 i32.eq if local.get $0 i64.const 15481338470793261 - i64.store $0 + i64.store local.get $0 i32.const 3670070 - i32.store $0 offset=8 + i32.store offset=8 i32.const 6 return end local.get $0 i32.const 45 - i32.store16 $0 + i32.store16 i32.const 0 local.get $1 i32.sub @@ -5744,18 +5800,18 @@ i32.const 1 i32.shl i32.add - local.set $3 + local.set $0 local.get $1 i32.extend16_s + local.tee $3 i32.const 10 i32.lt_u if + local.get $0 local.get $3 - local.get $1 - i32.extend16_s i32.const 48 i32.or - i32.store16 $0 + i32.store16 local.get $2 i32.const 1 i32.add @@ -5809,13 +5865,13 @@ i32.add end end - local.set $0 - local.get $3 - local.get $1 + local.set $3 local.get $0 + local.get $1 + local.get $3 call $~lib/util/number/utoa32_dec_lut - local.get $0 local.get $2 + local.get $3 i32.add ) (func $~lib/util/number/utoa64_dec_lut (param $0 i32) (param $1 i64) (param $2 i32) @@ -5853,7 +5909,7 @@ i32.shl i32.const 7724 i32.add - i64.load32_u $0 + i64.load32_u local.get $4 i32.const 100 i32.rem_u @@ -5861,11 +5917,11 @@ i32.shl i32.const 7724 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store local.get $0 local.get $2 i32.const 4 @@ -5884,7 +5940,7 @@ i32.shl i32.const 7724 i32.add - i64.load32_u $0 + i64.load32_u local.get $3 i32.const 100 i32.rem_u @@ -5892,11 +5948,11 @@ i32.shl i32.const 7724 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -5915,11 +5971,11 @@ i64.const 10 i64.lt_u if - local.get $2 + local.get $0 local.get $1 i64.const 48 i64.or - i64.store16 $0 + i64.store16 i32.const 1 return end @@ -6049,7 +6105,7 @@ if local.get $0 i32.const 45 - i32.store16 $0 + i32.store16 i64.const 0 local.get $1 i64.sub @@ -6069,7 +6125,7 @@ local.get $1 i64.const 48 i64.or - i64.store16 $0 + i64.store16 local.get $3 i32.const 1 i32.add @@ -6197,39 +6253,38 @@ local.get $1 i32.const 255 i32.and + local.tee $2 i32.const 10 i32.lt_u if local.get $0 - local.get $1 - i32.const 255 - i32.and + local.get $2 i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 return end local.get $1 i32.const 255 i32.and - local.set $2 + local.set $1 i32.const 3 - local.get $2 + local.get $1 i32.const 10 i32.ge_u i32.const 1 i32.add - local.get $2 + local.get $1 i32.const 100 i32.ge_u select - local.set $1 + local.set $2 local.get $0 - local.get $2 local.get $1 + local.get $2 call $~lib/util/number/utoa32_dec_lut - local.get $1 + local.get $2 ) (func $~lib/rt/__visit_members (param $0 i32) (local $1 i32) @@ -6251,7 +6306,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner4 $folding-inner0 $std/array/Ref $folding-inner4 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner2 $folding-inner2 $folding-inner1 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $std/array/Dim $folding-inner1 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner1 $folding-inner2 $std/array/Proxy $folding-inner1 $folding-inner2 $folding-inner1 $folding-inner2 $folding-inner2 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner1 $folding-inner1 $folding-inner1 $folding-inner2 $invalid end return @@ -6279,10 +6334,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store br $folding-inner5 end global.get $~lib/memory/__stack_pointer @@ -6296,19 +6351,19 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 2 i32.shl i32.add @@ -6319,11 +6374,11 @@ i32.lt_u if local.get $1 - i32.load $0 + i32.load local.tee $3 if local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $1 i32.const 4 @@ -6334,7 +6389,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store br $folding-inner5 end global.get $~lib/memory/__stack_pointer @@ -6348,17 +6403,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load offset=4 + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -6373,21 +6424,17 @@ unreachable end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -6406,7 +6453,6 @@ (local $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -6425,41 +6471,44 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 16 i32.const 4 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 + local.get $2 + i32.const 0 + i32.store local.get $2 i32.const 0 - i32.store $0 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 268435455 i32.gt_u @@ -6484,43 +6533,39 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $3 - i32.store $0 + i32.store + local.get $2 local.get $3 - if - local.get $2 - local.get $3 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=4 - local.get $4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=12 - local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -6547,20 +6592,20 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 4 i32.const 5 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $2 i32.const 8 i32.add @@ -6588,18 +6633,18 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i32.const 0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $4 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $0 local.get $2 i32.add @@ -6637,7 +6682,7 @@ local.get $0 local.get $2 i32.sub - memory.fill $0 + memory.fill end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -6664,12 +6709,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $1 i32.const 4 @@ -6697,13 +6742,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1344 @@ -6716,12 +6761,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load8_u $0 + i32.load8_u local.set $0 local.get $2 i32.const 4 @@ -6751,16 +6796,16 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store block $folding-inner1 block $folding-inner0 local.get $1 @@ -6779,14 +6824,14 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/array/Array#__get local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/array/Array#__get @@ -6834,7 +6879,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -6854,7 +6899,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -6886,19 +6931,19 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $5 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $0 i32.add local.get $2 @@ -6926,7 +6971,7 @@ i32.lt_s select local.set $0 - block $__inlined_func$~lib/util/bytes/FILL + block $__inlined_func$~lib/util/bytes/FILL$139 local.get $1 i32.eqz local.get $1 @@ -6949,9 +6994,9 @@ i32.sub i32.const 2 i32.shl - memory.fill $0 + memory.fill end - br $__inlined_func$~lib/util/bytes/FILL + br $__inlined_func$~lib/util/bytes/FILL$139 end loop $for-loop|0 local.get $0 @@ -6964,7 +7009,7 @@ i32.shl i32.add local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.add @@ -6998,13 +7043,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1344 @@ -7017,14 +7062,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -7054,16 +7099,16 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store block $folding-inner1 block $folding-inner0 local.get $1 @@ -7082,14 +7127,14 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/array/Array#__get local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/array/Array#__get @@ -7137,7 +7182,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -7157,7 +7202,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -7189,19 +7234,19 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $5 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $0 i32.add local.get $2 @@ -7229,7 +7274,7 @@ i32.lt_s select local.set $0 - block $__inlined_func$~lib/util/bytes/FILL + block $__inlined_func$~lib/util/bytes/FILL$148 local.get $1 i32.reinterpret_f32 i32.eqz @@ -7249,9 +7294,9 @@ i32.sub i32.const 2 i32.shl - memory.fill $0 + memory.fill end - br $__inlined_func$~lib/util/bytes/FILL + br $__inlined_func$~lib/util/bytes/FILL$148 end loop $for-loop|0 local.get $0 @@ -7264,7 +7309,7 @@ i32.shl i32.add local.get $1 - f32.store $0 + f32.store local.get $2 i32.const 1 i32.add @@ -7299,13 +7344,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1344 @@ -7318,14 +7363,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $2 local.get $3 i32.const 4 @@ -7356,16 +7401,16 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store block $folding-inner1 block $folding-inner0 local.get $1 @@ -7384,7 +7429,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/array/Array#__get @@ -7394,7 +7439,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/array/Array#__get @@ -7408,7 +7453,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/array/Array#__get @@ -7420,7 +7465,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $5 local.get $1 local.get $2 @@ -7434,14 +7479,14 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/array/Array#__get local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/array/Array#__get @@ -7490,7 +7535,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -7510,7 +7555,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -7541,22 +7586,22 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 + i32.load local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_s local.set $0 @@ -7587,13 +7632,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $4 i32.const 2 i32.shr_u @@ -7612,9 +7657,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $3 i32.const 8 local.get $1 @@ -7644,12 +7689,12 @@ select local.set $1 end - block $__inlined_func$~lib/rt/itcms/__renew + block $__inlined_func$~lib/rt/itcms/__renew$651 local.get $3 i32.const 20 i32.sub local.tee $4 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 16 @@ -7659,26 +7704,26 @@ if local.get $4 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $3 local.set $2 - br $__inlined_func$~lib/rt/itcms/__renew + br $__inlined_func$~lib/rt/itcms/__renew$651 end local.get $1 local.get $4 - i32.load $0 offset=12 + i32.load offset=12 call $~lib/rt/itcms/__new local.tee $2 local.get $3 local.get $1 local.get $4 - i32.load $0 offset=16 + i32.load offset=16 local.tee $4 local.get $1 local.get $4 i32.lt_u select - memory.copy $0 $0 + memory.copy end local.get $2 local.get $3 @@ -7686,21 +7731,18 @@ if local.get $0 local.get $2 - i32.store $0 + i32.store local.get $0 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 + local.get $0 local.get $2 - if - local.get $0 - local.get $2 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link end local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -7728,13 +7770,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $2 i32.const 1 i32.add @@ -7743,21 +7785,21 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 i32.const 2 i32.shl i32.add local.get $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -7783,13 +7825,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1344 @@ -7802,14 +7844,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -7839,12 +7881,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $2 i32.const 0 i32.le_s @@ -7859,9 +7901,9 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 i32.const 1 i32.sub @@ -7869,14 +7911,14 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $3 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 4 i32.add @@ -7903,13 +7945,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if local.get $1 @@ -7932,29 +7974,26 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add local.get $2 - i32.store $0 + i32.store + local.get $0 local.get $2 - if - local.get $0 - local.get $2 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -7980,13 +8019,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $2 i32.const 0 local.get $1 @@ -8008,14 +8047,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -8046,18 +8085,18 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=12 + i32.load offset=12 local.tee $2 local.get $3 i32.add @@ -8079,36 +8118,36 @@ i32.const 0 call $~lib/rt/__newArray local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 - i32.load $0 offset=4 + i32.load offset=4 local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $3 i32.const 2 i32.shl local.tee $0 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $0 local.get $5 i32.add local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -8136,19 +8175,19 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i32.const 0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $4 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $5 local.get $3 local.get $5 @@ -8241,7 +8280,7 @@ select i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -8267,7 +8306,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -8283,7 +8322,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -8315,22 +8354,23 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $4 i32.const 0 - i32.store $0 + i32.store block $folding-inner1 block $folding-inner0 local.get $2 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length local.get $2 @@ -8348,14 +8388,14 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 call $~lib/array/Array#__get local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $3 call $~lib/array/Array#__get @@ -8405,13 +8445,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 1 i32.add local.tee $2 @@ -8419,9 +8459,9 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $3 i32.const 4 i32.add @@ -8431,16 +8471,16 @@ i32.sub i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $3 local.get $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -8468,12 +8508,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $3 local.get $1 i32.const 0 @@ -8533,20 +8573,20 @@ i32.const 0 call $~lib/rt/__newArray local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.tee $2 local.get $4 - i32.store $0 + i32.store local.get $4 - i32.load $0 offset=4 + i32.load offset=4 local.set $5 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl @@ -8554,7 +8594,7 @@ local.get $3 i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $2 i32.const 8 i32.add @@ -8580,7 +8620,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -8598,7 +8638,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -8637,18 +8677,18 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $4 i32.const 1 i32.gt_u @@ -8672,7 +8712,7 @@ local.get $2 i32.add local.tee $7 - i64.load $0 + i64.load local.tee $3 i64.const 8 i64.shr_u @@ -8692,7 +8732,7 @@ local.get $1 i32.sub local.tee $7 - i64.load $0 + i64.load local.tee $8 i64.const 8 i64.shr_u @@ -8717,7 +8757,7 @@ i64.or i64.const 32 i64.rotr - i64.store $0 + i64.store local.get $7 local.get $3 i64.const 16 @@ -8732,7 +8772,7 @@ i64.or i64.const 32 i64.rotr - i64.store $0 + i64.store local.get $1 i32.const 8 i32.add @@ -8753,7 +8793,7 @@ local.get $2 i32.add local.tee $6 - i32.load8_u $0 + i32.load8_u local.set $7 local.get $6 local.get $2 @@ -8762,11 +8802,11 @@ i32.sub i32.add local.tee $6 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $6 local.get $7 - i32.store8 $0 + i32.store8 local.get $1 i32.const 1 i32.add @@ -8807,18 +8847,18 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $3 i32.const 1 i32.gt_u @@ -8846,7 +8886,7 @@ i32.shl i32.add local.tee $6 - i32.load $0 + i32.load i32.const 16 i32.rotr local.set $7 @@ -8857,13 +8897,13 @@ i32.shl i32.add local.tee $6 - i32.load $0 + i32.load i32.const 16 i32.rotr - i32.store $0 + i32.store local.get $6 local.get $7 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.add @@ -8886,7 +8926,7 @@ i32.shl i32.add local.tee $5 - i32.load16_u $0 + i32.load16_u local.set $6 local.get $5 local.get $2 @@ -8897,11 +8937,11 @@ i32.shl i32.add local.tee $5 - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $5 local.get $6 - i32.store16 $0 + i32.store16 local.get $1 i32.const 1 i32.add @@ -8936,13 +8976,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1344 @@ -8955,14 +8995,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $0 local.get $2 i32.const 4 @@ -8972,6 +9012,7 @@ ) (func $~lib/array/Array#indexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) + (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -8988,14 +9029,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $4 i32.const 0 - i32.store $0 - local.get $3 + i32.store + local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $3 i32.eqz local.get $2 @@ -9003,7 +9044,7 @@ i32.ge_s i32.or if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -9027,9 +9068,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -9041,7 +9082,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $1 i32.eq if @@ -9067,6 +9108,7 @@ ) (func $~lib/array/Array#lastIndexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) + (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -9083,18 +9125,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $4 i32.const 0 - i32.store $0 - local.get $3 + i32.store + local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $3 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -9119,9 +9161,9 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -9133,7 +9175,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $1 i32.eq if @@ -9176,7 +9218,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -9189,14 +9231,14 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $2 end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -9228,10 +9270,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -9268,14 +9310,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $3 local.get $1 i32.const 0 @@ -9317,20 +9359,20 @@ i32.const 0 call $~lib/rt/__newArray local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.tee $5 local.get $4 - i32.store $0 + i32.store local.get $4 - i32.load $0 offset=4 + i32.load offset=4 local.set $6 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $6 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $5 local.get $1 i32.const 2 @@ -9340,7 +9382,7 @@ local.get $2 i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $1 local.get $2 i32.add @@ -9359,17 +9401,17 @@ i32.sub i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 local.get $2 i32.sub - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8 i32.add @@ -9395,7 +9437,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -9411,7 +9453,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -9447,14 +9489,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 i32.const 2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $2 local.get $1 i32.const 0 @@ -9496,20 +9538,20 @@ i32.const 0 call $~lib/rt/__newArray local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.tee $5 local.get $4 - i32.store $0 + i32.store local.get $4 - i32.load $0 offset=4 + i32.load offset=4 local.set $6 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $6 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $5 local.get $3 i32.const 2 @@ -9519,7 +9561,7 @@ local.get $1 i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $2 local.get $1 local.get $3 @@ -9538,17 +9580,17 @@ i32.sub i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 local.get $1 i32.sub - i32.store $0 offset=12 + i32.store offset=12 local.get $3 i32.const 8 i32.add @@ -9575,13 +9617,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1344 @@ -9594,17 +9636,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz if @@ -9641,13 +9683,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1344 @@ -9660,17 +9702,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 8 i32.add @@ -9697,13 +9739,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if local.get $1 @@ -9726,23 +9768,23 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add local.get $2 - i32.store $0 + i32.store local.get $3 i32.const 4 i32.add @@ -9771,51 +9813,51 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 - local.set $3 + i32.load offset=12 + local.set $4 loop $for-loop|0 global.get $~lib/memory/__stack_pointer + local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $2 - local.get $3 + local.get $4 local.get $0 - i32.load $0 offset=12 - local.tee $4 - local.get $3 + i32.load offset=12 + local.tee $5 local.get $4 + local.get $5 i32.lt_s select i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.tee $4 + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $5 - local.get $4 + local.get $3 local.get $0 - i32.store $0 + i32.store i32.const 3 global.set $~argumentsLength local.get $5 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if global.get $~lib/memory/__stack_pointer i32.const 8 @@ -9856,10 +9898,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 100 call $~lib/array/Array#push @@ -9890,10 +9932,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#pop drop @@ -9927,12 +9969,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 1 i32.sub local.set $2 @@ -9944,26 +9986,26 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if global.get $~lib/memory/__stack_pointer i32.const 8 @@ -10008,51 +10050,51 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 - local.set $3 + i32.load offset=12 + local.set $4 loop $for-loop|0 global.get $~lib/memory/__stack_pointer + local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $2 - local.get $3 + local.get $4 local.get $0 - i32.load $0 offset=12 - local.tee $4 - local.get $3 + i32.load offset=12 + local.tee $5 local.get $4 + local.get $5 i32.lt_s select i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.tee $4 + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $5 - local.get $4 + local.get $3 local.get $0 - i32.store $0 + i32.store i32.const 3 global.set $~argumentsLength local.get $5 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) i32.eqz if global.get $~lib/memory/__stack_pointer @@ -10094,10 +10136,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 100 call $~lib/array/Array#push @@ -10128,10 +10170,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#pop drop @@ -10166,51 +10208,51 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 - local.set $3 + i32.load offset=12 + local.set $4 loop $for-loop|0 global.get $~lib/memory/__stack_pointer + local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $2 - local.get $3 + local.get $4 local.get $0 - i32.load $0 offset=12 - local.tee $4 - local.get $3 + i32.load offset=12 + local.tee $5 local.get $4 + local.get $5 i32.lt_s select i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.tee $4 + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $5 - local.get $4 + local.get $3 local.get $0 - i32.store $0 + i32.store i32.const 3 global.set $~argumentsLength local.get $5 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if global.get $~lib/memory/__stack_pointer i32.const 8 @@ -10251,10 +10293,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 100 call $~lib/array/Array#push @@ -10285,10 +10327,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#pop drop @@ -10323,51 +10365,51 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 - local.set $3 + i32.load offset=12 + local.set $4 loop $for-loop|0 global.get $~lib/memory/__stack_pointer + local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $2 - local.get $3 + local.get $4 local.get $0 - i32.load $0 offset=12 - local.tee $4 - local.get $3 + i32.load offset=12 + local.tee $5 local.get $4 + local.get $5 i32.lt_s select i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.tee $4 + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $5 - local.get $4 + local.get $3 local.get $0 - i32.store $0 + i32.store i32.const 3 global.set $~argumentsLength local.get $5 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_none) + i32.load + call_indirect (type $3) local.get $2 i32.const 1 i32.add @@ -10399,10 +10441,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 100 call $~lib/array/Array#push @@ -10434,10 +10476,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#pop drop @@ -10469,7 +10511,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $1 i32.eqz if @@ -10480,7 +10522,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#pop drop @@ -10500,7 +10542,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $3 i32.const 100 @@ -10522,7 +10564,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#pop drop @@ -10542,7 +10584,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $3 i32.const 200 @@ -10595,10 +10637,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 100 call $~lib/array/Array#push @@ -10637,72 +10679,72 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=12 - local.tee $4 + i32.load offset=12 + local.tee $3 i32.const 2 i32.const 4 i32.const 0 call $~lib/rt/__newArray - local.tee $3 - i32.store $0 offset=4 + local.tee $4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 - i32.load $0 offset=4 - local.set $5 + local.get $4 + i32.store + local.get $4 + i32.load offset=4 + local.set $6 loop $for-loop|0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.get $0 - i32.store $0 + i32.store local.get $2 - local.get $4 + local.get $3 local.get $0 - i32.load $0 offset=12 - local.tee $3 + i32.load offset=12 + local.tee $5 local.get $3 - local.get $4 - i32.gt_s + local.get $5 + i32.lt_s select i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.tee $6 + local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 2 i32.shl - local.tee $7 + local.tee $5 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load $0 - local.set $3 - local.get $6 + i32.load + local.set $7 + local.get $4 local.get $0 - i32.store $0 + i32.store i32.const 3 global.set $~argumentsLength local.get $5 - local.get $7 + local.get $6 i32.add - local.get $3 + local.get $7 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) - i32.store $0 + i32.load + call_indirect (type $1) + i32.store local.get $2 i32.const 1 i32.add @@ -10734,10 +10776,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#pop drop @@ -10775,7 +10817,7 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 i32.const 2 @@ -10783,55 +10825,55 @@ i32.const 0 call $~lib/rt/__newArray local.tee $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $3 loop $for-loop|0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 local.get $0 - i32.load $0 offset=12 - local.tee $4 + i32.load offset=12 + local.tee $6 local.get $3 - local.get $4 + local.get $6 i32.lt_s select i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.tee $4 + local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $6 local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 3 global.set $~argumentsLength local.get $6 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $6 call $~lib/array/Array#push @@ -10868,10 +10910,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 100 call $~lib/array/Array#push @@ -10906,10 +10948,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#pop drop @@ -10948,43 +10990,43 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 - local.set $4 + i32.load offset=12 + local.set $5 loop $for-loop|0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.get $0 - i32.store $0 + i32.store local.get $3 - local.get $4 + local.get $5 local.get $0 - i32.load $0 offset=12 - local.tee $5 - local.get $4 + i32.load offset=12 + local.tee $6 local.get $5 + local.get $6 i32.lt_s select i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.tee $5 + local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $3 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $6 - local.get $5 + local.get $4 local.get $0 - i32.store $0 + i32.store i32.const 4 global.set $~argumentsLength local.get $2 @@ -10992,8 +11034,8 @@ local.get $3 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $4) local.set $2 local.get $3 i32.const 1 @@ -11027,10 +11069,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 1 call $~lib/array/Array#push @@ -11061,10 +11103,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#pop drop @@ -11098,12 +11140,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 1 i32.sub local.set $3 @@ -11115,18 +11157,18 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $3 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $5 local.get $4 local.get $0 - i32.store $0 + i32.store i32.const 4 global.set $~argumentsLength local.get $2 @@ -11134,8 +11176,8 @@ local.get $3 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $4) local.set $2 local.get $3 i32.const 1 @@ -11153,6 +11195,7 @@ (func $std/array/Dim#constructor (result i32) (local $0 i32) (local $1 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -11165,17 +11208,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 8 i32.const 22 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -11185,17 +11228,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -11203,19 +11247,19 @@ global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -11243,9 +11287,10 @@ (local $12 i32) (local $13 i32) (local $14 i64) - (local $15 f32) - (local $16 f32) - (local $17 i32) + (local $15 i32) + (local $16 i32) + (local $17 f32) + (local $18 f32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -11263,7 +11308,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $folding-inner0 local.get $1 i32.const 48 @@ -11286,87 +11331,87 @@ br $break|0 end local.get $0 - f32.load $0 + f32.load local.set $9 local.get $0 - f32.load $0 offset=4 - local.set $15 + f32.load offset=4 + local.set $17 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $15 + local.get $17 local.get $9 local.get $9 - local.get $15 + local.get $17 local.get $2 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $5) i32.const 0 i32.gt_s local.tee $1 select - f32.store $0 + f32.store local.get $0 - f32.load $0 offset=8 - local.set $16 + f32.load offset=8 + local.set $18 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $16 + local.get $18 local.get $9 - local.get $15 + local.get $17 local.get $1 select local.tee $9 local.get $9 - local.get $16 + local.get $18 local.get $2 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $5) i32.const 0 i32.gt_s local.tee $1 select - f32.store $0 offset=4 + f32.store offset=4 local.get $0 local.get $9 - local.get $16 + local.get $18 local.get $1 select - f32.store $0 offset=8 + f32.store offset=8 end local.get $0 - f32.load $0 + f32.load local.set $9 local.get $0 - f32.load $0 offset=4 - local.set $15 + f32.load offset=4 + local.set $17 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $15 + local.get $17 local.get $9 local.get $9 - local.get $15 + local.get $17 local.get $2 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $5) i32.const 0 i32.gt_s local.tee $1 select - f32.store $0 + f32.store local.get $0 local.get $9 - local.get $15 + local.get $17 local.get $1 select - f32.store $0 offset=4 + f32.store offset=4 br $folding-inner0 end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -11413,7 +11458,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add @@ -11436,7 +11481,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -11454,7 +11499,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 31 @@ -11479,7 +11524,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $4 i32.const 1 @@ -11499,7 +11544,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $6 local.get $10 @@ -11547,29 +11592,28 @@ local.get $7 i32.gt_u if - local.get $11 local.get $1 i32.const 2 i32.shl + local.tee $15 + local.get $11 i32.add - i32.load $0 + local.tee $16 + i32.load local.tee $8 i32.const -1 i32.ne if - local.get $1 - i32.const 2 - i32.shl - local.tee $17 local.get $12 + local.get $15 i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $8 local.get $3 @@ -11577,11 +11621,9 @@ local.get $13 local.get $2 call $~lib/util/sort/mergeRuns - local.get $11 - local.get $17 - i32.add + local.get $16 i32.const -1 - i32.store $0 + i32.store local.get $8 local.set $3 end @@ -11599,12 +11641,12 @@ local.get $11 i32.add local.get $3 - i32.store $0 + i32.store local.get $1 local.get $12 i32.add local.get $4 - i32.store $0 + i32.store local.get $6 local.set $3 local.get $5 @@ -11617,31 +11659,30 @@ loop $for-loop|4 local.get $1 if - local.get $11 local.get $1 i32.const 2 i32.shl - i32.add - i32.load $0 local.tee $3 + local.get $11 + i32.add + i32.load + local.tee $4 i32.const -1 i32.ne if + local.get $3 local.get $12 - local.get $1 - i32.const 2 - i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 - local.get $3 local.get $4 + local.get $3 local.get $10 local.get $13 local.get $2 @@ -11685,10 +11726,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -11701,15 +11742,15 @@ local.set $1 global.get $~lib/memory/__stack_pointer i32.const 10256 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 8 i32.sub @@ -11721,22 +11762,22 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $0 local.get $1 @@ -11758,22 +11799,23 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) + (local $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) - (local $9 f64) + (local $8 f64) + (local $9 i32) (local $10 i32) (local $11 i32) (local $12 i32) - (local $13 i32) - (local $14 i64) - (local $15 f64) + (local $13 i64) + (local $14 i32) + (local $15 i32) (local $16 f64) - (local $17 i32) + (local $17 f64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -11791,7 +11833,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $folding-inner0 local.get $1 i32.const 48 @@ -11814,94 +11856,94 @@ br $break|0 end local.get $0 - f64.load $0 - local.set $9 + f64.load + local.set $16 local.get $0 - f64.load $0 offset=8 - local.set $15 + f64.load offset=8 + local.set $17 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $15 - local.get $9 - local.get $9 - local.get $15 - local.get $2 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + local.get $17 + local.get $16 + local.get $16 + local.get $17 + i32.const 10544 + i32.load + call_indirect (type $6) i32.const 0 i32.gt_s local.tee $1 select - f64.store $0 + f64.store local.get $0 - f64.load $0 offset=16 - local.set $16 + f64.load offset=16 + local.set $8 i32.const 2 global.set $~argumentsLength - local.get $0 local.get $16 - local.get $9 - local.get $15 + local.get $17 local.get $1 select - local.tee $9 - local.get $9 - local.get $16 - local.get $2 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + local.tee $16 + local.get $8 + i32.const 10544 + i32.load + call_indirect (type $6) i32.const 0 i32.gt_s - local.tee $1 + local.set $1 + local.get $0 + local.get $8 + local.get $16 + local.get $1 select - f64.store $0 offset=8 + f64.store offset=8 local.get $0 - local.get $9 local.get $16 + local.get $8 local.get $1 select - f64.store $0 offset=16 + f64.store offset=16 end local.get $0 - f64.load $0 - local.set $9 + f64.load + local.set $8 local.get $0 - f64.load $0 offset=8 - local.set $15 + f64.load offset=8 + local.set $16 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $15 - local.get $9 - local.get $9 - local.get $15 - local.get $2 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + local.get $16 + local.get $8 + local.get $8 + local.get $16 + i32.const 10544 + i32.load + call_indirect (type $6) i32.const 0 i32.gt_s local.tee $1 select - f64.store $0 + f64.store local.get $0 - local.get $9 - local.get $15 + local.get $8 + local.get $16 local.get $1 select - f64.store $0 offset=8 + f64.store offset=8 br $folding-inner0 end global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 10544 + i32.store local.get $0 i32.const 0 local.get $1 i32.const 1 i32.sub i32.const 0 - local.get $2 call $~lib/util/sort/insertionSort br $folding-inner0 end @@ -11909,43 +11951,43 @@ local.get $1 i32.clz i32.sub - local.tee $4 + local.tee $3 i32.const 2 i32.shl - local.tee $5 + local.tee $4 i32.const 1 i32.shl - local.set $6 + local.set $5 global.get $~lib/rt/tlsf/ROOT i32.eqz if call $~lib/rt/tlsf/initialize end - local.get $5 + local.get $4 global.get $~lib/rt/tlsf/ROOT - local.get $6 + local.get $5 call $~lib/rt/tlsf/allocateBlock i32.const 4 i32.add - local.tee $11 + local.tee $10 i32.add - local.set $12 + local.set $11 loop $for-loop|1 + local.get $2 local.get $3 - local.get $4 i32.lt_u if - local.get $11 - local.get $3 + local.get $10 + local.get $2 i32.const 2 i32.shl i32.add i32.const -1 - i32.store $0 - local.get $3 + i32.store + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|1 end end @@ -11961,19 +12003,18 @@ call $~lib/rt/tlsf/allocateBlock i32.const 4 i32.add - local.set $13 + local.set $12 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 10544 + i32.store local.get $0 i32.const 0 local.get $1 i32.const 1 i32.sub - local.tee $10 - local.get $2 + local.tee $9 call $~lib/util/sort/extendRunRight - local.tee $4 + local.tee $3 i32.const 1 i32.add local.tee $1 @@ -11981,137 +12022,130 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 10544 + i32.store local.get $0 i32.const 0 i32.const 31 - local.get $10 - local.get $10 + local.get $9 + local.get $9 i32.const 31 i32.ge_s select - local.tee $4 + local.tee $3 local.get $1 - local.get $2 call $~lib/util/sort/insertionSort end i32.const 0 local.set $1 i32.const 0 - local.set $3 + local.set $2 loop $while-continue|2 - local.get $4 - local.get $10 + local.get $3 + local.get $9 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 10544 + i32.store local.get $0 - local.get $4 + local.get $3 i32.const 1 i32.add - local.tee $6 - local.get $10 - local.get $2 - call $~lib/util/sort/extendRunRight local.tee $5 - local.get $6 + local.get $9 + call $~lib/util/sort/extendRunRight + local.tee $4 + local.get $5 i32.sub i32.const 1 i32.add - local.tee $7 + local.tee $6 i32.const 32 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 10544 + i32.store local.get $0 - local.get $6 - local.get $10 - local.get $6 + local.get $5 + local.get $9 + local.get $5 i32.const 31 i32.add - local.tee $5 - local.get $5 - local.get $10 + local.tee $4 + local.get $4 + local.get $9 i32.gt_s select - local.tee $5 - local.get $7 - local.get $2 + local.tee $4 + local.get $6 call $~lib/util/sort/insertionSort end - local.get $3 - local.get $6 + local.get $2 + local.get $5 i32.add i64.extend_i32_u i64.const 30 i64.shl - local.get $10 + local.get $9 i32.const 1 i32.add i64.extend_i32_u - local.tee $14 + local.tee $13 i64.div_u + local.get $4 local.get $5 - local.get $6 i32.add i32.const 1 i32.add i64.extend_i32_u i64.const 30 i64.shl - local.get $14 + local.get $13 i64.div_u i64.xor i32.wrap_i64 i32.clz - local.set $7 + local.set $6 loop $for-loop|3 local.get $1 - local.get $7 + local.get $6 i32.gt_u if - local.get $11 local.get $1 i32.const 2 i32.shl + local.tee $14 + local.get $10 i32.add - i32.load $0 - local.tee $8 + local.tee $15 + i32.load + local.tee $7 i32.const -1 i32.ne if - local.get $1 - i32.const 2 - i32.shl - local.tee $17 - local.get $12 + local.get $11 + local.get $14 i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 10544 + i32.store local.get $0 - local.get $8 - local.get $3 - local.get $4 - local.get $13 + local.get $7 local.get $2 + local.get $3 + local.get $12 call $~lib/util/sort/mergeRuns - local.get $11 - local.get $17 - i32.add + local.get $15 i32.const -1 - i32.store $0 - local.get $8 - local.set $3 + i32.store + local.get $7 + local.set $2 end local.get $1 i32.const 1 @@ -12120,24 +12154,24 @@ br $for-loop|3 end end - local.get $7 + local.get $6 i32.const 2 i32.shl local.tee $1 - local.get $11 + local.get $10 i32.add - local.get $3 - i32.store $0 + local.get $2 + i32.store local.get $1 - local.get $12 + local.get $11 i32.add + local.get $3 + i32.store + local.get $5 + local.set $2 local.get $4 - i32.store $0 - local.get $6 local.set $3 - local.get $5 - local.set $4 - local.get $7 + local.get $6 local.set $1 br $while-continue|2 end @@ -12145,34 +12179,32 @@ loop $for-loop|4 local.get $1 if - local.get $11 local.get $1 i32.const 2 i32.shl + local.tee $2 + local.get $10 i32.add - i32.load $0 + i32.load local.tee $3 i32.const -1 i32.ne if - local.get $12 - local.get $1 - i32.const 2 - i32.shl + local.get $2 + local.get $11 i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 10544 + i32.store local.get $0 local.get $3 - local.get $4 - local.get $10 - local.get $13 local.get $2 + local.get $9 + local.get $12 call $~lib/util/sort/mergeRuns end local.get $1 @@ -12182,9 +12214,9 @@ br $for-loop|4 end end - local.get $13 + local.get $12 call $~lib/rt/tlsf/__free - local.get $11 + local.get $10 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer i32.const 4 @@ -12218,13 +12250,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1344 @@ -12237,14 +12269,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $2 local.get $3 i32.const 4 @@ -12265,6 +12297,7 @@ (local $12 i32) (local $13 i64) (local $14 i32) + (local $15 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -12282,7 +12315,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $folding-inner0 local.get $1 i32.const 48 @@ -12305,10 +12338,10 @@ br $break|0 end local.get $0 - i32.load $0 + i32.load local.set $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 i32.const 2 global.set $~argumentsLength @@ -12318,15 +12351,15 @@ local.get $1 local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $4 select - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 i32.const 2 global.set $~argumentsLength @@ -12340,25 +12373,25 @@ local.get $1 local.get $5 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $3 select - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 local.get $5 local.get $3 select - i32.store $0 offset=8 + i32.store offset=8 end local.get $0 - i32.load $0 + i32.load local.set $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 i32.const 2 global.set $~argumentsLength @@ -12368,24 +12401,24 @@ local.get $1 local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $2 select - i32.store $0 + i32.store local.get $0 local.get $1 local.get $3 local.get $2 select - i32.store $0 offset=4 + i32.store offset=4 br $folding-inner0 end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -12432,7 +12465,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add @@ -12455,7 +12488,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -12473,7 +12506,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 31 @@ -12498,7 +12531,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $4 i32.const 1 @@ -12518,7 +12551,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $6 local.get $9 @@ -12566,29 +12599,28 @@ local.get $7 i32.gt_u if - local.get $10 local.get $1 i32.const 2 i32.shl + local.tee $14 + local.get $10 i32.add - i32.load $0 + local.tee $15 + i32.load local.tee $8 i32.const -1 i32.ne if - local.get $1 - i32.const 2 - i32.shl - local.tee $14 local.get $11 + local.get $14 i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $8 local.get $3 @@ -12596,11 +12628,9 @@ local.get $12 local.get $2 call $~lib/util/sort/mergeRuns - local.get $10 - local.get $14 - i32.add + local.get $15 i32.const -1 - i32.store $0 + i32.store local.get $8 local.set $3 end @@ -12618,12 +12648,12 @@ local.get $10 i32.add local.get $3 - i32.store $0 + i32.store local.get $1 local.get $11 i32.add local.get $4 - i32.store $0 + i32.store local.get $6 local.set $3 local.get $5 @@ -12636,31 +12666,30 @@ loop $for-loop|4 local.get $1 if - local.get $10 local.get $1 i32.const 2 i32.shl - i32.add - i32.load $0 local.tee $3 + local.get $10 + i32.add + i32.load + local.tee $4 i32.const -1 i32.ne if + local.get $3 local.get $11 - local.get $1 - i32.const 2 - i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 - local.get $3 local.get $4 + local.get $3 local.get $9 local.get $12 local.get $2 @@ -12710,22 +12739,22 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $4 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $4 local.get $1 @@ -12736,7 +12765,8 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) + (local $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) @@ -12746,8 +12776,8 @@ (local $9 i32) (local $10 i32) (local $11 i32) - (local $12 i32) - (local $13 i64) + (local $12 i64) + (local $13 i32) (local $14 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -12766,7 +12796,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $folding-inner0 local.get $1 i32.const 48 @@ -12789,94 +12819,94 @@ br $break|0 end local.get $0 - i32.load $0 + i32.load local.set $1 local.get $0 - i32.load $0 offset=4 - local.set $3 + i32.load offset=4 + local.set $2 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $3 + local.get $2 local.get $1 local.get $1 - local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.const 10848 + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s - local.tee $4 + local.tee $3 select - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 - local.set $5 + i32.load offset=8 + local.set $4 i32.const 2 global.set $~argumentsLength - local.get $0 - local.get $5 local.get $1 + local.get $2 local.get $3 - local.get $4 select local.tee $1 - local.get $1 - local.get $5 - local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + local.get $4 + i32.const 10848 + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s - local.tee $3 + local.set $2 + local.get $0 + local.get $4 + local.get $1 + local.get $2 select - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - local.get $5 - local.get $3 + local.get $4 + local.get $2 select - i32.store $0 offset=8 + i32.store offset=8 end local.get $0 - i32.load $0 + i32.load local.set $1 local.get $0 - i32.load $0 offset=4 - local.set $3 + i32.load offset=4 + local.set $2 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $3 + local.get $2 local.get $1 local.get $1 - local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.const 10848 + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s - local.tee $2 + local.tee $3 select - i32.store $0 + i32.store local.get $0 local.get $1 - local.get $3 local.get $2 + local.get $3 select - i32.store $0 offset=4 + i32.store offset=4 br $folding-inner0 end global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 10848 + i32.store local.get $0 i32.const 0 local.get $1 i32.const 1 i32.sub i32.const 0 - local.get $2 call $~lib/util/sort/insertionSort br $folding-inner0 end @@ -12884,43 +12914,43 @@ local.get $1 i32.clz i32.sub - local.tee $4 + local.tee $3 i32.const 2 i32.shl - local.tee $5 + local.tee $4 i32.const 1 i32.shl - local.set $6 + local.set $5 global.get $~lib/rt/tlsf/ROOT i32.eqz if call $~lib/rt/tlsf/initialize end - local.get $5 + local.get $4 global.get $~lib/rt/tlsf/ROOT - local.get $6 + local.get $5 call $~lib/rt/tlsf/allocateBlock i32.const 4 i32.add - local.tee $10 + local.tee $9 i32.add - local.set $11 + local.set $10 loop $for-loop|1 + local.get $2 local.get $3 - local.get $4 i32.lt_u if - local.get $10 - local.get $3 + local.get $9 + local.get $2 i32.const 2 i32.shl i32.add i32.const -1 - i32.store $0 - local.get $3 + i32.store + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|1 end end @@ -12936,17 +12966,16 @@ call $~lib/rt/tlsf/allocateBlock i32.const 4 i32.add - local.set $12 + local.set $11 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 10848 + i32.store local.get $0 i32.const 0 local.get $1 i32.const 1 i32.sub - local.tee $9 - local.get $2 + local.tee $8 call $~lib/util/sort/extendRunRight local.tee $4 i32.const 1 @@ -12956,137 +12985,130 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 10848 + i32.store local.get $0 i32.const 0 i32.const 31 - local.get $9 - local.get $9 + local.get $8 + local.get $8 i32.const 31 i32.ge_s select local.tee $4 local.get $1 - local.get $2 call $~lib/util/sort/insertionSort end i32.const 0 local.set $1 i32.const 0 - local.set $3 + local.set $2 loop $while-continue|2 local.get $4 - local.get $9 + local.get $8 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 10848 + i32.store local.get $0 local.get $4 i32.const 1 i32.add - local.tee $6 - local.get $9 - local.get $2 - call $~lib/util/sort/extendRunRight local.tee $5 - local.get $6 + local.get $8 + call $~lib/util/sort/extendRunRight + local.tee $3 + local.get $5 i32.sub i32.const 1 i32.add - local.tee $7 + local.tee $6 i32.const 32 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 10848 + i32.store local.get $0 - local.get $6 - local.get $9 - local.get $6 + local.get $5 + local.get $8 + local.get $5 i32.const 31 i32.add - local.tee $5 - local.get $5 - local.get $9 + local.tee $3 + local.get $3 + local.get $8 i32.gt_s select - local.tee $5 - local.get $7 - local.get $2 + local.tee $3 + local.get $6 call $~lib/util/sort/insertionSort end - local.get $3 - local.get $6 + local.get $2 + local.get $5 i32.add i64.extend_i32_u i64.const 30 i64.shl - local.get $9 + local.get $8 i32.const 1 i32.add i64.extend_i32_u - local.tee $13 + local.tee $12 i64.div_u + local.get $3 local.get $5 - local.get $6 i32.add i32.const 1 i32.add i64.extend_i32_u i64.const 30 i64.shl - local.get $13 + local.get $12 i64.div_u i64.xor i32.wrap_i64 i32.clz - local.set $7 + local.set $6 loop $for-loop|3 local.get $1 - local.get $7 + local.get $6 i32.gt_u if - local.get $10 local.get $1 i32.const 2 i32.shl + local.tee $13 + local.get $9 i32.add - i32.load $0 - local.tee $8 + local.tee $14 + i32.load + local.tee $7 i32.const -1 i32.ne if - local.get $1 - i32.const 2 - i32.shl - local.tee $14 - local.get $11 + local.get $10 + local.get $13 i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 10848 + i32.store local.get $0 - local.get $8 - local.get $3 - local.get $4 - local.get $12 + local.get $7 local.get $2 + local.get $4 + local.get $11 call $~lib/util/sort/mergeRuns - local.get $10 local.get $14 - i32.add i32.const -1 - i32.store $0 - local.get $8 - local.set $3 + i32.store + local.get $7 + local.set $2 end local.get $1 i32.const 1 @@ -13095,24 +13117,24 @@ br $for-loop|3 end end - local.get $7 + local.get $6 i32.const 2 i32.shl local.tee $1 - local.get $10 + local.get $9 i32.add - local.get $3 - i32.store $0 + local.get $2 + i32.store local.get $1 - local.get $11 + local.get $10 i32.add local.get $4 - i32.store $0 - local.get $6 - local.set $3 + i32.store local.get $5 + local.set $2 + local.get $3 local.set $4 - local.get $7 + local.get $6 local.set $1 br $while-continue|2 end @@ -13120,34 +13142,32 @@ loop $for-loop|4 local.get $1 if - local.get $10 local.get $1 i32.const 2 i32.shl + local.tee $2 + local.get $9 i32.add - i32.load $0 + i32.load local.tee $3 i32.const -1 i32.ne if - local.get $11 - local.get $1 - i32.const 2 - i32.shl + local.get $2 + local.get $10 i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 10848 + i32.store local.get $0 local.get $3 - local.get $4 - local.get $9 - local.get $12 local.get $2 + local.get $8 + local.get $11 call $~lib/util/sort/mergeRuns end local.get $1 @@ -13157,9 +13177,9 @@ br $for-loop|4 end end - local.get $12 + local.get $11 call $~lib/rt/tlsf/__free - local.get $10 + local.get $9 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer i32.const 4 @@ -13193,12 +13213,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 call $~lib/array/Array#constructor local.tee $2 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 local.get $1 @@ -13206,7 +13226,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 local.get $0 @@ -13249,12 +13269,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 call $~lib/array/Array#constructor local.tee $2 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 local.get $1 @@ -13262,7 +13282,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 call $~lib/math/NativeMath.random @@ -13301,27 +13321,27 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 - block $__inlined_func$std/array/isSorted (result i32) + i64.store offset=8 + block $__inlined_func$std/array/isSorted$656 (result i32) local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 call $~lib/array/Array#sort local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -13333,12 +13353,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store i32.const 1 local.set $0 local.get $2 local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length local.set $4 @@ -13349,7 +13369,7 @@ if global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $0 i32.const 1 @@ -13358,7 +13378,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $0 call $~lib/array/Array#__get @@ -13368,8 +13388,8 @@ local.get $5 local.get $2 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -13378,7 +13398,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$std/array/isSorted + br $__inlined_func$std/array/isSorted$656 end local.get $0 i32.const 1 @@ -13435,13 +13455,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 11120 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11120 call $std/array/assertSorted @@ -13470,19 +13490,19 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $0 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.load $0 + i32.load i32.sub local.set $0 local.get $2 @@ -13497,6 +13517,7 @@ (local $7 i32) (local $8 i32) (local $9 i32) + (local $10 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -13515,7 +13536,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $1 local.get $3 local.get $2 @@ -13535,178 +13556,171 @@ local.get $3 select i32.add - local.set $8 + local.set $9 loop $for-loop|0 local.get $2 - local.get $8 + local.get $9 i32.ge_s if global.get $~lib/memory/__stack_pointer local.tee $7 local.get $0 - local.get $8 + local.get $9 i32.const 2 i32.shl i32.add local.tee $5 - i32.load $0 + i32.load local.tee $3 - i32.store $0 + i32.store local.get $7 local.get $5 - i32.load $0 offset=4 + i32.load offset=4 local.tee $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.set $6 local.get $7 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 local.get $3 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $5 - i32.store $0 offset=20 + i32.store offset=20 i32.const 2 global.set $~argumentsLength local.get $3 local.get $5 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $3 local.tee $6 - i32.store $0 offset=8 - local.get $7 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $5 local.tee $3 - i32.store $0 offset=12 + i32.store offset=12 end - local.get $8 + local.get $9 i32.const 1 i32.sub - local.set $9 + local.set $10 loop $while-continue|1 local.get $1 - local.get $9 + local.get $10 i32.le_s if block $while-break|1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $7 local.get $0 - local.get $9 + local.get $10 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $7 - i32.store $0 - local.get $5 + local.tee $5 + i32.load + local.tee $8 + i32.store + local.get $7 + local.get $8 + i32.store offset=16 local.get $7 - i32.store $0 offset=16 - local.get $5 local.get $3 - i32.store $0 offset=20 + i32.store offset=20 i32.const 2 global.set $~argumentsLength - local.get $7 + local.get $8 local.get $3 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|1 - local.get $0 - local.get $9 - i32.const 2 - i32.shl - i32.add - local.get $7 - i32.store $0 offset=8 - local.get $9 + local.get $5 + local.get $8 + i32.store offset=8 + local.get $10 i32.const 1 i32.sub - local.set $9 + local.set $10 br $while-continue|1 end end end local.get $0 - local.get $9 + local.get $10 i32.const 2 i32.shl i32.add local.get $3 - i32.store $0 offset=8 + i32.store offset=8 loop $while-continue|2 local.get $1 - local.get $9 + local.get $10 i32.le_s if block $while-break|2 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $7 local.get $0 - local.get $9 + local.get $10 i32.const 2 i32.shl i32.add - i32.load $0 + local.tee $5 + i32.load local.tee $3 - i32.store $0 - local.get $5 + i32.store + local.get $7 local.get $3 - i32.store $0 offset=16 - local.get $5 + i32.store offset=16 + local.get $7 local.get $6 - i32.store $0 offset=20 + i32.store offset=20 i32.const 2 global.set $~argumentsLength local.get $3 local.get $6 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|2 - local.get $0 - local.get $9 - i32.const 2 - i32.shl - i32.add + local.get $5 local.get $3 - i32.store $0 offset=4 - local.get $9 + i32.store offset=4 + local.get $10 i32.const 1 i32.sub - local.set $9 + local.set $10 br $while-continue|2 end end end local.get $0 - local.get $9 + local.get $10 i32.const 2 i32.shl i32.add local.get $6 - i32.store $0 offset=4 - local.get $8 + i32.store offset=4 + local.get $9 i32.const 2 i32.add - local.set $8 + local.set $9 br $for-loop|0 end end @@ -13738,15 +13752,15 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $2 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -13760,9 +13774,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $5 - i32.store $0 + i32.store local.get $4 local.get $0 local.get $1 @@ -13772,16 +13786,16 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2 global.set $~argumentsLength local.get $5 local.get $6 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -13798,21 +13812,21 @@ i32.shl i32.add local.tee $7 - i32.load $0 offset=4 + i32.load offset=4 local.tee $5 - i32.store $0 + i32.store local.get $6 local.get $7 - i32.load $0 + i32.load local.tee $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2 global.set $~argumentsLength local.get $5 local.get $6 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -13840,9 +13854,9 @@ i32.shl i32.add local.tee $3 - i32.load $0 + i32.load local.tee $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 local.get $2 @@ -13850,15 +13864,15 @@ i32.shl i32.add local.tee $3 - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $1 i32.const 1 i32.add local.set $1 local.get $3 local.get $5 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.sub @@ -13880,21 +13894,21 @@ i32.shl i32.add local.tee $5 - i32.load $0 offset=4 + i32.load offset=4 local.tee $6 - i32.store $0 + i32.store local.get $1 local.get $5 - i32.load $0 + i32.load local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2 global.set $~argumentsLength local.get $6 local.get $1 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -13938,10 +13952,10 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store local.get $6 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $3 local.get $2 i32.const 1 @@ -13970,8 +13984,8 @@ local.get $0 local.get $8 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store br $for-loop|0 end end @@ -13992,8 +14006,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 - i32.store $0 + i32.load offset=4 + i32.store local.get $2 i32.const 1 i32.add @@ -14013,31 +14027,31 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $9 - i32.store $0 + i32.store local.get $8 local.get $4 local.get $6 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 local.get $7 - i32.store $0 offset=12 + i32.store offset=12 i32.const 2 global.set $~argumentsLength local.get $9 local.get $7 local.get $5 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -14047,7 +14061,7 @@ i32.shl i32.add local.get $9 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.sub @@ -14059,7 +14073,7 @@ i32.shl i32.add local.get $7 - i32.store $0 + i32.store local.get $6 i32.const 1 i32.add @@ -14090,6 +14104,7 @@ (local $12 i32) (local $13 i64) (local $14 i32) + (local $15 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -14108,7 +14123,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill block $folding-inner0 local.get $1 i32.const 48 @@ -14133,20 +14148,20 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.load $0 + i32.load local.tee $3 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $4 - i32.store $0 offset=12 + i32.store offset=12 i32.const 2 global.set $~argumentsLength local.get $0 @@ -14155,31 +14170,31 @@ local.get $3 local.get $4 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $1 select - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $3 local.get $4 local.get $1 select local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 i32.const 2 global.set $~argumentsLength local.get $0 @@ -14188,37 +14203,37 @@ local.get $1 local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $4 select - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 local.get $3 local.get $4 select - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.load $0 + i32.load local.tee $3 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 - i32.store $0 offset=20 + i32.store offset=20 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $4 - i32.store $0 offset=12 + i32.store offset=12 i32.const 2 global.set $~argumentsLength local.get $0 @@ -14227,24 +14242,24 @@ local.get $3 local.get $4 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $1 select - i32.store $0 + i32.store local.get $0 local.get $3 local.get $4 local.get $1 select - i32.store $0 offset=4 + i32.store offset=4 br $folding-inner0 end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 local.get $1 @@ -14291,7 +14306,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $4 i32.const 1 i32.add @@ -14314,7 +14329,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 local.get $1 @@ -14332,7 +14347,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 i32.const 31 @@ -14357,7 +14372,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $5 i32.const 1 @@ -14377,7 +14392,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $6 local.get $9 @@ -14425,29 +14440,28 @@ local.get $7 i32.gt_u if - local.get $10 local.get $4 i32.const 2 i32.shl + local.tee $14 + local.get $10 i32.add - i32.load $0 + local.tee $15 + i32.load local.tee $8 i32.const -1 i32.ne if - local.get $4 - i32.const 2 - i32.shl - local.tee $14 local.get $11 + local.get $14 i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.set $1 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $8 local.get $1 @@ -14455,11 +14469,9 @@ local.get $12 local.get $2 call $~lib/util/sort/mergeRuns - local.get $10 - local.get $14 - i32.add + local.get $15 i32.const -1 - i32.store $0 + i32.store local.get $8 local.set $1 end @@ -14477,12 +14489,12 @@ local.get $10 i32.add local.get $1 - i32.store $0 + i32.store local.get $4 local.get $11 i32.add local.get $5 - i32.store $0 + i32.store local.get $6 local.set $1 local.get $3 @@ -14495,31 +14507,30 @@ loop $for-loop|4 local.get $4 if - local.get $10 local.get $4 i32.const 2 i32.shl - i32.add - i32.load $0 local.tee $1 + local.get $10 + i32.add + i32.load + local.tee $3 i32.const -1 i32.ne if + local.get $1 local.get $11 - local.get $4 - i32.const 2 - i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $3 + local.set $1 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $1 local.get $3 + local.get $1 local.get $9 local.get $12 local.get $2 @@ -14569,22 +14580,22 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $4 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $4 local.get $1 @@ -14615,17 +14626,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 0 call $~lib/array/Array#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 0 @@ -14655,27 +14666,27 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 - block $__inlined_func$std/array/isSorted<~lib/array/Array> (result i32) + i64.store offset=8 + block $__inlined_func$std/array/isSorted<~lib/array/Array>$658 (result i32) local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 call $~lib/array/Array#sort local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -14689,15 +14700,15 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 local.set $1 local.get $2 local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length local.set $2 @@ -14708,7 +14719,7 @@ if global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $1 i32.const 1 @@ -14717,24 +14728,24 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $1 call $~lib/array/Array#__get local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2 global.set $~argumentsLength local.get $4 local.get $5 local.get $0 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -14743,7 +14754,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$std/array/isSorted<~lib/array/Array> + br $__inlined_func$std/array/isSorted<~lib/array/Array>$658 end local.get $1 i32.const 1 @@ -14802,8 +14813,9 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store block $folding-inner0 local.get $1 i32.eqz @@ -14815,42 +14827,41 @@ i32.or i32.or br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.set $5 + local.set $4 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $4 - local.get $5 + local.tee $5 + local.get $4 i32.or i32.eqz br_if $folding-inner0 - local.get $5 + local.get $4 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const -1 return end - local.get $4 + local.get $5 i32.eqz if global.get $~lib/memory/__stack_pointer @@ -14863,35 +14874,38 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 block $__inlined_func$~lib/util/string/compareImpl (result i32) - local.get $0 - i32.const 7 - i32.and - local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz - local.get $5 local.get $4 + local.get $5 local.get $4 local.get $5 - i32.gt_s + i32.lt_s select local.tee $2 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $0 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $0 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $0 @@ -14921,15 +14935,15 @@ local.get $3 if local.get $0 - i32.load16_u $0 - local.tee $6 - local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $3 + local.get $1 + i32.load16_u + local.tee $6 i32.ne if - local.get $6 local.get $3 + local.get $6 i32.sub br $__inlined_func$~lib/util/string/compareImpl end @@ -14952,8 +14966,8 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $0 - local.get $5 local.get $4 + local.get $5 i32.sub local.get $0 select @@ -14985,13 +14999,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -15006,70 +15021,70 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.set $3 - local.get $2 - local.get $1 - i32.store $0 + local.set $2 local.get $3 local.get $1 + i32.store + local.get $2 + local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $3 local.get $0 - i32.store $0 - local.get $2 + i32.store + local.get $3 local.get $1 - i32.store $0 offset=4 - block $__inlined_func$~lib/util/string/compareImpl (result i32) - local.get $0 - local.tee $2 - i32.const 7 - i32.and - local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz - local.get $3 - local.tee $0 + i32.store offset=4 + block $__inlined_func$~lib/util/string/compareImpl$1 (result i32) + local.get $2 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $0 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 - local.get $2 - i64.load $0 + local.get $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if - local.get $2 + local.get $0 i32.const 8 i32.add - local.set $2 + local.set $0 local.get $1 i32.const 8 i32.add local.set $1 - local.get $0 + local.get $2 i32.const 4 i32.sub - local.tee $0 + local.tee $2 i32.const 4 i32.ge_u br_if $do-loop|0 @@ -15077,30 +15092,30 @@ end end loop $while-continue|1 - local.get $0 + local.get $2 local.tee $3 i32.const 1 i32.sub - local.set $0 + local.set $2 local.get $3 if - local.get $2 - i32.load16_u $0 + local.get $0 + i32.load16_u local.tee $3 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.ne if local.get $3 local.get $4 i32.sub - br $__inlined_func$~lib/util/string/compareImpl + br $__inlined_func$~lib/util/string/compareImpl$1 end - local.get $2 + local.get $0 i32.const 2 i32.add - local.set $2 + local.set $0 local.get $1 i32.const 2 i32.add @@ -15110,13 +15125,13 @@ end i32.const 0 end + i32.eqz local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 - i32.eqz return end global.get $~lib/memory/__stack_pointer @@ -15129,6 +15144,7 @@ (local $2 i32) (local $3 i32) (local $4 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -15141,364 +15157,86 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 - local.get $2 - local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $2 - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $3 - i64.const 0 - i64.store $0 - local.get $3 - local.get $0 - local.tee $2 - i32.store $0 - local.get $0 - i32.const 20 - i32.sub - i32.load $0 offset=16 - i32.const -2 - i32.and - local.set $4 - local.get $3 - local.get $1 - i32.store $0 - block $__inlined_func$~lib/string/String#concat + i64.store + block $__inlined_func$~lib/string/String#concat$734 (result i32) + local.get $2 + local.get $0 + i32.store + local.get $2 local.get $1 + i32.store offset=4 + local.get $2 + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $5 + i64.const 0 + i64.store + local.get $5 + local.get $0 + i32.store + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 + i32.const -2 + i32.and + local.set $2 + local.get $5 + local.get $1 + i32.store + local.get $1 + i32.const 20 + i32.sub + i32.load offset=16 i32.const -2 i32.and local.tee $3 - local.get $4 + local.get $2 i32.add - local.tee $0 + local.tee $4 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $5 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - local.set $0 - br $__inlined_func$~lib/string/String#concat + br $__inlined_func$~lib/string/String#concat$734 end global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $4 i32.const 2 call $~lib/rt/itcms/__new - local.tee $0 - i32.store $0 offset=4 - local.get $0 - local.get $2 + local.tee $4 + i32.store offset=4 local.get $4 - memory.copy $0 $0 local.get $0 + local.get $2 + memory.copy + local.get $2 local.get $4 i32.add local.get $1 local.get $3 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add - global.set $~lib/memory/__stack_pointer - end - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - return - end - i32.const 48992 - i32.const 49040 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - ) - (func $std/array/createRandomStringArray (result i32) - (local $0 i32) - (local $1 i32) - (local $2 i32) - (local $3 i32) - (local $4 i32) - (local $5 i32) - (local $6 f64) - (local $7 i32) - (local $8 i32) - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - block $folding-inner1 - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - local.tee $0 - i64.const 0 - i64.store $0 - local.get $0 - i32.const 0 - i32.store $0 offset=8 - local.get $0 - i32.const 16 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - local.tee $1 - i64.const 0 - i64.store $0 - local.get $1 - i64.const 0 - i64.store $0 offset=8 - local.get $1 - i32.const 16 - i32.const 16 - call $~lib/rt/itcms/__new - local.tee $8 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - i32.const 0 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $8 - i32.store $0 offset=4 - local.get $8 - i32.const 0 - i32.store $0 offset=4 - local.get $1 - local.get $8 - i32.store $0 offset=4 - local.get $8 - i32.const 0 - i32.store $0 offset=8 - local.get $1 - local.get $8 - i32.store $0 offset=4 - local.get $8 - i32.const 0 - i32.store $0 offset=12 - local.get $1 - i32.const 1600 - i32.const 1 - call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=12 - local.get $8 - local.get $1 - i32.store $0 - local.get $1 - if - local.get $8 - local.get $1 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - i32.store $0 offset=4 - local.get $3 - local.get $8 - i32.store $0 offset=4 - local.get $8 - i32.const 1600 - i32.store $0 offset=8 - local.get $3 - local.get $8 - i32.store $0 offset=4 - local.get $8 - i32.const 400 - i32.store $0 offset=12 - local.get $3 - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - local.get $8 - i32.store $0 - loop $for-loop|0 - local.get $2 - i32.const 400 - i32.lt_s - if - global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - call $~lib/math/NativeMath.random - f64.const 32 - f64.mul - i32.trunc_sat_f64_s - local.set $7 - i32.const 0 - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 20 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - local.tee $1 - i32.const 0 - i32.const 20 - memory.fill $0 - i32.const 11568 - local.set $0 - local.get $1 - i32.const 11568 - i32.store $0 - loop $for-loop|01 - local.get $3 - local.get $7 - i32.lt_s - if - global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $0 - i32.store $0 offset=4 - local.get $4 - i32.const 10032 - i32.store $0 offset=12 - call $~lib/math/NativeMath.random - local.set $6 - global.get $~lib/memory/__stack_pointer - i32.const 10032 - i32.store $0 offset=16 - local.get $6 - i32.const 10028 - i32.load $0 - i32.const 1 - i32.shr_u - f64.convert_i32_s - f64.mul - f64.floor - i32.trunc_sat_f64_s - local.set $5 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - local.tee $1 - i64.const 0 - i64.store $0 - local.get $1 - i32.const 10032 - i32.store $0 - block $__inlined_func$~lib/string/String#charAt - local.get $5 - i32.const 10028 - i32.load $0 - i32.const 1 - i32.shr_u - i32.ge_u - if - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 11568 - local.set $1 - br $__inlined_func$~lib/string/String#charAt - end - global.get $~lib/memory/__stack_pointer - i32.const 2 - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 offset=4 - local.get $1 - local.get $5 - i32.const 1 - i32.shl - i32.const 10032 - i32.add - i32.load16_u $0 - i32.store16 $0 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - end - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 - local.get $4 - local.get $0 - local.get $1 - call $~lib/string/String.__concat - local.tee $0 - i32.store $0 - local.get $3 - i32.const 1 - i32.add - local.set $3 - br $for-loop|01 - end - end - global.get $~lib/memory/__stack_pointer - i32.const 20 - i32.add - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=8 - local.get $8 - local.get $2 - local.get $0 - call $~lib/array/Array#__set - local.get $2 - i32.const 1 - i32.add - local.set $2 - br $for-loop|0 - end + global.set $~lib/memory/__stack_pointer + local.get $4 end + local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $8 + local.get $0 return end i32.const 48992 @@ -15512,6 +15250,7 @@ (local $2 i32) (local $3 i32) (local $4 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -15528,12 +15267,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $3 i64.const 0 - i64.store $0 - local.get $2 + i64.store + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 0 local.get $1 @@ -15544,7 +15283,7 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.tee $1 @@ -15560,7 +15299,7 @@ select i32.const 1 i32.shl - local.set $3 + local.set $4 local.get $2 i32.const 0 local.get $2 @@ -15569,22 +15308,22 @@ select i32.const 1 i32.shl - local.tee $4 - local.get $3 + local.tee $5 + local.get $4 i32.sub local.tee $2 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 return end - local.get $3 - i32.eqz local.get $4 + i32.eqz + local.get $5 local.get $1 i32.const 1 i32.shl @@ -15603,13 +15342,13 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - local.get $3 + local.get $4 i32.add local.get $2 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -15635,23 +15374,23 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i32.const 0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $4 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $5 local.get $1 - i32.store $0 - block $__inlined_func$~lib/util/string/joinIntegerArray (result i32) + i32.store + block $__inlined_func$~lib/util/string/joinIntegerArray$6 (result i32) local.get $5 i32.const 8 i32.sub @@ -15661,8 +15400,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1 i32.sub @@ -15670,19 +15410,19 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $5 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$6 end block $folding-inner0 local.get $6 i32.eqz if local.get $4 - i32.load $0 + i32.load call $~lib/util/number/itoa32 local.set $1 br $folding-inner0 @@ -15690,28 +15430,28 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $0 + local.tee $5 i32.const 11 i32.add local.get $6 i32.mul i32.const 11 i32.add - local.tee $5 + local.tee $0 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new local.tee $7 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 local.get $3 local.get $6 @@ -15727,12 +15467,12 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load call $~lib/util/number/itoa_buffered local.get $2 i32.add local.set $2 - local.get $0 + local.get $5 if local.get $7 local.get $2 @@ -15740,12 +15480,12 @@ i32.shl i32.add local.get $1 - local.get $0 + local.get $5 i32.const 1 i32.shl - memory.copy $0 $0 - local.get $0 + memory.copy local.get $2 + local.get $5 i32.add local.set $2 end @@ -15766,19 +15506,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load call $~lib/util/number/itoa_buffered local.get $2 i32.add - local.tee $0 - local.get $5 + local.tee $1 + local.get $0 i32.lt_s if global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 - local.get $0 + local.get $1 call $~lib/string/String#substring local.set $1 br $folding-inner0 @@ -15788,7 +15528,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $7 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$6 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -15830,23 +15570,23 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i32.const 0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $4 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $5 local.get $1 - i32.store $0 - block $__inlined_func$~lib/util/string/joinIntegerArray (result i32) + i32.store + block $__inlined_func$~lib/util/string/joinIntegerArray$7 (result i32) local.get $5 i32.const 8 i32.sub @@ -15856,8 +15596,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1 i32.sub @@ -15865,19 +15606,19 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $5 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$7 end block $folding-inner0 local.get $6 i32.eqz if local.get $4 - i32.load $0 + i32.load call $~lib/util/number/utoa32 local.set $1 br $folding-inner0 @@ -15885,28 +15626,28 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $0 + local.tee $5 i32.const 10 i32.add local.get $6 i32.mul i32.const 10 i32.add - local.tee $5 + local.tee $0 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new local.tee $7 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 local.get $3 local.get $6 @@ -15922,12 +15663,12 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load call $~lib/util/number/itoa_buffered local.get $2 i32.add local.set $2 - local.get $0 + local.get $5 if local.get $7 local.get $2 @@ -15935,12 +15676,12 @@ i32.shl i32.add local.get $1 - local.get $0 + local.get $5 i32.const 1 i32.shl - memory.copy $0 $0 - local.get $0 + memory.copy local.get $2 + local.get $5 i32.add local.set $2 end @@ -15961,19 +15702,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load call $~lib/util/number/itoa_buffered local.get $2 i32.add - local.tee $0 - local.get $5 + local.tee $1 + local.get $0 i32.lt_s if global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 - local.get $0 + local.get $1 call $~lib/string/String#substring local.set $1 br $folding-inner0 @@ -15983,7 +15724,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $7 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$7 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -16024,8 +15765,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 1 i32.sub @@ -16033,7 +15775,7 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $5 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -16044,7 +15786,7 @@ i32.eqz if local.get $0 - f64.load $0 + f64.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -16055,13 +15797,14 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $3 f64.const 0 f64.eq if - global.get $~lib/memory/__stack_pointer + local.get $0 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -16111,11 +15854,11 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 12464 local.get $1 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -16125,26 +15868,26 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 12288 - i32.store $0 + i32.store local.get $1 i32.const 12284 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $7 + local.tee $1 i32.const 28 i32.add local.get $6 i32.mul i32.const 28 i32.add - local.tee $1 + local.tee $7 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new local.tee $5 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 local.get $4 local.get $6 @@ -16160,12 +15903,12 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load call $~lib/util/number/dtoa_buffered local.get $2 i32.add local.set $2 - local.get $7 + local.get $1 if local.get $5 local.get $2 @@ -16173,12 +15916,12 @@ i32.shl i32.add i32.const 12288 - local.get $7 + local.get $1 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy + local.get $1 local.get $2 - local.get $7 i32.add local.set $2 end @@ -16199,17 +15942,17 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load call $~lib/util/number/dtoa_buffered local.get $2 i32.add local.tee $0 - local.get $1 + local.get $7 i32.lt_s if global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $0 call $~lib/string/String#substring @@ -16242,6 +15985,7 @@ (local $5 i32) (local $6 i32) (local $7 i32) + (local $8 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -16258,12 +16002,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $6 i64.const 0 - i64.store $0 - local.get $5 + i64.store + local.get $6 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 1 i32.sub @@ -16271,7 +16015,7 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $6 i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -16284,9 +16028,9 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.load $0 + i32.load local.tee $0 - i32.store $0 + i32.store local.get $1 i32.const 16 i32.add @@ -16303,24 +16047,25 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer + local.tee $6 local.get $0 local.get $4 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $6 - i32.store $0 offset=4 - local.get $6 + i32.load + local.tee $7 + i32.store offset=4 + local.get $7 if - global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + local.get $7 + i32.store offset=8 local.get $3 - local.get $6 + local.get $7 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.add @@ -16338,16 +16083,16 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $3 local.get $2 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $1 + local.tee $6 local.get $5 i32.mul i32.add @@ -16355,8 +16100,8 @@ i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=12 + local.tee $7 + i32.store offset=12 i32.const 0 local.set $3 loop $for-loop|1 @@ -16365,54 +16110,55 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer + local.tee $8 local.get $0 local.get $3 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $7 - i32.store $0 offset=4 - local.get $7 + i32.load + local.tee $1 + i32.store offset=4 + local.get $1 if - global.get $~lib/memory/__stack_pointer + local.get $8 + local.get $1 + i32.store offset=8 local.get $7 - i32.store $0 offset=8 - local.get $6 local.get $4 i32.const 1 i32.shl i32.add - local.get $7 - local.get $7 + local.get $1 + local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $7 + local.tee $1 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy + local.get $1 local.get $4 - local.get $7 i32.add local.set $4 end - local.get $1 + local.get $6 if - local.get $6 + local.get $7 local.get $4 i32.const 1 i32.shl i32.add local.get $2 - local.get $1 + local.get $6 i32.const 1 i32.shl - memory.copy $0 $0 - local.get $1 + memory.copy local.get $4 + local.get $6 i32.add local.set $4 end @@ -16424,20 +16170,21 @@ end end global.get $~lib/memory/__stack_pointer + local.tee $1 local.get $0 local.get $5 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 if - global.get $~lib/memory/__stack_pointer + local.get $1 local.get $0 - i32.store $0 offset=8 - local.get $6 + i32.store offset=8 + local.get $7 local.get $4 i32.const 1 i32.shl @@ -16446,16 +16193,16 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and - memory.copy $0 $0 + memory.copy end global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 + local.get $7 ) (func $~lib/array/Array<~lib/string/String|null>#join (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -16478,22 +16225,22 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $0 local.get $1 @@ -16524,23 +16271,23 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $2 i32.const 11856 - i32.store $0 - block $__inlined_func$~lib/util/string/joinReferenceArray (result i32) + i32.store + block $__inlined_func$~lib/util/string/joinReferenceArray$8 (result i32) local.get $2 i32.const 20 i32.sub @@ -16550,36 +16297,38 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $0 i32.const 1 i32.sub - local.tee $4 + local.tee $5 i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 20 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - br $__inlined_func$~lib/util/string/joinReferenceArray + br $__inlined_func$~lib/util/string/joinReferenceArray$8 end - local.get $4 + local.get $5 i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.load $0 local.tee $0 - i32.store $0 - local.get $0 + local.get $3 + i32.load + local.tee $1 + i32.store + local.get $1 if (result i32) - global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 i32.const 13632 else i32.const 11568 @@ -16590,70 +16339,70 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $0 - br $__inlined_func$~lib/util/string/joinReferenceArray + br $__inlined_func$~lib/util/string/joinReferenceArray$8 end i32.const 11568 local.set $0 global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 11568 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 i32.const 11852 - i32.load $0 + i32.load i32.const 1 i32.shr_u local.set $2 loop $for-loop|0 local.get $1 - local.get $4 + local.get $5 i32.lt_s if global.get $~lib/memory/__stack_pointer + local.tee $4 local.get $3 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $6 - i32.store $0 + i32.store local.get $6 if - global.get $~lib/memory/__stack_pointer - local.tee $5 + local.get $4 local.get $0 - i32.store $0 offset=4 - local.get $5 + i32.store offset=4 + local.get $4 local.get $6 - i32.store $0 offset=16 - local.get $5 + i32.store offset=16 + local.get $4 i32.const 13632 - i32.store $0 offset=12 - local.get $5 + i32.store offset=12 + local.get $4 local.get $0 i32.const 13632 call $~lib/string/String.__concat local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 end local.get $2 if global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $4 local.get $0 - i32.store $0 offset=4 - local.get $5 + i32.store offset=4 + local.get $4 i32.const 11856 - i32.store $0 offset=12 - local.get $5 + i32.store offset=12 + local.get $4 local.get $0 i32.const 11856 call $~lib/string/String.__concat local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 end local.get $1 i32.const 1 @@ -16663,32 +16412,32 @@ end end global.get $~lib/memory/__stack_pointer + local.tee $1 local.get $3 - local.get $4 + local.get $5 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $1 - i32.store $0 - local.get $1 + i32.load + local.tee $2 + i32.store + local.get $2 if - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $1 local.get $0 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 local.get $1 - i32.store $0 offset=16 local.get $2 + i32.store offset=16 + local.get $1 i32.const 13632 - i32.store $0 offset=12 - local.get $2 + i32.store offset=12 + local.get $1 local.get $0 i32.const 13632 call $~lib/string/String.__concat local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 20 @@ -16731,13 +16480,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11856 call $~lib/array/Array#join @@ -16767,13 +16516,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4 i32.sub @@ -16785,24 +16534,24 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $4 i32.const 11856 - i32.store $0 - block $__inlined_func$~lib/util/string/joinIntegerArray (result i32) - local.get $4 + i32.store + block $__inlined_func$~lib/util/string/joinIntegerArray$9 (result i32) + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -16811,8 +16560,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1 i32.sub @@ -16820,19 +16570,19 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$9 end block $folding-inner00 local.get $5 i32.eqz if local.get $3 - i32.load8_s $0 + i32.load8_s call $~lib/util/number/itoa32 local.set $0 br $folding-inner00 @@ -16840,26 +16590,26 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 11856 - i32.store $0 + i32.store local.get $0 i32.const 11852 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $0 + local.tee $4 i32.const 11 i32.add local.get $5 i32.mul i32.const 11 i32.add - local.tee $4 + local.tee $0 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new local.tee $6 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 local.get $2 local.get $5 @@ -16873,12 +16623,12 @@ local.get $2 local.get $3 i32.add - i32.load8_s $0 + i32.load8_s call $~lib/util/number/itoa_buffered local.get $1 i32.add local.set $1 - local.get $0 + local.get $4 if local.get $6 local.get $1 @@ -16886,12 +16636,12 @@ i32.shl i32.add i32.const 11856 - local.get $0 + local.get $4 i32.const 1 i32.shl - memory.copy $0 $0 - local.get $0 + memory.copy local.get $1 + local.get $4 i32.add local.set $1 end @@ -16910,19 +16660,19 @@ local.get $3 local.get $5 i32.add - i32.load8_s $0 + i32.load8_s call $~lib/util/number/itoa_buffered local.get $1 i32.add - local.tee $0 - local.get $4 + local.tee $1 + local.get $0 i32.lt_s if global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 - local.get $0 + local.get $1 call $~lib/string/String#substring local.set $0 br $folding-inner00 @@ -16932,7 +16682,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $6 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$9 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -16977,8 +16727,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 1 i32.sub @@ -16986,7 +16737,7 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $5 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -16997,7 +16748,7 @@ i32.eqz if local.get $0 - i64.load $0 + i64.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -17009,8 +16760,8 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - block $__inlined_func$~lib/util/number/utoa64 + i32.store + block $__inlined_func$~lib/util/number/utoa64$485 local.get $3 i64.eqz if @@ -17020,7 +16771,7 @@ global.set $~lib/memory/__stack_pointer i32.const 7712 local.set $1 - br $__inlined_func$~lib/util/number/utoa64 + br $__inlined_func$~lib/util/number/utoa64$485 end local.get $3 i64.const 4294967295 @@ -17081,7 +16832,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store local.get $1 local.get $0 local.get $2 @@ -17144,7 +16895,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store local.get $1 local.get $3 local.get $0 @@ -17160,26 +16911,26 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 11856 - i32.store $0 + i32.store local.get $1 i32.const 11852 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $7 + local.tee $1 i32.const 20 i32.add local.get $6 i32.mul i32.const 20 i32.add - local.tee $1 + local.tee $7 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new local.tee $5 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 local.get $4 local.get $6 @@ -17195,12 +16946,12 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load call $~lib/util/number/itoa_buffered local.get $2 i32.add local.set $2 - local.get $7 + local.get $1 if local.get $5 local.get $2 @@ -17208,12 +16959,12 @@ i32.shl i32.add i32.const 11856 - local.get $7 + local.get $1 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy + local.get $1 local.get $2 - local.get $7 i32.add local.set $2 end @@ -17234,17 +16985,17 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load call $~lib/util/number/itoa_buffered local.get $2 i32.add local.tee $0 - local.get $1 + local.get $7 i32.lt_s if global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $0 call $~lib/string/String#substring @@ -17291,13 +17042,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11856 call $~lib/array/Array<~lib/string/String|null>#join @@ -17327,13 +17078,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4 i32.sub @@ -17345,24 +17096,24 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $4 i32.const 11856 - i32.store $0 - block $__inlined_func$~lib/util/string/joinIntegerArray (result i32) - local.get $4 + i32.store + block $__inlined_func$~lib/util/string/joinIntegerArray$10 (result i32) + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -17371,8 +17122,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1 i32.sub @@ -17380,19 +17132,19 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$10 end block $folding-inner00 local.get $5 i32.eqz if local.get $3 - i32.load8_u $0 + i32.load8_u call $~lib/util/number/utoa32 local.set $0 br $folding-inner00 @@ -17400,26 +17152,26 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 11856 - i32.store $0 + i32.store local.get $0 i32.const 11852 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $0 + local.tee $4 i32.const 10 i32.add local.get $5 i32.mul i32.const 10 i32.add - local.tee $4 + local.tee $0 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new local.tee $6 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 local.get $2 local.get $5 @@ -17433,12 +17185,12 @@ local.get $2 local.get $3 i32.add - i32.load8_u $0 + i32.load8_u call $~lib/util/number/itoa_buffered local.get $1 i32.add local.set $1 - local.get $0 + local.get $4 if local.get $6 local.get $1 @@ -17446,12 +17198,12 @@ i32.shl i32.add i32.const 11856 - local.get $0 + local.get $4 i32.const 1 i32.shl - memory.copy $0 $0 - local.get $0 + memory.copy local.get $1 + local.get $4 i32.add local.set $1 end @@ -17470,19 +17222,19 @@ local.get $3 local.get $5 i32.add - i32.load8_u $0 + i32.load8_u call $~lib/util/number/itoa_buffered local.get $1 i32.add - local.tee $0 - local.get $4 + local.tee $1 + local.get $0 i32.lt_s if global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 - local.get $0 + local.get $1 call $~lib/string/String#substring local.set $0 br $folding-inner00 @@ -17492,7 +17244,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $6 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$10 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -17539,13 +17291,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11856 call $~lib/array/Array#join @@ -17575,13 +17327,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.sub @@ -17593,24 +17345,24 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $3 i32.const 11856 - i32.store $0 - block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array> (result i32) - local.get $3 + i32.store + block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$11 (result i32) + global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer @@ -17619,9 +17371,10 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $3 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $0 i32.const 1 i32.sub @@ -17629,27 +17382,28 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 20 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array> + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$11 end local.get $4 i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $2 - i32.load $0 local.tee $0 - i32.store $0 - local.get $0 + local.get $2 + i32.load + local.tee $1 + i32.store + local.get $1 if (result i32) - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/array/Array#toString else i32.const 11568 @@ -17660,19 +17414,19 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $0 - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array> + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$11 end i32.const 11568 local.set $0 global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 11568 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 i32.const 11852 - i32.load $0 + i32.load i32.const 1 i32.shr_u local.set $3 @@ -17682,51 +17436,51 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer + local.tee $5 local.get $2 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $5 - i32.store $0 - local.get $5 + i32.load + local.tee $6 + i32.store + local.get $6 if - global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $0 - i32.store $0 offset=4 - local.get $6 local.get $5 - i32.store $0 offset=16 + local.get $0 + i32.store offset=4 local.get $5 + local.get $6 + i32.store offset=16 + local.get $6 call $~lib/array/Array#toString - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=12 local.get $6 - local.get $0 + i32.store offset=12 local.get $5 + local.get $0 + local.get $6 call $~lib/string/String.__concat local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 end local.get $3 if global.get $~lib/memory/__stack_pointer local.tee $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11856 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 local.get $0 i32.const 11856 call $~lib/string/String.__concat local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 end local.get $1 i32.const 1 @@ -17736,35 +17490,35 @@ end end global.get $~lib/memory/__stack_pointer + local.tee $1 local.get $2 local.get $4 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $1 - i32.store $0 - local.get $1 + i32.load + local.tee $2 + i32.store + local.get $2 if - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 offset=4 - local.get $2 local.get $1 - i32.store $0 offset=16 + local.get $0 + i32.store offset=4 local.get $1 + local.get $2 + i32.store offset=16 + local.get $2 call $~lib/array/Array#toString - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=12 local.get $2 - local.get $0 + i32.store offset=12 local.get $1 + local.get $0 + local.get $2 call $~lib/string/String.__concat local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 20 @@ -17814,121 +17568,120 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $4 i64.const 0 - i64.store $0 - local.get $5 + i64.store + local.get $4 i32.const 0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.set $4 - local.get $5 + i32.load offset=4 + local.set $3 + local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 - local.set $5 + i32.load offset=12 + local.set $4 + i32.const 0 + local.set $0 loop $for-loop|0 - local.get $2 - local.get $5 + local.get $0 + local.get $4 i32.lt_s if - local.get $4 - local.get $2 + local.get $3 + local.get $0 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $0 + i32.load + local.tee $5 if (result i32) - local.get $0 - i32.load $0 offset=12 + local.get $5 + i32.load offset=12 else i32.const 0 end - local.get $1 - i32.add - local.set $1 local.get $2 - i32.const 1 i32.add local.set $2 + local.get $0 + i32.const 1 + i32.add + local.set $0 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.const 2 i32.shl - local.tee $2 + local.tee $5 i32.const 1 call $~lib/rt/itcms/__new local.tee $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 offset=8 - local.get $0 - local.get $1 - i32.store $0 offset=12 + i32.store offset=8 local.get $0 local.get $2 - i32.store $0 offset=8 + i32.store offset=12 + local.get $0 + local.get $5 + i32.store offset=8 local.get $0 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $6 - i32.store $0 + i32.store + local.get $0 local.get $6 - if - local.get $0 - local.get $6 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end i32.const 0 - local.set $1 + call $~lib/rt/itcms/__link + i32.const 0 + local.set $2 loop $for-loop|1 - local.get $3 - local.get $5 + local.get $2 + local.get $4 i32.lt_s if - local.get $4 local.get $3 + local.get $2 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $2 + i32.load + local.tee $5 if local.get $1 local.get $6 i32.add - local.get $2 - i32.load $0 offset=4 - local.get $2 - i32.load $0 offset=12 + local.get $5 + i32.load offset=4 + local.get $5 + i32.load offset=12 i32.const 2 i32.shl - local.tee $2 - memory.copy $0 $0 + local.tee $5 + memory.copy local.get $1 - local.get $2 + local.get $5 i32.add local.set $1 end - local.get $3 + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|1 end end @@ -17957,10 +17710,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 1 @@ -17975,13 +17728,13 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 3 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 2 @@ -18014,7 +17767,6 @@ (local $10 i32) (local $11 i32) (local $12 i32) - (local $13 i32) global.get $~lib/memory/__stack_pointer i32.const 508 i32.sub @@ -18027,8 +17779,8 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 508 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl i32.const 48960 @@ -18038,26 +17790,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1268 i32.const 1264 - i32.store $0 + i32.store i32.const 1272 i32.const 1264 - i32.store $0 + i32.store i32.const 1264 global.set $~lib/rt/itcms/pinSpace i32.const 1300 i32.const 1296 - i32.store $0 + i32.store i32.const 1304 i32.const 1296 - i32.store $0 + i32.store i32.const 1296 global.set $~lib/rt/itcms/toSpace i32.const 1444 i32.const 1440 - i32.store $0 + i32.store i32.const 1448 i32.const 1440 - i32.store $0 + i32.store i32.const 1440 global.set $~lib/rt/itcms/fromSpace i32.const 0 @@ -18065,10 +17817,10 @@ global.set $std/array/arr i32.const 0 call $std/array/Ref#constructor - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -18078,19 +17830,19 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $2 i32.const 12 i32.const 6 call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 + local.tee $2 + i32.store global.get $~lib/memory/__stack_pointer local.tee $7 - local.get $1 - i32.store $0 offset=4 + local.get $2 + i32.store offset=4 local.get $7 i32.const 16 i32.sub @@ -18102,97 +17854,96 @@ global.get $~lib/memory/__stack_pointer local.tee $8 i64.const 0 - i64.store $0 + i64.store local.get $8 i64.const 0 - i64.store $0 offset=8 - local.get $1 + i64.store offset=8 + local.get $2 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $8 i32.const 12 i32.const 3 call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 + local.tee $2 + i32.store end global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $2 + i32.store offset=4 + local.get $2 i32.const 0 - i32.store $0 - local.get $8 - local.get $1 - i32.store $0 offset=4 - local.get $1 + i32.store + local.get $2 i32.const 0 - i32.store $0 offset=4 - local.get $8 - local.get $1 - i32.store $0 offset=4 - local.get $1 i32.const 0 - i32.store $0 offset=8 - local.get $8 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 1 call $~lib/rt/itcms/__new local.tee $8 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 + local.get $2 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + local.get $2 local.get $8 - i32.store $0 + i32.store + local.get $2 local.get $8 - if - local.get $1 - local.get $8 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $2 + i32.store offset=4 + local.get $2 local.get $8 - i32.store $0 offset=4 - local.get $9 - local.get $1 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 i32.const 1 - i32.store $0 offset=8 - local.get $9 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer local.get $7 - local.get $1 - i32.store $0 + local.get $2 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.tee $7 - local.get $1 - i32.store $0 + local.get $2 + i32.store local.get $7 i32.const 1664 - i32.store $0 + i32.store local.get $7 global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.eqz if i32.const 0 @@ -18208,19 +17959,19 @@ i32.const 7 i32.const 1696 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=4 + local.tee $2 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 1 i32.const 1 i32.const 3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 0 i32.const 7 @@ -18229,8 +17980,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18243,17 +17994,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 0 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 0 i32.const 7 @@ -18262,8 +18013,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18276,16 +18027,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 1 i32.const 0 i32.const -3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 0 i32.const 7 @@ -18294,8 +18045,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18308,17 +18059,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 2 i32.const -2 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 0 i32.const 7 @@ -18327,8 +18078,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18341,16 +18092,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 0 i32.const 1 i32.const 0 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 0 i32.const 7 @@ -18359,8 +18110,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18373,17 +18124,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const -1 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 0 i32.const 7 @@ -18392,8 +18143,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18411,19 +18162,19 @@ i32.const 8 i32.const 1920 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=12 + local.tee $2 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 1 i32.const 1 i32.const 3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 8 @@ -18432,8 +18183,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18446,17 +18197,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 0 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 8 @@ -18465,8 +18216,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18479,16 +18230,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 1 i32.const 0 i32.const -3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 8 @@ -18497,8 +18248,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18511,17 +18262,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 2 i32.const -2 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 8 @@ -18530,8 +18281,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18544,16 +18295,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 0 i32.const 1 i32.const 0 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 8 @@ -18562,8 +18313,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18576,17 +18327,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const -1 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 8 @@ -18595,8 +18346,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18614,19 +18365,19 @@ i32.const 9 i32.const 2256 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=16 + local.tee $2 + i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 f32.const 1 i32.const 1 i32.const 3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 9 @@ -18635,8 +18386,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18649,17 +18400,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 f32.const 0 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 9 @@ -18668,8 +18419,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18682,16 +18433,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 f32.const 1 i32.const 0 i32.const -3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 9 @@ -18700,8 +18451,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18714,17 +18465,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 f32.const 2 i32.const -2 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 9 @@ -18733,8 +18484,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18747,16 +18498,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 f32.const 0 i32.const 1 i32.const 0 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 9 @@ -18765,8 +18516,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18779,17 +18530,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 f32.const -1 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 9 @@ -18798,8 +18549,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18812,17 +18563,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 f32.const -0 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 9 @@ -18831,8 +18582,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18846,9 +18597,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $~lib/array/Array#get:length if i32.const 0 @@ -18860,9 +18611,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -18876,16 +18627,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 42 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 42 @@ -18900,9 +18651,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $~lib/array/Array#get:length i32.const 1 i32.ne @@ -18916,9 +18667,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -18932,9 +18683,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $~lib/array/Array#pop i32.const 42 i32.ne @@ -18948,9 +18699,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $~lib/array/Array#get:length if i32.const 0 @@ -18962,9 +18713,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -18978,16 +18729,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 43 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $~lib/array/Array#get:length i32.const 1 i32.ne @@ -19001,9 +18752,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -19017,9 +18768,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 43 @@ -19034,16 +18785,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 44 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $~lib/array/Array#get:length i32.const 2 i32.ne @@ -19057,9 +18808,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -19073,9 +18824,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 43 @@ -19090,9 +18841,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 1 call $~lib/array/Array#__get i32.const 44 @@ -19107,16 +18858,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 45 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $~lib/array/Array#get:length i32.const 3 i32.ne @@ -19130,9 +18881,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -19146,9 +18897,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 43 @@ -19163,9 +18914,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 1 call $~lib/array/Array#__get i32.const 44 @@ -19180,9 +18931,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 2 call $~lib/array/Array#__get i32.const 45 @@ -19196,18 +18947,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 i32.const 2 i32.const 2 i32.const 10 i32.const 0 call $~lib/rt/__newArray local.tee $7 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $7 - i32.load $0 offset=4 - i32.store $0 offset=24 + i32.load offset=4 + i32.store offset=24 local.get $7 i32.const 0 i32.const 0 @@ -19218,12 +18969,12 @@ i32.const 0 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $1 + local.get $2 local.get $7 - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -19234,24 +18985,24 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $7 i32.const 0 i32.const 0 call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/array/Array#get:length if @@ -19268,12 +19019,12 @@ i32.const 4 i32.const 2688 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=32 + local.tee $2 + i32.store offset=32 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 0 call $~lib/array/Array#at i32.const 1 @@ -19287,9 +19038,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 3 call $~lib/array/Array#at i32.const 4 @@ -19303,9 +19054,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const -1 call $~lib/array/Array#at i32.const 4 @@ -19319,9 +19070,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const -4 call $~lib/array/Array#at i32.const 1 @@ -19337,25 +19088,25 @@ global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/array/Array#constructor - local.tee $1 - i32.store $0 offset=36 + local.tee $2 + i32.store offset=36 global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 - local.get $1 + local.get $2 call $~lib/array/Array#concat local.tee $7 - i32.store $0 offset=40 + i32.store offset=40 global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $8 - i32.store $0 + i32.store local.get $8 call $std/array/internalCapacity i32.const 8 @@ -19371,7 +19122,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length i32.const 3 @@ -19386,7 +19137,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/array/Array#get:length i32.const 3 @@ -19401,7 +19152,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store i32.const 0 i32.const 2 i32.const 4 @@ -19410,7 +19161,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $8 call $~lib/array/Array#concat @@ -19418,7 +19169,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $8 - i32.store $0 + i32.store local.get $8 call $std/array/internalCapacity i32.const 8 @@ -19433,7 +19184,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 0 call $~lib/array/Array#__get @@ -19449,7 +19200,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 1 call $~lib/array/Array#__get @@ -19465,7 +19216,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 2 call $~lib/array/Array#__get @@ -19480,34 +19231,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 46 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 47 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 - local.get $1 + local.get $2 call $~lib/array/Array#concat local.tee $7 - i32.store $0 offset=40 + i32.store offset=40 global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $8 - i32.store $0 + i32.store local.get $8 call $std/array/internalCapacity i32.const 8 @@ -19521,9 +19272,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 call $~lib/array/Array#get:length i32.const 2 i32.ne @@ -19537,7 +19288,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/array/Array#get:length i32.const 5 @@ -19552,7 +19303,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 0 call $~lib/array/Array#__get @@ -19568,7 +19319,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 1 call $~lib/array/Array#__get @@ -19584,7 +19335,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 2 call $~lib/array/Array#__get @@ -19600,7 +19351,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 3 call $~lib/array/Array#__get @@ -19616,7 +19367,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 4 call $~lib/array/Array#__get @@ -19632,13 +19383,13 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/array/Array#get:length i32.const 4 @@ -19657,12 +19408,12 @@ i32.const 4 i32.const 2768 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=44 + local.tee $2 + i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 call $~lib/array/Array#get:length if i32.const 0 @@ -19674,21 +19425,21 @@ end global.get $~lib/memory/__stack_pointer local.tee $7 - local.get $1 - i32.store $0 + local.get $2 + i32.store local.get $7 global.get $std/array/arr local.tee $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 - local.get $1 + local.get $2 local.get $8 call $~lib/array/Array#concat local.tee $7 - i32.store $0 offset=40 + i32.store offset=40 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/array/Array#get:length i32.const 3 @@ -19702,9 +19453,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 call $~lib/array/Array#get:length if i32.const 0 @@ -19720,21 +19471,21 @@ i32.const 4 i32.const 2800 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=48 + local.tee $2 + i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=52 + local.get $2 + i32.store offset=52 i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 0 i32.const 3 call $~lib/array/Array#copyWithin@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 4 @@ -19743,8 +19494,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19763,21 +19514,21 @@ i32.const 4 i32.const 2896 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=48 + local.tee $2 + i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=52 + local.get $2 + i32.store offset=52 i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 1 i32.const 3 call $~lib/array/Array#copyWithin@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 4 @@ -19786,8 +19537,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19806,21 +19557,21 @@ i32.const 4 i32.const 2992 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=48 + local.tee $2 + i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=52 + local.get $2 + i32.store offset=52 i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 1 i32.const 2 call $~lib/array/Array#copyWithin@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 4 @@ -19829,8 +19580,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19849,21 +19600,21 @@ i32.const 4 i32.const 3088 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=48 + local.tee $2 + i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=52 + local.get $2 + i32.store offset=52 i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 2 i32.const 2 call $~lib/array/Array#copyWithin@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 4 @@ -19872,8 +19623,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19892,20 +19643,20 @@ i32.const 4 i32.const 3184 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=48 + local.tee $2 + i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=52 - local.get $1 + local.get $2 + i32.store offset=52 + local.get $2 i32.const 0 i32.const 3 i32.const 4 call $~lib/array/Array#copyWithin - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 4 @@ -19914,8 +19665,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19934,20 +19685,20 @@ i32.const 4 i32.const 3280 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=48 + local.tee $2 + i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=52 - local.get $1 + local.get $2 + i32.store offset=52 + local.get $2 i32.const 1 i32.const 3 i32.const 4 call $~lib/array/Array#copyWithin - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 4 @@ -19956,8 +19707,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19976,20 +19727,20 @@ i32.const 4 i32.const 3376 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=48 + local.tee $2 + i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=52 - local.get $1 + local.get $2 + i32.store offset=52 + local.get $2 i32.const 1 i32.const 2 i32.const 4 call $~lib/array/Array#copyWithin - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 4 @@ -19998,8 +19749,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -20018,21 +19769,21 @@ i32.const 4 i32.const 3472 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=48 + local.tee $2 + i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=52 + local.get $2 + i32.store offset=52 i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 0 i32.const -2 call $~lib/array/Array#copyWithin@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 4 @@ -20041,8 +19792,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -20061,20 +19812,20 @@ i32.const 4 i32.const 3568 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=48 + local.tee $2 + i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=52 - local.get $1 + local.get $2 + i32.store offset=52 + local.get $2 i32.const 0 i32.const -2 i32.const -1 call $~lib/array/Array#copyWithin - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 4 @@ -20083,8 +19834,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -20103,20 +19854,20 @@ i32.const 4 i32.const 3664 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=48 + local.tee $2 + i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=52 - local.get $1 + local.get $2 + i32.store offset=52 + local.get $2 i32.const -4 i32.const -3 i32.const -2 call $~lib/array/Array#copyWithin - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 4 @@ -20125,8 +19876,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -20145,20 +19896,20 @@ i32.const 4 i32.const 3760 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=48 + local.tee $2 + i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=52 - local.get $1 + local.get $2 + i32.store offset=52 + local.get $2 i32.const -4 i32.const -3 i32.const -1 call $~lib/array/Array#copyWithin - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 4 @@ -20167,8 +19918,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -20187,21 +19938,21 @@ i32.const 4 i32.const 3856 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=48 + local.tee $2 + i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=52 + local.get $2 + i32.store offset=52 i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const -4 i32.const -3 call $~lib/array/Array#copyWithin@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 4 @@ -20210,8 +19961,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -20226,16 +19977,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 42 call $~lib/array/Array#unshift global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $~lib/array/Array#get:length i32.const 4 i32.ne @@ -20249,9 +20000,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -20265,9 +20016,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 42 @@ -20282,9 +20033,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 1 call $~lib/array/Array#__get i32.const 43 @@ -20299,9 +20050,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 2 call $~lib/array/Array#__get i32.const 44 @@ -20316,9 +20067,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 3 call $~lib/array/Array#__get i32.const 45 @@ -20333,16 +20084,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 41 call $~lib/array/Array#unshift global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $~lib/array/Array#get:length i32.const 5 i32.ne @@ -20356,9 +20107,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -20372,9 +20123,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 41 @@ -20389,9 +20140,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 1 call $~lib/array/Array#__get i32.const 42 @@ -20406,9 +20157,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 2 call $~lib/array/Array#__get i32.const 43 @@ -20423,9 +20174,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 3 call $~lib/array/Array#__get i32.const 44 @@ -20440,9 +20191,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 4 call $~lib/array/Array#__get i32.const 45 @@ -20456,11 +20207,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 global.get $std/array/arr local.tee $7 - i32.store $0 - local.get $1 + i32.store + local.get $2 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -20469,15 +20220,15 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 i32.const 0 - i32.store $0 - local.get $1 + i32.store + local.get $2 local.get $7 - i32.store $0 + i32.store local.get $7 - i32.load $0 offset=12 - local.tee $1 + i32.load offset=12 + local.tee $2 i32.const 0 i32.le_s if @@ -20491,35 +20242,35 @@ global.get $~lib/memory/__stack_pointer local.tee $8 local.get $7 - i32.store $0 + i32.store local.get $7 - i32.load $0 offset=4 + i32.load offset=4 local.tee $9 - i32.load $0 + i32.load local.set $10 local.get $9 local.get $9 i32.const 4 i32.add - local.get $1 + local.get $2 i32.const 1 i32.sub - local.tee $1 + local.tee $2 i32.const 2 i32.shl local.tee $11 - memory.copy $0 $0 + memory.copy local.get $9 local.get $11 i32.add i32.const 0 - i32.store $0 + i32.store local.get $8 local.get $7 - i32.store $0 + i32.store local.get $7 - local.get $1 - i32.store $0 offset=12 + local.get $2 + i32.store offset=12 local.get $8 i32.const 4 i32.add @@ -20539,9 +20290,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $~lib/array/Array#get:length i32.const 4 i32.ne @@ -20555,9 +20306,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -20571,9 +20322,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 42 @@ -20588,9 +20339,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 1 call $~lib/array/Array#__get i32.const 43 @@ -20605,9 +20356,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 2 call $~lib/array/Array#__get i32.const 44 @@ -20622,9 +20373,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 3 call $~lib/array/Array#__get i32.const 45 @@ -20639,9 +20390,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $~lib/array/Array#pop global.set $std/array/i global.get $std/array/i @@ -20657,9 +20408,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $~lib/array/Array#get:length i32.const 3 i32.ne @@ -20673,9 +20424,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -20689,9 +20440,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 42 @@ -20706,9 +20457,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 1 call $~lib/array/Array#__get i32.const 43 @@ -20723,9 +20474,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 - i32.store $0 - local.get $1 + local.tee $2 + i32.store + local.get $2 i32.const 2 call $~lib/array/Array#__get i32.const 44 @@ -20744,22 +20495,22 @@ i32.const 4 i32.const 3952 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=56 + local.tee $2 + i32.store offset=56 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.const 2 call $~lib/array/Array#slice@varargs local.tee $7 - i32.store $0 offset=60 + i32.store offset=60 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store i32.const 3 i32.const 2 i32.const 4 @@ -20768,7 +20519,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $8 i32.const 0 @@ -20784,18 +20535,18 @@ end global.get $~lib/memory/__stack_pointer local.tee $7 - local.get $1 - i32.store $0 + local.get $2 + i32.store local.get $7 - local.get $1 + local.get $2 i32.const 2 i32.const 4 call $~lib/array/Array#slice local.tee $7 - i32.store $0 offset=60 + i32.store offset=60 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store i32.const 2 i32.const 2 i32.const 4 @@ -20804,7 +20555,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $8 i32.const 0 @@ -20820,18 +20571,18 @@ end global.get $~lib/memory/__stack_pointer local.tee $7 - local.get $1 - i32.store $0 + local.get $2 + i32.store local.get $7 - local.get $1 + local.get $2 i32.const 1 i32.const 5 call $~lib/array/Array#slice local.tee $7 - i32.store $0 offset=60 + i32.store offset=60 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store i32.const 4 i32.const 2 i32.const 4 @@ -20840,7 +20591,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $8 i32.const 0 @@ -20856,24 +20607,24 @@ end global.get $~lib/memory/__stack_pointer local.tee $7 - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 0 global.set $~argumentsLength local.get $7 - local.get $1 + local.get $2 i32.const 0 call $~lib/array/Array#slice@varargs local.tee $7 - i32.store $0 offset=60 + i32.store offset=60 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 local.get $7 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -20887,19 +20638,19 @@ end global.get $~lib/memory/__stack_pointer local.tee $7 - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 1 global.set $~argumentsLength local.get $7 - local.get $1 + local.get $2 i32.const -2 call $~lib/array/Array#slice@varargs local.tee $7 - i32.store $0 offset=60 + i32.store offset=60 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store i32.const 2 i32.const 2 i32.const 4 @@ -20908,7 +20659,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $8 i32.const 0 @@ -20924,18 +20675,18 @@ end global.get $~lib/memory/__stack_pointer local.tee $7 - local.get $1 - i32.store $0 + local.get $2 + i32.store local.get $7 - local.get $1 + local.get $2 i32.const 2 i32.const -1 call $~lib/array/Array#slice local.tee $7 - i32.store $0 offset=60 + i32.store offset=60 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store i32.const 2 i32.const 2 i32.const 4 @@ -20944,7 +20695,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $8 i32.const 0 @@ -20960,18 +20711,18 @@ end global.get $~lib/memory/__stack_pointer local.tee $7 - local.get $1 - i32.store $0 + local.get $2 + i32.store local.get $7 - local.get $1 + local.get $2 i32.const -3 i32.const -1 call $~lib/array/Array#slice local.tee $7 - i32.store $0 offset=60 + i32.store offset=60 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store i32.const 2 i32.const 2 i32.const 4 @@ -20980,7 +20731,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $8 i32.const 0 @@ -20995,16 +20746,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 - local.get $1 + local.get $2 + i32.store offset=8 + local.get $2 i32.const -1 i32.const -3 call $~lib/array/Array#slice local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/array/Array#get:length if @@ -21016,18 +20767,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 10 call $~lib/array/Array#slice@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 call $~lib/array/Array#get:length if i32.const 0 @@ -21038,11 +20789,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 global.get $std/array/arr local.tee $7 - i32.store $0 - local.get $1 + i32.store + local.get $2 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -21051,63 +20802,63 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 i32.const 0 - i32.store $0 - local.get $1 + i32.store + local.get $2 local.get $7 - i32.store $0 + i32.store local.get $7 - i32.load $0 offset=4 + i32.load offset=4 local.set $8 - local.get $1 + local.get $2 local.get $7 - i32.store $0 + i32.store local.get $7 - i32.load $0 offset=12 - local.tee $1 + i32.load offset=12 + local.tee $2 i32.const 1 i32.gt_u if - local.get $1 + local.get $2 i32.const 1 i32.shr_u local.set $7 - local.get $1 + local.get $2 i32.const 1 i32.sub - local.set $1 + local.set $2 loop $while-continue|0 - local.get $0 + local.get $3 local.get $7 i32.lt_u if local.get $8 - local.get $0 + local.get $3 i32.const 2 i32.shl i32.add local.tee $9 - i32.load $0 + i32.load local.set $10 local.get $9 local.get $8 - local.get $1 - local.get $0 + local.get $2 + local.get $3 i32.sub i32.const 2 i32.shl i32.add local.tee $9 - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $9 local.get $10 - i32.store $0 - local.get $0 + i32.store + local.get $3 i32.const 1 i32.add - local.set $0 + local.set $3 br $while-continue|0 end end @@ -21118,9 +20869,9 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $0 - i32.store $0 - local.get $0 + local.tee $2 + i32.store + local.get $2 call $~lib/array/Array#get:length i32.const 3 i32.ne @@ -21134,9 +20885,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $0 - i32.store $0 - local.get $0 + local.tee $2 + i32.store + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -21150,9 +20901,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $0 - i32.store $0 - local.get $0 + local.tee $2 + i32.store + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 44 @@ -21167,9 +20918,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $0 - i32.store $0 - local.get $0 + local.tee $2 + i32.store + local.get $2 i32.const 1 call $~lib/array/Array#__get i32.const 43 @@ -21184,9 +20935,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $0 - i32.store $0 - local.get $0 + local.tee $2 + i32.store + local.get $2 i32.const 2 call $~lib/array/Array#__get i32.const 42 @@ -21201,59 +20952,57 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $0 - i32.store $0 - local.get $0 + local.tee $2 + i32.store + local.get $2 i32.const 43 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $0 - i32.store $0 - local.get $0 + local.tee $2 + i32.store + local.get $2 i32.const 44 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer - local.set $0 + local.set $2 i32.const 4 i32.const 0 i32.const 7 i32.const 4208 call $~lib/rt/__newArray - local.set $1 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $0 - local.get $1 + local.get $3 + i32.store + local.get $2 + local.get $3 call $~lib/array/Array#reverse - local.tee $1 - i32.store $0 offset=64 - i32.const 0 - local.set $0 + local.tee $2 + i32.store offset=64 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 call $~lib/array/Array#get:length - local.set $7 + local.set $3 loop $for-loop|0 local.get $0 - local.get $7 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 local.get $0 call $~lib/array/Array#__get - local.set $8 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $8 - local.get $1 + local.get $2 + i32.store + local.get $7 + local.get $2 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -21282,40 +21031,40 @@ i32.const 7 i32.const 4240 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#reverse - local.tee $1 - i32.store $0 offset=68 + local.tee $2 + i32.store offset=68 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 call $~lib/array/Array#get:length - local.set $7 + local.set $3 loop $for-loop|1 local.get $0 - local.get $7 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 local.get $0 call $~lib/array/Array#__get - local.set $8 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $8 - local.get $1 + local.get $2 + i32.store + local.get $7 + local.get $2 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -21344,40 +21093,40 @@ i32.const 7 i32.const 4272 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#reverse - local.tee $1 - i32.store $0 offset=72 + local.tee $2 + i32.store offset=72 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 call $~lib/array/Array#get:length - local.set $7 + local.set $3 loop $for-loop|2 local.get $0 - local.get $7 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 local.get $0 call $~lib/array/Array#__get - local.set $8 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $8 - local.get $1 + local.get $2 + i32.store + local.get $7 + local.get $2 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -21406,40 +21155,40 @@ i32.const 11 i32.const 4320 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#reverse - local.tee $1 - i32.store $0 offset=76 + local.tee $2 + i32.store offset=76 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 call $~lib/array/Array#get:length - local.set $7 + local.set $3 loop $for-loop|3 local.get $0 - local.get $7 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 local.get $0 call $~lib/array/Array#__get - local.set $8 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $8 - local.get $1 + local.get $2 + i32.store + local.get $7 + local.get $2 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -21468,40 +21217,40 @@ i32.const 11 i32.const 4368 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#reverse - local.tee $1 - i32.store $0 offset=80 + local.tee $2 + i32.store offset=80 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 call $~lib/array/Array#get:length - local.set $7 + local.set $3 loop $for-loop|4 local.get $0 - local.get $7 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 local.get $0 call $~lib/array/Array#__get - local.set $8 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $8 - local.get $1 + local.get $2 + i32.store + local.get $7 + local.get $2 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -21530,40 +21279,40 @@ i32.const 11 i32.const 4416 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#reverse - local.tee $1 - i32.store $0 offset=84 + local.tee $2 + i32.store offset=84 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 call $~lib/array/Array#get:length - local.set $7 + local.set $3 loop $for-loop|5 local.get $0 - local.get $7 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 local.get $0 call $~lib/array/Array#__get - local.set $8 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $8 - local.get $1 + local.get $2 + i32.store + local.get $7 + local.get $2 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -21588,7 +21337,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 44 i32.const 0 @@ -21606,7 +21355,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 42 i32.const 0 @@ -21626,7 +21375,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 45 i32.const 0 @@ -21646,7 +21395,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 43 i32.const 100 @@ -21666,7 +21415,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 43 i32.const -100 @@ -21686,7 +21435,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 43 i32.const -2 @@ -21706,7 +21455,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 43 i32.const -4 @@ -21726,7 +21475,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 43 i32.const 0 @@ -21746,7 +21495,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 43 i32.const 1 @@ -21766,7 +21515,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 43 i32.const 2 @@ -21788,12 +21537,14 @@ i32.const 9 i32.const 4464 call $~lib/rt/__newArray - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store $0 - local.get $1 + local.tee $3 + local.get $2 + i32.store + i32.const 0 + local.set $0 + local.get $3 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -21802,47 +21553,47 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $3 i32.const 0 - i32.store $0 - local.get $1 - local.get $0 - i32.store $0 - block $__inlined_func$~lib/array/Array#indexOf - local.get $0 - i32.load $0 offset=12 - local.tee $1 + i32.store + local.get $3 + local.get $2 + i32.store + block $__inlined_func$~lib/array/Array#indexOf$712 + local.get $2 + i32.load offset=12 + local.tee $7 i32.eqz - local.get $1 + local.get $7 i32.const 0 i32.le_s i32.or if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const -1 - local.set $3 - br $__inlined_func$~lib/array/Array#indexOf + local.set $0 + br $__inlined_func$~lib/array/Array#indexOf$712 end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 offset=4 - local.set $0 - loop $while-continue|08 - local.get $1 - local.get $3 - i32.gt_s + local.get $2 + i32.store + local.get $2 + i32.load offset=4 + local.set $2 + loop $while-continue|01 + local.get $0 + local.get $7 + i32.lt_s if + local.get $2 local.get $0 - local.get $3 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load f32.const nan:0x400000 f32.eq if @@ -21850,13 +21601,13 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/array/Array#indexOf + br $__inlined_func$~lib/array/Array#indexOf$712 end - local.get $3 + local.get $0 i32.const 1 i32.add - local.set $3 - br $while-continue|08 + local.set $0 + br $while-continue|01 end end global.get $~lib/memory/__stack_pointer @@ -21864,9 +21615,9 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const -1 - local.set $3 + local.set $0 end - local.get $3 + local.get $0 i32.const -1 i32.ne if @@ -21882,14 +21633,14 @@ i32.const 12 i32.const 4496 call $~lib/rt/__newArray - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store $0 + local.tee $3 + local.get $2 + i32.store i32.const 0 - local.set $3 - local.get $1 + local.set $0 + local.get $3 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -21898,47 +21649,47 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $3 i32.const 0 - i32.store $0 - local.get $1 - local.get $0 - i32.store $0 - block $__inlined_func$~lib/array/Array#indexOf - local.get $0 - i32.load $0 offset=12 - local.tee $1 + i32.store + local.get $3 + local.get $2 + i32.store + block $__inlined_func$~lib/array/Array#indexOf$713 + local.get $2 + i32.load offset=12 + local.tee $7 i32.eqz - local.get $1 + local.get $7 i32.const 0 i32.le_s i32.or if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const -1 - local.set $3 - br $__inlined_func$~lib/array/Array#indexOf + local.set $0 + br $__inlined_func$~lib/array/Array#indexOf$713 end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 offset=4 - local.set $0 - loop $while-continue|09 - local.get $1 - local.get $3 - i32.gt_s + local.get $2 + i32.store + local.get $2 + i32.load offset=4 + local.set $2 + loop $while-continue|02 + local.get $0 + local.get $7 + i32.lt_s if + local.get $2 local.get $0 - local.get $3 i32.const 3 i32.shl i32.add - f64.load $0 + f64.load f64.const nan:0x8000000000000 f64.eq if @@ -21946,13 +21697,13 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/array/Array#indexOf + br $__inlined_func$~lib/array/Array#indexOf$713 end - local.get $3 + local.get $0 i32.const 1 i32.add - local.set $3 - br $while-continue|09 + local.set $0 + br $while-continue|02 end end global.get $~lib/memory/__stack_pointer @@ -21960,9 +21711,9 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const -1 - local.set $3 + local.set $0 end - local.get $3 + local.get $0 i32.const -1 i32.ne if @@ -21980,10 +21731,10 @@ i32.const 4528 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=88 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 1 global.set $~argumentsLength local.get $0 @@ -22001,7 +21752,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 1 global.set $~argumentsLength local.get $0 @@ -22019,7 +21770,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2 i32.const 3 @@ -22036,7 +21787,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2 i32.const 2 @@ -22051,7 +21802,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2 i32.const -2 @@ -22066,7 +21817,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2 i32.const -1 @@ -22084,7 +21835,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 44 i32.const 0 @@ -22102,7 +21853,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 42 i32.const 0 @@ -22120,7 +21871,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 45 i32.const 0 @@ -22136,7 +21887,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 43 i32.const 100 @@ -22152,7 +21903,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 43 i32.const -100 @@ -22170,7 +21921,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 43 i32.const -2 @@ -22188,7 +21939,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 43 i32.const -4 @@ -22206,7 +21957,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 43 i32.const 0 @@ -22224,7 +21975,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 43 i32.const 1 @@ -22242,7 +21993,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 43 i32.const 2 @@ -22257,20 +22008,20 @@ call $~lib/builtins/abort unreachable end - block $__inlined_func$~lib/array/Array#includes (result i32) + block $__inlined_func$~lib/array/Array#includes$714 (result i32) i32.const 1 i32.const 2 i32.const 9 i32.const 4576 call $~lib/rt/__newArray - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store $0 + local.tee $3 + local.get $2 + i32.store i32.const 0 - local.set $3 - local.get $1 + local.set $0 + local.get $3 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -22279,45 +22030,45 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $3 i32.const 0 - i32.store $0 - local.get $1 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 offset=12 - local.tee $1 + i32.store + local.get $3 + local.get $2 + i32.store + local.get $2 + i32.load offset=12 + local.tee $7 i32.eqz - local.get $1 + local.get $7 i32.const 0 i32.le_s i32.or if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$~lib/array/Array#includes + br $__inlined_func$~lib/array/Array#includes$714 end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 offset=4 - local.set $0 - loop $while-continue|010 - local.get $1 - local.get $3 - i32.gt_s + local.get $2 + i32.store + local.get $2 + i32.load offset=4 + local.set $2 + loop $while-continue|03 + local.get $0 + local.get $7 + i32.lt_s if + local.get $2 local.get $0 - local.get $3 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.tee $6 local.get $6 f32.ne @@ -22327,13 +22078,13 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 1 - br $__inlined_func$~lib/array/Array#includes + br $__inlined_func$~lib/array/Array#includes$714 end - local.get $3 + local.get $0 i32.const 1 i32.add - local.set $3 - br $while-continue|010 + local.set $0 + br $while-continue|03 end end global.get $~lib/memory/__stack_pointer @@ -22351,20 +22102,20 @@ call $~lib/builtins/abort unreachable end - block $__inlined_func$~lib/array/Array#includes (result i32) + block $__inlined_func$~lib/array/Array#includes$715 (result i32) i32.const 1 i32.const 3 i32.const 12 i32.const 4608 call $~lib/rt/__newArray - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store $0 + local.tee $3 + local.get $2 + i32.store i32.const 0 - local.set $3 - local.get $1 + local.set $0 + local.get $3 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -22373,45 +22124,45 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $3 i32.const 0 - i32.store $0 - local.get $1 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 offset=12 - local.tee $1 + i32.store + local.get $3 + local.get $2 + i32.store + local.get $2 + i32.load offset=12 + local.tee $7 i32.eqz - local.get $1 + local.get $7 i32.const 0 i32.le_s i32.or if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$~lib/array/Array#includes + br $__inlined_func$~lib/array/Array#includes$715 end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 offset=4 - local.set $0 - loop $while-continue|011 - local.get $1 - local.get $3 - i32.gt_s + local.get $2 + i32.store + local.get $2 + i32.load offset=4 + local.set $2 + loop $while-continue|04 + local.get $0 + local.get $7 + i32.lt_s if + local.get $2 local.get $0 - local.get $3 i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.tee $5 local.get $5 f64.ne @@ -22421,13 +22172,13 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 1 - br $__inlined_func$~lib/array/Array#includes + br $__inlined_func$~lib/array/Array#includes$715 end - local.get $3 + local.get $0 i32.const 1 i32.add - local.set $3 - br $while-continue|011 + local.set $0 + br $while-continue|04 end end global.get $~lib/memory/__stack_pointer @@ -22448,7 +22199,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 1 i32.const 1 @@ -22457,7 +22208,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 4 @@ -22473,7 +22224,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $std/array/internalCapacity i32.const 8 @@ -22489,7 +22240,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 0 call $~lib/array/Array#__get @@ -22506,7 +22257,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $~lib/array/Array#__get @@ -22527,19 +22278,19 @@ i32.const 4640 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 i32.const 1 global.set $~argumentsLength local.get $0 i32.const 0 call $~lib/array/Array#splice@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 5 i32.const 2 i32.const 4 @@ -22548,8 +22299,8 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22564,18 +22315,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 0 i32.const 2 i32.const 4 i32.const 4736 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22594,18 +22345,18 @@ i32.const 4768 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 i32.const 0 i32.const 0 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 0 i32.const 2 i32.const 4 @@ -22614,8 +22365,8 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22630,18 +22381,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 4848 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22660,19 +22411,19 @@ i32.const 4896 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 i32.const 1 global.set $~argumentsLength local.get $0 i32.const 2 call $~lib/array/Array#splice@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 3 i32.const 2 i32.const 4 @@ -22681,8 +22432,8 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22697,18 +22448,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 2 i32.const 2 i32.const 4 i32.const 4976 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22727,18 +22478,18 @@ i32.const 5008 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 i32.const 2 i32.const 2 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 2 i32.const 2 i32.const 4 @@ -22747,8 +22498,8 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22763,18 +22514,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 3 i32.const 2 i32.const 4 i32.const 5088 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22793,18 +22544,18 @@ i32.const 5120 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 i32.const 0 i32.const 1 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 1 i32.const 2 i32.const 4 @@ -22813,8 +22564,8 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22829,18 +22580,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 4 i32.const 2 i32.const 4 i32.const 5200 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22859,19 +22610,19 @@ i32.const 5248 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 i32.const 1 global.set $~argumentsLength local.get $0 i32.const -1 call $~lib/array/Array#splice@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 1 i32.const 2 i32.const 4 @@ -22880,8 +22631,8 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22896,18 +22647,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 4 i32.const 2 i32.const 4 i32.const 5328 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22926,19 +22677,19 @@ i32.const 5376 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 i32.const 1 global.set $~argumentsLength local.get $0 i32.const -2 call $~lib/array/Array#splice@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 2 i32.const 2 i32.const 4 @@ -22947,8 +22698,8 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22963,18 +22714,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 3 i32.const 2 i32.const 4 i32.const 5456 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22993,18 +22744,18 @@ i32.const 5488 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 i32.const -2 i32.const 1 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 1 i32.const 2 i32.const 4 @@ -23013,8 +22764,8 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -23029,18 +22780,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 4 i32.const 2 i32.const 4 i32.const 5568 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -23059,18 +22810,18 @@ i32.const 5616 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 i32.const -7 i32.const 1 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 1 i32.const 2 i32.const 4 @@ -23079,8 +22830,8 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -23095,18 +22846,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 4 i32.const 2 i32.const 4 i32.const 5696 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -23125,18 +22876,18 @@ i32.const 5744 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 i32.const -2 i32.const -1 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 0 i32.const 2 i32.const 4 @@ -23145,8 +22896,8 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -23161,18 +22912,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 5824 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -23191,18 +22942,18 @@ i32.const 5872 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 i32.const 1 i32.const -2 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 0 i32.const 2 i32.const 4 @@ -23211,8 +22962,8 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -23227,18 +22978,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 5952 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -23257,18 +23008,18 @@ i32.const 6000 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 i32.const 4 i32.const 0 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 0 i32.const 2 i32.const 4 @@ -23277,8 +23028,8 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -23293,18 +23044,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 6080 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -23323,18 +23074,18 @@ i32.const 6128 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 i32.const 7 i32.const 0 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 0 i32.const 2 i32.const 4 @@ -23343,8 +23094,8 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -23359,18 +23110,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 6208 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -23389,18 +23140,18 @@ i32.const 6256 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 i32.const 7 i32.const 5 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store i32.const 0 i32.const 2 i32.const 4 @@ -23409,8 +23160,8 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -23425,18 +23176,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 6336 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -23455,20 +23206,20 @@ i32.const 6384 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=96 + i32.store offset=96 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.const 1 call $~lib/array/Array#splice - local.tee $1 - i32.store $0 offset=100 + local.tee $2 + i32.store offset=100 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 call $~lib/array/Array#get:length if i32.const 0 @@ -23480,7 +23231,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length if @@ -23498,52 +23249,52 @@ i32.const 10 i32.const 0 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=104 + local.tee $2 + i32.store offset=104 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.load $0 offset=4 - i32.store $0 offset=108 - local.get $1 + local.get $2 + i32.load offset=4 + i32.store offset=108 + local.get $2 i32.const 0 i32.const 1 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $1 + local.get $2 i32.const 1 i32.const 2 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $1 + local.get $2 i32.const 2 i32.const 3 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $1 + local.get $2 i32.const 3 i32.const 4 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $1 + local.get $2 i32.const 4 i32.const 5 call $std/array/Ref#constructor call $~lib/array/Array#__set local.get $0 - local.get $1 - i32.store $0 offset=96 + local.get $2 + i32.store offset=96 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.const 2 call $~lib/array/Array#splice local.tee $0 - i32.store $0 offset=100 + i32.store offset=100 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 2 @@ -23558,16 +23309,16 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array#__get local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 - i32.load $0 + i32.load i32.const 3 i32.ne if @@ -23580,16 +23331,16 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/array/Array#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 4 i32.ne if @@ -23601,9 +23352,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 call $~lib/array/Array#get:length i32.const 3 i32.ne @@ -23616,17 +23367,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 - local.get $1 + local.get $2 + i32.store offset=8 + local.get $2 i32.const 0 call $~lib/array/Array#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -23638,17 +23389,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 - local.get $1 + local.get $2 + i32.store offset=8 + local.get $2 i32.const 1 call $~lib/array/Array#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 2 i32.ne if @@ -23660,17 +23411,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 - local.get $1 + local.get $2 + i32.store offset=8 + local.get $2 i32.const 2 call $~lib/array/Array#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 5 i32.ne if @@ -23688,34 +23439,34 @@ i32.const 13 i32.const 0 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=112 + local.tee $2 + i32.store offset=112 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.load $0 offset=4 - i32.store $0 offset=116 - local.get $1 + local.get $2 + i32.load offset=4 + i32.store offset=116 + local.get $2 i32.const 0 i32.const 1 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $1 + local.get $2 i32.const 1 i32.const 0 call $~lib/array/Array#__set - local.get $1 + local.get $2 i32.const 2 i32.const 2 call $std/array/Ref#constructor call $~lib/array/Array#__set local.get $0 - local.get $1 - i32.store $0 offset=120 + local.get $2 + i32.store offset=120 global.get $~lib/memory/__stack_pointer local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -23727,12 +23478,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 - local.get $1 - i32.store $0 - local.get $1 - i32.load $0 offset=12 + local.get $2 + i32.store + local.get $2 + i32.load offset=12 local.tee $7 i32.const 0 local.get $7 @@ -23762,20 +23513,20 @@ i32.const 0 call $~lib/rt/__newArray local.tee $9 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.tee $10 local.get $9 - i32.store $0 + i32.store local.get $9 - i32.load $0 offset=4 + i32.load offset=4 local.set $11 local.get $10 - local.get $1 - i32.store $0 + local.get $2 + i32.store local.get $11 - local.get $1 - i32.load $0 offset=4 + local.get $2 + i32.load offset=4 local.tee $10 local.get $8 i32.const 2 @@ -23785,7 +23536,7 @@ local.get $3 i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $3 local.get $8 i32.add @@ -23804,27 +23555,27 @@ i32.sub i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy end global.get $~lib/memory/__stack_pointer local.tee $8 - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 local.get $7 local.get $3 i32.sub - i32.store $0 offset=12 + i32.store offset=12 local.get $8 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 local.get $9 - i32.store $0 offset=124 + i32.store offset=124 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/array/Array#get:length i32.const 1 @@ -23840,13 +23591,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $9 i32.const 0 call $~lib/array/Array#__get local.tee $0 - i32.store $0 offset=128 + i32.store offset=128 local.get $0 i32.eqz if @@ -23859,9 +23610,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -23873,9 +23624,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 call $~lib/array/Array#get:length i32.const 2 i32.ne @@ -23888,9 +23639,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 0 call $~lib/array/Array#__get if @@ -23903,14 +23654,14 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $1 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 1 call $~lib/array/Array#__get local.tee $0 - i32.store $0 offset=132 + i32.store offset=132 local.get $0 i32.eqz if @@ -23923,9 +23674,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 2 i32.ne if @@ -23939,7 +23690,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 0 @@ -23947,7 +23698,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 1 i32.const 1 @@ -23955,7 +23706,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 2 i32.const 2 @@ -23963,7 +23714,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 3 i32.const 3 @@ -23971,10 +23722,10 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 6672 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6672 call $~lib/array/Array#findIndex @@ -23991,12 +23742,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/array/arr - local.tee $1 - i32.store $0 + local.tee $2 + i32.store local.get $0 i32.const 6704 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 i32.const 6704 call $~lib/array/Array#findIndex global.set $std/array/i @@ -24014,12 +23765,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/array/arr - local.tee $1 - i32.store $0 + local.tee $2 + i32.store local.get $0 i32.const 6736 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 i32.const 6736 call $~lib/array/Array#findIndex global.set $std/array/i @@ -24037,12 +23788,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/array/arr - local.tee $1 - i32.store $0 + local.tee $2 + i32.store local.get $0 i32.const 6768 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 i32.const 6768 call $~lib/array/Array#findIndex global.set $std/array/i @@ -24060,7 +23811,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 8 @@ -24076,12 +23827,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/array/arr - local.tee $1 - i32.store $0 + local.tee $2 + i32.store local.get $0 i32.const 6800 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 i32.const 6800 call $~lib/array/Array#findIndex global.set $std/array/i @@ -24099,38 +23850,38 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 6832 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6832 call $~lib/array/Array#findIndex @@ -24149,7 +23900,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 2 @@ -24165,14 +23916,14 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 2 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 3 call $~lib/array/Array#push @@ -24183,13 +23934,13 @@ i32.const 6864 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=136 + i32.store offset=136 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 6912 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6912 call $~lib/array/Array#findLastIndex @@ -24204,12 +23955,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $2 i32.const 6944 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6944 call $~lib/array/Array#findLastIndex @@ -24226,12 +23977,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $2 i32.const 6976 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6976 call $~lib/array/Array#findLastIndex @@ -24248,12 +23999,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $2 i32.const 7008 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7008 call $~lib/array/Array#findLastIndex @@ -24272,12 +24023,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/array/arr - local.tee $1 - i32.store $0 + local.tee $2 + i32.store local.get $0 i32.const 7040 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 i32.const 7040 call $~lib/array/Array#every i32.const 1 @@ -24293,12 +24044,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/array/arr - local.tee $1 - i32.store $0 + local.tee $2 + i32.store local.get $0 i32.const 7072 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 i32.const 7072 call $~lib/array/Array#every if @@ -24312,12 +24063,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/array/arr - local.tee $1 - i32.store $0 + local.tee $2 + i32.store local.get $0 i32.const 7104 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 i32.const 7104 call $~lib/array/Array#every i32.const 1 @@ -24333,7 +24084,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 8 @@ -24349,12 +24100,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/array/arr - local.tee $1 - i32.store $0 + local.tee $2 + i32.store local.get $0 i32.const 7136 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 i32.const 7136 call $~lib/array/Array#every if @@ -24368,38 +24119,38 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 7168 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7168 call $~lib/array/Array#every @@ -24416,7 +24167,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 2 @@ -24432,24 +24183,24 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 2 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 3 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 7200 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7200 call $~lib/array/Array#some @@ -24466,12 +24217,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/array/arr - local.tee $1 - i32.store $0 + local.tee $2 + i32.store local.get $0 i32.const 7232 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 i32.const 7232 call $~lib/array/Array#some if @@ -24485,12 +24236,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/array/arr - local.tee $1 - i32.store $0 + local.tee $2 + i32.store local.get $0 i32.const 7264 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 i32.const 7264 call $~lib/array/Array#some if @@ -24504,7 +24255,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 8 @@ -24520,12 +24271,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/array/arr - local.tee $1 - i32.store $0 + local.tee $2 + i32.store local.get $0 i32.const 7296 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 i32.const 7296 call $~lib/array/Array#some i32.const 1 @@ -24541,38 +24292,38 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 7328 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7328 call $~lib/array/Array#some @@ -24587,7 +24338,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 2 @@ -24603,14 +24354,14 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 2 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 3 call $~lib/array/Array#push @@ -24619,10 +24370,10 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 7360 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7360 call $~lib/array/Array#forEach @@ -24642,12 +24393,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/array/arr - local.tee $1 - i32.store $0 + local.tee $2 + i32.store local.get $0 i32.const 7392 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 i32.const 7392 call $~lib/array/Array#forEach global.get $std/array/i @@ -24664,7 +24415,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 8 @@ -24682,12 +24433,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/array/arr - local.tee $1 - i32.store $0 + local.tee $2 + i32.store local.get $0 i32.const 7424 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $2 i32.const 7424 call $~lib/array/Array#forEach global.get $std/array/i @@ -24704,28 +24455,28 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop @@ -24734,10 +24485,10 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 7456 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7456 call $~lib/array/Array#forEach @@ -24755,7 +24506,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 2 @@ -24771,31 +24522,31 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 2 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 3 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 7488 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7488 call $~lib/array/Array#forEach global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 100 @@ -24809,51 +24560,51 @@ unreachable end i32.const 0 - local.set $3 + local.set $0 loop $for-loop|6 - local.get $3 + local.get $0 i32.const 100 i32.lt_s if global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $0 - i32.store $0 - local.get $0 + local.tee $2 + i32.store + local.get $2 call $~lib/array/Array#pop drop - local.get $3 + local.get $0 i32.const 1 i32.add - local.set $3 + local.set $0 br $for-loop|6 end end global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 0 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 2 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 3 call $~lib/array/Array#push @@ -24861,11 +24612,11 @@ local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $3 - i32.store $0 + local.tee $2 + i32.store global.get $~lib/memory/__stack_pointer i32.const 9296 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -24875,92 +24626,87 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $3 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $3 i64.const 0 - i64.store $0 offset=8 - local.get $1 + i64.store offset=8 local.get $3 - i32.store $0 - local.get $1 + local.get $2 + i32.store local.get $3 - i32.load $0 offset=12 - local.tee $7 + local.get $2 + i32.load offset=12 + local.tee $3 i32.const 2 i32.const 16 i32.const 0 call $~lib/rt/__newArray - local.tee $8 - i32.store $0 offset=4 + local.tee $7 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 - local.get $8 - i32.load $0 offset=4 - local.set $9 - i32.const 0 - local.set $1 - loop $for-loop|012 + local.get $7 + i32.store + local.get $7 + i32.load offset=4 + local.set $8 + loop $for-loop|00 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 + local.tee $9 + local.get $2 + i32.store local.get $1 - local.get $7 local.get $3 - i32.load $0 offset=12 + local.get $2 + i32.load offset=12 local.tee $10 - local.get $7 + local.get $3 local.get $10 i32.lt_s select i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.tee $10 - local.get $3 - i32.store $0 offset=8 + local.get $9 + local.get $2 + i32.store offset=8 local.get $1 i32.const 2 i32.shl - local.tee $11 - local.get $3 - i32.load $0 offset=4 + local.tee $10 + local.get $2 + i32.load offset=4 i32.add - i32.load $0 - local.set $12 - local.get $10 - local.get $3 - i32.store $0 + i32.load + local.set $11 + local.get $9 + local.get $2 + i32.store i32.const 3 global.set $~argumentsLength - local.get $10 - local.get $12 - local.get $1 - local.get $3 - i32.const 9296 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) - local.tee $10 - i32.store $0 offset=12 local.get $9 local.get $11 - i32.add - local.get $10 - i32.store $0 + local.get $1 + local.get $2 + i32.const 9296 + i32.load + call_indirect (type $1) + local.tee $9 + i32.store offset=12 + local.get $8 local.get $10 - if - local.get $8 - local.get $10 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.add + local.get $9 + i32.store + local.get $7 + local.get $9 + i32.const 1 + call $~lib/rt/itcms/__link local.get $1 i32.const 1 i32.add local.set $1 - br $for-loop|012 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer @@ -24968,17 +24714,17 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $0 - local.get $8 - i32.store $0 offset=140 + local.get $7 + i32.store offset=140 global.get $~lib/memory/__stack_pointer local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $3 - i32.store $0 + local.tee $2 + i32.store global.get $~lib/memory/__stack_pointer i32.const 9328 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -24990,79 +24736,79 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - local.get $3 - i32.store $0 + local.get $2 + i32.store local.get $1 - local.get $3 - i32.load $0 offset=12 - local.tee $7 + local.get $2 + i32.load offset=12 + local.tee $3 i32.const 2 i32.const 9 i32.const 0 call $~lib/rt/__newArray - local.tee $8 - i32.store $0 offset=4 + local.tee $7 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 - local.get $8 - i32.load $0 offset=4 - local.set $9 + local.get $7 + i32.store + local.get $7 + i32.load offset=4 + local.set $8 i32.const 0 local.set $1 - loop $for-loop|013 + loop $for-loop|01 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 + local.tee $9 + local.get $2 + i32.store local.get $1 - local.get $7 local.get $3 - i32.load $0 offset=12 + local.get $2 + i32.load offset=12 local.tee $10 - local.get $7 + local.get $3 local.get $10 i32.lt_s select i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.tee $10 - local.get $3 - i32.store $0 offset=8 + local.get $9 + local.get $2 + i32.store offset=8 local.get $1 i32.const 2 i32.shl - local.tee $11 - local.get $3 - i32.load $0 offset=4 + local.tee $10 + local.get $2 + i32.load offset=4 i32.add - i32.load $0 - local.set $12 - local.get $10 - local.get $3 - i32.store $0 + i32.load + local.set $11 + local.get $9 + local.get $2 + i32.store i32.const 3 global.set $~argumentsLength - local.get $9 - local.get $11 + local.get $8 + local.get $10 i32.add - local.get $12 + local.get $11 local.get $1 - local.get $3 + local.get $2 i32.const 9328 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_f32) - f32.store $0 + i32.load + call_indirect (type $15) + f32.store local.get $1 i32.const 1 i32.add local.set $1 - br $for-loop|013 + br $for-loop|01 end end global.get $~lib/memory/__stack_pointer @@ -25070,12 +24816,12 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $0 - local.get $8 - i32.store $0 offset=144 + local.get $7 + i32.store offset=144 global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 - local.get $8 + local.get $7 + i32.store + local.get $7 call $~lib/array/Array#get:length i32.const 4 i32.ne @@ -25088,16 +24834,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 - local.get $8 + local.get $7 + i32.store + local.get $7 i32.const 0 call $~lib/array/Array#__get local.set $6 global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $6 local.get $0 i32.const 0 @@ -25118,10 +24864,10 @@ local.tee $0 global.get $std/array/arr local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 9360 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9360 call $~lib/array/Array#map @@ -25139,7 +24885,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 8 @@ -25158,10 +24904,10 @@ local.tee $0 global.get $std/array/arr local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 9392 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9392 call $~lib/array/Array#map @@ -25179,28 +24925,28 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop @@ -25209,10 +24955,10 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 9424 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 9424 call $~lib/array/Array#map @@ -25230,7 +24976,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 2 @@ -25246,33 +24992,33 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 2 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 3 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 9456 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 i32.const 9456 call $~lib/array/Array#filter local.tee $0 - i32.store $0 offset=148 + i32.store offset=148 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 2 @@ -25291,10 +25037,10 @@ local.tee $0 global.get $std/array/arr local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 9488 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9488 call $~lib/array/Array#filter @@ -25313,7 +25059,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 8 @@ -25332,10 +25078,10 @@ local.tee $0 global.get $std/array/arr local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 9520 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9520 call $~lib/array/Array#filter @@ -25354,28 +25100,28 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop @@ -25384,10 +25130,10 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 9552 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 9552 call $~lib/array/Array#filter @@ -25406,7 +25152,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 2 @@ -25422,24 +25168,24 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 2 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 3 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 9584 i32.const 0 @@ -25460,10 +25206,10 @@ local.tee $0 global.get $std/array/arr local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9616 i32.const 4 @@ -25484,10 +25230,10 @@ local.tee $0 global.get $std/array/arr local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 9648 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9648 i32.const 0 @@ -25505,10 +25251,10 @@ local.tee $0 global.get $std/array/arr local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 9680 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9680 i32.const 0 @@ -25525,10 +25271,10 @@ local.tee $0 global.get $std/array/arr local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 9712 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9712 i32.const 0 @@ -25548,7 +25294,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 8 @@ -25565,10 +25311,10 @@ local.tee $0 global.get $std/array/arr local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 9744 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9744 i32.const 0 @@ -25588,38 +25334,38 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 9776 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 9776 i32.const 0 @@ -25639,7 +25385,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 2 @@ -25655,24 +25401,24 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 2 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 3 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 9808 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 9808 i32.const 0 @@ -25693,10 +25439,10 @@ local.tee $0 global.get $std/array/arr local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 9840 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9840 i32.const 4 @@ -25717,10 +25463,10 @@ local.tee $0 global.get $std/array/arr local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 9872 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9872 i32.const 0 @@ -25738,10 +25484,10 @@ local.tee $0 global.get $std/array/arr local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 9904 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9904 i32.const 0 @@ -25758,10 +25504,10 @@ local.tee $0 global.get $std/array/arr local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 9936 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9936 i32.const 0 @@ -25781,7 +25527,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 8 @@ -25798,10 +25544,10 @@ local.tee $0 global.get $std/array/arr local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 9968 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9968 i32.const 0 @@ -25821,38 +25567,38 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 10000 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 10000 i32.const 0 @@ -25872,7 +25618,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length if @@ -25886,28 +25632,28 @@ global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 0 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 2 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 3 call $~lib/array/Array#push @@ -25970,27 +25716,27 @@ i32.const 0 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=152 + i32.store offset=152 global.get $~lib/memory/__stack_pointer local.get $0 - i32.load $0 offset=4 - i32.store $0 offset=156 + i32.load offset=4 + i32.store offset=156 global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=160 + i32.store offset=160 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 100 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 80 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 local.get $1 @@ -25998,19 +25744,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=164 + i32.store offset=164 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 90 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 90 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 local.get $1 @@ -26018,19 +25764,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=168 + i32.store offset=168 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 70 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 95 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 local.get $1 @@ -26038,19 +25784,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=172 + i32.store offset=172 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 100 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 100 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 local.get $1 @@ -26058,19 +25804,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=176 + i32.store offset=176 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 80 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 110 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 local.get $1 @@ -26078,19 +25824,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=180 + i32.store offset=180 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 110 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 115 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 local.get $1 @@ -26098,19 +25844,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=184 + i32.store offset=184 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 100 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 120 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 6 local.get $1 @@ -26118,19 +25864,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=188 + i32.store offset=188 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 70 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 125 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 7 local.get $1 @@ -26138,19 +25884,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=192 + i32.store offset=192 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 70 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 130 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 8 local.get $1 @@ -26158,19 +25904,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=196 + i32.store offset=196 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 100 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 135 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 9 local.get $1 @@ -26178,19 +25924,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=200 + i32.store offset=200 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 75 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 140 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10 local.get $1 @@ -26198,19 +25944,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=204 + i32.store offset=204 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 70 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 140 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11 local.get $1 @@ -26224,27 +25970,27 @@ i32.const 0 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=208 + i32.store offset=208 global.get $~lib/memory/__stack_pointer local.get $0 - i32.load $0 offset=4 - i32.store $0 offset=212 + i32.load offset=4 + i32.store offset=212 global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=216 + i32.store offset=216 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 70 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 95 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 local.get $1 @@ -26252,19 +25998,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=220 + i32.store offset=220 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 70 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 125 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 local.get $1 @@ -26272,19 +26018,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=224 + i32.store offset=224 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 70 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 130 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 local.get $1 @@ -26292,19 +26038,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=228 + i32.store offset=228 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 70 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 140 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 local.get $1 @@ -26312,19 +26058,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=232 + i32.store offset=232 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 75 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 140 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 local.get $1 @@ -26332,19 +26078,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=236 + i32.store offset=236 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 80 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 110 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 local.get $1 @@ -26352,19 +26098,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=240 + i32.store offset=240 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 90 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 90 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 6 local.get $1 @@ -26372,19 +26118,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=244 + i32.store offset=244 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 100 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 80 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 7 local.get $1 @@ -26392,19 +26138,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=248 + i32.store offset=248 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 100 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 100 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 8 local.get $1 @@ -26412,19 +26158,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=252 + i32.store offset=252 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 100 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 120 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 9 local.get $1 @@ -26432,19 +26178,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=256 + i32.store offset=256 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 100 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 135 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10 local.get $1 @@ -26452,19 +26198,19 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store $0 offset=260 + i32.store offset=260 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 110 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 115 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11 local.get $1 @@ -26478,17 +26224,17 @@ i32.const 10224 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=264 + i32.store offset=264 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 0 global.set $~argumentsLength local.get $0 call $~lib/array/Array#sort@varargs global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 3 i32.const 2 i32.const 9 @@ -26497,7 +26243,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 call $std/array/isArraysEqual @@ -26517,17 +26263,17 @@ i32.const 10320 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=268 + i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 0 global.set $~argumentsLength local.get $0 call $~lib/array/Array#sort@varargs global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 8 i32.const 2 i32.const 9 @@ -26536,7 +26282,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 call $std/array/isArraysEqual @@ -26555,15 +26301,13 @@ i32.const 12 i32.const 10448 call $~lib/rt/__newArray - local.tee $3 - i32.store $0 offset=272 + local.tee $0 + i32.store offset=272 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 + local.get $0 + i32.store i32.const 0 global.set $~argumentsLength - i32.const 0 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -26575,31 +26319,20 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 - block $1of1 - block $0of1 - block $outOfRange - global.get $~argumentsLength - br_table $0of1 $1of1 $outOfRange - end - unreachable - end - i32.const 10544 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 10544 - i32.store $0 - end + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 10544 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 - local.get $3 - i32.store $0 offset=4 - local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=4 + local.get $1 + i32.const 10544 + i32.store offset=8 local.get $1 i32.const 8 i32.sub @@ -26611,25 +26344,24 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 - local.get $1 - local.get $3 - i32.store $0 offset=4 - local.get $3 - i32.load $0 offset=4 - local.set $7 + i64.store local.get $1 - local.get $3 - i32.store $0 offset=4 - local.get $3 - i32.load $0 offset=12 - local.set $8 + local.get $0 + i32.store offset=4 + local.get $0 + i32.load offset=4 + local.set $2 local.get $1 local.get $0 - i32.store $0 - local.get $7 - local.get $8 + i32.store offset=4 local.get $0 + i32.load offset=12 + local.set $3 + local.get $1 + i32.const 10544 + i32.store + local.get $2 + local.get $3 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer i32.const 8 @@ -26640,20 +26372,20 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 + local.get $0 + i32.store i32.const 8 i32.const 3 i32.const 12 i32.const 10576 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=8 - block $__inlined_func$std/array/isArraysEqual (result i32) + local.get $1 + i32.store offset=8 + block $__inlined_func$std/array/isArraysEqual$13 (result i32) i32.const 0 - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -26663,49 +26395,49 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $7 + local.tee $3 i32.const 0 - i32.store $0 - local.get $7 - local.get $3 - i32.store $0 + i32.store local.get $3 + local.get $0 + i32.store + local.get $0 call $~lib/array/Array#get:length - local.set $7 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 + local.get $1 + i32.store block $folding-inner1 block $folding-inner01 - local.get $0 + local.get $1 call $~lib/array/Array#get:length - local.get $7 + local.get $3 i32.ne br_if $folding-inner01 local.get $0 - local.get $3 + local.get $1 i32.eq br_if $folding-inner1 loop $for-loop|02 - local.get $1 - local.get $7 + local.get $2 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 - local.get $1 + local.get $0 + i32.store + local.get $0 + local.get $2 call $~lib/array/Array#__get local.tee $5 local.get $5 f64.ne if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 local.get $1 + i32.store + local.get $1 + local.get $2 call $~lib/array/Array#__get local.tee $5 local.get $5 @@ -26716,22 +26448,22 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 - local.get $1 + local.get $0 + i32.store + local.get $0 + local.get $2 call $~lib/array/Array#__get i64.reinterpret_f64 i64.const 63 i64.shr_u i32.wrap_i64 - local.set $8 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $8 - local.get $0 local.get $1 + i32.store + local.get $7 + local.get $1 + local.get $2 call $~lib/array/Array#__get i64.reinterpret_f64 i64.const 63 @@ -26740,26 +26472,26 @@ i32.ne br_if $folding-inner01 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 - local.get $1 + local.get $0 + i32.store + local.get $0 + local.get $2 call $~lib/array/Array#__get local.set $5 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 local.get $1 + i32.store + local.get $1 + local.get $2 call $~lib/array/Array#__get local.get $5 f64.ne br_if $folding-inner01 end - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|02 end end @@ -26770,7 +26502,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$std/array/isArraysEqual + br $__inlined_func$std/array/isArraysEqual$13 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -26793,15 +26525,13 @@ i32.const 4 i32.const 10672 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=276 + local.tee $0 + i32.store offset=276 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $0 + i32.store i32.const 0 global.set $~argumentsLength - i32.const 0 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -26811,35 +26541,24 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $1 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $1 i32.const 0 - i32.store $0 offset=8 - block $1of116 - block $0of117 - block $outOfRange18 - global.get $~argumentsLength - br_table $0of117 $1of116 $outOfRange18 - end - unreachable - end - i32.const 10720 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 10720 - i32.store $0 - end + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $1 - i32.store $0 offset=4 - local.get $3 + i32.const 10720 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=4 local.get $1 + i32.const 10720 + i32.store offset=8 local.get $0 + i32.const 10720 call $~lib/array/Array#sort drop global.get $~lib/memory/__stack_pointer @@ -26847,19 +26566,19 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $0 + i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 10752 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=8 local.get $1 + i32.store offset=8 local.get $0 + local.get $1 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -26877,15 +26596,13 @@ i32.const 8 i32.const 10800 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=280 + local.tee $0 + i32.store offset=280 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $0 + i32.store i32.const 0 global.set $~argumentsLength - i32.const 0 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -26895,34 +26612,23 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $1 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $1 i32.const 0 - i32.store $0 offset=8 - block $1of112 - block $0of113 - block $outOfRange14 - global.get $~argumentsLength - br_table $0of113 $1of112 $outOfRange14 - end - unreachable - end - i32.const 10848 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 10848 - i32.store $0 - end + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $1 - i32.store $0 offset=4 - local.get $3 + i32.const 10848 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $1 local.get $0 - i32.store $0 offset=8 - local.get $3 + i32.store offset=4 + local.get $1 + i32.const 10848 + i32.store offset=8 + local.get $1 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -26931,27 +26637,26 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $1 i64.const 0 - i64.store $0 - local.get $3 - local.get $1 - i32.store $0 offset=4 - local.get $1 - i32.load $0 offset=4 - local.set $7 - local.get $3 + i64.store local.get $1 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 + local.get $0 + i32.load offset=4 + local.set $2 local.get $1 - i32.load $0 offset=12 - local.set $8 - local.get $3 local.get $0 - i32.store $0 - local.get $7 - local.get $8 + i32.store offset=4 local.get $0 + i32.load offset=12 + local.set $3 + local.get $1 + i32.const 10848 + i32.store + local.get $2 + local.get $3 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer i32.const 8 @@ -26962,19 +26667,19 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $0 + i32.store i32.const 5 i32.const 2 i32.const 8 i32.const 10880 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=8 local.get $1 + i32.store offset=8 local.get $0 + local.get $1 call $std/array/isArraysEqual i32.eqz if @@ -26992,77 +26697,77 @@ i32.const 10928 call $~lib/rt/__newArray local.tee $1 - i32.store $0 offset=284 + i32.store offset=284 global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 2 i32.const 4 i32.const 10960 call $~lib/rt/__newArray - local.tee $3 - i32.store $0 offset=288 + local.tee $2 + i32.store offset=288 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 i32.const 4 i32.const 10992 call $~lib/rt/__newArray - local.tee $7 - i32.store $0 offset=292 + local.tee $3 + i32.store offset=292 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 i32.const 4 i32.const 11024 call $~lib/rt/__newArray - local.tee $8 - i32.store $0 offset=296 + local.tee $7 + i32.store offset=296 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 i32.const 4 i32.const 11072 call $~lib/rt/__newArray - local.tee $9 - i32.store $0 offset=300 + local.tee $8 + i32.store offset=300 global.get $~lib/memory/__stack_pointer i32.const 64 call $std/array/createReverseOrderedArray - local.tee $10 - i32.store $0 offset=304 + local.tee $9 + i32.store offset=304 global.get $~lib/memory/__stack_pointer i32.const 128 call $std/array/createReverseOrderedArray - local.tee $11 - i32.store $0 offset=308 + local.tee $10 + i32.store offset=308 global.get $~lib/memory/__stack_pointer i32.const 1024 call $std/array/createReverseOrderedArray - local.tee $12 - i32.store $0 offset=312 + local.tee $11 + i32.store offset=312 global.get $~lib/memory/__stack_pointer i32.const 10000 call $std/array/createReverseOrderedArray local.tee $0 - i32.store $0 offset=316 + i32.store offset=316 global.get $~lib/memory/__stack_pointer i32.const 512 call $std/array/createRandomOrderedArray - local.tee $13 - i32.store $0 offset=320 + local.tee $12 + i32.store offset=320 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 + local.get $2 + i32.store + local.get $2 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 + local.get $2 + i32.store i32.const 1 i32.const 2 i32.const 4 @@ -27071,8 +26776,8 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + local.get $2 local.get $1 i32.const 0 call $std/array/isArraysEqual @@ -27086,13 +26791,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 - local.get $7 + local.get $3 + i32.store + local.get $3 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 + local.get $3 + i32.store i32.const 2 i32.const 2 i32.const 4 @@ -27101,8 +26806,8 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 - local.get $7 + i32.store offset=8 + local.get $3 local.get $1 i32.const 0 call $std/array/isArraysEqual @@ -27116,18 +26821,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 - local.get $8 + local.get $7 + i32.store + local.get $7 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 + local.get $7 + i32.store global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=8 local.get $8 - local.get $9 + i32.store offset=8 + local.get $7 + local.get $8 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -27140,18 +26845,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 - local.get $10 + local.get $9 + i32.store + local.get $9 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 - global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 - local.get $10 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=8 local.get $9 + local.get $8 i32.const 4 call $std/array/isArraysEqual i32.eqz @@ -27164,18 +26869,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $11 - i32.store $0 - local.get $11 + local.get $10 + i32.store + local.get $10 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $11 - i32.store $0 + local.get $10 + i32.store global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=8 - local.get $11 - local.get $9 + local.get $8 + i32.store offset=8 + local.get $10 + local.get $8 i32.const 4 call $std/array/isArraysEqual i32.eqz @@ -27188,18 +26893,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $12 - i32.store $0 - local.get $12 + local.get $11 + i32.store + local.get $11 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $12 - i32.store $0 + local.get $11 + i32.store global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=8 - local.get $12 - local.get $9 + local.get $8 + i32.store offset=8 + local.get $11 + local.get $8 i32.const 4 call $std/array/isArraysEqual i32.eqz @@ -27213,17 +26918,17 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=8 + local.get $8 + i32.store offset=8 local.get $0 - local.get $9 + local.get $8 i32.const 4 call $std/array/isArraysEqual i32.eqz @@ -27236,9 +26941,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $13 - i32.store $0 - local.get $13 + local.get $12 + i32.store + local.get $12 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer i32.const 24 @@ -27249,17 +26954,17 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 - local.get $0 + memory.fill + local.get $1 global.get $std/array/inputStabArr - local.tee $1 - i32.store $0 offset=8 + local.tee $0 + i32.store offset=8 i32.const 1 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -27269,23 +26974,12 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - block $2of2 - block $1of2 - block $outOfRange3 - global.get $~argumentsLength - br_table $1of2 $1of2 $2of2 $outOfRange3 - end - unreachable - end - i32.const 2147483647 - local.set $2 - end + i32.store global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $1 - i32.store $0 - local.get $3 + local.tee $2 + local.get $0 + i32.store + local.get $2 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -27294,109 +26988,84 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 - local.get $1 - i32.store $0 - local.get $1 - i32.load $0 offset=12 - local.tee $7 + i64.store + local.get $2 + local.get $0 + i32.store + local.get $0 + i32.load offset=12 + local.tee $2 i32.const 0 - local.get $7 + local.get $2 i32.const 0 i32.le_s select - local.set $8 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.const 0 - i32.lt_s - if (result i32) - local.get $2 - local.get $7 - i32.add - local.tee $2 - i32.const 0 - local.get $2 - i32.const 0 - i32.gt_s - select - else - local.get $2 - local.get $7 - local.get $2 - local.get $7 - i32.lt_s - select - end - local.set $7 - i32.const 0 - local.set $2 local.get $3 - local.get $7 - local.get $8 i32.sub - local.tee $3 + local.tee $2 i32.const 0 - local.get $3 + local.get $2 i32.const 0 i32.gt_s select - local.tee $3 + local.tee $2 i32.const 2 i32.const 23 i32.const 0 call $~lib/rt/__newArray local.tee $7 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $9 + local.tee $8 local.get $7 - i32.store $0 + i32.store local.get $7 - i32.load $0 offset=4 - local.set $10 - local.get $9 - local.get $1 - i32.store $0 - local.get $1 - i32.load $0 offset=4 + i32.load offset=4 + local.set $9 local.get $8 + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + local.get $3 i32.const 2 i32.shl i32.add - local.set $1 - local.get $3 + local.set $3 + i32.const 0 + local.set $0 + local.get $2 i32.const 2 i32.shl - local.set $3 - loop $while-continue|04 + local.set $2 + loop $while-continue|05 + local.get $0 local.get $2 - local.get $3 i32.lt_u if - local.get $2 - local.get $10 + local.get $0 + local.get $9 i32.add - local.get $1 - local.get $2 + local.get $0 + local.get $3 i32.add - i32.load $0 + i32.load local.tee $8 - i32.store $0 + i32.store + local.get $7 local.get $8 - if - local.get $7 - local.get $8 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $2 + i32.const 1 + call $~lib/rt/itcms/__link + local.get $0 i32.const 4 i32.add - local.set $2 - br $while-continue|04 + local.set $0 + br $while-continue|05 end end global.get $~lib/memory/__stack_pointer @@ -27408,67 +27077,67 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 local.get $7 - i32.store $0 - local.get $1 - i32.const 11216 - i32.store $0 offset=4 + i32.store local.get $0 + i32.const 11216 + i32.store offset=4 + local.get $1 local.get $7 i32.const 11216 call $~lib/array/Array#sort - local.tee $2 - i32.store $0 offset=12 + local.tee $0 + i32.store offset=12 i32.const 1 - local.set $0 + local.set $3 i32.const 0 local.set $1 global.get $~lib/memory/__stack_pointer global.get $std/array/inputStabArr - local.tee $3 - i32.store $0 - local.get $3 + local.tee $2 + i32.store + local.get $2 call $~lib/array/Array#get:length - local.set $3 - loop $for-loop|014 + local.set $2 + loop $for-loop|023 local.get $1 - local.get $3 + local.get $2 i32.lt_s if block $for-break0 global.get $~lib/memory/__stack_pointer local.tee $7 - local.get $2 - i32.store $0 + local.get $0 + i32.store local.get $7 - local.get $2 + local.get $0 local.get $1 call $~lib/array/Array#__get local.tee $7 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer global.get $std/array/outputStabArr local.tee $8 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $8 local.get $1 call $~lib/array/Array#__get local.tee $8 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 - i32.load $0 + i32.load local.set $9 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $9 local.get $8 - i32.load $0 + i32.load i32.ne if (result i32) i32.const 1 @@ -27476,32 +27145,32 @@ global.get $~lib/memory/__stack_pointer local.tee $9 local.get $7 - i32.store $0 + i32.store local.get $7 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $9 local.get $8 - i32.store $0 + i32.store local.get $7 local.get $8 - i32.load $0 offset=4 + i32.load offset=4 i32.ne end if i32.const 0 - local.set $0 + local.set $3 br $for-break0 end local.get $1 i32.const 1 i32.add local.set $1 - br $for-loop|014 + br $for-loop|023 end end end - local.get $0 + local.get $3 i32.eqz if i32.const 0 @@ -27519,51 +27188,49 @@ i32.const 64 call $std/array/createRandomOrderedArray local.tee $0 - i32.store $0 offset=324 + i32.store offset=324 global.get $~lib/memory/__stack_pointer i32.const 257 call $std/array/createRandomOrderedArray local.tee $1 - i32.store $0 offset=328 + i32.store offset=328 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 11248 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 11248 call $std/array/assertSorted global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 11280 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 11280 call $std/array/assertSorted global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 11312 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 11312 call $std/array/assertSorted global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 11344 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 11344 call $std/array/assertSorted global.get $~lib/memory/__stack_pointer - local.set $0 - i32.const 0 local.set $1 global.get $~lib/memory/__stack_pointer i32.const 16 @@ -27574,13 +27241,13 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $0 i64.const 0 - i64.store $0 - local.get $2 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $2 + i64.store offset=8 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -27589,148 +27256,146 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 i64.const 0 - i64.store $0 offset=8 - local.get $3 + i64.store offset=8 + local.get $2 i32.const 16 i32.const 29 call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 + local.tee $2 + i32.store global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 0 + i32.store + local.get $2 + i32.const 0 i32.const 0 - i32.store $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $2 + i32.store offset=4 + local.get $2 i32.const 0 - i32.store $0 offset=4 - local.get $7 - local.get $3 - i32.store $0 offset=4 - local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 i32.const 0 - i32.store $0 offset=8 - local.get $7 - local.get $3 - i32.store $0 offset=4 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 i32.const 0 - i32.store $0 offset=12 - local.get $7 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 32 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 + local.tee $3 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=12 - local.get $3 - local.get $7 - i32.store $0 - local.get $7 - if - local.get $3 - local.get $7 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $2 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $3 - i32.store $0 offset=4 + i32.store offset=12 + local.get $2 local.get $3 - local.get $7 - i32.store $0 offset=4 - local.get $8 + i32.store + local.get $2 local.get $3 - i32.store $0 offset=4 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 i32.const 32 - i32.store $0 offset=8 - local.get $8 - local.get $3 - i32.store $0 offset=4 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 i32.const 2 - i32.store $0 offset=12 - local.get $8 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer + local.get $0 local.get $2 - local.get $3 - i32.store $0 - loop $for-loop|04 - local.get $1 + i32.store + i32.const 0 + local.set $0 + loop $for-loop|03 + local.get $0 i32.const 2 i32.lt_s if global.get $~lib/memory/__stack_pointer i32.const 1 call $~lib/array/Array#constructor - local.tee $2 - i32.store $0 offset=4 + local.tee $3 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=8 - local.get $2 + local.get $3 + i32.store offset=8 + local.get $3 i32.const 0 i32.const 1 - local.get $1 + local.get $0 i32.sub call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - local.get $1 + i32.store offset=12 local.get $2 + local.get $0 + local.get $3 call $~lib/array/Array#__set - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 - br $for-loop|04 + local.set $0 + br $for-loop|03 end end global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 - local.get $3 - i32.store $0 offset=332 + local.get $1 + local.get $2 + i32.store offset=332 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $3 - i32.store $0 - local.get $0 i32.const 11376 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + local.get $2 i32.const 11376 call $std/array/assertSorted<~lib/array/Array> global.get $~lib/memory/__stack_pointer local.set $0 - i32.const 0 - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -27740,13 +27405,13 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i64.const 0 - i64.store $0 - local.get $2 + i64.store + local.get $1 i32.const 0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -27755,101 +27420,102 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 i64.const 0 - i64.store $0 offset=8 - local.get $3 + i64.store offset=8 + local.get $2 i32.const 16 i32.const 32 call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 + local.tee $2 + i32.store global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 0 + i32.store + local.get $2 i32.const 0 - i32.store $0 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $2 + i32.store offset=4 + local.get $2 i32.const 0 - i32.store $0 offset=4 - local.get $7 - local.get $3 - i32.store $0 offset=4 - local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 i32.const 0 - i32.store $0 offset=8 - local.get $7 - local.get $3 - i32.store $0 offset=4 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 i32.const 0 - i32.store $0 offset=12 - local.get $7 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 2048 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 + local.tee $3 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=12 - local.get $3 - local.get $7 - i32.store $0 - local.get $7 - if - local.get $3 - local.get $7 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $2 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $3 - i32.store $0 offset=4 + i32.store offset=12 + local.get $2 local.get $3 - local.get $7 - i32.store $0 offset=4 - local.get $8 + i32.store + local.get $2 local.get $3 - i32.store $0 offset=4 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 i32.const 2048 - i32.store $0 offset=8 - local.get $8 - local.get $3 - i32.store $0 offset=4 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 i32.const 512 - i32.store $0 offset=12 - local.get $8 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer + local.get $1 local.get $2 - local.get $3 - i32.store $0 - loop $for-loop|05 + i32.store + i32.const 0 + local.set $1 + loop $for-loop|04 local.get $1 i32.const 512 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $3 - i32.store $0 offset=4 + local.tee $3 local.get $2 + i32.store offset=4 + local.get $3 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -27858,40 +27524,40 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $3 i64.const 0 - i64.store $0 - local.get $2 + i64.store + local.get $3 i32.const 4 i32.const 31 call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 + local.tee $3 + i32.store global.get $~lib/memory/__stack_pointer local.tee $7 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 511 local.get $1 i32.sub - i32.store $0 + i32.store local.get $7 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=8 local.get $3 - local.get $1 + i32.store offset=8 local.get $2 + local.get $1 + local.get $3 call $~lib/array/Array#__set local.get $1 i32.const 1 i32.add local.set $1 - br $for-loop|05 + br $for-loop|04 end end global.get $~lib/memory/__stack_pointer @@ -27899,16 +27565,15 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $0 - local.get $3 - i32.store $0 offset=336 + local.get $2 + i32.store offset=336 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $3 - i32.store $0 - local.get $0 i32.const 11408 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + local.get $2 i32.const 11408 call $std/array/assertSorted<~lib/array/Array> global.get $~lib/memory/__stack_pointer @@ -27917,61 +27582,46 @@ i32.const 34 i32.const 11600 call $~lib/rt/__newArray - local.tee $2 - i32.store $0 offset=340 + local.tee $0 + i32.store offset=340 global.get $~lib/memory/__stack_pointer i32.const 7 i32.const 2 i32.const 34 i32.const 11648 call $~lib/rt/__newArray - local.tee $3 - i32.store $0 offset=344 + local.tee $2 + i32.store offset=344 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + local.get $0 + i32.store i32.const 1 global.set $~argumentsLength - i32.const 0 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner2 - global.get $~lib/memory/__stack_pointer - local.tee $1 - i64.const 0 - i64.store $0 - local.get $1 - i32.const 0 - i32.store $0 offset=8 - block $1of113 - block $0of114 - block $outOfRange15 - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $0of114 $1of113 $outOfRange15 - end - unreachable - end - i32.const 11696 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 11696 - i32.store $0 - end + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.tee $1 - local.get $2 - i32.store $0 offset=4 + i64.const 0 + i64.store local.get $1 + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 11696 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=4 + local.get $1 + i32.const 11696 + i32.store offset=8 local.get $1 i32.const 16 i32.sub @@ -27983,27 +27633,27 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 - block $__inlined_func$std/array/isSorted<~lib/string/String|null> (result i32) - local.get $1 - local.get $2 - i32.store $0 offset=8 + i64.store offset=8 + block $__inlined_func$std/array/isSorted<~lib/string/String|null>$660 (result i32) local.get $1 local.get $0 - i32.store $0 offset=12 - local.get $2 + i32.store offset=8 + local.get $1 + i32.const 11696 + i32.store offset=12 local.get $0 + i32.const 11696 call $~lib/array/Array#sort - local.set $7 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 + local.get $3 + i32.store global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 + i32.const 11696 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -28013,54 +27663,54 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $8 + local.tee $7 i64.const 0 - i64.store $0 - local.get $8 + i64.store + local.get $7 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 local.set $1 - local.get $8 - local.get $7 - i32.store $0 local.get $7 + local.get $3 + i32.store + local.get $3 call $~lib/array/Array#get:length - local.set $8 - loop $for-loop|015 + local.set $7 + loop $for-loop|05 local.get $1 - local.get $8 + local.get $7 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=8 - local.get $7 + local.get $3 + i32.store offset=8 + local.get $3 local.get $1 i32.const 1 i32.sub call $~lib/array/Array#__get - local.set $9 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 + local.get $8 + i32.store global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=8 - local.get $7 + local.get $3 + i32.store offset=8 + local.get $3 local.get $1 call $~lib/array/Array#__get - local.set $10 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 + local.get $9 + i32.store offset=4 i32.const 2 global.set $~argumentsLength + local.get $8 local.get $9 - local.get $10 - local.get $0 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.const 11696 + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -28069,13 +27719,13 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$std/array/isSorted<~lib/string/String|null> + br $__inlined_func$std/array/isSorted<~lib/string/String|null>$660 end local.get $1 i32.const 1 i32.add local.set $1 - br $for-loop|015 + br $for-loop|05 end end global.get $~lib/memory/__stack_pointer @@ -28101,13 +27751,13 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - block $__inlined_func$std/array/isArraysEqual<~lib/string/String|null> (result i32) + block $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$740 (result i32) global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + local.get $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=8 + local.get $2 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -28117,24 +27767,24 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $1 i64.const 0 - i64.store $0 - local.get $0 + i64.store + local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 + local.get $1 local.get $0 + i32.store + local.get $0 + call $~lib/array/Array#get:length + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:length - local.set $0 - global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 - local.get $3 - call $~lib/array/Array#get:length - local.get $0 i32.ne if global.get $~lib/memory/__stack_pointer @@ -28142,10 +27792,10 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null> + br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$740 end + local.get $0 local.get $2 - local.get $3 i32.eq if global.get $~lib/memory/__stack_pointer @@ -28153,104 +27803,360 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 1 - br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null> + br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$740 end i32.const 0 local.set $1 - loop $for-loop|016 - local.get $0 + loop $for-loop|06 local.get $1 - i32.gt_s + local.get $3 + i32.lt_s if global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + call $~lib/array/Array#__get + local.set $7 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=8 local.get $2 - i32.store $0 offset=8 + local.get $1 + call $~lib/array/Array#__get + local.set $8 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner2 + global.get $~lib/memory/__stack_pointer + local.tee $9 + i64.const 0 + i64.store + local.get $9 + local.get $7 + i32.store + local.get $9 + local.get $8 + i32.store offset=4 + local.get $7 + local.get $8 + call $~lib/string/String.__eq + i32.eqz + local.set $7 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $7 + if + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 0 + br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$740 + end + local.get $1 + i32.const 1 + i32.add + local.set $1 + br $for-loop|06 + end + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 1 + end + i32.eqz + if + i32.const 0 + i32.const 1552 + i32.const 1184 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $7 + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner2 + global.get $~lib/memory/__stack_pointer + local.tee $0 + i64.const 0 + i64.store + local.get $0 + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner2 + global.get $~lib/memory/__stack_pointer + local.tee $1 + i64.const 0 + i64.store + local.get $1 + i64.const 0 + i64.store offset=8 + local.get $1 + i32.const 16 + i32.const 16 + call $~lib/rt/itcms/__new + local.tee $8 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + local.get $8 + i32.const 0 + i32.store + local.get $8 + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + local.get $8 + i32.const 0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + local.get $8 + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + local.get $8 + i32.const 0 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 1600 + i32.const 1 + call $~lib/rt/itcms/__new + local.tee $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=12 + local.get $8 + local.get $1 + i32.store + local.get $8 + local.get $1 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + local.get $8 + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + local.get $8 + i32.const 1600 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + local.get $8 + i32.const 400 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + local.get $8 + i32.store + i32.const 0 + local.set $1 + loop $for-loop|045 + local.get $1 + i32.const 400 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + call $~lib/math/NativeMath.random + f64.const 32 + f64.mul + i32.trunc_sat_f64_s + local.set $9 + i32.const 0 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 20 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner2 + global.get $~lib/memory/__stack_pointer + local.tee $0 + i32.const 0 + i32.const 20 + memory.fill + i32.const 11568 + local.set $3 + local.get $0 + i32.const 11568 + i32.store + loop $for-loop|07 local.get $2 - local.get $1 - call $~lib/array/Array#__get - local.set $7 - global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=8 - local.get $3 - local.get $1 - call $~lib/array/Array#__get - local.set $8 - global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner2 - global.get $~lib/memory/__stack_pointer - local.tee $9 - i64.const 0 - i64.store $0 - local.get $9 - local.get $7 - i32.store $0 local.get $9 - local.get $8 - i32.store $0 offset=4 - local.get $7 - local.get $8 - call $~lib/string/String.__eq - i32.eqz - local.set $7 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $7 + i32.lt_s if global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add + local.tee $10 + local.get $3 + i32.store offset=4 + local.get $10 + i32.const 10032 + i32.store offset=12 + call $~lib/math/NativeMath.random + local.set $5 + global.get $~lib/memory/__stack_pointer + i32.const 10032 + i32.store offset=16 + local.get $5 + i32.const 10028 + i32.load + i32.const 1 + i32.shr_u + f64.convert_i32_s + f64.mul + f64.floor + i32.trunc_sat_f64_s + local.set $11 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub global.set $~lib/memory/__stack_pointer - i32.const 0 - br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null> + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner2 + global.get $~lib/memory/__stack_pointer + local.tee $0 + i64.const 0 + i64.store + local.get $0 + i32.const 10032 + i32.store + block $__inlined_func$~lib/string/String#charAt$735 + local.get $11 + i32.const 10028 + i32.load + i32.const 1 + i32.shr_u + i32.ge_u + if + local.get $0 + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 11568 + local.set $0 + br $__inlined_func$~lib/string/String#charAt$735 + end + global.get $~lib/memory/__stack_pointer + i32.const 2 + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store offset=4 + local.get $0 + local.get $11 + i32.const 1 + i32.shl + i32.const 10032 + i32.add + i32.load16_u + i32.store16 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + end + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $10 + local.get $3 + local.get $0 + call $~lib/string/String.__concat + local.tee $3 + i32.store + local.get $2 + i32.const 1 + i32.add + local.set $2 + br $for-loop|07 end - local.get $1 - i32.const 1 - i32.add - local.set $1 - br $for-loop|016 end + global.get $~lib/memory/__stack_pointer + i32.const 20 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=8 + local.get $8 + local.get $1 + local.get $3 + call $~lib/array/Array#__set + local.get $1 + i32.const 1 + i32.add + local.set $1 + br $for-loop|045 end - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 1 - end - i32.eqz - if - i32.const 0 - i32.const 1552 - i32.const 1184 - i32.const 3 - call $~lib/builtins/abort - unreachable end global.get $~lib/memory/__stack_pointer - call $std/array/createRandomStringArray - local.tee $0 - i32.store $0 offset=348 + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $7 + local.get $8 + i32.store offset=348 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 + local.get $8 + i32.store i32.const 1 global.set $~argumentsLength - i32.const 0 - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -28260,37 +28166,24 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $0 i32.const 0 - i32.store $0 offset=8 - block $1of114 - block $0of115 - block $outOfRange16 - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $0of115 $1of114 $outOfRange16 - end - unreachable - end - i32.const 11728 - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 11728 - i32.store $0 - end + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store $0 offset=4 - local.get $1 - local.get $3 - i32.store $0 offset=8 + i32.const 11728 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $0 + local.get $8 + i32.store offset=4 local.get $0 - local.get $3 + i32.const 11728 + i32.store offset=8 + local.get $8 + i32.const 11728 call $std/array/assertSorted<~lib/array/Array> global.get $~lib/memory/__stack_pointer i32.const 12 @@ -28304,10 +28197,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer i32.const 11856 - i32.store $0 offset=352 + i32.store offset=352 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -28317,29 +28210,29 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $1 i32.const 0 - i32.store $0 - local.get $3 + i32.store + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.set $7 - local.get $3 + i32.load offset=4 + local.set $3 + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 - local.get $3 + local.get $1 i32.const 11856 - i32.store $0 - i32.const 0 - local.set $2 + i32.store i32.const 0 local.set $1 - local.get $3 + i32.const 0 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -28348,49 +28241,50 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer + local.tee $7 i64.const 0 - i64.store $0 - block $__inlined_func$~lib/util/string/joinBooleanArray + i64.store + block $__inlined_func$~lib/util/string/joinBooleanArray$19 local.get $0 i32.const 1 i32.sub - local.tee $0 + local.tee $8 i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $7 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - local.set $3 - br $__inlined_func$~lib/util/string/joinBooleanArray + local.set $0 + br $__inlined_func$~lib/util/string/joinBooleanArray$19 end - block $folding-inner05 - local.get $0 + block $folding-inner04 + local.get $8 i32.eqz if i32.const 11792 i32.const 11824 - local.get $7 - i32.load8_u $0 + local.get $3 + i32.load8_u select - local.set $3 - br $folding-inner05 + local.set $0 + br $folding-inner04 end global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $0 i32.const 11856 - i32.store $0 - local.get $3 + i32.store + local.get $0 i32.const 11852 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $8 + local.tee $7 i32.const 5 i32.add - local.get $0 + local.get $8 i32.mul i32.const 5 i32.add @@ -28399,24 +28293,24 @@ i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 offset=4 - loop $for-loop|16 - local.get $0 - local.get $1 - i32.gt_s + local.tee $0 + i32.store offset=4 + loop $for-loop|15 + local.get $2 + local.get $8 + i32.lt_s if - local.get $1 - local.get $7 + local.get $2 + local.get $3 i32.add - i32.load8_u $0 + i32.load8_u local.tee $10 i32.eqz i32.const 4 i32.add local.set $11 - local.get $3 - local.get $2 + local.get $0 + local.get $1 i32.const 1 i32.shl i32.add @@ -28427,78 +28321,78 @@ local.get $11 i32.const 1 i32.shl - memory.copy $0 $0 - local.get $2 + memory.copy + local.get $1 local.get $11 i32.add - local.set $2 - local.get $8 + local.set $1 + local.get $7 if - local.get $3 - local.get $2 + local.get $0 + local.get $1 i32.const 1 i32.shl i32.add i32.const 11856 - local.get $8 + local.get $7 i32.const 1 i32.shl - memory.copy $0 $0 - local.get $2 - local.get $8 + memory.copy + local.get $1 + local.get $7 i32.add - local.set $2 + local.set $1 end - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 - br $for-loop|16 + local.set $2 + br $for-loop|15 end end - local.get $0 - local.get $7 + local.get $3 + local.get $8 i32.add - i32.load8_u $0 - local.tee $0 + i32.load8_u + local.tee $2 i32.eqz i32.const 4 i32.add - local.set $1 - local.get $3 - local.get $2 + local.set $3 + local.get $0 + local.get $1 i32.const 1 i32.shl i32.add i32.const 11792 i32.const 11824 - local.get $0 + local.get $2 select - local.get $1 + local.get $3 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $1 - local.get $2 + local.get $3 i32.add - local.tee $0 + local.tee $1 local.get $9 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 local.get $0 + i32.store + local.get $0 + local.get $1 call $~lib/string/String#substring - local.set $3 - br $folding-inner05 + local.set $0 + br $folding-inner04 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinBooleanArray + br $__inlined_func$~lib/util/string/joinBooleanArray$19 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -28510,12 +28404,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 + local.get $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 11888 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + local.get $0 i32.const 11888 call $~lib/string/String.__eq i32.eqz @@ -28536,20 +28430,20 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $1 i32.const 11568 - i32.store $0 offset=352 + i32.store offset=352 local.get $0 i32.const 11568 call $~lib/array/Array#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 11968 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 11968 call $~lib/string/String.__eq @@ -28571,20 +28465,20 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $1 i32.const 12032 - i32.store $0 offset=352 + i32.store offset=352 local.get $0 i32.const 12032 call $~lib/array/Array#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 11968 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 11968 call $~lib/string/String.__eq @@ -28606,20 +28500,20 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $1 i32.const 12096 - i32.store $0 offset=352 + i32.store offset=352 local.get $0 i32.const 12096 call $~lib/array/Array#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 12128 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 12128 call $~lib/string/String.__eq @@ -28641,10 +28535,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $1 i32.const 12288 - i32.store $0 offset=352 + i32.store offset=352 local.get $1 i32.const 4 i32.sub @@ -28656,22 +28550,22 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $1 i32.const 12288 - i32.store $0 + i32.store local.get $2 local.get $0 call $~lib/util/string/joinFloatArray @@ -28682,10 +28576,10 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13456 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 13456 call $~lib/string/String.__eq @@ -28707,20 +28601,20 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $1 i32.const 11568 - i32.store $0 offset=352 + i32.store offset=352 local.get $0 i32.const 11568 call $~lib/array/Array<~lib/string/String|null>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13568 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 13568 call $~lib/string/String.__eq @@ -28741,11 +28635,11 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store $0 offset=356 + i32.store offset=356 global.get $~lib/memory/__stack_pointer local.get $1 - i32.load $0 offset=4 - i32.store $0 offset=360 + i32.load offset=4 + i32.store offset=360 local.get $1 i32.const 0 i32.const 0 @@ -28762,22 +28656,22 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store $0 offset=364 + i32.store offset=364 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer i32.const 11856 - i32.store $0 offset=352 + i32.store offset=352 local.get $1 call $~lib/array/Array#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13696 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 13696 call $~lib/string/String.__eq @@ -28798,11 +28692,11 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store $0 offset=368 + i32.store offset=368 global.get $~lib/memory/__stack_pointer local.get $1 - i32.load $0 offset=4 - i32.store $0 offset=372 + i32.load offset=4 + i32.store offset=372 local.get $1 i32.const 0 i32.const 0 @@ -28815,22 +28709,22 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store $0 offset=376 + i32.store offset=376 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer i32.const 11856 - i32.store $0 offset=352 + i32.store offset=352 local.get $1 call $~lib/array/Array#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13792 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 13792 call $~lib/string/String.__eq @@ -28850,7 +28744,7 @@ i32.const 13888 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=380 + i32.store offset=380 global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 2 @@ -28858,7 +28752,7 @@ i32.const 13920 call $~lib/rt/__newArray local.tee $1 - i32.store $0 offset=384 + i32.store offset=384 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 @@ -28866,7 +28760,7 @@ i32.const 13952 call $~lib/rt/__newArray local.tee $2 - i32.store $0 offset=388 + i32.store offset=388 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 @@ -28874,19 +28768,19 @@ i32.const 13984 call $~lib/rt/__newArray local.tee $3 - i32.store $0 offset=392 + i32.store offset=392 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 call $~lib/array/Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 11568 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 11568 call $~lib/string/String.__eq @@ -28901,16 +28795,16 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=52 + i32.store offset=52 local.get $1 call $~lib/array/Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13568 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 13568 call $~lib/string/String.__eq @@ -28925,16 +28819,16 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=52 + i32.store offset=52 local.get $2 call $~lib/array/Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14032 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 14032 call $~lib/string/String.__eq @@ -28949,16 +28843,16 @@ end global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=52 + i32.store offset=52 local.get $3 call $~lib/array/Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14064 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 14064 call $~lib/string/String.__eq @@ -28979,16 +28873,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 call $~lib/array/Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14144 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 14144 call $~lib/string/String.__eq @@ -29009,16 +28903,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 call $~lib/array/Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14208 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 14208 call $~lib/string/String.__eq @@ -29040,7 +28934,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $1 i32.const 8 i32.sub @@ -29052,13 +28946,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -29068,29 +28962,29 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 - i32.store $0 - local.get $2 + i32.store + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.set $7 - local.get $2 + i32.load offset=4 + local.set $2 + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 - local.set $3 - local.get $2 + i32.load offset=12 + local.set $7 + local.get $1 i32.const 11856 - i32.store $0 + i32.store i32.const 0 local.set $0 i32.const 0 - local.set $1 - local.get $2 + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -29099,47 +28993,48 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 - block $__inlined_func$~lib/util/string/joinIntegerArray - local.get $3 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$20 + local.get $7 i32.const 1 i32.sub - local.tee $2 + local.tee $7 i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - local.set $3 - br $__inlined_func$~lib/util/string/joinIntegerArray + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$20 end - block $folding-inner06 - local.get $2 + block $folding-inner05 + local.get $7 i32.eqz if - local.get $7 - i32.load16_u $0 + local.get $2 + i32.load16_u call $~lib/util/number/utoa32 - local.set $3 - br $folding-inner06 + local.set $0 + br $folding-inner05 end global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $1 i32.const 11856 - i32.store $0 - local.get $3 + i32.store + local.get $1 i32.const 11852 - i32.load $0 + i32.load i32.const 1 i32.shr_u local.tee $8 i32.const 10 i32.add - local.get $2 + local.get $7 i32.mul i32.const 10 i32.add @@ -29148,31 +29043,31 @@ i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 offset=4 - loop $for-loop|07 - local.get $1 - local.get $2 + local.tee $1 + i32.store offset=4 + loop $for-loop|08 + local.get $3 + local.get $7 i32.lt_s if - local.get $3 + local.get $1 local.get $0 i32.const 1 i32.shl i32.add - local.get $7 - local.get $1 + local.get $2 + local.get $3 i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u call $~lib/util/number/itoa_buffered local.get $0 i32.add local.set $0 local.get $8 if - local.get $3 + local.get $1 local.get $0 i32.const 1 i32.shl @@ -29181,30 +29076,30 @@ local.get $8 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $0 local.get $8 i32.add local.set $0 end - local.get $1 + local.get $3 i32.const 1 i32.add - local.set $1 - br $for-loop|07 + local.set $3 + br $for-loop|08 end end - local.get $3 + local.get $1 local.get $0 i32.const 1 i32.shl i32.add - local.get $7 local.get $2 + local.get $7 i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u call $~lib/util/number/itoa_buffered local.get $0 i32.add @@ -29213,19 +29108,21 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 + local.get $1 + i32.store + local.get $1 local.get $0 call $~lib/string/String#substring - local.set $3 - br $folding-inner06 + local.set $0 + br $folding-inner05 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray + local.get $1 + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$20 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -29241,12 +29138,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 + local.get $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14288 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + local.get $0 i32.const 14288 call $~lib/string/String.__eq i32.eqz @@ -29267,7 +29164,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $1 i32.const 8 i32.sub @@ -29279,13 +29176,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -29295,29 +29192,29 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 - i32.store $0 - local.get $2 + i32.store + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.set $7 - local.get $2 + i32.load offset=4 + local.set $2 + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 - local.set $3 - local.get $2 + i32.load offset=12 + local.set $7 + local.get $1 i32.const 11856 - i32.store $0 + i32.store i32.const 0 local.set $0 i32.const 0 - local.set $1 - local.get $2 + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -29326,47 +29223,48 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 - block $__inlined_func$~lib/util/string/joinIntegerArray - local.get $3 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$21 + local.get $7 i32.const 1 i32.sub - local.tee $2 + local.tee $7 i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - local.set $3 - br $__inlined_func$~lib/util/string/joinIntegerArray + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$21 end - block $folding-inner07 - local.get $2 + block $folding-inner06 + local.get $7 i32.eqz if - local.get $7 - i32.load16_s $0 + local.get $2 + i32.load16_s call $~lib/util/number/itoa32 - local.set $3 - br $folding-inner07 + local.set $0 + br $folding-inner06 end global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $1 i32.const 11856 - i32.store $0 - local.get $3 + i32.store + local.get $1 i32.const 11852 - i32.load $0 + i32.load i32.const 1 i32.shr_u local.tee $8 i32.const 11 i32.add - local.get $2 + local.get $7 i32.mul i32.const 11 i32.add @@ -29375,31 +29273,31 @@ i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 offset=4 - loop $for-loop|08 - local.get $1 - local.get $2 + local.tee $1 + i32.store offset=4 + loop $for-loop|09 + local.get $3 + local.get $7 i32.lt_s if - local.get $3 + local.get $1 local.get $0 i32.const 1 i32.shl i32.add - local.get $7 - local.get $1 + local.get $2 + local.get $3 i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s call $~lib/util/number/itoa_buffered local.get $0 i32.add local.set $0 local.get $8 if - local.get $3 + local.get $1 local.get $0 i32.const 1 i32.shl @@ -29408,30 +29306,30 @@ local.get $8 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $0 local.get $8 i32.add local.set $0 end - local.get $1 + local.get $3 i32.const 1 i32.add - local.set $1 - br $for-loop|08 + local.set $3 + br $for-loop|09 end end - local.get $3 + local.get $1 local.get $0 i32.const 1 i32.shl i32.add - local.get $7 local.get $2 + local.get $7 i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s call $~lib/util/number/itoa_buffered local.get $0 i32.add @@ -29440,19 +29338,21 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 + local.get $1 + i32.store + local.get $1 local.get $0 call $~lib/string/String#substring - local.set $3 - br $folding-inner07 + local.set $0 + br $folding-inner06 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray + local.get $1 + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$21 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -29468,12 +29368,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 + local.get $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14368 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + local.get $0 i32.const 14368 call $~lib/string/String.__eq i32.eqz @@ -29493,16 +29393,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 call $~lib/array/Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14448 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 14448 call $~lib/string/String.__eq @@ -29524,7 +29424,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $1 i32.const 8 i32.sub @@ -29536,13 +29436,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -29554,22 +29454,22 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $1 i32.const 11856 - i32.store $0 + i32.store local.get $2 local.get $0 call $~lib/util/string/joinIntegerArray @@ -29584,10 +29484,10 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14560 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 14560 call $~lib/string/String.__eq @@ -29609,7 +29509,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $1 i32.const 8 i32.sub @@ -29621,13 +29521,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -29637,29 +29537,29 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 - i32.store $0 - local.get $2 + i32.store + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.set $7 - local.get $2 + i32.load offset=4 + local.set $2 + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 - local.set $3 - local.get $2 + i32.load offset=12 + local.set $7 + local.get $1 i32.const 11856 - i32.store $0 + i32.store i32.const 0 local.set $0 i32.const 0 - local.set $1 - local.get $2 + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -29668,31 +29568,32 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 - block $__inlined_func$~lib/util/string/joinIntegerArray - local.get $3 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$22 + local.get $7 i32.const 1 i32.sub - local.tee $2 + local.tee $7 i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - local.set $3 - br $__inlined_func$~lib/util/string/joinIntegerArray + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$22 end - block $folding-inner08 - local.get $2 + block $folding-inner07 + local.get $7 i32.eqz if - block $__inlined_func$~lib/util/number/itoa64 (result i32) - local.get $7 - i64.load $0 + block $__inlined_func$~lib/util/number/itoa64$2 (result i32) + local.get $2 + i64.load i64.extend32_s local.set $4 global.get $~lib/memory/__stack_pointer @@ -29704,17 +29605,18 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer + local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $4 i64.eqz if - global.get $~lib/memory/__stack_pointer + local.get $0 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 7712 - br $__inlined_func$~lib/util/number/itoa64 + br $__inlined_func$~lib/util/number/itoa64$2 end i64.const 0 local.get $4 @@ -29726,7 +29628,7 @@ i32.wrap_i64 i32.const 1 i32.shl - local.tee $1 + local.tee $0 select local.tee $4 i64.const 4294967295 @@ -29735,47 +29637,47 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.wrap_i64 - local.tee $2 + local.tee $1 i32.const 100000 i32.lt_u if (result i32) - local.get $2 + local.get $1 i32.const 100 i32.lt_u if (result i32) - local.get $2 + local.get $1 i32.const 10 i32.ge_u i32.const 1 i32.add else - local.get $2 + local.get $1 i32.const 10000 i32.ge_u i32.const 3 i32.add - local.get $2 + local.get $1 i32.const 1000 i32.ge_u i32.add end else - local.get $2 + local.get $1 i32.const 10000000 i32.lt_u if (result i32) - local.get $2 + local.get $1 i32.const 1000000 i32.ge_u i32.const 6 i32.add else - local.get $2 + local.get $1 i32.const 1000000000 i32.ge_u i32.const 8 i32.add - local.get $2 + local.get $1 i32.const 100000000 i32.ge_u i32.add @@ -29784,16 +29686,16 @@ local.tee $3 i32.const 1 i32.shl - local.get $1 + local.get $0 i32.add i32.const 2 call $~lib/rt/itcms/__new - local.tee $0 - i32.store $0 + local.tee $2 + i32.store local.get $0 - local.get $1 - i32.add local.get $2 + i32.add + local.get $1 local.get $3 call $~lib/util/number/utoa32_dec_lut else @@ -29848,50 +29750,50 @@ i32.add end end - local.tee $2 + local.tee $1 i32.const 1 i32.shl - local.get $1 + local.get $0 i32.add i32.const 2 call $~lib/rt/itcms/__new - local.tee $0 - i32.store $0 + local.tee $2 + i32.store local.get $0 - local.get $1 + local.get $2 i32.add local.get $4 - local.get $2 + local.get $1 call $~lib/util/number/utoa64_dec_lut end - local.get $1 + local.get $0 if - local.get $0 + local.get $2 i32.const 45 - i32.store16 $0 + i32.store16 end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $2 end - local.set $3 - br $folding-inner08 + local.set $0 + br $folding-inner07 end global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $1 i32.const 11856 - i32.store $0 - local.get $3 + i32.store + local.get $1 i32.const 11852 - i32.load $0 + i32.load i32.const 1 i32.shr_u local.tee $8 i32.const 21 i32.add - local.get $2 + local.get $7 i32.mul i32.const 21 i32.add @@ -29900,31 +29802,31 @@ i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 offset=4 - loop $for-loop|09 - local.get $1 - local.get $2 + local.tee $1 + i32.store offset=4 + loop $for-loop|010 + local.get $3 + local.get $7 i32.lt_s if - local.get $3 + local.get $1 local.get $0 i32.const 1 i32.shl i32.add - local.get $7 - local.get $1 + local.get $2 + local.get $3 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load call $~lib/util/number/itoa_buffered local.get $0 i32.add local.set $0 local.get $8 if - local.get $3 + local.get $1 local.get $0 i32.const 1 i32.shl @@ -29933,30 +29835,30 @@ local.get $8 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $0 local.get $8 i32.add local.set $0 end - local.get $1 + local.get $3 i32.const 1 i32.add - local.set $1 - br $for-loop|09 + local.set $3 + br $for-loop|010 end end - local.get $3 + local.get $1 local.get $0 i32.const 1 i32.shl i32.add - local.get $7 local.get $2 + local.get $7 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load call $~lib/util/number/itoa_buffered local.get $0 i32.add @@ -29965,19 +29867,21 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 + local.get $1 + i32.store + local.get $1 local.get $0 call $~lib/string/String#substring - local.set $3 - br $folding-inner08 + local.set $0 + br $folding-inner07 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray + local.get $1 + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$22 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -29993,12 +29897,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 + local.get $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14704 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + local.get $0 i32.const 14704 call $~lib/string/String.__eq i32.eqz @@ -30017,19 +29921,19 @@ i32.const 14864 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=396 + i32.store offset=396 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 call $~lib/array/Array<~lib/string/String|null>#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14912 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 14912 call $~lib/string/String.__eq @@ -30050,16 +29954,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 call $~lib/array/Array<~lib/string/String|null>#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15072 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 15072 call $~lib/string/String.__eq @@ -30080,11 +29984,11 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store $0 offset=400 + i32.store offset=400 global.get $~lib/memory/__stack_pointer local.get $1 - i32.load $0 offset=4 - i32.store $0 offset=404 + i32.load offset=4 + i32.store offset=404 local.get $1 i32.const 0 i32.const 2 @@ -30103,10 +30007,10 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store $0 offset=408 + i32.store offset=408 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -30118,13 +30022,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.sub @@ -30136,25 +30040,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=12 - local.set $3 + i32.load offset=12 + local.set $1 local.get $0 i32.const 11856 - i32.store $0 + i32.store i32.const 0 - local.set $1 - local.get $0 + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer @@ -30163,39 +30067,41 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer + local.tee $0 i32.const 0 i32.const 20 - memory.fill $0 - block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array> - local.get $3 + memory.fill + block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$23 + local.get $1 i32.const 1 i32.sub - local.tee $3 + local.tee $1 i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $0 i32.const 20 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 local.set $0 - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array> + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$23 end - local.get $3 + local.get $1 i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $2 - i32.load $0 local.tee $0 - i32.store $0 - local.get $0 + local.get $2 + i32.load + local.tee $1 + i32.store + local.get $1 if (result i32) - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/array/Array#toString else i32.const 11568 @@ -30205,111 +30111,111 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array> + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$23 end i32.const 11568 local.set $0 global.get $~lib/memory/__stack_pointer local.tee $7 i32.const 11568 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 i32.const 11852 - i32.load $0 + i32.load i32.const 1 i32.shr_u local.set $7 - loop $for-loop|00 + loop $for-loop|011 local.get $1 local.get $3 - i32.lt_s + i32.gt_s if global.get $~lib/memory/__stack_pointer + local.tee $8 local.get $2 - local.get $1 + local.get $3 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $8 - i32.store $0 - local.get $8 + i32.load + local.tee $9 + i32.store + local.get $9 if - global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $0 - i32.store $0 offset=4 - local.get $9 local.get $8 - i32.store $0 offset=16 + local.get $0 + i32.store offset=4 local.get $8 + local.get $9 + i32.store offset=16 + local.get $9 call $~lib/array/Array#toString - local.set $8 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=12 local.get $9 - local.get $0 + i32.store offset=12 local.get $8 + local.get $0 + local.get $9 call $~lib/string/String.__concat local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 end local.get $7 if global.get $~lib/memory/__stack_pointer local.tee $8 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 11856 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 local.get $0 i32.const 11856 call $~lib/string/String.__concat local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 end - local.get $1 + local.get $3 i32.const 1 i32.add - local.set $1 - br $for-loop|00 + local.set $3 + br $for-loop|011 end end global.get $~lib/memory/__stack_pointer + local.tee $3 local.get $2 - local.get $3 + local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $1 - i32.store $0 + i32.store local.get $1 if - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $3 local.get $0 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $3 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 call $~lib/array/Array#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 - local.get $2 + i32.store offset=12 + local.get $3 local.get $0 local.get $1 call $~lib/string/String.__concat local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 20 @@ -30326,10 +30232,10 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15168 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 15168 call $~lib/string/String.__eq @@ -30350,11 +30256,11 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store $0 offset=412 + i32.store offset=412 global.get $~lib/memory/__stack_pointer local.get $1 - i32.load $0 offset=4 - i32.store $0 offset=416 + i32.load offset=4 + i32.store offset=416 local.get $1 i32.const 0 i32.const 2 @@ -30373,10 +30279,10 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store $0 offset=420 + i32.store offset=420 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -30388,13 +30294,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.sub @@ -30406,25 +30312,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=12 - local.set $3 + i32.load offset=12 + local.set $1 local.get $0 i32.const 11856 - i32.store $0 + i32.store i32.const 0 - local.set $1 - local.get $0 + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer @@ -30433,39 +30339,41 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer + local.tee $0 i32.const 0 i32.const 20 - memory.fill $0 - block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array> - local.get $3 + memory.fill + block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$24 + local.get $1 i32.const 1 i32.sub - local.tee $3 + local.tee $1 i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $0 i32.const 20 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 local.set $0 - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array> + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$24 end - local.get $3 + local.get $1 i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $2 - i32.load $0 local.tee $0 - i32.store $0 - local.get $0 + local.get $2 + i32.load + local.tee $1 + i32.store + local.get $1 if (result i32) - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/array/Array#toString else i32.const 11568 @@ -30475,111 +30383,111 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array> + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$24 end i32.const 11568 local.set $0 global.get $~lib/memory/__stack_pointer local.tee $7 i32.const 11568 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 i32.const 11852 - i32.load $0 + i32.load i32.const 1 i32.shr_u local.set $7 - loop $for-loop|01 + loop $for-loop|012 local.get $1 local.get $3 - i32.lt_s + i32.gt_s if global.get $~lib/memory/__stack_pointer + local.tee $8 local.get $2 - local.get $1 + local.get $3 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $8 - i32.store $0 - local.get $8 + i32.load + local.tee $9 + i32.store + local.get $9 if - global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $0 - i32.store $0 offset=4 - local.get $9 local.get $8 - i32.store $0 offset=16 + local.get $0 + i32.store offset=4 local.get $8 + local.get $9 + i32.store offset=16 + local.get $9 call $~lib/array/Array#toString - local.set $8 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=12 local.get $9 - local.get $0 + i32.store offset=12 local.get $8 + local.get $0 + local.get $9 call $~lib/string/String.__concat local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 end local.get $7 if global.get $~lib/memory/__stack_pointer local.tee $8 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 11856 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 local.get $0 i32.const 11856 call $~lib/string/String.__concat local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 end - local.get $1 + local.get $3 i32.const 1 i32.add - local.set $1 - br $for-loop|01 + local.set $3 + br $for-loop|012 end end global.get $~lib/memory/__stack_pointer + local.tee $3 local.get $2 - local.get $3 + local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $1 - i32.store $0 + i32.store local.get $1 if - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $3 local.get $0 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $3 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 call $~lib/array/Array#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 - local.get $2 + i32.store offset=12 + local.get $3 local.get $0 local.get $1 call $~lib/string/String.__concat local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 20 @@ -30596,10 +30504,10 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15168 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 15168 call $~lib/string/String.__eq @@ -30620,11 +30528,11 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store $0 offset=424 + i32.store offset=424 global.get $~lib/memory/__stack_pointer local.get $1 - i32.load $0 offset=4 - i32.store $0 offset=428 + i32.load offset=4 + i32.store offset=428 global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 2 @@ -30632,11 +30540,11 @@ i32.const 0 call $~lib/rt/__newArray local.tee $2 - i32.store $0 offset=432 + i32.store offset=432 global.get $~lib/memory/__stack_pointer local.get $2 - i32.load $0 offset=4 - i32.store $0 offset=436 + i32.load offset=4 + i32.store offset=436 local.get $2 i32.const 0 i32.const 1 @@ -30651,10 +30559,10 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store $0 offset=440 + i32.store offset=440 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -30666,13 +30574,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.sub @@ -30684,25 +30592,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=12 - local.set $3 + i32.load offset=12 + local.set $1 local.get $0 i32.const 11856 - i32.store $0 + i32.store i32.const 0 - local.set $1 - local.get $0 + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer @@ -30711,39 +30619,41 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer + local.tee $0 i32.const 0 i32.const 20 - memory.fill $0 - block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>> - local.get $3 + memory.fill + block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>>$25 + local.get $1 i32.const 1 i32.sub - local.tee $3 + local.tee $1 i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $0 i32.const 20 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 local.set $0 - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>> + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>>$25 end - local.get $3 + local.get $1 i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $2 - i32.load $0 local.tee $0 - i32.store $0 - local.get $0 + local.get $2 + i32.load + local.tee $1 + i32.store + local.get $1 if (result i32) - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/array/Array<~lib/array/Array>#toString else i32.const 11568 @@ -30753,111 +30663,111 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>> + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>>$25 end i32.const 11568 local.set $0 global.get $~lib/memory/__stack_pointer local.tee $7 i32.const 11568 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 i32.const 11852 - i32.load $0 + i32.load i32.const 1 i32.shr_u local.set $7 - loop $for-loop|03 + loop $for-loop|013 local.get $1 local.get $3 - i32.lt_s + i32.gt_s if global.get $~lib/memory/__stack_pointer + local.tee $8 local.get $2 - local.get $1 + local.get $3 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $8 - i32.store $0 - local.get $8 + i32.load + local.tee $9 + i32.store + local.get $9 if - global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $0 - i32.store $0 offset=4 - local.get $9 local.get $8 - i32.store $0 offset=16 + local.get $0 + i32.store offset=4 local.get $8 + local.get $9 + i32.store offset=16 + local.get $9 call $~lib/array/Array<~lib/array/Array>#toString - local.set $8 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=12 local.get $9 - local.get $0 + i32.store offset=12 local.get $8 + local.get $0 + local.get $9 call $~lib/string/String.__concat local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 end local.get $7 if global.get $~lib/memory/__stack_pointer local.tee $8 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 11856 - i32.store $0 offset=12 + i32.store offset=12 local.get $8 local.get $0 i32.const 11856 call $~lib/string/String.__concat local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 end - local.get $1 + local.get $3 i32.const 1 i32.add - local.set $1 - br $for-loop|03 + local.set $3 + br $for-loop|013 end end global.get $~lib/memory/__stack_pointer + local.tee $3 local.get $2 - local.get $3 + local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $1 - i32.store $0 + i32.store local.get $1 if - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $3 local.get $0 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $3 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 call $~lib/array/Array<~lib/array/Array>#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 - local.get $2 + i32.store offset=12 + local.get $3 local.get $0 local.get $1 call $~lib/string/String.__concat local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 20 @@ -30874,10 +30784,10 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13568 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 13568 call $~lib/string/String.__eq @@ -30898,11 +30808,11 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store $0 offset=444 + i32.store offset=444 global.get $~lib/memory/__stack_pointer local.get $1 - i32.load $0 offset=4 - i32.store $0 offset=448 + i32.load offset=4 + i32.store offset=448 local.get $1 i32.const 0 i32.const 1 @@ -30937,19 +30847,19 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store $0 offset=452 + i32.store offset=452 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 call $~lib/array/Array<~lib/array/Array>#flat - local.tee $0 - i32.store $0 offset=456 + local.tee $1 + i32.store offset=456 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 + local.get $1 + i32.store + local.get $1 call $~lib/array/Array#get:length i32.const 10 i32.ne @@ -30962,19 +30872,19 @@ unreachable end i32.const 0 - local.set $3 + local.set $0 loop $for-loop|7 - local.get $3 + local.get $0 i32.const 10 i32.lt_s if global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 local.get $0 - i32.store $0 - local.get $0 - local.get $3 call $~lib/array/Array#__get - local.get $3 + local.get $0 i32.ne if i32.const 0 @@ -30984,10 +30894,10 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $0 i32.const 1 i32.add - local.set $3 + local.set $0 br $for-loop|7 end end @@ -30998,13 +30908,13 @@ i32.const 45 i32.const 0 call $~lib/rt/__newArray - local.tee $2 - i32.store $0 offset=460 + local.tee $1 + i32.store offset=460 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.load $0 offset=4 - i32.store $0 offset=464 - local.get $2 + local.get $1 + i32.load offset=4 + i32.store offset=464 + local.get $1 i32.const 0 i32.const 1 i32.const 2 @@ -31012,7 +30922,7 @@ i32.const 15472 call $~lib/rt/__newArray call $~lib/array/Array#__set - local.get $2 + local.get $1 i32.const 1 i32.const 3 i32.const 2 @@ -31020,7 +30930,7 @@ i32.const 15568 call $~lib/rt/__newArray call $~lib/array/Array#__set - local.get $2 + local.get $1 i32.const 2 i32.const 3 i32.const 2 @@ -31028,7 +30938,7 @@ i32.const 15696 call $~lib/rt/__newArray call $~lib/array/Array#__set - local.get $2 + local.get $1 i32.const 3 i32.const 1 i32.const 2 @@ -31037,17 +30947,13 @@ call $~lib/rt/__newArray call $~lib/array/Array#__set local.get $0 - local.get $2 - i32.store $0 offset=468 + local.get $1 + i32.store offset=468 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + local.set $2 global.get $~lib/memory/__stack_pointer - local.set $7 - i32.const 0 - local.set $0 - i32.const 0 - local.set $1 + local.get $1 + i32.store global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -31057,160 +30963,157 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $0 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $0 i32.const 0 - i32.store $0 offset=8 - local.get $3 - local.get $2 - i32.store $0 - local.get $2 - i32.load $0 offset=4 + i32.store offset=8 + local.get $0 + local.get $1 + i32.store + local.get $1 + i32.load offset=4 + local.set $7 + local.get $0 + local.get $1 + i32.store + local.get $1 + i32.load offset=12 local.set $8 - local.get $3 - local.get $2 - i32.store $0 - local.get $2 - i32.load $0 offset=12 - local.set $9 i32.const 0 - local.set $3 - loop $for-loop|06 - local.get $3 - local.get $9 + local.set $1 + i32.const 0 + local.set $0 + loop $for-loop|056 + local.get $0 + local.get $8 i32.lt_s if - local.get $8 - local.get $3 + local.get $7 + local.get $0 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $2 + i32.load + local.tee $3 if (result i32) - local.get $2 - i32.load $0 offset=12 + local.get $3 + i32.load offset=12 else i32.const 0 end - local.get $0 + local.get $1 i32.add - local.set $0 - local.get $3 + local.set $1 + local.get $0 i32.const 1 i32.add - local.set $3 - br $for-loop|06 + local.set $0 + br $for-loop|056 end end global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.const 2 i32.shl - local.tee $2 + local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 offset=4 + local.tee $9 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 34 call $~lib/rt/itcms/__new local.tee $10 - i32.store $0 offset=8 + i32.store offset=8 + local.get $10 + local.get $1 + i32.store offset=12 local.get $10 local.get $0 - i32.store $0 offset=12 + i32.store offset=8 local.get $10 - local.get $2 - i32.store $0 offset=8 + local.get $9 + i32.store offset=4 local.get $10 - local.get $3 - i32.store $0 offset=4 + local.get $9 + i32.store local.get $10 - local.get $3 - i32.store $0 + local.get $9 i32.const 0 - local.set $2 - local.get $3 - if - local.get $10 + call $~lib/rt/itcms/__link + i32.const 0 + local.set $0 + i32.const 0 + local.set $3 + loop $for-loop|16 local.get $3 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - loop $for-loop|17 - local.get $2 - local.get $9 + local.get $8 i32.lt_s if - local.get $8 - local.get $2 + local.get $7 + local.get $3 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $11 if - local.get $1 - local.get $3 + local.get $0 + local.get $9 i32.add local.get $11 - i32.load $0 offset=4 + i32.load offset=4 local.get $11 - i32.load $0 offset=12 + i32.load offset=12 i32.const 2 i32.shl local.tee $11 - memory.copy $0 $0 - local.get $1 + memory.copy + local.get $0 local.get $11 i32.add - local.set $1 + local.set $0 end - local.get $2 + local.get $3 i32.const 1 i32.add - local.set $2 - br $for-loop|17 + local.set $3 + br $for-loop|16 end end i32.const 0 - local.set $2 - loop $for-loop|28 + local.set $0 + loop $for-loop|27 local.get $0 - local.get $2 - i32.gt_s + local.get $1 + i32.lt_s if - local.get $3 - local.get $2 + local.get $9 + local.get $9 + local.get $0 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $1 - if - local.get $3 - local.get $1 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $2 + i32.load + i32.const 1 + call $~lib/rt/itcms/__link + local.get $0 i32.const 1 i32.add - local.set $2 - br $for-loop|28 + local.set $0 + br $for-loop|27 end end global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 + local.get $2 local.get $10 - i32.store $0 offset=472 + i32.store offset=472 global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 2 @@ -31218,10 +31121,10 @@ i32.const 15792 call $~lib/rt/__newArray local.tee $0 - i32.store $0 offset=476 + i32.store offset=476 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/array/Array#get:length i32.const 8 @@ -31239,7 +31142,7 @@ loop $for-loop|8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length local.get $1 @@ -31247,24 +31150,24 @@ if global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=52 + i32.store offset=52 local.get $10 local.get $1 call $~lib/array/Array#__get local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 local.get $1 call $~lib/array/Array#__get local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $3 call $~lib/string/String.__eq @@ -31292,11 +31195,11 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store $0 offset=480 + i32.store offset=480 global.get $~lib/memory/__stack_pointer local.get $1 - i32.load $0 offset=4 - i32.store $0 offset=484 + i32.load offset=4 + i32.store offset=484 local.get $1 i32.const 0 i32.const 0 @@ -31315,16 +31218,16 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store $0 offset=488 + i32.store offset=488 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/array/Array<~lib/array/Array>#flat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length if @@ -31343,11 +31246,11 @@ i32.const 0 call $~lib/rt/__newArray local.tee $2 - i32.store $0 offset=492 + i32.store offset=492 global.get $~lib/memory/__stack_pointer local.get $2 - i32.load $0 offset=4 - i32.store $0 offset=496 + i32.load offset=4 + i32.store offset=496 local.get $2 i32.const 0 i32.const 1 @@ -31366,15 +31269,15 @@ call $~lib/array/Array#__set local.get $0 local.get $2 - i32.store $0 offset=500 + i32.store offset=500 global.get $~lib/memory/__stack_pointer local.set $0 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 15984 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -31387,61 +31290,61 @@ local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $1 local.get $2 - i32.store $0 + i32.store local.get $1 local.get $2 - i32.load $0 offset=12 + i32.load offset=12 local.tee $3 i32.const 2 i32.const 29 i32.const 0 call $~lib/rt/__newArray local.tee $7 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 - i32.load $0 offset=4 + i32.load offset=4 local.set $8 i32.const 0 local.set $1 - loop $for-loop|020 + loop $for-loop|067 global.get $~lib/memory/__stack_pointer + local.tee $9 local.get $2 - i32.store $0 + i32.store local.get $1 local.get $3 local.get $2 - i32.load $0 offset=12 - local.tee $9 + i32.load offset=12 + local.tee $10 local.get $3 - local.get $9 + local.get $10 i32.lt_s select i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.tee $9 + local.get $9 local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $9 local.get $1 i32.const 2 i32.shl local.tee $10 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load $0 + i32.load local.tee $11 - i32.store $0 + i32.store local.get $9 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $9 @@ -31449,27 +31352,24 @@ local.get $1 local.get $2 i32.const 15984 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) local.tee $9 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $10 i32.add local.get $9 - i32.store $0 + i32.store + local.get $7 local.get $9 - if - local.get $7 - local.get $9 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 1 + call $~lib/rt/itcms/__link local.get $1 i32.const 1 i32.add local.set $1 - br $for-loop|020 + br $for-loop|067 end end global.get $~lib/memory/__stack_pointer @@ -31478,15 +31378,15 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $0 local.get $7 call $~lib/array/Array<~lib/array/Array>#flat local.tee $0 - i32.store $0 offset=504 + i32.store offset=504 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 4 @@ -31501,7 +31401,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 0 call $~lib/array/Array#__get @@ -31517,7 +31417,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $~lib/array/Array#__get @@ -31533,7 +31433,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2 call $~lib/array/Array#__get @@ -31549,7 +31449,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 3 call $~lib/array/Array#__get @@ -31575,12 +31475,12 @@ i32.const 0 i32.gt_s if - loop $while-continue|06 + loop $while-continue|013 global.get $~lib/rt/itcms/state if call $~lib/rt/itcms/step drop - br $while-continue|06 + br $while-continue|013 end end end @@ -31638,7 +31538,7 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 i32.shl @@ -31651,33 +31551,30 @@ local.get $1 local.get $3 local.get $5 - memory.copy $0 $0 + memory.copy end local.get $4 local.get $1 - i32.store $0 + i32.store i32.const 16 local.get $2 call $~lib/rt/itcms/__new local.tee $2 local.get $1 - i32.store $0 + i32.store + local.get $2 local.get $1 - if - local.get $2 - local.get $1 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -31704,12 +31601,13 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -31726,49 +31624,49 @@ i32.shr_u i32.const 1 i32.shl - local.tee $0 - select local.tee $2 + select + local.tee $0 i32.const 100000 i32.lt_u if (result i32) - local.get $2 + local.get $0 i32.const 100 i32.lt_u if (result i32) - local.get $2 + local.get $0 i32.const 10 i32.ge_u i32.const 1 i32.add else - local.get $2 + local.get $0 i32.const 10000 i32.ge_u i32.const 3 i32.add - local.get $2 + local.get $0 i32.const 1000 i32.ge_u i32.add end else - local.get $2 + local.get $0 i32.const 10000000 i32.lt_u if (result i32) - local.get $2 + local.get $0 i32.const 1000000 i32.ge_u i32.const 6 i32.add else - local.get $2 + local.get $0 i32.const 1000000000 i32.ge_u i32.const 8 i32.add - local.get $2 + local.get $0 i32.const 100000000 i32.ge_u i32.add @@ -31777,23 +31675,23 @@ local.tee $1 i32.const 1 i32.shl - local.get $0 + local.get $2 i32.add i32.const 2 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 - local.get $0 + i32.store + local.get $2 local.get $3 i32.add - local.get $2 + local.get $0 local.get $1 call $~lib/util/number/utoa32_dec_lut - local.get $0 + local.get $2 if local.get $3 i32.const 45 - i32.store16 $0 + i32.store16 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -31820,12 +31718,13 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -31879,94 +31778,21 @@ i32.add end end - local.tee $2 + local.tee $1 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 - local.get $1 - local.get $0 + local.tee $2 + i32.store local.get $2 + local.get $0 + local.get $1 call $~lib/util/number/utoa32_dec_lut global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) - local.get $0 - i32.eqz - if - i32.const 0 - i32.const 1216 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white - local.get $1 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $3 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $0 - local.get $1 - local.get $2 - select - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $3 - i32.const 3 - i32.eq - i32.and - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - end - end - end + local.get $2 ) ) diff --git a/tests/compiler/std/arraybuffer.debug.wat b/tests/compiler/std/arraybuffer.debug.wat index 8a91cfb438..4c4d8cdc3e 100644 --- a/tests/compiler/std/arraybuffer.debug.wat +++ b/tests/compiler/std/arraybuffer.debug.wat @@ -1,15 +1,15 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32) (result i32))) + (type $7 (func (param i32 i32 i32 i32) (result i32))) + (type $8 (func (param i32 i32 i32 i32))) + (type $9 (func (param i32 i32 i64) (result i32))) + (type $10 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -53,12 +53,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -72,7 +72,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -146,7 +146,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -216,11 +216,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -228,7 +228,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 336 @@ -360,7 +360,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -373,7 +373,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -389,34 +389,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -576,7 +576,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -599,7 +599,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -613,7 +613,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -636,7 +636,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -779,7 +779,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -865,7 +865,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -945,7 +945,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -979,7 +979,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1002,7 +1002,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1016,7 +1016,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1068,7 +1068,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1106,7 +1106,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1181,7 +1180,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1215,7 +1214,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1236,7 +1235,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1256,7 +1255,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1276,7 +1275,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1302,7 +1301,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1325,7 +1324,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1810,7 +1809,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1855,7 +1854,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1888,7 +1887,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1911,7 +1910,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1937,7 +1936,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1950,7 +1949,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1977,19 +1976,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2191,12 +2190,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2247,13 +2246,13 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/arraybuffer/ArrayBuffer#get:byteLength (param $this i32) (result i32) local.get $this @@ -2479,7 +2478,7 @@ (func $~lib/arraybuffer/ArrayBufferView#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2488,12 +2487,12 @@ (func $~lib/arraybuffer/ArrayBufferView#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/arraybuffer/ArrayBufferView#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/__newBuffer (param $size i32) (param $id i32) (param $data i32) (result i32) (local $buffer i32) @@ -2506,7 +2505,7 @@ local.get $buffer local.get $data local.get $size - memory.copy $0 $0 + memory.copy end local.get $buffer return @@ -2572,7 +2571,7 @@ (func $~lib/dataview/DataView#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2581,16 +2580,16 @@ (func $~lib/dataview/DataView#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/dataview/DataView#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/arraybuffer/ArrayBuffer.isView<~lib/dataview/DataView> (param $value i32) (result i32) i32.const 0 @@ -2686,7 +2685,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2695,11 +2694,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2770,7 +2768,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2800,7 +2798,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/typedarray/Int8Array $~lib/typedarray/Uint8Array $~lib/typedarray/Uint8ClampedArray $~lib/typedarray/Int16Array $~lib/typedarray/Uint16Array $~lib/typedarray/Int32Array $~lib/typedarray/Uint32Array $~lib/typedarray/Int64Array $~lib/typedarray/Uint64Array $~lib/typedarray/Float32Array $~lib/typedarray/Float64Array $~lib/dataview/DataView $invalid end return @@ -2919,12 +2917,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $length @@ -2994,13 +2992,13 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $begin i32.add local.get $outSize - memory.copy $0 $0 + memory.copy local.get $out local.set $16 global.get $~lib/memory/__stack_pointer @@ -3020,10 +3018,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -3032,13 +3030,13 @@ i32.const 3 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:buffer @@ -3046,7 +3044,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:dataStart @@ -3054,7 +3052,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:byteLength @@ -3079,7 +3077,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -3088,20 +3086,20 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $buffer local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/arraybuffer/ArrayBufferView#set:buffer local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $buffer call $~lib/arraybuffer/ArrayBufferView#set:dataStart @@ -3109,7 +3107,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $length call $~lib/arraybuffer/ArrayBufferView#set:byteLength @@ -3130,7 +3128,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3139,20 +3137,20 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 0 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -3170,7 +3168,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3179,20 +3177,20 @@ i32.const 10 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 2 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -3211,10 +3209,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -3223,13 +3221,13 @@ i32.const 16 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 call $~lib/dataview/DataView#set:buffer @@ -3237,7 +3235,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 call $~lib/dataview/DataView#set:dataStart @@ -3245,7 +3243,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 call $~lib/dataview/DataView#set:byteLength @@ -3259,7 +3257,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.gt_u @@ -3276,13 +3274,13 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $buffer local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/dataview/DataView#set:buffer local.get $buffer @@ -3293,7 +3291,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $dataStart call $~lib/dataview/DataView#set:dataStart @@ -3301,7 +3299,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $byteLength call $~lib/dataview/DataView#set:byteLength @@ -3322,7 +3320,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $2of2 block $1of2 block $0of2 @@ -3341,7 +3339,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $byteLength @@ -3350,13 +3348,13 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $buffer local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $byteOffset local.get $byteLength @@ -3383,8 +3381,8 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3406,12 +3404,12 @@ i32.const 8 call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $0 - i32.store $0 + i32.store local.get $0 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 8 @@ -3430,18 +3428,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i32.const 1073741820 call $~lib/arraybuffer/ArrayBuffer#slice local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 8 @@ -3472,18 +3470,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const 1073741820 call $~lib/arraybuffer/ArrayBuffer#slice local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 7 @@ -3502,18 +3500,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const -1 i32.const 1073741820 call $~lib/arraybuffer/ArrayBuffer#slice local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 1 @@ -3532,18 +3530,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const 3 call $~lib/arraybuffer/ArrayBuffer#slice local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 2 @@ -3562,18 +3560,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -1 call $~lib/arraybuffer/ArrayBuffer#slice local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 6 @@ -3592,18 +3590,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const -3 i32.const -1 call $~lib/arraybuffer/ArrayBuffer#slice local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 2 @@ -3622,18 +3620,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const -4 i32.const 42 call $~lib/arraybuffer/ArrayBuffer#slice local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 4 @@ -3652,18 +3650,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 42 i32.const 1073741820 call $~lib/arraybuffer/ArrayBuffer#slice local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 0 @@ -3766,7 +3764,7 @@ i32.const 1 call $~lib/typedarray/Uint8Array#constructor local.tee $2 - i32.store $0 offset=12 + i32.store offset=12 i32.const 2 i32.const 2 i32.const 4 @@ -3775,7 +3773,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/arraybuffer/ArrayBuffer.isView<~lib/array/Array> i32.eqz @@ -3792,7 +3790,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/arraybuffer/ArrayBuffer.isView<~lib/typedarray/Uint8Array> i32.eqz @@ -3810,7 +3808,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/arraybuffer/ArrayBuffer.isView<~lib/typedarray/Int32Array> i32.eqz @@ -3827,13 +3825,13 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=20 + i32.store offset=20 local.get $5 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=16 + i32.store offset=16 local.get $5 i32.const 0 i32.const 1 @@ -3843,7 +3841,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/arraybuffer/ArrayBuffer.isView<~lib/dataview/DataView> i32.eqz @@ -3872,14 +3870,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -3899,7 +3897,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length i32.const 1073741820 i32.gt_u @@ -3916,7 +3914,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 + i32.store i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -3942,7 +3940,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length local.get $alignLog2 i32.shl @@ -3953,27 +3951,27 @@ local.get $data call $~lib/rt/__newBuffer local.tee $buffer - i32.store $0 + i32.store i32.const 16 local.get $id call $~lib/rt/itcms/__new local.set $array local.get $array local.get $buffer - i32.store $0 + i32.store local.get $array local.get $buffer i32.const 0 call $~lib/rt/itcms/__link local.get $array local.get $buffer - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $bufferSize - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.get $length - i32.store $0 offset=12 + i32.store offset=12 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/arraybuffer.release.wat b/tests/compiler/std/arraybuffer.release.wat index deba42487f..94378e232a 100644 --- a/tests/compiler/std/arraybuffer.release.wat +++ b/tests/compiler/std/arraybuffer.release.wat @@ -1,12 +1,12 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -18,7 +18,6 @@ (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) - (global $~argumentsLength (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34552)) (memory $0 1) (data $0 (i32.const 1036) ",") @@ -48,14 +47,14 @@ (local $0 i32) (local $1 i32) i32.const 1360 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1168 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -65,7 +64,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -83,7 +82,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -100,7 +99,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -114,16 +113,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$172 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34552 @@ -138,10 +137,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$172 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -154,20 +153,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -176,7 +175,7 @@ else local.get $1 i32.const 1712 - i32.load $0 + i32.load i32.gt_u if i32.const 1360 @@ -191,13 +190,13 @@ i32.shl i32.const 1716 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -207,21 +206,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -229,8 +252,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -242,10 +265,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -256,29 +279,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -286,10 +309,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -303,75 +326,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -393,7 +409,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -410,12 +426,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -432,17 +448,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -452,9 +468,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -479,13 +495,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -519,7 +535,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -575,19 +591,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -599,15 +615,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -615,16 +631,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -646,10 +663,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -662,18 +679,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -697,30 +713,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -728,10 +744,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -739,7 +755,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -747,7 +763,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -758,10 +774,10 @@ end i32.const 34560 i32.const 0 - i32.store $0 + i32.store i32.const 36128 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -773,7 +789,7 @@ i32.const 34560 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -791,7 +807,7 @@ i32.const 34560 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -808,7 +824,7 @@ end i32.const 34560 i32.const 36132 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -841,7 +857,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -854,19 +870,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -877,7 +893,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -889,7 +905,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -902,12 +918,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -916,7 +928,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -927,26 +939,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -962,7 +974,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -978,7 +990,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1003,14 +1015,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1045,7 +1057,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1059,10 +1071,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1074,10 +1086,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1085,47 +1097,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1146,7 +1160,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1163,10 +1177,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1182,7 +1196,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1203,7 +1217,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1230,7 +1244,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1251,7 +1265,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1293,50 +1307,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1356,12 +1374,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1372,7 +1390,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1393,7 +1411,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1409,8 +1427,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1424,90 +1442,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1520,60 +1538,61 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) - (func $~lib/arraybuffer/ArrayBufferView#set:buffer (param $0 i32) (param $1 i32) - local.get $0 + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) + (local $2 i32) local.get $1 - i32.store $0 + i32.eqz + if + return + end + local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1232 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.tee $2 local.get $1 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq if local.get $0 - i32.eqz - if - i32.const 0 - i32.const 1232 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white - local.get $1 i32.const 20 i32.sub - local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and + local.tee $0 + local.get $2 + i32.eqz i32.eq if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq local.get $0 - i32.const 20 - i32.sub - i32.load $0 offset=4 i32.const 3 - i32.and - local.tee $0 - global.get $~lib/rt/itcms/white - i32.eqz i32.eq + i32.and if local.get $1 call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $0 - i32.const 3 - i32.eq - i32.and - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - end end end end @@ -1589,7 +1608,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner0 $~lib/array/Array $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $invalid end return @@ -1616,17 +1635,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1636,11 +1651,11 @@ unreachable end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end ) (func $~start @@ -1666,14 +1681,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 local.set $3 local.get $1 i32.const 0 @@ -1731,13 +1746,13 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $0 local.get $1 i32.add local.get $2 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1764,38 +1779,41 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 12 i32.const 3 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store local.get $0 i32.const 0 - call $~lib/arraybuffer/ArrayBufferView#set:buffer + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1073741820 local.get $1 i32.shr_u @@ -1816,28 +1834,31 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $2 - call $~lib/arraybuffer/ArrayBufferView#set:buffer - global.get $~lib/memory/__stack_pointer + i32.store local.get $0 - i32.store $0 offset=4 + local.get $2 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 local.get $0 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add @@ -1849,8 +1870,6 @@ (local $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -1861,11 +1880,11 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i32.const 0 i32.const 24 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl i32.const 34552 @@ -1875,29 +1894,29 @@ global.set $~lib/rt/itcms/threshold i32.const 1284 i32.const 1280 - i32.store $0 + i32.store i32.const 1288 i32.const 1280 - i32.store $0 + i32.store i32.const 1280 global.set $~lib/rt/itcms/pinSpace i32.const 1316 i32.const 1312 - i32.store $0 + i32.store i32.const 1320 i32.const 1312 - i32.store $0 + i32.store i32.const 1312 global.set $~lib/rt/itcms/toSpace i32.const 1460 i32.const 1456 - i32.store $0 + i32.store i32.const 1464 i32.const 1456 - i32.store $0 + i32.store i32.const 1456 global.set $~lib/rt/itcms/fromSpace - local.get $1 + local.get $0 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1906,29 +1925,29 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 8 i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 + local.tee $1 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer + local.get $0 local.get $1 - local.get $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 8 i32.ne if @@ -1940,23 +1959,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $2 - i32.store $0 offset=4 + local.tee $0 + local.get $1 + i32.store offset=4 + local.get $0 local.get $1 - local.get $2 i32.const 0 i32.const 1073741820 call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $1 - i32.store $0 offset=8 + local.tee $0 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 8 i32.ne if @@ -1967,8 +1986,8 @@ call $~lib/builtins/abort unreachable end + local.get $0 local.get $1 - local.get $2 i32.eq if i32.const 0 @@ -1979,23 +1998,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $2 - i32.store $0 offset=4 + local.tee $0 + local.get $1 + i32.store offset=4 + local.get $0 local.get $1 - local.get $2 i32.const 1 i32.const 1073741820 call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $1 - i32.store $0 offset=8 + local.tee $0 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 7 i32.ne if @@ -2007,23 +2026,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $2 - i32.store $0 offset=4 + local.tee $0 + local.get $1 + i32.store offset=4 + local.get $0 local.get $1 - local.get $2 i32.const -1 i32.const 1073741820 call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $1 - i32.store $0 offset=8 + local.tee $0 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.ne if @@ -2035,23 +2054,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $2 - i32.store $0 offset=4 + local.tee $0 + local.get $1 + i32.store offset=4 + local.get $0 local.get $1 - local.get $2 i32.const 1 i32.const 3 call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $1 - i32.store $0 offset=8 + local.tee $0 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.ne if @@ -2063,23 +2082,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $2 - i32.store $0 offset=4 + local.tee $0 + local.get $1 + i32.store offset=4 + local.get $0 local.get $1 - local.get $2 i32.const 1 i32.const -1 call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $1 - i32.store $0 offset=8 + local.tee $0 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 6 i32.ne if @@ -2091,23 +2110,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $2 - i32.store $0 offset=4 + local.tee $0 + local.get $1 + i32.store offset=4 + local.get $0 local.get $1 - local.get $2 i32.const -3 i32.const -1 call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $1 - i32.store $0 offset=8 + local.tee $0 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.ne if @@ -2119,23 +2138,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $2 - i32.store $0 offset=4 + local.tee $0 + local.get $1 + i32.store offset=4 + local.get $0 local.get $1 - local.get $2 i32.const -4 i32.const 42 call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $1 - i32.store $0 offset=8 + local.tee $0 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 4 i32.ne if @@ -2147,23 +2166,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $2 - i32.store $0 offset=4 + local.tee $0 + local.get $1 + i32.store offset=4 + local.get $0 local.get $1 - local.get $2 i32.const 42 i32.const 1073741820 call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $1 - i32.store $0 offset=8 + local.tee $0 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 if i32.const 0 i32.const 1568 @@ -2172,7 +2191,7 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.eqz if i32.const 0 @@ -2183,7 +2202,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2192,32 +2211,32 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i64.const 0 - i64.store $0 - local.get $2 + i64.store + local.get $1 i32.const 12 i32.const 6 call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 + local.tee $1 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $2 - i32.store $0 offset=4 - local.get $3 + local.tee $2 + local.get $1 + i32.store offset=4 local.get $2 + local.get $1 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#constructor - local.tee $3 - i32.store $0 + local.tee $1 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer + local.get $0 local.get $1 - local.get $3 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2227,94 +2246,47 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i32.const 0 - i32.store $0 + i32.store i32.const 8 i32.const 1 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $2 i32.const 1632 - i64.load $0 align=1 - i64.store $0 align=1 - local.get $1 - local.get $4 - i32.store $0 + i64.load align=1 + i64.store align=1 + local.get $0 + local.get $2 + i32.store i32.const 16 i32.const 4 call $~lib/rt/itcms/__new - local.tee $1 - local.get $4 - i32.store $0 - local.get $4 - if - local.get $1 - i32.eqz - if - i32.const 0 - i32.const 1232 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white - local.get $4 - i32.const 20 - i32.sub - local.tee $2 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $1 - i32.const 20 - i32.sub - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $5 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $2 - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $5 - i32.const 3 - i32.eq - i32.and - if - local.get $2 - call $~lib/rt/itcms/Object#makeGray - end - end - end - end - local.get $1 - local.get $4 - i32.store $0 offset=4 - local.get $1 + local.tee $0 + local.get $2 + i32.store + local.get $0 + local.get $2 + call $~lib/rt/itcms/__link + local.get $0 + local.get $2 + i32.store offset=4 + local.get $0 i32.const 8 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + local.get $0 i32.const 2 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2324,43 +2296,41 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $0 i32.const 12 i32.const 10 call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 - local.get $1 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 local.get $2 - local.get $1 + local.get $0 i32.const 2 call $~lib/arraybuffer/ArrayBufferView#constructor - local.tee $1 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=20 + local.get $1 + i32.store offset=20 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.load $0 + local.get $1 + i32.load local.tee $1 - i32.store $0 offset=16 - i32.const 1 - global.set $~argumentsLength - block $__inlined_func$~lib/dataview/DataView#constructor@varargs (result i32) + i32.store offset=16 + block $__inlined_func$~lib/dataview/DataView#constructor@varargs$1 (result i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2372,34 +2342,23 @@ br_if $folding-inner00 global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 - block $2of2 - block $1of2 - block $outOfRange - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $1of2 $1of2 $2of2 $outOfRange - end - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 - i32.const 20 - i32.sub - i32.load $0 offset=16 - local.set $0 - end + i64.store global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $1 + i32.store + local.get $1 + i32.const 20 + i32.sub + i32.load offset=16 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.tee $0 i32.const 0 - i32.store $0 - local.get $2 + i32.store + local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $0 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -2408,46 +2367,49 @@ i32.lt_s br_if $folding-inner00 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $0 i64.const 0 - i64.store $0 - local.get $2 + i64.store + local.get $0 i32.const 0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + local.get $0 i32.const 12 i32.const 16 call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store + local.get $0 i32.const 0 - call $~lib/arraybuffer/ArrayBufferView#set:buffer + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 - local.get $0 + i32.load offset=16 + local.get $2 i32.lt_u - local.get $0 + local.get $2 i32.const 1073741820 i32.gt_u i32.or @@ -2461,26 +2423,29 @@ end global.get $~lib/memory/__stack_pointer local.tee $3 - local.get $2 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 local.get $3 local.get $1 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + local.get $0 + local.get $1 + i32.store + local.get $0 local.get $1 - call $~lib/arraybuffer/ArrayBufferView#set:buffer + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $0 + i32.store offset=4 + local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=4 + local.get $0 + local.get $2 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -2489,15 +2454,15 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 - br $__inlined_func$~lib/dataview/DataView#constructor@varargs + local.get $0 + br $__inlined_func$~lib/dataview/DataView#constructor@varargs$1 end br $folding-inner1 end local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 34552 global.set $~lib/memory/__stack_pointer global.get $~lib/rt/itcms/state @@ -2546,23 +2511,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/std/console.debug.wat b/tests/compiler/std/console.debug.wat index 42f358de18..7cb71cc16f 100644 --- a/tests/compiler/std/console.debug.wat +++ b/tests/compiler/std/console.debug.wat @@ -1,8 +1,8 @@ (module - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32))) + (type $1 (func)) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32 i32 i32))) (import "env" "console.assert" (func $~lib/bindings/dom/console.assert (param i32 i32))) (import "env" "console.log" (func $~lib/bindings/dom/console.log (param i32))) (import "env" "console.debug" (func $~lib/bindings/dom/console.debug (param i32))) @@ -60,7 +60,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $condition i32.eqz i32.eqz @@ -68,7 +68,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/bindings/dom/console.assert global.get $~lib/memory/__stack_pointer @@ -85,12 +85,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $message local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/bindings/dom/console.log global.get $~lib/memory/__stack_pointer @@ -107,12 +107,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $message local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/bindings/dom/console.debug global.get $~lib/memory/__stack_pointer @@ -129,12 +129,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $message local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/bindings/dom/console.info global.get $~lib/memory/__stack_pointer @@ -151,12 +151,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $message local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/bindings/dom/console.warn global.get $~lib/memory/__stack_pointer @@ -173,12 +173,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $message local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/bindings/dom/console.error global.get $~lib/memory/__stack_pointer @@ -195,12 +195,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $label local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/bindings/dom/console.time global.get $~lib/memory/__stack_pointer @@ -217,12 +217,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $label local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/bindings/dom/console.timeLog global.get $~lib/memory/__stack_pointer @@ -239,12 +239,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $label local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/bindings/dom/console.timeEnd global.get $~lib/memory/__stack_pointer @@ -261,13 +261,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.assert i32.const 1 @@ -275,119 +275,119 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.assert i32.const 96 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.log i32.const 144 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.debug i32.const 192 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.info i32.const 240 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.warn i32.const 288 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.error i32.const 336 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.time i32.const 336 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.timeLog i32.const 336 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.timeEnd i32.const 384 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.timeLog i32.const 384 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.timeEnd i32.const 432 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.time i32.const 432 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.time i32.const 480 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.log i32.const 512 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.log i32.const 544 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.log i32.const 576 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/console/console.log global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/console.release.wat b/tests/compiler/std/console.release.wat index 17a3804d41..199c9d3419 100644 --- a/tests/compiler/std/console.release.wat +++ b/tests/compiler/std/console.release.wat @@ -1,8 +1,8 @@ (module - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32))) + (type $1 (func (param i32 i32))) + (type $2 (func)) + (type $3 (func (param i32 i32 i32 i32))) (import "env" "console.assert" (func $~lib/bindings/dom/console.assert (param i32 i32))) (import "env" "console.log" (func $~lib/bindings/dom/console.log (param i32))) (import "env" "console.debug" (func $~lib/bindings/dom/console.debug (param i32))) @@ -59,27 +59,27 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 + i32.store i32.const 0 i32.const 1056 call $~lib/console/console.assert global.get $~lib/memory/__stack_pointer i32.const 1088 - i32.store $0 + i32.store i32.const 1 i32.const 1088 call $~lib/console/console.assert global.get $~lib/memory/__stack_pointer i32.const 1120 - i32.store $0 + i32.store i32.const 1120 call $~lib/console/console.log global.get $~lib/memory/__stack_pointer i32.const 1168 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -91,10 +91,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 call $~lib/bindings/dom/console.debug global.get $~lib/memory/__stack_pointer @@ -103,7 +103,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1216 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -115,10 +115,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1216 - i32.store $0 + i32.store i32.const 1216 call $~lib/bindings/dom/console.info global.get $~lib/memory/__stack_pointer @@ -127,7 +127,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1264 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -139,10 +139,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1264 - i32.store $0 + i32.store i32.const 1264 call $~lib/bindings/dom/console.warn global.get $~lib/memory/__stack_pointer @@ -151,7 +151,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1312 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -163,10 +163,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1312 - i32.store $0 + i32.store i32.const 1312 call $~lib/bindings/dom/console.error global.get $~lib/memory/__stack_pointer @@ -175,57 +175,57 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1360 - i32.store $0 + i32.store i32.const 1360 call $~lib/console/console.time global.get $~lib/memory/__stack_pointer i32.const 1360 - i32.store $0 + i32.store i32.const 1360 call $~lib/console/console.timeLog global.get $~lib/memory/__stack_pointer i32.const 1360 - i32.store $0 + i32.store i32.const 1360 call $~lib/console/console.timeEnd global.get $~lib/memory/__stack_pointer i32.const 1408 - i32.store $0 + i32.store i32.const 1408 call $~lib/console/console.timeLog global.get $~lib/memory/__stack_pointer i32.const 1408 - i32.store $0 + i32.store i32.const 1408 call $~lib/console/console.timeEnd global.get $~lib/memory/__stack_pointer i32.const 1456 - i32.store $0 + i32.store i32.const 1456 call $~lib/console/console.time global.get $~lib/memory/__stack_pointer i32.const 1456 - i32.store $0 + i32.store i32.const 1456 call $~lib/console/console.time global.get $~lib/memory/__stack_pointer i32.const 1504 - i32.store $0 + i32.store i32.const 1504 call $~lib/console/console.log global.get $~lib/memory/__stack_pointer i32.const 1536 - i32.store $0 + i32.store i32.const 1536 call $~lib/console/console.log global.get $~lib/memory/__stack_pointer i32.const 1568 - i32.store $0 + i32.store i32.const 1568 call $~lib/console/console.log global.get $~lib/memory/__stack_pointer i32.const 1600 - i32.store $0 + i32.store i32.const 1600 call $~lib/console/console.log global.get $~lib/memory/__stack_pointer @@ -261,10 +261,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.ne @@ -295,10 +295,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/bindings/dom/console.log global.get $~lib/memory/__stack_pointer @@ -326,10 +326,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/bindings/dom/console.time global.get $~lib/memory/__stack_pointer @@ -357,10 +357,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/bindings/dom/console.timeLog global.get $~lib/memory/__stack_pointer @@ -388,10 +388,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/bindings/dom/console.timeEnd global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/dataview.debug.wat b/tests/compiler/std/dataview.debug.wat index 1fd092614d..d2e17e744a 100644 --- a/tests/compiler/std/dataview.debug.wat +++ b/tests/compiler/std/dataview.debug.wat @@ -1,22 +1,22 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) - (type $i32_i32_i32_=>_i64 (func (param i32 i32 i32) (result i64))) - (type $i32_i32_i64_i32_=>_none (func (param i32 i32 i64 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i64_=>_i64 (func (param i64) (result i64))) - (type $i32_i32_i32_=>_f32 (func (param i32 i32 i32) (result f32))) - (type $i32_i32_i32_=>_f64 (func (param i32 i32 i32) (result f64))) - (type $i32_i32_f32_i32_=>_none (func (param i32 i32 f32 i32))) - (type $i32_i32_f64_i32_=>_none (func (param i32 i32 f64 i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32 i32))) + (type $4 (func)) + (type $5 (func (param i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i32) (result i32))) + (type $8 (func (param i32 i32 i32 i32) (result i32))) + (type $9 (func (param i32 i32 i32) (result i64))) + (type $10 (func (param i32 i32 i64 i32))) + (type $11 (func (param i32 i32 i64) (result i32))) + (type $12 (func (result i32))) + (type $13 (func (param i64) (result i64))) + (type $14 (func (param i32 i32 i32) (result f32))) + (type $15 (func (param i32 i32 i32) (result f64))) + (type $16 (func (param i32 i32 f32 i32))) + (type $17 (func (param i32 i32 f64 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -60,12 +60,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -79,7 +79,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -153,7 +153,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -223,11 +223,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -235,7 +235,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 336 @@ -367,7 +367,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -380,7 +380,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -396,34 +396,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -583,7 +583,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -606,7 +606,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -620,7 +620,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -643,7 +643,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -786,7 +786,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -872,7 +872,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -952,7 +952,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -986,7 +986,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1009,7 +1009,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1023,7 +1023,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1075,7 +1075,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1113,7 +1113,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1188,7 +1187,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1222,7 +1221,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1243,7 +1242,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1263,7 +1262,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1283,7 +1282,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1309,7 +1308,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1332,7 +1331,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1817,7 +1816,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1862,7 +1861,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1895,7 +1894,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1918,7 +1917,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1944,7 +1943,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1957,7 +1956,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1984,19 +1983,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2198,12 +2197,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2254,7 +2253,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2329,7 +2328,7 @@ (func $~lib/arraybuffer/ArrayBufferView#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2338,24 +2337,24 @@ (func $~lib/arraybuffer/ArrayBufferView#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/arraybuffer/ArrayBufferView#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/arraybuffer/ArrayBuffer#get:byteLength (param $this i32) (result i32) local.get $this @@ -2367,7 +2366,7 @@ (func $~lib/dataview/DataView#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2376,24 +2375,24 @@ (func $~lib/dataview/DataView#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/dataview/DataView#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/dataview/DataView#get:byteLength (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/dataview/DataView#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/polyfills/bswap (param $value i32) (result i32) i32.const 1 @@ -2508,7 +2507,7 @@ ) (func $~lib/dataview/DataView#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/__collect i32.const 0 @@ -2574,7 +2573,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2583,7 +2582,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/typedarray/Uint8Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2596,7 +2594,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2615,7 +2613,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/typedarray/Uint8Array $~lib/dataview/DataView $invalid end return @@ -2667,10 +2665,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -2679,13 +2677,13 @@ i32.const 3 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:buffer @@ -2693,7 +2691,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:dataStart @@ -2701,7 +2699,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:byteLength @@ -2726,7 +2724,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -2735,20 +2733,20 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $buffer local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/arraybuffer/ArrayBufferView#set:buffer local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $buffer call $~lib/arraybuffer/ArrayBufferView#set:dataStart @@ -2756,7 +2754,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $length call $~lib/arraybuffer/ArrayBufferView#set:byteLength @@ -2777,7 +2775,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2786,20 +2784,20 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 0 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -2817,13 +2815,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.ge_u @@ -2839,13 +2837,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.add local.get $value - i32.store8 $0 + i32.store8 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2861,10 +2859,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -2873,13 +2871,13 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 call $~lib/dataview/DataView#set:buffer @@ -2887,7 +2885,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 call $~lib/dataview/DataView#set:dataStart @@ -2895,7 +2893,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 call $~lib/dataview/DataView#set:byteLength @@ -2909,7 +2907,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.gt_u @@ -2926,13 +2924,13 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $buffer local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/dataview/DataView#set:buffer local.get $buffer @@ -2943,7 +2941,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $dataStart call $~lib/dataview/DataView#set:dataStart @@ -2951,7 +2949,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $byteLength call $~lib/dataview/DataView#set:byteLength @@ -2972,19 +2970,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:buffer i32.sub @@ -3006,7 +3004,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset i32.const 31 i32.shr_u @@ -3017,7 +3015,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/dataview/DataView#get:byteLength i32.gt_s @@ -3036,23 +3034,23 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add - f32.load $0 + f32.load else local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add - i32.load $0 + i32.load call $~lib/polyfills/bswap f32.reinterpret_i32 end @@ -3074,7 +3072,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset i32.const 31 i32.shr_u @@ -3085,7 +3083,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/dataview/DataView#get:byteLength i32.gt_s @@ -3104,23 +3102,23 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add - f64.load $0 + f64.load else local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add - i64.load $0 + i64.load call $~lib/polyfills/bswap f64.reinterpret_i64 end @@ -3141,13 +3139,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/dataview/DataView#get:byteLength i32.ge_u @@ -3163,12 +3161,12 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add - i32.load8_s $0 + i32.load8_s local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3187,7 +3185,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset i32.const 31 i32.shr_u @@ -3198,7 +3196,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s @@ -3215,12 +3213,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add - i32.load16_s $0 + i32.load16_s local.set $result local.get $littleEndian if (result i32) @@ -3247,7 +3245,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset i32.const 31 i32.shr_u @@ -3258,7 +3256,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s @@ -3275,12 +3273,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add - i32.load $0 + i32.load local.set $result local.get $littleEndian if (result i32) @@ -3308,7 +3306,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset i32.const 31 i32.shr_u @@ -3319,7 +3317,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s @@ -3336,12 +3334,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add - i64.load $0 + i64.load local.set $result local.get $littleEndian if (result i64) @@ -3367,13 +3365,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/dataview/DataView#get:byteLength i32.ge_u @@ -3389,12 +3387,12 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add - i32.load8_u $0 + i32.load8_u local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3413,7 +3411,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset i32.const 31 i32.shr_u @@ -3424,7 +3422,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s @@ -3441,12 +3439,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add - i32.load16_u $0 + i32.load16_u local.set $result local.get $littleEndian if (result i32) @@ -3473,7 +3471,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset i32.const 31 i32.shr_u @@ -3484,7 +3482,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s @@ -3501,12 +3499,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add - i32.load $0 + i32.load local.set $result local.get $littleEndian if (result i32) @@ -3534,7 +3532,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset i32.const 31 i32.shr_u @@ -3545,7 +3543,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s @@ -3562,12 +3560,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add - i64.load $0 + i64.load local.set $result local.get $littleEndian if (result i64) @@ -3593,7 +3591,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset i32.const 31 i32.shr_u @@ -3604,7 +3602,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s @@ -3623,19 +3621,19 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add local.get $value - f32.store $0 + f32.store else local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset @@ -3643,7 +3641,7 @@ local.get $value i32.reinterpret_f32 call $~lib/polyfills/bswap - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3659,7 +3657,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset i32.const 31 i32.shr_u @@ -3670,7 +3668,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s @@ -3689,19 +3687,19 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add local.get $value - f64.store $0 + f64.store else local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset @@ -3709,7 +3707,7 @@ local.get $value i64.reinterpret_f64 call $~lib/polyfills/bswap - i64.store $0 + i64.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3725,13 +3723,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/dataview/DataView#get:byteLength i32.ge_u @@ -3747,13 +3745,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add local.get $value - i32.store8 $0 + i32.store8 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -3768,7 +3766,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset i32.const 31 i32.shr_u @@ -3779,7 +3777,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s @@ -3796,7 +3794,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset @@ -3808,7 +3806,7 @@ local.get $value call $~lib/polyfills/bswap end - i32.store16 $0 + i32.store16 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -3823,7 +3821,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset i32.const 31 i32.shr_u @@ -3834,7 +3832,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s @@ -3851,7 +3849,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset @@ -3863,7 +3861,7 @@ local.get $value call $~lib/polyfills/bswap end - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -3878,7 +3876,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset i32.const 31 i32.shr_u @@ -3889,7 +3887,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s @@ -3906,7 +3904,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset @@ -3918,7 +3916,7 @@ local.get $value call $~lib/polyfills/bswap end - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -3933,13 +3931,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/dataview/DataView#get:byteLength i32.ge_u @@ -3955,13 +3953,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset i32.add local.get $value - i32.store8 $0 + i32.store8 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -3976,7 +3974,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset i32.const 31 i32.shr_u @@ -3987,7 +3985,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s @@ -4004,7 +4002,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset @@ -4016,7 +4014,7 @@ local.get $value call $~lib/polyfills/bswap end - i32.store16 $0 + i32.store16 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -4031,7 +4029,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset i32.const 31 i32.shr_u @@ -4042,7 +4040,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s @@ -4059,7 +4057,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset @@ -4071,7 +4069,7 @@ local.get $value call $~lib/polyfills/bswap end - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -4086,7 +4084,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $byteOffset i32.const 31 i32.shr_u @@ -4097,7 +4095,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:byteLength i32.gt_s @@ -4114,7 +4112,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/dataview/DataView#get:dataStart local.get $byteOffset @@ -4126,7 +4124,7 @@ local.get $value call $~lib/polyfills/bswap end - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -4141,7 +4139,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $2of2 block $1of2 block $0of2 @@ -4160,7 +4158,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $byteLength @@ -4169,13 +4167,13 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $buffer local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $byteOffset local.get $byteLength @@ -4196,19 +4194,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/dataview/DataView#get:dataStart local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/dataview/DataView#get:buffer i32.sub @@ -4231,11 +4229,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 - memory.size $0 + i64.store offset=8 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -4257,12 +4255,12 @@ i32.const 8 call $~lib/typedarray/Uint8Array#constructor local.tee $0 - i32.store $0 + i32.store local.get $0 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 246 @@ -4271,7 +4269,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 224 @@ -4280,7 +4278,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 88 @@ -4289,7 +4287,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 159 @@ -4298,7 +4296,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.const 130 @@ -4307,7 +4305,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 i32.const 101 @@ -4316,7 +4314,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 6 i32.const 67 @@ -4325,7 +4323,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7 i32.const 95 @@ -4336,36 +4334,36 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $0 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength call $~lib/dataview/DataView#constructor local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -4385,7 +4383,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 1 @@ -4405,7 +4403,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 1 @@ -4425,7 +4423,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 1 @@ -4445,7 +4443,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.const 1 @@ -4465,7 +4463,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -4485,7 +4483,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 0 @@ -4505,7 +4503,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 0 @@ -4525,7 +4523,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 0 @@ -4545,7 +4543,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.const 0 @@ -4565,7 +4563,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -4585,7 +4583,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -4605,7 +4603,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/dataview/DataView#getInt8 @@ -4624,7 +4622,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/dataview/DataView#getInt8 @@ -4643,7 +4641,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/dataview/DataView#getInt8 @@ -4662,7 +4660,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 call $~lib/dataview/DataView#getInt8 @@ -4681,7 +4679,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 call $~lib/dataview/DataView#getInt8 @@ -4700,7 +4698,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 call $~lib/dataview/DataView#getInt8 @@ -4719,7 +4717,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 6 call $~lib/dataview/DataView#getInt8 @@ -4738,7 +4736,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7 call $~lib/dataview/DataView#getInt8 @@ -4757,7 +4755,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -4778,7 +4776,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 1 @@ -4799,7 +4797,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 1 @@ -4820,7 +4818,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 1 @@ -4841,7 +4839,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.const 1 @@ -4862,7 +4860,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 i32.const 1 @@ -4883,7 +4881,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 6 i32.const 1 @@ -4904,7 +4902,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -4925,7 +4923,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 0 @@ -4946,7 +4944,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 0 @@ -4967,7 +4965,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 0 @@ -4988,7 +4986,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.const 0 @@ -5009,7 +5007,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 i32.const 0 @@ -5030,7 +5028,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 6 i32.const 0 @@ -5051,7 +5049,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -5071,7 +5069,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 1 @@ -5091,7 +5089,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 1 @@ -5111,7 +5109,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 1 @@ -5131,7 +5129,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.const 1 @@ -5151,7 +5149,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -5171,7 +5169,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 0 @@ -5191,7 +5189,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 0 @@ -5211,7 +5209,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 0 @@ -5231,7 +5229,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.const 0 @@ -5251,7 +5249,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -5271,7 +5269,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -5291,7 +5289,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/dataview/DataView#getUint8 @@ -5310,7 +5308,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/dataview/DataView#getUint8 @@ -5329,7 +5327,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/dataview/DataView#getUint8 @@ -5348,7 +5346,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 call $~lib/dataview/DataView#getUint8 @@ -5367,7 +5365,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 call $~lib/dataview/DataView#getUint8 @@ -5386,7 +5384,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 call $~lib/dataview/DataView#getUint8 @@ -5405,7 +5403,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 6 call $~lib/dataview/DataView#getUint8 @@ -5424,7 +5422,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7 call $~lib/dataview/DataView#getUint8 @@ -5443,7 +5441,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -5465,7 +5463,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 1 @@ -5487,7 +5485,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 1 @@ -5509,7 +5507,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 1 @@ -5531,7 +5529,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.const 1 @@ -5553,7 +5551,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 i32.const 1 @@ -5575,7 +5573,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 6 i32.const 1 @@ -5597,7 +5595,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -5619,7 +5617,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 0 @@ -5641,7 +5639,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 0 @@ -5663,7 +5661,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 0 @@ -5685,7 +5683,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.const 0 @@ -5707,7 +5705,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 i32.const 0 @@ -5729,7 +5727,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 6 i32.const 0 @@ -5751,7 +5749,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -5771,7 +5769,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 1 @@ -5791,7 +5789,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 1 @@ -5811,7 +5809,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 1 @@ -5831,7 +5829,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.const 1 @@ -5851,7 +5849,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -5871,7 +5869,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 0 @@ -5891,7 +5889,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 0 @@ -5911,7 +5909,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 0 @@ -5931,7 +5929,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.const 0 @@ -5951,7 +5949,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -5971,7 +5969,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -5991,7 +5989,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 f32.const 1.5976661625240943e-18 @@ -6001,7 +5999,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -6021,7 +6019,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 f32.const 1976281973381696323584 @@ -6031,7 +6029,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -6051,7 +6049,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 f64.const -1094252199637739024055454e124 @@ -6061,7 +6059,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -6081,7 +6079,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 f64.const 6.022586634778589e-103 @@ -6091,7 +6089,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -6111,7 +6109,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 108 @@ -6120,7 +6118,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/dataview/DataView#getInt8 @@ -6139,7 +6137,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const -13360 @@ -6149,7 +6147,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -6170,7 +6168,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 14689 @@ -6180,7 +6178,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -6201,7 +6199,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1204680201 @@ -6211,7 +6209,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -6231,7 +6229,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 660673230 @@ -6241,7 +6239,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -6261,7 +6259,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i64.const -3290739641816099749 @@ -6271,7 +6269,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -6291,7 +6289,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i64.const 8178932412950708047 @@ -6301,7 +6299,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -6321,7 +6319,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 238 @@ -6330,7 +6328,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/dataview/DataView#getUint8 @@ -6349,7 +6347,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 58856 @@ -6359,7 +6357,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -6381,7 +6379,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 60400 @@ -6391,7 +6389,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -6413,7 +6411,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const -846805744 @@ -6423,7 +6421,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -6443,7 +6441,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const -1510791631 @@ -6453,7 +6451,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -6473,7 +6471,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i64.const 2334704782995986958 @@ -6483,7 +6481,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -6503,7 +6501,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i64.const -7123186897289856329 @@ -6513,7 +6511,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -6535,13 +6533,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -6549,12 +6547,12 @@ i32.const 0 call $~lib/dataview/DataView#constructor@varargs local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/dataview/DataView#get:byteOffset i32.const 0 @@ -6572,7 +6570,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/dataview/DataView#get:byteLength i32.const 8 diff --git a/tests/compiler/std/dataview.release.wat b/tests/compiler/std/dataview.release.wat index b660db363b..cc6eb07c78 100644 --- a/tests/compiler/std/dataview.release.wat +++ b/tests/compiler/std/dataview.release.wat @@ -1,20 +1,20 @@ (module - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i64 (func (param i32 i32) (result i64))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_=>_f32 (func (param i32 i32 i32) (result f32))) - (type $i32_i32_=>_f64 (func (param i32 i32) (result f64))) - (type $i32_f32_i32_=>_none (func (param i32 f32 i32))) - (type $i32_f64_i32_=>_none (func (param i32 f64 i32))) + (type $0 (func (param i32 i32 i32))) + (type $1 (func (param i32 i32 i32) (result i32))) + (type $2 (func)) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32))) + (type $5 (func (param i32 i32))) + (type $6 (func (param i32 i32) (result i64))) + (type $7 (func (param i32 i64 i32))) + (type $8 (func (param i32 i32 i32 i32))) + (type $9 (func (param i32 i32 i64))) + (type $10 (func (result i32))) + (type $11 (func (param i32) (result i32))) + (type $12 (func (param i32 i32 i32) (result f32))) + (type $13 (func (param i32 i32) (result f64))) + (type $14 (func (param i32 f32 i32))) + (type $15 (func (param i32 f64 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -26,7 +26,6 @@ (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) - (global $~argumentsLength (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34540)) (memory $0 1) (data $0 (i32.const 1036) ",") @@ -56,14 +55,14 @@ (local $0 i32) (local $1 i32) i32.const 1360 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1168 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -73,7 +72,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -91,7 +90,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -108,7 +107,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -122,16 +121,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$218 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34540 @@ -146,10 +145,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$218 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -162,20 +161,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -184,7 +183,7 @@ else local.get $1 i32.const 1744 - i32.load $0 + i32.load i32.gt_u if i32.const 1360 @@ -199,13 +198,13 @@ i32.shl i32.const 1748 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -215,21 +214,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -237,8 +260,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -250,10 +273,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -264,29 +287,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -294,10 +317,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -311,75 +334,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -401,7 +417,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -418,12 +434,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -440,17 +456,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -460,9 +476,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -487,13 +503,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -527,7 +543,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -583,19 +599,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -607,15 +623,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -623,16 +639,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -654,10 +671,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -670,18 +687,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -705,30 +721,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -736,10 +752,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -747,7 +763,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -755,7 +771,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -766,10 +782,10 @@ end i32.const 34544 i32.const 0 - i32.store $0 + i32.store i32.const 36112 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -781,7 +797,7 @@ i32.const 34544 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -799,7 +815,7 @@ i32.const 34544 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -816,7 +832,7 @@ end i32.const 34544 i32.const 36116 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -849,7 +865,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -862,19 +878,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -885,7 +901,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -897,7 +913,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -910,12 +926,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -924,7 +936,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -935,26 +947,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -970,7 +982,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -986,7 +998,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1011,14 +1023,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1053,7 +1065,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1067,10 +1079,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1082,10 +1094,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1093,47 +1105,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1154,7 +1168,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1171,10 +1185,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1190,7 +1204,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1211,7 +1225,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1238,7 +1252,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1259,7 +1273,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1301,50 +1315,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1364,12 +1382,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1380,7 +1398,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1401,7 +1419,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1417,8 +1435,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1432,90 +1450,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1528,13 +1546,14 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/arraybuffer/ArrayBufferView#set:buffer (param $0 i32) (param $1 i32) + (local $2 i32) local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 if local.get $0 @@ -1548,11 +1567,12 @@ unreachable end global.get $~lib/rt/itcms/white + local.tee $2 local.get $1 i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.eq @@ -1560,11 +1580,11 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and local.tee $0 - global.get $~lib/rt/itcms/white + local.get $2 i32.eqz i32.eq if @@ -1595,7 +1615,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner0 $folding-inner0 $folding-inner0 $invalid end return @@ -1607,11 +1627,11 @@ unreachable end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end ) (func $~start @@ -1637,13 +1657,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.ge_u if i32.const 1360 @@ -1656,13 +1676,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add local.get $2 - i32.store8 $0 + i32.store8 local.get $3 i32.const 4 i32.add @@ -1689,41 +1709,41 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 i32.const 12 i32.const 5 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:buffer global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 local.get $1 local.get $2 i32.add @@ -1743,27 +1763,27 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 call $~lib/arraybuffer/ArrayBufferView#set:buffer global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $0 local.get $1 i32.add - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -1791,19 +1811,19 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.load $0 + i32.load i32.sub local.set $0 local.get $1 @@ -1833,15 +1853,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 31 i32.shr_u local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.get $1 i32.const 4 i32.add @@ -1859,21 +1879,21 @@ if (result f32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - f32.load $0 + f32.load else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load $0 + i32.load local.tee $0 i32.const -16711936 i32.and @@ -1916,12 +1936,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 8 i32.lt_s if @@ -1936,17 +1956,17 @@ if (result f64) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - f64.load $0 + i32.load offset=4 + f64.load else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - i64.load $0 + i32.load offset=4 + i64.load local.tee $2 i64.const 8 i64.shr_u @@ -2000,13 +2020,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.ge_u if i32.const 1360 @@ -2019,12 +2039,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load8_s $0 + i32.load8_s local.set $0 local.get $2 i32.const 4 @@ -2052,15 +2072,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 31 i32.shr_u local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.get $1 i32.const 2 i32.add @@ -2077,29 +2097,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load16_s $0 + i32.load16_s local.set $0 local.get $3 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 - local.get $0 - i32.const 8 - i32.shl - local.get $0 - i32.const 65535 - i32.and - i32.const 8 - i32.shr_u - i32.or local.get $2 - select + if (result i32) + local.get $0 + else + local.get $0 + i32.const 8 + i32.shl + local.get $0 + i32.const 65535 + i32.and + i32.const 8 + i32.shr_u + i32.or + end ) (func $~lib/dataview/DataView#getInt32 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -2121,15 +2143,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 31 i32.shr_u local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.get $1 i32.const 4 i32.add @@ -2146,12 +2168,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load $0 + i32.load local.set $0 local.get $3 i32.const 4 @@ -2195,12 +2217,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 8 i32.lt_s if @@ -2214,10 +2236,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - i64.load $0 + i32.load offset=4 + i64.load local.set $2 local.get $3 i32.const 4 @@ -2273,13 +2295,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.ge_u if i32.const 1360 @@ -2292,12 +2314,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load8_u $0 + i32.load8_u local.set $0 local.get $2 i32.const 4 @@ -2325,15 +2347,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 31 i32.shr_u local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.get $1 i32.const 2 i32.add @@ -2350,27 +2372,29 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load16_u $0 + i32.load16_u local.set $0 local.get $3 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 - local.get $0 - i32.const 8 - i32.shl - local.get $0 - i32.const 8 - i32.shr_u - i32.or local.get $2 - select + if (result i32) + local.get $0 + else + local.get $0 + i32.const 8 + i32.shl + local.get $0 + i32.const 8 + i32.shr_u + i32.or + end ) (func $~lib/dataview/DataView#getUint32 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -2392,15 +2416,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 31 i32.shr_u local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.get $1 i32.const 4 i32.add @@ -2417,12 +2441,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load $0 + i32.load local.set $0 local.get $3 i32.const 4 @@ -2466,12 +2490,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 8 i32.lt_s if @@ -2485,10 +2509,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - i64.load $0 + i32.load offset=4 + i64.load local.set $2 local.get $3 i32.const 4 @@ -2544,12 +2568,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 4 i32.lt_s if @@ -2564,17 +2588,17 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 - f32.store $0 + f32.store else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.reinterpret_f32 local.tee $0 @@ -2588,7 +2612,7 @@ i32.const 8 i32.rotr i32.or - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2616,12 +2640,12 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 8 i32.lt_s if @@ -2636,17 +2660,17 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 - f64.store $0 + f64.store else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i64.reinterpret_f64 local.tee $3 @@ -2673,7 +2697,7 @@ i64.or i64.const 32 i64.rotr - i64.store $0 + i64.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2700,12 +2724,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.lt_s if @@ -2717,28 +2741,29 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.get $1 - local.get $1 - i32.const 8 - i32.shl - local.get $1 - i32.const 65535 - i32.and - i32.const 8 - i32.shr_u - i32.or + i32.load offset=4 local.get $2 - select - i32.store16 $0 - local.get $3 - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer + if (result i32) + local.get $1 + else + local.get $1 + i32.const 8 + i32.shl + local.get $1 + i32.const 65535 + i32.and + i32.const 8 + i32.shr_u + i32.or + end + i32.store16 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer ) (func $~lib/dataview/DataView#setInt32 (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) @@ -2760,12 +2785,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 4 i32.lt_s if @@ -2778,9 +2803,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 if (result i32) local.get $1 @@ -2797,7 +2822,7 @@ i32.rotr i32.or end - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2823,12 +2848,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 8 i32.lt_s if @@ -2841,9 +2866,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 if (result i64) local.get $1 @@ -2873,7 +2898,7 @@ i64.const 32 i64.rotr end - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2899,12 +2924,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.lt_s if @@ -2916,25 +2941,26 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.get $1 - local.get $1 - i32.const 8 - i32.shl - local.get $1 - i32.const 65535 - i32.and - i32.const 8 - i32.shr_u - i32.or + i32.load offset=4 local.get $2 - select - i32.store16 $0 - local.get $3 + if (result i32) + local.get $1 + else + local.get $1 + i32.const 8 + i32.shl + local.get $1 + i32.const 65535 + i32.and + i32.const 8 + i32.shr_u + i32.or + end + i32.store16 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2959,12 +2985,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 4 i32.lt_s if @@ -2977,9 +3003,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 if (result i32) local.get $1 @@ -2996,7 +3022,7 @@ i32.rotr i32.or end - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -3022,12 +3048,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 8 i32.lt_s if @@ -3040,9 +3066,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 if (result i64) local.get $1 @@ -3072,7 +3098,7 @@ i64.const 32 i64.rotr end - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -3083,7 +3109,6 @@ (local $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -3096,11 +3121,11 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i64.const 0 - i64.store $0 offset=8 - memory.size $0 + i64.store offset=8 + memory.size i32.const 16 i32.shl i32.const 34540 @@ -3110,31 +3135,31 @@ global.set $~lib/rt/itcms/threshold i32.const 1284 i32.const 1280 - i32.store $0 + i32.store i32.const 1288 i32.const 1280 - i32.store $0 + i32.store i32.const 1280 global.set $~lib/rt/itcms/pinSpace i32.const 1316 i32.const 1312 - i32.store $0 + i32.store i32.const 1320 i32.const 1312 - i32.store $0 + i32.store i32.const 1312 global.set $~lib/rt/itcms/toSpace i32.const 1460 i32.const 1456 - i32.store $0 + i32.store i32.const 1464 i32.const 1456 - i32.store $0 + i32.store i32.const 1456 global.set $~lib/rt/itcms/fromSpace local.get $0 - block $__inlined_func$~lib/typedarray/Uint8Array#constructor (result i32) - local.get $0 + block $__inlined_func$~lib/typedarray/Uint8Array#constructor$3 (result i32) + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -3146,18 +3171,18 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 12 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 local.get $0 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $1 i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -3166,172 +3191,172 @@ i32.lt_s br_if $folding-inner00 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 12 i32.const 3 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:buffer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 1 call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 offset=8 + local.tee $2 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=12 + local.get $2 + i32.store offset=12 local.get $0 - local.get $3 + local.get $2 call $~lib/arraybuffer/ArrayBufferView#set:buffer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $3 - i32.store $0 offset=4 + local.get $2 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 8 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 - br $__inlined_func$~lib/typedarray/Uint8Array#constructor + br $__inlined_func$~lib/typedarray/Uint8Array#constructor$3 end br $folding-inner1 end - local.tee $2 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 i32.const 246 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 1 i32.const 224 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 2 i32.const 88 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 3 i32.const 159 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 4 i32.const 130 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 5 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 6 i32.const 67 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 7 i32.const 95 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=8 + local.get $0 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.load $0 - local.tee $3 - i32.store $0 offset=4 + local.get $0 + i32.load + local.tee $1 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=8 + local.get $0 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.set $4 - local.get $2 + local.set $2 + local.get $0 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $0 + local.set $3 global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 local.get $2 - i32.store $0 offset=8 - local.get $4 + local.get $1 local.get $3 local.get $0 - local.get $2 - i32.load $0 offset=8 + i32.load offset=8 call $~lib/dataview/DataView#constructor - local.tee $0 - i32.store $0 offset=12 + local.tee $1 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getFloat32 @@ -3346,9 +3371,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 i32.const 1 call $~lib/dataview/DataView#getFloat32 @@ -3363,9 +3388,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 2 i32.const 1 call $~lib/dataview/DataView#getFloat32 @@ -3380,9 +3405,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 3 i32.const 1 call $~lib/dataview/DataView#getFloat32 @@ -3397,9 +3422,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 4 i32.const 1 call $~lib/dataview/DataView#getFloat32 @@ -3414,9 +3439,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getFloat32 @@ -3431,9 +3456,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 i32.const 0 call $~lib/dataview/DataView#getFloat32 @@ -3448,9 +3473,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 2 i32.const 0 call $~lib/dataview/DataView#getFloat32 @@ -3465,9 +3490,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 3 i32.const 0 call $~lib/dataview/DataView#getFloat32 @@ -3482,9 +3507,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 4 i32.const 0 call $~lib/dataview/DataView#getFloat32 @@ -3499,9 +3524,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 call $~lib/dataview/DataView#getFloat64 f64.const 7936550095674706383278551e126 @@ -3515,9 +3540,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 call $~lib/dataview/DataView#getFloat64 f64.const -411777475818852546741639e241 @@ -3531,9 +3556,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 call $~lib/dataview/DataView#getInt8 i32.const -10 @@ -3547,9 +3572,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 call $~lib/dataview/DataView#getInt8 i32.const -32 @@ -3563,9 +3588,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 2 call $~lib/dataview/DataView#getInt8 i32.const 88 @@ -3579,9 +3604,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 3 call $~lib/dataview/DataView#getInt8 i32.const -97 @@ -3595,9 +3620,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 4 call $~lib/dataview/DataView#getInt8 i32.const -126 @@ -3611,9 +3636,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 5 call $~lib/dataview/DataView#getInt8 i32.const 101 @@ -3627,9 +3652,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 6 call $~lib/dataview/DataView#getInt8 i32.const 67 @@ -3643,9 +3668,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 7 call $~lib/dataview/DataView#getInt8 i32.const 95 @@ -3659,9 +3684,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getInt16 @@ -3678,9 +3703,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 i32.const 1 call $~lib/dataview/DataView#getInt16 @@ -3697,9 +3722,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 2 i32.const 1 call $~lib/dataview/DataView#getInt16 @@ -3716,9 +3741,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 3 i32.const 1 call $~lib/dataview/DataView#getInt16 @@ -3735,9 +3760,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 4 i32.const 1 call $~lib/dataview/DataView#getInt16 @@ -3754,9 +3779,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 5 i32.const 1 call $~lib/dataview/DataView#getInt16 @@ -3773,9 +3798,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 6 i32.const 1 call $~lib/dataview/DataView#getInt16 @@ -3792,9 +3817,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getInt16 @@ -3811,9 +3836,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 i32.const 0 call $~lib/dataview/DataView#getInt16 @@ -3830,9 +3855,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 2 i32.const 0 call $~lib/dataview/DataView#getInt16 @@ -3849,9 +3874,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 3 i32.const 0 call $~lib/dataview/DataView#getInt16 @@ -3868,9 +3893,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 4 i32.const 0 call $~lib/dataview/DataView#getInt16 @@ -3887,9 +3912,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 5 i32.const 0 call $~lib/dataview/DataView#getInt16 @@ -3906,9 +3931,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 6 i32.const 0 call $~lib/dataview/DataView#getInt16 @@ -3925,9 +3950,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getInt32 @@ -3942,9 +3967,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 i32.const 1 call $~lib/dataview/DataView#getInt32 @@ -3959,9 +3984,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 2 i32.const 1 call $~lib/dataview/DataView#getInt32 @@ -3976,9 +4001,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 3 i32.const 1 call $~lib/dataview/DataView#getInt32 @@ -3993,9 +4018,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 4 i32.const 1 call $~lib/dataview/DataView#getInt32 @@ -4010,9 +4035,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getInt32 @@ -4027,9 +4052,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 i32.const 0 call $~lib/dataview/DataView#getInt32 @@ -4044,9 +4069,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 2 i32.const 0 call $~lib/dataview/DataView#getInt32 @@ -4061,9 +4086,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 3 i32.const 0 call $~lib/dataview/DataView#getInt32 @@ -4078,9 +4103,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 4 i32.const 0 call $~lib/dataview/DataView#getInt32 @@ -4095,9 +4120,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 call $~lib/dataview/DataView#getInt64 i64.const 6864441868736323830 @@ -4111,9 +4136,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 call $~lib/dataview/DataView#getInt64 i64.const -657428103485373601 @@ -4127,9 +4152,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 call $~lib/dataview/DataView#getUint8 i32.const 246 @@ -4143,9 +4168,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 call $~lib/dataview/DataView#getUint8 i32.const 224 @@ -4159,9 +4184,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 2 call $~lib/dataview/DataView#getUint8 i32.const 88 @@ -4175,9 +4200,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 3 call $~lib/dataview/DataView#getUint8 i32.const 159 @@ -4191,9 +4216,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 4 call $~lib/dataview/DataView#getUint8 i32.const 130 @@ -4207,9 +4232,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 5 call $~lib/dataview/DataView#getUint8 i32.const 101 @@ -4223,9 +4248,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 6 call $~lib/dataview/DataView#getUint8 i32.const 67 @@ -4239,9 +4264,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 7 call $~lib/dataview/DataView#getUint8 i32.const 95 @@ -4255,9 +4280,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getUint16 @@ -4274,9 +4299,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 i32.const 1 call $~lib/dataview/DataView#getUint16 @@ -4293,9 +4318,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 2 i32.const 1 call $~lib/dataview/DataView#getUint16 @@ -4312,9 +4337,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 3 i32.const 1 call $~lib/dataview/DataView#getUint16 @@ -4331,9 +4356,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 4 i32.const 1 call $~lib/dataview/DataView#getUint16 @@ -4350,9 +4375,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 5 i32.const 1 call $~lib/dataview/DataView#getUint16 @@ -4369,9 +4394,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 6 i32.const 1 call $~lib/dataview/DataView#getUint16 @@ -4388,9 +4413,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getUint16 @@ -4407,9 +4432,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 i32.const 0 call $~lib/dataview/DataView#getUint16 @@ -4426,9 +4451,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 2 i32.const 0 call $~lib/dataview/DataView#getUint16 @@ -4445,9 +4470,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 3 i32.const 0 call $~lib/dataview/DataView#getUint16 @@ -4464,9 +4489,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 4 i32.const 0 call $~lib/dataview/DataView#getUint16 @@ -4483,9 +4508,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 5 i32.const 0 call $~lib/dataview/DataView#getUint16 @@ -4502,9 +4527,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 6 i32.const 0 call $~lib/dataview/DataView#getUint16 @@ -4521,9 +4546,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getUint32 @@ -4538,9 +4563,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 i32.const 1 call $~lib/dataview/DataView#getUint32 @@ -4555,9 +4580,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 2 i32.const 1 call $~lib/dataview/DataView#getUint32 @@ -4572,9 +4597,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 3 i32.const 1 call $~lib/dataview/DataView#getUint32 @@ -4589,9 +4614,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 4 i32.const 1 call $~lib/dataview/DataView#getUint32 @@ -4606,9 +4631,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getUint32 @@ -4623,9 +4648,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 i32.const 0 call $~lib/dataview/DataView#getUint32 @@ -4640,9 +4665,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 2 i32.const 0 call $~lib/dataview/DataView#getUint32 @@ -4657,9 +4682,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 3 i32.const 0 call $~lib/dataview/DataView#getUint32 @@ -4674,9 +4699,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 4 i32.const 0 call $~lib/dataview/DataView#getUint32 @@ -4691,9 +4716,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 call $~lib/dataview/DataView#getUint64 i64.const 6864441868736323830 @@ -4707,9 +4732,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 call $~lib/dataview/DataView#getUint64 i64.const -657428103485373601 @@ -4723,16 +4748,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 f32.const 1.5976661625240943e-18 i32.const 1 call $~lib/dataview/DataView#setFloat32 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getFloat32 @@ -4747,16 +4772,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 f32.const 1976281973381696323584 i32.const 0 call $~lib/dataview/DataView#setFloat32 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getFloat32 @@ -4771,16 +4796,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 f64.const -1094252199637739024055454e124 i32.const 1 call $~lib/dataview/DataView#setFloat64 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 call $~lib/dataview/DataView#getFloat64 f64.const -1094252199637739024055454e124 @@ -4794,16 +4819,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 f64.const 6.022586634778589e-103 i32.const 0 call $~lib/dataview/DataView#setFloat64 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 call $~lib/dataview/DataView#getFloat64 f64.const 6.022586634778589e-103 @@ -4817,10 +4842,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $0 - i32.store $0 offset=4 - local.get $3 + local.tee $2 + local.get $1 + i32.store offset=4 + local.get $2 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -4829,14 +4854,14 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i32.const 0 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 offset=8 + i32.store + local.get $2 + local.get $1 + i32.store + local.get $1 + i32.load offset=8 i32.eqz if i32.const 1360 @@ -4847,21 +4872,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 offset=4 + local.tee $2 + local.get $1 + i32.store + local.get $1 + i32.load offset=4 i32.const 108 - i32.store8 $0 - local.get $3 + i32.store8 + local.get $2 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 call $~lib/dataview/DataView#getInt8 i32.const 108 @@ -4875,16 +4900,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const -13360 i32.const 1 call $~lib/dataview/DataView#setInt16 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getInt16 @@ -4901,16 +4926,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 14689 i32.const 0 call $~lib/dataview/DataView#setInt16 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getInt16 @@ -4927,16 +4952,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1204680201 i32.const 1 call $~lib/dataview/DataView#setInt32 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getInt32 @@ -4951,16 +4976,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 660673230 i32.const 0 call $~lib/dataview/DataView#setInt32 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getInt32 @@ -4975,16 +5000,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i64.const -3290739641816099749 i32.const 1 call $~lib/dataview/DataView#setInt64 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 call $~lib/dataview/DataView#getInt64 i64.const -3290739641816099749 @@ -4998,16 +5023,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i64.const 8178932412950708047 i32.const 0 call $~lib/dataview/DataView#setInt64 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 call $~lib/dataview/DataView#getInt64 i64.const 8178932412950708047 @@ -5021,10 +5046,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $0 - i32.store $0 offset=4 - local.get $3 + local.tee $2 + local.get $1 + i32.store offset=4 + local.get $2 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -5033,14 +5058,14 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i32.const 0 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 offset=8 + i32.store + local.get $2 + local.get $1 + i32.store + local.get $1 + i32.load offset=8 i32.eqz if i32.const 1360 @@ -5051,21 +5076,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 offset=4 + local.tee $2 + local.get $1 + i32.store + local.get $1 + i32.load offset=4 i32.const 238 - i32.store8 $0 - local.get $3 + i32.store8 + local.get $2 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 call $~lib/dataview/DataView#getUint8 i32.const 238 @@ -5079,16 +5104,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 58856 i32.const 1 call $~lib/dataview/DataView#setUint16 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getUint16 @@ -5105,16 +5130,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 60400 i32.const 0 call $~lib/dataview/DataView#setUint16 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getUint16 @@ -5131,16 +5156,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const -846805744 i32.const 1 call $~lib/dataview/DataView#setUint32 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getUint32 @@ -5155,16 +5180,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const -1510791631 i32.const 0 call $~lib/dataview/DataView#setUint32 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getUint32 @@ -5179,16 +5204,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i64.const 2334704782995986958 i32.const 1 call $~lib/dataview/DataView#setUint64 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 call $~lib/dataview/DataView#getUint64 i64.const 2334704782995986958 @@ -5202,16 +5227,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i64.const -7123186897289856329 i32.const 0 call $~lib/dataview/DataView#setUint64 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $1 + i32.store offset=4 + local.get $1 i32.const 0 call $~lib/dataview/DataView#getUint64 i64.const -7123186897289856329 @@ -5225,17 +5250,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $2 - i32.store $0 offset=8 + local.tee $1 local.get $0 - local.get $2 - i32.load $0 - local.tee $2 - i32.store $0 offset=4 - i32.const 1 - global.set $~argumentsLength + i32.store offset=8 + local.get $1 local.get $0 + i32.load + local.tee $0 + i32.store offset=4 + local.get $1 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -5245,49 +5268,38 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 - block $2of2 - block $1of2 - block $outOfRange - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $1of2 $1of2 $2of2 $outOfRange - end - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 - local.get $2 - i32.const 20 - i32.sub - i32.load $0 offset=16 - local.set $1 - end + i64.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + local.set $2 global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 - local.get $1 + local.get $2 call $~lib/dataview/DataView#constructor - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 - i32.store $0 offset=12 + local.get $0 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -5298,10 +5310,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 - i32.load $0 offset=8 + local.get $0 + i32.store offset=4 + local.get $0 + i32.load offset=8 i32.const 8 i32.ne if @@ -5360,23 +5372,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/std/date.debug.wat b/tests/compiler/std/date.debug.wat index 3557776ad2..38f16b3ed2 100644 --- a/tests/compiler/std/date.debug.wat +++ b/tests/compiler/std/date.debug.wat @@ -1,27 +1,27 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i64_=>_i32 (func (param i64) (result i32))) - (type $i32_i32_i32_=>_i64 (func (param i32 i32 i32) (result i64))) - (type $i32_i32_i32_i32_i32_i32_i32_=>_i64 (func (param i32 i32 i32 i32 i32 i32 i32) (result i64))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i64_=>_none (func (param i32 i64))) - (type $i32_=>_i64 (func (param i32) (result i64))) - (type $i32_i32_i32_i64_=>_i64 (func (param i32 i32 i32 i64) (result i64))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) - (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_i64_=>_i32 (func (param i32 i64) (result i32))) - (type $i32_i64_=>_i64 (func (param i32 i64) (result i64))) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32 i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32))) + (type $5 (func (param i32))) + (type $6 (func)) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i64) (result i32))) + (type $9 (func (param i32 i32 i32) (result i64))) + (type $10 (func (param i32 i32 i32 i32 i32 i32 i32) (result i64))) + (type $11 (func (param i32 i32 i64) (result i32))) + (type $12 (func (result i32))) + (type $13 (func (param i32 i64))) + (type $14 (func (param i32) (result i64))) + (type $15 (func (param i32 i32 i32 i64) (result i64))) + (type $16 (func (param i32 i64 i32))) + (type $17 (func (param i64 i32) (result i32))) + (type $18 (func (param i32 i64 i32 i32))) + (type $19 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $20 (func (param i32 i64) (result i32))) + (type $21 (func (param i32 i64) (result i64))) + (type $22 (func (param i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/date/_day (mut i32) (i32.const 0)) (global $~lib/date/_month (mut i32) (i32.const 0)) @@ -422,27 +422,27 @@ (func $~lib/date/Date#set:year (param $this i32) (param $year i32) local.get $this local.get $year - i32.store $0 + i32.store ) (func $~lib/date/Date#set:month (param $this i32) (param $month i32) local.get $this local.get $month - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/date/Date#set:day (param $this i32) (param $day i32) local.get $this local.get $day - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -456,7 +456,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -530,7 +530,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -600,11 +600,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -612,7 +612,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 368 @@ -744,7 +744,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -757,7 +757,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -773,34 +773,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -960,7 +960,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -983,7 +983,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -997,7 +997,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -1020,7 +1020,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -1163,7 +1163,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -1249,7 +1249,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1329,7 +1329,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1363,7 +1363,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1386,7 +1386,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1400,7 +1400,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1452,7 +1452,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1490,7 +1490,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1565,7 +1564,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1599,7 +1598,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1620,7 +1619,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1640,7 +1639,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1660,7 +1659,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1686,7 +1685,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1709,7 +1708,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -2194,7 +2193,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -2239,7 +2238,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -2272,7 +2271,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -2295,7 +2294,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2321,7 +2320,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2334,7 +2333,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2361,19 +2360,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2575,12 +2574,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2631,30 +2630,30 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $~lib/date/Date#set:epochMillis (param $this i32) (param $epochMillis i64) local.get $this local.get $epochMillis - i64.store $0 offset=16 + i64.store offset=16 ) (func $~lib/date/Date#get:epochMillis (param $this i32) (result i64) local.get $this - i64.load $0 offset=16 + i64.load offset=16 ) (func $~lib/date/Date#get:year (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/date/Date#get:month (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/date/Date#get:day (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/date/join (param $year i32) (param $month i32) (param $day i32) (param $ms i64) (result i64) (local $a i64) @@ -2781,7 +2780,7 @@ i32.add i32.const 1 i32.sub - i32.load8_u $0 + i32.load8_u local.set $month block $~lib/date/euclidRem|inlined.0 (result i32) local.get $year @@ -2905,14 +2904,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 860 local.get $d2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -2928,7 +2927,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -2955,7 +2954,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits local.get $buffer local.get $offset @@ -2963,7 +2962,7 @@ i32.shl i32.add local.get $digits - i32.store $0 + i32.store end local.get $num i32.const 10 @@ -2978,7 +2977,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits|12 local.get $buffer local.get $offset @@ -2986,7 +2985,7 @@ i32.shl i32.add local.get $digits|12 - i32.store $0 + i32.store else local.get $offset i32.const 1 @@ -3002,7 +3001,7 @@ i32.shl i32.add local.get $digit - i32.store16 $0 + i32.store16 end ) (func $~lib/util/number/utoa_hex_lut (param $buffer i32) (param $num i64) (param $offset i32) @@ -3028,8 +3027,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $num i64.const 8 i64.shr_u @@ -3048,8 +3047,8 @@ i32.const 6 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 end ) (func $~lib/util/number/ulog_base (param $num i64) (param $base i32) (result i32) @@ -3173,8 +3172,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $num local.get $shift i64.shr_u @@ -3209,8 +3208,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $q local.set $num local.get $num @@ -3228,7 +3227,7 @@ ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -3258,7 +3257,7 @@ i32.add local.get $src local.get $srcLength - memory.copy $0 $0 + memory.copy local.get $index local.get $srcLength i32.add @@ -3342,7 +3341,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -3400,9 +3399,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -3435,10 +3434,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -3474,7 +3473,7 @@ local.get $buffer local.get $data local.get $size - memory.copy $0 $0 + memory.copy end local.get $buffer return @@ -3485,24 +3484,24 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load return ) (func $~lib/array/Array<~lib/string/String>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) (local $oldObj i32) @@ -3546,18 +3545,18 @@ local.get $5 i32.lt_u select - memory.copy $0 $0 + memory.copy local.get $newPtr return ) (func $~lib/array/Array<~lib/string/String>#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array<~lib/string/String>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/util/string/isSpace (param $c i32) (result i32) (local $1 i32) @@ -3676,7 +3675,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -3685,7 +3684,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/staticarray/StaticArray<~lib/string/String>#__visit (param $this i32) (param $cookie i32) (local $cur i32) @@ -3708,7 +3706,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -3734,7 +3732,7 @@ ) (func $~lib/array/Array<~lib/string/String>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/string/String>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -3746,7 +3744,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -3769,7 +3767,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/date/Date $~lib/staticarray/StaticArray<~lib/string/String> $~lib/array/Array<~lib/string/String> $~lib/array/Array $invalid end return @@ -3833,7 +3831,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3842,13 +3840,13 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $epochMillis call $~lib/date/Date#set:epochMillis @@ -3856,7 +3854,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/date/Date#set:year @@ -3864,7 +3862,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/date/Date#set:month @@ -3872,7 +3870,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/date/Date#set:day @@ -3890,7 +3888,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $epochMillis call $~lib/date/dateFromEpoch @@ -3899,7 +3897,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 global.get $~lib/date/_month call $~lib/date/Date#set:month @@ -3907,7 +3905,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 global.get $~lib/date/_day call $~lib/date/Date#set:day @@ -3929,7 +3927,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $time call $~lib/date/invalidDate if @@ -3944,7 +3942,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $time call $~lib/date/Date#set:epochMillis @@ -3952,7 +3950,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $time call $~lib/date/dateFromEpoch @@ -3961,7 +3959,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 global.get $~lib/date/_month call $~lib/date/Date#set:month @@ -3969,7 +3967,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 global.get $~lib/date/_day call $~lib/date/Date#set:day @@ -3994,13 +3992,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $~lib/date/euclidRem|inlined.0 (result i64) local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/date/Date#get:epochMillis local.set $a @@ -4046,13 +4044,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $~lib/date/euclidRem|inlined.1 (result i64) local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/date/Date#get:epochMillis local.set $a @@ -4098,13 +4096,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $~lib/date/euclidRem|inlined.2 (result i64) local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/date/Date#get:epochMillis local.set $a @@ -4150,13 +4148,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $~lib/date/euclidRem|inlined.3 (result i64) local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/date/Date#get:epochMillis local.set $a @@ -4197,18 +4195,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/date/Date#get:epochMillis local.get $millis @@ -4216,7 +4214,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/date/Date#getUTCMilliseconds i32.sub @@ -4238,18 +4236,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/date/Date#get:epochMillis local.get $seconds @@ -4257,7 +4255,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/date/Date#getUTCSeconds i32.sub @@ -4281,18 +4279,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/date/Date#get:epochMillis local.get $minutes @@ -4300,7 +4298,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/date/Date#getUTCMinutes i32.sub @@ -4324,18 +4322,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/date/Date#get:epochMillis local.get $hours @@ -4343,7 +4341,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/date/Date#getUTCHours i32.sub @@ -4367,12 +4365,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/date/Date#get:day local.get $day @@ -4388,20 +4386,20 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/date/Date#get:year local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/date/Date#get:month local.get $day @@ -4409,7 +4407,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/date/Date#get:epochMillis call $~lib/date/join @@ -4429,12 +4427,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/date/Date#get:month local.get $month @@ -4452,13 +4450,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 call $~lib/date/Date#get:year local.get $month @@ -4469,7 +4467,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 call $~lib/date/Date#get:epochMillis call $~lib/date/join @@ -4489,7 +4487,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -4504,7 +4502,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/date/Date#get:day local.set $day @@ -4513,7 +4511,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $month local.get $day @@ -4532,12 +4530,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/date/Date#get:year local.get $year @@ -4553,28 +4551,28 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $year local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/date/Date#get:month local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/date/Date#get:day local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/date/Date#get:epochMillis call $~lib/date/join @@ -4602,12 +4600,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length i32.const 1 @@ -4621,7 +4619,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length i32.const 1 @@ -4655,7 +4653,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $prependSize local.get $padSize i32.gt_u @@ -4684,19 +4682,19 @@ i32.add local.get $pad local.get $restSize - memory.copy $0 $0 + memory.copy else local.get $out local.get $pad local.get $prependSize - memory.copy $0 $0 + memory.copy end local.get $out local.get $prependSize i32.add local.get $this local.get $thisSize - memory.copy $0 $0 + memory.copy local.get $out local.set $11 global.get $~lib/memory/__stack_pointer @@ -4715,21 +4713,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $value i32.const 10 call $~lib/number/I32#toString local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $padding i32.const 848 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String#padStart local.set $2 @@ -4753,12 +4751,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/string/String#get:length i32.const 1 @@ -4768,7 +4766,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/string/String#get:length i32.const 1 @@ -4796,17 +4794,17 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $thisSize - memory.copy $0 $0 + memory.copy local.get $out local.get $thisSize i32.add local.get $other local.get $otherSize - memory.copy $0 $0 + memory.copy local.get $out local.set $6 global.get $~lib/memory/__stack_pointer @@ -4825,18 +4823,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $right local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String#concat local.set $2 @@ -4866,10 +4864,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $length i32.const 1 i32.sub @@ -4892,9 +4890,9 @@ if global.get $~lib/memory/__stack_pointer local.get $dataStart - i32.load $0 + i32.load local.tee $4 - i32.store $0 + i32.store local.get $4 if (result i32) local.get $4 @@ -4924,9 +4922,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 local.get $value i32.const 0 i32.ne @@ -4936,7 +4934,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 offset=8 + i32.store offset=8 local.get $13 call $~lib/string/String#get:length i32.add @@ -4955,7 +4953,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 offset=8 + i32.store offset=8 local.get $13 call $~lib/string/String#get:length local.set $sepLen @@ -4970,7 +4968,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $i|11 loop $for-loop|1 @@ -4984,9 +4982,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 local.get $value i32.const 0 i32.ne @@ -4995,7 +4993,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 offset=8 + i32.store offset=8 local.get $13 call $~lib/string/String#get:length local.set $valueLen @@ -5008,7 +5006,7 @@ local.get $valueLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $valueLen i32.add @@ -5025,7 +5023,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -5044,9 +5042,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 local.get $value i32.const 0 i32.ne @@ -5061,12 +5059,12 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 offset=8 + i32.store offset=8 local.get $13 call $~lib/string/String#get:length i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy end local.get $result local.set $13 @@ -5086,7 +5084,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 0 drop i32.const 0 @@ -5104,14 +5102,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length local.get $separator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/string/joinStringArray local.set $2 @@ -5150,12 +5148,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 64 - memory.fill $0 + memory.fill local.get $this local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 call $~lib/date/Date#get:year local.set $yr @@ -5182,7 +5180,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 local.get $yr local.tee $3 @@ -5198,7 +5196,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/string/String.__concat else @@ -5207,216 +5205,216 @@ call $~lib/date/stringify end local.tee $year - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 call $~lib/date/Date#get:month i32.const 2 call $~lib/date/stringify local.tee $month - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $this local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 call $~lib/date/Date#get:day i32.const 2 call $~lib/date/stringify local.tee $day - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $this local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 call $~lib/date/Date#getUTCHours i32.const 2 call $~lib/date/stringify local.tee $hours - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $this local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 call $~lib/date/Date#getUTCMinutes i32.const 2 call $~lib/date/stringify local.tee $mins - i32.store $0 offset=24 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $this local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 call $~lib/date/Date#getUTCSeconds i32.const 2 call $~lib/date/stringify local.tee $secs - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $this local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 call $~lib/date/Date#getUTCMilliseconds i32.const 3 call $~lib/date/stringify local.tee $ms - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer local.get $year local.tee $12 - i32.store $0 offset=36 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $month local.tee $13 - i32.store $0 offset=40 + i32.store offset=40 global.get $~lib/memory/__stack_pointer local.get $day local.tee $14 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $hours local.tee $15 - i32.store $0 offset=48 + i32.store offset=48 global.get $~lib/memory/__stack_pointer local.get $mins local.tee $16 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $secs local.tee $17 - i32.store $0 offset=56 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $ms local.tee $18 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2592 local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 i32.const 0 local.get $12 local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2592 local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 i32.const 2 local.get $13 local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2592 local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 i32.const 4 local.get $14 local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2592 local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 i32.const 6 local.get $15 local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2592 local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 i32.const 8 local.get $16 local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2592 local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 i32.const 10 local.get $17 local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2592 local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 i32.const 12 local.get $18 local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2592 local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 i32.const 2432 local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $19 @@ -5437,7 +5435,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -5475,7 +5473,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -5484,7 +5482,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -5502,14 +5500,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -5552,26 +5550,26 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 52 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 28 i32.const 5 i32.const 3616 call $~lib/rt/__newBuffer local.tee $weeks - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 48 i32.const 5 i32.const 4048 call $~lib/rt/__newBuffer local.tee $months - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=8 + i32.store offset=8 local.get $20 call $~lib/date/Date#get:month local.set $mo @@ -5579,7 +5577,7 @@ local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=8 + i32.store offset=8 local.get $20 call $~lib/date/Date#get:day local.set $da @@ -5587,7 +5585,7 @@ local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=8 + i32.store offset=8 local.get $20 call $~lib/date/Date#get:year local.set $yr @@ -5609,49 +5607,49 @@ i32.const 4 call $~lib/date/stringify local.tee $year - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $months local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=8 + i32.store offset=8 local.get $20 local.get $mo i32.const 1 i32.sub call $~lib/staticarray/StaticArray<~lib/string/String>#__uget local.tee $month - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $weeks local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=8 + i32.store offset=8 local.get $20 local.get $wd call $~lib/staticarray/StaticArray<~lib/string/String>#__uget local.tee $week - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $da i32.const 2 call $~lib/date/stringify local.tee $day - i32.store $0 offset=24 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $week local.tee $15 - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $month local.tee $16 - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer local.get $day local.tee $17 - i32.store $0 offset=36 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $yr i32.const 0 @@ -5662,92 +5660,92 @@ i32.const 4208 end local.tee $18 - i32.store $0 offset=40 + i32.store offset=40 global.get $~lib/memory/__stack_pointer local.get $year local.tee $19 - i32.store $0 offset=44 + i32.store offset=44 i32.const 4128 local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=8 + i32.store offset=8 local.get $20 i32.const 0 local.get $15 local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=48 + i32.store offset=48 local.get $20 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4128 local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=8 + i32.store offset=8 local.get $20 i32.const 1 local.get $16 local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=48 + i32.store offset=48 local.get $20 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4128 local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=8 + i32.store offset=8 local.get $20 i32.const 2 local.get $17 local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=48 + i32.store offset=48 local.get $20 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4128 local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=8 + i32.store offset=8 local.get $20 i32.const 3 local.get $18 local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=48 + i32.store offset=48 local.get $20 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4128 local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=8 + i32.store offset=8 local.get $20 i32.const 4 local.get $19 local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=48 + i32.store offset=48 local.get $20 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4128 local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=8 + i32.store offset=8 local.get $20 i32.const 2432 local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 offset=48 + i32.store offset=48 local.get $20 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $20 @@ -5774,108 +5772,108 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 32 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer local.get $this local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/date/Date#getUTCHours i32.const 2 call $~lib/date/stringify local.tee $hours - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $this local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/date/Date#getUTCMinutes i32.const 2 call $~lib/date/stringify local.tee $mins - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/date/Date#getUTCSeconds i32.const 2 call $~lib/date/stringify local.tee $secs - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $hours local.tee $4 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $mins local.tee $5 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $secs local.tee $6 - i32.store $0 offset=24 + i32.store offset=24 i32.const 4432 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 0 local.get $4 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=28 + i32.store offset=28 local.get $7 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4432 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 2 local.get $5 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=28 + i32.store offset=28 local.get $7 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4432 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 4 local.get $6 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=28 + i32.store offset=28 local.get $7 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4432 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 2432 local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=28 + i32.store offset=28 local.get $7 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $7 @@ -5921,26 +5919,26 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 76 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 28 i32.const 5 i32.const 4800 call $~lib/rt/__newBuffer local.tee $weeks - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 48 i32.const 5 i32.const 5232 call $~lib/rt/__newBuffer local.tee $months - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=8 + i32.store offset=8 local.get $26 call $~lib/date/Date#get:month local.set $mo @@ -5948,7 +5946,7 @@ local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=8 + i32.store offset=8 local.get $26 call $~lib/date/Date#get:day local.set $da @@ -5956,7 +5954,7 @@ local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=8 + i32.store offset=8 local.get $26 call $~lib/date/Date#get:year local.set $yr @@ -5978,85 +5976,85 @@ i32.const 4 call $~lib/date/stringify local.tee $year - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $months local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=8 + i32.store offset=8 local.get $26 local.get $mo i32.const 1 i32.sub call $~lib/staticarray/StaticArray<~lib/string/String>#__uget local.tee $month - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $weeks local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=8 + i32.store offset=8 local.get $26 local.get $wd call $~lib/staticarray/StaticArray<~lib/string/String>#__uget local.tee $week - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $da i32.const 2 call $~lib/date/stringify local.tee $day - i32.store $0 offset=24 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $this local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=8 + i32.store offset=8 local.get $26 call $~lib/date/Date#getUTCHours i32.const 2 call $~lib/date/stringify local.tee $hours - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $this local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=8 + i32.store offset=8 local.get $26 call $~lib/date/Date#getUTCMinutes i32.const 2 call $~lib/date/stringify local.tee $mins - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer local.get $this local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=8 + i32.store offset=8 local.get $26 call $~lib/date/Date#getUTCSeconds i32.const 2 call $~lib/date/stringify local.tee $secs - i32.store $0 offset=36 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $week local.tee $18 - i32.store $0 offset=40 + i32.store offset=40 global.get $~lib/memory/__stack_pointer local.get $day local.tee $19 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $month local.tee $20 - i32.store $0 offset=48 + i32.store offset=48 global.get $~lib/memory/__stack_pointer local.get $yr i32.const 0 @@ -6067,146 +6065,146 @@ i32.const 2432 end local.tee $21 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $year local.tee $22 - i32.store $0 offset=56 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $hours local.tee $23 - i32.store $0 offset=60 + i32.store offset=60 global.get $~lib/memory/__stack_pointer local.get $mins local.tee $24 - i32.store $0 offset=64 + i32.store offset=64 global.get $~lib/memory/__stack_pointer local.get $secs local.tee $25 - i32.store $0 offset=68 + i32.store offset=68 i32.const 5344 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=8 + i32.store offset=8 local.get $26 i32.const 0 local.get $18 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=72 + i32.store offset=72 local.get $26 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 5344 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=8 + i32.store offset=8 local.get $26 i32.const 1 local.get $19 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=72 + i32.store offset=72 local.get $26 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 5344 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=8 + i32.store offset=8 local.get $26 i32.const 2 local.get $20 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=72 + i32.store offset=72 local.get $26 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 5344 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=8 + i32.store offset=8 local.get $26 i32.const 3 local.get $21 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=72 + i32.store offset=72 local.get $26 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 5344 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=8 + i32.store offset=8 local.get $26 i32.const 4 local.get $22 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=72 + i32.store offset=72 local.get $26 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 5344 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=8 + i32.store offset=8 local.get $26 i32.const 6 local.get $23 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=72 + i32.store offset=72 local.get $26 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 5344 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=8 + i32.store offset=8 local.get $26 i32.const 8 local.get $24 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=72 + i32.store offset=72 local.get $26 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 5344 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=8 + i32.store offset=8 local.get $26 i32.const 10 local.get $25 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=72 + i32.store offset=72 local.get $26 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 5344 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=8 + i32.store offset=8 local.get $26 i32.const 2432 local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 offset=72 + i32.store offset=72 local.get $26 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $26 @@ -6233,12 +6231,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $search local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $searchLen @@ -6258,7 +6256,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $len @@ -6303,14 +6301,14 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 local.get $searchStart local.get $search local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 i32.const 0 local.get $searchLen @@ -6370,12 +6368,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 + i32.store local.get $22 call $~lib/string/String#get:length local.set $len @@ -6475,13 +6473,13 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $fromPos i32.add local.get $size - memory.copy $0 $0 + memory.copy local.get $out local.set $22 global.get $~lib/memory/__stack_pointer @@ -6500,7 +6498,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -6518,7 +6516,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $start local.get $end @@ -6549,12 +6547,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $oldCapacity @@ -6581,7 +6579,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $oldData @@ -6631,10 +6629,10 @@ if local.get $array local.get $newData - i32.store $0 + i32.store local.get $array local.get $newData - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $newData i32.const 0 @@ -6642,7 +6640,7 @@ end local.get $array local.get $newCapacity - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -6658,13 +6656,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:length_ i32.ge_u @@ -6691,7 +6689,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -6702,7 +6700,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:dataStart local.get $index @@ -6710,7 +6708,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -6733,12 +6731,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/string/String>#get:length_ local.set $oldLen @@ -6757,7 +6755,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/string/String>#get:dataStart local.get $oldLen @@ -6765,7 +6763,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store local.get $this local.get $value i32.const 1 @@ -6774,7 +6772,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $len call $~lib/array/Array<~lib/string/String>#set:length_ @@ -6816,7 +6814,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 40 - memory.fill $0 + memory.fill local.get $limit i32.eqz if @@ -6844,12 +6842,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $3 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $3 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $this @@ -6867,7 +6865,7 @@ local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 call $~lib/string/String#get:length local.set $length @@ -6875,7 +6873,7 @@ local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 call $~lib/string/String#get:length local.set $sepLen @@ -6921,12 +6919,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 call $~lib/array/Array<~lib/string/String>#get:dataStart local.set $resultStart @@ -6942,22 +6940,22 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $charStr - i32.store $0 offset=16 + i32.store offset=16 local.get $charStr local.get $this local.get $i i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $resultStart local.get $i i32.const 2 i32.shl i32.add local.get $charStr - i32.store $0 + i32.store local.get $result local.get $charStr i32.const 1 @@ -6988,16 +6986,16 @@ i32.const 0 call $~lib/rt/__newArray local.tee $result|13 - i32.store $0 offset=20 + i32.store offset=20 local.get $result|13 local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 call $~lib/array/Array<~lib/string/String>#get:dataStart i32.const 2432 - i32.store $0 + i32.store local.get $result|13 local.set $22 global.get $~lib/memory/__stack_pointer @@ -7015,7 +7013,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $result|14 - i32.store $0 offset=24 + i32.store offset=24 i32.const 0 local.set $end i32.const 0 @@ -7027,13 +7025,13 @@ local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 local.get $separator local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=28 + i32.store offset=28 local.get $22 local.get $start call $~lib/string/String#indexOf @@ -7056,7 +7054,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=32 + i32.store offset=32 local.get $out local.get $this local.get $start @@ -7066,18 +7064,18 @@ local.get $len i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $result|14 local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 local.get $out local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=28 + i32.store offset=28 local.get $22 call $~lib/array/Array<~lib/string/String>#push drop @@ -7086,13 +7084,13 @@ local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 i32.const 2432 local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=28 + i32.store offset=28 local.get $22 call $~lib/array/Array<~lib/string/String>#push drop @@ -7127,13 +7125,13 @@ local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 local.get $this local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=28 + i32.store offset=28 local.get $22 call $~lib/array/Array<~lib/string/String>#push drop @@ -7161,7 +7159,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out|21 - i32.store $0 offset=36 + i32.store offset=36 local.get $out|21 local.get $this local.get $start @@ -7171,18 +7169,18 @@ local.get $len|20 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $result|14 local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 local.get $out|21 local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=28 + i32.store offset=28 local.get $22 call $~lib/array/Array<~lib/string/String>#push drop @@ -7191,13 +7189,13 @@ local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 i32.const 2432 local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=28 + i32.store offset=28 local.get $22 call $~lib/array/Array<~lib/string/String>#push drop @@ -7220,7 +7218,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $2of2 block $1of2 block $0of2 @@ -7240,13 +7238,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $separator local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $limit call $~lib/string/String#split @@ -7266,12 +7264,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array<~lib/string/String>#get:length_ local.set $1 @@ -7292,13 +7290,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:length_ i32.ge_u @@ -7315,16 +7313,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 0 @@ -7366,12 +7364,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $str local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $len @@ -7392,7 +7390,7 @@ local.get $str local.set $ptr local.get $ptr - i32.load16_u $0 + i32.load16_u local.set $code loop $while-continue|0 local.get $code @@ -7402,7 +7400,7 @@ i32.const 2 i32.add local.tee $ptr - i32.load16_u $0 + i32.load16_u local.set $code local.get $len i32.const 1 @@ -7452,7 +7450,7 @@ i32.const 2 i32.add local.tee $ptr - i32.load16_u $0 + i32.load16_u local.set $code end local.get $radix @@ -7495,7 +7493,7 @@ end if (result i32) local.get $ptr - i32.load16_u $0 offset=2 + i32.load16_u offset=2 i32.const 32 i32.or i32.const 120 @@ -7531,7 +7529,7 @@ block $case1|1 block $case0|1 local.get $ptr - i32.load16_u $0 offset=2 + i32.load16_u offset=2 i32.const 32 i32.or local.set $6 @@ -7609,7 +7607,7 @@ local.get $9 if local.get $ptr - i32.load16_u $0 + i32.load16_u local.set $code local.get $code i32.const 48 @@ -7709,12 +7707,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $value local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $radix call $~lib/util/string/strtol @@ -7752,12 +7750,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 28 - memory.fill $0 + memory.fill local.get $dateTimeString local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 call $~lib/string/String#get:length i32.eqz @@ -7780,18 +7778,18 @@ global.get $~lib/memory/__stack_pointer local.get $dateTimeString local.tee $dateString - i32.store $0 offset=4 + i32.store offset=4 local.get $dateTimeString local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 i32.const 2464 local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 offset=8 + i32.store offset=8 local.get $17 i32.const 0 call $~lib/string/String#indexOf @@ -7805,19 +7803,19 @@ local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 i32.const 0 local.get $posT call $~lib/string/String#substring local.tee $dateString - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $dateTimeString local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 local.get $posT i32.const 1 @@ -7827,31 +7825,31 @@ i32.const 0 call $~lib/string/String#substring@varargs local.tee $timeString - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $timeString local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 i32.const 2496 local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 offset=8 + i32.store offset=8 local.get $17 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $timeParts - i32.store $0 offset=16 + i32.store offset=16 local.get $timeParts local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 call $~lib/array/Array<~lib/string/String>#get:length local.set $len @@ -7870,14 +7868,14 @@ local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 offset=8 + i32.store offset=8 local.get $17 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 i32.const 0 call $~lib/number/I32.parseInt @@ -7886,14 +7884,14 @@ local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 offset=8 + i32.store offset=8 local.get $17 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 i32.const 0 call $~lib/number/I32.parseInt @@ -7907,23 +7905,23 @@ local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.tee $secAndMs - i32.store $0 offset=20 + i32.store offset=20 local.get $secAndMs local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 i32.const 2528 local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 offset=8 + i32.store offset=8 local.get $17 i32.const 0 call $~lib/string/String#indexOf @@ -7936,7 +7934,7 @@ local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 offset=8 + i32.store offset=8 local.get $17 i32.const 0 local.get $posDot @@ -7944,7 +7942,7 @@ local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 i32.const 0 call $~lib/number/I32.parseInt @@ -7953,7 +7951,7 @@ local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 offset=8 + i32.store offset=8 local.get $17 local.get $posDot i32.const 1 @@ -7965,7 +7963,7 @@ local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 i32.const 0 call $~lib/number/I32.parseInt @@ -7975,7 +7973,7 @@ local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 i32.const 0 call $~lib/number/I32.parseInt @@ -7988,32 +7986,32 @@ local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 i32.const 592 local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 offset=8 + i32.store offset=8 local.get $17 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $parts - i32.store $0 offset=24 + i32.store offset=24 local.get $parts local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 offset=8 + i32.store offset=8 local.get $17 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 i32.const 0 call $~lib/number/I32.parseInt @@ -8026,7 +8024,7 @@ local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 call $~lib/array/Array<~lib/string/String>#get:length local.set $len|16 @@ -8038,14 +8036,14 @@ local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 offset=8 + i32.store offset=8 local.get $17 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 i32.const 0 call $~lib/number/I32.parseInt @@ -8058,14 +8056,14 @@ local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 offset=8 + i32.store offset=8 local.get $17 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.set $17 global.get $~lib/memory/__stack_pointer local.get $17 - i32.store $0 + i32.store local.get $17 i32.const 0 call $~lib/number/I32.parseInt @@ -8256,7 +8254,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 408 - memory.fill $0 + memory.fill block $~lib/date/Date.UTC|inlined.0 (result i64) i32.const 1970 local.set $0 @@ -8719,7 +8717,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -8743,17 +8741,17 @@ local.get $56 call $~lib/date/Date#constructor local.tee $57 - i32.store $0 + i32.store block $~lib/date/Date#getTime|inlined.0 (result i64) global.get $~lib/memory/__stack_pointer local.get $57 local.tee $58 - i32.store $0 offset=4 + i32.store offset=4 local.get $58 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.0 @@ -8773,7 +8771,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 local.get $56 i64.const 1 @@ -8784,12 +8782,12 @@ global.get $~lib/memory/__stack_pointer local.get $57 local.tee $59 - i32.store $0 offset=12 + i32.store offset=12 local.get $59 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.1 @@ -8812,17 +8810,17 @@ i64.const 5918283958183706 call $~lib/date/Date#constructor local.tee $60 - i32.store $0 offset=16 + i32.store offset=16 block $~lib/date/Date#getUTCFullYear|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $60 local.tee $61 - i32.store $0 offset=20 + i32.store offset=20 local.get $61 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.0 @@ -8842,12 +8840,12 @@ global.get $~lib/memory/__stack_pointer local.get $60 local.tee $62 - i32.store $0 offset=24 + i32.store offset=24 local.get $62 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month i32.const 1 @@ -8869,12 +8867,12 @@ global.get $~lib/memory/__stack_pointer local.get $60 local.tee $63 - i32.store $0 offset=28 + i32.store offset=28 local.get $63 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:day br $~lib/date/Date#getUTCDate|inlined.0 @@ -8894,7 +8892,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCHours i32.const 22 @@ -8912,7 +8910,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCMinutes i32.const 9 @@ -8930,7 +8928,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCSeconds i32.const 43 @@ -8948,7 +8946,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCMilliseconds i32.const 706 @@ -8967,17 +8965,17 @@ i64.const 123814991274 call $~lib/date/Date#constructor local.tee $64 - i32.store $0 offset=32 + i32.store offset=32 block $~lib/date/Date#getUTCFullYear|inlined.1 (result i32) global.get $~lib/memory/__stack_pointer local.get $64 local.tee $65 - i32.store $0 offset=36 + i32.store offset=36 local.get $65 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.1 @@ -8997,12 +8995,12 @@ global.get $~lib/memory/__stack_pointer local.get $64 local.tee $66 - i32.store $0 offset=40 + i32.store offset=40 local.get $66 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month i32.const 1 @@ -9024,12 +9022,12 @@ global.get $~lib/memory/__stack_pointer local.get $64 local.tee $67 - i32.store $0 offset=44 + i32.store offset=44 local.get $67 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:day br $~lib/date/Date#getUTCDate|inlined.1 @@ -9049,7 +9047,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCHours i32.const 1 @@ -9067,7 +9065,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCMinutes i32.const 3 @@ -9085,7 +9083,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCSeconds i32.const 11 @@ -9103,7 +9101,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCMilliseconds i32.const 274 @@ -9122,12 +9120,12 @@ i64.const 399464523963984 call $~lib/date/Date#constructor local.tee $68 - i32.store $0 offset=48 + i32.store offset=48 local.get $68 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCMilliseconds i32.const 984 @@ -9145,7 +9143,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 12 call $~lib/date/Date#setUTCMilliseconds @@ -9153,7 +9151,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCMilliseconds i32.const 12 @@ -9171,7 +9169,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 568 call $~lib/date/Date#setUTCMilliseconds @@ -9179,7 +9177,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCMilliseconds i32.const 568 @@ -9197,7 +9195,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 0 call $~lib/date/Date#setUTCMilliseconds @@ -9205,12 +9203,12 @@ global.get $~lib/memory/__stack_pointer local.get $68 local.tee $69 - i32.store $0 offset=52 + i32.store offset=52 local.get $69 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.2 @@ -9230,7 +9228,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 999 call $~lib/date/Date#setUTCMilliseconds @@ -9238,12 +9236,12 @@ global.get $~lib/memory/__stack_pointer local.get $68 local.tee $70 - i32.store $0 offset=56 + i32.store offset=56 local.get $70 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.3 @@ -9263,7 +9261,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 2000 call $~lib/date/Date#setUTCMilliseconds @@ -9271,7 +9269,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCMilliseconds i32.const 0 @@ -9289,12 +9287,12 @@ global.get $~lib/memory/__stack_pointer local.get $68 local.tee $71 - i32.store $0 offset=60 + i32.store offset=60 local.get $71 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.4 @@ -9314,7 +9312,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const -2000 call $~lib/date/Date#setUTCMilliseconds @@ -9322,7 +9320,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCMilliseconds i32.const 0 @@ -9340,12 +9338,12 @@ global.get $~lib/memory/__stack_pointer local.get $68 local.tee $72 - i32.store $0 offset=64 + i32.store offset=64 local.get $72 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.5 @@ -9366,12 +9364,12 @@ i64.const 372027318331986 call $~lib/date/Date#constructor local.tee $73 - i32.store $0 offset=68 + i32.store offset=68 local.get $73 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCSeconds i32.const 31 @@ -9389,7 +9387,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 12 call $~lib/date/Date#setUTCSeconds @@ -9397,7 +9395,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCSeconds i32.const 12 @@ -9415,7 +9413,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 50 call $~lib/date/Date#setUTCSeconds @@ -9423,7 +9421,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCSeconds i32.const 50 @@ -9441,7 +9439,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 0 call $~lib/date/Date#setUTCSeconds @@ -9449,12 +9447,12 @@ global.get $~lib/memory/__stack_pointer local.get $73 local.tee $74 - i32.store $0 offset=72 + i32.store offset=72 local.get $74 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.6 @@ -9474,7 +9472,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 59 call $~lib/date/Date#setUTCSeconds @@ -9482,12 +9480,12 @@ global.get $~lib/memory/__stack_pointer local.get $73 local.tee $75 - i32.store $0 offset=76 + i32.store offset=76 local.get $75 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.7 @@ -9508,12 +9506,12 @@ i64.const 372027318331986 call $~lib/date/Date#constructor local.tee $76 - i32.store $0 offset=80 + i32.store offset=80 local.get $76 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCMinutes i32.const 45 @@ -9531,7 +9529,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 12 call $~lib/date/Date#setUTCMinutes @@ -9539,7 +9537,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCMinutes i32.const 12 @@ -9557,7 +9555,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 50 call $~lib/date/Date#setUTCMinutes @@ -9565,7 +9563,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCMinutes i32.const 50 @@ -9583,7 +9581,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 0 call $~lib/date/Date#setUTCMinutes @@ -9591,12 +9589,12 @@ global.get $~lib/memory/__stack_pointer local.get $76 local.tee $77 - i32.store $0 offset=84 + i32.store offset=84 local.get $77 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.8 @@ -9616,7 +9614,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 59 call $~lib/date/Date#setUTCMinutes @@ -9624,12 +9622,12 @@ global.get $~lib/memory/__stack_pointer local.get $76 local.tee $78 - i32.store $0 offset=88 + i32.store offset=88 local.get $78 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.9 @@ -9650,12 +9648,12 @@ i64.const 372027318331986 call $~lib/date/Date#constructor local.tee $79 - i32.store $0 offset=92 + i32.store offset=92 local.get $79 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCHours i32.const 17 @@ -9673,7 +9671,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 12 call $~lib/date/Date#setUTCHours @@ -9681,7 +9679,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCHours i32.const 12 @@ -9699,7 +9697,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 2 call $~lib/date/Date#setUTCHours @@ -9707,7 +9705,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCHours i32.const 2 @@ -9725,7 +9723,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 0 call $~lib/date/Date#setUTCHours @@ -9733,12 +9731,12 @@ global.get $~lib/memory/__stack_pointer local.get $79 local.tee $80 - i32.store $0 offset=96 + i32.store offset=96 local.get $80 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.10 @@ -9758,7 +9756,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 23 call $~lib/date/Date#setUTCHours @@ -9766,12 +9764,12 @@ global.get $~lib/memory/__stack_pointer local.get $79 local.tee $81 - i32.store $0 offset=100 + i32.store offset=100 local.get $81 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.11 @@ -9792,17 +9790,17 @@ i64.const 123814991274 call $~lib/date/Date#constructor local.tee $82 - i32.store $0 offset=104 + i32.store offset=104 block $~lib/date/Date#getUTCFullYear|inlined.2 (result i32) global.get $~lib/memory/__stack_pointer local.get $82 local.tee $83 - i32.store $0 offset=108 + i32.store offset=108 local.get $83 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.2 @@ -9822,12 +9820,12 @@ global.get $~lib/memory/__stack_pointer local.get $82 local.tee $84 - i32.store $0 offset=112 + i32.store offset=112 local.get $84 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month i32.const 1 @@ -9849,7 +9847,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 12 call $~lib/date/Date#setUTCDate @@ -9857,12 +9855,12 @@ global.get $~lib/memory/__stack_pointer local.get $82 local.tee $85 - i32.store $0 offset=116 + i32.store offset=116 local.get $85 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:day br $~lib/date/Date#getUTCDate|inlined.2 @@ -9882,7 +9880,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 2 call $~lib/date/Date#setUTCDate @@ -9890,12 +9888,12 @@ global.get $~lib/memory/__stack_pointer local.get $82 local.tee $86 - i32.store $0 offset=120 + i32.store offset=120 local.get $86 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:day br $~lib/date/Date#getUTCDate|inlined.3 @@ -9915,7 +9913,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 1 call $~lib/date/Date#setUTCDate @@ -9923,7 +9921,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 30 call $~lib/date/Date#setUTCDate @@ -9931,7 +9929,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 0 i32.const 1 @@ -9942,7 +9940,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 1 call $~lib/date/Date#setUTCDate @@ -9950,7 +9948,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 31 call $~lib/date/Date#setUTCDate @@ -9958,7 +9956,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 2024 call $~lib/date/Date#setUTCFullYear @@ -9966,7 +9964,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 1 i32.const 1 @@ -9977,12 +9975,12 @@ global.get $~lib/memory/__stack_pointer local.get $82 local.tee $87 - i32.store $0 offset=124 + i32.store offset=124 local.get $87 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month i32.const 1 @@ -10004,7 +10002,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 1 call $~lib/date/Date#setUTCDate @@ -10012,7 +10010,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 29 call $~lib/date/Date#setUTCDate @@ -10020,7 +10018,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 1 i32.const 1 @@ -10031,12 +10029,12 @@ global.get $~lib/memory/__stack_pointer local.get $82 local.tee $88 - i32.store $0 offset=128 + i32.store offset=128 local.get $88 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.12 @@ -10056,12 +10054,12 @@ global.get $~lib/memory/__stack_pointer local.get $82 local.tee $89 - i32.store $0 offset=132 + i32.store offset=132 local.get $89 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month i32.const 1 @@ -10083,12 +10081,12 @@ global.get $~lib/memory/__stack_pointer local.get $82 local.tee $90 - i32.store $0 offset=136 + i32.store offset=136 local.get $90 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:day br $~lib/date/Date#getUTCDate|inlined.4 @@ -10108,7 +10106,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCMinutes i32.const 3 @@ -10126,7 +10124,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCSeconds i32.const 11 @@ -10144,7 +10142,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCMilliseconds i32.const 274 @@ -10163,12 +10161,12 @@ i64.const 1362106799999 call $~lib/date/Date#constructor local.tee $82 - i32.store $0 offset=104 + i32.store offset=104 local.get $82 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 20 call $~lib/date/Date#setUTCDate @@ -10176,12 +10174,12 @@ global.get $~lib/memory/__stack_pointer local.get $82 local.tee $91 - i32.store $0 offset=140 + i32.store offset=140 local.get $91 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.13 @@ -10201,7 +10199,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 1 call $~lib/date/Date#setUTCDate @@ -10209,12 +10207,12 @@ global.get $~lib/memory/__stack_pointer local.get $82 local.tee $92 - i32.store $0 offset=144 + i32.store offset=144 local.get $92 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.14 @@ -10234,7 +10232,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 1000 call $~lib/date/Date#setUTCMilliseconds @@ -10242,12 +10240,12 @@ global.get $~lib/memory/__stack_pointer local.get $82 local.tee $93 - i32.store $0 offset=148 + i32.store offset=148 local.get $93 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.15 @@ -10267,7 +10265,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 60 i32.const 60 @@ -10279,12 +10277,12 @@ global.get $~lib/memory/__stack_pointer local.get $82 local.tee $94 - i32.store $0 offset=152 + i32.store offset=152 local.get $94 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.16 @@ -10304,7 +10302,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 60 i32.const 60 @@ -10318,12 +10316,12 @@ global.get $~lib/memory/__stack_pointer local.get $82 local.tee $95 - i32.store $0 offset=156 + i32.store offset=156 local.get $95 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.17 @@ -10343,7 +10341,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 60 i32.const 60 @@ -10357,12 +10355,12 @@ global.get $~lib/memory/__stack_pointer local.get $82 local.tee $96 - i32.store $0 offset=160 + i32.store offset=160 local.get $96 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.18 @@ -10383,12 +10381,12 @@ i64.const 123814991274 call $~lib/date/Date#constructor local.tee $82 - i32.store $0 offset=104 + i32.store offset=104 local.get $82 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const -2208 call $~lib/date/Date#setUTCDate @@ -10396,12 +10394,12 @@ global.get $~lib/memory/__stack_pointer local.get $82 local.tee $97 - i32.store $0 offset=164 + i32.store offset=164 local.get $97 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.19 @@ -10422,12 +10420,12 @@ i64.const 123814991274 call $~lib/date/Date#constructor local.tee $82 - i32.store $0 offset=104 + i32.store offset=104 local.get $82 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 2208 call $~lib/date/Date#setUTCDate @@ -10435,12 +10433,12 @@ global.get $~lib/memory/__stack_pointer local.get $82 local.tee $98 - i32.store $0 offset=168 + i32.store offset=168 local.get $98 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.20 @@ -10462,26 +10460,26 @@ i64.const 1467763200000 call $~lib/date/Date#constructor local.tee $99 - i32.store $0 offset=172 + i32.store offset=172 local.get $99 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year local.get $99 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month local.get $99 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:day call $~lib/date/dayOfWeek @@ -10506,26 +10504,26 @@ i64.sub call $~lib/date/Date#constructor local.tee $100 - i32.store $0 offset=176 + i32.store offset=176 local.get $100 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year local.get $100 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month local.get $100 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:day call $~lib/date/dayOfWeek @@ -10552,26 +10550,26 @@ i64.sub call $~lib/date/Date#constructor local.tee $101 - i32.store $0 offset=180 + i32.store offset=180 local.get $101 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year local.get $101 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month local.get $101 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:day call $~lib/date/dayOfWeek @@ -10596,26 +10594,26 @@ i64.add call $~lib/date/Date#constructor local.tee $102 - i32.store $0 offset=184 + i32.store offset=184 local.get $102 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year local.get $102 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month local.get $102 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:day call $~lib/date/dayOfWeek @@ -10638,26 +10636,26 @@ i64.const 1468022400000 call $~lib/date/Date#constructor local.tee $103 - i32.store $0 offset=188 + i32.store offset=188 local.get $103 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year local.get $103 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month local.get $103 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:day call $~lib/date/dayOfWeek @@ -10682,26 +10680,26 @@ i64.sub call $~lib/date/Date#constructor local.tee $104 - i32.store $0 offset=192 + i32.store offset=192 local.get $104 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year local.get $104 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month local.get $104 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:day call $~lib/date/dayOfWeek @@ -10728,26 +10726,26 @@ i64.sub call $~lib/date/Date#constructor local.tee $105 - i32.store $0 offset=196 + i32.store offset=196 local.get $105 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year local.get $105 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month local.get $105 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:day call $~lib/date/dayOfWeek @@ -10772,26 +10770,26 @@ i64.add call $~lib/date/Date#constructor local.tee $106 - i32.store $0 offset=200 + i32.store offset=200 local.get $106 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year local.get $106 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month local.get $106 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:day call $~lib/date/dayOfWeek @@ -10813,17 +10811,17 @@ i64.const 7899943856218720 call $~lib/date/Date#constructor local.tee $107 - i32.store $0 offset=204 + i32.store offset=204 block $~lib/date/Date#getUTCMonth|inlined.5 (result i32) global.get $~lib/memory/__stack_pointer local.get $107 local.tee $108 - i32.store $0 offset=208 + i32.store offset=208 local.get $108 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month i32.const 1 @@ -10845,7 +10843,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 10 i32.const 1 @@ -10856,12 +10854,12 @@ global.get $~lib/memory/__stack_pointer local.get $107 local.tee $109 - i32.store $0 offset=212 + i32.store offset=212 local.get $109 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month i32.const 1 @@ -10883,7 +10881,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 2 i32.const 1 @@ -10894,12 +10892,12 @@ global.get $~lib/memory/__stack_pointer local.get $107 local.tee $110 - i32.store $0 offset=216 + i32.store offset=216 local.get $110 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month i32.const 1 @@ -10921,12 +10919,12 @@ global.get $~lib/memory/__stack_pointer local.get $107 local.tee $111 - i32.store $0 offset=220 + i32.store offset=220 local.get $111 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.21 @@ -10946,7 +10944,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 0 i32.const 1 @@ -10957,12 +10955,12 @@ global.get $~lib/memory/__stack_pointer local.get $107 local.tee $112 - i32.store $0 offset=224 + i32.store offset=224 local.get $112 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.22 @@ -10982,7 +10980,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 11 i32.const 1 @@ -10993,12 +10991,12 @@ global.get $~lib/memory/__stack_pointer local.get $107 local.tee $113 - i32.store $0 offset=228 + i32.store offset=228 local.get $113 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.23 @@ -11018,7 +11016,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const -1 i32.const 1 @@ -11029,12 +11027,12 @@ global.get $~lib/memory/__stack_pointer local.get $107 local.tee $114 - i32.store $0 offset=232 + i32.store offset=232 local.get $114 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month i32.const 1 @@ -11056,12 +11054,12 @@ global.get $~lib/memory/__stack_pointer local.get $107 local.tee $115 - i32.store $0 offset=236 + i32.store offset=236 local.get $115 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.24 @@ -11081,7 +11079,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 12 i32.const 1 @@ -11092,12 +11090,12 @@ global.get $~lib/memory/__stack_pointer local.get $107 local.tee $116 - i32.store $0 offset=240 + i32.store offset=240 local.get $116 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month i32.const 1 @@ -11119,12 +11117,12 @@ global.get $~lib/memory/__stack_pointer local.get $107 local.tee $117 - i32.store $0 offset=244 + i32.store offset=244 local.get $117 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.25 @@ -11145,17 +11143,17 @@ i64.const 7941202527925698 call $~lib/date/Date#constructor local.tee $118 - i32.store $0 offset=248 + i32.store offset=248 block $~lib/date/Date#getUTCFullYear|inlined.3 (result i32) global.get $~lib/memory/__stack_pointer local.get $118 local.tee $119 - i32.store $0 offset=252 + i32.store offset=252 local.get $119 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.3 @@ -11175,7 +11173,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 1976 call $~lib/date/Date#setUTCFullYear @@ -11183,12 +11181,12 @@ global.get $~lib/memory/__stack_pointer local.get $118 local.tee $120 - i32.store $0 offset=256 + i32.store offset=256 local.get $120 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.4 @@ -11208,7 +11206,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 20212 call $~lib/date/Date#setUTCFullYear @@ -11216,12 +11214,12 @@ global.get $~lib/memory/__stack_pointer local.get $118 local.tee $121 - i32.store $0 offset=260 + i32.store offset=260 local.get $121 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.5 @@ -11241,7 +11239,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 71 call $~lib/date/Date#setUTCFullYear @@ -11249,12 +11247,12 @@ global.get $~lib/memory/__stack_pointer local.get $118 local.tee $122 - i32.store $0 offset=264 + i32.store offset=264 local.get $122 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.6 @@ -11275,24 +11273,24 @@ i64.const -62167219200000 call $~lib/date/Date#constructor local.tee $123 - i32.store $0 offset=268 + i32.store offset=268 local.get $123 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toISOString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 2672 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -11311,24 +11309,24 @@ i64.sub call $~lib/date/Date#constructor local.tee $123 - i32.store $0 offset=268 + i32.store offset=268 local.get $123 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toISOString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 2752 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -11345,24 +11343,24 @@ i64.const -62127219200000 call $~lib/date/Date#constructor local.tee $123 - i32.store $0 offset=268 + i32.store offset=268 local.get $123 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toISOString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 2832 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -11379,24 +11377,24 @@ i64.const 1231231231020 call $~lib/date/Date#constructor local.tee $123 - i32.store $0 offset=268 + i32.store offset=268 local.get $123 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toISOString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 2912 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -11413,24 +11411,24 @@ i64.const 1231231231456 call $~lib/date/Date#constructor local.tee $123 - i32.store $0 offset=268 + i32.store offset=268 local.get $123 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toISOString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 2992 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -11447,24 +11445,24 @@ i64.const 322331231231020 call $~lib/date/Date#constructor local.tee $123 - i32.store $0 offset=268 + i32.store offset=268 local.get $123 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toISOString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 3072 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -11481,24 +11479,24 @@ i64.const 253402300799999 call $~lib/date/Date#constructor local.tee $123 - i32.store $0 offset=268 + i32.store offset=268 local.get $123 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toISOString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 3152 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -11515,24 +11513,24 @@ i64.const 253402300800000 call $~lib/date/Date#constructor local.tee $123 - i32.store $0 offset=268 + i32.store offset=268 local.get $123 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toISOString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 3232 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -11549,24 +11547,24 @@ i64.const -62847038769226 call $~lib/date/Date#constructor local.tee $123 - i32.store $0 offset=268 + i32.store offset=268 local.get $123 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toISOString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 3312 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -11583,24 +11581,24 @@ i64.const -61536067200000 call $~lib/date/Date#constructor local.tee $124 - i32.store $0 offset=280 + i32.store offset=280 local.get $124 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toDateString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 4240 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -11617,24 +11615,24 @@ i64.const 1580601600000 call $~lib/date/Date#constructor local.tee $124 - i32.store $0 offset=280 + i32.store offset=280 local.get $124 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toDateString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 4304 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -11651,24 +11649,24 @@ i64.const -62183116800000 call $~lib/date/Date#constructor local.tee $124 - i32.store $0 offset=280 + i32.store offset=280 local.get $124 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toDateString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 4368 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -11685,24 +11683,24 @@ i64.const -61536067200000 call $~lib/date/Date#constructor local.tee $125 - i32.store $0 offset=284 + i32.store offset=284 local.get $125 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toTimeString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 4480 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -11719,24 +11717,24 @@ i64.const 253402300799999 call $~lib/date/Date#constructor local.tee $125 - i32.store $0 offset=284 + i32.store offset=284 local.get $125 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toTimeString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 4528 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -11753,24 +11751,24 @@ i64.const -61536067200000 call $~lib/date/Date#constructor local.tee $126 - i32.store $0 offset=288 + i32.store offset=288 local.get $126 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toUTCString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 5424 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -11787,24 +11785,24 @@ i64.const 1580741613467 call $~lib/date/Date#constructor local.tee $126 - i32.store $0 offset=288 + i32.store offset=288 local.get $126 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toUTCString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 5504 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -11821,24 +11819,24 @@ i64.const -62183116800000 call $~lib/date/Date#constructor local.tee $126 - i32.store $0 offset=288 + i32.store offset=288 local.get $126 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toUTCString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 5584 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -11855,21 +11853,21 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date.fromString local.tee $127 - i32.store $0 offset=292 + i32.store offset=292 block $~lib/date/Date#getTime|inlined.26 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $128 - i32.store $0 offset=296 + i32.store offset=296 local.get $128 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.26 @@ -11890,21 +11888,21 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date.fromString local.tee $127 - i32.store $0 offset=292 + i32.store offset=292 block $~lib/date/Date#getTime|inlined.27 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $129 - i32.store $0 offset=300 + i32.store offset=300 local.get $129 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.27 @@ -11925,21 +11923,21 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date.fromString local.tee $127 - i32.store $0 offset=292 + i32.store offset=292 block $~lib/date/Date#getTime|inlined.28 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $130 - i32.store $0 offset=304 + i32.store offset=304 local.get $130 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.28 @@ -11960,21 +11958,21 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date.fromString local.tee $127 - i32.store $0 offset=292 + i32.store offset=292 block $~lib/date/Date#getTime|inlined.29 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $131 - i32.store $0 offset=308 + i32.store offset=308 local.get $131 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.29 @@ -11995,21 +11993,21 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date.fromString local.tee $127 - i32.store $0 offset=292 + i32.store offset=292 block $~lib/date/Date#getTime|inlined.30 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $132 - i32.store $0 offset=312 + i32.store offset=312 local.get $132 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.30 @@ -12030,21 +12028,21 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date.fromString local.tee $127 - i32.store $0 offset=292 + i32.store offset=292 block $~lib/date/Date#getTime|inlined.31 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $133 - i32.store $0 offset=316 + i32.store offset=316 local.get $133 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.31 @@ -12065,21 +12063,21 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date.fromString local.tee $127 - i32.store $0 offset=292 + i32.store offset=292 block $~lib/date/Date#getTime|inlined.32 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $134 - i32.store $0 offset=320 + i32.store offset=320 local.get $134 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.32 @@ -12100,21 +12098,21 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date.fromString local.tee $127 - i32.store $0 offset=292 + i32.store offset=292 block $~lib/date/Date#getTime|inlined.33 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $135 - i32.store $0 offset=324 + i32.store offset=324 local.get $135 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.33 @@ -12135,21 +12133,21 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date.fromString local.tee $127 - i32.store $0 offset=292 + i32.store offset=292 block $~lib/date/Date#getTime|inlined.34 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $136 - i32.store $0 offset=328 + i32.store offset=328 local.get $136 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.34 @@ -12170,21 +12168,21 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date.fromString local.tee $127 - i32.store $0 offset=292 + i32.store offset=292 block $~lib/date/Date#getTime|inlined.35 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $137 - i32.store $0 offset=332 + i32.store offset=332 local.get $137 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.35 @@ -12205,21 +12203,21 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date.fromString local.tee $127 - i32.store $0 offset=292 + i32.store offset=292 block $~lib/date/Date#getTime|inlined.36 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $138 - i32.store $0 offset=336 + i32.store offset=336 local.get $138 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.36 @@ -12240,21 +12238,21 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date.fromString local.tee $127 - i32.store $0 offset=292 + i32.store offset=292 block $~lib/date/Date#getTime|inlined.37 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $139 - i32.store $0 offset=340 + i32.store offset=340 local.get $139 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.37 @@ -12275,21 +12273,21 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date.fromString local.tee $127 - i32.store $0 offset=292 + i32.store offset=292 block $~lib/date/Date#getTime|inlined.38 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $140 - i32.store $0 offset=344 + i32.store offset=344 local.get $140 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.38 @@ -12310,23 +12308,23 @@ i64.const -8640000000000000 call $~lib/date/Date#constructor local.tee $141 - i32.store $0 offset=348 + i32.store offset=348 global.get $~lib/memory/__stack_pointer i32.const 0 i64.const 8640000000000000 call $~lib/date/Date#constructor local.tee $142 - i32.store $0 offset=352 + i32.store offset=352 block $~lib/date/Date#getTime|inlined.39 (result i64) global.get $~lib/memory/__stack_pointer local.get $141 local.tee $143 - i32.store $0 offset=356 + i32.store offset=356 local.get $143 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.39 @@ -12346,12 +12344,12 @@ global.get $~lib/memory/__stack_pointer local.get $142 local.tee $144 - i32.store $0 offset=360 + i32.store offset=360 local.get $144 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.40 @@ -12371,12 +12369,12 @@ global.get $~lib/memory/__stack_pointer local.get $141 local.tee $145 - i32.store $0 offset=364 + i32.store offset=364 local.get $145 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.7 @@ -12396,12 +12394,12 @@ global.get $~lib/memory/__stack_pointer local.get $142 local.tee $146 - i32.store $0 offset=368 + i32.store offset=368 local.get $146 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.8 @@ -12421,12 +12419,12 @@ global.get $~lib/memory/__stack_pointer local.get $141 local.tee $147 - i32.store $0 offset=372 + i32.store offset=372 local.get $147 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month i32.const 1 @@ -12448,12 +12446,12 @@ global.get $~lib/memory/__stack_pointer local.get $142 local.tee $148 - i32.store $0 offset=376 + i32.store offset=376 local.get $148 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month i32.const 1 @@ -12475,12 +12473,12 @@ global.get $~lib/memory/__stack_pointer local.get $141 local.tee $149 - i32.store $0 offset=380 + i32.store offset=380 local.get $149 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:day br $~lib/date/Date#getUTCDate|inlined.5 @@ -12500,12 +12498,12 @@ global.get $~lib/memory/__stack_pointer local.get $142 local.tee $150 - i32.store $0 offset=384 + i32.store offset=384 local.get $150 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:day br $~lib/date/Date#getUTCDate|inlined.6 @@ -12525,19 +12523,19 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toISOString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 6464 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -12553,19 +12551,19 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toISOString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 6544 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -12584,7 +12582,7 @@ i64.sub call $~lib/date/Date#constructor local.tee $151 - i32.store $0 offset=388 + i32.store offset=388 global.get $~lib/memory/__stack_pointer i32.const 0 i64.const -8640000000000000 @@ -12592,17 +12590,17 @@ i64.add call $~lib/date/Date#constructor local.tee $152 - i32.store $0 offset=392 + i32.store offset=392 block $~lib/date/Date#getUTCFullYear|inlined.9 (result i32) global.get $~lib/memory/__stack_pointer local.get $152 local.tee $153 - i32.store $0 offset=396 + i32.store offset=396 local.get $153 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.9 @@ -12622,12 +12620,12 @@ global.get $~lib/memory/__stack_pointer local.get $152 local.tee $154 - i32.store $0 offset=400 + i32.store offset=400 local.get $154 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:month i32.const 1 @@ -12649,12 +12647,12 @@ global.get $~lib/memory/__stack_pointer local.get $152 local.tee $155 - i32.store $0 offset=404 + i32.store offset=404 local.get $155 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#get:day br $~lib/date/Date#getUTCDate|inlined.7 @@ -12674,7 +12672,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCHours i32.const 0 @@ -12692,7 +12690,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCMinutes i32.const 0 @@ -12710,7 +12708,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCSeconds i32.const 0 @@ -12728,7 +12726,7 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 call $~lib/date/Date#getUTCMilliseconds i32.const 1 @@ -12746,19 +12744,19 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toISOString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 6624 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -12774,19 +12772,19 @@ local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=276 + i32.store offset=276 local.get $156 call $~lib/date/Date#toISOString local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=8 + i32.store offset=8 local.get $156 i32.const 6704 local.set $156 global.get $~lib/memory/__stack_pointer local.get $156 - i32.store $0 offset=272 + i32.store offset=272 local.get $156 call $~lib/string/String.__eq i32.eqz @@ -12815,14 +12813,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:dataStart local.set $cur @@ -12831,7 +12829,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:length_ i32.const 2 @@ -12844,7 +12842,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -12863,7 +12861,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:buffer local.get $cookie @@ -12882,14 +12880,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -12920,7 +12918,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -12980,7 +12978,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -13020,7 +13018,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -13055,7 +13053,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -13070,7 +13068,7 @@ if local.get $out i32.const 45 - i32.store16 $0 + i32.store16 end local.get $out local.set $14 @@ -13093,7 +13091,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length local.get $alignLog2 i32.shl @@ -13104,27 +13102,27 @@ local.get $data call $~lib/rt/__newBuffer local.tee $buffer - i32.store $0 + i32.store i32.const 16 local.get $id call $~lib/rt/itcms/__new local.set $array local.get $array local.get $buffer - i32.store $0 + i32.store local.get $array local.get $buffer i32.const 0 call $~lib/rt/itcms/__link local.get $array local.get $buffer - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $bufferSize - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.get $length - i32.store $0 offset=12 + i32.store offset=12 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/date.release.wat b/tests/compiler/std/date.release.wat index ecc147d17d..4ce5b2a67f 100644 --- a/tests/compiler/std/date.release.wat +++ b/tests/compiler/std/date.release.wat @@ -1,19 +1,19 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i64_=>_i32 (func (param i64) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_i32_i32_i32_=>_i64 (func (param i32 i32 i32 i32 i32 i32 i32) (result i64))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i64_=>_i64 (func (param i32 i32 i32 i64) (result i64))) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) - (type $i32_i64_=>_none (func (param i32 i64))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func)) + (type $4 (func (param i32))) + (type $5 (func (param i32 i32 i32) (result i32))) + (type $6 (func (param i64) (result i32))) + (type $7 (func (param i32 i32 i32 i32 i32 i32 i32) (result i64))) + (type $8 (func (param i32 i32 i32 i32))) + (type $9 (func (param i32 i32 i64))) + (type $10 (func (result i32))) + (type $11 (func (param i32 i32 i32 i64) (result i64))) + (type $12 (func (param i32 i32 i32))) + (type $13 (func (param i32 i32 i32 i32) (result i32))) + (type $14 (func (param i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/date/_day (mut i32) (i32.const 0)) (global $~lib/date/_month (mut i32) (i32.const 0)) @@ -414,22 +414,22 @@ (local $0 i32) (local $1 i32) i32.const 1392 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 6784 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 6832 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1200 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 2304 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 3360 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -439,7 +439,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -457,7 +457,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -474,7 +474,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -488,16 +488,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$359 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 40596 @@ -512,10 +512,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$359 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -528,20 +528,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -550,7 +550,7 @@ else local.get $1 i32.const 7792 - i32.load $0 + i32.load i32.gt_u if i32.const 1392 @@ -565,13 +565,13 @@ i32.shl i32.const 7796 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -581,21 +581,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -603,8 +627,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -616,10 +640,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -630,29 +654,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -660,10 +684,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -677,75 +701,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -767,7 +784,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -784,12 +801,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -806,17 +823,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -826,9 +843,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -853,13 +870,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -893,7 +910,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -949,19 +966,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -973,15 +990,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -989,16 +1006,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -1020,10 +1038,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -1036,18 +1054,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -1071,30 +1088,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -1102,10 +1119,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -1113,7 +1130,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -1121,7 +1138,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1132,10 +1149,10 @@ end i32.const 40608 i32.const 0 - i32.store $0 + i32.store i32.const 42176 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -1147,7 +1164,7 @@ i32.const 40608 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -1165,7 +1182,7 @@ i32.const 40608 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -1182,7 +1199,7 @@ end i32.const 40608 i32.const 42180 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1215,7 +1232,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1228,19 +1245,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -1251,7 +1268,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1263,7 +1280,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -1276,12 +1293,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -1290,7 +1303,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1301,26 +1314,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1336,7 +1349,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1352,7 +1365,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1377,14 +1390,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1419,7 +1432,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1433,10 +1446,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1448,10 +1461,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1459,47 +1472,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1520,7 +1535,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1537,10 +1552,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1556,7 +1571,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1577,7 +1592,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1604,7 +1619,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1625,7 +1640,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1667,50 +1682,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1730,12 +1749,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1746,7 +1765,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1767,7 +1786,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1783,8 +1802,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1798,90 +1817,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1894,7 +1913,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/date/join (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i64) (result i64) @@ -1992,19 +2011,20 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 - block $__inlined_func$~lib/util/number/itoa32 + i32.store + block $__inlined_func$~lib/util/number/itoa32$73 local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 1872 local.set $2 - br $__inlined_func$~lib/util/number/itoa32 + br $__inlined_func$~lib/util/number/itoa32$73 end global.get $~lib/memory/__stack_pointer i32.const 0 @@ -2072,7 +2092,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store local.get $2 local.get $3 i32.add @@ -2105,7 +2125,7 @@ i32.shl i32.const 1884 i32.add - i64.load32_u $0 + i64.load32_u local.get $4 i32.const 100 i32.rem_u @@ -2113,11 +2133,11 @@ i32.shl i32.const 1884 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -2140,8 +2160,8 @@ i32.shl i32.const 1884 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $0 i32.const 100 i32.div_u @@ -2163,8 +2183,8 @@ i32.shl i32.const 1884 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store else local.get $5 local.get $1 @@ -2176,13 +2196,13 @@ local.get $0 i32.const 48 i32.add - i32.store16 $0 + i32.store16 end local.get $3 if local.get $2 i32.const 45 - i32.store16 $0 + i32.store16 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2191,47 +2211,95 @@ end local.get $2 ) - (func $~lib/staticarray/StaticArray<~lib/string/String>#__uset (param $0 i32) (param $1 i32) (param $2 i32) - local.get $0 + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) + (local $3 i32) local.get $1 - i32.const 2 - i32.shl - i32.add - local.get $2 - i32.store $0 - local.get $2 + i32.eqz if - local.get $0 - local.get $2 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link + return end - ) - (func $~lib/util/string/compareImpl (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32) - (local $4 i32) local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1264 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.tee $3 local.get $1 - i32.const 1 - i32.shl - i32.add + i32.const 20 + i32.sub local.tee $1 - i32.const 7 - i32.and - local.get $2 - i32.const 7 - i32.and - i32.or - i32.eqz - local.get $3 - i32.const 4 - i32.ge_u + i32.load offset=4 + i32.const 3 i32.and + i32.eq + if + local.get $3 + i32.eqz + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + local.tee $3 + i32.eq + if + local.get $0 + local.get $1 + local.get $2 + select + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $3 + i32.const 3 + i32.eq + i32.and + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + end + end + end + ) + (func $~lib/util/string/compareImpl (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32) + (local $4 i32) + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.set $1 + local.get $3 + i32.const 4 + i32.ge_u + if (result i32) + local.get $1 + i32.const 7 + i32.and + local.get $2 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $1 - i64.load $0 + i64.load local.get $2 - i64.load $0 + i64.load i64.eq if local.get $1 @@ -2261,10 +2329,10 @@ local.get $0 if local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $0 local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.ne if @@ -2304,7 +2372,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/date/Date $~lib/staticarray/StaticArray<~lib/string/String> $~lib/array/Array<~lib/string/String> $~lib/array/Array $invalid end return @@ -2314,11 +2382,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -2328,7 +2396,7 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.add local.set $1 loop $while-continue|0 @@ -2337,11 +2405,11 @@ i32.lt_u if local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $0 i32.const 4 @@ -2363,40 +2431,40 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 2 i32.shl i32.add local.set $2 - loop $while-continue|03 + loop $while-continue|01 local.get $1 local.get $2 i32.lt_u if local.get $1 - i32.load $0 + i32.load local.tee $3 if local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $1 i32.const 4 i32.add local.set $1 - br $while-continue|03 + br $while-continue|01 end end br $folding-inner1 @@ -2411,7 +2479,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store br $folding-inner1 end unreachable @@ -2425,14 +2493,10 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2468,38 +2532,38 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 24 i32.const 4 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i64.store $0 offset=16 + i64.store offset=16 local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i64.const -8640000000000000 i64.lt_s @@ -2517,23 +2581,23 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/date/dateFromEpoch - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 global.get $~lib/date/_month - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 global.get $~lib/date/_day - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2559,7 +2623,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $1 i64.const -8640000000000000 i64.lt_s @@ -2578,29 +2642,29 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 - i64.store $0 offset=16 + i64.store offset=16 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 call $~lib/date/dateFromEpoch - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 global.get $~lib/date/_month - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 global.get $~lib/date/_day - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2627,12 +2691,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 86400000 i64.rem_s local.set $2 @@ -2673,12 +2737,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 3600000 i64.rem_s local.set $2 @@ -2719,12 +2783,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 60000 i64.rem_s local.set $2 @@ -2765,12 +2829,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 1000 i64.rem_s local.set $2 @@ -2809,19 +2873,19 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $3 local.get $1 @@ -2857,19 +2921,19 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $3 local.get $1 @@ -2907,19 +2971,19 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $3 local.get $1 @@ -2957,19 +3021,19 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $3 local.get $1 @@ -3008,16 +3072,16 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -3026,28 +3090,28 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $4 local.get $2 local.get $1 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 call $~lib/date/join call $~lib/date/Date#setTime global.get $~lib/memory/__stack_pointer @@ -3070,7 +3134,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -3083,15 +3147,15 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 i32.const 8 i32.sub @@ -3103,38 +3167,37 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 - local.get $0 - i32.load $0 offset=4 + i32.store local.get $1 i32.const 1 i32.add + local.tee $3 + local.get $0 + i32.load offset=4 i32.ne if global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $1 local.get $0 - i32.store $0 - local.get $3 + i32.store + local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 + i32.load local.set $4 - local.get $3 + local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $4 - local.get $1 - i32.const 1 - i32.add + local.get $3 local.get $2 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 call $~lib/date/join call $~lib/date/Date#setTime end @@ -3177,16 +3240,16 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 + i32.load i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -3195,28 +3258,28 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $4 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 local.get $4 local.get $2 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 call $~lib/date/join call $~lib/date/Date#setTime global.get $~lib/memory/__stack_pointer @@ -3242,16 +3305,16 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $0 call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1872 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3261,82 +3324,82 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $5 i64.const 0 - i64.store $0 - local.get $4 + i64.store + local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and - local.set $2 - local.get $4 + local.set $3 + local.get $5 i32.const 1872 - i32.store $0 - block $__inlined_func$~lib/string/String#padStart + i32.store + block $__inlined_func$~lib/string/String#padStart$367 i32.const 1868 - i32.load $0 + i32.load i32.const -2 i32.and - local.tee $6 + local.tee $2 i32.eqz local.get $1 i32.const 1 i32.shl - local.tee $4 - local.get $2 + local.tee $6 + local.get $3 i32.lt_u i32.or if - global.get $~lib/memory/__stack_pointer + local.get $5 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/string/String#padStart + br $__inlined_func$~lib/string/String#padStart$367 end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $6 i32.const 2 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 offset=4 - local.get $4 - local.get $2 - i32.sub - local.tee $7 + i32.store offset=4 local.get $6 + local.get $3 + i32.sub + local.tee $6 + local.get $2 i32.gt_u if - local.get $7 - local.get $7 + local.get $6 + local.get $6 i32.const 2 i32.sub - local.get $6 + local.get $2 i32.div_u - local.get $6 + local.get $2 i32.mul local.tee $5 i32.sub - local.set $4 + local.set $7 loop $while-continue|0 - local.get $3 + local.get $4 local.get $5 i32.lt_u if local.get $1 - local.get $3 + local.get $4 i32.add i32.const 1872 - local.get $6 - memory.copy $0 $0 - local.get $3 - local.get $6 + local.get $2 + memory.copy + local.get $2 + local.get $4 i32.add - local.set $3 + local.set $4 br $while-continue|0 end end @@ -3344,20 +3407,20 @@ local.get $5 i32.add i32.const 1872 - local.get $4 - memory.copy $0 $0 + local.get $7 + memory.copy else local.get $1 i32.const 1872 - local.get $7 - memory.copy $0 $0 + local.get $6 + memory.copy end local.get $1 - local.get $7 + local.get $6 i32.add local.get $0 - local.get $2 - memory.copy $0 $0 + local.get $3 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -3385,6 +3448,7 @@ (local $4 i32) (local $5 i32) (local $6 i32) + (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -3401,12 +3465,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $5 i64.const 0 - i64.store $0 - local.get $4 + i64.store + local.get $5 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 1 i32.sub @@ -3414,7 +3478,7 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $5 i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -3427,9 +3491,9 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.load $0 + i32.load local.tee $0 - i32.store $0 + i32.store local.get $1 i32.const 16 i32.add @@ -3446,24 +3510,25 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer + local.tee $5 local.get $0 local.get $3 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $5 - i32.store $0 offset=4 - local.get $5 + i32.load + local.tee $6 + i32.store offset=4 + local.get $6 if - global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + local.get $6 + i32.store offset=8 local.get $2 - local.get $5 + local.get $6 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.add @@ -3481,23 +3546,23 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 3456 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $2 + local.get $4 i32.const 3452 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $1 - local.get $4 + local.tee $5 i32.mul i32.add i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 offset=12 + local.tee $6 + i32.store offset=12 i32.const 0 local.set $2 loop $for-loop|1 @@ -3506,54 +3571,55 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer + local.tee $7 local.get $0 local.get $2 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $6 - i32.store $0 offset=4 - local.get $6 + i32.load + local.tee $1 + i32.store offset=4 + local.get $1 if - global.get $~lib/memory/__stack_pointer + local.get $7 + local.get $1 + i32.store offset=8 local.get $6 - i32.store $0 offset=8 - local.get $5 local.get $3 i32.const 1 i32.shl i32.add - local.get $6 - local.get $6 + local.get $1 + local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $6 + local.tee $1 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy + local.get $1 local.get $3 - local.get $6 i32.add local.set $3 end - local.get $1 + local.get $5 if - local.get $5 + local.get $6 local.get $3 i32.const 1 i32.shl i32.add i32.const 3456 - local.get $1 + local.get $5 i32.const 1 i32.shl - memory.copy $0 $0 - local.get $1 + memory.copy local.get $3 + local.get $5 i32.add local.set $3 end @@ -3565,20 +3631,21 @@ end end global.get $~lib/memory/__stack_pointer + local.tee $1 local.get $0 local.get $4 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 if - global.get $~lib/memory/__stack_pointer + local.get $1 local.get $0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $6 local.get $3 i32.const 1 i32.shl @@ -3587,16 +3654,16 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and - memory.copy $0 $0 + memory.copy end global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $6 ) (func $~lib/staticarray/StaticArray<~lib/string/String>#join (param $0 i32) (result i32) (local $1 i32) @@ -3619,20 +3686,20 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.set $2 local.get $1 i32.const 3456 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/util/string/joinStringArray @@ -3650,6 +3717,7 @@ (local $4 i32) (local $5 i32) (local $6 i32) + (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const -64 i32.add @@ -3663,12 +3731,12 @@ local.tee $2 i32.const 0 i32.const 64 - memory.fill $0 + memory.fill local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.tee $1 i32.const 0 i32.lt_s @@ -3678,13 +3746,13 @@ i32.ge_s i32.or if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 1616 i32.const 1648 local.get $3 select local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 31 i32.shr_s @@ -3695,10 +3763,10 @@ i32.xor i32.const 6 call $~lib/date/stringify - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 + local.get $4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3708,17 +3776,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $1 i64.const 0 - i64.store $0 - block $__inlined_func$~lib/string/String#concat (result i32) - local.get $4 + i64.store + block $__inlined_func$~lib/string/String#concat$368 (result i32) + local.get $1 local.get $3 - i32.store $0 - local.get $4 + i32.store local.get $1 - i32.store $0 offset=4 local.get $4 + i32.store offset=4 + local.get $1 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -3727,62 +3795,62 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $5 i64.const 0 - i64.store $0 - local.get $4 + i64.store + local.get $5 local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and - local.set $5 + local.set $6 + local.get $5 + local.get $4 + i32.store local.get $4 - local.get $1 - i32.store $0 - local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and - local.tee $4 - local.get $5 + local.tee $7 + local.get $6 i32.add - local.tee $6 + local.tee $1 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $5 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 3456 - br $__inlined_func$~lib/string/String#concat + br $__inlined_func$~lib/string/String#concat$368 end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.const 2 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=4 - local.get $6 + local.tee $1 + i32.store offset=4 + local.get $1 local.get $3 - local.get $5 - memory.copy $0 $0 - local.get $5 local.get $6 - i32.add + memory.copy local.get $1 + local.get $6 + i32.add local.get $4 - memory.copy $0 $0 + local.get $7 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 + local.get $1 end local.set $1 global.get $~lib/memory/__stack_pointer @@ -3797,165 +3865,186 @@ end local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 2 call $~lib/date/stringify local.tee $2 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 call $~lib/date/stringify local.tee $3 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/date/Date#getUTCHours i32.const 2 call $~lib/date/stringify local.tee $4 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/date/Date#getUTCMinutes i32.const 2 call $~lib/date/stringify local.tee $5 - i32.store $0 offset=24 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/date/Date#getUTCSeconds i32.const 2 call $~lib/date/stringify local.tee $6 - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/date/Date#getUTCMilliseconds i32.const 3 call $~lib/date/stringify local.tee $0 - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=36 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=40 + i32.store offset=40 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=48 + i32.store offset=48 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=56 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=60 + i32.store offset=60 global.get $~lib/memory/__stack_pointer i32.const 3616 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 3616 - i32.const 0 local.get $1 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.store + i32.const 3616 + local.get $1 + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 3616 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 + i32.const 3624 + local.get $2 + i32.store i32.const 3616 - i32.const 2 local.get $2 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 3616 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 + i32.const 3632 + local.get $3 + i32.store i32.const 3616 - i32.const 4 local.get $3 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 3616 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 + i32.const 3640 + local.get $4 + i32.store i32.const 3616 - i32.const 6 local.get $4 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 3616 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 + i32.const 3648 + local.get $5 + i32.store i32.const 3616 - i32.const 8 local.get $5 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 3616 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 + i32.const 3656 + local.get $6 + i32.store i32.const 3616 - i32.const 10 local.get $6 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 3616 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 + i32.const 3664 + local.get $0 + i32.store i32.const 3616 - i32.const 12 local.get $0 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 3616 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3456 - i32.store $0 offset=4 + i32.store offset=4 i32.const 3616 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 @@ -3992,13 +4081,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4013,39 +4103,38 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.set $2 - local.get $3 - local.get $1 - i32.store $0 + local.set $3 local.get $2 local.get $1 + i32.store + local.get $3 + local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $2 local.get $0 - i32.store $0 - local.get $3 + i32.store + local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 local.get $1 - local.get $2 + local.get $3 call $~lib/util/string/compareImpl i32.eqz local.set $0 @@ -4089,17 +4178,17 @@ local.tee $1 i32.const 0 i32.const 52 - memory.fill $0 + memory.fill i32.const 28 i32.const 5 call $~lib/rt/itcms/__new local.tee $2 i32.const 4640 i32.const 28 - memory.copy $0 $0 + memory.copy local.get $1 local.get $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.set $1 i32.const 48 @@ -4108,28 +4197,28 @@ local.tee $3 i32.const 5072 i32.const 48 - memory.copy $0 $0 + memory.copy local.get $1 local.get $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load local.tee $6 local.get $1 i32.const 3 @@ -4142,7 +4231,7 @@ local.get $1 i32.const 1579 i32.add - i32.load8_u $0 + i32.load8_u local.get $7 i32.const 3 i32.const 0 @@ -4189,10 +4278,10 @@ i32.const 4 call $~lib/date/stringify local.tee $4 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 local.get $1 @@ -4201,12 +4290,12 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $1 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $2 i32.const 7 @@ -4220,24 +4309,24 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $5 i32.const 2 call $~lib/date/stringify local.tee $2 - i32.store $0 offset=24 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=36 + i32.store offset=36 global.get $~lib/memory/__stack_pointer i32.const 5200 i32.const 5232 @@ -4246,66 +4335,81 @@ i32.lt_s select local.tee $3 - i32.store $0 offset=40 + i32.store offset=40 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer i32.const 5152 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=48 + i32.store offset=48 i32.const 5152 - i32.const 0 local.get $0 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.store + i32.const 5152 + local.get $0 + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5152 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=48 + i32.store offset=48 + i32.const 5156 + local.get $1 + i32.store i32.const 5152 - i32.const 1 local.get $1 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5152 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=48 + i32.store offset=48 + i32.const 5160 + local.get $2 + i32.store i32.const 5152 - i32.const 2 local.get $2 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5152 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=48 + i32.store offset=48 + i32.const 5164 + local.get $3 + i32.store i32.const 5152 - i32.const 3 local.get $3 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5152 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=48 + i32.store offset=48 + i32.const 5168 + local.get $4 + i32.store i32.const 5152 - i32.const 4 local.get $4 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5152 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 3456 - i32.store $0 offset=48 + i32.store offset=48 i32.const 5152 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 @@ -4337,82 +4441,91 @@ local.tee $1 i32.const 0 i32.const 32 - memory.fill $0 + memory.fill local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 call $~lib/date/Date#getUTCHours i32.const 2 call $~lib/date/stringify local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/date/Date#getUTCMinutes i32.const 2 call $~lib/date/stringify local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/date/Date#getUTCSeconds i32.const 2 call $~lib/date/stringify local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=24 + i32.store offset=24 global.get $~lib/memory/__stack_pointer i32.const 5456 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=28 + i32.store offset=28 + i32.const 5456 + local.get $2 + i32.store i32.const 5456 - i32.const 0 local.get $2 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5456 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=28 + i32.store offset=28 + i32.const 5464 + local.get $1 + i32.store i32.const 5456 - i32.const 2 local.get $1 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5456 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=28 + i32.store offset=28 + i32.const 5472 + local.get $0 + i32.store i32.const 5456 - i32.const 4 local.get $0 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5456 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3456 - i32.store $0 offset=28 + i32.store offset=28 i32.const 5456 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 @@ -4450,17 +4563,17 @@ local.tee $1 i32.const 0 i32.const 76 - memory.fill $0 + memory.fill i32.const 28 i32.const 5 call $~lib/rt/itcms/__new local.tee $2 i32.const 5824 i32.const 28 - memory.copy $0 $0 + memory.copy local.get $1 local.get $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.set $1 i32.const 48 @@ -4469,28 +4582,28 @@ local.tee $3 i32.const 6256 i32.const 48 - memory.copy $0 $0 + memory.copy local.get $1 local.get $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $5 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $6 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load local.tee $7 local.get $5 i32.const 3 @@ -4503,7 +4616,7 @@ local.get $5 i32.const 1579 i32.add - i32.load8_u $0 + i32.load8_u local.get $8 i32.const 3 i32.const 0 @@ -4550,10 +4663,10 @@ i32.const 4 call $~lib/date/stringify local.tee $4 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 local.get $5 @@ -4562,12 +4675,12 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $3 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $2 i32.const 7 @@ -4581,54 +4694,54 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $1 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $6 i32.const 2 call $~lib/date/stringify local.tee $2 - i32.store $0 offset=24 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/date/Date#getUTCHours i32.const 2 call $~lib/date/stringify local.tee $5 - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/date/Date#getUTCMinutes i32.const 2 call $~lib/date/stringify local.tee $6 - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/date/Date#getUTCSeconds i32.const 2 call $~lib/date/stringify local.tee $0 - i32.store $0 offset=36 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=40 + i32.store offset=40 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=48 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 1616 i32.const 3456 @@ -4637,105 +4750,129 @@ i32.lt_s select local.tee $7 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=56 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=60 + i32.store offset=60 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=64 + i32.store offset=64 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=68 + i32.store offset=68 global.get $~lib/memory/__stack_pointer i32.const 6368 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=72 + i32.store offset=72 i32.const 6368 - i32.const 0 local.get $1 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.store + i32.const 6368 + local.get $1 + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 6368 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=72 + i32.store offset=72 + i32.const 6372 + local.get $2 + i32.store i32.const 6368 - i32.const 1 local.get $2 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 6368 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=72 + i32.store offset=72 + i32.const 6376 + local.get $3 + i32.store i32.const 6368 - i32.const 2 local.get $3 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 6368 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=72 + i32.store offset=72 + i32.const 6380 + local.get $7 + i32.store i32.const 6368 - i32.const 3 local.get $7 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 6368 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=72 + i32.store offset=72 + i32.const 6384 + local.get $4 + i32.store i32.const 6368 - i32.const 4 local.get $4 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 6368 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=72 + i32.store offset=72 + i32.const 6392 + local.get $5 + i32.store i32.const 6368 - i32.const 6 local.get $5 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 6368 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=72 + i32.store offset=72 + i32.const 6400 + local.get $6 + i32.store i32.const 6368 - i32.const 8 local.get $6 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 6368 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=72 + i32.store offset=72 + i32.const 6408 + local.get $0 + i32.store i32.const 6368 - i32.const 10 local.get $0 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 6368 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 3456 - i32.store $0 offset=72 + i32.store offset=72 i32.const 6368 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 @@ -4765,22 +4902,22 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $4 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $4 local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $4 + local.tee $3 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4788,18 +4925,19 @@ return end global.get $~lib/memory/__stack_pointer + local.tee $4 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $3 + local.tee $5 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4813,32 +4951,32 @@ i32.gt_s select local.tee $2 - local.get $3 + local.get $5 local.get $2 - local.get $3 + local.get $5 i32.lt_s select local.set $2 + local.get $5 local.get $3 - local.get $4 i32.sub - local.set $5 + local.set $4 loop $for-loop|0 local.get $2 - local.get $5 + local.get $4 i32.le_s if global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $5 local.get $0 - i32.store $0 - local.get $3 + i32.store + local.get $5 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 local.get $1 - local.get $4 + local.get $3 call $~lib/util/string/compareImpl i32.eqz if @@ -4865,6 +5003,7 @@ (func $~lib/string/String#substring (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4883,29 +5022,29 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 0 local.get $1 i32.const 0 i32.gt_s select - local.tee $1 + local.tee $4 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $3 + local.tee $1 local.get $1 - local.get $3 - i32.lt_s + local.get $4 + i32.gt_s select - local.tee $1 + local.tee $4 local.get $2 i32.const 0 local.get $2 @@ -4913,44 +5052,44 @@ i32.gt_s select local.tee $2 - local.get $3 + local.get $1 + local.get $1 local.get $2 - local.get $3 - i32.lt_s + i32.gt_s select local.tee $2 - local.get $1 local.get $2 - i32.lt_s + local.get $4 + i32.gt_s select i32.const 1 i32.shl - local.set $4 - local.get $1 + local.set $5 + local.get $4 local.get $2 - local.get $1 local.get $2 - i32.gt_s + local.get $4 + i32.lt_s select i32.const 1 i32.shl - local.tee $1 - local.get $4 - i32.sub local.tee $2 + local.get $5 + i32.sub + local.tee $4 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 3456 return end - local.get $4 + local.get $5 i32.eqz + local.get $2 local.get $1 - local.get $3 i32.const 1 i32.shl i32.eq @@ -4964,17 +5103,17 @@ return end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.const 2 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - local.get $4 + local.get $5 i32.add - local.get $2 - memory.copy $0 $0 + local.get $4 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -5000,7 +5139,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -5016,7 +5155,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -5050,13 +5189,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.const 2 i32.shr_u @@ -5075,8 +5214,8 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - block $__inlined_func$~lib/rt/itcms/__renew + i32.store + block $__inlined_func$~lib/rt/itcms/__renew$350 i32.const 1073741820 local.get $2 i32.const 1 @@ -5102,12 +5241,12 @@ select local.tee $3 local.get $0 - i32.load $0 + i32.load local.tee $2 i32.const 20 i32.sub local.tee $4 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 16 @@ -5116,26 +5255,26 @@ if local.get $4 local.get $3 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 local.set $1 - br $__inlined_func$~lib/rt/itcms/__renew + br $__inlined_func$~lib/rt/itcms/__renew$350 end local.get $3 local.get $4 - i32.load $0 offset=12 + i32.load offset=12 call $~lib/rt/itcms/__new local.tee $1 local.get $2 local.get $3 local.get $4 - i32.load $0 offset=16 + i32.load offset=16 local.tee $4 local.get $3 local.get $4 i32.lt_u select - memory.copy $0 $0 + memory.copy end local.get $1 local.get $2 @@ -5143,21 +5282,18 @@ if local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link end local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -5185,13 +5321,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $2 i32.const 1 i32.add @@ -5199,30 +5335,26 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 i32.const 2 i32.shl i32.add local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -5251,7 +5383,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 40 - memory.fill $0 + memory.fill local.get $2 i32.eqz br_if $folding-inner1 @@ -5261,12 +5393,12 @@ global.get $~lib/memory/__stack_pointer i32.const 1 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 + local.tee $2 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.load $0 offset=4 - i32.store $0 offset=4 + local.get $2 + i32.load offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -5276,40 +5408,37 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 - i32.store $0 - local.get $2 + i32.store local.get $1 - i32.store $0 - local.get $1 - i32.load $0 offset=12 + local.get $2 + i32.store + local.get $2 + i32.load offset=12 i32.eqz if - local.get $1 + local.get $2 i32.const 1 call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 1 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 - i32.load $0 offset=4 + local.get $2 + i32.store + local.get $2 + i32.load offset=4 local.get $0 - i32.store $0 + i32.store + local.get $2 local.get $0 - if - local.get $1 - local.get $0 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -5319,74 +5448,74 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.set $5 + local.set $7 local.get $6 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2147483647 local.get $2 local.get $2 i32.const 0 i32.lt_s select - local.set $7 + local.set $2 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $8 + local.tee $5 if - local.get $5 + local.get $7 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $6 i32.const 1 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=20 + local.tee $2 + i32.store offset=20 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 - local.get $1 - i32.load $0 offset=4 + local.get $2 + i32.store offset=8 + local.get $2 + i32.load offset=4 i32.const 3456 - i32.store $0 + i32.store br $folding-inner2 end else - local.get $5 + local.get $7 i32.eqz br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.get $5 local.get $7 - local.get $5 + local.get $2 + local.get $2 local.get $7 - i32.lt_s + i32.gt_s select local.tee $3 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=12 + local.tee $2 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 - local.get $1 - i32.load $0 offset=4 + local.get $2 + i32.store offset=8 + local.get $2 + i32.load offset=4 local.set $4 i32.const 0 - local.set $2 + local.set $1 loop $for-loop|0 - local.get $2 + local.get $1 local.get $3 i32.lt_s if @@ -5395,33 +5524,30 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $5 - i32.store $0 offset=16 + i32.store offset=16 local.get $5 local.get $0 - local.get $2 + local.get $1 i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $4 - local.get $2 + local.get $1 i32.const 2 i32.shl i32.add local.get $5 - i32.store $0 - local.get $5 - if - local.get $1 - local.get $5 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.store local.get $2 + local.get $5 + i32.const 1 + call $~lib/rt/itcms/__link + local.get $1 i32.const 1 i32.add - local.set $2 + local.set $1 br $for-loop|0 end end @@ -5430,16 +5556,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/__newArray - local.tee $2 - i32.store $0 offset=24 + local.tee $8 + i32.store offset=24 loop $while-continue|1 global.get $~lib/memory/__stack_pointer local.tee $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 local.get $1 - i32.store $0 offset=28 + i32.store offset=28 local.get $0 local.get $1 local.get $3 @@ -5463,7 +5589,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $6 - i32.store $0 offset=32 + i32.store offset=32 local.get $6 local.get $0 local.get $3 @@ -5471,25 +5597,25 @@ i32.shl i32.add local.get $10 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=8 + local.get $8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=28 - local.get $2 + i32.store offset=28 + local.get $8 local.get $6 call $~lib/array/Array<~lib/string/String>#push else global.get $~lib/memory/__stack_pointer local.tee $3 - local.get $2 - i32.store $0 offset=8 + local.get $8 + i32.store offset=8 local.get $3 i32.const 3456 - i32.store $0 offset=28 - local.get $2 + i32.store offset=28 + local.get $8 i32.const 3456 call $~lib/array/Array<~lib/string/String>#push end @@ -5497,10 +5623,10 @@ i32.const 1 i32.add local.tee $4 - local.get $7 + local.get $2 i32.eq br_if $folding-inner3 - local.get $8 + local.get $5 local.get $9 i32.add local.set $3 @@ -5512,17 +5638,17 @@ if global.get $~lib/memory/__stack_pointer local.tee $1 - local.get $2 - i32.store $0 offset=8 + local.get $8 + i32.store offset=8 local.get $1 local.get $0 - i32.store $0 offset=28 - local.get $2 + i32.store offset=28 + local.get $8 local.get $0 call $~lib/array/Array<~lib/string/String>#push br $folding-inner3 end - local.get $5 + local.get $7 local.get $3 i32.sub local.tee $1 @@ -5536,34 +5662,34 @@ local.tee $1 i32.const 2 call $~lib/rt/itcms/__new - local.tee $4 - i32.store $0 offset=36 - local.get $4 + local.tee $2 + i32.store offset=36 + local.get $2 local.get $0 local.get $3 i32.const 1 i32.shl i32.add local.get $1 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=8 + local.get $8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=28 local.get $2 - local.get $4 + i32.store offset=28 + local.get $8 + local.get $2 call $~lib/array/Array<~lib/string/String>#push else global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $2 - i32.store $0 offset=8 + local.get $8 + i32.store offset=8 local.get $0 i32.const 3456 - i32.store $0 offset=28 - local.get $2 + i32.store offset=28 + local.get $8 i32.const 3456 call $~lib/array/Array<~lib/string/String>#push end @@ -5571,7 +5697,7 @@ i32.const 40 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $8 return end i32.const 40624 @@ -5583,20 +5709,20 @@ end i32.const 0 call $~lib/rt/__newArray - local.set $1 + local.set $2 end global.get $~lib/memory/__stack_pointer i32.const 40 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 return end global.get $~lib/memory/__stack_pointer i32.const 40 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $8 ) (func $~lib/string/String#split@varargs (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -5618,7 +5744,7 @@ end global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $2of2 block $1of2 block $0of2 @@ -5637,10 +5763,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 local.get $2 @@ -5672,12 +5798,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $1 i32.const 4 @@ -5705,13 +5831,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1392 @@ -5724,17 +5850,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz if @@ -5758,6 +5884,7 @@ (local $4 i32) (local $5 i32) (local $6 i32) + (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -5776,15 +5903,15 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store block $folding-inner0 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.tee $1 @@ -5792,10 +5919,10 @@ br_if $folding-inner0 local.get $0 local.tee $2 - i32.load16_u $0 + i32.load16_u local.set $0 loop $while-continue|0 - block $__inlined_func$~lib/util/string/isSpace (result i32) + block $__inlined_func$~lib/util/string/isSpace$183 (result i32) local.get $0 i32.const 128 i32.or @@ -5810,7 +5937,7 @@ local.get $0 i32.const 5760 i32.lt_u - br_if $__inlined_func$~lib/util/string/isSpace + br_if $__inlined_func$~lib/util/string/isSpace$183 drop i32.const 1 local.get $0 @@ -5818,7 +5945,7 @@ i32.add i32.const 10 i32.le_u - br_if $__inlined_func$~lib/util/string/isSpace + br_if $__inlined_func$~lib/util/string/isSpace$183 drop block $break|0 block $case0|0 @@ -5853,7 +5980,7 @@ br $break|0 end i32.const 1 - br $__inlined_func$~lib/util/string/isSpace + br $__inlined_func$~lib/util/string/isSpace$183 end i32.const 0 end @@ -5862,7 +5989,7 @@ i32.const 2 i32.add local.tee $2 - i32.load16_u $0 + i32.load16_u local.set $0 local.get $1 i32.const 1 @@ -5874,10 +6001,11 @@ i32.const 1 local.set $4 local.get $0 - i32.const 43 + i32.const 45 i32.eq + local.tee $6 local.get $0 - i32.const 45 + i32.const 43 i32.eq i32.or if (result i32) @@ -5889,16 +6017,14 @@ br_if $folding-inner0 i32.const -1 i32.const 1 - local.get $0 - i32.const 45 - i32.eq + local.get $6 select local.set $4 local.get $2 i32.const 2 i32.add local.tee $2 - i32.load16_u $0 + i32.load16_u else local.get $0 end @@ -5913,7 +6039,7 @@ block $case2|1 block $case1|1 local.get $2 - i32.load16_u $0 offset=2 + i32.load16_u offset=2 i32.const 32 i32.or local.tee $0 @@ -5970,13 +6096,11 @@ i32.const 10 local.get $3 select - local.set $5 - i32.const 0 - local.set $3 + local.set $6 local.get $1 i32.const 1 i32.sub - local.set $6 + local.set $7 loop $while-continue|2 local.get $1 local.tee $0 @@ -5986,56 +6110,54 @@ local.get $0 if block $while-break|2 - local.get $5 local.get $2 - i32.load16_u $0 - local.tee $0 + i32.load16_u + local.tee $3 i32.const 48 i32.sub + local.tee $0 i32.const 10 - i32.lt_u - if (result i32) - local.get $0 - i32.const 48 - i32.sub - else - local.get $0 + i32.ge_u + if + local.get $3 i32.const 65 i32.sub i32.const 25 i32.le_u if (result i32) - local.get $0 + local.get $3 i32.const 55 i32.sub else - local.get $0 + local.get $3 i32.const 87 i32.sub - local.get $0 - local.get $0 + local.get $3 + local.get $3 i32.const 97 i32.sub i32.const 25 i32.le_u select end + local.set $0 end - local.tee $0 - i32.le_u + local.get $0 + local.get $6 + i32.ge_u if local.get $1 - local.get $6 + local.get $7 i32.eq br_if $folding-inner0 br $while-break|2 end - local.get $3 local.get $5 + local.get $6 i32.mul local.get $0 i32.add - local.set $3 + local.set $5 local.get $2 i32.const 2 i32.add @@ -6048,8 +6170,8 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $4 + local.get $5 i32.mul return end @@ -6079,10 +6201,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/util/string/strtol local.set $0 @@ -6119,14 +6241,14 @@ local.tee $1 i32.const 0 i32.const 28 - memory.fill $0 + memory.fill local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.eqz @@ -6141,13 +6263,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 3488 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.tee $1 i32.const 3488 @@ -6158,19 +6280,18 @@ i32.xor if global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 - local.get $1 + i32.store + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 0 local.get $6 call $~lib/string/String#substring local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -6180,13 +6301,13 @@ i32.add call $~lib/string/String#substring@varargs local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3520 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -6194,10 +6315,10 @@ i32.const 3520 call $~lib/string/String#split@varargs local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array<~lib/string/String>#get:length local.tee $6 @@ -6213,27 +6334,27 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/number/I32.parseInt local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/number/I32.parseInt local.set $4 @@ -6242,21 +6363,20 @@ i32.ge_s if global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 - local.get $2 + i32.store + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3552 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3552 i32.const 0 @@ -6267,7 +6387,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 local.get $6 @@ -6275,13 +6395,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/number/I32.parseInt local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -6292,14 +6412,14 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/number/I32.parseInt local.set $5 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/number/I32.parseInt local.set $2 @@ -6309,10 +6429,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 1616 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -6320,17 +6440,17 @@ i32.const 1616 call $~lib/string/String#split@varargs local.tee $0 - i32.store $0 offset=24 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/number/I32.parseInt local.set $7 @@ -6338,7 +6458,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array<~lib/string/String>#get:length local.tee $6 @@ -6347,14 +6467,14 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/number/I32.parseInt local.set $1 @@ -6364,14 +6484,14 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/number/I32.parseInt else @@ -6420,7 +6540,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 408 - memory.fill $0 + memory.fill block $folding-inner0 i32.const 1970 i32.const 1 @@ -6611,7 +6731,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 40596 @@ -6621,41 +6741,41 @@ global.set $~lib/rt/itcms/threshold i32.const 1316 i32.const 1312 - i32.store $0 + i32.store i32.const 1320 i32.const 1312 - i32.store $0 + i32.store i32.const 1312 global.set $~lib/rt/itcms/pinSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/toSpace i32.const 1492 i32.const 1488 - i32.store $0 + i32.store i32.const 1496 i32.const 1488 - i32.store $0 + i32.store i32.const 1488 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer i64.const 1541847600001 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 1541847600001 i64.ne if @@ -6668,18 +6788,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i64.const 1541847600002 call $~lib/date/Date#setTime global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 1541847600002 i64.ne if @@ -6694,15 +6814,15 @@ i64.const 5918283958183706 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load i32.const 189512 i32.ne if @@ -6716,12 +6836,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=24 + i32.store offset=24 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 12 i32.ne if @@ -6735,12 +6855,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=28 + i32.store offset=28 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 14 i32.ne if @@ -6753,7 +6873,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCHours i32.const 22 @@ -6768,7 +6888,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCMinutes i32.const 9 @@ -6783,7 +6903,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCSeconds i32.const 43 @@ -6798,7 +6918,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCMilliseconds i32.const 706 @@ -6815,15 +6935,15 @@ i64.const 123814991274 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=36 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load i32.const 1973 i32.ne if @@ -6837,12 +6957,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=40 + i32.store offset=40 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 12 i32.ne if @@ -6856,12 +6976,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=44 + i32.store offset=44 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 4 i32.ne if @@ -6874,7 +6994,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCHours i32.const 1 @@ -6889,7 +7009,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCMinutes i32.const 3 @@ -6904,7 +7024,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCSeconds i32.const 11 @@ -6919,7 +7039,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCMilliseconds i32.const 274 @@ -6936,10 +7056,10 @@ i64.const 399464523963984 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=48 + i32.store offset=48 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCMilliseconds i32.const 984 @@ -6954,13 +7074,13 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 12 call $~lib/date/Date#setUTCMilliseconds global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCMilliseconds i32.const 12 @@ -6975,13 +7095,13 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 568 call $~lib/date/Date#setUTCMilliseconds global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCMilliseconds i32.const 568 @@ -6996,18 +7116,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/date/Date#setUTCMilliseconds global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 399464523963000 i64.ne if @@ -7020,18 +7140,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 999 call $~lib/date/Date#setUTCMilliseconds global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=56 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 399464523963999 i64.ne if @@ -7044,13 +7164,13 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2000 call $~lib/date/Date#setUTCMilliseconds global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCMilliseconds if @@ -7064,12 +7184,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=60 + i32.store offset=60 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 399464523965000 i64.ne if @@ -7082,13 +7202,13 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const -2000 call $~lib/date/Date#setUTCMilliseconds global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCMilliseconds if @@ -7102,12 +7222,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=64 + i32.store offset=64 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 399464523963000 i64.ne if @@ -7122,10 +7242,10 @@ i64.const 372027318331986 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=68 + i32.store offset=68 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCSeconds i32.const 31 @@ -7140,13 +7260,13 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 12 call $~lib/date/Date#setUTCSeconds global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCSeconds i32.const 12 @@ -7161,13 +7281,13 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 50 call $~lib/date/Date#setUTCSeconds global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCSeconds i32.const 50 @@ -7182,18 +7302,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/date/Date#setUTCSeconds global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=72 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 372027318300986 i64.ne if @@ -7206,18 +7326,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 59 call $~lib/date/Date#setUTCSeconds global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=76 + i32.store offset=76 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 372027318359986 i64.ne if @@ -7232,10 +7352,10 @@ i64.const 372027318331986 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=80 + i32.store offset=80 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCMinutes i32.const 45 @@ -7250,13 +7370,13 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 12 call $~lib/date/Date#setUTCMinutes global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCMinutes i32.const 12 @@ -7271,13 +7391,13 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 50 call $~lib/date/Date#setUTCMinutes global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCMinutes i32.const 50 @@ -7292,18 +7412,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/date/Date#setUTCMinutes global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=84 + i32.store offset=84 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 372027315631986 i64.ne if @@ -7316,18 +7436,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 59 call $~lib/date/Date#setUTCMinutes global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=88 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 372027319171986 i64.ne if @@ -7342,10 +7462,10 @@ i64.const 372027318331986 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCHours i32.const 17 @@ -7360,13 +7480,13 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 12 call $~lib/date/Date#setUTCHours global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCHours i32.const 12 @@ -7381,13 +7501,13 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 call $~lib/date/Date#setUTCHours global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCHours i32.const 2 @@ -7402,18 +7522,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/date/Date#setUTCHours global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=96 + i32.store offset=96 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 372027257131986 i64.ne if @@ -7426,18 +7546,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 23 call $~lib/date/Date#setUTCHours global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=100 + i32.store offset=100 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 372027339931986 i64.ne if @@ -7452,15 +7572,15 @@ i64.const 123814991274 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=104 + i32.store offset=104 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=108 + i32.store offset=108 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load i32.const 1973 i32.ne if @@ -7474,12 +7594,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=112 + i32.store offset=112 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 12 i32.ne if @@ -7492,18 +7612,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 12 call $~lib/date/Date#setUTCDate global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=116 + i32.store offset=116 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 12 i32.ne if @@ -7516,18 +7636,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 call $~lib/date/Date#setUTCDate global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=120 + i32.store offset=120 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.ne if @@ -7540,19 +7660,19 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/date/Date#setUTCDate global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 30 call $~lib/date/Date#setUTCDate global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -7560,25 +7680,25 @@ call $~lib/date/Date#setUTCMonth@varargs global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/date/Date#setUTCDate global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 31 call $~lib/date/Date#setUTCDate global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2024 call $~lib/date/Date#setUTCFullYear global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -7586,12 +7706,12 @@ call $~lib/date/Date#setUTCMonth@varargs global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=124 + i32.store offset=124 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.ne if @@ -7604,19 +7724,19 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/date/Date#setUTCDate global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 29 call $~lib/date/Date#setUTCDate global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -7624,12 +7744,12 @@ call $~lib/date/Date#setUTCMonth@varargs global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=128 + i32.store offset=128 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 1709168591274 i64.ne if @@ -7643,12 +7763,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=132 + i32.store offset=132 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 2 i32.ne if @@ -7662,12 +7782,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=136 + i32.store offset=136 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 29 i32.ne if @@ -7680,7 +7800,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCMinutes i32.const 3 @@ -7695,7 +7815,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCSeconds i32.const 11 @@ -7710,7 +7830,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/date/Date#getUTCMilliseconds i32.const 274 @@ -7727,21 +7847,21 @@ i64.const 1362106799999 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=104 + i32.store offset=104 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 20 call $~lib/date/Date#setUTCDate global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=140 + i32.store offset=140 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 1363748399999 i64.ne if @@ -7754,18 +7874,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/date/Date#setUTCDate global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=144 + i32.store offset=144 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 1362106799999 i64.ne if @@ -7778,18 +7898,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1000 call $~lib/date/Date#setUTCMilliseconds global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=148 + i32.store offset=148 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 1362106800000 i64.ne if @@ -7802,18 +7922,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3600000 call $~lib/date/Date#setUTCMilliseconds global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=152 + i32.store offset=152 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 1362110400000 i64.ne if @@ -7826,18 +7946,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3600001 call $~lib/date/Date#setUTCMilliseconds global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=156 + i32.store offset=156 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 1362114000001 i64.ne if @@ -7850,18 +7970,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3600001 call $~lib/date/Date#setUTCMilliseconds global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=160 + i32.store offset=160 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 1362117600001 i64.ne if @@ -7876,21 +7996,21 @@ i64.const 123814991274 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=104 + i32.store offset=104 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const -2208 call $~lib/date/Date#setUTCDate global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=164 + i32.store offset=164 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const -67301808726 i64.ne if @@ -7905,21 +8025,21 @@ i64.const 123814991274 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=104 + i32.store offset=104 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2208 call $~lib/date/Date#setUTCDate global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=168 + i32.store offset=168 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 314240591274 i64.ne if @@ -7934,30 +8054,30 @@ i64.const 1467763200000 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=172 + i32.store offset=172 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 7 i32.const 0 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.get $3 i32.const 1579 i32.add - i32.load8_u $0 + i32.load8_u local.get $2 local.get $3 i32.const 3 @@ -8018,30 +8138,30 @@ i64.const 1467763199999 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=176 + i32.store offset=176 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 7 i32.const 0 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.get $3 i32.const 1579 i32.add - i32.load8_u $0 + i32.load8_u local.get $2 local.get $3 i32.const 3 @@ -8102,30 +8222,30 @@ i64.const 1467849599999 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=180 + i32.store offset=180 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 7 i32.const 0 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.get $3 i32.const 1579 i32.add - i32.load8_u $0 + i32.load8_u local.get $2 local.get $3 i32.const 3 @@ -8186,30 +8306,30 @@ i64.const 1467849600000 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=184 + i32.store offset=184 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 7 i32.const 0 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.get $3 i32.const 1579 i32.add - i32.load8_u $0 + i32.load8_u local.get $2 local.get $3 i32.const 3 @@ -8270,30 +8390,30 @@ i64.const 1468022400000 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=188 + i32.store offset=188 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 7 i32.const 0 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.get $3 i32.const 1579 i32.add - i32.load8_u $0 + i32.load8_u local.get $2 local.get $3 i32.const 3 @@ -8354,30 +8474,30 @@ i64.const 1468022399999 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=192 + i32.store offset=192 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 7 i32.const 0 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.get $3 i32.const 1579 i32.add - i32.load8_u $0 + i32.load8_u local.get $2 local.get $3 i32.const 3 @@ -8438,30 +8558,30 @@ i64.const 1468108799999 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=196 + i32.store offset=196 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 7 i32.const 0 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.get $3 i32.const 1579 i32.add - i32.load8_u $0 + i32.load8_u local.get $2 local.get $3 i32.const 3 @@ -8522,30 +8642,30 @@ i64.const 1468108800000 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=200 + i32.store offset=200 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 7 i32.const 0 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.get $3 i32.const 1579 i32.add - i32.load8_u $0 + i32.load8_u local.get $2 local.get $3 i32.const 3 @@ -8604,15 +8724,15 @@ i64.const 7899943856218720 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=204 + i32.store offset=204 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=208 + i32.store offset=208 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 4 i32.ne if @@ -8625,7 +8745,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -8633,12 +8753,12 @@ call $~lib/date/Date#setUTCMonth@varargs global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=212 + i32.store offset=212 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 11 i32.ne if @@ -8651,7 +8771,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -8659,12 +8779,12 @@ call $~lib/date/Date#setUTCMonth@varargs global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=216 + i32.store offset=216 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.ne if @@ -8678,12 +8798,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=220 + i32.store offset=220 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 7899941177818720 i64.ne if @@ -8696,7 +8816,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -8704,12 +8824,12 @@ call $~lib/date/Date#setUTCMonth@varargs global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=224 + i32.store offset=224 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 7899936080218720 i64.ne if @@ -8722,7 +8842,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -8730,12 +8850,12 @@ call $~lib/date/Date#setUTCMonth@varargs global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=228 + i32.store offset=228 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 7899964937818720 i64.ne if @@ -8748,7 +8868,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -8756,12 +8876,12 @@ call $~lib/date/Date#setUTCMonth@varargs global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=232 + i32.store offset=232 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 12 i32.ne if @@ -8775,12 +8895,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=236 + i32.store offset=236 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 7899933401818720 i64.ne if @@ -8793,7 +8913,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -8801,12 +8921,12 @@ call $~lib/date/Date#setUTCMonth@varargs global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=240 + i32.store offset=240 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.sub if @@ -8820,12 +8940,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=244 + i32.store offset=244 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 7899936080218720 i64.ne if @@ -8840,15 +8960,15 @@ i64.const 7941202527925698 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=248 + i32.store offset=248 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=252 + i32.store offset=252 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load i32.const 253616 i32.ne if @@ -8861,18 +8981,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1976 call $~lib/date/Date#setUTCFullYear global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=256 + i32.store offset=256 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load i32.const 1976 i32.ne if @@ -8885,18 +9005,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 20212 call $~lib/date/Date#setUTCFullYear global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=260 + i32.store offset=260 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load i32.const 20212 i32.ne if @@ -8909,18 +9029,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 71 call $~lib/date/Date#setUTCFullYear global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=264 + i32.store offset=264 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load i32.const 71 i32.ne if @@ -8935,19 +9055,19 @@ i64.const -62167219200000 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=268 + i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 3696 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 3696 call $~lib/string/String.__eq @@ -8964,19 +9084,19 @@ i64.const -62167219200001 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=268 + i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 3776 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 3776 call $~lib/string/String.__eq @@ -8993,19 +9113,19 @@ i64.const -62127219200000 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=268 + i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 3856 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 3856 call $~lib/string/String.__eq @@ -9022,19 +9142,19 @@ i64.const 1231231231020 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=268 + i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 3936 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 3936 call $~lib/string/String.__eq @@ -9051,19 +9171,19 @@ i64.const 1231231231456 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=268 + i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 4016 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 4016 call $~lib/string/String.__eq @@ -9080,19 +9200,19 @@ i64.const 322331231231020 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=268 + i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 4096 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 4096 call $~lib/string/String.__eq @@ -9109,19 +9229,19 @@ i64.const 253402300799999 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=268 + i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 4176 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 4176 call $~lib/string/String.__eq @@ -9138,19 +9258,19 @@ i64.const 253402300800000 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=268 + i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 4256 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 4256 call $~lib/string/String.__eq @@ -9167,19 +9287,19 @@ i64.const -62847038769226 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=268 + i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 4336 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 4336 call $~lib/string/String.__eq @@ -9196,19 +9316,19 @@ i64.const -61536067200000 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=280 + i32.store offset=280 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toDateString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5264 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 5264 call $~lib/string/String.__eq @@ -9225,19 +9345,19 @@ i64.const 1580601600000 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=280 + i32.store offset=280 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toDateString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5328 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 5328 call $~lib/string/String.__eq @@ -9254,19 +9374,19 @@ i64.const -62183116800000 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=280 + i32.store offset=280 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toDateString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5392 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 5392 call $~lib/string/String.__eq @@ -9283,19 +9403,19 @@ i64.const -61536067200000 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=284 + i32.store offset=284 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toTimeString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5504 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 5504 call $~lib/string/String.__eq @@ -9312,19 +9432,19 @@ i64.const 253402300799999 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=284 + i32.store offset=284 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toTimeString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5552 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 5552 call $~lib/string/String.__eq @@ -9341,19 +9461,19 @@ i64.const -61536067200000 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=288 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toUTCString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 6448 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 6448 call $~lib/string/String.__eq @@ -9370,19 +9490,19 @@ i64.const 1580741613467 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=288 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toUTCString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 6528 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 6528 call $~lib/string/String.__eq @@ -9399,19 +9519,19 @@ i64.const -62183116800000 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=288 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toUTCString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 6608 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 6608 call $~lib/string/String.__eq @@ -9427,20 +9547,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 6688 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6688 call $~lib/date/Date.fromString local.tee $0 - i32.store $0 offset=292 + i32.store offset=292 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=296 + i32.store offset=296 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 192067200000 i64.ne if @@ -9454,20 +9574,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 6960 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6960 call $~lib/date/Date.fromString local.tee $0 - i32.store $0 offset=292 + i32.store offset=292 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=300 + i32.store offset=300 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 192067200000 i64.ne if @@ -9481,20 +9601,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 7008 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7008 call $~lib/date/Date.fromString local.tee $0 - i32.store $0 offset=292 + i32.store offset=292 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=304 + i32.store offset=304 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 11860387200000 i64.ne if @@ -9508,20 +9628,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 7056 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7056 call $~lib/date/Date.fromString local.tee $0 - i32.store $0 offset=292 + i32.store offset=292 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=308 + i32.store offset=308 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 192112496000 i64.ne if @@ -9535,20 +9655,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 7120 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7120 call $~lib/date/Date.fromString local.tee $0 - i32.store $0 offset=292 + i32.store offset=292 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=312 + i32.store offset=312 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 192112496456 i64.ne if @@ -9562,20 +9682,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 7200 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7200 call $~lib/date/Date.fromString local.tee $0 - i32.store $0 offset=292 + i32.store offset=292 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=316 + i32.store offset=316 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 192112496456 i64.ne if @@ -9589,20 +9709,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 7280 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7280 call $~lib/date/Date.fromString local.tee $0 - i32.store $0 offset=292 + i32.store offset=292 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=320 + i32.store offset=320 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const -62167219200000 i64.ne if @@ -9616,20 +9736,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 7312 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7312 call $~lib/date/Date.fromString local.tee $0 - i32.store $0 offset=292 + i32.store offset=292 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=324 + i32.store offset=324 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const -62135596800000 i64.ne if @@ -9643,20 +9763,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 7344 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7344 call $~lib/date/Date.fromString local.tee $0 - i32.store $0 offset=292 + i32.store offset=292 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=328 + i32.store offset=328 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 189302400000 i64.ne if @@ -9670,20 +9790,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 7376 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7376 call $~lib/date/Date.fromString local.tee $0 - i32.store $0 offset=292 + i32.store offset=292 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=332 + i32.store offset=332 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 191980800000 i64.ne if @@ -9697,20 +9817,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 6688 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6688 call $~lib/date/Date.fromString local.tee $0 - i32.store $0 offset=292 + i32.store offset=292 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=336 + i32.store offset=336 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 192067200000 i64.ne if @@ -9724,20 +9844,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 7424 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7424 call $~lib/date/Date.fromString local.tee $0 - i32.store $0 offset=292 + i32.store offset=292 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=340 + i32.store offset=340 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 192112440000 i64.ne if @@ -9751,20 +9871,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 7056 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7056 call $~lib/date/Date.fromString local.tee $0 - i32.store $0 offset=292 + i32.store offset=292 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=344 + i32.store offset=344 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const 192112496000 i64.ne if @@ -9779,20 +9899,20 @@ i64.const -8640000000000000 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=348 + i32.store offset=348 global.get $~lib/memory/__stack_pointer i64.const 8640000000000000 call $~lib/date/Date#constructor local.tee $2 - i32.store $0 offset=352 + i32.store offset=352 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=356 + i32.store offset=356 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i64.load $0 offset=16 + i64.load offset=16 i64.const -8640000000000000 i64.ne if @@ -9806,12 +9926,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $2 - i32.store $0 offset=360 + i32.store offset=360 local.get $3 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - i64.load $0 offset=16 + i64.load offset=16 i64.const 8640000000000000 i64.ne if @@ -9825,12 +9945,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=364 + i32.store offset=364 local.get $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load i32.const -271821 i32.ne if @@ -9844,12 +9964,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $2 - i32.store $0 offset=368 + i32.store offset=368 local.get $3 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - i32.load $0 + i32.load i32.const 275760 i32.ne if @@ -9863,12 +9983,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=372 + i32.store offset=372 local.get $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 4 i32.ne if @@ -9882,12 +10002,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $2 - i32.store $0 offset=376 + i32.store offset=376 local.get $3 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 9 i32.ne if @@ -9901,12 +10021,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=380 + i32.store offset=380 local.get $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 20 i32.ne if @@ -9920,12 +10040,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $2 - i32.store $0 offset=384 + i32.store offset=384 local.get $3 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 i32.const 13 i32.ne if @@ -9938,16 +10058,16 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 7488 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 7488 call $~lib/string/String.__eq @@ -9962,16 +10082,16 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=276 + i32.store offset=276 local.get $2 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 7568 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 7568 call $~lib/string/String.__eq @@ -9988,20 +10108,20 @@ i64.const 8639999999999999 call $~lib/date/Date#constructor local.tee $0 - i32.store $0 offset=388 + i32.store offset=388 global.get $~lib/memory/__stack_pointer i64.const -8639999999999999 call $~lib/date/Date#constructor local.tee $2 - i32.store $0 offset=392 + i32.store offset=392 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=396 + i32.store offset=396 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - i32.load $0 + i32.load i32.const -271821 i32.ne if @@ -10015,12 +10135,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $2 - i32.store $0 offset=400 + i32.store offset=400 local.get $3 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 4 i32.ne if @@ -10034,12 +10154,12 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $2 - i32.store $0 offset=404 + i32.store offset=404 local.get $3 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 i32.const 20 i32.ne if @@ -10052,7 +10172,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/date/Date#getUTCHours if @@ -10065,7 +10185,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/date/Date#getUTCMinutes if @@ -10078,7 +10198,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/date/Date#getUTCSeconds if @@ -10091,7 +10211,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/date/Date#getUTCMilliseconds i32.const 1 @@ -10106,16 +10226,16 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=276 + i32.store offset=276 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 7648 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 7648 call $~lib/string/String.__eq @@ -10130,16 +10250,16 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=276 + i32.store offset=276 local.get $2 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 7728 - i32.store $0 offset=272 + i32.store offset=272 local.get $0 i32.const 7728 call $~lib/string/String.__eq @@ -10187,7 +10307,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 i32.const 2 @@ -10196,106 +10316,30 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 + i32.store i32.const 16 i32.const 6 call $~lib/rt/itcms/__new local.tee $2 local.get $3 - i32.store $0 + i32.store + local.get $2 local.get $3 - if - local.get $2 - local.get $3 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link local.get $2 local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) - local.get $0 - i32.eqz - if - i32.const 0 - i32.const 1264 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white - local.get $1 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $3 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $0 - local.get $1 - local.get $2 - select - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $3 - i32.const 3 - i32.eq - i32.and - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - end - end - end - ) ) diff --git a/tests/compiler/std/hash.debug.wat b/tests/compiler/std/hash.debug.wat index a46b9b8f74..0a04055d0c 100644 --- a/tests/compiler/std/hash.debug.wat +++ b/tests/compiler/std/hash.debug.wat @@ -1,9 +1,9 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $f32_=>_i32 (func (param f32) (result i32))) - (type $f64_=>_i32 (func (param f64) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func)) + (type $2 (func (param f32) (result i32))) + (type $3 (func (param f64) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -28,7 +28,7 @@ (start $~start) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -241,14 +241,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 1 drop block $~lib/util/hash/hashStr|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $key local.tee $key|1 - i32.store $0 + i32.store local.get $key|1 i32.const 0 i32.eq @@ -260,7 +260,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/string/String#get:length i32.const 1 @@ -305,7 +305,7 @@ local.get $s1 local.set $h|10 local.get $pos - i32.load $0 + i32.load local.set $key|11 local.get $h|10 local.get $key|11 @@ -323,7 +323,7 @@ local.get $s2 local.set $h|12 local.get $pos - i32.load $0 offset=4 + i32.load offset=4 local.set $key|13 local.get $h|12 local.get $key|13 @@ -341,7 +341,7 @@ local.get $s3 local.set $h|14 local.get $pos - i32.load $0 offset=8 + i32.load offset=8 local.set $key|15 local.get $h|14 local.get $key|15 @@ -359,7 +359,7 @@ local.get $s4 local.set $h|16 local.get $pos - i32.load $0 offset=12 + i32.load offset=12 local.set $key|17 local.get $h|16 local.get $key|17 @@ -419,7 +419,7 @@ if local.get $h local.get $pos - i32.load $0 + i32.load i32.const -1028477379 i32.mul i32.add @@ -448,7 +448,7 @@ if local.get $h local.get $pos - i32.load8_u $0 + i32.load8_u i32.const 374761393 i32.mul i32.add @@ -530,14 +530,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 1 drop block $~lib/util/hash/hashStr|inlined.1 (result i32) global.get $~lib/memory/__stack_pointer local.get $key local.tee $key|1 - i32.store $0 + i32.store local.get $key|1 i32.const 0 i32.eq @@ -549,7 +549,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/string/String#get:length i32.const 1 @@ -594,7 +594,7 @@ local.get $s1 local.set $h|10 local.get $pos - i32.load $0 + i32.load local.set $key|11 local.get $h|10 local.get $key|11 @@ -612,7 +612,7 @@ local.get $s2 local.set $h|12 local.get $pos - i32.load $0 offset=4 + i32.load offset=4 local.set $key|13 local.get $h|12 local.get $key|13 @@ -630,7 +630,7 @@ local.get $s3 local.set $h|14 local.get $pos - i32.load $0 offset=8 + i32.load offset=8 local.set $key|15 local.get $h|14 local.get $key|15 @@ -648,7 +648,7 @@ local.get $s4 local.set $h|16 local.get $pos - i32.load $0 offset=12 + i32.load offset=12 local.set $key|17 local.get $h|16 local.get $key|17 @@ -708,7 +708,7 @@ if local.get $h local.get $pos - i32.load $0 + i32.load i32.const -1028477379 i32.mul i32.add @@ -737,7 +737,7 @@ if local.get $h local.get $pos - i32.load8_u $0 + i32.load8_u i32.const 374761393 i32.mul i32.add @@ -801,7 +801,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 call $~lib/util/hash/HASH<~lib/string/String|null> call $std/hash/check @@ -810,7 +810,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/util/hash/HASH<~lib/string/String> call $std/hash/check @@ -819,7 +819,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/util/hash/HASH<~lib/string/String> call $std/hash/check @@ -828,7 +828,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/util/hash/HASH<~lib/string/String> call $std/hash/check @@ -837,7 +837,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/util/hash/HASH<~lib/string/String> call $std/hash/check @@ -846,7 +846,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/util/hash/HASH<~lib/string/String> call $std/hash/check @@ -855,7 +855,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/util/hash/HASH<~lib/string/String> call $std/hash/check @@ -864,7 +864,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/util/hash/HASH<~lib/string/String> call $std/hash/check @@ -873,7 +873,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/util/hash/HASH<~lib/string/String> call $std/hash/check @@ -882,7 +882,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/util/hash/HASH<~lib/string/String> call $std/hash/check @@ -891,7 +891,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/util/hash/HASH<~lib/string/String> call $std/hash/check diff --git a/tests/compiler/std/hash.release.wat b/tests/compiler/std/hash.release.wat index 3096ab685c..ec05d869a7 100644 --- a/tests/compiler/std/hash.release.wat +++ b/tests/compiler/std/hash.release.wat @@ -1,7 +1,7 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_=>_none (func (param i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func (param i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34172)) (memory $0 1) @@ -45,57 +45,57 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 call $~lib/util/hash/HASH<~lib/string/String|null> global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 + i32.store i32.const 1056 call $~lib/util/hash/HASH<~lib/string/String|null> global.get $~lib/memory/__stack_pointer i32.const 1088 - i32.store $0 + i32.store i32.const 1088 call $~lib/util/hash/HASH<~lib/string/String|null> global.get $~lib/memory/__stack_pointer i32.const 1120 - i32.store $0 + i32.store i32.const 1120 call $~lib/util/hash/HASH<~lib/string/String|null> global.get $~lib/memory/__stack_pointer i32.const 1152 - i32.store $0 + i32.store i32.const 1152 call $~lib/util/hash/HASH<~lib/string/String|null> global.get $~lib/memory/__stack_pointer i32.const 1184 - i32.store $0 + i32.store i32.const 1184 call $~lib/util/hash/HASH<~lib/string/String|null> global.get $~lib/memory/__stack_pointer i32.const 1216 - i32.store $0 + i32.store i32.const 1216 call $~lib/util/hash/HASH<~lib/string/String|null> global.get $~lib/memory/__stack_pointer i32.const 1248 - i32.store $0 + i32.store i32.const 1248 call $~lib/util/hash/HASH<~lib/string/String|null> global.get $~lib/memory/__stack_pointer i32.const 1280 - i32.store $0 + i32.store i32.const 1280 call $~lib/util/hash/HASH<~lib/string/String|null> global.get $~lib/memory/__stack_pointer i32.const 1328 - i32.store $0 + i32.store i32.const 1328 call $~lib/util/hash/HASH<~lib/string/String|null> global.get $~lib/memory/__stack_pointer i32.const 1376 - i32.store $0 + i32.store i32.const 1376 call $~lib/util/hash/HASH<~lib/string/String|null> global.get $~lib/memory/__stack_pointer @@ -129,20 +129,20 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 if - global.get $~lib/memory/__stack_pointer + local.get $1 local.get $0 local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and local.tee $3 @@ -168,7 +168,7 @@ if local.get $2 local.get $1 - i32.load $0 + i32.load i32.const -2048144777 i32.mul i32.add @@ -179,7 +179,7 @@ local.set $2 local.get $4 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2048144777 i32.mul i32.add @@ -190,7 +190,7 @@ local.set $4 local.get $6 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.const -2048144777 i32.mul i32.add @@ -201,7 +201,7 @@ local.set $6 local.get $5 local.get $1 - i32.load $0 offset=12 + i32.load offset=12 i32.const -2048144777 i32.mul i32.add @@ -253,7 +253,7 @@ if local.get $2 local.get $1 - i32.load $0 + i32.load i32.const -1028477379 i32.mul i32.add @@ -280,7 +280,7 @@ if local.get $2 local.get $1 - i32.load8_u $0 + i32.load8_u i32.const 374761393 i32.mul i32.add diff --git a/tests/compiler/std/map.debug.wat b/tests/compiler/std/map.debug.wat index f8b67fdf6a..e257b10dce 100644 --- a/tests/compiler/std/map.debug.wat +++ b/tests/compiler/std/map.debug.wat @@ -1,38 +1,38 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_=>_i64 (func (param i32) (result i64))) - (type $i32_i64_=>_none (func (param i32 i64))) - (type $i32_i64_i32_=>_i32 (func (param i32 i64 i32) (result i32))) - (type $i32_i64_=>_i32 (func (param i32 i64) (result i32))) - (type $i32_=>_f32 (func (param i32) (result f32))) - (type $i32_f32_=>_none (func (param i32 f32))) - (type $i32_=>_f64 (func (param i32) (result f64))) - (type $i32_f64_=>_none (func (param i32 f64))) - (type $i32_f32_i32_=>_i32 (func (param i32 f32 i32) (result i32))) - (type $i32_f32_=>_i32 (func (param i32 f32) (result i32))) - (type $i32_f64_i32_=>_i32 (func (param i32 f64 i32) (result i32))) - (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i64_=>_i32 (func (param i64) (result i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_i32_=>_i64 (func (param i32 i32) (result i64))) - (type $i32_i64_i64_=>_i32 (func (param i32 i64 i64) (result i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $f32_=>_i32 (func (param f32) (result i32))) - (type $f64_=>_i32 (func (param f64) (result i32))) - (type $i32_i32_f32_=>_none (func (param i32 i32 f32))) - (type $i32_i32_=>_f32 (func (param i32 i32) (result f32))) - (type $i32_f32_f32_=>_i32 (func (param i32 f32 f32) (result i32))) - (type $i32_i32_f64_=>_none (func (param i32 i32 f64))) - (type $i32_i32_=>_f64 (func (param i32 i32) (result f64))) - (type $i32_f64_f64_=>_i32 (func (param i32 f64 f64) (result i32))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32 i32 i32) (result i32))) + (type $4 (func (param i32))) + (type $5 (func)) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param i32) (result i64))) + (type $8 (func (param i32 i64))) + (type $9 (func (param i32 i64 i32) (result i32))) + (type $10 (func (param i32 i64) (result i32))) + (type $11 (func (param i32) (result f32))) + (type $12 (func (param i32 f32))) + (type $13 (func (param i32) (result f64))) + (type $14 (func (param i32 f64))) + (type $15 (func (param i32 f32 i32) (result i32))) + (type $16 (func (param i32 f32) (result i32))) + (type $17 (func (param i32 f64 i32) (result i32))) + (type $18 (func (param i32 f64) (result i32))) + (type $19 (func (param i32 i32 i32 i32))) + (type $20 (func (param i64) (result i32))) + (type $21 (func (param i32 i32 i64))) + (type $22 (func (param i32 i32) (result i64))) + (type $23 (func (param i32 i64 i64) (result i32))) + (type $24 (func (param i32 i32 i64) (result i32))) + (type $25 (func (result i32))) + (type $26 (func (param f32) (result i32))) + (type $27 (func (param f64) (result i32))) + (type $28 (func (param i32 i32 f32))) + (type $29 (func (param i32 i32) (result f32))) + (type $30 (func (param i32 f32 f32) (result i32))) + (type $31 (func (param i32 i32 f64))) + (type $32 (func (param i32 i32) (result f64))) + (type $33 (func (param i32 f64 f64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -76,12 +76,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -95,7 +95,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -169,7 +169,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -239,11 +239,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -251,7 +251,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -383,7 +383,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -396,7 +396,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -412,34 +412,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -599,7 +599,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -622,7 +622,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -636,7 +636,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -659,7 +659,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -802,7 +802,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -888,7 +888,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -968,7 +968,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1002,7 +1002,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1025,7 +1025,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1039,7 +1039,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1091,7 +1091,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1129,7 +1129,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1204,7 +1203,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1238,7 +1237,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1259,7 +1258,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1279,7 +1278,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1299,7 +1298,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1325,7 +1324,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1348,7 +1347,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1833,7 +1832,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1878,7 +1877,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1911,7 +1910,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1934,7 +1933,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1960,7 +1959,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1973,7 +1972,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2000,19 +1999,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2214,12 +2213,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2270,7 +2269,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2345,7 +2344,7 @@ (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -2354,12 +2353,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -2368,17 +2367,17 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key i32) (result i32) (local $key|1 i32) @@ -2451,59 +2450,59 @@ ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) local.get $this - i32.load8_s $0 + i32.load8_s ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store8 $0 + i32.store8 ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2512,33 +2511,33 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) (local $oldObj i32) @@ -2582,18 +2581,18 @@ local.get $5 i32.lt_u select - memory.copy $0 $0 + memory.copy local.get $newPtr return ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2602,30 +2601,30 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -2634,12 +2633,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -2648,22 +2647,22 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -2672,12 +2671,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -2686,68 +2685,68 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) local.get $this - i32.load8_s $0 + i32.load8_s ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store8 $0 offset=1 + i32.store8 offset=1 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store8 $0 + i32.store8 ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) local.get $this - i32.load8_s $0 offset=1 + i32.load8_s offset=1 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/util/hash/HASH (param $key i32) (result i32) (local $key|1 i32) @@ -2819,59 +2818,59 @@ ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store $0 + i32.store ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -2880,12 +2879,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -2894,17 +2893,17 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key i32) (result i32) (local $key|1 i32) @@ -2978,59 +2977,59 @@ ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) local.get $this - i32.load8_u $0 + i32.load8_u ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store8 $0 + i32.store8 ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -3039,30 +3038,30 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -3071,12 +3070,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -3085,73 +3084,73 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) local.get $this - i32.load8_u $0 + i32.load8_u ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store8 $0 offset=1 + i32.store8 offset=1 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store8 $0 + i32.store8 ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) local.get $this - i32.load8_u $0 offset=1 + i32.load8_u offset=1 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -3160,12 +3159,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -3174,17 +3173,17 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key i32) (result i32) (local $key|1 i32) @@ -3257,59 +3256,59 @@ ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) local.get $this - i32.load16_s $0 + i32.load16_s ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store16 $0 + i32.store16 ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -3318,30 +3317,30 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -3350,12 +3349,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -3364,73 +3363,73 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) local.get $this - i32.load16_s $0 + i32.load16_s ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store16 $0 offset=2 + i32.store16 offset=2 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store16 $0 + i32.store16 ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) local.get $this - i32.load16_s $0 offset=2 + i32.load16_s offset=2 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -3439,12 +3438,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -3453,17 +3452,17 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key i32) (result i32) (local $key|1 i32) @@ -3537,59 +3536,59 @@ ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) local.get $this - i32.load16_u $0 + i32.load16_u ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store16 $0 + i32.store16 ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -3598,30 +3597,30 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -3630,12 +3629,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -3644,73 +3643,73 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) local.get $this - i32.load16_u $0 + i32.load16_u ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store16 $0 offset=2 + i32.store16 offset=2 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store16 $0 + i32.store16 ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) local.get $this - i32.load16_u $0 offset=2 + i32.load16_u offset=2 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -3719,12 +3718,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -3733,17 +3732,17 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key i32) (result i32) (local $key|1 i32) @@ -3815,59 +3814,59 @@ ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store $0 + i32.store ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -3876,30 +3875,30 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -3908,12 +3907,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -3922,73 +3921,73 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store $0 + i32.store ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -3997,12 +3996,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -4011,17 +4010,17 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key i64) (result i32) (local $key|1 i64) @@ -4110,59 +4109,59 @@ ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result i64) local.get $this - i64.load $0 + i64.load ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i64) local.get $this local.get $key - i64.store $0 + i64.store ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -4171,30 +4170,30 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -4203,12 +4202,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -4217,73 +4216,73 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result i64) local.get $this - i64.load $0 + i64.load ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i64) local.get $this local.get $value - i64.store $0 offset=8 + i64.store offset=8 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i64) local.get $this local.get $key - i64.store $0 + i64.store ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i64) local.get $this - i64.load $0 offset=8 + i64.load offset=8 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -4292,12 +4291,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -4306,17 +4305,17 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key i64) (result i32) (local $key|1 i64) @@ -4405,59 +4404,59 @@ ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result i64) local.get $this - i64.load $0 + i64.load ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i64) local.get $this local.get $key - i64.store $0 + i64.store ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -4466,30 +4465,30 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -4498,12 +4497,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -4512,73 +4511,73 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result i64) local.get $this - i64.load $0 + i64.load ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i64) local.get $this local.get $value - i64.store $0 offset=8 + i64.store offset=8 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i64) local.get $this local.get $key - i64.store $0 + i64.store ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i64) local.get $this - i64.load $0 offset=8 + i64.load offset=8 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -4587,12 +4586,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -4601,17 +4600,17 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key f32) (result i32) (local $key|1 i32) @@ -4684,59 +4683,59 @@ ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result f32) local.get $this - f32.load $0 + f32.load ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key f32) local.get $this local.get $key - f32.store $0 + f32.store ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -4745,30 +4744,30 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -4777,12 +4776,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -4791,73 +4790,73 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result f32) local.get $this - f32.load $0 + f32.load ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value f32) local.get $this local.get $value - f32.store $0 offset=4 + f32.store offset=4 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key f32) local.get $this local.get $key - f32.store $0 + f32.store ) (func $~lib/map/MapEntry#get:value (param $this i32) (result f32) local.get $this - f32.load $0 offset=4 + f32.load offset=4 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -4866,12 +4865,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -4880,17 +4879,17 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key f64) (result i32) (local $key|1 i64) @@ -4980,59 +4979,59 @@ ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result f64) local.get $this - f64.load $0 + f64.load ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key f64) local.get $this local.get $key - f64.store $0 + f64.store ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -5041,30 +5040,30 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -5073,12 +5072,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -5087,68 +5086,68 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result f64) local.get $this - f64.load $0 + f64.load ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value f64) local.get $this local.get $value - f64.store $0 offset=8 + f64.store offset=8 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key f64) local.get $this local.get $key - f64.store $0 + f64.store ) (func $~lib/map/MapEntry#get:value (param $this i32) (result f64) local.get $this - f64.load $0 offset=8 + f64.load offset=8 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__collect i32.const 0 @@ -5197,7 +5196,7 @@ drop ) (func $start:std/map - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -5247,7 +5246,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -5256,7 +5255,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) local.get $0 @@ -5268,7 +5266,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -5280,7 +5278,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -5316,7 +5314,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -5344,7 +5342,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -5372,7 +5370,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -5400,7 +5398,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -5428,7 +5426,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -5456,7 +5454,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -5484,7 +5482,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -5512,7 +5510,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -5568,7 +5566,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/map/Map $~lib/array/Array $~lib/array/Array $~lib/map/Map $~lib/map/Map $~lib/map/Map $~lib/array/Array $~lib/map/Map $~lib/map/Map $~lib/array/Array $~lib/map/Map $~lib/map/Map $~lib/array/Array $~lib/map/Map $~lib/map/Map $~lib/array/Array $~lib/map/Map $~lib/map/Map $~lib/array/Array $~lib/map/Map $~lib/map/Map $~lib/array/Array $~lib/map/Map $~lib/map/Map $~lib/array/Array $~lib/map/Map $~lib/map/Map $~lib/array/Array $~lib/map/Map $invalid end return @@ -5754,10 +5752,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -5766,13 +5764,13 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -5782,14 +5780,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -5799,7 +5797,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -5812,14 +5810,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -5827,7 +5825,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -5835,7 +5833,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -5858,12 +5856,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -5871,14 +5869,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -5937,12 +5935,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -5979,10 +5977,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -5994,7 +5992,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -6011,12 +6009,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -6025,7 +6023,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -6075,11 +6073,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 12 @@ -6102,20 +6100,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -6123,20 +6121,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -6144,13 +6142,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -6173,10 +6171,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -6184,7 +6182,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -6202,14 +6200,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -6218,20 +6216,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -6244,7 +6242,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -6252,7 +6250,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -6267,23 +6265,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -6312,13 +6310,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -6328,7 +6326,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -6336,7 +6334,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -6346,11 +6344,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -6371,12 +6369,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $key local.get $key @@ -6412,12 +6410,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -6441,10 +6439,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -6453,13 +6451,13 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -6467,7 +6465,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -6475,7 +6473,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -6483,7 +6481,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -6516,7 +6514,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -6525,20 +6523,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -6546,7 +6544,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -6554,7 +6552,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -6585,12 +6583,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $oldCapacity @@ -6617,7 +6615,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $oldData @@ -6667,10 +6665,10 @@ if local.get $array local.get $newData - i32.store $0 + i32.store local.get $array local.get $newData - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $newData i32.const 0 @@ -6678,7 +6676,7 @@ end local.get $array local.get $newCapacity - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -6694,13 +6692,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -6727,7 +6725,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -6738,7 +6736,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -6746,7 +6744,7 @@ i32.shl i32.add local.get $value - i32.store8 $0 + i32.store8 i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -6763,7 +6761,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 0 @@ -6773,7 +6771,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -6798,12 +6796,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -6811,7 +6809,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -6820,7 +6818,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $keys - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -6849,7 +6847,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -6872,7 +6870,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -6898,10 +6896,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -6910,13 +6908,13 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -6924,7 +6922,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -6932,7 +6930,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -6940,7 +6938,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -6973,7 +6971,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -6982,20 +6980,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -7003,7 +7001,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -7011,7 +7009,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -7032,13 +7030,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -7065,7 +7063,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -7076,7 +7074,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -7084,7 +7082,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -7101,7 +7099,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 2 @@ -7111,7 +7109,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -7136,12 +7134,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -7149,7 +7147,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -7158,7 +7156,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -7187,7 +7185,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -7210,7 +7208,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -7232,10 +7230,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -7244,13 +7242,13 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -7260,14 +7258,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -7277,7 +7275,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -7290,14 +7288,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -7305,7 +7303,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -7313,7 +7311,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -7334,10 +7332,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -7346,13 +7344,13 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -7362,14 +7360,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -7379,7 +7377,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -7392,14 +7390,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -7407,7 +7405,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -7415,7 +7413,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -7436,12 +7434,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -7462,13 +7460,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -7484,14 +7482,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value i32.const 0 drop @@ -7514,13 +7512,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -7536,14 +7534,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -7567,12 +7565,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -7580,14 +7578,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -7658,10 +7656,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -7673,7 +7671,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -7690,12 +7688,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -7704,7 +7702,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -7754,11 +7752,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 8 @@ -7781,20 +7779,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -7802,20 +7800,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -7823,13 +7821,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -7852,10 +7850,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -7863,7 +7861,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -7881,14 +7879,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -7897,20 +7895,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -7923,7 +7921,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -7931,7 +7929,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -7946,23 +7944,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -7991,13 +7989,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -8007,7 +8005,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -8015,7 +8013,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -8025,11 +8023,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -8051,12 +8049,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -8064,14 +8062,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -8140,10 +8138,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -8155,7 +8153,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -8172,12 +8170,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -8186,7 +8184,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -8236,11 +8234,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 12 @@ -8263,20 +8261,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -8284,20 +8282,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -8305,13 +8303,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -8334,10 +8332,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -8345,7 +8343,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -8363,14 +8361,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -8379,20 +8377,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -8405,7 +8403,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -8413,7 +8411,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -8428,23 +8426,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -8473,13 +8471,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -8489,7 +8487,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -8497,7 +8495,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -8507,11 +8505,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -8531,12 +8529,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -8556,12 +8554,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -8585,12 +8583,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -8619,13 +8617,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -8635,7 +8633,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -8650,7 +8648,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.tee $5 @@ -8664,14 +8662,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -8687,7 +8685,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/map/Map#rehash @@ -8710,12 +8708,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -8725,14 +8723,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -8742,7 +8740,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -8755,14 +8753,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -8770,7 +8768,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -8778,7 +8776,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -8809,12 +8807,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $map - i32.store $0 + i32.store i32.const 0 local.set $k loop $for-loop|0 @@ -8826,7 +8824,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -8844,7 +8842,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k i32.const 10 @@ -8856,7 +8854,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -8873,7 +8871,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#get @@ -8901,7 +8899,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -8926,7 +8924,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -8943,7 +8941,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -8964,7 +8962,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 i32.const 20 @@ -8976,7 +8974,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -8993,7 +8991,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -9021,7 +9019,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -9040,31 +9038,31 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#keys local.tee $keys - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#values local.tee $vals - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $keyMap - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $valMap - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $index loop $for-loop|2 @@ -9073,7 +9071,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/array/Array#get:length i32.lt_s @@ -9082,7 +9080,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -9091,7 +9089,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -9100,7 +9098,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key call $~lib/map/Map#has @@ -9117,7 +9115,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -9136,7 +9134,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key local.get $key @@ -9146,7 +9144,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -9167,7 +9165,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -9185,7 +9183,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -9210,7 +9208,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -9227,7 +9225,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#get @@ -9248,7 +9246,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#delete @@ -9257,7 +9255,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -9282,7 +9280,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -9307,7 +9305,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -9325,7 +9323,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 i32.const 10 @@ -9337,7 +9335,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -9354,7 +9352,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#delete @@ -9363,7 +9361,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -9388,7 +9386,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -9406,14 +9404,14 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#clear local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 0 @@ -9441,10 +9439,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -9453,13 +9451,13 @@ i32.const 9 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -9469,14 +9467,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -9486,7 +9484,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -9499,14 +9497,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -9514,7 +9512,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -9522,7 +9520,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -9545,12 +9543,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -9558,14 +9556,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -9626,12 +9624,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -9668,10 +9666,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -9683,7 +9681,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -9700,12 +9698,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -9714,7 +9712,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -9764,11 +9762,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 12 @@ -9791,20 +9789,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -9812,20 +9810,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -9833,13 +9831,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -9862,10 +9860,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -9873,7 +9871,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -9891,14 +9889,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -9907,20 +9905,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -9933,7 +9931,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -9941,7 +9939,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -9956,23 +9954,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -10001,13 +9999,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -10017,7 +10015,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -10025,7 +10023,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -10035,11 +10033,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -10060,12 +10058,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $key local.get $key @@ -10101,12 +10099,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -10130,10 +10128,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -10142,13 +10140,13 @@ i32.const 10 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -10156,7 +10154,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -10164,7 +10162,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -10172,7 +10170,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -10205,7 +10203,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -10214,20 +10212,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -10235,7 +10233,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -10243,7 +10241,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -10264,13 +10262,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -10297,7 +10295,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -10308,7 +10306,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -10316,7 +10314,7 @@ i32.shl i32.add local.get $value - i32.store8 $0 + i32.store8 i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -10333,7 +10331,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 0 @@ -10343,7 +10341,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -10368,12 +10366,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -10381,7 +10379,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -10390,7 +10388,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $keys - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -10419,7 +10417,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -10442,7 +10440,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -10471,12 +10469,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -10484,7 +10482,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -10493,7 +10491,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -10522,7 +10520,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -10545,7 +10543,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -10567,10 +10565,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -10579,13 +10577,13 @@ i32.const 11 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -10595,14 +10593,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -10612,7 +10610,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -10625,14 +10623,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -10640,7 +10638,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -10648,7 +10646,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -10669,12 +10667,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -10695,13 +10693,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -10717,14 +10715,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $value i32.const 0 drop @@ -10748,12 +10746,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -10761,14 +10759,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -10841,10 +10839,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -10856,7 +10854,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -10873,12 +10871,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -10887,7 +10885,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -10937,11 +10935,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 8 @@ -10964,20 +10962,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -10985,20 +10983,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -11006,13 +11004,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -11035,10 +11033,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -11046,7 +11044,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -11064,14 +11062,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -11080,20 +11078,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -11106,7 +11104,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -11114,7 +11112,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -11129,23 +11127,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -11174,13 +11172,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -11190,7 +11188,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -11198,7 +11196,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -11208,11 +11206,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -11232,12 +11230,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -11261,12 +11259,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -11295,13 +11293,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -11311,7 +11309,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -11326,7 +11324,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.tee $5 @@ -11340,14 +11338,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -11363,7 +11361,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/map/Map#rehash @@ -11386,12 +11384,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -11401,14 +11399,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -11418,7 +11416,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -11431,14 +11429,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -11446,7 +11444,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -11454,7 +11452,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -11485,12 +11483,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $map - i32.store $0 + i32.store i32.const 0 local.set $k loop $for-loop|0 @@ -11502,7 +11500,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -11520,7 +11518,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k i32.const 10 @@ -11532,7 +11530,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -11549,7 +11547,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#get @@ -11577,7 +11575,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -11602,7 +11600,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -11619,7 +11617,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -11640,7 +11638,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 i32.const 20 @@ -11652,7 +11650,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -11669,7 +11667,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -11697,7 +11695,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -11716,31 +11714,31 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#keys local.tee $keys - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#values local.tee $vals - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $keyMap - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $valMap - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $index loop $for-loop|2 @@ -11749,7 +11747,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/array/Array#get:length i32.lt_s @@ -11758,7 +11756,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -11767,7 +11765,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -11776,7 +11774,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key call $~lib/map/Map#has @@ -11793,7 +11791,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -11812,7 +11810,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key local.get $key @@ -11822,7 +11820,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -11843,7 +11841,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -11861,7 +11859,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -11886,7 +11884,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -11903,7 +11901,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#get @@ -11924,7 +11922,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#delete @@ -11933,7 +11931,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -11958,7 +11956,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -11983,7 +11981,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -12001,7 +11999,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 i32.const 10 @@ -12013,7 +12011,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -12030,7 +12028,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#delete @@ -12039,7 +12037,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -12064,7 +12062,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -12082,14 +12080,14 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#clear local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 0 @@ -12117,10 +12115,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -12129,13 +12127,13 @@ i32.const 12 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -12145,14 +12143,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -12162,7 +12160,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -12175,14 +12173,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -12190,7 +12188,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -12198,7 +12196,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -12221,12 +12219,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -12234,14 +12232,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -12300,12 +12298,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -12342,10 +12340,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -12357,7 +12355,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -12374,12 +12372,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -12388,7 +12386,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -12438,11 +12436,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 12 @@ -12465,20 +12463,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -12486,20 +12484,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -12507,13 +12505,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -12536,10 +12534,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -12547,7 +12545,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -12565,14 +12563,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -12581,20 +12579,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -12607,7 +12605,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -12615,7 +12613,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -12630,23 +12628,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -12675,13 +12673,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -12691,7 +12689,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -12699,7 +12697,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -12709,11 +12707,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -12734,12 +12732,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $key local.get $key @@ -12775,12 +12773,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -12804,10 +12802,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -12816,13 +12814,13 @@ i32.const 13 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -12830,7 +12828,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -12838,7 +12836,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -12846,7 +12844,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -12879,7 +12877,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -12888,20 +12886,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -12909,7 +12907,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -12917,7 +12915,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -12938,13 +12936,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -12971,7 +12969,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -12982,7 +12980,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -12990,7 +12988,7 @@ i32.shl i32.add local.get $value - i32.store16 $0 + i32.store16 i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -13007,7 +13005,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 1 @@ -13017,7 +13015,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -13042,12 +13040,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -13055,7 +13053,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -13064,7 +13062,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $keys - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -13093,7 +13091,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -13116,7 +13114,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -13145,12 +13143,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -13158,7 +13156,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -13167,7 +13165,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -13196,7 +13194,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -13219,7 +13217,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -13241,10 +13239,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -13253,13 +13251,13 @@ i32.const 14 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -13269,14 +13267,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -13286,7 +13284,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -13299,14 +13297,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -13314,7 +13312,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -13322,7 +13320,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -13343,12 +13341,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -13369,13 +13367,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -13391,14 +13389,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $value i32.const 0 drop @@ -13422,12 +13420,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -13435,14 +13433,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -13513,10 +13511,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -13528,7 +13526,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -13545,12 +13543,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -13559,7 +13557,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -13609,11 +13607,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 8 @@ -13636,20 +13634,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -13657,20 +13655,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -13678,13 +13676,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -13707,10 +13705,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -13718,7 +13716,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -13736,14 +13734,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -13752,20 +13750,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -13778,7 +13776,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -13786,7 +13784,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -13801,23 +13799,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -13846,13 +13844,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -13862,7 +13860,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -13870,7 +13868,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -13880,11 +13878,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -13904,12 +13902,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -13933,12 +13931,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -13967,13 +13965,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -13983,7 +13981,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -13998,7 +13996,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.tee $5 @@ -14012,14 +14010,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -14035,7 +14033,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/map/Map#rehash @@ -14058,12 +14056,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -14073,14 +14071,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -14090,7 +14088,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -14103,14 +14101,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -14118,7 +14116,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -14126,7 +14124,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -14157,12 +14155,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $map - i32.store $0 + i32.store i32.const 0 local.set $k loop $for-loop|0 @@ -14174,7 +14172,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -14192,7 +14190,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k i32.const 10 @@ -14204,7 +14202,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -14221,7 +14219,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#get @@ -14249,7 +14247,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -14274,7 +14272,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -14291,7 +14289,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -14312,7 +14310,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 i32.const 20 @@ -14324,7 +14322,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -14341,7 +14339,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -14369,7 +14367,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -14388,31 +14386,31 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#keys local.tee $keys - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#values local.tee $vals - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $keyMap - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $valMap - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $index loop $for-loop|2 @@ -14421,7 +14419,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/array/Array#get:length i32.lt_s @@ -14430,7 +14428,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -14439,7 +14437,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -14448,7 +14446,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key call $~lib/map/Map#has @@ -14465,7 +14463,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -14484,7 +14482,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key local.get $key @@ -14494,7 +14492,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -14515,7 +14513,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -14533,7 +14531,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -14558,7 +14556,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -14575,7 +14573,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#get @@ -14596,7 +14594,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#delete @@ -14605,7 +14603,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -14630,7 +14628,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -14655,7 +14653,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -14673,7 +14671,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 i32.const 10 @@ -14685,7 +14683,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -14702,7 +14700,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#delete @@ -14711,7 +14709,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -14736,7 +14734,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -14754,14 +14752,14 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#clear local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 0 @@ -14789,10 +14787,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -14801,13 +14799,13 @@ i32.const 15 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -14817,14 +14815,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -14834,7 +14832,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -14847,14 +14845,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -14862,7 +14860,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -14870,7 +14868,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -14893,12 +14891,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -14906,14 +14904,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -14974,12 +14972,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -15016,10 +15014,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -15031,7 +15029,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -15048,12 +15046,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -15062,7 +15060,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -15112,11 +15110,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 12 @@ -15139,20 +15137,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -15160,20 +15158,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -15181,13 +15179,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -15210,10 +15208,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -15221,7 +15219,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -15239,14 +15237,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -15255,20 +15253,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -15281,7 +15279,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -15289,7 +15287,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -15304,23 +15302,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -15349,13 +15347,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -15365,7 +15363,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -15373,7 +15371,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -15383,11 +15381,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -15408,12 +15406,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $key local.get $key @@ -15449,12 +15447,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -15478,10 +15476,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -15490,13 +15488,13 @@ i32.const 16 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -15504,7 +15502,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -15512,7 +15510,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -15520,7 +15518,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -15553,7 +15551,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -15562,20 +15560,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -15583,7 +15581,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -15591,7 +15589,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -15612,13 +15610,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -15645,7 +15643,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -15656,7 +15654,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -15664,7 +15662,7 @@ i32.shl i32.add local.get $value - i32.store16 $0 + i32.store16 i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -15681,7 +15679,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 1 @@ -15691,7 +15689,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -15716,12 +15714,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -15729,7 +15727,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -15738,7 +15736,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $keys - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -15767,7 +15765,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -15790,7 +15788,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -15819,12 +15817,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -15832,7 +15830,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -15841,7 +15839,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -15870,7 +15868,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -15893,7 +15891,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -15915,10 +15913,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -15927,13 +15925,13 @@ i32.const 17 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -15943,14 +15941,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -15960,7 +15958,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -15973,14 +15971,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -15988,7 +15986,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -15996,7 +15994,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -16017,12 +16015,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -16043,13 +16041,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -16065,14 +16063,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $value i32.const 0 drop @@ -16096,12 +16094,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -16109,14 +16107,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -16189,10 +16187,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -16204,7 +16202,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -16221,12 +16219,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -16235,7 +16233,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -16285,11 +16283,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 8 @@ -16312,20 +16310,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -16333,20 +16331,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -16354,13 +16352,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -16383,10 +16381,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -16394,7 +16392,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -16412,14 +16410,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -16428,20 +16426,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -16454,7 +16452,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -16462,7 +16460,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -16477,23 +16475,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -16522,13 +16520,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -16538,7 +16536,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -16546,7 +16544,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -16556,11 +16554,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -16580,12 +16578,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -16609,12 +16607,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -16643,13 +16641,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -16659,7 +16657,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -16674,7 +16672,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.tee $5 @@ -16688,14 +16686,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -16711,7 +16709,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/map/Map#rehash @@ -16734,12 +16732,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -16749,14 +16747,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -16766,7 +16764,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -16779,14 +16777,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -16794,7 +16792,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -16802,7 +16800,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -16833,12 +16831,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $map - i32.store $0 + i32.store i32.const 0 local.set $k loop $for-loop|0 @@ -16850,7 +16848,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -16868,7 +16866,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k i32.const 10 @@ -16880,7 +16878,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -16897,7 +16895,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#get @@ -16925,7 +16923,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -16950,7 +16948,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -16967,7 +16965,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -16988,7 +16986,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 i32.const 20 @@ -17000,7 +16998,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -17017,7 +17015,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -17045,7 +17043,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -17064,31 +17062,31 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#keys local.tee $keys - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#values local.tee $vals - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $keyMap - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $valMap - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $index loop $for-loop|2 @@ -17097,7 +17095,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/array/Array#get:length i32.lt_s @@ -17106,7 +17104,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -17115,7 +17113,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -17124,7 +17122,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key call $~lib/map/Map#has @@ -17141,7 +17139,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -17160,7 +17158,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key local.get $key @@ -17170,7 +17168,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -17191,7 +17189,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -17209,7 +17207,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -17234,7 +17232,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -17251,7 +17249,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#get @@ -17272,7 +17270,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#delete @@ -17281,7 +17279,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -17306,7 +17304,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -17331,7 +17329,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -17349,7 +17347,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 i32.const 10 @@ -17361,7 +17359,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -17378,7 +17376,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#delete @@ -17387,7 +17385,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -17412,7 +17410,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -17430,14 +17428,14 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#clear local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 0 @@ -17465,12 +17463,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -17496,12 +17494,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $key local.get $key @@ -17544,12 +17542,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -17557,7 +17555,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -17566,7 +17564,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $keys - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -17595,7 +17593,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -17618,7 +17616,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -17647,12 +17645,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -17660,7 +17658,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -17669,7 +17667,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -17698,7 +17696,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -17721,7 +17719,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -17743,12 +17741,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -17772,12 +17770,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -17806,13 +17804,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -17822,7 +17820,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -17837,7 +17835,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.tee $5 @@ -17851,14 +17849,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -17874,7 +17872,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/map/Map#rehash @@ -17897,12 +17895,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -17912,14 +17910,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -17929,7 +17927,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -17942,14 +17940,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -17957,7 +17955,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -17965,7 +17963,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -17996,12 +17994,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $map - i32.store $0 + i32.store i32.const 0 local.set $k loop $for-loop|0 @@ -18013,7 +18011,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -18031,7 +18029,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k i32.const 10 @@ -18043,7 +18041,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -18060,7 +18058,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#get @@ -18088,7 +18086,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -18113,7 +18111,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -18130,7 +18128,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -18151,7 +18149,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 i32.const 20 @@ -18163,7 +18161,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -18180,7 +18178,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -18208,7 +18206,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -18227,31 +18225,31 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#keys local.tee $keys - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#values local.tee $vals - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $keyMap - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $valMap - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $index loop $for-loop|2 @@ -18260,7 +18258,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/array/Array#get:length i32.lt_s @@ -18269,7 +18267,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -18278,7 +18276,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -18287,7 +18285,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key call $~lib/map/Map#has @@ -18304,7 +18302,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -18323,7 +18321,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key local.get $key @@ -18333,7 +18331,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -18354,7 +18352,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -18372,7 +18370,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -18397,7 +18395,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -18414,7 +18412,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#get @@ -18435,7 +18433,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#delete @@ -18444,7 +18442,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -18469,7 +18467,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -18494,7 +18492,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -18512,7 +18510,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 i32.const 10 @@ -18524,7 +18522,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -18541,7 +18539,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#delete @@ -18550,7 +18548,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -18575,7 +18573,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -18593,14 +18591,14 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#clear local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 0 @@ -18628,10 +18626,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -18640,13 +18638,13 @@ i32.const 18 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -18656,14 +18654,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -18673,7 +18671,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -18686,14 +18684,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -18701,7 +18699,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -18709,7 +18707,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -18732,12 +18730,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -18745,14 +18743,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -18809,12 +18807,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -18851,10 +18849,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -18866,7 +18864,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -18883,12 +18881,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -18897,7 +18895,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -18947,11 +18945,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 12 @@ -18974,20 +18972,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -18995,20 +18993,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -19016,13 +19014,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -19045,10 +19043,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -19056,7 +19054,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -19074,14 +19072,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -19090,20 +19088,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -19116,7 +19114,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -19124,7 +19122,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -19139,23 +19137,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -19184,13 +19182,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -19200,7 +19198,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -19208,7 +19206,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -19218,11 +19216,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -19243,12 +19241,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $key local.get $key @@ -19284,12 +19282,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -19313,10 +19311,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -19325,13 +19323,13 @@ i32.const 19 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -19339,7 +19337,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -19347,7 +19345,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -19355,7 +19353,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -19388,7 +19386,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -19397,20 +19395,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -19418,7 +19416,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -19426,7 +19424,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -19447,13 +19445,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -19480,7 +19478,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -19491,7 +19489,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -19499,7 +19497,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -19516,7 +19514,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 2 @@ -19526,7 +19524,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -19551,12 +19549,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -19564,7 +19562,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -19573,7 +19571,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $keys - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -19602,7 +19600,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -19625,7 +19623,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -19654,12 +19652,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -19667,7 +19665,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -19676,7 +19674,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -19705,7 +19703,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -19728,7 +19726,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -19750,10 +19748,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -19762,13 +19760,13 @@ i32.const 20 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -19778,14 +19776,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -19795,7 +19793,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -19808,14 +19806,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -19823,7 +19821,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -19831,7 +19829,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -19852,12 +19850,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -19878,13 +19876,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -19900,14 +19898,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -19931,12 +19929,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -19944,14 +19942,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -20020,10 +20018,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -20035,7 +20033,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -20052,12 +20050,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -20066,7 +20064,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -20116,11 +20114,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 12 @@ -20143,20 +20141,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -20164,20 +20162,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -20185,13 +20183,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -20214,10 +20212,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -20225,7 +20223,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -20243,14 +20241,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -20259,20 +20257,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -20285,7 +20283,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -20293,7 +20291,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -20308,23 +20306,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -20353,13 +20351,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -20369,7 +20367,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -20377,7 +20375,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -20387,11 +20385,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -20411,12 +20409,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -20440,12 +20438,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -20474,13 +20472,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -20490,7 +20488,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -20505,7 +20503,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.tee $5 @@ -20519,14 +20517,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -20542,7 +20540,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/map/Map#rehash @@ -20565,12 +20563,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -20580,14 +20578,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -20597,7 +20595,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -20610,14 +20608,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -20625,7 +20623,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -20633,7 +20631,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -20664,12 +20662,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $map - i32.store $0 + i32.store i32.const 0 local.set $k loop $for-loop|0 @@ -20681,7 +20679,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -20699,7 +20697,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k i32.const 10 @@ -20711,7 +20709,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -20728,7 +20726,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#get @@ -20756,7 +20754,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -20781,7 +20779,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -20798,7 +20796,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -20819,7 +20817,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 i32.const 20 @@ -20831,7 +20829,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -20848,7 +20846,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -20876,7 +20874,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -20895,31 +20893,31 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#keys local.tee $keys - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#values local.tee $vals - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $keyMap - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $valMap - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $index loop $for-loop|2 @@ -20928,7 +20926,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/array/Array#get:length i32.lt_s @@ -20937,7 +20935,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -20946,7 +20944,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -20955,7 +20953,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key call $~lib/map/Map#has @@ -20972,7 +20970,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -20991,7 +20989,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key local.get $key @@ -21001,7 +20999,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -21022,7 +21020,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -21040,7 +21038,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -21065,7 +21063,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -21082,7 +21080,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#get @@ -21103,7 +21101,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#delete @@ -21112,7 +21110,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -21137,7 +21135,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -21162,7 +21160,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -21180,7 +21178,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 i32.const 10 @@ -21192,7 +21190,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -21209,7 +21207,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#delete @@ -21218,7 +21216,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -21243,7 +21241,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -21261,14 +21259,14 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#clear local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 0 @@ -21296,10 +21294,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -21308,13 +21306,13 @@ i32.const 21 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -21324,14 +21322,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -21341,7 +21339,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -21354,14 +21352,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -21369,7 +21367,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -21377,7 +21375,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -21400,12 +21398,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -21413,14 +21411,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -21477,12 +21475,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -21519,10 +21517,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -21534,7 +21532,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -21551,12 +21549,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -21565,7 +21563,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -21615,11 +21613,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 16 @@ -21642,20 +21640,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -21663,20 +21661,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -21684,13 +21682,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -21713,10 +21711,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -21724,7 +21722,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -21742,14 +21740,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -21758,20 +21756,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -21784,7 +21782,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -21792,7 +21790,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -21807,23 +21805,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -21852,13 +21850,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -21868,7 +21866,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -21876,7 +21874,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -21886,11 +21884,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -21911,12 +21909,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $key local.get $key @@ -21952,12 +21950,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -21981,10 +21979,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -21993,13 +21991,13 @@ i32.const 22 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -22007,7 +22005,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -22015,7 +22013,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -22023,7 +22021,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -22056,7 +22054,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -22065,20 +22063,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -22086,7 +22084,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -22094,7 +22092,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -22115,13 +22113,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -22148,7 +22146,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -22159,7 +22157,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -22167,7 +22165,7 @@ i32.shl i32.add local.get $value - i64.store $0 + i64.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -22184,7 +22182,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 3 @@ -22194,7 +22192,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -22219,12 +22217,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -22232,7 +22230,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -22241,7 +22239,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $keys - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -22270,7 +22268,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -22293,7 +22291,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -22322,12 +22320,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -22335,7 +22333,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -22344,7 +22342,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -22373,7 +22371,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -22396,7 +22394,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -22418,10 +22416,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -22430,13 +22428,13 @@ i32.const 23 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -22446,14 +22444,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -22463,7 +22461,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -22476,14 +22474,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -22491,7 +22489,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -22499,7 +22497,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -22520,12 +22518,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -22547,13 +22545,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -22569,14 +22567,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value i32.const 0 drop @@ -22600,12 +22598,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -22613,14 +22611,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -22689,10 +22687,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -22704,7 +22702,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -22721,12 +22719,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -22735,7 +22733,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -22785,11 +22783,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 24 @@ -22812,20 +22810,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -22833,20 +22831,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -22854,13 +22852,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -22883,10 +22881,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -22894,7 +22892,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -22912,14 +22910,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -22928,20 +22926,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -22954,7 +22952,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -22962,7 +22960,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -22977,23 +22975,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -23022,13 +23020,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -23038,7 +23036,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -23046,7 +23044,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -23056,11 +23054,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -23080,12 +23078,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -23109,12 +23107,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -23143,13 +23141,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -23159,7 +23157,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -23174,7 +23172,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.tee $5 @@ -23188,14 +23186,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -23211,7 +23209,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/map/Map#rehash @@ -23234,12 +23232,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -23249,14 +23247,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -23266,7 +23264,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -23279,14 +23277,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -23294,7 +23292,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -23302,7 +23300,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -23333,12 +23331,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $map - i32.store $0 + i32.store i64.const 0 local.set $k loop $for-loop|0 @@ -23350,7 +23348,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -23368,7 +23366,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k i32.const 10 @@ -23381,7 +23379,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -23398,7 +23396,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#get @@ -23427,7 +23425,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -23452,7 +23450,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -23469,7 +23467,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -23491,7 +23489,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 i32.const 20 @@ -23504,7 +23502,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -23521,7 +23519,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -23550,7 +23548,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -23569,31 +23567,31 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#keys local.tee $keys - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#values local.tee $vals - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $keyMap - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $valMap - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $index loop $for-loop|2 @@ -23602,7 +23600,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/array/Array#get:length i32.lt_s @@ -23611,7 +23609,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -23620,7 +23618,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -23629,7 +23627,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key call $~lib/map/Map#has @@ -23646,7 +23644,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -23666,7 +23664,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key local.get $key @@ -23676,7 +23674,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -23697,7 +23695,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -23715,7 +23713,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -23740,7 +23738,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -23757,7 +23755,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#get @@ -23779,7 +23777,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#delete @@ -23788,7 +23786,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -23813,7 +23811,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -23838,7 +23836,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -23856,7 +23854,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 i32.const 10 @@ -23869,7 +23867,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -23886,7 +23884,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#delete @@ -23895,7 +23893,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -23920,7 +23918,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -23938,14 +23936,14 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#clear local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 0 @@ -23973,10 +23971,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -23985,13 +23983,13 @@ i32.const 24 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -24001,14 +23999,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -24018,7 +24016,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -24031,14 +24029,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -24046,7 +24044,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -24054,7 +24052,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -24077,12 +24075,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -24090,14 +24088,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -24154,12 +24152,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -24196,10 +24194,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -24211,7 +24209,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -24228,12 +24226,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -24242,7 +24240,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -24292,11 +24290,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 16 @@ -24319,20 +24317,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -24340,20 +24338,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -24361,13 +24359,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -24390,10 +24388,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -24401,7 +24399,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -24419,14 +24417,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -24435,20 +24433,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -24461,7 +24459,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -24469,7 +24467,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -24484,23 +24482,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -24529,13 +24527,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -24545,7 +24543,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -24553,7 +24551,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -24563,11 +24561,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -24588,12 +24586,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $key local.get $key @@ -24629,12 +24627,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -24658,10 +24656,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -24670,13 +24668,13 @@ i32.const 25 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -24684,7 +24682,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -24692,7 +24690,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -24700,7 +24698,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -24733,7 +24731,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -24742,20 +24740,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -24763,7 +24761,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -24771,7 +24769,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -24792,13 +24790,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -24825,7 +24823,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -24836,7 +24834,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -24844,7 +24842,7 @@ i32.shl i32.add local.get $value - i64.store $0 + i64.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -24861,7 +24859,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 3 @@ -24871,7 +24869,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -24896,12 +24894,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -24909,7 +24907,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -24918,7 +24916,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $keys - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -24947,7 +24945,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -24970,7 +24968,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -24999,12 +24997,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -25012,7 +25010,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -25021,7 +25019,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -25050,7 +25048,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -25073,7 +25071,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -25095,10 +25093,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -25107,13 +25105,13 @@ i32.const 26 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -25123,14 +25121,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -25140,7 +25138,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -25153,14 +25151,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -25168,7 +25166,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -25176,7 +25174,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -25197,12 +25195,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -25224,13 +25222,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -25246,14 +25244,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value i32.const 0 drop @@ -25277,12 +25275,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -25290,14 +25288,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -25366,10 +25364,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -25381,7 +25379,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -25398,12 +25396,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -25412,7 +25410,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -25462,11 +25460,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 24 @@ -25489,20 +25487,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -25510,20 +25508,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -25531,13 +25529,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -25560,10 +25558,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -25571,7 +25569,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -25589,14 +25587,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -25605,20 +25603,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -25631,7 +25629,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -25639,7 +25637,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -25654,23 +25652,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -25699,13 +25697,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -25715,7 +25713,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -25723,7 +25721,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -25733,11 +25731,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -25757,12 +25755,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -25786,12 +25784,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -25820,13 +25818,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -25836,7 +25834,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -25851,7 +25849,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.tee $5 @@ -25865,14 +25863,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -25888,7 +25886,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/map/Map#rehash @@ -25911,12 +25909,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -25926,14 +25924,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -25943,7 +25941,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -25956,14 +25954,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -25971,7 +25969,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -25979,7 +25977,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -26010,12 +26008,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $map - i32.store $0 + i32.store i64.const 0 local.set $k loop $for-loop|0 @@ -26027,7 +26025,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -26045,7 +26043,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k i32.const 10 @@ -26058,7 +26056,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -26075,7 +26073,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#get @@ -26104,7 +26102,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -26129,7 +26127,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -26146,7 +26144,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -26168,7 +26166,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 i32.const 20 @@ -26181,7 +26179,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -26198,7 +26196,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -26227,7 +26225,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -26246,31 +26244,31 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#keys local.tee $keys - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#values local.tee $vals - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $keyMap - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $valMap - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $index loop $for-loop|2 @@ -26279,7 +26277,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/array/Array#get:length i32.lt_s @@ -26288,7 +26286,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -26297,7 +26295,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -26306,7 +26304,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key call $~lib/map/Map#has @@ -26323,7 +26321,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -26343,7 +26341,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key local.get $key @@ -26353,7 +26351,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -26374,7 +26372,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -26392,7 +26390,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -26417,7 +26415,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -26434,7 +26432,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#get @@ -26456,7 +26454,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#delete @@ -26465,7 +26463,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -26490,7 +26488,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -26515,7 +26513,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -26533,7 +26531,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 i32.const 10 @@ -26546,7 +26544,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -26563,7 +26561,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#delete @@ -26572,7 +26570,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -26597,7 +26595,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -26615,14 +26613,14 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#clear local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 0 @@ -26650,10 +26648,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -26662,13 +26660,13 @@ i32.const 27 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -26678,14 +26676,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -26695,7 +26693,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -26708,14 +26706,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -26723,7 +26721,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -26731,7 +26729,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -26754,12 +26752,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -26767,14 +26765,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -26831,12 +26829,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -26873,10 +26871,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -26888,7 +26886,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -26905,12 +26903,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -26919,7 +26917,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -26969,11 +26967,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 12 @@ -26996,20 +26994,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -27017,20 +27015,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -27038,13 +27036,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -27067,10 +27065,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -27078,7 +27076,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -27096,14 +27094,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -27112,20 +27110,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -27138,7 +27136,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -27146,7 +27144,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -27161,23 +27159,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -27206,13 +27204,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -27222,7 +27220,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -27230,7 +27228,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -27240,11 +27238,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -27265,12 +27263,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $key local.get $key @@ -27306,12 +27304,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -27335,10 +27333,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -27347,13 +27345,13 @@ i32.const 28 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -27361,7 +27359,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -27369,7 +27367,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -27377,7 +27375,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -27410,7 +27408,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -27419,20 +27417,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -27440,7 +27438,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -27448,7 +27446,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -27469,13 +27467,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -27502,7 +27500,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -27513,7 +27511,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -27521,7 +27519,7 @@ i32.shl i32.add local.get $value - f32.store $0 + f32.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -27538,7 +27536,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 2 @@ -27548,7 +27546,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -27573,12 +27571,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -27586,7 +27584,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -27595,7 +27593,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $keys - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -27624,7 +27622,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -27647,7 +27645,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -27676,12 +27674,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -27689,7 +27687,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -27698,7 +27696,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -27727,7 +27725,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -27750,7 +27748,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -27772,10 +27770,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -27784,13 +27782,13 @@ i32.const 29 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -27800,14 +27798,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -27817,7 +27815,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -27830,14 +27828,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -27845,7 +27843,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -27853,7 +27851,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -27874,12 +27872,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -27901,13 +27899,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -27923,14 +27921,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value i32.const 0 drop @@ -27954,12 +27952,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -27967,14 +27965,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -28043,10 +28041,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -28058,7 +28056,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -28075,12 +28073,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -28089,7 +28087,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -28139,11 +28137,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 12 @@ -28166,20 +28164,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -28187,20 +28185,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -28208,13 +28206,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -28237,10 +28235,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -28248,7 +28246,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -28266,14 +28264,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -28282,20 +28280,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -28308,7 +28306,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -28316,7 +28314,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -28331,23 +28329,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -28376,13 +28374,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -28392,7 +28390,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -28400,7 +28398,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -28410,11 +28408,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -28434,12 +28432,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -28463,12 +28461,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -28497,13 +28495,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -28513,7 +28511,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -28528,7 +28526,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.tee $5 @@ -28542,14 +28540,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -28565,7 +28563,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/map/Map#rehash @@ -28588,12 +28586,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -28603,14 +28601,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -28620,7 +28618,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -28633,14 +28631,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -28648,7 +28646,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -28656,7 +28654,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -28687,12 +28685,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $map - i32.store $0 + i32.store f32.const 0 local.set $k loop $for-loop|0 @@ -28704,7 +28702,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -28722,7 +28720,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k i32.const 10 @@ -28735,7 +28733,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -28752,7 +28750,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#get @@ -28781,7 +28779,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -28806,7 +28804,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -28823,7 +28821,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -28845,7 +28843,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 i32.const 20 @@ -28858,7 +28856,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -28875,7 +28873,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -28904,7 +28902,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -28923,31 +28921,31 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#keys local.tee $keys - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#values local.tee $vals - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $keyMap - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $valMap - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $index loop $for-loop|2 @@ -28956,7 +28954,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/array/Array#get:length i32.lt_s @@ -28965,7 +28963,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -28974,7 +28972,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -28983,7 +28981,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key call $~lib/map/Map#has @@ -29000,7 +28998,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -29020,7 +29018,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key local.get $key @@ -29030,7 +29028,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -29051,7 +29049,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -29069,7 +29067,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -29094,7 +29092,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -29111,7 +29109,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#get @@ -29133,7 +29131,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#delete @@ -29142,7 +29140,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -29167,7 +29165,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -29192,7 +29190,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -29210,7 +29208,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 i32.const 10 @@ -29223,7 +29221,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -29240,7 +29238,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#delete @@ -29249,7 +29247,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -29274,7 +29272,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -29292,14 +29290,14 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#clear local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 0 @@ -29327,10 +29325,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -29339,13 +29337,13 @@ i32.const 30 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -29355,14 +29353,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -29372,7 +29370,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -29385,14 +29383,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -29400,7 +29398,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -29408,7 +29406,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -29431,12 +29429,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -29444,14 +29442,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -29508,12 +29506,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -29550,10 +29548,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -29565,7 +29563,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -29582,12 +29580,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -29596,7 +29594,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -29646,11 +29644,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 16 @@ -29673,20 +29671,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -29694,20 +29692,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -29715,13 +29713,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -29744,10 +29742,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -29755,7 +29753,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -29773,14 +29771,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -29789,20 +29787,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -29815,7 +29813,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -29823,7 +29821,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -29838,23 +29836,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -29883,13 +29881,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -29899,7 +29897,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -29907,7 +29905,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -29917,11 +29915,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -29942,12 +29940,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $key local.get $key @@ -29983,12 +29981,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -30012,10 +30010,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -30024,13 +30022,13 @@ i32.const 31 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -30038,7 +30036,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -30046,7 +30044,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -30054,7 +30052,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -30087,7 +30085,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -30096,20 +30094,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -30117,7 +30115,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -30125,7 +30123,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -30146,13 +30144,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -30179,7 +30177,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -30190,7 +30188,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -30198,7 +30196,7 @@ i32.shl i32.add local.get $value - f64.store $0 + f64.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -30215,7 +30213,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 3 @@ -30225,7 +30223,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -30250,12 +30248,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -30263,7 +30261,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -30272,7 +30270,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $keys - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -30301,7 +30299,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -30324,7 +30322,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -30353,12 +30351,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.set $start @@ -30366,7 +30364,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.set $size @@ -30375,7 +30373,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -30404,7 +30402,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -30427,7 +30425,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -30449,10 +30447,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -30461,13 +30459,13 @@ i32.const 32 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -30477,14 +30475,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -30494,7 +30492,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -30507,14 +30505,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -30522,7 +30520,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -30530,7 +30528,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -30551,12 +30549,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -30578,13 +30576,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -30600,14 +30598,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value i32.const 0 drop @@ -30631,12 +30629,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -30644,14 +30642,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -30720,10 +30718,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -30735,7 +30733,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -30752,12 +30750,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -30766,7 +30764,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -30816,11 +30814,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 24 @@ -30843,20 +30841,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -30864,20 +30862,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -30885,13 +30883,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -30914,10 +30912,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -30925,7 +30923,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -30943,14 +30941,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -30959,20 +30957,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -30985,7 +30983,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -30993,7 +30991,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -31008,23 +31006,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -31053,13 +31051,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -31069,7 +31067,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -31077,7 +31075,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -31087,11 +31085,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -31111,12 +31109,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/map/Map#get:entriesCount local.set $1 @@ -31140,12 +31138,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -31174,13 +31172,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -31190,7 +31188,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -31205,7 +31203,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.tee $5 @@ -31219,14 +31217,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -31242,7 +31240,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/map/Map#rehash @@ -31265,12 +31263,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -31280,14 +31278,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -31297,7 +31295,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -31310,14 +31308,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -31325,7 +31323,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -31333,7 +31331,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -31364,12 +31362,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $map - i32.store $0 + i32.store f64.const 0 local.set $k loop $for-loop|0 @@ -31381,7 +31379,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -31399,7 +31397,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k i32.const 10 @@ -31412,7 +31410,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#has @@ -31429,7 +31427,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k call $~lib/map/Map#get @@ -31458,7 +31456,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -31483,7 +31481,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -31500,7 +31498,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -31522,7 +31520,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 i32.const 20 @@ -31535,7 +31533,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#has @@ -31552,7 +31550,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|2 call $~lib/map/Map#get @@ -31581,7 +31579,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -31600,31 +31598,31 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#keys local.tee $keys - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#values local.tee $vals - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $keyMap - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/map/Map#constructor local.tee $valMap - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $index loop $for-loop|2 @@ -31633,7 +31631,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/array/Array#get:length i32.lt_s @@ -31642,7 +31640,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -31651,7 +31649,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $index call $~lib/array/Array#__get @@ -31660,7 +31658,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key call $~lib/map/Map#has @@ -31677,7 +31675,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -31697,7 +31695,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $key local.get $key @@ -31707,7 +31705,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $value i32.const 20 @@ -31728,7 +31726,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -31746,7 +31744,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 100 @@ -31771,7 +31769,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -31788,7 +31786,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#get @@ -31810,7 +31808,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#delete @@ -31819,7 +31817,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|10 call $~lib/map/Map#has @@ -31844,7 +31842,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -31869,7 +31867,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -31887,7 +31885,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 i32.const 10 @@ -31900,7 +31898,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -31917,7 +31915,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#delete @@ -31926,7 +31924,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $k|11 call $~lib/map/Map#has @@ -31951,7 +31949,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 50 @@ -31969,14 +31967,14 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#clear local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/map/Map#get:size i32.const 0 @@ -32005,12 +32003,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32019,7 +32017,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32042,14 +32040,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -32068,14 +32066,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -32095,12 +32093,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32109,7 +32107,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32133,12 +32131,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32147,7 +32145,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32171,12 +32169,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32185,7 +32183,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32208,14 +32206,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -32235,12 +32233,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32249,7 +32247,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32273,12 +32271,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32287,7 +32285,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32310,14 +32308,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -32337,12 +32335,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32351,7 +32349,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32375,12 +32373,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32389,7 +32387,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32412,14 +32410,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -32439,12 +32437,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32453,7 +32451,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32477,12 +32475,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32491,7 +32489,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32514,14 +32512,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -32541,12 +32539,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32555,7 +32553,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32579,12 +32577,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32593,7 +32591,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32616,14 +32614,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -32643,12 +32641,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32657,7 +32655,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32681,12 +32679,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32695,7 +32693,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32718,14 +32716,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -32745,12 +32743,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32759,7 +32757,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32783,12 +32781,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32797,7 +32795,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32820,14 +32818,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -32847,12 +32845,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32861,7 +32859,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32885,12 +32883,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32899,7 +32897,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32922,14 +32920,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -32949,12 +32947,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:buckets local.get $cookie @@ -32963,7 +32961,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/map/Map#get:entries local.set $entries @@ -32987,7 +32985,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length i32.const 1073741820 i32.gt_u @@ -33004,7 +33002,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 + i32.store i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne diff --git a/tests/compiler/std/map.release.wat b/tests/compiler/std/map.release.wat index 65fa89cce5..3cd075d0b8 100644 --- a/tests/compiler/std/map.release.wat +++ b/tests/compiler/std/map.release.wat @@ -1,29 +1,29 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $none_=>_none (func)) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i64_=>_i32 (func (param i32 i64) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i64_i32_=>_i32 (func (param i32 i64 i32) (result i32))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i32_i64_i64_=>_none (func (param i32 i64 i64))) - (type $i32_i64_=>_none (func (param i32 i64))) - (type $i32_f32_=>_i32 (func (param i32 f32) (result i32))) - (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) - (type $i32_f32_i32_=>_i32 (func (param i32 f32 i32) (result i32))) - (type $i32_f32_i32_=>_none (func (param i32 f32 i32))) - (type $i32_f32_f32_=>_none (func (param i32 f32 f32))) - (type $i32_f32_=>_none (func (param i32 f32))) - (type $i32_f64_i32_=>_i32 (func (param i32 f64 i32) (result i32))) - (type $i32_f64_i32_=>_none (func (param i32 f64 i32))) - (type $i32_f64_f64_=>_none (func (param i32 f64 f64))) - (type $i32_f64_=>_none (func (param i32 f64))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32 i32) (result i32))) + (type $2 (func (param i32 i32 i32))) + (type $3 (func)) + (type $4 (func (param i32) (result i32))) + (type $5 (func (param i32))) + (type $6 (func (param i32 i32 i32) (result i32))) + (type $7 (func (param i32 i64) (result i32))) + (type $8 (func (param i32 i32 i32 i32))) + (type $9 (func (param i32 i32 i64))) + (type $10 (func (result i32))) + (type $11 (func (param i32 i64 i32) (result i32))) + (type $12 (func (param i32 i64 i32))) + (type $13 (func (param i32 i64 i64))) + (type $14 (func (param i32 i64))) + (type $15 (func (param i32 f32) (result i32))) + (type $16 (func (param i32 f64) (result i32))) + (type $17 (func (param i32 f32 i32) (result i32))) + (type $18 (func (param i32 f32 i32))) + (type $19 (func (param i32 f32 f32))) + (type $20 (func (param i32 f32))) + (type $21 (func (param i32 f64 i32) (result i32))) + (type $22 (func (param i32 f64 i32))) + (type $23 (func (param i32 f64 f64))) + (type $24 (func (param i32 f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -66,16 +66,16 @@ (local $0 i32) (local $1 i32) i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1456 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1616 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -85,7 +85,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -103,7 +103,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -120,7 +120,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -134,16 +134,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$1422 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34664 @@ -158,10 +158,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$1422 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -174,20 +174,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -196,7 +196,7 @@ else local.get $1 i32.const 1760 - i32.load $0 + i32.load i32.gt_u if i32.const 1248 @@ -211,13 +211,13 @@ i32.shl i32.const 1764 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -227,21 +227,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -249,8 +273,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -262,10 +286,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -276,29 +300,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -306,10 +330,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -323,75 +347,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -413,7 +430,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -430,12 +447,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -452,17 +469,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -472,9 +489,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -499,13 +516,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -539,7 +556,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -595,19 +612,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -619,15 +636,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -635,16 +652,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -666,10 +684,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -682,18 +700,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -717,30 +734,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -748,10 +765,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -759,7 +776,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -767,7 +784,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -778,10 +795,10 @@ end i32.const 34672 i32.const 0 - i32.store $0 + i32.store i32.const 36240 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -793,7 +810,7 @@ i32.const 34672 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -811,7 +828,7 @@ i32.const 34672 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -828,7 +845,7 @@ end i32.const 34672 i32.const 36244 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -861,7 +878,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -874,19 +891,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -897,7 +914,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -909,7 +926,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -922,12 +939,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -936,7 +949,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -947,26 +960,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -982,7 +995,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -998,7 +1011,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1023,14 +1036,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1065,7 +1078,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1079,10 +1092,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1094,10 +1107,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1105,47 +1118,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1166,7 +1181,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1183,10 +1198,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1202,7 +1217,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1223,7 +1238,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1250,7 +1265,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1271,7 +1286,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1313,50 +1328,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1376,12 +1395,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1392,7 +1411,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1413,7 +1432,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1429,8 +1448,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1444,90 +1463,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1540,74 +1559,122 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) - (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) - block $folding-inner2 - block $folding-inner1 - block $folding-inner0 - block $invalid - block $~lib/arraybuffer/ArrayBufferView - block $~lib/string/String - block $~lib/arraybuffer/ArrayBuffer - block $~lib/object/Object - local.get $0 - i32.const 8 - i32.sub - i32.load $0 - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $folding-inner0 $folding-inner1 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $invalid - end - return - end - return - end - return - end - local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end - return - end - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1896 - i32.lt_s - br_if $folding-inner2 - global.get $~lib/memory/__stack_pointer - local.tee $1 - i32.const 0 - i32.store $0 - local.get $1 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 - local.tee $1 + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) + (local $2 i32) + local.get $1 + i32.eqz + if + return + end + local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.tee $2 + local.get $1 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + i32.const 20 + i32.sub + i32.load offset=4 + i32.const 3 + i32.and + local.tee $0 + local.get $2 + i32.eqz + i32.eq + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $0 + i32.const 3 + i32.eq + i32.and if local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/Object#makeGray + end + end + end + ) + (func $~lib/rt/__visit_members (param $0 i32) + (local $1 i32) + block $folding-inner2 + block $folding-inner1 + block $folding-inner0 + block $invalid + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $folding-inner0 $folding-inner1 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $invalid + end + return + end + return + end + return + end + local.get $0 + i32.load + local.tee $0 + if + local.get $0 + call $~lib/rt/itcms/__visit + end + return + end + unreachable end global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1896 + i32.lt_s + br_if $folding-inner2 + global.get $~lib/memory/__stack_pointer + local.tee $1 + i32.const 0 + i32.store + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=8 + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1625,17 +1692,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1650,7 +1713,7 @@ unreachable ) (func $~start - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34664 @@ -1660,26 +1723,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace call $std/map/testNumeric @@ -1747,31 +1810,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 loop $while-continue|0 local.get $0 if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.const 1 i32.and @@ -1779,7 +1842,7 @@ i32.const 0 else local.get $0 - i32.load8_u $0 + i32.load8_u local.get $1 i32.const 255 i32.and @@ -1826,10 +1889,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -1897,10 +1960,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -1910,7 +1973,7 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 @@ -1922,19 +1985,19 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $7 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 12 i32.mul i32.add @@ -1947,20 +2010,20 @@ i32.ne if local.get $7 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.and i32.eqz if local.get $2 local.get $7 - i32.load8_s $0 + i32.load8_s local.tee $8 - i32.store8 $0 + i32.store8 local.get $2 local.get $7 - i32.load $0 offset=4 - i32.store $0 offset=4 + i32.load offset=4 + i32.store offset=4 local.get $2 local.get $6 local.get $1 @@ -1975,34 +2038,34 @@ i32.const 668265263 i32.mul local.tee $8 + local.get $8 i32.const 15 i32.shr_u - local.get $8 i32.xor i32.const -2048144777 i32.mul local.tee $8 + local.get $8 i32.const 13 i32.shr_u - local.get $8 i32.xor i32.const -1028477379 i32.mul local.tee $8 + local.get $8 i32.const 16 i32.shr_u - local.get $8 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $8 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $8 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 12 i32.add @@ -2018,59 +2081,51 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $6 - i32.store $0 + i32.store + local.get $0 local.get $6 - if - local.get $0 - local.get $6 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $5 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -2098,13 +2153,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -2142,57 +2197,56 @@ if local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 else global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $5 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $5 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -2203,25 +2257,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $6 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $3 local.get $6 i32.const 12 @@ -2229,46 +2283,46 @@ i32.add local.tee $3 local.get $1 - i32.store8 $0 + i32.store8 local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $1 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $1 local.get $4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $0 local.get $3 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -2295,10 +2349,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -2342,7 +2396,7 @@ unreachable end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2370,12 +2424,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $0 local.get $1 i32.const 4 @@ -2404,13 +2458,13 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $5 local.get $2 i32.shr_u @@ -2431,9 +2485,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 i32.const 8 local.get $1 @@ -2463,12 +2517,12 @@ select local.set $1 end - block $__inlined_func$~lib/rt/itcms/__renew + block $__inlined_func$~lib/rt/itcms/__renew$1377 local.get $4 i32.const 20 i32.sub local.tee $3 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 16 @@ -2478,26 +2532,26 @@ if local.get $3 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.set $2 - br $__inlined_func$~lib/rt/itcms/__renew + br $__inlined_func$~lib/rt/itcms/__renew$1377 end local.get $1 local.get $3 - i32.load $0 offset=12 + i32.load offset=12 call $~lib/rt/itcms/__new local.tee $2 local.get $4 local.get $1 local.get $3 - i32.load $0 offset=16 + i32.load offset=16 local.tee $3 local.get $1 local.get $3 i32.lt_u select - memory.copy $0 $0 + memory.copy end local.get $2 local.get $4 @@ -2505,20 +2559,17 @@ if local.get $0 local.get $2 - i32.store $0 + i32.store local.get $0 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 + local.get $0 local.get $2 - if - local.get $0 - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link end local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2545,13 +2596,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if local.get $1 @@ -2575,21 +2626,21 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add local.get $2 - i32.store8 $0 + i32.store8 local.get $3 i32.const 4 i32.add @@ -2613,7 +2664,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 0 @@ -2621,10 +2672,10 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2634,7 +2685,6 @@ (local $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -2653,41 +2703,43 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 16 i32.const 6 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 + local.get $2 + i32.const 0 + i32.store local.get $2 i32.const 0 - i32.store $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 268435455 i32.gt_u @@ -2712,42 +2764,38 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $3 - i32.store $0 + i32.store + local.get $2 local.get $3 - if - local.get $2 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=4 - local.get $4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=12 - local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -2773,13 +2821,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if local.get $1 @@ -2803,23 +2851,23 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add local.get $2 - i32.store $0 + i32.store local.get $3 i32.const 4 i32.add @@ -2843,7 +2891,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 2 @@ -2851,10 +2899,10 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2884,23 +2932,23 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $4 call $~lib/array/Array#constructor local.tee $5 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 local.get $2 local.get $4 @@ -2912,18 +2960,18 @@ i32.mul i32.add local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 call $~lib/array/Array#__set local.get $1 i32.const 1 @@ -2939,7 +2987,7 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $1 call $~lib/array/Array#set:length @@ -2970,79 +3018,71 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 24 i32.const 8 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -3068,12 +3108,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $1 i32.const 4 @@ -3101,13 +3141,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -3120,14 +3160,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -3157,35 +3197,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 - local.get $3 - i32.const 0 - i32.store $0 offset=8 - local.get $3 - local.get $0 - i32.store $0 + i64.store local.get $3 - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1896 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 - local.set $4 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 - local.get $4 + i32.store local.get $1 i32.extend8_s i32.const -1028477379 @@ -3196,40 +3214,64 @@ i32.rotl i32.const 668265263 i32.mul - local.tee $3 - local.get $3 + local.tee $4 i32.const 15 i32.shr_u + local.get $4 i32.xor i32.const -2048144777 i32.mul - local.tee $3 - local.get $3 + local.tee $4 i32.const 13 i32.shr_u + local.get $4 i32.xor i32.const -1028477379 i32.mul - local.tee $3 - local.get $3 + local.tee $4 i32.const 16 i32.shr_u + local.get $4 i32.xor - local.tee $7 + local.tee $8 + local.set $4 + local.get $3 + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1896 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i32.const 0 + i32.store + local.get $3 + local.get $0 + i32.store + local.get $0 + i32.load + local.set $5 + local.get $3 + local.get $0 + i32.store + local.get $5 + local.get $4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $3 - block $__inlined_func$~lib/map/Map#find + block $__inlined_func$~lib/map/Map#find$1378 loop $while-continue|0 local.get $3 if local.get $3 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 i32.const 1 i32.and @@ -3237,7 +3279,7 @@ i32.const 0 else local.get $3 - i32.load8_u $0 + i32.load8_u local.get $1 i32.const 255 i32.and @@ -3248,7 +3290,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/map/Map#find + br $__inlined_func$~lib/map/Map#find$1378 end local.get $4 i32.const -2 @@ -3268,62 +3310,61 @@ if local.get $3 local.get $2 - i32.store8 $0 offset=1 + i32.store8 offset=1 else global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $4 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 i32.or end - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -3335,73 +3376,73 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $3 - local.get $6 + local.get $5 i32.const 1 i32.add local.tee $3 i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $10 - i32.store $0 + local.tee $9 + i32.store global.get $~lib/memory/__stack_pointer local.get $3 i32.const 3 i32.shl i32.const 3 i32.div_s - local.tee $8 + local.tee $7 i32.const 3 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $5 + i32.load offset=8 + local.set $10 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $10 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $9 + local.set $6 local.get $4 local.set $3 loop $while-continue|00 - local.get $5 - local.get $9 + local.get $6 + local.get $10 i32.ne if - local.get $5 - i32.load $0 offset=4 + local.get $10 + i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $3 - local.get $5 - i32.load8_s $0 + local.get $10 + i32.load8_s local.tee $11 - i32.store8 $0 - local.get $3 - local.get $5 - i32.load8_s $0 offset=1 - i32.store8 $0 offset=1 + i32.store8 local.get $3 local.get $10 - local.get $6 + i32.load8_s offset=1 + i32.store8 offset=1 + local.get $3 + local.get $9 + local.get $5 local.get $11 i32.extend8_s i32.const -1028477379 @@ -3413,102 +3454,94 @@ i32.const 668265263 i32.mul local.tee $11 + local.get $11 i32.const 15 i32.shr_u - local.get $11 i32.xor i32.const -2048144777 i32.mul local.tee $11 + local.get $11 i32.const 13 i32.shr_u - local.get $11 i32.xor i32.const -1028477379 i32.mul local.tee $11 + local.get $11 i32.const 16 i32.shr_u - local.get $11 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $11 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $11 local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 8 i32.add local.set $3 end - local.get $5 + local.get $10 i32.const 8 i32.add - local.set $5 + local.set $10 br $while-continue|00 end end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 - local.get $10 - i32.store $0 offset=12 + local.get $9 + i32.store offset=12 local.get $0 - local.get $10 - i32.store $0 - local.get $10 - if - local.get $0 - local.get $10 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $9 + i32.store + local.get $0 + local.get $9 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $6 - i32.store $0 offset=4 - local.get $3 + local.get $5 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $4 - if - local.get $0 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $8 - i32.store $0 offset=12 - local.get $3 + local.get $7 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $3 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -3516,25 +3549,25 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $5 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.get $5 i32.const 3 @@ -3542,46 +3575,46 @@ i32.add local.tee $4 local.get $1 - i32.store8 $0 + i32.store8 local.get $4 local.get $2 - i32.store8 $0 offset=1 + i32.store8 offset=1 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $1 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - local.get $7 + local.get $8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $0 local.get $4 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -3617,31 +3650,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 loop $while-continue|0 local.get $0 if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.const 1 i32.and @@ -3650,7 +3683,7 @@ else local.get $1 local.get $0 - i32.load $0 + i32.load i32.eq end if @@ -3700,10 +3733,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -3713,7 +3746,7 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 @@ -3725,19 +3758,19 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $7 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 12 i32.mul i32.add @@ -3750,20 +3783,20 @@ i32.ne if local.get $7 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.and i32.eqz if local.get $2 local.get $7 - i32.load $0 + i32.load local.tee $8 - i32.store $0 + i32.store local.get $2 local.get $7 - i32.load $0 offset=4 - i32.store $0 offset=4 + i32.load offset=4 + i32.store offset=4 local.get $2 local.get $6 local.get $1 @@ -3777,34 +3810,34 @@ i32.const 668265263 i32.mul local.tee $8 + local.get $8 i32.const 15 i32.shr_u - local.get $8 i32.xor i32.const -2048144777 i32.mul local.tee $8 + local.get $8 i32.const 13 i32.shr_u - local.get $8 i32.xor i32.const -1028477379 i32.mul local.tee $8 + local.get $8 i32.const 16 i32.shr_u - local.get $8 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $8 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $8 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 12 i32.add @@ -3820,59 +3853,51 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $6 - i32.store $0 + i32.store + local.get $0 local.get $6 - if - local.get $0 - local.get $6 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $5 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -3900,13 +3925,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -3943,57 +3968,56 @@ if local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 else global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $5 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $5 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -4004,25 +4028,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $6 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $3 local.get $6 i32.const 12 @@ -4030,46 +4054,46 @@ i32.add local.tee $3 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $1 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $1 local.get $4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $0 local.get $3 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -4097,10 +4121,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -4144,60 +4168,59 @@ end local.get $1 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.or - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $2 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $1 - local.get $1 + i32.load offset=20 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $1 + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $3 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -4209,7 +4232,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/map/Map#rehash @@ -4239,70 +4262,62 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 3 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 4 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4317,9 +4332,6 @@ (local $6 i32) (local $7 i32) (local $8 i32) - (local $9 i32) - (local $10 i32) - (local $11 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -4330,11 +4342,11 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 i32.const 0 i32.const 24 - memory.fill $0 - local.get $4 + memory.fill + local.get $2 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -4343,97 +4355,89 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $3 i64.const 0 - i64.store $0 - local.get $5 + i64.store + local.get $3 i32.const 0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $3 i32.const 24 i32.const 4 call $~lib/rt/itcms/__new - local.tee $8 - i32.store $0 + local.tee $3 + i32.store global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=8 - local.get $8 - local.get $5 - i32.store $0 - local.get $5 - if - local.get $8 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + i32.store + local.get $3 + local.get $4 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 3 - i32.store $0 offset=4 - local.get $5 - local.get $8 - i32.store $0 offset=4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=8 - local.get $8 - local.get $5 - i32.store $0 offset=8 - local.get $5 - if - local.get $8 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 4 - i32.store $0 offset=12 - local.get $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=16 - local.get $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=20 - local.get $5 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 - local.get $8 - i32.store $0 + local.get $2 + local.get $3 + i32.store loop $for-loop|0 - local.get $1 + local.get $0 i32.const 100 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -4444,19 +4448,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 + local.get $0 i32.const 10 i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -4468,12 +4472,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 10 i32.add i32.ne @@ -4485,17 +4489,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -4508,17 +4512,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|1 - local.get $1 + local.get $0 i32.const 100 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -4530,12 +4534,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 10 i32.add i32.ne @@ -4548,19 +4552,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 + local.get $0 i32.const 20 i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -4572,12 +4576,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - call $~lib/map/Map#get - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 + call $~lib/map/Map#get + local.get $0 i32.const 20 i32.add i32.ne @@ -4589,17 +4593,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|1 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -4612,10 +4616,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $8 - i32.store $0 offset=4 - local.get $9 + local.tee $2 + local.get $3 + i32.store offset=4 + local.get $2 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -4624,22 +4628,22 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 i64.const 0 - i64.store $0 - local.get $1 - local.get $8 - i32.store $0 - local.get $8 - i32.load $0 offset=8 - local.set $4 - local.get $1 - local.get $8 - i32.store $0 - local.get $8 - i32.load $0 offset=16 - local.set $10 - local.get $1 + i64.store + local.get $4 + local.get $3 + i32.store + local.get $3 + i32.load offset=8 + local.set $5 + local.get $4 + local.get $3 + i32.store + local.get $3 + i32.load offset=16 + local.set $6 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -4648,44 +4652,46 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $0 i64.const 0 - i64.store $0 - local.get $5 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $5 + i64.store offset=8 + local.get $0 i32.const 16 i32.const 5 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 + local.tee $7 + i32.store global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $7 + i32.store offset=4 + local.get $7 + i32.const 0 + i32.store + local.get $7 i32.const 0 - i32.store $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=4 - local.get $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=8 - local.get $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=12 - local.get $10 + i32.store offset=12 + local.get $6 i32.const 1073741820 i32.gt_u if @@ -4698,115 +4704,112 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $10 - local.get $10 + local.get $6 + local.get $6 i32.const 8 i32.le_u select - local.tee $6 + local.tee $8 i32.const 1 call $~lib/rt/itcms/__new - local.tee $11 - i32.store $0 offset=8 + local.tee $0 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 + local.get $7 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $11 - i32.store $0 offset=12 - local.get $5 - local.get $11 - i32.store $0 - local.get $11 - if - local.get $5 - local.get $11 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $0 + i32.store offset=12 + local.get $7 + local.get $0 + i32.store + local.get $7 + local.get $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $11 - i32.store $0 offset=4 local.get $7 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $6 - i32.store $0 offset=8 + i32.store offset=4 local.get $7 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $10 - i32.store $0 offset=12 + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 + local.get $8 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 local.get $7 + local.get $6 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $5 - i32.store $0 offset=4 - loop $for-loop|01 - local.get $2 - local.get $10 + local.get $4 + local.get $7 + i32.store offset=4 + i32.const 0 + local.set $0 + loop $for-loop|00 + local.get $1 + local.get $6 i32.lt_s if - local.get $4 - local.get $2 + local.get $5 + local.get $1 i32.const 12 i32.mul i32.add - local.tee $1 - i32.load $0 offset=8 + local.tee $4 + i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 - local.get $5 + local.get $7 + i32.store + local.get $7 local.get $0 - local.get $1 - i32.load8_s $0 + local.get $4 + i32.load8_s call $~lib/array/Array#__set local.get $0 i32.const 1 i32.add local.set $0 end - local.get $2 + local.get $1 i32.const 1 i32.add - local.set $2 - br $for-loop|01 + local.set $1 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 - local.get $5 + local.get $7 + i32.store + local.get $7 local.get $0 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $9 - local.get $5 - i32.store $0 offset=8 + local.get $2 + local.get $7 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $8 - i32.store $0 offset=4 - local.get $0 - local.get $8 + local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $3 call $~lib/map/Map#values local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.set $1 global.get $~lib/memory/__stack_pointer @@ -4820,103 +4823,96 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 24 i32.const 7 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $4 - i32.store $0 + i32.store + local.get $2 local.get $4 - if - local.get $2 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 - i32.store $0 offset=4 - local.get $4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 i32.const 32 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 + local.get $2 local.get $4 - if - local.get $2 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 - i32.store $0 offset=12 - local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=16 - local.get $4 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=20 - local.get $4 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $2 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer call $~lib/map/Map#constructor - local.tee $1 - i32.store $0 offset=20 + local.tee $4 + i32.store offset=20 + i32.const 0 + local.set $1 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/array/Array#get:length - local.get $3 + local.get $1 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $5 - i32.store $0 offset=4 - local.get $4 + local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -4925,15 +4921,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $5 i32.const 0 - i32.store $0 - local.get $4 - local.get $5 - i32.store $0 - local.get $3 + i32.store local.get $5 - i32.load $0 offset=12 + local.get $7 + i32.store + local.get $1 + local.get $7 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -4944,30 +4940,30 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $5 - i32.store $0 - local.get $3 - local.get $5 - i32.load $0 offset=4 + local.tee $5 + local.get $7 + i32.store + local.get $1 + local.get $7 + i32.load offset=4 i32.add - i32.load8_s $0 + i32.load8_s local.set $6 - local.get $4 + local.get $5 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $3 + local.get $1 call $~lib/array/Array#__get - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 local.get $6 call $~lib/map/Map#has i32.eqz @@ -4980,10 +4976,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $4 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $5 i32.const 20 i32.sub call $~lib/map/Map#has @@ -4998,31 +4994,31 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $6 local.get $6 call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 local.get $4 + i32.store offset=4 + local.get $4 + local.get $5 i32.const 20 i32.sub - local.tee $4 - local.get $4 + local.tee $5 + local.get $5 call $~lib/map/Map#set - local.get $3 + local.get $1 i32.const 1 i32.add - local.set $3 + local.set $1 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/map/Map#get:size i32.const 100 @@ -5036,9 +5032,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -5051,17 +5047,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|3 - local.get $1 + local.get $0 i32.const 50 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -5073,12 +5069,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 20 i32.add i32.ne @@ -5091,18 +5087,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - call $~lib/map/Map#has - if + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 + call $~lib/map/Map#has + if i32.const 0 i32.const 1568 i32.const 44 @@ -5110,17 +5106,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|3 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -5133,17 +5129,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|4 - local.get $1 + local.get $0 i32.const 50 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -5154,19 +5150,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 + local.get $0 i32.const 10 i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -5178,16 +5174,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -5197,17 +5193,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|4 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -5220,14 +5216,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#clear global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size if i32.const 0 @@ -5270,10 +5266,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -5342,10 +5338,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -5355,7 +5351,7 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 @@ -5367,19 +5363,19 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $7 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 12 i32.mul i32.add @@ -5392,20 +5388,20 @@ i32.ne if local.get $7 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.and i32.eqz if local.get $2 local.get $7 - i32.load8_u $0 + i32.load8_u local.tee $8 - i32.store8 $0 + i32.store8 local.get $2 local.get $7 - i32.load $0 offset=4 - i32.store $0 offset=4 + i32.load offset=4 + i32.store offset=4 local.get $2 local.get $6 local.get $1 @@ -5419,34 +5415,34 @@ i32.const 668265263 i32.mul local.tee $8 + local.get $8 i32.const 15 i32.shr_u - local.get $8 i32.xor i32.const -2048144777 i32.mul local.tee $8 + local.get $8 i32.const 13 i32.shr_u - local.get $8 i32.xor i32.const -1028477379 i32.mul local.tee $8 + local.get $8 i32.const 16 i32.shr_u - local.get $8 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $8 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $8 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 12 i32.add @@ -5462,59 +5458,51 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $6 - i32.store $0 + i32.store + local.get $0 local.get $6 - if - local.get $0 - local.get $6 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $5 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -5542,13 +5530,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -5587,57 +5575,56 @@ if local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 else global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $5 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $5 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -5648,25 +5635,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $6 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $3 local.get $6 i32.const 12 @@ -5674,46 +5661,46 @@ i32.add local.tee $3 local.get $1 - i32.store8 $0 + i32.store8 local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $1 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $1 local.get $4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $0 local.get $3 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -5740,10 +5727,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -5788,7 +5775,7 @@ unreachable end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -5818,35 +5805,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 - local.get $3 - i32.const 0 - i32.store $0 offset=8 + i64.store local.get $3 - local.get $0 - i32.store $0 - local.get $3 - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1896 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 - local.set $4 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 - local.get $4 + i32.store local.get $1 i32.const 255 i32.and @@ -5858,40 +5823,64 @@ i32.rotl i32.const 668265263 i32.mul - local.tee $3 - local.get $3 + local.tee $4 i32.const 15 i32.shr_u + local.get $4 i32.xor i32.const -2048144777 i32.mul - local.tee $3 - local.get $3 + local.tee $4 i32.const 13 i32.shr_u + local.get $4 i32.xor i32.const -1028477379 i32.mul - local.tee $3 - local.get $3 + local.tee $4 i32.const 16 i32.shr_u + local.get $4 i32.xor - local.tee $7 + local.tee $8 + local.set $4 + local.get $3 + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1896 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i32.const 0 + i32.store + local.get $3 + local.get $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load + local.set $5 + local.get $3 + local.get $0 + i32.store + local.get $5 + local.get $4 + local.get $0 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $3 - block $__inlined_func$~lib/map/Map#find + block $__inlined_func$~lib/map/Map#find$1383 loop $while-continue|0 local.get $3 if local.get $3 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 i32.const 1 i32.and @@ -5899,7 +5888,7 @@ i32.const 0 else local.get $3 - i32.load8_u $0 + i32.load8_u local.get $1 i32.const 255 i32.and @@ -5910,7 +5899,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/map/Map#find + br $__inlined_func$~lib/map/Map#find$1383 end local.get $4 i32.const -2 @@ -5930,62 +5919,61 @@ if local.get $3 local.get $2 - i32.store8 $0 offset=1 + i32.store8 offset=1 else global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $4 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 i32.or end - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -5997,73 +5985,73 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $3 - local.get $6 + local.get $5 i32.const 1 i32.add local.tee $3 i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $10 - i32.store $0 + local.tee $9 + i32.store global.get $~lib/memory/__stack_pointer local.get $3 i32.const 3 i32.shl i32.const 3 i32.div_s - local.tee $8 + local.tee $7 i32.const 3 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $5 + i32.load offset=8 + local.set $10 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $10 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $9 + local.set $6 local.get $4 local.set $3 loop $while-continue|00 - local.get $5 - local.get $9 + local.get $6 + local.get $10 i32.ne if - local.get $5 - i32.load $0 offset=4 + local.get $10 + i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $3 - local.get $5 - i32.load8_u $0 + local.get $10 + i32.load8_u local.tee $11 - i32.store8 $0 - local.get $3 - local.get $5 - i32.load8_u $0 offset=1 - i32.store8 $0 offset=1 + i32.store8 local.get $3 local.get $10 - local.get $6 + i32.load8_u offset=1 + i32.store8 offset=1 + local.get $3 + local.get $9 + local.get $5 local.get $11 i32.const -1028477379 i32.mul @@ -6074,102 +6062,94 @@ i32.const 668265263 i32.mul local.tee $11 + local.get $11 i32.const 15 i32.shr_u - local.get $11 i32.xor i32.const -2048144777 i32.mul local.tee $11 + local.get $11 i32.const 13 i32.shr_u - local.get $11 i32.xor i32.const -1028477379 i32.mul local.tee $11 + local.get $11 i32.const 16 i32.shr_u - local.get $11 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $11 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $11 local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 8 i32.add local.set $3 end - local.get $5 + local.get $10 i32.const 8 i32.add - local.set $5 + local.set $10 br $while-continue|00 end end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 - local.get $10 - i32.store $0 offset=12 + local.get $9 + i32.store offset=12 local.get $0 - local.get $10 - i32.store $0 - local.get $10 - if - local.get $0 - local.get $10 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $9 + i32.store + local.get $0 + local.get $9 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $6 - i32.store $0 offset=4 - local.get $3 + local.get $5 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $4 - if - local.get $0 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $8 - i32.store $0 offset=12 - local.get $3 + local.get $7 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $3 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -6177,25 +6157,25 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $5 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.get $5 i32.const 3 @@ -6203,46 +6183,46 @@ i32.add local.tee $4 local.get $1 - i32.store8 $0 + i32.store8 local.get $4 local.get $2 - i32.store8 $0 offset=1 + i32.store8 offset=1 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $1 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - local.get $7 + local.get $8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $0 local.get $4 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -6278,10 +6258,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -6326,60 +6306,59 @@ end local.get $1 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.or - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $2 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $1 - local.get $1 + i32.load offset=20 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $1 + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $3 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -6391,7 +6370,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/map/Map#rehash @@ -6411,9 +6390,6 @@ (local $6 i32) (local $7 i32) (local $8 i32) - (local $9 i32) - (local $10 i32) - (local $11 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -6424,11 +6400,11 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 i32.const 0 i32.const 24 - memory.fill $0 - local.get $4 + memory.fill + local.get $2 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -6437,97 +6413,89 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $3 i64.const 0 - i64.store $0 - local.get $5 + i64.store + local.get $3 i32.const 0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $3 i32.const 24 i32.const 9 call $~lib/rt/itcms/__new - local.tee $8 - i32.store $0 + local.tee $3 + i32.store global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=8 - local.get $8 - local.get $5 - i32.store $0 - local.get $5 - if - local.get $8 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + i32.store + local.get $3 + local.get $4 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 3 - i32.store $0 offset=4 - local.get $5 - local.get $8 - i32.store $0 offset=4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=8 - local.get $8 - local.get $5 - i32.store $0 offset=8 - local.get $5 - if - local.get $8 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 4 - i32.store $0 offset=12 - local.get $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=16 - local.get $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=20 - local.get $5 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 - local.get $8 - i32.store $0 + local.get $2 + local.get $3 + i32.store loop $for-loop|0 - local.get $1 + local.get $0 i32.const 100 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -6538,19 +6506,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 + local.get $0 i32.const 10 i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -6562,12 +6530,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 10 i32.add i32.ne @@ -6579,17 +6547,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -6602,17 +6570,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|1 - local.get $1 + local.get $0 i32.const 100 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -6624,12 +6592,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 10 i32.add i32.ne @@ -6642,19 +6610,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 + local.get $0 i32.const 20 i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -6666,12 +6634,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 20 i32.add i32.ne @@ -6683,17 +6651,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|1 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -6706,10 +6674,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $8 - i32.store $0 offset=4 - local.get $9 + local.tee $2 + local.get $3 + i32.store offset=4 + local.get $2 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -6718,22 +6686,22 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 i64.const 0 - i64.store $0 - local.get $1 - local.get $8 - i32.store $0 - local.get $8 - i32.load $0 offset=8 - local.set $4 - local.get $1 - local.get $8 - i32.store $0 - local.get $8 - i32.load $0 offset=16 - local.set $10 - local.get $1 + i64.store + local.get $4 + local.get $3 + i32.store + local.get $3 + i32.load offset=8 + local.set $5 + local.get $4 + local.get $3 + i32.store + local.get $3 + i32.load offset=16 + local.set $6 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -6742,44 +6710,46 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $0 i64.const 0 - i64.store $0 - local.get $5 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $5 + i64.store offset=8 + local.get $0 i32.const 16 i32.const 10 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 + local.tee $7 + i32.store global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $7 + i32.store offset=4 + local.get $7 + i32.const 0 + i32.store + local.get $7 i32.const 0 - i32.store $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=4 - local.get $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=8 - local.get $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=12 - local.get $10 + i32.store offset=12 + local.get $6 i32.const 1073741820 i32.gt_u if @@ -6792,115 +6762,112 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $10 - local.get $10 + local.get $6 + local.get $6 i32.const 8 i32.le_u select - local.tee $6 + local.tee $8 i32.const 1 call $~lib/rt/itcms/__new - local.tee $11 - i32.store $0 offset=8 + local.tee $0 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 + local.get $7 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $11 - i32.store $0 offset=12 - local.get $5 - local.get $11 - i32.store $0 - local.get $11 - if - local.get $5 - local.get $11 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $0 + i32.store offset=12 + local.get $7 + local.get $0 + i32.store + local.get $7 + local.get $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $11 - i32.store $0 offset=4 local.get $7 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $6 - i32.store $0 offset=8 + i32.store offset=4 local.get $7 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $10 - i32.store $0 offset=12 + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $7 + i32.store offset=4 + local.get $7 + local.get $8 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 + local.get $6 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $5 - i32.store $0 offset=4 - loop $for-loop|01 - local.get $2 - local.get $10 + local.get $4 + local.get $7 + i32.store offset=4 + i32.const 0 + local.set $0 + loop $for-loop|00 + local.get $1 + local.get $6 i32.lt_s if - local.get $4 - local.get $2 + local.get $5 + local.get $1 i32.const 12 i32.mul i32.add - local.tee $1 - i32.load $0 offset=8 + local.tee $4 + i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 - local.get $5 + local.get $7 + i32.store + local.get $7 local.get $0 - local.get $1 - i32.load8_u $0 + local.get $4 + i32.load8_u call $~lib/array/Array#__set local.get $0 i32.const 1 i32.add local.set $0 end - local.get $2 + local.get $1 i32.const 1 i32.add - local.set $2 - br $for-loop|01 + local.set $1 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 - local.get $5 + local.get $7 + i32.store + local.get $7 local.get $0 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $9 - local.get $5 - i32.store $0 offset=8 + local.get $2 + local.get $7 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $8 - i32.store $0 offset=4 - local.get $0 - local.get $8 + local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $3 call $~lib/map/Map#values local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.set $1 global.get $~lib/memory/__stack_pointer @@ -6914,103 +6881,96 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 24 i32.const 11 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $4 - i32.store $0 + i32.store + local.get $2 local.get $4 - if - local.get $2 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 - i32.store $0 offset=4 - local.get $4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 i32.const 32 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 + local.get $2 local.get $4 - if - local.get $2 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 - i32.store $0 offset=12 - local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=16 - local.get $4 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=20 - local.get $4 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $2 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer call $~lib/map/Map#constructor - local.tee $1 - i32.store $0 offset=20 + local.tee $4 + i32.store offset=20 + i32.const 0 + local.set $1 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/array/Array#get:length - local.get $3 + local.get $1 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $5 - i32.store $0 offset=4 - local.get $4 + local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -7019,15 +6979,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $5 i32.const 0 - i32.store $0 - local.get $4 - local.get $5 - i32.store $0 - local.get $3 + i32.store local.get $5 - i32.load $0 offset=12 + local.get $7 + i32.store + local.get $1 + local.get $7 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -7038,30 +6998,30 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $5 - i32.store $0 - local.get $3 - local.get $5 - i32.load $0 offset=4 + local.tee $5 + local.get $7 + i32.store + local.get $1 + local.get $7 + i32.load offset=4 i32.add - i32.load8_u $0 + i32.load8_u local.set $6 - local.get $4 + local.get $5 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $3 + local.get $1 call $~lib/array/Array#__get - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 local.get $6 call $~lib/map/Map#has i32.eqz @@ -7074,10 +7034,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $4 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $5 i32.const 20 i32.sub call $~lib/map/Map#has @@ -7092,31 +7052,31 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $6 local.get $6 call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 local.get $4 + i32.store offset=4 + local.get $4 + local.get $5 i32.const 20 i32.sub - local.tee $4 - local.get $4 + local.tee $5 + local.get $5 call $~lib/map/Map#set - local.get $3 + local.get $1 i32.const 1 i32.add - local.set $3 + local.set $1 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/map/Map#get:size i32.const 100 @@ -7130,9 +7090,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -7145,17 +7105,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|3 - local.get $1 + local.get $0 i32.const 50 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -7167,12 +7127,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 20 i32.add i32.ne @@ -7185,16 +7145,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -7204,17 +7164,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|3 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -7227,17 +7187,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|4 - local.get $1 + local.get $0 i32.const 50 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -7248,19 +7208,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 + local.get $0 i32.const 10 i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -7272,16 +7232,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -7291,17 +7251,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|4 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -7314,14 +7274,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#clear global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size if i32.const 0 @@ -7365,31 +7325,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 loop $while-continue|0 local.get $0 if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.const 1 i32.and @@ -7397,7 +7357,7 @@ i32.const 0 else local.get $0 - i32.load16_u $0 + i32.load16_u local.get $1 i32.const 65535 i32.and @@ -7444,10 +7404,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -7515,10 +7475,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -7528,7 +7488,7 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 @@ -7540,19 +7500,19 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $7 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 12 i32.mul i32.add @@ -7565,20 +7525,20 @@ i32.ne if local.get $7 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.and i32.eqz if local.get $2 local.get $7 - i32.load16_s $0 + i32.load16_s local.tee $8 - i32.store16 $0 + i32.store16 local.get $2 local.get $7 - i32.load $0 offset=4 - i32.store $0 offset=4 + i32.load offset=4 + i32.store offset=4 local.get $2 local.get $6 local.get $1 @@ -7593,34 +7553,34 @@ i32.const 668265263 i32.mul local.tee $8 + local.get $8 i32.const 15 i32.shr_u - local.get $8 i32.xor i32.const -2048144777 i32.mul local.tee $8 + local.get $8 i32.const 13 i32.shr_u - local.get $8 i32.xor i32.const -1028477379 i32.mul local.tee $8 + local.get $8 i32.const 16 i32.shr_u - local.get $8 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $8 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $8 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 12 i32.add @@ -7636,59 +7596,51 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $6 - i32.store $0 + i32.store + local.get $0 local.get $6 - if - local.get $0 - local.get $6 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $5 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -7716,13 +7668,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -7760,57 +7712,56 @@ if local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 else global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $5 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $5 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -7821,25 +7772,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $6 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $3 local.get $6 i32.const 12 @@ -7847,46 +7798,46 @@ i32.add local.tee $3 local.get $1 - i32.store16 $0 + i32.store16 local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $1 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $1 local.get $4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $0 local.get $3 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -7913,10 +7864,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -7960,7 +7911,7 @@ unreachable end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -7988,13 +7939,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if local.get $1 @@ -8018,23 +7969,23 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 1 i32.shl i32.add local.get $2 - i32.store16 $0 + i32.store16 local.get $3 i32.const 4 i32.add @@ -8058,7 +8009,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 1 @@ -8066,10 +8017,10 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -8097,35 +8048,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 - local.get $3 - i32.const 0 - i32.store $0 offset=8 - local.get $3 - local.get $0 - i32.store $0 + i64.store local.get $3 - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1896 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 - local.set $4 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 - local.get $4 + i32.store local.get $1 i32.extend16_s i32.const -1028477379 @@ -8136,48 +8065,72 @@ i32.rotl i32.const 668265263 i32.mul - local.tee $3 - local.get $3 + local.tee $4 i32.const 15 i32.shr_u + local.get $4 i32.xor i32.const -2048144777 i32.mul - local.tee $3 - local.get $3 + local.tee $4 i32.const 13 i32.shr_u + local.get $4 i32.xor i32.const -1028477379 i32.mul - local.tee $3 - local.get $3 + local.tee $4 i32.const 16 i32.shr_u + local.get $4 i32.xor - local.tee $7 - local.get $0 - i32.load $0 offset=4 - i32.and - i32.const 2 - i32.shl - i32.add - i32.load $0 - local.set $3 - block $__inlined_func$~lib/map/Map#find - loop $while-continue|0 - local.get $3 - if - local.get $3 - i32.load $0 offset=4 - local.tee $4 - i32.const 1 + local.tee $8 + local.set $4 + local.get $3 + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1896 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i32.const 0 + i32.store + local.get $3 + local.get $0 + i32.store + local.get $0 + i32.load + local.set $5 + local.get $3 + local.get $0 + i32.store + local.get $5 + local.get $4 + local.get $0 + i32.load offset=4 + i32.and + i32.const 2 + i32.shl + i32.add + i32.load + local.set $3 + block $__inlined_func$~lib/map/Map#find$1388 + loop $while-continue|0 + local.get $3 + if + local.get $3 + i32.load offset=4 + local.tee $4 + i32.const 1 i32.and if (result i32) i32.const 0 else local.get $3 - i32.load16_u $0 + i32.load16_u local.get $1 i32.const 65535 i32.and @@ -8188,7 +8141,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/map/Map#find + br $__inlined_func$~lib/map/Map#find$1388 end local.get $4 i32.const -2 @@ -8208,62 +8161,61 @@ if local.get $3 local.get $2 - i32.store16 $0 offset=2 + i32.store16 offset=2 else global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $4 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 i32.or end - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -8275,73 +8227,73 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $3 - local.get $6 + local.get $5 i32.const 1 i32.add local.tee $3 i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $10 - i32.store $0 + local.tee $9 + i32.store global.get $~lib/memory/__stack_pointer local.get $3 i32.const 3 i32.shl i32.const 3 i32.div_s - local.tee $8 + local.tee $7 i32.const 3 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $5 + i32.load offset=8 + local.set $10 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $10 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $9 + local.set $6 local.get $4 local.set $3 loop $while-continue|00 - local.get $5 - local.get $9 + local.get $6 + local.get $10 i32.ne if - local.get $5 - i32.load $0 offset=4 + local.get $10 + i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $3 - local.get $5 - i32.load16_s $0 + local.get $10 + i32.load16_s local.tee $11 - i32.store16 $0 - local.get $3 - local.get $5 - i32.load16_s $0 offset=2 - i32.store16 $0 offset=2 + i32.store16 local.get $3 local.get $10 - local.get $6 + i32.load16_s offset=2 + i32.store16 offset=2 + local.get $3 + local.get $9 + local.get $5 local.get $11 i32.extend16_s i32.const -1028477379 @@ -8353,102 +8305,94 @@ i32.const 668265263 i32.mul local.tee $11 + local.get $11 i32.const 15 i32.shr_u - local.get $11 i32.xor i32.const -2048144777 i32.mul local.tee $11 + local.get $11 i32.const 13 i32.shr_u - local.get $11 i32.xor i32.const -1028477379 i32.mul local.tee $11 + local.get $11 i32.const 16 i32.shr_u - local.get $11 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $11 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $11 local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 8 i32.add local.set $3 end - local.get $5 + local.get $10 i32.const 8 i32.add - local.set $5 + local.set $10 br $while-continue|00 end end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 - local.get $10 - i32.store $0 offset=12 + local.get $9 + i32.store offset=12 local.get $0 - local.get $10 - i32.store $0 - local.get $10 - if - local.get $0 - local.get $10 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $9 + i32.store + local.get $0 + local.get $9 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $6 - i32.store $0 offset=4 - local.get $3 + local.get $5 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $4 - if - local.get $0 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $8 - i32.store $0 offset=12 - local.get $3 + local.get $7 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $3 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -8456,25 +8400,25 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $5 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.get $5 i32.const 3 @@ -8482,46 +8426,46 @@ i32.add local.tee $4 local.get $1 - i32.store16 $0 + i32.store16 local.get $4 local.get $2 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $1 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - local.get $7 + local.get $8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $0 local.get $4 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -8557,10 +8501,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -8604,60 +8548,59 @@ end local.get $1 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.or - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $2 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $1 - local.get $1 + i32.load offset=20 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $1 + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $3 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -8669,7 +8612,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/map/Map#rehash @@ -8689,9 +8632,6 @@ (local $6 i32) (local $7 i32) (local $8 i32) - (local $9 i32) - (local $10 i32) - (local $11 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -8702,11 +8642,11 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 i32.const 0 i32.const 24 - memory.fill $0 - local.get $4 + memory.fill + local.get $2 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -8715,97 +8655,89 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $3 i64.const 0 - i64.store $0 - local.get $5 + i64.store + local.get $3 i32.const 0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $3 i32.const 24 i32.const 12 call $~lib/rt/itcms/__new - local.tee $8 - i32.store $0 + local.tee $3 + i32.store global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=8 - local.get $8 - local.get $5 - i32.store $0 - local.get $5 - if - local.get $8 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + i32.store + local.get $3 + local.get $4 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 3 - i32.store $0 offset=4 - local.get $5 - local.get $8 - i32.store $0 offset=4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=8 - local.get $8 - local.get $5 - i32.store $0 offset=8 - local.get $5 - if - local.get $8 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 4 - i32.store $0 offset=12 - local.get $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=16 - local.get $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=20 - local.get $5 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 - local.get $8 - i32.store $0 + local.get $2 + local.get $3 + i32.store loop $for-loop|0 - local.get $1 + local.get $0 i32.const 100 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -8816,19 +8748,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 + local.get $0 i32.const 10 i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -8840,12 +8772,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 10 i32.add i32.ne @@ -8857,17 +8789,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -8880,17 +8812,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|1 - local.get $1 + local.get $0 i32.const 100 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -8902,12 +8834,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 10 i32.add i32.ne @@ -8920,19 +8852,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 + local.get $0 i32.const 20 i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -8944,12 +8876,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 20 i32.add i32.ne @@ -8961,17 +8893,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|1 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -8984,10 +8916,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $8 - i32.store $0 offset=4 - local.get $9 + local.tee $2 + local.get $3 + i32.store offset=4 + local.get $2 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -8996,22 +8928,22 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 i64.const 0 - i64.store $0 - local.get $1 - local.get $8 - i32.store $0 - local.get $8 - i32.load $0 offset=8 - local.set $4 - local.get $1 - local.get $8 - i32.store $0 - local.get $8 - i32.load $0 offset=16 - local.set $10 - local.get $1 + i64.store + local.get $4 + local.get $3 + i32.store + local.get $3 + i32.load offset=8 + local.set $5 + local.get $4 + local.get $3 + i32.store + local.get $3 + i32.load offset=16 + local.set $6 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -9020,44 +8952,46 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $0 i64.const 0 - i64.store $0 - local.get $5 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $5 + i64.store offset=8 + local.get $0 i32.const 16 i32.const 13 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 + local.tee $7 + i32.store global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $7 + i32.store offset=4 + local.get $7 + i32.const 0 + i32.store + local.get $7 i32.const 0 - i32.store $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=4 - local.get $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=8 - local.get $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=12 - local.get $10 + i32.store offset=12 + local.get $6 i32.const 536870910 i32.gt_u if @@ -9070,117 +9004,114 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $10 - local.get $10 + local.get $6 + local.get $6 i32.const 8 i32.le_u select i32.const 1 i32.shl - local.tee $6 + local.tee $8 i32.const 1 call $~lib/rt/itcms/__new - local.tee $11 - i32.store $0 offset=8 + local.tee $0 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 + local.get $7 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $11 - i32.store $0 offset=12 - local.get $5 - local.get $11 - i32.store $0 - local.get $11 - if - local.get $5 - local.get $11 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $0 + i32.store offset=12 + local.get $7 + local.get $0 + i32.store + local.get $7 + local.get $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $11 - i32.store $0 offset=4 local.get $7 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $6 - i32.store $0 offset=8 + i32.store offset=4 local.get $7 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $10 - i32.store $0 offset=12 + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 + local.get $8 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 local.get $7 + local.get $6 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $5 - i32.store $0 offset=4 - loop $for-loop|01 - local.get $2 - local.get $10 + local.get $4 + local.get $7 + i32.store offset=4 + i32.const 0 + local.set $0 + loop $for-loop|00 + local.get $1 + local.get $6 i32.lt_s if - local.get $4 - local.get $2 + local.get $5 + local.get $1 i32.const 12 i32.mul i32.add - local.tee $1 - i32.load $0 offset=8 + local.tee $4 + i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 - local.get $5 + local.get $7 + i32.store + local.get $7 local.get $0 - local.get $1 - i32.load16_s $0 + local.get $4 + i32.load16_s call $~lib/array/Array#__set local.get $0 i32.const 1 i32.add local.set $0 end - local.get $2 + local.get $1 i32.const 1 i32.add - local.set $2 - br $for-loop|01 + local.set $1 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 - local.get $5 + local.get $7 + i32.store + local.get $7 local.get $0 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $9 - local.get $5 - i32.store $0 offset=8 + local.get $2 + local.get $7 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $8 - i32.store $0 offset=4 - local.get $0 - local.get $8 + local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $3 call $~lib/map/Map#values local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.set $1 global.get $~lib/memory/__stack_pointer @@ -9194,103 +9125,96 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 24 i32.const 14 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $4 - i32.store $0 + i32.store + local.get $2 local.get $4 - if - local.get $2 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 - i32.store $0 offset=4 - local.get $4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 i32.const 32 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 + local.get $2 local.get $4 - if - local.get $2 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 - i32.store $0 offset=12 - local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=16 - local.get $4 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=20 - local.get $4 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $2 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer call $~lib/map/Map#constructor - local.tee $1 - i32.store $0 offset=20 + local.tee $4 + i32.store offset=20 + i32.const 0 + local.set $1 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/array/Array#get:length - local.get $3 + local.get $1 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $5 - i32.store $0 offset=4 - local.get $4 + local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -9299,15 +9223,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $5 i32.const 0 - i32.store $0 - local.get $4 + i32.store local.get $5 - i32.store $0 - local.get $3 - local.get $5 - i32.load $0 offset=12 + local.get $7 + i32.store + local.get $1 + local.get $7 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -9318,32 +9242,32 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $5 - i32.store $0 - local.get $5 - i32.load $0 offset=4 - local.get $3 + local.tee $5 + local.get $7 + i32.store + local.get $7 + i32.load offset=4 + local.get $1 i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $6 - local.get $4 + local.get $5 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $3 + local.get $1 call $~lib/array/Array#__get - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 local.get $6 call $~lib/map/Map#has i32.eqz @@ -9356,10 +9280,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $4 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $5 i32.const 20 i32.sub call $~lib/map/Map#has @@ -9374,31 +9298,31 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $6 local.get $6 call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 local.get $4 + i32.store offset=4 + local.get $4 + local.get $5 i32.const 20 i32.sub - local.tee $4 - local.get $4 + local.tee $5 + local.get $5 call $~lib/map/Map#set - local.get $3 + local.get $1 i32.const 1 i32.add - local.set $3 + local.set $1 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/map/Map#get:size i32.const 100 @@ -9412,9 +9336,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -9427,17 +9351,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|3 - local.get $1 + local.get $0 i32.const 50 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -9449,12 +9373,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 20 i32.add i32.ne @@ -9467,16 +9391,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -9486,17 +9410,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|3 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -9509,17 +9433,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|4 - local.get $1 + local.get $0 i32.const 50 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -9530,19 +9454,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 + local.get $0 i32.const 10 i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -9554,16 +9478,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -9573,17 +9497,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|4 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -9596,14 +9520,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#clear global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size if i32.const 0 @@ -9646,10 +9570,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -9718,10 +9642,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -9731,7 +9655,7 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 @@ -9743,19 +9667,19 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $7 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 12 i32.mul i32.add @@ -9768,20 +9692,20 @@ i32.ne if local.get $7 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.and i32.eqz if local.get $2 local.get $7 - i32.load16_u $0 + i32.load16_u local.tee $8 - i32.store16 $0 + i32.store16 local.get $2 local.get $7 - i32.load $0 offset=4 - i32.store $0 offset=4 + i32.load offset=4 + i32.store offset=4 local.get $2 local.get $6 local.get $1 @@ -9795,34 +9719,34 @@ i32.const 668265263 i32.mul local.tee $8 + local.get $8 i32.const 15 i32.shr_u - local.get $8 i32.xor i32.const -2048144777 i32.mul local.tee $8 + local.get $8 i32.const 13 i32.shr_u - local.get $8 i32.xor i32.const -1028477379 i32.mul local.tee $8 + local.get $8 i32.const 16 i32.shr_u - local.get $8 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $8 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $8 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 12 i32.add @@ -9838,59 +9762,51 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $6 - i32.store $0 + i32.store + local.get $0 local.get $6 - if - local.get $0 - local.get $6 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $5 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -9918,13 +9834,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -9963,57 +9879,56 @@ if local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 else global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $5 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $5 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -10024,25 +9939,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $6 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $3 local.get $6 i32.const 12 @@ -10050,46 +9965,46 @@ i32.add local.tee $3 local.get $1 - i32.store16 $0 + i32.store16 local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $1 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $1 local.get $4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $0 local.get $3 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -10116,10 +10031,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -10164,7 +10079,7 @@ unreachable end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -10194,35 +10109,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 - local.get $3 - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1896 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - local.tee $3 - i32.const 0 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 - local.set $4 - local.get $3 - local.get $0 - i32.store $0 - local.get $4 + i32.store local.get $1 i32.const 65535 i32.and @@ -10234,40 +10127,64 @@ i32.rotl i32.const 668265263 i32.mul - local.tee $3 - local.get $3 + local.tee $4 i32.const 15 i32.shr_u + local.get $4 i32.xor i32.const -2048144777 i32.mul - local.tee $3 - local.get $3 + local.tee $4 i32.const 13 i32.shr_u + local.get $4 i32.xor i32.const -1028477379 i32.mul - local.tee $3 - local.get $3 + local.tee $4 i32.const 16 i32.shr_u + local.get $4 i32.xor - local.tee $7 + local.tee $8 + local.set $4 + local.get $3 + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1896 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i32.const 0 + i32.store + local.get $3 + local.get $0 + i32.store + local.get $0 + i32.load + local.set $5 + local.get $3 + local.get $0 + i32.store + local.get $5 + local.get $4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $3 - block $__inlined_func$~lib/map/Map#find + block $__inlined_func$~lib/map/Map#find$1393 loop $while-continue|0 local.get $3 if local.get $3 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 i32.const 1 i32.and @@ -10275,7 +10192,7 @@ i32.const 0 else local.get $3 - i32.load16_u $0 + i32.load16_u local.get $1 i32.const 65535 i32.and @@ -10286,7 +10203,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/map/Map#find + br $__inlined_func$~lib/map/Map#find$1393 end local.get $4 i32.const -2 @@ -10306,62 +10223,61 @@ if local.get $3 local.get $2 - i32.store16 $0 offset=2 + i32.store16 offset=2 else global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $4 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 i32.or end - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -10373,73 +10289,73 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $3 - local.get $6 + local.get $5 i32.const 1 i32.add local.tee $3 i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $10 - i32.store $0 + local.tee $9 + i32.store global.get $~lib/memory/__stack_pointer local.get $3 i32.const 3 i32.shl i32.const 3 i32.div_s - local.tee $8 + local.tee $7 i32.const 3 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $5 + i32.load offset=8 + local.set $10 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $10 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $9 + local.set $6 local.get $4 local.set $3 loop $while-continue|00 - local.get $5 - local.get $9 + local.get $6 + local.get $10 i32.ne if - local.get $5 - i32.load $0 offset=4 + local.get $10 + i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $3 - local.get $5 - i32.load16_u $0 + local.get $10 + i32.load16_u local.tee $11 - i32.store16 $0 - local.get $3 - local.get $5 - i32.load16_u $0 offset=2 - i32.store16 $0 offset=2 + i32.store16 local.get $3 local.get $10 - local.get $6 + i32.load16_u offset=2 + i32.store16 offset=2 + local.get $3 + local.get $9 + local.get $5 local.get $11 i32.const -1028477379 i32.mul @@ -10450,102 +10366,94 @@ i32.const 668265263 i32.mul local.tee $11 + local.get $11 i32.const 15 i32.shr_u - local.get $11 i32.xor i32.const -2048144777 i32.mul local.tee $11 + local.get $11 i32.const 13 i32.shr_u - local.get $11 i32.xor i32.const -1028477379 i32.mul local.tee $11 + local.get $11 i32.const 16 i32.shr_u - local.get $11 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $11 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $11 local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 8 i32.add local.set $3 end - local.get $5 + local.get $10 i32.const 8 i32.add - local.set $5 + local.set $10 br $while-continue|00 end end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 - local.get $10 - i32.store $0 offset=12 + local.get $9 + i32.store offset=12 local.get $0 - local.get $10 - i32.store $0 - local.get $10 - if - local.get $0 - local.get $10 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $9 + i32.store + local.get $0 + local.get $9 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $6 - i32.store $0 offset=4 - local.get $3 + local.get $5 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $4 - if - local.get $0 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $8 - i32.store $0 offset=12 - local.get $3 + local.get $7 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $3 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -10553,25 +10461,25 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $5 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.get $5 i32.const 3 @@ -10579,46 +10487,46 @@ i32.add local.tee $4 local.get $1 - i32.store16 $0 + i32.store16 local.get $4 local.get $2 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $1 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - local.get $7 + local.get $8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $0 local.get $4 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -10654,10 +10562,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -10702,60 +10610,59 @@ end local.get $1 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.or - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $2 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $1 - local.get $1 + i32.load offset=20 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $1 + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $3 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -10767,7 +10674,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/map/Map#rehash @@ -10787,9 +10694,6 @@ (local $6 i32) (local $7 i32) (local $8 i32) - (local $9 i32) - (local $10 i32) - (local $11 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -10800,11 +10704,11 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 i32.const 0 i32.const 24 - memory.fill $0 - local.get $4 + memory.fill + local.get $2 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -10813,97 +10717,89 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $3 i64.const 0 - i64.store $0 - local.get $5 + i64.store + local.get $3 i32.const 0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $3 i32.const 24 i32.const 15 call $~lib/rt/itcms/__new - local.tee $8 - i32.store $0 + local.tee $3 + i32.store global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=8 - local.get $8 - local.get $5 - i32.store $0 - local.get $5 - if - local.get $8 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + i32.store + local.get $3 + local.get $4 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 3 - i32.store $0 offset=4 - local.get $5 - local.get $8 - i32.store $0 offset=4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=8 - local.get $8 - local.get $5 - i32.store $0 offset=8 - local.get $5 - if - local.get $8 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 4 - i32.store $0 offset=12 - local.get $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=16 - local.get $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=20 - local.get $5 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 - local.get $8 - i32.store $0 + local.get $2 + local.get $3 + i32.store loop $for-loop|0 - local.get $1 + local.get $0 i32.const 100 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -10914,19 +10810,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 + local.get $0 i32.const 10 i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -10938,12 +10834,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 10 i32.add i32.ne @@ -10955,17 +10851,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -10978,17 +10874,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|1 - local.get $1 + local.get $0 i32.const 100 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -11000,12 +10896,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 10 i32.add i32.ne @@ -11018,19 +10914,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 + local.get $0 i32.const 20 i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -11042,12 +10938,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 20 i32.add i32.ne @@ -11059,17 +10955,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|1 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -11082,10 +10978,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $8 - i32.store $0 offset=4 - local.get $9 + local.tee $2 + local.get $3 + i32.store offset=4 + local.get $2 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -11094,22 +10990,22 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 i64.const 0 - i64.store $0 - local.get $1 - local.get $8 - i32.store $0 - local.get $8 - i32.load $0 offset=8 - local.set $4 - local.get $1 - local.get $8 - i32.store $0 - local.get $8 - i32.load $0 offset=16 - local.set $10 - local.get $1 + i64.store + local.get $4 + local.get $3 + i32.store + local.get $3 + i32.load offset=8 + local.set $5 + local.get $4 + local.get $3 + i32.store + local.get $3 + i32.load offset=16 + local.set $6 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -11118,44 +11014,46 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $0 i64.const 0 - i64.store $0 - local.get $5 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $5 + i64.store offset=8 + local.get $0 i32.const 16 i32.const 16 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 + local.tee $7 + i32.store global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 + i32.store + local.get $7 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=4 - local.get $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=8 - local.get $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=12 - local.get $10 + i32.store offset=12 + local.get $6 i32.const 536870910 i32.gt_u if @@ -11168,117 +11066,114 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $10 - local.get $10 + local.get $6 + local.get $6 i32.const 8 i32.le_u select i32.const 1 i32.shl - local.tee $6 + local.tee $8 i32.const 1 call $~lib/rt/itcms/__new - local.tee $11 - i32.store $0 offset=8 + local.tee $0 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 + local.get $7 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $11 - i32.store $0 offset=12 - local.get $5 - local.get $11 - i32.store $0 - local.get $11 - if - local.get $5 - local.get $11 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $0 + i32.store offset=12 + local.get $7 + local.get $0 + i32.store + local.get $7 + local.get $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $11 - i32.store $0 offset=4 local.get $7 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $6 - i32.store $0 offset=8 + i32.store offset=4 local.get $7 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $10 - i32.store $0 offset=12 + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 + local.get $8 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $7 + i32.store offset=4 + local.get $7 + local.get $6 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $5 - i32.store $0 offset=4 - loop $for-loop|01 - local.get $2 - local.get $10 + local.get $4 + local.get $7 + i32.store offset=4 + i32.const 0 + local.set $0 + loop $for-loop|00 + local.get $1 + local.get $6 i32.lt_s if - local.get $4 - local.get $2 + local.get $5 + local.get $1 i32.const 12 i32.mul i32.add - local.tee $1 - i32.load $0 offset=8 + local.tee $4 + i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 - local.get $5 + local.get $7 + i32.store + local.get $7 local.get $0 - local.get $1 - i32.load16_u $0 + local.get $4 + i32.load16_u call $~lib/array/Array#__set local.get $0 i32.const 1 i32.add local.set $0 end - local.get $2 + local.get $1 i32.const 1 i32.add - local.set $2 - br $for-loop|01 + local.set $1 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 - local.get $5 + local.get $7 + i32.store + local.get $7 local.get $0 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $9 - local.get $5 - i32.store $0 offset=8 + local.get $2 + local.get $7 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $8 - i32.store $0 offset=4 - local.get $0 - local.get $8 + local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $3 call $~lib/map/Map#values local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.set $1 global.get $~lib/memory/__stack_pointer @@ -11292,103 +11187,96 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 24 i32.const 17 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $4 - i32.store $0 + i32.store + local.get $2 local.get $4 - if - local.get $2 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 - i32.store $0 offset=4 - local.get $4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 i32.const 32 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 + local.get $2 local.get $4 - if - local.get $2 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 - i32.store $0 offset=12 - local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=16 - local.get $4 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=20 - local.get $4 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $2 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer call $~lib/map/Map#constructor - local.tee $1 - i32.store $0 offset=20 + local.tee $4 + i32.store offset=20 + i32.const 0 + local.set $1 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/array/Array#get:length - local.get $3 + local.get $1 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $5 - i32.store $0 offset=4 - local.get $4 + local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -11397,15 +11285,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $5 i32.const 0 - i32.store $0 - local.get $4 - local.get $5 - i32.store $0 - local.get $3 + i32.store local.get $5 - i32.load $0 offset=12 + local.get $7 + i32.store + local.get $1 + local.get $7 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -11416,32 +11304,32 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $5 - i32.store $0 - local.get $5 - i32.load $0 offset=4 - local.get $3 + local.tee $5 + local.get $7 + i32.store + local.get $7 + i32.load offset=4 + local.get $1 i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $6 - local.get $4 + local.get $5 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $3 + local.get $1 call $~lib/array/Array#__get - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 local.get $6 call $~lib/map/Map#has i32.eqz @@ -11454,10 +11342,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $4 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $5 i32.const 20 i32.sub call $~lib/map/Map#has @@ -11472,31 +11360,31 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $6 local.get $6 call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 local.get $4 + i32.store offset=4 + local.get $4 + local.get $5 i32.const 20 i32.sub - local.tee $4 - local.get $4 + local.tee $5 + local.get $5 call $~lib/map/Map#set - local.get $3 + local.get $1 i32.const 1 i32.add - local.set $3 + local.set $1 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/map/Map#get:size i32.const 100 @@ -11510,9 +11398,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -11525,17 +11413,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|3 - local.get $1 + local.get $0 i32.const 50 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -11547,12 +11435,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 20 i32.add i32.ne @@ -11565,16 +11453,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -11584,17 +11472,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|3 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -11607,17 +11495,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|4 - local.get $1 + local.get $0 i32.const 50 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -11628,19 +11516,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 + local.get $0 i32.const 10 i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -11652,16 +11540,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -11671,17 +11559,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|4 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -11694,14 +11582,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#clear global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size if i32.const 0 @@ -11744,10 +11632,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -11808,10 +11696,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -11854,7 +11742,7 @@ unreachable end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -11883,10 +11771,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -11929,60 +11817,59 @@ end local.get $1 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.or - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $2 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $1 - local.get $1 + i32.load offset=20 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $1 + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $3 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -11994,7 +11881,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/map/Map#rehash @@ -12027,11 +11914,11 @@ local.tee $3 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $3 call $~lib/map/Map#constructor local.tee $5 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 100 @@ -12039,7 +11926,7 @@ if global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 call $~lib/map/Map#has @@ -12053,7 +11940,7 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 local.get $0 @@ -12062,7 +11949,7 @@ call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 call $~lib/map/Map#has @@ -12077,7 +11964,7 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 call $~lib/map/Map#get @@ -12102,7 +11989,7 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/map/Map#get:size i32.const 100 @@ -12124,7 +12011,7 @@ if global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 call $~lib/map/Map#has @@ -12139,7 +12026,7 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 call $~lib/map/Map#get @@ -12157,7 +12044,7 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 local.get $0 @@ -12166,7 +12053,7 @@ call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 call $~lib/map/Map#has @@ -12181,7 +12068,7 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 call $~lib/map/Map#get @@ -12206,7 +12093,7 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/map/Map#get:size i32.const 100 @@ -12222,7 +12109,7 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 8 i32.sub @@ -12234,26 +12121,26 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $5 - i32.store $0 + i32.store local.get $5 - i32.load $0 offset=8 + i32.load offset=8 local.set $7 local.get $0 local.get $5 - i32.store $0 + i32.store local.get $0 local.get $5 - i32.load $0 offset=16 + i32.load offset=16 local.tee $8 call $~lib/array/Array#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $0 - loop $for-loop|01 + loop $for-loop|00 local.get $2 local.get $8 i32.lt_s @@ -12264,18 +12151,18 @@ i32.mul i32.add local.tee $4 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $0 local.get $4 - i32.load $0 + i32.load call $~lib/array/Array#__set local.get $0 i32.const 1 @@ -12286,12 +12173,12 @@ i32.const 1 i32.add local.set $2 - br $for-loop|01 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $0 call $~lib/array/Array#set:length @@ -12301,27 +12188,27 @@ global.set $~lib/memory/__stack_pointer local.get $6 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $5 call $~lib/map/Map#values local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer call $~lib/map/Map#constructor local.tee $2 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer call $~lib/map/Map#constructor local.tee $4 - i32.store $0 offset=20 + i32.store offset=20 loop $for-loop|2 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 call $~lib/array/Array#get:length local.get $1 @@ -12329,21 +12216,21 @@ if global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $1 call $~lib/array/Array#__get local.set $6 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $~lib/array/Array#__get local.set $7 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $6 call $~lib/map/Map#has @@ -12358,7 +12245,7 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $7 i32.const 20 @@ -12375,14 +12262,14 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $6 local.get $6 call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $7 i32.const 20 @@ -12399,7 +12286,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/map/Map#get:size i32.const 100 @@ -12414,7 +12301,7 @@ end global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/map/Map#get:size i32.const 100 @@ -12436,7 +12323,7 @@ if global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 call $~lib/map/Map#has @@ -12451,7 +12338,7 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 call $~lib/map/Map#get @@ -12469,13 +12356,13 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 call $~lib/map/Map#has @@ -12496,7 +12383,7 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/map/Map#get:size i32.const 50 @@ -12518,7 +12405,7 @@ if global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 call $~lib/map/Map#has @@ -12532,7 +12419,7 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 local.get $0 @@ -12541,7 +12428,7 @@ call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 call $~lib/map/Map#has @@ -12556,13 +12443,13 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 call $~lib/map/Map#has @@ -12583,7 +12470,7 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/map/Map#get:size i32.const 50 @@ -12598,12 +12485,12 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/map/Map#clear global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/map/Map#get:size if @@ -12648,31 +12535,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 loop $while-continue|0 local.get $0 if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.const 1 i32.and @@ -12681,7 +12568,7 @@ else local.get $1 local.get $0 - i32.load $0 + i32.load i32.eq end if @@ -12725,10 +12612,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -12795,10 +12682,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -12808,7 +12695,7 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 @@ -12820,19 +12707,19 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $7 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 12 i32.mul i32.add @@ -12845,20 +12732,20 @@ i32.ne if local.get $7 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.and i32.eqz if local.get $2 local.get $7 - i32.load $0 + i32.load local.tee $8 - i32.store $0 + i32.store local.get $2 local.get $7 - i32.load $0 offset=4 - i32.store $0 offset=4 + i32.load offset=4 + i32.store offset=4 local.get $2 local.get $6 local.get $1 @@ -12872,34 +12759,34 @@ i32.const 668265263 i32.mul local.tee $8 + local.get $8 i32.const 15 i32.shr_u - local.get $8 i32.xor i32.const -2048144777 i32.mul local.tee $8 + local.get $8 i32.const 13 i32.shr_u - local.get $8 i32.xor i32.const -1028477379 i32.mul local.tee $8 + local.get $8 i32.const 16 i32.shr_u - local.get $8 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $8 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $8 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 12 i32.add @@ -12915,59 +12802,51 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $6 - i32.store $0 + i32.store + local.get $0 local.get $6 - if - local.get $0 - local.get $6 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $5 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -12995,13 +12874,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -13038,57 +12917,56 @@ if local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 else global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $5 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $5 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -13099,25 +12977,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $6 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $3 local.get $6 i32.const 12 @@ -13125,46 +13003,46 @@ i32.add local.tee $3 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $1 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $1 local.get $4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $0 local.get $3 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -13191,10 +13069,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -13237,7 +13115,7 @@ unreachable end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -13267,13 +13145,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -13286,86 +13164,85 @@ i32.const 668265263 i32.mul local.tee $3 - local.get $3 i32.const 15 i32.shr_u + local.get $3 i32.xor i32.const -2048144777 i32.mul local.tee $3 - local.get $3 i32.const 13 i32.shr_u + local.get $3 i32.xor i32.const -1028477379 i32.mul local.tee $3 - local.get $3 i32.const 16 i32.shr_u + local.get $3 i32.xor - local.tee $7 + local.tee $8 call $~lib/map/Map#find local.tee $3 if local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 else global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $4 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 i32.or end - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -13377,73 +13254,73 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $3 - local.get $6 + local.get $5 i32.const 1 i32.add local.tee $3 i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $10 - i32.store $0 + local.tee $9 + i32.store global.get $~lib/memory/__stack_pointer local.get $3 i32.const 3 i32.shl i32.const 3 i32.div_s - local.tee $8 + local.tee $7 i32.const 12 i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $5 + i32.load offset=8 + local.set $10 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $10 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 12 i32.mul i32.add - local.set $9 + local.set $6 local.get $4 local.set $3 loop $while-continue|0 - local.get $5 - local.get $9 + local.get $6 + local.get $10 i32.ne if - local.get $5 - i32.load $0 offset=8 + local.get $10 + i32.load offset=8 i32.const 1 i32.and i32.eqz if local.get $3 - local.get $5 - i32.load $0 + local.get $10 + i32.load local.tee $11 - i32.store $0 - local.get $3 - local.get $5 - i32.load $0 offset=4 - i32.store $0 offset=4 + i32.store local.get $3 local.get $10 - local.get $6 + i32.load offset=4 + i32.store offset=4 + local.get $3 + local.get $9 + local.get $5 local.get $11 i32.const -1028477379 i32.mul @@ -13454,102 +13331,94 @@ i32.const 668265263 i32.mul local.tee $11 + local.get $11 i32.const 15 i32.shr_u - local.get $11 i32.xor i32.const -2048144777 i32.mul local.tee $11 + local.get $11 i32.const 13 i32.shr_u - local.get $11 i32.xor i32.const -1028477379 i32.mul local.tee $11 + local.get $11 i32.const 16 i32.shr_u - local.get $11 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $11 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $11 local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 12 i32.add local.set $3 end - local.get $5 + local.get $10 i32.const 12 i32.add - local.set $5 + local.set $10 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 - local.get $10 - i32.store $0 offset=12 + local.get $9 + i32.store offset=12 local.get $0 - local.get $10 - i32.store $0 - local.get $10 - if - local.get $0 - local.get $10 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $9 + i32.store + local.get $0 + local.get $9 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $6 - i32.store $0 offset=4 - local.get $3 + local.get $5 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $4 - if - local.get $0 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $8 - i32.store $0 offset=12 - local.get $3 + local.get $7 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $3 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -13557,25 +13426,25 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $5 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.get $5 i32.const 12 @@ -13583,46 +13452,46 @@ i32.add local.tee $4 local.get $1 - i32.store $0 + i32.store local.get $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $1 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - local.get $7 + local.get $8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $0 local.get $4 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -13658,10 +13527,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -13704,60 +13573,59 @@ end local.get $1 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.or - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $2 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $1 - local.get $1 + i32.load offset=20 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $1 + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $3 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -13769,7 +13637,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/map/Map#rehash @@ -13789,9 +13657,6 @@ (local $6 i32) (local $7 i32) (local $8 i32) - (local $9 i32) - (local $10 i32) - (local $11 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -13802,11 +13667,11 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 i32.const 0 i32.const 24 - memory.fill $0 - local.get $4 + memory.fill + local.get $2 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -13815,97 +13680,89 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $3 i64.const 0 - i64.store $0 - local.get $5 + i64.store + local.get $3 i32.const 0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $3 i32.const 24 i32.const 18 call $~lib/rt/itcms/__new - local.tee $8 - i32.store $0 + local.tee $3 + i32.store global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=8 - local.get $8 - local.get $5 - i32.store $0 - local.get $5 - if - local.get $8 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + i32.store + local.get $3 + local.get $4 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 3 - i32.store $0 offset=4 - local.get $5 - local.get $8 - i32.store $0 offset=4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=8 - local.get $8 - local.get $5 - i32.store $0 offset=8 - local.get $5 - if - local.get $8 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 4 - i32.store $0 offset=12 - local.get $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=16 - local.get $5 - local.get $8 - i32.store $0 offset=4 - local.get $8 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=20 - local.get $5 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 - local.get $8 - i32.store $0 + local.get $2 + local.get $3 + i32.store loop $for-loop|0 - local.get $1 + local.get $0 i32.const 100 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -13916,19 +13773,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 + local.get $0 i32.const 10 i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -13940,12 +13797,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 10 i32.add i32.ne @@ -13957,17 +13814,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -13980,17 +13837,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|1 - local.get $1 + local.get $0 i32.const 100 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -14002,12 +13859,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 10 i32.add i32.ne @@ -14020,19 +13877,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 + local.get $0 i32.const 20 i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -14044,12 +13901,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 20 i32.add i32.ne @@ -14061,17 +13918,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|1 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -14084,10 +13941,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $8 - i32.store $0 offset=4 - local.get $9 + local.tee $2 + local.get $3 + i32.store offset=4 + local.get $2 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -14096,22 +13953,22 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 i64.const 0 - i64.store $0 - local.get $1 - local.get $8 - i32.store $0 - local.get $8 - i32.load $0 offset=8 - local.set $4 - local.get $1 - local.get $8 - i32.store $0 - local.get $8 - i32.load $0 offset=16 - local.set $10 - local.get $1 + i64.store + local.get $4 + local.get $3 + i32.store + local.get $3 + i32.load offset=8 + local.set $5 + local.get $4 + local.get $3 + i32.store + local.get $3 + i32.load offset=16 + local.set $6 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -14120,44 +13977,46 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $0 i64.const 0 - i64.store $0 - local.get $5 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $5 + i64.store offset=8 + local.get $0 i32.const 16 i32.const 19 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 + local.tee $7 + i32.store global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $7 + i32.store offset=4 + local.get $7 + i32.const 0 + i32.store + local.get $7 i32.const 0 - i32.store $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=4 - local.get $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=8 - local.get $6 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=12 - local.get $10 + i32.store offset=12 + local.get $6 i32.const 268435455 i32.gt_u if @@ -14170,117 +14029,114 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $10 - local.get $10 + local.get $6 + local.get $6 i32.const 8 i32.le_u select i32.const 2 i32.shl - local.tee $6 + local.tee $8 i32.const 1 call $~lib/rt/itcms/__new - local.tee $11 - i32.store $0 offset=8 + local.tee $0 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 + local.get $7 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $11 - i32.store $0 offset=12 - local.get $5 - local.get $11 - i32.store $0 - local.get $11 - if - local.get $5 - local.get $11 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $0 + i32.store offset=12 + local.get $7 + local.get $0 + i32.store + local.get $7 + local.get $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $11 - i32.store $0 offset=4 local.get $7 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $6 - i32.store $0 offset=8 + i32.store offset=4 local.get $7 - local.get $5 - i32.store $0 offset=4 - local.get $5 - local.get $10 - i32.store $0 offset=12 + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 + local.get $8 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $7 + i32.store offset=4 + local.get $7 + local.get $6 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $5 - i32.store $0 offset=4 - loop $for-loop|01 - local.get $2 - local.get $10 + local.get $4 + local.get $7 + i32.store offset=4 + i32.const 0 + local.set $0 + loop $for-loop|00 + local.get $1 + local.get $6 i32.lt_s if - local.get $4 - local.get $2 + local.get $5 + local.get $1 i32.const 12 i32.mul i32.add - local.tee $1 - i32.load $0 offset=8 + local.tee $4 + i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 - local.get $5 + local.get $7 + i32.store + local.get $7 local.get $0 - local.get $1 - i32.load $0 + local.get $4 + i32.load call $~lib/array/Array#__set local.get $0 i32.const 1 i32.add local.set $0 end - local.get $2 + local.get $1 i32.const 1 i32.add - local.set $2 - br $for-loop|01 + local.set $1 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 - local.get $5 + local.get $7 + i32.store + local.get $7 local.get $0 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $9 - local.get $5 - i32.store $0 offset=8 + local.get $2 + local.get $7 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $8 - i32.store $0 offset=4 - local.get $0 - local.get $8 + local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $3 call $~lib/map/Map#values local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.set $1 global.get $~lib/memory/__stack_pointer @@ -14294,103 +14150,96 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 24 i32.const 20 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $4 - i32.store $0 + i32.store + local.get $2 local.get $4 - if - local.get $2 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 - i32.store $0 offset=4 - local.get $4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 + local.get $2 local.get $4 - if - local.get $2 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 - i32.store $0 offset=12 - local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=16 - local.get $4 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 - i32.store $0 offset=20 - local.get $4 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $1 local.get $2 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer call $~lib/map/Map#constructor - local.tee $1 - i32.store $0 offset=20 + local.tee $4 + i32.store offset=20 + i32.const 0 + local.set $1 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/array/Array#get:length - local.get $3 + local.get $1 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $5 - i32.store $0 offset=4 - local.get $4 + local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -14399,15 +14248,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $5 i32.const 0 - i32.store $0 - local.get $4 - local.get $5 - i32.store $0 - local.get $3 + i32.store local.get $5 - i32.load $0 offset=12 + local.get $7 + i32.store + local.get $1 + local.get $7 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -14418,32 +14267,32 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $5 - i32.store $0 - local.get $5 - i32.load $0 offset=4 - local.get $3 + local.tee $5 + local.get $7 + i32.store + local.get $7 + i32.load offset=4 + local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $6 - local.get $4 + local.get $5 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $3 + local.get $1 call $~lib/array/Array#__get - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 local.get $6 call $~lib/map/Map#has i32.eqz @@ -14456,10 +14305,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $4 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $5 i32.const 20 i32.sub call $~lib/map/Map#has @@ -14474,31 +14323,31 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $6 local.get $6 call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 local.get $4 + i32.store offset=4 + local.get $4 + local.get $5 i32.const 20 i32.sub - local.tee $4 - local.get $4 + local.tee $5 + local.get $5 call $~lib/map/Map#set - local.get $3 + local.get $1 i32.const 1 i32.add - local.set $3 + local.set $1 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/map/Map#get:size i32.const 100 @@ -14512,9 +14361,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -14527,17 +14376,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|3 - local.get $1 + local.get $0 i32.const 50 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -14549,12 +14398,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#get - local.get $1 + local.get $0 i32.const 20 i32.add i32.ne @@ -14567,16 +14416,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -14586,17 +14435,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|3 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -14609,17 +14458,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|4 - local.get $1 + local.get $0 i32.const 50 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -14630,19 +14479,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 + local.get $0 i32.const 10 i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has i32.eqz if @@ -14654,16 +14503,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 - local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + local.get $0 call $~lib/map/Map#has if i32.const 0 @@ -14673,17 +14522,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|4 end end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -14696,14 +14545,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#clear global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store $0 offset=4 - local.get $8 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size if i32.const 0 @@ -14747,31 +14596,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 loop $while-continue|0 local.get $0 if local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $2 i32.const 1 i32.and @@ -14780,7 +14629,7 @@ else local.get $1 local.get $0 - i64.load $0 + i64.load i64.eq end if @@ -14824,10 +14673,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -14907,10 +14756,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -14920,7 +14769,7 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 @@ -14932,19 +14781,19 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 4 i32.shl i32.add @@ -14957,20 +14806,20 @@ i32.ne if local.get $8 - i32.load $0 offset=12 + i32.load offset=12 i32.const 1 i32.and i32.eqz if local.get $2 local.get $8 - i64.load $0 + i64.load local.tee $6 - i64.store $0 + i64.store local.get $2 local.get $8 - i32.load $0 offset=8 - i32.store $0 offset=8 + i32.load offset=8 + i32.store offset=8 local.get $2 local.get $7 local.get $1 @@ -14996,34 +14845,34 @@ i32.const 668265263 i32.mul local.tee $9 - local.get $9 i32.const 15 i32.shr_u + local.get $9 i32.xor i32.const -2048144777 i32.mul local.tee $9 - local.get $9 i32.const 13 i32.shr_u + local.get $9 i32.xor i32.const -1028477379 i32.mul local.tee $9 - local.get $9 i32.const 16 i32.shr_u + local.get $9 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $9 - i32.load $0 - i32.store $0 offset=12 + i32.load + i32.store offset=12 local.get $9 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 16 i32.add @@ -15039,59 +14888,51 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $7 - i32.store $0 + i32.store + local.get $0 local.get $7 - if - local.get $0 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $5 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -15119,13 +14960,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -15174,57 +15015,56 @@ if local.get $3 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $5 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $5 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -15235,25 +15075,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $6 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $3 local.get $6 i32.const 4 @@ -15261,46 +15101,46 @@ i32.add local.tee $3 local.get $1 - i64.store $0 + i64.store local.get $3 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $2 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $2 local.get $4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=12 + i32.load + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -15327,10 +15167,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -15385,7 +15225,7 @@ unreachable end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -15413,13 +15253,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if local.get $1 @@ -15443,23 +15283,23 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add local.get $2 - i64.store $0 + i64.store local.get $3 i32.const 4 i32.add @@ -15483,7 +15323,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 3 @@ -15491,10 +15331,10 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -15524,23 +15364,23 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $4 call $~lib/array/Array#constructor local.tee $5 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 local.get $2 local.get $4 @@ -15552,18 +15392,18 @@ i32.shl i32.add local.tee $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 call $~lib/array/Array#__set local.get $1 i32.const 1 @@ -15579,7 +15419,7 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $1 call $~lib/array/Array#set:length @@ -15589,243 +15429,59 @@ global.set $~lib/memory/__stack_pointer local.get $5 ) - (func $~lib/map/Map#rehash (param $0 i32) (param $1 i32) - (local $2 i32) - (local $3 i32) - (local $4 i32) - (local $5 i32) - (local $6 i64) - (local $7 i32) - (local $8 i32) - (local $9 i32) - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1896 - i32.lt_s - if - i32.const 34688 - i32.const 34736 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store $0 - local.get $2 - i64.const 0 - i64.store $0 offset=8 - local.get $2 - local.get $1 - i32.const 1 - i32.add - local.tee $2 - i32.const 2 - i32.shl - call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $7 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.const 3 - i32.shl - i32.const 3 - i32.div_s - local.tee $5 - i32.const 24 - i32.mul - call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $3 - i32.store $0 offset=4 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=8 - local.get $0 - i32.load $0 offset=8 - local.set $8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=8 - local.get $8 - local.get $0 - i32.load $0 offset=16 - i32.const 24 - i32.mul - i32.add - local.set $4 - local.get $3 - local.set $2 - loop $while-continue|0 - local.get $4 - local.get $8 - i32.ne - if - local.get $8 - i32.load $0 offset=16 - i32.const 1 - i32.and - i32.eqz - if - local.get $2 - local.get $8 - i64.load $0 - local.tee $6 - i64.store $0 - local.get $2 - local.get $8 - i64.load $0 offset=8 - i64.store $0 offset=8 - local.get $2 - local.get $7 - local.get $1 - local.get $6 - i32.wrap_i64 - i32.const -1028477379 - i32.mul - i32.const 374761401 - i32.add - i32.const 17 - i32.rotl - i32.const 668265263 - i32.mul - local.get $6 - i64.const 32 - i64.shr_u - i32.wrap_i64 - i32.const -1028477379 - i32.mul - i32.add - i32.const 17 - i32.rotl - i32.const 668265263 - i32.mul - local.tee $9 - local.get $9 - i32.const 15 - i32.shr_u - i32.xor - i32.const -2048144777 - i32.mul - local.tee $9 - local.get $9 - i32.const 13 - i32.shr_u - i32.xor - i32.const -1028477379 - i32.mul - local.tee $9 - local.get $9 - i32.const 16 - i32.shr_u - i32.xor - i32.and - i32.const 2 - i32.shl - i32.add - local.tee $9 - i32.load $0 - i32.store $0 offset=16 - local.get $9 - local.get $2 - i32.store $0 - local.get $2 - i32.const 24 - i32.add - local.set $2 - end - local.get $8 - i32.const 24 - i32.add - local.set $8 - br $while-continue|0 - end - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 offset=8 - local.get $2 - local.get $7 - i32.store $0 offset=12 - local.get $0 - local.get $7 - i32.store $0 - local.get $7 - if - local.get $0 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 offset=8 - local.get $0 - local.get $1 - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 - local.get $2 - local.get $3 - i32.store $0 offset=12 - local.get $0 - local.get $3 - i32.store $0 offset=8 - local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store $0 offset=8 - local.get $0 - local.get $5 - i32.store $0 offset=12 - local.get $1 - local.get $0 - i32.store $0 offset=8 - local.get $1 - local.get $0 - i32.store $0 offset=12 - local.get $0 - local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - ) (func $~lib/map/Map#set (param $0 i32) (param $1 i64) (param $2 i64) (local $3 i32) (local $4 i32) (local $5 i32) (local $6 i32) + (local $7 i32) + (local $8 i32) + (local $9 i64) + (local $10 i32) + (local $11 i32) + (local $12 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner0 + block $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 1896 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store + local.get $3 + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.tee $3 + local.get $0 + i32.store local.get $3 + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1896 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 i32.const 0 - i32.store $0 offset=8 + i32.store + local.get $3 + local.get $0 + i32.store + local.get $0 + i32.load + local.set $4 + local.get $3 + local.get $0 + i32.store + local.get $4 local.get $1 i32.wrap_i64 i32.const -1028477379 @@ -15847,67 +15503,41 @@ i32.rotl i32.const 668265263 i32.mul - local.tee $4 + local.tee $3 + local.get $3 i32.const 15 i32.shr_u - local.get $4 i32.xor i32.const -2048144777 i32.mul - local.tee $4 + local.tee $3 + local.get $3 i32.const 13 i32.shr_u - local.get $4 i32.xor i32.const -1028477379 i32.mul - local.tee $4 - i32.const 16 - i32.shr_u - local.get $4 - i32.xor - local.set $4 - local.get $3 - local.get $0 - i32.store $0 - local.get $3 - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1896 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer local.tee $3 - i32.const 0 - i32.store $0 local.get $3 + i32.const 16 + i32.shr_u + i32.xor + local.tee $8 local.get $0 - i32.store $0 - local.get $0 - i32.load $0 - local.set $5 - local.get $3 - local.get $0 - i32.store $0 - local.get $5 - local.get $4 - local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $3 - block $__inlined_func$~lib/map/Map#find + block $__inlined_func$~lib/map/Map#find$1403 loop $while-continue|0 local.get $3 if local.get $3 - i32.load $0 offset=16 - local.tee $5 + i32.load offset=16 + local.tee $4 i32.const 1 i32.and if (result i32) @@ -15915,7 +15545,7 @@ else local.get $1 local.get $3 - i64.load $0 + i64.load i64.eq end if @@ -15923,9 +15553,9 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/map/Map#find + br $__inlined_func$~lib/map/Map#find$1403 end - local.get $5 + local.get $4 i32.const -2 i32.and local.set $3 @@ -15943,133 +15573,322 @@ if local.get $3 local.get $2 - i64.store $0 offset=8 + i64.store offset=8 else global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 - local.set $5 + i32.load offset=16 + local.set $4 local.get $3 local.get $0 - i32.store $0 - local.get $5 + i32.store + local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 - local.set $5 + i32.load offset=20 + local.set $4 local.get $3 local.get $0 - i32.store $0 offset=4 - local.get $0 - local.get $5 + i32.store offset=4 + local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + local.set $5 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1896 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i64.const 0 + i64.store + local.get $3 + i64.const 0 + i64.store offset=8 + local.get $3 + local.get $5 + i32.const 1 + i32.add + local.tee $3 + i32.const 2 + i32.shl + call $~lib/arraybuffer/ArrayBuffer#constructor + local.tee $10 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.const 3 + i32.shl + i32.const 3 + i32.div_s + local.tee $7 + i32.const 24 + i32.mul + call $~lib/arraybuffer/ArrayBuffer#constructor + local.tee $4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + i32.load offset=8 + local.set $11 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $11 + local.get $0 + i32.load offset=16 + i32.const 24 + i32.mul + i32.add + local.set $6 + local.get $4 + local.set $3 + loop $while-continue|00 + local.get $6 + local.get $11 + i32.ne + if + local.get $11 + i32.load offset=16 + i32.const 1 + i32.and + i32.eqz + if + local.get $3 + local.get $11 + i64.load + local.tee $9 + i64.store + local.get $3 + local.get $11 + i64.load offset=8 + i64.store offset=8 + local.get $3 + local.get $10 + local.get $5 + local.get $9 + i32.wrap_i64 + i32.const -1028477379 + i32.mul + i32.const 374761401 + i32.add + i32.const 17 + i32.rotl + i32.const 668265263 + i32.mul + local.get $9 + i64.const 32 + i64.shr_u + i32.wrap_i64 + i32.const -1028477379 + i32.mul + i32.add + i32.const 17 + i32.rotl + i32.const 668265263 + i32.mul + local.tee $12 + local.get $12 + i32.const 15 + i32.shr_u + i32.xor + i32.const -2048144777 + i32.mul + local.tee $12 + local.get $12 + i32.const 13 + i32.shr_u + i32.xor + i32.const -1028477379 + i32.mul + local.tee $12 + local.get $12 + i32.const 16 + i32.shr_u + i32.xor + i32.and + i32.const 2 + i32.shl + i32.add + local.tee $12 + i32.load + i32.store offset=16 + local.get $12 + local.get $3 + i32.store + local.get $3 + i32.const 24 + i32.add + local.set $3 + end + local.get $11 + i32.const 24 + i32.add + local.set $11 + br $while-continue|00 + end + end + global.get $~lib/memory/__stack_pointer + local.tee $3 + local.get $0 + i32.store offset=8 + local.get $3 + local.get $10 + i32.store offset=12 + local.get $0 + local.get $10 + i32.store + local.get $0 + local.get $10 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + local.get $5 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=12 + local.get $0 + local.get $4 + i32.store offset=8 + local.get $0 + local.get $4 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + local.get $7 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + local.get $0 + local.get $0 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=8 - local.tee $5 - i32.store $0 offset=8 + i32.load offset=8 + local.tee $4 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 - local.tee $6 + i32.load offset=16 + local.tee $5 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 + local.get $4 local.get $5 - local.get $6 i32.const 24 i32.mul i32.add - local.tee $5 + local.tee $4 local.get $1 - i64.store $0 - local.get $5 + i64.store + local.get $4 local.get $2 - i64.store $0 offset=8 + i64.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.set $6 + i32.load + local.set $5 local.get $3 local.get $0 - i32.store $0 - local.get $5 - local.get $6 + i32.store local.get $4 + local.get $5 + local.get $8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=16 + i32.load + i32.store offset=16 local.get $0 - local.get $5 - i32.store $0 + local.get $4 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -16106,10 +15925,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -16164,60 +15983,59 @@ end local.get $2 local.get $2 - i32.load $0 offset=12 + i32.load offset=12 i32.const 1 i32.or - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $2 - local.get $2 + i32.load offset=20 + local.tee $4 + local.get $4 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $4 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -16229,7 +16047,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 call $~lib/map/Map#rehash @@ -16259,70 +16077,62 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 3 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 64 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 4 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -16338,9 +16148,6 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -16351,11 +16158,11 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $3 i32.const 0 i32.const 24 - memory.fill $0 - local.get $4 + memory.fill + local.get $3 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -16364,96 +16171,88 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $4 i64.const 0 - i64.store $0 - local.get $5 + i64.store + local.get $4 i32.const 0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $4 i32.const 24 i32.const 21 call $~lib/rt/itcms/__new - local.tee $10 - i32.store $0 + local.tee $4 + i32.store global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 + local.get $4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 - local.get $10 + i32.store offset=8 + local.get $4 local.get $5 - i32.store $0 + i32.store + local.get $4 local.get $5 - if - local.get $10 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 i32.const 3 - i32.store $0 offset=4 - local.get $5 - local.get $10 - i32.store $0 offset=4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=4 i32.const 64 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 - local.get $10 + i32.store offset=8 + local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 + local.get $4 local.get $5 - if - local.get $10 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 i32.const 4 - i32.store $0 offset=12 - local.get $5 - local.get $10 - i32.store $0 offset=4 - local.get $10 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=4 + local.get $4 i32.const 0 - i32.store $0 offset=16 - local.get $5 - local.get $10 - i32.store $0 offset=4 - local.get $10 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=4 + local.get $4 i32.const 0 - i32.store $0 offset=20 - local.get $5 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer + local.get $3 local.get $4 - local.get $10 - i32.store $0 + i32.store loop $for-loop|0 local.get $1 i64.const 100 i64.lt_s if global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has if @@ -16465,9 +16264,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 local.get $1 i32.wrap_i64 @@ -16475,9 +16274,9 @@ i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has i32.eqz @@ -16490,9 +16289,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#get local.get $1 @@ -16516,9 +16315,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -16538,9 +16337,9 @@ i64.lt_s if global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has i32.eqz @@ -16553,9 +16352,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#get local.get $1 @@ -16572,9 +16371,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 local.get $1 i32.wrap_i64 @@ -16582,9 +16381,9 @@ i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has i32.eqz @@ -16597,9 +16396,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#get local.get $1 @@ -16623,9 +16422,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -16638,10 +16437,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $10 - i32.store $0 offset=4 + local.tee $5 local.get $4 + i32.store offset=4 + local.get $5 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -16650,22 +16449,23 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $3 i64.const 0 - i64.store $0 - local.get $5 - local.get $10 - i32.store $0 - local.get $10 - i32.load $0 offset=8 + i64.store + local.get $3 + local.get $4 + i32.store + local.get $4 + i32.load offset=8 local.set $6 - local.get $5 - local.get $10 - i32.store $0 - local.get $10 - i32.load $0 offset=16 - local.set $11 - local.get $5 + local.get $3 + local.get $4 + i32.store + local.get $4 + i32.load offset=16 + local.set $7 + local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -16674,44 +16474,46 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $7 + local.tee $3 i64.const 0 - i64.store $0 - local.get $7 + i64.store + local.get $3 i64.const 0 - i64.store $0 offset=8 - local.get $7 + i64.store offset=8 + local.get $3 i32.const 16 i32.const 22 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 + local.tee $8 + i32.store global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $8 + i32.store offset=4 + local.get $8 i32.const 0 - i32.store $0 + i32.store + local.get $8 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $8 + i32.store offset=4 + local.get $8 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 local.get $8 - local.get $7 - i32.store $0 offset=4 - local.get $7 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 local.get $8 - local.get $7 - i32.store $0 offset=4 - local.get $7 i32.const 0 - i32.store $0 offset=12 - local.get $11 + i32.store offset=12 + local.get $7 i32.const 134217727 i32.gt_u if @@ -16724,62 +16526,57 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $11 - local.get $11 + local.get $7 + local.get $7 i32.const 8 i32.le_u select i32.const 3 i32.shl - local.tee $8 + local.tee $9 i32.const 1 call $~lib/rt/itcms/__new - local.tee $12 - i32.store $0 offset=8 + local.tee $3 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 + local.get $8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $12 - i32.store $0 offset=12 - local.get $7 - local.get $12 - i32.store $0 - local.get $12 - if - local.get $7 - local.get $12 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $3 + i32.store offset=12 + local.get $8 + local.get $3 + i32.store + local.get $8 + local.get $3 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + local.get $8 + local.get $3 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $7 - i32.store $0 offset=4 - local.get $7 - local.get $12 - i32.store $0 offset=4 - local.get $9 - local.get $7 - i32.store $0 offset=4 - local.get $7 local.get $8 - i32.store $0 offset=8 + i32.store offset=4 + local.get $8 local.get $9 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + local.get $8 local.get $7 - i32.store $0 offset=4 - local.get $7 - local.get $11 - i32.store $0 offset=12 - local.get $9 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 - local.get $7 - i32.store $0 offset=4 - loop $for-loop|01 + local.get $8 + i32.store offset=4 + loop $for-loop|00 local.get $2 - local.get $11 + local.get $7 i32.lt_s if local.get $6 @@ -16787,19 +16584,19 @@ i32.const 4 i32.shl i32.add - local.tee $5 - i32.load $0 offset=12 + local.tee $3 + i32.load offset=12 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 - local.get $7 + local.get $8 + i32.store + local.get $8 local.get $0 - local.get $5 - i64.load $0 + local.get $3 + i64.load call $~lib/array/Array#__set local.get $0 i32.const 1 @@ -16810,31 +16607,30 @@ i32.const 1 i32.add local.set $2 - br $for-loop|01 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 - local.get $7 + local.get $8 + i32.store + local.get $8 local.get $0 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer + local.get $5 + local.get $8 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $4 - local.get $7 - i32.store $0 offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $10 - i32.store $0 offset=4 - local.get $0 - local.get $10 + local.get $4 call $~lib/map/Map#values local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.set $2 global.get $~lib/memory/__stack_pointer @@ -16846,105 +16642,98 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $3 i64.const 0 - i64.store $0 - local.get $4 + i64.store + local.get $3 i32.const 0 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + local.get $3 i32.const 24 i32.const 23 call $~lib/rt/itcms/__new - local.tee $4 - i32.store $0 + local.tee $3 + i32.store global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + local.get $3 local.get $5 - i32.store $0 + i32.store + local.get $3 local.get $5 - if - local.get $4 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 3 - i32.store $0 offset=4 - local.get $5 - local.get $4 - i32.store $0 offset=4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 i32.const 96 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + local.get $3 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 + local.get $3 local.get $5 - if - local.get $4 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 4 - i32.store $0 offset=12 - local.get $5 - local.get $4 - i32.store $0 offset=4 - local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=16 - local.get $5 - local.get $4 - i32.store $0 offset=4 - local.get $4 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=20 - local.get $5 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 - local.get $4 - i32.store $0 offset=16 + local.get $3 + i32.store offset=16 global.get $~lib/memory/__stack_pointer call $~lib/map/Map#constructor - local.tee $2 - i32.store $0 offset=20 + local.tee $5 + i32.store offset=20 + i32.const 0 + local.set $2 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $8 + i32.store offset=4 + local.get $8 call $~lib/array/Array#get:length - local.get $3 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $7 - i32.store $0 offset=4 - local.get $5 + local.get $8 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -16953,15 +16742,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $6 i32.const 0 - i32.store $0 - local.get $5 - local.get $7 - i32.store $0 - local.get $3 - local.get $7 - i32.load $0 offset=12 + i32.store + local.get $6 + local.get $8 + i32.store + local.get $2 + local.get $8 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -16972,32 +16761,32 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $7 - i32.store $0 - local.get $7 - i32.load $0 offset=4 - local.get $3 + local.tee $6 + local.get $8 + i32.store + local.get $8 + i32.load offset=4 + local.get $2 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $1 - local.get $5 + local.get $6 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $3 + local.get $2 call $~lib/array/Array#__get - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has i32.eqz @@ -17010,10 +16799,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 - local.get $5 + local.get $4 + i32.store offset=4 + local.get $4 + local.get $6 i32.const 20 i32.sub i64.extend_i32_s @@ -17028,33 +16817,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 local.get $1 call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 local.get $5 + i32.store offset=4 + local.get $5 + local.get $6 i32.const 20 i32.sub - local.tee $5 - local.get $5 + local.tee $6 + local.get $6 call $~lib/map/Map#set - local.get $3 + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -17067,9 +16856,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $5 + i32.store offset=4 + local.get $5 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -17089,9 +16878,9 @@ i64.lt_s if global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has i32.eqz @@ -17104,9 +16893,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#get local.get $1 @@ -17123,15 +16912,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has if @@ -17150,9 +16939,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -17172,9 +16961,9 @@ i64.lt_s if global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has if @@ -17186,9 +16975,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 local.get $1 i32.wrap_i64 @@ -17196,9 +16985,9 @@ i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has i32.eqz @@ -17211,15 +17000,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has if @@ -17238,9 +17027,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -17253,14 +17042,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/map/Map#clear global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/map/Map#get:size if i32.const 0 @@ -17304,31 +17093,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 loop $while-continue|0 local.get $0 if local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $2 i32.const 1 i32.and @@ -17337,7 +17126,7 @@ else local.get $1 local.get $0 - i64.load $0 + i64.load i64.eq end if @@ -17381,10 +17170,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -17464,10 +17253,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -17477,7 +17266,7 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 @@ -17489,19 +17278,19 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 4 i32.shl i32.add @@ -17514,20 +17303,20 @@ i32.ne if local.get $8 - i32.load $0 offset=12 + i32.load offset=12 i32.const 1 i32.and i32.eqz if local.get $2 local.get $8 - i64.load $0 + i64.load local.tee $6 - i64.store $0 + i64.store local.get $2 local.get $8 - i32.load $0 offset=8 - i32.store $0 offset=8 + i32.load offset=8 + i32.store offset=8 local.get $2 local.get $7 local.get $1 @@ -17553,34 +17342,34 @@ i32.const 668265263 i32.mul local.tee $9 - local.get $9 i32.const 15 i32.shr_u + local.get $9 i32.xor i32.const -2048144777 i32.mul local.tee $9 - local.get $9 i32.const 13 i32.shr_u + local.get $9 i32.xor i32.const -1028477379 i32.mul local.tee $9 - local.get $9 i32.const 16 i32.shr_u + local.get $9 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $9 - i32.load $0 - i32.store $0 offset=12 + i32.load + i32.store offset=12 local.get $9 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 16 i32.add @@ -17596,59 +17385,51 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $7 - i32.store $0 + i32.store + local.get $0 local.get $7 - if - local.get $0 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $5 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -17676,13 +17457,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -17731,57 +17512,56 @@ if local.get $3 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $5 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $5 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -17792,25 +17572,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $6 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $3 local.get $6 i32.const 4 @@ -17818,46 +17598,46 @@ i32.add local.tee $3 local.get $1 - i64.store $0 + i64.store local.get $3 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $2 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $2 local.get $4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=12 + i32.load + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -17884,10 +17664,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -17942,7 +17722,7 @@ unreachable end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -17950,243 +17730,59 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#rehash (param $0 i32) (param $1 i32) - (local $2 i32) + (func $~lib/map/Map#set (param $0 i32) (param $1 i64) (param $2 i64) (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i64) + (local $6 i32) (local $7 i32) (local $8 i32) - (local $9 i32) + (local $9 i64) + (local $10 i32) + (local $11 i32) + (local $12 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1896 - i32.lt_s - if - i32.const 34688 - i32.const 34736 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store $0 - local.get $2 - i64.const 0 - i64.store $0 offset=8 - local.get $2 - local.get $1 - i32.const 1 - i32.add - local.tee $2 - i32.const 2 - i32.shl - call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $7 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.const 3 - i32.shl - i32.const 3 - i32.div_s - local.tee $5 - i32.const 24 - i32.mul - call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $3 - i32.store $0 offset=4 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=8 - local.get $0 - i32.load $0 offset=8 - local.set $8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=8 - local.get $8 - local.get $0 - i32.load $0 offset=16 - i32.const 24 - i32.mul - i32.add - local.set $4 - local.get $3 - local.set $2 - loop $while-continue|0 + block $folding-inner1 + global.get $~lib/memory/__stack_pointer + i32.const 1896 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i64.const 0 + i64.store + local.get $3 + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.tee $3 + local.get $0 + i32.store + local.get $3 + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1896 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i32.const 0 + i32.store + local.get $3 + local.get $0 + i32.store + local.get $0 + i32.load + local.set $4 + local.get $3 + local.get $0 + i32.store local.get $4 - local.get $8 - i32.ne - if - local.get $8 - i32.load $0 offset=16 - i32.const 1 - i32.and - i32.eqz - if - local.get $2 - local.get $8 - i64.load $0 - local.tee $6 - i64.store $0 - local.get $2 - local.get $8 - i64.load $0 offset=8 - i64.store $0 offset=8 - local.get $2 - local.get $7 - local.get $1 - local.get $6 - i32.wrap_i64 - i32.const -1028477379 - i32.mul - i32.const 374761401 - i32.add - i32.const 17 - i32.rotl - i32.const 668265263 - i32.mul - local.get $6 - i64.const 32 - i64.shr_u - i32.wrap_i64 - i32.const -1028477379 - i32.mul - i32.add - i32.const 17 - i32.rotl - i32.const 668265263 - i32.mul - local.tee $9 - local.get $9 - i32.const 15 - i32.shr_u - i32.xor - i32.const -2048144777 - i32.mul - local.tee $9 - local.get $9 - i32.const 13 - i32.shr_u - i32.xor - i32.const -1028477379 - i32.mul - local.tee $9 - local.get $9 - i32.const 16 - i32.shr_u - i32.xor - i32.and - i32.const 2 - i32.shl - i32.add - local.tee $9 - i32.load $0 - i32.store $0 offset=16 - local.get $9 - local.get $2 - i32.store $0 - local.get $2 - i32.const 24 - i32.add - local.set $2 - end - local.get $8 - i32.const 24 - i32.add - local.set $8 - br $while-continue|0 - end - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 offset=8 - local.get $2 - local.get $7 - i32.store $0 offset=12 - local.get $0 - local.get $7 - i32.store $0 - local.get $7 - if - local.get $0 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 offset=8 - local.get $0 - local.get $1 - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 - local.get $2 - local.get $3 - i32.store $0 offset=12 - local.get $0 - local.get $3 - i32.store $0 offset=8 - local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store $0 offset=8 - local.get $0 - local.get $5 - i32.store $0 offset=12 - local.get $1 - local.get $0 - i32.store $0 offset=8 - local.get $1 - local.get $0 - i32.store $0 offset=12 - local.get $0 - local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - ) - (func $~lib/map/Map#set (param $0 i32) (param $1 i64) (param $2 i64) - (local $3 i32) - (local $4 i32) - (local $5 i32) - (local $6 i32) - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 1896 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $3 - i64.const 0 - i64.store $0 - local.get $3 - i32.const 0 - i32.store $0 offset=8 local.get $1 i32.wrap_i64 i32.const -1028477379 @@ -18208,67 +17804,41 @@ i32.rotl i32.const 668265263 i32.mul - local.tee $4 + local.tee $3 + local.get $3 i32.const 15 i32.shr_u - local.get $4 i32.xor i32.const -2048144777 i32.mul - local.tee $4 + local.tee $3 + local.get $3 i32.const 13 i32.shr_u - local.get $4 i32.xor i32.const -1028477379 i32.mul - local.tee $4 + local.tee $3 + local.get $3 i32.const 16 i32.shr_u - local.get $4 i32.xor - local.set $4 - local.get $3 - local.get $0 - i32.store $0 - local.get $3 - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1896 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $3 - i32.const 0 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 - local.set $5 - local.get $3 - local.get $0 - i32.store $0 - local.get $5 - local.get $4 + local.tee $8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $3 - block $__inlined_func$~lib/map/Map#find + block $__inlined_func$~lib/map/Map#find$1408 loop $while-continue|0 local.get $3 if local.get $3 - i32.load $0 offset=16 - local.tee $5 + i32.load offset=16 + local.tee $4 i32.const 1 i32.and if (result i32) @@ -18276,7 +17846,7 @@ else local.get $1 local.get $3 - i64.load $0 + i64.load i64.eq end if @@ -18284,9 +17854,9 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/map/Map#find + br $__inlined_func$~lib/map/Map#find$1408 end - local.get $5 + local.get $4 i32.const -2 i32.and local.set $3 @@ -18304,200 +17874,389 @@ if local.get $3 local.get $2 - i64.store $0 offset=8 + i64.store offset=8 else global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 - local.set $5 + i32.load offset=16 + local.set $4 local.get $3 local.get $0 - i32.store $0 - local.get $5 + i32.store + local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 - local.set $5 + i32.load offset=20 + local.set $4 local.get $3 local.get $0 - i32.store $0 offset=4 - local.get $0 - local.get $5 + i32.store offset=4 + local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash - end - global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $0 - i32.store $0 - local.get $3 - local.get $0 - i32.load $0 offset=8 - local.tee $5 - i32.store $0 offset=8 - local.get $3 - local.get $0 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 offset=4 - local.get $0 - local.get $0 - i32.load $0 offset=16 - local.tee $6 - i32.const 1 - i32.add - i32.store $0 offset=16 - local.get $5 - local.get $6 - i32.const 24 - i32.mul - i32.add - local.tee $5 - local.get $1 - i64.store $0 - local.get $5 - local.get $2 - i64.store $0 offset=8 - local.get $3 - local.get $0 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 offset=4 - local.get $0 - local.get $0 - i32.load $0 offset=20 - i32.const 1 - i32.add - i32.store $0 offset=20 - local.get $3 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 - local.set $6 - local.get $3 - local.get $0 - i32.store $0 - local.get $5 - local.get $6 - local.get $4 - local.get $0 - i32.load $0 offset=4 - i32.and - i32.const 2 - i32.shl - i32.add - local.tee $0 - i32.load $0 - i32.store $0 offset=16 - local.get $0 - local.get $5 - i32.store $0 - end - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - return - end - i32.const 34688 - i32.const 34736 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - ) - (func $~lib/map/Map#delete (param $0 i32) (param $1 i64) - (local $2 i32) - (local $3 i32) - (local $4 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1896 - i32.lt_s - if - i32.const 34688 - i32.const 34736 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store $0 - local.get $2 - local.get $0 - i32.store $0 - local.get $0 - local.get $1 - local.get $1 - i32.wrap_i64 - i32.const -1028477379 - i32.mul - i32.const 374761401 - i32.add - i32.const 17 - i32.rotl - i32.const 668265263 - i32.mul - local.get $1 - i64.const 32 - i64.shr_u - i32.wrap_i64 - i32.const -1028477379 - i32.mul - i32.add - i32.const 17 - i32.rotl - i32.const 668265263 - i32.mul - local.tee $2 - i32.const 15 - i32.shr_u - local.get $2 + local.set $5 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1896 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i64.const 0 + i64.store + local.get $3 + i64.const 0 + i64.store offset=8 + local.get $3 + local.get $5 + i32.const 1 + i32.add + local.tee $3 + i32.const 2 + i32.shl + call $~lib/arraybuffer/ArrayBuffer#constructor + local.tee $10 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.const 3 + i32.shl + i32.const 3 + i32.div_s + local.tee $7 + i32.const 24 + i32.mul + call $~lib/arraybuffer/ArrayBuffer#constructor + local.tee $4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + i32.load offset=8 + local.set $11 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $11 + local.get $0 + i32.load offset=16 + i32.const 24 + i32.mul + i32.add + local.set $6 + local.get $4 + local.set $3 + loop $while-continue|00 + local.get $6 + local.get $11 + i32.ne + if + local.get $11 + i32.load offset=16 + i32.const 1 + i32.and + i32.eqz + if + local.get $3 + local.get $11 + i64.load + local.tee $9 + i64.store + local.get $3 + local.get $11 + i64.load offset=8 + i64.store offset=8 + local.get $3 + local.get $10 + local.get $5 + local.get $9 + i32.wrap_i64 + i32.const -1028477379 + i32.mul + i32.const 374761401 + i32.add + i32.const 17 + i32.rotl + i32.const 668265263 + i32.mul + local.get $9 + i64.const 32 + i64.shr_u + i32.wrap_i64 + i32.const -1028477379 + i32.mul + i32.add + i32.const 17 + i32.rotl + i32.const 668265263 + i32.mul + local.tee $12 + local.get $12 + i32.const 15 + i32.shr_u + i32.xor + i32.const -2048144777 + i32.mul + local.tee $12 + local.get $12 + i32.const 13 + i32.shr_u + i32.xor + i32.const -1028477379 + i32.mul + local.tee $12 + local.get $12 + i32.const 16 + i32.shr_u + i32.xor + i32.and + i32.const 2 + i32.shl + i32.add + local.tee $12 + i32.load + i32.store offset=16 + local.get $12 + local.get $3 + i32.store + local.get $3 + i32.const 24 + i32.add + local.set $3 + end + local.get $11 + i32.const 24 + i32.add + local.set $11 + br $while-continue|00 + end + end + global.get $~lib/memory/__stack_pointer + local.tee $3 + local.get $0 + i32.store offset=8 + local.get $3 + local.get $10 + i32.store offset=12 + local.get $0 + local.get $10 + i32.store + local.get $0 + local.get $10 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + local.get $5 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=12 + local.get $0 + local.get $4 + i32.store offset=8 + local.get $0 + local.get $4 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + local.get $7 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + local.get $0 + local.get $0 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + end + global.get $~lib/memory/__stack_pointer + local.tee $3 + local.get $0 + i32.store + local.get $3 + local.get $0 + i32.load offset=8 + local.tee $4 + i32.store offset=8 + local.get $3 + local.get $0 + i32.store + local.get $3 + local.get $0 + i32.store offset=4 + local.get $0 + local.get $0 + i32.load offset=16 + local.tee $5 + i32.const 1 + i32.add + i32.store offset=16 + local.get $4 + local.get $5 + i32.const 24 + i32.mul + i32.add + local.tee $4 + local.get $1 + i64.store + local.get $4 + local.get $2 + i64.store offset=8 + local.get $3 + local.get $0 + i32.store + local.get $3 + local.get $0 + i32.store offset=4 + local.get $0 + local.get $0 + i32.load offset=20 + i32.const 1 + i32.add + i32.store offset=20 + local.get $3 + local.get $0 + i32.store + local.get $0 + i32.load + local.set $5 + local.get $3 + local.get $0 + i32.store + local.get $4 + local.get $5 + local.get $8 + local.get $0 + i32.load offset=4 + i32.and + i32.const 2 + i32.shl + i32.add + local.tee $0 + i32.load + i32.store offset=16 + local.get $0 + local.get $4 + i32.store + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + return + end + i32.const 34688 + i32.const 34736 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $~lib/map/Map#delete (param $0 i32) (param $1 i64) + (local $2 i32) + (local $3 i32) + (local $4 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1896 + i32.lt_s + if + i32.const 34688 + i32.const 34736 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $2 + i64.const 0 + i64.store + local.get $2 + local.get $0 + i32.store + local.get $0 + local.get $1 + local.get $1 + i32.wrap_i64 + i32.const -1028477379 + i32.mul + i32.const 374761401 + i32.add + i32.const 17 + i32.rotl + i32.const 668265263 + i32.mul + local.get $1 + i64.const 32 + i64.shr_u + i32.wrap_i64 + i32.const -1028477379 + i32.mul + i32.add + i32.const 17 + i32.rotl + i32.const 668265263 + i32.mul + local.tee $2 + i32.const 15 + i32.shr_u + local.get $2 i32.xor i32.const -2048144777 i32.mul @@ -18525,60 +18284,59 @@ end local.get $2 local.get $2 - i32.load $0 offset=12 + i32.load offset=12 i32.const 1 i32.or - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $2 - local.get $2 + i32.load offset=20 + local.tee $4 + local.get $4 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $4 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -18590,7 +18348,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 call $~lib/map/Map#rehash @@ -18611,9 +18369,6 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -18624,11 +18379,11 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $3 i32.const 0 i32.const 24 - memory.fill $0 - local.get $4 + memory.fill + local.get $3 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -18637,96 +18392,88 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $4 i64.const 0 - i64.store $0 - local.get $5 + i64.store + local.get $4 i32.const 0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $4 i32.const 24 i32.const 24 call $~lib/rt/itcms/__new - local.tee $10 - i32.store $0 + local.tee $4 + i32.store global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 + local.get $4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 - local.get $10 + i32.store offset=8 + local.get $4 local.get $5 - i32.store $0 + i32.store + local.get $4 local.get $5 - if - local.get $10 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 i32.const 3 - i32.store $0 offset=4 - local.get $5 - local.get $10 - i32.store $0 offset=4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=4 i32.const 64 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 - local.get $10 + i32.store offset=8 + local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 + local.get $4 local.get $5 - if - local.get $10 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 i32.const 4 - i32.store $0 offset=12 - local.get $5 - local.get $10 - i32.store $0 offset=4 - local.get $10 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=4 + local.get $4 i32.const 0 - i32.store $0 offset=16 - local.get $5 - local.get $10 - i32.store $0 offset=4 - local.get $10 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=4 + local.get $4 i32.const 0 - i32.store $0 offset=20 - local.get $5 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer + local.get $3 local.get $4 - local.get $10 - i32.store $0 + i32.store loop $for-loop|0 local.get $1 i64.const 100 i64.lt_u if global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has if @@ -18738,9 +18485,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 local.get $1 i32.wrap_i64 @@ -18748,9 +18495,9 @@ i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has i32.eqz @@ -18763,9 +18510,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#get local.get $1 @@ -18789,9 +18536,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -18811,9 +18558,9 @@ i64.lt_u if global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has i32.eqz @@ -18826,9 +18573,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#get local.get $1 @@ -18845,9 +18592,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 local.get $1 i32.wrap_i64 @@ -18855,9 +18602,9 @@ i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has i32.eqz @@ -18870,9 +18617,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#get local.get $1 @@ -18896,9 +18643,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -18911,10 +18658,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $10 - i32.store $0 offset=4 + local.tee $5 local.get $4 + i32.store offset=4 + local.get $5 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -18923,22 +18670,23 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $3 i64.const 0 - i64.store $0 - local.get $5 - local.get $10 - i32.store $0 - local.get $10 - i32.load $0 offset=8 + i64.store + local.get $3 + local.get $4 + i32.store + local.get $4 + i32.load offset=8 local.set $6 - local.get $5 - local.get $10 - i32.store $0 - local.get $10 - i32.load $0 offset=16 - local.set $11 - local.get $5 + local.get $3 + local.get $4 + i32.store + local.get $4 + i32.load offset=16 + local.set $7 + local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -18947,44 +18695,46 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $7 + local.tee $3 i64.const 0 - i64.store $0 - local.get $7 + i64.store + local.get $3 i64.const 0 - i64.store $0 offset=8 - local.get $7 + i64.store offset=8 + local.get $3 i32.const 16 i32.const 25 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 + local.tee $8 + i32.store global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $8 + i32.store offset=4 + local.get $8 i32.const 0 - i32.store $0 + i32.store + local.get $8 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $8 + i32.store offset=4 + local.get $8 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 local.get $8 - local.get $7 - i32.store $0 offset=4 - local.get $7 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 local.get $8 - local.get $7 - i32.store $0 offset=4 - local.get $7 i32.const 0 - i32.store $0 offset=12 - local.get $11 + i32.store offset=12 + local.get $7 i32.const 134217727 i32.gt_u if @@ -18997,62 +18747,57 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $11 - local.get $11 + local.get $7 + local.get $7 i32.const 8 i32.le_u select i32.const 3 i32.shl - local.tee $8 + local.tee $9 i32.const 1 call $~lib/rt/itcms/__new - local.tee $12 - i32.store $0 offset=8 + local.tee $3 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 + local.get $8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $12 - i32.store $0 offset=12 - local.get $7 - local.get $12 - i32.store $0 - local.get $12 - if - local.get $7 - local.get $12 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $3 + i32.store offset=12 + local.get $8 + local.get $3 + i32.store + local.get $8 + local.get $3 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $7 - i32.store $0 offset=4 - local.get $7 - local.get $12 - i32.store $0 offset=4 - local.get $9 - local.get $7 - i32.store $0 offset=4 - local.get $7 local.get $8 - i32.store $0 offset=8 + i32.store offset=4 + local.get $8 + local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + local.get $8 local.get $9 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + local.get $8 local.get $7 - i32.store $0 offset=4 - local.get $7 - local.get $11 - i32.store $0 offset=12 - local.get $9 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 - local.get $7 - i32.store $0 offset=4 - loop $for-loop|01 + local.get $8 + i32.store offset=4 + loop $for-loop|00 local.get $2 - local.get $11 + local.get $7 i32.lt_s if local.get $6 @@ -19060,19 +18805,19 @@ i32.const 4 i32.shl i32.add - local.tee $5 - i32.load $0 offset=12 + local.tee $3 + i32.load offset=12 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 - local.get $7 + local.get $8 + i32.store + local.get $8 local.get $0 - local.get $5 - i64.load $0 + local.get $3 + i64.load call $~lib/array/Array#__set local.get $0 i32.const 1 @@ -19083,31 +18828,30 @@ i32.const 1 i32.add local.set $2 - br $for-loop|01 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 - local.get $7 + local.get $8 + i32.store + local.get $8 local.get $0 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer + local.get $5 + local.get $8 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $4 - local.get $7 - i32.store $0 offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $10 - i32.store $0 offset=4 - local.get $0 - local.get $10 + local.get $4 call $~lib/map/Map#values local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.set $2 global.get $~lib/memory/__stack_pointer @@ -19119,105 +18863,98 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $3 i64.const 0 - i64.store $0 - local.get $4 + i64.store + local.get $3 i32.const 0 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + local.get $3 i32.const 24 i32.const 26 call $~lib/rt/itcms/__new - local.tee $4 - i32.store $0 + local.tee $3 + i32.store global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + local.get $3 local.get $5 - i32.store $0 + i32.store + local.get $3 local.get $5 - if - local.get $4 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 3 - i32.store $0 offset=4 - local.get $5 - local.get $4 - i32.store $0 offset=4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 i32.const 96 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 - local.get $4 - local.get $5 - i32.store $0 offset=8 + i32.store offset=8 + local.get $3 local.get $5 - if - local.get $4 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.store offset=8 + local.get $3 + local.get $5 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 4 - i32.store $0 offset=12 - local.get $5 - local.get $4 - i32.store $0 offset=4 - local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=16 - local.get $5 - local.get $4 - i32.store $0 offset=4 - local.get $4 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=20 - local.get $5 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $2 - local.get $4 - i32.store $0 offset=16 + local.get $3 + i32.store offset=16 global.get $~lib/memory/__stack_pointer call $~lib/map/Map#constructor - local.tee $2 - i32.store $0 offset=20 + local.tee $5 + i32.store offset=20 + i32.const 0 + local.set $2 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $8 + i32.store offset=4 + local.get $8 call $~lib/array/Array#get:length - local.get $3 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $7 - i32.store $0 offset=4 - local.get $5 + local.get $8 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -19226,15 +18963,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $6 i32.const 0 - i32.store $0 - local.get $5 - local.get $7 - i32.store $0 - local.get $3 - local.get $7 - i32.load $0 offset=12 + i32.store + local.get $6 + local.get $8 + i32.store + local.get $2 + local.get $8 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -19245,32 +18982,32 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $7 - i32.store $0 - local.get $7 - i32.load $0 offset=4 - local.get $3 + local.tee $6 + local.get $8 + i32.store + local.get $8 + i32.load offset=4 + local.get $2 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $1 - local.get $5 + local.get $6 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $3 + local.get $2 call $~lib/array/Array#__get - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has i32.eqz @@ -19283,10 +19020,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 - local.get $5 + local.get $4 + i32.store offset=4 + local.get $4 + local.get $6 i32.const 20 i32.sub i64.extend_i32_s @@ -19301,33 +19038,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 local.get $1 call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 local.get $5 + i32.store offset=4 + local.get $5 + local.get $6 i32.const 20 i32.sub - local.tee $5 - local.get $5 + local.tee $6 + local.get $6 call $~lib/map/Map#set - local.get $3 + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -19340,9 +19077,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $5 + i32.store offset=4 + local.get $5 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -19362,9 +19099,9 @@ i64.lt_u if global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has i32.eqz @@ -19377,9 +19114,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#get local.get $1 @@ -19396,15 +19133,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has if @@ -19423,9 +19160,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -19445,9 +19182,9 @@ i64.lt_u if global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has if @@ -19459,9 +19196,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 local.get $1 i32.wrap_i64 @@ -19469,9 +19206,9 @@ i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has i32.eqz @@ -19484,15 +19221,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/map/Map#has if @@ -19511,9 +19248,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -19526,14 +19263,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/map/Map#clear global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/map/Map#get:size if i32.const 0 @@ -19577,31 +19314,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 loop $while-continue|0 local.get $0 if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.const 1 i32.and @@ -19610,7 +19347,7 @@ else local.get $1 local.get $0 - f32.load $0 + f32.load f32.eq end if @@ -19654,10 +19391,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -19726,10 +19463,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -19739,7 +19476,7 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 @@ -19751,19 +19488,19 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 12 i32.mul i32.add @@ -19776,20 +19513,20 @@ i32.ne if local.get $8 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.and i32.eqz if local.get $2 local.get $8 - f32.load $0 + f32.load local.tee $4 - f32.store $0 + f32.store local.get $2 local.get $8 - i32.load $0 offset=4 - i32.store $0 offset=4 + i32.load offset=4 + i32.store offset=4 local.get $2 local.get $7 local.get $1 @@ -19804,34 +19541,34 @@ i32.const 668265263 i32.mul local.tee $9 + local.get $9 i32.const 15 i32.shr_u - local.get $9 i32.xor i32.const -2048144777 i32.mul local.tee $9 + local.get $9 i32.const 13 i32.shr_u - local.get $9 i32.xor i32.const -1028477379 i32.mul local.tee $9 + local.get $9 i32.const 16 i32.shr_u - local.get $9 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $9 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $9 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 12 i32.add @@ -19847,59 +19584,51 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $7 - i32.store $0 + i32.store + local.get $0 local.get $7 - if - local.get $0 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $6 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -19927,13 +19656,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -19971,57 +19700,56 @@ if local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 else global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $5 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $5 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -20032,25 +19760,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $6 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $3 local.get $6 i32.const 12 @@ -20058,46 +19786,46 @@ i32.add local.tee $3 local.get $1 - f32.store $0 + f32.store local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $2 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $2 local.get $4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $0 local.get $3 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -20124,10 +19852,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -20171,7 +19899,7 @@ unreachable end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -20182,9 +19910,9 @@ (func $~lib/map/Map#keys (param $0 i32) (result i32) (local $1 i32) (local $2 i32) - (local $3 f32) + (local $3 i32) (local $4 i32) - (local $5 i32) + (local $5 f32) (local $6 i32) (local $7 i32) (local $8 i32) @@ -20192,74 +19920,76 @@ i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner0 + block $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 1896 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $6 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $6 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $4 - local.get $1 + local.get $6 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 - local.set $6 - local.get $1 + i32.load offset=16 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1896 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $0 i32.const 16 i32.const 28 call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 + local.tee $7 + i32.store global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 + i32.store + local.get $7 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=4 - local.get $0 - local.get $2 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=8 - local.get $0 - local.get $2 - i32.store $0 offset=4 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=12 - local.get $6 + i32.store offset=12 + local.get $2 i32.const 268435455 i32.gt_u if @@ -20272,8 +20002,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $6 - local.get $6 + local.get $2 + local.get $2 i32.const 8 i32.le_u select @@ -20282,79 +20012,73 @@ local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 + local.tee $8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=12 local.get $7 - i32.store $0 + local.get $8 + i32.store local.get $7 - if - local.get $2 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $8 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $2 - i32.store $0 offset=4 - local.get $2 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 + local.get $7 local.get $8 - local.get $2 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 local.get $0 - i32.store $0 offset=8 - local.get $8 - local.get $2 - i32.store $0 offset=4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 local.get $2 - local.get $6 - i32.store $0 offset=12 - local.get $8 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $2 - i32.store $0 offset=4 - i32.const 0 - local.set $0 + local.get $6 + local.get $7 + i32.store offset=4 loop $for-loop|0 - local.get $5 - local.get $6 - i32.lt_s + local.get $2 + local.get $3 + i32.gt_s if local.get $4 - local.get $5 + local.get $3 i32.const 12 i32.mul i32.add - local.tee $7 - i32.load $0 offset=8 + local.tee $6 + i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer local.tee $8 - local.get $2 - i32.store $0 - local.get $0 - local.tee $1 + local.get $7 + i32.store + local.get $1 + local.tee $0 i32.const 1 i32.add - local.set $0 - local.get $7 - f32.load $0 - local.set $3 + local.set $1 + local.get $6 + f32.load + local.set $5 local.get $8 i32.const 4 i32.sub @@ -20362,20 +20086,20 @@ global.get $~lib/memory/__stack_pointer i32.const 1896 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $7 + local.tee $6 i32.const 0 - i32.store $0 + i32.store + local.get $6 local.get $7 - local.get $2 - i32.store $0 - local.get $1 - local.get $2 - i32.load $0 offset=12 + i32.store + local.get $0 + local.get $7 + i32.load offset=12 i32.ge_u if - local.get $1 + local.get $0 i32.const 0 i32.lt_s if @@ -20386,56 +20110,56 @@ call $~lib/builtins/abort unreachable end - local.get $2 - local.get $1 + local.get $7 + local.get $0 i32.const 1 i32.add - local.tee $7 + local.tee $6 i32.const 2 i32.const 1 call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 - local.get $2 local.get $7 - i32.store $0 offset=12 + i32.store + local.get $7 + local.get $6 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $2 - i32.store $0 - local.get $2 - i32.load $0 offset=4 - local.get $1 + local.tee $6 + local.get $7 + i32.store + local.get $7 + i32.load offset=4 + local.get $0 i32.const 2 i32.shl i32.add - local.get $3 - f32.store $0 - local.get $7 + local.get $5 + f32.store + local.get $6 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer end - local.get $5 + local.get $3 i32.const 1 i32.add - local.set $5 + local.set $3 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 - local.get $2 - local.get $0 + local.get $7 + i32.store + local.get $7 + local.get $1 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $7 return end i32.const 34688 @@ -20449,11 +20173,11 @@ (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) + (local $6 f32) (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 f32) + (local $10 i32) (local $11 i32) (local $12 i32) global.get $~lib/memory/__stack_pointer @@ -20468,13 +20192,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -20488,86 +20212,85 @@ i32.const 668265263 i32.mul local.tee $3 - local.get $3 i32.const 15 i32.shr_u + local.get $3 i32.xor i32.const -2048144777 i32.mul local.tee $3 - local.get $3 i32.const 13 i32.shr_u + local.get $3 i32.xor i32.const -1028477379 i32.mul local.tee $3 - local.get $3 i32.const 16 i32.shr_u + local.get $3 i32.xor - local.tee $7 + local.tee $9 call $~lib/map/Map#find local.tee $3 if local.get $3 local.get $2 - f32.store $0 offset=4 + f32.store offset=4 else global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $4 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 i32.or end - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -20579,20 +20302,20 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $3 - local.get $6 + local.get $5 i32.const 1 i32.add local.tee $3 i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $11 - i32.store $0 + local.tee $10 + i32.store global.get $~lib/memory/__stack_pointer local.get $3 i32.const 3 @@ -20604,49 +20327,49 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $5 + i32.load offset=8 + local.set $11 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $11 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 12 i32.mul i32.add - local.set $9 + local.set $7 local.get $4 local.set $3 loop $while-continue|0 - local.get $5 - local.get $9 + local.get $7 + local.get $11 i32.ne if - local.get $5 - i32.load $0 offset=8 + local.get $11 + i32.load offset=8 i32.const 1 i32.and i32.eqz if local.get $3 - local.get $5 - f32.load $0 - local.tee $10 - f32.store $0 - local.get $3 - local.get $5 - f32.load $0 offset=4 - f32.store $0 offset=4 + local.get $11 + f32.load + local.tee $6 + f32.store local.get $3 local.get $11 - local.get $6 + f32.load offset=4 + f32.store offset=4 + local.get $3 local.get $10 + local.get $5 + local.get $6 i32.reinterpret_f32 i32.const -1028477379 i32.mul @@ -20657,102 +20380,94 @@ i32.const 668265263 i32.mul local.tee $12 + local.get $12 i32.const 15 i32.shr_u - local.get $12 i32.xor i32.const -2048144777 i32.mul local.tee $12 + local.get $12 i32.const 13 i32.shr_u - local.get $12 i32.xor i32.const -1028477379 i32.mul local.tee $12 + local.get $12 i32.const 16 i32.shr_u - local.get $12 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $12 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $12 local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 12 i32.add local.set $3 end - local.get $5 + local.get $11 i32.const 12 i32.add - local.set $5 + local.set $11 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 - local.get $11 - i32.store $0 offset=12 + local.get $10 + i32.store offset=12 local.get $0 - local.get $11 - i32.store $0 - local.get $11 - if - local.get $0 - local.get $11 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $10 + i32.store + local.get $0 + local.get $10 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $6 - i32.store $0 offset=4 - local.get $3 + local.get $5 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $4 - if - local.get $0 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $8 - i32.store $0 offset=12 - local.get $3 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $3 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -20760,25 +20475,25 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $5 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.get $5 i32.const 12 @@ -20786,46 +20501,46 @@ i32.add local.tee $4 local.get $1 - f32.store $0 + f32.store local.get $4 local.get $2 - f32.store $0 offset=4 + f32.store offset=4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $5 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $5 - local.get $7 + local.get $9 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $0 local.get $4 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -20862,10 +20577,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -20909,60 +20624,59 @@ end local.get $2 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.or - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $2 - local.get $2 + i32.load offset=20 + local.tee $4 + local.get $4 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $4 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -20974,7 +20688,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 call $~lib/map/Map#rehash @@ -21003,11 +20717,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $2 i32.const 0 i32.const 24 - memory.fill $0 - local.get $0 + memory.fill + local.get $2 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -21016,96 +20730,88 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $3 i64.const 0 - i64.store $0 - local.get $2 + i64.store + local.get $3 i32.const 0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + local.get $3 i32.const 24 i32.const 27 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 + local.tee $3 + i32.store global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $2 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=8 - local.get $5 - local.get $2 - i32.store $0 - local.get $2 - if - local.get $5 - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + i32.store + local.get $3 + local.get $4 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 3 - i32.store $0 offset=4 - local.get $2 - local.get $5 - i32.store $0 offset=4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $2 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=8 - local.get $5 - local.get $2 - i32.store $0 offset=8 - local.get $2 - if - local.get $5 - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 4 - i32.store $0 offset=12 - local.get $2 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=16 - local.get $2 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=20 - local.get $2 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 - local.get $5 - i32.store $0 + local.get $2 + local.get $3 + i32.store loop $for-loop|0 local.get $1 f32.const 100 f32.lt if global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has if @@ -21117,9 +20823,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 local.get $1 i32.trunc_sat_f32_s @@ -21127,9 +20833,9 @@ i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has i32.eqz @@ -21142,9 +20848,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#get local.get $1 @@ -21168,9 +20874,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -21190,9 +20896,9 @@ f32.lt if global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has i32.eqz @@ -21205,9 +20911,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#get local.get $1 @@ -21224,9 +20930,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 local.get $1 i32.trunc_sat_f32_s @@ -21234,9 +20940,9 @@ i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has i32.eqz @@ -21248,10 +20954,10 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#get local.get $1 @@ -21275,9 +20981,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -21290,24 +20996,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $5 - i32.store $0 offset=4 - local.get $0 - local.get $5 - call $~lib/map/Map#keys local.tee $2 - i32.store $0 offset=8 + local.get $3 + i32.store offset=4 + local.get $2 + local.get $3 + call $~lib/map/Map#keys + local.tee $4 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $3 call $~lib/map/Map#values - local.tee $3 - i32.store $0 offset=12 + local.tee $2 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -21317,105 +21023,96 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $6 i64.const 0 - i64.store $0 - local.get $0 + i64.store + local.get $6 i32.const 0 - i32.store $0 offset=8 - local.get $0 + i32.store offset=8 + local.get $6 i32.const 24 i32.const 29 call $~lib/rt/itcms/__new - local.tee $0 - i32.store $0 + local.tee $6 + i32.store global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 + local.get $6 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $0 + i32.store offset=8 + local.get $6 local.get $7 - i32.store $0 + i32.store + local.get $6 local.get $7 - if - local.get $0 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 3 - i32.store $0 offset=4 - local.get $7 - local.get $0 - i32.store $0 offset=4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $0 + i32.store offset=8 + local.get $6 local.get $7 - i32.store $0 offset=8 + i32.store offset=8 + local.get $6 local.get $7 - if - local.get $0 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 4 - i32.store $0 offset=12 - local.get $7 - local.get $0 - i32.store $0 offset=4 - local.get $0 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 i32.const 0 - i32.store $0 offset=16 - local.get $7 - local.get $0 - i32.store $0 offset=4 - local.get $0 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 i32.const 0 - i32.store $0 offset=20 - local.get $7 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer + local.get $5 local.get $6 - local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer call $~lib/map/Map#constructor - local.tee $6 - i32.store $0 offset=20 + local.tee $5 + i32.store offset=20 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 - call $~lib/array/Array#get:length local.get $4 + i32.store offset=4 + local.get $4 + call $~lib/array/Array#get:length + local.get $0 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $2 - i32.store $0 offset=4 - local.get $7 + local.get $4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -21426,13 +21123,13 @@ global.get $~lib/memory/__stack_pointer local.tee $7 i32.const 0 - i32.store $0 + i32.store local.get $7 - local.get $2 - i32.store $0 local.get $4 - local.get $2 - i32.load $0 offset=12 + i32.store + local.get $0 + local.get $4 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -21444,31 +21141,31 @@ end global.get $~lib/memory/__stack_pointer local.tee $7 - local.get $2 - i32.store $0 - local.get $2 - i32.load $0 offset=4 local.get $4 + i32.store + local.get $4 + i32.load offset=4 + local.get $0 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $1 local.get $7 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 - local.get $4 + local.get $2 + i32.store offset=4 + local.get $2 + local.get $0 call $~lib/array/Array#__get local.set $7 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has i32.eqz @@ -21481,9 +21178,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $7 i32.const 20 i32.sub @@ -21499,33 +21196,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $6 + i32.store offset=4 + local.get $6 local.get $1 local.get $1 call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $5 + i32.store offset=4 + local.get $5 local.get $7 i32.const 20 i32.sub local.tee $7 local.get $7 call $~lib/map/Map#set - local.get $4 + local.get $0 i32.const 1 i32.add - local.set $4 + local.set $0 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -21538,9 +21235,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $5 + i32.store offset=4 + local.get $5 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -21560,9 +21257,9 @@ f32.lt if global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has i32.eqz @@ -21575,9 +21272,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#get local.get $1 @@ -21594,15 +21291,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has if @@ -21621,9 +21318,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -21643,9 +21340,9 @@ f32.lt if global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has if @@ -21657,9 +21354,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 local.get $1 i32.trunc_sat_f32_s @@ -21667,9 +21364,9 @@ i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has i32.eqz @@ -21682,15 +21379,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has if @@ -21709,9 +21406,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -21724,14 +21421,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#clear global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size if i32.const 0 @@ -21775,31 +21472,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 loop $while-continue|0 local.get $0 if local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $2 i32.const 1 i32.and @@ -21808,7 +21505,7 @@ else local.get $1 local.get $0 - f64.load $0 + f64.load f64.eq end if @@ -21853,10 +21550,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -21939,10 +21636,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -21952,7 +21649,7 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $8 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 @@ -21964,19 +21661,19 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $9 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 4 i32.shl i32.add @@ -21989,20 +21686,20 @@ i32.ne if local.get $9 - i32.load $0 offset=12 + i32.load offset=12 i32.const 1 i32.and i32.eqz if local.get $2 local.get $9 - f64.load $0 + f64.load local.tee $5 - f64.store $0 + f64.store local.get $2 local.get $9 - i32.load $0 offset=8 - i32.store $0 offset=8 + i32.load offset=8 + i32.store offset=8 local.get $2 local.get $8 local.get $1 @@ -22030,34 +21727,34 @@ i32.const 668265263 i32.mul local.tee $10 - local.get $10 i32.const 15 i32.shr_u + local.get $10 i32.xor i32.const -2048144777 i32.mul local.tee $10 - local.get $10 i32.const 13 i32.shr_u + local.get $10 i32.xor i32.const -1028477379 i32.mul local.tee $10 - local.get $10 i32.const 16 i32.shr_u + local.get $10 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $10 - i32.load $0 - i32.store $0 offset=12 + i32.load + i32.store offset=12 local.get $10 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 16 i32.add @@ -22073,59 +21770,51 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $8 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $8 - i32.store $0 + i32.store + local.get $0 local.get $8 - if - local.get $0 - local.get $8 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $7 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -22154,13 +21843,13 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -22211,57 +21900,56 @@ if local.get $4 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $6 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $6 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $4 + local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $6 local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $6 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -22272,25 +21960,25 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $0 - i32.store $0 + i32.store local.get $6 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 local.get $0 - i32.store $0 + i32.store local.get $6 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $7 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.get $7 i32.const 4 @@ -22298,46 +21986,46 @@ i32.add local.tee $4 local.get $1 - f64.store $0 + f64.store local.get $4 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 local.get $0 - i32.store $0 + i32.store local.get $6 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $2 local.get $6 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $5 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=12 + i32.load + i32.store offset=12 local.get $0 local.get $4 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -22365,10 +22053,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -22425,7 +22113,7 @@ unreachable end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -22436,9 +22124,9 @@ (func $~lib/map/Map#keys (param $0 i32) (result i32) (local $1 i32) (local $2 i32) - (local $3 f64) + (local $3 i32) (local $4 i32) - (local $5 i32) + (local $5 f64) (local $6 i32) (local $7 i32) (local $8 i32) @@ -22446,74 +22134,76 @@ i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner0 + block $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 1896 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $6 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $6 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $4 - local.get $1 + local.get $6 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 - local.set $6 - local.get $1 + i32.load offset=16 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1896 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $0 i32.const 16 i32.const 31 call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 + local.tee $7 + i32.store global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 + i32.store + local.get $7 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=4 - local.get $0 - local.get $2 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=8 - local.get $0 - local.get $2 - i32.store $0 offset=4 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=12 - local.get $6 + i32.store offset=12 + local.get $2 i32.const 134217727 i32.gt_u if @@ -22526,8 +22216,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $6 - local.get $6 + local.get $2 + local.get $2 i32.const 8 i32.le_u select @@ -22536,79 +22226,73 @@ local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 + local.tee $8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=12 local.get $7 - i32.store $0 + local.get $8 + i32.store local.get $7 - if - local.get $2 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $8 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $2 - i32.store $0 offset=4 - local.get $2 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 + local.get $7 local.get $8 - local.get $2 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 local.get $0 - i32.store $0 offset=8 - local.get $8 - local.get $2 - i32.store $0 offset=4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 local.get $2 - local.get $6 - i32.store $0 offset=12 - local.get $8 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $2 - i32.store $0 offset=4 - i32.const 0 - local.set $0 + local.get $6 + local.get $7 + i32.store offset=4 loop $for-loop|0 - local.get $5 - local.get $6 - i32.lt_s + local.get $2 + local.get $3 + i32.gt_s if local.get $4 - local.get $5 + local.get $3 i32.const 4 i32.shl i32.add - local.tee $7 - i32.load $0 offset=12 + local.tee $6 + i32.load offset=12 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer local.tee $8 - local.get $2 - i32.store $0 - local.get $0 - local.tee $1 + local.get $7 + i32.store + local.get $1 + local.tee $0 i32.const 1 i32.add - local.set $0 - local.get $7 - f64.load $0 - local.set $3 + local.set $1 + local.get $6 + f64.load + local.set $5 local.get $8 i32.const 4 i32.sub @@ -22616,20 +22300,20 @@ global.get $~lib/memory/__stack_pointer i32.const 1896 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $7 + local.tee $6 i32.const 0 - i32.store $0 + i32.store + local.get $6 local.get $7 - local.get $2 - i32.store $0 - local.get $1 - local.get $2 - i32.load $0 offset=12 + i32.store + local.get $0 + local.get $7 + i32.load offset=12 i32.ge_u if - local.get $1 + local.get $0 i32.const 0 i32.lt_s if @@ -22640,309 +22324,122 @@ call $~lib/builtins/abort unreachable end - local.get $2 - local.get $1 + local.get $7 + local.get $0 i32.const 1 i32.add - local.tee $7 + local.tee $6 i32.const 3 i32.const 1 call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 - local.get $2 local.get $7 - i32.store $0 offset=12 + i32.store + local.get $7 + local.get $6 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $2 - i32.store $0 - local.get $2 - i32.load $0 offset=4 - local.get $1 + local.tee $6 + local.get $7 + i32.store + local.get $7 + i32.load offset=4 + local.get $0 i32.const 3 i32.shl i32.add - local.get $3 - f64.store $0 - local.get $7 + local.get $5 + f64.store + local.get $6 i32.const 4 i32.add - global.set $~lib/memory/__stack_pointer - end - local.get $5 - i32.const 1 - i32.add - local.set $5 - br $for-loop|0 - end - end - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 - local.get $2 - local.get $0 - call $~lib/array/Array#set:length - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $2 - return - end - i32.const 34688 - i32.const 34736 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - ) - (func $~lib/map/Map#rehash (param $0 i32) (param $1 i32) - (local $2 i32) - (local $3 i32) - (local $4 i64) - (local $5 f64) - (local $6 i32) - (local $7 i32) - (local $8 i32) - (local $9 i32) - (local $10 i32) - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1896 - i32.lt_s - if - i32.const 34688 - i32.const 34736 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store $0 - local.get $2 - i64.const 0 - i64.store $0 offset=8 - local.get $2 - local.get $1 - i32.const 1 - i32.add - local.tee $2 - i32.const 2 - i32.shl - call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $8 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.const 3 - i32.shl - i32.const 3 - i32.div_s - local.tee $7 - i32.const 24 - i32.mul - call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $3 - i32.store $0 offset=4 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=8 - local.get $0 - i32.load $0 offset=8 - local.set $9 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=8 - local.get $9 - local.get $0 - i32.load $0 offset=16 - i32.const 24 - i32.mul - i32.add - local.set $6 - local.get $3 - local.set $2 - loop $while-continue|0 - local.get $6 - local.get $9 - i32.ne - if - local.get $9 - i32.load $0 offset=16 - i32.const 1 - i32.and - i32.eqz - if - local.get $2 - local.get $9 - f64.load $0 - local.tee $5 - f64.store $0 - local.get $2 - local.get $9 - f64.load $0 offset=8 - f64.store $0 offset=8 - local.get $2 - local.get $8 - local.get $1 - local.get $5 - i64.reinterpret_f64 - local.tee $4 - i32.wrap_i64 - i32.const -1028477379 - i32.mul - i32.const 374761401 - i32.add - i32.const 17 - i32.rotl - i32.const 668265263 - i32.mul - local.get $4 - i64.const 32 - i64.shr_u - i32.wrap_i64 - i32.const -1028477379 - i32.mul - i32.add - i32.const 17 - i32.rotl - i32.const 668265263 - i32.mul - local.tee $10 - local.get $10 - i32.const 15 - i32.shr_u - i32.xor - i32.const -2048144777 - i32.mul - local.tee $10 - local.get $10 - i32.const 13 - i32.shr_u - i32.xor - i32.const -1028477379 - i32.mul - local.tee $10 - local.get $10 - i32.const 16 - i32.shr_u - i32.xor - i32.and - i32.const 2 - i32.shl - i32.add - local.tee $10 - i32.load $0 - i32.store $0 offset=16 - local.get $10 - local.get $2 - i32.store $0 - local.get $2 - i32.const 24 + global.set $~lib/memory/__stack_pointer + end + local.get $3 + i32.const 1 i32.add - local.set $2 + local.set $3 + br $for-loop|0 end - local.get $9 - i32.const 24 - i32.add - local.set $9 - br $while-continue|0 end + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store + local.get $7 + local.get $1 + call $~lib/array/Array#set:length + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $7 + return end - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 offset=8 - local.get $2 - local.get $8 - i32.store $0 offset=12 - local.get $0 - local.get $8 - i32.store $0 - local.get $8 - if - local.get $0 - local.get $8 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 offset=8 - local.get $0 - local.get $1 - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 - local.get $2 - local.get $3 - i32.store $0 offset=12 - local.get $0 - local.get $3 - i32.store $0 offset=8 - local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store $0 offset=8 - local.get $0 - local.get $7 - i32.store $0 offset=12 - local.get $1 - local.get $0 - i32.store $0 offset=8 - local.get $1 - local.get $0 - i32.store $0 offset=12 - local.get $0 - local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer + i32.const 34688 + i32.const 34736 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable ) (func $~lib/map/Map#set (param $0 i32) (param $1 f64) (param $2 f64) (local $3 i32) - (local $4 i64) - (local $5 i32) + (local $4 i32) + (local $5 i64) (local $6 i32) - (local $7 i32) + (local $7 f64) + (local $8 i32) + (local $9 i32) + (local $10 i32) + (local $11 i32) + (local $12 i32) + (local $13 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner0 + block $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 1896 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store + local.get $3 + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.tee $3 + local.get $0 + i32.store local.get $3 + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1896 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 i32.const 0 - i32.store $0 offset=8 + i32.store + local.get $3 + local.get $0 + i32.store + local.get $0 + i32.load + local.set $4 + local.get $3 + local.get $0 + i32.store + local.get $4 local.get $1 i64.reinterpret_f64 - local.tee $4 + local.tee $5 i32.wrap_i64 i32.const -1028477379 i32.mul @@ -22952,7 +22449,7 @@ i32.rotl i32.const 668265263 i32.mul - local.get $4 + local.get $5 i64.const 32 i64.shr_u i32.wrap_i64 @@ -22963,67 +22460,41 @@ i32.rotl i32.const 668265263 i32.mul - local.tee $5 + local.tee $3 + local.get $3 i32.const 15 i32.shr_u - local.get $5 i32.xor i32.const -2048144777 i32.mul - local.tee $5 + local.tee $3 + local.get $3 i32.const 13 i32.shr_u - local.get $5 i32.xor i32.const -1028477379 i32.mul - local.tee $5 + local.tee $3 + local.get $3 i32.const 16 i32.shr_u - local.get $5 i32.xor - local.set $5 - local.get $3 - local.get $0 - i32.store $0 - local.get $3 - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1896 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $3 - i32.const 0 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 - local.set $6 - local.get $3 - local.get $0 - i32.store $0 - local.get $6 - local.get $5 + local.tee $10 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $3 - block $__inlined_func$~lib/map/Map#find + block $__inlined_func$~lib/map/Map#find$1418 loop $while-continue|0 local.get $3 if local.get $3 - i32.load $0 offset=16 - local.tee $6 + i32.load offset=16 + local.tee $4 i32.const 1 i32.and if (result i32) @@ -23031,161 +22502,352 @@ else local.get $1 local.get $3 - f64.load $0 + f64.load f64.eq end if global.get $~lib/memory/__stack_pointer i32.const 4 i32.add - global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/map/Map#find + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/map/Map#find$1418 + end + local.get $4 + i32.const -2 + i32.and + local.set $3 + br $while-continue|0 + end + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 0 + local.set $3 + end + local.get $3 + if + local.get $3 + local.get $2 + f64.store offset=8 + else + global.get $~lib/memory/__stack_pointer + local.tee $3 + local.get $0 + i32.store + local.get $0 + i32.load offset=16 + local.set $4 + local.get $3 + local.get $0 + i32.store + local.get $4 + local.get $0 + i32.load offset=12 + i32.eq + if + local.get $3 + local.get $0 + i32.store + local.get $3 + local.get $0 + i32.store offset=4 + local.get $0 + i32.load offset=20 + local.set $4 + local.get $3 + local.get $0 + i32.store offset=4 + local.get $4 + local.get $0 + i32.load offset=12 + i32.const 3 + i32.mul + i32.const 4 + i32.div_s + i32.lt_s + if (result i32) + local.get $3 + local.get $0 + i32.store offset=4 + local.get $0 + i32.load offset=4 + else + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.load offset=4 + i32.const 1 + i32.shl + i32.const 1 + i32.or + end + local.set $6 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1896 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.tee $3 + i64.const 0 + i64.store + local.get $3 + i64.const 0 + i64.store offset=8 + local.get $3 + local.get $6 + i32.const 1 + i32.add + local.tee $3 + i32.const 2 + i32.shl + call $~lib/arraybuffer/ArrayBuffer#constructor + local.tee $11 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.const 3 + i32.shl + i32.const 3 + i32.div_s + local.tee $9 + i32.const 24 + i32.mul + call $~lib/arraybuffer/ArrayBuffer#constructor + local.tee $4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + i32.load offset=8 + local.set $12 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $12 + local.get $0 + i32.load offset=16 + i32.const 24 + i32.mul + i32.add + local.set $8 + local.get $4 + local.set $3 + loop $while-continue|00 + local.get $8 + local.get $12 + i32.ne + if + local.get $12 + i32.load offset=16 + i32.const 1 + i32.and + i32.eqz + if + local.get $3 + local.get $12 + f64.load + local.tee $7 + f64.store + local.get $3 + local.get $12 + f64.load offset=8 + f64.store offset=8 + local.get $3 + local.get $11 + local.get $6 + local.get $7 + i64.reinterpret_f64 + local.tee $5 + i32.wrap_i64 + i32.const -1028477379 + i32.mul + i32.const 374761401 + i32.add + i32.const 17 + i32.rotl + i32.const 668265263 + i32.mul + local.get $5 + i64.const 32 + i64.shr_u + i32.wrap_i64 + i32.const -1028477379 + i32.mul + i32.add + i32.const 17 + i32.rotl + i32.const 668265263 + i32.mul + local.tee $13 + local.get $13 + i32.const 15 + i32.shr_u + i32.xor + i32.const -2048144777 + i32.mul + local.tee $13 + local.get $13 + i32.const 13 + i32.shr_u + i32.xor + i32.const -1028477379 + i32.mul + local.tee $13 + local.get $13 + i32.const 16 + i32.shr_u + i32.xor + i32.and + i32.const 2 + i32.shl + i32.add + local.tee $13 + i32.load + i32.store offset=16 + local.get $13 + local.get $3 + i32.store + local.get $3 + i32.const 24 + i32.add + local.set $3 + end + local.get $12 + i32.const 24 + i32.add + local.set $12 + br $while-continue|00 end - local.get $6 - i32.const -2 - i32.and - local.set $3 - br $while-continue|0 end - end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 0 - local.set $3 - end - local.get $3 - if - local.get $3 - local.get $2 - f64.store $0 offset=8 - else - global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 offset=16 - local.set $6 - local.get $3 - local.get $0 - i32.store $0 - local.get $6 - local.get $0 - i32.load $0 offset=12 - i32.eq - if global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store offset=8 local.get $3 + local.get $11 + i32.store offset=12 local.get $0 - i32.store $0 offset=4 + local.get $11 + i32.store local.get $0 - i32.load $0 offset=20 - local.set $6 - local.get $3 + local.get $11 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=8 local.get $0 local.get $6 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.load $0 offset=12 - i32.const 3 - i32.mul - i32.const 4 - i32.div_s - i32.lt_s - if (result i32) - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 - i32.load $0 offset=4 - else - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 - i32.load $0 offset=4 - i32.const 1 - i32.shl - i32.const 1 - i32.or - end - call $~lib/map/Map#rehash + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=12 + local.get $0 + local.get $4 + i32.store offset=8 + local.get $0 + local.get $4 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + local.get $9 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + local.get $0 + local.get $0 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=8 - local.tee $6 - i32.store $0 offset=8 + i32.load offset=8 + local.tee $4 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 - local.tee $7 + i32.load offset=16 + local.tee $6 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 + local.get $4 local.get $6 - local.get $7 i32.const 24 i32.mul i32.add - local.tee $6 + local.tee $4 local.get $1 - f64.store $0 - local.get $6 + f64.store + local.get $4 local.get $2 - f64.store $0 offset=8 + f64.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.set $7 + i32.load + local.set $6 local.get $3 local.get $0 - i32.store $0 + i32.store + local.get $4 local.get $6 - local.get $7 - local.get $5 + local.get $10 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=16 + i32.load + i32.store offset=16 local.get $0 - local.get $6 - i32.store $0 + local.get $4 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -23223,10 +22885,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -23283,60 +22945,59 @@ end local.get $3 local.get $3 - i32.load $0 offset=12 + i32.load offset=12 i32.const 1 i32.or - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $3 - local.get $3 + i32.load offset=20 + local.tee $5 + local.get $5 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $5 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -23348,7 +23009,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $4 call $~lib/map/Map#rehash @@ -23377,11 +23038,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $2 i32.const 0 i32.const 24 - memory.fill $0 - local.get $0 + memory.fill + local.get $2 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -23390,96 +23051,88 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $3 i64.const 0 - i64.store $0 - local.get $2 + i64.store + local.get $3 i32.const 0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + local.get $3 i32.const 24 i32.const 30 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 + local.tee $3 + i32.store global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $2 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=8 - local.get $5 - local.get $2 - i32.store $0 - local.get $2 - if - local.get $5 - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + i32.store + local.get $3 + local.get $4 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 3 - i32.store $0 offset=4 - local.get $2 - local.get $5 - i32.store $0 offset=4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 i32.const 64 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $2 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=8 - local.get $5 - local.get $2 - i32.store $0 offset=8 - local.get $2 - if - local.get $5 - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + i32.store offset=8 + local.get $3 + local.get $4 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 4 - i32.store $0 offset=12 - local.get $2 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=16 - local.get $2 - local.get $5 - i32.store $0 offset=4 - local.get $5 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 - i32.store $0 offset=20 - local.get $2 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 - local.get $5 - i32.store $0 + local.get $2 + local.get $3 + i32.store loop $for-loop|0 local.get $1 f64.const 100 f64.lt if global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has if @@ -23491,9 +23144,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 local.get $1 i32.trunc_sat_f64_s @@ -23501,9 +23154,9 @@ i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has i32.eqz @@ -23516,9 +23169,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#get local.get $1 @@ -23542,9 +23195,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -23564,9 +23217,9 @@ f64.lt if global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has i32.eqz @@ -23579,9 +23232,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#get local.get $1 @@ -23597,10 +23250,10 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 local.get $1 i32.trunc_sat_f64_s @@ -23608,9 +23261,9 @@ i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has i32.eqz @@ -23623,9 +23276,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#get local.get $1 @@ -23649,9 +23302,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -23664,24 +23317,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $5 - i32.store $0 offset=4 - local.get $0 - local.get $5 - call $~lib/map/Map#keys local.tee $2 - i32.store $0 offset=8 + local.get $3 + i32.store offset=4 + local.get $2 + local.get $3 + call $~lib/map/Map#keys + local.tee $4 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $3 call $~lib/map/Map#values - local.tee $3 - i32.store $0 offset=12 + local.tee $2 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -23691,105 +23344,96 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $6 i64.const 0 - i64.store $0 - local.get $0 + i64.store + local.get $6 i32.const 0 - i32.store $0 offset=8 - local.get $0 + i32.store offset=8 + local.get $6 i32.const 24 i32.const 32 call $~lib/rt/itcms/__new - local.tee $0 - i32.store $0 + local.tee $6 + i32.store global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 + local.get $6 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $0 + i32.store offset=8 + local.get $6 local.get $7 - i32.store $0 + i32.store + local.get $6 local.get $7 - if - local.get $0 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 3 - i32.store $0 offset=4 - local.get $7 - local.get $0 - i32.store $0 offset=4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 i32.const 96 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 - local.get $0 + i32.store offset=8 + local.get $6 local.get $7 - i32.store $0 offset=8 + i32.store offset=8 + local.get $6 local.get $7 - if - local.get $0 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 4 - i32.store $0 offset=12 - local.get $7 - local.get $0 - i32.store $0 offset=4 - local.get $0 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 i32.const 0 - i32.store $0 offset=16 - local.get $7 - local.get $0 - i32.store $0 offset=4 - local.get $0 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 i32.const 0 - i32.store $0 offset=20 - local.get $7 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer + local.get $5 local.get $6 - local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer call $~lib/map/Map#constructor - local.tee $6 - i32.store $0 offset=20 + local.tee $5 + i32.store offset=20 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 - call $~lib/array/Array#get:length local.get $4 + i32.store offset=4 + local.get $4 + call $~lib/array/Array#get:length + local.get $0 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $2 - i32.store $0 offset=4 - local.get $7 + local.get $4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -23800,13 +23444,13 @@ global.get $~lib/memory/__stack_pointer local.tee $7 i32.const 0 - i32.store $0 + i32.store local.get $7 - local.get $2 - i32.store $0 local.get $4 - local.get $2 - i32.load $0 offset=12 + i32.store + local.get $0 + local.get $4 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -23818,31 +23462,31 @@ end global.get $~lib/memory/__stack_pointer local.tee $7 - local.get $2 - i32.store $0 - local.get $2 - i32.load $0 offset=4 local.get $4 + i32.store + local.get $4 + i32.load offset=4 + local.get $0 i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $1 local.get $7 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 - local.get $4 + local.get $2 + i32.store offset=4 + local.get $2 + local.get $0 call $~lib/array/Array#__get local.set $7 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has i32.eqz @@ -23855,9 +23499,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $7 i32.const 20 i32.sub @@ -23873,33 +23517,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $6 + i32.store offset=4 + local.get $6 local.get $1 local.get $1 call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $5 + i32.store offset=4 + local.get $5 local.get $7 i32.const 20 i32.sub local.tee $7 local.get $7 call $~lib/map/Map#set - local.get $4 + local.get $0 i32.const 1 i32.add - local.set $4 + local.set $0 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $0 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -23912,9 +23556,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $5 + i32.store offset=4 + local.get $5 call $~lib/map/Map#get:size i32.const 100 i32.ne @@ -23934,9 +23578,9 @@ f64.lt if global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has i32.eqz @@ -23949,9 +23593,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#get local.get $1 @@ -23968,15 +23612,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has if @@ -23995,9 +23639,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -24017,9 +23661,9 @@ f64.lt if global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has if @@ -24031,9 +23675,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 local.get $1 i32.trunc_sat_f64_s @@ -24041,9 +23685,9 @@ i32.add call $~lib/map/Map#set global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has i32.eqz @@ -24056,15 +23700,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#delete global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 local.get $1 call $~lib/map/Map#has if @@ -24083,9 +23727,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size i32.const 50 i32.ne @@ -24098,14 +23742,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#clear global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/map/Map#get:size if i32.const 0 @@ -24146,7 +23790,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1073741820 i32.gt_u @@ -24163,79 +23807,11 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__link (param $0 i32) (param $1 i32) - local.get $0 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white - local.get $1 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - i32.const 20 - i32.sub - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $0 - i32.const 3 - i32.eq - i32.and - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - end - end - end - ) ) diff --git a/tests/compiler/std/math.debug.wat b/tests/compiler/std/math.debug.wat index b784159ac9..5589c2107b 100644 --- a/tests/compiler/std/math.debug.wat +++ b/tests/compiler/std/math.debug.wat @@ -1,34 +1,34 @@ (module - (type $f64_=>_f64 (func (param f64) (result f64))) - (type $f64_f64_f64_i32_=>_i32 (func (param f64 f64 f64 i32) (result i32))) - (type $f32_f32_f32_i32_=>_i32 (func (param f32 f32 f32 i32) (result i32))) - (type $f32_=>_f32 (func (param f32) (result f32))) - (type $f64_f64_=>_f64 (func (param f64 f64) (result f64))) - (type $f64_f64_f64_f64_i32_=>_i32 (func (param f64 f64 f64 f64 i32) (result i32))) - (type $f32_f32_f32_f32_i32_=>_i32 (func (param f32 f32 f32 f32 i32) (result i32))) - (type $f32_f32_=>_f32 (func (param f32 f32) (result f32))) - (type $none_=>_f64 (func (result f64))) - (type $f64_=>_i32 (func (param f64) (result i32))) - (type $none_=>_none (func)) - (type $f64_i32_=>_f64 (func (param f64 i32) (result f64))) - (type $f64_f64_f64_=>_f64 (func (param f64 f64 f64) (result f64))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $f32_=>_i32 (func (param f32) (result i32))) - (type $f32_i32_=>_f32 (func (param f32 i32) (result f32))) - (type $f32_f32_f32_=>_f32 (func (param f32 f32 f32) (result f32))) - (type $f64_i32_f64_f64_i32_=>_i32 (func (param f64 i32 f64 f64 i32) (result i32))) - (type $f32_i32_f32_f32_i32_=>_i32 (func (param f32 i32 f32 f32 i32) (result i32))) - (type $f64_i64_=>_i32 (func (param f64 i64) (result i32))) - (type $f64_f64_=>_i32 (func (param f64 f64) (result i32))) - (type $i64_=>_i64 (func (param i64) (result i64))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i64_=>_none (func (param i64))) - (type $none_=>_f32 (func (result f32))) - (type $f64_f64_i32_=>_f64 (func (param f64 f64 i32) (result f64))) - (type $f64_=>_none (func (param f64))) - (type $i64_i64_i64_i64_i64_i32_=>_i32 (func (param i64 i64 i64 i64 i64 i32) (result i32))) - (type $i64_i64_=>_i64 (func (param i64 i64) (result i64))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $0 (func (param f64) (result f64))) + (type $1 (func (param f64 f64 f64 i32) (result i32))) + (type $2 (func (param f32 f32 f32 i32) (result i32))) + (type $3 (func (param f32) (result f32))) + (type $4 (func (param f64 f64) (result f64))) + (type $5 (func (param f64 f64 f64 f64 i32) (result i32))) + (type $6 (func (param f32 f32 f32 f32 i32) (result i32))) + (type $7 (func (param f32 f32) (result f32))) + (type $8 (func (result f64))) + (type $9 (func (param f64) (result i32))) + (type $10 (func)) + (type $11 (func (param f64 i32) (result f64))) + (type $12 (func (param f64 f64 f64) (result f64))) + (type $13 (func (param i32 i32 i32 i32))) + (type $14 (func (param f32) (result i32))) + (type $15 (func (param f32 i32) (result f32))) + (type $16 (func (param f32 f32 f32) (result f32))) + (type $17 (func (param f64 i32 f64 f64 i32) (result i32))) + (type $18 (func (param f32 i32 f32 f32 i32) (result i32))) + (type $19 (func (param f64 i64) (result i32))) + (type $20 (func (param f64 f64) (result i32))) + (type $21 (func (param i64) (result i64))) + (type $22 (func (param i32) (result i32))) + (type $23 (func (param i64))) + (type $24 (func (result f32))) + (type $25 (func (param f64 f64 i32) (result f64))) + (type $26 (func (param f64))) + (type $27 (func (param i64 i64 i64 i64 i64 i32) (result i32))) + (type $28 (func (param i64 i64) (result i64))) + (type $29 (func (param i32 i32) (result i32))) (import "env" "Math.E" (global $~lib/bindings/dom/Math.E f64)) (import "env" "Math.LN2" (global $~lib/bindings/dom/Math.LN2 f64)) (import "env" "Math.LN10" (global $~lib/bindings/dom/Math.LN10 f64)) @@ -1561,7 +1561,7 @@ i32.add i32.shl i32.add - f64.load $0 + f64.load local.set $invc i32.const 64 local.get $i @@ -1570,7 +1570,7 @@ i32.add i32.shl i32.add - f64.load $0 offset=8 + f64.load offset=8 local.set $logc local.get $iz f64.reinterpret_i64 @@ -1582,7 +1582,7 @@ i32.add i32.shl i32.add - f64.load $0 + f64.load local.set $chi i32.const 2112 local.get $i @@ -1591,7 +1591,7 @@ i32.add i32.shl i32.add - f64.load $0 offset=8 + f64.load offset=8 local.set $clo local.get $z local.get $chi @@ -2081,7 +2081,7 @@ i32.add i32.shl i32.add - f64.load $0 + f64.load local.set $invc i32.const 4160 local.get $i @@ -2090,7 +2090,7 @@ i32.add i32.shl i32.add - f64.load $0 offset=8 + f64.load offset=8 local.set $logc local.get $iz f32.reinterpret_i32 @@ -4373,13 +4373,13 @@ i32.add local.set $tblPtr local.get $tblPtr - i64.load $0 + i64.load local.set $b0 local.get $tblPtr - i64.load $0 offset=8 + i64.load offset=8 local.set $b1 local.get $tblPtr - i64.load $0 offset=16 + i64.load offset=16 local.set $b2 local.get $shift i64.const 0 @@ -4391,7 +4391,7 @@ i64.sub local.set $rshift local.get $tblPtr - i64.load $0 offset=24 + i64.load offset=24 local.set $b3 local.get $b1 local.get $rshift @@ -5792,17 +5792,17 @@ i32.add local.set $tblPtr local.get $tblPtr - i64.load $0 + i64.load local.set $b0 local.get $tblPtr - i64.load $0 offset=8 + i64.load offset=8 local.set $b1 local.get $shift i64.const 32 i64.gt_u if local.get $tblPtr - i64.load $0 offset=16 + i64.load offset=16 local.set $b2 local.get $b2 i64.const 96 @@ -6440,7 +6440,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load f64.reinterpret_i64 local.set $tail i32.const 4640 @@ -6448,7 +6448,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 offset=8 + i64.load offset=8 local.get $top i64.add local.set $sbits @@ -7104,7 +7104,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $t local.get $t local.get $ki @@ -7435,7 +7435,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load f64.reinterpret_i64 local.set $tail i32.const 4640 @@ -7443,7 +7443,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 offset=8 + i64.load offset=8 local.get $top i64.add local.set $sbits @@ -7679,7 +7679,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $t local.get $t local.get $ki @@ -8913,7 +8913,7 @@ i32.add i32.shl i32.add - f64.load $0 + f64.load local.set $invc i32.const 6944 local.get $i @@ -8922,7 +8922,7 @@ i32.add i32.shl i32.add - f64.load $0 offset=8 + f64.load offset=8 local.set $logc local.get $iz f64.reinterpret_i64 @@ -8937,7 +8937,7 @@ i32.add i32.shl i32.add - f64.load $0 + f64.load local.set $chi i32.const 7968 local.get $i @@ -8946,7 +8946,7 @@ i32.add i32.shl i32.add - f64.load $0 offset=8 + f64.load offset=8 local.set $clo local.get $z local.get $chi @@ -9168,7 +9168,7 @@ i32.add i32.shl i32.add - f64.load $0 + f64.load local.set $invc i32.const 8992 local.get $i @@ -9177,7 +9177,7 @@ i32.add i32.shl i32.add - f64.load $0 offset=8 + f64.load offset=8 local.set $logc local.get $iz f32.reinterpret_i32 @@ -10430,7 +10430,7 @@ i32.add i32.shl i32.add - f64.load $0 + f64.load local.set $invc i32.const 9248 local.get $i @@ -10439,7 +10439,7 @@ i32.add i32.shl i32.add - f64.load $0 offset=16 + f64.load offset=16 local.set $logc i32.const 9248 local.get $i @@ -10448,7 +10448,7 @@ i32.add i32.shl i32.add - f64.load $0 offset=24 + f64.load offset=24 local.set $logctail local.get $iz i64.const 2147483648 @@ -10758,7 +10758,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load f64.reinterpret_i64 local.set $tail i32.const 4640 @@ -10766,7 +10766,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 offset=8 + i64.load offset=8 local.get $top i64.add local.set $sbits @@ -11413,7 +11413,7 @@ i32.add i32.shl i32.add - f64.load $0 + f64.load local.set $invc i32.const 8992 local.get $i @@ -11422,7 +11422,7 @@ i32.add i32.shl i32.add - f64.load $0 offset=8 + f64.load offset=8 local.set $logc local.get $uz f32.reinterpret_i32 @@ -11572,7 +11572,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $t local.get $t local.get $ki @@ -13660,17 +13660,17 @@ i32.add local.set $tblPtr local.get $tblPtr - i64.load $0 + i64.load local.set $b0 local.get $tblPtr - i64.load $0 offset=8 + i64.load offset=8 local.set $b1 local.get $shift i64.const 32 i64.gt_u if local.get $tblPtr - i64.load $0 offset=16 + i64.load offset=16 local.set $b2 local.get $b2 i64.const 96 @@ -15243,17 +15243,17 @@ i32.add local.set $tblPtr local.get $tblPtr - i64.load $0 + i64.load local.set $b0 local.get $tblPtr - i64.load $0 offset=8 + i64.load offset=8 local.set $b1 local.get $shift i64.const 32 i64.gt_u if local.get $tblPtr - i64.load $0 offset=16 + i64.load offset=16 local.set $b2 local.get $b2 i64.const 96 diff --git a/tests/compiler/std/math.release.wat b/tests/compiler/std/math.release.wat index 233a263ee1..4007713b0e 100644 --- a/tests/compiler/std/math.release.wat +++ b/tests/compiler/std/math.release.wat @@ -1,24 +1,24 @@ (module - (type $f64_=>_f64 (func (param f64) (result f64))) - (type $f64_f64_f64_=>_i32 (func (param f64 f64 f64) (result i32))) - (type $f32_f32_f32_=>_i32 (func (param f32 f32 f32) (result i32))) - (type $f32_=>_f32 (func (param f32) (result f32))) - (type $f64_f64_=>_f64 (func (param f64 f64) (result f64))) - (type $f32_f32_=>_f32 (func (param f32 f32) (result f32))) - (type $f64_f64_f64_f64_=>_i32 (func (param f64 f64 f64 f64) (result i32))) - (type $none_=>_f64 (func (result f64))) - (type $f64_f64_=>_i32 (func (param f64 f64) (result i32))) - (type $f32_f32_=>_i32 (func (param f32 f32) (result i32))) - (type $none_=>_none (func)) - (type $f64_i32_=>_f64 (func (param f64 i32) (result f64))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i64_=>_i32 (func (param i64) (result i32))) - (type $f32_f32_f32_f32_=>_i32 (func (param f32 f32 f32 f32) (result i32))) - (type $i64_=>_none (func (param i64))) - (type $f64_f64_i32_=>_f64 (func (param f64 f64 i32) (result f64))) - (type $f64_=>_none (func (param f64))) - (type $i64_i64_i64_i64_i64_=>_none (func (param i64 i64 i64 i64 i64))) - (type $i64_i64_=>_i64 (func (param i64 i64) (result i64))) + (type $0 (func (param f64) (result f64))) + (type $1 (func (param f64 f64 f64) (result i32))) + (type $2 (func (param f32 f32 f32) (result i32))) + (type $3 (func (param f32) (result f32))) + (type $4 (func (param f64 f64) (result f64))) + (type $5 (func (param f32 f32) (result f32))) + (type $6 (func (param f64 f64 f64 f64) (result i32))) + (type $7 (func (result f64))) + (type $8 (func (param f64 f64) (result i32))) + (type $9 (func (param f32 f32) (result i32))) + (type $10 (func)) + (type $11 (func (param f64 i32) (result f64))) + (type $12 (func (param i32 i32 i32 i32))) + (type $13 (func (param i64) (result i32))) + (type $14 (func (param f32 f32 f32 f32) (result i32))) + (type $15 (func (param i64))) + (type $16 (func (param f64 f64 i32) (result f64))) + (type $17 (func (param f64))) + (type $18 (func (param i64 i64 i64 i64 i64))) + (type $19 (func (param i64 i64) (result i64))) (import "env" "Math.E" (global $~lib/bindings/dom/Math.E f64)) (import "env" "Math.LN2" (global $~lib/bindings/dom/Math.LN2 f64)) (import "env" "Math.LN10" (global $~lib/bindings/dom/Math.LN10 f64)) @@ -310,7 +310,7 @@ f64.ne return end - block $__inlined_func$std/math/ulperr (result f64) + block $__inlined_func$std/math/ulperr$1077 (result f64) f64.const 0 local.get $1 local.get $1 @@ -319,7 +319,7 @@ local.get $0 f64.ne i32.and - br_if $__inlined_func$std/math/ulperr + br_if $__inlined_func$std/math/ulperr$1077 drop local.get $0 local.get $1 @@ -337,10 +337,10 @@ i64.shr_u i32.wrap_i64 i32.eq - br_if $__inlined_func$std/math/ulperr + br_if $__inlined_func$std/math/ulperr$1077 drop f64.const inf - br $__inlined_func$std/math/ulperr + br $__inlined_func$std/math/ulperr$1077 end local.get $0 local.get $0 @@ -406,7 +406,7 @@ f32.ne return end - block $__inlined_func$std/math/ulperrf (result f32) + block $__inlined_func$std/math/ulperrf$1078 (result f32) f32.const 0 local.get $1 local.get $1 @@ -415,7 +415,7 @@ local.get $0 f32.ne i32.and - br_if $__inlined_func$std/math/ulperrf + br_if $__inlined_func$std/math/ulperrf$1078 drop local.get $0 local.get $1 @@ -431,10 +431,10 @@ i32.const 31 i32.shr_u i32.eq - br_if $__inlined_func$std/math/ulperrf + br_if $__inlined_func$std/math/ulperrf$1078 drop f32.const inf - br $__inlined_func$std/math/ulperrf + br $__inlined_func$std/math/ulperrf$1078 end local.get $0 local.get $0 @@ -558,10 +558,12 @@ (func $~lib/math/NativeMath.acos (param $0 f64) (result f64) (local $1 i32) (local $2 i32) - (local $3 f64) + (local $3 i64) (local $4 f64) + (local $5 f64) local.get $0 i64.reinterpret_f64 + local.tee $3 i64.const 32 i64.shr_u i32.wrap_i64 @@ -572,8 +574,7 @@ i32.const 1072693248 i32.ge_u if - local.get $0 - i64.reinterpret_f64 + local.get $3 i32.wrap_i64 local.get $1 i32.const 1072693248 @@ -675,7 +676,7 @@ f64.add local.tee $0 f64.sqrt - local.tee $3 + local.tee $4 local.get $0 local.get $0 local.get $0 @@ -717,7 +718,7 @@ f64.const 1 f64.add f64.div - local.get $3 + local.get $4 f64.mul f64.const -6.123233995736766e-17 f64.add @@ -732,20 +733,20 @@ f64.const 0.5 f64.mul f64.sub - local.tee $3 - f64.sqrt local.tee $4 + f64.sqrt + local.tee $5 i64.reinterpret_f64 i64.const -4294967296 i64.and f64.reinterpret_i64 local.tee $0 - local.get $3 - local.get $3 - local.get $3 - local.get $3 - local.get $3 - local.get $3 + local.get $4 + local.get $4 + local.get $4 + local.get $4 + local.get $4 + local.get $4 f64.const 3.479331075960212e-05 f64.mul f64.const 7.915349942898145e-04 @@ -763,10 +764,10 @@ f64.const 0.16666666666666666 f64.add f64.mul - local.get $3 - local.get $3 - local.get $3 - local.get $3 + local.get $4 + local.get $4 + local.get $4 + local.get $4 f64.const 0.07703815055590194 f64.mul f64.const -0.6882839716054533 @@ -781,14 +782,14 @@ f64.const 1 f64.add f64.div - local.get $4 + local.get $5 f64.mul - local.get $3 + local.get $4 local.get $0 local.get $0 f64.mul f64.sub - local.get $4 + local.get $5 local.get $0 f64.add f64.div @@ -1332,7 +1333,7 @@ f64.const 0.6931471805598903 f64.mul local.get $7 - f64.load $0 offset=8 + f64.load offset=8 f64.add local.tee $4 local.get $1 @@ -1345,13 +1346,13 @@ i32.const 3136 i32.add local.tee $2 - f64.load $0 + f64.load f64.sub local.get $2 - f64.load $0 offset=8 + f64.load offset=8 f64.sub local.get $7 - f64.load $0 + f64.load f64.mul local.tee $5 f64.add @@ -1397,7 +1398,7 @@ (func $std/math/test_acosh (param $0 f64) (param $1 f64) (param $2 f64) (result i32) (local $3 f64) (local $4 i64) - block $__inlined_func$~lib/math/NativeMath.acosh (result f64) + block $__inlined_func$~lib/math/NativeMath.acosh$8 (result f64) local.get $0 local.get $0 f64.sub @@ -1408,7 +1409,7 @@ local.tee $4 i64.const 4607182418800017408 i64.lt_s - br_if $__inlined_func$~lib/math/NativeMath.acosh + br_if $__inlined_func$~lib/math/NativeMath.acosh$8 drop local.get $4 i64.const 52 @@ -1433,7 +1434,7 @@ f64.sqrt f64.add call $~lib/math/NativeMath.log1p - br $__inlined_func$~lib/math/NativeMath.acosh + br $__inlined_func$~lib/math/NativeMath.acosh$8 end local.get $4 i64.const 1049 @@ -1454,7 +1455,7 @@ f64.div f64.sub call $~lib/math/NativeMath.log - br $__inlined_func$~lib/math/NativeMath.acosh + br $__inlined_func$~lib/math/NativeMath.acosh$8 end local.get $0 call $~lib/math/NativeMath.log @@ -1646,9 +1647,9 @@ (func $~lib/math/NativeMathf.log (param $0 f32) (result f32) (local $1 i32) (local $2 f64) - (local $3 i32) + (local $3 f64) (local $4 i32) - (local $5 f64) + (local $5 i32) block $~lib/util/math/logf_lut|inlined.0 (result f32) local.get $0 i32.reinterpret_f32 @@ -1662,6 +1663,7 @@ local.get $1 i32.const 1 i32.shl + local.tee $4 i32.eqz br_if $~lib/util/math/logf_lut|inlined.0 drop @@ -1674,9 +1676,7 @@ local.get $1 i32.const 31 i32.shr_u - local.get $1 - i32.const 1 - i32.shl + local.get $4 i32.const -16777216 i32.ge_u i32.or @@ -1700,7 +1700,7 @@ local.get $1 i32.const 1060306944 i32.sub - local.tee $3 + local.tee $4 i32.const 19 i32.shr_u i32.const 15 @@ -1709,37 +1709,37 @@ i32.shl i32.const 5184 i32.add - local.set $4 + local.set $5 local.get $1 - local.get $3 + local.get $4 i32.const -8388608 i32.and i32.sub f32.reinterpret_i32 f64.promote_f32 - local.get $4 - f64.load $0 + local.get $5 + f64.load f64.mul f64.const -1 f64.add local.tee $2 local.get $2 f64.mul - local.set $5 + local.set $3 local.get $2 f64.const 0.333456765744066 f64.mul f64.const -0.4999997485802103 f64.add - local.get $5 + local.get $3 f64.const -0.25089342214237154 f64.mul f64.add - local.get $5 + local.get $3 f64.mul + local.get $5 + f64.load offset=8 local.get $4 - f64.load $0 offset=8 - local.get $3 i32.const 23 i32.shr_s f64.convert_i32_s @@ -1754,7 +1754,7 @@ ) (func $std/math/test_acoshf (param $0 f32) (param $1 f32) (param $2 f32) (result i32) (local $3 i32) - block $__inlined_func$~lib/math/NativeMathf.acosh (result f32) + block $__inlined_func$~lib/math/NativeMathf.acosh$9 (result f32) local.get $0 i32.reinterpret_f32 local.tee $3 @@ -1775,7 +1775,7 @@ f32.sqrt f32.add call $~lib/math/NativeMathf.log1p - br $__inlined_func$~lib/math/NativeMathf.acosh + br $__inlined_func$~lib/math/NativeMathf.acosh$9 end local.get $3 i32.const 1166016512 @@ -1796,7 +1796,7 @@ f32.div f32.sub call $~lib/math/NativeMathf.log - br $__inlined_func$~lib/math/NativeMathf.acosh + br $__inlined_func$~lib/math/NativeMathf.acosh$9 end local.get $0 call $~lib/math/NativeMathf.log @@ -1809,23 +1809,24 @@ ) (func $~lib/math/NativeMath.asin (param $0 f64) (result f64) (local $1 i32) - (local $2 i32) - (local $3 f64) + (local $2 i64) + (local $3 i32) (local $4 f64) + (local $5 f64) local.get $0 i64.reinterpret_f64 + local.tee $2 i64.const 32 i64.shr_u i32.wrap_i64 - local.tee $2 + local.tee $3 i32.const 2147483647 i32.and local.tee $1 i32.const 1072693248 i32.ge_u if - local.get $0 - i64.reinterpret_f64 + local.get $2 i32.wrap_i64 local.get $1 i32.const 1072693248 @@ -1920,7 +1921,7 @@ f64.sub local.tee $0 f64.sqrt - local.set $3 + local.set $4 local.get $0 local.get $0 local.get $0 @@ -1962,15 +1963,15 @@ f64.const 1 f64.add f64.div - local.set $4 + local.set $5 local.get $1 i32.const 1072640819 i32.ge_u if (result f64) f64.const 1.5707963267948966 - local.get $3 - local.get $3 local.get $4 + local.get $4 + local.get $5 f64.mul f64.add f64.const 2 @@ -1980,14 +1981,14 @@ f64.sub else f64.const 0.7853981633974483 - local.get $3 - local.get $3 - f64.add local.get $4 + local.get $4 + f64.add + local.get $5 f64.mul f64.const 6.123233995736766e-17 local.get $0 - local.get $3 + local.get $4 i64.reinterpret_f64 i64.const -4294967296 i64.and @@ -1996,7 +1997,7 @@ local.get $0 f64.mul f64.sub - local.get $3 + local.get $4 local.get $0 f64.add f64.div @@ -2015,7 +2016,7 @@ local.tee $0 f64.neg local.get $0 - local.get $2 + local.get $3 i32.const 0 i32.lt_s select @@ -3207,7 +3208,7 @@ local.get $0 f64.add local.set $3 - block $__inlined_func$~lib/math/NativeMath.cbrt + block $__inlined_func$~lib/math/NativeMath.cbrt$18 local.get $0 i64.reinterpret_f64 local.tee $5 @@ -3219,7 +3220,7 @@ local.tee $4 i32.const 2146435072 i32.ge_u - br_if $__inlined_func$~lib/math/NativeMath.cbrt + br_if $__inlined_func$~lib/math/NativeMath.cbrt$18 local.get $4 i32.const 1048576 i32.lt_u @@ -3237,7 +3238,7 @@ i32.and local.tee $4 i32.eqz - br_if $__inlined_func$~lib/math/NativeMath.cbrt + br_if $__inlined_func$~lib/math/NativeMath.cbrt$18 local.get $4 i32.const 3 i32.div_u @@ -3339,7 +3340,7 @@ (local $6 i32) (local $7 f64) (local $8 f64) - block $__inlined_func$~lib/math/NativeMathf.cbrt (result f32) + block $__inlined_func$~lib/math/NativeMathf.cbrt$19 (result f32) local.get $0 local.get $0 f32.add @@ -3351,7 +3352,7 @@ local.tee $6 i32.const 2139095040 i32.ge_u - br_if $__inlined_func$~lib/math/NativeMathf.cbrt + br_if $__inlined_func$~lib/math/NativeMathf.cbrt$19 drop local.get $6 i32.const 8388608 @@ -3360,7 +3361,7 @@ local.get $0 local.get $6 i32.eqz - br_if $__inlined_func$~lib/math/NativeMathf.cbrt + br_if $__inlined_func$~lib/math/NativeMathf.cbrt$19 drop local.get $0 f32.const 16777216 @@ -3464,13 +3465,13 @@ i32.const 5440 i32.add local.tee $4 - i64.load $0 + i64.load local.set $3 local.get $4 - i64.load $0 offset=8 + i64.load offset=8 local.set $2 local.get $4 - i64.load $0 offset=16 + i64.load offset=16 local.set $1 local.get $6 i64.const 0 @@ -3499,7 +3500,7 @@ local.get $6 i64.shl local.get $4 - i64.load $0 offset=24 + i64.load offset=24 local.get $7 i64.shr_u i64.or @@ -4403,7 +4404,7 @@ i32.const 5632 i32.add local.tee $7 - i64.load $0 offset=8 + i64.load offset=8 local.set $4 f64.const 8.515303950216386e-20 local.get $0 @@ -4417,7 +4418,7 @@ i64.extend_i32_s local.tee $9 local.get $7 - i64.load $0 + i64.load local.get $8 i64.shl local.get $4 @@ -4437,7 +4438,7 @@ i64.sub i64.shl local.get $7 - i64.load $0 offset=16 + i64.load offset=16 i64.const 96 local.get $8 i64.sub @@ -4847,9 +4848,9 @@ (func $~lib/math/NativeMath.exp (param $0 f64) (result f64) (local $1 i32) (local $2 i64) - (local $3 i32) + (local $3 f64) (local $4 f64) - (local $5 f64) + (local $5 i32) (local $6 i64) (local $7 f64) (local $8 f64) @@ -4865,13 +4866,12 @@ local.tee $1 i32.const 969 i32.sub + local.tee $5 i32.const 63 i32.ge_u if f64.const 1 - local.get $1 - i32.const 969 - i32.sub + local.get $5 i32.const -2147483648 i32.ge_u br_if $~lib/util/math/exp_lut|inlined.0 @@ -4910,7 +4910,7 @@ f64.mul f64.const 6755399441055744 f64.add - local.tee $4 + local.tee $3 i64.reinterpret_f64 local.tee $6 i64.const 127 @@ -4922,15 +4922,15 @@ i32.shl i32.const 5664 i32.add - local.tee $3 - i64.load $0 offset=8 + local.tee $5 + i64.load offset=8 local.get $6 i64.const 45 i64.shl i64.add local.set $2 local.get $0 - local.get $4 + local.get $3 f64.const -6755399441055744 f64.add local.tee $0 @@ -4944,12 +4944,12 @@ local.tee $0 local.get $0 f64.mul - local.set $4 - local.get $3 - f64.load $0 + local.set $3 + local.get $5 + f64.load local.get $0 f64.add - local.get $4 + local.get $3 local.get $0 f64.const 0.16666666666665886 f64.mul @@ -4957,8 +4957,8 @@ f64.add f64.mul f64.add - local.get $4 - local.get $4 + local.get $3 + local.get $3 f64.mul local.get $0 f64.const 0.008333335853059549 @@ -4967,7 +4967,7 @@ f64.add f64.mul f64.add - local.set $4 + local.set $0 local.get $1 i32.eqz if @@ -4981,9 +4981,9 @@ i64.const 4544132024016830464 i64.sub f64.reinterpret_i64 - local.tee $0 + local.tee $3 + local.get $3 local.get $0 - local.get $4 f64.mul f64.add f64.const 5486124068793688683255936e279 @@ -4995,34 +4995,34 @@ i64.add local.tee $2 f64.reinterpret_i64 - local.tee $7 - local.get $7 - local.get $4 + local.tee $3 + local.get $0 f64.mul + local.set $7 + local.get $3 + local.get $7 f64.add - local.tee $5 + local.tee $4 f64.abs f64.const 1 f64.lt if (result f64) f64.const 1 - local.get $5 + local.get $4 f64.copysign local.tee $8 - local.get $5 + local.get $4 f64.add local.tee $0 local.get $8 local.get $0 f64.sub - local.get $5 + local.get $4 f64.add - local.get $7 - local.get $5 + local.get $3 + local.get $4 f64.sub local.get $7 - local.get $4 - f64.mul f64.add f64.add f64.add @@ -5040,7 +5040,7 @@ local.get $0 end else - local.get $5 + local.get $4 end f64.const 2.2250738585072014e-308 f64.mul @@ -5049,9 +5049,9 @@ end local.get $2 f64.reinterpret_i64 - local.tee $0 + local.tee $3 + local.get $3 local.get $0 - local.get $4 f64.mul f64.add end @@ -5060,7 +5060,7 @@ (local $3 i32) (local $4 i64) (local $5 f64) - block $__inlined_func$~lib/math/NativeMath.cosh (result f64) + block $__inlined_func$~lib/math/NativeMath.cosh$20 (result f64) local.get $0 i64.reinterpret_f64 i64.const 9223372036854775807 @@ -5080,7 +5080,7 @@ local.get $3 i32.const 1045430272 i32.lt_u - br_if $__inlined_func$~lib/math/NativeMath.cosh + br_if $__inlined_func$~lib/math/NativeMath.cosh$20 drop local.get $5 call $~lib/math/NativeMath.expm1 @@ -5095,7 +5095,7 @@ f64.div f64.const 1 f64.add - br $__inlined_func$~lib/math/NativeMath.cosh + br $__inlined_func$~lib/math/NativeMath.cosh$20 end local.get $3 i32.const 1082535490 @@ -5110,7 +5110,7 @@ f64.add f64.const 0.5 f64.mul - br $__inlined_func$~lib/math/NativeMath.cosh + br $__inlined_func$~lib/math/NativeMath.cosh$20 end local.get $5 f64.const -1416.0996898839683 @@ -5467,7 +5467,7 @@ i32.shl i32.const 7712 i32.add - i64.load $0 + i64.load local.get $2 i64.const 47 i64.shl @@ -5479,7 +5479,7 @@ ) (func $std/math/test_coshf (param $0 f32) (param $1 f32) (param $2 f32) (result i32) (local $3 i32) - block $__inlined_func$~lib/math/NativeMathf.cosh (result f32) + block $__inlined_func$~lib/math/NativeMathf.cosh$21 (result f32) local.get $0 i32.reinterpret_f32 i32.const 2147483647 @@ -5495,7 +5495,7 @@ local.get $3 i32.const 964689920 i32.lt_u - br_if $__inlined_func$~lib/math/NativeMathf.cosh + br_if $__inlined_func$~lib/math/NativeMathf.cosh$21 drop local.get $0 call $~lib/math/NativeMathf.expm1 @@ -5510,7 +5510,7 @@ f32.div f32.const 1 f32.add - br $__inlined_func$~lib/math/NativeMathf.cosh + br $__inlined_func$~lib/math/NativeMathf.cosh$21 end local.get $3 i32.const 1118925335 @@ -5525,7 +5525,7 @@ local.get $0 f32.div f32.add - br $__inlined_func$~lib/math/NativeMathf.cosh + br $__inlined_func$~lib/math/NativeMathf.cosh$21 end local.get $0 f32.const -162.88958740234375 @@ -5543,9 +5543,9 @@ (func $std/math/test_exp2 (param $0 f64) (param $1 f64) (param $2 f64) (result i32) (local $3 i32) (local $4 i64) - (local $5 i32) + (local $5 f64) (local $6 f64) - (local $7 f64) + (local $7 i32) (local $8 i64) (local $9 f64) (local $10 f64) @@ -5561,13 +5561,12 @@ local.tee $3 i32.const 969 i32.sub + local.tee $7 i32.const 63 i32.ge_u if f64.const 1 - local.get $3 - i32.const 969 - i32.sub + local.get $7 i32.const -2147483648 i32.ge_u br_if $~lib/util/math/exp2_lut|inlined.0 @@ -5616,7 +5615,7 @@ local.get $0 f64.const 52776558133248 f64.add - local.tee $6 + local.tee $5 i64.reinterpret_f64 local.tee $8 i64.const 127 @@ -5628,47 +5627,47 @@ i32.shl i32.const 5664 i32.add - local.tee $5 - i64.load $0 offset=8 + local.tee $7 + i64.load offset=8 local.get $8 i64.const 45 i64.shl i64.add local.set $4 local.get $0 - local.get $6 + local.get $5 f64.const -52776558133248 f64.add f64.sub - local.tee $6 - local.get $6 + local.tee $5 + local.get $5 f64.mul - local.set $7 + local.set $6 + local.get $7 + f64.load local.get $5 - f64.load $0 - local.get $6 f64.const 0.6931471805599453 f64.mul f64.add - local.get $7 local.get $6 + local.get $5 f64.const 0.0555041086686087 f64.mul f64.const 0.24022650695909065 f64.add f64.mul f64.add - local.get $7 - local.get $7 - f64.mul local.get $6 + local.get $6 + f64.mul + local.get $5 f64.const 1.3332074570119598e-03 f64.mul f64.const 0.009618131975721055 f64.add f64.mul f64.add - local.set $7 + local.set $5 local.get $3 i32.eqz if @@ -5683,7 +5682,7 @@ i64.sub f64.reinterpret_i64 local.tee $6 - local.get $7 + local.get $5 f64.mul local.get $6 f64.add @@ -5695,10 +5694,11 @@ i64.const 4602678819172646912 i64.add f64.reinterpret_i64 - local.tee $9 - local.get $7 + local.tee $6 + local.get $5 f64.mul - local.get $9 + local.tee $9 + local.get $6 f64.add local.tee $10 f64.const 1 @@ -5707,18 +5707,16 @@ local.get $10 f64.const 1 f64.add - local.tee $6 + local.tee $5 f64.const 1 - local.get $6 + local.get $5 f64.sub local.get $10 f64.add - local.get $9 + local.get $6 local.get $10 f64.sub local.get $9 - local.get $7 - f64.mul f64.add f64.add f64.add @@ -5735,7 +5733,7 @@ local.get $4 f64.reinterpret_i64 local.tee $6 - local.get $7 + local.get $5 f64.mul local.get $6 f64.add @@ -5837,7 +5835,7 @@ i32.shl i32.const 7712 i32.add - i64.load $0 + i64.load local.get $4 i64.const 47 i64.shl @@ -5884,7 +5882,7 @@ f64.reinterpret_i64 local.tee $9 local.set $0 - block $__inlined_func$~lib/math/NativeMath.hypot + block $__inlined_func$~lib/math/NativeMath.hypot$23 local.get $5 i64.const 52 i64.shr_u @@ -5892,7 +5890,7 @@ local.tee $7 i32.const 2047 i32.eq - br_if $__inlined_func$~lib/math/NativeMath.hypot + br_if $__inlined_func$~lib/math/NativeMath.hypot$23 local.get $4 f64.reinterpret_i64 local.tee $1 @@ -5907,7 +5905,7 @@ i32.const 2047 i32.eq i32.or - br_if $__inlined_func$~lib/math/NativeMath.hypot + br_if $__inlined_func$~lib/math/NativeMath.hypot$23 local.get $1 local.get $9 f64.add @@ -5917,7 +5915,7 @@ i32.sub i32.const 64 i32.gt_s - br_if $__inlined_func$~lib/math/NativeMath.hypot + br_if $__inlined_func$~lib/math/NativeMath.hypot$23 f64.const 1 local.set $0 local.get $8 @@ -6028,36 +6026,36 @@ (local $5 i32) (local $6 i32) (local $7 f64) - block $__inlined_func$~lib/math/NativeMathf.hypot (result f32) - local.get $1 - i32.reinterpret_f32 - i32.const 2147483647 - i32.and - local.tee $5 - local.get $0 - i32.reinterpret_f32 - i32.const 2147483647 - i32.and - local.tee $4 - i32.gt_u - if - local.get $4 - local.set $6 - local.get $5 - local.set $4 - local.get $6 - local.set $5 - end + local.get $1 + i32.reinterpret_f32 + i32.const 2147483647 + i32.and + local.tee $5 + local.get $0 + i32.reinterpret_f32 + i32.const 2147483647 + i32.and + local.tee $4 + i32.gt_u + if local.get $4 - f32.reinterpret_i32 - local.set $0 + local.set $6 + local.get $5 + local.set $4 + local.get $6 + local.set $5 + end + local.get $4 + f32.reinterpret_i32 + local.set $0 + block $__inlined_func$~lib/math/NativeMathf.hypot$24 (result f32) local.get $5 f32.reinterpret_i32 local.tee $1 local.get $5 i32.const 2139095040 i32.eq - br_if $__inlined_func$~lib/math/NativeMathf.hypot + br_if $__inlined_func$~lib/math/NativeMathf.hypot$24 drop local.get $0 local.get $1 @@ -6074,7 +6072,7 @@ i32.const 209715200 i32.ge_u i32.or - br_if $__inlined_func$~lib/math/NativeMathf.hypot + br_if $__inlined_func$~lib/math/NativeMathf.hypot$24 drop local.get $4 i32.const 1568669696 @@ -6137,7 +6135,7 @@ (local $10 f64) (local $11 f64) (local $12 f64) - block $__inlined_func$~lib/math/NativeMath.log10 (result f64) + block $__inlined_func$~lib/math/NativeMath.log10$1 (result f64) local.get $0 i64.reinterpret_f64 local.tee $4 @@ -6162,7 +6160,7 @@ i64.const 1 i64.shl i64.eqz - br_if $__inlined_func$~lib/math/NativeMath.log10 + br_if $__inlined_func$~lib/math/NativeMath.log10$1 drop local.get $0 local.get $0 @@ -6170,7 +6168,7 @@ f64.const 0 f64.div local.get $6 - br_if $__inlined_func$~lib/math/NativeMath.log10 + br_if $__inlined_func$~lib/math/NativeMath.log10$1 drop i32.const -54 local.set $5 @@ -6189,7 +6187,7 @@ i32.ge_u if local.get $0 - br $__inlined_func$~lib/math/NativeMath.log10 + br $__inlined_func$~lib/math/NativeMath.log10$1 else f64.const 0 local.get $4 @@ -6200,7 +6198,7 @@ i32.const 1072693248 i32.eq i32.and - br_if $__inlined_func$~lib/math/NativeMath.log10 + br_if $__inlined_func$~lib/math/NativeMath.log10$1 drop end end @@ -6347,7 +6345,7 @@ (local $8 f32) (local $9 f32) (local $10 f32) - block $__inlined_func$~lib/math/NativeMathf.log10 (result f32) + block $__inlined_func$~lib/math/NativeMathf.log10$25 (result f32) local.get $0 i32.reinterpret_f32 local.tee $3 @@ -6368,7 +6366,7 @@ i32.const 1 i32.shl i32.eqz - br_if $__inlined_func$~lib/math/NativeMathf.log10 + br_if $__inlined_func$~lib/math/NativeMathf.log10$25 drop local.get $0 local.get $0 @@ -6376,7 +6374,7 @@ f32.const 0 f32.div local.get $4 - br_if $__inlined_func$~lib/math/NativeMathf.log10 + br_if $__inlined_func$~lib/math/NativeMathf.log10$25 drop i32.const -25 local.set $6 @@ -6391,13 +6389,13 @@ i32.ge_u if local.get $0 - br $__inlined_func$~lib/math/NativeMathf.log10 + br $__inlined_func$~lib/math/NativeMathf.log10$25 else f32.const 0 local.get $3 i32.const 1065353216 i32.eq - br_if $__inlined_func$~lib/math/NativeMathf.log10 + br_if $__inlined_func$~lib/math/NativeMathf.log10$25 drop end end @@ -6669,7 +6667,7 @@ i64.shr_s f64.convert_i64_s local.get $10 - f64.load $0 offset=8 + f64.load offset=8 f64.add local.tee $0 local.get $1 @@ -6682,13 +6680,13 @@ i32.const 8992 i32.add local.tee $2 - f64.load $0 + f64.load f64.sub local.get $2 - f64.load $0 offset=8 + f64.load offset=8 f64.sub local.get $10 - f64.load $0 + f64.load f64.mul local.tee $4 i64.reinterpret_f64 @@ -6752,9 +6750,9 @@ (func $std/math/test_log2f (param $0 f32) (param $1 f32) (param $2 f32) (result i32) (local $3 i32) (local $4 f64) - (local $5 i32) + (local $5 f64) (local $6 i32) - (local $7 f64) + (local $7 i32) block $~lib/util/math/log2f_lut|inlined.0 (result f32) local.get $0 i32.reinterpret_f32 @@ -6768,6 +6766,7 @@ local.get $3 i32.const 1 i32.shl + local.tee $6 i32.eqz br_if $~lib/util/math/log2f_lut|inlined.0 drop @@ -6780,9 +6779,7 @@ local.get $3 i32.const 31 i32.shr_u - local.get $3 - i32.const 1 - i32.shl + local.get $6 i32.const -16777216 i32.ge_u i32.or @@ -6806,7 +6803,7 @@ local.get $3 i32.const 1060306944 i32.sub - local.tee $5 + local.tee $6 i32.const 19 i32.shr_u i32.const 15 @@ -6815,40 +6812,40 @@ i32.shl i32.const 10016 i32.add - local.set $6 + local.set $7 local.get $3 - local.get $5 + local.get $6 i32.const -8388608 i32.and i32.sub f32.reinterpret_i32 f64.promote_f32 - local.get $6 - f64.load $0 + local.get $7 + f64.load f64.mul f64.const -1 f64.add local.tee $4 local.get $4 f64.mul - local.set $7 + local.set $5 local.get $4 f64.const 0.4811247078767291 f64.mul f64.const -0.7213476299867769 f64.add - local.get $7 + local.get $5 f64.const -0.36051725506874704 f64.mul f64.add - local.get $7 + local.get $5 f64.mul local.get $4 f64.const 1.4426950186867042 f64.mul + local.get $7 + f64.load offset=8 local.get $6 - f64.load $0 offset=8 - local.get $5 i32.const 23 i32.shr_s f64.convert_i32_s @@ -6902,10 +6899,11 @@ (local $4 i64) (local $5 i64) (local $6 i64) - (local $7 f64) - (local $8 i64) + (local $7 i64) + (local $8 f64) (local $9 i64) - block $__inlined_func$~lib/math/NativeMath.mod (result f64) + (local $10 i64) + block $__inlined_func$~lib/math/NativeMath.mod$2 (result f64) local.get $0 local.get $0 f64.trunc @@ -6916,29 +6914,29 @@ f64.abs f64.const 1 f64.eq - br_if $__inlined_func$~lib/math/NativeMath.mod + br_if $__inlined_func$~lib/math/NativeMath.mod$2 drop local.get $1 i64.reinterpret_f64 - local.tee $5 + local.tee $7 i64.const 52 i64.shr_u i64.const 2047 i64.and - local.set $8 - local.get $5 + local.set $9 + local.get $7 i64.const 1 i64.shl - local.tee $4 + local.tee $5 i64.eqz local.get $0 i64.reinterpret_f64 - local.tee $6 + local.tee $4 i64.const 52 i64.shr_u i64.const 2047 i64.and - local.tee $9 + local.tee $10 i64.const 2047 i64.eq i32.or @@ -6950,64 +6948,68 @@ local.get $0 local.get $1 f64.mul - local.tee $7 - local.get $7 + local.tee $8 + local.get $8 f64.div - br $__inlined_func$~lib/math/NativeMath.mod + br $__inlined_func$~lib/math/NativeMath.mod$2 end - local.get $6 + local.get $4 i64.const 1 i64.shl local.tee $3 - local.get $4 + local.get $5 i64.le_u if local.get $0 local.get $3 - local.get $4 + local.get $5 i64.ne f64.convert_i32_u f64.mul - br $__inlined_func$~lib/math/NativeMath.mod + br $__inlined_func$~lib/math/NativeMath.mod$2 end - local.get $9 + local.get $4 + i64.const 63 + i64.shr_u + local.set $6 + local.get $10 i64.eqz if (result i64) - local.get $6 + local.get $4 i64.const 1 - local.get $9 - local.get $6 + local.get $10 + local.get $4 i64.const 12 i64.shl i64.clz i64.sub - local.tee $9 + local.tee $10 i64.sub i64.shl else - local.get $6 + local.get $4 i64.const 4503599627370495 i64.and i64.const 4503599627370496 i64.or end local.set $3 - local.get $8 + local.get $9 i64.eqz if (result i64) - local.get $5 + local.get $7 i64.const 1 - local.get $8 - local.get $5 + local.get $9 + local.get $7 i64.const 12 i64.shl i64.clz i64.sub - local.tee $8 + local.tee $9 i64.sub i64.shl else - local.get $5 + local.get $7 i64.const 4503599627370495 i64.and i64.const 4503599627370496 @@ -7015,8 +7017,8 @@ end local.set $4 loop $while-continue|0 - local.get $8 local.get $9 + local.get $10 i64.lt_s if local.get $3 @@ -7029,7 +7031,7 @@ local.get $3 local.get $4 i64.eq - br_if $__inlined_func$~lib/math/NativeMath.mod + br_if $__inlined_func$~lib/math/NativeMath.mod$2 drop local.get $3 local.get $4 @@ -7040,10 +7042,10 @@ i64.const 1 i64.shl local.set $3 - local.get $9 + local.get $10 i64.const 1 i64.sub - local.set $9 + local.set $10 br $while-continue|0 end end @@ -7057,14 +7059,14 @@ local.get $3 local.get $4 i64.eq - br_if $__inlined_func$~lib/math/NativeMath.mod + br_if $__inlined_func$~lib/math/NativeMath.mod$2 drop local.get $3 local.get $4 i64.sub local.set $3 end - local.get $9 + local.get $10 local.get $3 i64.const 11 i64.shl @@ -7072,28 +7074,31 @@ local.tee $5 i64.sub local.set $4 - local.get $6 - i64.const -9223372036854775808 - i64.and local.get $3 local.get $5 i64.shl - local.tee $3 - i64.const 4503599627370496 - i64.sub - local.get $4 - i64.const 52 - i64.shl - i64.or - local.get $3 - i64.const 1 - local.get $4 - i64.sub - i64.shr_u + local.set $3 local.get $4 i64.const 0 i64.gt_s - select + if (result i64) + local.get $3 + i64.const 4503599627370496 + i64.sub + local.get $4 + i64.const 52 + i64.shl + i64.or + else + local.get $3 + i64.const 1 + local.get $4 + i64.sub + i64.shr_u + end + local.get $6 + i64.const 63 + i64.shl i64.or f64.reinterpret_i64 end @@ -7290,47 +7295,50 @@ local.tee $4 i32.sub local.set $3 - local.get $5 local.get $2 local.get $4 i32.shl - local.tee $2 - i32.const 8388608 - i32.sub - local.get $3 - i32.const 23 - i32.shl - i32.or - local.get $2 - i32.const 1 - local.get $3 - i32.sub - i32.shr_u + local.set $2 local.get $3 i32.const 0 i32.gt_s - select + if (result i32) + local.get $2 + i32.const 8388608 + i32.sub + local.get $3 + i32.const 23 + i32.shl + i32.or + else + local.get $2 + i32.const 1 + local.get $3 + i32.sub + i32.shr_u + end + local.get $5 i32.or f32.reinterpret_i32 ) (func $~lib/math/NativeMath.pow (param $0 f64) (param $1 f64) (result f64) (local $2 i64) (local $3 i32) - (local $4 i64) - (local $5 i32) + (local $4 i32) + (local $5 i64) (local $6 i64) (local $7 f64) (local $8 f64) (local $9 f64) (local $10 f64) - (local $11 i32) + (local $11 i64) (local $12 i64) - (local $13 i64) + (local $13 f64) (local $14 f64) (local $15 f64) (local $16 f64) (local $17 f64) - (local $18 f64) + (local $18 i32) local.get $1 f64.abs f64.const 2 @@ -7386,31 +7394,36 @@ block $~lib/util/math/pow_lut|inlined.0 (result f64) local.get $1 i64.reinterpret_f64 - local.tee $12 + local.tee $11 i64.const 52 i64.shr_u - local.tee $6 - i64.const 2047 - i64.and - i64.const 958 - i64.sub - i64.const 128 - i64.ge_u + local.set $6 local.get $0 i64.reinterpret_f64 local.tee $2 i64.const 52 i64.shr_u - local.tee $4 + local.tee $5 i64.const 1 i64.sub i64.const 2046 i64.ge_u - i32.or + if (result i32) + i32.const 1 + else + local.get $6 + i64.const 2047 + i64.and + i64.const 958 + i64.sub + i64.const 128 + i64.ge_u + end if - local.get $12 + local.get $11 i64.const 1 i64.shl + local.tee $12 i64.const 1 i64.sub i64.const -9007199254740993 @@ -7418,8 +7431,6 @@ if f64.const 1 local.get $12 - i64.const 1 - i64.shl i64.eqz br_if $~lib/util/math/pow_lut|inlined.0 drop @@ -7433,13 +7444,12 @@ local.get $1 f64.add local.get $12 - i64.const 1 - i64.shl i64.const -9007199254740992 i64.gt_u local.get $2 i64.const 1 i64.shl + local.tee $2 i64.const -9007199254740992 i64.gt_u i32.or @@ -7447,20 +7457,16 @@ drop f64.const nan:0x8000000000000 local.get $2 - i64.const 1 - i64.shl i64.const 9214364837600034816 i64.eq br_if $~lib/util/math/pow_lut|inlined.0 drop f64.const 0 - local.get $12 + local.get $11 i64.const 63 i64.shr_u i64.eqz local.get $2 - i64.const 1 - i64.shl i64.const 9214364837600034816 i64.lt_u i32.eq @@ -7493,7 +7499,7 @@ if (result i32) block $~lib/util/math/checkint|inlined.0 (result i32) i32.const 0 - local.get $12 + local.get $11 i64.const 52 i64.shr_u i64.const 2047 @@ -7510,7 +7516,7 @@ br_if $~lib/util/math/checkint|inlined.0 drop i32.const 0 - local.get $12 + local.get $11 i64.const 1 i64.const 1075 local.get $2 @@ -7526,7 +7532,7 @@ drop i32.const 1 local.get $2 - local.get $12 + local.get $11 i64.and i64.const 0 i64.ne @@ -7543,7 +7549,7 @@ local.tee $0 f64.div local.get $0 - local.get $12 + local.get $11 i64.const 0 i64.lt_s select @@ -7555,30 +7561,30 @@ if block $~lib/util/math/checkint|inlined.1 (result i32) i32.const 0 - local.get $12 + local.get $11 i64.const 52 i64.shr_u i64.const 2047 i64.and - local.tee $13 + local.tee $12 i64.const 1023 i64.lt_u br_if $~lib/util/math/checkint|inlined.1 drop i32.const 2 - local.get $13 + local.get $12 i64.const 1075 i64.gt_u br_if $~lib/util/math/checkint|inlined.1 drop i32.const 0 - local.get $12 + local.get $11 i64.const 1 i64.const 1075 - local.get $13 + local.get $12 i64.sub i64.shl - local.tee $13 + local.tee $12 i64.const 1 i64.sub i64.and @@ -7587,8 +7593,8 @@ br_if $~lib/util/math/checkint|inlined.1 drop i32.const 1 + local.get $11 local.get $12 - local.get $13 i64.and i64.const 0 i64.ne @@ -7607,17 +7613,17 @@ f64.div br $~lib/util/math/pow_lut|inlined.0 end - local.get $4 + local.get $5 i64.const 2047 i64.and - local.set $4 + local.set $5 i32.const 262144 i32.const 0 local.get $3 i32.const 1 i32.eq select - local.set $5 + local.set $4 local.get $2 i64.const 9223372036854775807 i64.and @@ -7626,6 +7632,7 @@ local.get $6 i64.const 2047 i64.and + local.tee $12 i64.const 958 i64.sub i64.const 128 @@ -7638,9 +7645,7 @@ br_if $~lib/util/math/pow_lut|inlined.0 drop f64.const 1 - local.get $6 - i64.const 2047 - i64.and + local.get $12 i64.const 958 i64.lt_u br_if $~lib/util/math/pow_lut|inlined.0 @@ -7657,19 +7662,19 @@ select br $~lib/util/math/pow_lut|inlined.0 end - local.get $0 - f64.const 4503599627370496 - f64.mul - i64.reinterpret_f64 - i64.const 9223372036854775807 - i64.and - i64.const 234187180623265792 - i64.sub - local.get $2 - local.get $4 + local.get $5 i64.eqz - select - local.set $2 + if + local.get $0 + f64.const 4503599627370496 + f64.mul + i64.reinterpret_f64 + i64.const 9223372036854775807 + i64.and + i64.const 234187180623265792 + i64.sub + local.set $2 + end end local.get $2 local.get $2 @@ -7679,7 +7684,7 @@ i64.const -4503599627370496 i64.and i64.sub - local.tee $4 + local.tee $5 i64.const 2147483648 i64.add i64.const -4294967296 @@ -7697,7 +7702,7 @@ i32.const 10272 i32.add local.tee $3 - f64.load $0 + f64.load local.tee $8 f64.mul f64.const -1 @@ -7707,15 +7712,15 @@ i64.const 52 i64.shr_s f64.convert_i64_s - local.tee $14 + local.tee $13 f64.const 0.6931471805598903 f64.mul local.get $3 - f64.load $0 offset=16 + f64.load offset=16 f64.add local.tee $0 local.get $9 - local.get $4 + local.get $5 f64.reinterpret_i64 local.get $7 f64.sub @@ -7723,67 +7728,67 @@ f64.mul local.tee $7 f64.add - local.tee $15 + local.tee $14 f64.add - local.set $16 - local.get $15 - local.get $15 + local.set $15 + local.get $14 + local.get $14 f64.const -0.5 f64.mul local.tee $8 f64.mul - local.set $17 - local.get $16 + local.set $16 + local.get $15 local.get $9 local.get $9 f64.const -0.5 f64.mul - local.tee $18 + local.tee $17 f64.mul local.tee $9 f64.add local.tee $10 local.get $10 - local.get $14 + local.get $13 f64.const 5.497923018708371e-14 f64.mul local.get $3 - f64.load $0 offset=24 + f64.load offset=24 f64.add local.get $0 - local.get $16 - f64.sub local.get $15 + f64.sub + local.get $14 f64.add f64.add local.get $7 local.get $8 - local.get $18 + local.get $17 f64.add f64.mul f64.add - local.get $16 + local.get $15 local.get $10 f64.sub local.get $9 f64.add f64.add - local.get $15 - local.get $17 + local.get $14 + local.get $16 f64.mul - local.get $15 + local.get $14 f64.const 0.5000000000000007 f64.mul f64.const -0.6666666666666679 f64.add - local.get $17 - local.get $15 + local.get $16 + local.get $14 f64.const -0.6666666663487739 f64.mul f64.const 0.7999999995323976 f64.add - local.get $17 - local.get $15 + local.get $16 + local.get $14 f64.const 1.0000415263675542 f64.mul f64.const -1.142909628459501 @@ -7802,7 +7807,7 @@ f64.add global.set $~lib/util/math/log_tail block $~lib/util/math/exp_inline|inlined.0 (result f64) - local.get $12 + local.get $11 i64.const -134217728 i64.and f64.reinterpret_i64 @@ -7825,16 +7830,15 @@ local.tee $3 i32.const 969 i32.sub + local.tee $18 i32.const 63 i32.ge_u if f64.const -1 f64.const 1 - local.get $5 + local.get $4 select - local.get $3 - i32.const 969 - i32.sub + local.get $18 i32.const -2147483648 i32.ge_u br_if $~lib/util/math/exp_inline|inlined.0 @@ -7845,14 +7849,14 @@ if (result f64) f64.const -1.2882297539194267e-231 f64.const 1.2882297539194267e-231 - local.get $5 + local.get $4 select f64.const 1.2882297539194267e-231 f64.mul else f64.const -3105036184601417870297958e207 f64.const 3105036184601417870297958e207 - local.get $5 + local.get $4 select f64.const 3105036184601417870297958e207 f64.mul @@ -7882,16 +7886,16 @@ i32.shl i32.const 5664 i32.add - local.tee $11 - i64.load $0 offset=8 + local.tee $18 + i64.load offset=8 local.get $2 - local.get $5 + local.get $4 i64.extend_i32_u i64.add i64.const 45 i64.shl i64.add - local.set $4 + local.set $5 local.get $9 local.get $10 f64.const -6755399441055744 @@ -7922,8 +7926,8 @@ local.get $0 f64.mul local.set $1 - local.get $11 - f64.load $0 + local.get $18 + f64.load local.get $0 f64.add local.get $1 @@ -7954,7 +7958,7 @@ i64.and i64.eqz if - local.get $4 + local.get $5 i64.const 4544132024016830464 i64.sub f64.reinterpret_i64 @@ -7967,15 +7971,17 @@ f64.mul br $~lib/util/math/specialcase|inlined.1 end - local.get $4 + local.get $5 i64.const 4602678819172646912 i64.add local.tee $2 f64.reinterpret_i64 local.tee $1 - local.get $1 local.get $0 f64.mul + local.set $0 + local.get $1 + local.get $0 f64.add local.tee $7 f64.abs @@ -7997,9 +8003,7 @@ local.get $1 local.get $7 f64.sub - local.get $1 local.get $0 - f64.mul f64.add f64.add f64.add @@ -8024,7 +8028,7 @@ end br $~lib/util/math/exp_inline|inlined.0 end - local.get $4 + local.get $5 f64.reinterpret_i64 local.tee $1 local.get $1 @@ -8059,7 +8063,8 @@ (local $5 i64) (local $6 i32) (local $7 i32) - (local $8 f64) + (local $8 i32) + (local $9 f64) local.get $1 f32.abs f32.const 2 @@ -8115,14 +8120,15 @@ block $~lib/util/math/powf_lut|inlined.0 (result f32) local.get $1 i32.reinterpret_f32 - local.tee $7 + local.tee $8 i32.const 1 i32.shl + local.tee $6 i32.const 1 i32.sub i32.const -16777217 i32.ge_u - local.tee $6 + local.tee $7 local.get $0 i32.reinterpret_f32 local.tee $2 @@ -8132,12 +8138,10 @@ i32.ge_u i32.or if - local.get $6 + local.get $7 if f32.const 1 - local.get $7 - i32.const 1 - i32.shl + local.get $6 i32.eqz br_if $~lib/util/math/powf_lut|inlined.0 drop @@ -8150,14 +8154,13 @@ local.get $0 local.get $1 f32.add - local.get $7 - i32.const 1 - i32.shl + local.get $6 i32.const -16777216 i32.gt_u local.get $2 i32.const 1 i32.shl + local.tee $2 i32.const -16777216 i32.gt_u i32.or @@ -8165,20 +8168,16 @@ drop f32.const nan:0x400000 local.get $2 - i32.const 1 - i32.shl i32.const 2130706432 i32.eq br_if $~lib/util/math/powf_lut|inlined.0 drop f32.const 0 - local.get $7 + local.get $8 i32.const 31 i32.shr_u i32.eqz local.get $2 - i32.const 1 - i32.shl i32.const 2130706432 i32.lt_u i32.eq @@ -8210,7 +8209,7 @@ if (result i32) block $~lib/util/math/checkintf|inlined.0 (result i32) i32.const 0 - local.get $7 + local.get $8 i32.const 23 i32.shr_u i32.const 255 @@ -8227,7 +8226,7 @@ br_if $~lib/util/math/checkintf|inlined.0 drop i32.const 0 - local.get $7 + local.get $8 i32.const 1 i32.const 150 local.get $2 @@ -8241,7 +8240,7 @@ drop i32.const 1 local.get $2 - local.get $7 + local.get $8 i32.and br_if $~lib/util/math/checkintf|inlined.0 drop @@ -8256,7 +8255,7 @@ local.tee $0 f32.div local.get $0 - local.get $7 + local.get $8 i32.const 0 i32.lt_s select @@ -8268,7 +8267,7 @@ if block $~lib/util/math/checkintf|inlined.1 (result i32) i32.const 0 - local.get $7 + local.get $8 i32.const 23 i32.shr_u i32.const 255 @@ -8285,7 +8284,7 @@ br_if $~lib/util/math/checkintf|inlined.1 drop i32.const 0 - local.get $7 + local.get $8 i32.const 1 i32.const 150 local.get $4 @@ -8299,7 +8298,7 @@ drop i32.const 1 local.get $4 - local.get $7 + local.get $8 i32.and br_if $~lib/util/math/checkintf|inlined.1 drop @@ -8328,20 +8327,20 @@ i32.and local.set $2 end - local.get $0 - f32.const 8388608 - f32.mul - i32.reinterpret_f32 - i32.const 2147483647 - i32.and - i32.const 192937984 - i32.sub - local.get $2 local.get $2 i32.const 8388608 i32.lt_u - select - local.set $2 + if + local.get $0 + f32.const 8388608 + f32.mul + i32.reinterpret_f32 + i32.const 2147483647 + i32.and + i32.const 192937984 + i32.sub + local.set $2 + end end local.get $2 local.get $2 @@ -8364,14 +8363,14 @@ i32.const 10016 i32.add local.tee $2 - f64.load $0 + f64.load f64.mul f64.const -1 f64.add local.tee $3 local.get $3 f64.mul - local.set $8 + local.set $9 local.get $1 f64.promote_f32 local.get $3 @@ -8379,15 +8378,15 @@ f64.mul f64.const -0.36092606229713164 f64.add - local.get $8 - local.get $8 + local.get $9 + local.get $9 f64.mul f64.mul local.get $3 f64.const 1.4426950408774342 f64.mul local.get $2 - f64.load $0 offset=8 + f64.load offset=8 local.get $6 i32.const 23 i32.shr_s @@ -8399,7 +8398,7 @@ f64.mul f64.const -0.7213474675006291 f64.add - local.get $8 + local.get $9 f64.mul f64.add f64.add @@ -8439,11 +8438,11 @@ local.get $3 f64.const 211106232532992 f64.add - local.tee $8 + local.tee $9 i64.reinterpret_f64 local.set $5 local.get $3 - local.get $8 + local.get $9 f64.const -211106232532992 f64.add f64.sub @@ -8470,7 +8469,7 @@ i32.shl i32.const 7712 i32.add - i64.load $0 + i64.load local.get $5 local.get $4 i64.extend_i32_u @@ -8853,22 +8852,27 @@ local.set $2 end end - local.get $2 - i64.const 4503599627370496 - i64.sub - local.get $3 - i64.const 52 - i64.shl - i64.or - local.get $2 - i64.const 1 - local.get $3 - i64.sub - i64.shr_u + local.get $1 + f64.abs + local.set $1 local.get $3 i64.const 0 i64.gt_s - select + if (result i64) + local.get $2 + i64.const 4503599627370496 + i64.sub + local.get $3 + i64.const 52 + i64.shl + i64.or + else + local.get $2 + i64.const 1 + local.get $3 + i64.sub + i64.shr_u + end f64.reinterpret_i64 local.tee $0 local.get $0 @@ -8876,8 +8880,6 @@ local.set $8 local.get $0 local.get $1 - f64.abs - local.tee $1 f64.sub local.get $0 local.get $3 @@ -8886,23 +8888,26 @@ if (result i32) i32.const 1 else - local.get $5 - i32.const 1 - i32.and - local.get $1 - local.get $8 - f64.eq - i32.and - local.get $1 - local.get $8 - f64.lt - i32.or local.get $3 i64.const 1 i64.add local.get $4 i64.eq - i32.and + if (result i32) + local.get $5 + i32.const 1 + i32.and + local.get $1 + local.get $8 + f64.eq + i32.and + local.get $1 + local.get $8 + f64.lt + i32.or + else + i32.const 0 + end end select local.tee $0 @@ -9086,22 +9091,27 @@ local.set $3 end end - local.get $2 - i32.const 8388608 - i32.sub - local.get $3 - i32.const 23 - i32.shl - i32.or - local.get $2 - i32.const 1 - local.get $3 - i32.sub - i32.shr_u + local.get $1 + f32.abs + local.set $1 local.get $3 i32.const 0 i32.gt_s - select + if (result i32) + local.get $2 + i32.const 8388608 + i32.sub + local.get $3 + i32.const 23 + i32.shl + i32.or + else + local.get $2 + i32.const 1 + local.get $3 + i32.sub + i32.shr_u + end f32.reinterpret_i32 local.tee $0 local.get $0 @@ -9109,8 +9119,6 @@ local.set $8 local.get $0 local.get $1 - f32.abs - local.tee $1 f32.sub local.get $0 local.get $3 @@ -9119,23 +9127,26 @@ if (result i32) i32.const 1 else - local.get $5 - i32.const 1 - i32.and - local.get $1 - local.get $8 - f32.eq - i32.and - local.get $1 - local.get $8 - f32.lt - i32.or local.get $3 i32.const 1 i32.add local.get $4 i32.eq - i32.and + if (result i32) + local.get $5 + i32.const 1 + i32.and + local.get $1 + local.get $8 + f32.eq + i32.and + local.get $1 + local.get $8 + f32.lt + i32.or + else + i32.const 0 + end end select local.tee $0 @@ -9827,7 +9838,7 @@ i32.const 5632 i32.add local.tee $7 - i64.load $0 offset=8 + i64.load offset=8 local.set $5 f64.const 8.515303950216386e-20 local.get $0 @@ -9841,7 +9852,7 @@ i64.extend_i32_s local.tee $9 local.get $7 - i64.load $0 + i64.load local.get $8 i64.shl local.get $5 @@ -9861,7 +9872,7 @@ i64.sub i64.shl local.get $7 - i64.load $0 offset=16 + i64.load offset=16 i64.const 96 local.get $8 i64.sub @@ -10002,7 +10013,7 @@ (local $4 i32) (local $5 i64) (local $6 f64) - block $__inlined_func$~lib/math/NativeMath.sinh (result f64) + block $__inlined_func$~lib/math/NativeMath.sinh$35 (result f64) local.get $0 i64.reinterpret_f64 i64.const 9223372036854775807 @@ -10033,7 +10044,7 @@ local.get $4 i32.const 1045430272 i32.lt_u - br_if $__inlined_func$~lib/math/NativeMath.sinh + br_if $__inlined_func$~lib/math/NativeMath.sinh$35 drop local.get $3 local.get $6 @@ -10048,7 +10059,7 @@ f64.div f64.sub f64.mul - br $__inlined_func$~lib/math/NativeMath.sinh + br $__inlined_func$~lib/math/NativeMath.sinh$35 end local.get $3 local.get $6 @@ -10059,7 +10070,7 @@ f64.div f64.add f64.mul - br $__inlined_func$~lib/math/NativeMath.sinh + br $__inlined_func$~lib/math/NativeMath.sinh$35 end local.get $6 f64.const -1416.0996898839683 @@ -10102,7 +10113,7 @@ local.get $0 f32.copysign local.set $3 - block $__inlined_func$~lib/math/NativeMathf.sinh + block $__inlined_func$~lib/math/NativeMathf.sinh$36 local.get $4 i32.const 1118925335 i32.lt_u @@ -10117,7 +10128,7 @@ local.get $4 i32.const 964689920 i32.lt_u - br_if $__inlined_func$~lib/math/NativeMathf.sinh + br_if $__inlined_func$~lib/math/NativeMathf.sinh$36 local.get $3 local.get $5 local.get $5 @@ -10132,7 +10143,7 @@ f32.sub f32.mul local.set $0 - br $__inlined_func$~lib/math/NativeMathf.sinh + br $__inlined_func$~lib/math/NativeMathf.sinh$36 end local.get $3 local.get $5 @@ -10144,7 +10155,7 @@ f32.add f32.mul local.set $0 - br $__inlined_func$~lib/math/NativeMathf.sinh + br $__inlined_func$~lib/math/NativeMathf.sinh$36 end local.get $5 f32.const -162.88958740234375 @@ -10794,7 +10805,7 @@ i32.const 5632 i32.add local.tee $7 - i64.load $0 offset=8 + i64.load offset=8 local.set $5 f64.const 8.515303950216386e-20 local.get $0 @@ -10808,7 +10819,7 @@ i64.extend_i32_s local.tee $9 local.get $7 - i64.load $0 + i64.load local.get $8 i64.shl local.get $5 @@ -10828,7 +10839,7 @@ i64.sub i64.shl local.get $7 - i64.load $0 offset=16 + i64.load offset=16 i64.const 96 local.get $8 i64.sub diff --git a/tests/compiler/std/mod.debug.wat b/tests/compiler/std/mod.debug.wat index 126d50f688..e83e1bff7e 100644 --- a/tests/compiler/std/mod.debug.wat +++ b/tests/compiler/std/mod.debug.wat @@ -1,12 +1,12 @@ (module - (type $f64_f64_=>_f64 (func (param f64 f64) (result f64))) - (type $none_=>_none (func)) - (type $f64_f64_=>_i32 (func (param f64 f64) (result i32))) - (type $f64_f64_f64_=>_i32 (func (param f64 f64 f64) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $f32_f32_=>_f32 (func (param f32 f32) (result f32))) - (type $f32_f32_=>_i32 (func (param f32 f32) (result i32))) - (type $f32_f32_f32_=>_i32 (func (param f32 f32 f32) (result i32))) + (type $0 (func (param f64 f64) (result f64))) + (type $1 (func)) + (type $2 (func (param f64 f64) (result i32))) + (type $3 (func (param f64 f64 f64) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param f32 f32) (result f32))) + (type $6 (func (param f32 f32) (result i32))) + (type $7 (func (param f32 f32 f32) (result i32))) (import "mod" "mod" (func $std/mod/mod (param f64 f64) (result f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $std/mod/js i32 (i32.const 1)) diff --git a/tests/compiler/std/mod.release.wat b/tests/compiler/std/mod.release.wat index 0c8344fd6d..1fbd3592bf 100644 --- a/tests/compiler/std/mod.release.wat +++ b/tests/compiler/std/mod.release.wat @@ -1,9 +1,9 @@ (module - (type $none_=>_none (func)) - (type $f64_f64_=>_f64 (func (param f64 f64) (result f64))) - (type $f64_f64_f64_=>_i32 (func (param f64 f64 f64) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $f32_f32_f32_=>_i32 (func (param f32 f32 f32) (result i32))) + (type $0 (func)) + (type $1 (func (param f64 f64) (result f64))) + (type $2 (func (param f64 f64 f64) (result i32))) + (type $3 (func (param i32 i32 i32 i32))) + (type $4 (func (param f32 f32 f32) (result i32))) (import "mod" "mod" (func $std/mod/mod (param f64 f64) (result f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (memory $0 1) @@ -20,6 +20,7 @@ (local $7 i64) (local $8 i64) (local $9 i64) + (local $10 i64) block $__inlined_func$std/mod/check (result i32) block $__inlined_func$~lib/math/NativeMath.mod (result f64) local.get $0 @@ -36,25 +37,25 @@ drop local.get $1 i64.reinterpret_f64 - local.tee $6 + local.tee $8 i64.const 52 i64.shr_u i64.const 2047 i64.and - local.set $8 - local.get $6 + local.set $9 + local.get $8 i64.const 1 i64.shl - local.tee $5 + local.tee $6 i64.eqz local.get $0 i64.reinterpret_f64 - local.tee $7 + local.tee $5 i64.const 52 i64.shr_u i64.const 2047 i64.and - local.tee $9 + local.tee $10 i64.const 2047 i64.eq i32.or @@ -71,59 +72,63 @@ f64.div br $__inlined_func$~lib/math/NativeMath.mod end - local.get $7 + local.get $5 i64.const 1 i64.shl local.tee $3 - local.get $5 + local.get $6 i64.le_u if local.get $0 local.get $3 - local.get $5 + local.get $6 i64.ne f64.convert_i32_u f64.mul br $__inlined_func$~lib/math/NativeMath.mod end - local.get $9 + local.get $5 + i64.const 63 + i64.shr_u + local.set $7 + local.get $10 i64.eqz if (result i64) - local.get $7 + local.get $5 i64.const 1 - local.get $9 - local.get $7 + local.get $10 + local.get $5 i64.const 12 i64.shl i64.clz i64.sub - local.tee $9 + local.tee $10 i64.sub i64.shl else - local.get $7 + local.get $5 i64.const 4503599627370495 i64.and i64.const 4503599627370496 i64.or end local.set $3 - local.get $8 + local.get $9 i64.eqz if (result i64) - local.get $6 + local.get $8 i64.const 1 + local.get $9 local.get $8 - local.get $6 i64.const 12 i64.shl i64.clz i64.sub - local.tee $8 + local.tee $9 i64.sub i64.shl else - local.get $6 + local.get $8 i64.const 4503599627370495 i64.and i64.const 4503599627370496 @@ -131,8 +136,8 @@ end local.set $5 loop $while-continue|0 - local.get $8 local.get $9 + local.get $10 i64.lt_s if local.get $3 @@ -156,10 +161,10 @@ i64.const 1 i64.shl local.set $3 - local.get $9 + local.get $10 i64.const 1 i64.sub - local.set $9 + local.set $10 br $while-continue|0 end end @@ -180,7 +185,7 @@ i64.sub local.set $3 end - local.get $9 + local.get $10 local.get $3 i64.const 11 i64.shl @@ -188,28 +193,31 @@ local.tee $6 i64.sub local.set $5 - local.get $7 - i64.const -9223372036854775808 - i64.and local.get $3 local.get $6 i64.shl - local.tee $3 - i64.const 4503599627370496 - i64.sub - local.get $5 - i64.const 52 - i64.shl - i64.or - local.get $3 - i64.const 1 - local.get $5 - i64.sub - i64.shr_u + local.set $3 local.get $5 i64.const 0 i64.gt_s - select + if (result i64) + local.get $3 + i64.const 4503599627370496 + i64.sub + local.get $5 + i64.const 52 + i64.shl + i64.or + else + local.get $3 + i64.const 1 + local.get $5 + i64.sub + i64.shr_u + end + local.get $7 + i64.const 63 + i64.shl i64.or f64.reinterpret_i64 end @@ -238,7 +246,7 @@ f64.eq end if (result i32) - block $__inlined_func$std/mod/check0 (result i32) + block $__inlined_func$std/mod/check$1 (result i32) local.get $0 local.get $1 call $std/mod/mod @@ -248,7 +256,7 @@ local.get $2 local.get $2 f64.ne - br_if $__inlined_func$std/mod/check0 + br_if $__inlined_func$std/mod/check$1 drop f64.const 1 local.get $2 @@ -260,7 +268,7 @@ local.get $2 f64.const 0 f64.eq - br_if $__inlined_func$std/mod/check0 + br_if $__inlined_func$std/mod/check$1 drop local.get $0 local.get $2 @@ -277,8 +285,9 @@ (local $6 i32) (local $7 i32) (local $8 i32) - block $__inlined_func$std/mod/check (result i32) - block $__inlined_func$~lib/math/NativeMathf.mod (result f32) + (local $9 i32) + block $__inlined_func$std/mod/check$2 (result i32) + block $__inlined_func$~lib/math/NativeMathf.mod$1 (result f32) local.get $0 local.get $0 f32.trunc @@ -289,29 +298,29 @@ f32.abs f32.const 1 f32.eq - br_if $__inlined_func$~lib/math/NativeMathf.mod + br_if $__inlined_func$~lib/math/NativeMathf.mod$1 drop local.get $1 i32.reinterpret_f32 - local.tee $5 + local.tee $7 i32.const 23 i32.shr_u i32.const 255 i32.and - local.set $7 - local.get $5 + local.set $8 + local.get $7 i32.const 1 i32.shl - local.tee $4 + local.tee $5 i32.eqz local.get $0 i32.reinterpret_f32 - local.tee $6 + local.tee $4 i32.const 23 i32.shr_u i32.const 255 i32.and - local.tee $8 + local.tee $9 i32.const 255 i32.eq i32.or @@ -326,68 +335,72 @@ local.tee $0 local.get $0 f32.div - br $__inlined_func$~lib/math/NativeMathf.mod + br $__inlined_func$~lib/math/NativeMathf.mod$1 end - local.get $6 + local.get $4 i32.const 1 i32.shl local.tee $3 - local.get $4 + local.get $5 i32.le_u if local.get $0 local.get $3 - local.get $4 + local.get $5 i32.ne f32.convert_i32_u f32.mul - br $__inlined_func$~lib/math/NativeMathf.mod + br $__inlined_func$~lib/math/NativeMathf.mod$1 end - local.get $8 + local.get $4 + i32.const -2147483648 + i32.and + local.set $6 + local.get $9 if (result i32) - local.get $6 + local.get $4 i32.const 8388607 i32.and i32.const 8388608 i32.or else - local.get $6 + local.get $4 i32.const 1 - local.get $8 - local.get $6 + local.get $9 + local.get $4 i32.const 9 i32.shl i32.clz i32.sub - local.tee $8 + local.tee $9 i32.sub i32.shl end local.set $3 - local.get $7 + local.get $8 if (result i32) - local.get $5 + local.get $7 i32.const 8388607 i32.and i32.const 8388608 i32.or else - local.get $5 + local.get $7 i32.const 1 + local.get $8 local.get $7 - local.get $5 i32.const 9 i32.shl i32.clz i32.sub - local.tee $7 + local.tee $8 i32.sub i32.shl end local.set $4 loop $while-continue|0 - local.get $7 local.get $8 + local.get $9 i32.lt_s if local.get $3 @@ -400,7 +413,7 @@ local.get $3 local.get $4 i32.eq - br_if $__inlined_func$~lib/math/NativeMathf.mod + br_if $__inlined_func$~lib/math/NativeMathf.mod$1 drop local.get $3 local.get $4 @@ -411,10 +424,10 @@ i32.const 1 i32.shl local.set $3 - local.get $8 + local.get $9 i32.const 1 i32.sub - local.set $8 + local.set $9 br $while-continue|0 end end @@ -428,14 +441,14 @@ local.get $3 local.get $4 i32.eq - br_if $__inlined_func$~lib/math/NativeMathf.mod + br_if $__inlined_func$~lib/math/NativeMathf.mod$1 drop local.get $3 local.get $4 i32.sub local.set $3 end - local.get $8 + local.get $9 local.get $3 i32.const 8 i32.shl @@ -443,28 +456,29 @@ local.tee $5 i32.sub local.set $4 - local.get $6 - i32.const -2147483648 - i32.and local.get $3 local.get $5 i32.shl - local.tee $3 - i32.const 8388608 - i32.sub - local.get $4 - i32.const 23 - i32.shl - i32.or - local.get $3 - i32.const 1 - local.get $4 - i32.sub - i32.shr_u + local.set $3 local.get $4 i32.const 0 i32.gt_s - select + if (result i32) + local.get $3 + i32.const 8388608 + i32.sub + local.get $4 + i32.const 23 + i32.shl + i32.or + else + local.get $3 + i32.const 1 + local.get $4 + i32.sub + i32.shr_u + end + local.get $6 i32.or f32.reinterpret_i32 end @@ -474,7 +488,7 @@ local.get $2 local.get $2 f32.ne - br_if $__inlined_func$std/mod/check + br_if $__inlined_func$std/mod/check$2 drop f32.const 1 local.get $2 @@ -486,7 +500,7 @@ local.get $2 f32.const 0 f32.eq - br_if $__inlined_func$std/mod/check + br_if $__inlined_func$std/mod/check$2 drop local.get $0 local.get $2 diff --git a/tests/compiler/std/new.debug.wat b/tests/compiler/std/new.debug.wat index e8912548ca..5b911b3d42 100644 --- a/tests/compiler/std/new.debug.wat +++ b/tests/compiler/std/new.debug.wat @@ -1,15 +1,15 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_f32_=>_none (func (param i32 f32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_f32_=>_i32 (func (param i32 f32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 f32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) + (type $9 (func (result i32))) + (type $10 (func (param i32 f32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $std/new/AClass.aStaticField (mut i32) (i32.const 0)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -47,27 +47,27 @@ (start $~start) (func $std/new/AClass#get:aField (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $std/new/AClass#set:aField (param $this i32) (param $aField i32) local.get $this local.get $aField - i32.store $0 + i32.store ) (func $std/new/AClass#set:anotherField (param $this i32) (param $anotherField f32) local.get $this local.get $anotherField - f32.store $0 offset=4 + f32.store offset=4 ) (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -81,7 +81,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -155,7 +155,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -225,11 +225,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -237,7 +237,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -369,7 +369,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -382,7 +382,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -398,34 +398,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -585,7 +585,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -608,7 +608,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -622,7 +622,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -645,7 +645,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -788,7 +788,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -874,7 +874,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -954,7 +954,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -988,7 +988,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1011,7 +1011,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1025,7 +1025,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1077,7 +1077,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1115,7 +1115,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1190,7 +1189,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1224,7 +1223,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1245,7 +1244,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1265,7 +1264,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1285,7 +1284,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1311,7 +1310,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1334,7 +1333,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1819,7 +1818,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1864,7 +1863,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1897,7 +1896,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1920,7 +1919,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1946,7 +1945,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1959,7 +1958,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1986,19 +1985,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2200,12 +2199,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2256,12 +2255,12 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $start:std/new - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2305,7 +2304,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2314,7 +2313,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2326,7 +2324,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $std/new/AClass $invalid end return @@ -2369,10 +2367,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -2381,13 +2379,13 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $std/new/AClass#set:aField @@ -2395,7 +2393,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 f32.const 2 call $std/new/AClass#set:anotherField @@ -2403,13 +2401,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $std/new/AClass#get:aField i32.const 1 @@ -2419,7 +2417,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $value call $std/new/AClass#set:anotherField diff --git a/tests/compiler/std/new.release.wat b/tests/compiler/std/new.release.wat index f42da5d035..b019ac621c 100644 --- a/tests/compiler/std/new.release.wat +++ b/tests/compiler/std/new.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -40,15 +40,15 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -58,7 +58,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -76,7 +76,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -84,137 +84,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34232 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$113 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34232 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$113 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1440 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1444 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1440 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1444 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -222,8 +242,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -235,10 +255,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -249,29 +269,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -279,10 +299,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -296,75 +316,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -386,7 +399,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -403,12 +416,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -425,17 +438,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -445,9 +458,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -472,13 +485,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -512,7 +525,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -568,19 +581,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -592,15 +605,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -608,16 +621,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -639,10 +653,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -655,18 +669,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -690,30 +703,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -721,10 +734,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -732,7 +745,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -740,7 +753,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -751,10 +764,10 @@ end i32.const 34240 i32.const 0 - i32.store $0 + i32.store i32.const 35808 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -766,7 +779,7 @@ i32.const 34240 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -784,7 +797,7 @@ i32.const 34240 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -801,7 +814,7 @@ end i32.const 34240 i32.const 35812 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -834,7 +847,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -847,19 +860,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -870,7 +883,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -882,7 +895,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -895,12 +908,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -909,7 +918,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -920,26 +929,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -955,7 +964,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -971,7 +980,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -996,14 +1005,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1038,7 +1047,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1052,10 +1061,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1067,10 +1076,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1080,7 +1089,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1091,10 +1100,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1106,7 +1115,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1127,7 +1136,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1142,7 +1151,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $0 loop $do-loop|0 @@ -1163,7 +1172,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $0 i32.const 0 @@ -1194,11 +1203,11 @@ local.tee $0 i32.eqz if - memory.size $0 + memory.size local.tee $0 i32.const 4 local.get $1 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $0 i32.const 16 i32.shl @@ -1217,12 +1226,12 @@ local.get $2 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $2 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1233,7 +1242,7 @@ local.get $0 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1252,7 +1261,7 @@ end end local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1269,7 +1278,7 @@ local.get $0 call $~lib/rt/tlsf/removeBlock local.get $0 - i32.load $0 + i32.load local.tee $2 i32.const -4 i32.and @@ -1285,7 +1294,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $0 i32.const 32 i32.add @@ -1295,7 +1304,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1304,54 +1313,54 @@ local.get $2 i32.const -2 i32.and - i32.store $0 + i32.store local.get $0 i32.const 4 i32.add local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $1 local.get $1 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $0 i32.const 4 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 8 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $0 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1363,7 +1372,7 @@ i32.add local.tee $0 i64.const 0 - i64.store $0 align=1 + i64.store align=1 local.get $0 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1376,7 +1385,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $std/new/AClass $invalid end return @@ -1386,11 +1395,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1401,7 +1410,7 @@ (func $~start (local $0 i32) (local $1 i32) - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34232 @@ -1411,26 +1420,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer @@ -1451,45 +1460,45 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 2 - f32.store $0 offset=4 + f32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $1 - i32.load $0 + i32.load i32.const 1 i32.add - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 3 - f32.store $0 offset=4 + f32.store offset=4 local.get $0 i32.const 12 i32.add @@ -1497,23 +1506,4 @@ local.get $1 global.set $std/new/aClass ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/std/object.debug.wat b/tests/compiler/std/object.debug.wat index c22fafeb2d..b2cfc90f1a 100644 --- a/tests/compiler/std/object.debug.wat +++ b/tests/compiler/std/object.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_none (func)) - (type $f64_f64_=>_i32 (func (param f64 f64) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $f32_f32_=>_i32 (func (param f32 f32) (result i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32) (result i32))) + (type $2 (func (param i32 i32))) + (type $3 (func)) + (type $4 (func (param f64 f64) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param f32 f32) (result i32))) + (type $7 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $8 (func (param i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -94,7 +94,7 @@ ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -146,9 +146,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -181,10 +181,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -275,7 +275,7 @@ (local $4 i32) (local $5 i32) (local $pagesWanted i32) - memory.size $0 + memory.size local.set $pagesBefore local.get $pagesBefore i32.const 16 @@ -313,12 +313,12 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -332,7 +332,7 @@ (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/stub/__alloc (param $size i32) (result i32) (local $block i32) @@ -386,22 +386,22 @@ (func $~lib/rt/common/OBJECT#set:gcInfo (param $this i32) (param $gcInfo i32) local.get $this local.get $gcInfo - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/common/OBJECT#set:gcInfo2 (param $this i32) (param $gcInfo2 i32) local.get $this local.get $gcInfo2 - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/common/OBJECT#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/common/OBJECT#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/stub/__new (param $size i32) (param $id i32) (result i32) (local $ptr i32) @@ -1190,7 +1190,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 5 @@ -1207,7 +1207,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 4 diff --git a/tests/compiler/std/object.release.wat b/tests/compiler/std/object.release.wat index d69662ad9f..203637c32f 100644 --- a/tests/compiler/std/object.release.wat +++ b/tests/compiler/std/object.release.wat @@ -1,7 +1,7 @@ (module - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32 i32 i32 i32))) + (type $1 (func (param i32 i32) (result i32))) + (type $2 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (memory $0 1) (data $0 (i32.const 1036) ",") @@ -44,14 +44,14 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.tee $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne @@ -60,25 +60,29 @@ return end local.get $0 - local.tee $2 - i32.const 7 - i32.and - local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + local.set $2 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -99,7 +103,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$1 loop $while-continue|1 local.get $0 local.tee $3 @@ -109,17 +113,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$1 local.get $2 i32.const 2 i32.add @@ -210,7 +214,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size local.tee $1 i32.const 16 i32.shl @@ -235,12 +239,12 @@ local.get $1 i32.lt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $0 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -250,20 +254,20 @@ end i32.const 1340 i32.const 28 - i32.store $0 + i32.store i32.const 1344 i32.const 0 - i32.store $0 + i32.store i32.const 1348 i32.const 0 - i32.store $0 + i32.store i32.const 1352 i32.const 4 - i32.store $0 + i32.store i32.const 1356 i32.const 0 - i32.store $0 - memory.size $0 + i32.store + memory.size local.tee $1 i32.const 16 i32.shl @@ -288,12 +292,12 @@ local.get $1 i32.lt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $0 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -303,21 +307,21 @@ end i32.const 1372 i32.const 28 - i32.store $0 + i32.store i32.const 1376 i32.const 0 - i32.store $0 + i32.store i32.const 1380 i32.const 0 - i32.store $0 + i32.store i32.const 1384 i32.const 5 - i32.store $0 + i32.store i32.const 1388 i32.const 0 - i32.store $0 + i32.store i32.const 1384 - i32.load $0 + i32.load i32.const 5 i32.ne if @@ -329,7 +333,7 @@ unreachable end i32.const 1352 - i32.load $0 + i32.load i32.const 4 i32.ne if @@ -341,7 +345,7 @@ unreachable end i32.const 1384 - i32.load $0 + i32.load i32.const 5 i32.ne if diff --git a/tests/compiler/std/operator-overloading.debug.wat b/tests/compiler/std/operator-overloading.debug.wat index b262deed12..eb247a5394 100644 --- a/tests/compiler/std/operator-overloading.debug.wat +++ b/tests/compiler/std/operator-overloading.debug.wat @@ -1,15 +1,15 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) + (type $9 (func (result i32))) + (type $10 (func (param i32 i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -118,12 +118,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -137,7 +137,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -211,7 +211,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -281,11 +281,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -293,7 +293,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -425,7 +425,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -438,7 +438,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -454,34 +454,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -641,7 +641,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -664,7 +664,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -678,7 +678,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -701,7 +701,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -844,7 +844,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -930,7 +930,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1010,7 +1010,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1044,7 +1044,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1067,7 +1067,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1081,7 +1081,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1133,7 +1133,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1171,7 +1171,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1246,7 +1245,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1280,7 +1279,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1301,7 +1300,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1321,7 +1320,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1341,7 +1340,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1367,7 +1366,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1390,7 +1389,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1875,7 +1874,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1920,7 +1919,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1953,7 +1952,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1976,7 +1975,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2002,7 +2001,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2015,7 +2014,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2042,19 +2041,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2256,12 +2255,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2312,27 +2311,27 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $std/operator-overloading/Tester#set:x (param $this i32) (param $x i32) local.get $this local.get $x - i32.store $0 + i32.store ) (func $std/operator-overloading/Tester#set:y (param $this i32) (param $y i32) local.get $this local.get $y - i32.store $0 offset=4 + i32.store offset=4 ) (func $std/operator-overloading/Tester#get:x (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $std/operator-overloading/Tester#get:y (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/math/ipow32 (param $x i32) (param $e i32) (result i32) (local $out i32) @@ -2555,52 +2554,52 @@ (func $std/operator-overloading/TesterInlineStatic#set:x (param $this i32) (param $x i32) local.get $this local.get $x - i32.store $0 + i32.store ) (func $std/operator-overloading/TesterInlineStatic#set:y (param $this i32) (param $y i32) local.get $this local.get $y - i32.store $0 offset=4 + i32.store offset=4 ) (func $std/operator-overloading/TesterInlineStatic#get:x (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $std/operator-overloading/TesterInlineStatic#get:y (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $std/operator-overloading/TesterInlineInstance#set:x (param $this i32) (param $x i32) local.get $this local.get $x - i32.store $0 + i32.store ) (func $std/operator-overloading/TesterInlineInstance#set:y (param $this i32) (param $y i32) local.get $this local.get $y - i32.store $0 offset=4 + i32.store offset=4 ) (func $std/operator-overloading/TesterInlineInstance#get:x (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $std/operator-overloading/TesterInlineInstance#get:y (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $std/operator-overloading/TesterElementAccess#set:x (param $this i32) (param $x i32) local.get $this local.get $x - i32.store $0 + i32.store ) (func $std/operator-overloading/TesterElementAccess#set:y (param $this i32) (param $y i32) local.get $this local.get $y - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -2652,9 +2651,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -2687,10 +2686,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -2717,11 +2716,11 @@ ) (func $std/operator-overloading/TesterElementAccess#get:x (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $std/operator-overloading/TesterElementAccess#get:y (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -3158,7 +3157,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -3167,7 +3166,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -3182,7 +3180,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $std/operator-overloading/Tester $std/operator-overloading/TesterInlineStatic $std/operator-overloading/TesterInlineInstance $std/operator-overloading/TesterElementAccess $invalid end return @@ -3231,7 +3229,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3240,13 +3238,13 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $x call $std/operator-overloading/Tester#set:x @@ -3254,7 +3252,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $y call $std/operator-overloading/Tester#set:y @@ -3275,20 +3273,20 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x i32.add @@ -3296,14 +3294,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y i32.add @@ -3325,20 +3323,20 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x i32.sub @@ -3346,14 +3344,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y i32.sub @@ -3375,20 +3373,20 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x i32.mul @@ -3396,14 +3394,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y i32.mul @@ -3425,20 +3423,20 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x i32.div_s @@ -3446,14 +3444,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y i32.div_s @@ -3475,20 +3473,20 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x i32.rem_s @@ -3496,14 +3494,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y i32.rem_s @@ -3525,20 +3523,20 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x call $~lib/math/ipow32 @@ -3546,14 +3544,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y call $~lib/math/ipow32 @@ -3575,20 +3573,20 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x i32.and @@ -3596,14 +3594,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y i32.and @@ -3625,20 +3623,20 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x i32.or @@ -3646,14 +3644,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y i32.or @@ -3675,20 +3673,20 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x i32.xor @@ -3696,14 +3694,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y i32.xor @@ -3725,19 +3723,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x i32.eq @@ -3746,14 +3744,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y i32.eq @@ -3777,19 +3775,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x i32.ne @@ -3798,14 +3796,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y i32.ne @@ -3829,19 +3827,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x i32.gt_s @@ -3850,14 +3848,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y i32.gt_s @@ -3881,19 +3879,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x i32.ge_s @@ -3902,14 +3900,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y i32.ge_s @@ -3933,19 +3931,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x i32.lt_s @@ -3954,14 +3952,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y i32.lt_s @@ -3985,19 +3983,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $a local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x i32.le_s @@ -4006,14 +4004,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y i32.le_s @@ -4037,13 +4035,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.get $value local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $shift @@ -4052,7 +4050,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $shift @@ -4075,13 +4073,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.get $value local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $shift @@ -4090,7 +4088,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $shift @@ -4113,13 +4111,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.get $value local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:x local.get $shift @@ -4128,7 +4126,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/Tester#get:y local.get $shift @@ -4151,20 +4149,20 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.get $value local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $std/operator-overloading/Tester#get:x local.get $value local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $std/operator-overloading/Tester#get:y call $std/operator-overloading/Tester#constructor @@ -4185,14 +4183,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 i32.const 0 local.get $value local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $std/operator-overloading/Tester#get:x i32.sub @@ -4201,7 +4199,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $std/operator-overloading/Tester#get:y i32.sub @@ -4223,13 +4221,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.get $value local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $std/operator-overloading/Tester#get:x i32.const -1 @@ -4238,7 +4236,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $std/operator-overloading/Tester#get:y i32.const -1 @@ -4261,12 +4259,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $value local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $std/operator-overloading/Tester#get:x i32.eqz @@ -4275,7 +4273,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $std/operator-overloading/Tester#get:y i32.eqz @@ -4299,18 +4297,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $std/operator-overloading/Tester#get:x i32.const 1 @@ -4320,13 +4318,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $std/operator-overloading/Tester#get:y i32.const 1 @@ -4350,18 +4348,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $std/operator-overloading/Tester#get:x i32.const 1 @@ -4371,13 +4369,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $std/operator-overloading/Tester#get:y i32.const 1 @@ -4401,13 +4399,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $std/operator-overloading/Tester#get:x i32.const 1 @@ -4416,7 +4414,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $std/operator-overloading/Tester#get:y i32.const 1 @@ -4439,13 +4437,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $std/operator-overloading/Tester#get:x i32.const 1 @@ -4454,7 +4452,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $std/operator-overloading/Tester#get:y i32.const 1 @@ -4477,7 +4475,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -4486,13 +4484,13 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $x call $std/operator-overloading/TesterInlineStatic#set:x @@ -4500,7 +4498,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $y call $std/operator-overloading/TesterInlineStatic#set:y @@ -4521,7 +4519,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -4530,13 +4528,13 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $x call $std/operator-overloading/TesterInlineInstance#set:x @@ -4544,7 +4542,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $y call $std/operator-overloading/TesterInlineInstance#set:y @@ -4565,7 +4563,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -4574,13 +4572,13 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $x call $std/operator-overloading/TesterElementAccess#set:x @@ -4588,7 +4586,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $y call $std/operator-overloading/TesterElementAccess#set:y @@ -4610,7 +4608,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -4648,7 +4646,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -4657,7 +4655,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -4675,14 +4673,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -4705,18 +4703,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $key local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 512 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 call $~lib/string/String.__eq if @@ -4724,7 +4722,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $value call $std/operator-overloading/TesterElementAccess#set:x @@ -4733,7 +4731,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $value call $std/operator-overloading/TesterElementAccess#set:y @@ -4752,18 +4750,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $key local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 512 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String.__eq if (result i32) @@ -4771,7 +4769,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/TesterElementAccess#get:x else @@ -4779,7 +4777,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $std/operator-overloading/TesterElementAccess#get:y end @@ -4810,8 +4808,8 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 48 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -4842,13 +4840,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 global.get $std/operator-overloading/a2 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/Tester.add global.set $std/operator-overloading/a @@ -4856,7 +4854,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 3 @@ -4866,7 +4864,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 5 @@ -4897,13 +4895,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 global.get $std/operator-overloading/s2 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/Tester.sub global.set $std/operator-overloading/s @@ -4911,7 +4909,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 0 @@ -4921,7 +4919,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 6 @@ -4952,13 +4950,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 global.get $std/operator-overloading/m2 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/Tester.mul global.set $std/operator-overloading/m @@ -4966,7 +4964,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 6 @@ -4976,7 +4974,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 10 @@ -5007,13 +5005,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 global.get $std/operator-overloading/d2 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/Tester.div global.set $std/operator-overloading/d @@ -5021,7 +5019,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 2 @@ -5031,7 +5029,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 5 @@ -5062,13 +5060,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 global.get $std/operator-overloading/f2 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/Tester.mod global.set $std/operator-overloading/f @@ -5076,7 +5074,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 4 @@ -5086,7 +5084,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 0 @@ -5117,13 +5115,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 global.get $std/operator-overloading/p2 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/Tester.pow global.set $std/operator-overloading/p @@ -5131,7 +5129,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 16 @@ -5141,7 +5139,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 243 @@ -5172,13 +5170,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 global.get $std/operator-overloading/n2 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/Tester.and global.set $std/operator-overloading/n @@ -5186,7 +5184,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 15 @@ -5196,7 +5194,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 15 @@ -5227,13 +5225,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 global.get $std/operator-overloading/o2 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/Tester.or global.set $std/operator-overloading/o @@ -5241,7 +5239,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 65535 @@ -5251,7 +5249,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 255 @@ -5282,13 +5280,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 global.get $std/operator-overloading/x2 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/Tester.xor global.set $std/operator-overloading/x @@ -5296,7 +5294,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 65535 @@ -5306,7 +5304,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 255 @@ -5337,13 +5335,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 global.get $std/operator-overloading/eq2 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/Tester.equals global.set $std/operator-overloading/eq @@ -5373,13 +5371,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 global.get $std/operator-overloading/eq4 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/Tester.equals global.set $std/operator-overloading/eqf @@ -5399,13 +5397,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 global.get $std/operator-overloading/eq2 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/Tester.notEquals global.set $std/operator-overloading/eq @@ -5425,13 +5423,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 global.get $std/operator-overloading/eq4 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/Tester.notEquals global.set $std/operator-overloading/eqf @@ -5461,13 +5459,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 global.get $std/operator-overloading/gt2 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/Tester.greater global.set $std/operator-overloading/gt @@ -5497,13 +5495,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 global.get $std/operator-overloading/gte2 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/Tester.greaterEquals global.set $std/operator-overloading/gte @@ -5533,13 +5531,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 global.get $std/operator-overloading/le2 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/Tester.less global.set $std/operator-overloading/le @@ -5569,13 +5567,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 global.get $std/operator-overloading/leq2 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/Tester.lessEquals global.set $std/operator-overloading/leq @@ -5600,7 +5598,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 i32.const 3 call $std/operator-overloading/Tester.shr @@ -5609,7 +5607,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 1 @@ -5619,7 +5617,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 2 @@ -5645,7 +5643,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 i32.const 3 call $std/operator-overloading/Tester.shu @@ -5654,7 +5652,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 536870911 @@ -5664,7 +5662,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 536870910 @@ -5690,7 +5688,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 i32.const 3 call $std/operator-overloading/Tester.shl @@ -5699,7 +5697,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 8 @@ -5709,7 +5707,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 16 @@ -5735,7 +5733,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester.pos global.set $std/operator-overloading/pres @@ -5743,14 +5741,14 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x global.get $std/operator-overloading/pos local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.eq @@ -5759,14 +5757,14 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y global.get $std/operator-overloading/pos local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.eq @@ -5791,7 +5789,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester.neg global.set $std/operator-overloading/nres @@ -5799,7 +5797,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 0 @@ -5807,7 +5805,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.sub @@ -5817,7 +5815,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 0 @@ -5825,7 +5823,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.sub @@ -5851,7 +5849,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester.not global.set $std/operator-overloading/res @@ -5859,14 +5857,14 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x global.get $std/operator-overloading/not local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const -1 @@ -5877,14 +5875,14 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y global.get $std/operator-overloading/not local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const -1 @@ -5911,7 +5909,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester.excl global.set $std/operator-overloading/bres @@ -5920,7 +5918,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.eqz @@ -5929,7 +5927,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.eqz @@ -5967,7 +5965,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#inc global.set $std/operator-overloading/incdec @@ -5975,7 +5973,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 1 @@ -5985,7 +5983,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 2 @@ -6006,7 +6004,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#dec global.set $std/operator-overloading/incdec @@ -6014,7 +6012,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 0 @@ -6024,7 +6022,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 1 @@ -6049,12 +6047,12 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/incdec local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#postInc global.set $std/operator-overloading/incdec @@ -6064,7 +6062,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 0 @@ -6074,7 +6072,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 1 @@ -6095,7 +6093,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 1 @@ -6105,7 +6103,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 2 @@ -6125,12 +6123,12 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/incdec local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#postDec global.set $std/operator-overloading/incdec @@ -6140,7 +6138,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 1 @@ -6150,7 +6148,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 2 @@ -6171,7 +6169,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:x i32.const 0 @@ -6181,7 +6179,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/Tester#get:y i32.const 1 @@ -6209,16 +6207,16 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 local.tee $3 - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 local.get $3 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterInlineStatic#get:x i32.const 1 @@ -6227,7 +6225,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterInlineStatic#get:y i32.const 1 @@ -6245,24 +6243,24 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/ais1 local.tee $4 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/ais2 local.tee $5 - i32.store $0 offset=24 + i32.store offset=24 i32.const 0 local.get $4 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterInlineStatic#get:x local.get $5 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterInlineStatic#get:x i32.add @@ -6270,14 +6268,14 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterInlineStatic#get:y local.get $5 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterInlineStatic#get:y i32.add @@ -6289,7 +6287,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterInlineStatic#get:x i32.const 4 @@ -6299,7 +6297,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterInlineStatic#get:y i32.const 6 @@ -6325,13 +6323,13 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/aii1 local.tee $6 - i32.store $0 offset=28 + i32.store offset=28 i32.const 0 local.get $6 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterInlineInstance#get:x i32.const 1 @@ -6340,7 +6338,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterInlineInstance#get:y i32.const 1 @@ -6358,24 +6356,24 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/aii1 local.tee $7 - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/aii2 local.tee $8 - i32.store $0 offset=36 + i32.store offset=36 i32.const 0 local.get $7 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterInlineInstance#get:x local.get $8 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterInlineInstance#get:x i32.add @@ -6383,14 +6381,14 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterInlineInstance#get:y local.get $8 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterInlineInstance#get:y i32.add @@ -6402,7 +6400,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterInlineInstance#get:x i32.const 4 @@ -6412,7 +6410,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterInlineInstance#get:y i32.const 6 @@ -6438,13 +6436,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 i32.const 512 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 i32.const -1 call $std/operator-overloading/TesterElementAccess#__set @@ -6452,13 +6450,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 i32.const 544 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 i32.const -2 call $std/operator-overloading/TesterElementAccess#__set @@ -6466,7 +6464,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterElementAccess#get:x i32.const -1 @@ -6484,13 +6482,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 i32.const 512 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/TesterElementAccess#__get i32.const -1 @@ -6508,7 +6506,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $std/operator-overloading/TesterElementAccess#get:y i32.const -2 @@ -6526,13 +6524,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 i32.const 544 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/TesterElementAccess#__get i32.const -2 @@ -6550,25 +6548,25 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 i32.const 512 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 global.get $std/operator-overloading/tea local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=40 + i32.store offset=40 local.get $9 i32.const 512 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=44 + i32.store offset=44 local.get $9 call $std/operator-overloading/TesterElementAccess#__get i32.const 1 @@ -6578,25 +6576,25 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 i32.const 544 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 global.get $std/operator-overloading/tea local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=40 + i32.store offset=40 local.get $9 i32.const 544 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=44 + i32.store offset=44 local.get $9 call $std/operator-overloading/TesterElementAccess#__get i32.const 1 @@ -6606,13 +6604,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 i32.const 512 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/TesterElementAccess#__get i32.const 0 @@ -6630,13 +6628,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 i32.const 544 local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $std/operator-overloading/TesterElementAccess#__get i32.const -3 diff --git a/tests/compiler/std/operator-overloading.release.wat b/tests/compiler/std/operator-overloading.release.wat index 5e5f9130c8..cbc4a78d61 100644 --- a/tests/compiler/std/operator-overloading.release.wat +++ b/tests/compiler/std/operator-overloading.release.wat @@ -1,13 +1,13 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) + (type $7 (func (result i32))) + (type $8 (func (param i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -113,7 +113,7 @@ call $~lib/rt/__visit_globals global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -123,7 +123,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -141,7 +141,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -149,14 +149,166 @@ end end ) + (func $~lib/rt/itcms/__visit (param $0 i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $1 + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $1 + i32.load offset=8 + local.tee $0 + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end + local.get $0 + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$334 + local.get $1 + i32.load offset=4 + i32.const -4 + i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34388 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$334 + end + local.get $1 + i32.load offset=8 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + end + global.get $~lib/rt/itcms/toSpace + local.set $2 + local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1584 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1588 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 + local.get $2 + i32.load offset=8 + local.set $0 + local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select + local.get $2 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $2 + local.get $1 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -168,10 +320,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -182,29 +334,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -212,10 +364,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -229,75 +381,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -319,7 +464,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -336,12 +481,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -358,17 +503,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -378,9 +523,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -405,13 +550,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -445,7 +590,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -501,19 +646,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -525,15 +670,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -541,16 +686,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -572,10 +718,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -588,18 +734,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -623,30 +768,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -654,10 +799,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -665,7 +810,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -673,7 +818,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -684,10 +829,10 @@ end i32.const 34400 i32.const 0 - i32.store $0 + i32.store i32.const 35968 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -699,7 +844,7 @@ i32.const 34400 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -717,7 +862,7 @@ i32.const 34400 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -734,7 +879,7 @@ end i32.const 34400 i32.const 35972 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -767,7 +912,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -780,19 +925,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -803,7 +948,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -815,7 +960,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -828,12 +973,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -842,7 +983,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -853,26 +994,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -888,7 +1029,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -904,7 +1045,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -929,14 +1070,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -971,7 +1112,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -985,10 +1126,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1000,10 +1141,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1013,7 +1154,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1024,10 +1165,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1039,7 +1180,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1060,7 +1201,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1075,7 +1216,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$68 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1096,7 +1237,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$68 end local.get $1 i32.const 0 @@ -1127,11 +1268,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1150,12 +1291,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1166,7 +1307,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1185,7 +1326,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1202,7 +1343,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1218,7 +1359,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1228,7 +1369,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1237,54 +1378,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1296,7 +1437,7 @@ i32.add local.tee $0 i64.const 0 - i64.store $0 align=1 + i64.store align=1 local.get $0 ) (func $~lib/math/ipow32 (param $0 i32) (param $1 i32) (result i32) @@ -1490,366 +1631,366 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/a2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/a local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/s1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/s2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/s local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/m1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/m2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/m local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/d1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/d2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/d local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/f1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/f2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/f local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/p1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/p2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/p local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/n1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/n2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/n local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/o1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/o2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/o local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/x1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/x2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/x local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/eq1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/eq2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/eq3 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/eq4 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/gt1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/gt2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/gte1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/gte2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/le1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/le2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/leq1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/leq2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/shr local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/sres local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/shu local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/ures local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/shl local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/pos local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/pres local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/neg local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/nres local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/not local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/res local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/excl local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/incdec local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/tmp local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/ais1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/ais2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/ais local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/aii1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/aii2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/aii local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/operator-overloading/tea local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit ) (func $~lib/rt/__visit_members (param $0 i32) block $invalid @@ -1864,7 +2005,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $std/operator-overloading/Tester $std/operator-overloading/TesterInlineStatic $std/operator-overloading/TesterInlineInstance $std/operator-overloading/TesterElementAccess $invalid end return @@ -1874,11 +2015,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1916,25 +2057,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 4 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 8 i32.add @@ -1962,34 +2103,33 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 - i32.load $0 + i32.load i32.eq if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.eq else i32.const 0 @@ -2022,34 +2162,33 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 - i32.load $0 + i32.load i32.ne if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.ne else i32.const 0 @@ -2082,25 +2221,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 5 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 8 i32.add @@ -2128,25 +2267,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 6 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 8 i32.add @@ -2175,13 +2314,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1536 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2195,49 +2335,49 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $2 local.get $1 i32.const 1536 - i32.store $0 + i32.store local.get $2 i32.const 1532 - i32.load $0 + i32.load i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $1 + local.get $1 local.get $0 - i32.store $0 + i32.store i32.const 1536 local.set $3 local.get $1 i32.const 1536 - i32.store $0 offset=4 + i32.store offset=4 + i32.const 1 local.get $0 local.tee $1 i32.const 7 i32.and - i32.eqz local.get $2 local.tee $0 i32.const 4 - i32.ge_u - i32.and + i32.lt_u + select + i32.eqz if loop $do-loop|0 local.get $1 - i64.load $0 + i64.load local.get $3 - i64.load $0 + i64.load i64.eq if local.get $1 @@ -2258,7 +2398,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$199 loop $while-continue|1 local.get $0 local.tee $2 @@ -2268,17 +2408,17 @@ local.get $2 if local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 local.get $3 - i32.load16_u $0 + i32.load16_u local.tee $5 i32.sub local.set $2 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$199 local.get $1 i32.const 2 i32.add @@ -2327,29 +2467,29 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $1 - i32.store $0 + i32.store local.get $3 i32.const 1536 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 - i32.store $0 + i32.store else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -2376,27 +2516,27 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 1536 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 end local.set $0 global.get $~lib/memory/__stack_pointer @@ -2422,8 +2562,8 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 48 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl i32.const 34388 @@ -2433,26 +2573,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace i32.const 1 @@ -2466,11 +2606,11 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/a1 local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/a2 local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2482,34 +2622,34 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 - i32.load $0 + i32.load i32.add local.set $3 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.add call $std/operator-overloading/Tester#constructor local.set $0 @@ -2522,18 +2662,17 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/a local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 3 i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - global.get $std/operator-overloading/a - local.tee $0 - i32.store $0 local.get $0 - i32.load $0 offset=4 + i32.store + local.get $0 + i32.load offset=4 i32.const 5 i32.eq else @@ -2560,11 +2699,11 @@ local.tee $0 global.get $std/operator-overloading/s1 local.tee $1 - i32.store $0 + i32.store local.get $0 global.get $std/operator-overloading/s2 local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.sub @@ -2576,34 +2715,34 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load local.set $3 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $2 - i32.load $0 + i32.load i32.sub local.set $3 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.sub call $std/operator-overloading/Tester#constructor local.set $0 @@ -2616,18 +2755,18 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/s local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load if (result i32) i32.const 0 else global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/s local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 6 i32.eq end @@ -2652,11 +2791,11 @@ local.tee $0 global.get $std/operator-overloading/m1 local.tee $1 - i32.store $0 + i32.store local.get $0 global.get $std/operator-overloading/m2 local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.sub @@ -2668,34 +2807,34 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load local.set $3 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $2 - i32.load $0 + i32.load i32.mul local.set $3 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.mul call $std/operator-overloading/Tester#constructor local.set $0 @@ -2708,18 +2847,17 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/m local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 6 i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - global.get $std/operator-overloading/m - local.tee $0 - i32.store $0 local.get $0 - i32.load $0 offset=4 + i32.store + local.get $0 + i32.load offset=4 i32.const 10 i32.eq else @@ -2746,11 +2884,11 @@ local.tee $0 global.get $std/operator-overloading/d1 local.tee $1 - i32.store $0 + i32.store local.get $0 global.get $std/operator-overloading/d2 local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.sub @@ -2762,34 +2900,34 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load local.set $3 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $2 - i32.load $0 + i32.load i32.div_s local.set $3 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.div_s call $std/operator-overloading/Tester#constructor local.set $0 @@ -2802,18 +2940,17 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/d local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 2 i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - global.get $std/operator-overloading/d - local.tee $0 - i32.store $0 local.get $0 - i32.load $0 offset=4 + i32.store + local.get $0 + i32.load offset=4 i32.const 5 i32.eq else @@ -2840,11 +2977,11 @@ local.tee $0 global.get $std/operator-overloading/f1 local.tee $1 - i32.store $0 + i32.store local.get $0 global.get $std/operator-overloading/f2 local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.sub @@ -2856,34 +2993,34 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load local.set $3 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $2 - i32.load $0 + i32.load i32.rem_s local.set $3 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.rem_s call $std/operator-overloading/Tester#constructor local.set $0 @@ -2896,18 +3033,17 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/f local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 4 i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - global.get $std/operator-overloading/f - local.tee $0 - i32.store $0 local.get $0 - i32.load $0 offset=4 + i32.store + local.get $0 + i32.load offset=4 else i32.const 1 end @@ -2931,11 +3067,11 @@ local.tee $0 global.get $std/operator-overloading/p1 local.tee $1 - i32.store $0 + i32.store local.get $0 global.get $std/operator-overloading/p2 local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.sub @@ -2947,34 +3083,34 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load local.set $3 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $2 - i32.load $0 + i32.load call $~lib/math/ipow32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 call $~lib/math/ipow32 call $std/operator-overloading/Tester#constructor local.set $0 @@ -2987,18 +3123,17 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/p local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 16 i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - global.get $std/operator-overloading/p - local.tee $0 - i32.store $0 local.get $0 - i32.load $0 offset=4 + i32.store + local.get $0 + i32.load offset=4 i32.const 243 i32.eq else @@ -3025,11 +3160,11 @@ local.tee $0 global.get $std/operator-overloading/n1 local.tee $1 - i32.store $0 + i32.store local.get $0 global.get $std/operator-overloading/n2 local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.sub @@ -3041,34 +3176,34 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load local.set $3 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $2 - i32.load $0 + i32.load i32.and local.set $3 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.and call $std/operator-overloading/Tester#constructor local.set $0 @@ -3081,18 +3216,17 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/n local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 15 i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - global.get $std/operator-overloading/n - local.tee $0 - i32.store $0 local.get $0 - i32.load $0 offset=4 + i32.store + local.get $0 + i32.load offset=4 i32.const 15 i32.eq else @@ -3119,11 +3253,11 @@ local.tee $0 global.get $std/operator-overloading/o1 local.tee $1 - i32.store $0 + i32.store local.get $0 global.get $std/operator-overloading/o2 local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.sub @@ -3135,34 +3269,34 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load local.set $3 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $2 - i32.load $0 + i32.load i32.or local.set $3 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.or call $std/operator-overloading/Tester#constructor local.set $0 @@ -3175,18 +3309,17 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/o local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 65535 i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - global.get $std/operator-overloading/o - local.tee $0 - i32.store $0 local.get $0 - i32.load $0 offset=4 + i32.store + local.get $0 + i32.load offset=4 i32.const 255 i32.eq else @@ -3213,11 +3346,11 @@ local.tee $0 global.get $std/operator-overloading/x1 local.tee $1 - i32.store $0 + i32.store local.get $0 global.get $std/operator-overloading/x2 local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.sub @@ -3229,34 +3362,34 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load local.set $3 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $2 - i32.load $0 + i32.load i32.xor local.set $3 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.xor call $std/operator-overloading/Tester#constructor local.set $0 @@ -3269,18 +3402,17 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/x local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 65535 i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - global.get $std/operator-overloading/x - local.tee $0 - i32.store $0 local.get $0 - i32.load $0 offset=4 + i32.store + local.get $0 + i32.load offset=4 i32.const 255 i32.eq else @@ -3307,11 +3439,11 @@ local.tee $0 global.get $std/operator-overloading/eq1 local.tee $1 - i32.store $0 + i32.store local.get $0 global.get $std/operator-overloading/eq2 local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $std/operator-overloading/Tester.equals @@ -3339,11 +3471,11 @@ local.tee $0 global.get $std/operator-overloading/eq3 local.tee $1 - i32.store $0 + i32.store local.get $0 global.get $std/operator-overloading/eq4 local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $std/operator-overloading/Tester.equals @@ -3361,11 +3493,11 @@ local.tee $0 global.get $std/operator-overloading/eq1 local.tee $1 - i32.store $0 + i32.store local.get $0 global.get $std/operator-overloading/eq2 local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $std/operator-overloading/Tester.notEquals @@ -3383,11 +3515,11 @@ local.tee $0 global.get $std/operator-overloading/eq3 local.tee $1 - i32.store $0 + i32.store local.get $0 global.get $std/operator-overloading/eq4 local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $std/operator-overloading/Tester.notEquals @@ -3415,11 +3547,11 @@ local.tee $0 global.get $std/operator-overloading/gt1 local.tee $1 - i32.store $0 + i32.store local.get $0 global.get $std/operator-overloading/gt2 local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.sub @@ -3431,34 +3563,33 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load local.set $3 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $2 - i32.load $0 + i32.load i32.gt_s if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $0 + local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.gt_s else i32.const 0 @@ -3493,11 +3624,11 @@ local.tee $0 global.get $std/operator-overloading/gte1 local.tee $1 - i32.store $0 + i32.store local.get $0 global.get $std/operator-overloading/gte2 local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.sub @@ -3509,34 +3640,33 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load local.set $3 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $2 - i32.load $0 + i32.load i32.ge_s if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $0 + local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.ge_s else i32.const 0 @@ -3571,11 +3701,11 @@ local.tee $0 global.get $std/operator-overloading/le1 local.tee $1 - i32.store $0 + i32.store local.get $0 global.get $std/operator-overloading/le2 local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.sub @@ -3587,34 +3717,33 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load local.set $3 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $2 - i32.load $0 + i32.load i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $0 + local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.lt_s else i32.const 0 @@ -3649,11 +3778,11 @@ local.tee $0 global.get $std/operator-overloading/leq1 local.tee $1 - i32.store $0 + i32.store local.get $0 global.get $std/operator-overloading/leq2 local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.sub @@ -3665,34 +3794,33 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load local.set $3 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $3 local.get $2 - i32.load $0 + i32.load i32.le_s if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $0 + local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $0 local.get $2 - i32.store $0 + i32.store local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.le_s else i32.const 0 @@ -3723,7 +3851,7 @@ local.tee $0 global.get $std/operator-overloading/shr local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -3735,21 +3863,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load i32.const 3 i32.shr_s local.set $2 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.shr_s call $std/operator-overloading/Tester#constructor @@ -3763,18 +3891,17 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/sres local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 1 i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - global.get $std/operator-overloading/sres - local.tee $0 - i32.store $0 local.get $0 - i32.load $0 offset=4 + i32.store + local.get $0 + i32.load offset=4 i32.const 2 i32.eq else @@ -3797,7 +3924,7 @@ local.tee $0 global.get $std/operator-overloading/shu local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -3809,21 +3936,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load i32.const 3 i32.shr_u local.set $2 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.shr_u call $std/operator-overloading/Tester#constructor @@ -3837,18 +3964,17 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/ures local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 536870911 i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - global.get $std/operator-overloading/ures - local.tee $0 - i32.store $0 local.get $0 - i32.load $0 offset=4 + i32.store + local.get $0 + i32.load offset=4 i32.const 536870910 i32.eq else @@ -3871,7 +3997,7 @@ local.tee $0 global.get $std/operator-overloading/shl local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -3883,21 +4009,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load i32.const 3 i32.shl local.set $2 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.shl call $std/operator-overloading/Tester#constructor @@ -3911,18 +4037,17 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/sres local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 8 i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - global.get $std/operator-overloading/sres - local.tee $0 - i32.store $0 local.get $0 - i32.load $0 offset=4 + i32.store + local.get $0 + i32.load offset=4 i32.const 16 i32.eq else @@ -3945,7 +4070,7 @@ local.tee $0 global.get $std/operator-overloading/pos local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -3957,19 +4082,19 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load local.set $2 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 call $std/operator-overloading/Tester#constructor local.set $0 global.get $~lib/memory/__stack_pointer @@ -3981,34 +4106,31 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/pres local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.set $0 + i32.load + local.set $1 global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/pos - local.tee $1 - i32.store $0 - local.get $0 + local.tee $2 + i32.store local.get $1 - i32.load $0 + local.get $2 + i32.load i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.tee $0 - global.get $std/operator-overloading/pres - local.tee $1 - i32.store $0 - local.get $1 - i32.load $0 offset=4 - local.set $1 local.get $0 - global.get $std/operator-overloading/pos - local.tee $0 - i32.store $0 - local.get $1 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $0 + local.get $2 + i32.load offset=4 i32.eq else i32.const 0 @@ -4030,7 +4152,7 @@ local.tee $0 global.get $std/operator-overloading/neg local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -4042,22 +4164,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store i32.const 0 local.get $1 - i32.load $0 + i32.load i32.sub local.set $2 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.sub call $std/operator-overloading/Tester#constructor local.set $0 @@ -4070,37 +4192,34 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/nres local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.set $0 + i32.load + local.set $1 global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/neg - local.tee $1 - i32.store $0 - local.get $0 - i32.const 0 + local.tee $2 + i32.store local.get $1 - i32.load $0 + i32.const 0 + local.get $2 + i32.load i32.sub i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.tee $0 - global.get $std/operator-overloading/nres - local.tee $1 - i32.store $0 - local.get $1 - i32.load $0 offset=4 - local.set $1 local.get $0 - global.get $std/operator-overloading/neg - local.tee $0 - i32.store $0 - local.get $1 - i32.const 0 + i32.store + local.get $0 + i32.load offset=4 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store local.get $0 - i32.load $0 offset=4 + i32.const 0 + local.get $2 + i32.load offset=4 i32.sub i32.eq else @@ -4123,7 +4242,7 @@ local.tee $0 global.get $std/operator-overloading/not local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -4135,21 +4254,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load i32.const -1 i32.xor local.set $2 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 i32.xor call $std/operator-overloading/Tester#constructor @@ -4163,36 +4282,33 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/res local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.set $0 + i32.load + local.set $1 global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/not - local.tee $1 - i32.store $0 - local.get $0 + local.tee $2 + i32.store local.get $1 - i32.load $0 + local.get $2 + i32.load i32.const -1 i32.xor i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.tee $0 - global.get $std/operator-overloading/res - local.tee $1 - i32.store $0 - local.get $1 - i32.load $0 offset=4 - local.set $1 local.get $0 - global.get $std/operator-overloading/not - local.tee $0 - i32.store $0 - local.get $1 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $0 + local.get $2 + i32.load offset=4 i32.const -1 i32.xor i32.eq @@ -4216,7 +4332,7 @@ local.tee $0 global.get $std/operator-overloading/excl local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -4228,20 +4344,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load if (result i32) i32.const 1 else global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 + i32.load offset=4 end local.set $0 global.get $~lib/memory/__stack_pointer @@ -4254,19 +4370,19 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/excl local.tee $0 - i32.store $0 + i32.store global.get $std/operator-overloading/bres local.get $0 - i32.load $0 + i32.load if (result i32) i32.const 1 else global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/excl local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 end i32.eqz i32.ne @@ -4297,7 +4413,7 @@ local.tee $0 global.get $std/operator-overloading/incdec local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 8 i32.sub @@ -4309,31 +4425,31 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $1 - i32.load $0 + i32.load i32.const 1 i32.add - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 8 i32.add @@ -4343,18 +4459,17 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/incdec local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 1 i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - global.get $std/operator-overloading/incdec - local.tee $0 - i32.store $0 local.get $0 - i32.load $0 offset=4 + i32.store + local.get $0 + i32.load offset=4 i32.const 2 i32.eq else @@ -4373,7 +4488,7 @@ local.tee $0 global.get $std/operator-overloading/incdec local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 8 i32.sub @@ -4385,31 +4500,31 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $1 - i32.load $0 + i32.load i32.const 1 i32.sub - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.sub - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 8 i32.add @@ -4419,18 +4534,18 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/incdec local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load if (result i32) i32.const 0 else global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/incdec local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.eq end @@ -4451,10 +4566,10 @@ local.tee $0 global.get $std/operator-overloading/incdec local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -4466,21 +4581,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load i32.const 1 i32.add local.set $2 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.add call $std/operator-overloading/Tester#constructor @@ -4496,18 +4611,18 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/tmp local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load if (result i32) i32.const 0 else global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/tmp local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.eq end @@ -4521,20 +4636,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - global.get $std/operator-overloading/incdec local.tee $0 - i32.store $0 - local.get $0 - i32.load $0 + global.get $std/operator-overloading/incdec + local.tee $1 + i32.store + local.get $1 + i32.load i32.const 1 i32.eq if (result i32) - global.get $~lib/memory/__stack_pointer - global.get $std/operator-overloading/incdec - local.tee $0 - i32.store $0 local.get $0 - i32.load $0 offset=4 + local.get $1 + i32.store + local.get $1 + i32.load offset=4 i32.const 2 i32.eq else @@ -4553,10 +4668,10 @@ local.tee $0 global.get $std/operator-overloading/incdec local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -4568,21 +4683,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load i32.const 1 i32.sub local.set $2 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.sub call $std/operator-overloading/Tester#constructor @@ -4598,18 +4713,17 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/tmp local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 1 i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - global.get $std/operator-overloading/tmp - local.tee $0 - i32.store $0 local.get $0 - i32.load $0 offset=4 + i32.store + local.get $0 + i32.load offset=4 i32.const 2 i32.eq else @@ -4627,18 +4741,18 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/incdec local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load if (result i32) i32.const 0 else global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/incdec local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.eq end @@ -4659,24 +4773,24 @@ local.tee $0 global.get $std/operator-overloading/ais1 local.tee $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load i32.const 1 i32.add local.set $2 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.add call $std/operator-overloading/TesterInlineStatic#constructor @@ -4688,56 +4802,55 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/ais1 local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/ais2 local.tee $1 - i32.store $0 offset=24 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.load $0 + i32.load i32.add local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $2 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.add call $std/operator-overloading/TesterInlineStatic#constructor global.set $std/operator-overloading/ais global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/ais local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 4 i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - global.get $std/operator-overloading/ais - local.tee $0 - i32.store $0 local.get $0 - i32.load $0 offset=4 + i32.store + local.get $0 + i32.load offset=4 i32.const 6 i32.eq else @@ -4760,21 +4873,21 @@ local.tee $0 global.get $std/operator-overloading/aii1 local.tee $1 - i32.store $0 offset=28 + i32.store offset=28 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 + i32.load i32.const 1 i32.add local.set $2 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.add call $std/operator-overloading/TesterInlineInstance#constructor @@ -4786,56 +4899,55 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/aii1 local.tee $0 - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/aii2 local.tee $1 - i32.store $0 offset=36 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.load $0 + i32.load i32.add local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $2 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.add call $std/operator-overloading/TesterInlineInstance#constructor global.set $std/operator-overloading/aii global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/aii local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const 4 i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - global.get $std/operator-overloading/aii - local.tee $0 - i32.store $0 local.get $0 - i32.load $0 offset=4 + i32.store + local.get $0 + i32.load offset=4 i32.const 6 i32.eq else @@ -4861,25 +4973,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 7 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8 i32.add @@ -4889,10 +5001,10 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/tea local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1536 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1536 i32.const -1 @@ -4900,10 +5012,10 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/tea local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1568 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1568 i32.const -2 @@ -4911,9 +5023,9 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/tea local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load i32.const -1 i32.ne if @@ -4928,10 +5040,10 @@ local.tee $0 global.get $std/operator-overloading/tea local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1536 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1536 call $std/operator-overloading/TesterElementAccess#__get @@ -4948,9 +5060,9 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/tea local.tee $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.ne if @@ -4965,10 +5077,10 @@ local.tee $0 global.get $std/operator-overloading/tea local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1568 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1568 call $std/operator-overloading/TesterElementAccess#__get @@ -4986,16 +5098,16 @@ local.tee $0 global.get $std/operator-overloading/tea local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1536 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=40 + i32.store offset=40 local.get $0 i32.const 1536 - i32.store $0 offset=44 + i32.store offset=44 local.get $1 i32.const 1536 local.get $1 @@ -5007,17 +5119,17 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/tea local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1568 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/tea local.tee $1 - i32.store $0 offset=40 + i32.store offset=40 global.get $~lib/memory/__stack_pointer i32.const 1568 - i32.store $0 offset=44 + i32.store offset=44 local.get $0 i32.const 1568 local.get $1 @@ -5029,10 +5141,10 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/tea local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1536 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1536 call $std/operator-overloading/TesterElementAccess#__get @@ -5048,10 +5160,10 @@ local.tee $0 global.get $std/operator-overloading/tea local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1568 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1568 call $std/operator-overloading/TesterElementAccess#__get @@ -5078,151 +5190,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - (local $1 i32) - (local $2 i32) - (local $3 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $1 - global.get $~lib/rt/itcms/iter - i32.eq - if - local.get $1 - i32.load $0 offset=8 - local.tee $0 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end - local.get $0 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $1 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $0 - i32.eqz - if - local.get $1 - i32.load $0 offset=8 - i32.eqz - local.get $1 - i32.const 34388 - i32.lt_u - i32.and - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 128 - i32.const 18 - call $~lib/builtins/abort - unreachable - end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $1 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable - end - local.get $0 - local.get $2 - i32.store $0 offset=8 - local.get $2 - local.get $0 - local.get $2 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $1 - i32.load $0 offset=12 - local.tee $0 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $0 - i32.const 1584 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end - local.get $0 - i32.const 2 - i32.shl - i32.const 1588 - i32.add - i32.load $0 - i32.const 32 - i32.and - end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $0 - local.get $1 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $1 - local.get $0 - i32.store $0 offset=8 - local.get $0 - local.get $1 - local.get $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $1 - i32.store $0 offset=8 - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/std/pointer.debug.wat b/tests/compiler/std/pointer.debug.wat index ece8f00b3b..9381398907 100644 --- a/tests/compiler/std/pointer.debug.wat +++ b/tests/compiler/std/pointer.debug.wat @@ -1,8 +1,8 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func)) + (type $3 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $std/pointer/one (mut i32) (i32.const 0)) (global $std/pointer/two (mut i32) (i32.const 0)) @@ -22,20 +22,20 @@ (func $std/pointer/Entry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store $0 + i32.store ) (func $std/pointer/Entry#set:val (param $this i32) (param $val i32) local.get $this local.get $val - i32.store $0 offset=4 + i32.store offset=4 ) (func $std/pointer/Entry#get:key (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $std/pointer/Entry#get:val (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $start:std/pointer (local $this i32) @@ -435,12 +435,12 @@ local.get $this|26 i32.const 0 i32.const 8 - memory.fill $0 + memory.fill else local.get $this|26 local.get $value i32.const 8 - memory.copy $0 $0 + memory.copy end block $std/pointer/Pointer#get:offset|inlined.8 (result i32) global.get $std/pointer/one @@ -525,7 +525,7 @@ i32.mul i32.add local.get $value|36 - f32.store $0 + f32.store global.get $std/pointer/buf local.set $this|37 i32.const 1 @@ -538,7 +538,7 @@ i32.mul i32.add local.get $value|39 - f32.store $0 + f32.store block $std/pointer/Pointer#get|inlined.0 (result f32) global.get $std/pointer/buf local.set $this|40 @@ -549,7 +549,7 @@ i32.const 4 i32.mul i32.add - f32.load $0 + f32.load br $std/pointer/Pointer#get|inlined.0 end f32.const 1.100000023841858 @@ -573,7 +573,7 @@ i32.const 4 i32.mul i32.add - f32.load $0 + f32.load br $std/pointer/Pointer#get|inlined.1 end f32.const 1.2000000476837158 @@ -597,7 +597,7 @@ i32.const 4 i32.mul i32.add - f32.load $0 + f32.load br $std/pointer/Pointer#get|inlined.2 end f32.const 1.100000023841858 @@ -621,7 +621,7 @@ i32.const 4 i32.mul i32.add - f32.load $0 + f32.load br $std/pointer/Pointer#get|inlined.3 end f32.const 1.2000000476837158 @@ -636,7 +636,7 @@ unreachable end i32.const 0 - f32.load $0 + f32.load f32.const 1.100000023841858 f32.eq i32.eqz @@ -649,7 +649,7 @@ unreachable end i32.const 4 - f32.load $0 + f32.load f32.const 1.2000000476837158 f32.eq i32.eqz @@ -673,7 +673,7 @@ i32.mul i32.add local.get $value|50 - f32.store $0 + f32.store block $std/pointer/Pointer#get|inlined.4 (result f32) global.get $std/pointer/buf local.set $this|51 @@ -684,7 +684,7 @@ i32.const 4 i32.mul i32.add - f32.load $0 + f32.load br $std/pointer/Pointer#get|inlined.4 end f32.const 1.2999999523162842 @@ -708,7 +708,7 @@ i32.const 4 i32.mul i32.add - f32.load $0 + f32.load br $std/pointer/Pointer#get|inlined.5 end f32.const 1.2999999523162842 @@ -723,7 +723,7 @@ unreachable end i32.const 8 - f32.load $0 + f32.load f32.const 1.2999999523162842 f32.eq i32.eqz @@ -743,14 +743,14 @@ drop local.get $this|55 local.get $value|56 - f32.store $0 + f32.store block $std/pointer/Pointer#get:value|inlined.0 (result f32) global.get $std/pointer/buf local.set $this|57 i32.const 0 drop local.get $this|57 - f32.load $0 + f32.load br $std/pointer/Pointer#get:value|inlined.0 end f32.const 1.399999976158142 @@ -765,7 +765,7 @@ unreachable end i32.const 0 - f32.load $0 + f32.load f32.const 1.399999976158142 f32.eq i32.eqz diff --git a/tests/compiler/std/pointer.release.wat b/tests/compiler/std/pointer.release.wat index 4ec0ec054f..ab1426b762 100644 --- a/tests/compiler/std/pointer.release.wat +++ b/tests/compiler/std/pointer.release.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $std/pointer/one (mut i32) (i32.const 0)) (global $std/pointer/two (mut i32) (i32.const 0)) @@ -21,12 +21,12 @@ global.set $std/pointer/two i32.const 8 i32.const 1 - i32.store $0 + i32.store i32.const 12 i32.const 2 - i32.store $0 + i32.store i32.const 8 - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -38,7 +38,7 @@ unreachable end global.get $std/pointer/one - i32.load $0 offset=4 + i32.load offset=4 i32.const 2 i32.ne if @@ -150,7 +150,7 @@ unreachable end global.get $std/pointer/two - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -162,7 +162,7 @@ unreachable end global.get $std/pointer/two - i32.load $0 offset=4 + i32.load offset=4 i32.const 2 i32.ne if @@ -180,12 +180,12 @@ if local.get $0 local.get $1 - i64.load $0 align=1 - i64.store $0 align=1 + i64.load align=1 + i64.store align=1 else local.get $0 i64.const 0 - i64.store $0 align=1 + i64.store align=1 end global.get $std/pointer/one global.get $std/pointer/two @@ -199,7 +199,7 @@ unreachable end global.get $std/pointer/one - i32.load $0 + i32.load i32.const 1 i32.ne if @@ -211,7 +211,7 @@ unreachable end global.get $std/pointer/one - i32.load $0 offset=4 + i32.load offset=4 i32.const 2 i32.ne if @@ -224,12 +224,12 @@ end i32.const 0 f32.const 1.100000023841858 - f32.store $0 + f32.store i32.const 4 f32.const 1.2000000476837158 - f32.store $0 + f32.store i32.const 0 - f32.load $0 + f32.load f32.const 1.100000023841858 f32.ne if @@ -241,7 +241,7 @@ unreachable end i32.const 4 - f32.load $0 + f32.load f32.const 1.2000000476837158 f32.ne if @@ -253,7 +253,7 @@ unreachable end i32.const 0 - f32.load $0 + f32.load f32.const 1.100000023841858 f32.ne if @@ -265,7 +265,7 @@ unreachable end i32.const 4 - f32.load $0 + f32.load f32.const 1.2000000476837158 f32.ne if @@ -277,7 +277,7 @@ unreachable end i32.const 0 - f32.load $0 + f32.load f32.const 1.100000023841858 f32.ne if @@ -289,7 +289,7 @@ unreachable end i32.const 4 - f32.load $0 + f32.load f32.const 1.2000000476837158 f32.ne if @@ -302,9 +302,9 @@ end i32.const 8 f32.const 1.2999999523162842 - f32.store $0 + f32.store i32.const 8 - f32.load $0 + f32.load f32.const 1.2999999523162842 f32.ne if @@ -316,7 +316,7 @@ unreachable end i32.const 8 - f32.load $0 + f32.load f32.const 1.2999999523162842 f32.ne if @@ -328,7 +328,7 @@ unreachable end i32.const 8 - f32.load $0 + f32.load f32.const 1.2999999523162842 f32.ne if @@ -341,9 +341,9 @@ end i32.const 0 f32.const 1.399999976158142 - f32.store $0 + f32.store i32.const 0 - f32.load $0 + f32.load f32.const 1.399999976158142 f32.ne if @@ -355,7 +355,7 @@ unreachable end i32.const 0 - f32.load $0 + f32.load f32.const 1.399999976158142 f32.ne if diff --git a/tests/compiler/std/set.debug.wat b/tests/compiler/std/set.debug.wat index 0bba1a96ff..2b9cc560d4 100644 --- a/tests/compiler/std/set.debug.wat +++ b/tests/compiler/std/set.debug.wat @@ -1,35 +1,35 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i64_=>_i32 (func (param i32 i64) (result i32))) - (type $i32_f32_=>_i32 (func (param i32 f32) (result i32))) - (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i64_=>_i32 (func (param i64) (result i32))) - (type $i32_=>_i64 (func (param i32) (result i64))) - (type $i32_i64_=>_none (func (param i32 i64))) - (type $i32_i64_i32_=>_i32 (func (param i32 i64 i32) (result i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_i32_=>_i64 (func (param i32 i32) (result i64))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $f32_=>_i32 (func (param f32) (result i32))) - (type $i32_=>_f32 (func (param i32) (result f32))) - (type $i32_f32_=>_none (func (param i32 f32))) - (type $f64_=>_i32 (func (param f64) (result i32))) - (type $i32_=>_f64 (func (param i32) (result f64))) - (type $i32_f64_=>_none (func (param i32 f64))) - (type $i32_f32_i32_=>_i32 (func (param i32 f32 i32) (result i32))) - (type $i32_i32_f32_=>_none (func (param i32 i32 f32))) - (type $i32_i32_=>_f32 (func (param i32 i32) (result f32))) - (type $i32_f64_i32_=>_i32 (func (param i32 f64 i32) (result i32))) - (type $i32_i32_f64_=>_none (func (param i32 i32 f64))) - (type $i32_i32_=>_f64 (func (param i32 i32) (result f64))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32) (result i32))) + (type $7 (func (param i32 i64) (result i32))) + (type $8 (func (param i32 f32) (result i32))) + (type $9 (func (param i32 f64) (result i32))) + (type $10 (func (param i32 i32 i32 i32))) + (type $11 (func (param i64) (result i32))) + (type $12 (func (param i32) (result i64))) + (type $13 (func (param i32 i64))) + (type $14 (func (param i32 i64 i32) (result i32))) + (type $15 (func (param i32 i32 i64))) + (type $16 (func (param i32 i32) (result i64))) + (type $17 (func (param i32 i32 i64) (result i32))) + (type $18 (func (result i32))) + (type $19 (func (param f32) (result i32))) + (type $20 (func (param i32) (result f32))) + (type $21 (func (param i32 f32))) + (type $22 (func (param f64) (result i32))) + (type $23 (func (param i32) (result f64))) + (type $24 (func (param i32 f64))) + (type $25 (func (param i32 f32 i32) (result i32))) + (type $26 (func (param i32 i32 f32))) + (type $27 (func (param i32 i32) (result f32))) + (type $28 (func (param i32 f64 i32) (result i32))) + (type $29 (func (param i32 i32 f64))) + (type $30 (func (param i32 i32) (result f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -71,12 +71,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -90,7 +90,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -164,7 +164,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -234,11 +234,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -246,7 +246,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -378,7 +378,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -391,7 +391,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -407,34 +407,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -594,7 +594,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -617,7 +617,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -631,7 +631,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -654,7 +654,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -797,7 +797,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -883,7 +883,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -963,7 +963,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -997,7 +997,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1020,7 +1020,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1034,7 +1034,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1086,7 +1086,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1124,7 +1124,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1199,7 +1198,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1233,7 +1232,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1254,7 +1253,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1274,7 +1273,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1294,7 +1293,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1320,7 +1319,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1343,7 +1342,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1828,7 +1827,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1873,7 +1872,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1906,7 +1905,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1929,7 +1928,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1955,7 +1954,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1968,7 +1967,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1995,19 +1994,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2209,12 +2208,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2265,7 +2264,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2340,7 +2339,7 @@ (func $~lib/set/Set#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -2349,12 +2348,12 @@ (func $~lib/set/Set#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/set/Set#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -2363,17 +2362,17 @@ (func $~lib/set/Set#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/set/Set#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/set/Set#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key i32) (result i32) (local $key|1 i32) @@ -2446,50 +2445,50 @@ ) (func $~lib/set/Set#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/set/Set#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/SetEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/SetEntry#get:key (param $this i32) (result i32) local.get $this - i32.load8_s $0 + i32.load8_s ) (func $~lib/set/Set#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/set/Set#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/set/Set#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/set/Set#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/set/SetEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store8 $0 + i32.store8 ) (func $~lib/set/SetEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2498,33 +2497,33 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) (local $oldObj i32) @@ -2568,18 +2567,18 @@ local.get $5 i32.lt_u select - memory.copy $0 $0 + memory.copy local.get $newPtr return ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/Set#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -2588,12 +2587,12 @@ (func $~lib/set/Set#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/set/Set#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -2602,17 +2601,17 @@ (func $~lib/set/Set#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/set/Set#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/set/Set#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key i32) (result i32) (local $key|1 i32) @@ -2686,50 +2685,50 @@ ) (func $~lib/set/Set#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/set/Set#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/SetEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/SetEntry#get:key (param $this i32) (result i32) local.get $this - i32.load8_u $0 + i32.load8_u ) (func $~lib/set/Set#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/set/Set#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/set/Set#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/set/Set#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/set/SetEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store8 $0 + i32.store8 ) (func $~lib/set/SetEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2738,30 +2737,30 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/Set#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -2770,12 +2769,12 @@ (func $~lib/set/Set#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/set/Set#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -2784,17 +2783,17 @@ (func $~lib/set/Set#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/set/Set#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/set/Set#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key i32) (result i32) (local $key|1 i32) @@ -2867,50 +2866,50 @@ ) (func $~lib/set/Set#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/set/Set#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/SetEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/SetEntry#get:key (param $this i32) (result i32) local.get $this - i32.load16_s $0 + i32.load16_s ) (func $~lib/set/Set#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/set/Set#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/set/Set#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/set/Set#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/set/SetEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store16 $0 + i32.store16 ) (func $~lib/set/SetEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2919,30 +2918,30 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/Set#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -2951,12 +2950,12 @@ (func $~lib/set/Set#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/set/Set#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -2965,17 +2964,17 @@ (func $~lib/set/Set#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/set/Set#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/set/Set#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key i32) (result i32) (local $key|1 i32) @@ -3049,50 +3048,50 @@ ) (func $~lib/set/Set#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/set/Set#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/SetEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/SetEntry#get:key (param $this i32) (result i32) local.get $this - i32.load16_u $0 + i32.load16_u ) (func $~lib/set/Set#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/set/Set#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/set/Set#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/set/Set#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/set/SetEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store16 $0 + i32.store16 ) (func $~lib/set/SetEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -3101,30 +3100,30 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/Set#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -3133,12 +3132,12 @@ (func $~lib/set/Set#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/set/Set#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -3147,17 +3146,17 @@ (func $~lib/set/Set#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/set/Set#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/set/Set#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key i32) (result i32) (local $key|1 i32) @@ -3229,50 +3228,50 @@ ) (func $~lib/set/Set#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/set/Set#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/SetEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/SetEntry#get:key (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/set/Set#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/set/Set#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/set/Set#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/set/Set#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/set/SetEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store $0 + i32.store ) (func $~lib/set/SetEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -3281,30 +3280,30 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/Set#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -3313,12 +3312,12 @@ (func $~lib/set/Set#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/set/Set#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -3327,17 +3326,17 @@ (func $~lib/set/Set#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/set/Set#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/set/Set#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key i32) (result i32) (local $key|1 i32) @@ -3409,50 +3408,50 @@ ) (func $~lib/set/Set#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/set/Set#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/SetEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/SetEntry#get:key (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/set/Set#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/set/Set#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/set/Set#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/set/Set#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/set/SetEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store $0 + i32.store ) (func $~lib/set/SetEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -3461,30 +3460,30 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/Set#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -3493,12 +3492,12 @@ (func $~lib/set/Set#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/set/Set#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -3507,17 +3506,17 @@ (func $~lib/set/Set#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/set/Set#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/set/Set#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key i64) (result i32) (local $key|1 i64) @@ -3606,50 +3605,50 @@ ) (func $~lib/set/Set#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/set/Set#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/SetEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/set/SetEntry#get:key (param $this i32) (result i64) local.get $this - i64.load $0 + i64.load ) (func $~lib/set/Set#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/set/Set#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/set/Set#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/set/Set#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/set/SetEntry#set:key (param $this i32) (param $key i64) local.get $this local.get $key - i64.store $0 + i64.store ) (func $~lib/set/SetEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -3658,30 +3657,30 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/Set#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -3690,12 +3689,12 @@ (func $~lib/set/Set#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/set/Set#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -3704,17 +3703,17 @@ (func $~lib/set/Set#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/set/Set#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/set/Set#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key i64) (result i32) (local $key|1 i64) @@ -3803,50 +3802,50 @@ ) (func $~lib/set/Set#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/set/Set#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/SetEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/set/SetEntry#get:key (param $this i32) (result i64) local.get $this - i64.load $0 + i64.load ) (func $~lib/set/Set#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/set/Set#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/set/Set#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/set/Set#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/set/SetEntry#set:key (param $this i32) (param $key i64) local.get $this local.get $key - i64.store $0 + i64.store ) (func $~lib/set/SetEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -3855,30 +3854,30 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/Set#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -3887,12 +3886,12 @@ (func $~lib/set/Set#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/set/Set#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -3901,17 +3900,17 @@ (func $~lib/set/Set#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/set/Set#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/set/Set#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key f32) (result i32) (local $key|1 i32) @@ -3984,50 +3983,50 @@ ) (func $~lib/set/Set#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/set/Set#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/SetEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/SetEntry#get:key (param $this i32) (result f32) local.get $this - f32.load $0 + f32.load ) (func $~lib/set/Set#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/set/Set#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/set/Set#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/set/Set#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/set/SetEntry#set:key (param $this i32) (param $key f32) local.get $this local.get $key - f32.store $0 + f32.store ) (func $~lib/set/SetEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -4036,30 +4035,30 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/Set#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -4068,12 +4067,12 @@ (func $~lib/set/Set#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/set/Set#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -4082,17 +4081,17 @@ (func $~lib/set/Set#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/set/Set#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/set/Set#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key f64) (result i32) (local $key|1 i64) @@ -4182,50 +4181,50 @@ ) (func $~lib/set/Set#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/set/Set#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/set/SetEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/set/SetEntry#get:key (param $this i32) (result f64) local.get $this - f64.load $0 + f64.load ) (func $~lib/set/Set#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/set/Set#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/set/Set#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/set/Set#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/set/SetEntry#set:key (param $this i32) (param $key f64) local.get $this local.get $key - f64.store $0 + f64.store ) (func $~lib/set/SetEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -4234,25 +4233,25 @@ (func $~lib/array/Array#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/array/Array#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/__collect i32.const 0 @@ -4301,7 +4300,7 @@ drop ) (func $start:std/set - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -4348,7 +4347,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -4357,7 +4356,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/set/Set~visit (param $0 i32) (param $1 i32) local.get $0 @@ -4369,7 +4367,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -4389,7 +4387,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -4409,7 +4407,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -4429,7 +4427,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -4449,7 +4447,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -4469,7 +4467,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -4489,7 +4487,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -4509,7 +4507,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -4529,7 +4527,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -4549,7 +4547,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -4588,7 +4586,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/set/Set $~lib/array/Array $~lib/set/Set $~lib/array/Array $~lib/set/Set $~lib/array/Array $~lib/set/Set $~lib/array/Array $~lib/set/Set $~lib/array/Array $~lib/set/Set $~lib/array/Array $~lib/set/Set $~lib/array/Array $~lib/set/Set $~lib/array/Array $~lib/set/Set $~lib/array/Array $~lib/set/Set $~lib/array/Array $invalid end return @@ -4729,10 +4727,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -4741,13 +4739,13 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -4757,14 +4755,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -4774,7 +4772,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -4787,14 +4785,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -4802,7 +4800,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -4810,7 +4808,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -4833,12 +4831,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:buckets local.get $hashCode @@ -4846,14 +4844,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -4912,12 +4910,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -4954,10 +4952,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -4969,7 +4967,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -4986,12 +4984,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entries local.set $oldPtr @@ -5000,7 +4998,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entriesOffset block $~lib/set/ENTRY_SIZE|inlined.2 (result i32) @@ -5046,11 +5044,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/set/ENTRY_SIZE|inlined.3 (result i32) i32.const 8 @@ -5073,20 +5071,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/set/Set#set:bucketsMask @@ -5094,20 +5092,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/set/Set#set:entriesCapacity @@ -5115,13 +5113,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#get:entriesCount call $~lib/set/Set#set:entriesOffset @@ -5143,7 +5141,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -5151,7 +5149,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $hashCode @@ -5164,14 +5162,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesOffset local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.eq @@ -5180,20 +5178,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -5206,7 +5204,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask else @@ -5214,7 +5212,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -5228,20 +5226,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entries local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesOffset local.tee $4 @@ -5265,13 +5263,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -5281,7 +5279,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:buckets local.get $hashCode @@ -5289,7 +5287,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.and @@ -5299,11 +5297,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $6 @@ -5323,12 +5321,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/set/Set#get:entriesCount local.set $1 @@ -5352,10 +5350,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -5364,13 +5362,13 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -5378,7 +5376,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -5386,7 +5384,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -5394,7 +5392,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -5427,7 +5425,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -5436,20 +5434,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -5457,7 +5455,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -5465,7 +5463,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -5496,12 +5494,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $oldCapacity @@ -5528,7 +5526,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $oldData @@ -5578,10 +5576,10 @@ if local.get $array local.get $newData - i32.store $0 + i32.store local.get $array local.get $newData - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $newData i32.const 0 @@ -5589,7 +5587,7 @@ end local.get $array local.get $newCapacity - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -5605,13 +5603,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -5638,7 +5636,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -5649,7 +5647,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -5657,7 +5655,7 @@ i32.shl i32.add local.get $value - i32.store8 $0 + i32.store8 i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -5674,7 +5672,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 0 @@ -5684,7 +5682,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -5709,12 +5707,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entries local.set $start @@ -5722,7 +5720,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entriesOffset local.set $size @@ -5731,7 +5729,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -5760,7 +5758,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -5783,7 +5781,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -5805,12 +5803,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -5831,13 +5829,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -5853,14 +5851,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value i32.const 0 drop @@ -5886,12 +5884,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -5920,13 +5918,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -5936,7 +5934,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -5951,7 +5949,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.tee $5 @@ -5965,14 +5963,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -5988,7 +5986,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/set/Set#rehash @@ -6011,12 +6009,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -6026,14 +6024,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -6043,7 +6041,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -6056,14 +6054,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -6071,7 +6069,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -6079,7 +6077,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -6106,12 +6104,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $set - i32.store $0 + i32.store i32.const 0 local.set $k loop $for-loop|0 @@ -6123,7 +6121,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -6141,7 +6139,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#add @@ -6150,7 +6148,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -6174,7 +6172,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -6199,7 +6197,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -6216,7 +6214,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#add @@ -6225,7 +6223,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -6249,7 +6247,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -6268,16 +6266,16 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#values local.tee $vals - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $valSet - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $index loop $for-loop|2 @@ -6286,7 +6284,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#get:length i32.lt_s @@ -6295,13 +6293,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -6319,13 +6317,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -6342,14 +6340,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.eq @@ -6373,7 +6371,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -6390,7 +6388,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#delete @@ -6399,7 +6397,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -6424,7 +6422,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -6449,7 +6447,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -6467,7 +6465,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#add @@ -6476,7 +6474,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -6493,7 +6491,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#delete @@ -6502,7 +6500,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -6527,7 +6525,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -6545,14 +6543,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#clear local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 0 @@ -6580,10 +6578,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -6592,13 +6590,13 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -6608,14 +6606,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -6625,7 +6623,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -6638,14 +6636,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -6653,7 +6651,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -6661,7 +6659,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -6684,12 +6682,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:buckets local.get $hashCode @@ -6697,14 +6695,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -6765,12 +6763,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -6807,10 +6805,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -6822,7 +6820,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -6839,12 +6837,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entries local.set $oldPtr @@ -6853,7 +6851,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entriesOffset block $~lib/set/ENTRY_SIZE|inlined.2 (result i32) @@ -6899,11 +6897,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/set/ENTRY_SIZE|inlined.3 (result i32) i32.const 8 @@ -6926,20 +6924,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/set/Set#set:bucketsMask @@ -6947,20 +6945,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/set/Set#set:entriesCapacity @@ -6968,13 +6966,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#get:entriesCount call $~lib/set/Set#set:entriesOffset @@ -6996,7 +6994,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -7004,7 +7002,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $hashCode @@ -7017,14 +7015,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesOffset local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.eq @@ -7033,20 +7031,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -7059,7 +7057,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask else @@ -7067,7 +7065,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -7081,20 +7079,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entries local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesOffset local.tee $4 @@ -7118,13 +7116,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -7134,7 +7132,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:buckets local.get $hashCode @@ -7142,7 +7140,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.and @@ -7152,11 +7150,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $6 @@ -7176,12 +7174,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/set/Set#get:entriesCount local.set $1 @@ -7205,10 +7203,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -7217,13 +7215,13 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -7231,7 +7229,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -7239,7 +7237,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -7247,7 +7245,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -7280,7 +7278,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -7289,20 +7287,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -7310,7 +7308,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -7318,7 +7316,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -7339,13 +7337,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -7372,7 +7370,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -7383,7 +7381,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -7391,7 +7389,7 @@ i32.shl i32.add local.get $value - i32.store8 $0 + i32.store8 i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -7408,7 +7406,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 0 @@ -7418,7 +7416,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -7443,12 +7441,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entries local.set $start @@ -7456,7 +7454,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entriesOffset local.set $size @@ -7465,7 +7463,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -7494,7 +7492,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -7517,7 +7515,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -7539,12 +7537,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -7565,13 +7563,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -7587,14 +7585,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $value i32.const 0 drop @@ -7620,12 +7618,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -7654,13 +7652,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -7670,7 +7668,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -7685,7 +7683,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.tee $5 @@ -7699,14 +7697,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -7722,7 +7720,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/set/Set#rehash @@ -7745,12 +7743,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -7760,14 +7758,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -7777,7 +7775,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -7790,14 +7788,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -7805,7 +7803,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -7813,7 +7811,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -7840,12 +7838,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $set - i32.store $0 + i32.store i32.const 0 local.set $k loop $for-loop|0 @@ -7857,7 +7855,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -7875,7 +7873,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#add @@ -7884,7 +7882,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -7908,7 +7906,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -7933,7 +7931,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -7950,7 +7948,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#add @@ -7959,7 +7957,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -7983,7 +7981,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -8002,16 +8000,16 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#values local.tee $vals - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $valSet - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $index loop $for-loop|2 @@ -8020,7 +8018,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#get:length i32.lt_s @@ -8029,13 +8027,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -8053,13 +8051,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -8076,14 +8074,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.eq @@ -8107,7 +8105,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -8124,7 +8122,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#delete @@ -8133,7 +8131,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -8158,7 +8156,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -8183,7 +8181,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -8201,7 +8199,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#add @@ -8210,7 +8208,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -8227,7 +8225,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#delete @@ -8236,7 +8234,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -8261,7 +8259,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -8279,14 +8277,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#clear local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 0 @@ -8314,10 +8312,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -8326,13 +8324,13 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -8342,14 +8340,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -8359,7 +8357,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -8372,14 +8370,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -8387,7 +8385,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -8395,7 +8393,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -8418,12 +8416,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:buckets local.get $hashCode @@ -8431,14 +8429,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -8497,12 +8495,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -8539,10 +8537,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -8554,7 +8552,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -8571,12 +8569,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entries local.set $oldPtr @@ -8585,7 +8583,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entriesOffset block $~lib/set/ENTRY_SIZE|inlined.2 (result i32) @@ -8631,11 +8629,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/set/ENTRY_SIZE|inlined.3 (result i32) i32.const 8 @@ -8658,20 +8656,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/set/Set#set:bucketsMask @@ -8679,20 +8677,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/set/Set#set:entriesCapacity @@ -8700,13 +8698,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#get:entriesCount call $~lib/set/Set#set:entriesOffset @@ -8728,7 +8726,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -8736,7 +8734,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $hashCode @@ -8749,14 +8747,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesOffset local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.eq @@ -8765,20 +8763,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -8791,7 +8789,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask else @@ -8799,7 +8797,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -8813,20 +8811,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entries local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesOffset local.tee $4 @@ -8850,13 +8848,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -8866,7 +8864,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:buckets local.get $hashCode @@ -8874,7 +8872,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.and @@ -8884,11 +8882,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $6 @@ -8908,12 +8906,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/set/Set#get:entriesCount local.set $1 @@ -8937,10 +8935,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -8949,13 +8947,13 @@ i32.const 9 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -8963,7 +8961,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -8971,7 +8969,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -8979,7 +8977,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -9012,7 +9010,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -9021,20 +9019,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -9042,7 +9040,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -9050,7 +9048,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -9071,13 +9069,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -9104,7 +9102,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -9115,7 +9113,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -9123,7 +9121,7 @@ i32.shl i32.add local.get $value - i32.store16 $0 + i32.store16 i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -9140,7 +9138,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 1 @@ -9150,7 +9148,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -9175,12 +9173,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entries local.set $start @@ -9188,7 +9186,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entriesOffset local.set $size @@ -9197,7 +9195,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -9226,7 +9224,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -9249,7 +9247,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -9271,12 +9269,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -9297,13 +9295,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -9319,14 +9317,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $value i32.const 0 drop @@ -9352,12 +9350,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -9386,13 +9384,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -9402,7 +9400,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -9417,7 +9415,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.tee $5 @@ -9431,14 +9429,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -9454,7 +9452,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/set/Set#rehash @@ -9477,12 +9475,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -9492,14 +9490,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -9509,7 +9507,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -9522,14 +9520,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -9537,7 +9535,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -9545,7 +9543,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -9572,12 +9570,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $set - i32.store $0 + i32.store i32.const 0 local.set $k loop $for-loop|0 @@ -9589,7 +9587,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -9607,7 +9605,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#add @@ -9616,7 +9614,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -9640,7 +9638,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -9665,7 +9663,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -9682,7 +9680,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#add @@ -9691,7 +9689,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -9715,7 +9713,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -9734,16 +9732,16 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#values local.tee $vals - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $valSet - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $index loop $for-loop|2 @@ -9752,7 +9750,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#get:length i32.lt_s @@ -9761,13 +9759,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -9785,13 +9783,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -9808,14 +9806,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.eq @@ -9839,7 +9837,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -9856,7 +9854,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#delete @@ -9865,7 +9863,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -9890,7 +9888,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -9915,7 +9913,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -9933,7 +9931,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#add @@ -9942,7 +9940,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -9959,7 +9957,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#delete @@ -9968,7 +9966,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -9993,7 +9991,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -10011,14 +10009,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#clear local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 0 @@ -10046,10 +10044,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -10058,13 +10056,13 @@ i32.const 10 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -10074,14 +10072,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -10091,7 +10089,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -10104,14 +10102,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -10119,7 +10117,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -10127,7 +10125,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -10150,12 +10148,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:buckets local.get $hashCode @@ -10163,14 +10161,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -10231,12 +10229,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -10273,10 +10271,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -10288,7 +10286,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -10305,12 +10303,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entries local.set $oldPtr @@ -10319,7 +10317,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entriesOffset block $~lib/set/ENTRY_SIZE|inlined.2 (result i32) @@ -10365,11 +10363,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/set/ENTRY_SIZE|inlined.3 (result i32) i32.const 8 @@ -10392,20 +10390,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/set/Set#set:bucketsMask @@ -10413,20 +10411,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/set/Set#set:entriesCapacity @@ -10434,13 +10432,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#get:entriesCount call $~lib/set/Set#set:entriesOffset @@ -10462,7 +10460,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -10470,7 +10468,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $hashCode @@ -10483,14 +10481,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesOffset local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.eq @@ -10499,20 +10497,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -10525,7 +10523,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask else @@ -10533,7 +10531,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -10547,20 +10545,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entries local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesOffset local.tee $4 @@ -10584,13 +10582,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -10600,7 +10598,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:buckets local.get $hashCode @@ -10608,7 +10606,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.and @@ -10618,11 +10616,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $6 @@ -10642,12 +10640,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/set/Set#get:entriesCount local.set $1 @@ -10671,10 +10669,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -10683,13 +10681,13 @@ i32.const 11 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -10697,7 +10695,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -10705,7 +10703,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -10713,7 +10711,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -10746,7 +10744,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -10755,20 +10753,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -10776,7 +10774,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -10784,7 +10782,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -10805,13 +10803,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -10838,7 +10836,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -10849,7 +10847,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -10857,7 +10855,7 @@ i32.shl i32.add local.get $value - i32.store16 $0 + i32.store16 i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -10874,7 +10872,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 1 @@ -10884,7 +10882,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -10909,12 +10907,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entries local.set $start @@ -10922,7 +10920,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entriesOffset local.set $size @@ -10931,7 +10929,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -10960,7 +10958,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -10983,7 +10981,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -11005,12 +11003,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -11031,13 +11029,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -11053,14 +11051,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $value i32.const 0 drop @@ -11086,12 +11084,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -11120,13 +11118,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -11136,7 +11134,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -11151,7 +11149,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.tee $5 @@ -11165,14 +11163,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -11188,7 +11186,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/set/Set#rehash @@ -11211,12 +11209,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -11226,14 +11224,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -11243,7 +11241,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -11256,14 +11254,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -11271,7 +11269,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -11279,7 +11277,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -11306,12 +11304,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $set - i32.store $0 + i32.store i32.const 0 local.set $k loop $for-loop|0 @@ -11323,7 +11321,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -11341,7 +11339,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#add @@ -11350,7 +11348,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -11374,7 +11372,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -11399,7 +11397,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -11416,7 +11414,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#add @@ -11425,7 +11423,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -11449,7 +11447,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -11468,16 +11466,16 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#values local.tee $vals - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $valSet - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $index loop $for-loop|2 @@ -11486,7 +11484,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#get:length i32.lt_s @@ -11495,13 +11493,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -11519,13 +11517,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -11542,14 +11540,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.eq @@ -11573,7 +11571,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -11590,7 +11588,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#delete @@ -11599,7 +11597,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -11624,7 +11622,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -11649,7 +11647,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -11667,7 +11665,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#add @@ -11676,7 +11674,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -11693,7 +11691,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#delete @@ -11702,7 +11700,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -11727,7 +11725,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -11745,14 +11743,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#clear local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 0 @@ -11780,10 +11778,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -11792,13 +11790,13 @@ i32.const 12 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -11808,14 +11806,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -11825,7 +11823,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -11838,14 +11836,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -11853,7 +11851,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -11861,7 +11859,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -11884,12 +11882,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:buckets local.get $hashCode @@ -11897,14 +11895,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -11961,12 +11959,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -12003,10 +12001,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -12018,7 +12016,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -12035,12 +12033,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entries local.set $oldPtr @@ -12049,7 +12047,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entriesOffset block $~lib/set/ENTRY_SIZE|inlined.2 (result i32) @@ -12095,11 +12093,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/set/ENTRY_SIZE|inlined.3 (result i32) i32.const 8 @@ -12122,20 +12120,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/set/Set#set:bucketsMask @@ -12143,20 +12141,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/set/Set#set:entriesCapacity @@ -12164,13 +12162,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#get:entriesCount call $~lib/set/Set#set:entriesOffset @@ -12192,7 +12190,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -12200,7 +12198,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $hashCode @@ -12213,14 +12211,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesOffset local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.eq @@ -12229,20 +12227,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -12255,7 +12253,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask else @@ -12263,7 +12261,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -12277,20 +12275,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entries local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesOffset local.tee $4 @@ -12314,13 +12312,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -12330,7 +12328,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:buckets local.get $hashCode @@ -12338,7 +12336,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.and @@ -12348,11 +12346,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $6 @@ -12372,12 +12370,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/set/Set#get:entriesCount local.set $1 @@ -12401,10 +12399,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -12413,13 +12411,13 @@ i32.const 13 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -12427,7 +12425,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -12435,7 +12433,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -12443,7 +12441,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -12476,7 +12474,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -12485,20 +12483,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -12506,7 +12504,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -12514,7 +12512,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -12535,13 +12533,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -12568,7 +12566,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -12579,7 +12577,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -12587,7 +12585,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -12604,7 +12602,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 2 @@ -12614,7 +12612,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -12639,12 +12637,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entries local.set $start @@ -12652,7 +12650,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entriesOffset local.set $size @@ -12661,7 +12659,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -12690,7 +12688,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -12713,7 +12711,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -12735,12 +12733,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -12761,13 +12759,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -12783,14 +12781,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -12816,12 +12814,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -12850,13 +12848,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -12866,7 +12864,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -12881,7 +12879,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.tee $5 @@ -12895,14 +12893,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -12918,7 +12916,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/set/Set#rehash @@ -12941,12 +12939,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -12956,14 +12954,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -12973,7 +12971,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -12986,14 +12984,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -13001,7 +12999,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -13009,7 +13007,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -13036,12 +13034,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $set - i32.store $0 + i32.store i32.const 0 local.set $k loop $for-loop|0 @@ -13053,7 +13051,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -13071,7 +13069,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#add @@ -13080,7 +13078,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -13104,7 +13102,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -13129,7 +13127,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -13146,7 +13144,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#add @@ -13155,7 +13153,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -13179,7 +13177,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -13198,16 +13196,16 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#values local.tee $vals - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $valSet - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $index loop $for-loop|2 @@ -13216,7 +13214,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#get:length i32.lt_s @@ -13225,13 +13223,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -13249,13 +13247,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -13272,14 +13270,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.eq @@ -13303,7 +13301,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -13320,7 +13318,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#delete @@ -13329,7 +13327,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -13354,7 +13352,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -13379,7 +13377,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -13397,7 +13395,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#add @@ -13406,7 +13404,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -13423,7 +13421,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#delete @@ -13432,7 +13430,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -13457,7 +13455,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -13475,14 +13473,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#clear local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 0 @@ -13510,10 +13508,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -13522,13 +13520,13 @@ i32.const 14 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -13538,14 +13536,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -13555,7 +13553,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -13568,14 +13566,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -13583,7 +13581,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -13591,7 +13589,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -13614,12 +13612,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:buckets local.get $hashCode @@ -13627,14 +13625,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -13691,12 +13689,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -13733,10 +13731,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -13748,7 +13746,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -13765,12 +13763,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entries local.set $oldPtr @@ -13779,7 +13777,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entriesOffset block $~lib/set/ENTRY_SIZE|inlined.2 (result i32) @@ -13825,11 +13823,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/set/ENTRY_SIZE|inlined.3 (result i32) i32.const 8 @@ -13852,20 +13850,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/set/Set#set:bucketsMask @@ -13873,20 +13871,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/set/Set#set:entriesCapacity @@ -13894,13 +13892,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#get:entriesCount call $~lib/set/Set#set:entriesOffset @@ -13922,7 +13920,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -13930,7 +13928,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $hashCode @@ -13943,14 +13941,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesOffset local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.eq @@ -13959,20 +13957,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -13985,7 +13983,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask else @@ -13993,7 +13991,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -14007,20 +14005,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entries local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesOffset local.tee $4 @@ -14044,13 +14042,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -14060,7 +14058,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:buckets local.get $hashCode @@ -14068,7 +14066,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.and @@ -14078,11 +14076,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $6 @@ -14102,12 +14100,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/set/Set#get:entriesCount local.set $1 @@ -14131,10 +14129,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -14143,13 +14141,13 @@ i32.const 15 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -14157,7 +14155,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -14165,7 +14163,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -14173,7 +14171,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -14206,7 +14204,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -14215,20 +14213,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -14236,7 +14234,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -14244,7 +14242,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -14265,13 +14263,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -14298,7 +14296,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -14309,7 +14307,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -14317,7 +14315,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -14334,7 +14332,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 2 @@ -14344,7 +14342,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -14369,12 +14367,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entries local.set $start @@ -14382,7 +14380,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entriesOffset local.set $size @@ -14391,7 +14389,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -14420,7 +14418,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -14443,7 +14441,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -14465,12 +14463,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -14491,13 +14489,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -14513,14 +14511,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -14546,12 +14544,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -14580,13 +14578,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -14596,7 +14594,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -14611,7 +14609,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.tee $5 @@ -14625,14 +14623,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -14648,7 +14646,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/set/Set#rehash @@ -14671,12 +14669,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -14686,14 +14684,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -14703,7 +14701,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -14716,14 +14714,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -14731,7 +14729,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -14739,7 +14737,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -14766,12 +14764,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $set - i32.store $0 + i32.store i32.const 0 local.set $k loop $for-loop|0 @@ -14783,7 +14781,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -14801,7 +14799,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#add @@ -14810,7 +14808,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -14834,7 +14832,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -14859,7 +14857,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -14876,7 +14874,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#add @@ -14885,7 +14883,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -14909,7 +14907,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -14928,16 +14926,16 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#values local.tee $vals - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $valSet - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $index loop $for-loop|2 @@ -14946,7 +14944,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#get:length i32.lt_s @@ -14955,13 +14953,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -14979,13 +14977,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -15002,14 +15000,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.eq @@ -15033,7 +15031,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -15050,7 +15048,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#delete @@ -15059,7 +15057,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -15084,7 +15082,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -15109,7 +15107,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -15127,7 +15125,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#add @@ -15136,7 +15134,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -15153,7 +15151,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#delete @@ -15162,7 +15160,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -15187,7 +15185,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -15205,14 +15203,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#clear local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 0 @@ -15240,10 +15238,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -15252,13 +15250,13 @@ i32.const 16 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -15268,14 +15266,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -15285,7 +15283,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -15298,14 +15296,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -15313,7 +15311,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -15321,7 +15319,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -15344,12 +15342,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:buckets local.get $hashCode @@ -15357,14 +15355,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -15421,12 +15419,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -15463,10 +15461,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -15478,7 +15476,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -15495,12 +15493,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entries local.set $oldPtr @@ -15509,7 +15507,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entriesOffset block $~lib/set/ENTRY_SIZE|inlined.2 (result i32) @@ -15555,11 +15553,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/set/ENTRY_SIZE|inlined.3 (result i32) i32.const 16 @@ -15582,20 +15580,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/set/Set#set:bucketsMask @@ -15603,20 +15601,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/set/Set#set:entriesCapacity @@ -15624,13 +15622,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#get:entriesCount call $~lib/set/Set#set:entriesOffset @@ -15652,7 +15650,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -15660,7 +15658,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $hashCode @@ -15673,14 +15671,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesOffset local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.eq @@ -15689,20 +15687,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -15715,7 +15713,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask else @@ -15723,7 +15721,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -15737,20 +15735,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entries local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesOffset local.tee $4 @@ -15774,13 +15772,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -15790,7 +15788,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:buckets local.get $hashCode @@ -15798,7 +15796,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.and @@ -15808,11 +15806,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $6 @@ -15832,12 +15830,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/set/Set#get:entriesCount local.set $1 @@ -15861,10 +15859,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -15873,13 +15871,13 @@ i32.const 17 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -15887,7 +15885,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -15895,7 +15893,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -15903,7 +15901,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -15936,7 +15934,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -15945,20 +15943,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -15966,7 +15964,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -15974,7 +15972,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -15995,13 +15993,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -16028,7 +16026,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -16039,7 +16037,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -16047,7 +16045,7 @@ i32.shl i32.add local.get $value - i64.store $0 + i64.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -16064,7 +16062,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 3 @@ -16074,7 +16072,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -16099,12 +16097,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entries local.set $start @@ -16112,7 +16110,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entriesOffset local.set $size @@ -16121,7 +16119,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -16150,7 +16148,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -16173,7 +16171,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -16195,12 +16193,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -16222,13 +16220,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -16244,14 +16242,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value i32.const 0 drop @@ -16277,12 +16275,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -16311,13 +16309,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -16327,7 +16325,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -16342,7 +16340,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.tee $5 @@ -16356,14 +16354,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -16379,7 +16377,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/set/Set#rehash @@ -16402,12 +16400,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -16417,14 +16415,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -16434,7 +16432,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -16447,14 +16445,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -16462,7 +16460,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -16470,7 +16468,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -16497,12 +16495,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $set - i32.store $0 + i32.store i64.const 0 local.set $k loop $for-loop|0 @@ -16514,7 +16512,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -16532,7 +16530,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#add @@ -16541,7 +16539,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -16565,7 +16563,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -16590,7 +16588,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -16607,7 +16605,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#add @@ -16616,7 +16614,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -16640,7 +16638,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -16659,16 +16657,16 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#values local.tee $vals - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $valSet - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $index loop $for-loop|2 @@ -16677,7 +16675,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#get:length i32.lt_s @@ -16686,13 +16684,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -16710,13 +16708,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -16733,14 +16731,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.eq @@ -16764,7 +16762,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -16781,7 +16779,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#delete @@ -16790,7 +16788,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -16815,7 +16813,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -16840,7 +16838,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -16858,7 +16856,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#add @@ -16867,7 +16865,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -16884,7 +16882,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#delete @@ -16893,7 +16891,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -16918,7 +16916,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -16936,14 +16934,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#clear local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 0 @@ -16971,10 +16969,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -16983,13 +16981,13 @@ i32.const 18 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -16999,14 +16997,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -17016,7 +17014,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -17029,14 +17027,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -17044,7 +17042,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -17052,7 +17050,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -17075,12 +17073,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:buckets local.get $hashCode @@ -17088,14 +17086,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -17152,12 +17150,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -17194,10 +17192,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -17209,7 +17207,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -17226,12 +17224,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entries local.set $oldPtr @@ -17240,7 +17238,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entriesOffset block $~lib/set/ENTRY_SIZE|inlined.2 (result i32) @@ -17286,11 +17284,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/set/ENTRY_SIZE|inlined.3 (result i32) i32.const 16 @@ -17313,20 +17311,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/set/Set#set:bucketsMask @@ -17334,20 +17332,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/set/Set#set:entriesCapacity @@ -17355,13 +17353,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#get:entriesCount call $~lib/set/Set#set:entriesOffset @@ -17383,7 +17381,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -17391,7 +17389,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $hashCode @@ -17404,14 +17402,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesOffset local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.eq @@ -17420,20 +17418,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -17446,7 +17444,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask else @@ -17454,7 +17452,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -17468,20 +17466,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entries local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesOffset local.tee $4 @@ -17505,13 +17503,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -17521,7 +17519,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:buckets local.get $hashCode @@ -17529,7 +17527,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.and @@ -17539,11 +17537,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $6 @@ -17563,12 +17561,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/set/Set#get:entriesCount local.set $1 @@ -17592,10 +17590,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -17604,13 +17602,13 @@ i32.const 19 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -17618,7 +17616,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -17626,7 +17624,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -17634,7 +17632,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -17667,7 +17665,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -17676,20 +17674,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -17697,7 +17695,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -17705,7 +17703,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -17726,13 +17724,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -17759,7 +17757,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -17770,7 +17768,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -17778,7 +17776,7 @@ i32.shl i32.add local.get $value - i64.store $0 + i64.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -17795,7 +17793,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 3 @@ -17805,7 +17803,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -17830,12 +17828,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entries local.set $start @@ -17843,7 +17841,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entriesOffset local.set $size @@ -17852,7 +17850,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -17881,7 +17879,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -17904,7 +17902,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -17926,12 +17924,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -17953,13 +17951,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -17975,14 +17973,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value i32.const 0 drop @@ -18008,12 +18006,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -18042,13 +18040,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -18058,7 +18056,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -18073,7 +18071,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.tee $5 @@ -18087,14 +18085,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -18110,7 +18108,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/set/Set#rehash @@ -18133,12 +18131,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -18148,14 +18146,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -18165,7 +18163,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -18178,14 +18176,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -18193,7 +18191,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -18201,7 +18199,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -18228,12 +18226,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $set - i32.store $0 + i32.store i64.const 0 local.set $k loop $for-loop|0 @@ -18245,7 +18243,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -18263,7 +18261,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#add @@ -18272,7 +18270,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -18296,7 +18294,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -18321,7 +18319,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -18338,7 +18336,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#add @@ -18347,7 +18345,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -18371,7 +18369,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -18390,16 +18388,16 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#values local.tee $vals - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $valSet - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $index loop $for-loop|2 @@ -18408,7 +18406,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#get:length i32.lt_s @@ -18417,13 +18415,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -18441,13 +18439,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -18464,14 +18462,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.eq @@ -18495,7 +18493,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -18512,7 +18510,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#delete @@ -18521,7 +18519,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -18546,7 +18544,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -18571,7 +18569,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -18589,7 +18587,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#add @@ -18598,7 +18596,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -18615,7 +18613,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#delete @@ -18624,7 +18622,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -18649,7 +18647,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -18667,14 +18665,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#clear local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 0 @@ -18702,10 +18700,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -18714,13 +18712,13 @@ i32.const 20 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -18730,14 +18728,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -18747,7 +18745,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -18760,14 +18758,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -18775,7 +18773,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -18783,7 +18781,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -18806,12 +18804,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:buckets local.get $hashCode @@ -18819,14 +18817,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -18883,12 +18881,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -18925,10 +18923,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -18940,7 +18938,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -18957,12 +18955,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entries local.set $oldPtr @@ -18971,7 +18969,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entriesOffset block $~lib/set/ENTRY_SIZE|inlined.2 (result i32) @@ -19017,11 +19015,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/set/ENTRY_SIZE|inlined.3 (result i32) i32.const 8 @@ -19044,20 +19042,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/set/Set#set:bucketsMask @@ -19065,20 +19063,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/set/Set#set:entriesCapacity @@ -19086,13 +19084,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#get:entriesCount call $~lib/set/Set#set:entriesOffset @@ -19114,7 +19112,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -19122,7 +19120,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $hashCode @@ -19135,14 +19133,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesOffset local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.eq @@ -19151,20 +19149,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -19177,7 +19175,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask else @@ -19185,7 +19183,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -19199,20 +19197,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entries local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesOffset local.tee $4 @@ -19236,13 +19234,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -19252,7 +19250,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:buckets local.get $hashCode @@ -19260,7 +19258,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.and @@ -19270,11 +19268,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $6 @@ -19294,12 +19292,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/set/Set#get:entriesCount local.set $1 @@ -19323,10 +19321,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -19335,13 +19333,13 @@ i32.const 21 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -19349,7 +19347,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -19357,7 +19355,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -19365,7 +19363,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -19398,7 +19396,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -19407,20 +19405,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -19428,7 +19426,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -19436,7 +19434,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -19457,13 +19455,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -19490,7 +19488,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -19501,7 +19499,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -19509,7 +19507,7 @@ i32.shl i32.add local.get $value - f32.store $0 + f32.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -19526,7 +19524,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 2 @@ -19536,7 +19534,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -19561,12 +19559,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entries local.set $start @@ -19574,7 +19572,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entriesOffset local.set $size @@ -19583,7 +19581,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -19612,7 +19610,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -19635,7 +19633,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -19657,12 +19655,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -19684,13 +19682,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -19706,14 +19704,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value i32.const 0 drop @@ -19739,12 +19737,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -19773,13 +19771,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -19789,7 +19787,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -19804,7 +19802,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.tee $5 @@ -19818,14 +19816,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -19841,7 +19839,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/set/Set#rehash @@ -19864,12 +19862,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -19879,14 +19877,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -19896,7 +19894,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -19909,14 +19907,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -19924,7 +19922,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -19932,7 +19930,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -19959,12 +19957,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $set - i32.store $0 + i32.store f32.const 0 local.set $k loop $for-loop|0 @@ -19976,7 +19974,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -19994,7 +19992,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#add @@ -20003,7 +20001,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -20027,7 +20025,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -20052,7 +20050,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -20069,7 +20067,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#add @@ -20078,7 +20076,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -20102,7 +20100,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -20121,16 +20119,16 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#values local.tee $vals - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $valSet - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $index loop $for-loop|2 @@ -20139,7 +20137,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#get:length i32.lt_s @@ -20148,13 +20146,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -20172,13 +20170,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -20195,14 +20193,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.eq @@ -20226,7 +20224,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -20243,7 +20241,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#delete @@ -20252,7 +20250,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -20277,7 +20275,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -20302,7 +20300,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -20320,7 +20318,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#add @@ -20329,7 +20327,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -20346,7 +20344,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#delete @@ -20355,7 +20353,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -20380,7 +20378,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -20398,14 +20396,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#clear local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 0 @@ -20433,10 +20431,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -20445,13 +20443,13 @@ i32.const 22 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -20461,14 +20459,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -20478,7 +20476,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -20491,14 +20489,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -20506,7 +20504,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -20514,7 +20512,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -20537,12 +20535,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:buckets local.get $hashCode @@ -20550,14 +20548,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/set/Set#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -20614,12 +20612,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -20656,10 +20654,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -20671,7 +20669,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -20688,12 +20686,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entries local.set $oldPtr @@ -20702,7 +20700,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/set/Set#get:entriesOffset block $~lib/set/ENTRY_SIZE|inlined.2 (result i32) @@ -20748,11 +20746,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/set/ENTRY_SIZE|inlined.3 (result i32) i32.const 16 @@ -20775,20 +20773,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/set/Set#set:bucketsMask @@ -20796,20 +20794,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/set/Set#set:entriesCapacity @@ -20817,13 +20815,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/set/Set#get:entriesCount call $~lib/set/Set#set:entriesOffset @@ -20845,7 +20843,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -20853,7 +20851,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $hashCode @@ -20866,14 +20864,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesOffset local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.eq @@ -20882,20 +20880,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -20908,7 +20906,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask else @@ -20916,7 +20914,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -20930,20 +20928,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entries local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesOffset local.tee $4 @@ -20967,13 +20965,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -20983,7 +20981,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:buckets local.get $hashCode @@ -20991,7 +20989,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.and @@ -21001,11 +20999,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/set/SetEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $6 @@ -21025,12 +21023,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/set/Set#get:entriesCount local.set $1 @@ -21054,10 +21052,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -21066,13 +21064,13 @@ i32.const 23 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:buffer @@ -21080,7 +21078,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:dataStart @@ -21088,7 +21086,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:byteLength @@ -21096,7 +21094,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/array/Array#set:length_ @@ -21129,7 +21127,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -21138,20 +21136,20 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=12 + i32.store offset=12 local.get $6 call $~lib/array/Array#set:buffer local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $buffer call $~lib/array/Array#set:dataStart @@ -21159,7 +21157,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $bufferSize call $~lib/array/Array#set:byteLength @@ -21167,7 +21165,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $length call $~lib/array/Array#set:length_ @@ -21188,13 +21186,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -21221,7 +21219,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -21232,7 +21230,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -21240,7 +21238,7 @@ i32.shl i32.add local.get $value - f64.store $0 + f64.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -21257,7 +21255,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $newLength i32.const 3 @@ -21267,7 +21265,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $newLength call $~lib/array/Array#set:length_ @@ -21292,12 +21290,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entries local.set $start @@ -21305,7 +21303,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/set/Set#get:entriesOffset local.set $size @@ -21314,7 +21312,7 @@ local.get $size call $~lib/array/Array#constructor local.tee $values - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $length i32.const 0 @@ -21343,7 +21341,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length local.tee $7 @@ -21366,7 +21364,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $length call $~lib/array/Array#set:length @@ -21388,12 +21386,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -21415,13 +21413,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -21437,14 +21435,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value i32.const 0 drop @@ -21470,12 +21468,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $key local.get $key @@ -21504,13 +21502,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/set/Set#get:entriesCount i32.const 1 @@ -21520,7 +21518,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:bucketsMask i32.const 1 @@ -21535,7 +21533,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.tee $5 @@ -21549,14 +21547,14 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCount local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/set/Set#get:entriesCapacity i32.const 3 @@ -21572,7 +21570,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $halfBucketsMask call $~lib/set/Set#rehash @@ -21595,12 +21593,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -21610,14 +21608,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.const 1 @@ -21627,7 +21625,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 4 @@ -21640,14 +21638,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/set/Set#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/set/Set#set:entriesCapacity @@ -21655,7 +21653,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesOffset @@ -21663,7 +21661,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/set/Set#set:entriesCount @@ -21690,12 +21688,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $set - i32.store $0 + i32.store f64.const 0 local.set $k loop $for-loop|0 @@ -21707,7 +21705,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -21725,7 +21723,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#add @@ -21734,7 +21732,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k call $~lib/set/Set#has @@ -21758,7 +21756,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -21783,7 +21781,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -21800,7 +21798,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#add @@ -21809,7 +21807,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|2 call $~lib/set/Set#has @@ -21833,7 +21831,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 100 @@ -21852,16 +21850,16 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#values local.tee $vals - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/set/Set#constructor local.tee $valSet - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $index loop $for-loop|2 @@ -21870,7 +21868,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/array/Array#get:length i32.lt_s @@ -21879,13 +21877,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -21903,13 +21901,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $vals local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.get $index call $~lib/array/Array#__get @@ -21926,14 +21924,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.eq @@ -21957,7 +21955,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -21974,7 +21972,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#delete @@ -21983,7 +21981,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|6 call $~lib/set/Set#has @@ -22008,7 +22006,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -22033,7 +22031,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -22051,7 +22049,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#add @@ -22060,7 +22058,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -22077,7 +22075,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#delete @@ -22086,7 +22084,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $k|7 call $~lib/set/Set#has @@ -22111,7 +22109,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 50 @@ -22129,14 +22127,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#clear local.get $set local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/set/Set#get:size i32.const 0 @@ -22165,12 +22163,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:buckets local.get $cookie @@ -22179,7 +22177,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:entries local.set $entries @@ -22202,14 +22200,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -22229,12 +22227,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:buckets local.get $cookie @@ -22243,7 +22241,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:entries local.set $entries @@ -22266,14 +22264,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -22293,12 +22291,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:buckets local.get $cookie @@ -22307,7 +22305,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:entries local.set $entries @@ -22330,14 +22328,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -22357,12 +22355,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:buckets local.get $cookie @@ -22371,7 +22369,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:entries local.set $entries @@ -22394,14 +22392,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -22421,12 +22419,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:buckets local.get $cookie @@ -22435,7 +22433,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:entries local.set $entries @@ -22458,14 +22456,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -22485,12 +22483,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:buckets local.get $cookie @@ -22499,7 +22497,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:entries local.set $entries @@ -22522,14 +22520,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -22549,12 +22547,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:buckets local.get $cookie @@ -22563,7 +22561,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:entries local.set $entries @@ -22586,14 +22584,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -22613,12 +22611,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:buckets local.get $cookie @@ -22627,7 +22625,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:entries local.set $entries @@ -22650,14 +22648,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -22677,12 +22675,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:buckets local.get $cookie @@ -22691,7 +22689,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:entries local.set $entries @@ -22714,14 +22712,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -22741,12 +22739,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:buckets local.get $cookie @@ -22755,7 +22753,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/set/Set#get:entries local.set $entries @@ -22778,14 +22776,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -22805,7 +22803,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length i32.const 1073741820 i32.gt_u @@ -22822,7 +22820,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 + i32.store i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne diff --git a/tests/compiler/std/set.release.wat b/tests/compiler/std/set.release.wat index 19b518d3f0..a6c2a1163b 100644 --- a/tests/compiler/std/set.release.wat +++ b/tests/compiler/std/set.release.wat @@ -1,26 +1,26 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i64_=>_none (func (param i32 i64))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_i64_i32_=>_i32 (func (param i32 i64 i32) (result i32))) - (type $i32_i64_=>_i32 (func (param i32 i64) (result i32))) - (type $i32_i32_=>_i64 (func (param i32 i32) (result i64))) - (type $i32_f32_=>_none (func (param i32 f32))) - (type $i32_f64_=>_none (func (param i32 f64))) - (type $i32_f32_i32_=>_i32 (func (param i32 f32 i32) (result i32))) - (type $i32_f32_=>_i32 (func (param i32 f32) (result i32))) - (type $i32_i32_=>_f32 (func (param i32 i32) (result f32))) - (type $i32_f64_i32_=>_i32 (func (param i32 f64 i32) (result i32))) - (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) - (type $i32_i32_=>_f64 (func (param i32 i32) (result f64))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32 i32) (result i32))) + (type $2 (func)) + (type $3 (func (result i32))) + (type $4 (func (param i32))) + (type $5 (func (param i32) (result i32))) + (type $6 (func (param i32 i32 i32) (result i32))) + (type $7 (func (param i32 i64))) + (type $8 (func (param i32 i32 i32))) + (type $9 (func (param i32 i32 i32 i32))) + (type $10 (func (param i32 i32 i64))) + (type $11 (func (param i32 i64 i32) (result i32))) + (type $12 (func (param i32 i64) (result i32))) + (type $13 (func (param i32 i32) (result i64))) + (type $14 (func (param i32 f32))) + (type $15 (func (param i32 f64))) + (type $16 (func (param i32 f32 i32) (result i32))) + (type $17 (func (param i32 f32) (result i32))) + (type $18 (func (param i32 i32) (result f32))) + (type $19 (func (param i32 f64 i32) (result i32))) + (type $20 (func (param i32 f64) (result i32))) + (type $21 (func (param i32 i32) (result f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -59,14 +59,14 @@ (local $0 i32) (local $1 i32) i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1456 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -76,7 +76,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -94,7 +94,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -111,7 +111,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -125,16 +125,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$904 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34516 @@ -149,10 +149,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$904 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -165,20 +165,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -187,7 +187,7 @@ else local.get $1 i32.const 1648 - i32.load $0 + i32.load i32.gt_u if i32.const 1248 @@ -202,13 +202,13 @@ i32.shl i32.const 1652 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -218,21 +218,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -240,8 +264,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -253,10 +277,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -267,29 +291,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -297,10 +321,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -314,75 +338,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -404,7 +421,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -421,12 +438,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -443,17 +460,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -463,9 +480,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -490,13 +507,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -530,7 +547,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -586,19 +603,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -610,15 +627,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -626,16 +643,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -657,10 +675,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -673,18 +691,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -708,30 +725,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -739,10 +756,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -750,7 +767,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -758,7 +775,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -769,10 +786,10 @@ end i32.const 34528 i32.const 0 - i32.store $0 + i32.store i32.const 36096 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -784,7 +801,7 @@ i32.const 34528 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -802,7 +819,7 @@ i32.const 34528 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -819,7 +836,7 @@ end i32.const 34528 i32.const 36100 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -852,7 +869,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -865,19 +882,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -888,7 +905,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -900,7 +917,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -913,12 +930,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -927,7 +940,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -938,26 +951,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -973,7 +986,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -989,7 +1002,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1014,14 +1027,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1056,7 +1069,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1070,10 +1083,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1085,10 +1098,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1096,47 +1109,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1157,7 +1172,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1174,10 +1189,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1193,7 +1208,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1214,7 +1229,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1241,7 +1256,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1262,7 +1277,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1304,50 +1319,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1367,12 +1386,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1383,7 +1402,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1404,7 +1423,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1420,8 +1439,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1435,90 +1454,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1531,74 +1550,122 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) - (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) - block $folding-inner2 - block $folding-inner1 - block $folding-inner0 - block $invalid - block $~lib/arraybuffer/ArrayBufferView - block $~lib/string/String - block $~lib/arraybuffer/ArrayBuffer - block $~lib/object/Object - local.get $0 - i32.const 8 - i32.sub - i32.load $0 - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $invalid - end - return - end - return - end - return - end - local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end - return - end - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1748 - i32.lt_s - br_if $folding-inner2 - global.get $~lib/memory/__stack_pointer - local.tee $1 - i32.const 0 - i32.store $0 - local.get $1 - local.get $0 - i32.store $0 - local.get $0 - i32.load $0 - local.tee $1 - if + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) + (local $2 i32) + local.get $1 + i32.eqz + if + return + end + local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.tee $2 + local.get $1 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + i32.const 20 + i32.sub + i32.load offset=4 + i32.const 3 + i32.and + local.tee $0 + local.get $2 + i32.eqz + i32.eq + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $0 + i32.const 3 + i32.eq + i32.and + if local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/Object#makeGray + end + end + end + ) + (func $~lib/rt/__visit_members (param $0 i32) + (local $1 i32) + block $folding-inner2 + block $folding-inner1 + block $folding-inner0 + block $invalid + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $invalid + end + return + end + return + end + return + end + local.get $0 + i32.load + local.tee $0 + if + local.get $0 + call $~lib/rt/itcms/__visit + end + return + end + unreachable end global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1748 + i32.lt_s + br_if $folding-inner2 + global.get $~lib/memory/__stack_pointer + local.tee $1 + i32.const 0 + i32.store + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=8 + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1616,17 +1683,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1641,7 +1704,7 @@ unreachable ) (func $~start - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34516 @@ -1651,26 +1714,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace call $std/set/testNumeric @@ -1738,79 +1801,71 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 24 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 32 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -1837,31 +1892,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 loop $while-continue|0 local.get $0 if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.const 1 i32.and @@ -1869,7 +1924,7 @@ i32.const 0 else local.get $0 - i32.load8_u $0 + i32.load8_u local.get $1 i32.const 255 i32.and @@ -1916,10 +1971,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -1987,10 +2042,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -1999,8 +2054,8 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $7 - i32.store $0 + local.tee $6 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 @@ -2012,43 +2067,43 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $4 + i32.load offset=8 + local.set $7 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + local.get $7 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $6 + local.set $4 local.get $3 local.set $2 loop $while-continue|0 local.get $4 - local.get $6 + local.get $7 i32.ne if - local.get $4 - i32.load $0 offset=4 + local.get $7 + i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $2 - local.get $4 - i32.load8_s $0 + local.get $7 + i32.load8_s local.tee $8 - i32.store8 $0 + i32.store8 local.get $2 - local.get $7 + local.get $6 local.get $1 local.get $8 i32.extend8_s @@ -2061,102 +2116,94 @@ i32.const 668265263 i32.mul local.tee $8 + local.get $8 i32.const 15 i32.shr_u - local.get $8 i32.xor i32.const -2048144777 i32.mul local.tee $8 + local.get $8 i32.const 13 i32.shr_u - local.get $8 i32.xor i32.const -1028477379 i32.mul local.tee $8 + local.get $8 i32.const 16 i32.shr_u - local.get $8 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $8 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $8 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 8 i32.add local.set $2 end - local.get $4 + local.get $7 i32.const 8 i32.add - local.set $4 + local.set $7 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - local.get $7 - i32.store $0 offset=12 + local.get $6 + i32.store offset=12 local.get $0 - local.get $7 - i32.store $0 - local.get $7 - if - local.get $0 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $6 + i32.store + local.get $0 + local.get $6 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $5 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -2184,10 +2231,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -2219,42 +2266,40 @@ i32.shr_u local.get $2 i32.xor - local.tee $3 + local.tee $4 call $~lib/set/Set#find i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 - local.set $4 - local.get $2 + i32.load offset=16 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 - local.get $2 + i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 - local.set $4 - local.get $2 + i32.load offset=20 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $4 + local.get $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -2263,15 +2308,15 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -2280,69 +2325,69 @@ call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 - local.set $2 - local.get $4 + i32.load offset=8 + local.set $3 + local.get $2 local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $5 i32.const 1 i32.add - i32.store $0 offset=16 - local.get $2 + i32.store offset=16 + local.get $3 local.get $5 i32.const 3 i32.shl i32.add - local.tee $2 + local.tee $3 local.get $1 - i32.store8 $0 - local.get $4 + i32.store8 + local.get $2 local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 - local.get $4 + i32.store offset=20 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $1 - local.get $4 - local.get $0 - i32.store $0 local.get $2 - local.get $1 + local.get $0 + i32.store local.get $3 + local.get $1 + local.get $4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $0 - local.get $2 - i32.store $0 + local.get $3 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -2369,12 +2414,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $0 local.get $1 i32.const 4 @@ -2403,13 +2448,13 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $5 local.get $2 i32.shr_u @@ -2430,9 +2475,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 i32.const 8 local.get $1 @@ -2462,12 +2507,12 @@ select local.set $1 end - block $__inlined_func$~lib/rt/itcms/__renew + block $__inlined_func$~lib/rt/itcms/__renew$893 local.get $4 i32.const 20 i32.sub local.tee $3 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 16 @@ -2477,26 +2522,26 @@ if local.get $3 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.set $2 - br $__inlined_func$~lib/rt/itcms/__renew + br $__inlined_func$~lib/rt/itcms/__renew$893 end local.get $1 local.get $3 - i32.load $0 offset=12 + i32.load offset=12 call $~lib/rt/itcms/__new local.tee $2 local.get $4 local.get $1 local.get $3 - i32.load $0 offset=16 + i32.load offset=16 local.tee $3 local.get $1 local.get $3 i32.lt_u select - memory.copy $0 $0 + memory.copy end local.get $2 local.get $4 @@ -2504,20 +2549,17 @@ if local.get $0 local.get $2 - i32.store $0 + i32.store local.get $0 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 + local.get $0 local.get $2 - if - local.get $0 - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link end local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2544,13 +2586,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if local.get $1 @@ -2574,21 +2616,21 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add local.get $2 - i32.store8 $0 + i32.store8 local.get $3 i32.const 4 i32.add @@ -2612,7 +2654,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 0 @@ -2620,10 +2662,10 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2649,12 +2691,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $1 i32.const 4 @@ -2682,13 +2724,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -2701,12 +2743,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load8_s $0 + i32.load8_s local.set $0 local.get $2 i32.const 4 @@ -2735,10 +2777,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -2782,60 +2824,59 @@ end local.get $1 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.or - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $2 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $1 - local.get $1 + i32.load offset=20 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $1 + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $3 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -2847,7 +2888,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/set/Set#rehash @@ -2877,70 +2918,62 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 3 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 32 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 4 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2954,10 +2987,6 @@ (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) - (local $9 i32) - (local $10 i32) - (local $11 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -2968,24 +2997,24 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 - local.get $4 + memory.fill + local.get $1 call $~lib/set/Set#constructor - local.tee $9 - i32.store $0 + local.tee $1 + i32.store loop $for-loop|0 - local.get $1 + local.get $0 i32.const 100 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -2996,16 +3025,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -3016,17 +3045,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -3039,17 +3068,17 @@ unreachable end i32.const 50 - local.set $1 + local.set $0 loop $for-loop|1 - local.get $1 + local.get $0 i32.const 100 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -3061,16 +3090,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -3081,17 +3110,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|1 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -3104,11 +3133,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.tee $4 - local.get $9 - i32.store $0 offset=4 + local.tee $5 local.get $1 + i32.store offset=4 + local.get $5 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -3117,22 +3145,23 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $0 i64.const 0 - i64.store $0 - local.get $5 - local.get $9 - i32.store $0 - local.get $9 - i32.load $0 offset=8 - local.set $1 - local.get $5 - local.get $9 - i32.store $0 - local.get $9 - i32.load $0 offset=16 - local.set $10 - local.get $5 + i64.store + local.get $0 + local.get $1 + i32.store + local.get $1 + i32.load offset=8 + local.set $3 + local.get $0 + local.get $1 + i32.store + local.get $1 + i32.load offset=16 + local.set $4 + local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -3141,44 +3170,46 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 + local.tee $0 i64.const 0 - i64.store $0 - local.get $6 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $6 + i64.store offset=8 + local.get $0 i32.const 16 i32.const 5 call $~lib/rt/itcms/__new local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 + local.get $6 + i32.const 0 + i32.store local.get $6 i32.const 0 - i32.store $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=4 - local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=8 - local.get $7 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=12 - local.get $10 + i32.store offset=12 + local.get $4 i32.const 1073741820 i32.gt_u if @@ -3191,80 +3222,77 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $10 - local.get $10 + local.get $4 + local.get $4 i32.const 8 i32.le_u select - local.tee $7 + local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $11 - i32.store $0 offset=8 + local.tee $7 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $11 - i32.store $0 offset=12 + local.get $7 + i32.store offset=12 local.get $6 - local.get $11 - i32.store $0 - local.get $11 - if - local.get $6 - local.get $11 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $7 + i32.store + local.get $6 + local.get $7 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $11 - i32.store $0 offset=4 - local.get $8 + local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $7 - i32.store $0 offset=8 - local.get $8 + local.get $0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $10 - i32.store $0 offset=12 - local.get $8 + local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 + i32.const 0 + local.set $0 loop $for-loop|00 local.get $2 - local.get $10 + local.get $4 i32.lt_s if - local.get $1 + local.get $3 local.get $2 i32.const 3 i32.shl i32.add - local.tee $5 - i32.load $0 offset=4 + local.tee $7 + i32.load offset=4 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $0 - local.get $5 - i32.load8_s $0 + local.get $7 + i32.load8_s call $~lib/array/Array#__set local.get $0 i32.const 1 @@ -3280,7 +3308,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $0 call $~lib/array/Array#set:length @@ -3288,32 +3316,33 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $5 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 + i32.const 0 + local.set $2 loop $for-loop|2 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/array/Array#get:length - local.get $3 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $9 - i32.store $0 offset=4 local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=16 - local.get $9 + i32.store offset=16 + local.get $1 local.get $6 - local.get $3 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#has i32.eqz @@ -3326,34 +3355,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $3 local.get $0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $3 local.get $6 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 local.get $6 - local.get $3 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#add - local.get $3 + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/set/Set#get:size local.set $0 global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size local.get $0 i32.ne @@ -3366,17 +3395,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|3 - local.get $1 + local.get $0 i32.const 50 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -3388,16 +3417,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -3407,17 +3436,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|3 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -3430,17 +3459,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|4 - local.get $1 + local.get $0 i32.const 50 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -3451,16 +3480,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -3472,16 +3501,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -3491,17 +3520,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|4 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -3514,14 +3543,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#clear global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size if i32.const 0 @@ -3565,79 +3594,71 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 24 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 32 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -3663,10 +3684,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -3735,10 +3756,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -3747,8 +3768,8 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $7 - i32.store $0 + local.tee $6 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 @@ -3760,43 +3781,43 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $4 + i32.load offset=8 + local.set $7 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + local.get $7 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $6 + local.set $4 local.get $3 local.set $2 loop $while-continue|0 local.get $4 - local.get $6 + local.get $7 i32.ne if - local.get $4 - i32.load $0 offset=4 + local.get $7 + i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $2 - local.get $4 - i32.load8_u $0 + local.get $7 + i32.load8_u local.tee $8 - i32.store8 $0 + i32.store8 local.get $2 - local.get $7 + local.get $6 local.get $1 local.get $8 i32.const -1028477379 @@ -3808,102 +3829,94 @@ i32.const 668265263 i32.mul local.tee $8 + local.get $8 i32.const 15 i32.shr_u - local.get $8 i32.xor i32.const -2048144777 i32.mul local.tee $8 + local.get $8 i32.const 13 i32.shr_u - local.get $8 i32.xor i32.const -1028477379 i32.mul local.tee $8 + local.get $8 i32.const 16 i32.shr_u - local.get $8 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $8 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $8 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 8 i32.add local.set $2 end - local.get $4 + local.get $7 i32.const 8 i32.add - local.set $4 + local.set $7 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - local.get $7 - i32.store $0 offset=12 + local.get $6 + i32.store offset=12 local.get $0 - local.get $7 - i32.store $0 - local.get $7 - if - local.get $0 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $6 + i32.store + local.get $0 + local.get $6 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $5 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -3931,10 +3944,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -3967,42 +3980,40 @@ i32.shr_u local.get $2 i32.xor - local.tee $3 + local.tee $4 call $~lib/set/Set#find i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 - local.set $4 - local.get $2 + i32.load offset=16 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 - local.get $2 + i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 - local.set $4 - local.get $2 + i32.load offset=20 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $4 + local.get $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -4011,15 +4022,15 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -4028,69 +4039,69 @@ call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 - local.set $2 - local.get $4 + i32.load offset=8 + local.set $3 + local.get $2 local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $5 i32.const 1 i32.add - i32.store $0 offset=16 - local.get $2 + i32.store offset=16 + local.get $3 local.get $5 i32.const 3 i32.shl i32.add - local.tee $2 + local.tee $3 local.get $1 - i32.store8 $0 - local.get $4 + i32.store8 + local.get $2 local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 - local.get $4 + i32.store offset=20 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $1 - local.get $4 - local.get $0 - i32.store $0 local.get $2 - local.get $1 + local.get $0 + i32.store local.get $3 + local.get $1 + local.get $4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $0 - local.get $2 - i32.store $0 + local.get $3 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -4117,13 +4128,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -4136,12 +4147,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load8_u $0 + i32.load8_u local.set $0 local.get $2 i32.const 4 @@ -4170,10 +4181,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -4218,60 +4229,59 @@ end local.get $1 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.or - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $2 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $1 - local.get $1 + i32.load offset=20 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $1 + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $3 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -4283,7 +4293,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/set/Set#rehash @@ -4302,10 +4312,6 @@ (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) - (local $9 i32) - (local $10 i32) - (local $11 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -4316,24 +4322,24 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 - local.get $4 + memory.fill + local.get $1 call $~lib/set/Set#constructor - local.tee $9 - i32.store $0 + local.tee $1 + i32.store loop $for-loop|0 - local.get $1 + local.get $0 i32.const 100 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -4344,16 +4350,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -4364,17 +4370,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -4387,17 +4393,17 @@ unreachable end i32.const 50 - local.set $1 + local.set $0 loop $for-loop|1 - local.get $1 + local.get $0 i32.const 100 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -4409,16 +4415,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -4429,17 +4435,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|1 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -4452,11 +4458,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.tee $4 - local.get $9 - i32.store $0 offset=4 + local.tee $5 local.get $1 + i32.store offset=4 + local.get $5 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -4465,22 +4470,23 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $0 i64.const 0 - i64.store $0 - local.get $5 - local.get $9 - i32.store $0 - local.get $9 - i32.load $0 offset=8 - local.set $1 - local.get $5 - local.get $9 - i32.store $0 - local.get $9 - i32.load $0 offset=16 - local.set $10 - local.get $5 + i64.store + local.get $0 + local.get $1 + i32.store + local.get $1 + i32.load offset=8 + local.set $3 + local.get $0 + local.get $1 + i32.store + local.get $1 + i32.load offset=16 + local.set $4 + local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -4489,44 +4495,46 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 + local.tee $0 i64.const 0 - i64.store $0 - local.get $6 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $6 + i64.store offset=8 + local.get $0 i32.const 16 i32.const 7 call $~lib/rt/itcms/__new local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 + i32.store + local.get $6 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=4 - local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=8 - local.get $7 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=12 - local.get $10 + i32.store offset=12 + local.get $4 i32.const 1073741820 i32.gt_u if @@ -4539,80 +4547,77 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $10 - local.get $10 + local.get $4 + local.get $4 i32.const 8 i32.le_u select - local.tee $7 + local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $11 - i32.store $0 offset=8 + local.tee $7 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $11 - i32.store $0 offset=12 + local.get $7 + i32.store offset=12 local.get $6 - local.get $11 - i32.store $0 - local.get $11 - if - local.get $6 - local.get $11 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $7 + i32.store + local.get $6 + local.get $7 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $11 - i32.store $0 offset=4 - local.get $8 + local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $7 - i32.store $0 offset=8 - local.get $8 + local.get $0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $10 - i32.store $0 offset=12 - local.get $8 + local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 + i32.const 0 + local.set $0 loop $for-loop|00 local.get $2 - local.get $10 + local.get $4 i32.lt_s if - local.get $1 + local.get $3 local.get $2 i32.const 3 i32.shl i32.add - local.tee $5 - i32.load $0 offset=4 + local.tee $7 + i32.load offset=4 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $0 - local.get $5 - i32.load8_u $0 + local.get $7 + i32.load8_u call $~lib/array/Array#__set local.get $0 i32.const 1 @@ -4628,7 +4633,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $0 call $~lib/array/Array#set:length @@ -4636,32 +4641,33 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $5 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 + i32.const 0 + local.set $2 loop $for-loop|2 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/array/Array#get:length - local.get $3 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $9 - i32.store $0 offset=4 local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=16 - local.get $9 + i32.store offset=16 + local.get $1 local.get $6 - local.get $3 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#has i32.eqz @@ -4674,34 +4680,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $3 local.get $0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $3 local.get $6 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 local.get $6 - local.get $3 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#add - local.get $3 + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/set/Set#get:size local.set $0 global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size local.get $0 i32.ne @@ -4714,17 +4720,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|3 - local.get $1 + local.get $0 i32.const 50 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -4736,16 +4742,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -4755,17 +4761,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|3 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -4778,17 +4784,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|4 - local.get $1 + local.get $0 i32.const 50 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -4799,16 +4805,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -4820,16 +4826,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -4839,17 +4845,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|4 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -4862,14 +4868,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#clear global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size if i32.const 0 @@ -4913,79 +4919,71 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 24 i32.const 8 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 32 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -5012,31 +5010,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 loop $while-continue|0 local.get $0 if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.const 1 i32.and @@ -5044,7 +5042,7 @@ i32.const 0 else local.get $0 - i32.load16_u $0 + i32.load16_u local.get $1 i32.const 65535 i32.and @@ -5091,10 +5089,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -5162,10 +5160,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -5174,8 +5172,8 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $7 - i32.store $0 + local.tee $6 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 @@ -5187,43 +5185,43 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $4 + i32.load offset=8 + local.set $7 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + local.get $7 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $6 + local.set $4 local.get $3 local.set $2 loop $while-continue|0 local.get $4 - local.get $6 + local.get $7 i32.ne if - local.get $4 - i32.load $0 offset=4 + local.get $7 + i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $2 - local.get $4 - i32.load16_s $0 + local.get $7 + i32.load16_s local.tee $8 - i32.store16 $0 + i32.store16 local.get $2 - local.get $7 + local.get $6 local.get $1 local.get $8 i32.extend16_s @@ -5236,102 +5234,94 @@ i32.const 668265263 i32.mul local.tee $8 + local.get $8 i32.const 15 i32.shr_u - local.get $8 i32.xor i32.const -2048144777 i32.mul local.tee $8 + local.get $8 i32.const 13 i32.shr_u - local.get $8 i32.xor i32.const -1028477379 i32.mul local.tee $8 + local.get $8 i32.const 16 i32.shr_u - local.get $8 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $8 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $8 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 8 i32.add local.set $2 end - local.get $4 + local.get $7 i32.const 8 i32.add - local.set $4 + local.set $7 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - local.get $7 - i32.store $0 offset=12 + local.get $6 + i32.store offset=12 local.get $0 - local.get $7 - i32.store $0 - local.get $7 - if - local.get $0 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $6 + i32.store + local.get $0 + local.get $6 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $5 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -5359,10 +5349,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -5394,42 +5384,40 @@ i32.shr_u local.get $2 i32.xor - local.tee $3 + local.tee $4 call $~lib/set/Set#find i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 - local.set $4 - local.get $2 + i32.load offset=16 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 - local.get $2 + i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 - local.set $4 - local.get $2 + i32.load offset=20 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $4 + local.get $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -5438,15 +5426,15 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -5455,69 +5443,69 @@ call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 - local.set $2 - local.get $4 + i32.load offset=8 + local.set $3 + local.get $2 local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $5 i32.const 1 i32.add - i32.store $0 offset=16 - local.get $2 + i32.store offset=16 + local.get $3 local.get $5 i32.const 3 i32.shl i32.add - local.tee $2 + local.tee $3 local.get $1 - i32.store16 $0 - local.get $4 + i32.store16 + local.get $2 local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 - local.get $4 + i32.store offset=20 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $1 - local.get $4 - local.get $0 - i32.store $0 local.get $2 - local.get $1 + local.get $0 + i32.store local.get $3 + local.get $1 + local.get $4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $0 - local.get $2 - i32.store $0 + local.get $3 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -5544,13 +5532,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if local.get $1 @@ -5574,23 +5562,23 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 1 i32.shl i32.add local.get $2 - i32.store16 $0 + i32.store16 local.get $3 i32.const 4 i32.add @@ -5614,7 +5602,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 1 @@ -5622,10 +5610,10 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -5651,13 +5639,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -5670,14 +5658,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $0 local.get $2 i32.const 4 @@ -5706,10 +5694,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -5753,60 +5741,59 @@ end local.get $1 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.or - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $2 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $1 - local.get $1 + i32.load offset=20 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $1 + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $3 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -5818,7 +5805,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/set/Set#rehash @@ -5837,10 +5824,6 @@ (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) - (local $9 i32) - (local $10 i32) - (local $11 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -5851,24 +5834,24 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 - local.get $4 + memory.fill + local.get $1 call $~lib/set/Set#constructor - local.tee $9 - i32.store $0 + local.tee $1 + i32.store loop $for-loop|0 - local.get $1 + local.get $0 i32.const 100 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -5879,16 +5862,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -5899,17 +5882,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -5922,17 +5905,17 @@ unreachable end i32.const 50 - local.set $1 + local.set $0 loop $for-loop|1 - local.get $1 + local.get $0 i32.const 100 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -5944,16 +5927,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -5964,17 +5947,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|1 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -5987,11 +5970,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.tee $4 - local.get $9 - i32.store $0 offset=4 + local.tee $5 local.get $1 + i32.store offset=4 + local.get $5 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -6000,22 +5982,23 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $0 i64.const 0 - i64.store $0 - local.get $5 - local.get $9 - i32.store $0 - local.get $9 - i32.load $0 offset=8 - local.set $1 - local.get $5 - local.get $9 - i32.store $0 - local.get $9 - i32.load $0 offset=16 - local.set $10 - local.get $5 + i64.store + local.get $0 + local.get $1 + i32.store + local.get $1 + i32.load offset=8 + local.set $3 + local.get $0 + local.get $1 + i32.store + local.get $1 + i32.load offset=16 + local.set $4 + local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -6024,44 +6007,46 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 + local.tee $0 i64.const 0 - i64.store $0 - local.get $6 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $6 + i64.store offset=8 + local.get $0 i32.const 16 i32.const 9 call $~lib/rt/itcms/__new local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 + local.get $6 + i32.const 0 + i32.store local.get $6 i32.const 0 - i32.store $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=4 - local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=8 - local.get $7 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=12 - local.get $10 + i32.store offset=12 + local.get $4 i32.const 536870910 i32.gt_u if @@ -6074,82 +6059,79 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $10 - local.get $10 - i32.const 8 + local.get $4 + local.get $4 + i32.const 8 i32.le_u select i32.const 1 i32.shl - local.tee $7 + local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $11 - i32.store $0 offset=8 + local.tee $7 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $11 - i32.store $0 offset=12 + local.get $7 + i32.store offset=12 local.get $6 - local.get $11 - i32.store $0 - local.get $11 - if - local.get $6 - local.get $11 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $7 + i32.store + local.get $6 + local.get $7 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $11 - i32.store $0 offset=4 - local.get $8 + local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $7 - i32.store $0 offset=8 - local.get $8 + local.get $0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $10 - i32.store $0 offset=12 - local.get $8 + local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 + i32.const 0 + local.set $0 loop $for-loop|00 local.get $2 - local.get $10 + local.get $4 i32.lt_s if - local.get $1 + local.get $3 local.get $2 i32.const 3 i32.shl i32.add - local.tee $5 - i32.load $0 offset=4 + local.tee $7 + i32.load offset=4 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $0 - local.get $5 - i32.load16_s $0 + local.get $7 + i32.load16_s call $~lib/array/Array#__set local.get $0 i32.const 1 @@ -6165,7 +6147,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $0 call $~lib/array/Array#set:length @@ -6173,32 +6155,33 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $5 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 + i32.const 0 + local.set $2 loop $for-loop|2 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/array/Array#get:length - local.get $3 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $9 - i32.store $0 offset=4 local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=16 - local.get $9 + i32.store offset=16 + local.get $1 local.get $6 - local.get $3 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#has i32.eqz @@ -6211,34 +6194,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $3 local.get $0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $3 local.get $6 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 local.get $6 - local.get $3 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#add - local.get $3 + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/set/Set#get:size local.set $0 global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size local.get $0 i32.ne @@ -6251,17 +6234,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|3 - local.get $1 + local.get $0 i32.const 50 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -6273,16 +6256,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -6292,17 +6275,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|3 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -6315,17 +6298,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|4 - local.get $1 + local.get $0 i32.const 50 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -6336,16 +6319,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -6357,16 +6340,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -6376,17 +6359,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|4 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -6399,14 +6382,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#clear global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size if i32.const 0 @@ -6450,79 +6433,71 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 24 i32.const 10 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 32 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -6548,10 +6523,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -6620,10 +6595,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -6632,8 +6607,8 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $7 - i32.store $0 + local.tee $6 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 @@ -6645,43 +6620,43 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $4 + i32.load offset=8 + local.set $7 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + local.get $7 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $6 + local.set $4 local.get $3 local.set $2 loop $while-continue|0 local.get $4 - local.get $6 + local.get $7 i32.ne if - local.get $4 - i32.load $0 offset=4 + local.get $7 + i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $2 - local.get $4 - i32.load16_u $0 + local.get $7 + i32.load16_u local.tee $8 - i32.store16 $0 + i32.store16 local.get $2 - local.get $7 + local.get $6 local.get $1 local.get $8 i32.const -1028477379 @@ -6693,102 +6668,94 @@ i32.const 668265263 i32.mul local.tee $8 + local.get $8 i32.const 15 i32.shr_u - local.get $8 i32.xor i32.const -2048144777 i32.mul local.tee $8 + local.get $8 i32.const 13 i32.shr_u - local.get $8 i32.xor i32.const -1028477379 i32.mul local.tee $8 + local.get $8 i32.const 16 i32.shr_u - local.get $8 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $8 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $8 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 8 i32.add local.set $2 end - local.get $4 + local.get $7 i32.const 8 i32.add - local.set $4 + local.set $7 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - local.get $7 - i32.store $0 offset=12 + local.get $6 + i32.store offset=12 local.get $0 - local.get $7 - i32.store $0 - local.get $7 - if - local.get $0 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $6 + i32.store + local.get $0 + local.get $6 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $5 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -6816,10 +6783,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -6852,42 +6819,40 @@ i32.shr_u local.get $2 i32.xor - local.tee $3 + local.tee $4 call $~lib/set/Set#find i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 - local.set $4 - local.get $2 + i32.load offset=16 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 - local.get $2 + i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 - local.set $4 - local.get $2 + i32.load offset=20 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $4 + local.get $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -6896,15 +6861,15 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -6913,69 +6878,69 @@ call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 - local.set $2 - local.get $4 + i32.load offset=8 + local.set $3 + local.get $2 local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $5 i32.const 1 i32.add - i32.store $0 offset=16 - local.get $2 + i32.store offset=16 + local.get $3 local.get $5 i32.const 3 i32.shl i32.add - local.tee $2 + local.tee $3 local.get $1 - i32.store16 $0 - local.get $4 + i32.store16 + local.get $2 local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 - local.get $4 + i32.store offset=20 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $1 - local.get $4 - local.get $0 - i32.store $0 local.get $2 - local.get $1 + local.get $0 + i32.store local.get $3 + local.get $1 + local.get $4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $0 - local.get $2 - i32.store $0 + local.get $3 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -7002,13 +6967,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -7021,14 +6986,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $0 local.get $2 i32.const 4 @@ -7057,10 +7022,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -7105,60 +7070,59 @@ end local.get $1 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.or - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $2 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $1 - local.get $1 + i32.load offset=20 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $1 + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $3 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -7170,7 +7134,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/set/Set#rehash @@ -7189,10 +7153,6 @@ (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) - (local $9 i32) - (local $10 i32) - (local $11 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -7203,24 +7163,24 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 - local.get $4 + memory.fill + local.get $1 call $~lib/set/Set#constructor - local.tee $9 - i32.store $0 + local.tee $1 + i32.store loop $for-loop|0 - local.get $1 + local.get $0 i32.const 100 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -7231,16 +7191,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -7251,17 +7211,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -7274,17 +7234,17 @@ unreachable end i32.const 50 - local.set $1 + local.set $0 loop $for-loop|1 - local.get $1 + local.get $0 i32.const 100 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -7296,16 +7256,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -7316,17 +7276,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|1 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -7339,11 +7299,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.tee $4 - local.get $9 - i32.store $0 offset=4 + local.tee $5 local.get $1 + i32.store offset=4 + local.get $5 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -7352,22 +7311,23 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $0 i64.const 0 - i64.store $0 - local.get $5 - local.get $9 - i32.store $0 - local.get $9 - i32.load $0 offset=8 - local.set $1 - local.get $5 - local.get $9 - i32.store $0 - local.get $9 - i32.load $0 offset=16 - local.set $10 - local.get $5 + i64.store + local.get $0 + local.get $1 + i32.store + local.get $1 + i32.load offset=8 + local.set $3 + local.get $0 + local.get $1 + i32.store + local.get $1 + i32.load offset=16 + local.set $4 + local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -7376,44 +7336,46 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 + local.tee $0 i64.const 0 - i64.store $0 - local.get $6 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $6 + i64.store offset=8 + local.get $0 i32.const 16 i32.const 11 call $~lib/rt/itcms/__new local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 + i32.store + local.get $6 + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=4 - local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=8 - local.get $7 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=12 - local.get $10 + i32.store offset=12 + local.get $4 i32.const 536870910 i32.gt_u if @@ -7426,82 +7388,79 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $10 - local.get $10 + local.get $4 + local.get $4 i32.const 8 i32.le_u select i32.const 1 i32.shl - local.tee $7 + local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $11 - i32.store $0 offset=8 + local.tee $7 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $11 - i32.store $0 offset=12 + local.get $7 + i32.store offset=12 local.get $6 - local.get $11 - i32.store $0 - local.get $11 - if - local.get $6 - local.get $11 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $7 + i32.store + local.get $6 + local.get $7 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $11 - i32.store $0 offset=4 - local.get $8 + local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $7 - i32.store $0 offset=8 - local.get $8 + local.get $0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $10 - i32.store $0 offset=12 - local.get $8 + local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 + i32.const 0 + local.set $0 loop $for-loop|00 local.get $2 - local.get $10 + local.get $4 i32.lt_s if - local.get $1 + local.get $3 local.get $2 i32.const 3 i32.shl i32.add - local.tee $5 - i32.load $0 offset=4 + local.tee $7 + i32.load offset=4 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $0 - local.get $5 - i32.load16_u $0 + local.get $7 + i32.load16_u call $~lib/array/Array#__set local.get $0 i32.const 1 @@ -7517,7 +7476,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $0 call $~lib/array/Array#set:length @@ -7525,32 +7484,33 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $5 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 + i32.const 0 + local.set $2 loop $for-loop|2 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/array/Array#get:length - local.get $3 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $9 - i32.store $0 offset=4 local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=16 - local.get $9 + i32.store offset=16 + local.get $1 local.get $6 - local.get $3 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#has i32.eqz @@ -7563,34 +7523,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $3 local.get $0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $3 local.get $6 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 local.get $6 - local.get $3 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#add - local.get $3 + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/set/Set#get:size local.set $0 global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size local.get $0 i32.ne @@ -7603,17 +7563,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|3 - local.get $1 + local.get $0 i32.const 50 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -7625,16 +7585,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -7644,17 +7604,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|3 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -7667,17 +7627,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|4 - local.get $1 + local.get $0 i32.const 50 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -7688,16 +7648,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -7709,16 +7669,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -7728,17 +7688,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|4 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -7751,14 +7711,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#clear global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size if i32.const 0 @@ -7802,79 +7762,71 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 24 i32.const 12 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 32 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -7901,31 +7853,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 loop $while-continue|0 local.get $0 if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.const 1 i32.and @@ -7934,7 +7886,7 @@ else local.get $1 local.get $0 - i32.load $0 + i32.load i32.eq end if @@ -7978,10 +7930,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -8048,10 +8000,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -8060,8 +8012,8 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $7 - i32.store $0 + local.tee $6 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 @@ -8073,43 +8025,43 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $4 + i32.load offset=8 + local.set $7 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + local.get $7 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $6 + local.set $4 local.get $3 local.set $2 loop $while-continue|0 local.get $4 - local.get $6 + local.get $7 i32.ne if - local.get $4 - i32.load $0 offset=4 + local.get $7 + i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $2 - local.get $4 - i32.load $0 + local.get $7 + i32.load local.tee $8 - i32.store $0 + i32.store local.get $2 - local.get $7 + local.get $6 local.get $1 local.get $8 i32.const -1028477379 @@ -8121,102 +8073,94 @@ i32.const 668265263 i32.mul local.tee $8 + local.get $8 i32.const 15 i32.shr_u - local.get $8 i32.xor i32.const -2048144777 i32.mul local.tee $8 + local.get $8 i32.const 13 i32.shr_u - local.get $8 i32.xor i32.const -1028477379 i32.mul local.tee $8 + local.get $8 i32.const 16 i32.shr_u - local.get $8 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $8 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $8 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 8 i32.add local.set $2 end - local.get $4 + local.get $7 i32.const 8 i32.add - local.set $4 + local.set $7 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - local.get $7 - i32.store $0 offset=12 + local.get $6 + i32.store offset=12 local.get $0 - local.get $7 - i32.store $0 - local.get $7 - if - local.get $0 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $6 + i32.store + local.get $0 + local.get $6 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $5 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -8244,10 +8188,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -8278,42 +8222,40 @@ i32.shr_u local.get $2 i32.xor - local.tee $3 + local.tee $4 call $~lib/set/Set#find i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 - local.set $4 - local.get $2 + i32.load offset=16 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 - local.get $2 + i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 - local.set $4 - local.get $2 + i32.load offset=20 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $4 + local.get $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -8322,15 +8264,15 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -8339,69 +8281,69 @@ call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 - local.set $2 - local.get $4 + i32.load offset=8 + local.set $3 + local.get $2 local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $5 i32.const 1 i32.add - i32.store $0 offset=16 - local.get $2 + i32.store offset=16 + local.get $3 local.get $5 i32.const 3 i32.shl i32.add - local.tee $2 + local.tee $3 local.get $1 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 - local.get $4 + i32.store offset=20 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $1 - local.get $4 - local.get $0 - i32.store $0 local.get $2 - local.get $1 + local.get $0 + i32.store local.get $3 + local.get $1 + local.get $4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $0 - local.get $2 - i32.store $0 + local.get $3 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -8428,13 +8370,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if local.get $1 @@ -8458,23 +8400,23 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add local.get $2 - i32.store $0 + i32.store local.get $3 i32.const 4 i32.add @@ -8498,7 +8440,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 2 @@ -8506,10 +8448,10 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -8535,13 +8477,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -8554,14 +8496,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -8590,10 +8532,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -8636,60 +8578,59 @@ end local.get $1 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.or - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $2 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $1 - local.get $1 + i32.load offset=20 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $1 + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $3 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -8701,7 +8642,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/set/Set#rehash @@ -8720,10 +8661,6 @@ (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) - (local $9 i32) - (local $10 i32) - (local $11 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -8734,24 +8671,24 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 - local.get $4 + memory.fill + local.get $1 call $~lib/set/Set#constructor - local.tee $9 - i32.store $0 + local.tee $1 + i32.store loop $for-loop|0 - local.get $1 + local.get $0 i32.const 100 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -8762,16 +8699,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -8782,17 +8719,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -8805,17 +8742,17 @@ unreachable end i32.const 50 - local.set $1 + local.set $0 loop $for-loop|1 - local.get $1 + local.get $0 i32.const 100 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -8827,16 +8764,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -8847,17 +8784,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|1 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -8870,11 +8807,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.tee $4 - local.get $9 - i32.store $0 offset=4 + local.tee $5 local.get $1 + i32.store offset=4 + local.get $5 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -8883,22 +8819,23 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $0 i64.const 0 - i64.store $0 - local.get $5 - local.get $9 - i32.store $0 - local.get $9 - i32.load $0 offset=8 - local.set $1 - local.get $5 - local.get $9 - i32.store $0 - local.get $9 - i32.load $0 offset=16 - local.set $10 - local.get $5 + i64.store + local.get $0 + local.get $1 + i32.store + local.get $1 + i32.load offset=8 + local.set $3 + local.get $0 + local.get $1 + i32.store + local.get $1 + i32.load offset=16 + local.set $4 + local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -8907,44 +8844,46 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 + local.tee $0 i64.const 0 - i64.store $0 - local.get $6 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $6 + i64.store offset=8 + local.get $0 i32.const 16 i32.const 13 call $~lib/rt/itcms/__new local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 + local.get $6 + i32.const 0 + i32.store local.get $6 i32.const 0 - i32.store $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=4 - local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=8 - local.get $7 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=12 - local.get $10 + i32.store offset=12 + local.get $4 i32.const 268435455 i32.gt_u if @@ -8957,82 +8896,79 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $10 - local.get $10 + local.get $4 + local.get $4 i32.const 8 i32.le_u select i32.const 2 i32.shl - local.tee $7 + local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $11 - i32.store $0 offset=8 + local.tee $7 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $11 - i32.store $0 offset=12 + local.get $7 + i32.store offset=12 local.get $6 - local.get $11 - i32.store $0 - local.get $11 - if - local.get $6 - local.get $11 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $7 + i32.store + local.get $6 + local.get $7 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $11 - i32.store $0 offset=4 - local.get $8 + local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $7 - i32.store $0 offset=8 - local.get $8 + local.get $0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $10 - i32.store $0 offset=12 - local.get $8 + local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 + i32.const 0 + local.set $0 loop $for-loop|00 local.get $2 - local.get $10 + local.get $4 i32.lt_s if - local.get $1 + local.get $3 local.get $2 i32.const 3 i32.shl i32.add - local.tee $5 - i32.load $0 offset=4 + local.tee $7 + i32.load offset=4 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $0 - local.get $5 - i32.load $0 + local.get $7 + i32.load call $~lib/array/Array#__set local.get $0 i32.const 1 @@ -9048,7 +8984,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $0 call $~lib/array/Array#set:length @@ -9056,32 +8992,33 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $5 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 + i32.const 0 + local.set $2 loop $for-loop|2 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/array/Array#get:length - local.get $3 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $9 - i32.store $0 offset=4 local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=16 - local.get $9 + i32.store offset=16 + local.get $1 local.get $6 - local.get $3 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#has i32.eqz @@ -9094,34 +9031,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $3 local.get $0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $3 local.get $6 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 local.get $6 - local.get $3 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#add - local.get $3 + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/set/Set#get:size local.set $0 global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size local.get $0 i32.ne @@ -9134,17 +9071,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|3 - local.get $1 + local.get $0 i32.const 50 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -9156,16 +9093,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -9175,17 +9112,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|3 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -9198,17 +9135,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|4 - local.get $1 + local.get $0 i32.const 50 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -9219,16 +9156,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -9240,16 +9177,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -9259,17 +9196,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|4 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -9282,14 +9219,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#clear global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size if i32.const 0 @@ -9333,79 +9270,71 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 24 i32.const 14 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 32 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -9432,31 +9361,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 loop $while-continue|0 local.get $0 if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.const 1 i32.and @@ -9465,7 +9394,7 @@ else local.get $1 local.get $0 - i32.load $0 + i32.load i32.eq end if @@ -9509,10 +9438,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -9579,10 +9508,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -9591,8 +9520,8 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $7 - i32.store $0 + local.tee $6 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 @@ -9604,43 +9533,43 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $4 + i32.load offset=8 + local.set $7 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + local.get $7 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $6 + local.set $4 local.get $3 local.set $2 loop $while-continue|0 local.get $4 - local.get $6 + local.get $7 i32.ne if - local.get $4 - i32.load $0 offset=4 + local.get $7 + i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $2 - local.get $4 - i32.load $0 + local.get $7 + i32.load local.tee $8 - i32.store $0 + i32.store local.get $2 - local.get $7 + local.get $6 local.get $1 local.get $8 i32.const -1028477379 @@ -9652,102 +9581,94 @@ i32.const 668265263 i32.mul local.tee $8 + local.get $8 i32.const 15 i32.shr_u - local.get $8 i32.xor i32.const -2048144777 i32.mul local.tee $8 + local.get $8 i32.const 13 i32.shr_u - local.get $8 i32.xor i32.const -1028477379 i32.mul local.tee $8 + local.get $8 i32.const 16 i32.shr_u - local.get $8 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $8 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $8 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 8 i32.add local.set $2 end - local.get $4 + local.get $7 i32.const 8 i32.add - local.set $4 + local.set $7 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - local.get $7 - i32.store $0 offset=12 + local.get $6 + i32.store offset=12 local.get $0 - local.get $7 - i32.store $0 - local.get $7 - if - local.get $0 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $6 + i32.store + local.get $0 + local.get $6 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $5 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -9775,10 +9696,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -9809,42 +9730,40 @@ i32.shr_u local.get $2 i32.xor - local.tee $3 + local.tee $4 call $~lib/set/Set#find i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 - local.set $4 - local.get $2 + i32.load offset=16 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 - local.get $2 + i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 - local.set $4 - local.get $2 + i32.load offset=20 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $4 + local.get $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -9853,15 +9772,15 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -9870,69 +9789,69 @@ call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 - local.set $2 - local.get $4 + i32.load offset=8 + local.set $3 + local.get $2 local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $5 i32.const 1 i32.add - i32.store $0 offset=16 - local.get $2 + i32.store offset=16 + local.get $3 local.get $5 i32.const 3 i32.shl i32.add - local.tee $2 + local.tee $3 local.get $1 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 - local.get $4 + i32.store offset=20 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $1 - local.get $4 - local.get $0 - i32.store $0 local.get $2 - local.get $1 + local.get $0 + i32.store local.get $3 + local.get $1 + local.get $4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $0 - local.get $2 - i32.store $0 + local.get $3 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -9959,13 +9878,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -9978,14 +9897,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -10014,10 +9933,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -10060,60 +9979,59 @@ end local.get $1 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.or - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $2 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $1 - local.get $1 + i32.load offset=20 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $1 + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $3 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -10125,7 +10043,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/set/Set#rehash @@ -10144,10 +10062,6 @@ (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) - (local $9 i32) - (local $10 i32) - (local $11 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -10158,24 +10072,24 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 - local.get $4 + memory.fill + local.get $1 call $~lib/set/Set#constructor - local.tee $9 - i32.store $0 + local.tee $1 + i32.store loop $for-loop|0 - local.get $1 + local.get $0 i32.const 100 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -10186,16 +10100,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -10206,17 +10120,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -10229,17 +10143,17 @@ unreachable end i32.const 50 - local.set $1 + local.set $0 loop $for-loop|1 - local.get $1 + local.get $0 i32.const 100 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -10251,16 +10165,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -10271,17 +10185,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|1 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -10294,11 +10208,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.tee $4 - local.get $9 - i32.store $0 offset=4 + local.tee $5 local.get $1 + i32.store offset=4 + local.get $5 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -10307,22 +10220,23 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $0 i64.const 0 - i64.store $0 - local.get $5 - local.get $9 - i32.store $0 - local.get $9 - i32.load $0 offset=8 - local.set $1 - local.get $5 - local.get $9 - i32.store $0 - local.get $9 - i32.load $0 offset=16 - local.set $10 - local.get $5 + i64.store + local.get $0 + local.get $1 + i32.store + local.get $1 + i32.load offset=8 + local.set $3 + local.get $0 + local.get $1 + i32.store + local.get $1 + i32.load offset=16 + local.set $4 + local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -10331,44 +10245,46 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 + local.tee $0 i64.const 0 - i64.store $0 - local.get $6 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $6 + i64.store offset=8 + local.get $0 i32.const 16 i32.const 15 call $~lib/rt/itcms/__new local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 + local.get $6 + i32.const 0 + i32.store local.get $6 i32.const 0 - i32.store $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=4 - local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=8 - local.get $7 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 - i32.store $0 offset=12 - local.get $10 + i32.store offset=12 + local.get $4 i32.const 268435455 i32.gt_u if @@ -10381,82 +10297,79 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $10 - local.get $10 + local.get $4 + local.get $4 i32.const 8 i32.le_u select i32.const 2 i32.shl - local.tee $7 + local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $11 - i32.store $0 offset=8 + local.tee $7 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $11 - i32.store $0 offset=12 + local.get $7 + i32.store offset=12 local.get $6 - local.get $11 - i32.store $0 - local.get $11 - if - local.get $6 - local.get $11 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $7 + i32.store + local.get $6 + local.get $7 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $11 - i32.store $0 offset=4 - local.get $8 + local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $7 - i32.store $0 offset=8 - local.get $8 + local.get $0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - local.get $10 - i32.store $0 offset=12 - local.get $8 + local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 + i32.const 0 + local.set $0 loop $for-loop|00 local.get $2 - local.get $10 + local.get $4 i32.lt_s if - local.get $1 + local.get $3 local.get $2 i32.const 3 i32.shl i32.add - local.tee $5 - i32.load $0 offset=4 + local.tee $7 + i32.load offset=4 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $0 - local.get $5 - i32.load $0 + local.get $7 + i32.load call $~lib/array/Array#__set local.get $0 i32.const 1 @@ -10472,7 +10385,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $0 call $~lib/array/Array#set:length @@ -10480,32 +10393,33 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $5 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 + i32.const 0 + local.set $2 loop $for-loop|2 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/array/Array#get:length - local.get $3 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $9 - i32.store $0 offset=4 local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=16 - local.get $9 + i32.store offset=16 + local.get $1 local.get $6 - local.get $3 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#has i32.eqz @@ -10518,34 +10432,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $3 local.get $0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $3 local.get $6 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 local.get $6 - local.get $3 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#add - local.get $3 + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/set/Set#get:size local.set $0 global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size local.get $0 i32.ne @@ -10558,17 +10472,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|3 - local.get $1 + local.get $0 i32.const 50 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -10580,16 +10494,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -10599,17 +10513,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|3 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -10622,17 +10536,17 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|4 - local.get $1 + local.get $0 i32.const 50 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -10643,16 +10557,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has i32.eqz if @@ -10664,16 +10578,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 call $~lib/set/Set#has if i32.const 0 @@ -10683,17 +10597,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|4 end end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -10706,14 +10620,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#clear global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store $0 offset=4 - local.get $9 + local.get $1 + i32.store offset=4 + local.get $1 call $~lib/set/Set#get:size if i32.const 0 @@ -10757,79 +10671,71 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 24 i32.const 16 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 64 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -10856,31 +10762,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 loop $while-continue|0 local.get $0 if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.const 1 i32.and @@ -10889,7 +10795,7 @@ else local.get $1 local.get $0 - i64.load $0 + i64.load i64.eq end if @@ -10933,10 +10839,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -10993,8 +10899,8 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i64) - (local $6 i32) + (local $5 i32) + (local $6 i64) (local $7 i32) (local $8 i32) (local $9 i32) @@ -11016,10 +10922,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -11028,58 +10934,58 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $8 - i32.store $0 + local.tee $7 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 i32.shl i32.const 3 i32.div_s - local.tee $6 + local.tee $5 i32.const 4 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $4 + i32.load offset=8 + local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + local.get $8 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 4 i32.shl i32.add - local.set $7 + local.set $4 local.get $3 local.set $2 loop $while-continue|0 local.get $4 - local.get $7 + local.get $8 i32.ne if - local.get $4 - i32.load $0 offset=8 + local.get $8 + i32.load offset=8 i32.const 1 i32.and i32.eqz if - local.get $2 - local.get $4 - i64.load $0 - local.tee $5 - i64.store $0 local.get $2 local.get $8 + i64.load + local.tee $6 + i64.store + local.get $2 + local.get $7 local.get $1 - local.get $5 + local.get $6 i32.wrap_i64 i32.const -1028477379 i32.mul @@ -11089,7 +10995,7 @@ i32.rotl i32.const 668265263 i32.mul - local.get $5 + local.get $6 i64.const 32 i64.shr_u i32.wrap_i64 @@ -11101,102 +11007,94 @@ i32.const 668265263 i32.mul local.tee $9 - local.get $9 i32.const 15 i32.shr_u + local.get $9 i32.xor i32.const -2048144777 i32.mul local.tee $9 - local.get $9 i32.const 13 i32.shr_u + local.get $9 i32.xor i32.const -1028477379 i32.mul local.tee $9 - local.get $9 i32.const 16 i32.shr_u + local.get $9 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $9 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $9 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 16 i32.add local.set $2 end - local.get $4 + local.get $8 i32.const 16 i32.add - local.set $4 + local.set $8 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - local.get $8 - i32.store $0 offset=12 + local.get $7 + i32.store offset=12 local.get $0 - local.get $8 - i32.store $0 - local.get $8 - if - local.get $0 - local.get $8 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $7 + i32.store + local.get $0 + local.get $7 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $6 - i32.store $0 offset=12 - local.get $1 + local.get $5 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -11224,10 +11122,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -11275,37 +11173,35 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 - local.set $4 - local.get $3 + i32.load offset=16 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 - local.get $3 + i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 - local.set $4 - local.get $3 + i32.load offset=20 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $4 + local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -11314,15 +11210,15 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -11333,23 +11229,23 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $5 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.get $5 i32.const 4 @@ -11357,43 +11253,43 @@ i32.add local.tee $4 local.get $1 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $5 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $5 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $0 local.get $4 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -11420,13 +11316,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if local.get $1 @@ -11450,23 +11346,23 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add local.get $2 - i64.store $0 + i64.store local.get $3 i32.const 4 i32.add @@ -11490,7 +11386,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 3 @@ -11498,10 +11394,10 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -11528,13 +11424,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -11547,14 +11443,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $2 local.get $3 i32.const 4 @@ -11584,10 +11480,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -11642,60 +11538,59 @@ end local.get $2 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.or - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $2 - local.get $2 + i32.load offset=20 + local.tee $4 + local.get $4 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $4 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -11707,7 +11602,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 call $~lib/set/Set#rehash @@ -11737,70 +11632,62 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 3 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 64 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 4 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -11816,9 +11703,6 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -11829,23 +11713,23 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $3 i32.const 0 i32.const 20 - memory.fill $0 - local.get $4 + memory.fill + local.get $3 call $~lib/set/Set#constructor - local.tee $10 - i32.store $0 + local.tee $7 + i32.store loop $for-loop|0 local.get $1 i64.const 100 i64.lt_s if global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has if @@ -11857,15 +11741,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has i32.eqz @@ -11885,9 +11769,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -11907,9 +11791,9 @@ i64.lt_s if global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has i32.eqz @@ -11922,15 +11806,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has i32.eqz @@ -11950,9 +11834,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -11965,11 +11849,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $5 - local.get $10 - i32.store $0 offset=4 - local.get $4 + local.tee $8 + local.get $7 + i32.store offset=4 + local.get $8 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -11978,22 +11861,23 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 + local.tee $5 i64.const 0 - i64.store $0 - local.get $6 - local.get $10 - i32.store $0 - local.get $10 - i32.load $0 offset=8 + i64.store + local.get $5 + local.get $7 + i32.store + local.get $7 + i32.load offset=8 + local.set $3 + local.get $5 + local.get $7 + i32.store + local.get $7 + i32.load offset=16 local.set $4 - local.get $6 - local.get $10 - i32.store $0 - local.get $10 - i32.load $0 offset=16 - local.set $11 - local.get $6 + local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -12002,44 +11886,46 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $7 + local.tee $5 i64.const 0 - i64.store $0 - local.get $7 + i64.store + local.get $5 i64.const 0 - i64.store $0 offset=8 - local.get $7 + i64.store offset=8 + local.get $5 i32.const 16 i32.const 17 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 + local.tee $5 + i32.store global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $5 + i32.store offset=4 + local.get $5 + i32.const 0 + i32.store + local.get $5 i32.const 0 - i32.store $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $5 + i32.store offset=4 + local.get $5 i32.const 0 - i32.store $0 offset=4 - local.get $8 - local.get $7 - i32.store $0 offset=4 - local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 i32.const 0 - i32.store $0 offset=8 - local.get $8 - local.get $7 - i32.store $0 offset=4 - local.get $7 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 i32.const 0 - i32.store $0 offset=12 - local.get $11 + i32.store offset=12 + local.get $4 i32.const 134217727 i32.gt_u if @@ -12052,82 +11938,77 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $11 - local.get $11 + local.get $4 + local.get $4 i32.const 8 i32.le_u select i32.const 3 i32.shl - local.tee $8 + local.tee $9 i32.const 1 call $~lib/rt/itcms/__new - local.tee $12 - i32.store $0 offset=8 + local.tee $6 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 + local.get $5 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $12 - i32.store $0 offset=12 - local.get $7 - local.get $12 - i32.store $0 - local.get $12 - if - local.get $7 - local.get $12 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $6 + i32.store offset=12 + local.get $5 + local.get $6 + i32.store + local.get $5 + local.get $6 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $7 - i32.store $0 offset=4 - local.get $7 - local.get $12 - i32.store $0 offset=4 - local.get $9 - local.get $7 - i32.store $0 offset=4 - local.get $7 - local.get $8 - i32.store $0 offset=8 - local.get $9 - local.get $7 - i32.store $0 offset=4 - local.get $7 - local.get $11 - i32.store $0 offset=12 + local.get $5 + i32.store offset=4 + local.get $5 + local.get $6 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 local.get $9 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 - local.get $7 - i32.store $0 offset=4 + local.get $5 + i32.store offset=4 loop $for-loop|00 local.get $2 - local.get $11 + local.get $4 i32.lt_s if - local.get $4 + local.get $3 local.get $2 i32.const 4 i32.shl i32.add local.tee $6 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 - local.get $7 + local.get $5 + i32.store + local.get $5 local.get $0 local.get $6 - i64.load $0 + i64.load call $~lib/array/Array#__set local.get $0 i32.const 1 @@ -12142,41 +12023,42 @@ end end global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 - local.get $7 + local.get $5 + i32.store + local.get $5 local.get $0 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer + local.get $8 local.get $5 - local.get $7 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 + i32.const 0 + local.set $2 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $5 + i32.store offset=4 + local.get $5 call $~lib/array/Array#get:length - local.get $3 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $10 - i32.store $0 offset=4 - local.get $2 local.get $7 - i32.store $0 offset=16 - local.get $10 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=16 local.get $7 - local.get $3 + local.get $5 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#has i32.eqz @@ -12189,34 +12071,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 offset=4 - local.get $2 - local.get $7 - i32.store $0 offset=16 + local.tee $3 local.get $0 - local.get $7 + i32.store offset=4 local.get $3 + local.get $5 + i32.store offset=16 + local.get $0 + local.get $5 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#add - local.get $3 + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/set/Set#get:size local.set $0 global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/set/Set#get:size local.get $0 i32.ne @@ -12236,9 +12118,9 @@ i64.lt_s if global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has i32.eqz @@ -12251,15 +12133,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has if @@ -12278,9 +12160,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -12300,9 +12182,9 @@ i64.lt_s if global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has if @@ -12314,15 +12196,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has i32.eqz @@ -12335,15 +12217,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has if @@ -12362,9 +12244,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -12377,14 +12259,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/set/Set#clear global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/set/Set#get:size if i32.const 0 @@ -12428,79 +12310,71 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 24 i32.const 18 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 64 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -12527,31 +12401,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 loop $while-continue|0 local.get $0 if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.const 1 i32.and @@ -12560,7 +12434,7 @@ else local.get $1 local.get $0 - i64.load $0 + i64.load i64.eq end if @@ -12604,10 +12478,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -12664,8 +12538,8 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i64) - (local $6 i32) + (local $5 i32) + (local $6 i64) (local $7 i32) (local $8 i32) (local $9 i32) @@ -12687,10 +12561,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -12699,58 +12573,58 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $8 - i32.store $0 + local.tee $7 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 i32.shl i32.const 3 i32.div_s - local.tee $6 + local.tee $5 i32.const 4 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $4 + i32.load offset=8 + local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + local.get $8 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 4 i32.shl i32.add - local.set $7 + local.set $4 local.get $3 local.set $2 loop $while-continue|0 local.get $4 - local.get $7 + local.get $8 i32.ne if - local.get $4 - i32.load $0 offset=8 + local.get $8 + i32.load offset=8 i32.const 1 i32.and i32.eqz if - local.get $2 - local.get $4 - i64.load $0 - local.tee $5 - i64.store $0 local.get $2 local.get $8 + i64.load + local.tee $6 + i64.store + local.get $2 + local.get $7 local.get $1 - local.get $5 + local.get $6 i32.wrap_i64 i32.const -1028477379 i32.mul @@ -12760,7 +12634,7 @@ i32.rotl i32.const 668265263 i32.mul - local.get $5 + local.get $6 i64.const 32 i64.shr_u i32.wrap_i64 @@ -12772,102 +12646,94 @@ i32.const 668265263 i32.mul local.tee $9 - local.get $9 i32.const 15 i32.shr_u + local.get $9 i32.xor i32.const -2048144777 i32.mul local.tee $9 - local.get $9 i32.const 13 i32.shr_u + local.get $9 i32.xor i32.const -1028477379 i32.mul local.tee $9 - local.get $9 i32.const 16 i32.shr_u + local.get $9 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $9 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $9 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 16 i32.add local.set $2 end - local.get $4 + local.get $8 i32.const 16 i32.add - local.set $4 + local.set $8 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - local.get $8 - i32.store $0 offset=12 + local.get $7 + i32.store offset=12 local.get $0 - local.get $8 - i32.store $0 - local.get $8 - if - local.get $0 - local.get $8 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $7 + i32.store local.get $0 - i32.store $0 offset=8 + local.get $7 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $6 - i32.store $0 offset=12 - local.get $1 + local.get $5 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -12895,10 +12761,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -12946,37 +12812,35 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 - local.set $4 - local.get $3 + i32.load offset=16 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 - local.get $3 + i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 - local.set $4 - local.get $3 + i32.load offset=20 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $4 + local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -12985,15 +12849,15 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -13004,23 +12868,23 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $5 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.get $5 i32.const 4 @@ -13028,43 +12892,43 @@ i32.add local.tee $4 local.get $1 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $5 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $5 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $0 local.get $4 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -13092,13 +12956,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -13111,14 +12975,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $2 local.get $3 i32.const 4 @@ -13148,10 +13012,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -13206,60 +13070,59 @@ end local.get $2 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.or - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $2 - local.get $2 + i32.load offset=20 + local.tee $4 + local.get $4 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $4 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -13271,7 +13134,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 call $~lib/set/Set#rehash @@ -13292,9 +13155,6 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -13305,23 +13165,23 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $3 i32.const 0 i32.const 20 - memory.fill $0 - local.get $4 + memory.fill + local.get $3 call $~lib/set/Set#constructor - local.tee $10 - i32.store $0 + local.tee $7 + i32.store loop $for-loop|0 local.get $1 i64.const 100 i64.lt_u if global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has if @@ -13333,15 +13193,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has i32.eqz @@ -13361,9 +13221,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -13383,9 +13243,9 @@ i64.lt_u if global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has i32.eqz @@ -13398,15 +13258,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has i32.eqz @@ -13426,9 +13286,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -13441,11 +13301,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $5 - local.get $10 - i32.store $0 offset=4 - local.get $4 + local.tee $8 + local.get $7 + i32.store offset=4 + local.get $8 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -13454,22 +13313,23 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 + local.tee $5 i64.const 0 - i64.store $0 - local.get $6 - local.get $10 - i32.store $0 - local.get $10 - i32.load $0 offset=8 + i64.store + local.get $5 + local.get $7 + i32.store + local.get $7 + i32.load offset=8 + local.set $3 + local.get $5 + local.get $7 + i32.store + local.get $7 + i32.load offset=16 local.set $4 - local.get $6 - local.get $10 - i32.store $0 - local.get $10 - i32.load $0 offset=16 - local.set $11 - local.get $6 + local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -13478,44 +13338,46 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $7 + local.tee $5 i64.const 0 - i64.store $0 - local.get $7 + i64.store + local.get $5 i64.const 0 - i64.store $0 offset=8 - local.get $7 + i64.store offset=8 + local.get $5 i32.const 16 i32.const 19 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 + local.tee $5 + i32.store global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $5 + i32.store offset=4 + local.get $5 + i32.const 0 + i32.store + local.get $5 i32.const 0 - i32.store $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $5 + i32.store offset=4 + local.get $5 i32.const 0 - i32.store $0 offset=4 - local.get $8 - local.get $7 - i32.store $0 offset=4 - local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 i32.const 0 - i32.store $0 offset=8 - local.get $8 - local.get $7 - i32.store $0 offset=4 - local.get $7 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 i32.const 0 - i32.store $0 offset=12 - local.get $11 + i32.store offset=12 + local.get $4 i32.const 134217727 i32.gt_u if @@ -13528,82 +13390,77 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $11 - local.get $11 + local.get $4 + local.get $4 i32.const 8 i32.le_u select i32.const 3 i32.shl - local.tee $8 + local.tee $9 i32.const 1 call $~lib/rt/itcms/__new - local.tee $12 - i32.store $0 offset=8 + local.tee $6 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 + local.get $5 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $12 - i32.store $0 offset=12 - local.get $7 - local.get $12 - i32.store $0 - local.get $12 - if - local.get $7 - local.get $12 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $6 + i32.store offset=12 + local.get $5 + local.get $6 + i32.store + local.get $5 + local.get $6 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $7 - i32.store $0 offset=4 - local.get $7 - local.get $12 - i32.store $0 offset=4 - local.get $9 - local.get $7 - i32.store $0 offset=4 - local.get $7 - local.get $8 - i32.store $0 offset=8 - local.get $9 - local.get $7 - i32.store $0 offset=4 - local.get $7 - local.get $11 - i32.store $0 offset=12 + local.get $5 + i32.store offset=4 + local.get $5 + local.get $6 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 local.get $9 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + local.get $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 - local.get $7 - i32.store $0 offset=4 + local.get $5 + i32.store offset=4 loop $for-loop|00 local.get $2 - local.get $11 + local.get $4 i32.lt_s if - local.get $4 + local.get $3 local.get $2 i32.const 4 i32.shl i32.add local.tee $6 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 - local.get $7 + local.get $5 + i32.store + local.get $5 local.get $0 local.get $6 - i64.load $0 + i64.load call $~lib/array/Array#__set local.get $0 i32.const 1 @@ -13618,41 +13475,42 @@ end end global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 - local.get $7 + local.get $5 + i32.store + local.get $5 local.get $0 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer + local.get $8 local.get $5 - local.get $7 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 + i32.const 0 + local.set $2 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $5 + i32.store offset=4 + local.get $5 call $~lib/array/Array#get:length - local.get $3 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $10 - i32.store $0 offset=4 - local.get $2 local.get $7 - i32.store $0 offset=16 - local.get $10 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=16 local.get $7 - local.get $3 + local.get $5 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#has i32.eqz @@ -13665,34 +13523,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store $0 offset=4 - local.get $2 - local.get $7 - i32.store $0 offset=16 + local.tee $3 local.get $0 - local.get $7 + i32.store offset=4 local.get $3 + local.get $5 + i32.store offset=16 + local.get $0 + local.get $5 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#add - local.get $3 + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/set/Set#get:size local.set $0 global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/set/Set#get:size local.get $0 i32.ne @@ -13712,9 +13570,9 @@ i64.lt_u if global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has i32.eqz @@ -13727,15 +13585,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has if @@ -13754,9 +13612,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -13776,9 +13634,9 @@ i64.lt_u if global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has if @@ -13790,15 +13648,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has i32.eqz @@ -13811,15 +13669,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 local.get $1 call $~lib/set/Set#has if @@ -13838,9 +13696,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -13853,14 +13711,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/set/Set#clear global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store $0 offset=4 - local.get $10 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/set/Set#get:size if i32.const 0 @@ -13904,79 +13762,71 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 24 i32.const 20 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 32 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -14003,31 +13853,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 loop $while-continue|0 local.get $0 if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.const 1 i32.and @@ -14036,7 +13886,7 @@ else local.get $1 local.get $0 - f32.load $0 + f32.load f32.eq end if @@ -14080,10 +13930,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -14128,10 +13978,10 @@ (func $~lib/set/Set#rehash (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) + (local $4 f32) (local $5 i32) (local $6 i32) - (local $7 f32) + (local $7 i32) (local $8 i32) (local $9 i32) global.get $~lib/memory/__stack_pointer @@ -14152,10 +14002,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -14164,58 +14014,58 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $8 - i32.store $0 + local.tee $7 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 i32.shl i32.const 3 i32.div_s - local.tee $5 + local.tee $6 i32.const 3 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $4 + i32.load offset=8 + local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + local.get $8 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $6 + local.set $5 local.get $3 local.set $2 loop $while-continue|0 - local.get $4 - local.get $6 + local.get $5 + local.get $8 i32.ne if - local.get $4 - i32.load $0 offset=4 + local.get $8 + i32.load offset=4 i32.const 1 i32.and i32.eqz if - local.get $2 - local.get $4 - f32.load $0 - local.tee $7 - f32.store $0 local.get $2 local.get $8 - local.get $1 + f32.load + local.tee $4 + f32.store + local.get $2 local.get $7 + local.get $1 + local.get $4 i32.reinterpret_f32 i32.const -1028477379 i32.mul @@ -14226,102 +14076,94 @@ i32.const 668265263 i32.mul local.tee $9 + local.get $9 i32.const 15 i32.shr_u - local.get $9 i32.xor i32.const -2048144777 i32.mul local.tee $9 + local.get $9 i32.const 13 i32.shr_u - local.get $9 i32.xor i32.const -1028477379 i32.mul local.tee $9 + local.get $9 i32.const 16 i32.shr_u - local.get $9 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $9 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $9 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 8 i32.add local.set $2 end - local.get $4 + local.get $8 i32.const 8 i32.add - local.set $4 + local.set $8 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - local.get $8 - i32.store $0 offset=12 + local.get $7 + i32.store offset=12 local.get $0 - local.get $8 - i32.store $0 - local.get $8 - if - local.get $0 - local.get $8 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $7 + i32.store + local.get $0 + local.get $7 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $5 - i32.store $0 offset=12 - local.get $1 + local.get $6 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -14349,10 +14191,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -14389,37 +14231,35 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 - local.set $4 - local.get $3 + i32.load offset=16 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - local.get $4 + i32.store + local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 - local.get $3 + i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 - local.set $4 - local.get $3 + i32.load offset=20 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $4 + local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -14428,15 +14268,15 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -14447,23 +14287,23 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $5 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.get $5 i32.const 3 @@ -14471,43 +14311,43 @@ i32.add local.tee $4 local.get $1 - f32.store $0 + f32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $5 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $5 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=4 + i32.load + i32.store offset=4 local.get $0 local.get $4 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -14517,9 +14357,9 @@ (func $~lib/set/Set#values (param $0 i32) (result i32) (local $1 i32) (local $2 i32) - (local $3 f32) + (local $3 i32) (local $4 i32) - (local $5 i32) + (local $5 f32) (local $6 i32) (local $7 i32) (local $8 i32) @@ -14527,74 +14367,76 @@ i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner0 + block $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 1748 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $6 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $6 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $4 - local.get $1 + local.get $6 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 - local.set $6 - local.get $1 + i32.load offset=16 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1748 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $0 i32.const 16 i32.const 21 call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 + local.tee $7 + i32.store global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $7 + i32.store offset=4 + local.get $7 + i32.const 0 + i32.store + local.get $7 i32.const 0 - i32.store $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=4 - local.get $0 - local.get $2 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=8 - local.get $0 - local.get $2 - i32.store $0 offset=4 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=12 - local.get $6 + i32.store offset=12 + local.get $2 i32.const 268435455 i32.gt_u if @@ -14607,8 +14449,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $6 - local.get $6 + local.get $2 + local.get $2 i32.const 8 i32.le_u select @@ -14617,79 +14459,73 @@ local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 + local.tee $8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=12 local.get $7 - i32.store $0 + local.get $8 + i32.store local.get $7 - if - local.get $2 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $8 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $2 - i32.store $0 offset=4 - local.get $2 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 + local.get $7 local.get $8 - local.get $2 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 local.get $0 - i32.store $0 offset=8 - local.get $8 - local.get $2 - i32.store $0 offset=4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 local.get $2 - local.get $6 - i32.store $0 offset=12 - local.get $8 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $2 - i32.store $0 offset=4 - i32.const 0 - local.set $0 + local.get $6 + local.get $7 + i32.store offset=4 loop $for-loop|0 - local.get $5 - local.get $6 - i32.lt_s + local.get $2 + local.get $3 + i32.gt_s if local.get $4 - local.get $5 + local.get $3 i32.const 3 i32.shl i32.add - local.tee $7 - i32.load $0 offset=4 + local.tee $6 + i32.load offset=4 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer local.tee $8 - local.get $2 - i32.store $0 - local.get $0 - local.tee $1 + local.get $7 + i32.store + local.get $1 + local.tee $0 i32.const 1 i32.add - local.set $0 - local.get $7 - f32.load $0 - local.set $3 + local.set $1 + local.get $6 + f32.load + local.set $5 local.get $8 i32.const 4 i32.sub @@ -14697,20 +14533,20 @@ global.get $~lib/memory/__stack_pointer i32.const 1748 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $7 + local.tee $6 i32.const 0 - i32.store $0 + i32.store + local.get $6 local.get $7 - local.get $2 - i32.store $0 - local.get $1 - local.get $2 - i32.load $0 offset=12 + i32.store + local.get $0 + local.get $7 + i32.load offset=12 i32.ge_u if - local.get $1 + local.get $0 i32.const 0 i32.lt_s if @@ -14721,56 +14557,56 @@ call $~lib/builtins/abort unreachable end - local.get $2 - local.get $1 + local.get $7 + local.get $0 i32.const 1 i32.add - local.tee $7 + local.tee $6 i32.const 2 i32.const 1 call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 - local.get $2 local.get $7 - i32.store $0 offset=12 + i32.store + local.get $7 + local.get $6 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $2 - i32.store $0 - local.get $2 - i32.load $0 offset=4 - local.get $1 + local.tee $6 + local.get $7 + i32.store + local.get $7 + i32.load offset=4 + local.get $0 i32.const 2 i32.shl i32.add - local.get $3 - f32.store $0 - local.get $7 + local.get $5 + f32.store + local.get $6 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer end - local.get $5 + local.get $3 i32.const 1 i32.add - local.set $5 + local.set $3 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 - local.get $2 - local.get $0 + local.get $7 + i32.store + local.get $7 + local.get $1 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $7 return end i32.const 34544 @@ -14801,13 +14637,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -14820,14 +14656,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $2 local.get $3 i32.const 4 @@ -14857,10 +14693,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -14904,60 +14740,59 @@ end local.get $2 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.or - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $2 - local.get $2 + i32.load offset=20 + local.tee $4 + local.get $4 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $4 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -14969,7 +14804,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 call $~lib/set/Set#rehash @@ -15005,20 +14840,20 @@ local.tee $2 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $2 call $~lib/set/Set#constructor - local.tee $3 - i32.store $0 + local.tee $4 + i32.store loop $for-loop|0 local.get $1 f32.const 100 f32.lt if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has if @@ -15030,15 +14865,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has i32.eqz @@ -15058,9 +14893,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -15080,9 +14915,9 @@ f32.lt if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has i32.eqz @@ -15095,15 +14930,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has i32.eqz @@ -15123,9 +14958,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -15139,35 +14974,34 @@ end global.get $~lib/memory/__stack_pointer local.tee $2 - local.get $3 - i32.store $0 offset=4 + local.get $4 + i32.store offset=4 local.get $2 - local.get $3 + local.get $4 call $~lib/set/Set#values - local.tee $4 - i32.store $0 offset=8 + local.tee $2 + i32.store offset=8 global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor - local.tee $2 - i32.store $0 offset=12 + local.tee $3 + i32.store offset=12 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $2 + i32.store offset=4 + local.get $2 call $~lib/array/Array#get:length local.get $0 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $3 - i32.store $0 offset=4 - local.get $5 local.get $4 - i32.store $0 offset=16 - local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=16 local.get $4 + local.get $2 local.get $0 call $~lib/array/Array#__get call $~lib/set/Set#has @@ -15182,13 +15016,13 @@ end global.get $~lib/memory/__stack_pointer local.tee $5 - local.get $2 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 local.get $5 - local.get $4 - i32.store $0 offset=16 local.get $2 - local.get $4 + i32.store offset=16 + local.get $3 + local.get $2 local.get $0 call $~lib/array/Array#__get call $~lib/set/Set#add @@ -15200,15 +15034,15 @@ end end global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/set/Set#get:size local.set $0 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/set/Set#get:size local.get $0 i32.ne @@ -15228,9 +15062,9 @@ f32.lt if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has i32.eqz @@ -15243,15 +15077,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has if @@ -15270,9 +15104,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -15292,9 +15126,9 @@ f32.lt if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has if @@ -15306,15 +15140,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has i32.eqz @@ -15327,15 +15161,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has if @@ -15354,9 +15188,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -15369,14 +15203,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/set/Set#clear global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/set/Set#get:size if i32.const 0 @@ -15412,79 +15246,71 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 24 i32.const 22 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 64 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -15511,31 +15337,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 loop $while-continue|0 local.get $0 if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.const 1 i32.and @@ -15544,7 +15370,7 @@ else local.get $1 local.get $0 - f64.load $0 + f64.load f64.eq end if @@ -15589,10 +15415,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -15650,11 +15476,11 @@ (func $~lib/set/Set#rehash (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) - (local $5 i32) + (local $4 i64) + (local $5 f64) (local $6 i32) - (local $7 f64) - (local $8 i64) + (local $7 i32) + (local $8 i32) (local $9 i32) (local $10 i32) global.get $~lib/memory/__stack_pointer @@ -15675,10 +15501,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 local.get $1 i32.const 1 @@ -15687,32 +15513,32 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $9 - i32.store $0 + local.tee $8 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 i32.shl i32.const 3 i32.div_s - local.tee $5 + local.tee $7 i32.const 4 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $4 + i32.load offset=8 + local.set $9 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + local.get $9 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 4 i32.shl i32.add @@ -15720,27 +15546,27 @@ local.get $3 local.set $2 loop $while-continue|0 - local.get $4 local.get $6 + local.get $9 i32.ne if - local.get $4 - i32.load $0 offset=8 + local.get $9 + i32.load offset=8 i32.const 1 i32.and i32.eqz if - local.get $2 - local.get $4 - f64.load $0 - local.tee $7 - f64.store $0 local.get $2 local.get $9 + f64.load + local.tee $5 + f64.store + local.get $2 + local.get $8 local.get $1 - local.get $7 + local.get $5 i64.reinterpret_f64 - local.tee $8 + local.tee $4 i32.wrap_i64 i32.const -1028477379 i32.mul @@ -15750,7 +15576,7 @@ i32.rotl i32.const 668265263 i32.mul - local.get $8 + local.get $4 i64.const 32 i64.shr_u i32.wrap_i64 @@ -15762,102 +15588,94 @@ i32.const 668265263 i32.mul local.tee $10 - local.get $10 i32.const 15 i32.shr_u + local.get $10 i32.xor i32.const -2048144777 i32.mul local.tee $10 - local.get $10 i32.const 13 i32.shr_u + local.get $10 i32.xor i32.const -1028477379 i32.mul local.tee $10 - local.get $10 i32.const 16 i32.shr_u + local.get $10 i32.xor i32.and i32.const 2 i32.shl i32.add local.tee $10 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $10 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 16 i32.add local.set $2 end - local.get $4 + local.get $9 i32.const 16 i32.add - local.set $4 + local.set $9 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - local.get $9 - i32.store $0 offset=12 + local.get $8 + i32.store offset=12 local.get $0 - local.get $9 - i32.store $0 - local.get $9 - if - local.get $0 - local.get $9 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $8 + i32.store + local.get $0 + local.get $8 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $5 - i32.store $0 offset=12 - local.get $1 + local.get $7 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $1 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -15886,10 +15704,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -15939,37 +15757,35 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 - local.set $5 - local.get $4 + i32.load offset=16 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - local.get $5 + i32.store + local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 - i32.store $0 - local.get $4 + i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 - local.set $5 - local.get $4 + i32.load offset=20 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $5 + local.get $4 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -15978,15 +15794,15 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 @@ -15997,23 +15813,23 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $6 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $5 local.get $6 i32.const 4 @@ -16021,43 +15837,43 @@ i32.add local.tee $5 local.get $1 - f64.store $0 + f64.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $6 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $6 local.get $3 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $0 local.get $5 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -16067,9 +15883,9 @@ (func $~lib/set/Set#values (param $0 i32) (result i32) (local $1 i32) (local $2 i32) - (local $3 f64) + (local $3 i32) (local $4 i32) - (local $5 i32) + (local $5 f64) (local $6 i32) (local $7 i32) (local $8 i32) @@ -16077,74 +15893,76 @@ i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner0 + block $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 1748 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $6 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $6 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $4 - local.get $1 + local.get $6 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 - local.set $6 - local.get $1 + i32.load offset=16 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1748 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $0 i32.const 16 i32.const 23 call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 + local.tee $7 + i32.store global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $7 + i32.store offset=4 + local.get $7 + i32.const 0 + i32.store + local.get $7 i32.const 0 - i32.store $0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=4 - local.get $0 - local.get $2 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=8 - local.get $0 - local.get $2 - i32.store $0 offset=4 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 - i32.store $0 offset=12 - local.get $6 + i32.store offset=12 + local.get $2 i32.const 134217727 i32.gt_u if @@ -16157,8 +15975,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $6 - local.get $6 + local.get $2 + local.get $2 i32.const 8 i32.le_u select @@ -16167,79 +15985,73 @@ local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 + local.tee $8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=12 local.get $7 - i32.store $0 + local.get $8 + i32.store local.get $7 - if - local.get $2 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $8 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $2 - i32.store $0 offset=4 - local.get $2 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 + local.get $7 local.get $8 - local.get $2 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 local.get $0 - i32.store $0 offset=8 - local.get $8 - local.get $2 - i32.store $0 offset=4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + local.get $7 local.get $2 - local.get $6 - i32.store $0 offset=12 - local.get $8 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $2 - i32.store $0 offset=4 - i32.const 0 - local.set $0 + local.get $6 + local.get $7 + i32.store offset=4 loop $for-loop|0 - local.get $5 - local.get $6 - i32.lt_s + local.get $2 + local.get $3 + i32.gt_s if local.get $4 - local.get $5 + local.get $3 i32.const 4 i32.shl i32.add - local.tee $7 - i32.load $0 offset=8 + local.tee $6 + i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer local.tee $8 - local.get $2 - i32.store $0 - local.get $0 - local.tee $1 + local.get $7 + i32.store + local.get $1 + local.tee $0 i32.const 1 i32.add - local.set $0 - local.get $7 - f64.load $0 - local.set $3 + local.set $1 + local.get $6 + f64.load + local.set $5 local.get $8 i32.const 4 i32.sub @@ -16247,20 +16059,20 @@ global.get $~lib/memory/__stack_pointer i32.const 1748 i32.lt_s - br_if $folding-inner0 + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $7 + local.tee $6 i32.const 0 - i32.store $0 + i32.store + local.get $6 local.get $7 - local.get $2 - i32.store $0 - local.get $1 - local.get $2 - i32.load $0 offset=12 + i32.store + local.get $0 + local.get $7 + i32.load offset=12 i32.ge_u if - local.get $1 + local.get $0 i32.const 0 i32.lt_s if @@ -16271,56 +16083,56 @@ call $~lib/builtins/abort unreachable end - local.get $2 - local.get $1 + local.get $7 + local.get $0 i32.const 1 i32.add - local.tee $7 + local.tee $6 i32.const 3 i32.const 1 call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 - local.get $2 local.get $7 - i32.store $0 offset=12 + i32.store + local.get $7 + local.get $6 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $2 - i32.store $0 - local.get $2 - i32.load $0 offset=4 - local.get $1 + local.tee $6 + local.get $7 + i32.store + local.get $7 + i32.load offset=4 + local.get $0 i32.const 3 i32.shl i32.add - local.get $3 - f64.store $0 - local.get $7 + local.get $5 + f64.store + local.get $6 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer end - local.get $5 + local.get $3 i32.const 1 i32.add - local.set $5 + local.set $3 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 - local.get $2 - local.get $0 + local.get $7 + i32.store + local.get $7 + local.get $1 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $7 return end i32.const 34544 @@ -16351,13 +16163,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1248 @@ -16370,14 +16182,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $2 local.get $3 i32.const 4 @@ -16408,10 +16220,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -16468,60 +16280,59 @@ end local.get $3 local.get $3 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.or - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.sub - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shr_u local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 i32.const 1 i32.add i32.const 4 local.get $0 - i32.load $0 offset=20 - local.tee $3 - local.get $3 + i32.load offset=20 + local.tee $5 + local.get $5 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $5 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 @@ -16533,7 +16344,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $4 call $~lib/set/Set#rehash @@ -16569,20 +16380,20 @@ local.tee $2 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $2 call $~lib/set/Set#constructor - local.tee $3 - i32.store $0 + local.tee $4 + i32.store loop $for-loop|0 local.get $1 f64.const 100 f64.lt if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has if @@ -16594,15 +16405,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has i32.eqz @@ -16622,9 +16433,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -16644,9 +16455,9 @@ f64.lt if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has i32.eqz @@ -16659,15 +16470,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has i32.eqz @@ -16687,9 +16498,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -16703,35 +16514,34 @@ end global.get $~lib/memory/__stack_pointer local.tee $2 - local.get $3 - i32.store $0 offset=4 + local.get $4 + i32.store offset=4 local.get $2 - local.get $3 + local.get $4 call $~lib/set/Set#values - local.tee $4 - i32.store $0 offset=8 + local.tee $2 + i32.store offset=8 global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor - local.tee $2 - i32.store $0 offset=12 + local.tee $3 + i32.store offset=12 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $2 + i32.store offset=4 + local.get $2 call $~lib/array/Array#get:length local.get $0 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $3 - i32.store $0 offset=4 - local.get $5 local.get $4 - i32.store $0 offset=16 - local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=16 local.get $4 + local.get $2 local.get $0 call $~lib/array/Array#__get call $~lib/set/Set#has @@ -16746,13 +16556,13 @@ end global.get $~lib/memory/__stack_pointer local.tee $5 - local.get $2 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 local.get $5 - local.get $4 - i32.store $0 offset=16 local.get $2 - local.get $4 + i32.store offset=16 + local.get $3 + local.get $2 local.get $0 call $~lib/array/Array#__get call $~lib/set/Set#add @@ -16764,15 +16574,15 @@ end end global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 call $~lib/set/Set#get:size local.set $0 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/set/Set#get:size local.get $0 i32.ne @@ -16792,9 +16602,9 @@ f64.lt if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has i32.eqz @@ -16807,15 +16617,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has if @@ -16834,9 +16644,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -16856,9 +16666,9 @@ f64.lt if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has if @@ -16870,15 +16680,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has i32.eqz @@ -16891,15 +16701,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 local.get $1 call $~lib/set/Set#has if @@ -16918,9 +16728,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -16933,14 +16743,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/set/Set#clear global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 call $~lib/set/Set#get:size if i32.const 0 @@ -16973,7 +16783,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1073741820 i32.gt_u @@ -16990,79 +16800,11 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__link (param $0 i32) (param $1 i32) - local.get $0 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white - local.get $1 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - i32.const 20 - i32.sub - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $0 - i32.const 3 - i32.eq - i32.and - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - end - end - end - ) ) diff --git a/tests/compiler/std/static-array.debug.wat b/tests/compiler/std/static-array.debug.wat index 1da1570de1..6beb21bf28 100644 --- a/tests/compiler/std/static-array.debug.wat +++ b/tests/compiler/std/static-array.debug.wat @@ -1,19 +1,19 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_i64 (func (param i32 i32) (result i64))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_i32_=>_f32 (func (param i32 i32) (result f32))) - (type $i32_i32_f32_=>_none (func (param i32 i32 f32))) - (type $i32_i32_=>_f64 (func (param i32 i32) (result f64))) - (type $i32_i32_f64_=>_none (func (param i32 i32 f64))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) + (type $9 (func (param i32 i32) (result i64))) + (type $10 (func (param i32 i32 i64))) + (type $11 (func (param i32 i32) (result f32))) + (type $12 (func (param i32 i32 f32))) + (type $13 (func (param i32 i32) (result f64))) + (type $14 (func (param i32 i32 f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $std/static-array/i i32 (i32.const 64)) (global $std/static-array/I i32 (i32.const 160)) @@ -65,42 +65,42 @@ (start $~start) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -114,7 +114,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -188,7 +188,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -258,7 +258,7 @@ ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -266,7 +266,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 448 @@ -398,7 +398,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -423,34 +423,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -610,7 +610,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -633,7 +633,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -647,7 +647,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -670,7 +670,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -813,7 +813,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -899,7 +899,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -979,7 +979,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1013,7 +1013,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1036,7 +1036,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1050,7 +1050,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1102,7 +1102,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1140,7 +1140,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1215,7 +1214,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1249,7 +1248,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1270,7 +1269,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1290,7 +1289,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1310,7 +1309,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1336,7 +1335,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1359,7 +1358,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1844,7 +1843,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1889,7 +1888,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1922,7 +1921,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1945,7 +1944,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1971,7 +1970,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1984,7 +1983,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2011,19 +2010,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2225,7 +2224,7 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2276,13 +2275,13 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) (local $oldObj i32) @@ -2326,7 +2325,7 @@ local.get $5 i32.lt_u select - memory.copy $0 $0 + memory.copy local.get $newPtr return ) @@ -2401,46 +2400,46 @@ (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -2488,7 +2487,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2497,11 +2496,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2513,7 +2511,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2525,7 +2523,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2537,7 +2535,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2560,7 +2558,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/array/Array $~lib/array/Array $~lib/array/Array $invalid end return @@ -2621,12 +2619,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -2647,13 +2645,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -2669,14 +2667,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -2708,12 +2706,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $oldCapacity @@ -2740,7 +2738,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $oldData @@ -2790,10 +2788,10 @@ if local.get $array local.get $newData - i32.store $0 + i32.store local.get $array local.get $newData - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $newData i32.const 0 @@ -2801,7 +2799,7 @@ end local.get $array local.get $newCapacity - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2817,13 +2815,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -2850,7 +2848,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -2861,7 +2859,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -2869,7 +2867,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -2886,12 +2884,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -2913,13 +2911,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -2935,14 +2933,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value i32.const 0 drop @@ -2964,13 +2962,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -2997,7 +2995,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -3008,7 +3006,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -3016,7 +3014,7 @@ i32.shl i32.add local.get $value - i64.store $0 + i64.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -3033,12 +3031,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -3060,13 +3058,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -3082,14 +3080,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value i32.const 0 drop @@ -3111,13 +3109,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -3144,7 +3142,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -3155,7 +3153,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -3163,7 +3161,7 @@ i32.shl i32.add local.get $value - f32.store $0 + f32.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -3180,12 +3178,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -3207,13 +3205,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -3229,14 +3227,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value i32.const 0 drop @@ -3258,13 +3256,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -3291,7 +3289,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -3302,7 +3300,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index @@ -3310,7 +3308,7 @@ i32.shl i32.add local.get $value - f64.store $0 + f64.store i32.const 0 drop global.get $~lib/memory/__stack_pointer @@ -3335,12 +3333,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $std/static-array/i local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length i32.const 2 @@ -3358,7 +3356,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 0 call $~lib/array/Array#__get @@ -3377,7 +3375,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 1 call $~lib/array/Array#__get @@ -3392,7 +3390,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3413,7 +3411,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 0 i32.const 2 @@ -3422,7 +3420,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 0 call $~lib/array/Array#__get @@ -3441,7 +3439,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length i32.const 2 @@ -3459,7 +3457,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 0 call $~lib/array/Array#__get @@ -3478,7 +3476,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 1 call $~lib/array/Array#__get @@ -3497,7 +3495,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 0 i64.const 4 @@ -3506,7 +3504,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 0 call $~lib/array/Array#__get @@ -3525,7 +3523,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length i32.const 2 @@ -3543,7 +3541,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 0 call $~lib/array/Array#__get @@ -3562,7 +3560,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 1 call $~lib/array/Array#__get @@ -3581,7 +3579,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 0 f32.const 2.5 @@ -3590,7 +3588,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 0 call $~lib/array/Array#__get @@ -3609,7 +3607,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/array/Array#get:length i32.const 2 @@ -3627,7 +3625,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 0 call $~lib/array/Array#__get @@ -3646,7 +3644,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 1 call $~lib/array/Array#__get @@ -3665,7 +3663,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 0 f64.const 2.25 @@ -3674,7 +3672,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 0 call $~lib/array/Array#__get @@ -3703,14 +3701,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -3729,14 +3727,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -3755,14 +3753,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -3781,14 +3779,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie diff --git a/tests/compiler/std/static-array.release.wat b/tests/compiler/std/static-array.release.wat index 9f31ef8c98..8aeac945d1 100644 --- a/tests/compiler/std/static-array.release.wat +++ b/tests/compiler/std/static-array.release.wat @@ -1,15 +1,15 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_i64 (func (param i32) (result i64))) - (type $i32_=>_f32 (func (param i32) (result f32))) - (type $i32_=>_f64 (func (param i32) (result f64))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32 i32) (result i32))) + (type $8 (func (param i32) (result i64))) + (type $9 (func (param i32) (result f32))) + (type $10 (func (param i32) (result f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -63,22 +63,22 @@ (local $0 i32) (local $1 i32) i32.const 1088 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1184 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1264 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1360 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1472 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1584 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1632 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -88,7 +88,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -106,7 +106,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -123,7 +123,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -137,16 +137,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$155 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 34756 @@ -161,10 +161,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$155 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -177,20 +177,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -199,7 +199,7 @@ else local.get $1 i32.const 1952 - i32.load $0 + i32.load i32.gt_u if i32.const 1472 @@ -214,13 +214,13 @@ i32.shl i32.const 1956 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -230,21 +230,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -252,8 +276,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -265,10 +289,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -279,29 +303,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -309,10 +333,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -326,75 +350,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -416,7 +433,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -433,12 +450,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -455,17 +472,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -475,9 +492,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -502,13 +519,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -542,7 +559,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -598,19 +615,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -622,15 +639,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -638,16 +655,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -669,10 +687,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -685,18 +703,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -720,30 +737,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -751,10 +768,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -762,7 +779,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -770,7 +787,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -781,10 +798,10 @@ end i32.const 34768 i32.const 0 - i32.store $0 + i32.store i32.const 36336 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -796,7 +813,7 @@ i32.const 34768 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -814,7 +831,7 @@ i32.const 34768 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -831,7 +848,7 @@ end i32.const 34768 i32.const 36340 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -864,7 +881,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -877,19 +894,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -900,7 +917,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -912,7 +929,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -925,12 +942,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -939,7 +952,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -950,26 +963,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -985,7 +998,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1001,7 +1014,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1026,14 +1039,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1068,7 +1081,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1082,10 +1095,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1097,10 +1110,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1108,47 +1121,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1169,7 +1184,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1186,10 +1201,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1205,7 +1220,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1226,7 +1241,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1243,7 +1258,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $invalid end return @@ -1253,11 +1268,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1281,17 +1296,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1320,12 +1331,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $1 i32.const 4 @@ -1353,13 +1364,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 i32.const 1088 - i32.store $0 + i32.store local.get $0 i32.const 1100 - i32.load $0 + i32.load i32.ge_u if i32.const 1472 @@ -1372,14 +1383,14 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 1088 - i32.store $0 + i32.store i32.const 1092 - i32.load $0 + i32.load local.get $0 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $1 i32.const 4 @@ -1414,12 +1425,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 local.get $1 i32.shr_u @@ -1439,8 +1450,8 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 - block $__inlined_func$~lib/rt/itcms/__renew + i32.store + block $__inlined_func$~lib/rt/itcms/__renew$145 i32.const 1073741820 local.get $2 i32.const 1 @@ -1461,28 +1472,28 @@ select local.tee $3 local.get $0 - i32.load $0 + i32.load local.tee $2 i32.const 20 i32.sub - local.tee $6 - i32.load $0 + local.tee $4 + i32.load i32.const -4 i32.and i32.const 16 i32.sub i32.le_u if - local.get $6 + local.get $4 local.get $3 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 local.set $1 - br $__inlined_func$~lib/rt/itcms/__renew + br $__inlined_func$~lib/rt/itcms/__renew$145 end - local.get $6 - i32.load $0 offset=12 - local.set $7 + local.get $4 + i32.load offset=12 + local.set $6 local.get $3 i32.const 1073741804 i32.ge_u @@ -1498,7 +1509,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1519,7 +1530,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1545,7 +1556,7 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $4 + local.set $7 local.get $3 i32.const 16 i32.add @@ -1560,51 +1571,55 @@ call $~lib/builtins/abort unreachable end - local.get $4 - i32.const 12 - local.get $1 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub + local.get $7 local.get $1 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $1 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $8 call $~lib/rt/tlsf/searchBlock local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 local.get $8 i32.const 256 i32.ge_u if (result i32) - local.get $8 - i32.const 1 - i32.const 27 - local.get $8 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $8 local.get $8 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $8 + i32.const 1 + i32.const 27 + local.get $8 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $8 + end else local.get $8 end i32.const 4 - local.get $4 - i32.load $0 offset=1568 + local.get $7 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1624,28 +1639,28 @@ local.get $5 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $5 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - local.get $4 + local.get $7 local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl call $~lib/rt/tlsf/addMemory - local.get $4 + local.get $7 local.get $8 call $~lib/rt/tlsf/searchBlock local.tee $1 @@ -1661,7 +1676,7 @@ end local.get $8 local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1673,12 +1688,12 @@ call $~lib/builtins/abort unreachable end - local.get $4 + local.get $7 local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 - local.set $5 + i32.load + local.set $9 local.get $8 i32.const 4 i32.add @@ -1692,90 +1707,90 @@ call $~lib/builtins/abort unreachable end - local.get $5 + local.get $9 i32.const -4 i32.and local.get $8 i32.sub - local.tee $9 + local.tee $5 i32.const 16 i32.ge_u if local.get $1 local.get $8 - local.get $5 + local.get $9 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $8 i32.add - local.tee $5 - local.get $9 + local.tee $8 + local.get $5 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 - local.get $4 - local.get $5 + i32.store + local.get $7 + local.get $8 call $~lib/rt/tlsf/insertBlock else local.get $1 - local.get $5 + local.get $9 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add - local.tee $4 - local.get $4 - i32.load $0 + local.tee $5 + local.get $5 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 - local.get $7 - i32.store $0 offset=12 + local.get $6 + i32.store offset=12 local.get $1 local.get $3 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace - local.tee $4 - i32.load $0 offset=8 - local.set $5 + local.tee $5 + i32.load offset=8 + local.set $6 local.get $1 - local.get $4 + local.get $5 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - local.get $5 - i32.store $0 offset=8 - local.get $5 + local.get $6 + i32.store offset=8 + local.get $6 local.get $1 - local.get $5 - i32.load $0 offset=4 + local.get $6 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - local.get $4 + i32.store offset=4 + local.get $5 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1788,18 +1803,18 @@ local.tee $1 i32.const 0 local.get $3 - memory.fill $0 + memory.fill local.get $1 local.get $2 local.get $3 - local.get $6 - i32.load $0 offset=16 + local.get $4 + i32.load offset=16 local.tee $4 local.get $3 local.get $4 i32.lt_u select - memory.copy $0 $0 + memory.copy end local.get $1 local.get $2 @@ -1807,10 +1822,10 @@ if local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 if local.get $0 @@ -1824,24 +1839,25 @@ unreachable end global.get $~lib/rt/itcms/white + local.tee $2 local.get $1 i32.const 20 i32.sub local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.eq if + local.get $2 + i32.eqz local.get $0 i32.const 20 i32.sub - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and local.tee $2 - global.get $~lib/rt/itcms/white - i32.eqz i32.eq if local.get $1 @@ -1864,7 +1880,7 @@ end local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1892,13 +1908,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 i32.const 1184 - i32.store $0 + i32.store local.get $0 i32.const 1196 - i32.load $0 + i32.load i32.ge_u if i32.const 1472 @@ -1911,14 +1927,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 1184 - i32.store $0 + i32.store i32.const 1188 - i32.load $0 + i32.load local.get $0 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $1 local.get $2 i32.const 4 @@ -1947,13 +1963,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 i32.const 1264 - i32.store $0 + i32.store local.get $0 i32.const 1276 - i32.load $0 + i32.load i32.ge_u if i32.const 1472 @@ -1966,14 +1982,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 1264 - i32.store $0 + i32.store i32.const 1268 - i32.load $0 + i32.load local.get $0 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $1 local.get $2 i32.const 4 @@ -2002,13 +2018,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 i32.const 1360 - i32.store $0 + i32.store local.get $0 i32.const 1372 - i32.load $0 + i32.load i32.ge_u if i32.const 1472 @@ -2021,14 +2037,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 1360 - i32.store $0 + i32.store i32.const 1364 - i32.load $0 + i32.load local.get $0 i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $1 local.get $2 i32.const 4 @@ -2050,10 +2066,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1088 - i32.store $0 + i32.store i32.const 1088 call $~lib/array/Array#get:length i32.const 2 @@ -2068,7 +2084,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1088 - i32.store $0 + i32.store i32.const 0 call $~lib/array/Array#__get i32.const 1 @@ -2083,7 +2099,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1088 - i32.store $0 + i32.store i32.const 1 call $~lib/array/Array#__get i32.const 2 @@ -2096,7 +2112,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34756 @@ -2106,32 +2122,32 @@ global.set $~lib/rt/itcms/threshold i32.const 1748 i32.const 1744 - i32.store $0 + i32.store i32.const 1752 i32.const 1744 - i32.store $0 + i32.store i32.const 1744 global.set $~lib/rt/itcms/pinSpace i32.const 1780 i32.const 1776 - i32.store $0 + i32.store i32.const 1784 i32.const 1776 - i32.store $0 + i32.store i32.const 1776 global.set $~lib/rt/itcms/toSpace i32.const 1860 i32.const 1856 - i32.store $0 + i32.store i32.const 1864 i32.const 1856 - i32.store $0 + i32.store i32.const 1856 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1088 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -2143,12 +2159,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1088 - i32.store $0 + i32.store i32.const 1100 - i32.load $0 + i32.load i32.eqz if i32.const 1088 @@ -2156,26 +2172,26 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer i32.const 1088 - i32.store $0 + i32.store i32.const 1100 i32.const 1 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1088 - i32.store $0 + i32.store i32.const 1092 - i32.load $0 + i32.load i32.const 2 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1088 - i32.store $0 + i32.store i32.const 0 call $~lib/array/Array#__get i32.const 2 @@ -2190,7 +2206,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1184 - i32.store $0 + i32.store i32.const 1184 call $~lib/array/Array#get:length i32.const 2 @@ -2205,7 +2221,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1184 - i32.store $0 + i32.store i32.const 0 call $~lib/array/Array#__get i64.const 3 @@ -2220,7 +2236,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1184 - i32.store $0 + i32.store i32.const 1 call $~lib/array/Array#__get i64.const 4 @@ -2236,7 +2252,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1184 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -2248,12 +2264,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1184 - i32.store $0 + i32.store i32.const 1196 - i32.load $0 + i32.load i32.eqz if i32.const 1184 @@ -2261,26 +2277,26 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer i32.const 1184 - i32.store $0 + i32.store i32.const 1196 i32.const 1 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1184 - i32.store $0 + i32.store i32.const 1188 - i32.load $0 + i32.load i64.const 4 - i64.store $0 + i64.store local.get $0 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1184 - i32.store $0 + i32.store i32.const 0 call $~lib/array/Array#__get i64.const 4 @@ -2295,7 +2311,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1264 - i32.store $0 + i32.store i32.const 1264 call $~lib/array/Array#get:length i32.const 2 @@ -2310,7 +2326,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1264 - i32.store $0 + i32.store i32.const 0 call $~lib/array/Array#__get f32.const 1.5 @@ -2325,7 +2341,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1264 - i32.store $0 + i32.store i32.const 1 call $~lib/array/Array#__get f32.const 2.5 @@ -2341,7 +2357,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1264 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -2353,12 +2369,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1264 - i32.store $0 + i32.store i32.const 1276 - i32.load $0 + i32.load i32.eqz if i32.const 1264 @@ -2366,26 +2382,26 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer i32.const 1264 - i32.store $0 + i32.store i32.const 1276 i32.const 1 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1264 - i32.store $0 + i32.store i32.const 1268 - i32.load $0 + i32.load f32.const 2.5 - f32.store $0 + f32.store local.get $0 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1264 - i32.store $0 + i32.store i32.const 0 call $~lib/array/Array#__get f32.const 2.5 @@ -2400,7 +2416,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1360 - i32.store $0 + i32.store i32.const 1360 call $~lib/array/Array#get:length i32.const 2 @@ -2415,7 +2431,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1360 - i32.store $0 + i32.store i32.const 0 call $~lib/array/Array#__get f64.const 1.25 @@ -2430,7 +2446,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1360 - i32.store $0 + i32.store i32.const 1 call $~lib/array/Array#__get f64.const 2.25 @@ -2446,7 +2462,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1360 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -2458,12 +2474,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1360 - i32.store $0 + i32.store i32.const 1372 - i32.load $0 + i32.load i32.eqz if i32.const 1360 @@ -2471,26 +2487,26 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer i32.const 1360 - i32.store $0 + i32.store i32.const 1372 i32.const 1 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1360 - i32.store $0 + i32.store i32.const 1364 - i32.load $0 + i32.load f64.const 2.25 - f64.store $0 + f64.store local.get $0 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1360 - i32.store $0 + i32.store i32.const 0 call $~lib/array/Array#__get f64.const 2.25 @@ -2516,23 +2532,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/std/staticarray.debug.wat b/tests/compiler/std/staticarray.debug.wat index 3f0be58115..2f10a71907 100644 --- a/tests/compiler/std/staticarray.debug.wat +++ b/tests/compiler/std/staticarray.debug.wat @@ -1,20 +1,20 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $i32_i32_i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32 i32 i32))) - (type $i32_f64_i32_=>_i32 (func (param i32 f64 i32) (result i32))) - (type $i32_f32_i32_=>_i32 (func (param i32 f32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32 i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32))) + (type $7 (func)) + (type $8 (func (param i32 i32 i32 i32))) + (type $9 (func (result i32))) + (type $10 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $11 (func (param i32 i32 i32 i32 i32))) + (type $12 (func (param i32 i32 i64) (result i32))) + (type $13 (func (param i32 i32 i32 i32 i32 i32))) + (type $14 (func (param i32 f64 i32) (result i32))) + (type $15 (func (param i32 f32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $std/staticarray/arr1 i32 (i32.const 32)) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) @@ -124,7 +124,7 @@ (start $~start) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/staticarray/StaticArray#get:length (param $this i32) (result i32) local.get $this @@ -142,23 +142,23 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 0 drop ) (func $~lib/rt/common/OBJECT#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -172,7 +172,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -246,7 +246,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -316,11 +316,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -328,7 +328,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 64 @@ -460,7 +460,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -473,7 +473,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -489,34 +489,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -676,7 +676,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -699,7 +699,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -713,7 +713,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -736,7 +736,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -879,7 +879,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -965,7 +965,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1045,7 +1045,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1079,7 +1079,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1102,7 +1102,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1116,7 +1116,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1168,7 +1168,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1206,7 +1206,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1281,7 +1280,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1315,7 +1314,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1336,7 +1335,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1356,7 +1355,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1376,7 +1375,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1402,7 +1401,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1425,7 +1424,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1910,7 +1909,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1955,7 +1954,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1988,7 +1987,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -2011,7 +2010,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2037,7 +2036,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2050,7 +2049,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2077,19 +2076,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2291,12 +2290,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2347,7 +2346,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2362,7 +2361,7 @@ local.get $buffer local.get $data local.get $size - memory.copy $0 $0 + memory.copy end local.get $buffer return @@ -2450,7 +2449,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -2460,11 +2459,11 @@ ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/staticarray/StaticArray<~lib/string/String>#get:length (param $this i32) (result i32) local.get $this @@ -2525,9 +2524,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -2560,10 +2559,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -2590,11 +2589,11 @@ ) (func $~lib/array/Array<~lib/string/String>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array<~lib/string/String>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/staticarray/StaticArray#get:length (param $this i32) (result i32) local.get $this @@ -2706,7 +2705,7 @@ i32.sub i32.const 2 i32.shl - memory.fill $0 + memory.fill end return end @@ -2721,7 +2720,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store local.get $start i32.const 1 i32.add @@ -2783,15 +2782,15 @@ i32.add local.set $back local.get $front - i32.load $0 + i32.load local.set $temp local.get $front local.get $back - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $back local.get $temp - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -2826,15 +2825,15 @@ ) (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) (local $oldObj i32) @@ -2878,14 +2877,14 @@ local.get $5 i32.lt_u select - memory.copy $0 $0 + memory.copy local.get $newPtr return ) (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $start:std/staticarray~anonymous|3 (param $x i32) (param $y i32) (param $$2 i32) (param $$3 i32) (result i32) local.get $x @@ -2982,14 +2981,14 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $ptr local.get $i i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.set $b local.get $b local.set $min @@ -3000,8 +2999,8 @@ i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 0 i32.le_s if @@ -3025,15 +3024,15 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $a local.get $max i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 0 i32.gt_s if @@ -3043,7 +3042,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=8 + i32.store offset=8 local.get $j i32.const 1 i32.sub @@ -3061,7 +3060,7 @@ i32.shl i32.add local.get $max - i32.store $0 offset=8 + i32.store offset=8 block $while-break|2 loop $while-continue|2 local.get $j @@ -3073,15 +3072,15 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $a local.get $min i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 0 i32.gt_s if @@ -3091,7 +3090,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=4 + i32.store offset=4 local.get $j i32.const 1 i32.sub @@ -3109,7 +3108,7 @@ i32.shl i32.add local.get $min - i32.store $0 offset=4 + i32.store offset=4 local.get $i i32.const 2 i32.add @@ -3136,7 +3135,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $ptr local.get $j i32.const 1 @@ -3145,12 +3144,12 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 0 i32.gt_s if @@ -3164,18 +3163,18 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 31 i32.shr_u else @@ -3201,7 +3200,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $tmp local.get $ptr local.get $i @@ -3213,8 +3212,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.add @@ -3225,7 +3224,7 @@ i32.shl i32.add local.get $tmp - i32.store $0 + i32.store local.get $k i32.const 1 i32.sub @@ -3244,18 +3243,18 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 0 i32.ge_s else @@ -3362,8 +3361,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.sub @@ -3390,8 +3389,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 - i32.store $0 + i32.load offset=4 + i32.store local.get $j i32.const 1 i32.add @@ -3411,22 +3410,22 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $buffer local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 0 i32.lt_s if @@ -3436,7 +3435,7 @@ i32.shl i32.add local.get $a - i32.store $0 + i32.store local.get $j i32.const 1 i32.sub @@ -3448,7 +3447,7 @@ i32.shl i32.add local.get $b - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -3562,7 +3561,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -3571,7 +3570,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/staticarray/StaticArray#__visit (param $this i32) (param $cookie i32) (local $cur i32) @@ -3594,7 +3592,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -3620,7 +3618,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -3651,7 +3649,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -3677,7 +3675,7 @@ ) (func $~lib/array/Array<~lib/string/String>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/string/String>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -3689,7 +3687,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/staticarray/StaticArray%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/staticarray/StaticArray%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -3701,7 +3699,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/staticarray/StaticArray%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/staticarray/StaticArray%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -3713,7 +3711,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/staticarray/StaticArray%29=>bool>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/staticarray/StaticArray%29=>bool>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -3725,7 +3723,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%2Ci32%2C~lib/staticarray/StaticArray%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%2Ci32%2C~lib/staticarray/StaticArray%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -3737,7 +3735,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -3769,7 +3767,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/staticarray/StaticArray $std/staticarray/Ref $~lib/staticarray/StaticArray $~lib/array/Array $~lib/staticarray/StaticArray<~lib/string/String> $~lib/array/Array<~lib/string/String> $~lib/staticarray/StaticArray $~lib/staticarray/StaticArray $~lib/function/Function<%28i32%2Ci32%2C~lib/staticarray/StaticArray%29=>i32> $~lib/function/Function<%28i32%2Ci32%2C~lib/staticarray/StaticArray%29=>void> $~lib/function/Function<%28i32%2Ci32%2C~lib/staticarray/StaticArray%29=>bool> $~lib/function/Function<%28i32%2Ci32%2Ci32%2C~lib/staticarray/StaticArray%29=>i32> $~lib/function/Function<%28i32%2Ci32%29=>i32> $invalid end return @@ -3864,13 +3862,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/staticarray/StaticArray#get:length i32.ge_u @@ -3887,7 +3885,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -3909,13 +3907,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/staticarray/StaticArray#get:length i32.ge_u @@ -3931,7 +3929,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index local.get $value @@ -3950,7 +3948,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3959,18 +3957,18 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3988,12 +3986,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -4016,12 +4014,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $source local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length local.set $length @@ -4034,7 +4032,7 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 drop local.get $out @@ -4042,11 +4040,11 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.get $outSize - memory.copy $0 $0 + memory.copy local.get $out local.set $4 global.get $~lib/memory/__stack_pointer @@ -4066,13 +4064,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -4088,14 +4086,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -4125,12 +4123,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/staticarray/StaticArray#get:length local.set $sourceLen @@ -4138,7 +4136,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/staticarray/StaticArray#get:length local.set $otherLen @@ -4166,7 +4164,7 @@ global.get $~lib/memory/__stack_pointer local.get $this local.tee $out - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 drop i32.const 1 @@ -4178,7 +4176,7 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.set $outStart local.get $other @@ -4190,7 +4188,7 @@ local.get $outStart local.get $thisStart local.get $sourceSize - memory.copy $0 $0 + memory.copy local.get $outStart local.get $sourceSize i32.add @@ -4198,7 +4196,7 @@ local.get $otherLen i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $out local.set $10 global.get $~lib/memory/__stack_pointer @@ -4230,12 +4228,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $15 global.get $~lib/memory/__stack_pointer local.get $15 - i32.store $0 + i32.store local.get $15 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length local.set $sourceLen @@ -4243,7 +4241,7 @@ local.set $15 global.get $~lib/memory/__stack_pointer local.get $15 - i32.store $0 + i32.store local.get $15 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length local.set $otherLen @@ -4271,7 +4269,7 @@ global.get $~lib/memory/__stack_pointer local.get $this local.tee $out - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 drop i32.const 1 @@ -4283,7 +4281,7 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.set $outStart local.get $other @@ -4302,13 +4300,13 @@ local.get $thisStart local.get $offset i32.add - i32.load $0 + i32.load local.set $ref local.get $outStart local.get $offset i32.add local.get $ref - i32.store $0 + i32.store local.get $out local.get $ref i32.const 1 @@ -4338,13 +4336,13 @@ local.get $otherStart local.get $offset|13 i32.add - i32.load $0 + i32.load local.set $ref|14 local.get $outStart local.get $offset|13 i32.add local.get $ref|14 - i32.store $0 + i32.store local.get $out local.get $ref|14 i32.const 1 @@ -4391,12 +4389,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $20 global.get $~lib/memory/__stack_pointer local.get $20 - i32.store $0 + i32.store local.get $20 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length local.set $length @@ -4474,7 +4472,7 @@ global.get $~lib/memory/__stack_pointer local.get $this local.tee $out - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 drop i32.const 1 @@ -4484,7 +4482,7 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.set $outStart i32.const 1 @@ -4499,13 +4497,13 @@ local.get $sourceStart local.get $off i32.add - i32.load $0 + i32.load local.set $ref local.get $outStart local.get $off i32.add local.get $ref - i32.store $0 + i32.store local.get $outStart local.get $ref i32.const 1 @@ -4535,7 +4533,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -4555,7 +4553,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $start local.get $end @@ -4577,13 +4575,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.ge_u @@ -4601,9 +4599,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 0 @@ -4638,7 +4636,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -4676,7 +4674,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -4685,7 +4683,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -4703,14 +4701,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -4733,12 +4731,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array<~lib/string/String>#get:length_ local.set $1 @@ -4771,12 +4769,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $15 global.get $~lib/memory/__stack_pointer local.get $15 - i32.store $0 + i32.store local.get $15 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length local.set $sourceLen @@ -4784,7 +4782,7 @@ local.set $15 global.get $~lib/memory/__stack_pointer local.get $15 - i32.store $0 + i32.store local.get $15 call $~lib/array/Array<~lib/string/String>#get:length local.set $otherLen @@ -4812,7 +4810,7 @@ global.get $~lib/memory/__stack_pointer local.get $this local.tee $out - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop global.get $~lib/memory/__stack_pointer @@ -4822,12 +4820,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.set $15 global.get $~lib/memory/__stack_pointer local.get $15 - i32.store $0 + i32.store local.get $15 call $~lib/array/Array<~lib/string/String>#get:dataStart local.set $outStart @@ -4835,7 +4833,7 @@ local.set $15 global.get $~lib/memory/__stack_pointer local.get $15 - i32.store $0 + i32.store local.get $15 call $~lib/array/Array<~lib/string/String>#get:dataStart local.set $otherStart @@ -4853,13 +4851,13 @@ local.get $thisStart local.get $offset i32.add - i32.load $0 + i32.load local.set $ref local.get $outStart local.get $offset i32.add local.get $ref - i32.store $0 + i32.store local.get $out local.get $ref i32.const 1 @@ -4889,13 +4887,13 @@ local.get $otherStart local.get $offset|13 i32.add - i32.load $0 + i32.load local.set $ref|14 local.get $outStart local.get $offset|13 i32.add local.get $ref|14 - i32.store $0 + i32.store local.get $out local.get $ref|14 i32.const 1 @@ -4928,12 +4926,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length local.set $length @@ -4983,17 +4981,17 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $value local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/string/String.__eq if @@ -5031,20 +5029,20 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 0 drop local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $value local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $fromIndex call $~lib/staticarray/StaticArray<~lib/string/String>#indexOf @@ -5071,14 +5069,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/staticarray/StaticArray#get:length local.set $length @@ -5128,7 +5126,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $elem local.get $elem local.get $value @@ -5183,14 +5181,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/staticarray/StaticArray#get:length local.set $length @@ -5240,7 +5238,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $elem local.get $elem local.get $value @@ -5294,12 +5292,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/staticarray/StaticArray#get:length local.set $length @@ -5349,7 +5347,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $value i32.eq if @@ -5388,12 +5386,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/staticarray/StaticArray#get:length local.set $length @@ -5439,7 +5437,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $value i32.eq if @@ -5477,7 +5475,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -5492,7 +5490,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/staticarray/StaticArray#get:length local.set $fromIndex @@ -5501,7 +5499,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $value local.get $fromIndex @@ -5532,10 +5530,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $length i32.const 1 i32.sub @@ -5558,9 +5556,9 @@ if global.get $~lib/memory/__stack_pointer local.get $dataStart - i32.load $0 + i32.load local.tee $4 - i32.store $0 + i32.store local.get $4 if (result i32) local.get $4 @@ -5590,9 +5588,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 local.get $value i32.const 0 i32.ne @@ -5602,7 +5600,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 offset=8 + i32.store offset=8 local.get $13 call $~lib/string/String#get:length i32.add @@ -5621,7 +5619,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 offset=8 + i32.store offset=8 local.get $13 call $~lib/string/String#get:length local.set $sepLen @@ -5636,7 +5634,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $i|11 loop $for-loop|1 @@ -5650,9 +5648,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 local.get $value i32.const 0 i32.ne @@ -5661,7 +5659,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 offset=8 + i32.store offset=8 local.get $13 call $~lib/string/String#get:length local.set $valueLen @@ -5674,7 +5672,7 @@ local.get $valueLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $valueLen i32.add @@ -5691,7 +5689,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -5710,9 +5708,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 local.get $value i32.const 0 i32.ne @@ -5727,12 +5725,12 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 offset=8 + i32.store offset=8 local.get $13 call $~lib/string/String#get:length i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy end local.get $result local.set $13 @@ -5752,7 +5750,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 0 drop i32.const 0 @@ -5770,14 +5768,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length local.get $separator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/string/joinStringArray local.set $2 @@ -5797,18 +5795,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 1936 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $1 @@ -5828,7 +5826,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this @@ -5836,7 +5834,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/staticarray/StaticArray#get:length local.get $value @@ -5861,7 +5859,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -5883,7 +5881,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $value local.get $start @@ -5905,13 +5903,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/staticarray/StaticArray#get:length call $~lib/util/bytes/REVERSE @@ -5955,14 +5953,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $ptr local.get $this local.set $26 global.get $~lib/memory/__stack_pointer local.get $26 - i32.store $0 + i32.store local.get $26 call $~lib/staticarray/StaticArray#get:length local.set $len @@ -6076,7 +6074,7 @@ local.get $count i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $this local.set $26 global.get $~lib/memory/__stack_pointer @@ -6095,7 +6093,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -6113,7 +6111,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $target local.get $start @@ -6140,12 +6138,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/staticarray/StaticArray#get:length local.set $len @@ -6156,12 +6154,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/array/Array#get:dataStart local.set $outStart @@ -6177,19 +6175,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $3) local.set $result local.get $outStart local.get $i @@ -6197,7 +6195,7 @@ i32.shl i32.add local.get $result - i32.store $0 + i32.store i32.const 0 drop local.get $i @@ -6227,14 +6225,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.set $i local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/staticarray/StaticArray#get:length local.set $len @@ -6248,19 +6246,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 3 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_none) + i32.load + call_indirect (type $5) local.get $i i32.const 1 i32.add @@ -6292,12 +6290,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $oldCapacity @@ -6324,7 +6322,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $oldData @@ -6374,10 +6372,10 @@ if local.get $array local.get $newData - i32.store $0 + i32.store local.get $array local.get $newData - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $newData i32.const 0 @@ -6385,7 +6383,7 @@ end local.get $array local.get $newCapacity - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -6403,12 +6401,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length_ local.set $oldLen @@ -6427,7 +6425,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:dataStart local.get $oldLen @@ -6435,12 +6433,12 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $len call $~lib/array/Array#set:length_ @@ -6466,7 +6464,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 2 @@ -6474,14 +6472,14 @@ i32.const 0 call $~lib/rt/__newArray local.tee $result - i32.store $0 + i32.store i32.const 0 local.set $i local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/staticarray/StaticArray#get:length local.set $len @@ -6495,7 +6493,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value local.get $value local.get $i @@ -6503,19 +6501,19 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 3 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $3) if local.get $result local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $value call $~lib/array/Array#push @@ -6549,7 +6547,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $initialValue local.set $acc i32.const 0 @@ -6558,7 +6556,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/staticarray/StaticArray#get:length local.set $len @@ -6573,19 +6571,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 4 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $4) local.set $acc local.get $i i32.const 1 @@ -6614,14 +6612,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $initialValue local.set $acc local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/staticarray/StaticArray#get:length i32.const 1 @@ -6638,19 +6636,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 i32.const 4 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $4) local.set $acc local.get $i i32.const 1 @@ -6679,14 +6677,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.set $i local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/staticarray/StaticArray#get:length local.set $len @@ -6700,19 +6698,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 3 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $3) if i32.const 1 local.set $4 @@ -6750,14 +6748,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.set $i local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/staticarray/StaticArray#get:length local.set $len @@ -6771,19 +6769,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 3 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $3) i32.eqz if i32.const 0 @@ -6822,14 +6820,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.set $i local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/staticarray/StaticArray#get:length local.set $len @@ -6843,19 +6841,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 3 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $3) if local.get $i local.set $4 @@ -6892,12 +6890,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/staticarray/StaticArray#get:length i32.const 1 @@ -6913,19 +6911,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 3 global.set $~argumentsLength local.get $fn - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $3) if local.get $i local.set $3 @@ -6992,7 +6990,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.const 48 i32.le_s @@ -7027,18 +7025,18 @@ br $break|0 end local.get $ptr - i32.load $0 + i32.load local.set $a local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 0 i32.gt_s local.set $c @@ -7047,22 +7045,22 @@ local.get $a local.get $c select - i32.store $0 + i32.store local.get $a local.get $b local.get $c select local.set $a local.get $ptr - i32.load $0 offset=8 + i32.load offset=8 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 0 i32.gt_s local.set $c @@ -7071,27 +7069,27 @@ local.get $a local.get $c select - i32.store $0 offset=4 + i32.store offset=4 local.get $ptr local.get $a local.get $b local.get $c select - i32.store $0 offset=8 + i32.store offset=8 end local.get $ptr - i32.load $0 + i32.load local.set $a|7 local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.set $b|8 local.get $a|7 local.get $b|8 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.const 0 i32.gt_s local.set $c|9 @@ -7100,13 +7098,13 @@ local.get $a|7 local.get $c|9 select - i32.store $0 + i32.store local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -7123,7 +7121,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer @@ -7170,7 +7168,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -7194,7 +7192,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -7225,7 +7223,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -7249,7 +7247,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -7284,7 +7282,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -7307,7 +7305,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -7320,7 +7318,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -7329,7 +7327,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -7340,7 +7338,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -7355,14 +7353,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -7384,7 +7382,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -7397,7 +7395,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -7406,7 +7404,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns end @@ -7435,20 +7433,20 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/staticarray/StaticArray#get:length local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT local.get $this @@ -7469,10 +7467,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -7493,19 +7491,19 @@ br $~lib/util/sort/COMPARATOR|inlined.0 end local.tee $comparator - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/staticarray/StaticArray#sort local.set $2 @@ -7581,12 +7579,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 108 - memory.fill $0 + memory.fill global.get $std/staticarray/arr1 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get @@ -7605,7 +7603,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray#get:length i32.const 3 @@ -7623,7 +7621,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 i32.const 4 @@ -7632,7 +7630,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get @@ -7666,7 +7664,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get @@ -7685,7 +7683,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray#get:length i32.const 3 @@ -7703,7 +7701,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 i32.const 4 @@ -7712,7 +7710,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get @@ -7727,7 +7725,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -7750,7 +7748,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 0 call $~lib/staticarray/StaticArray#__get @@ -7769,7 +7767,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get @@ -7788,7 +7786,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2 call $~lib/staticarray/StaticArray#__get @@ -7807,7 +7805,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray#get:length i32.const 3 @@ -7825,7 +7823,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 i32.const 8 @@ -7834,7 +7832,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get @@ -7855,7 +7853,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get @@ -7876,7 +7874,7 @@ i32.const 0 call $~lib/rt/__newBuffer local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 0 @@ -7898,12 +7896,12 @@ i32.const 3 call $~lib/staticarray/StaticArray#constructor local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray#get:length i32.const 3 @@ -7925,7 +7923,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray#get:length i32.lt_s @@ -7934,7 +7932,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 local.get $4 call $~lib/staticarray/StaticArray#__get @@ -7963,29 +7961,29 @@ i32.const 704 call $~lib/rt/__newArray local.tee $7 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $7 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray.fromArray local.tee $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray#get:length local.get $7 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/array/Array#get:length i32.eq @@ -8006,7 +8004,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/array/Array#get:length i32.lt_s @@ -8015,7 +8013,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 local.get $9 call $~lib/staticarray/StaticArray#__get @@ -8023,7 +8021,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 local.get $9 call $~lib/array/Array#__get @@ -8053,16 +8051,16 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray.fromArray local.tee $8 - i32.store $0 offset=16 + i32.store offset=16 local.get $8 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray#get:length i32.const 0 @@ -8082,13 +8080,13 @@ i32.const 832 call $~lib/rt/__newBuffer local.tee $13 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $13 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 4 i32.const 4 @@ -8097,16 +8095,16 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/staticarray/StaticArray#concat<~lib/staticarray/StaticArray> local.tee $15 - i32.store $0 offset=28 + i32.store offset=28 local.get $15 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray#get:length i32.const 3 @@ -8125,7 +8123,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 0 i32.const 4 @@ -8134,23 +8132,23 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/staticarray/StaticArray#concat<~lib/staticarray/StaticArray> local.tee $15 - i32.store $0 offset=28 + i32.store offset=28 local.get $15 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray#get:length local.get $13 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray#get:length i32.eq @@ -8169,13 +8167,13 @@ i32.const 992 call $~lib/rt/__newBuffer local.tee $18 - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer local.get $18 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 4 i32.const 8 @@ -8184,16 +8182,16 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#concat<~lib/staticarray/StaticArray<~lib/string/String>> local.tee $20 - i32.store $0 offset=36 + i32.store offset=36 local.get $20 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 3 @@ -8213,13 +8211,13 @@ i32.const 1264 call $~lib/rt/__newBuffer local.tee $22 - i32.store $0 offset=40 + i32.store offset=40 global.get $~lib/memory/__stack_pointer local.get $22 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 0 i32.const 0 @@ -8227,19 +8225,19 @@ i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs local.tee $23 - i32.store $0 offset=44 + i32.store offset=44 local.get $23 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length local.get $22 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.eq @@ -8260,7 +8258,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.lt_s @@ -8269,27 +8267,27 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=48 + i32.store offset=48 local.get $56 local.get $24 call $~lib/staticarray/StaticArray<~lib/string/String>#__get local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 local.get $23 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=48 + i32.store offset=48 local.get $56 local.get $24 call $~lib/staticarray/StaticArray<~lib/string/String>#__get local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/string/String.__eq i32.eqz @@ -8313,18 +8311,18 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 i32.const 3 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> local.tee $23 - i32.store $0 offset=44 + i32.store offset=44 local.get $23 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 2 @@ -8342,20 +8340,20 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=48 + i32.store offset=48 local.get $56 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1120 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/string/String.__eq i32.eqz @@ -8371,20 +8369,20 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=48 + i32.store offset=48 local.get $56 i32.const 1 call $~lib/staticarray/StaticArray<~lib/string/String>#__get local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1152 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/string/String.__eq i32.eqz @@ -8401,7 +8399,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 i32.const 1 @@ -8409,19 +8407,19 @@ i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs local.tee $23 - i32.store $0 offset=44 + i32.store offset=44 local.get $23 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length local.get $22 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 1 @@ -8441,25 +8439,25 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 0 i32.const 50 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> local.tee $23 - i32.store $0 offset=44 + i32.store offset=44 local.get $23 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length local.get $22 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.eq @@ -8477,7 +8475,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 100 i32.const 1 @@ -8485,12 +8483,12 @@ i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs local.tee $23 - i32.store $0 offset=44 + i32.store offset=44 local.get $23 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 0 @@ -8509,7 +8507,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const -1 i32.const 1 @@ -8517,12 +8515,12 @@ i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs local.tee $23 - i32.store $0 offset=44 + i32.store offset=44 local.get $23 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 1 @@ -8540,20 +8538,20 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=48 + i32.store offset=48 local.get $56 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1216 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/string/String.__eq i32.eqz @@ -8570,18 +8568,18 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const -2 i32.const -2 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> local.tee $23 - i32.store $0 offset=44 + i32.store offset=44 local.get $23 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 0 @@ -8600,18 +8598,18 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2 i32.const -2 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> local.tee $23 - i32.store $0 offset=44 + i32.store offset=44 local.get $23 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 1 @@ -8629,20 +8627,20 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=48 + i32.store offset=48 local.get $56 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1152 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/string/String.__eq i32.eqz @@ -8660,13 +8658,13 @@ i32.const 1440 call $~lib/rt/__newBuffer local.tee $26 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $26 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 0 i32.const 2 @@ -8676,23 +8674,23 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#concat<~lib/array/Array<~lib/string/String>> local.tee $29 - i32.store $0 offset=56 + i32.store offset=56 local.get $29 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/array/Array<~lib/string/String>#get:length local.get $26 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.eq @@ -8712,7 +8710,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 i32.const 2 @@ -8722,23 +8720,23 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#concat<~lib/array/Array<~lib/string/String>> local.tee $29 - i32.store $0 offset=56 + i32.store offset=56 local.get $29 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/array/Array<~lib/string/String>#get:length local.get $26 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 1 @@ -8761,18 +8759,18 @@ i32.const 1584 call $~lib/rt/__newBuffer local.tee $33 - i32.store $0 offset=60 + i32.store offset=60 local.get $33 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1120 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#includes @@ -8791,13 +8789,13 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1520 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#includes @@ -8816,13 +8814,13 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1216 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 i32.const 5 call $~lib/staticarray/StaticArray<~lib/string/String>#includes @@ -8841,13 +8839,13 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1216 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 i32.const -1 call $~lib/staticarray/StaticArray<~lib/string/String>#includes @@ -8869,7 +8867,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 f64.const nan:0x8000000000000 i32.const 0 @@ -8892,7 +8890,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 f32.const nan:0x400000 i32.const 0 @@ -8914,12 +8912,12 @@ i32.const 1696 call $~lib/rt/__newBuffer local.tee $37 - i32.store $0 offset=64 + i32.store offset=64 local.get $37 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2 i32.const 0 @@ -8939,7 +8937,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 7 i32.const 0 @@ -8959,7 +8957,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 9 i32.const 2 @@ -8979,7 +8977,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2 i32.const -1 @@ -8999,7 +8997,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2 i32.const -3 @@ -9021,12 +9019,12 @@ i32.const 1728 call $~lib/rt/__newBuffer local.tee $39 - i32.store $0 offset=68 + i32.store offset=68 local.get $39 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2 i32.const 1 @@ -9048,7 +9046,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 7 i32.const 1 @@ -9070,7 +9068,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2 i32.const 3 @@ -9090,7 +9088,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2 i32.const 2 @@ -9110,7 +9108,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2 i32.const -2 @@ -9130,7 +9128,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2 i32.const -1 @@ -9152,30 +9150,30 @@ i32.const 1872 call $~lib/rt/__newBuffer local.tee $41 - i32.store $0 offset=72 + i32.store offset=72 local.get $41 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=48 + i32.store offset=48 local.get $56 i32.const 1936 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=76 + i32.store offset=76 local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1968 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/string/String.__eq i32.eqz @@ -9191,25 +9189,25 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=48 + i32.store offset=48 local.get $56 i32.const 1904 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=76 + i32.store offset=76 local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2016 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/string/String.__eq i32.eqz @@ -9225,25 +9223,25 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=48 + i32.store offset=48 local.get $56 i32.const 2064 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=76 + i32.store offset=76 local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2096 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/string/String.__eq i32.eqz @@ -9259,25 +9257,25 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=48 + i32.store offset=48 local.get $56 i32.const 2144 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=76 + i32.store offset=76 local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2176 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/string/String.__eq i32.eqz @@ -9293,31 +9291,31 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=48 + i32.store offset=48 local.get $56 i32.const 1936 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=76 + i32.store offset=76 local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 local.get $41 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=48 + i32.store offset=48 local.get $56 call $~lib/staticarray/StaticArray<~lib/string/String>#toString local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/string/String.__eq i32.eqz @@ -9335,12 +9333,12 @@ i32.const 2240 call $~lib/rt/__newBuffer local.tee $43 - i32.store $0 offset=80 + i32.store offset=80 local.get $43 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 i32.const 1 @@ -9353,7 +9351,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 0 call $~lib/staticarray/StaticArray#__get @@ -9372,7 +9370,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get @@ -9393,12 +9391,12 @@ i32.const 2272 call $~lib/rt/__newBuffer local.tee $45 - i32.store $0 offset=84 + i32.store offset=84 local.get $45 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/staticarray/StaticArray#reverse drop @@ -9406,7 +9404,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 0 call $~lib/staticarray/StaticArray#__get @@ -9425,7 +9423,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get @@ -9444,7 +9442,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2 call $~lib/staticarray/StaticArray#__get @@ -9465,12 +9463,12 @@ i32.const 2304 call $~lib/rt/__newBuffer local.tee $47 - i32.store $0 offset=88 + i32.store offset=88 local.get $47 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 0 i32.const 3 @@ -9483,7 +9481,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 0 call $~lib/staticarray/StaticArray#__get @@ -9502,7 +9500,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get @@ -9521,7 +9519,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2 call $~lib/staticarray/StaticArray#__get @@ -9540,7 +9538,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 3 call $~lib/staticarray/StaticArray#__get @@ -9559,7 +9557,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 4 call $~lib/staticarray/StaticArray#__get @@ -9580,28 +9578,28 @@ i32.const 2352 call $~lib/rt/__newBuffer local.tee $49 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $49 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2384 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/staticarray/StaticArray#map local.tee $50 - i32.store $0 offset=96 + i32.store offset=96 local.get $50 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 0 call $~lib/array/Array#__get @@ -9620,7 +9618,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 call $~lib/array/Array#__get @@ -9639,7 +9637,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2 call $~lib/array/Array#__get @@ -9658,13 +9656,13 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2416 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/staticarray/StaticArray#forEach global.get $std/staticarray/maxVal @@ -9684,22 +9682,22 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2448 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/staticarray/StaticArray#filter local.tee $51 - i32.store $0 offset=100 + i32.store offset=100 local.get $51 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 call $~lib/array/Array#get:length i32.const 2 @@ -9717,7 +9715,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 0 call $~lib/array/Array#__get @@ -9736,7 +9734,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 call $~lib/array/Array#__get @@ -9755,13 +9753,13 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2480 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 i32.const 0 call $~lib/staticarray/StaticArray#reduce @@ -9782,13 +9780,13 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2512 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 i32.const 0 call $~lib/staticarray/StaticArray#reduceRight @@ -9809,13 +9807,13 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2544 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/staticarray/StaticArray#some i32.eqz @@ -9831,13 +9829,13 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2576 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/staticarray/StaticArray#some i32.eqz @@ -9854,13 +9852,13 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2608 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/staticarray/StaticArray#every i32.eqz @@ -9876,13 +9874,13 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2640 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/staticarray/StaticArray#every i32.eqz @@ -9899,13 +9897,13 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2672 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/staticarray/StaticArray#findIndex i32.const 1 @@ -9923,13 +9921,13 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2704 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/staticarray/StaticArray#findIndex i32.const -1 @@ -9947,13 +9945,13 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2736 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/staticarray/StaticArray#findLastIndex i32.const 1 @@ -9971,13 +9969,13 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2768 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 offset=24 + i32.store offset=24 local.get $56 call $~lib/staticarray/StaticArray#findLastIndex i32.const -1 @@ -9997,12 +9995,12 @@ i32.const 2800 call $~lib/rt/__newBuffer local.tee $55 - i32.store $0 offset=104 + i32.store offset=104 local.get $55 local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 0 global.set $~argumentsLength @@ -10013,7 +10011,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 0 call $~lib/staticarray/StaticArray#__get @@ -10032,7 +10030,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 1 call $~lib/staticarray/StaticArray#__get @@ -10051,7 +10049,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 2 call $~lib/staticarray/StaticArray#__get @@ -10070,7 +10068,7 @@ local.set $56 global.get $~lib/memory/__stack_pointer local.get $56 - i32.store $0 + i32.store local.get $56 i32.const 3 call $~lib/staticarray/StaticArray#__get @@ -10102,14 +10100,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -10131,14 +10129,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:dataStart local.set $cur @@ -10147,7 +10145,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:length_ i32.const 2 @@ -10160,7 +10158,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -10179,7 +10177,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:buffer local.get $cookie @@ -10198,12 +10196,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%2C~lib/staticarray/StaticArray%29=>i32>#get:_env local.get $cookie @@ -10222,12 +10220,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%2C~lib/staticarray/StaticArray%29=>void>#get:_env local.get $cookie @@ -10246,12 +10244,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%2C~lib/staticarray/StaticArray%29=>bool>#get:_env local.get $cookie @@ -10270,12 +10268,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%2Ci32%2C~lib/staticarray/StaticArray%29=>i32>#get:_env local.get $cookie @@ -10294,12 +10292,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:_env local.get $cookie @@ -10318,7 +10316,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -10327,7 +10325,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 @@ -10348,7 +10346,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length i32.const 1073741820 i32.const 2 @@ -10371,7 +10369,7 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -10397,7 +10395,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length local.get $alignLog2 i32.shl @@ -10408,27 +10406,27 @@ local.get $data call $~lib/rt/__newBuffer local.tee $buffer - i32.store $0 + i32.store i32.const 16 local.get $id call $~lib/rt/itcms/__new local.set $array local.get $array local.get $buffer - i32.store $0 + i32.store local.get $array local.get $buffer i32.const 0 call $~lib/rt/itcms/__link local.get $array local.get $buffer - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $bufferSize - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.get $length - i32.store $0 offset=12 + i32.store offset=12 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/staticarray.release.wat b/tests/compiler/std/staticarray.release.wat index 0b492e20cc..b7dfeef3bc 100644 --- a/tests/compiler/std/staticarray.release.wat +++ b/tests/compiler/std/staticarray.release.wat @@ -1,17 +1,16 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32 i32))) - (type $i32_i32_i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32 i32 i32))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func (param i32 i32 i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32) (result i32))) + (type $7 (func (param i32) (result i32))) + (type $8 (func (param i32 i32 i32 i32))) + (type $9 (func (result i32))) + (type $10 (func (param i32 i32 i64))) + (type $11 (func (param i32 i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -177,32 +176,32 @@ (local $0 i32) (local $1 i32) i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1280 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $std/staticarray/arr3 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/staticarray/arr4 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1088 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1680 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 2336 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1344 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -212,7 +211,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -230,7 +229,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -247,7 +246,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -261,16 +260,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$267 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 36728 @@ -285,10 +284,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$267 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -301,20 +300,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -323,7 +322,7 @@ else local.get $1 i32.const 3888 - i32.load $0 + i32.load i32.gt_u if i32.const 1088 @@ -338,13 +337,13 @@ i32.shl i32.const 3892 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -354,21 +353,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -376,8 +399,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -389,10 +412,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -403,29 +426,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -433,10 +456,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -450,75 +473,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -540,7 +556,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -557,12 +573,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -579,17 +595,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -599,9 +615,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -626,13 +642,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -666,7 +682,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -722,19 +738,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -746,15 +762,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -762,16 +778,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -793,10 +810,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -809,18 +826,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -844,30 +860,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -875,10 +891,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -886,7 +902,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -894,7 +910,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -905,10 +921,10 @@ end i32.const 36736 i32.const 0 - i32.store $0 + i32.store i32.const 38304 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -920,7 +936,7 @@ i32.const 36736 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -938,7 +954,7 @@ i32.const 36736 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -955,7 +971,7 @@ end i32.const 36736 i32.const 38308 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -993,7 +1009,7 @@ i32.const 1 else local.get $1 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1007,10 +1023,10 @@ end local.get $1 local.get $1 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -1040,7 +1056,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1053,19 +1069,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -1076,7 +1092,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1088,7 +1104,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -1101,12 +1117,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -1115,7 +1127,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1126,26 +1138,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1161,7 +1173,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1177,7 +1189,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1202,14 +1214,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1227,10 +1239,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1238,47 +1250,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1299,7 +1313,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1316,10 +1330,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1335,7 +1349,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1356,7 +1370,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1378,50 +1392,54 @@ unreachable end local.get $0 - i32.const 12 - local.get $1 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $1 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $1 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $3 call $~lib/rt/tlsf/searchBlock local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 local.get $3 i32.const 256 i32.ge_u if (result i32) - local.get $3 - i32.const 1 - i32.const 27 - local.get $3 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $3 local.get $3 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $3 + i32.const 1 + i32.const 27 + local.get $3 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $3 + end else local.get $3 end i32.const 4 local.get $0 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1441,12 +1459,12 @@ local.get $2 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $2 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1457,7 +1475,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1478,7 +1496,7 @@ end local.get $3 local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1494,7 +1512,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.set $4 local.get $3 i32.const 4 @@ -1524,7 +1542,7 @@ i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add @@ -1536,7 +1554,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $0 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1545,21 +1563,21 @@ local.get $4 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $0 local.get $0 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 ) @@ -1581,7 +1599,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1602,7 +1620,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1634,36 +1652,36 @@ call $~lib/rt/tlsf/allocateBlock local.tee $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1676,23 +1694,67 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) - (func $~lib/staticarray/StaticArray#__uset (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) + (local $3 i32) + local.get $1 + i32.eqz + if + return + end local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1408 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.tee $3 local.get $1 - i32.const 2 - i32.shl - i32.add - local.get $2 - i32.store $0 - local.get $2 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq if + local.get $3 + i32.eqz local.get $0 - local.get $2 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + local.tee $3 + i32.eq + if + local.get $0 + local.get $1 + local.get $2 + select + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $3 + i32.const 3 + i32.eq + i32.and + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + end + end end ) (func $start:std/staticarray~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) @@ -1740,7 +1802,8 @@ i32.const 3 i32.gt_s ) - (func $~lib/util/sort/insertionSort (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) + (func $~lib/util/sort/insertionSort (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) + (local $4 i32) (local $5 i32) (local $6 i32) (local $7 i32) @@ -1752,157 +1815,151 @@ i32.sub i32.const 1 i32.add - local.tee $5 + local.tee $4 local.get $3 i32.sub i32.const 1 i32.and i32.sub - local.get $5 + local.get $4 i32.const 1 i32.and local.get $3 select i32.add - local.set $7 + local.set $6 loop $for-loop|0 local.get $2 - local.get $7 + local.get $6 i32.ge_s if local.get $0 - local.get $7 + local.get $6 i32.const 2 i32.shl i32.add local.tee $3 - i32.load $0 offset=4 - local.tee $6 - local.set $5 + i32.load offset=4 + local.tee $5 + local.set $4 local.get $3 - i32.load $0 + i32.load local.set $3 i32.const 2 global.set $~argumentsLength local.get $3 - local.get $6 - local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + local.get $5 + i32.const 3872 + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if local.get $3 - local.set $5 - local.get $6 + local.set $4 + local.get $5 local.set $3 end - local.get $7 + local.get $6 i32.const 1 i32.sub - local.set $6 + local.set $5 loop $while-continue|1 local.get $1 - local.get $6 + local.get $5 i32.le_s if block $while-break|1 local.get $0 - local.get $6 + local.get $5 i32.const 2 i32.shl i32.add - i32.load $0 - local.set $8 + local.tee $8 + i32.load + local.set $7 i32.const 2 global.set $~argumentsLength - local.get $8 + local.get $7 local.get $3 - local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.const 3872 + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|1 - local.get $0 - local.get $6 - i32.const 2 - i32.shl - i32.add local.get $8 - i32.store $0 offset=8 - local.get $6 + local.get $7 + i32.store offset=8 + local.get $5 i32.const 1 i32.sub - local.set $6 + local.set $5 br $while-continue|1 end end end local.get $0 - local.get $6 + local.get $5 i32.const 2 i32.shl i32.add local.get $3 - i32.store $0 offset=8 + i32.store offset=8 loop $while-continue|2 local.get $1 - local.get $6 + local.get $5 i32.le_s if block $while-break|2 local.get $0 - local.get $6 + local.get $5 i32.const 2 i32.shl i32.add - i32.load $0 - local.set $3 + local.tee $3 + i32.load + local.set $7 i32.const 2 global.set $~argumentsLength - local.get $3 - local.get $5 + local.get $7 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.const 3872 + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|2 - local.get $0 - local.get $6 - i32.const 2 - i32.shl - i32.add local.get $3 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $5 i32.const 1 i32.sub - local.set $6 + local.set $5 br $while-continue|2 end end end local.get $0 - local.get $6 + local.get $5 i32.const 2 i32.shl i32.add - local.get $5 - i32.store $0 offset=4 - local.get $7 + local.get $4 + i32.store offset=4 + local.get $6 i32.const 2 i32.add - local.set $7 + local.set $6 br $for-loop|0 end end ) - (func $~lib/util/sort/extendRunRight (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32) + (func $~lib/util/sort/extendRunRight (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) local.get $1 local.get $2 i32.eq @@ -1915,65 +1972,65 @@ i32.const 2 i32.shl i32.add - i32.load $0 - local.set $5 + i32.load + local.set $4 local.get $0 local.get $1 i32.const 1 i32.add - local.tee $4 + local.tee $3 i32.const 2 i32.shl i32.add - i32.load $0 - local.set $6 + i32.load + local.set $5 i32.const 2 global.set $~argumentsLength + local.get $4 local.get $5 - local.get $6 - local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.const 3872 + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if loop $while-continue|0 local.get $2 - local.get $4 + local.get $3 i32.gt_s if (result i32) local.get $0 - local.get $4 + local.get $3 i32.const 2 i32.shl i32.add - local.tee $5 - i32.load $0 offset=4 - local.set $6 - local.get $5 - i32.load $0 + local.tee $4 + i32.load offset=4 local.set $5 + local.get $4 + i32.load + local.set $4 i32.const 2 global.set $~argumentsLength - local.get $6 local.get $5 - local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + local.get $4 + i32.const 3872 + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else i32.const 0 end if - local.get $4 + local.get $3 i32.const 1 i32.add - local.set $4 + local.set $3 br $while-continue|0 end end - local.get $4 + local.get $3 local.set $2 loop $while-continue|1 local.get $1 @@ -1985,25 +2042,25 @@ i32.const 2 i32.shl i32.add - local.tee $3 - i32.load $0 + local.tee $4 + i32.load local.set $5 - local.get $3 + local.get $4 local.get $0 local.get $2 i32.const 2 i32.shl i32.add - local.tee $3 - i32.load $0 - i32.store $0 + local.tee $4 + i32.load + i32.store local.get $1 i32.const 1 i32.add local.set $1 - local.get $3 + local.get $4 local.get $5 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.sub @@ -2014,55 +2071,55 @@ else loop $while-continue|2 local.get $2 - local.get $4 + local.get $3 i32.gt_s if (result i32) local.get $0 - local.get $4 + local.get $3 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 - local.set $5 + i32.load offset=4 + local.set $4 local.get $1 - i32.load $0 + i32.load local.set $1 i32.const 2 global.set $~argumentsLength - local.get $5 + local.get $4 local.get $1 - local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.const 3872 + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else i32.const 0 end if - local.get $4 + local.get $3 i32.const 1 i32.add - local.set $4 + local.set $3 br $while-continue|2 end end end - local.get $4 + local.get $3 ) - (func $~lib/util/sort/mergeRuns (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (param $5 i32) + (func $~lib/util/sort/mergeRuns (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) + (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) local.get $2 i32.const 1 i32.sub - local.tee $6 + local.tee $5 local.get $3 i32.add - local.set $7 - local.get $6 + local.set $6 + local.get $5 i32.const 1 i32.add local.set $2 @@ -2077,40 +2134,40 @@ local.tee $2 i32.const 2 i32.shl - local.tee $8 + local.tee $7 local.get $4 i32.add local.get $0 - local.get $8 + local.get $7 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store br $for-loop|0 end end loop $for-loop|1 local.get $3 - local.get $6 + local.get $5 i32.gt_s if local.get $4 - local.get $7 local.get $6 + local.get $5 i32.sub i32.const 2 i32.shl i32.add local.get $0 - local.get $6 + local.get $5 i32.const 2 i32.shl i32.add - i32.load $0 offset=4 - i32.store $0 - local.get $6 + i32.load offset=4 + i32.store + local.get $5 i32.const 1 i32.add - local.set $6 + local.set $5 br $for-loop|1 end end @@ -2120,26 +2177,26 @@ i32.le_s if local.get $4 - local.get $6 + local.get $5 i32.const 2 i32.shl i32.add - i32.load $0 - local.set $7 + i32.load + local.set $6 local.get $4 local.get $2 i32.const 2 i32.shl i32.add - i32.load $0 - local.set $8 + i32.load + local.set $7 i32.const 2 global.set $~argumentsLength + local.get $6 local.get $7 - local.get $8 - local.get $5 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.const 3872 + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -2148,20 +2205,20 @@ i32.const 2 i32.shl i32.add - local.get $7 - i32.store $0 local.get $6 + i32.store + local.get $5 i32.const 1 i32.sub - local.set $6 + local.set $5 else local.get $0 local.get $1 i32.const 2 i32.shl i32.add - local.get $8 - i32.store $0 + local.get $7 + i32.store local.get $2 i32.const 1 i32.add @@ -2187,7 +2244,7 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.add local.set $1 loop $while-continue|0 @@ -2196,11 +2253,11 @@ i32.lt_u if local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $0 i32.const 4 @@ -2233,7 +2290,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/staticarray/StaticArray $std/staticarray/Ref $~lib/staticarray/StaticArray $~lib/array/Array $~lib/staticarray/StaticArray<~lib/string/String> $~lib/array/Array<~lib/string/String> $~lib/staticarray/StaticArray $~lib/staticarray/StaticArray $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $invalid end return @@ -2243,11 +2300,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -2269,7 +2326,7 @@ br_if $folding-inner3 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store br $folding-inner1 end local.get $0 @@ -2287,19 +2344,19 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 2 i32.shl i32.add @@ -2310,11 +2367,11 @@ i32.lt_u if local.get $1 - i32.load $0 + i32.load local.tee $3 if local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $1 i32.const 4 @@ -2333,14 +2390,10 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2358,17 +2411,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load offset=4 + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2405,15 +2454,15 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.ge_u @@ -2430,7 +2479,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2458,14 +2507,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.const 1 @@ -2481,10 +2530,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4 i32.add @@ -2493,6 +2542,7 @@ (func $std/staticarray/Ref#constructor (result i32) (local $0 i32) (local $1 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2505,17 +2555,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -2525,17 +2575,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2543,7 +2594,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2578,12 +2629,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $1 i32.const 4 @@ -2612,10 +2663,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 2 @@ -2626,15 +2677,15 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2661,13 +2712,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1088 @@ -2680,14 +2731,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -2718,24 +2769,24 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.set $2 local.get $3 local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.tee $4 @@ -2755,7 +2806,7 @@ global.get $~lib/memory/__stack_pointer local.tee $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $3 i32.const 2 @@ -2763,14 +2814,14 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $0 local.get $2 i32.const 2 i32.shl local.tee $0 - memory.copy $0 $0 + memory.copy local.get $0 local.get $3 i32.add @@ -2778,7 +2829,7 @@ local.get $4 i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2789,6 +2840,7 @@ (local $3 i32) (local $4 i32) (local $5 i32) + (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2807,24 +2859,24 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u - local.set $3 + local.set $5 local.get $0 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $3 + local.get $5 i32.add local.tee $1 i32.const 0 @@ -2834,28 +2886,30 @@ select else local.get $1 - local.get $3 + local.get $5 local.get $1 - local.get $3 + local.get $5 i32.lt_s select end - local.tee $4 + local.tee $6 i32.const 2 i32.shl i32.add - local.set $5 + local.set $3 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + i32.const 0 + local.set $1 + local.get $4 local.get $2 i32.const 0 i32.lt_s if (result i32) local.get $2 - local.get $3 + local.get $5 i32.add local.tee $0 i32.const 0 @@ -2865,13 +2919,13 @@ select else local.get $2 - local.get $3 + local.get $5 local.get $2 - local.get $3 + local.get $5 i32.lt_s select end - local.get $4 + local.get $6 i32.sub local.tee $0 i32.const 0 @@ -2881,38 +2935,33 @@ select i32.const 2 i32.shl - local.tee $1 + local.tee $0 i32.const 8 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 offset=4 - i32.const 0 - local.set $0 + i32.store offset=4 loop $while-continue|0 local.get $0 local.get $1 - i32.lt_u + i32.gt_u if - local.get $0 + local.get $1 local.get $2 i32.add - local.get $0 - local.get $5 - i32.add - i32.load $0 - local.tee $3 - i32.store $0 + local.get $1 local.get $3 - if - local.get $2 - local.get $3 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $0 + i32.add + i32.load + local.tee $4 + i32.store + local.get $2 + local.get $4 + i32.const 1 + call $~lib/rt/itcms/__link + local.get $1 i32.const 4 i32.add - local.set $0 + local.set $1 br $while-continue|0 end end @@ -2941,7 +2990,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -2959,7 +3008,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -2991,15 +3040,15 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.ge_u @@ -3017,9 +3066,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz if @@ -3057,13 +3106,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -3078,55 +3128,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -3147,7 +3201,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$106 loop $while-continue|1 local.get $0 local.tee $3 @@ -3157,17 +3211,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$106 local.get $2 i32.const 2 i32.add @@ -3219,30 +3273,30 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u - local.set $4 - local.get $3 + local.set $3 + local.get $2 local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length - local.tee $3 - local.get $4 - i32.add local.tee $5 - i32.const 268435455 - i32.gt_u + local.get $3 + i32.add + local.tee $4 + i32.const 268435455 + i32.gt_u if i32.const 1680 i32.const 1152 @@ -3251,66 +3305,65 @@ call $~lib/builtins/abort unreachable end - local.get $4 + local.get $3 i32.const 2 i32.shl - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.tee $6 + local.tee $3 local.get $0 - i32.store $0 offset=4 - local.get $6 - local.get $5 + i32.store offset=4 + local.get $3 + local.get $4 i32.const 9 i32.const 0 call $~lib/rt/__newArray - local.tee $5 - i32.store $0 offset=4 + local.tee $3 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 - local.get $5 - i32.load $0 offset=4 - local.set $6 + local.get $3 + i32.store + local.get $3 + i32.load offset=4 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 offset=4 - local.set $7 + i32.load offset=4 + local.set $6 + i32.const 0 + local.set $1 loop $for-loop|0 + local.get $1 local.get $2 - local.get $4 i32.lt_u if - local.get $2 - local.get $6 + local.get $1 + local.get $4 i32.add local.get $0 - local.get $2 + local.get $1 i32.add - i32.load $0 - local.tee $1 - i32.store $0 + i32.load + local.tee $7 + i32.store + local.get $3 + local.get $7 + i32.const 1 + call $~lib/rt/itcms/__link local.get $1 - if - local.get $5 - local.get $1 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $2 i32.const 4 i32.add - local.set $2 + local.set $1 br $for-loop|0 end end + local.get $2 local.get $4 - local.get $6 i32.add local.set $1 - local.get $3 + local.get $5 i32.const 2 i32.shl local.set $2 @@ -3325,18 +3378,15 @@ local.get $1 i32.add local.get $0 - local.get $7 + local.get $6 i32.add - i32.load $0 - local.tee $3 - i32.store $0 + i32.load + local.tee $4 + i32.store local.get $3 - if - local.get $5 - local.get $3 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + local.get $4 + i32.const 1 + call $~lib/rt/itcms/__link local.get $0 i32.const 4 i32.add @@ -3348,7 +3398,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $3 ) (func $~lib/staticarray/StaticArray<~lib/string/String>#includes (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -3366,13 +3416,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 8 i32.sub @@ -3382,40 +3432,40 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $4 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $4 local.get $0 - i32.store $0 - block $__inlined_func$~lib/staticarray/StaticArray<~lib/string/String>#indexOf + i32.store + block $__inlined_func$~lib/staticarray/StaticArray<~lib/string/String>#indexOf$274 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u - local.tee $4 + local.tee $3 i32.eqz local.get $2 - local.get $4 + local.get $3 i32.ge_s i32.or if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const -1 local.set $2 - br $__inlined_func$~lib/staticarray/StaticArray<~lib/string/String>#indexOf + br $__inlined_func$~lib/staticarray/StaticArray<~lib/string/String>#indexOf$274 end local.get $2 i32.const 0 i32.lt_s if local.get $2 - local.get $4 + local.get $3 i32.add local.tee $2 i32.const 0 @@ -3427,23 +3477,23 @@ end loop $while-continue|0 local.get $2 - local.get $4 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $4 local.get $0 local.get $2 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $3 - i32.store $0 - local.get $5 + i32.load + local.tee $5 + i32.store + local.get $4 local.get $1 - i32.store $0 offset=4 - local.get $3 + i32.store offset=4 + local.get $5 local.get $1 call $~lib/string/String.__eq if @@ -3451,7 +3501,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/staticarray/StaticArray<~lib/string/String>#indexOf + br $__inlined_func$~lib/staticarray/StaticArray<~lib/string/String>#indexOf$274 end local.get $2 i32.const 1 @@ -3485,6 +3535,7 @@ ) (func $~lib/staticarray/StaticArray#indexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) + (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3501,16 +3552,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $4 i32.const 0 - i32.store $0 - local.get $3 + i32.store + local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.tee $3 @@ -3520,7 +3571,7 @@ i32.ge_s i32.or if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -3552,7 +3603,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $1 i32.eq if @@ -3578,6 +3629,7 @@ ) (func $~lib/staticarray/StaticArray#lastIndexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) + (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3594,22 +3646,22 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $4 i32.const 0 - i32.store $0 - local.get $3 + i32.store + local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.tee $3 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -3642,7 +3694,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $1 i32.eq if @@ -3685,7 +3737,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -3698,18 +3750,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.set $2 end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -3727,6 +3779,7 @@ (local $5 i32) (local $6 i32) (local $7 i32) + (local $8 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -3743,12 +3796,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $6 i64.const 0 - i64.store $0 - local.get $5 + i64.store + local.get $6 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 1 i32.sub @@ -3756,7 +3809,7 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $6 i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -3769,9 +3822,9 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.load $0 + i32.load local.tee $0 - i32.store $0 + i32.store local.get $1 i32.const 16 i32.add @@ -3788,24 +3841,25 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer + local.tee $6 local.get $0 local.get $4 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $6 - i32.store $0 offset=4 - local.get $6 + i32.load + local.tee $7 + i32.store offset=4 + local.get $7 if - global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + local.get $7 + i32.store offset=8 local.get $3 - local.get $6 + local.get $7 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.add @@ -3823,16 +3877,16 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $3 local.get $2 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $1 + local.tee $6 local.get $5 i32.mul i32.add @@ -3840,8 +3894,8 @@ i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=12 + local.tee $7 + i32.store offset=12 i32.const 0 local.set $3 loop $for-loop|1 @@ -3850,54 +3904,55 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer + local.tee $8 local.get $0 local.get $3 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $7 - i32.store $0 offset=4 - local.get $7 + i32.load + local.tee $1 + i32.store offset=4 + local.get $1 if - global.get $~lib/memory/__stack_pointer + local.get $8 + local.get $1 + i32.store offset=8 local.get $7 - i32.store $0 offset=8 - local.get $6 local.get $4 i32.const 1 i32.shl i32.add - local.get $7 - local.get $7 + local.get $1 + local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $7 + local.tee $1 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy + local.get $1 local.get $4 - local.get $7 i32.add local.set $4 end - local.get $1 + local.get $6 if - local.get $6 + local.get $7 local.get $4 i32.const 1 i32.shl i32.add local.get $2 - local.get $1 + local.get $6 i32.const 1 i32.shl - memory.copy $0 $0 - local.get $1 + memory.copy local.get $4 + local.get $6 i32.add local.set $4 end @@ -3909,20 +3964,21 @@ end end global.get $~lib/memory/__stack_pointer + local.tee $1 local.get $0 local.get $5 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 if - global.get $~lib/memory/__stack_pointer + local.get $1 local.get $0 - i32.store $0 offset=8 - local.get $6 + i32.store offset=8 + local.get $7 local.get $4 i32.const 1 i32.shl @@ -3931,16 +3987,16 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and - memory.copy $0 $0 + memory.copy end global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 + local.get $7 ) (func $~lib/staticarray/StaticArray<~lib/string/String>#join (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -3963,20 +4019,20 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $0 local.get $3 local.get $1 @@ -4011,21 +4067,21 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 i32.const 7 i32.const 0 call $~lib/rt/__newArray local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.set $8 @@ -4039,25 +4095,24 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $9 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 3 global.set $~argumentsLength local.get $9 local.get $10 local.get $0 i32.const 3472 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $6 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -4068,18 +4123,18 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $6 - i32.store $0 + i32.store local.get $6 - i32.load $0 offset=12 + i32.load offset=12 local.tee $7 i32.const 1 i32.add local.tee $5 local.set $3 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -4090,13 +4145,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $6 - i32.store $0 + i32.store local.get $3 local.get $6 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.const 2 i32.shr_u @@ -4115,8 +4170,8 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 - block $__inlined_func$~lib/rt/itcms/__renew + i32.store + block $__inlined_func$~lib/rt/itcms/__renew$224 i32.const 1073741820 local.get $1 i32.const 1 @@ -4142,12 +4197,12 @@ select local.tee $4 local.get $6 - i32.load $0 + i32.load local.tee $1 i32.const 20 i32.sub local.tee $3 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 16 @@ -4156,26 +4211,26 @@ if local.get $3 local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 local.set $2 - br $__inlined_func$~lib/rt/itcms/__renew + br $__inlined_func$~lib/rt/itcms/__renew$224 end local.get $4 local.get $3 - i32.load $0 offset=12 + i32.load offset=12 call $~lib/rt/itcms/__new local.tee $2 local.get $1 local.get $4 local.get $3 - i32.load $0 offset=16 + i32.load offset=16 local.tee $3 local.get $3 local.get $4 i32.gt_u select - memory.copy $0 $0 + memory.copy end local.get $1 local.get $2 @@ -4183,21 +4238,18 @@ if local.get $6 local.get $2 - i32.store $0 + i32.store local.get $6 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 + local.get $6 local.get $2 - if - local.get $6 - local.get $2 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link end local.get $6 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -4206,21 +4258,21 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $6 - i32.store $0 + i32.store local.get $6 - i32.load $0 offset=4 + i32.load offset=4 local.get $7 i32.const 2 i32.shl i32.add local.get $9 - i32.store $0 + i32.store local.get $1 local.get $6 - i32.store $0 + i32.store local.get $6 local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 4 i32.add @@ -4269,14 +4321,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.set $3 @@ -4290,19 +4342,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if global.get $~lib/memory/__stack_pointer i32.const 4 @@ -4346,14 +4398,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.set $3 @@ -4367,19 +4419,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) i32.eqz if global.get $~lib/memory/__stack_pointer @@ -4424,14 +4476,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.set $3 @@ -4445,19 +4497,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if global.get $~lib/memory/__stack_pointer i32.const 4 @@ -4500,14 +4552,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.const 1 @@ -4523,19 +4575,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store i32.const 3 global.set $~argumentsLength local.get $3 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if global.get $~lib/memory/__stack_pointer i32.const 4 @@ -4557,7 +4609,8 @@ global.set $~lib/memory/__stack_pointer i32.const -1 ) - (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) + (local $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) @@ -4567,8 +4620,8 @@ (local $9 i32) (local $10 i32) (local $11 i32) - (local $12 i32) - (local $13 i64) + (local $12 i64) + (local $13 i32) (local $14 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -4587,7 +4640,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $folding-inner0 local.get $1 i32.const 48 @@ -4610,94 +4663,94 @@ br $break|0 end local.get $0 - i32.load $0 + i32.load local.set $1 local.get $0 - i32.load $0 offset=4 - local.set $3 + i32.load offset=4 + local.set $2 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $3 + local.get $2 local.get $1 local.get $1 - local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.const 3872 + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s - local.tee $4 + local.tee $3 select - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 - local.set $5 + i32.load offset=8 + local.set $4 i32.const 2 global.set $~argumentsLength - local.get $0 - local.get $5 local.get $1 + local.get $2 local.get $3 - local.get $4 select local.tee $1 - local.get $1 - local.get $5 - local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + local.get $4 + i32.const 3872 + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s - local.tee $3 + local.set $2 + local.get $0 + local.get $4 + local.get $1 + local.get $2 select - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - local.get $5 - local.get $3 + local.get $4 + local.get $2 select - i32.store $0 offset=8 + i32.store offset=8 end local.get $0 - i32.load $0 + i32.load local.set $1 local.get $0 - i32.load $0 offset=4 - local.set $3 + i32.load offset=4 + local.set $2 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $3 + local.get $2 local.get $1 local.get $1 - local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.const 3872 + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s - local.tee $2 + local.tee $3 select - i32.store $0 + i32.store local.get $0 local.get $1 - local.get $3 local.get $2 + local.get $3 select - i32.store $0 offset=4 + i32.store offset=4 br $folding-inner0 end global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 3872 + i32.store local.get $0 i32.const 0 local.get $1 i32.const 1 i32.sub i32.const 0 - local.get $2 call $~lib/util/sort/insertionSort br $folding-inner0 end @@ -4705,43 +4758,43 @@ local.get $1 i32.clz i32.sub - local.tee $4 + local.tee $3 i32.const 2 i32.shl - local.tee $5 + local.tee $4 i32.const 1 i32.shl - local.set $6 + local.set $5 global.get $~lib/rt/tlsf/ROOT i32.eqz if call $~lib/rt/tlsf/initialize end - local.get $5 + local.get $4 global.get $~lib/rt/tlsf/ROOT - local.get $6 + local.get $5 call $~lib/rt/tlsf/allocateBlock i32.const 4 i32.add - local.tee $10 + local.tee $9 i32.add - local.set $11 + local.set $10 loop $for-loop|1 + local.get $2 local.get $3 - local.get $4 i32.lt_u if - local.get $10 - local.get $3 + local.get $9 + local.get $2 i32.const 2 i32.shl i32.add i32.const -1 - i32.store $0 - local.get $3 + i32.store + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|1 end end @@ -4757,17 +4810,16 @@ call $~lib/rt/tlsf/allocateBlock i32.const 4 i32.add - local.set $12 + local.set $11 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 3872 + i32.store local.get $0 i32.const 0 local.get $1 i32.const 1 i32.sub - local.tee $9 - local.get $2 + local.tee $8 call $~lib/util/sort/extendRunRight local.tee $4 i32.const 1 @@ -4777,137 +4829,130 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 3872 + i32.store local.get $0 i32.const 0 i32.const 31 - local.get $9 - local.get $9 + local.get $8 + local.get $8 i32.const 31 i32.ge_s select local.tee $4 local.get $1 - local.get $2 call $~lib/util/sort/insertionSort end i32.const 0 local.set $1 i32.const 0 - local.set $3 + local.set $2 loop $while-continue|2 local.get $4 - local.get $9 + local.get $8 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 3872 + i32.store local.get $0 local.get $4 i32.const 1 i32.add - local.tee $6 - local.get $9 - local.get $2 - call $~lib/util/sort/extendRunRight local.tee $5 - local.get $6 + local.get $8 + call $~lib/util/sort/extendRunRight + local.tee $3 + local.get $5 i32.sub i32.const 1 i32.add - local.tee $7 + local.tee $6 i32.const 32 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 3872 + i32.store local.get $0 - local.get $6 - local.get $9 - local.get $6 + local.get $5 + local.get $8 + local.get $5 i32.const 31 i32.add - local.tee $5 - local.get $5 - local.get $9 + local.tee $3 + local.get $3 + local.get $8 i32.gt_s select - local.tee $5 - local.get $7 - local.get $2 + local.tee $3 + local.get $6 call $~lib/util/sort/insertionSort end - local.get $3 - local.get $6 + local.get $2 + local.get $5 i32.add i64.extend_i32_u i64.const 30 i64.shl - local.get $9 + local.get $8 i32.const 1 i32.add i64.extend_i32_u - local.tee $13 + local.tee $12 i64.div_u + local.get $3 local.get $5 - local.get $6 i32.add i32.const 1 i32.add i64.extend_i32_u i64.const 30 i64.shl - local.get $13 + local.get $12 i64.div_u i64.xor i32.wrap_i64 i32.clz - local.set $7 + local.set $6 loop $for-loop|3 local.get $1 - local.get $7 + local.get $6 i32.gt_u if - local.get $10 local.get $1 i32.const 2 i32.shl + local.tee $13 + local.get $9 i32.add - i32.load $0 - local.tee $8 + local.tee $14 + i32.load + local.tee $7 i32.const -1 i32.ne if - local.get $1 - i32.const 2 - i32.shl - local.tee $14 - local.get $11 + local.get $10 + local.get $13 i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 3872 + i32.store local.get $0 - local.get $8 - local.get $3 - local.get $4 - local.get $12 + local.get $7 local.get $2 + local.get $4 + local.get $11 call $~lib/util/sort/mergeRuns - local.get $10 local.get $14 - i32.add i32.const -1 - i32.store $0 - local.get $8 - local.set $3 + i32.store + local.get $7 + local.set $2 end local.get $1 i32.const 1 @@ -4916,24 +4961,24 @@ br $for-loop|3 end end - local.get $7 + local.get $6 i32.const 2 i32.shl local.tee $1 - local.get $10 + local.get $9 i32.add - local.get $3 - i32.store $0 + local.get $2 + i32.store local.get $1 - local.get $11 + local.get $10 i32.add local.get $4 - i32.store $0 - local.get $6 - local.set $3 + i32.store local.get $5 + local.set $2 + local.get $3 local.set $4 - local.get $7 + local.get $6 local.set $1 br $while-continue|2 end @@ -4941,34 +4986,32 @@ loop $for-loop|4 local.get $1 if - local.get $10 local.get $1 i32.const 2 i32.shl + local.tee $2 + local.get $9 i32.add - i32.load $0 + i32.load local.tee $3 i32.const -1 i32.ne if - local.get $11 - local.get $1 - i32.const 2 - i32.shl + local.get $2 + local.get $10 i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 + i32.const 3872 + i32.store local.get $0 local.get $3 - local.get $4 - local.get $9 - local.get $12 local.get $2 + local.get $8 + local.get $11 call $~lib/util/sort/mergeRuns end local.get $1 @@ -4978,9 +5021,9 @@ br $for-loop|4 end end - local.get $12 + local.get $11 call $~lib/rt/tlsf/__free - local.get $10 + local.get $9 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer i32.const 4 @@ -4996,9 +5039,9 @@ (func $start:std/staticarray (local $0 i32) (local $1 i32) - (local $2 f64) - (local $3 f32) - (local $4 i32) + (local $2 i32) + (local $3 f64) + (local $4 f32) (local $5 i32) (local $6 i32) (local $7 i32) @@ -5008,19 +5051,19 @@ i32.const 108 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner1 + block $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 3960 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $5 i32.const 0 i32.const 108 - memory.fill $0 - local.get $4 + memory.fill + local.get $5 i32.const 1056 - i32.store $0 + i32.store i32.const 1056 i32.const 1 call $~lib/staticarray/StaticArray#__get @@ -5036,9 +5079,9 @@ end global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 + i32.store i32.const 1052 - i32.load $0 + i32.load i32.const 2 i32.shr_u i32.const 3 @@ -5053,13 +5096,13 @@ end global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 + i32.store i32.const 1056 i32.const 4 call $~lib/staticarray/StaticArray#__set global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 + i32.store i32.const 1056 i32.const 1 call $~lib/staticarray/StaticArray#__get @@ -5074,7 +5117,7 @@ unreachable end i32.const 1048 - i32.load $0 + i32.load i32.const 4 i32.ne if @@ -5087,7 +5130,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1280 - i32.store $0 + i32.store i32.const 1280 i32.const 1 call $~lib/staticarray/StaticArray#__get @@ -5103,9 +5146,9 @@ end global.get $~lib/memory/__stack_pointer i32.const 1280 - i32.store $0 + i32.store i32.const 1276 - i32.load $0 + i32.load i32.const 2 i32.shr_u i32.const 3 @@ -5120,13 +5163,13 @@ end global.get $~lib/memory/__stack_pointer i32.const 1280 - i32.store $0 + i32.store i32.const 1280 i32.const 4 call $~lib/staticarray/StaticArray#__set global.get $~lib/memory/__stack_pointer i32.const 1280 - i32.store $0 + i32.store i32.const 1280 i32.const 1 call $~lib/staticarray/StaticArray#__get @@ -5140,7 +5183,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 36728 @@ -5150,42 +5193,42 @@ global.set $~lib/rt/itcms/threshold i32.const 1460 i32.const 1456 - i32.store $0 + i32.store i32.const 1464 i32.const 1456 - i32.store $0 + i32.store i32.const 1456 global.set $~lib/rt/itcms/pinSpace i32.const 1492 i32.const 1488 - i32.store $0 + i32.store i32.const 1496 i32.const 1488 - i32.store $0 + i32.store i32.const 1488 global.set $~lib/rt/itcms/toSpace i32.const 1572 i32.const 1568 - i32.store $0 + i32.store i32.const 1576 i32.const 1568 - i32.store $0 + i32.store i32.const 1568 global.set $~lib/rt/itcms/fromSpace i32.const 12 i32.const 4 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $5 i32.const 1312 i32.const 12 - memory.copy $0 $0 - local.get $4 + memory.copy + local.get $5 global.set $std/staticarray/arr3 global.get $~lib/memory/__stack_pointer global.get $std/staticarray/arr3 - local.tee $4 - i32.store $0 - local.get $4 + local.tee $5 + i32.store + local.get $5 i32.const 0 call $~lib/staticarray/StaticArray#__get i32.const 5 @@ -5200,9 +5243,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/staticarray/arr3 - local.tee $4 - i32.store $0 - local.get $4 + local.tee $5 + i32.store + local.get $5 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 6 @@ -5217,9 +5260,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/staticarray/arr3 - local.tee $4 - i32.store $0 - local.get $4 + local.tee $5 + i32.store + local.get $5 i32.const 2 call $~lib/staticarray/StaticArray#__get i32.const 7 @@ -5234,12 +5277,12 @@ end global.get $~lib/memory/__stack_pointer global.get $std/staticarray/arr3 - local.tee $4 - i32.store $0 - local.get $4 + local.tee $5 + i32.store + local.get $5 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.const 3 @@ -5254,16 +5297,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/staticarray/arr3 - local.tee $4 - i32.store $0 - local.get $4 + local.tee $5 + i32.store + local.get $5 i32.const 8 call $~lib/staticarray/StaticArray#__set global.get $~lib/memory/__stack_pointer global.get $std/staticarray/arr3 - local.tee $4 - i32.store $0 - local.get $4 + local.tee $5 + i32.store + local.get $5 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 8 @@ -5279,17 +5322,17 @@ i32.const 12 i32.const 4 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $5 i32.const 1312 i32.const 12 - memory.copy $0 $0 - local.get $4 + memory.copy + local.get $5 global.set $std/staticarray/arr3 global.get $~lib/memory/__stack_pointer global.get $std/staticarray/arr3 - local.tee $4 - i32.store $0 - local.get $4 + local.tee $5 + i32.store + local.get $5 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 6 @@ -5306,55 +5349,62 @@ i32.const 8 i32.const 6 call $~lib/rt/itcms/__new - local.tee $4 - i32.store $0 offset=4 - local.get $4 - i32.const 0 + local.tee $5 + i32.store offset=4 + local.get $5 call $std/staticarray/Ref#constructor - call $~lib/staticarray/StaticArray#__uset - local.get $4 + local.tee $6 + i32.store + local.get $5 + local.get $6 i32.const 1 + call $~lib/rt/itcms/__link + local.get $5 call $std/staticarray/Ref#constructor - call $~lib/staticarray/StaticArray#__uset - local.get $4 + local.tee $6 + i32.store offset=4 + local.get $5 + local.get $6 + i32.const 1 + call $~lib/rt/itcms/__link + local.get $5 global.set $std/staticarray/arr4 i32.const 0 global.set $std/staticarray/arr3 i32.const 0 global.set $std/staticarray/arr4 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $5 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 3960 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 - i32.store $0 - local.get $5 + i32.store + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 4 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 + local.tee $6 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $5 - i32.store $0 offset=8 + local.get $6 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 - local.get $5 + local.get $6 + i32.store + local.get $6 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.const 3 @@ -5369,22 +5419,23 @@ end loop $for-loop|0 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 - local.get $0 - local.get $5 + local.tee $5 + local.get $6 + i32.store + local.get $1 + local.get $6 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.lt_s if - global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 - local.get $5 - local.get $0 + local.get $6 + i32.store + local.get $6 + local.get $1 call $~lib/staticarray/StaticArray#__get if i32.const 0 @@ -5394,10 +5445,10 @@ call $~lib/builtins/abort unreachable end - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|0 end end @@ -5406,32 +5457,32 @@ i32.const 7 i32.const 1728 call $~lib/rt/__newArray - local.tee $0 - i32.store $0 offset=12 + local.tee $1 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 + local.get $1 + i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 call $~lib/staticarray/StaticArray.fromArray - local.tee $4 - i32.store $0 offset=16 + local.tee $5 + i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 - local.get $4 + local.get $5 + i32.store + local.get $5 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 + local.get $1 + i32.store + local.get $1 call $~lib/array/Array#get:length - local.get $5 + local.get $6 i32.ne if i32.const 0 @@ -5443,27 +5494,27 @@ end loop $for-loop|1 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 - call $~lib/array/Array#get:length local.get $1 + i32.store + local.get $1 + call $~lib/array/Array#get:length + local.get $0 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 - local.get $4 - local.get $1 + local.get $5 + i32.store + local.get $5 + local.get $0 call $~lib/staticarray/StaticArray#__get - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 local.get $1 + i32.store + local.get $1 + local.get $0 call $~lib/array/Array#__get - local.get $5 + local.get $6 i32.ne if i32.const 0 @@ -5473,10 +5524,10 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|1 end end @@ -5489,19 +5540,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 call $~lib/staticarray/StaticArray.fromArray local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u if @@ -5519,38 +5570,38 @@ call $~lib/rt/itcms/__new local.tee $1 i32.const 1856 - i64.load $0 align=1 - i64.store $0 align=1 + i64.load align=1 + i64.store align=1 local.get $0 local.get $1 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 + i32.store i32.const 4 i32.const 4 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $5 i32.const 1888 - i32.load $0 align=1 - i32.store $0 align=1 + i32.load align=1 + i32.store align=1 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=24 + local.get $5 + i32.store offset=24 local.get $0 local.get $1 - local.get $4 + local.get $5 call $~lib/staticarray/StaticArray#concat<~lib/staticarray/StaticArray> local.tee $0 - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.const 3 @@ -5566,41 +5617,41 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 + i32.store i32.const 0 i32.const 4 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $5 i32.const 1920 i32.const 0 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=24 + local.get $5 + i32.store offset=24 local.get $0 local.get $1 - local.get $4 + local.get $5 call $~lib/staticarray/StaticArray#concat<~lib/staticarray/StaticArray> local.tee $0 - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.ne @@ -5617,30 +5668,28 @@ i32.const 8 i32.const 8 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $1 i32.const 2016 - i64.load $0 align=1 - i64.store $0 align=1 + i64.load align=1 + i64.store align=1 local.get $0 - local.get $4 - i32.store $0 offset=32 + local.get $1 + i32.store offset=32 global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $1 + i32.store i32.const 4 i32.const 8 call $~lib/rt/itcms/__new local.tee $5 i32.const 2080 - i32.load $0 align=1 - i32.store $0 align=1 + i32.load align=1 + i32.store align=1 global.get $~lib/memory/__stack_pointer local.tee $6 local.get $5 - i32.store $0 offset=24 - i32.const 0 - local.set $1 + i32.store offset=24 local.get $6 i32.const 8 i32.sub @@ -5648,28 +5697,28 @@ global.get $~lib/memory/__stack_pointer i32.const 3960 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store local.get $6 - local.get $4 - i32.store $0 - local.get $4 + local.get $1 + i32.store + local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.set $7 local.get $6 local.get $5 - i32.store $0 + i32.store local.get $5 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.tee $6 @@ -5692,8 +5741,8 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.tee $9 - local.get $4 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 local.get $9 local.get $8 i32.const 2 @@ -5701,71 +5750,65 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $8 - i32.store $0 offset=4 - loop $for-loop|00 - local.get $1 + i32.store offset=4 + loop $for-loop|011 + local.get $2 local.get $7 i32.lt_u if - local.get $1 + local.get $2 local.get $8 i32.add local.get $1 - local.get $4 + local.get $2 i32.add - i32.load $0 + i32.load local.tee $9 - i32.store $0 + i32.store + local.get $8 local.get $9 - if - local.get $8 - local.get $9 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $1 + i32.const 1 + call $~lib/rt/itcms/__link + local.get $2 i32.const 4 i32.add - local.set $1 - br $for-loop|00 + local.set $2 + br $for-loop|011 end end local.get $7 local.get $8 i32.add - local.set $4 + local.set $2 local.get $6 i32.const 2 i32.shl local.set $6 i32.const 0 local.set $1 - loop $for-loop|11 + loop $for-loop|112 local.get $1 local.get $6 i32.lt_u if local.get $1 - local.get $4 + local.get $2 i32.add local.get $1 local.get $5 i32.add - i32.load $0 + i32.load local.tee $7 - i32.store $0 + i32.store + local.get $8 local.get $7 - if - local.get $8 - local.get $7 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 1 + call $~lib/rt/itcms/__link local.get $1 i32.const 4 i32.add local.set $1 - br $for-loop|11 + br $for-loop|112 end end global.get $~lib/memory/__stack_pointer @@ -5774,14 +5817,14 @@ global.set $~lib/memory/__stack_pointer local.get $0 local.get $8 - i32.store $0 offset=36 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.const 3 @@ -5799,43 +5842,43 @@ i32.const 20 i32.const 8 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $1 i32.const 2288 i32.const 20 - memory.copy $0 $0 + memory.copy local.get $0 - local.get $4 - i32.store $0 offset=40 + local.get $1 + i32.store offset=40 global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $1 + i32.store i32.const 0 global.set $~argumentsLength local.get $0 - local.get $4 + local.get $1 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs - local.tee $0 - i32.store $0 offset=44 + local.tee $2 + i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 - local.get $0 + local.get $2 + i32.store + local.get $2 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 local.get $1 - local.get $4 + i32.store + local.get $0 + local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.ne @@ -5848,40 +5891,41 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 + local.tee $5 + local.get $1 + i32.store + local.get $0 local.get $1 - local.get $4 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=48 - local.get $4 + local.get $5 + local.get $1 + i32.store offset=48 local.get $1 + local.get $0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=48 + local.get $2 local.get $0 - i32.store $0 offset=48 - local.get $0 - local.get $1 call $~lib/staticarray/StaticArray<~lib/string/String>#__get local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=24 + i32.store offset=24 local.get $5 local.get $6 call $~lib/string/String.__eq @@ -5894,31 +5938,31 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $1 + i32.store local.get $0 - local.get $4 + local.get $1 i32.const 1 i32.const 3 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> local.tee $0 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.const 2 @@ -5933,18 +5977,18 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=48 + i32.store offset=48 local.get $0 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $2 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2144 - i32.store $0 offset=24 - local.get $1 + i32.store offset=24 + local.get $2 i32.const 2144 call $~lib/string/String.__eq i32.eqz @@ -5958,17 +6002,17 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=48 + i32.store offset=48 local.get $0 i32.const 1 call $~lib/staticarray/StaticArray<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2176 - i32.store $0 offset=24 + i32.store offset=24 local.get $0 i32.const 2176 call $~lib/string/String.__eq @@ -5983,34 +6027,34 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $1 + i32.store i32.const 1 global.set $~argumentsLength local.get $0 - local.get $4 + local.get $1 i32.const 1 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs local.tee $0 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.set $0 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 + local.get $1 + i32.store local.get $0 - local.get $4 + local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.const 1 @@ -6026,33 +6070,33 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $1 + i32.store local.get $0 - local.get $4 + local.get $1 i32.const 0 i32.const 50 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> local.tee $0 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.set $0 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 + local.get $1 + i32.store local.get $0 - local.get $4 + local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.ne @@ -6066,23 +6110,23 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $1 + i32.store i32.const 1 global.set $~argumentsLength local.get $0 - local.get $4 + local.get $1 i32.const 100 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs local.tee $0 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u if @@ -6095,23 +6139,23 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $1 + i32.store i32.const 1 global.set $~argumentsLength local.get $0 - local.get $4 + local.get $1 i32.const -1 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs local.tee $0 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.const 1 @@ -6126,17 +6170,17 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=48 + i32.store offset=48 local.get $0 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2240 - i32.store $0 offset=24 + i32.store offset=24 local.get $0 i32.const 2240 call $~lib/string/String.__eq @@ -6151,22 +6195,22 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $1 + i32.store local.get $0 - local.get $4 + local.get $1 i32.const -2 i32.const -2 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> local.tee $0 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u if @@ -6179,22 +6223,22 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $1 + i32.store local.get $0 - local.get $4 + local.get $1 i32.const 2 i32.const -2 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> local.tee $0 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.const 1 @@ -6209,17 +6253,17 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=48 + i32.store offset=48 local.get $0 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2176 - i32.store $0 offset=24 + i32.store offset=24 local.get $0 i32.const 2176 call $~lib/string/String.__eq @@ -6240,42 +6284,42 @@ local.tee $1 i32.const 2464 i32.const 20 - memory.copy $0 $0 + memory.copy local.get $0 local.get $1 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 + i32.store i32.const 0 i32.const 9 i32.const 2512 call $~lib/rt/__newArray - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=24 + local.get $2 + i32.store offset=24 local.get $0 local.get $1 - local.get $4 + local.get $2 call $~lib/staticarray/StaticArray<~lib/string/String>#concat<~lib/array/Array<~lib/string/String>> local.tee $0 - i32.store $0 offset=56 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.ne @@ -6290,35 +6334,35 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 + i32.store i32.const 1 i32.const 9 i32.const 2576 call $~lib/rt/__newArray - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=24 + local.get $2 + i32.store offset=24 local.get $0 local.get $1 - local.get $4 + local.get $2 call $~lib/staticarray/StaticArray<~lib/string/String>#concat<~lib/array/Array<~lib/string/String>> local.tee $0 - i32.store $0 offset=56 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.const 1 @@ -6340,17 +6384,17 @@ local.tee $1 i32.const 2608 i32.const 20 - memory.copy $0 $0 + memory.copy local.get $0 local.get $1 - i32.store $0 offset=60 + i32.store offset=60 global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 2144 - i32.store $0 offset=24 + i32.store offset=24 local.get $1 i32.const 2144 i32.const 0 @@ -6368,10 +6412,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 2544 - i32.store $0 offset=24 + i32.store offset=24 local.get $1 i32.const 2544 i32.const 0 @@ -6387,10 +6431,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 2240 - i32.store $0 offset=24 + i32.store offset=24 local.get $1 i32.const 2240 i32.const 5 @@ -6406,10 +6450,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 2240 - i32.store $0 offset=24 + i32.store offset=24 local.get $1 i32.const 2240 i32.const -1 @@ -6424,67 +6468,64 @@ call $~lib/builtins/abort unreachable end - block $__inlined_func$~lib/staticarray/StaticArray#includes (result i32) + block $__inlined_func$~lib/staticarray/StaticArray#includes$276 (result i32) i32.const 8 i32.const 10 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $1 i32.const 2656 - i64.load $0 align=1 - i64.store $0 align=1 + i64.load align=1 + i64.store align=1 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $0 - i32.store $0 + local.tee $2 + local.get $1 + i32.store i32.const 0 - local.set $1 - local.get $4 + local.set $0 + local.get $2 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 3960 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 i32.const 0 - i32.store $0 - local.get $4 - local.get $0 - i32.store $0 - local.get $0 + i32.store + local.get $2 + local.get $1 + i32.store + local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 3 i32.shr_u - local.tee $4 - i32.eqz local.tee $5 - local.get $5 - i32.or + i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$~lib/staticarray/StaticArray#includes + br $__inlined_func$~lib/staticarray/StaticArray#includes$276 end loop $while-continue|0 - local.get $1 - local.get $4 + local.get $0 + local.get $5 i32.lt_s if - local.get $0 local.get $1 + local.get $0 i32.const 3 i32.shl i32.add - f64.load $0 - local.tee $2 - local.get $2 + f64.load + local.tee $3 + local.get $3 f64.ne if global.get $~lib/memory/__stack_pointer @@ -6492,12 +6533,12 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 1 - br $__inlined_func$~lib/staticarray/StaticArray#includes + br $__inlined_func$~lib/staticarray/StaticArray#includes$276 end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $while-continue|0 end end @@ -6516,67 +6557,64 @@ call $~lib/builtins/abort unreachable end - block $__inlined_func$~lib/staticarray/StaticArray#includes (result i32) + block $__inlined_func$~lib/staticarray/StaticArray#includes$277 (result i32) i32.const 4 i32.const 11 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $1 i32.const 2688 - i32.load $0 align=1 - i32.store $0 align=1 + i32.load align=1 + i32.store align=1 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $0 - i32.store $0 + local.tee $2 + local.get $1 + i32.store i32.const 0 - local.set $1 - local.get $4 + local.set $0 + local.get $2 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 3960 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 i32.const 0 - i32.store $0 - local.get $4 - local.get $0 - i32.store $0 - local.get $0 + i32.store + local.get $2 + local.get $1 + i32.store + local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u - local.tee $4 - i32.eqz local.tee $5 - local.get $5 - i32.or + i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$~lib/staticarray/StaticArray#includes + br $__inlined_func$~lib/staticarray/StaticArray#includes$277 end - loop $while-continue|028 - local.get $1 - local.get $4 + loop $while-continue|026 + local.get $0 + local.get $5 i32.lt_s if - local.get $0 local.get $1 + local.get $0 i32.const 2 i32.shl i32.add - f32.load $0 - local.tee $3 - local.get $3 + f32.load + local.tee $4 + local.get $4 f32.ne if global.get $~lib/memory/__stack_pointer @@ -6584,13 +6622,13 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 1 - br $__inlined_func$~lib/staticarray/StaticArray#includes + br $__inlined_func$~lib/staticarray/StaticArray#includes$277 end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 - br $while-continue|028 + local.set $0 + br $while-continue|026 end end global.get $~lib/memory/__stack_pointer @@ -6616,13 +6654,13 @@ local.tee $1 i32.const 2720 i32.const 12 - memory.copy $0 $0 + memory.copy local.get $0 local.get $1 - i32.store $0 offset=64 + i32.store offset=64 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.const 0 @@ -6637,7 +6675,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 7 i32.const 0 @@ -6654,7 +6692,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 9 i32.const 2 @@ -6671,7 +6709,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.const -1 @@ -6688,7 +6726,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.const -3 @@ -6709,13 +6747,13 @@ local.tee $1 i32.const 2752 i32.const 16 - memory.copy $0 $0 + memory.copy local.get $0 local.get $1 - i32.store $0 offset=68 + i32.store offset=68 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store i32.const 1 global.set $~argumentsLength local.get $1 @@ -6733,7 +6771,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store i32.const 1 global.set $~argumentsLength local.get $1 @@ -6751,7 +6789,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.const 3 @@ -6768,7 +6806,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.const 2 @@ -6783,7 +6821,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.const -2 @@ -6798,7 +6836,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.const -1 @@ -6821,27 +6859,27 @@ local.tee $1 i32.const 2896 i32.const 12 - memory.copy $0 $0 + memory.copy local.get $0 local.get $1 - i32.store $0 offset=72 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=48 + i32.store offset=48 local.get $0 i32.const 2960 - i32.store $0 offset=76 + i32.store offset=76 local.get $1 i32.const 2960 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2992 - i32.store $0 offset=24 + i32.store offset=24 local.get $0 i32.const 2992 call $~lib/string/String.__eq @@ -6857,20 +6895,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=48 + i32.store offset=48 local.get $0 i32.const 2928 - i32.store $0 offset=76 + i32.store offset=76 local.get $1 i32.const 2928 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3040 - i32.store $0 offset=24 + i32.store offset=24 local.get $0 i32.const 3040 call $~lib/string/String.__eq @@ -6886,20 +6924,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=48 + i32.store offset=48 local.get $0 i32.const 3088 - i32.store $0 offset=76 + i32.store offset=76 local.get $1 i32.const 3088 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3120 - i32.store $0 offset=24 + i32.store offset=24 local.get $0 i32.const 3120 call $~lib/string/String.__eq @@ -6915,20 +6953,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=48 + i32.store offset=48 local.get $0 i32.const 3168 - i32.store $0 offset=76 + i32.store offset=76 local.get $1 i32.const 3168 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3200 - i32.store $0 offset=24 + i32.store offset=24 local.get $0 i32.const 3200 call $~lib/string/String.__eq @@ -6944,20 +6982,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=48 + i32.store offset=48 local.get $0 i32.const 2960 - i32.store $0 offset=76 + i32.store offset=76 local.get $1 i32.const 2960 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=48 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -6965,17 +7003,17 @@ global.get $~lib/memory/__stack_pointer i32.const 3960 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 i64.const 0 - i64.store $0 - local.get $4 + i64.store + local.get $2 local.get $1 - i32.store $0 - local.get $4 + i32.store + local.get $2 i32.const 2960 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2960 call $~lib/staticarray/StaticArray<~lib/string/String>#join @@ -6986,7 +7024,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=24 + i32.store offset=24 local.get $0 local.get $1 call $~lib/string/String.__eq @@ -7004,121 +7042,79 @@ i32.const 8 i32.const 4 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $2 i32.const 3264 - i64.load $0 align=1 - i64.store $0 align=1 + i64.load align=1 + i64.store align=1 local.get $0 - local.get $4 - i32.store $0 offset=80 + local.get $2 + i32.store offset=80 global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $4 - i32.store $0 - i32.const 1 - local.set $0 + local.tee $0 + local.get $2 + i32.store i32.const 2 global.set $~argumentsLength - i32.const 0 - local.set $1 - local.get $5 + local.get $0 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 3960 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - block $2of2 - block $1of2 - block $0of2 - block $outOfRange - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $0of2 $1of2 $2of2 $outOfRange - end - unreachable - end - i32.const 0 - local.set $0 - end - i32.const 2147483647 - local.set $1 - end + i32.store global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $4 - i32.store $0 - local.get $5 + local.tee $0 + local.get $2 + i32.store + local.get $0 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 3960 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $0 i32.const 0 - i32.store $0 - local.get $5 - local.get $4 - i32.store $0 - local.get $4 + i32.store + local.get $0 + local.get $2 + i32.store + i32.const 1 + local.get $2 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u - local.tee $5 - local.get $0 - i32.add - local.get $0 - local.get $5 - local.get $0 - local.get $5 - i32.lt_s - select + local.tee $0 local.get $0 - i32.const 0 - i32.lt_s - select - local.set $0 - local.get $1 - local.get $5 - i32.add - local.get $1 - local.get $5 - local.get $1 - local.get $5 - i32.lt_s - select - local.get $1 - i32.const 0 - i32.lt_s + i32.const 1 + i32.gt_u select local.set $1 - loop $for-loop|028 + loop $for-loop|026 local.get $0 local.get $1 - i32.lt_s + i32.gt_s if - local.get $4 - local.get $0 + local.get $2 + local.get $1 i32.const 2 i32.shl i32.add i32.const 1 - i32.store $0 - local.get $0 + i32.store + local.get $1 i32.const 1 i32.add - local.set $0 - br $for-loop|028 + local.set $1 + br $for-loop|026 end end global.get $~lib/memory/__stack_pointer @@ -7130,9 +7126,9 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 - local.get $4 + local.get $2 + i32.store + local.get $2 i32.const 0 call $~lib/staticarray/StaticArray#__get if @@ -7144,9 +7140,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 - local.get $4 + local.get $2 + i32.store + local.get $2 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 1 @@ -7164,17 +7160,17 @@ i32.const 12 i32.const 4 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $2 i32.const 3296 i32.const 12 - memory.copy $0 $0 + memory.copy local.get $0 - local.get $1 - i32.store $0 offset=84 + local.get $2 + i32.store offset=84 global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $1 - i32.store $0 + local.get $2 + i32.store local.get $0 i32.const 4 i32.sub @@ -7182,66 +7178,66 @@ global.get $~lib/memory/__stack_pointer i32.const 3960 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u - local.tee $4 + local.tee $0 i32.const 1 i32.gt_u if i32.const 0 - local.set $0 - local.get $4 + local.set $1 + local.get $0 i32.const 1 i32.shr_u local.set $5 - local.get $4 + local.get $0 i32.const 1 i32.sub - local.set $4 - loop $while-continue|030 - local.get $0 + local.set $0 + loop $while-continue|028 + local.get $1 local.get $5 i32.lt_u if + local.get $2 local.get $1 - local.get $0 i32.const 2 i32.shl i32.add local.tee $6 - i32.load $0 + i32.load local.set $7 local.get $6 - local.get $1 - local.get $4 + local.get $2 local.get $0 + local.get $1 i32.sub i32.const 2 i32.shl i32.add local.tee $6 - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $6 local.get $7 - i32.store $0 - local.get $0 + i32.store + local.get $1 i32.const 1 i32.add - local.set $0 - br $while-continue|030 + local.set $1 + br $while-continue|028 end end end @@ -7250,9 +7246,9 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 0 call $~lib/staticarray/StaticArray#__get i32.const 3 @@ -7266,9 +7262,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 2 @@ -7282,9 +7278,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 2 call $~lib/staticarray/StaticArray#__get i32.const 1 @@ -7305,83 +7301,61 @@ local.tee $1 i32.const 3328 i32.const 20 - memory.copy $0 $0 + memory.copy local.get $0 local.get $1 - i32.store $0 offset=88 + i32.store offset=88 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $0 local.get $1 - i32.store $0 + i32.store i32.const 2 global.set $~argumentsLength - i32.const 0 - local.set $0 - local.get $4 + local.get $0 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 3960 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - block $1of1 - block $0of1 - block $outOfRange4 - global.get $~argumentsLength - i32.const 2 - i32.sub - br_table $0of1 $1of1 $outOfRange4 - end - unreachable - end - i32.const 2147483647 - local.set $0 - end + i32.store global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $0 local.get $1 - i32.store $0 - local.get $4 + i32.store + local.get $0 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 3960 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $0 i32.const 0 - i32.store $0 - local.get $4 - local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 + i32.store + local.get $1 + local.get $1 + i32.const 3 + local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u - local.tee $4 + local.tee $0 local.get $0 - local.get $4 - i32.lt_s - select - local.set $0 - local.get $1 - local.get $1 - i32.const 3 - local.get $4 - local.get $4 i32.const 3 i32.gt_u select - local.tee $5 + local.tee $2 i32.const 2 i32.shl i32.add @@ -7390,33 +7364,28 @@ i32.lt_s if (result i32) local.get $0 - local.get $4 + local.get $0 i32.add - local.tee $0 + local.tee $5 i32.const 0 - local.get $0 + local.get $5 i32.const 0 i32.gt_s select else local.get $0 - local.get $4 - local.get $0 - local.get $4 - i32.lt_s - select end - local.get $5 + local.get $2 i32.sub - local.tee $0 - local.get $4 + local.tee $2 local.get $0 - local.get $4 - i32.lt_s + local.get $0 + local.get $2 + i32.gt_s select i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -7427,7 +7396,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/staticarray/StaticArray#__get @@ -7443,7 +7412,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 1 call $~lib/staticarray/StaticArray#__get @@ -7459,7 +7428,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2 call $~lib/staticarray/StaticArray#__get @@ -7475,7 +7444,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 3 call $~lib/staticarray/StaticArray#__get @@ -7491,7 +7460,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 4 call $~lib/staticarray/StaticArray#__get @@ -7510,22 +7479,20 @@ i32.const 12 i32.const 4 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $2 i32.const 3376 i32.const 12 - memory.copy $0 $0 + memory.copy local.get $0 - local.get $4 - i32.store $0 offset=92 + local.get $2 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.tee $0 - local.set $1 - local.get $0 - local.get $4 - i32.store $0 + local.get $2 + i32.store local.get $0 i32.const 3408 - i32.store $0 offset=24 + i32.store offset=24 local.get $0 i32.const 8 i32.sub @@ -7533,19 +7500,19 @@ global.get $~lib/memory/__stack_pointer i32.const 3960 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $1 i64.const 0 - i64.store $0 - local.get $0 - local.get $4 - i32.store $0 - local.get $0 - local.get $4 + i64.store + local.get $1 + local.get $2 + i32.store + local.get $1 + local.get $2 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.tee $5 @@ -7553,60 +7520,60 @@ i32.const 0 call $~lib/rt/__newArray local.tee $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 i32.const 0 - local.set $0 - loop $for-loop|031 - local.get $0 + local.set $1 + loop $for-loop|029 + local.get $1 local.get $5 i32.lt_s if - local.get $0 + local.get $1 i32.const 2 i32.shl local.tee $8 - local.get $4 + local.get $2 i32.add - i32.load $0 + i32.load local.set $9 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 + local.get $2 + i32.store i32.const 3 global.set $~argumentsLength local.get $7 local.get $8 i32.add local.get $9 - local.get $0 - local.get $4 + local.get $1 + local.get $2 i32.const 3408 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) - i32.store $0 - local.get $0 + i32.load + call_indirect (type $1) + i32.store + local.get $1 i32.const 1 i32.add - local.set $0 - br $for-loop|031 + local.set $1 + br $for-loop|029 end end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $0 local.get $6 - i32.store $0 offset=96 + i32.store offset=96 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 0 call $~lib/array/Array#__get @@ -7622,7 +7589,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 1 call $~lib/array/Array#__get @@ -7638,7 +7605,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2 call $~lib/array/Array#__get @@ -7654,11 +7621,11 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $2 + i32.store local.get $0 i32.const 3440 - i32.store $0 offset=24 + i32.store offset=24 local.get $0 i32.const 4 i32.sub @@ -7666,51 +7633,51 @@ global.get $~lib/memory/__stack_pointer i32.const 3960 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $1 i32.const 0 - i32.store $0 + i32.store i32.const 0 - local.set $1 - local.get $0 - local.get $4 - i32.store $0 - local.get $4 + local.set $0 + local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u - local.set $0 - loop $for-loop|032 + local.set $1 + loop $for-loop|030 local.get $0 local.get $1 - i32.gt_s + i32.lt_s if - local.get $4 - local.get $1 + local.get $2 + local.get $0 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 + local.get $2 + i32.store i32.const 3 global.set $~argumentsLength local.get $5 - local.get $1 - local.get $4 + local.get $0 + local.get $2 i32.const 3440 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_none) - local.get $1 + i32.load + call_indirect (type $5) + local.get $0 i32.const 1 i32.add - local.set $1 - br $for-loop|032 + local.set $0 + br $for-loop|030 end end global.get $~lib/memory/__stack_pointer @@ -7730,19 +7697,19 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $2 + i32.store local.get $0 i32.const 3472 - i32.store $0 offset=24 + i32.store offset=24 local.get $0 - local.get $4 + local.get $2 call $~lib/staticarray/StaticArray#filter local.tee $0 - i32.store $0 offset=100 + i32.store offset=100 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 2 @@ -7757,7 +7724,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 0 call $~lib/array/Array#__get @@ -7773,7 +7740,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $~lib/array/Array#__get @@ -7788,75 +7755,75 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 - i32.store $0 - local.get $0 + local.tee $1 + local.get $2 + i32.store + local.get $1 i32.const 3504 - i32.store $0 offset=24 + i32.store offset=24 i32.const 0 - local.set $1 - local.get $0 + local.set $0 + local.get $1 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 3960 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer local.tee $5 i32.const 0 - i32.store $0 + i32.store i32.const 0 - local.set $0 + local.set $1 local.get $5 - local.get $4 - i32.store $0 - local.get $4 + local.get $2 + i32.store + local.get $2 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.set $5 - loop $for-loop|033 - local.get $0 + loop $for-loop|031 + local.get $1 local.get $5 i32.lt_s if - local.get $4 - local.get $0 + local.get $2 + local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $6 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 + local.get $2 + i32.store i32.const 4 global.set $~argumentsLength - local.get $1 - local.get $6 local.get $0 - local.get $4 + local.get $6 + local.get $1 + local.get $2 i32.const 3504 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) - local.set $1 - local.get $0 + i32.load + call_indirect (type $6) + local.set $0 + local.get $1 i32.const 1 i32.add - local.set $0 - br $for-loop|033 + local.set $1 + br $for-loop|031 end end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.const 6 i32.ne if @@ -7868,75 +7835,75 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 - i32.store $0 - local.get $0 + local.tee $1 + local.get $2 + i32.store + local.get $1 i32.const 3536 - i32.store $0 offset=24 + i32.store offset=24 i32.const 0 - local.set $1 - local.get $0 + local.set $0 + local.get $1 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 3960 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $1 i32.const 0 - i32.store $0 - local.get $0 - local.get $4 - i32.store $0 - local.get $4 + i32.store + local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u i32.const 1 i32.sub - local.set $0 - loop $for-loop|034 - local.get $0 + local.set $1 + loop $for-loop|032 + local.get $1 i32.const 0 i32.ge_s if - local.get $4 - local.get $0 + local.get $2 + local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 + local.get $2 + i32.store i32.const 4 global.set $~argumentsLength - local.get $1 - local.get $5 local.get $0 - local.get $4 + local.get $5 + local.get $1 + local.get $2 i32.const 3536 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) - local.set $1 - local.get $0 + i32.load + call_indirect (type $6) + local.set $0 + local.get $1 i32.const 1 i32.sub - local.set $0 - br $for-loop|034 + local.set $1 + br $for-loop|032 end end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.const 6 i32.ne if @@ -7949,12 +7916,12 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $2 + i32.store local.get $0 i32.const 3568 - i32.store $0 offset=24 - local.get $4 + i32.store offset=24 + local.get $2 i32.const 3568 call $~lib/staticarray/StaticArray#some i32.eqz @@ -7968,12 +7935,12 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $2 + i32.store local.get $0 i32.const 3600 - i32.store $0 offset=24 - local.get $4 + i32.store offset=24 + local.get $2 i32.const 3600 call $~lib/staticarray/StaticArray#some if @@ -7986,12 +7953,12 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $2 + i32.store local.get $0 i32.const 3632 - i32.store $0 offset=24 - local.get $4 + i32.store offset=24 + local.get $2 i32.const 3632 call $~lib/staticarray/StaticArray#every i32.eqz @@ -8005,12 +7972,12 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $2 + i32.store local.get $0 i32.const 3664 - i32.store $0 offset=24 - local.get $4 + i32.store offset=24 + local.get $2 i32.const 3664 call $~lib/staticarray/StaticArray#every if @@ -8023,12 +7990,12 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $2 + i32.store local.get $0 i32.const 3696 - i32.store $0 offset=24 - local.get $4 + i32.store offset=24 + local.get $2 i32.const 3696 call $~lib/staticarray/StaticArray#findIndex i32.const 1 @@ -8043,12 +8010,12 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $2 + i32.store local.get $0 i32.const 3728 - i32.store $0 offset=24 - local.get $4 + i32.store offset=24 + local.get $2 i32.const 3728 call $~lib/staticarray/StaticArray#findIndex i32.const -1 @@ -8063,12 +8030,12 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $2 + i32.store local.get $0 i32.const 3760 - i32.store $0 offset=24 - local.get $4 + i32.store offset=24 + local.get $2 i32.const 3760 call $~lib/staticarray/StaticArray#findLastIndex i32.const 1 @@ -8083,12 +8050,12 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 + local.get $2 + i32.store local.get $0 i32.const 3792 - i32.store $0 offset=24 - local.get $4 + i32.store offset=24 + local.get $2 i32.const 3792 call $~lib/staticarray/StaticArray#findLastIndex i32.const -1 @@ -8109,82 +8076,68 @@ local.tee $1 i32.const 3824 i32.const 16 - memory.copy $0 $0 + memory.copy local.get $0 local.get $1 - i32.store $0 offset=104 + i32.store offset=104 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $0 local.get $1 - i32.store $0 + i32.store i32.const 0 global.set $~argumentsLength - i32.const 0 - local.set $0 - local.get $4 + local.get $0 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 3960 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $0 i64.const 0 - i64.store $0 - local.get $4 + i64.store + local.get $0 i32.const 0 - i32.store $0 offset=8 - block $1of15 - block $0of16 - block $outOfRange7 - global.get $~argumentsLength - br_table $0of16 $1of15 $outOfRange7 - end - unreachable - end - i32.const 3872 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 3872 - i32.store $0 - end + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $4 + i32.const 3872 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $0 local.get $1 - i32.store $0 offset=4 - local.get $4 + i32.store offset=4 + local.get $0 + i32.const 3872 + i32.store offset=8 local.get $0 - i32.store $0 offset=8 - local.get $4 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 3960 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $0 i64.const 0 - i64.store $0 - local.get $4 + i64.store + local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u - local.set $5 - local.get $4 + local.set $2 local.get $0 - i32.store $0 + i32.const 3872 + i32.store local.get $1 - local.get $5 - local.get $0 + local.get $2 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer i32.const 8 @@ -8196,7 +8149,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/staticarray/StaticArray#__get @@ -8210,7 +8163,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 1 call $~lib/staticarray/StaticArray#__get @@ -8226,7 +8179,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 2 call $~lib/staticarray/StaticArray#__get @@ -8242,7 +8195,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 3 call $~lib/staticarray/StaticArray#__get @@ -8262,12 +8215,12 @@ i32.const 0 i32.gt_s if - loop $while-continue|02831 + loop $while-continue|01 global.get $~lib/rt/itcms/state if call $~lib/rt/itcms/step drop - br $while-continue|02831 + br $while-continue|01 end end end @@ -8326,7 +8279,7 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 2 i32.shl @@ -8339,110 +8292,34 @@ local.get $3 local.get $2 local.get $4 - memory.copy $0 $0 + memory.copy end local.get $5 local.get $3 - i32.store $0 + i32.store i32.const 16 local.get $1 call $~lib/rt/itcms/__new local.tee $1 local.get $3 - i32.store $0 + i32.store + local.get $1 local.get $3 - if - local.get $1 - local.get $3 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link local.get $1 local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) - local.get $0 - i32.eqz - if - i32.const 0 - i32.const 1408 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white - local.get $1 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $3 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $0 - local.get $1 - local.get $2 - select - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $3 - i32.const 3 - i32.eq - i32.and - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - end - end - end - ) ) diff --git a/tests/compiler/std/string-casemapping.debug.wat b/tests/compiler/std/string-casemapping.debug.wat index ee2b866fe8..21f3389d96 100644 --- a/tests/compiler/std/string-casemapping.debug.wat +++ b/tests/compiler/std/string-casemapping.debug.wat @@ -1,19 +1,19 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) - (type $i64_=>_i32 (func (param i64) (result i32))) - (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i64 i32) (result i32))) + (type $7 (func (param i32 i64 i32))) + (type $8 (func (param i32 i32 i32 i32))) + (type $9 (func (param i32 i32 i64) (result i32))) + (type $10 (func (result i32))) + (type $11 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $12 (func (param i32 i32 f64 f64 f64 f64 f64))) + (type $13 (func (param i64) (result i32))) + (type $14 (func (param i32 i64 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (import "string_casemapping" "toLowerCaseFromIndex" (func $std/string-casemapping/toLowerCaseFromIndex (param i32 i32) (result i32))) (import "string_casemapping" "toUpperCaseFromIndex" (func $std/string-casemapping/toUpperCaseFromIndex (param i32 i32) (result i32))) @@ -225,7 +225,7 @@ (start $~start) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -239,12 +239,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -258,7 +258,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -332,7 +332,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -402,11 +402,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -414,7 +414,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 256 @@ -546,7 +546,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -559,7 +559,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -575,34 +575,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -762,7 +762,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -785,7 +785,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -799,7 +799,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -822,7 +822,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -965,7 +965,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -1051,7 +1051,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1131,7 +1131,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1165,7 +1165,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1188,7 +1188,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1202,7 +1202,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1254,7 +1254,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1292,7 +1292,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1367,7 +1366,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1401,7 +1400,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1422,7 +1421,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1442,7 +1441,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1462,7 +1461,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1488,7 +1487,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1511,7 +1510,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1996,7 +1995,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -2041,7 +2040,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -2074,7 +2073,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -2097,7 +2096,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2123,7 +2122,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2136,7 +2135,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2163,19 +2162,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2377,12 +2376,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2433,7 +2432,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2481,13 +2480,13 @@ i32.const 1420 local.get $b i32.add - i32.load8_u $0 + i32.load8_u i32.const 86 i32.mul i32.add local.get $x i32.add - i32.load8_u $0 + i32.load8_u local.set $v local.get $v i32.const 4088 @@ -2495,7 +2494,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.mul i32.const 11 i32.shr_u @@ -2506,13 +2505,13 @@ i32.const 5060 local.get $b i32.add - i32.load8_u $0 + i32.load8_u local.get $v i32.add i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $r local.get $r i32.const 255 @@ -2559,7 +2558,7 @@ i32.const 2 i32.mul i32.add - i32.load8_u $0 + i32.load8_u local.set $t local.get $t local.get $c @@ -2573,11 +2572,11 @@ i32.const 2 i32.mul i32.add - i32.load8_u $0 offset=1 + i32.load8_u offset=1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $r local.get $r i32.const 255 @@ -2636,7 +2635,7 @@ ) (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) (local $oldObj i32) @@ -2680,7 +2679,7 @@ local.get $5 i32.lt_u select - memory.copy $0 $0 + memory.copy local.get $newPtr return ) @@ -2725,9 +2724,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -2760,10 +2759,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -2795,7 +2794,7 @@ i32.const 8 i32.shr_u i32.add - i32.load8_u $0 + i32.load8_u i32.const 5 i32.shl i32.add @@ -2805,7 +2804,7 @@ i32.const 3 i32.shr_u i32.add - i32.load8_u $0 + i32.load8_u local.get $c i32.const 7 i32.and @@ -2909,14 +2908,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 18188 local.get $d2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -2932,7 +2931,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -2959,7 +2958,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits local.get $buffer local.get $offset @@ -2967,7 +2966,7 @@ i32.shl i32.add local.get $digits - i32.store $0 + i32.store end local.get $num i32.const 10 @@ -2982,7 +2981,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits|12 local.get $buffer local.get $offset @@ -2990,7 +2989,7 @@ i32.shl i32.add local.get $digits|12 - i32.store $0 + i32.store else local.get $offset i32.const 1 @@ -3006,7 +3005,7 @@ i32.shl i32.add local.get $digit - i32.store16 $0 + i32.store16 end ) (func $~lib/util/number/decimalCount64High (param $value i64) (result i32) @@ -3126,14 +3125,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 18188 local.get $c2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -3149,20 +3148,20 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store i32.const 18188 local.get $b1 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 18188 local.get $b2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -3178,7 +3177,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -3211,8 +3210,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $num i64.const 8 i64.shr_u @@ -3231,8 +3230,8 @@ i32.const 6 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 end ) (func $~lib/util/number/ulog_base (param $num i64) (param $base i32) (result i32) @@ -3356,8 +3355,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $num local.get $shift i64.shr_u @@ -3392,8 +3391,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $q local.set $num local.get $num @@ -3437,7 +3436,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -3446,7 +3445,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -3458,7 +3456,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/staticarray/StaticArray $invalid end return @@ -3524,12 +3522,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $24 global.get $~lib/memory/__stack_pointer local.get $24 - i32.store $0 + i32.store local.get $24 call $~lib/string/String#get:length local.set $len @@ -3554,14 +3552,14 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $codes - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/util/casemap/SPECIALS_UPPER local.set $specialsPtr global.get $~lib/util/casemap/SPECIALS_UPPER local.set $24 global.get $~lib/memory/__stack_pointer local.get $24 - i32.store $0 + i32.store local.get $24 call $~lib/staticarray/StaticArray#get:length local.set $specialsLen @@ -3580,7 +3578,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $c block $~lib/util/string/isAscii|inlined.0 (result i32) local.get $c @@ -3607,10 +3605,10 @@ i32.const 1292 local.get $c|9 i32.add - i32.load8_u $0 + i32.load8_u br $~lib/util/string/toUpper8|inlined.0 end - i32.store16 $0 + i32.store16 else local.get $c i32.const 55295 @@ -3634,7 +3632,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.set $c1 local.get $c1 i32.const 56319 @@ -3676,7 +3674,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $j i32.const 1 i32.add @@ -3701,7 +3699,7 @@ local.get $c i32.const 26 i32.sub - i32.store16 $0 + i32.store16 else i32.const -1 local.set $index @@ -3740,7 +3738,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.get $key i32.sub local.set $cmp @@ -3783,14 +3781,14 @@ i32.const 1 i32.shl i32.add - i32.load $0 offset=2 + i32.load offset=2 local.set $ab local.get $specialsPtr local.get $index i32.const 1 i32.shl i32.add - i32.load16_u $0 offset=6 + i32.load16_u offset=6 local.set $cc local.get $codes local.get $j @@ -3798,14 +3796,14 @@ i32.shl i32.add local.get $ab - i32.store $0 + i32.store local.get $codes local.get $j i32.const 1 i32.shl i32.add local.get $cc - i32.store16 $0 offset=4 + i32.store16 offset=4 local.get $j i32.const 1 local.get $cc @@ -3831,7 +3829,7 @@ i32.shl i32.add local.get $code - i32.store16 $0 + i32.store16 else local.get $code i32.const 65536 @@ -3859,7 +3857,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $j i32.const 1 i32.add @@ -3903,7 +3901,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -3941,7 +3939,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -3950,7 +3948,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -3968,14 +3966,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -4033,12 +4031,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $36 global.get $~lib/memory/__stack_pointer local.get $36 - i32.store $0 + i32.store local.get $36 call $~lib/string/String#get:length local.set $len @@ -4063,7 +4061,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $codes - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $j i32.const 0 @@ -4079,7 +4077,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $c block $~lib/util/string/isAscii|inlined.1 (result i32) local.get $c @@ -4106,10 +4104,10 @@ i32.const 6060 local.get $c|7 i32.add - i32.load8_u $0 + i32.load8_u br $~lib/util/string/toLower8|inlined.0 end - i32.store16 $0 + i32.store16 else local.get $c i32.const 55295 @@ -4133,7 +4131,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.set $c1 local.get $c1 i32.const 56319 @@ -4175,7 +4173,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $j i32.const 1 i32.add @@ -4198,7 +4196,7 @@ i32.shl i32.const 105 i32.or - i32.store $0 + i32.store local.get $j i32.const 1 i32.add @@ -4260,7 +4258,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $c|21 local.get $c|21 i32.const 64512 @@ -4281,7 +4279,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $c1|22 local.get $c1|22 i32.const 64512 @@ -4398,7 +4396,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $c|29 local.get $c|29 i32.const 64512 @@ -4417,7 +4415,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.set $c1|30 local.get $c1|30 i32.const 64512 @@ -4501,7 +4499,7 @@ i32.shl i32.add local.get $sigma - i32.store16 $0 + i32.store16 else local.get $c i32.const 9398 @@ -4519,7 +4517,7 @@ local.get $c i32.const 26 i32.add - i32.store16 $0 + i32.store16 else local.get $c i32.const 0 @@ -4537,7 +4535,7 @@ i32.shl i32.add local.get $code - i32.store16 $0 + i32.store16 else local.get $code i32.const 65536 @@ -4565,7 +4563,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $j i32.const 1 i32.add @@ -4612,12 +4610,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/string/String#get:length local.set $len @@ -4639,7 +4637,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $first local.get $first i32.const 64512 @@ -4670,7 +4668,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.set $second local.get $second i32.const 64512 @@ -4719,12 +4717,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/string/String#get:length i32.const 1 @@ -4734,7 +4732,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/string/String#get:length i32.const 1 @@ -4762,17 +4760,17 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $thisSize - memory.copy $0 $0 + memory.copy local.get $out local.get $thisSize i32.add local.get $other local.get $otherSize - memory.copy $0 $0 + memory.copy local.get $out local.set $6 global.get $~lib/memory/__stack_pointer @@ -4791,18 +4789,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $right local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String#concat local.set $2 @@ -4833,8 +4831,8 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 28 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -4855,19 +4853,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 32 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -4883,19 +4881,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 32 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -4911,19 +4909,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 10832 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -4939,19 +4937,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 10928 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -4967,19 +4965,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 11072 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -4995,19 +4993,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 11168 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5023,19 +5021,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 11328 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5051,19 +5049,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 11392 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5079,19 +5077,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 11552 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5107,19 +5105,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 11648 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5135,19 +5133,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 11840 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5163,19 +5161,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 11936 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5191,19 +5189,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 12112 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5219,19 +5217,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 12272 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5247,19 +5245,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 12416 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5275,19 +5273,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 12560 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5303,19 +5301,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 12720 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5331,19 +5329,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 12864 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5359,19 +5357,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 13008 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5387,19 +5385,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 13168 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5415,19 +5413,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 13408 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5443,19 +5441,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 13568 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5471,19 +5469,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 13760 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5499,19 +5497,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 13824 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5527,19 +5525,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 14064 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5555,25 +5553,25 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=12 + i32.store offset=12 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 14272 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5589,25 +5587,25 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=12 + i32.store offset=12 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 14336 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5623,25 +5621,25 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=12 + i32.store offset=12 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 14368 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5658,19 +5656,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 14624 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5687,19 +5685,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 14624 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5715,19 +5713,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 14688 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5743,19 +5741,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 14752 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5771,19 +5769,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 14816 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5799,19 +5797,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 14880 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5827,19 +5825,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 14944 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5855,19 +5853,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 15008 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5883,19 +5881,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 15072 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5911,19 +5909,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 15136 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5939,19 +5937,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 15200 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5967,19 +5965,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 15264 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -5995,19 +5993,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 15328 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6023,19 +6021,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 15392 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6051,19 +6049,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 15456 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6079,19 +6077,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 15520 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6107,19 +6105,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 15584 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6135,19 +6133,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 15648 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6163,19 +6161,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 15712 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6191,19 +6189,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 15776 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6219,19 +6217,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 15840 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6247,19 +6245,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 15904 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6275,19 +6273,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 15968 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6303,19 +6301,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 16032 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6331,19 +6329,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 16096 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6359,19 +6357,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 16160 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6387,19 +6385,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 16224 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6415,19 +6413,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 15328 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6443,19 +6441,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 16320 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6471,19 +6469,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 16384 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6499,19 +6497,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 16448 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6527,19 +6525,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 16512 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6555,19 +6553,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 16576 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6583,19 +6581,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 16640 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6611,19 +6609,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 16704 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6639,19 +6637,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 16768 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6667,19 +6665,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 16832 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6695,19 +6693,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 16896 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6723,19 +6721,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 16960 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6751,19 +6749,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 17024 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6779,19 +6777,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 17088 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6807,19 +6805,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 17120 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6835,19 +6833,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 17184 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6863,19 +6861,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 17248 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6891,19 +6889,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 17312 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6919,19 +6917,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 17376 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6947,19 +6945,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 17376 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -6975,19 +6973,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 17472 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -7003,19 +7001,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 17536 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -7031,19 +7029,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 17600 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -7059,19 +7057,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 17664 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -7087,19 +7085,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 17728 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -7115,19 +7113,19 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 17792 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 call $~lib/string/String.__eq i32.eqz @@ -7150,32 +7148,32 @@ local.get $0 call $~lib/string/String.fromCodePoint local.tee $1 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $1 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#toLowerCase local.tee $2 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $1 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#toUpperCase local.tee $3 - i32.store $0 offset=24 + i32.store offset=24 local.get $2 local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 0 call $~lib/string/String#codePointAt @@ -7185,7 +7183,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 1 call $~lib/string/String#codePointAt @@ -7205,7 +7203,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 2 call $~lib/string/String#codePointAt @@ -7225,7 +7223,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 0 call $~lib/string/String#codePointAt @@ -7235,7 +7233,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 1 call $~lib/string/String#codePointAt @@ -7255,7 +7253,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 2 call $~lib/string/String#codePointAt @@ -7349,7 +7347,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 1 local.get $0 @@ -7363,7 +7361,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 local.get $6 i32.const 10 @@ -7371,13 +7369,13 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String.__concat local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 0 f64.const 0 @@ -7390,7 +7388,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 local.get $8 i32.const 10 @@ -7398,13 +7396,13 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String.__concat local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 0 f64.const 0 @@ -7422,7 +7420,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 1 local.get $0 @@ -7436,7 +7434,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 local.get $7 i32.const 10 @@ -7444,13 +7442,13 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String.__concat local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 0 f64.const 0 @@ -7463,7 +7461,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 local.get $9 i32.const 10 @@ -7471,13 +7469,13 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/string/String.__concat local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 0 f64.const 0 @@ -7512,7 +7510,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $code i32.const 65535 i32.gt_u @@ -7524,13 +7522,13 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $hasSur i32.eqz if local.get $out local.get $code - i32.store16 $0 + i32.store16 else local.get $code i32.const 1114111 @@ -7566,7 +7564,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store end local.get $out local.set $5 @@ -7602,7 +7600,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -7673,7 +7671,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -7703,7 +7701,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -7745,7 +7743,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -7776,7 +7774,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -7790,7 +7788,7 @@ if local.get $out i32.const 45 - i32.store16 $0 + i32.store16 end local.get $out local.set $18 diff --git a/tests/compiler/std/string-casemapping.release.wat b/tests/compiler/std/string-casemapping.release.wat index f4ffed5598..88f2339474 100644 --- a/tests/compiler/std/string-casemapping.release.wat +++ b/tests/compiler/std/string-casemapping.release.wat @@ -1,15 +1,15 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i64_=>_i32 (func (param i64) (result i32))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) + (type $7 (func (result i32))) + (type $8 (func (param i32 i32 f64 f64 f64 f64 f64))) + (type $9 (func (param i32 i32 i32))) + (type $10 (func (param i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (import "string_casemapping" "toLowerCaseFromIndex" (func $std/string-casemapping/toLowerCaseFromIndex (param i32 i32) (result i32))) (import "string_casemapping" "toUpperCaseFromIndex" (func $std/string-casemapping/toUpperCaseFromIndex (param i32 i32) (result i32))) @@ -486,18 +486,18 @@ (local $0 i32) (local $1 i32) i32.const 1280 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1088 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 19632 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 20688 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1488 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -507,7 +507,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -525,7 +525,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -533,137 +533,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1152 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 53848 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$143 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 53848 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$143 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1152 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1152 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 21056 + i32.load + i32.gt_u + if + i32.const 1280 + i32.const 1344 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 21060 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 21056 - i32.load $0 - i32.gt_u - if - i32.const 1280 - i32.const 1344 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 21060 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -671,8 +691,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -684,10 +704,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -698,29 +718,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -728,10 +748,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -745,75 +765,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -835,7 +848,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -852,12 +865,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -874,17 +887,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -894,9 +907,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -921,13 +934,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -961,7 +974,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -1017,19 +1030,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -1041,15 +1054,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -1057,16 +1070,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -1088,10 +1102,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -1104,18 +1118,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -1139,30 +1152,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -1170,10 +1183,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -1181,7 +1194,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -1189,7 +1202,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1200,10 +1213,10 @@ end i32.const 53856 i32.const 0 - i32.store $0 + i32.store i32.const 55424 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -1215,7 +1228,7 @@ i32.const 53856 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -1233,7 +1246,7 @@ i32.const 53856 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -1250,7 +1263,7 @@ end i32.const 53856 i32.const 55428 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1283,7 +1296,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1296,19 +1309,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -1319,7 +1332,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1331,7 +1344,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -1344,12 +1357,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -1358,7 +1367,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1369,26 +1378,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1404,7 +1413,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1420,7 +1429,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1445,14 +1454,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1487,7 +1496,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1501,10 +1510,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1516,10 +1525,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1527,47 +1536,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1588,7 +1599,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1605,10 +1616,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1624,7 +1635,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1645,7 +1656,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1672,7 +1683,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$70 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1693,7 +1704,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$70 end local.get $2 i32.const 0 @@ -1735,50 +1746,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 - i32.ge_u - if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 + i32.ge_u + if (result i32) local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1798,12 +1813,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1814,7 +1829,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1835,7 +1850,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1851,8 +1866,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1866,90 +1881,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1962,7 +1977,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/util/casemap/casemap (param $0 i32) (param $1 i32) (result i32) @@ -1971,17 +1986,18 @@ (local $4 i32) (local $5 i32) (local $6 i32) + (local $7 i32) local.get $0 i32.const 8 i32.shr_u local.tee $2 i32.const 6084 i32.add - i32.load8_u $0 + i32.load8_u local.get $2 i32.const 2444 i32.add - i32.load8_u $0 + i32.load8_u i32.const 86 i32.mul i32.const 2444 @@ -1993,7 +2009,7 @@ i32.const 3 i32.div_u i32.add - i32.load8_u $0 + i32.load8_u local.get $4 i32.const 3 i32.rem_u @@ -2001,7 +2017,7 @@ i32.shl i32.const 5112 i32.add - i32.load $0 + i32.load i32.mul i32.const 11 i32.shr_u @@ -2012,7 +2028,7 @@ i32.shl i32.const 5124 i32.add - i32.load $0 + i32.load local.tee $2 i32.const 255 i32.and @@ -2041,30 +2057,25 @@ local.get $3 i32.const 1 i32.shr_u - local.tee $6 + local.tee $7 i32.add i32.const 1 i32.shl i32.const 6596 i32.add - i32.load8_u $0 local.tee $5 + i32.load8_u + local.tee $6 local.get $4 i32.eq if (result i32) - local.get $2 - local.get $6 - i32.add - i32.const 1 - i32.shl - i32.const 6596 - i32.add - i32.load8_u $0 offset=1 + local.get $5 + i32.load8_u offset=1 i32.const 2 i32.shl i32.const 5124 i32.add - i32.load $0 + i32.load local.tee $2 i32.const 255 i32.and @@ -2087,17 +2098,17 @@ return else local.get $4 - local.get $5 + local.get $6 i32.lt_u if (result i32) - local.get $6 + local.get $7 else local.get $2 - local.get $6 + local.get $7 i32.add local.set $2 local.get $3 - local.get $6 + local.get $7 i32.sub end end @@ -2126,7 +2137,7 @@ i32.const 20 i32.sub local.tee $3 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 16 @@ -2135,25 +2146,25 @@ if local.get $3 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 return end local.get $1 local.get $3 - i32.load $0 offset=12 + i32.load offset=12 call $~lib/rt/itcms/__new local.tee $2 local.get $0 local.get $1 local.get $3 - i32.load $0 offset=16 + i32.load offset=16 local.tee $0 local.get $0 local.get $1 i32.gt_u select - memory.copy $0 $0 + memory.copy local.get $2 ) (func $~lib/util/number/utoa32_dec_lut (param $0 i32) (param $1 i32) (param $2 i32) @@ -2186,7 +2197,7 @@ i32.shl i32.const 19212 i32.add - i64.load32_u $0 + i64.load32_u local.get $3 i32.const 100 i32.rem_u @@ -2194,11 +2205,11 @@ i32.shl i32.const 19212 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -2221,8 +2232,8 @@ i32.shl i32.const 19212 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $1 i32.const 100 i32.div_u @@ -2244,8 +2255,8 @@ i32.shl i32.const 19212 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store else local.get $0 local.get $2 @@ -2257,7 +2268,7 @@ local.get $1 i32.const 48 i32.add - i32.store16 $0 + i32.store16 end ) (func $~lib/rt/__visit_members (param $0 i32) @@ -2270,7 +2281,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/staticarray/StaticArray $invalid end return @@ -2280,11 +2291,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -2324,20 +2335,20 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.tee $8 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2351,12 +2362,12 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1488 - i32.store $0 + i32.store i32.const 1484 - i32.load $0 + i32.load i32.const 1 i32.shr_u local.set $3 @@ -2370,7 +2381,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + local.tee $1 + i32.load16_u local.tee $2 i32.const 7 i32.shr_u @@ -2388,12 +2400,8 @@ i32.lt_u i32.and if - local.get $0 - local.get $7 - i32.const 1 - i32.shl - i32.add - i32.load16_u $0 offset=2 + local.get $1 + i32.load16_u offset=2 local.tee $4 i32.const 56319 i32.sub @@ -2430,7 +2438,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $5 i32.const 1 i32.add @@ -2453,7 +2461,7 @@ local.get $2 i32.const 26 i32.sub - i32.store16 $0 + i32.store16 else local.get $2 i32.const 223 @@ -2483,7 +2491,7 @@ i32.shl i32.const 1488 i32.add - i32.load16_u $0 + i32.load16_u local.get $2 i32.sub local.tee $10 @@ -2523,7 +2531,7 @@ i32.const 1488 i32.add local.tee $1 - i32.load16_u $0 offset=6 + i32.load16_u offset=6 local.set $2 local.get $6 local.get $5 @@ -2532,11 +2540,11 @@ i32.add local.tee $4 local.get $1 - i32.load $0 offset=2 - i32.store $0 + i32.load offset=2 + i32.store local.get $4 local.get $2 - i32.store16 $0 offset=4 + i32.store16 offset=4 local.get $5 local.get $2 i32.const 0 @@ -2561,7 +2569,7 @@ i32.shl i32.add local.get $1 - i32.store16 $0 + i32.store16 else local.get $6 local.get $5 @@ -2584,7 +2592,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $5 i32.const 1 i32.add @@ -2602,8 +2610,8 @@ local.get $2 i32.const 2316 i32.add - i32.load8_u $0 - i32.store16 $0 + i32.load8_u + i32.store16 end local.get $7 i32.const 1 @@ -2649,13 +2657,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2670,55 +2679,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -2739,7 +2752,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$81 loop $while-continue|1 local.get $0 local.tee $3 @@ -2749,17 +2762,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$81 local.get $2 i32.const 2 i32.add @@ -2817,20 +2830,20 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $8 + local.tee $6 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2838,24 +2851,25 @@ return end global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $6 i32.const 2 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $9 - i32.store $0 offset=4 + local.tee $7 + i32.store offset=4 loop $for-loop|0 - local.get $2 - local.get $8 + local.get $3 + local.get $6 i32.lt_u if local.get $0 - local.get $2 + local.get $3 i32.const 1 i32.shl i32.add - i32.load16_u $0 + local.tee $1 + i32.load16_u local.tee $4 i32.const 7 i32.shr_u @@ -2866,30 +2880,26 @@ i32.sub i32.const 1025 i32.lt_u - local.get $2 - local.get $8 + local.get $3 + local.get $6 i32.const 1 i32.sub i32.lt_u i32.and if - local.get $0 - local.get $2 - i32.const 1 - i32.shl - i32.add - i32.load16_u $0 offset=2 - local.tee $3 + local.get $1 + i32.load16_u offset=2 + local.tee $2 i32.const 56319 i32.sub i32.const 1025 i32.lt_u if - local.get $2 + local.get $3 i32.const 1 i32.add - local.set $2 - local.get $3 + local.set $3 + local.get $2 i32.const 1023 i32.and local.get $4 @@ -2905,21 +2915,21 @@ i32.const 131072 i32.ge_u if - local.get $9 - local.get $10 + local.get $7 + local.get $8 i32.const 1 i32.shl i32.add local.get $1 - local.get $3 + local.get $2 i32.const 16 i32.shl i32.or - i32.store $0 - local.get $10 + i32.store + local.get $8 i32.const 1 i32.add - local.set $10 + local.set $8 br $for-continue|0 end end @@ -2928,38 +2938,38 @@ i32.const 304 i32.eq if - local.get $9 - local.get $10 + local.get $7 + local.get $8 i32.const 1 i32.shl i32.add i32.const 50790505 - i32.store $0 - local.get $10 + i32.store + local.get $8 i32.const 1 i32.add - local.set $10 + local.set $8 else local.get $4 i32.const 931 i32.eq if - local.get $9 - local.get $10 + local.get $7 + local.get $8 i32.const 1 i32.shl i32.add i32.const 962 i32.const 963 - local.get $8 + local.get $6 i32.const 1 i32.gt_u if (result i32) block $~lib/util/string/isFinalSigma|inlined.0 (result i32) i32.const 0 local.set $1 - local.get $2 - local.tee $3 + local.get $3 + local.tee $2 i32.const 30 i32.sub local.tee $4 @@ -2968,51 +2978,50 @@ i32.const 0 i32.ge_s select - local.set $7 + local.set $5 loop $while-continue|1 - local.get $3 - local.get $7 + local.get $2 + local.get $5 i32.gt_s if i32.const -1 local.set $4 block $~lib/util/string/codePointBefore|inlined.0 - local.get $3 + local.get $2 i32.const 0 i32.le_s br_if $~lib/util/string/codePointBefore|inlined.0 local.get $0 - local.get $3 + local.get $2 i32.const 1 i32.sub i32.const 1 i32.shl i32.add - i32.load16_u $0 - local.tee $5 + i32.load16_u + local.tee $9 i32.const 64512 i32.and i32.const 56320 i32.eq - local.get $3 + local.get $2 i32.const 2 i32.sub + local.tee $4 i32.const 0 i32.ge_s i32.and if - local.get $5 + local.get $9 i32.const 1023 i32.and local.get $0 - local.get $3 - i32.const 2 - i32.sub + local.get $4 i32.const 1 i32.shl i32.add - i32.load16_u $0 - local.tee $6 + i32.load16_u + local.tee $10 i32.const 1023 i32.and i32.const 10 @@ -3021,7 +3030,7 @@ i32.const 65536 i32.add local.set $4 - local.get $6 + local.get $10 i32.const 64512 i32.and i32.const 55296 @@ -3029,8 +3038,8 @@ br_if $~lib/util/string/codePointBefore|inlined.0 end i32.const 65533 - local.get $5 - local.get $5 + local.get $9 + local.get $9 i32.const 63488 i32.and i32.const 55296 @@ -3047,7 +3056,7 @@ i32.shr_u i32.const 7212 i32.add - i32.load8_u $0 + i32.load8_u i32.const 5 i32.shl i32.const 7212 @@ -3058,7 +3067,7 @@ i32.const 3 i32.shr_u i32.add - i32.load8_u $0 + i32.load8_u local.get $4 i32.const 7 i32.and @@ -3080,7 +3089,7 @@ i32.shr_u i32.const 10220 i32.add - i32.load8_u $0 + i32.load8_u i32.const 5 i32.shl i32.const 10220 @@ -3091,7 +3100,7 @@ i32.const 3 i32.shr_u i32.add - i32.load8_u $0 + i32.load8_u local.get $4 i32.const 7 i32.and @@ -3107,14 +3116,14 @@ i32.const 1 local.set $1 end - local.get $3 + local.get $2 local.get $4 i32.const 65536 i32.ge_s i32.const 1 i32.add i32.sub - local.set $3 + local.set $2 br $while-continue|1 end end @@ -3123,49 +3132,46 @@ i32.eqz br_if $~lib/util/string/isFinalSigma|inlined.0 drop - local.get $2 + local.get $3 i32.const 1 i32.add - local.tee $3 + local.tee $2 i32.const 30 i32.add local.tee $1 - local.get $8 + local.get $6 local.get $1 - local.get $8 + local.get $6 i32.lt_s select - local.set $5 + local.set $4 loop $while-continue|2 - local.get $3 - local.get $5 + local.get $2 + local.get $4 i32.lt_s if local.get $0 - local.get $3 + local.get $2 i32.const 1 i32.shl i32.add - i32.load16_u $0 + local.tee $5 + i32.load16_u local.tee $1 i32.const 64512 i32.and i32.const 55296 i32.eq - local.get $3 + local.get $2 i32.const 1 i32.add - local.get $8 + local.get $6 i32.ne i32.and if - local.get $0 - local.get $3 - i32.const 1 - i32.shl - i32.add - i32.load16_u $0 offset=2 - local.tee $4 + local.get $5 + i32.load16_u offset=2 + local.tee $5 i32.const 64512 i32.and i32.const 56320 @@ -3174,7 +3180,7 @@ local.get $1 i32.const 10 i32.shl - local.get $4 + local.get $5 i32.add i32.const 56613888 i32.sub @@ -3190,7 +3196,7 @@ i32.shr_u i32.const 7212 i32.add - i32.load8_u $0 + i32.load8_u i32.const 5 i32.shl i32.const 7212 @@ -3201,7 +3207,7 @@ i32.const 3 i32.shr_u i32.add - i32.load8_u $0 + i32.load8_u local.get $1 i32.const 7 i32.and @@ -3222,7 +3228,7 @@ i32.shr_u i32.const 10220 i32.add - i32.load8_u $0 + i32.load8_u i32.const 5 i32.shl i32.const 10220 @@ -3233,7 +3239,7 @@ i32.const 3 i32.shr_u i32.add - i32.load8_u $0 + i32.load8_u local.get $1 i32.const 7 i32.and @@ -3246,14 +3252,14 @@ i32.eqz br $~lib/util/string/isFinalSigma|inlined.0 end - local.get $3 + local.get $2 local.get $1 i32.const 65536 i32.ge_u i32.const 1 i32.add i32.add - local.set $3 + local.set $2 br $while-continue|2 end end @@ -3263,7 +3269,7 @@ i32.const 0 end select - i32.store16 $0 + i32.store16 else local.get $4 i32.const 9398 @@ -3271,15 +3277,15 @@ i32.const 25 i32.le_u if - local.get $9 - local.get $10 + local.get $7 + local.get $8 i32.const 1 i32.shl i32.add local.get $4 i32.const 26 i32.add - i32.store16 $0 + i32.store16 else local.get $4 i32.const 0 @@ -3290,16 +3296,16 @@ i32.const 65536 i32.lt_u if - local.get $9 - local.get $10 + local.get $7 + local.get $8 i32.const 1 i32.shl i32.add local.get $1 - i32.store16 $0 + i32.store16 else - local.get $9 - local.get $10 + local.get $7 + local.get $8 i32.const 1 i32.shl i32.add @@ -3319,41 +3325,41 @@ i32.const 16 i32.shl i32.or - i32.store $0 - local.get $10 + i32.store + local.get $8 i32.const 1 i32.add - local.set $10 + local.set $8 end end end end end else - local.get $9 - local.get $10 + local.get $7 + local.get $8 i32.const 1 i32.shl i32.add local.get $4 i32.const 7084 i32.add - i32.load8_u $0 - i32.store16 $0 + i32.load8_u + i32.store16 end - local.get $2 + local.get $3 i32.const 1 i32.add - local.set $2 - local.get $10 + local.set $3 + local.get $8 i32.const 1 i32.add - local.set $10 + local.set $8 br $for-loop|0 end end - local.get $9 - local.get $10 + local.get $7 + local.get $8 i32.const 1 i32.shl call $~lib/rt/itcms/__renew @@ -3366,6 +3372,7 @@ ) (func $~lib/string/String#codePointAt (param $0 i32) (param $1 i32) (result i32) (local $2 i32) + (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3382,23 +3389,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $3 i32.const 0 - i32.store $0 - local.get $2 + i32.store + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.tee $2 local.get $1 i32.le_u if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -3416,8 +3423,9 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - local.tee $2 + local.tee $0 + i32.load16_u + local.tee $1 i32.const 64512 i32.and i32.const 55296 @@ -3425,11 +3433,7 @@ i32.or br_if $folding-inner0 local.get $0 - local.get $1 - i32.const 1 - i32.shl - i32.add - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.tee $0 i32.const 64512 i32.and @@ -3440,7 +3444,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.const 10 i32.shl local.get $0 @@ -3453,12 +3457,13 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 ) (func $~lib/string/String.__concat (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) (local $4 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3471,81 +3476,81 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 - local.get $2 - local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $2 - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 21080 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $3 - i64.const 0 - i64.store $0 - local.get $3 - local.get $0 - local.tee $2 - i32.store $0 - local.get $0 - i32.const 20 - i32.sub - i32.load $0 offset=16 - i32.const -2 - i32.and - local.set $4 - local.get $3 - local.get $1 - i32.store $0 - block $__inlined_func$~lib/string/String#concat + i64.store + block $__inlined_func$~lib/string/String#concat$148 (result i32) + local.get $2 + local.get $0 + i32.store + local.get $2 + local.get $1 + i32.store offset=4 + local.get $2 + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 21080 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $5 + i64.const 0 + i64.store + local.get $5 + local.get $0 + i32.store + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const -2 + i32.and + local.set $2 + local.get $5 + local.get $1 + i32.store local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and local.tee $3 - local.get $4 + local.get $2 i32.add - local.tee $0 + local.tee $4 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $5 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 1056 - local.set $0 - br $__inlined_func$~lib/string/String#concat + br $__inlined_func$~lib/string/String#concat$148 end global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $4 i32.const 2 call $~lib/rt/itcms/__new - local.tee $0 - i32.store $0 offset=4 - local.get $0 - local.get $2 + local.tee $4 + i32.store offset=4 local.get $4 - memory.copy $0 $0 local.get $0 + local.get $2 + memory.copy + local.get $2 local.get $4 i32.add local.get $1 local.get $3 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer + local.get $4 end + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -3588,8 +3593,8 @@ local.tee $5 i32.const 0 i32.const 28 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl i32.const 53848 @@ -3599,40 +3604,40 @@ global.set $~lib/rt/itcms/threshold i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/pinSpace i32.const 1236 i32.const 1232 - i32.store $0 + i32.store i32.const 1240 i32.const 1232 - i32.store $0 + i32.store i32.const 1232 global.set $~lib/rt/itcms/toSpace i32.const 1380 i32.const 1376 - i32.store $0 + i32.store i32.const 1384 i32.const 1376 - i32.store $0 + i32.store i32.const 1376 global.set $~lib/rt/itcms/fromSpace local.get $5 i32.const 1056 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1056 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1056 call $~lib/string/String.__eq @@ -3647,16 +3652,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1056 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1056 call $~lib/string/String.__eq @@ -3671,16 +3676,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 11808 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11808 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 11856 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11856 call $~lib/string/String.__eq @@ -3695,16 +3700,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 11904 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11904 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 11952 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11952 call $~lib/string/String.__eq @@ -3719,16 +3724,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 12000 - i32.store $0 offset=8 + i32.store offset=8 i32.const 12000 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 12096 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 12096 call $~lib/string/String.__eq @@ -3743,16 +3748,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 12096 - i32.store $0 offset=8 + i32.store offset=8 i32.const 12096 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 12192 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 12192 call $~lib/string/String.__eq @@ -3767,16 +3772,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 12288 - i32.store $0 offset=8 + i32.store offset=8 i32.const 12288 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 12352 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 12352 call $~lib/string/String.__eq @@ -3791,16 +3796,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 12352 - i32.store $0 offset=8 + i32.store offset=8 i32.const 12352 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 12416 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 12416 call $~lib/string/String.__eq @@ -3815,16 +3820,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 12480 - i32.store $0 offset=8 + i32.store offset=8 i32.const 12480 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 12576 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 12576 call $~lib/string/String.__eq @@ -3839,16 +3844,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 12576 - i32.store $0 offset=8 + i32.store offset=8 i32.const 12576 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 12672 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 12672 call $~lib/string/String.__eq @@ -3863,16 +3868,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 12768 - i32.store $0 offset=8 + i32.store offset=8 i32.const 12768 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 12864 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 12864 call $~lib/string/String.__eq @@ -3887,16 +3892,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 12864 - i32.store $0 offset=8 + i32.store offset=8 i32.const 12864 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 12960 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 12960 call $~lib/string/String.__eq @@ -3911,16 +3916,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 13056 - i32.store $0 offset=8 + i32.store offset=8 i32.const 13056 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13136 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 13136 call $~lib/string/String.__eq @@ -3935,16 +3940,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 13216 - i32.store $0 offset=8 + i32.store offset=8 i32.const 13216 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13296 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 13296 call $~lib/string/String.__eq @@ -3959,16 +3964,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 13376 - i32.store $0 offset=8 + i32.store offset=8 i32.const 13376 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13440 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 13440 call $~lib/string/String.__eq @@ -3983,16 +3988,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 13504 - i32.store $0 offset=8 + i32.store offset=8 i32.const 13504 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13584 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 13584 call $~lib/string/String.__eq @@ -4007,16 +4012,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 13664 - i32.store $0 offset=8 + i32.store offset=8 i32.const 13664 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13744 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 13744 call $~lib/string/String.__eq @@ -4031,16 +4036,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 13824 - i32.store $0 offset=8 + i32.store offset=8 i32.const 13824 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13888 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 13888 call $~lib/string/String.__eq @@ -4055,16 +4060,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 13952 - i32.store $0 offset=8 + i32.store offset=8 i32.const 13952 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14032 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 14032 call $~lib/string/String.__eq @@ -4079,16 +4084,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 14112 - i32.store $0 offset=8 + i32.store offset=8 i32.const 14112 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14192 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 14192 call $~lib/string/String.__eq @@ -4103,16 +4108,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 14272 - i32.store $0 offset=8 + i32.store offset=8 i32.const 14272 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14432 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 14432 call $~lib/string/String.__eq @@ -4127,16 +4132,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 14272 - i32.store $0 offset=8 + i32.store offset=8 i32.const 14272 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14592 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 14592 call $~lib/string/String.__eq @@ -4151,16 +4156,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 14752 - i32.store $0 offset=8 + i32.store offset=8 i32.const 14752 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14784 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 14784 call $~lib/string/String.__eq @@ -4175,16 +4180,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 14816 - i32.store $0 offset=8 + i32.store offset=8 i32.const 14816 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14848 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 14848 call $~lib/string/String.__eq @@ -4199,16 +4204,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 14880 - i32.store $0 offset=8 + i32.store offset=8 i32.const 14880 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15088 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 15088 call $~lib/string/String.__eq @@ -4223,22 +4228,22 @@ end global.get $~lib/memory/__stack_pointer i32.const 14752 - i32.store $0 offset=12 + i32.store offset=12 i32.const 14752 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15296 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 15296 call $~lib/string/String.__eq @@ -4253,22 +4258,22 @@ end global.get $~lib/memory/__stack_pointer i32.const 15328 - i32.store $0 offset=12 + i32.store offset=12 i32.const 15328 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15360 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 15360 call $~lib/string/String.__eq @@ -4283,22 +4288,22 @@ end global.get $~lib/memory/__stack_pointer i32.const 15392 - i32.store $0 offset=12 + i32.store offset=12 i32.const 15392 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15392 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 15392 call $~lib/string/String.__eq @@ -4316,16 +4321,16 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15648 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 15648 call $~lib/string/String.__eq @@ -4343,16 +4348,16 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15648 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 15648 call $~lib/string/String.__eq @@ -4367,16 +4372,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 15680 - i32.store $0 offset=8 + i32.store offset=8 i32.const 15680 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15712 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 15712 call $~lib/string/String.__eq @@ -4391,16 +4396,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 15744 - i32.store $0 offset=8 + i32.store offset=8 i32.const 15744 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15776 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 15776 call $~lib/string/String.__eq @@ -4415,16 +4420,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 15808 - i32.store $0 offset=8 + i32.store offset=8 i32.const 15808 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15840 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 15840 call $~lib/string/String.__eq @@ -4439,16 +4444,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 15872 - i32.store $0 offset=8 + i32.store offset=8 i32.const 15872 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15904 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 15904 call $~lib/string/String.__eq @@ -4463,16 +4468,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 15936 - i32.store $0 offset=8 + i32.store offset=8 i32.const 15936 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15968 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 15968 call $~lib/string/String.__eq @@ -4487,16 +4492,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 16000 - i32.store $0 offset=8 + i32.store offset=8 i32.const 16000 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16032 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 16032 call $~lib/string/String.__eq @@ -4511,16 +4516,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 16064 - i32.store $0 offset=8 + i32.store offset=8 i32.const 16064 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16096 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 16096 call $~lib/string/String.__eq @@ -4535,16 +4540,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 16128 - i32.store $0 offset=8 + i32.store offset=8 i32.const 16128 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16160 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 16160 call $~lib/string/String.__eq @@ -4559,16 +4564,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 16192 - i32.store $0 offset=8 + i32.store offset=8 i32.const 16192 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16224 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 16224 call $~lib/string/String.__eq @@ -4583,16 +4588,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 16256 - i32.store $0 offset=8 + i32.store offset=8 i32.const 16256 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16288 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 16288 call $~lib/string/String.__eq @@ -4607,16 +4612,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 16320 - i32.store $0 offset=8 + i32.store offset=8 i32.const 16320 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16352 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 16352 call $~lib/string/String.__eq @@ -4631,16 +4636,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 16384 - i32.store $0 offset=8 + i32.store offset=8 i32.const 16384 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16416 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 16416 call $~lib/string/String.__eq @@ -4655,16 +4660,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 16448 - i32.store $0 offset=8 + i32.store offset=8 i32.const 16448 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16480 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 16480 call $~lib/string/String.__eq @@ -4679,16 +4684,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 16512 - i32.store $0 offset=8 + i32.store offset=8 i32.const 16512 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16544 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 16544 call $~lib/string/String.__eq @@ -4703,16 +4708,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 16576 - i32.store $0 offset=8 + i32.store offset=8 i32.const 16576 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16608 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 16608 call $~lib/string/String.__eq @@ -4727,16 +4732,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 16640 - i32.store $0 offset=8 + i32.store offset=8 i32.const 16640 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16672 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 16672 call $~lib/string/String.__eq @@ -4751,16 +4756,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 16704 - i32.store $0 offset=8 + i32.store offset=8 i32.const 16704 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16736 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 16736 call $~lib/string/String.__eq @@ -4775,16 +4780,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 16768 - i32.store $0 offset=8 + i32.store offset=8 i32.const 16768 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16800 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 16800 call $~lib/string/String.__eq @@ -4799,16 +4804,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 16832 - i32.store $0 offset=8 + i32.store offset=8 i32.const 16832 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16864 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 16864 call $~lib/string/String.__eq @@ -4823,16 +4828,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 16896 - i32.store $0 offset=8 + i32.store offset=8 i32.const 16896 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16928 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 16928 call $~lib/string/String.__eq @@ -4847,16 +4852,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 16960 - i32.store $0 offset=8 + i32.store offset=8 i32.const 16960 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16992 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 16992 call $~lib/string/String.__eq @@ -4871,16 +4876,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 17024 - i32.store $0 offset=8 + i32.store offset=8 i32.const 17024 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 17056 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 17056 call $~lib/string/String.__eq @@ -4895,16 +4900,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 17088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 17088 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 17120 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 17120 call $~lib/string/String.__eq @@ -4919,16 +4924,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 17152 - i32.store $0 offset=8 + i32.store offset=8 i32.const 17152 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 17184 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 17184 call $~lib/string/String.__eq @@ -4943,16 +4948,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 17216 - i32.store $0 offset=8 + i32.store offset=8 i32.const 17216 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 17248 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 17248 call $~lib/string/String.__eq @@ -4967,16 +4972,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 17280 - i32.store $0 offset=8 + i32.store offset=8 i32.const 17280 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 16352 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 16352 call $~lib/string/String.__eq @@ -4991,16 +4996,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 17312 - i32.store $0 offset=8 + i32.store offset=8 i32.const 17312 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 17344 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 17344 call $~lib/string/String.__eq @@ -5015,16 +5020,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 17376 - i32.store $0 offset=8 + i32.store offset=8 i32.const 17376 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 17408 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 17408 call $~lib/string/String.__eq @@ -5039,16 +5044,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 17440 - i32.store $0 offset=8 + i32.store offset=8 i32.const 17440 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 17472 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 17472 call $~lib/string/String.__eq @@ -5063,16 +5068,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 17504 - i32.store $0 offset=8 + i32.store offset=8 i32.const 17504 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 17536 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 17536 call $~lib/string/String.__eq @@ -5087,16 +5092,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 17568 - i32.store $0 offset=8 + i32.store offset=8 i32.const 17568 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 17600 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 17600 call $~lib/string/String.__eq @@ -5111,16 +5116,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 17632 - i32.store $0 offset=8 + i32.store offset=8 i32.const 17632 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 17664 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 17664 call $~lib/string/String.__eq @@ -5135,16 +5140,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 17696 - i32.store $0 offset=8 + i32.store offset=8 i32.const 17696 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 17728 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 17728 call $~lib/string/String.__eq @@ -5159,16 +5164,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 17760 - i32.store $0 offset=8 + i32.store offset=8 i32.const 17760 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 17792 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 17792 call $~lib/string/String.__eq @@ -5183,16 +5188,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 17824 - i32.store $0 offset=8 + i32.store offset=8 i32.const 17824 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 17856 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 17856 call $~lib/string/String.__eq @@ -5207,16 +5212,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 17888 - i32.store $0 offset=8 + i32.store offset=8 i32.const 17888 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 17920 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 17920 call $~lib/string/String.__eq @@ -5231,16 +5236,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 17952 - i32.store $0 offset=8 + i32.store offset=8 i32.const 17952 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 17984 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 17984 call $~lib/string/String.__eq @@ -5255,16 +5260,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 18016 - i32.store $0 offset=8 + i32.store offset=8 i32.const 18016 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 18048 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 18048 call $~lib/string/String.__eq @@ -5279,16 +5284,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 18080 - i32.store $0 offset=8 + i32.store offset=8 i32.const 18080 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 18112 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 18112 call $~lib/string/String.__eq @@ -5303,16 +5308,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 15328 - i32.store $0 offset=8 + i32.store offset=8 i32.const 15328 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 18144 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 18144 call $~lib/string/String.__eq @@ -5327,16 +5332,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 18176 - i32.store $0 offset=8 + i32.store offset=8 i32.const 18176 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 18208 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 18208 call $~lib/string/String.__eq @@ -5351,16 +5356,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 18240 - i32.store $0 offset=8 + i32.store offset=8 i32.const 18240 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 18272 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 18272 call $~lib/string/String.__eq @@ -5375,16 +5380,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 18304 - i32.store $0 offset=8 + i32.store offset=8 i32.const 18304 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 18336 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 18336 call $~lib/string/String.__eq @@ -5399,16 +5404,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 18368 - i32.store $0 offset=8 + i32.store offset=8 i32.const 18368 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 18400 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 18400 call $~lib/string/String.__eq @@ -5423,16 +5428,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 18432 - i32.store $0 offset=8 + i32.store offset=8 i32.const 18432 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 18400 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 18400 call $~lib/string/String.__eq @@ -5447,16 +5452,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 18464 - i32.store $0 offset=8 + i32.store offset=8 i32.const 18464 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 18496 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 18496 call $~lib/string/String.__eq @@ -5471,16 +5476,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 18528 - i32.store $0 offset=8 + i32.store offset=8 i32.const 18528 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 18560 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 18560 call $~lib/string/String.__eq @@ -5495,16 +5500,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 18592 - i32.store $0 offset=8 + i32.store offset=8 i32.const 18592 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 18624 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 18624 call $~lib/string/String.__eq @@ -5519,16 +5524,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 18656 - i32.store $0 offset=8 + i32.store offset=8 i32.const 18656 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 18688 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 18688 call $~lib/string/String.__eq @@ -5543,16 +5548,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 18720 - i32.store $0 offset=8 + i32.store offset=8 i32.const 18720 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 18752 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 18752 call $~lib/string/String.__eq @@ -5567,16 +5572,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 18784 - i32.store $0 offset=8 + i32.store offset=8 i32.const 18784 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 18816 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 18816 call $~lib/string/String.__eq @@ -5598,26 +5603,26 @@ local.get $4 call $~lib/string/String.fromCodePoint local.tee $5 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $5 call $~lib/string/String#toLowerCase local.tee $6 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $5 call $~lib/string/String#toUpperCase local.tee $5 - i32.store $0 offset=24 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 0 call $~lib/string/String#codePointAt @@ -5625,7 +5630,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 1 call $~lib/string/String#codePointAt @@ -5643,7 +5648,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 2 call $~lib/string/String#codePointAt @@ -5663,7 +5668,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 i32.const 0 call $~lib/string/String#codePointAt @@ -5671,7 +5676,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 i32.const 1 call $~lib/string/String#codePointAt @@ -5689,7 +5694,7 @@ end global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 i32.const 2 call $~lib/string/String#codePointAt @@ -5785,7 +5790,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 18848 - i32.store $0 + i32.store i32.const 18848 i32.const 1 local.get $4 @@ -5797,20 +5802,20 @@ call $~lib/builtins/trace global.get $~lib/memory/__stack_pointer i32.const 18944 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/util/number/itoa64 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 i32.const 18944 local.get $5 call $~lib/string/String.__concat local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 i32.const 0 f64.const 0 @@ -5821,20 +5826,20 @@ call $~lib/builtins/trace global.get $~lib/memory/__stack_pointer i32.const 20784 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 call $~lib/util/number/itoa64 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 i32.const 20784 local.get $5 call $~lib/string/String.__concat local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 i32.const 0 f64.const 0 @@ -5850,7 +5855,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 20848 - i32.store $0 + i32.store i32.const 20848 i32.const 1 local.get $4 @@ -5862,20 +5867,20 @@ call $~lib/builtins/trace global.get $~lib/memory/__stack_pointer i32.const 20944 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/util/number/itoa64 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 i32.const 20944 local.get $5 call $~lib/string/String.__concat local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 i32.const 0 f64.const 0 @@ -5886,20 +5891,20 @@ call $~lib/builtins/trace global.get $~lib/memory/__stack_pointer i32.const 21008 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/util/number/itoa64 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 i32.const 21008 local.get $5 call $~lib/string/String.__concat local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 i32.const 0 f64.const 0 @@ -5942,7 +5947,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 i32.const 2 local.get $0 @@ -5953,7 +5958,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store local.get $2 if local.get $0 @@ -5984,11 +5989,11 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store else local.get $1 local.get $0 - i32.store16 $0 + i32.store16 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -6019,12 +6024,13 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i64.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -6104,7 +6110,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 + i32.store local.get $2 local.get $3 i32.add @@ -6171,7 +6177,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 + i32.store local.get $2 local.get $3 i32.add @@ -6208,7 +6214,7 @@ i32.shl i32.const 19212 i32.add - i64.load32_u $0 + i64.load32_u local.get $6 i32.const 100 i32.rem_u @@ -6216,11 +6222,11 @@ i32.shl i32.const 19212 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store local.get $5 local.get $1 i32.const 4 @@ -6239,7 +6245,7 @@ i32.shl i32.const 19212 i32.add - i64.load32_u $0 + i64.load32_u local.get $4 i32.const 100 i32.rem_u @@ -6247,11 +6253,11 @@ i32.shl i32.const 19212 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -6265,7 +6271,7 @@ if local.get $3 i32.const 45 - i32.store16 $0 + i32.store16 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -6273,23 +6279,4 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/std/string-encoding.debug.wat b/tests/compiler/std/string-encoding.debug.wat index 05b49de702..8bc24bd177 100644 --- a/tests/compiler/std/string-encoding.debug.wat +++ b/tests/compiler/std/string-encoding.debug.wat @@ -1,15 +1,15 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func)) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $8 (func (param i32 i32 i32 i32))) + (type $9 (func (param i32 i32 i64) (result i32))) + (type $10 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $std/string-encoding/str (mut i32) (i32.const 32)) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) @@ -66,7 +66,7 @@ (start $~start) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String.UTF16.byteLength (param $str i32) (result i32) local.get $str @@ -78,12 +78,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -97,7 +97,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -171,7 +171,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -241,11 +241,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -253,7 +253,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 320 @@ -385,7 +385,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -398,7 +398,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -414,34 +414,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -601,7 +601,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -624,7 +624,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -638,7 +638,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -661,7 +661,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -804,7 +804,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -890,7 +890,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -970,7 +970,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1004,7 +1004,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1027,7 +1027,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1041,7 +1041,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1093,7 +1093,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1131,7 +1131,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1206,7 +1205,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1240,7 +1239,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1261,7 +1260,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1281,7 +1280,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1301,7 +1300,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1327,7 +1326,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1350,7 +1349,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1835,7 +1834,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1880,7 +1879,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1913,7 +1912,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1936,7 +1935,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1962,7 +1961,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1975,7 +1974,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2002,19 +2001,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2216,12 +2215,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2272,7 +2271,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2294,7 +2293,7 @@ local.get $buf local.get $str local.get $size - memory.copy $0 $0 + memory.copy local.get $size return ) @@ -2346,9 +2345,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -2381,10 +2380,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -2434,7 +2433,7 @@ i32.lt_u if local.get $strOff - i32.load16_u $0 + i32.load16_u local.set $c1 local.get $c1 i32.const 128 @@ -2477,7 +2476,7 @@ end if local.get $strOff - i32.load16_u $0 offset=2 + i32.load16_u offset=2 i32.const 64512 i32.and i32.const 56320 @@ -2540,7 +2539,7 @@ i32.lt_u if local.get $str - i32.load16_u $0 + i32.load16_u local.set $c1 local.get $c1 i32.const 128 @@ -2548,7 +2547,7 @@ if local.get $bufOff local.get $c1 - i32.store8 $0 + i32.store8 local.get $bufOff i32.const 1 i32.add @@ -2586,7 +2585,7 @@ i32.shl local.get $b0 i32.or - i32.store16 $0 + i32.store16 local.get $bufOff i32.const 2 i32.add @@ -2612,7 +2611,7 @@ end if local.get $str - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.set $c2 local.get $c2 i32.const 64512 @@ -2674,7 +2673,7 @@ i32.or local.get $b0|11 i32.or - i32.store $0 + i32.store local.get $bufOff i32.const 4 i32.add @@ -2731,10 +2730,10 @@ i32.shl local.get $b0|15 i32.or - i32.store16 $0 + i32.store16 local.get $bufOff local.get $b2|17 - i32.store8 $0 offset=2 + i32.store8 offset=2 local.get $bufOff i32.const 3 i32.add @@ -2757,7 +2756,7 @@ local.set $bufOff local.get $18 i32.const 0 - i32.store8 $0 + i32.store8 end local.get $bufOff local.get $buf @@ -2766,7 +2765,7 @@ ) (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) (local $oldObj i32) @@ -2810,7 +2809,7 @@ local.get $5 i32.lt_u select - memory.copy $0 $0 + memory.copy local.get $newPtr return ) @@ -2885,7 +2884,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2894,7 +2893,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2905,7 +2903,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid end return @@ -2946,12 +2944,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $std/string-encoding/str local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/string/String.UTF16.byteLength i32.const 12 @@ -2980,25 +2978,25 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer local.get $str local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/string/String.UTF16.byteLength i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $str local.get $str local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/string/String#get:length local.get $buf @@ -3024,24 +3022,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer global.get $std/string-encoding/str local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/string/String.UTF16.encode local.tee $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $buf local.set $ptr local.get $buf local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 12 @@ -3056,7 +3054,7 @@ unreachable end local.get $ptr - i32.load8_u $0 + i32.load8_u i32.const 1 i32.eq i32.eqz @@ -3069,7 +3067,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=1 + i32.load8_u offset=1 i32.const 216 i32.eq i32.eqz @@ -3082,7 +3080,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=2 + i32.load8_u offset=2 i32.const 55 i32.eq i32.eqz @@ -3095,7 +3093,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=3 + i32.load8_u offset=3 i32.const 220 i32.eq i32.eqz @@ -3108,7 +3106,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=4 + i32.load8_u offset=4 i32.const 104 i32.eq i32.eqz @@ -3121,7 +3119,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=5 + i32.load8_u offset=5 i32.const 0 i32.eq i32.eqz @@ -3134,7 +3132,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=6 + i32.load8_u offset=6 i32.const 105 i32.eq i32.eqz @@ -3147,7 +3145,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=7 + i32.load8_u offset=7 i32.const 0 i32.eq i32.eqz @@ -3160,7 +3158,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=8 + i32.load8_u offset=8 i32.const 82 i32.eq i32.eqz @@ -3173,7 +3171,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=9 + i32.load8_u offset=9 i32.const 216 i32.eq i32.eqz @@ -3186,7 +3184,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=10 + i32.load8_u offset=10 i32.const 98 i32.eq i32.eqz @@ -3199,7 +3197,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=11 + i32.load8_u offset=11 i32.const 223 i32.eq i32.eqz @@ -3225,13 +3223,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $buf local.get $buf local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBuffer#get:byteLength call $~lib/string/String.UTF16.decodeUnsafe @@ -3253,7 +3251,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -3291,7 +3289,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -3300,7 +3298,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -3318,14 +3316,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -3349,37 +3347,37 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer global.get $std/string-encoding/str local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/string/String.UTF16.encode local.tee $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $buf local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 call $~lib/string/String.UTF16.decode local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 global.get $std/string-encoding/str local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -3408,25 +3406,25 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $std/string-encoding/str local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String.UTF16.encode local.tee $buf - i32.store $0 offset=4 + i32.store offset=4 global.get $std/string-encoding/str local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String.UTF16.byteLength local.set $len @@ -3438,13 +3436,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 528 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -3462,13 +3460,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 global.get $std/string-encoding/str local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -3486,13 +3484,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 560 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -3512,13 +3510,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 592 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -3538,13 +3536,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 624 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -3564,13 +3562,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 656 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -3590,13 +3588,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 528 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -3622,12 +3620,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $std/string-encoding/str local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 0 call $~lib/string/String.UTF8.byteLength @@ -3646,7 +3644,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 call $~lib/string/String.UTF8.byteLength @@ -3676,26 +3674,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer local.get $str local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $nullTerminated call $~lib/string/String.UTF8.byteLength i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $str local.get $str local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/string/String#get:length local.get $buf @@ -3721,7 +3719,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -3743,7 +3741,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $nullTerminated local.get $errorMode @@ -3766,13 +3764,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer global.get $std/string-encoding/str local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 0 i32.const 1 @@ -3780,14 +3778,14 @@ i32.const 0 call $~lib/string/String.UTF8.encode@varargs local.tee $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $buf local.set $ptr local.get $buf local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 10 @@ -3802,7 +3800,7 @@ unreachable end local.get $ptr - i32.load8_u $0 + i32.load8_u i32.const 240 i32.eq i32.eqz @@ -3815,7 +3813,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=1 + i32.load8_u offset=1 i32.const 144 i32.eq i32.eqz @@ -3828,7 +3826,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=2 + i32.load8_u offset=2 i32.const 144 i32.eq i32.eqz @@ -3841,7 +3839,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=3 + i32.load8_u offset=3 i32.const 183 i32.eq i32.eqz @@ -3854,7 +3852,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=4 + i32.load8_u offset=4 i32.const 104 i32.eq i32.eqz @@ -3867,7 +3865,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=5 + i32.load8_u offset=5 i32.const 105 i32.eq i32.eqz @@ -3880,7 +3878,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=6 + i32.load8_u offset=6 i32.const 240 i32.eq i32.eqz @@ -3893,7 +3891,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=7 + i32.load8_u offset=7 i32.const 164 i32.eq i32.eqz @@ -3906,7 +3904,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=8 + i32.load8_u offset=8 i32.const 173 i32.eq i32.eqz @@ -3919,7 +3917,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=9 + i32.load8_u offset=9 i32.const 162 i32.eq i32.eqz @@ -3949,16 +3947,16 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer global.get $std/string-encoding/str local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 1 i32.const 2 @@ -3966,14 +3964,14 @@ i32.const 0 call $~lib/string/String.UTF8.encode@varargs local.tee $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $buf local.set $ptr local.get $buf local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 11 @@ -3988,7 +3986,7 @@ unreachable end local.get $ptr - i32.load8_u $0 + i32.load8_u i32.const 240 i32.eq i32.eqz @@ -4001,7 +3999,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=1 + i32.load8_u offset=1 i32.const 144 i32.eq i32.eqz @@ -4014,7 +4012,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=2 + i32.load8_u offset=2 i32.const 144 i32.eq i32.eqz @@ -4027,7 +4025,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=3 + i32.load8_u offset=3 i32.const 183 i32.eq i32.eqz @@ -4040,7 +4038,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=4 + i32.load8_u offset=4 i32.const 104 i32.eq i32.eqz @@ -4053,7 +4051,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=5 + i32.load8_u offset=5 i32.const 105 i32.eq i32.eqz @@ -4066,7 +4064,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=6 + i32.load8_u offset=6 i32.const 240 i32.eq i32.eqz @@ -4079,7 +4077,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=7 + i32.load8_u offset=7 i32.const 164 i32.eq i32.eqz @@ -4092,7 +4090,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=8 + i32.load8_u offset=8 i32.const 173 i32.eq i32.eqz @@ -4105,7 +4103,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=9 + i32.load8_u offset=9 i32.const 162 i32.eq i32.eqz @@ -4118,7 +4116,7 @@ unreachable end local.get $ptr - i32.load8_u $0 offset=10 + i32.load8_u offset=10 i32.const 0 i32.eq i32.eqz @@ -4133,13 +4131,13 @@ global.get $~lib/memory/__stack_pointer i32.const 800 local.tee $str2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $str2 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 1 i32.const 2 @@ -4147,19 +4145,19 @@ i32.const 0 call $~lib/string/String.UTF8.encode@varargs local.tee $buf2 - i32.store $0 offset=12 + i32.store offset=12 local.get $buf2 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.get $str2 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 1 call $~lib/string/String.UTF8.byteLength @@ -4187,13 +4185,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $buf local.get $buf local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.get $nullTerminated @@ -4216,16 +4214,16 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 880 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 0 @@ -4233,23 +4231,23 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.UTF8.decode local.tee $str - i32.store $0 offset=8 + i32.store offset=8 local.get $str local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 880 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -4266,7 +4264,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 1 @@ -4274,23 +4272,23 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.UTF8.decode local.tee $str - i32.store $0 offset=8 + i32.store offset=8 local.get $str local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 912 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -4307,7 +4305,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 0 @@ -4315,23 +4313,23 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.UTF8.decode local.tee $str - i32.store $0 offset=8 + i32.store offset=8 local.get $str local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 944 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -4348,7 +4346,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 1 @@ -4356,23 +4354,23 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 call $~lib/string/String.UTF8.decode local.tee $str - i32.store $0 offset=8 + i32.store offset=8 local.get $str local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 912 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -4399,16 +4397,16 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer global.get $std/string-encoding/str local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 0 i32.const 1 @@ -4416,25 +4414,25 @@ i32.const 0 call $~lib/string/String.UTF8.encode@varargs local.tee $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $buf local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 call $~lib/string/String.UTF8.decode local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 global.get $std/string-encoding/str local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -4466,13 +4464,13 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 32 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/string-encoding/str local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 i32.const 1 i32.const 2 @@ -4480,25 +4478,25 @@ i32.const 0 call $~lib/string/String.UTF8.encode@varargs local.tee $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $buf local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 i32.const 1 call $~lib/string/String.UTF8.decode local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 global.get $std/string-encoding/str local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/string/String.__eq i32.eqz @@ -4513,12 +4511,12 @@ global.get $~lib/memory/__stack_pointer i32.const 976 local.tee $str2 - i32.store $0 offset=16 + i32.store offset=16 local.get $str2 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 i32.const 1 call $~lib/string/String.UTF8.byteLength @@ -4538,7 +4536,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 i32.const 1 i32.const 2 @@ -4546,12 +4544,12 @@ i32.const 0 call $~lib/string/String.UTF8.encode@varargs local.tee $buf2 - i32.store $0 offset=20 + i32.store offset=20 local.get $buf2 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 4 @@ -4568,12 +4566,12 @@ global.get $~lib/memory/__stack_pointer i32.const 1024 local.tee $str3 - i32.store $0 offset=24 + i32.store offset=24 local.get $str3 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 i32.const 1 call $~lib/string/String.UTF8.byteLength @@ -4592,20 +4590,20 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 i32.const 1 call $~lib/string/String.UTF8.decode local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $str3 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/string/String.__eq i32.eqz @@ -4622,7 +4620,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 i32.const 0 i32.const 2 @@ -4630,25 +4628,25 @@ i32.const 0 call $~lib/string/String.UTF8.encode@varargs local.tee $buf3 - i32.store $0 offset=28 + i32.store offset=28 local.get $buf3 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 i32.const 1 call $~lib/string/String.UTF8.decode local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $str3 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 call $~lib/string/String.__eq i32.eqz @@ -4677,16 +4675,16 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $std/string-encoding/str local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.const 2 @@ -4694,12 +4692,12 @@ i32.const 0 call $~lib/string/String.UTF8.encode@varargs local.tee $buf - i32.store $0 offset=4 + i32.store offset=4 global.get $std/string-encoding/str local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 call $~lib/string/String.UTF8.byteLength @@ -4713,13 +4711,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 528 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -4738,13 +4736,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 global.get $std/string-encoding/str local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -4763,13 +4761,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 560 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -4790,13 +4788,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 624 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -4817,13 +4815,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 656 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -4844,13 +4842,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 528 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -4871,13 +4869,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 1056 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -4898,13 +4896,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 656 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -4925,13 +4923,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 528 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -4960,13 +4958,13 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer local.get $str local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 i32.const 1 @@ -4974,25 +4972,25 @@ i32.const 0 call $~lib/string/String.UTF8.encode@varargs local.tee $buf8 - i32.store $0 offset=4 + i32.store offset=4 local.get $buf8 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $3 i32.const 0 call $~lib/string/String.UTF8.decode local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $str local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -5009,28 +5007,28 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String.UTF16.encode local.tee $buf16 - i32.store $0 offset=16 + i32.store offset=16 local.get $buf16 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $3 call $~lib/string/String.UTF16.decode local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $str local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -5056,9 +5054,9 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store call $std/string-encoding/testUTF16Length - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -5089,14 +5087,14 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $std/string-encoding/testRoundtrip i32.const 14208 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $std/string-encoding/testRoundtrip call $~lib/rt/itcms/__collect @@ -5115,7 +5113,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $len i32.const 1 @@ -5126,11 +5124,11 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $str - i32.store $0 + i32.store local.get $str local.get $buf local.get $len - memory.copy $0 $0 + memory.copy local.get $str local.set $3 global.get $~lib/memory/__stack_pointer @@ -5158,7 +5156,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $buf local.set $bufOff local.get $buf @@ -5184,7 +5182,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $str - i32.store $0 + i32.store local.get $str local.set $strOff block $while-break|0 @@ -5194,7 +5192,7 @@ i32.lt_u if local.get $bufOff - i32.load8_u $0 + i32.load8_u local.set $u0 local.get $bufOff i32.const 1 @@ -5214,7 +5212,7 @@ end local.get $strOff local.get $u0 - i32.store16 $0 + i32.store16 else local.get $bufEnd local.get $bufOff @@ -5223,7 +5221,7 @@ br $while-break|0 end local.get $bufOff - i32.load8_u $0 + i32.load8_u i32.const 63 i32.and local.set $u1 @@ -5245,7 +5243,7 @@ i32.shl local.get $u1 i32.or - i32.store16 $0 + i32.store16 else local.get $bufEnd local.get $bufOff @@ -5254,7 +5252,7 @@ br $while-break|0 end local.get $bufOff - i32.load8_u $0 + i32.load8_u i32.const 63 i32.and local.set $u2 @@ -5301,7 +5299,7 @@ i32.shl i32.or local.get $bufOff - i32.load8_u $0 + i32.load8_u i32.const 63 i32.and i32.or @@ -5317,7 +5315,7 @@ if local.get $strOff local.get $u0 - i32.store16 $0 + i32.store16 else local.get $u0 i32.const 65536 @@ -5341,7 +5339,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $strOff i32.const 2 i32.add diff --git a/tests/compiler/std/string-encoding.release.wat b/tests/compiler/std/string-encoding.release.wat index e6c6135966..b62fdf3037 100644 --- a/tests/compiler/std/string-encoding.release.wat +++ b/tests/compiler/std/string-encoding.release.wat @@ -1,13 +1,13 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32) (result i32))) + (type $5 (func (param i32 i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -75,16 +75,16 @@ (local $0 i32) (local $1 i32) i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1344 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1152 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1712 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -94,7 +94,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -112,7 +112,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -120,137 +120,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1216 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1216 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 55572 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$156 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 55572 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1216 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$156 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1216 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1216 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 22784 + i32.load + i32.gt_u + if + i32.const 1344 + i32.const 1408 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 22788 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 22784 - i32.load $0 - i32.gt_u - if - i32.const 1344 - i32.const 1408 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 22788 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -258,8 +278,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -271,10 +291,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -285,29 +305,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -315,10 +335,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -332,75 +352,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -422,7 +435,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -439,12 +452,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -461,17 +474,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -481,9 +494,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -508,13 +521,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -548,7 +561,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -604,19 +617,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -628,15 +641,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -644,16 +657,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -675,10 +689,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -691,18 +705,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -726,30 +739,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -757,10 +770,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -768,7 +781,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -776,7 +789,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -787,10 +800,10 @@ end i32.const 55584 i32.const 0 - i32.store $0 + i32.store i32.const 57152 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -802,7 +815,7 @@ i32.const 55584 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -820,7 +833,7 @@ i32.const 55584 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -837,7 +850,7 @@ end i32.const 55584 i32.const 57156 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -870,7 +883,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -883,19 +896,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -906,7 +919,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -918,7 +931,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -931,12 +944,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -945,7 +954,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -956,26 +965,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -991,7 +1000,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1007,7 +1016,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1032,14 +1041,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1074,7 +1083,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1088,10 +1097,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1103,10 +1112,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1114,47 +1123,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1175,7 +1186,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1192,10 +1203,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1211,7 +1222,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1232,7 +1243,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1259,7 +1270,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$70 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1280,7 +1291,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$70 end local.get $2 i32.const 0 @@ -1322,50 +1333,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1385,12 +1400,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1401,7 +1416,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1422,7 +1437,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1438,8 +1453,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1453,90 +1468,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1549,7 +1564,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/string/String.UTF8.byteLength (param $0 i32) (param $1 i32) (result i32) @@ -1560,7 +1575,7 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.add local.set $4 local.get $1 @@ -1574,7 +1589,7 @@ if block $while-break|0 local.get $0 - i32.load16_u $0 + i32.load16_u local.tee $3 i32.const 128 i32.lt_u @@ -1609,7 +1624,7 @@ i32.and if local.get $0 - i32.load16_u $0 offset=2 + i32.load16_u offset=2 i32.const 64512 i32.and i32.const 56320 @@ -1651,7 +1666,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid end return @@ -1661,11 +1676,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1686,7 +1701,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -1698,12 +1713,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 + i32.store i32.const 1052 - i32.load $0 + i32.load i32.const 12 i32.ne if @@ -1718,7 +1733,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 55572 @@ -1728,26 +1743,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1268 i32.const 1264 - i32.store $0 + i32.store i32.const 1272 i32.const 1264 - i32.store $0 + i32.store i32.const 1264 global.set $~lib/rt/itcms/pinSpace i32.const 1300 i32.const 1296 - i32.store $0 + i32.store i32.const 1304 i32.const 1296 - i32.store $0 + i32.store i32.const 1296 global.set $~lib/rt/itcms/toSpace i32.const 1444 i32.const 1440 - i32.store $0 + i32.store i32.const 1448 i32.const 1440 - i32.store $0 + i32.store i32.const 1440 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer @@ -1761,22 +1776,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 call $~lib/string/String.UTF16.encode local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 12 i32.ne if @@ -1788,7 +1803,7 @@ unreachable end local.get $0 - i32.load8_u $0 + i32.load8_u i32.const 1 i32.ne if @@ -1800,7 +1815,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=1 + i32.load8_u offset=1 i32.const 216 i32.ne if @@ -1812,7 +1827,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=2 + i32.load8_u offset=2 i32.const 55 i32.ne if @@ -1824,7 +1839,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=3 + i32.load8_u offset=3 i32.const 220 i32.ne if @@ -1836,7 +1851,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=4 + i32.load8_u offset=4 i32.const 104 i32.ne if @@ -1848,7 +1863,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=5 + i32.load8_u offset=5 if i32.const 0 i32.const 1088 @@ -1858,7 +1873,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=6 + i32.load8_u offset=6 i32.const 105 i32.ne if @@ -1870,7 +1885,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=7 + i32.load8_u offset=7 if i32.const 0 i32.const 1088 @@ -1880,7 +1895,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=8 + i32.load8_u offset=8 i32.const 82 i32.ne if @@ -1892,7 +1907,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=9 + i32.load8_u offset=9 i32.const 216 i32.ne if @@ -1904,7 +1919,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=10 + i32.load8_u offset=10 i32.const 98 i32.ne if @@ -1916,7 +1931,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=11 + i32.load8_u offset=11 i32.const 223 i32.ne if @@ -1942,30 +1957,30 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 call $~lib/string/String.UTF16.encode local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 call $~lib/string/String.UTF16.decode local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1056 call $~lib/string/String.__eq @@ -1994,10 +2009,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 + i32.store i32.const 1056 i32.const 0 call $~lib/string/String.UTF8.byteLength @@ -2013,7 +2028,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 + i32.store i32.const 1056 i32.const 1 call $~lib/string/String.UTF8.byteLength @@ -2042,10 +2057,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1056 - i32.store $0 + i32.store i32.const 1 global.set $~argumentsLength local.get $0 @@ -2053,14 +2068,14 @@ i32.const 0 call $~lib/string/String.UTF8.encode@varargs local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 10 i32.ne if @@ -2072,7 +2087,7 @@ unreachable end local.get $0 - i32.load8_u $0 + i32.load8_u i32.const 240 i32.ne if @@ -2084,7 +2099,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=1 + i32.load8_u offset=1 i32.const 144 i32.ne if @@ -2096,7 +2111,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=2 + i32.load8_u offset=2 i32.const 144 i32.ne if @@ -2108,7 +2123,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=3 + i32.load8_u offset=3 i32.const 183 i32.ne if @@ -2120,7 +2135,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=4 + i32.load8_u offset=4 i32.const 104 i32.ne if @@ -2132,7 +2147,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=5 + i32.load8_u offset=5 i32.const 105 i32.ne if @@ -2144,7 +2159,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=6 + i32.load8_u offset=6 i32.const 240 i32.ne if @@ -2156,7 +2171,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=7 + i32.load8_u offset=7 i32.const 164 i32.ne if @@ -2168,7 +2183,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=8 + i32.load8_u offset=8 i32.const 173 i32.ne if @@ -2180,7 +2195,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=9 + i32.load8_u offset=9 i32.const 162 i32.ne if @@ -2207,13 +2222,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1904 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1904 i32.const 0 i32.const 0 @@ -2221,19 +2236,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 0 call $~lib/string/String.UTF8.decode local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1904 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1904 call $~lib/string/String.__eq @@ -2249,7 +2264,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1904 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1904 i32.const 0 i32.const 1 @@ -2257,19 +2272,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 0 call $~lib/string/String.UTF8.decode local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1936 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1936 call $~lib/string/String.__eq @@ -2285,7 +2300,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1968 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1968 i32.const 0 i32.const 0 @@ -2293,19 +2308,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 0 call $~lib/string/String.UTF8.decode local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1968 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1968 call $~lib/string/String.__eq @@ -2321,7 +2336,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1968 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1968 i32.const 0 i32.const 1 @@ -2329,19 +2344,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 0 call $~lib/string/String.UTF8.decode local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1936 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1936 call $~lib/string/String.__eq @@ -2369,13 +2384,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $0 i32.const 1056 - i32.store $0 + i32.store i32.const 1 global.set $~argumentsLength local.get $0 @@ -2383,20 +2398,20 @@ i32.const 0 call $~lib/string/String.UTF8.encode@varargs local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 0 call $~lib/string/String.UTF8.decode local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1056 call $~lib/string/String.__eq @@ -2425,10 +2440,10 @@ local.tee $0 i32.const 0 i32.const 32 - memory.fill $0 + memory.fill local.get $0 i32.const 1056 - i32.store $0 + i32.store i32.const 2 global.set $~argumentsLength local.get $0 @@ -2436,20 +2451,20 @@ i32.const 1 call $~lib/string/String.UTF8.encode@varargs local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 1 call $~lib/string/String.UTF8.decode local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1056 call $~lib/string/String.__eq @@ -2465,10 +2480,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2000 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 2000 - i32.store $0 + i32.store i32.const 2000 i32.const 1 call $~lib/string/String.UTF8.byteLength @@ -2485,7 +2500,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2000 - i32.store $0 + i32.store i32.const 2 global.set $~argumentsLength local.get $0 @@ -2493,14 +2508,14 @@ i32.const 1 call $~lib/string/String.UTF8.encode@varargs local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 4 i32.ne if @@ -2514,10 +2529,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 2048 - i32.store $0 offset=24 + i32.store offset=24 local.get $1 i32.const 2048 - i32.store $0 + i32.store i32.const 2048 i32.const 1 call $~lib/string/String.UTF8.byteLength @@ -2533,17 +2548,17 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 1 call $~lib/string/String.UTF8.decode local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2048 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2048 call $~lib/string/String.__eq @@ -2559,7 +2574,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2000 - i32.store $0 + i32.store i32.const 2 global.set $~argumentsLength local.get $0 @@ -2567,20 +2582,20 @@ i32.const 0 call $~lib/string/String.UTF8.encode@varargs local.tee $0 - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 1 call $~lib/string/String.UTF8.decode local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2048 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2048 call $~lib/string/String.__eq @@ -2600,12 +2615,12 @@ call $std/string-encoding/testUTF8DecodeUnsafe global.get $~lib/memory/__stack_pointer i32.const 2112 - i32.store $0 + i32.store i32.const 2112 call $std/string-encoding/testRoundtrip global.get $~lib/memory/__stack_pointer i32.const 15232 - i32.store $0 + i32.store i32.const 15232 call $std/string-encoding/testRoundtrip global.get $~lib/rt/itcms/state @@ -2674,31 +2689,31 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2725,15 +2740,15 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 call $~lib/string/String.UTF16.decodeUnsafe local.set $0 global.get $~lib/memory/__stack_pointer @@ -2763,13 +2778,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2784,55 +2800,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -2853,7 +2873,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$88 loop $while-continue|1 local.get $0 local.tee $3 @@ -2863,17 +2883,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$88 local.get $2 i32.const 2 i32.add @@ -2924,23 +2944,23 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 call $~lib/string/String.UTF16.encode local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 + i32.store i32.const 1052 - i32.load $0 + i32.load local.set $1 local.get $0 i32.const 0 @@ -2948,10 +2968,10 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1552 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 1552 call $~lib/string/String.__eq @@ -2971,10 +2991,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 1056 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1056 call $~lib/string/String.__eq @@ -2994,10 +3014,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 1584 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1584 call $~lib/string/String.__eq @@ -3019,10 +3039,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 1616 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1616 call $~lib/string/String.__eq @@ -3044,10 +3064,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 1648 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1648 call $~lib/string/String.__eq @@ -3069,10 +3089,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 1680 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1680 call $~lib/string/String.__eq @@ -3094,10 +3114,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 1552 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1552 call $~lib/string/String.__eq @@ -3139,10 +3159,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 local.get $1 @@ -3150,36 +3170,36 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $5 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $5 local.set $4 local.get $0 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and i32.add local.set $6 - block $__inlined_func$~lib/string/String.UTF8.encodeUnsafe + block $__inlined_func$~lib/string/String.UTF8.encodeUnsafe$1 loop $while-continue|0 local.get $0 local.get $6 i32.lt_u if local.get $0 - i32.load16_u $0 + i32.load16_u local.tee $3 i32.const 128 i32.lt_u if local.get $4 local.get $3 - i32.store8 $0 + i32.store8 local.get $4 i32.const 1 i32.add @@ -3188,7 +3208,7 @@ local.get $3 i32.eqz i32.and - br_if $__inlined_func$~lib/string/String.UTF8.encodeUnsafe + br_if $__inlined_func$~lib/string/String.UTF8.encodeUnsafe$1 else local.get $3 i32.const 2048 @@ -3208,7 +3228,7 @@ i32.const 8 i32.shl i32.or - i32.store16 $0 + i32.store16 local.get $4 i32.const 2 i32.add @@ -3230,7 +3250,7 @@ i32.and if local.get $0 - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.tee $7 i32.const 64512 i32.and @@ -3282,7 +3302,7 @@ i32.const 240 i32.or i32.or - i32.store $0 + i32.store local.get $4 i32.const 4 i32.add @@ -3327,14 +3347,14 @@ i32.const 8 i32.shl i32.or - i32.store16 $0 + i32.store16 local.get $4 local.get $3 i32.const 63 i32.and i32.const 128 i32.or - i32.store8 $0 offset=2 + i32.store8 offset=2 local.get $4 i32.const 3 i32.add @@ -3352,7 +3372,7 @@ if local.get $4 i32.const 0 - i32.store8 $0 + i32.store8 end end global.get $~lib/memory/__stack_pointer @@ -3379,7 +3399,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $0of2 block $outOfRange @@ -3395,7 +3415,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 i32.const 0 @@ -3427,13 +3447,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $0 i32.const 1056 - i32.store $0 + i32.store i32.const 2 global.set $~argumentsLength local.get $0 @@ -3441,14 +3461,14 @@ i32.const 1 call $~lib/string/String.UTF8.encode@varargs local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 11 i32.ne if @@ -3460,7 +3480,7 @@ unreachable end local.get $0 - i32.load8_u $0 + i32.load8_u i32.const 240 i32.ne if @@ -3472,7 +3492,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=1 + i32.load8_u offset=1 i32.const 144 i32.ne if @@ -3484,7 +3504,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=2 + i32.load8_u offset=2 i32.const 144 i32.ne if @@ -3496,7 +3516,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=3 + i32.load8_u offset=3 i32.const 183 i32.ne if @@ -3508,7 +3528,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=4 + i32.load8_u offset=4 i32.const 104 i32.ne if @@ -3520,7 +3540,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=5 + i32.load8_u offset=5 i32.const 105 i32.ne if @@ -3532,7 +3552,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=6 + i32.load8_u offset=6 i32.const 240 i32.ne if @@ -3544,7 +3564,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=7 + i32.load8_u offset=7 i32.const 164 i32.ne if @@ -3556,7 +3576,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=8 + i32.load8_u offset=8 i32.const 173 i32.ne if @@ -3568,7 +3588,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=9 + i32.load8_u offset=9 i32.const 162 i32.ne if @@ -3580,7 +3600,7 @@ unreachable end local.get $0 - i32.load8_u $0 offset=10 + i32.load8_u offset=10 if i32.const 0 i32.const 1088 @@ -3592,10 +3612,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1824 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1824 - i32.store $0 + i32.store i32.const 2 global.set $~argumentsLength local.get $0 @@ -3603,18 +3623,18 @@ i32.const 1 call $~lib/string/String.UTF8.encode@varargs local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 local.set $0 global.get $~lib/memory/__stack_pointer i32.const 1824 - i32.store $0 + i32.store i32.const 1824 i32.const 1 call $~lib/string/String.UTF8.byteLength @@ -3653,15 +3673,15 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 local.get $1 call $~lib/string/String.UTF8.decodeUnsafe local.set $0 @@ -3693,13 +3713,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1056 - i32.store $0 + i32.store i32.const 2 global.set $~argumentsLength local.get $0 @@ -3707,10 +3727,10 @@ i32.const 1 call $~lib/string/String.UTF8.encode@varargs local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 + i32.store i32.const 1056 i32.const 0 call $~lib/string/String.UTF8.byteLength @@ -3722,10 +3742,10 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1552 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 1552 call $~lib/string/String.__eq @@ -3746,10 +3766,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 1056 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1056 call $~lib/string/String.__eq @@ -3770,10 +3790,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 1584 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1584 call $~lib/string/String.__eq @@ -3796,10 +3816,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 1648 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1648 call $~lib/string/String.__eq @@ -3822,10 +3842,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 1680 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1680 call $~lib/string/String.__eq @@ -3848,10 +3868,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 1552 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1552 call $~lib/string/String.__eq @@ -3874,10 +3894,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 2080 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 2080 call $~lib/string/String.__eq @@ -3900,10 +3920,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 1680 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1680 call $~lib/string/String.__eq @@ -3926,10 +3946,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 1552 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1552 call $~lib/string/String.__eq @@ -3968,10 +3988,10 @@ local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $1 local.get $0 - i32.store $0 + i32.store i32.const 1 global.set $~argumentsLength local.get $1 @@ -3979,20 +3999,20 @@ i32.const 0 call $~lib/string/String.UTF8.encode@varargs local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 call $~lib/string/String.UTF8.decode local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 call $~lib/string/String.__eq @@ -4008,24 +4028,24 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 call $~lib/string/String.UTF16.encode local.tee $1 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 call $~lib/string/String.UTF16.decode local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 call $~lib/string/String.__eq @@ -4063,7 +4083,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $1 i32.const -2 @@ -4072,11 +4092,11 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store local.get $2 local.get $0 local.get $1 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -4106,7 +4126,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $0 local.tee $3 local.get $1 @@ -4130,7 +4150,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store local.get $0 local.set $1 loop $while-continue|0 @@ -4140,7 +4160,7 @@ if block $while-break|0 local.get $3 - i32.load8_u $0 + i32.load8_u local.set $6 local.get $3 i32.const 1 @@ -4155,7 +4175,7 @@ i32.eq br_if $while-break|0 local.get $3 - i32.load8_u $0 + i32.load8_u i32.const 63 i32.and local.set $7 @@ -4177,14 +4197,14 @@ i32.shl local.get $7 i32.or - i32.store16 $0 + i32.store16 else local.get $3 local.get $5 i32.eq br_if $while-break|0 local.get $3 - i32.load8_u $0 + i32.load8_u i32.const 63 i32.and local.set $4 @@ -4216,7 +4236,7 @@ i32.eq br_if $while-break|0 local.get $3 - i32.load8_u $0 + i32.load8_u i32.const 63 i32.and local.get $6 @@ -4245,7 +4265,7 @@ if local.get $1 local.get $4 - i32.store16 $0 + i32.store16 else local.get $1 local.get $4 @@ -4264,7 +4284,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $1 i32.const 2 i32.add @@ -4279,7 +4299,7 @@ br_if $while-break|0 local.get $1 local.get $6 - i32.store16 $0 + i32.store16 end local.get $1 i32.const 2 @@ -4289,7 +4309,7 @@ end end end - block $__inlined_func$~lib/rt/itcms/__renew + block $__inlined_func$~lib/rt/itcms/__renew$155 local.get $1 local.get $0 i32.sub @@ -4298,7 +4318,7 @@ i32.const 20 i32.sub local.tee $3 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 16 @@ -4307,24 +4327,24 @@ if local.get $3 local.get $2 - i32.store $0 offset=16 - br $__inlined_func$~lib/rt/itcms/__renew + i32.store offset=16 + br $__inlined_func$~lib/rt/itcms/__renew$155 end local.get $2 local.get $3 - i32.load $0 offset=12 + i32.load offset=12 call $~lib/rt/itcms/__new local.tee $1 local.get $0 local.get $2 local.get $3 - i32.load $0 offset=16 + i32.load offset=16 local.tee $0 local.get $0 local.get $2 i32.gt_u select - memory.copy $0 $0 + memory.copy local.get $1 local.set $0 end @@ -4334,23 +4354,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/std/string-nonnull.debug.wat b/tests/compiler/std/string-nonnull.debug.wat index 970dae6631..9e74fc89e8 100644 --- a/tests/compiler/std/string-nonnull.debug.wat +++ b/tests/compiler/std/string-nonnull.debug.wat @@ -1,9 +1,9 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -20,7 +20,7 @@ (start $~start) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -72,9 +72,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -107,10 +107,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -161,7 +161,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -199,7 +199,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -208,7 +208,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -226,14 +226,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -256,18 +256,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $right local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -288,7 +288,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $str i32.const 0 i32.eq @@ -299,7 +299,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/string/String#get:length i32.eqz @@ -322,16 +322,16 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 32 local.tee $0 - i32.store $0 + i32.store local.get $0 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/string/String.__ne @@ -340,7 +340,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String#get:length drop @@ -349,7 +349,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/string/String.__ne @@ -358,7 +358,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String#get:length drop @@ -369,7 +369,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String#get:length drop @@ -378,18 +378,17 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/string/String.__eq if - nop else local.get $0 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String#get:length drop @@ -398,18 +397,17 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/string/String.__eq if - nop else local.get $0 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String#get:length drop @@ -418,17 +416,16 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__not if - nop else local.get $0 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String#get:length drop diff --git a/tests/compiler/std/string-nonnull.release.wat b/tests/compiler/std/string-nonnull.release.wat index c367761b58..06ae093de0 100644 --- a/tests/compiler/std/string-nonnull.release.wat +++ b/tests/compiler/std/string-nonnull.release.wat @@ -1,7 +1,7 @@ (module - (type $none_=>_i32 (func (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (result i32))) + (type $1 (func)) + (type $2 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33836)) (memory $0 1) @@ -11,7 +11,6 @@ (start $~start) (func $~start (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -24,71 +23,71 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 call $~lib/string/String.__ne if global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1052 - i32.load $0 + i32.load drop end global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 call $~lib/string/String.__ne if global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1052 - i32.load $0 + i32.load drop end global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1052 - i32.load $0 + i32.load drop local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 call $~lib/string/String.__eq i32.eqz if global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1052 - i32.load $0 + i32.load drop end global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 call $~lib/string/String.__eq i32.eqz if global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1052 - i32.load $0 + i32.load drop end global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.sub @@ -100,28 +99,28 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 + i32.store i32.const 1052 - i32.load $0 + i32.load i32.const 1 i32.shr_u i32.eqz - local.set $1 - local.get $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.eqz if global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1052 - i32.load $0 + i32.load drop end global.get $~lib/memory/__stack_pointer @@ -157,7 +156,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 8 i32.add @@ -184,13 +183,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 call $~lib/string/String.__eq i32.eqz local.set $0 diff --git a/tests/compiler/std/string.debug.wat b/tests/compiler/std/string.debug.wat index 5e90c52111..b66caa8920 100644 --- a/tests/compiler/std/string.debug.wat +++ b/tests/compiler/std/string.debug.wat @@ -1,29 +1,29 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) - (type $i32_=>_f64 (func (param i32) (result f64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i32_i32_=>_f64 (func (param i32 i32) (result f64))) - (type $i32_i32_=>_i64 (func (param i32 i32) (result i64))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $f64_i32_=>_f64 (func (param f64 i32) (result f64))) - (type $f64_f64_=>_i32 (func (param f64 f64) (result i32))) - (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) - (type $i64_=>_i32 (func (param i64) (result i32))) - (type $i32_i64_i32_i64_i32_i64_i32_=>_i32 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) - (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) - (type $i32_=>_f32 (func (param i32) (result f32))) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) - (type $f64_=>_i32 (func (param f64) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32) (result i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32 i32) (result i32))) + (type $4 (func (param i32))) + (type $5 (func)) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i64 i32) (result i32))) + (type $9 (func (param i32) (result f64))) + (type $10 (func (result i32))) + (type $11 (func (param i32 i64 i32))) + (type $12 (func (param i32 i32) (result f64))) + (type $13 (func (param i32 i32) (result i64))) + (type $14 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $15 (func (param i32 i32 i64) (result i32))) + (type $16 (func (param f64 i32) (result f64))) + (type $17 (func (param f64 f64) (result i32))) + (type $18 (func (param i32 i64 i32 i32))) + (type $19 (func (param i64) (result i32))) + (type $20 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) + (type $21 (func (param i32 f64) (result i32))) + (type $22 (func (param i32) (result f32))) + (type $23 (func (param i32 i32 i32 i32) (result i32))) + (type $24 (func (param f64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $std/string/str (mut i32) (i32.const 32)) (global $std/string/nullStr (mut i32) (i32.const 0)) @@ -551,7 +551,7 @@ (start $~start) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -603,9 +603,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -638,10 +638,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -669,12 +669,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -688,7 +688,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -762,7 +762,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -832,11 +832,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -844,7 +844,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 240 @@ -976,7 +976,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -989,7 +989,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -1005,34 +1005,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -1192,7 +1192,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -1215,7 +1215,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -1229,7 +1229,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -1252,7 +1252,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -1395,7 +1395,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -1481,7 +1481,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1561,7 +1561,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1595,7 +1595,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1618,7 +1618,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1632,7 +1632,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1684,7 +1684,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1722,7 +1722,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1797,7 +1796,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1831,7 +1830,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1852,7 +1851,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1872,7 +1871,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1892,7 +1891,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1918,7 +1917,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1941,7 +1940,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -2426,7 +2425,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -2471,7 +2470,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -2504,7 +2503,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -2527,7 +2526,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2553,7 +2552,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2566,7 +2565,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2593,19 +2592,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2807,12 +2806,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2863,7 +2862,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2896,7 +2895,7 @@ local.get $buffer local.get $data local.get $size - memory.copy $0 $0 + memory.copy end local.get $buffer return @@ -2971,11 +2970,11 @@ ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/memory/memory.repeat (param $dst i32) (param $src i32) (param $srcLength i32) (param $count i32) (local $index i32) @@ -2996,7 +2995,7 @@ i32.add local.get $src local.get $srcLength - memory.copy $0 $0 + memory.copy local.get $index local.get $srcLength i32.add @@ -3428,7 +3427,7 @@ ) (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) (local $oldObj i32) @@ -3472,30 +3471,30 @@ local.get $5 i32.lt_u select - memory.copy $0 $0 + memory.copy local.get $newPtr return ) (func $~lib/array/Array<~lib/string/String>#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/string/String>#set:length_ (param $this i32) (param $length_ i32) local.get $this local.get $length_ - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/array/Array<~lib/string/String>#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/util/number/decimalCount32 (param $value i32) (result i32) local.get $value @@ -3592,14 +3591,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 15196 local.get $d2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -3615,7 +3614,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -3642,7 +3641,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits local.get $buffer local.get $offset @@ -3650,7 +3649,7 @@ i32.shl i32.add local.get $digits - i32.store $0 + i32.store end local.get $num i32.const 10 @@ -3665,7 +3664,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits|12 local.get $buffer local.get $offset @@ -3673,7 +3672,7 @@ i32.shl i32.add local.get $digits|12 - i32.store $0 + i32.store else local.get $offset i32.const 1 @@ -3689,7 +3688,7 @@ i32.shl i32.add local.get $digit - i32.store16 $0 + i32.store16 end ) (func $~lib/util/number/utoa_hex_lut (param $buffer i32) (param $num i64) (param $offset i32) @@ -3715,8 +3714,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $num i64.const 8 i64.shr_u @@ -3735,8 +3734,8 @@ i32.const 6 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 end ) (func $~lib/util/number/ulog_base (param $num i64) (param $base i32) (result i32) @@ -3860,8 +3859,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $num local.get $shift i64.shr_u @@ -3896,8 +3895,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $q local.set $num local.get $num @@ -4024,14 +4023,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 15196 local.get $c2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -4047,20 +4046,20 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store i32.const 15196 local.get $b1 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 15196 local.get $b2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -4076,7 +4075,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -4329,7 +4328,7 @@ i32.const 65535 i32.and i32.add - i32.store16 $0 + i32.store16 end local.get $kappa i32.const 1 @@ -4364,7 +4363,7 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.get $one_exp i64.extend_i32_s i64.shl @@ -4380,7 +4379,7 @@ i32.add local.set $lastp local.get $lastp - i32.load16_u $0 + i32.load16_u local.set $digit loop $while-continue|3 local.get $rest @@ -4431,7 +4430,7 @@ end local.get $lastp local.get $digit - i32.store16 $0 + i32.store16 local.get $len return end @@ -4477,7 +4476,7 @@ i32.const 65535 i32.and i32.add - i32.store16 $0 + i32.store16 end local.get $p2 local.get $mask @@ -4503,7 +4502,7 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u i64.mul local.set $wp_w_frc local.get $buffer @@ -4527,7 +4526,7 @@ i32.add local.set $lastp|35 local.get $lastp|35 - i32.load16_u $0 + i32.load16_u local.set $digit|36 loop $while-continue|6 local.get $rest|32 @@ -4578,7 +4577,7 @@ end local.get $lastp|35 local.get $digit|36 - i32.store16 $0 + i32.store16 local.get $len return end @@ -4621,7 +4620,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $length i32.const 2 i32.add @@ -4655,7 +4654,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -4673,7 +4672,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $kk i32.const 2 i32.add @@ -4705,14 +4704,14 @@ i32.sub i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $buffer local.get $kk i32.const 1 i32.shl i32.add i32.const 46 - i32.store16 $0 + i32.store16 local.get $length i32.const 1 i32.add @@ -4742,14 +4741,14 @@ local.get $length i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $buffer i32.const 48 i32.const 46 i32.const 16 i32.shl i32.or - i32.store $0 + i32.store i32.const 2 local.set $i|7 loop $for-loop|1 @@ -4763,7 +4762,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $i|7 i32.const 1 i32.add @@ -4782,7 +4781,7 @@ if local.get $buffer i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 block $~lib/util/number/genExponent|inlined.0 (result i32) local.get $buffer i32.const 4 @@ -4827,7 +4826,7 @@ i32.const 43 local.get $sign select - i32.store16 $0 + i32.store16 local.get $decimals br $~lib/util/number/genExponent|inlined.0 end @@ -4850,15 +4849,15 @@ local.get $len i32.const 2 i32.sub - memory.copy $0 $0 + memory.copy local.get $buffer i32.const 46 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $buffer local.get $len i32.add i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $length block $~lib/util/number/genExponent|inlined.1 (result i32) local.get $buffer @@ -4906,7 +4905,7 @@ i32.const 43 local.get $sign|18 select - i32.store16 $0 + i32.store16 local.get $decimals|19 br $~lib/util/number/genExponent|inlined.1 end @@ -4996,7 +4995,7 @@ local.set $value local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 end block $~lib/util/number/grisu2|inlined.0 (result i32) local.get $value @@ -5126,14 +5125,14 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load global.set $~lib/util/number/_frc_pow i32.const 23072 local.get $index i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s global.set $~lib/util/number/_exp_pow local.get $frc i64.clz @@ -5493,7 +5492,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -5502,11 +5501,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -5518,7 +5516,7 @@ ) (func $~lib/array/Array<~lib/string/String>#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array<~lib/string/String>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -5539,7 +5537,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/array/Array<~lib/string/String> $invalid end return @@ -5591,7 +5589,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -5629,7 +5627,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -5638,7 +5636,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -5656,14 +5654,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -5686,13 +5684,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $pos local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/string/String#get:length i32.ge_u @@ -5711,7 +5709,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -5732,12 +5730,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/string/String#get:length local.set $len @@ -5759,7 +5757,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $first local.get $first i32.const 64512 @@ -5790,7 +5788,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.set $second local.get $second i32.const 64512 @@ -5837,12 +5835,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/string/String#get:length local.set $len @@ -5876,8 +5874,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $out local.set $4 global.get $~lib/memory/__stack_pointer @@ -5897,13 +5895,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $pos local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ge_u @@ -5922,15 +5920,15 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $pos i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $out local.set $3 global.get $~lib/memory/__stack_pointer @@ -5949,7 +5947,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $str i32.const 0 i32.eq @@ -5960,7 +5958,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/string/String#get:length i32.eqz @@ -5982,12 +5980,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -6011,12 +6009,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $units local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:length local.set $length @@ -6027,12 +6025,12 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $units local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array#get:dataStart local.set $ptr @@ -6053,8 +6051,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store16 $0 + i32.load + i32.store16 local.get $i i32.const 1 i32.add @@ -6087,12 +6085,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $len @@ -6116,7 +6114,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $searchLength @@ -6139,14 +6137,14 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 local.get $searchStart local.get $search local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 i32.const 0 local.get $searchLength @@ -6175,7 +6173,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $end local.tee $3 i32.const 0 @@ -6189,7 +6187,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/string/String#get:length local.tee $6 @@ -6202,7 +6200,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/string/String#get:length local.set $searchLength @@ -6227,14 +6225,14 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 local.get $searchStart local.get $search local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 i32.const 0 local.get $searchLength @@ -6257,7 +6255,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $1of1 block $0of1 block $outOfRange @@ -6275,13 +6273,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $search local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $end call $~lib/string/String#endsWith @@ -6308,12 +6306,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $search local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $searchLen @@ -6333,7 +6331,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $len @@ -6378,14 +6376,14 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 local.get $searchStart local.get $search local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 i32.const 0 local.get $searchLen @@ -6426,18 +6424,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $search local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $start call $~lib/string/String#indexOf @@ -6468,12 +6466,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length i32.const 1 @@ -6487,7 +6485,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length i32.const 1 @@ -6521,7 +6519,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $prependSize local.get $padSize i32.gt_u @@ -6550,19 +6548,19 @@ i32.add local.get $pad local.get $restSize - memory.copy $0 $0 + memory.copy else local.get $out local.get $pad local.get $prependSize - memory.copy $0 $0 + memory.copy end local.get $out local.get $prependSize i32.add local.get $this local.get $thisSize - memory.copy $0 $0 + memory.copy local.get $out local.set $11 global.get $~lib/memory/__stack_pointer @@ -6589,12 +6587,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length i32.const 1 @@ -6608,7 +6606,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length i32.const 1 @@ -6642,11 +6640,11 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $thisSize - memory.copy $0 $0 + memory.copy local.get $appendSize local.get $padSize i32.gt_u @@ -6679,14 +6677,14 @@ i32.add local.get $pad local.get $restSize - memory.copy $0 $0 + memory.copy else local.get $out local.get $thisSize i32.add local.get $pad local.get $appendSize - memory.copy $0 $0 + memory.copy end local.get $out local.set $11 @@ -6713,12 +6711,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $search local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $searchLen @@ -6729,7 +6727,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $10 @@ -6744,7 +6742,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $len @@ -6787,14 +6785,14 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 local.get $searchStart local.get $search local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=4 + i32.store offset=4 local.get $10 i32.const 0 local.get $searchLen @@ -6835,7 +6833,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $1of1 block $0of1 block $outOfRange @@ -6853,13 +6851,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $search local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $start call $~lib/string/String#lastIndexOf @@ -6884,7 +6882,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $other local.get $this i32.eq @@ -6902,7 +6900,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/string/String#get:length local.set $alen @@ -6910,7 +6908,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/string/String#get:length local.set $blen @@ -6918,14 +6916,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 0 local.get $other local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 local.get $alen @@ -6974,12 +6972,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/string/String#get:length i32.const 1 @@ -6995,7 +6993,7 @@ local.get $this local.get $offset i32.add - i32.load16_u $0 + i32.load16_u call $~lib/util/string/isSpace else i32.const 0 @@ -7041,13 +7039,13 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $offset i32.add local.get $size - memory.copy $0 $0 + memory.copy local.get $out local.set $4 global.get $~lib/memory/__stack_pointer @@ -7069,12 +7067,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/string/String#get:length i32.const 1 @@ -7090,7 +7088,7 @@ i32.add i32.const 2 i32.sub - i32.load16_u $0 + i32.load16_u call $~lib/util/string/isSpace else i32.const 0 @@ -7133,11 +7131,11 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $size - memory.copy $0 $0 + memory.copy local.get $out local.set $4 global.get $~lib/memory/__stack_pointer @@ -7160,12 +7158,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/string/String#get:length local.set $len @@ -7181,7 +7179,7 @@ i32.add i32.const 2 i32.sub - i32.load16_u $0 + i32.load16_u call $~lib/util/string/isSpace else i32.const 0 @@ -7204,7 +7202,7 @@ local.get $this local.get $offset i32.add - i32.load16_u $0 + i32.load16_u call $~lib/util/string/isSpace else i32.const 0 @@ -7259,13 +7257,13 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $offset i32.add local.get $size - memory.copy $0 $0 + memory.copy local.get $out local.set $5 global.get $~lib/memory/__stack_pointer @@ -7286,12 +7284,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $str local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.const 1 @@ -7311,7 +7309,7 @@ i32.add i32.const 2 i32.sub - i32.load16_u $0 + i32.load16_u call $~lib/util/string/isSpace else i32.const 0 @@ -7336,7 +7334,7 @@ local.get $str local.get $offset i32.add - i32.load16_u $0 + i32.load16_u call $~lib/util/string/isSpace else i32.const 0 @@ -7371,7 +7369,7 @@ local.get $str local.get $offset i32.add - i64.load $0 + i64.load i64.const 28429475166421108 i64.eq local.set $3 @@ -7400,12 +7398,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $str local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $len @@ -7426,7 +7424,7 @@ local.get $str local.set $ptr local.get $ptr - i32.load16_u $0 + i32.load16_u local.set $code loop $while-continue|0 local.get $code @@ -7436,7 +7434,7 @@ i32.const 2 i32.add local.tee $ptr - i32.load16_u $0 + i32.load16_u local.set $code local.get $len i32.const 1 @@ -7486,7 +7484,7 @@ i32.const 2 i32.add local.tee $ptr - i32.load16_u $0 + i32.load16_u local.set $code end local.get $radix @@ -7529,7 +7527,7 @@ end if (result i32) local.get $ptr - i32.load16_u $0 offset=2 + i32.load16_u offset=2 i32.const 32 i32.or i32.const 120 @@ -7565,7 +7563,7 @@ block $case1|1 block $case0|1 local.get $ptr - i32.load16_u $0 offset=2 + i32.load16_u offset=2 i32.const 32 i32.or local.set $6 @@ -7643,7 +7641,7 @@ local.get $9 if local.get $ptr - i32.load16_u $0 + i32.load16_u local.set $code local.get $code i32.const 48 @@ -7746,12 +7744,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $str local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $radix call $~lib/util/string/strtol @@ -7827,12 +7825,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $str local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/String#get:length local.set $len @@ -7851,7 +7849,7 @@ local.get $str local.set $ptr local.get $ptr - i32.load16_u $0 + i32.load16_u local.set $code f64.const 1 local.set $sign @@ -7868,7 +7866,7 @@ i32.const 2 i32.add local.tee $ptr - i32.load16_u $0 + i32.load16_u local.set $code local.get $len i32.const 1 @@ -7912,7 +7910,7 @@ i32.const 2 i32.add local.tee $ptr - i32.load16_u $0 + i32.load16_u local.set $code f64.const -1 local.set $sign @@ -7940,7 +7938,7 @@ i32.const 2 i32.add local.tee $ptr - i32.load16_u $0 + i32.load16_u local.set $code end end @@ -7956,12 +7954,12 @@ end if local.get $ptr - i64.load $0 + i64.load i64.const 29555310648492105 i64.eq if (result i32) local.get $ptr - i64.load $0 offset=8 + i64.load offset=8 i64.const 34058970405077102 i64.eq else @@ -8021,7 +8019,7 @@ i32.const 2 i32.add local.tee $ptr - i32.load16_u $0 + i32.load16_u local.set $code local.get $len i32.const 1 @@ -8091,7 +8089,7 @@ local.set $pointed loop $for-loop|2 local.get $ptr - i32.load16_u $0 + i32.load16_u local.tee $code i32.const 48 i32.eq @@ -8221,7 +8219,7 @@ i32.const 2 i32.add local.tee $ptr - i32.load16_u $0 + i32.load16_u local.set $code local.get $code i32.const 48 @@ -8260,7 +8258,7 @@ i32.const 0 local.set $magnitude local.get $ptr|14 - i32.load16_u $0 + i32.load16_u local.set $code|18 local.get $code|18 i32.const 32 @@ -8284,7 +8282,7 @@ i32.const 2 i32.add local.tee $ptr|14 - i32.load16_u $0 + i32.load16_u local.set $code|18 local.get $code|18 i32.const 45 @@ -8303,7 +8301,7 @@ i32.const 2 i32.add local.tee $ptr|14 - i32.load16_u $0 + i32.load16_u local.set $code|18 i32.const -1 local.set $sign|16 @@ -8325,7 +8323,7 @@ i32.const 2 i32.add local.tee $ptr|14 - i32.load16_u $0 + i32.load16_u local.set $code|18 end end @@ -8347,7 +8345,7 @@ i32.const 2 i32.add local.tee $ptr|14 - i32.load16_u $0 + i32.load16_u local.set $code|18 br $while-continue|4 end @@ -8385,7 +8383,7 @@ i32.const 2 i32.add local.tee $ptr|14 - i32.load16_u $0 + i32.load16_u local.set $code|18 local.get $len|15 i32.const 1 @@ -8460,7 +8458,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load br $~lib/util/string/pow10|inlined.0 end f64.mul @@ -8500,7 +8498,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load br $~lib/util/string/pow10|inlined.1 end f64.mul @@ -8517,7 +8515,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load br $~lib/util/string/pow10|inlined.2 end f64.div @@ -8826,12 +8824,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $value local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/util/string/strtod f32.demote_f64 @@ -8853,12 +8851,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $value local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/util/string/strtod local.set $2 @@ -8886,12 +8884,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $str local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $len @@ -8912,7 +8910,7 @@ local.get $str local.set $ptr local.get $ptr - i32.load16_u $0 + i32.load16_u local.set $code loop $while-continue|0 local.get $code @@ -8922,7 +8920,7 @@ i32.const 2 i32.add local.tee $ptr - i32.load16_u $0 + i32.load16_u local.set $code local.get $len i32.const 1 @@ -8972,7 +8970,7 @@ i32.const 2 i32.add local.tee $ptr - i32.load16_u $0 + i32.load16_u local.set $code end local.get $radix @@ -9015,7 +9013,7 @@ end if (result i32) local.get $ptr - i32.load16_u $0 offset=2 + i32.load16_u offset=2 i32.const 32 i32.or i32.const 120 @@ -9051,7 +9049,7 @@ block $case1|1 block $case0|1 local.get $ptr - i32.load16_u $0 offset=2 + i32.load16_u offset=2 i32.const 32 i32.or local.set $6 @@ -9129,7 +9127,7 @@ local.get $9 if local.get $ptr - i32.load16_u $0 + i32.load16_u local.set $code local.get $code i32.const 48 @@ -9229,12 +9227,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $value local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $radix call $~lib/util/string/strtol @@ -9264,12 +9262,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $str local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $len @@ -9290,7 +9288,7 @@ local.get $str local.set $ptr local.get $ptr - i32.load16_u $0 + i32.load16_u local.set $code loop $while-continue|0 local.get $code @@ -9300,7 +9298,7 @@ i32.const 2 i32.add local.tee $ptr - i32.load16_u $0 + i32.load16_u local.set $code local.get $len i32.const 1 @@ -9350,7 +9348,7 @@ i32.const 2 i32.add local.tee $ptr - i32.load16_u $0 + i32.load16_u local.set $code end local.get $radix @@ -9393,7 +9391,7 @@ end if (result i32) local.get $ptr - i32.load16_u $0 offset=2 + i32.load16_u offset=2 i32.const 32 i32.or i32.const 120 @@ -9429,7 +9427,7 @@ block $case1|1 block $case0|1 local.get $ptr - i32.load16_u $0 offset=2 + i32.load16_u offset=2 i32.const 32 i32.or local.set $6 @@ -9507,7 +9505,7 @@ local.get $9 if local.get $ptr - i32.load16_u $0 + i32.load16_u local.set $code local.get $code i32.const 48 @@ -9610,12 +9608,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $value local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $radix call $~lib/util/string/strtol @@ -9637,12 +9635,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $str local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/util/string/strtod local.set $2 @@ -9666,12 +9664,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/string/String#get:length i32.const 1 @@ -9681,7 +9679,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/string/String#get:length i32.const 1 @@ -9709,17 +9707,17 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $thisSize - memory.copy $0 $0 + memory.copy local.get $out local.get $thisSize i32.add local.get $other local.get $otherSize - memory.copy $0 $0 + memory.copy local.get $out local.set $6 global.get $~lib/memory/__stack_pointer @@ -9738,18 +9736,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $right local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String#concat local.set $2 @@ -9769,18 +9767,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $right local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -9806,7 +9804,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -9824,7 +9822,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/string/String#get:length local.set $leftLength @@ -9844,7 +9842,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/string/String#get:length local.set $rightLength @@ -9864,14 +9862,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 0 local.get $right local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 local.get $leftLength @@ -9916,7 +9914,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -9934,7 +9932,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/string/String#get:length local.set $rightLength @@ -9954,7 +9952,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/string/String#get:length local.set $leftLength @@ -9974,14 +9972,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 i32.const 0 local.get $right local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 local.get $leftLength @@ -10021,18 +10019,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $right local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String.__lt i32.eqz @@ -10053,18 +10051,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $right local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String.__gt i32.eqz @@ -10087,12 +10085,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/string/String#get:length local.set $length @@ -10161,7 +10159,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $length @@ -10193,15 +10191,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/string/String#get:length local.set $len @@ -10209,7 +10207,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/string/String#get:length local.set $slen @@ -10229,13 +10227,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 local.get $this local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/string/String.__eq select @@ -10252,13 +10250,13 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 local.get $search local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 i32.const 0 call $~lib/string/String#indexOf @@ -10271,7 +10269,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 + i32.store local.get $9 call $~lib/string/String#get:length local.set $rlen @@ -10292,13 +10290,13 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $this local.get $index i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $out local.get $index i32.const 1 @@ -10308,7 +10306,7 @@ local.get $rlen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $out local.get $index local.get $rlen @@ -10328,7 +10326,7 @@ i32.sub i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $out local.set $9 global.get $~lib/memory/__stack_pointer @@ -10374,12 +10372,12 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $this local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 call $~lib/string/String#get:length local.set $thisLen @@ -10387,7 +10385,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 call $~lib/string/String#get:length local.set $searchLen @@ -10407,13 +10405,13 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 local.get $this local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/string/String.__eq select @@ -10430,7 +10428,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 call $~lib/string/String#get:length local.set $replaceLen @@ -10462,13 +10460,13 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $replacement local.get $replaceLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $replaceLen local.set $offset i32.const 0 @@ -10493,8 +10491,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $out local.get $offset i32.const 1 @@ -10504,7 +10502,7 @@ local.get $replaceLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $replaceLen i32.add @@ -10542,23 +10540,23 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out|13 - i32.store $0 offset=12 + i32.store offset=12 local.get $out|13 local.get $this local.get $outSize - memory.copy $0 $0 + memory.copy loop $while-continue|1 local.get $this local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 local.get $search local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 local.get $prev call $~lib/string/String#indexOf @@ -10575,7 +10573,7 @@ local.get $replaceLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $next local.get $searchLen i32.add @@ -10603,13 +10601,13 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 local.get $search local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 local.get $prev call $~lib/string/String#indexOf @@ -10621,7 +10619,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 + i32.store local.get $19 call $~lib/string/String.__not if @@ -10632,7 +10630,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out|14 - i32.store $0 offset=16 + i32.store offset=16 end local.get $next local.get $prev @@ -10657,7 +10655,7 @@ i32.shl call $~lib/rt/itcms/__renew local.tee $out|14 - i32.store $0 offset=16 + i32.store offset=16 end local.get $out|14 local.get $offset|15 @@ -10672,7 +10670,7 @@ local.get $chunk i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset|15 local.get $chunk i32.add @@ -10686,7 +10684,7 @@ local.get $replaceLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset|15 local.get $replaceLen i32.add @@ -10721,7 +10719,7 @@ i32.shl call $~lib/rt/itcms/__renew local.tee $out|14 - i32.store $0 offset=16 + i32.store offset=16 end local.get $rest if @@ -10738,7 +10736,7 @@ local.get $rest i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy end local.get $rest local.get $offset|15 @@ -10755,7 +10753,7 @@ i32.shl call $~lib/rt/itcms/__renew local.tee $out|14 - i32.store $0 offset=16 + i32.store offset=16 end local.get $out|14 local.set $19 @@ -10794,12 +10792,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 + i32.store local.get $13 call $~lib/string/String#get:length local.set $len @@ -10877,7 +10875,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $start @@ -10887,7 +10885,7 @@ local.get $len i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $out local.set $13 global.get $~lib/memory/__stack_pointer @@ -10906,7 +10904,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -10924,7 +10922,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $start local.get $end @@ -10956,7 +10954,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $start local.set $intStart local.get $length @@ -10965,7 +10963,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/string/String#get:length local.set $len @@ -11023,7 +11021,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $intStart @@ -11031,7 +11029,7 @@ i32.shl i32.add local.get $size - memory.copy $0 $0 + memory.copy local.get $out local.set $14 global.get $~lib/memory/__stack_pointer @@ -11050,7 +11048,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -11068,7 +11066,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $start local.get $length @@ -11108,12 +11106,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 + i32.store local.get $22 call $~lib/string/String#get:length local.set $len @@ -11213,13 +11211,13 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $fromPos i32.add local.get $size - memory.copy $0 $0 + memory.copy local.get $out local.set $22 global.get $~lib/memory/__stack_pointer @@ -11238,7 +11236,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -11256,7 +11254,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $start local.get $end @@ -11287,12 +11285,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $oldCapacity @@ -11319,7 +11317,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 + i32.store local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $oldData @@ -11369,10 +11367,10 @@ if local.get $array local.get $newData - i32.store $0 + i32.store local.get $array local.get $newData - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $newData i32.const 0 @@ -11380,7 +11378,7 @@ end local.get $array local.get $newCapacity - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -11396,13 +11394,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:length_ i32.ge_u @@ -11429,7 +11427,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $index i32.const 1 @@ -11440,7 +11438,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:dataStart local.get $index @@ -11448,7 +11446,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -11471,12 +11469,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/string/String>#get:length_ local.set $oldLen @@ -11495,7 +11493,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array<~lib/string/String>#get:dataStart local.get $oldLen @@ -11503,7 +11501,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store local.get $this local.get $value i32.const 1 @@ -11512,7 +11510,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $len call $~lib/array/Array<~lib/string/String>#set:length_ @@ -11554,7 +11552,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 40 - memory.fill $0 + memory.fill local.get $limit i32.eqz if @@ -11582,12 +11580,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $3 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $3 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $this @@ -11605,7 +11603,7 @@ local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 call $~lib/string/String#get:length local.set $length @@ -11613,7 +11611,7 @@ local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 call $~lib/string/String#get:length local.set $sepLen @@ -11659,12 +11657,12 @@ i32.const 0 call $~lib/rt/__newArray local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 call $~lib/array/Array<~lib/string/String>#get:dataStart local.set $resultStart @@ -11680,22 +11678,22 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $charStr - i32.store $0 offset=16 + i32.store offset=16 local.get $charStr local.get $this local.get $i i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $resultStart local.get $i i32.const 2 i32.shl i32.add local.get $charStr - i32.store $0 + i32.store local.get $result local.get $charStr i32.const 1 @@ -11726,16 +11724,16 @@ i32.const 0 call $~lib/rt/__newArray local.tee $result|13 - i32.store $0 offset=20 + i32.store offset=20 local.get $result|13 local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 call $~lib/array/Array<~lib/string/String>#get:dataStart i32.const 688 - i32.store $0 + i32.store local.get $result|13 local.set $22 global.get $~lib/memory/__stack_pointer @@ -11753,7 +11751,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $result|14 - i32.store $0 offset=24 + i32.store offset=24 i32.const 0 local.set $end i32.const 0 @@ -11765,13 +11763,13 @@ local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 local.get $separator local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=28 + i32.store offset=28 local.get $22 local.get $start call $~lib/string/String#indexOf @@ -11794,7 +11792,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=32 + i32.store offset=32 local.get $out local.get $this local.get $start @@ -11804,18 +11802,18 @@ local.get $len i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $result|14 local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 local.get $out local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=28 + i32.store offset=28 local.get $22 call $~lib/array/Array<~lib/string/String>#push drop @@ -11824,13 +11822,13 @@ local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 i32.const 688 local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=28 + i32.store offset=28 local.get $22 call $~lib/array/Array<~lib/string/String>#push drop @@ -11865,13 +11863,13 @@ local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 local.get $this local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=28 + i32.store offset=28 local.get $22 call $~lib/array/Array<~lib/string/String>#push drop @@ -11899,7 +11897,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out|21 - i32.store $0 offset=36 + i32.store offset=36 local.get $out|21 local.get $this local.get $start @@ -11909,18 +11907,18 @@ local.get $len|20 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $result|14 local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 local.get $out|21 local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=28 + i32.store offset=28 local.get $22 call $~lib/array/Array<~lib/string/String>#push drop @@ -11929,13 +11927,13 @@ local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=8 + i32.store offset=8 local.get $22 i32.const 688 local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 offset=28 + i32.store offset=28 local.get $22 call $~lib/array/Array<~lib/string/String>#push drop @@ -11958,7 +11956,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $2of2 block $1of2 block $0of2 @@ -11978,13 +11976,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $separator local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $limit call $~lib/string/String#split @@ -12004,12 +12002,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array<~lib/string/String>#get:length_ local.set $1 @@ -12030,13 +12028,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:length_ i32.ge_u @@ -12053,16 +12051,16 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array<~lib/string/String>#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 drop i32.const 0 @@ -12152,7 +12150,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 96 - memory.fill $0 + memory.fill global.get $std/string/str i32.const 32 i32.eq @@ -12169,13 +12167,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 144 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12191,13 +12189,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 176 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12213,13 +12211,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 208 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12235,7 +12233,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/String#get:length i32.const 16 @@ -12253,7 +12251,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/String#charCodeAt @@ -12272,7 +12270,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1 call $~lib/string/String#codePointAt @@ -12287,7 +12285,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -12308,27 +12306,27 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 15 call $~lib/string/String#at local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 global.get $std/string/str local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 15 call $~lib/string/String#charAt local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12344,26 +12342,26 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const -1 call $~lib/string/String#at local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 global.get $std/string/str local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 global.get $std/string/str local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#get:length i32.const 1 @@ -12372,7 +12370,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12388,14 +12386,14 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 global.get $std/string/str local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#get:length i32.sub @@ -12403,13 +12401,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 720 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12425,7 +12423,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/String.__not i32.eqz @@ -12444,7 +12442,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/String.__not i32.eqz @@ -12463,7 +12461,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/String.__not i32.eqz @@ -12486,13 +12484,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 752 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12512,13 +12510,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 816 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12538,13 +12536,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 848 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12566,13 +12564,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 848 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12590,13 +12588,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 880 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12616,19 +12614,19 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 call $~lib/string/String.fromCharCodes local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 944 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12648,19 +12646,19 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 call $~lib/string/String.fromCharCodes local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1008 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12680,19 +12678,19 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 call $~lib/string/String.fromCharCodes local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1088 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12709,13 +12707,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 752 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12732,13 +12730,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 848 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12755,13 +12753,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1120 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12777,13 +12775,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1152 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 0 call $~lib/string/String#startsWith @@ -12800,13 +12798,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1184 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 global.set $~argumentsLength @@ -12825,13 +12823,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1216 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 0 call $~lib/string/String#includes @@ -12848,26 +12846,26 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 i32.const 1248 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#padStart local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 global.get $std/string/str local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12883,26 +12881,26 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 15 i32.const 1248 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#padStart local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 global.get $std/string/str local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12918,26 +12916,26 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 3 i32.const 1248 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#padStart local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1280 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12953,26 +12951,26 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 10 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#padStart local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -12988,26 +12986,26 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 100 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#padStart local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -13023,26 +13021,26 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 5 i32.const 1248 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#padStart local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1344 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -13058,26 +13056,26 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 6 i32.const 1376 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#padStart local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1408 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -13093,26 +13091,26 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 8 i32.const 1376 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#padStart local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -13128,26 +13126,26 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 i32.const 1248 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#padEnd local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 global.get $std/string/str local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -13163,26 +13161,26 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 15 i32.const 1248 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#padEnd local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 global.get $std/string/str local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -13198,26 +13196,26 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 3 i32.const 1248 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#padEnd local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1280 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -13233,26 +13231,26 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 10 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#padEnd local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -13268,26 +13266,26 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 100 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#padEnd local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -13303,26 +13301,26 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 5 i32.const 1248 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#padEnd local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1488 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -13338,26 +13336,26 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 6 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#padEnd local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1520 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -13373,26 +13371,26 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 8 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#padEnd local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1552 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -13408,13 +13406,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 0 call $~lib/string/String#indexOf @@ -13433,13 +13431,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1152 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 0 call $~lib/string/String#indexOf @@ -13458,13 +13456,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 0 call $~lib/string/String#indexOf @@ -13483,13 +13481,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 global.get $std/string/str local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 0 call $~lib/string/String#indexOf @@ -13508,13 +13506,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 0 call $~lib/string/String#indexOf @@ -13533,13 +13531,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1600 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 0 call $~lib/string/String#indexOf @@ -13558,13 +13556,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1632 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 0 call $~lib/string/String#indexOf @@ -13583,13 +13581,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1600 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 2 call $~lib/string/String#indexOf @@ -13608,13 +13606,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1600 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 3 call $~lib/string/String#indexOf @@ -13633,13 +13631,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1664 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const -1 call $~lib/string/String#indexOf @@ -13658,13 +13656,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 global.set $~argumentsLength @@ -13685,13 +13683,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1152 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 global.set $~argumentsLength @@ -13712,13 +13710,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 global.set $~argumentsLength @@ -13728,7 +13726,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/String#get:length i32.eq @@ -13745,13 +13743,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1600 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 global.set $~argumentsLength @@ -13772,13 +13770,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1632 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 global.set $~argumentsLength @@ -13799,13 +13797,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1696 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 global.set $~argumentsLength @@ -13826,13 +13824,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1600 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 2 call $~lib/string/String#lastIndexOf @@ -13851,13 +13849,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1600 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 3 call $~lib/string/String#lastIndexOf @@ -13876,13 +13874,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1664 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const -1 call $~lib/string/String#lastIndexOf @@ -13901,13 +13899,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1728 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 0 call $~lib/string/String#lastIndexOf @@ -13926,13 +13924,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1152 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 0 call $~lib/string/String#lastIndexOf @@ -13951,13 +13949,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String#localeCompare i32.const 0 @@ -13975,13 +13973,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String#localeCompare i32.const 1 @@ -13999,13 +13997,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String#localeCompare i32.const -1 @@ -14023,13 +14021,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1760 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String#localeCompare i32.const 0 @@ -14047,13 +14045,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1792 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String#localeCompare i32.const -1 @@ -14071,13 +14069,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1824 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String#localeCompare i32.const -1 @@ -14095,13 +14093,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String#localeCompare i32.const 1 @@ -14119,13 +14117,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String#localeCompare i32.const 1 @@ -14143,13 +14141,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String#localeCompare i32.const 1 @@ -14167,13 +14165,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1920 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String#localeCompare i32.const 1 @@ -14191,13 +14189,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1888 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String#localeCompare i32.const -1 @@ -14215,13 +14213,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1856 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String#localeCompare i32.const -1 @@ -14239,13 +14237,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1280 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String#localeCompare i32.const -1 @@ -14263,13 +14261,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String#localeCompare i32.const 1 @@ -14287,19 +14285,19 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 call $~lib/string/String#trimStart local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -14315,19 +14313,19 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 call $~lib/string/String#trimStart local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1952 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -14343,19 +14341,19 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 call $~lib/string/String#trimStart local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2032 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -14371,19 +14369,19 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 call $~lib/string/String#trimEnd local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -14399,19 +14397,19 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 call $~lib/string/String#trimEnd local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1952 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -14427,19 +14425,19 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 call $~lib/string/String#trimEnd local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2080 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -14455,19 +14453,19 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 call $~lib/string/String#trim local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -14483,19 +14481,19 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 call $~lib/string/String#trim local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1952 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -14511,19 +14509,19 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 call $~lib/string/String#trim local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -14539,12 +14537,12 @@ global.get $~lib/memory/__stack_pointer i32.const 2128 local.tee $6 - i32.store $0 offset=16 + i32.store offset=16 local.get $6 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/util/string/strtob br $~lib/builtins/bool.parse|inlined.0 @@ -14566,12 +14564,12 @@ global.get $~lib/memory/__stack_pointer i32.const 2176 local.tee $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $7 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/util/string/strtob br $~lib/builtins/bool.parse|inlined.1 @@ -14593,12 +14591,12 @@ global.get $~lib/memory/__stack_pointer i32.const 2224 local.tee $8 - i32.store $0 offset=24 + i32.store offset=24 local.get $8 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/util/string/strtob br $~lib/builtins/bool.parse|inlined.2 @@ -14620,12 +14618,12 @@ global.get $~lib/memory/__stack_pointer i32.const 688 local.tee $9 - i32.store $0 offset=28 + i32.store offset=28 local.get $9 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/util/string/strtob br $~lib/builtins/bool.parse|inlined.3 @@ -14647,12 +14645,12 @@ global.get $~lib/memory/__stack_pointer i32.const 2272 local.tee $10 - i32.store $0 offset=32 + i32.store offset=32 local.get $10 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/util/string/strtob br $~lib/builtins/bool.parse|inlined.4 @@ -14674,12 +14672,12 @@ global.get $~lib/memory/__stack_pointer i32.const 2304 local.tee $11 - i32.store $0 offset=36 + i32.store offset=36 local.get $11 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/util/string/strtob br $~lib/builtins/bool.parse|inlined.5 @@ -14701,12 +14699,12 @@ global.get $~lib/memory/__stack_pointer i32.const 2336 local.tee $12 - i32.store $0 offset=40 + i32.store offset=40 local.get $12 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/util/string/strtob br $~lib/builtins/bool.parse|inlined.6 @@ -14728,7 +14726,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -14747,7 +14745,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -14766,7 +14764,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -14785,7 +14783,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -14804,7 +14802,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -14823,7 +14821,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -14842,7 +14840,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -14861,7 +14859,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -14880,7 +14878,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -14899,7 +14897,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -14918,7 +14916,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -14937,7 +14935,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -14956,7 +14954,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -14975,7 +14973,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -14994,7 +14992,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15013,7 +15011,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 16 call $~lib/string/parseInt @@ -15032,7 +15030,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15051,7 +15049,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15070,7 +15068,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15090,7 +15088,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15118,7 +15116,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15126,7 +15124,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 16 call $~lib/string/parseInt @@ -15144,7 +15142,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15163,7 +15161,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13 call $~lib/string/parseInt @@ -15182,7 +15180,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 10 call $~lib/string/parseInt @@ -15201,7 +15199,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 16 call $~lib/string/parseInt @@ -15220,7 +15218,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15239,7 +15237,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15258,7 +15256,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15277,7 +15275,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15296,7 +15294,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15315,7 +15313,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15334,7 +15332,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15353,7 +15351,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15373,7 +15371,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15393,7 +15391,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15413,7 +15411,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 37 call $~lib/string/parseInt @@ -15433,7 +15431,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15453,7 +15451,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/parseInt @@ -15473,7 +15471,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/number/F32.parseFloat local.tee $20 @@ -15492,7 +15490,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/number/F64.parseFloat local.tee $21 @@ -15511,12 +15509,12 @@ global.get $~lib/memory/__stack_pointer i32.const 3632 local.tee $22 - i32.store $0 offset=44 + i32.store offset=44 local.get $22 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/util/string/strtod f32.demote_f64 @@ -15538,12 +15536,12 @@ global.get $~lib/memory/__stack_pointer i32.const 3632 local.tee $24 - i32.store $0 offset=48 + i32.store offset=48 local.get $24 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/util/string/strtod br $~lib/builtins/f64.parse|inlined.0 @@ -15564,7 +15562,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/number/I32.parseInt @@ -15583,14 +15581,14 @@ global.get $~lib/memory/__stack_pointer i32.const 3856 local.tee $26 - i32.store $0 offset=52 + i32.store offset=52 i32.const 0 local.set $27 local.get $26 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 local.get $27 call $~lib/util/string/strtol @@ -15611,7 +15609,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/number/I64.parseInt @@ -15630,14 +15628,14 @@ global.get $~lib/memory/__stack_pointer i32.const 3904 local.tee $28 - i32.store $0 offset=56 + i32.store offset=56 i32.const 0 local.set $29 local.get $28 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 local.get $29 call $~lib/util/string/strtol @@ -15658,7 +15656,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -15676,7 +15674,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1 @@ -15694,7 +15692,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1 @@ -15712,7 +15710,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1 @@ -15730,7 +15728,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1e-05 @@ -15748,7 +15746,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const -1e-05 @@ -15766,7 +15764,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const -3e-23 @@ -15784,7 +15782,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 3e21 @@ -15802,7 +15800,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.1 @@ -15820,7 +15818,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.1 @@ -15838,7 +15836,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.1 @@ -15856,7 +15854,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.25 @@ -15874,7 +15872,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1e3 @@ -15892,7 +15890,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1e-10 @@ -15910,7 +15908,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1e-30 @@ -15928,7 +15926,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1e-323 @@ -15946,7 +15944,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -15964,7 +15962,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1.e+308 @@ -15982,7 +15980,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const inf @@ -16000,7 +15998,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $30 @@ -16019,7 +16017,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.1 @@ -16037,7 +16035,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1e-10 @@ -16055,7 +16053,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 10 @@ -16073,7 +16071,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1 @@ -16091,7 +16089,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1 @@ -16109,7 +16107,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 10 @@ -16127,7 +16125,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 123456789 @@ -16145,7 +16143,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1 @@ -16163,7 +16161,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1e-60 @@ -16181,7 +16179,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1.e+60 @@ -16199,7 +16197,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 123.4 @@ -16217,7 +16215,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1 @@ -16235,7 +16233,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const -1.1 @@ -16253,7 +16251,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 10 @@ -16271,7 +16269,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 10 @@ -16289,7 +16287,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.022 @@ -16307,7 +16305,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 11 @@ -16325,7 +16323,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -16343,7 +16341,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -16361,7 +16359,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -16379,7 +16377,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1.1 @@ -16397,7 +16395,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const -1.1 @@ -16415,7 +16413,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const -1.1 @@ -16433,7 +16431,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const -1.1 @@ -16451,7 +16449,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const -1.1 @@ -16469,7 +16467,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -16487,7 +16485,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -16505,7 +16503,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1 @@ -16523,7 +16521,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -16541,7 +16539,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -16559,7 +16557,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 10 @@ -16577,7 +16575,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 10 @@ -16595,7 +16593,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -16613,7 +16611,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1 @@ -16631,7 +16629,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.1 @@ -16649,7 +16647,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1 @@ -16667,7 +16665,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 10 @@ -16685,7 +16683,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1 @@ -16703,7 +16701,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.1 @@ -16721,7 +16719,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.01 @@ -16739,7 +16737,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -16757,7 +16755,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -16775,7 +16773,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -16793,7 +16791,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.1 @@ -16811,7 +16809,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -16829,7 +16827,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -16847,7 +16845,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1 @@ -16865,7 +16863,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.1 @@ -16883,7 +16881,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -16901,7 +16899,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -16921,7 +16919,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const -0 @@ -16941,7 +16939,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -16961,7 +16959,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const -0 @@ -16981,7 +16979,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const -0 @@ -17001,7 +16999,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $31 @@ -17020,7 +17018,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $32 @@ -17039,7 +17037,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $33 @@ -17058,7 +17056,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $34 @@ -17077,7 +17075,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $35 @@ -17096,7 +17094,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $36 @@ -17115,7 +17113,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $37 @@ -17134,7 +17132,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $38 @@ -17153,7 +17151,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $39 @@ -17172,7 +17170,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $40 @@ -17191,7 +17189,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $41 @@ -17210,7 +17208,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $42 @@ -17229,7 +17227,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $43 @@ -17248,7 +17246,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $44 @@ -17267,7 +17265,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $45 @@ -17286,7 +17284,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $46 @@ -17305,7 +17303,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1e22 @@ -17323,7 +17321,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1e-22 @@ -17341,7 +17339,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1.e+23 @@ -17359,7 +17357,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1e-23 @@ -17377,7 +17375,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1.e+37 @@ -17395,7 +17393,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1e-37 @@ -17413,7 +17411,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1.e+38 @@ -17431,7 +17429,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1e-38 @@ -17449,7 +17447,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat global.get $~lib/builtins/f64.EPSILON @@ -17467,7 +17465,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat global.get $~lib/builtins/f64.MAX_VALUE @@ -17485,7 +17483,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat global.get $~lib/builtins/f64.MIN_VALUE @@ -17503,7 +17501,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1.e+308 @@ -17521,7 +17519,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1 @@ -17539,7 +17537,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -17557,7 +17555,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const inf @@ -17575,7 +17573,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -17593,7 +17591,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const inf @@ -17612,7 +17610,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -17630,7 +17628,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const inf @@ -17648,7 +17646,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const inf @@ -17666,7 +17664,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const inf @@ -17684,7 +17682,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const inf @@ -17702,7 +17700,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const inf @@ -17721,7 +17719,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const inf @@ -17739,7 +17737,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const inf @@ -17757,7 +17755,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $47 @@ -17776,7 +17774,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $48 @@ -17795,7 +17793,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $49 @@ -17814,7 +17812,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0 @@ -17832,7 +17830,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat global.get $std/string/Ox1p_1073 @@ -17850,7 +17848,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat global.get $std/string/Ox1_0000000000001p_1022 @@ -17868,55 +17866,55 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=72 + i32.store offset=72 local.get $55 i32.const 8944 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=76 + i32.store offset=76 local.get $55 call $~lib/string/String.__concat local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=64 + i32.store offset=64 local.get $55 i32.const 9104 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=68 + i32.store offset=68 local.get $55 call $~lib/string/String.__concat local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 9264 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String.__concat local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 9424 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 call $~lib/string/String.__concat local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat global.get $~lib/builtins/f64.MAX_VALUE @@ -17934,7 +17932,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 9.753531888799502e-104 @@ -17952,7 +17950,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.5961860348131807 @@ -17970,7 +17968,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.18150131692180388 @@ -17988,7 +17986,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.42070823575344535 @@ -18006,7 +18004,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.6654686306516261 @@ -18024,7 +18022,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.6101852922970868 @@ -18042,7 +18040,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.7696695208236968 @@ -18060,7 +18058,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.25050653222286823 @@ -18078,7 +18076,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.2740037230228005 @@ -18096,7 +18094,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.20723093500497428 @@ -18114,7 +18112,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 7.900280238081605 @@ -18132,7 +18130,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 98.22860653737297 @@ -18150,7 +18148,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 746.894972319037 @@ -18168,7 +18166,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 1630.2683202827284 @@ -18186,7 +18184,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 46371.68629719171 @@ -18204,7 +18202,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 653780.5944497711 @@ -18222,7 +18220,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 234632.43565024371 @@ -18240,7 +18238,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 97094817.16420048 @@ -18258,7 +18256,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 499690852.20518744 @@ -18276,7 +18274,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 7925201200557245595648 @@ -18294,7 +18292,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 6096564585983177528398588e5 @@ -18312,7 +18310,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 4800416117477028695992383e42 @@ -18330,7 +18328,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 8524829079817968137287277e80 @@ -18348,7 +18346,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 3271239291709782092398754e243 @@ -18366,7 +18364,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat local.tee $50 @@ -18385,7 +18383,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/parseFloat f64.const 0.1 @@ -18404,28 +18402,28 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12336 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__concat local.tee $51 - i32.store $0 offset=80 + i32.store offset=80 local.get $51 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -18441,13 +18439,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__ne i32.eqz @@ -18463,13 +18461,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -18485,7 +18483,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 call $~lib/string/String.__eq @@ -18502,13 +18500,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 global.get $std/string/nullStr local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__ne i32.eqz @@ -18524,13 +18522,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__ne i32.eqz @@ -18546,13 +18544,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12336 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__ne i32.eqz @@ -18568,13 +18566,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -18590,13 +18588,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12432 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__ne i32.eqz @@ -18612,13 +18610,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12400 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -18634,13 +18632,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12496 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__ne i32.eqz @@ -18656,13 +18654,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12560 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__ne i32.eqz @@ -18678,13 +18676,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12592 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -18700,13 +18698,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12640 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__ne i32.eqz @@ -18722,13 +18720,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12736 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__ne i32.eqz @@ -18744,13 +18742,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__gt i32.eqz @@ -18766,13 +18764,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__gt i32.eqz @@ -18788,13 +18786,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12816 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__gte i32.eqz @@ -18810,13 +18808,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__gt i32.eqz @@ -18832,13 +18830,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__lt i32.eqz @@ -18855,13 +18853,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__gt i32.eqz @@ -18877,13 +18875,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__lt i32.eqz @@ -18899,13 +18897,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__gte i32.eqz @@ -18921,13 +18919,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__lte i32.eqz @@ -18943,13 +18941,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__lt i32.eqz @@ -18966,13 +18964,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__gt i32.eqz @@ -18989,13 +18987,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__lt i32.eqz @@ -19012,13 +19010,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__gt i32.eqz @@ -19035,13 +19033,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__gte i32.eqz @@ -19057,13 +19055,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__lte i32.eqz @@ -19079,13 +19077,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12848 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__lt i32.eqz @@ -19101,13 +19099,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2432 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__gt i32.eqz @@ -19123,13 +19121,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12848 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__lt i32.eqz @@ -19146,13 +19144,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12880 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__gt i32.eqz @@ -19169,13 +19167,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12848 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__gt i32.eqz @@ -19191,13 +19189,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12880 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__lt i32.eqz @@ -19213,13 +19211,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12880 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__lt i32.eqz @@ -19236,13 +19234,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12880 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__gt i32.eqz @@ -19259,13 +19257,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12880 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__lte i32.eqz @@ -19281,13 +19279,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12880 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__gte i32.eqz @@ -19303,13 +19301,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12912 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__gte i32.eqz @@ -19326,13 +19324,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12848 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__gte i32.eqz @@ -19348,13 +19346,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12912 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__lte i32.eqz @@ -19370,13 +19368,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2432 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -19392,13 +19390,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12880 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -19414,13 +19412,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1376 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -19436,13 +19434,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12944 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__ne i32.eqz @@ -19458,13 +19456,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12976 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -19480,13 +19478,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12976 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__ne i32.eqz @@ -19502,36 +19500,36 @@ i32.const 65377 call $~lib/string/String.fromCodePoint local.tee $52 - i32.store $0 offset=84 + i32.store offset=84 global.get $~lib/memory/__stack_pointer i32.const 55296 call $~lib/string/String.fromCodePoint local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 56322 call $~lib/string/String.fromCodePoint local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__concat local.tee $53 - i32.store $0 offset=88 + i32.store offset=88 local.get $52 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 local.get $53 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__gt i32.eqz @@ -19547,7 +19545,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/string/String#get:length i32.const 3 @@ -19565,20 +19563,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 100 call $~lib/string/String#repeat local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -19594,20 +19592,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 call $~lib/string/String#repeat local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -19623,20 +19621,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 1 call $~lib/string/String#repeat local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -19652,20 +19650,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 2 call $~lib/string/String#repeat local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12816 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -19681,20 +19679,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 3 call $~lib/string/String#repeat local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13088 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -19710,20 +19708,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 4 call $~lib/string/String#repeat local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13120 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -19739,20 +19737,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 5 call $~lib/string/String#repeat local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13168 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -19768,20 +19766,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 6 call $~lib/string/String#repeat local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13200 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -19797,20 +19795,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 7 call $~lib/string/String#repeat local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13232 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -19826,31 +19824,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replace local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -19866,31 +19864,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replace local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -19906,31 +19904,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replace local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -19946,31 +19944,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replace local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -19986,31 +19984,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 3536 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replace local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20026,31 +20024,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replace local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20066,31 +20064,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 1888 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replace local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20106,31 +20104,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 12368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 12368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replace local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20146,31 +20144,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 3536 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replace local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20186,31 +20184,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replace local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13344 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20226,31 +20224,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 13408 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replace local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13344 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20266,31 +20264,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 13440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 13472 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replace local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13504 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20306,31 +20304,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 13440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replace local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20346,31 +20344,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20386,31 +20384,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 3536 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20426,31 +20424,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13472 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20466,31 +20464,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13584 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20506,31 +20504,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 12368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 12368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1520 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20546,31 +20544,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 13584 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13664 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20586,31 +20584,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 12368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 13472 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13712 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20626,31 +20624,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 13776 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 13472 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13808 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20666,31 +20664,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 1888 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20706,31 +20704,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 13840 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 13472 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1888 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20746,31 +20744,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 13872 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13904 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20786,31 +20784,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 12368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20826,31 +20824,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 3536 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13936 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20866,31 +20864,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20906,31 +20904,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20946,31 +20944,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -20986,31 +20984,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21026,31 +21024,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3536 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 3536 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21066,31 +21064,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 1792 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3536 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21106,31 +21104,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 3568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13968 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21146,31 +21144,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21186,31 +21184,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 14048 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14080 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21226,31 +21224,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 12368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 14128 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14128 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21266,31 +21264,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 14160 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14192 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21306,31 +21304,31 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 12816 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 i32.const 14048 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=60 + i32.store offset=60 local.get $55 call $~lib/string/String#replaceAll local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14240 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21348,7 +21346,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 i32.const 1 @@ -21358,13 +21356,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14272 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21380,7 +21378,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const -1 i32.const 1 @@ -21390,13 +21388,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14320 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21412,7 +21410,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const -5 i32.const 1 @@ -21422,13 +21420,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14352 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21444,7 +21442,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 2 i32.const 7 @@ -21452,13 +21450,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14384 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21474,7 +21472,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const -11 i32.const -6 @@ -21482,13 +21480,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14416 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21504,7 +21502,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 4 i32.const 3 @@ -21512,13 +21510,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21534,7 +21532,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 i32.const -1 @@ -21542,13 +21540,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14448 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21564,7 +21562,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 i32.const 1 @@ -21574,13 +21572,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14272 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21596,7 +21594,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const -1 i32.const 1 @@ -21606,13 +21604,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14320 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21628,7 +21626,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const -5 i32.const 1 @@ -21638,13 +21636,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14352 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21660,7 +21658,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 2 i32.const 7 @@ -21668,13 +21666,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14496 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21690,7 +21688,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const -11 i32.const -6 @@ -21698,13 +21696,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21720,7 +21718,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 4 i32.const 3 @@ -21728,13 +21726,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14544 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21750,7 +21748,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 i32.const -1 @@ -21758,13 +21756,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21780,7 +21778,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 i32.const 100 @@ -21788,13 +21786,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14272 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21810,7 +21808,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 4 i32.const 4 @@ -21818,13 +21816,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14576 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21840,7 +21838,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 4 i32.const -3 @@ -21848,13 +21846,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21870,7 +21868,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 i32.const 1 @@ -21880,13 +21878,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14272 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21902,7 +21900,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const -1 i32.const 1 @@ -21912,13 +21910,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14272 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21934,7 +21932,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const -5 i32.const 1 @@ -21944,13 +21942,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14272 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21966,7 +21964,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 2 i32.const 7 @@ -21974,13 +21972,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14384 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -21996,7 +21994,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const -11 i32.const -6 @@ -22004,13 +22002,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -22026,7 +22024,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 4 i32.const 3 @@ -22034,13 +22032,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14608 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -22056,7 +22054,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 i32.const -1 @@ -22064,13 +22062,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -22086,7 +22084,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 i32.const 100 @@ -22094,13 +22092,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14272 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -22116,7 +22114,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 4 i32.const 4 @@ -22124,13 +22122,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -22146,7 +22144,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 4 i32.const -3 @@ -22154,13 +22152,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1888 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -22177,7 +22175,7 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 0 i32.const 0 @@ -22185,12 +22183,12 @@ i32.const 0 call $~lib/string/String#split@varargs local.tee $54 - i32.store $0 offset=92 + i32.store offset=92 local.get $54 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/array/Array<~lib/string/String>#get:length i32.const 1 @@ -22200,20 +22198,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22233,25 +22231,25 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $54 - i32.store $0 offset=92 + i32.store offset=92 local.get $54 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/array/Array<~lib/string/String>#get:length i32.const 0 @@ -22270,25 +22268,25 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1600 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $54 - i32.store $0 offset=92 + i32.store offset=92 local.get $54 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/array/Array<~lib/string/String>#get:length i32.const 1 @@ -22298,20 +22296,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22331,25 +22329,25 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 6608 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $54 - i32.store $0 offset=92 + i32.store offset=92 local.get $54 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/array/Array<~lib/string/String>#get:length i32.const 1 @@ -22359,20 +22357,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14816 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22392,25 +22390,25 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1600 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $54 - i32.store $0 offset=92 + i32.store offset=92 local.get $54 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/array/Array<~lib/string/String>#get:length i32.const 3 @@ -22420,20 +22418,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22444,20 +22442,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12336 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22468,20 +22466,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22501,25 +22499,25 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 14896 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $54 - i32.store $0 offset=92 + i32.store offset=92 local.get $54 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/array/Array<~lib/string/String>#get:length i32.const 3 @@ -22529,20 +22527,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22553,20 +22551,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12336 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22577,20 +22575,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22610,25 +22608,25 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1600 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $54 - i32.store $0 offset=92 + i32.store offset=92 local.get $54 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/array/Array<~lib/string/String>#get:length i32.const 4 @@ -22638,20 +22636,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22662,20 +22660,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12336 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22686,20 +22684,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22710,20 +22708,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 3 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22743,25 +22741,25 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1600 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $54 - i32.store $0 offset=92 + i32.store offset=92 local.get $54 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/array/Array<~lib/string/String>#get:length i32.const 4 @@ -22771,20 +22769,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22795,20 +22793,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22819,20 +22817,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12336 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22843,20 +22841,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 3 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22876,25 +22874,25 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1600 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $54 - i32.store $0 offset=92 + i32.store offset=92 local.get $54 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/array/Array<~lib/string/String>#get:length i32.const 4 @@ -22904,20 +22902,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22928,20 +22926,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12336 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22952,20 +22950,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -22976,20 +22974,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 3 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -23009,25 +23007,25 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $54 - i32.store $0 offset=92 + i32.store offset=92 local.get $54 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/array/Array<~lib/string/String>#get:length i32.const 3 @@ -23037,20 +23035,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -23061,20 +23059,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12336 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -23085,20 +23083,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -23118,23 +23116,23 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 0 call $~lib/string/String#split local.tee $54 - i32.store $0 offset=92 + i32.store offset=92 local.get $54 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/array/Array<~lib/string/String>#get:length i32.const 0 @@ -23153,23 +23151,23 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 call $~lib/string/String#split local.tee $54 - i32.store $0 offset=92 + i32.store offset=92 local.get $54 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/array/Array<~lib/string/String>#get:length i32.const 1 @@ -23179,20 +23177,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -23212,23 +23210,23 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1600 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 1 call $~lib/string/String#split local.tee $54 - i32.store $0 offset=92 + i32.store offset=92 local.get $54 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/array/Array<~lib/string/String>#get:length i32.const 1 @@ -23238,20 +23236,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -23271,23 +23269,23 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const 4 call $~lib/string/String#split local.tee $54 - i32.store $0 offset=92 + i32.store offset=92 local.get $54 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/array/Array<~lib/string/String>#get:length i32.const 3 @@ -23297,20 +23295,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -23321,20 +23319,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12336 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -23345,20 +23343,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -23378,23 +23376,23 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const -1 call $~lib/string/String#split local.tee $54 - i32.store $0 offset=92 + i32.store offset=92 local.get $54 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/array/Array<~lib/string/String>#get:length i32.const 3 @@ -23404,20 +23402,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -23428,20 +23426,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12336 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -23452,20 +23450,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -23485,23 +23483,23 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1600 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 i32.const -1 call $~lib/string/String#split local.tee $54 - i32.store $0 offset=92 + i32.store offset=92 local.get $54 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 call $~lib/array/Array<~lib/string/String>#get:length i32.const 3 @@ -23511,20 +23509,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -23535,20 +23533,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12336 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -23559,20 +23557,20 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq else @@ -23593,13 +23591,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -23617,13 +23615,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2432 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -23641,13 +23639,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 16768 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -23665,13 +23663,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 16800 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -23689,13 +23687,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1376 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -23713,13 +23711,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 16832 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -23737,13 +23735,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12976 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -23761,13 +23759,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 16864 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -23785,13 +23783,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 16896 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -23809,13 +23807,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 16928 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -23833,13 +23831,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 16976 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -23857,13 +23855,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17024 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -23881,13 +23879,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17072 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -23905,13 +23903,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17120 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -23929,13 +23927,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17168 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -23953,13 +23951,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17216 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -23977,13 +23975,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17264 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24001,13 +23999,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17296 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24025,13 +24023,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17328 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24049,13 +24047,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17216 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24073,13 +24071,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24097,13 +24095,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17360 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24121,13 +24119,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17168 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24145,13 +24143,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17392 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24169,13 +24167,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24193,13 +24191,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24217,13 +24215,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2432 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24241,13 +24239,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 16768 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24265,13 +24263,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24289,13 +24287,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17488 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24313,13 +24311,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17520 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24337,13 +24335,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17552 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24361,13 +24359,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17584 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24385,13 +24383,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17616 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24409,13 +24407,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17648 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24433,13 +24431,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17680 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24457,13 +24455,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17712 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24481,13 +24479,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17760 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24505,13 +24503,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17808 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24529,13 +24527,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17856 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24553,13 +24551,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17904 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24577,13 +24575,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24601,13 +24599,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 16832 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24625,13 +24623,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17808 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24649,13 +24647,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17952 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24673,13 +24671,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18000 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24697,13 +24695,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18048 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24721,13 +24719,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18048 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24745,13 +24743,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24769,13 +24767,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2432 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24793,13 +24791,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12880 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24817,13 +24815,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18096 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24841,13 +24839,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18128 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24865,13 +24863,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18160 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24889,13 +24887,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18192 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24913,13 +24911,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18224 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24937,13 +24935,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18272 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24961,13 +24959,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18352 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -24985,13 +24983,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18448 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25009,13 +25007,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18544 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25033,13 +25031,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18640 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25057,13 +25055,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18736 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25081,13 +25079,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25105,13 +25103,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18848 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25129,13 +25127,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18912 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25153,13 +25151,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18960 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25177,13 +25175,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19008 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25201,13 +25199,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19056 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25225,13 +25223,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19104 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25249,13 +25247,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19152 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25273,13 +25271,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19200 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25297,13 +25295,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19248 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25321,13 +25319,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19296 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25345,13 +25343,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25369,13 +25367,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 16800 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25393,13 +25391,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 1376 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25417,13 +25415,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 12976 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25441,13 +25439,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 16864 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25465,13 +25463,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 16896 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25489,13 +25487,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 16976 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25513,13 +25511,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19344 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25537,13 +25535,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19392 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25561,13 +25559,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25585,13 +25583,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25609,13 +25607,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19488 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25633,13 +25631,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19536 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25657,13 +25655,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19584 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25681,13 +25679,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19632 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25705,13 +25703,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19680 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25729,13 +25727,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19744 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25753,13 +25751,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19808 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25777,13 +25775,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19872 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25801,13 +25799,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19936 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25825,13 +25823,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20000 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25849,13 +25847,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25873,13 +25871,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20064 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25897,13 +25895,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25921,13 +25919,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25945,13 +25943,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20096 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25969,13 +25967,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 19488 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -25993,13 +25991,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20144 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26017,13 +26015,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20192 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26041,13 +26039,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20240 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26065,13 +26063,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20304 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26089,13 +26087,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26113,13 +26111,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20432 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26137,13 +26135,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26161,13 +26159,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2432 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26185,13 +26183,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 13440 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26209,13 +26207,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17520 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26233,13 +26231,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 17616 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26257,13 +26255,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20496 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26281,13 +26279,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20544 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26305,13 +26303,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20592 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26329,13 +26327,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20640 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26353,13 +26351,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26377,13 +26375,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20736 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26401,13 +26399,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20800 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26425,13 +26423,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20864 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26449,13 +26447,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20928 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26473,13 +26471,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 20992 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26497,13 +26495,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 21056 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26521,13 +26519,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 21056 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26545,13 +26543,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26569,13 +26567,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 2432 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26593,13 +26591,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18096 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26617,13 +26615,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18128 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26641,13 +26639,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18192 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26665,13 +26663,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18224 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26689,13 +26687,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 18640 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26713,13 +26711,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 21120 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26737,13 +26735,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 21248 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26761,13 +26759,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 21408 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26785,13 +26783,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 21504 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26809,13 +26807,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 21616 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26833,13 +26831,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 21712 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26857,13 +26855,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 21792 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26881,13 +26879,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 21856 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26905,13 +26903,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 21920 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26929,13 +26927,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 21984 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26953,13 +26951,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 22048 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -26977,13 +26975,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 22112 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27001,13 +26999,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 22160 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27025,13 +27023,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 22208 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27048,13 +27046,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 22256 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27071,13 +27069,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 22256 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27094,13 +27092,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 6672 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27117,13 +27115,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 22288 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27141,13 +27139,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 7936 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27164,13 +27162,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 7152 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27188,13 +27186,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 23312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27211,13 +27209,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 7216 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27235,13 +27233,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 23376 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27258,13 +27256,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 23456 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27281,13 +27279,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 23520 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27304,13 +27302,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 23600 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27327,13 +27325,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 23648 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27350,13 +27348,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 23712 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27373,13 +27371,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 23776 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27396,13 +27394,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 7296 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27419,13 +27417,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 23840 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27442,13 +27440,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 4256 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27465,13 +27463,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 23872 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27488,13 +27486,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 23904 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27511,13 +27509,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 23936 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27534,13 +27532,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 23984 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27557,13 +27555,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24032 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27580,13 +27578,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24080 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27603,13 +27601,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24128 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27626,13 +27624,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24176 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27649,13 +27647,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 4544 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27672,13 +27670,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24208 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27695,13 +27693,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 22288 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27718,13 +27716,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 7936 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27741,13 +27739,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24256 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27764,13 +27762,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24288 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27787,13 +27785,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24336 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27810,13 +27808,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27833,13 +27831,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 22256 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27856,13 +27854,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24416 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27879,13 +27877,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24464 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27902,13 +27900,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24528 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27925,13 +27923,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24592 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27948,13 +27946,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 23840 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27971,13 +27969,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24656 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -27996,13 +27994,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -28019,13 +28017,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24752 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -28042,13 +28040,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24832 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -28065,13 +28063,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24880 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -28088,13 +28086,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24928 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -28111,13 +28109,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 24976 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -28134,13 +28132,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 25024 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -28157,13 +28155,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 25072 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -28180,13 +28178,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 25120 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -28202,25 +28200,25 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 25200 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#concat local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 25232 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -28236,25 +28234,25 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 25280 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#concat local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 25280 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -28270,25 +28268,25 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#concat local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 25280 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -28304,25 +28302,25 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=8 + i32.store offset=8 local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=12 + i32.store offset=12 local.get $55 call $~lib/string/String#concat local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 688 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -28338,13 +28336,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 25312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -28360,13 +28358,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 25312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -28382,13 +28380,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 25344 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -28404,13 +28402,13 @@ local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 + i32.store local.get $55 i32.const 25376 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 - i32.store $0 offset=4 + i32.store offset=4 local.get $55 call $~lib/string/String.__eq i32.eqz @@ -28441,14 +28439,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -28470,14 +28468,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 drop local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:dataStart local.set $cur @@ -28486,7 +28484,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:length_ i32.const 2 @@ -28499,7 +28497,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -28518,7 +28516,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/array/Array<~lib/string/String>#get:buffer local.get $cookie @@ -28539,7 +28537,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $surr i32.const 0 i32.gt_s @@ -28551,15 +28549,15 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $unit - i32.store16 $0 + i32.store16 local.get $hasSur if local.get $out local.get $surr - i32.store16 $0 offset=2 + i32.store16 offset=2 end local.get $out local.set $4 @@ -28582,7 +28580,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length local.get $alignLog2 i32.shl @@ -28593,27 +28591,27 @@ local.get $data call $~lib/rt/__newBuffer local.tee $buffer - i32.store $0 + i32.store i32.const 16 local.get $id call $~lib/rt/itcms/__new local.set $array local.get $array local.get $buffer - i32.store $0 + i32.store local.get $array local.get $buffer i32.const 0 call $~lib/rt/itcms/__link local.get $array local.get $buffer - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $bufferSize - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.get $length - i32.store $0 offset=12 + i32.store offset=12 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer @@ -28636,7 +28634,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $code i32.const 65535 i32.gt_u @@ -28648,13 +28646,13 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $hasSur i32.eqz if local.get $out local.get $code - i32.store16 $0 + i32.store16 else local.get $code i32.const 1114111 @@ -28690,7 +28688,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store end local.get $out local.set $5 @@ -28722,7 +28720,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -28782,7 +28780,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -28822,7 +28820,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -28857,7 +28855,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -28872,7 +28870,7 @@ if local.get $out i32.const 45 - i32.store16 $0 + i32.store16 end local.get $out local.set $14 @@ -28902,7 +28900,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -28947,7 +28945,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer local.get $value @@ -28983,7 +28981,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer|8 local.get $value @@ -29012,7 +29010,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $value i64.extend_i32_u @@ -29054,7 +29052,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -29109,7 +29107,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer local.get $val32 @@ -29135,7 +29133,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer|9 local.get $value @@ -29173,7 +29171,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer|13 local.get $value @@ -29200,7 +29198,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $value local.get $decimals|16 @@ -29242,7 +29240,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -29313,7 +29311,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -29343,7 +29341,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -29385,7 +29383,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -29416,7 +29414,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -29430,7 +29428,7 @@ if local.get $out i32.const 45 - i32.store16 $0 + i32.store16 end local.get $out local.set $18 @@ -29452,7 +29450,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $value f64.const 0 f64.eq @@ -29511,11 +29509,11 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 + i32.store local.get $result i32.const 22320 local.get $size - memory.copy $0 $0 + memory.copy local.get $result local.set $3 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/string.release.wat b/tests/compiler/std/string.release.wat index 15345f5036..d1deec7441 100644 --- a/tests/compiler/std/string.release.wat +++ b/tests/compiler/std/string.release.wat @@ -1,24 +1,24 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $f64_=>_i32 (func (param f64) (result i32))) - (type $i32_i32_=>_f64 (func (param i32 i32) (result f64))) - (type $i32_=>_f64 (func (param i32) (result f64))) - (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $f64_i32_=>_f64 (func (param f64 i32) (result f64))) - (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i64_i64_i32_i64_i32_=>_i32 (func (param i64 i64 i32 i64 i32) (result i32))) - (type $none_=>_i64 (func (result i64))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func (param i32 i32 i32) (result i32))) + (type $2 (func (param i32) (result i32))) + (type $3 (func)) + (type $4 (func (param i32 i32))) + (type $5 (func (param i32))) + (type $6 (func (result i32))) + (type $7 (func (param i32 i32 i32))) + (type $8 (func (param f64) (result i32))) + (type $9 (func (param i32 i32) (result f64))) + (type $10 (func (param i32) (result f64))) + (type $11 (func (param i64 i32) (result i32))) + (type $12 (func (param i32 i32 i32 i32))) + (type $13 (func (param i32 i32 i32 i32) (result i32))) + (type $14 (func (param i32 i32 i64))) + (type $15 (func (param f64 i32) (result f64))) + (type $16 (func (param i32 i64 i32 i32))) + (type $17 (func (param i32 i64 i32))) + (type $18 (func (param i64 i64 i32 i64 i32) (result i32))) + (type $19 (func (result i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $std/string/str (mut i32) (i32.const 1056)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -981,24 +981,28 @@ i32.const 1 i32.shl i32.add - local.tee $1 - i32.const 7 - i32.and - local.get $2 - i32.const 7 - i32.and - i32.or - i32.eqz + local.set $1 local.get $3 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $1 + i32.const 7 + i32.and + local.get $2 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $1 - i64.load $0 + i64.load local.get $2 - i64.load $0 + i64.load i64.eq if local.get $1 @@ -1028,10 +1032,10 @@ local.get $0 if local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $0 local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.ne if @@ -1060,23 +1064,23 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1264 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 14064 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 15712 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1376 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 16640 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 17696 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1086,7 +1090,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -1104,7 +1108,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1121,7 +1125,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -1135,16 +1139,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$284 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 59212 @@ -1159,10 +1163,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$284 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -1175,20 +1179,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -1197,7 +1201,7 @@ else local.get $1 i32.const 26416 - i32.load $0 + i32.load i32.gt_u if i32.const 1264 @@ -1212,13 +1216,13 @@ i32.shl i32.const 26420 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -1228,21 +1232,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -1250,8 +1278,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -1263,10 +1291,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -1277,29 +1305,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -1307,10 +1335,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -1324,75 +1352,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -1414,7 +1435,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -1431,12 +1452,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -1453,17 +1474,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -1473,9 +1494,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -1500,13 +1521,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -1540,7 +1561,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -1596,19 +1617,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -1620,15 +1641,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -1636,16 +1657,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -1667,10 +1689,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -1683,18 +1705,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -1718,30 +1739,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -1749,10 +1770,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -1760,7 +1781,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -1768,7 +1789,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1779,10 +1800,10 @@ end i32.const 59216 i32.const 0 - i32.store $0 + i32.store i32.const 60784 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -1794,7 +1815,7 @@ i32.const 59216 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -1812,7 +1833,7 @@ i32.const 59216 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -1829,7 +1850,7 @@ end i32.const 59216 i32.const 60788 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1862,7 +1883,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1875,19 +1896,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -1898,7 +1919,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1910,7 +1931,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -1923,12 +1944,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -1937,7 +1954,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1948,26 +1965,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1983,7 +2000,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1999,7 +2016,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -2024,14 +2041,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -2066,7 +2083,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -2080,10 +2097,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -2095,10 +2112,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -2106,47 +2123,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -2167,7 +2186,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -2184,10 +2203,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -2203,7 +2222,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -2224,7 +2243,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -2251,7 +2270,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$70 i32.const 2048 local.set $2 loop $do-loop|0 @@ -2272,7 +2291,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$70 end local.get $2 i32.const 0 @@ -2314,50 +2333,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -2377,12 +2400,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -2393,7 +2416,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -2414,7 +2437,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -2430,8 +2453,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -2445,90 +2468,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -2541,7 +2564,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/string/String.fromCharCode@varargs (param $0 i32) (result i32) @@ -2563,30 +2586,90 @@ local.get $1 call $~lib/string/String.fromCharCode ) - (func $~lib/math/ipow32 (param $0 i32) (result i32) - (local $1 i32) - (local $2 i32) - i32.const 5 - local.set $1 - i32.const 1 - local.set $2 - local.get $0 - i32.const 0 - i32.le_s + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) + (local $3 i32) + local.get $1 + i32.eqz if - local.get $0 - i32.eqz return - else - local.get $0 - i32.const 1 - i32.eq - if - i32.const 5 - return - else - local.get $0 - i32.const 2 + end + local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1440 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.tee $3 + local.get $1 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $3 + i32.eqz + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + local.tee $3 + i32.eq + if + local.get $0 + local.get $1 + local.get $2 + select + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $3 + i32.const 3 + i32.eq + i32.and + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + end + end + end + ) + (func $~lib/math/ipow32 (param $0 i32) (result i32) + (local $1 i32) + (local $2 i32) + i32.const 5 + local.set $1 + i32.const 1 + local.set $2 + local.get $0 + i32.const 0 + i32.le_s + if + local.get $0 + i32.eqz + return + else + local.get $0 + i32.const 1 + i32.eq + if + i32.const 5 + return + else + local.get $0 + i32.const 2 i32.eq if i32.const 25 @@ -2802,7 +2885,7 @@ i32.const 20 i32.sub local.tee $3 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 16 @@ -2811,25 +2894,25 @@ if local.get $3 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 return end local.get $1 local.get $3 - i32.load $0 offset=12 + i32.load offset=12 call $~lib/rt/itcms/__new local.tee $2 local.get $0 local.get $1 local.get $3 - i32.load $0 offset=16 + i32.load offset=16 local.tee $0 local.get $0 local.get $1 i32.gt_u select - memory.copy $0 $0 + memory.copy local.get $2 ) (func $~lib/util/number/utoa32_dec_lut (param $0 i32) (param $1 i32) (param $2 i32) @@ -2862,7 +2945,7 @@ i32.shl i32.const 16220 i32.add - i64.load32_u $0 + i64.load32_u local.get $3 i32.const 100 i32.rem_u @@ -2870,11 +2953,11 @@ i32.shl i32.const 16220 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -2897,8 +2980,8 @@ i32.shl i32.const 16220 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $1 i32.const 100 i32.div_u @@ -2920,8 +3003,8 @@ i32.shl i32.const 16220 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store else local.get $0 local.get $2 @@ -2933,7 +3016,7 @@ local.get $1 i32.const 48 i32.add - i32.store16 $0 + i32.store16 end ) (func $~lib/util/number/utoa64_any_core (param $0 i32) (param $1 i64) (param $2 i32) (param $3 i32) @@ -2970,8 +3053,8 @@ i32.shl i32.const 17696 i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $1 i64.const 0 i64.ne @@ -3005,8 +3088,8 @@ i32.shl i32.const 17696 i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $1 local.get $4 i64.shr_u @@ -3052,7 +3135,7 @@ i32.shl i32.const 16220 i32.add - i64.load32_u $0 + i64.load32_u local.get $4 i32.const 100 i32.rem_u @@ -3060,11 +3143,11 @@ i32.shl i32.const 16220 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store local.get $0 local.get $2 i32.const 4 @@ -3083,7 +3166,7 @@ i32.shl i32.const 16220 i32.add - i64.load32_u $0 + i64.load32_u local.get $3 i32.const 100 i32.rem_u @@ -3091,11 +3174,11 @@ i32.shl i32.const 16220 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -3324,7 +3407,7 @@ i32.and i32.const 48 i32.add - i32.store16 $0 + i32.store16 end local.get $8 i32.const 1 @@ -3335,6 +3418,7 @@ i64.extend_i32_u local.get $11 i64.extend_i32_s + local.tee $1 i64.shl local.get $9 i64.add @@ -3350,9 +3434,8 @@ i32.shl i32.const 24272 i32.add - i64.load32_u $0 - local.get $11 - i64.extend_i32_s + i64.load32_u + local.get $1 i64.shl local.set $7 local.get $4 @@ -3361,7 +3444,7 @@ i32.const 23342 i32.add local.tee $2 - i32.load16_u $0 + i32.load16_u local.set $6 loop $while-continue|3 local.get $0 @@ -3405,7 +3488,7 @@ end local.get $2 local.get $6 - i32.store16 $0 + i32.store16 local.get $4 return end @@ -3447,7 +3530,7 @@ i32.and i32.const 48 i32.add - i32.store16 $0 + i32.store16 end local.get $8 i32.const 1 @@ -3473,7 +3556,7 @@ i32.shl i32.const 24272 i32.add - i64.load32_u $0 + i64.load32_u i64.mul local.set $1 local.get $4 @@ -3482,7 +3565,7 @@ i32.const 23342 i32.add local.tee $2 - i32.load16_u $0 + i32.load16_u local.set $6 loop $while-continue|6 local.get $1 @@ -3526,7 +3609,7 @@ end local.get $2 local.get $6 - i32.store16 $0 + i32.store16 local.get $4 ) (func $~lib/util/number/prettify (param $0 i32) (param $1 i32) (param $2 i32) (result i32) @@ -3541,7 +3624,7 @@ i32.shl i32.add i32.const 3145774 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.add @@ -3569,7 +3652,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $1 i32.const 1 i32.add @@ -3583,7 +3666,7 @@ i32.shl i32.add i32.const 3145774 - i32.store $0 + i32.store local.get $3 i32.const 2 i32.add @@ -3610,10 +3693,10 @@ i32.sub i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $0 i32.const 46 - i32.store16 $0 + i32.store16 local.get $1 i32.const 1 i32.add @@ -3638,10 +3721,10 @@ local.get $1 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $0 i32.const 3014704 - i32.store $0 + i32.store i32.const 2 local.set $2 loop $for-loop|1 @@ -3655,7 +3738,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $2 i32.const 1 i32.add @@ -3673,7 +3756,7 @@ if local.get $0 i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 i32.const 4 i32.add @@ -3747,7 +3830,7 @@ i32.const 43 local.get $3 select - i32.store16 $0 + i32.store16 else local.get $0 i32.const 4 @@ -3761,16 +3844,16 @@ local.tee $2 i32.const 2 i32.sub - memory.copy $0 $0 + memory.copy local.get $0 i32.const 46 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 local.get $2 i32.add local.tee $0 i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 i32.const 4 i32.add @@ -3844,7 +3927,7 @@ i32.const 43 local.get $2 select - i32.store16 $0 + i32.store16 local.get $0 local.get $1 i32.add @@ -3879,7 +3962,7 @@ if (result f64) i32.const 23344 i32.const 45 - i32.store16 $0 + i32.store16 local.get $0 f64.neg else @@ -3979,14 +4062,14 @@ local.get $9 i32.const 23400 i32.add - i64.load $0 + i64.load global.set $~lib/util/number/_frc_pow local.get $8 i32.const 1 i32.shl i32.const 24096 i32.add - i32.load16_s $0 + i32.load16_s global.set $~lib/util/number/_exp_pow local.get $1 local.get $1 @@ -4154,7 +4237,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/array/Array<~lib/string/String> $invalid end return @@ -4164,11 +4247,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -4182,7 +4265,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store br $folding-inner1 end global.get $~lib/memory/__stack_pointer @@ -4196,19 +4279,19 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 2 i32.shl i32.add @@ -4219,11 +4302,11 @@ i32.lt_u if local.get $1 - i32.load $0 + i32.load local.tee $3 if local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $1 i32.const 4 @@ -4245,14 +4328,10 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -4280,13 +4359,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4301,39 +4381,38 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.set $2 - local.get $3 - local.get $1 - i32.store $0 + local.set $3 local.get $2 local.get $1 + i32.store + local.get $3 + local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $2 local.get $0 - i32.store $0 - local.get $3 + i32.store + local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 local.get $1 - local.get $2 + local.get $3 call $~lib/util/string/compareImpl i32.eqz local.set $0 @@ -4370,15 +4449,15 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.tee $2 @@ -4408,8 +4487,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -4436,20 +4515,20 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ge_u if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4461,15 +4540,15 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 local.get $1 i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -4477,6 +4556,7 @@ local.get $2 ) (func $~lib/string/String.__not (param $0 i32) (result i32) + (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -4493,17 +4573,18 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u else @@ -4537,12 +4618,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $1 i32.const 4 @@ -4572,10 +4653,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length local.set $3 @@ -4586,12 +4667,12 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 i32.const 0 local.set $0 @@ -4610,8 +4691,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store16 $0 + i32.load + i32.store16 local.get $0 i32.const 1 i32.add @@ -4645,22 +4726,22 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $4 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $4 local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $4 + local.tee $3 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4668,18 +4749,19 @@ return end global.get $~lib/memory/__stack_pointer + local.tee $4 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $3 + local.tee $5 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4693,32 +4775,32 @@ i32.gt_s select local.tee $2 - local.get $3 + local.get $5 local.get $2 - local.get $3 + local.get $5 i32.lt_s select local.set $2 + local.get $5 local.get $3 - local.get $4 i32.sub - local.set $5 + local.set $4 loop $for-loop|0 local.get $2 - local.get $5 + local.get $4 i32.le_s if global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $5 local.get $0 - i32.store $0 - local.get $3 + i32.store + local.get $5 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 local.get $1 - local.get $4 + local.get $3 call $~lib/util/string/compareImpl i32.eqz if @@ -4765,39 +4847,39 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $6 i64.const 0 - i64.store $0 - local.get $5 + i64.store + local.get $6 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and - local.set $3 - local.get $5 + local.set $4 + local.get $6 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and - local.tee $5 + local.tee $3 i32.eqz local.get $1 i32.const 1 i32.shl - local.tee $1 - local.get $3 + local.tee $7 + local.get $4 i32.lt_u i32.or if - global.get $~lib/memory/__stack_pointer + local.get $6 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4805,70 +4887,70 @@ return end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $7 i32.const 2 call $~lib/rt/itcms/__new + local.tee $1 + i32.store offset=4 + local.get $7 + local.get $4 + i32.sub local.tee $7 - i32.store $0 offset=4 - local.get $1 local.get $3 - i32.sub - local.tee $8 - local.get $5 i32.gt_u if - local.get $8 - local.get $8 + local.get $7 + local.get $7 i32.const 2 i32.sub - local.get $5 + local.get $3 i32.div_u - local.get $5 + local.get $3 i32.mul local.tee $6 i32.sub - local.set $1 + local.set $8 loop $while-continue|0 - local.get $4 + local.get $5 local.get $6 i32.lt_u if - local.get $4 - local.get $7 + local.get $1 + local.get $5 i32.add local.get $2 - local.get $5 - memory.copy $0 $0 - local.get $4 + local.get $3 + memory.copy + local.get $3 local.get $5 i32.add - local.set $4 + local.set $5 br $while-continue|0 end end + local.get $1 local.get $6 - local.get $7 i32.add local.get $2 - local.get $1 - memory.copy $0 $0 + local.get $8 + memory.copy else - local.get $7 + local.get $1 local.get $2 - local.get $8 - memory.copy $0 $0 + local.get $7 + memory.copy end + local.get $1 local.get $7 - local.get $8 i32.add local.get $0 - local.get $3 - memory.copy $0 $0 + local.get $4 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 + local.get $1 ) (func $~lib/string/String#padEnd (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -4892,26 +4974,26 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $5 i64.const 0 - i64.store $0 - local.get $4 + i64.store + local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and local.set $3 - local.get $4 + local.get $5 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and local.tee $4 @@ -4919,12 +5001,12 @@ local.get $1 i32.const 1 i32.shl - local.tee $1 + local.tee $6 local.get $3 i32.lt_u i32.or if - global.get $~lib/memory/__stack_pointer + local.get $5 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4932,16 +5014,16 @@ return end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $6 i32.const 2 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=4 - local.get $6 + local.tee $1 + i32.store offset=4 + local.get $1 local.get $0 local.get $3 - memory.copy $0 $0 - local.get $1 + memory.copy + local.get $6 local.get $3 i32.sub local.tee $0 @@ -4958,11 +5040,11 @@ i32.mul local.tee $5 i32.sub - local.set $7 + local.set $6 + local.get $1 local.get $3 - local.get $6 i32.add - local.set $1 + local.set $7 i32.const 0 local.set $0 loop $while-continue|0 @@ -4971,11 +5053,11 @@ i32.lt_u if local.get $0 - local.get $1 + local.get $7 i32.add local.get $2 local.get $4 - memory.copy $0 $0 + memory.copy local.get $0 local.get $4 i32.add @@ -4983,31 +5065,32 @@ br $while-continue|0 end end + local.get $1 local.get $3 - local.get $6 i32.add local.get $5 i32.add local.get $2 - local.get $7 - memory.copy $0 $0 + local.get $6 + memory.copy else + local.get $1 local.get $3 - local.get $6 i32.add local.get $2 local.get $0 - memory.copy $0 $0 + memory.copy end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 + local.get $1 ) (func $~lib/string/String#lastIndexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -5024,33 +5107,32 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $4 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $4 local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.tee $3 i32.eqz if - global.get $~lib/memory/__stack_pointer - local.tee $1 + local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $0 - local.get $1 + local.get $4 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -5058,18 +5140,19 @@ return end global.get $~lib/memory/__stack_pointer + local.tee $4 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $4 + local.tee $5 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -5083,7 +5166,7 @@ i32.gt_s select local.tee $2 - local.get $4 + local.get $5 local.get $3 i32.sub local.tee $4 @@ -5100,10 +5183,10 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 local.get $1 @@ -5151,7 +5234,7 @@ end global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $1of1 block $0of1 block $outOfRange @@ -5168,10 +5251,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 local.get $2 @@ -5203,13 +5286,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -5217,45 +5301,45 @@ return end global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.set $3 - local.get $2 + local.set $4 + local.get $3 local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.set $4 - local.get $2 + local.set $2 + local.get $3 local.get $0 - i32.store $0 - local.get $2 + i32.store + local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 local.get $1 - local.get $3 local.get $4 - local.get $3 + local.get $2 + local.get $2 local.get $4 - i32.lt_s + i32.gt_s select call $~lib/util/string/compareImpl local.tee $0 - local.get $3 local.get $4 + local.get $2 i32.sub local.get $0 select @@ -5294,14 +5378,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and local.set $2 @@ -5314,7 +5398,7 @@ local.get $0 local.get $1 i32.add - i32.load16_u $0 + i32.load16_u local.tee $3 i32.const 5760 i32.lt_u @@ -5416,13 +5500,13 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $0 local.get $1 i32.add local.get $2 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -5451,14 +5535,14 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and local.tee $3 @@ -5466,13 +5550,13 @@ loop $while-continue|0 local.get $1 if (result i32) - block $__inlined_func$~lib/util/string/isSpace (result i32) + block $__inlined_func$~lib/util/string/isSpace$1 (result i32) local.get $0 local.get $1 i32.add i32.const 2 i32.sub - i32.load16_u $0 + i32.load16_u local.tee $2 i32.const 5760 i32.lt_u @@ -5488,7 +5572,7 @@ i32.const 4 i32.le_u i32.or - br $__inlined_func$~lib/util/string/isSpace + br $__inlined_func$~lib/util/string/isSpace$1 end i32.const 1 local.get $2 @@ -5496,7 +5580,7 @@ i32.add i32.const 10 i32.le_u - br_if $__inlined_func$~lib/util/string/isSpace + br_if $__inlined_func$~lib/util/string/isSpace$1 drop block $break|0 block $case6|0 @@ -5531,7 +5615,7 @@ br $break|0 end i32.const 1 - br $__inlined_func$~lib/util/string/isSpace + br $__inlined_func$~lib/util/string/isSpace$1 end i32.const 0 end @@ -5572,11 +5656,11 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 local.get $1 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -5606,14 +5690,14 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.tee $3 @@ -5623,13 +5707,13 @@ loop $while-continue|0 local.get $1 if (result i32) - block $__inlined_func$~lib/util/string/isSpace (result i32) + block $__inlined_func$~lib/util/string/isSpace$2 (result i32) local.get $0 local.get $1 i32.add i32.const 2 i32.sub - i32.load16_u $0 + i32.load16_u local.tee $4 i32.const 5760 i32.lt_u @@ -5645,7 +5729,7 @@ i32.const 4 i32.le_u i32.or - br $__inlined_func$~lib/util/string/isSpace + br $__inlined_func$~lib/util/string/isSpace$2 end i32.const 1 local.get $4 @@ -5653,7 +5737,7 @@ i32.add i32.const 10 i32.le_u - br_if $__inlined_func$~lib/util/string/isSpace + br_if $__inlined_func$~lib/util/string/isSpace$2 drop block $break|0 block $case6|0 @@ -5688,7 +5772,7 @@ br $break|0 end i32.const 1 - br $__inlined_func$~lib/util/string/isSpace + br $__inlined_func$~lib/util/string/isSpace$2 end i32.const 0 end @@ -5708,11 +5792,11 @@ local.get $2 i32.gt_u if (result i32) - block $__inlined_func$~lib/util/string/isSpace0 (result i32) + block $__inlined_func$~lib/util/string/isSpace$3 (result i32) local.get $0 local.get $2 i32.add - i32.load16_u $0 + i32.load16_u local.tee $4 i32.const 5760 i32.lt_u @@ -5728,7 +5812,7 @@ i32.const 4 i32.le_u i32.or - br $__inlined_func$~lib/util/string/isSpace0 + br $__inlined_func$~lib/util/string/isSpace$3 end i32.const 1 local.get $4 @@ -5736,42 +5820,42 @@ i32.add i32.const 10 i32.le_u - br_if $__inlined_func$~lib/util/string/isSpace0 + br_if $__inlined_func$~lib/util/string/isSpace$3 drop - block $break|01 - block $case6|02 + block $break|00 + block $case6|01 local.get $4 i32.const 5760 i32.eq - br_if $case6|02 + br_if $case6|01 local.get $4 i32.const 8232 i32.eq - br_if $case6|02 + br_if $case6|01 local.get $4 i32.const 8233 i32.eq - br_if $case6|02 + br_if $case6|01 local.get $4 i32.const 8239 i32.eq - br_if $case6|02 + br_if $case6|01 local.get $4 i32.const 8287 i32.eq - br_if $case6|02 + br_if $case6|01 local.get $4 i32.const 12288 i32.eq - br_if $case6|02 + br_if $case6|01 local.get $4 i32.const 65279 i32.eq - br_if $case6|02 - br $break|01 + br_if $case6|01 + br $break|00 end i32.const 1 - br $__inlined_func$~lib/util/string/isSpace0 + br $__inlined_func$~lib/util/string/isSpace$3 end i32.const 0 end @@ -5821,13 +5905,13 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $0 local.get $2 i32.add local.get $1 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -5856,14 +5940,14 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and local.tee $1 @@ -5873,13 +5957,13 @@ loop $while-continue|0 local.get $1 if (result i32) - block $__inlined_func$~lib/util/string/isSpace (result i32) + block $__inlined_func$~lib/util/string/isSpace$4 (result i32) local.get $0 local.get $1 i32.add i32.const 2 i32.sub - i32.load16_u $0 + i32.load16_u local.tee $3 i32.const 5760 i32.lt_u @@ -5895,7 +5979,7 @@ i32.const 4 i32.le_u i32.or - br $__inlined_func$~lib/util/string/isSpace + br $__inlined_func$~lib/util/string/isSpace$4 end i32.const 1 local.get $3 @@ -5903,7 +5987,7 @@ i32.add i32.const 10 i32.le_u - br_if $__inlined_func$~lib/util/string/isSpace + br_if $__inlined_func$~lib/util/string/isSpace$4 drop block $break|0 block $case6|0 @@ -5938,7 +6022,7 @@ br $break|0 end i32.const 1 - br $__inlined_func$~lib/util/string/isSpace + br $__inlined_func$~lib/util/string/isSpace$4 end i32.const 0 end @@ -5962,11 +6046,11 @@ local.get $2 i32.gt_u if (result i32) - block $__inlined_func$~lib/util/string/isSpace0 (result i32) + block $__inlined_func$~lib/util/string/isSpace$5 (result i32) local.get $0 local.get $2 i32.add - i32.load16_u $0 + i32.load16_u local.tee $3 i32.const 5760 i32.lt_u @@ -5982,7 +6066,7 @@ i32.const 4 i32.le_u i32.or - br $__inlined_func$~lib/util/string/isSpace0 + br $__inlined_func$~lib/util/string/isSpace$5 end i32.const 1 local.get $3 @@ -5990,42 +6074,42 @@ i32.add i32.const 10 i32.le_u - br_if $__inlined_func$~lib/util/string/isSpace0 + br_if $__inlined_func$~lib/util/string/isSpace$5 drop - block $break|01 - block $case6|02 + block $break|00 + block $case6|01 local.get $3 i32.const 5760 i32.eq - br_if $case6|02 + br_if $case6|01 local.get $3 i32.const 8232 i32.eq - br_if $case6|02 + br_if $case6|01 local.get $3 i32.const 8233 i32.eq - br_if $case6|02 + br_if $case6|01 local.get $3 i32.const 8239 i32.eq - br_if $case6|02 + br_if $case6|01 local.get $3 i32.const 8287 i32.eq - br_if $case6|02 + br_if $case6|01 local.get $3 i32.const 12288 i32.eq - br_if $case6|02 + br_if $case6|01 local.get $3 i32.const 65279 i32.eq - br_if $case6|02 - br $break|01 + br_if $case6|01 + br $break|00 end i32.const 1 - br $__inlined_func$~lib/util/string/isSpace0 + br $__inlined_func$~lib/util/string/isSpace$5 end i32.const 0 end @@ -6062,7 +6146,7 @@ local.get $0 local.get $2 i32.add - i64.load $0 + i64.load i64.const 28429475166421108 i64.eq local.set $0 @@ -6078,6 +6162,7 @@ (local $4 f64) (local $5 f64) (local $6 i32) + (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -6096,83 +6181,83 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store block $folding-inner0 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $3 + local.tee $2 i32.eqz br_if $folding-inner0 local.get $0 - i32.load16_u $0 - local.set $2 + i32.load16_u + local.set $3 loop $while-continue|0 - block $__inlined_func$~lib/util/string/isSpace (result i32) - local.get $2 + block $__inlined_func$~lib/util/string/isSpace$6 (result i32) + local.get $3 i32.const 128 i32.or i32.const 160 i32.eq - local.get $2 + local.get $3 i32.const 9 i32.sub i32.const 4 i32.le_u i32.or - local.get $2 + local.get $3 i32.const 5760 i32.lt_u - br_if $__inlined_func$~lib/util/string/isSpace + br_if $__inlined_func$~lib/util/string/isSpace$6 drop i32.const 1 - local.get $2 + local.get $3 i32.const -8192 i32.add i32.const 10 i32.le_u - br_if $__inlined_func$~lib/util/string/isSpace + br_if $__inlined_func$~lib/util/string/isSpace$6 drop block $break|0 block $case6|0 - local.get $2 + local.get $3 i32.const 5760 i32.eq br_if $case6|0 - local.get $2 + local.get $3 i32.const 8232 i32.eq br_if $case6|0 - local.get $2 + local.get $3 i32.const 8233 i32.eq br_if $case6|0 - local.get $2 + local.get $3 i32.const 8239 i32.eq br_if $case6|0 - local.get $2 + local.get $3 i32.const 8287 i32.eq br_if $case6|0 - local.get $2 + local.get $3 i32.const 12288 i32.eq br_if $case6|0 - local.get $2 + local.get $3 i32.const 65279 i32.eq br_if $case6|0 br $break|0 end i32.const 1 - br $__inlined_func$~lib/util/string/isSpace + br $__inlined_func$~lib/util/string/isSpace$6 end i32.const 0 end @@ -6181,44 +6266,43 @@ i32.const 2 i32.add local.tee $0 - i32.load16_u $0 - local.set $2 - local.get $3 + i32.load16_u + local.set $3 + local.get $2 i32.const 1 i32.sub - local.set $3 + local.set $2 br $while-continue|0 end end f64.const 1 local.set $4 - local.get $2 - i32.const 43 - i32.eq - local.get $2 + local.get $3 i32.const 45 i32.eq + local.tee $6 + local.get $3 + i32.const 43 + i32.eq i32.or if - local.get $3 + local.get $2 i32.const 1 i32.sub - local.tee $3 + local.tee $2 i32.eqz br_if $folding-inner0 f64.const -1 f64.const 1 - local.get $2 - i32.const 45 - i32.eq + local.get $6 select local.set $4 local.get $0 i32.const 2 i32.add local.tee $0 - i32.load16_u $0 - local.set $2 + i32.load16_u + local.set $3 end local.get $1 if @@ -6234,16 +6318,16 @@ i32.const 16 i32.eq if - local.get $2 + local.get $3 i32.const 48 i32.eq - local.get $3 + local.get $2 i32.const 2 i32.gt_s i32.and if (result i32) local.get $0 - i32.load16_u $0 offset=2 + i32.load16_u offset=2 i32.const 32 i32.or i32.const 120 @@ -6252,10 +6336,10 @@ i32.const 0 end if - local.get $3 + local.get $2 i32.const 2 i32.sub - local.set $3 + local.set $2 local.get $0 i32.const 4 i32.add @@ -6263,10 +6347,10 @@ end end else - local.get $2 + local.get $3 i32.const 48 i32.eq - local.get $3 + local.get $2 i32.const 2 i32.gt_s i32.and @@ -6275,18 +6359,18 @@ block $case2|1 block $case1|1 local.get $0 - i32.load16_u $0 offset=2 + i32.load16_u offset=2 i32.const 32 i32.or - local.tee $2 + local.tee $3 i32.const 98 i32.ne if - local.get $2 + local.get $3 i32.const 111 i32.eq br_if $case1|1 - local.get $2 + local.get $3 i32.const 120 i32.eq br_if $case2|1 @@ -6296,10 +6380,10 @@ i32.const 4 i32.add local.set $0 - local.get $3 + local.get $2 i32.const 2 i32.sub - local.set $3 + local.set $2 i32.const 2 local.set $1 br $break|1 @@ -6308,10 +6392,10 @@ i32.const 4 i32.add local.set $0 - local.get $3 + local.get $2 i32.const 2 i32.sub - local.set $3 + local.set $2 i32.const 8 local.set $1 br $break|1 @@ -6320,10 +6404,10 @@ i32.const 4 i32.add local.set $0 - local.get $3 + local.get $2 i32.const 2 i32.sub - local.set $3 + local.set $2 i32.const 16 local.set $1 end @@ -6334,59 +6418,57 @@ select local.set $1 end - local.get $3 + local.get $2 i32.const 1 i32.sub - local.set $6 + local.set $7 loop $while-continue|2 - local.get $3 - local.tee $2 + local.get $2 + local.tee $3 i32.const 1 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 if block $while-break|2 local.get $0 - i32.load16_u $0 - local.tee $2 + i32.load16_u + local.tee $6 i32.const 48 i32.sub + local.tee $3 i32.const 10 - i32.lt_u - if (result i32) - local.get $2 - i32.const 48 - i32.sub - else - local.get $2 + i32.ge_u + if + local.get $6 i32.const 65 i32.sub i32.const 25 i32.le_u if (result i32) - local.get $2 + local.get $6 i32.const 55 i32.sub else - local.get $2 + local.get $6 i32.const 87 i32.sub - local.get $2 - local.get $2 + local.get $6 + local.get $6 i32.const 97 i32.sub i32.const 25 i32.le_u select end + local.set $3 end - local.tee $2 local.get $1 - i32.ge_u + local.get $3 + i32.le_u if - local.get $3 - local.get $6 + local.get $2 + local.get $7 i32.eq br_if $folding-inner0 br $while-break|2 @@ -6395,7 +6477,7 @@ local.get $1 f64.convert_i32_s f64.mul - local.get $2 + local.get $3 f64.convert_i32_u f64.add local.set $5 @@ -6443,10 +6525,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 call $~lib/util/string/strtol @@ -6461,16 +6543,17 @@ (local $1 i32) (local $2 i32) (local $3 i32) - (local $4 i64) - (local $5 i64) + (local $4 i32) + (local $5 i32) (local $6 i64) (local $7 i64) (local $8 f64) (local $9 i32) (local $10 f64) - (local $11 i64) - (local $12 i32) - (local $13 i32) + (local $11 i32) + (local $12 i64) + (local $13 i64) + (local $14 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -6487,90 +6570,90 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $3 i32.const 0 - i32.store $0 - local.get $1 + i32.store + local.get $3 local.get $0 - i32.store $0 + i32.store block $folding-inner1 block $folding-inner0 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $12 + local.tee $5 i32.eqz br_if $folding-inner0 local.get $0 - i32.load16_u $0 - local.set $13 + i32.load16_u + local.set $4 f64.const 1 - local.set $8 + local.set $10 loop $while-continue|0 - local.get $12 + local.get $5 if (result i32) - block $__inlined_func$~lib/util/string/isSpace (result i32) - local.get $13 + block $__inlined_func$~lib/util/string/isSpace$7 (result i32) + local.get $4 i32.const 128 i32.or i32.const 160 i32.eq - local.get $13 + local.get $4 i32.const 9 i32.sub i32.const 4 i32.le_u i32.or - local.get $13 + local.get $4 i32.const 5760 i32.lt_u - br_if $__inlined_func$~lib/util/string/isSpace + br_if $__inlined_func$~lib/util/string/isSpace$7 drop i32.const 1 - local.get $13 + local.get $4 i32.const -8192 i32.add i32.const 10 i32.le_u - br_if $__inlined_func$~lib/util/string/isSpace + br_if $__inlined_func$~lib/util/string/isSpace$7 drop block $break|0 block $case6|0 - local.get $13 + local.get $4 i32.const 5760 i32.eq br_if $case6|0 - local.get $13 + local.get $4 i32.const 8232 i32.eq br_if $case6|0 - local.get $13 + local.get $4 i32.const 8233 i32.eq br_if $case6|0 - local.get $13 + local.get $4 i32.const 8239 i32.eq br_if $case6|0 - local.get $13 + local.get $4 i32.const 8287 i32.eq br_if $case6|0 - local.get $13 + local.get $4 i32.const 12288 i32.eq br_if $case6|0 - local.get $13 + local.get $4 i32.const 65279 i32.eq br_if $case6|0 br $break|0 end i32.const 1 - br $__inlined_func$~lib/util/string/isSpace + br $__inlined_func$~lib/util/string/isSpace$7 end i32.const 0 end @@ -6582,70 +6665,70 @@ i32.const 2 i32.add local.tee $0 - i32.load16_u $0 - local.set $13 - local.get $12 + i32.load16_u + local.set $4 + local.get $5 i32.const 1 i32.sub - local.set $12 + local.set $5 br $while-continue|0 end end - local.get $12 + local.get $5 i32.eqz br_if $folding-inner0 - local.get $13 + local.get $4 i32.const 45 i32.eq if (result i32) - local.get $12 + local.get $5 i32.const 1 i32.sub - local.tee $12 + local.tee $5 i32.eqz br_if $folding-inner0 f64.const -1 - local.set $8 + local.set $10 local.get $0 i32.const 2 i32.add local.tee $0 - i32.load16_u $0 + i32.load16_u else - local.get $13 + local.get $4 i32.const 43 i32.eq if (result i32) - local.get $12 + local.get $5 i32.const 1 i32.sub - local.tee $12 + local.tee $5 i32.eqz br_if $folding-inner0 local.get $0 i32.const 2 i32.add local.tee $0 - i32.load16_u $0 + i32.load16_u else - local.get $13 + local.get $4 end end - local.tee $13 + local.tee $4 i32.const 73 i32.eq - local.get $12 + local.get $5 i32.const 8 i32.ge_s i32.and if local.get $0 - i64.load $0 + i64.load i64.const 29555310648492105 i64.eq if (result i32) local.get $0 - i64.load $0 offset=8 + i64.load offset=8 i64.const 34058970405077102 i64.eq else @@ -6656,17 +6739,17 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $8 + local.get $10 f64.const inf f64.mul return end br $folding-inner0 end - local.get $13 + local.get $4 i32.const 46 i32.ne - local.get $13 + local.get $4 i32.const 48 i32.sub i32.const 10 @@ -6674,9 +6757,9 @@ i32.and br_if $folding-inner0 local.get $0 - local.set $1 + local.set $3 loop $while-continue|1 - local.get $13 + local.get $4 i32.const 48 i32.eq if @@ -6684,36 +6767,36 @@ i32.const 2 i32.add local.tee $0 - i32.load16_u $0 - local.set $13 - local.get $12 + i32.load16_u + local.set $4 + local.get $5 i32.const 1 i32.sub - local.set $12 + local.set $5 br $while-continue|1 end end - local.get $12 + local.get $5 i32.const 0 i32.le_s br_if $folding-inner1 - local.get $13 + local.get $4 i32.const 46 i32.eq if local.get $0 - local.get $1 + local.get $3 i32.eq - local.set $1 + local.set $3 local.get $0 i32.const 2 i32.add local.set $0 - local.get $1 - local.get $12 + local.get $3 + local.get $5 i32.const 1 i32.sub - local.tee $12 + local.tee $5 i32.eqz i32.and br_if $folding-inner0 @@ -6721,15 +6804,15 @@ local.set $9 loop $for-loop|2 local.get $0 - i32.load16_u $0 - local.tee $13 + i32.load16_u + local.tee $4 i32.const 48 i32.eq if - local.get $12 + local.get $5 i32.const 1 i32.sub - local.set $12 + local.set $5 local.get $2 i32.const 1 i32.sub @@ -6741,15 +6824,15 @@ br $for-loop|2 end end - local.get $12 + local.get $5 i32.const 0 i32.le_s br_if $folding-inner1 - local.get $1 + local.get $3 local.get $2 i32.eqz i32.and - local.get $13 + local.get $4 i32.const 48 i32.sub i32.const 10 @@ -6757,85 +6840,84 @@ i32.and br_if $folding-inner0 end - local.get $13 + local.get $4 i32.const 48 i32.sub - local.set $1 + local.set $3 loop $for-loop|3 + local.get $3 + i32.const 10 + i32.lt_u + local.tee $11 local.get $9 i32.eqz - local.get $13 + local.get $4 i32.const 46 i32.eq i32.and - local.get $1 - i32.const 10 - i32.lt_u i32.or if block $for-break3 - local.get $1 - i32.const 10 - i32.lt_u + local.get $11 if - local.get $3 + local.get $1 i32.const 19 i32.lt_s if (result i64) - local.get $1 + local.get $3 i64.extend_i32_u - local.get $11 + local.get $6 i64.const 10 i64.mul i64.add else - local.get $11 - local.get $1 + local.get $6 + local.get $3 i32.const 0 i32.ne i64.extend_i32_u i64.or end - local.set $11 - local.get $3 + local.set $6 + local.get $1 i32.const 1 i32.add - local.set $3 + local.set $1 else - local.get $3 + local.get $1 local.set $2 i32.const 1 local.set $9 end - local.get $12 + local.get $5 i32.const 1 i32.sub - local.tee $12 + local.tee $5 i32.eqz br_if $for-break3 local.get $0 i32.const 2 i32.add local.tee $0 - i32.load16_u $0 - local.tee $13 + i32.load16_u + local.tee $4 i32.const 48 i32.sub - local.set $1 + local.set $3 br $for-loop|3 end end end block $~lib/util/string/scientific|inlined.0 - local.get $11 + local.get $6 i64.eqz local.get $2 - local.get $3 + local.get $1 local.get $9 select i32.const 19 - local.get $3 - local.get $3 + local.get $1 + local.get $1 i32.const 19 i32.gt_s select @@ -6844,10 +6926,10 @@ i32.const 1 local.set $9 i32.const 0 - local.set $13 + local.set $4 i32.const 0 local.get $0 - i32.load16_u $0 + i32.load16_u i32.const 32 i32.or i32.const 101 @@ -6855,10 +6937,10 @@ br_if $~lib/util/string/parseExp|inlined.0 drop i32.const 0 - local.get $12 + local.get $5 i32.const 1 i32.sub - local.tee $12 + local.tee $5 i32.eqz br_if $~lib/util/string/parseExp|inlined.0 drop @@ -6866,16 +6948,16 @@ i32.const 2 i32.add local.tee $0 - i32.load16_u $0 + i32.load16_u local.tee $1 i32.const 45 i32.eq if (result i32) i32.const 0 - local.get $12 + local.get $5 i32.const 1 i32.sub - local.tee $12 + local.tee $5 i32.eqz br_if $~lib/util/string/parseExp|inlined.0 drop @@ -6885,17 +6967,17 @@ i32.const 2 i32.add local.tee $0 - i32.load16_u $0 + i32.load16_u else local.get $1 i32.const 43 i32.eq if (result i32) i32.const 0 - local.get $12 + local.get $5 i32.const 1 i32.sub - local.tee $12 + local.tee $5 i32.eqz br_if $~lib/util/string/parseExp|inlined.0 drop @@ -6903,22 +6985,22 @@ i32.const 2 i32.add local.tee $0 - i32.load16_u $0 + i32.load16_u else local.get $1 end end - local.set $1 + local.set $3 loop $while-continue|4 - local.get $1 + local.get $3 i32.const 48 i32.eq if i32.const 0 - local.get $12 + local.get $5 i32.const 1 i32.sub - local.tee $12 + local.tee $5 i32.eqz br_if $~lib/util/string/parseExp|inlined.0 drop @@ -6926,54 +7008,54 @@ i32.const 2 i32.add local.tee $0 - i32.load16_u $0 - local.set $1 + i32.load16_u + local.set $3 br $while-continue|4 end end - local.get $1 + local.get $3 i32.const 48 i32.sub - local.set $1 + local.set $3 loop $for-loop|5 - local.get $1 + local.get $3 i32.const 10 i32.lt_u i32.const 0 - local.get $12 + local.get $5 select if local.get $9 i32.const 3200 i32.mul - local.get $13 + local.get $4 i32.const 3200 i32.ge_s br_if $~lib/util/string/parseExp|inlined.0 drop - local.get $13 + local.get $4 i32.const 10 i32.mul - local.get $1 + local.get $3 i32.add - local.set $13 - local.get $12 + local.set $4 + local.get $5 i32.const 1 i32.sub - local.set $12 + local.set $5 local.get $0 i32.const 2 i32.add local.tee $0 - i32.load16_u $0 + i32.load16_u i32.const 48 i32.sub - local.set $1 + local.set $3 br $for-loop|5 end end + local.get $4 local.get $9 - local.get $13 i32.mul end i32.add @@ -6983,14 +7065,14 @@ i32.or br_if $~lib/util/string/scientific|inlined.0 f64.const inf - local.set $10 + local.set $8 local.get $0 i32.const 308 i32.gt_s br_if $~lib/util/string/scientific|inlined.0 - local.get $11 + local.get $6 f64.convert_i64_u - local.set $10 + local.set $8 local.get $0 i32.eqz br_if $~lib/util/string/scientific|inlined.0 @@ -7002,19 +7084,19 @@ i32.gt_s i32.and if - local.get $10 + local.get $8 local.get $0 i32.const 3 i32.shl i32.const 4496 i32.add - f64.load $0 + f64.load f64.mul - local.set $10 + local.set $8 i32.const 22 local.set $0 end - local.get $11 + local.get $6 i64.const 9007199254740991 i64.le_u if (result i32) @@ -7036,18 +7118,18 @@ i32.const 0 i32.gt_s if - local.get $10 + local.get $8 local.get $0 i32.const 3 i32.shl i32.const 4672 i32.add - f64.load $0 + f64.load f64.mul - local.set $10 + local.set $8 br $~lib/util/string/scientific|inlined.0 end - local.get $10 + local.get $8 i32.const 0 local.get $0 i32.sub @@ -7055,22 +7137,22 @@ i32.shl i32.const 4672 i32.add - f64.load $0 + f64.load f64.div else local.get $0 i32.const 0 i32.lt_s if (result f64) - local.get $11 - local.get $11 + local.get $6 + local.get $6 i64.clz - local.tee $4 + local.tee $7 i64.shl - local.set $11 + local.set $6 local.get $0 i64.extend_i32_s - local.get $4 + local.get $7 i64.sub local.set $7 loop $for-loop|6 @@ -7078,15 +7160,15 @@ i32.const -14 i32.le_s if - local.get $11 + local.get $6 i64.const 6103515625 i64.rem_u - local.get $11 + local.get $6 i64.const 6103515625 i64.div_u - local.tee $5 + local.tee $6 i64.clz - local.tee $4 + local.tee $12 i64.const 18 i64.sub i64.shl @@ -7095,13 +7177,13 @@ f64.mul f64.nearest i64.trunc_sat_f64_u - local.get $5 - local.get $4 + local.get $6 + local.get $12 i64.shl i64.add - local.set $11 + local.set $6 local.get $7 - local.get $4 + local.get $12 i64.sub local.set $7 local.get $0 @@ -7111,49 +7193,49 @@ br $for-loop|6 end end - local.get $11 + local.get $6 i32.const 0 local.get $0 i32.sub call $~lib/math/ipow32 i64.extend_i32_s - local.tee $5 + local.tee $13 i64.div_u - local.tee $4 + local.tee $14 i64.clz - local.set $6 - local.get $11 - local.get $5 + local.set $12 + local.get $6 + local.get $13 i64.rem_u f64.convert_i64_u i64.reinterpret_f64 - local.get $6 + local.get $12 i64.const 52 i64.shl i64.add f64.reinterpret_i64 - local.get $5 + local.get $13 f64.convert_i64_u f64.div i64.trunc_sat_f64_u - local.get $4 - local.get $6 + local.get $14 + local.get $12 i64.shl i64.add f64.convert_i64_u local.get $7 - local.get $6 + local.get $12 i64.sub i32.wrap_i64 call $~lib/math/NativeMath.scalbn else - local.get $11 - local.get $11 + local.get $6 + local.get $6 i64.ctz - local.tee $4 + local.tee $7 i64.shr_u - local.set $11 - local.get $4 + local.set $6 + local.get $7 local.get $0 i64.extend_i32_s i64.add @@ -7164,50 +7246,50 @@ i32.ge_s if i64.const 32 - local.get $11 + local.get $6 i64.const 32 i64.shr_u i64.const 1220703125 i64.mul - local.get $11 + local.get $6 i64.const 4294967295 i64.and i64.const 1220703125 i64.mul - local.tee $7 + local.tee $6 i64.const 32 i64.shr_u i64.add - local.tee $6 + local.tee $7 i64.const 32 i64.shr_u i32.wrap_i64 i32.clz i64.extend_i32_u - local.tee $5 + local.tee $12 i64.sub - local.tee $4 + local.tee $13 global.get $~lib/util/string/__fixmulShift i64.add global.set $~lib/util/string/__fixmulShift - local.get $7 - local.get $5 + local.get $6 + local.get $12 i64.shl i64.const 31 i64.shr_u i64.const 1 i64.and - local.get $6 - local.get $5 - i64.shl local.get $7 + local.get $12 + i64.shl + local.get $6 i64.const 4294967295 i64.and - local.get $4 + local.get $13 i64.shr_u i64.or i64.add - local.set $11 + local.set $6 local.get $0 i32.const 13 i32.sub @@ -7218,19 +7300,19 @@ local.get $0 call $~lib/math/ipow32 i64.extend_i32_u - local.tee $4 - local.get $11 + local.tee $7 + local.get $6 i64.const 4294967295 i64.and i64.mul - local.set $7 + local.set $12 i64.const 32 - local.get $11 + local.get $6 i64.const 32 i64.shr_u - local.get $4 - i64.mul local.get $7 + i64.mul + local.get $12 i64.const 32 i64.shr_u i64.add @@ -7240,26 +7322,26 @@ i32.wrap_i64 i32.clz i64.extend_i32_u - local.tee $5 + local.tee $7 i64.sub - local.tee $4 + local.tee $13 global.get $~lib/util/string/__fixmulShift i64.add global.set $~lib/util/string/__fixmulShift + local.get $12 local.get $7 - local.get $5 i64.shl i64.const 31 i64.shr_u i64.const 1 i64.and local.get $6 - local.get $5 - i64.shl local.get $7 + i64.shl + local.get $12 i64.const 4294967295 i64.and - local.get $4 + local.get $13 i64.shr_u i64.or i64.add @@ -7269,14 +7351,14 @@ call $~lib/math/NativeMath.scalbn end end - local.set $10 + local.set $8 end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $10 local.get $8 + local.get $10 f64.copysign return end @@ -7291,7 +7373,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $8 + local.get $10 f64.const 0 f64.mul ) @@ -7316,10 +7398,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/util/string/strtod local.set $2 @@ -7337,6 +7419,7 @@ (local $4 i32) (local $5 i32) (local $6 i32) + (local $7 i32) i32.const 4880 local.set $2 global.get $~lib/memory/__stack_pointer @@ -7357,23 +7440,23 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 4880 - i32.store $0 + i32.store block $folding-inner0 i32.const 4876 - i32.load $0 + i32.load i32.const 1 i32.shr_u local.tee $0 i32.eqz br_if $folding-inner0 i32.const 4880 - i32.load16_u $0 + i32.load16_u local.set $1 loop $while-continue|0 - block $__inlined_func$~lib/util/string/isSpace (result i32) + block $__inlined_func$~lib/util/string/isSpace$8 (result i32) local.get $1 i32.const 128 i32.or @@ -7388,7 +7471,7 @@ local.get $1 i32.const 5760 i32.lt_u - br_if $__inlined_func$~lib/util/string/isSpace + br_if $__inlined_func$~lib/util/string/isSpace$8 drop i32.const 1 local.get $1 @@ -7396,7 +7479,7 @@ i32.add i32.const 10 i32.le_u - br_if $__inlined_func$~lib/util/string/isSpace + br_if $__inlined_func$~lib/util/string/isSpace$8 drop block $break|0 block $case6|0 @@ -7431,7 +7514,7 @@ br $break|0 end i32.const 1 - br $__inlined_func$~lib/util/string/isSpace + br $__inlined_func$~lib/util/string/isSpace$8 end i32.const 0 end @@ -7440,7 +7523,7 @@ i32.const 2 i32.add local.tee $2 - i32.load16_u $0 + i32.load16_u local.set $1 local.get $0 i32.const 1 @@ -7450,12 +7533,13 @@ end end i32.const 1 - local.set $3 + local.set $4 local.get $1 - i32.const 43 + i32.const 45 i32.eq + local.tee $6 local.get $1 - i32.const 45 + i32.const 43 i32.eq i32.or if (result i32) @@ -7467,16 +7551,14 @@ br_if $folding-inner0 i32.const -1 i32.const 1 - local.get $1 - i32.const 45 - i32.eq + local.get $6 select - local.set $3 + local.set $4 local.get $2 i32.const 2 i32.add local.tee $2 - i32.load16_u $0 + i32.load16_u else local.get $1 end @@ -7491,7 +7573,7 @@ block $case2|1 block $case1|1 local.get $2 - i32.load16_u $0 offset=2 + i32.load16_u offset=2 i32.const 32 i32.or local.tee $1 @@ -7517,7 +7599,7 @@ i32.sub local.set $0 i32.const 2 - local.set $4 + local.set $3 br $break|1 end local.get $2 @@ -7529,7 +7611,7 @@ i32.sub local.set $0 i32.const 8 - local.set $4 + local.set $3 br $break|1 end local.get $2 @@ -7541,18 +7623,18 @@ i32.sub local.set $0 i32.const 16 - local.set $4 + local.set $3 end end - local.get $4 + local.get $3 i32.const 10 - local.get $4 + local.get $3 select - local.set $4 + local.set $6 local.get $0 i32.const 1 i32.sub - local.set $6 + local.set $7 loop $while-continue|2 local.get $0 local.tee $1 @@ -7562,52 +7644,50 @@ local.get $1 if block $while-break|2 - local.get $4 local.get $2 - i32.load16_u $0 - local.tee $1 + i32.load16_u + local.tee $3 i32.const 48 i32.sub + local.tee $1 i32.const 10 - i32.lt_u - if (result i32) - local.get $1 - i32.const 48 - i32.sub - else - local.get $1 + i32.ge_u + if + local.get $3 i32.const 65 i32.sub i32.const 25 i32.le_u if (result i32) - local.get $1 + local.get $3 i32.const 55 i32.sub else - local.get $1 + local.get $3 i32.const 87 i32.sub - local.get $1 - local.get $1 + local.get $3 + local.get $3 i32.const 97 i32.sub i32.const 25 i32.le_u select end + local.set $1 end - local.tee $1 - i32.le_u + local.get $1 + local.get $6 + i32.ge_u if local.get $0 - local.get $6 + local.get $7 i32.eq br_if $folding-inner0 br $while-break|2 end - local.get $4 local.get $5 + local.get $6 i32.mul local.get $1 i32.add @@ -7624,7 +7704,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $4 local.get $5 i32.mul return @@ -7643,6 +7723,7 @@ (local $4 i64) (local $5 i64) (local $6 i32) + (local $7 i32) i32.const 4928 local.set $2 global.get $~lib/memory/__stack_pointer @@ -7663,23 +7744,23 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 4928 - i32.store $0 + i32.store block $folding-inner0 i32.const 4924 - i32.load $0 + i32.load i32.const 1 i32.shr_u local.tee $0 i32.eqz br_if $folding-inner0 i32.const 4928 - i32.load16_u $0 + i32.load16_u local.set $1 loop $while-continue|0 - block $__inlined_func$~lib/util/string/isSpace (result i32) + block $__inlined_func$~lib/util/string/isSpace$9 (result i32) local.get $1 i32.const 128 i32.or @@ -7694,7 +7775,7 @@ local.get $1 i32.const 5760 i32.lt_u - br_if $__inlined_func$~lib/util/string/isSpace + br_if $__inlined_func$~lib/util/string/isSpace$9 drop i32.const 1 local.get $1 @@ -7702,7 +7783,7 @@ i32.add i32.const 10 i32.le_u - br_if $__inlined_func$~lib/util/string/isSpace + br_if $__inlined_func$~lib/util/string/isSpace$9 drop block $break|0 block $case6|0 @@ -7737,7 +7818,7 @@ br $break|0 end i32.const 1 - br $__inlined_func$~lib/util/string/isSpace + br $__inlined_func$~lib/util/string/isSpace$9 end i32.const 0 end @@ -7746,7 +7827,7 @@ i32.const 2 i32.add local.tee $2 - i32.load16_u $0 + i32.load16_u local.set $1 local.get $0 i32.const 1 @@ -7758,10 +7839,11 @@ i64.const 1 local.set $4 local.get $1 - i32.const 43 + i32.const 45 i32.eq + local.tee $6 local.get $1 - i32.const 45 + i32.const 43 i32.eq i32.or if (result i32) @@ -7773,16 +7855,14 @@ br_if $folding-inner0 i64.const -1 i64.const 1 - local.get $1 - i32.const 45 - i32.eq + local.get $6 select local.set $4 local.get $2 i32.const 2 i32.add local.tee $2 - i32.load16_u $0 + i32.load16_u else local.get $1 end @@ -7797,7 +7877,7 @@ block $case2|1 block $case1|1 local.get $2 - i32.load16_u $0 offset=2 + i32.load16_u offset=2 i32.const 32 i32.or local.tee $1 @@ -7858,7 +7938,7 @@ local.get $0 i32.const 1 i32.sub - local.set $3 + local.set $7 loop $while-continue|2 local.get $0 local.tee $1 @@ -7868,46 +7948,44 @@ local.get $1 if block $while-break|2 - local.get $6 local.get $2 - i32.load16_u $0 - local.tee $1 + i32.load16_u + local.tee $3 i32.const 48 i32.sub + local.tee $1 i32.const 10 - i32.lt_u - if (result i32) - local.get $1 - i32.const 48 - i32.sub - else - local.get $1 + i32.ge_u + if + local.get $3 i32.const 65 i32.sub i32.const 25 i32.le_u if (result i32) - local.get $1 + local.get $3 i32.const 55 i32.sub else - local.get $1 + local.get $3 i32.const 87 i32.sub - local.get $1 - local.get $1 + local.get $3 + local.get $3 i32.const 97 i32.sub i32.const 25 i32.le_u select end + local.set $1 end - local.tee $1 - i32.le_u + local.get $1 + local.get $6 + i32.ge_u if local.get $0 - local.get $3 + local.get $7 i32.eq br_if $folding-inner0 br $while-break|2 @@ -7947,6 +8025,7 @@ (local $2 i32) (local $3 i32) (local $4 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -7963,26 +8042,26 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $5 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and local.set $2 - local.get $3 + local.get $5 local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and local.tee $3 @@ -7991,7 +8070,7 @@ local.tee $4 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $5 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -8003,17 +8082,17 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 local.get $2 - memory.copy $0 $0 + memory.copy local.get $2 local.get $4 i32.add local.get $1 local.get $3 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -8040,13 +8119,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $~lib/string/String#concat @@ -8077,13 +8156,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $~lib/string/String.__eq @@ -8115,38 +8194,39 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $4 i64.const 0 - i64.store $0 + i64.store block $folding-inner0 local.get $0 local.get $1 i32.eq br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer + local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.tee $2 i32.eqz br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer + local.get $4 local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.tee $3 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -8156,10 +8236,10 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 local.get $1 @@ -8211,38 +8291,39 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $4 i64.const 0 - i64.store $0 + i64.store block $folding-inner0 local.get $0 local.get $1 i32.eq br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer + local.get $4 local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.tee $2 i32.eqz br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer + local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.tee $3 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -8252,10 +8333,10 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 local.get $1 @@ -8306,13 +8387,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $~lib/string/String.__lt @@ -8344,13 +8425,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $~lib/string/String.__gt @@ -8384,27 +8465,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 - local.get $1 - i32.const 0 - i32.lt_s + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $3 - i64.extend_i32_s + local.set $3 local.get $1 - i64.extend_i32_s - i64.mul - i64.const 268435456 - i64.gt_u - i32.or + i32.const 0 + i32.lt_s + if (result i32) + i32.const 1 + else + local.get $3 + i64.extend_i32_s + local.get $1 + i64.extend_i32_s + i64.mul + i64.const 268435456 + i64.gt_u + end if i32.const 14064 i32.const 1328 @@ -8446,7 +8531,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.shl @@ -8464,7 +8549,7 @@ i32.add local.get $0 local.get $3 - memory.copy $0 $0 + memory.copy local.get $2 local.get $3 i32.add @@ -8500,149 +8585,148 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $4 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $4 i32.const 0 - i32.store $0 offset=8 - local.get $3 + i32.store offset=8 + local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.set $4 - local.get $3 + local.set $5 + local.get $4 local.get $1 - i32.store $0 - block $folding-inner0 - local.get $4 - local.get $1 - i32.const 20 - i32.sub - i32.load $0 offset=16 - i32.const 1 - i32.shr_u - local.tee $5 + i32.store + local.get $5 + local.get $1 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + local.tee $3 + i32.le_u + if + local.get $3 + local.get $5 i32.le_u if local.get $4 - local.get $5 - i32.ge_u - if (result i32) - global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $1 - i32.store $0 - local.get $3 - local.get $0 - i32.store $0 offset=4 - local.get $2 - local.get $0 - local.get $1 - local.get $0 - call $~lib/string/String.__eq - select - else - local.get $0 - end - local.set $1 - br $folding-inner0 + local.get $1 + i32.store + local.get $4 + local.get $0 + i32.store offset=4 + local.get $2 + local.get $0 + local.get $1 + local.get $0 + call $~lib/string/String.__eq + select + local.set $0 end global.get $~lib/memory/__stack_pointer - local.tee $3 + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + return + end + global.get $~lib/memory/__stack_pointer + local.tee $4 + local.get $0 + i32.store + local.get $4 + local.get $1 + i32.store offset=4 + local.get $0 + local.get $1 + i32.const 0 + call $~lib/string/String#indexOf + local.tee $1 + i32.const -1 + i32.xor + if + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $5 local.get $3 - local.get $1 - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.const 0 - call $~lib/string/String#indexOf - local.tee $3 - i32.const -1 - i32.xor + i32.sub + local.tee $5 + local.get $2 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + local.tee $6 + i32.add + local.tee $4 if global.get $~lib/memory/__stack_pointer + local.get $4 + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $4 + i32.store offset=8 + local.get $4 + local.get $0 + local.get $1 + i32.const 1 + i32.shl + local.tee $7 + memory.copy + local.get $4 + local.get $7 + i32.add local.get $2 - i32.store $0 + local.get $6 + i32.const 1 + i32.shl + memory.copy local.get $4 + local.get $1 + local.get $6 + i32.add + i32.const 1 + i32.shl + i32.add + local.get $0 + local.get $1 + local.get $3 + i32.add + i32.const 1 + i32.shl + i32.add local.get $5 + local.get $1 i32.sub - local.tee $6 - local.get $2 - i32.const 20 - i32.sub - i32.load $0 offset=16 i32.const 1 - i32.shr_u - local.tee $4 + i32.shl + memory.copy + global.get $~lib/memory/__stack_pointer + i32.const 12 i32.add - local.tee $1 - if - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.const 1 - i32.shl - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $3 - i32.const 1 - i32.shl - local.tee $7 - memory.copy $0 $0 - local.get $1 - local.get $7 - i32.add - local.get $2 - local.get $4 - i32.const 1 - i32.shl - memory.copy $0 $0 - local.get $1 - local.get $3 - local.get $4 - i32.add - i32.const 1 - i32.shl - i32.add - local.get $0 - local.get $3 - local.get $5 - i32.add - i32.const 1 - i32.shl - i32.add - local.get $6 - local.get $3 - i32.sub - i32.const 1 - i32.shl - memory.copy $0 $0 - br $folding-inner0 - end + global.set $~lib/memory/__stack_pointer + local.get $4 + return end - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - return end global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $0 ) (func $~lib/string/String#replaceAll (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -8673,42 +8757,41 @@ local.tee $5 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $4 local.get $5 local.get $1 - i32.store $0 + i32.store block $folding-inner1 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $9 + local.tee $7 local.get $4 i32.ge_u if local.get $4 - local.get $9 + local.get $7 i32.ge_u if - global.get $~lib/memory/__stack_pointer - local.tee $3 + local.get $5 local.get $1 - i32.store $0 - local.get $3 + i32.store + local.get $5 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 local.get $1 @@ -8720,22 +8803,30 @@ br $folding-inner1 end global.get $~lib/memory/__stack_pointer + local.tee $6 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $5 block $folding-inner0 - local.get $9 + local.get $7 i32.eqz if local.get $5 i32.eqz - br_if $folding-inner1 + if + local.get $6 + i32.const 20 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + return + end global.get $~lib/memory/__stack_pointer local.get $4 local.get $4 @@ -8748,14 +8839,14 @@ i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=8 - local.get $6 + local.tee $10 + i32.store offset=8 + local.get $10 local.get $2 local.get $5 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $5 local.set $1 loop $for-loop|0 @@ -8763,7 +8854,7 @@ local.get $4 i32.lt_u if - local.get $6 + local.get $10 local.get $1 i32.const 1 i32.shl @@ -8773,9 +8864,9 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 - local.get $6 + i32.load16_u + i32.store16 + local.get $10 local.get $1 i32.const 1 i32.add @@ -8787,7 +8878,7 @@ local.get $5 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $1 local.get $5 i32.add @@ -8802,7 +8893,7 @@ br $folding-inner0 end local.get $5 - local.get $9 + local.get $7 i32.eq if global.get $~lib/memory/__stack_pointer @@ -8812,29 +8903,29 @@ local.tee $3 i32.const 2 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=12 - local.get $6 + local.tee $10 + i32.store offset=12 + local.get $10 local.get $0 local.get $3 - memory.copy $0 $0 + memory.copy loop $while-continue|1 global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - local.get $7 + local.get $9 call $~lib/string/String#indexOf local.tee $3 i32.const -1 i32.xor if - local.get $6 + local.get $10 local.get $3 i32.const 1 i32.shl @@ -8843,11 +8934,11 @@ local.get $5 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $3 - local.get $9 + local.get $7 i32.add - local.set $7 + local.set $9 br $while-continue|1 end end @@ -8857,24 +8948,24 @@ local.set $3 loop $while-continue|2 global.get $~lib/memory/__stack_pointer - local.tee $10 + local.tee $6 local.get $0 - i32.store $0 - local.get $10 + i32.store + local.get $6 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - local.get $7 + local.get $9 call $~lib/string/String#indexOf - local.tee $10 + local.tee $6 i32.const -1 i32.xor if global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 - local.get $6 + local.get $10 + i32.store + local.get $10 call $~lib/string/String.__not if global.get $~lib/memory/__stack_pointer @@ -8883,11 +8974,11 @@ i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=16 + local.tee $10 + i32.store offset=16 end - local.get $10 - local.get $7 + local.get $6 + local.get $9 i32.sub local.tee $11 local.get $8 @@ -8898,7 +8989,7 @@ i32.gt_u if global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $10 local.get $3 i32.const 1 i32.shl @@ -8906,28 +8997,28 @@ i32.const 1 i32.shl call $~lib/rt/itcms/__renew - local.tee $6 - i32.store $0 offset=16 + local.tee $10 + i32.store offset=16 end - local.get $6 + local.get $10 local.get $8 i32.const 1 i32.shl i32.add local.get $0 - local.get $7 + local.get $9 i32.const 1 i32.shl i32.add local.get $11 i32.const 1 i32.shl - memory.copy $0 $0 - local.get $6 + memory.copy + local.get $10 local.get $8 local.get $11 i32.add - local.tee $7 + local.tee $8 i32.const 1 i32.shl i32.add @@ -8935,22 +9026,22 @@ local.get $5 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $5 - local.get $7 + local.get $8 i32.add local.set $8 - local.get $9 - local.get $10 + local.get $6 + local.get $7 i32.add - local.set $7 + local.set $9 br $while-continue|2 end end - local.get $6 + local.get $10 if local.get $4 - local.get $7 + local.get $9 i32.sub local.tee $1 local.get $8 @@ -8959,7 +9050,7 @@ i32.gt_u if global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $10 local.get $3 i32.const 1 i32.shl @@ -8967,25 +9058,25 @@ i32.const 1 i32.shl call $~lib/rt/itcms/__renew - local.tee $6 - i32.store $0 offset=16 + local.tee $10 + i32.store offset=16 end local.get $1 if - local.get $6 + local.get $10 local.get $8 i32.const 1 i32.shl i32.add local.get $0 - local.get $7 + local.get $9 i32.const 1 i32.shl i32.add local.get $1 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy end local.get $1 local.get $8 @@ -8995,13 +9086,13 @@ i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $10 local.get $0 i32.const 1 i32.shl call $~lib/rt/itcms/__renew - local.tee $6 - i32.store $0 offset=16 + local.tee $10 + i32.store offset=16 end br $folding-inner0 end @@ -9011,7 +9102,7 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 + local.get $10 return end global.get $~lib/memory/__stack_pointer @@ -9040,14 +9131,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 @@ -9115,7 +9206,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $0 local.get $1 @@ -9123,7 +9214,7 @@ i32.shl i32.add local.get $2 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -9149,7 +9240,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -9165,7 +9256,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -9197,10 +9288,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $2 i32.const 0 local.get $2 @@ -9211,7 +9302,7 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.tee $3 @@ -9255,7 +9346,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $0 local.get $1 @@ -9263,7 +9354,7 @@ i32.shl i32.add local.get $2 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -9289,7 +9380,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -9305,7 +9396,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -9320,6 +9411,7 @@ (func $~lib/string/String#substring (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -9338,29 +9430,29 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 0 local.get $1 i32.const 0 i32.gt_s select - local.tee $1 + local.tee $4 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $3 + local.tee $1 local.get $1 - local.get $3 - i32.lt_s + local.get $4 + i32.gt_s select - local.tee $1 + local.tee $4 local.get $2 i32.const 0 local.get $2 @@ -9368,44 +9460,44 @@ i32.gt_s select local.tee $2 - local.get $3 + local.get $1 + local.get $1 local.get $2 - local.get $3 - i32.lt_s + i32.gt_s select local.tee $2 - local.get $1 local.get $2 - i32.lt_s + local.get $4 + i32.gt_s select i32.const 1 i32.shl - local.set $4 - local.get $1 + local.set $5 + local.get $4 local.get $2 - local.get $1 local.get $2 - i32.gt_s + local.get $4 + i32.lt_s select i32.const 1 i32.shl - local.tee $1 - local.get $4 - i32.sub local.tee $2 + local.get $5 + i32.sub + local.tee $4 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 1712 return end - local.get $4 + local.get $5 i32.eqz + local.get $2 local.get $1 - local.get $3 i32.const 1 i32.shl i32.eq @@ -9419,17 +9511,17 @@ return end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.const 2 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - local.get $4 + local.get $5 i32.add - local.get $2 - memory.copy $0 $0 + local.get $4 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -9455,7 +9547,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -9471,7 +9563,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -9504,13 +9596,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.const 2 i32.shr_u @@ -9529,9 +9621,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.tee $3 i32.const 1073741820 local.get $2 @@ -9564,21 +9656,18 @@ if local.get $0 local.get $2 - i32.store $0 + i32.store local.get $0 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 + local.get $0 local.get $2 - if - local.get $0 - local.get $2 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link end local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -9606,13 +9695,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $2 i32.const 1 i32.add @@ -9620,30 +9709,26 @@ call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 i32.const 2 i32.shl i32.add local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -9672,7 +9757,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 40 - memory.fill $0 + memory.fill local.get $2 i32.eqz br_if $folding-inner1 @@ -9684,12 +9769,12 @@ i32.const 5 i32.const 0 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 + local.tee $2 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.load $0 offset=4 - i32.store $0 offset=4 + local.get $2 + i32.load offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -9699,40 +9784,37 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 - i32.store $0 - local.get $2 + i32.store local.get $1 - i32.store $0 - local.get $1 - i32.load $0 offset=12 + local.get $2 + i32.store + local.get $2 + i32.load offset=12 i32.eqz if - local.get $1 + local.get $2 i32.const 1 call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 + local.get $2 + i32.store + local.get $2 i32.const 1 - i32.store $0 offset=12 + i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 - local.get $1 - i32.load $0 offset=4 + local.get $2 + i32.store + local.get $2 + i32.load offset=4 local.get $0 - i32.store $0 + i32.store + local.get $2 local.get $0 - if - local.get $1 - local.get $0 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -9742,78 +9824,78 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.set $5 + local.set $7 local.get $6 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2147483647 local.get $2 local.get $2 i32.const 0 i32.lt_s select - local.set $7 + local.set $2 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $8 + local.tee $5 if - local.get $5 + local.get $7 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $6 i32.const 1 i32.const 5 i32.const 0 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=20 + local.tee $2 + i32.store offset=20 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 - local.get $1 - i32.load $0 offset=4 + local.get $2 + i32.store offset=8 + local.get $2 + i32.load offset=4 i32.const 1712 - i32.store $0 + i32.store br $folding-inner2 end else - local.get $5 + local.get $7 i32.eqz br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.get $5 local.get $7 - local.get $5 + local.get $2 + local.get $2 local.get $7 - i32.lt_s + i32.gt_s select local.tee $3 i32.const 5 i32.const 0 call $~lib/rt/__newArray - local.tee $1 - i32.store $0 offset=12 + local.tee $2 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=8 - local.get $1 - i32.load $0 offset=4 + local.get $2 + i32.store offset=8 + local.get $2 + i32.load offset=4 local.set $4 i32.const 0 - local.set $2 + local.set $1 loop $for-loop|0 - local.get $2 + local.get $1 local.get $3 i32.lt_s if @@ -9822,33 +9904,30 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $5 - i32.store $0 offset=16 + i32.store offset=16 local.get $5 local.get $0 - local.get $2 + local.get $1 i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $4 - local.get $2 + local.get $1 i32.const 2 i32.shl i32.add local.get $5 - i32.store $0 - local.get $5 - if - local.get $1 - local.get $5 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.store local.get $2 + local.get $5 + i32.const 1 + call $~lib/rt/itcms/__link + local.get $1 i32.const 1 i32.add - local.set $2 + local.set $1 br $for-loop|0 end end @@ -9859,16 +9938,16 @@ i32.const 5 i32.const 0 call $~lib/rt/__newArray - local.tee $2 - i32.store $0 offset=24 + local.tee $8 + i32.store offset=24 loop $while-continue|1 global.get $~lib/memory/__stack_pointer local.tee $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 local.get $1 - i32.store $0 offset=28 + i32.store offset=28 local.get $0 local.get $1 local.get $3 @@ -9892,7 +9971,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $6 - i32.store $0 offset=32 + i32.store offset=32 local.get $6 local.get $0 local.get $3 @@ -9900,25 +9979,25 @@ i32.shl i32.add local.get $10 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=8 + local.get $8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=28 - local.get $2 + i32.store offset=28 + local.get $8 local.get $6 call $~lib/array/Array<~lib/string/String>#push else global.get $~lib/memory/__stack_pointer local.tee $3 - local.get $2 - i32.store $0 offset=8 + local.get $8 + i32.store offset=8 local.get $3 i32.const 1712 - i32.store $0 offset=28 - local.get $2 + i32.store offset=28 + local.get $8 i32.const 1712 call $~lib/array/Array<~lib/string/String>#push end @@ -9926,10 +10005,10 @@ i32.const 1 i32.add local.tee $4 - local.get $7 + local.get $2 i32.eq br_if $folding-inner3 - local.get $8 + local.get $5 local.get $9 i32.add local.set $3 @@ -9941,17 +10020,17 @@ if global.get $~lib/memory/__stack_pointer local.tee $1 - local.get $2 - i32.store $0 offset=8 + local.get $8 + i32.store offset=8 local.get $1 local.get $0 - i32.store $0 offset=28 - local.get $2 + i32.store offset=28 + local.get $8 local.get $0 call $~lib/array/Array<~lib/string/String>#push br $folding-inner3 end - local.get $5 + local.get $7 local.get $3 i32.sub local.tee $1 @@ -9965,34 +10044,34 @@ local.tee $1 i32.const 2 call $~lib/rt/itcms/__new - local.tee $4 - i32.store $0 offset=36 - local.get $4 + local.tee $2 + i32.store offset=36 + local.get $2 local.get $0 local.get $3 i32.const 1 i32.shl i32.add local.get $1 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=8 + local.get $8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=28 local.get $2 - local.get $4 + i32.store offset=28 + local.get $8 + local.get $2 call $~lib/array/Array<~lib/string/String>#push else global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $2 - i32.store $0 offset=8 + local.get $8 + i32.store offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=28 - local.get $2 + i32.store offset=28 + local.get $8 i32.const 1712 call $~lib/array/Array<~lib/string/String>#push end @@ -10000,7 +10079,7 @@ i32.const 40 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $8 return end i32.const 59232 @@ -10014,20 +10093,20 @@ i32.const 5 i32.const 0 call $~lib/rt/__newArray - local.set $1 + local.set $2 end global.get $~lib/memory/__stack_pointer i32.const 40 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 return end global.get $~lib/memory/__stack_pointer i32.const 40 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $8 ) (func $~lib/string/String#split@varargs (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -10049,7 +10128,7 @@ end global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $2of2 block $1of2 block $0of2 @@ -10068,10 +10147,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 local.get $2 @@ -10103,13 +10182,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1264 @@ -10122,17 +10201,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz if @@ -10151,10 +10230,10 @@ ) (func $start:std/string (local $0 i32) - (local $1 i32) - (local $2 f64) - (local $3 f32) - (local $4 i64) + (local $1 f64) + (local $2 f32) + (local $3 i64) + (local $4 i32) (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer @@ -10169,7 +10248,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 96 - memory.fill $0 + memory.fill global.get $std/string/str i32.const 1056 i32.ne @@ -10184,10 +10263,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1168 - i32.store $0 + i32.store local.get $0 i32.const 1168 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1168 i32.const 1168 call $~lib/string/String.__eq @@ -10203,10 +10282,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1200 - i32.store $0 + i32.store local.get $0 i32.const 1200 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1200 i32.const 1200 call $~lib/string/String.__eq @@ -10222,10 +10301,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1232 - i32.store $0 + i32.store local.get $0 i32.const 1232 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1232 i32.const 1232 call $~lib/string/String.__eq @@ -10241,11 +10320,11 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.const 16 @@ -10261,8 +10340,8 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $5 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 4 i32.sub @@ -10274,29 +10353,29 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 - local.get $5 - i32.store $0 - block $__inlined_func$~lib/string/String#charCodeAt - local.get $5 + local.get $4 + i32.store + block $__inlined_func$~lib/string/String#charCodeAt$291 + local.get $4 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $0 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const -1 local.set $0 - br $__inlined_func$~lib/string/String#charCodeAt + br $__inlined_func$~lib/string/String#charCodeAt$291 end - local.get $5 - i32.load16_u $0 + local.get $4 + i32.load16_u local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -10317,8 +10396,8 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $5 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 4 i32.sub @@ -10330,34 +10409,34 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 - local.get $5 - i32.store $0 - block $__inlined_func$~lib/string/String#codePointAt - local.get $5 + local.get $4 + i32.store + block $__inlined_func$~lib/string/String#codePointAt$292 + local.get $4 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $0 + local.tee $5 i32.const 1 i32.le_u if - global.get $~lib/memory/__stack_pointer + local.get $0 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const -1 local.set $0 - br $__inlined_func$~lib/string/String#codePointAt + br $__inlined_func$~lib/string/String#codePointAt$292 end - local.get $0 + local.get $5 i32.const 2 i32.eq - local.get $5 - i32.load16_u $0 offset=2 + local.get $4 + i32.load16_u offset=2 local.tee $0 i32.const 64512 i32.and @@ -10369,11 +10448,11 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/string/String#codePointAt + br $__inlined_func$~lib/string/String#codePointAt$292 end - local.get $5 - i32.load16_u $0 offset=4 - local.tee $5 + local.get $4 + i32.load16_u offset=4 + local.tee $4 i32.const 64512 i32.and i32.const 56320 @@ -10383,7 +10462,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/string/String#codePointAt + br $__inlined_func$~lib/string/String#codePointAt$292 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -10392,7 +10471,7 @@ local.get $0 i32.const 10 i32.shl - local.get $5 + local.get $4 i32.add i32.const 56613888 i32.sub @@ -10409,7 +10488,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 59212 @@ -10419,52 +10498,52 @@ global.set $~lib/rt/itcms/threshold i32.const 1492 i32.const 1488 - i32.store $0 + i32.store i32.const 1496 i32.const 1488 - i32.store $0 + i32.store i32.const 1488 global.set $~lib/rt/itcms/pinSpace i32.const 1524 i32.const 1520 - i32.store $0 + i32.store i32.const 1528 i32.const 1520 - i32.store $0 + i32.store i32.const 1520 global.set $~lib/rt/itcms/toSpace i32.const 1604 i32.const 1600 - i32.store $0 + i32.store i32.const 1608 i32.const 1600 - i32.store $0 + i32.store i32.const 1600 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 15 call $~lib/string/String#at local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $std/string/str - local.tee $5 - i32.store $0 offset=8 - local.get $5 + local.tee $4 + i32.store offset=8 + local.get $4 i32.const 15 call $~lib/string/String#charAt - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 + local.get $4 + i32.store offset=4 local.get $0 - local.get $5 + local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -10478,38 +10557,38 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const -1 call $~lib/string/String#at local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $std/string/str - local.tee $5 - i32.store $0 offset=8 + local.tee $4 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $std/string/str - local.tee $6 - i32.store $0 offset=12 + local.tee $5 + i32.store offset=12 + local.get $4 local.get $5 - local.get $6 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.const 1 i32.sub call $~lib/string/String#charAt - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 + local.get $4 + i32.store offset=4 local.get $0 - local.get $5 + local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -10523,17 +10602,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $5 - i32.store $0 offset=8 + local.tee $4 + i32.store offset=8 local.get $0 - local.get $5 - i32.store $0 offset=12 - local.get $5 + local.get $4 + i32.store offset=12 + local.get $4 i32.const 0 - local.get $5 + local.get $4 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.sub @@ -10541,10 +10620,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1744 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1744 call $~lib/string/String.__eq @@ -10559,7 +10638,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 + i32.store i32.const 1712 call $~lib/string/String.__not i32.eqz @@ -10573,7 +10652,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1776 - i32.store $0 + i32.store i32.const 1776 call $~lib/string/String.__not if @@ -10586,7 +10665,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 + i32.store i32.const 1808 call $~lib/string/String.__not if @@ -10603,12 +10682,12 @@ call $~lib/string/String.fromCharCode@varargs local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $4 local.get $0 - i32.store $0 - local.get $5 + i32.store + local.get $4 i32.const 1776 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1776 call $~lib/string/String.__eq @@ -10627,12 +10706,12 @@ call $~lib/string/String.fromCharCode@varargs local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $4 local.get $0 - i32.store $0 - local.get $5 + i32.store + local.get $4 i32.const 1840 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1840 call $~lib/string/String.__eq @@ -10651,12 +10730,12 @@ call $~lib/string/String.fromCharCode@varargs local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $4 local.get $0 - i32.store $0 - local.get $5 + i32.store + local.get $4 i32.const 1872 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1872 call $~lib/string/String.__eq @@ -10675,12 +10754,12 @@ call $~lib/string/String.fromCharCode@varargs local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $4 local.get $0 - i32.store $0 - local.get $5 + i32.store + local.get $4 i32.const 1872 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1872 call $~lib/string/String.__eq @@ -10698,12 +10777,12 @@ call $~lib/string/String.fromCharCode local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $4 local.get $0 - i32.store $0 - local.get $5 + i32.store + local.get $4 i32.const 1904 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1904 call $~lib/string/String.__eq @@ -10723,16 +10802,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/string/String.fromCharCodes local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1968 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1968 call $~lib/string/String.__eq @@ -10752,16 +10831,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/string/String.fromCharCodes local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2032 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2032 call $~lib/string/String.__eq @@ -10781,16 +10860,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/string/String.fromCharCodes local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2112 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2112 call $~lib/string/String.__eq @@ -10807,12 +10886,12 @@ call $~lib/string/String.fromCodePoint local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $4 local.get $0 - i32.store $0 - local.get $5 + i32.store + local.get $4 i32.const 1776 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1776 call $~lib/string/String.__eq @@ -10829,12 +10908,12 @@ call $~lib/string/String.fromCodePoint local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $4 local.get $0 - i32.store $0 - local.get $5 + i32.store + local.get $4 i32.const 1872 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1872 call $~lib/string/String.__eq @@ -10851,12 +10930,12 @@ call $~lib/string/String.fromCodePoint local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $4 local.get $0 - i32.store $0 - local.get $5 + i32.store + local.get $4 i32.const 2144 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2144 call $~lib/string/String.__eq @@ -10872,11 +10951,11 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $5 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 2176 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 8 i32.sub @@ -10888,48 +10967,48 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 - local.get $5 - i32.store $0 - local.get $5 + local.get $4 + i32.store + local.get $4 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.set $6 + local.set $5 local.get $0 i32.const 2176 - i32.store $0 - block $__inlined_func$~lib/string/String#startsWith - local.get $6 + i32.store + block $__inlined_func$~lib/string/String#startsWith$293 + local.get $5 i32.const 2172 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $0 + local.tee $5 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $0 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 0 local.set $0 - br $__inlined_func$~lib/string/String#startsWith + br $__inlined_func$~lib/string/String#startsWith$293 end global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $5 - i32.store $0 - local.get $6 + local.tee $0 + local.get $4 + i32.store + local.get $0 i32.const 2176 - i32.store $0 offset=4 - local.get $5 + i32.store offset=4 + local.get $4 i32.const 0 i32.const 2176 - local.get $0 + local.get $5 call $~lib/util/string/compareImpl i32.eqz local.set $0 @@ -10951,11 +11030,11 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $5 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 2208 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -10968,27 +11047,14 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 - block $1of1 - block $0of1 - block $outOfRange - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $0of1 $1of1 $outOfRange - end - unreachable - end - i32.const 536870910 - local.set $1 - end + i64.store global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $5 - i32.store $0 + local.get $4 + i32.store local.get $0 i32.const 2208 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 8 i32.sub @@ -11000,62 +11066,56 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 - local.get $5 - i32.store $0 - local.get $5 + local.get $4 + i32.store + local.get $4 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.set $6 + local.set $5 local.get $0 i32.const 2208 - i32.store $0 - block $__inlined_func$~lib/string/String#endsWith - local.get $1 - i32.const 0 - local.get $1 - i32.const 0 + i32.store + block $__inlined_func$~lib/string/String#endsWith$294 + i32.const 536870910 + local.get $5 + local.get $5 + i32.const 536870910 i32.gt_s select - local.tee $0 - local.get $6 - local.get $0 - local.get $6 - i32.lt_s - select i32.const 2204 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $0 + local.tee $5 i32.sub - local.tee $1 + local.tee $6 i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $0 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 0 local.set $0 - br $__inlined_func$~lib/string/String#endsWith + br $__inlined_func$~lib/string/String#endsWith$294 end global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $5 - i32.store $0 + local.tee $0 + local.get $4 + i32.store + local.get $0 + i32.const 2208 + i32.store offset=4 + local.get $4 local.get $6 i32.const 2208 - i32.store $0 offset=4 local.get $5 - local.get $1 - i32.const 2208 - local.get $0 call $~lib/util/string/compareImpl i32.eqz local.set $0 @@ -11081,11 +11141,11 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 2240 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 8 i32.sub @@ -11097,14 +11157,14 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 - local.get $1 - i32.store $0 + local.get $4 + i32.store local.get $0 i32.const 2240 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 2240 i32.const 0 call $~lib/string/String#indexOf @@ -11128,25 +11188,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 offset=8 + local.tee $4 + i32.store offset=8 local.get $0 i32.const 2272 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + local.get $4 i32.const 0 i32.const 2272 call $~lib/string/String#padStart local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $std/string/str - local.tee $1 - i32.store $0 offset=4 + local.tee $4 + i32.store offset=4 local.get $0 - local.get $1 + local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -11160,25 +11220,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 offset=8 + local.tee $4 + i32.store offset=8 local.get $0 i32.const 2272 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + local.get $4 i32.const 15 i32.const 2272 call $~lib/string/String#padStart local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $std/string/str - local.tee $1 - i32.store $0 offset=4 + local.tee $4 + i32.store offset=4 local.get $0 - local.get $1 + local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -11192,10 +11252,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2272 - i32.store $0 offset=12 + i32.store offset=12 i32.const 1712 i32.const 3 i32.const 2272 @@ -11203,10 +11263,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2304 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2304 call $~lib/string/String.__eq @@ -11222,10 +11282,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=12 + i32.store offset=12 i32.const 1712 i32.const 10 i32.const 1712 @@ -11233,10 +11293,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -11252,10 +11312,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1808 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=12 + i32.store offset=12 i32.const 1808 i32.const 100 i32.const 1712 @@ -11263,10 +11323,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1808 call $~lib/string/String.__eq @@ -11282,10 +11342,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2272 - i32.store $0 offset=12 + i32.store offset=12 i32.const 2336 i32.const 5 i32.const 2272 @@ -11293,10 +11353,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2368 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2368 call $~lib/string/String.__eq @@ -11312,10 +11372,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2400 - i32.store $0 offset=12 + i32.store offset=12 i32.const 2336 i32.const 6 i32.const 2400 @@ -11323,10 +11383,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2432 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2432 call $~lib/string/String.__eq @@ -11342,10 +11402,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2400 - i32.store $0 offset=12 + i32.store offset=12 i32.const 2336 i32.const 8 i32.const 2400 @@ -11353,10 +11413,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2464 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2464 call $~lib/string/String.__eq @@ -11372,25 +11432,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 offset=8 + local.tee $4 + i32.store offset=8 local.get $0 i32.const 2272 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + local.get $4 i32.const 0 i32.const 2272 call $~lib/string/String#padEnd local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $std/string/str - local.tee $1 - i32.store $0 offset=4 + local.tee $4 + i32.store offset=4 local.get $0 - local.get $1 + local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -11404,25 +11464,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 offset=8 + local.tee $4 + i32.store offset=8 local.get $0 i32.const 2272 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + local.get $4 i32.const 15 i32.const 2272 call $~lib/string/String#padEnd local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer global.get $std/string/str - local.tee $1 - i32.store $0 offset=4 + local.tee $4 + i32.store offset=4 local.get $0 - local.get $1 + local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -11436,10 +11496,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2272 - i32.store $0 offset=12 + i32.store offset=12 i32.const 1712 i32.const 3 i32.const 2272 @@ -11447,10 +11507,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2304 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2304 call $~lib/string/String.__eq @@ -11466,10 +11526,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=12 + i32.store offset=12 i32.const 1712 i32.const 10 i32.const 1712 @@ -11477,10 +11537,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -11496,10 +11556,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1808 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=12 + i32.store offset=12 i32.const 1808 i32.const 100 i32.const 1712 @@ -11507,10 +11567,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1808 call $~lib/string/String.__eq @@ -11526,10 +11586,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2272 - i32.store $0 offset=12 + i32.store offset=12 i32.const 2336 i32.const 5 i32.const 2272 @@ -11537,10 +11597,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2512 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2512 call $~lib/string/String.__eq @@ -11556,10 +11616,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2336 - i32.store $0 offset=12 + i32.store offset=12 i32.const 2336 i32.const 6 i32.const 2336 @@ -11567,10 +11627,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2544 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2544 call $~lib/string/String.__eq @@ -11586,10 +11646,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2336 - i32.store $0 offset=12 + i32.store offset=12 i32.const 2336 i32.const 8 i32.const 2336 @@ -11597,10 +11657,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2576 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2576 call $~lib/string/String.__eq @@ -11616,10 +11676,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1712 i32.const 1712 i32.const 0 @@ -11635,10 +11695,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 2176 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1712 i32.const 2176 i32.const 0 @@ -11656,10 +11716,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1808 - i32.store $0 + i32.store local.get $0 i32.const 1808 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1808 i32.const 1808 i32.const 0 @@ -11675,13 +11735,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 - local.get $1 - i32.store $0 offset=4 - local.get $1 - local.get $1 + local.get $4 + i32.store offset=4 + local.get $4 + local.get $4 i32.const 0 call $~lib/string/String#indexOf if @@ -11695,12 +11755,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 1712 i32.const 0 call $~lib/string/String#indexOf @@ -11715,12 +11775,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 2624 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 2624 i32.const 0 call $~lib/string/String#indexOf @@ -11737,12 +11797,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 2656 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 2656 i32.const 0 call $~lib/string/String#indexOf @@ -11759,12 +11819,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 2624 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 2624 i32.const 2 call $~lib/string/String#indexOf @@ -11781,12 +11841,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 2624 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 2624 i32.const 3 call $~lib/string/String#indexOf @@ -11803,12 +11863,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 2688 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 2688 i32.const -1 call $~lib/string/String#indexOf @@ -11825,10 +11885,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength i32.const 1712 @@ -11845,10 +11905,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 2176 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength i32.const 1712 @@ -11867,26 +11927,26 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $4 i32.const 1712 call $~lib/string/String#lastIndexOf@varargs local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 - local.get $1 + local.get $4 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne @@ -11901,14 +11961,14 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 2624 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $4 i32.const 2624 call $~lib/string/String#lastIndexOf@varargs i32.const 2 @@ -11924,14 +11984,14 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 2656 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $4 i32.const 2656 call $~lib/string/String#lastIndexOf@varargs i32.const -1 @@ -11947,14 +12007,14 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 2720 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $4 i32.const 2720 call $~lib/string/String#lastIndexOf@varargs i32.const 15 @@ -11970,12 +12030,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 2624 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 2624 i32.const 2 call $~lib/string/String#lastIndexOf @@ -11992,12 +12052,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 2624 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 2624 i32.const 3 call $~lib/string/String#lastIndexOf @@ -12014,12 +12074,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 2688 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 2688 i32.const -1 call $~lib/string/String#lastIndexOf @@ -12036,12 +12096,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 2752 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 2752 i32.const 0 call $~lib/string/String#lastIndexOf @@ -12058,12 +12118,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $std/string/str - local.tee $1 - i32.store $0 + local.tee $4 + i32.store local.get $0 i32.const 2176 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 2176 i32.const 0 call $~lib/string/String#lastIndexOf @@ -12078,10 +12138,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1712 i32.const 1712 call $~lib/string/String#localeCompare @@ -12096,10 +12156,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1808 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1808 i32.const 1712 call $~lib/string/String#localeCompare @@ -12116,10 +12176,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 1808 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1712 i32.const 1808 call $~lib/string/String#localeCompare @@ -12136,10 +12196,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2784 - i32.store $0 + i32.store local.get $0 i32.const 2784 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2784 i32.const 2784 call $~lib/string/String#localeCompare @@ -12154,10 +12214,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 + i32.store local.get $0 i32.const 2816 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2336 i32.const 2816 call $~lib/string/String#localeCompare @@ -12174,10 +12234,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 + i32.store local.get $0 i32.const 2848 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2336 i32.const 2848 call $~lib/string/String#localeCompare @@ -12194,10 +12254,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2816 - i32.store $0 + i32.store local.get $0 i32.const 2336 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2816 i32.const 2336 call $~lib/string/String#localeCompare @@ -12214,10 +12274,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2880 - i32.store $0 + i32.store local.get $0 i32.const 2336 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2880 i32.const 2336 call $~lib/string/String#localeCompare @@ -12234,10 +12294,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2912 - i32.store $0 + i32.store local.get $0 i32.const 2336 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2912 i32.const 2336 call $~lib/string/String#localeCompare @@ -12254,10 +12314,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2880 - i32.store $0 + i32.store local.get $0 i32.const 2944 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2880 i32.const 2944 call $~lib/string/String#localeCompare @@ -12274,10 +12334,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 + i32.store local.get $0 i32.const 2912 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2336 i32.const 2912 call $~lib/string/String#localeCompare @@ -12294,10 +12354,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2944 - i32.store $0 + i32.store local.get $0 i32.const 2880 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2944 i32.const 2880 call $~lib/string/String#localeCompare @@ -12314,10 +12374,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 2304 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1712 i32.const 2304 call $~lib/string/String#localeCompare @@ -12334,10 +12394,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1776 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1776 i32.const 1712 call $~lib/string/String#localeCompare @@ -12353,16 +12413,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1712 call $~lib/string/String#trimStart local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -12377,16 +12437,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2976 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2976 call $~lib/string/String#trimStart local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2976 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2976 call $~lib/string/String.__eq @@ -12401,16 +12461,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 3008 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3008 call $~lib/string/String#trimStart local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3056 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3056 call $~lib/string/String.__eq @@ -12425,16 +12485,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1712 call $~lib/string/String#trimEnd local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -12449,16 +12509,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2976 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2976 call $~lib/string/String#trimEnd local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2976 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2976 call $~lib/string/String.__eq @@ -12473,16 +12533,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 3008 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3008 call $~lib/string/String#trimEnd local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3104 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3104 call $~lib/string/String.__eq @@ -12497,16 +12557,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1712 call $~lib/string/String#trim local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -12521,16 +12581,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2976 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2976 call $~lib/string/String#trim local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2976 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2976 call $~lib/string/String.__eq @@ -12545,16 +12605,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 3008 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3008 call $~lib/string/String#trim local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2336 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -12570,10 +12630,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 3152 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 3152 - i32.store $0 + i32.store i32.const 3152 call $~lib/util/string/strtob i32.eqz @@ -12588,10 +12648,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 3200 - i32.store $0 offset=20 + i32.store offset=20 local.get $0 i32.const 3200 - i32.store $0 + i32.store i32.const 3200 call $~lib/util/string/strtob i32.eqz @@ -12606,10 +12666,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 3248 - i32.store $0 offset=24 + i32.store offset=24 local.get $0 i32.const 3248 - i32.store $0 + i32.store i32.const 3248 call $~lib/util/string/strtob if @@ -12623,10 +12683,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 offset=28 + i32.store offset=28 local.get $0 i32.const 1712 - i32.store $0 + i32.store i32.const 1712 call $~lib/util/string/strtob if @@ -12640,10 +12700,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 3296 - i32.store $0 offset=32 + i32.store offset=32 local.get $0 i32.const 3296 - i32.store $0 + i32.store i32.const 3296 call $~lib/util/string/strtob if @@ -12657,10 +12717,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 3328 - i32.store $0 offset=36 + i32.store offset=36 local.get $0 i32.const 3328 - i32.store $0 + i32.store i32.const 3328 call $~lib/util/string/strtob if @@ -12674,10 +12734,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 3360 - i32.store $0 offset=40 + i32.store offset=40 local.get $0 i32.const 3360 - i32.store $0 + i32.store i32.const 3360 call $~lib/util/string/strtob if @@ -12690,7 +12750,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3392 - i32.store $0 + i32.store i32.const 3392 i32.const 0 call $~lib/string/parseInt @@ -12706,7 +12766,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3424 - i32.store $0 + i32.store i32.const 3424 i32.const 0 call $~lib/string/parseInt @@ -12722,7 +12782,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3456 - i32.store $0 + i32.store i32.const 3456 i32.const 0 call $~lib/string/parseInt @@ -12738,7 +12798,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3488 - i32.store $0 + i32.store i32.const 3488 i32.const 0 call $~lib/string/parseInt @@ -12754,7 +12814,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3520 - i32.store $0 + i32.store i32.const 3520 i32.const 0 call $~lib/string/parseInt @@ -12770,7 +12830,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3552 - i32.store $0 + i32.store i32.const 3552 i32.const 0 call $~lib/string/parseInt @@ -12786,7 +12846,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3584 - i32.store $0 + i32.store i32.const 3584 i32.const 0 call $~lib/string/parseInt @@ -12802,7 +12862,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3616 - i32.store $0 + i32.store i32.const 3616 i32.const 0 call $~lib/string/parseInt @@ -12818,7 +12878,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3648 - i32.store $0 + i32.store i32.const 3648 i32.const 0 call $~lib/string/parseInt @@ -12834,7 +12894,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3680 - i32.store $0 + i32.store i32.const 3680 i32.const 0 call $~lib/string/parseInt @@ -12850,7 +12910,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3712 - i32.store $0 + i32.store i32.const 3712 i32.const 0 call $~lib/string/parseInt @@ -12866,7 +12926,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3744 - i32.store $0 + i32.store i32.const 3744 i32.const 0 call $~lib/string/parseInt @@ -12882,7 +12942,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3776 - i32.store $0 + i32.store i32.const 3776 i32.const 0 call $~lib/string/parseInt @@ -12898,7 +12958,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3392 - i32.store $0 + i32.store i32.const 3392 i32.const 0 call $~lib/string/parseInt @@ -12914,7 +12974,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3808 - i32.store $0 + i32.store i32.const 3808 i32.const 0 call $~lib/string/parseInt @@ -12930,7 +12990,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3840 - i32.store $0 + i32.store i32.const 3840 i32.const 16 call $~lib/string/parseInt @@ -12946,7 +13006,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3872 - i32.store $0 + i32.store i32.const 3872 i32.const 0 call $~lib/string/parseInt @@ -12962,7 +13022,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3904 - i32.store $0 + i32.store i32.const 3904 i32.const 0 call $~lib/string/parseInt @@ -12978,7 +13038,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3936 - i32.store $0 + i32.store i32.const 3936 i32.const 0 call $~lib/string/parseInt @@ -12994,7 +13054,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3968 - i32.store $0 + i32.store i32.const 3968 i32.const 0 call $~lib/string/parseInt @@ -13012,18 +13072,18 @@ end global.get $~lib/memory/__stack_pointer i32.const 4000 - i32.store $0 + i32.store i32.const 4000 i32.const 0 call $~lib/string/parseInt - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4048 - i32.store $0 + i32.store i32.const 4048 i32.const 16 call $~lib/string/parseInt - local.get $2 + local.get $1 f64.ne if i32.const 0 @@ -13035,7 +13095,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 4080 - i32.store $0 + i32.store i32.const 4080 i32.const 0 call $~lib/string/parseInt @@ -13051,7 +13111,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 4080 - i32.store $0 + i32.store i32.const 4080 i32.const 13 call $~lib/string/parseInt @@ -13067,7 +13127,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 4144 - i32.store $0 + i32.store i32.const 4144 i32.const 10 call $~lib/string/parseInt @@ -13083,7 +13143,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 4224 - i32.store $0 + i32.store i32.const 4224 i32.const 16 call $~lib/string/parseInt @@ -13099,7 +13159,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 4288 - i32.store $0 + i32.store i32.const 4288 i32.const 0 call $~lib/string/parseInt @@ -13115,7 +13175,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 4320 - i32.store $0 + i32.store i32.const 4320 i32.const 0 call $~lib/string/parseInt @@ -13131,7 +13191,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 4368 - i32.store $0 + i32.store i32.const 4368 i32.const 0 call $~lib/string/parseInt @@ -13147,7 +13207,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 4400 - i32.store $0 + i32.store i32.const 4400 i32.const 0 call $~lib/string/parseInt @@ -13163,7 +13223,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 4448 - i32.store $0 + i32.store i32.const 4448 i32.const 0 call $~lib/string/parseInt @@ -13179,7 +13239,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 4480 - i32.store $0 + i32.store i32.const 4480 i32.const 0 call $~lib/string/parseInt @@ -13195,7 +13255,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 4512 - i32.store $0 + i32.store i32.const 4512 i32.const 0 call $~lib/string/parseInt @@ -13211,12 +13271,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 + i32.store i32.const 1712 i32.const 0 call $~lib/string/parseInt - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -13228,12 +13288,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 4560 - i32.store $0 + i32.store i32.const 4560 i32.const 0 call $~lib/string/parseInt - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -13245,12 +13305,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 4592 - i32.store $0 + i32.store i32.const 4592 i32.const 0 call $~lib/string/parseInt - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -13262,12 +13322,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 2400 - i32.store $0 + i32.store i32.const 2400 i32.const 37 call $~lib/string/parseInt - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -13279,12 +13339,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 4624 - i32.store $0 + i32.store i32.const 4624 i32.const 0 call $~lib/string/parseInt - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -13296,12 +13356,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 4656 - i32.store $0 + i32.store i32.const 4656 i32.const 0 call $~lib/string/parseInt - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -13314,7 +13374,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 4656 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -13326,20 +13386,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 4656 - i32.store $0 + i32.store i32.const 4656 call $~lib/util/string/strtod f32.demote_f64 - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 - local.get $3 + local.get $2 + local.get $2 f32.eq if i32.const 0 @@ -13351,11 +13411,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 4656 - i32.store $0 + i32.store i32.const 4656 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -13368,15 +13428,15 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 4656 - i32.store $0 offset=44 + i32.store offset=44 local.get $0 i32.const 4656 - i32.store $0 + i32.store i32.const 4656 call $~lib/util/string/strtod f32.demote_f64 - local.tee $3 - local.get $3 + local.tee $2 + local.get $2 f32.eq if i32.const 0 @@ -13389,14 +13449,14 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 4656 - i32.store $0 offset=48 + i32.store offset=48 local.get $0 i32.const 4656 - i32.store $0 + i32.store i32.const 4656 call $~lib/util/string/strtod - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -13409,7 +13469,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 4880 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -13421,10 +13481,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 4880 - i32.store $0 + i32.store call $~lib/util/string/strtol local.set $0 global.get $~lib/memory/__stack_pointer @@ -13445,10 +13505,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 4880 - i32.store $0 offset=52 + i32.store offset=52 local.get $0 i32.const 4880 - i32.store $0 + i32.store call $~lib/util/string/strtol i32.const 2147483647 i32.ne @@ -13463,7 +13523,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 4928 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.sub @@ -13475,17 +13535,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 4928 - i32.store $0 + i32.store call $~lib/util/string/strtol - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i64.const 9223372036854775807 i64.ne if @@ -13499,10 +13559,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 4928 - i32.store $0 offset=56 + i32.store offset=56 local.get $0 i32.const 4928 - i32.store $0 + i32.store call $~lib/util/string/strtol i64.const 9223372036854775807 i64.ne @@ -13516,7 +13576,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3392 - i32.store $0 + i32.store i32.const 3392 call $~lib/number/F64.parseFloat f64.const 0 @@ -13531,7 +13591,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3456 - i32.store $0 + i32.store i32.const 3456 call $~lib/number/F64.parseFloat f64.const 1 @@ -13546,7 +13606,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 4992 - i32.store $0 + i32.store i32.const 4992 call $~lib/number/F64.parseFloat f64.const 1 @@ -13561,7 +13621,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5024 - i32.store $0 + i32.store i32.const 5024 call $~lib/number/F64.parseFloat f64.const 1 @@ -13576,7 +13636,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5056 - i32.store $0 + i32.store i32.const 5056 call $~lib/number/F64.parseFloat f64.const 1e-05 @@ -13591,7 +13651,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5088 - i32.store $0 + i32.store i32.const 5088 call $~lib/number/F64.parseFloat f64.const -1e-05 @@ -13606,7 +13666,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5120 - i32.store $0 + i32.store i32.const 5120 call $~lib/number/F64.parseFloat f64.const -3e-23 @@ -13621,7 +13681,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5168 - i32.store $0 + i32.store i32.const 5168 call $~lib/number/F64.parseFloat f64.const 3e21 @@ -13636,7 +13696,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5216 - i32.store $0 + i32.store i32.const 5216 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -13651,7 +13711,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5248 - i32.store $0 + i32.store i32.const 5248 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -13666,7 +13726,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5280 - i32.store $0 + i32.store i32.const 5280 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -13681,7 +13741,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5312 - i32.store $0 + i32.store i32.const 5312 call $~lib/number/F64.parseFloat f64.const 0.25 @@ -13696,7 +13756,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5344 - i32.store $0 + i32.store i32.const 5344 call $~lib/number/F64.parseFloat f64.const 1e3 @@ -13711,7 +13771,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5376 - i32.store $0 + i32.store i32.const 5376 call $~lib/number/F64.parseFloat f64.const 1e-10 @@ -13726,7 +13786,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5424 - i32.store $0 + i32.store i32.const 5424 call $~lib/number/F64.parseFloat f64.const 1e-30 @@ -13741,7 +13801,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5472 - i32.store $0 + i32.store i32.const 5472 call $~lib/number/F64.parseFloat f64.const 1e-323 @@ -13756,7 +13816,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5520 - i32.store $0 + i32.store i32.const 5520 call $~lib/number/F64.parseFloat f64.const 0 @@ -13771,7 +13831,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5568 - i32.store $0 + i32.store i32.const 5568 call $~lib/number/F64.parseFloat f64.const 1.e+308 @@ -13786,7 +13846,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5600 - i32.store $0 + i32.store i32.const 5600 call $~lib/number/F64.parseFloat f64.const inf @@ -13801,11 +13861,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 + i32.store i32.const 1712 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -13817,7 +13877,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5632 - i32.store $0 + i32.store i32.const 5632 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -13832,7 +13892,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5680 - i32.store $0 + i32.store i32.const 5680 call $~lib/number/F64.parseFloat f64.const 1e-10 @@ -13847,7 +13907,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5728 - i32.store $0 + i32.store i32.const 5728 call $~lib/number/F64.parseFloat f64.const 10 @@ -13862,7 +13922,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5776 - i32.store $0 + i32.store i32.const 5776 call $~lib/number/F64.parseFloat f64.const 1 @@ -13877,7 +13937,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5808 - i32.store $0 + i32.store i32.const 5808 call $~lib/number/F64.parseFloat f64.const 1 @@ -13892,7 +13952,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5840 - i32.store $0 + i32.store i32.const 5840 call $~lib/number/F64.parseFloat f64.const 10 @@ -13907,7 +13967,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5888 - i32.store $0 + i32.store i32.const 5888 call $~lib/number/F64.parseFloat f64.const 123456789 @@ -13922,7 +13982,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5936 - i32.store $0 + i32.store i32.const 5936 call $~lib/number/F64.parseFloat f64.const 1 @@ -13937,7 +13997,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 5984 - i32.store $0 + i32.store i32.const 5984 call $~lib/number/F64.parseFloat f64.const 1e-60 @@ -13952,7 +14012,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6016 - i32.store $0 + i32.store i32.const 6016 call $~lib/number/F64.parseFloat f64.const 1.e+60 @@ -13967,7 +14027,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6048 - i32.store $0 + i32.store i32.const 6048 call $~lib/number/F64.parseFloat f64.const 123.4 @@ -13982,7 +14042,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6080 - i32.store $0 + i32.store i32.const 6080 call $~lib/number/F64.parseFloat f64.const 1 @@ -13997,7 +14057,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6112 - i32.store $0 + i32.store i32.const 6112 call $~lib/number/F64.parseFloat f64.const -1.1 @@ -14012,7 +14072,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6160 - i32.store $0 + i32.store i32.const 6160 call $~lib/number/F64.parseFloat f64.const 10 @@ -14027,7 +14087,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6208 - i32.store $0 + i32.store i32.const 6208 call $~lib/number/F64.parseFloat f64.const 10 @@ -14042,7 +14102,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6256 - i32.store $0 + i32.store i32.const 6256 call $~lib/number/F64.parseFloat f64.const 0.022 @@ -14057,7 +14117,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6304 - i32.store $0 + i32.store i32.const 6304 call $~lib/number/F64.parseFloat f64.const 11 @@ -14072,7 +14132,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3808 - i32.store $0 + i32.store i32.const 3808 call $~lib/number/F64.parseFloat f64.const 0 @@ -14087,7 +14147,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6336 - i32.store $0 + i32.store i32.const 6336 call $~lib/number/F64.parseFloat f64.const 0 @@ -14102,7 +14162,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6368 - i32.store $0 + i32.store i32.const 6368 call $~lib/number/F64.parseFloat f64.const 0 @@ -14117,7 +14177,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6400 - i32.store $0 + i32.store i32.const 6400 call $~lib/number/F64.parseFloat f64.const 1.1 @@ -14132,7 +14192,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6432 - i32.store $0 + i32.store i32.const 6432 call $~lib/number/F64.parseFloat f64.const -1.1 @@ -14147,7 +14207,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6464 - i32.store $0 + i32.store i32.const 6464 call $~lib/number/F64.parseFloat f64.const -1.1 @@ -14162,7 +14222,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6496 - i32.store $0 + i32.store i32.const 6496 call $~lib/number/F64.parseFloat f64.const -1.1 @@ -14177,7 +14237,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6528 - i32.store $0 + i32.store i32.const 6528 call $~lib/number/F64.parseFloat f64.const -1.1 @@ -14192,7 +14252,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6560 - i32.store $0 + i32.store i32.const 6560 call $~lib/number/F64.parseFloat f64.const 0 @@ -14207,7 +14267,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6592 - i32.store $0 + i32.store i32.const 6592 call $~lib/number/F64.parseFloat f64.const 0 @@ -14222,7 +14282,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6624 - i32.store $0 + i32.store i32.const 6624 call $~lib/number/F64.parseFloat f64.const 1 @@ -14237,7 +14297,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6656 - i32.store $0 + i32.store i32.const 6656 call $~lib/number/F64.parseFloat f64.const 0 @@ -14252,7 +14312,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6688 - i32.store $0 + i32.store i32.const 6688 call $~lib/number/F64.parseFloat f64.const 0 @@ -14267,7 +14327,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6720 - i32.store $0 + i32.store i32.const 6720 call $~lib/number/F64.parseFloat f64.const 10 @@ -14282,7 +14342,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6752 - i32.store $0 + i32.store i32.const 6752 call $~lib/number/F64.parseFloat f64.const 10 @@ -14297,7 +14357,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6800 - i32.store $0 + i32.store i32.const 6800 call $~lib/number/F64.parseFloat f64.const 0 @@ -14312,7 +14372,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6832 - i32.store $0 + i32.store i32.const 6832 call $~lib/number/F64.parseFloat f64.const 1 @@ -14327,7 +14387,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6864 - i32.store $0 + i32.store i32.const 6864 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -14342,7 +14402,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6896 - i32.store $0 + i32.store i32.const 6896 call $~lib/number/F64.parseFloat f64.const 1 @@ -14357,7 +14417,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6928 - i32.store $0 + i32.store i32.const 6928 call $~lib/number/F64.parseFloat f64.const 10 @@ -14372,7 +14432,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6960 - i32.store $0 + i32.store i32.const 6960 call $~lib/number/F64.parseFloat f64.const 1 @@ -14387,7 +14447,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 6992 - i32.store $0 + i32.store i32.const 6992 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -14402,7 +14462,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 7024 - i32.store $0 + i32.store i32.const 7024 call $~lib/number/F64.parseFloat f64.const 0.01 @@ -14417,7 +14477,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 7072 - i32.store $0 + i32.store i32.const 7072 call $~lib/number/F64.parseFloat f64.const 0 @@ -14432,7 +14492,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 7104 - i32.store $0 + i32.store i32.const 7104 call $~lib/number/F64.parseFloat f64.const 0 @@ -14447,7 +14507,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 7136 - i32.store $0 + i32.store i32.const 7136 call $~lib/number/F64.parseFloat f64.const 0 @@ -14462,7 +14522,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 7168 - i32.store $0 + i32.store i32.const 7168 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -14477,7 +14537,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 7200 - i32.store $0 + i32.store i32.const 7200 call $~lib/number/F64.parseFloat f64.const 0 @@ -14492,7 +14552,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 7232 - i32.store $0 + i32.store i32.const 7232 call $~lib/number/F64.parseFloat f64.const 0 @@ -14507,7 +14567,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 7264 - i32.store $0 + i32.store i32.const 7264 call $~lib/number/F64.parseFloat f64.const 1 @@ -14522,7 +14582,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 7296 - i32.store $0 + i32.store i32.const 7296 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -14537,7 +14597,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 7328 - i32.store $0 + i32.store i32.const 7328 call $~lib/number/F64.parseFloat f64.const 0 @@ -14552,7 +14612,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 7360 - i32.store $0 + i32.store i32.const 7360 call $~lib/number/F64.parseFloat i64.reinterpret_f64 @@ -14568,20 +14628,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 7392 - i32.store $0 + i32.store i32.const 7392 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 - f64.ne - i32.const 0 - i32.and - local.get $2 i64.reinterpret_f64 i64.const -9223372036854775808 - i64.eq - i32.or - i32.eqz + i64.ne if i32.const 0 i32.const 1120 @@ -14592,7 +14644,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 7424 - i32.store $0 + i32.store i32.const 7424 call $~lib/number/F64.parseFloat i64.reinterpret_f64 @@ -14608,20 +14660,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 3968 - i32.store $0 + i32.store i32.const 3968 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 - f64.ne - i32.const 0 - i32.and - local.get $2 i64.reinterpret_f64 i64.const -9223372036854775808 - i64.eq - i32.or - i32.eqz + i64.ne if i32.const 0 i32.const 1120 @@ -14632,7 +14676,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 7456 - i32.store $0 + i32.store i32.const 7456 call $~lib/number/F64.parseFloat i64.reinterpret_f64 @@ -14648,11 +14692,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 4592 - i32.store $0 + i32.store i32.const 4592 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -14664,11 +14708,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 4560 - i32.store $0 + i32.store i32.const 4560 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -14680,11 +14724,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 7504 - i32.store $0 + i32.store i32.const 7504 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -14696,11 +14740,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 7536 - i32.store $0 + i32.store i32.const 7536 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -14712,11 +14756,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 7568 - i32.store $0 + i32.store i32.const 7568 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -14728,11 +14772,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 7600 - i32.store $0 + i32.store i32.const 7600 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -14744,11 +14788,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 7632 - i32.store $0 + i32.store i32.const 7632 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -14760,11 +14804,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 7664 - i32.store $0 + i32.store i32.const 7664 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -14776,11 +14820,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 7696 - i32.store $0 + i32.store i32.const 7696 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -14792,11 +14836,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 7728 - i32.store $0 + i32.store i32.const 7728 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -14808,11 +14852,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 7760 - i32.store $0 + i32.store i32.const 7760 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -14824,11 +14868,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 7792 - i32.store $0 + i32.store i32.const 7792 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -14840,11 +14884,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 7824 - i32.store $0 + i32.store i32.const 7824 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -14856,11 +14900,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 7856 - i32.store $0 + i32.store i32.const 7856 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -14872,11 +14916,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 7888 - i32.store $0 + i32.store i32.const 7888 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -14888,11 +14932,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 3360 - i32.store $0 + i32.store i32.const 3360 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -14904,7 +14948,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 7920 - i32.store $0 + i32.store i32.const 7920 call $~lib/number/F64.parseFloat f64.const 1e22 @@ -14919,7 +14963,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 7952 - i32.store $0 + i32.store i32.const 7952 call $~lib/number/F64.parseFloat f64.const 1e-22 @@ -14934,7 +14978,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 7984 - i32.store $0 + i32.store i32.const 7984 call $~lib/number/F64.parseFloat f64.const 1.e+23 @@ -14949,7 +14993,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8016 - i32.store $0 + i32.store i32.const 8016 call $~lib/number/F64.parseFloat f64.const 1e-23 @@ -14964,7 +15008,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8048 - i32.store $0 + i32.store i32.const 8048 call $~lib/number/F64.parseFloat f64.const 1.e+37 @@ -14979,7 +15023,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8080 - i32.store $0 + i32.store i32.const 8080 call $~lib/number/F64.parseFloat f64.const 1e-37 @@ -14994,7 +15038,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8112 - i32.store $0 + i32.store i32.const 8112 call $~lib/number/F64.parseFloat f64.const 1.e+38 @@ -15009,7 +15053,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8144 - i32.store $0 + i32.store i32.const 8144 call $~lib/number/F64.parseFloat f64.const 1e-38 @@ -15024,7 +15068,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8176 - i32.store $0 + i32.store i32.const 8176 call $~lib/number/F64.parseFloat f64.const 2.220446049250313e-16 @@ -15039,7 +15083,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8240 - i32.store $0 + i32.store i32.const 8240 call $~lib/number/F64.parseFloat f64.const 1797693134862315708145274e284 @@ -15054,7 +15098,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8320 - i32.store $0 + i32.store i32.const 8320 call $~lib/number/F64.parseFloat f64.const 5e-324 @@ -15069,7 +15113,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8352 - i32.store $0 + i32.store i32.const 8352 call $~lib/number/F64.parseFloat f64.const 1.e+308 @@ -15084,7 +15128,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8400 - i32.store $0 + i32.store i32.const 8400 call $~lib/number/F64.parseFloat f64.const 1 @@ -15099,7 +15143,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8544 - i32.store $0 + i32.store i32.const 8544 call $~lib/number/F64.parseFloat f64.const 0 @@ -15114,7 +15158,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8592 - i32.store $0 + i32.store i32.const 8592 call $~lib/number/F64.parseFloat f64.const inf @@ -15129,7 +15173,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8640 - i32.store $0 + i32.store i32.const 8640 call $~lib/number/F64.parseFloat f64.const 0 @@ -15144,7 +15188,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8688 - i32.store $0 + i32.store i32.const 8688 call $~lib/number/F64.parseFloat f64.const -inf @@ -15159,7 +15203,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8736 - i32.store $0 + i32.store i32.const 8736 call $~lib/number/F64.parseFloat f64.const 0 @@ -15174,7 +15218,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8784 - i32.store $0 + i32.store i32.const 8784 call $~lib/number/F64.parseFloat f64.const inf @@ -15189,7 +15233,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8832 - i32.store $0 + i32.store i32.const 8832 call $~lib/number/F64.parseFloat f64.const inf @@ -15204,7 +15248,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8864 - i32.store $0 + i32.store i32.const 8864 call $~lib/number/F64.parseFloat f64.const inf @@ -15219,7 +15263,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8912 - i32.store $0 + i32.store i32.const 8912 call $~lib/number/F64.parseFloat f64.const inf @@ -15234,7 +15278,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 8960 - i32.store $0 + i32.store i32.const 8960 call $~lib/number/F64.parseFloat f64.const -inf @@ -15249,7 +15293,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 9008 - i32.store $0 + i32.store i32.const 9008 call $~lib/number/F64.parseFloat f64.const inf @@ -15264,7 +15308,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 9056 - i32.store $0 + i32.store i32.const 9056 call $~lib/number/F64.parseFloat f64.const inf @@ -15279,11 +15323,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 9104 - i32.store $0 + i32.store i32.const 9104 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -15295,11 +15339,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 9136 - i32.store $0 + i32.store i32.const 9136 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -15311,11 +15355,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 9184 - i32.store $0 + i32.store i32.const 9184 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -15327,7 +15371,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 9232 - i32.store $0 + i32.store i32.const 9232 call $~lib/number/F64.parseFloat f64.const 0 @@ -15342,7 +15386,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 9424 - i32.store $0 + i32.store i32.const 9424 call $~lib/number/F64.parseFloat f64.const 1e-323 @@ -15357,7 +15401,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 + i32.store i32.const 9616 call $~lib/number/F64.parseFloat f64.const 2.225073858507202e-308 @@ -15373,47 +15417,47 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 9808 - i32.store $0 offset=72 + i32.store offset=72 local.get $0 i32.const 9968 - i32.store $0 offset=76 + i32.store offset=76 i32.const 9808 i32.const 9968 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=64 + i32.store offset=64 global.get $~lib/memory/__stack_pointer i32.const 10128 - i32.store $0 offset=68 + i32.store offset=68 local.get $0 i32.const 10128 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 10288 - i32.store $0 offset=60 + i32.store offset=60 local.get $0 i32.const 10288 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 10448 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 10448 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/number/F64.parseFloat f64.const 1797693134862315708145274e284 @@ -15428,7 +15472,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 10608 - i32.store $0 + i32.store i32.const 10608 call $~lib/number/F64.parseFloat f64.const 9.753531888799502e-104 @@ -15443,7 +15487,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 10720 - i32.store $0 + i32.store i32.const 10720 call $~lib/number/F64.parseFloat f64.const 0.5961860348131807 @@ -15458,7 +15502,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 10832 - i32.store $0 + i32.store i32.const 10832 call $~lib/number/F64.parseFloat f64.const 0.18150131692180388 @@ -15473,7 +15517,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 10944 - i32.store $0 + i32.store i32.const 10944 call $~lib/number/F64.parseFloat f64.const 0.42070823575344535 @@ -15488,7 +15532,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 11056 - i32.store $0 + i32.store i32.const 11056 call $~lib/number/F64.parseFloat f64.const 0.6654686306516261 @@ -15503,7 +15547,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 11168 - i32.store $0 + i32.store i32.const 11168 call $~lib/number/F64.parseFloat f64.const 0.6101852922970868 @@ -15518,7 +15562,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 11280 - i32.store $0 + i32.store i32.const 11280 call $~lib/number/F64.parseFloat f64.const 0.7696695208236968 @@ -15533,7 +15577,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 11392 - i32.store $0 + i32.store i32.const 11392 call $~lib/number/F64.parseFloat f64.const 0.25050653222286823 @@ -15548,7 +15592,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 11504 - i32.store $0 + i32.store i32.const 11504 call $~lib/number/F64.parseFloat f64.const 0.2740037230228005 @@ -15563,7 +15607,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 11616 - i32.store $0 + i32.store i32.const 11616 call $~lib/number/F64.parseFloat f64.const 0.20723093500497428 @@ -15578,7 +15622,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 11728 - i32.store $0 + i32.store i32.const 11728 call $~lib/number/F64.parseFloat f64.const 7.900280238081605 @@ -15593,7 +15637,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 11840 - i32.store $0 + i32.store i32.const 11840 call $~lib/number/F64.parseFloat f64.const 98.22860653737297 @@ -15608,7 +15652,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 11952 - i32.store $0 + i32.store i32.const 11952 call $~lib/number/F64.parseFloat f64.const 746.894972319037 @@ -15623,7 +15667,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 12064 - i32.store $0 + i32.store i32.const 12064 call $~lib/number/F64.parseFloat f64.const 1630.2683202827284 @@ -15638,7 +15682,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 12176 - i32.store $0 + i32.store i32.const 12176 call $~lib/number/F64.parseFloat f64.const 46371.68629719171 @@ -15653,7 +15697,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 12288 - i32.store $0 + i32.store i32.const 12288 call $~lib/number/F64.parseFloat f64.const 653780.5944497711 @@ -15668,7 +15712,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 12400 - i32.store $0 + i32.store i32.const 12400 call $~lib/number/F64.parseFloat f64.const 234632.43565024371 @@ -15683,7 +15727,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 12512 - i32.store $0 + i32.store i32.const 12512 call $~lib/number/F64.parseFloat f64.const 97094817.16420048 @@ -15698,7 +15742,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 12624 - i32.store $0 + i32.store i32.const 12624 call $~lib/number/F64.parseFloat f64.const 499690852.20518744 @@ -15713,7 +15757,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 12736 - i32.store $0 + i32.store i32.const 12736 call $~lib/number/F64.parseFloat f64.const 7925201200557245595648 @@ -15728,7 +15772,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 12848 - i32.store $0 + i32.store i32.const 12848 call $~lib/number/F64.parseFloat f64.const 6096564585983177528398588e5 @@ -15743,7 +15787,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 12960 - i32.store $0 + i32.store i32.const 12960 call $~lib/number/F64.parseFloat f64.const 4800416117477028695992383e42 @@ -15758,7 +15802,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 13072 - i32.store $0 + i32.store i32.const 13072 call $~lib/number/F64.parseFloat f64.const 8524829079817968137287277e80 @@ -15773,7 +15817,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 13184 - i32.store $0 + i32.store i32.const 13184 call $~lib/number/F64.parseFloat f64.const 3271239291709782092398754e243 @@ -15788,11 +15832,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 13296 - i32.store $0 + i32.store i32.const 13296 call $~lib/number/F64.parseFloat - local.tee $2 - local.get $2 + local.tee $1 + local.get $1 f64.eq if i32.const 0 @@ -15804,7 +15848,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 13328 - i32.store $0 + i32.store i32.const 13328 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -15820,22 +15864,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1808 - i32.store $0 + i32.store local.get $0 i32.const 13360 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1808 i32.const 13360 call $~lib/string/String.__concat local.tee $0 - i32.store $0 offset=80 + i32.store offset=80 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 13392 call $~lib/string/String.__eq @@ -15849,12 +15893,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 1808 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1808 call $~lib/string/String.__ne @@ -15870,10 +15914,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1712 i32.const 1712 call $~lib/string/String.__eq @@ -15888,7 +15932,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 i32.const 0 call $~lib/string/String.__eq @@ -15904,10 +15948,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1712 i32.const 0 call $~lib/string/String.__ne @@ -15923,10 +15967,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 i32.const 1712 call $~lib/string/String.__ne @@ -15942,10 +15986,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1808 - i32.store $0 + i32.store local.get $0 i32.const 13360 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1808 i32.const 13360 call $~lib/string/String.__ne @@ -15961,10 +16005,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1808 - i32.store $0 + i32.store local.get $0 i32.const 1808 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1808 i32.const 1808 call $~lib/string/String.__eq @@ -15980,10 +16024,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13424 - i32.store $0 + i32.store local.get $0 i32.const 13456 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13424 i32.const 13456 call $~lib/string/String.__ne @@ -15999,10 +16043,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13424 - i32.store $0 + i32.store local.get $0 i32.const 13424 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13424 i32.const 13424 call $~lib/string/String.__eq @@ -16018,10 +16062,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13488 - i32.store $0 + i32.store local.get $0 i32.const 13520 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13488 i32.const 13520 call $~lib/string/String.__ne @@ -16037,10 +16081,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13552 - i32.store $0 + i32.store local.get $0 i32.const 13584 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13552 i32.const 13584 call $~lib/string/String.__ne @@ -16056,10 +16100,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13616 - i32.store $0 + i32.store local.get $0 i32.const 13616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13616 i32.const 13616 call $~lib/string/String.__eq @@ -16075,10 +16119,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13616 - i32.store $0 + i32.store local.get $0 i32.const 13664 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13616 i32.const 13664 call $~lib/string/String.__ne @@ -16094,10 +16138,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13712 - i32.store $0 + i32.store local.get $0 i32.const 13760 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13712 i32.const 13760 call $~lib/string/String.__ne @@ -16113,10 +16157,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13360 - i32.store $0 + i32.store local.get $0 i32.const 1808 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13360 i32.const 1808 call $~lib/string/String.__gt @@ -16132,10 +16176,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13808 - i32.store $0 + i32.store local.get $0 i32.const 1808 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13808 i32.const 1808 call $~lib/string/String.__gt @@ -16151,10 +16195,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13808 - i32.store $0 + i32.store local.get $0 i32.const 13840 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13808 i32.const 13840 call $~lib/string/String.__gte @@ -16170,10 +16214,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13808 - i32.store $0 + i32.store local.get $0 i32.const 13392 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13808 i32.const 13392 call $~lib/string/String.__gt @@ -16189,10 +16233,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13808 - i32.store $0 + i32.store local.get $0 i32.const 13392 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13808 i32.const 13392 call $~lib/string/String.__lt @@ -16207,10 +16251,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2336 i32.const 1712 call $~lib/string/String.__gt @@ -16226,10 +16270,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 2336 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1712 i32.const 2336 call $~lib/string/String.__lt @@ -16245,10 +16289,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2336 i32.const 1712 call $~lib/string/String.__gte @@ -16264,10 +16308,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 2336 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1712 i32.const 2336 call $~lib/string/String.__lte @@ -16283,10 +16327,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2336 i32.const 1712 call $~lib/string/String.__lt @@ -16301,10 +16345,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 2336 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1712 i32.const 2336 call $~lib/string/String.__gt @@ -16319,10 +16363,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1712 i32.const 1712 call $~lib/string/String.__lt @@ -16337,10 +16381,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1712 i32.const 1712 call $~lib/string/String.__gt @@ -16355,10 +16399,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1712 i32.const 1712 call $~lib/string/String.__gte @@ -16374,10 +16418,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1712 i32.const 1712 call $~lib/string/String.__lte @@ -16393,10 +16437,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 3456 - i32.store $0 + i32.store local.get $0 i32.const 13872 - i32.store $0 offset=4 + i32.store offset=4 i32.const 3456 i32.const 13872 call $~lib/string/String.__lt @@ -16412,10 +16456,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13872 - i32.store $0 + i32.store local.get $0 i32.const 3456 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13872 i32.const 3456 call $~lib/string/String.__gt @@ -16431,10 +16475,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13904 - i32.store $0 + i32.store local.get $0 i32.const 13872 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13904 i32.const 13872 call $~lib/string/String.__lt @@ -16449,10 +16493,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13872 - i32.store $0 + i32.store local.get $0 i32.const 13904 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13872 i32.const 13904 call $~lib/string/String.__gt @@ -16467,10 +16511,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13904 - i32.store $0 + i32.store local.get $0 i32.const 13872 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13904 i32.const 13872 call $~lib/string/String.__gt @@ -16486,10 +16530,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13872 - i32.store $0 + i32.store local.get $0 i32.const 13904 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13872 i32.const 13904 call $~lib/string/String.__lt @@ -16505,10 +16549,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13904 - i32.store $0 + i32.store local.get $0 i32.const 13904 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13904 i32.const 13904 call $~lib/string/String.__lt @@ -16523,10 +16567,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13904 - i32.store $0 + i32.store local.get $0 i32.const 13904 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13904 i32.const 13904 call $~lib/string/String.__gt @@ -16541,10 +16585,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13904 - i32.store $0 + i32.store local.get $0 i32.const 13904 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13904 i32.const 13904 call $~lib/string/String.__lte @@ -16560,10 +16604,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13904 - i32.store $0 + i32.store local.get $0 i32.const 13904 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13904 i32.const 13904 call $~lib/string/String.__gte @@ -16579,10 +16623,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13872 - i32.store $0 + i32.store local.get $0 i32.const 13936 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13872 i32.const 13936 call $~lib/string/String.__gte @@ -16597,10 +16641,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13936 - i32.store $0 + i32.store local.get $0 i32.const 13872 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13936 i32.const 13872 call $~lib/string/String.__gte @@ -16616,10 +16660,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13872 - i32.store $0 + i32.store local.get $0 i32.const 13936 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13872 i32.const 13936 call $~lib/string/String.__lte @@ -16635,10 +16679,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 3456 - i32.store $0 + i32.store local.get $0 i32.const 3456 - i32.store $0 offset=4 + i32.store offset=4 i32.const 3456 i32.const 3456 call $~lib/string/String.__eq @@ -16654,10 +16698,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13904 - i32.store $0 + i32.store local.get $0 i32.const 13904 - i32.store $0 offset=4 + i32.store offset=4 i32.const 13904 i32.const 13904 call $~lib/string/String.__eq @@ -16673,10 +16717,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2400 - i32.store $0 + i32.store local.get $0 i32.const 2400 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2400 i32.const 2400 call $~lib/string/String.__eq @@ -16692,10 +16736,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2400 - i32.store $0 + i32.store local.get $0 i32.const 13968 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2400 i32.const 13968 call $~lib/string/String.__ne @@ -16711,10 +16755,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 14000 - i32.store $0 + i32.store local.get $0 i32.const 14000 - i32.store $0 offset=4 + i32.store offset=4 i32.const 14000 i32.const 14000 call $~lib/string/String.__eq @@ -16730,10 +16774,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 14032 - i32.store $0 + i32.store local.get $0 i32.const 14000 - i32.store $0 offset=4 + i32.store offset=4 i32.const 14032 i32.const 14000 call $~lib/string/String.__ne @@ -16750,35 +16794,35 @@ i32.const 65377 call $~lib/string/String.fromCodePoint local.tee $0 - i32.store $0 offset=84 + i32.store offset=84 global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $4 i32.const 55296 call $~lib/string/String.fromCodePoint local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store i32.const 56322 call $~lib/string/String.fromCodePoint local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 local.get $5 local.get $6 call $~lib/string/String.__concat - local.tee $1 - i32.store $0 offset=88 + local.tee $4 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 + local.get $4 + i32.store offset=4 local.get $0 - local.get $1 + local.get $4 call $~lib/string/String.__gt i32.eqz if @@ -16791,9 +16835,9 @@ end global.get $~lib/memory/__stack_pointer i32.const 2400 - i32.store $0 + i32.store i32.const 2396 - i32.load $0 + i32.load i32.const 1 i32.shr_u i32.const 3 @@ -16808,17 +16852,17 @@ end global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1712 i32.const 100 call $~lib/string/String#repeat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -16833,17 +16877,17 @@ end global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1808 i32.const 0 call $~lib/string/String#repeat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -16858,17 +16902,17 @@ end global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1808 i32.const 1 call $~lib/string/String#repeat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1808 call $~lib/string/String.__eq @@ -16883,17 +16927,17 @@ end global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1808 i32.const 2 call $~lib/string/String#repeat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13840 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 13840 call $~lib/string/String.__eq @@ -16908,17 +16952,17 @@ end global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1808 i32.const 3 call $~lib/string/String#repeat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14112 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14112 call $~lib/string/String.__eq @@ -16933,17 +16977,17 @@ end global.get $~lib/memory/__stack_pointer i32.const 13392 - i32.store $0 offset=8 + i32.store offset=8 i32.const 13392 i32.const 4 call $~lib/string/String#repeat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14144 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14144 call $~lib/string/String.__eq @@ -16958,17 +17002,17 @@ end global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1808 i32.const 5 call $~lib/string/String#repeat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14192 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14192 call $~lib/string/String.__eq @@ -16983,17 +17027,17 @@ end global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1808 i32.const 6 call $~lib/string/String#repeat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14224 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14224 call $~lib/string/String.__eq @@ -17008,17 +17052,17 @@ end global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1808 i32.const 7 call $~lib/string/String#repeat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14256 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14256 call $~lib/string/String.__eq @@ -17034,13 +17078,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 1712 - i32.store $0 offset=60 + i32.store offset=60 i32.const 1712 i32.const 1712 i32.const 1712 @@ -17048,10 +17092,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -17067,13 +17111,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=60 + i32.store offset=60 i32.const 1712 i32.const 1712 i32.const 4592 @@ -17081,10 +17125,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4592 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4592 call $~lib/string/String.__eq @@ -17100,13 +17144,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 4592 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4592 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 1712 - i32.store $0 offset=60 + i32.store offset=60 i32.const 4592 i32.const 4592 i32.const 1712 @@ -17114,10 +17158,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -17133,13 +17177,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 4592 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 1712 - i32.store $0 offset=60 + i32.store offset=60 i32.const 4592 i32.const 1712 i32.const 1712 @@ -17147,10 +17191,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4592 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4592 call $~lib/string/String.__eq @@ -17166,13 +17210,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4560 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2336 i32.const 4560 i32.const 4592 @@ -17180,10 +17224,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2336 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -17199,13 +17243,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2336 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2336 i32.const 2336 i32.const 4592 @@ -17213,10 +17257,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4592 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4592 call $~lib/string/String.__eq @@ -17232,13 +17276,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2912 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2336 i32.const 2912 i32.const 4592 @@ -17246,10 +17290,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2336 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -17265,13 +17309,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 13392 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 13392 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2336 i32.const 13392 i32.const 13392 @@ -17279,10 +17323,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2336 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -17298,13 +17342,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 14304 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4560 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=60 + i32.store offset=60 i32.const 14304 i32.const 4560 i32.const 4592 @@ -17312,10 +17356,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14336 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14336 call $~lib/string/String.__eq @@ -17331,13 +17375,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2336 i32.const 1712 i32.const 4592 @@ -17345,10 +17389,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14368 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14368 call $~lib/string/String.__eq @@ -17364,13 +17408,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 14400 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 14432 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=60 + i32.store offset=60 i32.const 14400 i32.const 14432 i32.const 4592 @@ -17378,10 +17422,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14368 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14368 call $~lib/string/String.__eq @@ -17397,13 +17441,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 14464 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 14496 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2336 i32.const 14464 i32.const 14496 @@ -17411,10 +17455,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14528 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14528 call $~lib/string/String.__eq @@ -17430,13 +17474,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 14464 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 1712 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2336 i32.const 14464 i32.const 1712 @@ -17444,10 +17488,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 13392 call $~lib/string/String.__eq @@ -17463,13 +17507,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 2336 - i32.store $0 offset=60 + i32.store offset=60 i32.const 1712 i32.const 1712 i32.const 2336 @@ -17477,10 +17521,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2336 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -17496,13 +17540,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4560 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2336 i32.const 4560 i32.const 4592 @@ -17510,10 +17554,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2336 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -17529,13 +17573,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2544 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2336 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2544 i32.const 2336 i32.const 4592 @@ -17543,10 +17587,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14496 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14496 call $~lib/string/String.__eq @@ -17562,13 +17606,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 14560 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2336 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=60 + i32.store offset=60 i32.const 14560 i32.const 2336 i32.const 4592 @@ -17576,10 +17620,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14608 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14608 call $~lib/string/String.__eq @@ -17595,13 +17639,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2544 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 13392 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 13392 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2544 i32.const 13392 i32.const 13392 @@ -17609,10 +17653,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2544 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2544 call $~lib/string/String.__eq @@ -17628,13 +17672,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 14640 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1808 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 14608 - i32.store $0 offset=60 + i32.store offset=60 i32.const 14640 i32.const 1808 i32.const 14608 @@ -17642,10 +17686,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14688 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14688 call $~lib/string/String.__eq @@ -17661,13 +17705,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2544 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 13392 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 14496 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2544 i32.const 13392 i32.const 14496 @@ -17675,10 +17719,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14736 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14736 call $~lib/string/String.__eq @@ -17694,13 +17738,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 14768 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 14800 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 14496 - i32.store $0 offset=60 + i32.store offset=60 i32.const 14768 i32.const 14800 i32.const 14496 @@ -17708,10 +17752,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14832 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14832 call $~lib/string/String.__eq @@ -17727,13 +17771,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2912 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2336 i32.const 2912 i32.const 4592 @@ -17741,10 +17785,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2336 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -17760,13 +17804,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2912 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 14864 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 14496 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2912 i32.const 14864 i32.const 14496 @@ -17774,10 +17818,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2912 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2912 call $~lib/string/String.__eq @@ -17793,13 +17837,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 14896 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2336 i32.const 14896 i32.const 4592 @@ -17807,10 +17851,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14928 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14928 call $~lib/string/String.__eq @@ -17826,13 +17870,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13392 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 13392 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=60 + i32.store offset=60 i32.const 13392 i32.const 13392 i32.const 4592 @@ -17840,10 +17884,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4592 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4592 call $~lib/string/String.__eq @@ -17859,13 +17903,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 14304 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4560 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=60 + i32.store offset=60 i32.const 14304 i32.const 4560 i32.const 4592 @@ -17873,10 +17917,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14960 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14960 call $~lib/string/String.__eq @@ -17892,13 +17936,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 1712 - i32.store $0 offset=60 + i32.store offset=60 i32.const 1712 i32.const 1712 i32.const 1712 @@ -17906,10 +17950,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -17925,13 +17969,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=60 + i32.store offset=60 i32.const 1712 i32.const 1712 i32.const 4592 @@ -17939,10 +17983,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4592 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4592 call $~lib/string/String.__eq @@ -17958,13 +18002,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 4592 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4592 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 1712 - i32.store $0 offset=60 + i32.store offset=60 i32.const 4592 i32.const 4592 i32.const 1712 @@ -17972,10 +18016,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -17991,13 +18035,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 4592 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 1712 - i32.store $0 offset=60 + i32.store offset=60 i32.const 4592 i32.const 1712 i32.const 1712 @@ -18005,10 +18049,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4592 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4592 call $~lib/string/String.__eq @@ -18024,13 +18068,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2336 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4560 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2336 i32.const 2336 i32.const 4560 @@ -18038,10 +18082,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4560 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4560 call $~lib/string/String.__eq @@ -18057,13 +18101,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2816 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4560 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2336 i32.const 2816 i32.const 4560 @@ -18071,10 +18115,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2336 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -18090,13 +18134,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 4592 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2336 i32.const 1712 i32.const 4592 @@ -18104,10 +18148,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14992 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14992 call $~lib/string/String.__eq @@ -18123,13 +18167,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 1712 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2336 i32.const 1712 i32.const 1712 @@ -18137,10 +18181,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2336 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -18156,13 +18200,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 15040 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1808 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 15072 - i32.store $0 offset=60 + i32.store offset=60 i32.const 15040 i32.const 1808 i32.const 15072 @@ -18170,10 +18214,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15104 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15104 call $~lib/string/String.__eq @@ -18189,13 +18233,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 13392 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 13392 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 15152 - i32.store $0 offset=60 + i32.store offset=60 i32.const 13392 i32.const 13392 i32.const 15152 @@ -18203,10 +18247,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15152 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15152 call $~lib/string/String.__eq @@ -18222,13 +18266,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 14112 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1808 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 15184 - i32.store $0 offset=60 + i32.store offset=60 i32.const 14112 i32.const 1808 i32.const 15184 @@ -18236,10 +18280,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15216 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15216 call $~lib/string/String.__eq @@ -18255,13 +18299,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 14112 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 13840 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 15072 - i32.store $0 offset=60 + i32.store offset=60 i32.const 14112 i32.const 13840 i32.const 15072 @@ -18269,10 +18313,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15264 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15264 call $~lib/string/String.__eq @@ -18289,7 +18333,7 @@ global.set $std/string/str global.get $~lib/memory/__stack_pointer i32.const 15296 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength i32.const 15296 @@ -18298,10 +18342,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15296 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15296 call $~lib/string/String.__eq @@ -18317,7 +18361,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -18326,10 +18370,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15344 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15344 call $~lib/string/String.__eq @@ -18345,7 +18389,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -18354,10 +18398,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15376 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15376 call $~lib/string/String.__eq @@ -18373,7 +18417,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 i32.const 7 @@ -18381,10 +18425,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15408 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15408 call $~lib/string/String.__eq @@ -18400,7 +18444,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const -11 i32.const -6 @@ -18408,10 +18452,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15440 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15440 call $~lib/string/String.__eq @@ -18427,7 +18471,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4 i32.const 3 @@ -18435,10 +18479,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -18454,7 +18498,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 i32.const -1 @@ -18462,10 +18506,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15472 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15472 call $~lib/string/String.__eq @@ -18481,7 +18525,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -18490,10 +18534,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15296 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15296 call $~lib/string/String.__eq @@ -18509,7 +18553,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -18518,10 +18562,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15344 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15344 call $~lib/string/String.__eq @@ -18537,7 +18581,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -18546,10 +18590,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15376 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15376 call $~lib/string/String.__eq @@ -18565,7 +18609,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 i32.const 7 @@ -18573,10 +18617,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15520 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15520 call $~lib/string/String.__eq @@ -18592,7 +18636,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const -11 i32.const -6 @@ -18600,10 +18644,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -18619,7 +18663,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4 i32.const 3 @@ -18627,10 +18671,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15568 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15568 call $~lib/string/String.__eq @@ -18646,7 +18690,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 i32.const -1 @@ -18654,10 +18698,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -18673,7 +18717,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 i32.const 100 @@ -18681,10 +18725,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15296 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15296 call $~lib/string/String.__eq @@ -18700,7 +18744,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4 i32.const 4 @@ -18708,10 +18752,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15600 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15600 call $~lib/string/String.__eq @@ -18727,7 +18771,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4 i32.const -3 @@ -18735,10 +18779,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -18754,7 +18798,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -18763,10 +18807,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15296 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15296 call $~lib/string/String.__eq @@ -18782,7 +18826,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -18791,10 +18835,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15296 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15296 call $~lib/string/String.__eq @@ -18810,7 +18854,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1 global.set $~argumentsLength local.get $0 @@ -18819,10 +18863,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15296 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15296 call $~lib/string/String.__eq @@ -18838,7 +18882,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 i32.const 7 @@ -18846,10 +18890,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15408 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15408 call $~lib/string/String.__eq @@ -18865,7 +18909,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const -11 i32.const -6 @@ -18873,10 +18917,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -18892,7 +18936,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4 i32.const 3 @@ -18900,10 +18944,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15632 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15632 call $~lib/string/String.__eq @@ -18919,7 +18963,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 i32.const -1 @@ -18927,10 +18971,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -18946,7 +18990,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 i32.const 100 @@ -18954,10 +18998,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15296 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15296 call $~lib/string/String.__eq @@ -18973,7 +19017,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4 i32.const 4 @@ -18981,10 +19025,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -19000,7 +19044,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4 i32.const -3 @@ -19008,10 +19052,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2912 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2912 call $~lib/string/String.__eq @@ -19027,7 +19071,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store i32.const 0 global.set $~argumentsLength local.get $0 @@ -19035,10 +19079,10 @@ i32.const 0 call $~lib/string/String#split@varargs local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 1 @@ -19046,17 +19090,17 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -19075,10 +19119,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -19086,10 +19130,10 @@ i32.const 1712 call $~lib/string/String#split@varargs local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length if @@ -19103,10 +19147,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 + i32.store local.get $0 i32.const 2624 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -19114,10 +19158,10 @@ i32.const 2624 call $~lib/string/String#split@varargs local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 1 @@ -19125,17 +19169,17 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -19154,10 +19198,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 15840 - i32.store $0 + i32.store local.get $0 i32.const 7632 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -19165,10 +19209,10 @@ i32.const 7632 call $~lib/string/String#split@varargs local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 1 @@ -19176,17 +19220,17 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 15840 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15840 call $~lib/string/String.__eq @@ -19205,10 +19249,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 15840 - i32.store $0 + i32.store local.get $0 i32.const 2624 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -19216,10 +19260,10 @@ i32.const 2624 call $~lib/string/String#split@varargs local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 3 @@ -19227,18 +19271,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 1808 call $~lib/string/String.__eq else @@ -19247,18 +19291,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13360 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 13360 call $~lib/string/String.__eq else @@ -19267,17 +19311,17 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14464 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -19296,10 +19340,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 15872 - i32.store $0 + i32.store local.get $0 i32.const 15920 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -19307,10 +19351,10 @@ i32.const 15920 call $~lib/string/String#split@varargs local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 3 @@ -19318,18 +19362,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 1808 call $~lib/string/String.__eq else @@ -19338,18 +19382,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13360 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 13360 call $~lib/string/String.__eq else @@ -19358,17 +19402,17 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14464 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -19387,10 +19431,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 15952 - i32.store $0 + i32.store local.get $0 i32.const 2624 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -19398,10 +19442,10 @@ i32.const 2624 call $~lib/string/String#split@varargs local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 4 @@ -19409,18 +19453,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 1808 call $~lib/string/String.__eq else @@ -19429,18 +19473,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13360 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 13360 call $~lib/string/String.__eq else @@ -19449,18 +19493,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 1712 call $~lib/string/String.__eq else @@ -19469,17 +19513,17 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/array/Array<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14464 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -19498,10 +19542,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 15984 - i32.store $0 + i32.store local.get $0 i32.const 2624 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -19509,10 +19553,10 @@ i32.const 2624 call $~lib/string/String#split@varargs local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 4 @@ -19520,18 +19564,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 1712 call $~lib/string/String.__eq else @@ -19540,18 +19584,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 1808 call $~lib/string/String.__eq else @@ -19560,18 +19604,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13360 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 13360 call $~lib/string/String.__eq else @@ -19580,17 +19624,17 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/array/Array<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14464 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -19609,10 +19653,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 16016 - i32.store $0 + i32.store local.get $0 i32.const 2624 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -19620,10 +19664,10 @@ i32.const 2624 call $~lib/string/String#split@varargs local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 4 @@ -19631,18 +19675,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 1808 call $~lib/string/String.__eq else @@ -19651,18 +19695,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13360 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 13360 call $~lib/string/String.__eq else @@ -19671,18 +19715,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14464 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 14464 call $~lib/string/String.__eq else @@ -19691,17 +19735,17 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/array/Array<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -19720,10 +19764,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -19731,10 +19775,10 @@ i32.const 1712 call $~lib/string/String#split@varargs local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 3 @@ -19742,18 +19786,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 1808 call $~lib/string/String.__eq else @@ -19762,18 +19806,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13360 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 13360 call $~lib/string/String.__eq else @@ -19782,17 +19826,17 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14464 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -19811,20 +19855,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2336 i32.const 1712 i32.const 0 call $~lib/string/String#split local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length if @@ -19838,20 +19882,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2336 i32.const 1712 i32.const 1 call $~lib/string/String#split local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 1 @@ -19859,17 +19903,17 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1808 call $~lib/string/String.__eq @@ -19888,20 +19932,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 15840 - i32.store $0 + i32.store local.get $0 i32.const 2624 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15840 i32.const 2624 i32.const 1 call $~lib/string/String#split local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 1 @@ -19909,17 +19953,17 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1808 call $~lib/string/String.__eq @@ -19938,20 +19982,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2336 i32.const 1712 i32.const 4 call $~lib/string/String#split local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 3 @@ -19959,18 +20003,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 1808 call $~lib/string/String.__eq else @@ -19979,18 +20023,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13360 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 13360 call $~lib/string/String.__eq else @@ -19999,17 +20043,17 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14464 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -20028,20 +20072,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2336 - i32.store $0 + i32.store local.get $0 i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2336 i32.const 1712 i32.const -1 call $~lib/string/String#split local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 3 @@ -20049,18 +20093,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 1808 call $~lib/string/String.__eq else @@ -20069,18 +20113,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13360 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 13360 call $~lib/string/String.__eq else @@ -20089,17 +20133,17 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14464 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -20118,20 +20162,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 15840 - i32.store $0 + i32.store local.get $0 i32.const 2624 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 15840 i32.const 2624 i32.const -1 call $~lib/string/String#split local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/array/Array#get:length i32.const 3 @@ -20139,18 +20183,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 1808 call $~lib/string/String.__eq else @@ -20159,18 +20203,18 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 + local.get $4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 13360 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $4 i32.const 13360 call $~lib/string/String.__eq else @@ -20179,17 +20223,17 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 14464 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -20210,12 +20254,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -20233,12 +20277,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 3456 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3456 call $~lib/string/String.__eq @@ -20256,12 +20300,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 17792 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 17792 call $~lib/string/String.__eq @@ -20279,12 +20323,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 17824 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 17824 call $~lib/string/String.__eq @@ -20302,12 +20346,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 2400 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2400 call $~lib/string/String.__eq @@ -20325,12 +20369,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 17856 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 17856 call $~lib/string/String.__eq @@ -20348,12 +20392,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 14000 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14000 call $~lib/string/String.__eq @@ -20371,12 +20415,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 17888 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 17888 call $~lib/string/String.__eq @@ -20394,12 +20438,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 17920 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 17920 call $~lib/string/String.__eq @@ -20417,12 +20461,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 17952 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 17952 call $~lib/string/String.__eq @@ -20440,12 +20484,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18000 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18000 call $~lib/string/String.__eq @@ -20463,12 +20507,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18048 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18048 call $~lib/string/String.__eq @@ -20486,12 +20530,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18096 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18096 call $~lib/string/String.__eq @@ -20509,12 +20553,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18144 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18144 call $~lib/string/String.__eq @@ -20532,12 +20576,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18192 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18192 call $~lib/string/String.__eq @@ -20555,12 +20599,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18240 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18240 call $~lib/string/String.__eq @@ -20578,12 +20622,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18288 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18288 call $~lib/string/String.__eq @@ -20601,12 +20645,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18320 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18320 call $~lib/string/String.__eq @@ -20624,12 +20668,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18352 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18352 call $~lib/string/String.__eq @@ -20647,12 +20691,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18240 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18240 call $~lib/string/String.__eq @@ -20670,12 +20714,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -20693,12 +20737,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18384 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18384 call $~lib/string/String.__eq @@ -20716,12 +20760,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18192 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18192 call $~lib/string/String.__eq @@ -20739,12 +20783,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18416 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18416 call $~lib/string/String.__eq @@ -20762,12 +20806,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18464 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18464 call $~lib/string/String.__eq @@ -20785,12 +20829,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -20808,12 +20852,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 3456 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3456 call $~lib/string/String.__eq @@ -20831,12 +20875,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 17792 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 17792 call $~lib/string/String.__eq @@ -20854,12 +20898,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 14464 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -20877,12 +20921,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18512 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18512 call $~lib/string/String.__eq @@ -20900,12 +20944,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18544 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18544 call $~lib/string/String.__eq @@ -20923,12 +20967,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18576 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18576 call $~lib/string/String.__eq @@ -20946,12 +20990,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18608 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18608 call $~lib/string/String.__eq @@ -20969,12 +21013,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18640 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18640 call $~lib/string/String.__eq @@ -20992,12 +21036,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18672 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18672 call $~lib/string/String.__eq @@ -21015,12 +21059,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18704 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18704 call $~lib/string/String.__eq @@ -21038,12 +21082,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18736 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18736 call $~lib/string/String.__eq @@ -21061,12 +21105,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18784 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18784 call $~lib/string/String.__eq @@ -21084,12 +21128,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18832 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18832 call $~lib/string/String.__eq @@ -21107,12 +21151,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18880 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18880 call $~lib/string/String.__eq @@ -21130,12 +21174,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18928 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18928 call $~lib/string/String.__eq @@ -21153,12 +21197,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -21176,12 +21220,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 17856 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 17856 call $~lib/string/String.__eq @@ -21199,12 +21243,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18832 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18832 call $~lib/string/String.__eq @@ -21222,12 +21266,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18976 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18976 call $~lib/string/String.__eq @@ -21245,12 +21289,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19024 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19024 call $~lib/string/String.__eq @@ -21268,12 +21312,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19072 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19072 call $~lib/string/String.__eq @@ -21291,12 +21335,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19072 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19072 call $~lib/string/String.__eq @@ -21314,12 +21358,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -21337,12 +21381,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 3456 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3456 call $~lib/string/String.__eq @@ -21360,12 +21404,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 13904 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 13904 call $~lib/string/String.__eq @@ -21383,12 +21427,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19120 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19120 call $~lib/string/String.__eq @@ -21406,12 +21450,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19152 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19152 call $~lib/string/String.__eq @@ -21429,12 +21473,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19184 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19184 call $~lib/string/String.__eq @@ -21452,12 +21496,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19216 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19216 call $~lib/string/String.__eq @@ -21475,12 +21519,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19248 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19248 call $~lib/string/String.__eq @@ -21498,12 +21542,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19296 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19296 call $~lib/string/String.__eq @@ -21521,12 +21565,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19376 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19376 call $~lib/string/String.__eq @@ -21544,12 +21588,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19472 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19472 call $~lib/string/String.__eq @@ -21567,12 +21611,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19568 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19568 call $~lib/string/String.__eq @@ -21590,12 +21634,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19664 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19664 call $~lib/string/String.__eq @@ -21613,12 +21657,12 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19760 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19760 call $~lib/string/String.__eq @@ -21636,12 +21680,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19808 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19808 call $~lib/string/String.__eq @@ -21659,12 +21703,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19872 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19872 call $~lib/string/String.__eq @@ -21682,12 +21726,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19936 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19936 call $~lib/string/String.__eq @@ -21705,12 +21749,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19984 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19984 call $~lib/string/String.__eq @@ -21728,12 +21772,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20032 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20032 call $~lib/string/String.__eq @@ -21751,12 +21795,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20080 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20080 call $~lib/string/String.__eq @@ -21774,12 +21818,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20128 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20128 call $~lib/string/String.__eq @@ -21797,12 +21841,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20176 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20176 call $~lib/string/String.__eq @@ -21820,12 +21864,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20224 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20224 call $~lib/string/String.__eq @@ -21843,12 +21887,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20272 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20272 call $~lib/string/String.__eq @@ -21866,12 +21910,12 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20320 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20320 call $~lib/string/String.__eq @@ -21889,12 +21933,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -21912,12 +21956,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 17824 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 17824 call $~lib/string/String.__eq @@ -21935,12 +21979,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 2400 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2400 call $~lib/string/String.__eq @@ -21958,12 +22002,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 14000 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14000 call $~lib/string/String.__eq @@ -21981,12 +22025,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 17888 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 17888 call $~lib/string/String.__eq @@ -22004,12 +22048,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 17920 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 17920 call $~lib/string/String.__eq @@ -22027,12 +22071,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18000 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18000 call $~lib/string/String.__eq @@ -22050,12 +22094,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20368 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20368 call $~lib/string/String.__eq @@ -22073,12 +22117,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20416 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20416 call $~lib/string/String.__eq @@ -22096,12 +22140,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18464 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18464 call $~lib/string/String.__eq @@ -22119,12 +22163,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20464 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20464 call $~lib/string/String.__eq @@ -22142,12 +22186,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20512 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20512 call $~lib/string/String.__eq @@ -22165,12 +22209,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20560 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20560 call $~lib/string/String.__eq @@ -22188,12 +22232,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20608 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20608 call $~lib/string/String.__eq @@ -22211,12 +22255,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20656 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20656 call $~lib/string/String.__eq @@ -22234,12 +22278,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20704 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20704 call $~lib/string/String.__eq @@ -22257,12 +22301,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20768 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20768 call $~lib/string/String.__eq @@ -22280,12 +22324,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20832 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20832 call $~lib/string/String.__eq @@ -22303,12 +22347,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20896 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20896 call $~lib/string/String.__eq @@ -22326,12 +22370,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20960 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20960 call $~lib/string/String.__eq @@ -22349,12 +22393,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21024 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21024 call $~lib/string/String.__eq @@ -22372,12 +22416,12 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -22395,12 +22439,12 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21088 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21088 call $~lib/string/String.__eq @@ -22418,12 +22462,12 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18464 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18464 call $~lib/string/String.__eq @@ -22441,12 +22485,12 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20464 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20464 call $~lib/string/String.__eq @@ -22464,12 +22508,12 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21120 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21120 call $~lib/string/String.__eq @@ -22487,12 +22531,12 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 20512 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20512 call $~lib/string/String.__eq @@ -22510,12 +22554,12 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21168 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21168 call $~lib/string/String.__eq @@ -22533,12 +22577,12 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21216 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21216 call $~lib/string/String.__eq @@ -22556,12 +22600,12 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21264 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21264 call $~lib/string/String.__eq @@ -22579,12 +22623,12 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21328 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21328 call $~lib/string/String.__eq @@ -22602,12 +22646,12 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21392 call $~lib/string/String.__eq @@ -22625,12 +22669,12 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21456 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21456 call $~lib/string/String.__eq @@ -22648,12 +22692,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -22671,12 +22715,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 3456 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3456 call $~lib/string/String.__eq @@ -22694,12 +22738,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 14464 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -22717,12 +22761,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18544 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18544 call $~lib/string/String.__eq @@ -22740,12 +22784,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 18640 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 18640 call $~lib/string/String.__eq @@ -22763,12 +22807,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21520 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21520 call $~lib/string/String.__eq @@ -22786,12 +22830,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21568 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21568 call $~lib/string/String.__eq @@ -22809,12 +22853,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21616 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21616 call $~lib/string/String.__eq @@ -22832,12 +22876,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21664 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21664 call $~lib/string/String.__eq @@ -22855,12 +22899,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21712 call $~lib/string/String.__eq @@ -22878,12 +22922,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21760 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21760 call $~lib/string/String.__eq @@ -22901,12 +22945,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21824 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21824 call $~lib/string/String.__eq @@ -22924,12 +22968,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21888 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21888 call $~lib/string/String.__eq @@ -22947,12 +22991,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 21952 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 21952 call $~lib/string/String.__eq @@ -22970,12 +23014,12 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 22016 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 22016 call $~lib/string/String.__eq @@ -22993,12 +23037,12 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 22080 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 22080 call $~lib/string/String.__eq @@ -23016,12 +23060,12 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 22080 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 22080 call $~lib/string/String.__eq @@ -23039,12 +23083,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 3392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -23062,12 +23106,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 3456 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3456 call $~lib/string/String.__eq @@ -23085,12 +23129,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19120 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19120 call $~lib/string/String.__eq @@ -23108,12 +23152,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19152 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19152 call $~lib/string/String.__eq @@ -23131,12 +23175,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19216 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19216 call $~lib/string/String.__eq @@ -23154,12 +23198,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19248 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19248 call $~lib/string/String.__eq @@ -23177,12 +23221,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 19664 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 19664 call $~lib/string/String.__eq @@ -23200,12 +23244,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 22144 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 22144 call $~lib/string/String.__eq @@ -23223,12 +23267,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 22272 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 22272 call $~lib/string/String.__eq @@ -23246,12 +23290,12 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 22432 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 22432 call $~lib/string/String.__eq @@ -23269,12 +23313,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 22528 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 22528 call $~lib/string/String.__eq @@ -23292,12 +23336,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 22640 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 22640 call $~lib/string/String.__eq @@ -23315,12 +23359,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 22736 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 22736 call $~lib/string/String.__eq @@ -23338,12 +23382,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 22816 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 22816 call $~lib/string/String.__eq @@ -23361,12 +23405,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 22880 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 22880 call $~lib/string/String.__eq @@ -23384,12 +23428,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 22944 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 22944 call $~lib/string/String.__eq @@ -23407,12 +23451,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 23008 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 23008 call $~lib/string/String.__eq @@ -23430,12 +23474,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 23072 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 23072 call $~lib/string/String.__eq @@ -23453,12 +23497,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 23136 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 23136 call $~lib/string/String.__eq @@ -23476,12 +23520,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 23184 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 23184 call $~lib/string/String.__eq @@ -23499,12 +23543,12 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 23232 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 23232 call $~lib/string/String.__eq @@ -23521,12 +23565,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 23280 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 23280 call $~lib/string/String.__eq @@ -23543,12 +23587,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 23280 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 23280 call $~lib/string/String.__eq @@ -23565,12 +23609,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 7696 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 7696 call $~lib/string/String.__eq @@ -23587,12 +23631,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 23312 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 23312 call $~lib/string/String.__eq @@ -23609,12 +23653,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 8960 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 8960 call $~lib/string/String.__eq @@ -23631,12 +23675,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 8176 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 8176 call $~lib/string/String.__eq @@ -23653,12 +23697,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 24336 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 24336 call $~lib/string/String.__eq @@ -23675,12 +23719,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 8240 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 8240 call $~lib/string/String.__eq @@ -23697,12 +23741,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 24400 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 24400 call $~lib/string/String.__eq @@ -23719,12 +23763,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 24480 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 24480 call $~lib/string/String.__eq @@ -23741,12 +23785,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 24544 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 24544 call $~lib/string/String.__eq @@ -23763,12 +23807,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 24624 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 24624 call $~lib/string/String.__eq @@ -23785,12 +23829,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 24672 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 24672 call $~lib/string/String.__eq @@ -23807,12 +23851,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 24736 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 24736 call $~lib/string/String.__eq @@ -23829,12 +23873,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 24800 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 24800 call $~lib/string/String.__eq @@ -23851,12 +23895,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 8320 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 8320 call $~lib/string/String.__eq @@ -23873,12 +23917,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 24864 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 24864 call $~lib/string/String.__eq @@ -23895,12 +23939,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 5280 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5280 call $~lib/string/String.__eq @@ -23917,12 +23961,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 24896 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 24896 call $~lib/string/String.__eq @@ -23939,12 +23983,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 24928 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 24928 call $~lib/string/String.__eq @@ -23961,12 +24005,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 24960 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 24960 call $~lib/string/String.__eq @@ -23983,12 +24027,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25008 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25008 call $~lib/string/String.__eq @@ -24005,12 +24049,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25056 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25056 call $~lib/string/String.__eq @@ -24027,12 +24071,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25104 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25104 call $~lib/string/String.__eq @@ -24049,12 +24093,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25152 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25152 call $~lib/string/String.__eq @@ -24071,12 +24115,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25200 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25200 call $~lib/string/String.__eq @@ -24093,12 +24137,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 5568 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5568 call $~lib/string/String.__eq @@ -24115,12 +24159,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25232 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25232 call $~lib/string/String.__eq @@ -24137,12 +24181,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 23312 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 23312 call $~lib/string/String.__eq @@ -24159,12 +24203,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 8960 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 8960 call $~lib/string/String.__eq @@ -24181,12 +24225,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25280 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25280 call $~lib/string/String.__eq @@ -24203,12 +24247,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25312 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25312 call $~lib/string/String.__eq @@ -24225,12 +24269,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25360 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25360 call $~lib/string/String.__eq @@ -24247,12 +24291,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25392 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25392 call $~lib/string/String.__eq @@ -24269,12 +24313,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 23280 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 23280 call $~lib/string/String.__eq @@ -24291,12 +24335,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25440 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25440 call $~lib/string/String.__eq @@ -24313,12 +24357,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25488 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25488 call $~lib/string/String.__eq @@ -24335,12 +24379,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25552 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25552 call $~lib/string/String.__eq @@ -24357,12 +24401,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25616 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25616 call $~lib/string/String.__eq @@ -24379,12 +24423,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 24864 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 24864 call $~lib/string/String.__eq @@ -24401,12 +24445,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25680 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25680 call $~lib/string/String.__eq @@ -24423,12 +24467,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25712 call $~lib/string/String.__eq @@ -24445,12 +24489,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25776 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25776 call $~lib/string/String.__eq @@ -24467,12 +24511,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25856 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25856 call $~lib/string/String.__eq @@ -24489,12 +24533,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25904 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25904 call $~lib/string/String.__eq @@ -24511,12 +24555,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 25952 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 25952 call $~lib/string/String.__eq @@ -24533,12 +24577,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 26000 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 26000 call $~lib/string/String.__eq @@ -24555,12 +24599,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 26048 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 26048 call $~lib/string/String.__eq @@ -24577,12 +24621,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 26096 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 26096 call $~lib/string/String.__eq @@ -24599,12 +24643,12 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $4 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $4 i32.const 26144 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 26144 call $~lib/string/String.__eq @@ -24620,20 +24664,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 26192 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 26224 - i32.store $0 offset=12 + i32.store offset=12 i32.const 26192 i32.const 26224 call $~lib/string/String#concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 26256 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 26256 call $~lib/string/String.__eq @@ -24649,20 +24693,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 26304 - i32.store $0 offset=12 + i32.store offset=12 i32.const 1712 i32.const 26304 call $~lib/string/String#concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 26304 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 26304 call $~lib/string/String.__eq @@ -24678,20 +24722,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 26304 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=12 + i32.store offset=12 i32.const 26304 i32.const 1712 call $~lib/string/String#concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 26304 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 26304 call $~lib/string/String.__eq @@ -24707,20 +24751,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1712 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1712 - i32.store $0 offset=12 + i32.store offset=12 i32.const 1712 i32.const 1712 call $~lib/string/String#concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -24736,10 +24780,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 26336 - i32.store $0 + i32.store local.get $0 i32.const 26336 - i32.store $0 offset=4 + i32.store offset=4 i32.const 26336 i32.const 26336 call $~lib/string/String.__eq @@ -24755,10 +24799,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 26336 - i32.store $0 + i32.store local.get $0 i32.const 26336 - i32.store $0 offset=4 + i32.store offset=4 i32.const 26336 i32.const 26336 call $~lib/string/String.__eq @@ -24774,10 +24818,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 26368 - i32.store $0 + i32.store local.get $0 i32.const 26368 - i32.store $0 offset=4 + i32.store offset=4 i32.const 26368 i32.const 26368 call $~lib/string/String.__eq @@ -24793,10 +24837,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 26400 - i32.store $0 + i32.store local.get $0 i32.const 26400 - i32.store $0 offset=4 + i32.store offset=4 i32.const 26400 i32.const 26400 call $~lib/string/String.__eq @@ -24880,7 +24924,7 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 i32.const 2 local.get $1 @@ -24891,15 +24935,15 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store16 $0 + i32.store16 local.get $3 if local.get $2 local.get $1 - i32.store16 $0 offset=2 + i32.store16 offset=2 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -24929,7 +24973,7 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 2 i32.shl @@ -24942,33 +24986,30 @@ local.get $3 local.get $2 local.get $4 - memory.copy $0 $0 + memory.copy end local.get $5 local.get $3 - i32.store $0 + i32.store i32.const 16 local.get $1 call $~lib/rt/itcms/__new local.tee $1 local.get $3 - i32.store $0 + i32.store + local.get $1 local.get $3 - if - local.get $1 - local.get $3 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link local.get $1 local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -24996,7 +25037,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 i32.const 2 local.get $0 @@ -25007,7 +25048,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store local.get $2 if local.get $0 @@ -25038,11 +25079,11 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store else local.get $1 local.get $0 - i32.store16 $0 + i32.store16 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -25074,7 +25115,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.lt_s @@ -25171,7 +25212,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store local.get $0 local.get $4 i32.add @@ -25200,7 +25241,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store local.get $0 local.get $4 i32.add @@ -25229,8 +25270,8 @@ i32.shl i32.const 16640 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $3 i64.const 8 i64.shr_u @@ -25249,12 +25290,12 @@ i32.shl i32.const 16640 i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 end else global.get $~lib/memory/__stack_pointer - block $__inlined_func$~lib/util/number/ulog_base (result i32) + block $__inlined_func$~lib/util/number/ulog_base$170 (result i32) local.get $2 i64.extend_i32_u local.set $5 @@ -25275,7 +25316,7 @@ i32.div_u i32.const 1 i32.add - br $__inlined_func$~lib/util/number/ulog_base + br $__inlined_func$~lib/util/number/ulog_base$170 end local.get $1 i64.extend_i32_s @@ -25331,7 +25372,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store local.get $0 local.get $4 i32.add @@ -25346,7 +25387,7 @@ if local.get $0 i32.const 45 - i32.store16 $0 + i32.store16 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -25377,7 +25418,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.lt_s @@ -25460,7 +25501,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store local.get $2 local.get $0 local.get $1 @@ -25485,7 +25526,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store local.get $0 i64.extend_i32_u local.set $3 @@ -25510,8 +25551,8 @@ i32.shl i32.const 16640 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $3 i64.const 8 i64.shr_u @@ -25530,12 +25571,12 @@ i32.shl i32.const 16640 i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 end else global.get $~lib/memory/__stack_pointer - block $__inlined_func$~lib/util/number/ulog_base (result i32) + block $__inlined_func$~lib/util/number/ulog_base$174 (result i32) local.get $0 i64.extend_i32_u local.set $4 @@ -25556,7 +25597,7 @@ i32.div_u i32.const 1 i32.add - br $__inlined_func$~lib/util/number/ulog_base + br $__inlined_func$~lib/util/number/ulog_base$174 end local.get $1 i64.extend_i32_s @@ -25610,7 +25651,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store local.get $2 local.get $0 i64.extend_i32_u @@ -25648,7 +25689,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.lt_s @@ -25737,7 +25778,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 + i32.store local.get $3 local.get $1 local.get $6 @@ -25800,7 +25841,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 + i32.store local.get $3 local.get $0 local.get $1 @@ -25827,7 +25868,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 + i32.store loop $while-continue|0 local.get $1 i32.const 2 @@ -25849,8 +25890,8 @@ i32.shl i32.const 16640 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $0 i64.const 8 i64.shr_u @@ -25869,12 +25910,12 @@ i32.shl i32.const 16640 i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 end else global.get $~lib/memory/__stack_pointer - block $__inlined_func$~lib/util/number/ulog_base (result i32) + block $__inlined_func$~lib/util/number/ulog_base$179 (result i32) local.get $0 local.set $2 local.get $1 @@ -25883,7 +25924,7 @@ i32.eq if i32.const 63 - local.get $2 + local.get $0 i64.clz i32.wrap_i64 i32.sub @@ -25894,7 +25935,7 @@ i32.div_u i32.const 1 i32.add - br $__inlined_func$~lib/util/number/ulog_base + br $__inlined_func$~lib/util/number/ulog_base$179 end local.get $1 i64.extend_i32_s @@ -25948,7 +25989,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 + i32.store local.get $3 local.get $0 local.get $6 @@ -25986,7 +26027,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.lt_s @@ -26090,7 +26131,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 + i32.store local.get $3 local.get $4 i32.add @@ -26157,7 +26198,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 + i32.store local.get $3 local.get $4 i32.add @@ -26188,7 +26229,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 + i32.store local.get $3 local.get $4 i32.add @@ -26214,8 +26255,8 @@ i32.shl i32.const 16640 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $0 i64.const 8 i64.shr_u @@ -26234,12 +26275,12 @@ i32.shl i32.const 16640 i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 end else global.get $~lib/memory/__stack_pointer - block $__inlined_func$~lib/util/number/ulog_base (result i32) + block $__inlined_func$~lib/util/number/ulog_base$184 (result i32) local.get $0 local.set $2 local.get $1 @@ -26248,7 +26289,7 @@ i32.eq if i32.const 63 - local.get $2 + local.get $0 i64.clz i32.wrap_i64 i32.sub @@ -26259,7 +26300,7 @@ i32.div_u i32.const 1 i32.add - br $__inlined_func$~lib/util/number/ulog_base + br $__inlined_func$~lib/util/number/ulog_base$184 end local.get $1 i64.extend_i32_s @@ -26315,7 +26356,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 + i32.store local.get $3 local.get $4 i32.add @@ -26329,7 +26370,7 @@ if local.get $3 i32.const 45 - i32.store16 $0 + i32.store16 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -26356,13 +26397,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 f64.const 0 f64.eq if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -26402,94 +26444,21 @@ call $~lib/util/number/dtoa_core i32.const 1 i32.shl - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.const 2 call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 - local.get $2 - i32.const 23344 + local.tee $1 + i32.store local.get $1 - memory.copy $0 $0 + i32.const 23344 + local.get $2 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) - local.get $0 - i32.eqz - if - i32.const 0 - i32.const 1440 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white local.get $1 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $3 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $0 - local.get $1 - local.get $2 - select - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $3 - i32.const 3 - i32.eq - i32.and - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - end - end - end ) ) diff --git a/tests/compiler/std/symbol.debug.wat b/tests/compiler/std/symbol.debug.wat index 5fdd3c6a22..d08b3e59f9 100644 --- a/tests/compiler/std/symbol.debug.wat +++ b/tests/compiler/std/symbol.debug.wat @@ -1,15 +1,15 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) + (type $9 (func (result i32))) + (type $10 (func (param i32 i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/symbol/nextId (mut i32) (i32.const 12)) (global $std/symbol/sym1 (mut i32) (i32.const 0)) @@ -107,12 +107,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -126,7 +126,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -200,7 +200,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -270,11 +270,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -282,7 +282,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 304 @@ -414,7 +414,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -427,7 +427,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -443,34 +443,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -630,7 +630,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -653,7 +653,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -667,7 +667,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -690,7 +690,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -833,7 +833,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -919,7 +919,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -999,7 +999,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1033,7 +1033,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1056,7 +1056,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1070,7 +1070,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1122,7 +1122,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1160,7 +1160,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1235,7 +1234,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1269,7 +1268,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1290,7 +1289,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1310,7 +1309,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1330,7 +1329,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1356,7 +1355,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1379,7 +1378,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1864,7 +1863,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1909,7 +1908,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1942,7 +1941,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1965,7 +1964,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1991,7 +1990,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2004,7 +2003,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2031,19 +2030,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2245,12 +2244,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2301,7 +2300,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2376,7 +2375,7 @@ (func $~lib/map/Map<~lib/string/String,usize>#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -2385,12 +2384,12 @@ (func $~lib/map/Map<~lib/string/String,usize>#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map<~lib/string/String,usize>#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -2399,21 +2398,21 @@ (func $~lib/map/Map<~lib/string/String,usize>#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map<~lib/string/String,usize>#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map<~lib/string/String,usize>#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -2426,19 +2425,19 @@ ) (func $~lib/map/Map<~lib/string/String,usize>#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map<~lib/string/String,usize>#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry<~lib/string/String,usize>#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry<~lib/string/String,usize>#get:key (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/util/string/compareImpl (param $str1 i32) (param $index1 i32) (param $str2 i32) (param $index2 i32) (param $len i32) (result i32) (local $ptr1 i32) @@ -2481,9 +2480,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -2516,10 +2515,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -2546,43 +2545,43 @@ ) (func $~lib/map/MapEntry<~lib/string/String,usize>#get:value (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry<~lib/string/String,usize>#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map<~lib/string/String,usize>#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map<~lib/string/String,usize>#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map<~lib/string/String,usize>#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map<~lib/string/String,usize>#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry<~lib/string/String,usize>#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store $0 + i32.store ) (func $~lib/map/MapEntry<~lib/string/String,usize>#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) local.get $this local.get $buckets - i32.store $0 + i32.store local.get $this local.get $buckets i32.const 0 @@ -2591,12 +2590,12 @@ (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) local.get $this local.get $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.get $entries i32.const 0 @@ -2605,17 +2604,17 @@ (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount - i32.store $0 offset=20 + i32.store offset=20 ) (func $~lib/util/hash/HASH (param $key i32) (result i32) (local $key|1 i32) @@ -2687,54 +2686,54 @@ ) (func $~lib/map/Map#get:buckets (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) local.get $this - i32.load $0 offset=20 + i32.load offset=20 ) (func $~lib/map/Map#get:entries (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store $0 + i32.store ) (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -2799,7 +2798,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2808,7 +2807,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/map/Map<~lib/string/String,usize>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2837,7 +2835,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/map/Map<~lib/string/String,usize> $~lib/map/Map $invalid end return @@ -2894,10 +2892,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -2906,13 +2904,13 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -2922,14 +2920,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map<~lib/string/String,usize>#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -2939,7 +2937,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -2952,14 +2950,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map<~lib/string/String,usize>#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map<~lib/string/String,usize>#set:entriesCapacity @@ -2967,7 +2965,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map<~lib/string/String,usize>#set:entriesOffset @@ -2975,7 +2973,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map<~lib/string/String,usize>#set:entriesCount @@ -3014,14 +3012,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 1 drop block $~lib/util/hash/hashStr|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $key local.tee $key|1 - i32.store $0 + i32.store local.get $key|1 i32.const 0 i32.eq @@ -3033,7 +3031,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/string/String#get:length i32.const 1 @@ -3078,7 +3076,7 @@ local.get $s1 local.set $h|10 local.get $pos - i32.load $0 + i32.load local.set $key|11 local.get $h|10 local.get $key|11 @@ -3096,7 +3094,7 @@ local.get $s2 local.set $h|12 local.get $pos - i32.load $0 offset=4 + i32.load offset=4 local.set $key|13 local.get $h|12 local.get $key|13 @@ -3114,7 +3112,7 @@ local.get $s3 local.set $h|14 local.get $pos - i32.load $0 offset=8 + i32.load offset=8 local.set $key|15 local.get $h|14 local.get $key|15 @@ -3132,7 +3130,7 @@ local.get $s4 local.set $h|16 local.get $pos - i32.load $0 offset=12 + i32.load offset=12 local.set $key|17 local.get $h|16 local.get $key|17 @@ -3192,7 +3190,7 @@ if local.get $h local.get $pos - i32.load $0 + i32.load i32.const -1028477379 i32.mul i32.add @@ -3221,7 +3219,7 @@ if local.get $h local.get $pos - i32.load8_u $0 + i32.load8_u i32.const 374761393 i32.mul i32.add @@ -3286,7 +3284,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -3324,7 +3322,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -3333,7 +3331,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -3351,14 +3349,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -3383,12 +3381,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map<~lib/string/String,usize>#get:buckets local.get $hashCode @@ -3396,14 +3394,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map<~lib/string/String,usize>#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -3421,13 +3419,13 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $key local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/string/String.__eq else @@ -3470,27 +3468,27 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $key local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/util/hash/HASH<~lib/string/String> call $~lib/map/Map<~lib/string/String,usize>#find @@ -3514,27 +3512,27 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $key local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $key local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/util/hash/HASH<~lib/string/String> call $~lib/map/Map<~lib/string/String,usize>#find @@ -3581,7 +3579,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $newBucketsMask i32.const 1 i32.add @@ -3593,7 +3591,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -3610,12 +3608,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map<~lib/string/String,usize>#get:entries local.set $oldPtr @@ -3624,7 +3622,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map<~lib/string/String,usize>#get:entriesOffset block $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.2 (result i32) @@ -3655,13 +3653,13 @@ local.get $oldEntry call $~lib/map/MapEntry<~lib/string/String,usize>#get:key local.tee $oldEntryKey - i32.store $0 offset=12 + i32.store offset=12 local.get $newEntry local.get $oldEntryKey local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/MapEntry<~lib/string/String,usize>#set:key local.get $newEntry @@ -3672,7 +3670,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/util/hash/HASH<~lib/string/String> local.get $newBucketsMask @@ -3686,11 +3684,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry<~lib/string/String,usize>#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.3 (result i32) i32.const 12 @@ -3713,20 +3711,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=16 + i32.store offset=16 local.get $14 call $~lib/map/Map<~lib/string/String,usize>#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map<~lib/string/String,usize>#set:bucketsMask @@ -3734,20 +3732,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=16 + i32.store offset=16 local.get $14 call $~lib/map/Map<~lib/string/String,usize>#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map<~lib/string/String,usize>#set:entriesCapacity @@ -3755,13 +3753,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=16 + i32.store offset=16 local.get $14 call $~lib/map/Map<~lib/string/String,usize>#get:entriesCount call $~lib/map/Map<~lib/string/String,usize>#set:entriesOffset @@ -3784,15 +3782,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/util/hash/HASH<~lib/string/String> local.set $hashCode @@ -3800,13 +3798,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $hashCode call $~lib/map/Map<~lib/string/String,usize>#find @@ -3823,14 +3821,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map<~lib/string/String,usize>#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map<~lib/string/String,usize>#get:entriesCapacity i32.eq @@ -3839,20 +3837,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map<~lib/string/String,usize>#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map<~lib/string/String,usize>#get:entriesCapacity i32.const 3 @@ -3865,7 +3863,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map<~lib/string/String,usize>#get:bucketsMask else @@ -3873,7 +3871,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map<~lib/string/String,usize>#get:bucketsMask i32.const 1 @@ -3888,23 +3886,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map<~lib/string/String,usize>#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map<~lib/string/String,usize>#get:entriesOffset local.tee $6 @@ -3924,7 +3922,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/MapEntry<~lib/string/String,usize>#set:key i32.const 1 @@ -3942,13 +3940,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map<~lib/string/String,usize>#get:entriesCount i32.const 1 @@ -3958,7 +3956,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map<~lib/string/String,usize>#get:buckets local.get $hashCode @@ -3966,7 +3964,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map<~lib/string/String,usize>#get:bucketsMask i32.and @@ -3976,11 +3974,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry<~lib/string/String,usize>#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -4000,10 +3998,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -4012,13 +4010,13 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -4028,14 +4026,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:buckets local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 1 @@ -4045,7 +4043,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 4 @@ -4058,14 +4056,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/map/Map#set:entries local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 call $~lib/map/Map#set:entriesCapacity @@ -4073,7 +4071,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesOffset @@ -4081,7 +4079,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/map/Map#set:entriesCount @@ -4104,12 +4102,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:buckets local.get $hashCode @@ -4117,14 +4115,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 call $~lib/map/Map#get:bucketsMask i32.and i32.const 4 i32.mul i32.add - i32.load $0 + i32.load local.set $entry loop $while-continue|0 local.get $entry @@ -4193,10 +4191,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $newBucketsMask i32.const 1 i32.add @@ -4208,7 +4206,7 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newBuckets - i32.store $0 + i32.store local.get $newBucketsCapacity i32.const 8 i32.mul @@ -4225,12 +4223,12 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $newEntries - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entries local.set $oldPtr @@ -4239,7 +4237,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) @@ -4278,7 +4276,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/map/MapEntry#set:value local.get $oldEntryKey @@ -4294,11 +4292,11 @@ local.set $newBucketPtrBase local.get $newEntry local.get $newBucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $newBucketPtrBase local.get $newPtr - i32.store $0 + i32.store local.get $newPtr block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) i32.const 12 @@ -4321,20 +4319,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBuckets local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:buckets local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newBucketsMask call $~lib/map/Map#set:bucketsMask @@ -4342,20 +4340,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntries local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#set:entries local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $newEntriesCapacity call $~lib/map/Map#set:entriesCapacity @@ -4363,13 +4361,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 local.get $this local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=12 + i32.store offset=12 local.get $14 call $~lib/map/Map#get:entriesCount call $~lib/map/Map#set:entriesOffset @@ -4392,10 +4390,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $key call $~lib/util/hash/HASH local.set $hashCode @@ -4403,7 +4401,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $key local.get $hashCode @@ -4416,7 +4414,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/MapEntry#set:value i32.const 1 @@ -4430,14 +4428,14 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesOffset local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entriesCapacity i32.eq @@ -4446,20 +4444,20 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCapacity i32.const 3 @@ -4472,7 +4470,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask else @@ -4480,7 +4478,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:bucketsMask i32.const 1 @@ -4495,23 +4493,23 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:entries local.tee $entries - i32.store $0 offset=8 + i32.store offset=8 local.get $entries local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesOffset local.tee $6 @@ -4536,7 +4534,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/MapEntry#set:value i32.const 1 @@ -4549,13 +4547,13 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/map/Map#get:entriesCount i32.const 1 @@ -4565,7 +4563,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:buckets local.get $hashCode @@ -4573,7 +4571,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 + i32.store local.get $8 call $~lib/map/Map#get:bucketsMask i32.and @@ -4583,11 +4581,11 @@ local.set $bucketPtrBase local.get $entry local.get $bucketPtrBase - i32.load $0 + i32.load call $~lib/map/MapEntry#set:taggedNext local.get $bucketPtrBase local.get $entry - i32.store $0 + i32.store end local.get $this local.set $8 @@ -4609,18 +4607,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/symbol/stringToId local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $key local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 call $~lib/map/Map<~lib/string/String,usize>#has if @@ -4628,13 +4626,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $key local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 call $~lib/map/Map<~lib/string/String,usize>#get local.set $3 @@ -4661,13 +4659,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $key local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $id call $~lib/map/Map<~lib/string/String,usize>#set @@ -4676,14 +4674,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $id local.get $key local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 call $~lib/map/Map#set drop @@ -4705,12 +4703,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $key local.get $key @@ -4736,12 +4734,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $key local.get $key @@ -4777,12 +4775,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/symbol/idToString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $sym call $~lib/map/Map#has @@ -4791,7 +4789,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $sym call $~lib/map/Map#get @@ -4819,12 +4817,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/string/String#get:length i32.const 1 @@ -4834,7 +4832,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/string/String#get:length i32.const 1 @@ -4862,17 +4860,17 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $thisSize - memory.copy $0 $0 + memory.copy local.get $out local.get $thisSize i32.add local.get $other local.get $otherSize - memory.copy $0 $0 + memory.copy local.get $out local.set $6 global.get $~lib/memory/__stack_pointer @@ -4891,18 +4889,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $right local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String#concat local.set $2 @@ -4926,13 +4924,13 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $this local.set $id global.get $~lib/memory/__stack_pointer i32.const 864 local.tee $str - i32.store $0 + i32.store block $break|0 block $case11|0 block $case10|0 @@ -4997,67 +4995,67 @@ global.get $~lib/memory/__stack_pointer i32.const 896 local.tee $str - i32.store $0 + i32.store br $break|0 end global.get $~lib/memory/__stack_pointer i32.const 944 local.tee $str - i32.store $0 + i32.store br $break|0 end global.get $~lib/memory/__stack_pointer i32.const 1008 local.tee $str - i32.store $0 + i32.store br $break|0 end global.get $~lib/memory/__stack_pointer i32.const 1056 local.tee $str - i32.store $0 + i32.store br $break|0 end global.get $~lib/memory/__stack_pointer i32.const 1088 local.tee $str - i32.store $0 + i32.store br $break|0 end global.get $~lib/memory/__stack_pointer i32.const 1136 local.tee $str - i32.store $0 + i32.store br $break|0 end global.get $~lib/memory/__stack_pointer i32.const 1168 local.tee $str - i32.store $0 + i32.store br $break|0 end global.get $~lib/memory/__stack_pointer i32.const 1216 local.tee $str - i32.store $0 + i32.store br $break|0 end global.get $~lib/memory/__stack_pointer i32.const 1248 local.tee $str - i32.store $0 + i32.store br $break|0 end global.get $~lib/memory/__stack_pointer i32.const 1296 local.tee $str - i32.store $0 + i32.store br $break|0 end global.get $~lib/memory/__stack_pointer i32.const 1344 local.tee $str - i32.store $0 + i32.store br $break|0 end global.get $~lib/symbol/idToString @@ -5068,7 +5066,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $id call $~lib/map/Map#has @@ -5081,12 +5079,12 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $id call $~lib/map/Map#get local.tee $str - i32.store $0 + i32.store end br $break|0 end @@ -5094,25 +5092,25 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 local.get $str local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 call $~lib/string/String.__concat local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 1440 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/string/String.__concat local.set $4 @@ -5134,15 +5132,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 i32.const 32 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/symbol/Symbol global.set $std/symbol/sym1 @@ -5150,7 +5148,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/symbol/Symbol global.set $std/symbol/sym2 @@ -5166,7 +5164,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -5193,7 +5191,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/symbol/_Symbol.for global.set $std/symbol/sym3 @@ -5201,7 +5199,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/symbol/_Symbol.for global.set $std/symbol/sym4 @@ -5227,7 +5225,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 0 call $~lib/string/String.__eq @@ -5244,7 +5242,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 0 call $~lib/string/String.__eq @@ -5261,7 +5259,7 @@ global.get $std/symbol/sym3 call $~lib/symbol/_Symbol.keyFor local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 if (result i32) local.get $0 @@ -5278,7 +5276,7 @@ global.get $std/symbol/sym4 call $~lib/symbol/_Symbol.keyFor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 if (result i32) local.get $1 @@ -5295,13 +5293,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 32 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -5317,13 +5315,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 global.get $std/symbol/key4 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -5341,13 +5339,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 1472 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -5364,13 +5362,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 1520 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -5391,13 +5389,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 1568 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -5414,13 +5412,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 1632 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -5455,12 +5453,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/map/Map<~lib/string/String,usize>#get:buckets local.get $cookie @@ -5469,7 +5467,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/map/Map<~lib/string/String,usize>#get:entries local.set $entries @@ -5482,7 +5480,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/map/Map<~lib/string/String,usize>#get:entriesOffset block $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.6 (result i32) @@ -5550,12 +5548,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/map/Map#get:buckets local.get $cookie @@ -5564,7 +5562,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/map/Map#get:entries local.set $entries @@ -5577,7 +5575,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 + i32.store local.get $7 call $~lib/map/Map#get:entriesOffset block $~lib/map/ENTRY_SIZE|inlined.6 (result i32) @@ -5641,7 +5639,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length i32.const 1073741820 i32.gt_u @@ -5658,7 +5656,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 + i32.store i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne diff --git a/tests/compiler/std/symbol.release.wat b/tests/compiler/std/symbol.release.wat index 1c79687c29..a61bac0756 100644 --- a/tests/compiler/std/symbol.release.wat +++ b/tests/compiler/std/symbol.release.wat @@ -1,14 +1,14 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32) (result i32))) + (type $4 (func (param i32))) + (type $5 (func (result i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64))) + (type $8 (func (param i32 i32 i32))) + (type $9 (func (param i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/symbol/nextId (mut i32) (i32.const 12)) (global $std/symbol/sym1 (mut i32) (i32.const 0)) @@ -105,49 +105,49 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $~lib/symbol/idToString local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/symbol/key1 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/symbol/key2 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/symbol/key3 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $std/symbol/key4 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1328 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1536 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1648 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1136 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -157,7 +157,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -175,7 +175,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -192,7 +192,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -206,16 +206,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$246 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 35516 @@ -230,10 +230,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$246 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -246,20 +246,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -268,7 +268,7 @@ else local.get $1 i32.const 2720 - i32.load $0 + i32.load i32.gt_u if i32.const 1328 @@ -283,13 +283,13 @@ i32.shl i32.const 2724 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -299,21 +299,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -321,8 +345,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -334,10 +358,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -348,29 +372,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -378,10 +402,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -395,75 +419,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -485,7 +502,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -502,12 +519,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -524,17 +541,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -544,9 +561,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -571,13 +588,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -611,7 +628,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -667,19 +684,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -691,15 +708,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -707,16 +724,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -738,10 +756,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -754,18 +772,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -789,30 +806,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -820,10 +837,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -831,7 +848,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -839,7 +856,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -850,10 +867,10 @@ end i32.const 35520 i32.const 0 - i32.store $0 + i32.store i32.const 37088 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -865,7 +882,7 @@ i32.const 35520 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -883,7 +900,7 @@ i32.const 35520 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -900,7 +917,7 @@ end i32.const 35520 i32.const 37092 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -933,7 +950,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -946,19 +963,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -969,7 +986,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -981,7 +998,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -994,12 +1011,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -1008,7 +1021,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1019,26 +1032,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1054,7 +1067,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1070,7 +1083,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1095,14 +1108,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1137,7 +1150,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1151,10 +1164,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1166,10 +1179,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1177,47 +1190,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1238,7 +1253,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1255,10 +1270,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1274,7 +1289,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1295,7 +1310,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1322,7 +1337,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1343,7 +1358,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $2 i32.const 0 @@ -1385,50 +1400,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1448,12 +1467,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1464,7 +1483,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1485,7 +1504,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1501,8 +1520,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1516,90 +1535,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1612,13 +1631,72 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill + local.get $1 + ) + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) + (local $3 i32) local.get $1 + i32.eqz + if + return + end + local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1200 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.tee $3 + local.get $1 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $3 + i32.eqz + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + local.tee $3 + i32.eq + if + local.get $0 + local.get $1 + local.get $2 + select + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $3 + i32.const 3 + i32.eq + i32.and + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + end + end + end ) (func $~lib/rt/__visit_members (param $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) block $folding-inner1 block $folding-inner0 block $invalid @@ -1631,7 +1709,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/map/Map<~lib/string/String,usize> $~lib/map/Map $invalid end return @@ -1641,11 +1719,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1660,31 +1738,26 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $1 - if - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 local.set $1 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 12 i32.mul i32.add @@ -1695,18 +1768,14 @@ i32.gt_u if local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.and i32.eqz if local.get $1 - i32.load $0 - local.tee $3 - if - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit end local.get $1 i32.const 12 @@ -1728,59 +1797,50 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $1 - if - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 local.set $1 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 12 i32.mul i32.add local.set $0 - loop $while-continue|08 + loop $while-continue|01 local.get $0 local.get $1 i32.gt_u if local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.and i32.eqz if local.get $1 - i32.load $0 offset=4 - local.tee $3 - if - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load offset=4 + call $~lib/rt/itcms/__visit end local.get $1 i32.const 12 i32.add local.set $1 - br $while-continue|08 + br $while-continue|01 end end br $folding-inner1 @@ -1795,10 +1855,7 @@ unreachable end local.get $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1839,24 +1896,24 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store block $~lib/util/hash/hashStr|inlined.0 (result i32) local.get $1 local.get $0 - i32.store $0 + i32.store i32.const 0 local.get $0 i32.eqz br_if $~lib/util/hash/hashStr|inlined.0 drop - global.get $~lib/memory/__stack_pointer + local.get $1 local.get $0 local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and local.tee $3 @@ -1882,7 +1939,7 @@ if local.get $2 local.get $1 - i32.load $0 + i32.load i32.const -2048144777 i32.mul i32.add @@ -1893,7 +1950,7 @@ local.set $2 local.get $4 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2048144777 i32.mul i32.add @@ -1904,7 +1961,7 @@ local.set $4 local.get $6 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.const -2048144777 i32.mul i32.add @@ -1915,7 +1972,7 @@ local.set $6 local.get $5 local.get $1 - i32.load $0 offset=12 + i32.load offset=12 i32.const -2048144777 i32.mul i32.add @@ -1967,7 +2024,7 @@ if local.get $2 local.get $1 - i32.load $0 + i32.load i32.const -1028477379 i32.mul i32.add @@ -1994,7 +2051,7 @@ if local.get $2 local.get $1 - i32.load8_u $0 + i32.load8_u i32.const 374761393 i32.mul i32.add @@ -2058,13 +2115,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2079,55 +2137,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -2148,7 +2210,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$88 loop $while-continue|1 local.get $0 local.tee $3 @@ -2158,17 +2220,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$88 local.get $2 i32.const 2 i32.add @@ -2218,31 +2280,31 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $3 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $1 loop $while-continue|0 local.get $1 if local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.tee $0 i32.const 1 i32.and @@ -2252,12 +2314,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.load $0 + i32.load local.tee $3 - i32.store $0 + i32.store local.get $2 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1056 call $~lib/string/String.__eq @@ -2306,85 +2368,84 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 1056 - i32.store $0 + i32.store i32.const 1056 call $~lib/util/hash/HASH<~lib/string/String> - local.set $6 + local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - local.get $6 + local.get $8 call $~lib/map/Map<~lib/string/String,usize>#find local.tee $2 if local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 else global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $3 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 i32.or end - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -2397,9 +2458,9 @@ local.tee $2 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $2 - local.get $5 + local.get $4 i32.const 1 i32.add local.tee $2 @@ -2407,152 +2468,144 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $9 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 i32.shl i32.const 3 i32.div_s - local.tee $7 + local.tee $6 i32.const 12 i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $4 + i32.load offset=8 + local.set $10 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + local.get $10 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 12 i32.mul i32.add - local.set $8 + local.set $5 local.get $3 local.set $2 loop $while-continue|0 - local.get $4 - local.get $8 + local.get $5 + local.get $10 i32.ne if - local.get $4 - i32.load $0 offset=8 + local.get $10 + i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer + local.tee $7 + local.get $10 + i32.load local.tee $11 - local.get $4 - i32.load $0 - local.tee $10 - i32.store $0 offset=12 + i32.store offset=12 + local.get $7 local.get $11 - local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - local.get $10 - i32.store $0 - local.get $2 - local.get $4 - i32.load $0 offset=4 - i32.store $0 offset=4 local.get $11 + i32.store + local.get $2 local.get $10 - i32.store $0 offset=8 + i32.load offset=4 + i32.store offset=4 + local.get $7 + local.get $11 + i32.store offset=8 local.get $2 local.get $9 - local.get $10 + local.get $11 call $~lib/util/hash/HASH<~lib/string/String> - local.get $5 + local.get $4 i32.and i32.const 2 i32.shl i32.add - local.tee $10 - i32.load $0 - i32.store $0 offset=8 - local.get $10 + local.tee $7 + i32.load + i32.store offset=8 + local.get $7 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 12 i32.add local.set $2 end - local.get $4 + local.get $10 i32.const 12 i32.add - local.set $4 + local.set $10 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $9 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 local.get $9 - i32.store $0 + i32.store + local.get $0 local.get $9 - if - local.get $0 - local.get $9 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $5 - i32.store $0 offset=4 - local.get $2 + local.get $4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $7 - i32.store $0 offset=12 - local.get $2 + local.get $6 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $2 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer @@ -2560,28 +2613,28 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $4 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $2 i32.const 1056 - i32.store $0 + i32.store local.get $3 local.get $4 i32.const 12 @@ -2589,51 +2642,50 @@ i32.add local.tee $2 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link + call $~lib/rt/itcms/__link local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 - local.get $1 + i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.set $3 - local.get $1 + i32.load + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $2 - local.get $3 - local.get $6 + local.get $1 + local.get $8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $0 local.get $2 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -2669,31 +2721,31 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $4 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 loop $while-continue|0 local.get $0 if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.const 1 i32.and @@ -2702,7 +2754,7 @@ else local.get $1 local.get $0 - i32.load $0 + i32.load i32.eq end if @@ -2749,13 +2801,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -2786,75 +2838,74 @@ i32.shr_u local.get $2 i32.xor - local.tee $6 + local.tee $8 call $~lib/map/Map#find local.tee $2 if global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 + i32.store local.get $2 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1056 i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link + call $~lib/rt/itcms/__link else global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.set $3 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.eq if - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.const 3 i32.mul i32.const 4 i32.div_s i32.lt_s if (result i32) - global.get $~lib/memory/__stack_pointer + local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 i32.shl i32.const 1 i32.or end - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -2866,12 +2917,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 - local.get $5 + local.get $4 i32.const 1 i32.add local.tee $2 @@ -2879,7 +2930,7 @@ i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $9 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $2 i32.const 3 @@ -2891,53 +2942,53 @@ i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=8 - local.set $4 + i32.load offset=8 + local.set $10 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + local.get $10 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 i32.const 12 i32.mul i32.add - local.set $8 + local.set $6 local.get $3 local.set $2 loop $while-continue|0 - local.get $4 - local.get $8 + local.get $6 + local.get $10 i32.ne if - local.get $4 - i32.load $0 offset=8 + local.get $10 + i32.load offset=8 i32.const 1 i32.and i32.eqz if local.get $2 - local.get $4 - i32.load $0 - local.tee $10 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.load $0 offset=4 + local.get $10 + i32.load local.tee $11 - i32.store $0 offset=8 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $10 + i32.load offset=4 + local.tee $5 + i32.store offset=8 local.get $2 - local.get $11 - i32.store $0 offset=4 + local.get $5 + i32.store offset=4 local.get $2 local.get $9 - local.get $5 - local.get $10 + local.get $4 + local.get $11 i32.const -1028477379 i32.mul i32.const 374761397 @@ -2946,105 +2997,97 @@ i32.rotl i32.const 668265263 i32.mul - local.tee $10 + local.tee $5 i32.const 15 i32.shr_u - local.get $10 + local.get $5 i32.xor i32.const -2048144777 i32.mul - local.tee $10 + local.tee $5 i32.const 13 i32.shr_u - local.get $10 + local.get $5 i32.xor i32.const -1028477379 i32.mul - local.tee $10 + local.tee $5 i32.const 16 i32.shr_u - local.get $10 + local.get $5 i32.xor i32.and i32.const 2 i32.shl i32.add - local.tee $10 - i32.load $0 - i32.store $0 offset=8 - local.get $10 + local.tee $5 + i32.load + i32.store offset=8 + local.get $5 local.get $2 - i32.store $0 + i32.store local.get $2 i32.const 12 i32.add local.set $2 end - local.get $4 + local.get $10 i32.const 12 i32.add - local.set $4 + local.set $10 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $9 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $9 - i32.store $0 + i32.store + local.get $0 local.get $9 - if - local.get $0 - local.get $9 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $5 - i32.store $0 offset=4 - local.get $2 + local.get $4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $3 - if - local.get $0 - local.get $3 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $7 - i32.store $0 offset=12 - local.get $2 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $0 - i32.load $0 offset=20 - i32.store $0 offset=16 - local.get $2 + i32.load offset=20 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -3052,25 +3095,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=16 + i32.load offset=16 local.tee $4 i32.const 1 i32.add - i32.store $0 offset=16 + i32.store offset=16 local.get $3 local.get $4 i32.const 12 @@ -3078,54 +3121,53 @@ i32.add local.tee $3 local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 1056 - i32.store $0 + i32.store local.get $3 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1056 i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 - local.get $1 + i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.load $0 offset=20 + i32.load offset=20 i32.const 1 i32.add - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.set $2 - local.get $1 + i32.load + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $3 - local.get $2 - local.get $6 + local.get $1 + local.get $8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.and i32.const 2 i32.shl i32.add local.tee $0 - i32.load $0 - i32.store $0 offset=8 + i32.load + i32.store offset=8 local.get $0 local.get $3 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 12 @@ -3157,14 +3199,14 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 global.get $~lib/symbol/stringToId local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 12 i32.sub @@ -3176,19 +3218,19 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1056 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1056 call $~lib/util/hash/HASH<~lib/string/String> @@ -3203,14 +3245,13 @@ local.get $0 if global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $~lib/symbol/stringToId - local.tee $1 - i32.store $0 - local.get $0 + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=4 - local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -3219,23 +3260,23 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $1 i64.const 0 - i64.store $0 - local.get $0 + i64.store + local.get $1 i32.const 0 - i32.store $0 offset=8 - local.get $0 + i32.store offset=8 local.get $1 - i32.store $0 - local.get $0 - i32.const 1056 - i32.store $0 offset=4 local.get $0 + i32.store + local.get $1 i32.const 1056 - i32.store $0 offset=8 + i32.store offset=4 local.get $1 i32.const 1056 + i32.store offset=8 + local.get $0 + i32.const 1056 call $~lib/util/hash/HASH<~lib/string/String> call $~lib/map/Map<~lib/string/String,usize>#find local.tee $0 @@ -3249,7 +3290,7 @@ unreachable end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 @@ -3271,20 +3312,20 @@ local.tee $1 global.get $~lib/symbol/stringToId local.tee $2 - i32.store $0 + i32.store local.get $1 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 call $~lib/map/Map<~lib/string/String,usize>#set global.get $~lib/memory/__stack_pointer global.get $~lib/symbol/idToString local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 call $~lib/map/Map#set @@ -3323,10 +3364,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -3387,10 +3428,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $1 @@ -3433,7 +3474,7 @@ unreachable end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3461,11 +3502,11 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 global.get $~lib/symbol/idToString local.tee $1 - i32.store $0 + i32.store local.get $1 local.get $0 call $~lib/map/Map#has @@ -3473,7 +3514,7 @@ global.get $~lib/memory/__stack_pointer global.get $~lib/symbol/idToString local.tee $1 - i32.store $0 + i32.store local.get $1 local.get $0 call $~lib/map/Map#get @@ -3491,6 +3532,7 @@ (local $2 i32) (local $3 i32) (local $4 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3503,81 +3545,81 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 - local.get $2 - local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 - local.get $2 - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2748 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $3 - i64.const 0 - i64.store $0 - local.get $3 - local.get $0 - local.tee $2 - i32.store $0 - local.get $0 - i32.const 20 - i32.sub - i32.load $0 offset=16 - i32.const -2 - i32.and - local.set $4 - local.get $3 - local.get $1 - i32.store $0 - block $__inlined_func$~lib/string/String#concat + i64.store + block $__inlined_func$~lib/string/String#concat$253 (result i32) + local.get $2 + local.get $0 + i32.store + local.get $2 + local.get $1 + i32.store offset=4 + local.get $2 + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2748 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $5 + i64.const 0 + i64.store + local.get $5 + local.get $0 + i32.store + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const -2 + i32.and + local.set $2 + local.get $5 + local.get $1 + i32.store local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and local.tee $3 - local.get $4 + local.get $2 i32.add - local.tee $0 + local.tee $4 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $5 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 1888 - local.set $0 - br $__inlined_func$~lib/string/String#concat + br $__inlined_func$~lib/string/String#concat$253 end global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $4 i32.const 2 call $~lib/rt/itcms/__new - local.tee $0 - i32.store $0 offset=4 - local.get $0 - local.get $2 + local.tee $4 + i32.store offset=4 local.get $4 - memory.copy $0 $0 local.get $0 + local.get $2 + memory.copy + local.get $2 local.get $4 i32.add local.get $1 local.get $3 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer + local.get $4 end + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -3614,12 +3656,12 @@ local.tee $2 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill i32.const 1888 local.set $1 local.get $2 i32.const 1888 - i32.store $0 + i32.store block $break|0 block $case11|0 block $case10|0 @@ -3642,85 +3684,85 @@ local.set $1 global.get $~lib/memory/__stack_pointer i32.const 1920 - i32.store $0 + i32.store br $break|0 end i32.const 1968 local.set $1 global.get $~lib/memory/__stack_pointer i32.const 1968 - i32.store $0 + i32.store br $break|0 end i32.const 2032 local.set $1 global.get $~lib/memory/__stack_pointer i32.const 2032 - i32.store $0 + i32.store br $break|0 end i32.const 2080 local.set $1 global.get $~lib/memory/__stack_pointer i32.const 2080 - i32.store $0 + i32.store br $break|0 end i32.const 2112 local.set $1 global.get $~lib/memory/__stack_pointer i32.const 2112 - i32.store $0 + i32.store br $break|0 end i32.const 2160 local.set $1 global.get $~lib/memory/__stack_pointer i32.const 2160 - i32.store $0 + i32.store br $break|0 end i32.const 2192 local.set $1 global.get $~lib/memory/__stack_pointer i32.const 2192 - i32.store $0 + i32.store br $break|0 end i32.const 2240 local.set $1 global.get $~lib/memory/__stack_pointer i32.const 2240 - i32.store $0 + i32.store br $break|0 end i32.const 2272 local.set $1 global.get $~lib/memory/__stack_pointer i32.const 2272 - i32.store $0 + i32.store br $break|0 end i32.const 2320 local.set $1 global.get $~lib/memory/__stack_pointer i32.const 2320 - i32.store $0 + i32.store br $break|0 end i32.const 2368 local.set $1 global.get $~lib/memory/__stack_pointer i32.const 2368 - i32.store $0 + i32.store br $break|0 end global.get $~lib/symbol/idToString + local.tee $2 if (result i32) global.get $~lib/memory/__stack_pointer - global.get $~lib/symbol/idToString - local.tee $2 - i32.store $0 offset=4 + local.get $2 + i32.store offset=4 local.get $2 local.get $0 call $~lib/map/Map#has @@ -3732,32 +3774,32 @@ local.tee $1 global.get $~lib/symbol/idToString local.tee $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 local.get $0 call $~lib/map/Map#get local.tee $1 - i32.store $0 + i32.store end end global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 2416 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 i32.const 2416 local.get $1 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 2464 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2464 call $~lib/string/String.__concat @@ -3783,13 +3825,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $0 i32.const 1056 - i32.store $0 + i32.store global.get $~lib/symbol/nextId local.tee $0 i32.const 1 @@ -3804,7 +3846,7 @@ global.set $std/symbol/sym1 global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 + i32.store global.get $~lib/symbol/nextId local.tee $0 i32.const 1 @@ -3828,7 +3870,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 35516 @@ -3838,26 +3880,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1252 i32.const 1248 - i32.store $0 + i32.store i32.const 1256 i32.const 1248 - i32.store $0 + i32.store i32.const 1248 global.set $~lib/rt/itcms/pinSpace i32.const 1284 i32.const 1280 - i32.store $0 + i32.store i32.const 1288 i32.const 1280 - i32.store $0 + i32.store i32.const 1280 global.set $~lib/rt/itcms/toSpace i32.const 1428 i32.const 1424 - i32.store $0 + i32.store i32.const 1432 i32.const 1424 - i32.store $0 + i32.store i32.const 1424 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer @@ -3871,81 +3913,73 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 24 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -3962,81 +3996,73 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 24 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 + local.get $0 local.get $1 - if - local.get $0 - local.get $1 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 - i32.store $0 offset=12 - local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=16 - local.get $1 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=20 - local.get $1 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -4044,12 +4070,12 @@ global.set $~lib/symbol/idToString global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 + i32.store call $~lib/symbol/_Symbol.for global.set $std/symbol/sym3 global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 + i32.store call $~lib/symbol/_Symbol.for global.set $std/symbol/sym4 global.get $std/symbol/sym3 @@ -4072,7 +4098,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/symbol/key1 local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 0 call $~lib/string/String.__eq @@ -4088,7 +4114,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/symbol/key2 local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 0 call $~lib/string/String.__eq @@ -4105,7 +4131,7 @@ global.get $std/symbol/sym3 call $~lib/symbol/_Symbol.keyFor local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.eqz if @@ -4122,7 +4148,7 @@ global.get $std/symbol/sym4 call $~lib/symbol/_Symbol.keyFor local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.eqz if @@ -4139,10 +4165,10 @@ local.tee $0 global.get $std/symbol/key3 local.tee $1 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 1056 call $~lib/string/String.__eq @@ -4159,11 +4185,11 @@ local.tee $0 global.get $std/symbol/key3 local.tee $1 - i32.store $0 + i32.store local.get $0 global.get $std/symbol/key4 local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 local.get $0 call $~lib/string/String.__eq @@ -4192,10 +4218,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 2496 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 2496 call $~lib/string/String.__eq @@ -4214,10 +4240,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 2544 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 2544 call $~lib/string/String.__eq @@ -4238,10 +4264,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 2592 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 2592 call $~lib/string/String.__eq @@ -4260,10 +4286,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 2656 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 2656 call $~lib/string/String.__eq @@ -4307,7 +4333,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1073741820 i32.gt_u @@ -4324,84 +4350,11 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) - local.get $0 - i32.eqz - if - i32.const 0 - i32.const 1200 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white - local.get $1 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $3 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $0 - local.get $1 - local.get $2 - select - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $3 - i32.const 3 - i32.eq - i32.and - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - end - end - end - ) ) diff --git a/tests/compiler/std/trace.debug.wat b/tests/compiler/std/trace.debug.wat index 03bdfe5491..ae9613a4d7 100644 --- a/tests/compiler/std/trace.debug.wat +++ b/tests/compiler/std/trace.debug.wat @@ -1,7 +1,7 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 f64 f64 f64 f64 f64))) + (type $2 (func (param i32 i32 i32 i32))) (import "env" "trace" (func $~lib/builtins/trace (param i32 i32 f64 f64 f64 f64 f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__data_end i32 (i32.const 396)) @@ -52,12 +52,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 0 f64.const 0 @@ -70,7 +70,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 0 f64.const 0 @@ -83,7 +83,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1 f64.const 1 @@ -96,7 +96,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2 f64.const 1 @@ -109,7 +109,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 3 f64.const 1 @@ -122,7 +122,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 4 f64.const 1 @@ -135,7 +135,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 5 f64.const 1 @@ -148,7 +148,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 5 f64.const 1.1 diff --git a/tests/compiler/std/trace.release.wat b/tests/compiler/std/trace.release.wat index 451ee5afad..7b01bf9122 100644 --- a/tests/compiler/std/trace.release.wat +++ b/tests/compiler/std/trace.release.wat @@ -1,7 +1,7 @@ (module - (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32 i32 f64 f64 f64 f64 f64))) + (type $1 (func)) + (type $2 (func (param i32 i32 i32 i32))) (import "env" "trace" (func $~lib/builtins/trace (param i32 i32 f64 f64 f64 f64 f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34188)) @@ -51,10 +51,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 + i32.store i32.const 1056 i32.const 0 f64.const 0 @@ -65,7 +65,7 @@ call $~lib/builtins/trace global.get $~lib/memory/__stack_pointer i32.const 1104 - i32.store $0 + i32.store i32.const 1104 i32.const 0 f64.const 0 @@ -76,7 +76,7 @@ call $~lib/builtins/trace global.get $~lib/memory/__stack_pointer i32.const 1152 - i32.store $0 + i32.store i32.const 1152 i32.const 1 f64.const 1 @@ -87,7 +87,7 @@ call $~lib/builtins/trace global.get $~lib/memory/__stack_pointer i32.const 1200 - i32.store $0 + i32.store i32.const 1200 i32.const 2 f64.const 1 @@ -98,7 +98,7 @@ call $~lib/builtins/trace global.get $~lib/memory/__stack_pointer i32.const 1248 - i32.store $0 + i32.store i32.const 1248 i32.const 3 f64.const 1 @@ -109,7 +109,7 @@ call $~lib/builtins/trace global.get $~lib/memory/__stack_pointer i32.const 1296 - i32.store $0 + i32.store i32.const 1296 i32.const 4 f64.const 1 @@ -120,7 +120,7 @@ call $~lib/builtins/trace global.get $~lib/memory/__stack_pointer i32.const 1344 - i32.store $0 + i32.store i32.const 1344 i32.const 5 f64.const 1 @@ -131,7 +131,7 @@ call $~lib/builtins/trace global.get $~lib/memory/__stack_pointer i32.const 1392 - i32.store $0 + i32.store i32.const 1392 i32.const 5 f64.const 1.1 diff --git a/tests/compiler/std/typedarray.debug.wat b/tests/compiler/std/typedarray.debug.wat index aa7cf73198..cb0ef031ee 100644 --- a/tests/compiler/std/typedarray.debug.wat +++ b/tests/compiler/std/typedarray.debug.wat @@ -1,57 +1,57 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_none (func)) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) - (type $i64_i32_i32_=>_i32 (func (param i64 i32 i32) (result i32))) - (type $i64_i64_=>_i32 (func (param i64 i64) (result i32))) - (type $f32_i32_i32_=>_i32 (func (param f32 i32 i32) (result i32))) - (type $f64_i32_i32_=>_i32 (func (param f64 i32 i32) (result i32))) - (type $i32_i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32 i32))) - (type $f64_f64_=>_i32 (func (param f64 f64) (result i32))) - (type $f32_f32_=>_i32 (func (param f32 f32) (result i32))) - (type $i32_i32_i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32 i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $i64_i64_i32_i32_=>_i64 (func (param i64 i64 i32 i32) (result i64))) - (type $i32_i32_=>_i64 (func (param i32 i32) (result i64))) - (type $i32_i64_i32_=>_i32 (func (param i32 i64 i32) (result i32))) - (type $f32_f32_i32_i32_=>_f32 (func (param f32 f32 i32 i32) (result f32))) - (type $f64_f64_i32_i32_=>_f64 (func (param f64 f64 i32 i32) (result f64))) - (type $i64_i32_i32_=>_i64 (func (param i64 i32 i32) (result i64))) - (type $i32_i32_=>_f64 (func (param i32 i32) (result f64))) - (type $i32_i32_i64_=>_i64 (func (param i32 i32 i64) (result i64))) - (type $i32_i32_=>_f32 (func (param i32 i32) (result f32))) - (type $i64_i32_i32_=>_none (func (param i64 i32 i32))) - (type $i32_f32_i32_=>_i32 (func (param i32 f32 i32) (result i32))) - (type $i32_f64_i32_=>_i32 (func (param i32 f64 i32) (result i32))) - (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $f32_i32_i32_=>_f32 (func (param f32 i32 i32) (result f32))) - (type $f64_i32_i32_=>_f64 (func (param f64 i32 i32) (result f64))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i32_i64_=>_i32 (func (param i32 i64) (result i32))) - (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $i32_i32_f32_=>_f32 (func (param i32 i32 f32) (result f32))) - (type $i32_i32_f64_=>_f64 (func (param i32 i32 f64) (result f64))) - (type $f32_i32_i32_=>_none (func (param f32 i32 i32))) - (type $f64_i32_i32_=>_none (func (param f64 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $f32_f32_=>_f32 (func (param f32 f32) (result f32))) - (type $f64_f64_=>_f64 (func (param f64 f64) (result f64))) - (type $i64_=>_i64 (func (param i64) (result i64))) - (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) - (type $i64_=>_i32 (func (param i64) (result i32))) - (type $i32_i64_i32_i64_i32_i64_i32_=>_i32 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) - (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) - (type $i32_i32_f64_=>_none (func (param i32 i32 f64))) - (type $i32_i32_f32_=>_none (func (param i32 i32 f32))) - (type $f64_=>_i32 (func (param f64) (result i32))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func (param i32 i32 i32) (result i32))) + (type $2 (func (param i32 i32))) + (type $3 (func)) + (type $4 (func (param i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32) (result i32))) + (type $7 (func (param i64 i32 i32) (result i32))) + (type $8 (func (param i64 i64) (result i32))) + (type $9 (func (param f32 i32 i32) (result i32))) + (type $10 (func (param f64 i32 i32) (result i32))) + (type $11 (func (param i32 i32 i32 i32 i32))) + (type $12 (func (param f64 f64) (result i32))) + (type $13 (func (param f32 f32) (result i32))) + (type $14 (func (param i32 i32 i32 i32 i32 i32))) + (type $15 (func (param i32))) + (type $16 (func (param i64 i64 i32 i32) (result i64))) + (type $17 (func (param i32 i32) (result i64))) + (type $18 (func (param i32 i64 i32) (result i32))) + (type $19 (func (param f32 f32 i32 i32) (result f32))) + (type $20 (func (param f64 f64 i32 i32) (result f64))) + (type $21 (func (param i64 i32 i32) (result i64))) + (type $22 (func (param i32 i32) (result f64))) + (type $23 (func (param i32 i32 i64) (result i64))) + (type $24 (func (param i32 i32) (result f32))) + (type $25 (func (param i64 i32 i32))) + (type $26 (func (param i32 f32 i32) (result i32))) + (type $27 (func (param i32 f64 i32) (result i32))) + (type $28 (func (param i64 i32) (result i32))) + (type $29 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $30 (func (param f32 i32 i32) (result f32))) + (type $31 (func (param f64 i32 i32) (result f64))) + (type $32 (func (param i32 i64 i32))) + (type $33 (func (param i32 i64) (result i32))) + (type $34 (func (param i32 f64) (result i32))) + (type $35 (func (param i32 i32 i64))) + (type $36 (func (param i32 i32 f32) (result f32))) + (type $37 (func (param i32 i32 f64) (result f64))) + (type $38 (func (param f32 i32 i32))) + (type $39 (func (param f64 i32 i32))) + (type $40 (func (param i32 i32 i32 i32))) + (type $41 (func (param i32 i32 i64) (result i32))) + (type $42 (func (result i32))) + (type $43 (func (param f32 f32) (result f32))) + (type $44 (func (param f64 f64) (result f64))) + (type $45 (func (param i64) (result i64))) + (type $46 (func (param i32 i64 i32 i32))) + (type $47 (func (param i64) (result i32))) + (type $48 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) + (type $49 (func (param i32 i32 f64 f64 f64 f64 f64))) + (type $50 (func (param i32 i32 f64))) + (type $51 (func (param i32 i32 f32))) + (type $52 (func (param f64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (import "env" "trace" (func $~lib/builtins/trace (param i32 i32 f64 f64 f64 f64 f64))) (global $~lib/typedarray/Int8Array.BYTES_PER_ELEMENT i32 (i32.const 1)) @@ -417,12 +417,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -436,7 +436,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -510,7 +510,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -580,11 +580,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -592,7 +592,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 336 @@ -724,7 +724,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -737,7 +737,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -753,34 +753,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -940,7 +940,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -963,7 +963,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -977,7 +977,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -1000,7 +1000,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -1143,7 +1143,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -1229,7 +1229,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1309,7 +1309,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1343,7 +1343,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1366,7 +1366,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1380,7 +1380,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1432,7 +1432,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1470,7 +1470,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1545,7 +1544,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1579,7 +1578,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1600,7 +1599,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1620,7 +1619,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1640,7 +1639,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1666,7 +1665,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1689,7 +1688,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -2174,7 +2173,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -2219,7 +2218,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -2252,7 +2251,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -2275,7 +2274,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2301,7 +2300,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2314,7 +2313,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2341,19 +2340,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2555,12 +2554,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2611,7 +2610,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2686,7 +2685,7 @@ (func $~lib/arraybuffer/ArrayBufferView#set:buffer (param $this i32) (param $buffer i32) local.get $this local.get $buffer - i32.store $0 + i32.store local.get $this local.get $buffer i32.const 0 @@ -2695,24 +2694,24 @@ (func $~lib/arraybuffer/ArrayBufferView#set:dataStart (param $this i32) (param $dataStart i32) local.get $this local.get $dataStart - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/arraybuffer/ArrayBufferView#set:byteLength (param $this i32) (param $byteLength i32) local.get $this local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/arraybuffer/ArrayBufferView#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/util/sort/insertionSort (param $ptr i32) (param $left i32) (param $right i32) (param $presorted i32) (param $comparator i32) (local $range i32) @@ -2759,14 +2758,14 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $a local.get $ptr local.get $i i32.const 3 i32.shl i32.add - f64.load $0 offset=8 + f64.load offset=8 local.set $b local.get $b local.set $min @@ -2777,8 +2776,8 @@ i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $12) i32.const 0 i32.le_s if @@ -2802,15 +2801,15 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $a local.get $a local.get $max i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $12) i32.const 0 i32.gt_s if @@ -2820,7 +2819,7 @@ i32.shl i32.add local.get $a - f64.store $0 offset=16 + f64.store offset=16 local.get $j i32.const 1 i32.sub @@ -2838,7 +2837,7 @@ i32.shl i32.add local.get $max - f64.store $0 offset=16 + f64.store offset=16 block $while-break|2 loop $while-continue|2 local.get $j @@ -2850,15 +2849,15 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $a local.get $a local.get $min i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $12) i32.const 0 i32.gt_s if @@ -2868,7 +2867,7 @@ i32.shl i32.add local.get $a - f64.store $0 offset=8 + f64.store offset=8 local.get $j i32.const 1 i32.sub @@ -2886,7 +2885,7 @@ i32.shl i32.add local.get $min - f64.store $0 offset=8 + f64.store offset=8 local.get $i i32.const 2 i32.add @@ -2913,7 +2912,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.get $ptr local.get $j i32.const 1 @@ -2922,12 +2921,12 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $12) i32.const 0 i32.gt_s if @@ -2941,18 +2940,18 @@ i32.const 3 i32.shl i32.add - f64.load $0 offset=8 + f64.load offset=8 local.get $ptr local.get $j i32.const 3 i32.shl i32.add - f64.load $0 + f64.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $12) i32.const 31 i32.shr_u else @@ -2978,7 +2977,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $tmp local.get $ptr local.get $i @@ -2990,8 +2989,8 @@ i32.const 3 i32.shl i32.add - f64.load $0 - f64.store $0 + f64.load + f64.store local.get $i i32.const 1 i32.add @@ -3002,7 +3001,7 @@ i32.shl i32.add local.get $tmp - f64.store $0 + f64.store local.get $k i32.const 1 i32.sub @@ -3021,18 +3020,18 @@ i32.const 3 i32.shl i32.add - f64.load $0 offset=8 + f64.load offset=8 local.get $ptr local.get $j i32.const 3 i32.shl i32.add - f64.load $0 + f64.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $12) i32.const 0 i32.ge_s else @@ -3139,8 +3138,8 @@ i32.const 3 i32.shl i32.add - f64.load $0 - f64.store $0 + f64.load + f64.store local.get $i i32.const 1 i32.sub @@ -3167,8 +3166,8 @@ i32.const 3 i32.shl i32.add - f64.load $0 offset=8 - f64.store $0 + f64.load offset=8 + f64.store local.get $j i32.const 1 i32.add @@ -3188,22 +3187,22 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $a local.get $buffer local.get $i i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $12) i32.const 0 i32.lt_s if @@ -3213,7 +3212,7 @@ i32.shl i32.add local.get $a - f64.store $0 + f64.store local.get $j i32.const 1 i32.sub @@ -3225,7 +3224,7 @@ i32.shl i32.add local.get $b - f64.store $0 + f64.store local.get $i i32.const 1 i32.add @@ -3347,7 +3346,7 @@ local.get $end local.get $start i32.sub - memory.fill $0 + memory.fill end ) (func $~lib/rt/__newBuffer (param $size i32) (param $id i32) (param $data i32) (result i32) @@ -3361,18 +3360,18 @@ local.get $buffer local.get $data local.get $size - memory.copy $0 $0 + memory.copy end local.get $buffer return ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/util/bytes/FILL (param $ptr i32) (param $len i32) (param $value i32) (param $start i32) (param $end i32) (local $5 i32) @@ -3466,7 +3465,7 @@ i32.sub i32.const 2 i32.shl - memory.fill $0 + memory.fill end return end @@ -3481,7 +3480,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store local.get $start i32.const 1 i32.add @@ -3492,11 +3491,11 @@ ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) local.get $acc @@ -3671,7 +3670,7 @@ ) (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) (local $oldObj i32) @@ -3715,7 +3714,7 @@ local.get $5 i32.lt_u select - memory.copy $0 $0 + memory.copy local.get $newPtr return ) @@ -4913,17 +4912,17 @@ i32.sub local.set $back local.get $front - i64.load $0 + i64.load call $~lib/polyfills/bswap local.set $temp local.get $front local.get $back - i64.load $0 + i64.load call $~lib/polyfills/bswap - i64.store $0 + i64.store local.get $back local.get $temp - i64.store $0 + i64.store local.get $i i32.const 8 i32.add @@ -4959,15 +4958,15 @@ i32.add local.set $back|9 local.get $front|8 - i32.load8_u $0 + i32.load8_u local.set $temp|10 local.get $front|8 local.get $back|9 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $back|9 local.get $temp|10 - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -5035,19 +5034,19 @@ i32.add local.set $back local.get $back - i32.load $0 + i32.load i32.const 16 i32.rotr local.set $temp local.get $back local.get $front - i32.load $0 + i32.load i32.const 16 i32.rotr - i32.store $0 + i32.store local.get $front local.get $temp - i32.store $0 + i32.store local.get $i i32.const 2 i32.add @@ -5079,15 +5078,15 @@ i32.add local.set $back|9 local.get $front|8 - i32.load16_u $0 + i32.load16_u local.set $temp|10 local.get $front|8 local.get $back|9 - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $back|9 local.get $temp|10 - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -5150,15 +5149,15 @@ i32.add local.set $back local.get $front - i32.load $0 + i32.load local.set $temp local.get $front local.get $back - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $back local.get $temp - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -5221,15 +5220,15 @@ i32.add local.set $back local.get $front - i64.load $0 + i64.load local.set $temp local.get $front local.get $back - i64.load $0 - i64.store $0 + i64.load + i64.store local.get $back local.get $temp - i64.store $0 + i64.store local.get $i i32.const 1 i32.add @@ -5292,15 +5291,15 @@ i32.add local.set $back local.get $front - f32.load $0 + f32.load local.set $temp local.get $front local.get $back - f32.load $0 - f32.store $0 + f32.load + f32.store local.get $back local.get $temp - f32.store $0 + f32.store local.get $i i32.const 1 i32.add @@ -5363,15 +5362,15 @@ i32.add local.set $back local.get $front - f64.load $0 + f64.load local.set $temp local.get $front local.get $back - f64.load $0 - f64.store $0 + f64.load + f64.store local.get $back local.get $temp - f64.store $0 + f64.store local.get $i i32.const 1 i32.add @@ -5476,14 +5475,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 6988 local.get $d2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -5499,7 +5498,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -5526,7 +5525,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits local.get $buffer local.get $offset @@ -5534,7 +5533,7 @@ i32.shl i32.add local.get $digits - i32.store $0 + i32.store end local.get $num i32.const 10 @@ -5549,7 +5548,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits|12 local.get $buffer local.get $offset @@ -5557,7 +5556,7 @@ i32.shl i32.add local.get $digits|12 - i32.store $0 + i32.store else local.get $offset i32.const 1 @@ -5573,7 +5572,7 @@ i32.shl i32.add local.get $digit - i32.store16 $0 + i32.store16 end ) (func $~lib/util/number/utoa_hex_lut (param $buffer i32) (param $num i64) (param $offset i32) @@ -5599,8 +5598,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $num i64.const 8 i64.shr_u @@ -5619,8 +5618,8 @@ i32.const 6 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 end ) (func $~lib/util/number/ulog_base (param $num i64) (param $base i32) (result i32) @@ -5744,8 +5743,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $num local.get $shift i64.shr_u @@ -5780,8 +5779,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $q local.set $num local.get $num @@ -5793,7 +5792,7 @@ ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -5856,7 +5855,7 @@ i64.const 48 i64.shl i64.or - i64.store $0 + i64.store i32.const 4 return end @@ -5866,7 +5865,7 @@ drop local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 i32.const 0 local.get $value i32.sub @@ -5898,7 +5897,7 @@ i32.extend8_s i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 local.get $sign i32.add @@ -5976,9 +5975,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -6011,10 +6010,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -6075,7 +6074,7 @@ i32.and i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 return end @@ -6167,7 +6166,7 @@ i64.const 48 i64.shl i64.or - i64.store $0 + i64.store local.get $buffer i32.const 8 i32.add @@ -6182,13 +6181,13 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store i32.const 6 return end local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 i32.const 0 local.get $value i32.sub @@ -6220,7 +6219,7 @@ i32.extend16_s i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 local.get $sign i32.add @@ -6293,7 +6292,7 @@ i32.and i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 return end @@ -6357,7 +6356,7 @@ drop local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 i32.const 0 local.get $value i32.sub @@ -6387,7 +6386,7 @@ local.get $value i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 local.get $sign i32.add @@ -6455,7 +6454,7 @@ local.get $value i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 return end @@ -6606,14 +6605,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 6988 local.get $c2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -6629,20 +6628,20 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store i32.const 6988 local.get $b1 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 6988 local.get $b2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -6658,7 +6657,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -6700,7 +6699,7 @@ drop local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 i64.const 0 local.get $value i64.sub @@ -6731,7 +6730,7 @@ i32.const 48 i64.extend_i32_s i64.or - i64.store16 $0 + i64.store16 i32.const 1 local.get $sign i32.add @@ -6831,7 +6830,7 @@ i32.const 48 i64.extend_i32_s i64.or - i64.store16 $0 + i64.store16 i32.const 1 return end @@ -7135,7 +7134,7 @@ i32.const 65535 i32.and i32.add - i32.store16 $0 + i32.store16 end local.get $kappa i32.const 1 @@ -7170,7 +7169,7 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.get $one_exp i64.extend_i32_s i64.shl @@ -7186,7 +7185,7 @@ i32.add local.set $lastp local.get $lastp - i32.load16_u $0 + i32.load16_u local.set $digit loop $while-continue|3 local.get $rest @@ -7237,7 +7236,7 @@ end local.get $lastp local.get $digit - i32.store16 $0 + i32.store16 local.get $len return end @@ -7283,7 +7282,7 @@ i32.const 65535 i32.and i32.add - i32.store16 $0 + i32.store16 end local.get $p2 local.get $mask @@ -7309,7 +7308,7 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u i64.mul local.set $wp_w_frc local.get $buffer @@ -7333,7 +7332,7 @@ i32.add local.set $lastp|35 local.get $lastp|35 - i32.load16_u $0 + i32.load16_u local.set $digit|36 loop $while-continue|6 local.get $rest|32 @@ -7384,7 +7383,7 @@ end local.get $lastp|35 local.get $digit|36 - i32.store16 $0 + i32.store16 local.get $len return end @@ -7427,7 +7426,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $length i32.const 2 i32.add @@ -7461,7 +7460,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -7479,7 +7478,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $kk i32.const 2 i32.add @@ -7511,14 +7510,14 @@ i32.sub i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $buffer local.get $kk i32.const 1 i32.shl i32.add i32.const 46 - i32.store16 $0 + i32.store16 local.get $length i32.const 1 i32.add @@ -7548,14 +7547,14 @@ local.get $length i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $buffer i32.const 48 i32.const 46 i32.const 16 i32.shl i32.or - i32.store $0 + i32.store i32.const 2 local.set $i|7 loop $for-loop|1 @@ -7569,7 +7568,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $i|7 i32.const 1 i32.add @@ -7588,7 +7587,7 @@ if local.get $buffer i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 block $~lib/util/number/genExponent|inlined.0 (result i32) local.get $buffer i32.const 4 @@ -7633,7 +7632,7 @@ i32.const 43 local.get $sign select - i32.store16 $0 + i32.store16 local.get $decimals br $~lib/util/number/genExponent|inlined.0 end @@ -7656,15 +7655,15 @@ local.get $len i32.const 2 i32.sub - memory.copy $0 $0 + memory.copy local.get $buffer i32.const 46 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $buffer local.get $len i32.add i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $length block $~lib/util/number/genExponent|inlined.1 (result i32) local.get $buffer @@ -7712,7 +7711,7 @@ i32.const 43 local.get $sign|18 select - i32.store16 $0 + i32.store16 local.get $decimals|19 br $~lib/util/number/genExponent|inlined.1 end @@ -7802,7 +7801,7 @@ local.set $value local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 end block $~lib/util/number/grisu2|inlined.0 (result i32) local.get $value @@ -7932,14 +7931,14 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load global.set $~lib/util/number/_frc_pow i32.const 9536 local.get $index i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s global.set $~lib/util/number/_exp_pow local.get $frc i64.clz @@ -8216,13 +8215,13 @@ if local.get $buffer i32.const 48 - i32.store16 $0 + i32.store16 local.get $buffer i32.const 46 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $buffer i32.const 48 - i32.store16 $0 offset=4 + i32.store16 offset=4 i32.const 3 return end @@ -8239,13 +8238,13 @@ if local.get $buffer i32.const 78 - i32.store16 $0 + i32.store16 local.get $buffer i32.const 97 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $buffer i32.const 78 - i32.store16 $0 offset=4 + i32.store16 offset=4 i32.const 3 return else @@ -8257,7 +8256,7 @@ if local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 local.get $buffer i32.const 2 i32.add @@ -8265,10 +8264,10 @@ end local.get $buffer i64.const 29555310648492105 - i64.store $0 + i64.store local.get $buffer i64.const 34058970405077102 - i64.store $0 offset=8 + i64.store offset=8 i32.const 8 local.get $sign i32.add @@ -8290,67 +8289,67 @@ ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/array/Array#get:length_ (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/util/sort/insertionSort (param $ptr i32) (param $left i32) (param $right i32) (param $presorted i32) (param $comparator i32) (local $range i32) @@ -8397,14 +8396,14 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $a local.get $ptr local.get $i i32.const 0 i32.shl i32.add - i32.load8_s $0 offset=1 + i32.load8_s offset=1 local.set $b local.get $b local.set $min @@ -8415,8 +8414,8 @@ i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if @@ -8440,15 +8439,15 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $a local.get $a local.get $max i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -8458,7 +8457,7 @@ i32.shl i32.add local.get $a - i32.store8 $0 offset=2 + i32.store8 offset=2 local.get $j i32.const 1 i32.sub @@ -8476,7 +8475,7 @@ i32.shl i32.add local.get $max - i32.store8 $0 offset=2 + i32.store8 offset=2 block $while-break|2 loop $while-continue|2 local.get $j @@ -8488,15 +8487,15 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $a local.get $a local.get $min i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -8506,7 +8505,7 @@ i32.shl i32.add local.get $a - i32.store8 $0 offset=1 + i32.store8 offset=1 local.get $j i32.const 1 i32.sub @@ -8524,7 +8523,7 @@ i32.shl i32.add local.get $min - i32.store8 $0 offset=1 + i32.store8 offset=1 local.get $i i32.const 2 i32.add @@ -8551,7 +8550,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.get $ptr local.get $j i32.const 1 @@ -8560,12 +8559,12 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -8579,18 +8578,18 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 offset=1 + i32.load8_s offset=1 local.get $ptr local.get $j i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -8616,7 +8615,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $tmp local.get $ptr local.get $i @@ -8628,8 +8627,8 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 - i32.store8 $0 + i32.load8_s + i32.store8 local.get $i i32.const 1 i32.add @@ -8640,7 +8639,7 @@ i32.shl i32.add local.get $tmp - i32.store8 $0 + i32.store8 local.get $k i32.const 1 i32.sub @@ -8659,18 +8658,18 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 offset=1 + i32.load8_s offset=1 local.get $ptr local.get $j i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -8726,8 +8725,8 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 - i32.store8 $0 + i32.load8_s + i32.store8 local.get $i i32.const 1 i32.sub @@ -8754,8 +8753,8 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 offset=1 - i32.store8 $0 + i32.load8_s offset=1 + i32.store8 local.get $j i32.const 1 i32.add @@ -8775,22 +8774,22 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $a local.get $buffer local.get $i i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -8800,7 +8799,7 @@ i32.shl i32.add local.get $a - i32.store8 $0 + i32.store8 local.get $j i32.const 1 i32.sub @@ -8812,7 +8811,7 @@ i32.shl i32.add local.get $b - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -8891,14 +8890,14 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $a local.get $ptr local.get $i i32.const 0 i32.shl i32.add - i32.load8_u $0 offset=1 + i32.load8_u offset=1 local.set $b local.get $b local.set $min @@ -8909,8 +8908,8 @@ i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if @@ -8934,15 +8933,15 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $a local.get $a local.get $max i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -8952,7 +8951,7 @@ i32.shl i32.add local.get $a - i32.store8 $0 offset=2 + i32.store8 offset=2 local.get $j i32.const 1 i32.sub @@ -8970,7 +8969,7 @@ i32.shl i32.add local.get $max - i32.store8 $0 offset=2 + i32.store8 offset=2 block $while-break|2 loop $while-continue|2 local.get $j @@ -8982,15 +8981,15 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $a local.get $a local.get $min i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -9000,7 +8999,7 @@ i32.shl i32.add local.get $a - i32.store8 $0 offset=1 + i32.store8 offset=1 local.get $j i32.const 1 i32.sub @@ -9018,7 +9017,7 @@ i32.shl i32.add local.get $min - i32.store8 $0 offset=1 + i32.store8 offset=1 local.get $i i32.const 2 i32.add @@ -9045,7 +9044,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $ptr local.get $j i32.const 1 @@ -9054,12 +9053,12 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -9073,18 +9072,18 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 offset=1 + i32.load8_u offset=1 local.get $ptr local.get $j i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -9110,7 +9109,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $tmp local.get $ptr local.get $i @@ -9122,8 +9121,8 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $i i32.const 1 i32.add @@ -9134,7 +9133,7 @@ i32.shl i32.add local.get $tmp - i32.store8 $0 + i32.store8 local.get $k i32.const 1 i32.sub @@ -9153,18 +9152,18 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 offset=1 + i32.load8_u offset=1 local.get $ptr local.get $j i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -9220,8 +9219,8 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $i i32.const 1 i32.sub @@ -9248,8 +9247,8 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 offset=1 - i32.store8 $0 + i32.load8_u offset=1 + i32.store8 local.get $j i32.const 1 i32.add @@ -9269,22 +9268,22 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $a local.get $buffer local.get $i i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -9294,7 +9293,7 @@ i32.shl i32.add local.get $a - i32.store8 $0 + i32.store8 local.get $j i32.const 1 i32.sub @@ -9306,7 +9305,7 @@ i32.shl i32.add local.get $b - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -9433,14 +9432,14 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $a local.get $ptr local.get $i i32.const 1 i32.shl i32.add - i32.load16_s $0 offset=2 + i32.load16_s offset=2 local.set $b local.get $b local.set $min @@ -9451,8 +9450,8 @@ i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if @@ -9476,15 +9475,15 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $a local.get $a local.get $max i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -9494,7 +9493,7 @@ i32.shl i32.add local.get $a - i32.store16 $0 offset=4 + i32.store16 offset=4 local.get $j i32.const 1 i32.sub @@ -9512,7 +9511,7 @@ i32.shl i32.add local.get $max - i32.store16 $0 offset=4 + i32.store16 offset=4 block $while-break|2 loop $while-continue|2 local.get $j @@ -9524,15 +9523,15 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $a local.get $a local.get $min i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -9542,7 +9541,7 @@ i32.shl i32.add local.get $a - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $j i32.const 1 i32.sub @@ -9560,7 +9559,7 @@ i32.shl i32.add local.get $min - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $i i32.const 2 i32.add @@ -9587,7 +9586,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.get $ptr local.get $j i32.const 1 @@ -9596,12 +9595,12 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -9615,18 +9614,18 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 offset=2 + i32.load16_s offset=2 local.get $ptr local.get $j i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -9652,7 +9651,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $tmp local.get $ptr local.get $i @@ -9664,8 +9663,8 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 - i32.store16 $0 + i32.load16_s + i32.store16 local.get $i i32.const 1 i32.add @@ -9676,7 +9675,7 @@ i32.shl i32.add local.get $tmp - i32.store16 $0 + i32.store16 local.get $k i32.const 1 i32.sub @@ -9695,18 +9694,18 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 offset=2 + i32.load16_s offset=2 local.get $ptr local.get $j i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -9762,8 +9761,8 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 - i32.store16 $0 + i32.load16_s + i32.store16 local.get $i i32.const 1 i32.sub @@ -9790,8 +9789,8 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 offset=2 - i32.store16 $0 + i32.load16_s offset=2 + i32.store16 local.get $j i32.const 1 i32.add @@ -9811,22 +9810,22 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $a local.get $buffer local.get $i i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -9836,7 +9835,7 @@ i32.shl i32.add local.get $a - i32.store16 $0 + i32.store16 local.get $j i32.const 1 i32.sub @@ -9848,7 +9847,7 @@ i32.shl i32.add local.get $b - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -9927,14 +9926,14 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr local.get $i i32.const 1 i32.shl i32.add - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.set $b local.get $b local.set $min @@ -9945,8 +9944,8 @@ i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if @@ -9970,15 +9969,15 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $a local.get $a local.get $max i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -9988,7 +9987,7 @@ i32.shl i32.add local.get $a - i32.store16 $0 offset=4 + i32.store16 offset=4 local.get $j i32.const 1 i32.sub @@ -10006,7 +10005,7 @@ i32.shl i32.add local.get $max - i32.store16 $0 offset=4 + i32.store16 offset=4 block $while-break|2 loop $while-continue|2 local.get $j @@ -10018,15 +10017,15 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $a local.get $a local.get $min i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -10036,7 +10035,7 @@ i32.shl i32.add local.get $a - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $j i32.const 1 i32.sub @@ -10054,7 +10053,7 @@ i32.shl i32.add local.get $min - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $i i32.const 2 i32.add @@ -10081,7 +10080,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.get $ptr local.get $j i32.const 1 @@ -10090,12 +10089,12 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -10109,18 +10108,18 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.get $ptr local.get $j i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -10146,7 +10145,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $tmp local.get $ptr local.get $i @@ -10158,8 +10157,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $i i32.const 1 i32.add @@ -10170,7 +10169,7 @@ i32.shl i32.add local.get $tmp - i32.store16 $0 + i32.store16 local.get $k i32.const 1 i32.sub @@ -10189,18 +10188,18 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.get $ptr local.get $j i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -10256,8 +10255,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $i i32.const 1 i32.sub @@ -10284,8 +10283,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 offset=2 - i32.store16 $0 + i32.load16_u offset=2 + i32.store16 local.get $j i32.const 1 i32.add @@ -10305,22 +10304,22 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $a local.get $buffer local.get $i i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -10330,7 +10329,7 @@ i32.shl i32.add local.get $a - i32.store16 $0 + i32.store16 local.get $j i32.const 1 i32.sub @@ -10342,7 +10341,7 @@ i32.shl i32.add local.get $b - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -10435,14 +10434,14 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $ptr local.get $i i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.set $b local.get $b local.set $min @@ -10453,8 +10452,8 @@ i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if @@ -10478,15 +10477,15 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $a local.get $max i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -10496,7 +10495,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=8 + i32.store offset=8 local.get $j i32.const 1 i32.sub @@ -10514,7 +10513,7 @@ i32.shl i32.add local.get $max - i32.store $0 offset=8 + i32.store offset=8 block $while-break|2 loop $while-continue|2 local.get $j @@ -10526,15 +10525,15 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $a local.get $min i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -10544,7 +10543,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=4 + i32.store offset=4 local.get $j i32.const 1 i32.sub @@ -10562,7 +10561,7 @@ i32.shl i32.add local.get $min - i32.store $0 offset=4 + i32.store offset=4 local.get $i i32.const 2 i32.add @@ -10589,7 +10588,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $ptr local.get $j i32.const 1 @@ -10598,12 +10597,12 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -10617,18 +10616,18 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -10654,7 +10653,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $tmp local.get $ptr local.get $i @@ -10666,8 +10665,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.add @@ -10678,7 +10677,7 @@ i32.shl i32.add local.get $tmp - i32.store $0 + i32.store local.get $k i32.const 1 i32.sub @@ -10697,18 +10696,18 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -10764,8 +10763,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.sub @@ -10792,8 +10791,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 - i32.store $0 + i32.load offset=4 + i32.store local.get $j i32.const 1 i32.add @@ -10813,22 +10812,22 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $buffer local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -10838,7 +10837,7 @@ i32.shl i32.add local.get $a - i32.store $0 + i32.store local.get $j i32.const 1 i32.sub @@ -10850,7 +10849,7 @@ i32.shl i32.add local.get $b - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -10923,14 +10922,14 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $ptr local.get $i i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.set $b local.get $b local.set $min @@ -10941,8 +10940,8 @@ i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if @@ -10966,15 +10965,15 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $a local.get $max i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -10984,7 +10983,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=8 + i32.store offset=8 local.get $j i32.const 1 i32.sub @@ -11002,7 +11001,7 @@ i32.shl i32.add local.get $max - i32.store $0 offset=8 + i32.store offset=8 block $while-break|2 loop $while-continue|2 local.get $j @@ -11014,15 +11013,15 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $a local.get $min i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -11032,7 +11031,7 @@ i32.shl i32.add local.get $a - i32.store $0 offset=4 + i32.store offset=4 local.get $j i32.const 1 i32.sub @@ -11050,7 +11049,7 @@ i32.shl i32.add local.get $min - i32.store $0 offset=4 + i32.store offset=4 local.get $i i32.const 2 i32.add @@ -11077,7 +11076,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $ptr local.get $j i32.const 1 @@ -11086,12 +11085,12 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -11105,18 +11104,18 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -11142,7 +11141,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $tmp local.get $ptr local.get $i @@ -11154,8 +11153,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.add @@ -11166,7 +11165,7 @@ i32.shl i32.add local.get $tmp - i32.store $0 + i32.store local.get $k i32.const 1 i32.sub @@ -11185,18 +11184,18 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -11252,8 +11251,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $i i32.const 1 i32.sub @@ -11280,8 +11279,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 - i32.store $0 + i32.load offset=4 + i32.store local.get $j i32.const 1 i32.add @@ -11301,22 +11300,22 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $a local.get $buffer local.get $i i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -11326,7 +11325,7 @@ i32.shl i32.add local.get $a - i32.store $0 + i32.store local.get $j i32.const 1 i32.sub @@ -11338,7 +11337,7 @@ i32.shl i32.add local.get $b - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -11415,14 +11414,14 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $a local.get $ptr local.get $i i32.const 3 i32.shl i32.add - i64.load $0 offset=8 + i64.load offset=8 local.set $b local.get $b local.set $min @@ -11433,8 +11432,8 @@ i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.le_s if @@ -11458,15 +11457,15 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $a local.get $a local.get $max i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s if @@ -11476,7 +11475,7 @@ i32.shl i32.add local.get $a - i64.store $0 offset=16 + i64.store offset=16 local.get $j i32.const 1 i32.sub @@ -11494,7 +11493,7 @@ i32.shl i32.add local.get $max - i64.store $0 offset=16 + i64.store offset=16 block $while-break|2 loop $while-continue|2 local.get $j @@ -11506,15 +11505,15 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $a local.get $a local.get $min i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s if @@ -11524,7 +11523,7 @@ i32.shl i32.add local.get $a - i64.store $0 offset=8 + i64.store offset=8 local.get $j i32.const 1 i32.sub @@ -11542,7 +11541,7 @@ i32.shl i32.add local.get $min - i64.store $0 offset=8 + i64.store offset=8 local.get $i i32.const 2 i32.add @@ -11569,7 +11568,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $ptr local.get $j i32.const 1 @@ -11578,12 +11577,12 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s if @@ -11597,18 +11596,18 @@ i32.const 3 i32.shl i32.add - i64.load $0 offset=8 + i64.load offset=8 local.get $ptr local.get $j i32.const 3 i32.shl i32.add - i64.load $0 + i64.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 31 i32.shr_u else @@ -11634,7 +11633,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $tmp local.get $ptr local.get $i @@ -11646,8 +11645,8 @@ i32.const 3 i32.shl i32.add - i64.load $0 - i64.store $0 + i64.load + i64.store local.get $i i32.const 1 i32.add @@ -11658,7 +11657,7 @@ i32.shl i32.add local.get $tmp - i64.store $0 + i64.store local.get $k i32.const 1 i32.sub @@ -11677,18 +11676,18 @@ i32.const 3 i32.shl i32.add - i64.load $0 offset=8 + i64.load offset=8 local.get $ptr local.get $j i32.const 3 i32.shl i32.add - i64.load $0 + i64.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.ge_s else @@ -11744,8 +11743,8 @@ i32.const 3 i32.shl i32.add - i64.load $0 - i64.store $0 + i64.load + i64.store local.get $i i32.const 1 i32.sub @@ -11772,8 +11771,8 @@ i32.const 3 i32.shl i32.add - i64.load $0 offset=8 - i64.store $0 + i64.load offset=8 + i64.store local.get $j i32.const 1 i32.add @@ -11793,22 +11792,22 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $a local.get $buffer local.get $i i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.lt_s if @@ -11818,7 +11817,7 @@ i32.shl i32.add local.get $a - i64.store $0 + i64.store local.get $j i32.const 1 i32.sub @@ -11830,7 +11829,7 @@ i32.shl i32.add local.get $b - i64.store $0 + i64.store local.get $i i32.const 1 i32.add @@ -11907,14 +11906,14 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $a local.get $ptr local.get $i i32.const 3 i32.shl i32.add - i64.load $0 offset=8 + i64.load offset=8 local.set $b local.get $b local.set $min @@ -11925,8 +11924,8 @@ i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.le_s if @@ -11950,15 +11949,15 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $a local.get $a local.get $max i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s if @@ -11968,7 +11967,7 @@ i32.shl i32.add local.get $a - i64.store $0 offset=16 + i64.store offset=16 local.get $j i32.const 1 i32.sub @@ -11986,7 +11985,7 @@ i32.shl i32.add local.get $max - i64.store $0 offset=16 + i64.store offset=16 block $while-break|2 loop $while-continue|2 local.get $j @@ -11998,15 +11997,15 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $a local.get $a local.get $min i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s if @@ -12016,7 +12015,7 @@ i32.shl i32.add local.get $a - i64.store $0 offset=8 + i64.store offset=8 local.get $j i32.const 1 i32.sub @@ -12034,7 +12033,7 @@ i32.shl i32.add local.get $min - i64.store $0 offset=8 + i64.store offset=8 local.get $i i32.const 2 i32.add @@ -12061,7 +12060,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $ptr local.get $j i32.const 1 @@ -12070,12 +12069,12 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s if @@ -12089,18 +12088,18 @@ i32.const 3 i32.shl i32.add - i64.load $0 offset=8 + i64.load offset=8 local.get $ptr local.get $j i32.const 3 i32.shl i32.add - i64.load $0 + i64.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 31 i32.shr_u else @@ -12126,7 +12125,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $tmp local.get $ptr local.get $i @@ -12138,8 +12137,8 @@ i32.const 3 i32.shl i32.add - i64.load $0 - i64.store $0 + i64.load + i64.store local.get $i i32.const 1 i32.add @@ -12150,7 +12149,7 @@ i32.shl i32.add local.get $tmp - i64.store $0 + i64.store local.get $k i32.const 1 i32.sub @@ -12169,18 +12168,18 @@ i32.const 3 i32.shl i32.add - i64.load $0 offset=8 + i64.load offset=8 local.get $ptr local.get $j i32.const 3 i32.shl i32.add - i64.load $0 + i64.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.ge_s else @@ -12236,8 +12235,8 @@ i32.const 3 i32.shl i32.add - i64.load $0 - i64.store $0 + i64.load + i64.store local.get $i i32.const 1 i32.sub @@ -12264,8 +12263,8 @@ i32.const 3 i32.shl i32.add - i64.load $0 offset=8 - i64.store $0 + i64.load offset=8 + i64.store local.get $j i32.const 1 i32.add @@ -12285,22 +12284,22 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $a local.get $buffer local.get $i i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.lt_s if @@ -12310,7 +12309,7 @@ i32.shl i32.add local.get $a - i64.store $0 + i64.store local.get $j i32.const 1 i32.sub @@ -12322,7 +12321,7 @@ i32.shl i32.add local.get $b - i64.store $0 + i64.store local.get $i i32.const 1 i32.add @@ -12399,14 +12398,14 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $a local.get $ptr local.get $i i32.const 2 i32.shl i32.add - f32.load $0 offset=4 + f32.load offset=4 local.set $b local.get $b local.set $min @@ -12417,8 +12416,8 @@ i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $13) i32.const 0 i32.le_s if @@ -12442,15 +12441,15 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $a local.get $a local.get $max i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $13) i32.const 0 i32.gt_s if @@ -12460,7 +12459,7 @@ i32.shl i32.add local.get $a - f32.store $0 offset=8 + f32.store offset=8 local.get $j i32.const 1 i32.sub @@ -12478,7 +12477,7 @@ i32.shl i32.add local.get $max - f32.store $0 offset=8 + f32.store offset=8 block $while-break|2 loop $while-continue|2 local.get $j @@ -12490,15 +12489,15 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $a local.get $a local.get $min i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $13) i32.const 0 i32.gt_s if @@ -12508,7 +12507,7 @@ i32.shl i32.add local.get $a - f32.store $0 offset=4 + f32.store offset=4 local.get $j i32.const 1 i32.sub @@ -12526,7 +12525,7 @@ i32.shl i32.add local.get $min - f32.store $0 offset=4 + f32.store offset=4 local.get $i i32.const 2 i32.add @@ -12553,7 +12552,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.get $ptr local.get $j i32.const 1 @@ -12562,12 +12561,12 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $13) i32.const 0 i32.gt_s if @@ -12581,18 +12580,18 @@ i32.const 2 i32.shl i32.add - f32.load $0 offset=4 + f32.load offset=4 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - f32.load $0 + f32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $13) i32.const 31 i32.shr_u else @@ -12618,7 +12617,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $tmp local.get $ptr local.get $i @@ -12630,8 +12629,8 @@ i32.const 2 i32.shl i32.add - f32.load $0 - f32.store $0 + f32.load + f32.store local.get $i i32.const 1 i32.add @@ -12642,7 +12641,7 @@ i32.shl i32.add local.get $tmp - f32.store $0 + f32.store local.get $k i32.const 1 i32.sub @@ -12661,18 +12660,18 @@ i32.const 2 i32.shl i32.add - f32.load $0 offset=4 + f32.load offset=4 local.get $ptr local.get $j i32.const 2 i32.shl i32.add - f32.load $0 + f32.load i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $13) i32.const 0 i32.ge_s else @@ -12728,8 +12727,8 @@ i32.const 2 i32.shl i32.add - f32.load $0 - f32.store $0 + f32.load + f32.store local.get $i i32.const 1 i32.sub @@ -12756,8 +12755,8 @@ i32.const 2 i32.shl i32.add - f32.load $0 offset=4 - f32.store $0 + f32.load offset=4 + f32.store local.get $j i32.const 1 i32.add @@ -12777,22 +12776,22 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $a local.get $buffer local.get $i i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $13) i32.const 0 i32.lt_s if @@ -12802,7 +12801,7 @@ i32.shl i32.add local.get $a - f32.store $0 + f32.store local.get $j i32.const 1 i32.sub @@ -12814,7 +12813,7 @@ i32.shl i32.add local.get $b - f32.store $0 + f32.store local.get $i i32.const 1 i32.add @@ -13006,7 +13005,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -13015,7 +13014,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/typedarray/Int8Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13074,7 +13072,7 @@ ) (func $~lib/function/Function<%28f64%2Cf64%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28f64%2Cf64%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13086,7 +13084,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13098,7 +13096,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13110,7 +13108,7 @@ ) (func $~lib/function/Function<%28i8%2Ci8%2Ci32%2C~lib/typedarray/Int8Array%29=>i8>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i8%2Ci8%2Ci32%2C~lib/typedarray/Int8Array%29=>i8>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13122,7 +13120,7 @@ ) (func $~lib/function/Function<%28u8%2Cu8%2Ci32%2C~lib/typedarray/Uint8Array%29=>u8>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u8%2Cu8%2Ci32%2C~lib/typedarray/Uint8Array%29=>u8>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13134,7 +13132,7 @@ ) (func $~lib/function/Function<%28u8%2Cu8%2Ci32%2C~lib/typedarray/Uint8ClampedArray%29=>u8>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u8%2Cu8%2Ci32%2C~lib/typedarray/Uint8ClampedArray%29=>u8>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13146,7 +13144,7 @@ ) (func $~lib/function/Function<%28i16%2Ci16%2Ci32%2C~lib/typedarray/Int16Array%29=>i16>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i16%2Ci16%2Ci32%2C~lib/typedarray/Int16Array%29=>i16>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13158,7 +13156,7 @@ ) (func $~lib/function/Function<%28u16%2Cu16%2Ci32%2C~lib/typedarray/Uint16Array%29=>u16>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u16%2Cu16%2Ci32%2C~lib/typedarray/Uint16Array%29=>u16>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13170,7 +13168,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%2Ci32%2C~lib/typedarray/Int32Array%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%2Ci32%2C~lib/typedarray/Int32Array%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13182,7 +13180,7 @@ ) (func $~lib/function/Function<%28u32%2Cu32%2Ci32%2C~lib/typedarray/Uint32Array%29=>u32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u32%2Cu32%2Ci32%2C~lib/typedarray/Uint32Array%29=>u32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13194,7 +13192,7 @@ ) (func $~lib/function/Function<%28i64%2Ci64%2Ci32%2C~lib/typedarray/Int64Array%29=>i64>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i64%2Ci64%2Ci32%2C~lib/typedarray/Int64Array%29=>i64>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13206,7 +13204,7 @@ ) (func $~lib/function/Function<%28u64%2Cu64%2Ci32%2C~lib/typedarray/Uint64Array%29=>u64>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u64%2Cu64%2Ci32%2C~lib/typedarray/Uint64Array%29=>u64>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13218,7 +13216,7 @@ ) (func $~lib/function/Function<%28f32%2Cf32%2Ci32%2C~lib/typedarray/Float32Array%29=>f32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28f32%2Cf32%2Ci32%2C~lib/typedarray/Float32Array%29=>f32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13230,7 +13228,7 @@ ) (func $~lib/function/Function<%28f64%2Cf64%2Ci32%2C~lib/typedarray/Float64Array%29=>f64>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28f64%2Cf64%2Ci32%2C~lib/typedarray/Float64Array%29=>f64>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13242,7 +13240,7 @@ ) (func $~lib/function/Function<%28i8%2Ci32%2C~lib/typedarray/Int8Array%29=>i8>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i8%2Ci32%2C~lib/typedarray/Int8Array%29=>i8>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13254,7 +13252,7 @@ ) (func $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8Array%29=>u8>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8Array%29=>u8>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13266,7 +13264,7 @@ ) (func $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8ClampedArray%29=>u8>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8ClampedArray%29=>u8>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13278,7 +13276,7 @@ ) (func $~lib/function/Function<%28i16%2Ci32%2C~lib/typedarray/Int16Array%29=>i16>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i16%2Ci32%2C~lib/typedarray/Int16Array%29=>i16>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13290,7 +13288,7 @@ ) (func $~lib/function/Function<%28u16%2Ci32%2C~lib/typedarray/Uint16Array%29=>u16>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u16%2Ci32%2C~lib/typedarray/Uint16Array%29=>u16>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13302,7 +13300,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/typedarray/Int32Array%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/typedarray/Int32Array%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13314,7 +13312,7 @@ ) (func $~lib/function/Function<%28u32%2Ci32%2C~lib/typedarray/Uint32Array%29=>u32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u32%2Ci32%2C~lib/typedarray/Uint32Array%29=>u32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13326,7 +13324,7 @@ ) (func $~lib/function/Function<%28i64%2Ci32%2C~lib/typedarray/Int64Array%29=>i64>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i64%2Ci32%2C~lib/typedarray/Int64Array%29=>i64>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13338,7 +13336,7 @@ ) (func $~lib/function/Function<%28u64%2Ci32%2C~lib/typedarray/Uint64Array%29=>u64>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u64%2Ci32%2C~lib/typedarray/Uint64Array%29=>u64>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13350,7 +13348,7 @@ ) (func $~lib/function/Function<%28f32%2Ci32%2C~lib/typedarray/Float32Array%29=>f32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28f32%2Ci32%2C~lib/typedarray/Float32Array%29=>f32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13362,7 +13360,7 @@ ) (func $~lib/function/Function<%28f64%2Ci32%2C~lib/typedarray/Float64Array%29=>f64>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28f64%2Ci32%2C~lib/typedarray/Float64Array%29=>f64>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13374,7 +13372,7 @@ ) (func $~lib/function/Function<%28i8%2Ci32%2C~lib/typedarray/Int8Array%29=>bool>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i8%2Ci32%2C~lib/typedarray/Int8Array%29=>bool>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13386,7 +13384,7 @@ ) (func $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8Array%29=>bool>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8Array%29=>bool>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13398,7 +13396,7 @@ ) (func $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8ClampedArray%29=>bool>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8ClampedArray%29=>bool>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13410,7 +13408,7 @@ ) (func $~lib/function/Function<%28i16%2Ci32%2C~lib/typedarray/Int16Array%29=>bool>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i16%2Ci32%2C~lib/typedarray/Int16Array%29=>bool>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13422,7 +13420,7 @@ ) (func $~lib/function/Function<%28u16%2Ci32%2C~lib/typedarray/Uint16Array%29=>bool>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u16%2Ci32%2C~lib/typedarray/Uint16Array%29=>bool>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13434,7 +13432,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/typedarray/Int32Array%29=>bool>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/typedarray/Int32Array%29=>bool>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13446,7 +13444,7 @@ ) (func $~lib/function/Function<%28u32%2Ci32%2C~lib/typedarray/Uint32Array%29=>bool>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u32%2Ci32%2C~lib/typedarray/Uint32Array%29=>bool>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13458,7 +13456,7 @@ ) (func $~lib/function/Function<%28i64%2Ci32%2C~lib/typedarray/Int64Array%29=>bool>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i64%2Ci32%2C~lib/typedarray/Int64Array%29=>bool>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13470,7 +13468,7 @@ ) (func $~lib/function/Function<%28u64%2Ci32%2C~lib/typedarray/Uint64Array%29=>bool>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u64%2Ci32%2C~lib/typedarray/Uint64Array%29=>bool>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13482,7 +13480,7 @@ ) (func $~lib/function/Function<%28f32%2Ci32%2C~lib/typedarray/Float32Array%29=>bool>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28f32%2Ci32%2C~lib/typedarray/Float32Array%29=>bool>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13494,7 +13492,7 @@ ) (func $~lib/function/Function<%28f64%2Ci32%2C~lib/typedarray/Float64Array%29=>bool>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28f64%2Ci32%2C~lib/typedarray/Float64Array%29=>bool>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13506,7 +13504,7 @@ ) (func $~lib/function/Function<%28i8%2Ci32%2C~lib/typedarray/Int8Array%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i8%2Ci32%2C~lib/typedarray/Int8Array%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13518,7 +13516,7 @@ ) (func $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8Array%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8Array%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13530,7 +13528,7 @@ ) (func $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8ClampedArray%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8ClampedArray%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13542,7 +13540,7 @@ ) (func $~lib/function/Function<%28i16%2Ci32%2C~lib/typedarray/Int16Array%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i16%2Ci32%2C~lib/typedarray/Int16Array%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13554,7 +13552,7 @@ ) (func $~lib/function/Function<%28u16%2Ci32%2C~lib/typedarray/Uint16Array%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u16%2Ci32%2C~lib/typedarray/Uint16Array%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13566,7 +13564,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/typedarray/Int32Array%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%2C~lib/typedarray/Int32Array%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13578,7 +13576,7 @@ ) (func $~lib/function/Function<%28u32%2Ci32%2C~lib/typedarray/Uint32Array%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u32%2Ci32%2C~lib/typedarray/Uint32Array%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13590,7 +13588,7 @@ ) (func $~lib/function/Function<%28i64%2Ci32%2C~lib/typedarray/Int64Array%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i64%2Ci32%2C~lib/typedarray/Int64Array%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13602,7 +13600,7 @@ ) (func $~lib/function/Function<%28u64%2Ci32%2C~lib/typedarray/Uint64Array%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u64%2Ci32%2C~lib/typedarray/Uint64Array%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13614,7 +13612,7 @@ ) (func $~lib/function/Function<%28f32%2Ci32%2C~lib/typedarray/Float32Array%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28f32%2Ci32%2C~lib/typedarray/Float32Array%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13626,7 +13624,7 @@ ) (func $~lib/function/Function<%28f64%2Ci32%2C~lib/typedarray/Float64Array%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28f64%2Ci32%2C~lib/typedarray/Float64Array%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13638,7 +13636,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13650,7 +13648,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13662,7 +13660,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13674,7 +13672,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13686,7 +13684,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13698,7 +13696,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13710,7 +13708,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13722,7 +13720,7 @@ ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13734,7 +13732,7 @@ ) (func $~lib/function/Function<%28i8%2Ci8%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i8%2Ci8%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13746,7 +13744,7 @@ ) (func $~lib/function/Function<%28u8%2Cu8%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u8%2Cu8%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13758,7 +13756,7 @@ ) (func $~lib/function/Function<%28i16%2Ci16%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i16%2Ci16%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13770,7 +13768,7 @@ ) (func $~lib/function/Function<%28u16%2Cu16%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u16%2Cu16%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13782,7 +13780,7 @@ ) (func $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i32%2Ci32%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13794,7 +13792,7 @@ ) (func $~lib/function/Function<%28u32%2Cu32%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u32%2Cu32%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13806,7 +13804,7 @@ ) (func $~lib/function/Function<%28i64%2Ci64%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28i64%2Ci64%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13818,7 +13816,7 @@ ) (func $~lib/function/Function<%28u64%2Cu64%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28u64%2Cu64%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13830,7 +13828,7 @@ ) (func $~lib/function/Function<%28f32%2Cf32%29=>i32>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28f32%2Cf32%29=>i32>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -13924,7 +13922,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/typedarray/Int8Array $~lib/typedarray/Uint8Array $~lib/typedarray/Uint8ClampedArray $~lib/typedarray/Int16Array $~lib/typedarray/Uint16Array $~lib/typedarray/Int32Array $~lib/typedarray/Uint32Array $~lib/typedarray/Int64Array $~lib/typedarray/Uint64Array $~lib/typedarray/Float32Array $~lib/typedarray/Float64Array $~lib/function/Function<%28f64%2Cf64%29=>i32> $~lib/array/Array $~lib/array/Array $~lib/function/Function<%28i8%2Ci8%2Ci32%2C~lib/typedarray/Int8Array%29=>i8> $~lib/function/Function<%28u8%2Cu8%2Ci32%2C~lib/typedarray/Uint8Array%29=>u8> $~lib/function/Function<%28u8%2Cu8%2Ci32%2C~lib/typedarray/Uint8ClampedArray%29=>u8> $~lib/function/Function<%28i16%2Ci16%2Ci32%2C~lib/typedarray/Int16Array%29=>i16> $~lib/function/Function<%28u16%2Cu16%2Ci32%2C~lib/typedarray/Uint16Array%29=>u16> $~lib/function/Function<%28i32%2Ci32%2Ci32%2C~lib/typedarray/Int32Array%29=>i32> $~lib/function/Function<%28u32%2Cu32%2Ci32%2C~lib/typedarray/Uint32Array%29=>u32> $~lib/function/Function<%28i64%2Ci64%2Ci32%2C~lib/typedarray/Int64Array%29=>i64> $~lib/function/Function<%28u64%2Cu64%2Ci32%2C~lib/typedarray/Uint64Array%29=>u64> $~lib/function/Function<%28f32%2Cf32%2Ci32%2C~lib/typedarray/Float32Array%29=>f32> $~lib/function/Function<%28f64%2Cf64%2Ci32%2C~lib/typedarray/Float64Array%29=>f64> $~lib/function/Function<%28i8%2Ci32%2C~lib/typedarray/Int8Array%29=>i8> $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8Array%29=>u8> $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8ClampedArray%29=>u8> $~lib/function/Function<%28i16%2Ci32%2C~lib/typedarray/Int16Array%29=>i16> $~lib/function/Function<%28u16%2Ci32%2C~lib/typedarray/Uint16Array%29=>u16> $~lib/function/Function<%28i32%2Ci32%2C~lib/typedarray/Int32Array%29=>i32> $~lib/function/Function<%28u32%2Ci32%2C~lib/typedarray/Uint32Array%29=>u32> $~lib/function/Function<%28i64%2Ci32%2C~lib/typedarray/Int64Array%29=>i64> $~lib/function/Function<%28u64%2Ci32%2C~lib/typedarray/Uint64Array%29=>u64> $~lib/function/Function<%28f32%2Ci32%2C~lib/typedarray/Float32Array%29=>f32> $~lib/function/Function<%28f64%2Ci32%2C~lib/typedarray/Float64Array%29=>f64> $~lib/function/Function<%28i8%2Ci32%2C~lib/typedarray/Int8Array%29=>bool> $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8Array%29=>bool> $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8ClampedArray%29=>bool> $~lib/function/Function<%28i16%2Ci32%2C~lib/typedarray/Int16Array%29=>bool> $~lib/function/Function<%28u16%2Ci32%2C~lib/typedarray/Uint16Array%29=>bool> $~lib/function/Function<%28i32%2Ci32%2C~lib/typedarray/Int32Array%29=>bool> $~lib/function/Function<%28u32%2Ci32%2C~lib/typedarray/Uint32Array%29=>bool> $~lib/function/Function<%28i64%2Ci32%2C~lib/typedarray/Int64Array%29=>bool> $~lib/function/Function<%28u64%2Ci32%2C~lib/typedarray/Uint64Array%29=>bool> $~lib/function/Function<%28f32%2Ci32%2C~lib/typedarray/Float32Array%29=>bool> $~lib/function/Function<%28f64%2Ci32%2C~lib/typedarray/Float64Array%29=>bool> $~lib/function/Function<%28i8%2Ci32%2C~lib/typedarray/Int8Array%29=>void> $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8Array%29=>void> $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8ClampedArray%29=>void> $~lib/function/Function<%28i16%2Ci32%2C~lib/typedarray/Int16Array%29=>void> $~lib/function/Function<%28u16%2Ci32%2C~lib/typedarray/Uint16Array%29=>void> $~lib/function/Function<%28i32%2Ci32%2C~lib/typedarray/Int32Array%29=>void> $~lib/function/Function<%28u32%2Ci32%2C~lib/typedarray/Uint32Array%29=>void> $~lib/function/Function<%28i64%2Ci32%2C~lib/typedarray/Int64Array%29=>void> $~lib/function/Function<%28u64%2Ci32%2C~lib/typedarray/Uint64Array%29=>void> $~lib/function/Function<%28f32%2Ci32%2C~lib/typedarray/Float32Array%29=>void> $~lib/function/Function<%28f64%2Ci32%2C~lib/typedarray/Float64Array%29=>void> $~lib/array/Array $~lib/array/Array $~lib/array/Array $~lib/array/Array $~lib/array/Array $~lib/array/Array $~lib/array/Array $~lib/array/Array $~lib/function/Function<%28i8%2Ci8%29=>i32> $~lib/function/Function<%28u8%2Cu8%29=>i32> $~lib/function/Function<%28i16%2Ci16%29=>i32> $~lib/function/Function<%28u16%2Cu16%29=>i32> $~lib/function/Function<%28i32%2Ci32%29=>i32> $~lib/function/Function<%28u32%2Cu32%29=>i32> $~lib/function/Function<%28i64%2Ci64%29=>i32> $~lib/function/Function<%28u64%2Cu64%29=>i32> $~lib/function/Function<%28f32%2Cf32%29=>i32> $invalid end return @@ -14341,10 +14339,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $this i32.eqz if @@ -14353,13 +14351,13 @@ i32.const 3 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:buffer @@ -14367,7 +14365,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:dataStart @@ -14375,7 +14373,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#set:byteLength @@ -14400,7 +14398,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne @@ -14409,20 +14407,20 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $buffer local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/arraybuffer/ArrayBufferView#set:buffer local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $buffer call $~lib/arraybuffer/ArrayBufferView#set:dataStart @@ -14430,7 +14428,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $length call $~lib/arraybuffer/ArrayBufferView#set:byteLength @@ -14451,7 +14449,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -14460,20 +14458,20 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 0 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -14491,19 +14489,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:buffer i32.sub @@ -14524,12 +14522,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $1 @@ -14549,7 +14547,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -14558,20 +14556,20 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 0 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -14589,12 +14587,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $1 @@ -14614,7 +14612,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -14623,20 +14621,20 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 0 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -14654,12 +14652,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $1 @@ -14679,7 +14677,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -14688,20 +14686,20 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 1 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -14719,12 +14717,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 1 @@ -14746,7 +14744,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -14755,20 +14753,20 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 1 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -14786,12 +14784,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 1 @@ -14813,7 +14811,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -14822,20 +14820,20 @@ i32.const 9 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 2 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -14853,12 +14851,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -14880,7 +14878,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -14889,20 +14887,20 @@ i32.const 10 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 2 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -14920,12 +14918,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -14947,7 +14945,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -14956,20 +14954,20 @@ i32.const 11 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 3 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -14987,12 +14985,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -15014,7 +15012,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -15023,20 +15021,20 @@ i32.const 12 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 3 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -15054,12 +15052,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -15081,7 +15079,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -15090,20 +15088,20 @@ i32.const 13 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 2 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -15121,12 +15119,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -15148,7 +15146,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -15157,20 +15155,20 @@ i32.const 14 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $length i32.const 3 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -15188,12 +15186,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -15227,18 +15225,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 48 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 local.get $len call $~lib/typedarray/Int8Array#constructor local.tee $i8a - i32.store $0 + i32.store local.get $i8a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -15256,7 +15254,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.get $len @@ -15276,7 +15274,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/typedarray/Int8Array#get:length local.get $len @@ -15295,12 +15293,12 @@ local.get $len call $~lib/typedarray/Uint8Array#constructor local.tee $u8a - i32.store $0 offset=8 + i32.store offset=8 local.get $u8a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -15318,7 +15316,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.get $len @@ -15338,7 +15336,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/typedarray/Uint8Array#get:length local.get $len @@ -15357,12 +15355,12 @@ local.get $len call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $c8a - i32.store $0 offset=12 + i32.store offset=12 local.get $c8a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -15380,7 +15378,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.get $len @@ -15400,7 +15398,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/typedarray/Uint8ClampedArray#get:length local.get $len @@ -15419,12 +15417,12 @@ local.get $len call $~lib/typedarray/Int16Array#constructor local.tee $i16a - i32.store $0 offset=16 + i32.store offset=16 local.get $i16a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -15442,7 +15440,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.get $len @@ -15462,7 +15460,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/typedarray/Int16Array#get:length local.get $len @@ -15481,12 +15479,12 @@ local.get $len call $~lib/typedarray/Uint16Array#constructor local.tee $u16a - i32.store $0 offset=20 + i32.store offset=20 local.get $u16a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -15504,7 +15502,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.get $len @@ -15524,7 +15522,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/typedarray/Uint16Array#get:length local.get $len @@ -15543,12 +15541,12 @@ local.get $len call $~lib/typedarray/Int32Array#constructor local.tee $i32a - i32.store $0 offset=24 + i32.store offset=24 local.get $i32a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -15566,7 +15564,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.get $len @@ -15586,7 +15584,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/typedarray/Int32Array#get:length local.get $len @@ -15605,12 +15603,12 @@ local.get $len call $~lib/typedarray/Uint32Array#constructor local.tee $u32a - i32.store $0 offset=28 + i32.store offset=28 local.get $u32a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -15628,7 +15626,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.get $len @@ -15648,7 +15646,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/typedarray/Uint32Array#get:length local.get $len @@ -15667,12 +15665,12 @@ local.get $len call $~lib/typedarray/Int64Array#constructor local.tee $i64a - i32.store $0 offset=32 + i32.store offset=32 local.get $i64a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -15690,7 +15688,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.get $len @@ -15710,7 +15708,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/typedarray/Int64Array#get:length local.get $len @@ -15729,12 +15727,12 @@ local.get $len call $~lib/typedarray/Uint64Array#constructor local.tee $u64a - i32.store $0 offset=36 + i32.store offset=36 local.get $u64a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -15752,7 +15750,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.get $len @@ -15772,7 +15770,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/typedarray/Uint64Array#get:length local.get $len @@ -15791,12 +15789,12 @@ local.get $len call $~lib/typedarray/Float32Array#constructor local.tee $f32a - i32.store $0 offset=40 + i32.store offset=40 local.get $f32a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -15814,7 +15812,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.get $len @@ -15834,7 +15832,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/typedarray/Float32Array#get:length local.get $len @@ -15853,12 +15851,12 @@ local.get $len call $~lib/typedarray/Float64Array#constructor local.tee $f64a - i32.store $0 offset=44 + i32.store offset=44 local.get $f64a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -15876,7 +15874,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.get $len @@ -15896,7 +15894,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/typedarray/Float64Array#get:length local.get $len @@ -15924,13 +15922,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -15948,7 +15946,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index @@ -15956,7 +15954,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -15971,13 +15969,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -15995,14 +15993,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -16036,15 +16034,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SUBARRAY<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $begin local.set $begin|4 local.get $end @@ -16053,7 +16051,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/typedarray/Int32Array#get:length local.set $len @@ -16121,18 +16119,18 @@ i32.const 9 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $buf local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 @@ -16142,21 +16140,21 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $begin|4 i32.const 2 i32.shl i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $end|5 local.get $begin|4 i32.sub i32.const 2 i32.shl - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/SUBARRAY<~lib/typedarray/Int32Array,i32>|inlined.0 end @@ -16177,13 +16175,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -16201,7 +16199,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index @@ -16209,7 +16207,7 @@ i32.shl i32.add local.get $value - f64.store $0 + f64.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -16240,15 +16238,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SUBARRAY<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $begin local.set $begin|4 local.get $end @@ -16257,7 +16255,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/typedarray/Float64Array#get:length local.set $len @@ -16325,18 +16323,18 @@ i32.const 14 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $buf local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 @@ -16346,21 +16344,21 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $begin|4 i32.const 3 i32.shl i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $end|5 local.get $begin|4 i32.sub i32.const 3 i32.shl - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/SUBARRAY<~lib/typedarray/Float64Array,f64>|inlined.0 end @@ -16412,7 +16410,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.const 48 i32.le_s @@ -16447,18 +16445,18 @@ br $break|0 end local.get $ptr - f64.load $0 + f64.load local.set $a local.get $ptr - f64.load $0 offset=8 + f64.load offset=8 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $12) i32.const 0 i32.gt_s local.set $c @@ -16467,22 +16465,22 @@ local.get $a local.get $c select - f64.store $0 + f64.store local.get $a local.get $b local.get $c select local.set $a local.get $ptr - f64.load $0 offset=16 + f64.load offset=16 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $12) i32.const 0 i32.gt_s local.set $c @@ -16491,27 +16489,27 @@ local.get $a local.get $c select - f64.store $0 offset=8 + f64.store offset=8 local.get $ptr local.get $a local.get $b local.get $c select - f64.store $0 offset=16 + f64.store offset=16 end local.get $ptr - f64.load $0 + f64.load local.set $a|7 local.get $ptr - f64.load $0 offset=8 + f64.load offset=8 local.set $b|8 local.get $a|7 local.get $b|8 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $12) i32.const 0 i32.gt_s local.set $c|9 @@ -16520,13 +16518,13 @@ local.get $a|7 local.get $c|9 select - f64.store $0 + f64.store local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - f64.store $0 offset=8 + f64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -16543,7 +16541,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer @@ -16590,7 +16588,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -16614,7 +16612,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -16645,7 +16643,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -16669,7 +16667,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -16704,7 +16702,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -16727,7 +16725,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -16740,7 +16738,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -16749,7 +16747,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -16760,7 +16758,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -16775,14 +16773,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -16804,7 +16802,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -16817,7 +16815,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -16826,7 +16824,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns end @@ -16855,26 +16853,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Float64Array#get:length local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT local.get $this @@ -16895,10 +16893,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -16921,19 +16919,19 @@ br $~lib/util/sort/COMPARATOR|inlined.0 end local.tee $comparator - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Float64Array#sort local.set $2 @@ -16953,13 +16951,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -16977,14 +16975,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -17002,13 +17000,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.ge_u @@ -17024,7 +17022,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index @@ -17042,7 +17040,7 @@ local.get $value i32.or i32.and - i32.store8 $0 + i32.store8 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -17057,13 +17055,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.ge_u @@ -17079,12 +17077,12 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.add - i32.load8_u $0 + i32.load8_u local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -17102,13 +17100,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.ge_u @@ -17124,13 +17122,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.add local.get $value - i32.store8 $0 + i32.store8 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -17145,19 +17143,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/typedarray/Int8Array#get:length local.get $value @@ -17182,12 +17180,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -17207,13 +17205,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.ge_u @@ -17229,12 +17227,12 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.add - i32.load8_s $0 + i32.load8_s local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -17253,13 +17251,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -17275,14 +17273,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value i32.const 0 drop @@ -17306,19 +17304,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $a local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/typedarray/Int8Array#get:length local.get $b local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length i32.ne @@ -17338,7 +17336,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/typedarray/Int8Array#get:length local.set $len @@ -17351,7 +17349,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $i call $~lib/typedarray/Int8Array#__get @@ -17359,7 +17357,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $i call $~lib/array/Array#__get @@ -17399,7 +17397,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -17421,7 +17419,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $value local.get $start @@ -17459,15 +17457,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SUBARRAY<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $begin local.set $begin|4 local.get $end @@ -17476,7 +17474,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/typedarray/Int8Array#get:length local.set $len @@ -17544,18 +17542,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $buf local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 @@ -17565,21 +17563,21 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $begin|4 i32.const 0 i32.shl i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $end|5 local.get $begin|4 i32.sub i32.const 0 i32.shl - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/SUBARRAY<~lib/typedarray/Int8Array,i8>|inlined.0 end @@ -17600,19 +17598,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/typedarray/Int32Array#get:length local.get $value @@ -17637,12 +17635,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -17663,13 +17661,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:length_ i32.ge_u @@ -17685,14 +17683,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -17716,19 +17714,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $a local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/typedarray/Int32Array#get:length local.get $b local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/array/Array#get:length i32.ne @@ -17748,7 +17746,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $~lib/typedarray/Int32Array#get:length local.set $len @@ -17761,7 +17759,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $i call $~lib/typedarray/Int32Array#__get @@ -17769,7 +17767,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $i call $~lib/array/Array#__get @@ -17809,7 +17807,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -17831,7 +17829,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $value local.get $start @@ -17868,15 +17866,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SLICE<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $begin local.set $start local.get $end @@ -17885,7 +17883,7 @@ local.set $18 global.get $~lib/memory/__stack_pointer local.get $18 - i32.store $0 offset=4 + i32.store offset=4 local.get $18 call $~lib/typedarray/Int32Array#get:length local.set $len @@ -17955,19 +17953,19 @@ local.get $len call $~lib/typedarray/Int32Array#constructor local.tee $slice - i32.store $0 offset=8 + i32.store offset=8 local.get $slice local.set $18 global.get $~lib/memory/__stack_pointer local.get $18 - i32.store $0 offset=4 + i32.store offset=4 local.get $18 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $array local.set $18 global.get $~lib/memory/__stack_pointer local.get $18 - i32.store $0 offset=4 + i32.store offset=4 local.get $18 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $start @@ -17977,7 +17975,7 @@ local.get $len i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $slice br $~lib/typedarray/SLICE<~lib/typedarray/Int32Array,i32>|inlined.0 end @@ -17998,7 +17996,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -18018,7 +18016,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $begin local.get $end @@ -18065,12 +18063,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/COPY_WITHIN<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $target local.set $target|5 local.get $start @@ -18081,7 +18079,7 @@ local.set $30 global.get $~lib/memory/__stack_pointer local.get $30 - i32.store $0 offset=4 + i32.store offset=4 local.get $30 call $~lib/typedarray/Int32Array#get:length local.set $len @@ -18089,7 +18087,7 @@ local.set $30 global.get $~lib/memory/__stack_pointer local.get $30 - i32.store $0 offset=4 + i32.store offset=4 local.get $30 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -18203,7 +18201,7 @@ local.get $count i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $array br $~lib/typedarray/COPY_WITHIN<~lib/typedarray/Int32Array,i32>|inlined.0 end @@ -18224,7 +18222,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -18242,7 +18240,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $target local.get $start @@ -18270,26 +18268,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Int8Array,i8,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -18299,7 +18297,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Int8Array#get:length local.set $k @@ -18314,19 +18312,19 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.get $i local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $initialValue|5 local.get $i i32.const 1 @@ -18357,21 +18355,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -18380,7 +18378,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -18389,7 +18387,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -18398,13 +18396,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1872 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 0 call $~lib/typedarray/Int8Array#reduce @@ -18436,13 +18434,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.ge_u @@ -18458,13 +18456,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.add local.get $value - i32.store8 $0 + i32.store8 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -18485,26 +18483,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Uint8Array,u8,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -18514,7 +18512,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Uint8Array#get:length local.set $k @@ -18529,19 +18527,19 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $i local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $initialValue|5 local.get $i i32.const 1 @@ -18572,21 +18570,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -18595,7 +18593,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -18604,7 +18602,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -18613,13 +18611,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1904 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 0 call $~lib/typedarray/Uint8Array#reduce @@ -18658,26 +18656,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Uint8ClampedArray,u8,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -18687,7 +18685,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Uint8ClampedArray#get:length local.set $k @@ -18702,19 +18700,19 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $i local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $initialValue|5 local.get $i i32.const 1 @@ -18745,21 +18743,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -18768,7 +18766,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -18777,7 +18775,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -18786,13 +18784,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1936 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#reduce @@ -18825,13 +18823,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 1 @@ -18849,7 +18847,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index @@ -18857,7 +18855,7 @@ i32.shl i32.add local.get $value - i32.store16 $0 + i32.store16 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -18878,26 +18876,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Int16Array,i16,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -18907,7 +18905,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Int16Array#get:length local.set $k @@ -18922,19 +18920,19 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.get $i local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $initialValue|5 local.get $i i32.const 1 @@ -18965,21 +18963,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -18988,7 +18986,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -18997,7 +18995,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -19006,13 +19004,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1968 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 0 call $~lib/typedarray/Int16Array#reduce @@ -19044,13 +19042,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 1 @@ -19068,7 +19066,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index @@ -19076,7 +19074,7 @@ i32.shl i32.add local.get $value - i32.store16 $0 + i32.store16 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -19097,26 +19095,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Uint16Array,u16,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -19126,7 +19124,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Uint16Array#get:length local.set $k @@ -19141,19 +19139,19 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.get $i local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $initialValue|5 local.get $i i32.const 1 @@ -19184,21 +19182,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -19207,7 +19205,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -19216,7 +19214,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -19225,13 +19223,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2000 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 0 call $~lib/typedarray/Uint16Array#reduce @@ -19270,26 +19268,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Int32Array,i32,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -19299,7 +19297,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Int32Array#get:length local.set $k @@ -19314,19 +19312,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $initialValue|5 local.get $i i32.const 1 @@ -19357,21 +19355,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -19380,7 +19378,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -19389,7 +19387,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -19398,13 +19396,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2032 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 0 call $~lib/typedarray/Int32Array#reduce @@ -19435,13 +19433,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -19459,7 +19457,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index @@ -19467,7 +19465,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -19488,26 +19486,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Uint32Array,u32,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -19517,7 +19515,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Uint32Array#get:length local.set $k @@ -19532,19 +19530,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $initialValue|5 local.get $i i32.const 1 @@ -19575,21 +19573,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -19598,7 +19596,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -19607,7 +19605,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -19616,13 +19614,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2064 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 0 call $~lib/typedarray/Uint32Array#reduce @@ -19653,13 +19651,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -19677,7 +19675,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index @@ -19685,7 +19683,7 @@ i32.shl i32.add local.get $value - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -19707,26 +19705,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Int64Array,i64,i64>|inlined.0 (result i64) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -19736,7 +19734,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Int64Array#get:length local.set $k @@ -19751,19 +19749,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $i local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i64_i64_i32_i32_=>_i64) + i32.load + call_indirect (type $16) local.set $initialValue|5 local.get $i i32.const 1 @@ -19794,21 +19792,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i64.const 1 @@ -19817,7 +19815,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i64.const 2 @@ -19826,7 +19824,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i64.const 3 @@ -19835,13 +19833,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2096 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i64.const 0 call $~lib/typedarray/Int64Array#reduce @@ -19872,13 +19870,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -19896,7 +19894,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index @@ -19904,7 +19902,7 @@ i32.shl i32.add local.get $value - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -19926,26 +19924,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Uint64Array,u64,u64>|inlined.0 (result i64) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -19955,7 +19953,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Uint64Array#get:length local.set $k @@ -19970,19 +19968,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $i local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i64_i64_i32_i32_=>_i64) + i32.load + call_indirect (type $16) local.set $initialValue|5 local.get $i i32.const 1 @@ -20013,21 +20011,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i64.const 1 @@ -20036,7 +20034,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i64.const 2 @@ -20045,7 +20043,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i64.const 3 @@ -20054,13 +20052,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2128 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i64.const 0 call $~lib/typedarray/Uint64Array#reduce @@ -20091,13 +20089,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -20115,7 +20113,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index @@ -20123,7 +20121,7 @@ i32.shl i32.add local.get $value - f32.store $0 + f32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -20145,26 +20143,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Float32Array,f32,f32>|inlined.0 (result f32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -20174,7 +20172,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Float32Array#get:length local.set $k @@ -20189,19 +20187,19 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.get $i local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $f32_f32_i32_i32_=>_f32) + i32.load + call_indirect (type $19) local.set $initialValue|5 local.get $i i32.const 1 @@ -20232,21 +20230,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 f32.const 1 @@ -20255,7 +20253,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 f32.const 2 @@ -20264,7 +20262,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 f32.const 3 @@ -20273,13 +20271,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2160 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 f32.const 0 call $~lib/typedarray/Float32Array#reduce @@ -20317,26 +20315,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE<~lib/typedarray/Float64Array,f64,f64>|inlined.0 (result f64) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -20346,7 +20344,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Float64Array#get:length local.set $k @@ -20361,19 +20359,19 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.get $i local.get $array local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $f64_f64_i32_i32_=>_f64) + i32.load + call_indirect (type $20) local.set $initialValue|5 local.get $i i32.const 1 @@ -20404,21 +20402,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 f64.const 1 @@ -20427,7 +20425,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 f64.const 2 @@ -20436,7 +20434,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 f64.const 3 @@ -20445,13 +20443,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2192 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 f64.const 0 call $~lib/typedarray/Float64Array#reduce @@ -20483,12 +20481,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $len @@ -20516,12 +20514,12 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.add - i32.load8_s $0 + i32.load8_s local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -20540,18 +20538,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 1 @@ -20560,7 +20558,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 2 @@ -20569,7 +20567,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i32.const 3 @@ -20578,7 +20576,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/typedarray/Int8Array#at @@ -20597,7 +20595,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 call $~lib/typedarray/Int8Array#at @@ -20616,7 +20614,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -3 call $~lib/typedarray/Int8Array#at @@ -20646,12 +20644,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $len @@ -20679,12 +20677,12 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.add - i32.load8_u $0 + i32.load8_u local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -20703,18 +20701,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 1 @@ -20723,7 +20721,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 2 @@ -20732,7 +20730,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i32.const 3 @@ -20741,7 +20739,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/typedarray/Uint8Array#at @@ -20760,7 +20758,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 call $~lib/typedarray/Uint8Array#at @@ -20779,7 +20777,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -3 call $~lib/typedarray/Uint8Array#at @@ -20809,12 +20807,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.set $len @@ -20842,12 +20840,12 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.add - i32.load8_u $0 + i32.load8_u local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -20866,18 +20864,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 1 @@ -20886,7 +20884,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 2 @@ -20895,7 +20893,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i32.const 3 @@ -20904,7 +20902,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#at @@ -20923,7 +20921,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 call $~lib/typedarray/Uint8ClampedArray#at @@ -20942,7 +20940,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -3 call $~lib/typedarray/Uint8ClampedArray#at @@ -20972,12 +20970,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 1 @@ -21007,14 +21005,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -21033,18 +21031,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 1 @@ -21053,7 +21051,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 2 @@ -21062,7 +21060,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i32.const 3 @@ -21071,7 +21069,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/typedarray/Int16Array#at @@ -21090,7 +21088,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 call $~lib/typedarray/Int16Array#at @@ -21109,7 +21107,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -3 call $~lib/typedarray/Int16Array#at @@ -21139,12 +21137,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 1 @@ -21174,14 +21172,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -21200,18 +21198,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 1 @@ -21220,7 +21218,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 2 @@ -21229,7 +21227,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i32.const 3 @@ -21238,7 +21236,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/typedarray/Uint16Array#at @@ -21257,7 +21255,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 call $~lib/typedarray/Uint16Array#at @@ -21276,7 +21274,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -3 call $~lib/typedarray/Uint16Array#at @@ -21306,12 +21304,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -21341,14 +21339,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -21367,18 +21365,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 1 @@ -21387,7 +21385,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 2 @@ -21396,7 +21394,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i32.const 3 @@ -21405,7 +21403,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/typedarray/Int32Array#at @@ -21424,7 +21422,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 call $~lib/typedarray/Int32Array#at @@ -21443,7 +21441,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -3 call $~lib/typedarray/Int32Array#at @@ -21473,12 +21471,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -21508,14 +21506,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -21534,18 +21532,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 1 @@ -21554,7 +21552,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 2 @@ -21563,7 +21561,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i32.const 3 @@ -21572,7 +21570,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/typedarray/Uint32Array#at @@ -21591,7 +21589,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 call $~lib/typedarray/Uint32Array#at @@ -21610,7 +21608,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -3 call $~lib/typedarray/Uint32Array#at @@ -21641,12 +21639,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -21676,14 +21674,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $4 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -21702,18 +21700,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i64.const 1 @@ -21722,7 +21720,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i64.const 2 @@ -21731,7 +21729,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i64.const 3 @@ -21740,7 +21738,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/typedarray/Int64Array#at @@ -21759,7 +21757,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 call $~lib/typedarray/Int64Array#at @@ -21778,7 +21776,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -3 call $~lib/typedarray/Int64Array#at @@ -21809,12 +21807,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -21844,14 +21842,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $4 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -21870,18 +21868,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i64.const 1 @@ -21890,7 +21888,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i64.const 2 @@ -21899,7 +21897,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i64.const 3 @@ -21908,7 +21906,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/typedarray/Uint64Array#at @@ -21927,7 +21925,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 call $~lib/typedarray/Uint64Array#at @@ -21946,7 +21944,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -3 call $~lib/typedarray/Uint64Array#at @@ -21977,12 +21975,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -22012,14 +22010,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $4 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -22038,18 +22036,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 f32.const 1 @@ -22058,7 +22056,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 f32.const 2 @@ -22067,7 +22065,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 f32.const 3 @@ -22076,7 +22074,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/typedarray/Float32Array#at @@ -22095,7 +22093,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 call $~lib/typedarray/Float32Array#at @@ -22114,7 +22112,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -3 call $~lib/typedarray/Float32Array#at @@ -22145,12 +22143,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -22180,14 +22178,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $4 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -22206,18 +22204,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 f64.const 1 @@ -22226,7 +22224,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 f64.const 2 @@ -22235,7 +22233,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 f64.const 3 @@ -22244,7 +22242,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/typedarray/Float64Array#at @@ -22263,7 +22261,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 call $~lib/typedarray/Float64Array#at @@ -22282,7 +22280,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -3 call $~lib/typedarray/Float64Array#at @@ -22316,26 +22314,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int8Array,i8,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -22343,7 +22341,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Int8Array#get:length i32.const 1 @@ -22360,19 +22358,19 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.get $i local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $initialValue|5 local.get $i i32.const 1 @@ -22403,21 +22401,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -22426,7 +22424,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -22435,7 +22433,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -22444,13 +22442,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2224 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 0 call $~lib/typedarray/Int8Array#reduceRight @@ -22487,26 +22485,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint8Array,u8,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -22514,7 +22512,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Uint8Array#get:length i32.const 1 @@ -22531,19 +22529,19 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $i local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $initialValue|5 local.get $i i32.const 1 @@ -22574,21 +22572,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -22597,7 +22595,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -22606,7 +22604,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -22615,13 +22613,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2256 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 0 call $~lib/typedarray/Uint8Array#reduceRight @@ -22659,26 +22657,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint8ClampedArray,u8,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -22686,7 +22684,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Uint8ClampedArray#get:length i32.const 1 @@ -22703,19 +22701,19 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $i local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $initialValue|5 local.get $i i32.const 1 @@ -22746,21 +22744,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -22769,7 +22767,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -22778,7 +22776,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -22787,13 +22785,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2288 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#reduceRight @@ -22831,26 +22829,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int16Array,i16,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -22858,7 +22856,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Int16Array#get:length i32.const 1 @@ -22875,19 +22873,19 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.get $i local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $initialValue|5 local.get $i i32.const 1 @@ -22918,21 +22916,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -22941,7 +22939,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -22950,7 +22948,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -22959,13 +22957,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2320 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 0 call $~lib/typedarray/Int16Array#reduceRight @@ -23002,26 +23000,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint16Array,u16,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -23029,7 +23027,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Uint16Array#get:length i32.const 1 @@ -23046,19 +23044,19 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.get $i local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $initialValue|5 local.get $i i32.const 1 @@ -23089,21 +23087,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -23112,7 +23110,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -23121,7 +23119,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -23130,13 +23128,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2352 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 0 call $~lib/typedarray/Uint16Array#reduceRight @@ -23174,26 +23172,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int32Array,i32,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -23201,7 +23199,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Int32Array#get:length i32.const 1 @@ -23218,19 +23216,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $initialValue|5 local.get $i i32.const 1 @@ -23261,21 +23259,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -23284,7 +23282,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -23293,7 +23291,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -23302,13 +23300,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2384 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 0 call $~lib/typedarray/Int32Array#reduceRight @@ -23344,26 +23342,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint32Array,u32,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -23371,7 +23369,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Uint32Array#get:length i32.const 1 @@ -23388,19 +23386,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $initialValue|5 local.get $i i32.const 1 @@ -23431,21 +23429,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -23454,7 +23452,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -23463,7 +23461,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -23472,13 +23470,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2416 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 0 call $~lib/typedarray/Uint32Array#reduceRight @@ -23515,26 +23513,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int64Array,i64,i64>|inlined.0 (result i64) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -23542,7 +23540,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Int64Array#get:length i32.const 1 @@ -23559,19 +23557,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $i local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i64_i64_i32_i32_=>_i64) + i32.load + call_indirect (type $16) local.set $initialValue|5 local.get $i i32.const 1 @@ -23602,21 +23600,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i64.const 1 @@ -23625,7 +23623,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i64.const 2 @@ -23634,7 +23632,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i64.const 3 @@ -23643,13 +23641,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2448 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i64.const 0 call $~lib/typedarray/Int64Array#reduceRight @@ -23686,26 +23684,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint64Array,u64,u64>|inlined.0 (result i64) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -23713,7 +23711,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Uint64Array#get:length i32.const 1 @@ -23730,19 +23728,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $i local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $i64_i64_i32_i32_=>_i64) + i32.load + call_indirect (type $16) local.set $initialValue|5 local.get $i i32.const 1 @@ -23773,21 +23771,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i64.const 1 @@ -23796,7 +23794,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i64.const 2 @@ -23805,7 +23803,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i64.const 3 @@ -23814,13 +23812,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2480 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i64.const 0 call $~lib/typedarray/Uint64Array#reduceRight @@ -23857,26 +23855,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Float32Array,f32,f32>|inlined.0 (result f32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -23884,7 +23882,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Float32Array#get:length i32.const 1 @@ -23901,19 +23899,19 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.get $i local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $f32_f32_i32_i32_=>_f32) + i32.load + call_indirect (type $19) local.set $initialValue|5 local.get $i i32.const 1 @@ -23944,21 +23942,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 f32.const 1 @@ -23967,7 +23965,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 f32.const 2 @@ -23976,7 +23974,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 f32.const 3 @@ -23985,13 +23983,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2512 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 f32.const 0 call $~lib/typedarray/Float32Array#reduceRight @@ -24028,26 +24026,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Float64Array,f64,f64>|inlined.0 (result f64) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $initialValue local.set $initialValue|5 local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -24055,7 +24053,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Float64Array#get:length i32.const 1 @@ -24072,19 +24070,19 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.get $i local.get $array local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 i32.const 4 global.set $~argumentsLength local.get $fn|4 - i32.load $0 - call_indirect $0 (type $f64_f64_i32_i32_=>_f64) + i32.load + call_indirect (type $20) local.set $initialValue|5 local.get $i i32.const 1 @@ -24115,21 +24113,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 f64.const 1 @@ -24138,7 +24136,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 f64.const 2 @@ -24147,7 +24145,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 f64.const 3 @@ -24156,13 +24154,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2544 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 f64.const 0 call $~lib/typedarray/Float64Array#reduceRight @@ -24202,21 +24200,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/MAP<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/typedarray/Int8Array#get:length local.set $len @@ -24224,7 +24222,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -24237,13 +24235,13 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $byteLength i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 local.set $i loop $for-loop|0 @@ -24261,20 +24259,20 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.get $i local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) - i32.store8 $0 + i32.load + call_indirect (type $1) + i32.store8 local.get $i i32.const 1 i32.add @@ -24284,17 +24282,17 @@ end local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/MAP<~lib/typedarray/Int8Array,i8>|inlined.0 end @@ -24317,21 +24315,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -24340,7 +24338,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -24349,7 +24347,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -24359,22 +24357,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2576 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Int8Array#map local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Int8Array#__get @@ -24393,7 +24391,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Int8Array#__get @@ -24412,7 +24410,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Int8Array#__get @@ -24450,21 +24448,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/MAP<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/typedarray/Uint8Array#get:length local.set $len @@ -24472,7 +24470,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -24485,13 +24483,13 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $byteLength i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 local.set $i loop $for-loop|0 @@ -24509,20 +24507,20 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $i local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) - i32.store8 $0 + i32.load + call_indirect (type $1) + i32.store8 local.get $i i32.const 1 i32.add @@ -24532,17 +24530,17 @@ end local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/MAP<~lib/typedarray/Uint8Array,u8>|inlined.0 end @@ -24563,13 +24561,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.ge_u @@ -24585,12 +24583,12 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.add - i32.load8_u $0 + i32.load8_u local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -24610,21 +24608,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -24633,7 +24631,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -24642,7 +24640,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -24652,22 +24650,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2608 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Uint8Array#map local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -24686,7 +24684,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint8Array#__get @@ -24705,7 +24703,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint8Array#__get @@ -24743,21 +24741,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/MAP<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/typedarray/Uint8ClampedArray#get:length local.set $len @@ -24765,7 +24763,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -24778,13 +24776,13 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $byteLength i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 local.set $i loop $for-loop|0 @@ -24802,20 +24800,20 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $i local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) - i32.store8 $0 + i32.load + call_indirect (type $1) + i32.store8 local.get $i i32.const 1 i32.add @@ -24825,17 +24823,17 @@ end local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/MAP<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 end @@ -24858,21 +24856,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -24881,7 +24879,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -24890,7 +24888,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -24900,22 +24898,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2640 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Uint8ClampedArray#map local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#__get @@ -24934,7 +24932,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__get @@ -24953,7 +24951,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__get @@ -24991,21 +24989,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/MAP<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/typedarray/Int16Array#get:length local.set $len @@ -25013,7 +25011,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -25026,13 +25024,13 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $byteLength i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 local.set $i loop $for-loop|0 @@ -25050,20 +25048,20 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.get $i local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) - i32.store16 $0 + i32.load + call_indirect (type $1) + i32.store16 local.get $i i32.const 1 i32.add @@ -25073,17 +25071,17 @@ end local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/MAP<~lib/typedarray/Int16Array,i16>|inlined.0 end @@ -25104,13 +25102,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 1 @@ -25128,14 +25126,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -25155,21 +25153,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -25178,7 +25176,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -25187,7 +25185,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -25197,22 +25195,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2672 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Int16Array#map local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Int16Array#__get @@ -25231,7 +25229,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Int16Array#__get @@ -25250,7 +25248,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Int16Array#__get @@ -25288,21 +25286,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/MAP<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/typedarray/Uint16Array#get:length local.set $len @@ -25310,7 +25308,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -25323,13 +25321,13 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $byteLength i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 local.set $i loop $for-loop|0 @@ -25347,20 +25345,20 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.get $i local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) - i32.store16 $0 + i32.load + call_indirect (type $1) + i32.store16 local.get $i i32.const 1 i32.add @@ -25370,17 +25368,17 @@ end local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/MAP<~lib/typedarray/Uint16Array,u16>|inlined.0 end @@ -25401,13 +25399,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 1 @@ -25425,14 +25423,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -25452,21 +25450,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -25475,7 +25473,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -25484,7 +25482,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -25494,22 +25492,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2704 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Uint16Array#map local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint16Array#__get @@ -25528,7 +25526,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint16Array#__get @@ -25547,7 +25545,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint16Array#__get @@ -25585,21 +25583,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/MAP<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/typedarray/Int32Array#get:length local.set $len @@ -25607,7 +25605,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -25620,13 +25618,13 @@ i32.const 9 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $byteLength i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 local.set $i loop $for-loop|0 @@ -25644,20 +25642,20 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) - i32.store $0 + i32.load + call_indirect (type $1) + i32.store local.get $i i32.const 1 i32.add @@ -25667,17 +25665,17 @@ end local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/MAP<~lib/typedarray/Int32Array,i32>|inlined.0 end @@ -25700,21 +25698,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -25723,7 +25721,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -25732,7 +25730,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -25742,22 +25740,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2736 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Int32Array#map local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Int32Array#__get @@ -25776,7 +25774,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Int32Array#__get @@ -25795,7 +25793,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Int32Array#__get @@ -25833,21 +25831,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/MAP<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/typedarray/Uint32Array#get:length local.set $len @@ -25855,7 +25853,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -25868,13 +25866,13 @@ i32.const 10 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $byteLength i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 local.set $i loop $for-loop|0 @@ -25892,20 +25890,20 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) - i32.store $0 + i32.load + call_indirect (type $1) + i32.store local.get $i i32.const 1 i32.add @@ -25915,17 +25913,17 @@ end local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/MAP<~lib/typedarray/Uint32Array,u32>|inlined.0 end @@ -25946,13 +25944,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -25970,14 +25968,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -25997,21 +25995,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -26020,7 +26018,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -26029,7 +26027,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -26039,22 +26037,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2768 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Uint32Array#map local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint32Array#__get @@ -26073,7 +26071,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint32Array#__get @@ -26092,7 +26090,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint32Array#__get @@ -26130,21 +26128,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/MAP<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/typedarray/Int64Array#get:length local.set $len @@ -26152,7 +26150,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -26165,13 +26163,13 @@ i32.const 11 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $byteLength i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 local.set $i loop $for-loop|0 @@ -26189,20 +26187,20 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $i local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i64) - i64.store $0 + i32.load + call_indirect (type $21) + i64.store local.get $i i32.const 1 i32.add @@ -26212,17 +26210,17 @@ end local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/MAP<~lib/typedarray/Int64Array,i64>|inlined.0 end @@ -26244,13 +26242,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -26268,14 +26266,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -26295,21 +26293,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i64.const 1 @@ -26318,7 +26316,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i64.const 2 @@ -26327,7 +26325,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i64.const 3 @@ -26337,22 +26335,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2800 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Int64Array#map local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Int64Array#__get @@ -26371,7 +26369,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Int64Array#__get @@ -26390,7 +26388,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Int64Array#__get @@ -26428,21 +26426,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/MAP<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/typedarray/Uint64Array#get:length local.set $len @@ -26450,7 +26448,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -26463,13 +26461,13 @@ i32.const 12 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $byteLength i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 local.set $i loop $for-loop|0 @@ -26487,20 +26485,20 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $i local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i64) - i64.store $0 + i32.load + call_indirect (type $21) + i64.store local.get $i i32.const 1 i32.add @@ -26510,17 +26508,17 @@ end local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/MAP<~lib/typedarray/Uint64Array,u64>|inlined.0 end @@ -26542,13 +26540,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -26566,14 +26564,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -26593,21 +26591,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i64.const 1 @@ -26616,7 +26614,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i64.const 2 @@ -26625,7 +26623,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i64.const 3 @@ -26635,22 +26633,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2832 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Uint64Array#map local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint64Array#__get @@ -26669,7 +26667,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint64Array#__get @@ -26688,7 +26686,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint64Array#__get @@ -26726,21 +26724,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/MAP<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/typedarray/Float32Array#get:length local.set $len @@ -26748,7 +26746,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -26761,13 +26759,13 @@ i32.const 13 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $byteLength i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 local.set $i loop $for-loop|0 @@ -26785,20 +26783,20 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.get $i local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $f32_i32_i32_=>_f32) - f32.store $0 + i32.load + call_indirect (type $30) + f32.store local.get $i i32.const 1 i32.add @@ -26808,17 +26806,17 @@ end local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/MAP<~lib/typedarray/Float32Array,f32>|inlined.0 end @@ -26840,13 +26838,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $index local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 2 @@ -26864,14 +26862,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -26891,21 +26889,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 f32.const 1 @@ -26914,7 +26912,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 f32.const 2 @@ -26923,7 +26921,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 f32.const 3 @@ -26933,22 +26931,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2864 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Float32Array#map local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -26967,7 +26965,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Float32Array#__get @@ -26986,7 +26984,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Float32Array#__get @@ -27024,21 +27022,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/MAP<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/typedarray/Float64Array#get:length local.set $len @@ -27046,7 +27044,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -27059,13 +27057,13 @@ i32.const 14 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $byteLength i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 local.set $i loop $for-loop|0 @@ -27083,20 +27081,20 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.get $i local.get $array local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 offset=8 + i32.store offset=8 local.get $10 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $f64_i32_i32_=>_f64) - f64.store $0 + i32.load + call_indirect (type $31) + f64.store local.get $i i32.const 1 i32.add @@ -27106,17 +27104,17 @@ end local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $buf - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/MAP<~lib/typedarray/Float64Array,f64>|inlined.0 end @@ -27139,21 +27137,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 f64.const 1 @@ -27162,7 +27160,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 f64.const 2 @@ -27171,7 +27169,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 f64.const 3 @@ -27181,22 +27179,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2896 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Float64Array#map local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Float64Array#__get @@ -27215,7 +27213,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Float64Array#__get @@ -27234,7 +27232,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Float64Array#__get @@ -27276,21 +27274,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/FILTER<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/typedarray/Int8Array#get:length local.set $len @@ -27299,7 +27297,7 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $len i32.const 0 @@ -27307,12 +27305,12 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -27330,7 +27328,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value local.get $value local.get $i @@ -27338,13 +27336,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $buf local.get $j @@ -27357,7 +27355,7 @@ i32.shl i32.add local.get $value - i32.store8 $0 + i32.store8 end local.get $i i32.const 1 @@ -27376,17 +27374,17 @@ local.set $data local.get $out local.get $data - i32.store $0 + i32.store local.get $out local.get $data i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $data - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/FILTER<~lib/typedarray/Int8Array,i8>|inlined.0 end @@ -27409,21 +27407,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 6 call $~lib/typedarray/Int8Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -27432,7 +27430,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -27441,7 +27439,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -27450,7 +27448,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 4 @@ -27459,7 +27457,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 i32.const 5 @@ -27469,22 +27467,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2928 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Int8Array#filter local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -27502,7 +27500,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int8Array#get:length i32.const 3 @@ -27520,7 +27518,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Int8Array#__get @@ -27539,7 +27537,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Int8Array#__get @@ -27558,7 +27556,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Int8Array#__get @@ -27600,21 +27598,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/FILTER<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/typedarray/Uint8Array#get:length local.set $len @@ -27623,7 +27621,7 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $len i32.const 0 @@ -27631,12 +27629,12 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -27654,7 +27652,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $value local.get $value local.get $i @@ -27662,13 +27660,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $buf local.get $j @@ -27681,7 +27679,7 @@ i32.shl i32.add local.get $value - i32.store8 $0 + i32.store8 end local.get $i i32.const 1 @@ -27700,17 +27698,17 @@ local.set $data local.get $out local.get $data - i32.store $0 + i32.store local.get $out local.get $data i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $data - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/FILTER<~lib/typedarray/Uint8Array,u8>|inlined.0 end @@ -27733,21 +27731,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 6 call $~lib/typedarray/Uint8Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -27756,7 +27754,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -27765,7 +27763,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -27774,7 +27772,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 4 @@ -27783,7 +27781,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 i32.const 5 @@ -27793,22 +27791,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2960 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Uint8Array#filter local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -27826,7 +27824,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Uint8Array#get:length i32.const 3 @@ -27844,7 +27842,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -27863,7 +27861,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint8Array#__get @@ -27882,7 +27880,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint8Array#__get @@ -27924,21 +27922,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/FILTER<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/typedarray/Uint8ClampedArray#get:length local.set $len @@ -27947,7 +27945,7 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $len i32.const 0 @@ -27955,12 +27953,12 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -27978,7 +27976,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $value local.get $value local.get $i @@ -27986,13 +27984,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $buf local.get $j @@ -28005,7 +28003,7 @@ i32.shl i32.add local.get $value - i32.store8 $0 + i32.store8 end local.get $i i32.const 1 @@ -28024,17 +28022,17 @@ local.set $data local.get $out local.get $data - i32.store $0 + i32.store local.get $out local.get $data i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $data - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/FILTER<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 end @@ -28057,21 +28055,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 6 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -28080,7 +28078,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -28089,7 +28087,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -28098,7 +28096,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 4 @@ -28107,7 +28105,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 i32.const 5 @@ -28117,22 +28115,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2992 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Uint8ClampedArray#filter local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -28150,7 +28148,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Uint8ClampedArray#get:length i32.const 3 @@ -28168,7 +28166,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#__get @@ -28187,7 +28185,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__get @@ -28206,7 +28204,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__get @@ -28248,21 +28246,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/FILTER<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/typedarray/Int16Array#get:length local.set $len @@ -28271,7 +28269,7 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $len i32.const 1 @@ -28279,12 +28277,12 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -28302,7 +28300,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $value local.get $value local.get $i @@ -28310,13 +28308,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $buf local.get $j @@ -28329,7 +28327,7 @@ i32.shl i32.add local.get $value - i32.store16 $0 + i32.store16 end local.get $i i32.const 1 @@ -28348,17 +28346,17 @@ local.set $data local.get $out local.get $data - i32.store $0 + i32.store local.get $out local.get $data i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $data - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/FILTER<~lib/typedarray/Int16Array,i16>|inlined.0 end @@ -28381,21 +28379,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 6 call $~lib/typedarray/Int16Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -28404,7 +28402,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -28413,7 +28411,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -28422,7 +28420,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 4 @@ -28431,7 +28429,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 i32.const 5 @@ -28441,22 +28439,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3024 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Int16Array#filter local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -28474,7 +28472,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int16Array#get:length i32.const 3 @@ -28492,7 +28490,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Int16Array#__get @@ -28511,7 +28509,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Int16Array#__get @@ -28530,7 +28528,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Int16Array#__get @@ -28572,21 +28570,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/FILTER<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/typedarray/Uint16Array#get:length local.set $len @@ -28595,7 +28593,7 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $len i32.const 1 @@ -28603,12 +28601,12 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -28626,7 +28624,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $value local.get $value local.get $i @@ -28634,13 +28632,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $buf local.get $j @@ -28653,7 +28651,7 @@ i32.shl i32.add local.get $value - i32.store16 $0 + i32.store16 end local.get $i i32.const 1 @@ -28672,17 +28670,17 @@ local.set $data local.get $out local.get $data - i32.store $0 + i32.store local.get $out local.get $data i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $data - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/FILTER<~lib/typedarray/Uint16Array,u16>|inlined.0 end @@ -28705,21 +28703,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 6 call $~lib/typedarray/Uint16Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -28728,7 +28726,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -28737,7 +28735,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -28746,7 +28744,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 4 @@ -28755,7 +28753,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 i32.const 5 @@ -28765,22 +28763,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3056 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Uint16Array#filter local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -28798,7 +28796,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Uint16Array#get:length i32.const 3 @@ -28816,7 +28814,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint16Array#__get @@ -28835,7 +28833,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint16Array#__get @@ -28854,7 +28852,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint16Array#__get @@ -28896,21 +28894,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/FILTER<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/typedarray/Int32Array#get:length local.set $len @@ -28919,7 +28917,7 @@ i32.const 9 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $len i32.const 2 @@ -28927,12 +28925,12 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -28950,7 +28948,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value local.get $value local.get $i @@ -28958,13 +28956,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $buf local.get $j @@ -28977,7 +28975,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store end local.get $i i32.const 1 @@ -28996,17 +28994,17 @@ local.set $data local.get $out local.get $data - i32.store $0 + i32.store local.get $out local.get $data i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $data - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/FILTER<~lib/typedarray/Int32Array,i32>|inlined.0 end @@ -29029,21 +29027,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 6 call $~lib/typedarray/Int32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -29052,7 +29050,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -29061,7 +29059,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -29070,7 +29068,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 4 @@ -29079,7 +29077,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 i32.const 5 @@ -29089,22 +29087,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3088 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Int32Array#filter local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -29122,7 +29120,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int32Array#get:length i32.const 3 @@ -29140,7 +29138,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Int32Array#__get @@ -29159,7 +29157,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Int32Array#__get @@ -29178,7 +29176,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Int32Array#__get @@ -29220,21 +29218,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/FILTER<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/typedarray/Uint32Array#get:length local.set $len @@ -29243,7 +29241,7 @@ i32.const 10 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $len i32.const 2 @@ -29251,12 +29249,12 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -29274,7 +29272,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value local.get $value local.get $i @@ -29282,13 +29280,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $buf local.get $j @@ -29301,7 +29299,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store end local.get $i i32.const 1 @@ -29320,17 +29318,17 @@ local.set $data local.get $out local.get $data - i32.store $0 + i32.store local.get $out local.get $data i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $data - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/FILTER<~lib/typedarray/Uint32Array,u32>|inlined.0 end @@ -29353,21 +29351,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 6 call $~lib/typedarray/Uint32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1 @@ -29376,7 +29374,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -29385,7 +29383,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 3 @@ -29394,7 +29392,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i32.const 4 @@ -29403,7 +29401,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 i32.const 5 @@ -29413,22 +29411,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3120 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Uint32Array#filter local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -29446,7 +29444,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Uint32Array#get:length i32.const 3 @@ -29464,7 +29462,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint32Array#__get @@ -29483,7 +29481,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint32Array#__get @@ -29502,7 +29500,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint32Array#__get @@ -29544,21 +29542,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/FILTER<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/typedarray/Int64Array#get:length local.set $len @@ -29567,7 +29565,7 @@ i32.const 11 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $len i32.const 3 @@ -29575,12 +29573,12 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -29598,7 +29596,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value local.get $value local.get $i @@ -29606,13 +29604,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $7) if local.get $buf local.get $j @@ -29625,7 +29623,7 @@ i32.shl i32.add local.get $value - i64.store $0 + i64.store end local.get $i i32.const 1 @@ -29644,17 +29642,17 @@ local.set $data local.get $out local.get $data - i32.store $0 + i32.store local.get $out local.get $data i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $data - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/FILTER<~lib/typedarray/Int64Array,i64>|inlined.0 end @@ -29677,21 +29675,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 6 call $~lib/typedarray/Int64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i64.const 1 @@ -29700,7 +29698,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i64.const 2 @@ -29709,7 +29707,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i64.const 3 @@ -29718,7 +29716,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i64.const 4 @@ -29727,7 +29725,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 i64.const 5 @@ -29737,22 +29735,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3152 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Int64Array#filter local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -29770,7 +29768,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int64Array#get:length i32.const 3 @@ -29788,7 +29786,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Int64Array#__get @@ -29807,7 +29805,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Int64Array#__get @@ -29826,7 +29824,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Int64Array#__get @@ -29868,21 +29866,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/FILTER<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/typedarray/Uint64Array#get:length local.set $len @@ -29891,7 +29889,7 @@ i32.const 12 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $len i32.const 3 @@ -29899,12 +29897,12 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -29922,7 +29920,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value local.get $value local.get $i @@ -29930,13 +29928,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $7) if local.get $buf local.get $j @@ -29949,7 +29947,7 @@ i32.shl i32.add local.get $value - i64.store $0 + i64.store end local.get $i i32.const 1 @@ -29968,17 +29966,17 @@ local.set $data local.get $out local.get $data - i32.store $0 + i32.store local.get $out local.get $data i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $data - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/FILTER<~lib/typedarray/Uint64Array,u64>|inlined.0 end @@ -30001,21 +29999,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 6 call $~lib/typedarray/Uint64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i64.const 1 @@ -30024,7 +30022,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i64.const 2 @@ -30033,7 +30031,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i64.const 3 @@ -30042,7 +30040,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 i64.const 4 @@ -30051,7 +30049,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 i64.const 5 @@ -30061,22 +30059,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3184 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Uint64Array#filter local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -30094,7 +30092,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Uint64Array#get:length i32.const 3 @@ -30112,7 +30110,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint64Array#__get @@ -30131,7 +30129,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint64Array#__get @@ -30150,7 +30148,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint64Array#__get @@ -30192,21 +30190,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/FILTER<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/typedarray/Float32Array#get:length local.set $len @@ -30215,7 +30213,7 @@ i32.const 13 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $len i32.const 2 @@ -30223,12 +30221,12 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -30246,7 +30244,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value local.get $value local.get $i @@ -30254,13 +30252,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $f32_i32_i32_=>_i32) + i32.load + call_indirect (type $9) if local.get $buf local.get $j @@ -30273,7 +30271,7 @@ i32.shl i32.add local.get $value - f32.store $0 + f32.store end local.get $i i32.const 1 @@ -30292,17 +30290,17 @@ local.set $data local.get $out local.get $data - i32.store $0 + i32.store local.get $out local.get $data i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $data - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/FILTER<~lib/typedarray/Float32Array,f32>|inlined.0 end @@ -30325,21 +30323,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 6 call $~lib/typedarray/Float32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 f32.const 1 @@ -30348,7 +30346,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 f32.const 2 @@ -30357,7 +30355,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 f32.const 3 @@ -30366,7 +30364,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 f32.const 4 @@ -30375,7 +30373,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 f32.const 5 @@ -30385,22 +30383,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3216 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Float32Array#filter local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -30418,7 +30416,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Float32Array#get:length i32.const 3 @@ -30436,7 +30434,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -30455,7 +30453,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Float32Array#__get @@ -30474,7 +30472,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Float32Array#__get @@ -30516,21 +30514,21 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill block $~lib/typedarray/FILTER<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/typedarray/Float64Array#get:length local.set $len @@ -30539,7 +30537,7 @@ i32.const 14 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $len i32.const 3 @@ -30547,12 +30545,12 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buf - i32.store $0 offset=16 + i32.store offset=16 local.get $array local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -30570,7 +30568,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value local.get $value local.get $i @@ -30578,13 +30576,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $f64_i32_i32_=>_i32) + i32.load + call_indirect (type $10) if local.get $buf local.get $j @@ -30597,7 +30595,7 @@ i32.shl i32.add local.get $value - f64.store $0 + f64.store end local.get $i i32.const 1 @@ -30616,17 +30614,17 @@ local.set $data local.get $out local.get $data - i32.store $0 + i32.store local.get $out local.get $data i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $data - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/FILTER<~lib/typedarray/Float64Array,f64>|inlined.0 end @@ -30649,21 +30647,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 6 call $~lib/typedarray/Float64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 f64.const 1 @@ -30672,7 +30670,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 f64.const 2 @@ -30681,7 +30679,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 f64.const 3 @@ -30690,7 +30688,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3 f64.const 4 @@ -30699,7 +30697,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 5 f64.const 5 @@ -30709,22 +30707,22 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 3248 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Float64Array#filter local.tee $result - i32.store $0 offset=12 + i32.store offset=12 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -30742,7 +30740,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Float64Array#get:length i32.const 3 @@ -30760,7 +30758,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Float64Array#__get @@ -30779,7 +30777,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Float64Array#__get @@ -30798,7 +30796,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Float64Array#__get @@ -30832,24 +30830,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -30859,7 +30857,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int8Array#get:length local.set $k @@ -30873,19 +30871,19 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if i32.const 1 br $~lib/typedarray/SOME<~lib/typedarray/Int8Array,i8>|inlined.0 @@ -30920,21 +30918,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 2 @@ -30943,7 +30941,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 4 @@ -30952,7 +30950,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 6 @@ -30961,13 +30959,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3280 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int8Array#some local.set $result @@ -30987,13 +30985,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3312 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int8Array#some local.set $failResult @@ -31027,24 +31025,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -31054,7 +31052,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint8Array#get:length local.set $k @@ -31068,19 +31066,19 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if i32.const 1 br $~lib/typedarray/SOME<~lib/typedarray/Uint8Array,u8>|inlined.0 @@ -31115,21 +31113,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 2 @@ -31138,7 +31136,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 4 @@ -31147,7 +31145,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 6 @@ -31156,13 +31154,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3344 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint8Array#some local.set $result @@ -31182,13 +31180,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3376 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint8Array#some local.set $failResult @@ -31222,24 +31220,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -31249,7 +31247,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint8ClampedArray#get:length local.set $k @@ -31263,19 +31261,19 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if i32.const 1 br $~lib/typedarray/SOME<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 @@ -31310,21 +31308,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 2 @@ -31333,7 +31331,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 4 @@ -31342,7 +31340,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 6 @@ -31351,13 +31349,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3408 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint8ClampedArray#some local.set $result @@ -31377,13 +31375,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3440 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint8ClampedArray#some local.set $failResult @@ -31417,24 +31415,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -31444,7 +31442,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int16Array#get:length local.set $k @@ -31458,19 +31456,19 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if i32.const 1 br $~lib/typedarray/SOME<~lib/typedarray/Int16Array,i16>|inlined.0 @@ -31505,21 +31503,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 2 @@ -31528,7 +31526,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 4 @@ -31537,7 +31535,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 6 @@ -31546,13 +31544,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3472 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int16Array#some local.set $result @@ -31572,13 +31570,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3504 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int16Array#some local.set $failResult @@ -31612,24 +31610,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -31639,7 +31637,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint16Array#get:length local.set $k @@ -31653,19 +31651,19 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if i32.const 1 br $~lib/typedarray/SOME<~lib/typedarray/Uint16Array,u16>|inlined.0 @@ -31700,21 +31698,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 2 @@ -31723,7 +31721,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 4 @@ -31732,7 +31730,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 6 @@ -31741,13 +31739,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3536 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint16Array#some local.set $result @@ -31767,13 +31765,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3568 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint16Array#some local.set $failResult @@ -31807,24 +31805,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -31834,7 +31832,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int32Array#get:length local.set $k @@ -31848,19 +31846,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if i32.const 1 br $~lib/typedarray/SOME<~lib/typedarray/Int32Array,i32>|inlined.0 @@ -31895,21 +31893,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 2 @@ -31918,7 +31916,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 4 @@ -31927,7 +31925,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 6 @@ -31936,13 +31934,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3600 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int32Array#some local.set $result @@ -31962,13 +31960,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3632 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int32Array#some local.set $failResult @@ -32002,24 +32000,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -32029,7 +32027,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint32Array#get:length local.set $k @@ -32043,19 +32041,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if i32.const 1 br $~lib/typedarray/SOME<~lib/typedarray/Uint32Array,u32>|inlined.0 @@ -32090,21 +32088,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 2 @@ -32113,7 +32111,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 4 @@ -32122,7 +32120,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 6 @@ -32131,13 +32129,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3664 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint32Array#some local.set $result @@ -32157,13 +32155,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3696 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint32Array#some local.set $failResult @@ -32197,24 +32195,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -32224,7 +32222,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int64Array#get:length local.set $k @@ -32238,19 +32236,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $7) if i32.const 1 br $~lib/typedarray/SOME<~lib/typedarray/Int64Array,i64>|inlined.0 @@ -32285,21 +32283,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i64.const 2 @@ -32308,7 +32306,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i64.const 4 @@ -32317,7 +32315,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i64.const 6 @@ -32326,13 +32324,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3728 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int64Array#some local.set $result @@ -32352,13 +32350,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3760 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int64Array#some local.set $failResult @@ -32392,24 +32390,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -32419,7 +32417,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint64Array#get:length local.set $k @@ -32433,19 +32431,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $7) if i32.const 1 br $~lib/typedarray/SOME<~lib/typedarray/Uint64Array,u64>|inlined.0 @@ -32480,21 +32478,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i64.const 2 @@ -32503,7 +32501,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i64.const 4 @@ -32512,7 +32510,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i64.const 6 @@ -32521,13 +32519,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3792 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint64Array#some local.set $result @@ -32547,13 +32545,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3824 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint64Array#some local.set $failResult @@ -32587,24 +32585,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -32614,7 +32612,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Float32Array#get:length local.set $k @@ -32628,19 +32626,19 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $f32_i32_i32_=>_i32) + i32.load + call_indirect (type $9) if i32.const 1 br $~lib/typedarray/SOME<~lib/typedarray/Float32Array,f32>|inlined.0 @@ -32675,21 +32673,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 f32.const 2 @@ -32698,7 +32696,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 f32.const 4 @@ -32707,7 +32705,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 f32.const 6 @@ -32716,13 +32714,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3856 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Float32Array#some local.set $result @@ -32742,13 +32740,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3888 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Float32Array#some local.set $failResult @@ -32782,24 +32780,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -32809,7 +32807,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Float64Array#get:length local.set $k @@ -32823,19 +32821,19 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $f64_i32_i32_=>_i32) + i32.load + call_indirect (type $10) if i32.const 1 br $~lib/typedarray/SOME<~lib/typedarray/Float64Array,f64>|inlined.0 @@ -32870,21 +32868,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 f64.const 2 @@ -32893,7 +32891,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 f64.const 4 @@ -32902,7 +32900,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 f64.const 6 @@ -32911,13 +32909,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3920 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Float64Array#some local.set $result @@ -32937,13 +32935,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3952 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Float64Array#some local.set $failResult @@ -32977,24 +32975,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -33004,7 +33002,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int8Array#get:length local.set $k @@ -33018,19 +33016,19 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $i br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 @@ -33065,21 +33063,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 1 @@ -33088,7 +33086,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 2 @@ -33097,7 +33095,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 3 @@ -33106,13 +33104,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3984 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int8Array#findIndex local.set $result @@ -33132,13 +33130,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4016 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int8Array#findIndex local.set $failResult @@ -33173,24 +33171,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -33200,7 +33198,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint8Array#get:length local.set $k @@ -33214,19 +33212,19 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $i br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 @@ -33261,21 +33259,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 1 @@ -33284,7 +33282,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 2 @@ -33293,7 +33291,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 3 @@ -33302,13 +33300,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4048 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint8Array#findIndex local.set $result @@ -33328,13 +33326,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4080 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint8Array#findIndex local.set $failResult @@ -33369,24 +33367,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -33396,7 +33394,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint8ClampedArray#get:length local.set $k @@ -33410,19 +33408,19 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $i br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 @@ -33457,21 +33455,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 1 @@ -33480,7 +33478,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 2 @@ -33489,7 +33487,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 3 @@ -33498,13 +33496,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4112 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint8ClampedArray#findIndex local.set $result @@ -33524,13 +33522,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4144 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint8ClampedArray#findIndex local.set $failResult @@ -33565,24 +33563,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -33592,7 +33590,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int16Array#get:length local.set $k @@ -33606,19 +33604,19 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $i br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 @@ -33653,21 +33651,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 1 @@ -33676,7 +33674,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 2 @@ -33685,7 +33683,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 3 @@ -33694,13 +33692,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4176 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int16Array#findIndex local.set $result @@ -33720,13 +33718,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4208 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int16Array#findIndex local.set $failResult @@ -33761,24 +33759,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -33788,7 +33786,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint16Array#get:length local.set $k @@ -33802,19 +33800,19 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $i br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 @@ -33849,21 +33847,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 1 @@ -33872,7 +33870,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 2 @@ -33881,7 +33879,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 3 @@ -33890,13 +33888,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4240 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint16Array#findIndex local.set $result @@ -33916,13 +33914,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4272 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint16Array#findIndex local.set $failResult @@ -33957,24 +33955,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -33984,7 +33982,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int32Array#get:length local.set $k @@ -33998,19 +33996,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $i br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 @@ -34045,21 +34043,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 1 @@ -34068,7 +34066,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 2 @@ -34077,7 +34075,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 3 @@ -34086,13 +34084,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4304 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int32Array#findIndex local.set $result @@ -34112,13 +34110,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4336 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int32Array#findIndex local.set $failResult @@ -34153,24 +34151,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -34180,7 +34178,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint32Array#get:length local.set $k @@ -34194,19 +34192,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $i br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 @@ -34241,21 +34239,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 1 @@ -34264,7 +34262,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 2 @@ -34273,7 +34271,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 3 @@ -34282,13 +34280,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4368 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint32Array#findIndex local.set $result @@ -34308,13 +34306,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4400 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint32Array#findIndex local.set $failResult @@ -34349,24 +34347,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -34376,7 +34374,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int64Array#get:length local.set $k @@ -34390,19 +34388,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $7) if local.get $i br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 @@ -34437,21 +34435,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i64.const 1 @@ -34460,7 +34458,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i64.const 2 @@ -34469,7 +34467,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i64.const 3 @@ -34478,13 +34476,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4432 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int64Array#findIndex local.set $result @@ -34504,13 +34502,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4464 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int64Array#findIndex local.set $failResult @@ -34545,24 +34543,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -34572,7 +34570,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint64Array#get:length local.set $k @@ -34586,19 +34584,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $7) if local.get $i br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 @@ -34633,21 +34631,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i64.const 1 @@ -34656,7 +34654,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i64.const 2 @@ -34665,7 +34663,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i64.const 3 @@ -34674,13 +34672,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4496 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint64Array#findIndex local.set $result @@ -34700,13 +34698,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4528 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint64Array#findIndex local.set $failResult @@ -34741,24 +34739,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -34768,7 +34766,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Float32Array#get:length local.set $k @@ -34782,19 +34780,19 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $f32_i32_i32_=>_i32) + i32.load + call_indirect (type $9) if local.get $i br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 @@ -34829,21 +34827,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 f32.const 1 @@ -34852,7 +34850,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 f32.const 2 @@ -34861,7 +34859,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 f32.const 3 @@ -34870,13 +34868,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4560 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Float32Array#findIndex local.set $result @@ -34896,13 +34894,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4592 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Float32Array#findIndex local.set $failResult @@ -34937,24 +34935,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -34964,7 +34962,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Float64Array#get:length local.set $k @@ -34978,19 +34976,19 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $f64_i32_i32_=>_i32) + i32.load + call_indirect (type $10) if local.get $i br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 @@ -35025,21 +35023,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 f64.const 1 @@ -35048,7 +35046,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 f64.const 2 @@ -35057,7 +35055,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 f64.const 3 @@ -35066,13 +35064,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4624 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Float64Array#findIndex local.set $result @@ -35092,13 +35090,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4656 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Float64Array#findIndex local.set $failResult @@ -35132,24 +35130,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -35157,7 +35155,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Int8Array#get:length i32.const 1 @@ -35173,19 +35171,19 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.get $i local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $i br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 @@ -35220,21 +35218,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 1 @@ -35243,7 +35241,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 2 @@ -35252,7 +35250,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 3 @@ -35261,13 +35259,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4688 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int8Array#findLastIndex local.set $result @@ -35287,13 +35285,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4720 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int8Array#findLastIndex local.set $failResult @@ -35327,24 +35325,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -35352,7 +35350,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Uint8Array#get:length i32.const 1 @@ -35368,19 +35366,19 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $i local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $i br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 @@ -35415,21 +35413,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 1 @@ -35438,7 +35436,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 2 @@ -35447,7 +35445,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 3 @@ -35456,13 +35454,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4752 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint8Array#findLastIndex local.set $result @@ -35482,13 +35480,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4784 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint8Array#findLastIndex local.set $failResult @@ -35522,24 +35520,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -35547,7 +35545,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Uint8ClampedArray#get:length i32.const 1 @@ -35563,19 +35561,19 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $i local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $i br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 @@ -35610,21 +35608,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 1 @@ -35633,7 +35631,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 2 @@ -35642,7 +35640,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 3 @@ -35651,13 +35649,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4816 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint8ClampedArray#findLastIndex local.set $result @@ -35677,13 +35675,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4848 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint8ClampedArray#findLastIndex local.set $failResult @@ -35717,24 +35715,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -35742,7 +35740,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Int16Array#get:length i32.const 1 @@ -35758,19 +35756,19 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.get $i local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $i br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 @@ -35805,21 +35803,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 1 @@ -35828,7 +35826,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 2 @@ -35837,7 +35835,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 3 @@ -35846,13 +35844,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4880 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int16Array#findLastIndex local.set $result @@ -35872,13 +35870,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4912 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int16Array#findLastIndex local.set $failResult @@ -35912,24 +35910,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -35937,7 +35935,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Uint16Array#get:length i32.const 1 @@ -35953,19 +35951,19 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.get $i local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $i br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 @@ -36000,21 +35998,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 1 @@ -36023,7 +36021,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 2 @@ -36032,7 +36030,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 3 @@ -36041,13 +36039,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4944 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint16Array#findLastIndex local.set $result @@ -36067,13 +36065,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 4976 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint16Array#findLastIndex local.set $failResult @@ -36107,24 +36105,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -36132,7 +36130,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Int32Array#get:length i32.const 1 @@ -36148,19 +36146,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $i br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 @@ -36195,21 +36193,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 1 @@ -36218,7 +36216,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 2 @@ -36227,7 +36225,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 3 @@ -36236,13 +36234,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5008 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int32Array#findLastIndex local.set $result @@ -36262,13 +36260,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5040 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int32Array#findLastIndex local.set $failResult @@ -36302,24 +36300,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -36327,7 +36325,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Uint32Array#get:length i32.const 1 @@ -36343,19 +36341,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if local.get $i br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 @@ -36390,21 +36388,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 1 @@ -36413,7 +36411,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 2 @@ -36422,7 +36420,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 3 @@ -36431,13 +36429,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5072 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint32Array#findLastIndex local.set $result @@ -36457,13 +36455,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5104 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint32Array#findLastIndex local.set $failResult @@ -36497,24 +36495,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -36522,7 +36520,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Int64Array#get:length i32.const 1 @@ -36538,19 +36536,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $i local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $7) if local.get $i br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 @@ -36585,21 +36583,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i64.const 1 @@ -36608,7 +36606,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i64.const 2 @@ -36617,7 +36615,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i64.const 3 @@ -36626,13 +36624,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5136 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int64Array#findLastIndex local.set $result @@ -36652,13 +36650,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5168 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int64Array#findLastIndex local.set $failResult @@ -36692,24 +36690,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -36717,7 +36715,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Uint64Array#get:length i32.const 1 @@ -36733,19 +36731,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $i local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $7) if local.get $i br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 @@ -36780,21 +36778,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i64.const 1 @@ -36803,7 +36801,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i64.const 2 @@ -36812,7 +36810,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i64.const 3 @@ -36821,13 +36819,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5200 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint64Array#findLastIndex local.set $result @@ -36847,13 +36845,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5232 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint64Array#findLastIndex local.set $failResult @@ -36887,24 +36885,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -36912,7 +36910,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Float32Array#get:length i32.const 1 @@ -36928,19 +36926,19 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.get $i local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $f32_i32_i32_=>_i32) + i32.load + call_indirect (type $9) if local.get $i br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 @@ -36975,21 +36973,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 f32.const 1 @@ -36998,7 +36996,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 f32.const 2 @@ -37007,7 +37005,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 f32.const 3 @@ -37016,13 +37014,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5264 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Float32Array#findLastIndex local.set $result @@ -37042,13 +37040,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5296 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Float32Array#findLastIndex local.set $failResult @@ -37082,24 +37080,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -37107,7 +37105,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Float64Array#get:length i32.const 1 @@ -37123,19 +37121,19 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.get $i local.get $array local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $f64_i32_i32_=>_i32) + i32.load + call_indirect (type $10) if local.get $i br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 @@ -37170,21 +37168,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 f64.const 1 @@ -37193,7 +37191,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 f64.const 2 @@ -37202,7 +37200,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 f64.const 3 @@ -37211,13 +37209,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5328 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Float64Array#findLastIndex local.set $result @@ -37237,13 +37235,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5360 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Float64Array#findLastIndex local.set $failResult @@ -37278,24 +37276,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -37305,7 +37303,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int8Array#get:length local.set $k @@ -37320,19 +37318,19 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if br $for-continue|0 end @@ -37369,21 +37367,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 2 @@ -37392,7 +37390,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 4 @@ -37401,7 +37399,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 6 @@ -37410,13 +37408,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5392 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int8Array#every local.set $result @@ -37436,13 +37434,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5424 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int8Array#every local.set $failResult @@ -37476,24 +37474,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -37503,7 +37501,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint8Array#get:length local.set $k @@ -37518,19 +37516,19 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if br $for-continue|0 end @@ -37567,21 +37565,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 2 @@ -37590,7 +37588,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 4 @@ -37599,7 +37597,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 6 @@ -37608,13 +37606,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5456 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint8Array#every local.set $result @@ -37634,13 +37632,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5488 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint8Array#every local.set $failResult @@ -37674,24 +37672,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -37701,7 +37699,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint8ClampedArray#get:length local.set $k @@ -37716,19 +37714,19 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if br $for-continue|0 end @@ -37765,21 +37763,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 2 @@ -37788,7 +37786,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 4 @@ -37797,7 +37795,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 6 @@ -37806,13 +37804,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5520 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint8ClampedArray#every local.set $result @@ -37832,13 +37830,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5552 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint8ClampedArray#every local.set $failResult @@ -37872,24 +37870,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -37899,7 +37897,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int16Array#get:length local.set $k @@ -37914,19 +37912,19 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if br $for-continue|0 end @@ -37963,21 +37961,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 2 @@ -37986,7 +37984,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 4 @@ -37995,7 +37993,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 6 @@ -38004,13 +38002,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5584 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int16Array#every local.set $result @@ -38030,13 +38028,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5616 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int16Array#every local.set $failResult @@ -38070,24 +38068,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -38097,7 +38095,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint16Array#get:length local.set $k @@ -38112,19 +38110,19 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if br $for-continue|0 end @@ -38161,21 +38159,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 2 @@ -38184,7 +38182,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 4 @@ -38193,7 +38191,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 6 @@ -38202,13 +38200,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5648 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint16Array#every local.set $result @@ -38228,13 +38226,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5680 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint16Array#every local.set $failResult @@ -38268,24 +38266,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -38295,7 +38293,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int32Array#get:length local.set $k @@ -38310,19 +38308,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if br $for-continue|0 end @@ -38359,21 +38357,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 2 @@ -38382,7 +38380,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 4 @@ -38391,7 +38389,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 6 @@ -38400,13 +38398,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5712 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int32Array#every local.set $result @@ -38426,13 +38424,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5744 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int32Array#every local.set $failResult @@ -38466,24 +38464,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -38493,7 +38491,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint32Array#get:length local.set $k @@ -38508,19 +38506,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $1) if br $for-continue|0 end @@ -38557,21 +38555,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 2 @@ -38580,7 +38578,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 4 @@ -38589,7 +38587,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 6 @@ -38598,13 +38596,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5776 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint32Array#every local.set $result @@ -38624,13 +38622,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5808 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint32Array#every local.set $failResult @@ -38664,24 +38662,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -38691,7 +38689,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int64Array#get:length local.set $k @@ -38706,19 +38704,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $7) if br $for-continue|0 end @@ -38755,21 +38753,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i64.const 2 @@ -38778,7 +38776,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i64.const 4 @@ -38787,7 +38785,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i64.const 6 @@ -38796,13 +38794,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5840 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int64Array#every local.set $result @@ -38822,13 +38820,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5872 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int64Array#every local.set $failResult @@ -38862,24 +38860,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -38889,7 +38887,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint64Array#get:length local.set $k @@ -38904,19 +38902,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $7) if br $for-continue|0 end @@ -38953,21 +38951,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i64.const 2 @@ -38976,7 +38974,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i64.const 4 @@ -38985,7 +38983,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i64.const 6 @@ -38994,13 +38992,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5904 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint64Array#every local.set $result @@ -39020,13 +39018,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5936 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Uint64Array#every local.set $failResult @@ -39060,24 +39058,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -39087,7 +39085,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Float32Array#get:length local.set $k @@ -39102,19 +39100,19 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $f32_i32_i32_=>_i32) + i32.load + call_indirect (type $9) if br $for-continue|0 end @@ -39151,21 +39149,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 f32.const 2 @@ -39174,7 +39172,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 f32.const 4 @@ -39183,7 +39181,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 f32.const 6 @@ -39192,13 +39190,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 5968 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Float32Array#every local.set $result @@ -39218,13 +39216,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 6000 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Float32Array#every local.set $failResult @@ -39258,24 +39256,24 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -39285,7 +39283,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Float64Array#get:length local.set $k @@ -39300,19 +39298,19 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $f64_i32_i32_=>_i32) + i32.load + call_indirect (type $10) if br $for-continue|0 end @@ -39349,21 +39347,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 f64.const 2 @@ -39372,7 +39370,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 f64.const 4 @@ -39381,7 +39379,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 f64.const 6 @@ -39390,13 +39388,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 6032 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Float64Array#every local.set $result @@ -39416,13 +39414,13 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 6064 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Float64Array#every local.set $failResult @@ -39452,12 +39450,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $std/typedarray/forEachValues local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $index call $~lib/array/Array#__get @@ -39523,23 +39521,23 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -39549,7 +39547,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int8Array#get:length local.set $k @@ -39563,19 +39561,19 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_none) + i32.load + call_indirect (type $5) local.get $i i32.const 1 i32.add @@ -39598,10 +39596,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount global.get $~lib/memory/__stack_pointer @@ -39609,21 +39607,21 @@ i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array global.set $std/typedarray/forEachSelf local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 0 call $~lib/array/Array#__get @@ -39633,14 +39631,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1 call $~lib/array/Array#__get @@ -39650,14 +39648,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 2 call $~lib/array/Array#__get @@ -39667,13 +39665,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6176 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int8Array#forEach global.get $std/typedarray/forEachCallCount @@ -39703,12 +39701,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $std/typedarray/forEachValues local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $index call $~lib/array/Array#__get @@ -39776,23 +39774,23 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -39802,7 +39800,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint8Array#get:length local.set $k @@ -39816,19 +39814,19 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_none) + i32.load + call_indirect (type $5) local.get $i i32.const 1 i32.add @@ -39851,10 +39849,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount global.get $~lib/memory/__stack_pointer @@ -39862,21 +39860,21 @@ i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array global.set $std/typedarray/forEachSelf local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 0 call $~lib/array/Array#__get @@ -39887,14 +39885,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1 call $~lib/array/Array#__get @@ -39905,14 +39903,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 2 call $~lib/array/Array#__get @@ -39923,13 +39921,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6208 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Uint8Array#forEach global.get $std/typedarray/forEachCallCount @@ -39959,12 +39957,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $std/typedarray/forEachValues local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $index call $~lib/array/Array#__get @@ -40032,23 +40030,23 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -40058,7 +40056,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint8ClampedArray#get:length local.set $k @@ -40072,19 +40070,19 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_none) + i32.load + call_indirect (type $5) local.get $i i32.const 1 i32.add @@ -40107,10 +40105,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount global.get $~lib/memory/__stack_pointer @@ -40118,21 +40116,21 @@ i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $array - i32.store $0 + i32.store local.get $array global.set $std/typedarray/forEachSelf local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 0 call $~lib/array/Array#__get @@ -40143,14 +40141,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1 call $~lib/array/Array#__get @@ -40161,14 +40159,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 2 call $~lib/array/Array#__get @@ -40179,13 +40177,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6240 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Uint8ClampedArray#forEach global.get $std/typedarray/forEachCallCount @@ -40215,12 +40213,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $std/typedarray/forEachValues local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $index call $~lib/array/Array#__get @@ -40286,23 +40284,23 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -40312,7 +40310,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int16Array#get:length local.set $k @@ -40326,19 +40324,19 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_none) + i32.load + call_indirect (type $5) local.get $i i32.const 1 i32.add @@ -40361,10 +40359,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount global.get $~lib/memory/__stack_pointer @@ -40372,21 +40370,21 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array global.set $std/typedarray/forEachSelf local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 0 call $~lib/array/Array#__get @@ -40396,14 +40394,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1 call $~lib/array/Array#__get @@ -40413,14 +40411,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 2 call $~lib/array/Array#__get @@ -40430,13 +40428,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6272 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int16Array#forEach global.get $std/typedarray/forEachCallCount @@ -40466,12 +40464,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $std/typedarray/forEachValues local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $index call $~lib/array/Array#__get @@ -40539,23 +40537,23 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -40565,7 +40563,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint16Array#get:length local.set $k @@ -40579,19 +40577,19 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_none) + i32.load + call_indirect (type $5) local.get $i i32.const 1 i32.add @@ -40614,10 +40612,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount global.get $~lib/memory/__stack_pointer @@ -40625,21 +40623,21 @@ i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array global.set $std/typedarray/forEachSelf local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 0 call $~lib/array/Array#__get @@ -40650,14 +40648,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1 call $~lib/array/Array#__get @@ -40668,14 +40666,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 2 call $~lib/array/Array#__get @@ -40686,13 +40684,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6304 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Uint16Array#forEach global.get $std/typedarray/forEachCallCount @@ -40722,12 +40720,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $std/typedarray/forEachValues local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $index call $~lib/array/Array#__get @@ -40791,23 +40789,23 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -40817,7 +40815,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int32Array#get:length local.set $k @@ -40831,19 +40829,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_none) + i32.load + call_indirect (type $5) local.get $i i32.const 1 i32.add @@ -40866,10 +40864,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount global.get $~lib/memory/__stack_pointer @@ -40877,21 +40875,21 @@ i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array global.set $std/typedarray/forEachSelf local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 0 call $~lib/array/Array#__get @@ -40900,14 +40898,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1 call $~lib/array/Array#__get @@ -40916,14 +40914,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 2 call $~lib/array/Array#__get @@ -40932,13 +40930,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6336 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int32Array#forEach global.get $std/typedarray/forEachCallCount @@ -40968,12 +40966,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $std/typedarray/forEachValues local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $index call $~lib/array/Array#__get @@ -41037,23 +41035,23 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -41063,7 +41061,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint32Array#get:length local.set $k @@ -41077,19 +41075,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_none) + i32.load + call_indirect (type $5) local.get $i i32.const 1 i32.add @@ -41112,10 +41110,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount global.get $~lib/memory/__stack_pointer @@ -41123,21 +41121,21 @@ i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array global.set $std/typedarray/forEachSelf local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 0 call $~lib/array/Array#__get @@ -41146,14 +41144,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1 call $~lib/array/Array#__get @@ -41162,14 +41160,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 2 call $~lib/array/Array#__get @@ -41178,13 +41176,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6368 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Uint32Array#forEach global.get $std/typedarray/forEachCallCount @@ -41214,12 +41212,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $std/typedarray/forEachValues local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $index call $~lib/array/Array#__get @@ -41284,23 +41282,23 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -41310,7 +41308,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int64Array#get:length local.set $k @@ -41324,19 +41322,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_none) + i32.load + call_indirect (type $25) local.get $i i32.const 1 i32.add @@ -41359,10 +41357,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount global.get $~lib/memory/__stack_pointer @@ -41370,21 +41368,21 @@ i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array global.set $std/typedarray/forEachSelf local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 0 call $~lib/array/Array#__get @@ -41394,14 +41392,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1 call $~lib/array/Array#__get @@ -41411,14 +41409,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 2 call $~lib/array/Array#__get @@ -41428,13 +41426,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6400 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int64Array#forEach global.get $std/typedarray/forEachCallCount @@ -41464,12 +41462,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $std/typedarray/forEachValues local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $index call $~lib/array/Array#__get @@ -41534,23 +41532,23 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -41560,7 +41558,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Uint64Array#get:length local.set $k @@ -41574,19 +41572,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_none) + i32.load + call_indirect (type $25) local.get $i i32.const 1 i32.add @@ -41609,10 +41607,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount global.get $~lib/memory/__stack_pointer @@ -41620,21 +41618,21 @@ i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array global.set $std/typedarray/forEachSelf local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 0 call $~lib/array/Array#__get @@ -41644,14 +41642,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1 call $~lib/array/Array#__get @@ -41661,14 +41659,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 2 call $~lib/array/Array#__get @@ -41678,13 +41676,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6432 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Uint64Array#forEach global.get $std/typedarray/forEachCallCount @@ -41714,12 +41712,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $std/typedarray/forEachValues local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $index call $~lib/array/Array#__get @@ -41784,23 +41782,23 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -41810,7 +41808,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Float32Array#get:length local.set $k @@ -41824,19 +41822,19 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $f32_i32_i32_=>_none) + i32.load + call_indirect (type $38) local.get $i i32.const 1 i32.add @@ -41859,10 +41857,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount global.get $~lib/memory/__stack_pointer @@ -41870,21 +41868,21 @@ i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array global.set $std/typedarray/forEachSelf local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 0 call $~lib/array/Array#__get @@ -41894,14 +41892,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1 call $~lib/array/Array#__get @@ -41911,14 +41909,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 2 call $~lib/array/Array#__get @@ -41928,13 +41926,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6464 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Float32Array#forEach global.get $std/typedarray/forEachCallCount @@ -41964,12 +41962,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $std/typedarray/forEachValues local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $index call $~lib/array/Array#__get @@ -42034,23 +42032,23 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $fn local.tee $fn|3 - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $ptr @@ -42060,7 +42058,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Float64Array#get:length local.set $k @@ -42074,19 +42072,19 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.get $i local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 i32.const 3 global.set $~argumentsLength local.get $fn|3 - i32.load $0 - call_indirect $0 (type $f64_i32_i32_=>_none) + i32.load + call_indirect (type $39) local.get $i i32.const 1 i32.add @@ -42109,10 +42107,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount global.get $~lib/memory/__stack_pointer @@ -42120,21 +42118,21 @@ i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array global.set $std/typedarray/forEachSelf local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 0 call $~lib/array/Array#__get @@ -42144,14 +42142,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1 call $~lib/array/Array#__get @@ -42161,14 +42159,14 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 global.get $std/typedarray/forEachValues local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 2 call $~lib/array/Array#__get @@ -42178,13 +42176,13 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6496 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Float64Array#forEach global.get $std/typedarray/forEachCallCount @@ -42213,19 +42211,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/typedarray/Int8Array#get:length call $~lib/util/bytes/REVERSE @@ -42255,16 +42253,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayReverseValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -42273,13 +42271,13 @@ local.get $length call $~lib/typedarray/Int8Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $length call $~lib/typedarray/Int8Array#constructor local.tee $arrayWithOffset - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $i loop $for-loop|0 @@ -42291,14 +42289,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -42308,14 +42306,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -42332,7 +42330,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Int8Array#reverse drop @@ -42347,7 +42345,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|5 call $~lib/typedarray/Int8Array#__get @@ -42355,7 +42353,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $length i32.const 1 @@ -42386,7 +42384,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 i32.const 4 i32.const 8 @@ -42394,16 +42392,16 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Int8Array#reverse local.tee $reversedSlice - i32.store $0 offset=20 + i32.store offset=20 local.get $reversedSlice local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 call $~lib/typedarray/Int8Array#__get @@ -42422,7 +42420,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 call $~lib/typedarray/Int8Array#__get @@ -42441,7 +42439,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 call $~lib/typedarray/Int8Array#__get @@ -42460,7 +42458,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 call $~lib/typedarray/Int8Array#__get @@ -42489,19 +42487,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/typedarray/Uint8Array#get:length call $~lib/util/bytes/REVERSE @@ -42539,15 +42537,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $begin local.set $begin|4 local.get $end @@ -42556,7 +42554,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/typedarray/Uint8Array#get:length local.set $len @@ -42624,18 +42622,18 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $buf local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 @@ -42645,21 +42643,21 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $begin|4 i32.const 0 i32.shl i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $end|5 local.get $begin|4 i32.sub i32.const 0 i32.shl - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint8Array,u8>|inlined.0 end @@ -42688,16 +42686,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayReverseValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -42706,13 +42704,13 @@ local.get $length call $~lib/typedarray/Uint8Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $length call $~lib/typedarray/Uint8Array#constructor local.tee $arrayWithOffset - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $i loop $for-loop|0 @@ -42724,14 +42722,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -42742,14 +42740,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -42767,7 +42765,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Uint8Array#reverse drop @@ -42782,7 +42780,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|5 call $~lib/typedarray/Uint8Array#__get @@ -42790,7 +42788,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $length i32.const 1 @@ -42822,7 +42820,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 i32.const 4 i32.const 8 @@ -42830,16 +42828,16 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Uint8Array#reverse local.tee $reversedSlice - i32.store $0 offset=20 + i32.store offset=20 local.get $reversedSlice local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -42858,7 +42856,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 call $~lib/typedarray/Uint8Array#__get @@ -42877,7 +42875,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 call $~lib/typedarray/Uint8Array#__get @@ -42896,7 +42894,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 call $~lib/typedarray/Uint8Array#__get @@ -42925,19 +42923,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/typedarray/Uint8ClampedArray#get:length call $~lib/util/bytes/REVERSE @@ -42975,15 +42973,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $start local.set $begin local.get $end @@ -42992,7 +42990,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/typedarray/Uint8ClampedArray#get:length local.set $len @@ -43060,18 +43058,18 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $buf local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 @@ -43081,21 +43079,21 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $begin i32.const 0 i32.shl i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $end|5 local.get $begin i32.sub i32.const 0 i32.shl - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 end @@ -43124,16 +43122,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayReverseValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -43142,13 +43140,13 @@ local.get $length call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $length call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $arrayWithOffset - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $i loop $for-loop|0 @@ -43160,14 +43158,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -43178,14 +43176,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -43203,7 +43201,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Uint8ClampedArray#reverse drop @@ -43218,7 +43216,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|5 call $~lib/typedarray/Uint8ClampedArray#__get @@ -43226,7 +43224,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $length i32.const 1 @@ -43258,7 +43256,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 i32.const 4 i32.const 8 @@ -43266,16 +43264,16 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Uint8ClampedArray#reverse local.tee $reversedSlice - i32.store $0 offset=20 + i32.store offset=20 local.get $reversedSlice local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#__get @@ -43294,7 +43292,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__get @@ -43313,7 +43311,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__get @@ -43332,7 +43330,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#__get @@ -43361,19 +43359,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/typedarray/Int16Array#get:length call $~lib/util/bytes/REVERSE @@ -43411,15 +43409,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SUBARRAY<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $begin local.set $begin|4 local.get $end @@ -43428,7 +43426,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/typedarray/Int16Array#get:length local.set $len @@ -43496,18 +43494,18 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $buf local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 @@ -43517,21 +43515,21 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $begin|4 i32.const 1 i32.shl i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $end|5 local.get $begin|4 i32.sub i32.const 1 i32.shl - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/SUBARRAY<~lib/typedarray/Int16Array,i16>|inlined.0 end @@ -43560,16 +43558,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayReverseValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -43578,13 +43576,13 @@ local.get $length call $~lib/typedarray/Int16Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $length call $~lib/typedarray/Int16Array#constructor local.tee $arrayWithOffset - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $i loop $for-loop|0 @@ -43596,14 +43594,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -43613,14 +43611,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -43637,7 +43635,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Int16Array#reverse drop @@ -43652,7 +43650,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|5 call $~lib/typedarray/Int16Array#__get @@ -43660,7 +43658,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $length i32.const 1 @@ -43691,7 +43689,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 i32.const 4 i32.const 8 @@ -43699,16 +43697,16 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Int16Array#reverse local.tee $reversedSlice - i32.store $0 offset=20 + i32.store offset=20 local.get $reversedSlice local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 call $~lib/typedarray/Int16Array#__get @@ -43727,7 +43725,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 call $~lib/typedarray/Int16Array#__get @@ -43746,7 +43744,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 call $~lib/typedarray/Int16Array#__get @@ -43765,7 +43763,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 call $~lib/typedarray/Int16Array#__get @@ -43794,19 +43792,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/typedarray/Uint16Array#get:length call $~lib/util/bytes/REVERSE @@ -43844,15 +43842,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $begin local.set $begin|4 local.get $end @@ -43861,7 +43859,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/typedarray/Uint16Array#get:length local.set $len @@ -43929,18 +43927,18 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $buf local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 @@ -43950,21 +43948,21 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $begin|4 i32.const 1 i32.shl i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $end|5 local.get $begin|4 i32.sub i32.const 1 i32.shl - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint16Array,u16>|inlined.0 end @@ -43993,16 +43991,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayReverseValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -44011,13 +44009,13 @@ local.get $length call $~lib/typedarray/Uint16Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $length call $~lib/typedarray/Uint16Array#constructor local.tee $arrayWithOffset - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $i loop $for-loop|0 @@ -44029,14 +44027,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -44047,14 +44045,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -44072,7 +44070,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Uint16Array#reverse drop @@ -44087,7 +44085,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|5 call $~lib/typedarray/Uint16Array#__get @@ -44095,7 +44093,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $length i32.const 1 @@ -44127,7 +44125,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 i32.const 4 i32.const 8 @@ -44135,16 +44133,16 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Uint16Array#reverse local.tee $reversedSlice - i32.store $0 offset=20 + i32.store offset=20 local.get $reversedSlice local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 call $~lib/typedarray/Uint16Array#__get @@ -44163,7 +44161,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 call $~lib/typedarray/Uint16Array#__get @@ -44182,7 +44180,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 call $~lib/typedarray/Uint16Array#__get @@ -44201,7 +44199,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 call $~lib/typedarray/Uint16Array#__get @@ -44230,19 +44228,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/typedarray/Int32Array#get:length call $~lib/util/bytes/REVERSE @@ -44272,16 +44270,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayReverseValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -44290,13 +44288,13 @@ local.get $length call $~lib/typedarray/Int32Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $length call $~lib/typedarray/Int32Array#constructor local.tee $arrayWithOffset - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $i loop $for-loop|0 @@ -44308,14 +44306,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -44324,14 +44322,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -44347,7 +44345,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Int32Array#reverse drop @@ -44362,7 +44360,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|5 call $~lib/typedarray/Int32Array#__get @@ -44370,7 +44368,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $length i32.const 1 @@ -44400,7 +44398,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 i32.const 4 i32.const 8 @@ -44408,16 +44406,16 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Int32Array#reverse local.tee $reversedSlice - i32.store $0 offset=20 + i32.store offset=20 local.get $reversedSlice local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 call $~lib/typedarray/Int32Array#__get @@ -44436,7 +44434,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 call $~lib/typedarray/Int32Array#__get @@ -44455,7 +44453,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 call $~lib/typedarray/Int32Array#__get @@ -44474,7 +44472,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 call $~lib/typedarray/Int32Array#__get @@ -44503,19 +44501,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/typedarray/Uint32Array#get:length call $~lib/util/bytes/REVERSE @@ -44553,15 +44551,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $begin local.set $begin|4 local.get $end @@ -44570,7 +44568,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/typedarray/Uint32Array#get:length local.set $len @@ -44638,18 +44636,18 @@ i32.const 10 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $buf local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 @@ -44659,21 +44657,21 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $begin|4 i32.const 2 i32.shl i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $end|5 local.get $begin|4 i32.sub i32.const 2 i32.shl - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint32Array,u32>|inlined.0 end @@ -44702,16 +44700,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayReverseValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -44720,13 +44718,13 @@ local.get $length call $~lib/typedarray/Uint32Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $length call $~lib/typedarray/Uint32Array#constructor local.tee $arrayWithOffset - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $i loop $for-loop|0 @@ -44738,14 +44736,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -44754,14 +44752,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -44777,7 +44775,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Uint32Array#reverse drop @@ -44792,7 +44790,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|5 call $~lib/typedarray/Uint32Array#__get @@ -44800,7 +44798,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $length i32.const 1 @@ -44830,7 +44828,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 i32.const 4 i32.const 8 @@ -44838,16 +44836,16 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Uint32Array#reverse local.tee $reversedSlice - i32.store $0 offset=20 + i32.store offset=20 local.get $reversedSlice local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 call $~lib/typedarray/Uint32Array#__get @@ -44866,7 +44864,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 call $~lib/typedarray/Uint32Array#__get @@ -44885,7 +44883,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 call $~lib/typedarray/Uint32Array#__get @@ -44904,7 +44902,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 call $~lib/typedarray/Uint32Array#__get @@ -44933,19 +44931,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/typedarray/Int64Array#get:length call $~lib/util/bytes/REVERSE @@ -44983,15 +44981,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SUBARRAY<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $begin local.set $begin|4 local.get $end @@ -45000,7 +44998,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/typedarray/Int64Array#get:length local.set $len @@ -45068,18 +45066,18 @@ i32.const 11 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $buf local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 @@ -45089,21 +45087,21 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $begin|4 i32.const 3 i32.shl i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $end|5 local.get $begin|4 i32.sub i32.const 3 i32.shl - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/SUBARRAY<~lib/typedarray/Int64Array,i64>|inlined.0 end @@ -45132,16 +45130,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayReverseValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -45150,13 +45148,13 @@ local.get $length call $~lib/typedarray/Int64Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $length call $~lib/typedarray/Int64Array#constructor local.tee $arrayWithOffset - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $i loop $for-loop|0 @@ -45168,14 +45166,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -45185,14 +45183,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -45209,7 +45207,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Int64Array#reverse drop @@ -45224,7 +45222,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|5 call $~lib/typedarray/Int64Array#__get @@ -45232,7 +45230,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $length i32.const 1 @@ -45263,7 +45261,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 i32.const 4 i32.const 8 @@ -45271,16 +45269,16 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Int64Array#reverse local.tee $reversedSlice - i32.store $0 offset=20 + i32.store offset=20 local.get $reversedSlice local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 call $~lib/typedarray/Int64Array#__get @@ -45299,7 +45297,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 call $~lib/typedarray/Int64Array#__get @@ -45318,7 +45316,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 call $~lib/typedarray/Int64Array#__get @@ -45337,7 +45335,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 call $~lib/typedarray/Int64Array#__get @@ -45366,19 +45364,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/typedarray/Uint64Array#get:length call $~lib/util/bytes/REVERSE @@ -45416,15 +45414,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $begin local.set $begin|4 local.get $end @@ -45433,7 +45431,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/typedarray/Uint64Array#get:length local.set $len @@ -45501,18 +45499,18 @@ i32.const 12 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $buf local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 @@ -45522,21 +45520,21 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $begin|4 i32.const 3 i32.shl i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $end|5 local.get $begin|4 i32.sub i32.const 3 i32.shl - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint64Array,u64>|inlined.0 end @@ -45565,16 +45563,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayReverseValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -45583,13 +45581,13 @@ local.get $length call $~lib/typedarray/Uint64Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $length call $~lib/typedarray/Uint64Array#constructor local.tee $arrayWithOffset - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $i loop $for-loop|0 @@ -45601,14 +45599,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -45618,14 +45616,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -45642,7 +45640,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Uint64Array#reverse drop @@ -45657,7 +45655,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|5 call $~lib/typedarray/Uint64Array#__get @@ -45665,7 +45663,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $length i32.const 1 @@ -45696,7 +45694,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 i32.const 4 i32.const 8 @@ -45704,16 +45702,16 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Uint64Array#reverse local.tee $reversedSlice - i32.store $0 offset=20 + i32.store offset=20 local.get $reversedSlice local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 call $~lib/typedarray/Uint64Array#__get @@ -45732,7 +45730,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 call $~lib/typedarray/Uint64Array#__get @@ -45751,7 +45749,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 call $~lib/typedarray/Uint64Array#__get @@ -45770,7 +45768,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 call $~lib/typedarray/Uint64Array#__get @@ -45799,19 +45797,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/typedarray/Float32Array#get:length call $~lib/util/bytes/REVERSE @@ -45849,15 +45847,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SUBARRAY<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $begin local.set $begin|4 local.get $end @@ -45866,7 +45864,7 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/typedarray/Float32Array#get:length local.set $len @@ -45934,18 +45932,18 @@ i32.const 13 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $buf local.get $out local.get $buf - i32.store $0 + i32.store local.get $out local.get $buf i32.const 0 @@ -45955,21 +45953,21 @@ local.set $19 global.get $~lib/memory/__stack_pointer local.get $19 - i32.store $0 offset=4 + i32.store offset=4 local.get $19 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $begin|4 i32.const 2 i32.shl i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $end|5 local.get $begin|4 i32.sub i32.const 2 i32.shl - i32.store $0 offset=8 + i32.store offset=8 local.get $out br $~lib/typedarray/SUBARRAY<~lib/typedarray/Float32Array,f32>|inlined.0 end @@ -45998,16 +45996,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayReverseValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -46016,13 +46014,13 @@ local.get $length call $~lib/typedarray/Float32Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $length call $~lib/typedarray/Float32Array#constructor local.tee $arrayWithOffset - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $i loop $for-loop|0 @@ -46034,14 +46032,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -46051,14 +46049,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -46075,7 +46073,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Float32Array#reverse drop @@ -46090,7 +46088,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|5 call $~lib/typedarray/Float32Array#__get @@ -46098,7 +46096,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $length i32.const 1 @@ -46129,7 +46127,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 i32.const 4 i32.const 8 @@ -46137,16 +46135,16 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Float32Array#reverse local.tee $reversedSlice - i32.store $0 offset=20 + i32.store offset=20 local.get $reversedSlice local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -46165,7 +46163,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 call $~lib/typedarray/Float32Array#__get @@ -46184,7 +46182,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 call $~lib/typedarray/Float32Array#__get @@ -46203,7 +46201,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 call $~lib/typedarray/Float32Array#__get @@ -46232,19 +46230,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/typedarray/Float64Array#get:length call $~lib/util/bytes/REVERSE @@ -46274,16 +46272,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayReverseValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -46292,13 +46290,13 @@ local.get $length call $~lib/typedarray/Float64Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 local.get $length call $~lib/typedarray/Float64Array#constructor local.tee $arrayWithOffset - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $i loop $for-loop|0 @@ -46310,14 +46308,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -46327,14 +46325,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 local.get $i call $~lib/array/Array#__get @@ -46351,7 +46349,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Float64Array#reverse drop @@ -46366,7 +46364,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|5 call $~lib/typedarray/Float64Array#__get @@ -46374,7 +46372,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $length i32.const 1 @@ -46405,7 +46403,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=16 + i32.store offset=16 local.get $7 i32.const 4 i32.const 8 @@ -46413,16 +46411,16 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Float64Array#reverse local.tee $reversedSlice - i32.store $0 offset=20 + i32.store offset=20 local.get $reversedSlice local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 call $~lib/typedarray/Float64Array#__get @@ -46441,7 +46439,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 call $~lib/typedarray/Float64Array#__get @@ -46460,7 +46458,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 call $~lib/typedarray/Float64Array#__get @@ -46479,7 +46477,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 call $~lib/typedarray/Float64Array#__get @@ -46516,12 +46514,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -46532,7 +46530,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/typedarray/Int8Array#get:length local.set $len @@ -46570,7 +46568,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -46584,7 +46582,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.get $searchElement|4 i32.extend8_s i32.eq @@ -46625,12 +46623,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -46641,7 +46639,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/typedarray/Int8Array#get:length local.set $len @@ -46675,7 +46673,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -46689,7 +46687,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.get $searchElement|4 i32.extend8_s i32.eq @@ -46724,7 +46722,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -46739,7 +46737,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/typedarray/Int8Array#get:length local.set $fromIndex @@ -46748,7 +46746,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $searchElement local.get $fromIndex @@ -46775,16 +46773,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayIndexOfAndLastIndexOfValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/array/Array#get:length local.set $length @@ -46793,7 +46791,7 @@ local.get $length call $~lib/typedarray/Int8Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -46805,14 +46803,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $i local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 local.get $i call $~lib/array/Array#__get @@ -46829,7 +46827,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i32.const 0 @@ -46849,7 +46847,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 0 @@ -46869,7 +46867,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const -1 i32.const 0 @@ -46889,7 +46887,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 0 @@ -46909,7 +46907,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 2 @@ -46929,7 +46927,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 3 @@ -46949,7 +46947,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 4 @@ -46969,7 +46967,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const 10 @@ -46989,7 +46987,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -100 @@ -47009,7 +47007,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i32.const 1 @@ -47031,7 +47029,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 1 @@ -47053,7 +47051,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const -1 i32.const 1 @@ -47075,7 +47073,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 1 @@ -47097,7 +47095,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 4 @@ -47117,7 +47115,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 3 @@ -47137,7 +47135,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 2 @@ -47157,7 +47155,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const 100 @@ -47177,7 +47175,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -10 @@ -47197,7 +47195,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -11 @@ -47218,18 +47216,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 9 call $~lib/typedarray/Int8Array#subarray local.tee $sliced - i32.store $0 offset=16 + i32.store offset=16 local.get $sliced local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 0 @@ -47249,7 +47247,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 0 @@ -47271,7 +47269,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 0 @@ -47293,7 +47291,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 9 i32.const 0 @@ -47313,7 +47311,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 10 i32.const 0 @@ -47333,7 +47331,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 0 @@ -47353,7 +47351,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 1 @@ -47375,7 +47373,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 2 @@ -47413,12 +47411,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -47429,7 +47427,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/typedarray/Uint8Array#get:length local.set $len @@ -47467,7 +47465,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -47481,7 +47479,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $searchElement|4 i32.const 255 i32.and @@ -47523,12 +47521,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -47539,7 +47537,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/typedarray/Uint8Array#get:length local.set $len @@ -47573,7 +47571,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -47587,7 +47585,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $searchElement|4 i32.const 255 i32.and @@ -47623,7 +47621,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -47638,7 +47636,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/typedarray/Uint8Array#get:length local.set $fromIndex @@ -47647,7 +47645,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $searchElement local.get $fromIndex @@ -47674,16 +47672,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayIndexOfAndLastIndexOfValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/array/Array#get:length local.set $length @@ -47692,7 +47690,7 @@ local.get $length call $~lib/typedarray/Uint8Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -47704,14 +47702,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $i local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 local.get $i call $~lib/array/Array#__get @@ -47729,7 +47727,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i32.const 0 @@ -47749,7 +47747,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 0 @@ -47769,7 +47767,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const -1 i32.const 0 @@ -47789,7 +47787,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 0 @@ -47809,7 +47807,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 2 @@ -47829,7 +47827,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 3 @@ -47849,7 +47847,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 4 @@ -47869,7 +47867,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const 10 @@ -47889,7 +47887,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -100 @@ -47909,7 +47907,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i32.const 1 @@ -47931,7 +47929,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 1 @@ -47953,7 +47951,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const -1 i32.const 1 @@ -47975,7 +47973,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 1 @@ -47997,7 +47995,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 4 @@ -48017,7 +48015,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 3 @@ -48037,7 +48035,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 2 @@ -48057,7 +48055,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const 100 @@ -48077,7 +48075,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -10 @@ -48097,7 +48095,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -11 @@ -48118,18 +48116,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 9 call $~lib/typedarray/Uint8Array#subarray local.tee $sliced - i32.store $0 offset=16 + i32.store offset=16 local.get $sliced local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 0 @@ -48149,7 +48147,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 0 @@ -48171,7 +48169,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 0 @@ -48193,7 +48191,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 9 i32.const 0 @@ -48213,7 +48211,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 10 i32.const 0 @@ -48233,7 +48231,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 0 @@ -48253,7 +48251,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 1 @@ -48275,7 +48273,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 2 @@ -48313,12 +48311,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -48329,7 +48327,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/typedarray/Uint8ClampedArray#get:length local.set $len @@ -48367,7 +48365,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -48381,7 +48379,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $searchElement|4 i32.const 255 i32.and @@ -48423,12 +48421,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -48439,7 +48437,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/typedarray/Uint8ClampedArray#get:length local.set $len @@ -48473,7 +48471,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -48487,7 +48485,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.get $searchElement|4 i32.const 255 i32.and @@ -48523,7 +48521,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -48538,7 +48536,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/typedarray/Uint8ClampedArray#get:length local.set $fromIndex @@ -48547,7 +48545,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $searchElement local.get $fromIndex @@ -48574,16 +48572,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayIndexOfAndLastIndexOfValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/array/Array#get:length local.set $length @@ -48592,7 +48590,7 @@ local.get $length call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -48604,14 +48602,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $i local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 local.get $i call $~lib/array/Array#__get @@ -48629,7 +48627,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i32.const 0 @@ -48649,7 +48647,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 0 @@ -48669,7 +48667,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const -1 i32.const 0 @@ -48689,7 +48687,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 0 @@ -48709,7 +48707,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 2 @@ -48729,7 +48727,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 3 @@ -48749,7 +48747,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 4 @@ -48769,7 +48767,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const 10 @@ -48789,7 +48787,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -100 @@ -48809,7 +48807,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i32.const 1 @@ -48831,7 +48829,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 1 @@ -48853,7 +48851,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const -1 i32.const 1 @@ -48875,7 +48873,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 1 @@ -48897,7 +48895,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 4 @@ -48917,7 +48915,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 3 @@ -48937,7 +48935,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 2 @@ -48957,7 +48955,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const 100 @@ -48977,7 +48975,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -10 @@ -48997,7 +48995,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -11 @@ -49018,18 +49016,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 9 call $~lib/typedarray/Uint8ClampedArray#subarray local.tee $sliced - i32.store $0 offset=16 + i32.store offset=16 local.get $sliced local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 0 @@ -49049,7 +49047,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 0 @@ -49071,7 +49069,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 0 @@ -49093,7 +49091,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 9 i32.const 0 @@ -49113,7 +49111,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 10 i32.const 0 @@ -49133,7 +49131,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 0 @@ -49153,7 +49151,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 1 @@ -49175,7 +49173,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 2 @@ -49213,12 +49211,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -49229,7 +49227,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/typedarray/Int16Array#get:length local.set $len @@ -49267,7 +49265,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -49281,7 +49279,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.get $searchElement|4 i32.extend16_s i32.eq @@ -49322,12 +49320,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -49338,7 +49336,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/typedarray/Int16Array#get:length local.set $len @@ -49372,7 +49370,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -49386,7 +49384,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.get $searchElement|4 i32.extend16_s i32.eq @@ -49421,7 +49419,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -49436,7 +49434,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/typedarray/Int16Array#get:length local.set $fromIndex @@ -49445,7 +49443,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $searchElement local.get $fromIndex @@ -49472,16 +49470,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayIndexOfAndLastIndexOfValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/array/Array#get:length local.set $length @@ -49490,7 +49488,7 @@ local.get $length call $~lib/typedarray/Int16Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -49502,14 +49500,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $i local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 local.get $i call $~lib/array/Array#__get @@ -49526,7 +49524,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i32.const 0 @@ -49546,7 +49544,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 0 @@ -49566,7 +49564,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const -1 i32.const 0 @@ -49586,7 +49584,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 0 @@ -49606,7 +49604,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 2 @@ -49626,7 +49624,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 3 @@ -49646,7 +49644,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 4 @@ -49666,7 +49664,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const 10 @@ -49686,7 +49684,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -100 @@ -49706,7 +49704,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i32.const 1 @@ -49728,7 +49726,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 1 @@ -49750,7 +49748,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const -1 i32.const 1 @@ -49772,7 +49770,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 1 @@ -49794,7 +49792,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 4 @@ -49814,7 +49812,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 3 @@ -49834,7 +49832,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 2 @@ -49854,7 +49852,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const 100 @@ -49874,7 +49872,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -10 @@ -49894,7 +49892,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -11 @@ -49915,18 +49913,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 9 call $~lib/typedarray/Int16Array#subarray local.tee $sliced - i32.store $0 offset=16 + i32.store offset=16 local.get $sliced local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 0 @@ -49946,7 +49944,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 0 @@ -49968,7 +49966,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 0 @@ -49990,7 +49988,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 9 i32.const 0 @@ -50010,7 +50008,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 10 i32.const 0 @@ -50030,7 +50028,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 0 @@ -50050,7 +50048,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 1 @@ -50072,7 +50070,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 2 @@ -50110,12 +50108,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -50126,7 +50124,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/typedarray/Uint16Array#get:length local.set $len @@ -50164,7 +50162,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -50178,7 +50176,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.get $searchElement|4 i32.const 65535 i32.and @@ -50220,12 +50218,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -50236,7 +50234,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/typedarray/Uint16Array#get:length local.set $len @@ -50270,7 +50268,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -50284,7 +50282,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.get $searchElement|4 i32.const 65535 i32.and @@ -50320,7 +50318,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -50335,7 +50333,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/typedarray/Uint16Array#get:length local.set $fromIndex @@ -50344,7 +50342,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $searchElement local.get $fromIndex @@ -50371,16 +50369,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayIndexOfAndLastIndexOfValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/array/Array#get:length local.set $length @@ -50389,7 +50387,7 @@ local.get $length call $~lib/typedarray/Uint16Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -50401,14 +50399,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $i local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 local.get $i call $~lib/array/Array#__get @@ -50426,7 +50424,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i32.const 0 @@ -50446,7 +50444,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 0 @@ -50466,7 +50464,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const -1 i32.const 0 @@ -50486,7 +50484,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 0 @@ -50506,7 +50504,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 2 @@ -50526,7 +50524,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 3 @@ -50546,7 +50544,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 4 @@ -50566,7 +50564,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const 10 @@ -50586,7 +50584,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -100 @@ -50606,7 +50604,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i32.const 1 @@ -50628,7 +50626,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 1 @@ -50650,7 +50648,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const -1 i32.const 1 @@ -50672,7 +50670,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 1 @@ -50694,7 +50692,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 4 @@ -50714,7 +50712,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 3 @@ -50734,7 +50732,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 2 @@ -50754,7 +50752,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const 100 @@ -50774,7 +50772,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -10 @@ -50794,7 +50792,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -11 @@ -50815,18 +50813,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 9 call $~lib/typedarray/Uint16Array#subarray local.tee $sliced - i32.store $0 offset=16 + i32.store offset=16 local.get $sliced local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 0 @@ -50846,7 +50844,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 0 @@ -50868,7 +50866,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 0 @@ -50890,7 +50888,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 9 i32.const 0 @@ -50910,7 +50908,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 10 i32.const 0 @@ -50930,7 +50928,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 0 @@ -50950,7 +50948,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 1 @@ -50972,7 +50970,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 2 @@ -51010,12 +51008,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -51026,7 +51024,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/typedarray/Int32Array#get:length local.set $len @@ -51064,7 +51062,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -51078,7 +51076,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $searchElement|4 i32.eq if @@ -51118,12 +51116,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -51134,7 +51132,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/typedarray/Int32Array#get:length local.set $len @@ -51168,7 +51166,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -51182,7 +51180,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $searchElement|4 i32.eq if @@ -51216,7 +51214,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -51231,7 +51229,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/typedarray/Int32Array#get:length local.set $fromIndex @@ -51240,7 +51238,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $searchElement local.get $fromIndex @@ -51267,16 +51265,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayIndexOfAndLastIndexOfValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/array/Array#get:length local.set $length @@ -51285,7 +51283,7 @@ local.get $length call $~lib/typedarray/Int32Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -51297,14 +51295,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $i local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 local.get $i call $~lib/array/Array#__get @@ -51320,7 +51318,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i32.const 0 @@ -51340,7 +51338,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 0 @@ -51360,7 +51358,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const -1 i32.const 0 @@ -51380,7 +51378,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 0 @@ -51400,7 +51398,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 2 @@ -51420,7 +51418,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 3 @@ -51440,7 +51438,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 4 @@ -51460,7 +51458,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const 10 @@ -51480,7 +51478,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -100 @@ -51500,7 +51498,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i32.const 1 @@ -51522,7 +51520,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 1 @@ -51544,7 +51542,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const -1 i32.const 1 @@ -51566,7 +51564,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 1 @@ -51588,7 +51586,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 4 @@ -51608,7 +51606,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 3 @@ -51628,7 +51626,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 2 @@ -51648,7 +51646,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const 100 @@ -51668,7 +51666,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -10 @@ -51688,7 +51686,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -11 @@ -51709,18 +51707,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 9 call $~lib/typedarray/Int32Array#subarray local.tee $sliced - i32.store $0 offset=16 + i32.store offset=16 local.get $sliced local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 0 @@ -51740,7 +51738,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 0 @@ -51762,7 +51760,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 0 @@ -51784,7 +51782,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 9 i32.const 0 @@ -51804,7 +51802,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 10 i32.const 0 @@ -51824,7 +51822,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 0 @@ -51844,7 +51842,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 1 @@ -51866,7 +51864,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 2 @@ -51904,12 +51902,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -51920,7 +51918,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/typedarray/Uint32Array#get:length local.set $len @@ -51958,7 +51956,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -51972,7 +51970,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $searchElement|4 i32.eq if @@ -52012,12 +52010,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -52028,7 +52026,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/typedarray/Uint32Array#get:length local.set $len @@ -52062,7 +52060,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -52076,7 +52074,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $searchElement|4 i32.eq if @@ -52110,7 +52108,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -52125,7 +52123,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/typedarray/Uint32Array#get:length local.set $fromIndex @@ -52134,7 +52132,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $searchElement local.get $fromIndex @@ -52161,16 +52159,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayIndexOfAndLastIndexOfValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/array/Array#get:length local.set $length @@ -52179,7 +52177,7 @@ local.get $length call $~lib/typedarray/Uint32Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -52191,14 +52189,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $i local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 local.get $i call $~lib/array/Array#__get @@ -52214,7 +52212,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i32.const 0 @@ -52234,7 +52232,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 0 @@ -52254,7 +52252,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const -1 i32.const 0 @@ -52274,7 +52272,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 0 @@ -52294,7 +52292,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 2 @@ -52314,7 +52312,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 3 @@ -52334,7 +52332,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 4 @@ -52354,7 +52352,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const 10 @@ -52374,7 +52372,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -100 @@ -52394,7 +52392,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i32.const 1 @@ -52416,7 +52414,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 1 @@ -52438,7 +52436,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const -1 i32.const 1 @@ -52460,7 +52458,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 1 @@ -52482,7 +52480,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 4 @@ -52502,7 +52500,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 3 @@ -52522,7 +52520,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 2 @@ -52542,7 +52540,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const 100 @@ -52562,7 +52560,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -10 @@ -52582,7 +52580,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i32.const -11 @@ -52603,18 +52601,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 9 call $~lib/typedarray/Uint32Array#subarray local.tee $sliced - i32.store $0 offset=16 + i32.store offset=16 local.get $sliced local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 3 i32.const 0 @@ -52634,7 +52632,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 0 @@ -52656,7 +52654,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 0 @@ -52678,7 +52676,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 9 i32.const 0 @@ -52698,7 +52696,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 10 i32.const 0 @@ -52718,7 +52716,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11 i32.const 0 @@ -52738,7 +52736,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 1 @@ -52760,7 +52758,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 5 i32.const 2 @@ -52798,12 +52796,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -52814,7 +52812,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/typedarray/Int64Array#get:length local.set $len @@ -52852,7 +52850,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -52866,7 +52864,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $searchElement|4 i64.eq if @@ -52906,12 +52904,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -52922,7 +52920,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/typedarray/Int64Array#get:length local.set $len @@ -52956,7 +52954,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -52970,7 +52968,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $searchElement|4 i64.eq if @@ -53004,7 +53002,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -53019,7 +53017,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/typedarray/Int64Array#get:length local.set $fromIndex @@ -53028,7 +53026,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $searchElement local.get $fromIndex @@ -53055,16 +53053,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayIndexOfAndLastIndexOfValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/array/Array#get:length local.set $length @@ -53073,7 +53071,7 @@ local.get $length call $~lib/typedarray/Int64Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -53085,14 +53083,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $i local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 local.get $i call $~lib/array/Array#__get @@ -53109,7 +53107,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 0 i32.const 0 @@ -53129,7 +53127,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 11 i32.const 0 @@ -53149,7 +53147,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const -1 i32.const 0 @@ -53169,7 +53167,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 0 @@ -53189,7 +53187,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 2 @@ -53209,7 +53207,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 3 @@ -53229,7 +53227,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 4 @@ -53249,7 +53247,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 1 i32.const 10 @@ -53269,7 +53267,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 1 i32.const -100 @@ -53289,7 +53287,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 0 i32.const 1 @@ -53311,7 +53309,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 11 i32.const 1 @@ -53333,7 +53331,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const -1 i32.const 1 @@ -53355,7 +53353,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 1 @@ -53377,7 +53375,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 4 @@ -53397,7 +53395,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 3 @@ -53417,7 +53415,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 2 @@ -53437,7 +53435,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 1 i32.const 100 @@ -53457,7 +53455,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 1 i32.const -10 @@ -53477,7 +53475,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 1 i32.const -11 @@ -53498,18 +53496,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 9 call $~lib/typedarray/Int64Array#subarray local.tee $sliced - i32.store $0 offset=16 + i32.store offset=16 local.get $sliced local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 0 @@ -53529,7 +53527,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 4 i32.const 0 @@ -53551,7 +53549,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 5 i32.const 0 @@ -53573,7 +53571,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 9 i32.const 0 @@ -53593,7 +53591,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 10 i32.const 0 @@ -53613,7 +53611,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 11 i32.const 0 @@ -53633,7 +53631,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 5 i32.const 1 @@ -53655,7 +53653,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 5 i32.const 2 @@ -53693,12 +53691,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -53709,7 +53707,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/typedarray/Uint64Array#get:length local.set $len @@ -53747,7 +53745,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -53761,7 +53759,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $searchElement|4 i64.eq if @@ -53801,12 +53799,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -53817,7 +53815,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/typedarray/Uint64Array#get:length local.set $len @@ -53851,7 +53849,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -53865,7 +53863,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $searchElement|4 i64.eq if @@ -53899,7 +53897,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -53914,7 +53912,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/typedarray/Uint64Array#get:length local.set $fromIndex @@ -53923,7 +53921,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $searchElement local.get $fromIndex @@ -53950,16 +53948,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayIndexOfAndLastIndexOfValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/array/Array#get:length local.set $length @@ -53968,7 +53966,7 @@ local.get $length call $~lib/typedarray/Uint64Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -53980,14 +53978,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $i local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 local.get $i call $~lib/array/Array#__get @@ -54004,7 +54002,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 0 i32.const 0 @@ -54024,7 +54022,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 11 i32.const 0 @@ -54044,7 +54042,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const -1 i32.const 0 @@ -54064,7 +54062,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 0 @@ -54084,7 +54082,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 2 @@ -54104,7 +54102,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 3 @@ -54124,7 +54122,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 4 @@ -54144,7 +54142,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 1 i32.const 10 @@ -54164,7 +54162,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 1 i32.const -100 @@ -54184,7 +54182,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 0 i32.const 1 @@ -54206,7 +54204,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 11 i32.const 1 @@ -54228,7 +54226,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const -1 i32.const 1 @@ -54250,7 +54248,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 1 @@ -54272,7 +54270,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 4 @@ -54292,7 +54290,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 3 @@ -54312,7 +54310,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 2 @@ -54332,7 +54330,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 1 i32.const 100 @@ -54352,7 +54350,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 1 i32.const -10 @@ -54372,7 +54370,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 1 i32.const -11 @@ -54393,18 +54391,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 9 call $~lib/typedarray/Uint64Array#subarray local.tee $sliced - i32.store $0 offset=16 + i32.store offset=16 local.get $sliced local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 3 i32.const 0 @@ -54424,7 +54422,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 4 i32.const 0 @@ -54446,7 +54444,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 5 i32.const 0 @@ -54468,7 +54466,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 9 i32.const 0 @@ -54488,7 +54486,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 10 i32.const 0 @@ -54508,7 +54506,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 11 i32.const 0 @@ -54528,7 +54526,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 5 i32.const 1 @@ -54550,7 +54548,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i64.const 5 i32.const 2 @@ -54588,12 +54586,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -54604,7 +54602,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/typedarray/Float32Array#get:length local.set $len @@ -54642,7 +54640,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -54656,7 +54654,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.get $searchElement|4 f32.eq if @@ -54696,12 +54694,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -54712,7 +54710,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/typedarray/Float32Array#get:length local.set $len @@ -54746,7 +54744,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -54760,7 +54758,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.get $searchElement|4 f32.eq if @@ -54794,7 +54792,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -54809,7 +54807,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/typedarray/Float32Array#get:length local.set $fromIndex @@ -54818,7 +54816,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $searchElement local.get $fromIndex @@ -54845,16 +54843,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayIndexOfAndLastIndexOfValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/array/Array#get:length local.set $length @@ -54863,7 +54861,7 @@ local.get $length call $~lib/typedarray/Float32Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -54875,14 +54873,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $i local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 local.get $i call $~lib/array/Array#__get @@ -54899,7 +54897,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 0 i32.const 0 @@ -54919,7 +54917,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 11 i32.const 0 @@ -54939,7 +54937,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const -1 i32.const 0 @@ -54959,7 +54957,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 3 i32.const 0 @@ -54979,7 +54977,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 3 i32.const 2 @@ -54999,7 +54997,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 3 i32.const 3 @@ -55019,7 +55017,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 3 i32.const 4 @@ -55039,7 +55037,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 1 i32.const 10 @@ -55059,7 +55057,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 1 i32.const -100 @@ -55079,7 +55077,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 0 i32.const 1 @@ -55101,7 +55099,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 11 i32.const 1 @@ -55123,7 +55121,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const -1 i32.const 1 @@ -55145,7 +55143,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 3 i32.const 1 @@ -55167,7 +55165,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 3 i32.const 4 @@ -55187,7 +55185,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 3 i32.const 3 @@ -55207,7 +55205,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 3 i32.const 2 @@ -55227,7 +55225,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 1 i32.const 100 @@ -55247,7 +55245,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 1 i32.const -10 @@ -55267,7 +55265,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 1 i32.const -11 @@ -55288,18 +55286,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 9 call $~lib/typedarray/Float32Array#subarray local.tee $sliced - i32.store $0 offset=16 + i32.store offset=16 local.get $sliced local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 3 i32.const 0 @@ -55319,7 +55317,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 4 i32.const 0 @@ -55341,7 +55339,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 5 i32.const 0 @@ -55363,7 +55361,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 9 i32.const 0 @@ -55383,7 +55381,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 10 i32.const 0 @@ -55403,7 +55401,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 11 i32.const 0 @@ -55423,7 +55421,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 5 i32.const 1 @@ -55445,7 +55443,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f32.const 5 i32.const 2 @@ -55483,12 +55481,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -55499,7 +55497,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/typedarray/Float64Array#get:length local.set $len @@ -55537,7 +55535,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 offset=4 + i32.store offset=4 local.get $11 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -55551,7 +55549,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.get $searchElement|4 f64.eq if @@ -55591,12 +55589,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -55607,7 +55605,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/typedarray/Float64Array#get:length local.set $len @@ -55641,7 +55639,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -55655,7 +55653,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.get $searchElement|4 f64.eq if @@ -55689,7 +55687,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -55704,7 +55702,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/typedarray/Float64Array#get:length local.set $fromIndex @@ -55713,7 +55711,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $searchElement local.get $fromIndex @@ -55740,16 +55738,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayIndexOfAndLastIndexOfValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 call $~lib/array/Array#get:length local.set $length @@ -55758,7 +55756,7 @@ local.get $length call $~lib/typedarray/Float64Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -55770,14 +55768,14 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $i local.get $values local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=12 + i32.store offset=12 local.get $5 local.get $i call $~lib/array/Array#__get @@ -55794,7 +55792,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 0 i32.const 0 @@ -55814,7 +55812,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 11 i32.const 0 @@ -55834,7 +55832,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const -1 i32.const 0 @@ -55854,7 +55852,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 3 i32.const 0 @@ -55874,7 +55872,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 3 i32.const 2 @@ -55894,7 +55892,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 3 i32.const 3 @@ -55914,7 +55912,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 3 i32.const 4 @@ -55934,7 +55932,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 1 i32.const 10 @@ -55954,7 +55952,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 1 i32.const -100 @@ -55974,7 +55972,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 0 i32.const 1 @@ -55996,7 +55994,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 11 i32.const 1 @@ -56018,7 +56016,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const -1 i32.const 1 @@ -56040,7 +56038,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 3 i32.const 1 @@ -56062,7 +56060,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 3 i32.const 4 @@ -56082,7 +56080,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 3 i32.const 3 @@ -56102,7 +56100,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 3 i32.const 2 @@ -56122,7 +56120,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 1 i32.const 100 @@ -56142,7 +56140,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 1 i32.const -10 @@ -56162,7 +56160,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 1 i32.const -11 @@ -56183,18 +56181,18 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 4 i32.const 9 call $~lib/typedarray/Float64Array#subarray local.tee $sliced - i32.store $0 offset=16 + i32.store offset=16 local.get $sliced local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 3 i32.const 0 @@ -56214,7 +56212,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 4 i32.const 0 @@ -56236,7 +56234,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 5 i32.const 0 @@ -56258,7 +56256,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 9 i32.const 0 @@ -56278,7 +56276,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 10 i32.const 0 @@ -56298,7 +56296,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 11 i32.const 0 @@ -56318,7 +56316,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 5 i32.const 1 @@ -56340,7 +56338,7 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 f64.const 5 i32.const 2 @@ -56379,12 +56377,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INCLUDES<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -56397,7 +56395,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/typedarray/Float64Array#get:length local.set $len @@ -56435,7 +56433,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -56449,7 +56447,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $elem local.get $elem local.get $searchElement|4 @@ -56505,12 +56503,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INCLUDES<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array - i32.store $0 + i32.store local.get $searchElement local.set $searchElement|4 local.get $fromIndex @@ -56523,7 +56521,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/typedarray/Float32Array#get:length local.set $len @@ -56561,7 +56559,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $dataStart @@ -56575,7 +56573,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $elem local.get $elem local.get $searchElement|4 @@ -56641,12 +56639,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $22 global.get $~lib/memory/__stack_pointer local.get $22 - i32.store $0 + i32.store local.get $22 call $~lib/string/String#get:length local.set $len @@ -56746,13 +56744,13 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $fromPos i32.add local.get $size - memory.copy $0 $0 + memory.copy local.get $out local.set $22 global.get $~lib/memory/__stack_pointer @@ -56779,7 +56777,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -56801,7 +56799,7 @@ i32.eqz if local.get $dataStart - i32.load8_s $0 + i32.load8_s local.set $value i32.const 1 drop @@ -56824,7 +56822,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length local.set $sepLen @@ -56843,7 +56841,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -56858,7 +56856,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value|9 local.get $offset local.get $result @@ -56881,7 +56879,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -56899,7 +56897,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value|9 local.get $offset local.get $result @@ -56919,7 +56917,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 i32.const 0 local.get $offset @@ -56950,26 +56948,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int8Array#get:length local.get $separator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/string/joinIntegerArray local.set $2 @@ -56990,7 +56988,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -57028,7 +57026,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -57037,7 +57035,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -57055,14 +57053,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -57085,18 +57083,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Int8Array#join local.set $1 @@ -57118,18 +57116,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 call $~lib/typedarray/Int8Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 1 @@ -57138,7 +57136,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 2 @@ -57147,7 +57145,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i32.const 3 @@ -57156,7 +57154,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -57165,7 +57163,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 5 @@ -57176,25 +57174,25 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 call $~lib/typedarray/Int8Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -57210,19 +57208,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 call $~lib/typedarray/Int8Array#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -57256,7 +57254,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -57278,7 +57276,7 @@ i32.eqz if local.get $dataStart - i32.load8_u $0 + i32.load8_u local.set $value i32.const 0 drop @@ -57301,7 +57299,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length local.set $sepLen @@ -57320,7 +57318,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -57335,7 +57333,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $value|9 local.get $offset local.get $result @@ -57358,7 +57356,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -57376,7 +57374,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $value|9 local.get $offset local.get $result @@ -57396,7 +57394,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 i32.const 0 local.get $offset @@ -57427,26 +57425,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Uint8Array#get:length local.get $separator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/string/joinIntegerArray local.set $2 @@ -57466,18 +57464,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Uint8Array#join local.set $1 @@ -57499,18 +57497,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 call $~lib/typedarray/Uint8Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 1 @@ -57519,7 +57517,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 2 @@ -57528,7 +57526,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i32.const 3 @@ -57537,7 +57535,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -57546,7 +57544,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 5 @@ -57557,25 +57555,25 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 call $~lib/typedarray/Uint8Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -57591,19 +57589,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 call $~lib/typedarray/Uint8Array#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -57629,26 +57627,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Uint8ClampedArray#get:length local.get $separator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/string/joinIntegerArray local.set $2 @@ -57668,18 +57666,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Uint8ClampedArray#join local.set $1 @@ -57701,18 +57699,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 1 @@ -57721,7 +57719,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 2 @@ -57730,7 +57728,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i32.const 3 @@ -57739,7 +57737,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -57748,7 +57746,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 5 @@ -57759,25 +57757,25 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 call $~lib/typedarray/Uint8ClampedArray#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -57793,19 +57791,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 call $~lib/typedarray/Uint8ClampedArray#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -57839,7 +57837,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -57861,7 +57859,7 @@ i32.eqz if local.get $dataStart - i32.load16_s $0 + i32.load16_s local.set $value i32.const 1 drop @@ -57884,7 +57882,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length local.set $sepLen @@ -57903,7 +57901,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -57918,7 +57916,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $value|9 local.get $offset local.get $result @@ -57941,7 +57939,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -57959,7 +57957,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $value|9 local.get $offset local.get $result @@ -57979,7 +57977,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 i32.const 0 local.get $offset @@ -58010,26 +58008,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int16Array#get:length local.get $separator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/string/joinIntegerArray local.set $2 @@ -58049,18 +58047,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Int16Array#join local.set $1 @@ -58082,18 +58080,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 call $~lib/typedarray/Int16Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 1 @@ -58102,7 +58100,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 2 @@ -58111,7 +58109,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i32.const 3 @@ -58120,7 +58118,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -58129,7 +58127,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 5 @@ -58140,25 +58138,25 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 call $~lib/typedarray/Int16Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -58174,19 +58172,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 call $~lib/typedarray/Int16Array#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -58220,7 +58218,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -58242,7 +58240,7 @@ i32.eqz if local.get $dataStart - i32.load16_u $0 + i32.load16_u local.set $value i32.const 0 drop @@ -58265,7 +58263,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length local.set $sepLen @@ -58284,7 +58282,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -58299,7 +58297,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $value|9 local.get $offset local.get $result @@ -58322,7 +58320,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -58340,7 +58338,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $value|9 local.get $offset local.get $result @@ -58360,7 +58358,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 i32.const 0 local.get $offset @@ -58391,26 +58389,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Uint16Array#get:length local.get $separator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/string/joinIntegerArray local.set $2 @@ -58430,18 +58428,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Uint16Array#join local.set $1 @@ -58463,18 +58461,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 call $~lib/typedarray/Uint16Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 1 @@ -58483,7 +58481,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 2 @@ -58492,7 +58490,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i32.const 3 @@ -58501,7 +58499,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -58510,7 +58508,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 5 @@ -58521,25 +58519,25 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 call $~lib/typedarray/Uint16Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -58555,19 +58553,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 call $~lib/typedarray/Uint16Array#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -58601,7 +58599,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -58623,7 +58621,7 @@ i32.eqz if local.get $dataStart - i32.load $0 + i32.load local.set $value i32.const 1 drop @@ -58646,7 +58644,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length local.set $sepLen @@ -58665,7 +58663,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -58680,7 +58678,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value|9 local.get $offset local.get $result @@ -58703,7 +58701,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -58721,7 +58719,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value|9 local.get $offset local.get $result @@ -58741,7 +58739,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 i32.const 0 local.get $offset @@ -58772,26 +58770,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int32Array#get:length local.get $separator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/string/joinIntegerArray local.set $2 @@ -58811,18 +58809,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Int32Array#join local.set $1 @@ -58844,18 +58842,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 call $~lib/typedarray/Int32Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 1 @@ -58864,7 +58862,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 2 @@ -58873,7 +58871,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i32.const 3 @@ -58882,7 +58880,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -58891,7 +58889,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 5 @@ -58902,25 +58900,25 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 call $~lib/typedarray/Int32Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -58936,19 +58934,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 call $~lib/typedarray/Int32Array#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -58982,7 +58980,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -59004,7 +59002,7 @@ i32.eqz if local.get $dataStart - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -59027,7 +59025,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length local.set $sepLen @@ -59046,7 +59044,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -59061,7 +59059,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value|9 local.get $offset local.get $result @@ -59084,7 +59082,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -59102,7 +59100,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value|9 local.get $offset local.get $result @@ -59122,7 +59120,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 i32.const 0 local.get $offset @@ -59153,26 +59151,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Uint32Array#get:length local.get $separator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/string/joinIntegerArray local.set $2 @@ -59192,18 +59190,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Uint32Array#join local.set $1 @@ -59225,18 +59223,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 call $~lib/typedarray/Uint32Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 1 @@ -59245,7 +59243,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 2 @@ -59254,7 +59252,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i32.const 3 @@ -59263,7 +59261,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -59272,7 +59270,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.const 5 @@ -59283,25 +59281,25 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 call $~lib/typedarray/Uint32Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -59317,19 +59315,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 call $~lib/typedarray/Uint32Array#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -59363,7 +59361,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -59385,7 +59383,7 @@ i32.eqz if local.get $dataStart - i64.load $0 + i64.load local.set $value i32.const 1 drop @@ -59410,7 +59408,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length local.set $sepLen @@ -59429,7 +59427,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -59444,7 +59442,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value|9 local.get $offset local.get $result @@ -59467,7 +59465,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -59485,7 +59483,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value|9 local.get $offset local.get $result @@ -59505,7 +59503,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 i32.const 0 local.get $offset @@ -59536,26 +59534,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int64Array#get:length local.get $separator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/string/joinIntegerArray local.set $2 @@ -59575,18 +59573,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Int64Array#join local.set $1 @@ -59608,18 +59606,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 call $~lib/typedarray/Int64Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i64.const 1 @@ -59628,7 +59626,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i64.const 2 @@ -59637,7 +59635,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i64.const 3 @@ -59646,7 +59644,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i64.const 4 @@ -59655,7 +59653,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i64.const 5 @@ -59666,25 +59664,25 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 call $~lib/typedarray/Int64Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -59700,19 +59698,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 call $~lib/typedarray/Int64Array#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -59746,7 +59744,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -59768,7 +59766,7 @@ i32.eqz if local.get $dataStart - i64.load $0 + i64.load local.set $value i32.const 0 drop @@ -59791,7 +59789,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 call $~lib/string/String#get:length local.set $sepLen @@ -59810,7 +59808,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -59825,7 +59823,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value|9 local.get $offset local.get $result @@ -59848,7 +59846,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -59866,7 +59864,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value|9 local.get $offset local.get $result @@ -59886,7 +59884,7 @@ local.set $11 global.get $~lib/memory/__stack_pointer local.get $11 - i32.store $0 + i32.store local.get $11 i32.const 0 local.get $offset @@ -59917,26 +59915,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Uint64Array#get:length local.get $separator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/string/joinIntegerArray local.set $2 @@ -59956,18 +59954,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Uint64Array#join local.set $1 @@ -59989,18 +59987,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 call $~lib/typedarray/Uint64Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i64.const 1 @@ -60009,7 +60007,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i64.const 2 @@ -60018,7 +60016,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i64.const 3 @@ -60027,7 +60025,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i64.const 4 @@ -60036,7 +60034,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i64.const 5 @@ -60047,25 +60045,25 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 call $~lib/typedarray/Uint64Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -60081,19 +60079,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 call $~lib/typedarray/Uint64Array#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 8592 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -60126,7 +60124,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -60148,7 +60146,7 @@ i32.eqz if local.get $dataStart - f32.load $0 + f32.load f64.promote_f32 call $~lib/util/number/dtoa local.set $10 @@ -60163,7 +60161,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $sepLen @@ -60182,7 +60180,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -60197,7 +60195,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value local.get $offset local.get $result @@ -60221,7 +60219,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -60239,7 +60237,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value local.get $offset local.get $result @@ -60260,7 +60258,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 0 local.get $offset @@ -60291,26 +60289,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Float32Array#get:length local.get $separator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/string/joinFloatArray local.set $2 @@ -60330,18 +60328,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Float32Array#join local.set $1 @@ -60363,18 +60361,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 call $~lib/typedarray/Float32Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 f32.const 1 @@ -60383,7 +60381,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 f32.const 2 @@ -60392,7 +60390,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 f32.const 3 @@ -60401,7 +60399,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 f32.const 4 @@ -60410,7 +60408,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 f32.const 5 @@ -60421,25 +60419,25 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 call $~lib/typedarray/Float32Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 9776 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -60455,19 +60453,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 call $~lib/typedarray/Float32Array#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 9776 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -60500,7 +60498,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $length i32.const 1 i32.sub @@ -60522,7 +60520,7 @@ i32.eqz if local.get $dataStart - f64.load $0 + f64.load call $~lib/util/number/dtoa local.set $10 global.get $~lib/memory/__stack_pointer @@ -60536,7 +60534,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 call $~lib/string/String#get:length local.set $sepLen @@ -60555,7 +60553,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $offset i32.const 0 @@ -60570,7 +60568,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value local.get $offset local.get $result @@ -60593,7 +60591,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -60611,7 +60609,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value local.get $offset local.get $result @@ -60631,7 +60629,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store $0 + i32.store local.get $10 i32.const 0 local.get $offset @@ -60662,26 +60660,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Float64Array#get:length local.get $separator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/string/joinFloatArray local.set $2 @@ -60701,18 +60699,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Float64Array#join local.set $1 @@ -60734,18 +60732,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 call $~lib/typedarray/Float64Array#constructor local.tee $array - i32.store $0 + i32.store local.get $array local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 f64.const 1 @@ -60754,7 +60752,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 f64.const 2 @@ -60763,7 +60761,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 f64.const 3 @@ -60772,7 +60770,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 f64.const 4 @@ -60781,7 +60779,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 f64.const 5 @@ -60792,25 +60790,25 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8560 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 call $~lib/typedarray/Float64Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 9776 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -60826,19 +60824,19 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 call $~lib/typedarray/Float64Array#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 9776 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/string/String.__eq i32.eqz @@ -60870,15 +60868,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/WRAP<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 - i32.store $0 + i32.store local.get $byteOffset local.set $byteOffset|4 local.get $length @@ -60887,7 +60885,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $bufferByteLength @@ -60961,22 +60959,22 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 - i32.store $0 + i32.store local.get $out local.get $buffer|3 i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 local.get $byteOffset|4 i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/WRAP<~lib/typedarray/Uint8Array,u8>|inlined.0 end @@ -60997,7 +60995,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -61019,7 +61017,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $byteOffset local.get $length @@ -61053,12 +61051,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $16 global.get $~lib/memory/__stack_pointer local.get $16 - i32.store $0 + i32.store local.get $16 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $length @@ -61128,13 +61126,13 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $begin i32.add local.get $outSize - memory.copy $0 $0 + memory.copy local.get $out local.set $16 global.get $~lib/memory/__stack_pointer @@ -61159,15 +61157,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/WRAP<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 - i32.store $0 + i32.store local.get $byteOffset local.set $byteOffset|4 local.get $length @@ -61176,7 +61174,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $bufferByteLength @@ -61250,22 +61248,22 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 - i32.store $0 + i32.store local.get $out local.get $buffer|3 i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 local.get $byteOffset|4 i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/WRAP<~lib/typedarray/Int8Array,i8>|inlined.0 end @@ -61286,7 +61284,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -61308,7 +61306,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $byteOffset local.get $length @@ -61337,16 +61335,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayWrapValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -61355,7 +61353,7 @@ local.get $length call $~lib/typedarray/Int8Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -61367,14 +61365,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 local.get $i call $~lib/array/Array#__get @@ -61392,39 +61390,39 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.add call $~lib/arraybuffer/ArrayBuffer#slice local.tee $buffer - i32.store $0 offset=16 + i32.store offset=16 i32.const 1 drop global.get $~lib/memory/__stack_pointer @@ -61432,7 +61430,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1 @@ -61440,7 +61438,7 @@ i32.const 0 call $~lib/typedarray/Int8Array.wrap@varargs local.tee $result - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $i|6 loop $for-loop|1 @@ -61452,7 +61450,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Int8Array#__get @@ -61460,7 +61458,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Int8Array#__get @@ -61503,16 +61501,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayWrapValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -61521,7 +61519,7 @@ local.get $length call $~lib/typedarray/Uint8Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -61533,14 +61531,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 local.get $i call $~lib/array/Array#__get @@ -61559,39 +61557,39 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.add call $~lib/arraybuffer/ArrayBuffer#slice local.tee $buffer - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 drop i32.const 1 @@ -61601,7 +61599,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1 @@ -61609,7 +61607,7 @@ i32.const 0 call $~lib/typedarray/Uint8Array.wrap@varargs local.tee $result - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $i|6 loop $for-loop|1 @@ -61621,7 +61619,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Uint8Array#__get @@ -61629,7 +61627,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Uint8Array#__get @@ -61670,15 +61668,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/WRAP<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 - i32.store $0 + i32.store local.get $byteOffset local.set $byteOffset|4 local.get $length @@ -61687,7 +61685,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $bufferByteLength @@ -61761,22 +61759,22 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 - i32.store $0 + i32.store local.get $out local.get $buffer|3 i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 local.get $byteOffset|4 i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/WRAP<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 end @@ -61797,7 +61795,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -61819,7 +61817,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $byteOffset local.get $length @@ -61848,16 +61846,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayWrapValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -61866,7 +61864,7 @@ local.get $length call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -61878,14 +61876,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 local.get $i call $~lib/array/Array#__get @@ -61904,39 +61902,39 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.add call $~lib/arraybuffer/ArrayBuffer#slice local.tee $buffer - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 drop i32.const 0 @@ -61948,7 +61946,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1 @@ -61956,7 +61954,7 @@ i32.const 0 call $~lib/typedarray/Uint8ClampedArray.wrap@varargs local.tee $result - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $i|6 loop $for-loop|1 @@ -61968,7 +61966,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Uint8ClampedArray#__get @@ -61976,7 +61974,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Uint8ClampedArray#__get @@ -62017,15 +62015,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/WRAP<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 - i32.store $0 + i32.store local.get $byteOffset local.set $byteOffset|4 local.get $length @@ -62034,7 +62032,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $bufferByteLength @@ -62108,22 +62106,22 @@ i32.const 7 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 - i32.store $0 + i32.store local.get $out local.get $buffer|3 i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 local.get $byteOffset|4 i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/WRAP<~lib/typedarray/Int16Array,i16>|inlined.0 end @@ -62144,7 +62142,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -62166,7 +62164,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $byteOffset local.get $length @@ -62195,16 +62193,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayWrapValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -62213,7 +62211,7 @@ local.get $length call $~lib/typedarray/Int16Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -62225,14 +62223,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 local.get $i call $~lib/array/Array#__get @@ -62250,39 +62248,39 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.add call $~lib/arraybuffer/ArrayBuffer#slice local.tee $buffer - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 drop i32.const 0 @@ -62296,7 +62294,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1 @@ -62304,7 +62302,7 @@ i32.const 0 call $~lib/typedarray/Int16Array.wrap@varargs local.tee $result - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $i|6 loop $for-loop|1 @@ -62316,7 +62314,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Int16Array#__get @@ -62324,7 +62322,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Int16Array#__get @@ -62365,15 +62363,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/WRAP<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 - i32.store $0 + i32.store local.get $byteOffset local.set $byteOffset|4 local.get $length @@ -62382,7 +62380,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $bufferByteLength @@ -62456,22 +62454,22 @@ i32.const 8 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 - i32.store $0 + i32.store local.get $out local.get $buffer|3 i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 local.get $byteOffset|4 i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/WRAP<~lib/typedarray/Uint16Array,u16>|inlined.0 end @@ -62492,7 +62490,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -62514,7 +62512,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $byteOffset local.get $length @@ -62543,16 +62541,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayWrapValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -62561,7 +62559,7 @@ local.get $length call $~lib/typedarray/Uint16Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -62573,14 +62571,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 local.get $i call $~lib/array/Array#__get @@ -62599,39 +62597,39 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.add call $~lib/arraybuffer/ArrayBuffer#slice local.tee $buffer - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 drop i32.const 0 @@ -62647,7 +62645,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1 @@ -62655,7 +62653,7 @@ i32.const 0 call $~lib/typedarray/Uint16Array.wrap@varargs local.tee $result - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $i|6 loop $for-loop|1 @@ -62667,7 +62665,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Uint16Array#__get @@ -62675,7 +62673,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Uint16Array#__get @@ -62716,15 +62714,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/WRAP<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 - i32.store $0 + i32.store local.get $byteOffset local.set $byteOffset|4 local.get $length @@ -62733,7 +62731,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $bufferByteLength @@ -62807,22 +62805,22 @@ i32.const 9 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 - i32.store $0 + i32.store local.get $out local.get $buffer|3 i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 local.get $byteOffset|4 i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/WRAP<~lib/typedarray/Int32Array,i32>|inlined.0 end @@ -62843,7 +62841,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -62865,7 +62863,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $byteOffset local.get $length @@ -62894,16 +62892,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayWrapValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -62912,7 +62910,7 @@ local.get $length call $~lib/typedarray/Int32Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -62924,14 +62922,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 local.get $i call $~lib/array/Array#__get @@ -62948,39 +62946,39 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.add call $~lib/arraybuffer/ArrayBuffer#slice local.tee $buffer - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 drop i32.const 0 @@ -62998,7 +62996,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1 @@ -63006,7 +63004,7 @@ i32.const 0 call $~lib/typedarray/Int32Array.wrap@varargs local.tee $result - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $i|6 loop $for-loop|1 @@ -63018,7 +63016,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Int32Array#__get @@ -63026,7 +63024,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Int32Array#__get @@ -63067,15 +63065,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/WRAP<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 - i32.store $0 + i32.store local.get $byteOffset local.set $byteOffset|4 local.get $length @@ -63084,7 +63082,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $bufferByteLength @@ -63158,22 +63156,22 @@ i32.const 10 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 - i32.store $0 + i32.store local.get $out local.get $buffer|3 i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 local.get $byteOffset|4 i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/WRAP<~lib/typedarray/Uint32Array,u32>|inlined.0 end @@ -63194,7 +63192,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -63216,7 +63214,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $byteOffset local.get $length @@ -63245,16 +63243,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayWrapValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -63263,7 +63261,7 @@ local.get $length call $~lib/typedarray/Uint32Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -63275,14 +63273,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 local.get $i call $~lib/array/Array#__get @@ -63299,39 +63297,39 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.add call $~lib/arraybuffer/ArrayBuffer#slice local.tee $buffer - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 drop i32.const 0 @@ -63351,7 +63349,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1 @@ -63359,7 +63357,7 @@ i32.const 0 call $~lib/typedarray/Uint32Array.wrap@varargs local.tee $result - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $i|6 loop $for-loop|1 @@ -63371,7 +63369,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Uint32Array#__get @@ -63379,7 +63377,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Uint32Array#__get @@ -63420,15 +63418,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/WRAP<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 - i32.store $0 + i32.store local.get $byteOffset local.set $byteOffset|4 local.get $length @@ -63437,7 +63435,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $bufferByteLength @@ -63511,22 +63509,22 @@ i32.const 11 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 - i32.store $0 + i32.store local.get $out local.get $buffer|3 i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 local.get $byteOffset|4 i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/WRAP<~lib/typedarray/Int64Array,i64>|inlined.0 end @@ -63547,7 +63545,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -63569,7 +63567,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $byteOffset local.get $length @@ -63598,16 +63596,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayWrapValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -63616,7 +63614,7 @@ local.get $length call $~lib/typedarray/Int64Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -63628,14 +63626,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 local.get $i call $~lib/array/Array#__get @@ -63653,39 +63651,39 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.add call $~lib/arraybuffer/ArrayBuffer#slice local.tee $buffer - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 drop i32.const 0 @@ -63707,7 +63705,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1 @@ -63715,7 +63713,7 @@ i32.const 0 call $~lib/typedarray/Int64Array.wrap@varargs local.tee $result - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $i|6 loop $for-loop|1 @@ -63727,7 +63725,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Int64Array#__get @@ -63735,7 +63733,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Int64Array#__get @@ -63776,15 +63774,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/WRAP<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 - i32.store $0 + i32.store local.get $byteOffset local.set $byteOffset|4 local.get $length @@ -63793,7 +63791,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $bufferByteLength @@ -63867,22 +63865,22 @@ i32.const 12 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 - i32.store $0 + i32.store local.get $out local.get $buffer|3 i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 local.get $byteOffset|4 i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/WRAP<~lib/typedarray/Uint64Array,u64>|inlined.0 end @@ -63903,7 +63901,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -63925,7 +63923,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $byteOffset local.get $length @@ -63954,16 +63952,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayWrapValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -63972,7 +63970,7 @@ local.get $length call $~lib/typedarray/Uint64Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -63984,14 +63982,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 local.get $i call $~lib/array/Array#__get @@ -64009,39 +64007,39 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.add call $~lib/arraybuffer/ArrayBuffer#slice local.tee $buffer - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 drop i32.const 0 @@ -64065,7 +64063,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1 @@ -64073,7 +64071,7 @@ i32.const 0 call $~lib/typedarray/Uint64Array.wrap@varargs local.tee $result - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $i|6 loop $for-loop|1 @@ -64085,7 +64083,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Uint64Array#__get @@ -64093,7 +64091,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Uint64Array#__get @@ -64134,15 +64132,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/WRAP<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 - i32.store $0 + i32.store local.get $byteOffset local.set $byteOffset|4 local.get $length @@ -64151,7 +64149,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $bufferByteLength @@ -64225,22 +64223,22 @@ i32.const 13 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 - i32.store $0 + i32.store local.get $out local.get $buffer|3 i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 local.get $byteOffset|4 i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/WRAP<~lib/typedarray/Float32Array,f32>|inlined.0 end @@ -64261,7 +64259,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -64283,7 +64281,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $byteOffset local.get $length @@ -64312,16 +64310,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayWrapValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -64330,7 +64328,7 @@ local.get $length call $~lib/typedarray/Float32Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -64342,14 +64340,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 local.get $i call $~lib/array/Array#__get @@ -64367,39 +64365,39 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.add call $~lib/arraybuffer/ArrayBuffer#slice local.tee $buffer - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 drop i32.const 0 @@ -64425,7 +64423,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1 @@ -64433,7 +64431,7 @@ i32.const 0 call $~lib/typedarray/Float32Array.wrap@varargs local.tee $result - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $i|6 loop $for-loop|1 @@ -64445,7 +64443,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Float32Array#__get @@ -64453,7 +64451,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Float32Array#__get @@ -64494,15 +64492,15 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/WRAP<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 - i32.store $0 + i32.store local.get $byteOffset local.set $byteOffset|4 local.get $length @@ -64511,7 +64509,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=4 + i32.store offset=4 local.get $9 call $~lib/arraybuffer/ArrayBuffer#get:byteLength local.set $bufferByteLength @@ -64585,22 +64583,22 @@ i32.const 14 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 - i32.store $0 + i32.store local.get $out local.get $buffer|3 i32.const 0 call $~lib/rt/itcms/__link local.get $out local.get $byteLength - i32.store $0 offset=8 + i32.store offset=8 local.get $out local.get $buffer|3 local.get $byteOffset|4 i32.add - i32.store $0 offset=4 + i32.store offset=4 local.get $out br $~lib/typedarray/WRAP<~lib/typedarray/Float64Array,f64>|inlined.0 end @@ -64621,7 +64619,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -64643,7 +64641,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $byteOffset local.get $length @@ -64672,16 +64670,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer global.get $std/typedarray/testArrayWrapValues local.tee $values - i32.store $0 + i32.store local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/array/Array#get:length local.set $length @@ -64690,7 +64688,7 @@ local.get $length call $~lib/typedarray/Float64Array#constructor local.tee $array - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 local.set $i loop $for-loop|0 @@ -64702,14 +64700,14 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i local.get $values local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 local.get $i call $~lib/array/Array#__get @@ -64727,39 +64725,39 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:buffer local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $array local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=12 + i32.store offset=12 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.add call $~lib/arraybuffer/ArrayBuffer#slice local.tee $buffer - i32.store $0 offset=16 + i32.store offset=16 i32.const 0 drop i32.const 0 @@ -64787,7 +64785,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1 @@ -64795,7 +64793,7 @@ i32.const 0 call $~lib/typedarray/Float64Array.wrap@varargs local.tee $result - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $i|6 loop $for-loop|1 @@ -64807,7 +64805,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Float64Array#__get @@ -64815,7 +64813,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $i|6 call $~lib/typedarray/Float64Array#__get @@ -64859,18 +64857,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -64879,7 +64877,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -64896,7 +64894,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int8Array#get:length i32.gt_s @@ -64913,7 +64911,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -64925,7 +64923,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -64951,7 +64949,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -64959,7 +64957,7 @@ drop local.get $ptr local.get $value - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -64981,17 +64979,17 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.add - i32.load8_s $0 + i32.load8_s local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -65009,19 +65007,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:dataStart local.get $index i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -65043,12 +65041,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $target local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/typedarray/Int8Array#get:length local.set $len @@ -65057,7 +65055,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length i32.eq @@ -65081,7 +65079,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/typedarray/Int8Array#__uget @@ -65090,7 +65088,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/array/Array#__uget @@ -65103,7 +65101,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 3 local.get $i @@ -65147,12 +65145,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -65181,18 +65179,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -65201,7 +65199,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -65218,7 +65216,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int8Array#get:length i32.gt_s @@ -65235,7 +65233,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -65247,7 +65245,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -65273,7 +65271,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value i32.const 0 drop @@ -65292,7 +65290,7 @@ else i32.const 0 end - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -65323,18 +65321,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -65343,7 +65341,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int64Array#get:length local.set $sourceLen @@ -65360,7 +65358,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int8Array#get:length i32.gt_s @@ -65377,7 +65375,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -65389,7 +65387,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -65415,7 +65413,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value i32.const 0 drop @@ -65424,7 +65422,7 @@ local.get $ptr local.get $value i32.wrap_i64 - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -65446,12 +65444,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -65480,18 +65478,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -65500,7 +65498,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -65517,7 +65515,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int8Array#get:length i32.gt_s @@ -65534,7 +65532,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -65546,7 +65544,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -65572,7 +65570,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value i32.const 0 drop @@ -65591,7 +65589,7 @@ else i32.const 0 end - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -65619,18 +65617,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -65639,7 +65637,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Uint8Array#get:length local.set $sourceLen @@ -65656,7 +65654,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Int8Array#get:length i32.gt_s @@ -65673,7 +65671,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -65685,7 +65683,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -65697,7 +65695,7 @@ local.get $sourceLen i32.const 0 i32.shl - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -65721,18 +65719,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -65741,7 +65739,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int16Array#get:length local.set $sourceLen @@ -65758,7 +65756,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int8Array#get:length i32.gt_s @@ -65775,7 +65773,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -65787,7 +65785,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -65813,7 +65811,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $value i32.const 0 drop @@ -65821,7 +65819,7 @@ drop local.get $ptr local.get $value - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -65849,18 +65847,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -65869,7 +65867,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/array/Array#get:length local.set $sourceLen @@ -65886,7 +65884,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Int8Array#get:length i32.gt_s @@ -65903,7 +65901,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -65915,7 +65913,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -65927,7 +65925,7 @@ local.get $sourceLen i32.const 0 i32.shl - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -65957,18 +65955,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $setSource4 - i32.store $0 + i32.store local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i64.const 7 @@ -65977,7 +65975,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i64.const 8 @@ -65986,7 +65984,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i64.const 9 @@ -65996,12 +65994,12 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $setSource5 - i32.store $0 offset=8 + i32.store offset=8 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 100 @@ -66010,7 +66008,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 101 @@ -66019,7 +66017,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 102 @@ -66028,7 +66026,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 3 i32.const 103 @@ -66038,12 +66036,12 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $setSource6 - i32.store $0 offset=12 + i32.store offset=12 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 1000 @@ -66052,7 +66050,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 1001 @@ -66061,7 +66059,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 1002 @@ -66071,18 +66069,18 @@ i32.const 10 call $~lib/typedarray/Int8Array#constructor local.tee $a - i32.store $0 offset=16 + i32.store offset=16 local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource1 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Int8Array#set<~lib/array/Array> @@ -66090,7 +66088,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 0 @@ -66100,20 +66098,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource2 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 3 call $~lib/typedarray/Int8Array#set<~lib/array/Array> @@ -66121,7 +66119,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 0 @@ -66131,20 +66129,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 6 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Int64Array> @@ -66152,7 +66150,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 0 @@ -66162,7 +66160,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> i32.const 1 @@ -66171,13 +66169,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource3 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 2 call $~lib/typedarray/Int8Array#set<~lib/array/Array> @@ -66185,7 +66183,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 0 @@ -66195,20 +66193,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Uint8Array> @@ -66216,13 +66214,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 4 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Int16Array> @@ -66230,13 +66228,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource7 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 7 call $~lib/typedarray/Int8Array#set<~lib/array/Array> @@ -66246,7 +66244,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 0 @@ -66256,7 +66254,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> global.get $~lib/memory/__stack_pointer @@ -66282,18 +66280,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -66302,7 +66300,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -66319,7 +66317,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8Array#get:length i32.gt_s @@ -66336,7 +66334,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -66348,7 +66346,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -66374,7 +66372,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -66382,7 +66380,7 @@ drop local.get $ptr local.get $value - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -66404,12 +66402,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -66429,17 +66427,17 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.add - i32.load8_u $0 + i32.load8_u local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -66457,19 +66455,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:dataStart local.get $index i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -66491,12 +66489,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $target local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/typedarray/Uint8Array#get:length local.set $len @@ -66505,7 +66503,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length i32.eq @@ -66529,7 +66527,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/typedarray/Uint8Array#__uget @@ -66538,7 +66536,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/array/Array#__uget @@ -66551,7 +66549,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 3 local.get $i @@ -66604,18 +66602,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -66624,7 +66622,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -66641,7 +66639,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8Array#get:length i32.gt_s @@ -66658,7 +66656,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -66670,7 +66668,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -66696,7 +66694,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value i32.const 0 drop @@ -66715,7 +66713,7 @@ else i32.const 0 end - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -66746,18 +66744,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -66766,7 +66764,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int64Array#get:length local.set $sourceLen @@ -66783,7 +66781,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8Array#get:length i32.gt_s @@ -66800,7 +66798,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -66812,7 +66810,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -66838,7 +66836,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value i32.const 0 drop @@ -66847,7 +66845,7 @@ local.get $ptr local.get $value i32.wrap_i64 - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -66878,18 +66876,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -66898,7 +66896,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -66915,7 +66913,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8Array#get:length i32.gt_s @@ -66932,7 +66930,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -66944,7 +66942,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -66970,7 +66968,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value i32.const 0 drop @@ -66989,7 +66987,7 @@ else i32.const 0 end - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -67017,18 +67015,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -67037,7 +67035,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Uint8Array#get:length local.set $sourceLen @@ -67054,7 +67052,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Uint8Array#get:length i32.gt_s @@ -67071,7 +67069,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -67083,7 +67081,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -67095,7 +67093,7 @@ local.get $sourceLen i32.const 0 i32.shl - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -67119,18 +67117,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -67139,7 +67137,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int16Array#get:length local.set $sourceLen @@ -67156,7 +67154,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8Array#get:length i32.gt_s @@ -67173,7 +67171,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -67185,7 +67183,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -67211,7 +67209,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $value i32.const 0 drop @@ -67219,7 +67217,7 @@ drop local.get $ptr local.get $value - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -67247,18 +67245,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -67267,7 +67265,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/array/Array#get:length local.set $sourceLen @@ -67284,7 +67282,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Uint8Array#get:length i32.gt_s @@ -67301,7 +67299,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -67313,7 +67311,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -67325,7 +67323,7 @@ local.get $sourceLen i32.const 0 i32.shl - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -67355,18 +67353,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $setSource4 - i32.store $0 + i32.store local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i64.const 7 @@ -67375,7 +67373,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i64.const 8 @@ -67384,7 +67382,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i64.const 9 @@ -67394,12 +67392,12 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $setSource5 - i32.store $0 offset=8 + i32.store offset=8 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 100 @@ -67408,7 +67406,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 101 @@ -67417,7 +67415,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 102 @@ -67426,7 +67424,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 3 i32.const 103 @@ -67436,12 +67434,12 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $setSource6 - i32.store $0 offset=12 + i32.store offset=12 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 1000 @@ -67450,7 +67448,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 1001 @@ -67459,7 +67457,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 1002 @@ -67469,18 +67467,18 @@ i32.const 10 call $~lib/typedarray/Uint8Array#constructor local.tee $a - i32.store $0 offset=16 + i32.store offset=16 local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource1 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Uint8Array#set<~lib/array/Array> @@ -67488,7 +67486,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 0 @@ -67498,20 +67496,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource2 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 3 call $~lib/typedarray/Uint8Array#set<~lib/array/Array> @@ -67519,7 +67517,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 0 @@ -67529,20 +67527,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 6 call $~lib/typedarray/Uint8Array#set<~lib/typedarray/Int64Array> @@ -67550,7 +67548,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 0 @@ -67560,7 +67558,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> i32.const 1 @@ -67569,13 +67567,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource3 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 2 call $~lib/typedarray/Uint8Array#set<~lib/array/Array> @@ -67583,7 +67581,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 0 @@ -67593,20 +67591,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Uint8Array#set<~lib/typedarray/Uint8Array> @@ -67614,13 +67612,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 4 call $~lib/typedarray/Uint8Array#set<~lib/typedarray/Int16Array> @@ -67628,13 +67626,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource7 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 7 call $~lib/typedarray/Uint8Array#set<~lib/array/Array> @@ -67644,7 +67642,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 0 @@ -67654,7 +67652,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer @@ -67680,18 +67678,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -67700,7 +67698,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -67717,7 +67715,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8ClampedArray#get:length i32.gt_s @@ -67734,7 +67732,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -67746,7 +67744,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -67772,7 +67770,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 1 drop @@ -67799,7 +67797,7 @@ local.get $value i32.or i32.and - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -67821,17 +67819,17 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.add - i32.load8_u $0 + i32.load8_u local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -67853,12 +67851,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $target local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/typedarray/Uint8ClampedArray#get:length local.set $len @@ -67867,7 +67865,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length i32.eq @@ -67891,7 +67889,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/typedarray/Uint8ClampedArray#__uget @@ -67900,7 +67898,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/array/Array#__uget @@ -67913,7 +67911,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 3 local.get $i @@ -67966,18 +67964,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -67986,7 +67984,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -68003,7 +68001,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8ClampedArray#get:length i32.gt_s @@ -68020,7 +68018,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -68032,7 +68030,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -68058,7 +68056,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value i32.const 1 drop @@ -68080,7 +68078,7 @@ else i32.const 0 end - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -68111,18 +68109,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -68131,7 +68129,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int64Array#get:length local.set $sourceLen @@ -68148,7 +68146,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8ClampedArray#get:length i32.gt_s @@ -68165,7 +68163,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -68177,7 +68175,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -68203,7 +68201,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value i32.const 1 drop @@ -68234,7 +68232,7 @@ local.get $value i64.or i64.and - i64.store8 $0 + i64.store8 local.get $i i32.const 1 i32.add @@ -68265,18 +68263,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -68285,7 +68283,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -68302,7 +68300,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8ClampedArray#get:length i32.gt_s @@ -68319,7 +68317,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -68331,7 +68329,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -68357,7 +68355,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value i32.const 1 drop @@ -68379,7 +68377,7 @@ else i32.const 0 end - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -68407,18 +68405,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -68427,7 +68425,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Uint8Array#get:length local.set $sourceLen @@ -68444,7 +68442,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Uint8ClampedArray#get:length i32.gt_s @@ -68461,7 +68459,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -68473,7 +68471,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -68485,7 +68483,7 @@ local.get $sourceLen i32.const 0 i32.shl - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -68509,18 +68507,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -68529,7 +68527,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int16Array#get:length local.set $sourceLen @@ -68546,7 +68544,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8ClampedArray#get:length i32.gt_s @@ -68563,7 +68561,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -68575,7 +68573,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -68601,7 +68599,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $value i32.const 1 drop @@ -68628,7 +68626,7 @@ local.get $value i32.or i32.and - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -68659,18 +68657,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -68679,7 +68677,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -68696,7 +68694,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8ClampedArray#get:length i32.gt_s @@ -68713,7 +68711,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -68725,7 +68723,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -68750,7 +68748,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value i32.const 1 drop @@ -68777,7 +68775,7 @@ local.get $value i32.or i32.and - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -68814,18 +68812,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $setSource4 - i32.store $0 + i32.store local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i64.const 7 @@ -68834,7 +68832,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i64.const 8 @@ -68843,7 +68841,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i64.const 9 @@ -68853,12 +68851,12 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $setSource5 - i32.store $0 offset=8 + i32.store offset=8 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 100 @@ -68867,7 +68865,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 101 @@ -68876,7 +68874,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 102 @@ -68885,7 +68883,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 3 i32.const 103 @@ -68895,12 +68893,12 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $setSource6 - i32.store $0 offset=12 + i32.store offset=12 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 1000 @@ -68909,7 +68907,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 1001 @@ -68918,7 +68916,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 1002 @@ -68928,18 +68926,18 @@ i32.const 10 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $a - i32.store $0 offset=16 + i32.store offset=16 local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource1 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#set<~lib/array/Array> @@ -68947,7 +68945,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 0 @@ -68957,20 +68955,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource2 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#set<~lib/array/Array> @@ -68978,7 +68976,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 0 @@ -68988,20 +68986,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 6 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int64Array> @@ -69009,7 +69007,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 0 @@ -69019,7 +69017,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> i32.const 1 @@ -69028,13 +69026,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource3 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#set<~lib/array/Array> @@ -69042,7 +69040,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 0 @@ -69052,20 +69050,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Uint8Array> @@ -69073,13 +69071,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 4 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int16Array> @@ -69087,13 +69085,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource7 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 7 call $~lib/typedarray/Uint8ClampedArray#set<~lib/array/Array> @@ -69103,7 +69101,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 0 @@ -69113,7 +69111,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> global.get $~lib/memory/__stack_pointer @@ -69139,18 +69137,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -69159,7 +69157,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -69176,7 +69174,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int16Array#get:length i32.gt_s @@ -69193,7 +69191,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -69205,7 +69203,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -69231,7 +69229,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -69239,7 +69237,7 @@ drop local.get $ptr local.get $value - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -69261,12 +69259,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -69286,19 +69284,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -69316,19 +69314,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:dataStart local.get $index i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -69350,12 +69348,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $target local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/typedarray/Int16Array#get:length local.set $len @@ -69364,7 +69362,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length i32.eq @@ -69388,7 +69386,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/typedarray/Int16Array#__uget @@ -69397,7 +69395,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/array/Array#__uget @@ -69410,7 +69408,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 3 local.get $i @@ -69463,18 +69461,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -69483,7 +69481,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -69500,7 +69498,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int16Array#get:length i32.gt_s @@ -69517,7 +69515,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -69529,7 +69527,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -69555,7 +69553,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value i32.const 0 drop @@ -69574,7 +69572,7 @@ else i32.const 0 end - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -69605,18 +69603,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -69625,7 +69623,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int64Array#get:length local.set $sourceLen @@ -69642,7 +69640,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int16Array#get:length i32.gt_s @@ -69659,7 +69657,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -69671,7 +69669,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -69697,7 +69695,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value i32.const 0 drop @@ -69706,7 +69704,7 @@ local.get $ptr local.get $value i32.wrap_i64 - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -69737,18 +69735,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -69757,7 +69755,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -69774,7 +69772,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int16Array#get:length i32.gt_s @@ -69791,7 +69789,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -69803,7 +69801,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -69829,7 +69827,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value i32.const 0 drop @@ -69848,7 +69846,7 @@ else i32.const 0 end - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -69879,18 +69877,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -69899,7 +69897,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8Array#get:length local.set $sourceLen @@ -69916,7 +69914,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int16Array#get:length i32.gt_s @@ -69933,7 +69931,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -69945,7 +69943,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -69971,7 +69969,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $value i32.const 0 drop @@ -69979,7 +69977,7 @@ drop local.get $ptr local.get $value - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -70007,18 +70005,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -70027,7 +70025,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Int16Array#get:length local.set $sourceLen @@ -70044,7 +70042,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Int16Array#get:length i32.gt_s @@ -70061,7 +70059,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -70073,7 +70071,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -70085,7 +70083,7 @@ local.get $sourceLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -70109,18 +70107,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -70129,7 +70127,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -70146,7 +70144,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int16Array#get:length i32.gt_s @@ -70163,7 +70161,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -70175,7 +70173,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -70201,7 +70199,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value i32.const 0 drop @@ -70209,7 +70207,7 @@ drop local.get $ptr local.get $value - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -70246,18 +70244,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $setSource4 - i32.store $0 + i32.store local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i64.const 7 @@ -70266,7 +70264,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i64.const 8 @@ -70275,7 +70273,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i64.const 9 @@ -70285,12 +70283,12 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $setSource5 - i32.store $0 offset=8 + i32.store offset=8 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 100 @@ -70299,7 +70297,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 101 @@ -70308,7 +70306,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 102 @@ -70317,7 +70315,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 3 i32.const 103 @@ -70327,12 +70325,12 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $setSource6 - i32.store $0 offset=12 + i32.store offset=12 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 1000 @@ -70341,7 +70339,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 1001 @@ -70350,7 +70348,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 1002 @@ -70360,18 +70358,18 @@ i32.const 10 call $~lib/typedarray/Int16Array#constructor local.tee $a - i32.store $0 offset=16 + i32.store offset=16 local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource1 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Int16Array#set<~lib/array/Array> @@ -70379,7 +70377,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 1 @@ -70389,20 +70387,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource2 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 3 call $~lib/typedarray/Int16Array#set<~lib/array/Array> @@ -70410,7 +70408,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 1 @@ -70420,20 +70418,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 6 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Int64Array> @@ -70441,7 +70439,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 1 @@ -70451,7 +70449,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> i32.const 1 @@ -70460,13 +70458,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource3 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 2 call $~lib/typedarray/Int16Array#set<~lib/array/Array> @@ -70474,7 +70472,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 1 @@ -70484,20 +70482,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Uint8Array> @@ -70505,13 +70503,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 4 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Int16Array> @@ -70519,13 +70517,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource7 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 7 call $~lib/typedarray/Int16Array#set<~lib/array/Array> @@ -70535,7 +70533,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 1 @@ -70545,7 +70543,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer @@ -70571,18 +70569,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -70591,7 +70589,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -70608,7 +70606,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint16Array#get:length i32.gt_s @@ -70625,7 +70623,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -70637,7 +70635,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -70663,7 +70661,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -70671,7 +70669,7 @@ drop local.get $ptr local.get $value - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -70693,12 +70691,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -70718,19 +70716,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -70748,19 +70746,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:dataStart local.get $index i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -70782,12 +70780,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $target local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/typedarray/Uint16Array#get:length local.set $len @@ -70796,7 +70794,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length i32.eq @@ -70820,7 +70818,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/typedarray/Uint16Array#__uget @@ -70829,7 +70827,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/array/Array#__uget @@ -70842,7 +70840,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 3 local.get $i @@ -70895,18 +70893,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -70915,7 +70913,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -70932,7 +70930,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint16Array#get:length i32.gt_s @@ -70949,7 +70947,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -70961,7 +70959,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -70987,7 +70985,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value i32.const 0 drop @@ -71006,7 +71004,7 @@ else i32.const 0 end - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -71037,18 +71035,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -71057,7 +71055,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int64Array#get:length local.set $sourceLen @@ -71074,7 +71072,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint16Array#get:length i32.gt_s @@ -71091,7 +71089,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -71103,7 +71101,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -71129,7 +71127,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value i32.const 0 drop @@ -71138,7 +71136,7 @@ local.get $ptr local.get $value i32.wrap_i64 - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -71169,18 +71167,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -71189,7 +71187,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -71206,7 +71204,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint16Array#get:length i32.gt_s @@ -71223,7 +71221,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -71235,7 +71233,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -71261,7 +71259,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value i32.const 0 drop @@ -71280,7 +71278,7 @@ else i32.const 0 end - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -71311,18 +71309,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -71331,7 +71329,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8Array#get:length local.set $sourceLen @@ -71348,7 +71346,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint16Array#get:length i32.gt_s @@ -71365,7 +71363,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -71377,7 +71375,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -71403,7 +71401,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $value i32.const 0 drop @@ -71411,7 +71409,7 @@ drop local.get $ptr local.get $value - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -71439,18 +71437,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -71459,7 +71457,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Int16Array#get:length local.set $sourceLen @@ -71476,7 +71474,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Uint16Array#get:length i32.gt_s @@ -71493,7 +71491,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -71505,7 +71503,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -71517,7 +71515,7 @@ local.get $sourceLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -71541,18 +71539,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -71561,7 +71559,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -71578,7 +71576,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint16Array#get:length i32.gt_s @@ -71595,7 +71593,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -71607,7 +71605,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -71633,7 +71631,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value i32.const 0 drop @@ -71641,7 +71639,7 @@ drop local.get $ptr local.get $value - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -71678,18 +71676,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $setSource4 - i32.store $0 + i32.store local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i64.const 7 @@ -71698,7 +71696,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i64.const 8 @@ -71707,7 +71705,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i64.const 9 @@ -71717,12 +71715,12 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $setSource5 - i32.store $0 offset=8 + i32.store offset=8 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 100 @@ -71731,7 +71729,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 101 @@ -71740,7 +71738,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 102 @@ -71749,7 +71747,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 3 i32.const 103 @@ -71759,12 +71757,12 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $setSource6 - i32.store $0 offset=12 + i32.store offset=12 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 1000 @@ -71773,7 +71771,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 1001 @@ -71782,7 +71780,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 1002 @@ -71792,18 +71790,18 @@ i32.const 10 call $~lib/typedarray/Uint16Array#constructor local.tee $a - i32.store $0 offset=16 + i32.store offset=16 local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource1 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Uint16Array#set<~lib/array/Array> @@ -71811,7 +71809,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 1 @@ -71821,20 +71819,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource2 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 3 call $~lib/typedarray/Uint16Array#set<~lib/array/Array> @@ -71842,7 +71840,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 1 @@ -71852,20 +71850,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 6 call $~lib/typedarray/Uint16Array#set<~lib/typedarray/Int64Array> @@ -71873,7 +71871,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 1 @@ -71883,7 +71881,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> i32.const 1 @@ -71892,13 +71890,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource3 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 2 call $~lib/typedarray/Uint16Array#set<~lib/array/Array> @@ -71906,7 +71904,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 1 @@ -71916,20 +71914,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Uint16Array#set<~lib/typedarray/Uint8Array> @@ -71937,13 +71935,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 4 call $~lib/typedarray/Uint16Array#set<~lib/typedarray/Int16Array> @@ -71951,13 +71949,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource7 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 7 call $~lib/typedarray/Uint16Array#set<~lib/array/Array> @@ -71967,7 +71965,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 1 @@ -71977,7 +71975,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> global.get $~lib/memory/__stack_pointer @@ -72000,18 +71998,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -72020,7 +72018,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/array/Array#get:length local.set $sourceLen @@ -72037,7 +72035,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Int32Array#get:length i32.gt_s @@ -72054,7 +72052,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -72066,7 +72064,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -72078,7 +72076,7 @@ local.get $sourceLen i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -72093,19 +72091,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -72123,19 +72121,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -72157,12 +72155,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $target local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/typedarray/Int32Array#get:length local.set $len @@ -72171,7 +72169,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length i32.eq @@ -72195,7 +72193,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/typedarray/Int32Array#__uget @@ -72204,7 +72202,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/array/Array#__uget @@ -72217,7 +72215,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 3 local.get $i @@ -72270,18 +72268,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -72290,7 +72288,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -72307,7 +72305,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int32Array#get:length i32.gt_s @@ -72324,7 +72322,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -72336,7 +72334,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -72362,7 +72360,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value i32.const 0 drop @@ -72381,7 +72379,7 @@ else i32.const 0 end - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -72412,18 +72410,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -72432,7 +72430,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int64Array#get:length local.set $sourceLen @@ -72449,7 +72447,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int32Array#get:length i32.gt_s @@ -72466,7 +72464,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -72478,7 +72476,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -72504,7 +72502,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value i32.const 0 drop @@ -72513,7 +72511,7 @@ local.get $ptr local.get $value i32.wrap_i64 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -72544,18 +72542,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -72564,7 +72562,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -72581,7 +72579,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int32Array#get:length i32.gt_s @@ -72598,7 +72596,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -72610,7 +72608,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -72636,7 +72634,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value i32.const 0 drop @@ -72655,7 +72653,7 @@ else i32.const 0 end - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -72686,18 +72684,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -72706,7 +72704,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8Array#get:length local.set $sourceLen @@ -72723,7 +72721,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int32Array#get:length i32.gt_s @@ -72740,7 +72738,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -72752,7 +72750,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -72778,7 +72776,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $value i32.const 0 drop @@ -72786,7 +72784,7 @@ drop local.get $ptr local.get $value - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -72817,18 +72815,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -72837,7 +72835,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int16Array#get:length local.set $sourceLen @@ -72854,7 +72852,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int32Array#get:length i32.gt_s @@ -72871,7 +72869,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -72883,7 +72881,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -72909,7 +72907,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $value i32.const 0 drop @@ -72917,7 +72915,7 @@ drop local.get $ptr local.get $value - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -72948,18 +72946,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -72968,7 +72966,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -72985,7 +72983,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int32Array#get:length i32.gt_s @@ -73002,7 +73000,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -73014,7 +73012,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -73040,7 +73038,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value i32.const 0 drop @@ -73048,7 +73046,7 @@ drop local.get $ptr local.get $value - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -73085,18 +73083,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $setSource4 - i32.store $0 + i32.store local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i64.const 7 @@ -73105,7 +73103,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i64.const 8 @@ -73114,7 +73112,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i64.const 9 @@ -73124,12 +73122,12 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $setSource5 - i32.store $0 offset=8 + i32.store offset=8 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 100 @@ -73138,7 +73136,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 101 @@ -73147,7 +73145,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 102 @@ -73156,7 +73154,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 3 i32.const 103 @@ -73166,12 +73164,12 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $setSource6 - i32.store $0 offset=12 + i32.store offset=12 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 1000 @@ -73180,7 +73178,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 1001 @@ -73189,7 +73187,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 1002 @@ -73199,18 +73197,18 @@ i32.const 10 call $~lib/typedarray/Int32Array#constructor local.tee $a - i32.store $0 offset=16 + i32.store offset=16 local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource1 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Int32Array#set<~lib/array/Array> @@ -73218,7 +73216,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 2 @@ -73228,20 +73226,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource2 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 3 call $~lib/typedarray/Int32Array#set<~lib/array/Array> @@ -73249,7 +73247,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 2 @@ -73259,20 +73257,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 6 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Int64Array> @@ -73280,7 +73278,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 2 @@ -73290,7 +73288,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> i32.const 1 @@ -73299,13 +73297,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource3 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 2 call $~lib/typedarray/Int32Array#set<~lib/array/Array> @@ -73313,7 +73311,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 2 @@ -73323,20 +73321,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Uint8Array> @@ -73344,13 +73342,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 4 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Int16Array> @@ -73358,13 +73356,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource7 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 7 call $~lib/typedarray/Int32Array#set<~lib/array/Array> @@ -73374,7 +73372,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 2 @@ -73384,7 +73382,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> global.get $~lib/memory/__stack_pointer @@ -73407,18 +73405,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -73427,7 +73425,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/array/Array#get:length local.set $sourceLen @@ -73444,7 +73442,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Uint32Array#get:length i32.gt_s @@ -73461,7 +73459,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -73473,7 +73471,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -73485,7 +73483,7 @@ local.get $sourceLen i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -73500,12 +73498,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -73525,19 +73523,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -73555,19 +73553,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -73589,12 +73587,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $target local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/typedarray/Uint32Array#get:length local.set $len @@ -73603,7 +73601,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length i32.eq @@ -73627,7 +73625,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/typedarray/Uint32Array#__uget @@ -73636,7 +73634,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/array/Array#__uget @@ -73649,7 +73647,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 3 local.get $i @@ -73702,18 +73700,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -73722,7 +73720,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -73739,7 +73737,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint32Array#get:length i32.gt_s @@ -73756,7 +73754,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -73768,7 +73766,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -73794,7 +73792,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value i32.const 0 drop @@ -73813,7 +73811,7 @@ else i32.const 0 end - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -73844,18 +73842,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -73864,7 +73862,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int64Array#get:length local.set $sourceLen @@ -73881,7 +73879,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint32Array#get:length i32.gt_s @@ -73898,7 +73896,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -73910,7 +73908,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -73936,7 +73934,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value i32.const 0 drop @@ -73945,7 +73943,7 @@ local.get $ptr local.get $value i32.wrap_i64 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -73976,18 +73974,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -73996,7 +73994,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -74013,7 +74011,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint32Array#get:length i32.gt_s @@ -74030,7 +74028,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -74042,7 +74040,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -74068,7 +74066,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value i32.const 0 drop @@ -74087,7 +74085,7 @@ else i32.const 0 end - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -74118,18 +74116,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -74138,7 +74136,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8Array#get:length local.set $sourceLen @@ -74155,7 +74153,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint32Array#get:length i32.gt_s @@ -74172,7 +74170,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -74184,7 +74182,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -74210,7 +74208,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $value i32.const 0 drop @@ -74218,7 +74216,7 @@ drop local.get $ptr local.get $value - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -74249,18 +74247,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -74269,7 +74267,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int16Array#get:length local.set $sourceLen @@ -74286,7 +74284,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint32Array#get:length i32.gt_s @@ -74303,7 +74301,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -74315,7 +74313,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -74341,7 +74339,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $value i32.const 0 drop @@ -74349,7 +74347,7 @@ drop local.get $ptr local.get $value - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -74380,18 +74378,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -74400,7 +74398,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -74417,7 +74415,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint32Array#get:length i32.gt_s @@ -74434,7 +74432,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -74446,7 +74444,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -74472,7 +74470,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value i32.const 0 drop @@ -74480,7 +74478,7 @@ drop local.get $ptr local.get $value - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -74517,18 +74515,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $setSource4 - i32.store $0 + i32.store local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i64.const 7 @@ -74537,7 +74535,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i64.const 8 @@ -74546,7 +74544,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i64.const 9 @@ -74556,12 +74554,12 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $setSource5 - i32.store $0 offset=8 + i32.store offset=8 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 100 @@ -74570,7 +74568,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 101 @@ -74579,7 +74577,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 102 @@ -74588,7 +74586,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 3 i32.const 103 @@ -74598,12 +74596,12 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $setSource6 - i32.store $0 offset=12 + i32.store offset=12 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 1000 @@ -74612,7 +74610,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 1001 @@ -74621,7 +74619,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 1002 @@ -74631,18 +74629,18 @@ i32.const 10 call $~lib/typedarray/Uint32Array#constructor local.tee $a - i32.store $0 offset=16 + i32.store offset=16 local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource1 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Uint32Array#set<~lib/array/Array> @@ -74650,7 +74648,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 2 @@ -74660,20 +74658,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource2 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 3 call $~lib/typedarray/Uint32Array#set<~lib/array/Array> @@ -74681,7 +74679,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 2 @@ -74691,20 +74689,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 6 call $~lib/typedarray/Uint32Array#set<~lib/typedarray/Int64Array> @@ -74712,7 +74710,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 2 @@ -74722,7 +74720,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> i32.const 1 @@ -74731,13 +74729,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource3 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 2 call $~lib/typedarray/Uint32Array#set<~lib/array/Array> @@ -74745,7 +74743,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 2 @@ -74755,20 +74753,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Uint32Array#set<~lib/typedarray/Uint8Array> @@ -74776,13 +74774,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 4 call $~lib/typedarray/Uint32Array#set<~lib/typedarray/Int16Array> @@ -74790,13 +74788,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource7 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 7 call $~lib/typedarray/Uint32Array#set<~lib/array/Array> @@ -74806,7 +74804,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 2 @@ -74816,7 +74814,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> global.get $~lib/memory/__stack_pointer @@ -74842,18 +74840,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -74862,7 +74860,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -74879,7 +74877,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int64Array#get:length i32.gt_s @@ -74896,7 +74894,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -74908,7 +74906,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -74934,7 +74932,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -74943,7 +74941,7 @@ local.get $ptr local.get $value i64.extend_i32_s - i64.store $0 + i64.store local.get $i i32.const 1 i32.add @@ -74965,12 +74963,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -74991,19 +74989,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -75022,19 +75020,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:dataStart local.get $index i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -75056,12 +75054,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $target local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/typedarray/Int64Array#get:length local.set $len @@ -75070,7 +75068,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length i32.eq @@ -75094,7 +75092,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/typedarray/Int64Array#__uget @@ -75103,7 +75101,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/array/Array#__uget @@ -75116,7 +75114,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 3 local.get $i @@ -75169,18 +75167,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -75189,7 +75187,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -75206,7 +75204,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int64Array#get:length i32.gt_s @@ -75223,7 +75221,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -75235,7 +75233,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -75261,7 +75259,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value i32.const 0 drop @@ -75280,7 +75278,7 @@ else i64.const 0 end - i64.store $0 + i64.store local.get $i i32.const 1 i32.add @@ -75308,18 +75306,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -75328,7 +75326,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Int64Array#get:length local.set $sourceLen @@ -75345,7 +75343,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Int64Array#get:length i32.gt_s @@ -75362,7 +75360,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -75374,7 +75372,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -75386,7 +75384,7 @@ local.get $sourceLen i32.const 3 i32.shl - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -75410,18 +75408,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -75430,7 +75428,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -75447,7 +75445,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int64Array#get:length i32.gt_s @@ -75464,7 +75462,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -75476,7 +75474,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -75502,7 +75500,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value i32.const 0 drop @@ -75521,7 +75519,7 @@ else i64.const 0 end - i64.store $0 + i64.store local.get $i i32.const 1 i32.add @@ -75552,18 +75550,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -75572,7 +75570,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8Array#get:length local.set $sourceLen @@ -75589,7 +75587,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int64Array#get:length i32.gt_s @@ -75606,7 +75604,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -75618,7 +75616,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -75644,7 +75642,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $value i32.const 0 drop @@ -75653,7 +75651,7 @@ local.get $ptr local.get $value i64.extend_i32_u - i64.store $0 + i64.store local.get $i i32.const 1 i32.add @@ -75684,18 +75682,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -75704,7 +75702,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int16Array#get:length local.set $sourceLen @@ -75721,7 +75719,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int64Array#get:length i32.gt_s @@ -75738,7 +75736,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -75750,7 +75748,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -75776,7 +75774,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $value i32.const 0 drop @@ -75785,7 +75783,7 @@ local.get $ptr local.get $value i64.extend_i32_s - i64.store $0 + i64.store local.get $i i32.const 1 i32.add @@ -75816,18 +75814,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -75836,7 +75834,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -75853,7 +75851,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int64Array#get:length i32.gt_s @@ -75870,7 +75868,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -75882,7 +75880,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -75908,7 +75906,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value i32.const 0 drop @@ -75917,7 +75915,7 @@ local.get $ptr local.get $value i64.extend_i32_s - i64.store $0 + i64.store local.get $i i32.const 1 i32.add @@ -75954,18 +75952,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $setSource4 - i32.store $0 + i32.store local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i64.const 7 @@ -75974,7 +75972,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i64.const 8 @@ -75983,7 +75981,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i64.const 9 @@ -75993,12 +75991,12 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $setSource5 - i32.store $0 offset=8 + i32.store offset=8 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 100 @@ -76007,7 +76005,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 101 @@ -76016,7 +76014,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 102 @@ -76025,7 +76023,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 3 i32.const 103 @@ -76035,12 +76033,12 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $setSource6 - i32.store $0 offset=12 + i32.store offset=12 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 1000 @@ -76049,7 +76047,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 1001 @@ -76058,7 +76056,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 1002 @@ -76068,18 +76066,18 @@ i32.const 10 call $~lib/typedarray/Int64Array#constructor local.tee $a - i32.store $0 offset=16 + i32.store offset=16 local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource1 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Int64Array#set<~lib/array/Array> @@ -76087,7 +76085,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 3 @@ -76097,20 +76095,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource2 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 3 call $~lib/typedarray/Int64Array#set<~lib/array/Array> @@ -76118,7 +76116,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 3 @@ -76128,20 +76126,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 6 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Int64Array> @@ -76149,7 +76147,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 3 @@ -76159,7 +76157,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> i32.const 1 @@ -76168,13 +76166,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource3 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 2 call $~lib/typedarray/Int64Array#set<~lib/array/Array> @@ -76182,7 +76180,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 3 @@ -76192,20 +76190,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Uint8Array> @@ -76213,13 +76211,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 4 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Int16Array> @@ -76227,13 +76225,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource7 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 7 call $~lib/typedarray/Int64Array#set<~lib/array/Array> @@ -76243,7 +76241,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 3 @@ -76253,7 +76251,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer @@ -76279,18 +76277,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -76299,7 +76297,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -76316,7 +76314,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint64Array#get:length i32.gt_s @@ -76333,7 +76331,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -76345,7 +76343,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -76371,7 +76369,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -76380,7 +76378,7 @@ local.get $ptr local.get $value i64.extend_i32_s - i64.store $0 + i64.store local.get $i i32.const 1 i32.add @@ -76402,12 +76400,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length_ local.set $1 @@ -76428,19 +76426,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -76459,19 +76457,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:dataStart local.get $index i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -76493,12 +76491,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $target local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/typedarray/Uint64Array#get:length local.set $len @@ -76507,7 +76505,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length i32.eq @@ -76531,7 +76529,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/typedarray/Uint64Array#__uget @@ -76540,7 +76538,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/array/Array#__uget @@ -76553,7 +76551,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 3 local.get $i @@ -76606,18 +76604,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -76626,7 +76624,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -76643,7 +76641,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint64Array#get:length i32.gt_s @@ -76660,7 +76658,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -76672,7 +76670,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -76698,7 +76696,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value i32.const 0 drop @@ -76717,7 +76715,7 @@ else i64.const 0 end - i64.store $0 + i64.store local.get $i i32.const 1 i32.add @@ -76745,18 +76743,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -76765,7 +76763,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Int64Array#get:length local.set $sourceLen @@ -76782,7 +76780,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Uint64Array#get:length i32.gt_s @@ -76799,7 +76797,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -76811,7 +76809,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -76823,7 +76821,7 @@ local.get $sourceLen i32.const 3 i32.shl - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -76847,18 +76845,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -76867,7 +76865,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -76884,7 +76882,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint64Array#get:length i32.gt_s @@ -76901,7 +76899,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -76913,7 +76911,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -76939,7 +76937,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $value i32.const 0 drop @@ -76958,7 +76956,7 @@ else i64.const 0 end - i64.store $0 + i64.store local.get $i i32.const 1 i32.add @@ -76989,18 +76987,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -77009,7 +77007,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8Array#get:length local.set $sourceLen @@ -77026,7 +77024,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint64Array#get:length i32.gt_s @@ -77043,7 +77041,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -77055,7 +77053,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -77081,7 +77079,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $value i32.const 0 drop @@ -77090,7 +77088,7 @@ local.get $ptr local.get $value i64.extend_i32_u - i64.store $0 + i64.store local.get $i i32.const 1 i32.add @@ -77121,18 +77119,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -77141,7 +77139,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int16Array#get:length local.set $sourceLen @@ -77158,7 +77156,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint64Array#get:length i32.gt_s @@ -77175,7 +77173,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -77187,7 +77185,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -77213,7 +77211,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $value i32.const 0 drop @@ -77222,7 +77220,7 @@ local.get $ptr local.get $value i64.extend_i32_s - i64.store $0 + i64.store local.get $i i32.const 1 i32.add @@ -77253,18 +77251,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -77273,7 +77271,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -77290,7 +77288,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint64Array#get:length i32.gt_s @@ -77307,7 +77305,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -77319,7 +77317,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -77345,7 +77343,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value i32.const 0 drop @@ -77354,7 +77352,7 @@ local.get $ptr local.get $value i64.extend_i32_s - i64.store $0 + i64.store local.get $i i32.const 1 i32.add @@ -77391,18 +77389,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $setSource4 - i32.store $0 + i32.store local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i64.const 7 @@ -77411,7 +77409,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i64.const 8 @@ -77420,7 +77418,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i64.const 9 @@ -77430,12 +77428,12 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $setSource5 - i32.store $0 offset=8 + i32.store offset=8 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 100 @@ -77444,7 +77442,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 101 @@ -77453,7 +77451,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 102 @@ -77462,7 +77460,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 3 i32.const 103 @@ -77472,12 +77470,12 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $setSource6 - i32.store $0 offset=12 + i32.store offset=12 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 0 i32.const 1000 @@ -77486,7 +77484,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 1 i32.const 1001 @@ -77495,7 +77493,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 2 i32.const 1002 @@ -77505,18 +77503,18 @@ i32.const 10 call $~lib/typedarray/Uint64Array#constructor local.tee $a - i32.store $0 offset=16 + i32.store offset=16 local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource1 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Uint64Array#set<~lib/array/Array> @@ -77524,7 +77522,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 3 @@ -77534,20 +77532,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource2 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 3 call $~lib/typedarray/Uint64Array#set<~lib/array/Array> @@ -77555,7 +77553,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 3 @@ -77565,20 +77563,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource4 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 6 call $~lib/typedarray/Uint64Array#set<~lib/typedarray/Int64Array> @@ -77586,7 +77584,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 3 @@ -77596,7 +77594,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> i32.const 1 @@ -77605,13 +77603,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource3 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 2 call $~lib/typedarray/Uint64Array#set<~lib/array/Array> @@ -77619,7 +77617,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 3 @@ -77629,20 +77627,20 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> local.get $a local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource5 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 0 call $~lib/typedarray/Uint64Array#set<~lib/typedarray/Uint8Array> @@ -77650,13 +77648,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 local.get $setSource6 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 4 call $~lib/typedarray/Uint64Array#set<~lib/typedarray/Int16Array> @@ -77664,13 +77662,13 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 global.get $std/typedarray/setSource7 local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 i32.const 7 call $~lib/typedarray/Uint64Array#set<~lib/array/Array> @@ -77680,7 +77678,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=4 + i32.store offset=4 local.get $14 i32.const 10 i32.const 3 @@ -77690,7 +77688,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=20 + i32.store offset=20 local.get $14 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> global.get $~lib/memory/__stack_pointer @@ -77716,18 +77714,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -77736,7 +77734,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -77753,7 +77751,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Float32Array#get:length i32.gt_s @@ -77770,7 +77768,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -77782,7 +77780,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -77808,7 +77806,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -77817,7 +77815,7 @@ local.get $ptr local.get $value f32.convert_i32_s - f32.store $0 + f32.store local.get $i i32.const 1 i32.add @@ -77840,19 +77838,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -77871,19 +77869,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:dataStart local.get $index i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -77905,12 +77903,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $target local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/typedarray/Float32Array#get:length local.set $len @@ -77919,7 +77917,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length i32.eq @@ -77943,7 +77941,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/typedarray/Float32Array#__uget @@ -77952,7 +77950,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/array/Array#__uget @@ -77965,7 +77963,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 3 local.get $i @@ -78015,18 +78013,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -78035,7 +78033,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/array/Array#get:length local.set $sourceLen @@ -78052,7 +78050,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/typedarray/Float32Array#get:length i32.gt_s @@ -78069,7 +78067,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -78081,7 +78079,7 @@ local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store $0 offset=8 + i32.store offset=8 local.get $9 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -78093,7 +78091,7 @@ local.get $sourceLen i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -78117,18 +78115,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -78137,7 +78135,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int64Array#get:length local.set $sourceLen @@ -78154,7 +78152,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Float32Array#get:length i32.gt_s @@ -78171,7 +78169,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -78183,7 +78181,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -78209,7 +78207,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value i32.const 0 drop @@ -78218,7 +78216,7 @@ local.get $ptr local.get $value f32.convert_i64_s - f32.store $0 + f32.store local.get $i i32.const 1 i32.add @@ -78249,18 +78247,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -78269,7 +78267,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8Array#get:length local.set $sourceLen @@ -78286,7 +78284,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Float32Array#get:length i32.gt_s @@ -78303,7 +78301,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -78315,7 +78313,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -78341,7 +78339,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $value i32.const 0 drop @@ -78350,7 +78348,7 @@ local.get $ptr local.get $value f32.convert_i32_u - f32.store $0 + f32.store local.get $i i32.const 1 i32.add @@ -78381,18 +78379,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -78401,7 +78399,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int16Array#get:length local.set $sourceLen @@ -78418,7 +78416,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Float32Array#get:length i32.gt_s @@ -78435,7 +78433,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -78447,7 +78445,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -78473,7 +78471,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $value i32.const 0 drop @@ -78482,7 +78480,7 @@ local.get $ptr local.get $value f32.convert_i32_s - f32.store $0 + f32.store local.get $i i32.const 1 i32.add @@ -78513,18 +78511,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -78533,7 +78531,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -78550,7 +78548,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Float32Array#get:length i32.gt_s @@ -78567,7 +78565,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -78579,7 +78577,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -78605,7 +78603,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value i32.const 0 drop @@ -78614,7 +78612,7 @@ local.get $ptr local.get $value f32.convert_i32_s - f32.store $0 + f32.store local.get $i i32.const 1 i32.add @@ -78649,18 +78647,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $setSource4 - i32.store $0 + i32.store local.get $setSource4 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 0 i64.const 7 @@ -78669,7 +78667,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 1 i64.const 8 @@ -78678,7 +78676,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 2 i64.const 9 @@ -78688,12 +78686,12 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $setSource5 - i32.store $0 offset=8 + i32.store offset=8 local.get $setSource5 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 0 i32.const 100 @@ -78702,7 +78700,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 1 i32.const 101 @@ -78711,7 +78709,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 2 i32.const 102 @@ -78720,7 +78718,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 3 i32.const 103 @@ -78730,12 +78728,12 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $setSource6 - i32.store $0 offset=12 + i32.store offset=12 local.get $setSource6 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 0 i32.const 1000 @@ -78744,7 +78742,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 1 i32.const 1001 @@ -78753,7 +78751,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 2 i32.const 1002 @@ -78763,18 +78761,18 @@ i32.const 10 call $~lib/typedarray/Float32Array#constructor local.tee $a - i32.store $0 offset=16 + i32.store offset=16 local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 global.get $std/typedarray/setSource1 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 0 call $~lib/typedarray/Float32Array#set<~lib/array/Array> @@ -78782,7 +78780,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 10 i32.const 2 @@ -78792,20 +78790,20 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 call $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 global.get $std/typedarray/setSource2 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 3 call $~lib/typedarray/Float32Array#set<~lib/array/Array> @@ -78813,7 +78811,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 10 i32.const 2 @@ -78823,20 +78821,20 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 call $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $setSource4 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 6 call $~lib/typedarray/Float32Array#set<~lib/typedarray/Int64Array> @@ -78844,7 +78842,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 10 i32.const 2 @@ -78854,7 +78852,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 call $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> i32.const 0 @@ -78863,13 +78861,13 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $setSource5 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 0 call $~lib/typedarray/Float32Array#set<~lib/typedarray/Uint8Array> @@ -78877,13 +78875,13 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $setSource6 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 4 call $~lib/typedarray/Float32Array#set<~lib/typedarray/Int16Array> @@ -78891,13 +78889,13 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 global.get $std/typedarray/setSource7 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 7 call $~lib/typedarray/Float32Array#set<~lib/array/Array> @@ -78907,7 +78905,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 10 i32.const 2 @@ -78917,7 +78915,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 call $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> global.get $~lib/memory/__stack_pointer @@ -78943,18 +78941,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -78963,7 +78961,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -78980,7 +78978,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Float64Array#get:length i32.gt_s @@ -78997,7 +78995,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -79009,7 +79007,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -79035,7 +79033,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 0 drop @@ -79044,7 +79042,7 @@ local.get $ptr local.get $value f64.convert_i32_s - f64.store $0 + f64.store local.get $i i32.const 1 i32.add @@ -79067,19 +79065,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $index i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -79098,19 +79096,19 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:dataStart local.get $index i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -79132,12 +79130,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $target local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/typedarray/Float64Array#get:length local.set $len @@ -79146,7 +79144,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/array/Array#get:length i32.eq @@ -79170,7 +79168,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/typedarray/Float64Array#__uget @@ -79179,7 +79177,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 local.get $i call $~lib/array/Array#__uget @@ -79192,7 +79190,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 i32.const 3 local.get $i @@ -79243,18 +79241,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -79263,7 +79261,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -79280,7 +79278,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Float64Array#get:length i32.gt_s @@ -79297,7 +79295,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -79309,7 +79307,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -79335,7 +79333,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value i32.const 0 drop @@ -79345,7 +79343,7 @@ local.get $ptr local.get $value f64.promote_f32 - f64.store $0 + f64.store local.get $i i32.const 1 i32.add @@ -79376,18 +79374,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -79396,7 +79394,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int64Array#get:length local.set $sourceLen @@ -79413,7 +79411,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Float64Array#get:length i32.gt_s @@ -79430,7 +79428,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -79442,7 +79440,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -79468,7 +79466,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $value i32.const 0 drop @@ -79477,7 +79475,7 @@ local.get $ptr local.get $value f64.convert_i64_s - f64.store $0 + f64.store local.get $i i32.const 1 i32.add @@ -79508,18 +79506,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -79528,7 +79526,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8Array#get:length local.set $sourceLen @@ -79545,7 +79543,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Float64Array#get:length i32.gt_s @@ -79562,7 +79560,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -79574,7 +79572,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -79600,7 +79598,7 @@ i32.const 0 i32.shl i32.add - i32.load8_u $0 + i32.load8_u local.set $value i32.const 0 drop @@ -79609,7 +79607,7 @@ local.get $ptr local.get $value f64.convert_i32_u - f64.store $0 + f64.store local.get $i i32.const 1 i32.add @@ -79640,18 +79638,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -79660,7 +79658,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int16Array#get:length local.set $sourceLen @@ -79677,7 +79675,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Float64Array#get:length i32.gt_s @@ -79694,7 +79692,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -79706,7 +79704,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -79732,7 +79730,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $value i32.const 0 drop @@ -79741,7 +79739,7 @@ local.get $ptr local.get $value f64.convert_i32_s - f64.store $0 + f64.store local.get $i i32.const 1 i32.add @@ -79772,18 +79770,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -79792,7 +79790,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:length local.set $sourceLen @@ -79809,7 +79807,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Float64Array#get:length i32.gt_s @@ -79826,7 +79824,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -79838,7 +79836,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/array/Array#get:dataStart local.set $sourceStart @@ -79864,7 +79862,7 @@ i32.const 0 i32.shl i32.add - i32.load8_s $0 + i32.load8_s local.set $value i32.const 0 drop @@ -79873,7 +79871,7 @@ local.get $ptr local.get $value f64.convert_i32_s - f64.store $0 + f64.store local.get $i i32.const 1 i32.add @@ -79908,18 +79906,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $setSource4 - i32.store $0 + i32.store local.get $setSource4 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 0 i64.const 7 @@ -79928,7 +79926,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 1 i64.const 8 @@ -79937,7 +79935,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 2 i64.const 9 @@ -79947,12 +79945,12 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $setSource5 - i32.store $0 offset=8 + i32.store offset=8 local.get $setSource5 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 0 i32.const 100 @@ -79961,7 +79959,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 1 i32.const 101 @@ -79970,7 +79968,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 2 i32.const 102 @@ -79979,7 +79977,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 3 i32.const 103 @@ -79989,12 +79987,12 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $setSource6 - i32.store $0 offset=12 + i32.store offset=12 local.get $setSource6 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 0 i32.const 1000 @@ -80003,7 +80001,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 1 i32.const 1001 @@ -80012,7 +80010,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 2 i32.const 1002 @@ -80022,18 +80020,18 @@ i32.const 10 call $~lib/typedarray/Float64Array#constructor local.tee $a - i32.store $0 offset=16 + i32.store offset=16 local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 global.get $std/typedarray/setSource1 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 0 call $~lib/typedarray/Float64Array#set<~lib/array/Array> @@ -80041,7 +80039,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 10 i32.const 3 @@ -80051,20 +80049,20 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 call $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 global.get $std/typedarray/setSource2 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 3 call $~lib/typedarray/Float64Array#set<~lib/array/Array> @@ -80072,7 +80070,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 10 i32.const 3 @@ -80082,20 +80080,20 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 call $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> local.get $a local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $setSource4 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 6 call $~lib/typedarray/Float64Array#set<~lib/typedarray/Int64Array> @@ -80103,7 +80101,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 10 i32.const 3 @@ -80113,7 +80111,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 call $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> i32.const 0 @@ -80122,13 +80120,13 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $setSource5 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 0 call $~lib/typedarray/Float64Array#set<~lib/typedarray/Uint8Array> @@ -80136,13 +80134,13 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 local.get $setSource6 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 4 call $~lib/typedarray/Float64Array#set<~lib/typedarray/Int16Array> @@ -80150,13 +80148,13 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 global.get $std/typedarray/setSource7 local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 i32.const 7 call $~lib/typedarray/Float64Array#set<~lib/array/Array> @@ -80166,7 +80164,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=4 + i32.store offset=4 local.get $12 i32.const 10 i32.const 3 @@ -80176,7 +80174,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=20 + i32.store offset=20 local.get $12 call $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> global.get $~lib/memory/__stack_pointer @@ -80202,18 +80200,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -80222,7 +80220,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Float32Array#get:length local.set $sourceLen @@ -80239,7 +80237,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8ClampedArray#get:length i32.gt_s @@ -80256,7 +80254,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -80268,7 +80266,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -80294,7 +80292,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $value i32.const 1 drop @@ -80316,7 +80314,7 @@ else i32.const 0 end - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -80347,18 +80345,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -80367,7 +80365,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Int32Array#get:length local.set $sourceLen @@ -80384,7 +80382,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/typedarray/Uint8ClampedArray#get:length i32.gt_s @@ -80401,7 +80399,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -80413,7 +80411,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 - i32.store $0 offset=8 + i32.store offset=8 local.get $12 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -80439,7 +80437,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 1 drop @@ -80466,7 +80464,7 @@ local.get $value i32.or i32.and - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -80499,18 +80497,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $this local.tee $target - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $source local.tee $source|4 - i32.store $0 offset=4 + i32.store offset=4 local.get $offset local.set $offset|5 i32.const 0 @@ -80519,7 +80517,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/typedarray/Uint32Array#get:length local.set $sourceLen @@ -80536,7 +80534,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/typedarray/Uint8ClampedArray#get:length i32.gt_s @@ -80553,7 +80551,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $offset|5 @@ -80565,7 +80563,7 @@ local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 - i32.store $0 offset=8 + i32.store offset=8 local.get $14 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.set $sourceStart @@ -80591,7 +80589,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $value i32.const 1 drop @@ -80609,7 +80607,7 @@ local.get $13 i32.lt_u select - i32.store8 $0 + i32.store8 local.get $i i32.const 1 i32.add @@ -80662,7 +80660,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.const 48 i32.le_s @@ -80697,18 +80695,18 @@ br $break|0 end local.get $ptr - i32.load8_s $0 + i32.load8_s local.set $a local.get $ptr - i32.load8_s $0 offset=1 + i32.load8_s offset=1 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -80717,22 +80715,22 @@ local.get $a local.get $c select - i32.store8 $0 + i32.store8 local.get $a local.get $b local.get $c select local.set $a local.get $ptr - i32.load8_s $0 offset=2 + i32.load8_s offset=2 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -80741,27 +80739,27 @@ local.get $a local.get $c select - i32.store8 $0 offset=1 + i32.store8 offset=1 local.get $ptr local.get $a local.get $b local.get $c select - i32.store8 $0 offset=2 + i32.store8 offset=2 end local.get $ptr - i32.load8_s $0 + i32.load8_s local.set $a|7 local.get $ptr - i32.load8_s $0 offset=1 + i32.load8_s offset=1 local.set $b|8 local.get $a|7 local.get $b|8 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c|9 @@ -80770,13 +80768,13 @@ local.get $a|7 local.get $c|9 select - i32.store8 $0 + i32.store8 local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - i32.store8 $0 offset=1 + i32.store8 offset=1 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -80793,7 +80791,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer @@ -80840,7 +80838,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -80864,7 +80862,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -80895,7 +80893,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -80919,7 +80917,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -80954,7 +80952,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -80977,7 +80975,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -80990,7 +80988,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -80999,7 +80997,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -81010,7 +81008,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -81025,14 +81023,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -81054,7 +81052,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -81067,7 +81065,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -81076,7 +81074,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns end @@ -81105,26 +81103,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int8Array#get:length local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT local.get $this @@ -81145,10 +81143,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -81169,19 +81167,19 @@ br $~lib/util/sort/COMPARATOR|inlined.0 end local.tee $comparator - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Int8Array#sort local.set $2 @@ -81202,21 +81200,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 1 @@ -81225,7 +81223,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -81234,7 +81232,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 3 @@ -81244,19 +81242,19 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int8Array#sort@varargs local.tee $result - i32.store $0 offset=8 + i32.store offset=8 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Int8Array#__get @@ -81275,7 +81273,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Int8Array#__get @@ -81294,7 +81292,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Int8Array#__get @@ -81313,13 +81311,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 14352 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/typedarray/Int8Array#sort drop @@ -81327,7 +81325,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Int8Array#__get @@ -81346,7 +81344,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Int8Array#__get @@ -81365,7 +81363,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Int8Array#__get @@ -81425,7 +81423,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.const 48 i32.le_s @@ -81460,18 +81458,18 @@ br $break|0 end local.get $ptr - i32.load8_u $0 + i32.load8_u local.set $a local.get $ptr - i32.load8_u $0 offset=1 + i32.load8_u offset=1 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -81480,22 +81478,22 @@ local.get $a local.get $c select - i32.store8 $0 + i32.store8 local.get $a local.get $b local.get $c select local.set $a local.get $ptr - i32.load8_u $0 offset=2 + i32.load8_u offset=2 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -81504,27 +81502,27 @@ local.get $a local.get $c select - i32.store8 $0 offset=1 + i32.store8 offset=1 local.get $ptr local.get $a local.get $b local.get $c select - i32.store8 $0 offset=2 + i32.store8 offset=2 end local.get $ptr - i32.load8_u $0 + i32.load8_u local.set $a|7 local.get $ptr - i32.load8_u $0 offset=1 + i32.load8_u offset=1 local.set $b|8 local.get $a|7 local.get $b|8 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c|9 @@ -81533,13 +81531,13 @@ local.get $a|7 local.get $c|9 select - i32.store8 $0 + i32.store8 local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - i32.store8 $0 offset=1 + i32.store8 offset=1 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -81556,7 +81554,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer @@ -81603,7 +81601,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -81627,7 +81625,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -81658,7 +81656,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -81682,7 +81680,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -81717,7 +81715,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -81740,7 +81738,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -81753,7 +81751,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -81762,7 +81760,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -81773,7 +81771,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -81788,14 +81786,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -81817,7 +81815,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -81830,7 +81828,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -81839,7 +81837,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns end @@ -81868,26 +81866,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Uint8Array#get:length local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT local.get $this @@ -81908,10 +81906,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -81930,19 +81928,19 @@ br $~lib/util/sort/COMPARATOR|inlined.0 end local.tee $comparator - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Uint8Array#sort local.set $2 @@ -81963,21 +81961,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 1 @@ -81986,7 +81984,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -81995,7 +81993,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 3 @@ -82005,19 +82003,19 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Uint8Array#sort@varargs local.tee $result - i32.store $0 offset=8 + i32.store offset=8 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -82036,7 +82034,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint8Array#__get @@ -82055,7 +82053,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint8Array#__get @@ -82074,13 +82072,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 14416 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/typedarray/Uint8Array#sort drop @@ -82088,7 +82086,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -82107,7 +82105,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint8Array#__get @@ -82126,7 +82124,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint8Array#__get @@ -82155,26 +82153,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Uint8ClampedArray#get:length local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT local.get $this @@ -82195,10 +82193,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -82217,19 +82215,19 @@ br $~lib/util/sort/COMPARATOR|inlined.1 end local.tee $comparator - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Uint8ClampedArray#sort local.set $2 @@ -82250,21 +82248,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 1 @@ -82273,7 +82271,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -82282,7 +82280,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 3 @@ -82292,19 +82290,19 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Uint8ClampedArray#sort@varargs local.tee $result - i32.store $0 offset=8 + i32.store offset=8 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#__get @@ -82323,7 +82321,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__get @@ -82342,7 +82340,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__get @@ -82361,13 +82359,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 14480 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/typedarray/Uint8ClampedArray#sort drop @@ -82375,7 +82373,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#__get @@ -82394,7 +82392,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__get @@ -82413,7 +82411,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__get @@ -82473,7 +82471,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.const 48 i32.le_s @@ -82508,18 +82506,18 @@ br $break|0 end local.get $ptr - i32.load16_s $0 + i32.load16_s local.set $a local.get $ptr - i32.load16_s $0 offset=2 + i32.load16_s offset=2 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -82528,22 +82526,22 @@ local.get $a local.get $c select - i32.store16 $0 + i32.store16 local.get $a local.get $b local.get $c select local.set $a local.get $ptr - i32.load16_s $0 offset=4 + i32.load16_s offset=4 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -82552,27 +82550,27 @@ local.get $a local.get $c select - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $ptr local.get $a local.get $b local.get $c select - i32.store16 $0 offset=4 + i32.store16 offset=4 end local.get $ptr - i32.load16_s $0 + i32.load16_s local.set $a|7 local.get $ptr - i32.load16_s $0 offset=2 + i32.load16_s offset=2 local.set $b|8 local.get $a|7 local.get $b|8 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c|9 @@ -82581,13 +82579,13 @@ local.get $a|7 local.get $c|9 select - i32.store16 $0 + i32.store16 local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - i32.store16 $0 offset=2 + i32.store16 offset=2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -82604,7 +82602,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer @@ -82651,7 +82649,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -82675,7 +82673,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -82706,7 +82704,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -82730,7 +82728,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -82765,7 +82763,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -82788,7 +82786,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -82801,7 +82799,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -82810,7 +82808,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -82821,7 +82819,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -82836,14 +82834,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -82865,7 +82863,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -82878,7 +82876,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -82887,7 +82885,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns end @@ -82916,26 +82914,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int16Array#get:length local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT local.get $this @@ -82956,10 +82954,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -82980,19 +82978,19 @@ br $~lib/util/sort/COMPARATOR|inlined.0 end local.tee $comparator - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Int16Array#sort local.set $2 @@ -83013,21 +83011,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 1 @@ -83036,7 +83034,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -83045,7 +83043,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 3 @@ -83055,19 +83053,19 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int16Array#sort@varargs local.tee $result - i32.store $0 offset=8 + i32.store offset=8 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Int16Array#__get @@ -83086,7 +83084,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Int16Array#__get @@ -83105,7 +83103,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Int16Array#__get @@ -83124,13 +83122,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 14544 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/typedarray/Int16Array#sort drop @@ -83138,7 +83136,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Int16Array#__get @@ -83157,7 +83155,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Int16Array#__get @@ -83176,7 +83174,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Int16Array#__get @@ -83236,7 +83234,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.const 48 i32.le_s @@ -83271,18 +83269,18 @@ br $break|0 end local.get $ptr - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -83291,22 +83289,22 @@ local.get $a local.get $c select - i32.store16 $0 + i32.store16 local.get $a local.get $b local.get $c select local.set $a local.get $ptr - i32.load16_u $0 offset=4 + i32.load16_u offset=4 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -83315,27 +83313,27 @@ local.get $a local.get $c select - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $ptr local.get $a local.get $b local.get $c select - i32.store16 $0 offset=4 + i32.store16 offset=4 end local.get $ptr - i32.load16_u $0 + i32.load16_u local.set $a|7 local.get $ptr - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.set $b|8 local.get $a|7 local.get $b|8 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c|9 @@ -83344,13 +83342,13 @@ local.get $a|7 local.get $c|9 select - i32.store16 $0 + i32.store16 local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - i32.store16 $0 offset=2 + i32.store16 offset=2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -83367,7 +83365,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer @@ -83414,7 +83412,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -83438,7 +83436,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -83469,7 +83467,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -83493,7 +83491,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -83528,7 +83526,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -83551,7 +83549,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -83564,7 +83562,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -83573,7 +83571,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -83584,7 +83582,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -83599,14 +83597,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -83628,7 +83626,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -83641,7 +83639,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -83650,7 +83648,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns end @@ -83679,26 +83677,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Uint16Array#get:length local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT local.get $this @@ -83719,10 +83717,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -83741,19 +83739,19 @@ br $~lib/util/sort/COMPARATOR|inlined.0 end local.tee $comparator - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Uint16Array#sort local.set $2 @@ -83774,21 +83772,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 1 @@ -83797,7 +83795,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -83806,7 +83804,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 3 @@ -83816,19 +83814,19 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Uint16Array#sort@varargs local.tee $result - i32.store $0 offset=8 + i32.store offset=8 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint16Array#__get @@ -83847,7 +83845,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint16Array#__get @@ -83866,7 +83864,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint16Array#__get @@ -83885,13 +83883,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 14608 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/typedarray/Uint16Array#sort drop @@ -83899,7 +83897,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint16Array#__get @@ -83918,7 +83916,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint16Array#__get @@ -83937,7 +83935,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint16Array#__get @@ -83997,7 +83995,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.const 48 i32.le_s @@ -84032,18 +84030,18 @@ br $break|0 end local.get $ptr - i32.load $0 + i32.load local.set $a local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -84052,22 +84050,22 @@ local.get $a local.get $c select - i32.store $0 + i32.store local.get $a local.get $b local.get $c select local.set $a local.get $ptr - i32.load $0 offset=8 + i32.load offset=8 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -84076,27 +84074,27 @@ local.get $a local.get $c select - i32.store $0 offset=4 + i32.store offset=4 local.get $ptr local.get $a local.get $b local.get $c select - i32.store $0 offset=8 + i32.store offset=8 end local.get $ptr - i32.load $0 + i32.load local.set $a|7 local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.set $b|8 local.get $a|7 local.get $b|8 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c|9 @@ -84105,13 +84103,13 @@ local.get $a|7 local.get $c|9 select - i32.store $0 + i32.store local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -84128,7 +84126,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer @@ -84175,7 +84173,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -84199,7 +84197,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -84230,7 +84228,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -84254,7 +84252,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -84289,7 +84287,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -84312,7 +84310,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -84325,7 +84323,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -84334,7 +84332,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -84345,7 +84343,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -84360,14 +84358,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -84389,7 +84387,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -84402,7 +84400,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -84411,7 +84409,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns end @@ -84440,26 +84438,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int32Array#get:length local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT local.get $this @@ -84480,10 +84478,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -84504,19 +84502,19 @@ br $~lib/util/sort/COMPARATOR|inlined.0 end local.tee $comparator - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Int32Array#sort local.set $2 @@ -84537,21 +84535,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 1 @@ -84560,7 +84558,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -84569,7 +84567,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 3 @@ -84579,19 +84577,19 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#sort@varargs local.tee $result - i32.store $0 offset=8 + i32.store offset=8 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Int32Array#__get @@ -84610,7 +84608,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Int32Array#__get @@ -84629,7 +84627,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Int32Array#__get @@ -84648,13 +84646,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 14672 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/typedarray/Int32Array#sort drop @@ -84662,7 +84660,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Int32Array#__get @@ -84681,7 +84679,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Int32Array#__get @@ -84700,7 +84698,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Int32Array#__get @@ -84760,7 +84758,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.const 48 i32.le_s @@ -84795,18 +84793,18 @@ br $break|0 end local.get $ptr - i32.load $0 + i32.load local.set $a local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -84815,22 +84813,22 @@ local.get $a local.get $c select - i32.store $0 + i32.store local.get $a local.get $b local.get $c select local.set $a local.get $ptr - i32.load $0 offset=8 + i32.load offset=8 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c @@ -84839,27 +84837,27 @@ local.get $a local.get $c select - i32.store $0 offset=4 + i32.store offset=4 local.get $ptr local.get $a local.get $b local.get $c select - i32.store $0 offset=8 + i32.store offset=8 end local.get $ptr - i32.load $0 + i32.load local.set $a|7 local.get $ptr - i32.load $0 offset=4 + i32.load offset=4 local.set $b|8 local.get $a|7 local.get $b|8 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.set $c|9 @@ -84868,13 +84866,13 @@ local.get $a|7 local.get $c|9 select - i32.store $0 + i32.store local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -84891,7 +84889,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer @@ -84938,7 +84936,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -84962,7 +84960,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -84993,7 +84991,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -85017,7 +85015,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -85052,7 +85050,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -85075,7 +85073,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -85088,7 +85086,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -85097,7 +85095,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -85108,7 +85106,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -85123,14 +85121,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -85152,7 +85150,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -85165,7 +85163,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -85174,7 +85172,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns end @@ -85203,26 +85201,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Uint32Array#get:length local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT local.get $this @@ -85243,10 +85241,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -85265,19 +85263,19 @@ br $~lib/util/sort/COMPARATOR|inlined.0 end local.tee $comparator - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Uint32Array#sort local.set $2 @@ -85298,21 +85296,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 1 @@ -85321,7 +85319,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 2 @@ -85330,7 +85328,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 3 @@ -85340,19 +85338,19 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Uint32Array#sort@varargs local.tee $result - i32.store $0 offset=8 + i32.store offset=8 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint32Array#__get @@ -85371,7 +85369,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint32Array#__get @@ -85390,7 +85388,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint32Array#__get @@ -85409,13 +85407,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 14736 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/typedarray/Uint32Array#sort drop @@ -85423,7 +85421,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint32Array#__get @@ -85442,7 +85440,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint32Array#__get @@ -85461,7 +85459,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint32Array#__get @@ -85521,7 +85519,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.const 48 i32.le_s @@ -85556,18 +85554,18 @@ br $break|0 end local.get $ptr - i64.load $0 + i64.load local.set $a local.get $ptr - i64.load $0 offset=8 + i64.load offset=8 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s local.set $c @@ -85576,22 +85574,22 @@ local.get $a local.get $c select - i64.store $0 + i64.store local.get $a local.get $b local.get $c select local.set $a local.get $ptr - i64.load $0 offset=16 + i64.load offset=16 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s local.set $c @@ -85600,27 +85598,27 @@ local.get $a local.get $c select - i64.store $0 offset=8 + i64.store offset=8 local.get $ptr local.get $a local.get $b local.get $c select - i64.store $0 offset=16 + i64.store offset=16 end local.get $ptr - i64.load $0 + i64.load local.set $a|7 local.get $ptr - i64.load $0 offset=8 + i64.load offset=8 local.set $b|8 local.get $a|7 local.get $b|8 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s local.set $c|9 @@ -85629,13 +85627,13 @@ local.get $a|7 local.get $c|9 select - i64.store $0 + i64.store local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -85652,7 +85650,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer @@ -85699,7 +85697,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -85723,7 +85721,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -85754,7 +85752,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -85778,7 +85776,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -85813,7 +85811,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -85836,7 +85834,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -85849,7 +85847,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -85858,7 +85856,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -85869,7 +85867,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -85884,14 +85882,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -85913,7 +85911,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -85926,7 +85924,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -85935,7 +85933,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns end @@ -85964,26 +85962,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int64Array#get:length local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT local.get $this @@ -86004,10 +86002,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -86028,19 +86026,19 @@ br $~lib/util/sort/COMPARATOR|inlined.0 end local.tee $comparator - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Int64Array#sort local.set $2 @@ -86061,21 +86059,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i64.const 1 @@ -86084,7 +86082,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i64.const 2 @@ -86093,7 +86091,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i64.const 3 @@ -86103,19 +86101,19 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int64Array#sort@varargs local.tee $result - i32.store $0 offset=8 + i32.store offset=8 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Int64Array#__get @@ -86134,7 +86132,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Int64Array#__get @@ -86153,7 +86151,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Int64Array#__get @@ -86172,13 +86170,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 14800 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/typedarray/Int64Array#sort drop @@ -86186,7 +86184,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Int64Array#__get @@ -86205,7 +86203,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Int64Array#__get @@ -86224,7 +86222,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Int64Array#__get @@ -86284,7 +86282,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.const 48 i32.le_s @@ -86319,18 +86317,18 @@ br $break|0 end local.get $ptr - i64.load $0 + i64.load local.set $a local.get $ptr - i64.load $0 offset=8 + i64.load offset=8 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s local.set $c @@ -86339,22 +86337,22 @@ local.get $a local.get $c select - i64.store $0 + i64.store local.get $a local.get $b local.get $c select local.set $a local.get $ptr - i64.load $0 offset=16 + i64.load offset=16 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s local.set $c @@ -86363,27 +86361,27 @@ local.get $a local.get $c select - i64.store $0 offset=8 + i64.store offset=8 local.get $ptr local.get $a local.get $b local.get $c select - i64.store $0 offset=16 + i64.store offset=16 end local.get $ptr - i64.load $0 + i64.load local.set $a|7 local.get $ptr - i64.load $0 offset=8 + i64.load offset=8 local.set $b|8 local.get $a|7 local.get $b|8 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $8) i32.const 0 i32.gt_s local.set $c|9 @@ -86392,13 +86390,13 @@ local.get $a|7 local.get $c|9 select - i64.store $0 + i64.store local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -86415,7 +86413,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer @@ -86462,7 +86460,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -86486,7 +86484,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -86517,7 +86515,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -86541,7 +86539,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -86576,7 +86574,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -86599,7 +86597,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -86612,7 +86610,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -86621,7 +86619,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -86632,7 +86630,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -86647,14 +86645,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -86676,7 +86674,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -86689,7 +86687,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -86698,7 +86696,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns end @@ -86727,26 +86725,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Uint64Array#get:length local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT local.get $this @@ -86767,10 +86765,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -86789,19 +86787,19 @@ br $~lib/util/sort/COMPARATOR|inlined.0 end local.tee $comparator - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Uint64Array#sort local.set $2 @@ -86822,21 +86820,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i64.const 1 @@ -86845,7 +86843,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i64.const 2 @@ -86854,7 +86852,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i64.const 3 @@ -86864,19 +86862,19 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Uint64Array#sort@varargs local.tee $result - i32.store $0 offset=8 + i32.store offset=8 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint64Array#__get @@ -86895,7 +86893,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint64Array#__get @@ -86914,7 +86912,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint64Array#__get @@ -86933,13 +86931,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 14864 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/typedarray/Uint64Array#sort drop @@ -86947,7 +86945,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Uint64Array#__get @@ -86966,7 +86964,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Uint64Array#__get @@ -86985,7 +86983,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Uint64Array#__get @@ -87045,7 +87043,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $len i32.const 48 i32.le_s @@ -87080,18 +87078,18 @@ br $break|0 end local.get $ptr - f32.load $0 + f32.load local.set $a local.get $ptr - f32.load $0 offset=4 + f32.load offset=4 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $13) i32.const 0 i32.gt_s local.set $c @@ -87100,22 +87098,22 @@ local.get $a local.get $c select - f32.store $0 + f32.store local.get $a local.get $b local.get $c select local.set $a local.get $ptr - f32.load $0 offset=8 + f32.load offset=8 local.set $b local.get $a local.get $b i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $13) i32.const 0 i32.gt_s local.set $c @@ -87124,27 +87122,27 @@ local.get $a local.get $c select - f32.store $0 offset=4 + f32.store offset=4 local.get $ptr local.get $a local.get $b local.get $c select - f32.store $0 offset=8 + f32.store offset=8 end local.get $ptr - f32.load $0 + f32.load local.set $a|7 local.get $ptr - f32.load $0 offset=4 + f32.load offset=4 local.set $b|8 local.get $a|7 local.get $b|8 i32.const 2 global.set $~argumentsLength local.get $comparator - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $13) i32.const 0 i32.gt_s local.set $c|9 @@ -87153,13 +87151,13 @@ local.get $a|7 local.get $c|9 select - f32.store $0 + f32.store local.get $ptr local.get $a|7 local.get $b|8 local.get $c|9 select - f32.store $0 offset=4 + f32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -87176,7 +87174,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort global.get $~lib/memory/__stack_pointer @@ -87223,7 +87221,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $i i32.const 1 i32.add @@ -87247,7 +87245,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endA @@ -87278,7 +87276,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -87302,7 +87300,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/extendRunRight local.set $endB @@ -87337,7 +87335,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/insertionSort end @@ -87360,7 +87358,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start local.get $start i32.const -1 @@ -87373,7 +87371,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $endA @@ -87382,7 +87380,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns local.get $start @@ -87393,7 +87391,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store end local.get $i|30 i32.const 1 @@ -87408,14 +87406,14 @@ i32.shl i32.add local.get $startA - i32.store $0 + i32.store local.get $leftRunEndBuf local.get $k i32.const 2 i32.shl i32.add local.get $endA - i32.store $0 + i32.store local.get $startB local.set $startA local.get $endB @@ -87437,7 +87435,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $start|33 local.get $start|33 i32.const -1 @@ -87450,7 +87448,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.get $hi @@ -87459,7 +87457,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store $0 + i32.store local.get $34 call $~lib/util/sort/mergeRuns end @@ -87488,26 +87486,26 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:dataStart local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Float32Array#get:length local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/sort/SORT local.get $this @@ -87528,10 +87526,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -87554,19 +87552,19 @@ br $~lib/util/sort/COMPARATOR|inlined.0 end local.tee $comparator - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $comparator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Float32Array#sort local.set $2 @@ -87587,21 +87585,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 f32.const 1 @@ -87610,7 +87608,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 f32.const 2 @@ -87619,7 +87617,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 f32.const 3 @@ -87629,19 +87627,19 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Float32Array#sort@varargs local.tee $result - i32.store $0 offset=8 + i32.store offset=8 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -87660,7 +87658,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Float32Array#__get @@ -87679,7 +87677,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Float32Array#__get @@ -87698,13 +87696,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 14928 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/typedarray/Float32Array#sort drop @@ -87712,7 +87710,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -87731,7 +87729,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Float32Array#__get @@ -87750,7 +87748,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Float32Array#__get @@ -87781,21 +87779,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $source - i32.store $0 + i32.store local.get $source local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 f64.const 1 @@ -87804,7 +87802,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 f64.const 2 @@ -87813,7 +87811,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 f64.const 3 @@ -87823,19 +87821,19 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Float64Array#sort@varargs local.tee $result - i32.store $0 offset=8 + i32.store offset=8 local.get $result local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Float64Array#__get @@ -87854,7 +87852,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Float64Array#__get @@ -87873,7 +87871,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Float64Array#__get @@ -87892,13 +87890,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 14960 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 call $~lib/typedarray/Float64Array#sort drop @@ -87906,7 +87904,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 call $~lib/typedarray/Float64Array#__get @@ -87925,7 +87923,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 call $~lib/typedarray/Float64Array#__get @@ -87944,7 +87942,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 call $~lib/typedarray/Float64Array#__get @@ -88074,7 +88072,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 124 - memory.fill $0 + memory.fill global.get $~lib/typedarray/Int8Array.BYTES_PER_ELEMENT i32.const 1 i32.eq @@ -88119,7 +88117,7 @@ i32.const 8 i32.eq drop - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -88145,12 +88143,12 @@ i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $0 - i32.store $0 + i32.store local.get $0 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -88159,7 +88157,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 2 @@ -88168,7 +88166,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 i32.const 3 @@ -88177,7 +88175,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/typedarray/Int32Array#get:length i32.const 3 @@ -88195,7 +88193,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -88213,7 +88211,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -88233,7 +88231,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 call $~lib/typedarray/Int32Array#__get @@ -88252,7 +88250,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 call $~lib/typedarray/Int32Array#__get @@ -88271,7 +88269,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 call $~lib/typedarray/Int32Array#__get @@ -88291,18 +88289,18 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#subarray local.tee $0 - i32.store $0 + i32.store local.get $0 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/typedarray/Int32Array#get:length i32.const 1 @@ -88320,7 +88318,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 1 @@ -88340,7 +88338,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 1 @@ -88360,7 +88358,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 call $~lib/typedarray/Int32Array#__get @@ -88380,12 +88378,12 @@ i32.const 8 call $~lib/typedarray/Float64Array#constructor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 f64.const 1 @@ -88394,7 +88392,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 f64.const 2 @@ -88403,7 +88401,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 f64.const 7 @@ -88412,7 +88410,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 3 f64.const 6 @@ -88421,7 +88419,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 4 f64.const 5 @@ -88430,7 +88428,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 f64.const 4 @@ -88439,7 +88437,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 6 f64.const 3 @@ -88448,7 +88446,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 7 f64.const 8 @@ -88458,18 +88456,18 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 i32.const 6 call $~lib/typedarray/Float64Array#subarray local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/typedarray/Float64Array#get:length i32.const 4 @@ -88487,7 +88485,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 2 @@ -88507,7 +88505,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 4 @@ -88527,7 +88525,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 global.set $~argumentsLength @@ -88538,7 +88536,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 call $~lib/typedarray/Float64Array#__get @@ -88549,7 +88547,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 call $~lib/typedarray/Float64Array#__get @@ -88563,7 +88561,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 call $~lib/typedarray/Float64Array#__get @@ -88577,7 +88575,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 3 call $~lib/typedarray/Float64Array#__get @@ -88600,12 +88598,12 @@ i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const -32 @@ -88614,7 +88612,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 2 @@ -88623,7 +88621,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 i32.const 256 @@ -88632,7 +88630,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#__get @@ -88651,7 +88649,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__get @@ -88670,7 +88668,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__get @@ -88690,12 +88688,12 @@ i32.const 5 call $~lib/typedarray/Int8Array#constructor local.tee $3 - i32.store $0 offset=16 + i32.store offset=16 local.get $3 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -88704,7 +88702,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 2 @@ -88713,7 +88711,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 i32.const 3 @@ -88722,7 +88720,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 3 i32.const 4 @@ -88731,7 +88729,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 4 i32.const 5 @@ -88740,7 +88738,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 1 @@ -88751,7 +88749,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 0 @@ -88761,7 +88759,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt8ArrayEqual i32.eqz @@ -88777,7 +88775,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 0 @@ -88790,7 +88788,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 0 @@ -88800,7 +88798,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt8ArrayEqual i32.eqz @@ -88816,7 +88814,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 0 @@ -88827,7 +88825,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 0 @@ -88837,7 +88835,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt8ArrayEqual i32.eqz @@ -88853,7 +88851,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 i32.const -2 @@ -88866,7 +88864,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 0 @@ -88876,7 +88874,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt8ArrayEqual i32.eqz @@ -88892,7 +88890,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -88903,7 +88901,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 0 @@ -88913,7 +88911,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt8ArrayEqual i32.eqz @@ -88930,18 +88928,18 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 4 call $~lib/typedarray/Int8Array#subarray local.tee $14 - i32.store $0 offset=24 + i32.store offset=24 local.get $14 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 0 @@ -88954,7 +88952,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/typedarray/Int8Array#get:length i32.const 3 @@ -88972,7 +88970,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 1 @@ -88990,7 +88988,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -89008,7 +89006,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 3 i32.const 0 @@ -89018,7 +89016,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt8ArrayEqual i32.eqz @@ -89034,7 +89032,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 0 @@ -89044,7 +89042,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt8ArrayEqual i32.eqz @@ -89061,12 +89059,12 @@ i32.const 5 call $~lib/typedarray/Int32Array#constructor local.tee $19 - i32.store $0 offset=28 + i32.store offset=28 local.get $19 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -89075,7 +89073,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 2 @@ -89084,7 +89082,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 i32.const 3 @@ -89093,7 +89091,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 3 i32.const 4 @@ -89102,7 +89100,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 4 i32.const 5 @@ -89111,7 +89109,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 1 @@ -89122,7 +89120,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -89132,7 +89130,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -89148,7 +89146,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 0 @@ -89161,7 +89159,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -89171,7 +89169,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -89187,7 +89185,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 0 @@ -89198,7 +89196,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -89208,7 +89206,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -89224,7 +89222,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 i32.const -2 @@ -89237,7 +89235,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -89247,7 +89245,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -89263,7 +89261,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -89274,7 +89272,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -89284,7 +89282,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -89301,18 +89299,18 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 4 call $~lib/typedarray/Int32Array#subarray local.tee $30 - i32.store $0 offset=32 + i32.store offset=32 local.get $30 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 0 @@ -89325,7 +89323,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/typedarray/Int32Array#get:length i32.const 3 @@ -89343,7 +89341,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 1 @@ -89363,7 +89361,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -89383,7 +89381,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 3 i32.const 2 @@ -89393,7 +89391,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -89409,7 +89407,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -89419,7 +89417,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -89436,12 +89434,12 @@ i32.const 6 call $~lib/typedarray/Int8Array#constructor local.tee $35 - i32.store $0 offset=36 + i32.store offset=36 local.get $35 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -89450,7 +89448,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 2 @@ -89459,7 +89457,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 i32.const 3 @@ -89468,7 +89466,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 3 i32.const 4 @@ -89477,7 +89475,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 4 i32.const 5 @@ -89486,7 +89484,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 6 @@ -89496,18 +89494,18 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 6 call $~lib/typedarray/Int8Array#subarray local.tee $36 - i32.store $0 offset=40 + i32.store offset=40 local.get $36 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 call $~lib/typedarray/Int8Array#__get @@ -89526,7 +89524,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/typedarray/Int8Array#get:length i32.const 5 @@ -89544,7 +89542,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 1 @@ -89562,7 +89560,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 5 @@ -89581,18 +89579,18 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 5 call $~lib/typedarray/Int8Array#subarray local.tee $37 - i32.store $0 offset=44 + i32.store offset=44 local.get $37 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 call $~lib/typedarray/Int8Array#__get @@ -89611,7 +89609,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/typedarray/Int8Array#get:length i32.const 4 @@ -89629,7 +89627,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 2 @@ -89647,7 +89645,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 4 @@ -89666,18 +89664,18 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 4 call $~lib/typedarray/Int8Array#subarray local.tee $38 - i32.store $0 offset=48 + i32.store offset=48 local.get $38 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 call $~lib/typedarray/Int8Array#__get @@ -89696,7 +89694,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/typedarray/Int8Array#get:length i32.const 3 @@ -89714,7 +89712,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 3 @@ -89732,7 +89730,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 @@ -89751,12 +89749,12 @@ i32.const 5 call $~lib/typedarray/Int32Array#constructor local.tee $39 - i32.store $0 offset=52 + i32.store offset=52 local.get $39 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -89765,7 +89763,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 2 @@ -89774,7 +89772,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 i32.const 3 @@ -89783,7 +89781,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 3 i32.const 4 @@ -89792,7 +89790,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 4 i32.const 5 @@ -89802,7 +89800,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -89810,12 +89808,12 @@ i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs local.tee $40 - i32.store $0 offset=56 + i32.store offset=56 local.get $39 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=60 + i32.store offset=60 local.get $100 i32.const 0 i32.const 3 @@ -89826,7 +89824,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -89836,7 +89834,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -89853,7 +89851,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -89861,12 +89859,12 @@ i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs local.tee $39 - i32.store $0 offset=52 + i32.store offset=52 local.get $39 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=60 + i32.store offset=60 local.get $100 i32.const 1 i32.const 3 @@ -89877,7 +89875,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -89887,7 +89885,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -89904,7 +89902,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -89912,12 +89910,12 @@ i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs local.tee $39 - i32.store $0 offset=52 + i32.store offset=52 local.get $39 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=60 + i32.store offset=60 local.get $100 i32.const 1 i32.const 2 @@ -89928,7 +89926,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -89938,7 +89936,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -89955,7 +89953,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -89963,12 +89961,12 @@ i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs local.tee $39 - i32.store $0 offset=52 + i32.store offset=52 local.get $39 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=60 + i32.store offset=60 local.get $100 i32.const 2 i32.const 2 @@ -89979,7 +89977,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -89989,7 +89987,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -90006,7 +90004,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -90014,12 +90012,12 @@ i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs local.tee $39 - i32.store $0 offset=52 + i32.store offset=52 local.get $39 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=60 + i32.store offset=60 local.get $100 i32.const 0 i32.const 3 @@ -90028,7 +90026,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -90038,7 +90036,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -90055,7 +90053,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -90063,12 +90061,12 @@ i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs local.tee $39 - i32.store $0 offset=52 + i32.store offset=52 local.get $39 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=60 + i32.store offset=60 local.get $100 i32.const 1 i32.const 3 @@ -90077,7 +90075,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -90087,7 +90085,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -90104,7 +90102,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -90112,12 +90110,12 @@ i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs local.tee $39 - i32.store $0 offset=52 + i32.store offset=52 local.get $39 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=60 + i32.store offset=60 local.get $100 i32.const 1 i32.const 2 @@ -90126,7 +90124,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -90136,7 +90134,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -90153,7 +90151,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -90161,12 +90159,12 @@ i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs local.tee $39 - i32.store $0 offset=52 + i32.store offset=52 local.get $39 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=60 + i32.store offset=60 local.get $100 i32.const 0 i32.const -2 @@ -90177,7 +90175,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -90187,7 +90185,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -90204,7 +90202,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -90212,12 +90210,12 @@ i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs local.tee $39 - i32.store $0 offset=52 + i32.store offset=52 local.get $39 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=60 + i32.store offset=60 local.get $100 i32.const 0 i32.const -2 @@ -90226,7 +90224,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -90236,7 +90234,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -90253,7 +90251,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -90261,12 +90259,12 @@ i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs local.tee $39 - i32.store $0 offset=52 + i32.store offset=52 local.get $39 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=60 + i32.store offset=60 local.get $100 i32.const -4 i32.const -3 @@ -90275,7 +90273,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -90285,7 +90283,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -90302,7 +90300,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -90310,12 +90308,12 @@ i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs local.tee $39 - i32.store $0 offset=52 + i32.store offset=52 local.get $39 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=60 + i32.store offset=60 local.get $100 i32.const -4 i32.const -3 @@ -90324,7 +90322,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -90334,7 +90332,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -90351,7 +90349,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -90359,12 +90357,12 @@ i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs local.tee $39 - i32.store $0 offset=52 + i32.store offset=52 local.get $39 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=60 + i32.store offset=60 local.get $100 i32.const -4 i32.const -3 @@ -90375,7 +90373,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 5 i32.const 2 @@ -90385,7 +90383,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/isInt32ArrayEqual i32.eqz @@ -90402,12 +90400,12 @@ i32.const 5 call $~lib/typedarray/Int32Array#constructor local.tee $65 - i32.store $0 offset=64 + i32.store offset=64 local.get $65 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -90416,7 +90414,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 2 @@ -90425,7 +90423,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 i32.const 3 @@ -90434,7 +90432,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 3 i32.const 4 @@ -90443,7 +90441,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 4 i32.const 5 @@ -90453,18 +90451,18 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 4 call $~lib/typedarray/Int32Array#subarray local.tee $66 - i32.store $0 offset=68 + i32.store offset=68 local.get $66 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/typedarray/Int32Array#get:length i32.const 3 @@ -90482,7 +90480,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 4 @@ -90500,7 +90498,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 12 @@ -90519,18 +90517,18 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 3 call $~lib/typedarray/Int32Array#slice local.tee $67 - i32.store $0 offset=72 + i32.store offset=72 local.get $67 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 call $~lib/typedarray/Int32Array#__get @@ -90549,7 +90547,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 call $~lib/typedarray/Int32Array#__get @@ -90568,7 +90566,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/typedarray/Int32Array#get:length i32.const 2 @@ -90586,7 +90584,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -90604,7 +90602,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 8 @@ -90623,18 +90621,18 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#slice local.tee $68 - i32.store $0 offset=76 + i32.store offset=76 local.get $68 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 call $~lib/typedarray/Int32Array#__get @@ -90653,7 +90651,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/typedarray/Int32Array#get:length i32.const 1 @@ -90671,7 +90669,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 @@ -90689,7 +90687,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 4 @@ -90708,7 +90706,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 0 @@ -90716,7 +90714,7 @@ i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs local.tee $69 - i32.store $0 offset=80 + i32.store offset=80 local.get $69 local.get $65 i32.ne @@ -90733,14 +90731,14 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/typedarray/Int32Array#get:length local.get $65 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/typedarray/Int32Array#get:length i32.eq @@ -90757,14 +90755,14 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $65 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.eq @@ -90781,14 +90779,14 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteLength local.get $65 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.eq @@ -90938,12 +90936,12 @@ i32.const 1 call $~lib/typedarray/Float64Array#constructor local.tee $76 - i32.store $0 offset=84 + i32.store offset=84 local.get $76 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 f64.const nan:0x8000000000000 @@ -90952,7 +90950,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 f64.const nan:0x8000000000000 i32.const 0 @@ -90972,7 +90970,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 f64.const nan:0x8000000000000 i32.const 0 @@ -90995,12 +90993,12 @@ i32.const 1 call $~lib/typedarray/Float32Array#constructor local.tee $77 - i32.store $0 offset=88 + i32.store offset=88 local.get $77 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 f32.const nan:0x400000 @@ -91009,7 +91007,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 f32.const nan:0x400000 i32.const 0 @@ -91029,7 +91027,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 f32.const nan:0x400000 i32.const 0 @@ -91063,13 +91061,13 @@ i32.const 0 call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $80 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $80 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 2 @@ -91077,12 +91075,12 @@ i32.const 0 call $~lib/typedarray/Uint8Array.wrap@varargs local.tee $81 - i32.store $0 offset=96 + i32.store offset=96 local.get $81 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/typedarray/Uint8Array#get:length i32.const 0 @@ -91101,13 +91099,13 @@ i32.const 2 call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $80 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $80 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 i32.const 2 @@ -91115,12 +91113,12 @@ i32.const 0 call $~lib/typedarray/Uint8Array.wrap@varargs local.tee $81 - i32.store $0 offset=96 + i32.store offset=96 local.get $81 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 call $~lib/typedarray/Uint8Array#get:length i32.const 0 @@ -91161,18 +91159,18 @@ i32.const 10 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $90 - i32.store $0 offset=100 + i32.store offset=100 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $91 - i32.store $0 offset=104 + i32.store offset=104 local.get $91 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 f32.const 400 @@ -91181,7 +91179,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 f32.const nan:0x400000 @@ -91190,7 +91188,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 f32.const inf @@ -91200,12 +91198,12 @@ i32.const 4 call $~lib/typedarray/Int64Array#constructor local.tee $92 - i32.store $0 offset=108 + i32.store offset=108 local.get $92 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i64.const -10 @@ -91214,7 +91212,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i64.const 100 @@ -91223,7 +91221,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 i64.const 10 @@ -91232,7 +91230,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 3 i64.const 300 @@ -91242,12 +91240,12 @@ i32.const 2 call $~lib/typedarray/Int32Array#constructor local.tee $93 - i32.store $0 offset=112 + i32.store offset=112 local.get $93 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 300 @@ -91256,7 +91254,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const -1 @@ -91265,13 +91263,13 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 local.get $91 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Float32Array> @@ -91279,13 +91277,13 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 local.get $92 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 i32.const 4 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int64Array> @@ -91293,13 +91291,13 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 local.get $93 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 i32.const 8 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int32Array> @@ -91307,7 +91305,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 10 i32.const 0 @@ -91317,7 +91315,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> global.get $~lib/memory/__stack_pointer @@ -91325,12 +91323,12 @@ i32.const 4 call $~lib/typedarray/Uint32Array#constructor local.tee $96 - i32.store $0 offset=116 + i32.store offset=116 local.get $96 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const 1 @@ -91339,7 +91337,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 300 @@ -91348,7 +91346,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 i32.const 100 @@ -91357,7 +91355,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 3 i32.const -1 @@ -91367,12 +91365,12 @@ i32.const 4 call $~lib/typedarray/Int16Array#constructor local.tee $97 - i32.store $0 offset=120 + i32.store offset=120 local.get $97 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 0 i32.const -10 @@ -91381,7 +91379,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 1 i32.const 100 @@ -91390,7 +91388,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 2 i32.const 10 @@ -91399,7 +91397,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 3 i32.const 300 @@ -91408,13 +91406,13 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 local.get $96 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Uint32Array> @@ -91422,13 +91420,13 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 local.get $97 local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 i32.const 5 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int16Array> @@ -91436,7 +91434,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=4 + i32.store offset=4 local.get $100 i32.const 10 i32.const 0 @@ -91446,7 +91444,7 @@ local.set $100 global.get $~lib/memory/__stack_pointer local.get $100 - i32.store $0 offset=20 + i32.store offset=20 local.get $100 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> call $std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8> @@ -91477,12 +91475,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28f64%2Cf64%29=>i32>#get:_env local.get $cookie @@ -91501,14 +91499,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -91527,14 +91525,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -91553,12 +91551,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i8%2Ci8%2Ci32%2C~lib/typedarray/Int8Array%29=>i8>#get:_env local.get $cookie @@ -91577,12 +91575,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u8%2Cu8%2Ci32%2C~lib/typedarray/Uint8Array%29=>u8>#get:_env local.get $cookie @@ -91601,12 +91599,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u8%2Cu8%2Ci32%2C~lib/typedarray/Uint8ClampedArray%29=>u8>#get:_env local.get $cookie @@ -91625,12 +91623,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i16%2Ci16%2Ci32%2C~lib/typedarray/Int16Array%29=>i16>#get:_env local.get $cookie @@ -91649,12 +91647,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u16%2Cu16%2Ci32%2C~lib/typedarray/Uint16Array%29=>u16>#get:_env local.get $cookie @@ -91673,12 +91671,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%2Ci32%2C~lib/typedarray/Int32Array%29=>i32>#get:_env local.get $cookie @@ -91697,12 +91695,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u32%2Cu32%2Ci32%2C~lib/typedarray/Uint32Array%29=>u32>#get:_env local.get $cookie @@ -91721,12 +91719,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i64%2Ci64%2Ci32%2C~lib/typedarray/Int64Array%29=>i64>#get:_env local.get $cookie @@ -91745,12 +91743,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u64%2Cu64%2Ci32%2C~lib/typedarray/Uint64Array%29=>u64>#get:_env local.get $cookie @@ -91769,12 +91767,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28f32%2Cf32%2Ci32%2C~lib/typedarray/Float32Array%29=>f32>#get:_env local.get $cookie @@ -91793,12 +91791,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28f64%2Cf64%2Ci32%2C~lib/typedarray/Float64Array%29=>f64>#get:_env local.get $cookie @@ -91817,12 +91815,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i8%2Ci32%2C~lib/typedarray/Int8Array%29=>i8>#get:_env local.get $cookie @@ -91841,12 +91839,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8Array%29=>u8>#get:_env local.get $cookie @@ -91865,12 +91863,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8ClampedArray%29=>u8>#get:_env local.get $cookie @@ -91889,12 +91887,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i16%2Ci32%2C~lib/typedarray/Int16Array%29=>i16>#get:_env local.get $cookie @@ -91913,12 +91911,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u16%2Ci32%2C~lib/typedarray/Uint16Array%29=>u16>#get:_env local.get $cookie @@ -91937,12 +91935,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%2C~lib/typedarray/Int32Array%29=>i32>#get:_env local.get $cookie @@ -91961,12 +91959,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u32%2Ci32%2C~lib/typedarray/Uint32Array%29=>u32>#get:_env local.get $cookie @@ -91985,12 +91983,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i64%2Ci32%2C~lib/typedarray/Int64Array%29=>i64>#get:_env local.get $cookie @@ -92009,12 +92007,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u64%2Ci32%2C~lib/typedarray/Uint64Array%29=>u64>#get:_env local.get $cookie @@ -92033,12 +92031,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28f32%2Ci32%2C~lib/typedarray/Float32Array%29=>f32>#get:_env local.get $cookie @@ -92057,12 +92055,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28f64%2Ci32%2C~lib/typedarray/Float64Array%29=>f64>#get:_env local.get $cookie @@ -92081,12 +92079,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i8%2Ci32%2C~lib/typedarray/Int8Array%29=>bool>#get:_env local.get $cookie @@ -92105,12 +92103,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8Array%29=>bool>#get:_env local.get $cookie @@ -92129,12 +92127,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8ClampedArray%29=>bool>#get:_env local.get $cookie @@ -92153,12 +92151,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i16%2Ci32%2C~lib/typedarray/Int16Array%29=>bool>#get:_env local.get $cookie @@ -92177,12 +92175,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u16%2Ci32%2C~lib/typedarray/Uint16Array%29=>bool>#get:_env local.get $cookie @@ -92201,12 +92199,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%2C~lib/typedarray/Int32Array%29=>bool>#get:_env local.get $cookie @@ -92225,12 +92223,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u32%2Ci32%2C~lib/typedarray/Uint32Array%29=>bool>#get:_env local.get $cookie @@ -92249,12 +92247,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i64%2Ci32%2C~lib/typedarray/Int64Array%29=>bool>#get:_env local.get $cookie @@ -92273,12 +92271,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u64%2Ci32%2C~lib/typedarray/Uint64Array%29=>bool>#get:_env local.get $cookie @@ -92297,12 +92295,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28f32%2Ci32%2C~lib/typedarray/Float32Array%29=>bool>#get:_env local.get $cookie @@ -92321,12 +92319,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28f64%2Ci32%2C~lib/typedarray/Float64Array%29=>bool>#get:_env local.get $cookie @@ -92345,12 +92343,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i8%2Ci32%2C~lib/typedarray/Int8Array%29=>void>#get:_env local.get $cookie @@ -92369,12 +92367,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8Array%29=>void>#get:_env local.get $cookie @@ -92393,12 +92391,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u8%2Ci32%2C~lib/typedarray/Uint8ClampedArray%29=>void>#get:_env local.get $cookie @@ -92417,12 +92415,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i16%2Ci32%2C~lib/typedarray/Int16Array%29=>void>#get:_env local.get $cookie @@ -92441,12 +92439,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u16%2Ci32%2C~lib/typedarray/Uint16Array%29=>void>#get:_env local.get $cookie @@ -92465,12 +92463,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%2C~lib/typedarray/Int32Array%29=>void>#get:_env local.get $cookie @@ -92489,12 +92487,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u32%2Ci32%2C~lib/typedarray/Uint32Array%29=>void>#get:_env local.get $cookie @@ -92513,12 +92511,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i64%2Ci32%2C~lib/typedarray/Int64Array%29=>void>#get:_env local.get $cookie @@ -92537,12 +92535,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u64%2Ci32%2C~lib/typedarray/Uint64Array%29=>void>#get:_env local.get $cookie @@ -92561,12 +92559,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28f32%2Ci32%2C~lib/typedarray/Float32Array%29=>void>#get:_env local.get $cookie @@ -92585,12 +92583,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28f64%2Ci32%2C~lib/typedarray/Float64Array%29=>void>#get:_env local.get $cookie @@ -92609,14 +92607,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -92635,14 +92633,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -92661,14 +92659,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -92687,14 +92685,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -92713,14 +92711,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -92739,14 +92737,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -92765,14 +92763,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -92791,14 +92789,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 drop local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/array/Array#get:buffer local.get $cookie @@ -92817,12 +92815,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i8%2Ci8%29=>i32>#get:_env local.get $cookie @@ -92841,12 +92839,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u8%2Cu8%29=>i32>#get:_env local.get $cookie @@ -92865,12 +92863,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i16%2Ci16%29=>i32>#get:_env local.get $cookie @@ -92889,12 +92887,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u16%2Cu16%29=>i32>#get:_env local.get $cookie @@ -92913,12 +92911,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:_env local.get $cookie @@ -92937,12 +92935,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u32%2Cu32%29=>i32>#get:_env local.get $cookie @@ -92961,12 +92959,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28i64%2Ci64%29=>i32>#get:_env local.get $cookie @@ -92985,12 +92983,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28u64%2Cu64%29=>i32>#get:_env local.get $cookie @@ -93009,12 +93007,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28f32%2Cf32%29=>i32>#get:_env local.get $cookie @@ -93036,7 +93034,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length local.get $alignLog2 i32.shl @@ -93047,27 +93045,27 @@ local.get $data call $~lib/rt/__newBuffer local.tee $buffer - i32.store $0 + i32.store i32.const 16 local.get $id call $~lib/rt/itcms/__new local.set $array local.get $array local.get $buffer - i32.store $0 + i32.store local.get $array local.get $buffer i32.const 0 call $~lib/rt/itcms/__link local.get $array local.get $buffer - i32.store $0 offset=4 + i32.store offset=4 local.get $array local.get $bufferSize - i32.store $0 offset=8 + i32.store offset=8 local.get $array local.get $length - i32.store $0 offset=12 + i32.store offset=12 local.get $array local.set $7 global.get $~lib/memory/__stack_pointer @@ -93098,7 +93096,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -93158,7 +93156,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -93198,7 +93196,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -93233,7 +93231,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -93248,7 +93246,7 @@ if local.get $out i32.const 45 - i32.store16 $0 + i32.store16 end local.get $out local.set $14 @@ -93278,7 +93276,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -93323,7 +93321,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer local.get $value @@ -93359,7 +93357,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer|8 local.get $value @@ -93388,7 +93386,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $value i64.extend_i32_u @@ -93431,7 +93429,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -93502,7 +93500,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -93532,7 +93530,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -93574,7 +93572,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -93605,7 +93603,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -93619,7 +93617,7 @@ if local.get $out i32.const 45 - i32.store16 $0 + i32.store16 end local.get $out local.set $18 @@ -93654,7 +93652,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -93709,7 +93707,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer local.get $val32 @@ -93735,7 +93733,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer|9 local.get $value @@ -93773,7 +93771,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.set $buffer|13 local.get $value @@ -93800,7 +93798,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $value local.get $decimals|16 @@ -93828,7 +93826,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $value f64.const 0 f64.eq @@ -93887,11 +93885,11 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 + i32.store local.get $result i32.const 8784 local.get $size - memory.copy $0 $0 + memory.copy local.get $result local.set $3 global.get $~lib/memory/__stack_pointer @@ -93911,7 +93909,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $length i32.const 1073741820 i32.gt_u @@ -93928,7 +93926,7 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $buffer - i32.store $0 + i32.store i32.const 2 global.get $~lib/shared/runtime/Runtime.Incremental i32.ne diff --git a/tests/compiler/std/typedarray.release.wat b/tests/compiler/std/typedarray.release.wat index 8ec89852f3..7ea4d1b913 100644 --- a/tests/compiler/std/typedarray.release.wat +++ b/tests/compiler/std/typedarray.release.wat @@ -1,47 +1,47 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32) (result i32))) - (type $i64_i64_=>_i32 (func (param i64 i64) (result i32))) - (type $i64_i32_i32_=>_i32 (func (param i64 i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $f64_f64_=>_i32 (func (param f64 f64) (result i32))) - (type $f32_f32_=>_i32 (func (param f32 f32) (result i32))) - (type $i32_i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32 i32))) - (type $i32_i32_i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32 i32 i32))) - (type $f32_i32_i32_=>_i32 (func (param f32 i32 i32) (result i32))) - (type $f64_i32_i32_=>_i32 (func (param f64 i32 i32) (result i32))) - (type $i32_i32_=>_i64 (func (param i32 i32) (result i64))) - (type $i64_i64_i32_i32_=>_i64 (func (param i64 i64 i32 i32) (result i64))) - (type $i32_i64_=>_i32 (func (param i32 i64) (result i32))) - (type $i32_i64_i32_=>_i32 (func (param i32 i64 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $f32_f32_i32_i32_=>_f32 (func (param f32 f32 i32 i32) (result f32))) - (type $f64_f64_i32_i32_=>_f64 (func (param f64 f64 i32 i32) (result f64))) - (type $i64_i32_i32_=>_i64 (func (param i64 i32 i32) (result i64))) - (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) - (type $i32_i32_=>_f64 (func (param i32 i32) (result f64))) - (type $i32_i32_=>_f32 (func (param i32 i32) (result f32))) - (type $i64_i32_i32_=>_none (func (param i64 i32 i32))) - (type $f32_i32_i32_=>_f32 (func (param f32 i32 i32) (result f32))) - (type $f64_i32_i32_=>_f64 (func (param f64 i32 i32) (result f64))) - (type $f32_i32_i32_=>_none (func (param f32 i32 i32))) - (type $f64_i32_i32_=>_none (func (param f64 i32 i32))) - (type $i32_f32_i32_=>_i32 (func (param i32 f32 i32) (result i32))) - (type $i32_f64_i32_=>_i32 (func (param i32 f64 i32) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i32_i64_i64_i32_i64_i32_=>_i32 (func (param i32 i64 i64 i32 i64 i32) (result i32))) - (type $i32_i32_f64_f64_f64_f64_f64_=>_none (func (param i32 i32 f64 f64 f64 f64 f64))) - (type $i32_i32_f64_=>_none (func (param i32 i32 f64))) - (type $i32_i32_f32_=>_none (func (param i32 i32 f32))) - (type $i32_f32_=>_i32 (func (param i32 f32) (result i32))) - (type $f64_=>_i32 (func (param f64) (result i32))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32 i32 i32) (result i32))) + (type $3 (func (param i32) (result i32))) + (type $4 (func (param i32 i32 i32))) + (type $5 (func (param i32 i32))) + (type $6 (func (param i32 i32 i32 i32) (result i32))) + (type $7 (func (param i64 i64) (result i32))) + (type $8 (func (param i64 i32 i32) (result i32))) + (type $9 (func (param i32))) + (type $10 (func (param f64 f64) (result i32))) + (type $11 (func (param f32 f32) (result i32))) + (type $12 (func (param i32 i32 i32 i32 i32))) + (type $13 (func (param i32 i32 i32 i32 i32 i32))) + (type $14 (func (param f32 i32 i32) (result i32))) + (type $15 (func (param f64 i32 i32) (result i32))) + (type $16 (func (param i32 i32) (result i64))) + (type $17 (func (param i64 i64 i32 i32) (result i64))) + (type $18 (func (param i32 i64) (result i32))) + (type $19 (func (param i32 i64 i32) (result i32))) + (type $20 (func (param i32 i32 i32 i32))) + (type $21 (func (param i32 i32 i64))) + (type $22 (func (param f32 f32 i32 i32) (result f32))) + (type $23 (func (param f64 f64 i32 i32) (result f64))) + (type $24 (func (param i64 i32 i32) (result i64))) + (type $25 (func (param i32 f64) (result i32))) + (type $26 (func (param i32 i32) (result f64))) + (type $27 (func (param i32 i32) (result f32))) + (type $28 (func (param i64 i32 i32))) + (type $29 (func (param f32 i32 i32) (result f32))) + (type $30 (func (param f64 i32 i32) (result f64))) + (type $31 (func (param f32 i32 i32))) + (type $32 (func (param f64 i32 i32))) + (type $33 (func (param i32 f32 i32) (result i32))) + (type $34 (func (param i32 f64 i32) (result i32))) + (type $35 (func (result i32))) + (type $36 (func (param i32 i64 i32))) + (type $37 (func (param i32 i64 i64 i32 i64 i32) (result i32))) + (type $38 (func (param i32 i32 f64 f64 f64 f64 f64))) + (type $39 (func (param i32 i32 f64))) + (type $40 (func (param i32 i32 f32))) + (type $41 (func (param i32 f32) (result i32))) + (type $42 (func (param f64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (import "env" "trace" (func $~lib/builtins/trace (param i32 i32 f64 f64 f64 f64 f64))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -681,34 +681,34 @@ (local $0 i32) (local $1 i32) i32.const 7152 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 7616 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 7728 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 10928 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 11008 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 11088 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 11184 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 11264 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1360 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1168 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 8432 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 9488 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -718,7 +718,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -736,7 +736,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -753,7 +753,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -767,16 +767,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$1388 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 49088 @@ -791,10 +791,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$1388 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -807,20 +807,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -829,7 +829,7 @@ else local.get $1 i32.const 16000 - i32.load $0 + i32.load i32.gt_u if i32.const 1360 @@ -844,13 +844,13 @@ i32.shl i32.const 16004 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -860,21 +860,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -882,8 +906,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -895,10 +919,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -909,29 +933,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -939,10 +963,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -956,75 +980,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -1046,7 +1063,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -1063,12 +1080,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -1085,17 +1102,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -1105,9 +1122,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -1132,13 +1149,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -1172,7 +1189,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -1228,19 +1245,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -1252,15 +1269,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -1268,16 +1285,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -1299,10 +1317,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -1315,18 +1333,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -1350,30 +1367,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -1381,10 +1398,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -1392,7 +1409,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -1400,7 +1417,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1411,10 +1428,10 @@ end i32.const 49088 i32.const 0 - i32.store $0 + i32.store i32.const 50656 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -1426,7 +1443,7 @@ i32.const 49088 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -1444,7 +1461,7 @@ i32.const 49088 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -1461,7 +1478,7 @@ end i32.const 49088 i32.const 50660 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1499,7 +1516,7 @@ i32.const 1 else local.get $1 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1513,10 +1530,10 @@ end local.get $1 local.get $1 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -1546,7 +1563,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1559,19 +1576,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -1582,7 +1599,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1594,7 +1611,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -1607,12 +1624,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -1621,7 +1634,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1632,26 +1645,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1667,7 +1680,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1683,7 +1696,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1708,14 +1721,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1733,10 +1746,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1744,47 +1757,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1805,7 +1820,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1822,10 +1837,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1841,7 +1856,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1862,7 +1877,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1884,50 +1899,54 @@ unreachable end local.get $0 - i32.const 12 - local.get $1 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $1 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $1 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $3 call $~lib/rt/tlsf/searchBlock local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 local.get $3 i32.const 256 i32.ge_u if (result i32) - local.get $3 - i32.const 1 - i32.const 27 - local.get $3 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $3 local.get $3 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $3 + i32.const 1 + i32.const 27 + local.get $3 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $3 + end else local.get $3 end i32.const 4 local.get $0 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1947,12 +1966,12 @@ local.get $2 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $2 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1963,7 +1982,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1984,7 +2003,7 @@ end local.get $3 local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -2000,7 +2019,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.set $4 local.get $3 i32.const 4 @@ -2030,7 +2049,7 @@ i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add @@ -2042,7 +2061,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $0 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -2051,21 +2070,21 @@ local.get $4 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $0 local.get $0 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 ) @@ -2087,7 +2106,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$68 i32.const 2048 local.set $2 loop $do-loop|0 @@ -2108,7 +2127,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$68 end local.get $2 i32.const 0 @@ -2140,36 +2159,36 @@ call $~lib/rt/tlsf/allocateBlock local.tee $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -2182,14 +2201,71 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) + (local $2 i32) + local.get $1 + i32.eqz + if + return + end + local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1232 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.tee $2 + local.get $1 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + i32.const 20 + i32.sub + i32.load offset=4 + i32.const 3 + i32.and + local.tee $0 + local.get $2 + i32.eqz + i32.eq + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $0 + i32.const 3 + i32.eq + i32.and + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + end + end + end + ) (func $~lib/util/sort/insertionSort (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (local $5 f64) (local $6 f64) (local $7 i32) (local $8 f64) + (local $9 i32) local.get $1 local.get $3 local.get $2 @@ -2221,19 +2297,19 @@ i32.shl i32.add local.tee $3 - f64.load $0 offset=8 + f64.load offset=8 local.tee $8 local.set $6 local.get $3 - f64.load $0 + f64.load local.set $5 i32.const 2 global.set $~argumentsLength local.get $5 local.get $8 local.get $4 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $10) i32.const 0 i32.le_s if @@ -2257,25 +2333,22 @@ i32.const 3 i32.shl i32.add - f64.load $0 + local.tee $9 + f64.load local.set $8 i32.const 2 global.set $~argumentsLength local.get $8 local.get $5 local.get $4 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $10) i32.const 0 i32.le_s br_if $while-break|1 - local.get $0 - local.get $3 - i32.const 3 - i32.shl - i32.add + local.get $9 local.get $8 - f64.store $0 offset=16 + f64.store offset=16 local.get $3 i32.const 1 i32.sub @@ -2290,7 +2363,7 @@ i32.shl i32.add local.get $5 - f64.store $0 offset=16 + f64.store offset=16 loop $while-continue|2 local.get $1 local.get $3 @@ -2302,25 +2375,22 @@ i32.const 3 i32.shl i32.add - f64.load $0 + local.tee $9 + f64.load local.set $5 i32.const 2 global.set $~argumentsLength local.get $5 local.get $6 local.get $4 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $10) i32.const 0 i32.le_s br_if $while-break|2 - local.get $0 - local.get $3 - i32.const 3 - i32.shl - i32.add + local.get $9 local.get $5 - f64.store $0 offset=8 + f64.store offset=8 local.get $3 i32.const 1 i32.sub @@ -2335,7 +2405,7 @@ i32.shl i32.add local.get $6 - f64.store $0 offset=8 + f64.store offset=8 local.get $7 i32.const 2 i32.add @@ -2361,7 +2431,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $5 local.get $0 local.get $1 @@ -2371,15 +2441,15 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $7 i32.const 2 global.set $~argumentsLength local.get $5 local.get $7 local.get $3 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $10) i32.const 0 i32.gt_s if @@ -2394,18 +2464,18 @@ i32.shl i32.add local.tee $6 - f64.load $0 offset=8 + f64.load offset=8 local.set $5 local.get $6 - f64.load $0 + f64.load local.set $7 i32.const 2 global.set $~argumentsLength local.get $5 local.get $7 local.get $3 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $10) i32.const 31 i32.shr_u else @@ -2432,7 +2502,7 @@ i32.shl i32.add local.tee $3 - f64.load $0 + f64.load local.set $5 local.get $3 local.get $0 @@ -2441,15 +2511,15 @@ i32.shl i32.add local.tee $3 - f64.load $0 - f64.store $0 + f64.load + f64.store local.get $1 i32.const 1 i32.add local.set $1 local.get $3 local.get $5 - f64.store $0 + f64.store local.get $2 i32.const 1 i32.sub @@ -2469,18 +2539,18 @@ i32.shl i32.add local.tee $1 - f64.load $0 offset=8 + f64.load offset=8 local.set $5 local.get $1 - f64.load $0 + f64.load local.set $7 i32.const 2 global.set $~argumentsLength local.get $5 local.get $7 local.get $3 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $10) i32.const 0 i32.ge_s else @@ -2531,8 +2601,8 @@ local.get $0 local.get $10 i32.add - f64.load $0 - f64.store $0 + f64.load + f64.store br $for-loop|0 end end @@ -2553,8 +2623,8 @@ i32.const 3 i32.shl i32.add - f64.load $0 offset=8 - f64.store $0 + f64.load offset=8 + f64.store local.get $6 i32.const 1 i32.add @@ -2572,22 +2642,22 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $7 local.get $4 local.get $2 i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $8 i32.const 2 global.set $~argumentsLength local.get $7 local.get $8 local.get $5 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $10) i32.const 0 i32.lt_s if @@ -2597,7 +2667,7 @@ i32.shl i32.add local.get $7 - f64.store $0 + f64.store local.get $6 i32.const 1 i32.sub @@ -2609,7 +2679,7 @@ i32.shl i32.add local.get $8 - f64.store $0 + f64.store local.get $2 i32.const 1 i32.add @@ -2706,7 +2776,7 @@ i32.const 20 i32.sub local.tee $3 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 16 @@ -2715,25 +2785,25 @@ if local.get $3 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 return end local.get $1 local.get $3 - i32.load $0 offset=12 + i32.load offset=12 call $~lib/rt/itcms/__new local.tee $2 local.get $0 local.get $1 local.get $3 - i32.load $0 offset=16 + i32.load offset=16 local.tee $0 local.get $0 local.get $1 i32.gt_u select - memory.copy $0 $0 + memory.copy local.get $2 ) (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) @@ -2916,7 +2986,7 @@ block $__inlined_func$~lib/math/NativeMathf.mod (result f32) local.get $0 i32.reinterpret_f32 - local.tee $3 + local.tee $1 i32.const 23 i32.shr_u i32.const 255 @@ -2933,33 +3003,37 @@ f32.div br $__inlined_func$~lib/math/NativeMathf.mod end - local.get $3 + local.get $1 i32.const 1 i32.shl - local.tee $1 + local.tee $3 i32.const -2147483648 i32.le_u if local.get $0 - local.get $1 + local.get $3 i32.const -2147483648 i32.ne f32.convert_i32_u f32.mul br $__inlined_func$~lib/math/NativeMathf.mod end + local.get $1 + i32.const -2147483648 + i32.and + local.set $3 local.get $2 if (result i32) - local.get $3 + local.get $1 i32.const 8388607 i32.and i32.const 8388608 i32.or else - local.get $3 + local.get $1 i32.const 1 local.get $2 - local.get $3 + local.get $1 i32.const 9 i32.shl i32.clz @@ -3027,28 +3101,29 @@ local.tee $4 i32.sub local.set $2 - local.get $3 - i32.const -2147483648 - i32.and local.get $1 local.get $4 i32.shl - local.tee $1 - i32.const 8388608 - i32.sub - local.get $2 - i32.const 23 - i32.shl - i32.or - local.get $1 - i32.const 1 - local.get $2 - i32.sub - i32.shr_u + local.set $1 local.get $2 i32.const 0 i32.gt_s - select + if (result i32) + local.get $1 + i32.const 8388608 + i32.sub + local.get $2 + i32.const 23 + i32.shl + i32.or + else + local.get $1 + i32.const 1 + local.get $2 + i32.sub + i32.shr_u + end + local.get $3 i32.or f32.reinterpret_i32 end @@ -3060,15 +3135,15 @@ (local $4 i64) (local $5 i64) (local $6 i64) - block $__inlined_func$~lib/math/NativeMath.mod (result f64) + block $__inlined_func$~lib/math/NativeMath.mod$1 (result f64) local.get $0 i64.reinterpret_f64 - local.tee $5 + local.tee $4 i64.const 52 i64.shr_u i64.const 2047 i64.and - local.tee $4 + local.tee $6 i64.const 2047 i64.eq if @@ -3078,9 +3153,9 @@ local.tee $0 local.get $0 f64.div - br $__inlined_func$~lib/math/NativeMath.mod + br $__inlined_func$~lib/math/NativeMath.mod$1 end - local.get $5 + local.get $4 i64.const 1 i64.shl local.tee $3 @@ -3093,24 +3168,28 @@ i64.ne f64.convert_i32_u f64.mul - br $__inlined_func$~lib/math/NativeMath.mod + br $__inlined_func$~lib/math/NativeMath.mod$1 end local.get $4 + i64.const 63 + i64.shr_u + local.set $5 + local.get $6 i64.eqz if (result i64) - local.get $5 + local.get $4 i64.const 1 + local.get $6 local.get $4 - local.get $5 i64.const 12 i64.shl i64.clz i64.sub - local.tee $4 + local.tee $6 i64.sub i64.shl else - local.get $5 + local.get $4 i64.const 4503599627370495 i64.and i64.const 4503599627370496 @@ -3118,7 +3197,7 @@ end local.set $3 loop $while-continue|0 - local.get $4 + local.get $6 i64.const 1024 i64.gt_s if @@ -3132,7 +3211,7 @@ local.get $3 i64.const 4503599627370496 i64.eq - br_if $__inlined_func$~lib/math/NativeMath.mod + br_if $__inlined_func$~lib/math/NativeMath.mod$1 drop local.get $3 i64.const 4503599627370496 @@ -3143,10 +3222,10 @@ i64.const 1 i64.shl local.set $3 - local.get $4 + local.get $6 i64.const 1 i64.sub - local.set $4 + local.set $6 br $while-continue|0 end end @@ -3160,14 +3239,14 @@ local.get $3 i64.const 4503599627370496 i64.eq - br_if $__inlined_func$~lib/math/NativeMath.mod + br_if $__inlined_func$~lib/math/NativeMath.mod$1 drop local.get $3 i64.const 4503599627370496 i64.sub local.set $3 end - local.get $4 + local.get $6 local.get $3 i64.const 11 i64.shl @@ -3175,28 +3254,31 @@ local.tee $4 i64.sub local.set $6 - local.get $5 - i64.const -9223372036854775808 - i64.and local.get $3 local.get $4 i64.shl - local.tee $3 - i64.const 4503599627370496 - i64.sub - local.get $6 - i64.const 52 - i64.shl - i64.or - local.get $3 - i64.const 1 - local.get $6 - i64.sub - i64.shr_u + local.set $3 local.get $6 i64.const 0 i64.gt_s - select + if (result i64) + local.get $3 + i64.const 4503599627370496 + i64.sub + local.get $6 + i64.const 52 + i64.shl + i64.or + else + local.get $3 + i64.const 1 + local.get $6 + i64.sub + i64.shr_u + end + local.get $5 + i64.const 63 + i64.shl i64.or f64.reinterpret_i64 end @@ -3233,7 +3315,7 @@ i32.shl i32.const 8012 i32.add - i64.load32_u $0 + i64.load32_u local.get $3 i32.const 100 i32.rem_u @@ -3241,11 +3323,11 @@ i32.shl i32.const 8012 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -3268,8 +3350,8 @@ i32.shl i32.const 8012 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $1 i32.const 100 i32.div_u @@ -3291,8 +3373,8 @@ i32.shl i32.const 8012 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store else local.get $0 local.get $2 @@ -3304,7 +3386,7 @@ local.get $1 i32.const 48 i32.add - i32.store16 $0 + i32.store16 end ) (func $~lib/util/number/itoa_buffered (param $0 i32) (param $1 i32) (result i32) @@ -3312,25 +3394,24 @@ (local $3 i32) local.get $1 i32.extend8_s + local.tee $3 i32.const 0 i32.lt_s local.tee $2 if - local.get $1 - i32.const 255 - i32.and - i32.const 128 + local.get $3 + i32.const -128 i32.eq if local.get $0 i64.const 15762813447372845 - i64.store $0 + i64.store i32.const 4 return end local.get $0 i32.const 45 - i32.store16 $0 + i32.store16 i32.const 0 local.get $1 i32.sub @@ -3341,18 +3422,18 @@ i32.const 1 i32.shl i32.add - local.set $3 + local.set $0 local.get $1 i32.extend8_s + local.tee $3 i32.const 10 i32.lt_u if + local.get $0 local.get $3 - local.get $1 - i32.extend8_s i32.const 48 i32.or - i32.store16 $0 + i32.store16 local.get $2 i32.const 1 i32.add @@ -3406,13 +3487,13 @@ i32.add end end - local.set $0 - local.get $3 - local.get $1 + local.set $3 local.get $0 + local.get $1 + local.get $3 call $~lib/util/number/utoa32_dec_lut - local.get $0 local.get $2 + local.get $3 i32.add ) (func $~lib/util/number/itoa_buffered (param $0 i32) (param $1 i32) (result i32) @@ -3420,67 +3501,65 @@ local.get $1 i32.const 255 i32.and + local.tee $2 i32.const 10 i32.lt_u if local.get $0 - local.get $1 - i32.const 255 - i32.and + local.get $2 i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 return end local.get $1 i32.const 255 i32.and - local.set $2 + local.set $1 i32.const 3 - local.get $2 + local.get $1 i32.const 10 i32.ge_u i32.const 1 i32.add - local.get $2 + local.get $1 i32.const 100 i32.ge_u select - local.set $1 + local.set $2 local.get $0 - local.get $2 local.get $1 + local.get $2 call $~lib/util/number/utoa32_dec_lut - local.get $1 + local.get $2 ) (func $~lib/util/number/itoa_buffered (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) local.get $1 i32.extend16_s + local.tee $3 i32.const 0 i32.lt_s local.tee $2 if - local.get $1 - i32.const 65535 - i32.and - i32.const 32768 + local.get $3 + i32.const -32768 i32.eq if local.get $0 i64.const 15481338470793261 - i64.store $0 + i64.store local.get $0 i32.const 3670070 - i32.store $0 offset=8 + i32.store offset=8 i32.const 6 return end local.get $0 i32.const 45 - i32.store16 $0 + i32.store16 i32.const 0 local.get $1 i32.sub @@ -3491,18 +3570,18 @@ i32.const 1 i32.shl i32.add - local.set $3 + local.set $0 local.get $1 i32.extend16_s + local.tee $3 i32.const 10 i32.lt_u if + local.get $0 local.get $3 - local.get $1 - i32.extend16_s i32.const 48 i32.or - i32.store16 $0 + i32.store16 local.get $2 i32.const 1 i32.add @@ -3556,13 +3635,13 @@ i32.add end end - local.set $0 - local.get $3 - local.get $1 + local.set $3 local.get $0 + local.get $1 + local.get $3 call $~lib/util/number/utoa32_dec_lut - local.get $0 local.get $2 + local.get $3 i32.add ) (func $~lib/util/number/itoa_buffered (param $0 i32) (param $1 i32) (result i32) @@ -3570,49 +3649,48 @@ local.get $1 i32.const 65535 i32.and + local.tee $2 i32.const 10 i32.lt_u if local.get $0 - local.get $1 - i32.const 65535 - i32.and + local.get $2 i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 return end local.get $1 i32.const 65535 i32.and - local.set $2 - local.get $2 + local.set $1 + local.get $1 i32.const 100 i32.lt_u if (result i32) - local.get $2 + local.get $1 i32.const 10 i32.ge_u i32.const 1 i32.add else - local.get $2 + local.get $1 i32.const 10000 i32.ge_u i32.const 3 i32.add - local.get $2 + local.get $1 i32.const 1000 i32.ge_u i32.add end - local.set $1 + local.set $2 local.get $0 - local.get $2 local.get $1 + local.get $2 call $~lib/util/number/utoa32_dec_lut - local.get $1 + local.get $2 ) (func $~lib/util/number/itoa_buffered (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -3623,7 +3701,7 @@ if local.get $0 i32.const 45 - i32.store16 $0 + i32.store16 i32.const 0 local.get $1 i32.sub @@ -3643,7 +3721,7 @@ local.get $1 i32.const 48 i32.or - i32.store16 $0 + i32.store16 local.get $2 i32.const 1 i32.add @@ -3712,7 +3790,7 @@ local.get $1 i32.const 48 i32.or - i32.store16 $0 + i32.store16 i32.const 1 return end @@ -3803,7 +3881,7 @@ i32.shl i32.const 8012 i32.add - i64.load32_u $0 + i64.load32_u local.get $4 i32.const 100 i32.rem_u @@ -3811,11 +3889,11 @@ i32.shl i32.const 8012 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store local.get $0 local.get $2 i32.const 4 @@ -3834,7 +3912,7 @@ i32.shl i32.const 8012 i32.add - i64.load32_u $0 + i64.load32_u local.get $3 i32.const 100 i32.rem_u @@ -3842,11 +3920,11 @@ i32.shl i32.const 8012 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -3867,7 +3945,7 @@ if local.get $0 i32.const 45 - i32.store16 $0 + i32.store16 i64.const 0 local.get $1 i64.sub @@ -3887,7 +3965,7 @@ local.get $1 i64.const 48 i64.or - i64.store16 $0 + i64.store16 local.get $3 i32.const 1 i32.add @@ -4019,11 +4097,11 @@ i64.const 10 i64.lt_u if - local.get $2 + local.get $0 local.get $1 i64.const 48 i64.or - i64.store16 $0 + i64.store16 i32.const 1 return end @@ -4355,7 +4433,7 @@ i32.and i32.const 48 i32.add - i32.store16 $0 + i32.store16 local.get $5 i32.const 1 i32.add @@ -4370,6 +4448,7 @@ i64.extend_i32_u local.get $10 i64.extend_i32_s + local.tee $2 i64.shl local.get $8 i64.add @@ -4385,9 +4464,8 @@ i32.shl i32.const 10736 i32.add - i64.load32_u $0 - local.get $10 - i64.extend_i32_s + i64.load32_u + local.get $2 i64.shl local.set $2 local.get $0 @@ -4398,7 +4476,7 @@ i32.shl i32.add local.tee $0 - i32.load16_u $0 + i32.load16_u local.set $7 loop $while-continue|3 local.get $1 @@ -4442,7 +4520,7 @@ end local.get $0 local.get $7 - i32.store16 $0 + i32.store16 local.get $5 return end @@ -4479,7 +4557,7 @@ i32.and i32.const 48 i32.add - i32.store16 $0 + i32.store16 local.get $5 i32.const 1 i32.add @@ -4509,7 +4587,7 @@ i32.shl i32.const 10736 i32.add - i64.load32_u $0 + i64.load32_u i64.mul local.set $1 local.get $0 @@ -4520,7 +4598,7 @@ i32.shl i32.add local.tee $0 - i32.load16_u $0 + i32.load16_u local.set $7 loop $while-continue|6 local.get $1 @@ -4564,7 +4642,7 @@ end local.get $0 local.get $7 - i32.store16 $0 + i32.store16 local.get $5 ) (func $~lib/util/number/prettify (param $0 i32) (param $1 i32) (param $2 i32) (result i32) @@ -4579,7 +4657,7 @@ i32.shl i32.add i32.const 3145774 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.add @@ -4607,7 +4685,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $1 i32.const 1 i32.add @@ -4621,7 +4699,7 @@ i32.shl i32.add i32.const 3145774 - i32.store $0 + i32.store local.get $3 i32.const 2 i32.add @@ -4648,10 +4726,10 @@ i32.sub i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $0 i32.const 46 - i32.store16 $0 + i32.store16 local.get $1 i32.const 1 i32.add @@ -4676,10 +4754,10 @@ local.get $1 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $0 i32.const 3014704 - i32.store $0 + i32.store i32.const 2 local.set $2 loop $for-loop|1 @@ -4693,7 +4771,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $2 i32.const 1 i32.add @@ -4711,7 +4789,7 @@ if local.get $0 i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 i32.const 4 i32.add @@ -4785,7 +4863,7 @@ i32.const 43 local.get $3 select - i32.store16 $0 + i32.store16 else local.get $0 i32.const 4 @@ -4799,16 +4877,16 @@ local.tee $2 i32.const 2 i32.sub - memory.copy $0 $0 + memory.copy local.get $0 i32.const 46 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 local.get $2 i32.add local.tee $0 i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 i32.const 4 i32.add @@ -4882,7 +4960,7 @@ i32.const 43 local.get $2 select - i32.store16 $0 + i32.store16 local.get $0 local.get $1 i32.add @@ -4917,7 +4995,7 @@ if (result f64) local.get $0 i32.const 45 - i32.store16 $0 + i32.store16 local.get $1 f64.neg else @@ -5017,14 +5095,14 @@ local.get $9 i32.const 9864 i32.add - i64.load $0 + i64.load global.set $~lib/util/number/_frc_pow local.get $8 i32.const 1 i32.shl i32.const 10560 i32.add - i32.load16_s $0 + i32.load16_s global.set $~lib/util/number/_exp_pow local.get $2 local.get $2 @@ -5183,13 +5261,13 @@ if local.get $0 i32.const 48 - i32.store16 $0 + i32.store16 local.get $0 i32.const 46 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 i32.const 48 - i32.store16 $0 offset=4 + i32.store16 offset=4 i32.const 3 return end @@ -5205,13 +5283,13 @@ if local.get $0 i32.const 78 - i32.store16 $0 + i32.store16 local.get $0 i32.const 97 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 i32.const 78 - i32.store16 $0 offset=4 + i32.store16 offset=4 i32.const 3 return else @@ -5222,7 +5300,7 @@ if local.get $0 i32.const 45 - i32.store16 $0 + i32.store16 local.get $0 i32.const 2 i32.add @@ -5230,10 +5308,10 @@ end local.get $0 i64.const 29555310648492105 - i64.store $0 + i64.store local.get $0 i64.const 34058970405077102 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 i32.const 8 i32.add @@ -5250,6 +5328,7 @@ (local $6 i32) (local $7 i32) (local $8 i32) + (local $9 i32) local.get $1 local.get $3 local.get $2 @@ -5279,19 +5358,19 @@ local.get $7 i32.add local.tee $3 - i32.load8_s $0 offset=1 + i32.load8_s offset=1 local.tee $6 local.set $5 local.get $3 - i32.load8_s $0 + i32.load8_s local.set $3 i32.const 2 global.set $~argumentsLength local.get $3 local.get $6 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if @@ -5313,23 +5392,22 @@ local.get $0 local.get $6 i32.add - i32.load8_s $0 - local.set $8 + local.tee $8 + i32.load8_s + local.set $9 i32.const 2 global.set $~argumentsLength - local.get $8 + local.get $9 local.get $3 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|1 - local.get $0 - local.get $6 - i32.add local.get $8 - i32.store8 $0 offset=2 + local.get $9 + i32.store8 offset=2 local.get $6 i32.const 1 i32.sub @@ -5342,7 +5420,7 @@ local.get $6 i32.add local.get $3 - i32.store8 $0 offset=2 + i32.store8 offset=2 loop $while-continue|2 local.get $1 local.get $6 @@ -5352,23 +5430,22 @@ local.get $0 local.get $6 i32.add - i32.load8_s $0 - local.set $3 + local.tee $3 + i32.load8_s + local.set $8 i32.const 2 global.set $~argumentsLength - local.get $3 + local.get $8 local.get $5 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|2 - local.get $0 - local.get $6 - i32.add local.get $3 - i32.store8 $0 offset=1 + local.get $8 + i32.store8 offset=1 local.get $6 i32.const 1 i32.sub @@ -5381,7 +5458,7 @@ local.get $6 i32.add local.get $5 - i32.store8 $0 offset=1 + i32.store8 offset=1 local.get $7 i32.const 2 i32.add @@ -5404,7 +5481,7 @@ local.get $0 local.get $1 i32.add - i32.load8_s $0 + i32.load8_s local.set $5 local.get $1 i32.const 1 @@ -5412,15 +5489,15 @@ local.tee $4 local.get $0 i32.add - i32.load8_s $0 + i32.load8_s local.set $6 i32.const 2 global.set $~argumentsLength local.get $5 local.get $6 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -5433,18 +5510,18 @@ local.get $4 i32.add local.tee $5 - i32.load8_s $0 offset=1 + i32.load8_s offset=1 local.set $6 local.get $5 - i32.load8_s $0 + i32.load8_s local.set $5 i32.const 2 global.set $~argumentsLength local.get $6 local.get $5 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -5469,22 +5546,22 @@ local.get $1 i32.add local.tee $3 - i32.load8_s $0 + i32.load8_s local.set $5 local.get $3 local.get $0 local.get $2 i32.add local.tee $3 - i32.load8_s $0 - i32.store8 $0 + i32.load8_s + i32.store8 local.get $1 i32.const 1 i32.add local.set $1 local.get $3 local.get $5 - i32.store8 $0 + i32.store8 local.get $2 i32.const 1 i32.sub @@ -5502,18 +5579,18 @@ local.get $4 i32.add local.tee $1 - i32.load8_s $0 offset=1 + i32.load8_s offset=1 local.set $5 local.get $1 - i32.load8_s $0 + i32.load8_s local.set $1 i32.const 2 global.set $~argumentsLength local.get $5 local.get $1 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -5559,8 +5636,8 @@ local.get $0 local.get $2 i32.add - i32.load8_s $0 - i32.store8 $0 + i32.load8_s + i32.store8 br $for-loop|0 end end @@ -5577,8 +5654,8 @@ local.get $0 local.get $6 i32.add - i32.load8_s $0 offset=1 - i32.store8 $0 + i32.load8_s offset=1 + i32.store8 local.get $6 i32.const 1 i32.add @@ -5594,20 +5671,20 @@ local.get $4 local.get $6 i32.add - i32.load8_s $0 + i32.load8_s local.set $8 local.get $2 local.get $4 i32.add - i32.load8_s $0 + i32.load8_s local.set $7 i32.const 2 global.set $~argumentsLength local.get $8 local.get $7 local.get $5 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -5615,7 +5692,7 @@ local.get $1 i32.add local.get $8 - i32.store8 $0 + i32.store8 local.get $6 i32.const 1 i32.sub @@ -5625,7 +5702,7 @@ local.get $1 i32.add local.get $7 - i32.store8 $0 + i32.store8 local.get $2 i32.const 1 i32.add @@ -5664,6 +5741,7 @@ (local $6 i32) (local $7 i32) (local $8 i32) + (local $9 i32) local.get $1 local.get $3 local.get $2 @@ -5693,19 +5771,19 @@ local.get $7 i32.add local.tee $3 - i32.load8_u $0 offset=1 + i32.load8_u offset=1 local.tee $6 local.set $5 local.get $3 - i32.load8_u $0 + i32.load8_u local.set $3 i32.const 2 global.set $~argumentsLength local.get $3 local.get $6 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if @@ -5727,23 +5805,22 @@ local.get $0 local.get $6 i32.add - i32.load8_u $0 - local.set $8 + local.tee $8 + i32.load8_u + local.set $9 i32.const 2 global.set $~argumentsLength - local.get $8 + local.get $9 local.get $3 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|1 - local.get $0 - local.get $6 - i32.add local.get $8 - i32.store8 $0 offset=2 + local.get $9 + i32.store8 offset=2 local.get $6 i32.const 1 i32.sub @@ -5756,7 +5833,7 @@ local.get $6 i32.add local.get $3 - i32.store8 $0 offset=2 + i32.store8 offset=2 loop $while-continue|2 local.get $1 local.get $6 @@ -5766,23 +5843,22 @@ local.get $0 local.get $6 i32.add - i32.load8_u $0 - local.set $3 + local.tee $3 + i32.load8_u + local.set $8 i32.const 2 global.set $~argumentsLength - local.get $3 + local.get $8 local.get $5 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|2 - local.get $0 - local.get $6 - i32.add local.get $3 - i32.store8 $0 offset=1 + local.get $8 + i32.store8 offset=1 local.get $6 i32.const 1 i32.sub @@ -5795,7 +5871,7 @@ local.get $6 i32.add local.get $5 - i32.store8 $0 offset=1 + i32.store8 offset=1 local.get $7 i32.const 2 i32.add @@ -5818,7 +5894,7 @@ local.get $0 local.get $1 i32.add - i32.load8_u $0 + i32.load8_u local.set $5 local.get $1 i32.const 1 @@ -5826,15 +5902,15 @@ local.tee $4 local.get $0 i32.add - i32.load8_u $0 + i32.load8_u local.set $6 i32.const 2 global.set $~argumentsLength local.get $5 local.get $6 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -5847,18 +5923,18 @@ local.get $4 i32.add local.tee $5 - i32.load8_u $0 offset=1 + i32.load8_u offset=1 local.set $6 local.get $5 - i32.load8_u $0 + i32.load8_u local.set $5 i32.const 2 global.set $~argumentsLength local.get $6 local.get $5 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -5883,22 +5959,22 @@ local.get $1 i32.add local.tee $3 - i32.load8_u $0 + i32.load8_u local.set $5 local.get $3 local.get $0 local.get $2 i32.add local.tee $3 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $1 i32.const 1 i32.add local.set $1 local.get $3 local.get $5 - i32.store8 $0 + i32.store8 local.get $2 i32.const 1 i32.sub @@ -5916,18 +5992,18 @@ local.get $4 i32.add local.tee $1 - i32.load8_u $0 offset=1 + i32.load8_u offset=1 local.set $5 local.get $1 - i32.load8_u $0 + i32.load8_u local.set $1 i32.const 2 global.set $~argumentsLength local.get $5 local.get $1 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -5973,8 +6049,8 @@ local.get $0 local.get $2 i32.add - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 br $for-loop|0 end end @@ -5991,8 +6067,8 @@ local.get $0 local.get $6 i32.add - i32.load8_u $0 offset=1 - i32.store8 $0 + i32.load8_u offset=1 + i32.store8 local.get $6 i32.const 1 i32.add @@ -6008,20 +6084,20 @@ local.get $4 local.get $6 i32.add - i32.load8_u $0 + i32.load8_u local.set $8 local.get $2 local.get $4 i32.add - i32.load8_u $0 + i32.load8_u local.set $7 i32.const 2 global.set $~argumentsLength local.get $8 local.get $7 local.get $5 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -6029,7 +6105,7 @@ local.get $1 i32.add local.get $8 - i32.store8 $0 + i32.store8 local.get $6 i32.const 1 i32.sub @@ -6039,7 +6115,7 @@ local.get $1 i32.add local.get $7 - i32.store8 $0 + i32.store8 local.get $2 i32.const 1 i32.add @@ -6088,6 +6164,7 @@ (local $6 i32) (local $7 i32) (local $8 i32) + (local $9 i32) local.get $1 local.get $3 local.get $2 @@ -6119,19 +6196,19 @@ i32.shl i32.add local.tee $3 - i32.load16_s $0 offset=2 + i32.load16_s offset=2 local.tee $6 local.set $5 local.get $3 - i32.load16_s $0 + i32.load16_s local.set $3 i32.const 2 global.set $~argumentsLength local.get $3 local.get $6 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if @@ -6155,25 +6232,22 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 - local.set $8 + local.tee $8 + i32.load16_s + local.set $9 i32.const 2 global.set $~argumentsLength - local.get $8 + local.get $9 local.get $3 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|1 - local.get $0 - local.get $6 - i32.const 1 - i32.shl - i32.add local.get $8 - i32.store16 $0 offset=4 + local.get $9 + i32.store16 offset=4 local.get $6 i32.const 1 i32.sub @@ -6188,7 +6262,7 @@ i32.shl i32.add local.get $3 - i32.store16 $0 offset=4 + i32.store16 offset=4 loop $while-continue|2 local.get $1 local.get $6 @@ -6200,25 +6274,22 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 - local.set $3 + local.tee $3 + i32.load16_s + local.set $8 i32.const 2 global.set $~argumentsLength - local.get $3 + local.get $8 local.get $5 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|2 - local.get $0 - local.get $6 - i32.const 1 - i32.shl - i32.add local.get $3 - i32.store16 $0 offset=2 + local.get $8 + i32.store16 offset=2 local.get $6 i32.const 1 i32.sub @@ -6233,7 +6304,7 @@ i32.shl i32.add local.get $5 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $7 i32.const 2 i32.add @@ -6258,7 +6329,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $5 local.get $0 local.get $1 @@ -6268,15 +6339,15 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $6 i32.const 2 global.set $~argumentsLength local.get $5 local.get $6 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -6291,18 +6362,18 @@ i32.shl i32.add local.tee $5 - i32.load16_s $0 offset=2 + i32.load16_s offset=2 local.set $6 local.get $5 - i32.load16_s $0 + i32.load16_s local.set $5 i32.const 2 global.set $~argumentsLength local.get $6 local.get $5 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -6329,7 +6400,7 @@ i32.shl i32.add local.tee $3 - i32.load16_s $0 + i32.load16_s local.set $5 local.get $3 local.get $0 @@ -6338,15 +6409,15 @@ i32.shl i32.add local.tee $3 - i32.load16_s $0 - i32.store16 $0 + i32.load16_s + i32.store16 local.get $1 i32.const 1 i32.add local.set $1 local.get $3 local.get $5 - i32.store16 $0 + i32.store16 local.get $2 i32.const 1 i32.sub @@ -6366,18 +6437,18 @@ i32.shl i32.add local.tee $1 - i32.load16_s $0 offset=2 + i32.load16_s offset=2 local.set $5 local.get $1 - i32.load16_s $0 + i32.load16_s local.set $1 i32.const 2 global.set $~argumentsLength local.get $5 local.get $1 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -6426,8 +6497,8 @@ local.get $0 local.get $8 i32.add - i32.load16_s $0 - i32.store16 $0 + i32.load16_s + i32.store16 br $for-loop|0 end end @@ -6448,8 +6519,8 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 offset=2 - i32.store16 $0 + i32.load16_s offset=2 + i32.store16 local.get $6 i32.const 1 i32.add @@ -6467,22 +6538,22 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $7 local.get $4 local.get $2 i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $8 i32.const 2 global.set $~argumentsLength local.get $7 local.get $8 local.get $5 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -6492,7 +6563,7 @@ i32.shl i32.add local.get $7 - i32.store16 $0 + i32.store16 local.get $6 i32.const 1 i32.sub @@ -6504,7 +6575,7 @@ i32.shl i32.add local.get $8 - i32.store16 $0 + i32.store16 local.get $2 i32.const 1 i32.add @@ -6543,6 +6614,7 @@ (local $6 i32) (local $7 i32) (local $8 i32) + (local $9 i32) local.get $1 local.get $3 local.get $2 @@ -6574,19 +6646,19 @@ i32.shl i32.add local.tee $3 - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.tee $6 local.set $5 local.get $3 - i32.load16_u $0 + i32.load16_u local.set $3 i32.const 2 global.set $~argumentsLength local.get $3 local.get $6 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if @@ -6610,25 +6682,22 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - local.set $8 + local.tee $8 + i32.load16_u + local.set $9 i32.const 2 global.set $~argumentsLength - local.get $8 + local.get $9 local.get $3 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|1 - local.get $0 - local.get $6 - i32.const 1 - i32.shl - i32.add local.get $8 - i32.store16 $0 offset=4 + local.get $9 + i32.store16 offset=4 local.get $6 i32.const 1 i32.sub @@ -6643,7 +6712,7 @@ i32.shl i32.add local.get $3 - i32.store16 $0 offset=4 + i32.store16 offset=4 loop $while-continue|2 local.get $1 local.get $6 @@ -6655,25 +6724,22 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - local.set $3 + local.tee $3 + i32.load16_u + local.set $8 i32.const 2 global.set $~argumentsLength - local.get $3 + local.get $8 local.get $5 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|2 - local.get $0 - local.get $6 - i32.const 1 - i32.shl - i32.add local.get $3 - i32.store16 $0 offset=2 + local.get $8 + i32.store16 offset=2 local.get $6 i32.const 1 i32.sub @@ -6688,7 +6754,7 @@ i32.shl i32.add local.get $5 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $7 i32.const 2 i32.add @@ -6713,7 +6779,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $5 local.get $0 local.get $1 @@ -6723,15 +6789,15 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $6 i32.const 2 global.set $~argumentsLength local.get $5 local.get $6 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -6746,18 +6812,18 @@ i32.shl i32.add local.tee $5 - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.set $6 local.get $5 - i32.load16_u $0 + i32.load16_u local.set $5 i32.const 2 global.set $~argumentsLength local.get $6 local.get $5 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -6784,7 +6850,7 @@ i32.shl i32.add local.tee $3 - i32.load16_u $0 + i32.load16_u local.set $5 local.get $3 local.get $0 @@ -6793,15 +6859,15 @@ i32.shl i32.add local.tee $3 - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $1 i32.const 1 i32.add local.set $1 local.get $3 local.get $5 - i32.store16 $0 + i32.store16 local.get $2 i32.const 1 i32.sub @@ -6821,18 +6887,18 @@ i32.shl i32.add local.tee $1 - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.set $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.set $1 i32.const 2 global.set $~argumentsLength local.get $5 local.get $1 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -6881,8 +6947,8 @@ local.get $0 local.get $8 i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 br $for-loop|0 end end @@ -6903,8 +6969,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 offset=2 - i32.store16 $0 + i32.load16_u offset=2 + i32.store16 local.get $6 i32.const 1 i32.add @@ -6922,22 +6988,22 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $7 local.get $4 local.get $2 i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $8 i32.const 2 global.set $~argumentsLength local.get $7 local.get $8 local.get $5 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -6947,7 +7013,7 @@ i32.shl i32.add local.get $7 - i32.store16 $0 + i32.store16 local.get $6 i32.const 1 i32.sub @@ -6959,7 +7025,7 @@ i32.shl i32.add local.get $8 - i32.store16 $0 + i32.store16 local.get $2 i32.const 1 i32.add @@ -7008,6 +7074,7 @@ (local $6 i32) (local $7 i32) (local $8 i32) + (local $9 i32) local.get $1 local.get $3 local.get $2 @@ -7039,19 +7106,19 @@ i32.shl i32.add local.tee $3 - i32.load $0 offset=4 + i32.load offset=4 local.tee $6 local.set $5 local.get $3 - i32.load $0 + i32.load local.set $3 i32.const 2 global.set $~argumentsLength local.get $3 local.get $6 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if @@ -7075,25 +7142,22 @@ i32.const 2 i32.shl i32.add - i32.load $0 - local.set $8 + local.tee $8 + i32.load + local.set $9 i32.const 2 global.set $~argumentsLength - local.get $8 + local.get $9 local.get $3 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|1 - local.get $0 - local.get $6 - i32.const 2 - i32.shl - i32.add local.get $8 - i32.store $0 offset=8 + local.get $9 + i32.store offset=8 local.get $6 i32.const 1 i32.sub @@ -7108,7 +7172,7 @@ i32.shl i32.add local.get $3 - i32.store $0 offset=8 + i32.store offset=8 loop $while-continue|2 local.get $1 local.get $6 @@ -7120,25 +7184,22 @@ i32.const 2 i32.shl i32.add - i32.load $0 - local.set $3 + local.tee $3 + i32.load + local.set $8 i32.const 2 global.set $~argumentsLength - local.get $3 + local.get $8 local.get $5 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|2 - local.get $0 - local.get $6 - i32.const 2 - i32.shl - i32.add local.get $3 - i32.store $0 offset=4 + local.get $8 + i32.store offset=4 local.get $6 i32.const 1 i32.sub @@ -7153,7 +7214,7 @@ i32.shl i32.add local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 i32.add @@ -7178,7 +7239,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $5 local.get $0 local.get $1 @@ -7188,15 +7249,15 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $6 i32.const 2 global.set $~argumentsLength local.get $5 local.get $6 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -7211,18 +7272,18 @@ i32.shl i32.add local.tee $5 - i32.load $0 offset=4 + i32.load offset=4 local.set $6 local.get $5 - i32.load $0 + i32.load local.set $5 i32.const 2 global.set $~argumentsLength local.get $6 local.get $5 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -7249,7 +7310,7 @@ i32.shl i32.add local.tee $3 - i32.load $0 + i32.load local.set $5 local.get $3 local.get $0 @@ -7258,15 +7319,15 @@ i32.shl i32.add local.tee $3 - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $1 i32.const 1 i32.add local.set $1 local.get $3 local.get $5 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.sub @@ -7286,18 +7347,18 @@ i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $5 local.get $1 - i32.load $0 + i32.load local.set $1 i32.const 2 global.set $~argumentsLength local.get $5 local.get $1 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -7346,8 +7407,8 @@ local.get $0 local.get $8 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store br $for-loop|0 end end @@ -7368,8 +7429,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 - i32.store $0 + i32.load offset=4 + i32.store local.get $6 i32.const 1 i32.add @@ -7387,22 +7448,22 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 local.get $4 local.get $2 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $8 i32.const 2 global.set $~argumentsLength local.get $7 local.get $8 local.get $5 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -7412,7 +7473,7 @@ i32.shl i32.add local.get $7 - i32.store $0 + i32.store local.get $6 i32.const 1 i32.sub @@ -7424,7 +7485,7 @@ i32.shl i32.add local.get $8 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.add @@ -7457,6 +7518,7 @@ (local $6 i32) (local $7 i32) (local $8 i32) + (local $9 i32) local.get $1 local.get $3 local.get $2 @@ -7488,19 +7550,19 @@ i32.shl i32.add local.tee $3 - i32.load $0 offset=4 + i32.load offset=4 local.tee $6 local.set $5 local.get $3 - i32.load $0 + i32.load local.set $3 i32.const 2 global.set $~argumentsLength local.get $3 local.get $6 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s if @@ -7524,25 +7586,22 @@ i32.const 2 i32.shl i32.add - i32.load $0 - local.set $8 + local.tee $8 + i32.load + local.set $9 i32.const 2 global.set $~argumentsLength - local.get $8 + local.get $9 local.get $3 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|1 - local.get $0 - local.get $6 - i32.const 2 - i32.shl - i32.add local.get $8 - i32.store $0 offset=8 + local.get $9 + i32.store offset=8 local.get $6 i32.const 1 i32.sub @@ -7557,7 +7616,7 @@ i32.shl i32.add local.get $3 - i32.store $0 offset=8 + i32.store offset=8 loop $while-continue|2 local.get $1 local.get $6 @@ -7569,25 +7628,22 @@ i32.const 2 i32.shl i32.add - i32.load $0 - local.set $3 + local.tee $3 + i32.load + local.set $8 i32.const 2 global.set $~argumentsLength - local.get $3 + local.get $8 local.get $5 local.get $4 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.le_s br_if $while-break|2 - local.get $0 - local.get $6 - i32.const 2 - i32.shl - i32.add local.get $3 - i32.store $0 offset=4 + local.get $8 + i32.store offset=4 local.get $6 i32.const 1 i32.sub @@ -7602,7 +7658,7 @@ i32.shl i32.add local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 i32.add @@ -7627,7 +7683,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $5 local.get $0 local.get $1 @@ -7637,15 +7693,15 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $6 i32.const 2 global.set $~argumentsLength local.get $5 local.get $6 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s if @@ -7660,18 +7716,18 @@ i32.shl i32.add local.tee $5 - i32.load $0 offset=4 + i32.load offset=4 local.set $6 local.get $5 - i32.load $0 + i32.load local.set $5 i32.const 2 global.set $~argumentsLength local.get $6 local.get $5 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 31 i32.shr_u else @@ -7698,7 +7754,7 @@ i32.shl i32.add local.tee $3 - i32.load $0 + i32.load local.set $5 local.get $3 local.get $0 @@ -7707,15 +7763,15 @@ i32.shl i32.add local.tee $3 - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $1 i32.const 1 i32.add local.set $1 local.get $3 local.get $5 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.sub @@ -7735,18 +7791,18 @@ i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $5 local.get $1 - i32.load $0 + i32.load local.set $1 i32.const 2 global.set $~argumentsLength local.get $5 local.get $1 local.get $3 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.ge_s else @@ -7795,8 +7851,8 @@ local.get $0 local.get $8 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store br $for-loop|0 end end @@ -7817,8 +7873,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 - i32.store $0 + i32.load offset=4 + i32.store local.get $6 i32.const 1 i32.add @@ -7836,22 +7892,22 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $7 local.get $4 local.get $2 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $8 i32.const 2 global.set $~argumentsLength local.get $7 local.get $8 local.get $5 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.lt_s if @@ -7861,7 +7917,7 @@ i32.shl i32.add local.get $7 - i32.store $0 + i32.store local.get $6 i32.const 1 i32.sub @@ -7873,7 +7929,7 @@ i32.shl i32.add local.get $8 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.add @@ -7910,6 +7966,7 @@ (local $6 i64) (local $7 i32) (local $8 i64) + (local $9 i32) local.get $1 local.get $3 local.get $2 @@ -7941,19 +7998,19 @@ i32.shl i32.add local.tee $3 - i64.load $0 offset=8 + i64.load offset=8 local.tee $8 local.set $6 local.get $3 - i64.load $0 + i64.load local.set $5 i32.const 2 global.set $~argumentsLength local.get $5 local.get $8 local.get $4 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.le_s if @@ -7977,25 +8034,22 @@ i32.const 3 i32.shl i32.add - i64.load $0 + local.tee $9 + i64.load local.set $8 i32.const 2 global.set $~argumentsLength local.get $8 local.get $5 local.get $4 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.le_s br_if $while-break|1 - local.get $0 - local.get $3 - i32.const 3 - i32.shl - i32.add + local.get $9 local.get $8 - i64.store $0 offset=16 + i64.store offset=16 local.get $3 i32.const 1 i32.sub @@ -8010,7 +8064,7 @@ i32.shl i32.add local.get $5 - i64.store $0 offset=16 + i64.store offset=16 loop $while-continue|2 local.get $1 local.get $3 @@ -8022,25 +8076,22 @@ i32.const 3 i32.shl i32.add - i64.load $0 + local.tee $9 + i64.load local.set $5 i32.const 2 global.set $~argumentsLength local.get $5 local.get $6 local.get $4 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.le_s br_if $while-break|2 - local.get $0 - local.get $3 - i32.const 3 - i32.shl - i32.add + local.get $9 local.get $5 - i64.store $0 offset=8 + i64.store offset=8 local.get $3 i32.const 1 i32.sub @@ -8055,7 +8106,7 @@ i32.shl i32.add local.get $6 - i64.store $0 offset=8 + i64.store offset=8 local.get $7 i32.const 2 i32.add @@ -8081,7 +8132,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $5 local.get $0 local.get $1 @@ -8091,15 +8142,15 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $7 i32.const 2 global.set $~argumentsLength local.get $5 local.get $7 local.get $3 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.gt_s if @@ -8114,18 +8165,18 @@ i32.shl i32.add local.tee $6 - i64.load $0 offset=8 + i64.load offset=8 local.set $5 local.get $6 - i64.load $0 + i64.load local.set $7 i32.const 2 global.set $~argumentsLength local.get $5 local.get $7 local.get $3 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 31 i32.shr_u else @@ -8152,7 +8203,7 @@ i32.shl i32.add local.tee $3 - i64.load $0 + i64.load local.set $5 local.get $3 local.get $0 @@ -8161,15 +8212,15 @@ i32.shl i32.add local.tee $3 - i64.load $0 - i64.store $0 + i64.load + i64.store local.get $1 i32.const 1 i32.add local.set $1 local.get $3 local.get $5 - i64.store $0 + i64.store local.get $2 i32.const 1 i32.sub @@ -8189,18 +8240,18 @@ i32.shl i32.add local.tee $1 - i64.load $0 offset=8 + i64.load offset=8 local.set $5 local.get $1 - i64.load $0 + i64.load local.set $7 i32.const 2 global.set $~argumentsLength local.get $5 local.get $7 local.get $3 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.ge_s else @@ -8251,8 +8302,8 @@ local.get $0 local.get $10 i32.add - i64.load $0 - i64.store $0 + i64.load + i64.store br $for-loop|0 end end @@ -8273,8 +8324,8 @@ i32.const 3 i32.shl i32.add - i64.load $0 offset=8 - i64.store $0 + i64.load offset=8 + i64.store local.get $6 i32.const 1 i32.add @@ -8292,22 +8343,22 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $7 local.get $4 local.get $2 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $8 i32.const 2 global.set $~argumentsLength local.get $7 local.get $8 local.get $5 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.lt_s if @@ -8317,7 +8368,7 @@ i32.shl i32.add local.get $7 - i64.store $0 + i64.store local.get $6 i32.const 1 i32.sub @@ -8329,7 +8380,7 @@ i32.shl i32.add local.get $8 - i64.store $0 + i64.store local.get $2 i32.const 1 i32.add @@ -8366,6 +8417,7 @@ (local $6 i64) (local $7 i32) (local $8 i64) + (local $9 i32) local.get $1 local.get $3 local.get $2 @@ -8397,19 +8449,19 @@ i32.shl i32.add local.tee $3 - i64.load $0 offset=8 + i64.load offset=8 local.tee $8 local.set $6 local.get $3 - i64.load $0 + i64.load local.set $5 i32.const 2 global.set $~argumentsLength local.get $5 local.get $8 local.get $4 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.le_s if @@ -8433,25 +8485,22 @@ i32.const 3 i32.shl i32.add - i64.load $0 + local.tee $9 + i64.load local.set $8 i32.const 2 global.set $~argumentsLength local.get $8 local.get $5 local.get $4 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.le_s br_if $while-break|1 - local.get $0 - local.get $3 - i32.const 3 - i32.shl - i32.add + local.get $9 local.get $8 - i64.store $0 offset=16 + i64.store offset=16 local.get $3 i32.const 1 i32.sub @@ -8466,7 +8515,7 @@ i32.shl i32.add local.get $5 - i64.store $0 offset=16 + i64.store offset=16 loop $while-continue|2 local.get $1 local.get $3 @@ -8478,25 +8527,22 @@ i32.const 3 i32.shl i32.add - i64.load $0 + local.tee $9 + i64.load local.set $5 i32.const 2 global.set $~argumentsLength local.get $5 local.get $6 local.get $4 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.le_s br_if $while-break|2 - local.get $0 - local.get $3 - i32.const 3 - i32.shl - i32.add + local.get $9 local.get $5 - i64.store $0 offset=8 + i64.store offset=8 local.get $3 i32.const 1 i32.sub @@ -8511,7 +8557,7 @@ i32.shl i32.add local.get $6 - i64.store $0 offset=8 + i64.store offset=8 local.get $7 i32.const 2 i32.add @@ -8537,7 +8583,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $5 local.get $0 local.get $1 @@ -8547,15 +8593,15 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $7 i32.const 2 global.set $~argumentsLength local.get $5 local.get $7 local.get $3 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.gt_s if @@ -8570,18 +8616,18 @@ i32.shl i32.add local.tee $6 - i64.load $0 offset=8 + i64.load offset=8 local.set $5 local.get $6 - i64.load $0 + i64.load local.set $7 i32.const 2 global.set $~argumentsLength local.get $5 local.get $7 local.get $3 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 31 i32.shr_u else @@ -8608,7 +8654,7 @@ i32.shl i32.add local.tee $3 - i64.load $0 + i64.load local.set $5 local.get $3 local.get $0 @@ -8617,15 +8663,15 @@ i32.shl i32.add local.tee $3 - i64.load $0 - i64.store $0 + i64.load + i64.store local.get $1 i32.const 1 i32.add local.set $1 local.get $3 local.get $5 - i64.store $0 + i64.store local.get $2 i32.const 1 i32.sub @@ -8645,18 +8691,18 @@ i32.shl i32.add local.tee $1 - i64.load $0 offset=8 + i64.load offset=8 local.set $5 local.get $1 - i64.load $0 + i64.load local.set $7 i32.const 2 global.set $~argumentsLength local.get $5 local.get $7 local.get $3 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.ge_s else @@ -8707,8 +8753,8 @@ local.get $0 local.get $10 i32.add - i64.load $0 - i64.store $0 + i64.load + i64.store br $for-loop|0 end end @@ -8729,8 +8775,8 @@ i32.const 3 i32.shl i32.add - i64.load $0 offset=8 - i64.store $0 + i64.load offset=8 + i64.store local.get $6 i32.const 1 i32.add @@ -8748,22 +8794,22 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $7 local.get $4 local.get $2 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $8 i32.const 2 global.set $~argumentsLength local.get $7 local.get $8 local.get $5 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.lt_s if @@ -8773,7 +8819,7 @@ i32.shl i32.add local.get $7 - i64.store $0 + i64.store local.get $6 i32.const 1 i32.sub @@ -8785,7 +8831,7 @@ i32.shl i32.add local.get $8 - i64.store $0 + i64.store local.get $2 i32.const 1 i32.add @@ -8822,6 +8868,7 @@ (local $6 f32) (local $7 i32) (local $8 f32) + (local $9 i32) local.get $1 local.get $3 local.get $2 @@ -8853,19 +8900,19 @@ i32.shl i32.add local.tee $3 - f32.load $0 offset=4 + f32.load offset=4 local.tee $8 local.set $6 local.get $3 - f32.load $0 + f32.load local.set $5 i32.const 2 global.set $~argumentsLength local.get $5 local.get $8 local.get $4 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $11) i32.const 0 i32.le_s if @@ -8889,25 +8936,22 @@ i32.const 2 i32.shl i32.add - f32.load $0 + local.tee $9 + f32.load local.set $8 i32.const 2 global.set $~argumentsLength local.get $8 local.get $5 local.get $4 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $11) i32.const 0 i32.le_s br_if $while-break|1 - local.get $0 - local.get $3 - i32.const 2 - i32.shl - i32.add + local.get $9 local.get $8 - f32.store $0 offset=8 + f32.store offset=8 local.get $3 i32.const 1 i32.sub @@ -8922,7 +8966,7 @@ i32.shl i32.add local.get $5 - f32.store $0 offset=8 + f32.store offset=8 loop $while-continue|2 local.get $1 local.get $3 @@ -8934,25 +8978,22 @@ i32.const 2 i32.shl i32.add - f32.load $0 + local.tee $9 + f32.load local.set $5 i32.const 2 global.set $~argumentsLength local.get $5 local.get $6 local.get $4 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $11) i32.const 0 i32.le_s br_if $while-break|2 - local.get $0 - local.get $3 - i32.const 2 - i32.shl - i32.add + local.get $9 local.get $5 - f32.store $0 offset=4 + f32.store offset=4 local.get $3 i32.const 1 i32.sub @@ -8967,7 +9008,7 @@ i32.shl i32.add local.get $6 - f32.store $0 offset=4 + f32.store offset=4 local.get $7 i32.const 2 i32.add @@ -8993,7 +9034,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $5 local.get $0 local.get $1 @@ -9003,15 +9044,15 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $7 i32.const 2 global.set $~argumentsLength local.get $5 local.get $7 local.get $3 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $11) i32.const 0 i32.gt_s if @@ -9026,18 +9067,18 @@ i32.shl i32.add local.tee $6 - f32.load $0 offset=4 + f32.load offset=4 local.set $5 local.get $6 - f32.load $0 + f32.load local.set $7 i32.const 2 global.set $~argumentsLength local.get $5 local.get $7 local.get $3 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $11) i32.const 31 i32.shr_u else @@ -9064,7 +9105,7 @@ i32.shl i32.add local.tee $3 - f32.load $0 + f32.load local.set $5 local.get $3 local.get $0 @@ -9073,15 +9114,15 @@ i32.shl i32.add local.tee $3 - f32.load $0 - f32.store $0 + f32.load + f32.store local.get $1 i32.const 1 i32.add local.set $1 local.get $3 local.get $5 - f32.store $0 + f32.store local.get $2 i32.const 1 i32.sub @@ -9101,18 +9142,18 @@ i32.shl i32.add local.tee $1 - f32.load $0 offset=4 + f32.load offset=4 local.set $5 local.get $1 - f32.load $0 + f32.load local.set $7 i32.const 2 global.set $~argumentsLength local.get $5 local.get $7 local.get $3 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $11) i32.const 0 i32.ge_s else @@ -9163,8 +9204,8 @@ local.get $0 local.get $10 i32.add - f32.load $0 - f32.store $0 + f32.load + f32.store br $for-loop|0 end end @@ -9185,8 +9226,8 @@ i32.const 2 i32.shl i32.add - f32.load $0 offset=4 - f32.store $0 + f32.load offset=4 + f32.store local.get $6 i32.const 1 i32.add @@ -9204,22 +9245,22 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $7 local.get $4 local.get $2 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $8 i32.const 2 global.set $~argumentsLength local.get $7 local.get $8 local.get $5 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $11) i32.const 0 i32.lt_s if @@ -9229,7 +9270,7 @@ i32.shl i32.add local.get $7 - f32.store $0 + f32.store local.get $6 i32.const 1 i32.sub @@ -9241,7 +9282,7 @@ i32.shl i32.add local.get $8 - f32.store $0 + f32.store local.get $2 i32.const 1 i32.add @@ -9315,7 +9356,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner0 $folding-inner1 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner1 $folding-inner1 $folding-inner1 $folding-inner1 $folding-inner1 $folding-inner1 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $invalid end return @@ -9337,17 +9378,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load offset=4 + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -9365,17 +9402,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -9383,11 +9416,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -9421,39 +9454,41 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 12 i32.const 3 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 - local.get $3 + i32.store + local.get $0 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=4 - local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1073741820 local.get $2 @@ -9475,207 +9510,38 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $2 - i32.store $0 - local.get $2 - if - local.get $0 - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $0 - i32.store $0 offset=4 + i32.store local.get $0 local.get $2 - i32.store $0 offset=4 - local.get $3 - local.get $0 - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $3 - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - ) - (func $~lib/typedarray/Int8Array#constructor (param $0 i32) (result i32) - (local $1 i32) - (local $2 i32) + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - if - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - i64.const 0 - i64.store $0 - local.get $1 - i32.const 12 - i32.const 4 - call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store $0 offset=4 - local.get $2 - local.get $1 - local.get $0 - i32.const 0 - call $~lib/arraybuffer/ArrayBufferView#constructor - local.tee $0 - i32.store $0 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - ) - (func $~lib/arraybuffer/ArrayBufferView#get:byteOffset (param $0 i32) (result i32) - (local $1 i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - if - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - i32.const 0 - i32.store $0 - local.get $1 - local.get $0 - i32.store $0 local.get $0 - i32.load $0 offset=4 - local.set $2 - local.get $1 + i32.store offset=4 local.get $0 - i32.store $0 local.get $2 - local.get $0 - i32.load $0 - i32.sub - local.set $0 - local.get $1 - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - ) - (func $~lib/typedarray/Int8Array#get:length (param $0 i32) (result i32) - (local $1 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - if - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $1 - i32.const 0 - i32.store $0 - local.get $1 - local.get $0 - i32.store $0 local.get $0 - i32.load $0 offset=8 - local.set $0 - local.get $1 - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer + i32.store offset=4 local.get $0 - ) - (func $~lib/typedarray/Uint8Array#constructor (param $0 i32) (result i32) - (local $1 i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - if - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - i64.const 0 - i64.store $0 - local.get $1 - i32.const 12 - i32.const 5 - call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store $0 offset=4 - local.get $2 local.get $1 - local.get $0 - i32.const 0 - call $~lib/arraybuffer/ArrayBufferView#constructor - local.tee $0 - i32.store $0 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 16 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/typedarray/Uint8ClampedArray#constructor (param $0 i32) (result i32) + (func $~lib/typedarray/Int8Array#constructor (param $0 i32) (result i32) (local $1 i32) (local $2 i32) global.get $~lib/memory/__stack_pointer @@ -9696,24 +9562,189 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store + local.get $1 + i32.const 12 + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $2 + local.get $1 + i32.store offset=4 + local.get $2 + local.get $1 + local.get $0 + i32.const 0 + call $~lib/arraybuffer/ArrayBufferView#constructor + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $~lib/arraybuffer/ArrayBufferView#get:byteOffset (param $0 i32) (result i32) + (local $1 i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + if + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $1 + i32.const 0 + i32.store + local.get $1 + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + local.set $2 + local.get $1 + local.get $0 + i32.store + local.get $2 + local.get $0 + i32.load + i32.sub + local.set $0 + local.get $1 + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $~lib/typedarray/Int8Array#get:length (param $0 i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + if + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $1 + i32.const 0 + i32.store + local.get $1 + local.get $0 + i32.store + local.get $0 + i32.load offset=8 + local.set $0 + local.get $1 + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $~lib/typedarray/Uint8Array#constructor (param $0 i32) (result i32) + (local $1 i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + if + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $1 + i64.const 0 + i64.store + local.get $1 + i32.const 12 + i32.const 5 + call $~lib/rt/itcms/__new + local.tee $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $2 + local.get $1 + i32.store offset=4 + local.get $2 + local.get $1 + local.get $0 + i32.const 0 + call $~lib/arraybuffer/ArrayBufferView#constructor + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $~lib/typedarray/Uint8ClampedArray#constructor (param $0 i32) (result i32) + (local $1 i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + if + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $1 + i64.const 0 + i64.store local.get $1 i32.const 12 i32.const 6 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 local.get $0 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -9741,24 +9772,24 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 12 i32.const 7 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 local.get $0 i32.const 1 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -9785,12 +9816,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.shr_u local.set $0 @@ -9821,24 +9852,24 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 12 i32.const 8 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 local.get $0 i32.const 1 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -9866,24 +9897,24 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 12 i32.const 9 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 local.get $0 i32.const 2 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -9910,12 +9941,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.shr_u local.set $0 @@ -9946,24 +9977,24 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 12 i32.const 10 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 local.get $0 i32.const 2 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -9991,24 +10022,24 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 12 i32.const 11 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 local.get $0 i32.const 3 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -10035,12 +10066,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 3 i32.shr_u local.set $0 @@ -10071,24 +10102,24 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 12 i32.const 12 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 local.get $0 i32.const 3 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -10116,24 +10147,24 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 12 i32.const 13 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 local.get $0 i32.const 2 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -10161,24 +10192,24 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 12 i32.const 14 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 local.get $0 i32.const 3 call $~lib/arraybuffer/ArrayBufferView#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -10206,15 +10237,15 @@ local.tee $1 i32.const 0 i32.const 48 - memory.fill $0 + memory.fill local.get $1 local.get $0 call $~lib/typedarray/Int8Array#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if @@ -10227,10 +10258,10 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.ne if i32.const 0 @@ -10242,7 +10273,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Int8Array#get:length local.get $0 @@ -10259,10 +10290,10 @@ local.get $0 call $~lib/typedarray/Uint8Array#constructor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if @@ -10275,10 +10306,10 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.ne if i32.const 0 @@ -10290,7 +10321,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Int8Array#get:length local.get $0 @@ -10307,10 +10338,10 @@ local.get $0 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if @@ -10323,10 +10354,10 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.ne if i32.const 0 @@ -10338,7 +10369,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Int8Array#get:length local.get $0 @@ -10355,10 +10386,10 @@ local.get $0 call $~lib/typedarray/Int16Array#constructor local.tee $1 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if @@ -10371,9 +10402,9 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.get $0 i32.const 1 i32.shl @@ -10388,7 +10419,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Int16Array#get:length local.get $0 @@ -10405,10 +10436,10 @@ local.get $0 call $~lib/typedarray/Uint16Array#constructor local.tee $1 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if @@ -10421,9 +10452,9 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.get $0 i32.const 1 i32.shl @@ -10438,7 +10469,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Int16Array#get:length local.get $0 @@ -10455,10 +10486,10 @@ local.get $0 call $~lib/typedarray/Int32Array#constructor local.tee $1 - i32.store $0 offset=24 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if @@ -10471,9 +10502,9 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.get $0 i32.const 2 i32.shl @@ -10488,7 +10519,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Int32Array#get:length local.get $0 @@ -10505,10 +10536,10 @@ local.get $0 call $~lib/typedarray/Uint32Array#constructor local.tee $1 - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if @@ -10521,9 +10552,9 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.get $0 i32.const 2 i32.shl @@ -10538,7 +10569,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Int32Array#get:length local.get $0 @@ -10555,10 +10586,10 @@ local.get $0 call $~lib/typedarray/Int64Array#constructor local.tee $1 - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if @@ -10571,9 +10602,9 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.get $0 i32.const 3 i32.shl @@ -10588,7 +10619,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Int64Array#get:length local.get $0 @@ -10605,10 +10636,10 @@ local.get $0 call $~lib/typedarray/Uint64Array#constructor local.tee $1 - i32.store $0 offset=36 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if @@ -10621,9 +10652,9 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.get $0 i32.const 3 i32.shl @@ -10638,7 +10669,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Int64Array#get:length local.get $0 @@ -10655,10 +10686,10 @@ local.get $0 call $~lib/typedarray/Float32Array#constructor local.tee $1 - i32.store $0 offset=40 + i32.store offset=40 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if @@ -10671,9 +10702,9 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.get $0 i32.const 2 i32.shl @@ -10688,7 +10719,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Int32Array#get:length local.get $0 @@ -10705,10 +10736,10 @@ local.get $0 call $~lib/typedarray/Float64Array#constructor local.tee $1 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if @@ -10721,9 +10752,9 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.get $0 i32.const 3 i32.shl @@ -10738,7 +10769,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/typedarray/Int64Array#get:length local.get $0 @@ -10776,13 +10807,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.shr_u i32.ge_u @@ -10797,15 +10828,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add local.get $2 - i32.store $0 + i32.store local.get $3 i32.const 4 i32.add @@ -10831,13 +10862,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.shr_u i32.ge_u @@ -10852,14 +10883,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -10870,6 +10901,7 @@ (func $~lib/typedarray/Int32Array#subarray (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -10888,109 +10920,102 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $3 + local.set $5 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.const 9 + call $~lib/rt/itcms/__new + local.tee $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $3 + local.get $0 + i32.load + local.tee $4 + i32.store + local.get $3 + local.get $4 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $3 + local.get $0 + i32.load offset=4 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $3 + local.get $5 i32.add - local.tee $1 + local.tee $0 i32.const 0 - local.get $1 + local.get $0 i32.const 0 i32.gt_s select else local.get $1 - local.get $3 + local.get $5 local.get $1 - local.get $3 + local.get $5 i32.lt_s select end - local.set $1 + local.tee $0 + i32.const 2 + i32.shl + i32.add + i32.store offset=4 + local.get $3 local.get $2 i32.const 0 i32.lt_s if (result i32) local.get $2 - local.get $3 + local.get $5 i32.add - local.tee $2 + local.tee $1 i32.const 0 - local.get $2 + local.get $1 i32.const 0 i32.gt_s select else local.get $2 - local.get $3 + local.get $5 local.get $2 - local.get $3 + local.get $5 i32.lt_s select end - local.tee $2 - local.get $1 + local.tee $1 + local.get $0 + local.get $0 local.get $1 - local.get $2 i32.lt_s select - local.set $2 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.const 9 - call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $3 local.get $0 - i32.load $0 - local.tee $4 - i32.store $0 - local.get $4 - if - local.get $3 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $0 - i32.store $0 offset=4 - local.get $3 - local.get $0 - i32.load $0 offset=4 - local.get $1 - i32.const 2 - i32.shl - i32.add - i32.store $0 offset=4 - local.get $3 - local.get $2 - local.get $1 i32.sub i32.const 2 i32.shl - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -11016,13 +11041,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 3 i32.shr_u i32.ge_u @@ -11037,15 +11062,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add local.get $2 - f64.store $0 + f64.store local.get $3 i32.const 4 i32.add @@ -11054,6 +11079,7 @@ (func $~lib/typedarray/Float64Array#subarray (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -11072,109 +11098,102 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $3 + local.set $5 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.const 14 + call $~lib/rt/itcms/__new + local.tee $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $3 + local.get $0 + i32.load + local.tee $4 + i32.store + local.get $3 + local.get $4 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $3 + local.get $0 + i32.load offset=4 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $3 + local.get $5 i32.add - local.tee $1 + local.tee $0 i32.const 0 - local.get $1 + local.get $0 i32.const 0 i32.gt_s select else local.get $1 - local.get $3 + local.get $5 local.get $1 - local.get $3 + local.get $5 i32.lt_s select end - local.set $1 + local.tee $0 + i32.const 3 + i32.shl + i32.add + i32.store offset=4 + local.get $3 local.get $2 i32.const 0 i32.lt_s if (result i32) local.get $2 - local.get $3 + local.get $5 i32.add - local.tee $2 + local.tee $1 i32.const 0 - local.get $2 + local.get $1 i32.const 0 i32.gt_s select else local.get $2 - local.get $3 + local.get $5 local.get $2 - local.get $3 + local.get $5 i32.lt_s select end - local.tee $2 - local.get $1 + local.tee $1 + local.get $0 + local.get $0 local.get $1 - local.get $2 i32.lt_s select - local.set $2 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.const 14 - call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $3 - local.get $0 - i32.load $0 - local.tee $4 - i32.store $0 - local.get $4 - if - local.get $3 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 - i32.store $0 offset=4 - local.get $3 - local.get $0 - i32.load $0 offset=4 - local.get $1 - i32.const 3 - i32.shl - i32.add - i32.store $0 offset=4 - local.get $3 - local.get $2 - local.get $1 i32.sub i32.const 3 i32.shl - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -11193,9 +11212,10 @@ (local $12 i32) (local $13 i32) (local $14 i64) - (local $15 f64) - (local $16 f64) - (local $17 i32) + (local $15 i32) + (local $16 i32) + (local $17 f64) + (local $18 f64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -11213,7 +11233,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $folding-inner0 local.get $1 i32.const 48 @@ -11236,87 +11256,87 @@ br $break|0 end local.get $0 - f64.load $0 + f64.load local.set $9 local.get $0 - f64.load $0 offset=8 - local.set $15 + f64.load offset=8 + local.set $17 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $15 + local.get $17 local.get $9 local.get $9 - local.get $15 + local.get $17 local.get $2 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $10) i32.const 0 i32.gt_s local.tee $1 select - f64.store $0 + f64.store local.get $0 - f64.load $0 offset=16 - local.set $16 + f64.load offset=16 + local.set $18 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $16 + local.get $18 local.get $9 - local.get $15 + local.get $17 local.get $1 select local.tee $9 local.get $9 - local.get $16 + local.get $18 local.get $2 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $10) i32.const 0 i32.gt_s local.tee $1 select - f64.store $0 offset=8 + f64.store offset=8 local.get $0 local.get $9 - local.get $16 + local.get $18 local.get $1 select - f64.store $0 offset=16 + f64.store offset=16 end local.get $0 - f64.load $0 + f64.load local.set $9 local.get $0 - f64.load $0 offset=8 - local.set $15 + f64.load offset=8 + local.set $17 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $15 + local.get $17 local.get $9 local.get $9 - local.get $15 + local.get $17 local.get $2 - i32.load $0 - call_indirect $0 (type $f64_f64_=>_i32) + i32.load + call_indirect (type $10) i32.const 0 i32.gt_s local.tee $1 select - f64.store $0 + f64.store local.get $0 local.get $9 - local.get $15 + local.get $17 local.get $1 select - f64.store $0 offset=8 + f64.store offset=8 br $folding-inner0 end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -11363,7 +11383,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add @@ -11386,7 +11406,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -11404,7 +11424,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 31 @@ -11429,7 +11449,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $4 i32.const 1 @@ -11449,7 +11469,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $6 local.get $10 @@ -11497,29 +11517,28 @@ local.get $7 i32.gt_u if - local.get $11 local.get $1 i32.const 2 i32.shl + local.tee $15 + local.get $11 i32.add - i32.load $0 + local.tee $16 + i32.load local.tee $8 i32.const -1 i32.ne if - local.get $1 - i32.const 2 - i32.shl - local.tee $17 local.get $12 + local.get $15 i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $8 local.get $3 @@ -11527,11 +11546,9 @@ local.get $13 local.get $2 call $~lib/util/sort/mergeRuns - local.get $11 - local.get $17 - i32.add + local.get $16 i32.const -1 - i32.store $0 + i32.store local.get $8 local.set $3 end @@ -11549,12 +11566,12 @@ local.get $11 i32.add local.get $3 - i32.store $0 + i32.store local.get $1 local.get $12 i32.add local.get $4 - i32.store $0 + i32.store local.get $6 local.set $3 local.get $5 @@ -11567,31 +11584,30 @@ loop $for-loop|4 local.get $1 if - local.get $11 local.get $1 i32.const 2 i32.shl - i32.add - i32.load $0 local.tee $3 + local.get $11 + i32.add + i32.load + local.tee $4 i32.const -1 i32.ne if + local.get $3 local.get $12 - local.get $1 - i32.const 2 - i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 - local.get $3 local.get $4 + local.get $3 local.get $10 local.get $13 local.get $2 @@ -11640,22 +11656,22 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $2 local.get $3 local.get $1 @@ -11687,10 +11703,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $1of1 block $0of1 block $outOfRange @@ -11703,15 +11719,15 @@ local.set $1 global.get $~lib/memory/__stack_pointer i32.const 1696 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 call $~lib/typedarray/Float64Array#sort @@ -11743,13 +11759,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 3 i32.shr_u i32.ge_u @@ -11764,14 +11780,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $2 local.get $3 i32.const 4 @@ -11799,13 +11815,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.ge_u if i32.const 1360 @@ -11818,10 +11834,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add i32.const 255 local.get $2 @@ -11836,7 +11852,7 @@ i32.const -1 i32.xor i32.and - i32.store8 $0 + i32.store8 local.get $3 i32.const 4 i32.add @@ -11862,13 +11878,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.ge_u if i32.const 1360 @@ -11881,12 +11897,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load8_u $0 + i32.load8_u local.set $0 local.get $2 i32.const 4 @@ -11914,13 +11930,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.ge_u if i32.const 1360 @@ -11933,13 +11949,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add local.get $2 - i32.store8 $0 + i32.store8 local.get $3 i32.const 4 i32.add @@ -11966,16 +11982,16 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i32.const 0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $4 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int8Array#get:length local.tee $0 @@ -12015,7 +12031,7 @@ local.get $0 local.get $2 i32.sub - memory.fill $0 + memory.fill end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -12042,12 +12058,12 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.set $0 local.get $1 i32.const 4 @@ -12075,13 +12091,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.ge_u if i32.const 1360 @@ -12094,12 +12110,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load8_s $0 + i32.load8_s local.set $0 local.get $2 i32.const 4 @@ -12126,16 +12142,16 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length local.get $3 @@ -12143,7 +12159,7 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $5 @@ -12154,14 +12170,14 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/typedarray/Int8Array#__get local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -12173,13 +12189,13 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1360 @@ -12192,12 +12208,12 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $1 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load8_s $0 + i32.load8_s local.set $6 local.get $4 i32.const 4 @@ -12253,7 +12269,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -12273,7 +12289,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -12287,6 +12303,7 @@ (func $~lib/typedarray/Int8Array#subarray (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -12305,105 +12322,98 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int8Array#get:length - local.set $3 + local.set $5 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $3 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $3 + local.get $0 + i32.load + local.tee $4 + i32.store + local.get $3 + local.get $4 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $3 + local.get $0 + i32.load offset=4 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $3 + local.get $5 i32.add - local.tee $1 + local.tee $0 i32.const 0 - local.get $1 + local.get $0 i32.const 0 i32.gt_s select else local.get $1 - local.get $3 + local.get $5 local.get $1 - local.get $3 + local.get $5 i32.lt_s select end - local.set $1 + local.tee $0 + i32.add + i32.store offset=4 + local.get $3 local.get $2 i32.const 0 i32.lt_s if (result i32) local.get $2 - local.get $3 + local.get $5 i32.add - local.tee $2 + local.tee $1 i32.const 0 - local.get $2 + local.get $1 i32.const 0 i32.gt_s select else local.get $2 - local.get $3 + local.get $5 local.get $2 - local.get $3 + local.get $5 i32.lt_s select end - local.tee $2 - local.get $1 - local.get $1 - local.get $2 - i32.lt_s - select - local.set $2 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.const 4 - call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $3 + local.tee $1 local.get $0 - i32.load $0 - local.tee $4 - i32.store $0 - local.get $4 - if - local.get $3 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 - i32.store $0 offset=4 - local.get $3 local.get $1 + i32.lt_s + select local.get $0 - i32.load $0 offset=4 - i32.add - i32.store $0 offset=4 - local.get $3 - local.get $2 - local.get $1 i32.sub - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -12430,16 +12440,16 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $5 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 call $~lib/typedarray/Int32Array#get:length @@ -12470,7 +12480,7 @@ i32.lt_s select local.set $0 - block $__inlined_func$~lib/util/bytes/FILL + block $__inlined_func$~lib/util/bytes/FILL$202 local.get $1 i32.eqz local.get $1 @@ -12493,9 +12503,9 @@ i32.sub i32.const 2 i32.shl - memory.fill $0 + memory.fill end - br $__inlined_func$~lib/util/bytes/FILL + br $__inlined_func$~lib/util/bytes/FILL$202 end loop $for-loop|0 local.get $0 @@ -12508,7 +12518,7 @@ i32.shl i32.add local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 1 i32.add @@ -12542,13 +12552,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 i32.ge_u if i32.const 1360 @@ -12561,14 +12571,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -12598,16 +12608,16 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store block $folding-inner0 local.get $1 call $~lib/array/Array#get:length @@ -12616,7 +12626,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $3 @@ -12627,14 +12637,14 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/typedarray/Int32Array#__get local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/array/Array#__get @@ -12680,7 +12690,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -12700,7 +12710,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -12733,16 +12743,16 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $3 @@ -12801,20 +12811,20 @@ local.tee $3 call $~lib/typedarray/Int32Array#constructor local.tee $4 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.tee $2 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 - i32.load $0 offset=4 + i32.load offset=4 local.set $5 local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl @@ -12822,7 +12832,7 @@ local.get $3 i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $2 i32.const 12 i32.add @@ -12848,7 +12858,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $outOfRange @@ -12862,7 +12872,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -12895,19 +12905,19 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $4 local.get $3 @@ -12916,7 +12926,7 @@ select local.set $5 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $3 local.get $1 i32.const 0 @@ -13003,7 +13013,7 @@ select i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -13029,7 +13039,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -13045,7 +13055,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -13078,13 +13088,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.ge_u if i32.const 1360 @@ -13097,13 +13107,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add local.get $2 - i32.store8 $0 + i32.store8 local.get $3 i32.const 4 i32.add @@ -13133,25 +13143,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $4 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $5 @@ -13163,11 +13173,11 @@ local.get $2 local.get $4 i32.add - i32.load8_u $0 + i32.load8_u local.set $6 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $3 @@ -13175,8 +13185,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $3 local.get $2 i32.const 1 @@ -13211,13 +13221,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.shr_u i32.ge_u @@ -13232,15 +13242,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 1 i32.shl i32.add local.get $2 - i32.store16 $0 + i32.store16 local.get $3 i32.const 4 i32.add @@ -13266,13 +13276,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.shr_u i32.ge_u @@ -13287,15 +13297,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 1 i32.shl i32.add local.get $2 - i32.store16 $0 + i32.store16 local.get $3 i32.const 4 i32.add @@ -13321,13 +13331,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.shr_u i32.ge_u @@ -13342,15 +13352,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add local.get $2 - i32.store $0 + i32.store local.get $3 i32.const 4 i32.add @@ -13376,13 +13386,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 3 i32.shr_u i32.ge_u @@ -13397,15 +13407,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add local.get $2 - i64.store $0 + i64.store local.get $3 i32.const 4 i32.add @@ -13431,13 +13441,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 3 i32.shr_u i32.ge_u @@ -13452,15 +13462,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add local.get $2 - i64.store $0 + i64.store local.get $3 i32.const 4 i32.add @@ -13486,13 +13496,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.shr_u i32.ge_u @@ -13507,15 +13517,15 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add local.get $2 - f32.store $0 + f32.store local.get $3 i32.const 4 i32.add @@ -13541,13 +13551,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.const 0 local.get $1 @@ -13569,12 +13579,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load8_s $0 + i32.load8_s local.set $0 local.get $2 i32.const 4 @@ -13602,13 +13612,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.const 0 local.get $1 @@ -13630,12 +13640,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load8_u $0 + i32.load8_u local.set $0 local.get $2 i32.const 4 @@ -13663,13 +13673,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.const 0 local.get $1 @@ -13691,12 +13701,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load8_u $0 + i32.load8_u local.set $0 local.get $2 i32.const 4 @@ -13724,13 +13734,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.shr_u local.tee $2 @@ -13754,14 +13764,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $0 local.get $2 i32.const 4 @@ -13789,13 +13799,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.shr_u local.tee $2 @@ -13819,14 +13829,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $0 local.get $2 i32.const 4 @@ -13854,13 +13864,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.shr_u local.tee $2 @@ -13884,14 +13894,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -13919,13 +13929,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.shr_u local.tee $2 @@ -13949,14 +13959,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -13985,13 +13995,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 3 i32.shr_u local.tee $3 @@ -14015,14 +14025,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $2 local.get $3 i32.const 4 @@ -14051,13 +14061,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 3 i32.shr_u local.tee $3 @@ -14081,14 +14091,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $2 local.get $3 i32.const 4 @@ -14117,13 +14127,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.shr_u local.tee $3 @@ -14147,14 +14157,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $2 local.get $3 i32.const 4 @@ -14183,13 +14193,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 3 i32.shr_u local.tee $3 @@ -14213,14 +14223,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $2 local.get $3 i32.const 4 @@ -14251,25 +14261,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length i32.const 1 @@ -14283,11 +14293,11 @@ local.get $2 local.get $4 i32.add - i32.load8_u $0 + i32.load8_u local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $3 @@ -14295,8 +14305,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $3 local.get $2 i32.const 1 @@ -14332,44 +14342,44 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3600 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -14379,65 +14389,65 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 local.get $6 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 3600 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $1 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Int8Array#get:length - local.set $7 + local.set $1 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 - i32.load $0 offset=4 - local.set $2 + i32.load offset=4 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 4 call $~lib/rt/itcms/__new - local.tee $4 - i32.store $0 offset=12 + local.tee $5 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.const 1 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 offset=16 + local.tee $7 + i32.store offset=16 loop $for-loop|0 local.get $0 - local.get $7 + local.get $1 i32.lt_s if local.get $0 - local.get $2 + local.get $3 i32.add - i32.load8_s $0 - local.set $3 + i32.load8_s + local.set $4 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $0 - local.get $5 + local.get $7 i32.add - local.get $3 + local.get $4 local.get $0 local.get $6 i32.const 3600 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) - i32.store8 $0 + i32.load + call_indirect (type $2) + i32.store8 local.get $0 i32.const 1 i32.add @@ -14445,32 +14455,29 @@ br $for-loop|0 end end - local.get $4 local.get $5 - i32.store $0 + local.get $7 + i32.store local.get $5 - if - local.get $4 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $4 + local.get $7 + call $~lib/rt/itcms/__link local.get $5 - i32.store $0 offset=4 - local.get $4 local.get $7 - i32.store $0 offset=8 + i32.store offset=4 + local.get $5 + local.get $1 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $4 - i32.store $0 offset=12 + local.get $2 + local.get $5 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $5 + i32.store offset=4 + local.get $5 i32.const 0 call $~lib/typedarray/Int8Array#__get i32.const 1 @@ -14484,9 +14491,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $5 + i32.store offset=4 + local.get $5 i32.const 1 call $~lib/typedarray/Int8Array#__get i32.const 4 @@ -14500,9 +14507,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $5 + i32.store offset=4 + local.get $5 i32.const 2 call $~lib/typedarray/Int8Array#__get i32.const 9 @@ -14548,13 +14555,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.ge_u if i32.const 1360 @@ -14567,12 +14574,12 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load8_u $0 + i32.load8_u local.set $0 local.get $2 i32.const 4 @@ -14601,44 +14608,44 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3632 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -14648,65 +14655,65 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 local.get $6 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 3632 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $1 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Int8Array#get:length - local.set $7 + local.set $1 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 - i32.load $0 offset=4 - local.set $2 + i32.load offset=4 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 5 call $~lib/rt/itcms/__new - local.tee $4 - i32.store $0 offset=12 + local.tee $5 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.const 1 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 offset=16 + local.tee $7 + i32.store offset=16 loop $for-loop|0 local.get $0 - local.get $7 + local.get $1 i32.lt_s if local.get $0 - local.get $2 + local.get $3 i32.add - i32.load8_u $0 - local.set $3 + i32.load8_u + local.set $4 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $0 - local.get $5 + local.get $7 i32.add - local.get $3 + local.get $4 local.get $0 local.get $6 i32.const 3632 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) - i32.store8 $0 + i32.load + call_indirect (type $2) + i32.store8 local.get $0 i32.const 1 i32.add @@ -14714,32 +14721,29 @@ br $for-loop|0 end end - local.get $4 local.get $5 - i32.store $0 + local.get $7 + i32.store local.get $5 - if - local.get $4 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $4 + local.get $7 + call $~lib/rt/itcms/__link local.get $5 - i32.store $0 offset=4 - local.get $4 local.get $7 - i32.store $0 offset=8 + i32.store offset=4 + local.get $5 + local.get $1 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $4 - i32.store $0 offset=12 + local.get $2 + local.get $5 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $5 + i32.store offset=4 + local.get $5 i32.const 0 call $~lib/typedarray/Uint8Array#__get i32.const 1 @@ -14753,9 +14757,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $5 + i32.store offset=4 + local.get $5 i32.const 1 call $~lib/typedarray/Uint8Array#__get i32.const 4 @@ -14769,9 +14773,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $5 + i32.store offset=4 + local.get $5 i32.const 2 call $~lib/typedarray/Uint8Array#__get i32.const 9 @@ -14818,44 +14822,44 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3664 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -14865,65 +14869,65 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 local.get $6 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 3664 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $1 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Int8Array#get:length - local.set $7 + local.set $1 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 - i32.load $0 offset=4 - local.set $2 + i32.load offset=4 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 6 call $~lib/rt/itcms/__new - local.tee $4 - i32.store $0 offset=12 + local.tee $5 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.const 1 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 offset=16 + local.tee $7 + i32.store offset=16 loop $for-loop|0 local.get $0 - local.get $7 + local.get $1 i32.lt_s if local.get $0 - local.get $2 + local.get $3 i32.add - i32.load8_u $0 - local.set $3 + i32.load8_u + local.set $4 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $0 - local.get $5 + local.get $7 i32.add - local.get $3 + local.get $4 local.get $0 local.get $6 i32.const 3664 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) - i32.store8 $0 + i32.load + call_indirect (type $2) + i32.store8 local.get $0 i32.const 1 i32.add @@ -14931,32 +14935,29 @@ br $for-loop|0 end end - local.get $4 local.get $5 - i32.store $0 + local.get $7 + i32.store local.get $5 - if - local.get $4 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $4 + local.get $7 + call $~lib/rt/itcms/__link local.get $5 - i32.store $0 offset=4 - local.get $4 local.get $7 - i32.store $0 offset=8 + i32.store offset=4 + local.get $5 + local.get $1 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $4 - i32.store $0 offset=12 + local.get $2 + local.get $5 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $5 + i32.store offset=4 + local.get $5 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#__get i32.const 1 @@ -14970,9 +14971,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $5 + i32.store offset=4 + local.get $5 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__get i32.const 4 @@ -14986,9 +14987,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $5 + i32.store offset=4 + local.get $5 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__get i32.const 9 @@ -15034,13 +15035,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.shr_u i32.ge_u @@ -15055,14 +15056,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $0 local.get $2 i32.const 4 @@ -15093,44 +15094,44 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $8 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 0 i32.const 1 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 1 i32.const 2 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 2 i32.const 3 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3696 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -15140,71 +15141,71 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 local.get $8 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 3696 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $1 local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Int16Array#get:length - local.set $9 + local.set $1 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 - i32.load $0 offset=4 - local.set $2 + i32.load offset=4 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 7 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=12 + local.tee $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $9 + local.get $1 i32.const 1 i32.shl - local.tee $3 + local.tee $4 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 offset=16 + local.tee $9 + i32.store offset=16 loop $for-loop|0 local.get $0 - local.get $9 + local.get $1 i32.lt_s if - local.get $2 + local.get $3 local.get $0 i32.const 1 i32.shl - local.tee $4 + local.tee $5 i32.add - i32.load16_s $0 - local.set $5 + i32.load16_s + local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 - local.get $7 - i32.add local.get $5 + local.get $9 + i32.add + local.get $6 local.get $0 local.get $8 i32.const 3696 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) - i32.store16 $0 + i32.load + call_indirect (type $2) + i32.store16 local.get $0 i32.const 1 i32.add @@ -15212,32 +15213,29 @@ br $for-loop|0 end end - local.get $6 local.get $7 - i32.store $0 + local.get $9 + i32.store local.get $7 - if - local.get $6 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $6 + local.get $9 + call $~lib/rt/itcms/__link local.get $7 - i32.store $0 offset=4 - local.get $6 - local.get $3 - i32.store $0 offset=8 + local.get $9 + i32.store offset=4 + local.get $7 + local.get $4 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $6 - i32.store $0 offset=12 + local.get $2 + local.get $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 call $~lib/typedarray/Int16Array#__get i32.const 1 @@ -15251,9 +15249,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 1 call $~lib/typedarray/Int16Array#__get i32.const 4 @@ -15267,9 +15265,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 2 call $~lib/typedarray/Int16Array#__get i32.const 9 @@ -15315,13 +15313,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 1 i32.shr_u i32.ge_u @@ -15336,14 +15334,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $0 local.get $2 i32.const 4 @@ -15374,44 +15372,44 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $8 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 0 i32.const 1 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 1 i32.const 2 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 2 i32.const 3 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3728 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -15421,71 +15419,71 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 local.get $8 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 3728 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $1 local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Int16Array#get:length - local.set $9 + local.set $1 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 - i32.load $0 offset=4 - local.set $2 + i32.load offset=4 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 8 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=12 + local.tee $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $9 + local.get $1 i32.const 1 i32.shl - local.tee $3 + local.tee $4 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 offset=16 + local.tee $9 + i32.store offset=16 loop $for-loop|0 local.get $0 - local.get $9 + local.get $1 i32.lt_s if - local.get $2 + local.get $3 local.get $0 i32.const 1 i32.shl - local.tee $4 + local.tee $5 i32.add - i32.load16_u $0 - local.set $5 + i32.load16_u + local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 - local.get $7 - i32.add local.get $5 + local.get $9 + i32.add + local.get $6 local.get $0 local.get $8 i32.const 3728 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) - i32.store16 $0 + i32.load + call_indirect (type $2) + i32.store16 local.get $0 i32.const 1 i32.add @@ -15493,32 +15491,29 @@ br $for-loop|0 end end - local.get $6 local.get $7 - i32.store $0 + local.get $9 + i32.store local.get $7 - if - local.get $6 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $6 + local.get $9 + call $~lib/rt/itcms/__link local.get $7 - i32.store $0 offset=4 - local.get $6 - local.get $3 - i32.store $0 offset=8 + local.get $9 + i32.store offset=4 + local.get $7 + local.get $4 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $6 - i32.store $0 offset=12 + local.get $2 + local.get $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 call $~lib/typedarray/Uint16Array#__get i32.const 1 @@ -15532,9 +15527,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 1 call $~lib/typedarray/Uint16Array#__get i32.const 4 @@ -15548,9 +15543,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 2 call $~lib/typedarray/Uint16Array#__get i32.const 9 @@ -15599,44 +15594,44 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $8 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3760 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -15646,71 +15641,71 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 local.get $8 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 3760 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $1 local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Int32Array#get:length - local.set $9 + local.set $1 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 - i32.load $0 offset=4 - local.set $2 + i32.load offset=4 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 9 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=12 + local.tee $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $9 + local.get $1 i32.const 2 i32.shl - local.tee $3 + local.tee $4 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 offset=16 + local.tee $9 + i32.store offset=16 loop $for-loop|0 local.get $0 - local.get $9 + local.get $1 i32.lt_s if - local.get $2 + local.get $3 local.get $0 i32.const 2 i32.shl - local.tee $4 + local.tee $5 i32.add - i32.load $0 - local.set $5 + i32.load + local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 - local.get $7 - i32.add local.get $5 + local.get $9 + i32.add + local.get $6 local.get $0 local.get $8 i32.const 3760 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) - i32.store $0 + i32.load + call_indirect (type $2) + i32.store local.get $0 i32.const 1 i32.add @@ -15718,32 +15713,29 @@ br $for-loop|0 end end - local.get $6 local.get $7 - i32.store $0 + local.get $9 + i32.store local.get $7 - if - local.get $6 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $6 + local.get $9 + call $~lib/rt/itcms/__link local.get $7 - i32.store $0 offset=4 - local.get $6 - local.get $3 - i32.store $0 offset=8 + local.get $9 + i32.store offset=4 + local.get $7 + local.get $4 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $6 - i32.store $0 offset=12 + local.get $2 + local.get $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 call $~lib/typedarray/Int32Array#__get i32.const 1 @@ -15757,9 +15749,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 1 call $~lib/typedarray/Int32Array#__get i32.const 4 @@ -15773,9 +15765,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 2 call $~lib/typedarray/Int32Array#__get i32.const 9 @@ -15821,13 +15813,13 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.shr_u i32.ge_u @@ -15842,14 +15834,14 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -15880,44 +15872,44 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $8 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 0 i32.const 1 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 1 i32.const 2 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 2 i32.const 3 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3792 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -15927,71 +15919,71 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 local.get $8 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 3792 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $1 local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Int32Array#get:length - local.set $9 + local.set $1 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 - i32.load $0 offset=4 - local.set $2 + i32.load offset=4 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 10 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=12 + local.tee $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $9 + local.get $1 i32.const 2 i32.shl - local.tee $3 + local.tee $4 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 offset=16 + local.tee $9 + i32.store offset=16 loop $for-loop|0 local.get $0 - local.get $9 + local.get $1 i32.lt_s if - local.get $2 + local.get $3 local.get $0 i32.const 2 i32.shl - local.tee $4 + local.tee $5 i32.add - i32.load $0 - local.set $5 + i32.load + local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 - local.get $7 - i32.add local.get $5 + local.get $9 + i32.add + local.get $6 local.get $0 local.get $8 i32.const 3792 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) - i32.store $0 + i32.load + call_indirect (type $2) + i32.store local.get $0 i32.const 1 i32.add @@ -15999,32 +15991,29 @@ br $for-loop|0 end end - local.get $6 local.get $7 - i32.store $0 + local.get $9 + i32.store local.get $7 - if - local.get $6 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $6 + local.get $9 + call $~lib/rt/itcms/__link local.get $7 - i32.store $0 offset=4 - local.get $6 - local.get $3 - i32.store $0 offset=8 + local.get $9 + i32.store offset=4 + local.get $7 + local.get $4 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $6 - i32.store $0 offset=12 + local.get $2 + local.get $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 call $~lib/typedarray/Uint32Array#__get i32.const 1 @@ -16038,9 +16027,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 1 call $~lib/typedarray/Uint32Array#__get i32.const 4 @@ -16054,9 +16043,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 2 call $~lib/typedarray/Uint32Array#__get i32.const 9 @@ -16103,13 +16092,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 3 i32.shr_u i32.ge_u @@ -16124,14 +16113,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $2 local.get $3 i32.const 4 @@ -16145,8 +16134,8 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i64) - (local $6 i32) + (local $5 i32) + (local $6 i64) (local $7 i32) (local $8 i32) (local $9 i32) @@ -16162,44 +16151,44 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $8 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 0 i64.const 1 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 1 i64.const 2 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 2 i64.const 3 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3824 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -16209,71 +16198,71 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 local.get $8 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 3824 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $1 local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Int64Array#get:length - local.set $9 + local.set $1 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 - i32.load $0 offset=4 - local.set $2 + i32.load offset=4 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 11 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=12 + local.tee $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $9 + local.get $1 i32.const 3 i32.shl - local.tee $3 + local.tee $4 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 offset=16 + local.tee $9 + i32.store offset=16 loop $for-loop|0 local.get $0 - local.get $9 + local.get $1 i32.lt_s if - local.get $2 + local.get $3 local.get $0 i32.const 3 i32.shl - local.tee $4 + local.tee $5 i32.add - i64.load $0 - local.set $5 + i64.load + local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 - local.get $7 - i32.add local.get $5 + local.get $9 + i32.add + local.get $6 local.get $0 local.get $8 i32.const 3824 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i64) - i64.store $0 + i32.load + call_indirect (type $24) + i64.store local.get $0 i32.const 1 i32.add @@ -16281,32 +16270,29 @@ br $for-loop|0 end end - local.get $6 local.get $7 - i32.store $0 + local.get $9 + i32.store local.get $7 - if - local.get $6 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $6 + local.get $9 + call $~lib/rt/itcms/__link local.get $7 - i32.store $0 offset=4 - local.get $6 - local.get $3 - i32.store $0 offset=8 + local.get $9 + i32.store offset=4 + local.get $7 + local.get $4 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $6 - i32.store $0 offset=12 + local.get $2 + local.get $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 call $~lib/typedarray/Int64Array#__get i64.const 1 @@ -16320,9 +16306,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 1 call $~lib/typedarray/Int64Array#__get i64.const 4 @@ -16336,9 +16322,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 2 call $~lib/typedarray/Int64Array#__get i64.const 9 @@ -16385,13 +16371,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 3 i32.shr_u i32.ge_u @@ -16406,14 +16392,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $2 local.get $3 i32.const 4 @@ -16427,8 +16413,8 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i64) - (local $6 i32) + (local $5 i32) + (local $6 i64) (local $7 i32) (local $8 i32) (local $9 i32) @@ -16444,44 +16430,44 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $8 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 0 i64.const 1 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 1 i64.const 2 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 2 i64.const 3 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3856 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -16491,71 +16477,71 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 local.get $8 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 3856 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $1 local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Int64Array#get:length - local.set $9 + local.set $1 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 - i32.load $0 offset=4 - local.set $2 + i32.load offset=4 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 12 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=12 + local.tee $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $9 + local.get $1 i32.const 3 i32.shl - local.tee $3 + local.tee $4 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 offset=16 + local.tee $9 + i32.store offset=16 loop $for-loop|0 local.get $0 - local.get $9 + local.get $1 i32.lt_s if - local.get $2 + local.get $3 local.get $0 i32.const 3 i32.shl - local.tee $4 + local.tee $5 i32.add - i64.load $0 - local.set $5 + i64.load + local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 - local.get $7 - i32.add local.get $5 + local.get $9 + i32.add + local.get $6 local.get $0 local.get $8 i32.const 3856 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i64) - i64.store $0 + i32.load + call_indirect (type $24) + i64.store local.get $0 i32.const 1 i32.add @@ -16563,32 +16549,29 @@ br $for-loop|0 end end - local.get $6 local.get $7 - i32.store $0 + local.get $9 + i32.store local.get $7 - if - local.get $6 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $6 + local.get $9 + call $~lib/rt/itcms/__link local.get $7 - i32.store $0 offset=4 - local.get $6 - local.get $3 - i32.store $0 offset=8 + local.get $9 + i32.store offset=4 + local.get $7 + local.get $4 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $6 - i32.store $0 offset=12 + local.get $2 + local.get $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 call $~lib/typedarray/Uint64Array#__get i64.const 1 @@ -16602,9 +16585,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 1 call $~lib/typedarray/Uint64Array#__get i64.const 4 @@ -16618,9 +16601,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 2 call $~lib/typedarray/Uint64Array#__get i64.const 9 @@ -16667,13 +16650,13 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.const 2 i32.shr_u i32.ge_u @@ -16688,14 +16671,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $2 local.get $3 i32.const 4 @@ -16709,8 +16692,8 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 f32) - (local $6 i32) + (local $5 i32) + (local $6 f32) (local $7 i32) (local $8 i32) (local $9 i32) @@ -16726,44 +16709,44 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $8 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 0 f32.const 1 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 1 f32.const 2 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 2 f32.const 3 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3888 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -16773,71 +16756,71 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 local.get $8 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 3888 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $1 local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Int32Array#get:length - local.set $9 + local.set $1 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 - i32.load $0 offset=4 - local.set $2 + i32.load offset=4 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 13 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=12 + local.tee $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $9 + local.get $1 i32.const 2 i32.shl - local.tee $3 + local.tee $4 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 offset=16 + local.tee $9 + i32.store offset=16 loop $for-loop|0 local.get $0 - local.get $9 + local.get $1 i32.lt_s if - local.get $2 + local.get $3 local.get $0 i32.const 2 i32.shl - local.tee $4 + local.tee $5 i32.add - f32.load $0 - local.set $5 + f32.load + local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 - local.get $7 - i32.add local.get $5 + local.get $9 + i32.add + local.get $6 local.get $0 local.get $8 i32.const 3888 - i32.load $0 - call_indirect $0 (type $f32_i32_i32_=>_f32) - f32.store $0 + i32.load + call_indirect (type $29) + f32.store local.get $0 i32.const 1 i32.add @@ -16845,32 +16828,29 @@ br $for-loop|0 end end - local.get $6 local.get $7 - i32.store $0 + local.get $9 + i32.store local.get $7 - if - local.get $6 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $6 + local.get $9 + call $~lib/rt/itcms/__link local.get $7 - i32.store $0 offset=4 - local.get $6 - local.get $3 - i32.store $0 offset=8 + local.get $9 + i32.store offset=4 + local.get $7 + local.get $4 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $6 - i32.store $0 offset=12 + local.get $2 + local.get $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 call $~lib/typedarray/Float32Array#__get f32.const 1 @@ -16884,9 +16864,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 1 call $~lib/typedarray/Float32Array#__get f32.const 4 @@ -16900,9 +16880,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 2 call $~lib/typedarray/Float32Array#__get f32.const 9 @@ -16934,8 +16914,8 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 f64) - (local $6 i32) + (local $5 i32) + (local $6 f64) (local $7 i32) (local $8 i32) (local $9 i32) @@ -16951,44 +16931,44 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $8 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 0 f64.const 1 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 1 f64.const 2 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 2 f64.const 3 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3920 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -16998,71 +16978,71 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 local.get $8 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 3920 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $1 local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 call $~lib/typedarray/Int64Array#get:length - local.set $9 + local.set $1 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 local.get $8 - i32.load $0 offset=4 - local.set $2 + i32.load offset=4 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 14 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=12 + local.tee $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $9 + local.get $1 i32.const 3 i32.shl - local.tee $3 + local.tee $4 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 - i32.store $0 offset=16 + local.tee $9 + i32.store offset=16 loop $for-loop|0 local.get $0 - local.get $9 + local.get $1 i32.lt_s if - local.get $2 + local.get $3 local.get $0 i32.const 3 i32.shl - local.tee $4 + local.tee $5 i32.add - f64.load $0 - local.set $5 + f64.load + local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 - local.get $7 - i32.add local.get $5 + local.get $9 + i32.add + local.get $6 local.get $0 local.get $8 i32.const 3920 - i32.load $0 - call_indirect $0 (type $f64_i32_i32_=>_f64) - f64.store $0 + i32.load + call_indirect (type $30) + f64.store local.get $0 i32.const 1 i32.add @@ -17070,32 +17050,29 @@ br $for-loop|0 end end - local.get $6 local.get $7 - i32.store $0 + local.get $9 + i32.store local.get $7 - if - local.get $6 - local.get $7 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $6 + local.get $9 + call $~lib/rt/itcms/__link local.get $7 - i32.store $0 offset=4 - local.get $6 - local.get $3 - i32.store $0 offset=8 + local.get $9 + i32.store offset=4 + local.get $7 + local.get $4 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $6 - i32.store $0 offset=12 + local.get $2 + local.get $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 call $~lib/typedarray/Float64Array#__get f64.const 1 @@ -17109,9 +17086,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 1 call $~lib/typedarray/Float64Array#__get f64.const 4 @@ -17125,9 +17102,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 2 call $~lib/typedarray/Float64Array#__get f64.const 9 @@ -17175,58 +17152,58 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 i32.const 6 call $~lib/typedarray/Int8Array#constructor - local.tee $7 - i32.store $0 + local.tee $6 + i32.store global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 3 i32.const 4 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 5 i32.const 5 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.set $4 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 + local.get $6 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3952 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -17239,36 +17216,36 @@ local.tee $2 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $2 - local.get $7 - i32.store $0 + local.get $6 + i32.store local.get $2 i32.const 3952 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 - local.get $7 - i32.store $0 offset=8 - local.get $7 + local.get $6 + i32.store offset=8 + local.get $6 call $~lib/typedarray/Int8Array#get:length local.set $8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 4 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=12 + local.tee $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $8 i32.const 1 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=8 - local.get $7 - i32.load $0 offset=4 + local.get $6 + i32.store offset=8 + local.get $6 + i32.load offset=4 local.set $5 loop $for-loop|0 local.get $1 @@ -17278,25 +17255,25 @@ local.get $1 local.get $5 i32.add - i32.load8_s $0 + i32.load8_s local.set $3 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=8 + local.get $6 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $3 local.get $1 - local.get $7 + local.get $6 i32.const 3952 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) if local.get $0 local.get $2 i32.add local.get $3 - i32.store8 $0 + i32.store8 local.get $0 i32.const 1 i32.add @@ -17309,35 +17286,32 @@ br $for-loop|0 end end - local.get $6 + local.get $7 local.get $2 local.get $0 call $~lib/rt/itcms/__renew local.tee $1 - i32.store $0 + i32.store + local.get $7 local.get $1 - if - local.get $6 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $6 + call $~lib/rt/itcms/__link + local.get $7 local.get $0 - i32.store $0 offset=8 - local.get $6 + i32.store offset=8 + local.get $7 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $4 - local.get $6 - i32.store $0 offset=12 + local.get $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -17348,9 +17322,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/typedarray/Int8Array#get:length i32.const 3 i32.ne @@ -17363,9 +17337,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 call $~lib/typedarray/Int8Array#__get i32.const 3 @@ -17379,9 +17353,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 1 call $~lib/typedarray/Int8Array#__get i32.const 4 @@ -17395,9 +17369,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 2 call $~lib/typedarray/Int8Array#__get i32.const 5 @@ -17445,58 +17419,58 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 i32.const 6 call $~lib/typedarray/Uint8Array#constructor - local.tee $7 - i32.store $0 + local.tee $6 + i32.store global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 3 i32.const 4 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 5 i32.const 5 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.set $4 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 + local.get $6 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3984 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -17509,36 +17483,36 @@ local.tee $2 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $2 - local.get $7 - i32.store $0 + local.get $6 + i32.store local.get $2 i32.const 3984 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 - local.get $7 - i32.store $0 offset=8 - local.get $7 + local.get $6 + i32.store offset=8 + local.get $6 call $~lib/typedarray/Int8Array#get:length local.set $8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 5 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=12 + local.tee $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $8 i32.const 1 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=8 - local.get $7 - i32.load $0 offset=4 + local.get $6 + i32.store offset=8 + local.get $6 + i32.load offset=4 local.set $5 loop $for-loop|0 local.get $1 @@ -17548,25 +17522,25 @@ local.get $1 local.get $5 i32.add - i32.load8_u $0 + i32.load8_u local.set $3 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=8 + local.get $6 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $3 local.get $1 - local.get $7 + local.get $6 i32.const 3984 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) if local.get $0 local.get $2 i32.add local.get $3 - i32.store8 $0 + i32.store8 local.get $0 i32.const 1 i32.add @@ -17579,35 +17553,32 @@ br $for-loop|0 end end - local.get $6 + local.get $7 local.get $2 local.get $0 call $~lib/rt/itcms/__renew local.tee $1 - i32.store $0 + i32.store + local.get $7 local.get $1 - if - local.get $6 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $6 + call $~lib/rt/itcms/__link + local.get $7 local.get $0 - i32.store $0 offset=8 - local.get $6 + i32.store offset=8 + local.get $7 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $4 - local.get $6 - i32.store $0 offset=12 + local.get $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -17618,9 +17589,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/typedarray/Int8Array#get:length i32.const 3 i32.ne @@ -17633,9 +17604,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 call $~lib/typedarray/Uint8Array#__get i32.const 3 @@ -17649,9 +17620,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 1 call $~lib/typedarray/Uint8Array#__get i32.const 4 @@ -17665,9 +17636,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 2 call $~lib/typedarray/Uint8Array#__get i32.const 5 @@ -17715,58 +17686,58 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 i32.const 6 call $~lib/typedarray/Uint8ClampedArray#constructor - local.tee $7 - i32.store $0 + local.tee $6 + i32.store global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 3 i32.const 4 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 5 i32.const 5 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.set $4 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 + local.get $6 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4016 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -17779,36 +17750,36 @@ local.tee $2 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $2 - local.get $7 - i32.store $0 + local.get $6 + i32.store local.get $2 i32.const 4016 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 - local.get $7 - i32.store $0 offset=8 - local.get $7 + local.get $6 + i32.store offset=8 + local.get $6 call $~lib/typedarray/Int8Array#get:length local.set $8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 6 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=12 + local.tee $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $8 i32.const 1 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=8 - local.get $7 - i32.load $0 offset=4 + local.get $6 + i32.store offset=8 + local.get $6 + i32.load offset=4 local.set $5 loop $for-loop|0 local.get $1 @@ -17818,25 +17789,25 @@ local.get $1 local.get $5 i32.add - i32.load8_u $0 + i32.load8_u local.set $3 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=8 + local.get $6 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $3 local.get $1 - local.get $7 + local.get $6 i32.const 4016 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) if local.get $0 local.get $2 i32.add local.get $3 - i32.store8 $0 + i32.store8 local.get $0 i32.const 1 i32.add @@ -17849,35 +17820,32 @@ br $for-loop|0 end end - local.get $6 + local.get $7 local.get $2 local.get $0 call $~lib/rt/itcms/__renew local.tee $1 - i32.store $0 + i32.store + local.get $7 local.get $1 - if - local.get $6 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $6 + call $~lib/rt/itcms/__link + local.get $7 local.get $0 - i32.store $0 offset=8 - local.get $6 + i32.store offset=8 + local.get $7 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer local.get $4 - local.get $6 - i32.store $0 offset=12 + local.get $7 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -17888,9 +17856,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 call $~lib/typedarray/Int8Array#get:length i32.const 3 i32.ne @@ -17903,9 +17871,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#__get i32.const 3 @@ -17919,9 +17887,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__get i32.const 4 @@ -17935,9 +17903,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - local.get $6 + local.get $7 + i32.store offset=4 + local.get $7 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__get i32.const 5 @@ -17985,58 +17953,58 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 i32.const 6 call $~lib/typedarray/Int16Array#constructor local.tee $7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 i32.const 2 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 i32.const 3 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 i32.const 4 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 5 i32.const 5 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4048 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -18049,16 +18017,16 @@ local.tee $2 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $2 local.get $7 - i32.store $0 + i32.store local.get $2 i32.const 4048 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int16Array#get:length local.set $8 @@ -18066,53 +18034,53 @@ i32.const 12 i32.const 7 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 offset=12 + local.tee $6 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $8 i32.const 1 i32.shl i32.const 1 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=16 + local.tee $2 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 - i32.load $0 offset=4 - local.set $4 + i32.load offset=4 + local.set $5 loop $for-loop|0 local.get $1 local.get $8 i32.lt_s if - local.get $4 + local.get $5 local.get $1 i32.const 1 i32.shl i32.add - i32.load16_s $0 - local.set $2 + i32.load16_s + local.set $3 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $2 + local.get $3 local.get $1 local.get $7 i32.const 4048 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) if - local.get $6 + local.get $2 local.get $0 i32.const 1 i32.shl i32.add - local.get $2 - i32.store16 $0 + local.get $3 + i32.store16 local.get $0 i32.const 1 i32.add @@ -18125,38 +18093,35 @@ br $for-loop|0 end end - local.get $5 local.get $6 + local.get $2 local.get $0 i32.const 1 i32.shl local.tee $0 call $~lib/rt/itcms/__renew local.tee $1 - i32.store $0 + i32.store + local.get $6 local.get $1 - if - local.get $5 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $5 + call $~lib/rt/itcms/__link + local.get $6 local.get $0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $6 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 - local.get $5 - i32.store $0 offset=12 + local.get $4 + local.get $6 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -18167,9 +18132,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/typedarray/Int16Array#get:length i32.const 3 i32.ne @@ -18182,9 +18147,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 0 call $~lib/typedarray/Int16Array#__get i32.const 3 @@ -18198,9 +18163,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 1 call $~lib/typedarray/Int16Array#__get i32.const 4 @@ -18214,9 +18179,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 2 call $~lib/typedarray/Int16Array#__get i32.const 5 @@ -18264,58 +18229,58 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 i32.const 6 call $~lib/typedarray/Uint16Array#constructor local.tee $7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 i32.const 2 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 i32.const 3 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 i32.const 4 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 5 i32.const 5 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4080 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -18328,16 +18293,16 @@ local.tee $2 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $2 local.get $7 - i32.store $0 + i32.store local.get $2 i32.const 4080 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int16Array#get:length local.set $8 @@ -18345,53 +18310,53 @@ i32.const 12 i32.const 8 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 offset=12 + local.tee $6 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $8 i32.const 1 i32.shl i32.const 1 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=16 + local.tee $2 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 - i32.load $0 offset=4 - local.set $4 + i32.load offset=4 + local.set $5 loop $for-loop|0 local.get $1 local.get $8 i32.lt_s if - local.get $4 + local.get $5 local.get $1 i32.const 1 i32.shl i32.add - i32.load16_u $0 - local.set $2 + i32.load16_u + local.set $3 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $2 + local.get $3 local.get $1 local.get $7 i32.const 4080 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) if - local.get $6 + local.get $2 local.get $0 i32.const 1 i32.shl i32.add - local.get $2 - i32.store16 $0 + local.get $3 + i32.store16 local.get $0 i32.const 1 i32.add @@ -18404,38 +18369,35 @@ br $for-loop|0 end end - local.get $5 local.get $6 + local.get $2 local.get $0 i32.const 1 i32.shl local.tee $0 call $~lib/rt/itcms/__renew local.tee $1 - i32.store $0 + i32.store + local.get $6 local.get $1 - if - local.get $5 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $5 + call $~lib/rt/itcms/__link + local.get $6 local.get $0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $6 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 - local.get $5 - i32.store $0 offset=12 + local.get $4 + local.get $6 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -18446,9 +18408,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/typedarray/Int16Array#get:length i32.const 3 i32.ne @@ -18461,9 +18423,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 0 call $~lib/typedarray/Uint16Array#__get i32.const 3 @@ -18477,9 +18439,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 1 call $~lib/typedarray/Uint16Array#__get i32.const 4 @@ -18493,9 +18455,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 2 call $~lib/typedarray/Uint16Array#__get i32.const 5 @@ -18543,58 +18505,58 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 i32.const 6 call $~lib/typedarray/Int32Array#constructor local.tee $7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 i32.const 4 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 5 i32.const 5 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4112 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -18607,16 +18569,16 @@ local.tee $2 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $2 local.get $7 - i32.store $0 + i32.store local.get $2 i32.const 4112 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int32Array#get:length local.set $8 @@ -18624,53 +18586,53 @@ i32.const 12 i32.const 9 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 offset=12 + local.tee $6 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $8 i32.const 2 i32.shl i32.const 1 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=16 + local.tee $2 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 - i32.load $0 offset=4 - local.set $4 + i32.load offset=4 + local.set $5 loop $for-loop|0 local.get $1 local.get $8 i32.lt_s if - local.get $4 + local.get $5 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 - local.set $2 + i32.load + local.set $3 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $2 + local.get $3 local.get $1 local.get $7 i32.const 4112 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) if - local.get $6 + local.get $2 local.get $0 i32.const 2 i32.shl i32.add - local.get $2 - i32.store $0 + local.get $3 + i32.store local.get $0 i32.const 1 i32.add @@ -18683,38 +18645,35 @@ br $for-loop|0 end end - local.get $5 local.get $6 + local.get $2 local.get $0 i32.const 2 i32.shl local.tee $0 call $~lib/rt/itcms/__renew local.tee $1 - i32.store $0 + i32.store + local.get $6 local.get $1 - if - local.get $5 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $5 + call $~lib/rt/itcms/__link + local.get $6 local.get $0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $6 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 - local.get $5 - i32.store $0 offset=12 + local.get $4 + local.get $6 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -18725,9 +18684,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/typedarray/Int32Array#get:length i32.const 3 i32.ne @@ -18740,9 +18699,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 0 call $~lib/typedarray/Int32Array#__get i32.const 3 @@ -18756,9 +18715,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 1 call $~lib/typedarray/Int32Array#__get i32.const 4 @@ -18772,9 +18731,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 2 call $~lib/typedarray/Int32Array#__get i32.const 5 @@ -18822,58 +18781,58 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $2 i32.const 6 call $~lib/typedarray/Uint32Array#constructor local.tee $7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 i32.const 2 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 i32.const 3 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 i32.const 4 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 5 i32.const 5 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4144 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -18886,16 +18845,16 @@ local.tee $2 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $2 local.get $7 - i32.store $0 + i32.store local.get $2 i32.const 4144 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int32Array#get:length local.set $8 @@ -18903,53 +18862,53 @@ i32.const 12 i32.const 10 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 offset=12 + local.tee $6 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $8 i32.const 2 i32.shl i32.const 1 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=16 + local.tee $2 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 - i32.load $0 offset=4 - local.set $4 + i32.load offset=4 + local.set $5 loop $for-loop|0 local.get $1 local.get $8 i32.lt_s if - local.get $4 + local.get $5 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 - local.set $2 + i32.load + local.set $3 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $2 + local.get $3 local.get $1 local.get $7 i32.const 4144 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) if - local.get $6 + local.get $2 local.get $0 i32.const 2 i32.shl i32.add - local.get $2 - i32.store $0 + local.get $3 + i32.store local.get $0 i32.const 1 i32.add @@ -18962,38 +18921,35 @@ br $for-loop|0 end end - local.get $5 local.get $6 + local.get $2 local.get $0 i32.const 2 i32.shl local.tee $0 call $~lib/rt/itcms/__renew local.tee $1 - i32.store $0 + i32.store + local.get $6 local.get $1 - if - local.get $5 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $5 + call $~lib/rt/itcms/__link + local.get $6 local.get $0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $6 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 - local.get $5 - i32.store $0 offset=12 + local.get $4 + local.get $6 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -19004,9 +18960,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/typedarray/Int32Array#get:length i32.const 3 i32.ne @@ -19019,9 +18975,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 0 call $~lib/typedarray/Uint32Array#__get i32.const 3 @@ -19035,9 +18991,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 1 call $~lib/typedarray/Uint32Array#__get i32.const 4 @@ -19051,9 +19007,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 2 call $~lib/typedarray/Uint32Array#__get i32.const 5 @@ -19082,8 +19038,8 @@ (func $std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64> (local $0 i32) (local $1 i32) - (local $2 i64) - (local $3 i32) + (local $2 i32) + (local $3 i64) (local $4 i32) (local $5 i32) (local $6 i32) @@ -19099,60 +19055,60 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 i64.const 0 - i64.store $0 offset=8 - local.get $3 + i64.store offset=8 + local.get $2 i32.const 6 call $~lib/typedarray/Int64Array#constructor local.tee $7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i64.const 1 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 i64.const 2 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 i64.const 3 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 i64.const 4 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 5 i64.const 5 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4176 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -19162,19 +19118,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 i32.const 0 i32.const 20 - memory.fill $0 - local.get $4 + memory.fill + local.get $2 local.get $7 - i32.store $0 - local.get $4 + i32.store + local.get $2 i32.const 4176 - i32.store $0 offset=4 - local.get $4 + i32.store offset=4 + local.get $2 local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int64Array#get:length local.set $8 @@ -19182,53 +19138,53 @@ i32.const 12 i32.const 11 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 offset=12 + local.tee $6 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $8 i32.const 3 i32.shl i32.const 1 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=16 + local.tee $2 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 - i32.load $0 offset=4 - local.set $4 + i32.load offset=4 + local.set $5 loop $for-loop|0 local.get $1 local.get $8 i32.lt_s if - local.get $4 + local.get $5 local.get $1 i32.const 3 i32.shl i32.add - i64.load $0 - local.set $2 + i64.load + local.set $3 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $2 + local.get $3 local.get $1 local.get $7 i32.const 4176 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $8) if - local.get $6 + local.get $2 local.get $0 i32.const 3 i32.shl i32.add - local.get $2 - i64.store $0 + local.get $3 + i64.store local.get $0 i32.const 1 i32.add @@ -19241,38 +19197,35 @@ br $for-loop|0 end end - local.get $5 local.get $6 + local.get $2 local.get $0 i32.const 3 i32.shl local.tee $0 call $~lib/rt/itcms/__renew local.tee $1 - i32.store $0 + i32.store + local.get $6 local.get $1 - if - local.get $5 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $5 + call $~lib/rt/itcms/__link + local.get $6 local.get $0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $6 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 - local.get $5 - i32.store $0 offset=12 + local.get $4 + local.get $6 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -19283,9 +19236,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/typedarray/Int64Array#get:length i32.const 3 i32.ne @@ -19298,9 +19251,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 0 call $~lib/typedarray/Int64Array#__get i64.const 3 @@ -19314,9 +19267,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 1 call $~lib/typedarray/Int64Array#__get i64.const 4 @@ -19330,9 +19283,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 2 call $~lib/typedarray/Int64Array#__get i64.const 5 @@ -19361,8 +19314,8 @@ (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64> (local $0 i32) (local $1 i32) - (local $2 i64) - (local $3 i32) + (local $2 i32) + (local $3 i64) (local $4 i32) (local $5 i32) (local $6 i32) @@ -19378,60 +19331,60 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 i64.const 0 - i64.store $0 offset=8 - local.get $3 + i64.store offset=8 + local.get $2 i32.const 6 call $~lib/typedarray/Uint64Array#constructor local.tee $7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i64.const 1 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 i64.const 2 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 i64.const 3 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 i64.const 4 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 5 i64.const 5 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4208 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -19441,19 +19394,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 i32.const 0 i32.const 20 - memory.fill $0 - local.get $4 + memory.fill + local.get $2 local.get $7 - i32.store $0 - local.get $4 + i32.store + local.get $2 i32.const 4208 - i32.store $0 offset=4 - local.get $4 + i32.store offset=4 + local.get $2 local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int64Array#get:length local.set $8 @@ -19461,53 +19414,53 @@ i32.const 12 i32.const 12 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 offset=12 + local.tee $6 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $8 i32.const 3 i32.shl i32.const 1 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=16 + local.tee $2 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 - i32.load $0 offset=4 - local.set $4 + i32.load offset=4 + local.set $5 loop $for-loop|0 local.get $1 local.get $8 i32.lt_s if - local.get $4 + local.get $5 local.get $1 i32.const 3 i32.shl i32.add - i64.load $0 - local.set $2 + i64.load + local.set $3 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $2 + local.get $3 local.get $1 local.get $7 i32.const 4208 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $8) if - local.get $6 + local.get $2 local.get $0 i32.const 3 i32.shl i32.add - local.get $2 - i64.store $0 + local.get $3 + i64.store local.get $0 i32.const 1 i32.add @@ -19520,38 +19473,35 @@ br $for-loop|0 end end - local.get $5 local.get $6 + local.get $2 local.get $0 i32.const 3 i32.shl local.tee $0 call $~lib/rt/itcms/__renew local.tee $1 - i32.store $0 + i32.store + local.get $6 local.get $1 - if - local.get $5 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $5 + call $~lib/rt/itcms/__link + local.get $6 local.get $0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $6 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 - local.get $5 - i32.store $0 offset=12 + local.get $4 + local.get $6 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -19562,9 +19512,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/typedarray/Int64Array#get:length i32.const 3 i32.ne @@ -19577,9 +19527,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 0 call $~lib/typedarray/Uint64Array#__get i64.const 3 @@ -19593,9 +19543,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 1 call $~lib/typedarray/Uint64Array#__get i64.const 4 @@ -19609,9 +19559,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 2 call $~lib/typedarray/Uint64Array#__get i64.const 5 @@ -19640,8 +19590,8 @@ (func $std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32> (local $0 i32) (local $1 i32) - (local $2 f32) - (local $3 i32) + (local $2 i32) + (local $3 f32) (local $4 i32) (local $5 i32) (local $6 i32) @@ -19657,60 +19607,60 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 i64.const 0 - i64.store $0 offset=8 - local.get $3 + i64.store offset=8 + local.get $2 i32.const 6 call $~lib/typedarray/Float32Array#constructor local.tee $7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 f32.const 1 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 f32.const 2 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 f32.const 3 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 f32.const 4 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 5 f32.const 5 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4240 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -19720,19 +19670,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 i32.const 0 i32.const 20 - memory.fill $0 - local.get $4 + memory.fill + local.get $2 local.get $7 - i32.store $0 - local.get $4 + i32.store + local.get $2 i32.const 4240 - i32.store $0 offset=4 - local.get $4 + i32.store offset=4 + local.get $2 local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int32Array#get:length local.set $8 @@ -19740,53 +19690,53 @@ i32.const 12 i32.const 13 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 offset=12 + local.tee $6 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $8 i32.const 2 i32.shl i32.const 1 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=16 + local.tee $2 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 - i32.load $0 offset=4 - local.set $4 + i32.load offset=4 + local.set $5 loop $for-loop|0 local.get $1 local.get $8 i32.lt_s if - local.get $4 + local.get $5 local.get $1 i32.const 2 i32.shl i32.add - f32.load $0 - local.set $2 + f32.load + local.set $3 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $2 + local.get $3 local.get $1 local.get $7 i32.const 4240 - i32.load $0 - call_indirect $0 (type $f32_i32_i32_=>_i32) + i32.load + call_indirect (type $14) if - local.get $6 + local.get $2 local.get $0 i32.const 2 i32.shl i32.add - local.get $2 - f32.store $0 + local.get $3 + f32.store local.get $0 i32.const 1 i32.add @@ -19799,38 +19749,35 @@ br $for-loop|0 end end - local.get $5 local.get $6 + local.get $2 local.get $0 i32.const 2 i32.shl local.tee $0 call $~lib/rt/itcms/__renew local.tee $1 - i32.store $0 + i32.store + local.get $6 local.get $1 - if - local.get $5 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $5 + call $~lib/rt/itcms/__link + local.get $6 local.get $0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $6 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 - local.get $5 - i32.store $0 offset=12 + local.get $4 + local.get $6 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -19841,9 +19788,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/typedarray/Int32Array#get:length i32.const 3 i32.ne @@ -19856,9 +19803,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 0 call $~lib/typedarray/Float32Array#__get f32.const 3 @@ -19872,9 +19819,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 1 call $~lib/typedarray/Float32Array#__get f32.const 4 @@ -19888,9 +19835,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 2 call $~lib/typedarray/Float32Array#__get f32.const 5 @@ -19919,8 +19866,8 @@ (func $std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64> (local $0 i32) (local $1 i32) - (local $2 f64) - (local $3 i32) + (local $2 i32) + (local $3 f64) (local $4 i32) (local $5 i32) (local $6 i32) @@ -19936,60 +19883,60 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 i64.const 0 - i64.store $0 offset=8 - local.get $3 + i64.store offset=8 + local.get $2 i32.const 6 call $~lib/typedarray/Float64Array#constructor local.tee $7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 f64.const 1 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 f64.const 2 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 f64.const 3 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 3 f64.const 4 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 5 f64.const 5 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4272 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -19999,19 +19946,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $2 i32.const 0 i32.const 20 - memory.fill $0 - local.get $4 + memory.fill + local.get $2 local.get $7 - i32.store $0 - local.get $4 + i32.store + local.get $2 i32.const 4272 - i32.store $0 offset=4 - local.get $4 + i32.store offset=4 + local.get $2 local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int64Array#get:length local.set $8 @@ -20019,53 +19966,53 @@ i32.const 12 i32.const 14 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 offset=12 + local.tee $6 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $8 i32.const 3 i32.shl i32.const 1 call $~lib/rt/itcms/__new - local.tee $6 - i32.store $0 offset=16 + local.tee $2 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 - i32.load $0 offset=4 - local.set $4 + i32.load offset=4 + local.set $5 loop $for-loop|0 local.get $1 local.get $8 i32.lt_s if - local.get $4 + local.get $5 local.get $1 i32.const 3 i32.shl i32.add - f64.load $0 - local.set $2 + f64.load + local.set $3 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $2 + local.get $3 local.get $1 local.get $7 i32.const 4272 - i32.load $0 - call_indirect $0 (type $f64_i32_i32_=>_i32) + i32.load + call_indirect (type $15) if - local.get $6 + local.get $2 local.get $0 i32.const 3 i32.shl i32.add - local.get $2 - f64.store $0 + local.get $3 + f64.store local.get $0 i32.const 1 i32.add @@ -20078,38 +20025,35 @@ br $for-loop|0 end end - local.get $5 local.get $6 + local.get $2 local.get $0 i32.const 3 i32.shl local.tee $0 call $~lib/rt/itcms/__renew local.tee $1 - i32.store $0 + i32.store + local.get $6 local.get $1 - if - local.get $5 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $5 + call $~lib/rt/itcms/__link + local.get $6 local.get $0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $6 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 - local.get $5 - i32.store $0 offset=12 + local.get $4 + local.get $6 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -20120,9 +20064,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 call $~lib/typedarray/Int64Array#get:length i32.const 3 i32.ne @@ -20135,9 +20079,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 0 call $~lib/typedarray/Float64Array#__get f64.const 3 @@ -20151,9 +20095,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 1 call $~lib/typedarray/Float64Array#__get f64.const 4 @@ -20167,9 +20111,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 2 call $~lib/typedarray/Float64Array#__get f64.const 5 @@ -20218,26 +20162,26 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $4 @@ -20249,11 +20193,11 @@ local.get $2 local.get $3 i32.add - i32.load8_s $0 + i32.load8_s local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20261,8 +20205,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/SOME<~lib/typedarray/Int8Array,i8>|inlined.0 drop local.get $2 @@ -20304,26 +20248,26 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $4 @@ -20335,11 +20279,11 @@ local.get $2 local.get $3 i32.add - i32.load8_u $0 + i32.load8_u local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20347,8 +20291,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/SOME<~lib/typedarray/Uint8Array,u8>|inlined.0 drop local.get $2 @@ -20390,26 +20334,26 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $4 @@ -20423,11 +20367,11 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20435,8 +20379,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/SOME<~lib/typedarray/Int16Array,i16>|inlined.0 drop local.get $2 @@ -20478,26 +20422,26 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $4 @@ -20511,11 +20455,11 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20523,8 +20467,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/SOME<~lib/typedarray/Uint16Array,u16>|inlined.0 drop local.get $2 @@ -20566,26 +20510,26 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $4 @@ -20599,11 +20543,11 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20611,8 +20555,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/SOME<~lib/typedarray/Int32Array,i32>|inlined.0 drop local.get $2 @@ -20654,26 +20598,26 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $4 @@ -20687,11 +20631,11 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20699,8 +20643,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/SOME<~lib/typedarray/Uint32Array,u32>|inlined.0 drop local.get $2 @@ -20742,26 +20686,26 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $5 @@ -20775,11 +20719,11 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20787,8 +20731,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $8) br_if $~lib/typedarray/SOME<~lib/typedarray/Int64Array,i64>|inlined.0 drop local.get $2 @@ -20830,26 +20774,26 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $5 @@ -20863,11 +20807,11 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20875,8 +20819,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $8) br_if $~lib/typedarray/SOME<~lib/typedarray/Uint64Array,u64>|inlined.0 drop local.get $2 @@ -20918,26 +20862,26 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $5 @@ -20951,11 +20895,11 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -20963,8 +20907,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $f32_i32_i32_=>_i32) + i32.load + call_indirect (type $14) br_if $~lib/typedarray/SOME<~lib/typedarray/Float32Array,f32>|inlined.0 drop local.get $2 @@ -21006,26 +20950,26 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/SOME<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $5 @@ -21039,11 +20983,11 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 @@ -21051,8 +20995,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $f64_i32_i32_=>_i32) + i32.load + call_indirect (type $15) br_if $~lib/typedarray/SOME<~lib/typedarray/Float64Array,f64>|inlined.0 drop local.get $2 @@ -21094,25 +21038,25 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $4 @@ -21125,19 +21069,19 @@ local.get $2 local.get $3 i32.add - i32.load8_s $0 + i32.load8_s local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $5 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 local.get $2 i32.const 1 @@ -21178,25 +21122,25 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $4 @@ -21209,19 +21153,19 @@ local.get $2 local.get $3 i32.add - i32.load8_u $0 + i32.load8_u local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $5 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 local.get $2 i32.const 1 @@ -21262,25 +21206,25 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $4 @@ -21295,19 +21239,19 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $5 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 local.get $2 i32.const 1 @@ -21348,25 +21292,25 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $4 @@ -21381,19 +21325,19 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $5 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 local.get $2 i32.const 1 @@ -21434,25 +21378,25 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $4 @@ -21467,19 +21411,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $5 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 local.get $2 i32.const 1 @@ -21520,25 +21464,25 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $4 @@ -21553,19 +21497,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $5 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 local.get $2 i32.const 1 @@ -21606,25 +21550,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $5 @@ -21639,19 +21583,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $8) br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 local.get $2 i32.const 1 @@ -21692,25 +21636,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $5 @@ -21725,19 +21669,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $8) br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 local.get $2 i32.const 1 @@ -21778,25 +21722,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $5 @@ -21811,19 +21755,19 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $f32_i32_i32_=>_i32) + i32.load + call_indirect (type $14) br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 local.get $2 i32.const 1 @@ -21864,25 +21808,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $5 @@ -21897,19 +21841,19 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $f64_i32_i32_=>_i32) + i32.load + call_indirect (type $15) br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 local.get $2 i32.const 1 @@ -21949,25 +21893,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length i32.const 1 @@ -21982,19 +21926,19 @@ local.get $2 local.get $3 i32.add - i32.load8_s $0 + i32.load8_s local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 local.get $2 i32.const 1 @@ -22034,25 +21978,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length i32.const 1 @@ -22067,19 +22011,19 @@ local.get $2 local.get $3 i32.add - i32.load8_u $0 + i32.load8_u local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 local.get $2 i32.const 1 @@ -22119,25 +22063,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length i32.const 1 @@ -22154,19 +22098,19 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 local.get $2 i32.const 1 @@ -22206,25 +22150,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length i32.const 1 @@ -22241,19 +22185,19 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 local.get $2 i32.const 1 @@ -22293,25 +22237,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length i32.const 1 @@ -22328,19 +22272,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 local.get $2 i32.const 1 @@ -22380,25 +22324,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length i32.const 1 @@ -22415,19 +22359,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 local.get $2 i32.const 1 @@ -22467,25 +22411,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length i32.const 1 @@ -22502,19 +22446,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $8) br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 local.get $2 i32.const 1 @@ -22554,25 +22498,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length i32.const 1 @@ -22589,19 +22533,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $8) br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 local.get $2 i32.const 1 @@ -22641,25 +22585,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length i32.const 1 @@ -22676,19 +22620,19 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $f32_i32_i32_=>_i32) + i32.load + call_indirect (type $14) br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 local.get $2 i32.const 1 @@ -22728,25 +22672,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length i32.const 1 @@ -22763,19 +22707,19 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $4 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $f64_i32_i32_=>_i32) + i32.load + call_indirect (type $15) br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 local.get $2 i32.const 1 @@ -22816,26 +22760,26 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $4 @@ -22847,11 +22791,11 @@ local.get $2 local.get $3 i32.add - i32.load8_s $0 + i32.load8_s local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -22859,8 +22803,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.eqz br_if $~lib/typedarray/EVERY<~lib/typedarray/Int8Array,i8>|inlined.0 drop @@ -22903,26 +22847,26 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $4 @@ -22934,11 +22878,11 @@ local.get $2 local.get $3 i32.add - i32.load8_u $0 + i32.load8_u local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -22946,8 +22890,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.eqz br_if $~lib/typedarray/EVERY<~lib/typedarray/Uint8Array,u8>|inlined.0 drop @@ -22990,26 +22934,26 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $4 @@ -23023,11 +22967,11 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -23035,8 +22979,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.eqz br_if $~lib/typedarray/EVERY<~lib/typedarray/Int16Array,i16>|inlined.0 drop @@ -23079,26 +23023,26 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $4 @@ -23112,11 +23056,11 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -23124,8 +23068,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.eqz br_if $~lib/typedarray/EVERY<~lib/typedarray/Uint16Array,u16>|inlined.0 drop @@ -23168,26 +23112,26 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $4 @@ -23201,11 +23145,11 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -23213,8 +23157,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.eqz br_if $~lib/typedarray/EVERY<~lib/typedarray/Int32Array,i32>|inlined.0 drop @@ -23257,26 +23201,26 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $4 @@ -23290,11 +23234,11 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -23302,8 +23246,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_i32) + i32.load + call_indirect (type $2) i32.eqz br_if $~lib/typedarray/EVERY<~lib/typedarray/Uint32Array,u32>|inlined.0 drop @@ -23346,26 +23290,26 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $5 @@ -23379,11 +23323,11 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -23391,8 +23335,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $8) i32.eqz br_if $~lib/typedarray/EVERY<~lib/typedarray/Int64Array,i64>|inlined.0 drop @@ -23435,26 +23379,26 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $5 @@ -23468,11 +23412,11 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -23480,8 +23424,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_i32) + i32.load + call_indirect (type $8) i32.eqz br_if $~lib/typedarray/EVERY<~lib/typedarray/Uint64Array,u64>|inlined.0 drop @@ -23524,26 +23468,26 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $5 @@ -23557,11 +23501,11 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -23569,8 +23513,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $f32_i32_i32_=>_i32) + i32.load + call_indirect (type $14) i32.eqz br_if $~lib/typedarray/EVERY<~lib/typedarray/Float32Array,f32>|inlined.0 drop @@ -23613,26 +23557,26 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 block $~lib/typedarray/EVERY<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) local.get $5 local.get $0 - i32.store $0 + i32.store local.get $5 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $5 @@ -23646,11 +23590,11 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 @@ -23658,8 +23602,8 @@ local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $f64_i32_i32_=>_i32) + i32.load + call_indirect (type $15) i32.eqz br_if $~lib/typedarray/EVERY<~lib/typedarray/Float64Array,f64>|inlined.0 drop @@ -23699,10 +23643,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 i32.const 7152 - i32.store $0 + i32.store local.get $0 i32.const 255 i32.and @@ -23774,25 +23718,25 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $4 @@ -23804,19 +23748,19 @@ local.get $2 local.get $3 i32.add - i32.load8_u $0 + i32.load8_u local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $5 local.get $2 local.get $0 local.get $1 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_none) + i32.load + call_indirect (type $4) local.get $2 i32.const 1 i32.add @@ -23849,10 +23793,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 i32.const 7152 - i32.store $0 + i32.store local.get $0 i32.const 65535 i32.and @@ -23921,10 +23865,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 i32.const 7152 - i32.store $0 + i32.store i32.const 7152 local.get $1 call $~lib/array/Array#__get @@ -23989,10 +23933,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 i32.const 7152 - i32.store $0 + i32.store i32.const 7152 local.get $1 call $~lib/array/Array#__get @@ -24058,10 +24002,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 i32.const 7152 - i32.store $0 + i32.store i32.const 7152 local.get $1 call $~lib/array/Array#__get @@ -24127,10 +24071,10 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 i32.const 7152 - i32.store $0 + i32.store i32.const 7152 local.get $1 call $~lib/array/Array#__get @@ -24203,16 +24147,16 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int8Array#get:length local.tee $4 @@ -24238,7 +24182,7 @@ local.get $2 i32.add local.tee $7 - i64.load $0 + i64.load local.tee $3 i64.const 8 i64.shr_u @@ -24258,7 +24202,7 @@ local.get $1 i32.sub local.tee $7 - i64.load $0 + i64.load local.tee $8 i64.const 8 i64.shr_u @@ -24283,7 +24227,7 @@ i64.or i64.const 32 i64.rotr - i64.store $0 + i64.store local.get $7 local.get $3 i64.const 16 @@ -24298,7 +24242,7 @@ i64.or i64.const 32 i64.rotr - i64.store $0 + i64.store local.get $1 i32.const 8 i32.add @@ -24319,7 +24263,7 @@ local.get $2 i32.add local.tee $6 - i32.load8_u $0 + i32.load8_u local.set $7 local.get $6 local.get $2 @@ -24328,11 +24272,11 @@ i32.sub i32.add local.tee $6 - i32.load8_u $0 - i32.store8 $0 + i32.load8_u + i32.store8 local.get $6 local.get $7 - i32.store8 $0 + i32.store8 local.get $1 i32.const 1 i32.add @@ -24372,13 +24316,13 @@ local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $1 i32.const 7616 - i32.store $0 + i32.store local.get $1 i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length local.set $3 @@ -24386,12 +24330,12 @@ local.get $3 call $~lib/typedarray/Int8Array#constructor local.tee $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 call $~lib/typedarray/Int8Array#constructor local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 loop $for-loop|0 local.get $0 local.get $3 @@ -24400,10 +24344,10 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 local.get $0 i32.const 7616 @@ -24413,10 +24357,10 @@ call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 local.get $0 i32.const 7616 @@ -24433,7 +24377,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int8Array#reverse drop @@ -24446,14 +24390,14 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 call $~lib/typedarray/Int8Array#__get local.set $4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 7616 local.get $3 @@ -24482,7 +24426,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 i32.const 4 i32.const 8 @@ -24490,15 +24434,15 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $~lib/typedarray/Int8Array#reverse local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Int8Array#__get @@ -24514,7 +24458,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Int8Array#__get @@ -24530,7 +24474,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Int8Array#__get @@ -24546,7 +24490,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 call $~lib/typedarray/Int8Array#__get @@ -24587,31 +24531,58 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 - i32.const 4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int8Array#get:length + local.set $4 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.const 5 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $2 + local.get $0 + i32.load local.tee $3 + i32.store + local.get $2 local.get $3 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $2 + local.get $0 + i32.load offset=4 + i32.const 4 + local.get $4 + local.get $4 i32.const 4 i32.gt_s select - local.set $2 + local.tee $0 + i32.add + i32.store offset=4 + local.get $2 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $3 + local.get $4 i32.add local.tee $1 i32.const 0 @@ -24621,59 +24592,26 @@ select else local.get $1 - local.get $3 + local.get $4 local.get $1 - local.get $3 + local.get $4 i32.lt_s select end local.tee $1 - local.get $2 - local.get $1 - local.get $2 - i32.gt_s - select - local.set $1 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.const 5 - call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $3 - local.get $0 - i32.load $0 - local.tee $4 - i32.store $0 - local.get $4 - if - local.get $3 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 - i32.store $0 offset=4 - local.get $3 - local.get $2 local.get $0 - i32.load $0 offset=4 - i32.add - i32.store $0 offset=4 - local.get $3 local.get $1 - local.get $2 + i32.lt_s + select + local.get $0 i32.sub - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 ) (func $std/typedarray/testArrayReverse<~lib/typedarray/Uint8Array,u8> (local $0 i32) @@ -24700,13 +24638,13 @@ local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $1 i32.const 7616 - i32.store $0 + i32.store local.get $1 i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length local.set $3 @@ -24714,12 +24652,12 @@ local.get $3 call $~lib/typedarray/Uint8Array#constructor local.tee $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 call $~lib/typedarray/Uint8Array#constructor local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 loop $for-loop|0 local.get $0 local.get $3 @@ -24728,10 +24666,10 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 local.get $0 i32.const 7616 @@ -24742,10 +24680,10 @@ call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 local.get $0 i32.const 7616 @@ -24763,7 +24701,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int8Array#reverse drop @@ -24776,14 +24714,14 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 call $~lib/typedarray/Uint8Array#__get local.set $4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 7616 local.get $3 @@ -24813,22 +24751,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 i32.const 8 call $~lib/typedarray/Uint8Array#subarray local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $~lib/typedarray/Int8Array#reverse local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -24844,7 +24782,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Uint8Array#__get @@ -24860,7 +24798,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Uint8Array#__get @@ -24876,7 +24814,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 call $~lib/typedarray/Uint8Array#__get @@ -24917,31 +24855,58 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 - i32.const 4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int8Array#get:length + local.set $4 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.const 6 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $2 + local.get $0 + i32.load local.tee $3 + i32.store + local.get $2 local.get $3 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $2 + local.get $0 + i32.load offset=4 + i32.const 4 + local.get $4 + local.get $4 i32.const 4 i32.gt_s select - local.set $2 + local.tee $0 + i32.add + i32.store offset=4 + local.get $2 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $3 + local.get $4 i32.add local.tee $1 i32.const 0 @@ -24951,59 +24916,26 @@ select else local.get $1 - local.get $3 + local.get $4 local.get $1 - local.get $3 + local.get $4 i32.lt_s select end local.tee $1 - local.get $2 - local.get $1 - local.get $2 - i32.gt_s - select - local.set $1 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.const 6 - call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 - local.get $3 local.get $0 - i32.load $0 - local.tee $4 - i32.store $0 - local.get $4 - if - local.get $3 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $0 - i32.store $0 offset=4 - local.get $3 - local.get $2 - local.get $0 - i32.load $0 offset=4 - i32.add - i32.store $0 offset=4 - local.get $3 local.get $1 - local.get $2 + i32.lt_s + select + local.get $0 i32.sub - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 ) (func $std/typedarray/testArrayReverse<~lib/typedarray/Uint8ClampedArray,u8> (local $0 i32) @@ -25030,13 +24962,13 @@ local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $1 i32.const 7616 - i32.store $0 + i32.store local.get $1 i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length local.set $3 @@ -25044,12 +24976,12 @@ local.get $3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 loop $for-loop|0 local.get $0 local.get $3 @@ -25058,10 +24990,10 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 local.get $0 i32.const 7616 @@ -25072,10 +25004,10 @@ call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 local.get $0 i32.const 7616 @@ -25093,7 +25025,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int8Array#reverse drop @@ -25106,14 +25038,14 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 call $~lib/typedarray/Uint8ClampedArray#__get local.set $4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 7616 local.get $3 @@ -25143,22 +25075,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 i32.const 8 call $~lib/typedarray/Uint8ClampedArray#subarray local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $~lib/typedarray/Int8Array#reverse local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#__get @@ -25174,7 +25106,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__get @@ -25190,7 +25122,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__get @@ -25206,7 +25138,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#__get @@ -25251,16 +25183,16 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int16Array#get:length local.tee $3 @@ -25290,7 +25222,7 @@ i32.shl i32.add local.tee $6 - i32.load $0 + i32.load i32.const 16 i32.rotr local.set $7 @@ -25301,13 +25233,13 @@ i32.shl i32.add local.tee $6 - i32.load $0 + i32.load i32.const 16 i32.rotr - i32.store $0 + i32.store local.get $6 local.get $7 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.add @@ -25330,7 +25262,7 @@ i32.shl i32.add local.tee $5 - i32.load16_u $0 + i32.load16_u local.set $6 local.get $5 local.get $2 @@ -25341,11 +25273,11 @@ i32.shl i32.add local.tee $5 - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $5 local.get $6 - i32.store16 $0 + i32.store16 local.get $1 i32.const 1 i32.add @@ -25382,31 +25314,60 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 - i32.const 4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int16Array#get:length + local.set $4 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.const 7 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $2 + local.get $0 + i32.load local.tee $3 + i32.store + local.get $2 local.get $3 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $2 + local.get $0 + i32.load offset=4 + i32.const 4 + local.get $4 + local.get $4 i32.const 4 i32.gt_s select - local.set $2 + local.tee $0 + i32.const 1 + i32.shl + i32.add + i32.store offset=4 + local.get $2 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $3 + local.get $4 i32.add local.tee $1 i32.const 0 @@ -25416,63 +25377,28 @@ select else local.get $1 - local.get $3 + local.get $4 local.get $1 - local.get $3 + local.get $4 i32.lt_s select end local.tee $1 - local.get $2 - local.get $1 - local.get $2 - i32.gt_s - select - local.set $1 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.const 7 - call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $3 - local.get $0 - i32.load $0 - local.tee $4 - i32.store $0 - local.get $4 - if - local.get $3 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 - i32.store $0 offset=4 - local.get $3 local.get $0 - i32.load $0 offset=4 - local.get $2 - i32.const 1 - i32.shl - i32.add - i32.store $0 offset=4 - local.get $3 local.get $1 - local.get $2 + i32.lt_s + select + local.get $0 i32.sub i32.const 1 i32.shl - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 ) (func $std/typedarray/testArrayReverse<~lib/typedarray/Int16Array,i16> (local $0 i32) @@ -25499,13 +25425,13 @@ local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $1 i32.const 7616 - i32.store $0 + i32.store local.get $1 i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length local.set $3 @@ -25513,12 +25439,12 @@ local.get $3 call $~lib/typedarray/Int16Array#constructor local.tee $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 call $~lib/typedarray/Int16Array#constructor local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 loop $for-loop|0 local.get $0 local.get $3 @@ -25527,10 +25453,10 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 local.get $0 i32.const 7616 @@ -25540,10 +25466,10 @@ call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 local.get $0 i32.const 7616 @@ -25560,7 +25486,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int16Array#reverse drop @@ -25573,14 +25499,14 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 call $~lib/typedarray/Int16Array#__get local.set $4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 7616 local.get $3 @@ -25609,22 +25535,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 i32.const 8 call $~lib/typedarray/Int16Array#subarray local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $~lib/typedarray/Int16Array#reverse local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Int16Array#__get @@ -25640,7 +25566,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Int16Array#__get @@ -25656,7 +25582,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Int16Array#__get @@ -25672,7 +25598,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 call $~lib/typedarray/Int16Array#__get @@ -25713,31 +25639,60 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 - i32.const 4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int16Array#get:length + local.set $4 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.const 8 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $2 + local.get $0 + i32.load local.tee $3 + i32.store + local.get $2 local.get $3 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $2 + local.get $0 + i32.load offset=4 + i32.const 4 + local.get $4 + local.get $4 i32.const 4 i32.gt_s select - local.set $2 + local.tee $0 + i32.const 1 + i32.shl + i32.add + i32.store offset=4 + local.get $2 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $3 + local.get $4 i32.add local.tee $1 i32.const 0 @@ -25747,63 +25702,28 @@ select else local.get $1 - local.get $3 + local.get $4 local.get $1 - local.get $3 + local.get $4 i32.lt_s select end local.tee $1 - local.get $2 - local.get $1 - local.get $2 - i32.gt_s - select - local.set $1 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.const 8 - call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $3 - local.get $0 - i32.load $0 - local.tee $4 - i32.store $0 - local.get $4 - if - local.get $3 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 - i32.store $0 offset=4 - local.get $3 local.get $0 - i32.load $0 offset=4 - local.get $2 - i32.const 1 - i32.shl - i32.add - i32.store $0 offset=4 - local.get $3 local.get $1 - local.get $2 + i32.lt_s + select + local.get $0 i32.sub i32.const 1 i32.shl - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 ) (func $std/typedarray/testArrayReverse<~lib/typedarray/Uint16Array,u16> (local $0 i32) @@ -25830,13 +25750,13 @@ local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $1 i32.const 7616 - i32.store $0 + i32.store local.get $1 i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length local.set $3 @@ -25844,12 +25764,12 @@ local.get $3 call $~lib/typedarray/Uint16Array#constructor local.tee $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 call $~lib/typedarray/Uint16Array#constructor local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 loop $for-loop|0 local.get $0 local.get $3 @@ -25858,10 +25778,10 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 local.get $0 i32.const 7616 @@ -25872,10 +25792,10 @@ call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 local.get $0 i32.const 7616 @@ -25893,7 +25813,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int16Array#reverse drop @@ -25906,14 +25826,14 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 call $~lib/typedarray/Uint16Array#__get local.set $4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 7616 local.get $3 @@ -25943,22 +25863,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 i32.const 8 call $~lib/typedarray/Uint16Array#subarray local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $~lib/typedarray/Int16Array#reverse local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint16Array#__get @@ -25974,7 +25894,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Uint16Array#__get @@ -25990,7 +25910,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Uint16Array#__get @@ -26006,7 +25926,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 call $~lib/typedarray/Uint16Array#__get @@ -26050,16 +25970,16 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int32Array#get:length local.tee $3 @@ -26085,7 +26005,7 @@ i32.shl i32.add local.tee $6 - i32.load $0 + i32.load local.set $3 local.get $6 local.get $2 @@ -26096,11 +26016,11 @@ i32.shl i32.add local.tee $6 - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $6 local.get $3 - i32.store $0 + i32.store local.get $1 i32.const 1 i32.add @@ -26140,13 +26060,13 @@ local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $1 i32.const 7616 - i32.store $0 + i32.store local.get $1 i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length local.set $3 @@ -26154,12 +26074,12 @@ local.get $3 call $~lib/typedarray/Int32Array#constructor local.tee $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 call $~lib/typedarray/Int32Array#constructor local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 loop $for-loop|0 local.get $0 local.get $3 @@ -26168,10 +26088,10 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 local.get $0 i32.const 7616 @@ -26180,10 +26100,10 @@ call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 local.get $0 i32.const 7616 @@ -26199,7 +26119,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int32Array#reverse drop @@ -26212,14 +26132,14 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 call $~lib/typedarray/Int32Array#__get local.set $4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7616 local.get $3 i32.const 1 @@ -26247,7 +26167,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 i32.const 4 i32.const 8 @@ -26255,15 +26175,15 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $~lib/typedarray/Int32Array#reverse local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Int32Array#__get @@ -26279,7 +26199,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Int32Array#__get @@ -26295,7 +26215,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Int32Array#__get @@ -26311,7 +26231,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 call $~lib/typedarray/Int32Array#__get @@ -26352,31 +26272,60 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 - i32.const 4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length + local.set $4 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.const 10 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $2 + local.get $0 + i32.load local.tee $3 + i32.store + local.get $2 local.get $3 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $2 + local.get $0 + i32.load offset=4 + i32.const 4 + local.get $4 + local.get $4 i32.const 4 i32.gt_s select - local.set $2 + local.tee $0 + i32.const 2 + i32.shl + i32.add + i32.store offset=4 + local.get $2 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $3 + local.get $4 i32.add local.tee $1 i32.const 0 @@ -26386,63 +26335,28 @@ select else local.get $1 - local.get $3 + local.get $4 local.get $1 - local.get $3 + local.get $4 i32.lt_s select end local.tee $1 - local.get $2 - local.get $1 - local.get $2 - i32.gt_s - select - local.set $1 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.const 10 - call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $3 - local.get $0 - i32.load $0 - local.tee $4 - i32.store $0 - local.get $4 - if - local.get $3 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 - i32.store $0 offset=4 - local.get $3 local.get $0 - i32.load $0 offset=4 - local.get $2 - i32.const 2 - i32.shl - i32.add - i32.store $0 offset=4 - local.get $3 local.get $1 - local.get $2 + i32.lt_s + select + local.get $0 i32.sub i32.const 2 i32.shl - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 ) (func $std/typedarray/testArrayReverse<~lib/typedarray/Uint32Array,u32> (local $0 i32) @@ -26469,13 +26383,13 @@ local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $1 i32.const 7616 - i32.store $0 + i32.store local.get $1 i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length local.set $3 @@ -26483,12 +26397,12 @@ local.get $3 call $~lib/typedarray/Uint32Array#constructor local.tee $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 call $~lib/typedarray/Uint32Array#constructor local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 loop $for-loop|0 local.get $0 local.get $3 @@ -26497,10 +26411,10 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 local.get $0 i32.const 7616 @@ -26509,10 +26423,10 @@ call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 local.get $0 i32.const 7616 @@ -26528,7 +26442,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/typedarray/Int32Array#reverse drop @@ -26541,14 +26455,14 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 call $~lib/typedarray/Uint32Array#__get local.set $4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7616 local.get $3 i32.const 1 @@ -26576,22 +26490,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 i32.const 8 call $~lib/typedarray/Uint32Array#subarray local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $~lib/typedarray/Int32Array#reverse local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint32Array#__get @@ -26607,7 +26521,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Uint32Array#__get @@ -26623,7 +26537,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Uint32Array#__get @@ -26639,7 +26553,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 call $~lib/typedarray/Uint32Array#__get @@ -26683,16 +26597,16 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int64Array#get:length local.tee $4 @@ -26718,7 +26632,7 @@ i32.shl i32.add local.tee $6 - i64.load $0 + i64.load local.set $3 local.get $6 local.get $2 @@ -26729,11 +26643,11 @@ i32.shl i32.add local.tee $6 - i64.load $0 - i64.store $0 + i64.load + i64.store local.get $6 local.get $3 - i64.store $0 + i64.store local.get $1 i32.const 1 i32.add @@ -26770,31 +26684,60 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 - i32.const 4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length + local.set $4 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.const 11 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $2 + local.get $0 + i32.load local.tee $3 + i32.store + local.get $2 local.get $3 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $2 + local.get $0 + i32.load offset=4 + i32.const 4 + local.get $4 + local.get $4 i32.const 4 i32.gt_s select - local.set $2 + local.tee $0 + i32.const 3 + i32.shl + i32.add + i32.store offset=4 + local.get $2 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $3 + local.get $4 i32.add local.tee $1 i32.const 0 @@ -26804,63 +26747,28 @@ select else local.get $1 - local.get $3 + local.get $4 local.get $1 - local.get $3 + local.get $4 i32.lt_s select end local.tee $1 - local.get $2 - local.get $1 - local.get $2 - i32.gt_s - select - local.set $1 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.const 11 - call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $3 - local.get $0 - i32.load $0 - local.tee $4 - i32.store $0 - local.get $4 - if - local.get $3 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 - i32.store $0 offset=4 - local.get $3 local.get $0 - i32.load $0 offset=4 - local.get $2 - i32.const 3 - i32.shl - i32.add - i32.store $0 offset=4 - local.get $3 local.get $1 - local.get $2 + i32.lt_s + select + local.get $0 i32.sub i32.const 3 i32.shl - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 ) (func $std/typedarray/testArrayReverse<~lib/typedarray/Int64Array,i64> (local $0 i32) @@ -26888,13 +26796,13 @@ local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $1 i32.const 7616 - i32.store $0 + i32.store local.get $1 i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length local.set $5 @@ -26902,12 +26810,12 @@ local.get $5 call $~lib/typedarray/Int64Array#constructor local.tee $4 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $5 call $~lib/typedarray/Int64Array#constructor local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 loop $for-loop|0 local.get $0 local.get $5 @@ -26916,10 +26824,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.get $0 i32.const 7616 @@ -26929,10 +26837,10 @@ call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 local.get $0 i32.const 7616 @@ -26949,7 +26857,7 @@ end global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/typedarray/Int64Array#reverse drop @@ -26962,14 +26870,14 @@ if global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 call $~lib/typedarray/Int64Array#__get local.set $3 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 7616 local.get $5 @@ -26998,22 +26906,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 i32.const 8 call $~lib/typedarray/Int64Array#subarray local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $~lib/typedarray/Int64Array#reverse local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Int64Array#__get @@ -27029,7 +26937,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Int64Array#__get @@ -27045,7 +26953,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Int64Array#__get @@ -27061,7 +26969,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 call $~lib/typedarray/Int64Array#__get @@ -27102,31 +27010,60 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 - i32.const 4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length + local.set $4 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.const 12 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $2 + local.get $0 + i32.load local.tee $3 + i32.store + local.get $2 local.get $3 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $2 + local.get $0 + i32.load offset=4 + i32.const 4 + local.get $4 + local.get $4 i32.const 4 i32.gt_s select - local.set $2 + local.tee $0 + i32.const 3 + i32.shl + i32.add + i32.store offset=4 + local.get $2 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $3 + local.get $4 i32.add local.tee $1 i32.const 0 @@ -27136,63 +27073,28 @@ select else local.get $1 - local.get $3 + local.get $4 local.get $1 - local.get $3 + local.get $4 i32.lt_s select end local.tee $1 - local.get $2 - local.get $1 - local.get $2 - i32.gt_s - select - local.set $1 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.const 12 - call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $3 - local.get $0 - i32.load $0 - local.tee $4 - i32.store $0 - local.get $4 - if - local.get $3 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 - i32.store $0 offset=4 - local.get $3 local.get $0 - i32.load $0 offset=4 - local.get $2 - i32.const 3 - i32.shl - i32.add - i32.store $0 offset=4 - local.get $3 local.get $1 - local.get $2 + i32.lt_s + select + local.get $0 i32.sub i32.const 3 i32.shl - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 ) (func $std/typedarray/testArrayReverse<~lib/typedarray/Uint64Array,u64> (local $0 i32) @@ -27220,13 +27122,13 @@ local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $1 i32.const 7616 - i32.store $0 + i32.store local.get $1 i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length local.set $5 @@ -27234,12 +27136,12 @@ local.get $5 call $~lib/typedarray/Uint64Array#constructor local.tee $4 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $5 call $~lib/typedarray/Uint64Array#constructor local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 loop $for-loop|0 local.get $0 local.get $5 @@ -27248,10 +27150,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.get $0 i32.const 7616 @@ -27261,10 +27163,10 @@ call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 local.get $0 i32.const 7616 @@ -27281,7 +27183,7 @@ end global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/typedarray/Int64Array#reverse drop @@ -27294,14 +27196,14 @@ if global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 call $~lib/typedarray/Uint64Array#__get local.set $3 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 7616 local.get $5 @@ -27330,22 +27232,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 i32.const 8 call $~lib/typedarray/Uint64Array#subarray local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $~lib/typedarray/Int64Array#reverse local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint64Array#__get @@ -27361,7 +27263,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Uint64Array#__get @@ -27377,7 +27279,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Uint64Array#__get @@ -27393,7 +27295,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 call $~lib/typedarray/Uint64Array#__get @@ -27437,16 +27339,16 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int32Array#get:length local.tee $4 @@ -27472,7 +27374,7 @@ i32.shl i32.add local.tee $6 - f32.load $0 + f32.load local.set $3 local.get $6 local.get $2 @@ -27483,11 +27385,11 @@ i32.shl i32.add local.tee $6 - f32.load $0 - f32.store $0 + f32.load + f32.store local.get $6 local.get $3 - f32.store $0 + f32.store local.get $1 i32.const 1 i32.add @@ -27524,31 +27426,60 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 offset=4 - i32.const 4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length + local.set $4 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.const 13 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $2 + local.get $0 + i32.load local.tee $3 + i32.store + local.get $2 local.get $3 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $2 + local.get $0 + i32.load offset=4 + i32.const 4 + local.get $4 + local.get $4 i32.const 4 i32.gt_s select - local.set $2 + local.tee $0 + i32.const 2 + i32.shl + i32.add + i32.store offset=4 + local.get $2 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $3 + local.get $4 i32.add local.tee $1 i32.const 0 @@ -27558,63 +27489,28 @@ select else local.get $1 - local.get $3 + local.get $4 local.get $1 - local.get $3 + local.get $4 i32.lt_s select end local.tee $1 - local.get $2 - local.get $1 - local.get $2 - i32.gt_s - select - local.set $1 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.const 13 - call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store $0 offset=4 - local.get $3 local.get $0 - i32.load $0 - local.tee $4 - i32.store $0 - local.get $4 - if - local.get $3 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 - i32.store $0 offset=4 - local.get $3 - local.get $0 - i32.load $0 offset=4 - local.get $2 - i32.const 2 - i32.shl - i32.add - i32.store $0 offset=4 - local.get $3 local.get $1 - local.get $2 + i32.lt_s + select + local.get $0 i32.sub i32.const 2 i32.shl - i32.store $0 offset=8 - local.get $4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 ) (func $std/typedarray/testArrayReverse<~lib/typedarray/Float32Array,f32> (local $0 i32) @@ -27642,13 +27538,13 @@ local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $1 i32.const 7616 - i32.store $0 + i32.store local.get $1 i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length local.set $5 @@ -27656,12 +27552,12 @@ local.get $5 call $~lib/typedarray/Float32Array#constructor local.tee $4 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $5 call $~lib/typedarray/Float32Array#constructor local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 loop $for-loop|0 local.get $0 local.get $5 @@ -27670,10 +27566,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.get $0 i32.const 7616 @@ -27683,10 +27579,10 @@ call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 local.get $0 i32.const 7616 @@ -27703,7 +27599,7 @@ end global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/typedarray/Float32Array#reverse drop @@ -27716,14 +27612,14 @@ if global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 call $~lib/typedarray/Float32Array#__get local.set $3 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 7616 local.get $5 @@ -27752,22 +27648,22 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 i32.const 8 call $~lib/typedarray/Float32Array#subarray local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $~lib/typedarray/Float32Array#reverse local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -27783,7 +27679,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Float32Array#__get @@ -27799,7 +27695,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Float32Array#__get @@ -27815,7 +27711,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 call $~lib/typedarray/Float32Array#__get @@ -27859,16 +27755,16 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int64Array#get:length local.tee $4 @@ -27894,7 +27790,7 @@ i32.shl i32.add local.tee $6 - f64.load $0 + f64.load local.set $3 local.get $6 local.get $2 @@ -27905,11 +27801,11 @@ i32.shl i32.add local.tee $6 - f64.load $0 - f64.store $0 + f64.load + f64.store local.get $6 local.get $3 - f64.store $0 + f64.store local.get $1 i32.const 1 i32.add @@ -27950,13 +27846,13 @@ local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $1 i32.const 7616 - i32.store $0 + i32.store local.get $1 i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length local.set $5 @@ -27964,12 +27860,12 @@ local.get $5 call $~lib/typedarray/Float64Array#constructor local.tee $4 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $5 call $~lib/typedarray/Float64Array#constructor local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 loop $for-loop|0 local.get $0 local.get $5 @@ -27978,10 +27874,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.get $0 i32.const 7616 @@ -27991,10 +27887,10 @@ call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 local.get $0 i32.const 7616 @@ -28011,7 +27907,7 @@ end global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/typedarray/Float64Array#reverse drop @@ -28024,14 +27920,14 @@ if global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 call $~lib/typedarray/Float64Array#__get local.set $3 global.get $~lib/memory/__stack_pointer i32.const 7616 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 7616 local.get $5 @@ -28060,7 +27956,7 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 i32.const 4 i32.const 8 @@ -28068,15 +27964,15 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $~lib/typedarray/Float64Array#reverse local.tee $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Float64Array#__get @@ -28092,7 +27988,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Float64Array#__get @@ -28108,7 +28004,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Float64Array#__get @@ -28124,7 +28020,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 call $~lib/typedarray/Float64Array#__get @@ -28163,14 +28059,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const -1 local.get $0 call $~lib/typedarray/Int8Array#get:length @@ -28199,9 +28095,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -28212,7 +28108,7 @@ local.get $0 local.get $2 i32.add - i32.load8_u $0 + i32.load8_u local.get $1 i32.const 255 i32.and @@ -28255,14 +28151,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const -1 local.get $0 call $~lib/typedarray/Int8Array#get:length @@ -28288,9 +28184,9 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -28301,7 +28197,7 @@ local.get $0 local.get $2 i32.add - i32.load8_u $0 + i32.load8_u local.get $1 i32.const 255 i32.and @@ -28343,7 +28239,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -28356,14 +28252,14 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $2 end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -28399,13 +28295,13 @@ local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $1 i32.const 7728 - i32.store $0 + i32.store local.get $1 i32.const 7728 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length local.set $3 @@ -28413,7 +28309,7 @@ local.get $3 call $~lib/typedarray/Int8Array#constructor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 loop $for-loop|0 local.get $0 local.get $3 @@ -28422,10 +28318,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7728 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 local.get $0 i32.const 7728 @@ -28442,7 +28338,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 0 @@ -28457,7 +28353,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 11 i32.const 0 @@ -28474,7 +28370,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 i32.const 0 @@ -28491,7 +28387,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 0 @@ -28508,7 +28404,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 2 @@ -28525,7 +28421,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 3 @@ -28542,7 +28438,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -28559,7 +28455,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 10 @@ -28576,7 +28472,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -100 @@ -28593,7 +28489,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -28609,7 +28505,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -28627,7 +28523,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -28645,7 +28541,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -28663,7 +28559,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -28680,7 +28576,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 3 @@ -28697,7 +28593,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 2 @@ -28714,7 +28610,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 100 @@ -28731,7 +28627,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -10 @@ -28748,7 +28644,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -11 @@ -28766,17 +28662,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 i32.const 4 i32.const 9 call $~lib/typedarray/Int8Array#subarray local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 i32.const 0 @@ -28793,7 +28689,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.const 0 @@ -28808,7 +28704,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 0 @@ -28825,7 +28721,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 9 i32.const 0 @@ -28842,7 +28738,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10 i32.const 0 @@ -28859,7 +28755,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11 i32.const 0 @@ -28876,7 +28772,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 1 @@ -28893,7 +28789,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 2 @@ -28937,13 +28833,13 @@ local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $1 i32.const 7728 - i32.store $0 + i32.store local.get $1 i32.const 7728 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length local.set $3 @@ -28951,7 +28847,7 @@ local.get $3 call $~lib/typedarray/Uint8Array#constructor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 loop $for-loop|0 local.get $0 local.get $3 @@ -28960,10 +28856,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7728 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 local.get $0 i32.const 7728 @@ -28981,7 +28877,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 0 @@ -28996,7 +28892,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 11 i32.const 0 @@ -29013,7 +28909,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 i32.const 0 @@ -29030,7 +28926,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 0 @@ -29047,7 +28943,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 2 @@ -29064,7 +28960,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 3 @@ -29081,7 +28977,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -29098,7 +28994,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 10 @@ -29115,7 +29011,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -100 @@ -29132,7 +29028,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -29148,7 +29044,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -29166,7 +29062,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -29184,7 +29080,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -29202,7 +29098,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -29219,7 +29115,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 3 @@ -29236,7 +29132,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 2 @@ -29253,7 +29149,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 100 @@ -29270,7 +29166,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -10 @@ -29287,7 +29183,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -11 @@ -29305,16 +29201,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 i32.const 9 call $~lib/typedarray/Uint8Array#subarray local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 i32.const 0 @@ -29331,7 +29227,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.const 0 @@ -29346,7 +29242,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 0 @@ -29363,7 +29259,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 9 i32.const 0 @@ -29380,7 +29276,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10 i32.const 0 @@ -29397,7 +29293,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11 i32.const 0 @@ -29414,7 +29310,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 1 @@ -29431,7 +29327,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 2 @@ -29475,13 +29371,13 @@ local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $1 i32.const 7728 - i32.store $0 + i32.store local.get $1 i32.const 7728 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length local.set $3 @@ -29489,7 +29385,7 @@ local.get $3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 loop $for-loop|0 local.get $0 local.get $3 @@ -29498,10 +29394,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7728 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 local.get $0 i32.const 7728 @@ -29519,7 +29415,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 0 @@ -29534,7 +29430,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 11 i32.const 0 @@ -29551,7 +29447,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 i32.const 0 @@ -29568,7 +29464,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 0 @@ -29585,7 +29481,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 2 @@ -29602,7 +29498,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 3 @@ -29619,7 +29515,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -29636,7 +29532,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 10 @@ -29653,7 +29549,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -100 @@ -29670,7 +29566,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -29686,7 +29582,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -29704,7 +29600,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -29722,7 +29618,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -29740,7 +29636,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -29757,7 +29653,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 3 @@ -29774,7 +29670,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 2 @@ -29791,7 +29687,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 100 @@ -29808,7 +29704,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -10 @@ -29825,7 +29721,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -11 @@ -29843,16 +29739,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 i32.const 9 call $~lib/typedarray/Uint8ClampedArray#subarray local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 i32.const 0 @@ -29869,7 +29765,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.const 0 @@ -29884,7 +29780,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 0 @@ -29901,7 +29797,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 9 i32.const 0 @@ -29918,7 +29814,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10 i32.const 0 @@ -29935,7 +29831,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11 i32.const 0 @@ -29952,7 +29848,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 1 @@ -29969,7 +29865,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 2 @@ -30009,14 +29905,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const -1 local.get $0 call $~lib/typedarray/Int16Array#get:length @@ -30045,9 +29941,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -30060,7 +29956,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.get $1 i32.const 65535 i32.and @@ -30103,14 +29999,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const -1 local.get $0 call $~lib/typedarray/Int16Array#get:length @@ -30136,9 +30032,9 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -30151,7 +30047,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.get $1 i32.const 65535 i32.and @@ -30193,7 +30089,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -30206,14 +30102,14 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $2 end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -30249,13 +30145,13 @@ local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $1 i32.const 7728 - i32.store $0 + i32.store local.get $1 i32.const 7728 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length local.set $3 @@ -30263,7 +30159,7 @@ local.get $3 call $~lib/typedarray/Int16Array#constructor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 loop $for-loop|0 local.get $0 local.get $3 @@ -30272,10 +30168,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7728 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 local.get $0 i32.const 7728 @@ -30292,7 +30188,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 0 @@ -30307,7 +30203,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 11 i32.const 0 @@ -30324,7 +30220,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 i32.const 0 @@ -30341,7 +30237,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 0 @@ -30358,7 +30254,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 2 @@ -30375,7 +30271,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 3 @@ -30392,7 +30288,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -30409,7 +30305,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 10 @@ -30426,7 +30322,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -100 @@ -30443,7 +30339,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -30459,7 +30355,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -30477,7 +30373,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -30495,7 +30391,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -30513,7 +30409,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -30530,7 +30426,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 3 @@ -30547,7 +30443,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 2 @@ -30564,7 +30460,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 100 @@ -30581,7 +30477,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -10 @@ -30598,7 +30494,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -11 @@ -30616,16 +30512,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 i32.const 9 call $~lib/typedarray/Int16Array#subarray local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 i32.const 0 @@ -30642,7 +30538,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.const 0 @@ -30657,7 +30553,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 0 @@ -30674,7 +30570,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 9 i32.const 0 @@ -30691,7 +30587,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10 i32.const 0 @@ -30708,7 +30604,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11 i32.const 0 @@ -30725,7 +30621,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 1 @@ -30742,7 +30638,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 2 @@ -30786,13 +30682,13 @@ local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $1 i32.const 7728 - i32.store $0 + i32.store local.get $1 i32.const 7728 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length local.set $3 @@ -30800,7 +30696,7 @@ local.get $3 call $~lib/typedarray/Uint16Array#constructor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 loop $for-loop|0 local.get $0 local.get $3 @@ -30809,10 +30705,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7728 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 local.get $0 i32.const 7728 @@ -30830,7 +30726,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 0 @@ -30845,7 +30741,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 11 i32.const 0 @@ -30862,7 +30758,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 i32.const 0 @@ -30879,7 +30775,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 0 @@ -30896,7 +30792,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 2 @@ -30913,7 +30809,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 3 @@ -30930,7 +30826,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -30947,7 +30843,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 10 @@ -30964,7 +30860,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -100 @@ -30981,7 +30877,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -30997,7 +30893,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -31015,7 +30911,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -31033,7 +30929,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -31051,7 +30947,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -31068,7 +30964,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 3 @@ -31085,7 +30981,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 2 @@ -31102,7 +30998,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 100 @@ -31119,7 +31015,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -10 @@ -31136,7 +31032,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -11 @@ -31154,16 +31050,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 i32.const 9 call $~lib/typedarray/Uint16Array#subarray local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 i32.const 0 @@ -31180,7 +31076,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.const 0 @@ -31195,7 +31091,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 0 @@ -31212,7 +31108,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 9 i32.const 0 @@ -31229,7 +31125,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10 i32.const 0 @@ -31246,7 +31142,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11 i32.const 0 @@ -31263,7 +31159,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 1 @@ -31280,7 +31176,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 2 @@ -31320,14 +31216,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const -1 local.get $0 call $~lib/typedarray/Int32Array#get:length @@ -31356,9 +31252,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -31371,7 +31267,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $1 i32.eq br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 @@ -31412,14 +31308,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const -1 local.get $0 call $~lib/typedarray/Int32Array#get:length @@ -31445,9 +31341,9 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -31460,7 +31356,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $1 i32.eq br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 @@ -31500,7 +31396,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -31513,14 +31409,14 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $2 end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -31556,13 +31452,13 @@ local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $1 i32.const 7728 - i32.store $0 + i32.store local.get $1 i32.const 7728 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length local.set $3 @@ -31570,7 +31466,7 @@ local.get $3 call $~lib/typedarray/Int32Array#constructor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 loop $for-loop|0 local.get $0 local.get $3 @@ -31579,10 +31475,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7728 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 local.get $0 i32.const 7728 @@ -31598,7 +31494,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 0 @@ -31613,7 +31509,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 11 i32.const 0 @@ -31630,7 +31526,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 i32.const 0 @@ -31647,7 +31543,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 0 @@ -31664,7 +31560,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 2 @@ -31681,7 +31577,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 3 @@ -31698,7 +31594,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -31715,7 +31611,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 10 @@ -31732,7 +31628,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -100 @@ -31749,7 +31645,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -31765,7 +31661,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -31783,7 +31679,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -31801,7 +31697,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -31819,7 +31715,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -31836,7 +31732,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 3 @@ -31853,7 +31749,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 2 @@ -31870,7 +31766,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 100 @@ -31887,7 +31783,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -10 @@ -31904,7 +31800,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -11 @@ -31922,17 +31818,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 i32.const 4 i32.const 9 call $~lib/typedarray/Int32Array#subarray local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 i32.const 0 @@ -31949,7 +31845,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.const 0 @@ -31964,7 +31860,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 0 @@ -31981,7 +31877,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 9 i32.const 0 @@ -31998,7 +31894,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10 i32.const 0 @@ -32015,7 +31911,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11 i32.const 0 @@ -32032,7 +31928,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 1 @@ -32049,7 +31945,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 2 @@ -32089,14 +31985,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const -1 local.get $0 call $~lib/typedarray/Int32Array#get:length @@ -32125,9 +32021,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -32140,7 +32036,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $1 i32.eq br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 @@ -32181,14 +32077,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const -1 local.get $0 call $~lib/typedarray/Int32Array#get:length @@ -32214,9 +32110,9 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -32229,7 +32125,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.get $1 i32.eq br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 @@ -32269,7 +32165,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -32282,14 +32178,14 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $2 end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -32325,13 +32221,13 @@ local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $1 i32.const 7728 - i32.store $0 + i32.store local.get $1 i32.const 7728 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length local.set $3 @@ -32339,7 +32235,7 @@ local.get $3 call $~lib/typedarray/Uint32Array#constructor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 loop $for-loop|0 local.get $0 local.get $3 @@ -32348,10 +32244,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7728 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 local.get $0 i32.const 7728 @@ -32367,7 +32263,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 0 @@ -32382,7 +32278,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 11 i32.const 0 @@ -32399,7 +32295,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const -1 i32.const 0 @@ -32416,7 +32312,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 0 @@ -32433,7 +32329,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 2 @@ -32450,7 +32346,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 3 @@ -32467,7 +32363,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -32484,7 +32380,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 10 @@ -32501,7 +32397,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -100 @@ -32518,7 +32414,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -32534,7 +32430,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -32552,7 +32448,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -32570,7 +32466,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -32588,7 +32484,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 4 @@ -32605,7 +32501,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 3 @@ -32622,7 +32518,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 2 @@ -32639,7 +32535,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 100 @@ -32656,7 +32552,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -10 @@ -32673,7 +32569,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const -11 @@ -32691,16 +32587,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 i32.const 9 call $~lib/typedarray/Uint32Array#subarray local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 i32.const 0 @@ -32717,7 +32613,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.const 0 @@ -32732,7 +32628,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 0 @@ -32749,7 +32645,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 9 i32.const 0 @@ -32766,7 +32662,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10 i32.const 0 @@ -32783,7 +32679,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11 i32.const 0 @@ -32800,7 +32696,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 1 @@ -32817,7 +32713,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5 i32.const 2 @@ -32857,14 +32753,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const -1 local.get $0 call $~lib/typedarray/Int64Array#get:length @@ -32893,9 +32789,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -32908,7 +32804,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $1 i64.eq br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 @@ -32949,14 +32845,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const -1 local.get $0 call $~lib/typedarray/Int64Array#get:length @@ -32982,9 +32878,9 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -32997,7 +32893,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $1 i64.eq br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 @@ -33037,7 +32933,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -33050,14 +32946,14 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $2 end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -33093,13 +32989,13 @@ local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $1 i32.const 7728 - i32.store $0 + i32.store local.get $1 i32.const 7728 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length local.set $3 @@ -33107,7 +33003,7 @@ local.get $3 call $~lib/typedarray/Int64Array#constructor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 loop $for-loop|0 local.get $0 local.get $3 @@ -33116,10 +33012,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7728 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 local.get $0 i32.const 7728 @@ -33136,7 +33032,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 0 i32.const 0 @@ -33151,7 +33047,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 11 i32.const 0 @@ -33168,7 +33064,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const -1 i32.const 0 @@ -33185,7 +33081,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 3 i32.const 0 @@ -33202,7 +33098,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 3 i32.const 2 @@ -33219,7 +33115,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 3 i32.const 3 @@ -33236,7 +33132,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 3 i32.const 4 @@ -33253,7 +33149,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 1 i32.const 10 @@ -33270,7 +33166,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 1 i32.const -100 @@ -33287,7 +33183,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -33303,7 +33199,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -33321,7 +33217,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -33339,7 +33235,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -33357,7 +33253,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 3 i32.const 4 @@ -33374,7 +33270,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 3 i32.const 3 @@ -33391,7 +33287,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 3 i32.const 2 @@ -33408,7 +33304,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 1 i32.const 100 @@ -33425,7 +33321,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 1 i32.const -10 @@ -33442,7 +33338,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 1 i32.const -11 @@ -33460,16 +33356,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 i32.const 9 call $~lib/typedarray/Int64Array#subarray local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 3 i32.const 0 @@ -33486,7 +33382,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 4 i32.const 0 @@ -33501,7 +33397,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 5 i32.const 0 @@ -33518,7 +33414,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 9 i32.const 0 @@ -33535,7 +33431,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 10 i32.const 0 @@ -33552,7 +33448,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 11 i32.const 0 @@ -33569,7 +33465,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 5 i32.const 1 @@ -33586,7 +33482,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 5 i32.const 2 @@ -33626,14 +33522,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const -1 local.get $0 call $~lib/typedarray/Int64Array#get:length @@ -33662,9 +33558,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -33677,7 +33573,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $1 i64.eq br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 @@ -33718,14 +33614,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const -1 local.get $0 call $~lib/typedarray/Int64Array#get:length @@ -33751,9 +33647,9 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -33766,7 +33662,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.get $1 i64.eq br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 @@ -33806,7 +33702,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -33819,14 +33715,14 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $2 end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -33862,13 +33758,13 @@ local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $1 i32.const 7728 - i32.store $0 + i32.store local.get $1 i32.const 7728 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length local.set $3 @@ -33876,7 +33772,7 @@ local.get $3 call $~lib/typedarray/Uint64Array#constructor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 loop $for-loop|0 local.get $0 local.get $3 @@ -33885,10 +33781,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7728 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 local.get $0 i32.const 7728 @@ -33905,7 +33801,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 0 i32.const 0 @@ -33920,7 +33816,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 11 i32.const 0 @@ -33937,7 +33833,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const -1 i32.const 0 @@ -33954,7 +33850,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 3 i32.const 0 @@ -33971,7 +33867,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 3 i32.const 2 @@ -33988,7 +33884,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 3 i32.const 3 @@ -34005,7 +33901,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 3 i32.const 4 @@ -34022,7 +33918,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 1 i32.const 10 @@ -34039,7 +33935,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 1 i32.const -100 @@ -34056,7 +33952,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -34072,7 +33968,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -34090,7 +33986,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -34108,7 +34004,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -34126,7 +34022,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 3 i32.const 4 @@ -34143,7 +34039,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 3 i32.const 3 @@ -34160,7 +34056,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 3 i32.const 2 @@ -34177,7 +34073,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 1 i32.const 100 @@ -34194,7 +34090,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 1 i32.const -10 @@ -34211,7 +34107,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i64.const 1 i32.const -11 @@ -34229,16 +34125,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 i32.const 9 call $~lib/typedarray/Uint64Array#subarray local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 3 i32.const 0 @@ -34255,7 +34151,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 4 i32.const 0 @@ -34270,7 +34166,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 5 i32.const 0 @@ -34287,7 +34183,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 9 i32.const 0 @@ -34304,7 +34200,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 10 i32.const 0 @@ -34321,7 +34217,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 11 i32.const 0 @@ -34338,7 +34234,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 5 i32.const 1 @@ -34355,7 +34251,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i64.const 5 i32.const 2 @@ -34395,14 +34291,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const -1 local.get $0 call $~lib/typedarray/Int32Array#get:length @@ -34431,9 +34327,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -34446,7 +34342,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.get $1 f32.eq br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 @@ -34487,14 +34383,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const -1 local.get $0 call $~lib/typedarray/Int32Array#get:length @@ -34520,9 +34416,9 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -34535,7 +34431,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.get $1 f32.eq br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 @@ -34575,7 +34471,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -34588,14 +34484,14 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $2 end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -34631,13 +34527,13 @@ local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $1 i32.const 7728 - i32.store $0 + i32.store local.get $1 i32.const 7728 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length local.set $3 @@ -34645,7 +34541,7 @@ local.get $3 call $~lib/typedarray/Float32Array#constructor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 loop $for-loop|0 local.get $0 local.get $3 @@ -34654,10 +34550,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7728 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 local.get $0 i32.const 7728 @@ -34674,7 +34570,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 0 i32.const 0 @@ -34689,7 +34585,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 11 i32.const 0 @@ -34706,7 +34602,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const -1 i32.const 0 @@ -34723,7 +34619,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 3 i32.const 0 @@ -34740,7 +34636,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 3 i32.const 2 @@ -34757,7 +34653,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 3 i32.const 3 @@ -34774,7 +34670,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 3 i32.const 4 @@ -34791,7 +34687,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 1 i32.const 10 @@ -34808,7 +34704,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 1 i32.const -100 @@ -34825,7 +34721,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -34841,7 +34737,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -34859,7 +34755,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -34877,7 +34773,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -34895,7 +34791,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 3 i32.const 4 @@ -34912,7 +34808,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 3 i32.const 3 @@ -34929,7 +34825,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 3 i32.const 2 @@ -34946,7 +34842,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 1 i32.const 100 @@ -34963,7 +34859,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 1 i32.const -10 @@ -34980,7 +34876,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const 1 i32.const -11 @@ -34998,16 +34894,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 i32.const 9 call $~lib/typedarray/Float32Array#subarray local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f32.const 3 i32.const 0 @@ -35024,7 +34920,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f32.const 4 i32.const 0 @@ -35039,7 +34935,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f32.const 5 i32.const 0 @@ -35056,7 +34952,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f32.const 9 i32.const 0 @@ -35073,7 +34969,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f32.const 10 i32.const 0 @@ -35090,7 +34986,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f32.const 11 i32.const 0 @@ -35107,7 +35003,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f32.const 5 i32.const 1 @@ -35124,7 +35020,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f32.const 5 i32.const 2 @@ -35164,14 +35060,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const -1 local.get $0 call $~lib/typedarray/Int64Array#get:length @@ -35200,9 +35096,9 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -35215,7 +35111,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.get $1 f64.eq br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 @@ -35256,14 +35152,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const -1 local.get $0 call $~lib/typedarray/Int64Array#get:length @@ -35289,9 +35185,9 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 loop $while-continue|0 local.get $2 @@ -35304,7 +35200,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.get $1 f64.eq br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 @@ -35344,7 +35240,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $1of1 block $0of1 block $outOfRange @@ -35357,14 +35253,14 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $2 end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 local.get $2 @@ -35400,13 +35296,13 @@ local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $1 i32.const 7728 - i32.store $0 + i32.store local.get $1 i32.const 7728 - i32.store $0 offset=4 + i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length local.set $3 @@ -35414,7 +35310,7 @@ local.get $3 call $~lib/typedarray/Float64Array#constructor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 loop $for-loop|0 local.get $0 local.get $3 @@ -35423,10 +35319,10 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 7728 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 local.get $0 i32.const 7728 @@ -35443,7 +35339,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 0 i32.const 0 @@ -35458,7 +35354,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 11 i32.const 0 @@ -35475,7 +35371,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const -1 i32.const 0 @@ -35492,7 +35388,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 3 i32.const 0 @@ -35509,7 +35405,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 3 i32.const 2 @@ -35526,7 +35422,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 3 i32.const 3 @@ -35543,7 +35439,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 3 i32.const 4 @@ -35560,7 +35456,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 1 i32.const 10 @@ -35577,7 +35473,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 1 i32.const -100 @@ -35594,7 +35490,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -35610,7 +35506,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -35628,7 +35524,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -35646,7 +35542,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $1 @@ -35664,7 +35560,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 3 i32.const 4 @@ -35681,7 +35577,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 3 i32.const 3 @@ -35698,7 +35594,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 3 i32.const 2 @@ -35715,7 +35611,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 1 i32.const 100 @@ -35732,7 +35628,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 1 i32.const -10 @@ -35749,7 +35645,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const 1 i32.const -11 @@ -35767,17 +35663,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 i32.const 4 i32.const 9 call $~lib/typedarray/Float64Array#subarray local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f64.const 3 i32.const 0 @@ -35794,7 +35690,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f64.const 4 i32.const 0 @@ -35809,7 +35705,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f64.const 5 i32.const 0 @@ -35826,7 +35722,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f64.const 9 i32.const 0 @@ -35843,7 +35739,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f64.const 10 i32.const 0 @@ -35860,7 +35756,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f64.const 11 i32.const 0 @@ -35877,7 +35773,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f64.const 5 i32.const 1 @@ -35894,7 +35790,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 f64.const 5 i32.const 2 @@ -35918,6 +35814,7 @@ (local $2 i32) (local $3 i32) (local $4 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -35934,12 +35831,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $3 i64.const 0 - i64.store $0 - local.get $2 + i64.store + local.get $3 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 0 local.get $1 @@ -35950,7 +35847,7 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.tee $1 @@ -35966,7 +35863,7 @@ select i32.const 1 i32.shl - local.set $3 + local.set $4 local.get $2 i32.const 0 local.get $2 @@ -35975,22 +35872,22 @@ select i32.const 1 i32.shl - local.tee $4 - local.get $3 + local.tee $5 + local.get $4 i32.sub local.tee $2 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 return end - local.get $3 - i32.eqz local.get $4 + i32.eqz + local.get $5 local.get $1 i32.const 1 i32.shl @@ -36009,13 +35906,13 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - local.get $3 + local.get $4 i32.add local.get $2 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -36041,23 +35938,23 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $0 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 - block $__inlined_func$~lib/util/string/joinIntegerArray (result i32) + i32.store + block $__inlined_func$~lib/util/string/joinIntegerArray$6 (result i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -36067,8 +35964,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1 i32.sub @@ -36076,19 +35974,19 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$6 end block $folding-inner0 local.get $5 i32.eqz if local.get $3 - i32.load8_s $0 + i32.load8_s call $~lib/util/number/itoa32 local.set $0 br $folding-inner0 @@ -36096,26 +35994,26 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 9584 - i32.store $0 + i32.store local.get $0 i32.const 9580 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $6 + local.tee $0 i32.const 11 i32.add local.get $5 i32.mul i32.const 11 i32.add - local.tee $0 + local.tee $6 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 local.get $2 local.get $5 @@ -36129,12 +36027,12 @@ local.get $2 local.get $3 i32.add - i32.load8_s $0 + i32.load8_s call $~lib/util/number/itoa_buffered local.get $1 i32.add local.set $1 - local.get $6 + local.get $0 if local.get $4 local.get $1 @@ -36142,12 +36040,12 @@ i32.shl i32.add i32.const 9584 - local.get $6 + local.get $0 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy + local.get $0 local.get $1 - local.get $6 i32.add local.set $1 end @@ -36158,7 +36056,7 @@ br $for-loop|0 end end - local.get $0 + local.get $6 local.get $4 local.get $1 i32.const 1 @@ -36167,7 +36065,7 @@ local.get $3 local.get $5 i32.add - i32.load8_s $0 + i32.load8_s call $~lib/util/number/itoa_buffered local.get $1 i32.add @@ -36176,7 +36074,7 @@ if global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $0 call $~lib/string/String#substring @@ -36188,7 +36086,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $4 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$6 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -36232,13 +36130,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -36253,55 +36152,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -36322,7 +36225,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$714 loop $while-continue|1 local.get $0 local.tee $3 @@ -36332,17 +36235,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$714 local.get $2 i32.const 2 i32.add @@ -36390,23 +36293,23 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $0 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 - block $__inlined_func$~lib/util/string/joinIntegerArray (result i32) + i32.store + block $__inlined_func$~lib/util/string/joinIntegerArray$7 (result i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -36416,8 +36319,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1 i32.sub @@ -36425,19 +36329,19 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$7 end block $folding-inner0 local.get $5 i32.eqz if local.get $3 - i32.load8_u $0 + i32.load8_u call $~lib/util/number/utoa32 local.set $0 br $folding-inner0 @@ -36445,26 +36349,26 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 9584 - i32.store $0 + i32.store local.get $0 i32.const 9580 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $6 + local.tee $0 i32.const 10 i32.add local.get $5 i32.mul i32.const 10 i32.add - local.tee $0 + local.tee $6 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 local.get $2 local.get $5 @@ -36478,12 +36382,12 @@ local.get $2 local.get $3 i32.add - i32.load8_u $0 + i32.load8_u call $~lib/util/number/itoa_buffered local.get $1 i32.add local.set $1 - local.get $6 + local.get $0 if local.get $4 local.get $1 @@ -36491,12 +36395,12 @@ i32.shl i32.add i32.const 9584 - local.get $6 + local.get $0 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy + local.get $0 local.get $1 - local.get $6 i32.add local.set $1 end @@ -36507,7 +36411,7 @@ br $for-loop|0 end end - local.get $0 + local.get $6 local.get $4 local.get $1 i32.const 1 @@ -36516,7 +36420,7 @@ local.get $3 local.get $5 i32.add - i32.load8_u $0 + i32.load8_u call $~lib/util/number/itoa_buffered local.get $1 i32.add @@ -36525,7 +36429,7 @@ if global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $0 call $~lib/string/String#substring @@ -36537,7 +36441,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $4 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$7 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -36580,13 +36484,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 9584 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Uint8Array#join local.set $0 @@ -36615,23 +36519,23 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $0 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 - block $__inlined_func$~lib/util/string/joinIntegerArray (result i32) + i32.store + block $__inlined_func$~lib/util/string/joinIntegerArray$8 (result i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -36641,8 +36545,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1 i32.sub @@ -36650,19 +36555,19 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$8 end block $folding-inner0 local.get $5 i32.eqz if local.get $3 - i32.load16_s $0 + i32.load16_s call $~lib/util/number/itoa32 local.set $0 br $folding-inner0 @@ -36670,26 +36575,26 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 9584 - i32.store $0 + i32.store local.get $0 i32.const 9580 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $6 + local.tee $0 i32.const 11 i32.add local.get $5 i32.mul i32.const 11 i32.add - local.tee $0 + local.tee $6 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 local.get $2 local.get $5 @@ -36705,12 +36610,12 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s call $~lib/util/number/itoa_buffered local.get $1 i32.add local.set $1 - local.get $6 + local.get $0 if local.get $4 local.get $1 @@ -36718,12 +36623,12 @@ i32.shl i32.add i32.const 9584 - local.get $6 + local.get $0 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy + local.get $0 local.get $1 - local.get $6 i32.add local.set $1 end @@ -36734,7 +36639,7 @@ br $for-loop|0 end end - local.get $0 + local.get $6 local.get $4 local.get $1 i32.const 1 @@ -36745,7 +36650,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s call $~lib/util/number/itoa_buffered local.get $1 i32.add @@ -36754,7 +36659,7 @@ if global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $0 call $~lib/string/String#substring @@ -36766,7 +36671,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $4 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$8 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -36808,23 +36713,23 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $0 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 - block $__inlined_func$~lib/util/string/joinIntegerArray (result i32) + i32.store + block $__inlined_func$~lib/util/string/joinIntegerArray$9 (result i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -36834,8 +36739,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1 i32.sub @@ -36843,19 +36749,19 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$9 end block $folding-inner0 local.get $5 i32.eqz if local.get $3 - i32.load16_u $0 + i32.load16_u call $~lib/util/number/utoa32 local.set $0 br $folding-inner0 @@ -36863,26 +36769,26 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 9584 - i32.store $0 + i32.store local.get $0 i32.const 9580 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $6 + local.tee $0 i32.const 10 i32.add local.get $5 i32.mul i32.const 10 i32.add - local.tee $0 + local.tee $6 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 local.get $2 local.get $5 @@ -36898,12 +36804,12 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u call $~lib/util/number/itoa_buffered local.get $1 i32.add local.set $1 - local.get $6 + local.get $0 if local.get $4 local.get $1 @@ -36911,12 +36817,12 @@ i32.shl i32.add i32.const 9584 - local.get $6 + local.get $0 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy + local.get $0 local.get $1 - local.get $6 i32.add local.set $1 end @@ -36927,7 +36833,7 @@ br $for-loop|0 end end - local.get $0 + local.get $6 local.get $4 local.get $1 i32.const 1 @@ -36938,7 +36844,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u call $~lib/util/number/itoa_buffered local.get $1 i32.add @@ -36947,7 +36853,7 @@ if global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $0 call $~lib/string/String#substring @@ -36959,7 +36865,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $4 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$9 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -37001,23 +36907,23 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $0 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 - block $__inlined_func$~lib/util/string/joinIntegerArray (result i32) + i32.store + block $__inlined_func$~lib/util/string/joinIntegerArray$10 (result i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -37027,8 +36933,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1 i32.sub @@ -37036,19 +36943,19 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$10 end block $folding-inner0 local.get $5 i32.eqz if local.get $3 - i32.load $0 + i32.load call $~lib/util/number/itoa32 local.set $0 br $folding-inner0 @@ -37056,26 +36963,26 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 9584 - i32.store $0 + i32.store local.get $0 i32.const 9580 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $6 + local.tee $0 i32.const 11 i32.add local.get $5 i32.mul i32.const 11 i32.add - local.tee $0 + local.tee $6 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 local.get $2 local.get $5 @@ -37091,12 +36998,12 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load call $~lib/util/number/itoa_buffered local.get $1 i32.add local.set $1 - local.get $6 + local.get $0 if local.get $4 local.get $1 @@ -37104,12 +37011,12 @@ i32.shl i32.add i32.const 9584 - local.get $6 + local.get $0 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy + local.get $0 local.get $1 - local.get $6 i32.add local.set $1 end @@ -37120,7 +37027,7 @@ br $for-loop|0 end end - local.get $0 + local.get $6 local.get $4 local.get $1 i32.const 1 @@ -37131,7 +37038,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load call $~lib/util/number/itoa_buffered local.get $1 i32.add @@ -37140,7 +37047,7 @@ if global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $0 call $~lib/string/String#substring @@ -37152,7 +37059,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $4 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$10 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -37194,23 +37101,23 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $4 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $0 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 - block $__inlined_func$~lib/util/string/joinIntegerArray (result i32) + i32.store + block $__inlined_func$~lib/util/string/joinIntegerArray$11 (result i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -37220,8 +37127,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1 i32.sub @@ -37229,19 +37137,19 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$11 end block $folding-inner0 local.get $5 i32.eqz if local.get $3 - i32.load $0 + i32.load call $~lib/util/number/utoa32 local.set $0 br $folding-inner0 @@ -37249,26 +37157,26 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 9584 - i32.store $0 + i32.store local.get $0 i32.const 9580 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $6 + local.tee $0 i32.const 10 i32.add local.get $5 i32.mul i32.const 10 i32.add - local.tee $0 + local.tee $6 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 local.get $2 local.get $5 @@ -37284,12 +37192,12 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load call $~lib/util/number/itoa_buffered local.get $1 i32.add local.set $1 - local.get $6 + local.get $0 if local.get $4 local.get $1 @@ -37297,12 +37205,12 @@ i32.shl i32.add i32.const 9584 - local.get $6 + local.get $0 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy + local.get $0 local.get $1 - local.get $6 i32.add local.set $1 end @@ -37313,7 +37221,7 @@ br $for-loop|0 end end - local.get $0 + local.get $6 local.get $4 local.get $1 i32.const 1 @@ -37324,7 +37232,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load call $~lib/util/number/itoa_buffered local.get $1 i32.add @@ -37333,7 +37241,7 @@ if global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 local.get $0 call $~lib/string/String#substring @@ -37345,7 +37253,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $4 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$11 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -37388,22 +37296,22 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 - local.set $5 + i32.load offset=4 + local.set $6 local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -37413,31 +37321,32 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $0 i64.const 0 - i64.store $0 - block $__inlined_func$~lib/util/string/joinIntegerArray - local.get $0 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$12 + local.get $2 i32.const 1 i32.sub - local.tee $4 + local.tee $5 i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $0 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 local.set $0 - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$12 end block $folding-inner0 - local.get $4 + local.get $5 i32.eqz if block $__inlined_func$~lib/util/number/itoa64 (result i32) - local.get $5 - i64.load $0 + local.get $6 + i64.load i64.extend32_s local.set $3 global.get $~lib/memory/__stack_pointer @@ -37449,12 +37358,13 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $3 i64.eqz if - global.get $~lib/memory/__stack_pointer + local.get $0 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -37534,7 +37444,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store local.get $1 local.get $4 i32.add @@ -37601,7 +37511,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store local.get $1 local.get $4 i32.add @@ -37613,7 +37523,7 @@ if local.get $1 i32.const 45 - i32.store16 $0 + i32.store16 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -37627,28 +37537,28 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 9584 - i32.store $0 + i32.store local.get $0 i32.const 9580 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $2 + local.tee $4 i32.const 21 i32.add - local.get $4 + local.get $5 i32.mul i32.const 21 i32.add - local.tee $6 + local.tee $2 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 - local.get $4 + local.get $5 local.get $7 i32.gt_s if @@ -37657,17 +37567,17 @@ i32.const 1 i32.shl i32.add - local.get $5 + local.get $6 local.get $7 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load call $~lib/util/number/itoa_buffered local.get $1 i32.add local.set $1 - local.get $2 + local.get $4 if local.get $0 local.get $1 @@ -37675,12 +37585,12 @@ i32.shl i32.add i32.const 9584 - local.get $2 + local.get $4 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $1 - local.get $2 + local.get $4 i32.add local.set $1 end @@ -37696,22 +37606,22 @@ i32.const 1 i32.shl i32.add + local.get $6 local.get $5 - local.get $4 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load call $~lib/util/number/itoa_buffered local.get $1 i32.add local.tee $1 - local.get $6 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 call $~lib/string/String#substring @@ -37722,7 +37632,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray + br $__inlined_func$~lib/util/string/joinIntegerArray$12 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -37761,8 +37671,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 1 i32.sub @@ -37770,7 +37681,7 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $5 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -37781,7 +37692,7 @@ i32.eqz if local.get $0 - i64.load $0 + i64.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -37792,19 +37703,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $0 i32.const 0 - i32.store $0 - block $__inlined_func$~lib/util/number/utoa64 + i32.store + block $__inlined_func$~lib/util/number/utoa64$749 local.get $3 i64.eqz if - global.get $~lib/memory/__stack_pointer + local.get $0 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 8000 local.set $1 - br $__inlined_func$~lib/util/number/utoa64 + br $__inlined_func$~lib/util/number/utoa64$749 end local.get $3 i64.const 4294967295 @@ -37865,7 +37777,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store local.get $1 local.get $0 local.get $2 @@ -37928,7 +37840,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store local.get $1 local.get $3 local.get $0 @@ -37944,26 +37856,26 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 9584 - i32.store $0 + i32.store local.get $1 i32.const 9580 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $7 + local.tee $1 i32.const 20 i32.add local.get $6 i32.mul i32.const 20 i32.add - local.tee $1 + local.tee $7 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new local.tee $5 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 local.get $4 local.get $6 @@ -37979,12 +37891,12 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load call $~lib/util/number/itoa_buffered local.get $2 i32.add local.set $2 - local.get $7 + local.get $1 if local.get $5 local.get $2 @@ -37992,12 +37904,12 @@ i32.shl i32.add i32.const 9584 - local.get $7 + local.get $1 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy + local.get $1 local.get $2 - local.get $7 i32.add local.set $2 end @@ -38008,7 +37920,7 @@ br $for-loop|0 end end - local.get $1 + local.get $7 local.get $5 local.get $2 i32.const 1 @@ -38019,7 +37931,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load call $~lib/util/number/itoa_buffered local.get $2 i32.add @@ -38028,7 +37940,7 @@ if global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 + i32.store local.get $5 local.get $0 call $~lib/string/String#substring @@ -38076,22 +37988,22 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $0 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 + i32.store local.get $2 local.get $0 call $~lib/util/string/joinIntegerArray @@ -38121,22 +38033,22 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $6 local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -38146,29 +38058,30 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $0 i64.const 0 - i64.store $0 - block $__inlined_func$~lib/util/string/joinFloatArray - local.get $0 + i64.store + block $__inlined_func$~lib/util/string/joinFloatArray$1393 + local.get $2 i32.const 1 i32.sub - local.tee $2 + local.tee $3 i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $0 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 local.set $0 - br $__inlined_func$~lib/util/string/joinFloatArray + br $__inlined_func$~lib/util/string/joinFloatArray$1393 end - local.get $2 + local.get $3 i32.eqz if local.get $6 - f32.load $0 + f32.load f64.promote_f32 call $~lib/util/number/dtoa local.set $0 @@ -38176,34 +38089,34 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinFloatArray + br $__inlined_func$~lib/util/string/joinFloatArray$1393 end global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 9584 - i32.store $0 + i32.store local.get $0 i32.const 9580 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $5 + local.tee $2 i32.const 28 i32.add - local.get $2 + local.get $3 i32.mul i32.const 28 i32.add - local.tee $3 + local.tee $4 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 - local.get $2 - local.get $4 + local.get $3 + local.get $5 i32.gt_s if local.get $0 @@ -38212,17 +38125,17 @@ i32.shl i32.add local.get $6 - local.get $4 + local.get $5 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load f64.promote_f32 call $~lib/util/number/dtoa_buffered local.get $1 i32.add local.set $1 - local.get $5 + local.get $2 if local.get $0 local.get $1 @@ -38230,34 +38143,34 @@ i32.shl i32.add i32.const 9584 - local.get $5 + local.get $2 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $1 - local.get $5 + local.get $2 i32.add local.set $1 end - local.get $4 + local.get $5 i32.const 1 i32.add - local.set $4 + local.set $5 br $for-loop|0 end end - local.get $3 + local.get $4 local.get $0 local.get $1 i32.const 1 i32.shl i32.add local.get $6 - local.get $2 + local.get $3 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load f64.promote_f32 call $~lib/util/number/dtoa_buffered local.get $1 @@ -38267,7 +38180,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 call $~lib/string/String#substring @@ -38276,7 +38189,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinFloatArray + br $__inlined_func$~lib/util/string/joinFloatArray$1393 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -38316,22 +38229,22 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $6 local.get $2 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -38341,63 +38254,64 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $0 i64.const 0 - i64.store $0 - block $__inlined_func$~lib/util/string/joinFloatArray - local.get $0 + i64.store + block $__inlined_func$~lib/util/string/joinFloatArray$1394 + local.get $2 i32.const 1 i32.sub - local.tee $2 + local.tee $3 i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $0 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 local.set $0 - br $__inlined_func$~lib/util/string/joinFloatArray + br $__inlined_func$~lib/util/string/joinFloatArray$1394 end - local.get $2 + local.get $3 i32.eqz if local.get $6 - f64.load $0 + f64.load call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinFloatArray + br $__inlined_func$~lib/util/string/joinFloatArray$1394 end global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 9584 - i32.store $0 + i32.store local.get $0 i32.const 9580 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $5 + local.tee $2 i32.const 28 i32.add - local.get $2 + local.get $3 i32.mul i32.const 28 i32.add - local.tee $3 + local.tee $4 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 loop $for-loop|0 - local.get $2 - local.get $4 + local.get $3 + local.get $5 i32.gt_s if local.get $0 @@ -38406,16 +38320,16 @@ i32.shl i32.add local.get $6 - local.get $4 + local.get $5 i32.const 3 i32.shl i32.add - f64.load $0 + f64.load call $~lib/util/number/dtoa_buffered local.get $1 i32.add local.set $1 - local.get $5 + local.get $2 if local.get $0 local.get $1 @@ -38423,34 +38337,34 @@ i32.shl i32.add i32.const 9584 - local.get $5 + local.get $2 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $1 - local.get $5 + local.get $2 i32.add local.set $1 end - local.get $4 + local.get $5 i32.const 1 i32.add - local.set $4 + local.set $5 br $for-loop|0 end end - local.get $3 + local.get $4 local.get $0 local.get $1 i32.const 1 i32.shl i32.add local.get $6 - local.get $2 + local.get $3 i32.const 3 i32.shl i32.add - f64.load $0 + f64.load call $~lib/util/number/dtoa_buffered local.get $1 i32.add @@ -38459,7 +38373,7 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $1 call $~lib/string/String#substring @@ -38468,7 +38382,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinFloatArray + br $__inlined_func$~lib/util/string/joinFloatArray$1394 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -38503,7 +38417,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $2of2 block $1of2 block $0of2 @@ -38524,7 +38438,7 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 i32.const 12 i32.sub @@ -38536,20 +38450,20 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 local.tee $3 local.get $1 i32.lt_u @@ -38601,24 +38515,21 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store + local.get $3 local.get $0 - if - local.get $3 - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link local.get $3 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 local.get $1 i32.add - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -38657,14 +38568,14 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 local.set $3 local.get $1 i32.const 0 @@ -38722,13 +38633,13 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $0 local.get $1 i32.add local.get $2 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -38742,8 +38653,6 @@ (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) - (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -38754,91 +38663,89 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 - local.get $0 + memory.fill + local.get $1 i32.const 10928 - i32.store $0 - local.get $0 + i32.store + local.get $1 i32.const 10928 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $5 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 call $~lib/typedarray/Int8Array#constructor - local.tee $7 - i32.store $0 offset=8 + local.tee $2 + i32.store offset=8 loop $for-loop|0 - local.get $5 - local.get $6 - i32.gt_s + local.get $0 + local.get $1 + i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $7 - i32.store $0 offset=4 - local.get $0 + local.tee $3 + local.get $2 + i32.store offset=4 + local.get $3 i32.const 10928 - i32.store $0 offset=12 - local.get $7 - local.get $6 + i32.store offset=12 + local.get $2 + local.get $0 i32.const 10928 - local.get $6 + local.get $0 call $~lib/array/Array#__get i32.extend8_s call $~lib/typedarray/Int8Array#__set - local.get $6 + local.get $0 i32.const 1 i32.add - local.set $6 + local.set $0 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $7 - i32.store $0 offset=12 - local.get $4 - local.get $7 - i32.load $0 + local.tee $0 + local.get $2 + i32.store offset=12 + local.get $0 + local.get $2 + i32.load local.tee $3 - i32.store $0 offset=4 - local.get $4 - local.get $7 - i32.store $0 offset=12 - local.get $7 + i32.store offset=4 + local.get $0 + local.get $2 + i32.store offset=12 + local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $2 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=12 - local.get $7 + local.get $2 + i32.store offset=12 + local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $0 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=12 - local.get $4 - local.get $3 local.get $2 + i32.store offset=12 local.get $0 - local.get $7 - i32.load $0 offset=8 + local.get $3 + local.get $4 + local.get $5 + local.get $2 + i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $4 - i32.store $0 offset=16 + local.tee $0 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.set $3 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - i32.const 0 - local.set $6 + local.get $0 + i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -38851,25 +38758,12 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - block $2of2 - block $1of2 - block $outOfRange - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $1of2 $1of2 $2of2 $outOfRange - end - unreachable - end - i32.const -1 - local.set $1 - end + i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 - i32.store $0 + local.tee $4 local.get $0 + i32.store + local.get $4 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -38878,75 +38772,41 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $4 i64.const 0 - i64.store $0 - local.get $0 + i64.store + local.get $4 i32.const 0 - i32.store $0 offset=8 - local.get $0 + i32.store offset=8 local.get $4 - i32.store $0 local.get $0 + i32.store local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 - local.set $0 - local.get $1 - i32.const 0 - i32.lt_s - if - local.get $1 - i32.const -1 - i32.eq - if (result i32) - local.get $0 - else - i32.const 1056 - i32.const 1632 - i32.const 1869 - i32.const 7 - call $~lib/builtins/abort - unreachable - end - local.set $1 - else - local.get $0 - local.get $1 - i32.lt_s - if - i32.const 1056 - i32.const 1632 - i32.const 1874 - i32.const 7 - call $~lib/builtins/abort - unreachable - end - end + i32.load offset=16 + local.set $4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 4 call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 offset=8 - local.get $2 - local.get $4 - i32.store $0 - local.get $4 - if - local.get $2 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $2 - local.get $1 - i32.store $0 offset=8 - local.get $2 + local.tee $5 + i32.store offset=8 + local.get $5 + local.get $0 + i32.store + local.get $5 + local.get $0 + call $~lib/rt/itcms/__link + local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=8 + local.get $5 + local.get $0 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -38956,27 +38816,29 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $3 - local.get $2 - i32.store $0 offset=20 + local.get $5 + i32.store offset=20 + i32.const 0 + local.set $0 loop $for-loop|1 - local.get $5 - local.get $6 - i32.gt_s + local.get $0 + local.get $1 + i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 - local.get $6 - call $~lib/typedarray/Int8Array#__get - local.set $0 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 - local.get $6 + local.get $0 call $~lib/typedarray/Int8Array#__get + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 local.get $0 + call $~lib/typedarray/Int8Array#__get + local.get $3 i32.ne if i32.const 0 @@ -38986,10 +38848,10 @@ call $~lib/builtins/abort unreachable end - local.get $6 + local.get $0 i32.const 1 i32.add - local.set $6 + local.set $0 br $for-loop|1 end end @@ -39013,8 +38875,6 @@ (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) - (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -39025,92 +38885,90 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 - local.get $0 + memory.fill + local.get $1 i32.const 10928 - i32.store $0 - local.get $0 + i32.store + local.get $1 i32.const 10928 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $5 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 call $~lib/typedarray/Uint8ClampedArray#constructor - local.tee $7 - i32.store $0 offset=8 + local.tee $2 + i32.store offset=8 loop $for-loop|0 - local.get $5 - local.get $6 - i32.gt_s + local.get $0 + local.get $1 + i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $7 - i32.store $0 offset=4 - local.get $0 + local.tee $3 + local.get $2 + i32.store offset=4 + local.get $3 i32.const 10928 - i32.store $0 offset=12 - local.get $7 - local.get $6 + i32.store offset=12 + local.get $2 + local.get $0 i32.const 10928 - local.get $6 + local.get $0 call $~lib/array/Array#__get i32.const 255 i32.and call $~lib/typedarray/Uint8ClampedArray#__set - local.get $6 + local.get $0 i32.const 1 i32.add - local.set $6 + local.set $0 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $7 - i32.store $0 offset=12 - local.get $4 - local.get $7 - i32.load $0 + local.tee $0 + local.get $2 + i32.store offset=12 + local.get $0 + local.get $2 + i32.load local.tee $3 - i32.store $0 offset=4 - local.get $4 - local.get $7 - i32.store $0 offset=12 - local.get $7 + i32.store offset=4 + local.get $0 + local.get $2 + i32.store offset=12 + local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $2 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=12 - local.get $7 + local.get $2 + i32.store offset=12 + local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $0 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=12 - local.get $4 - local.get $3 local.get $2 + i32.store offset=12 local.get $0 - local.get $7 - i32.load $0 offset=8 + local.get $3 + local.get $4 + local.get $5 + local.get $2 + i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $4 - i32.store $0 offset=16 + local.tee $0 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.set $3 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - i32.const 0 - local.set $6 + local.get $0 + i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -39123,25 +38981,12 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - block $2of2 - block $1of2 - block $outOfRange - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $1of2 $1of2 $2of2 $outOfRange - end - unreachable - end - i32.const -1 - local.set $1 - end + i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 - i32.store $0 + local.tee $4 local.get $0 + i32.store + local.get $4 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -39150,75 +38995,41 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $4 i64.const 0 - i64.store $0 - local.get $0 + i64.store + local.get $4 i32.const 0 - i32.store $0 offset=8 - local.get $0 + i32.store offset=8 local.get $4 - i32.store $0 local.get $0 + i32.store local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 - local.set $0 - local.get $1 - i32.const 0 - i32.lt_s - if - local.get $1 - i32.const -1 - i32.eq - if (result i32) - local.get $0 - else - i32.const 1056 - i32.const 1632 - i32.const 1869 - i32.const 7 - call $~lib/builtins/abort - unreachable - end - local.set $1 - else - local.get $0 - local.get $1 - i32.lt_s - if - i32.const 1056 - i32.const 1632 - i32.const 1874 - i32.const 7 - call $~lib/builtins/abort - unreachable - end - end + i32.load offset=16 + local.set $4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 6 call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 offset=8 - local.get $2 - local.get $4 - i32.store $0 - local.get $4 - if - local.get $2 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $2 - local.get $1 - i32.store $0 offset=8 - local.get $2 + local.tee $5 + i32.store offset=8 + local.get $5 + local.get $0 + i32.store + local.get $5 + local.get $0 + call $~lib/rt/itcms/__link + local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=8 + local.get $5 + local.get $0 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -39228,27 +39039,29 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $3 - local.get $2 - i32.store $0 offset=20 + local.get $5 + i32.store offset=20 + i32.const 0 + local.set $0 loop $for-loop|1 - local.get $5 - local.get $6 - i32.gt_s + local.get $0 + local.get $1 + i32.lt_s if - global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store $0 offset=4 - local.get $7 - local.get $6 - call $~lib/typedarray/Uint8ClampedArray#__get - local.set $0 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 - local.get $6 + local.get $0 call $~lib/typedarray/Uint8ClampedArray#__get + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 local.get $0 + call $~lib/typedarray/Uint8ClampedArray#__get + local.get $3 i32.ne if i32.const 0 @@ -39258,10 +39071,10 @@ call $~lib/builtins/abort unreachable end - local.get $6 + local.get $0 i32.const 1 i32.add - local.set $6 + local.set $0 br $for-loop|1 end end @@ -39285,7 +39098,6 @@ (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -39296,37 +39108,37 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 i32.const 10928 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 10928 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 call $~lib/typedarray/Int16Array#constructor - local.tee $3 - i32.store $0 offset=8 + local.tee $2 + i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $2 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $3 + local.get $2 + i32.store offset=4 local.get $3 - i32.store $0 offset=4 - local.get $4 i32.const 10928 - i32.store $0 offset=12 - local.get $3 + i32.store offset=12 + local.get $2 local.get $0 i32.const 10928 local.get $0 @@ -39342,43 +39154,43 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $3 - i32.store $0 offset=12 + local.get $2 + i32.store offset=12 local.get $0 - local.get $3 - i32.load $0 - local.tee $4 - i32.store $0 offset=4 + local.get $2 + i32.load + local.tee $3 + i32.store offset=4 local.get $0 - local.get $3 - i32.store $0 offset=12 - local.get $3 + local.get $2 + i32.store offset=12 + local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=12 - local.get $3 + local.get $2 + i32.store offset=12 + local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=12 + local.get $2 + i32.store offset=12 local.get $0 + local.get $3 local.get $4 local.get $5 - local.get $6 - local.get $3 - i32.load $0 offset=8 + local.get $2 + i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $4 - i32.store $0 offset=16 + local.tee $0 + i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $5 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -39391,25 +39203,12 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - block $2of2 - block $1of2 - block $outOfRange - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $1of2 $1of2 $2of2 $outOfRange - end - unreachable - end - i32.const -1 - local.set $1 - end + i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 - i32.store $0 + local.tee $4 local.get $0 + i32.store + local.get $4 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -39418,89 +39217,51 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $4 i64.const 0 - i64.store $0 - local.get $0 + i64.store + local.get $4 i32.const 0 - i32.store $0 offset=8 - local.get $0 + i32.store offset=8 local.get $4 - i32.store $0 local.get $0 + i32.store local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 - local.set $6 - local.get $1 - i32.const 0 - i32.lt_s + i32.load offset=16 + local.tee $4 + i32.const 1 + i32.and if - local.get $1 - i32.const -1 - i32.eq - if (result i32) - local.get $6 - i32.const 1 - i32.and - if - i32.const 1056 - i32.const 1632 - i32.const 1865 - i32.const 9 - call $~lib/builtins/abort - unreachable - end - local.get $6 - else - i32.const 1056 - i32.const 1632 - i32.const 1869 - i32.const 7 - call $~lib/builtins/abort - unreachable - end - local.set $0 - else - local.get $1 - i32.const 1 - i32.shl - local.tee $0 - local.get $6 - i32.gt_s - if - i32.const 1056 - i32.const 1632 - i32.const 1874 - i32.const 7 - call $~lib/builtins/abort - unreachable - end + i32.const 1056 + i32.const 1632 + i32.const 1865 + i32.const 9 + call $~lib/builtins/abort + unreachable end global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 7 call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 offset=8 - local.get $1 - local.get $4 - i32.store $0 - local.get $4 - if - local.get $1 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $1 + local.tee $5 + i32.store offset=8 + local.get $5 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store + local.get $5 + local.get $0 + call $~lib/rt/itcms/__link + local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=8 + local.get $5 + local.get $0 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -39509,30 +39270,30 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer + local.get $3 local.get $5 - local.get $1 - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $2 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $2 + i32.store offset=4 + local.get $2 local.get $0 call $~lib/typedarray/Int16Array#__get - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $5 + i32.store offset=4 + local.get $5 local.get $0 call $~lib/typedarray/Int16Array#__get - local.get $4 + local.get $3 i32.ne if i32.const 0 @@ -39569,7 +39330,6 @@ (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -39580,37 +39340,37 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 i32.const 10928 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 10928 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 call $~lib/typedarray/Uint16Array#constructor - local.tee $3 - i32.store $0 offset=8 + local.tee $2 + i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $2 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $3 + local.get $2 + i32.store offset=4 local.get $3 - i32.store $0 offset=4 - local.get $4 i32.const 10928 - i32.store $0 offset=12 - local.get $3 + i32.store offset=12 + local.get $2 local.get $0 i32.const 10928 local.get $0 @@ -39627,43 +39387,43 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $3 - i32.store $0 offset=12 + local.get $2 + i32.store offset=12 local.get $0 - local.get $3 - i32.load $0 - local.tee $4 - i32.store $0 offset=4 + local.get $2 + i32.load + local.tee $3 + i32.store offset=4 local.get $0 - local.get $3 - i32.store $0 offset=12 - local.get $3 + local.get $2 + i32.store offset=12 + local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=12 - local.get $3 + local.get $2 + i32.store offset=12 + local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=12 + local.get $2 + i32.store offset=12 local.get $0 + local.get $3 local.get $4 local.get $5 - local.get $6 - local.get $3 - i32.load $0 offset=8 + local.get $2 + i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $4 - i32.store $0 offset=16 + local.tee $0 + i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $5 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -39676,25 +39436,12 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - block $2of2 - block $1of2 - block $outOfRange - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $1of2 $1of2 $2of2 $outOfRange - end - unreachable - end - i32.const -1 - local.set $1 - end + i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 - i32.store $0 + local.tee $4 local.get $0 + i32.store + local.get $4 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -39703,89 +39450,51 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $4 i64.const 0 - i64.store $0 - local.get $0 + i64.store + local.get $4 i32.const 0 - i32.store $0 offset=8 - local.get $0 + i32.store offset=8 local.get $4 - i32.store $0 local.get $0 + i32.store local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 - local.set $6 - local.get $1 - i32.const 0 - i32.lt_s + i32.load offset=16 + local.tee $4 + i32.const 1 + i32.and if - local.get $1 - i32.const -1 - i32.eq - if (result i32) - local.get $6 - i32.const 1 - i32.and - if - i32.const 1056 - i32.const 1632 - i32.const 1865 - i32.const 9 - call $~lib/builtins/abort - unreachable - end - local.get $6 - else - i32.const 1056 - i32.const 1632 - i32.const 1869 - i32.const 7 - call $~lib/builtins/abort - unreachable - end - local.set $0 - else - local.get $1 - i32.const 1 - i32.shl - local.tee $0 - local.get $6 - i32.gt_s - if - i32.const 1056 - i32.const 1632 - i32.const 1874 - i32.const 7 - call $~lib/builtins/abort - unreachable - end + i32.const 1056 + i32.const 1632 + i32.const 1865 + i32.const 9 + call $~lib/builtins/abort + unreachable end global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 8 call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 offset=8 - local.get $1 - local.get $4 - i32.store $0 - local.get $4 - if - local.get $1 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $1 + local.tee $5 + i32.store offset=8 + local.get $5 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store + local.get $5 + local.get $0 + call $~lib/rt/itcms/__link + local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=8 + local.get $5 + local.get $0 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -39794,30 +39503,30 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer + local.get $3 local.get $5 - local.get $1 - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $2 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $2 + i32.store offset=4 + local.get $2 local.get $0 call $~lib/typedarray/Uint16Array#__get - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $5 + i32.store offset=4 + local.get $5 local.get $0 call $~lib/typedarray/Uint16Array#__get - local.get $4 + local.get $3 i32.ne if i32.const 0 @@ -39854,7 +39563,6 @@ (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -39865,37 +39573,37 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 i32.const 10928 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 10928 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 call $~lib/typedarray/Int32Array#constructor - local.tee $3 - i32.store $0 offset=8 + local.tee $2 + i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $2 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $3 + local.get $2 + i32.store offset=4 local.get $3 - i32.store $0 offset=4 - local.get $4 i32.const 10928 - i32.store $0 offset=12 - local.get $3 + i32.store offset=12 + local.get $2 local.get $0 i32.const 10928 local.get $0 @@ -39910,43 +39618,43 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $3 - i32.store $0 offset=12 + local.get $2 + i32.store offset=12 local.get $0 - local.get $3 - i32.load $0 - local.tee $4 - i32.store $0 offset=4 + local.get $2 + i32.load + local.tee $3 + i32.store offset=4 local.get $0 - local.get $3 - i32.store $0 offset=12 - local.get $3 + local.get $2 + i32.store offset=12 + local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=12 - local.get $3 + local.get $2 + i32.store offset=12 + local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=12 + local.get $2 + i32.store offset=12 local.get $0 + local.get $3 local.get $4 local.get $5 - local.get $6 - local.get $3 - i32.load $0 offset=8 + local.get $2 + i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $4 - i32.store $0 offset=16 + local.tee $0 + i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $5 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -39959,25 +39667,12 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - block $2of2 - block $1of2 - block $outOfRange - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $1of2 $1of2 $2of2 $outOfRange - end - unreachable - end - i32.const -1 - local.set $1 - end + i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 - i32.store $0 + local.tee $4 local.get $0 + i32.store + local.get $4 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -39986,89 +39681,51 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $4 i64.const 0 - i64.store $0 - local.get $0 + i64.store + local.get $4 i32.const 0 - i32.store $0 offset=8 - local.get $0 + i32.store offset=8 local.get $4 - i32.store $0 local.get $0 + i32.store local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 - local.set $6 - local.get $1 - i32.const 0 - i32.lt_s - if - local.get $1 - i32.const -1 - i32.eq - if (result i32) - local.get $6 - i32.const 3 - i32.and - if - i32.const 1056 - i32.const 1632 - i32.const 1865 - i32.const 9 - call $~lib/builtins/abort - unreachable - end - local.get $6 - else - i32.const 1056 - i32.const 1632 - i32.const 1869 - i32.const 7 - call $~lib/builtins/abort - unreachable - end - local.set $0 - else - local.get $1 - i32.const 2 - i32.shl - local.tee $0 - local.get $6 - i32.gt_s - if - i32.const 1056 - i32.const 1632 - i32.const 1874 - i32.const 7 - call $~lib/builtins/abort - unreachable - end + i32.load offset=16 + local.tee $4 + i32.const 3 + i32.and + if + i32.const 1056 + i32.const 1632 + i32.const 1865 + i32.const 9 + call $~lib/builtins/abort + unreachable end global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 9 call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 offset=8 - local.get $1 - local.get $4 - i32.store $0 - local.get $4 - if - local.get $1 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $1 + local.tee $5 + i32.store offset=8 + local.get $5 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store + local.get $5 + local.get $0 + call $~lib/rt/itcms/__link + local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=8 + local.get $5 + local.get $0 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -40077,30 +39734,30 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer + local.get $3 local.get $5 - local.get $1 - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $2 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $2 + i32.store offset=4 + local.get $2 local.get $0 call $~lib/typedarray/Int32Array#__get - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $5 + i32.store offset=4 + local.get $5 local.get $0 call $~lib/typedarray/Int32Array#__get - local.get $4 + local.get $3 i32.ne if i32.const 0 @@ -40137,7 +39794,6 @@ (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -40148,37 +39804,37 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 i32.const 10928 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 10928 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 call $~lib/typedarray/Uint32Array#constructor - local.tee $3 - i32.store $0 offset=8 + local.tee $2 + i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $2 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $3 + local.get $2 + i32.store offset=4 local.get $3 - i32.store $0 offset=4 - local.get $4 i32.const 10928 - i32.store $0 offset=12 - local.get $3 + i32.store offset=12 + local.get $2 local.get $0 i32.const 10928 local.get $0 @@ -40193,43 +39849,43 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $3 - i32.store $0 offset=12 + local.get $2 + i32.store offset=12 local.get $0 - local.get $3 - i32.load $0 - local.tee $4 - i32.store $0 offset=4 + local.get $2 + i32.load + local.tee $3 + i32.store offset=4 local.get $0 - local.get $3 - i32.store $0 offset=12 - local.get $3 + local.get $2 + i32.store offset=12 + local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=12 - local.get $3 + local.get $2 + i32.store offset=12 + local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=12 + local.get $2 + i32.store offset=12 local.get $0 + local.get $3 local.get $4 local.get $5 - local.get $6 - local.get $3 - i32.load $0 offset=8 + local.get $2 + i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $4 - i32.store $0 offset=16 + local.tee $0 + i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $5 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -40242,25 +39898,12 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - block $2of2 - block $1of2 - block $outOfRange - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $1of2 $1of2 $2of2 $outOfRange - end - unreachable - end - i32.const -1 - local.set $1 - end + i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 - i32.store $0 + local.tee $4 local.get $0 + i32.store + local.get $4 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -40269,89 +39912,51 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $4 i64.const 0 - i64.store $0 - local.get $0 + i64.store + local.get $4 i32.const 0 - i32.store $0 offset=8 - local.get $0 + i32.store offset=8 local.get $4 - i32.store $0 local.get $0 + i32.store local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 - local.set $6 - local.get $1 - i32.const 0 - i32.lt_s + i32.load offset=16 + local.tee $4 + i32.const 3 + i32.and if - local.get $1 - i32.const -1 - i32.eq - if (result i32) - local.get $6 - i32.const 3 - i32.and - if - i32.const 1056 - i32.const 1632 - i32.const 1865 - i32.const 9 - call $~lib/builtins/abort - unreachable - end - local.get $6 - else - i32.const 1056 - i32.const 1632 - i32.const 1869 - i32.const 7 - call $~lib/builtins/abort - unreachable - end - local.set $0 - else - local.get $1 - i32.const 2 - i32.shl - local.tee $0 - local.get $6 - i32.gt_s - if - i32.const 1056 - i32.const 1632 - i32.const 1874 - i32.const 7 - call $~lib/builtins/abort - unreachable - end + i32.const 1056 + i32.const 1632 + i32.const 1865 + i32.const 9 + call $~lib/builtins/abort + unreachable end global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 10 call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 offset=8 - local.get $1 - local.get $4 - i32.store $0 - local.get $4 - if - local.get $1 - local.get $4 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $1 + local.tee $5 + i32.store offset=8 + local.get $5 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store + local.get $5 + local.get $0 + call $~lib/rt/itcms/__link + local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=8 + local.get $5 + local.get $0 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -40360,30 +39965,30 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer + local.get $3 local.get $5 - local.get $1 - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $2 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $2 + i32.store offset=4 + local.get $2 local.get $0 call $~lib/typedarray/Uint32Array#__get - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $5 + i32.store offset=4 + local.get $5 local.get $0 call $~lib/typedarray/Uint32Array#__get - local.get $4 + local.get $3 i32.ne if i32.const 0 @@ -40416,12 +40021,11 @@ (func $std/typedarray/testArrayWrap<~lib/typedarray/Int64Array,i64> (local $0 i32) (local $1 i32) - (local $2 i32) - (local $3 i64) + (local $2 i64) + (local $3 i32) (local $4 i32) (local $5 i32) (local $6 i32) - (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -40432,37 +40036,37 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 i32.const 10928 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 10928 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 call $~lib/typedarray/Int64Array#constructor - local.tee $4 - i32.store $0 offset=8 + local.tee $3 + i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $2 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $4 + local.get $3 + i32.store offset=4 local.get $4 - i32.store $0 offset=4 - local.get $5 i32.const 10928 - i32.store $0 offset=12 - local.get $4 + i32.store offset=12 + local.get $3 local.get $0 i32.const 10928 local.get $0 @@ -40478,43 +40082,43 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 offset=12 + local.get $3 + i32.store offset=12 local.get $0 - local.get $4 - i32.load $0 - local.tee $5 - i32.store $0 offset=4 + local.get $3 + i32.load + local.tee $4 + i32.store offset=4 local.get $0 - local.get $4 - i32.store $0 offset=12 - local.get $4 + local.get $3 + i32.store offset=12 + local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=12 - local.get $4 + local.get $3 + i32.store offset=12 + local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $7 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=12 + local.get $3 + i32.store offset=12 local.get $0 + local.get $4 local.get $5 local.get $6 - local.get $7 - local.get $4 - i32.load $0 offset=8 + local.get $3 + i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $5 - i32.store $0 offset=16 + local.tee $0 + i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $6 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -40527,25 +40131,12 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - block $2of2 - block $1of2 - block $outOfRange - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $1of2 $1of2 $2of2 $outOfRange - end - unreachable - end - i32.const -1 - local.set $1 - end + i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $5 - i32.store $0 + local.tee $5 local.get $0 + i32.store + local.get $5 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -40554,89 +40145,51 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $5 i64.const 0 - i64.store $0 - local.get $0 + i64.store + local.get $5 i32.const 0 - i32.store $0 offset=8 - local.get $0 + i32.store offset=8 local.get $5 - i32.store $0 local.get $0 + i32.store local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 - local.set $7 - local.get $1 - i32.const 0 - i32.lt_s + i32.load offset=16 + local.tee $5 + i32.const 7 + i32.and if - local.get $1 - i32.const -1 - i32.eq - if (result i32) - local.get $7 - i32.const 7 - i32.and - if - i32.const 1056 - i32.const 1632 - i32.const 1865 - i32.const 9 - call $~lib/builtins/abort - unreachable - end - local.get $7 - else - i32.const 1056 - i32.const 1632 - i32.const 1869 - i32.const 7 - call $~lib/builtins/abort - unreachable - end - local.set $0 - else - local.get $1 - i32.const 3 - i32.shl - local.tee $0 - local.get $7 - i32.gt_s - if - i32.const 1056 - i32.const 1632 - i32.const 1874 - i32.const 7 - call $~lib/builtins/abort - unreachable - end + i32.const 1056 + i32.const 1632 + i32.const 1865 + i32.const 9 + call $~lib/builtins/abort + unreachable end global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 11 call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 offset=8 - local.get $1 - local.get $5 - i32.store $0 - local.get $5 - if - local.get $1 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $1 + local.tee $6 + i32.store offset=8 + local.get $6 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store + local.get $6 + local.get $0 + call $~lib/rt/itcms/__link + local.get $6 local.get $5 - i32.store $0 offset=4 + i32.store offset=8 + local.get $6 + local.get $0 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -40645,30 +40198,30 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer + local.get $4 local.get $6 - local.get $1 - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $2 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $3 + i32.store offset=4 + local.get $3 local.get $0 call $~lib/typedarray/Int64Array#__get - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $6 + i32.store offset=4 + local.get $6 local.get $0 call $~lib/typedarray/Int64Array#__get - local.get $3 + local.get $2 i64.ne if i32.const 0 @@ -40701,12 +40254,11 @@ (func $std/typedarray/testArrayWrap<~lib/typedarray/Uint64Array,u64> (local $0 i32) (local $1 i32) - (local $2 i32) - (local $3 i64) + (local $2 i64) + (local $3 i32) (local $4 i32) (local $5 i32) (local $6 i32) - (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -40717,37 +40269,37 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 i32.const 10928 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 10928 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 call $~lib/typedarray/Uint64Array#constructor - local.tee $4 - i32.store $0 offset=8 + local.tee $3 + i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $2 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $4 + local.get $3 + i32.store offset=4 local.get $4 - i32.store $0 offset=4 - local.get $5 i32.const 10928 - i32.store $0 offset=12 - local.get $4 + i32.store offset=12 + local.get $3 local.get $0 i32.const 10928 local.get $0 @@ -40763,43 +40315,43 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 offset=12 + local.get $3 + i32.store offset=12 local.get $0 - local.get $4 - i32.load $0 - local.tee $5 - i32.store $0 offset=4 + local.get $3 + i32.load + local.tee $4 + i32.store offset=4 local.get $0 - local.get $4 - i32.store $0 offset=12 - local.get $4 + local.get $3 + i32.store offset=12 + local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=12 - local.get $4 + local.get $3 + i32.store offset=12 + local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $7 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=12 + local.get $3 + i32.store offset=12 local.get $0 + local.get $4 local.get $5 local.get $6 - local.get $7 - local.get $4 - i32.load $0 offset=8 + local.get $3 + i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $5 - i32.store $0 offset=16 + local.tee $0 + i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $6 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -40812,25 +40364,12 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - block $2of2 - block $1of2 - block $outOfRange - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $1of2 $1of2 $2of2 $outOfRange - end - unreachable - end - i32.const -1 - local.set $1 - end + i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $5 - i32.store $0 + local.tee $5 local.get $0 + i32.store + local.get $5 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -40839,89 +40378,51 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $5 i64.const 0 - i64.store $0 - local.get $0 + i64.store + local.get $5 i32.const 0 - i32.store $0 offset=8 - local.get $0 + i32.store offset=8 local.get $5 - i32.store $0 local.get $0 + i32.store local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 - local.set $7 - local.get $1 - i32.const 0 - i32.lt_s + i32.load offset=16 + local.tee $5 + i32.const 7 + i32.and if - local.get $1 - i32.const -1 - i32.eq - if (result i32) - local.get $7 - i32.const 7 - i32.and - if - i32.const 1056 - i32.const 1632 - i32.const 1865 - i32.const 9 - call $~lib/builtins/abort - unreachable - end - local.get $7 - else - i32.const 1056 - i32.const 1632 - i32.const 1869 - i32.const 7 - call $~lib/builtins/abort - unreachable - end - local.set $0 - else - local.get $1 - i32.const 3 - i32.shl - local.tee $0 - local.get $7 - i32.gt_s - if - i32.const 1056 - i32.const 1632 - i32.const 1874 - i32.const 7 - call $~lib/builtins/abort - unreachable - end + i32.const 1056 + i32.const 1632 + i32.const 1865 + i32.const 9 + call $~lib/builtins/abort + unreachable end global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 12 call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 offset=8 - local.get $1 - local.get $5 - i32.store $0 - local.get $5 - if - local.get $1 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $1 + local.tee $6 + i32.store offset=8 + local.get $6 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store + local.get $6 + local.get $0 + call $~lib/rt/itcms/__link + local.get $6 local.get $5 - i32.store $0 offset=4 + i32.store offset=8 + local.get $6 + local.get $0 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -40930,30 +40431,30 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer + local.get $4 local.get $6 - local.get $1 - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $2 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $3 + i32.store offset=4 + local.get $3 local.get $0 call $~lib/typedarray/Uint64Array#__get - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $6 + i32.store offset=4 + local.get $6 local.get $0 call $~lib/typedarray/Uint64Array#__get - local.get $3 + local.get $2 i64.ne if i32.const 0 @@ -40986,12 +40487,11 @@ (func $std/typedarray/testArrayWrap<~lib/typedarray/Float32Array,f32> (local $0 i32) (local $1 i32) - (local $2 i32) - (local $3 f32) + (local $2 f32) + (local $3 i32) (local $4 i32) (local $5 i32) (local $6 i32) - (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -41002,37 +40502,37 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 i32.const 10928 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 10928 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 call $~lib/typedarray/Float32Array#constructor - local.tee $4 - i32.store $0 offset=8 + local.tee $3 + i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $2 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $4 + local.get $3 + i32.store offset=4 local.get $4 - i32.store $0 offset=4 - local.get $5 i32.const 10928 - i32.store $0 offset=12 - local.get $4 + i32.store offset=12 + local.get $3 local.get $0 i32.const 10928 local.get $0 @@ -41048,43 +40548,43 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 offset=12 + local.get $3 + i32.store offset=12 local.get $0 - local.get $4 - i32.load $0 - local.tee $5 - i32.store $0 offset=4 + local.get $3 + i32.load + local.tee $4 + i32.store offset=4 local.get $0 - local.get $4 - i32.store $0 offset=12 - local.get $4 + local.get $3 + i32.store offset=12 + local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=12 - local.get $4 + local.get $3 + i32.store offset=12 + local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $7 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=12 + local.get $3 + i32.store offset=12 local.get $0 + local.get $4 local.get $5 local.get $6 - local.get $7 - local.get $4 - i32.load $0 offset=8 + local.get $3 + i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $5 - i32.store $0 offset=16 + local.tee $0 + i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $6 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -41097,25 +40597,12 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - block $2of2 - block $1of2 - block $outOfRange - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $1of2 $1of2 $2of2 $outOfRange - end - unreachable - end - i32.const -1 - local.set $1 - end + i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $5 - i32.store $0 + local.tee $5 local.get $0 + i32.store + local.get $5 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -41124,89 +40611,51 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $5 i64.const 0 - i64.store $0 - local.get $0 + i64.store + local.get $5 i32.const 0 - i32.store $0 offset=8 - local.get $0 + i32.store offset=8 local.get $5 - i32.store $0 local.get $0 + i32.store local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 - local.set $7 - local.get $1 - i32.const 0 - i32.lt_s + i32.load offset=16 + local.tee $5 + i32.const 3 + i32.and if - local.get $1 - i32.const -1 - i32.eq - if (result i32) - local.get $7 - i32.const 3 - i32.and - if - i32.const 1056 - i32.const 1632 - i32.const 1865 - i32.const 9 - call $~lib/builtins/abort - unreachable - end - local.get $7 - else - i32.const 1056 - i32.const 1632 - i32.const 1869 - i32.const 7 - call $~lib/builtins/abort - unreachable - end - local.set $0 - else - local.get $1 - i32.const 2 - i32.shl - local.tee $0 - local.get $7 - i32.gt_s - if - i32.const 1056 - i32.const 1632 - i32.const 1874 - i32.const 7 - call $~lib/builtins/abort - unreachable - end + i32.const 1056 + i32.const 1632 + i32.const 1865 + i32.const 9 + call $~lib/builtins/abort + unreachable end global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 13 call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 offset=8 - local.get $1 - local.get $5 - i32.store $0 - local.get $5 - if - local.get $1 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $1 + local.tee $6 + i32.store offset=8 + local.get $6 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store + local.get $6 + local.get $0 + call $~lib/rt/itcms/__link + local.get $6 local.get $5 - i32.store $0 offset=4 + i32.store offset=8 + local.get $6 + local.get $0 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -41215,30 +40664,30 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer + local.get $4 local.get $6 - local.get $1 - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $2 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $3 + i32.store offset=4 + local.get $3 local.get $0 call $~lib/typedarray/Float32Array#__get - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $6 + i32.store offset=4 + local.get $6 local.get $0 call $~lib/typedarray/Float32Array#__get - local.get $3 + local.get $2 f32.ne if i32.const 0 @@ -41271,12 +40720,11 @@ (func $std/typedarray/testArrayWrap<~lib/typedarray/Float64Array,f64> (local $0 i32) (local $1 i32) - (local $2 i32) - (local $3 f64) + (local $2 f64) + (local $3 i32) (local $4 i32) (local $5 i32) (local $6 i32) - (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -41287,37 +40735,37 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 - local.get $2 + memory.fill + local.get $1 i32.const 10928 - i32.store $0 - local.get $2 + i32.store + local.get $1 i32.const 10928 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 call $~lib/typedarray/Float64Array#constructor - local.tee $4 - i32.store $0 offset=8 + local.tee $3 + i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $2 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $5 + local.tee $4 + local.get $3 + i32.store offset=4 local.get $4 - i32.store $0 offset=4 - local.get $5 i32.const 10928 - i32.store $0 offset=12 - local.get $4 + i32.store offset=12 + local.get $3 local.get $0 i32.const 10928 local.get $0 @@ -41333,43 +40781,43 @@ end global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 offset=12 + local.get $3 + i32.store offset=12 local.get $0 - local.get $4 - i32.load $0 - local.tee $5 - i32.store $0 offset=4 + local.get $3 + i32.load + local.tee $4 + i32.store offset=4 local.get $0 - local.get $4 - i32.store $0 offset=12 - local.get $4 + local.get $3 + i32.store offset=12 + local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=12 - local.get $4 + local.get $3 + i32.store offset=12 + local.get $3 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.set $7 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=12 + local.get $3 + i32.store offset=12 local.get $0 + local.get $4 local.get $5 local.get $6 - local.get $7 - local.get $4 - i32.load $0 offset=8 + local.get $3 + i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice - local.tee $5 - i32.store $0 offset=16 + local.tee $0 + i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $6 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -41382,25 +40830,12 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - block $2of2 - block $1of2 - block $outOfRange - global.get $~argumentsLength - i32.const 1 - i32.sub - br_table $1of2 $1of2 $2of2 $outOfRange - end - unreachable - end - i32.const -1 - local.set $1 - end + i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $5 - i32.store $0 + local.tee $5 local.get $0 + i32.store + local.get $5 i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -41409,89 +40844,51 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.tee $5 i64.const 0 - i64.store $0 - local.get $0 + i64.store + local.get $5 i32.const 0 - i32.store $0 offset=8 - local.get $0 + i32.store offset=8 local.get $5 - i32.store $0 local.get $0 + i32.store local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 - local.set $7 - local.get $1 - i32.const 0 - i32.lt_s + i32.load offset=16 + local.tee $5 + i32.const 7 + i32.and if - local.get $1 - i32.const -1 - i32.eq - if (result i32) - local.get $7 - i32.const 7 - i32.and - if - i32.const 1056 - i32.const 1632 - i32.const 1865 - i32.const 9 - call $~lib/builtins/abort - unreachable - end - local.get $7 - else - i32.const 1056 - i32.const 1632 - i32.const 1869 - i32.const 7 - call $~lib/builtins/abort - unreachable - end - local.set $0 - else - local.get $1 - i32.const 3 - i32.shl - local.tee $0 - local.get $7 - i32.gt_s - if - i32.const 1056 - i32.const 1632 - i32.const 1874 - i32.const 7 - call $~lib/builtins/abort - unreachable - end + i32.const 1056 + i32.const 1632 + i32.const 1865 + i32.const 9 + call $~lib/builtins/abort + unreachable end global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 14 call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 offset=8 - local.get $1 - local.get $5 - i32.store $0 - local.get $5 - if - local.get $1 - local.get $5 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end - local.get $1 + local.tee $6 + i32.store offset=8 + local.get $6 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store + local.get $6 + local.get $0 + call $~lib/rt/itcms/__link + local.get $6 local.get $5 - i32.store $0 offset=4 + i32.store offset=8 + local.get $6 + local.get $0 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -41500,30 +40897,30 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer + local.get $4 local.get $6 - local.get $1 - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $2 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - local.get $4 + local.get $3 + i32.store offset=4 + local.get $3 local.get $0 call $~lib/typedarray/Float64Array#__get - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $6 + i32.store offset=4 + local.get $6 local.get $0 call $~lib/typedarray/Float64Array#__get - local.get $3 + local.get $2 f64.ne if i32.const 0 @@ -41575,25 +40972,25 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 11008 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 11008 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11008 call $~lib/array/Array#get:length local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length local.get $1 @@ -41609,15 +41006,15 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 i32.const 11008 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11012 - i32.load $0 + i32.load local.set $2 i32.const 0 local.set $0 @@ -41634,8 +41031,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store8 $0 + i32.load + i32.store8 local.get $0 i32.const 1 i32.add @@ -41666,16 +41063,16 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length local.get $5 @@ -41696,7 +41093,7 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 + i32.store local.get $3 i32.const 4 i32.sub @@ -41708,15 +41105,15 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $4 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load8_s $0 + i32.load8_s local.set $3 local.get $4 i32.const 4 @@ -41724,7 +41121,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -41734,36 +41131,36 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $6 + local.tee $4 i32.const 0 - i32.store $0 - local.get $6 + i32.store + local.get $4 local.get $1 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load8_s $0 - local.set $4 - local.get $6 + i32.load8_s + local.set $6 + local.get $4 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $3 - local.get $4 + local.get $6 i32.ne if global.get $~lib/memory/__stack_pointer i32.const 11344 - i32.store $0 + i32.store i32.const 11344 i32.const 3 local.get $2 f64.convert_i32_s local.get $3 f64.convert_i32_s - local.get $4 + local.get $6 f64.convert_i32_s f64.const 0 f64.const 0 @@ -41817,25 +41214,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int64Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length local.get $3 @@ -41853,17 +41250,17 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 6 i32.add local.set $2 local.get $4 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 i32.const 0 local.set $0 @@ -41880,8 +41277,8 @@ i32.const 3 i32.shl i32.add - i64.load $0 - i64.store8 $0 + i64.load + i64.store8 local.get $0 i32.const 1 i32.add @@ -41915,25 +41312,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int8Array#get:length local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length local.get $2 @@ -41949,18 +41346,18 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 local.get $3 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 - memory.copy $0 $0 + memory.copy local.get $3 i32.const 12 i32.add @@ -41988,25 +41385,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int16Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length local.get $3 @@ -42024,17 +41421,17 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 4 i32.add local.set $2 local.get $4 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 i32.const 0 local.set $0 @@ -42051,8 +41448,8 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 - i32.store8 $0 + i32.load16_s + i32.store8 local.get $0 i32.const 1 i32.add @@ -42086,25 +41483,25 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 11264 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 11264 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11264 call $~lib/array/Array#get:length local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length local.get $1 @@ -42122,20 +41519,20 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 7 i32.add local.set $0 local.get $2 i32.const 11264 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 11268 - i32.load $0 + i32.load local.get $1 - memory.copy $0 $0 + memory.copy local.get $2 i32.const 12 i32.add @@ -42166,29 +41563,29 @@ local.tee $3 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $3 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i64.const 9 @@ -42197,31 +41594,31 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3 i32.const 103 @@ -42230,24 +41627,24 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $7 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 i32.const 1002 @@ -42256,18 +41653,18 @@ i32.const 10 call $~lib/typedarray/Int8Array#constructor local.tee $4 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/typedarray/Int8Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 0 i32.const 16 @@ -42276,16 +41673,16 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $5 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -42297,25 +41694,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $4 - i32.store $0 + i32.store local.get $5 i32.const 11088 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $8 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/typedarray/Int8Array#get:length local.get $8 @@ -42326,17 +41723,17 @@ global.get $~lib/memory/__stack_pointer local.tee $9 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.add local.set $5 local.get $9 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11092 - i32.load $0 + i32.load local.set $9 loop $for-loop|0 local.get $0 @@ -42351,7 +41748,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.tee $1 i32.trunc_sat_f32_s i32.const 0 @@ -42361,7 +41758,7 @@ f32.const 0 f32.eq select - i32.store8 $0 + i32.store8 local.get $0 i32.const 1 i32.add @@ -42375,7 +41772,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 0 i32.const 16 @@ -42384,22 +41781,22 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $6 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 0 i32.const 16 @@ -42408,16 +41805,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -42429,25 +41826,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $4 - i32.store $0 + i32.store local.get $0 i32.const 11184 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/typedarray/Int8Array#get:length local.get $5 @@ -42458,21 +41855,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 - i32.load $0 offset=4 + i32.load offset=4 i32.const 2 i32.add local.set $6 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11188 - i32.load $0 + i32.load local.set $8 i32.const 0 local.set $0 - loop $for-loop|04 + loop $for-loop|00 local.get $0 local.get $5 i32.lt_s @@ -42485,7 +41882,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.tee $2 i32.trunc_sat_f64_s i32.const 0 @@ -42495,12 +41892,12 @@ f64.const 0 f64.eq select - i32.store8 $0 + i32.store8 local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|04 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer @@ -42509,7 +41906,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 0 i32.const 16 @@ -42518,39 +41915,39 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $3 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $7 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/typedarray/Int8Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 0 i32.const 16 @@ -42559,7 +41956,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> @@ -42603,15 +42000,15 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add - i32.load8_u $0 + i32.load8_u local.set $0 local.get $2 i32.const 4 @@ -42642,16 +42039,16 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length local.get $4 @@ -42671,14 +42068,14 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/typedarray/Uint8Array#__uget local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/typedarray/Uint8Array#__uget @@ -42688,7 +42085,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 11552 - i32.store $0 + i32.store i32.const 11552 i32.const 3 local.get $2 @@ -42744,29 +42141,29 @@ local.tee $3 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $3 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i64.const 9 @@ -42775,31 +42172,31 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3 i32.const 103 @@ -42808,24 +42205,24 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $7 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 i32.const 1002 @@ -42834,18 +42231,18 @@ i32.const 10 call $~lib/typedarray/Uint8Array#constructor local.tee $4 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/typedarray/Int8Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 @@ -42854,16 +42251,16 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $5 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -42875,25 +42272,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $4 - i32.store $0 + i32.store local.get $5 i32.const 11088 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $8 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/typedarray/Int8Array#get:length local.get $8 @@ -42904,17 +42301,17 @@ global.get $~lib/memory/__stack_pointer local.tee $9 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.add local.set $5 local.get $9 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11092 - i32.load $0 + i32.load local.set $9 loop $for-loop|0 local.get $0 @@ -42929,7 +42326,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.tee $1 i32.trunc_sat_f32_u i32.const 0 @@ -42939,7 +42336,7 @@ f32.const 0 f32.eq select - i32.store8 $0 + i32.store8 local.get $0 i32.const 1 i32.add @@ -42953,7 +42350,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 @@ -42962,22 +42359,22 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $6 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 @@ -42986,16 +42383,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -43007,25 +42404,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $4 - i32.store $0 + i32.store local.get $0 i32.const 11184 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/typedarray/Int8Array#get:length local.get $5 @@ -43036,21 +42433,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 - i32.load $0 offset=4 + i32.load offset=4 i32.const 2 i32.add local.set $6 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11188 - i32.load $0 + i32.load local.set $8 i32.const 0 local.set $0 - loop $for-loop|04 + loop $for-loop|00 local.get $0 local.get $5 i32.lt_s @@ -43063,7 +42460,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.tee $2 i32.trunc_sat_f64_u i32.const 0 @@ -43073,12 +42470,12 @@ f64.const 0 f64.eq select - i32.store8 $0 + i32.store8 local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|04 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer @@ -43087,7 +42484,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 @@ -43096,39 +42493,39 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $3 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $7 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/typedarray/Int8Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 @@ -43137,7 +42534,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> @@ -43184,16 +42581,16 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length local.get $4 @@ -43213,14 +42610,14 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/typedarray/Uint8Array#__uget local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/typedarray/Uint8Array#__uget @@ -43230,7 +42627,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 11760 - i32.store $0 + i32.store i32.const 11760 i32.const 3 local.get $2 @@ -43283,19 +42680,19 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $0 - i32.store $0 + i32.store local.get $4 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int64Array#get:length local.set $4 @@ -43307,7 +42704,7 @@ else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length local.get $2 @@ -43326,17 +42723,17 @@ global.get $~lib/memory/__stack_pointer local.tee $5 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add local.set $2 local.get $5 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 i32.const 0 local.set $0 @@ -43353,7 +42750,7 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.tee $3 i32.wrap_i64 local.tee $5 @@ -43371,7 +42768,7 @@ local.get $3 i64.or i64.and - i64.store8 $0 + i64.store8 local.get $0 i32.const 1 i32.add @@ -43405,19 +42802,19 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int16Array#get:length local.set $3 @@ -43429,7 +42826,7 @@ else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length local.get $2 @@ -43448,17 +42845,17 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.add local.set $2 local.get $4 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 i32.const 0 local.set $0 @@ -43476,7 +42873,7 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.tee $4 i32.sub i32.const 31 @@ -43489,7 +42886,7 @@ i32.const -1 i32.xor i32.and - i32.store8 $0 + i32.store8 local.get $0 i32.const 1 i32.add @@ -43528,29 +42925,29 @@ local.tee $3 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $3 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 2 i64.const 9 @@ -43559,31 +42956,31 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $6 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 3 i32.const 103 @@ -43592,24 +42989,24 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $7 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 i32.const 1002 @@ -43618,13 +43015,13 @@ i32.const 10 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $3 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -43636,25 +43033,25 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i64.const 0 - i64.store $0 + i64.store local.get $4 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $3 - i32.store $0 + i32.store local.get $4 i32.const 11008 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 i32.const 11008 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11008 call $~lib/array/Array#get:length local.set $8 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int8Array#get:length local.get $8 @@ -43663,15 +43060,15 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 local.set $9 local.get $4 i32.const 11008 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11012 - i32.load $0 + i32.load local.set $10 loop $for-loop|0 local.get $0 @@ -43687,7 +43084,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $4 i32.sub i32.const 31 @@ -43700,7 +43097,7 @@ i32.const -1 i32.xor i32.and - i32.store8 $0 + i32.store8 local.get $0 i32.const 1 i32.add @@ -43714,7 +43111,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 @@ -43723,16 +43120,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -43744,25 +43141,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $3 - i32.store $0 + i32.store local.get $0 i32.const 11088 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int8Array#get:length local.get $4 @@ -43773,21 +43170,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.add local.set $8 local.get $0 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11092 - i32.load $0 + i32.load local.set $9 i32.const 0 local.set $0 - loop $for-loop|04 + loop $for-loop|00 local.get $0 local.get $4 i32.lt_s @@ -43800,26 +43197,28 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.tee $1 - f32.const 255 - f32.min - f32.const 0 - f32.max - i32.trunc_sat_f32_u - i32.const 0 - local.get $1 local.get $1 f32.sub f32.const 0 f32.eq - select - i32.store8 $0 + if (result i32) + local.get $1 + f32.const 255 + f32.min + f32.const 0 + f32.max + i32.trunc_sat_f32_u + else + i32.const 0 + end + i32.store8 local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|04 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer @@ -43828,7 +43227,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 @@ -43837,23 +43236,23 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $5 i32.const 6 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 @@ -43862,16 +43261,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -43883,25 +43282,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $3 - i32.store $0 + i32.store local.get $0 i32.const 11184 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int8Array#get:length local.get $4 @@ -43912,21 +43311,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 2 i32.add local.set $5 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11188 - i32.load $0 + i32.load local.set $8 i32.const 0 local.set $0 - loop $for-loop|05 + loop $for-loop|01 local.get $0 local.get $4 i32.lt_s @@ -43939,26 +43338,28 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.tee $2 - f64.const 255 - f64.min - f64.const 0 - f64.max - i32.trunc_sat_f64_u - i32.const 0 - local.get $2 local.get $2 f64.sub f64.const 0 f64.eq - select - i32.store8 $0 + if (result i32) + local.get $2 + f64.const 255 + f64.min + f64.const 0 + f64.max + i32.trunc_sat_f64_u + else + i32.const 0 + end + i32.store8 local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|05 + br $for-loop|01 end end global.get $~lib/memory/__stack_pointer @@ -43967,7 +43368,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 @@ -43976,35 +43377,35 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $6 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $7 i32.const 4 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -44016,25 +43417,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $3 - i32.store $0 + i32.store local.get $0 i32.const 11264 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11264 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11264 call $~lib/array/Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/typedarray/Int8Array#get:length local.get $4 @@ -44045,21 +43446,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 7 i32.add local.set $5 local.get $0 i32.const 11264 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11268 - i32.load $0 + i32.load local.set $6 i32.const 0 local.set $0 - loop $for-loop|06 + loop $for-loop|02 local.get $0 local.get $4 i32.lt_s @@ -44071,7 +43472,7 @@ local.get $0 local.get $6 i32.add - i32.load8_s $0 + i32.load8_s local.tee $7 i32.sub i32.const 31 @@ -44084,12 +43485,12 @@ i32.const -1 i32.xor i32.and - i32.store8 $0 + i32.store8 local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|06 + br $for-loop|02 end end global.get $~lib/memory/__stack_pointer @@ -44098,7 +43499,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 @@ -44107,7 +43508,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $3 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> @@ -44153,25 +43554,25 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 11008 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 11008 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11008 call $~lib/array/Array#get:length local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length local.get $1 @@ -44187,15 +43588,15 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 i32.const 11008 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11012 - i32.load $0 + i32.load local.set $2 i32.const 0 local.set $0 @@ -44214,8 +43615,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store16 $0 + i32.load + i32.store16 local.get $0 i32.const 1 i32.add @@ -44248,17 +43649,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $0 local.get $2 i32.const 4 @@ -44289,16 +43690,16 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length local.get $4 @@ -44318,14 +43719,14 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/typedarray/Int16Array#__uget local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/typedarray/Int16Array#__uget @@ -44335,7 +43736,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 12000 - i32.store $0 + i32.store i32.const 12000 i32.const 3 local.get $2 @@ -44388,25 +43789,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int64Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length local.get $3 @@ -44424,17 +43825,17 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 12 i32.add local.set $2 local.get $4 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 i32.const 0 local.set $0 @@ -44453,8 +43854,8 @@ i32.const 3 i32.shl i32.add - i64.load $0 - i64.store16 $0 + i64.load + i64.store16 local.get $0 i32.const 1 i32.add @@ -44489,25 +43890,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int8Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length local.get $3 @@ -44523,15 +43924,15 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $4 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 i32.const 0 local.set $0 @@ -44548,8 +43949,8 @@ local.get $0 local.get $1 i32.add - i32.load8_u $0 - i32.store16 $0 + i32.load8_u + i32.store16 local.get $0 i32.const 1 i32.add @@ -44583,25 +43984,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int16Array#get:length local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length local.get $2 @@ -44619,22 +44020,22 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 8 i32.add local.set $0 local.get $3 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $3 i32.const 12 i32.add @@ -44662,25 +44063,25 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 11264 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 11264 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11264 call $~lib/array/Array#get:length local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length local.get $1 @@ -44698,17 +44099,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 14 i32.add local.set $3 local.get $2 i32.const 11264 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11268 - i32.load $0 + i32.load local.set $2 i32.const 0 local.set $0 @@ -44725,8 +44126,8 @@ local.get $0 local.get $2 i32.add - i32.load8_s $0 - i32.store16 $0 + i32.load8_s + i32.store16 local.get $0 i32.const 1 i32.add @@ -44764,29 +44165,29 @@ local.tee $3 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $3 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i64.const 9 @@ -44795,31 +44196,31 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3 i32.const 103 @@ -44828,24 +44229,24 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $7 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 i32.const 1002 @@ -44854,18 +44255,18 @@ i32.const 10 call $~lib/typedarray/Int16Array#constructor local.tee $4 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/typedarray/Int16Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 1 i32.const 65 @@ -44874,16 +44275,16 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $5 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -44895,25 +44296,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $4 - i32.store $0 + i32.store local.get $5 i32.const 11088 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $8 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/typedarray/Int16Array#get:length local.get $8 @@ -44924,17 +44325,17 @@ global.get $~lib/memory/__stack_pointer local.tee $9 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 - i32.load $0 offset=4 + i32.load offset=4 i32.const 6 i32.add local.set $5 local.get $9 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11092 - i32.load $0 + i32.load local.set $9 loop $for-loop|0 local.get $0 @@ -44951,7 +44352,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.tee $1 i32.trunc_sat_f32_s i32.const 0 @@ -44961,7 +44362,7 @@ f32.const 0 f32.eq select - i32.store16 $0 + i32.store16 local.get $0 i32.const 1 i32.add @@ -44975,7 +44376,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 1 i32.const 65 @@ -44984,22 +44385,22 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $6 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 1 i32.const 65 @@ -45008,16 +44409,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -45029,25 +44430,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $4 - i32.store $0 + i32.store local.get $0 i32.const 11184 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/typedarray/Int16Array#get:length local.get $5 @@ -45058,21 +44459,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 - i32.load $0 offset=4 + i32.load offset=4 i32.const 4 i32.add local.set $6 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11188 - i32.load $0 + i32.load local.set $8 i32.const 0 local.set $0 - loop $for-loop|04 + loop $for-loop|00 local.get $0 local.get $5 i32.lt_s @@ -45087,7 +44488,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.tee $2 i32.trunc_sat_f64_s i32.const 0 @@ -45097,12 +44498,12 @@ f64.const 0 f64.eq select - i32.store16 $0 + i32.store16 local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|04 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer @@ -45111,7 +44512,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 1 i32.const 65 @@ -45120,39 +44521,39 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $3 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $7 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/typedarray/Int16Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 1 i32.const 65 @@ -45161,7 +44562,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> @@ -45205,17 +44606,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $0 local.get $2 i32.const 4 @@ -45246,16 +44647,16 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length local.get $4 @@ -45275,14 +44676,14 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/typedarray/Uint16Array#__uget local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/typedarray/Uint16Array#__uget @@ -45292,7 +44693,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 12288 - i32.store $0 + i32.store i32.const 12288 i32.const 3 local.get $2 @@ -45348,29 +44749,29 @@ local.tee $3 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $3 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i64.const 9 @@ -45379,31 +44780,31 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3 i32.const 103 @@ -45412,24 +44813,24 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $7 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 i32.const 1002 @@ -45438,18 +44839,18 @@ i32.const 10 call $~lib/typedarray/Uint16Array#constructor local.tee $4 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/typedarray/Int16Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 1 i32.const 66 @@ -45458,16 +44859,16 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $5 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -45479,25 +44880,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $4 - i32.store $0 + i32.store local.get $5 i32.const 11088 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $8 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/typedarray/Int16Array#get:length local.get $8 @@ -45508,17 +44909,17 @@ global.get $~lib/memory/__stack_pointer local.tee $9 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 - i32.load $0 offset=4 + i32.load offset=4 i32.const 6 i32.add local.set $5 local.get $9 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11092 - i32.load $0 + i32.load local.set $9 loop $for-loop|0 local.get $0 @@ -45535,7 +44936,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.tee $1 i32.trunc_sat_f32_u i32.const 0 @@ -45545,7 +44946,7 @@ f32.const 0 f32.eq select - i32.store16 $0 + i32.store16 local.get $0 i32.const 1 i32.add @@ -45559,7 +44960,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 1 i32.const 66 @@ -45568,22 +44969,22 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $6 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 1 i32.const 66 @@ -45592,16 +44993,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -45613,25 +45014,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $4 - i32.store $0 + i32.store local.get $0 i32.const 11184 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/typedarray/Int16Array#get:length local.get $5 @@ -45642,21 +45043,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 - i32.load $0 offset=4 + i32.load offset=4 i32.const 4 i32.add local.set $6 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11188 - i32.load $0 + i32.load local.set $8 i32.const 0 local.set $0 - loop $for-loop|04 + loop $for-loop|00 local.get $0 local.get $5 i32.lt_s @@ -45671,7 +45072,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.tee $2 i32.trunc_sat_f64_u i32.const 0 @@ -45681,12 +45082,12 @@ f64.const 0 f64.eq select - i32.store16 $0 + i32.store16 local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|04 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer @@ -45695,7 +45096,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 1 i32.const 66 @@ -45704,39 +45105,39 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $3 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $7 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/typedarray/Int16Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 1 i32.const 66 @@ -45745,7 +45146,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> @@ -45790,19 +45191,19 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $0 - i32.store $0 + i32.store local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/array/Array#get:length local.set $4 @@ -45814,7 +45215,7 @@ else global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.get $2 @@ -45833,9 +45234,9 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 i32.const 2 i32.shl @@ -45843,14 +45244,14 @@ local.set $0 local.get $3 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.get $4 i32.const 2 i32.shl - memory.copy $0 $0 + memory.copy local.get $3 i32.const 12 i32.add @@ -45876,17 +45277,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -45917,16 +45318,16 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length local.get $4 @@ -45946,14 +45347,14 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/typedarray/Int32Array#__uget local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/typedarray/Int32Array#__uget @@ -45963,7 +45364,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 12592 - i32.store $0 + i32.store i32.const 12592 i32.const 3 local.get $2 @@ -46016,25 +45417,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int64Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.get $3 @@ -46052,17 +45453,17 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 24 i32.add local.set $2 local.get $4 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 i32.const 0 local.set $0 @@ -46081,8 +45482,8 @@ i32.const 3 i32.shl i32.add - i64.load $0 - i64.store32 $0 + i64.load + i64.store32 local.get $0 i32.const 1 i32.add @@ -46117,25 +45518,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int8Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.get $3 @@ -46151,15 +45552,15 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $4 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 i32.const 0 local.set $0 @@ -46176,8 +45577,8 @@ local.get $0 local.get $1 i32.add - i32.load8_u $0 - i32.store $0 + i32.load8_u + i32.store local.get $0 i32.const 1 i32.add @@ -46212,25 +45613,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int16Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.get $3 @@ -46248,17 +45649,17 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 16 i32.add local.set $2 local.get $4 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 i32.const 0 local.set $0 @@ -46277,8 +45678,8 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 - i32.store $0 + i32.load16_s + i32.store local.get $0 i32.const 1 i32.add @@ -46313,25 +45714,25 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 11264 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 11264 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11264 call $~lib/array/Array#get:length local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.get $1 @@ -46349,17 +45750,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 28 i32.add local.set $3 local.get $2 i32.const 11264 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11268 - i32.load $0 + i32.load local.set $2 i32.const 0 local.set $0 @@ -46376,8 +45777,8 @@ local.get $0 local.get $2 i32.add - i32.load8_s $0 - i32.store $0 + i32.load8_s + i32.store local.get $0 i32.const 1 i32.add @@ -46416,29 +45817,29 @@ local.tee $3 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $3 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 i64.const 9 @@ -46447,31 +45848,31 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3 i32.const 103 @@ -46480,24 +45881,24 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $8 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 2 i32.const 1002 @@ -46506,20 +45907,20 @@ i32.const 10 call $~lib/typedarray/Int32Array#constructor local.tee $4 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 i32.const 11008 i32.const 0 call $~lib/typedarray/Int32Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 2 i32.const 17 @@ -46528,16 +45929,16 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $5 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -46549,25 +45950,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $4 - i32.store $0 + i32.store local.get $5 i32.const 11088 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/typedarray/Int32Array#get:length local.get $5 @@ -46578,17 +45979,17 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 - i32.load $0 offset=4 + i32.load offset=4 i32.const 12 i32.add local.set $9 local.get $6 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11092 - i32.load $0 + i32.load local.set $10 loop $for-loop|0 local.get $0 @@ -46601,7 +46002,7 @@ i32.shl local.tee $6 i32.add - f32.load $0 + f32.load local.set $1 local.get $6 local.get $9 @@ -46615,7 +46016,7 @@ f32.const 0 f32.eq select - i32.store $0 + i32.store local.get $0 i32.const 1 i32.add @@ -46629,7 +46030,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 2 i32.const 17 @@ -46638,22 +46039,22 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $7 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 2 i32.const 17 @@ -46662,16 +46063,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -46683,25 +46084,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $4 - i32.store $0 + i32.store local.get $0 i32.const 11184 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/typedarray/Int32Array#get:length local.get $5 @@ -46712,21 +46113,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 - i32.load $0 offset=4 + i32.load offset=4 i32.const 8 i32.add local.set $6 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11188 - i32.load $0 + i32.load local.set $7 i32.const 0 local.set $0 - loop $for-loop|04 + loop $for-loop|00 local.get $0 local.get $5 i32.lt_s @@ -46741,7 +46142,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.tee $2 i32.trunc_sat_f64_s i32.const 0 @@ -46751,12 +46152,12 @@ f64.const 0 f64.eq select - i32.store $0 + i32.store local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|04 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer @@ -46765,7 +46166,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 2 i32.const 17 @@ -46774,39 +46175,39 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $3 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $8 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/typedarray/Int32Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 2 i32.const 17 @@ -46815,7 +46216,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> @@ -46859,17 +46260,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $0 local.get $2 i32.const 4 @@ -46900,16 +46301,16 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i32.const 0 - i32.store $0 + i32.store local.get $3 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length local.get $4 @@ -46929,14 +46330,14 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/typedarray/Uint32Array#__uget local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/typedarray/Uint32Array#__uget @@ -46946,7 +46347,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 12960 - i32.store $0 + i32.store i32.const 12960 i32.const 3 local.get $2 @@ -47003,29 +46404,29 @@ local.tee $3 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $3 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $7 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 2 i64.const 9 @@ -47034,31 +46435,31 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3 i32.const 103 @@ -47067,24 +46468,24 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $8 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 2 i32.const 1002 @@ -47093,20 +46494,20 @@ i32.const 10 call $~lib/typedarray/Uint32Array#constructor local.tee $4 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 i32.const 11008 i32.const 0 call $~lib/typedarray/Int32Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 2 i32.const 67 @@ -47115,16 +46516,16 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $5 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -47136,25 +46537,25 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 local.get $4 - i32.store $0 + i32.store local.get $5 i32.const 11088 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/typedarray/Int32Array#get:length local.get $5 @@ -47165,17 +46566,17 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 - i32.load $0 offset=4 + i32.load offset=4 i32.const 12 i32.add local.set $9 local.get $6 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11092 - i32.load $0 + i32.load local.set $10 loop $for-loop|0 local.get $0 @@ -47188,7 +46589,7 @@ i32.shl local.tee $6 i32.add - f32.load $0 + f32.load local.set $1 local.get $6 local.get $9 @@ -47202,7 +46603,7 @@ f32.const 0 f32.eq select - i32.store $0 + i32.store local.get $0 i32.const 1 i32.add @@ -47216,7 +46617,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 2 i32.const 67 @@ -47225,22 +46626,22 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $7 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 2 i32.const 67 @@ -47249,16 +46650,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -47270,25 +46671,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $4 - i32.store $0 + i32.store local.get $0 i32.const 11184 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/typedarray/Int32Array#get:length local.get $5 @@ -47299,21 +46700,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 - i32.load $0 offset=4 + i32.load offset=4 i32.const 8 i32.add local.set $6 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11188 - i32.load $0 + i32.load local.set $7 i32.const 0 local.set $0 - loop $for-loop|04 + loop $for-loop|00 local.get $0 local.get $5 i32.lt_s @@ -47328,7 +46729,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.tee $2 i32.trunc_sat_f64_u i32.const 0 @@ -47338,12 +46739,12 @@ f64.const 0 f64.eq select - i32.store $0 + i32.store local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|04 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer @@ -47352,7 +46753,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 2 i32.const 67 @@ -47361,39 +46762,39 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $3 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $8 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/typedarray/Int32Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 2 i32.const 67 @@ -47402,7 +46803,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> @@ -47448,25 +46849,25 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 11008 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 11008 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11008 call $~lib/array/Array#get:length local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.get $1 @@ -47482,15 +46883,15 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 local.get $2 i32.const 11008 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11012 - i32.load $0 + i32.load local.set $2 i32.const 0 local.set $0 @@ -47509,8 +46910,8 @@ i32.const 2 i32.shl i32.add - i64.load32_s $0 - i64.store $0 + i64.load32_s + i64.store local.get $0 i32.const 1 i32.add @@ -47544,17 +46945,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $3 local.get $2 i32.const 4 @@ -47585,16 +46986,16 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i32.const 0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length local.get $5 @@ -47614,14 +47015,14 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/typedarray/Int64Array#__uget local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/typedarray/Int64Array#__uget @@ -47631,7 +47032,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 13376 - i32.store $0 + i32.store i32.const 13376 i32.const 3 local.get $2 @@ -47683,25 +47084,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int64Array#get:length local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.get $2 @@ -47719,22 +47120,22 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 48 i32.add local.set $0 local.get $3 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.get $2 i32.const 3 i32.shl - memory.copy $0 $0 + memory.copy local.get $3 i32.const 12 i32.add @@ -47762,25 +47163,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int8Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.get $3 @@ -47796,15 +47197,15 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $4 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 i32.const 0 local.set $0 @@ -47821,8 +47222,8 @@ local.get $0 local.get $1 i32.add - i64.load8_u $0 - i64.store $0 + i64.load8_u + i64.store local.get $0 i32.const 1 i32.add @@ -47857,25 +47258,25 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int16Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.get $3 @@ -47893,17 +47294,17 @@ global.get $~lib/memory/__stack_pointer local.tee $4 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 32 i32.add local.set $2 local.get $4 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 i32.const 0 local.set $0 @@ -47922,8 +47323,8 @@ i32.const 1 i32.shl i32.add - i64.load16_s $0 - i64.store $0 + i64.load16_s + i64.store local.get $0 i32.const 1 i32.add @@ -47958,25 +47359,25 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 11264 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 11264 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11264 call $~lib/array/Array#get:length local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.get $1 @@ -47994,17 +47395,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 56 i32.add local.set $3 local.get $2 i32.const 11264 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11268 - i32.load $0 + i32.load local.set $2 i32.const 0 local.set $0 @@ -48021,8 +47422,8 @@ local.get $0 local.get $2 i32.add - i64.load8_s $0 - i64.store $0 + i64.load8_s + i64.store local.get $0 i32.const 1 i32.add @@ -48060,29 +47461,29 @@ local.tee $3 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $3 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 2 i64.const 9 @@ -48091,31 +47492,31 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3 i32.const 103 @@ -48124,24 +47525,24 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $6 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 1002 @@ -48150,18 +47551,18 @@ i32.const 10 call $~lib/typedarray/Int64Array#constructor local.tee $4 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/typedarray/Int64Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 3 i32.const 68 @@ -48170,16 +47571,16 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $7 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -48191,25 +47592,25 @@ global.get $~lib/memory/__stack_pointer local.tee $7 i64.const 0 - i64.store $0 + i64.store local.get $7 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $4 - i32.store $0 + i32.store local.get $7 i32.const 11088 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $7 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/typedarray/Int64Array#get:length local.get $7 @@ -48220,17 +47621,17 @@ global.get $~lib/memory/__stack_pointer local.tee $8 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 - i32.load $0 offset=4 + i32.load offset=4 i32.const 24 i32.add local.set $9 local.get $8 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11092 - i32.load $0 + i32.load local.set $8 loop $for-loop|0 local.get $0 @@ -48247,7 +47648,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.tee $2 i64.trunc_sat_f32_s i64.const 0 @@ -48257,7 +47658,7 @@ f32.const 0 f32.eq select - i64.store $0 + i64.store local.get $0 i32.const 1 i32.add @@ -48271,7 +47672,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 3 i32.const 68 @@ -48280,22 +47681,22 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $5 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 3 i32.const 68 @@ -48304,16 +47705,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -48325,25 +47726,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $4 - i32.store $0 + i32.store local.get $0 i32.const 11184 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/typedarray/Int64Array#get:length local.get $5 @@ -48354,21 +47755,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 - i32.load $0 offset=4 + i32.load offset=4 i32.const 16 i32.add local.set $7 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11188 - i32.load $0 + i32.load local.set $8 i32.const 0 local.set $0 - loop $for-loop|04 + loop $for-loop|00 local.get $0 local.get $5 i32.lt_s @@ -48379,7 +47780,7 @@ i32.shl local.tee $9 i32.add - f64.load $0 + f64.load local.set $1 local.get $7 local.get $9 @@ -48393,12 +47794,12 @@ f64.const 0 f64.eq select - i64.store $0 + i64.store local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|04 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer @@ -48407,7 +47808,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 3 i32.const 68 @@ -48416,39 +47817,39 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $3 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $6 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/typedarray/Int64Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 3 i32.const 68 @@ -48457,7 +47858,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> @@ -48502,17 +47903,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $3 local.get $2 i32.const 4 @@ -48543,16 +47944,16 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i32.const 0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length local.get $5 @@ -48572,14 +47973,14 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/typedarray/Uint64Array#__uget local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/typedarray/Uint64Array#__uget @@ -48589,7 +47990,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 13984 - i32.store $0 + i32.store i32.const 13984 i32.const 3 local.get $2 @@ -48645,29 +48046,29 @@ local.tee $3 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $3 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $5 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 2 i64.const 9 @@ -48676,31 +48077,31 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $3 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 3 i32.const 103 @@ -48709,24 +48110,24 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $6 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 1002 @@ -48735,18 +48136,18 @@ i32.const 10 call $~lib/typedarray/Uint64Array#constructor local.tee $4 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/typedarray/Int64Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 3 i32.const 69 @@ -48755,16 +48156,16 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $7 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -48776,25 +48177,25 @@ global.get $~lib/memory/__stack_pointer local.tee $7 i64.const 0 - i64.store $0 + i64.store local.get $7 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $4 - i32.store $0 + i32.store local.get $7 i32.const 11088 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $7 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/typedarray/Int64Array#get:length local.get $7 @@ -48805,17 +48206,17 @@ global.get $~lib/memory/__stack_pointer local.tee $8 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 - i32.load $0 offset=4 + i32.load offset=4 i32.const 24 i32.add local.set $9 local.get $8 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11092 - i32.load $0 + i32.load local.set $8 loop $for-loop|0 local.get $0 @@ -48832,7 +48233,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.tee $2 i64.trunc_sat_f32_u i64.const 0 @@ -48842,7 +48243,7 @@ f32.const 0 f32.eq select - i64.store $0 + i64.store local.get $0 i32.const 1 i32.add @@ -48856,7 +48257,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 3 i32.const 69 @@ -48865,22 +48266,22 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $5 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 3 i32.const 69 @@ -48889,16 +48290,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -48910,25 +48311,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $4 - i32.store $0 + i32.store local.get $0 i32.const 11184 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 call $~lib/typedarray/Int64Array#get:length local.get $5 @@ -48939,21 +48340,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 - i32.load $0 offset=4 + i32.load offset=4 i32.const 16 i32.add local.set $7 local.get $0 i32.const 11184 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11188 - i32.load $0 + i32.load local.set $8 i32.const 0 local.set $0 - loop $for-loop|04 + loop $for-loop|00 local.get $0 local.get $5 i32.lt_s @@ -48964,7 +48365,7 @@ i32.shl local.tee $9 i32.add - f64.load $0 + f64.load local.set $1 local.get $7 local.get $9 @@ -48978,12 +48379,12 @@ f64.const 0 f64.eq select - i64.store $0 + i64.store local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|04 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer @@ -48992,7 +48393,7 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 3 i32.const 69 @@ -49001,39 +48402,39 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $3 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $6 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/typedarray/Int64Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10 i32.const 3 i32.const 69 @@ -49042,7 +48443,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> @@ -49087,17 +48488,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $3 local.get $2 i32.const 4 @@ -49128,16 +48529,16 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i32.const 0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length local.get $5 @@ -49157,14 +48558,14 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/typedarray/Float32Array#__uget local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/typedarray/Float32Array#__uget @@ -49174,7 +48575,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 14544 - i32.store $0 + i32.store i32.const 14544 i32.const 3 local.get $2 @@ -49229,30 +48630,30 @@ local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $1 i32.const 3 call $~lib/typedarray/Int64Array#constructor - local.tee $5 - i32.store $0 + local.tee $6 + i32.store global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=4 - local.get $5 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set @@ -49260,31 +48661,31 @@ i32.const 4 call $~lib/typedarray/Uint8Array#constructor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 3 i32.const 103 @@ -49293,24 +48694,24 @@ i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $2 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 2 i32.const 1002 @@ -49318,14 +48719,14 @@ global.get $~lib/memory/__stack_pointer i32.const 10 call $~lib/typedarray/Float32Array#constructor - local.tee $6 - i32.store $0 offset=16 + local.tee $3 + i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -49335,62 +48736,62 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $4 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $4 i32.const 0 - i32.store $0 offset=8 - local.get $3 - local.get $6 - i32.store $0 + i32.store offset=8 + local.get $4 local.get $3 + i32.store + local.get $4 i32.const 11008 - i32.store $0 offset=4 - local.get $3 + i32.store offset=4 + local.get $4 i32.const 11008 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11008 call $~lib/array/Array#get:length - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=8 - local.get $6 - call $~lib/typedarray/Int32Array#get:length local.get $3 + i32.store offset=8 + local.get $3 + call $~lib/typedarray/Int32Array#get:length + local.get $4 i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $6 - i32.store $0 offset=8 - local.get $6 - i32.load $0 offset=4 + local.tee $5 + local.get $3 + i32.store offset=8 + local.get $3 + i32.load offset=4 local.set $7 - local.get $4 + local.get $5 i32.const 11008 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11012 - i32.load $0 + i32.load local.set $8 loop $for-loop|0 local.get $0 - local.get $3 + local.get $4 i32.lt_s if local.get $7 local.get $0 i32.const 2 i32.shl - local.tee $4 + local.tee $5 i32.add - local.get $4 + local.get $5 local.get $8 i32.add - i32.load $0 + i32.load f32.convert_i32_s - f32.store $0 + f32.store local.get $0 i32.const 1 i32.add @@ -49403,8 +48804,8 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 i32.const 10 i32.const 2 i32.const 62 @@ -49413,23 +48814,23 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 - local.get $6 + i32.store offset=20 + local.get $3 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 - i32.store $0 offset=20 - local.get $6 + i32.store offset=20 + local.get $3 i32.const 11088 i32.const 3 call $~lib/typedarray/Int32Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 i32.const 10 i32.const 2 i32.const 62 @@ -49438,16 +48839,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 - local.get $6 + i32.store offset=20 + local.get $3 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store $0 offset=20 + local.get $6 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -49459,72 +48860,72 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $6 - i32.store $0 + local.get $3 + i32.store local.get $0 - local.get $5 - i32.store $0 offset=4 + local.get $6 + i32.store offset=4 local.get $0 - local.get $5 - i32.store $0 offset=8 - local.get $5 - call $~lib/typedarray/Int64Array#get:length - local.set $3 - global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 - call $~lib/typedarray/Int32Array#get:length + call $~lib/typedarray/Int64Array#get:length + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $3 + i32.store offset=8 + local.get $3 + call $~lib/typedarray/Int32Array#get:length + local.get $4 i32.const 6 i32.add i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $6 - i32.store $0 offset=8 - local.get $6 - i32.load $0 offset=4 + local.get $3 + i32.store offset=8 + local.get $3 + i32.load offset=4 i32.const 24 i32.add - local.set $4 - local.get $0 - local.get $5 - i32.store $0 offset=8 - local.get $5 - i32.load $0 offset=4 local.set $5 + local.get $0 + local.get $6 + i32.store offset=8 + local.get $6 + i32.load offset=4 + local.set $6 i32.const 0 local.set $0 - loop $for-loop|04 + loop $for-loop|00 local.get $0 - local.get $3 + local.get $4 i32.lt_s if - local.get $4 + local.get $5 local.get $0 i32.const 2 i32.shl i32.add - local.get $5 + local.get $6 local.get $0 i32.const 3 i32.shl i32.add - i64.load $0 + i64.load f32.convert_i64_s - f32.store $0 + f32.store local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|04 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer @@ -49532,8 +48933,8 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 i32.const 10 i32.const 2 i32.const 62 @@ -49542,16 +48943,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 - local.get $6 + i32.store offset=20 + local.get $3 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -49563,51 +48964,51 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $6 - i32.store $0 + local.get $3 + i32.store local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int8Array#get:length - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=8 - local.get $6 - call $~lib/typedarray/Int32Array#get:length local.get $3 + i32.store offset=8 + local.get $3 + call $~lib/typedarray/Int32Array#get:length + local.get $4 i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $6 - i32.store $0 offset=8 - local.get $6 - i32.load $0 offset=4 - local.set $4 + local.get $3 + i32.store offset=8 + local.get $3 + i32.load offset=4 + local.set $5 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 i32.const 0 local.set $0 - loop $for-loop|05 + loop $for-loop|01 local.get $0 - local.get $3 + local.get $4 i32.lt_s if - local.get $4 + local.get $5 local.get $0 i32.const 2 i32.shl @@ -49615,14 +49016,14 @@ local.get $0 local.get $1 i32.add - i32.load8_u $0 + i32.load8_u f32.convert_i32_u - f32.store $0 + f32.store local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|05 + br $for-loop|01 end end global.get $~lib/memory/__stack_pointer @@ -49630,11 +49031,11 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -49646,26 +49047,26 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $6 - i32.store $0 + local.get $3 + i32.store local.get $0 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/typedarray/Int16Array#get:length local.set $1 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=8 - local.get $6 + local.get $3 + i32.store offset=8 + local.get $3 call $~lib/typedarray/Int32Array#get:length local.get $1 i32.const 4 @@ -49674,27 +49075,27 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $6 - i32.store $0 offset=8 - local.get $6 - i32.load $0 offset=4 + local.get $3 + i32.store offset=8 + local.get $3 + i32.load offset=4 i32.const 16 i32.add - local.set $3 + local.set $4 local.get $0 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 i32.const 0 local.set $0 - loop $for-loop|06 + loop $for-loop|02 local.get $0 local.get $1 i32.lt_s if - local.get $3 + local.get $4 local.get $0 i32.const 2 i32.shl @@ -49704,14 +49105,14 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s f32.convert_i32_s - f32.store $0 + f32.store local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|06 + br $for-loop|02 end end global.get $~lib/memory/__stack_pointer @@ -49719,11 +49120,11 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -49735,26 +49136,26 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $6 - i32.store $0 + local.get $3 + i32.store local.get $0 i32.const 11264 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11264 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11264 call $~lib/array/Array#get:length local.set $1 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=8 - local.get $6 + local.get $3 + i32.store offset=8 + local.get $3 call $~lib/typedarray/Int32Array#get:length local.get $1 i32.const 7 @@ -49763,22 +49164,22 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $6 - i32.store $0 offset=8 - local.get $6 - i32.load $0 offset=4 + local.get $3 + i32.store offset=8 + local.get $3 + i32.load offset=4 i32.const 28 i32.add local.set $2 local.get $0 i32.const 11264 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11268 - i32.load $0 - local.set $3 + i32.load + local.set $4 i32.const 0 local.set $0 - loop $for-loop|07 + loop $for-loop|03 local.get $0 local.get $1 i32.lt_s @@ -49789,16 +49190,16 @@ i32.shl i32.add local.get $0 - local.get $3 + local.get $4 i32.add - i32.load8_s $0 + i32.load8_s f32.convert_i32_s - f32.store $0 + f32.store local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|07 + br $for-loop|03 end end global.get $~lib/memory/__stack_pointer @@ -49806,8 +49207,8 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 i32.const 10 i32.const 2 i32.const 62 @@ -49816,8 +49217,8 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 - local.get $6 + i32.store offset=20 + local.get $3 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> global.get $~lib/memory/__stack_pointer @@ -49861,17 +49262,17 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.get $1 i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $3 local.get $2 i32.const 4 @@ -49902,16 +49303,16 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i32.const 0 - i32.store $0 + i32.store local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/array/Array#get:length local.get $5 @@ -49931,14 +49332,14 @@ if global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/typedarray/Float64Array#__uget local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/typedarray/Float64Array#__uget @@ -49948,7 +49349,7 @@ if global.get $~lib/memory/__stack_pointer i32.const 14896 - i32.store $0 + i32.store i32.const 14896 i32.const 3 local.get $2 @@ -50000,103 +49401,103 @@ local.tee $1 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $1 i32.const 3 call $~lib/typedarray/Int64Array#constructor - local.tee $1 - i32.store $0 + local.tee $2 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $2 + i32.store offset=4 + local.get $2 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $2 + i32.store offset=4 + local.get $2 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $2 + i32.store offset=4 + local.get $2 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/typedarray/Uint8Array#constructor - local.tee $2 - i32.store $0 offset=8 + local.tee $3 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor - local.tee $3 - i32.store $0 offset=12 + local.tee $4 + i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 + local.get $4 + i32.store offset=4 + local.get $4 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer i32.const 10 call $~lib/typedarray/Float64Array#constructor - local.tee $4 - i32.store $0 offset=16 + local.tee $1 + i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -50108,42 +49509,42 @@ global.get $~lib/memory/__stack_pointer local.tee $5 i64.const 0 - i64.store $0 + i64.store local.get $5 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $5 - local.get $4 - i32.store $0 + local.get $1 + i32.store local.get $5 i32.const 11008 - i32.store $0 offset=4 + i32.store offset=4 local.get $5 i32.const 11008 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11008 call $~lib/array/Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=8 - local.get $4 + local.get $1 + i32.store offset=8 + local.get $1 call $~lib/typedarray/Int64Array#get:length local.get $5 i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $6 - local.get $4 - i32.store $0 offset=8 - local.get $4 - i32.load $0 offset=4 + local.get $1 + i32.store offset=8 + local.get $1 + i32.load offset=4 local.set $7 local.get $6 i32.const 11008 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11012 - i32.load $0 + i32.load local.set $6 loop $for-loop|0 local.get $0 @@ -50160,9 +49561,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load f64.convert_i32_s - f64.store $0 + f64.store local.get $0 i32.const 1 i32.add @@ -50175,8 +49576,8 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 i32.const 10 i32.const 3 i32.const 63 @@ -50185,16 +49586,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 - local.get $4 + i32.store offset=20 + local.get $1 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -50206,26 +49607,26 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $4 - i32.store $0 + local.get $1 + i32.store local.get $0 i32.const 11088 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=8 - local.get $4 + local.get $1 + i32.store offset=8 + local.get $1 call $~lib/typedarray/Int64Array#get:length local.get $5 i32.const 3 @@ -50234,22 +49635,22 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 offset=8 - local.get $4 - i32.load $0 offset=4 + local.get $1 + i32.store offset=8 + local.get $1 + i32.load offset=4 i32.const 24 i32.add local.set $6 local.get $0 i32.const 11088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11092 - i32.load $0 + i32.load local.set $7 i32.const 0 local.set $0 - loop $for-loop|04 + loop $for-loop|00 local.get $0 local.get $5 i32.lt_s @@ -50264,14 +49665,14 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load f64.promote_f32 - f64.store $0 + f64.store local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|04 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer @@ -50279,8 +49680,8 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 i32.const 10 i32.const 3 i32.const 63 @@ -50289,16 +49690,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 - local.get $4 + i32.store offset=20 + local.get $1 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 - global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=20 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -50310,26 +49711,26 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 - local.get $0 - local.get $4 - i32.store $0 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 + local.get $2 + i32.store offset=4 + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 call $~lib/typedarray/Int64Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=8 - local.get $4 + local.get $1 + i32.store offset=8 + local.get $1 call $~lib/typedarray/Int64Array#get:length local.get $5 i32.const 6 @@ -50338,22 +49739,22 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 offset=8 - local.get $4 - i32.load $0 offset=4 + local.get $1 + i32.store offset=8 + local.get $1 + i32.load offset=4 i32.const 48 i32.add local.set $6 local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - i32.load $0 offset=4 - local.set $1 + local.get $2 + i32.store offset=8 + local.get $2 + i32.load offset=4 + local.set $2 i32.const 0 local.set $0 - loop $for-loop|05 + loop $for-loop|01 local.get $0 local.get $5 i32.lt_s @@ -50364,17 +49765,17 @@ i32.shl local.tee $7 i32.add - local.get $1 + local.get $2 local.get $7 i32.add - i64.load $0 + i64.load f64.convert_i64_s - f64.store $0 + f64.store local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|05 + br $for-loop|01 end end global.get $~lib/memory/__stack_pointer @@ -50382,8 +49783,8 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 i32.const 10 i32.const 3 i32.const 63 @@ -50392,16 +49793,16 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 - local.get $4 + i32.store offset=20 + local.get $1 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=20 + local.get $3 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -50413,48 +49814,48 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $4 - i32.store $0 + local.get $1 + i32.store local.get $0 - local.get $2 - i32.store $0 offset=4 + local.get $3 + i32.store offset=4 local.get $0 - local.get $2 - i32.store $0 offset=8 - local.get $2 + local.get $3 + i32.store offset=8 + local.get $3 call $~lib/typedarray/Int8Array#get:length - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=8 - local.get $4 - call $~lib/typedarray/Int64Array#get:length local.get $1 + i32.store offset=8 + local.get $1 + call $~lib/typedarray/Int64Array#get:length + local.get $2 i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 offset=8 - local.get $4 - i32.load $0 offset=4 + local.get $1 + i32.store offset=8 + local.get $1 + i32.load offset=4 local.set $5 local.get $0 - local.get $2 - i32.store $0 offset=8 - local.get $2 - i32.load $0 offset=4 - local.set $2 + local.get $3 + i32.store offset=8 + local.get $3 + i32.load offset=4 + local.set $3 i32.const 0 local.set $0 - loop $for-loop|06 + loop $for-loop|02 local.get $0 - local.get $1 + local.get $2 i32.lt_s if local.get $5 @@ -50463,16 +49864,16 @@ i32.shl i32.add local.get $0 - local.get $2 + local.get $3 i32.add - i32.load8_u $0 + i32.load8_u f64.convert_i32_u - f64.store $0 + f64.store local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|06 + br $for-loop|02 end end global.get $~lib/memory/__stack_pointer @@ -50480,11 +49881,11 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=20 + local.get $4 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -50496,72 +49897,72 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $4 - i32.store $0 + local.get $1 + i32.store local.get $0 - local.get $3 - i32.store $0 offset=4 + local.get $4 + i32.store offset=4 local.get $0 - local.get $3 - i32.store $0 offset=8 - local.get $3 - call $~lib/typedarray/Int16Array#get:length - local.set $1 - global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 - call $~lib/typedarray/Int64Array#get:length + call $~lib/typedarray/Int16Array#get:length + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 local.get $1 + call $~lib/typedarray/Int64Array#get:length + local.get $2 i32.const 4 i32.add i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 offset=8 - local.get $4 - i32.load $0 offset=4 + local.get $1 + i32.store offset=8 + local.get $1 + i32.load offset=4 i32.const 32 i32.add - local.set $2 - local.get $0 - local.get $3 - i32.store $0 offset=8 - local.get $3 - i32.load $0 offset=4 local.set $3 + local.get $0 + local.get $4 + i32.store offset=8 + local.get $4 + i32.load offset=4 + local.set $4 i32.const 0 local.set $0 - loop $for-loop|07 + loop $for-loop|03 local.get $0 - local.get $1 + local.get $2 i32.lt_s if - local.get $2 + local.get $3 local.get $0 i32.const 3 i32.shl i32.add - local.get $3 + local.get $4 local.get $0 i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s f64.convert_i32_s - f64.store $0 + f64.store local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|07 + br $for-loop|03 end end global.get $~lib/memory/__stack_pointer @@ -50569,11 +49970,11 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -50585,70 +49986,70 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $4 - i32.store $0 + local.get $1 + i32.store local.get $0 i32.const 11264 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 11264 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11264 call $~lib/array/Array#get:length - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=8 - local.get $4 - call $~lib/typedarray/Int64Array#get:length local.get $1 + i32.store offset=8 + local.get $1 + call $~lib/typedarray/Int64Array#get:length + local.get $2 i32.const 7 i32.add i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer local.tee $0 - local.get $4 - i32.store $0 offset=8 - local.get $4 - i32.load $0 offset=4 + local.get $1 + i32.store offset=8 + local.get $1 + i32.load offset=4 i32.const 56 i32.add - local.set $2 + local.set $3 local.get $0 i32.const 11264 - i32.store $0 offset=8 + i32.store offset=8 i32.const 11268 - i32.load $0 - local.set $3 + i32.load + local.set $4 i32.const 0 local.set $0 - loop $for-loop|08 + loop $for-loop|04 local.get $0 - local.get $1 + local.get $2 i32.lt_s if - local.get $2 + local.get $3 local.get $0 i32.const 3 i32.shl i32.add local.get $0 - local.get $3 + local.get $4 i32.add - i32.load8_s $0 + i32.load8_s f64.convert_i32_s - f64.store $0 + f64.store local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|08 + br $for-loop|04 end end global.get $~lib/memory/__stack_pointer @@ -50656,8 +50057,8 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 i32.const 10 i32.const 3 i32.const 63 @@ -50666,8 +50067,8 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 - local.get $4 + i32.store offset=20 + local.get $1 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> global.get $~lib/memory/__stack_pointer @@ -50703,6 +50104,7 @@ (local $12 i32) (local $13 i64) (local $14 i32) + (local $15 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -50720,7 +50122,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $folding-inner0 local.get $1 i32.const 48 @@ -50743,10 +50145,10 @@ br $break|0 end local.get $0 - i32.load8_s $0 + i32.load8_s local.set $1 local.get $0 - i32.load8_s $0 offset=1 + i32.load8_s offset=1 local.set $3 i32.const 2 global.set $~argumentsLength @@ -50756,15 +50158,15 @@ local.get $1 local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $4 select - i32.store8 $0 + i32.store8 local.get $0 - i32.load8_s $0 offset=2 + i32.load8_s offset=2 local.set $5 i32.const 2 global.set $~argumentsLength @@ -50778,25 +50180,25 @@ local.get $1 local.get $5 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $3 select - i32.store8 $0 offset=1 + i32.store8 offset=1 local.get $0 local.get $1 local.get $5 local.get $3 select - i32.store8 $0 offset=2 + i32.store8 offset=2 end local.get $0 - i32.load8_s $0 + i32.load8_s local.set $1 local.get $0 - i32.load8_s $0 offset=1 + i32.load8_s offset=1 local.set $3 i32.const 2 global.set $~argumentsLength @@ -50806,24 +50208,24 @@ local.get $1 local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $2 select - i32.store8 $0 + i32.store8 local.get $0 local.get $1 local.get $3 local.get $2 select - i32.store8 $0 offset=1 + i32.store8 offset=1 br $folding-inner0 end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -50870,7 +50272,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add @@ -50891,7 +50293,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -50909,7 +50311,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 31 @@ -50934,7 +50336,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $4 i32.const 1 @@ -50954,7 +50356,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $6 local.get $9 @@ -51002,29 +50404,28 @@ local.get $7 i32.gt_u if - local.get $10 local.get $1 i32.const 2 i32.shl + local.tee $14 + local.get $10 i32.add - i32.load $0 + local.tee $15 + i32.load local.tee $8 i32.const -1 i32.ne if - local.get $1 - i32.const 2 - i32.shl - local.tee $14 local.get $11 + local.get $14 i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $8 local.get $3 @@ -51032,11 +50433,9 @@ local.get $12 local.get $2 call $~lib/util/sort/mergeRuns - local.get $10 - local.get $14 - i32.add + local.get $15 i32.const -1 - i32.store $0 + i32.store local.get $8 local.set $3 end @@ -51054,12 +50453,12 @@ local.get $10 i32.add local.get $3 - i32.store $0 + i32.store local.get $1 local.get $11 i32.add local.get $4 - i32.store $0 + i32.store local.get $6 local.set $3 local.get $5 @@ -51072,31 +50471,30 @@ loop $for-loop|4 local.get $1 if - local.get $10 local.get $1 i32.const 2 i32.shl - i32.add - i32.load $0 local.tee $3 + local.get $10 + i32.add + i32.load + local.tee $4 i32.const -1 i32.ne if + local.get $3 local.get $11 - local.get $1 - i32.const 2 - i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 - local.get $3 local.get $4 + local.get $3 local.get $9 local.get $12 local.get $2 @@ -51145,22 +50543,22 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $2 local.get $3 local.get $1 @@ -51175,7 +50573,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -51186,43 +50583,43 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $1 + i64.store offset=8 + local.get $0 i32.const 3 call $~lib/typedarray/Int8Array#constructor - local.tee $1 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 2 i32.const 1 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 i32.const 3 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 0 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -51234,47 +50631,36 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 i32.const 0 - i32.store $0 offset=8 - block $1of1 - block $0of1 - block $outOfRange - global.get $~argumentsLength - br_table $0of1 $1of1 $outOfRange - end - unreachable - end - i32.const 15344 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 15344 - i32.store $0 - end + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $1 - i32.store $0 offset=4 - local.get $3 + i32.const 15344 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $2 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=4 + local.get $2 + i32.const 15344 + i32.store offset=8 local.get $0 + i32.const 15344 call $~lib/typedarray/Int8Array#sort local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Int8Array#__get @@ -51290,7 +50676,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Int8Array#__get @@ -51306,7 +50692,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Int8Array#__get @@ -51323,17 +50709,17 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 15376 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 15376 call $~lib/typedarray/Int8Array#sort drop global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Int8Array#__get @@ -51349,7 +50735,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Int8Array#__get @@ -51365,7 +50751,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Int8Array#__get @@ -51405,6 +50791,7 @@ (local $12 i32) (local $13 i64) (local $14 i32) + (local $15 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -51422,7 +50809,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $folding-inner0 local.get $1 i32.const 48 @@ -51445,10 +50832,10 @@ br $break|0 end local.get $0 - i32.load8_u $0 + i32.load8_u local.set $1 local.get $0 - i32.load8_u $0 offset=1 + i32.load8_u offset=1 local.set $3 i32.const 2 global.set $~argumentsLength @@ -51458,15 +50845,15 @@ local.get $1 local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $4 select - i32.store8 $0 + i32.store8 local.get $0 - i32.load8_u $0 offset=2 + i32.load8_u offset=2 local.set $5 i32.const 2 global.set $~argumentsLength @@ -51480,25 +50867,25 @@ local.get $1 local.get $5 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $3 select - i32.store8 $0 offset=1 + i32.store8 offset=1 local.get $0 local.get $1 local.get $5 local.get $3 select - i32.store8 $0 offset=2 + i32.store8 offset=2 end local.get $0 - i32.load8_u $0 + i32.load8_u local.set $1 local.get $0 - i32.load8_u $0 offset=1 + i32.load8_u offset=1 local.set $3 i32.const 2 global.set $~argumentsLength @@ -51508,24 +50895,24 @@ local.get $1 local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $2 select - i32.store8 $0 + i32.store8 local.get $0 local.get $1 local.get $3 local.get $2 select - i32.store8 $0 offset=1 + i32.store8 offset=1 br $folding-inner0 end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -51572,7 +50959,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add @@ -51593,7 +50980,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -51611,7 +50998,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 31 @@ -51636,7 +51023,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $4 i32.const 1 @@ -51656,7 +51043,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $6 local.get $9 @@ -51704,29 +51091,28 @@ local.get $7 i32.gt_u if - local.get $10 local.get $1 i32.const 2 i32.shl + local.tee $14 + local.get $10 i32.add - i32.load $0 + local.tee $15 + i32.load local.tee $8 i32.const -1 i32.ne if - local.get $1 - i32.const 2 - i32.shl - local.tee $14 local.get $11 + local.get $14 i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $8 local.get $3 @@ -51734,11 +51120,9 @@ local.get $12 local.get $2 call $~lib/util/sort/mergeRuns - local.get $10 - local.get $14 - i32.add + local.get $15 i32.const -1 - i32.store $0 + i32.store local.get $8 local.set $3 end @@ -51756,12 +51140,12 @@ local.get $10 i32.add local.get $3 - i32.store $0 + i32.store local.get $1 local.get $11 i32.add local.get $4 - i32.store $0 + i32.store local.get $6 local.set $3 local.get $5 @@ -51774,31 +51158,30 @@ loop $for-loop|4 local.get $1 if - local.get $10 local.get $1 i32.const 2 i32.shl - i32.add - i32.load $0 local.tee $3 + local.get $10 + i32.add + i32.load + local.tee $4 i32.const -1 i32.ne if + local.get $3 local.get $11 - local.get $1 - i32.const 2 - i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 - local.get $3 local.get $4 + local.get $3 local.get $9 local.get $12 local.get $2 @@ -51847,22 +51230,22 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $2 local.get $3 local.get $1 @@ -51877,7 +51260,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -51888,43 +51270,43 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $1 + i64.store offset=8 + local.get $0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor - local.tee $1 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 2 i32.const 1 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 i32.const 3 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 0 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -51936,47 +51318,36 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 i32.const 0 - i32.store $0 offset=8 - block $1of1 - block $0of1 - block $outOfRange - global.get $~argumentsLength - br_table $0of1 $1of1 $outOfRange - end - unreachable - end - i32.const 15408 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 15408 - i32.store $0 - end + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $1 - i32.store $0 offset=4 - local.get $3 + i32.const 15408 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $2 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=4 + local.get $2 + i32.const 15408 + i32.store offset=8 local.get $0 + i32.const 15408 call $~lib/typedarray/Uint8Array#sort local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -51992,7 +51363,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Uint8Array#__get @@ -52008,7 +51379,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Uint8Array#__get @@ -52025,17 +51396,17 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 15440 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 15440 call $~lib/typedarray/Uint8Array#sort drop global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -52051,7 +51422,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Uint8Array#__get @@ -52067,7 +51438,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Uint8Array#__get @@ -52098,7 +51469,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -52109,43 +51479,43 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $1 + i64.store offset=8 + local.get $0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor - local.tee $1 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 2 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 0 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -52157,47 +51527,36 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 i32.const 0 - i32.store $0 offset=8 - block $1of1 - block $0of1 - block $outOfRange - global.get $~argumentsLength - br_table $0of1 $1of1 $outOfRange - end - unreachable - end - i32.const 15472 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 15472 - i32.store $0 - end + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $1 - i32.store $0 offset=4 - local.get $3 + i32.const 15472 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $2 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=4 + local.get $2 + i32.const 15472 + i32.store offset=8 local.get $0 + i32.const 15472 call $~lib/typedarray/Uint8Array#sort local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#__get @@ -52213,7 +51572,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__get @@ -52229,7 +51588,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__get @@ -52246,17 +51605,17 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 15504 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 15504 call $~lib/typedarray/Uint8Array#sort drop global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#__get @@ -52272,7 +51631,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__get @@ -52288,7 +51647,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__get @@ -52328,6 +51687,7 @@ (local $12 i32) (local $13 i64) (local $14 i32) + (local $15 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -52345,7 +51705,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $folding-inner0 local.get $1 i32.const 48 @@ -52368,10 +51728,10 @@ br $break|0 end local.get $0 - i32.load16_s $0 + i32.load16_s local.set $1 local.get $0 - i32.load16_s $0 offset=2 + i32.load16_s offset=2 local.set $3 i32.const 2 global.set $~argumentsLength @@ -52381,15 +51741,15 @@ local.get $1 local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $4 select - i32.store16 $0 + i32.store16 local.get $0 - i32.load16_s $0 offset=4 + i32.load16_s offset=4 local.set $5 i32.const 2 global.set $~argumentsLength @@ -52403,25 +51763,25 @@ local.get $1 local.get $5 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $3 select - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 local.get $1 local.get $5 local.get $3 select - i32.store16 $0 offset=4 + i32.store16 offset=4 end local.get $0 - i32.load16_s $0 + i32.load16_s local.set $1 local.get $0 - i32.load16_s $0 offset=2 + i32.load16_s offset=2 local.set $3 i32.const 2 global.set $~argumentsLength @@ -52431,24 +51791,24 @@ local.get $1 local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $2 select - i32.store16 $0 + i32.store16 local.get $0 local.get $1 local.get $3 local.get $2 select - i32.store16 $0 offset=2 + i32.store16 offset=2 br $folding-inner0 end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -52495,7 +51855,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add @@ -52518,7 +51878,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -52536,7 +51896,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 31 @@ -52561,7 +51921,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $4 i32.const 1 @@ -52581,7 +51941,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $6 local.get $9 @@ -52629,29 +51989,28 @@ local.get $7 i32.gt_u if - local.get $10 local.get $1 i32.const 2 i32.shl + local.tee $14 + local.get $10 i32.add - i32.load $0 + local.tee $15 + i32.load local.tee $8 i32.const -1 i32.ne if - local.get $1 - i32.const 2 - i32.shl - local.tee $14 local.get $11 + local.get $14 i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $8 local.get $3 @@ -52659,11 +52018,9 @@ local.get $12 local.get $2 call $~lib/util/sort/mergeRuns - local.get $10 - local.get $14 - i32.add + local.get $15 i32.const -1 - i32.store $0 + i32.store local.get $8 local.set $3 end @@ -52681,12 +52038,12 @@ local.get $10 i32.add local.get $3 - i32.store $0 + i32.store local.get $1 local.get $11 i32.add local.get $4 - i32.store $0 + i32.store local.get $6 local.set $3 local.get $5 @@ -52699,31 +52056,30 @@ loop $for-loop|4 local.get $1 if - local.get $10 local.get $1 i32.const 2 i32.shl - i32.add - i32.load $0 local.tee $3 + local.get $10 + i32.add + i32.load + local.tee $4 i32.const -1 i32.ne if + local.get $3 local.get $11 - local.get $1 - i32.const 2 - i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 - local.get $3 local.get $4 + local.get $3 local.get $9 local.get $12 local.get $2 @@ -52772,22 +52128,22 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $2 local.get $3 local.get $1 @@ -52802,7 +52158,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -52813,43 +52168,43 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $1 + i64.store offset=8 + local.get $0 i32.const 3 call $~lib/typedarray/Int16Array#constructor - local.tee $1 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 2 i32.const 1 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 i32.const 3 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 0 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -52861,47 +52216,36 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 i32.const 0 - i32.store $0 offset=8 - block $1of1 - block $0of1 - block $outOfRange - global.get $~argumentsLength - br_table $0of1 $1of1 $outOfRange - end - unreachable - end - i32.const 15536 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 15536 - i32.store $0 - end + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $1 - i32.store $0 offset=4 - local.get $3 + i32.const 15536 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $2 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=4 + local.get $2 + i32.const 15536 + i32.store offset=8 local.get $0 + i32.const 15536 call $~lib/typedarray/Int16Array#sort local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Int16Array#__get @@ -52917,7 +52261,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Int16Array#__get @@ -52933,7 +52277,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Int16Array#__get @@ -52950,17 +52294,17 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 15568 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 15568 call $~lib/typedarray/Int16Array#sort drop global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Int16Array#__get @@ -52976,7 +52320,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Int16Array#__get @@ -52992,7 +52336,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Int16Array#__get @@ -53032,6 +52376,7 @@ (local $12 i32) (local $13 i64) (local $14 i32) + (local $15 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -53049,7 +52394,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $folding-inner0 local.get $1 i32.const 48 @@ -53072,10 +52417,10 @@ br $break|0 end local.get $0 - i32.load16_u $0 + i32.load16_u local.set $1 local.get $0 - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.set $3 i32.const 2 global.set $~argumentsLength @@ -53085,15 +52430,15 @@ local.get $1 local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $4 select - i32.store16 $0 + i32.store16 local.get $0 - i32.load16_u $0 offset=4 + i32.load16_u offset=4 local.set $5 i32.const 2 global.set $~argumentsLength @@ -53107,25 +52452,25 @@ local.get $1 local.get $5 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $3 select - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 local.get $1 local.get $5 local.get $3 select - i32.store16 $0 offset=4 + i32.store16 offset=4 end local.get $0 - i32.load16_u $0 + i32.load16_u local.set $1 local.get $0 - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.set $3 i32.const 2 global.set $~argumentsLength @@ -53135,24 +52480,24 @@ local.get $1 local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $2 select - i32.store16 $0 + i32.store16 local.get $0 local.get $1 local.get $3 local.get $2 select - i32.store16 $0 offset=2 + i32.store16 offset=2 br $folding-inner0 end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -53199,7 +52544,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add @@ -53222,7 +52567,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -53240,7 +52585,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 31 @@ -53265,7 +52610,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $4 i32.const 1 @@ -53285,7 +52630,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $6 local.get $9 @@ -53333,29 +52678,28 @@ local.get $7 i32.gt_u if - local.get $10 local.get $1 i32.const 2 i32.shl + local.tee $14 + local.get $10 i32.add - i32.load $0 + local.tee $15 + i32.load local.tee $8 i32.const -1 i32.ne if - local.get $1 - i32.const 2 - i32.shl - local.tee $14 local.get $11 + local.get $14 i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $8 local.get $3 @@ -53363,11 +52707,9 @@ local.get $12 local.get $2 call $~lib/util/sort/mergeRuns - local.get $10 - local.get $14 - i32.add + local.get $15 i32.const -1 - i32.store $0 + i32.store local.get $8 local.set $3 end @@ -53385,12 +52727,12 @@ local.get $10 i32.add local.get $3 - i32.store $0 + i32.store local.get $1 local.get $11 i32.add local.get $4 - i32.store $0 + i32.store local.get $6 local.set $3 local.get $5 @@ -53403,31 +52745,30 @@ loop $for-loop|4 local.get $1 if - local.get $10 local.get $1 i32.const 2 i32.shl - i32.add - i32.load $0 local.tee $3 + local.get $10 + i32.add + i32.load + local.tee $4 i32.const -1 i32.ne if + local.get $3 local.get $11 - local.get $1 - i32.const 2 - i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 - local.get $3 local.get $4 + local.get $3 local.get $9 local.get $12 local.get $2 @@ -53476,22 +52817,22 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $2 local.get $3 local.get $1 @@ -53506,7 +52847,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -53517,43 +52857,43 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $1 + i64.store offset=8 + local.get $0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor - local.tee $1 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 2 i32.const 1 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 i32.const 3 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 0 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -53565,47 +52905,36 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 i32.const 0 - i32.store $0 offset=8 - block $1of1 - block $0of1 - block $outOfRange - global.get $~argumentsLength - br_table $0of1 $1of1 $outOfRange - end - unreachable - end - i32.const 15600 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 15600 - i32.store $0 - end + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $1 - i32.store $0 offset=4 - local.get $3 + i32.const 15600 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $2 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=4 + local.get $2 + i32.const 15600 + i32.store offset=8 local.get $0 + i32.const 15600 call $~lib/typedarray/Uint16Array#sort local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint16Array#__get @@ -53621,7 +52950,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Uint16Array#__get @@ -53637,7 +52966,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Uint16Array#__get @@ -53654,17 +52983,17 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 15632 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 15632 call $~lib/typedarray/Uint16Array#sort drop global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint16Array#__get @@ -53680,7 +53009,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Uint16Array#__get @@ -53696,7 +53025,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Uint16Array#__get @@ -53736,6 +53065,7 @@ (local $12 i32) (local $13 i64) (local $14 i32) + (local $15 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -53753,7 +53083,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $folding-inner0 local.get $1 i32.const 48 @@ -53776,10 +53106,10 @@ br $break|0 end local.get $0 - i32.load $0 + i32.load local.set $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 i32.const 2 global.set $~argumentsLength @@ -53789,15 +53119,15 @@ local.get $1 local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $4 select - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 i32.const 2 global.set $~argumentsLength @@ -53811,25 +53141,25 @@ local.get $1 local.get $5 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $3 select - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 local.get $5 local.get $3 select - i32.store $0 offset=8 + i32.store offset=8 end local.get $0 - i32.load $0 + i32.load local.set $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 i32.const 2 global.set $~argumentsLength @@ -53839,24 +53169,24 @@ local.get $1 local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $2 select - i32.store $0 + i32.store local.get $0 local.get $1 local.get $3 local.get $2 select - i32.store $0 offset=4 + i32.store offset=4 br $folding-inner0 end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -53903,7 +53233,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add @@ -53926,7 +53256,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -53944,7 +53274,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 31 @@ -53969,7 +53299,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $4 i32.const 1 @@ -53989,7 +53319,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $6 local.get $9 @@ -54037,29 +53367,28 @@ local.get $7 i32.gt_u if - local.get $10 local.get $1 i32.const 2 i32.shl + local.tee $14 + local.get $10 i32.add - i32.load $0 + local.tee $15 + i32.load local.tee $8 i32.const -1 i32.ne if - local.get $1 - i32.const 2 - i32.shl - local.tee $14 local.get $11 + local.get $14 i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $8 local.get $3 @@ -54067,11 +53396,9 @@ local.get $12 local.get $2 call $~lib/util/sort/mergeRuns - local.get $10 - local.get $14 - i32.add + local.get $15 i32.const -1 - i32.store $0 + i32.store local.get $8 local.set $3 end @@ -54089,12 +53416,12 @@ local.get $10 i32.add local.get $3 - i32.store $0 + i32.store local.get $1 local.get $11 i32.add local.get $4 - i32.store $0 + i32.store local.get $6 local.set $3 local.get $5 @@ -54107,31 +53434,30 @@ loop $for-loop|4 local.get $1 if - local.get $10 local.get $1 i32.const 2 i32.shl - i32.add - i32.load $0 local.tee $3 + local.get $10 + i32.add + i32.load + local.tee $4 i32.const -1 i32.ne if + local.get $3 local.get $11 - local.get $1 - i32.const 2 - i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 - local.get $3 local.get $4 + local.get $3 local.get $9 local.get $12 local.get $2 @@ -54180,22 +53506,22 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $2 local.get $3 local.get $1 @@ -54210,7 +53536,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -54221,43 +53546,43 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $1 + i64.store offset=8 + local.get $0 i32.const 3 call $~lib/typedarray/Int32Array#constructor - local.tee $1 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 2 i32.const 1 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 i32.const 3 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 0 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -54269,47 +53594,36 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 i32.const 0 - i32.store $0 offset=8 - block $1of1 - block $0of1 - block $outOfRange - global.get $~argumentsLength - br_table $0of1 $1of1 $outOfRange - end - unreachable - end - i32.const 15664 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 15664 - i32.store $0 - end + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $1 - i32.store $0 offset=4 - local.get $3 + i32.const 15664 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $2 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=4 + local.get $2 + i32.const 15664 + i32.store offset=8 local.get $0 + i32.const 15664 call $~lib/typedarray/Int32Array#sort local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Int32Array#__get @@ -54325,7 +53639,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Int32Array#__get @@ -54341,7 +53655,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Int32Array#__get @@ -54358,17 +53672,17 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 15696 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 15696 call $~lib/typedarray/Int32Array#sort drop global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Int32Array#__get @@ -54384,7 +53698,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Int32Array#__get @@ -54400,7 +53714,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Int32Array#__get @@ -54440,6 +53754,7 @@ (local $12 i32) (local $13 i64) (local $14 i32) + (local $15 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -54457,7 +53772,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $folding-inner0 local.get $1 i32.const 48 @@ -54480,10 +53795,10 @@ br $break|0 end local.get $0 - i32.load $0 + i32.load local.set $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 i32.const 2 global.set $~argumentsLength @@ -54493,15 +53808,15 @@ local.get $1 local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $4 select - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 i32.const 2 global.set $~argumentsLength @@ -54515,25 +53830,25 @@ local.get $1 local.get $5 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $3 select - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 local.get $5 local.get $3 select - i32.store $0 offset=8 + i32.store offset=8 end local.get $0 - i32.load $0 + i32.load local.set $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $3 i32.const 2 global.set $~argumentsLength @@ -54543,24 +53858,24 @@ local.get $1 local.get $3 local.get $2 - i32.load $0 - call_indirect $0 (type $i32_i32_=>_i32) + i32.load + call_indirect (type $0) i32.const 0 i32.gt_s local.tee $2 select - i32.store $0 + i32.store local.get $0 local.get $1 local.get $3 local.get $2 select - i32.store $0 offset=4 + i32.store offset=4 br $folding-inner0 end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -54607,7 +53922,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add @@ -54630,7 +53945,7 @@ local.set $12 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -54648,7 +53963,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 31 @@ -54673,7 +53988,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $4 i32.const 1 @@ -54693,7 +54008,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $6 local.get $9 @@ -54741,29 +54056,28 @@ local.get $7 i32.gt_u if - local.get $10 local.get $1 i32.const 2 i32.shl + local.tee $14 + local.get $10 i32.add - i32.load $0 + local.tee $15 + i32.load local.tee $8 i32.const -1 i32.ne if - local.get $1 - i32.const 2 - i32.shl - local.tee $14 local.get $11 + local.get $14 i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $8 local.get $3 @@ -54771,11 +54085,9 @@ local.get $12 local.get $2 call $~lib/util/sort/mergeRuns - local.get $10 - local.get $14 - i32.add + local.get $15 i32.const -1 - i32.store $0 + i32.store local.get $8 local.set $3 end @@ -54793,12 +54105,12 @@ local.get $10 i32.add local.get $3 - i32.store $0 + i32.store local.get $1 local.get $11 i32.add local.get $4 - i32.store $0 + i32.store local.get $6 local.set $3 local.get $5 @@ -54811,31 +54123,30 @@ loop $for-loop|4 local.get $1 if - local.get $10 local.get $1 i32.const 2 i32.shl - i32.add - i32.load $0 local.tee $3 + local.get $10 + i32.add + i32.load + local.tee $4 i32.const -1 i32.ne if + local.get $3 local.get $11 - local.get $1 - i32.const 2 - i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 - local.get $3 local.get $4 + local.get $3 local.get $9 local.get $12 local.get $2 @@ -54884,22 +54195,22 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $2 local.get $3 local.get $1 @@ -54914,7 +54225,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -54925,43 +54235,43 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $1 + i64.store offset=8 + local.get $0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor - local.tee $1 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 2 i32.const 1 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 i32.const 3 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 0 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -54973,47 +54283,36 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 i32.const 0 - i32.store $0 offset=8 - block $1of1 - block $0of1 - block $outOfRange - global.get $~argumentsLength - br_table $0of1 $1of1 $outOfRange - end - unreachable - end - i32.const 15728 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 15728 - i32.store $0 - end + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $1 - i32.store $0 offset=4 - local.get $3 + i32.const 15728 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $2 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=4 + local.get $2 + i32.const 15728 + i32.store offset=8 local.get $0 + i32.const 15728 call $~lib/typedarray/Uint32Array#sort local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint32Array#__get @@ -55029,7 +54328,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Uint32Array#__get @@ -55045,7 +54344,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Uint32Array#__get @@ -55062,17 +54361,17 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 15760 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 15760 call $~lib/typedarray/Uint32Array#sort drop global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint32Array#__get @@ -55088,7 +54387,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Uint32Array#__get @@ -55104,7 +54403,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Uint32Array#__get @@ -55143,9 +54442,10 @@ (local $11 i32) (local $12 i32) (local $13 i32) - (local $14 i64) - (local $15 i64) - (local $16 i32) + (local $14 i32) + (local $15 i32) + (local $16 i64) + (local $17 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -55163,7 +54463,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $folding-inner0 local.get $1 i32.const 48 @@ -55186,87 +54486,87 @@ br $break|0 end local.get $0 - i64.load $0 + i64.load local.set $9 local.get $0 - i64.load $0 offset=8 - local.set $14 + i64.load offset=8 + local.set $16 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $14 + local.get $16 local.get $9 local.get $9 - local.get $14 + local.get $16 local.get $2 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.gt_s local.tee $1 select - i64.store $0 + i64.store local.get $0 - i64.load $0 offset=16 - local.set $15 + i64.load offset=16 + local.set $17 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $15 + local.get $17 local.get $9 - local.get $14 + local.get $16 local.get $1 select local.tee $9 local.get $9 - local.get $15 + local.get $17 local.get $2 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.gt_s local.tee $1 select - i64.store $0 offset=8 + i64.store offset=8 local.get $0 local.get $9 - local.get $15 + local.get $17 local.get $1 select - i64.store $0 offset=16 + i64.store offset=16 end local.get $0 - i64.load $0 + i64.load local.set $9 local.get $0 - i64.load $0 offset=8 - local.set $14 + i64.load offset=8 + local.set $16 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $14 + local.get $16 local.get $9 local.get $9 - local.get $14 + local.get $16 local.get $2 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.gt_s local.tee $1 select - i64.store $0 + i64.store local.get $0 local.get $9 - local.get $14 + local.get $16 local.get $1 select - i64.store $0 offset=8 + i64.store offset=8 br $folding-inner0 end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -55313,7 +54613,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add @@ -55336,7 +54636,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -55354,7 +54654,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 31 @@ -55379,7 +54679,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $4 i32.const 1 @@ -55399,7 +54699,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $6 local.get $10 @@ -55447,29 +54747,28 @@ local.get $7 i32.gt_u if - local.get $11 local.get $1 i32.const 2 i32.shl + local.tee $14 + local.get $11 i32.add - i32.load $0 + local.tee $15 + i32.load local.tee $8 i32.const -1 i32.ne if - local.get $1 - i32.const 2 - i32.shl - local.tee $16 local.get $12 + local.get $14 i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $8 local.get $3 @@ -55477,11 +54776,9 @@ local.get $13 local.get $2 call $~lib/util/sort/mergeRuns - local.get $11 - local.get $16 - i32.add + local.get $15 i32.const -1 - i32.store $0 + i32.store local.get $8 local.set $3 end @@ -55499,12 +54796,12 @@ local.get $11 i32.add local.get $3 - i32.store $0 + i32.store local.get $1 local.get $12 i32.add local.get $4 - i32.store $0 + i32.store local.get $6 local.set $3 local.get $5 @@ -55517,31 +54814,30 @@ loop $for-loop|4 local.get $1 if - local.get $11 local.get $1 i32.const 2 i32.shl - i32.add - i32.load $0 local.tee $3 + local.get $11 + i32.add + i32.load + local.tee $4 i32.const -1 i32.ne if + local.get $3 local.get $12 - local.get $1 - i32.const 2 - i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 - local.get $3 local.get $4 + local.get $3 local.get $10 local.get $13 local.get $2 @@ -55590,22 +54886,22 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $2 local.get $3 local.get $1 @@ -55620,7 +54916,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -55631,43 +54926,43 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $1 + i64.store offset=8 + local.get $0 i32.const 3 call $~lib/typedarray/Int64Array#constructor - local.tee $1 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 2 i64.const 1 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 1 i64.const 2 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 i64.const 3 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 0 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -55679,47 +54974,36 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 i32.const 0 - i32.store $0 offset=8 - block $1of1 - block $0of1 - block $outOfRange - global.get $~argumentsLength - br_table $0of1 $1of1 $outOfRange - end - unreachable - end - i32.const 15792 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 15792 - i32.store $0 - end + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $1 - i32.store $0 offset=4 - local.get $3 + i32.const 15792 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $2 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=4 + local.get $2 + i32.const 15792 + i32.store offset=8 local.get $0 + i32.const 15792 call $~lib/typedarray/Int64Array#sort local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Int64Array#__get @@ -55735,7 +55019,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Int64Array#__get @@ -55751,7 +55035,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Int64Array#__get @@ -55768,17 +55052,17 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 15824 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 15824 call $~lib/typedarray/Int64Array#sort drop global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Int64Array#__get @@ -55794,7 +55078,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Int64Array#__get @@ -55810,7 +55094,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Int64Array#__get @@ -55849,9 +55133,10 @@ (local $11 i32) (local $12 i32) (local $13 i32) - (local $14 i64) - (local $15 i64) - (local $16 i32) + (local $14 i32) + (local $15 i32) + (local $16 i64) + (local $17 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -55869,7 +55154,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $folding-inner0 local.get $1 i32.const 48 @@ -55892,87 +55177,87 @@ br $break|0 end local.get $0 - i64.load $0 + i64.load local.set $9 local.get $0 - i64.load $0 offset=8 - local.set $14 + i64.load offset=8 + local.set $16 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $14 + local.get $16 local.get $9 local.get $9 - local.get $14 + local.get $16 local.get $2 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.gt_s local.tee $1 select - i64.store $0 + i64.store local.get $0 - i64.load $0 offset=16 - local.set $15 + i64.load offset=16 + local.set $17 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $15 + local.get $17 local.get $9 - local.get $14 + local.get $16 local.get $1 select local.tee $9 local.get $9 - local.get $15 + local.get $17 local.get $2 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.gt_s local.tee $1 select - i64.store $0 offset=8 + i64.store offset=8 local.get $0 local.get $9 - local.get $15 + local.get $17 local.get $1 select - i64.store $0 offset=16 + i64.store offset=16 end local.get $0 - i64.load $0 + i64.load local.set $9 local.get $0 - i64.load $0 offset=8 - local.set $14 + i64.load offset=8 + local.set $16 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $14 + local.get $16 local.get $9 local.get $9 - local.get $14 + local.get $16 local.get $2 - i32.load $0 - call_indirect $0 (type $i64_i64_=>_i32) + i32.load + call_indirect (type $7) i32.const 0 i32.gt_s local.tee $1 select - i64.store $0 + i64.store local.get $0 local.get $9 - local.get $14 + local.get $16 local.get $1 select - i64.store $0 offset=8 + i64.store offset=8 br $folding-inner0 end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -56019,7 +55304,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add @@ -56042,7 +55327,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -56060,7 +55345,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 31 @@ -56085,7 +55370,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $4 i32.const 1 @@ -56105,7 +55390,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $6 local.get $10 @@ -56153,29 +55438,28 @@ local.get $7 i32.gt_u if - local.get $11 local.get $1 i32.const 2 i32.shl + local.tee $14 + local.get $11 i32.add - i32.load $0 + local.tee $15 + i32.load local.tee $8 i32.const -1 i32.ne if - local.get $1 - i32.const 2 - i32.shl - local.tee $16 local.get $12 + local.get $14 i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $8 local.get $3 @@ -56183,11 +55467,9 @@ local.get $13 local.get $2 call $~lib/util/sort/mergeRuns - local.get $11 - local.get $16 - i32.add + local.get $15 i32.const -1 - i32.store $0 + i32.store local.get $8 local.set $3 end @@ -56205,12 +55487,12 @@ local.get $11 i32.add local.get $3 - i32.store $0 + i32.store local.get $1 local.get $12 i32.add local.get $4 - i32.store $0 + i32.store local.get $6 local.set $3 local.get $5 @@ -56223,31 +55505,30 @@ loop $for-loop|4 local.get $1 if - local.get $11 local.get $1 i32.const 2 i32.shl - i32.add - i32.load $0 local.tee $3 + local.get $11 + i32.add + i32.load + local.tee $4 i32.const -1 i32.ne if + local.get $3 local.get $12 - local.get $1 - i32.const 2 - i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 - local.get $3 local.get $4 + local.get $3 local.get $10 local.get $13 local.get $2 @@ -56296,22 +55577,22 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $2 local.get $3 local.get $1 @@ -56326,7 +55607,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -56337,43 +55617,43 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $1 + i64.store offset=8 + local.get $0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor - local.tee $1 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 2 i64.const 1 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 1 i64.const 2 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 i64.const 3 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 0 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -56385,47 +55665,36 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 i32.const 0 - i32.store $0 offset=8 - block $1of1 - block $0of1 - block $outOfRange - global.get $~argumentsLength - br_table $0of1 $1of1 $outOfRange - end - unreachable - end - i32.const 15856 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 15856 - i32.store $0 - end + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $1 - i32.store $0 offset=4 - local.get $3 + i32.const 15856 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $2 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=4 + local.get $2 + i32.const 15856 + i32.store offset=8 local.get $0 + i32.const 15856 call $~lib/typedarray/Uint64Array#sort local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint64Array#__get @@ -56441,7 +55710,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Uint64Array#__get @@ -56457,7 +55726,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Uint64Array#__get @@ -56474,17 +55743,17 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 15888 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 15888 call $~lib/typedarray/Uint64Array#sort drop global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint64Array#__get @@ -56500,7 +55769,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Uint64Array#__get @@ -56516,7 +55785,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Uint64Array#__get @@ -56556,9 +55825,10 @@ (local $12 i32) (local $13 i32) (local $14 i64) - (local $15 f32) - (local $16 f32) - (local $17 i32) + (local $15 i32) + (local $16 i32) + (local $17 f32) + (local $18 f32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -56576,7 +55846,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $folding-inner0 local.get $1 i32.const 48 @@ -56599,87 +55869,87 @@ br $break|0 end local.get $0 - f32.load $0 + f32.load local.set $9 local.get $0 - f32.load $0 offset=4 - local.set $15 + f32.load offset=4 + local.set $17 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $15 + local.get $17 local.get $9 local.get $9 - local.get $15 + local.get $17 local.get $2 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $11) i32.const 0 i32.gt_s local.tee $1 select - f32.store $0 + f32.store local.get $0 - f32.load $0 offset=8 - local.set $16 + f32.load offset=8 + local.set $18 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $16 + local.get $18 local.get $9 - local.get $15 + local.get $17 local.get $1 select local.tee $9 local.get $9 - local.get $16 + local.get $18 local.get $2 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $11) i32.const 0 i32.gt_s local.tee $1 select - f32.store $0 offset=4 + f32.store offset=4 local.get $0 local.get $9 - local.get $16 + local.get $18 local.get $1 select - f32.store $0 offset=8 + f32.store offset=8 end local.get $0 - f32.load $0 + f32.load local.set $9 local.get $0 - f32.load $0 offset=4 - local.set $15 + f32.load offset=4 + local.set $17 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $15 + local.get $17 local.get $9 local.get $9 - local.get $15 + local.get $17 local.get $2 - i32.load $0 - call_indirect $0 (type $f32_f32_=>_i32) + i32.load + call_indirect (type $11) i32.const 0 i32.gt_s local.tee $1 select - f32.store $0 + f32.store local.get $0 local.get $9 - local.get $15 + local.get $17 local.get $1 select - f32.store $0 offset=4 + f32.store offset=4 br $folding-inner0 end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -56726,7 +55996,7 @@ i32.shl i32.add i32.const -1 - i32.store $0 + i32.store local.get $3 i32.const 1 i32.add @@ -56749,7 +56019,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 local.get $1 @@ -56767,7 +56037,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 i32.const 0 i32.const 31 @@ -56792,7 +56062,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $4 i32.const 1 @@ -56812,7 +56082,7 @@ if global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $6 local.get $10 @@ -56860,29 +56130,28 @@ local.get $7 i32.gt_u if - local.get $11 local.get $1 i32.const 2 i32.shl + local.tee $15 + local.get $11 i32.add - i32.load $0 + local.tee $16 + i32.load local.tee $8 i32.const -1 i32.ne if - local.get $1 - i32.const 2 - i32.shl - local.tee $17 local.get $12 + local.get $15 i32.add - i32.load $0 + i32.load i32.const 1 i32.add local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 local.get $8 local.get $3 @@ -56890,11 +56159,9 @@ local.get $13 local.get $2 call $~lib/util/sort/mergeRuns - local.get $11 - local.get $17 - i32.add + local.get $16 i32.const -1 - i32.store $0 + i32.store local.get $8 local.set $3 end @@ -56912,12 +56179,12 @@ local.get $11 i32.add local.get $3 - i32.store $0 + i32.store local.get $1 local.get $12 i32.add local.get $4 - i32.store $0 + i32.store local.get $6 local.set $3 local.get $5 @@ -56930,31 +56197,30 @@ loop $for-loop|4 local.get $1 if - local.get $11 local.get $1 i32.const 2 i32.shl - i32.add - i32.load $0 local.tee $3 + local.get $11 + i32.add + i32.load + local.tee $4 i32.const -1 i32.ne if + local.get $3 local.get $12 - local.get $1 - i32.const 2 - i32.shl i32.add - i32.load $0 + i32.load i32.const 1 i32.add - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $0 - local.get $3 local.get $4 + local.get $3 local.get $10 local.get $13 local.get $2 @@ -57003,22 +56269,22 @@ global.get $~lib/memory/__stack_pointer local.tee $3 i64.const 0 - i64.store $0 + i64.store local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $2 local.get $3 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $2 local.get $3 local.get $1 @@ -57033,7 +56299,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -57044,43 +56309,43 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $0 i64.const 0 - i64.store $0 offset=8 - local.get $1 + i64.store offset=8 + local.get $0 i32.const 3 call $~lib/typedarray/Float32Array#constructor - local.tee $1 - i32.store $0 + local.tee $0 + i32.store global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 2 f32.const 1 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 1 f32.const 2 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 i32.const 0 f32.const 3 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 + local.get $0 + i32.store offset=4 i32.const 0 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -57092,47 +56357,36 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $2 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $2 i32.const 0 - i32.store $0 offset=8 - block $1of1 - block $0of1 - block $outOfRange - global.get $~argumentsLength - br_table $0of1 $1of1 $outOfRange - end - unreachable - end - i32.const 15920 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 15920 - i32.store $0 - end + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $1 - i32.store $0 offset=4 - local.get $3 + i32.const 15920 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $2 local.get $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=4 + local.get $2 + i32.const 15920 + i32.store offset=8 local.get $0 + i32.const 15920 call $~lib/typedarray/Float32Array#sort local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -57148,7 +56402,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Float32Array#__get @@ -57164,7 +56418,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Float32Array#__get @@ -57181,17 +56435,17 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 15952 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 15952 call $~lib/typedarray/Float32Array#sort drop global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -57207,7 +56461,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Float32Array#__get @@ -57223,7 +56477,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Float32Array#__get @@ -57295,8 +56549,8 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 124 - memory.fill $0 - memory.size $0 + memory.fill + memory.size i32.const 16 i32.shl i32.const 49088 @@ -57306,26 +56560,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1284 i32.const 1280 - i32.store $0 + i32.store i32.const 1288 i32.const 1280 - i32.store $0 + i32.store i32.const 1280 global.set $~lib/rt/itcms/pinSpace i32.const 1316 i32.const 1312 - i32.store $0 + i32.store i32.const 1320 i32.const 1312 - i32.store $0 + i32.store i32.const 1312 global.set $~lib/rt/itcms/toSpace i32.const 1460 i32.const 1456 - i32.store $0 + i32.store i32.const 1464 i32.const 1456 - i32.store $0 + i32.store i32.const 1456 global.set $~lib/rt/itcms/fromSpace i32.const 0 @@ -57336,31 +56590,31 @@ i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/typedarray/Int32Array#get:length i32.const 3 @@ -57375,7 +56629,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if @@ -57388,9 +56642,9 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - i32.load $0 offset=8 + i32.load offset=8 i32.const 12 i32.ne if @@ -57403,7 +56657,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/typedarray/Int32Array#__get @@ -57419,7 +56673,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 call $~lib/typedarray/Int32Array#__get @@ -57435,7 +56689,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 call $~lib/typedarray/Int32Array#__get @@ -57452,17 +56706,17 @@ global.get $~lib/memory/__stack_pointer local.tee $7 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#subarray local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/typedarray/Int32Array#get:length i32.const 1 @@ -57477,7 +56731,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 4 @@ -57492,9 +56746,9 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - i32.load $0 offset=8 + i32.load offset=8 i32.const 4 i32.ne if @@ -57507,7 +56761,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/typedarray/Int32Array#__get @@ -57525,76 +56779,76 @@ i32.const 8 call $~lib/typedarray/Float64Array#constructor local.tee $6 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 f64.const 1 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 f64.const 2 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 f64.const 7 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 3 f64.const 6 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 4 f64.const 5 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 5 f64.const 4 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 6 f64.const 3 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 7 f64.const 8 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $6 i32.const 2 i32.const 6 call $~lib/typedarray/Float64Array#subarray local.tee $6 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/typedarray/Int64Array#get:length i32.const 4 @@ -57609,7 +56863,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 16 @@ -57624,9 +56878,9 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - i32.load $0 offset=8 + i32.load offset=8 i32.const 32 i32.ne if @@ -57639,7 +56893,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~argumentsLength local.get $6 @@ -57647,7 +56901,7 @@ drop global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/typedarray/Float64Array#__get @@ -57656,7 +56910,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 call $~lib/typedarray/Float64Array#__get @@ -57668,7 +56922,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 call $~lib/typedarray/Float64Array#__get @@ -57680,7 +56934,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 3 call $~lib/typedarray/Float64Array#__get @@ -57702,31 +56956,31 @@ i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $6 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const -32 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 256 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#__get @@ -57740,7 +56994,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__get @@ -57756,7 +57010,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__get @@ -57774,45 +57028,45 @@ i32.const 5 call $~lib/typedarray/Int8Array#constructor local.tee $6 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 3 i32.const 4 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 4 i32.const 5 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 1 @@ -57820,7 +57074,7 @@ call $~lib/typedarray/Int8Array#fill global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 0 i32.const 16 @@ -57829,7 +57083,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $7 call $std/typedarray/isInt8ArrayEqual @@ -57844,7 +57098,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $6 @@ -57853,7 +57107,7 @@ call $~lib/typedarray/Int8Array#fill@varargs global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 0 i32.const 16 @@ -57862,7 +57116,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $7 call $std/typedarray/isInt8ArrayEqual @@ -57877,7 +57131,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 0 @@ -57885,7 +57139,7 @@ call $~lib/typedarray/Int8Array#fill global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 0 i32.const 16 @@ -57894,7 +57148,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $7 call $std/typedarray/isInt8ArrayEqual @@ -57909,7 +57163,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2 global.set $~argumentsLength local.get $6 @@ -57918,7 +57172,7 @@ call $~lib/typedarray/Int8Array#fill@varargs global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 0 i32.const 16 @@ -57927,7 +57181,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $7 call $std/typedarray/isInt8ArrayEqual @@ -57942,7 +57196,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 @@ -57950,7 +57204,7 @@ call $~lib/typedarray/Int8Array#fill global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 0 i32.const 16 @@ -57959,7 +57213,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $7 call $std/typedarray/isInt8ArrayEqual @@ -57975,17 +57229,17 @@ global.get $~lib/memory/__stack_pointer local.tee $7 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $6 i32.const 1 i32.const 4 call $~lib/typedarray/Int8Array#subarray local.tee $7 - i32.store $0 offset=24 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $7 @@ -57994,7 +57248,7 @@ call $~lib/typedarray/Int8Array#fill@varargs global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Int8Array#get:length i32.const 3 @@ -58009,7 +57263,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 1 @@ -58024,9 +57278,9 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 - i32.load $0 offset=8 + i32.load offset=8 i32.const 3 i32.ne if @@ -58039,7 +57293,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 i32.const 3 i32.const 0 i32.const 16 @@ -58048,7 +57302,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store offset=20 local.get $7 local.get $8 call $std/typedarray/isInt8ArrayEqual @@ -58063,7 +57317,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 0 i32.const 16 @@ -58072,7 +57326,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $7 call $std/typedarray/isInt8ArrayEqual @@ -58089,45 +57343,45 @@ i32.const 5 call $~lib/typedarray/Int32Array#constructor local.tee $6 - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 3 i32.const 4 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 4 i32.const 5 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 1 @@ -58135,7 +57389,7 @@ call $~lib/typedarray/Int32Array#fill global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -58144,7 +57398,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $7 call $std/typedarray/isInt32ArrayEqual @@ -58159,7 +57413,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $6 @@ -58168,7 +57422,7 @@ call $~lib/typedarray/Int32Array#fill@varargs global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -58177,7 +57431,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $7 call $std/typedarray/isInt32ArrayEqual @@ -58192,7 +57446,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 0 @@ -58200,7 +57454,7 @@ call $~lib/typedarray/Int32Array#fill global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -58209,7 +57463,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $7 call $std/typedarray/isInt32ArrayEqual @@ -58224,7 +57478,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2 global.set $~argumentsLength local.get $6 @@ -58233,7 +57487,7 @@ call $~lib/typedarray/Int32Array#fill@varargs global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -58242,7 +57496,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $7 call $std/typedarray/isInt32ArrayEqual @@ -58257,7 +57511,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 @@ -58265,7 +57519,7 @@ call $~lib/typedarray/Int32Array#fill global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -58274,7 +57528,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $7 call $std/typedarray/isInt32ArrayEqual @@ -58290,17 +57544,17 @@ global.get $~lib/memory/__stack_pointer local.tee $7 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $6 i32.const 1 i32.const 4 call $~lib/typedarray/Int32Array#subarray local.tee $7 - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $7 @@ -58309,7 +57563,7 @@ call $~lib/typedarray/Int32Array#fill@varargs global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Int32Array#get:length i32.const 3 @@ -58324,7 +57578,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 4 @@ -58339,9 +57593,9 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 - i32.load $0 offset=8 + i32.load offset=8 i32.const 12 i32.ne if @@ -58354,7 +57608,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 i32.const 3 i32.const 2 i32.const 17 @@ -58363,7 +57617,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store offset=20 local.get $7 local.get $8 call $std/typedarray/isInt32ArrayEqual @@ -58378,7 +57632,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -58387,7 +57641,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $7 call $std/typedarray/isInt32ArrayEqual @@ -58404,62 +57658,62 @@ i32.const 6 call $~lib/typedarray/Int8Array#constructor local.tee $6 - i32.store $0 offset=36 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 3 i32.const 4 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 4 i32.const 5 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 5 i32.const 6 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $6 i32.const 1 i32.const 6 call $~lib/typedarray/Int8Array#subarray local.tee $6 - i32.store $0 offset=40 + i32.store offset=40 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/typedarray/Int8Array#__get @@ -58475,7 +57729,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/typedarray/Int8Array#get:length i32.const 5 @@ -58490,7 +57744,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 1 @@ -58505,9 +57759,9 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - i32.load $0 offset=8 + i32.load offset=8 i32.const 5 i32.ne if @@ -58521,17 +57775,17 @@ global.get $~lib/memory/__stack_pointer local.tee $7 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $6 i32.const 1 i32.const 5 call $~lib/typedarray/Int8Array#subarray local.tee $6 - i32.store $0 offset=44 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/typedarray/Int8Array#__get @@ -58547,7 +57801,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/typedarray/Int8Array#get:length i32.const 4 @@ -58562,7 +57816,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 2 @@ -58577,9 +57831,9 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - i32.load $0 offset=8 + i32.load offset=8 i32.const 4 i32.ne if @@ -58593,17 +57847,17 @@ global.get $~lib/memory/__stack_pointer local.tee $7 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $6 i32.const 1 i32.const 4 call $~lib/typedarray/Int8Array#subarray local.tee $6 - i32.store $0 offset=48 + i32.store offset=48 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 call $~lib/typedarray/Int8Array#__get @@ -58619,7 +57873,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/typedarray/Int8Array#get:length i32.const 3 @@ -58634,7 +57888,7 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 3 @@ -58649,9 +57903,9 @@ end global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 - i32.load $0 offset=8 + i32.load offset=8 i32.const 3 i32.ne if @@ -58666,55 +57920,55 @@ i32.const 5 call $~lib/typedarray/Int32Array#constructor local.tee $6 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 3 i32.const 4 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 4 i32.const 5 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer local.get $6 call $~lib/typedarray/Int32Array#slice@varargs local.tee $7 - i32.store $0 offset=56 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2 global.set $~argumentsLength local.get $6 @@ -58724,7 +57978,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -58733,7 +57987,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $8 call $std/typedarray/isInt32ArrayEqual @@ -58749,17 +58003,17 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $6 local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2 global.set $~argumentsLength local.get $6 @@ -58769,7 +58023,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -58778,7 +58032,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $8 call $std/typedarray/isInt32ArrayEqual @@ -58794,17 +58048,17 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $6 local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2 global.set $~argumentsLength local.get $6 @@ -58814,7 +58068,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -58823,7 +58077,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $8 call $std/typedarray/isInt32ArrayEqual @@ -58839,17 +58093,17 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $6 local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2 global.set $~argumentsLength local.get $6 @@ -58859,7 +58113,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -58868,7 +58122,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $8 call $std/typedarray/isInt32ArrayEqual @@ -58884,17 +58138,17 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $6 local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=60 + i32.store offset=60 local.get $6 i32.const 0 i32.const 3 @@ -58903,7 +58157,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -58912,7 +58166,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $8 call $std/typedarray/isInt32ArrayEqual @@ -58928,17 +58182,17 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $6 local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=60 + i32.store offset=60 local.get $6 i32.const 1 i32.const 3 @@ -58947,7 +58201,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -58956,7 +58210,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $8 call $std/typedarray/isInt32ArrayEqual @@ -58972,17 +58226,17 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $6 local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=60 + i32.store offset=60 local.get $6 i32.const 1 i32.const 2 @@ -58991,7 +58245,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -59000,7 +58254,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $8 call $std/typedarray/isInt32ArrayEqual @@ -59016,17 +58270,17 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $6 local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2 global.set $~argumentsLength local.get $6 @@ -59036,7 +58290,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -59045,7 +58299,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $8 call $std/typedarray/isInt32ArrayEqual @@ -59061,17 +58315,17 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $6 local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=60 + i32.store offset=60 local.get $6 i32.const 0 i32.const -2 @@ -59080,7 +58334,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -59089,7 +58343,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $8 call $std/typedarray/isInt32ArrayEqual @@ -59105,17 +58359,17 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $6 local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=60 + i32.store offset=60 local.get $6 i32.const -4 i32.const -3 @@ -59124,7 +58378,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -59133,7 +58387,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $8 call $std/typedarray/isInt32ArrayEqual @@ -59149,17 +58403,17 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $6 local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=60 + i32.store offset=60 local.get $6 i32.const -4 i32.const -3 @@ -59168,7 +58422,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -59177,7 +58431,7 @@ local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $8 call $std/typedarray/isInt32ArrayEqual @@ -59193,17 +58447,17 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $6 local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 - i32.store $0 offset=52 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=60 + i32.store offset=60 i32.const 2 global.set $~argumentsLength local.get $6 @@ -59213,7 +58467,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5 i32.const 2 i32.const 17 @@ -59222,7 +58476,7 @@ local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 local.get $6 local.get $7 call $std/typedarray/isInt32ArrayEqual @@ -59239,55 +58493,55 @@ i32.const 5 call $~lib/typedarray/Int32Array#constructor local.tee $6 - i32.store $0 offset=64 + i32.store offset=64 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 3 i32.const 4 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 4 i32.const 5 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $6 i32.const 1 i32.const 4 call $~lib/typedarray/Int32Array#subarray local.tee $7 - i32.store $0 offset=68 + i32.store offset=68 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Int32Array#get:length i32.const 3 @@ -59302,7 +58556,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 4 @@ -59317,9 +58571,9 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 - i32.load $0 offset=8 + i32.load offset=8 i32.const 12 i32.ne if @@ -59333,17 +58587,17 @@ global.get $~lib/memory/__stack_pointer local.tee $8 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $6 i32.const 1 i32.const 3 call $~lib/typedarray/Int32Array#slice local.tee $8 - i32.store $0 offset=72 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 0 call $~lib/typedarray/Int32Array#__get @@ -59359,7 +58613,7 @@ end global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 i32.const 1 call $~lib/typedarray/Int32Array#__get @@ -59375,7 +58629,7 @@ end global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/typedarray/Int32Array#get:length i32.const 2 @@ -59390,7 +58644,7 @@ end global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if @@ -59403,9 +58657,9 @@ end global.get $~lib/memory/__stack_pointer local.get $8 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 - i32.load $0 offset=8 + i32.load offset=8 i32.const 8 i32.ne if @@ -59419,17 +58673,17 @@ global.get $~lib/memory/__stack_pointer local.tee $8 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $8 local.get $7 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#slice local.tee $7 - i32.store $0 offset=76 + i32.store offset=76 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 call $~lib/typedarray/Int32Array#__get @@ -59445,7 +58699,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Int32Array#get:length i32.const 1 @@ -59460,7 +58714,7 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if @@ -59473,9 +58727,9 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 - i32.load $0 offset=8 + i32.load offset=8 i32.const 4 i32.ne if @@ -59489,14 +58743,14 @@ global.get $~lib/memory/__stack_pointer local.tee $7 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~argumentsLength local.get $7 local.get $6 call $~lib/typedarray/Int32Array#slice@varargs local.tee $7 - i32.store $0 offset=80 + i32.store offset=80 local.get $6 local.get $7 i32.eq @@ -59510,13 +58764,13 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/typedarray/Int32Array#get:length local.set $8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/typedarray/Int32Array#get:length local.get $8 @@ -59531,13 +58785,13 @@ end global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.get $8 @@ -59553,16 +58807,16 @@ global.get $~lib/memory/__stack_pointer local.tee $8 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 - i32.load $0 offset=8 + i32.load offset=8 local.set $7 local.get $8 local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $6 - i32.load $0 offset=8 + i32.load offset=8 i32.ne if i32.const 0 @@ -59583,42 +58837,42 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store local.get $6 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 2896 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -59630,25 +58884,25 @@ global.get $~lib/memory/__stack_pointer local.tee $7 i64.const 0 - i64.store $0 + i64.store local.get $7 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $6 - i32.store $0 + i32.store local.get $7 i32.const 2896 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 - i32.load $0 offset=4 + i32.load offset=4 local.set $8 local.get $7 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Int8Array#get:length local.set $7 @@ -59660,11 +58914,11 @@ local.get $1 local.get $8 i32.add - i32.load8_s $0 + i32.load8_s local.set $9 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $0 @@ -59672,8 +58926,8 @@ local.get $1 local.get $6 i32.const 2896 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $0 local.get $1 i32.const 1 @@ -59707,42 +58961,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 2928 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2928 call $~lib/typedarray/Uint8Array#reduce @@ -59766,42 +59020,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 2960 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2960 call $~lib/typedarray/Uint8Array#reduce @@ -59827,42 +59081,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 2992 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -59874,27 +59128,27 @@ global.get $~lib/memory/__stack_pointer local.tee $7 i64.const 0 - i64.store $0 + i64.store local.get $7 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $6 - i32.store $0 + i32.store local.get $7 i32.const 2992 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $0 local.get $7 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 - i32.load $0 offset=4 + i32.load offset=4 local.set $8 local.get $7 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Int16Array#get:length local.set $7 @@ -59908,11 +59162,11 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $9 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $0 @@ -59920,8 +59174,8 @@ local.get $1 local.get $6 i32.const 2992 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $0 local.get $1 i32.const 1 @@ -59957,42 +59211,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3024 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -60004,27 +59258,27 @@ global.get $~lib/memory/__stack_pointer local.tee $7 i64.const 0 - i64.store $0 + i64.store local.get $7 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $6 - i32.store $0 + i32.store local.get $7 i32.const 3024 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $0 local.get $7 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 - i32.load $0 offset=4 + i32.load offset=4 local.set $8 local.get $7 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Int16Array#get:length local.set $7 @@ -60038,11 +59292,11 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $9 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $0 @@ -60050,8 +59304,8 @@ local.get $1 local.get $6 i32.const 3024 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $0 local.get $1 i32.const 1 @@ -60087,42 +59341,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3056 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -60134,27 +59388,27 @@ global.get $~lib/memory/__stack_pointer local.tee $7 i64.const 0 - i64.store $0 + i64.store local.get $7 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $6 - i32.store $0 + i32.store local.get $7 i32.const 3056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $0 local.get $7 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 - i32.load $0 offset=4 + i32.load offset=4 local.set $8 local.get $7 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Int32Array#get:length local.set $7 @@ -60168,11 +59422,11 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $9 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $0 @@ -60180,8 +59434,8 @@ local.get $1 local.get $6 i32.const 3056 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $0 local.get $1 i32.const 1 @@ -60215,42 +59469,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3088 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -60262,27 +59516,27 @@ global.get $~lib/memory/__stack_pointer local.tee $7 i64.const 0 - i64.store $0 + i64.store local.get $7 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 local.get $6 - i32.store $0 + i32.store local.get $7 i32.const 3088 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $0 local.get $7 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 - i32.load $0 offset=4 + i32.load offset=4 local.set $8 local.get $7 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Int32Array#get:length local.set $7 @@ -60296,11 +59550,11 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $9 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $0 @@ -60308,8 +59562,8 @@ local.get $1 local.get $6 i32.const 3088 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $0 local.get $1 i32.const 1 @@ -60343,42 +59597,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i64.const 1 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i64.const 2 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i64.const 3 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3120 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -60390,25 +59644,25 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store local.get $6 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 local.get $0 - i32.store $0 + i32.store local.get $6 i32.const 3120 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $6 @@ -60422,11 +59676,11 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $10 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $3 @@ -60434,8 +59688,8 @@ local.get $1 local.get $0 i32.const 3120 - i32.load $0 - call_indirect $0 (type $i64_i64_i32_i32_=>_i64) + i32.load + call_indirect (type $17) local.set $3 local.get $1 i32.const 1 @@ -60471,42 +59725,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i64.const 1 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i64.const 2 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i64.const 3 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3152 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -60518,25 +59772,25 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store local.get $6 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 local.get $0 - i32.store $0 + i32.store local.get $6 i32.const 3152 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $6 @@ -60550,11 +59804,11 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $10 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $3 @@ -60562,8 +59816,8 @@ local.get $1 local.get $0 i32.const 3152 - i32.load $0 - call_indirect $0 (type $i64_i64_i32_i32_=>_i64) + i32.load + call_indirect (type $17) local.set $3 local.get $1 i32.const 1 @@ -60597,42 +59851,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 f32.const 1 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 f32.const 2 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 f32.const 3 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3184 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -60644,25 +59898,25 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store local.get $6 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 local.get $0 - i32.store $0 + i32.store local.get $6 i32.const 3184 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $6 @@ -60676,11 +59930,11 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $11 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $4 @@ -60688,8 +59942,8 @@ local.get $1 local.get $0 i32.const 3184 - i32.load $0 - call_indirect $0 (type $f32_f32_i32_i32_=>_f32) + i32.load + call_indirect (type $22) local.set $4 local.get $1 i32.const 1 @@ -60723,42 +59977,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 f64.const 1 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 f64.const 2 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 f64.const 3 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3216 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -60770,25 +60024,25 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store local.get $6 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 local.get $0 - i32.store $0 + i32.store local.get $6 i32.const 3216 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $6 @@ -60802,11 +60056,11 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $12 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $5 @@ -60814,8 +60068,8 @@ local.get $1 local.get $0 i32.const 3216 - i32.load $0 - call_indirect $0 (type $f64_f64_i32_i32_=>_f64) + i32.load + call_indirect (type $23) local.set $5 local.get $1 i32.const 1 @@ -60847,36 +60101,36 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Int8Array#at @@ -60885,7 +60139,7 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -1 call $~lib/typedarray/Int8Array#at @@ -60894,7 +60148,7 @@ br_if $folding-inner3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -3 call $~lib/typedarray/Int8Array#at @@ -60916,36 +60170,36 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint8Array#at @@ -60954,7 +60208,7 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -1 call $~lib/typedarray/Uint8Array#at @@ -60963,7 +60217,7 @@ br_if $folding-inner3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -3 call $~lib/typedarray/Uint8Array#at @@ -60985,36 +60239,36 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#at @@ -61023,7 +60277,7 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -1 call $~lib/typedarray/Uint8ClampedArray#at @@ -61032,7 +60286,7 @@ br_if $folding-inner3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -3 call $~lib/typedarray/Uint8ClampedArray#at @@ -61054,36 +60308,36 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Int16Array#at @@ -61092,7 +60346,7 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -1 call $~lib/typedarray/Int16Array#at @@ -61101,7 +60355,7 @@ br_if $folding-inner3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -3 call $~lib/typedarray/Int16Array#at @@ -61123,36 +60377,36 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint16Array#at @@ -61161,7 +60415,7 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -1 call $~lib/typedarray/Uint16Array#at @@ -61170,7 +60424,7 @@ br_if $folding-inner3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -3 call $~lib/typedarray/Uint16Array#at @@ -61192,36 +60446,36 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Int32Array#at @@ -61230,7 +60484,7 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -1 call $~lib/typedarray/Int32Array#at @@ -61239,7 +60493,7 @@ br_if $folding-inner3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -3 call $~lib/typedarray/Int32Array#at @@ -61261,36 +60515,36 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint32Array#at @@ -61299,7 +60553,7 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -1 call $~lib/typedarray/Uint32Array#at @@ -61308,7 +60562,7 @@ br_if $folding-inner3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -3 call $~lib/typedarray/Uint32Array#at @@ -61330,36 +60584,36 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i64.const 1 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i64.const 2 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i64.const 3 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Int64Array#at @@ -61368,7 +60622,7 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -1 call $~lib/typedarray/Int64Array#at @@ -61377,7 +60631,7 @@ br_if $folding-inner3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -3 call $~lib/typedarray/Int64Array#at @@ -61399,36 +60653,36 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i64.const 1 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i64.const 2 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i64.const 3 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint64Array#at @@ -61437,7 +60691,7 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -1 call $~lib/typedarray/Uint64Array#at @@ -61446,7 +60700,7 @@ br_if $folding-inner3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -3 call $~lib/typedarray/Uint64Array#at @@ -61468,36 +60722,36 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 f32.const 1 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 f32.const 2 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 f32.const 3 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Float32Array#at @@ -61506,7 +60760,7 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -1 call $~lib/typedarray/Float32Array#at @@ -61515,7 +60769,7 @@ br_if $folding-inner3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -3 call $~lib/typedarray/Float32Array#at @@ -61537,36 +60791,36 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 f64.const 1 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 f64.const 2 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 f64.const 3 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Float64Array#at @@ -61575,7 +60829,7 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -1 call $~lib/typedarray/Float64Array#at @@ -61584,7 +60838,7 @@ br_if $folding-inner3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const -3 call $~lib/typedarray/Float64Array#at @@ -61606,42 +60860,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3248 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -61653,27 +60907,27 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $6 - i32.store $0 + i32.store local.get $0 i32.const 3248 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 local.get $0 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $0 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Int8Array#get:length i32.const 1 @@ -61687,11 +60941,11 @@ local.get $0 local.get $7 i32.add - i32.load8_s $0 + i32.load8_s local.set $8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $1 @@ -61699,8 +60953,8 @@ local.get $0 local.get $6 i32.const 3248 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $1 local.get $0 i32.const 1 @@ -61734,42 +60988,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3280 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3280 call $~lib/typedarray/Uint8Array#reduceRight @@ -61793,42 +61047,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3312 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3312 call $~lib/typedarray/Uint8Array#reduceRight @@ -61852,42 +61106,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3344 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -61899,27 +61153,27 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $6 - i32.store $0 + i32.store local.get $0 i32.const 3344 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 local.get $0 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $0 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Int16Array#get:length i32.const 1 @@ -61935,11 +61189,11 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $1 @@ -61947,8 +61201,8 @@ local.get $0 local.get $6 i32.const 3344 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $1 local.get $0 i32.const 1 @@ -61982,42 +61236,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3376 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -62029,27 +61283,27 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $6 - i32.store $0 + i32.store local.get $0 i32.const 3376 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 local.get $0 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $0 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Int16Array#get:length i32.const 1 @@ -62065,11 +61319,11 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $1 @@ -62077,8 +61331,8 @@ local.get $0 local.get $6 i32.const 3376 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $1 local.get $0 i32.const 1 @@ -62112,42 +61366,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3408 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -62159,27 +61413,27 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $6 - i32.store $0 + i32.store local.get $0 i32.const 3408 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 local.get $0 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $0 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Int32Array#get:length i32.const 1 @@ -62195,11 +61449,11 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $1 @@ -62207,8 +61461,8 @@ local.get $0 local.get $6 i32.const 3408 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $1 local.get $0 i32.const 1 @@ -62240,42 +61494,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $6 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 0 i32.const 1 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 1 i32.const 2 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 2 i32.const 3 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3440 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -62287,27 +61541,27 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $6 - i32.store $0 + i32.store local.get $0 i32.const 3440 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 local.get $0 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $0 local.get $6 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 call $~lib/typedarray/Int32Array#get:length i32.const 1 @@ -62323,11 +61577,11 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $8 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $1 @@ -62335,8 +61589,8 @@ local.get $0 local.get $6 i32.const 3440 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_i32_=>_i32) + i32.load + call_indirect (type $6) local.set $1 local.get $0 i32.const 1 @@ -62370,42 +61624,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i64.const 1 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i64.const 2 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i64.const 3 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3472 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -62417,25 +61671,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 3472 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $6 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int64Array#get:length i32.const 1 @@ -62451,11 +61705,11 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $10 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $3 @@ -62463,8 +61717,8 @@ local.get $0 local.get $1 i32.const 3472 - i32.load $0 - call_indirect $0 (type $i64_i64_i32_i32_=>_i64) + i32.load + call_indirect (type $17) local.set $3 local.get $0 i32.const 1 @@ -62498,42 +61752,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 i64.const 1 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 i64.const 2 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 i64.const 3 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3504 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -62545,25 +61799,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 3504 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $6 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int64Array#get:length i32.const 1 @@ -62579,11 +61833,11 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $10 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $3 @@ -62591,8 +61845,8 @@ local.get $0 local.get $1 i32.const 3504 - i32.load $0 - call_indirect $0 (type $i64_i64_i32_i32_=>_i64) + i32.load + call_indirect (type $17) local.set $3 local.get $0 i32.const 1 @@ -62626,42 +61880,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 f32.const 1 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 f32.const 2 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 f32.const 3 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3536 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -62673,25 +61927,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 3536 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $6 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int32Array#get:length i32.const 1 @@ -62707,11 +61961,11 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $11 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $4 @@ -62719,8 +61973,8 @@ local.get $0 local.get $1 i32.const 3536 - i32.load $0 - call_indirect $0 (type $f32_f32_i32_i32_=>_f32) + i32.load + call_indirect (type $22) local.set $4 local.get $0 i32.const 1 @@ -62754,42 +62008,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 f64.const 1 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 1 f64.const 2 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 2 f64.const 3 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3568 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -62801,25 +62055,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 local.get $1 - i32.store $0 + i32.store local.get $0 i32.const 3568 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $6 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int64Array#get:length i32.const 1 @@ -62835,11 +62089,11 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $12 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $5 @@ -62847,8 +62101,8 @@ local.get $0 local.get $1 i32.const 3568 - i32.load $0 - call_indirect $0 (type $f64_f64_i32_i32_=>_f64) + i32.load + call_indirect (type $23) local.set $5 local.get $0 i32.const 1 @@ -62902,42 +62156,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 2 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 4 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 6 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4304 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4304 call $~lib/typedarray/Int8Array#some @@ -62946,10 +62200,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4336 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4336 call $~lib/typedarray/Int8Array#some @@ -62969,42 +62223,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 2 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 4 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 6 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4368 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4368 call $~lib/typedarray/Uint8Array#some @@ -63013,10 +62267,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4400 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4400 call $~lib/typedarray/Uint8Array#some @@ -63036,42 +62290,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 4 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 6 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4432 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4432 call $~lib/typedarray/Uint8Array#some @@ -63080,10 +62334,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4464 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4464 call $~lib/typedarray/Uint8Array#some @@ -63103,42 +62357,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 2 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 4 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 6 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4496 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4496 call $~lib/typedarray/Int16Array#some @@ -63147,10 +62401,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4528 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4528 call $~lib/typedarray/Int16Array#some @@ -63170,42 +62424,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 2 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 4 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 6 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4560 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4560 call $~lib/typedarray/Uint16Array#some @@ -63214,10 +62468,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4592 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4592 call $~lib/typedarray/Uint16Array#some @@ -63237,42 +62491,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 2 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 4 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 6 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4624 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4624 call $~lib/typedarray/Int32Array#some @@ -63281,10 +62535,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4656 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4656 call $~lib/typedarray/Int32Array#some @@ -63304,42 +62558,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 2 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 4 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 6 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4688 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4688 call $~lib/typedarray/Uint32Array#some @@ -63348,10 +62602,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4720 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4720 call $~lib/typedarray/Uint32Array#some @@ -63371,42 +62625,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i64.const 2 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i64.const 4 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i64.const 6 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4752 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4752 call $~lib/typedarray/Int64Array#some @@ -63415,10 +62669,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4784 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4784 call $~lib/typedarray/Int64Array#some @@ -63438,42 +62692,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i64.const 2 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i64.const 4 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i64.const 6 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4816 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4816 call $~lib/typedarray/Uint64Array#some @@ -63482,10 +62736,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4848 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4848 call $~lib/typedarray/Uint64Array#some @@ -63505,42 +62759,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 f32.const 2 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 f32.const 4 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 f32.const 6 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4880 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4880 call $~lib/typedarray/Float32Array#some @@ -63549,10 +62803,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4912 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4912 call $~lib/typedarray/Float32Array#some @@ -63572,42 +62826,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 f64.const 2 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 f64.const 4 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 f64.const 6 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4944 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4944 call $~lib/typedarray/Float64Array#some @@ -63616,10 +62870,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4976 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 4976 call $~lib/typedarray/Float64Array#some @@ -63639,42 +62893,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5008 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5008 call $~lib/typedarray/Int8Array#findIndex @@ -63684,10 +62938,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 5040 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5040 call $~lib/typedarray/Int8Array#findIndex @@ -63709,42 +62963,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5072 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5072 call $~lib/typedarray/Uint8Array#findIndex @@ -63754,10 +63008,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 5104 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5104 call $~lib/typedarray/Uint8Array#findIndex @@ -63779,42 +63033,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5136 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5136 call $~lib/typedarray/Uint8Array#findIndex @@ -63824,10 +63078,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 5168 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5168 call $~lib/typedarray/Uint8Array#findIndex @@ -63849,42 +63103,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5200 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5200 call $~lib/typedarray/Int16Array#findIndex @@ -63894,10 +63148,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 5232 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5232 call $~lib/typedarray/Int16Array#findIndex @@ -63919,42 +63173,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5264 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5264 call $~lib/typedarray/Uint16Array#findIndex @@ -63964,10 +63218,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 5296 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5296 call $~lib/typedarray/Uint16Array#findIndex @@ -63989,42 +63243,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5328 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5328 call $~lib/typedarray/Int32Array#findIndex @@ -64034,10 +63288,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 5360 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5360 call $~lib/typedarray/Int32Array#findIndex @@ -64059,42 +63313,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5392 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5392 call $~lib/typedarray/Uint32Array#findIndex @@ -64104,10 +63358,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 5424 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5424 call $~lib/typedarray/Uint32Array#findIndex @@ -64129,42 +63383,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i64.const 1 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i64.const 2 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i64.const 3 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5456 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5456 call $~lib/typedarray/Int64Array#findIndex @@ -64174,10 +63428,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 5488 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5488 call $~lib/typedarray/Int64Array#findIndex @@ -64199,42 +63453,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i64.const 1 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i64.const 2 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i64.const 3 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5520 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5520 call $~lib/typedarray/Uint64Array#findIndex @@ -64244,10 +63498,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 5552 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5552 call $~lib/typedarray/Uint64Array#findIndex @@ -64269,42 +63523,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 f32.const 1 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 f32.const 2 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 f32.const 3 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5584 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5584 call $~lib/typedarray/Float32Array#findIndex @@ -64314,10 +63568,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 5616 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5616 call $~lib/typedarray/Float32Array#findIndex @@ -64339,42 +63593,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 f64.const 1 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 f64.const 2 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 f64.const 3 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5648 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5648 call $~lib/typedarray/Float64Array#findIndex @@ -64384,10 +63638,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 5680 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5680 call $~lib/typedarray/Float64Array#findIndex @@ -64409,42 +63663,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5712 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5712 call $~lib/typedarray/Int8Array#findLastIndex @@ -64454,10 +63708,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 5744 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5744 call $~lib/typedarray/Int8Array#findLastIndex @@ -64479,42 +63733,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5776 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5776 call $~lib/typedarray/Uint8Array#findLastIndex @@ -64524,10 +63778,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 5808 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5808 call $~lib/typedarray/Uint8Array#findLastIndex @@ -64549,42 +63803,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5840 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5840 call $~lib/typedarray/Uint8Array#findLastIndex @@ -64594,10 +63848,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 5872 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5872 call $~lib/typedarray/Uint8Array#findLastIndex @@ -64619,42 +63873,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5904 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5904 call $~lib/typedarray/Int16Array#findLastIndex @@ -64664,10 +63918,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 5936 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5936 call $~lib/typedarray/Int16Array#findLastIndex @@ -64689,42 +63943,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5968 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5968 call $~lib/typedarray/Uint16Array#findLastIndex @@ -64734,10 +63988,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6000 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6000 call $~lib/typedarray/Uint16Array#findLastIndex @@ -64759,42 +64013,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 6032 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6032 call $~lib/typedarray/Int32Array#findLastIndex @@ -64804,10 +64058,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6064 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6064 call $~lib/typedarray/Int32Array#findLastIndex @@ -64829,42 +64083,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 6096 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6096 call $~lib/typedarray/Uint32Array#findLastIndex @@ -64874,10 +64128,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6128 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6128 call $~lib/typedarray/Uint32Array#findLastIndex @@ -64899,42 +64153,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i64.const 1 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i64.const 2 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i64.const 3 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 6160 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6160 call $~lib/typedarray/Int64Array#findLastIndex @@ -64944,10 +64198,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6192 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6192 call $~lib/typedarray/Int64Array#findLastIndex @@ -64969,42 +64223,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i64.const 1 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i64.const 2 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i64.const 3 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 6224 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6224 call $~lib/typedarray/Uint64Array#findLastIndex @@ -65014,10 +64268,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6256 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6256 call $~lib/typedarray/Uint64Array#findLastIndex @@ -65039,42 +64293,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 f32.const 1 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 f32.const 2 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 f32.const 3 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 6288 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6288 call $~lib/typedarray/Float32Array#findLastIndex @@ -65084,10 +64338,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6320 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6320 call $~lib/typedarray/Float32Array#findLastIndex @@ -65109,42 +64363,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 f64.const 1 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 f64.const 2 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 f64.const 3 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 6352 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6352 call $~lib/typedarray/Float64Array#findLastIndex @@ -65154,10 +64408,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6384 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6384 call $~lib/typedarray/Float64Array#findLastIndex @@ -65179,42 +64433,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 2 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 4 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 6 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 6416 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6416 call $~lib/typedarray/Int8Array#every @@ -65223,10 +64477,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6448 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6448 call $~lib/typedarray/Int8Array#every @@ -65246,42 +64500,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 2 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 4 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 6 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 6480 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6480 call $~lib/typedarray/Uint8Array#every @@ -65290,10 +64544,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6512 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6512 call $~lib/typedarray/Uint8Array#every @@ -65313,42 +64567,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 4 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 6 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 6544 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6544 call $~lib/typedarray/Uint8Array#every @@ -65357,10 +64611,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6576 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6576 call $~lib/typedarray/Uint8Array#every @@ -65380,42 +64634,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 2 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 4 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 6 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 6608 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6608 call $~lib/typedarray/Int16Array#every @@ -65424,10 +64678,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6640 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6640 call $~lib/typedarray/Int16Array#every @@ -65447,42 +64701,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 2 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 4 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 6 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 6672 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6672 call $~lib/typedarray/Uint16Array#every @@ -65491,10 +64745,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6704 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6704 call $~lib/typedarray/Uint16Array#every @@ -65514,42 +64768,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 2 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 4 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 6 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 6736 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6736 call $~lib/typedarray/Int32Array#every @@ -65558,10 +64812,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6768 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6768 call $~lib/typedarray/Int32Array#every @@ -65581,42 +64835,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 2 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 4 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 6 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 6800 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6800 call $~lib/typedarray/Uint32Array#every @@ -65625,10 +64879,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6832 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6832 call $~lib/typedarray/Uint32Array#every @@ -65648,42 +64902,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i64.const 2 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i64.const 4 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i64.const 6 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 6864 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6864 call $~lib/typedarray/Int64Array#every @@ -65692,10 +64946,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6896 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6896 call $~lib/typedarray/Int64Array#every @@ -65715,42 +64969,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i64.const 2 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i64.const 4 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i64.const 6 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 6928 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6928 call $~lib/typedarray/Uint64Array#every @@ -65759,10 +65013,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 6960 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6960 call $~lib/typedarray/Uint64Array#every @@ -65782,42 +65036,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 f32.const 2 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 f32.const 4 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 f32.const 6 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 6992 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 6992 call $~lib/typedarray/Float32Array#every @@ -65826,10 +65080,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 7024 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7024 call $~lib/typedarray/Float32Array#every @@ -65849,42 +65103,42 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 f64.const 2 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 f64.const 4 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 f64.const 6 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7056 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7056 call $~lib/typedarray/Float64Array#every @@ -65893,10 +65147,10 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 7088 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7088 call $~lib/typedarray/Float64Array#every @@ -65918,25 +65172,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount local.get $0 i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $0 - i32.store $0 + i32.store local.get $0 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 i32.const 7152 @@ -65946,10 +65200,10 @@ call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 i32.const 7152 @@ -65959,10 +65213,10 @@ call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 i32.const 7152 @@ -65972,10 +65226,10 @@ call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7200 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -65987,25 +65241,25 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store local.get $6 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 local.get $0 - i32.store $0 + i32.store local.get $6 i32.const 7200 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $6 @@ -66017,19 +65271,19 @@ local.get $1 local.get $7 i32.add - i32.load8_s $0 + i32.load8_s local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $8 local.get $1 local.get $0 i32.const 7200 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_none) + i32.load + call_indirect (type $4) local.get $1 i32.const 1 i32.add @@ -66060,25 +65314,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount local.get $0 i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $0 - i32.store $0 + i32.store local.get $0 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 i32.const 7152 @@ -66089,10 +65343,10 @@ call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 i32.const 7152 @@ -66103,10 +65357,10 @@ call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 i32.const 7152 @@ -66117,10 +65371,10 @@ call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7232 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7232 call $~lib/typedarray/Uint8Array#forEach @@ -66143,25 +65397,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount local.get $0 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 - i32.store $0 + i32.store local.get $0 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 i32.const 7152 @@ -66172,10 +65426,10 @@ call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 i32.const 7152 @@ -66186,10 +65440,10 @@ call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 i32.const 7152 @@ -66200,10 +65454,10 @@ call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7264 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 7264 call $~lib/typedarray/Uint8Array#forEach @@ -66228,25 +65482,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount local.get $0 i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $0 - i32.store $0 + i32.store local.get $0 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 i32.const 7152 @@ -66256,10 +65510,10 @@ call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 i32.const 7152 @@ -66269,10 +65523,10 @@ call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 i32.const 7152 @@ -66282,10 +65536,10 @@ call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7296 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -66297,25 +65551,25 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store local.get $6 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 local.get $0 - i32.store $0 + i32.store local.get $6 i32.const 7296 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $6 @@ -66329,19 +65583,19 @@ i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $8 local.get $1 local.get $0 i32.const 7296 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_none) + i32.load + call_indirect (type $4) local.get $1 i32.const 1 i32.add @@ -66374,25 +65628,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount local.get $0 i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $0 - i32.store $0 + i32.store local.get $0 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 i32.const 7152 @@ -66403,10 +65657,10 @@ call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 i32.const 7152 @@ -66417,10 +65671,10 @@ call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 i32.const 7152 @@ -66431,10 +65685,10 @@ call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7328 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -66446,25 +65700,25 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store local.get $6 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 local.get $0 - i32.store $0 + i32.store local.get $6 i32.const 7328 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $6 @@ -66478,19 +65732,19 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $8 local.get $1 local.get $0 i32.const 7328 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_none) + i32.load + call_indirect (type $4) local.get $1 i32.const 1 i32.add @@ -66523,25 +65777,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount local.get $0 i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $0 - i32.store $0 + i32.store local.get $0 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 i32.const 7152 @@ -66550,10 +65804,10 @@ call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 i32.const 7152 @@ -66562,10 +65816,10 @@ call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 i32.const 7152 @@ -66574,10 +65828,10 @@ call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7360 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -66589,25 +65843,25 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store local.get $6 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 local.get $0 - i32.store $0 + i32.store local.get $6 i32.const 7360 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $6 @@ -66621,19 +65875,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $8 local.get $1 local.get $0 i32.const 7360 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_none) + i32.load + call_indirect (type $4) local.get $1 i32.const 1 i32.add @@ -66666,25 +65920,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount local.get $0 i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $0 - i32.store $0 + i32.store local.get $0 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 i32.const 7152 @@ -66693,10 +65947,10 @@ call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 i32.const 7152 @@ -66705,10 +65959,10 @@ call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 i32.const 7152 @@ -66717,10 +65971,10 @@ call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7392 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -66732,25 +65986,25 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store local.get $6 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 local.get $0 - i32.store $0 + i32.store local.get $6 i32.const 7392 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $6 @@ -66764,19 +66018,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $8 local.get $1 local.get $0 i32.const 7392 - i32.load $0 - call_indirect $0 (type $i32_i32_i32_=>_none) + i32.load + call_indirect (type $4) local.get $1 i32.const 1 i32.add @@ -66809,25 +66063,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount local.get $0 i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $0 - i32.store $0 + i32.store local.get $0 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 i32.const 7152 @@ -66837,10 +66091,10 @@ call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 i32.const 7152 @@ -66850,10 +66104,10 @@ call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 i32.const 7152 @@ -66863,10 +66117,10 @@ call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7424 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -66878,25 +66132,25 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store local.get $6 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 local.get $0 - i32.store $0 + i32.store local.get $6 i32.const 7424 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $6 @@ -66910,19 +66164,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $3 local.get $1 local.get $0 i32.const 7424 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_none) + i32.load + call_indirect (type $28) local.get $1 i32.const 1 i32.add @@ -66955,25 +66209,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount local.get $0 i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $0 - i32.store $0 + i32.store local.get $0 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 i32.const 7152 @@ -66983,10 +66237,10 @@ call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 i32.const 7152 @@ -66996,10 +66250,10 @@ call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 i32.const 7152 @@ -67009,10 +66263,10 @@ call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7456 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -67024,25 +66278,25 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store local.get $6 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 local.get $0 - i32.store $0 + i32.store local.get $6 i32.const 7456 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $6 @@ -67056,19 +66310,19 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $3 local.get $1 local.get $0 i32.const 7456 - i32.load $0 - call_indirect $0 (type $i64_i32_i32_=>_none) + i32.load + call_indirect (type $28) local.get $1 i32.const 1 i32.add @@ -67101,25 +66355,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount local.get $0 i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $0 - i32.store $0 + i32.store local.get $0 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 i32.const 7152 @@ -67129,10 +66383,10 @@ call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 i32.const 7152 @@ -67142,10 +66396,10 @@ call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 i32.const 7152 @@ -67155,10 +66409,10 @@ call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7488 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -67170,25 +66424,25 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store local.get $6 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 local.get $0 - i32.store $0 + i32.store local.get $6 i32.const 7488 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $6 @@ -67202,19 +66456,19 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $4 local.get $1 local.get $0 i32.const 7488 - i32.load $0 - call_indirect $0 (type $f32_i32_i32_=>_none) + i32.load + call_indirect (type $31) local.get $1 i32.const 1 i32.add @@ -67247,25 +66501,25 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount local.get $0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $0 - i32.store $0 + i32.store local.get $0 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 0 i32.const 7152 @@ -67275,10 +66529,10 @@ call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1 i32.const 7152 @@ -67288,10 +66542,10 @@ call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 2 i32.const 7152 @@ -67301,10 +66555,10 @@ call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7520 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -67316,25 +66570,25 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store local.get $6 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $6 local.get $0 - i32.store $0 + i32.store local.get $6 i32.const 7520 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length local.set $6 @@ -67348,19 +66602,19 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $5 local.get $1 local.get $0 i32.const 7520 - i32.load $0 - call_indirect $0 (type $f64_i32_i32_=>_none) + i32.load + call_indirect (type $32) local.get $1 i32.const 1 i32.add @@ -67406,17 +66660,17 @@ i32.const 1 call $~lib/typedarray/Float64Array#constructor local.tee $1 - i32.store $0 offset=84 + i32.store offset=84 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 f64.const nan:0x8000000000000 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f64.const nan:0x8000000000000 i32.const 0 @@ -67434,7 +66688,7 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $0 local.get $6 @@ -67448,14 +66702,14 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INCLUDES<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) local.get $6 local.get $1 - i32.store $0 + i32.store local.get $6 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.get $1 call $~lib/typedarray/Int64Array#get:length @@ -67469,9 +66723,9 @@ drop global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 loop $while-continue|0 local.get $0 @@ -67484,7 +66738,7 @@ i32.const 3 i32.shl i32.add - f64.load $0 + f64.load local.tee $5 local.get $5 f64.ne @@ -67518,17 +66772,17 @@ i32.const 1 call $~lib/typedarray/Float32Array#constructor local.tee $1 - i32.store $0 offset=88 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 f32.const nan:0x400000 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 f32.const nan:0x400000 i32.const 0 @@ -67546,7 +66800,7 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $0 local.get $6 @@ -67560,14 +66814,14 @@ global.get $~lib/memory/__stack_pointer local.tee $6 i64.const 0 - i64.store $0 + i64.store block $~lib/typedarray/INCLUDES<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) local.get $6 local.get $1 - i32.store $0 + i32.store local.get $6 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.get $1 call $~lib/typedarray/Int32Array#get:length @@ -67581,11 +66835,11 @@ drop global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.set $1 - loop $while-continue|065 + loop $while-continue|01 local.get $0 local.get $6 i32.lt_s @@ -67596,7 +66850,7 @@ i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.tee $4 local.get $4 f32.ne @@ -67606,7 +66860,7 @@ i32.const 1 i32.add local.set $0 - br $while-continue|065 + br $while-continue|01 end end i32.const 0 @@ -67638,62 +66892,62 @@ local.tee $0 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $0 i32.const 5 call $~lib/typedarray/Int8Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 i32.const 4 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.const 5 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $~lib/typedarray/Int8Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq @@ -67702,7 +66956,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8 i32.sub @@ -67714,13 +66968,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 9584 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int8Array#join local.set $0 @@ -67730,10 +66984,10 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq @@ -67755,62 +67009,62 @@ local.tee $0 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $0 i32.const 5 call $~lib/typedarray/Uint8Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 i32.const 4 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.const 5 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $~lib/typedarray/Uint8Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq @@ -67818,16 +67072,16 @@ br_if $folding-inner22 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 call $~lib/typedarray/Uint8Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq @@ -67849,62 +67103,62 @@ local.tee $0 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $0 i32.const 5 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 i32.const 4 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.const 5 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $~lib/typedarray/Uint8Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq @@ -67912,16 +67166,16 @@ br_if $folding-inner22 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 call $~lib/typedarray/Uint8Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq @@ -67943,62 +67197,62 @@ local.tee $0 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $0 i32.const 5 call $~lib/typedarray/Int16Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 i32.const 4 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.const 5 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $~lib/typedarray/Int16Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq @@ -68007,7 +67261,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8 i32.sub @@ -68019,13 +67273,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 9584 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int16Array#join local.set $0 @@ -68035,10 +67289,10 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq @@ -68060,62 +67314,62 @@ local.tee $0 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $0 i32.const 5 call $~lib/typedarray/Uint16Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 i32.const 4 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.const 5 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $~lib/typedarray/Uint16Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq @@ -68124,7 +67378,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8 i32.sub @@ -68136,13 +67390,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 9584 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Uint16Array#join local.set $0 @@ -68152,10 +67406,10 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq @@ -68177,62 +67431,62 @@ local.tee $0 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $0 i32.const 5 call $~lib/typedarray/Int32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 i32.const 4 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.const 5 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $~lib/typedarray/Int32Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq @@ -68241,7 +67495,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8 i32.sub @@ -68253,13 +67507,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 9584 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#join local.set $0 @@ -68269,10 +67523,10 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq @@ -68294,62 +67548,62 @@ local.tee $0 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $0 i32.const 5 call $~lib/typedarray/Uint32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 i32.const 4 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i32.const 5 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $~lib/typedarray/Uint32Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq @@ -68358,7 +67612,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8 i32.sub @@ -68370,13 +67624,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 9584 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Uint32Array#join local.set $0 @@ -68386,10 +67640,10 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq @@ -68411,62 +67665,62 @@ local.tee $0 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $0 i32.const 5 call $~lib/typedarray/Int64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i64.const 1 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i64.const 2 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i64.const 3 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 i64.const 4 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i64.const 5 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $~lib/typedarray/Int64Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq @@ -68475,7 +67729,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8 i32.sub @@ -68487,13 +67741,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 9584 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#join local.set $0 @@ -68503,10 +67757,10 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq @@ -68528,62 +67782,62 @@ local.tee $0 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $0 i32.const 5 call $~lib/typedarray/Uint64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i64.const 1 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i64.const 2 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i64.const 3 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 i64.const 4 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 i64.const 5 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $~lib/typedarray/Uint64Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq @@ -68592,7 +67846,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8 i32.sub @@ -68604,13 +67858,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 9584 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Uint64Array#join local.set $0 @@ -68620,10 +67874,10 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 9616 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq @@ -68645,62 +67899,62 @@ local.tee $0 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $0 i32.const 5 call $~lib/typedarray/Float32Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 f32.const 1 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 f32.const 2 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 f32.const 3 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 f32.const 4 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 f32.const 5 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $~lib/typedarray/Float32Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 10800 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 10800 call $~lib/string/String.__eq @@ -68709,7 +67963,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8 i32.sub @@ -68721,13 +67975,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 9584 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Float32Array#join local.set $0 @@ -68737,10 +67991,10 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 10800 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 10800 call $~lib/string/String.__eq @@ -68762,62 +68016,62 @@ local.tee $0 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $0 i32.const 5 call $~lib/typedarray/Float64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 f64.const 1 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 f64.const 2 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 f64.const 3 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 f64.const 4 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4 f64.const 5 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 9584 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 call $~lib/typedarray/Float64Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 10800 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 10800 call $~lib/string/String.__eq @@ -68826,7 +68080,7 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 8 i32.sub @@ -68838,13 +68092,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 9584 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Float64Array#join local.set $0 @@ -68854,10 +68108,10 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 10800 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 10800 call $~lib/string/String.__eq @@ -68871,10 +68125,10 @@ i32.const 0 call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -68882,10 +68136,10 @@ i32.const 0 call $~lib/typedarray/Uint8Array.wrap@varargs local.tee $0 - i32.store $0 offset=96 + i32.store offset=96 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int8Array#get:length if @@ -68900,10 +68154,10 @@ i32.const 2 call $~lib/arraybuffer/ArrayBuffer#constructor local.tee $0 - i32.store $0 offset=92 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 2 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -68911,10 +68165,10 @@ i32.const 2 call $~lib/typedarray/Uint8Array.wrap@varargs local.tee $0 - i32.store $0 offset=96 + i32.store offset=96 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/typedarray/Int8Array#get:length if @@ -68938,13 +68192,13 @@ local.tee $0 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $0 i32.const 10928 - i32.store $0 + i32.store local.get $0 i32.const 10928 - i32.store $0 offset=4 + i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length local.set $0 @@ -68952,7 +68206,7 @@ local.get $0 call $~lib/typedarray/Uint8Array#constructor local.tee $1 - i32.store $0 offset=8 + i32.store offset=8 loop $for-loop|01 local.get $0 local.get $2 @@ -68961,10 +68215,10 @@ global.get $~lib/memory/__stack_pointer local.tee $6 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 i32.const 10928 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 local.get $2 i32.const 10928 @@ -68983,40 +68237,40 @@ global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $1 - i32.load $0 + i32.load local.tee $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $7 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $8 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $6 local.get $7 local.get $8 local.get $1 - i32.load $0 offset=8 + i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice local.tee $2 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -69024,7 +68278,7 @@ i32.const 0 call $~lib/typedarray/Uint8Array.wrap@varargs local.tee $6 - i32.store $0 offset=20 + i32.store offset=20 i32.const 0 local.set $2 loop $for-loop|1 @@ -69034,14 +68288,14 @@ if global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 call $~lib/typedarray/Uint8Array#__get local.set $7 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 offset=4 + i32.store offset=4 local.get $6 local.get $2 call $~lib/typedarray/Uint8Array#__get @@ -69089,30 +68343,30 @@ global.get $~lib/memory/__stack_pointer i32.const 10 call $~lib/typedarray/Uint8ClampedArray#constructor - local.tee $6 - i32.store $0 offset=100 + local.tee $1 + i32.store offset=100 global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $0 - i32.store $0 offset=104 + i32.store offset=104 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 f32.const 400 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 f32.const nan:0x400000 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 f32.const inf @@ -69120,33 +68374,33 @@ global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/typedarray/Int64Array#constructor - local.tee $2 - i32.store $0 offset=108 + local.tee $6 + i32.store offset=108 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 0 i64.const -10 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 1 i64.const 100 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 2 i64.const 10 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $6 + i32.store offset=4 + local.get $6 i32.const 3 i64.const 300 call $~lib/typedarray/Int64Array#__set @@ -69154,27 +68408,27 @@ i32.const 2 call $~lib/typedarray/Int32Array#constructor local.tee $7 - i32.store $0 offset=112 + i32.store offset=112 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 0 i32.const 300 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $7 i32.const 1 i32.const -1 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -69184,28 +68438,28 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 i64.const 0 - i64.store $0 - local.get $1 + i64.store + local.get $2 i32.const 0 - i32.store $0 offset=8 - local.get $1 - local.get $6 - i32.store $0 + i32.store offset=8 + local.get $2 local.get $1 + i32.store + local.get $2 local.get $0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $8 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=8 - local.get $6 + local.get $1 + i32.store offset=8 + local.get $1 call $~lib/typedarray/Int8Array#get:length local.get $8 i32.const 1 @@ -69213,55 +68467,57 @@ i32.lt_s br_if $folding-inner17 global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $6 - i32.store $0 offset=8 - local.get $6 - i32.load $0 offset=4 + local.tee $2 + local.get $1 + i32.store offset=8 + local.get $1 + i32.load offset=4 i32.const 1 i32.add local.set $9 - local.get $1 + local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $0 i32.const 0 - local.set $1 - loop $for-loop|068 - local.get $1 + local.set $2 + loop $for-loop|00 + local.get $2 local.get $8 i32.lt_s if - local.get $1 + local.get $2 local.get $9 i32.add local.get $0 - local.get $1 + local.get $2 i32.const 2 i32.shl i32.add - f32.load $0 + f32.load local.tee $4 - f32.const 255 - f32.min - f32.const 0 - f32.max - i32.trunc_sat_f32_u - i32.const 0 - local.get $4 local.get $4 f32.sub f32.const 0 f32.eq - select - i32.store8 $0 - local.get $1 + if (result i32) + local.get $4 + f32.const 255 + f32.min + f32.const 0 + f32.max + i32.trunc_sat_f32_u + else + i32.const 0 + end + i32.store8 + local.get $2 i32.const 1 i32.add - local.set $1 - br $for-loop|068 + local.set $2 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer @@ -69269,21 +68525,21 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store $0 offset=20 local.get $6 - local.get $2 + i32.store offset=20 + local.get $1 + local.get $6 i32.const 4 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $7 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -69295,26 +68551,26 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - local.get $6 - i32.store $0 + local.get $1 + i32.store local.get $0 local.get $7 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 call $~lib/typedarray/Int32Array#get:length local.set $0 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=8 - local.get $6 + local.get $1 + i32.store offset=8 + local.get $1 call $~lib/typedarray/Int8Array#get:length local.get $0 i32.const 8 @@ -69322,55 +68578,55 @@ i32.lt_s br_if $folding-inner17 global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $6 - i32.store $0 offset=8 - local.get $6 - i32.load $0 offset=4 + local.tee $2 + local.get $1 + i32.store offset=8 + local.get $1 + i32.load offset=4 i32.const 8 i32.add - local.set $8 - local.get $1 + local.set $6 + local.get $2 local.get $7 - i32.store $0 offset=8 + i32.store offset=8 local.get $7 - i32.load $0 offset=4 - local.set $1 + i32.load offset=4 + local.set $7 i32.const 0 local.set $2 - loop $for-loop|070 + loop $for-loop|01213 local.get $0 local.get $2 i32.gt_s if local.get $2 - local.get $8 + local.get $6 i32.add i32.const 255 - local.get $1 + local.get $7 local.get $2 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $7 + i32.load + local.tee $8 i32.sub i32.const 31 i32.shr_s - local.get $7 + local.get $8 i32.or - local.get $7 + local.get $8 i32.const 31 i32.shr_s i32.const -1 i32.xor i32.and - i32.store8 $0 + i32.store8 local.get $2 i32.const 1 i32.add local.set $2 - br $for-loop|070 + br $for-loop|01213 end end global.get $~lib/memory/__stack_pointer @@ -69378,8 +68634,8 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 @@ -69388,39 +68644,39 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 - local.get $6 + i32.store offset=20 + local.get $1 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/typedarray/Uint32Array#constructor local.tee $0 - i32.store $0 offset=116 + i32.store offset=116 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 i32.const 300 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 i32.const 100 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3 i32.const -1 @@ -69428,42 +68684,42 @@ global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/typedarray/Int16Array#constructor - local.tee $1 - i32.store $0 offset=120 + local.tee $2 + i32.store offset=120 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $2 + i32.store offset=4 + local.get $2 i32.const 0 i32.const -10 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $2 + i32.store offset=4 + local.get $2 i32.const 1 i32.const 100 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $2 + i32.store offset=4 + local.get $2 i32.const 2 i32.const 10 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store $0 offset=4 - local.get $1 + local.get $2 + i32.store offset=4 + local.get $2 i32.const 3 i32.const 300 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -69473,50 +68729,50 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $6 i64.const 0 - i64.store $0 - local.get $2 + i64.store + local.get $6 i32.const 0 - i32.store $0 offset=8 - local.get $2 + i32.store offset=8 + local.get $6 + local.get $1 + i32.store local.get $6 - i32.store $0 - local.get $2 local.get $0 - i32.store $0 offset=4 - local.get $2 + i32.store offset=4 + local.get $6 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $2 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=8 - local.get $6 + local.get $1 + i32.store offset=8 + local.get $1 call $~lib/typedarray/Int8Array#get:length - local.get $2 + local.get $6 i32.lt_s br_if $folding-inner17 global.get $~lib/memory/__stack_pointer local.tee $7 - local.get $6 - i32.store $0 offset=8 - local.get $6 - i32.load $0 offset=4 + local.get $1 + i32.store offset=8 + local.get $1 + i32.load offset=4 local.set $8 local.get $7 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.set $7 i32.const 0 local.set $0 - loop $for-loop|071 + loop $for-loop|02324 local.get $0 - local.get $2 + local.get $6 i32.lt_s if local.get $0 @@ -69528,18 +68784,18 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $9 local.get $9 i32.const 255 i32.gt_u select - i32.store8 $0 + i32.store8 local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|071 + br $for-loop|02324 end end global.get $~lib/memory/__stack_pointer @@ -69547,18 +68803,18 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 - global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=20 - local.get $6 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=20 local.get $1 + local.get $2 i32.const 5 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store $0 offset=4 + local.get $1 + i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 @@ -69567,8 +68823,8 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 - local.get $6 + i32.store offset=20 + local.get $1 local.get $0 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> call $std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8> @@ -69592,49 +68848,49 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $0 i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 f64.const 1 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 f64.const 2 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 f64.const 3 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/typedarray/Float64Array#sort@varargs local.tee $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Float64Array#__get @@ -69650,7 +68906,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Float64Array#__get @@ -69666,7 +68922,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Float64Array#__get @@ -69683,17 +68939,17 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 15984 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 15984 call $~lib/typedarray/Float64Array#sort drop global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Float64Array#__get @@ -69709,7 +68965,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Float64Array#__get @@ -69725,7 +68981,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/typedarray/Float64Array#__get @@ -69749,12 +69005,12 @@ i32.const 0 i32.gt_s if - loop $while-continue|063 + loop $while-continue|013 global.get $~lib/rt/itcms/state if call $~lib/rt/itcms/step drop - br $while-continue|063 + br $while-continue|013 end end end @@ -69945,7 +69201,7 @@ global.get $~lib/memory/__stack_pointer local.tee $4 i32.const 0 - i32.store $0 + i32.store local.get $0 local.get $1 i32.shl @@ -69958,32 +69214,29 @@ local.get $1 local.get $3 local.get $5 - memory.copy $0 $0 + memory.copy end local.get $4 local.get $1 - i32.store $0 + i32.store i32.const 16 local.get $2 call $~lib/rt/itcms/__new local.tee $2 local.get $1 - i32.store $0 + i32.store + local.get $2 local.get $1 - if - local.get $2 - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + call $~lib/rt/itcms/__link local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -70010,12 +69263,13 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -70032,49 +69286,49 @@ i32.shr_u i32.const 1 i32.shl - local.tee $0 - select local.tee $2 + select + local.tee $0 i32.const 100000 i32.lt_u if (result i32) - local.get $2 + local.get $0 i32.const 100 i32.lt_u if (result i32) - local.get $2 + local.get $0 i32.const 10 i32.ge_u i32.const 1 i32.add else - local.get $2 + local.get $0 i32.const 10000 i32.ge_u i32.const 3 i32.add - local.get $2 + local.get $0 i32.const 1000 i32.ge_u i32.add end else - local.get $2 + local.get $0 i32.const 10000000 i32.lt_u if (result i32) - local.get $2 + local.get $0 i32.const 1000000 i32.ge_u i32.const 6 i32.add else - local.get $2 + local.get $0 i32.const 1000000000 i32.ge_u i32.const 8 i32.add - local.get $2 + local.get $0 i32.const 100000000 i32.ge_u i32.add @@ -70083,23 +69337,23 @@ local.tee $1 i32.const 1 i32.shl - local.get $0 + local.get $2 i32.add i32.const 2 call $~lib/rt/itcms/__new local.tee $3 - i32.store $0 - local.get $0 + i32.store + local.get $2 local.get $3 i32.add - local.get $2 + local.get $0 local.get $1 call $~lib/util/number/utoa32_dec_lut - local.get $0 + local.get $2 if local.get $3 i32.const 45 - i32.store16 $0 + i32.store16 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -70126,12 +69380,13 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -70185,22 +69440,22 @@ i32.add end end - local.tee $2 + local.tee $1 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $1 - i32.store $0 - local.get $1 - local.get $0 + local.tee $2 + i32.store local.get $2 + local.get $0 + local.get $1 call $~lib/util/number/utoa32_dec_lut global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 ) (func $~lib/util/number/dtoa (param $0 f64) (result i32) (local $1 i32) @@ -70221,13 +69476,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 f64.const 0 f64.eq if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -70268,22 +69524,22 @@ call $~lib/util/number/dtoa_core i32.const 1 i32.shl - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.const 2 call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 - local.get $2 - i32.const 9808 + local.tee $1 + i32.store local.get $1 - memory.copy $0 $0 + i32.const 9808 + local.get $2 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 ) (func $~lib/arraybuffer/ArrayBuffer#constructor (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -70303,7 +69559,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1073741820 i32.gt_u @@ -70320,79 +69576,11 @@ i32.const 1 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__link (param $0 i32) (param $1 i32) - local.get $0 - i32.eqz - if - i32.const 0 - i32.const 1232 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white - local.get $1 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - i32.const 20 - i32.sub - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $0 - i32.const 3 - i32.eq - i32.and - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - end - end - end - ) ) diff --git a/tests/compiler/std/uri.debug.wat b/tests/compiler/std/uri.debug.wat index 0a61dbfdb2..ef094cef9d 100644 --- a/tests/compiler/std/uri.debug.wat +++ b/tests/compiler/std/uri.debug.wat @@ -1,15 +1,15 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32) (result i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) + (type $9 (func (result i32))) + (type $10 (func (param i32 i32 i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -107,7 +107,7 @@ (start $~start) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -121,12 +121,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -140,7 +140,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -214,7 +214,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -284,11 +284,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -296,7 +296,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 352 @@ -428,7 +428,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -441,7 +441,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -457,34 +457,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -644,7 +644,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -667,7 +667,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -681,7 +681,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -704,7 +704,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -847,7 +847,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -933,7 +933,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1013,7 +1013,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1047,7 +1047,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1070,7 +1070,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1084,7 +1084,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1136,7 +1136,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1174,7 +1174,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1249,7 +1248,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1283,7 +1282,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1304,7 +1303,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1324,7 +1323,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1344,7 +1343,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1370,7 +1369,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1393,7 +1392,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1878,7 +1877,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1923,7 +1922,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1956,7 +1955,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1979,7 +1978,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2005,7 +2004,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2018,7 +2017,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2045,19 +2044,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2259,12 +2258,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2315,13 +2314,13 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) (local $oldObj i32) @@ -2365,7 +2364,7 @@ local.get $5 i32.lt_u select - memory.copy $0 $0 + memory.copy local.get $newPtr return ) @@ -2374,7 +2373,7 @@ local.get $offset i32.add i32.const 37 - i32.store16 $0 + i32.store16 local.get $dst local.get $offset i32.add @@ -2385,17 +2384,17 @@ i32.const 15 i32.and i32.add - i32.load8_u $0 + i32.load8_u i32.const 652 local.get $ch i32.const 15 i32.and i32.add - i32.load8_u $0 + i32.load8_u i32.const 16 i32.shl i32.or - i32.store $0 offset=2 + i32.store offset=2 ) (func $~lib/util/uri/encode (param $src i32) (param $len i32) (param $table i32) (result i32) (local $i i32) @@ -2440,7 +2439,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $c local.get $c i32.const 33 @@ -2453,7 +2452,7 @@ i32.const 33 i32.sub i32.add - i32.load8_u $0 + i32.load8_u if br $do-break|1 end @@ -2503,7 +2502,7 @@ i32.shl i32.add local.get $size - memory.copy $0 $0 + memory.copy local.get $offset local.get $size i32.add @@ -2560,7 +2559,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.set $c1 local.get $c1 i32.const 56320 @@ -2792,9 +2791,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -2827,10 +2826,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -2865,12 +2864,12 @@ local.get $src local.get $offset i32.add - i32.load16_u $0 + i32.load16_u local.set $c0 local.get $src local.get $offset i32.add - i32.load16_u $0 offset=2 + i32.load16_u offset=2 local.set $c1 block $~lib/util/uri/isHex|inlined.0 (result i32) local.get $c0 @@ -3001,7 +3000,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.tee $ch i32.const 37 i32.ne @@ -3035,7 +3034,7 @@ i32.shl i32.add local.get $size - memory.copy $0 $0 + memory.copy local.get $offset local.get $size i32.add @@ -3106,7 +3105,7 @@ i32.const 35 i32.sub i32.add - i32.load8_u $0 + i32.load8_u else i32.const 0 end @@ -3190,7 +3189,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u i32.const 37 i32.ne end @@ -3309,7 +3308,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $offset i32.const 4 i32.add @@ -3321,7 +3320,7 @@ local.get $offset i32.add local.get $ch - i32.store16 $0 + i32.store16 local.get $offset i32.const 2 i32.add @@ -3422,7 +3421,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -3431,7 +3430,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -3442,7 +3440,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid end return @@ -3483,13 +3481,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $str local.get $str local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/string/String#get:length global.get $~lib/util/uri/URL_UNSAFE @@ -3512,7 +3510,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -3550,7 +3548,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -3559,7 +3557,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -3577,14 +3575,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -3607,13 +3605,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $str local.get $str local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/string/String#get:length global.get $~lib/util/uri/URI_UNSAFE @@ -3635,13 +3633,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $str local.get $str local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/string/String#get:length i32.const 1 @@ -3663,13 +3661,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $str local.get $str local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 call $~lib/string/String#get:length i32.const 0 @@ -3691,11 +3689,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 - memory.size $0 + i32.store offset=8 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3716,19 +3714,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3744,19 +3742,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 736 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3772,19 +3770,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 768 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3800,19 +3798,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 800 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3828,19 +3826,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 832 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3856,19 +3854,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 960 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3884,19 +3882,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1024 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3912,19 +3910,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1088 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3940,19 +3938,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1168 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3968,19 +3966,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1248 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3996,19 +3994,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1312 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4024,19 +4022,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1392 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4052,19 +4050,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1520 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4080,19 +4078,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1664 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4108,19 +4106,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1744 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4136,19 +4134,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1824 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4164,19 +4162,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1936 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4192,19 +4190,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2048 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4220,19 +4218,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2240 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4248,19 +4246,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4276,19 +4274,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 736 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4304,19 +4302,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2480 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4332,19 +4330,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 832 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4360,19 +4358,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2560 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4388,19 +4386,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1664 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4416,19 +4414,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1744 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4444,19 +4442,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1936 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4472,19 +4470,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2128 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4500,19 +4498,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4528,19 +4526,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 736 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4556,19 +4554,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2656 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4584,19 +4582,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2720 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4612,19 +4610,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2752 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4640,19 +4638,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1712 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4668,19 +4666,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2864 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4696,19 +4694,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2864 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4724,19 +4722,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2128 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4752,19 +4750,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1360 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4780,19 +4778,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4808,19 +4806,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 736 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4836,19 +4834,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2624 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4864,19 +4862,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 3152 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4892,19 +4890,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 3216 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4920,19 +4918,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2752 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4948,19 +4946,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1712 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -4976,19 +4974,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2784 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -5004,19 +5002,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 1360 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -5032,19 +5030,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 3248 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -5060,19 +5058,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 3296 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -5088,19 +5086,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 2992 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz diff --git a/tests/compiler/std/uri.release.wat b/tests/compiler/std/uri.release.wat index f72e4f3bee..b82c1ed0b1 100644 --- a/tests/compiler/std/uri.release.wat +++ b/tests/compiler/std/uri.release.wat @@ -1,13 +1,13 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func)) + (type $1 (func (param i32 i32) (result i32))) + (type $2 (func (param i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32))) + (type $5 (func (param i32 i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -157,14 +157,14 @@ (local $0 i32) (local $1 i32) i32.const 1376 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1184 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1584 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -174,7 +174,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -192,7 +192,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -200,137 +200,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1248 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1248 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 37124 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$132 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 37124 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1248 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$132 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1248 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1248 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 4336 + i32.load + i32.gt_u + if + i32.const 1376 + i32.const 1440 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 4340 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 4336 - i32.load $0 - i32.gt_u - if - i32.const 1376 - i32.const 1440 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 4340 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -338,8 +358,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -351,10 +371,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -365,29 +385,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -395,10 +415,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -412,75 +432,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -502,7 +515,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -519,12 +532,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -541,17 +554,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -561,9 +574,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -588,13 +601,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -628,7 +641,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -684,19 +697,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -708,15 +721,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -724,16 +737,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -755,10 +769,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -771,18 +785,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -806,30 +819,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -837,10 +850,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -848,7 +861,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -856,7 +869,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -867,10 +880,10 @@ end i32.const 37136 i32.const 0 - i32.store $0 + i32.store i32.const 38704 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -882,7 +895,7 @@ i32.const 37136 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -900,7 +913,7 @@ i32.const 37136 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -917,7 +930,7 @@ end i32.const 37136 i32.const 38708 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -950,7 +963,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -963,19 +976,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -986,7 +999,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -998,7 +1011,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -1011,12 +1024,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -1025,7 +1034,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1036,26 +1045,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1071,7 +1080,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1087,7 +1096,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1112,14 +1121,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1154,7 +1163,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1168,10 +1177,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1183,10 +1192,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1194,47 +1203,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1255,7 +1266,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1272,10 +1283,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1291,7 +1302,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1312,7 +1323,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1339,7 +1350,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$70 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1360,7 +1371,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$70 end local.get $2 i32.const 0 @@ -1402,50 +1413,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1465,12 +1480,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1481,7 +1496,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1502,7 +1517,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1518,8 +1533,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1533,90 +1548,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1629,7 +1644,7 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) (func $~lib/rt/itcms/__renew (param $0 i32) (param $1 i32) (result i32) @@ -1640,7 +1655,7 @@ i32.const 20 i32.sub local.tee $3 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 16 @@ -1649,25 +1664,25 @@ if local.get $3 local.get $1 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 return end local.get $1 local.get $3 - i32.load $0 offset=12 + i32.load offset=12 call $~lib/rt/itcms/__new local.tee $2 local.get $0 local.get $1 local.get $3 - i32.load $0 offset=16 + i32.load offset=16 local.tee $0 local.get $0 local.get $1 i32.gt_u select - memory.copy $0 $0 + memory.copy local.get $2 ) (func $~lib/util/uri/encode (param $0 i32) (param $1 i32) (param $2 i32) (result i32) @@ -1678,6 +1693,7 @@ (local $7 i32) (local $8 i32) (local $9 i32) + (local $10 i32) local.get $1 i32.eqz if @@ -1687,7 +1703,7 @@ local.get $1 i32.const 1 i32.shl - local.tee $8 + local.tee $5 i32.const 2 call $~lib/rt/itcms/__new local.set $3 @@ -1698,7 +1714,7 @@ if block $while-break|0 local.get $4 - local.set $5 + local.set $6 loop $do-loop|1 block $do-break|1 local.get $0 @@ -1706,19 +1722,18 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - local.tee $6 + i32.load16_u + local.tee $7 i32.const 33 i32.sub + local.tee $8 i32.const 94 i32.ge_u br_if $do-break|1 local.get $2 - local.get $6 - i32.const 33 - i32.sub + local.get $8 i32.add - i32.load8_u $0 + i32.load8_u br_if $do-break|1 local.get $4 i32.const 1 @@ -1730,55 +1745,54 @@ end end local.get $4 - local.get $5 + local.get $6 i32.gt_u if local.get $4 - local.get $5 + local.get $6 i32.sub i32.const 1 i32.shl - local.tee $9 - local.get $7 + local.tee $10 + local.get $9 i32.add - local.get $8 + local.tee $8 + local.get $5 i32.gt_u if local.get $3 - local.get $7 - local.get $9 - i32.add - local.tee $8 + local.get $8 + local.tee $5 call $~lib/rt/itcms/__renew local.set $3 end local.get $3 - local.get $7 + local.get $9 i32.add local.get $0 - local.get $5 + local.get $6 i32.const 1 i32.shl i32.add + local.get $10 + memory.copy local.get $9 - memory.copy $0 $0 - local.get $7 - local.get $9 + local.get $10 i32.add - local.set $7 + local.set $9 local.get $1 local.get $4 i32.le_u br_if $while-break|0 end - local.get $6 + local.get $7 i32.const 55296 i32.ge_u if - local.get $6 + local.get $7 i32.const 57343 i32.le_u - local.get $6 + local.get $7 i32.const 56320 i32.ge_u i32.and @@ -1790,7 +1804,7 @@ call $~lib/builtins/abort unreachable end - local.get $6 + local.get $7 i32.const 56319 i32.le_u if @@ -1813,11 +1827,11 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - local.tee $5 + i32.load16_u + local.tee $6 i32.const 56320 i32.lt_u - local.get $5 + local.get $6 i32.const 57343 i32.gt_u i32.or @@ -1829,10 +1843,10 @@ call $~lib/builtins/abort unreachable end - local.get $5 + local.get $6 i32.const 1023 i32.and - local.get $6 + local.get $7 i32.const 1023 i32.and i32.const 10 @@ -1840,266 +1854,266 @@ i32.or i32.const 65536 i32.add - local.set $6 + local.set $7 end end - local.get $7 + local.get $9 i32.const 6 i32.const 24 - local.get $6 + local.get $7 i32.const 128 i32.lt_u select i32.add - local.tee $5 - local.get $8 + local.tee $6 + local.get $5 i32.gt_u if local.get $3 - local.get $5 + local.get $6 i32.const 1 i32.shl - local.get $5 + local.get $6 local.get $1 i32.const 1 i32.gt_u select - local.tee $8 + local.tee $5 call $~lib/rt/itcms/__renew local.set $3 end - local.get $6 + local.get $7 i32.const 128 i32.lt_u if local.get $3 - local.get $7 + local.get $9 i32.add - local.tee $5 + local.tee $6 i32.const 37 - i32.store16 $0 - local.get $5 + i32.store16 local.get $6 + local.get $7 i32.const 4 i32.shr_u i32.const 15 i32.and i32.const 1676 i32.add - i32.load8_u $0 - local.get $6 + i32.load8_u + local.get $7 i32.const 15 i32.and i32.const 1676 i32.add - i32.load8_u $0 + i32.load8_u i32.const 16 i32.shl i32.or - i32.store $0 offset=2 + i32.store offset=2 else - local.get $6 + local.get $7 i32.const 2048 i32.lt_u if local.get $3 - local.get $7 + local.get $9 i32.add - local.tee $5 + local.tee $6 i32.const 37 - i32.store16 $0 - local.get $5 + i32.store16 local.get $6 + local.get $7 i32.const 6 i32.shr_u i32.const 192 i32.or - local.tee $5 + local.tee $6 i32.const 4 i32.shr_u i32.const 15 i32.and i32.const 1676 i32.add - i32.load8_u $0 - local.get $5 + i32.load8_u + local.get $6 i32.const 15 i32.and i32.const 1676 i32.add - i32.load8_u $0 + i32.load8_u i32.const 16 i32.shl i32.or - i32.store $0 offset=2 + i32.store offset=2 else - local.get $6 + local.get $7 i32.const 65536 i32.lt_u if local.get $3 - local.get $7 + local.get $9 i32.add - local.tee $5 + local.tee $6 i32.const 37 - i32.store16 $0 - local.get $5 + i32.store16 local.get $6 + local.get $7 i32.const 12 i32.shr_u i32.const 224 i32.or - local.tee $5 + local.tee $6 i32.const 4 i32.shr_u i32.const 15 i32.and i32.const 1676 i32.add - i32.load8_u $0 - local.get $5 + i32.load8_u + local.get $6 i32.const 15 i32.and i32.const 1676 i32.add - i32.load8_u $0 + i32.load8_u i32.const 16 i32.shl i32.or - i32.store $0 offset=2 + i32.store offset=2 else local.get $3 - local.get $7 + local.get $9 i32.add - local.tee $5 + local.tee $6 i32.const 37 - i32.store16 $0 - local.get $5 + i32.store16 local.get $6 + local.get $7 i32.const 18 i32.shr_u i32.const 240 i32.or - local.tee $5 + local.tee $6 i32.const 4 i32.shr_u i32.const 1676 i32.add - i32.load8_u $0 - local.get $5 + i32.load8_u + local.get $6 i32.const 15 i32.and i32.const 1676 i32.add - i32.load8_u $0 + i32.load8_u i32.const 16 i32.shl i32.or - i32.store $0 offset=2 + i32.store offset=2 local.get $3 - local.get $7 + local.get $9 i32.const 6 i32.add - local.tee $7 + local.tee $9 i32.add - local.tee $5 + local.tee $6 i32.const 37 - i32.store16 $0 - local.get $5 + i32.store16 local.get $6 + local.get $7 i32.const 12 i32.shr_u i32.const 63 i32.and i32.const 128 i32.or - local.tee $5 + local.tee $6 i32.const 4 i32.shr_u i32.const 1676 i32.add - i32.load8_u $0 - local.get $5 + i32.load8_u + local.get $6 i32.const 15 i32.and i32.const 1676 i32.add - i32.load8_u $0 + i32.load8_u i32.const 16 i32.shl i32.or - i32.store $0 offset=2 + i32.store offset=2 end local.get $3 - local.get $7 + local.get $9 i32.const 6 i32.add - local.tee $7 + local.tee $9 i32.add - local.tee $5 + local.tee $6 i32.const 37 - i32.store16 $0 - local.get $5 + i32.store16 local.get $6 + local.get $7 i32.const 6 i32.shr_u i32.const 63 i32.and i32.const 128 i32.or - local.tee $5 + local.tee $6 i32.const 4 i32.shr_u i32.const 1676 i32.add - i32.load8_u $0 - local.get $5 + i32.load8_u + local.get $6 i32.const 15 i32.and i32.const 1676 i32.add - i32.load8_u $0 + i32.load8_u i32.const 16 i32.shl i32.or - i32.store $0 offset=2 + i32.store offset=2 end local.get $3 - local.get $7 + local.get $9 i32.const 6 i32.add - local.tee $7 + local.tee $9 i32.add - local.tee $5 + local.tee $6 i32.const 37 - i32.store16 $0 - local.get $5 + i32.store16 local.get $6 + local.get $7 i32.const 63 i32.and i32.const 128 i32.or - local.tee $5 + local.tee $6 i32.const 4 i32.shr_u i32.const 1676 i32.add - i32.load8_u $0 - local.get $5 + i32.load8_u + local.get $6 i32.const 15 i32.and i32.const 1676 i32.add - i32.load8_u $0 + i32.load8_u i32.const 16 i32.shl i32.or - i32.store $0 offset=2 + i32.store offset=2 end - local.get $7 + local.get $9 i32.const 6 i32.add - local.set $7 + local.set $9 local.get $4 i32.const 1 i32.add @@ -2108,12 +2122,12 @@ end end end - local.get $7 - local.get $8 - i32.lt_u + local.get $5 + local.get $9 + i32.gt_u if (result i32) local.get $3 - local.get $7 + local.get $9 call $~lib/rt/itcms/__renew else local.get $3 @@ -2139,7 +2153,7 @@ i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.set $8 + local.set $9 loop $while-continue|0 local.get $1 local.get $3 @@ -2158,7 +2172,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u local.tee $5 i32.const 37 i32.ne @@ -2178,7 +2192,7 @@ i32.gt_u if local.get $6 - local.get $8 + local.get $9 i32.add local.get $0 local.get $4 @@ -2191,7 +2205,7 @@ i32.const 1 i32.shl local.tee $4 - memory.copy $0 $0 + memory.copy local.get $4 local.get $6 i32.add @@ -2213,33 +2227,26 @@ if (result i32) i32.const 1 else + local.get $0 local.get $3 i32.const 1 i32.add i32.const 1 i32.shl - local.get $0 i32.add local.tee $4 - i32.load16_u $0 + i32.load16_u offset=2 local.set $5 local.get $4 - i32.load16_u $0 offset=2 - local.set $4 - local.get $5 - i32.const 32 - i32.or - i32.const 97 - i32.sub - i32.const 6 - i32.lt_u - local.get $5 + i32.load16_u + local.tee $4 i32.const 48 i32.sub i32.const 10 i32.lt_u - i32.or if (result i32) + i32.const 1 + else local.get $4 i32.const 32 i32.or @@ -2247,24 +2254,36 @@ i32.sub i32.const 6 i32.lt_u - local.get $4 + end + if (result i32) + local.get $5 i32.const 48 i32.sub i32.const 10 i32.lt_u - i32.or + if (result i32) + i32.const 1 + else + local.get $5 + i32.const 32 + i32.or + i32.const 97 + i32.sub + i32.const 6 + i32.lt_u + end else i32.const 0 end if (result i32) - local.get $4 + local.get $5 i32.const 32 i32.or i32.const 39 i32.rem_u i32.const 9 i32.sub - local.get $5 + local.get $4 i32.const 32 i32.or i32.const 39 @@ -2310,7 +2329,7 @@ local.get $5 i32.const 3561 i32.add - i32.load8_u $0 + i32.load8_u else i32.const 0 end @@ -2326,18 +2345,20 @@ else i32.const 1 local.get $5 - i32.const 24 - i32.shl - i32.const -1 - i32.xor - i32.clz - i32.const 0 - local.get $5 i32.const 192 i32.sub i32.const 56 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 24 + i32.shl + i32.const -1 + i32.xor + i32.clz + else + i32.const 0 + end local.tee $4 i32.const 17 i32.mul @@ -2346,7 +2367,7 @@ i32.const 1 i32.sub i32.shl - local.set $9 + local.set $8 local.get $5 i32.const 128 local.get $4 @@ -2378,40 +2399,33 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 + i32.load16_u i32.const 37 i32.ne end if (result i32) i32.const 1 else + local.get $0 local.get $3 i32.const 1 i32.add i32.const 1 i32.shl - local.get $0 i32.add local.tee $10 - i32.load16_u $0 + i32.load16_u offset=2 local.set $7 local.get $10 - i32.load16_u $0 offset=2 - local.set $10 - local.get $7 - i32.const 32 - i32.or - i32.const 97 - i32.sub - i32.const 6 - i32.lt_u - local.get $7 + i32.load16_u + local.tee $10 i32.const 48 i32.sub i32.const 10 i32.lt_u - i32.or if (result i32) + i32.const 1 + else local.get $10 i32.const 32 i32.or @@ -2419,24 +2433,36 @@ i32.sub i32.const 6 i32.lt_u - local.get $10 + end + if (result i32) + local.get $7 i32.const 48 i32.sub i32.const 10 i32.lt_u - i32.or + if (result i32) + i32.const 1 + else + local.get $7 + i32.const 32 + i32.or + i32.const 97 + i32.sub + i32.const 6 + i32.lt_u + end else i32.const 0 end if (result i32) - local.get $10 + local.get $7 i32.const 32 i32.or i32.const 39 i32.rem_u i32.const 9 i32.sub - local.get $7 + local.get $10 i32.const 32 i32.or i32.const 39 @@ -2487,25 +2513,28 @@ end end end - local.get $5 - i32.const 57344 - i32.lt_u - local.get $5 - i32.const 55296 - i32.ge_u - i32.and - local.get $9 + local.get $8 i32.const -1 i32.eq local.get $5 - local.get $9 + local.get $8 i32.lt_u i32.or local.get $5 i32.const 1114111 i32.gt_u i32.or - i32.or + if (result i32) + i32.const 1 + else + local.get $5 + i32.const 57344 + i32.lt_u + local.get $5 + i32.const 55296 + i32.ge_u + i32.and + end if i32.const 1584 i32.const 1632 @@ -2519,7 +2548,7 @@ i32.ge_u if local.get $6 - local.get $8 + local.get $9 i32.add local.get $5 i32.const 65536 @@ -2537,7 +2566,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $6 i32.const 4 i32.add @@ -2546,10 +2575,10 @@ end end local.get $6 - local.get $8 + local.get $9 i32.add local.get $5 - i32.store16 $0 + i32.store16 local.get $6 i32.const 2 i32.add @@ -2577,11 +2606,11 @@ local.get $6 i32.gt_u if (result i32) - local.get $8 + local.get $9 local.get $6 call $~lib/rt/itcms/__renew else - local.get $8 + local.get $9 end ) (func $~lib/rt/__visit_members (param $0 i32) @@ -2593,7 +2622,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid end return @@ -2603,11 +2632,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -2636,15 +2665,15 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.const 1068 @@ -2677,13 +2706,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2698,55 +2728,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -2767,7 +2801,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$88 loop $while-continue|1 local.get $0 local.tee $3 @@ -2777,17 +2811,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$88 local.get $2 i32.const 2 i32.add @@ -2836,15 +2870,15 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.const 3388 @@ -2876,15 +2910,15 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.const 1 @@ -2916,15 +2950,15 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.const 0 @@ -2956,11 +2990,11 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 0 - i32.store $0 offset=8 - memory.size $0 + i32.store offset=8 + memory.size i32.const 16 i32.shl i32.const 37124 @@ -2970,40 +3004,40 @@ global.set $~lib/rt/itcms/threshold i32.const 1300 i32.const 1296 - i32.store $0 + i32.store i32.const 1304 i32.const 1296 - i32.store $0 + i32.store i32.const 1296 global.set $~lib/rt/itcms/pinSpace i32.const 1332 i32.const 1328 - i32.store $0 + i32.store i32.const 1336 i32.const 1328 - i32.store $0 + i32.store i32.const 1328 global.set $~lib/rt/itcms/toSpace i32.const 1476 i32.const 1472 - i32.store $0 + i32.store i32.const 1480 i32.const 1472 - i32.store $0 + i32.store i32.const 1472 global.set $~lib/rt/itcms/fromSpace local.get $0 i32.const 1056 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1056 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1056 call $~lib/string/String.__eq @@ -3018,16 +3052,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 1760 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1760 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1760 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1760 call $~lib/string/String.__eq @@ -3042,16 +3076,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 1792 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1792 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1792 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1792 call $~lib/string/String.__eq @@ -3066,16 +3100,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 1824 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1824 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1824 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1824 call $~lib/string/String.__eq @@ -3090,16 +3124,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 1856 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1856 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1856 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1856 call $~lib/string/String.__eq @@ -3114,16 +3148,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 1952 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1952 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1984 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1984 call $~lib/string/String.__eq @@ -3138,16 +3172,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2016 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2016 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2048 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2048 call $~lib/string/String.__eq @@ -3162,16 +3196,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2080 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2080 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2112 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2112 call $~lib/string/String.__eq @@ -3186,16 +3220,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2160 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2160 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2192 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2192 call $~lib/string/String.__eq @@ -3210,16 +3244,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2240 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2240 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2272 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2272 call $~lib/string/String.__eq @@ -3234,16 +3268,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2304 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2304 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2336 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -3258,16 +3292,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2384 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2384 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2416 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2416 call $~lib/string/String.__eq @@ -3282,16 +3316,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2512 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2512 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2544 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2544 call $~lib/string/String.__eq @@ -3306,16 +3340,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2656 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2656 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2688 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2688 call $~lib/string/String.__eq @@ -3330,16 +3364,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2736 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2736 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2768 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2768 call $~lib/string/String.__eq @@ -3354,16 +3388,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2816 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2816 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2848 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2848 call $~lib/string/String.__eq @@ -3378,16 +3412,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2928 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2928 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2960 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2960 call $~lib/string/String.__eq @@ -3402,16 +3436,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 3024 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3024 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3072 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3072 call $~lib/string/String.__eq @@ -3426,16 +3460,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 3152 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3152 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3264 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3264 call $~lib/string/String.__eq @@ -3450,16 +3484,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1056 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1056 call $~lib/string/String.__eq @@ -3474,16 +3508,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 1760 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1760 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1760 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1760 call $~lib/string/String.__eq @@ -3498,16 +3532,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 3504 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3504 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3504 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3504 call $~lib/string/String.__eq @@ -3522,16 +3556,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 1856 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1856 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1856 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1856 call $~lib/string/String.__eq @@ -3546,16 +3580,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 3552 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3552 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3584 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3584 call $~lib/string/String.__eq @@ -3570,16 +3604,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2656 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2656 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2688 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2688 call $~lib/string/String.__eq @@ -3594,16 +3628,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2736 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2736 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2768 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2768 call $~lib/string/String.__eq @@ -3618,16 +3652,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2928 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2928 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2960 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2960 call $~lib/string/String.__eq @@ -3642,16 +3676,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 3152 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3152 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3152 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3152 call $~lib/string/String.__eq @@ -3666,16 +3700,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1056 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1056 call $~lib/string/String.__eq @@ -3690,16 +3724,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 1760 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1760 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1760 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1760 call $~lib/string/String.__eq @@ -3714,16 +3748,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 3648 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3648 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3680 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3680 call $~lib/string/String.__eq @@ -3738,16 +3772,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 3712 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3712 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3744 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3744 call $~lib/string/String.__eq @@ -3762,16 +3796,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 3776 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3776 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3776 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3776 call $~lib/string/String.__eq @@ -3786,16 +3820,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2736 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2736 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2736 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2736 call $~lib/string/String.__eq @@ -3810,16 +3844,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 3808 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3808 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3888 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3888 call $~lib/string/String.__eq @@ -3834,16 +3868,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 3936 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3936 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3888 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3888 call $~lib/string/String.__eq @@ -3858,16 +3892,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 4016 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4016 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3152 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3152 call $~lib/string/String.__eq @@ -3882,16 +3916,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2416 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2416 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2384 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2384 call $~lib/string/String.__eq @@ -3906,16 +3940,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1056 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1056 call $~lib/string/String.__eq @@ -3930,16 +3964,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 1760 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1760 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1760 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1760 call $~lib/string/String.__eq @@ -3954,16 +3988,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 3648 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3648 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3648 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3648 call $~lib/string/String.__eq @@ -3978,16 +4012,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 4144 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4144 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4176 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4176 call $~lib/string/String.__eq @@ -4002,16 +4036,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 4208 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4208 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4240 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4240 call $~lib/string/String.__eq @@ -4026,16 +4060,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 3776 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3776 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3776 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3776 call $~lib/string/String.__eq @@ -4050,16 +4084,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2736 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2736 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2736 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2736 call $~lib/string/String.__eq @@ -4074,16 +4108,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 3808 - i32.store $0 offset=8 + i32.store offset=8 i32.const 3808 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3808 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3808 call $~lib/string/String.__eq @@ -4098,16 +4132,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 2416 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2416 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2384 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 2384 call $~lib/string/String.__eq @@ -4122,16 +4156,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 4272 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4272 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4272 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4272 call $~lib/string/String.__eq @@ -4146,16 +4180,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 4320 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4320 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4320 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4320 call $~lib/string/String.__eq @@ -4170,16 +4204,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 4016 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4016 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4016 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4016 call $~lib/string/String.__eq @@ -4232,23 +4266,4 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/super-inline.debug.wat b/tests/compiler/super-inline.debug.wat index a82a1ae02d..347d6527fd 100644 --- a/tests/compiler/super-inline.debug.wat +++ b/tests/compiler/super-inline.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -46,12 +46,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -65,7 +65,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -139,7 +139,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -209,11 +209,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -221,7 +221,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 224 @@ -353,7 +353,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -366,7 +366,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -382,34 +382,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -569,7 +569,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -592,7 +592,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -606,7 +606,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -629,7 +629,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -772,7 +772,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -858,7 +858,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -938,7 +938,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -972,7 +972,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -995,7 +995,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1009,7 +1009,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1061,7 +1061,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1099,7 +1099,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1174,7 +1173,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1208,7 +1207,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1229,7 +1228,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1249,7 +1248,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1269,7 +1268,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1295,7 +1294,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1318,7 +1317,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1803,7 +1802,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1848,7 +1847,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -1881,7 +1880,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -1904,7 +1903,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -1930,7 +1929,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -1943,7 +1942,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -1970,19 +1969,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2184,12 +2183,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2240,7 +2239,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2255,7 +2254,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load local.set $1 local.get $1 i32.const 5 @@ -2299,7 +2298,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2308,7 +2307,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -2321,7 +2319,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $super-inline/Foo $super-inline/Bar $invalid end return @@ -2366,7 +2364,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2375,18 +2373,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2404,7 +2402,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2413,18 +2411,18 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $super-inline/Foo#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2442,8 +2440,8 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - memory.size $0 + i32.store + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -2467,7 +2465,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $super-inline/Foo#a@override drop @@ -2478,7 +2476,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $super-inline/Bar#a drop @@ -2496,7 +2494,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -2505,7 +2503,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 @@ -2525,12 +2523,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store block $super-inline/Foo#a|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $this|1 - i32.store $0 + i32.store i32.const 1 br $super-inline/Foo#a|inlined.0 end diff --git a/tests/compiler/super-inline.release.wat b/tests/compiler/super-inline.release.wat index ba821f9359..7fe25b0471 100644 --- a/tests/compiler/super-inline.release.wat +++ b/tests/compiler/super-inline.release.wat @@ -1,11 +1,11 @@ (module - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32) (result i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -41,21 +41,21 @@ local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end global.get $super-inline/bar local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1248 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1056 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -65,7 +65,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -83,7 +83,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -91,137 +91,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34236 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$116 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34236 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$116 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1120 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1440 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1444 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1440 - i32.load $0 - i32.gt_u - if - i32.const 1248 - i32.const 1312 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1444 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -229,8 +249,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -242,10 +262,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -256,29 +276,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -286,10 +306,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -303,75 +323,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -393,7 +406,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -410,12 +423,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -432,17 +445,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -452,9 +465,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -479,13 +492,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -519,7 +532,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -575,19 +588,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -599,15 +612,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -615,16 +628,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -646,10 +660,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -662,18 +676,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -697,30 +710,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -728,10 +741,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -739,7 +752,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -747,7 +760,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -758,10 +771,10 @@ end i32.const 34240 i32.const 0 - i32.store $0 + i32.store i32.const 35808 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -773,7 +786,7 @@ i32.const 34240 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -791,7 +804,7 @@ i32.const 34240 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -808,7 +821,7 @@ end i32.const 34240 i32.const 35812 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -841,7 +854,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -854,19 +867,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -877,7 +890,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -889,7 +902,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -902,12 +915,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -916,7 +925,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -927,26 +936,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -962,7 +971,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -978,7 +987,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1003,14 +1012,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1045,7 +1054,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1059,10 +1068,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1074,10 +1083,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1087,7 +1096,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1098,10 +1107,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1113,7 +1122,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1134,7 +1143,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1149,7 +1158,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1170,7 +1179,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1201,11 +1210,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1224,12 +1233,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1240,7 +1249,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1259,7 +1268,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1276,7 +1285,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1292,7 +1301,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1302,7 +1311,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1311,54 +1320,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1371,7 +1380,7 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1385,7 +1394,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $super-inline/Foo $super-inline/Bar $invalid end return @@ -1395,11 +1404,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1423,8 +1432,8 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - memory.size $0 + i32.store + memory.size i32.const 16 i32.shl i32.const 34236 @@ -1434,26 +1443,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1172 i32.const 1168 - i32.store $0 + i32.store i32.const 1176 i32.const 1168 - i32.store $0 + i32.store i32.const 1168 global.set $~lib/rt/itcms/pinSpace i32.const 1204 i32.const 1200 - i32.store $0 + i32.store i32.const 1208 i32.const 1200 - i32.store $0 + i32.store i32.const 1200 global.set $~lib/rt/itcms/toSpace i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace i32.const 0 @@ -1462,11 +1471,11 @@ global.get $~lib/memory/__stack_pointer global.get $super-inline/foo local.tee $0 - i32.store $0 + i32.store local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load i32.const 5 i32.eq if @@ -1484,21 +1493,21 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 5 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $0 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 call $super-inline/Foo#constructor local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1508,7 +1517,7 @@ global.get $~lib/memory/__stack_pointer global.get $super-inline/bar local.tee $0 - i32.store $0 + i32.store local.get $0 call $super-inline/Bar#a global.get $~lib/memory/__stack_pointer @@ -1526,6 +1535,7 @@ ) (func $super-inline/Foo#constructor (param $0 i32) (result i32) (local $1 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1536,21 +1546,22 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -1560,16 +1571,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1577,7 +1589,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1612,32 +1624,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/switch.debug.wat b/tests/compiler/switch.debug.wat index 1db3841ea3..6510f0aca7 100644 --- a/tests/compiler/switch.debug.wat +++ b/tests/compiler/switch.debug.wat @@ -1,7 +1,7 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__data_end i32 (i32.const 60)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) diff --git a/tests/compiler/tablebase.debug.wat b/tests/compiler/tablebase.debug.wat index d236a81c00..be867f2190 100644 --- a/tests/compiler/tablebase.debug.wat +++ b/tests/compiler/tablebase.debug.wat @@ -1,7 +1,7 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $tablebase/staticFunction i32 (i32.const 32)) (global $~lib/native/ASC_TABLE_BASE i32 (i32.const 32)) @@ -16,11 +16,10 @@ (export "memory" (memory $0)) (start $~start) (func $tablebase/foo - nop ) (func $~lib/function/Function<%28%29=>void>#get:index (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load return ) (func $~start @@ -48,7 +47,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 32 i32.const 32 i32.eq @@ -57,7 +56,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 call $~lib/function/Function<%28%29=>void>#get:index i32.const 32 diff --git a/tests/compiler/tablebase.release.wat b/tests/compiler/tablebase.release.wat index 58c2430f33..1d985e2553 100644 --- a/tests/compiler/tablebase.release.wat +++ b/tests/compiler/tablebase.release.wat @@ -1,6 +1,6 @@ (module - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_none (func)) + (type $0 (func (param i32 i32 i32 i32))) + (type $1 (func)) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33884)) (memory $0 1) @@ -30,12 +30,12 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 + i32.store i32.const 1056 - i32.load $0 + i32.load i32.const 32 i32.ne if diff --git a/tests/compiler/templateliteral.debug.wat b/tests/compiler/templateliteral.debug.wat index d725adb848..4afd1b5eec 100644 --- a/tests/compiler/templateliteral.debug.wat +++ b/tests/compiler/templateliteral.debug.wat @@ -1,22 +1,22 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) - (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) - (type $i32_i64_i32_i64_i32_i64_i32_=>_i32 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) - (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) - (type $f64_i32_=>_i32 (func (param f64 i32) (result i32))) - (type $f64_=>_i32 (func (param f64) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func)) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32) (result i32))) + (type $7 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $8 (func (param i32 i32 i32 i32))) + (type $9 (func (param i32 i32 i64) (result i32))) + (type $10 (func (result i32))) + (type $11 (func (param i32 i64 i32))) + (type $12 (func (param i64 i32) (result i32))) + (type $13 (func (param i32 i64 i32 i32))) + (type $14 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) + (type $15 (func (param i32 f64) (result i32))) + (type $16 (func (param f64 i32) (result i32))) + (type $17 (func (param f64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -109,7 +109,7 @@ (export "_start" (func $~start)) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -161,9 +161,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -196,10 +196,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -227,12 +227,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -246,7 +246,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -320,7 +320,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -390,11 +390,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -402,7 +402,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 384 @@ -534,7 +534,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -547,7 +547,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -563,34 +563,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -750,7 +750,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -773,7 +773,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -787,7 +787,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -810,7 +810,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -953,7 +953,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -1039,7 +1039,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1119,7 +1119,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1153,7 +1153,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1176,7 +1176,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1190,7 +1190,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1242,7 +1242,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1280,7 +1280,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1355,7 +1354,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1389,7 +1388,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1410,7 +1409,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1430,7 +1429,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1450,7 +1449,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1476,7 +1475,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1499,7 +1498,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1984,7 +1983,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -2029,7 +2028,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -2062,7 +2061,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -2085,7 +2084,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2111,7 +2110,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2124,7 +2123,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2151,19 +2150,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2365,12 +2364,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2421,7 +2420,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2500,7 +2499,7 @@ i32.shl i32.add local.get $value - i32.store $0 + i32.store i32.const 1 drop local.get $this @@ -2612,14 +2611,14 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits1 i32.const 1020 local.get $d2 i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.set $digits2 local.get $offset i32.const 4 @@ -2635,7 +2634,7 @@ i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -2662,7 +2661,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits local.get $buffer local.get $offset @@ -2670,7 +2669,7 @@ i32.shl i32.add local.get $digits - i32.store $0 + i32.store end local.get $num i32.const 10 @@ -2685,7 +2684,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.set $digits|12 local.get $buffer local.get $offset @@ -2693,7 +2692,7 @@ i32.shl i32.add local.get $digits|12 - i32.store $0 + i32.store else local.get $offset i32.const 1 @@ -2709,7 +2708,7 @@ i32.shl i32.add local.get $digit - i32.store16 $0 + i32.store16 end ) (func $~lib/util/number/utoa_hex_lut (param $buffer i32) (param $num i64) (param $offset i32) @@ -2735,8 +2734,8 @@ i32.const 2 i32.shl i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $num i64.const 8 i64.shr_u @@ -2755,8 +2754,8 @@ i32.const 6 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 end ) (func $~lib/util/number/ulog_base (param $num i64) (param $base i32) (result i32) @@ -2880,8 +2879,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $num local.get $shift i64.shr_u @@ -2916,8 +2915,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $q local.set $num local.get $num @@ -3176,7 +3175,7 @@ i32.const 65535 i32.and i32.add - i32.store16 $0 + i32.store16 end local.get $kappa i32.const 1 @@ -3211,7 +3210,7 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.get $one_exp i64.extend_i32_s i64.shl @@ -3227,7 +3226,7 @@ i32.add local.set $lastp local.get $lastp - i32.load16_u $0 + i32.load16_u local.set $digit loop $while-continue|3 local.get $rest @@ -3278,7 +3277,7 @@ end local.get $lastp local.get $digit - i32.store16 $0 + i32.store16 local.get $len return end @@ -3324,7 +3323,7 @@ i32.const 65535 i32.and i32.add - i32.store16 $0 + i32.store16 end local.get $p2 local.get $mask @@ -3350,7 +3349,7 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u i64.mul local.set $wp_w_frc local.get $buffer @@ -3374,7 +3373,7 @@ i32.add local.set $lastp|35 local.get $lastp|35 - i32.load16_u $0 + i32.load16_u local.set $digit|36 loop $while-continue|6 local.get $rest|32 @@ -3425,7 +3424,7 @@ end local.get $lastp|35 local.get $digit|36 - i32.store16 $0 + i32.store16 local.get $len return end @@ -3468,7 +3467,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $length i32.const 2 i32.add @@ -3502,7 +3501,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $i i32.const 1 i32.add @@ -3520,7 +3519,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $kk i32.const 2 i32.add @@ -3552,14 +3551,14 @@ i32.sub i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $buffer local.get $kk i32.const 1 i32.shl i32.add i32.const 46 - i32.store16 $0 + i32.store16 local.get $length i32.const 1 i32.add @@ -3589,14 +3588,14 @@ local.get $length i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $buffer i32.const 48 i32.const 46 i32.const 16 i32.shl i32.or - i32.store $0 + i32.store i32.const 2 local.set $i|7 loop $for-loop|1 @@ -3610,7 +3609,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $i|7 i32.const 1 i32.add @@ -3629,7 +3628,7 @@ if local.get $buffer i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 block $~lib/util/number/genExponent|inlined.0 (result i32) local.get $buffer i32.const 4 @@ -3674,7 +3673,7 @@ i32.const 43 local.get $sign select - i32.store16 $0 + i32.store16 local.get $decimals br $~lib/util/number/genExponent|inlined.0 end @@ -3697,15 +3696,15 @@ local.get $len i32.const 2 i32.sub - memory.copy $0 $0 + memory.copy local.get $buffer i32.const 46 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $buffer local.get $len i32.add i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $length block $~lib/util/number/genExponent|inlined.1 (result i32) local.get $buffer @@ -3753,7 +3752,7 @@ i32.const 43 local.get $sign|18 select - i32.store16 $0 + i32.store16 local.get $decimals|19 br $~lib/util/number/genExponent|inlined.1 end @@ -3843,7 +3842,7 @@ local.set $value local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 end block $~lib/util/number/grisu2|inlined.0 (result i32) local.get $value @@ -3973,14 +3972,14 @@ i32.const 3 i32.shl i32.add - i64.load $0 + i64.load global.set $~lib/util/number/_frc_pow i32.const 3648 local.get $index i32.const 1 i32.shl i32.add - i32.load16_s $0 + i32.load16_s global.set $~lib/util/number/_exp_pow local.get $frc i64.clz @@ -4257,16 +4256,16 @@ (func $templateliteral/Ref#set:value (param $this i32) (param $value i32) local.get $this local.get $value - i32.store $0 + i32.store ) (func $templateliteral/Ref#get:value (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $templateliteral/RecursiveObject#set:key (param $this i32) (param $key i32) local.get $this local.get $key - i32.store $0 + i32.store local.get $this local.get $key i32.const 0 @@ -4275,7 +4274,7 @@ (func $templateliteral/RecursiveObject#set:val (param $this i32) (param $val i32) local.get $this local.get $val - i32.store $0 offset=4 + i32.store offset=4 local.get $this local.get $val i32.const 0 @@ -4283,14 +4282,14 @@ ) (func $templateliteral/RecursiveObject#get:val (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $templateliteral/RecursiveObject#get:key (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $start:templateliteral - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -4335,7 +4334,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -4344,7 +4343,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/staticarray/StaticArray<~lib/string/String>#__visit (param $this i32) (param $cookie i32) (local $cur i32) @@ -4367,7 +4365,7 @@ i32.lt_u if local.get $cur - i32.load $0 + i32.load local.set $val local.get $val if @@ -4397,7 +4395,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -4405,7 +4403,7 @@ call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 if local.get $2 @@ -4425,7 +4423,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/staticarray/StaticArray<~lib/string/String> $templateliteral/Ref $templateliteral/RecursiveObject $invalid end return @@ -4485,7 +4483,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -4523,7 +4521,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -4532,7 +4530,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -4550,14 +4548,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -4584,12 +4582,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/string/String#get:length i32.const 1 @@ -4599,7 +4597,7 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store $0 + i32.store local.get $6 call $~lib/string/String#get:length i32.const 1 @@ -4627,17 +4625,17 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 offset=4 + i32.store offset=4 local.get $out local.get $this local.get $thisSize - memory.copy $0 $0 + memory.copy local.get $out local.get $thisSize i32.add local.get $other local.get $otherSize - memory.copy $0 $0 + memory.copy local.get $out local.set $6 global.get $~lib/memory/__stack_pointer @@ -4666,10 +4664,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $length i32.const 1 i32.sub @@ -4692,9 +4690,9 @@ if global.get $~lib/memory/__stack_pointer local.get $dataStart - i32.load $0 + i32.load local.tee $4 - i32.store $0 + i32.store local.get $4 if (result i32) local.get $4 @@ -4724,9 +4722,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 local.get $value i32.const 0 i32.ne @@ -4736,7 +4734,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 offset=8 + i32.store offset=8 local.get $13 call $~lib/string/String#get:length i32.add @@ -4755,7 +4753,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 offset=8 + i32.store offset=8 local.get $13 call $~lib/string/String#get:length local.set $sepLen @@ -4770,7 +4768,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 offset=12 + i32.store offset=12 i32.const 0 local.set $i|11 loop $for-loop|1 @@ -4784,9 +4782,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 local.get $value i32.const 0 i32.ne @@ -4795,7 +4793,7 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 offset=8 + i32.store offset=8 local.get $13 call $~lib/string/String#get:length local.set $valueLen @@ -4808,7 +4806,7 @@ local.get $valueLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $valueLen i32.add @@ -4825,7 +4823,7 @@ local.get $sepLen i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $offset local.get $sepLen i32.add @@ -4844,9 +4842,9 @@ i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $value - i32.store $0 offset=4 + i32.store offset=4 local.get $value i32.const 0 i32.ne @@ -4861,12 +4859,12 @@ local.set $13 global.get $~lib/memory/__stack_pointer local.get $13 - i32.store $0 offset=8 + i32.store offset=8 local.get $13 call $~lib/string/String#get:length i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy end local.get $result local.set $13 @@ -4886,7 +4884,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 0 drop i32.const 0 @@ -4904,14 +4902,14 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length local.get $separator local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/util/string/joinStringArray local.set $2 @@ -4936,26 +4934,26 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 32 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 32 local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 64 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $a local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 32 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -4971,25 +4969,25 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.get $b local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/string/String#concat local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 592 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -5004,62 +5002,62 @@ global.get $~lib/memory/__stack_pointer local.get $a local.tee $2 - i32.store $0 offset=24 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $b local.tee $3 - i32.store $0 offset=28 + i32.store offset=28 i32.const 720 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 i32.const 1 local.get $2 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 720 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 i32.const 3 local.get $3 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 720 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 i32.const 160 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 768 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -5090,7 +5088,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill i32.const 1 local.set $a i32.const 2 @@ -5101,13 +5099,13 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 2592 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -5125,7 +5123,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $b i32.const 10 @@ -5133,19 +5131,19 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/string/String#concat local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 2624 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -5162,64 +5160,64 @@ i32.const 10 call $~lib/number/I32#toString local.tee $2 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $b i32.const 10 call $~lib/number/I32#toString local.tee $3 - i32.store $0 offset=20 + i32.store offset=20 i32.const 2656 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 1 local.get $2 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2656 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 3 local.get $3 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2656 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 160 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 2704 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -5250,7 +5248,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill f64.const 1 local.set $a f64.const 2 @@ -5261,13 +5259,13 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 3888 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -5285,7 +5283,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 local.get $b i32.const 0 @@ -5293,19 +5291,19 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/string/String#concat local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 3920 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -5322,64 +5320,64 @@ i32.const 0 call $~lib/number/F64#toString local.tee $2 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $b i32.const 0 call $~lib/number/F64#toString local.tee $3 - i32.store $0 offset=20 + i32.store offset=20 i32.const 3952 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 1 local.get $2 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 3952 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 3 local.get $3 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 3952 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 160 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 4000 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -5408,26 +5406,26 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill i32.const 2 local.set $a global.get $~lib/memory/__stack_pointer i32.const 64 local.tee $b - i32.store $0 + i32.store local.get $a i32.const 10 call $~lib/number/I32#toString local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4048 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -5443,13 +5441,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 64 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -5465,7 +5463,7 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $a i32.const 10 @@ -5473,19 +5471,19 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 call $~lib/string/String#concat local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4112 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -5501,25 +5499,25 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 call $~lib/string/String#concat local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4144 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -5537,25 +5535,25 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 i32.const 4176 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 call $~lib/string/String#concat local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4208 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -5571,25 +5569,25 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 i32.const 4176 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 call $~lib/string/String#concat local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4240 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -5607,25 +5605,25 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 call $~lib/string/String#concat local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 i32.const 4272 local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 call $~lib/string/String.__eq i32.eqz @@ -5651,7 +5649,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -5660,13 +5658,13 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $value call $templateliteral/Ref#set:value @@ -5687,18 +5685,18 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 local.get $right local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $2 call $~lib/string/String#concat local.set $2 @@ -5718,21 +5716,21 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 4304 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 call $templateliteral/Ref#get:value i32.const 10 @@ -5740,7 +5738,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/string/String.__concat local.set $1 @@ -5765,36 +5763,36 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 36 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 1 call $templateliteral/Ref#constructor local.tee $a - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 2 call $templateliteral/Ref#constructor local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $a local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 call $templateliteral/Ref#toString local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 4336 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -5810,37 +5808,37 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=24 + i32.store offset=24 local.get $4 call $templateliteral/Ref#toString local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 local.get $b local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=24 + i32.store offset=24 local.get $4 call $templateliteral/Ref#toString local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/string/String#concat local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 4368 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -5857,72 +5855,72 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 call $templateliteral/Ref#toString local.tee $2 - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $b local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 call $templateliteral/Ref#toString local.tee $3 - i32.store $0 offset=32 + i32.store offset=32 i32.const 4416 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 i32.const 1 local.get $2 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4416 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 i32.const 3 local.get $3 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4416 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 i32.const 160 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=20 + i32.store offset=20 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=8 + i32.store offset=8 local.get $4 i32.const 4464 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=12 + i32.store offset=12 local.get $4 call $~lib/string/String.__eq i32.eqz @@ -5948,10 +5946,10 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $this i32.eqz if @@ -5960,32 +5958,32 @@ i32.const 6 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $key local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $templateliteral/RecursiveObject#set:key local.get $this local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $val local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $templateliteral/RecursiveObject#set:val local.get $this @@ -6009,17 +6007,17 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer local.get $this local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $templateliteral/RecursiveObject#get:val local.tee $val - i32.store $0 offset=4 + i32.store offset=4 local.get $val i32.eqz if @@ -6027,7 +6025,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $templateliteral/RecursiveObject#get:key local.set $4 @@ -6043,60 +6041,60 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $templateliteral/RecursiveObject#get:key local.tee $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $val local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 call $templateliteral/RecursiveObject#toString local.tee $3 - i32.store $0 offset=12 + i32.store offset=12 i32.const 4592 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 0 local.get $2 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4592 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 2 local.get $3 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4592 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 + i32.store local.get $4 i32.const 160 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store $0 offset=16 + i32.store offset=16 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $4 @@ -6120,70 +6118,70 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 4528 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 call $templateliteral/RecursiveObject#constructor local.tee $c - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 64 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $c local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $templateliteral/RecursiveObject#constructor local.tee $b - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 32 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 local.get $b local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $templateliteral/RecursiveObject#constructor local.tee $a - i32.store $0 offset=16 + i32.store offset=16 local.get $a local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=20 + i32.store offset=20 local.get $3 call $templateliteral/RecursiveObject#toString local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 4624 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -6221,7 +6219,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $radix i32.const 2 i32.lt_s @@ -6281,7 +6279,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -6321,7 +6319,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -6356,7 +6354,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store $0 + i32.store local.get $out local.get $sign i32.add @@ -6371,7 +6369,7 @@ if local.get $out i32.const 45 - i32.store16 $0 + i32.store16 end local.get $out local.set $14 @@ -6393,7 +6391,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $value f64.const 0 f64.eq @@ -6452,11 +6450,11 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $result - i32.store $0 + i32.store local.get $result i32.const 2896 local.get $size - memory.copy $0 $0 + memory.copy local.get $result local.set $3 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/templateliteral.release.wat b/tests/compiler/templateliteral.release.wat index 0048219b20..688d5f4e11 100644 --- a/tests/compiler/templateliteral.release.wat +++ b/tests/compiler/templateliteral.release.wat @@ -1,16 +1,16 @@ (module - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $f64_=>_i32 (func (param f64) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i64_i64_i32_i64_i32_=>_i32 (func (param i64 i64 i32 i64 i32) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) + (type $0 (func (param i32 i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param f64) (result i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64))) + (type $9 (func (result i32))) + (type $10 (func (param i64 i64 i32 i64 i32) (result i32))) + (type $11 (func (param i32 i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -135,16 +135,16 @@ (local $0 i32) (local $1 i32) i32.const 1408 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1216 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 2464 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 3520 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -154,7 +154,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -172,7 +172,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -189,7 +189,7 @@ i32.eq if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $1 i32.eqz if @@ -203,16 +203,16 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink + block $__inlined_func$~lib/rt/itcms/Object#unlink$162 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.tee $1 i32.eqz if local.get $0 - i32.load $0 offset=8 + i32.load offset=8 i32.eqz local.get $0 i32.const 38464 @@ -227,10 +227,10 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink + br $__inlined_func$~lib/rt/itcms/Object#unlink$162 end local.get $0 - i32.load $0 offset=8 + i32.load offset=8 local.tee $2 i32.eqz if @@ -243,20 +243,20 @@ end local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 end global.get $~lib/rt/itcms/toSpace local.set $2 local.get $0 - i32.load $0 offset=12 + i32.load offset=12 local.tee $1 i32.const 2 i32.le_u @@ -265,7 +265,7 @@ else local.get $1 i32.const 5664 - i32.load $0 + i32.load i32.gt_u if i32.const 1408 @@ -280,13 +280,13 @@ i32.shl i32.const 5668 i32.add - i32.load $0 + i32.load i32.const 32 i32.and end local.set $3 local.get $2 - i32.load $0 offset=8 + i32.load offset=8 local.set $1 local.get $0 global.get $~lib/rt/itcms/white @@ -296,21 +296,45 @@ select local.get $2 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $0 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -318,8 +342,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -331,10 +355,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -345,29 +369,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -375,10 +399,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -392,75 +416,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -482,7 +499,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -499,12 +516,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -521,17 +538,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -541,9 +558,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -568,13 +585,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -608,7 +625,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -664,19 +681,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -688,15 +705,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -704,16 +721,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -735,10 +753,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -751,18 +769,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -786,30 +803,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -817,10 +834,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -828,7 +845,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -836,7 +853,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -847,10 +864,10 @@ end i32.const 38464 i32.const 0 - i32.store $0 + i32.store i32.const 40032 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -862,7 +879,7 @@ i32.const 38464 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -880,7 +897,7 @@ i32.const 38464 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -897,7 +914,7 @@ end i32.const 38464 i32.const 40036 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -930,7 +947,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -943,19 +960,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -966,7 +983,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -978,7 +995,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -991,12 +1008,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -1005,7 +1018,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1016,26 +1029,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -1051,7 +1064,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -1067,7 +1080,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1092,14 +1105,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1134,7 +1147,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1148,10 +1161,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1163,10 +1176,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1174,47 +1187,49 @@ ) (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) local.get $1 i32.const 256 i32.lt_u - if (result i32) + if local.get $1 i32.const 4 i32.shr_u + local.set $1 else - i32.const 31 - local.get $1 - i32.const 1 - i32.const 27 - local.get $1 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $1 local.get $1 i32.const 536870910 i32.lt_u - select - local.tee $1 + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 i32.clz i32.sub - local.tee $3 - i32.const 7 - i32.sub - local.set $2 - local.get $1 - local.get $3 + local.tee $2 i32.const 4 i32.sub i32.shr_u i32.const 16 i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 end - local.tee $1 + local.get $1 i32.const 16 i32.lt_u local.get $2 @@ -1235,7 +1250,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 i32.const -1 local.get $1 i32.shl @@ -1252,10 +1267,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -1 local.get $2 i32.const 1 @@ -1271,7 +1286,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $2 i32.eqz if @@ -1292,7 +1307,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1319,7 +1334,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$70 i32.const 2048 local.set $2 loop $do-loop|0 @@ -1340,7 +1355,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$70 end local.get $2 i32.const 0 @@ -1382,50 +1397,54 @@ unreachable end local.get $4 - i32.const 12 - local.get $2 - i32.const 19 - i32.add - i32.const -16 - i32.and - i32.const 4 - i32.sub local.get $2 i32.const 12 i32.le_u - select + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end local.tee $5 call $~lib/rt/tlsf/searchBlock local.tee $2 i32.eqz if - memory.size $0 + memory.size local.tee $2 local.get $5 i32.const 256 i32.ge_u if (result i32) - local.get $5 - i32.const 1 - i32.const 27 - local.get $5 - i32.clz - i32.sub - i32.shl - i32.add - i32.const 1 - i32.sub - local.get $5 local.get $5 i32.const 536870910 i32.lt_u - select + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end else local.get $5 end i32.const 4 local.get $4 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $2 i32.const 16 i32.shl @@ -1445,12 +1464,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1461,7 +1480,7 @@ local.get $2 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1482,7 +1501,7 @@ end local.get $5 local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.gt_u @@ -1498,8 +1517,8 @@ local.get $2 call $~lib/rt/tlsf/removeBlock local.get $2 - i32.load $0 - local.set $3 + i32.load + local.set $6 local.get $5 i32.const 4 i32.add @@ -1513,90 +1532,90 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $6 i32.const -4 i32.and local.get $5 i32.sub - local.tee $6 + local.tee $3 i32.const 16 i32.ge_u if local.get $2 local.get $5 - local.get $3 + local.get $6 i32.const 2 i32.and i32.or - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $5 i32.add - local.tee $3 - local.get $6 + local.tee $5 + local.get $3 i32.const 4 i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $4 - local.get $3 + local.get $5 call $~lib/rt/tlsf/insertBlock else local.get $2 - local.get $3 + local.get $6 i32.const -2 i32.and - i32.store $0 + i32.store local.get $2 i32.const 4 i32.add local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $3 local.get $3 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $2 local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $2 local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $3 local.get $2 local.get $1 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $2 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 local.get $2 local.get $3 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $2 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1609,23 +1628,67 @@ local.tee $1 i32.const 0 local.get $0 - memory.fill $0 + memory.fill local.get $1 ) - (func $~lib/staticarray/StaticArray<~lib/string/String>#__uset (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) + (local $3 i32) + local.get $1 + i32.eqz + if + return + end local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1280 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.tee $3 local.get $1 - i32.const 2 - i32.shl - i32.add - local.get $2 - i32.store $0 - local.get $2 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq if + local.get $3 + i32.eqz local.get $0 - local.get $2 - i32.const 1 - call $byn-split-outlined-A$~lib/rt/itcms/__link + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + local.tee $3 + i32.eq + if + local.get $0 + local.get $1 + local.get $2 + select + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $3 + i32.const 3 + i32.eq + i32.and + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + end + end end ) (func $~lib/util/number/utoa32_dec_lut (param $0 i32) (param $1 i32) (param $2 i32) @@ -1658,7 +1721,7 @@ i32.shl i32.const 2044 i32.add - i64.load32_u $0 + i64.load32_u local.get $3 i32.const 100 i32.rem_u @@ -1666,11 +1729,11 @@ i32.shl i32.const 2044 i32.add - i64.load32_u $0 + i64.load32_u i64.const 32 i64.shl i64.or - i64.store $0 + i64.store br $while-continue|0 end end @@ -1693,8 +1756,8 @@ i32.shl i32.const 2044 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store local.get $1 i32.const 100 i32.div_u @@ -1716,8 +1779,8 @@ i32.shl i32.const 2044 i32.add - i32.load $0 - i32.store $0 + i32.load + i32.store else local.get $0 local.get $2 @@ -1729,7 +1792,7 @@ local.get $1 i32.const 48 i32.add - i32.store16 $0 + i32.store16 end ) (func $~lib/number/I32#toString (param $0 i32) (result i32) @@ -1752,19 +1815,20 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 - block $__inlined_func$~lib/util/number/itoa32 + i32.store + block $__inlined_func$~lib/util/number/itoa32$75 local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 2032 local.set $0 - br $__inlined_func$~lib/util/number/itoa32 + br $__inlined_func$~lib/util/number/itoa32$75 end global.get $~lib/memory/__stack_pointer i32.const 0 @@ -1832,7 +1896,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store local.get $0 local.get $1 i32.add @@ -1843,7 +1907,7 @@ if local.get $0 i32.const 45 - i32.store16 $0 + i32.store16 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2071,7 +2135,7 @@ i32.and i32.const 48 i32.add - i32.store16 $0 + i32.store16 end local.get $8 i32.const 1 @@ -2082,6 +2146,7 @@ i64.extend_i32_u local.get $11 i64.extend_i32_s + local.tee $1 i64.shl local.get $9 i64.add @@ -2097,9 +2162,8 @@ i32.shl i32.const 4848 i32.add - i64.load32_u $0 - local.get $11 - i64.extend_i32_s + i64.load32_u + local.get $1 i64.shl local.set $7 local.get $4 @@ -2108,7 +2172,7 @@ i32.const 3918 i32.add local.tee $2 - i32.load16_u $0 + i32.load16_u local.set $6 loop $while-continue|3 local.get $0 @@ -2152,7 +2216,7 @@ end local.get $2 local.get $6 - i32.store16 $0 + i32.store16 local.get $4 return end @@ -2194,7 +2258,7 @@ i32.and i32.const 48 i32.add - i32.store16 $0 + i32.store16 end local.get $8 i32.const 1 @@ -2220,7 +2284,7 @@ i32.shl i32.const 4848 i32.add - i64.load32_u $0 + i64.load32_u i64.mul local.set $1 local.get $4 @@ -2229,7 +2293,7 @@ i32.const 3918 i32.add local.tee $2 - i32.load16_u $0 + i32.load16_u local.set $6 loop $while-continue|6 local.get $1 @@ -2273,7 +2337,7 @@ end local.get $2 local.get $6 - i32.store16 $0 + i32.store16 local.get $4 ) (func $~lib/util/number/prettify (param $0 i32) (param $1 i32) (param $2 i32) (result i32) @@ -2288,7 +2352,7 @@ i32.shl i32.add i32.const 3145774 - i32.store $0 + i32.store local.get $1 i32.const 2 i32.add @@ -2316,7 +2380,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $1 i32.const 1 i32.add @@ -2330,7 +2394,7 @@ i32.shl i32.add i32.const 3145774 - i32.store $0 + i32.store local.get $3 i32.const 2 i32.add @@ -2357,10 +2421,10 @@ i32.sub i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $0 i32.const 46 - i32.store16 $0 + i32.store16 local.get $1 i32.const 1 i32.add @@ -2385,10 +2449,10 @@ local.get $1 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $0 i32.const 3014704 - i32.store $0 + i32.store i32.const 2 local.set $2 loop $for-loop|1 @@ -2402,7 +2466,7 @@ i32.shl i32.add i32.const 48 - i32.store16 $0 + i32.store16 local.get $2 i32.const 1 i32.add @@ -2420,7 +2484,7 @@ if local.get $0 i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 i32.const 4 i32.add @@ -2494,7 +2558,7 @@ i32.const 43 local.get $3 select - i32.store16 $0 + i32.store16 else local.get $0 i32.const 4 @@ -2508,16 +2572,16 @@ local.tee $2 i32.const 2 i32.sub - memory.copy $0 $0 + memory.copy local.get $0 i32.const 46 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 local.get $2 i32.add local.tee $0 i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $0 i32.const 4 i32.add @@ -2591,7 +2655,7 @@ i32.const 43 local.get $2 select - i32.store16 $0 + i32.store16 local.get $0 local.get $1 i32.add @@ -2626,7 +2690,7 @@ if (result f64) i32.const 3920 i32.const 45 - i32.store16 $0 + i32.store16 local.get $0 f64.neg else @@ -2726,14 +2790,14 @@ local.get $9 i32.const 3976 i32.add - i64.load $0 + i64.load global.set $~lib/util/number/_frc_pow local.get $8 i32.const 1 i32.shl i32.const 4672 i32.add - i32.load16_s $0 + i32.load16_s global.set $~lib/util/number/_exp_pow local.get $1 local.get $1 @@ -2901,20 +2965,21 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 - block $__inlined_func$~lib/util/number/dtoa + i32.store + block $__inlined_func$~lib/util/number/dtoa$79 local.get $0 f64.const 0 f64.eq if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 3776 local.set $1 - br $__inlined_func$~lib/util/number/dtoa + br $__inlined_func$~lib/util/number/dtoa$79 end local.get $0 local.get $0 @@ -2932,7 +2997,7 @@ global.set $~lib/memory/__stack_pointer i32.const 3808 local.set $1 - br $__inlined_func$~lib/util/number/dtoa + br $__inlined_func$~lib/util/number/dtoa$79 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2945,7 +3010,7 @@ f64.lt select local.set $1 - br $__inlined_func$~lib/util/number/dtoa + br $__inlined_func$~lib/util/number/dtoa$79 end local.get $0 call $~lib/util/number/dtoa_core @@ -2957,11 +3022,11 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store local.get $1 i32.const 3920 local.get $2 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -2974,7 +3039,7 @@ (local $1 i32) (local $2 i32) (local $3 i32) - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 38464 @@ -2984,26 +3049,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1332 i32.const 1328 - i32.store $0 + i32.store i32.const 1336 i32.const 1328 - i32.store $0 + i32.store i32.const 1328 global.set $~lib/rt/itcms/pinSpace i32.const 1364 i32.const 1360 - i32.store $0 + i32.store i32.const 1368 i32.const 1360 - i32.store $0 + i32.store i32.const 1360 global.set $~lib/rt/itcms/toSpace i32.const 1508 i32.const 1504 - i32.store $0 + i32.store i32.const 1512 i32.const 1504 - i32.store $0 + i32.store i32.const 1504 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer @@ -3019,19 +3084,19 @@ local.tee $0 i32.const 0 i32.const 32 - memory.fill $0 + memory.fill local.get $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1088 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1056 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 1056 - i32.store $0 offset=12 + i32.store offset=12 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -3047,20 +3112,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1056 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 1088 - i32.store $0 offset=20 + i32.store offset=20 i32.const 1056 i32.const 1088 call $~lib/string/String#concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 1616 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 1616 call $~lib/string/String.__eq @@ -3076,45 +3141,51 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1056 - i32.store $0 offset=24 + i32.store offset=24 local.get $0 i32.const 1088 - i32.store $0 offset=28 + i32.store offset=28 local.get $0 i32.const 1744 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 1056 - i32.store $0 offset=20 + i32.store offset=20 + i32.const 1748 + i32.const 1056 + i32.store i32.const 1744 - i32.const 1 i32.const 1056 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 1744 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 1088 - i32.store $0 offset=20 + i32.store offset=20 + i32.const 1756 + i32.const 1088 + i32.store i32.const 1744 - i32.const 3 i32.const 1088 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 1744 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 1184 - i32.store $0 offset=20 + i32.store offset=20 i32.const 1744 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 1792 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 1792 call $~lib/string/String.__eq @@ -3142,16 +3213,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill i32.const 1 call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3616 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3616 call $~lib/string/String.__eq @@ -3169,23 +3240,23 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 2 call $~lib/number/I32#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 call $~lib/string/String#concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3648 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3648 call $~lib/string/String.__eq @@ -3202,47 +3273,53 @@ i32.const 1 call $~lib/number/I32#toString local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 2 call $~lib/number/I32#toString local.tee $1 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 3680 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 + i32.const 3684 + local.get $0 + i32.store i32.const 3680 - i32.const 1 local.get $0 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 3680 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 + i32.const 3692 + local.get $1 + i32.store i32.const 3680 - i32.const 3 local.get $1 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 3680 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 1184 - i32.store $0 offset=12 + i32.store offset=12 i32.const 3680 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 3728 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 3728 call $~lib/string/String.__eq @@ -3270,16 +3347,16 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 - memory.fill $0 + memory.fill f64.const 1 call $~lib/number/F64#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4912 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4912 call $~lib/string/String.__eq @@ -3297,23 +3374,23 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 f64.const 2 call $~lib/number/F64#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 local.get $1 call $~lib/string/String#concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 4944 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 4944 call $~lib/string/String.__eq @@ -3330,47 +3407,53 @@ f64.const 1 call $~lib/number/F64#toString local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer f64.const 2 call $~lib/number/F64#toString local.tee $1 - i32.store $0 offset=20 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 4976 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=12 + i32.store offset=12 + i32.const 4980 + local.get $0 + i32.store i32.const 4976 - i32.const 1 local.get $0 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 4976 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=12 + i32.store offset=12 + i32.const 4988 + local.get $1 + i32.store i32.const 4976 - i32.const 3 local.get $1 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 4976 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 1184 - i32.store $0 offset=12 + i32.store offset=12 i32.const 4976 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 5024 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 5024 call $~lib/string/String.__eq @@ -3400,29 +3483,29 @@ local.tee $0 i32.const 0 i32.const 36 - memory.fill $0 + memory.fill local.get $0 i32.const 1 call $templateliteral/Ref#constructor local.tee $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 2 call $templateliteral/Ref#constructor local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=16 + i32.store offset=16 local.get $2 call $templateliteral/Ref#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5360 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 5360 call $~lib/string/String.__eq @@ -3437,32 +3520,32 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 offset=24 + i32.store offset=24 local.get $2 call $templateliteral/Ref#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=24 + i32.store offset=24 local.get $0 call $templateliteral/Ref#toString local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=20 + i32.store offset=20 local.get $1 local.get $3 call $~lib/string/String#concat local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5392 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 5392 call $~lib/string/String.__eq @@ -3478,55 +3561,61 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $2 - i32.store $0 offset=16 + i32.store offset=16 local.get $1 local.get $2 call $templateliteral/Ref#toString local.tee $1 - i32.store $0 offset=28 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 call $templateliteral/Ref#toString local.tee $0 - i32.store $0 offset=32 + i32.store offset=32 global.get $~lib/memory/__stack_pointer i32.const 5440 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=20 + i32.store offset=20 + i32.const 5444 + local.get $1 + i32.store i32.const 5440 - i32.const 1 local.get $1 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5440 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 + i32.const 5452 + local.get $0 + i32.store i32.const 5440 - i32.const 3 local.get $0 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5440 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 1184 - i32.store $0 offset=20 + i32.store offset=20 i32.const 5440 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5488 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 5488 call $~lib/string/String.__eq @@ -3555,52 +3644,52 @@ local.tee $0 i32.const 0 i32.const 24 - memory.fill $0 + memory.fill local.get $0 i32.const 5552 - i32.store $0 + i32.store local.get $0 i32.const 5552 i32.const 0 call $templateliteral/RecursiveObject#constructor local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1088 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 1088 local.get $0 call $templateliteral/RecursiveObject#constructor local.tee $0 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 1056 local.get $0 call $templateliteral/RecursiveObject#constructor local.tee $0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=20 + i32.store offset=20 local.get $0 call $templateliteral/RecursiveObject#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 5648 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5648 call $~lib/string/String.__eq @@ -3640,7 +3729,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/staticarray/StaticArray<~lib/string/String> $templateliteral/Ref $templateliteral/RecursiveObject $invalid end return @@ -3650,11 +3739,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -3662,20 +3751,20 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.add - local.set $2 + local.set $1 loop $while-continue|0 local.get $0 - local.get $2 + local.get $1 i32.lt_u if local.get $0 - i32.load $0 - local.tee $1 + i32.load + local.tee $2 if - local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + local.get $2 + call $~lib/rt/itcms/__visit end local.get $0 i32.const 4 @@ -3689,18 +3778,18 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $1 if local.get $1 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -3736,13 +3825,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -3757,55 +3847,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -3826,7 +3920,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$89 loop $while-continue|1 local.get $0 local.tee $3 @@ -3836,17 +3930,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$89 local.get $2 i32.const 2 i32.add @@ -3879,6 +3973,7 @@ (local $2 i32) (local $3 i32) (local $4 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3895,26 +3990,26 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 + local.tee $5 i64.const 0 - i64.store $0 - local.get $3 + i64.store + local.get $5 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and local.set $2 - local.get $3 + local.get $5 local.get $1 - i32.store $0 + i32.store local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and local.tee $3 @@ -3923,7 +4018,7 @@ local.tee $4 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $5 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -3935,17 +4030,17 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $4 - i32.store $0 offset=4 + i32.store offset=4 local.get $4 local.get $0 local.get $2 - memory.copy $0 $0 + memory.copy local.get $2 local.get $4 i32.add local.get $1 local.get $3 - memory.copy $0 $0 + memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -3958,6 +4053,7 @@ (local $4 i32) (local $5 i32) (local $6 i32) + (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -3974,12 +4070,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 + local.tee $5 i64.const 0 - i64.store $0 - local.get $4 + i64.store + local.get $5 i64.const 0 - i64.store $0 offset=8 + i64.store offset=8 local.get $1 i32.const 1 i32.sub @@ -3987,7 +4083,7 @@ i32.const 0 i32.lt_s if - global.get $~lib/memory/__stack_pointer + local.get $5 i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -4000,9 +4096,9 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.load $0 + i32.load local.tee $0 - i32.store $0 + i32.store local.get $1 i32.const 16 i32.add @@ -4019,24 +4115,25 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer + local.tee $5 local.get $0 local.get $3 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $5 - i32.store $0 offset=4 - local.get $5 + i32.load + local.tee $6 + i32.store offset=4 + local.get $6 if - global.get $~lib/memory/__stack_pointer local.get $5 - i32.store $0 offset=8 + local.get $6 + i32.store offset=8 local.get $2 - local.get $5 + local.get $6 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.add @@ -4054,23 +4151,23 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 1184 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 local.get $2 + local.get $4 i32.const 1180 - i32.load $0 + i32.load i32.const 1 i32.shr_u - local.tee $1 - local.get $4 + local.tee $5 i32.mul i32.add i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $5 - i32.store $0 offset=12 + local.tee $6 + i32.store offset=12 i32.const 0 local.set $2 loop $for-loop|1 @@ -4079,54 +4176,55 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer + local.tee $7 local.get $0 local.get $2 i32.const 2 i32.shl i32.add - i32.load $0 - local.tee $6 - i32.store $0 offset=4 - local.get $6 + i32.load + local.tee $1 + i32.store offset=4 + local.get $1 if - global.get $~lib/memory/__stack_pointer + local.get $7 + local.get $1 + i32.store offset=8 local.get $6 - i32.store $0 offset=8 - local.get $5 local.get $3 i32.const 1 i32.shl i32.add - local.get $6 - local.get $6 + local.get $1 + local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u - local.tee $6 + local.tee $1 i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy + local.get $1 local.get $3 - local.get $6 i32.add local.set $3 end - local.get $1 + local.get $5 if - local.get $5 + local.get $6 local.get $3 i32.const 1 i32.shl i32.add i32.const 1184 - local.get $1 + local.get $5 i32.const 1 i32.shl - memory.copy $0 $0 - local.get $1 + memory.copy local.get $3 + local.get $5 i32.add local.set $3 end @@ -4138,20 +4236,21 @@ end end global.get $~lib/memory/__stack_pointer + local.tee $1 local.get $0 local.get $4 i32.const 2 i32.shl i32.add - i32.load $0 + i32.load local.tee $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 if - global.get $~lib/memory/__stack_pointer + local.get $1 local.get $0 - i32.store $0 offset=8 - local.get $5 + i32.store offset=8 + local.get $6 local.get $3 i32.const 1 i32.shl @@ -4160,16 +4259,16 @@ local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const -2 i32.and - memory.copy $0 $0 + memory.copy end global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $6 ) (func $~lib/staticarray/StaticArray<~lib/string/String>#join (param $0 i32) (result i32) (local $1 i32) @@ -4192,20 +4291,20 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 2 i32.shr_u local.set $2 local.get $1 i32.const 1184 - i32.store $0 + i32.store local.get $0 local.get $2 call $~lib/util/string/joinStringArray @@ -4238,19 +4337,19 @@ local.tee $0 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $0 i32.const 1088 - i32.store $0 + i32.store i32.const 2 call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5072 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5072 call $~lib/string/String.__eq @@ -4266,10 +4365,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1088 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 1088 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1088 i32.const 1088 call $~lib/string/String.__eq @@ -4284,23 +4383,23 @@ end global.get $~lib/memory/__stack_pointer i32.const 5104 - i32.store $0 offset=12 + i32.store offset=12 i32.const 2 call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=16 + i32.store offset=16 i32.const 5104 local.get $0 call $~lib/string/String#concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5136 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5136 call $~lib/string/String.__eq @@ -4316,20 +4415,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 5104 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 1088 - i32.store $0 offset=16 + i32.store offset=16 i32.const 5104 i32.const 1088 call $~lib/string/String#concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5168 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5168 call $~lib/string/String.__eq @@ -4348,20 +4447,20 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 5200 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 5200 call $~lib/string/String#concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5232 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5232 call $~lib/string/String.__eq @@ -4377,20 +4476,20 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1088 - i32.store $0 offset=12 + i32.store offset=12 local.get $0 i32.const 5200 - i32.store $0 offset=16 + i32.store offset=16 i32.const 1088 i32.const 5200 call $~lib/string/String#concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5264 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5264 call $~lib/string/String.__eq @@ -4409,20 +4508,20 @@ global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 1088 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 1088 call $~lib/string/String#concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 5296 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 i32.const 5296 call $~lib/string/String.__eq @@ -4461,20 +4560,20 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 4 i32.const 5 call $~lib/rt/itcms/__new local.tee $1 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $0 - i32.store $0 + i32.store local.get $2 i32.const 8 i32.add @@ -4495,23 +4594,23 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 5328 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $0 - i32.load $0 + i32.load call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4523,13 +4622,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 5328 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 5328 local.get $0 call $~lib/string/String#concat @@ -4573,50 +4672,43 @@ global.get $~lib/memory/__stack_pointer local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $2 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 i32.const 8 i32.const 6 call $~lib/rt/itcms/__new local.tee $2 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $3 local.get $2 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $0 - i32.store $0 + i32.store + local.get $2 local.get $0 - if - local.get $2 - local.get $0 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $2 - i32.store $0 offset=4 - local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 + local.get $2 local.get $1 - if - local.get $2 - local.get $1 - i32.const 0 - call $byn-split-outlined-A$~lib/rt/itcms/__link - end + i32.const 0 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -4642,29 +4734,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 i32.const 0 i32.const 20 - memory.fill $0 - local.get $1 - local.get $0 - i32.store $0 - local.get $1 + memory.fill + local.get $2 local.get $0 - i32.load $0 offset=4 - local.tee $2 - i32.store $0 offset=4 + i32.store local.get $2 + local.get $0 + i32.load offset=4 + local.tee $1 + i32.store offset=4 + local.get $1 i32.eqz if - global.get $~lib/memory/__stack_pointer - local.tee $1 + local.get $2 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 + i32.load local.set $0 - local.get $1 + local.get $2 i32.const 20 i32.add global.set $~lib/memory/__stack_pointer @@ -4672,48 +4763,54 @@ return end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 local.get $0 - i32.store $0 - local.get $1 + i32.store + local.get $2 local.get $0 - i32.load $0 + i32.load local.tee $0 - i32.store $0 offset=8 - local.get $1 + i32.store offset=8 local.get $2 - i32.store $0 local.get $1 + i32.store local.get $2 + local.get $1 call $templateliteral/RecursiveObject#toString local.tee $1 - i32.store $0 offset=12 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 5616 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=16 + i32.store offset=16 + i32.const 5616 + local.get $0 + i32.store i32.const 5616 - i32.const 0 local.get $0 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5616 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=16 + i32.store offset=16 + i32.const 5624 + local.get $1 + i32.store i32.const 5616 - i32.const 2 local.get $1 - call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5616 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1184 - i32.store $0 offset=16 + i32.store offset=16 i32.const 5616 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 @@ -4723,77 +4820,4 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) - (func $byn-split-outlined-A$~lib/rt/itcms/__link (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) - local.get $0 - i32.eqz - if - i32.const 0 - i32.const 1280 - i32.const 295 - i32.const 14 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/rt/itcms/white - local.get $1 - i32.const 20 - i32.sub - local.tee $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - local.tee $3 - global.get $~lib/rt/itcms/white - i32.eqz - i32.eq - if - local.get $0 - local.get $1 - local.get $2 - select - call $~lib/rt/itcms/Object#makeGray - else - global.get $~lib/rt/itcms/state - i32.const 1 - i32.eq - local.get $3 - i32.const 3 - i32.eq - i32.and - if - local.get $1 - call $~lib/rt/itcms/Object#makeGray - end - end - end - ) ) diff --git a/tests/compiler/ternary.debug.wat b/tests/compiler/ternary.debug.wat index 4f361ef3de..91a380b1f5 100644 --- a/tests/compiler/ternary.debug.wat +++ b/tests/compiler/ternary.debug.wat @@ -1,9 +1,9 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32 i32 i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $ternary/a (mut i32) (i32.const 0)) (global $~argumentsLength (mut i32) (i32.const 0)) @@ -52,13 +52,13 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 1 local.set $x global.get $~lib/memory/__stack_pointer i32.const 32 local.tee $y - i32.store $0 + i32.store local.get $cond if local.get $x @@ -78,22 +78,22 @@ i32.const 0 global.set $~argumentsLength local.get $nop - i32.load $0 - call_indirect $0 (type $none_=>_none) + i32.load + call_indirect (type $0) else i32.const 0 global.set $~argumentsLength local.get $nop - i32.load $0 - call_indirect $0 (type $none_=>_none) + i32.load + call_indirect (type $0) end local.get $cond if i32.const 0 global.set $~argumentsLength local.get $nop - i32.load $0 - call_indirect $0 (type $none_=>_none) + i32.load + call_indirect (type $0) else i32.const 1 drop @@ -106,8 +106,8 @@ i32.const 0 global.set $~argumentsLength local.get $nop - i32.load $0 - call_indirect $0 (type $none_=>_none) + i32.load + call_indirect (type $0) end ) (func $~start @@ -134,7 +134,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $0 local.get $1 call $ternary/testVoidInclTypeMismatch diff --git a/tests/compiler/ternary.release.wat b/tests/compiler/ternary.release.wat index 455322d444..af33f14eda 100644 --- a/tests/compiler/ternary.release.wat +++ b/tests/compiler/ternary.release.wat @@ -1,9 +1,9 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_=>_none (func (param i32 i32))) + (type $0 (func)) + (type $1 (func (param i32 i32 i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32 i32 i32))) + (type $4 (func (param i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33836)) (memory $0 1) @@ -39,10 +39,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 4 i32.add @@ -66,22 +66,22 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 + i32.store local.get $1 - i32.load $0 - call_indirect $0 (type $none_=>_none) + i32.load + call_indirect (type $0) local.get $0 if local.get $1 - i32.load $0 - call_indirect $0 (type $none_=>_none) + i32.load + call_indirect (type $0) end local.get $0 i32.eqz if local.get $1 - i32.load $0 - call_indirect $0 (type $none_=>_none) + i32.load + call_indirect (type $0) end global.get $~lib/memory/__stack_pointer i32.const 4 diff --git a/tests/compiler/throw.debug.wat b/tests/compiler/throw.debug.wat index e18fa212c9..c487003992 100644 --- a/tests/compiler/throw.debug.wat +++ b/tests/compiler/throw.debug.wat @@ -1,12 +1,12 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32 i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i64) (result i32))) + (type $7 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) @@ -60,20 +60,20 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 32 local.tee $a - i32.store $0 + i32.store local.get $cond if global.get $~lib/memory/__stack_pointer i32.const 64 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 i32.const 96 i32.const 144 i32.const 10 @@ -84,7 +84,7 @@ global.get $~lib/memory/__stack_pointer i32.const 192 local.tee $c - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -105,11 +105,11 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 20 - memory.fill $0 + memory.fill global.get $~lib/memory/__stack_pointer i32.const 32 local.tee $a - i32.store $0 + i32.store i32.const 0 local.set $i loop $while-continue|0 @@ -123,7 +123,7 @@ global.get $~lib/memory/__stack_pointer i32.const 64 local.tee $b - i32.store $0 offset=4 + i32.store offset=4 local.get $i local.get $max i32.gt_s @@ -131,7 +131,7 @@ global.get $~lib/memory/__stack_pointer i32.const 192 local.tee $c - i32.store $0 offset=8 + i32.store offset=8 i32.const 224 i32.const 144 i32.const 23 @@ -142,14 +142,14 @@ global.get $~lib/memory/__stack_pointer i32.const 272 local.tee $d - i32.store $0 offset=12 + i32.store offset=12 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer i32.const 304 local.tee $e - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add @@ -158,12 +158,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -177,7 +177,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -251,7 +251,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -321,11 +321,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -333,7 +333,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 464 @@ -465,7 +465,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -478,7 +478,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -494,34 +494,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -681,7 +681,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -704,7 +704,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -718,7 +718,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -741,7 +741,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -884,7 +884,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -970,7 +970,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1050,7 +1050,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1084,7 +1084,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1107,7 +1107,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1121,7 +1121,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1173,7 +1173,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1211,7 +1211,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1286,7 +1285,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1320,7 +1319,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1341,7 +1340,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1361,7 +1360,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1381,7 +1380,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1407,7 +1406,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1430,7 +1429,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1772,7 +1771,7 @@ i32.const 560 call $~lib/rt/itcms/initLazy global.set $~lib/rt/itcms/fromSpace - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -1791,11 +1790,11 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 32 local.tee $a - i32.store $0 + i32.store i32.const 672 i32.const 144 i32.const 3 @@ -1815,7 +1814,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -1824,7 +1823,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -1835,7 +1833,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid end return diff --git a/tests/compiler/throw.release.wat b/tests/compiler/throw.release.wat index 66c340701c..f7ebdcef76 100644 --- a/tests/compiler/throw.release.wat +++ b/tests/compiler/throw.release.wat @@ -1,8 +1,8 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) @@ -48,23 +48,11 @@ (func $~lib/rt/itcms/visitRoots (local $0 i32) (local $1 i32) - global.get $~lib/rt/itcms/white - i32.const 1472 - i32.load $0 - i32.const 3 - i32.and - i32.eq - if - i32.const 1468 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end + i32.const 1488 + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -74,7 +62,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -92,7 +80,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -100,137 +88,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1392 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34516 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$92 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34516 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$92 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1392 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1392 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1728 + i32.load + i32.gt_u + if + i32.const 1488 + i32.const 1552 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1732 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1728 - i32.load $0 - i32.gt_u - if - i32.const 1488 - i32.const 1552 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1732 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -238,8 +246,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -251,10 +259,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -265,29 +273,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -295,10 +303,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -312,75 +320,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -402,7 +403,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -419,12 +420,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -441,17 +442,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -461,9 +462,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -488,13 +489,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -528,7 +529,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -584,19 +585,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -608,15 +609,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -624,12 +625,12 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/step (local $0 i32) @@ -657,7 +658,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -670,19 +671,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $3 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $3 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -692,7 +693,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -704,7 +705,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -717,12 +718,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $3 - if - local.get $3 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -731,7 +728,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -742,26 +739,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $3 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $3 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -777,7 +774,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -792,7 +789,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $3 i32.const -4 i32.and @@ -817,14 +814,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -841,7 +838,7 @@ global.get $~lib/rt/tlsf/ROOT i32.eqz if - memory.size $0 + memory.size local.tee $0 i32.const 0 i32.le_s @@ -849,7 +846,7 @@ i32.const 1 local.get $0 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -860,10 +857,10 @@ end i32.const 34528 i32.const 0 - i32.store $0 + i32.store i32.const 36096 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $1 i32.const 23 @@ -875,7 +872,7 @@ i32.const 34528 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $0 loop $for-loop|1 @@ -893,7 +890,7 @@ i32.const 34528 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 i32.const 1 i32.add @@ -908,7 +905,7 @@ br $for-loop|0 end end - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -929,7 +926,7 @@ i32.const 36108 local.set $1 i32.const 36096 - i32.load $0 + i32.load local.tee $0 if (result i32) local.get $0 @@ -952,7 +949,7 @@ i32.const 36092 local.set $1 local.get $0 - i32.load $0 + i32.load else i32.const 0 end @@ -980,13 +977,13 @@ i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -994,10 +991,10 @@ i32.add local.tee $0 i32.const 2 - i32.store $0 + i32.store i32.const 36096 local.get $0 - i32.store $0 + i32.store i32.const 34528 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -1021,7 +1018,7 @@ i32.const 1 else local.get $1 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1035,10 +1032,10 @@ end local.get $1 local.get $1 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -1049,10 +1046,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1077,10 +1074,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 + i32.store i32.const 1696 i32.const 1168 i32.const 3 @@ -1097,7 +1094,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid end return @@ -1107,11 +1104,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1120,7 +1117,7 @@ (func $~start (local $0 i32) (local $1 i32) - block $__inlined_func$start:throw + block $__inlined_func$start:throw$1 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -1133,16 +1130,17 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 - i64.store $0 + i64.store local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 1056 - i32.store $0 - local.get $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 1216 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 12 i32.add @@ -1159,10 +1157,10 @@ local.tee $1 i32.const 0 i32.const 20 - memory.fill $0 + memory.fill local.get $1 i32.const 1056 - i32.store $0 + i32.store loop $while-continue|0 local.get $0 i32.const 1 @@ -1172,15 +1170,16 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 1088 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 10 i32.gt_s if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 1216 - i32.store $0 offset=8 + i32.store offset=8 i32.const 1248 i32.const 1168 i32.const 23 @@ -1190,53 +1189,53 @@ end global.get $~lib/memory/__stack_pointer i32.const 1296 - i32.store $0 offset=12 + i32.store offset=12 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1328 - i32.store $0 offset=16 + i32.store offset=16 local.get $0 i32.const 20 i32.add global.set $~lib/memory/__stack_pointer i32.const 1348 i32.const 1344 - i32.store $0 + i32.store i32.const 1352 i32.const 1344 - i32.store $0 + i32.store i32.const 1344 global.set $~lib/rt/itcms/pinSpace i32.const 1444 i32.const 1440 - i32.store $0 + i32.store i32.const 1448 i32.const 1440 - i32.store $0 + i32.store i32.const 1440 global.set $~lib/rt/itcms/toSpace i32.const 1588 i32.const 1584 - i32.store $0 + i32.store i32.const 1592 i32.const 1584 - i32.store $0 + i32.store i32.const 1584 global.set $~lib/rt/itcms/fromSpace - memory.size $0 + memory.size drop global.get $~lib/rt/itcms/state i32.const 0 i32.gt_s if - loop $while-continue|02 + loop $while-continue|01 global.get $~lib/rt/itcms/state if call $~lib/rt/itcms/step - br $while-continue|02 + br $while-continue|01 end end end @@ -1248,7 +1247,7 @@ br $while-continue|1 end end - br $__inlined_func$start:throw + br $__inlined_func$start:throw$1 end i32.const 34544 i32.const 34592 @@ -1258,23 +1257,4 @@ unreachable end ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/typealias.debug.wat b/tests/compiler/typealias.debug.wat index e51e2efe80..0e5a48657b 100644 --- a/tests/compiler/typealias.debug.wat +++ b/tests/compiler/typealias.debug.wat @@ -1,5 +1,5 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func (param i32) (result i32))) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) (global $~lib/memory/__heap_base i32 (i32.const 32776)) diff --git a/tests/compiler/typealias.release.wat b/tests/compiler/typealias.release.wat index 4265f6537e..1056cb7250 100644 --- a/tests/compiler/typealias.release.wat +++ b/tests/compiler/typealias.release.wat @@ -1,5 +1,5 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) + (type $0 (func (param i32) (result i32))) (memory $0 0) (export "alias" (func $typealias/alias)) (export "memory" (memory $0)) diff --git a/tests/compiler/typeof.debug.wat b/tests/compiler/typeof.debug.wat index 53a934fd4e..a91488290e 100644 --- a/tests/compiler/typeof.debug.wat +++ b/tests/compiler/typeof.debug.wat @@ -1,14 +1,14 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) - (type $none_=>_i32 (func (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) + (type $9 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -64,7 +64,7 @@ (export "_start" (func $~start)) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) local.get $this - i32.load $0 offset=16 + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this @@ -116,9 +116,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -151,10 +151,10 @@ local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -180,17 +180,16 @@ return ) (func $start:typeof~anonymous|0 - nop ) (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -204,7 +203,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -278,7 +277,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -348,11 +347,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -360,7 +359,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 528 @@ -492,7 +491,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -505,7 +504,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -521,34 +520,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -708,7 +707,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -731,7 +730,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -745,7 +744,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -768,7 +767,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -911,7 +910,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -997,7 +996,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1077,7 +1076,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1111,7 +1110,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1134,7 +1133,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1148,7 +1147,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1200,7 +1199,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1238,7 +1237,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1313,7 +1311,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1347,7 +1345,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1368,7 +1366,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1388,7 +1386,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1408,7 +1406,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1434,7 +1432,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1457,7 +1455,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1942,7 +1940,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -1987,7 +1985,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -2020,7 +2018,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -2043,7 +2041,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2069,7 +2067,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2082,7 +2080,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2109,19 +2107,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2323,12 +2321,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2379,7 +2377,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2412,7 +2410,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -2421,11 +2419,10 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/function/Function<%28%29=>void>#get:_env (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/function/Function<%28%29=>void>~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2446,7 +2443,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/function/Function<%28%29=>void> $typeof/SomeClass $invalid end return @@ -2501,7 +2498,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $left local.get $right i32.eq @@ -2539,7 +2536,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length local.set $leftLength @@ -2548,7 +2545,7 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 call $~lib/string/String#get:length i32.ne @@ -2566,14 +2563,14 @@ local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 + i32.store local.get $3 i32.const 0 local.get $right local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store $0 offset=4 + i32.store offset=4 local.get $3 i32.const 0 local.get $leftLength @@ -2596,7 +2593,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -2605,18 +2602,18 @@ i32.const 5 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2634,20 +2631,20 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store i32.const 1 drop i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -2663,13 +2660,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 112 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -2685,13 +2682,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 112 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -2707,13 +2704,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 112 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -2729,13 +2726,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 144 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -2751,13 +2748,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 144 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -2775,13 +2772,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 192 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -2797,13 +2794,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 112 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -2821,13 +2818,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -2845,13 +2842,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -2869,13 +2866,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -2893,13 +2890,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 272 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -2917,13 +2914,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 192 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -2941,13 +2938,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -2965,13 +2962,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -2989,13 +2986,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3013,13 +3010,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 32 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3037,13 +3034,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 272 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3061,13 +3058,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 144 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3079,7 +3076,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3105,13 +3102,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 112 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3127,13 +3124,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 144 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3149,13 +3146,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 736 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3173,13 +3170,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 736 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3197,13 +3194,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 736 local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 call $~lib/string/String.__eq i32.eqz @@ -3229,12 +3226,12 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store $0 + i32.store local.get $2 call $~lib/function/Function<%28%29=>void>#get:_env local.get $cookie @@ -3253,7 +3250,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -3262,7 +3259,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/typeof.release.wat b/tests/compiler/typeof.release.wat index 34f7c56d60..2652ce4768 100644 --- a/tests/compiler/typeof.release.wat +++ b/tests/compiler/typeof.release.wat @@ -1,12 +1,12 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -58,20 +58,20 @@ (local $0 i32) (local $1 i32) i32.const 1264 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $typeof/c local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end i32.const 1552 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1360 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -81,7 +81,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -99,7 +99,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -107,137 +107,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1424 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1424 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34588 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$119 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34588 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1424 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$119 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1424 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1424 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1792 + i32.load + i32.gt_u + if + i32.const 1552 + i32.const 1616 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1796 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1792 - i32.load $0 - i32.gt_u - if - i32.const 1552 - i32.const 1616 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1796 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -245,8 +265,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -258,10 +278,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -272,29 +292,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -302,10 +322,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -319,75 +339,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -409,7 +422,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -426,12 +439,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -448,17 +461,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -468,9 +481,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -495,13 +508,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -535,7 +548,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -591,19 +604,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -615,15 +628,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -631,16 +644,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -662,10 +676,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -678,18 +692,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -713,30 +726,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -744,10 +757,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -755,7 +768,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -763,7 +776,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -774,10 +787,10 @@ end i32.const 34592 i32.const 0 - i32.store $0 + i32.store i32.const 36160 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -789,7 +802,7 @@ i32.const 34592 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -807,7 +820,7 @@ i32.const 34592 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -824,7 +837,7 @@ end i32.const 34592 i32.const 36164 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -857,7 +870,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -870,19 +883,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -893,7 +906,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -905,7 +918,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -918,12 +931,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -932,7 +941,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -943,26 +952,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -978,7 +987,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -994,7 +1003,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -1019,14 +1028,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1061,7 +1070,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1075,10 +1084,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1090,10 +1099,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1103,7 +1112,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1114,10 +1123,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1129,7 +1138,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1150,7 +1159,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1165,7 +1174,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$70 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1186,7 +1195,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$70 end local.get $1 i32.const 0 @@ -1217,11 +1226,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1240,12 +1249,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1256,7 +1265,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1275,7 +1284,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1292,7 +1301,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1308,7 +1317,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1318,7 +1327,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1327,54 +1336,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1387,7 +1396,7 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $~lib/rt/__visit_members (param $0 i32) @@ -1402,7 +1411,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/function/Function<%28%29=>void> $typeof/SomeClass $invalid end return @@ -1412,11 +1421,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1438,17 +1447,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $1 local.get $0 - i32.store $0 + i32.store local.get $0 - i32.load $0 offset=4 - local.tee $0 - if - local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load offset=4 + call $~lib/rt/itcms/__visit global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -1489,13 +1494,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + local.tee $2 i64.const 0 - i64.store $0 + i64.store local.get $0 local.get $1 i32.eq if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1510,55 +1516,59 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $4 local.tee $2 local.get $0 - i32.store $0 + i32.store local.get $0 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u local.set $3 local.get $2 local.get $1 - i32.store $0 + i32.store local.get $3 local.get $1 i32.const 20 i32.sub - i32.load $0 offset=16 + i32.load offset=16 i32.const 1 i32.shr_u i32.ne br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 + local.get $4 local.get $0 - i32.store $0 - local.get $2 - local.get $1 - i32.store $0 offset=4 + i32.store local.get $0 - local.tee $2 - i32.const 7 - i32.and + local.set $2 + local.get $4 local.get $1 - i32.const 7 - i32.and - i32.or - i32.eqz + i32.store offset=4 local.get $3 local.tee $0 i32.const 4 i32.ge_u - i32.and + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz if loop $do-loop|0 local.get $2 - i64.load $0 + i64.load local.get $1 - i64.load $0 + i64.load i64.eq if local.get $2 @@ -1579,7 +1589,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl + block $__inlined_func$~lib/util/string/compareImpl$78 loop $while-continue|1 local.get $0 local.tee $3 @@ -1589,17 +1599,17 @@ local.get $3 if local.get $2 - i32.load16_u $0 + i32.load16_u local.tee $5 local.get $1 - i32.load16_u $0 + i32.load16_u local.tee $4 i32.sub local.set $3 local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl + br_if $__inlined_func$~lib/util/string/compareImpl$78 local.get $2 i32.const 2 i32.add @@ -1631,6 +1641,7 @@ (func $start:typeof (local $0 i32) (local $1 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1643,13 +1654,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -1665,10 +1676,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1136 - i32.store $0 + i32.store local.get $0 i32.const 1136 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1136 i32.const 1136 call $~lib/string/String.__eq @@ -1684,10 +1695,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1136 - i32.store $0 + i32.store local.get $0 i32.const 1136 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1136 i32.const 1136 call $~lib/string/String.__eq @@ -1703,10 +1714,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1136 - i32.store $0 + i32.store local.get $0 i32.const 1136 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1136 i32.const 1136 call $~lib/string/String.__eq @@ -1722,10 +1733,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1168 - i32.store $0 + i32.store local.get $0 i32.const 1168 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1168 i32.const 1168 call $~lib/string/String.__eq @@ -1741,10 +1752,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1168 - i32.store $0 + i32.store local.get $0 i32.const 1168 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1168 i32.const 1168 call $~lib/string/String.__eq @@ -1760,10 +1771,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1216 - i32.store $0 + i32.store local.get $0 i32.const 1216 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1216 i32.const 1216 call $~lib/string/String.__eq @@ -1779,10 +1790,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1136 - i32.store $0 + i32.store local.get $0 i32.const 1136 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1136 i32.const 1136 call $~lib/string/String.__eq @@ -1798,10 +1809,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -1817,10 +1828,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -1836,10 +1847,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -1855,10 +1866,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1296 - i32.store $0 + i32.store local.get $0 i32.const 1296 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1296 i32.const 1296 call $~lib/string/String.__eq @@ -1874,10 +1885,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1216 - i32.store $0 + i32.store local.get $0 i32.const 1216 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1216 i32.const 1216 call $~lib/string/String.__eq @@ -1893,10 +1904,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -1912,10 +1923,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -1931,10 +1942,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -1950,10 +1961,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1056 - i32.store $0 + i32.store local.get $0 i32.const 1056 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -1969,10 +1980,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1296 - i32.store $0 + i32.store local.get $0 i32.const 1296 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1296 i32.const 1296 call $~lib/string/String.__eq @@ -1988,10 +1999,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1168 - i32.store $0 + i32.store local.get $0 i32.const 1168 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1168 i32.const 1168 call $~lib/string/String.__eq @@ -2004,7 +2015,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34588 @@ -2014,26 +2025,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1476 i32.const 1472 - i32.store $0 + i32.store i32.const 1480 i32.const 1472 - i32.store $0 + i32.store i32.const 1472 global.set $~lib/rt/itcms/pinSpace i32.const 1508 i32.const 1504 - i32.store $0 + i32.store i32.const 1512 i32.const 1504 - i32.store $0 + i32.store i32.const 1504 global.set $~lib/rt/itcms/toSpace i32.const 1652 i32.const 1648 - i32.store $0 + i32.store i32.const 1656 i32.const 1648 - i32.store $0 + i32.store i32.const 1648 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer @@ -2047,17 +2058,17 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 local.get $0 - i32.store $0 offset=4 - local.get $1 + i32.store offset=4 + local.get $2 i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2066,24 +2077,25 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $1 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -2092,10 +2104,10 @@ global.set $typeof/c global.get $~lib/memory/__stack_pointer i32.const 1136 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 1136 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1136 i32.const 1136 call $~lib/string/String.__eq @@ -2111,10 +2123,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1168 - i32.store $0 + i32.store local.get $0 i32.const 1168 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1168 i32.const 1168 call $~lib/string/String.__eq @@ -2130,10 +2142,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1760 - i32.store $0 + i32.store local.get $0 i32.const 1760 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1760 i32.const 1760 call $~lib/string/String.__eq @@ -2149,10 +2161,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1760 - i32.store $0 + i32.store local.get $0 i32.const 1760 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1760 i32.const 1760 call $~lib/string/String.__eq @@ -2168,10 +2180,10 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 1760 - i32.store $0 + i32.store local.get $0 i32.const 1760 - i32.store $0 offset=4 + i32.store offset=4 i32.const 1760 i32.const 1760 call $~lib/string/String.__eq @@ -2197,23 +2209,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) diff --git a/tests/compiler/unary.debug.wat b/tests/compiler/unary.debug.wat index 61268eaa15..d29944250f 100644 --- a/tests/compiler/unary.debug.wat +++ b/tests/compiler/unary.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $unary/i (mut i32) (i32.const 0)) (global $unary/I (mut i64) (i64.const 0)) (global $unary/f (mut f32) (f32.const 0)) diff --git a/tests/compiler/unary.release.wat b/tests/compiler/unary.release.wat index faeff2a9f0..202341c088 100644 --- a/tests/compiler/unary.release.wat +++ b/tests/compiler/unary.release.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $unary/i (mut i32) (i32.const 0)) (global $unary/I (mut i64) (i64.const 0)) (global $unary/f (mut f32) (f32.const 0)) diff --git a/tests/compiler/unify-local-flags.debug.wat b/tests/compiler/unify-local-flags.debug.wat index 078971bf23..d7acc2209e 100644 --- a/tests/compiler/unify-local-flags.debug.wat +++ b/tests/compiler/unify-local-flags.debug.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) (global $~lib/memory/__heap_base i32 (i32.const 32776)) diff --git a/tests/compiler/unify-local-flags.release.wat b/tests/compiler/unify-local-flags.release.wat index 8ec6838110..25c3a2b4ca 100644 --- a/tests/compiler/unify-local-flags.release.wat +++ b/tests/compiler/unify-local-flags.release.wat @@ -1,5 +1,5 @@ (module - (type $none_=>_none (func)) + (type $0 (func)) (memory $0 0) (export "testFor" (func $unify-local-flags/testFor)) (export "testWhile" (func $unify-local-flags/testWhile)) diff --git a/tests/compiler/void.debug.wat b/tests/compiler/void.debug.wat index 4e207ea3f9..3be201b7be 100644 --- a/tests/compiler/void.debug.wat +++ b/tests/compiler/void.debug.wat @@ -1,6 +1,6 @@ (module - (type $none_=>_none (func)) - (type $none_=>_i32 (func (result i32))) + (type $0 (func)) + (type $1 (func (result i32))) (global $void/u8Val1 (mut i32) (i32.const 1)) (global $void/u8Val2 (mut i32) (i32.const 255)) (global $~lib/memory/__data_end i32 (i32.const 8)) diff --git a/tests/compiler/while.debug.wat b/tests/compiler/while.debug.wat index 27f83c7032..f7c2a8c485 100644 --- a/tests/compiler/while.debug.wat +++ b/tests/compiler/while.debug.wat @@ -1,13 +1,13 @@ (module - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_none (func (param i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_i32 (func (param i32 i32 i64) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32))) + (type $4 (func (result i32))) + (type $5 (func (param i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $while/ran (mut i32) (i32.const 0)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -216,7 +216,6 @@ i32.const 0 end if - nop br $while-continue|0 end end @@ -468,12 +467,12 @@ (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) local.get $this local.get $nextWithColor - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) local.get $space @@ -487,7 +486,7 @@ ) (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) local.get $this @@ -561,7 +560,7 @@ ) (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) local.get $this @@ -631,11 +630,11 @@ ) (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) local.get $this - i32.load $0 offset=12 + i32.load offset=12 ) (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/__typeinfo (param $id i32) (result i32) (local $ptr i32) @@ -643,7 +642,7 @@ local.set $ptr local.get $id local.get $ptr - i32.load $0 + i32.load i32.gt_u if i32.const 272 @@ -775,7 +774,7 @@ i32.lt_u if local.get $ptr - i32.load $0 + i32.load local.get $cookie call $~lib/rt/itcms/__visit local.get $ptr @@ -788,7 +787,7 @@ ) (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) i32.const 4 @@ -804,34 +803,34 @@ (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) local.get $this local.get $flMap - i32.store $0 + i32.store ) (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) local.get $this local.get $mmInfo - i32.store $0 + i32.store ) (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) local.get $this local.get $prev - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) local.get $this local.get $next - i32.store $0 offset=8 + i32.store offset=8 ) (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) local.get $this - i32.load $0 offset=4 + i32.load offset=4 ) (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) local.get $this - i32.load $0 offset=8 + i32.load offset=8 ) (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) local.get $this - i32.load $0 + i32.load ) (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) (local $blockInfo i32) @@ -991,7 +990,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.0 end i32.eq @@ -1014,7 +1013,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $next i32.eqz if @@ -1028,7 +1027,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.0 end local.set $slMap @@ -1051,7 +1050,7 @@ i32.shl i32.add local.get $slMap|23 - i32.store $0 offset=4 + i32.store offset=4 local.get $slMap i32.eqz if @@ -1194,7 +1193,7 @@ local.get $block|7 i32.const 4 i32.sub - i32.load $0 + i32.load br $~lib/rt/tlsf/GETFREELEFT|inlined.0 end local.set $left @@ -1280,7 +1279,7 @@ i32.const 4 i32.sub local.get $block - i32.store $0 + i32.store local.get $size i32.const 256 i32.lt_u @@ -1360,7 +1359,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.1 end local.set $head @@ -1394,7 +1393,7 @@ i32.shl i32.add local.get $head|23 - i32.store $0 offset=96 + i32.store offset=96 local.get $root local.get $root call $~lib/rt/tlsf/Root#get:flMap @@ -1417,7 +1416,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.1 end i32.const 1 @@ -1431,7 +1430,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) (local $end i32) @@ -1483,7 +1482,7 @@ local.get $root local.set $root|4 local.get $root|4 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.0 end local.set $tail @@ -1521,7 +1520,6 @@ call $~lib/rt/common/BLOCK#get:mmInfo local.set $tailInfo else - nop end else i32.const 1 @@ -1596,7 +1594,7 @@ local.set $tail|11 local.get $root|10 local.get $tail|11 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $root local.get $left call $~lib/rt/tlsf/insertBlock @@ -1630,7 +1628,7 @@ i32.xor i32.and local.set $rootOffset - memory.size $0 + memory.size local.set $pagesBefore local.get $rootOffset i32.const 1572 @@ -1651,7 +1649,7 @@ local.get $pagesNeeded local.get $pagesBefore i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -1671,7 +1669,7 @@ local.set $tail local.get $root|4 local.get $tail - i32.store $0 offset=1568 + i32.store offset=1568 i32.const 0 local.set $fl loop $for-loop|0 @@ -1691,7 +1689,7 @@ i32.shl i32.add local.get $slMap - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $sl loop $for-loop|1 @@ -1717,7 +1715,7 @@ i32.shl i32.add local.get $head - i32.store $0 offset=96 + i32.store offset=96 local.get $sl i32.const 1 i32.add @@ -1740,7 +1738,7 @@ drop local.get $root local.get $memStart - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -2225,7 +2223,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.2 end i32.const 0 @@ -2270,7 +2268,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 br $~lib/rt/tlsf/GETSL|inlined.3 end local.set $slMap @@ -2303,7 +2301,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.2 end local.set $head @@ -2326,7 +2324,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 br $~lib/rt/tlsf/GETHEAD|inlined.3 end local.set $head @@ -2352,7 +2350,7 @@ call $~lib/rt/tlsf/roundSize local.set $size end - memory.size $0 + memory.size local.set $pagesBefore local.get $size i32.const 4 @@ -2365,7 +2363,7 @@ local.get $root local.set $root|3 local.get $root|3 - i32.load $0 offset=1568 + i32.load offset=1568 br $~lib/rt/tlsf/GETTAIL|inlined.1 end i32.ne @@ -2392,19 +2390,19 @@ select local.set $pagesWanted local.get $pagesWanted - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $pagesNeeded - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if unreachable end end - memory.size $0 + memory.size local.set $pagesAfter local.get $root local.get $pagesBefore @@ -2606,12 +2604,12 @@ (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this local.get $rtId - i32.store $0 offset=12 + i32.store offset=12 ) (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this local.get $rtSize - i32.store $0 offset=16 + i32.store offset=16 ) (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) (local $obj i32) @@ -2662,7 +2660,7 @@ local.get $ptr i32.const 0 local.get $size - memory.fill $0 + memory.fill local.get $ptr return ) @@ -2676,14 +2674,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.set $i global.get $~lib/memory/__stack_pointer i32.const 0 call $while/Ref#constructor local.tee $ref - i32.store $0 + i32.store loop $while-continue|1 local.get $ref if @@ -2701,7 +2699,7 @@ i32.const 0 call $while/Ref#constructor local.tee $ref - i32.store $0 + i32.store end br $while-continue|1 end @@ -2751,14 +2749,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store i32.const 0 local.set $i global.get $~lib/memory/__stack_pointer i32.const 0 call $while/Ref#constructor local.tee $ref - i32.store $0 + i32.store block $while-break|0 loop $while-continue|0 call $while/getRef @@ -2824,7 +2822,6 @@ i32.const 1 i32.lt_s if - nop else br $while-break|0 end @@ -2853,7 +2850,6 @@ if br $while-break|0 else - nop end br $while-continue|0 end @@ -3072,7 +3068,7 @@ end i32.const 0 global.set $while/ran - memory.size $0 + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -3169,7 +3165,7 @@ local.get $1 call $~lib/object/Object~visit local.get $0 - i32.load $0 + i32.load local.tee $2 if local.get $2 @@ -3178,7 +3174,6 @@ end ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) - nop ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid @@ -3190,7 +3185,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $while/Ref $invalid end return @@ -3233,7 +3228,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 - i64.store $0 + i64.store local.get $this i32.eqz if @@ -3242,18 +3237,18 @@ i32.const 4 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 call $~lib/object/Object#constructor local.tee $this - i32.store $0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3271,7 +3266,7 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 + i32.store local.get $this i32.eqz if @@ -3280,7 +3275,7 @@ i32.const 0 call $~lib/rt/itcms/__new local.tee $this - i32.store $0 + i32.store end local.get $this local.set $1 diff --git a/tests/compiler/while.release.wat b/tests/compiler/while.release.wat index b6ef7b8ce6..cba8c845b8 100644 --- a/tests/compiler/while.release.wat +++ b/tests/compiler/while.release.wat @@ -1,11 +1,11 @@ (module - (type $none_=>_none (func)) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $i32_i32_i64_=>_none (func (param i32 i32 i64))) + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (result i32))) + (type $4 (func (param i32) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -38,12 +38,12 @@ (local $0 i32) (local $1 i32) i32.const 1296 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit i32.const 1104 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit global.get $~lib/rt/itcms/pinSpace local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -53,7 +53,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.const 3 @@ -71,7 +71,7 @@ i32.add call $~lib/rt/__visit_members local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -79,137 +79,157 @@ end end ) - (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (func $~lib/rt/itcms/__visit (param $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) local.get $0 - global.get $~lib/rt/itcms/iter + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and i32.eq if - local.get $0 - i32.load $0 offset=8 - local.tee $1 - i32.eqz - if - i32.const 0 - i32.const 1168 - i32.const 148 - i32.const 30 - call $~lib/builtins/abort - unreachable - end local.get $1 - global.set $~lib/rt/itcms/iter - end - block $__inlined_func$~lib/rt/itcms/Object#unlink - local.get $0 - i32.load $0 offset=4 - i32.const -4 - i32.and - local.tee $1 - i32.eqz + global.get $~lib/rt/itcms/iter + i32.eq if - local.get $0 - i32.load $0 offset=8 + local.get $1 + i32.load offset=8 + local.tee $0 i32.eqz + if + i32.const 0 + i32.const 1168 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end local.get $0 - i32.const 34280 - i32.lt_u + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$128 + local.get $1 + i32.load offset=4 + i32.const -4 i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34280 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1168 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$128 + end + local.get $1 + i32.load offset=8 + local.tee $2 i32.eqz if i32.const 0 i32.const 1168 - i32.const 128 - i32.const 18 + i32.const 132 + i32.const 16 call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink - end - local.get $0 - i32.load $0 offset=8 - local.tee $2 - i32.eqz - if - i32.const 0 - i32.const 1168 - i32.const 132 - i32.const 16 - call $~lib/builtins/abort - unreachable + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 end + global.get $~lib/rt/itcms/toSpace + local.set $2 local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1488 + i32.load + i32.gt_u + if + i32.const 1296 + i32.const 1360 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1492 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 local.get $2 - i32.store $0 offset=8 - local.get $2 + i32.load offset=8 + local.set $0 local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select local.get $2 - i32.load $0 offset=4 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 - end - global.get $~lib/rt/itcms/toSpace - local.set $2 - local.get $0 - i32.load $0 offset=12 - local.tee $1 - i32.const 2 - i32.le_u - if (result i32) - i32.const 1 - else - local.get $1 - i32.const 1488 - i32.load $0 - i32.gt_u - if - i32.const 1296 - i32.const 1360 - i32.const 21 - i32.const 28 - call $~lib/builtins/abort - unreachable - end + i32.store offset=4 + local.get $2 local.get $1 - i32.const 2 - i32.shl - i32.const 1492 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 i32.add - i32.load $0 - i32.const 32 - i32.and + global.set $~lib/rt/itcms/visitCount end - local.set $3 - local.get $2 - i32.load $0 offset=8 - local.set $1 - local.get $0 - global.get $~lib/rt/itcms/white - i32.eqz - i32.const 2 - local.get $3 - select - local.get $2 - i32.or - i32.store $0 offset=4 - local.get $0 - local.get $1 - i32.store $0 offset=8 - local.get $1 - local.get $0 - local.get $1 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.or - i32.store $0 offset=4 - local.get $2 - local.get $0 - i32.store $0 offset=8 ) (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) (local $2 i32) @@ -217,8 +237,8 @@ (local $4 i32) (local $5 i32) local.get $1 - i32.load $0 - local.tee $2 + i32.load + local.tee $3 i32.const 1 i32.and i32.eqz @@ -230,10 +250,10 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const -4 i32.and - local.tee $2 + local.tee $3 i32.const 12 i32.lt_u if @@ -244,29 +264,29 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $3 i32.const 256 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 4 i32.shr_u else i32.const 31 i32.const 1073741820 - local.get $2 - local.get $2 + local.get $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.clz i32.sub local.tee $4 i32.const 7 i32.sub - local.set $3 - local.get $2 + local.set $2 + local.get $3 local.get $4 i32.const 4 i32.sub @@ -274,10 +294,10 @@ i32.const 16 i32.xor end - local.tee $2 + local.tee $3 i32.const 16 i32.lt_u - local.get $3 + local.get $2 i32.const 23 i32.lt_u i32.and @@ -291,75 +311,68 @@ unreachable end local.get $1 - i32.load $0 offset=8 + i32.load offset=8 local.set $5 local.get $1 - i32.load $0 offset=4 + i32.load offset=4 local.tee $4 if local.get $4 local.get $5 - i32.store $0 offset=8 + i32.store offset=8 end local.get $5 if local.get $5 local.get $4 - i32.store $0 offset=4 + i32.store offset=4 end local.get $1 local.get $0 - local.get $3 + local.get $2 i32.const 4 i32.shl - local.get $2 + local.get $3 i32.add i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + local.tee $1 + i32.load offset=96 i32.eq if - local.get $0 - local.get $3 - i32.const 4 - i32.shl - local.get $2 - i32.add - i32.const 2 - i32.shl - i32.add + local.get $1 local.get $5 - i32.store $0 offset=96 + i32.store offset=96 local.get $5 i32.eqz if local.get $0 - local.get $3 + local.get $2 i32.const 2 i32.shl i32.add local.tee $1 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 - local.get $2 + local.get $3 i32.rotl i32.and - local.set $2 + local.set $3 local.get $1 - local.get $2 - i32.store $0 offset=4 - local.get $2 + local.get $3 + i32.store offset=4 + local.get $3 i32.eqz if local.get $0 local.get $0 - i32.load $0 + i32.load i32.const -2 - local.get $3 + local.get $2 i32.rotl i32.and - i32.store $0 + i32.store end end end @@ -381,7 +394,7 @@ unreachable end local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const 1 i32.and @@ -398,12 +411,12 @@ i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.tee $2 i32.const 1 i32.and @@ -420,17 +433,17 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $4 - i32.load $0 + i32.load local.set $2 end local.get $3 @@ -440,9 +453,9 @@ local.get $1 i32.const 4 i32.sub - i32.load $0 + i32.load local.tee $1 - i32.load $0 + i32.load local.tee $6 i32.const 1 i32.and @@ -467,13 +480,13 @@ i32.and i32.add local.tee $3 - i32.store $0 + i32.store end local.get $4 local.get $2 i32.const 2 i32.or - i32.store $0 + i32.store local.get $3 i32.const -4 i32.and @@ -507,7 +520,7 @@ i32.const 4 i32.sub local.get $1 - i32.store $0 + i32.store local.get $2 i32.const 256 i32.lt_u @@ -563,19 +576,19 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 local.set $3 local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $3 - i32.store $0 offset=8 + i32.store offset=8 local.get $3 if local.get $3 local.get $1 - i32.store $0 offset=4 + i32.store offset=4 end local.get $0 local.get $5 @@ -587,15 +600,15 @@ i32.shl i32.add local.get $1 - i32.store $0 offset=96 + i32.store offset=96 local.get $0 local.get $0 - i32.load $0 + i32.load i32.const 1 local.get $5 i32.shl i32.or - i32.store $0 + i32.store local.get $0 local.get $5 i32.const 2 @@ -603,16 +616,17 @@ i32.add local.tee $0 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const 1 local.get $2 i32.shl i32.or - i32.store $0 offset=4 + i32.store offset=4 ) (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) (local $4 i32) + (local $5 i32) local.get $2 local.get $1 i64.extend_i32_u @@ -634,10 +648,10 @@ i32.sub local.set $1 local.get $0 - i32.load $0 offset=1568 - local.tee $4 + i32.load offset=1568 + local.tee $3 if - local.get $4 + local.get $3 i32.const 4 i32.add local.get $1 @@ -650,18 +664,17 @@ call $~lib/builtins/abort unreachable end + local.get $3 local.get $1 i32.const 16 i32.sub - local.get $4 + local.tee $5 i32.eq if - local.get $4 - i32.load $0 - local.set $3 - local.get $1 - i32.const 16 - i32.sub + local.get $3 + i32.load + local.set $4 + local.get $5 local.set $1 end else @@ -685,30 +698,30 @@ i32.and local.get $1 i32.sub - local.tee $4 + local.tee $3 i32.const 20 i32.lt_u if return end local.get $1 - local.get $3 + local.get $4 i32.const 2 i32.and - local.get $4 + local.get $3 i32.const 8 i32.sub local.tee $3 i32.const 1 i32.or i32.or - i32.store $0 + i32.store local.get $1 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 local.get $1 i32.const 4 i32.add @@ -716,10 +729,10 @@ i32.add local.tee $3 i32.const 2 - i32.store $0 + i32.store local.get $0 local.get $3 - i32.store $0 offset=1568 + i32.store offset=1568 local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock @@ -727,7 +740,7 @@ (func $~lib/rt/tlsf/initialize (local $0 i32) (local $1 i32) - memory.size $0 + memory.size local.tee $1 i32.const 0 i32.le_s @@ -735,7 +748,7 @@ i32.const 1 local.get $1 i32.sub - memory.grow $0 + memory.grow i32.const 0 i32.lt_s else @@ -746,10 +759,10 @@ end i32.const 34288 i32.const 0 - i32.store $0 + i32.store i32.const 35856 i32.const 0 - i32.store $0 + i32.store loop $for-loop|0 local.get $0 i32.const 23 @@ -761,7 +774,7 @@ i32.const 34288 i32.add i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 local.set $1 loop $for-loop|1 @@ -779,7 +792,7 @@ i32.const 34288 i32.add i32.const 0 - i32.store $0 offset=96 + i32.store offset=96 local.get $1 i32.const 1 i32.add @@ -796,7 +809,7 @@ end i32.const 34288 i32.const 35860 - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -829,7 +842,7 @@ i32.eqz local.set $1 global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -842,19 +855,19 @@ global.set $~lib/rt/itcms/iter local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 i32.const 0 global.set $~lib/rt/itcms/visitCount local.get $0 @@ -865,7 +878,7 @@ return end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -877,7 +890,7 @@ call $~lib/rt/itcms/visitRoots global.get $~lib/rt/itcms/toSpace global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and i32.eq @@ -890,12 +903,8 @@ i32.lt_u if local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - call $byn-split-outlined-A$~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit local.get $0 i32.const 4 i32.add @@ -904,7 +913,7 @@ end end global.get $~lib/rt/itcms/iter - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -915,26 +924,26 @@ if local.get $1 local.get $0 - i32.load $0 offset=4 + i32.load offset=4 + local.tee $2 i32.const 3 i32.and i32.ne if local.get $0 - local.get $0 - i32.load $0 offset=4 + local.get $2 i32.const -4 i32.and local.get $1 i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 20 i32.add call $~lib/rt/__visit_members end local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and local.set $0 @@ -950,7 +959,7 @@ local.get $1 global.set $~lib/rt/itcms/white local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -4 i32.and global.set $~lib/rt/itcms/iter @@ -966,7 +975,7 @@ i32.ne if local.get $0 - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.const -4 i32.and @@ -991,14 +1000,14 @@ if local.get $0 i32.const 0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 i32.const 0 - i32.store $0 offset=8 + i32.store offset=8 else global.get $~lib/rt/itcms/total local.get $0 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1033,7 +1042,7 @@ i32.const 1 else local.get $2 - i32.load $0 + i32.load i32.const 1 i32.and end @@ -1047,10 +1056,10 @@ end local.get $2 local.get $2 - i32.load $0 + i32.load i32.const 1 i32.or - i32.store $0 + i32.store local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock @@ -1062,10 +1071,10 @@ global.get $~lib/rt/itcms/toSpace local.tee $0 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $0 - i32.store $0 offset=8 + i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end @@ -1075,7 +1084,7 @@ (local $1 i32) (local $2 i32) local.get $0 - i32.load $0 offset=4 + i32.load offset=4 i32.const -2 i32.and local.tee $1 @@ -1086,10 +1095,10 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else local.get $0 - i32.load $0 + i32.load i32.const -2 i32.and local.tee $1 @@ -1101,7 +1110,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=4 + i32.load offset=4 local.tee $1 i32.eqz if @@ -1122,7 +1131,7 @@ i32.const 2 i32.shl i32.add - i32.load $0 offset=96 + i32.load offset=96 else i32.const 0 end @@ -1137,7 +1146,7 @@ global.get $~lib/rt/itcms/threshold i32.ge_u if - block $__inlined_func$~lib/rt/itcms/interrupt + block $__inlined_func$~lib/rt/itcms/interrupt$69 i32.const 2048 local.set $1 loop $do-loop|0 @@ -1158,7 +1167,7 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - br $__inlined_func$~lib/rt/itcms/interrupt + br $__inlined_func$~lib/rt/itcms/interrupt$69 end local.get $1 i32.const 0 @@ -1189,11 +1198,11 @@ local.tee $1 i32.eqz if - memory.size $0 + memory.size local.tee $1 i32.const 4 local.get $2 - i32.load $0 offset=1568 + i32.load offset=1568 local.get $1 i32.const 16 i32.shl @@ -1212,12 +1221,12 @@ local.get $3 i32.gt_s select - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if local.get $3 - memory.grow $0 + memory.grow i32.const 0 i32.lt_s if @@ -1228,7 +1237,7 @@ local.get $1 i32.const 16 i32.shl - memory.size $0 + memory.size i64.extend_i32_s i64.const 16 i64.shl @@ -1247,7 +1256,7 @@ end end local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 28 @@ -1264,7 +1273,7 @@ local.get $1 call $~lib/rt/tlsf/removeBlock local.get $1 - i32.load $0 + i32.load local.tee $3 i32.const -4 i32.and @@ -1280,7 +1289,7 @@ i32.and i32.const 28 i32.or - i32.store $0 + i32.store local.get $1 i32.const 32 i32.add @@ -1290,7 +1299,7 @@ i32.sub i32.const 1 i32.or - i32.store $0 + i32.store local.get $2 local.get $3 call $~lib/rt/tlsf/insertBlock @@ -1299,54 +1308,54 @@ local.get $3 i32.const -2 i32.and - i32.store $0 + i32.store local.get $1 i32.const 4 i32.add local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.add local.tee $2 local.get $2 - i32.load $0 + i32.load i32.const -3 i32.and - i32.store $0 + i32.store end local.get $1 local.get $0 - i32.store $0 offset=12 + i32.store offset=12 local.get $1 i32.const 0 - i32.store $0 offset=16 + i32.store offset=16 global.get $~lib/rt/itcms/fromSpace local.tee $0 - i32.load $0 offset=8 + i32.load offset=8 local.set $2 local.get $1 local.get $0 global.get $~lib/rt/itcms/white i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $1 local.get $2 - i32.store $0 offset=8 + i32.store offset=8 local.get $2 local.get $1 local.get $2 - i32.load $0 offset=4 + i32.load offset=4 i32.const 3 i32.and i32.or - i32.store $0 offset=4 + i32.store offset=4 local.get $0 local.get $1 - i32.store $0 offset=8 + i32.store offset=8 global.get $~lib/rt/itcms/total local.get $1 - i32.load $0 + i32.load i32.const -4 i32.and i32.const 4 @@ -1359,7 +1368,7 @@ local.tee $0 i32.const 0 i32.const 0 - memory.fill $0 + memory.fill local.get $0 ) (func $start:while @@ -1635,7 +1644,7 @@ call $~lib/builtins/abort unreachable end - memory.size $0 + memory.size i32.const 16 i32.shl i32.const 34280 @@ -1645,26 +1654,26 @@ global.set $~lib/rt/itcms/threshold i32.const 1220 i32.const 1216 - i32.store $0 + i32.store i32.const 1224 i32.const 1216 - i32.store $0 + i32.store i32.const 1216 global.set $~lib/rt/itcms/pinSpace i32.const 1252 i32.const 1248 - i32.store $0 + i32.store i32.const 1256 i32.const 1248 - i32.store $0 + i32.store i32.const 1248 global.set $~lib/rt/itcms/toSpace i32.const 1396 i32.const 1392 - i32.store $0 + i32.store i32.const 1400 i32.const 1392 - i32.store $0 + i32.store i32.const 1392 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer @@ -1679,13 +1688,13 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i32.const 0 - i32.store $0 + i32.store i32.const 0 local.set $1 local.get $0 call $while/Ref#constructor local.tee $0 - i32.store $0 + i32.store loop $while-continue|11 local.get $0 if @@ -1702,7 +1711,7 @@ global.get $~lib/memory/__stack_pointer call $while/Ref#constructor local.tee $0 - i32.store $0 + i32.store end br $while-continue|11 end @@ -1742,13 +1751,13 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.store $0 + i32.store i32.const 0 local.set $0 local.get $1 call $while/Ref#constructor local.tee $1 - i32.store $0 + i32.store loop $while-continue|09 call $while/Ref#constructor if @@ -1888,7 +1897,7 @@ local.get $0 i32.const 8 i32.sub - i32.load $0 + i32.load br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $while/Ref $invalid end return @@ -1898,11 +1907,11 @@ return end local.get $0 - i32.load $0 + i32.load local.tee $0 if local.get $0 - call $byn-split-outlined-A$~lib/rt/itcms/__visit + call $~lib/rt/itcms/__visit end return end @@ -1916,6 +1925,7 @@ (func $while/Ref#constructor (result i32) (local $0 i32) (local $1 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1928,16 +1938,16 @@ global.get $~lib/memory/__stack_pointer local.tee $0 i64.const 0 - i64.store $0 + i64.store local.get $0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer local.tee $1 local.get $0 - i32.store $0 offset=4 + i32.store offset=4 local.get $1 i32.const 4 i32.sub @@ -1947,16 +1957,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $2 i32.const 0 - i32.store $0 + i32.store local.get $0 i32.eqz if - global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 call $~lib/rt/itcms/__new local.tee $0 - i32.store $0 + i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1964,7 +1975,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 local.get $0 - i32.store $0 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -1979,23 +1990,4 @@ call $~lib/builtins/abort unreachable ) - (func $byn-split-outlined-A$~lib/rt/itcms/__visit (param $0 i32) - global.get $~lib/rt/itcms/white - local.get $0 - i32.const 20 - i32.sub - local.tee $0 - i32.load $0 offset=4 - i32.const 3 - i32.and - i32.eq - if - local.get $0 - call $~lib/rt/itcms/Object#makeGray - global.get $~lib/rt/itcms/visitCount - i32.const 1 - i32.add - global.set $~lib/rt/itcms/visitCount - end - ) ) From a7e168b93f1b5258457297177cc3b6eda9abe736 Mon Sep 17 00:00:00 2001 From: CountBleck Date: Mon, 6 Nov 2023 18:25:16 -0800 Subject: [PATCH 030/103] General cleanup (#2757) Co-authored-by: Congcong Cai --- .github/workflows/test.yml | 17 + .gitignore | 1 - dist/.gitignore | 6 + dist/asc.d.ts | 4 + dist/assemblyscript.d.ts | 4 + dist/transform.cjs | 1 + dist/transform.d.ts | 1 + dist/transform.js | 1 + package-lock.json | 1882 ++++++++++++++++++++++++------------ package.json | 6 +- scripts/build-dts.js | 469 +++------ scripts/build-web.js | 73 +- scripts/build.js | 84 +- src/tsconfig.json | 1 - tests/compiler.js | 8 +- tests/import/index.ts | 2 +- tests/parser.js | 4 +- 17 files changed, 1545 insertions(+), 1019 deletions(-) create mode 100644 dist/.gitignore create mode 100644 dist/asc.d.ts create mode 100644 dist/assemblyscript.d.ts create mode 100644 dist/transform.cjs create mode 100644 dist/transform.d.ts create mode 100644 dist/transform.js diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ce465a1ff6..4ccc5889bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -126,3 +126,20 @@ jobs: cd lib/loader npm run asbuild npm run test + coverage: + name: "Coverage" + runs-on: ubuntu-latest + needs: check + steps: + - uses: actions/checkout@v3 + - uses: dcodeIO/setup-node-nvm@master + with: + node-version: current + - name: Install dependencies + run: npm ci --no-audit + - name: Build + run: npm run build + - name: Collect coverage + run: npx c8 -r none -- npm test + - name: Output coverage summary + run: npx c8 report -r text-summary diff --git a/.gitignore b/.gitignore index 3166d113d2..69530fae65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ node_modules/ *debug.log -dist/ build/ raw/ .history diff --git a/dist/.gitignore b/dist/.gitignore new file mode 100644 index 0000000000..b1de5a884c --- /dev/null +++ b/dist/.gitignore @@ -0,0 +1,6 @@ +*.generated.d.ts +*.map +asc.js +assemblyscript.js +importmap.json +web.js \ No newline at end of file diff --git a/dist/asc.d.ts b/dist/asc.d.ts new file mode 100644 index 0000000000..17fcb31434 --- /dev/null +++ b/dist/asc.d.ts @@ -0,0 +1,4 @@ +/// +export * from "types:assemblyscript/cli/index"; +import * as asc from "types:assemblyscript/cli/index"; +export default asc; diff --git a/dist/assemblyscript.d.ts b/dist/assemblyscript.d.ts new file mode 100644 index 0000000000..2b2e4a4403 --- /dev/null +++ b/dist/assemblyscript.d.ts @@ -0,0 +1,4 @@ +/// +export * from "types:assemblyscript/src/index"; +import * as assemblyscript from "types:assemblyscript/src/index"; +export default assemblyscript; diff --git a/dist/transform.cjs b/dist/transform.cjs new file mode 100644 index 0000000000..a245e852c8 --- /dev/null +++ b/dist/transform.cjs @@ -0,0 +1 @@ +module.exports = class Transform { /* stub */ }; diff --git a/dist/transform.d.ts b/dist/transform.d.ts new file mode 100644 index 0000000000..14efe05e8f --- /dev/null +++ b/dist/transform.d.ts @@ -0,0 +1 @@ +export { Transform } from "./asc"; diff --git a/dist/transform.js b/dist/transform.js new file mode 100644 index 0000000000..f6c0877686 --- /dev/null +++ b/dist/transform.js @@ -0,0 +1 @@ +export class Transform { /* stub */ }; diff --git a/package-lock.json b/package-lock.json index fed8b3ac2a..db21ae7902 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,9 +21,9 @@ "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", "diff": "^5.1.0", - "esbuild": "^0.16.17", + "esbuild": "^0.19.4", "eslint": "^8.33.0", - "glob": "^7.2.0", + "glob": "^10.3.0", "typescript": "~4.7.4" }, "engines": { @@ -35,10 +35,19 @@ "url": "https://opencollective.com/assemblyscript" } }, + "node_modules/@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, "node_modules/@esbuild/android-arm": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.16.17.tgz", - "integrity": "sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.5.tgz", + "integrity": "sha512-bhvbzWFF3CwMs5tbjf3ObfGqbl/17ict2/uwOSfr3wmxDE6VdS2GqY/FuzIPe0q0bdhj65zQsvqfArI9MY6+AA==", "cpu": [ "arm" ], @@ -52,9 +61,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.16.17.tgz", - "integrity": "sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.5.tgz", + "integrity": "sha512-5d1OkoJxnYQfmC+Zd8NBFjkhyCNYwM4n9ODrycTFY6Jk1IGiZ+tjVJDDSwDt77nK+tfpGP4T50iMtVi4dEGzhQ==", "cpu": [ "arm64" ], @@ -68,9 +77,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.16.17.tgz", - "integrity": "sha512-a3kTv3m0Ghh4z1DaFEuEDfz3OLONKuFvI4Xqczqx4BqLyuFaFkuaG4j2MtA6fuWEFeC5x9IvqnX7drmRq/fyAQ==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.5.tgz", + "integrity": "sha512-9t+28jHGL7uBdkBjL90QFxe7DVA+KGqWlHCF8ChTKyaKO//VLuoBricQCgwhOjA1/qOczsw843Fy4cbs4H3DVA==", "cpu": [ "x64" ], @@ -84,9 +93,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.16.17.tgz", - "integrity": "sha512-/2agbUEfmxWHi9ARTX6OQ/KgXnOWfsNlTeLcoV7HSuSTv63E4DqtAc+2XqGw1KHxKMHGZgbVCZge7HXWX9Vn+w==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.5.tgz", + "integrity": "sha512-mvXGcKqqIqyKoxq26qEDPHJuBYUA5KizJncKOAf9eJQez+L9O+KfvNFu6nl7SCZ/gFb2QPaRqqmG0doSWlgkqw==", "cpu": [ "arm64" ], @@ -100,9 +109,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.16.17.tgz", - "integrity": "sha512-2By45OBHulkd9Svy5IOCZt376Aa2oOkiE9QWUK9fe6Tb+WDr8hXL3dpqi+DeLiMed8tVXspzsTAvd0jUl96wmg==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.5.tgz", + "integrity": "sha512-Ly8cn6fGLNet19s0X4unjcniX24I0RqjPv+kurpXabZYSXGM4Pwpmf85WHJN3lAgB8GSth7s5A0r856S+4DyiA==", "cpu": [ "x64" ], @@ -116,9 +125,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.16.17.tgz", - "integrity": "sha512-mt+cxZe1tVx489VTb4mBAOo2aKSnJ33L9fr25JXpqQqzbUIw/yzIzi+NHwAXK2qYV1lEFp4OoVeThGjUbmWmdw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.5.tgz", + "integrity": "sha512-GGDNnPWTmWE+DMchq1W8Sd0mUkL+APvJg3b11klSGUDvRXh70JqLAO56tubmq1s2cgpVCSKYywEiKBfju8JztQ==", "cpu": [ "arm64" ], @@ -132,9 +141,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.16.17.tgz", - "integrity": "sha512-8ScTdNJl5idAKjH8zGAsN7RuWcyHG3BAvMNpKOBaqqR7EbUhhVHOqXRdL7oZvz8WNHL2pr5+eIT5c65kA6NHug==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.5.tgz", + "integrity": "sha512-1CCwDHnSSoA0HNwdfoNY0jLfJpd7ygaLAp5EHFos3VWJCRX9DMwWODf96s9TSse39Br7oOTLryRVmBoFwXbuuQ==", "cpu": [ "x64" ], @@ -148,9 +157,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.16.17.tgz", - "integrity": "sha512-iihzrWbD4gIT7j3caMzKb/RsFFHCwqqbrbH9SqUSRrdXkXaygSZCZg1FybsZz57Ju7N/SHEgPyaR0LZ8Zbe9gQ==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.5.tgz", + "integrity": "sha512-lrWXLY/vJBzCPC51QN0HM71uWgIEpGSjSZZADQhq7DKhPcI6NH1IdzjfHkDQws2oNpJKpR13kv7/pFHBbDQDwQ==", "cpu": [ "arm" ], @@ -164,9 +173,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.16.17.tgz", - "integrity": "sha512-7S8gJnSlqKGVJunnMCrXHU9Q8Q/tQIxk/xL8BqAP64wchPCTzuM6W3Ra8cIa1HIflAvDnNOt2jaL17vaW+1V0g==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.5.tgz", + "integrity": "sha512-o3vYippBmSrjjQUCEEiTZ2l+4yC0pVJD/Dl57WfPwwlvFkrxoSO7rmBZFii6kQB3Wrn/6GwJUPLU5t52eq2meA==", "cpu": [ "arm64" ], @@ -180,9 +189,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.16.17.tgz", - "integrity": "sha512-kiX69+wcPAdgl3Lonh1VI7MBr16nktEvOfViszBSxygRQqSpzv7BffMKRPMFwzeJGPxcio0pdD3kYQGpqQ2SSg==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.5.tgz", + "integrity": "sha512-MkjHXS03AXAkNp1KKkhSKPOCYztRtK+KXDNkBa6P78F8Bw0ynknCSClO/ztGszILZtyO/lVKpa7MolbBZ6oJtQ==", "cpu": [ "ia32" ], @@ -196,9 +205,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.16.17.tgz", - "integrity": "sha512-dTzNnQwembNDhd654cA4QhbS9uDdXC3TKqMJjgOWsC0yNCbpzfWoXdZvp0mY7HU6nzk5E0zpRGGx3qoQg8T2DQ==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.5.tgz", + "integrity": "sha512-42GwZMm5oYOD/JHqHska3Jg0r+XFb/fdZRX+WjADm3nLWLcIsN27YKtqxzQmGNJgu0AyXg4HtcSK9HuOk3v1Dw==", "cpu": [ "loong64" ], @@ -212,9 +221,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.16.17.tgz", - "integrity": "sha512-ezbDkp2nDl0PfIUn0CsQ30kxfcLTlcx4Foz2kYv8qdC6ia2oX5Q3E/8m6lq84Dj/6b0FrkgD582fJMIfHhJfSw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.5.tgz", + "integrity": "sha512-kcjndCSMitUuPJobWCnwQ9lLjiLZUR3QLQmlgaBfMX23UEa7ZOrtufnRds+6WZtIS9HdTXqND4yH8NLoVVIkcg==", "cpu": [ "mips64el" ], @@ -228,9 +237,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.16.17.tgz", - "integrity": "sha512-dzS678gYD1lJsW73zrFhDApLVdM3cUF2MvAa1D8K8KtcSKdLBPP4zZSLy6LFZ0jYqQdQ29bjAHJDgz0rVbLB3g==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.5.tgz", + "integrity": "sha512-yJAxJfHVm0ZbsiljbtFFP1BQKLc8kUF6+17tjQ78QjqjAQDnhULWiTA6u0FCDmYT1oOKS9PzZ2z0aBI+Mcyj7Q==", "cpu": [ "ppc64" ], @@ -244,9 +253,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.16.17.tgz", - "integrity": "sha512-ylNlVsxuFjZK8DQtNUwiMskh6nT0vI7kYl/4fZgV1llP5d6+HIeL/vmmm3jpuoo8+NuXjQVZxmKuhDApK0/cKw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.5.tgz", + "integrity": "sha512-5u8cIR/t3gaD6ad3wNt1MNRstAZO+aNyBxu2We8X31bA8XUNyamTVQwLDA1SLoPCUehNCymhBhK3Qim1433Zag==", "cpu": [ "riscv64" ], @@ -260,9 +269,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.16.17.tgz", - "integrity": "sha512-gzy7nUTO4UA4oZ2wAMXPNBGTzZFP7mss3aKR2hH+/4UUkCOyqmjXiKpzGrY2TlEUhbbejzXVKKGazYcQTZWA/w==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.5.tgz", + "integrity": "sha512-Z6JrMyEw/EmZBD/OFEFpb+gao9xJ59ATsoTNlj39jVBbXqoZm4Xntu6wVmGPB/OATi1uk/DB+yeDPv2E8PqZGw==", "cpu": [ "s390x" ], @@ -276,9 +285,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.16.17.tgz", - "integrity": "sha512-mdPjPxfnmoqhgpiEArqi4egmBAMYvaObgn4poorpUaqmvzzbvqbowRllQ+ZgzGVMGKaPkqUmPDOOFQRUFDmeUw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.5.tgz", + "integrity": "sha512-psagl+2RlK1z8zWZOmVdImisMtrUxvwereIdyJTmtmHahJTKb64pAcqoPlx6CewPdvGvUKe2Jw+0Z/0qhSbG1A==", "cpu": [ "x64" ], @@ -292,9 +301,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.16.17.tgz", - "integrity": "sha512-/PzmzD/zyAeTUsduZa32bn0ORug+Jd1EGGAUJvqfeixoEISYpGnAezN6lnJoskauoai0Jrs+XSyvDhppCPoKOA==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.5.tgz", + "integrity": "sha512-kL2l+xScnAy/E/3119OggX8SrWyBEcqAh8aOY1gr4gPvw76la2GlD4Ymf832UCVbmuWeTf2adkZDK+h0Z/fB4g==", "cpu": [ "x64" ], @@ -308,9 +317,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.16.17.tgz", - "integrity": "sha512-2yaWJhvxGEz2RiftSk0UObqJa/b+rIAjnODJgv2GbGGpRwAfpgzyrg1WLK8rqA24mfZa9GvpjLcBBg8JHkoodg==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.5.tgz", + "integrity": "sha512-sPOfhtzFufQfTBgRnE1DIJjzsXukKSvZxloZbkJDG383q0awVAq600pc1nfqBcl0ice/WN9p4qLc39WhBShRTA==", "cpu": [ "x64" ], @@ -324,9 +333,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.16.17.tgz", - "integrity": "sha512-xtVUiev38tN0R3g8VhRfN7Zl42YCJvyBhRKw1RJjwE1d2emWTVToPLNEQj/5Qxc6lVFATDiy6LjVHYhIPrLxzw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.5.tgz", + "integrity": "sha512-dGZkBXaafuKLpDSjKcB0ax0FL36YXCvJNnztjKV+6CO82tTYVDSH2lifitJ29jxRMoUhgkg9a+VA/B03WK5lcg==", "cpu": [ "x64" ], @@ -340,9 +349,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.16.17.tgz", - "integrity": "sha512-ga8+JqBDHY4b6fQAmOgtJJue36scANy4l/rL97W+0wYmijhxKetzZdKOJI7olaBaMhWt8Pac2McJdZLxXWUEQw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.5.tgz", + "integrity": "sha512-dWVjD9y03ilhdRQ6Xig1NWNgfLtf2o/STKTS+eZuF90fI2BhbwD6WlaiCGKptlqXlURVB5AUOxUj09LuwKGDTg==", "cpu": [ "arm64" ], @@ -356,9 +365,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.16.17.tgz", - "integrity": "sha512-WnsKaf46uSSF/sZhwnqE4L/F89AYNMiD4YtEcYekBt9Q7nj0DiId2XH2Ng2PHM54qi5oPrQ8luuzGszqi/veig==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.5.tgz", + "integrity": "sha512-4liggWIA4oDgUxqpZwrDhmEfAH4d0iljanDOK7AnVU89T6CzHon/ony8C5LeOdfgx60x5cnQJFZwEydVlYx4iw==", "cpu": [ "ia32" ], @@ -372,9 +381,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.16.17.tgz", - "integrity": "sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.5.tgz", + "integrity": "sha512-czTrygUsB/jlM8qEW5MD8bgYU2Xg14lo6kBDXW6HdxKjh8M5PzETGiSHaz9MtbXBYDloHNUAUW2tMiKW4KM9Mw==", "cpu": [ "x64" ], @@ -387,15 +396,39 @@ "node": ">=12" } }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", + "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", + "dev": true, + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, "node_modules/@eslint/eslintrc": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz", - "integrity": "sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", + "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", "dev": true, "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", - "espree": "^9.4.0", + "espree": "^9.6.0", "globals": "^13.19.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", @@ -410,13 +443,22 @@ "url": "https://opencollective.com/eslint" } }, + "node_modules/@eslint/js": { + "version": "8.52.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.52.0.tgz", + "integrity": "sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, "node_modules/@humanwhocodes/config-array": { - "version": "0.11.8", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", - "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", + "version": "0.11.13", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz", + "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==", "dev": true, "dependencies": { - "@humanwhocodes/object-schema": "^1.2.1", + "@humanwhocodes/object-schema": "^2.0.1", "debug": "^4.1.1", "minimatch": "^3.0.5" }, @@ -438,11 +480,55 @@ } }, "node_modules/@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz", + "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==", "dev": true }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@isaacs/cliui/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -478,38 +564,51 @@ "node": ">= 8" } }, + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "optional": true, + "engines": { + "node": ">=14" + } + }, "node_modules/@types/json-schema": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", + "version": "7.0.14", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.14.tgz", + "integrity": "sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==", "dev": true }, "node_modules/@types/node": { - "version": "18.13.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.13.0.tgz", - "integrity": "sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==", - "dev": true + "version": "18.18.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.8.tgz", + "integrity": "sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==", + "dev": true, + "dependencies": { + "undici-types": "~5.26.4" + } }, "node_modules/@types/semver": { - "version": "7.3.13", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz", - "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==", "dev": true }, "node_modules/@typescript-eslint/eslint-plugin": { - "version": "5.51.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.51.0.tgz", - "integrity": "sha512-wcAwhEWm1RgNd7dxD/o+nnLW8oH+6RK1OGnmbmkj/GGoDPV1WWMVP0FXYQBivKHdwM1pwii3bt//RC62EriIUQ==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz", + "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "5.51.0", - "@typescript-eslint/type-utils": "5.51.0", - "@typescript-eslint/utils": "5.51.0", + "@eslint-community/regexpp": "^4.4.0", + "@typescript-eslint/scope-manager": "5.62.0", + "@typescript-eslint/type-utils": "5.62.0", + "@typescript-eslint/utils": "5.62.0", "debug": "^4.3.4", - "grapheme-splitter": "^1.0.4", + "graphemer": "^1.4.0", "ignore": "^5.2.0", "natural-compare-lite": "^1.4.0", - "regexpp": "^3.2.0", "semver": "^7.3.7", "tsutils": "^3.21.0" }, @@ -531,14 +630,14 @@ } }, "node_modules/@typescript-eslint/parser": { - "version": "5.51.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.51.0.tgz", - "integrity": "sha512-fEV0R9gGmfpDeRzJXn+fGQKcl0inIeYobmmUWijZh9zA7bxJ8clPhV9up2ZQzATxAiFAECqPQyMDB4o4B81AaA==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", + "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", "dev": true, "dependencies": { - "@typescript-eslint/scope-manager": "5.51.0", - "@typescript-eslint/types": "5.51.0", - "@typescript-eslint/typescript-estree": "5.51.0", + "@typescript-eslint/scope-manager": "5.62.0", + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/typescript-estree": "5.62.0", "debug": "^4.3.4" }, "engines": { @@ -558,13 +657,13 @@ } }, "node_modules/@typescript-eslint/scope-manager": { - "version": "5.51.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.51.0.tgz", - "integrity": "sha512-gNpxRdlx5qw3yaHA0SFuTjW4rxeYhpHxt491PEcKF8Z6zpq0kMhe0Tolxt0qjlojS+/wArSDlj/LtE69xUJphQ==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", + "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.51.0", - "@typescript-eslint/visitor-keys": "5.51.0" + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/visitor-keys": "5.62.0" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -575,13 +674,13 @@ } }, "node_modules/@typescript-eslint/type-utils": { - "version": "5.51.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.51.0.tgz", - "integrity": "sha512-QHC5KKyfV8sNSyHqfNa0UbTbJ6caB8uhcx2hYcWVvJAZYJRBo5HyyZfzMdRx8nvS+GyMg56fugMzzWnojREuQQ==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz", + "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==", "dev": true, "dependencies": { - "@typescript-eslint/typescript-estree": "5.51.0", - "@typescript-eslint/utils": "5.51.0", + "@typescript-eslint/typescript-estree": "5.62.0", + "@typescript-eslint/utils": "5.62.0", "debug": "^4.3.4", "tsutils": "^3.21.0" }, @@ -602,9 +701,9 @@ } }, "node_modules/@typescript-eslint/types": { - "version": "5.51.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.51.0.tgz", - "integrity": "sha512-SqOn0ANn/v6hFn0kjvLwiDi4AzR++CBZz0NV5AnusT2/3y32jdc0G4woXPWHCumWtUXZKPAS27/9vziSsC9jnw==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", + "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -615,13 +714,13 @@ } }, "node_modules/@typescript-eslint/typescript-estree": { - "version": "5.51.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.51.0.tgz", - "integrity": "sha512-TSkNupHvNRkoH9FMA3w7TazVFcBPveAAmb7Sz+kArY6sLT86PA5Vx80cKlYmd8m3Ha2SwofM1KwraF24lM9FvA==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", + "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.51.0", - "@typescript-eslint/visitor-keys": "5.51.0", + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/visitor-keys": "5.62.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -642,18 +741,18 @@ } }, "node_modules/@typescript-eslint/utils": { - "version": "5.51.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.51.0.tgz", - "integrity": "sha512-76qs+5KWcaatmwtwsDJvBk4H76RJQBFe+Gext0EfJdC3Vd2kpY2Pf//OHHzHp84Ciw0/rYoGTDnIAr3uWhhJYw==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", + "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==", "dev": true, "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", "@types/json-schema": "^7.0.9", "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.51.0", - "@typescript-eslint/types": "5.51.0", - "@typescript-eslint/typescript-estree": "5.51.0", + "@typescript-eslint/scope-manager": "5.62.0", + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/typescript-estree": "5.62.0", "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0", "semver": "^7.3.7" }, "engines": { @@ -668,12 +767,12 @@ } }, "node_modules/@typescript-eslint/visitor-keys": { - "version": "5.51.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.51.0.tgz", - "integrity": "sha512-Oh2+eTdjHjOFjKA27sxESlA87YPSOJafGCR0md5oeMdh1ZcCfAGCIOL216uTBAkAIptvLIfKQhl7lHxMJet4GQ==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", + "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", "dev": true, "dependencies": { - "@typescript-eslint/types": "5.51.0", + "@typescript-eslint/types": "5.62.0", "eslint-visitor-keys": "^3.3.0" }, "engines": { @@ -684,10 +783,16 @@ "url": "https://opencollective.com/typescript-eslint" } }, + "node_modules/@ungap/structured-clone": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "dev": true + }, "node_modules/acorn": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", - "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", + "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", "dev": true, "bin": { "acorn": "bin/acorn" @@ -843,7 +948,7 @@ "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, "node_modules/cross-spawn": { @@ -916,10 +1021,22 @@ "node": ">=6.0.0" } }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true + }, + "node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, "node_modules/esbuild": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.16.17.tgz", - "integrity": "sha512-G8LEkV0XzDMNwXKgM0Jwu3nY3lSTwSGY6XbxM9cr9+s0T/qSV1q1JVPBGzm3dcjhCic9+emZDmMffkwgPeOeLg==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.5.tgz", + "integrity": "sha512-bUxalY7b1g8vNhQKdB24QDmHeY4V4tw/s6Ak5z+jJX9laP5MoQseTOMemAr0gxssjNcH0MCViG8ONI2kksvfFQ==", "dev": true, "hasInstallScript": true, "bin": { @@ -929,28 +1046,28 @@ "node": ">=12" }, "optionalDependencies": { - "@esbuild/android-arm": "0.16.17", - "@esbuild/android-arm64": "0.16.17", - "@esbuild/android-x64": "0.16.17", - "@esbuild/darwin-arm64": "0.16.17", - "@esbuild/darwin-x64": "0.16.17", - "@esbuild/freebsd-arm64": "0.16.17", - "@esbuild/freebsd-x64": "0.16.17", - "@esbuild/linux-arm": "0.16.17", - "@esbuild/linux-arm64": "0.16.17", - "@esbuild/linux-ia32": "0.16.17", - "@esbuild/linux-loong64": "0.16.17", - "@esbuild/linux-mips64el": "0.16.17", - "@esbuild/linux-ppc64": "0.16.17", - "@esbuild/linux-riscv64": "0.16.17", - "@esbuild/linux-s390x": "0.16.17", - "@esbuild/linux-x64": "0.16.17", - "@esbuild/netbsd-x64": "0.16.17", - "@esbuild/openbsd-x64": "0.16.17", - "@esbuild/sunos-x64": "0.16.17", - "@esbuild/win32-arm64": "0.16.17", - "@esbuild/win32-ia32": "0.16.17", - "@esbuild/win32-x64": "0.16.17" + "@esbuild/android-arm": "0.19.5", + "@esbuild/android-arm64": "0.19.5", + "@esbuild/android-x64": "0.19.5", + "@esbuild/darwin-arm64": "0.19.5", + "@esbuild/darwin-x64": "0.19.5", + "@esbuild/freebsd-arm64": "0.19.5", + "@esbuild/freebsd-x64": "0.19.5", + "@esbuild/linux-arm": "0.19.5", + "@esbuild/linux-arm64": "0.19.5", + "@esbuild/linux-ia32": "0.19.5", + "@esbuild/linux-loong64": "0.19.5", + "@esbuild/linux-mips64el": "0.19.5", + "@esbuild/linux-ppc64": "0.19.5", + "@esbuild/linux-riscv64": "0.19.5", + "@esbuild/linux-s390x": "0.19.5", + "@esbuild/linux-x64": "0.19.5", + "@esbuild/netbsd-x64": "0.19.5", + "@esbuild/openbsd-x64": "0.19.5", + "@esbuild/sunos-x64": "0.19.5", + "@esbuild/win32-arm64": "0.19.5", + "@esbuild/win32-ia32": "0.19.5", + "@esbuild/win32-x64": "0.19.5" } }, "node_modules/escape-string-regexp": { @@ -966,49 +1083,48 @@ } }, "node_modules/eslint": { - "version": "8.33.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.33.0.tgz", - "integrity": "sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==", + "version": "8.52.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.52.0.tgz", + "integrity": "sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==", "dev": true, "dependencies": { - "@eslint/eslintrc": "^1.4.1", - "@humanwhocodes/config-array": "^0.11.8", + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.2", + "@eslint/js": "8.52.0", + "@humanwhocodes/config-array": "^0.11.13", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", - "ajv": "^6.10.0", + "@ungap/structured-clone": "^1.2.0", + "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", "debug": "^4.3.2", "doctrine": "^3.0.0", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.1.1", - "eslint-utils": "^3.0.0", - "eslint-visitor-keys": "^3.3.0", - "espree": "^9.4.0", - "esquery": "^1.4.0", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", + "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "find-up": "^5.0.0", "glob-parent": "^6.0.2", "globals": "^13.19.0", - "grapheme-splitter": "^1.0.4", + "graphemer": "^1.4.0", "ignore": "^5.2.0", - "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "is-path-inside": "^3.0.3", - "js-sdsl": "^4.1.4", "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "regexpp": "^3.2.0", + "optionator": "^0.9.3", "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", "text-table": "^0.2.0" }, "bin": { @@ -1034,46 +1150,22 @@ "node": ">=8.0.0" } }, - "node_modules/eslint-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", - "dev": true, - "dependencies": { - "eslint-visitor-keys": "^2.0.0" - }, - "engines": { - "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - }, - "peerDependencies": { - "eslint": ">=5" - } - }, - "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "dev": true, - "engines": { - "node": ">=10" - } - }, "node_modules/eslint-visitor-keys": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", - "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, "node_modules/eslint/node_modules/eslint-scope": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", - "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", "dev": true, "dependencies": { "esrecurse": "^4.3.0", @@ -1081,6 +1173,9 @@ }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, "node_modules/eslint/node_modules/estraverse": { @@ -1093,14 +1188,14 @@ } }, "node_modules/espree": { - "version": "9.4.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.1.tgz", - "integrity": "sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", "dev": true, "dependencies": { - "acorn": "^8.8.0", + "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.3.0" + "eslint-visitor-keys": "^3.4.1" }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" @@ -1110,9 +1205,9 @@ } }, "node_modules/esquery": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", - "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", "dev": true, "dependencies": { "estraverse": "^5.1.0" @@ -1176,9 +1271,9 @@ "dev": true }, "node_modules/fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", + "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", "dev": true, "dependencies": { "@nodelib/fs.stat": "^2.0.2", @@ -1212,13 +1307,13 @@ "node_modules/fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, "node_modules/fastq": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", - "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", "dev": true, "dependencies": { "reusify": "^1.0.4" @@ -1265,45 +1360,64 @@ } }, "node_modules/flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.1.tgz", + "integrity": "sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==", "dev": true, "dependencies": { - "flatted": "^3.1.0", + "flatted": "^3.2.9", + "keyv": "^4.5.3", "rimraf": "^3.0.2" }, "engines": { - "node": "^10.12.0 || >=12.0.0" + "node": ">=12.0.0" } }, "node_modules/flatted": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", - "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", + "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", "dev": true }, + "node_modules/foreground-child": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", + "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, "node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "version": "10.3.10", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", + "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", "dev": true, "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "foreground-child": "^3.1.0", + "jackspeak": "^2.3.5", + "minimatch": "^9.0.1", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", + "path-scurry": "^1.10.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" }, "engines": { - "node": "*" + "node": ">=16 || 14 >=14.17" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -1321,10 +1435,34 @@ "node": ">=10.13.0" } }, + "node_modules/glob/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/glob/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/globals": { - "version": "13.20.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", - "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "version": "13.23.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz", + "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==", "dev": true, "dependencies": { "type-fest": "^0.20.2" @@ -1356,10 +1494,10 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/grapheme-splitter": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", - "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", + "node_modules/graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "dev": true }, "node_modules/has-flag": { @@ -1372,9 +1510,9 @@ } }, "node_modules/ignore": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", - "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", "dev": true, "engines": { "node": ">= 4" @@ -1399,7 +1537,7 @@ "node_modules/imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "dev": true, "engines": { "node": ">=0.8.19" @@ -1408,7 +1546,7 @@ "node_modules/inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "dev": true, "dependencies": { "once": "^1.3.0", @@ -1424,12 +1562,21 @@ "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, "engines": { "node": ">=0.10.0" } }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, "node_modules/is-glob": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", @@ -1463,17 +1610,25 @@ "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true }, - "node_modules/js-sdsl": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.3.0.tgz", - "integrity": "sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==", + "node_modules/jackspeak": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", + "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", "dev": true, + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "engines": { + "node": ">=14" + }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/js-sdsl" + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" } }, "node_modules/js-yaml": { @@ -1488,6 +1643,12 @@ "js-yaml": "bin/js-yaml.js" } }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, "node_modules/json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", @@ -1497,9 +1658,18 @@ "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true }, + "node_modules/keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "dependencies": { + "json-buffer": "3.0.1" + } + }, "node_modules/levn": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", @@ -1535,20 +1705,17 @@ "dev": true }, "node_modules/long": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/long/-/long-5.2.1.tgz", - "integrity": "sha512-GKSNGeNAtw8IryjjkhZxuKB3JzlcLTwjtiQCHKvqQet81I93kXslhDQruGI/QsddO83mcDToBVy7GqGS/zYf/A==" + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz", + "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==" }, "node_modules/lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz", + "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==", "dev": true, - "dependencies": { - "yallist": "^4.0.0" - }, "engines": { - "node": ">=10" + "node": "14 || >=16.14" } }, "node_modules/merge2": { @@ -1561,13 +1728,13 @@ } }, "node_modules/micromatch": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", - "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", "dev": true, "dependencies": { - "braces": "^3.0.1", - "picomatch": "^2.2.3" + "braces": "^3.0.2", + "picomatch": "^2.3.1" }, "engines": { "node": ">=8.6" @@ -1585,6 +1752,15 @@ "node": "*" } }, + "node_modules/minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, "node_modules/ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -1594,7 +1770,7 @@ "node_modules/natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true }, "node_modules/natural-compare-lite": { @@ -1606,24 +1782,24 @@ "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dev": true, "dependencies": { "wrappy": "1" } }, "node_modules/optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", "dev": true, "dependencies": { + "@aashutoshrathi/word-wrap": "^1.2.3", "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" + "type-check": "^0.4.0" }, "engines": { "node": ">= 0.8.0" @@ -1683,7 +1859,7 @@ "node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true, "engines": { "node": ">=0.10.0" @@ -1698,6 +1874,22 @@ "node": ">=8" } }, + "node_modules/path-scurry": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", + "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", + "dev": true, + "dependencies": { + "lru-cache": "^9.1.1 || ^10.0.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", @@ -1729,9 +1921,9 @@ } }, "node_modules/punycode": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true, "engines": { "node": ">=6" @@ -1757,18 +1949,6 @@ } ] }, - "node_modules/regexpp": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", - "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/mysticatea" - } - }, "node_modules/resolve-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", @@ -1803,6 +1983,26 @@ "url": "https://github.com/sponsors/isaacs" } }, + "node_modules/rimraf/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", @@ -1841,6 +2041,18 @@ "node": ">=10" } }, + "node_modules/semver/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, "node_modules/shebang-command": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", @@ -1862,6 +2074,18 @@ "node": ">=8" } }, + "node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, "node_modules/slash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", @@ -1871,6 +2095,71 @@ "node": ">=8" } }, + "node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/string-width/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/string-width/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, "node_modules/strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", @@ -1883,6 +2172,19 @@ "node": ">=8" } }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, "node_modules/strip-json-comments": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", @@ -1910,7 +2212,7 @@ "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", "dev": true }, "node_modules/to-regex-range": { @@ -1983,6 +2285,12 @@ "node": ">=4.2.0" } }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -2007,19 +2315,104 @@ "node": ">= 8" } }, - "node_modules/word-wrap": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", - "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", + "node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "dev": true, + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, "engines": { - "node": ">=0.10.0" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/wrap-ansi-cjs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" } }, "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "dev": true }, "node_modules/yallist": { @@ -2042,169 +2435,190 @@ } }, "dependencies": { + "@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "dev": true + }, "@esbuild/android-arm": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.16.17.tgz", - "integrity": "sha512-N9x1CMXVhtWEAMS7pNNONyA14f71VPQN9Cnavj1XQh6T7bskqiLLrSca4O0Vr8Wdcga943eThxnVp3JLnBMYtw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.5.tgz", + "integrity": "sha512-bhvbzWFF3CwMs5tbjf3ObfGqbl/17ict2/uwOSfr3wmxDE6VdS2GqY/FuzIPe0q0bdhj65zQsvqfArI9MY6+AA==", "dev": true, "optional": true }, "@esbuild/android-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.16.17.tgz", - "integrity": "sha512-MIGl6p5sc3RDTLLkYL1MyL8BMRN4tLMRCn+yRJJmEDvYZ2M7tmAf80hx1kbNEUX2KJ50RRtxZ4JHLvCfuB6kBg==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.5.tgz", + "integrity": "sha512-5d1OkoJxnYQfmC+Zd8NBFjkhyCNYwM4n9ODrycTFY6Jk1IGiZ+tjVJDDSwDt77nK+tfpGP4T50iMtVi4dEGzhQ==", "dev": true, "optional": true }, "@esbuild/android-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.16.17.tgz", - "integrity": "sha512-a3kTv3m0Ghh4z1DaFEuEDfz3OLONKuFvI4Xqczqx4BqLyuFaFkuaG4j2MtA6fuWEFeC5x9IvqnX7drmRq/fyAQ==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.5.tgz", + "integrity": "sha512-9t+28jHGL7uBdkBjL90QFxe7DVA+KGqWlHCF8ChTKyaKO//VLuoBricQCgwhOjA1/qOczsw843Fy4cbs4H3DVA==", "dev": true, "optional": true }, "@esbuild/darwin-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.16.17.tgz", - "integrity": "sha512-/2agbUEfmxWHi9ARTX6OQ/KgXnOWfsNlTeLcoV7HSuSTv63E4DqtAc+2XqGw1KHxKMHGZgbVCZge7HXWX9Vn+w==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.5.tgz", + "integrity": "sha512-mvXGcKqqIqyKoxq26qEDPHJuBYUA5KizJncKOAf9eJQez+L9O+KfvNFu6nl7SCZ/gFb2QPaRqqmG0doSWlgkqw==", "dev": true, "optional": true }, "@esbuild/darwin-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.16.17.tgz", - "integrity": "sha512-2By45OBHulkd9Svy5IOCZt376Aa2oOkiE9QWUK9fe6Tb+WDr8hXL3dpqi+DeLiMed8tVXspzsTAvd0jUl96wmg==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.5.tgz", + "integrity": "sha512-Ly8cn6fGLNet19s0X4unjcniX24I0RqjPv+kurpXabZYSXGM4Pwpmf85WHJN3lAgB8GSth7s5A0r856S+4DyiA==", "dev": true, "optional": true }, "@esbuild/freebsd-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.16.17.tgz", - "integrity": "sha512-mt+cxZe1tVx489VTb4mBAOo2aKSnJ33L9fr25JXpqQqzbUIw/yzIzi+NHwAXK2qYV1lEFp4OoVeThGjUbmWmdw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.5.tgz", + "integrity": "sha512-GGDNnPWTmWE+DMchq1W8Sd0mUkL+APvJg3b11klSGUDvRXh70JqLAO56tubmq1s2cgpVCSKYywEiKBfju8JztQ==", "dev": true, "optional": true }, "@esbuild/freebsd-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.16.17.tgz", - "integrity": "sha512-8ScTdNJl5idAKjH8zGAsN7RuWcyHG3BAvMNpKOBaqqR7EbUhhVHOqXRdL7oZvz8WNHL2pr5+eIT5c65kA6NHug==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.5.tgz", + "integrity": "sha512-1CCwDHnSSoA0HNwdfoNY0jLfJpd7ygaLAp5EHFos3VWJCRX9DMwWODf96s9TSse39Br7oOTLryRVmBoFwXbuuQ==", "dev": true, "optional": true }, "@esbuild/linux-arm": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.16.17.tgz", - "integrity": "sha512-iihzrWbD4gIT7j3caMzKb/RsFFHCwqqbrbH9SqUSRrdXkXaygSZCZg1FybsZz57Ju7N/SHEgPyaR0LZ8Zbe9gQ==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.5.tgz", + "integrity": "sha512-lrWXLY/vJBzCPC51QN0HM71uWgIEpGSjSZZADQhq7DKhPcI6NH1IdzjfHkDQws2oNpJKpR13kv7/pFHBbDQDwQ==", "dev": true, "optional": true }, "@esbuild/linux-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.16.17.tgz", - "integrity": "sha512-7S8gJnSlqKGVJunnMCrXHU9Q8Q/tQIxk/xL8BqAP64wchPCTzuM6W3Ra8cIa1HIflAvDnNOt2jaL17vaW+1V0g==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.5.tgz", + "integrity": "sha512-o3vYippBmSrjjQUCEEiTZ2l+4yC0pVJD/Dl57WfPwwlvFkrxoSO7rmBZFii6kQB3Wrn/6GwJUPLU5t52eq2meA==", "dev": true, "optional": true }, "@esbuild/linux-ia32": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.16.17.tgz", - "integrity": "sha512-kiX69+wcPAdgl3Lonh1VI7MBr16nktEvOfViszBSxygRQqSpzv7BffMKRPMFwzeJGPxcio0pdD3kYQGpqQ2SSg==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.5.tgz", + "integrity": "sha512-MkjHXS03AXAkNp1KKkhSKPOCYztRtK+KXDNkBa6P78F8Bw0ynknCSClO/ztGszILZtyO/lVKpa7MolbBZ6oJtQ==", "dev": true, "optional": true }, "@esbuild/linux-loong64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.16.17.tgz", - "integrity": "sha512-dTzNnQwembNDhd654cA4QhbS9uDdXC3TKqMJjgOWsC0yNCbpzfWoXdZvp0mY7HU6nzk5E0zpRGGx3qoQg8T2DQ==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.5.tgz", + "integrity": "sha512-42GwZMm5oYOD/JHqHska3Jg0r+XFb/fdZRX+WjADm3nLWLcIsN27YKtqxzQmGNJgu0AyXg4HtcSK9HuOk3v1Dw==", "dev": true, "optional": true }, "@esbuild/linux-mips64el": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.16.17.tgz", - "integrity": "sha512-ezbDkp2nDl0PfIUn0CsQ30kxfcLTlcx4Foz2kYv8qdC6ia2oX5Q3E/8m6lq84Dj/6b0FrkgD582fJMIfHhJfSw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.5.tgz", + "integrity": "sha512-kcjndCSMitUuPJobWCnwQ9lLjiLZUR3QLQmlgaBfMX23UEa7ZOrtufnRds+6WZtIS9HdTXqND4yH8NLoVVIkcg==", "dev": true, "optional": true }, "@esbuild/linux-ppc64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.16.17.tgz", - "integrity": "sha512-dzS678gYD1lJsW73zrFhDApLVdM3cUF2MvAa1D8K8KtcSKdLBPP4zZSLy6LFZ0jYqQdQ29bjAHJDgz0rVbLB3g==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.5.tgz", + "integrity": "sha512-yJAxJfHVm0ZbsiljbtFFP1BQKLc8kUF6+17tjQ78QjqjAQDnhULWiTA6u0FCDmYT1oOKS9PzZ2z0aBI+Mcyj7Q==", "dev": true, "optional": true }, "@esbuild/linux-riscv64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.16.17.tgz", - "integrity": "sha512-ylNlVsxuFjZK8DQtNUwiMskh6nT0vI7kYl/4fZgV1llP5d6+HIeL/vmmm3jpuoo8+NuXjQVZxmKuhDApK0/cKw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.5.tgz", + "integrity": "sha512-5u8cIR/t3gaD6ad3wNt1MNRstAZO+aNyBxu2We8X31bA8XUNyamTVQwLDA1SLoPCUehNCymhBhK3Qim1433Zag==", "dev": true, "optional": true }, "@esbuild/linux-s390x": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.16.17.tgz", - "integrity": "sha512-gzy7nUTO4UA4oZ2wAMXPNBGTzZFP7mss3aKR2hH+/4UUkCOyqmjXiKpzGrY2TlEUhbbejzXVKKGazYcQTZWA/w==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.5.tgz", + "integrity": "sha512-Z6JrMyEw/EmZBD/OFEFpb+gao9xJ59ATsoTNlj39jVBbXqoZm4Xntu6wVmGPB/OATi1uk/DB+yeDPv2E8PqZGw==", "dev": true, "optional": true }, "@esbuild/linux-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.16.17.tgz", - "integrity": "sha512-mdPjPxfnmoqhgpiEArqi4egmBAMYvaObgn4poorpUaqmvzzbvqbowRllQ+ZgzGVMGKaPkqUmPDOOFQRUFDmeUw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.5.tgz", + "integrity": "sha512-psagl+2RlK1z8zWZOmVdImisMtrUxvwereIdyJTmtmHahJTKb64pAcqoPlx6CewPdvGvUKe2Jw+0Z/0qhSbG1A==", "dev": true, "optional": true }, "@esbuild/netbsd-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.16.17.tgz", - "integrity": "sha512-/PzmzD/zyAeTUsduZa32bn0ORug+Jd1EGGAUJvqfeixoEISYpGnAezN6lnJoskauoai0Jrs+XSyvDhppCPoKOA==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.5.tgz", + "integrity": "sha512-kL2l+xScnAy/E/3119OggX8SrWyBEcqAh8aOY1gr4gPvw76la2GlD4Ymf832UCVbmuWeTf2adkZDK+h0Z/fB4g==", "dev": true, "optional": true }, "@esbuild/openbsd-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.16.17.tgz", - "integrity": "sha512-2yaWJhvxGEz2RiftSk0UObqJa/b+rIAjnODJgv2GbGGpRwAfpgzyrg1WLK8rqA24mfZa9GvpjLcBBg8JHkoodg==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.5.tgz", + "integrity": "sha512-sPOfhtzFufQfTBgRnE1DIJjzsXukKSvZxloZbkJDG383q0awVAq600pc1nfqBcl0ice/WN9p4qLc39WhBShRTA==", "dev": true, "optional": true }, "@esbuild/sunos-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.16.17.tgz", - "integrity": "sha512-xtVUiev38tN0R3g8VhRfN7Zl42YCJvyBhRKw1RJjwE1d2emWTVToPLNEQj/5Qxc6lVFATDiy6LjVHYhIPrLxzw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.5.tgz", + "integrity": "sha512-dGZkBXaafuKLpDSjKcB0ax0FL36YXCvJNnztjKV+6CO82tTYVDSH2lifitJ29jxRMoUhgkg9a+VA/B03WK5lcg==", "dev": true, "optional": true }, "@esbuild/win32-arm64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.16.17.tgz", - "integrity": "sha512-ga8+JqBDHY4b6fQAmOgtJJue36scANy4l/rL97W+0wYmijhxKetzZdKOJI7olaBaMhWt8Pac2McJdZLxXWUEQw==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.5.tgz", + "integrity": "sha512-dWVjD9y03ilhdRQ6Xig1NWNgfLtf2o/STKTS+eZuF90fI2BhbwD6WlaiCGKptlqXlURVB5AUOxUj09LuwKGDTg==", "dev": true, "optional": true }, "@esbuild/win32-ia32": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.16.17.tgz", - "integrity": "sha512-WnsKaf46uSSF/sZhwnqE4L/F89AYNMiD4YtEcYekBt9Q7nj0DiId2XH2Ng2PHM54qi5oPrQ8luuzGszqi/veig==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.5.tgz", + "integrity": "sha512-4liggWIA4oDgUxqpZwrDhmEfAH4d0iljanDOK7AnVU89T6CzHon/ony8C5LeOdfgx60x5cnQJFZwEydVlYx4iw==", "dev": true, "optional": true }, "@esbuild/win32-x64": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.16.17.tgz", - "integrity": "sha512-y+EHuSchhL7FjHgvQL/0fnnFmO4T1bhvWANX6gcnqTjtnKWbTvUMCpGnv2+t+31d7RzyEAYAd4u2fnIhHL6N/Q==", + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.5.tgz", + "integrity": "sha512-czTrygUsB/jlM8qEW5MD8bgYU2Xg14lo6kBDXW6HdxKjh8M5PzETGiSHaz9MtbXBYDloHNUAUW2tMiKW4KM9Mw==", "dev": true, "optional": true }, + "@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dev": true, + "requires": { + "eslint-visitor-keys": "^3.3.0" + } + }, + "@eslint-community/regexpp": { + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", + "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", + "dev": true + }, "@eslint/eslintrc": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.4.1.tgz", - "integrity": "sha512-XXrH9Uarn0stsyldqDYq8r++mROmWRI1xKMXa640Bb//SY1+ECYX6VzT6Lcx5frD0V30XieqJ0oX9I2Xj5aoMA==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", + "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", "dev": true, "requires": { "ajv": "^6.12.4", "debug": "^4.3.2", - "espree": "^9.4.0", + "espree": "^9.6.0", "globals": "^13.19.0", "ignore": "^5.2.0", "import-fresh": "^3.2.1", @@ -2213,13 +2627,19 @@ "strip-json-comments": "^3.1.1" } }, + "@eslint/js": { + "version": "8.52.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.52.0.tgz", + "integrity": "sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==", + "dev": true + }, "@humanwhocodes/config-array": { - "version": "0.11.8", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.8.tgz", - "integrity": "sha512-UybHIJzJnR5Qc/MsD9Kr+RpO2h+/P1GhOwdiLPXK5TWk5sgTdu88bTD9UP+CKbPPh5Rni1u0GjAdYQLemG8g+g==", + "version": "0.11.13", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz", + "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==", "dev": true, "requires": { - "@humanwhocodes/object-schema": "^1.2.1", + "@humanwhocodes/object-schema": "^2.0.1", "debug": "^4.1.1", "minimatch": "^3.0.5" } @@ -2231,11 +2651,42 @@ "dev": true }, "@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz", + "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==", "dev": true }, + "@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "requires": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "dependencies": { + "ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true + }, + "strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "requires": { + "ansi-regex": "^6.0.1" + } + } + } + }, "@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", @@ -2262,90 +2713,100 @@ "fastq": "^1.6.0" } }, + "@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "optional": true + }, "@types/json-schema": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", + "version": "7.0.14", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.14.tgz", + "integrity": "sha512-U3PUjAudAdJBeC2pgN8uTIKgxrb4nlDF3SF0++EldXQvQBGkpFZMSnwQiIoDU77tv45VgNkl/L4ouD+rEomujw==", "dev": true }, "@types/node": { - "version": "18.13.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.13.0.tgz", - "integrity": "sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==", - "dev": true + "version": "18.18.8", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.8.tgz", + "integrity": "sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==", + "dev": true, + "requires": { + "undici-types": "~5.26.4" + } }, "@types/semver": { - "version": "7.3.13", - "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.3.13.tgz", - "integrity": "sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==", + "version": "7.5.4", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.4.tgz", + "integrity": "sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==", "dev": true }, "@typescript-eslint/eslint-plugin": { - "version": "5.51.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.51.0.tgz", - "integrity": "sha512-wcAwhEWm1RgNd7dxD/o+nnLW8oH+6RK1OGnmbmkj/GGoDPV1WWMVP0FXYQBivKHdwM1pwii3bt//RC62EriIUQ==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.62.0.tgz", + "integrity": "sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==", "dev": true, "requires": { - "@typescript-eslint/scope-manager": "5.51.0", - "@typescript-eslint/type-utils": "5.51.0", - "@typescript-eslint/utils": "5.51.0", + "@eslint-community/regexpp": "^4.4.0", + "@typescript-eslint/scope-manager": "5.62.0", + "@typescript-eslint/type-utils": "5.62.0", + "@typescript-eslint/utils": "5.62.0", "debug": "^4.3.4", - "grapheme-splitter": "^1.0.4", + "graphemer": "^1.4.0", "ignore": "^5.2.0", "natural-compare-lite": "^1.4.0", - "regexpp": "^3.2.0", "semver": "^7.3.7", "tsutils": "^3.21.0" } }, "@typescript-eslint/parser": { - "version": "5.51.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.51.0.tgz", - "integrity": "sha512-fEV0R9gGmfpDeRzJXn+fGQKcl0inIeYobmmUWijZh9zA7bxJ8clPhV9up2ZQzATxAiFAECqPQyMDB4o4B81AaA==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", + "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", "dev": true, "requires": { - "@typescript-eslint/scope-manager": "5.51.0", - "@typescript-eslint/types": "5.51.0", - "@typescript-eslint/typescript-estree": "5.51.0", + "@typescript-eslint/scope-manager": "5.62.0", + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/typescript-estree": "5.62.0", "debug": "^4.3.4" } }, "@typescript-eslint/scope-manager": { - "version": "5.51.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.51.0.tgz", - "integrity": "sha512-gNpxRdlx5qw3yaHA0SFuTjW4rxeYhpHxt491PEcKF8Z6zpq0kMhe0Tolxt0qjlojS+/wArSDlj/LtE69xUJphQ==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.62.0.tgz", + "integrity": "sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==", "dev": true, "requires": { - "@typescript-eslint/types": "5.51.0", - "@typescript-eslint/visitor-keys": "5.51.0" + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/visitor-keys": "5.62.0" } }, "@typescript-eslint/type-utils": { - "version": "5.51.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.51.0.tgz", - "integrity": "sha512-QHC5KKyfV8sNSyHqfNa0UbTbJ6caB8uhcx2hYcWVvJAZYJRBo5HyyZfzMdRx8nvS+GyMg56fugMzzWnojREuQQ==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.62.0.tgz", + "integrity": "sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==", "dev": true, "requires": { - "@typescript-eslint/typescript-estree": "5.51.0", - "@typescript-eslint/utils": "5.51.0", + "@typescript-eslint/typescript-estree": "5.62.0", + "@typescript-eslint/utils": "5.62.0", "debug": "^4.3.4", "tsutils": "^3.21.0" } }, "@typescript-eslint/types": { - "version": "5.51.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.51.0.tgz", - "integrity": "sha512-SqOn0ANn/v6hFn0kjvLwiDi4AzR++CBZz0NV5AnusT2/3y32jdc0G4woXPWHCumWtUXZKPAS27/9vziSsC9jnw==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.62.0.tgz", + "integrity": "sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==", "dev": true }, "@typescript-eslint/typescript-estree": { - "version": "5.51.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.51.0.tgz", - "integrity": "sha512-TSkNupHvNRkoH9FMA3w7TazVFcBPveAAmb7Sz+kArY6sLT86PA5Vx80cKlYmd8m3Ha2SwofM1KwraF24lM9FvA==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.62.0.tgz", + "integrity": "sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==", "dev": true, "requires": { - "@typescript-eslint/types": "5.51.0", - "@typescript-eslint/visitor-keys": "5.51.0", + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/visitor-keys": "5.62.0", "debug": "^4.3.4", "globby": "^11.1.0", "is-glob": "^4.0.3", @@ -2354,35 +2815,41 @@ } }, "@typescript-eslint/utils": { - "version": "5.51.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.51.0.tgz", - "integrity": "sha512-76qs+5KWcaatmwtwsDJvBk4H76RJQBFe+Gext0EfJdC3Vd2kpY2Pf//OHHzHp84Ciw0/rYoGTDnIAr3uWhhJYw==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.62.0.tgz", + "integrity": "sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==", "dev": true, "requires": { + "@eslint-community/eslint-utils": "^4.2.0", "@types/json-schema": "^7.0.9", "@types/semver": "^7.3.12", - "@typescript-eslint/scope-manager": "5.51.0", - "@typescript-eslint/types": "5.51.0", - "@typescript-eslint/typescript-estree": "5.51.0", + "@typescript-eslint/scope-manager": "5.62.0", + "@typescript-eslint/types": "5.62.0", + "@typescript-eslint/typescript-estree": "5.62.0", "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0", "semver": "^7.3.7" } }, "@typescript-eslint/visitor-keys": { - "version": "5.51.0", - "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.51.0.tgz", - "integrity": "sha512-Oh2+eTdjHjOFjKA27sxESlA87YPSOJafGCR0md5oeMdh1ZcCfAGCIOL216uTBAkAIptvLIfKQhl7lHxMJet4GQ==", + "version": "5.62.0", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.62.0.tgz", + "integrity": "sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==", "dev": true, "requires": { - "@typescript-eslint/types": "5.51.0", + "@typescript-eslint/types": "5.62.0", "eslint-visitor-keys": "^3.3.0" } }, + "@ungap/structured-clone": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "dev": true + }, "acorn": { - "version": "8.8.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.2.tgz", - "integrity": "sha512-xjIYgE8HBrkpd/sJqOGNspf8uHG+NOHGOw6a/Urj8taM2EXfdNAH2oFcPeIFfsv3+kz/mJrS5VuMqbNLjCa2vw==", + "version": "8.11.2", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", + "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", "dev": true }, "acorn-jsx": { @@ -2495,7 +2962,7 @@ "concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", "dev": true }, "cross-spawn": { @@ -2548,34 +3015,46 @@ "esutils": "^2.0.2" } }, + "eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true + }, + "emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, "esbuild": { - "version": "0.16.17", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.16.17.tgz", - "integrity": "sha512-G8LEkV0XzDMNwXKgM0Jwu3nY3lSTwSGY6XbxM9cr9+s0T/qSV1q1JVPBGzm3dcjhCic9+emZDmMffkwgPeOeLg==", - "dev": true, - "requires": { - "@esbuild/android-arm": "0.16.17", - "@esbuild/android-arm64": "0.16.17", - "@esbuild/android-x64": "0.16.17", - "@esbuild/darwin-arm64": "0.16.17", - "@esbuild/darwin-x64": "0.16.17", - "@esbuild/freebsd-arm64": "0.16.17", - "@esbuild/freebsd-x64": "0.16.17", - "@esbuild/linux-arm": "0.16.17", - "@esbuild/linux-arm64": "0.16.17", - "@esbuild/linux-ia32": "0.16.17", - "@esbuild/linux-loong64": "0.16.17", - "@esbuild/linux-mips64el": "0.16.17", - "@esbuild/linux-ppc64": "0.16.17", - "@esbuild/linux-riscv64": "0.16.17", - "@esbuild/linux-s390x": "0.16.17", - "@esbuild/linux-x64": "0.16.17", - "@esbuild/netbsd-x64": "0.16.17", - "@esbuild/openbsd-x64": "0.16.17", - "@esbuild/sunos-x64": "0.16.17", - "@esbuild/win32-arm64": "0.16.17", - "@esbuild/win32-ia32": "0.16.17", - "@esbuild/win32-x64": "0.16.17" + "version": "0.19.5", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.5.tgz", + "integrity": "sha512-bUxalY7b1g8vNhQKdB24QDmHeY4V4tw/s6Ak5z+jJX9laP5MoQseTOMemAr0gxssjNcH0MCViG8ONI2kksvfFQ==", + "dev": true, + "requires": { + "@esbuild/android-arm": "0.19.5", + "@esbuild/android-arm64": "0.19.5", + "@esbuild/android-x64": "0.19.5", + "@esbuild/darwin-arm64": "0.19.5", + "@esbuild/darwin-x64": "0.19.5", + "@esbuild/freebsd-arm64": "0.19.5", + "@esbuild/freebsd-x64": "0.19.5", + "@esbuild/linux-arm": "0.19.5", + "@esbuild/linux-arm64": "0.19.5", + "@esbuild/linux-ia32": "0.19.5", + "@esbuild/linux-loong64": "0.19.5", + "@esbuild/linux-mips64el": "0.19.5", + "@esbuild/linux-ppc64": "0.19.5", + "@esbuild/linux-riscv64": "0.19.5", + "@esbuild/linux-s390x": "0.19.5", + "@esbuild/linux-x64": "0.19.5", + "@esbuild/netbsd-x64": "0.19.5", + "@esbuild/openbsd-x64": "0.19.5", + "@esbuild/sunos-x64": "0.19.5", + "@esbuild/win32-arm64": "0.19.5", + "@esbuild/win32-ia32": "0.19.5", + "@esbuild/win32-x64": "0.19.5" } }, "escape-string-regexp": { @@ -2585,56 +3064,55 @@ "dev": true }, "eslint": { - "version": "8.33.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.33.0.tgz", - "integrity": "sha512-WjOpFQgKK8VrCnAtl8We0SUOy/oVZ5NHykyMiagV1M9r8IFpIJX7DduK6n1mpfhlG7T1NLWm2SuD8QB7KFySaA==", + "version": "8.52.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.52.0.tgz", + "integrity": "sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==", "dev": true, "requires": { - "@eslint/eslintrc": "^1.4.1", - "@humanwhocodes/config-array": "^0.11.8", + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.2", + "@eslint/js": "8.52.0", + "@humanwhocodes/config-array": "^0.11.13", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", - "ajv": "^6.10.0", + "@ungap/structured-clone": "^1.2.0", + "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", "debug": "^4.3.2", "doctrine": "^3.0.0", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.1.1", - "eslint-utils": "^3.0.0", - "eslint-visitor-keys": "^3.3.0", - "espree": "^9.4.0", - "esquery": "^1.4.0", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", + "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "find-up": "^5.0.0", "glob-parent": "^6.0.2", "globals": "^13.19.0", - "grapheme-splitter": "^1.0.4", + "graphemer": "^1.4.0", "ignore": "^5.2.0", - "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", "is-path-inside": "^3.0.3", - "js-sdsl": "^4.1.4", "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "regexpp": "^3.2.0", + "optionator": "^0.9.3", "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", "text-table": "^0.2.0" }, "dependencies": { "eslint-scope": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", - "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", "dev": true, "requires": { "esrecurse": "^4.3.0", @@ -2659,44 +3137,27 @@ "estraverse": "^4.1.1" } }, - "eslint-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", - "dev": true, - "requires": { - "eslint-visitor-keys": "^2.0.0" - }, - "dependencies": { - "eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "dev": true - } - } - }, "eslint-visitor-keys": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", - "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", "dev": true }, "espree": { - "version": "9.4.1", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.1.tgz", - "integrity": "sha512-XwctdmTO6SIvCzd9810yyNzIrOrqNYV9Koizx4C/mRhf9uq0o4yHoCEU/670pOxOL/MSraektvSAji79kX90Vg==", + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", "dev": true, "requires": { - "acorn": "^8.8.0", + "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.3.0" + "eslint-visitor-keys": "^3.4.1" } }, "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", - "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", "dev": true, "requires": { "estraverse": "^5.1.0" @@ -2746,9 +3207,9 @@ "dev": true }, "fast-glob": { - "version": "3.2.11", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.11.tgz", - "integrity": "sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.1.tgz", + "integrity": "sha512-kNFPyjhh5cKjrUltxs+wFx+ZkbRaxxmZ+X0ZU31SOsxCEtP9VPgtq2teZw1DebupL5GmDaNQ6yKMMVcM41iqDg==", "dev": true, "requires": { "@nodelib/fs.stat": "^2.0.2", @@ -2778,13 +3239,13 @@ "fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", - "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=", + "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, "fastq": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", - "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "version": "1.15.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz", + "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==", "dev": true, "requires": { "reusify": "^1.0.4" @@ -2819,39 +3280,69 @@ } }, "flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.1.1.tgz", + "integrity": "sha512-/qM2b3LUIaIgviBQovTLvijfyOQXPtSRnRK26ksj2J7rzPIecePUIpJsZ4T02Qg+xiAEKIs5K8dsHEd+VaKa/Q==", "dev": true, "requires": { - "flatted": "^3.1.0", + "flatted": "^3.2.9", + "keyv": "^4.5.3", "rimraf": "^3.0.2" } }, "flatted": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", - "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==", + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", + "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==", "dev": true }, + "foreground-child": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", + "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", + "dev": true, + "requires": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + } + }, "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", "dev": true }, "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "version": "10.3.10", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", + "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", "dev": true, "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "foreground-child": "^3.1.0", + "jackspeak": "^2.3.5", + "minimatch": "^9.0.1", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", + "path-scurry": "^1.10.1" + }, + "dependencies": { + "brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "requires": { + "balanced-match": "^1.0.0" + } + }, + "minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "requires": { + "brace-expansion": "^2.0.1" + } + } } }, "glob-parent": { @@ -2864,9 +3355,9 @@ } }, "globals": { - "version": "13.20.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz", - "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==", + "version": "13.23.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz", + "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==", "dev": true, "requires": { "type-fest": "^0.20.2" @@ -2886,10 +3377,10 @@ "slash": "^3.0.0" } }, - "grapheme-splitter": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", - "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", + "graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "dev": true }, "has-flag": { @@ -2899,9 +3390,9 @@ "dev": true }, "ignore": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", - "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", "dev": true }, "import-fresh": { @@ -2917,13 +3408,13 @@ "imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", "dev": true }, "inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "dev": true, "requires": { "once": "^1.3.0", @@ -2939,7 +3430,13 @@ "is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "dev": true + }, + "is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true }, "is-glob": { @@ -2966,14 +3463,18 @@ "isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true }, - "js-sdsl": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.3.0.tgz", - "integrity": "sha512-mifzlm2+5nZ+lEcLJMoBK0/IH/bDg8XnJfd/Wq6IP+xoCjLZsTOnV2QpxlVbX9bMnkl5PdEjNtBJ9Cj1NjifhQ==", - "dev": true + "jackspeak": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", + "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", + "dev": true, + "requires": { + "@isaacs/cliui": "^8.0.2", + "@pkgjs/parseargs": "^0.11.0" + } }, "js-yaml": { "version": "4.1.0", @@ -2984,6 +3485,12 @@ "argparse": "^2.0.1" } }, + "json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", + "dev": true + }, "json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", @@ -2993,9 +3500,18 @@ "json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", - "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=", + "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true }, + "keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", + "dev": true, + "requires": { + "json-buffer": "3.0.1" + } + }, "levn": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", @@ -3022,18 +3538,15 @@ "dev": true }, "long": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/long/-/long-5.2.1.tgz", - "integrity": "sha512-GKSNGeNAtw8IryjjkhZxuKB3JzlcLTwjtiQCHKvqQet81I93kXslhDQruGI/QsddO83mcDToBVy7GqGS/zYf/A==" + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz", + "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==" }, "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz", + "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==", + "dev": true }, "merge2": { "version": "1.4.1", @@ -3042,13 +3555,13 @@ "dev": true }, "micromatch": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", - "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", "dev": true, "requires": { - "braces": "^3.0.1", - "picomatch": "^2.2.3" + "braces": "^3.0.2", + "picomatch": "^2.3.1" } }, "minimatch": { @@ -3060,6 +3573,12 @@ "brace-expansion": "^1.1.7" } }, + "minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true + }, "ms": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", @@ -3069,7 +3588,7 @@ "natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=", + "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true }, "natural-compare-lite": { @@ -3081,24 +3600,24 @@ "once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dev": true, "requires": { "wrappy": "1" } }, "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", "dev": true, "requires": { + "@aashutoshrathi/word-wrap": "^1.2.3", "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" + "type-check": "^0.4.0" } }, "p-limit": { @@ -3137,7 +3656,7 @@ "path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true }, "path-key": { @@ -3146,6 +3665,16 @@ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true }, + "path-scurry": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", + "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", + "dev": true, + "requires": { + "lru-cache": "^9.1.1 || ^10.0.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + } + }, "path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", @@ -3165,9 +3694,9 @@ "dev": true }, "punycode": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz", - "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==", + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true }, "queue-microtask": { @@ -3176,12 +3705,6 @@ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", "dev": true }, - "regexpp": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", - "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", - "dev": true - }, "resolve-from": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", @@ -3201,6 +3724,22 @@ "dev": true, "requires": { "glob": "^7.1.3" + }, + "dependencies": { + "glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + } } }, "run-parallel": { @@ -3219,6 +3758,17 @@ "dev": true, "requires": { "lru-cache": "^6.0.0" + }, + "dependencies": { + "lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, + "requires": { + "yallist": "^4.0.0" + } + } } }, "shebang-command": { @@ -3236,12 +3786,65 @@ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true }, + "signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true + }, "slash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true }, + "string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "requires": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true + }, + "strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "requires": { + "ansi-regex": "^6.0.1" + } + } + } + }, + "string-width-cjs": { + "version": "npm:string-width@4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "dependencies": { + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + } + } + }, "strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", @@ -3251,6 +3854,15 @@ "ansi-regex": "^5.0.1" } }, + "strip-ansi-cjs": { + "version": "npm:strip-ansi@6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "requires": { + "ansi-regex": "^5.0.1" + } + }, "strip-json-comments": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", @@ -3269,7 +3881,7 @@ "text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", - "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=", + "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", "dev": true }, "to-regex-range": { @@ -3317,6 +3929,12 @@ "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", "dev": true }, + "undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, "uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", @@ -3335,16 +3953,74 @@ "isexe": "^2.0.0" } }, - "word-wrap": { - "version": "1.2.5", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.5.tgz", - "integrity": "sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==", - "dev": true + "wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "requires": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "dependencies": { + "ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true + }, + "ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true + }, + "strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "requires": { + "ansi-regex": "^6.0.1" + } + } + } + }, + "wrap-ansi-cjs": { + "version": "npm:wrap-ansi@7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + } + } }, "wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", "dev": true }, "yallist": { diff --git a/package.json b/package.json index d792baa511..38e4f49ab1 100644 --- a/package.json +++ b/package.json @@ -33,9 +33,9 @@ "@typescript-eslint/eslint-plugin": "^5.51.0", "@typescript-eslint/parser": "^5.51.0", "diff": "^5.1.0", - "esbuild": "^0.16.17", + "esbuild": "^0.19.4", "eslint": "^8.33.0", - "glob": "^7.2.0", + "glob": "^10.3.0", "typescript": "~4.7.4" }, "type": "module", @@ -72,7 +72,7 @@ "scripts": { "check": "npm run check:config && npm run check:import && npm run lint", "check:config": "tsc --noEmit -p src --diagnostics --listFiles", - "check:import": "tsc --noEmit --target ESNEXT --module es6 --experimentalDecorators tests/import/index", + "check:import": "tsc --noEmit --target ESNEXT --module nodenext --moduleResolution nodenext --experimentalDecorators tests/import/index", "lint": "eslint --max-warnings 0 --ext js . && eslint --max-warnings 0 --ext ts .", "build": "node scripts/build", "watch": "node scripts/build --watch", diff --git a/scripts/build-dts.js b/scripts/build-dts.js index 00438bc4ab..07215c9be9 100644 --- a/scripts/build-dts.js +++ b/scripts/build-dts.js @@ -1,32 +1,19 @@ import fs from "fs"; -import glob from "glob"; -import os from "os"; +import { globSync } from "glob"; import pathUtil from "path"; import ts from "typescript"; -import stream from "stream"; -import util from "util"; import { fileURLToPath } from 'url'; +import { debuglog } from "util"; const __dirname = pathUtil.dirname(fileURLToPath(import.meta.url)); +const debug = debuglog("dts"); // © 2015-2019 SitePen, Inc. New BSD License. // see: https://github.com/SitePen/dts-generator -const generate = (function() { +const generate = (() => { // declare some constants so we don't have magic integers without explanation - const DTSLEN = '.d.ts'.length; - const filenameToMid = (function () { - if (pathUtil.sep === '/') { - return function (filename) { - return filename; - }; - } - else { - const separatorExpression = new RegExp(pathUtil.sep.replace('\\', '\\\\'), 'g'); - return function (filename) { - return filename.replace(separatorExpression, '/'); - }; - } - })(); + const DTS = ".d.ts"; + const DTSLEN = DTS.length; /** * A helper function that takes TypeScript diagnostic errors and returns an error @@ -34,8 +21,8 @@ const generate = (function() { * @param diagnostics The array of TypeScript Diagnostic objects */ function getError(diagnostics) { - let message = 'Declaration generation failed'; - diagnostics.forEach(function (diagnostic) { + let message = "Declaration generation failed"; + for (const diagnostic of diagnostics) { // not all errors have an associated file: in particular, problems with a // the tsconfig.json don't; the messageText is enough to diagnose in those // cases. @@ -44,26 +31,27 @@ const generate = (function() { message += `\n${diagnostic.file.fileName}(${position.line + 1},${position.character + 1}): ` + `error TS${diagnostic.code}: ${diagnostic.messageText}`; - } - else { + } else { message += `\nerror TS${diagnostic.code}: ${diagnostic.messageText}`; } - }); + } + const error = new Error(message); - error.name = 'EmitterError'; + error.name = "EmitterError"; return error; } + function getFilenames(baseDir, files) { return files.map(function (filename) { const resolvedFilename = pathUtil.resolve(filename); - if (resolvedFilename.indexOf(baseDir) === 0) { - return resolvedFilename; - } - return pathUtil.resolve(baseDir, filename); + return resolvedFilename.indexOf(baseDir) === 0 + ? resolvedFilename + : pathUtil.resolve(baseDir, filename); }); } + function processTree(sourceFile, replacer) { - let code = ''; + let code = ""; let cursorPosition = 0; function skip(node) { cursorPosition = node.end; @@ -78,8 +66,7 @@ const generate = (function() { if (replacement != null) { code += replacement; skip(node); - } - else { + } else { ts.forEachChild(node, visit); } } @@ -87,6 +74,7 @@ const generate = (function() { code += sourceFile.text.slice(cursorPosition); return code; } + /** * Load and parse a TSConfig File * @param options The dts-generator options to load config into @@ -95,7 +83,7 @@ const generate = (function() { function getTSConfig(fileName) { // TODO this needs a better design than merging stuff into options. // the trouble is what to do when no tsconfig is specified... - const configText = fs.readFileSync(fileName, { encoding: 'utf8' }); + const configText = fs.readFileSync(fileName, { encoding: "utf8" }); const result = ts.parseConfigFileTextToJson(fileName, configText); if (result.error) { throw getError([result.error]); @@ -110,144 +98,95 @@ const generate = (function() { configParseResult.options ]; } - function isNodeKindImportDeclaration(value) { - return value && value.kind === ts.SyntaxKind.ImportDeclaration; - } - function isNodeKindExternalModuleReference(value) { - return value && value.kind === ts.SyntaxKind.ExternalModuleReference; - } - function isNodeKindStringLiteral(value) { - return value && value.kind === ts.SyntaxKind.StringLiteral; - } - function isNodeKindExportDeclaration(value) { - return value && value.kind === ts.SyntaxKind.ExportDeclaration; - } - function isNodeKindExportAssignment(value) { - return value && value.kind === ts.SyntaxKind.ExportAssignment; - } - function isNodeKindModuleDeclaration(value) { - return value && value.kind === ts.SyntaxKind.ModuleDeclaration; - } + + const isNodeKind = kind => value => value?.kind === kind; + const isNodeKindImportDeclaration = isNodeKind(ts.SyntaxKind.ImportDeclaration); + const isNodeKindStringLiteral = isNodeKind(ts.SyntaxKind.StringLiteral); + const isNodeKindExportDeclaration = isNodeKind(ts.SyntaxKind.ExportDeclaration); + const isNodeKindModuleDeclaration = isNodeKind(ts.SyntaxKind.ModuleDeclaration); + function generate(options) { - if (Boolean(options.main) !== Boolean(options.name)) { - if (options.name) { - // since options.name used to do double duty as the prefix, let's be - // considerate and point out that name should be replaced with prefix. - // TODO update this error message when we finalize which version this change - // will be released in. - throw new Error(`name and main must be used together. Perhaps you want prefix instead of - name? In dts-generator version 2.1, name did double duty as the option to - use to prefix module names with, but in >=2.2 the name option was split - into two; prefix is what is now used to prefix imports and module names - in the output.`); - } - else { - throw new Error('name and main must be used together.'); - } - } - const noop = function () { /* nop */ }; - const sendMessage = options.sendMessage || noop; - const verboseMessage = options.verbose ? sendMessage : noop; let compilerOptions = {}; let files = options.files; /* following tsc behaviour, if a project is specified, or if no files are specified then * attempt to load tsconfig.json */ if (options.project || !options.files || options.files.length === 0) { - verboseMessage(`project = "${options.project || options.baseDir}"`); + debug(`project = "${options.project || options.baseDir}"`); // if project isn't specified, use baseDir. If it is and it's a directory, // assume we want tsconfig.json in that directory. If it is a file, though // use that as our tsconfig.json. This allows for projects that have more // than one tsconfig.json file. let tsconfigFilename; - if (options.project) { - if (fs.lstatSync(options.project).isDirectory()) { - tsconfigFilename = pathUtil.join(options.project, 'tsconfig.json'); - } - else { - // project isn't a diretory, it's a file - tsconfigFilename = options.project; - } - } - else { - tsconfigFilename = pathUtil.join(options.baseDir, 'tsconfig.json'); + if (!options.project) { + tsconfigFilename = pathUtil.join(options.baseDir, "tsconfig.json"); + } else if (fs.lstatSync(options.project).isDirectory()) { + tsconfigFilename = pathUtil.join(options.project, "tsconfig.json"); + } else { + // project isn't a directory, it's a file + tsconfigFilename = options.project; } if (fs.existsSync(tsconfigFilename)) { - verboseMessage(` parsing "${tsconfigFilename}"`); + debug(` parsing "${tsconfigFilename}"`); [files, compilerOptions] = getTSConfig(tsconfigFilename); - } - else { - sendMessage(`No "tsconfig.json" found at "${tsconfigFilename}"!`); - return new Promise(function (resolve, reject) { - reject(new SyntaxError('Unable to resolve configuration.')); - }); + } else { + debug(`No "tsconfig.json" found at "${tsconfigFilename}"!`); + throw new Error("Unable to resolve configuration."); } } - const eol = options.eol || os.EOL; - const nonEmptyLineStart = new RegExp(eol + '(?!' + eol + '|$)', 'g'); - const indent = options.indent === undefined ? '\t' : options.indent; + + const nonEmptyLineStart = /\n(?!\n|$)/g; // use input values if tsconfig leaves any of these undefined. // this is for backwards compatibility compilerOptions.declaration = true; - compilerOptions.target = compilerOptions.target || ts.ScriptTarget.Latest; // is this necessary? - compilerOptions.moduleResolution = compilerOptions.moduleResolution || options.moduleResolution; - compilerOptions.outDir = compilerOptions.outDir || options.outDir; + compilerOptions.target ||= ts.ScriptTarget.Latest; // is this necessary? // TODO should compilerOptions.baseDir come into play? const baseDir = pathUtil.resolve(compilerOptions.rootDir || options.project || options.baseDir); const outDir = compilerOptions.outDir; - verboseMessage(`baseDir = "${baseDir}"`); - verboseMessage(`target = ${compilerOptions.target}`); - verboseMessage(`outDir = ${compilerOptions.outDir}`); - verboseMessage(`rootDir = ${compilerOptions.rootDir}`); - verboseMessage(`moduleResolution = ${compilerOptions.moduleResolution}`); + + debug(`baseDir = "${baseDir}"`); + debug(`target = ${compilerOptions.target}`); + debug(`outDir = ${compilerOptions.outDir}`); + debug(`rootDir = ${compilerOptions.rootDir}`); + debug(`moduleResolution = ${compilerOptions.moduleResolution}`); + const filenames = getFilenames(baseDir, files); - verboseMessage('filenames:'); - filenames.forEach(name => { verboseMessage(' ' + name); }); - const excludesMap = {}; - options.exclude = options.exclude || ['node_modules/**/*.d.ts']; - options.exclude && options.exclude.forEach(function (filename) { - glob.sync(filename, { cwd: baseDir }).forEach(function (globFileName) { - excludesMap[filenameToMid(pathUtil.resolve(baseDir, globFileName))] = true; - }); - }); - if (options.exclude) { - verboseMessage('exclude:'); - options.exclude.forEach(name => { verboseMessage(' ' + name); }); + + debug("filenames:"); + for (const name of filenames) debug(" " + name); + + const exclusions = new Set(); + + options.exclude ||= []; + options.exclude.push("node_modules/**/*.d.ts"); + + for (const filename of globSync(options.exclude, { cwd: baseDir })) { + exclusions.add(pathUtil.resolve(baseDir, filename)); } - if (!options.stdout) fs.mkdirSync(pathUtil.dirname(options.out), { recursive: true }); - /* node.js typings are missing the optional mode in createWriteStream options and therefore - * in TS 1.6 the strict object literal checking is throwing, therefore a hammer to the nut */ - const output = options.stdout || fs.createWriteStream(options.out, { mode: parseInt('644', 8) }); + + debug("exclude:"); + for (const name of exclusions) debug(" " + name); + + const output = options.stdout; const host = ts.createCompilerHost(compilerOptions); const program = ts.createProgram(filenames, compilerOptions, host); function writeFile(filename, data) { // Compiler is emitting the non-declaration file, which we do not care about - if (filename.slice(-DTSLEN) !== '.d.ts') { - return; - } + if (filename.slice(-DTSLEN) !== DTS) return; writeDeclaration(ts.createSourceFile(filename, data, compilerOptions.target, true), true); } let declaredExternalModules = []; - return new Promise(function (resolve, reject) { - output.on('close', () => { resolve(undefined); }); - output.on('error', reject); + + { if (options.externs) { - options.externs.forEach(function (path) { - sendMessage(`Writing external dependency ${path}`); - output.write(`/// ` + eol); - }); - } - if (options.types) { - options.types.forEach(function (type) { - sendMessage(`Writing external @types package dependency ${type}`); - output.write(`/// ` + eol); - }); + for (const path of options.externs) { + debug(`Writing external dependency ${path}`); + output.push(`/// \n`); + } } - sendMessage('processing:'); - let mainExportDeclaration = false; - let mainExportAssignment = false; - let foundMain = false; - program.getSourceFiles().forEach(function (sourceFile) { - processTree(sourceFile, function (node) { + + debug("processing:"); + for (const sourceFile of program.getSourceFiles()) { + processTree(sourceFile, node => { if (isNodeKindModuleDeclaration(node)) { const name = node.name; if (isNodeKindStringLiteral(name)) { @@ -256,64 +195,31 @@ const generate = (function() { } return null; }); - }); - program.getSourceFiles().some(function (sourceFile) { + // Source file is a default library, or other dependency from another project, that should not be included in // our bundled output - if (pathUtil.normalize(sourceFile.fileName).indexOf(baseDir + pathUtil.sep) !== 0) { - return; - } - if (excludesMap[filenameToMid(pathUtil.normalize(sourceFile.fileName))]) { - return; - } - sendMessage(` ${sourceFile.fileName}`); + const normalizedFileName = pathUtil.normalize(sourceFile.fileName); + if (normalizedFileName.indexOf(baseDir + pathUtil.sep) !== 0) continue; + if (exclusions.has(normalizedFileName)) continue; + + debug(` ${sourceFile.fileName}`); // Source file is already a declaration file so should does not need to be pre-processed by the emitter - if (sourceFile.fileName.slice(-DTSLEN) === '.d.ts') { + if (sourceFile.fileName.slice(-DTSLEN) === DTS) { writeDeclaration(sourceFile, false); - return; - } - // We can optionally output the main module if there's something to export. - if (options.main && options.main === (options.prefix + filenameToMid(sourceFile.fileName.slice(baseDir.length, -3)))) { - foundMain = true; - ts.forEachChild(sourceFile, function (node) { - mainExportDeclaration = mainExportDeclaration || isNodeKindExportDeclaration(node); - mainExportAssignment = mainExportAssignment || isNodeKindExportAssignment(node); - }); + continue; } const emitOutput = program.emit(sourceFile, writeFile); if (emitOutput.emitSkipped || emitOutput.diagnostics.length > 0) { - reject(getError(emitOutput.diagnostics - .concat(program.getSemanticDiagnostics(sourceFile)) - .concat(program.getSyntacticDiagnostics(sourceFile)) - .concat(program.getDeclarationDiagnostics(sourceFile)))); - return true; + const diagnostics = emitOutput.diagnostics.concat( + program.getSemanticDiagnostics(sourceFile), + program.getSyntacticDiagnostics(sourceFile), + program.getDeclarationDiagnostics(sourceFile) + ); + throw getError(diagnostics); } - }); - if (options.main && !foundMain) { - throw new Error(`main module ${options.main} was not found`); - } - if (options.main) { - output.write(`declare module '${options.name}' {` + eol + indent); - if (compilerOptions.target >= ts.ScriptTarget.ES2015) { - if (mainExportAssignment) { - output.write(`export {default} from '${options.main}';` + eol + indent); - } - if (mainExportDeclaration) { - output.write(`export * from '${options.main}';` + eol); - } - } - else { - output.write(`import main = require('${options.main}');` + eol + indent); - output.write('export = main;' + eol); - } - output.write('}' + eol); - sendMessage(`Aliased main module ${options.name} to ${options.main}`); - } - if (!options.stdout) { - sendMessage(`output to "${options.out}"`); - output.end(); } - }); + } + function writeDeclaration(declarationFile, isOutput) { // resolving is important for dealting with relative outDirs const filename = pathUtil.resolve(declarationFile.fileName); @@ -323,26 +229,27 @@ const generate = (function() { // is also used for. Also if no outDir is used, the compiled code ends up // alongside the source, so use baseDir in that case too. const outputDir = (isOutput && Boolean(outDir)) ? pathUtil.resolve(outDir) : baseDir; - const sourceModuleId = filenameToMid(filename.slice(outputDir.length + 1, -DTSLEN)); - const currentModuleId = filenameToMid(filename.slice(outputDir.length + 1, -DTSLEN)); + // I give up; this needs Windows-to-POSIX conversion: + const sourceModuleId = pathUtil + .relative(outputDir, filename) + .slice(0, -DTSLEN) + .replaceAll(pathUtil.sep, "/"); function resolveModuleImport(moduleId) { const isDeclaredExternalModule = declaredExternalModules.indexOf(moduleId) !== -1; let resolved; if (options.resolveModuleImport) { resolved = options.resolveModuleImport({ importedModuleId: moduleId, - currentModuleId: currentModuleId, - isDeclaredExternalModule: isDeclaredExternalModule + currentModuleId: sourceModuleId, + isDeclaredExternalModule }); } if (!resolved) { // resolve relative imports relative to the current module id. - if (moduleId.charAt(0) === '.') { - resolved = filenameToMid(pathUtil.join(pathUtil.dirname(sourceModuleId), moduleId)); - } - else { - resolved = moduleId; - } + resolved = moduleId.charAt(0) === "." + ? pathUtil.posix.join(pathUtil.posix.dirname(sourceModuleId), moduleId) + : moduleId; + // prefix the import with options.prefix, so that both non-relative imports // and relative imports end up prefixed with options.prefix. We only // do this when no resolveModuleImport function is given so that that @@ -350,97 +257,53 @@ const generate = (function() { // NOTE: we may want to revisit the isDeclaredExternalModule behavior. // discussion is on https://github.com/SitePen/dts-generator/pull/94 // but currently there's no strong argument against this behavior. - if (Boolean(options.prefix) && !isDeclaredExternalModule) { - resolved = `${options.prefix}/${resolved}`; - } + if (!isDeclaredExternalModule) resolved = `${options.prefix}/${resolved}`; } return resolved; } /* For some reason, SourceFile.externalModuleIndicator is missing from 1.6+, so having * to use a sledgehammer on the nut */ if (declarationFile.externalModuleIndicator) { - let resolvedModuleId = sourceModuleId; - if (options.resolveModuleId) { - const resolveModuleIdResult = options.resolveModuleId({ - currentModuleId: currentModuleId - }); - if (resolveModuleIdResult) { - resolvedModuleId = resolveModuleIdResult; - } - else if (options.prefix) { - resolvedModuleId = `${options.prefix}/${resolvedModuleId}`; - } - } - else if (options.prefix) { - resolvedModuleId = `${options.prefix}/${resolvedModuleId}`; - } - output.write('declare module \'' + resolvedModuleId + '\' {' + eol + indent); - const content = processTree(declarationFile, function (node) { - if (isNodeKindExternalModuleReference(node)) { - // TODO figure out if this branch is possible, and if so, write a test - // that covers it. - const expression = node.expression; - // convert both relative and non-relative module names in import = require(...) - // statements. - const resolved = resolveModuleImport(expression.text); - return ` require('${resolved}')`; - } - else if (node.kind === ts.SyntaxKind.DeclareKeyword) { - return ''; - } - else if (isNodeKindStringLiteral(node) && node.parent && - (isNodeKindExportDeclaration(node.parent) || isNodeKindImportDeclaration(node.parent))) { + let resolvedModuleId = `${options.prefix}/${sourceModuleId}`; + output.push(`declare module '${resolvedModuleId}' {\n\t`); + const content = processTree(declarationFile, node => { + if (node.kind === ts.SyntaxKind.DeclareKeyword) return ""; + if ( + isNodeKindStringLiteral(node) && + (isNodeKindExportDeclaration(node.parent) || isNodeKindImportDeclaration(node.parent)) + ) { // This block of code is modifying the names of imported modules const text = node.text; const resolved = resolveModuleImport(text); - if (resolved) { - return ` '${resolved}'`; - } + if (resolved) return ` '${resolved}'`; } }); - output.write(content.replace(nonEmptyLineStart, '$&' + indent)); - output.write(eol + '}' + eol); - } - else { - output.write(declarationFile.text); + output.push(content.replace(nonEmptyLineStart, "$&\t")); + output.push("\n}\n"); + } else { + output.push(declarationFile.text); } } } return generate; })(); -function OutputStream(options) { - stream.Writable.call(this, options); - this.chunks = []; -} -util.inherits(OutputStream, stream.Writable); -OutputStream.prototype._write = function (chunk, enc, cb) { - this.chunks.push(chunk); - cb(); -}; -OutputStream.prototype.toBuffer = function () { - return Buffer.concat(this.chunks); -}; -OutputStream.prototype.toString = function () { - return this.toBuffer().toString("utf8"); -}; - function transformTypes(sourceFile) { let numReplaced = 0; - console.log("transforming:"); + debug("transforming:"); let result = ts.transform(sourceFile, [ - function (context) { + context => { const visit = node => { node = ts.visitEachChild(node, visit, context); if (ts.isTypeNode(node)) { const name = node.getText(sourceFile); switch (name) { // this is wrong, but works - case "bool": ++numReplaced; return ts.createIdentifier("boolean"); + case "bool": ++numReplaced; return context.factory.createIdentifier("boolean"); default: if (!/^(?:Binaryen|Relooper)/.test(name)) break; case "i8": case "i16": case "i32": case "isize": case "u8": case "u16": case "u32": case "usize": - case "f32": case "f64": ++numReplaced; return ts.createIdentifier("number"); + case "f32": case "f64": ++numReplaced; return context.factory.createIdentifier("number"); } } return node; @@ -448,14 +311,14 @@ function transformTypes(sourceFile) { return node => ts.visitNode(node, visit); } ]); - console.log(" replaced " + numReplaced + " AS types with TS types"); + debug(" replaced " + numReplaced + " AS types with TS types"); return result; } const prefix = "types:assemblyscript"; -function generateSrc() { - const stdout = new OutputStream(); +export function generateSrc() { + const stdout = []; generate({ project: pathUtil.resolve(__dirname, "..", "src"), @@ -463,23 +326,19 @@ function generateSrc() { exclude: [ "glue/**", ], - verbose: true, - sendMessage: console.log, - stdout: stdout + stdout }); - stdout.write("\n"); + stdout.push("\n"); generate({ project: pathUtil.resolve(__dirname, "..", "std", "assembly", "shared"), prefix: prefix + "/std/assembly/shared", exclude: [], - verbose: true, - sendMessage: console.log, - stdout: stdout + stdout }); - stdout.write("\n"); + stdout.push("\n"); generate({ project: pathUtil.resolve(__dirname, "..", "src", "glue"), @@ -488,33 +347,20 @@ function generateSrc() { "js/index.ts", "js/node.d.ts" ], - verbose: true, - sendMessage: console.log, - stdout: stdout + stdout }); - const source = stdout.toString().replace(/\/\/\/ ]*>\r?\n/g, ""); + const source = stdout.join("").replace(/\/\/\/ ]*>\r?\n/g, ""); const sourceFile = ts.createSourceFile("assemblyscript.d.ts", source, ts.ScriptTarget.ESNext, false, ts.ScriptKind.TS); const result = transformTypes(sourceFile); - if (!fs.existsSync(pathUtil.join(__dirname, "..", "dist"))) { - fs.mkdirSync(pathUtil.join(__dirname, "..", "dist")); - } fs.writeFileSync( pathUtil.resolve(__dirname, "..", "dist", "assemblyscript.generated.d.ts"), ts.createPrinter().printFile(result.transformed[0]) ); - fs.writeFileSync( - pathUtil.resolve(__dirname, "..", "dist", "assemblyscript.d.ts"), - [ `/// \n`, - `export * from "${prefix}/src/index";\n`, - `import * as assemblyscript from "${prefix}/src/index";\n`, - `export default assemblyscript;\n` - ].join("") - ); } -function generateCli() { - const stdout = new OutputStream(); +export function generateCli() { + const stdout = []; generate({ baseDir: pathUtil.resolve(__dirname, ".."), @@ -525,58 +371,19 @@ function generateCli() { "./assemblyscript.generated.d.ts" ], prefix, - verbose: true, - sendMessage: console.log, - stdout: stdout, + stdout, resolveModuleImport: ({ importedModuleId, currentModuleId }) => { - if (currentModuleId == "cli/index") { - if (importedModuleId == "../src") return prefix + "/src/index"; - } - return null; + return currentModuleId == "cli/index" && importedModuleId == "../src" + ? prefix + "/src/index" + : null; }, }); - const source = stdout.toString(); + const source = stdout.join(""); const sourceFile = ts.createSourceFile("asc.d.ts", source, ts.ScriptTarget.ESNext, false, ts.ScriptKind.TS); const result = transformTypes(sourceFile); - if (!fs.existsSync(pathUtil.join(__dirname, "..", "dist"))) { - fs.mkdirSync(pathUtil.join(__dirname, "..", "dist")); - } fs.writeFileSync( pathUtil.resolve(__dirname, "..", "dist", "asc.generated.d.ts"), ts.createPrinter().printFile(result.transformed[0]) ); - fs.writeFileSync( - pathUtil.resolve(__dirname, "..", "dist", "asc.d.ts"), - [ `/// \n`, - `export * from "${prefix}/cli/index";\n`, - `import * as asc from "${prefix}/cli/index";\n`, - `export default asc;\n` - ].join("") - ); } - -function generateTransform() { - fs.writeFileSync( - pathUtil.resolve(__dirname, "..", "dist", "transform.js"), - [ - `export function Transform() { /* stub */ }\n` - ].join("") - ); - fs.writeFileSync( - pathUtil.resolve(__dirname, "..", "dist", "transform.cjs"), - [ - `module.exports = function Transform() { /* stub */ }\n` - ].join("") - ); - fs.writeFileSync( - pathUtil.resolve(__dirname, "..", "dist", "transform.d.ts"), - [ - `export { Transform } from "./asc";\n` - ].join("") - ); -} - -generateSrc(); -generateCli(); -generateTransform(); diff --git a/scripts/build-web.js b/scripts/build-web.js index 619cc03380..fb703a7e24 100644 --- a/scripts/build-web.js +++ b/scripts/build-web.js @@ -1,42 +1,43 @@ -import path from "path"; +import { dirname, join } from "path"; import fs from "fs"; -import { createRequire } from "module"; import { fileURLToPath } from "url"; -const dirname = path.dirname(fileURLToPath(import.meta.url)); -const require = createRequire(import.meta.url); -const pkg = require("../package-lock.json"); +const __dirname = dirname(fileURLToPath(import.meta.url)); -const mainVersion = pkg.version; -const binaryenVersion = pkg.dependencies.binaryen.version; -const longVersion = pkg.dependencies.long.version; +export function buildWeb() { + const pkg = JSON.parse(fs.readFileSync(join(__dirname, "../package-lock.json"))); -const distUrl = mainVersion === "0.0.0" ? `./` : `https://cdn.jsdelivr.net/npm/assemblyscript@${mainVersion}/dist/`; -const binaryenUrl = `https://cdn.jsdelivr.net/npm/binaryen@${binaryenVersion}/index.js`; -const longUrl = `https://cdn.jsdelivr.net/npm/long@${longVersion}/index.js`; -const importmap = { - "imports": { - "assemblyscript": `${distUrl}assemblyscript.js`, - "assemblyscript/asc": `${distUrl}asc.js`, - "binaryen": binaryenUrl, - "long": longUrl - } -}; + const mainVersion = pkg.version; + const binaryenVersion = pkg.dependencies.binaryen.version; + const longVersion = pkg.dependencies.long.version; + + const distUrl = mainVersion === "0.0.0" ? `./` : `https://cdn.jsdelivr.net/npm/assemblyscript@${mainVersion}/dist/`; + const binaryenUrl = `https://cdn.jsdelivr.net/npm/binaryen@${binaryenVersion}/index.js`; + const longUrl = `https://cdn.jsdelivr.net/npm/long@${longVersion}/index.js`; + const importmap = { + "imports": { + "assemblyscript": `${distUrl}assemblyscript.js`, + "assemblyscript/asc": `${distUrl}asc.js`, + "binaryen": binaryenUrl, + "long": longUrl + } + }; -fs.writeFileSync(path.join(dirname, "..", "dist", "importmap.json"), `${JSON.stringify(importmap, null, 2)} -`); -fs.writeFileSync(path.join(dirname, "..", "dist", "web.js"), `var ASSEMBLYSCRIPT_VERSION = ${JSON.stringify(mainVersion)}; -var ASSEMBLYSCRIPT_IMPORTMAP = ${JSON.stringify(importmap, null, 2)}; -if (!document.currentScript.src.includes("noinstall")) { - let elem = document.createElement("script"); - elem.type = "importmap"; - elem.text = JSON.stringify(ASSEMBLYSCRIPT_IMPORTMAP); - document.head.appendChild(elem); -} -if (!document.currentScript.src.includes("noshim")) { - let elem = document.createElement("script"); - elem.async = true; - elem.src = "https://cdn.jsdelivr.net/npm/es-module-shims@1/dist/es-module-shims.wasm.min.js"; - document.head.appendChild(elem); -} -`); + fs.writeFileSync(join(__dirname, "..", "dist", "importmap.json"), `${JSON.stringify(importmap, null, 2)} + `); + fs.writeFileSync(join(__dirname, "..", "dist", "web.js"), `var ASSEMBLYSCRIPT_VERSION = ${JSON.stringify(mainVersion)}; + var ASSEMBLYSCRIPT_IMPORTMAP = ${JSON.stringify(importmap, null, 2)}; + if (!document.currentScript.src.includes("noinstall")) { + let elem = document.createElement("script"); + elem.type = "importmap"; + elem.text = JSON.stringify(ASSEMBLYSCRIPT_IMPORTMAP); + document.head.appendChild(elem); + } + if (!document.currentScript.src.includes("noshim")) { + let elem = document.createElement("script"); + elem.async = true; + elem.src = "https://cdn.jsdelivr.net/npm/es-module-shims@1/dist/es-module-shims.wasm.min.js"; + document.head.appendChild(elem); + } + `); +} \ No newline at end of file diff --git a/scripts/build.js b/scripts/build.js index 043933aa57..0bc68ca1d2 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -1,12 +1,14 @@ import fs from "fs"; import path from "path"; import { fileURLToPath } from "url"; -import childProcess from "child_process"; import esbuild from "esbuild"; -import glob from "glob"; +import { globSync } from "glob"; import { createRequire } from "module"; import { stdoutColors } from "../util/terminal.js"; +import {buildWeb} from "./build-web.js"; +import * as dts from "./build-dts.js"; + const require = createRequire(import.meta.url); const dirname = path.dirname(fileURLToPath(import.meta.url)); const watch = process.argv[2] === "--watch"; @@ -61,7 +63,7 @@ const stdlibPlugin = { build.onResolve({ filter: /\bindex\.generated\.js$/ }, args => { return { path: path.join(args.resolveDir, args.path), - watchFiles: glob.sync(path.join(dirname, "..", "std", "assembly") + "/**/*.ts") + watchFiles: globSync(path.join(dirname, "..", "std", "assembly") + "/**/*.ts") .concat([ path.join(dirname, "..", "package.json"), path.join(dirname, "..", "cli", "options.json"), @@ -86,7 +88,7 @@ const stdlibPlugin = { ); const libraryDir = path.join(dirname, "..", "std", "assembly"); const libraryFiles = {}; - for (const file of glob.sync("**/!(*.d).ts", { cwd: libraryDir })) { + for (const file of globSync("**/!(*.d).ts", { cwd: libraryDir, posix: true }).sort()) { libraryFiles[file.replace(/\.ts$/, "")] = bundleFile(path.join(libraryDir, file)); } out.push( @@ -173,22 +175,22 @@ const webPlugin = { setup(build) { build.onEnd(() => { const startTime = Date.now(); - const stdout = []; - console.log(`${time()} - ${"web"} - Starting new build ...`); - childProcess.spawn("node", [ "./build-web.js" ], { - cwd: dirname, - stdio: "pipe" - }).on("data", data => { - stdout.push(data.toString()); - }).on("error", err => { + console.log(`${time()} - web - Starting new build ...`); + + try { + buildWeb(); + const duration = Date.now() - startTime; - console.log(stdout.join("")); - console.log(`${time()} - ${"web"} - ${stdoutColors.red("ERROR")} (had errors, ${duration} ms)`); - }).on("close", code => { - if (code) return; + console.log(`${time()} - web - ${stdoutColors.green("SUCCESS")} (no errors, ${duration} ms)`); + process.exitCode = 0; + } catch (e) { const duration = Date.now() - startTime; - console.log(`${time()} - ${"web"} - ${stdoutColors.green("SUCCESS")} (no errors, ${duration} ms)`); - }); + console.error(e); + console.log(`${time()} - web - ${stdoutColors.red("ERROR")} (had errors, ${duration} ms)`); + process.exitCode = 1; + } finally { + buildingDefinitions = false; + } }); } }; @@ -208,12 +210,17 @@ const common = { bundle: true, sourcemap: true, treeShaking: true, - minify: true, - watch, - incremental: watch + minify: true }; -const srcBuild = esbuild.build({ +async function invokeBuild(options) { + const ctx = await esbuild.context(options); + if (watch) await ctx.watch(); + else await ctx.rebuild(); + ctx.dispose(); +} + +const srcBuild = invokeBuild({ entryPoints: [ "./src/index.ts" ], tsconfig: "./src/tsconfig.json", outfile: "./dist/assemblyscript.js", @@ -222,7 +229,7 @@ const srcBuild = esbuild.build({ ...common }); -const cliBuild = esbuild.build({ +const cliBuild = invokeBuild({ entryPoints: [ "./cli/index.js" ], tsconfig: "./cli/tsconfig.json", outfile: "./dist/asc.js", @@ -237,25 +244,24 @@ let buildingDefinitions = false; function buildDefinitions() { const startTime = Date.now(); - const stdout = []; - console.log(`${time()} - ${"dts"} - Starting new build ...`); + console.log(`${time()} - dts - Starting new build ...`); buildingDefinitions = true; - childProcess.spawn("node", [ "./build-dts.js" ], { - cwd: dirname, - stdio: "pipe" - }).on("data", data => { - stdout.push(data.toString()); - }).on("error", err => { - buildingDefinitions = false; + + try { + dts.generateSrc(); + dts.generateCli(); + const duration = Date.now() - startTime; - console.log(stdout.join("")); - console.log(`${time()} - ${"dts"} - ${stdoutColors.red("ERROR")} (had errors, ${duration} ms)`); - }).on("close", code => { - buildingDefinitions = false; - if (code) return; + console.log(`${time()} - dts - ${stdoutColors.green("SUCCESS")} (no errors, ${duration} ms)`); + process.exitCode = 0; + } catch (e) { const duration = Date.now() - startTime; - console.log(`${time()} - ${"dts"} - ${stdoutColors.green("SUCCESS")} (no errors, ${duration} ms)`); - }); + console.error(e); + console.log(`${time()} - dts - ${stdoutColors.red("ERROR")} (had errors, ${duration} ms)`); + process.exitCode = 1; + } finally { + buildingDefinitions = false; + } } if (watch) { diff --git a/src/tsconfig.json b/src/tsconfig.json index 082bb02ec8..a6acaae80a 100644 --- a/src/tsconfig.json +++ b/src/tsconfig.json @@ -3,7 +3,6 @@ "compilerOptions": { "target": "esnext", "outDir": "../build", - "types" : ["node"], "allowJs": false, "sourceMap": true, "skipLibCheck": true, diff --git a/tests/compiler.js b/tests/compiler.js index 863787a533..68efc56c19 100644 --- a/tests/compiler.js +++ b/tests/compiler.js @@ -5,7 +5,7 @@ import v8 from "v8"; import cluster from "cluster"; import { createRequire } from "module"; import { fileURLToPath, pathToFileURL } from "url"; -import glob from "glob"; +import { globSync } from "glob"; import { stderrColors, stdoutColors } from "../util/terminal.js"; import * as optionsUtil from "../util/options.js"; import { coreCount, threadCount } from "../util/cpu.js"; @@ -84,7 +84,7 @@ process.chdir(basedir); // Gets a list of all relevant tests function getTests() { - let tests = glob.sync("**/!(_*).ts") + let tests = globSync("**/!(_*).ts", { posix: true }) .map(name => name.replace(/\.ts$/, "")) .filter(name => !name.endsWith(".d") && !name.includes("node_modules")); if (argv.length) { // run matching tests only @@ -321,6 +321,10 @@ async function runTest(basename) { } compareStderr.end(SUCCESS); return prepareResult(SUCCESS); + } else if (error) { + // Don't bother comparing fixtures or doing anything else if the + // compilation failed. + return prepareResult(FAILURE, "compile failed"); } const afterCompileResult = afterCompile("debug"); diff --git a/tests/import/index.ts b/tests/import/index.ts index 7d18cd4279..46098f7ece 100644 --- a/tests/import/index.ts +++ b/tests/import/index.ts @@ -1,3 +1,3 @@ -import * as as from "../../dist/assemblyscript"; +import * as as from "../../dist/assemblyscript.js"; var program: as.Program = as.newProgram(as.newOptions()); as.parse(program, "", "empty"); diff --git a/tests/parser.js b/tests/parser.js index 7a65e697a4..ec3d89f0d9 100644 --- a/tests/parser.js +++ b/tests/parser.js @@ -2,7 +2,7 @@ import fs from "fs"; import path from "path"; import os from "os"; import { fileURLToPath } from "url"; -import glob from "glob"; +import { globSync } from "glob"; import { diff } from "../util/text.js"; import { stdoutColors } from "../util/terminal.js"; import * as optionsUtil from "../util/options.js"; @@ -42,7 +42,7 @@ if (args.help) { const basedir = path.join(dirname, "parser"); // Get a list of all tests -let tests = glob.sync("**/!(_*).ts", { cwd: basedir }); +let tests = globSync("**/!(_*).ts", { cwd: basedir, posix: true }); // Run specific tests only if arguments are provided if (argv.length) { From 94fa207c4f88bbf1c7c9689a2931c850d2eca5cb Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Wed, 8 Nov 2023 11:49:26 +0800 Subject: [PATCH 031/103] fix: return the assigned value in assignments (#2773) Fixes #2770. --- src/compiler.ts | 37 +- tests/compiler/assignment-chain.debug.wat | 2695 ++++++++++++++++++- tests/compiler/assignment-chain.release.wat | 1893 ++++++++++++- tests/compiler/assignment-chain.ts | 43 +- tests/compiler/getter-setter.debug.wat | 4 +- 5 files changed, 4602 insertions(+), 70 deletions(-) diff --git a/src/compiler.ts b/src/compiler.ts index cda945784b..6508090626 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -5703,10 +5703,11 @@ export class Compiler extends DiagnosticEmitter { assert(targetType != Type.void); let valueExpr = this.compileExpression(valueExpression, targetType); let valueType = this.currentType; + if (targetType.isNullableReference && this.currentFlow.isNonnull(valueExpr, valueType)) targetType = targetType.nonNullableType; return this.makeAssignment( target, this.convertExpression(valueExpr, valueType, targetType, false, valueExpression), - valueType, + targetType, valueExpression, thisExpression, elementExpression, @@ -5799,6 +5800,7 @@ export class Compiler extends DiagnosticEmitter { return module.unreachable(); } assert(setterInstance.signature.parameterTypes.length == 1); + assert(setterInstance.signature.returnType == Type.void); if (propertyInstance.is(CommonFlags.Instance)) { let thisType = assert(setterInstance.signature.thisType); let thisExpr = this.compileExpression( @@ -5807,28 +5809,29 @@ export class Compiler extends DiagnosticEmitter { Constraints.ConvImplicit | Constraints.IsThis ); if (!tee) return this.makeCallDirect(setterInstance, [ thisExpr, valueExpr ], valueExpression); - let getterInstance = assert((target).getterInstance); - assert(getterInstance.signature.thisType == thisType); - let returnType = getterInstance.signature.returnType; - let returnTypeRef = returnType.toRef(); - let tempThis = flow.getTempLocal(thisType); + let tempLocal = flow.getTempLocal(valueType); + let valueTypeRef = valueType.toRef(); let ret = module.block(null, [ this.makeCallDirect(setterInstance, [ - module.local_tee(tempThis.index, thisExpr, /* isManaged=*/false, thisType.toRef()), // thisType is managed but here it must be alive - valueExpr + thisExpr, + module.local_tee(tempLocal.index, valueExpr, valueType.isManaged, valueTypeRef) ], valueExpression), - this.makeCallDirect(getterInstance, [ - module.local_get(tempThis.index, thisType.toRef()) - ], valueExpression) - ], returnTypeRef); + module.local_get(tempLocal.index, valueTypeRef), + ], valueTypeRef); + this.currentType = valueType; return ret; } else { if (!tee) return this.makeCallDirect(setterInstance, [ valueExpr ], valueExpression); - let getterInstance = assert((target).getterInstance); - return module.block(null, [ - this.makeCallDirect(setterInstance, [ valueExpr ], valueExpression), - this.makeCallDirect(getterInstance, null, valueExpression) - ], getterInstance.signature.returnType.toRef()); + let tempLocal = flow.getTempLocal(valueType); + let valueTypeRef = valueType.toRef(); + let ret = module.block(null, [ + this.makeCallDirect(setterInstance, [ + module.local_tee(tempLocal.index, valueExpr, valueType.isManaged, valueTypeRef), + ], valueExpression), + module.local_get(tempLocal.index, valueTypeRef), + ], valueTypeRef); + this.currentType = valueType; + return ret; } } case ElementKind.IndexSignature: { diff --git a/tests/compiler/assignment-chain.debug.wat b/tests/compiler/assignment-chain.debug.wat index a513fcb307..84f831ff37 100644 --- a/tests/compiler/assignment-chain.debug.wat +++ b/tests/compiler/assignment-chain.debug.wat @@ -1,47 +1,2591 @@ (module - (type $0 (func (param i32 i64))) - (type $1 (func (param i32))) - (type $2 (func (param i32) (result i64))) - (type $3 (func (param i32 i32 i32 i32))) - (type $4 (func)) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func)) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i64))) + (type $7 (func (param i32 f64))) + (type $8 (func (param i32 i32 i32 i32))) + (type $9 (func (param i32 i32 i64) (result i32))) + (type $10 (func (result i32))) + (type $11 (func (param f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) - (global $~lib/memory/__data_end i32 (i32.const 8)) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) - (global $~lib/memory/__heap_base i32 (i32.const 32776)) - (memory $0 0) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) + (global $~lib/shared/runtime/Runtime.Incremental i32 (i32.const 2)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/native/ASC_LOW_MEMORY_LIMIT i32 (i32.const 0)) + (global $assignment-chain/C._setter_cnt (mut i32) (i32.const 0)) + (global $assignment-chain/C._y (mut f64) (f64.const 0)) + (global $~lib/rt/__rtti_base i32 (i32.const 480)) + (global $~lib/memory/__data_end i32 (i32.const 508)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33276)) + (global $~lib/memory/__heap_base i32 (i32.const 33276)) + (memory $0 1) + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\00a\00s\00s\00i\00g\00n\00m\00e\00n\00t\00-\00c\00h\00a\00i\00n\00.\00t\00s\00\00\00\00\00\00\00") + (data $9 (i32.const 480) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) + (export "normal_assignment_chain" (func $assignment-chain/normal_assignment_chain)) + (export "setter_assignment_chain" (func $assignment-chain/setter_assignment_chain)) + (export "static_setter_assignment_chain" (func $assignment-chain/static_setter_assignment_chain)) (export "memory" (memory $0)) - (export "foo" (func $export:assignment-chain/foo)) - (func $assignment-chain/A#set:y (param $this i32) (param $y i64) + (start $~start) + (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) + local.get $this + local.get $nextWithColor + i32.store offset=4 + ) + (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store offset=8 + ) + (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:prev + local.get $space + return + ) + (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + return + ) + (func $~lib/rt/itcms/Object#get:color (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + return + ) + (func $~lib/rt/itcms/visitRoots (param $cookie i32) + (local $pn i32) + (local $iter i32) + local.get $cookie + call $~lib/rt/__visit_globals + global.get $~lib/rt/itcms/pinSpace + local.set $pn + local.get $pn + call $~lib/rt/itcms/Object#get:next + local.set $iter + loop $while-continue|0 + local.get $iter + local.get $pn + i32.ne + if + i32.const 1 + drop + local.get $iter + call $~lib/rt/itcms/Object#get:color + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $iter + i32.const 20 + i32.add + local.get $cookie + call $~lib/rt/__visit_members + local.get $iter + call $~lib/rt/itcms/Object#get:next + local.set $iter + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/Object#set:color (param $this i32) (param $color i32) + local.get $this + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $color + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) + local.get $this + local.get $obj + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#unlink (param $this i32) + (local $next i32) + (local $prev i32) + local.get $this + call $~lib/rt/itcms/Object#get:next + local.set $next + local.get $next + i32.const 0 + i32.eq + if + i32.const 1 + drop + local.get $this + call $~lib/rt/itcms/Object#get:prev + i32.const 0 + i32.eq + if (result i32) + local.get $this + global.get $~lib/memory/__heap_base + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + return + end + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.set $prev + i32.const 1 + drop + local.get $prev + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $next + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $next + call $~lib/rt/itcms/Object#set:next + ) + (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) + local.get $this + i32.load offset=12 + ) + (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/__typeinfo (param $id i32) (result i32) + (local $ptr i32) + global.get $~lib/rt/__rtti_base + local.set $ptr + local.get $id + local.get $ptr + i32.load + i32.gt_u + if + i32.const 224 + i32.const 288 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $ptr + i32.const 4 + i32.add + local.get $id + i32.const 4 + i32.mul + i32.add + call $~lib/shared/typeinfo/Typeinfo#get:flags + return + ) + (func $~lib/rt/itcms/Object#get:isPointerfree (param $this i32) (result i32) + (local $rtId i32) + local.get $this + call $~lib/rt/itcms/Object#get:rtId + local.set $rtId + local.get $rtId + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $rtId + call $~lib/rt/__typeinfo + i32.const 32 + i32.and + i32.const 0 + i32.ne + end + return + ) + (func $~lib/rt/itcms/Object#linkTo (param $this i32) (param $list i32) (param $withColor i32) + (local $prev i32) + local.get $list + call $~lib/rt/itcms/Object#get:prev + local.set $prev + local.get $this + local.get $list + local.get $withColor + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $this + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $this + call $~lib/rt/itcms/Object#set:next + local.get $list + local.get $this + call $~lib/rt/itcms/Object#set:prev + ) + (func $~lib/rt/itcms/Object#makeGray (param $this i32) + (local $1 i32) + local.get $this + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.tee $1 + i32.eqz + if (result i32) + i32.const 0 + i32.const 96 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + else + local.get $1 + end + global.set $~lib/rt/itcms/iter + end + local.get $this + call $~lib/rt/itcms/Object#unlink + local.get $this + global.get $~lib/rt/itcms/toSpace + local.get $this + call $~lib/rt/itcms/Object#get:isPointerfree + if (result i32) + global.get $~lib/rt/itcms/white + i32.eqz + else + i32.const 2 + end + call $~lib/rt/itcms/Object#linkTo + ) + (func $~lib/rt/itcms/__visit (param $ptr i32) (param $cookie i32) + (local $obj i32) + local.get $ptr + i32.eqz + if + return + end + local.get $ptr + i32.const 20 + i32.sub + local.set $obj + i32.const 0 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eq + if + local.get $obj + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) + (func $~lib/rt/itcms/visitStack (param $cookie i32) + (local $ptr i32) + global.get $~lib/memory/__stack_pointer + local.set $ptr + loop $while-continue|0 + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $ptr + i32.load + local.get $cookie + call $~lib/rt/itcms/__visit + local.get $ptr + i32.const 4 + i32.add + local.set $ptr + br $while-continue|0 + end + end + ) + (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) + i32.const 4 + local.get $this + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + return + ) + (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) + local.get $this + local.get $flMap + i32.store + ) + (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) + local.get $this + local.get $mmInfo + i32.store + ) + (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store offset=4 + ) + (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) + local.get $this + local.get $next + i32.store offset=8 + ) + (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $6 i32) + (local $7 i32) + (local $boundedSize i32) + (local $prev i32) + (local $next i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $root|14 i32) + (local $fl|15 i32) + (local $sl|16 i32) + (local $head i32) + (local $root|18 i32) + (local $fl|19 i32) + (local $slMap i32) + (local $root|21 i32) + (local $fl|22 i32) + (local $slMap|23 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $6 + i32.const 1073741820 + local.tee $7 + local.get $6 + local.get $7 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/tlsf/Block#get:prev + local.set $prev + local.get $block + call $~lib/rt/tlsf/Block#get:next + local.set $next + local.get $prev + if + local.get $prev + local.get $next + call $~lib/rt/tlsf/Block#set:next + end + local.get $next + if + local.get $next + local.get $prev + call $~lib/rt/tlsf/Block#set:prev + end + local.get $block + block $~lib/rt/tlsf/GETHEAD|inlined.0 (result i32) + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.0 + end + i32.eq + if + local.get $root + local.set $root|14 + local.get $fl + local.set $fl|15 + local.get $sl + local.set $sl|16 + local.get $next + local.set $head + local.get $root|14 + local.get $fl|15 + i32.const 4 + i32.shl + local.get $sl|16 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store offset=96 + local.get $next + i32.eqz + if + block $~lib/rt/tlsf/GETSL|inlined.0 (result i32) + local.get $root + local.set $root|18 + local.get $fl + local.set $fl|19 + local.get $root|18 + local.get $fl|19 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.0 + end + local.set $slMap + local.get $root + local.set $root|21 + local.get $fl + local.set $fl|22 + local.get $slMap + i32.const 1 + local.get $sl + i32.shl + i32.const -1 + i32.xor + i32.and + local.tee $slMap + local.set $slMap|23 + local.get $root|21 + local.get $fl|22 + i32.const 2 + i32.shl + i32.add + local.get $slMap|23 + i32.store offset=4 + local.get $slMap + i32.eqz + if + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.const -1 + i32.xor + i32.and + call $~lib/rt/tlsf/Root#set:flMap + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $block|3 i32) + (local $right i32) + (local $rightInfo i32) + (local $block|6 i32) + (local $block|7 i32) + (local $left i32) + (local $leftInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $13 i32) + (local $14 i32) + (local $boundedSize i32) + (local $root|16 i32) + (local $fl|17 i32) + (local $sl|18 i32) + (local $head i32) + (local $root|20 i32) + (local $fl|21 i32) + (local $sl|22 i32) + (local $head|23 i32) + (local $root|24 i32) + (local $fl|25 i32) + (local $root|26 i32) + (local $fl|27 i32) + (local $slMap i32) + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETRIGHT|inlined.0 (result i32) + local.get $block + local.set $block|3 + local.get $block|3 + i32.const 4 + i32.add + local.get $block|3 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.0 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + local.get $rightInfo + i32.const 1 + i32.and + if + local.get $root + local.get $right + call $~lib/rt/tlsf/removeBlock + local.get $block + local.get $blockInfo + i32.const 4 + i32.add + local.get $rightInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.1 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.1 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + end + local.get $blockInfo + i32.const 2 + i32.and + if + block $~lib/rt/tlsf/GETFREELEFT|inlined.0 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.sub + i32.load + br $~lib/rt/tlsf/GETFREELEFT|inlined.0 + end + local.set $left + local.get $left + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $leftInfo + i32.const 1 + drop + local.get $leftInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $left + call $~lib/rt/tlsf/removeBlock + local.get $left + local.set $block + local.get $block + local.get $leftInfo + i32.const 4 + i32.add + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + end + local.get $right + local.get $rightInfo + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + drop + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.get $right + i32.eq + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $right + i32.const 4 + i32.sub + local.get $block + i32.store + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $13 + i32.const 1073741820 + local.tee $14 + local.get $13 + local.get $14 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.1 (result i32) + local.get $root + local.set $root|16 + local.get $fl + local.set $fl|17 + local.get $sl + local.set $sl|18 + local.get $root|16 + local.get $fl|17 + i32.const 4 + i32.shl + local.get $sl|18 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.1 + end + local.set $head + local.get $block + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $block + local.get $head + call $~lib/rt/tlsf/Block#set:next + local.get $head + if + local.get $head + local.get $block + call $~lib/rt/tlsf/Block#set:prev + end + local.get $root + local.set $root|20 + local.get $fl + local.set $fl|21 + local.get $sl + local.set $sl|22 + local.get $block + local.set $head|23 + local.get $root|20 + local.get $fl|21 + i32.const 4 + i32.shl + local.get $sl|22 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head|23 + i32.store offset=96 + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.or + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|26 + local.get $fl + local.set $fl|27 + block $~lib/rt/tlsf/GETSL|inlined.1 (result i32) + local.get $root + local.set $root|24 + local.get $fl + local.set $fl|25 + local.get $root|24 + local.get $fl|25 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.1 + end + i32.const 1 + local.get $sl + i32.shl + i32.or + local.set $slMap + local.get $root|26 + local.get $fl|27 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) + (local $tail i32) + (local $tailInfo i32) + (local $size i32) + (local $leftSize i32) + (local $left i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end + i32.const 1 + drop + local.get $start + i64.extend_i32_u + local.get $endU64 + i64.le_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + local.set $start + local.get $end + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $end + block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) + local.get $root + local.set $root|4 + local.get $root|4 + i32.load offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.0 + end + local.set $tail + i32.const 0 + local.set $tailInfo + local.get $tail + if + i32.const 1 + drop + local.get $start + local.get $tail + i32.const 4 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 16 + i32.sub + local.get $tail + i32.eq + if + local.get $start + i32.const 16 + i32.sub + local.set $start + local.get $tail + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $tailInfo + else + end + else + i32.const 1 + drop + local.get $start + local.get $root + i32.const 1572 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $end + local.get $start + i32.sub + local.set $size + local.get $size + i32.const 4 + i32.const 12 + i32.add + i32.const 4 + i32.add + i32.lt_u + if + i32.const 0 + return + end + local.get $size + i32.const 2 + i32.const 4 + i32.mul + i32.sub + local.set $leftSize + local.get $start + local.set $left + local.get $left + local.get $leftSize + i32.const 1 + i32.or + local.get $tailInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:next + local.get $start + i32.const 4 + i32.add + local.get $leftSize + i32.add + local.set $tail + local.get $tail + i32.const 0 + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.set $root|10 + local.get $tail + local.set $tail|11 + local.get $root|10 + local.get $tail|11 + i32.store offset=1568 + local.get $root + local.get $left + call $~lib/rt/tlsf/insertBlock + i32.const 1 + return + ) + (func $~lib/rt/tlsf/initialize + (local $rootOffset i32) + (local $pagesBefore i32) + (local $pagesNeeded i32) + (local $root i32) + (local $root|4 i32) + (local $tail i32) + (local $fl i32) + (local $root|7 i32) + (local $fl|8 i32) + (local $slMap i32) + (local $sl i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $head i32) + (local $memStart i32) + i32.const 0 + drop + global.get $~lib/memory/__heap_base + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $rootOffset + memory.size + local.set $pagesBefore + local.get $rootOffset + i32.const 1572 + 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 $pagesNeeded + local.get $pagesNeeded + local.get $pagesBefore + i32.gt_s + if (result i32) + local.get $pagesNeeded + local.get $pagesBefore + i32.sub + memory.grow + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + local.get $rootOffset + local.set $root + local.get $root + i32.const 0 + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|4 + i32.const 0 + local.set $tail + local.get $root|4 + local.get $tail + i32.store offset=1568 + i32.const 0 + local.set $fl + loop $for-loop|0 + local.get $fl + i32.const 23 + i32.lt_u + if + local.get $root + local.set $root|7 + local.get $fl + local.set $fl|8 + i32.const 0 + local.set $slMap + local.get $root|7 + local.get $fl|8 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store offset=4 + i32.const 0 + local.set $sl + loop $for-loop|1 + local.get $sl + i32.const 16 + i32.lt_u + if + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + i32.const 0 + local.set $head + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store offset=96 + local.get $sl + i32.const 1 + i32.add + local.set $sl + br $for-loop|1 + end + end + local.get $fl + i32.const 1 + i32.add + local.set $fl + br $for-loop|0 + end + end + local.get $rootOffset + i32.const 1572 + i32.add + local.set $memStart + i32.const 0 + drop + local.get $root + local.get $memStart + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + local.get $root + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/tlsf/checkUsedBlock (param $ptr i32) (result i32) + (local $block i32) + local.get $ptr + i32.const 4 + i32.sub + local.set $block + local.get $ptr + i32.const 0 + i32.ne + if (result i32) + local.get $ptr + i32.const 15 + i32.and + i32.eqz + else + i32.const 0 + end + if (result i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.and + i32.eqz + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $block + return + ) + (func $~lib/rt/tlsf/freeBlock (param $root i32) (param $block i32) + i32.const 0 + drop + local.get $block + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $block + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/__free (param $ptr i32) + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + return + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $ptr + call $~lib/rt/tlsf/checkUsedBlock + call $~lib/rt/tlsf/freeBlock + ) + (func $~lib/rt/itcms/free (param $obj i32) + local.get $obj + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:prev + else + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.sub + global.set $~lib/rt/itcms/total + i32.const 0 + drop + local.get $obj + i32.const 4 + i32.add + call $~lib/rt/tlsf/__free + end + ) + (func $~lib/rt/itcms/step (result i32) + (local $obj i32) + (local $1 i32) + (local $black i32) + (local $from i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + local.set $1 + local.get $1 + i32.const 0 + i32.eq + br_if $case0|0 + local.get $1 + i32.const 1 + i32.eq + br_if $case1|0 + local.get $1 + i32.const 2 + i32.eq + br_if $case2|0 + br $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $black + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|1 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + global.set $~lib/rt/itcms/iter + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.eq + if + i32.const 0 + call $~lib/rt/itcms/visitStack + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|2 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $from + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $from + global.set $~lib/rt/itcms/toSpace + local.get $black + global.set $~lib/rt/itcms/white + local.get $from + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/iter + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 1 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eqz + i32.eq + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $obj + call $~lib/rt/itcms/free + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:nextWithColor + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:prev + i32.const 0 + global.set $~lib/rt/itcms/state + br $break|0 + end + i32.const 0 + return + ) + (func $~lib/rt/itcms/interrupt + (local $budget i32) + i32.const 0 + drop + i32.const 0 + drop + i32.const 1024 + i32.const 200 + i32.mul + i32.const 100 + i32.div_u + local.set $budget + loop $do-loop|0 + local.get $budget + call $~lib/rt/itcms/step + i32.sub + local.set $budget + global.get $~lib/rt/itcms/state + i32.const 0 + i32.eq + if + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i32.const 200 + i64.extend_i32_u + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + return + end + local.get $budget + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i32.const 1024 + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.mul + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + ) + (func $~lib/rt/tlsf/computeSize (param $size i32) (result i32) + local.get $size + i32.const 12 + i32.le_u + if (result i32) + i32.const 12 + else + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + end + return + ) + (func $~lib/rt/tlsf/prepareSize (param $size i32) (result i32) + local.get $size + i32.const 1073741820 + i32.gt_u + if + i32.const 32 + i32.const 368 + i32.const 461 + i32.const 29 + call $~lib/builtins/abort + unreachable + end + local.get $size + call $~lib/rt/tlsf/computeSize + return + ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) + (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) + (local $fl i32) + (local $sl i32) + (local $requestSize i32) + (local $root|5 i32) + (local $fl|6 i32) + (local $slMap i32) + (local $head i32) + (local $flMap i32) + (local $root|10 i32) + (local $fl|11 i32) + (local $root|12 i32) + (local $fl|13 i32) + (local $sl|14 i32) + (local $root|15 i32) + (local $fl|16 i32) + (local $sl|17 i32) + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $requestSize + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub + local.get $requestSize + i32.clz + i32.sub + local.set $fl + local.get $requestSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 334 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETSL|inlined.2 (result i32) + local.get $root + local.set $root|5 + local.get $fl + local.set $fl|6 + local.get $root|5 + local.get $fl|6 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.2 + end + i32.const 0 + i32.const -1 + i32.xor + local.get $sl + i32.shl + i32.and + local.set $slMap + i32.const 0 + local.set $head + local.get $slMap + i32.eqz + if + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 0 + i32.const -1 + i32.xor + local.get $fl + i32.const 1 + i32.add + i32.shl + i32.and + local.set $flMap + local.get $flMap + i32.eqz + if + i32.const 0 + local.set $head + else + local.get $flMap + i32.ctz + local.set $fl + block $~lib/rt/tlsf/GETSL|inlined.3 (result i32) + local.get $root + local.set $root|10 + local.get $fl + local.set $fl|11 + local.get $root|10 + local.get $fl|11 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.3 + end + local.set $slMap + i32.const 1 + drop + local.get $slMap + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.2 (result i32) + local.get $root + local.set $root|12 + local.get $fl + local.set $fl|13 + local.get $slMap + i32.ctz + local.set $sl|14 + local.get $root|12 + local.get $fl|13 + i32.const 4 + i32.shl + local.get $sl|14 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.2 + end + local.set $head + end + else + block $~lib/rt/tlsf/GETHEAD|inlined.3 (result i32) + local.get $root + local.set $root|15 + local.get $fl + local.set $fl|16 + local.get $slMap + i32.ctz + local.set $sl|17 + local.get $root|15 + local.get $fl|16 + i32.const 4 + i32.shl + local.get $sl|17 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.3 + end + local.set $head + end + local.get $head + return + ) + (func $~lib/rt/tlsf/growMemory (param $root i32) (param $size i32) + (local $pagesBefore i32) + (local $root|3 i32) + (local $pagesNeeded i32) + (local $5 i32) + (local $6 i32) + (local $pagesWanted i32) + (local $pagesAfter i32) + i32.const 0 + drop + local.get $size + i32.const 256 + i32.ge_u + if + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $size + end + memory.size + local.set $pagesBefore + local.get $size + i32.const 4 + local.get $pagesBefore + i32.const 16 + i32.shl + i32.const 4 + i32.sub + block $~lib/rt/tlsf/GETTAIL|inlined.1 (result i32) + local.get $root + local.set $root|3 + local.get $root|3 + i32.load offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.1 + end + i32.ne + i32.shl + i32.add + local.set $size + local.get $size + i32.const 65535 + i32.add + i32.const 65535 + i32.const -1 + i32.xor + i32.and + i32.const 16 + i32.shr_u + local.set $pagesNeeded + local.get $pagesBefore + local.tee $5 + local.get $pagesNeeded + local.tee $6 + local.get $5 + local.get $6 + i32.gt_s + select + local.set $pagesWanted + local.get $pagesWanted + memory.grow + i32.const 0 + i32.lt_s + if + local.get $pagesNeeded + memory.grow + i32.const 0 + i32.lt_s + if + unreachable + end + end + memory.size + local.set $pagesAfter + local.get $root + local.get $pagesBefore + i32.const 16 + i32.shl + local.get $pagesAfter + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + ) + (func $~lib/rt/tlsf/prepareBlock (param $root i32) (param $block i32) (param $size i32) + (local $blockInfo i32) + (local $remaining i32) + (local $spare i32) + (local $block|6 i32) + (local $block|7 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.and + i32.eqz + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 361 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $size + i32.sub + local.set $remaining + local.get $remaining + i32.const 4 + i32.const 12 + i32.add + i32.ge_u + if + local.get $block + local.get $size + local.get $blockInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.set $spare + local.get $spare + local.get $remaining + i32.const 4 + i32.sub + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $spare + call $~lib/rt/tlsf/insertBlock + else + local.get $block + local.get $blockInfo + i32.const 1 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.3 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.add + local.get $block|7 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.3 + end + block $~lib/rt/tlsf/GETRIGHT|inlined.2 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.2 + end + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 2 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + end + ) + (func $~lib/rt/tlsf/allocateBlock (param $root i32) (param $size i32) (result i32) + (local $payloadSize i32) + (local $block i32) + local.get $size + call $~lib/rt/tlsf/prepareSize + local.set $payloadSize + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + local.get $block + i32.eqz + if + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/growMemory + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + i32.const 1 + drop + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $payloadSize + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $block + call $~lib/rt/tlsf/removeBlock + local.get $root + local.get $block + local.get $payloadSize + call $~lib/rt/tlsf/prepareBlock + i32.const 0 + drop + local.get $block + return + ) + (func $~lib/rt/tlsf/__alloc (param $size i32) (result i32) + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $size + call $~lib/rt/tlsf/allocateBlock + i32.const 4 + i32.add + return + ) + (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) local.get $this - local.get $y - i64.store offset=8 + local.get $rtId + i32.store offset=12 ) - (func $assignment-chain/A#get:y (param $this i32) (result i64) + (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) local.get $this - i64.load offset=8 + local.get $rtSize + i32.store offset=16 + ) + (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) + (local $obj i32) + (local $ptr i32) + local.get $size + i32.const 1073741804 + i32.ge_u + if + i32.const 32 + i32.const 96 + i32.const 261 + i32.const 31 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + call $~lib/rt/itcms/interrupt + end + i32.const 16 + local.get $size + i32.add + call $~lib/rt/tlsf/__alloc + i32.const 4 + i32.sub + local.set $obj + local.get $obj + local.get $id + call $~lib/rt/itcms/Object#set:rtId + local.get $obj + local.get $size + call $~lib/rt/itcms/Object#set:rtSize + local.get $obj + global.get $~lib/rt/itcms/fromSpace + global.get $~lib/rt/itcms/white + call $~lib/rt/itcms/Object#linkTo + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.add + global.set $~lib/rt/itcms/total + local.get $obj + i32.const 20 + i32.add + local.set $ptr + local.get $ptr + i32.const 0 + local.get $size + memory.fill + local.get $ptr + return ) (func $assignment-chain/A#set:x (param $this i32) (param $x i64) local.get $this local.get $x i64.store ) + (func $assignment-chain/A#set:y (param $this i32) (param $y i64) + local.get $this + local.get $y + i64.store offset=8 + ) + (func $assignment-chain/B#set:_setter_cnt (param $this i32) (param $_setter_cnt i32) + local.get $this + local.get $_setter_cnt + i32.store + ) + (func $assignment-chain/B#set:_getter_cnt (param $this i32) (param $_getter_cnt i32) + local.get $this + local.get $_getter_cnt + i32.store offset=4 + ) + (func $assignment-chain/B#set:_y (param $this i32) (param $_y f64) + local.get $this + local.get $_y + f64.store offset=8 + ) + (func $assignment-chain/B#get:_setter_cnt (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $assignment-chain/B#get:_getter_cnt (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $assignment-chain/C.set:y (param $z f64) + global.get $assignment-chain/C._setter_cnt + i32.const 1 + i32.add + global.set $assignment-chain/C._setter_cnt + local.get $z + global.set $assignment-chain/C._y + ) + (func $assignment-chain/static_setter_assignment_chain + (local $0 f64) + f64.const 1 + local.tee $0 + call $assignment-chain/C.set:y + local.get $0 + call $assignment-chain/C.set:y + global.get $assignment-chain/C._setter_cnt + i32.const 2 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 45 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + ) + (func $start:assignment-chain + memory.size + i32.const 16 + i32.shl + global.get $~lib/memory/__heap_base + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 144 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/pinSpace + i32.const 176 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/toSpace + i32.const 320 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/fromSpace + call $assignment-chain/normal_assignment_chain + call $assignment-chain/setter_assignment_chain + call $assignment-chain/static_setter_assignment_chain + ) + (func $~lib/rt/__visit_globals (param $0 i32) + (local $1 i32) + i32.const 224 + local.get $0 + call $~lib/rt/itcms/__visit + i32.const 32 + local.get $0 + call $~lib/rt/itcms/__visit + ) + (func $~lib/arraybuffer/ArrayBufferView~visit (param $0 i32) (param $1 i32) + (local $2 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + i32.load + local.tee $2 + if + local.get $2 + local.get $1 + call $~lib/rt/itcms/__visit + end + ) + (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) + ) + (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) + block $invalid + block $assignment-chain/B + block $assignment-chain/A + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $assignment-chain/A $assignment-chain/B $invalid + end + return + end + return + end + return + end + local.get $0 + local.get $1 + call $~lib/arraybuffer/ArrayBufferView~visit + return + end + return + end + return + end + unreachable + ) + (func $~start + call $start:assignment-chain + ) (func $~stack_check global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__data_end i32.lt_s if - i32.const 32800 - i32.const 32848 + i32.const 33296 + i32.const 33344 i32.const 1 i32.const 1 call $~lib/builtins/abort unreachable end ) - (func $assignment-chain/foo (param $a i32) + (func $assignment-chain/A#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + call $~lib/object/Object#constructor + local.tee $this + i32.store + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i64.const 0 + call $assignment-chain/A#set:x + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i64.const 0 + call $assignment-chain/A#set:y + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) + (func $assignment-chain/normal_assignment_chain + (local $x i32) + (local $cnt i32) + (local $2 i32) + (local $3 i64) + (local $4 i32) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 0 + call $assignment-chain/A#constructor + local.tee $x + i32.store + i32.const 0 + local.set $cnt + local.get $x + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=4 + local.get $4 + local.get $x + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=8 + local.get $4 + local.get $cnt + local.tee $2 + i32.const 1 + i32.add + local.set $cnt + local.get $2 + i64.extend_i32_s + local.tee $3 + call $assignment-chain/A#set:y + local.get $3 + call $assignment-chain/A#set:x + local.get $cnt + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 10 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $assignment-chain/B#constructor (param $this i32) (result i32) (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.const 5 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + call $~lib/object/Object#constructor + local.tee $this + i32.store + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $assignment-chain/B#set:_setter_cnt + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $assignment-chain/B#set:_getter_cnt + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + f64.const 0 + call $assignment-chain/B#set:_y + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) + (func $assignment-chain/B#set:y (param $this i32) (param $z f64) (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -51,48 +2595,139 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - local.get $a + local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 - local.get $a - local.tee $1 + local.get $this local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 local.get $2 - i64.const 1 - call $assignment-chain/A#set:y + call $assignment-chain/B#get:_setter_cnt + i32.const 1 + i32.add + call $assignment-chain/B#set:_setter_cnt + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + local.get $z + call $assignment-chain/B#set:_y + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $assignment-chain/setter_assignment_chain + (local $x i32) + (local $1 f64) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 0 + call $assignment-chain/B#constructor + local.tee $x + i32.store + local.get $x + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + local.get $x + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=8 + local.get $2 + f64.const 1 + local.tee $1 + call $assignment-chain/B#set:y local.get $1 + call $assignment-chain/B#set:y + local.get $x local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 local.get $2 - call $assignment-chain/A#get:y - call $assignment-chain/A#set:x + call $assignment-chain/B#get:_setter_cnt + i32.const 2 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 30 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $x + local.set $2 global.get $~lib/memory/__stack_pointer - i32.const 8 + local.get $2 + i32.store offset=4 + local.get $2 + call $assignment-chain/B#get:_getter_cnt + i32.const 0 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 31 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) - (func $export:assignment-chain/foo (param $0 i32) + (func $~lib/object/Object#constructor (param $this i32) (result i32) + (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - local.get $0 + i32.const 0 i32.store - local.get $0 - call $assignment-chain/foo + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + local.get $this + local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer + local.get $1 ) ) diff --git a/tests/compiler/assignment-chain.release.wat b/tests/compiler/assignment-chain.release.wat index 254e3e6189..f7c0cdbab6 100644 --- a/tests/compiler/assignment-chain.release.wat +++ b/tests/compiler/assignment-chain.release.wat @@ -1,32 +1,1655 @@ (module - (type $0 (func (param i32 i32 i32 i32))) + (type $0 (func)) (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33792)) - (memory $0 0) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $assignment-chain/C._setter_cnt (mut i32) (i32.const 0)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34300)) + (memory $0 1) + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) "<") + (data $8.1 (i32.const 1448) "\02\00\00\00&\00\00\00a\00s\00s\00i\00g\00n\00m\00e\00n\00t\00-\00c\00h\00a\00i\00n\00.\00t\00s") + (data $9 (i32.const 1504) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 ") + (export "normal_assignment_chain" (func $assignment-chain/normal_assignment_chain)) + (export "setter_assignment_chain" (func $assignment-chain/setter_assignment_chain)) + (export "static_setter_assignment_chain" (func $assignment-chain/static_setter_assignment_chain)) (export "memory" (memory $0)) - (export "foo" (func $export:assignment-chain/foo)) - (func $export:assignment-chain/foo (param $0 i32) + (start $~start) + (func $~lib/rt/itcms/visitRoots + (local $0 i32) (local $1 i32) - global.get $~lib/memory/__stack_pointer + i32.const 1248 + call $~lib/rt/itcms/__visit + i32.const 1056 + call $~lib/rt/itcms/__visit + global.get $~lib/rt/itcms/pinSpace + local.tee $1 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|0 + local.get $0 + local.get $1 + i32.ne + if + local.get $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1120 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $1 + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $1 + i32.load offset=8 + local.tee $0 + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end + local.get $0 + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$129 + local.get $1 + i32.load offset=4 + i32.const -4 + i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34300 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$129 + end + local.get $1 + i32.load offset=8 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + end + global.get $~lib/rt/itcms/toSpace + local.set $2 + local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1504 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1508 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 + local.get $2 + i32.load offset=8 + local.set $0 + local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select + local.get $2 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $2 + local.get $1 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) + (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $1 + i32.load + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const -4 + i32.and + local.tee $3 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1392 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const 256 + i32.lt_u + if (result i32) + local.get $3 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $3 + local.get $3 + i32.const 1073741820 + i32.ge_u + select + local.tee $3 + i32.clz + i32.sub + local.tee $4 + i32.const 7 + i32.sub + local.set $2 + local.get $3 + local.get $4 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $3 + i32.const 16 + i32.lt_u + local.get $2 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load offset=8 + local.set $5 + local.get $1 + i32.load offset=4 + local.tee $4 + if + local.get $4 + local.get $5 + i32.store offset=8 + end + local.get $5 + if + local.get $5 + local.get $4 + i32.store offset=4 + end + local.get $1 + local.get $0 + local.get $2 + i32.const 4 + i32.shl + local.get $3 + i32.add + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load offset=96 + i32.eq + if + local.get $1 + local.get $5 + i32.store offset=96 + local.get $5 + i32.eqz + if + local.get $0 + local.get $2 + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load offset=4 + i32.const -2 + local.get $3 + i32.rotl + i32.and + local.set $3 + local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + i32.eqz + if + local.get $0 + local.get $0 + i32.load + i32.const -2 + local.get $2 + i32.rotl + i32.and + i32.store + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + local.get $1 + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load + local.tee $2 + i32.const 1 + i32.and + if + local.get $0 + local.get $4 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $3 + i32.const 4 + i32.add + local.get $2 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load + local.set $2 + end + local.get $3 + i32.const 2 + i32.and + if + local.get $1 + i32.const 4 + i32.sub + i32.load + local.tee $1 + i32.load + local.tee $6 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $1 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $6 + i32.const 4 + i32.add + local.get $3 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store + end + local.get $4 + local.get $2 + i32.const 2 + i32.or + i32.store + local.get $3 + i32.const -4 + i32.and + local.tee $2 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1392 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $1 + i32.const 4 + i32.add + local.get $2 + i32.add + i32.ne + if + i32.const 0 + i32.const 1392 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 i32.const 4 i32.sub + local.get $1 + i32.store + local.get $2 + i32.const 256 + i32.lt_u + if (result i32) + local.get $2 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $2 + local.get $2 + i32.const 1073741820 + i32.ge_u + select + local.tee $2 + i32.clz + i32.sub + local.tee $3 + i32.const 7 + i32.sub + local.set $5 + local.get $2 + local.get $3 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $2 + i32.const 16 + i32.lt_u + local.get $5 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + local.set $3 + local.get $1 + i32.const 0 + i32.store offset=4 + local.get $1 + local.get $3 + i32.store offset=8 + local.get $3 + if + local.get $3 + local.get $1 + i32.store offset=4 + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $1 + i32.store offset=96 + local.get $0 + local.get $0 + i32.load + i32.const 1 + local.get $5 + i32.shl + i32.or + i32.store + local.get $0 + local.get $5 + i32.const 2 + i32.shl + i32.add + local.tee $0 + local.get $0 + i32.load offset=4 + i32.const 1 + local.get $2 + i32.shl + i32.or + i32.store offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $2 + local.get $1 + i64.extend_i32_u + i64.lt_u + if + i32.const 0 + i32.const 1392 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + local.set $1 + local.get $0 + i32.load offset=1568 + local.tee $3 + if + local.get $3 + i32.const 4 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1392 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $3 + local.get $1 + i32.const 16 + i32.sub + local.tee $5 + i32.eq + if + local.get $3 + i32.load + local.set $4 + local.get $5 + local.set $1 + end + else + local.get $0 + i32.const 1572 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1392 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $2 + i32.wrap_i64 + i32.const -16 + i32.and + local.get $1 + i32.sub + local.tee $3 + i32.const 20 + i32.lt_u + if + return + end + local.get $1 + local.get $4 + i32.const 2 + i32.and + local.get $3 + i32.const 8 + i32.sub + local.tee $3 + i32.const 1 + i32.or + i32.or + i32.store + local.get $1 + i32.const 0 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.store offset=8 + local.get $1 + i32.const 4 + i32.add + local.get $3 + i32.add + local.tee $3 + i32.const 2 + i32.store + local.get $0 + local.get $3 + i32.store offset=1568 + local.get $0 + local.get $1 + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/initialize + (local $0 i32) + (local $1 i32) + memory.size + local.tee $1 + i32.const 0 + i32.le_s + if (result i32) + i32.const 1 + local.get $1 + i32.sub + memory.grow + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + i32.const 34304 + i32.const 0 + i32.store + i32.const 35872 + i32.const 0 + i32.store + loop $for-loop|0 + local.get $0 + i32.const 23 + i32.lt_u + if + local.get $0 + i32.const 2 + i32.shl + i32.const 34304 + i32.add + i32.const 0 + i32.store offset=4 + i32.const 0 + local.set $1 + loop $for-loop|1 + local.get $1 + i32.const 16 + i32.lt_u + if + local.get $0 + i32.const 4 + i32.shl + local.get $1 + i32.add + i32.const 2 + i32.shl + i32.const 34304 + i32.add + i32.const 0 + i32.store offset=96 + local.get $1 + i32.const 1 + i32.add + local.set $1 + br $for-loop|1 + end + end + local.get $0 + i32.const 1 + i32.add + local.set $0 + br $for-loop|0 + end + end + i32.const 34304 + i32.const 35876 + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + i32.const 34304 + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/itcms/step (result i32) + (local $0 i32) + (local $1 i32) + (local $2 i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + br_table $case0|0 $case1|0 $case2|0 $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $1 + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|1 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + global.set $~lib/rt/itcms/iter + local.get $1 + local.get $0 + i32.load offset=4 + local.tee $2 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $2 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store offset=4 + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + return + end + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + i32.eq + if + global.get $~lib/memory/__stack_pointer + local.set $0 + loop $while-continue|0 + local.get $0 + i32.const 34300 + i32.lt_u + if + local.get $0 + i32.load + call $~lib/rt/itcms/__visit + local.get $0 + i32.const 4 + i32.add + local.set $0 + br $while-continue|0 + end + end + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|2 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $1 + local.get $0 + i32.load offset=4 + local.tee $2 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $2 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store offset=4 + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + end + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $0 + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $0 + global.set $~lib/rt/itcms/toSpace + local.get $1 + global.set $~lib/rt/itcms/white + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/iter + local.tee $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + i32.load offset=4 + local.tee $1 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/white + i32.eqz + local.get $1 + i32.const 3 + i32.and + i32.ne + if + i32.const 0 + i32.const 1120 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 34300 + i32.lt_u + if + local.get $0 + i32.const 0 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store offset=8 + else + global.get $~lib/rt/itcms/total + local.get $0 + i32.load + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.sub + global.set $~lib/rt/itcms/total + local.get $0 + i32.const 4 + i32.add + local.tee $0 + i32.const 34300 + i32.ge_u + if + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.set $1 + local.get $0 + i32.const 4 + i32.sub + local.set $2 + local.get $0 + i32.const 15 + i32.and + i32.const 1 + local.get $0 + select + if (result i32) + i32.const 1 + else + local.get $2 + i32.load + i32.const 1 + i32.and + end + if + i32.const 0 + i32.const 1392 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $2 + local.get $2 + i32.load + i32.const 1 + i32.or + i32.store + local.get $1 + local.get $2 + call $~lib/rt/tlsf/insertBlock + end + end + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + local.tee $0 + local.get $0 + i32.store offset=4 + local.get $0 + local.get $0 + i32.store offset=8 + i32.const 0 + global.set $~lib/rt/itcms/state + end + i32.const 0 + ) + (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + local.get $1 + i32.const 256 + i32.lt_u + if + local.get $1 + i32.const 4 + i32.shr_u + local.set $1 + else + local.get $1 + i32.const 536870910 + i32.lt_u + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 + i32.clz + i32.sub + local.tee $2 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 + end + local.get $1 + i32.const 16 + i32.lt_u + local.get $2 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 334 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + i32.const -1 + local.get $1 + i32.shl + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + local.get $2 + i32.const 4 + i32.shl + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + else + local.get $0 + i32.load + i32.const -1 + local.get $2 + i32.const 1 + i32.add + i32.shl + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + local.tee $1 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.ctz + local.get $1 + i32.const 4 + i32.shl + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + else + i32.const 0 + end + end + ) + (func $~lib/rt/itcms/__new (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + local.get $0 + i32.const 1073741804 + i32.ge_u + if + i32.const 1056 + i32.const 1120 + i32.const 261 + i32.const 31 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + block $__inlined_func$~lib/rt/itcms/interrupt$69 + i32.const 2048 + local.set $2 + loop $do-loop|0 + local.get $2 + call $~lib/rt/itcms/step + i32.sub + local.set $2 + global.get $~lib/rt/itcms/state + i32.eqz + if + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i64.const 200 + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + br $__inlined_func$~lib/rt/itcms/interrupt$69 + end + local.get $2 + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + global.get $~lib/rt/itcms/total + local.tee $2 + local.get $2 + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.const 10 + i32.shl + i32.add + global.set $~lib/rt/itcms/threshold + end + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.set $4 + local.get $0 + i32.const 16 + i32.add + local.tee $2 + i32.const 1073741820 + i32.gt_u + if + i32.const 1056 + i32.const 1392 + i32.const 461 + i32.const 29 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $2 + i32.const 12 + i32.le_u + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end + local.tee $5 + call $~lib/rt/tlsf/searchBlock + local.tee $2 + i32.eqz + if + memory.size + local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end + else + local.get $5 + end + i32.const 4 + local.get $4 + i32.load offset=1568 + local.get $2 + i32.const 16 + i32.shl + i32.const 4 + i32.sub + i32.ne + i32.shl + i32.add + i32.const 65535 + i32.add + i32.const -65536 + i32.and + i32.const 16 + i32.shr_u + local.tee $3 + local.get $2 + local.get $3 + i32.gt_s + select + memory.grow + i32.const 0 + i32.lt_s + if + local.get $3 + memory.grow + i32.const 0 + i32.lt_s + if + unreachable + end + end + local.get $4 + local.get $2 + i32.const 16 + i32.shl + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + local.get $4 + local.get $5 + call $~lib/rt/tlsf/searchBlock + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + local.get $5 + local.get $2 + i32.load + i32.const -4 + i32.and + i32.gt_u + if + i32.const 0 + i32.const 1392 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $2 + call $~lib/rt/tlsf/removeBlock + local.get $2 + i32.load + local.set $6 + local.get $5 + i32.const 4 + i32.add + i32.const 15 + i32.and + if + i32.const 0 + i32.const 1392 + i32.const 361 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $6 + i32.const -4 + i32.and + local.get $5 + i32.sub + local.tee $3 + i32.const 16 + i32.ge_u + if + local.get $2 + local.get $5 + local.get $6 + i32.const 2 + i32.and + i32.or + i32.store + local.get $2 + i32.const 4 + i32.add + local.get $5 + i32.add + local.tee $5 + local.get $3 + i32.const 4 + i32.sub + i32.const 1 + i32.or + i32.store + local.get $4 + local.get $5 + call $~lib/rt/tlsf/insertBlock + else + local.get $2 + local.get $6 + i32.const -2 + i32.and + i32.store + local.get $2 + i32.const 4 + i32.add + local.get $2 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $3 + local.get $3 + i32.load + i32.const -3 + i32.and + i32.store + end + local.get $2 + local.get $1 + i32.store offset=12 + local.get $2 + local.get $0 + i32.store offset=16 + global.get $~lib/rt/itcms/fromSpace + local.tee $1 + i32.load offset=8 + local.set $3 + local.get $2 + local.get $1 + global.get $~lib/rt/itcms/white + i32.or + i32.store offset=4 + local.get $2 + local.get $3 + i32.store offset=8 + local.get $3 + local.get $2 + local.get $3 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $1 + local.get $2 + i32.store offset=8 + global.get $~lib/rt/itcms/total + local.get $2 + i32.load + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.add + global.set $~lib/rt/itcms/total + local.get $2 + i32.const 20 + i32.add + local.tee $1 + i32.const 0 + local.get $0 + memory.fill + local.get $1 + ) + (func $assignment-chain/static_setter_assignment_chain + global.get $assignment-chain/C._setter_cnt + i32.const 1 + i32.add + global.set $assignment-chain/C._setter_cnt + global.get $assignment-chain/C._setter_cnt + i32.const 1 + i32.add + global.set $assignment-chain/C._setter_cnt + global.get $assignment-chain/C._setter_cnt + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1456 + i32.const 45 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + ) + (func $~lib/rt/__visit_members (param $0 i32) + block $invalid + block $assignment-chain/B + block $assignment-chain/A + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $assignment-chain/A $assignment-chain/B $invalid + end + return + end + return + end + return + end + local.get $0 + i32.load + local.tee $0 + if + local.get $0 + call $~lib/rt/itcms/__visit + end + return + end + return + end + return + end + unreachable + ) + (func $~start + memory.size + i32.const 16 + i32.shl + i32.const 34300 + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 1172 + i32.const 1168 + i32.store + i32.const 1176 + i32.const 1168 + i32.store + i32.const 1168 + global.set $~lib/rt/itcms/pinSpace + i32.const 1204 + i32.const 1200 + i32.store + i32.const 1208 + i32.const 1200 + i32.store + i32.const 1200 + global.set $~lib/rt/itcms/toSpace + i32.const 1348 + i32.const 1344 + i32.store + i32.const 1352 + i32.const 1344 + i32.store + i32.const 1344 + global.set $~lib/rt/itcms/fromSpace + call $assignment-chain/normal_assignment_chain + call $assignment-chain/setter_assignment_chain + call $assignment-chain/static_setter_assignment_chain + ) + (func $assignment-chain/normal_assignment_chain + (local $0 i32) + (local $1 i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 global.get $~lib/memory/__stack_pointer - i32.const 1024 + i32.const 1532 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $0 + i64.const 0 + i64.store + local.get $0 + i32.const 0 + i32.store offset=8 local.get $0 - i32.store - local.get $1 i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1024 + i32.const 1532 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -34,36 +1657,266 @@ i64.const 0 i64.store local.get $1 - local.get $0 + i32.const 16 + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $2 i32.store + global.get $~lib/memory/__stack_pointer + local.tee $1 + local.get $2 + i32.store offset=4 + local.get $1 + local.get $2 + call $~lib/object/Object#constructor + local.tee $1 + i32.store + global.get $~lib/memory/__stack_pointer local.get $1 - local.get $0 i32.store offset=4 - local.get $0 - i64.const 1 - i64.store offset=8 local.get $1 + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i64.const 0 + i64.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer local.get $0 + local.get $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 + local.get $1 + i64.const 0 + i64.store offset=8 + local.get $1 + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + return + end + i32.const 34320 + i32.const 34368 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $assignment-chain/B#set:y (param $0 i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1532 + i32.lt_s + if + i32.const 34320 + i32.const 34368 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $1 + i64.const 0 + i64.store + local.get $1 + local.get $0 + i32.store + local.get $1 + local.get $0 + i32.store offset=4 + local.get $0 + local.get $0 + i32.load + i32.const 1 + i32.add + i32.store + local.get $1 + local.get $0 + i32.store + local.get $0 + f64.const 1 + f64.store offset=8 + local.get $1 + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $assignment-chain/setter_assignment_chain + (local $0 i32) + (local $1 i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 1532 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $0 + i64.const 0 + i64.store local.get $0 + i32.const 0 + i32.store offset=8 local.get $0 - i64.load offset=8 + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1532 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $1 + i64.const 0 i64.store local.get $1 + i32.const 16 + i32.const 5 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store + global.get $~lib/memory/__stack_pointer + local.tee $1 + local.get $2 + i32.store offset=4 + local.get $1 + local.get $2 + call $~lib/object/Object#constructor + local.tee $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + f64.const 0 + f64.store offset=8 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer + local.get $0 + local.get $1 + i32.store global.get $~lib/memory/__stack_pointer - i32.const 4 + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 + local.get $1 + call $assignment-chain/B#set:y + local.get $1 + call $assignment-chain/B#set:y + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.load + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1456 + i32.const 30 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.load offset=4 + if + i32.const 0 + i32.const 1456 + i32.const 31 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer return end - i32.const 33824 - i32.const 33872 + i32.const 34320 + i32.const 34368 i32.const 1 i32.const 1 call $~lib/builtins/abort unreachable ) + (func $~lib/object/Object#constructor (param $0 i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1532 + i32.lt_s + if + i32.const 34320 + i32.const 34368 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $1 + i32.const 0 + i32.store + local.get $0 + i32.eqz + if + local.get $1 + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) ) diff --git a/tests/compiler/assignment-chain.ts b/tests/compiler/assignment-chain.ts index f22186a7bc..94fde68263 100644 --- a/tests/compiler/assignment-chain.ts +++ b/tests/compiler/assignment-chain.ts @@ -3,6 +3,45 @@ class A { y: i64 = 0; } -export function foo(a: A): void { - a.x = a.y = 1; +export function normal_assignment_chain(): void { + let x = new A(); + let cnt = 0; + x.x = x.y = cnt++; + assert(cnt == 1); // `cnt++` should be executed only once } +normal_assignment_chain(); + +class B { + _setter_cnt: i32 = 0; + _getter_cnt: i32 = 0; + _y: f64 = 0.0; + set y(z: f64) { + this._setter_cnt += 1; + this._y = z; + } + get y(): f64 { + this._getter_cnt += 1; + return this._y; + } +} +export function setter_assignment_chain(): void { + let x = new B(); + x.y = x.y = 1; + assert(x._setter_cnt == 2); + assert(x._getter_cnt == 0); // should not use getter method +} +setter_assignment_chain(); + +class C { + static _setter_cnt: i32 = 0; + static _y: f64 = 0.0; + static set y(z: f64) { + C._setter_cnt += 1; + C._y = z; + } +} +export function static_setter_assignment_chain(): void { + C.y = C.y = 1; + assert(C._setter_cnt == 2); +} +static_setter_assignment_chain(); \ No newline at end of file diff --git a/tests/compiler/getter-setter.debug.wat b/tests/compiler/getter-setter.debug.wat index b1f3ad8a9a..82ad196874 100644 --- a/tests/compiler/getter-setter.debug.wat +++ b/tests/compiler/getter-setter.debug.wat @@ -23,6 +23,7 @@ global.set $getter-setter/Foo._bar ) (func $start:getter-setter + (local $0 i32) call $getter-setter/Foo.get:bar i32.const 0 i32.eq @@ -50,8 +51,9 @@ unreachable end i32.const 2 + local.tee $0 call $getter-setter/Foo.set:bar - call $getter-setter/Foo.get:bar + local.get $0 i32.const 2 i32.eq i32.eqz From 7b4a5c382e2e6939e6c336b389190f4f84cf34cb Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Thu, 9 Nov 2023 23:54:25 +0800 Subject: [PATCH 032/103] build: fix watch does not work (#2785) --- scripts/build.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/scripts/build.js b/scripts/build.js index 0bc68ca1d2..ecf0a0f0b3 100644 --- a/scripts/build.js +++ b/scripts/build.js @@ -215,9 +215,12 @@ const common = { async function invokeBuild(options) { const ctx = await esbuild.context(options); - if (watch) await ctx.watch(); - else await ctx.rebuild(); - ctx.dispose(); + if (watch) { + await ctx.watch(); + } else { + await ctx.rebuild(); + ctx.dispose(); + } } const srcBuild = invokeBuild({ From 041203050907a0f82e058916e542ec6b6d0c6f6e Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Fri, 10 Nov 2023 00:16:37 +0800 Subject: [PATCH 033/103] build: fix package miss files (#2786) --- .gitignore | 7 +++++++ dist/.gitignore | 6 ------ 2 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 dist/.gitignore diff --git a/.gitignore b/.gitignore index 69530fae65..79bb9e71d8 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,10 @@ raw/ cli/index.generated.js src/diagnosticMessages.generated.ts coverage/ + +dist/*.generated.d.ts +dist/*.map +dist/asc.js +dist/assemblyscript.js +dist/importmap.json +dist/web.js diff --git a/dist/.gitignore b/dist/.gitignore deleted file mode 100644 index b1de5a884c..0000000000 --- a/dist/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -*.generated.d.ts -*.map -asc.js -assemblyscript.js -importmap.json -web.js \ No newline at end of file From 6eb69a870c3436478c6d1f32ff32b0cb86d95058 Mon Sep 17 00:00:00 2001 From: CountBleck Date: Thu, 9 Nov 2023 10:22:36 -0800 Subject: [PATCH 034/103] Allow manually triggered publishes (#2788) --- .github/workflows/publish.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3cf9f82679..a8b2d99a46 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,5 +1,8 @@ name: Publish on: + # Note that the main branch will be used regardless of the branch chosen + # in the web interface. + workflow_dispatch: schedule: - cron: '0 0 * * *' jobs: From f055bff577ddf2694114c7dcf324334ee8795812 Mon Sep 17 00:00:00 2001 From: CountBleck Date: Thu, 9 Nov 2023 10:35:57 -0800 Subject: [PATCH 035/103] fix: placeholder commit for aspublish (#2789) The commit that fixed the regression didn't start with "fix:" and such, so this commit accounts for that instead. From aa54a2bb321920b8e0c06842eb5b0697ddbae0d4 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Wed, 15 Nov 2023 08:34:22 +0800 Subject: [PATCH 036/103] chore: chmod 755 for bin/asinit (#2796) --- bin/asinit.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 bin/asinit.js diff --git a/bin/asinit.js b/bin/asinit.js old mode 100644 new mode 100755 From 4f15024d3066c36e4c02ddc0bad91c24d5faf1ba Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Wed, 15 Nov 2023 08:45:52 +0800 Subject: [PATCH 037/103] fix: add diagnose when initializing field in interface (#2797) --- src/diagnosticMessages.json | 1 + src/program.ts | 4 ++++ tests/compiler/interface-with-initializer.json | 7 +++++++ tests/compiler/interface-with-initializer.ts | 9 +++++++++ 4 files changed, 21 insertions(+) create mode 100644 tests/compiler/interface-with-initializer.json create mode 100644 tests/compiler/interface-with-initializer.ts diff --git a/src/diagnosticMessages.json b/src/diagnosticMessages.json index e15946207a..3ff9e9f162 100644 --- a/src/diagnosticMessages.json +++ b/src/diagnosticMessages.json @@ -119,6 +119,7 @@ "Decorators are not valid here.": 1206, "'abstract' modifier can only appear on a class, method, or property declaration.": 1242, "Method '{0}' cannot have an implementation because it is marked abstract.": 1245, + "An interface property cannot have an initializer.": 1246, "A definite assignment assertion '!' is not permitted in this context.": 1255, "A class may only extend another class.": 1311, "A parameter property cannot be declared using a rest parameter.": 1317, diff --git a/src/program.ts b/src/program.ts index 1f9849eec2..3174be4875 100644 --- a/src/program.ts +++ b/src/program.ts @@ -2671,6 +2671,10 @@ export class Program extends DiagnosticEmitter { /** Parent interface. */ parent: InterfacePrototype ): void { + let initializer = declaration.initializer; + if (initializer) { + this.error(DiagnosticCode.An_interface_property_cannot_have_an_initializer, initializer.range); + } let typeNode = declaration.type; if (!typeNode) typeNode = Node.createOmittedType(declaration.name.range.atEnd); this.initializeProperty( diff --git a/tests/compiler/interface-with-initializer.json b/tests/compiler/interface-with-initializer.json new file mode 100644 index 0000000000..be54c01a3f --- /dev/null +++ b/tests/compiler/interface-with-initializer.json @@ -0,0 +1,7 @@ +{ + "asc_flags": [ + ], + "stderr": [ + "TS1246: An interface property cannot have an initializer." + ] +} diff --git a/tests/compiler/interface-with-initializer.ts b/tests/compiler/interface-with-initializer.ts new file mode 100644 index 0000000000..c1d5689042 --- /dev/null +++ b/tests/compiler/interface-with-initializer.ts @@ -0,0 +1,9 @@ +interface I { + v: string = ""; +} + +class C implements I { + v: string = ""; +} + +new C(); From 53aab48ea85df7bca835df2187bbf65b2f750de0 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Fri, 17 Nov 2023 13:40:47 +0800 Subject: [PATCH 038/103] fix: handle nest tostack in shadowstack pass (#2792) --- src/passes/shadowstack.ts | 15 +++++++++------ tests/compiler/resolve-unary.debug.wat | 8 ++------ tests/compiler/resolve-unary.release.wat | 8 -------- 3 files changed, 11 insertions(+), 20 deletions(-) diff --git a/src/passes/shadowstack.ts b/src/passes/shadowstack.ts index 4d08e39971..d34997ed08 100644 --- a/src/passes/shadowstack.ts +++ b/src/passes/shadowstack.ts @@ -159,18 +159,21 @@ type TempMap = Map; /** Attempts to match the `__tostack(value)` pattern. Returns `value` if a match, otherwise `0`. */ function matchPattern(module: Module, expr: ExpressionRef): ExpressionRef { - if ( + let isFound = false; + while ( _BinaryenExpressionGetId(expr) == ExpressionId.Call && module.readStringCached(_BinaryenCallGetTarget(expr)) == BuiltinNames.tostack ) { assert(_BinaryenCallGetNumOperands(expr) == 1); - return _BinaryenCallGetOperandAt(expr, 0); + expr = _BinaryenCallGetOperandAt(expr, 0); + isFound = true; } - return 0; + if (!isFound) return 0; + return expr; } /** Tests whether a `value` matched by `matchTostack` needs a slot. */ -function needsSlot(module: Module, value: ExpressionRef): bool { +function needsSlot(value: ExpressionRef): bool { switch (_BinaryenExpressionGetId(value)) { // no need to stack null pointers case ExpressionId.Const: return !isConstZero(value); @@ -344,7 +347,7 @@ export class ShadowStackPass extends Pass { let operand = operands[i]; let match = matchPattern(module, operand); if (!match) continue; - if (!needsSlot(module, match)) { + if (!needsSlot(match)) { operands[i] = match; continue; } @@ -434,7 +437,7 @@ export class ShadowStackPass extends Pass { let value = _BinaryenLocalSetGetValue(localSet); let match = matchPattern(module, value); if (!match) return; - if (!needsSlot(module, match)) { + if (!needsSlot(match)) { _BinaryenLocalSetSetValue(localSet, match); return; } diff --git a/tests/compiler/resolve-unary.debug.wat b/tests/compiler/resolve-unary.debug.wat index 1eff1a8a06..f22d05a02b 100644 --- a/tests/compiler/resolve-unary.debug.wat +++ b/tests/compiler/resolve-unary.debug.wat @@ -3753,10 +3753,8 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer global.get $resolve-unary/bar - local.tee $6 - i32.store + local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=12 @@ -3789,10 +3787,8 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer global.get $resolve-unary/bar - local.tee $6 - i32.store + local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=12 diff --git a/tests/compiler/resolve-unary.release.wat b/tests/compiler/resolve-unary.release.wat index 97dd0c9459..1998ea2c48 100644 --- a/tests/compiler/resolve-unary.release.wat +++ b/tests/compiler/resolve-unary.release.wat @@ -2626,10 +2626,6 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $resolve-unary/bar - local.tee $1 - i32.store - local.get $0 - local.get $1 i32.store offset=12 local.get $0 i32.const 3680 @@ -2655,10 +2651,6 @@ global.get $~lib/memory/__stack_pointer local.tee $0 global.get $resolve-unary/bar - local.tee $1 - i32.store - local.get $0 - local.get $1 i32.store offset=12 local.get $0 i32.const 3712 From 5ee17becc369c9b43f91814e09ccbe7447ff554c Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Fri, 17 Nov 2023 13:42:51 +0800 Subject: [PATCH 039/103] fix: diagnose correct class name when resolving class member fails (#2799) --- src/resolver.ts | 48 ++++++++++++++++---------------- tests/compiler/class-errors.json | 9 ++++++ tests/compiler/class-errors.ts | 7 +++++ 3 files changed, 40 insertions(+), 24 deletions(-) create mode 100644 tests/compiler/class-errors.json create mode 100644 tests/compiler/class-errors.ts diff --git a/src/resolver.ts b/src/resolver.ts index ca05a3424b..b1c2504521 100644 --- a/src/resolver.ts +++ b/src/resolver.ts @@ -1440,8 +1440,10 @@ export class Resolver extends DiagnosticEmitter { case ElementKind.InterfacePrototype: case ElementKind.Class: case ElementKind.Interface: { + let classLikeTarget = target; + let findBase = false; do { - let member = target.getMember(propertyName); + let member = classLikeTarget.getMember(propertyName); if (member) { if (member.kind == ElementKind.PropertyPrototype) { let propertyInstance = this.resolveProperty(member, reportMode); @@ -1458,34 +1460,32 @@ export class Resolver extends DiagnosticEmitter { this.currentElementExpression = null; return member; // instance FIELD, static GLOBAL, FUNCTION_PROTOTYPE, PROPERTY... } - // traverse inherited static members on the base prototype if target is a class prototype - if ( - target.kind == ElementKind.ClassPrototype || - target.kind == ElementKind.InterfacePrototype - ) { - let classPrototype = target; - let basePrototype = classPrototype.basePrototype; - if (basePrototype) { - target = basePrototype; - } else { + findBase = false; + switch (classLikeTarget.kind) { + case ElementKind.ClassPrototype: + case ElementKind.InterfacePrototype: { + // traverse inherited static members on the base prototype if target is a class prototype + let classPrototype = classLikeTarget; + let basePrototype = classPrototype.basePrototype; + if (basePrototype) { + findBase = true; + classLikeTarget = basePrototype; + } break; } - // traverse inherited instance members on the base class if target is a class instance - } else if ( - target.kind == ElementKind.Class || - target.kind == ElementKind.Interface - ) { - let classInstance = target; - let baseInstance = classInstance.base; - if (baseInstance) { - target = baseInstance; - } else { + case ElementKind.Class: + case ElementKind.Interface: { + // traverse inherited instance members on the base class if target is a class instance + let classInstance = classLikeTarget; + let baseInstance = classInstance.base; + if (baseInstance) { + findBase = true; + classLikeTarget = baseInstance; + } break; } - } else { - break; } - } while (true); + } while (findBase); break; } default: { // enums or other namespace-like elements diff --git a/tests/compiler/class-errors.json b/tests/compiler/class-errors.json new file mode 100644 index 0000000000..d852107478 --- /dev/null +++ b/tests/compiler/class-errors.json @@ -0,0 +1,9 @@ +{ + "asc_flags": [ + ], + "stderr": [ + "TS2304: Cannot find name 'T'.", + "TS2339: Property 'v' does not exist on type 'class-errors/A'.", + "EOF" + ] +} diff --git a/tests/compiler/class-errors.ts b/tests/compiler/class-errors.ts new file mode 100644 index 0000000000..ff71b03088 --- /dev/null +++ b/tests/compiler/class-errors.ts @@ -0,0 +1,7 @@ +class A { + v: T; +} + +new A().v; + +ERROR("EOF"); From 41f395a013a5007fa314ba6e0b7ed8a539ed2c95 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Fri, 17 Nov 2023 13:43:33 +0800 Subject: [PATCH 040/103] fix: add diagnose when getter is not as accessible as the setter (#2801) --- src/diagnosticMessages.json | 2 +- src/program.ts | 18 ++++++++++++++++++ src/resolver.ts | 22 +--------------------- tests/compiler/getter-setter-errors.json | 8 ++++++++ tests/compiler/getter-setter-errors.ts | 16 ++++++++++++++++ 5 files changed, 44 insertions(+), 22 deletions(-) create mode 100644 tests/compiler/getter-setter-errors.json create mode 100644 tests/compiler/getter-setter-errors.ts diff --git a/src/diagnosticMessages.json b/src/diagnosticMessages.json index 3ff9e9f162..3cc11f3825 100644 --- a/src/diagnosticMessages.json +++ b/src/diagnosticMessages.json @@ -151,7 +151,6 @@ "Operator '{0}' cannot be applied to types '{1}' and '{2}'.": 2365, "A 'super' call must be the first statement in the constructor.": 2376, "Constructors for derived classes must contain a 'super' call.": 2377, - "Getter and setter accessors do not agree in visibility.": 2379, "'get' and 'set' accessor must have the same type.": 2380, "Overload signatures must all be public, private or protected.": 2385, "Constructor implementation is missing.": 2390, @@ -200,6 +199,7 @@ "Duplicate property '{0}'.": 2718, "Property '{0}' is missing in type '{1}' but required in type '{2}'.": 2741, "Type '{0}' has no call signatures.": 2757, + "Get accessor '{0}' must be at least as accessible as the setter.": 2808, "This member cannot have an 'override' modifier because it is not declared in the base class '{0}'.": 4117, "File '{0}' not found.": 6054, diff --git a/src/program.ts b/src/program.ts index 3174be4875..febeb1227c 100644 --- a/src/program.ts +++ b/src/program.ts @@ -3088,6 +3088,13 @@ export abstract class Element { return (this.flags & vis) == (other.flags & vis); } + visibilityNoLessThan(other: Element): bool { + if (this.isPublic) return true; // public is a most frequent case + if (this.is(CommonFlags.Private)) return other.is(CommonFlags.Private); + if (this.is(CommonFlags.Protected)) return other.isAny(CommonFlags.Private | CommonFlags.Protected); + return assert(false); + } + /** Tests if this element is bound to a class. */ get isBound(): bool { let parent = this.parent; @@ -4174,6 +4181,17 @@ export class Property extends VariableLikeElement { get isField(): bool { return this.prototype.isField; } + + checkVisibility(diag: DiagnosticEmitter): void { + let propertyGetter = this.getterInstance; + let propertySetter = this.setterInstance; + if (propertyGetter && propertySetter && !propertyGetter.visibilityNoLessThan(propertySetter)) { + diag.errorRelated( + DiagnosticCode.Get_accessor_0_must_be_at_least_as_accessible_as_the_setter, + propertyGetter.identifierNode.range, propertySetter.identifierNode.range, propertyGetter.identifierNode.text + ); + } + } } /** A resolved index signature. */ diff --git a/src/resolver.ts b/src/resolver.ts index b1c2504521..d6177806bd 100644 --- a/src/resolver.ts +++ b/src/resolver.ts @@ -3384,7 +3384,6 @@ export class Resolver extends DiagnosticEmitter { // Resolve instance members let prototype = instance.prototype; let instanceMemberPrototypes = prototype.instanceMembers; - let properties = new Array(); if (instanceMemberPrototypes) { // TODO: for (let member of instanceMemberPrototypes.values()) { for (let _values = Map_values(instanceMemberPrototypes), i = 0, k = _values.length; i < k; ++i) { @@ -3464,26 +3463,6 @@ export class Resolver extends DiagnosticEmitter { } } - // Check that property getters and setters match - for (let i = 0, k = properties.length; i < k; ++i) { - let property = properties[i]; - let propertyGetter = property.getterInstance; - if (!propertyGetter) { - this.error( - DiagnosticCode.Property_0_only_has_a_setter_and_is_missing_a_getter, - property.identifierNode.range, property.name - ); - } else { - let propertySetter = property.setterInstance; - if (propertySetter && !propertyGetter.visibilityEquals(propertySetter)) { - this.errorRelated( - DiagnosticCode.Getter_and_setter_accessors_do_not_agree_in_visibility, - propertyGetter.identifierNode.range, propertySetter.identifierNode.range - ); - } - } - } - if (instance.kind != ElementKind.Interface) { // Check that all required members are implemented @@ -3707,6 +3686,7 @@ export class Resolver extends DiagnosticEmitter { } } } + instance.checkVisibility(this); return instance; } diff --git a/tests/compiler/getter-setter-errors.json b/tests/compiler/getter-setter-errors.json new file mode 100644 index 0000000000..81e016bde0 --- /dev/null +++ b/tests/compiler/getter-setter-errors.json @@ -0,0 +1,8 @@ +{ + "asc_flags": [ + ], + "stderr": [ + "TS2808: Get accessor 'm2' must be at least as accessible as the setter.", + "EOF" + ] +} diff --git a/tests/compiler/getter-setter-errors.ts b/tests/compiler/getter-setter-errors.ts new file mode 100644 index 0000000000..dd2b191127 --- /dev/null +++ b/tests/compiler/getter-setter-errors.ts @@ -0,0 +1,16 @@ +class GetSetWithoutDifferenceVisibility { + public get m1(): i32 { + return 1; + } + private set m1(v: i32) {} + + private get m2(): i32 { + return 1; + } + public set m2(v: i32) {} +} + +new GetSetWithoutDifferenceVisibility().m1; // m1 is valid +new GetSetWithoutDifferenceVisibility().m2; // m2 is invalid + +ERROR("EOF"); From 5dec4a3a82c97f3a80c86a60f49167b18267a7e5 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Fri, 17 Nov 2023 15:53:00 +0800 Subject: [PATCH 041/103] fix: string field with false value in `asconfig.js` (#2802) Co-authored-by: Zhenya.Liu --- package.json | 3 ++- tests/cli/options.js | 39 +++++++++++++++++++++++---------------- util/options.js | 1 + 3 files changed, 26 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 38e4f49ab1..c35597e8c6 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "build": "node scripts/build", "watch": "node scripts/build --watch", "coverage": "npx c8 -- npm test", - "test": "npm run test:parser && npm run test:compiler -- --parallel && npm run test:browser && npm run test:asconfig && npm run test:transform", + "test": "npm run test:parser && npm run test:compiler -- --parallel && npm run test:browser && npm run test:asconfig && npm run test:transform && npm run test:cli", "test:parser": "node --enable-source-maps tests/parser", "test:compiler": "node --enable-source-maps --no-warnings tests/compiler", "test:browser": "node --enable-source-maps tests/browser", @@ -85,6 +85,7 @@ "test:transform": "npm run test:transform:esm && npm run test:transform:cjs", "test:transform:esm": "node bin/asc tests/compiler/empty --transform ./tests/transform/index.js --noEmit && node bin/asc tests/compiler/empty --transform ./tests/transform/simple.js --noEmit", "test:transform:cjs": "node bin/asc tests/compiler/empty --transform ./tests/transform/cjs/index.js --noEmit && node bin/asc tests/compiler/empty --transform ./tests/transform/cjs/simple.js --noEmit", + "test:cli": "node tests/cli/options.js", "asbuild": "npm run asbuild:debug && npm run asbuild:release", "asbuild:debug": "node bin/asc --config src/asconfig.json --target debug", "asbuild:release": "node bin/asc --config src/asconfig.json --target release", diff --git a/tests/cli/options.js b/tests/cli/options.js index 637aae3493..1eed2763ce 100644 --- a/tests/cli/options.js +++ b/tests/cli/options.js @@ -2,18 +2,21 @@ import assert from "assert"; import * as optionsUtil from "../../util/options.js"; const config = { - "enable": { - "type": "S", - "mutuallyExclusive": "disable" + enable: { + type: "S", + mutuallyExclusive: "disable", }, - "disable": { - "type": "S", - "mutuallyExclusive": "enable" + disable: { + type: "S", + mutuallyExclusive: "enable", + }, + other: { + type: "S", + default: ["x"], + }, + bool_input_for_string: { + type: "s", }, - "other": { - "type": "S", - "default": ["x"] - } }; // Present in both should concat @@ -33,17 +36,21 @@ assert.deepStrictEqual(merged.enable, ["c"]); assert.deepStrictEqual(merged.disable, ["a", "b"]); // Populating defaults should work after the fact -optionsUtil.addDefaults(config, merged = {}); +optionsUtil.addDefaults(config, (merged = {})); assert.deepStrictEqual(merged.other, ["x"]); -optionsUtil.addDefaults(config, merged = { other: ["y"] }); +optionsUtil.addDefaults(config, (merged = { other: ["y"] })); assert.deepStrictEqual(merged.other, ["y"]); +// String test +assert.deepStrictEqual(merged.bool_input_for_string, undefined); +merged = optionsUtil.merge(config, {}, { bool_input_for_string: false }); +assert.deepStrictEqual(merged.bool_input_for_string, undefined); +merged = optionsUtil.merge(config, {}, { bool_input_for_string: true }); +assert.deepStrictEqual(merged.bool_input_for_string, ""); + // Complete usage test -let result = optionsUtil.parse([ - "--enable", "a", - "--disable", "b", -], config, false); +let result = optionsUtil.parse(["--enable", "a", "--disable", "b"], config, false); merged = optionsUtil.merge(config, result.options, { enable: ["b", "c"] }); merged = optionsUtil.merge(config, merged, { disable: ["a", "d"] }); diff --git a/util/options.js b/util/options.js index d0633b19e2..7b1c2de69a 100644 --- a/util/options.js +++ b/util/options.js @@ -150,6 +150,7 @@ function sanitizeValue(value, type) { case "f": return Number(value) || 0; case "s": { if (value === true) return ""; + if (value === false) return null; return String(value); } case "I": { From d142ac807ac8d565f39d6f8300f6fd7b2a4d5e6b Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Sun, 19 Nov 2023 20:08:14 -0800 Subject: [PATCH 042/103] fix: Improve date parsing (fractional seconds, UTC offsets) (#2803) --- NOTICE | 1 + std/assembly/date.ts | 59 +- tests/compiler/std/date.debug.wat | 5338 ++++++++++++++++----------- tests/compiler/std/date.release.wat | 3222 +++++++++------- tests/compiler/std/date.ts | 42 +- 5 files changed, 5128 insertions(+), 3534 deletions(-) diff --git a/NOTICE b/NOTICE index 4962c2400e..adca27c800 100644 --- a/NOTICE +++ b/NOTICE @@ -56,6 +56,7 @@ under the licensing terms detailed in LICENSE: * Abdul Rauf * Bach Le * Xinquan Xu +* Matt Johnson-Pint Portions of this software are derived from third-party works licensed under the following terms: diff --git a/std/assembly/date.ts b/std/assembly/date.ts index 5d77fdcbde..2f847e1786 100644 --- a/std/assembly/date.ts +++ b/std/assembly/date.ts @@ -52,7 +52,8 @@ export class Date { hour: i32 = 0, min: i32 = 0, sec: i32 = 0, - ms: i32 = 0; + ms: i32 = 0, + offsetMs: i32 = 0; let dateString = dateTimeString; let posT = dateTimeString.indexOf("T"); @@ -61,37 +62,67 @@ export class Date { let timeString: string; dateString = dateTimeString.substring(0, posT); timeString = dateTimeString.substring(posT + 1); - // parse the HH-MM-SS component + + // might end with an offset ("Z", "+05:30", "-08:00", etc.) + for (let i = timeString.length - 1; i >= 0; i--) { + let c = timeString.charCodeAt(i); + if (c == 90) { // Z + timeString = timeString.substring(0, i); + break; + } else if (c == 43 || c == 45) { // + or - + if (i == timeString.length - 1) { + throw new RangeError(E_INVALIDDATE); + } + + let posColon = timeString.indexOf(":", i + 1); + if (~posColon) { + let offsetHours = i32.parse(timeString.substring(i + 1, posColon)); + let offsetMinutes = i32.parse(timeString.substring(posColon + 1)); + offsetMs = (offsetHours * 60 + offsetMinutes) * MILLIS_PER_MINUTE; + } else { + let offsetHours = i32.parse(timeString.substring(i + 1)); + offsetMs = offsetHours * MILLIS_PER_HOUR; + } + + if (c == 45) offsetMs = -offsetMs; // negative offset + timeString = timeString.substring(0, i); + break; + } + } + + // parse the HH:MM:SS component let timeParts = timeString.split(":"); let len = timeParts.length; if (len <= 1) throw new RangeError(E_INVALIDDATE); - hour = I32.parseInt(timeParts[0]); - min = I32.parseInt(timeParts[1]); + hour = i32.parse(timeParts[0]); + min = i32.parse(timeParts[1]); if (len >= 3) { - let secAndMs = timeParts[2]; - let posDot = secAndMs.indexOf("."); + let secAndFrac = timeParts[2]; + let posDot = secAndFrac.indexOf("."); if (~posDot) { - // includes milliseconds - sec = I32.parseInt(secAndMs.substring(0, posDot)); - ms = I32.parseInt(secAndMs.substring(posDot + 1)); + // includes fractional seconds (truncate to milliseconds) + sec = i32.parse(secAndFrac.substring(0, posDot)); + ms = i32.parse(secAndFrac.substr(posDot + 1, 3).padEnd(3, "0")); } else { - sec = I32.parseInt(secAndMs); + sec = i32.parse(secAndFrac); } } } + // parse the YYYY-MM-DD component let parts = dateString.split("-"); - let year = I32.parseInt(parts[0]); + let year = i32.parse(parts[0]); let month = 1, day = 1; let len = parts.length; if (len >= 2) { - month = I32.parseInt(parts[1]); + month = i32.parse(parts[1]); if (len >= 3) { - day = I32.parseInt(parts[2]); + day = i32.parse(parts[2]); } } - return new Date(epochMillis(year, month, day, hour, min, sec, ms)); + + return new Date(epochMillis(year, month, day, hour, min, sec, ms) - offsetMs); } constructor(private epochMillis: i64) { diff --git a/tests/compiler/std/date.debug.wat b/tests/compiler/std/date.debug.wat index 38f16b3ed2..dd23468444 100644 --- a/tests/compiler/std/date.debug.wat +++ b/tests/compiler/std/date.debug.wat @@ -43,10 +43,10 @@ (global $~lib/native/ASC_SHRINK_LEVEL i32 (i32.const 0)) (global $~lib/builtins/i32.MAX_VALUE i32 (i32.const 2147483647)) (global $~lib/native/ASC_RUNTIME i32 (i32.const 2)) - (global $~lib/rt/__rtti_base i32 (i32.const 6768)) - (global $~lib/memory/__data_end i32 (i32.const 6804)) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 39572)) - (global $~lib/memory/__heap_base i32 (i32.const 39572)) + (global $~lib/rt/__rtti_base i32 (i32.const 7408)) + (global $~lib/memory/__data_end i32 (i32.const 7444)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 40212)) + (global $~lib/memory/__heap_base i32 (i32.const 40212)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00D\00a\00t\00e\00\00\00\00\00") @@ -149,16 +149,24 @@ (data $97 (i32.const 6012) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00&\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00\00\00\00\00\00\00") (data $98 (i32.const 6076) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (data $99 (i32.const 6156) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $100 (i32.const 6236) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\000\000\000\000\00\00\00\00\00") - (data $101 (i32.const 6268) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\000\000\000\001\00\00\00\00\00") - (data $102 (i32.const 6300) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\009\007\006\00\00\00\00\00") - (data $103 (i32.const 6332) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\001\009\007\006\00-\000\002\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $104 (i32.const 6380) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $105 (i32.const 6444) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00-\002\007\001\008\002\001\00-\000\004\00-\002\000\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z\00\00\00\00\00\00\00") - (data $106 (i32.const 6524) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00+\002\007\005\007\006\000\00-\000\009\00-\001\003\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z\00\00\00\00\00\00\00") - (data $107 (i32.const 6604) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00+\002\007\005\007\006\000\00-\000\009\00-\001\002\00T\002\003\00:\005\009\00:\005\009\00.\009\009\009\00Z\00\00\00\00\00\00\00") - (data $108 (i32.const 6684) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00-\002\007\001\008\002\001\00-\000\004\00-\002\000\00T\000\000\00:\000\000\00:\000\000\00.\000\000\001\00Z\00\00\00\00\00\00\00") - (data $109 (i32.const 6768) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\04A\00\00\02A\00\00\02\t\00\00") + (data $100 (i32.const 6236) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00:\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\00-\000\008\00:\000\000\00\00\00") + (data $101 (i32.const 6316) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00:\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\00+\000\005\00:\003\000\00\00\00") + (data $102 (i32.const 6396) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00,\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\00") + (data $103 (i32.const 6460) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\00Z\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $104 (i32.const 6540) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\008\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\00+\000\000\00:\000\000\00\00\00\00\00") + (data $105 (i32.const 6620) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\004\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\007\008\009\00\00\00\00\00\00\00\00\00") + (data $106 (i32.const 6700) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\007\008\009\00Z\00\00\00\00\00\00\00") + (data $107 (i32.const 6780) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00@\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\007\008\009\00+\000\000\00:\000\000\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $108 (i32.const 6876) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\000\000\000\000\00\00\00\00\00") + (data $109 (i32.const 6908) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\000\000\000\001\00\00\00\00\00") + (data $110 (i32.const 6940) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\009\007\006\00\00\00\00\00") + (data $111 (i32.const 6972) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\001\009\007\006\00-\000\002\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $112 (i32.const 7020) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $113 (i32.const 7084) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00-\002\007\001\008\002\001\00-\000\004\00-\002\000\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z\00\00\00\00\00\00\00") + (data $114 (i32.const 7164) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00+\002\007\005\007\006\000\00-\000\009\00-\001\003\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z\00\00\00\00\00\00\00") + (data $115 (i32.const 7244) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00+\002\007\005\007\006\000\00-\000\009\00-\001\002\00T\002\003\00:\005\009\00:\005\009\00.\009\009\009\00Z\00\00\00\00\00\00\00") + (data $116 (i32.const 7324) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\006\00\00\00-\002\007\001\008\002\001\00-\000\004\00-\002\000\00T\000\000\00:\000\000\00:\000\000\00.\000\000\001\00Z\00\00\00\00\00\00\00") + (data $117 (i32.const 7408) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\04A\00\00\02A\00\00\02\t\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) @@ -3487,77 +3495,6 @@ i32.load return ) - (func $~lib/array/Array<~lib/string/String>#get:length_ (param $this i32) (result i32) - local.get $this - i32.load offset=12 - ) - (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) - local.get $this - i32.load offset=8 - ) - (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) - local.get $this - i32.load - ) - (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) - local.get $this - i32.load offset=16 - ) - (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) - (local $oldObj i32) - (local $newPtr i32) - (local $4 i32) - (local $5 i32) - local.get $oldPtr - i32.const 20 - i32.sub - local.set $oldObj - local.get $size - local.get $oldObj - call $~lib/rt/common/BLOCK#get:mmInfo - i32.const 3 - i32.const -1 - i32.xor - i32.and - i32.const 16 - i32.sub - i32.le_u - if - local.get $oldObj - local.get $size - call $~lib/rt/itcms/Object#set:rtSize - local.get $oldPtr - return - end - local.get $size - local.get $oldObj - call $~lib/rt/itcms/Object#get:rtId - call $~lib/rt/itcms/__new - local.set $newPtr - local.get $newPtr - local.get $oldPtr - local.get $size - local.tee $4 - local.get $oldObj - call $~lib/rt/itcms/Object#get:rtSize - local.tee $5 - local.get $4 - local.get $5 - i32.lt_u - select - memory.copy - local.get $newPtr - return - ) - (func $~lib/array/Array<~lib/string/String>#set:length_ (param $this i32) (param $length_ i32) - local.get $this - local.get $length_ - i32.store offset=12 - ) - (func $~lib/array/Array<~lib/string/String>#get:dataStart (param $this i32) (result i32) - local.get $this - i32.load offset=4 - ) (func $~lib/util/string/isSpace (param $c i32) (result i32) (local $1 i32) local.get $c @@ -3645,6 +3582,77 @@ i32.const 0 return ) + (func $~lib/array/Array<~lib/string/String>#get:length_ (param $this i32) (result i32) + local.get $this + i32.load offset=12 + ) + (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) + local.get $this + i32.load offset=16 + ) + (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) + (local $oldObj i32) + (local $newPtr i32) + (local $4 i32) + (local $5 i32) + local.get $oldPtr + i32.const 20 + i32.sub + local.set $oldObj + local.get $size + local.get $oldObj + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.const 16 + i32.sub + i32.le_u + if + local.get $oldObj + local.get $size + call $~lib/rt/itcms/Object#set:rtSize + local.get $oldPtr + return + end + local.get $size + local.get $oldObj + call $~lib/rt/itcms/Object#get:rtId + call $~lib/rt/itcms/__new + local.set $newPtr + local.get $newPtr + local.get $oldPtr + local.get $size + local.tee $4 + local.get $oldObj + call $~lib/rt/itcms/Object#get:rtSize + local.tee $5 + local.get $4 + local.get $5 + i32.lt_u + select + memory.copy + local.get $newPtr + return + ) + (func $~lib/array/Array<~lib/string/String>#set:length_ (param $this i32) (param $length_ i32) + local.get $this + local.get $length_ + i32.store offset=12 + ) + (func $~lib/array/Array<~lib/string/String>#get:dataStart (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) i32.const 368 @@ -3814,8 +3822,8 @@ global.get $~lib/memory/__data_end i32.lt_s if - i32.const 39600 - i32.const 39648 + i32.const 40240 + i32.const 40288 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3879,7 +3887,7 @@ if i32.const 32 i32.const 80 - i32.const 100 + i32.const 131 i32.const 35 call $~lib/builtins/abort unreachable @@ -3933,7 +3941,7 @@ if i32.const 32 i32.const 80 - i32.const 112 + i32.const 143 i32.const 28 call $~lib/builtins/abort unreachable @@ -6528,18 +6536,59 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $~lib/array/ensureCapacity (param $array i32) (param $newSize i32) (param $alignLog2 i32) (param $canGrow i32) - (local $oldCapacity i32) - (local $oldData i32) + (func $~lib/string/String#charCodeAt (param $this i32) (param $pos i32) (result i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $pos + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + call $~lib/string/String#get:length + i32.ge_u + if + i32.const -1 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + local.get $this + local.get $pos + i32.const 1 + i32.shl + i32.add + i32.load16_u + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + ) + (func $~lib/util/string/strtol (param $str i32) (param $radix i32) (result i32) + (local $len i32) + (local $ptr i32) + (local $code i32) + (local $sign i32) (local $6 i32) - (local $7 i32) - (local $newCapacity i32) + (local $num i32) + (local $initial i32) (local $9 i32) (local $10 i32) - (local $11 i32) - (local $12 i32) - (local $newData i32) - (local $14 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -6548,715 +6597,351 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - local.get $array - local.set $14 + local.get $str + local.set $10 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $10 i32.store - local.get $14 - call $~lib/arraybuffer/ArrayBufferView#get:byteLength - local.set $oldCapacity - local.get $newSize - local.get $oldCapacity - local.get $alignLog2 - i32.shr_u - i32.gt_u + local.get $10 + call $~lib/string/String#get:length + local.set $len + local.get $len + i32.eqz if - local.get $newSize - i32.const 1073741820 - local.get $alignLog2 - i32.shr_u - i32.gt_u - if - i32.const 5760 - i32.const 5712 - i32.const 19 - i32.const 48 - call $~lib/builtins/abort - unreachable - end - local.get $array - local.set $14 + i32.const 0 + drop + i32.const 0 + local.set $10 global.get $~lib/memory/__stack_pointer - local.get $14 - i32.store - local.get $14 - call $~lib/arraybuffer/ArrayBufferView#get:buffer - local.set $oldData - local.get $newSize - local.tee $6 - i32.const 8 - local.tee $7 - local.get $6 - local.get $7 - i32.gt_u - select - local.get $alignLog2 - i32.shl - local.set $newCapacity - local.get $canGrow - if - local.get $oldCapacity + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $10 + return + end + local.get $str + local.set $ptr + local.get $ptr + i32.load16_u + local.set $code + loop $while-continue|0 + local.get $code + call $~lib/util/string/isSpace + if + local.get $ptr + i32.const 2 + i32.add + local.tee $ptr + i32.load16_u + local.set $code + local.get $len i32.const 1 - i32.shl - local.tee $9 - i32.const 1073741820 - local.tee $10 - local.get $9 - local.get $10 - i32.lt_u - select - local.tee $11 - local.get $newCapacity - local.tee $12 - local.get $11 - local.get $12 - i32.gt_u - select - local.set $newCapacity + i32.sub + local.set $len + br $while-continue|0 end - local.get $oldData - local.get $newCapacity - call $~lib/rt/itcms/__renew - local.set $newData - i32.const 2 - global.get $~lib/shared/runtime/Runtime.Incremental - i32.ne - drop - local.get $newData - local.get $oldData - i32.ne + end + i32.const 1 + local.set $sign + local.get $code + i32.const 45 + i32.eq + if (result i32) + i32.const 1 + else + local.get $code + i32.const 43 + i32.eq + end + if + local.get $len + i32.const 1 + i32.sub + local.tee $len + i32.eqz if - local.get $array - local.get $newData - i32.store - local.get $array - local.get $newData - i32.store offset=4 - local.get $array - local.get $newData i32.const 0 - call $~lib/rt/itcms/__link + drop + i32.const 0 + local.set $10 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $10 + return end - local.get $array - local.get $newCapacity - i32.store offset=8 - end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - ) - (func $~lib/array/Array<~lib/string/String>#__set (param $this i32) (param $index i32) (param $value i32) - (local $3 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - call $~stack_check - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - local.get $index - local.get $this - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store - local.get $3 - call $~lib/array/Array<~lib/string/String>#get:length_ - i32.ge_u - if - local.get $index - i32.const 0 - i32.lt_s + local.get $code + i32.const 45 + i32.eq if - i32.const 368 - i32.const 5712 - i32.const 130 - i32.const 22 - call $~lib/builtins/abort - unreachable + i32.const -1 + local.set $sign end - local.get $this - local.get $index - i32.const 1 - i32.add + local.get $ptr i32.const 2 - i32.const 1 - call $~lib/array/ensureCapacity - local.get $this - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store - local.get $3 - local.get $index - i32.const 1 i32.add - call $~lib/array/Array<~lib/string/String>#set:length_ + local.tee $ptr + i32.load16_u + local.set $code end - local.get $this - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store - local.get $3 - call $~lib/array/Array<~lib/string/String>#get:dataStart - local.get $index - i32.const 2 - i32.shl - i32.add - local.get $value - i32.store - i32.const 1 - drop - local.get $this - local.get $value - i32.const 1 - call $~lib/rt/itcms/__link - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - ) - (func $~lib/array/Array<~lib/string/String>#push (param $this i32) (param $value i32) (result i32) - (local $oldLen i32) - (local $len i32) - (local $4 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - call $~stack_check - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - local.get $this - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store - local.get $4 - call $~lib/array/Array<~lib/string/String>#get:length_ - local.set $oldLen - local.get $oldLen - i32.const 1 - i32.add - local.set $len - local.get $this - local.get $len - i32.const 2 - i32.const 1 - call $~lib/array/ensureCapacity - i32.const 1 - drop - local.get $this - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store - local.get $4 - call $~lib/array/Array<~lib/string/String>#get:dataStart - local.get $oldLen - i32.const 2 - i32.shl - i32.add - local.get $value - i32.store - local.get $this - local.get $value - i32.const 1 - call $~lib/rt/itcms/__link - local.get $this - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store - local.get $4 - local.get $len - call $~lib/array/Array<~lib/string/String>#set:length_ - local.get $len - local.set $4 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $4 - return - ) - (func $~lib/string/String#split (param $this i32) (param $separator i32) (param $limit i32) (result i32) - (local $3 i32) - (local $4 i32) - (local $length i32) - (local $sepLen i32) - (local $7 i32) - (local $8 i32) - (local $result i32) - (local $resultStart i32) - (local $i i32) - (local $charStr i32) - (local $result|13 i32) - (local $result|14 i32) - (local $end i32) - (local $start i32) - (local $i|17 i32) - (local $len i32) - (local $out i32) - (local $len|20 i32) - (local $out|21 i32) - (local $22 i32) - global.get $~lib/memory/__stack_pointer - i32.const 40 - i32.sub - global.set $~lib/memory/__stack_pointer - call $~stack_check - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.const 40 - memory.fill - local.get $limit - i32.eqz - if - i32.const 0 - i32.const 2 - i32.const 6 - i32.const 0 - call $~lib/rt/__newArray - local.set $22 - global.get $~lib/memory/__stack_pointer - i32.const 40 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $22 - return - end - local.get $separator - i32.const 0 - i32.eq + local.get $radix if - global.get $~lib/memory/__stack_pointer - i32.const 1 + local.get $radix i32.const 2 - i32.const 6 - i32.const 0 - call $~lib/rt/__newArray - local.tee $3 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.load offset=4 - local.tee $4 - i32.store offset=4 - local.get $3 - i32.const 0 - local.get $this - call $~lib/array/Array<~lib/string/String>#__set - local.get $3 - local.set $22 - global.get $~lib/memory/__stack_pointer - i32.const 40 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $22 - return - end - local.get $this - local.set $22 - global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 - call $~lib/string/String#get:length - local.set $length - local.get $separator - local.set $22 - global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 - call $~lib/string/String#get:length - local.set $sepLen - local.get $limit - i32.const 0 - i32.lt_s - if - global.get $~lib/builtins/i32.MAX_VALUE - local.set $limit - end - local.get $sepLen - i32.eqz - if - local.get $length - i32.eqz + i32.lt_s + if (result i32) + i32.const 1 + else + local.get $radix + i32.const 36 + i32.gt_s + end if i32.const 0 - i32.const 2 - i32.const 6 + drop i32.const 0 - call $~lib/rt/__newArray - local.set $22 + local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $10 return end - local.get $length - local.tee $7 - local.get $limit - local.tee $8 - local.get $7 - local.get $8 - i32.lt_s - select - local.set $length - global.get $~lib/memory/__stack_pointer - local.get $length - i32.const 2 - i32.const 6 - i32.const 0 - call $~lib/rt/__newArray - local.tee $result - i32.store offset=12 - local.get $result - local.set $22 - global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 - call $~lib/array/Array<~lib/string/String>#get:dataStart - local.set $resultStart - i32.const 0 - local.set $i - loop $for-loop|0 - local.get $i - local.get $length - i32.lt_s + local.get $radix + i32.const 16 + i32.eq + if + local.get $len + i32.const 2 + i32.gt_s + if (result i32) + local.get $code + i32.const 48 + i32.eq + else + i32.const 0 + end + if (result i32) + local.get $ptr + i32.load16_u offset=2 + i32.const 32 + i32.or + i32.const 120 + i32.eq + else + i32.const 0 + end if - global.get $~lib/memory/__stack_pointer - i32.const 2 - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $charStr - i32.store offset=16 - local.get $charStr - local.get $this - local.get $i - i32.const 1 - i32.shl + local.get $ptr + i32.const 4 i32.add - i32.load16_u - i32.store16 - local.get $resultStart - local.get $i + local.set $ptr + local.get $len i32.const 2 - i32.shl - i32.add - local.get $charStr - i32.store - local.get $result - local.get $charStr - i32.const 1 - call $~lib/rt/itcms/__link - local.get $i - i32.const 1 - i32.add - local.set $i - br $for-loop|0 + i32.sub + local.set $len end end - local.get $result - local.set $22 - global.get $~lib/memory/__stack_pointer - i32.const 40 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $22 - return else - local.get $length - i32.eqz - if - global.get $~lib/memory/__stack_pointer - i32.const 1 + local.get $code + i32.const 48 + i32.eq + if (result i32) + local.get $len i32.const 2 - i32.const 6 + i32.gt_s + else i32.const 0 - call $~lib/rt/__newArray - local.tee $result|13 - i32.store offset=20 - local.get $result|13 - local.set $22 - global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 - call $~lib/array/Array<~lib/string/String>#get:dataStart - i32.const 2432 - i32.store - local.get $result|13 - local.set $22 - global.get $~lib/memory/__stack_pointer - i32.const 40 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $22 - return end - end - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.const 2 - i32.const 6 - i32.const 0 - call $~lib/rt/__newArray - local.tee $result|14 - i32.store offset=24 - i32.const 0 - local.set $end - i32.const 0 - local.set $start - i32.const 0 - local.set $i|17 - loop $while-continue|1 - local.get $this - local.set $22 - global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 - local.get $separator - local.set $22 - global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 - local.get $start - call $~lib/string/String#indexOf - local.tee $end - i32.const -1 - i32.xor if - local.get $end - local.get $start - i32.sub - local.set $len - local.get $len - i32.const 0 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.get $len - i32.const 1 - i32.shl - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $out - i32.store offset=32 - local.get $out - local.get $this - local.get $start - i32.const 1 - i32.shl + block $break|1 + block $case2|1 + block $case1|1 + block $case0|1 + local.get $ptr + i32.load16_u offset=2 + i32.const 32 + i32.or + local.set $6 + local.get $6 + i32.const 98 + i32.eq + br_if $case0|1 + local.get $6 + i32.const 111 + i32.eq + br_if $case1|1 + local.get $6 + i32.const 120 + i32.eq + br_if $case2|1 + br $break|1 + end + local.get $ptr + i32.const 4 + i32.add + local.set $ptr + local.get $len + i32.const 2 + i32.sub + local.set $len + i32.const 2 + local.set $radix + br $break|1 + end + local.get $ptr + i32.const 4 + i32.add + local.set $ptr + local.get $len + i32.const 2 + i32.sub + local.set $len + i32.const 8 + local.set $radix + br $break|1 + end + local.get $ptr + i32.const 4 i32.add + local.set $ptr local.get $len - i32.const 1 - i32.shl - memory.copy - local.get $result|14 - local.set $22 - global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 - local.get $out - local.set $22 - global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 - call $~lib/array/Array<~lib/string/String>#push - drop - else - local.get $result|14 - local.set $22 - global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 - i32.const 2432 - local.set $22 - global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 - call $~lib/array/Array<~lib/string/String>#push - drop + i32.const 2 + i32.sub + local.set $len + i32.const 16 + local.set $radix + br $break|1 end - local.get $i|17 + end + local.get $radix + i32.eqz + if + i32.const 10 + local.set $radix + end + end + i32.const 0 + local.set $num + local.get $len + i32.const 1 + i32.sub + local.set $initial + block $while-break|2 + loop $while-continue|2 + local.get $len + local.tee $9 i32.const 1 - i32.add - local.tee $i|17 - local.get $limit - i32.eq + i32.sub + local.set $len + local.get $9 if - local.get $result|14 - local.set $22 - global.get $~lib/memory/__stack_pointer - i32.const 40 + local.get $ptr + i32.load16_u + local.set $code + local.get $code + i32.const 48 + i32.sub + i32.const 10 + i32.lt_u + if + local.get $code + i32.const 48 + i32.sub + local.set $code + else + local.get $code + i32.const 65 + i32.sub + i32.const 90 + i32.const 65 + i32.sub + i32.le_u + if + local.get $code + i32.const 65 + i32.const 10 + i32.sub + i32.sub + local.set $code + else + local.get $code + i32.const 97 + i32.sub + i32.const 122 + i32.const 97 + i32.sub + i32.le_u + if + local.get $code + i32.const 97 + i32.const 10 + i32.sub + i32.sub + local.set $code + end + end + end + local.get $code + local.get $radix + i32.ge_u + if + local.get $initial + local.get $len + i32.eq + if + i32.const 0 + drop + i32.const 0 + local.set $10 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $10 + return + end + br $while-break|2 + end + local.get $num + local.get $radix + i32.mul + local.get $code i32.add - global.set $~lib/memory/__stack_pointer - local.get $22 - return + local.set $num + local.get $ptr + i32.const 2 + i32.add + local.set $ptr + br $while-continue|2 end - local.get $end - local.get $sepLen - i32.add - local.set $start - br $while-continue|1 end end - local.get $start - i32.eqz - if - local.get $result|14 - local.set $22 - global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 - local.get $this - local.set $22 - global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 - call $~lib/array/Array<~lib/string/String>#push - drop - local.get $result|14 - local.set $22 - global.get $~lib/memory/__stack_pointer - i32.const 40 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $22 - return - end - local.get $length - local.get $start - i32.sub - local.set $len|20 - local.get $len|20 - i32.const 0 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.get $len|20 - i32.const 1 - i32.shl - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $out|21 - i32.store offset=36 - local.get $out|21 - local.get $this - local.get $start - i32.const 1 - i32.shl - i32.add - local.get $len|20 - i32.const 1 - i32.shl - memory.copy - local.get $result|14 - local.set $22 - global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 - local.get $out|21 - local.set $22 - global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 - call $~lib/array/Array<~lib/string/String>#push - drop - else - local.get $result|14 - local.set $22 - global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 - i32.const 2432 - local.set $22 - global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 - call $~lib/array/Array<~lib/string/String>#push - drop - end - local.get $result|14 - local.set $22 + local.get $sign + local.get $num + i32.mul + local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $10 return ) - (func $~lib/string/String#split@varargs (param $this i32) (param $separator i32) (param $limit i32) (result i32) - (local $3 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - call $~stack_check - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - block $2of2 - block $1of2 - block $0of2 - block $outOfRange - global.get $~argumentsLength - br_table $0of2 $1of2 $2of2 $outOfRange - end - unreachable - end - i32.const 0 - local.set $separator - end - global.get $~lib/builtins/i32.MAX_VALUE - local.set $limit - end - local.get $this - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store - local.get $3 - local.get $separator - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=4 - local.get $3 - local.get $limit - call $~lib/string/String#split - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - ) - (func $~lib/array/Array<~lib/string/String>#get:length (param $this i32) (result i32) - (local $1 i32) + (func $~lib/array/ensureCapacity (param $array i32) (param $newSize i32) (param $alignLog2 i32) (param $canGrow i32) + (local $oldCapacity i32) + (local $oldData i32) + (local $6 i32) + (local $7 i32) + (local $newCapacity i32) + (local $9 i32) + (local $10 i32) + (local $11 i32) + (local $12 i32) + (local $newData i32) + (local $14 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -7265,32 +6950,115 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - local.get $this - local.set $1 + local.get $array + local.set $14 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $14 i32.store - local.get $1 - call $~lib/array/Array<~lib/string/String>#get:length_ - local.set $1 + local.get $14 + call $~lib/arraybuffer/ArrayBufferView#get:byteLength + local.set $oldCapacity + local.get $newSize + local.get $oldCapacity + local.get $alignLog2 + i32.shr_u + i32.gt_u + if + local.get $newSize + i32.const 1073741820 + local.get $alignLog2 + i32.shr_u + i32.gt_u + if + i32.const 5760 + i32.const 5712 + i32.const 19 + i32.const 48 + call $~lib/builtins/abort + unreachable + end + local.get $array + local.set $14 + global.get $~lib/memory/__stack_pointer + local.get $14 + i32.store + local.get $14 + call $~lib/arraybuffer/ArrayBufferView#get:buffer + local.set $oldData + local.get $newSize + local.tee $6 + i32.const 8 + local.tee $7 + local.get $6 + local.get $7 + i32.gt_u + select + local.get $alignLog2 + i32.shl + local.set $newCapacity + local.get $canGrow + if + local.get $oldCapacity + i32.const 1 + i32.shl + local.tee $9 + i32.const 1073741820 + local.tee $10 + local.get $9 + local.get $10 + i32.lt_u + select + local.tee $11 + local.get $newCapacity + local.tee $12 + local.get $11 + local.get $12 + i32.gt_u + select + local.set $newCapacity + end + local.get $oldData + local.get $newCapacity + call $~lib/rt/itcms/__renew + local.set $newData + i32.const 2 + global.get $~lib/shared/runtime/Runtime.Incremental + i32.ne + drop + local.get $newData + local.get $oldData + i32.ne + if + local.get $array + local.get $newData + i32.store + local.get $array + local.get $newData + i32.store offset=4 + local.get $array + local.get $newData + i32.const 0 + call $~lib/rt/itcms/__link + end + local.get $array + local.get $newCapacity + i32.store offset=8 + end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - return ) - (func $~lib/array/Array<~lib/string/String>#__get (param $this i32) (param $index i32) (result i32) - (local $value i32) + (func $~lib/array/Array<~lib/string/String>#__set (param $this i32) (param $index i32) (param $value i32) (local $3 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $index local.get $this local.set $3 @@ -7301,62 +7069,63 @@ call $~lib/array/Array<~lib/string/String>#get:length_ i32.ge_u if - i32.const 368 - i32.const 5712 - i32.const 114 - i32.const 42 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $this - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store - local.get $3 + local.get $index + i32.const 0 + i32.lt_s + if + i32.const 368 + i32.const 5712 + i32.const 130 + i32.const 22 + call $~lib/builtins/abort + unreachable + end + local.get $this + local.get $index + i32.const 1 + i32.add + i32.const 2 + i32.const 1 + call $~lib/array/ensureCapacity + local.get $this + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + local.get $index + i32.const 1 + i32.add + call $~lib/array/Array<~lib/string/String>#set:length_ + end + local.get $this + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 call $~lib/array/Array<~lib/string/String>#get:dataStart local.get $index i32.const 2 i32.shl i32.add - i32.load - local.tee $value - i32.store offset=4 + local.get $value + i32.store i32.const 1 drop - i32.const 0 - i32.eqz - drop - local.get $value - i32.eqz - if - i32.const 5808 - i32.const 5712 - i32.const 118 - i32.const 40 - call $~lib/builtins/abort - unreachable - end + local.get $this local.get $value - local.set $3 + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 - return ) - (func $~lib/util/string/strtol (param $str i32) (param $radix i32) (result i32) + (func $~lib/array/Array<~lib/string/String>#push (param $this i32) (param $value i32) (result i32) + (local $oldLen i32) (local $len i32) - (local $ptr i32) - (local $code i32) - (local $sign i32) - (local $6 i32) - (local $num i32) - (local $initial i32) - (local $9 i32) - (local $10 i32) + (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -7365,363 +7134,849 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - local.get $str - local.set $10 + local.get $this + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $10 + local.get $4 i32.store - local.get $10 - call $~lib/string/String#get:length + local.get $4 + call $~lib/array/Array<~lib/string/String>#get:length_ + local.set $oldLen + local.get $oldLen + i32.const 1 + i32.add local.set $len + local.get $this + local.get $len + i32.const 2 + i32.const 1 + call $~lib/array/ensureCapacity + i32.const 1 + drop + local.get $this + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + call $~lib/array/Array<~lib/string/String>#get:dataStart + local.get $oldLen + i32.const 2 + i32.shl + i32.add + local.get $value + i32.store + local.get $this + local.get $value + i32.const 1 + call $~lib/rt/itcms/__link + local.get $this + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + local.get $len + call $~lib/array/Array<~lib/string/String>#set:length_ local.get $len + local.set $4 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $4 + return + ) + (func $~lib/string/String#split (param $this i32) (param $separator i32) (param $limit i32) (result i32) + (local $3 i32) + (local $4 i32) + (local $length i32) + (local $sepLen i32) + (local $7 i32) + (local $8 i32) + (local $result i32) + (local $resultStart i32) + (local $i i32) + (local $charStr i32) + (local $result|13 i32) + (local $result|14 i32) + (local $end i32) + (local $start i32) + (local $i|17 i32) + (local $len i32) + (local $out i32) + (local $len|20 i32) + (local $out|21 i32) + (local $22 i32) + global.get $~lib/memory/__stack_pointer + i32.const 40 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 40 + memory.fill + local.get $limit i32.eqz if i32.const 0 - drop + i32.const 2 + i32.const 6 i32.const 0 - local.set $10 + call $~lib/rt/__newArray + local.set $22 global.get $~lib/memory/__stack_pointer - i32.const 4 + i32.const 40 i32.add global.set $~lib/memory/__stack_pointer - local.get $10 + local.get $22 return end - local.get $str - local.set $ptr - local.get $ptr - i32.load16_u - local.set $code - loop $while-continue|0 - local.get $code - call $~lib/util/string/isSpace - if - local.get $ptr - i32.const 2 - i32.add - local.tee $ptr - i32.load16_u - local.set $code - local.get $len - i32.const 1 - i32.sub - local.set $len - br $while-continue|0 - end - end - i32.const 1 - local.set $sign - local.get $code - i32.const 45 + local.get $separator + i32.const 0 i32.eq - if (result i32) + if + global.get $~lib/memory/__stack_pointer i32.const 1 - else - local.get $code - i32.const 43 - i32.eq + i32.const 2 + i32.const 6 + i32.const 0 + call $~lib/rt/__newArray + local.tee $3 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.load offset=4 + local.tee $4 + i32.store offset=4 + local.get $3 + i32.const 0 + local.get $this + call $~lib/array/Array<~lib/string/String>#__set + local.get $3 + local.set $22 + global.get $~lib/memory/__stack_pointer + i32.const 40 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $22 + return + end + local.get $this + local.set $22 + global.get $~lib/memory/__stack_pointer + local.get $22 + i32.store offset=8 + local.get $22 + call $~lib/string/String#get:length + local.set $length + local.get $separator + local.set $22 + global.get $~lib/memory/__stack_pointer + local.get $22 + i32.store offset=8 + local.get $22 + call $~lib/string/String#get:length + local.set $sepLen + local.get $limit + i32.const 0 + i32.lt_s + if + global.get $~lib/builtins/i32.MAX_VALUE + local.set $limit end + local.get $sepLen + i32.eqz if - local.get $len - i32.const 1 - i32.sub - local.tee $len + local.get $length i32.eqz if i32.const 0 - drop + i32.const 2 + i32.const 6 i32.const 0 - local.set $10 + call $~lib/rt/__newArray + local.set $22 global.get $~lib/memory/__stack_pointer - i32.const 4 + i32.const 40 i32.add global.set $~lib/memory/__stack_pointer - local.get $10 + local.get $22 return end - local.get $code - i32.const 45 - i32.eq - if - i32.const -1 - local.set $sign - end - local.get $ptr - i32.const 2 - i32.add - local.tee $ptr - i32.load16_u - local.set $code - end - local.get $radix - if - local.get $radix - i32.const 2 + local.get $length + local.tee $7 + local.get $limit + local.tee $8 + local.get $7 + local.get $8 i32.lt_s - if (result i32) - i32.const 1 - else - local.get $radix - i32.const 36 - i32.gt_s + select + local.set $length + global.get $~lib/memory/__stack_pointer + local.get $length + i32.const 2 + i32.const 6 + i32.const 0 + call $~lib/rt/__newArray + local.tee $result + i32.store offset=12 + local.get $result + local.set $22 + global.get $~lib/memory/__stack_pointer + local.get $22 + i32.store offset=8 + local.get $22 + call $~lib/array/Array<~lib/string/String>#get:dataStart + local.set $resultStart + i32.const 0 + local.set $i + loop $for-loop|0 + local.get $i + local.get $length + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + i32.const 2 + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $charStr + i32.store offset=16 + local.get $charStr + local.get $this + local.get $i + i32.const 1 + i32.shl + i32.add + i32.load16_u + i32.store16 + local.get $resultStart + local.get $i + i32.const 2 + i32.shl + i32.add + local.get $charStr + i32.store + local.get $result + local.get $charStr + i32.const 1 + call $~lib/rt/itcms/__link + local.get $i + i32.const 1 + i32.add + local.set $i + br $for-loop|0 + end end + local.get $result + local.set $22 + global.get $~lib/memory/__stack_pointer + i32.const 40 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $22 + return + else + local.get $length + i32.eqz if + global.get $~lib/memory/__stack_pointer + i32.const 1 + i32.const 2 + i32.const 6 i32.const 0 - drop - i32.const 0 - local.set $10 + call $~lib/rt/__newArray + local.tee $result|13 + i32.store offset=20 + local.get $result|13 + local.set $22 global.get $~lib/memory/__stack_pointer - i32.const 4 + local.get $22 + i32.store offset=8 + local.get $22 + call $~lib/array/Array<~lib/string/String>#get:dataStart + i32.const 2432 + i32.store + local.get $result|13 + local.set $22 + global.get $~lib/memory/__stack_pointer + i32.const 40 i32.add global.set $~lib/memory/__stack_pointer - local.get $10 + local.get $22 return end - local.get $radix - i32.const 16 - i32.eq + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 2 + i32.const 6 + i32.const 0 + call $~lib/rt/__newArray + local.tee $result|14 + i32.store offset=24 + i32.const 0 + local.set $end + i32.const 0 + local.set $start + i32.const 0 + local.set $i|17 + loop $while-continue|1 + local.get $this + local.set $22 + global.get $~lib/memory/__stack_pointer + local.get $22 + i32.store offset=8 + local.get $22 + local.get $separator + local.set $22 + global.get $~lib/memory/__stack_pointer + local.get $22 + i32.store offset=28 + local.get $22 + local.get $start + call $~lib/string/String#indexOf + local.tee $end + i32.const -1 + i32.xor if + local.get $end + local.get $start + i32.sub + local.set $len local.get $len - i32.const 2 + i32.const 0 i32.gt_s - if (result i32) - local.get $code - i32.const 48 - i32.eq - else - i32.const 0 - end - if (result i32) - local.get $ptr - i32.load16_u offset=2 - i32.const 32 - i32.or - i32.const 120 - i32.eq + if + global.get $~lib/memory/__stack_pointer + local.get $len + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $out + i32.store offset=32 + local.get $out + local.get $this + local.get $start + i32.const 1 + i32.shl + i32.add + local.get $len + i32.const 1 + i32.shl + memory.copy + local.get $result|14 + local.set $22 + global.get $~lib/memory/__stack_pointer + local.get $22 + i32.store offset=8 + local.get $22 + local.get $out + local.set $22 + global.get $~lib/memory/__stack_pointer + local.get $22 + i32.store offset=28 + local.get $22 + call $~lib/array/Array<~lib/string/String>#push + drop else - i32.const 0 + local.get $result|14 + local.set $22 + global.get $~lib/memory/__stack_pointer + local.get $22 + i32.store offset=8 + local.get $22 + i32.const 2432 + local.set $22 + global.get $~lib/memory/__stack_pointer + local.get $22 + i32.store offset=28 + local.get $22 + call $~lib/array/Array<~lib/string/String>#push + drop end + local.get $i|17 + i32.const 1 + i32.add + local.tee $i|17 + local.get $limit + i32.eq if - local.get $ptr - i32.const 4 + local.get $result|14 + local.set $22 + global.get $~lib/memory/__stack_pointer + i32.const 40 i32.add - local.set $ptr - local.get $len - i32.const 2 - i32.sub - local.set $len + global.set $~lib/memory/__stack_pointer + local.get $22 + return end + local.get $end + local.get $sepLen + i32.add + local.set $start + br $while-continue|1 end + end + local.get $start + i32.eqz + if + local.get $result|14 + local.set $22 + global.get $~lib/memory/__stack_pointer + local.get $22 + i32.store offset=8 + local.get $22 + local.get $this + local.set $22 + global.get $~lib/memory/__stack_pointer + local.get $22 + i32.store offset=28 + local.get $22 + call $~lib/array/Array<~lib/string/String>#push + drop + local.get $result|14 + local.set $22 + global.get $~lib/memory/__stack_pointer + i32.const 40 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $22 + return + end + local.get $length + local.get $start + i32.sub + local.set $len|20 + local.get $len|20 + i32.const 0 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $len|20 + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $out|21 + i32.store offset=36 + local.get $out|21 + local.get $this + local.get $start + i32.const 1 + i32.shl + i32.add + local.get $len|20 + i32.const 1 + i32.shl + memory.copy + local.get $result|14 + local.set $22 + global.get $~lib/memory/__stack_pointer + local.get $22 + i32.store offset=8 + local.get $22 + local.get $out|21 + local.set $22 + global.get $~lib/memory/__stack_pointer + local.get $22 + i32.store offset=28 + local.get $22 + call $~lib/array/Array<~lib/string/String>#push + drop else - local.get $code - i32.const 48 - i32.eq - if (result i32) - local.get $len - i32.const 2 - i32.gt_s - else - i32.const 0 - end - if - block $break|1 - block $case2|1 - block $case1|1 - block $case0|1 - local.get $ptr - i32.load16_u offset=2 - i32.const 32 - i32.or - local.set $6 - local.get $6 - i32.const 98 - i32.eq - br_if $case0|1 - local.get $6 - i32.const 111 - i32.eq - br_if $case1|1 - local.get $6 - i32.const 120 - i32.eq - br_if $case2|1 - br $break|1 - end - local.get $ptr - i32.const 4 - i32.add - local.set $ptr - local.get $len - i32.const 2 - i32.sub - local.set $len - i32.const 2 - local.set $radix - br $break|1 - end - local.get $ptr - i32.const 4 - i32.add - local.set $ptr - local.get $len - i32.const 2 - i32.sub - local.set $len - i32.const 8 - local.set $radix - br $break|1 + local.get $result|14 + local.set $22 + global.get $~lib/memory/__stack_pointer + local.get $22 + i32.store offset=8 + local.get $22 + i32.const 2432 + local.set $22 + global.get $~lib/memory/__stack_pointer + local.get $22 + i32.store offset=28 + local.get $22 + call $~lib/array/Array<~lib/string/String>#push + drop + end + local.get $result|14 + local.set $22 + global.get $~lib/memory/__stack_pointer + i32.const 40 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $22 + return + ) + (func $~lib/string/String#split@varargs (param $this i32) (param $separator i32) (param $limit i32) (result i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $2of2 + block $1of2 + block $0of2 + block $outOfRange + global.get $~argumentsLength + br_table $0of2 $1of2 $2of2 $outOfRange end - local.get $ptr - i32.const 4 - i32.add - local.set $ptr - local.get $len - i32.const 2 - i32.sub - local.set $len - i32.const 16 - local.set $radix - br $break|1 + unreachable end + i32.const 0 + local.set $separator end - local.get $radix - i32.eqz - if - i32.const 10 - local.set $radix - end + global.get $~lib/builtins/i32.MAX_VALUE + local.set $limit end + local.get $this + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + local.get $separator + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 + local.get $limit + call $~lib/string/String#split + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + ) + (func $~lib/array/Array<~lib/string/String>#get:length (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer i32.const 0 - local.set $num - local.get $len + i32.store + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + call $~lib/array/Array<~lib/string/String>#get:length_ + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + return + ) + (func $~lib/array/Array<~lib/string/String>#__get (param $this i32) (param $index i32) (result i32) + (local $value i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $index + local.get $this + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + call $~lib/array/Array<~lib/string/String>#get:length_ + i32.ge_u + if + i32.const 368 + i32.const 5712 + i32.const 114 + i32.const 42 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $this + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + call $~lib/array/Array<~lib/string/String>#get:dataStart + local.get $index + i32.const 2 + i32.shl + i32.add + i32.load + local.tee $value + i32.store offset=4 i32.const 1 + drop + i32.const 0 + i32.eqz + drop + local.get $value + i32.eqz + if + i32.const 5808 + i32.const 5712 + i32.const 118 + i32.const 40 + call $~lib/builtins/abort + unreachable + end + local.get $value + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + ) + (func $~lib/string/String#substr (param $this i32) (param $start i32) (param $length i32) (result i32) + (local $intStart i32) + (local $end i32) + (local $len i32) + (local $6 i32) + (local $7 i32) + (local $8 i32) + (local $9 i32) + (local $10 i32) + (local $11 i32) + (local $size i32) + (local $out i32) + (local $14 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 i32.sub - local.set $initial - block $while-break|2 - loop $while-continue|2 - local.get $len - local.tee $9 - i32.const 1 - i32.sub - local.set $len - local.get $9 - if - local.get $ptr - i32.load16_u - local.set $code - local.get $code - i32.const 48 - i32.sub - i32.const 10 - i32.lt_u - if - local.get $code - i32.const 48 - i32.sub - local.set $code - else - local.get $code - i32.const 65 - i32.sub - i32.const 90 - i32.const 65 - i32.sub - i32.le_u - if - local.get $code - i32.const 65 - i32.const 10 - i32.sub - i32.sub - local.set $code - else - local.get $code - i32.const 97 - i32.sub - i32.const 122 - i32.const 97 - i32.sub - i32.le_u - if - local.get $code - i32.const 97 - i32.const 10 - i32.sub - i32.sub - local.set $code - end - end - end - local.get $code - local.get $radix - i32.ge_u - if - local.get $initial - local.get $len - i32.eq - if - i32.const 0 - drop - i32.const 0 - local.set $10 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $10 - return - end - br $while-break|2 - end - local.get $num - local.get $radix - i32.mul - local.get $code - i32.add - local.set $num - local.get $ptr - i32.const 2 - i32.add - local.set $ptr - br $while-continue|2 - end - end + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $start + local.set $intStart + local.get $length + local.set $end + local.get $this + local.set $14 + global.get $~lib/memory/__stack_pointer + local.get $14 + i32.store + local.get $14 + call $~lib/string/String#get:length + local.set $len + local.get $intStart + i32.const 0 + i32.lt_s + if + local.get $len + local.get $intStart + i32.add + local.tee $6 + i32.const 0 + local.tee $7 + local.get $6 + local.get $7 + i32.gt_s + select + local.set $intStart + end + local.get $end + local.tee $8 + i32.const 0 + local.tee $9 + local.get $8 + local.get $9 + i32.gt_s + select + local.tee $10 + local.get $len + local.get $intStart + i32.sub + local.tee $11 + local.get $10 + local.get $11 + i32.lt_s + select + i32.const 1 + i32.shl + local.set $size + local.get $size + i32.const 0 + i32.le_s + if + i32.const 2432 + local.set $14 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $14 + return end - local.get $sign - local.get $num - i32.mul - local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 4 + local.get $size + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $out + i32.store offset=4 + local.get $out + local.get $this + local.get $intStart + i32.const 1 + i32.shl + i32.add + local.get $size + memory.copy + local.get $out + local.set $14 + global.get $~lib/memory/__stack_pointer + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $10 + local.get $14 return ) - (func $~lib/number/I32.parseInt (param $value i32) (param $radix i32) (result i32) - (local $2 i32) + (func $~lib/string/String#padEnd (param $this i32) (param $length i32) (param $pad i32) (result i32) + (local $thisSize i32) + (local $targetSize i32) + (local $padSize i32) + (local $appendSize i32) + (local $out i32) + (local $repeatCount i32) + (local $restBase i32) + (local $restSize i32) + (local $11 i32) global.get $~lib/memory/__stack_pointer - i32.const 4 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i32.const 0 + i64.const 0 + i64.store + local.get $this + local.set $11 + global.get $~lib/memory/__stack_pointer + local.get $11 i32.store - local.get $value - local.set $2 + local.get $11 + call $~lib/string/String#get:length + i32.const 1 + i32.shl + local.set $thisSize + local.get $length + i32.const 1 + i32.shl + local.set $targetSize + local.get $pad + local.set $11 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $11 i32.store - local.get $2 - local.get $radix - call $~lib/util/string/strtol - local.set $2 + local.get $11 + call $~lib/string/String#get:length + i32.const 1 + i32.shl + local.set $padSize + local.get $targetSize + local.get $thisSize + i32.lt_u + if (result i32) + i32.const 1 + else + local.get $padSize + i32.eqz + end + if + local.get $this + local.set $11 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $11 + return + end + local.get $targetSize + local.get $thisSize + i32.sub + local.set $appendSize global.get $~lib/memory/__stack_pointer - i32.const 4 + local.get $targetSize + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $out + i32.store offset=4 + local.get $out + local.get $this + local.get $thisSize + memory.copy + local.get $appendSize + local.get $padSize + i32.gt_u + if + local.get $appendSize + i32.const 2 + i32.sub + local.get $padSize + i32.div_u + local.set $repeatCount + local.get $repeatCount + local.get $padSize + i32.mul + local.set $restBase + local.get $appendSize + local.get $restBase + i32.sub + local.set $restSize + local.get $out + local.get $thisSize + i32.add + local.get $pad + local.get $padSize + local.get $repeatCount + call $~lib/memory/memory.repeat + local.get $out + local.get $thisSize + i32.add + local.get $restBase + i32.add + local.get $pad + local.get $restSize + memory.copy + else + local.get $out + local.get $thisSize + i32.add + local.get $pad + local.get $appendSize + memory.copy + end + local.get $out + local.set $11 + global.get $~lib/memory/__stack_pointer + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $11 return ) (func $~lib/date/Date.fromString (param $dateTimeString i32) (result i32) @@ -7729,34 +7984,63 @@ (local $min i32) (local $sec i32) (local $ms i32) + (local $offsetMs i32) (local $dateString i32) (local $posT i32) (local $timeString i32) + (local $i i32) + (local $c i32) + (local $posColon i32) + (local $value i32) + (local $radix i32) + (local $offsetHours i32) + (local $value|15 i32) + (local $radix|16 i32) + (local $offsetMinutes i32) + (local $value|18 i32) + (local $radix|19 i32) + (local $offsetHours|20 i32) (local $timeParts i32) (local $len i32) - (local $secAndMs i32) + (local $value|23 i32) + (local $radix|24 i32) + (local $value|25 i32) + (local $radix|26 i32) + (local $secAndFrac i32) (local $posDot i32) + (local $value|29 i32) + (local $radix|30 i32) + (local $value|31 i32) + (local $radix|32 i32) + (local $value|33 i32) + (local $radix|34 i32) (local $parts i32) + (local $value|36 i32) + (local $radix|37 i32) (local $year i32) (local $month i32) (local $day i32) - (local $len|16 i32) - (local $17 i32) + (local $len|41 i32) + (local $value|42 i32) + (local $radix|43 i32) + (local $value|44 i32) + (local $radix|45 i32) + (local $46 i32) global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 76 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 28 + i32.const 76 memory.fill local.get $dateTimeString - local.set $17 + local.set $46 global.get $~lib/memory/__stack_pointer - local.get $17 + local.get $46 i32.store - local.get $17 + local.get $46 call $~lib/string/String#get:length i32.eqz if @@ -7775,22 +8059,24 @@ local.set $sec i32.const 0 local.set $ms + i32.const 0 + local.set $offsetMs global.get $~lib/memory/__stack_pointer local.get $dateTimeString local.tee $dateString i32.store offset=4 local.get $dateTimeString - local.set $17 + local.set $46 global.get $~lib/memory/__stack_pointer - local.get $17 + local.get $46 i32.store - local.get $17 + local.get $46 i32.const 2464 - local.set $17 + local.set $46 global.get $~lib/memory/__stack_pointer - local.get $17 + local.get $46 i32.store offset=8 - local.get $17 + local.get $46 i32.const 0 call $~lib/string/String#indexOf local.set $posT @@ -7800,11 +8086,11 @@ if global.get $~lib/memory/__stack_pointer local.get $dateTimeString - local.set $17 + local.set $46 global.get $~lib/memory/__stack_pointer - local.get $17 + local.get $46 i32.store - local.get $17 + local.get $46 i32.const 0 local.get $posT call $~lib/string/String#substring @@ -7812,11 +8098,11 @@ i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $dateTimeString - local.set $17 + local.set $46 global.get $~lib/memory/__stack_pointer - local.get $17 + local.get $46 i32.store - local.get $17 + local.get $46 local.get $posT i32.const 1 i32.add @@ -7826,75 +8112,321 @@ call $~lib/string/String#substring@varargs local.tee $timeString i32.store offset=12 - global.get $~lib/memory/__stack_pointer local.get $timeString - local.set $17 - global.get $~lib/memory/__stack_pointer - local.get $17 - i32.store - local.get $17 - i32.const 2496 - local.set $17 - global.get $~lib/memory/__stack_pointer - local.get $17 - i32.store offset=8 - local.get $17 - i32.const 1 - global.set $~argumentsLength - i32.const 0 - call $~lib/string/String#split@varargs - local.tee $timeParts - i32.store offset=16 - local.get $timeParts - local.set $17 + local.set $46 global.get $~lib/memory/__stack_pointer - local.get $17 + local.get $46 i32.store - local.get $17 - call $~lib/array/Array<~lib/string/String>#get:length - local.set $len - local.get $len + local.get $46 + call $~lib/string/String#get:length i32.const 1 - i32.le_s - if - i32.const 32 - i32.const 80 - i32.const 67 - i32.const 21 - call $~lib/builtins/abort - unreachable + i32.sub + local.set $i + block $for-break0 + loop $for-loop|0 + local.get $i + i32.const 0 + i32.ge_s + if + local.get $timeString + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + local.get $i + call $~lib/string/String#charCodeAt + local.set $c + local.get $c + i32.const 90 + i32.eq + if + global.get $~lib/memory/__stack_pointer + local.get $timeString + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + i32.const 0 + local.get $i + call $~lib/string/String#substring + local.tee $timeString + i32.store offset=12 + br $for-break0 + else + local.get $c + i32.const 43 + i32.eq + if (result i32) + i32.const 1 + else + local.get $c + i32.const 45 + i32.eq + end + if + local.get $i + local.get $timeString + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + call $~lib/string/String#get:length + i32.const 1 + i32.sub + i32.eq + if + i32.const 32 + i32.const 80 + i32.const 74 + i32.const 13 + call $~lib/builtins/abort + unreachable + end + local.get $timeString + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + i32.const 2496 + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store offset=8 + local.get $46 + local.get $i + i32.const 1 + i32.add + call $~lib/string/String#indexOf + local.set $posColon + local.get $posColon + i32.const -1 + i32.xor + if + block $~lib/builtins/i32.parse|inlined.0 (result i32) + global.get $~lib/memory/__stack_pointer + local.get $timeString + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + local.get $i + i32.const 1 + i32.add + local.get $posColon + call $~lib/string/String#substring + local.tee $value + i32.store offset=16 + i32.const 0 + local.set $radix + local.get $value + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + local.get $radix + call $~lib/util/string/strtol + br $~lib/builtins/i32.parse|inlined.0 + end + local.set $offsetHours + block $~lib/builtins/i32.parse|inlined.1 (result i32) + global.get $~lib/memory/__stack_pointer + local.get $timeString + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + local.get $posColon + i32.const 1 + i32.add + i32.const 1 + global.set $~argumentsLength + i32.const 0 + call $~lib/string/String#substring@varargs + local.tee $value|15 + i32.store offset=20 + i32.const 0 + local.set $radix|16 + local.get $value|15 + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + local.get $radix|16 + call $~lib/util/string/strtol + br $~lib/builtins/i32.parse|inlined.1 + end + local.set $offsetMinutes + local.get $offsetHours + i32.const 60 + i32.mul + local.get $offsetMinutes + i32.add + i32.const 60000 + i32.mul + local.set $offsetMs + else + block $~lib/builtins/i32.parse|inlined.2 (result i32) + global.get $~lib/memory/__stack_pointer + local.get $timeString + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + local.get $i + i32.const 1 + i32.add + i32.const 1 + global.set $~argumentsLength + i32.const 0 + call $~lib/string/String#substring@varargs + local.tee $value|18 + i32.store offset=24 + i32.const 0 + local.set $radix|19 + local.get $value|18 + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + local.get $radix|19 + call $~lib/util/string/strtol + br $~lib/builtins/i32.parse|inlined.2 + end + local.set $offsetHours|20 + local.get $offsetHours|20 + i32.const 3600000 + i32.mul + local.set $offsetMs + end + local.get $c + i32.const 45 + i32.eq + if + i32.const 0 + local.get $offsetMs + i32.sub + local.set $offsetMs + end + global.get $~lib/memory/__stack_pointer + local.get $timeString + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + i32.const 0 + local.get $i + call $~lib/string/String#substring + local.tee $timeString + i32.store offset=12 + br $for-break0 + end + end + local.get $i + i32.const 1 + i32.sub + local.set $i + br $for-loop|0 + end + end end - local.get $timeParts - local.set $17 global.get $~lib/memory/__stack_pointer - local.get $17 - i32.store offset=8 - local.get $17 - i32.const 0 - call $~lib/array/Array<~lib/string/String>#__get - local.set $17 + local.get $timeString + local.set $46 global.get $~lib/memory/__stack_pointer - local.get $17 + local.get $46 i32.store - local.get $17 - i32.const 0 - call $~lib/number/I32.parseInt - local.set $hour - local.get $timeParts - local.set $17 + local.get $46 + i32.const 2496 + local.set $46 global.get $~lib/memory/__stack_pointer - local.get $17 + local.get $46 i32.store offset=8 - local.get $17 + local.get $46 i32.const 1 - call $~lib/array/Array<~lib/string/String>#__get - local.set $17 + global.set $~argumentsLength + i32.const 0 + call $~lib/string/String#split@varargs + local.tee $timeParts + i32.store offset=28 + local.get $timeParts + local.set $46 global.get $~lib/memory/__stack_pointer - local.get $17 + local.get $46 i32.store - local.get $17 - i32.const 0 - call $~lib/number/I32.parseInt + local.get $46 + call $~lib/array/Array<~lib/string/String>#get:length + local.set $len + local.get $len + i32.const 1 + i32.le_s + if + i32.const 32 + i32.const 80 + i32.const 96 + i32.const 21 + call $~lib/builtins/abort + unreachable + end + block $~lib/builtins/i32.parse|inlined.3 (result i32) + global.get $~lib/memory/__stack_pointer + local.get $timeParts + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + i32.const 0 + call $~lib/array/Array<~lib/string/String>#__get + local.tee $value|23 + i32.store offset=32 + i32.const 0 + local.set $radix|24 + local.get $value|23 + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + local.get $radix|24 + call $~lib/util/string/strtol + br $~lib/builtins/i32.parse|inlined.3 + end + local.set $hour + block $~lib/builtins/i32.parse|inlined.4 (result i32) + global.get $~lib/memory/__stack_pointer + local.get $timeParts + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + i32.const 1 + call $~lib/array/Array<~lib/string/String>#__get + local.tee $value|25 + i32.store offset=36 + i32.const 0 + local.set $radix|26 + local.get $value|25 + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + local.get $radix|26 + call $~lib/util/string/strtol + br $~lib/builtins/i32.parse|inlined.4 + end local.set $min local.get $len i32.const 3 @@ -7902,27 +8434,27 @@ if global.get $~lib/memory/__stack_pointer local.get $timeParts - local.set $17 + local.set $46 global.get $~lib/memory/__stack_pointer - local.get $17 + local.get $46 i32.store - local.get $17 + local.get $46 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get - local.tee $secAndMs - i32.store offset=20 - local.get $secAndMs - local.set $17 + local.tee $secAndFrac + i32.store offset=40 + local.get $secAndFrac + local.set $46 global.get $~lib/memory/__stack_pointer - local.get $17 + local.get $46 i32.store - local.get $17 + local.get $46 i32.const 2528 - local.set $17 + local.set $46 global.get $~lib/memory/__stack_pointer - local.get $17 + local.get $46 i32.store offset=8 - local.get $17 + local.get $46 i32.const 0 call $~lib/string/String#indexOf local.set $posDot @@ -7930,143 +8462,208 @@ i32.const -1 i32.xor if - local.get $secAndMs - local.set $17 - global.get $~lib/memory/__stack_pointer - local.get $17 - i32.store offset=8 - local.get $17 - i32.const 0 - local.get $posDot - call $~lib/string/String#substring - local.set $17 - global.get $~lib/memory/__stack_pointer - local.get $17 - i32.store - local.get $17 - i32.const 0 - call $~lib/number/I32.parseInt + block $~lib/builtins/i32.parse|inlined.5 (result i32) + global.get $~lib/memory/__stack_pointer + local.get $secAndFrac + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + i32.const 0 + local.get $posDot + call $~lib/string/String#substring + local.tee $value|29 + i32.store offset=44 + i32.const 0 + local.set $radix|30 + local.get $value|29 + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + local.get $radix|30 + call $~lib/util/string/strtol + br $~lib/builtins/i32.parse|inlined.5 + end local.set $sec - local.get $secAndMs - local.set $17 - global.get $~lib/memory/__stack_pointer - local.get $17 - i32.store offset=8 - local.get $17 - local.get $posDot - i32.const 1 - i32.add - i32.const 1 - global.set $~argumentsLength - i32.const 0 - call $~lib/string/String#substring@varargs - local.set $17 - global.get $~lib/memory/__stack_pointer - local.get $17 - i32.store - local.get $17 - i32.const 0 - call $~lib/number/I32.parseInt + block $~lib/builtins/i32.parse|inlined.6 (result i32) + global.get $~lib/memory/__stack_pointer + local.get $secAndFrac + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store offset=48 + local.get $46 + local.get $posDot + i32.const 1 + i32.add + i32.const 3 + call $~lib/string/String#substr + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + i32.const 3 + i32.const 848 + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store offset=8 + local.get $46 + call $~lib/string/String#padEnd + local.tee $value|31 + i32.store offset=52 + i32.const 0 + local.set $radix|32 + local.get $value|31 + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + local.get $radix|32 + call $~lib/util/string/strtol + br $~lib/builtins/i32.parse|inlined.6 + end local.set $ms else - local.get $secAndMs - local.set $17 - global.get $~lib/memory/__stack_pointer - local.get $17 - i32.store - local.get $17 - i32.const 0 - call $~lib/number/I32.parseInt + block $~lib/builtins/i32.parse|inlined.7 (result i32) + global.get $~lib/memory/__stack_pointer + local.get $secAndFrac + local.tee $value|33 + i32.store offset=56 + i32.const 0 + local.set $radix|34 + local.get $value|33 + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + local.get $radix|34 + call $~lib/util/string/strtol + br $~lib/builtins/i32.parse|inlined.7 + end local.set $sec end end end global.get $~lib/memory/__stack_pointer local.get $dateString - local.set $17 + local.set $46 global.get $~lib/memory/__stack_pointer - local.get $17 + local.get $46 i32.store - local.get $17 + local.get $46 i32.const 592 - local.set $17 + local.set $46 global.get $~lib/memory/__stack_pointer - local.get $17 + local.get $46 i32.store offset=8 - local.get $17 + local.get $46 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $parts - i32.store offset=24 - local.get $parts - local.set $17 - global.get $~lib/memory/__stack_pointer - local.get $17 - i32.store offset=8 - local.get $17 - i32.const 0 - call $~lib/array/Array<~lib/string/String>#__get - local.set $17 - global.get $~lib/memory/__stack_pointer - local.get $17 - i32.store - local.get $17 - i32.const 0 - call $~lib/number/I32.parseInt + i32.store offset=60 + block $~lib/builtins/i32.parse|inlined.8 (result i32) + global.get $~lib/memory/__stack_pointer + local.get $parts + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + i32.const 0 + call $~lib/array/Array<~lib/string/String>#__get + local.tee $value|36 + i32.store offset=64 + i32.const 0 + local.set $radix|37 + local.get $value|36 + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + local.get $radix|37 + call $~lib/util/string/strtol + br $~lib/builtins/i32.parse|inlined.8 + end local.set $year i32.const 1 local.set $month i32.const 1 local.set $day local.get $parts - local.set $17 + local.set $46 global.get $~lib/memory/__stack_pointer - local.get $17 + local.get $46 i32.store - local.get $17 + local.get $46 call $~lib/array/Array<~lib/string/String>#get:length - local.set $len|16 - local.get $len|16 + local.set $len|41 + local.get $len|41 i32.const 2 i32.ge_s if - local.get $parts - local.set $17 - global.get $~lib/memory/__stack_pointer - local.get $17 - i32.store offset=8 - local.get $17 - i32.const 1 - call $~lib/array/Array<~lib/string/String>#__get - local.set $17 - global.get $~lib/memory/__stack_pointer - local.get $17 - i32.store - local.get $17 - i32.const 0 - call $~lib/number/I32.parseInt - local.set $month - local.get $len|16 - i32.const 3 - i32.ge_s - if + block $~lib/builtins/i32.parse|inlined.9 (result i32) + global.get $~lib/memory/__stack_pointer local.get $parts - local.set $17 + local.set $46 global.get $~lib/memory/__stack_pointer - local.get $17 - i32.store offset=8 - local.get $17 - i32.const 2 + local.get $46 + i32.store + local.get $46 + i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $17 + local.tee $value|42 + i32.store offset=68 + i32.const 0 + local.set $radix|43 + local.get $value|42 + local.set $46 global.get $~lib/memory/__stack_pointer - local.get $17 + local.get $46 i32.store - local.get $17 - i32.const 0 - call $~lib/number/I32.parseInt + local.get $46 + local.get $radix|43 + call $~lib/util/string/strtol + br $~lib/builtins/i32.parse|inlined.9 + end + local.set $month + local.get $len|41 + i32.const 3 + i32.ge_s + if + block $~lib/builtins/i32.parse|inlined.10 (result i32) + global.get $~lib/memory/__stack_pointer + local.get $parts + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + i32.const 2 + call $~lib/array/Array<~lib/string/String>#__get + local.tee $value|44 + i32.store offset=72 + i32.const 0 + local.set $radix|45 + local.get $value|44 + local.set $46 + global.get $~lib/memory/__stack_pointer + local.get $46 + i32.store + local.get $46 + local.get $radix|45 + call $~lib/util/string/strtol + br $~lib/builtins/i32.parse|inlined.10 + end local.set $day end end @@ -8079,13 +8676,16 @@ local.get $sec local.get $ms call $~lib/date/epochMillis + local.get $offsetMs + i64.extend_i32_s + i64.sub call $~lib/date/Date#constructor - local.set $17 + local.set $46 global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 76 i32.add global.set $~lib/memory/__stack_pointer - local.get $17 + local.get $46 return ) (func $start:std/date @@ -8246,14 +8846,22 @@ (local $154 i32) (local $155 i32) (local $156 i32) - global.get $~lib/memory/__stack_pointer - i32.const 408 + (local $157 i32) + (local $158 i32) + (local $159 i32) + (local $160 i32) + (local $161 i32) + (local $162 i32) + (local $163 i32) + (local $164 i32) + global.get $~lib/memory/__stack_pointer + i32.const 440 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 408 + i32.const 440 memory.fill block $~lib/date/Date.UTC|inlined.0 (result i64) i32.const 1970 @@ -8748,11 +9356,11 @@ local.tee $58 i32.store offset=4 local.get $58 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.0 end @@ -8768,11 +9376,11 @@ unreachable end local.get $57 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 local.get $56 i64.const 1 i64.add @@ -8784,11 +9392,11 @@ local.tee $59 i32.store offset=12 local.get $59 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.1 end @@ -8817,11 +9425,11 @@ local.tee $61 i32.store offset=20 local.get $61 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.0 end @@ -8842,11 +9450,11 @@ local.tee $62 i32.store offset=24 local.get $62 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month i32.const 1 i32.sub @@ -8869,11 +9477,11 @@ local.tee $63 i32.store offset=28 local.get $63 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:day br $~lib/date/Date#getUTCDate|inlined.0 end @@ -8889,11 +9497,11 @@ unreachable end local.get $60 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCHours i32.const 22 i32.eq @@ -8907,11 +9515,11 @@ unreachable end local.get $60 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCMinutes i32.const 9 i32.eq @@ -8925,11 +9533,11 @@ unreachable end local.get $60 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCSeconds i32.const 43 i32.eq @@ -8943,11 +9551,11 @@ unreachable end local.get $60 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCMilliseconds i32.const 706 i32.eq @@ -8972,11 +9580,11 @@ local.tee $65 i32.store offset=36 local.get $65 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.1 end @@ -8997,11 +9605,11 @@ local.tee $66 i32.store offset=40 local.get $66 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month i32.const 1 i32.sub @@ -9024,11 +9632,11 @@ local.tee $67 i32.store offset=44 local.get $67 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:day br $~lib/date/Date#getUTCDate|inlined.1 end @@ -9044,11 +9652,11 @@ unreachable end local.get $64 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCHours i32.const 1 i32.eq @@ -9062,11 +9670,11 @@ unreachable end local.get $64 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCMinutes i32.const 3 i32.eq @@ -9080,11 +9688,11 @@ unreachable end local.get $64 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCSeconds i32.const 11 i32.eq @@ -9098,11 +9706,11 @@ unreachable end local.get $64 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCMilliseconds i32.const 274 i32.eq @@ -9122,11 +9730,11 @@ local.tee $68 i32.store offset=48 local.get $68 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCMilliseconds i32.const 984 i32.eq @@ -9140,19 +9748,19 @@ unreachable end local.get $68 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 12 call $~lib/date/Date#setUTCMilliseconds local.get $68 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCMilliseconds i32.const 12 i32.eq @@ -9166,19 +9774,19 @@ unreachable end local.get $68 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 568 call $~lib/date/Date#setUTCMilliseconds local.get $68 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCMilliseconds i32.const 568 i32.eq @@ -9192,11 +9800,11 @@ unreachable end local.get $68 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 0 call $~lib/date/Date#setUTCMilliseconds block $~lib/date/Date#getTime|inlined.2 (result i64) @@ -9205,11 +9813,11 @@ local.tee $69 i32.store offset=52 local.get $69 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.2 end @@ -9225,11 +9833,11 @@ unreachable end local.get $68 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 999 call $~lib/date/Date#setUTCMilliseconds block $~lib/date/Date#getTime|inlined.3 (result i64) @@ -9238,11 +9846,11 @@ local.tee $70 i32.store offset=56 local.get $70 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.3 end @@ -9258,19 +9866,19 @@ unreachable end local.get $68 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 2000 call $~lib/date/Date#setUTCMilliseconds local.get $68 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCMilliseconds i32.const 0 i32.eq @@ -9289,11 +9897,11 @@ local.tee $71 i32.store offset=60 local.get $71 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.4 end @@ -9309,19 +9917,19 @@ unreachable end local.get $68 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const -2000 call $~lib/date/Date#setUTCMilliseconds local.get $68 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCMilliseconds i32.const 0 i32.eq @@ -9340,11 +9948,11 @@ local.tee $72 i32.store offset=64 local.get $72 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.5 end @@ -9366,11 +9974,11 @@ local.tee $73 i32.store offset=68 local.get $73 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCSeconds i32.const 31 i32.eq @@ -9384,19 +9992,19 @@ unreachable end local.get $73 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 12 call $~lib/date/Date#setUTCSeconds local.get $73 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCSeconds i32.const 12 i32.eq @@ -9410,19 +10018,19 @@ unreachable end local.get $73 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 50 call $~lib/date/Date#setUTCSeconds local.get $73 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCSeconds i32.const 50 i32.eq @@ -9436,11 +10044,11 @@ unreachable end local.get $73 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 0 call $~lib/date/Date#setUTCSeconds block $~lib/date/Date#getTime|inlined.6 (result i64) @@ -9449,11 +10057,11 @@ local.tee $74 i32.store offset=72 local.get $74 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.6 end @@ -9469,11 +10077,11 @@ unreachable end local.get $73 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 59 call $~lib/date/Date#setUTCSeconds block $~lib/date/Date#getTime|inlined.7 (result i64) @@ -9482,11 +10090,11 @@ local.tee $75 i32.store offset=76 local.get $75 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.7 end @@ -9508,11 +10116,11 @@ local.tee $76 i32.store offset=80 local.get $76 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCMinutes i32.const 45 i32.eq @@ -9526,19 +10134,19 @@ unreachable end local.get $76 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 12 call $~lib/date/Date#setUTCMinutes local.get $76 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCMinutes i32.const 12 i32.eq @@ -9552,19 +10160,19 @@ unreachable end local.get $76 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 50 call $~lib/date/Date#setUTCMinutes local.get $76 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCMinutes i32.const 50 i32.eq @@ -9578,11 +10186,11 @@ unreachable end local.get $76 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 0 call $~lib/date/Date#setUTCMinutes block $~lib/date/Date#getTime|inlined.8 (result i64) @@ -9591,11 +10199,11 @@ local.tee $77 i32.store offset=84 local.get $77 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.8 end @@ -9611,11 +10219,11 @@ unreachable end local.get $76 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 59 call $~lib/date/Date#setUTCMinutes block $~lib/date/Date#getTime|inlined.9 (result i64) @@ -9624,11 +10232,11 @@ local.tee $78 i32.store offset=88 local.get $78 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.9 end @@ -9650,11 +10258,11 @@ local.tee $79 i32.store offset=92 local.get $79 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCHours i32.const 17 i32.eq @@ -9668,19 +10276,19 @@ unreachable end local.get $79 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 12 call $~lib/date/Date#setUTCHours local.get $79 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCHours i32.const 12 i32.eq @@ -9694,19 +10302,19 @@ unreachable end local.get $79 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 2 call $~lib/date/Date#setUTCHours local.get $79 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCHours i32.const 2 i32.eq @@ -9720,11 +10328,11 @@ unreachable end local.get $79 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 0 call $~lib/date/Date#setUTCHours block $~lib/date/Date#getTime|inlined.10 (result i64) @@ -9733,11 +10341,11 @@ local.tee $80 i32.store offset=96 local.get $80 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.10 end @@ -9753,11 +10361,11 @@ unreachable end local.get $79 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 23 call $~lib/date/Date#setUTCHours block $~lib/date/Date#getTime|inlined.11 (result i64) @@ -9766,11 +10374,11 @@ local.tee $81 i32.store offset=100 local.get $81 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.11 end @@ -9797,11 +10405,11 @@ local.tee $83 i32.store offset=108 local.get $83 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.2 end @@ -9822,11 +10430,11 @@ local.tee $84 i32.store offset=112 local.get $84 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month i32.const 1 i32.sub @@ -9844,11 +10452,11 @@ unreachable end local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 12 call $~lib/date/Date#setUTCDate block $~lib/date/Date#getUTCDate|inlined.2 (result i32) @@ -9857,11 +10465,11 @@ local.tee $85 i32.store offset=116 local.get $85 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:day br $~lib/date/Date#getUTCDate|inlined.2 end @@ -9877,11 +10485,11 @@ unreachable end local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 2 call $~lib/date/Date#setUTCDate block $~lib/date/Date#getUTCDate|inlined.3 (result i32) @@ -9890,11 +10498,11 @@ local.tee $86 i32.store offset=120 local.get $86 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:day br $~lib/date/Date#getUTCDate|inlined.3 end @@ -9910,62 +10518,62 @@ unreachable end local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 1 call $~lib/date/Date#setUTCDate local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 30 call $~lib/date/Date#setUTCDate local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/date/Date#setUTCMonth@varargs local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 1 call $~lib/date/Date#setUTCDate local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 31 call $~lib/date/Date#setUTCDate local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 2024 call $~lib/date/Date#setUTCFullYear local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 1 i32.const 1 global.set $~argumentsLength @@ -9977,11 +10585,11 @@ local.tee $87 i32.store offset=124 local.get $87 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month i32.const 1 i32.sub @@ -9999,27 +10607,27 @@ unreachable end local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 1 call $~lib/date/Date#setUTCDate local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 29 call $~lib/date/Date#setUTCDate local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 1 i32.const 1 global.set $~argumentsLength @@ -10031,11 +10639,11 @@ local.tee $88 i32.store offset=128 local.get $88 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.12 end @@ -10056,11 +10664,11 @@ local.tee $89 i32.store offset=132 local.get $89 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month i32.const 1 i32.sub @@ -10083,11 +10691,11 @@ local.tee $90 i32.store offset=136 local.get $90 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:day br $~lib/date/Date#getUTCDate|inlined.4 end @@ -10103,11 +10711,11 @@ unreachable end local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCMinutes i32.const 3 i32.eq @@ -10121,11 +10729,11 @@ unreachable end local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCSeconds i32.const 11 i32.eq @@ -10139,11 +10747,11 @@ unreachable end local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCMilliseconds i32.const 274 i32.eq @@ -10163,11 +10771,11 @@ local.tee $82 i32.store offset=104 local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 20 call $~lib/date/Date#setUTCDate block $~lib/date/Date#getTime|inlined.13 (result i64) @@ -10176,11 +10784,11 @@ local.tee $91 i32.store offset=140 local.get $91 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.13 end @@ -10196,11 +10804,11 @@ unreachable end local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 1 call $~lib/date/Date#setUTCDate block $~lib/date/Date#getTime|inlined.14 (result i64) @@ -10209,11 +10817,11 @@ local.tee $92 i32.store offset=144 local.get $92 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.14 end @@ -10229,11 +10837,11 @@ unreachable end local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 1000 call $~lib/date/Date#setUTCMilliseconds block $~lib/date/Date#getTime|inlined.15 (result i64) @@ -10242,11 +10850,11 @@ local.tee $93 i32.store offset=148 local.get $93 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.15 end @@ -10262,11 +10870,11 @@ unreachable end local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 60 i32.const 60 i32.mul @@ -10279,11 +10887,11 @@ local.tee $94 i32.store offset=152 local.get $94 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.16 end @@ -10299,11 +10907,11 @@ unreachable end local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 60 i32.const 60 i32.mul @@ -10318,11 +10926,11 @@ local.tee $95 i32.store offset=156 local.get $95 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.17 end @@ -10338,11 +10946,11 @@ unreachable end local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 60 i32.const 60 i32.mul @@ -10357,11 +10965,11 @@ local.tee $96 i32.store offset=160 local.get $96 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.18 end @@ -10383,11 +10991,11 @@ local.tee $82 i32.store offset=104 local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const -2208 call $~lib/date/Date#setUTCDate block $~lib/date/Date#getTime|inlined.19 (result i64) @@ -10396,11 +11004,11 @@ local.tee $97 i32.store offset=164 local.get $97 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.19 end @@ -10422,11 +11030,11 @@ local.tee $82 i32.store offset=104 local.get $82 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 2208 call $~lib/date/Date#setUTCDate block $~lib/date/Date#getTime|inlined.20 (result i64) @@ -10435,11 +11043,11 @@ local.tee $98 i32.store offset=168 local.get $98 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.20 end @@ -10462,25 +11070,25 @@ local.tee $99 i32.store offset=172 local.get $99 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year local.get $99 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month local.get $99 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:day call $~lib/date/dayOfWeek br $~lib/date/Date#getUTCDay|inlined.0 @@ -10506,25 +11114,25 @@ local.tee $100 i32.store offset=176 local.get $100 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year local.get $100 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month local.get $100 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:day call $~lib/date/dayOfWeek br $~lib/date/Date#getUTCDay|inlined.1 @@ -10552,25 +11160,25 @@ local.tee $101 i32.store offset=180 local.get $101 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year local.get $101 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month local.get $101 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:day call $~lib/date/dayOfWeek br $~lib/date/Date#getUTCDay|inlined.2 @@ -10596,25 +11204,25 @@ local.tee $102 i32.store offset=184 local.get $102 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year local.get $102 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month local.get $102 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:day call $~lib/date/dayOfWeek br $~lib/date/Date#getUTCDay|inlined.3 @@ -10638,25 +11246,25 @@ local.tee $103 i32.store offset=188 local.get $103 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year local.get $103 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month local.get $103 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:day call $~lib/date/dayOfWeek br $~lib/date/Date#getUTCDay|inlined.4 @@ -10682,25 +11290,25 @@ local.tee $104 i32.store offset=192 local.get $104 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year local.get $104 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month local.get $104 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:day call $~lib/date/dayOfWeek br $~lib/date/Date#getUTCDay|inlined.5 @@ -10728,25 +11336,25 @@ local.tee $105 i32.store offset=196 local.get $105 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year local.get $105 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month local.get $105 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:day call $~lib/date/dayOfWeek br $~lib/date/Date#getUTCDay|inlined.6 @@ -10772,25 +11380,25 @@ local.tee $106 i32.store offset=200 local.get $106 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year local.get $106 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month local.get $106 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:day call $~lib/date/dayOfWeek br $~lib/date/Date#getUTCDay|inlined.7 @@ -10818,11 +11426,11 @@ local.tee $108 i32.store offset=208 local.get $108 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month i32.const 1 i32.sub @@ -10840,11 +11448,11 @@ unreachable end local.get $107 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 10 i32.const 1 global.set $~argumentsLength @@ -10856,11 +11464,11 @@ local.tee $109 i32.store offset=212 local.get $109 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month i32.const 1 i32.sub @@ -10878,11 +11486,11 @@ unreachable end local.get $107 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 2 i32.const 1 global.set $~argumentsLength @@ -10894,11 +11502,11 @@ local.tee $110 i32.store offset=216 local.get $110 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month i32.const 1 i32.sub @@ -10921,11 +11529,11 @@ local.tee $111 i32.store offset=220 local.get $111 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.21 end @@ -10941,11 +11549,11 @@ unreachable end local.get $107 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 0 i32.const 1 global.set $~argumentsLength @@ -10957,11 +11565,11 @@ local.tee $112 i32.store offset=224 local.get $112 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.22 end @@ -10977,11 +11585,11 @@ unreachable end local.get $107 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 11 i32.const 1 global.set $~argumentsLength @@ -10993,11 +11601,11 @@ local.tee $113 i32.store offset=228 local.get $113 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.23 end @@ -11013,11 +11621,11 @@ unreachable end local.get $107 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const -1 i32.const 1 global.set $~argumentsLength @@ -11029,11 +11637,11 @@ local.tee $114 i32.store offset=232 local.get $114 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month i32.const 1 i32.sub @@ -11056,11 +11664,11 @@ local.tee $115 i32.store offset=236 local.get $115 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.24 end @@ -11076,11 +11684,11 @@ unreachable end local.get $107 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 12 i32.const 1 global.set $~argumentsLength @@ -11092,11 +11700,11 @@ local.tee $116 i32.store offset=240 local.get $116 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month i32.const 1 i32.sub @@ -11119,11 +11727,11 @@ local.tee $117 i32.store offset=244 local.get $117 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis br $~lib/date/Date#getTime|inlined.25 end @@ -11150,11 +11758,11 @@ local.tee $119 i32.store offset=252 local.get $119 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.3 end @@ -11170,11 +11778,11 @@ unreachable end local.get $118 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 1976 call $~lib/date/Date#setUTCFullYear block $~lib/date/Date#getUTCFullYear|inlined.4 (result i32) @@ -11183,11 +11791,11 @@ local.tee $120 i32.store offset=256 local.get $120 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.4 end @@ -11203,11 +11811,11 @@ unreachable end local.get $118 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 20212 call $~lib/date/Date#setUTCFullYear block $~lib/date/Date#getUTCFullYear|inlined.5 (result i32) @@ -11216,11 +11824,11 @@ local.tee $121 i32.store offset=260 local.get $121 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.5 end @@ -11236,11 +11844,11 @@ unreachable end local.get $118 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 71 call $~lib/date/Date#setUTCFullYear block $~lib/date/Date#getUTCFullYear|inlined.6 (result i32) @@ -11249,11 +11857,11 @@ local.tee $122 i32.store offset=264 local.get $122 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.6 end @@ -11275,23 +11883,23 @@ local.tee $123 i32.store offset=268 local.get $123 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toISOString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 2672 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11311,23 +11919,23 @@ local.tee $123 i32.store offset=268 local.get $123 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toISOString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 2752 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11345,23 +11953,23 @@ local.tee $123 i32.store offset=268 local.get $123 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toISOString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 2832 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11379,23 +11987,23 @@ local.tee $123 i32.store offset=268 local.get $123 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toISOString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 2912 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11413,23 +12021,23 @@ local.tee $123 i32.store offset=268 local.get $123 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toISOString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 2992 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11447,23 +12055,23 @@ local.tee $123 i32.store offset=268 local.get $123 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toISOString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 3072 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11481,23 +12089,23 @@ local.tee $123 i32.store offset=268 local.get $123 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toISOString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 3152 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11515,23 +12123,23 @@ local.tee $123 i32.store offset=268 local.get $123 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toISOString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 3232 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11549,23 +12157,23 @@ local.tee $123 i32.store offset=268 local.get $123 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toISOString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 3312 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11583,23 +12191,23 @@ local.tee $124 i32.store offset=280 local.get $124 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toDateString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 4240 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11617,23 +12225,23 @@ local.tee $124 i32.store offset=280 local.get $124 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toDateString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 4304 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11651,23 +12259,23 @@ local.tee $124 i32.store offset=280 local.get $124 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toDateString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 4368 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11685,23 +12293,23 @@ local.tee $125 i32.store offset=284 local.get $125 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toTimeString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 4480 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11719,23 +12327,23 @@ local.tee $125 i32.store offset=284 local.get $125 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toTimeString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 4528 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11753,23 +12361,23 @@ local.tee $126 i32.store offset=288 local.get $126 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toUTCString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 5424 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11787,23 +12395,23 @@ local.tee $126 i32.store offset=288 local.get $126 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toUTCString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 5504 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11821,196 +12429,476 @@ local.tee $126 i32.store offset=288 local.get $126 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toUTCString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 i32.const 5584 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 128 - i32.const 284 + i32.const 284 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 5664 + local.set $164 + global.get $~lib/memory/__stack_pointer + local.get $164 + i32.store offset=8 + local.get $164 + call $~lib/date/Date.fromString + local.tee $127 + i32.store offset=292 + block $~lib/date/Date#getTime|inlined.26 (result i64) + global.get $~lib/memory/__stack_pointer + local.get $127 + local.tee $128 + i32.store offset=296 + local.get $128 + local.set $164 + global.get $~lib/memory/__stack_pointer + local.get $164 + i32.store offset=8 + local.get $164 + call $~lib/date/Date#get:epochMillis + br $~lib/date/Date#getTime|inlined.26 + end + i64.const 192067200000 + i64.eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 291 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 5936 + local.set $164 + global.get $~lib/memory/__stack_pointer + local.get $164 + i32.store offset=8 + local.get $164 + call $~lib/date/Date.fromString + local.tee $127 + i32.store offset=292 + block $~lib/date/Date#getTime|inlined.27 (result i64) + global.get $~lib/memory/__stack_pointer + local.get $127 + local.tee $129 + i32.store offset=300 + local.get $129 + local.set $164 + global.get $~lib/memory/__stack_pointer + local.get $164 + i32.store offset=8 + local.get $164 + call $~lib/date/Date#get:epochMillis + br $~lib/date/Date#getTime|inlined.27 + end + i64.const 192067200000 + i64.eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 293 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 5984 + local.set $164 + global.get $~lib/memory/__stack_pointer + local.get $164 + i32.store offset=8 + local.get $164 + call $~lib/date/Date.fromString + local.tee $127 + i32.store offset=292 + block $~lib/date/Date#getTime|inlined.28 (result i64) + global.get $~lib/memory/__stack_pointer + local.get $127 + local.tee $130 + i32.store offset=304 + local.get $130 + local.set $164 + global.get $~lib/memory/__stack_pointer + local.get $164 + i32.store offset=8 + local.get $164 + call $~lib/date/Date#get:epochMillis + br $~lib/date/Date#getTime|inlined.28 + end + i64.const 11860387200000 + i64.eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 295 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 6032 + local.set $164 + global.get $~lib/memory/__stack_pointer + local.get $164 + i32.store offset=8 + local.get $164 + call $~lib/date/Date.fromString + local.tee $127 + i32.store offset=292 + block $~lib/date/Date#getTime|inlined.29 (result i64) + global.get $~lib/memory/__stack_pointer + local.get $127 + local.tee $131 + i32.store offset=308 + local.get $131 + local.set $164 + global.get $~lib/memory/__stack_pointer + local.get $164 + i32.store offset=8 + local.get $164 + call $~lib/date/Date#get:epochMillis + br $~lib/date/Date#getTime|inlined.29 + end + i64.const 192112496000 + i64.eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 299 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 6096 + local.set $164 + global.get $~lib/memory/__stack_pointer + local.get $164 + i32.store offset=8 + local.get $164 + call $~lib/date/Date.fromString + local.tee $127 + i32.store offset=292 + block $~lib/date/Date#getTime|inlined.30 (result i64) + global.get $~lib/memory/__stack_pointer + local.get $127 + local.tee $132 + i32.store offset=312 + local.get $132 + local.set $164 + global.get $~lib/memory/__stack_pointer + local.get $164 + i32.store offset=8 + local.get $164 + call $~lib/date/Date#get:epochMillis + br $~lib/date/Date#getTime|inlined.30 + end + i64.const 192112496456 + i64.eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 303 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 6176 + local.set $164 + global.get $~lib/memory/__stack_pointer + local.get $164 + i32.store offset=8 + local.get $164 + call $~lib/date/Date.fromString + local.tee $127 + i32.store offset=292 + block $~lib/date/Date#getTime|inlined.31 (result i64) + global.get $~lib/memory/__stack_pointer + local.get $127 + local.tee $133 + i32.store offset=316 + local.get $133 + local.set $164 + global.get $~lib/memory/__stack_pointer + local.get $164 + i32.store offset=8 + local.get $164 + call $~lib/date/Date#get:epochMillis + br $~lib/date/Date#getTime|inlined.31 + end + i64.const 192112496456 + i64.eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 307 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 6256 + local.set $164 + global.get $~lib/memory/__stack_pointer + local.get $164 + i32.store offset=8 + local.get $164 + call $~lib/date/Date.fromString + local.tee $127 + i32.store offset=292 + block $~lib/date/Date#getTime|inlined.32 (result i64) + global.get $~lib/memory/__stack_pointer + local.get $127 + local.tee $134 + i32.store offset=320 + local.get $134 + local.set $164 + global.get $~lib/memory/__stack_pointer + local.get $164 + i32.store offset=8 + local.get $164 + call $~lib/date/Date#get:epochMillis + br $~lib/date/Date#getTime|inlined.32 + end + i64.const 192141296456 + i64.eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 311 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 6336 + local.set $164 + global.get $~lib/memory/__stack_pointer + local.get $164 + i32.store offset=8 + local.get $164 + call $~lib/date/Date.fromString + local.tee $127 + i32.store offset=292 + block $~lib/date/Date#getTime|inlined.33 (result i64) + global.get $~lib/memory/__stack_pointer + local.get $127 + local.tee $135 + i32.store offset=324 + local.get $135 + local.set $164 + global.get $~lib/memory/__stack_pointer + local.get $164 + i32.store offset=8 + local.get $164 + call $~lib/date/Date#get:epochMillis + br $~lib/date/Date#getTime|inlined.33 + end + i64.const 192092696456 + i64.eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 315 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 5664 - local.set $156 + i32.const 6416 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date.fromString local.tee $127 i32.store offset=292 - block $~lib/date/Date#getTime|inlined.26 (result i64) + block $~lib/date/Date#getTime|inlined.34 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 - local.tee $128 - i32.store offset=296 - local.get $128 - local.set $156 + local.tee $136 + i32.store offset=328 + local.get $136 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis - br $~lib/date/Date#getTime|inlined.26 + br $~lib/date/Date#getTime|inlined.34 end - i64.const 192067200000 + i64.const 192112496450 i64.eq i32.eqz if i32.const 0 i32.const 128 - i32.const 291 + i32.const 319 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 5936 - local.set $156 + i32.const 6480 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date.fromString local.tee $127 i32.store offset=292 - block $~lib/date/Date#getTime|inlined.27 (result i64) + block $~lib/date/Date#getTime|inlined.35 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 - local.tee $129 - i32.store offset=300 - local.get $129 - local.set $156 + local.tee $137 + i32.store offset=332 + local.get $137 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis - br $~lib/date/Date#getTime|inlined.27 + br $~lib/date/Date#getTime|inlined.35 end - i64.const 192067200000 + i64.const 192112496450 i64.eq i32.eqz if i32.const 0 i32.const 128 - i32.const 293 + i32.const 323 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 5984 - local.set $156 + i32.const 6560 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date.fromString local.tee $127 i32.store offset=292 - block $~lib/date/Date#getTime|inlined.28 (result i64) + block $~lib/date/Date#getTime|inlined.36 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 - local.tee $130 - i32.store offset=304 - local.get $130 - local.set $156 + local.tee $138 + i32.store offset=336 + local.get $138 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis - br $~lib/date/Date#getTime|inlined.28 + br $~lib/date/Date#getTime|inlined.36 end - i64.const 11860387200000 + i64.const 192112496450 i64.eq i32.eqz if i32.const 0 i32.const 128 - i32.const 295 + i32.const 327 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 6032 - local.set $156 + i32.const 6640 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date.fromString local.tee $127 i32.store offset=292 - block $~lib/date/Date#getTime|inlined.29 (result i64) + block $~lib/date/Date#getTime|inlined.37 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 - local.tee $131 - i32.store offset=308 - local.get $131 - local.set $156 + local.tee $139 + i32.store offset=340 + local.get $139 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis - br $~lib/date/Date#getTime|inlined.29 + br $~lib/date/Date#getTime|inlined.37 end - i64.const 192112496000 + i64.const 192112496456 i64.eq i32.eqz if i32.const 0 i32.const 128 - i32.const 299 + i32.const 331 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 6096 - local.set $156 + i32.const 6720 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date.fromString local.tee $127 i32.store offset=292 - block $~lib/date/Date#getTime|inlined.30 (result i64) + block $~lib/date/Date#getTime|inlined.38 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 - local.tee $132 - i32.store offset=312 - local.get $132 - local.set $156 + local.tee $140 + i32.store offset=344 + local.get $140 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis - br $~lib/date/Date#getTime|inlined.30 + br $~lib/date/Date#getTime|inlined.38 end i64.const 192112496456 i64.eq @@ -12018,34 +12906,34 @@ if i32.const 0 i32.const 128 - i32.const 303 + i32.const 335 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 6176 - local.set $156 + i32.const 6800 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date.fromString local.tee $127 i32.store offset=292 - block $~lib/date/Date#getTime|inlined.31 (result i64) + block $~lib/date/Date#getTime|inlined.39 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 - local.tee $133 - i32.store offset=316 - local.get $133 - local.set $156 + local.tee $141 + i32.store offset=348 + local.get $141 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis - br $~lib/date/Date#getTime|inlined.31 + br $~lib/date/Date#getTime|inlined.39 end i64.const 192112496456 i64.eq @@ -12053,34 +12941,34 @@ if i32.const 0 i32.const 128 - i32.const 307 + i32.const 339 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 6256 - local.set $156 + i32.const 6896 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date.fromString local.tee $127 i32.store offset=292 - block $~lib/date/Date#getTime|inlined.32 (result i64) + block $~lib/date/Date#getTime|inlined.40 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 - local.tee $134 - i32.store offset=320 - local.get $134 - local.set $156 + local.tee $142 + i32.store offset=352 + local.get $142 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis - br $~lib/date/Date#getTime|inlined.32 + br $~lib/date/Date#getTime|inlined.40 end i64.const -62167219200000 i64.eq @@ -12088,34 +12976,34 @@ if i32.const 0 i32.const 128 - i32.const 310 + i32.const 342 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 6288 - local.set $156 + i32.const 6928 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date.fromString local.tee $127 i32.store offset=292 - block $~lib/date/Date#getTime|inlined.33 (result i64) + block $~lib/date/Date#getTime|inlined.41 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 - local.tee $135 - i32.store offset=324 - local.get $135 - local.set $156 + local.tee $143 + i32.store offset=356 + local.get $143 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis - br $~lib/date/Date#getTime|inlined.33 + br $~lib/date/Date#getTime|inlined.41 end i64.const -62135596800000 i64.eq @@ -12123,34 +13011,34 @@ if i32.const 0 i32.const 128 - i32.const 313 + i32.const 345 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 6320 - local.set $156 + i32.const 6960 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date.fromString local.tee $127 i32.store offset=292 - block $~lib/date/Date#getTime|inlined.34 (result i64) + block $~lib/date/Date#getTime|inlined.42 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 - local.tee $136 - i32.store offset=328 - local.get $136 - local.set $156 + local.tee $144 + i32.store offset=360 + local.get $144 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis - br $~lib/date/Date#getTime|inlined.34 + br $~lib/date/Date#getTime|inlined.42 end i64.const 189302400000 i64.eq @@ -12158,34 +13046,34 @@ if i32.const 0 i32.const 128 - i32.const 316 + i32.const 348 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 6352 - local.set $156 + i32.const 6992 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date.fromString local.tee $127 i32.store offset=292 - block $~lib/date/Date#getTime|inlined.35 (result i64) + block $~lib/date/Date#getTime|inlined.43 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 - local.tee $137 - i32.store offset=332 - local.get $137 - local.set $156 + local.tee $145 + i32.store offset=364 + local.get $145 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis - br $~lib/date/Date#getTime|inlined.35 + br $~lib/date/Date#getTime|inlined.43 end i64.const 191980800000 i64.eq @@ -12193,34 +13081,34 @@ if i32.const 0 i32.const 128 - i32.const 319 + i32.const 351 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer i32.const 5664 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date.fromString local.tee $127 i32.store offset=292 - block $~lib/date/Date#getTime|inlined.36 (result i64) + block $~lib/date/Date#getTime|inlined.44 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 - local.tee $138 - i32.store offset=336 - local.get $138 - local.set $156 + local.tee $146 + i32.store offset=368 + local.get $146 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis - br $~lib/date/Date#getTime|inlined.36 + br $~lib/date/Date#getTime|inlined.44 end i64.const 192067200000 i64.eq @@ -12228,34 +13116,34 @@ if i32.const 0 i32.const 128 - i32.const 322 + i32.const 354 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 6400 - local.set $156 + i32.const 7040 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date.fromString local.tee $127 i32.store offset=292 - block $~lib/date/Date#getTime|inlined.37 (result i64) + block $~lib/date/Date#getTime|inlined.45 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 - local.tee $139 - i32.store offset=340 - local.get $139 - local.set $156 + local.tee $147 + i32.store offset=372 + local.get $147 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis - br $~lib/date/Date#getTime|inlined.37 + br $~lib/date/Date#getTime|inlined.45 end i64.const 192112440000 i64.eq @@ -12263,34 +13151,34 @@ if i32.const 0 i32.const 128 - i32.const 325 + i32.const 357 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer i32.const 6032 - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date.fromString local.tee $127 i32.store offset=292 - block $~lib/date/Date#getTime|inlined.38 (result i64) + block $~lib/date/Date#getTime|inlined.46 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 - local.tee $140 - i32.store offset=344 - local.get $140 - local.set $156 + local.tee $148 + i32.store offset=376 + local.get $148 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis - br $~lib/date/Date#getTime|inlined.38 + br $~lib/date/Date#getTime|inlined.46 end i64.const 192112496000 i64.eq @@ -12298,7 +13186,7 @@ if i32.const 0 i32.const 128 - i32.const 328 + i32.const 360 i32.const 3 call $~lib/builtins/abort unreachable @@ -12307,27 +13195,27 @@ i32.const 0 i64.const -8640000000000000 call $~lib/date/Date#constructor - local.tee $141 - i32.store offset=348 + local.tee $149 + i32.store offset=380 global.get $~lib/memory/__stack_pointer i32.const 0 i64.const 8640000000000000 call $~lib/date/Date#constructor - local.tee $142 - i32.store offset=352 - block $~lib/date/Date#getTime|inlined.39 (result i64) + local.tee $150 + i32.store offset=384 + block $~lib/date/Date#getTime|inlined.47 (result i64) global.get $~lib/memory/__stack_pointer - local.get $141 - local.tee $143 - i32.store offset=356 - local.get $143 - local.set $156 + local.get $149 + local.tee $151 + i32.store offset=388 + local.get $151 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis - br $~lib/date/Date#getTime|inlined.39 + br $~lib/date/Date#getTime|inlined.47 end i64.const -8640000000000000 i64.eq @@ -12335,24 +13223,24 @@ if i32.const 0 i32.const 128 - i32.const 346 + i32.const 378 i32.const 3 call $~lib/builtins/abort unreachable end - block $~lib/date/Date#getTime|inlined.40 (result i64) + block $~lib/date/Date#getTime|inlined.48 (result i64) global.get $~lib/memory/__stack_pointer - local.get $142 - local.tee $144 - i32.store offset=360 - local.get $144 - local.set $156 + local.get $150 + local.tee $152 + i32.store offset=392 + local.get $152 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:epochMillis - br $~lib/date/Date#getTime|inlined.40 + br $~lib/date/Date#getTime|inlined.48 end i64.const 8640000000000000 i64.eq @@ -12360,22 +13248,22 @@ if i32.const 0 i32.const 128 - i32.const 347 + i32.const 379 i32.const 3 call $~lib/builtins/abort unreachable end block $~lib/date/Date#getUTCFullYear|inlined.7 (result i32) global.get $~lib/memory/__stack_pointer - local.get $141 - local.tee $145 - i32.store offset=364 - local.get $145 - local.set $156 + local.get $149 + local.tee $153 + i32.store offset=396 + local.get $153 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.7 end @@ -12385,22 +13273,22 @@ if i32.const 0 i32.const 128 - i32.const 349 + i32.const 381 i32.const 3 call $~lib/builtins/abort unreachable end block $~lib/date/Date#getUTCFullYear|inlined.8 (result i32) global.get $~lib/memory/__stack_pointer - local.get $142 - local.tee $146 - i32.store offset=368 - local.get $146 - local.set $156 + local.get $150 + local.tee $154 + i32.store offset=400 + local.get $154 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.8 end @@ -12410,22 +13298,22 @@ if i32.const 0 i32.const 128 - i32.const 350 + i32.const 382 i32.const 3 call $~lib/builtins/abort unreachable end block $~lib/date/Date#getUTCMonth|inlined.10 (result i32) global.get $~lib/memory/__stack_pointer - local.get $141 - local.tee $147 - i32.store offset=372 - local.get $147 - local.set $156 + local.get $149 + local.tee $155 + i32.store offset=404 + local.get $155 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month i32.const 1 i32.sub @@ -12437,22 +13325,22 @@ if i32.const 0 i32.const 128 - i32.const 352 + i32.const 384 i32.const 3 call $~lib/builtins/abort unreachable end block $~lib/date/Date#getUTCMonth|inlined.11 (result i32) global.get $~lib/memory/__stack_pointer - local.get $142 - local.tee $148 - i32.store offset=376 - local.get $148 - local.set $156 - global.get $~lib/memory/__stack_pointer + local.get $150 + local.tee $156 + i32.store offset=408 local.get $156 + local.set $164 + global.get $~lib/memory/__stack_pointer + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month i32.const 1 i32.sub @@ -12464,22 +13352,22 @@ if i32.const 0 i32.const 128 - i32.const 353 + i32.const 385 i32.const 3 call $~lib/builtins/abort unreachable end block $~lib/date/Date#getUTCDate|inlined.5 (result i32) global.get $~lib/memory/__stack_pointer - local.get $141 - local.tee $149 - i32.store offset=380 local.get $149 - local.set $156 + local.tee $157 + i32.store offset=412 + local.get $157 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:day br $~lib/date/Date#getUTCDate|inlined.5 end @@ -12489,22 +13377,22 @@ if i32.const 0 i32.const 128 - i32.const 355 + i32.const 387 i32.const 3 call $~lib/builtins/abort unreachable end block $~lib/date/Date#getUTCDate|inlined.6 (result i32) global.get $~lib/memory/__stack_pointer - local.get $142 - local.tee $150 - i32.store offset=384 local.get $150 - local.set $156 + local.tee $158 + i32.store offset=416 + local.get $158 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:day br $~lib/date/Date#getUTCDate|inlined.6 end @@ -12514,63 +13402,63 @@ if i32.const 0 i32.const 128 - i32.const 356 + i32.const 388 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $141 - local.set $156 + local.get $149 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toISOString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 - i32.const 6464 - local.set $156 + local.get $164 + i32.const 7104 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 128 - i32.const 358 + i32.const 390 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $142 - local.set $156 + local.get $150 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toISOString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 - i32.const 6544 - local.set $156 + local.get $164 + i32.const 7184 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 128 - i32.const 359 + i32.const 391 i32.const 3 call $~lib/builtins/abort unreachable @@ -12581,27 +13469,27 @@ i64.const 1 i64.sub call $~lib/date/Date#constructor - local.tee $151 - i32.store offset=388 + local.tee $159 + i32.store offset=420 global.get $~lib/memory/__stack_pointer i32.const 0 i64.const -8640000000000000 i64.const 1 i64.add call $~lib/date/Date#constructor - local.tee $152 - i32.store offset=392 + local.tee $160 + i32.store offset=424 block $~lib/date/Date#getUTCFullYear|inlined.9 (result i32) global.get $~lib/memory/__stack_pointer - local.get $152 - local.tee $153 - i32.store offset=396 - local.get $153 - local.set $156 + local.get $160 + local.tee $161 + i32.store offset=428 + local.get $161 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:year br $~lib/date/Date#getUTCFullYear|inlined.9 end @@ -12611,22 +13499,22 @@ if i32.const 0 i32.const 128 - i32.const 364 + i32.const 396 i32.const 3 call $~lib/builtins/abort unreachable end block $~lib/date/Date#getUTCMonth|inlined.12 (result i32) global.get $~lib/memory/__stack_pointer - local.get $152 - local.tee $154 - i32.store offset=400 - local.get $154 - local.set $156 + local.get $160 + local.tee $162 + i32.store offset=432 + local.get $162 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:month i32.const 1 i32.sub @@ -12638,22 +13526,22 @@ if i32.const 0 i32.const 128 - i32.const 365 + i32.const 397 i32.const 3 call $~lib/builtins/abort unreachable end block $~lib/date/Date#getUTCDate|inlined.7 (result i32) global.get $~lib/memory/__stack_pointer - local.get $152 - local.tee $155 - i32.store offset=404 - local.get $155 - local.set $156 + local.get $160 + local.tee $163 + i32.store offset=436 + local.get $163 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#get:day br $~lib/date/Date#getUTCDate|inlined.7 end @@ -12663,17 +13551,17 @@ if i32.const 0 i32.const 128 - i32.const 366 + i32.const 398 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $152 - local.set $156 + local.get $160 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCHours i32.const 0 i32.eq @@ -12681,17 +13569,17 @@ if i32.const 0 i32.const 128 - i32.const 367 + i32.const 399 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $152 - local.set $156 + local.get $160 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCMinutes i32.const 0 i32.eq @@ -12699,17 +13587,17 @@ if i32.const 0 i32.const 128 - i32.const 368 + i32.const 400 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $152 - local.set $156 + local.get $160 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCSeconds i32.const 0 i32.eq @@ -12717,17 +13605,17 @@ if i32.const 0 i32.const 128 - i32.const 369 + i32.const 401 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $152 - local.set $156 + local.get $160 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 + local.get $164 call $~lib/date/Date#getUTCMilliseconds i32.const 1 i32.eq @@ -12735,69 +13623,69 @@ if i32.const 0 i32.const 128 - i32.const 370 + i32.const 402 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $151 - local.set $156 + local.get $159 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toISOString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 - i32.const 6624 - local.set $156 + local.get $164 + i32.const 7264 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 128 - i32.const 372 + i32.const 404 i32.const 3 call $~lib/builtins/abort unreachable end - local.get $152 - local.set $156 + local.get $160 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=276 - local.get $156 + local.get $164 call $~lib/date/Date#toISOString - local.set $156 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=8 - local.get $156 - i32.const 6704 - local.set $156 + local.get $164 + i32.const 7344 + local.set $164 global.get $~lib/memory/__stack_pointer - local.get $156 + local.get $164 i32.store offset=272 - local.get $156 + local.get $164 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 128 - i32.const 373 + i32.const 405 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 408 + i32.const 440 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/std/date.release.wat b/tests/compiler/std/date.release.wat index 4ce5b2a67f..31d3fa0a0d 100644 --- a/tests/compiler/std/date.release.wat +++ b/tests/compiler/std/date.release.wat @@ -28,7 +28,7 @@ (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~argumentsLength (mut i32) (i32.const 0)) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 40596)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 41236)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) (data $0 (i32.const 1036) ",") @@ -220,25 +220,41 @@ (data $98.1 (i32.const 7112) "\02\00\00\00.\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006") (data $99 (i32.const 7180) "L") (data $99.1 (i32.const 7192) "\02\00\00\000\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\00Z") - (data $100 (i32.const 7260) "\1c") - (data $100.1 (i32.const 7272) "\02\00\00\00\08\00\00\000\000\000\000") - (data $101 (i32.const 7292) "\1c") - (data $101.1 (i32.const 7304) "\02\00\00\00\08\00\00\000\000\000\001") - (data $102 (i32.const 7324) "\1c") - (data $102.1 (i32.const 7336) "\02\00\00\00\08\00\00\001\009\007\006") - (data $103 (i32.const 7356) ",") - (data $103.1 (i32.const 7368) "\02\00\00\00\0e\00\00\001\009\007\006\00-\000\002") - (data $104 (i32.const 7404) "<") - (data $104.1 (i32.const 7416) "\02\00\00\00 \00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004") - (data $105 (i32.const 7468) "L") - (data $105.1 (i32.const 7480) "\02\00\00\006\00\00\00-\002\007\001\008\002\001\00-\000\004\00-\002\000\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z") - (data $106 (i32.const 7548) "L") - (data $106.1 (i32.const 7560) "\02\00\00\006\00\00\00+\002\007\005\007\006\000\00-\000\009\00-\001\003\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z") - (data $107 (i32.const 7628) "L") - (data $107.1 (i32.const 7640) "\02\00\00\006\00\00\00+\002\007\005\007\006\000\00-\000\009\00-\001\002\00T\002\003\00:\005\009\00:\005\009\00.\009\009\009\00Z") - (data $108 (i32.const 7708) "L") - (data $108.1 (i32.const 7720) "\02\00\00\006\00\00\00-\002\007\001\008\002\001\00-\000\004\00-\002\000\00T\000\000\00:\000\000\00:\000\000\00.\000\000\001\00Z") - (data $109 (i32.const 7792) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\04A\00\00\02A\00\00\02\t") + (data $100 (i32.const 7260) "L") + (data $100.1 (i32.const 7272) "\02\00\00\00:\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\00-\000\008\00:\000\000") + (data $101 (i32.const 7340) "L") + (data $101.1 (i32.const 7352) "\02\00\00\00:\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\00+\000\005\00:\003\000") + (data $102 (i32.const 7420) "<") + (data $102.1 (i32.const 7432) "\02\00\00\00,\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005") + (data $103 (i32.const 7484) "L") + (data $103.1 (i32.const 7496) "\02\00\00\00.\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\00Z") + (data $104 (i32.const 7564) "L") + (data $104.1 (i32.const 7576) "\02\00\00\008\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\00+\000\000\00:\000\000") + (data $105 (i32.const 7644) "L") + (data $105.1 (i32.const 7656) "\02\00\00\004\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\007\008\009") + (data $106 (i32.const 7724) "L") + (data $106.1 (i32.const 7736) "\02\00\00\006\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\007\008\009\00Z") + (data $107 (i32.const 7804) "\\") + (data $107.1 (i32.const 7816) "\02\00\00\00@\00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004\00:\005\006\00.\004\005\006\007\008\009\00+\000\000\00:\000\000") + (data $108 (i32.const 7900) "\1c") + (data $108.1 (i32.const 7912) "\02\00\00\00\08\00\00\000\000\000\000") + (data $109 (i32.const 7932) "\1c") + (data $109.1 (i32.const 7944) "\02\00\00\00\08\00\00\000\000\000\001") + (data $110 (i32.const 7964) "\1c") + (data $110.1 (i32.const 7976) "\02\00\00\00\08\00\00\001\009\007\006") + (data $111 (i32.const 7996) ",") + (data $111.1 (i32.const 8008) "\02\00\00\00\0e\00\00\001\009\007\006\00-\000\002") + (data $112 (i32.const 8044) "<") + (data $112.1 (i32.const 8056) "\02\00\00\00 \00\00\001\009\007\006\00-\000\002\00-\000\002\00T\001\002\00:\003\004") + (data $113 (i32.const 8108) "L") + (data $113.1 (i32.const 8120) "\02\00\00\006\00\00\00-\002\007\001\008\002\001\00-\000\004\00-\002\000\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z") + (data $114 (i32.const 8188) "L") + (data $114.1 (i32.const 8200) "\02\00\00\006\00\00\00+\002\007\005\007\006\000\00-\000\009\00-\001\003\00T\000\000\00:\000\000\00:\000\000\00.\000\000\000\00Z") + (data $115 (i32.const 8268) "L") + (data $115.1 (i32.const 8280) "\02\00\00\006\00\00\00+\002\007\005\007\006\000\00-\000\009\00-\001\002\00T\002\003\00:\005\009\00:\005\009\00.\009\009\009\00Z") + (data $116 (i32.const 8348) "L") + (data $116.1 (i32.const 8360) "\02\00\00\006\00\00\00-\002\007\001\008\002\001\00-\000\004\00-\002\000\00T\000\000\00:\000\000\00:\000\000\00.\000\000\001\00Z") + (data $117 (i32.const 8432) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\04A\00\00\02A\00\00\02\t") (export "memory" (memory $0)) (export "_start" (func $~start)) (func $~lib/date/epochMillis (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (param $5 i32) (param $6 i32) (result i64) @@ -488,7 +504,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$359 + block $__inlined_func$~lib/rt/itcms/Object#unlink$376 local.get $0 i32.load offset=4 i32.const -4 @@ -500,7 +516,7 @@ i32.load offset=8 i32.eqz local.get $0 - i32.const 40596 + i32.const 41236 i32.lt_u i32.and i32.eqz @@ -512,7 +528,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$359 + br $__inlined_func$~lib/rt/itcms/Object#unlink$376 end local.get $0 i32.load offset=8 @@ -549,7 +565,7 @@ i32.const 1 else local.get $1 - i32.const 7792 + i32.const 8432 i32.load i32.gt_u if @@ -563,7 +579,7 @@ local.get $1 i32.const 2 i32.shl - i32.const 7796 + i32.const 8436 i32.add i32.load i32.const 32 @@ -1147,10 +1163,10 @@ if unreachable end - i32.const 40608 + i32.const 41248 i32.const 0 i32.store - i32.const 42176 + i32.const 42816 i32.const 0 i32.store loop $for-loop|0 @@ -1161,7 +1177,7 @@ local.get $0 i32.const 2 i32.shl - i32.const 40608 + i32.const 41248 i32.add i32.const 0 i32.store offset=4 @@ -1179,7 +1195,7 @@ i32.add i32.const 2 i32.shl - i32.const 40608 + i32.const 41248 i32.add i32.const 0 i32.store offset=96 @@ -1197,14 +1213,14 @@ br $for-loop|0 end end - i32.const 40608 - i32.const 42180 + i32.const 41248 + i32.const 42820 memory.size i64.extend_i32_s i64.const 16 i64.shl call $~lib/rt/tlsf/addMemory - i32.const 40608 + i32.const 41248 global.set $~lib/rt/tlsf/ROOT ) (func $~lib/rt/itcms/step (result i32) @@ -1289,7 +1305,7 @@ local.set $0 loop $while-continue|0 local.get $0 - i32.const 40596 + i32.const 41236 i32.lt_u if local.get $0 @@ -1385,7 +1401,7 @@ unreachable end local.get $0 - i32.const 40596 + i32.const 41236 i32.lt_u if local.get $0 @@ -1408,7 +1424,7 @@ i32.const 4 i32.add local.tee $0 - i32.const 40596 + i32.const 41236 i32.ge_u if global.get $~lib/rt/tlsf/ROOT @@ -2000,11 +2016,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2425,7 +2441,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -2474,7 +2490,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -2484,8 +2500,8 @@ end unreachable end - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2519,11 +2535,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2574,7 +2590,7 @@ if i32.const 1056 i32.const 1104 - i32.const 100 + i32.const 131 i32.const 35 call $~lib/builtins/abort unreachable @@ -2611,11 +2627,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2634,7 +2650,7 @@ if i32.const 1056 i32.const 1104 - i32.const 112 + i32.const 143 i32.const 28 call $~lib/builtins/abort unreachable @@ -2678,11 +2694,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2724,11 +2740,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2770,11 +2786,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2816,11 +2832,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2860,11 +2876,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2908,11 +2924,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2958,11 +2974,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3008,11 +3024,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3059,11 +3075,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3129,7 +3145,7 @@ global.set $~lib/memory/__stack_pointer block $folding-inner0 global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -3161,7 +3177,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -3211,8 +3227,8 @@ global.set $~lib/memory/__stack_pointer return end - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3227,11 +3243,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3300,7 +3316,7 @@ global.set $~lib/memory/__stack_pointer block $folding-inner0 global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -3320,7 +3336,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -3340,7 +3356,7 @@ local.get $5 i32.const 1872 i32.store - block $__inlined_func$~lib/string/String#padStart$367 + block $__inlined_func$~lib/string/String#padStart$384 i32.const 1868 i32.load i32.const -2 @@ -3359,7 +3375,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/string/String#padStart$367 + br $__inlined_func$~lib/string/String#padStart$384 end global.get $~lib/memory/__stack_pointer local.get $6 @@ -3435,8 +3451,8 @@ local.get $0 return end - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3454,11 +3470,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3673,11 +3689,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3724,7 +3740,7 @@ global.set $~lib/memory/__stack_pointer block $folding-inner0 global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -3772,14 +3788,14 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer local.tee $1 i64.const 0 i64.store - block $__inlined_func$~lib/string/String#concat$368 (result i32) + block $__inlined_func$~lib/string/String#concat$385 (result i32) local.get $1 local.get $3 i32.store @@ -3791,7 +3807,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -3828,7 +3844,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 3456 - br $__inlined_func$~lib/string/String#concat$368 + br $__inlined_func$~lib/string/String#concat$385 end global.get $~lib/memory/__stack_pointer local.get $1 @@ -4055,8 +4071,8 @@ local.get $0 return end - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4070,11 +4086,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4164,11 +4180,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4427,11 +4443,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4549,11 +4565,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4891,11 +4907,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -5009,11 +5025,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -5127,11 +5143,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -5167,662 +5183,456 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/array/ensureCapacity (param $0 i32) (param $1 i32) + (func $~lib/util/string/strtol (param $0 i32) (result i32) + (local $1 i32) (local $2 i32) (local $3 i32) (local $4 i32) + (local $5 i32) + (local $6 i32) + (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 + local.tee $1 i32.const 0 i32.store - local.get $2 - local.get $0 - i32.store local.get $1 local.get $0 - i32.load offset=8 - local.tee $2 - i32.const 2 - i32.shr_u - i32.gt_u - if - local.get $1 - i32.const 268435455 - i32.gt_u - if - i32.const 6784 - i32.const 6736 - i32.const 19 - i32.const 48 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer + i32.store + block $folding-inner0 local.get $0 - i32.store - block $__inlined_func$~lib/rt/itcms/__renew$350 - i32.const 1073741820 - local.get $2 - i32.const 1 - i32.shl - local.tee $2 - local.get $2 - i32.const 1073741820 - i32.ge_u - select - local.tee $2 - i32.const 8 - local.get $1 - local.get $1 - i32.const 8 - i32.le_u - select - i32.const 2 - i32.shl - local.tee $1 - local.get $1 - local.get $2 - i32.lt_u - select - local.tee $3 - local.get $0 - i32.load - local.tee $2 - i32.const 20 - i32.sub - local.tee $4 - i32.load - i32.const -4 - i32.and - i32.const 16 - i32.sub - i32.le_u + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + local.tee $1 + i32.eqz + br_if $folding-inner0 + local.get $0 + local.tee $2 + i32.load16_u + local.set $0 + loop $while-continue|0 + block $__inlined_func$~lib/util/string/isSpace$164 (result i32) + local.get $0 + i32.const 128 + i32.or + i32.const 160 + i32.eq + local.get $0 + i32.const 9 + i32.sub + i32.const 4 + i32.le_u + i32.or + local.get $0 + i32.const 5760 + i32.lt_u + br_if $__inlined_func$~lib/util/string/isSpace$164 + drop + i32.const 1 + local.get $0 + i32.const -8192 + i32.add + i32.const 10 + i32.le_u + br_if $__inlined_func$~lib/util/string/isSpace$164 + drop + block $break|0 + block $case0|0 + local.get $0 + i32.const 5760 + i32.eq + br_if $case0|0 + local.get $0 + i32.const 8232 + i32.eq + br_if $case0|0 + local.get $0 + i32.const 8233 + i32.eq + br_if $case0|0 + local.get $0 + i32.const 8239 + i32.eq + br_if $case0|0 + local.get $0 + i32.const 8287 + i32.eq + br_if $case0|0 + local.get $0 + i32.const 12288 + i32.eq + br_if $case0|0 + local.get $0 + i32.const 65279 + i32.eq + br_if $case0|0 + br $break|0 + end + i32.const 1 + br $__inlined_func$~lib/util/string/isSpace$164 + end + i32.const 0 + end if - local.get $4 - local.get $3 - i32.store offset=16 local.get $2 + i32.const 2 + i32.add + local.tee $2 + i32.load16_u + local.set $0 + local.get $1 + i32.const 1 + i32.sub local.set $1 - br $__inlined_func$~lib/rt/itcms/__renew$350 + br $while-continue|0 end - local.get $3 - local.get $4 - i32.load offset=12 - call $~lib/rt/itcms/__new + end + i32.const 1 + local.set $4 + local.get $0 + i32.const 45 + i32.eq + local.tee $6 + local.get $0 + i32.const 43 + i32.eq + i32.or + if (result i32) + local.get $1 + i32.const 1 + i32.sub local.tee $1 - local.get $2 - local.get $3 - local.get $4 - i32.load offset=16 - local.tee $4 - local.get $3 - local.get $4 - i32.lt_u + i32.eqz + br_if $folding-inner0 + i32.const -1 + i32.const 1 + local.get $6 select - memory.copy + local.set $4 + local.get $2 + i32.const 2 + i32.add + local.tee $2 + i32.load16_u + else + local.get $0 end + i32.const 48 + i32.eq local.get $1 - local.get $2 - i32.ne + i32.const 2 + i32.gt_s + i32.and if - local.get $0 - local.get $1 - i32.store - local.get $0 - local.get $1 - i32.store offset=4 - local.get $0 - local.get $1 - i32.const 0 - call $~lib/rt/itcms/__link - end - local.get $0 - local.get $3 - i32.store offset=8 - end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - ) - (func $~lib/array/Array<~lib/string/String>#push (param $0 i32) (param $1 i32) - (local $2 i32) - (local $3 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 7828 - i32.lt_s - if - i32.const 40624 - i32.const 40672 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $2 - i32.const 0 - i32.store - local.get $2 - local.get $0 - i32.store - local.get $0 - local.get $0 - i32.load offset=12 - local.tee $2 - i32.const 1 - i32.add - local.tee $3 - call $~lib/array/ensureCapacity - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - i32.load offset=4 - local.get $2 - i32.const 2 - i32.shl - i32.add - local.get $1 - i32.store - local.get $0 - local.get $1 - i32.const 1 - call $~lib/rt/itcms/__link - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - local.get $3 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - ) - (func $~lib/string/String#split (param $0 i32) (param $1 i32) (param $2 i32) (result 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) - global.get $~lib/memory/__stack_pointer - i32.const 40 - i32.sub - global.set $~lib/memory/__stack_pointer - block $folding-inner3 - block $folding-inner2 - block $folding-inner1 - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 7828 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.const 40 - memory.fill - local.get $2 - i32.eqz - br_if $folding-inner1 - local.get $1 - i32.eqz - if - global.get $~lib/memory/__stack_pointer - i32.const 1 - call $~lib/rt/__newArray - local.tee $2 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.load offset=4 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 7828 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $1 - i32.const 0 - i32.store - local.get $1 - local.get $2 - i32.store + block $break|1 + block $case2|1 + block $case1|1 local.get $2 - i32.load offset=12 - i32.eqz + i32.load16_u offset=2 + i32.const 32 + i32.or + local.tee $0 + i32.const 98 + i32.ne if - local.get $2 - i32.const 1 - call $~lib/array/ensureCapacity - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store - local.get $2 - i32.const 1 - i32.store offset=12 + local.get $0 + i32.const 111 + i32.eq + br_if $case1|1 + local.get $0 + i32.const 120 + i32.eq + br_if $case2|1 + br $break|1 end - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store - local.get $2 - i32.load offset=4 - local.get $0 - i32.store local.get $2 - local.get $0 - i32.const 1 - call $~lib/rt/itcms/__link - global.get $~lib/memory/__stack_pointer i32.const 4 i32.add - global.set $~lib/memory/__stack_pointer - br $folding-inner2 + local.set $2 + local.get $1 + i32.const 2 + i32.sub + local.set $1 + i32.const 2 + local.set $3 + br $break|1 end - global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $0 - i32.store offset=8 - local.get $0 - i32.const 20 - i32.sub - i32.load offset=16 - i32.const 1 - i32.shr_u - local.set $7 - local.get $6 - local.get $1 - i32.store offset=8 - i32.const 2147483647 local.get $2 - local.get $2 - i32.const 0 - i32.lt_s - select + i32.const 4 + i32.add local.set $2 local.get $1 - i32.const 20 + i32.const 2 i32.sub - i32.load offset=16 - i32.const 1 - i32.shr_u - local.tee $5 + local.set $1 + i32.const 8 + local.set $3 + br $break|1 + end + local.get $2 + i32.const 4 + i32.add + local.set $2 + local.get $1 + i32.const 2 + i32.sub + local.set $1 + i32.const 16 + local.set $3 + end + end + local.get $3 + i32.const 10 + local.get $3 + select + local.set $6 + local.get $1 + i32.const 1 + i32.sub + local.set $7 + loop $while-continue|2 + local.get $1 + local.tee $0 + i32.const 1 + i32.sub + local.set $1 + local.get $0 + if + block $while-break|2 + local.get $2 + i32.load16_u + local.tee $3 + i32.const 48 + i32.sub + local.tee $0 + i32.const 10 + i32.ge_u if - local.get $7 - i32.eqz - if - local.get $6 - i32.const 1 - call $~lib/rt/__newArray - local.tee $2 - i32.store offset=20 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=8 - local.get $2 - i32.load offset=4 - i32.const 3456 - i32.store - br $folding-inner2 + local.get $3 + i32.const 65 + i32.sub + i32.const 25 + i32.le_u + if (result i32) + local.get $3 + i32.const 55 + i32.sub + else + local.get $3 + i32.const 87 + i32.sub + local.get $3 + local.get $3 + i32.const 97 + i32.sub + i32.const 25 + i32.le_u + select end - else - local.get $7 - i32.eqz - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - local.get $7 - local.get $2 - local.get $2 + local.set $0 + end + local.get $0 + local.get $6 + i32.ge_u + if + local.get $1 local.get $7 - i32.gt_s - select - local.tee $3 - call $~lib/rt/__newArray - local.tee $2 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=8 - local.get $2 - i32.load offset=4 - local.set $4 - i32.const 0 - local.set $1 - loop $for-loop|0 - local.get $1 - local.get $3 - i32.lt_s - if - global.get $~lib/memory/__stack_pointer - i32.const 2 - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $5 - i32.store offset=16 - local.get $5 - local.get $0 - local.get $1 - i32.const 1 - i32.shl - i32.add - i32.load16_u - i32.store16 - local.get $4 - local.get $1 - i32.const 2 - i32.shl - i32.add - local.get $5 - i32.store - local.get $2 - local.get $5 - i32.const 1 - call $~lib/rt/itcms/__link - local.get $1 - i32.const 1 - i32.add - local.set $1 - br $for-loop|0 - end - end - br $folding-inner2 - end - global.get $~lib/memory/__stack_pointer - i32.const 0 - call $~lib/rt/__newArray - local.tee $8 - i32.store offset=24 - loop $while-continue|1 - global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $0 - i32.store offset=8 - local.get $6 - local.get $1 - i32.store offset=28 - local.get $0 - local.get $1 - local.get $3 - call $~lib/string/String#indexOf - local.tee $9 - i32.const -1 - i32.xor - if - local.get $9 - local.get $3 - i32.sub - local.tee $6 - i32.const 0 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.const 1 - i32.shl - local.tee $10 - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $6 - i32.store offset=32 - local.get $6 - local.get $0 - local.get $3 - i32.const 1 - i32.shl - i32.add - local.get $10 - memory.copy - global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=28 - local.get $8 - local.get $6 - call $~lib/array/Array<~lib/string/String>#push - else - global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $8 - i32.store offset=8 - local.get $3 - i32.const 3456 - i32.store offset=28 - local.get $8 - i32.const 3456 - call $~lib/array/Array<~lib/string/String>#push - end - local.get $4 - i32.const 1 - i32.add - local.tee $4 - local.get $2 - i32.eq - br_if $folding-inner3 - local.get $5 - local.get $9 - i32.add - local.set $3 - br $while-continue|1 - end - end - local.get $3 - i32.eqz - if - global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $8 - i32.store offset=8 - local.get $1 - local.get $0 - i32.store offset=28 - local.get $8 - local.get $0 - call $~lib/array/Array<~lib/string/String>#push - br $folding-inner3 - end - local.get $7 - local.get $3 - i32.sub - local.tee $1 - i32.const 0 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.const 1 - i32.shl - local.tee $1 - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $2 - i32.store offset=36 - local.get $2 - local.get $0 - local.get $3 - i32.const 1 - i32.shl - i32.add - local.get $1 - memory.copy - global.get $~lib/memory/__stack_pointer - local.get $8 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=28 - local.get $8 - local.get $2 - call $~lib/array/Array<~lib/string/String>#push - else - global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $8 - i32.store offset=8 - local.get $0 - i32.const 3456 - i32.store offset=28 - local.get $8 - i32.const 3456 - call $~lib/array/Array<~lib/string/String>#push + i32.eq + br_if $folding-inner0 + br $while-break|2 end - global.get $~lib/memory/__stack_pointer - i32.const 40 + local.get $5 + local.get $6 + i32.mul + local.get $0 i32.add - global.set $~lib/memory/__stack_pointer - local.get $8 - return + local.set $5 + local.get $2 + i32.const 2 + i32.add + local.set $2 + br $while-continue|2 end - i32.const 40624 - i32.const 40672 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable end - i32.const 0 - call $~lib/rt/__newArray - local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $4 + local.get $5 + i32.mul return end global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $8 + i32.const 0 ) - (func $~lib/string/String#split@varargs (param $0 i32) (param $1 i32) (result i32) + (func $~lib/array/ensureCapacity (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) + (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - block $2of2 - block $1of2 - block $0of2 - block $outOfRange - global.get $~argumentsLength - br_table $0of2 $1of2 $2of2 $outOfRange - end - unreachable - end - i32.const 0 - local.set $1 - end - i32.const 2147483647 - local.set $2 - end - global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $0 + local.tee $2 + i32.const 0 i32.store - local.get $3 - local.get $1 - i32.store offset=4 + local.get $2 local.get $0 + i32.store local.get $1 - local.get $2 - call $~lib/string/String#split - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer local.get $0 - ) - (func $~lib/array/Array<~lib/string/String>#get:length (param $0 i32) (result i32) - (local $1 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 7828 - i32.lt_s + i32.load offset=8 + local.tee $2 + i32.const 2 + i32.shr_u + i32.gt_u if - i32.const 40624 - i32.const 40672 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable + local.get $1 + i32.const 268435455 + i32.gt_u + if + i32.const 6784 + i32.const 6736 + i32.const 19 + i32.const 48 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + block $__inlined_func$~lib/rt/itcms/__renew$363 + i32.const 1073741820 + local.get $2 + i32.const 1 + i32.shl + local.tee $2 + local.get $2 + i32.const 1073741820 + i32.ge_u + select + local.tee $2 + i32.const 8 + local.get $1 + local.get $1 + i32.const 8 + i32.le_u + select + i32.const 2 + i32.shl + local.tee $1 + local.get $1 + local.get $2 + i32.lt_u + select + local.tee $3 + local.get $0 + i32.load + local.tee $2 + i32.const 20 + i32.sub + local.tee $4 + i32.load + i32.const -4 + i32.and + i32.const 16 + i32.sub + i32.le_u + if + local.get $4 + local.get $3 + i32.store offset=16 + local.get $2 + local.set $1 + br $__inlined_func$~lib/rt/itcms/__renew$363 + end + local.get $3 + local.get $4 + i32.load offset=12 + call $~lib/rt/itcms/__new + local.tee $1 + local.get $2 + local.get $3 + local.get $4 + i32.load offset=16 + local.tee $4 + local.get $3 + local.get $4 + i32.lt_u + select + memory.copy + end + local.get $1 + local.get $2 + i32.ne + if + local.get $0 + local.get $1 + i32.store + local.get $0 + local.get $1 + i32.store offset=4 + local.get $0 + local.get $1 + i32.const 0 + call $~lib/rt/itcms/__link + end + local.get $0 + local.get $3 + i32.store offset=8 end global.get $~lib/memory/__stack_pointer - local.tee $1 - i32.const 0 - i32.store - local.get $1 - local.get $0 - i32.store - local.get $0 - i32.load offset=12 - local.set $0 - local.get $1 i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) - (func $~lib/array/Array<~lib/string/String>#__get (param $0 i32) (param $1 i32) (result i32) + (func $~lib/array/Array<~lib/string/String>#push (param $0 i32) (param $1 i32) (local $2 i32) + (local $3 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -5830,408 +5640,476 @@ end global.get $~lib/memory/__stack_pointer local.tee $2 - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $2 local.get $0 i32.store - local.get $1 + local.get $0 local.get $0 i32.load offset=12 - i32.ge_u - if - i32.const 1392 - i32.const 6736 - i32.const 114 - i32.const 42 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer local.tee $2 + i32.const 1 + i32.add + local.tee $3 + call $~lib/array/ensureCapacity + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=4 - local.get $1 + local.get $2 i32.const 2 i32.shl i32.add - i32.load - local.tee $0 - i32.store offset=4 + local.get $1 + i32.store local.get $0 - i32.eqz - if - i32.const 6832 - i32.const 6736 - i32.const 118 - i32.const 40 - call $~lib/builtins/abort - unreachable - end + local.get $1 + i32.const 1 + call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - i32.const 8 + local.get $0 + i32.store + local.get $0 + local.get $3 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) - (func $~lib/util/string/strtol (param $0 i32) (result i32) - (local $1 i32) - (local $2 i32) + (func $~lib/string/String#split (param $0 i32) (param $1 i32) (param $2 i32) (result 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) global.get $~lib/memory/__stack_pointer - i32.const 4 + i32.const 40 i32.sub global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 7828 - i32.lt_s - if - i32.const 40624 - i32.const 40672 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - i32.const 0 - i32.store - local.get $1 - local.get $0 - i32.store - block $folding-inner0 - local.get $0 - i32.const 20 - i32.sub - i32.load offset=16 - i32.const 1 - i32.shr_u - local.tee $1 - i32.eqz - br_if $folding-inner0 - local.get $0 - local.tee $2 - i32.load16_u - local.set $0 - loop $while-continue|0 - block $__inlined_func$~lib/util/string/isSpace$183 (result i32) - local.get $0 - i32.const 128 - i32.or - i32.const 160 - i32.eq - local.get $0 - i32.const 9 - i32.sub - i32.const 4 - i32.le_u - i32.or - local.get $0 - i32.const 5760 - i32.lt_u - br_if $__inlined_func$~lib/util/string/isSpace$183 - drop - i32.const 1 - local.get $0 - i32.const -8192 - i32.add - i32.const 10 - i32.le_u - br_if $__inlined_func$~lib/util/string/isSpace$183 - drop - block $break|0 - block $case0|0 - local.get $0 - i32.const 5760 - i32.eq - br_if $case0|0 - local.get $0 - i32.const 8232 - i32.eq - br_if $case0|0 - local.get $0 - i32.const 8233 - i32.eq - br_if $case0|0 - local.get $0 - i32.const 8239 - i32.eq - br_if $case0|0 - local.get $0 - i32.const 8287 - i32.eq - br_if $case0|0 - local.get $0 - i32.const 12288 - i32.eq - br_if $case0|0 - local.get $0 - i32.const 65279 - i32.eq - br_if $case0|0 - br $break|0 - end - i32.const 1 - br $__inlined_func$~lib/util/string/isSpace$183 - end - i32.const 0 - end - if - local.get $2 - i32.const 2 - i32.add - local.tee $2 - i32.load16_u - local.set $0 - local.get $1 - i32.const 1 - i32.sub - local.set $1 - br $while-continue|0 - end - end - i32.const 1 - local.set $4 - local.get $0 - i32.const 45 - i32.eq - local.tee $6 - local.get $0 - i32.const 43 - i32.eq - i32.or - if (result i32) - local.get $1 - i32.const 1 - i32.sub - local.tee $1 - i32.eqz - br_if $folding-inner0 - i32.const -1 - i32.const 1 - local.get $6 - select - local.set $4 - local.get $2 - i32.const 2 - i32.add - local.tee $2 - i32.load16_u - else - local.get $0 - end - i32.const 48 - i32.eq - local.get $1 - i32.const 2 - i32.gt_s - i32.and - if - block $break|1 - block $case2|1 - block $case1|1 + block $folding-inner3 + block $folding-inner2 + block $folding-inner1 + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 8468 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 40 + memory.fill + local.get $2 + i32.eqz + br_if $folding-inner1 + local.get $1 + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 1 + call $~lib/rt/__newArray + local.tee $2 + i32.store + global.get $~lib/memory/__stack_pointer local.get $2 - i32.load16_u offset=2 - i32.const 32 - i32.or - local.tee $0 - i32.const 98 - i32.ne + i32.load offset=4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 8468 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $1 + i32.const 0 + i32.store + local.get $1 + local.get $2 + i32.store + local.get $2 + i32.load offset=12 + i32.eqz if - local.get $0 - i32.const 111 - i32.eq - br_if $case1|1 - local.get $0 - i32.const 120 - i32.eq - br_if $case2|1 - br $break|1 + local.get $2 + i32.const 1 + call $~lib/array/ensureCapacity + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + i32.const 1 + i32.store offset=12 end + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + i32.load offset=4 + local.get $0 + i32.store local.get $2 + local.get $0 + i32.const 1 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add - local.set $2 - local.get $1 - i32.const 2 - i32.sub - local.set $1 - i32.const 2 - local.set $3 - br $break|1 + global.set $~lib/memory/__stack_pointer + br $folding-inner2 end + global.get $~lib/memory/__stack_pointer + local.tee $6 + local.get $0 + i32.store offset=8 + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + local.set $7 + local.get $6 + local.get $1 + i32.store offset=8 + i32.const 2147483647 local.get $2 - i32.const 4 - i32.add + local.get $2 + i32.const 0 + i32.lt_s + select local.set $2 local.get $1 - i32.const 2 - i32.sub - local.set $1 - i32.const 8 - local.set $3 - br $break|1 - end - local.get $2 - i32.const 4 - i32.add - local.set $2 - local.get $1 - i32.const 2 - i32.sub - local.set $1 - i32.const 16 - local.set $3 - end - end - local.get $3 - i32.const 10 - local.get $3 - select - local.set $6 - local.get $1 - i32.const 1 - i32.sub - local.set $7 - loop $while-continue|2 - local.get $1 - local.tee $0 - i32.const 1 - i32.sub - local.set $1 - local.get $0 - if - block $while-break|2 - local.get $2 - i32.load16_u - local.tee $3 - i32.const 48 + i32.const 20 i32.sub - local.tee $0 - i32.const 10 - i32.ge_u - if - local.get $3 - i32.const 65 - i32.sub - i32.const 25 - i32.le_u - if (result i32) - local.get $3 - i32.const 55 - i32.sub - else - local.get $3 - i32.const 87 - i32.sub - local.get $3 - local.get $3 - i32.const 97 - i32.sub - i32.const 25 - i32.le_u - select - end - local.set $0 - end - local.get $0 - local.get $6 - i32.ge_u + i32.load offset=16 + i32.const 1 + i32.shr_u + local.tee $5 if - local.get $1 local.get $7 - i32.eq - br_if $folding-inner0 - br $while-break|2 + i32.eqz + if + local.get $6 + i32.const 1 + call $~lib/rt/__newArray + local.tee $2 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=8 + local.get $2 + i32.load offset=4 + i32.const 3456 + i32.store + br $folding-inner2 + end + else + local.get $7 + i32.eqz + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + local.get $7 + local.get $2 + local.get $2 + local.get $7 + i32.gt_s + select + local.tee $3 + call $~lib/rt/__newArray + local.tee $2 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=8 + local.get $2 + i32.load offset=4 + local.set $4 + i32.const 0 + local.set $1 + loop $for-loop|0 + local.get $1 + local.get $3 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + i32.const 2 + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $5 + i32.store offset=16 + local.get $5 + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + i32.load16_u + i32.store16 + local.get $4 + local.get $1 + i32.const 2 + i32.shl + i32.add + local.get $5 + i32.store + local.get $2 + local.get $5 + i32.const 1 + call $~lib/rt/itcms/__link + local.get $1 + i32.const 1 + i32.add + local.set $1 + br $for-loop|0 + end + end + br $folding-inner2 end - local.get $5 - local.get $6 - i32.mul - local.get $0 - i32.add - local.set $5 - local.get $2 - i32.const 2 + global.get $~lib/memory/__stack_pointer + i32.const 0 + call $~lib/rt/__newArray + local.tee $8 + i32.store offset=24 + loop $while-continue|1 + global.get $~lib/memory/__stack_pointer + local.tee $6 + local.get $0 + i32.store offset=8 + local.get $6 + local.get $1 + i32.store offset=28 + local.get $0 + local.get $1 + local.get $3 + call $~lib/string/String#indexOf + local.tee $9 + i32.const -1 + i32.xor + if + local.get $9 + local.get $3 + i32.sub + local.tee $6 + i32.const 0 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.const 1 + i32.shl + local.tee $10 + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $6 + i32.store offset=32 + local.get $6 + local.get $0 + local.get $3 + i32.const 1 + i32.shl + i32.add + local.get $10 + memory.copy + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=28 + local.get $8 + local.get $6 + call $~lib/array/Array<~lib/string/String>#push + else + global.get $~lib/memory/__stack_pointer + local.tee $3 + local.get $8 + i32.store offset=8 + local.get $3 + i32.const 3456 + i32.store offset=28 + local.get $8 + i32.const 3456 + call $~lib/array/Array<~lib/string/String>#push + end + local.get $4 + i32.const 1 + i32.add + local.tee $4 + local.get $2 + i32.eq + br_if $folding-inner3 + local.get $5 + local.get $9 + i32.add + local.set $3 + br $while-continue|1 + end + end + local.get $3 + i32.eqz + if + global.get $~lib/memory/__stack_pointer + local.tee $1 + local.get $8 + i32.store offset=8 + local.get $1 + local.get $0 + i32.store offset=28 + local.get $8 + local.get $0 + call $~lib/array/Array<~lib/string/String>#push + br $folding-inner3 + end + local.get $7 + local.get $3 + i32.sub + local.tee $1 + i32.const 0 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.const 1 + i32.shl + local.tee $1 + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store offset=36 + local.get $2 + local.get $0 + local.get $3 + i32.const 1 + i32.shl + i32.add + local.get $1 + memory.copy + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=28 + local.get $8 + local.get $2 + call $~lib/array/Array<~lib/string/String>#push + else + global.get $~lib/memory/__stack_pointer + local.tee $0 + local.get $8 + i32.store offset=8 + local.get $0 + i32.const 3456 + i32.store offset=28 + local.get $8 + i32.const 3456 + call $~lib/array/Array<~lib/string/String>#push + end + global.get $~lib/memory/__stack_pointer + i32.const 40 i32.add - local.set $2 - br $while-continue|2 + global.set $~lib/memory/__stack_pointer + local.get $8 + return end + i32.const 41264 + i32.const 41312 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable end + i32.const 0 + call $~lib/rt/__newArray + local.set $2 end global.get $~lib/memory/__stack_pointer - i32.const 4 + i32.const 40 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 - local.get $5 - i32.mul + local.get $2 return end global.get $~lib/memory/__stack_pointer - i32.const 4 + i32.const 40 i32.add global.set $~lib/memory/__stack_pointer - i32.const 0 + local.get $8 ) - (func $~lib/number/I32.parseInt (param $0 i32) (result i32) - (local $1 i32) + (func $~lib/string/String#split@varargs (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) global.get $~lib/memory/__stack_pointer - i32.const 4 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - i32.const 0 - i32.store - local.get $1 + i64.const 0 + i64.store + block $2of2 + block $1of2 + block $0of2 + block $outOfRange + global.get $~argumentsLength + br_table $0of2 $1of2 $2of2 $outOfRange + end + unreachable + end + i32.const 0 + local.set $1 + end + i32.const 2147483647 + local.set $2 + end + global.get $~lib/memory/__stack_pointer + local.tee $3 local.get $0 i32.store + local.get $3 + local.get $1 + i32.store offset=4 local.get $0 - call $~lib/util/string/strtol + local.get $1 + local.get $2 + call $~lib/string/String#split local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 4 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/date/Date.fromString (param $0 i32) (result i32) + (func $~lib/array/Array<~lib/string/String>#get:length (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) - (local $3 i32) - (local $4 i32) - (local $5 i32) - (local $6 i32) - (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -6240,282 +6118,830 @@ global.get $~lib/memory/__stack_pointer local.tee $1 i32.const 0 - i32.const 28 - memory.fill + i32.store local.get $1 local.get $0 i32.store local.get $0 - i32.const 20 + i32.load offset=12 + local.set $0 + local.get $1 + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $~lib/array/Array<~lib/string/String>#__get (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 i32.sub - i32.load offset=16 - i32.const 1 - i32.shr_u - i32.eqz + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 8468 + i32.lt_s if - i32.const 1056 - i32.const 1104 - i32.const 50 - i32.const 33 + i32.const 41264 + i32.const 41312 + i32.const 1 + i32.const 1 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.tee $2 + i64.const 0 + i64.store + local.get $2 local.get $0 - i32.store offset=4 + i32.store local.get $1 local.get $0 + i32.load offset=12 + i32.ge_u + if + i32.const 1392 + i32.const 6736 + i32.const 114 + i32.const 42 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $2 + local.get $0 i32.store + local.get $2 + local.get $0 + i32.load offset=4 local.get $1 - i32.const 3488 - i32.store offset=8 + i32.const 2 + i32.shl + i32.add + i32.load + local.tee $0 + i32.store offset=4 local.get $0 - local.tee $1 - i32.const 3488 - i32.const 0 - call $~lib/string/String#indexOf - local.tee $6 - i32.const -1 - i32.xor + i32.eqz if + i32.const 6832 + i32.const 6736 + i32.const 118 + i32.const 40 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $~lib/date/Date.fromString (param $0 i32) (result i32) + (local $1 i32) + (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) + (local $11 i32) + (local $12 i32) + global.get $~lib/memory/__stack_pointer + i32.const 76 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 8468 + i32.lt_s + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer + local.tee $1 + i32.const 0 + i32.const 76 + memory.fill + local.get $1 local.get $0 i32.store - global.get $~lib/memory/__stack_pointer local.get $0 - i32.const 0 - local.get $6 - call $~lib/string/String#substring + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + i32.eqz + if + i32.const 1056 + i32.const 1104 + i32.const 50 + i32.const 33 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer local.tee $1 + local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer + local.get $1 local.get $0 i32.store - i32.const 1 - global.set $~argumentsLength + local.get $1 + i32.const 3488 + i32.store offset=8 + local.get $0 + local.tee $1 + i32.const 3488 + i32.const 0 + call $~lib/string/String#indexOf + local.tee $2 + i32.const -1 + i32.xor + if + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.const 0 + local.get $2 + call $~lib/string/String#substring + local.tee $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + i32.const 1 + global.set $~argumentsLength + global.get $~lib/memory/__stack_pointer + local.get $0 + local.get $2 + i32.const 1 + i32.add + call $~lib/string/String#substring@varargs + local.tee $0 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + i32.const 1 + i32.sub + local.set $3 + loop $for-loop|0 + local.get $3 + i32.const 0 + i32.ge_s + if + global.get $~lib/memory/__stack_pointer + local.tee $2 + local.get $0 + i32.store + local.get $2 + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 8468 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $2 + i32.const 0 + i32.store + local.get $2 + local.get $0 + i32.store + block $__inlined_func$~lib/string/String#charCodeAt$386 + local.get $3 + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + i32.ge_u + if + local.get $2 + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const -1 + local.set $2 + br $__inlined_func$~lib/string/String#charCodeAt$386 + end + local.get $0 + local.get $3 + i32.const 1 + i32.shl + i32.add + i32.load16_u + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + end + block $for-break0 + local.get $2 + i32.const 90 + i32.eq + br_if $for-break0 + local.get $2 + i32.const 45 + i32.eq + local.get $2 + i32.const 43 + i32.eq + i32.or + if + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $3 + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + i32.const 1 + i32.sub + i32.eq + if + i32.const 1056 + i32.const 1104 + i32.const 74 + i32.const 13 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $4 + local.get $0 + i32.store + local.get $4 + i32.const 3520 + i32.store offset=8 + i32.const 0 + local.get $0 + i32.const 3520 + local.get $3 + i32.const 1 + i32.add + local.tee $4 + call $~lib/string/String#indexOf + local.tee $7 + i32.const -1 + i32.xor + if (result i32) + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + local.get $4 + local.get $7 + call $~lib/string/String#substring + local.tee $4 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + call $~lib/util/string/strtol + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + i32.const 1 + global.set $~argumentsLength + global.get $~lib/memory/__stack_pointer + local.get $0 + local.get $7 + i32.const 1 + i32.add + call $~lib/string/String#substring@varargs + local.tee $7 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store + local.get $7 + call $~lib/util/string/strtol + local.get $4 + i32.const 60 + i32.mul + i32.add + i32.const 60000 + i32.mul + else + global.get $~lib/memory/__stack_pointer + local.tee $4 + local.get $0 + i32.store + i32.const 1 + global.set $~argumentsLength + local.get $4 + local.get $0 + local.get $3 + i32.const 1 + i32.add + call $~lib/string/String#substring@varargs + local.tee $4 + i32.store offset=24 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + call $~lib/util/string/strtol + i32.const 3600000 + i32.mul + end + local.tee $4 + i32.sub + local.get $4 + local.get $2 + i32.const 45 + i32.eq + select + local.set $4 + br $for-break0 + end + local.get $3 + i32.const 1 + i32.sub + local.set $3 + br $for-loop|0 + end + global.get $~lib/memory/__stack_pointer + local.tee $2 + local.get $0 + i32.store + local.get $2 + local.get $0 + i32.const 0 + local.get $3 + call $~lib/string/String#substring + local.tee $0 + i32.store offset=12 + end + end + global.get $~lib/memory/__stack_pointer + local.tee $2 + local.get $0 + i32.store + local.get $2 + i32.const 3520 + i32.store offset=8 + i32.const 1 + global.set $~argumentsLength + local.get $2 + local.get $0 + i32.const 3520 + call $~lib/string/String#split@varargs + local.tee $0 + i32.store offset=28 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $~lib/array/Array<~lib/string/String>#get:length + local.tee $2 + i32.const 1 + i32.le_s + if + i32.const 1056 + i32.const 1104 + i32.const 96 + i32.const 21 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $3 + local.get $0 + i32.store + local.get $3 + local.get $0 + i32.const 0 + call $~lib/array/Array<~lib/string/String>#__get + local.tee $3 + i32.store offset=32 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + call $~lib/util/string/strtol + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.const 1 + call $~lib/array/Array<~lib/string/String>#__get + local.tee $7 + i32.store offset=36 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store + local.get $7 + call $~lib/util/string/strtol + local.set $7 + local.get $2 + i32.const 3 + i32.ge_s + if + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.const 2 + call $~lib/array/Array<~lib/string/String>#__get + local.tee $2 + i32.store offset=40 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 3552 + i32.store offset=8 + local.get $2 + i32.const 3552 + i32.const 0 + call $~lib/string/String#indexOf + local.tee $0 + i32.const -1 + i32.xor + if + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.const 0 + local.get $0 + call $~lib/string/String#substring + local.tee $6 + i32.store offset=44 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store + local.get $6 + call $~lib/util/string/strtol + local.set $6 + global.get $~lib/memory/__stack_pointer + local.set $9 + block $__inlined_func$~lib/string/String#substr$387 (result i32) + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=48 + local.get $0 + i32.const 1 + i32.add + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 8468 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $8 + i64.const 0 + i64.store + local.get $8 + local.get $2 + i32.store + i32.const 3 + local.get $2 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + local.tee $8 + local.get $0 + i32.const 0 + i32.lt_s + if + local.get $0 + local.get $8 + i32.add + local.tee $0 + i32.const 0 + local.get $0 + i32.const 0 + i32.gt_s + select + local.set $0 + end + local.get $0 + i32.sub + local.tee $8 + local.get $8 + i32.const 3 + i32.gt_s + select + i32.const 1 + i32.shl + local.tee $8 + i32.const 0 + i32.le_s + if + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 3456 + br $__inlined_func$~lib/string/String#substr$387 + end + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $10 + i32.store offset=4 + local.get $10 + local.get $2 + local.get $0 + i32.const 1 + i32.shl + i32.add + local.get $8 + memory.copy + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $10 + end + local.set $0 + global.get $~lib/memory/__stack_pointer + local.tee $2 + local.get $0 + i32.store + local.get $2 + i32.const 1872 + i32.store offset=8 + local.get $2 + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 8468 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $2 + i64.const 0 + i64.store + local.get $2 + local.get $0 + i32.store + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const -2 + i32.and + local.set $10 + local.get $2 + i32.const 1872 + i32.store + block $__inlined_func$~lib/string/String#padEnd$388 + i32.const 1868 + i32.load + i32.const -2 + i32.and + local.tee $8 + i32.eqz + local.get $10 + i32.const 6 + i32.gt_u + i32.or + if + local.get $2 + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/string/String#padEnd$388 + end + global.get $~lib/memory/__stack_pointer + i32.const 6 + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store offset=4 + local.get $2 + local.get $0 + local.get $10 + memory.copy + i32.const 6 + local.get $10 + i32.sub + local.tee $0 + local.get $8 + i32.gt_u + if + local.get $0 + local.get $0 + i32.const 2 + i32.sub + local.get $8 + i32.div_u + local.get $8 + i32.mul + local.tee $0 + i32.sub + local.set $11 + local.get $2 + local.get $10 + i32.add + local.set $12 + loop $while-continue|0 + local.get $0 + local.get $5 + i32.gt_u + if + local.get $5 + local.get $12 + i32.add + i32.const 1872 + local.get $8 + memory.copy + local.get $5 + local.get $8 + i32.add + local.set $5 + br $while-continue|0 + end + end + local.get $2 + local.get $10 + i32.add + local.get $0 + i32.add + i32.const 1872 + local.get $11 + memory.copy + else + local.get $2 + local.get $10 + i32.add + i32.const 1872 + local.get $0 + memory.copy + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + local.set $0 + end + local.get $9 + local.get $0 + i32.store offset=52 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $~lib/util/string/strtol + local.set $5 + else + global.get $~lib/memory/__stack_pointer + local.tee $0 + local.get $2 + i32.store offset=56 + local.get $0 + local.get $2 + i32.store + local.get $2 + call $~lib/util/string/strtol + local.set $6 + end + end + end global.get $~lib/memory/__stack_pointer - local.get $0 - local.get $6 - i32.const 1 - i32.add - call $~lib/string/String#substring@varargs local.tee $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3520 + local.get $0 + i32.const 1616 i32.store offset=8 i32.const 1 global.set $~argumentsLength - global.get $~lib/memory/__stack_pointer local.get $0 - i32.const 3520 + local.get $1 + i32.const 1616 call $~lib/string/String#split@varargs local.tee $0 - i32.store offset=16 + i32.store offset=60 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $0 - call $~lib/array/Array<~lib/string/String>#get:length - local.tee $6 - i32.const 1 - i32.le_s - if - i32.const 1056 - i32.const 1104 - i32.const 67 - i32.const 21 - call $~lib/builtins/abort - unreachable - end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 - local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $3 + local.tee $1 + i32.store offset=64 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store - local.get $3 - call $~lib/number/I32.parseInt - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 + local.get $1 + call $~lib/util/string/strtol + local.set $2 i32.const 1 - call $~lib/array/Array<~lib/string/String>#__get - local.set $4 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store - local.get $4 - call $~lib/number/I32.parseInt - local.set $4 - local.get $6 - i32.const 3 + local.get $0 + call $~lib/array/Array<~lib/string/String>#get:length + local.tee $8 + i32.const 2 i32.ge_s - if + if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.const 2 + i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.tee $0 - i32.store offset=20 + local.tee $1 + i32.store offset=68 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3552 - i32.store offset=8 - local.get $0 - i32.const 3552 - i32.const 0 - call $~lib/string/String#indexOf - local.tee $6 - i32.const -1 - i32.xor - if + local.get $1 + call $~lib/util/string/strtol + local.set $1 + local.get $8 + i32.const 3 + i32.ge_s + if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 - local.get $0 - i32.const 0 - local.get $6 - call $~lib/string/String#substring - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 i32.store - local.get $2 - call $~lib/number/I32.parseInt - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 - i32.const 1 - global.set $~argumentsLength - local.get $0 - local.get $6 - i32.const 1 - i32.add - call $~lib/string/String#substring@varargs - local.set $0 + i32.const 2 + call $~lib/array/Array<~lib/string/String>#__get + local.tee $0 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 - call $~lib/number/I32.parseInt - local.set $5 + call $~lib/util/string/strtol else - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/number/I32.parseInt - local.set $2 + i32.const 1 end - end - end - global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 - i32.store - local.get $0 - i32.const 1616 - i32.store offset=8 - i32.const 1 - global.set $~argumentsLength - local.get $0 - local.get $1 - i32.const 1616 - call $~lib/string/String#split@varargs - local.tee $0 - i32.store offset=24 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 - i32.const 0 - call $~lib/array/Array<~lib/string/String>#__get - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store - local.get $1 - call $~lib/number/I32.parseInt - local.set $7 - i32.const 1 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/array/Array<~lib/string/String>#get:length - local.tee $6 - i32.const 2 - i32.ge_s - if (result i32) - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 - i32.const 1 - call $~lib/array/Array<~lib/string/String>#__get - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store - local.get $1 - call $~lib/number/I32.parseInt - local.set $1 - local.get $6 - i32.const 3 - i32.ge_s - if (result i32) - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 - i32.const 2 - call $~lib/array/Array<~lib/string/String>#__get - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/number/I32.parseInt else i32.const 1 end - else - i32.const 1 + local.set $0 + local.get $2 + local.get $1 + local.get $0 + local.get $3 + local.get $7 + local.get $6 + local.get $5 + call $~lib/date/epochMillis + local.get $4 + i64.extend_i32_s + i64.sub + call $~lib/date/Date#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 76 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + return end - local.set $0 - local.get $7 - local.get $1 - local.get $0 - local.get $3 - local.get $4 - local.get $2 - local.get $5 - call $~lib/date/epochMillis - call $~lib/date/Date#constructor - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 28 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 + i32.const 41264 + i32.const 41312 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable ) (func $start:std/date (local $0 i32) @@ -6523,15 +6949,15 @@ (local $2 i32) (local $3 i32) global.get $~lib/memory/__stack_pointer - i32.const 408 + i32.const 440 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -6539,7 +6965,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 408 + i32.const 440 memory.fill block $folding-inner0 i32.const 1970 @@ -6734,7 +7160,7 @@ memory.size i32.const 16 i32.shl - i32.const 40596 + i32.const 41236 i32.sub i32.const 1 i32.shr_u @@ -9723,22 +10149,22 @@ i32.store offset=8 local.get $0 i64.load offset=16 - i64.const -62167219200000 + i64.const 192141296456 i64.ne if i32.const 0 i32.const 1152 - i32.const 310 + i32.const 311 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - i32.const 7312 + i32.const 7360 i32.store offset=8 local.get $0 - i32.const 7312 + i32.const 7360 call $~lib/date/Date.fromString local.tee $0 i32.store offset=292 @@ -9750,22 +10176,22 @@ i32.store offset=8 local.get $0 i64.load offset=16 - i64.const -62135596800000 + i64.const 192092696456 i64.ne if i32.const 0 i32.const 1152 - i32.const 313 + i32.const 315 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - i32.const 7344 + i32.const 7440 i32.store offset=8 local.get $0 - i32.const 7344 + i32.const 7440 call $~lib/date/Date.fromString local.tee $0 i32.store offset=292 @@ -9777,22 +10203,22 @@ i32.store offset=8 local.get $0 i64.load offset=16 - i64.const 189302400000 + i64.const 192112496450 i64.ne if i32.const 0 i32.const 1152 - i32.const 316 + i32.const 319 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - i32.const 7376 + i32.const 7504 i32.store offset=8 local.get $0 - i32.const 7376 + i32.const 7504 call $~lib/date/Date.fromString local.tee $0 i32.store offset=292 @@ -9804,12 +10230,228 @@ i32.store offset=8 local.get $0 i64.load offset=16 + i64.const 192112496450 + i64.ne + if + i32.const 0 + i32.const 1152 + i32.const 323 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $0 + i32.const 7584 + i32.store offset=8 + local.get $0 + i32.const 7584 + call $~lib/date/Date.fromString + local.tee $0 + i32.store offset=292 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=336 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + i64.load offset=16 + i64.const 192112496450 + i64.ne + if + i32.const 0 + i32.const 1152 + i32.const 327 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $0 + i32.const 7664 + i32.store offset=8 + local.get $0 + i32.const 7664 + call $~lib/date/Date.fromString + local.tee $0 + i32.store offset=292 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=340 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + i64.load offset=16 + i64.const 192112496456 + i64.ne + if + i32.const 0 + i32.const 1152 + i32.const 331 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $0 + i32.const 7744 + i32.store offset=8 + local.get $0 + i32.const 7744 + call $~lib/date/Date.fromString + local.tee $0 + i32.store offset=292 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=344 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + i64.load offset=16 + i64.const 192112496456 + i64.ne + if + i32.const 0 + i32.const 1152 + i32.const 335 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $0 + i32.const 7824 + i32.store offset=8 + local.get $0 + i32.const 7824 + call $~lib/date/Date.fromString + local.tee $0 + i32.store offset=292 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=348 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + i64.load offset=16 + i64.const 192112496456 + i64.ne + if + i32.const 0 + i32.const 1152 + i32.const 339 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $0 + i32.const 7920 + i32.store offset=8 + local.get $0 + i32.const 7920 + call $~lib/date/Date.fromString + local.tee $0 + i32.store offset=292 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=352 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + i64.load offset=16 + i64.const -62167219200000 + i64.ne + if + i32.const 0 + i32.const 1152 + i32.const 342 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $0 + i32.const 7952 + i32.store offset=8 + local.get $0 + i32.const 7952 + call $~lib/date/Date.fromString + local.tee $0 + i32.store offset=292 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=356 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + i64.load offset=16 + i64.const -62135596800000 + i64.ne + if + i32.const 0 + i32.const 1152 + i32.const 345 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $0 + i32.const 7984 + i32.store offset=8 + local.get $0 + i32.const 7984 + call $~lib/date/Date.fromString + local.tee $0 + i32.store offset=292 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=360 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + i64.load offset=16 + i64.const 189302400000 + i64.ne + if + i32.const 0 + i32.const 1152 + i32.const 348 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $0 + i32.const 8016 + i32.store offset=8 + local.get $0 + i32.const 8016 + call $~lib/date/Date.fromString + local.tee $0 + i32.store offset=292 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=364 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + i64.load offset=16 i64.const 191980800000 i64.ne if i32.const 0 i32.const 1152 - i32.const 319 + i32.const 351 i32.const 3 call $~lib/builtins/abort unreachable @@ -9825,7 +10467,7 @@ i32.store offset=292 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=336 + i32.store offset=368 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -9836,23 +10478,23 @@ if i32.const 0 i32.const 1152 - i32.const 322 + i32.const 354 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer local.tee $0 - i32.const 7424 + i32.const 8064 i32.store offset=8 local.get $0 - i32.const 7424 + i32.const 8064 call $~lib/date/Date.fromString local.tee $0 i32.store offset=292 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=340 + i32.store offset=372 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -9863,7 +10505,7 @@ if i32.const 0 i32.const 1152 - i32.const 325 + i32.const 357 i32.const 3 call $~lib/builtins/abort unreachable @@ -9879,7 +10521,7 @@ i32.store offset=292 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=344 + i32.store offset=376 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -9890,7 +10532,7 @@ if i32.const 0 i32.const 1152 - i32.const 328 + i32.const 360 i32.const 3 call $~lib/builtins/abort unreachable @@ -9899,15 +10541,15 @@ i64.const -8640000000000000 call $~lib/date/Date#constructor local.tee $0 - i32.store offset=348 + i32.store offset=380 global.get $~lib/memory/__stack_pointer i64.const 8640000000000000 call $~lib/date/Date#constructor local.tee $2 - i32.store offset=352 + i32.store offset=384 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=356 + i32.store offset=388 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -9918,7 +10560,7 @@ if i32.const 0 i32.const 1152 - i32.const 346 + i32.const 378 i32.const 3 call $~lib/builtins/abort unreachable @@ -9926,7 +10568,7 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $2 - i32.store offset=360 + i32.store offset=392 local.get $3 local.get $2 i32.store offset=8 @@ -9937,7 +10579,7 @@ if i32.const 0 i32.const 1152 - i32.const 347 + i32.const 379 i32.const 3 call $~lib/builtins/abort unreachable @@ -9945,7 +10587,7 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store offset=364 + i32.store offset=396 local.get $3 local.get $0 i32.store offset=8 @@ -9956,7 +10598,7 @@ if i32.const 0 i32.const 1152 - i32.const 349 + i32.const 381 i32.const 3 call $~lib/builtins/abort unreachable @@ -9964,7 +10606,7 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $2 - i32.store offset=368 + i32.store offset=400 local.get $3 local.get $2 i32.store offset=8 @@ -9975,7 +10617,7 @@ if i32.const 0 i32.const 1152 - i32.const 350 + i32.const 382 i32.const 3 call $~lib/builtins/abort unreachable @@ -9983,7 +10625,7 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store offset=372 + i32.store offset=404 local.get $3 local.get $0 i32.store offset=8 @@ -9994,7 +10636,7 @@ if i32.const 0 i32.const 1152 - i32.const 352 + i32.const 384 i32.const 3 call $~lib/builtins/abort unreachable @@ -10002,7 +10644,7 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $2 - i32.store offset=376 + i32.store offset=408 local.get $3 local.get $2 i32.store offset=8 @@ -10013,7 +10655,7 @@ if i32.const 0 i32.const 1152 - i32.const 353 + i32.const 385 i32.const 3 call $~lib/builtins/abort unreachable @@ -10021,7 +10663,7 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $0 - i32.store offset=380 + i32.store offset=412 local.get $3 local.get $0 i32.store offset=8 @@ -10032,7 +10674,7 @@ if i32.const 0 i32.const 1152 - i32.const 355 + i32.const 387 i32.const 3 call $~lib/builtins/abort unreachable @@ -10040,7 +10682,7 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $2 - i32.store offset=384 + i32.store offset=416 local.get $3 local.get $2 i32.store offset=8 @@ -10051,7 +10693,7 @@ if i32.const 0 i32.const 1152 - i32.const 356 + i32.const 388 i32.const 3 call $~lib/builtins/abort unreachable @@ -10066,16 +10708,16 @@ local.get $0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 7488 + i32.const 8128 i32.store offset=272 local.get $0 - i32.const 7488 + i32.const 8128 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1152 - i32.const 358 + i32.const 390 i32.const 3 call $~lib/builtins/abort unreachable @@ -10090,16 +10732,16 @@ local.get $0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 7568 + i32.const 8208 i32.store offset=272 local.get $0 - i32.const 7568 + i32.const 8208 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1152 - i32.const 359 + i32.const 391 i32.const 3 call $~lib/builtins/abort unreachable @@ -10108,15 +10750,15 @@ i64.const 8639999999999999 call $~lib/date/Date#constructor local.tee $0 - i32.store offset=388 + i32.store offset=420 global.get $~lib/memory/__stack_pointer i64.const -8639999999999999 call $~lib/date/Date#constructor local.tee $2 - i32.store offset=392 + i32.store offset=424 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=396 + i32.store offset=428 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 @@ -10127,7 +10769,7 @@ if i32.const 0 i32.const 1152 - i32.const 364 + i32.const 396 i32.const 3 call $~lib/builtins/abort unreachable @@ -10135,7 +10777,7 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $2 - i32.store offset=400 + i32.store offset=432 local.get $3 local.get $2 i32.store offset=8 @@ -10146,7 +10788,7 @@ if i32.const 0 i32.const 1152 - i32.const 365 + i32.const 397 i32.const 3 call $~lib/builtins/abort unreachable @@ -10154,7 +10796,7 @@ global.get $~lib/memory/__stack_pointer local.tee $3 local.get $2 - i32.store offset=404 + i32.store offset=436 local.get $3 local.get $2 i32.store offset=8 @@ -10165,7 +10807,7 @@ if i32.const 0 i32.const 1152 - i32.const 366 + i32.const 398 i32.const 3 call $~lib/builtins/abort unreachable @@ -10178,7 +10820,7 @@ if i32.const 0 i32.const 1152 - i32.const 367 + i32.const 399 i32.const 3 call $~lib/builtins/abort unreachable @@ -10191,7 +10833,7 @@ if i32.const 0 i32.const 1152 - i32.const 368 + i32.const 400 i32.const 3 call $~lib/builtins/abort unreachable @@ -10204,7 +10846,7 @@ if i32.const 0 i32.const 1152 - i32.const 369 + i32.const 401 i32.const 3 call $~lib/builtins/abort unreachable @@ -10219,7 +10861,7 @@ if i32.const 0 i32.const 1152 - i32.const 370 + i32.const 402 i32.const 3 call $~lib/builtins/abort unreachable @@ -10234,16 +10876,16 @@ local.get $0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 7648 + i32.const 8288 i32.store offset=272 local.get $0 - i32.const 7648 + i32.const 8288 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1152 - i32.const 372 + i32.const 404 i32.const 3 call $~lib/builtins/abort unreachable @@ -10258,22 +10900,22 @@ local.get $0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 7728 + i32.const 8368 i32.store offset=272 local.get $0 - i32.const 7728 + i32.const 8368 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1152 - i32.const 373 + i32.const 405 i32.const 3 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 408 + i32.const 440 i32.add global.set $~lib/memory/__stack_pointer return @@ -10294,11 +10936,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 7828 + i32.const 8468 i32.lt_s if - i32.const 40624 - i32.const 40672 + i32.const 41264 + i32.const 41312 i32.const 1 i32.const 1 call $~lib/builtins/abort diff --git a/tests/compiler/std/date.ts b/tests/compiler/std/date.ts index c2152d8aa4..8fddc31121 100644 --- a/tests/compiler/std/date.ts +++ b/tests/compiler/std/date.ts @@ -295,17 +295,49 @@ assert(date.getTime() == 11860387200000); // supports year / month / day / hour / minute / second - date = Date.fromString("1976-02-02T12:34:56"); // still use Z suffix + date = Date.fromString("1976-02-02T12:34:56"); assert(date.getTime() == 192112496000); // supports milliseconds - date = Date.fromString("1976-02-02T12:34:56.456"); // still use Z suffix + date = Date.fromString("1976-02-02T12:34:56.456"); assert(date.getTime() == 192112496456); - // supports 'Z' suffix + // supports 'Z' suffix (UTC) date = Date.fromString("1976-02-02T12:34:56.456Z"); assert(date.getTime() == 192112496456); + // supports negative offset from UTC + date = Date.fromString("1976-02-02T12:34:56.456-08:00"); + assert(date.getTime() == 192141296456); + + // supports positive offset from UTC + date = Date.fromString("1976-02-02T12:34:56.456+05:30"); + assert(date.getTime() == 192092696456); + + // allows fewer than 3 decimal places + date = Date.fromString("1976-02-02T12:34:56.45"); + assert(date.getTime() == 192112496450); + + // allows fewer than 3 decimal places (with Z) + date = Date.fromString("1976-02-02T12:34:56.45Z"); + assert(date.getTime() == 192112496450); + + // allows fewer than 3 decimal places (with offset) + date = Date.fromString("1976-02-02T12:34:56.45+00:00"); + assert(date.getTime() == 192112496450); + + // truncates more than 3 decimal places + date = Date.fromString("1976-02-02T12:34:56.456789"); + assert(date.getTime() == 192112496456); + + // truncates more than 3 decimal places (with Z) + date = Date.fromString("1976-02-02T12:34:56.456789Z"); + assert(date.getTime() == 192112496456); + + // truncates more than 3 decimal places (with offset) + date = Date.fromString("1976-02-02T12:34:56.456789+00:00"); + assert(date.getTime() == 192112496456); + date = Date.fromString("0000"); assert(date.getTime() == -62167219200000); @@ -321,10 +353,10 @@ date = Date.fromString("1976-02-02"); assert(date.getTime() == 192067200000); - date = Date.fromString("1976-02-02T12:34"); // still use Z suffix + date = Date.fromString("1976-02-02T12:34"); assert(date.getTime() == 192112440000); - date = Date.fromString("1976-02-02T12:34:56"); // still use Z suffix + date = Date.fromString("1976-02-02T12:34:56"); assert(date.getTime() == 192112496000); // date = Date.fromString('0Z'); From 153def698d7341629f294f774f16c20c8a053d85 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Tue, 21 Nov 2023 17:21:05 +0800 Subject: [PATCH 043/103] fix: diagnose when accessing setter only property (#2800) Co-authored-by: CountBleck --- src/resolver.ts | 13 ++++++++++++- tests/compiler/getter-setter-errors.json | 1 + tests/compiler/getter-setter-errors.ts | 6 +++++- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/src/resolver.ts b/src/resolver.ts index d6177806bd..349cd47d5e 100644 --- a/src/resolver.ts +++ b/src/resolver.ts @@ -1363,7 +1363,18 @@ export class Resolver extends DiagnosticEmitter { } case ElementKind.Property: { // someInstance.prop let propertyInstance = target; - let getterInstance = assert(propertyInstance.getterInstance); // must have a getter + let getterInstance = propertyInstance.getterInstance; + if (!getterInstance) { + // In TS, getters without setters return `undefined`. Since AS doesn't have + // undefined, we instead diagnose it at compile time, but this isn't + // compatible with TS. + let setterInstance = assert(propertyInstance.setterInstance); + this.errorRelated( + DiagnosticCode.Property_0_only_has_a_setter_and_is_missing_a_getter, + targetNode.range, setterInstance.declaration.range, propertyInstance.name + ); + return null; + } let type = getterInstance.signature.returnType; let classReference = type.getClassOrWrapper(this.program); if (!classReference) { diff --git a/tests/compiler/getter-setter-errors.json b/tests/compiler/getter-setter-errors.json index 81e016bde0..21c80b71ce 100644 --- a/tests/compiler/getter-setter-errors.json +++ b/tests/compiler/getter-setter-errors.json @@ -2,6 +2,7 @@ "asc_flags": [ ], "stderr": [ + "AS229: Property 'm' only has a setter and is missing a getter.", "TS2808: Get accessor 'm2' must be at least as accessible as the setter.", "EOF" ] diff --git a/tests/compiler/getter-setter-errors.ts b/tests/compiler/getter-setter-errors.ts index dd2b191127..c714d2f843 100644 --- a/tests/compiler/getter-setter-errors.ts +++ b/tests/compiler/getter-setter-errors.ts @@ -1,3 +1,8 @@ +class UseNonExistedGetter { + set m(v: string) {} +} +new UseNonExistedGetter().m.toString(); + class GetSetWithoutDifferenceVisibility { public get m1(): i32 { return 1; @@ -9,7 +14,6 @@ class GetSetWithoutDifferenceVisibility { } public set m2(v: i32) {} } - new GetSetWithoutDifferenceVisibility().m1; // m1 is valid new GetSetWithoutDifferenceVisibility().m2; // m2 is invalid From 1e0466ef94fa5cacd0984e4f31a0087de51538a8 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Thu, 23 Nov 2023 20:34:52 +0800 Subject: [PATCH 044/103] feat: implement scoped type alias (#2806) --- src/compiler.ts | 52 ++-- src/flow.ts | 37 ++- src/program.ts | 6 +- src/resolver.ts | 76 ++++-- tests/compiler/typealias-errors.json | 7 + tests/compiler/typealias-errors.ts | 4 + tests/compiler/typealias.debug.wat | 370 ++++++++++++++++++++++++++- tests/compiler/typealias.release.wat | 282 +++++++++++++++++++- tests/compiler/typealias.ts | 26 ++ 9 files changed, 802 insertions(+), 58 deletions(-) create mode 100644 tests/compiler/typealias-errors.json create mode 100644 tests/compiler/typealias-errors.ts diff --git a/src/compiler.ts b/src/compiler.ts index 6508090626..3e721dd4b2 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -93,7 +93,8 @@ import { PropertyPrototype, IndexSignature, File, - mangleInternalName + mangleInternalName, + TypeDefinition } from "./program"; import { @@ -180,7 +181,8 @@ import { findDecorator, isTypeOmitted, - Source + Source, + TypeDeclaration } from "./ast"; import { @@ -1156,7 +1158,7 @@ export class Compiler extends DiagnosticEmitter { // Resolve type if annotated if (typeNode) { - let resolvedType = this.resolver.resolveType(typeNode, global.parent); // reports + let resolvedType = this.resolver.resolveType(typeNode, null, global.parent); // reports if (!resolvedType) { global.set(CommonFlags.Errored); pendingElements.delete(global); @@ -2238,13 +2240,7 @@ export class Compiler extends DiagnosticEmitter { break; } case NodeKind.TypeDeclaration: { - // TODO: integrate inner type declaration into flow - this.error( - DiagnosticCode.Not_implemented_0, - statement.range, - "Inner type alias" - ); - stmt = module.unreachable(); + stmt = this.compileTypeDeclaration(statement); break; } case NodeKind.Module: { @@ -2305,6 +2301,24 @@ export class Compiler extends DiagnosticEmitter { return this.module.flatten(stmts); } + private compileTypeDeclaration(statement: TypeDeclaration): ExpressionRef { + let flow = this.currentFlow; + let name = statement.name.text; + let existedTypeAlias = flow.lookupScopedTypeAlias(name); + if (existedTypeAlias) { + this.errorRelated( + DiagnosticCode.Duplicate_identifier_0, + statement.range, + existedTypeAlias.declaration.range, + name + ); + return this.module.unreachable(); + } + let element = new TypeDefinition(name, flow.sourceFunction, statement, DecoratorFlags.None); + flow.addScopedTypeAlias(name, element); + return this.module.nop(); + } + private compileBreakStatement( statement: BreakStatement ): ExpressionRef { @@ -2962,7 +2976,7 @@ export class Compiler extends DiagnosticEmitter { let initializerNode = declaration.initializer; if (typeNode) { type = resolver.resolveType( // reports - typeNode, + typeNode, flow, flow.sourceFunction, cloneMap(flow.contextualTypeArguments) ); @@ -3729,7 +3743,7 @@ export class Compiler extends DiagnosticEmitter { case AssertionKind.As: { let flow = this.currentFlow; let toType = this.resolver.resolveType( // reports - assert(expression.toType), + assert(expression.toType), flow, flow.sourceFunction, cloneMap(flow.contextualTypeArguments) ); @@ -6162,6 +6176,7 @@ export class Compiler extends DiagnosticEmitter { typeArguments = this.resolver.resolveTypeArguments( assert(typeParameterNodes), typeArgumentNodes, + this.currentFlow, this.currentFlow.sourceFunction.parent, cloneMap(this.currentFlow.contextualTypeArguments), // don't update expression @@ -7085,7 +7100,7 @@ export class Compiler extends DiagnosticEmitter { let parameterNode = parameterNodes[i]; if (!isTypeOmitted(parameterNode.type)) { let resolvedType = this.resolver.resolveType( - parameterNode.type, + parameterNode.type, flow, sourceFunction.parent, contextualTypeArguments ); @@ -7105,7 +7120,7 @@ export class Compiler extends DiagnosticEmitter { let returnType = contextualSignature.returnType; if (!isTypeOmitted(signatureNode.returnType)) { let resolvedType = this.resolver.resolveType( - signatureNode.returnType, + signatureNode.returnType, flow, sourceFunction.parent, contextualTypeArguments ); @@ -7135,7 +7150,7 @@ export class Compiler extends DiagnosticEmitter { return module.unreachable(); } let resolvedType = this.resolver.resolveType( - thisTypeNode, + thisTypeNode, flow, sourceFunction.parent, contextualTypeArguments ); @@ -7522,7 +7537,7 @@ export class Compiler extends DiagnosticEmitter { if (isType.kind == NodeKind.NamedType) { let namedType = isType; if (!(namedType.isNullable || namedType.hasTypeArguments)) { - let element = this.resolver.resolveTypeName(namedType.name, flow.sourceFunction, ReportMode.Swallow); + let element = this.resolver.resolveTypeName(namedType.name, flow, flow.sourceFunction, ReportMode.Swallow); if (element && element.kind == ElementKind.ClassPrototype) { let prototype = element; if (prototype.is(CommonFlags.Generic)) { @@ -7534,7 +7549,7 @@ export class Compiler extends DiagnosticEmitter { // Fall back to `instanceof TYPE` let expectedType = this.resolver.resolveType( - expression.isType, + expression.isType, flow, flow.sourceFunction, cloneMap(flow.contextualTypeArguments) ); @@ -8686,7 +8701,7 @@ export class Compiler extends DiagnosticEmitter { let flow = this.currentFlow; // obtain the class being instantiated - let target = this.resolver.resolveTypeName(expression.typeName, flow.sourceFunction); + let target = this.resolver.resolveTypeName(expression.typeName, flow, flow.sourceFunction); if (!target) return module.unreachable(); if (target.kind != ElementKind.ClassPrototype) { this.error( @@ -8722,6 +8737,7 @@ export class Compiler extends DiagnosticEmitter { classInstance = this.resolver.resolveClassInclTypeArguments( classPrototype, typeArguments, + flow, flow.sourceFunction.parent, // relative to caller cloneMap(flow.contextualTypeArguments), expression diff --git a/src/flow.ts b/src/flow.ts index 3f4838ab3d..d481a61fc9 100644 --- a/src/flow.ts +++ b/src/flow.ts @@ -31,7 +31,8 @@ import { TypedElement, mangleInternalName, Property, - PropertyPrototype + PropertyPrototype, + TypeDefinition } from "./program"; import { @@ -250,6 +251,8 @@ export class Flow { breakLabel: string | null = null; /** Scoped local variables. */ scopedLocals: Map | null = null; + /** Scoped type alias. */ + scopedTypeAlias: Map | null = null; /** Local flags. */ localFlags: LocalFlags[] = []; /** Field flags on `this`. Constructors only. */ @@ -405,6 +408,38 @@ export class Flow { falseFlows.set(condExpr, falseFlow); } + addScopedTypeAlias(name: string, definition: TypeDefinition): void { + let scopedTypeAlias = this.scopedTypeAlias; + if (!scopedTypeAlias) this.scopedTypeAlias = scopedTypeAlias = new Map(); + scopedTypeAlias.set(name, definition); + } + + lookupScopedTypeAlias(name: string): TypeDefinition | null { + let current: Flow | null = this; + do { + let scopedTypeAlias = current.scopedTypeAlias; + if (scopedTypeAlias && scopedTypeAlias.has(name)) { + return assert(scopedTypeAlias.get(name)); + } + current = current.parent; + } while (current); + return null; + } + + lookupTypeAlias(name: string): TypeDefinition | null { + let definition: TypeDefinition | null = null; + if (definition = this.lookupScopedTypeAlias(name)) return definition; + + let sourceParent = this.sourceFunction.parent; + if (sourceParent.kind == ElementKind.Function) { + // lookup parent function. + let parentFunction = sourceParent; + return parentFunction.flow.lookupTypeAlias(name); + } + + return null; + } + /** Gets a free temporary local of the specified type. */ getTempLocal(type: Type): Local { let local = this.targetFunction.addLocal(type); diff --git a/src/program.ts b/src/program.ts index febeb1227c..3f9044e2d9 100644 --- a/src/program.ts +++ b/src/program.ts @@ -1308,7 +1308,7 @@ export class Program extends DiagnosticEmitter { for (let i = 0, k = queuedExtends.length; i < k; ++i) { let thisPrototype = queuedExtends[i]; let extendsNode = assert(thisPrototype.extendsNode); // must be present if in queuedExtends - let baseElement = resolver.resolveTypeName(extendsNode.name, thisPrototype.parent); + let baseElement = resolver.resolveTypeName(extendsNode.name, null, thisPrototype.parent); if (!baseElement) continue; if (thisPrototype.kind == ElementKind.ClassPrototype) { if (baseElement.kind == ElementKind.ClassPrototype) { @@ -1405,7 +1405,7 @@ export class Program extends DiagnosticEmitter { let implementsNodes = assert(thisPrototype.implementsNodes); // must be present if in queuedImplements for (let j = 0, l = implementsNodes.length; j < l; ++j) { let implementsNode = implementsNodes[j]; - let interfaceElement = resolver.resolveTypeName(implementsNode.name, thisPrototype.parent); + let interfaceElement = resolver.resolveTypeName(implementsNode.name, null, thisPrototype.parent); if (!interfaceElement) continue; if (interfaceElement.kind == ElementKind.InterfacePrototype) { let interfacePrototype = interfaceElement; @@ -3383,7 +3383,7 @@ export class TypeDefinition extends TypedElement { constructor( /** Simple name. */ name: string, - /** Parent element, usually a file or namespace. */ + /** Parent element. */ parent: Element, /** Declaration reference. */ declaration: TypeDeclaration, diff --git a/src/resolver.ts b/src/resolver.ts index 349cd47d5e..d0837282e9 100644 --- a/src/resolver.ts +++ b/src/resolver.ts @@ -142,6 +142,8 @@ export class Resolver extends DiagnosticEmitter { resolveType( /** The type to resolve. */ node: TypeNode, + /** The flow */ + flow: Flow | null, /** Contextual element. */ ctxElement: Element, /** Contextual types, i.e. `T`. */ @@ -160,21 +162,11 @@ export class Resolver extends DiagnosticEmitter { let resolved: Type | null = null; switch (node.kind) { case NodeKind.NamedType: { - resolved = this.resolveNamedType( - node, - ctxElement, - ctxTypes, - reportMode - ); + resolved = this.resolveNamedType(node, flow, ctxElement, ctxTypes, reportMode); break; } case NodeKind.FunctionType: { - resolved = this.resolveFunctionType( - node, - ctxElement, - ctxTypes, - reportMode - ); + resolved = this.resolveFunctionType(node, flow, ctxElement, ctxTypes, reportMode); break; } default: assert(false); @@ -187,6 +179,8 @@ export class Resolver extends DiagnosticEmitter { private resolveNamedType( /** The type to resolve. */ node: NamedTypeNode, + /** The flow */ + flow: Flow | null, /** Contextual element. */ ctxElement: Element, /** Contextual types, i.e. `T`. */ @@ -225,7 +219,7 @@ export class Resolver extends DiagnosticEmitter { } // Look up in context - let element = this.resolveTypeName(nameNode, ctxElement, reportMode); + let element = this.resolveTypeName(nameNode, flow, ctxElement, reportMode); if (!element) return null; // Use shadow type if present (i.e. namespace sharing a type) @@ -264,6 +258,7 @@ export class Resolver extends DiagnosticEmitter { let instance = this.resolveClassInclTypeArguments( element, typeArgumentNodes, + flow, ctxElement, cloneMap(ctxTypes), // don't inherit node, @@ -318,6 +313,7 @@ export class Resolver extends DiagnosticEmitter { typeArguments = this.resolveTypeArguments( typeParameterNodes, typeArgumentNodes, + flow, ctxElement, ctxTypes = cloneMap(ctxTypes), // update node, @@ -332,6 +328,7 @@ export class Resolver extends DiagnosticEmitter { } let type = this.resolveType( typeDefinition.typeNode, + flow, element, ctxTypes, reportMode @@ -361,6 +358,8 @@ export class Resolver extends DiagnosticEmitter { private resolveFunctionType( /** The type to resolve. */ node: FunctionTypeNode, + /** The flow */ + flow: Flow | null, /** Contextual element. */ ctxElement: Element, /** Contextual types, i.e. `T`. */ @@ -373,6 +372,7 @@ export class Resolver extends DiagnosticEmitter { if (explicitThisType) { thisType = this.resolveType( explicitThisType, + flow, ctxElement, ctxTypes, reportMode @@ -409,6 +409,7 @@ export class Resolver extends DiagnosticEmitter { } let parameterType = this.resolveType( parameterTypeNode, + flow, ctxElement, ctxTypes, reportMode @@ -429,6 +430,7 @@ export class Resolver extends DiagnosticEmitter { } else { returnType = this.resolveType( returnTypeNode, + flow, ctxElement, ctxTypes, reportMode @@ -451,7 +453,7 @@ export class Resolver extends DiagnosticEmitter { ): Type | null { const typeArgumentNode = this.ensureOneTypeArgument(node, reportMode); if (!typeArgumentNode) return null; - let typeArgument = this.resolveType(typeArgumentNode, ctxElement, ctxTypes, reportMode); + let typeArgument = this.resolveType(typeArgumentNode, null, ctxElement, ctxTypes, reportMode); if (!typeArgument) return null; switch (typeArgument.kind) { case TypeKind.I8: @@ -486,7 +488,7 @@ export class Resolver extends DiagnosticEmitter { ): Type | null { const typeArgumentNode = this.ensureOneTypeArgument(node, reportMode); if (!typeArgumentNode) return null; - let typeArgument = this.resolveType(typeArgumentNode, ctxElement, ctxTypes, reportMode); + let typeArgument = this.resolveType(typeArgumentNode, null, ctxElement, ctxTypes, reportMode); if (!typeArgument) return null; let classReference = typeArgument.classReference; if (!classReference) { @@ -530,7 +532,7 @@ export class Resolver extends DiagnosticEmitter { ): Type | null { const typeArgumentNode = this.ensureOneTypeArgument(node, reportMode); if (!typeArgumentNode) return null; - let typeArgument = this.resolveType(typeArgumentNode, ctxElement, ctxTypes, reportMode); + let typeArgument = this.resolveType(typeArgumentNode, null, ctxElement, ctxTypes, reportMode); if (!typeArgument) return null; let classReference = typeArgument.getClassOrWrapper(this.program); if (classReference) { @@ -558,7 +560,7 @@ export class Resolver extends DiagnosticEmitter { ): Type | null { const typeArgumentNode = this.ensureOneTypeArgument(node, reportMode); if (!typeArgumentNode) return null; - let typeArgument = this.resolveType(typeArgumentNode, ctxElement, ctxTypes, reportMode); + let typeArgument = this.resolveType(typeArgumentNode, null, ctxElement, ctxTypes, reportMode); if (!typeArgument) return null; let signatureReference = typeArgument.getSignature(); if (signatureReference) return signatureReference.returnType; @@ -583,7 +585,7 @@ export class Resolver extends DiagnosticEmitter { ): Type | null { const typeArgumentNode = this.ensureOneTypeArgument(node, reportMode); if (!typeArgumentNode) return null; - let typeArgument = this.resolveType(typeArgumentNode, ctxElement, ctxTypes, reportMode); + let typeArgument = this.resolveType(typeArgumentNode, null, ctxElement, ctxTypes, reportMode); if (!typeArgument) return null; if (!typeArgument.isNullableReference) return typeArgument; return typeArgument.nonNullableType; @@ -593,12 +595,16 @@ export class Resolver extends DiagnosticEmitter { resolveTypeName( /** The type name to resolve. */ node: TypeName, + /** The flow */ + flow: Flow | null, /** Contextual element. */ ctxElement: Element, /** How to proceed with eventual diagnostics. */ reportMode: ReportMode = ReportMode.Report ): Element | null { - let element = ctxElement.lookup(node.identifier.text, true); + let element: Element | null = null; + if (flow) element = flow.lookupTypeAlias(node.identifier.text); + if (!element) element = ctxElement.lookup(node.identifier.text, true); if (!element) { if (reportMode == ReportMode.Report) { this.error( @@ -632,6 +638,8 @@ export class Resolver extends DiagnosticEmitter { typeParameters: TypeParameterNode[], /** Type argument nodes provided. */ typeArgumentNodes: TypeNode[] | null, + /** Flow */ + flow: Flow | null, /** Contextual element. */ ctxElement: Element, /** Contextual types, i.e. `T`. Updated in place with the new set of contextual types. */ @@ -641,9 +649,8 @@ export class Resolver extends DiagnosticEmitter { /** How to proceed with eventual diagnostics. */ reportMode: ReportMode = ReportMode.Report ): Type[] | null { - var - minParameterCount = 0, - maxParameterCount = 0; + let minParameterCount = 0; + let maxParameterCount = 0; for (let i = 0, k = typeParameters.length; i < k; ++i) { if (!typeParameters[i].defaultType) ++minParameterCount; ++maxParameterCount; @@ -672,12 +679,14 @@ export class Resolver extends DiagnosticEmitter { let type = i < argumentCount ? this.resolveType( // reports typeArgumentNodes![i], + flow, ctxElement, oldCtxTypes, // update reportMode ) : this.resolveType( // reports assert(typeParameters[i].defaultType), + flow, ctxElement, cloneMap(ctxTypes), // don't update reportMode @@ -796,6 +805,7 @@ export class Resolver extends DiagnosticEmitter { } let resolvedDefaultType = this.resolveType( defaultType, + null, prototype, defaultTypeContextualTypeArguments, reportMode @@ -846,7 +856,7 @@ export class Resolver extends DiagnosticEmitter { if (typeArgumentNodes && typeArgumentNodes.length > 0) { // foo(bar: Array) let classReference = type.classReference; if (classReference) { - let classPrototype = this.resolveTypeName(namedTypeNode.name, ctxElement); + let classPrototype = this.resolveTypeName(namedTypeNode.name, null, ctxElement); if (!classPrototype || classPrototype.kind != ElementKind.ClassPrototype) return; if (classReference.prototype == classPrototype) { let typeArguments = classReference.typeArguments; @@ -1306,7 +1316,7 @@ export class Resolver extends DiagnosticEmitter { if (global.is(CommonFlags.Resolved)) return true; let typeNode = global.typeNode; let type = typeNode - ? this.resolveType(typeNode, global.parent, null, reportMode) + ? this.resolveType(typeNode, null, global.parent, null, reportMode) : this.resolveExpression( assert(global.initializerNode), global.file.startFunction.flow, @@ -1424,7 +1434,7 @@ export class Resolver extends DiagnosticEmitter { let shadowType = target.shadowType; if (shadowType) { if (!shadowType.is(CommonFlags.Resolved)) { - let resolvedType = this.resolveType(shadowType.typeNode, shadowType.parent, null, reportMode); + let resolvedType = this.resolveType(shadowType.typeNode, null, shadowType.parent, null, reportMode); if (resolvedType) shadowType.setType(resolvedType); } let classReference = shadowType.type.classReference; @@ -1708,6 +1718,7 @@ export class Resolver extends DiagnosticEmitter { case AssertionKind.Prefix: { let type = this.resolveType( assert(node.toType), // must be set if not NONNULL + null, ctxFlow.sourceFunction, ctxFlow.contextualTypeArguments, reportMode @@ -1764,6 +1775,7 @@ export class Resolver extends DiagnosticEmitter { case AssertionKind.Prefix: { return this.resolveType( assert(node.toType), + null, ctxFlow.sourceFunction, ctxFlow.contextualTypeArguments, reportMode @@ -2659,12 +2671,13 @@ export class Resolver extends DiagnosticEmitter { /** How to proceed with eventual diagnostics. */ reportMode: ReportMode = ReportMode.Report ): Element | null { - let element = this.resolveTypeName(node.typeName, ctxFlow.sourceFunction, reportMode); + let element = this.resolveTypeName(node.typeName, ctxFlow, ctxFlow.sourceFunction, reportMode); if (!element) return null; if (element.kind == ElementKind.ClassPrototype) { return this.resolveClassInclTypeArguments( element, node.typeArguments, + ctxFlow, ctxFlow.sourceFunction, cloneMap(ctxFlow.contextualTypeArguments), node, @@ -2744,7 +2757,7 @@ export class Resolver extends DiagnosticEmitter { const declaration = node.declaration; const signature = declaration.signature; const body = declaration.body; - let functionType = this.resolveType(signature, ctxFlow.sourceFunction, ctxFlow.contextualTypeArguments, reportMode); + let functionType = this.resolveType(signature, null, ctxFlow.sourceFunction, ctxFlow.contextualTypeArguments, reportMode); if ( functionType && declaration.arrowKind != ArrowKind.None && @@ -2843,6 +2856,7 @@ export class Resolver extends DiagnosticEmitter { if (explicitThisType) { thisType = this.resolveType( explicitThisType, + null, prototype.parent, // relative to function ctxTypes, reportMode @@ -2876,6 +2890,7 @@ export class Resolver extends DiagnosticEmitter { } let parameterType = this.resolveType( typeNode, + null, prototype.parent, // relative to function ctxTypes, reportMode @@ -2912,6 +2927,7 @@ export class Resolver extends DiagnosticEmitter { } let type = this.resolveType( typeNode, + null, prototype.parent, // relative to function ctxTypes, reportMode @@ -3026,6 +3042,7 @@ export class Resolver extends DiagnosticEmitter { resolvedTypeArguments = this.resolveTypeArguments( // reports assert(prototype.typeParameterNodes), typeArgumentNodes, + null, ctxElement, ctxTypes, // update reportNode, @@ -3174,6 +3191,7 @@ export class Resolver extends DiagnosticEmitter { let base = this.resolveClassInclTypeArguments( basePrototype, extendsNode.typeArguments, + null, prototype.parent, // relative to derived class cloneMap(ctxTypes), // don't inherit extendsNode, @@ -3214,6 +3232,7 @@ export class Resolver extends DiagnosticEmitter { let iface = this.resolveClassInclTypeArguments( interfacePrototype, implementsNode.typeArguments, + null, prototype.parent, cloneMap(ctxTypes), implementsNode, @@ -3610,6 +3629,8 @@ export class Resolver extends DiagnosticEmitter { prototype: ClassPrototype, /** Type arguments provided to be resolved. */ typeArgumentNodes: TypeNode[] | null, + /** Flow of {@link typeArgumentNodes} */ + flow: Flow | null, /** Contextual element. */ ctxElement: Element, /** Contextual types, i.e. `T`. */ @@ -3626,6 +3647,7 @@ export class Resolver extends DiagnosticEmitter { resolvedTypeArguments = this.resolveTypeArguments( // reports assert(prototype.typeParameterNodes), // must be present if generic typeArgumentNodes, + flow, ctxElement, ctxTypes, // update reportNode, diff --git a/tests/compiler/typealias-errors.json b/tests/compiler/typealias-errors.json new file mode 100644 index 0000000000..91a3ef17ac --- /dev/null +++ b/tests/compiler/typealias-errors.json @@ -0,0 +1,7 @@ +{ + "asc_flags": [ + ], + "stderr": [ + "TS2300: Duplicate identifier 'A'." + ] +} diff --git a/tests/compiler/typealias-errors.ts b/tests/compiler/typealias-errors.ts new file mode 100644 index 0000000000..988e058572 --- /dev/null +++ b/tests/compiler/typealias-errors.ts @@ -0,0 +1,4 @@ +export function DuplicateTypeAlias(): void { + type A = i32; + type A = i32; +} diff --git a/tests/compiler/typealias.debug.wat b/tests/compiler/typealias.debug.wat index 0e5a48657b..9c6d493f68 100644 --- a/tests/compiler/typealias.debug.wat +++ b/tests/compiler/typealias.debug.wat @@ -1,15 +1,371 @@ (module - (type $0 (func (param i32) (result i32))) - (global $~lib/memory/__data_end i32 (i32.const 8)) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) - (global $~lib/memory/__heap_base i32 (i32.const 32776)) - (memory $0 0) - (table $0 1 1 funcref) - (elem $0 (i32.const 1)) + (type $0 (func)) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $3 (func (param i32 i32 i32 i32))) + (type $4 (func (param i32 i32) (result i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) + (global $~lib/shared/runtime/Runtime.Incremental i32 (i32.const 2)) + (global $~lib/native/ASC_SHRINK_LEVEL i32 (i32.const 0)) + (global $~argumentsLength (mut i32) (i32.const 0)) + (global $~lib/memory/__data_end i32 (i32.const 156)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32924)) + (global $~lib/memory/__heap_base i32 (i32.const 32924)) + (memory $0 1) + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00i\006\004\00\00\00\00\00\00\00") + (data $1 (i32.const 44) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00t\00y\00p\00e\00a\00l\00i\00a\00s\00.\00t\00s\00\00\00\00\00") + (data $2 (i32.const 92) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00f\006\004\00\00\00\00\00\00\00") + (data $3 (i32.const 124) "\1c\00\00\00\00\00\00\00\00\00\00\00\04\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (table $0 2 2 funcref) + (elem $0 (i32.const 1) $typealias/outer_function~inner_function) (export "alias" (func $typealias/alias)) (export "memory" (memory $0)) + (start $~start) + (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) + local.get $this + i32.load offset=16 + ) + (func $~lib/string/String#get:length (param $this i32) (result i32) + local.get $this + i32.const 20 + i32.sub + call $~lib/rt/common/OBJECT#get:rtSize + i32.const 1 + i32.shr_u + return + ) + (func $~lib/util/string/compareImpl (param $str1 i32) (param $index1 i32) (param $str2 i32) (param $index2 i32) (param $len i32) (result i32) + (local $ptr1 i32) + (local $ptr2 i32) + (local $7 i32) + (local $a i32) + (local $b i32) + local.get $str1 + local.get $index1 + i32.const 1 + i32.shl + i32.add + local.set $ptr1 + local.get $str2 + local.get $index2 + i32.const 1 + i32.shl + i32.add + local.set $ptr2 + i32.const 0 + i32.const 2 + i32.lt_s + drop + local.get $len + i32.const 4 + i32.ge_u + if (result i32) + local.get $ptr1 + i32.const 7 + i32.and + local.get $ptr2 + i32.const 7 + i32.and + i32.or + i32.eqz + else + i32.const 0 + end + if + block $do-break|0 + loop $do-loop|0 + local.get $ptr1 + i64.load + local.get $ptr2 + i64.load + i64.ne + if + br $do-break|0 + end + local.get $ptr1 + i32.const 8 + i32.add + local.set $ptr1 + local.get $ptr2 + i32.const 8 + i32.add + local.set $ptr2 + local.get $len + i32.const 4 + i32.sub + local.set $len + local.get $len + i32.const 4 + i32.ge_u + br_if $do-loop|0 + end + end + end + loop $while-continue|1 + local.get $len + local.tee $7 + i32.const 1 + i32.sub + local.set $len + local.get $7 + if + local.get $ptr1 + i32.load16_u + local.set $a + local.get $ptr2 + i32.load16_u + local.set $b + local.get $a + local.get $b + i32.ne + if + local.get $a + local.get $b + i32.sub + return + end + local.get $ptr1 + i32.const 2 + i32.add + local.set $ptr1 + local.get $ptr2 + i32.const 2 + i32.add + local.set $ptr2 + br $while-continue|1 + end + end + i32.const 0 + return + ) + (func $typealias/generic_type_alias + i32.const 5 + i32.const 5 + i32.eq + drop + ) + (func $typealias/alias_in_type_arguments + i32.const 6 + i32.const 6 + i32.eq + drop + ) + (func $start:typealias + call $typealias/outer_function + call $typealias/generic_type_alias + call $typealias/alias_in_type_arguments + ) (func $typealias/alias (param $a i32) (result i32) local.get $a return ) + (func $~start + call $start:typealias + ) + (func $~stack_check + global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__data_end + i32.lt_s + if + i32.const 32944 + i32.const 32992 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + ) + (func $~lib/string/String.__eq (param $left i32) (param $right i32) (result i32) + (local $leftLength i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $left + local.get $right + i32.eq + if + i32.const 1 + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + end + local.get $left + i32.const 0 + i32.eq + if (result i32) + i32.const 1 + else + local.get $right + i32.const 0 + i32.eq + end + if + i32.const 0 + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + end + local.get $left + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + call $~lib/string/String#get:length + local.set $leftLength + local.get $leftLength + local.get $right + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + call $~lib/string/String#get:length + i32.ne + if + i32.const 0 + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + end + local.get $left + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + i32.const 0 + local.get $right + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 + i32.const 0 + local.get $leftLength + call $~lib/util/string/compareImpl + i32.eqz + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + ) + (func $typealias/outer_function~inner_function + (local $alias f64) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + f64.const 1 + local.set $alias + i32.const 112 + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + i32.const 112 + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 64 + i32.const 17 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $typealias/outer_function + (local $alias i64) + (local $inner_function i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + i64.const 1 + local.set $alias + i32.const 32 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + i32.const 32 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 64 + i32.const 13 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 144 + local.tee $inner_function + i32.store offset=8 + local.get $inner_function + drop + i32.const 0 + global.set $~argumentsLength + local.get $inner_function + i32.load + call_indirect (type $0) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + ) ) diff --git a/tests/compiler/typealias.release.wat b/tests/compiler/typealias.release.wat index 1056cb7250..3b7cdfe076 100644 --- a/tests/compiler/typealias.release.wat +++ b/tests/compiler/typealias.release.wat @@ -1,9 +1,287 @@ (module - (type $0 (func (param i32) (result i32))) - (memory $0 0) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func (param i32) (result i32))) + (type $3 (func (param i32 i32) (result i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33948)) + (memory $0 1) + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02\00\00\00\06\00\00\00i\006\004") + (data $1 (i32.const 1068) ",") + (data $1.1 (i32.const 1080) "\02\00\00\00\18\00\00\00t\00y\00p\00e\00a\00l\00i\00a\00s\00.\00t\00s") + (data $2 (i32.const 1116) "\1c") + (data $2.1 (i32.const 1128) "\02\00\00\00\06\00\00\00f\006\004") + (data $3 (i32.const 1148) "\1c") + (data $3.1 (i32.const 1160) "\04\00\00\00\08\00\00\00\01") + (table $0 2 2 funcref) + (elem $0 (i32.const 1) $typealias/outer_function~inner_function) (export "alias" (func $typealias/alias)) (export "memory" (memory $0)) + (start $~start) (func $typealias/alias (param $0 i32) (result i32) local.get $0 ) + (func $~start + (local $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1180 + i32.lt_s + if + i32.const 33968 + i32.const 34016 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $0 + i64.const 0 + i64.store + local.get $0 + i32.const 0 + i32.store offset=8 + local.get $0 + i32.const 1056 + i32.store + local.get $0 + i32.const 1056 + i32.store offset=4 + i32.const 1056 + i32.const 1056 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1088 + i32.const 13 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1168 + i32.store offset=8 + i32.const 1168 + i32.load + call_indirect (type $0) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/string/String.__eq (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1180 + i32.lt_s + if + i32.const 33968 + i32.const 34016 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $2 + i64.const 0 + i64.store + local.get $0 + local.get $1 + i32.eq + if + local.get $2 + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 1 + return + end + block $folding-inner0 + local.get $1 + i32.eqz + local.get $0 + i32.eqz + i32.or + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.tee $4 + local.tee $2 + local.get $0 + i32.store + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + local.set $3 + local.get $2 + local.get $1 + i32.store + local.get $3 + local.get $1 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + i32.ne + br_if $folding-inner0 + local.get $4 + local.get $0 + i32.store + local.get $0 + local.set $2 + local.get $4 + local.get $1 + i32.store offset=4 + local.get $3 + local.tee $0 + i32.const 4 + i32.ge_u + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz + if + loop $do-loop|0 + local.get $2 + i64.load + local.get $1 + i64.load + i64.eq + if + local.get $2 + i32.const 8 + i32.add + local.set $2 + local.get $1 + i32.const 8 + i32.add + local.set $1 + local.get $0 + i32.const 4 + i32.sub + local.tee $0 + i32.const 4 + i32.ge_u + br_if $do-loop|0 + end + end + end + block $__inlined_func$~lib/util/string/compareImpl$5 + loop $while-continue|1 + local.get $0 + local.tee $3 + i32.const 1 + i32.sub + local.set $0 + local.get $3 + if + local.get $2 + i32.load16_u + local.tee $5 + local.get $1 + i32.load16_u + local.tee $4 + i32.sub + local.set $3 + local.get $4 + local.get $5 + i32.ne + br_if $__inlined_func$~lib/util/string/compareImpl$5 + local.get $2 + i32.const 2 + i32.add + local.set $2 + local.get $1 + i32.const 2 + i32.add + local.set $1 + br $while-continue|1 + end + end + i32.const 0 + local.set $3 + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + i32.eqz + return + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 0 + ) + (func $typealias/outer_function~inner_function + (local $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1180 + i32.lt_s + if + i32.const 33968 + i32.const 34016 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.tee $0 + i64.const 0 + i64.store + local.get $0 + i32.const 1136 + i32.store + local.get $0 + i32.const 1136 + i32.store offset=4 + i32.const 1136 + i32.const 1136 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1088 + i32.const 17 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + ) ) diff --git a/tests/compiler/typealias.ts b/tests/compiler/typealias.ts index b6b1449047..a28013ffa6 100644 --- a/tests/compiler/typealias.ts +++ b/tests/compiler/typealias.ts @@ -6,3 +6,29 @@ export type alias = i32; export function alias(a: alias): alias { return a; } + +function outer_function(): void { + type alias = i64; + let alias: alias = 1; + assert(nameof(alias) == nameof()); + function inner_function(): void { + type alias = f64; + let alias: alias = 1; + assert(nameof(alias) == nameof()); + } + inner_function(); +} +outer_function(); + +function generic_type_alias(): void { + type V = Array; + assert(idof>() == idof>()); +} +generic_type_alias(); + + +function alias_in_type_arguments(): void { + type alias = i64; + assert(idof>() == idof>()); +} +alias_in_type_arguments(); From dc547a8fdc13575e8541fb61363c9a2cd19be2dc Mon Sep 17 00:00:00 2001 From: CountBleck Date: Sun, 14 Jan 2024 15:13:27 -0800 Subject: [PATCH 045/103] Update Binaryen (#2811) This version of binaryen.js has the requisite 4 GiB max memory change. Fixes #2810. --- package-lock.json | 14 +- package.json | 2 +- src/glue/binaryen.js | 1 + src/module.ts | 97 +- tests/compiler/NonNullable.release.wat | 40 +- tests/compiler/assert-nonnull.release.wat | 122 +- tests/compiler/assignment-chain.release.wat | 60 +- tests/compiler/bindings/esm.release.wat | 436 +- .../bindings/noExportRuntime.release.wat | 49 +- tests/compiler/bindings/raw.release.wat | 436 +- tests/compiler/builtins.release.wat | 89 +- tests/compiler/call-super.release.wat | 114 +- tests/compiler/cast.debug.wat | 324 +- tests/compiler/class-extends.release.wat | 15 +- tests/compiler/class-implements.release.wat | 138 +- .../compiler/class-overloading-cast.debug.wat | 40 +- .../class-overloading-cast.release.wat | 138 +- tests/compiler/class-overloading.release.wat | 234 +- .../class-static-function.release.wat | 4 +- tests/compiler/class.release.wat | 103 +- tests/compiler/comma.release.wat | 3 +- tests/compiler/constructor.release.wat | 118 +- tests/compiler/do.release.wat | 28 +- tests/compiler/duplicate-fields.release.wat | 73 +- .../compiler/empty-exportruntime.release.wat | 10 +- tests/compiler/empty-new.release.wat | 10 +- .../exportstar-rereexport.release.wat | 28 +- .../extends-baseaggregate.release.wat | 152 +- tests/compiler/extends-recursive.release.wat | 30 +- tests/compiler/features/threads.debug.wat | 2 +- tests/compiler/features/threads.release.wat | 2 +- .../compiler/field-initialization.release.wat | 311 +- tests/compiler/field.release.wat | 40 +- tests/compiler/for.release.wat | 28 +- tests/compiler/function-call.release.wat | 28 +- .../compiler/function-expression.release.wat | 74 +- tests/compiler/getter-call.release.wat | 33 +- tests/compiler/infer-array.release.wat | 90 +- tests/compiler/infer-generic.debug.wat | 8 +- tests/compiler/infer-generic.release.wat | 73 +- tests/compiler/inlining.release.wat | 47 +- tests/compiler/instanceof.debug.wat | 416 +- tests/compiler/instanceof.release.wat | 317 +- tests/compiler/issues/1095.release.wat | 42 +- tests/compiler/issues/1225.release.wat | 75 +- tests/compiler/issues/1699.release.wat | 187 +- tests/compiler/issues/1714.debug.wat | 16 +- tests/compiler/issues/1714.release.wat | 11 +- tests/compiler/issues/2166.release.wat | 64 +- tests/compiler/issues/2322/index.release.wat | 27 +- tests/compiler/issues/2622.release.wat | 27 +- tests/compiler/logical.release.wat | 46 +- tests/compiler/managed-cast.release.wat | 85 +- tests/compiler/new.release.wat | 42 +- tests/compiler/object-literal.release.wat | 192 +- .../optional-typeparameters.debug.wat | 30 +- .../optional-typeparameters.release.wat | 58 +- tests/compiler/possibly-null.release.wat | 40 +- tests/compiler/reexport.release.wat | 27 +- tests/compiler/rereexport.release.wat | 28 +- tests/compiler/resolve-access.release.wat | 136 +- tests/compiler/resolve-binary.release.wat | 339 +- .../resolve-elementaccess.release.wat | 205 +- .../resolve-function-expression.release.wat | 32 +- .../compiler/resolve-localortype.release.wat | 9 +- tests/compiler/resolve-nested.release.wat | 8 +- tests/compiler/resolve-new.release.wat | 22 +- .../resolve-propertyaccess.release.wat | 73 +- tests/compiler/resolve-ternary.release.wat | 31 +- tests/compiler/resolve-unary.release.wat | 160 +- tests/compiler/return-unreachable.release.wat | 64 +- tests/compiler/return.release.wat | 4 +- tests/compiler/rt/finalize.release.wat | 24 +- tests/compiler/rt/flags.debug.wat | 44 +- tests/compiler/rt/issue-2719.release.wat | 25 +- .../rt/runtime-incremental-export.release.wat | 10 +- .../rt/runtime-stub-export.release.wat | 3 +- tests/compiler/simd.release.wat | 83 +- tests/compiler/std/array-access.release.wat | 75 +- tests/compiler/std/array-literal.release.wat | 83 +- tests/compiler/std/array.release.wat | 4923 ++-- tests/compiler/std/arraybuffer.release.wat | 154 +- tests/compiler/std/console.release.wat | 36 +- tests/compiler/std/dataview.release.wat | 750 +- tests/compiler/std/date.release.wat | 1051 +- tests/compiler/std/hash.release.wat | 5 +- tests/compiler/std/map.debug.wat | 4790 ++-- tests/compiler/std/map.release.wat | 6096 +++-- tests/compiler/std/math.release.wat | 36 +- tests/compiler/std/new.release.wat | 43 +- .../std/operator-overloading.release.wat | 961 +- tests/compiler/std/pointer.release.wat | 3 +- tests/compiler/std/set.release.wat | 2616 +-- tests/compiler/std/static-array.release.wat | 96 +- tests/compiler/std/staticarray.release.wat | 918 +- .../std/string-casemapping.release.wat | 135 +- .../compiler/std/string-encoding.release.wat | 214 +- tests/compiler/std/string-nonnull.release.wat | 23 +- tests/compiler/std/string.release.wat | 2275 +- tests/compiler/std/symbol.debug.wat | 406 +- tests/compiler/std/symbol.release.wat | 509 +- tests/compiler/std/trace.release.wat | 4 +- tests/compiler/std/typedarray.debug.wat | 1698 +- tests/compiler/std/typedarray.release.wat | 19346 ++++++++-------- tests/compiler/std/uri.release.wat | 42 +- tests/compiler/super-inline.release.wat | 39 +- tests/compiler/tablebase.release.wat | 4 +- tests/compiler/templateliteral.release.wat | 263 +- tests/compiler/ternary.release.wat | 5 +- tests/compiler/throw.release.wat | 29 +- tests/compiler/typealias.release.wat | 25 +- tests/compiler/typeof.release.wat | 110 +- tests/compiler/unicode-identifier.debug.wat | 12 +- tests/compiler/unicode-identifier.release.wat | 12 +- tests/compiler/while.release.wat | 28 +- 115 files changed, 25257 insertions(+), 29204 deletions(-) diff --git a/package-lock.json b/package-lock.json index db21ae7902..3c0924a072 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "Apache-2.0", "dependencies": { - "binaryen": "116.0.0-nightly.20231102", + "binaryen": "116.0.0-nightly.20240114", "long": "^5.2.1" }, "bin": { @@ -872,9 +872,9 @@ "dev": true }, "node_modules/binaryen": { - "version": "116.0.0-nightly.20231102", - "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-116.0.0-nightly.20231102.tgz", - "integrity": "sha512-aPU9tlKdw/gcXx6u4PxtDgOtGjg/ZKnYdk23ctYb70GxZgPhWnGWmnBt01aV5dt5yFFo2V4rbB7SzpSFhViFQA==", + "version": "116.0.0-nightly.20240114", + "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-116.0.0-nightly.20240114.tgz", + "integrity": "sha512-0GZrojJnuhoe+hiwji7QFaL3tBlJoA+KFUN7ouYSDGZLSo9CKM8swQX8n/UcbR0d1VuZKU+nhogNzv423JEu5A==", "bin": { "wasm-opt": "bin/wasm-opt", "wasm2js": "bin/wasm2js" @@ -2905,9 +2905,9 @@ "dev": true }, "binaryen": { - "version": "116.0.0-nightly.20231102", - "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-116.0.0-nightly.20231102.tgz", - "integrity": "sha512-aPU9tlKdw/gcXx6u4PxtDgOtGjg/ZKnYdk23ctYb70GxZgPhWnGWmnBt01aV5dt5yFFo2V4rbB7SzpSFhViFQA==" + "version": "116.0.0-nightly.20240114", + "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-116.0.0-nightly.20240114.tgz", + "integrity": "sha512-0GZrojJnuhoe+hiwji7QFaL3tBlJoA+KFUN7ouYSDGZLSo9CKM8swQX8n/UcbR0d1VuZKU+nhogNzv423JEu5A==" }, "brace-expansion": { "version": "1.1.11", diff --git a/package.json b/package.json index c35597e8c6..4d414afdde 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "engineStrict": true, "dependencies": { - "binaryen": "116.0.0-nightly.20231102", + "binaryen": "116.0.0-nightly.20240114", "long": "^5.2.1" }, "devDependencies": { diff --git a/src/glue/binaryen.js b/src/glue/binaryen.js index f28c35d280..91493cbc8d 100644 --- a/src/glue/binaryen.js +++ b/src/glue/binaryen.js @@ -35,6 +35,7 @@ export const { _BinaryenHeapTypeI31, _BinaryenHeapTypeStruct, _BinaryenHeapTypeArray, + // _BinaryenHeapTypeExn, _BinaryenHeapTypeString, _BinaryenHeapTypeStringviewWTF8, _BinaryenHeapTypeStringviewWTF16, diff --git a/src/module.ts b/src/module.ts index 55b2af6014..92d8ea9e48 100644 --- a/src/module.ts +++ b/src/module.ts @@ -109,13 +109,14 @@ export namespace HeapTypeRef { export const I31: HeapTypeRef = 4 /* _BinaryenHeapTypeI31 */; export const Struct: HeapTypeRef = 5 /* _BinaryenHeapTypeStruct */; export const Array: HeapTypeRef = 6 /* _BinaryenHeapTypeArray */; - export const String: HeapTypeRef = 7 /* _BinaryenHeapTypeString */; - export const StringviewWTF8: HeapTypeRef = 8 /* _BinaryenHeapTypeStringviewWTF8 */; - export const StringviewWTF16: HeapTypeRef = 9 /* _BinaryenHeapTypeStringviewWTF16 */; - export const StringviewIter: HeapTypeRef = 10 /* _BinaryenHeapTypeStringviewIter */; - export const None: HeapTypeRef = 11 /* _BinaryenHeapTypeNone */; - export const Noextern: HeapTypeRef = 12 /* _BinaryenHeapTypeNoext */; - export const Nofunc: HeapTypeRef = 13 /* _BinaryenHeapTypeNofunc */; + export const Exn: HeapTypeRef = 7 /* TODO: BinaryenHeapTypeExn */; + export const String: HeapTypeRef = 8 /* _BinaryenHeapTypeString */; + export const StringviewWTF8: HeapTypeRef = 9 /* _BinaryenHeapTypeStringviewWTF8 */; + export const StringviewWTF16: HeapTypeRef = 10 /* _BinaryenHeapTypeStringviewWTF16 */; + export const StringviewIter: HeapTypeRef = 11 /* _BinaryenHeapTypeStringviewIter */; + export const None: HeapTypeRef = 12 /* _BinaryenHeapTypeNone */; + export const Noextern: HeapTypeRef = 13 /* _BinaryenHeapTypeNoext */; + export const Nofunc: HeapTypeRef = 14 /* _BinaryenHeapTypeNofunc */; export function isBottom(ht: HeapTypeRef): bool { return binaryen._BinaryenHeapTypeIsBottom(ht); @@ -275,44 +276,50 @@ export const enum ExpressionId { TableSet = 46 /* _BinaryenTableSetId */, TableSize = 47 /* _BinaryenTableSizeId */, TableGrow = 48 /* _BinaryenTableGrowId */, - Try = 50 /* _BinaryenTryId */, - Throw = 51 /* _BinaryenThrowId */, - Rethrow = 52 /* _BinaryenRethrowId */, - TupleMake = 53 /* _BinaryenTupleMakeId */, - TupleExtract = 54 /* _BinaryenTupleExtractId */, - RefI31 = 55 /* _BinaryenRefI31Id */, - I31Get = 56 /* _BinaryenI31GetId */, - CallRef = 57 /* _BinaryenCallRefId */, - RefTest = 58 /* _BinaryenRefTestId */, - RefCast = 59 /* _BinaryenRefCastId */, - BrOn = 60 /* _BinaryenBrOnId */, - StructNew = 61 /* _BinaryenStructNewId */, - StructGet = 62 /* _BinaryenStructGetId */, - StructSet = 63 /* _BinaryenStructSetId */, - ArrayNew = 64 /* _BinaryenArrayNewId */, - ArrayNewSeg = 64 /* TODO_BinaryenArraySegId */, - ArrayNewFixed = 67 /* _BinaryenArrayNewFixedId */, - ArrayGet = 68 /* _BinaryenArrayGetId */, - ArraySet = 69 /* _BinaryenArraySetId */, - ArrayLen = 70 /* _BinaryenArrayLenId */, - ArrayCopy = 71 /* _BinaryenArrayCopyId */, - ArrayFill = 72 /* _BinaryenArrayFillId */, - ArrayInitData = 73 /* _BinaryenArrayInitDataId */, - ArrayInitElem = 74 /* _BinaryenArrayInitElemId */, - RefAs = 75 /* _BinaryenRefAsId */, - StringNew = 76 /* _BinaryenStringNewId */, - StringConst = 77 /* _BinaryenStringConstId */, - StringMeasure = 78 /* _BinaryenStringMeasureId */, - StringEncode = 79 /* _BinaryenStringEncodeId */, - StringConcat = 80 /* _BinaryenStringConcatId */, - StringEq = 81 /* _BinaryenStringEqId */, - StringAs = 82 /* _BinaryenStringAsId */, - StringWTF8Advance = 83 /* _BinaryenStringWTF8AdvanceId */, - StringWTF16Get = 84 /* _BinaryenStringWTF16GetId */, - StringIterNext = 85 /* _BinaryenStringIterNextId */, - StringIterMove = 86 /* _BinaryenStringIterMoveId */, - StringSliceWTF = 87 /* _BinaryenStringSliceWTFId */, - StringSliceIter = 88 /* _BinaryenStringSliceIterId */ + TableFill = 49 /* _BinaryenTableFillId */, + TableCopy = 50 /* _BinaryenTableCopyId */, + Try = 51 /* _BinaryenTryId */, + TryTable = 52 /* _BinaryenTryTableId */, + Throw = 53 /* _BinaryenThrowId */, + Rethrow = 54 /* _BinaryenRethrowId */, + ThrowRef = 55 /* _BinaryenThrowRefId */, + TupleMake = 56 /* _BinaryenTupleMakeId */, + TupleExtract = 57 /* _BinaryenTupleExtractId */, + RefI31 = 58 /* _BinaryenRefI31Id */, + I31Get = 59 /* _BinaryenI31GetId */, + CallRef = 60 /* _BinaryenCallRefId */, + RefTest = 61 /* _BinaryenRefTestId */, + RefCast = 62 /* _BinaryenRefCastId */, + BrOn = 63 /* _BinaryenBrOnId */, + StructNew = 64 /* _BinaryenStructNewId */, + StructGet = 65 /* _BinaryenStructGetId */, + StructSet = 66 /* _BinaryenStructSetId */, + ArrayNew = 67 /* _BinaryenArrayNewId */, + ArrayNewData = 68 /* _BinaryenArrayNewDataId */, + ArrayNewElem = 69 /* _BinaryenArrayNewElemId */, + ArrayNewFixed = 70 /* _BinaryenArrayNewFixedId */, + ArrayGet = 71 /* _BinaryenArrayGetId */, + ArraySet = 72 /* _BinaryenArraySetId */, + ArrayLen = 73 /* _BinaryenArrayLenId */, + ArrayCopy = 74 /* _BinaryenArrayCopyId */, + ArrayFill = 75 /* _BinaryenArrayFillId */, + ArrayInitData = 76 /* _BinaryenArrayInitDataId */, + ArrayInitElem = 77 /* _BinaryenArrayInitElemId */, + RefAs = 78 /* _BinaryenRefAsId */, + StringNew = 79 /* _BinaryenStringNewId */, + StringConst = 80 /* _BinaryenStringConstId */, + StringMeasure = 81 /* _BinaryenStringMeasureId */, + StringEncode = 82 /* _BinaryenStringEncodeId */, + StringConcat = 83 /* _BinaryenStringConcatId */, + StringEq = 84 /* _BinaryenStringEqId */, + StringAs = 85 /* _BinaryenStringAsId */, + StringWTF8Advance = 86 /* _BinaryenStringWTF8AdvanceId */, + StringWTF16Get = 87 /* _BinaryenStringWTF16GetId */, + StringIterNext = 88 /* _BinaryenStringIterNextId */, + StringIterMove = 89 /* _BinaryenStringIterMoveId */, + StringSliceWTF = 90 /* _BinaryenStringSliceWTFId */, + StringSliceIter = 91 /* _BinaryenStringSliceIterId */, + ResumeId = 92 /* _BinaryenResumeId */ } /** Binaryen external kind constants. */ diff --git a/tests/compiler/NonNullable.release.wat b/tests/compiler/NonNullable.release.wat index 348860fd96..4fc5bbd20c 100644 --- a/tests/compiler/NonNullable.release.wat +++ b/tests/compiler/NonNullable.release.wat @@ -21,7 +21,6 @@ (export "memory" (memory $0)) (start $~start) (func $~start - (local $0 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -32,16 +31,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 i32.const 1056 @@ -57,10 +55,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1136 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1136 i32.store offset=4 i32.const 1136 @@ -76,10 +73,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1168 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1168 i32.store offset=4 i32.const 1168 @@ -95,10 +91,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1248 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1248 i32.store call $NonNullable/assertNonNull<~lib/string/String> @@ -114,10 +109,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1248 i32.store call $~lib/string/String.__ne @@ -165,14 +159,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -187,8 +180,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -198,7 +189,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -210,12 +201,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -327,13 +318,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1248 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=4 i32.const 1248 @@ -348,7 +338,6 @@ local.get $0 ) (func $NonNullable/assertNonNull<~lib/string/String> - (local $0 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -365,10 +354,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1248 i32.store call $~lib/string/String.__ne diff --git a/tests/compiler/assert-nonnull.release.wat b/tests/compiler/assert-nonnull.release.wat index ef7f534196..753e1c59a8 100644 --- a/tests/compiler/assert-nonnull.release.wat +++ b/tests/compiler/assert-nonnull.release.wat @@ -30,7 +30,6 @@ (export "testObjFn" (func $export:assert-nonnull/testObjFn)) (export "testObjRet" (func $export:assert-nonnull/testObjRet)) (func $~lib/array/Array#__get (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -47,10 +46,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -65,23 +63,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 i32.load local.tee $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $export:assert-nonnull/testVar (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -92,10 +88,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -104,10 +99,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -139,7 +133,6 @@ unreachable ) (func $export:assert-nonnull/testObj (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -150,10 +143,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -162,10 +154,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -179,13 +170,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store local.get $0 i32.load local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -204,7 +194,6 @@ unreachable ) (func $export:assert-nonnull/testProp (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -215,10 +204,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -227,13 +215,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load local.tee $0 @@ -267,7 +254,6 @@ unreachable ) (func $export:assert-nonnull/testArr (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -278,10 +264,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -290,10 +275,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -307,10 +291,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -319,10 +302,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -337,10 +319,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 i32.load @@ -379,7 +360,6 @@ unreachable ) (func $export:assert-nonnull/testElem (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -390,10 +370,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -402,13 +381,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/array/Array#__get local.tee $0 @@ -454,10 +432,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer @@ -466,20 +443,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.eqz br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/array/Array#__get local.tee $0 @@ -536,10 +514,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer @@ -548,20 +525,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.eqz br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/array/Array#__get local.tee $0 @@ -606,7 +584,6 @@ unreachable ) (func $export:assert-nonnull/testFn (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -617,10 +594,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -629,10 +605,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -670,10 +645,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -682,12 +656,13 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $1 local.get $0 i32.eqz if @@ -715,7 +690,6 @@ unreachable ) (func $export:assert-nonnull/testRet (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -727,10 +701,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -739,10 +712,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -769,7 +741,6 @@ unreachable ) (func $export:assert-nonnull/testObjFn (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -780,10 +751,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -792,13 +762,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 local.tee $0 @@ -827,7 +796,6 @@ unreachable ) (func $export:assert-nonnull/testObjRet (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -839,10 +807,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -851,16 +818,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 local.tee $0 diff --git a/tests/compiler/assignment-chain.release.wat b/tests/compiler/assignment-chain.release.wat index f7c0cdbab6..1af7a549b8 100644 --- a/tests/compiler/assignment-chain.release.wat +++ b/tests/compiler/assignment-chain.release.wat @@ -1074,11 +1074,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1263,8 +1262,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1627,7 +1625,6 @@ (func $assignment-chain/normal_assignment_chain (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -1638,13 +1635,14 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1653,21 +1651,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 4 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $2 + local.get $1 i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $1 - local.get $2 call $~lib/object/Object#constructor local.tee $1 i32.store @@ -1716,7 +1712,6 @@ unreachable ) (func $assignment-chain/B#set:y (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1733,13 +1728,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -1748,13 +1742,13 @@ i32.const 1 i32.add i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 f64.const 1 f64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1762,7 +1756,6 @@ (func $assignment-chain/setter_assignment_chain (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -1773,13 +1766,14 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1788,21 +1782,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 5 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $2 + local.get $1 i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $1 - local.get $2 call $~lib/object/Object#constructor local.tee $1 i32.store @@ -1883,7 +1875,6 @@ unreachable ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1900,13 +1891,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new diff --git a/tests/compiler/bindings/esm.release.wat b/tests/compiler/bindings/esm.release.wat index b99d7d1e01..67cb217984 100644 --- a/tests/compiler/bindings/esm.release.wat +++ b/tests/compiler/bindings/esm.release.wat @@ -1194,11 +1194,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1383,8 +1382,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1669,7 +1667,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $3 local.get $1 i32.const 20 i32.sub @@ -1679,8 +1676,6 @@ i32.and i32.eq if - local.get $3 - i32.eqz local.get $0 i32.const 20 i32.sub @@ -1689,6 +1684,8 @@ i32.const 3 i32.and local.tee $3 + global.get $~lib/rt/itcms/white + i32.eqz i32.eq if local.get $0 @@ -1729,10 +1726,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 15 call $~lib/rt/itcms/__new @@ -1929,10 +1925,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1972,16 +1967,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2071,7 +2065,6 @@ global.set $~argumentsLength ) (func $~start - (local $0 i32) global.get $~started if return @@ -2094,10 +2087,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1152 i32.store i32.const 1152 @@ -2159,7 +2151,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2170,16 +2161,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2188,16 +2178,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2206,10 +2195,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2219,7 +2207,7 @@ i32.const -2 i32.and local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store block $__inlined_func$~lib/string/String#concat$280 @@ -2232,10 +2220,10 @@ local.tee $4 local.get $3 i32.add - local.tee $5 + local.tee $2 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2244,7 +2232,7 @@ br $__inlined_func$~lib/string/String#concat$280 end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $2 i32.const 2 call $~lib/rt/itcms/__new local.tee $2 @@ -2283,7 +2271,6 @@ unreachable ) (func $~lib/typedarray/Int16Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2300,10 +2287,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2311,14 +2297,13 @@ i32.const 1 i32.shr_u local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/typedarray/Float32Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2335,10 +2320,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2346,14 +2330,13 @@ i32.const 2 i32.shr_u local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/typedarray/Uint64Array#__set (param $0 i32) (param $1 i32) (param $2 i64) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2370,10 +2353,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2391,7 +2373,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -2402,7 +2383,7 @@ i32.add local.get $2 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2424,15 +2405,16 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $2 local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $5 @@ -2456,20 +2438,20 @@ i32.lt_s br_if $folding-inner00 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 7 call $~lib/rt/itcms/__new local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.tee $6 + local.set $6 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -2478,16 +2460,15 @@ i32.lt_s br_if $folding-inner00 global.get $~lib/memory/__stack_pointer - local.tee $7 i64.const 0 i64.store - local.get $7 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 local.get $2 i32.eqz if - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 3 call $~lib/rt/itcms/__new @@ -2531,35 +2512,35 @@ local.get $5 i32.const 3 i32.shl - local.tee $5 + local.tee $7 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $5 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $5 i32.store offset=12 local.get $2 - local.get $7 + local.get $5 i32.store local.get $2 - local.get $7 + local.get $5 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 local.get $2 - local.get $7 + local.get $5 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 local.get $2 - local.get $5 + local.get $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 16 @@ -2603,10 +2584,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $3 @@ -2624,7 +2604,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store local.get $0 @@ -2634,14 +2613,14 @@ i32.shl i32.add i32.load16_s - local.set $6 - local.get $5 + local.set $5 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $2 local.get $3 - local.get $6 + local.get $5 i64.extend_i32_s call $~lib/typedarray/Uint64Array#__set local.get $3 @@ -2685,10 +2664,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 i32.const 0 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -2706,7 +2684,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $1 i32.store local.get $1 @@ -2717,7 +2694,7 @@ i32.add f32.load local.set $4 - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2748,7 +2725,6 @@ unreachable ) (func $~lib/staticarray/StaticArray#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2765,10 +2741,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2801,7 +2776,6 @@ local.get $0 ) (func $~lib/staticarray/StaticArray#__set (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2818,10 +2792,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2841,7 +2814,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -2851,13 +2823,12 @@ i32.add local.get $2 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/array/Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2874,23 +2845,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2907,10 +2876,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2926,7 +2894,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -2937,7 +2904,7 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2963,10 +2930,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -3094,10 +3060,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -3130,7 +3095,6 @@ i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -3141,13 +3105,12 @@ i32.add local.get $2 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/array/Array<~lib/string/String>#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3164,10 +3127,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -3183,10 +3145,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 local.get $1 @@ -3230,10 +3191,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -3300,13 +3260,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -3315,29 +3274,30 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.const 20 i32.sub i32.load offset=16 - local.set $4 - local.get $3 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.const 20 i32.sub i32.load offset=16 - local.tee $2 - local.get $4 + local.tee $4 + local.get $2 i32.add local.set $5 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -3374,13 +3334,13 @@ i32.store offset=4 local.get $5 local.get $0 - local.get $4 + local.get $2 memory.copy - local.get $4 + local.get $2 local.get $5 i32.add local.get $1 - local.get $2 + local.get $4 memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 @@ -3401,7 +3361,6 @@ unreachable ) (func $export:bindings/esm/stringFunction (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3418,10 +3377,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 @@ -3435,7 +3393,6 @@ local.get $0 ) (func $export:bindings/esm/stringFunctionOptional@varargs (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3446,13 +3403,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -3461,10 +3417,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 block $1of1 @@ -3484,10 +3439,9 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $0 @@ -3513,7 +3467,6 @@ unreachable ) (func $export:bindings/esm/typedarrayFunction (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3530,10 +3483,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 @@ -3550,7 +3502,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3561,14 +3512,13 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 block $__inlined_func$bindings/esm/staticarrayFunction$2 (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -3578,13 +3528,14 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -3594,7 +3545,7 @@ i32.const 2 i32.shr_u local.set $4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $4 @@ -3606,7 +3557,7 @@ i32.shr_u i32.add local.set $4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -3645,7 +3596,6 @@ i32.store offset=4 loop $for-loop|0 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $2 @@ -3657,10 +3607,10 @@ i32.shr_u i32.lt_s if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $4 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $4 @@ -3680,7 +3630,6 @@ local.set $2 loop $for-loop|1 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $1 i32.store local.get $2 @@ -3692,10 +3641,10 @@ i32.shr_u i32.lt_s if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $4 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $2 @@ -3706,12 +3655,12 @@ i32.const 2 i32.shr_u i32.add - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $4 - local.get $5 + local.get $3 local.get $1 local.get $2 call $~lib/staticarray/StaticArray#__get @@ -3748,7 +3697,6 @@ unreachable ) (func $export:bindings/esm/staticarrayU16 (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3765,10 +3713,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -3790,13 +3737,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -3805,15 +3751,16 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $3 local.get $0 call $~lib/array/Array#get:length local.set $4 @@ -3835,13 +3782,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 11 call $~lib/rt/itcms/__new @@ -4037,13 +3983,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -4052,15 +3997,16 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $3 local.get $0 call $~lib/array/Array#get:length local.set $4 @@ -4082,13 +4028,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 12 call $~lib/rt/itcms/__new @@ -4281,7 +4226,6 @@ (func $export:bindings/esm/objectFunction (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4292,13 +4236,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -4306,16 +4249,13 @@ i32.const 2276 i32.lt_s br_if $folding-inner1 - local.get $0 - local.set $2 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer block $__inlined_func$bindings/esm/PlainObject#constructor$5 (result i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -4327,20 +4267,20 @@ i32.lt_s br_if $folding-inner00 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 68 i32.const 13 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $0 + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -4349,17 +4289,16 @@ i32.lt_s br_if $folding-inner00 global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $0 + local.get $2 i32.eqz if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $2 i32.store end global.get $~lib/memory/__stack_pointer @@ -4367,113 +4306,113 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $3 - local.get $0 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store8 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store16 offset=2 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i64.const 0 i64.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store8 offset=16 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store16 offset=18 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i64.const 0 i64.store offset=24 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store offset=32 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store offset=36 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store8 offset=40 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 f32.const 0 f32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 f64.const 0 f64.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store offset=56 - local.get $0 + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store offset=60 - local.get $0 + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store offset=64 - local.get $0 + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__link @@ -4481,51 +4420,50 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $2 br $__inlined_func$bindings/esm/PlainObject#constructor$5 end br $folding-inner1 end - local.tee $0 + local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $0 - i32.store offset=4 - local.get $3 local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=8 - local.get $2 + local.get $0 i32.load8_s - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 - local.get $0 - local.get $4 + local.get $2 + local.get $3 local.get $1 i32.load8_s i32.add i32.store8 - local.get $3 - local.get $0 - i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=8 - local.get $2 + local.get $0 i32.load16_s offset=2 - local.set $2 - local.get $3 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 - local.get $0 local.get $2 + local.get $0 local.get $1 i32.load16_s offset=2 i32.add i32.store16 offset=2 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -4533,7 +4471,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $2 return end i32.const 35072 @@ -4544,7 +4482,6 @@ unreachable ) (func $export:bindings/esm/internrefFunction (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4561,13 +4498,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/bindings/noExportRuntime.release.wat b/tests/compiler/bindings/noExportRuntime.release.wat index ae70539bb7..7eeb250556 100644 --- a/tests/compiler/bindings/noExportRuntime.release.wat +++ b/tests/compiler/bindings/noExportRuntime.release.wat @@ -1127,11 +1127,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1316,8 +1315,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1585,7 +1583,6 @@ local.get $1 ) (func $~lib/arraybuffer/ArrayBufferView#set:buffer (param $0 i32) (param $1 i32) - (local $2 i32) local.get $0 local.get $1 i32.store @@ -1602,7 +1599,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $2 local.get $1 i32.const 20 i32.sub @@ -1619,7 +1615,7 @@ i32.const 3 i32.and local.tee $0 - local.get $2 + global.get $~lib/rt/itcms/white i32.eqz i32.eq if @@ -1707,16 +1703,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -1831,10 +1826,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 1 call $~lib/rt/itcms/__new @@ -1855,20 +1849,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -1877,16 +1871,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 3 call $~lib/rt/itcms/__new @@ -1915,22 +1908,22 @@ i32.const 0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=12 local.get $0 - local.get $2 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#set:buffer global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $2 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 @@ -1942,7 +1935,7 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -1962,7 +1955,6 @@ end ) (func $export:bindings/noExportRuntime/takesNonPlainObject (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1979,10 +1971,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/bindings/raw.release.wat b/tests/compiler/bindings/raw.release.wat index 4bb5843896..baa08f6833 100644 --- a/tests/compiler/bindings/raw.release.wat +++ b/tests/compiler/bindings/raw.release.wat @@ -1194,11 +1194,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1383,8 +1382,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1669,7 +1667,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $3 local.get $1 i32.const 20 i32.sub @@ -1679,8 +1676,6 @@ i32.and i32.eq if - local.get $3 - i32.eqz local.get $0 i32.const 20 i32.sub @@ -1689,6 +1684,8 @@ i32.const 3 i32.and local.tee $3 + global.get $~lib/rt/itcms/white + i32.eqz i32.eq if local.get $0 @@ -1729,10 +1726,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 15 call $~lib/rt/itcms/__new @@ -1929,10 +1925,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1972,16 +1967,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2071,7 +2065,6 @@ global.set $~argumentsLength ) (func $~start - (local $0 i32) global.get $~started if return @@ -2094,10 +2087,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1152 i32.store i32.const 1152 @@ -2159,7 +2151,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2170,16 +2161,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2188,16 +2178,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2206,10 +2195,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2219,7 +2207,7 @@ i32.const -2 i32.and local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store block $__inlined_func$~lib/string/String#concat$281 @@ -2232,10 +2220,10 @@ local.tee $4 local.get $3 i32.add - local.tee $5 + local.tee $2 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2244,7 +2232,7 @@ br $__inlined_func$~lib/string/String#concat$281 end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $2 i32.const 2 call $~lib/rt/itcms/__new local.tee $2 @@ -2283,7 +2271,6 @@ unreachable ) (func $~lib/typedarray/Int16Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2300,10 +2287,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2311,14 +2297,13 @@ i32.const 1 i32.shr_u local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/typedarray/Float32Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2335,10 +2320,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2346,14 +2330,13 @@ i32.const 2 i32.shr_u local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/typedarray/Uint64Array#__set (param $0 i32) (param $1 i32) (param $2 i64) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2370,10 +2353,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2391,7 +2373,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -2402,7 +2383,7 @@ i32.add local.get $2 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2424,15 +2405,16 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $2 local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $5 @@ -2456,20 +2438,20 @@ i32.lt_s br_if $folding-inner00 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 7 call $~lib/rt/itcms/__new local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.tee $6 + local.set $6 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -2478,16 +2460,15 @@ i32.lt_s br_if $folding-inner00 global.get $~lib/memory/__stack_pointer - local.tee $7 i64.const 0 i64.store - local.get $7 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 local.get $2 i32.eqz if - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 3 call $~lib/rt/itcms/__new @@ -2531,35 +2512,35 @@ local.get $5 i32.const 3 i32.shl - local.tee $5 + local.tee $7 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $5 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $5 i32.store offset=12 local.get $2 - local.get $7 + local.get $5 i32.store local.get $2 - local.get $7 + local.get $5 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 local.get $2 - local.get $7 + local.get $5 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 local.get $2 - local.get $5 + local.get $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 16 @@ -2603,10 +2584,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $3 @@ -2624,7 +2604,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store local.get $0 @@ -2634,14 +2613,14 @@ i32.shl i32.add i32.load16_s - local.set $6 - local.get $5 + local.set $5 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $2 local.get $3 - local.get $6 + local.get $5 i64.extend_i32_s call $~lib/typedarray/Uint64Array#__set local.get $3 @@ -2685,10 +2664,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 i32.const 0 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -2706,7 +2684,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $1 i32.store local.get $1 @@ -2717,7 +2694,7 @@ i32.add f32.load local.set $4 - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2748,7 +2725,6 @@ unreachable ) (func $~lib/staticarray/StaticArray#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2765,10 +2741,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2801,7 +2776,6 @@ local.get $0 ) (func $~lib/staticarray/StaticArray#__set (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2818,10 +2792,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2841,7 +2814,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -2851,13 +2823,12 @@ i32.add local.get $2 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/array/Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2874,23 +2845,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2907,10 +2876,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2926,7 +2894,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -2937,7 +2904,7 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2963,10 +2930,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -3094,10 +3060,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -3130,7 +3095,6 @@ i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -3141,13 +3105,12 @@ i32.add local.get $2 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/array/Array<~lib/string/String>#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3164,10 +3127,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -3183,10 +3145,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 local.get $1 @@ -3230,10 +3191,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -3300,13 +3260,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -3315,29 +3274,30 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.const 20 i32.sub i32.load offset=16 - local.set $4 - local.get $3 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.const 20 i32.sub i32.load offset=16 - local.tee $2 - local.get $4 + local.tee $4 + local.get $2 i32.add local.set $5 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -3374,13 +3334,13 @@ i32.store offset=4 local.get $5 local.get $0 - local.get $4 + local.get $2 memory.copy - local.get $4 + local.get $2 local.get $5 i32.add local.get $1 - local.get $2 + local.get $4 memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 @@ -3401,7 +3361,6 @@ unreachable ) (func $export:bindings/esm/stringFunction (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3418,10 +3377,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 @@ -3435,7 +3393,6 @@ local.get $0 ) (func $export:bindings/esm/stringFunctionOptional@varargs (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3446,13 +3403,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -3461,10 +3417,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 block $1of1 @@ -3484,10 +3439,9 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $0 @@ -3513,7 +3467,6 @@ unreachable ) (func $export:bindings/esm/typedarrayFunction (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3530,10 +3483,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 @@ -3550,7 +3502,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3561,14 +3512,13 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 block $__inlined_func$bindings/esm/staticarrayFunction$2 (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -3578,13 +3528,14 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -3594,7 +3545,7 @@ i32.const 2 i32.shr_u local.set $4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $4 @@ -3606,7 +3557,7 @@ i32.shr_u i32.add local.set $4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -3645,7 +3596,6 @@ i32.store offset=4 loop $for-loop|0 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $2 @@ -3657,10 +3607,10 @@ i32.shr_u i32.lt_s if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $4 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $4 @@ -3680,7 +3630,6 @@ local.set $2 loop $for-loop|1 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $1 i32.store local.get $2 @@ -3692,10 +3641,10 @@ i32.shr_u i32.lt_s if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $4 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $2 @@ -3706,12 +3655,12 @@ i32.const 2 i32.shr_u i32.add - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $4 - local.get $5 + local.get $3 local.get $1 local.get $2 call $~lib/staticarray/StaticArray#__get @@ -3748,7 +3697,6 @@ unreachable ) (func $export:bindings/esm/staticarrayU16 (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3765,10 +3713,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -3790,13 +3737,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -3805,15 +3751,16 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $3 local.get $0 call $~lib/array/Array#get:length local.set $4 @@ -3835,13 +3782,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 11 call $~lib/rt/itcms/__new @@ -4037,13 +3983,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -4052,15 +3997,16 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $3 local.get $0 call $~lib/array/Array#get:length local.set $4 @@ -4082,13 +4028,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 12 call $~lib/rt/itcms/__new @@ -4281,7 +4226,6 @@ (func $export:bindings/esm/objectFunction (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4292,13 +4236,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -4306,16 +4249,13 @@ i32.const 2276 i32.lt_s br_if $folding-inner1 - local.get $0 - local.set $2 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer block $__inlined_func$bindings/esm/PlainObject#constructor$5 (result i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -4327,20 +4267,20 @@ i32.lt_s br_if $folding-inner00 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 68 i32.const 13 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $0 + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -4349,17 +4289,16 @@ i32.lt_s br_if $folding-inner00 global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $0 + local.get $2 i32.eqz if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $2 i32.store end global.get $~lib/memory/__stack_pointer @@ -4367,113 +4306,113 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $3 - local.get $0 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store8 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store16 offset=2 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i64.const 0 i64.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store8 offset=16 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store16 offset=18 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i64.const 0 i64.store offset=24 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store offset=32 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store offset=36 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store8 offset=40 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 f32.const 0 f32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 f64.const 0 f64.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store offset=56 - local.get $0 + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store offset=60 - local.get $0 + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store offset=64 - local.get $0 + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__link @@ -4481,51 +4420,50 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $2 br $__inlined_func$bindings/esm/PlainObject#constructor$5 end br $folding-inner1 end - local.tee $0 + local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $0 - i32.store offset=4 - local.get $3 local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=8 - local.get $2 + local.get $0 i32.load8_s - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 - local.get $0 - local.get $4 + local.get $2 + local.get $3 local.get $1 i32.load8_s i32.add i32.store8 - local.get $3 - local.get $0 - i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=8 - local.get $2 + local.get $0 i32.load16_s offset=2 - local.set $2 - local.get $3 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 - local.get $0 local.get $2 + local.get $0 local.get $1 i32.load16_s offset=2 i32.add i32.store16 offset=2 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -4533,7 +4471,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $2 return end i32.const 35072 @@ -4544,7 +4482,6 @@ unreachable ) (func $export:bindings/esm/internrefFunction (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4561,13 +4498,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/builtins.release.wat b/tests/compiler/builtins.release.wat index 28d046b18c..fa7c2b22ee 100644 --- a/tests/compiler/builtins.release.wat +++ b/tests/compiler/builtins.release.wat @@ -103,14 +103,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -125,8 +124,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -136,7 +133,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -148,12 +145,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -248,7 +245,6 @@ i32.const 0 ) (func $start:builtins - (local $0 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -265,10 +261,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 i32.const 1 @@ -656,13 +651,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1168 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 i32.const 1056 @@ -678,19 +672,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1168 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1168 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1168 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1200 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1200 i32.store offset=4 i32.const 1200 @@ -786,10 +779,9 @@ f64.const 52 call $~lib/builtins/trace global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1376 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1376 i32.store offset=4 i32.const 1376 @@ -805,10 +797,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1376 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1376 i32.store offset=4 i32.const 1376 @@ -824,10 +815,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1424 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1424 i32.store offset=4 i32.const 1424 @@ -843,10 +833,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1456 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1456 i32.store offset=4 i32.const 1456 @@ -862,10 +851,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1488 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1488 i32.store offset=4 i32.const 1488 @@ -881,10 +869,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1520 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1520 i32.store offset=4 i32.const 1520 @@ -900,10 +887,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1552 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1552 i32.store offset=4 i32.const 1552 @@ -919,10 +905,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1584 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1584 i32.store offset=4 i32.const 1584 @@ -938,10 +923,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1616 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1616 i32.store offset=4 i32.const 1616 @@ -957,10 +941,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1648 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1648 i32.store offset=4 i32.const 1648 @@ -976,10 +959,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1680 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1680 i32.store offset=4 i32.const 1680 @@ -995,10 +977,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 1712 @@ -1014,10 +995,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1744 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1744 i32.store offset=4 i32.const 1744 @@ -1033,10 +1013,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1776 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1776 i32.store offset=4 i32.const 1776 @@ -1052,10 +1031,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1808 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1808 i32.store offset=4 i32.const 1808 @@ -1071,10 +1049,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1840 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1840 i32.store offset=4 i32.const 1840 @@ -1090,10 +1067,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1872 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1872 i32.store offset=4 i32.const 1872 @@ -1109,10 +1085,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1904 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1904 i32.store offset=4 i32.const 1904 @@ -1128,10 +1103,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1456 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1456 i32.store offset=4 i32.const 1456 @@ -1147,10 +1121,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1376 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1376 i32.store offset=4 i32.const 1376 diff --git a/tests/compiler/call-super.release.wat b/tests/compiler/call-super.release.wat index 35171b786e..7cd486f260 100644 --- a/tests/compiler/call-super.release.wat +++ b/tests/compiler/call-super.release.wat @@ -1070,11 +1070,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1259,8 +1258,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1531,7 +1529,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) memory.size i32.const 16 i32.shl @@ -1574,10 +1571,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1586,26 +1584,26 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 local.get $0 i32.const 2 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1614,13 +1612,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 5 call $~lib/rt/itcms/__new @@ -1628,13 +1625,12 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=4 local.get $0 i32.const 1 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -1736,10 +1732,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1748,26 +1745,26 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 local.get $0 i32.const 2 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1776,13 +1773,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 7 call $~lib/rt/itcms/__new @@ -1790,10 +1786,9 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1891,10 +1886,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1903,20 +1899,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 8 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1925,13 +1921,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 9 call $~lib/rt/itcms/__new @@ -1939,13 +1934,12 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=4 local.get $0 i32.const 1 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -2023,10 +2017,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2035,20 +2030,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 10 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2057,13 +2052,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 11 call $~lib/rt/itcms/__new @@ -2071,10 +2065,9 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -2148,10 +2141,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2160,20 +2154,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 12 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2182,13 +2176,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 13 call $~lib/rt/itcms/__new @@ -2196,13 +2189,12 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=4 local.get $0 i32.const 1 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2328,7 +2320,6 @@ call $start:call-super ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2345,13 +2336,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new diff --git a/tests/compiler/cast.debug.wat b/tests/compiler/cast.debug.wat index 2800488edc..3a7ae38bce 100644 --- a/tests/compiler/cast.debug.wat +++ b/tests/compiler/cast.debug.wat @@ -12,21 +12,21 @@ (elem $0 (i32.const 1)) (export "memory" (memory $0)) (start $~start) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.extend8_s @@ -34,7 +34,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.extend8_s @@ -42,7 +42,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.extend8_s @@ -50,7 +50,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.extend8_s @@ -58,7 +58,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i64) + (func $"cast/test" (param $x i32) (result i64) (local $y i64) local.get $x i32.extend8_s @@ -67,7 +67,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i64) + (func $"cast/test" (param $x i32) (result i64) (local $y i64) local.get $x i32.extend8_s @@ -76,28 +76,28 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.const 255 @@ -106,7 +106,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.const 255 @@ -115,7 +115,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.const 255 @@ -124,7 +124,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.const 255 @@ -133,7 +133,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i64) + (func $"cast/test" (param $x i32) (result i64) (local $y i64) local.get $x i32.const 255 @@ -143,7 +143,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i64) + (func $"cast/test" (param $x i32) (result i64) (local $y i64) local.get $x i32.const 255 @@ -153,42 +153,42 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.extend16_s @@ -196,7 +196,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.extend16_s @@ -204,7 +204,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i64) + (func $"cast/test" (param $x i32) (result i64) (local $y i64) local.get $x i32.extend16_s @@ -213,7 +213,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i64) + (func $"cast/test" (param $x i32) (result i64) (local $y i64) local.get $x i32.extend16_s @@ -222,42 +222,42 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.const 65535 @@ -266,7 +266,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.const 65535 @@ -275,7 +275,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i64) + (func $"cast/test" (param $x i32) (result i64) (local $y i64) local.get $x i32.const 65535 @@ -285,7 +285,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i64) + (func $"cast/test" (param $x i32) (result i64) (local $y i64) local.get $x i32.const 65535 @@ -295,56 +295,56 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i64) + (func $"cast/test" (param $x i32) (result i64) (local $y i64) local.get $x i64.extend_i32_s @@ -352,7 +352,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i64) + (func $"cast/test" (param $x i32) (result i64) (local $y i64) local.get $x i64.extend_i32_s @@ -360,56 +360,56 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i32) (result i64) + (func $"cast/test" (param $x i32) (result i64) (local $y i64) local.get $x i64.extend_i32_u @@ -417,7 +417,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i64) + (func $"cast/test" (param $x i32) (result i64) (local $y i64) local.get $x i64.extend_i32_u @@ -425,14 +425,14 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i64) (result i32) + (func $"cast/test" (param $x i64) (result i32) (local $y i32) local.get $x i32.wrap_i64 @@ -440,7 +440,7 @@ local.get $y return ) - (func $cast/test (param $x i64) (result i32) + (func $"cast/test" (param $x i64) (result i32) (local $y i32) local.get $x i32.wrap_i64 @@ -448,7 +448,7 @@ local.get $y return ) - (func $cast/test (param $x i64) (result i32) + (func $"cast/test" (param $x i64) (result i32) (local $y i32) local.get $x i32.wrap_i64 @@ -456,7 +456,7 @@ local.get $y return ) - (func $cast/test (param $x i64) (result i32) + (func $"cast/test" (param $x i64) (result i32) (local $y i32) local.get $x i32.wrap_i64 @@ -464,7 +464,7 @@ local.get $y return ) - (func $cast/test (param $x i64) (result i32) + (func $"cast/test" (param $x i64) (result i32) (local $y i32) local.get $x i32.wrap_i64 @@ -472,7 +472,7 @@ local.get $y return ) - (func $cast/test (param $x i64) (result i32) + (func $"cast/test" (param $x i64) (result i32) (local $y i32) local.get $x i32.wrap_i64 @@ -480,21 +480,21 @@ local.get $y return ) - (func $cast/test (param $x i64) (result i64) + (func $"cast/test" (param $x i64) (result i64) (local $y i64) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i64) (result i64) + (func $"cast/test" (param $x i64) (result i64) (local $y i64) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i64) (result i32) + (func $"cast/test" (param $x i64) (result i32) (local $y i32) local.get $x i64.const 0 @@ -503,7 +503,7 @@ local.get $y return ) - (func $cast/test (param $x i64) (result i32) + (func $"cast/test" (param $x i64) (result i32) (local $y i32) local.get $x i32.wrap_i64 @@ -511,7 +511,7 @@ local.get $y return ) - (func $cast/test (param $x i64) (result i32) + (func $"cast/test" (param $x i64) (result i32) (local $y i32) local.get $x i32.wrap_i64 @@ -519,7 +519,7 @@ local.get $y return ) - (func $cast/test (param $x i64) (result i32) + (func $"cast/test" (param $x i64) (result i32) (local $y i32) local.get $x i32.wrap_i64 @@ -527,7 +527,7 @@ local.get $y return ) - (func $cast/test (param $x i64) (result i32) + (func $"cast/test" (param $x i64) (result i32) (local $y i32) local.get $x i32.wrap_i64 @@ -535,7 +535,7 @@ local.get $y return ) - (func $cast/test (param $x i64) (result i32) + (func $"cast/test" (param $x i64) (result i32) (local $y i32) local.get $x i32.wrap_i64 @@ -543,7 +543,7 @@ local.get $y return ) - (func $cast/test (param $x i64) (result i32) + (func $"cast/test" (param $x i64) (result i32) (local $y i32) local.get $x i32.wrap_i64 @@ -551,21 +551,21 @@ local.get $y return ) - (func $cast/test (param $x i64) (result i64) + (func $"cast/test" (param $x i64) (result i64) (local $y i64) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i64) (result i64) + (func $"cast/test" (param $x i64) (result i64) (local $y i64) local.get $x local.set $y local.get $y return ) - (func $cast/test (param $x i64) (result i32) + (func $"cast/test" (param $x i64) (result i32) (local $y i32) local.get $x i64.const 0 @@ -574,7 +574,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.const 0 @@ -583,7 +583,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.const 0 @@ -592,7 +592,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.const 0 @@ -601,7 +601,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.const 0 @@ -610,7 +610,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.const 0 @@ -619,7 +619,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x i32.const 0 @@ -628,7 +628,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i64) + (func $"cast/test" (param $x i32) (result i64) (local $y i64) local.get $x i32.const 0 @@ -638,7 +638,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i64) + (func $"cast/test" (param $x i32) (result i64) (local $y i64) local.get $x i32.const 0 @@ -648,7 +648,7 @@ local.get $y return ) - (func $cast/test (param $x i32) (result i32) + (func $"cast/test" (param $x i32) (result i32) (local $y i32) local.get $x local.set $y @@ -657,247 +657,247 @@ ) (func $start:cast i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i64.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop i32.const 0 - call $cast/test + call $"cast/test" drop ) (func $~start diff --git a/tests/compiler/class-extends.release.wat b/tests/compiler/class-extends.release.wat index 91954a1585..5ff350f382 100644 --- a/tests/compiler/class-extends.release.wat +++ b/tests/compiler/class-extends.release.wat @@ -7,7 +7,6 @@ (export "memory" (memory $0)) (export "test" (func $export:class-extends/test)) (func $export:class-extends/test (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -18,10 +17,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -30,34 +28,33 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load drop - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load16_s offset=4 drop - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.const 2 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.const 3 i32.store16 offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/class-implements.release.wat b/tests/compiler/class-implements.release.wat index e253112e6b..a8a05184e7 100644 --- a/tests/compiler/class-implements.release.wat +++ b/tests/compiler/class-implements.release.wat @@ -1119,11 +1119,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1308,8 +1307,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1619,7 +1617,6 @@ unreachable ) (func $class-implements/I2#set:foo@override (param $0 i32) (param $1 i32) - (local $2 i32) block $folding-inner0 block $default block $case5 @@ -1659,16 +1656,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -1793,7 +1789,6 @@ call $start:class-implements ) (func $class-implements/D#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1810,13 +1805,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 8 call $~lib/rt/itcms/__new @@ -1824,10 +1818,9 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1840,7 +1833,6 @@ ) (func $class-implements/F#constructor (result i32) (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1857,20 +1849,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 11 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $class-implements/D#constructor local.tee $0 @@ -1882,7 +1872,6 @@ local.get $0 ) (func $class-implements/A2#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1899,13 +1888,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 14 call $~lib/rt/itcms/__new @@ -1913,10 +1901,9 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1934,7 +1921,6 @@ local.get $0 ) (func $class-implements/B2#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1951,13 +1937,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 18 call $~lib/rt/itcms/__new @@ -1965,10 +1950,9 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1986,7 +1970,6 @@ local.get $0 ) (func $class-implements/B2#get:foo (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2003,23 +1986,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $class-implements/B3#get:foo (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2036,16 +2017,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2054,7 +2034,6 @@ (func $start:class-implements (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 28 i32.sub @@ -2065,7 +2044,6 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 28 memory.fill @@ -2101,7 +2079,7 @@ i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2110,20 +2088,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -2146,20 +2122,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2168,13 +2144,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 7 call $~lib/rt/itcms/__new @@ -2182,10 +2157,9 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -2244,20 +2218,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 10 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $class-implements/D#constructor local.tee $0 @@ -2385,20 +2357,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 12 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -2523,7 +2493,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2532,20 +2503,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 16 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 call $class-implements/A2#constructor local.tee $1 @@ -2630,7 +2599,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2639,20 +2609,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 17 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 call $class-implements/A2#constructor local.tee $1 @@ -2808,7 +2776,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2817,20 +2786,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 19 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 call $class-implements/B2#constructor local.tee $1 @@ -2915,7 +2882,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2924,20 +2892,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 20 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 call $class-implements/B2#constructor local.tee $1 @@ -3035,7 +3001,6 @@ unreachable ) (func $class-implements/B3#set:foo (param $0 i32) (param $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3052,22 +3017,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3084,13 +3047,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new diff --git a/tests/compiler/class-overloading-cast.debug.wat b/tests/compiler/class-overloading-cast.debug.wat index e73494ed95..86441b6a1b 100644 --- a/tests/compiler/class-overloading-cast.debug.wat +++ b/tests/compiler/class-overloading-cast.debug.wat @@ -2376,7 +2376,7 @@ i32.const 0 return ) - (func $class-overloading-cast/B#foo (param $this i32) (param $a i32) (result i32) + (func $"class-overloading-cast/B#foo" (param $this i32) (param $a i32) (result i32) i32.const 464 return ) @@ -2392,11 +2392,11 @@ i32.const 608 return ) - (func $class-overloading-cast/B#foo (param $this i32) (param $a i32) (result i32) + (func $"class-overloading-cast/B#foo" (param $this i32) (param $a i32) (result i32) i32.const 464 return ) - (func $class-overloading-cast/B#foo (param $this i32) (param $a f64) (result i32) + (func $"class-overloading-cast/B#foo" (param $this i32) (param $a f64) (result i32) i32.const 464 return ) @@ -2422,12 +2422,12 @@ end local.get $0 local.get $1 - call $class-overloading-cast/B#foo + call $"class-overloading-cast/B#foo" return end local.get $0 local.get $1 - call $class-overloading-cast/B#foo + call $"class-overloading-cast/B#foo" return end local.get $0 @@ -2451,7 +2451,7 @@ end local.get $0 local.get $1 - call $class-overloading-cast/B#foo + call $"class-overloading-cast/B#foo" return end local.get $0 @@ -2525,15 +2525,15 @@ (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid block $class-overloading-cast/A - block $class-overloading-cast/B + block $"class-overloading-cast/B" block $class-overloading-cast/D block $class-overloading-cast/A<~lib/string/String> block $class-overloading-cast/C block $class-overloading-cast/A - block $class-overloading-cast/B - block $class-overloading-cast/B + block $"class-overloading-cast/B" + block $"class-overloading-cast/B" block $class-overloading-cast/A - block $class-overloading-cast/B + block $"class-overloading-cast/B" block $~lib/arraybuffer/ArrayBufferView block $~lib/string/String block $~lib/arraybuffer/ArrayBuffer @@ -2542,7 +2542,7 @@ i32.const 8 i32.sub i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $class-overloading-cast/B $class-overloading-cast/A $class-overloading-cast/B $class-overloading-cast/B $class-overloading-cast/A $class-overloading-cast/C $class-overloading-cast/A<~lib/string/String> $class-overloading-cast/D $class-overloading-cast/B $class-overloading-cast/A $invalid + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $"class-overloading-cast/B" $class-overloading-cast/A $"class-overloading-cast/B" $"class-overloading-cast/B" $class-overloading-cast/A $class-overloading-cast/C $class-overloading-cast/A<~lib/string/String> $class-overloading-cast/D $"class-overloading-cast/B" $class-overloading-cast/A $invalid end return end @@ -2637,7 +2637,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $class-overloading-cast/B#constructor (param $this i32) (result i32) + (func $"class-overloading-cast/B#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -2675,7 +2675,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $class-overloading-cast/B#constructor (param $this i32) (result i32) + (func $"class-overloading-cast/B#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -2751,7 +2751,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $class-overloading-cast/B#constructor (param $this i32) (result i32) + (func $"class-overloading-cast/B#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -2999,7 +2999,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $class-overloading-cast/B#constructor (param $this i32) (result i32) + (func $"class-overloading-cast/B#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -3064,7 +3064,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $class-overloading-cast/B#constructor + call $"class-overloading-cast/B#constructor" local.tee $this i32.store local.get $this @@ -3106,13 +3106,13 @@ call $~lib/rt/itcms/initLazy global.set $~lib/rt/itcms/fromSpace i32.const 0 - call $class-overloading-cast/B#constructor + call $"class-overloading-cast/B#constructor" global.set $class-overloading-cast/v i32.const 0 - call $class-overloading-cast/B#constructor + call $"class-overloading-cast/B#constructor" global.set $class-overloading-cast/v2 i32.const 0 - call $class-overloading-cast/B#constructor + call $"class-overloading-cast/B#constructor" global.set $class-overloading-cast/v3 global.get $class-overloading-cast/v local.set $0 @@ -3150,7 +3150,7 @@ i32.store offset=8 local.get $0 i32.const 1 - call $class-overloading-cast/B#foo + call $"class-overloading-cast/B#foo" local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 diff --git a/tests/compiler/class-overloading-cast.release.wat b/tests/compiler/class-overloading-cast.release.wat index 1ac11532a6..3b6a73a719 100644 --- a/tests/compiler/class-overloading-cast.release.wat +++ b/tests/compiler/class-overloading-cast.release.wat @@ -1107,11 +1107,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1213,8 +1212,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1412,15 +1410,15 @@ (func $~lib/rt/__visit_members (param $0 i32) block $invalid block $class-overloading-cast/A - block $class-overloading-cast/B + block $"class-overloading-cast/B" block $class-overloading-cast/D block $class-overloading-cast/A<~lib/string/String> block $class-overloading-cast/C block $class-overloading-cast/A - block $class-overloading-cast/B - block $class-overloading-cast/B + block $"class-overloading-cast/B" + block $"class-overloading-cast/B" block $class-overloading-cast/A - block $class-overloading-cast/B + block $"class-overloading-cast/B" block $~lib/arraybuffer/ArrayBufferView block $~lib/string/String block $~lib/arraybuffer/ArrayBuffer @@ -1429,7 +1427,7 @@ i32.const 8 i32.sub i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $class-overloading-cast/B $class-overloading-cast/A $class-overloading-cast/B $class-overloading-cast/B $class-overloading-cast/A $class-overloading-cast/C $class-overloading-cast/A<~lib/string/String> $class-overloading-cast/D $class-overloading-cast/B $class-overloading-cast/A $invalid + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $"class-overloading-cast/B" $class-overloading-cast/A $"class-overloading-cast/B" $"class-overloading-cast/B" $class-overloading-cast/A $class-overloading-cast/C $class-overloading-cast/A<~lib/string/String> $class-overloading-cast/D $"class-overloading-cast/B" $class-overloading-cast/A $invalid end return end @@ -1478,7 +1476,6 @@ call $start:class-overloading-cast ) (func $class-overloading-cast/A#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1495,23 +1492,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1543,14 +1538,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1565,8 +1559,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -1576,7 +1568,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -1588,12 +1580,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -1691,7 +1683,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -1702,10 +1693,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 memory.size @@ -1740,7 +1730,7 @@ i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1749,19 +1739,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $class-overloading-cast/A#constructor local.tee $0 @@ -1781,19 +1769,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $class-overloading-cast/A#constructor local.tee $0 @@ -1813,19 +1799,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1834,23 +1820,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1916,13 +1900,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading-cast/v2 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1488 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1488 i32.store offset=4 i32.const 1488 @@ -1937,14 +1920,14 @@ call $~lib/builtins/abort unreachable end + global.get $~lib/memory/__stack_pointer block $__inlined_func$class-overloading-cast/A#foo@override$137 (result i32) global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading-cast/v3 - local.tee $1 + local.tee $0 i32.store offset=8 i32.const 1488 - local.get $1 + local.get $0 i32.const 8 i32.sub i32.load @@ -1954,14 +1937,12 @@ drop i32.const 1456 end - local.set $1 - local.get $0 - local.get $1 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer i32.const 1488 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1488 call $~lib/string/String.__eq i32.eqz @@ -1982,19 +1963,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2003,23 +1984,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 10 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -2068,22 +2047,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading-cast/c - local.tee $1 + local.tee $0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1600 i32.store offset=12 - local.get $1 + local.get $0 i32.const 8 i32.sub i32.load drop - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1456 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1456 i32.store offset=4 i32.const 1456 @@ -2107,19 +2085,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2128,23 +2106,23 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 12 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2153,23 +2131,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 13 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -2227,7 +2203,6 @@ unreachable ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2244,13 +2219,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 diff --git a/tests/compiler/class-overloading.release.wat b/tests/compiler/class-overloading.release.wat index bd6ade0aaf..c389b02f92 100644 --- a/tests/compiler/class-overloading.release.wat +++ b/tests/compiler/class-overloading.release.wat @@ -1129,11 +1129,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1235,8 +1234,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1541,7 +1539,6 @@ ) (func $class-overloading/B#constructor (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1552,23 +1549,23 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1577,23 +1574,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1640,14 +1635,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1662,8 +1656,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -1673,7 +1665,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -1685,12 +1677,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -1785,7 +1777,6 @@ i32.const 0 ) (func $class-overloading/C#a (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1802,18 +1793,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 1520 global.set $class-overloading/which - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1520 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1520 i32.store offset=4 i32.const 1520 @@ -1836,7 +1826,6 @@ global.set $~lib/memory/__stack_pointer ) (func $class-overloading/D#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1853,23 +1842,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $class-overloading/B#constructor local.tee $0 @@ -1881,7 +1868,6 @@ local.get $0 ) (func $class-overloading/E#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1898,23 +1884,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $class-overloading/D#constructor local.tee $0 @@ -1928,7 +1912,6 @@ (func $start:class-overloading (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2036,14 +2019,13 @@ global.set $class-overloading/which end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading/which - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1520 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1520 call $~lib/string/String.__eq i32.eqz @@ -2090,14 +2072,13 @@ global.set $class-overloading/which end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading/which - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1520 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1520 call $~lib/string/String.__eq i32.eqz @@ -2144,14 +2125,13 @@ global.set $class-overloading/which end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading/which - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1520 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1520 call $~lib/string/String.__eq i32.eqz @@ -2172,19 +2152,17 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $class-overloading/B#constructor local.tee $0 @@ -2225,15 +2203,14 @@ i32.const 1056 global.set $class-overloading/which global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading/c i32.store i32.const 1616 global.set $class-overloading/which - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1616 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1616 i32.store offset=4 i32.const 1616 @@ -2251,15 +2228,14 @@ i32.const 1056 global.set $class-overloading/which global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading/c i32.store i32.const 1616 global.set $class-overloading/which - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1616 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1616 i32.store offset=4 i32.const 1616 @@ -2275,15 +2251,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading/c i32.store i32.const 1616 global.set $class-overloading/which - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1616 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1616 i32.store offset=4 i32.const 1616 @@ -2363,14 +2338,13 @@ global.set $class-overloading/which end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading/which - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1520 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1520 call $~lib/string/String.__eq i32.eqz @@ -2417,14 +2391,13 @@ global.set $class-overloading/which end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading/which - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1520 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1520 call $~lib/string/String.__eq i32.eqz @@ -2469,14 +2442,13 @@ global.set $class-overloading/which end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading/which - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1520 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1520 call $~lib/string/String.__eq i32.eqz @@ -2553,14 +2525,13 @@ global.set $class-overloading/which end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading/which - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1520 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1520 call $~lib/string/String.__eq i32.eqz @@ -2607,14 +2578,13 @@ global.set $class-overloading/which end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading/which - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1520 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1520 call $~lib/string/String.__eq i32.eqz @@ -2659,14 +2629,13 @@ global.set $class-overloading/which end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading/which - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1520 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1520 call $~lib/string/String.__eq i32.eqz @@ -2687,19 +2656,17 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $class-overloading/E#constructor local.tee $0 @@ -2772,14 +2739,13 @@ global.set $class-overloading/which end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading/which - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1648 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1648 call $~lib/string/String.__eq i32.eqz @@ -2826,14 +2792,13 @@ global.set $class-overloading/which end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading/which - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1648 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1648 call $~lib/string/String.__eq i32.eqz @@ -2880,14 +2845,13 @@ global.set $class-overloading/which end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading/which - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1648 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1648 call $~lib/string/String.__eq i32.eqz @@ -2908,19 +2872,17 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -2965,14 +2927,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading/which - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1680 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1680 call $~lib/string/String.__eq i32.eqz @@ -2993,19 +2954,17 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -3050,14 +3009,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $class-overloading/which - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1712 call $~lib/string/String.__eq i32.eqz @@ -3078,19 +3036,19 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 15 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -3099,23 +3057,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 14 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -3154,10 +3110,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -3166,19 +3121,19 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -3187,23 +3142,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 17 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -3231,10 +3184,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -3282,7 +3234,6 @@ unreachable ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3299,13 +3250,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 diff --git a/tests/compiler/class-static-function.release.wat b/tests/compiler/class-static-function.release.wat index e8a4c3c3ca..10a8811e24 100644 --- a/tests/compiler/class-static-function.release.wat +++ b/tests/compiler/class-static-function.release.wat @@ -17,7 +17,6 @@ i32.const 42 ) (func $~start - (local $0 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -34,10 +33,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store i32.const 1056 diff --git a/tests/compiler/class.release.wat b/tests/compiler/class.release.wat index 710aef17f0..77e0ddac27 100644 --- a/tests/compiler/class.release.wat +++ b/tests/compiler/class.release.wat @@ -1080,11 +1080,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1269,8 +1268,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1538,7 +1536,6 @@ local.get $1 ) (func $~lib/array/Array#set:buffer (param $0 i32) (param $1 i32) - (local $2 i32) local.get $0 local.get $1 i32.store @@ -1555,7 +1552,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $2 local.get $1 i32.const 20 i32.sub @@ -1572,7 +1568,7 @@ i32.const 3 i32.and local.tee $0 - local.get $2 + global.get $~lib/rt/itcms/white i32.eqz i32.eq if @@ -1608,23 +1604,23 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1633,13 +1629,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new @@ -1665,73 +1660,72 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 6 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 0 call $~lib/array/Array#set:buffer global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 0 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 32 i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=12 local.get $1 + i32.store offset=12 local.get $2 + local.get $1 call $~lib/array/Array#set:buffer global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 local.get $2 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 32 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 0 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -1739,10 +1733,10 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#set:buffer global.get $~lib/memory/__stack_pointer i32.const 12 @@ -1758,7 +1752,6 @@ unreachable ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) block $folding-inner0 block $invalid block $~lib/array/Array @@ -1796,10 +1789,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1856,7 +1848,6 @@ global.set $~lib/rt/itcms/fromSpace ) (func $export:class/test (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1867,10 +1858,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1879,55 +1869,54 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load drop - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load16_s offset=4 drop - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load8_s offset=6 drop - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.const 1 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.const 2 i32.store16 offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.const 3 i32.store8 offset=6 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/comma.release.wat b/tests/compiler/comma.release.wat index 3e05eea00a..bf36eae36e 100644 --- a/tests/compiler/comma.release.wat +++ b/tests/compiler/comma.release.wat @@ -84,10 +84,9 @@ loop $for-loop|0 local.get $0 global.get $comma/a - local.tee $1 i32.lt_s if - local.get $1 + global.get $comma/a i32.const 1 i32.sub global.set $comma/a diff --git a/tests/compiler/constructor.release.wat b/tests/compiler/constructor.release.wat index ca81fa3733..f754d4909d 100644 --- a/tests/compiler/constructor.release.wat +++ b/tests/compiler/constructor.release.wat @@ -1133,11 +1133,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1322,8 +1321,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1658,7 +1656,6 @@ (func $~start (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1669,7 +1666,6 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store memory.size @@ -1704,7 +1700,7 @@ i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1713,10 +1709,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 4 call $~lib/rt/itcms/__new @@ -1737,23 +1732,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 local.get $0 i32.const 1 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1768,23 +1761,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 local.get $0 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1799,29 +1790,27 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 7 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 local.get $0 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.const 1 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1836,20 +1825,18 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 8 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1869,20 +1856,18 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 9 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1908,20 +1893,18 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 10 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1947,10 +1930,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 12 call $~lib/rt/itcms/__new @@ -1968,10 +1950,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 13 call $~lib/rt/itcms/__new @@ -2026,53 +2007,51 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 15 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $1 + local.get $0 i32.const 2 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=8 - local.get $1 + local.get $0 i32.load offset=4 - local.set $2 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=8 + local.get $0 local.get $1 - local.get $2 - local.get $1 + local.get $0 i32.load offset=8 i32.add i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $1 + local.get $0 i32.load offset=4 i32.const 1 i32.ne @@ -2085,9 +2064,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.load offset=8 i32.const 2 i32.ne @@ -2100,9 +2079,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.load i32.const 3 i32.ne @@ -2118,7 +2097,7 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $0 global.set $constructor/ctorFieldInitOrder global.get $~lib/memory/__stack_pointer global.get $constructor/ctorFieldInitOrder @@ -2183,7 +2162,6 @@ ) (func $constructor/CtorFieldInitWithoutConstructor#constructor (result i32) (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2200,23 +2178,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 14 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -2244,7 +2220,6 @@ local.get $0 ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2261,13 +2236,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new diff --git a/tests/compiler/do.release.wat b/tests/compiler/do.release.wat index 59a6b45e99..0078d1c8a8 100644 --- a/tests/compiler/do.release.wat +++ b/tests/compiler/do.release.wat @@ -1069,11 +1069,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1175,8 +1174,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1669,12 +1667,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store i32.const 0 local.set $1 - local.get $0 + global.get $~lib/memory/__stack_pointer call $do/Ref#constructor i32.store loop $do-loop|09 @@ -1729,12 +1726,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store i32.const 0 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer call $do/Ref#constructor local.tee $1 i32.store @@ -1859,7 +1855,6 @@ (func $do/Ref#constructor (result i32) (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1870,19 +1865,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1891,13 +1886,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 diff --git a/tests/compiler/duplicate-fields.release.wat b/tests/compiler/duplicate-fields.release.wat index adac54bdc2..6aff8c65a7 100644 --- a/tests/compiler/duplicate-fields.release.wat +++ b/tests/compiler/duplicate-fields.release.wat @@ -1087,11 +1087,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1276,8 +1275,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1545,7 +1543,6 @@ local.get $1 ) (func $duplicate-fields/A2#set:bar (param $0 i32) (param $1 i32) - (local $2 i32) local.get $0 local.get $1 i32.store @@ -1562,7 +1559,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $2 local.get $1 i32.const 20 i32.sub @@ -1579,7 +1575,7 @@ i32.const 3 i32.and local.tee $0 - local.get $2 + global.get $~lib/rt/itcms/white i32.eqz i32.eq if @@ -1659,7 +1655,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1670,7 +1665,6 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store memory.size @@ -1705,7 +1699,7 @@ i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1714,26 +1708,26 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 local.get $0 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1742,13 +1736,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 4 call $~lib/rt/itcms/__new @@ -1756,19 +1749,18 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 local.get $0 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.const 10 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1812,29 +1804,27 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 7 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=4 local.get $1 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $1 i32.const 1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1850,13 +1840,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 8 call $~lib/rt/itcms/__new @@ -1885,16 +1874,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 local.get $0 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 6 call $~lib/rt/itcms/__new @@ -1968,20 +1956,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 9 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1990,13 +1978,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 10 call $~lib/rt/itcms/__new @@ -2004,10 +1991,11 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2016,13 +2004,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new diff --git a/tests/compiler/empty-exportruntime.release.wat b/tests/compiler/empty-exportruntime.release.wat index 4e5d52200a..6372bb77d3 100644 --- a/tests/compiler/empty-exportruntime.release.wat +++ b/tests/compiler/empty-exportruntime.release.wat @@ -1088,11 +1088,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1277,8 +1276,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 diff --git a/tests/compiler/empty-new.release.wat b/tests/compiler/empty-new.release.wat index 6b99e2fa8c..1d975a97eb 100644 --- a/tests/compiler/empty-new.release.wat +++ b/tests/compiler/empty-new.release.wat @@ -1066,11 +1066,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1172,14 +1171,13 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $0 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 i32.lt_u i32.const 10 i32.shl - local.get $0 i32.add global.set $~lib/rt/itcms/threshold end diff --git a/tests/compiler/exportstar-rereexport.release.wat b/tests/compiler/exportstar-rereexport.release.wat index eb1d1cc17c..c16cf9f6b4 100644 --- a/tests/compiler/exportstar-rereexport.release.wat +++ b/tests/compiler/exportstar-rereexport.release.wat @@ -1100,11 +1100,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1206,8 +1205,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1448,10 +1446,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1568,7 +1565,6 @@ ) (func $exports/Car#constructor (result i32) (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1585,34 +1581,31 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 local.get $0 i32.const 2 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.const 2 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $exports/Car#get:numDoors (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1629,16 +1622,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/extends-baseaggregate.release.wat b/tests/compiler/extends-baseaggregate.release.wat index 83ddca752b..a0bc28bb44 100644 --- a/tests/compiler/extends-baseaggregate.release.wat +++ b/tests/compiler/extends-baseaggregate.release.wat @@ -1091,11 +1091,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1280,8 +1279,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1566,7 +1564,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $3 local.get $1 i32.const 20 i32.sub @@ -1576,8 +1573,6 @@ i32.and i32.eq if - local.get $3 - i32.eqz local.get $0 i32.const 20 i32.sub @@ -1586,6 +1581,8 @@ i32.const 3 i32.and local.tee $3 + global.get $~lib/rt/itcms/white + i32.eqz i32.eq if local.get $0 @@ -1628,16 +1625,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -1743,7 +1739,6 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store memory.size @@ -1778,10 +1773,10 @@ i32.store i32.const 1504 global.set $~lib/rt/itcms/fromSpace - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1168 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1790,20 +1785,20 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 20 i32.const 7 call $~lib/rt/itcms/__new - local.tee $5 + local.tee $6 i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $5 + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $6 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1812,24 +1807,24 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $5 + local.get $6 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 20 i32.const 5 call $~lib/rt/itcms/__new - local.tee $5 + local.tee $6 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $5 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $6 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1838,45 +1833,44 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $5 + local.get $6 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new - local.tee $5 + local.tee $6 i32.store end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $5 + local.get $0 + local.get $6 i32.store global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=4 - local.get $5 + local.get $6 f64.const 0 f64.store global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=4 - local.get $5 + local.get $6 f64.const 0 f64.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=4 - local.get $5 + local.get $6 i32.const 0 i32.store offset=16 - local.get $5 + local.get $6 i32.const 0 i32.const 0 call $~lib/rt/itcms/__link @@ -1884,15 +1878,15 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 - local.get $5 + local.get $1 + local.get $6 i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1903,19 +1897,18 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1168 i32.store i32.const 1180 i32.load - local.tee $4 + local.tee $5 i32.const 1 i32.add - local.tee $3 - local.set $0 + local.tee $4 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1925,21 +1918,20 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1168 i32.store - local.get $0 + local.get $2 i32.const 1176 i32.load - local.tee $1 + local.tee $0 i32.const 2 i32.shr_u i32.gt_u if - local.get $0 + local.get $2 i32.const 268435455 i32.gt_u if @@ -1955,18 +1947,18 @@ i32.store block $__inlined_func$~lib/rt/itcms/__renew$136 i32.const 1073741820 - local.get $1 + local.get $0 i32.const 1 i32.shl - local.tee $1 - local.get $1 + local.tee $0 + local.get $0 i32.const 1073741820 i32.ge_u select local.tee $1 i32.const 8 - local.get $0 - local.get $0 + local.get $2 + local.get $2 i32.const 8 i32.le_u select @@ -1977,13 +1969,13 @@ local.get $1 i32.lt_u select - local.tee $2 + local.tee $3 i32.const 1168 i32.load - local.tee $1 + local.tee $0 i32.const 20 i32.sub - local.tee $6 + local.tee $2 i32.load i32.const -4 i32.and @@ -1991,26 +1983,26 @@ i32.sub i32.le_u if - local.get $6 local.get $2 + local.get $3 i32.store offset=16 - local.get $1 - local.set $0 + local.get $0 + local.set $1 br $__inlined_func$~lib/rt/itcms/__renew$136 end + local.get $3 local.get $2 - local.get $6 i32.load offset=12 call $~lib/rt/itcms/__new - local.tee $0 - local.get $1 + local.tee $1 + local.get $0 + local.get $3 local.get $2 - local.get $6 i32.load offset=16 - local.tee $6 + local.tee $2 local.get $2 - local.get $6 - i32.lt_u + local.get $3 + i32.gt_u select memory.copy end @@ -2019,18 +2011,18 @@ i32.ne if i32.const 1168 - local.get $0 + local.get $1 i32.store i32.const 1172 - local.get $0 + local.get $1 i32.store i32.const 1168 - local.get $0 + local.get $1 i32.const 0 call $~lib/rt/itcms/__link end i32.const 1176 - local.get $2 + local.get $3 i32.store end global.get $~lib/memory/__stack_pointer @@ -2042,21 +2034,21 @@ i32.store i32.const 1172 i32.load - local.get $4 + local.get $5 i32.const 2 i32.shl i32.add - local.get $5 + local.get $6 i32.store i32.const 1168 - local.get $5 + local.get $6 i32.const 1 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 1168 i32.store i32.const 1180 - local.get $3 + local.get $4 i32.store global.get $~lib/memory/__stack_pointer i32.const 4 diff --git a/tests/compiler/extends-recursive.release.wat b/tests/compiler/extends-recursive.release.wat index d1bc04b223..95652de9f5 100644 --- a/tests/compiler/extends-recursive.release.wat +++ b/tests/compiler/extends-recursive.release.wat @@ -1067,11 +1067,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1256,8 +1255,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1556,7 +1554,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) block $__inlined_func$start:extends-recursive$4 memory.size i32.const 16 @@ -1600,20 +1597,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1622,13 +1619,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 5 call $~lib/rt/itcms/__new @@ -1636,10 +1632,11 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1648,13 +1645,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new diff --git a/tests/compiler/features/threads.debug.wat b/tests/compiler/features/threads.debug.wat index 17de349d94..b3b7038f39 100644 --- a/tests/compiler/features/threads.debug.wat +++ b/tests/compiler/features/threads.debug.wat @@ -4,7 +4,7 @@ (global $~lib/memory/__data_end i32 (i32.const 8)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) (global $~lib/memory/__heap_base i32 (i32.const 32776)) - (memory $0 (shared 1 10)) + (memory $0 1 10 shared) (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) diff --git a/tests/compiler/features/threads.release.wat b/tests/compiler/features/threads.release.wat index d6fed43d29..679c863058 100644 --- a/tests/compiler/features/threads.release.wat +++ b/tests/compiler/features/threads.release.wat @@ -1,6 +1,6 @@ (module (type $0 (func)) - (memory $0 (shared 1 10)) + (memory $0 1 10 shared) (export "memory" (memory $0)) (start $~start) (func $features/threads/testAtomic diff --git a/tests/compiler/field-initialization.release.wat b/tests/compiler/field-initialization.release.wat index de29586aa0..1d7d656f3a 100644 --- a/tests/compiler/field-initialization.release.wat +++ b/tests/compiler/field-initialization.release.wat @@ -1091,11 +1091,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1280,8 +1279,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1549,7 +1547,6 @@ local.get $1 ) (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) - (local $2 i32) local.get $1 i32.eqz if @@ -1566,7 +1563,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $2 local.get $1 i32.const 20 i32.sub @@ -1583,7 +1579,7 @@ i32.const 3 i32.and local.tee $0 - local.get $2 + global.get $~lib/rt/itcms/white i32.eqz i32.eq if @@ -1706,16 +1702,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 19 call $~lib/rt/itcms/__new @@ -1723,10 +1718,9 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1752,7 +1746,6 @@ local.get $0 ) (func $field-initialization/SomeObject#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1769,13 +1762,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 21 call $~lib/rt/itcms/__new @@ -1783,10 +1775,9 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1833,14 +1824,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1855,8 +1845,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -1866,7 +1854,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -1878,12 +1866,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -1979,7 +1967,6 @@ ) (func $field-initialization/SomeOtherObject#constructor (result i32) (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1996,20 +1983,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 22 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $field-initialization/SomeObject#constructor local.tee $0 @@ -2033,7 +2018,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 148 i32.sub @@ -2044,7 +2028,6 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 148 memory.fill @@ -2080,7 +2063,9 @@ i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace - local.get $0 + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2089,20 +2074,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 4 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 call $~lib/object/Object#constructor local.tee $1 @@ -2136,7 +2119,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2145,20 +2129,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 5 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 call $~lib/object/Object#constructor local.tee $1 @@ -2190,7 +2172,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -2199,23 +2182,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 6 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 call $~lib/object/Object#constructor local.tee $1 @@ -2256,7 +2237,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -2265,23 +2247,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 7 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 call $~lib/object/Object#constructor local.tee $1 @@ -2322,7 +2302,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2331,20 +2312,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 8 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 call $~lib/object/Object#constructor local.tee $1 @@ -2379,7 +2358,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2388,23 +2368,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 9 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 local.get $1 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2425,7 +2403,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2434,23 +2413,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 10 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 local.get $1 i32.const 1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2473,7 +2450,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2482,29 +2460,27 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 11 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 local.get $1 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $1 i32.const 1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2527,7 +2503,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -2536,13 +2513,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 12 call $~lib/rt/itcms/__new @@ -2584,7 +2560,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -2593,13 +2570,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 13 call $~lib/rt/itcms/__new @@ -2651,12 +2627,12 @@ end global.get $~lib/memory/__stack_pointer call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $1 + local.tee $0 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 12 @@ -2667,43 +2643,41 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 14 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $3 + local.get $2 i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=8 - local.get $3 - local.get $1 + local.get $2 + local.get $0 i32.store - local.get $3 - local.get $1 + local.get $2 + local.get $0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer + local.get $1 local.get $2 - local.get $3 i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 - local.get $1 - local.get $3 + local.get $0 + local.get $2 i32.load i32.ne if @@ -2715,7 +2689,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2724,10 +2699,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 15 call $~lib/rt/itcms/__new @@ -2763,7 +2737,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -2772,13 +2747,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 16 call $~lib/rt/itcms/__new @@ -2820,7 +2794,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -2829,13 +2804,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 17 call $~lib/rt/itcms/__new @@ -2886,7 +2860,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2895,20 +2870,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 18 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 call $field-initialization/Inherit_Base#constructor local.tee $1 @@ -2935,7 +2908,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2944,20 +2918,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 20 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 call $field-initialization/Inherit_Base#constructor local.tee $1 @@ -2984,7 +2956,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 0 call $field-initialization/SomeObject#constructor local.tee $1 @@ -3012,10 +2985,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=80 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=4 local.tee $0 @@ -3033,7 +3005,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 0 call $field-initialization/SomeObject#constructor local.tee $1 @@ -3066,10 +3039,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=80 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=4 local.tee $0 @@ -3087,7 +3059,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 0 call $field-initialization/SomeObject#constructor local.tee $1 @@ -3124,18 +3097,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=100 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=4 - local.tee $1 + local.tee $0 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1648 i32.store offset=80 - local.get $1 + local.get $0 i32.const 1648 call $~lib/string/String.__eq i32.eqz @@ -3148,7 +3120,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 0 call $field-initialization/SomeObject#constructor local.tee $1 @@ -3190,18 +3163,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=100 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=4 - local.tee $1 + local.tee $0 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1680 i32.store offset=80 - local.get $1 + local.get $0 i32.const 1680 call $~lib/string/String.__eq i32.eqz @@ -3214,7 +3186,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer call $field-initialization/SomeOtherObject#constructor local.tee $1 i32.store offset=112 @@ -3253,10 +3226,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=80 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=4 local.tee $0 @@ -3274,18 +3246,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=100 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=8 - local.tee $1 + local.tee $0 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=80 - local.get $1 + local.get $0 i32.const 1712 call $~lib/string/String.__eq i32.eqz @@ -3298,7 +3269,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer call $field-initialization/SomeOtherObject#constructor local.tee $1 i32.store offset=120 @@ -3351,18 +3323,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=100 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=4 - local.tee $2 + local.tee $0 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1744 i32.store offset=80 - local.get $2 + local.get $0 i32.const 1744 call $~lib/string/String.__eq i32.eqz @@ -3375,18 +3346,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=100 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=8 - local.tee $1 + local.tee $0 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1776 i32.store offset=80 - local.get $1 + local.get $0 i32.const 1776 call $~lib/string/String.__eq i32.eqz @@ -3399,7 +3369,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -3408,13 +3379,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 23 call $~lib/rt/itcms/__new @@ -3465,7 +3435,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 24 call $~lib/rt/itcms/__new @@ -3503,7 +3474,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 25 call $~lib/rt/itcms/__new @@ -3563,7 +3535,6 @@ unreachable ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3580,13 +3551,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new @@ -3617,10 +3587,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 1 call $~lib/rt/itcms/__new diff --git a/tests/compiler/field.release.wat b/tests/compiler/field.release.wat index 0401d3159f..4efb7bbd51 100644 --- a/tests/compiler/field.release.wat +++ b/tests/compiler/field.release.wat @@ -1074,11 +1074,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1263,8 +1262,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1532,7 +1530,6 @@ local.get $1 ) (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) - (local $2 i32) local.get $1 i32.eqz if @@ -1549,7 +1546,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $2 local.get $1 i32.const 20 i32.sub @@ -1566,7 +1562,7 @@ i32.const 3 i32.and local.tee $0 - local.get $2 + global.get $~lib/rt/itcms/white i32.eqz i32.eq if @@ -1634,10 +1630,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -1646,23 +1643,23 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1671,13 +1668,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new @@ -1703,9 +1699,10 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $2 i32.const 0 i32.const 1 call $~lib/rt/itcms/__new @@ -1837,16 +1834,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 diff --git a/tests/compiler/for.release.wat b/tests/compiler/for.release.wat index cc3a2dc0f2..d6b3fb5e06 100644 --- a/tests/compiler/for.release.wat +++ b/tests/compiler/for.release.wat @@ -1069,11 +1069,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1175,8 +1174,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1653,12 +1651,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store i32.const 0 local.set $1 - local.get $0 + global.get $~lib/memory/__stack_pointer call $for/Ref#constructor local.tee $0 i32.store @@ -1716,12 +1713,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store i32.const 0 local.set $1 - local.get $0 + global.get $~lib/memory/__stack_pointer call $for/Ref#constructor i32.store global.get $~lib/memory/__stack_pointer @@ -1855,7 +1851,6 @@ (func $for/Ref#constructor (result i32) (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1866,19 +1861,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1887,13 +1882,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 diff --git a/tests/compiler/function-call.release.wat b/tests/compiler/function-call.release.wat index 3cc492ff52..56a60fbf1f 100644 --- a/tests/compiler/function-call.release.wat +++ b/tests/compiler/function-call.release.wat @@ -1107,11 +1107,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1213,8 +1212,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1415,7 +1413,6 @@ i32.const 3 ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) block $folding-inner0 block $invalid block $function-call/Foo @@ -1464,10 +1461,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1481,7 +1477,6 @@ (func $~start (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1576,19 +1571,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1597,13 +1592,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 @@ -1613,7 +1607,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/function-expression.release.wat b/tests/compiler/function-expression.release.wat index a04dbf3bd6..da44972113 100644 --- a/tests/compiler/function-expression.release.wat +++ b/tests/compiler/function-expression.release.wat @@ -1137,11 +1137,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1243,8 +1242,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1439,7 +1437,6 @@ local.get $0 ) (func $function-expression/semanticallyAnonymous - (local $0 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1456,19 +1453,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2064 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) block $folding-inner1 block $folding-inner0 block $invalid @@ -1505,10 +1500,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1699,10 +1693,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1504 i32.load call_indirect (type $0) @@ -1735,13 +1728,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1568 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1568 i32.load call_indirect (type $0) @@ -1806,16 +1798,17 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 2032 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -1824,21 +1817,19 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 2032 i32.store offset=8 local.get $1 @@ -1855,22 +1846,21 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $2 i32.const 2016 i32.load i32.const 3 i32.and i32.eq if - local.get $2 - i32.eqz local.get $1 i32.const 20 i32.sub i32.load offset=4 i32.const 3 i32.and - local.tee $2 + local.tee $0 + global.get $~lib/rt/itcms/white + i32.eqz i32.eq if i32.const 2012 @@ -1879,7 +1869,7 @@ global.get $~lib/rt/itcms/state i32.const 1 i32.eq - local.get $2 + local.get $0 i32.const 3 i32.eq i32.and @@ -1893,7 +1883,7 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $2 local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer @@ -1939,7 +1929,6 @@ unreachable ) (func $start:function-expression~anonymous|7 (result i32) - (local $0 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1956,20 +1945,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1472 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 1472 ) (func $function-expression/testLocal~anonymous|0 (result i32) - (local $0 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1986,20 +1973,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1536 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const 1536 ) (func $function-expression/testField~anonymous|0 (result i32) - (local $0 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2016,13 +2001,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2000 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/getter-call.release.wat b/tests/compiler/getter-call.release.wat index 25a60f2d25..3c2bec13dc 100644 --- a/tests/compiler/getter-call.release.wat +++ b/tests/compiler/getter-call.release.wat @@ -1072,11 +1072,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1178,8 +1177,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1378,7 +1376,6 @@ i32.const 42 ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) block $invalid block $~lib/function/Function<%28%29=>i32> block $getter-call/C @@ -1425,10 +1422,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1480,7 +1476,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1491,10 +1486,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1503,19 +1499,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $3 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1524,13 +1520,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 @@ -1540,7 +1535,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/infer-array.release.wat b/tests/compiler/infer-array.release.wat index ecee0428ae..48e8f1344f 100644 --- a/tests/compiler/infer-array.release.wat +++ b/tests/compiler/infer-array.release.wat @@ -1113,11 +1113,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1302,8 +1301,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1588,7 +1586,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $3 local.get $1 i32.const 20 i32.sub @@ -1598,8 +1595,6 @@ i32.and i32.eq if - local.get $3 - i32.eqz local.get $0 i32.const 20 i32.sub @@ -1608,6 +1603,8 @@ i32.const 3 i32.and local.tee $3 + global.get $~lib/rt/itcms/white + i32.eqz i32.eq if local.get $0 @@ -1677,10 +1674,9 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1701,16 +1697,15 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -1762,7 +1757,6 @@ call $start:infer-array ) (func $~lib/array/Array#__get (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1779,10 +1773,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1797,20 +1790,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store local.get $0 i32.load offset=4 i32.load drop - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/array/Array#__get (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1827,10 +1818,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1845,20 +1835,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store local.get $0 i32.load offset=4 f64.load drop - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1875,10 +1863,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -1894,7 +1881,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -1905,14 +1891,13 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1929,10 +1914,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -1948,7 +1932,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -1959,7 +1942,7 @@ i32.add f32.load drop - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -1967,7 +1950,6 @@ (func $infer-array/Ref#constructor (result i32) (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1978,20 +1960,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 8 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2000,13 +1982,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new @@ -2050,10 +2031,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2086,10 +2066,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $3 @@ -2234,7 +2213,6 @@ unreachable ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2251,10 +2229,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2270,10 +2247,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 local.get $1 @@ -2282,7 +2258,7 @@ i32.add i32.load i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2302,7 +2278,6 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 112 memory.fill @@ -2338,7 +2313,7 @@ i32.store i32.const 1376 global.set $~lib/rt/itcms/fromSpace - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 i32.const 2 i32.const 4 @@ -2692,10 +2667,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -2710,10 +2684,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=4 i32.load @@ -2765,9 +2738,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $4 local.get $0 local.get $1 i32.shl diff --git a/tests/compiler/infer-generic.debug.wat b/tests/compiler/infer-generic.debug.wat index cdc37e9784..a2399cf78b 100644 --- a/tests/compiler/infer-generic.debug.wat +++ b/tests/compiler/infer-generic.debug.wat @@ -2311,11 +2311,11 @@ local.get $fn return ) - (func $infer-generic/inferEncapsulatedFunction (param $fn i32) (result i32) + (func $"infer-generic/inferEncapsulatedFunction" (param $fn i32) (result i32) local.get $fn return ) - (func $infer-generic/inferEncapsulatedFunctionMixed (param $fn i32) (result i32) + (func $"infer-generic/inferEncapsulatedFunctionMixed" (param $fn i32) (result i32) local.get $fn return ) @@ -2797,7 +2797,7 @@ local.get $1 i32.store local.get $1 - call $infer-generic/inferEncapsulatedFunction + call $"infer-generic/inferEncapsulatedFunction" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2822,7 +2822,7 @@ local.get $1 i32.store local.get $1 - call $infer-generic/inferEncapsulatedFunctionMixed + call $"infer-generic/inferEncapsulatedFunctionMixed" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 diff --git a/tests/compiler/infer-generic.release.wat b/tests/compiler/infer-generic.release.wat index 81329a11e9..a76738b5c8 100644 --- a/tests/compiler/infer-generic.release.wat +++ b/tests/compiler/infer-generic.release.wat @@ -1096,11 +1096,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1285,8 +1284,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1557,7 +1555,6 @@ local.get $0 ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) block $folding-inner1 block $folding-inner0 block $invalid @@ -1597,10 +1594,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1625,10 +1621,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1653,7 +1648,6 @@ (local $2 f32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -1664,19 +1658,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 1152 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 1200 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1685,32 +1678,30 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 1152 i32.store i32.const 1164 i32.load - local.set $4 + local.set $3 loop $for-loop|0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 1152 i32.store local.get $1 - local.get $4 + local.get $3 i32.const 1164 i32.load - local.tee $5 + local.tee $4 + local.get $3 local.get $4 - local.get $5 i32.lt_s select i32.lt_s if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 1152 i32.store offset=4 i32.const 1156 @@ -1721,7 +1712,7 @@ i32.add f32.load local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 1152 i32.store local.get $0 @@ -1786,20 +1777,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1808,13 +1799,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new @@ -1864,7 +1854,6 @@ unreachable ) (func $export:infer-generic/test2 (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1875,10 +1864,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1887,13 +1875,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -1912,7 +1899,6 @@ unreachable ) (func $export:infer-generic/inferAssert (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1923,10 +1909,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1935,10 +1920,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -1952,13 +1936,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store local.get $0 i32.load drop - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/inlining.release.wat b/tests/compiler/inlining.release.wat index f695ea475d..d8ff242546 100644 --- a/tests/compiler/inlining.release.wat +++ b/tests/compiler/inlining.release.wat @@ -1082,11 +1082,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1271,8 +1270,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1543,7 +1541,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1562,10 +1559,9 @@ call_indirect (type $2) drop global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 123 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 123 i32.store offset=4 global.get $~lib/memory/__stack_pointer @@ -1613,38 +1609,40 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 local.get $0 i32.const 3 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.const 0 i32.store offset=12 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 7 call $~lib/rt/itcms/__new @@ -1652,37 +1650,36 @@ i32.store offset=8 end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 local.get $0 i32.const 1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.const 0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.const 2 i32.store offset=4 - local.get $1 + local.get $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.const 4 i32.store offset=12 - local.get $3 + local.get $1 local.get $0 i32.store offset=12 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -1756,7 +1753,6 @@ unreachable ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) block $invalid block $inlining/Baz block $inlining/Bar @@ -1803,10 +1799,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 diff --git a/tests/compiler/instanceof.debug.wat b/tests/compiler/instanceof.debug.wat index 8178be7265..79d6b3b7cb 100644 --- a/tests/compiler/instanceof.debug.wat +++ b/tests/compiler/instanceof.debug.wat @@ -2291,47 +2291,47 @@ i32.const 0 return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/W> (param $value i32) + (func $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/W>" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -2376,7 +2376,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> (param $value i32) + (func $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -2421,7 +2421,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> (param $value i32) + (func $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -2466,7 +2466,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> (param $value i32) + (func $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z>" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -2511,7 +2511,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IA> (param $value i32) + (func $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IA>" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -2556,7 +2556,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IB> (param $value i32) + (func $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IB>" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -2601,7 +2601,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IC> (param $value i32) + (func $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IC>" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -2646,7 +2646,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/ID> (param $value i32) + (func $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/ID>" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -2691,53 +2691,53 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticFalse (param $value i32) + (func $"instanceof/assertStaticFalse" (param $value i32) i32.const 0 i32.eqz drop return ) - (func $instanceof/assertStaticFalse (param $value i32) + (func $"instanceof/assertStaticFalse" (param $value i32) i32.const 0 i32.eqz drop return ) - (func $instanceof/assertStaticFalse (param $value i32) + (func $"instanceof/assertStaticFalse" (param $value i32) i32.const 0 i32.eqz drop return ) - (func $instanceof/assertStaticFalse (param $value i32) + (func $"instanceof/assertStaticFalse" (param $value i32) i32.const 0 i32.eqz drop return ) - (func $instanceof/assertStaticFalse (param $value i32) + (func $"instanceof/assertStaticFalse" (param $value i32) i32.const 0 i32.eqz drop return ) - (func $instanceof/assertStaticFalse (param $value i32) + (func $"instanceof/assertStaticFalse" (param $value i32) i32.const 0 i32.eqz drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertDynamicFalse (param $value i32) + (func $"instanceof/assertDynamicFalse" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -2781,7 +2781,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicFalse (param $value i32) + (func $"instanceof/assertDynamicFalse" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -2825,7 +2825,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -2870,7 +2870,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -2915,17 +2915,17 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertDynamicFalse (param $value i32) + (func $"instanceof/assertDynamicFalse" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -2969,7 +2969,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3014,22 +3014,22 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertDynamicFalse (param $value i32) + (func $"instanceof/assertDynamicFalse" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3073,7 +3073,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicFalse (param $value i32) + (func $"instanceof/assertDynamicFalse" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3117,7 +3117,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicFalse (param $value i32) + (func $"instanceof/assertDynamicFalse" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3161,7 +3161,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicFalse (param $value i32) + (func $"instanceof/assertDynamicFalse" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3205,19 +3205,19 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertStaticFalse (param $value i32) + (func $"instanceof/assertStaticFalse" (param $value i32) i32.const 0 i32.eqz drop return ) - (func $instanceof/assertStaticFalse (param $value i32) + (func $"instanceof/assertStaticFalse" (param $value i32) i32.const 0 i32.eqz drop return ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3262,7 +3262,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3307,7 +3307,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3352,7 +3352,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3397,17 +3397,17 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertDynamicFalse (param $value i32) + (func $"instanceof/assertDynamicFalse" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3451,7 +3451,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicFalse (param $value i32) + (func $"instanceof/assertDynamicFalse" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3495,13 +3495,13 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertStaticFalse (param $value i32) + (func $"instanceof/assertStaticFalse" (param $value i32) i32.const 0 i32.eqz drop return ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3546,7 +3546,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3591,83 +3591,83 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticFalse (param $value i32) + (func $"instanceof/assertStaticFalse" (param $value i32) i32.const 0 i32.eqz drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticTrue (param $value i32) + (func $"instanceof/assertStaticTrue" (param $value i32) i32.const 1 drop return ) - (func $instanceof/assertStaticFalse (param $value i32) + (func $"instanceof/assertStaticFalse" (param $value i32) i32.const 0 i32.eqz drop return ) - (func $instanceof/assertStaticFalse (param $value i32) + (func $"instanceof/assertStaticFalse" (param $value i32) i32.const 0 i32.eqz drop return ) - (func $instanceof/assertStaticFalse (param $value i32) + (func $"instanceof/assertStaticFalse" (param $value i32) i32.const 0 i32.eqz drop return ) - (func $instanceof/assertStaticFalse (param $value i32) + (func $"instanceof/assertStaticFalse" (param $value i32) i32.const 0 i32.eqz drop return ) - (func $instanceof/assertStaticFalse (param $value i32) + (func $"instanceof/assertStaticFalse" (param $value i32) i32.const 0 i32.eqz drop return ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3712,7 +3712,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3757,7 +3757,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3802,7 +3802,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3847,7 +3847,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3892,7 +3892,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3937,7 +3937,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -3982,7 +3982,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -4027,7 +4027,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -4072,7 +4072,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue (param $value i32) + (func $"instanceof/assertDynamicTrue" (param $value i32) (local $1 i32) (local $check i32) global.get $~lib/memory/__stack_pointer @@ -6086,924 +6086,924 @@ local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/w local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/W> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/W>" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z>" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IA> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IA>" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IB> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IB>" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IA> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IA>" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IB> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IB>" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IC> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IC>" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/ID> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/ID>" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IA> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IA>" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IB> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IB>" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IC> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/IC>" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/ID> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/ID>" global.get $instanceof/w local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/w local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/w local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/w local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticTrue + call $"instanceof/assertStaticTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertStaticFalse + call $"instanceof/assertStaticFalse" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/x local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/y local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $instanceof/z local.set $21 global.get $~lib/memory/__stack_pointer local.get $21 i32.store local.get $21 - call $instanceof/assertDynamicTrue + call $"instanceof/assertDynamicTrue" global.get $~lib/memory/__stack_pointer i32.const 88 i32.add diff --git a/tests/compiler/instanceof.release.wat b/tests/compiler/instanceof.release.wat index 353f1e0dce..17c9936fff 100644 --- a/tests/compiler/instanceof.release.wat +++ b/tests/compiler/instanceof.release.wat @@ -1174,11 +1174,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1280,8 +1279,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1476,8 +1474,7 @@ memory.fill local.get $0 ) - (func $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> (param $0 i32) - (local $1 i32) + (func $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" (param $0 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1494,10 +1491,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1535,8 +1531,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> (param $0 i32) - (local $1 i32) + (func $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" (param $0 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1553,10 +1548,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1597,8 +1591,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> (param $0 i32) - (local $1 i32) + (func $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z>" (param $0 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1615,10 +1608,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1646,8 +1638,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicFalse (param $0 i32) - (local $1 i32) + (func $"instanceof/assertDynamicFalse" (param $0 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1664,10 +1655,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1707,8 +1697,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $instanceof/assertDynamicFalse (param $0 i32) - (local $1 i32) + (func $"instanceof/assertDynamicFalse" (param $0 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1725,10 +1714,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1848,7 +1836,6 @@ call $start:instanceof ) (func $instanceof/A#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1865,23 +1852,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1893,7 +1878,6 @@ local.get $0 ) (func $instanceof/Animal#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1910,23 +1894,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1938,7 +1920,6 @@ local.get $0 ) (func $instanceof/Cat#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1955,23 +1936,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 13 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $instanceof/Animal#constructor local.tee $0 @@ -1984,7 +1963,6 @@ ) (func $instanceof/BlackCat#constructor (result i32) (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2001,19 +1979,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 14 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $instanceof/Cat#constructor local.tee $0 @@ -2025,7 +2001,6 @@ local.get $0 ) (func $instanceof/X#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2042,23 +2017,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 16 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -2070,7 +2043,6 @@ local.get $0 ) (func $instanceof/Y#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2087,23 +2059,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 19 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $instanceof/X#constructor local.tee $0 @@ -2117,8 +2087,6 @@ (func $start:instanceof (local $0 i32) (local $1 i32) - (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 88 i32.sub @@ -2176,19 +2144,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $instanceof/A#constructor local.tee $0 @@ -2208,19 +2174,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $instanceof/A#constructor local.tee $0 @@ -2248,10 +2212,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $instanceof/a local.tee $0 i32.store @@ -2311,19 +2274,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2332,23 +2295,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -2375,19 +2336,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2396,23 +2357,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 10 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -2898,25 +2857,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store offset=64 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=68 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=72 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=76 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=80 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=84 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2925,19 +2883,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 15 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -2963,19 +2919,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 22 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $instanceof/Y#constructor local.tee $0 @@ -2988,52 +2942,49 @@ global.set $instanceof/z global.get $~lib/memory/__stack_pointer global.get $instanceof/w - local.tee $1 i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/x - local.tee $2 i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/y - local.tee $3 i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/z - local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + global.get $instanceof/x i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + global.get $instanceof/x i32.store global.get $~lib/memory/__stack_pointer - local.get $3 + global.get $instanceof/y i32.store global.get $~lib/memory/__stack_pointer - local.get $3 + global.get $instanceof/y i32.store global.get $~lib/memory/__stack_pointer - local.get $3 + global.get $instanceof/y i32.store global.get $~lib/memory/__stack_pointer - local.get $3 + global.get $instanceof/y i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $instanceof/z i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $instanceof/z i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $instanceof/z i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $instanceof/z i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + global.get $instanceof/w + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer i32.const 4 @@ -3044,15 +2995,14 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 + local.get $0 if (result i32) - local.get $1 + local.get $0 i32.const 8 i32.sub i32.load @@ -3079,109 +3029,108 @@ local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z>" global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/w - local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $instanceof/w i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $instanceof/w i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $instanceof/w i32.store global.get $~lib/memory/__stack_pointer global.get $instanceof/x @@ -3200,13 +3149,13 @@ local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $~lib/memory/__stack_pointer global.get $instanceof/y i32.store @@ -3215,13 +3164,13 @@ local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $~lib/memory/__stack_pointer global.get $instanceof/z i32.store @@ -3230,13 +3179,13 @@ local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y i32.store @@ -3248,7 +3197,7 @@ local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $~lib/memory/__stack_pointer global.get $instanceof/z i32.store @@ -3260,7 +3209,7 @@ local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z i32.store @@ -3275,25 +3224,25 @@ local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $~lib/memory/__stack_pointer global.get $instanceof/x i32.store @@ -3305,25 +3254,25 @@ local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y i32.store @@ -3335,25 +3284,25 @@ local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z i32.store @@ -3371,13 +3320,13 @@ local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicFalse + call $"instanceof/assertDynamicFalse" global.get $~lib/memory/__stack_pointer global.get $instanceof/x i32.store @@ -3392,13 +3341,13 @@ local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y i32.store @@ -3413,13 +3362,13 @@ local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z i32.store @@ -3503,109 +3452,109 @@ local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $~lib/memory/__stack_pointer global.get $instanceof/x local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/X>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/y local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Y>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z>" global.get $~lib/memory/__stack_pointer global.get $instanceof/z local.tee $0 i32.store local.get $0 - call $instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z> + call $"instanceof/assertDynamicTrue<~lib/object/Object,instanceof/Z>" global.get $~lib/memory/__stack_pointer i32.const 88 i32.add @@ -3620,7 +3569,6 @@ unreachable ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3637,13 +3585,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 diff --git a/tests/compiler/issues/1095.release.wat b/tests/compiler/issues/1095.release.wat index 27b353fae1..59a7187755 100644 --- a/tests/compiler/issues/1095.release.wat +++ b/tests/compiler/issues/1095.release.wat @@ -1077,11 +1077,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1266,8 +1265,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1535,7 +1533,6 @@ local.get $1 ) (func $issues/1095/Foo#set:bar (param $0 i32) (param $1 i32) - (local $2 i32) local.get $0 local.get $1 i32.store @@ -1552,7 +1549,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $2 local.get $1 i32.const 20 i32.sub @@ -1569,7 +1565,7 @@ i32.const 3 i32.and local.tee $0 - local.get $2 + global.get $~lib/rt/itcms/white i32.eqz i32.eq if @@ -1622,7 +1618,6 @@ (func $~start (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1633,7 +1628,6 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store memory.size @@ -1668,7 +1662,7 @@ i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -1677,23 +1671,23 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1702,13 +1696,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new @@ -1719,7 +1712,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -1747,19 +1740,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load local.tee $1 diff --git a/tests/compiler/issues/1225.release.wat b/tests/compiler/issues/1225.release.wat index dcd7eef4ba..454dc7a7a0 100644 --- a/tests/compiler/issues/1225.release.wat +++ b/tests/compiler/issues/1225.release.wat @@ -1078,11 +1078,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1184,8 +1183,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1414,7 +1412,6 @@ ) (func $~start (local $0 i32) - (local $1 i32) memory.size i32.const 16 i32.shl @@ -1463,56 +1460,54 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer call $~lib/rt/itcms/__new - local.tee $1 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 4 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=8 - local.get $1 - local.get $1 + local.get $0 + local.get $0 i32.load offset=8 i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $1 + local.get $0 i32.const 4 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $0 global.set $issues/1225/x call $issues/1225/normal i32.const 4 @@ -1574,7 +1569,6 @@ ) (func $issues/1225/normal (result i32) (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1591,25 +1585,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $issues/1225/x - local.tee $1 + local.tee $0 i32.store - local.get $1 - i32.load - local.set $1 local.get $0 + i32.load + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $0 ) (func $issues/1225/viaThis (result i32) (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1626,20 +1618,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $issues/1225/x - local.tee $1 + local.tee $0 i32.store - local.get $1 - i32.load offset=4 - local.set $1 local.get $0 + i32.load offset=4 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $0 ) ) diff --git a/tests/compiler/issues/1699.release.wat b/tests/compiler/issues/1699.release.wat index 7678c94ffd..0bcdd37e25 100644 --- a/tests/compiler/issues/1699.release.wat +++ b/tests/compiler/issues/1699.release.wat @@ -1084,11 +1084,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1273,8 +1272,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1559,7 +1557,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $3 local.get $1 i32.const 20 i32.sub @@ -1569,8 +1566,6 @@ i32.and i32.eq if - local.get $3 - i32.eqz local.get $0 i32.const 20 i32.sub @@ -1579,6 +1574,8 @@ i32.const 3 i32.and local.tee $3 + global.get $~lib/rt/itcms/white + i32.eqz i32.eq if local.get $0 @@ -1605,7 +1602,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) memory.size i32.const 16 i32.shl @@ -1648,11 +1644,11 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 28 memory.fill global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -1661,129 +1657,125 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 5 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 - local.get $2 + local.get $0 i32.const 0 i32.store - local.get $2 + local.get $0 i32.const 0 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 - local.get $2 + local.get $0 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 - local.get $2 + local.get $0 i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 - local.get $2 + local.get $0 i32.const 0 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 32 i32.const 1 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $2 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=12 + local.get $0 local.get $2 - local.get $3 i32.store + local.get $0 local.get $2 - local.get $3 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 + local.get $0 local.get $2 - local.get $3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 - local.get $2 + local.get $0 i32.const 32 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 - local.get $2 + local.get $0 i32.const 3 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $2 + local.get $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $2 + local.get $0 i32.store offset=4 - local.get $1 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=20 - local.get $1 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=12 call $issues/1699/MultiAssignmentTest#constructor - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=16 local.get $2 + i32.store offset=16 + local.get $0 i32.const 1 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=12 - local.get $2 + local.get $0 i32.const 1 call $~lib/array/Array#__get - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 local.get $2 + i32.store offset=8 + local.get $0 i32.const 0 - local.get $1 + local.get $2 call $~lib/array/Array#__set loop $for-loop|0 global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $2 + local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1792,63 +1784,62 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $2 + local.get $0 i32.load offset=12 - local.set $3 - local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 - local.get $3 + local.get $1 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer call $issues/1699/MultiAssignmentTest#constructor - local.tee $1 + local.tee $2 i32.store offset=24 - local.get $0 + local.get $1 i32.const 1 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 local.get $2 + i32.store offset=8 local.get $0 local.get $1 + local.get $2 call $~lib/array/Array#__set end - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 - local.get $2 + local.get $0 i32.const 0 call $~lib/array/Array#__get - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 - local.get $2 + local.get $0 i32.const 1 call $~lib/array/Array#__get - local.get $0 + local.get $1 i32.ne if i32.const 0 @@ -1859,19 +1850,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 - local.get $2 + local.get $0 i32.const 2 call $~lib/array/Array#__get - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 - local.get $2 + local.get $0 i32.const 1 call $~lib/array/Array#__get - local.get $0 + local.get $1 i32.eq if i32.const 0 @@ -1944,16 +1935,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2002,7 +1992,6 @@ (func $issues/1699/MultiAssignmentTest#constructor (result i32) (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2013,20 +2002,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2035,13 +2024,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new @@ -2091,10 +2079,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2127,10 +2114,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $3 @@ -2275,7 +2261,6 @@ unreachable ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2292,10 +2277,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2311,10 +2295,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 local.get $1 diff --git a/tests/compiler/issues/1714.debug.wat b/tests/compiler/issues/1714.debug.wat index 7ccfdfbbfa..acce532285 100644 --- a/tests/compiler/issues/1714.debug.wat +++ b/tests/compiler/issues/1714.debug.wat @@ -20,28 +20,28 @@ (elem $0 (i32.const 1)) (export "memory" (memory $0)) (start $~start) - (func $issues/1714/a_i64_i32 (result i32) + (func $"issues/1714/a_i64_i32" (result i32) i32.const 8 i32.const 4 i32.eq return ) - (func $issues/1714/foo (result i32) - call $issues/1714/a_i64_i32 + (func $"issues/1714/foo" (result i32) + call $"issues/1714/a_i64_i32" i32.const 1 i32.eq return ) - (func $issues/1714/bar (result i32) + (func $"issues/1714/bar" (result i32) i32.const 0 drop i32.const 80 return ) - (func $issues/1714/bar (result i32) + (func $"issues/1714/bar" (result i32) i32.const 1 drop - call $issues/1714/bar + call $"issues/1714/bar" return ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) @@ -283,7 +283,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - call $issues/1714/foo + call $"issues/1714/foo" i32.const 0 i32.eq i32.eqz @@ -295,7 +295,7 @@ call $~lib/builtins/abort unreachable end - call $issues/1714/bar + call $"issues/1714/bar" local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 diff --git a/tests/compiler/issues/1714.release.wat b/tests/compiler/issues/1714.release.wat index dffa79b61a..36448f1d18 100644 --- a/tests/compiler/issues/1714.release.wat +++ b/tests/compiler/issues/1714.release.wat @@ -11,7 +11,6 @@ (export "memory" (memory $0)) (start $~start) (func $~start - (local $0 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -22,16 +21,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1104 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1104 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -40,10 +38,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/issues/2166.release.wat b/tests/compiler/issues/2166.release.wat index 71c0dc2f57..05a0ac6baa 100644 --- a/tests/compiler/issues/2166.release.wat +++ b/tests/compiler/issues/2166.release.wat @@ -1078,11 +1078,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1184,8 +1183,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1419,7 +1417,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1430,7 +1427,6 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store memory.size @@ -1465,7 +1461,7 @@ i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -1474,13 +1470,14 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1489,19 +1486,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1510,13 +1507,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 @@ -1551,13 +1547,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1488 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1488 i32.store offset=4 i32.const 1488 @@ -1573,10 +1568,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1568 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1568 i32.store offset=4 i32.const 1568 @@ -1608,22 +1602,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 1568 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1568 i32.store offset=8 i32.const 1568 @@ -1657,13 +1649,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1488 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1488 i32.store offset=4 i32.const 1488 @@ -1716,14 +1707,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1738,8 +1728,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -1749,7 +1737,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -1761,12 +1749,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 diff --git a/tests/compiler/issues/2322/index.release.wat b/tests/compiler/issues/2322/index.release.wat index 115d5e9f2e..a33403cbc1 100644 --- a/tests/compiler/issues/2322/index.release.wat +++ b/tests/compiler/issues/2322/index.release.wat @@ -1068,11 +1068,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1257,8 +1256,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1594,7 +1592,6 @@ (func $issues/2322/index/test (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1605,10 +1602,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1617,20 +1613,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1639,13 +1635,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new @@ -1656,7 +1651,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/issues/2622.release.wat b/tests/compiler/issues/2622.release.wat index 87a0afac0f..2a8c6bd0e0 100644 --- a/tests/compiler/issues/2622.release.wat +++ b/tests/compiler/issues/2622.release.wat @@ -1107,11 +1107,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1213,8 +1212,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1446,7 +1444,6 @@ ) (func $~start (local $0 i32) - (local $1 i32) block $__inlined_func$start:issues/2622$1 memory.size i32.const 16 @@ -1490,19 +1487,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1524,19 +1519,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1560,7 +1553,6 @@ end ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1577,13 +1569,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 diff --git a/tests/compiler/logical.release.wat b/tests/compiler/logical.release.wat index 6e888c9cb0..6bd42c186f 100644 --- a/tests/compiler/logical.release.wat +++ b/tests/compiler/logical.release.wat @@ -1083,11 +1083,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1189,8 +1188,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1428,7 +1426,6 @@ ) (func $~start (local $0 i32) - (local $1 i32) block $__inlined_func$start:logical global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1513,19 +1510,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $logical/A#constructor local.tee $0 @@ -1545,19 +1540,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $logical/A#constructor local.tee $0 @@ -1572,7 +1565,7 @@ global.get $logical/b local.tee $0 i32.store - local.get $0 + global.get $logical/b local.get $0 global.get $logical/c local.get $0 @@ -1591,11 +1584,10 @@ local.tee $0 i32.store global.get $logical/c - local.tee $1 + global.get $logical/c local.get $0 local.get $0 select - local.get $1 i32.ne if i32.const 0 @@ -1621,7 +1613,6 @@ ) (func $logical/Obj#constructor (result i32) (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1638,19 +1629,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1662,7 +1651,6 @@ local.get $0 ) (func $logical/A#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1679,23 +1667,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1707,7 +1693,6 @@ local.get $0 ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1724,13 +1709,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 diff --git a/tests/compiler/managed-cast.release.wat b/tests/compiler/managed-cast.release.wat index 4db7c019f8..79b3669b1f 100644 --- a/tests/compiler/managed-cast.release.wat +++ b/tests/compiler/managed-cast.release.wat @@ -1073,11 +1073,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1179,8 +1178,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1471,13 +1469,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -1495,10 +1492,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -1512,10 +1508,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1547,11 +1542,10 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store block $__inlined_func$~instanceof|managed-cast/Cat$85 (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const 0 @@ -1575,10 +1569,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1596,21 +1589,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 block $__inlined_func$~instanceof|managed-cast/Cat$88 (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.set $1 local.get $0 - if (result i32) - local.get $0 - else + i32.eqz + if i32.const 1456 i32.const 1584 i32.const 36 @@ -1618,6 +1610,8 @@ call $~lib/builtins/abort unreachable end + local.get $1 + local.get $0 i32.store offset=8 i32.const 0 local.get $0 @@ -1640,10 +1634,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -1661,14 +1654,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.set $1 block $__inlined_func$~instanceof|managed-cast/Cat$91 (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 0 @@ -1718,15 +1712,16 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $1 local.get $0 if local.get $0 @@ -1812,7 +1807,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1823,19 +1817,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1844,23 +1838,23 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1869,13 +1863,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 @@ -1910,7 +1903,6 @@ unreachable ) (func $managed-cast/testUpcastToNullable (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1927,15 +1919,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 if - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 end diff --git a/tests/compiler/new.release.wat b/tests/compiler/new.release.wat index 04863f286f..1828d48d23 100644 --- a/tests/compiler/new.release.wat +++ b/tests/compiler/new.release.wat @@ -1109,11 +1109,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1215,8 +1214,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1553,7 +1551,6 @@ ) (func $new/Ref#constructor (result i32) (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1570,19 +1567,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1594,7 +1589,6 @@ local.get $0 ) (func $new/Gen#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1611,23 +1605,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1640,7 +1632,6 @@ ) (func $new/ns.Ref#constructor (result i32) (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1657,19 +1648,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1682,7 +1671,6 @@ ) (func $new/GenExt#constructor (result i32) (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1699,19 +1687,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $new/Gen#constructor local.tee $0 @@ -1723,7 +1709,6 @@ local.get $0 ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1740,13 +1725,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 diff --git a/tests/compiler/object-literal.release.wat b/tests/compiler/object-literal.release.wat index 540986a9d3..cc215c26e8 100644 --- a/tests/compiler/object-literal.release.wat +++ b/tests/compiler/object-literal.release.wat @@ -181,7 +181,6 @@ i32.store offset=8 ) (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) - (local $2 i32) local.get $1 i32.eqz if @@ -198,7 +197,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $2 local.get $1 i32.const 20 i32.sub @@ -215,7 +213,7 @@ i32.const 3 i32.and local.tee $0 - local.get $2 + global.get $~lib/rt/itcms/white i32.eqz i32.eq if @@ -1149,11 +1147,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1540,14 +1537,13 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 i32.lt_u i32.const 10 i32.shl - local.get $2 i32.add global.set $~lib/rt/itcms/threshold end @@ -1734,14 +1730,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1756,8 +1751,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -1767,7 +1760,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -1779,12 +1772,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -1879,7 +1872,6 @@ i32.const 0 ) (func $object-literal/testOmittedTypes (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1896,10 +1888,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2098,7 +2089,6 @@ ) (func $object-literal/testOmittedFoo (param $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2115,24 +2105,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load - local.tee $2 + local.tee $1 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1664 i32.store offset=4 - local.get $2 + local.get $1 i32.const 1664 call $~lib/string/String.__eq i32.eqz @@ -2145,18 +2134,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 - local.tee $2 + local.tee $1 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1696 i32.store offset=4 - local.get $2 + local.get $1 i32.const 1696 call $~lib/string/String.__eq i32.eqz @@ -2169,10 +2157,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 local.tee $1 @@ -2190,10 +2177,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=12 local.tee $1 @@ -2211,10 +2197,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=16 local.tee $1 @@ -2232,10 +2217,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=20 local.tee $1 @@ -2253,10 +2237,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=24 local.tee $1 @@ -2274,10 +2257,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=28 local.tee $1 @@ -2333,7 +2315,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 28 i32.sub @@ -2344,7 +2325,6 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 28 memory.fill @@ -2380,7 +2360,9 @@ i32.store i32.const 1392 global.set $~lib/rt/itcms/fromSpace - local.get $0 + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2389,20 +2371,18 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 4 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 call $~lib/object/Object#constructor local.tee $1 @@ -2459,13 +2439,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -2481,18 +2460,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=4 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1056 call $~lib/string/String.__eq i32.eqz @@ -2518,20 +2496,19 @@ call $~lib/rt/tlsf/allocateBlock i32.const 4 i32.add - local.tee $2 + local.tee $1 i32.const 0 i32.store - local.get $2 + local.get $1 i32.const 0 i32.store offset=4 - local.get $2 + local.get $1 i32.const 123 i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1056 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2540,10 +2517,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store i32.const 5 @@ -2556,31 +2532,31 @@ i32.const 5 i32.gt_u select - local.tee $1 + local.tee $2 i32.const 0 - local.get $1 + local.get $2 i32.const 0 i32.le_s select i32.const 1 i32.shl - local.set $4 + local.set $3 block $__inlined_func$~lib/string/String#substring$208 - local.get $1 + local.get $2 i32.const 0 - local.get $1 + local.get $2 i32.const 0 i32.ge_s select i32.const 1 i32.shl - local.tee $5 - local.get $4 + local.tee $4 + local.get $3 i32.sub - local.tee $1 + local.tee $2 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2588,9 +2564,9 @@ local.set $0 br $__inlined_func$~lib/string/String#substring$208 end - local.get $4 + local.get $3 i32.eqz - local.get $5 + local.get $4 local.get $0 i32.const 1 i32.shl @@ -2606,16 +2582,16 @@ br $__inlined_func$~lib/string/String#substring$208 end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.const 2 call $~lib/rt/itcms/__new local.tee $0 i32.store offset=4 local.get $0 - local.get $4 + local.get $3 i32.const 1056 i32.add - local.get $1 + local.get $2 memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 @@ -2623,13 +2599,12 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $2 + local.get $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2640,7 +2615,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - local.get $2 + local.get $1 i32.load i32.const 123 i32.ne @@ -2653,15 +2628,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $2 + local.get $1 i32.load offset=4 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1600 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1600 call $~lib/string/String.__eq i32.eqz @@ -2673,7 +2647,7 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $1 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer i32.const 8 @@ -2689,20 +2663,18 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 65 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -2855,20 +2827,18 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 6 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 call $~lib/object/Object#constructor local.tee $1 @@ -2934,13 +2904,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -2954,18 +2923,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=4 - local.tee $2 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1632 i32.store offset=4 - local.get $2 + local.get $0 i32.const 1632 call $~lib/string/String.__eq i32.eqz @@ -3006,23 +2974,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 40 i32.const 7 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -3198,7 +3164,6 @@ unreachable ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3215,13 +3180,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new diff --git a/tests/compiler/optional-typeparameters.debug.wat b/tests/compiler/optional-typeparameters.debug.wat index 23b59ab8ef..f74a3d0ef3 100644 --- a/tests/compiler/optional-typeparameters.debug.wat +++ b/tests/compiler/optional-typeparameters.debug.wat @@ -47,11 +47,11 @@ (elem $0 (i32.const 1)) (export "memory" (memory $0)) (start $~start) - (func $optional-typeparameters/testConcrete (param $a i32) (result i32) + (func $"optional-typeparameters/testConcrete" (param $a i32) (result i32) local.get $a return ) - (func $optional-typeparameters/testDerived (param $a i32) (result i32) + (func $"optional-typeparameters/testDerived" (param $a i32) (result i32) local.get $a return ) @@ -2255,13 +2255,13 @@ local.get $ptr return ) - (func $optional-typeparameters/TestConcrete#test (param $this i32) (param $a i32) (param $b i32) (result i32) + (func $"optional-typeparameters/TestConcrete#test" (param $this i32) (param $a i32) (param $b i32) (result i32) local.get $a local.get $b i32.add return ) - (func $optional-typeparameters/TestDerived#test (param $this i32) (param $a f64) (param $b f64) (result f64) + (func $"optional-typeparameters/TestDerived#test" (param $this i32) (param $a f64) (param $b f64) (result f64) local.get $a local.get $b f64.add @@ -2351,8 +2351,8 @@ block $optional-typeparameters/TestMethodDerived2 block $~lib/array/Array<~lib/string/String> block $optional-typeparameters/TestMethodDerived<~lib/string/String> - block $optional-typeparameters/TestDerived - block $optional-typeparameters/TestConcrete + block $"optional-typeparameters/TestDerived" + block $"optional-typeparameters/TestConcrete" block $~lib/arraybuffer/ArrayBufferView block $~lib/string/String block $~lib/arraybuffer/ArrayBuffer @@ -2361,7 +2361,7 @@ i32.const 8 i32.sub i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $optional-typeparameters/TestConcrete $optional-typeparameters/TestDerived $optional-typeparameters/TestMethodDerived<~lib/string/String> $~lib/array/Array<~lib/string/String> $optional-typeparameters/TestMethodDerived2 $invalid + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $"optional-typeparameters/TestConcrete" $"optional-typeparameters/TestDerived" $optional-typeparameters/TestMethodDerived<~lib/string/String> $~lib/array/Array<~lib/string/String> $optional-typeparameters/TestMethodDerived2 $invalid end return end @@ -2405,7 +2405,7 @@ unreachable end ) - (func $optional-typeparameters/TestConcrete#constructor (param $this i32) (result i32) + (func $"optional-typeparameters/TestConcrete#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -2443,7 +2443,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $optional-typeparameters/TestDerived#constructor (param $this i32) (result i32) + (func $"optional-typeparameters/TestDerived#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -2590,10 +2590,10 @@ i64.const 0 i64.store i32.const 1 - call $optional-typeparameters/testConcrete + call $"optional-typeparameters/testConcrete" drop i32.const 2 - call $optional-typeparameters/testDerived + call $"optional-typeparameters/testDerived" drop memory.size i32.const 16 @@ -2613,7 +2613,7 @@ call $~lib/rt/itcms/initLazy global.set $~lib/rt/itcms/fromSpace i32.const 0 - call $optional-typeparameters/TestConcrete#constructor + call $"optional-typeparameters/TestConcrete#constructor" global.set $optional-typeparameters/tConcrete global.get $optional-typeparameters/tConcrete local.set $0 @@ -2623,10 +2623,10 @@ local.get $0 i32.const 1 i32.const 2 - call $optional-typeparameters/TestConcrete#test + call $"optional-typeparameters/TestConcrete#test" drop i32.const 0 - call $optional-typeparameters/TestDerived#constructor + call $"optional-typeparameters/TestDerived#constructor" global.set $optional-typeparameters/tDerived global.get $optional-typeparameters/tDerived local.set $0 @@ -2636,7 +2636,7 @@ local.get $0 f64.const 1 f64.const 2 - call $optional-typeparameters/TestDerived#test + call $"optional-typeparameters/TestDerived#test" drop i32.const 0 call $optional-typeparameters/TestMethodDerived<~lib/string/String>#constructor diff --git a/tests/compiler/optional-typeparameters.release.wat b/tests/compiler/optional-typeparameters.release.wat index 3b0c029c9b..9c4eecb2ab 100644 --- a/tests/compiler/optional-typeparameters.release.wat +++ b/tests/compiler/optional-typeparameters.release.wat @@ -1095,11 +1095,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1201,8 +1200,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1405,8 +1403,8 @@ block $optional-typeparameters/TestMethodDerived2 block $~lib/array/Array<~lib/string/String> block $optional-typeparameters/TestMethodDerived<~lib/string/String> - block $optional-typeparameters/TestDerived - block $optional-typeparameters/TestConcrete + block $"optional-typeparameters/TestDerived" + block $"optional-typeparameters/TestConcrete" block $~lib/arraybuffer/ArrayBufferView block $~lib/string/String block $~lib/arraybuffer/ArrayBuffer @@ -1415,7 +1413,7 @@ i32.const 8 i32.sub i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $optional-typeparameters/TestConcrete $optional-typeparameters/TestDerived $optional-typeparameters/TestMethodDerived<~lib/string/String> $~lib/array/Array<~lib/string/String> $optional-typeparameters/TestMethodDerived2 $invalid + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $"optional-typeparameters/TestConcrete" $"optional-typeparameters/TestDerived" $optional-typeparameters/TestMethodDerived<~lib/string/String> $~lib/array/Array<~lib/string/String> $optional-typeparameters/TestMethodDerived2 $invalid end return end @@ -1454,16 +1452,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -1510,7 +1507,6 @@ ) (func $~start (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1521,7 +1517,6 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store memory.size @@ -1556,7 +1551,7 @@ i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1565,19 +1560,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1600,19 +1593,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1635,19 +1626,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1670,19 +1659,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -1709,13 +1696,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -1733,7 +1719,6 @@ unreachable ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1750,13 +1735,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 diff --git a/tests/compiler/possibly-null.release.wat b/tests/compiler/possibly-null.release.wat index 95511ae52c..1d99cdc390 100644 --- a/tests/compiler/possibly-null.release.wat +++ b/tests/compiler/possibly-null.release.wat @@ -25,7 +25,6 @@ (export "testAssign" (func $export:possibly-null/testAssign)) (export "testNeverNull" (func $export:possibly-null/testTrue)) (func $export:possibly-null/testTrue (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -42,10 +41,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -83,7 +81,6 @@ global.set $~lib/memory/__stack_pointer ) (func $export:possibly-null/testWhile2 (param $0 i32) (param $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -94,13 +91,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -139,7 +135,6 @@ unreachable ) (func $export:possibly-null/testWhile3 (param $0 i32) (param $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -150,13 +145,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -199,7 +193,6 @@ unreachable ) (func $export:possibly-null/testLogicalAnd (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -210,10 +203,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -222,12 +214,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 if - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store end @@ -249,7 +240,6 @@ unreachable ) (func $export:possibly-null/testLogicalAndMulti (param $0 i32) (param $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -266,19 +256,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) (func $export:possibly-null/testAssign (param $0 i32) (param $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -289,13 +277,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -304,13 +291,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/reexport.release.wat b/tests/compiler/reexport.release.wat index 18730c09fb..aa9a780b2d 100644 --- a/tests/compiler/reexport.release.wat +++ b/tests/compiler/reexport.release.wat @@ -1102,11 +1102,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1208,8 +1207,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1444,7 +1442,6 @@ ) (func $~start (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1455,7 +1452,6 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store memory.size @@ -1490,7 +1486,7 @@ i32.store i32.const 1392 global.set $~lib/rt/itcms/fromSpace - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1499,27 +1495,25 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 local.get $0 i32.const 2 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.const 2 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1538,16 +1532,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/rereexport.release.wat b/tests/compiler/rereexport.release.wat index c9abba4c80..b57ed1cc78 100644 --- a/tests/compiler/rereexport.release.wat +++ b/tests/compiler/rereexport.release.wat @@ -1100,11 +1100,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1206,8 +1205,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1447,10 +1445,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1566,7 +1563,6 @@ ) (func $exports/Car#constructor (result i32) (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1583,34 +1579,31 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 local.get $0 i32.const 2 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.const 2 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $exports/Car#get:numDoors (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1627,16 +1620,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/resolve-access.release.wat b/tests/compiler/resolve-access.release.wat index 405880f946..61d868fd17 100644 --- a/tests/compiler/resolve-access.release.wat +++ b/tests/compiler/resolve-access.release.wat @@ -1095,11 +1095,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1284,8 +1283,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1677,14 +1675,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store block $__inlined_func$~lib/util/number/utoa64$73 local.get $0 i64.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -1908,7 +1905,6 @@ local.get $2 ) (func $~lib/array/Array~visit (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1925,10 +1921,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2017,8 +2012,8 @@ ) (func $resolve-access/arrayAccess (result i32) (local $0 i32) - (local $1 i64) - (local $2 i32) + (local $1 i32) + (local $2 i64) (local $3 i32) (local $4 i32) (local $5 i32) @@ -2032,10 +2027,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2044,28 +2040,29 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $1 i32.const 8 i32.const 1 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $4 i32.const 1056 i64.load align=1 i64.store align=1 - local.get $2 - local.get $3 + local.get $1 + local.get $4 i32.store i32.const 16 i32.const 4 call $~lib/rt/itcms/__new - local.tee $2 - local.get $3 + local.tee $3 + local.get $4 i32.store - local.get $3 + local.get $4 if - local.get $2 + local.get $3 i32.eqz if i32.const 0 @@ -2076,8 +2073,7 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $4 - local.get $3 + local.get $4 i32.const 20 i32.sub local.tee $5 @@ -2086,15 +2082,15 @@ i32.and i32.eq if - local.get $4 - i32.eqz - local.get $2 + local.get $3 i32.const 20 i32.sub i32.load offset=4 i32.const 3 i32.and - local.tee $4 + local.tee $1 + global.get $~lib/rt/itcms/white + i32.eqz i32.eq if local.get $5 @@ -2103,7 +2099,7 @@ global.get $~lib/rt/itcms/state i32.const 1 i32.eq - local.get $4 + local.get $1 i32.const 3 i32.eq i32.and @@ -2114,13 +2110,13 @@ end end end - local.get $2 local.get $3 + local.get $4 i32.store offset=4 - local.get $2 + local.get $3 i32.const 8 i32.store offset=8 - local.get $2 + local.get $3 i32.const 1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -2128,10 +2124,10 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $0 - local.get $2 + local.get $3 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2142,13 +2138,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $3 i32.store - local.get $2 + local.get $3 i32.load offset=12 i32.eqz if @@ -2160,18 +2155,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $2 + local.get $3 i32.store - local.get $2 + local.get $3 i32.load offset=4 i64.load - local.set $1 - local.get $0 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 call $~lib/number/U64#toString local.set $0 global.get $~lib/memory/__stack_pointer @@ -2191,7 +2185,6 @@ (func $resolve-access/Container#constructor (result i32) (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2202,20 +2195,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2224,13 +2217,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new @@ -2282,10 +2274,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer call $resolve-access/Container#constructor local.tee $0 i32.store @@ -2322,10 +2313,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer call $resolve-access/Container#constructor local.tee $0 i32.store @@ -2347,17 +2337,16 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i64.load i32.wrap_i64 - local.set $1 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2370,14 +2359,13 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store block $__inlined_func$~lib/util/number/utoa32$74 - local.get $1 + local.get $2 i32.eqz if - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2386,53 +2374,53 @@ br $__inlined_func$~lib/util/number/utoa32$74 end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.const 100000 i32.lt_u if (result i32) - local.get $1 + local.get $2 i32.const 100 i32.lt_u if (result i32) - local.get $1 + local.get $2 i32.const 10 i32.ge_u i32.const 1 i32.add else - local.get $1 + local.get $2 i32.const 10000 i32.ge_u i32.const 3 i32.add - local.get $1 + local.get $2 i32.const 1000 i32.ge_u i32.add end else - local.get $1 + local.get $2 i32.const 10000000 i32.lt_u if (result i32) - local.get $1 + local.get $2 i32.const 1000000 i32.ge_u i32.const 6 i32.add else - local.get $1 + local.get $2 i32.const 1000000000 i32.ge_u i32.const 8 i32.add - local.get $1 + local.get $2 i32.const 100000000 i32.ge_u i32.add end end - local.tee $2 + local.tee $1 i32.const 1 i32.shl i32.const 2 @@ -2440,8 +2428,8 @@ local.tee $0 i32.store local.get $0 - local.get $1 local.get $2 + local.get $1 call $~lib/util/number/utoa32_dec_lut global.get $~lib/memory/__stack_pointer i32.const 4 diff --git a/tests/compiler/resolve-binary.release.wat b/tests/compiler/resolve-binary.release.wat index 700bc011aa..f82a4d1b73 100644 --- a/tests/compiler/resolve-binary.release.wat +++ b/tests/compiler/resolve-binary.release.wat @@ -1300,11 +1300,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1489,8 +1488,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1881,14 +1879,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store block $__inlined_func$~lib/util/number/itoa32$74 local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2938,14 +2935,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2960,8 +2956,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -2971,7 +2965,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -2983,12 +2977,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -3084,7 +3078,6 @@ ) (func $resolve-binary/Bar#constructor (result i32) (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3101,20 +3094,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -3127,7 +3118,6 @@ ) (func $start:resolve-binary (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -3138,14 +3128,13 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 20 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 i32.const 1056 @@ -3161,10 +3150,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1088 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1088 i32.store offset=4 i32.const 1088 @@ -3180,10 +3168,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 i32.const 1056 @@ -3199,10 +3186,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1088 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1088 i32.store offset=4 i32.const 1088 @@ -3218,10 +3204,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1088 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1088 i32.store offset=4 i32.const 1088 @@ -3237,10 +3222,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 i32.const 1056 @@ -3293,10 +3277,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3360 i32.store offset=4 local.get $0 @@ -3319,10 +3302,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -3345,10 +3327,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3360 i32.store offset=4 local.get $0 @@ -3371,10 +3352,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -3392,10 +3372,9 @@ call $~lib/number/F64#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10720 i32.store offset=4 local.get $0 @@ -3418,10 +3397,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -3444,10 +3422,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -3470,10 +3447,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10752 i32.store offset=4 local.get $0 @@ -3496,10 +3472,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -3522,10 +3497,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3360 i32.store offset=4 local.get $0 @@ -3548,10 +3522,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3360 i32.store offset=4 local.get $0 @@ -3574,10 +3547,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10784 i32.store offset=4 local.get $0 @@ -3600,10 +3572,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3360 i32.store offset=4 local.get $0 @@ -3622,10 +3593,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10784 i32.store offset=4 local.get $0 @@ -3644,10 +3614,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10816 i32.store offset=4 local.get $0 @@ -3666,10 +3635,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -3688,10 +3656,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -3710,10 +3677,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3360 i32.store offset=4 local.get $0 @@ -3732,10 +3698,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10752 i32.store offset=4 local.get $0 @@ -3753,10 +3718,9 @@ call $~lib/number/F64#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10720 i32.store offset=4 local.get $0 @@ -3774,10 +3738,9 @@ call $~lib/number/F64#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10720 i32.store offset=4 local.get $0 @@ -3796,10 +3759,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10752 i32.store offset=4 local.get $0 @@ -3818,10 +3780,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3360 i32.store offset=4 local.get $0 @@ -3840,10 +3801,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10784 i32.store offset=4 local.get $0 @@ -3862,10 +3822,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3360 i32.store offset=4 local.get $0 @@ -3884,10 +3843,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10784 i32.store offset=4 local.get $0 @@ -3906,10 +3864,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -3928,10 +3885,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -3950,10 +3906,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1376 i32.store offset=4 local.get $0 @@ -3972,10 +3927,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3360 i32.store offset=4 local.get $0 @@ -3994,10 +3948,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -4021,20 +3974,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -4047,10 +3998,9 @@ global.set $resolve-binary/foo global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $resolve-binary/foo i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 10848 @@ -4074,20 +4024,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-binary/foo - local.tee $1 i32.store offset=12 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + global.get $resolve-binary/foo i32.store offset=16 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 10880 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 10880 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 10880 i32.store offset=4 i32.const 10880 @@ -4103,20 +4051,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-binary/foo - local.tee $1 i32.store offset=12 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + global.get $resolve-binary/foo i32.store offset=16 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 10912 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 10912 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 10912 i32.store offset=4 i32.const 10912 @@ -4132,20 +4078,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-binary/foo - local.tee $1 i32.store offset=12 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + global.get $resolve-binary/foo i32.store offset=16 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 10944 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 10944 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 10944 i32.store offset=4 i32.const 10944 @@ -4161,20 +4105,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-binary/foo - local.tee $1 i32.store offset=12 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + global.get $resolve-binary/foo i32.store offset=16 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 10976 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 10976 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 10976 i32.store offset=4 i32.const 10976 @@ -4190,20 +4132,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-binary/foo - local.tee $1 i32.store offset=12 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + global.get $resolve-binary/foo i32.store offset=16 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=4 i32.const 11008 @@ -4219,20 +4159,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-binary/foo - local.tee $1 i32.store offset=12 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + global.get $resolve-binary/foo i32.store offset=16 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11040 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11040 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11040 i32.store offset=4 i32.const 11040 @@ -4248,20 +4186,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-binary/foo - local.tee $1 i32.store offset=12 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + global.get $resolve-binary/foo i32.store offset=16 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11072 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11072 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11072 i32.store offset=4 i32.const 11072 @@ -4277,20 +4213,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-binary/foo - local.tee $1 i32.store offset=12 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + global.get $resolve-binary/foo i32.store offset=16 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11104 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11104 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11104 i32.store offset=4 i32.const 11104 @@ -4306,20 +4240,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-binary/foo - local.tee $1 i32.store offset=12 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + global.get $resolve-binary/foo i32.store offset=16 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11136 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11136 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11136 i32.store offset=4 i32.const 11136 @@ -4335,20 +4267,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-binary/foo - local.tee $1 i32.store offset=12 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + global.get $resolve-binary/foo i32.store offset=16 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11168 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11168 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11168 i32.store offset=4 i32.const 11168 @@ -4364,20 +4294,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-binary/foo - local.tee $1 i32.store offset=12 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + global.get $resolve-binary/foo i32.store offset=16 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11200 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11200 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11200 i32.store offset=4 i32.const 11200 @@ -4397,21 +4325,20 @@ call $resolve-binary/Bar#constructor global.set $resolve-binary/bar2 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-binary/bar i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $resolve-binary/bar2 - local.tee $1 + local.tee $0 i32.store offset=8 - local.get $1 - global.set $resolve-binary/bar local.get $0 + global.set $resolve-binary/bar + global.get $~lib/memory/__stack_pointer global.get $resolve-binary/bar local.tee $0 i32.store + global.get $resolve-binary/bar2 local.get $0 - local.get $1 i32.ne if i32.const 0 @@ -4441,20 +4368,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -4467,18 +4392,40 @@ global.set $resolve-binary/baz global.get $~lib/memory/__stack_pointer global.get $resolve-binary/baz - local.tee $0 i32.store global.get $~lib/memory/__stack_pointer + global.get $resolve-binary/baz + local.tee $0 + i32.store + global.get $resolve-binary/baz local.get $0 + i32.ne + if + i32.const 0 + i32.const 1120 + i32.const 366 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + global.get $resolve-binary/baz i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 + global.get $resolve-binary/baz + local.tee $0 i32.store - local.get $1 + global.get $resolve-binary/baz local.get $0 - i32.store + i32.ne + if + i32.const 0 + i32.const 1120 + i32.const 372 + i32.const 1 + call $~lib/builtins/abort + unreachable + end global.get $~lib/memory/__stack_pointer i32.const 20 i32.add @@ -4493,7 +4440,6 @@ unreachable ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -4510,13 +4456,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new diff --git a/tests/compiler/resolve-elementaccess.release.wat b/tests/compiler/resolve-elementaccess.release.wat index e9e60b898b..4d1e0cba3a 100644 --- a/tests/compiler/resolve-elementaccess.release.wat +++ b/tests/compiler/resolve-elementaccess.release.wat @@ -1147,11 +1147,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1336,8 +1335,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1605,7 +1603,6 @@ local.get $1 ) (func $~lib/arraybuffer/ArrayBufferView#set:buffer (param $0 i32) (param $1 i32) - (local $2 i32) local.get $0 local.get $1 i32.store @@ -1622,7 +1619,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $2 local.get $1 i32.const 20 i32.sub @@ -1639,7 +1635,7 @@ i32.const 3 i32.and local.tee $0 - local.get $2 + global.get $~lib/rt/itcms/white i32.eqz i32.eq if @@ -2521,10 +2517,10 @@ (local $1 i64) (local $2 i32) (local $3 i64) - (local $4 i64) + (local $4 i32) (local $5 i64) (local $6 i64) - (local $7 i32) + (local $7 i64) (local $8 i32) (local $9 i32) (local $10 i64) @@ -2552,9 +2548,9 @@ i64.const 52 i64.shr_u i32.wrap_i64 - local.tee $7 + local.tee $4 i32.const 1 - local.get $7 + local.get $4 select i32.const 1075 i32.sub @@ -2564,7 +2560,7 @@ local.get $1 i64.const 4503599627370495 i64.and - local.get $7 + local.get $4 i32.const 0 i32.ne i64.extend_i32_u @@ -2579,11 +2575,11 @@ local.tee $3 i64.clz i32.wrap_i64 - local.tee $7 + local.tee $9 i32.sub - local.set $9 + local.set $4 local.get $3 - local.get $7 + local.get $9 i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_plus @@ -2593,25 +2589,24 @@ i64.eq i32.const 1 i32.add - local.tee $7 + local.tee $9 i64.extend_i32_s i64.shl i64.const 1 i64.sub local.get $8 - local.get $7 - i32.sub local.get $9 i32.sub + local.get $4 + i32.sub i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_minus - local.get $9 + local.get $4 global.set $~lib/util/number/_exp i32.const 348 i32.const -61 global.get $~lib/util/number/_exp - local.tee $7 i32.sub f64.convert_i32_s f64.const 0.30102999566398114 @@ -2620,8 +2615,8 @@ f64.add local.tee $0 i32.trunc_sat_f64_s - local.tee $8 - local.get $8 + local.tee $4 + local.get $4 f64.convert_i32_s local.get $0 f64.ne @@ -2630,18 +2625,18 @@ i32.shr_s i32.const 1 i32.add - local.tee $8 + local.tee $4 i32.const 3 i32.shl - local.tee $9 + local.tee $8 i32.sub global.set $~lib/util/number/_K - local.get $9 + local.get $8 i32.const 1832 i32.add i64.load global.set $~lib/util/number/_frc_pow - local.get $8 + local.get $4 i32.const 1 i32.shl i32.const 2528 @@ -2655,7 +2650,7 @@ local.tee $1 i64.const 4294967295 i64.and - local.set $4 + local.set $5 global.get $~lib/util/number/_frc_pow local.tee $10 i64.const 4294967295 @@ -2666,13 +2661,13 @@ i64.shr_u local.tee $1 i64.mul - local.get $4 + local.get $5 local.get $11 i64.mul i64.const 32 i64.shr_u i64.add - local.set $5 + local.set $6 global.get $~lib/util/number/_frc_plus local.tee $3 i64.const 4294967295 @@ -2690,7 +2685,7 @@ i64.const 32 i64.shr_u i64.add - local.set $6 + local.set $7 global.get $~lib/util/number/_frc_minus local.tee $13 i64.const 4294967295 @@ -2720,14 +2715,14 @@ i64.shr_u local.tee $1 i64.mul - local.get $5 + local.get $6 i64.const 32 i64.shr_u i64.add local.get $1 - local.get $4 - i64.mul local.get $5 + i64.mul + local.get $6 i64.const 4294967295 i64.and i64.add @@ -2739,14 +2734,14 @@ local.get $1 local.get $3 i64.mul - local.get $6 + local.get $7 i64.const 32 i64.shr_u i64.add local.get $1 local.get $12 i64.mul - local.get $6 + local.get $7 i64.const 4294967295 i64.and i64.add @@ -2758,8 +2753,8 @@ i64.const 1 i64.sub local.tee $3 - local.get $7 global.get $~lib/util/number/_exp_pow + global.get $~lib/util/number/_exp i32.add i32.const -64 i32.sub @@ -2815,7 +2810,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store block $__inlined_func$~lib/util/number/dtoa$77 @@ -2825,7 +2819,7 @@ f64.const 0 f64.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2905,7 +2899,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store block $__inlined_func$~lib/util/number/utoa32$79 @@ -2915,7 +2908,7 @@ local.tee $1 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -3001,16 +2994,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 3 call $~lib/rt/itcms/__new @@ -3052,31 +3044,31 @@ i32.const 2 local.get $1 i32.shl - local.tee $1 + local.tee $2 i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=12 local.get $0 - local.get $2 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#set:buffer global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $2 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $1 + local.get $2 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 16 @@ -3085,7 +3077,6 @@ local.get $0 ) (func $~lib/typedarray/Float32Array#__set (param $0 i32) (param $1 i32) (param $2 f32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3102,10 +3093,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -3123,7 +3113,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -3134,14 +3123,13 @@ i32.add local.get $2 f32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/typedarray/Float32Array#__get (param $0 i32) (param $1 i32) (result f32) (local $2 f32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3158,10 +3146,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -3179,7 +3166,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -3190,7 +3176,7 @@ i32.add f32.load local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -3217,14 +3203,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -3239,8 +3224,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -3250,7 +3233,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -3262,12 +3245,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -3362,7 +3345,6 @@ i32.const 0 ) (func $~lib/typedarray/Uint8Array#__set (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3379,10 +3361,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -3398,7 +3379,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $1 @@ -3407,13 +3387,12 @@ i32.add local.get $2 i32.store8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/typedarray/Uint8Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3430,10 +3409,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -3449,7 +3427,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $1 @@ -3458,7 +3435,7 @@ i32.add i32.load8_u local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -3467,7 +3444,6 @@ (func $start:resolve-elementaccess (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -3478,7 +3454,6 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 24 memory.fill @@ -3514,7 +3489,7 @@ i32.store i32.const 1456 global.set $~lib/rt/itcms/fromSpace - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -3523,20 +3498,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 2 call $~lib/arraybuffer/ArrayBufferView#constructor @@ -3619,17 +3592,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-elementaccess/arr - local.tee $1 + local.tee $0 i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=8 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + global.get $resolve-elementaccess/arr + local.tee $1 i32.store offset=16 - local.get $1 + local.get $0 i32.const 0 local.get $1 i32.const 0 @@ -3638,9 +3611,9 @@ f32.add call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=8 - local.get $1 + local.get $0 i32.const 0 call $~lib/typedarray/Float32Array#__get call $~lib/number/F32#toString @@ -3664,14 +3637,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + global.get $resolve-elementaccess/arr local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/arr local.tee $1 - i32.store - local.get $0 - local.get $1 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 local.get $1 i32.const 0 @@ -3705,20 +3678,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -3727,13 +3700,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 6 call $~lib/rt/itcms/__new @@ -3741,10 +3713,9 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#constructor @@ -3834,17 +3805,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-elementaccess/buf - local.tee $1 + local.tee $0 i32.store offset=20 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=8 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + global.get $resolve-elementaccess/buf + local.tee $1 i32.store offset=16 - local.get $1 + local.get $0 i32.const 0 local.get $1 i32.const 0 @@ -3853,9 +3824,9 @@ i32.add call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=8 - local.get $1 + local.get $0 i32.const 0 call $~lib/typedarray/Uint8Array#__get call $~lib/number/U8#toString @@ -3879,14 +3850,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + global.get $resolve-elementaccess/buf local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/buf local.tee $1 - i32.store - local.get $0 - local.get $1 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 local.get $1 i32.const 0 diff --git a/tests/compiler/resolve-function-expression.release.wat b/tests/compiler/resolve-function-expression.release.wat index 47359abe56..b4a7f27f3c 100644 --- a/tests/compiler/resolve-function-expression.release.wat +++ b/tests/compiler/resolve-function-expression.release.wat @@ -1110,11 +1110,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1275,14 +1274,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store block $__inlined_func$~lib/util/number/itoa32$73 local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -1398,14 +1396,13 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 i32.lt_u i32.const 10 i32.shl - local.get $2 i32.add global.set $~lib/rt/itcms/threshold end @@ -1786,7 +1783,6 @@ local.get $2 ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) block $invalid block $~lib/function/Function<%28i32%29=>i32> block $~lib/arraybuffer/ArrayBufferView @@ -1830,10 +1826,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1933,14 +1928,13 @@ call $~lib/number/I32#toString local.set $5 global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $5 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3408 i32.store offset=4 block $__inlined_func$~lib/string/String.__eq$1 (result i32) - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -1949,14 +1943,13 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store local.get $5 i32.const 3408 i32.eq if - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1968,7 +1961,6 @@ i32.eqz br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $5 i32.store local.get $5 @@ -1978,7 +1970,7 @@ i32.const 1 i32.shr_u local.set $1 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3408 i32.store local.get $1 @@ -1988,12 +1980,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $5 i32.store i32.const 3408 local.set $3 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3408 i32.store offset=4 i32.const 1 diff --git a/tests/compiler/resolve-localortype.release.wat b/tests/compiler/resolve-localortype.release.wat index 26ca9589ab..7fe06f9905 100644 --- a/tests/compiler/resolve-localortype.release.wat +++ b/tests/compiler/resolve-localortype.release.wat @@ -7,7 +7,6 @@ (export "memory" (memory $0)) (export "test" (func $export:resolve-localortype/test)) (func $export:resolve-localortype/test (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -18,10 +17,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -30,13 +28,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/resolve-nested.release.wat b/tests/compiler/resolve-nested.release.wat index 4ef6b545fd..76459d8f80 100644 --- a/tests/compiler/resolve-nested.release.wat +++ b/tests/compiler/resolve-nested.release.wat @@ -7,7 +7,6 @@ (export "memory" (memory $0)) (export "outer" (func $export:resolve-nested/outer)) (func $export:resolve-nested/outer (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -24,16 +23,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/resolve-new.release.wat b/tests/compiler/resolve-new.release.wat index 47c76ab67c..d5630d2d1f 100644 --- a/tests/compiler/resolve-new.release.wat +++ b/tests/compiler/resolve-new.release.wat @@ -1074,11 +1074,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1180,8 +1179,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1475,7 +1473,6 @@ (func $resolve-new/Foo#constructor (result i32) (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1486,19 +1483,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1507,13 +1504,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 diff --git a/tests/compiler/resolve-propertyaccess.release.wat b/tests/compiler/resolve-propertyaccess.release.wat index c2b15003a8..3767d16019 100644 --- a/tests/compiler/resolve-propertyaccess.release.wat +++ b/tests/compiler/resolve-propertyaccess.release.wat @@ -1109,11 +1109,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1298,8 +1297,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1588,14 +1586,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store block $__inlined_func$~lib/util/number/itoa32$73 local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -1844,14 +1841,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1866,8 +1862,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -1877,7 +1871,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -1889,12 +1883,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -1992,7 +1986,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -2003,10 +1996,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 memory.size @@ -2066,10 +2058,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3344 i32.store offset=4 local.get $0 @@ -2088,10 +2079,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3376 i32.store offset=4 local.get $0 @@ -2110,10 +2100,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3408 i32.store offset=4 local.get $0 @@ -2132,10 +2121,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3440 i32.store offset=4 local.get $0 @@ -2154,10 +2142,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3472 i32.store offset=4 local.get $0 @@ -2176,10 +2163,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3504 i32.store offset=4 local.get $0 @@ -2198,10 +2184,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3536 i32.store offset=4 local.get $0 @@ -2220,10 +2205,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3568 i32.store offset=4 local.get $0 @@ -2242,10 +2226,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3600 i32.store offset=4 local.get $0 @@ -2261,7 +2244,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2270,20 +2254,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $3 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2292,13 +2276,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new @@ -2309,7 +2292,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -2322,7 +2305,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 local.get $0 i32.store offset=8 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/resolve-ternary.release.wat b/tests/compiler/resolve-ternary.release.wat index 68686f15c7..9637f6a402 100644 --- a/tests/compiler/resolve-ternary.release.wat +++ b/tests/compiler/resolve-ternary.release.wat @@ -1115,11 +1115,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1304,14 +1303,13 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 i32.lt_u i32.const 10 i32.shl - local.get $1 i32.add global.set $~lib/rt/itcms/threshold end @@ -2432,7 +2430,6 @@ i32.const 5 ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) block $invalid block $~lib/function/Function<%28i32%29=>i32> block $~lib/arraybuffer/ArrayBufferView @@ -2476,10 +2473,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2554,10 +2550,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2 call $~lib/rt/itcms/__new local.tee $0 @@ -2719,10 +2714,9 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $0 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 4464 i32.store offset=4 local.get $0 @@ -2813,14 +2807,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2835,8 +2828,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -2846,7 +2837,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -2858,12 +2849,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 diff --git a/tests/compiler/resolve-unary.release.wat b/tests/compiler/resolve-unary.release.wat index 1998ea2c48..379afd054b 100644 --- a/tests/compiler/resolve-unary.release.wat +++ b/tests/compiler/resolve-unary.release.wat @@ -1135,11 +1135,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1324,8 +1323,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1614,14 +1612,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store block $__inlined_func$~lib/util/number/itoa32$73 local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -1815,7 +1812,6 @@ local.get $2 ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) block $invalid block $~lib/function/Function<%28%29=>void> block $resolve-unary/Bar @@ -1865,10 +1861,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1906,14 +1901,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1928,8 +1922,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -1939,7 +1931,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -1951,12 +1943,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -2052,7 +2044,6 @@ ) (func $start:resolve-unary (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -2123,10 +2114,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3328 i32.store offset=4 local.get $0 @@ -2149,10 +2139,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3360 i32.store offset=4 local.get $0 @@ -2175,10 +2164,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3328 i32.store offset=4 local.get $0 @@ -2194,17 +2182,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 3424 i32.const 3392 global.get $resolve-unary/a select - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3424 i32.store offset=4 - local.get $1 + local.get $0 i32.const 3424 call $~lib/string/String.__eq i32.eqz @@ -2217,17 +2204,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 3392 i32.const 3424 global.get $resolve-unary/a select - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 - local.get $1 + local.get $0 i32.const 3392 call $~lib/string/String.__eq i32.eqz @@ -2245,10 +2231,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3456 i32.store offset=4 local.get $0 @@ -2272,10 +2257,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3328 i32.store offset=4 local.get $0 @@ -2299,10 +2283,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3360 i32.store offset=4 local.get $0 @@ -2326,20 +2309,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -2375,16 +2356,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-unary/foo i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3520 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3520 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3520 i32.store offset=4 i32.const 3520 @@ -2400,13 +2380,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-unary/foo - local.tee $1 + local.tee $0 i32.store offset=4 - local.get $1 - global.set $resolve-unary/foo local.get $0 + global.set $resolve-unary/foo + global.get $~lib/memory/__stack_pointer global.get $resolve-unary/foo local.tee $0 i32.store @@ -2422,13 +2401,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-unary/foo - local.tee $1 + local.tee $0 i32.store offset=4 - local.get $1 - global.set $resolve-unary/foo local.get $0 + global.set $resolve-unary/foo + global.get $~lib/memory/__stack_pointer global.get $resolve-unary/foo local.tee $0 i32.store @@ -2444,16 +2422,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-unary/foo i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3552 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3552 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3552 i32.store offset=4 i32.const 3552 @@ -2469,16 +2446,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-unary/foo i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3584 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3584 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3584 i32.store offset=4 i32.const 3584 @@ -2494,20 +2470,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-unary/foo - local.tee $1 + local.tee $0 i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $1 + local.get $0 global.set $resolve-unary/foo + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store global.get $resolve-unary/foo - local.get $1 + local.get $0 i32.ne if i32.const 0 @@ -2518,20 +2493,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-unary/foo - local.tee $1 + local.tee $0 i32.store offset=20 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $1 + local.get $0 global.set $resolve-unary/foo + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store global.get $resolve-unary/foo - local.get $1 + local.get $0 i32.ne if i32.const 0 @@ -2550,20 +2524,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/object/Object#constructor local.tee $0 @@ -2599,16 +2571,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-unary/bar i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3648 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3648 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3648 i32.store offset=4 i32.const 3648 @@ -2624,16 +2595,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-unary/bar i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3680 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3680 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3680 i32.store offset=4 i32.const 3680 @@ -2649,16 +2619,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $resolve-unary/bar i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3712 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3712 i32.store offset=4 i32.const 3712 @@ -2674,16 +2643,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 3744 i32.store i32.const 3740 i32.load drop - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3808 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.add global.set $~lib/memory/__stack_pointer @@ -2697,7 +2665,6 @@ unreachable ) (func $~lib/object/Object#constructor (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2714,13 +2681,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new diff --git a/tests/compiler/return-unreachable.release.wat b/tests/compiler/return-unreachable.release.wat index c2b30c2ce8..0331dc96e8 100644 --- a/tests/compiler/return-unreachable.release.wat +++ b/tests/compiler/return-unreachable.release.wat @@ -1079,11 +1079,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1268,8 +1267,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1537,7 +1535,6 @@ local.get $1 ) (func $~lib/array/Array#set:buffer (param $0 i32) (param $1 i32) - (local $2 i32) local.get $0 local.get $1 i32.store @@ -1554,7 +1551,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $2 local.get $1 i32.const 20 i32.sub @@ -1571,7 +1567,7 @@ i32.const 3 i32.and local.tee $0 - local.get $2 + global.get $~lib/rt/itcms/white i32.eqz i32.eq if @@ -1606,10 +1602,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -1618,40 +1615,39 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 4 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 - local.get $2 + local.get $0 i32.const 0 call $~lib/array/Array#set:buffer global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 - local.get $2 + local.get $0 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 - local.get $2 + local.get $0 i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 - local.get $2 + local.get $0 i32.const 0 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -1661,38 +1657,38 @@ local.tee $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 - local.get $2 + local.get $0 local.get $1 call $~lib/array/Array#set:buffer global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 - local.get $2 + local.get $0 local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 - local.get $2 + local.get $0 i32.const 400 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=4 - local.get $2 + local.get $0 i32.const 100 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $2 + local.get $0 i32.store unreachable end @@ -1704,7 +1700,6 @@ unreachable ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) block $invalid block $~lib/array/Array block $~lib/arraybuffer/ArrayBufferView @@ -1748,10 +1743,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 diff --git a/tests/compiler/return.release.wat b/tests/compiler/return.release.wat index 821708a0cc..4509ebf226 100644 --- a/tests/compiler/return.release.wat +++ b/tests/compiler/return.release.wat @@ -19,7 +19,6 @@ (func $return/testVoidReturn (param $0 i32) ) (func $~start - (local $0 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -36,10 +35,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store i32.const 1056 diff --git a/tests/compiler/rt/finalize.release.wat b/tests/compiler/rt/finalize.release.wat index 3105a85854..5172a87b5d 100644 --- a/tests/compiler/rt/finalize.release.wat +++ b/tests/compiler/rt/finalize.release.wat @@ -1087,11 +1087,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1193,8 +1192,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1424,7 +1422,6 @@ (func $~start (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~started if return @@ -1474,19 +1471,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1495,13 +1492,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 @@ -1511,7 +1507,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/rt/flags.debug.wat b/tests/compiler/rt/flags.debug.wat index cf8505dea5..7a20ca9635 100644 --- a/tests/compiler/rt/flags.debug.wat +++ b/tests/compiler/rt/flags.debug.wat @@ -607,7 +607,7 @@ unreachable end ) - (func $rt/flags/test<~lib/map/Map> (param $flags i32) + (func $"rt/flags/test<~lib/map/Map>" (param $flags i32) i32.const 42 call $~lib/rt/__typeinfo local.get $flags @@ -622,7 +622,7 @@ unreachable end ) - (func $rt/flags/test<~lib/map/Map> (param $flags i32) + (func $"rt/flags/test<~lib/map/Map>" (param $flags i32) i32.const 43 call $~lib/rt/__typeinfo local.get $flags @@ -637,7 +637,7 @@ unreachable end ) - (func $rt/flags/test<~lib/map/Map> (param $flags i32) + (func $"rt/flags/test<~lib/map/Map>" (param $flags i32) i32.const 44 call $~lib/rt/__typeinfo local.get $flags @@ -652,7 +652,7 @@ unreachable end ) - (func $rt/flags/test<~lib/map/Map> (param $flags i32) + (func $"rt/flags/test<~lib/map/Map>" (param $flags i32) i32.const 45 call $~lib/rt/__typeinfo local.get $flags @@ -667,7 +667,7 @@ unreachable end ) - (func $rt/flags/test<~lib/map/Map> (param $flags i32) + (func $"rt/flags/test<~lib/map/Map>" (param $flags i32) i32.const 46 call $~lib/rt/__typeinfo local.get $flags @@ -682,7 +682,7 @@ unreachable end ) - (func $rt/flags/test<~lib/map/Map> (param $flags i32) + (func $"rt/flags/test<~lib/map/Map>" (param $flags i32) i32.const 47 call $~lib/rt/__typeinfo local.get $flags @@ -697,7 +697,7 @@ unreachable end ) - (func $rt/flags/test<~lib/map/Map> (param $flags i32) + (func $"rt/flags/test<~lib/map/Map>" (param $flags i32) i32.const 48 call $~lib/rt/__typeinfo local.get $flags @@ -712,7 +712,7 @@ unreachable end ) - (func $rt/flags/test<~lib/map/Map> (param $flags i32) + (func $"rt/flags/test<~lib/map/Map>" (param $flags i32) i32.const 49 call $~lib/rt/__typeinfo local.get $flags @@ -727,7 +727,7 @@ unreachable end ) - (func $rt/flags/test<~lib/map/Map> (param $flags i32) + (func $"rt/flags/test<~lib/map/Map>" (param $flags i32) i32.const 50 call $~lib/rt/__typeinfo local.get $flags @@ -742,7 +742,7 @@ unreachable end ) - (func $rt/flags/test<~lib/map/Map> (param $flags i32) + (func $"rt/flags/test<~lib/map/Map>" (param $flags i32) i32.const 51 call $~lib/rt/__typeinfo local.get $flags @@ -757,7 +757,7 @@ unreachable end ) - (func $rt/flags/test<~lib/map/Map> (param $flags i32) + (func $"rt/flags/test<~lib/map/Map>" (param $flags i32) i32.const 52 call $~lib/rt/__typeinfo local.get $flags @@ -988,7 +988,7 @@ i32.or i32.const 2048 i32.or - call $rt/flags/test<~lib/map/Map> + call $"rt/flags/test<~lib/map/Map>" i32.const 16 i32.const 262144 i32.or @@ -998,7 +998,7 @@ i32.or i32.const 2048 i32.or - call $rt/flags/test<~lib/map/Map> + call $"rt/flags/test<~lib/map/Map>" i32.const 16 i32.const 131072 i32.or @@ -1008,7 +1008,7 @@ i32.or i32.const 2048 i32.or - call $rt/flags/test<~lib/map/Map> + call $"rt/flags/test<~lib/map/Map>" i32.const 16 i32.const 65536 i32.or @@ -1018,7 +1018,7 @@ i32.or i32.const 2048 i32.or - call $rt/flags/test<~lib/map/Map> + call $"rt/flags/test<~lib/map/Map>" i32.const 16 i32.const 32768 i32.or @@ -1026,7 +1026,7 @@ i32.or i32.const 1024 i32.or - call $rt/flags/test<~lib/map/Map> + call $"rt/flags/test<~lib/map/Map>" i32.const 16 global.get $rt/flags/KEY_ALIGN_REF i32.or @@ -1036,7 +1036,7 @@ i32.or i32.const 2048 i32.or - call $rt/flags/test<~lib/map/Map> + call $"rt/flags/test<~lib/map/Map>" i32.const 16 global.get $rt/flags/KEY_ALIGN_REF i32.or @@ -1048,7 +1048,7 @@ i32.or i32.const 2048 i32.or - call $rt/flags/test<~lib/map/Map> + call $"rt/flags/test<~lib/map/Map>" i32.const 16 i32.const 32768 i32.or @@ -1058,7 +1058,7 @@ i32.or global.get $rt/flags/VALUE_ALIGN_REF i32.or - call $rt/flags/test<~lib/map/Map> + call $"rt/flags/test<~lib/map/Map>" i32.const 16 i32.const 32768 i32.or @@ -1070,7 +1070,7 @@ i32.or global.get $rt/flags/VALUE_ALIGN_REF i32.or - call $rt/flags/test<~lib/map/Map> + call $"rt/flags/test<~lib/map/Map>" i32.const 16 i32.const 4194304 i32.or @@ -1084,7 +1084,7 @@ i32.or global.get $rt/flags/VALUE_ALIGN_REF i32.or - call $rt/flags/test<~lib/map/Map> + call $"rt/flags/test<~lib/map/Map>" i32.const 16 i32.const 131072 i32.or @@ -1096,7 +1096,7 @@ i32.or i32.const 2048 i32.or - call $rt/flags/test<~lib/map/Map> + call $"rt/flags/test<~lib/map/Map>" ) (func $~start call $start:rt/flags diff --git a/tests/compiler/rt/issue-2719.release.wat b/tests/compiler/rt/issue-2719.release.wat index a4b942f375..e0b5e3a2d8 100644 --- a/tests/compiler/rt/issue-2719.release.wat +++ b/tests/compiler/rt/issue-2719.release.wat @@ -1069,11 +1069,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1258,8 +1257,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1682,10 +1680,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1718,7 +1715,6 @@ (func $rt/issue-2719/issue2719_T#constructor (result i32) (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1729,20 +1725,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1751,13 +1747,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new diff --git a/tests/compiler/rt/runtime-incremental-export.release.wat b/tests/compiler/rt/runtime-incremental-export.release.wat index 4e5d52200a..6372bb77d3 100644 --- a/tests/compiler/rt/runtime-incremental-export.release.wat +++ b/tests/compiler/rt/runtime-incremental-export.release.wat @@ -1088,11 +1088,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1277,8 +1276,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 diff --git a/tests/compiler/rt/runtime-stub-export.release.wat b/tests/compiler/rt/runtime-stub-export.release.wat index d158af6e80..fabd2bbc75 100644 --- a/tests/compiler/rt/runtime-stub-export.release.wat +++ b/tests/compiler/rt/runtime-stub-export.release.wat @@ -53,7 +53,8 @@ unreachable end global.get $~lib/rt/stub/offset - local.tee $3 + local.set $3 + global.get $~lib/rt/stub/offset i32.const 4 i32.add local.tee $2 diff --git a/tests/compiler/simd.release.wat b/tests/compiler/simd.release.wat index 0626df5725..e4b1c6e9ec 100644 --- a/tests/compiler/simd.release.wat +++ b/tests/compiler/simd.release.wat @@ -1110,11 +1110,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1490,8 +1489,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -2097,7 +2095,6 @@ f64x2.replace_lane 1 ) (func $~lib/array/Array~visit (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2114,10 +2111,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2169,8 +2165,8 @@ ) (func $~start (local $0 i32) - (local $1 v128) - (local $2 i32) + (local $1 i32) + (local $2 v128) (local $3 i32) (local $4 i32) (local $5 i32) @@ -2184,7 +2180,6 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store memory.size @@ -2219,7 +2214,9 @@ i32.store i32.const 1392 global.set $~lib/rt/itcms/fromSpace - local.get $3 + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2228,26 +2225,27 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $1 i32.const 1 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $3 i32.const 1056 v128.load align=1 v128.store align=1 - local.get $2 - local.get $0 + local.get $1 + local.get $3 i32.store i32.const 4 call $~lib/rt/itcms/__new - local.tee $2 - local.get $0 + local.tee $4 + local.get $3 i32.store - local.get $0 + local.get $3 if - local.get $2 + local.get $4 i32.eqz if i32.const 0 @@ -2258,8 +2256,7 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $4 - local.get $0 + local.get $3 i32.const 20 i32.sub local.tee $5 @@ -2269,14 +2266,14 @@ i32.eq if local.get $4 - i32.eqz - local.get $2 i32.const 20 i32.sub i32.load offset=4 i32.const 3 i32.and - local.tee $4 + local.tee $1 + global.get $~lib/rt/itcms/white + i32.eqz i32.eq if local.get $5 @@ -2285,7 +2282,7 @@ global.get $~lib/rt/itcms/state i32.const 1 i32.eq - local.get $4 + local.get $1 i32.const 3 i32.eq i32.and @@ -2296,24 +2293,24 @@ end end end - local.get $2 - local.get $0 + local.get $4 + local.get $3 i32.store offset=4 - local.get $2 + local.get $4 i32.const 16 i32.store offset=8 - local.get $2 + local.get $4 i32.const 1 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 - local.get $2 + local.get $0 + local.get $4 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -2324,13 +2321,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $4 i32.store - local.get $2 + local.get $4 i32.load offset=12 i32.eqz if @@ -2342,18 +2338,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $2 + local.get $4 i32.store - local.get $2 + local.get $4 i32.load offset=4 v128.load - local.set $1 - local.get $0 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32x4.extract_lane 0 i32.const 1 i32.ne diff --git a/tests/compiler/std/array-access.release.wat b/tests/compiler/std/array-access.release.wat index 9eff9ef383..3d9964179a 100644 --- a/tests/compiler/std/array-access.release.wat +++ b/tests/compiler/std/array-access.release.wat @@ -22,7 +22,6 @@ (export "stringArrayArrayMethodCall" (func $export:std/array-access/stringArrayArrayMethodCall)) (export "functionArrayElementCall" (func $export:std/array-access/functionArrayElementCall)) (func $~lib/array/Array<~lib/array/Array>#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -39,10 +38,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -58,10 +56,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 local.get $1 @@ -109,10 +106,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -121,11 +117,11 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 1296 i32.store - local.get $2 + local.get $1 i32.const 1292 i32.load i32.const 1 @@ -133,7 +129,7 @@ local.tee $2 i32.lt_s if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -141,12 +137,11 @@ return end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store i32.const 1296 local.set $3 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1296 i32.store offset=4 i32.const 1 @@ -229,7 +224,6 @@ i32.eqz ) (func $export:std/array-access/i32ArrayArrayElementAccess (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -240,10 +234,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -252,10 +245,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -274,10 +266,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -293,14 +284,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store local.get $0 i32.load offset=4 i32.load offset=4 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -323,7 +313,6 @@ unreachable ) (func $export:std/array-access/stringArrayPropertyAccess (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -334,10 +323,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -346,10 +334,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -385,7 +372,6 @@ unreachable ) (func $export:std/array-access/stringArrayMethodCall (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -396,10 +382,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -408,13 +393,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -449,7 +433,6 @@ unreachable ) (func $export:std/array-access/stringArrayArrayPropertyAccess (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -460,10 +443,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -472,13 +454,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -521,7 +502,6 @@ unreachable ) (func $export:std/array-access/stringArrayArrayMethodCall (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -532,10 +512,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -544,13 +523,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=12 local.get $0 @@ -592,7 +570,6 @@ unreachable ) (func $export:std/array-access/functionArrayElementCall (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -603,10 +580,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -615,10 +591,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 123 diff --git a/tests/compiler/std/array-literal.release.wat b/tests/compiler/std/array-literal.release.wat index f84dd33de2..eb3f0fd313 100644 --- a/tests/compiler/std/array-literal.release.wat +++ b/tests/compiler/std/array-literal.release.wat @@ -1134,11 +1134,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1323,8 +1322,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1609,7 +1607,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $3 local.get $1 i32.const 20 i32.sub @@ -1619,8 +1616,6 @@ i32.and i32.eq if - local.get $3 - i32.eqz local.get $0 i32.const 20 i32.sub @@ -1629,6 +1624,8 @@ i32.const 3 i32.and local.tee $3 + global.get $~lib/rt/itcms/white + i32.eqz i32.eq if local.get $0 @@ -1652,7 +1649,6 @@ end ) (func $~lib/array/Array~visit (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1669,10 +1665,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1703,16 +1698,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -1811,7 +1805,6 @@ call $start:std/array-literal ) (func $~lib/array/Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1828,23 +1821,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1861,10 +1852,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -1880,7 +1870,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $1 @@ -1889,14 +1878,13 @@ i32.add i32.load8_s local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1913,10 +1901,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -1932,7 +1919,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -1943,7 +1929,7 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -1968,10 +1954,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2101,10 +2086,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2138,7 +2122,6 @@ i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $1 @@ -2147,7 +2130,7 @@ i32.add local.get $2 i32.store8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2170,10 +2153,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2207,7 +2189,6 @@ i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -2218,7 +2199,7 @@ i32.add local.get $2 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2226,7 +2207,6 @@ (func $std/array-literal/Ref#constructor (result i32) (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2237,20 +2217,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 6 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2259,13 +2239,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new @@ -2311,10 +2290,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2385,11 +2363,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 44 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1088 i32.store i32.const 1088 @@ -2923,10 +2900,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 local.get $1 i32.shl @@ -2978,10 +2954,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 8 call $~lib/rt/itcms/__new diff --git a/tests/compiler/std/array.release.wat b/tests/compiler/std/array.release.wat index 08748ccc40..6a7b54d866 100644 --- a/tests/compiler/std/array.release.wat +++ b/tests/compiler/std/array.release.wat @@ -1735,11 +1735,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -2126,14 +2125,13 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 i32.lt_u i32.const 10 i32.shl - local.get $2 i32.add global.set $~lib/rt/itcms/threshold end @@ -2213,7 +2211,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $3 local.get $1 i32.const 20 i32.sub @@ -2223,8 +2220,6 @@ i32.and i32.eq if - local.get $3 - i32.eqz local.get $0 i32.const 20 i32.sub @@ -2233,6 +2228,8 @@ i32.const 3 i32.and local.tee $3 + global.get $~lib/rt/itcms/white + i32.eqz i32.eq if local.get $0 @@ -5353,7 +5350,6 @@ i32.const 348 i32.const -61 global.get $~lib/util/number/_exp - local.tee $7 i32.sub f64.convert_i32_s f64.const 0.30102999566398114 @@ -5362,8 +5358,8 @@ f64.add local.tee $1 i32.trunc_sat_f64_s - local.tee $8 - local.get $8 + local.tee $7 + local.get $7 f64.convert_i32_s local.get $1 f64.ne @@ -5372,18 +5368,18 @@ i32.shr_s i32.const 1 i32.add - local.tee $8 + local.tee $7 i32.const 3 i32.shl - local.tee $9 + local.tee $8 i32.sub global.set $~lib/util/number/_K - local.get $9 + local.get $8 i32.const 12520 i32.add i64.load global.set $~lib/util/number/_frc_pow - local.get $8 + local.get $7 i32.const 1 i32.shl i32.const 13216 @@ -5502,8 +5498,8 @@ i64.shr_u i64.add local.get $6 - local.get $7 global.get $~lib/util/number/_exp_pow + global.get $~lib/util/number/_exp i32.add i32.const -64 i32.sub @@ -6332,12 +6328,8 @@ i32.lt_s br_if $folding-inner3 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 - local.get $0 - i32.store br $folding-inner5 end global.get $~lib/memory/__stack_pointer @@ -6349,16 +6341,15 @@ i32.lt_s br_if $folding-inner3 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -6387,9 +6378,6 @@ br $while-continue|0 end end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store br $folding-inner5 end global.get $~lib/memory/__stack_pointer @@ -6401,10 +6389,9 @@ i32.lt_s br_if $folding-inner3 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -6432,6 +6419,9 @@ end return end + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store local.get $0 i32.load call $~lib/rt/itcms/__visit @@ -6469,44 +6459,43 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 4 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 i32.const 0 i32.store - local.get $2 + local.get $1 i32.const 0 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 i32.const 0 i32.store offset=12 local.get $0 @@ -6529,51 +6518,50 @@ select i32.const 2 i32.shl - local.tee $1 + local.tee $3 i32.const 1 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $2 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=12 + local.get $1 local.get $2 - local.get $3 i32.store + local.get $1 local.get $2 - local.get $3 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 + local.get $1 local.get $2 - local.get $3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 local.get $1 + local.get $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 local.get $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 ) (func $std/array/Ref#constructor (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -6590,23 +6578,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 5 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 local.get $1 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -6614,7 +6600,6 @@ ) (func $~lib/array/Array#fill (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -6631,16 +6616,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -6690,7 +6674,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/array/Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -6707,23 +6690,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -6740,10 +6721,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -6759,7 +6739,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $1 @@ -6768,7 +6747,7 @@ i32.add i32.load8_u local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -6794,10 +6773,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -6912,7 +6890,6 @@ ) (func $~lib/array/Array#fill (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -6929,16 +6906,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $5 - local.get $4 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $2 @@ -6983,7 +6959,7 @@ local.get $2 i32.gt_s if - local.get $5 + local.get $4 local.get $2 i32.const 2 i32.shl @@ -7003,7 +6979,7 @@ local.get $2 i32.gt_s if - local.get $5 + local.get $4 local.get $2 i32.const 2 i32.shl @@ -7024,7 +7000,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -7041,10 +7016,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -7060,7 +7034,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -7071,7 +7044,7 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -7097,10 +7070,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -7215,7 +7187,6 @@ ) (func $~lib/array/Array#fill (param $0 i32) (param $1 f32) (param $2 i32) (param $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -7232,16 +7203,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $5 - local.get $4 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $2 @@ -7283,7 +7253,7 @@ local.get $2 i32.gt_s if - local.get $5 + local.get $4 local.get $2 i32.const 2 i32.shl @@ -7303,7 +7273,7 @@ local.get $2 i32.gt_s if - local.get $5 + local.get $4 local.get $2 i32.const 2 i32.shl @@ -7325,7 +7295,6 @@ ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result f32) (local $2 f32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -7342,10 +7311,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -7361,7 +7329,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -7372,7 +7339,7 @@ i32.add f32.load local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -7399,10 +7366,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -7567,7 +7533,6 @@ global.set $~lib/memory/__stack_pointer ) (func $std/array/internalCapacity (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -7584,18 +7549,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load local.tee $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -7605,7 +7569,7 @@ i32.const 2 i32.shr_s local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -7630,10 +7594,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -7768,10 +7731,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -7806,7 +7768,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -7823,10 +7784,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -7842,7 +7802,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -7853,7 +7812,7 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -7862,7 +7821,6 @@ (func $~lib/array/Array#pop (param $0 i32) (result i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -7879,15 +7837,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 - local.tee $2 + local.tee $1 i32.const 0 i32.le_s if @@ -7899,31 +7856,30 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store local.get $0 i32.load offset=4 - local.get $2 + local.get $1 i32.const 1 i32.sub - local.tee $2 + local.tee $1 i32.const 2 i32.shl i32.add i32.load - local.set $3 - local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 - local.get $2 - i32.store offset=12 local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 ) (func $~lib/array/Array#__set (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) @@ -7943,10 +7899,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -8017,10 +7972,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -8045,7 +7999,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -8056,7 +8009,7 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -8083,16 +8036,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -8173,16 +8125,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $3 @@ -8354,7 +8305,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store block $folding-inner1 @@ -8362,7 +8312,7 @@ local.get $2 i32.eqz if - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -8443,10 +8393,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -8489,7 +8438,6 @@ (func $~lib/array/Array#slice (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -8506,10 +8454,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -8567,39 +8514,38 @@ i32.const 0 i32.gt_s select - local.tee $3 + local.tee $2 i32.const 2 i32.const 4 i32.const 0 call $~lib/rt/__newArray - local.tee $4 + local.tee $3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $4 + local.get $3 i32.store - local.get $4 + local.get $3 i32.load offset=4 - local.set $5 - local.get $2 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + local.get $4 local.get $0 i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - local.get $3 + local.get $2 i32.const 2 i32.shl memory.copy - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $3 ) (func $~lib/array/Array#slice@varargs (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -8675,29 +8621,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 - local.tee $4 + local.tee $5 i32.const 1 i32.gt_u if - local.get $4 + local.get $5 i32.const 1 i32.shr_u - local.set $5 - local.get $4 + local.set $4 + local.get $5 i32.const 8 i32.sub local.set $6 @@ -8705,7 +8650,7 @@ local.get $1 i32.const 7 i32.add - local.get $5 + local.get $4 i32.lt_u if local.get $1 @@ -8780,13 +8725,13 @@ br $while-continue|0 end end - local.get $4 + local.get $5 i32.const 1 i32.sub - local.set $4 + local.set $5 loop $while-continue|1 local.get $1 - local.get $5 + local.get $4 i32.lt_u if local.get $1 @@ -8797,7 +8742,7 @@ local.set $7 local.get $6 local.get $2 - local.get $4 + local.get $5 local.get $1 i32.sub i32.add @@ -8845,29 +8790,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 - local.tee $3 + local.tee $4 i32.const 1 i32.gt_u if - local.get $3 + local.get $4 i32.const 1 i32.shr_u - local.set $4 - local.get $3 + local.set $3 + local.get $4 i32.const 2 i32.sub local.set $5 @@ -8875,7 +8819,7 @@ local.get $1 i32.const 1 i32.add - local.get $4 + local.get $3 i32.lt_u if local.get $2 @@ -8911,13 +8855,13 @@ br $while-continue|0 end end - local.get $3 + local.get $4 i32.const 1 i32.sub - local.set $3 + local.set $4 loop $while-continue|1 local.get $1 - local.get $4 + local.get $3 i32.lt_u if local.get $2 @@ -8930,7 +8874,7 @@ local.set $6 local.get $5 local.get $2 - local.get $3 + local.get $4 local.get $1 i32.sub i32.const 1 @@ -8957,7 +8901,6 @@ local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -8974,10 +8917,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -8993,7 +8935,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -9004,7 +8945,7 @@ i32.add i32.load16_u local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -9012,7 +8953,6 @@ ) (func $~lib/array/Array#indexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -9029,10 +8969,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -9044,7 +8983,7 @@ i32.ge_s i32.or if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -9108,7 +9047,6 @@ ) (func $~lib/array/Array#lastIndexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -9125,10 +9063,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -9136,7 +9073,7 @@ local.tee $3 i32.eqz if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -9251,7 +9188,6 @@ local.get $0 ) (func $~lib/array/Array#includes (param $0 i32) (param $1 i32) (param $2 i32) (result i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -9268,10 +9204,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -9308,13 +9243,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $2 local.get $0 i32.load offset=12 @@ -9340,83 +9274,81 @@ i32.lt_s select end - local.tee $1 - i32.sub local.tee $4 + i32.sub + local.tee $1 + local.get $1 local.get $2 - local.get $4 - i32.lt_s + i32.gt_s select - local.tee $2 + local.tee $1 i32.const 0 - local.get $2 + local.get $1 i32.const 0 i32.gt_s select - local.tee $2 + local.tee $5 i32.const 2 i32.const 4 i32.const 0 call $~lib/rt/__newArray - local.tee $4 + local.tee $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $4 + local.get $1 i32.store - local.get $4 + local.get $1 i32.load offset=4 - local.set $6 - local.get $5 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $6 + local.get $2 local.get $0 i32.load offset=4 - local.tee $5 - local.get $1 + local.tee $2 + local.get $4 i32.const 2 i32.shl i32.add local.tee $6 - local.get $2 + local.get $5 i32.const 2 i32.shl memory.copy - local.get $1 - local.get $2 + local.get $4 + local.get $5 i32.add - local.tee $1 + local.tee $4 local.get $3 i32.ne if local.get $6 - local.get $5 - local.get $1 + local.get $2 + local.get $4 i32.const 2 i32.shl i32.add local.get $3 - local.get $1 + local.get $4 i32.sub i32.const 2 i32.shl memory.copy end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store local.get $0 local.get $3 - local.get $2 + local.get $5 i32.sub i32.store offset=12 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $1 ) (func $~lib/array/Array#splice@varargs (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -9487,13 +9419,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 2 local.get $0 i32.load offset=12 @@ -9519,7 +9450,7 @@ i32.lt_s select end - local.tee $3 + local.tee $4 i32.sub local.tee $1 local.get $1 @@ -9537,23 +9468,22 @@ i32.const 10 i32.const 0 call $~lib/rt/__newArray - local.tee $4 + local.tee $5 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $4 + local.get $5 i32.store - local.get $4 - i32.load offset=4 - local.set $6 local.get $5 + i32.load offset=4 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $6 + local.get $3 local.get $0 i32.load offset=4 - local.tee $5 - local.get $3 + local.tee $3 + local.get $4 i32.const 2 i32.shl i32.add @@ -9564,26 +9494,25 @@ memory.copy local.get $2 local.get $1 - local.get $3 + local.get $4 i32.add - local.tee $3 + local.tee $4 i32.ne if local.get $6 - local.get $5 local.get $3 + local.get $4 i32.const 2 i32.shl i32.add local.get $2 - local.get $3 + local.get $4 i32.sub i32.const 2 i32.shl memory.copy end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -9591,14 +9520,13 @@ local.get $1 i32.sub i32.store offset=12 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $5 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -9615,10 +9543,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -9634,10 +9561,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 local.get $1 @@ -9664,7 +9590,6 @@ local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -9681,10 +9606,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -9700,10 +9624,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 local.get $1 @@ -9713,7 +9636,7 @@ i32.load local.tee $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -9737,10 +9660,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -9774,7 +9696,6 @@ i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -9785,7 +9706,7 @@ i32.add local.get $2 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -9794,7 +9715,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -9811,32 +9731,30 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 - local.set $4 + local.set $3 loop $for-loop|0 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $2 - local.get $4 + local.get $3 local.get $0 i32.load offset=12 - local.tee $5 + local.tee $4 + local.get $3 local.get $4 - local.get $5 i32.lt_s select i32.lt_s if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -9846,13 +9764,13 @@ i32.shl i32.add i32.load - local.set $5 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 3 global.set $~argumentsLength - local.get $5 + local.get $4 local.get $2 local.get $0 local.get $1 @@ -9896,10 +9814,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -9930,10 +9847,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -9950,7 +9866,6 @@ (func $~lib/array/Array#findLastIndex (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -9967,10 +9882,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -9984,7 +9898,6 @@ i32.ge_s if global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=4 local.get $0 @@ -9994,13 +9907,13 @@ i32.shl i32.add i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 3 global.set $~argumentsLength - local.get $4 + local.get $3 local.get $2 local.get $0 local.get $1 @@ -10031,7 +9944,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -10048,32 +9960,30 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 - local.set $4 + local.set $3 loop $for-loop|0 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $2 - local.get $4 + local.get $3 local.get $0 i32.load offset=12 - local.tee $5 + local.tee $4 + local.get $3 local.get $4 - local.get $5 i32.lt_s select i32.lt_s if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -10083,13 +9993,13 @@ i32.shl i32.add i32.load - local.set $5 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 3 global.set $~argumentsLength - local.get $5 + local.get $4 local.get $2 local.get $0 local.get $1 @@ -10134,10 +10044,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -10168,10 +10077,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -10189,7 +10097,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -10206,32 +10113,30 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 - local.set $4 + local.set $3 loop $for-loop|0 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $2 - local.get $4 + local.get $3 local.get $0 i32.load offset=12 - local.tee $5 + local.tee $4 + local.get $3 local.get $4 - local.get $5 i32.lt_s select i32.lt_s if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -10241,13 +10146,13 @@ i32.shl i32.add i32.load - local.set $5 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 3 global.set $~argumentsLength - local.get $5 + local.get $4 local.get $2 local.get $0 local.get $1 @@ -10291,10 +10196,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -10325,10 +10229,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -10346,7 +10249,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -10363,32 +10265,30 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 - local.set $4 + local.set $3 loop $for-loop|0 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $2 - local.get $4 + local.get $3 local.get $0 i32.load offset=12 - local.tee $5 + local.tee $4 + local.get $3 local.get $4 - local.get $5 i32.lt_s select i32.lt_s if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -10398,13 +10298,13 @@ i32.shl i32.add i32.load - local.set $5 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 3 global.set $~argumentsLength - local.get $5 + local.get $4 local.get $2 local.get $0 local.get $1 @@ -10439,10 +10339,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -10474,10 +10373,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -10635,10 +10533,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -10660,7 +10557,6 @@ (local $4 i32) (local $5 i32) (local $6 i32) - (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -10677,16 +10573,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=12 local.tee $3 @@ -10701,10 +10596,9 @@ i32.store local.get $4 i32.load offset=4 - local.set $6 + local.set $4 loop $for-loop|0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store local.get $2 @@ -10718,7 +10612,7 @@ select i32.lt_s if - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $2 @@ -10729,16 +10623,16 @@ i32.load offset=4 i32.add i32.load - local.set $7 - local.get $4 + local.set $6 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 3 global.set $~argumentsLength + local.get $4 local.get $5 - local.get $6 i32.add - local.get $7 + local.get $6 local.get $2 local.get $0 local.get $1 @@ -10774,10 +10668,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -10798,7 +10691,6 @@ (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -10815,40 +10707,38 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 2 i32.const 4 i32.const 0 call $~lib/rt/__newArray - local.tee $5 + local.tee $3 i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=12 - local.set $3 + local.set $4 loop $for-loop|0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store offset=4 local.get $2 - local.get $3 + local.get $4 local.get $0 i32.load offset=12 - local.tee $6 - local.get $3 - local.get $6 + local.tee $5 + local.get $4 + local.get $5 i32.lt_s select i32.lt_s if - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -10858,13 +10748,13 @@ i32.shl i32.add i32.load - local.set $6 - local.get $4 + local.set $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const 3 global.set $~argumentsLength - local.get $6 + local.get $5 local.get $2 local.get $0 local.get $1 @@ -10872,10 +10762,10 @@ call_indirect (type $1) if global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $3 i32.store offset=4 + local.get $3 local.get $5 - local.get $6 call $~lib/array/Array#push end local.get $2 @@ -10889,7 +10779,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $3 ) (func $start:std/array~anonymous|31 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -10908,10 +10798,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -10946,10 +10835,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -10971,7 +10859,6 @@ (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -10988,32 +10875,30 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 - local.set $5 + local.set $4 loop $for-loop|0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store local.get $3 - local.get $5 + local.get $4 local.get $0 i32.load offset=12 - local.tee $6 + local.tee $5 + local.get $4 local.get $5 - local.get $6 i32.lt_s select i32.lt_s if - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -11023,14 +10908,14 @@ i32.shl i32.add i32.load - local.set $6 - local.get $4 + local.set $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 4 global.set $~argumentsLength local.get $2 - local.get $6 + local.get $5 local.get $3 local.get $0 local.get $1 @@ -11067,10 +10952,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $3 i32.store local.get $3 @@ -11101,10 +10985,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $3 i32.store local.get $3 @@ -11121,7 +11004,6 @@ (func $~lib/array/Array#reduceRight (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -11138,10 +11020,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -11155,7 +11036,6 @@ i32.ge_s if global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store offset=4 local.get $0 @@ -11165,14 +11045,14 @@ i32.shl i32.add i32.load - local.set $5 - local.get $4 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 4 global.set $~argumentsLength local.get $2 - local.get $5 + local.get $4 local.get $3 local.get $0 local.get $1 @@ -11195,7 +11075,6 @@ (func $std/array/Dim#constructor (result i32) (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -11206,20 +11085,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 22 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -11228,13 +11107,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new @@ -11713,7 +11591,6 @@ (func $~lib/array/Array#sort@varargs (param $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -11724,10 +11601,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 block $1of1 @@ -11745,13 +11621,12 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -11760,25 +11635,24 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=12 local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $3 + local.get $2 local.get $0 local.get $1 call $~lib/util/sort/SORT @@ -12231,7 +12105,6 @@ ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result f64) (local $2 f64) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -12248,10 +12121,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -12267,7 +12139,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -12278,7 +12149,7 @@ i32.add f64.load local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -12720,7 +12591,6 @@ (func $~lib/array/Array#sort (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -12737,26 +12607,25 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=12 - local.set $4 - local.get $2 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store + local.get $2 local.get $3 - local.get $4 local.get $1 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer @@ -13211,10 +13080,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/array/Array#constructor local.tee $2 @@ -13267,34 +13135,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/array/Array#constructor - local.tee $2 + local.tee $1 i32.store loop $for-loop|0 local.get $0 - local.get $1 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 local.get $1 + local.get $2 call $~lib/math/NativeMath.random local.get $0 f64.convert_i32_s f64.mul i32.trunc_sat_f64_s call $~lib/array/Array#__set - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|0 end end @@ -13302,7 +13169,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 ) (func $std/array/assertSorted (param $0 i32) (param $1 i32) (local $2 i32) @@ -13319,25 +13186,24 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 block $__inlined_func$std/array/isSorted$656 (result i32) - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 local.get $0 local.get $1 call $~lib/array/Array#sort - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer local.get $1 @@ -13351,42 +13217,41 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store i32.const 1 local.set $0 + global.get $~lib/memory/__stack_pointer local.get $2 - local.get $3 i32.store - local.get $3 + local.get $2 call $~lib/array/Array#get:length - local.set $4 + local.set $3 loop $for-loop|0 local.get $0 - local.get $4 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store - local.get $3 + local.get $2 local.get $0 i32.const 1 i32.sub call $~lib/array/Array#__get - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store - local.get $3 + local.get $2 local.get $0 call $~lib/array/Array#__get - local.set $2 + local.set $5 i32.const 2 global.set $~argumentsLength + local.get $4 local.get $5 - local.get $2 local.get $1 i32.load call_indirect (type $0) @@ -13436,7 +13301,6 @@ unreachable ) (func $std/array/assertSortedDefault (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -13453,13 +13317,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11120 i32.store offset=4 local.get $0 @@ -13471,7 +13334,6 @@ global.set $~lib/memory/__stack_pointer ) (func $std/array/assertStableSortedForComplexObjects~anonymous|0 (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -13488,16 +13350,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $0 @@ -13505,7 +13366,7 @@ i32.load i32.sub local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -13517,7 +13378,6 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -13556,16 +13416,15 @@ local.get $3 select i32.add - local.set $9 + local.set $8 loop $for-loop|0 local.get $2 - local.get $9 + local.get $8 i32.ge_s if global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $0 - local.get $9 + local.get $8 i32.const 2 i32.shl i32.add @@ -13573,23 +13432,23 @@ i32.load local.tee $3 i32.store - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $5 i32.load offset=4 local.tee $5 i32.store offset=4 local.get $5 local.set $6 - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $5 i32.store offset=8 - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=12 - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=16 - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $5 i32.store offset=20 i32.const 2 @@ -13611,36 +13470,35 @@ local.tee $3 i32.store offset=12 end - local.get $9 + local.get $8 i32.const 1 i32.sub - local.set $10 + local.set $9 loop $while-continue|1 local.get $1 - local.get $10 + local.get $9 i32.le_s if block $while-break|1 global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $0 - local.get $10 + local.get $9 i32.const 2 i32.shl i32.add local.tee $5 i32.load - local.tee $8 + local.tee $7 i32.store + global.get $~lib/memory/__stack_pointer local.get $7 - local.get $8 i32.store offset=16 - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=20 i32.const 2 global.set $~argumentsLength - local.get $8 + local.get $7 local.get $3 local.get $4 i32.load @@ -13649,18 +13507,18 @@ i32.le_s br_if $while-break|1 local.get $5 - local.get $8 + local.get $7 i32.store offset=8 - local.get $10 + local.get $9 i32.const 1 i32.sub - local.set $10 + local.set $9 br $while-continue|1 end end end local.get $0 - local.get $10 + local.get $9 i32.const 2 i32.shl i32.add @@ -13668,14 +13526,13 @@ i32.store offset=8 loop $while-continue|2 local.get $1 - local.get $10 + local.get $9 i32.le_s if block $while-break|2 global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $0 - local.get $10 + local.get $9 i32.const 2 i32.shl i32.add @@ -13683,10 +13540,10 @@ i32.load local.tee $3 i32.store - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=16 - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=20 i32.const 2 @@ -13702,25 +13559,25 @@ local.get $5 local.get $3 i32.store offset=4 - local.get $10 + local.get $9 i32.const 1 i32.sub - local.set $10 + local.set $9 br $while-continue|2 end end end local.get $0 - local.get $10 + local.get $9 i32.const 2 i32.shl i32.add local.get $6 i32.store offset=4 - local.get $9 + local.get $8 i32.const 2 i32.add - local.set $9 + local.set $8 br $for-loop|0 end end @@ -13733,7 +13590,6 @@ (local $4 i32) (local $5 i32) (local $6 i32) - (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -13750,17 +13606,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 local.get $1 local.get $2 i32.eq if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -13768,7 +13623,6 @@ return end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 local.get $1 i32.const 2 @@ -13777,7 +13631,7 @@ i32.load local.tee $5 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 local.get $1 i32.const 1 @@ -13805,25 +13659,24 @@ i32.gt_s if (result i32) global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $0 local.get $4 i32.const 2 i32.shl i32.add - local.tee $7 - i32.load offset=4 local.tee $5 + i32.load offset=4 + local.tee $6 i32.store - local.get $6 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $5 i32.load - local.tee $6 + local.tee $5 i32.store offset=4 i32.const 2 global.set $~argumentsLength - local.get $5 local.get $6 + local.get $5 local.get $3 i32.load call_indirect (type $0) @@ -13887,24 +13740,23 @@ i32.gt_s if (result i32) global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 local.get $4 i32.const 2 i32.shl i32.add - local.tee $5 + local.tee $1 i32.load offset=4 - local.tee $6 + local.tee $5 i32.store + global.get $~lib/memory/__stack_pointer local.get $1 - local.get $5 i32.load local.tee $1 i32.store offset=4 i32.const 2 global.set $~argumentsLength - local.get $6 + local.get $5 local.get $1 local.get $3 i32.load @@ -13933,7 +13785,6 @@ (local $6 i32) (local $7 i32) (local $8 i32) - (local $9 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -13950,10 +13801,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 local.get $3 @@ -14021,34 +13871,33 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $4 local.get $2 i32.const 2 i32.shl i32.add i32.load - local.tee $9 + local.tee $7 i32.store - local.get $8 + global.get $~lib/memory/__stack_pointer local.get $4 local.get $6 i32.const 2 i32.shl i32.add i32.load - local.tee $7 + local.tee $8 i32.store offset=4 - local.get $8 - local.get $9 + global.get $~lib/memory/__stack_pointer + local.get $7 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $8 - local.get $7 i32.store offset=12 i32.const 2 global.set $~argumentsLength - local.get $9 local.get $7 + local.get $8 local.get $5 i32.load call_indirect (type $0) @@ -14060,7 +13909,7 @@ i32.const 2 i32.shl i32.add - local.get $9 + local.get $7 i32.store local.get $2 i32.const 1 @@ -14072,7 +13921,7 @@ i32.const 2 i32.shl i32.add - local.get $7 + local.get $8 i32.store local.get $6 i32.const 1 @@ -14099,10 +13948,10 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) + (local $10 i64) (local $11 i32) (local $12 i32) - (local $13 i64) + (local $13 i32) (local $14 i32) (local $15 i32) global.get $~lib/memory/__stack_pointer @@ -14146,29 +13995,28 @@ br $break|0 end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.load - local.tee $3 + local.tee $4 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 - local.tee $4 + local.tee $3 i32.store offset=4 - local.get $1 - local.get $3 - i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $3 i32.store offset=12 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $4 - local.get $3 local.get $3 local.get $4 + local.get $4 + local.get $3 local.get $2 i32.load call_indirect (type $0) @@ -14178,11 +14026,11 @@ select i32.store global.get $~lib/memory/__stack_pointer - local.get $3 local.get $4 + local.get $3 local.get $1 select - local.tee $1 + local.tee $4 i32.store global.get $~lib/memory/__stack_pointer local.get $0 @@ -14190,7 +14038,7 @@ local.tee $3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 @@ -14199,48 +14047,47 @@ global.set $~argumentsLength local.get $0 local.get $3 - local.get $1 - local.get $1 + local.get $4 + local.get $4 local.get $3 local.get $2 i32.load call_indirect (type $0) i32.const 0 i32.gt_s - local.tee $4 + local.tee $1 select i32.store offset=4 local.get $0 - local.get $1 - local.get $3 local.get $4 + local.get $3 + local.get $1 select i32.store offset=8 end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.load - local.tee $3 + local.tee $4 i32.store offset=16 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 - local.tee $4 + local.tee $3 i32.store offset=20 - local.get $1 - local.get $3 - i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $4 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $3 i32.store offset=12 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $4 - local.get $3 local.get $3 local.get $4 + local.get $4 + local.get $3 local.get $2 i32.load call_indirect (type $0) @@ -14250,8 +14097,8 @@ select i32.store local.get $0 - local.get $3 local.get $4 + local.get $3 local.get $1 select i32.store offset=4 @@ -14274,43 +14121,43 @@ local.get $1 i32.clz i32.sub - local.tee $3 + local.tee $5 i32.const 2 i32.shl - local.tee $5 + local.tee $4 i32.const 1 i32.shl - local.set $6 + local.set $3 global.get $~lib/rt/tlsf/ROOT i32.eqz if call $~lib/rt/tlsf/initialize end - local.get $5 + local.get $4 global.get $~lib/rt/tlsf/ROOT - local.get $6 + local.get $3 call $~lib/rt/tlsf/allocateBlock i32.const 4 i32.add - local.tee $10 + local.tee $13 i32.add - local.set $11 + local.set $12 loop $for-loop|1 - local.get $3 - local.get $4 + local.get $5 + local.get $7 i32.gt_u if - local.get $10 - local.get $4 + local.get $13 + local.get $7 i32.const 2 i32.shl i32.add i32.const -1 i32.store - local.get $4 + local.get $7 i32.const 1 i32.add - local.set $4 + local.set $7 br $for-loop|1 end end @@ -14326,7 +14173,7 @@ call $~lib/rt/tlsf/allocateBlock i32.const 4 i32.add - local.set $12 + local.set $11 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 @@ -14335,7 +14182,7 @@ local.get $1 i32.const 1 i32.sub - local.tee $9 + local.tee $14 local.get $2 call $~lib/util/sort/extendRunRight local.tee $5 @@ -14351,8 +14198,8 @@ local.get $0 i32.const 0 i32.const 31 - local.get $9 - local.get $9 + local.get $14 + local.get $14 i32.const 31 i32.ge_s select @@ -14362,12 +14209,12 @@ call $~lib/util/sort/insertionSort end i32.const 0 - local.set $4 + local.set $7 i32.const 0 local.set $1 loop $while-continue|2 local.get $5 - local.get $9 + local.get $14 i32.lt_s if global.get $~lib/memory/__stack_pointer @@ -14377,16 +14224,16 @@ local.get $5 i32.const 1 i32.add - local.tee $6 - local.get $9 + local.tee $4 + local.get $14 local.get $2 call $~lib/util/sort/extendRunRight - local.tee $3 - local.get $6 + local.tee $6 + local.get $4 i32.sub i32.const 1 i32.add - local.tee $7 + local.tee $8 i32.const 32 i32.lt_s if @@ -14394,34 +14241,34 @@ local.get $2 i32.store offset=8 local.get $0 - local.get $6 - local.get $9 - local.get $6 + local.get $4 + local.get $14 + local.get $4 i32.const 31 i32.add local.tee $3 local.get $3 - local.get $9 + local.get $14 i32.gt_s select - local.tee $3 - local.get $7 + local.tee $6 + local.get $8 local.get $2 call $~lib/util/sort/insertionSort end local.get $1 - local.get $6 + local.get $4 i32.add i64.extend_i32_u i64.const 30 i64.shl - local.get $9 + local.get $14 i32.const 1 i32.add i64.extend_i32_u - local.tee $13 + local.tee $10 i64.div_u - local.get $3 + local.get $4 local.get $6 i32.add i32.const 1 @@ -14429,31 +14276,31 @@ i64.extend_i32_u i64.const 30 i64.shl - local.get $13 + local.get $10 i64.div_u i64.xor i32.wrap_i64 i32.clz - local.set $7 + local.set $3 loop $for-loop|3 - local.get $4 + local.get $3 local.get $7 - i32.gt_u + i32.lt_u if - local.get $4 + local.get $7 i32.const 2 i32.shl - local.tee $14 - local.get $10 + local.tee $9 + local.get $13 i32.add - local.tee $15 - i32.load local.tee $8 + i32.load + local.tee $15 i32.const -1 i32.ne if - local.get $11 - local.get $14 + local.get $9 + local.get $12 i32.add i32.load i32.const 1 @@ -14463,55 +14310,55 @@ local.get $2 i32.store offset=8 local.get $0 - local.get $8 + local.get $15 local.get $1 local.get $5 - local.get $12 + local.get $11 local.get $2 call $~lib/util/sort/mergeRuns - local.get $15 + local.get $8 i32.const -1 i32.store - local.get $8 + local.get $15 local.set $1 end - local.get $4 + local.get $7 i32.const 1 i32.sub - local.set $4 + local.set $7 br $for-loop|3 end end - local.get $7 + local.get $3 i32.const 2 i32.shl - local.tee $4 - local.get $10 + local.tee $7 + local.get $13 i32.add local.get $1 i32.store - local.get $4 - local.get $11 + local.get $7 + local.get $12 i32.add local.get $5 i32.store - local.get $6 + local.get $4 local.set $1 - local.get $3 + local.get $6 local.set $5 - local.get $7 - local.set $4 + local.get $3 + local.set $7 br $while-continue|2 end end loop $for-loop|4 - local.get $4 + local.get $7 if - local.get $4 + local.get $7 i32.const 2 i32.shl local.tee $1 - local.get $10 + local.get $13 i32.add i32.load local.tee $3 @@ -14519,7 +14366,7 @@ i32.ne if local.get $1 - local.get $11 + local.get $12 i32.add i32.load i32.const 1 @@ -14531,21 +14378,21 @@ local.get $0 local.get $3 local.get $1 - local.get $9 - local.get $12 + local.get $14 + local.get $11 local.get $2 call $~lib/util/sort/mergeRuns end - local.get $4 + local.get $7 i32.const 1 i32.sub - local.set $4 + local.set $7 br $for-loop|4 end end - local.get $12 + local.get $11 call $~lib/rt/tlsf/__free - local.get $10 + local.get $13 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer i32.const 24 @@ -14561,7 +14408,6 @@ (func $~lib/array/Array#sort (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -14578,26 +14424,25 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=12 - local.set $4 - local.get $2 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store + local.get $2 local.get $3 - local.get $4 local.get $1 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer @@ -14607,7 +14452,6 @@ local.get $0 ) (func $start:std/array~anonymous|52 (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -14624,10 +14468,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -14664,25 +14507,24 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 block $__inlined_func$std/array/isSorted<~lib/array/Array>$658 (result i32) - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 local.get $0 local.get $1 call $~lib/array/Array#sort - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store global.get $~lib/memory/__stack_pointer local.get $1 @@ -14698,51 +14540,50 @@ local.get $1 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 i32.const 1 local.set $1 - local.get $2 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $5 i32.store - local.get $3 + local.get $5 call $~lib/array/Array#get:length - local.set $2 + local.set $4 loop $for-loop|0 local.get $1 - local.get $2 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=8 - local.get $3 + local.get $5 local.get $1 i32.const 1 i32.sub call $~lib/array/Array#__get - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=8 - local.get $3 + local.get $5 local.get $1 call $~lib/array/Array#__get - local.set $5 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $3 i32.store offset=4 i32.const 2 global.set $~argumentsLength - local.get $4 - local.get $5 + local.get $2 + local.get $3 local.get $0 i32.load call_indirect (type $0) @@ -14813,7 +14654,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store block $folding-inner0 @@ -14827,7 +14667,7 @@ i32.or i32.or br_if $folding-inner0 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -14837,7 +14677,7 @@ i32.const 1 i32.shr_u local.set $4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -14854,7 +14694,7 @@ local.get $4 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -14872,10 +14712,9 @@ return end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 block $__inlined_func$~lib/util/string/compareImpl (result i32) @@ -14999,14 +14838,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -15021,7 +14859,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -15031,7 +14868,7 @@ i32.const 1 i32.shr_u local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $2 @@ -15043,10 +14880,10 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 block $__inlined_func$~lib/util/string/compareImpl$1 (result i32) @@ -15144,7 +14981,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -15155,83 +14991,81 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - block $__inlined_func$~lib/string/String#concat$734 (result i32) - local.get $2 - local.get $0 - i32.store - local.get $2 - local.get $1 - i32.store offset=4 - local.get $2 - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $5 - i64.const 0 - i64.store - local.get $5 - local.get $0 - i32.store - local.get $0 - i32.const 20 - i32.sub - i32.load offset=16 - i32.const -2 - i32.and - local.set $2 - local.get $5 - local.get $1 - i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + local.get $0 + local.tee $2 + i32.store + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const -2 + i32.and + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + block $__inlined_func$~lib/string/String#concat$734 local.get $1 i32.const 20 i32.sub i32.load offset=16 i32.const -2 i32.and - local.tee $3 - local.get $2 - i32.add local.tee $4 + local.get $3 + i32.add + local.tee $0 i32.eqz if - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 + local.set $0 br $__inlined_func$~lib/string/String#concat$734 end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.const 2 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $0 i32.store offset=4 - local.get $4 local.get $0 local.get $2 + local.get $3 memory.copy - local.get $2 - local.get $4 + local.get $0 + local.get $3 i32.add local.get $1 - local.get $3 + local.get $4 memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -15250,7 +15084,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -15267,10 +15100,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -15299,7 +15131,7 @@ select i32.const 1 i32.shl - local.set $4 + local.set $3 local.get $2 i32.const 0 local.get $2 @@ -15308,22 +15140,22 @@ select i32.const 1 i32.shl - local.tee $5 - local.get $4 + local.tee $4 + local.get $3 i32.sub local.tee $2 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 return end - local.get $4 + local.get $3 i32.eqz - local.get $5 + local.get $4 local.get $1 i32.const 1 i32.shl @@ -15345,7 +15177,7 @@ i32.store offset=4 local.get $1 local.get $0 - local.get $4 + local.get $3 i32.add local.get $2 memory.copy @@ -15372,26 +15204,25 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store block $__inlined_func$~lib/util/string/joinIntegerArray$6 (result i32) - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -15400,17 +15231,16 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store local.get $0 i32.const 1 i32.sub - local.tee $6 + local.tee $0 i32.const 0 i32.lt_s if - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -15418,7 +15248,7 @@ br $__inlined_func$~lib/util/string/joinIntegerArray$6 end block $folding-inner0 - local.get $6 + local.get $0 i32.eqz if local.get $4 @@ -15428,10 +15258,9 @@ br $folding-inner0 end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 20 i32.sub @@ -15441,11 +15270,11 @@ local.tee $5 i32.const 11 i32.add - local.get $6 + local.get $0 i32.mul i32.const 11 i32.add - local.tee $0 + local.tee $6 i32.const 1 i32.shl i32.const 2 @@ -15453,9 +15282,9 @@ local.tee $7 i32.store offset=4 loop $for-loop|0 + local.get $0 local.get $3 - local.get $6 - i32.lt_s + i32.gt_s if local.get $7 local.get $2 @@ -15496,13 +15325,14 @@ br $for-loop|0 end end + local.get $6 local.get $7 local.get $2 i32.const 1 i32.shl i32.add local.get $4 - local.get $6 + local.get $0 i32.const 2 i32.shl i32.add @@ -15510,15 +15340,14 @@ call $~lib/util/number/itoa_buffered local.get $2 i32.add - local.tee $1 - local.get $0 - i32.lt_s + local.tee $0 + i32.gt_s if global.get $~lib/memory/__stack_pointer local.get $7 i32.store local.get $7 - local.get $1 + local.get $0 call $~lib/string/String#substring local.set $1 br $folding-inner0 @@ -15568,26 +15397,25 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store block $__inlined_func$~lib/util/string/joinIntegerArray$7 (result i32) - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -15596,17 +15424,16 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store local.get $0 i32.const 1 i32.sub - local.tee $6 + local.tee $0 i32.const 0 i32.lt_s if - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -15614,7 +15441,7 @@ br $__inlined_func$~lib/util/string/joinIntegerArray$7 end block $folding-inner0 - local.get $6 + local.get $0 i32.eqz if local.get $4 @@ -15624,10 +15451,9 @@ br $folding-inner0 end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 20 i32.sub @@ -15637,11 +15463,11 @@ local.tee $5 i32.const 10 i32.add - local.get $6 + local.get $0 i32.mul i32.const 10 i32.add - local.tee $0 + local.tee $6 i32.const 1 i32.shl i32.const 2 @@ -15649,9 +15475,9 @@ local.tee $7 i32.store offset=4 loop $for-loop|0 + local.get $0 local.get $3 - local.get $6 - i32.lt_s + i32.gt_s if local.get $7 local.get $2 @@ -15692,13 +15518,14 @@ br $for-loop|0 end end + local.get $6 local.get $7 local.get $2 i32.const 1 i32.shl i32.add local.get $4 - local.get $6 + local.get $0 i32.const 2 i32.shl i32.add @@ -15706,15 +15533,14 @@ call $~lib/util/number/itoa_buffered local.get $2 i32.add - local.tee $1 - local.get $0 - i32.lt_s + local.tee $0 + i32.gt_s if global.get $~lib/memory/__stack_pointer local.get $7 i32.store local.get $7 - local.get $1 + local.get $0 call $~lib/string/String#substring local.set $1 br $folding-inner0 @@ -15765,24 +15591,23 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store local.get $1 i32.const 1 i32.sub - local.tee $6 + local.tee $7 i32.const 0 i32.lt_s if - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 return end - local.get $6 + local.get $7 i32.eqz if local.get $0 @@ -15797,14 +15622,13 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store local.get $3 f64.const 0 f64.eq if - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -15866,10 +15690,9 @@ br $folding-inner1 end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 12288 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12284 i32.load i32.const 1 @@ -15877,23 +15700,23 @@ local.tee $1 i32.const 28 i32.add - local.get $6 + local.get $7 i32.mul i32.const 28 i32.add - local.tee $7 + local.tee $5 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $5 + local.tee $6 i32.store offset=4 loop $for-loop|0 local.get $4 - local.get $6 + local.get $7 i32.lt_s if - local.get $5 + local.get $6 local.get $2 i32.const 1 i32.shl @@ -15910,7 +15733,7 @@ local.set $2 local.get $1 if - local.get $5 + local.get $6 local.get $2 i32.const 1 i32.shl @@ -15932,13 +15755,13 @@ br $for-loop|0 end end - local.get $5 + local.get $6 local.get $2 i32.const 1 i32.shl i32.add local.get $0 - local.get $6 + local.get $7 i32.const 3 i32.shl i32.add @@ -15947,13 +15770,13 @@ local.get $2 i32.add local.tee $0 - local.get $7 + local.get $5 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store - local.get $5 + local.get $6 local.get $0 call $~lib/string/String#substring local.set $0 @@ -15963,7 +15786,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $6 return end i32.const 48992 @@ -15985,7 +15808,6 @@ (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -16002,10 +15824,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 local.get $1 @@ -16015,7 +15836,7 @@ i32.const 0 i32.lt_s if - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -16026,12 +15847,11 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.load local.tee $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -16047,22 +15867,21 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $0 local.get $4 i32.const 2 i32.shl i32.add i32.load - local.tee $7 + local.tee $6 i32.store offset=4 - local.get $7 + local.get $6 if + global.get $~lib/memory/__stack_pointer local.get $6 - local.get $7 i32.store offset=8 local.get $3 - local.get $7 + local.get $6 i32.const 20 i32.sub i32.load offset=16 @@ -16081,10 +15900,9 @@ i32.const 0 local.set $4 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $2 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $3 local.get $2 i32.const 20 @@ -16092,7 +15910,7 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.tee $6 + local.tee $1 local.get $5 i32.mul i32.add @@ -16100,7 +15918,7 @@ i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $6 i32.store offset=12 i32.const 0 local.set $3 @@ -16110,55 +15928,54 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $0 local.get $3 i32.const 2 i32.shl i32.add i32.load - local.tee $1 + local.tee $7 i32.store offset=4 - local.get $1 + local.get $7 if - local.get $8 - local.get $1 - i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $7 + i32.store offset=8 + local.get $6 local.get $4 i32.const 1 i32.shl i32.add - local.get $1 - local.get $1 + local.get $7 + local.get $7 i32.const 20 i32.sub i32.load offset=16 i32.const 1 i32.shr_u - local.tee $1 + local.tee $7 i32.const 1 i32.shl memory.copy - local.get $1 local.get $4 + local.get $7 i32.add local.set $4 end - local.get $6 + local.get $1 if - local.get $7 + local.get $6 local.get $4 i32.const 1 i32.shl i32.add local.get $2 - local.get $6 + local.get $1 i32.const 1 i32.shl memory.copy + local.get $1 local.get $4 - local.get $6 i32.add local.set $4 end @@ -16170,7 +15987,6 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 local.get $5 i32.const 2 @@ -16181,10 +15997,10 @@ i32.store offset=4 local.get $0 if - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $7 + local.get $6 local.get $4 i32.const 1 i32.shl @@ -16202,11 +16018,10 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 + local.get $6 ) (func $~lib/array/Array<~lib/string/String|null>#join (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -16223,25 +16038,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $3 + local.get $2 local.get $0 local.get $1 call $~lib/util/string/joinStringArray @@ -16258,7 +16072,6 @@ (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -16269,26 +16082,25 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $3 - local.get $2 + local.set $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store block $__inlined_func$~lib/util/string/joinReferenceArray$8 (result i32) - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer @@ -16297,37 +16109,35 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 20 memory.fill local.get $0 i32.const 1 i32.sub - local.tee $5 + local.tee $2 i32.const 0 i32.lt_s if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 br $__inlined_func$~lib/util/string/joinReferenceArray$8 end - local.get $5 + local.get $2 i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $3 + local.get $5 i32.load - local.tee $1 + local.tee $0 i32.store - local.get $1 + local.get $0 if (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 i32.const 13632 else @@ -16344,60 +16154,57 @@ i32.const 11568 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 11568 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 i32.const 11852 i32.load i32.const 1 i32.shr_u - local.set $2 + local.set $4 loop $for-loop|0 local.get $1 - local.get $5 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $3 + local.get $5 local.get $1 i32.const 2 i32.shl i32.add i32.load - local.tee $6 + local.tee $3 i32.store - local.get $6 + local.get $3 if - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $4 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $3 i32.store offset=16 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 13632 i32.store offset=12 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 13632 call $~lib/string/String.__concat local.tee $0 i32.store offset=8 end - local.get $2 + local.get $4 if global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=12 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 11856 call $~lib/string/String.__concat @@ -16412,27 +16219,26 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $3 local.get $5 + local.get $2 i32.const 2 i32.shl i32.add i32.load - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 if - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $1 - local.get $2 i32.store offset=16 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 13632 i32.store offset=12 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 13632 call $~lib/string/String.__concat @@ -16461,7 +16267,6 @@ unreachable ) (func $~lib/array/Array#toString (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -16478,13 +16283,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 local.get $0 @@ -16514,16 +16318,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -16532,22 +16335,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store block $__inlined_func$~lib/util/string/joinIntegerArray$9 (result i32) @@ -16560,17 +16362,16 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store local.get $0 i32.const 1 i32.sub - local.tee $5 + local.tee $0 i32.const 0 i32.lt_s if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -16578,7 +16379,7 @@ br $__inlined_func$~lib/util/string/joinIntegerArray$9 end block $folding-inner00 - local.get $5 + local.get $0 i32.eqz if local.get $3 @@ -16588,10 +16389,9 @@ br $folding-inner00 end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 11856 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11852 i32.load i32.const 1 @@ -16599,11 +16399,11 @@ local.tee $4 i32.const 11 i32.add - local.get $5 + local.get $0 i32.mul i32.const 11 i32.add - local.tee $0 + local.tee $5 i32.const 1 i32.shl i32.const 2 @@ -16611,9 +16411,9 @@ local.tee $6 i32.store offset=4 loop $for-loop|0 + local.get $0 local.get $2 - local.get $5 - i32.lt_s + i32.gt_s if local.get $6 local.get $1 @@ -16652,27 +16452,27 @@ br $for-loop|0 end end + local.get $5 local.get $6 local.get $1 i32.const 1 i32.shl i32.add + local.get $0 local.get $3 - local.get $5 i32.add i32.load8_s call $~lib/util/number/itoa_buffered local.get $1 i32.add - local.tee $1 - local.get $0 - i32.lt_s + local.tee $0 + i32.gt_s if global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - local.get $1 + local.get $0 call $~lib/string/String#substring local.set $0 br $folding-inner00 @@ -16727,24 +16527,23 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store local.get $1 i32.const 1 i32.sub - local.tee $6 + local.tee $7 i32.const 0 i32.lt_s if - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 return end - local.get $6 + local.get $7 i32.eqz if local.get $0 @@ -16909,10 +16708,9 @@ br $folding-inner1 end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 11856 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11852 i32.load i32.const 1 @@ -16920,23 +16718,23 @@ local.tee $1 i32.const 20 i32.add - local.get $6 + local.get $7 i32.mul i32.const 20 i32.add - local.tee $7 + local.tee $5 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $5 + local.tee $6 i32.store offset=4 loop $for-loop|0 local.get $4 - local.get $6 + local.get $7 i32.lt_s if - local.get $5 + local.get $6 local.get $2 i32.const 1 i32.shl @@ -16953,7 +16751,7 @@ local.set $2 local.get $1 if - local.get $5 + local.get $6 local.get $2 i32.const 1 i32.shl @@ -16975,13 +16773,13 @@ br $for-loop|0 end end - local.get $5 + local.get $6 local.get $2 i32.const 1 i32.shl i32.add local.get $0 - local.get $6 + local.get $7 i32.const 3 i32.shl i32.add @@ -16990,13 +16788,13 @@ local.get $2 i32.add local.tee $0 - local.get $7 + local.get $5 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store - local.get $5 + local.get $6 local.get $0 call $~lib/string/String#substring local.set $1 @@ -17006,7 +16804,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $6 return end i32.const 48992 @@ -17023,7 +16821,6 @@ local.get $1 ) (func $~lib/array/Array<~lib/string/String|null>#toString (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -17040,13 +16837,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 local.get $0 @@ -17076,16 +16872,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -17094,22 +16889,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store block $__inlined_func$~lib/util/string/joinIntegerArray$10 (result i32) @@ -17122,17 +16916,16 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store local.get $0 i32.const 1 i32.sub - local.tee $5 + local.tee $0 i32.const 0 i32.lt_s if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -17140,7 +16933,7 @@ br $__inlined_func$~lib/util/string/joinIntegerArray$10 end block $folding-inner00 - local.get $5 + local.get $0 i32.eqz if local.get $3 @@ -17150,10 +16943,9 @@ br $folding-inner00 end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 11856 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11852 i32.load i32.const 1 @@ -17161,11 +16953,11 @@ local.tee $4 i32.const 10 i32.add - local.get $5 + local.get $0 i32.mul i32.const 10 i32.add - local.tee $0 + local.tee $5 i32.const 1 i32.shl i32.const 2 @@ -17173,9 +16965,9 @@ local.tee $6 i32.store offset=4 loop $for-loop|0 + local.get $0 local.get $2 - local.get $5 - i32.lt_s + i32.gt_s if local.get $6 local.get $1 @@ -17214,27 +17006,27 @@ br $for-loop|0 end end + local.get $5 local.get $6 local.get $1 i32.const 1 i32.shl i32.add + local.get $0 local.get $3 - local.get $5 i32.add i32.load8_u call $~lib/util/number/itoa_buffered local.get $1 i32.add - local.tee $1 - local.get $0 - i32.lt_s + local.tee $0 + i32.gt_s if global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - local.get $1 + local.get $0 call $~lib/string/String#substring local.set $0 br $folding-inner00 @@ -17272,7 +17064,6 @@ unreachable ) (func $~lib/array/Array#toString (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -17289,13 +17080,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 local.get $0 @@ -17325,16 +17115,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -17343,22 +17132,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $2 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$11 (result i32) @@ -17371,39 +17159,37 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.const 20 memory.fill local.get $0 i32.const 1 i32.sub - local.tee $4 + local.tee $5 i32.const 0 i32.lt_s if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$11 end - local.get $4 + local.get $5 i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $2 + local.get $3 i32.load - local.tee $1 + local.tee $0 i32.store - local.get $1 + local.get $0 if (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $1 + local.get $0 call $~lib/array/Array#toString else i32.const 11568 @@ -17419,25 +17205,23 @@ i32.const 11568 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 11568 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 i32.const 11852 i32.load i32.const 1 i32.shr_u - local.set $3 + local.set $2 loop $for-loop|0 local.get $1 - local.get $4 + local.get $5 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $2 + local.get $3 local.get $1 i32.const 2 i32.shl @@ -17447,10 +17231,12 @@ i32.store local.get $6 if - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=16 local.get $6 @@ -17459,23 +17245,22 @@ global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=12 - local.get $5 + local.get $4 local.get $0 local.get $6 call $~lib/string/String.__concat local.tee $0 i32.store offset=8 end - local.get $3 + local.get $2 if global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=12 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 11856 call $~lib/string/String.__concat @@ -17490,32 +17275,33 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $2 - local.get $4 + local.get $3 + local.get $5 i32.const 2 i32.shl i32.add i32.load - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 if - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $1 - local.get $2 i32.store offset=16 - local.get $2 + local.get $1 call $~lib/array/Array#toString - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=12 local.get $1 - local.get $0 + i32.store offset=12 local.get $2 + local.get $0 + local.get $1 call $~lib/string/String.__concat local.tee $0 i32.store offset=8 @@ -17568,19 +17354,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -17708,10 +17493,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -17767,6 +17551,7 @@ (local $10 i32) (local $11 i32) (local $12 i32) + (local $13 i32) global.get $~lib/memory/__stack_pointer i32.const 508 i32.sub @@ -17817,9 +17602,9 @@ global.set $std/array/arr i32.const 0 call $std/array/Ref#constructor - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store global.get $~lib/memory/__stack_pointer i32.const 8 @@ -17830,20 +17615,20 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 6 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $2 + local.set $7 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=4 - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -17852,42 +17637,41 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $8 i64.const 0 i64.store - local.get $8 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + local.get $1 i32.eqz if - local.get $8 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 3 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $1 i32.store end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 i32.const 0 i32.store - local.get $2 + local.get $1 i32.const 0 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -17897,28 +17681,28 @@ local.tee $8 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=12 - local.get $2 + local.get $1 local.get $8 i32.store - local.get $2 + local.get $1 local.get $8 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 i32.const 1 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -17926,24 +17710,23 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $7 - local.get $2 + local.get $1 i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $2 + local.get $1 i32.store - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 1664 i32.store - local.get $7 + global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.eqz if i32.const 0 @@ -17959,18 +17742,18 @@ i32.const 7 i32.const 1696 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 1 i32.const 1 i32.const 3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 0 @@ -17981,7 +17764,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -17994,16 +17777,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 1 global.set $~argumentsLength - local.get $2 + local.get $1 i32.const 0 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 0 @@ -18014,7 +17797,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18027,15 +17810,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 1 i32.const 0 i32.const -3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 0 @@ -18046,7 +17829,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18059,16 +17842,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 2 global.set $~argumentsLength - local.get $2 + local.get $1 i32.const 2 i32.const -2 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 0 @@ -18079,7 +17862,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18092,15 +17875,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 0 i32.const 1 i32.const 0 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 0 @@ -18111,7 +17894,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18124,16 +17907,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 1 global.set $~argumentsLength - local.get $2 + local.get $1 i32.const -1 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 0 @@ -18144,7 +17927,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18162,18 +17945,18 @@ i32.const 8 i32.const 1920 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 1 i32.const 1 i32.const 3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -18184,7 +17967,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18197,16 +17980,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 1 global.set $~argumentsLength - local.get $2 + local.get $1 i32.const 0 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -18217,7 +18000,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18230,15 +18013,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 1 i32.const 0 i32.const -3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -18249,7 +18032,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18262,16 +18045,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 2 global.set $~argumentsLength - local.get $2 + local.get $1 i32.const 2 i32.const -2 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -18282,7 +18065,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18295,15 +18078,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 0 i32.const 1 i32.const 0 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -18314,7 +18097,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18327,16 +18110,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 1 global.set $~argumentsLength - local.get $2 + local.get $1 i32.const -1 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -18347,7 +18130,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18365,18 +18148,18 @@ i32.const 9 i32.const 2256 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 f32.const 1 i32.const 1 i32.const 3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -18387,7 +18170,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18400,16 +18183,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 1 global.set $~argumentsLength - local.get $2 + local.get $1 f32.const 0 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -18420,7 +18203,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18433,15 +18216,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 f32.const 1 i32.const 0 i32.const -3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -18452,7 +18235,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18465,16 +18248,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 2 global.set $~argumentsLength - local.get $2 + local.get $1 f32.const 2 i32.const -2 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -18485,7 +18268,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18498,15 +18281,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 f32.const 0 i32.const 1 i32.const 0 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -18517,7 +18300,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18530,16 +18313,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 1 global.set $~argumentsLength - local.get $2 + local.get $1 f32.const -1 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -18550,7 +18333,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18563,16 +18346,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 1 global.set $~argumentsLength - local.get $2 + local.get $1 f32.const -0 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -18583,7 +18366,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 call $std/array/isArraysEqual i32.eqz @@ -18597,9 +18380,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length if i32.const 0 @@ -18611,9 +18394,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $std/array/internalCapacity i32.const 8 i32.ne @@ -18627,16 +18410,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 42 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 0 call $~lib/array/Array#__get i32.const 42 @@ -18651,9 +18434,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length i32.const 1 i32.ne @@ -18667,9 +18450,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $std/array/internalCapacity i32.const 8 i32.ne @@ -18683,9 +18466,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#pop i32.const 42 i32.ne @@ -18699,9 +18482,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length if i32.const 0 @@ -18713,9 +18496,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $std/array/internalCapacity i32.const 8 i32.ne @@ -18729,16 +18512,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 43 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length i32.const 1 i32.ne @@ -18752,9 +18535,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $std/array/internalCapacity i32.const 8 i32.ne @@ -18768,9 +18551,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 0 call $~lib/array/Array#__get i32.const 43 @@ -18785,16 +18568,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 44 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length i32.const 2 i32.ne @@ -18808,9 +18591,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $std/array/internalCapacity i32.const 8 i32.ne @@ -18824,9 +18607,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 0 call $~lib/array/Array#__get i32.const 43 @@ -18841,9 +18624,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 1 call $~lib/array/Array#__get i32.const 44 @@ -18858,16 +18641,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 45 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length i32.const 3 i32.ne @@ -18881,9 +18664,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $std/array/internalCapacity i32.const 8 i32.ne @@ -18897,9 +18680,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 0 call $~lib/array/Array#__get i32.const 43 @@ -18914,9 +18697,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 1 call $~lib/array/Array#__get i32.const 44 @@ -18931,9 +18714,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 2 call $~lib/array/Array#__get i32.const 45 @@ -18947,7 +18730,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 i32.const 10 @@ -18969,7 +18753,7 @@ i32.const 0 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $2 + local.get $1 local.get $7 i32.store offset=28 global.get $~lib/memory/__stack_pointer @@ -19019,12 +18803,12 @@ i32.const 4 i32.const 2688 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=32 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 0 call $~lib/array/Array#at i32.const 1 @@ -19038,9 +18822,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 3 call $~lib/array/Array#at i32.const 4 @@ -19054,9 +18838,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const -1 call $~lib/array/Array#at i32.const 4 @@ -19070,9 +18854,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const -4 call $~lib/array/Array#at i32.const 1 @@ -19088,18 +18872,18 @@ global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/array/Array#constructor - local.tee $2 + local.tee $1 i32.store offset=36 global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $7 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 - local.get $2 + local.get $1 call $~lib/array/Array#concat local.tee $7 i32.store offset=40 @@ -19231,15 +19015,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 46 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 47 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer @@ -19247,11 +19031,11 @@ local.tee $7 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 - local.get $2 + local.get $1 call $~lib/array/Array#concat local.tee $7 i32.store offset=40 @@ -19272,9 +19056,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length i32.const 2 i32.ne @@ -19408,12 +19192,12 @@ i32.const 4 i32.const 2768 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length if i32.const 0 @@ -19424,16 +19208,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $2 + local.get $1 i32.store - local.get $7 + global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $8 + local.tee $7 i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $1 local.get $7 - local.get $2 - local.get $8 call $~lib/array/Array#concat local.tee $7 i32.store offset=40 @@ -19453,9 +19236,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length if i32.const 0 @@ -19471,20 +19254,20 @@ i32.const 4 i32.const 2800 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=52 i32.const 2 global.set $~argumentsLength - local.get $2 + local.get $1 i32.const 0 i32.const 3 call $~lib/array/Array#copyWithin@varargs - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -19495,7 +19278,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19514,20 +19297,20 @@ i32.const 4 i32.const 2896 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=52 i32.const 2 global.set $~argumentsLength - local.get $2 + local.get $1 i32.const 1 i32.const 3 call $~lib/array/Array#copyWithin@varargs - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -19538,7 +19321,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19557,20 +19340,20 @@ i32.const 4 i32.const 2992 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=52 i32.const 2 global.set $~argumentsLength - local.get $2 + local.get $1 i32.const 1 i32.const 2 call $~lib/array/Array#copyWithin@varargs - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -19581,7 +19364,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19600,20 +19383,20 @@ i32.const 4 i32.const 3088 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=52 i32.const 2 global.set $~argumentsLength - local.get $2 + local.get $1 i32.const 2 i32.const 2 call $~lib/array/Array#copyWithin@varargs - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -19624,7 +19407,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19643,19 +19426,19 @@ i32.const 4 i32.const 3184 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=52 - local.get $2 + local.get $1 i32.const 0 i32.const 3 i32.const 4 call $~lib/array/Array#copyWithin - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -19666,7 +19449,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19685,19 +19468,19 @@ i32.const 4 i32.const 3280 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=52 - local.get $2 + local.get $1 i32.const 1 i32.const 3 i32.const 4 call $~lib/array/Array#copyWithin - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -19708,7 +19491,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19727,19 +19510,19 @@ i32.const 4 i32.const 3376 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=52 - local.get $2 + local.get $1 i32.const 1 i32.const 2 i32.const 4 call $~lib/array/Array#copyWithin - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -19750,7 +19533,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19769,20 +19552,20 @@ i32.const 4 i32.const 3472 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=52 i32.const 2 global.set $~argumentsLength - local.get $2 + local.get $1 i32.const 0 i32.const -2 call $~lib/array/Array#copyWithin@varargs - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -19793,7 +19576,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19812,19 +19595,19 @@ i32.const 4 i32.const 3568 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=52 - local.get $2 + local.get $1 i32.const 0 i32.const -2 i32.const -1 call $~lib/array/Array#copyWithin - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -19835,7 +19618,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19854,19 +19637,19 @@ i32.const 4 i32.const 3664 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=52 - local.get $2 + local.get $1 i32.const -4 i32.const -3 i32.const -2 call $~lib/array/Array#copyWithin - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -19877,7 +19660,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19896,19 +19679,19 @@ i32.const 4 i32.const 3760 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=52 - local.get $2 + local.get $1 i32.const -4 i32.const -3 i32.const -1 call $~lib/array/Array#copyWithin - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -19919,7 +19702,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19938,20 +19721,20 @@ i32.const 4 i32.const 3856 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=48 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=52 i32.const 2 global.set $~argumentsLength - local.get $2 + local.get $1 i32.const -4 i32.const -3 call $~lib/array/Array#copyWithin@varargs - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -19962,7 +19745,7 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=8 - local.get $2 + local.get $1 local.get $7 i32.const 0 call $std/array/isArraysEqual @@ -19977,16 +19760,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 42 call $~lib/array/Array#unshift global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length i32.const 4 i32.ne @@ -20000,9 +19783,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $std/array/internalCapacity i32.const 8 i32.ne @@ -20016,9 +19799,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 0 call $~lib/array/Array#__get i32.const 42 @@ -20033,9 +19816,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 1 call $~lib/array/Array#__get i32.const 43 @@ -20050,9 +19833,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 2 call $~lib/array/Array#__get i32.const 44 @@ -20067,9 +19850,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 3 call $~lib/array/Array#__get i32.const 45 @@ -20084,16 +19867,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 41 call $~lib/array/Array#unshift global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length i32.const 5 i32.ne @@ -20107,9 +19890,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $std/array/internalCapacity i32.const 8 i32.ne @@ -20123,9 +19906,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 0 call $~lib/array/Array#__get i32.const 41 @@ -20140,9 +19923,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 1 call $~lib/array/Array#__get i32.const 42 @@ -20157,9 +19940,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 2 call $~lib/array/Array#__get i32.const 43 @@ -20174,9 +19957,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 3 call $~lib/array/Array#__get i32.const 44 @@ -20191,9 +19974,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 4 call $~lib/array/Array#__get i32.const 45 @@ -20207,11 +19990,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 global.get $std/array/arr - local.tee $7 + local.tee $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -20220,15 +20002,14 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $7 + local.get $1 i32.load offset=12 - local.tee $2 + local.tee $7 i32.const 0 i32.le_s if @@ -20240,42 +20021,41 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $7 + local.get $1 i32.store - local.get $7 + local.get $1 i32.load offset=4 - local.tee $9 + local.tee $8 i32.load - local.set $10 - local.get $9 - local.get $9 + local.set $9 + local.get $8 + local.get $8 i32.const 4 i32.add - local.get $2 + local.get $7 i32.const 1 i32.sub - local.tee $2 + local.tee $7 i32.const 2 i32.shl - local.tee $11 + local.tee $10 memory.copy - local.get $9 - local.get $11 + local.get $8 + local.get $10 i32.add i32.const 0 i32.store - local.get $8 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store + local.get $1 local.get $7 - local.get $2 i32.store offset=12 - local.get $8 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $10 + local.get $9 global.set $std/array/i global.get $std/array/i i32.const 41 @@ -20290,9 +20070,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length i32.const 4 i32.ne @@ -20306,9 +20086,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $std/array/internalCapacity i32.const 8 i32.ne @@ -20322,9 +20102,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 0 call $~lib/array/Array#__get i32.const 42 @@ -20339,9 +20119,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 1 call $~lib/array/Array#__get i32.const 43 @@ -20356,9 +20136,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 2 call $~lib/array/Array#__get i32.const 44 @@ -20373,9 +20153,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 3 call $~lib/array/Array#__get i32.const 45 @@ -20390,9 +20170,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#pop global.set $std/array/i global.get $std/array/i @@ -20408,9 +20188,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length i32.const 3 i32.ne @@ -20424,9 +20204,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $std/array/internalCapacity i32.const 8 i32.ne @@ -20440,9 +20220,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 0 call $~lib/array/Array#__get i32.const 42 @@ -20457,9 +20237,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 1 call $~lib/array/Array#__get i32.const 43 @@ -20474,9 +20254,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 2 call $~lib/array/Array#__get i32.const 44 @@ -20495,15 +20275,15 @@ i32.const 4 i32.const 3952 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=56 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.const 2 call $~lib/array/Array#slice@varargs local.tee $7 @@ -20534,11 +20314,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $2 + local.get $1 i32.store - local.get $7 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 2 i32.const 4 call $~lib/array/Array#slice @@ -20570,11 +20349,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $2 + local.get $1 i32.store - local.get $7 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 1 i32.const 5 call $~lib/array/Array#slice @@ -20606,13 +20384,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $2 + local.get $1 i32.store i32.const 0 global.set $~argumentsLength - local.get $7 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 0 call $~lib/array/Array#slice@varargs local.tee $7 @@ -20621,10 +20398,10 @@ local.get $7 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 local.get $7 - local.get $2 + local.get $1 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -20637,13 +20414,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $2 + local.get $1 i32.store i32.const 1 global.set $~argumentsLength - local.get $7 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.const -2 call $~lib/array/Array#slice@varargs local.tee $7 @@ -20674,11 +20450,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $2 + local.get $1 i32.store - local.get $7 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 2 i32.const -1 call $~lib/array/Array#slice @@ -20710,11 +20485,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $2 + local.get $1 i32.store - local.get $7 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.const -3 i32.const -1 call $~lib/array/Array#slice @@ -20746,9 +20520,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 - local.get $2 + local.get $1 i32.const -1 i32.const -3 call $~lib/array/Array#slice @@ -20767,18 +20541,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 i32.const 1 global.set $~argumentsLength - local.get $2 + local.get $1 i32.const 10 call $~lib/array/Array#slice@varargs - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length if i32.const 0 @@ -20789,11 +20563,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 global.get $std/array/arr - local.tee $7 + local.tee $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -20802,38 +20575,37 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $7 + local.get $1 i32.load offset=4 - local.set $8 - local.get $2 - local.get $7 + local.set $7 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $7 + local.get $1 i32.load offset=12 - local.tee $2 + local.tee $1 i32.const 1 i32.gt_u if - local.get $2 + local.get $1 i32.const 1 i32.shr_u - local.set $7 - local.get $2 + local.set $8 + local.get $1 i32.const 1 i32.sub - local.set $2 + local.set $1 loop $while-continue|0 local.get $3 - local.get $7 + local.get $8 i32.lt_u if - local.get $8 + local.get $7 local.get $3 i32.const 2 i32.shl @@ -20842,8 +20614,8 @@ i32.load local.set $10 local.get $9 - local.get $8 - local.get $2 + local.get $7 + local.get $1 local.get $3 i32.sub i32.const 2 @@ -20869,9 +20641,9 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length i32.const 3 i32.ne @@ -20885,9 +20657,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $std/array/internalCapacity i32.const 8 i32.ne @@ -20901,9 +20673,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 0 call $~lib/array/Array#__get i32.const 44 @@ -20918,9 +20690,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 1 call $~lib/array/Array#__get i32.const 43 @@ -20935,9 +20707,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 2 call $~lib/array/Array#__get i32.const 42 @@ -20952,20 +20724,20 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 43 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 i32.const 44 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $1 i32.const 4 i32.const 0 i32.const 7 @@ -20975,15 +20747,15 @@ global.get $~lib/memory/__stack_pointer local.get $3 i32.store - local.get $2 + local.get $1 local.get $3 call $~lib/array/Array#reverse - local.tee $2 + local.tee $1 i32.store offset=64 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length local.set $3 loop $for-loop|0 @@ -20992,17 +20764,17 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 local.get $0 call $~lib/array/Array#__get local.set $7 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store local.get $7 - local.get $2 + local.get $1 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -21031,21 +20803,21 @@ i32.const 7 i32.const 4240 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store local.get $0 - local.get $2 + local.get $1 call $~lib/array/Array#reverse - local.tee $2 + local.tee $1 i32.store offset=68 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length local.set $3 loop $for-loop|1 @@ -21054,17 +20826,17 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 local.get $0 call $~lib/array/Array#__get local.set $7 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store local.get $7 - local.get $2 + local.get $1 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -21093,21 +20865,21 @@ i32.const 7 i32.const 4272 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store local.get $0 - local.get $2 + local.get $1 call $~lib/array/Array#reverse - local.tee $2 + local.tee $1 i32.store offset=72 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length local.set $3 loop $for-loop|2 @@ -21116,17 +20888,17 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 local.get $0 call $~lib/array/Array#__get local.set $7 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store local.get $7 - local.get $2 + local.get $1 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -21155,21 +20927,21 @@ i32.const 11 i32.const 4320 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store local.get $0 - local.get $2 + local.get $1 call $~lib/array/Array#reverse - local.tee $2 + local.tee $1 i32.store offset=76 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length local.set $3 loop $for-loop|3 @@ -21178,17 +20950,17 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 local.get $0 call $~lib/array/Array#__get local.set $7 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store local.get $7 - local.get $2 + local.get $1 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -21217,21 +20989,21 @@ i32.const 11 i32.const 4368 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store local.get $0 - local.get $2 + local.get $1 call $~lib/array/Array#reverse - local.tee $2 + local.tee $1 i32.store offset=80 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length local.set $3 loop $for-loop|4 @@ -21240,17 +21012,17 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 local.get $0 call $~lib/array/Array#__get local.set $7 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store local.get $7 - local.get $2 + local.get $1 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -21279,21 +21051,21 @@ i32.const 11 i32.const 4416 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store local.get $0 - local.get $2 + local.get $1 call $~lib/array/Array#reverse - local.tee $2 + local.tee $1 i32.store offset=84 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length local.set $3 loop $for-loop|5 @@ -21302,17 +21074,17 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 local.get $0 call $~lib/array/Array#__get local.set $7 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store local.get $7 - local.get $2 + local.get $1 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -21537,14 +21309,13 @@ i32.const 9 i32.const 4464 call $~lib/rt/__newArray - local.set $2 + local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $2 + local.get $0 i32.store i32.const 0 - local.set $0 - local.get $3 + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -21553,43 +21324,42 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store block $__inlined_func$~lib/array/Array#indexOf$712 - local.get $2 + local.get $0 i32.load offset=12 - local.tee $7 + local.tee $3 i32.eqz - local.get $7 + local.get $3 i32.const 0 i32.le_s i32.or if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const -1 - local.set $0 + local.set $1 br $__inlined_func$~lib/array/Array#indexOf$712 end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store - local.get $2 + local.get $0 i32.load offset=4 - local.set $2 + local.set $0 loop $while-continue|01 - local.get $0 - local.get $7 + local.get $1 + local.get $3 i32.lt_s if - local.get $2 local.get $0 + local.get $1 i32.const 2 i32.shl i32.add @@ -21603,10 +21373,10 @@ global.set $~lib/memory/__stack_pointer br $__inlined_func$~lib/array/Array#indexOf$712 end - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $while-continue|01 end end @@ -21615,9 +21385,9 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const -1 - local.set $0 + local.set $1 end - local.get $0 + local.get $1 i32.const -1 i32.ne if @@ -21633,14 +21403,13 @@ i32.const 12 i32.const 4496 call $~lib/rt/__newArray - local.set $2 + local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $2 + local.get $0 i32.store i32.const 0 - local.set $0 - local.get $3 + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -21649,43 +21418,42 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store block $__inlined_func$~lib/array/Array#indexOf$713 - local.get $2 + local.get $0 i32.load offset=12 - local.tee $7 + local.tee $3 i32.eqz - local.get $7 + local.get $3 i32.const 0 i32.le_s i32.or if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer i32.const -1 - local.set $0 + local.set $1 br $__inlined_func$~lib/array/Array#indexOf$713 end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store - local.get $2 + local.get $0 i32.load offset=4 - local.set $2 + local.set $0 loop $while-continue|02 - local.get $0 - local.get $7 + local.get $1 + local.get $3 i32.lt_s if - local.get $2 local.get $0 + local.get $1 i32.const 3 i32.shl i32.add @@ -21699,10 +21467,10 @@ global.set $~lib/memory/__stack_pointer br $__inlined_func$~lib/array/Array#indexOf$713 end - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $while-continue|02 end end @@ -21711,9 +21479,9 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const -1 - local.set $0 + local.set $1 end - local.get $0 + local.get $1 i32.const -1 i32.ne if @@ -22014,14 +21782,13 @@ i32.const 9 i32.const 4576 call $~lib/rt/__newArray - local.set $2 + local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $2 + local.get $0 i32.store i32.const 0 - local.set $0 - local.get $3 + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -22030,22 +21797,21 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $2 + local.get $0 i32.load offset=12 - local.tee $7 + local.tee $3 i32.eqz - local.get $7 + local.get $3 i32.const 0 i32.le_s i32.or if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -22053,18 +21819,18 @@ br $__inlined_func$~lib/array/Array#includes$714 end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store - local.get $2 + local.get $0 i32.load offset=4 - local.set $2 + local.set $0 loop $while-continue|03 - local.get $0 - local.get $7 + local.get $1 + local.get $3 i32.lt_s if - local.get $2 local.get $0 + local.get $1 i32.const 2 i32.shl i32.add @@ -22080,10 +21846,10 @@ i32.const 1 br $__inlined_func$~lib/array/Array#includes$714 end - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $while-continue|03 end end @@ -22108,14 +21874,13 @@ i32.const 12 i32.const 4608 call $~lib/rt/__newArray - local.set $2 + local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $2 + local.get $0 i32.store i32.const 0 - local.set $0 - local.get $3 + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -22124,22 +21889,21 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $2 + local.get $0 i32.load offset=12 - local.tee $7 + local.tee $3 i32.eqz - local.get $7 + local.get $3 i32.const 0 i32.le_s i32.or if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -22147,18 +21911,18 @@ br $__inlined_func$~lib/array/Array#includes$715 end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store - local.get $2 + local.get $0 i32.load offset=4 - local.set $2 + local.set $0 loop $while-continue|04 - local.get $0 - local.get $7 + local.get $1 + local.get $3 i32.lt_s if - local.get $2 local.get $0 + local.get $1 i32.const 3 i32.shl i32.add @@ -22174,10 +21938,10 @@ i32.const 1 br $__inlined_func$~lib/array/Array#includes$715 end - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $while-continue|04 end end @@ -22287,9 +22051,9 @@ local.get $0 i32.const 0 call $~lib/array/Array#splice@varargs - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 5 i32.const 2 @@ -22300,7 +22064,7 @@ global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 - local.get $2 + local.get $1 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22321,12 +22085,12 @@ i32.const 4 i32.const 4736 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 local.get $0 - local.get $2 + local.get $1 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22353,9 +22117,9 @@ i32.const 0 i32.const 0 call $~lib/array/Array#splice - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 0 i32.const 2 @@ -22366,7 +22130,7 @@ global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 - local.get $2 + local.get $1 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22387,12 +22151,12 @@ i32.const 4 i32.const 4848 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 local.get $0 - local.get $2 + local.get $1 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22420,9 +22184,9 @@ local.get $0 i32.const 2 call $~lib/array/Array#splice@varargs - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 3 i32.const 2 @@ -22433,7 +22197,7 @@ global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 - local.get $2 + local.get $1 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22454,12 +22218,12 @@ i32.const 4 i32.const 4976 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 local.get $0 - local.get $2 + local.get $1 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22486,9 +22250,9 @@ i32.const 2 i32.const 2 call $~lib/array/Array#splice - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 2 i32.const 2 @@ -22499,7 +22263,7 @@ global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 - local.get $2 + local.get $1 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22520,12 +22284,12 @@ i32.const 4 i32.const 5088 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 local.get $0 - local.get $2 + local.get $1 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22552,9 +22316,9 @@ i32.const 0 i32.const 1 call $~lib/array/Array#splice - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 1 i32.const 2 @@ -22565,7 +22329,7 @@ global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 - local.get $2 + local.get $1 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22586,12 +22350,12 @@ i32.const 4 i32.const 5200 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 local.get $0 - local.get $2 + local.get $1 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22619,9 +22383,9 @@ local.get $0 i32.const -1 call $~lib/array/Array#splice@varargs - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 1 i32.const 2 @@ -22632,7 +22396,7 @@ global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 - local.get $2 + local.get $1 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22653,12 +22417,12 @@ i32.const 4 i32.const 5328 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 local.get $0 - local.get $2 + local.get $1 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22686,9 +22450,9 @@ local.get $0 i32.const -2 call $~lib/array/Array#splice@varargs - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 2 i32.const 2 @@ -22699,7 +22463,7 @@ global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 - local.get $2 + local.get $1 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22720,12 +22484,12 @@ i32.const 4 i32.const 5456 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 local.get $0 - local.get $2 + local.get $1 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22752,9 +22516,9 @@ i32.const -2 i32.const 1 call $~lib/array/Array#splice - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 1 i32.const 2 @@ -22765,7 +22529,7 @@ global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 - local.get $2 + local.get $1 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22786,12 +22550,12 @@ i32.const 4 i32.const 5568 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 local.get $0 - local.get $2 + local.get $1 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22818,9 +22582,9 @@ i32.const -7 i32.const 1 call $~lib/array/Array#splice - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 1 i32.const 2 @@ -22831,7 +22595,7 @@ global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 - local.get $2 + local.get $1 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22852,12 +22616,12 @@ i32.const 4 i32.const 5696 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 local.get $0 - local.get $2 + local.get $1 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22884,9 +22648,9 @@ i32.const -2 i32.const -1 call $~lib/array/Array#splice - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 0 i32.const 2 @@ -22897,7 +22661,7 @@ global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 - local.get $2 + local.get $1 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22918,12 +22682,12 @@ i32.const 4 i32.const 5824 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 local.get $0 - local.get $2 + local.get $1 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22950,9 +22714,9 @@ i32.const 1 i32.const -2 call $~lib/array/Array#splice - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 0 i32.const 2 @@ -22963,7 +22727,7 @@ global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 - local.get $2 + local.get $1 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -22984,12 +22748,12 @@ i32.const 4 i32.const 5952 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 local.get $0 - local.get $2 + local.get $1 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -23016,9 +22780,9 @@ i32.const 4 i32.const 0 call $~lib/array/Array#splice - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 0 i32.const 2 @@ -23029,7 +22793,7 @@ global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 - local.get $2 + local.get $1 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -23050,12 +22814,12 @@ i32.const 4 i32.const 6080 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 local.get $0 - local.get $2 + local.get $1 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -23082,9 +22846,9 @@ i32.const 7 i32.const 0 call $~lib/array/Array#splice - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 0 i32.const 2 @@ -23095,7 +22859,7 @@ global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 - local.get $2 + local.get $1 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -23116,12 +22880,12 @@ i32.const 4 i32.const 6208 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 local.get $0 - local.get $2 + local.get $1 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -23148,9 +22912,9 @@ i32.const 7 i32.const 5 call $~lib/array/Array#splice - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store i32.const 0 i32.const 2 @@ -23161,7 +22925,7 @@ global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 - local.get $2 + local.get $1 local.get $3 i32.const 0 call $std/array/isArraysEqual @@ -23182,12 +22946,12 @@ i32.const 4 i32.const 6336 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 local.get $0 - local.get $2 + local.get $1 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -23214,12 +22978,12 @@ local.get $0 i32.const 1 call $~lib/array/Array#splice - local.tee $2 + local.tee $1 i32.store offset=100 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length if i32.const 0 @@ -23243,51 +23007,52 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 5 i32.const 2 i32.const 10 i32.const 0 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=104 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.load offset=4 i32.store offset=108 - local.get $2 + local.get $1 i32.const 0 i32.const 1 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $2 + local.get $1 i32.const 1 i32.const 2 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $2 + local.get $1 i32.const 2 i32.const 3 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $2 + local.get $1 i32.const 3 i32.const 4 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $2 + local.get $1 i32.const 4 i32.const 5 call $std/array/Ref#constructor call $~lib/array/Array#__set local.get $0 - local.get $2 + local.get $1 i32.store offset=96 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.const 2 call $~lib/array/Array#splice local.tee $0 @@ -23352,9 +23117,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length i32.const 3 i32.ne @@ -23367,9 +23132,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 - local.get $2 + local.get $1 i32.const 0 call $~lib/array/Array#__get local.set $0 @@ -23389,9 +23154,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 - local.get $2 + local.get $1 i32.const 1 call $~lib/array/Array#__get local.set $0 @@ -23411,9 +23176,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 - local.get $2 + local.get $1 i32.const 2 call $~lib/array/Array#__get local.set $0 @@ -23433,39 +23198,40 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 3 i32.const 2 i32.const 13 i32.const 0 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=112 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.load offset=4 i32.store offset=116 - local.get $2 + local.get $1 i32.const 0 i32.const 1 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $2 + local.get $1 i32.const 1 i32.const 0 call $~lib/array/Array#__set - local.get $2 + local.get $1 i32.const 2 i32.const 2 call $std/array/Ref#constructor call $~lib/array/Array#__set local.get $0 - local.get $2 + local.get $1 i32.store offset=120 global.get $~lib/memory/__stack_pointer local.set $0 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store global.get $~lib/memory/__stack_pointer i32.const 8 @@ -23476,38 +23242,37 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $2 + local.get $1 i32.load offset=12 - local.tee $7 + local.tee $3 i32.const 0 - local.get $7 + local.get $3 i32.const 0 i32.le_s select - local.set $8 - local.get $3 + local.set $7 + global.get $~lib/memory/__stack_pointer i32.const 1 + local.get $3 local.get $7 - local.get $8 i32.sub - local.tee $3 - local.get $3 + local.tee $8 + local.get $8 i32.const 1 i32.gt_s select - local.tee $3 + local.tee $8 i32.const 0 - local.get $3 + local.get $8 i32.const 0 i32.gt_s select - local.tee $3 + local.tee $8 i32.const 2 i32.const 13 i32.const 0 @@ -23515,58 +23280,56 @@ local.tee $9 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $10 local.get $9 i32.store local.get $9 i32.load offset=4 - local.set $11 - local.get $10 - local.get $2 + local.set $10 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $11 - local.get $2 + local.get $10 + local.get $1 i32.load offset=4 local.tee $10 - local.get $8 + local.get $7 i32.const 2 i32.shl i32.add local.tee $11 - local.get $3 + local.get $8 i32.const 2 i32.shl memory.copy - local.get $3 + local.get $7 local.get $8 i32.add - local.tee $8 - local.get $7 + local.tee $7 + local.get $3 i32.ne if local.get $11 local.get $10 - local.get $8 + local.get $7 i32.const 2 i32.shl i32.add + local.get $3 local.get $7 - local.get $8 i32.sub i32.const 2 i32.shl memory.copy end global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $2 + local.get $1 i32.store - local.get $2 - local.get $7 + local.get $1 local.get $3 + local.get $8 i32.sub i32.store offset=12 - local.get $8 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -23589,10 +23352,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $9 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $9 i32.const 0 call $~lib/array/Array#__get @@ -23624,9 +23386,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length i32.const 2 i32.ne @@ -23639,9 +23401,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 0 call $~lib/array/Array#__get if @@ -23653,11 +23415,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $2 + local.get $1 i32.store offset=8 - local.get $0 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.const 1 call $~lib/array/Array#__get local.tee $0 @@ -23740,14 +23501,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $2 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 6704 i32.store offset=8 - local.get $2 + local.get $0 i32.const 6704 call $~lib/array/Array#findIndex global.set $std/array/i @@ -23763,14 +23523,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $2 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 6736 i32.store offset=8 - local.get $2 + local.get $0 i32.const 6736 call $~lib/array/Array#findIndex global.set $std/array/i @@ -23786,14 +23545,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $2 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 6768 i32.store offset=8 - local.get $2 + local.get $0 i32.const 6768 call $~lib/array/Array#findIndex global.set $std/array/i @@ -23825,14 +23583,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $2 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 6800 i32.store offset=8 - local.get $2 + local.get $0 i32.const 6800 call $~lib/array/Array#findIndex global.set $std/array/i @@ -23955,10 +23712,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 6944 i32.store offset=8 local.get $0 @@ -23977,10 +23733,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 6976 i32.store offset=8 local.get $0 @@ -23999,10 +23754,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 7008 i32.store offset=8 local.get $0 @@ -24021,14 +23775,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $2 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7040 i32.store offset=8 - local.get $2 + local.get $0 i32.const 7040 call $~lib/array/Array#every i32.const 1 @@ -24042,14 +23795,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $2 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7072 i32.store offset=8 - local.get $2 + local.get $0 i32.const 7072 call $~lib/array/Array#every if @@ -24061,14 +23813,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $2 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7104 i32.store offset=8 - local.get $2 + local.get $0 i32.const 7104 call $~lib/array/Array#every i32.const 1 @@ -24098,14 +23849,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $2 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7136 i32.store offset=8 - local.get $2 + local.get $0 i32.const 7136 call $~lib/array/Array#every if @@ -24215,14 +23965,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $2 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7232 i32.store offset=8 - local.get $2 + local.get $0 i32.const 7232 call $~lib/array/Array#some if @@ -24234,14 +23983,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $2 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7264 i32.store offset=8 - local.get $2 + local.get $0 i32.const 7264 call $~lib/array/Array#some if @@ -24269,14 +24017,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $2 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7296 i32.store offset=8 - local.get $2 + local.get $0 i32.const 7296 call $~lib/array/Array#some i32.const 1 @@ -24391,14 +24138,13 @@ i32.const 0 global.set $std/array/i global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $2 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7392 i32.store offset=8 - local.get $2 + local.get $0 i32.const 7392 call $~lib/array/Array#forEach global.get $std/array/i @@ -24431,14 +24177,13 @@ i32.const 0 global.set $std/array/i global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $2 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7424 i32.store offset=8 - local.get $2 + local.get $0 i32.const 7424 call $~lib/array/Array#forEach global.get $std/array/i @@ -24560,23 +24305,23 @@ unreachable end i32.const 0 - local.set $0 + local.set $1 loop $for-loop|6 - local.get $0 + local.get $1 i32.const 100 i32.lt_s if global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $0 i32.store - local.get $2 + local.get $0 call $~lib/array/Array#pop drop - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|6 end end @@ -24612,7 +24357,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer i32.const 9296 @@ -24626,86 +24371,86 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.load offset=12 - local.tee $3 + local.tee $7 i32.const 2 i32.const 16 i32.const 0 call $~lib/rt/__newArray - local.tee $7 + local.tee $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 i32.load offset=4 - local.set $8 + local.set $9 + i32.const 0 + local.set $3 loop $for-loop|00 global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $2 - i32.store local.get $1 + i32.store local.get $3 - local.get $2 + local.get $7 + local.get $1 i32.load offset=12 local.tee $10 - local.get $3 + local.get $7 local.get $10 i32.lt_s select i32.lt_s if - local.get $9 - local.get $2 - i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $1 + i32.store offset=8 + local.get $3 i32.const 2 i32.shl local.tee $10 - local.get $2 + local.get $1 i32.load offset=4 i32.add i32.load local.set $11 - local.get $9 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store i32.const 3 global.set $~argumentsLength - local.get $9 + global.get $~lib/memory/__stack_pointer local.get $11 + local.get $3 local.get $1 - local.get $2 i32.const 9296 i32.load call_indirect (type $1) - local.tee $9 + local.tee $11 i32.store offset=12 - local.get $8 + local.get $9 local.get $10 i32.add - local.get $9 + local.get $11 i32.store - local.get $7 - local.get $9 + local.get $8 + local.get $11 i32.const 1 call $~lib/rt/itcms/__link - local.get $1 + local.get $3 i32.const 1 i32.add - local.set $1 + local.set $3 br $for-loop|00 end end @@ -24714,13 +24459,13 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $0 - local.get $7 + local.get $8 i32.store offset=140 global.get $~lib/memory/__stack_pointer local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $2 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer i32.const 9328 @@ -24734,80 +24479,78 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $1 - local.get $2 i32.store + global.get $~lib/memory/__stack_pointer local.get $1 - local.get $2 i32.load offset=12 - local.tee $3 + local.tee $7 i32.const 2 i32.const 9 i32.const 0 call $~lib/rt/__newArray - local.tee $7 + local.tee $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 i32.load offset=4 - local.set $8 + local.set $9 i32.const 0 - local.set $1 + local.set $3 loop $for-loop|01 global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $2 - i32.store local.get $1 + i32.store local.get $3 - local.get $2 + local.get $7 + local.get $1 i32.load offset=12 local.tee $10 - local.get $3 + local.get $7 local.get $10 i32.lt_s select i32.lt_s if - local.get $9 - local.get $2 - i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $1 + i32.store offset=8 + local.get $3 i32.const 2 i32.shl local.tee $10 - local.get $2 + local.get $1 i32.load offset=4 i32.add i32.load local.set $11 - local.get $9 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store i32.const 3 global.set $~argumentsLength - local.get $8 + local.get $9 local.get $10 i32.add local.get $11 + local.get $3 local.get $1 - local.get $2 i32.const 9328 i32.load call_indirect (type $15) f32.store - local.get $1 + local.get $3 i32.const 1 i32.add - local.set $1 + local.set $3 br $for-loop|01 end end @@ -24816,12 +24559,12 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $0 - local.get $7 + local.get $8 i32.store offset=144 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 call $~lib/array/Array#get:length i32.const 4 i32.ne @@ -24834,9 +24577,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 i32.const 0 call $~lib/array/Array#__get local.set $6 @@ -24861,14 +24604,13 @@ i32.const 0 global.set $std/array/i global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9360 i32.store offset=8 - local.get $1 + local.get $0 i32.const 9360 call $~lib/array/Array#map global.get $std/array/i @@ -24901,14 +24643,13 @@ i32.const 0 global.set $std/array/i global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9392 i32.store offset=8 - local.get $1 + local.get $0 i32.const 9392 call $~lib/array/Array#map global.get $std/array/i @@ -25034,14 +24775,13 @@ i32.const 0 global.set $std/array/i global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9488 i32.store offset=8 - local.get $1 + local.get $0 i32.const 9488 call $~lib/array/Array#filter drop @@ -25075,14 +24815,13 @@ i32.const 0 global.set $std/array/i global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9520 i32.store offset=8 - local.get $1 + local.get $0 i32.const 9520 call $~lib/array/Array#filter drop @@ -25203,14 +24942,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9616 i32.store offset=8 - local.get $1 + local.get $0 i32.const 9616 i32.const 4 call $~lib/array/Array#reduce @@ -25227,14 +24965,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9648 i32.store offset=8 - local.get $1 + local.get $0 i32.const 9648 i32.const 0 call $~lib/array/Array#reduce @@ -25248,14 +24985,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9680 i32.store offset=8 - local.get $1 + local.get $0 i32.const 9680 i32.const 0 call $~lib/array/Array#reduce @@ -25268,14 +25004,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9712 i32.store offset=8 - local.get $1 + local.get $0 i32.const 9712 i32.const 0 call $~lib/array/Array#reduce @@ -25308,14 +25043,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9744 i32.store offset=8 - local.get $1 + local.get $0 i32.const 9744 i32.const 0 call $~lib/array/Array#reduce @@ -25436,14 +25170,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9840 i32.store offset=8 - local.get $1 + local.get $0 i32.const 9840 i32.const 4 call $~lib/array/Array#reduceRight @@ -25460,14 +25193,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9872 i32.store offset=8 - local.get $1 + local.get $0 i32.const 9872 i32.const 0 call $~lib/array/Array#reduceRight @@ -25481,14 +25213,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9904 i32.store offset=8 - local.get $1 + local.get $0 i32.const 9904 i32.const 0 call $~lib/array/Array#reduceRight @@ -25501,14 +25232,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9936 i32.store offset=8 - local.get $1 + local.get $0 i32.const 9936 i32.const 0 call $~lib/array/Array#reduceRight @@ -25541,14 +25271,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/array/arr - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9968 i32.store offset=8 - local.get $1 + local.get $0 i32.const 9968 i32.const 0 call $~lib/array/Array#reduceRight @@ -26317,23 +26046,21 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 10544 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10544 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -26342,25 +26069,24 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=12 local.set $3 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10544 i32.store - local.get $2 + local.get $1 local.get $3 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer @@ -26385,7 +26111,7 @@ i32.store offset=8 block $__inlined_func$std/array/isArraysEqual$13 (result i32) i32.const 0 - local.set $2 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -26395,15 +26121,14 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/array/Array#get:length - local.set $3 + local.set $7 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -26411,7 +26136,7 @@ block $folding-inner01 local.get $1 call $~lib/array/Array#get:length - local.get $3 + local.get $7 i32.ne br_if $folding-inner01 local.get $0 @@ -26419,15 +26144,15 @@ i32.eq br_if $folding-inner1 loop $for-loop|02 - local.get $2 local.get $3 + local.get $7 i32.lt_s if global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 - local.get $2 + local.get $3 call $~lib/array/Array#__get local.tee $5 local.get $5 @@ -26437,7 +26162,7 @@ local.get $1 i32.store local.get $1 - local.get $2 + local.get $3 call $~lib/array/Array#__get local.tee $5 local.get $5 @@ -26451,19 +26176,19 @@ local.get $0 i32.store local.get $0 - local.get $2 + local.get $3 call $~lib/array/Array#__get i64.reinterpret_f64 i64.const 63 i64.shr_u i32.wrap_i64 - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $7 + local.get $8 local.get $1 - local.get $2 + local.get $3 call $~lib/array/Array#__get i64.reinterpret_f64 i64.const 63 @@ -26475,23 +26200,23 @@ local.get $0 i32.store local.get $0 - local.get $2 + local.get $3 call $~lib/array/Array#__get local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 - local.get $2 + local.get $3 call $~lib/array/Array#__get local.get $5 f64.ne br_if $folding-inner01 end - local.get $2 + local.get $3 i32.const 1 i32.add - local.set $2 + local.set $3 br $for-loop|02 end end @@ -26541,20 +26266,18 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 10720 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10720 i32.store offset=8 local.get $0 @@ -26612,23 +26335,21 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 10848 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10848 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -26637,25 +26358,24 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=12 local.set $3 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10848 i32.store - local.get $2 + local.get $1 local.get $3 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer @@ -26696,7 +26416,7 @@ i32.const 4 i32.const 10928 call $~lib/rt/__newArray - local.tee $1 + local.tee $3 i32.store offset=284 global.get $~lib/memory/__stack_pointer i32.const 1 @@ -26704,7 +26424,7 @@ i32.const 4 i32.const 10960 call $~lib/rt/__newArray - local.tee $2 + local.tee $7 i32.store offset=288 global.get $~lib/memory/__stack_pointer i32.const 2 @@ -26712,7 +26432,7 @@ i32.const 4 i32.const 10992 call $~lib/rt/__newArray - local.tee $3 + local.tee $8 i32.store offset=292 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -26720,7 +26440,7 @@ i32.const 4 i32.const 11024 call $~lib/rt/__newArray - local.tee $7 + local.tee $9 i32.store offset=296 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -26728,57 +26448,57 @@ i32.const 4 i32.const 11072 call $~lib/rt/__newArray - local.tee $8 + local.tee $10 i32.store offset=300 global.get $~lib/memory/__stack_pointer i32.const 64 call $std/array/createReverseOrderedArray - local.tee $9 + local.tee $11 i32.store offset=304 global.get $~lib/memory/__stack_pointer i32.const 128 call $std/array/createReverseOrderedArray - local.tee $10 + local.tee $12 i32.store offset=308 global.get $~lib/memory/__stack_pointer i32.const 1024 call $std/array/createReverseOrderedArray - local.tee $11 + local.tee $0 i32.store offset=312 global.get $~lib/memory/__stack_pointer i32.const 10000 call $std/array/createReverseOrderedArray - local.tee $0 + local.tee $1 i32.store offset=316 global.get $~lib/memory/__stack_pointer i32.const 512 call $std/array/createRandomOrderedArray - local.tee $12 + local.tee $13 i32.store offset=320 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $3 i32.store - local.get $1 + local.get $3 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $7 i32.store - local.get $2 + local.get $7 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $7 i32.store i32.const 1 i32.const 2 i32.const 4 i32.const 11152 call $~lib/rt/__newArray - local.set $1 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $3 i32.store offset=8 - local.get $2 - local.get $1 + local.get $7 + local.get $3 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -26791,24 +26511,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $8 i32.store - local.get $3 + local.get $8 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $8 i32.store i32.const 2 i32.const 2 i32.const 4 i32.const 11184 call $~lib/rt/__newArray - local.set $1 + local.set $3 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $3 i32.store offset=8 + local.get $8 local.get $3 - local.get $1 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -26821,18 +26541,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $9 i32.store - local.get $7 + local.get $9 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $9 i32.store global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $10 i32.store offset=8 - local.get $7 - local.get $8 + local.get $9 + local.get $10 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -26845,18 +26565,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 + local.get $11 i32.store - local.get $9 + local.get $11 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $9 + local.get $11 i32.store global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $10 i32.store offset=8 - local.get $9 - local.get $8 + local.get $11 + local.get $10 i32.const 4 call $std/array/isArraysEqual i32.eqz @@ -26869,18 +26589,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $10 + local.get $12 i32.store - local.get $10 + local.get $12 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $10 + local.get $12 i32.store global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $10 i32.store offset=8 + local.get $12 local.get $10 - local.get $8 i32.const 4 call $std/array/isArraysEqual i32.eqz @@ -26893,18 +26613,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $11 + local.get $0 i32.store - local.get $11 + local.get $0 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $11 + local.get $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $10 i32.store offset=8 - local.get $11 - local.get $8 + local.get $0 + local.get $10 i32.const 4 call $std/array/isArraysEqual i32.eqz @@ -26917,18 +26637,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store - local.get $0 + local.get $1 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $10 i32.store offset=8 - local.get $0 - local.get $8 + local.get $1 + local.get $10 i32.const 4 call $std/array/isArraysEqual i32.eqz @@ -26941,9 +26661,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $13 i32.store - local.get $12 + local.get $13 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer i32.const 24 @@ -26954,13 +26674,14 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer global.get $std/array/inputStabArr - local.tee $0 + local.tee $1 i32.store offset=8 i32.const 1 global.set $~argumentsLength @@ -26976,10 +26697,9 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 + local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -26988,83 +26708,81 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $0 + local.get $1 i32.load offset=12 - local.tee $2 + local.tee $3 i32.const 0 - local.get $2 + local.get $3 i32.const 0 i32.le_s select - local.set $3 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $2 local.get $3 + local.get $7 i32.sub - local.tee $2 + local.tee $3 i32.const 0 - local.get $2 + local.get $3 i32.const 0 i32.gt_s select - local.tee $2 + local.tee $3 i32.const 2 i32.const 23 i32.const 0 call $~lib/rt/__newArray - local.tee $7 + local.tee $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 i32.load offset=4 local.set $9 - local.get $8 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $0 + local.get $1 i32.load offset=4 - local.get $3 + local.get $7 i32.const 2 i32.shl i32.add - local.set $3 + local.set $7 i32.const 0 - local.set $0 - local.get $2 + local.set $1 + local.get $3 i32.const 2 i32.shl - local.set $2 + local.set $3 loop $while-continue|05 - local.get $0 - local.get $2 + local.get $1 + local.get $3 i32.lt_u if - local.get $0 + local.get $1 local.get $9 i32.add - local.get $0 - local.get $3 + local.get $1 + local.get $7 i32.add i32.load - local.tee $8 + local.tee $10 i32.store - local.get $7 local.get $8 + local.get $10 i32.const 1 call $~lib/rt/itcms/__link - local.get $0 + local.get $1 i32.const 4 i32.add - local.set $0 + local.set $1 br $while-continue|05 end end @@ -27077,42 +26795,38 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $7 + local.get $8 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11216 i32.store offset=4 - local.get $1 - local.get $7 + local.get $0 + local.get $8 i32.const 11216 call $~lib/array/Array#sort local.tee $0 i32.store offset=12 i32.const 1 local.set $3 - i32.const 0 - local.set $1 global.get $~lib/memory/__stack_pointer global.get $std/array/inputStabArr - local.tee $2 + local.tee $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length - local.set $2 + local.set $1 loop $for-loop|023 local.get $1 local.get $2 - i32.lt_s + i32.gt_s if block $for-break0 global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $0 i32.store - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#__get local.tee $7 i32.store offset=16 @@ -27122,7 +26836,7 @@ i32.store global.get $~lib/memory/__stack_pointer local.get $8 - local.get $1 + local.get $2 call $~lib/array/Array#__get local.tee $8 i32.store offset=20 @@ -27143,13 +26857,12 @@ i32.const 1 else global.get $~lib/memory/__stack_pointer - local.tee $9 local.get $7 i32.store local.get $7 i32.load offset=4 local.set $7 - local.get $9 + global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $7 @@ -27162,10 +26875,10 @@ local.set $3 br $for-break0 end - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|023 end end @@ -27241,13 +26954,14 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -27256,13 +26970,12 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 29 call $~lib/rt/itcms/__new @@ -27405,13 +27118,14 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -27420,81 +27134,80 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 32 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $3 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 i32.const 0 i32.store - local.get $2 + local.get $3 i32.const 0 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 i32.const 0 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 2048 i32.const 1 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $2 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=12 local.get $2 + i32.store offset=12 local.get $3 - i32.store local.get $2 + i32.store local.get $3 + local.get $2 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 local.get $3 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 i32.const 2048 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 i32.const 512 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -27502,20 +27215,19 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $1 - local.get $2 + local.get $3 i32.store i32.const 0 - local.set $1 + local.set $2 loop $for-loop|04 - local.get $1 + local.get $2 i32.const 512 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $2 - i32.store offset=4 local.get $3 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -27524,39 +27236,37 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 31 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - i32.const 511 local.get $1 + i32.const 511 + local.get $2 i32.sub i32.store - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=8 + local.get $3 local.get $2 local.get $1 - local.get $3 call $~lib/array/Array#__set - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|04 end end @@ -27565,15 +27275,15 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $0 - local.get $2 + local.get $3 i32.store offset=336 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store global.get $~lib/memory/__stack_pointer i32.const 11408 i32.store offset=8 - local.get $2 + local.get $3 i32.const 11408 call $std/array/assertSorted<~lib/array/Array> global.get $~lib/memory/__stack_pointer @@ -27590,7 +27300,7 @@ i32.const 34 i32.const 11648 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=344 global.get $~lib/memory/__stack_pointer local.get $0 @@ -27606,23 +27316,21 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 11696 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11696 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -27631,17 +27339,16 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 block $__inlined_func$std/array/isSorted<~lib/string/String|null>$660 (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11696 i32.store offset=12 local.get $0 @@ -27663,22 +27370,21 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $7 i64.const 0 i64.store - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 i32.const 1 - local.set $1 - local.get $7 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $3 i32.store local.get $3 call $~lib/array/Array#get:length local.set $7 loop $for-loop|05 - local.get $1 + local.get $2 local.get $7 i32.lt_s if @@ -27686,7 +27392,7 @@ local.get $3 i32.store offset=8 local.get $3 - local.get $1 + local.get $2 i32.const 1 i32.sub call $~lib/array/Array#__get @@ -27698,7 +27404,7 @@ local.get $3 i32.store offset=8 local.get $3 - local.get $1 + local.get $2 call $~lib/array/Array#__get local.set $9 global.get $~lib/memory/__stack_pointer @@ -27721,10 +27427,10 @@ i32.const 0 br $__inlined_func$std/array/isSorted<~lib/string/String|null>$660 end - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|05 end end @@ -27756,7 +27462,7 @@ local.get $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 @@ -27767,22 +27473,21 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/array/Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 call $~lib/array/Array#get:length local.get $3 i32.ne @@ -27795,7 +27500,7 @@ br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$740 end local.get $0 - local.get $2 + local.get $1 i32.eq if global.get $~lib/memory/__stack_pointer @@ -27806,9 +27511,9 @@ br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$740 end i32.const 0 - local.set $1 + local.set $2 loop $for-loop|06 - local.get $1 + local.get $2 local.get $3 i32.lt_s if @@ -27816,17 +27521,17 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#__get local.set $7 global.get $~lib/memory/__stack_pointer local.get $7 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 - local.get $2 local.get $1 + local.get $2 call $~lib/array/Array#__get local.set $8 global.get $~lib/memory/__stack_pointer @@ -27841,13 +27546,12 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $9 i64.const 0 i64.store - local.get $9 + global.get $~lib/memory/__stack_pointer local.get $7 i32.store - local.get $9 + global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $7 @@ -27868,10 +27572,10 @@ i32.const 0 br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$740 end - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|06 end end @@ -27891,7 +27595,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $7 + local.set $7 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -27900,13 +27605,14 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -27915,13 +27621,12 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 16 call $~lib/rt/itcms/__new @@ -28000,9 +27705,9 @@ local.get $8 i32.store i32.const 0 - local.set $1 + local.set $2 loop $for-loop|045 - local.get $1 + local.get $2 i32.const 400 i32.lt_s if @@ -28015,7 +27720,7 @@ i32.trunc_sat_f64_s local.set $9 i32.const 0 - local.set $2 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -28025,25 +27730,25 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 20 memory.fill i32.const 11568 local.set $3 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11568 i32.store loop $for-loop|07 - local.get $2 + local.get $0 local.get $9 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $10 local.get $3 i32.store offset=4 - local.get $10 + global.get $~lib/memory/__stack_pointer + local.set $10 + global.get $~lib/memory/__stack_pointer i32.const 10032 i32.store offset=12 call $~lib/math/NativeMath.random @@ -28070,10 +27775,9 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 10032 i32.store block $__inlined_func$~lib/string/String#charAt$735 @@ -28084,21 +27788,21 @@ i32.shr_u i32.ge_u if - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - local.set $0 + local.set $1 br $__inlined_func$~lib/string/String#charAt$735 end global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $1 i32.store offset=4 - local.get $0 + local.get $1 local.get $11 i32.const 1 i32.shl @@ -28112,18 +27816,18 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=8 local.get $10 local.get $3 - local.get $0 + local.get $1 call $~lib/string/String.__concat local.tee $3 i32.store - local.get $2 + local.get $0 i32.const 1 i32.add - local.set $2 + local.set $0 br $for-loop|07 end end @@ -28135,13 +27839,13 @@ local.get $3 i32.store offset=8 local.get $8 - local.get $1 + local.get $2 local.get $3 call $~lib/array/Array#__set - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|045 end end @@ -28166,20 +27870,18 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 11728 i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $8 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11728 i32.store offset=8 local.get $8 @@ -28210,28 +27912,27 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $3 - local.get $1 + local.set $7 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store i32.const 0 - local.set $1 - i32.const 0 local.set $2 + i32.const 0 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -28241,50 +27942,48 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $7 i64.const 0 i64.store block $__inlined_func$~lib/util/string/joinBooleanArray$19 local.get $0 i32.const 1 i32.sub - local.tee $8 + local.tee $0 i32.const 0 i32.lt_s if - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - local.set $0 + local.set $1 br $__inlined_func$~lib/util/string/joinBooleanArray$19 end block $folding-inner04 - local.get $8 + local.get $0 i32.eqz if i32.const 11792 i32.const 11824 - local.get $3 + local.get $7 i32.load8_u select - local.set $0 + local.set $1 br $folding-inner04 end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 11856 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11852 i32.load i32.const 1 i32.shr_u - local.tee $7 + local.tee $8 i32.const 5 i32.add - local.get $8 + local.get $0 i32.mul i32.const 5 i32.add @@ -28293,15 +27992,15 @@ i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $1 i32.store offset=4 loop $for-loop|15 - local.get $2 - local.get $8 - i32.lt_s + local.get $0 + local.get $3 + i32.gt_s if - local.get $2 local.get $3 + local.get $7 i32.add i32.load8_u local.tee $10 @@ -28309,8 +28008,8 @@ i32.const 4 i32.add local.set $11 - local.get $0 local.get $1 + local.get $2 i32.const 1 i32.shl i32.add @@ -28322,70 +28021,70 @@ i32.const 1 i32.shl memory.copy - local.get $1 + local.get $2 local.get $11 i32.add - local.set $1 - local.get $7 + local.set $2 + local.get $8 if - local.get $0 local.get $1 + local.get $2 i32.const 1 i32.shl i32.add i32.const 11856 - local.get $7 + local.get $8 i32.const 1 i32.shl memory.copy - local.get $1 - local.get $7 + local.get $2 + local.get $8 i32.add - local.set $1 + local.set $2 end - local.get $2 + local.get $3 i32.const 1 i32.add - local.set $2 + local.set $3 br $for-loop|15 end end - local.get $3 - local.get $8 + local.get $0 + local.get $7 i32.add i32.load8_u - local.tee $2 + local.tee $0 i32.eqz i32.const 4 i32.add local.set $3 - local.get $0 local.get $1 + local.get $2 i32.const 1 i32.shl i32.add i32.const 11792 i32.const 11824 - local.get $2 + local.get $0 select local.get $3 i32.const 1 i32.shl memory.copy - local.get $1 + local.get $2 local.get $3 i32.add - local.tee $1 + local.tee $0 local.get $9 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store - local.get $0 local.get $1 + local.get $0 call $~lib/string/String#substring - local.set $0 + local.set $1 br $folding-inner04 end global.get $~lib/memory/__stack_pointer @@ -28404,12 +28103,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store global.get $~lib/memory/__stack_pointer i32.const 11888 i32.store offset=8 - local.get $0 + local.get $1 i32.const 11888 call $~lib/string/String.__eq i32.eqz @@ -28428,10 +28127,9 @@ call $~lib/rt/__newArray local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=52 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11568 i32.store offset=352 local.get $0 @@ -28463,10 +28161,9 @@ call $~lib/rt/__newArray local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=52 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12032 i32.store offset=352 local.get $0 @@ -28498,10 +28195,9 @@ call $~lib/rt/__newArray local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=52 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12096 i32.store offset=352 local.get $0 @@ -28533,13 +28229,12 @@ call $~lib/rt/__newArray local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=52 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12288 i32.store offset=352 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -28548,25 +28243,24 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12288 i32.store - local.get $2 + local.get $1 local.get $0 call $~lib/util/string/joinFloatArray local.set $0 @@ -28599,10 +28293,9 @@ call $~lib/rt/__newArray local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=52 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11568 i32.store offset=352 local.get $0 @@ -28628,7 +28321,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 3 i32.const 2 i32.const 13 @@ -28685,7 +28379,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 i32.const 10 @@ -28932,10 +28627,9 @@ call $~lib/rt/__newArray local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=52 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -28944,16 +28638,15 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -28962,28 +28655,27 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $2 - local.get $1 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 - local.set $7 - local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store i32.const 0 local.set $0 i32.const 0 - local.set $3 + local.set $1 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -28993,40 +28685,38 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store block $__inlined_func$~lib/util/string/joinIntegerArray$20 - local.get $7 + local.get $2 i32.const 1 i32.sub local.tee $7 i32.const 0 i32.lt_s if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - local.set $0 + local.set $1 br $__inlined_func$~lib/util/string/joinIntegerArray$20 end block $folding-inner05 local.get $7 i32.eqz if - local.get $2 + local.get $3 i32.load16_u call $~lib/util/number/utoa32 - local.set $0 + local.set $1 br $folding-inner05 end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 11856 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11852 i32.load i32.const 1 @@ -29043,20 +28733,20 @@ i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $2 i32.store offset=4 loop $for-loop|08 - local.get $3 + local.get $1 local.get $7 i32.lt_s if - local.get $1 + local.get $2 local.get $0 i32.const 1 i32.shl i32.add - local.get $2 local.get $3 + local.get $1 i32.const 1 i32.shl i32.add @@ -29067,7 +28757,7 @@ local.set $0 local.get $8 if - local.get $1 + local.get $2 local.get $0 i32.const 1 i32.shl @@ -29082,19 +28772,19 @@ i32.add local.set $0 end - local.get $3 + local.get $1 i32.const 1 i32.add - local.set $3 + local.set $1 br $for-loop|08 end end - local.get $1 + local.get $2 local.get $0 i32.const 1 i32.shl i32.add - local.get $2 + local.get $3 local.get $7 i32.const 1 i32.shl @@ -29108,20 +28798,20 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 local.get $0 call $~lib/string/String#substring - local.set $0 + local.set $1 br $folding-inner05 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.set $0 + local.get $2 + local.set $1 br $__inlined_func$~lib/util/string/joinIntegerArray$20 end global.get $~lib/memory/__stack_pointer @@ -29138,12 +28828,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store global.get $~lib/memory/__stack_pointer i32.const 14288 i32.store offset=8 - local.get $0 + local.get $1 i32.const 14288 call $~lib/string/String.__eq i32.eqz @@ -29162,10 +28852,9 @@ call $~lib/rt/__newArray local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=52 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -29174,16 +28863,15 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -29192,28 +28880,27 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $2 - local.get $1 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 - local.set $7 - local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store i32.const 0 local.set $0 i32.const 0 - local.set $3 + local.set $1 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -29223,40 +28910,38 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store block $__inlined_func$~lib/util/string/joinIntegerArray$21 - local.get $7 + local.get $2 i32.const 1 i32.sub local.tee $7 i32.const 0 i32.lt_s if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - local.set $0 + local.set $1 br $__inlined_func$~lib/util/string/joinIntegerArray$21 end block $folding-inner06 local.get $7 i32.eqz if - local.get $2 + local.get $3 i32.load16_s call $~lib/util/number/itoa32 - local.set $0 + local.set $1 br $folding-inner06 end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 11856 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11852 i32.load i32.const 1 @@ -29273,20 +28958,20 @@ i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $2 i32.store offset=4 loop $for-loop|09 - local.get $3 + local.get $1 local.get $7 i32.lt_s if - local.get $1 + local.get $2 local.get $0 i32.const 1 i32.shl i32.add - local.get $2 local.get $3 + local.get $1 i32.const 1 i32.shl i32.add @@ -29297,7 +28982,7 @@ local.set $0 local.get $8 if - local.get $1 + local.get $2 local.get $0 i32.const 1 i32.shl @@ -29312,19 +28997,19 @@ i32.add local.set $0 end - local.get $3 + local.get $1 i32.const 1 i32.add - local.set $3 + local.set $1 br $for-loop|09 end end - local.get $1 + local.get $2 local.get $0 i32.const 1 i32.shl i32.add - local.get $2 + local.get $3 local.get $7 i32.const 1 i32.shl @@ -29338,20 +29023,20 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 local.get $0 call $~lib/string/String#substring - local.set $0 + local.set $1 br $folding-inner06 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.set $0 + local.get $2 + local.set $1 br $__inlined_func$~lib/util/string/joinIntegerArray$21 end global.get $~lib/memory/__stack_pointer @@ -29368,12 +29053,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store global.get $~lib/memory/__stack_pointer i32.const 14368 i32.store offset=8 - local.get $0 + local.get $1 i32.const 14368 call $~lib/string/String.__eq i32.eqz @@ -29422,10 +29107,9 @@ call $~lib/rt/__newArray local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=52 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -29434,16 +29118,15 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -29452,25 +29135,24 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store - local.get $2 + local.get $1 local.get $0 call $~lib/util/string/joinIntegerArray local.set $0 @@ -29507,10 +29189,9 @@ call $~lib/rt/__newArray local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=52 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -29519,16 +29200,15 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -29537,28 +29217,27 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $2 - local.get $1 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 - local.set $7 - local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store i32.const 0 local.set $0 i32.const 0 - local.set $3 + local.set $1 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -29568,23 +29247,22 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store block $__inlined_func$~lib/util/string/joinIntegerArray$22 - local.get $7 + local.get $2 i32.const 1 i32.sub local.tee $7 i32.const 0 i32.lt_s if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - local.set $0 + local.set $1 br $__inlined_func$~lib/util/string/joinIntegerArray$22 end block $folding-inner07 @@ -29592,7 +29270,7 @@ i32.eqz if block $__inlined_func$~lib/util/number/itoa64$2 (result i32) - local.get $2 + local.get $3 i64.load i64.extend32_s local.set $4 @@ -29605,13 +29283,12 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store local.get $4 i64.eqz if - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -29628,7 +29305,7 @@ i32.wrap_i64 i32.const 1 i32.shl - local.tee $0 + local.tee $1 select local.tee $4 i64.const 4294967295 @@ -29637,47 +29314,47 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.wrap_i64 - local.tee $1 + local.tee $2 i32.const 100000 i32.lt_u if (result i32) - local.get $1 + local.get $2 i32.const 100 i32.lt_u if (result i32) - local.get $1 + local.get $2 i32.const 10 i32.ge_u i32.const 1 i32.add else - local.get $1 + local.get $2 i32.const 10000 i32.ge_u i32.const 3 i32.add - local.get $1 + local.get $2 i32.const 1000 i32.ge_u i32.add end else - local.get $1 + local.get $2 i32.const 10000000 i32.lt_u if (result i32) - local.get $1 + local.get $2 i32.const 1000000 i32.ge_u i32.const 6 i32.add else - local.get $1 + local.get $2 i32.const 1000000000 i32.ge_u i32.const 8 i32.add - local.get $1 + local.get $2 i32.const 100000000 i32.ge_u i32.add @@ -29686,16 +29363,16 @@ local.tee $3 i32.const 1 i32.shl - local.get $0 + local.get $1 i32.add i32.const 2 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $0 i32.store local.get $0 - local.get $2 - i32.add local.get $1 + i32.add + local.get $2 local.get $3 call $~lib/util/number/utoa32_dec_lut else @@ -29750,25 +29427,25 @@ i32.add end end - local.tee $1 + local.tee $2 i32.const 1 i32.shl - local.get $0 + local.get $1 i32.add i32.const 2 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $0 i32.store local.get $0 - local.get $2 + local.get $1 i32.add local.get $4 - local.get $1 + local.get $2 call $~lib/util/number/utoa64_dec_lut end - local.get $0 + local.get $1 if - local.get $2 + local.get $0 i32.const 45 i32.store16 end @@ -29776,16 +29453,15 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $0 end - local.set $0 + local.set $1 br $folding-inner07 end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 11856 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11852 i32.load i32.const 1 @@ -29802,20 +29478,20 @@ i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $2 i32.store offset=4 loop $for-loop|010 - local.get $3 + local.get $1 local.get $7 i32.lt_s if - local.get $1 + local.get $2 local.get $0 i32.const 1 i32.shl i32.add - local.get $2 local.get $3 + local.get $1 i32.const 3 i32.shl i32.add @@ -29826,7 +29502,7 @@ local.set $0 local.get $8 if - local.get $1 + local.get $2 local.get $0 i32.const 1 i32.shl @@ -29841,19 +29517,19 @@ i32.add local.set $0 end - local.get $3 + local.get $1 i32.const 1 i32.add - local.set $3 + local.set $1 br $for-loop|010 end end - local.get $1 + local.get $2 local.get $0 i32.const 1 i32.shl i32.add - local.get $2 + local.get $3 local.get $7 i32.const 3 i32.shl @@ -29867,20 +29543,20 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 local.get $0 call $~lib/string/String#substring - local.set $0 + local.set $1 br $folding-inner07 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.set $0 + local.get $2 + local.set $1 br $__inlined_func$~lib/util/string/joinIntegerArray$22 end global.get $~lib/memory/__stack_pointer @@ -29897,12 +29573,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store global.get $~lib/memory/__stack_pointer i32.const 14704 i32.store offset=8 - local.get $0 + local.get $1 i32.const 14704 call $~lib/string/String.__eq i32.eqz @@ -29977,7 +29653,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 i32.const 29 @@ -30020,16 +29697,15 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -30038,22 +29714,21 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=4 local.set $2 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=12 - local.set $1 - local.get $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store i32.const 0 @@ -30067,19 +29742,18 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 20 memory.fill block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$23 - local.get $1 + local.get $0 i32.const 1 i32.sub local.tee $1 i32.const 0 i32.lt_s if - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer @@ -30091,17 +29765,16 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $2 i32.load - local.tee $1 + local.tee $0 i32.store - local.get $1 + local.get $0 if (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $1 + local.get $0 call $~lib/array/Array#toString else i32.const 11568 @@ -30116,10 +29789,9 @@ i32.const 11568 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $7 i32.const 11568 i32.store offset=8 - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 i32.const 11852 @@ -30133,32 +29805,33 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $2 local.get $3 i32.const 2 i32.shl i32.add i32.load - local.tee $9 + local.tee $8 i32.store - local.get $9 + local.get $8 if - local.get $8 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.set $9 + global.get $~lib/memory/__stack_pointer local.get $8 - local.get $9 i32.store offset=16 - local.get $9 + local.get $8 call $~lib/array/Array#toString - local.set $9 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=12 local.get $8 - local.get $0 + i32.store offset=12 local.get $9 + local.get $0 + local.get $8 call $~lib/string/String.__concat local.tee $0 i32.store offset=8 @@ -30166,13 +29839,12 @@ local.get $7 if global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $0 i32.store offset=4 - local.get $8 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=12 - local.get $8 + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 11856 call $~lib/string/String.__concat @@ -30187,7 +29859,6 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $2 local.get $1 i32.const 2 @@ -30198,10 +29869,12 @@ i32.store local.get $1 if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 local.get $1 @@ -30210,7 +29883,7 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 - local.get $3 + local.get $2 local.get $0 local.get $1 call $~lib/string/String.__concat @@ -30249,7 +29922,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 i32.const 42 @@ -30292,16 +29966,15 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -30310,22 +29983,21 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=4 local.set $2 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=12 - local.set $1 - local.get $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store i32.const 0 @@ -30339,19 +30011,18 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 20 memory.fill block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$24 - local.get $1 + local.get $0 i32.const 1 i32.sub local.tee $1 i32.const 0 i32.lt_s if - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer @@ -30363,17 +30034,16 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $2 i32.load - local.tee $1 + local.tee $0 i32.store - local.get $1 + local.get $0 if (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $1 + local.get $0 call $~lib/array/Array#toString else i32.const 11568 @@ -30388,10 +30058,9 @@ i32.const 11568 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $7 i32.const 11568 i32.store offset=8 - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 i32.const 11852 @@ -30405,32 +30074,33 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $2 local.get $3 i32.const 2 i32.shl i32.add i32.load - local.tee $9 + local.tee $8 i32.store - local.get $9 + local.get $8 if - local.get $8 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.set $9 + global.get $~lib/memory/__stack_pointer local.get $8 - local.get $9 i32.store offset=16 - local.get $9 + local.get $8 call $~lib/array/Array#toString - local.set $9 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=12 local.get $8 - local.get $0 + i32.store offset=12 local.get $9 + local.get $0 + local.get $8 call $~lib/string/String.__concat local.tee $0 i32.store offset=8 @@ -30438,13 +30108,12 @@ local.get $7 if global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $0 i32.store offset=4 - local.get $8 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=12 - local.get $8 + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 11856 call $~lib/string/String.__concat @@ -30459,7 +30128,6 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $2 local.get $1 i32.const 2 @@ -30470,10 +30138,12 @@ i32.store local.get $1 if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 local.get $1 @@ -30482,7 +30152,7 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 - local.get $3 + local.get $2 local.get $0 local.get $1 call $~lib/string/String.__concat @@ -30521,7 +30191,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 2 i32.const 44 @@ -30572,16 +30243,15 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -30590,22 +30260,21 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=4 local.set $2 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=12 - local.set $1 - local.get $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store i32.const 0 @@ -30619,19 +30288,18 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 20 memory.fill block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>>$25 - local.get $1 + local.get $0 i32.const 1 i32.sub local.tee $1 i32.const 0 i32.lt_s if - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer @@ -30643,17 +30311,16 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $2 i32.load - local.tee $1 + local.tee $0 i32.store - local.get $1 + local.get $0 if (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $1 + local.get $0 call $~lib/array/Array<~lib/array/Array>#toString else i32.const 11568 @@ -30668,10 +30335,9 @@ i32.const 11568 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $7 i32.const 11568 i32.store offset=8 - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=4 i32.const 11852 @@ -30685,32 +30351,33 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $2 local.get $3 i32.const 2 i32.shl i32.add i32.load - local.tee $9 + local.tee $8 i32.store - local.get $9 + local.get $8 if - local.get $8 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.set $9 + global.get $~lib/memory/__stack_pointer local.get $8 - local.get $9 i32.store offset=16 - local.get $9 + local.get $8 call $~lib/array/Array<~lib/array/Array>#toString - local.set $9 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=12 local.get $8 - local.get $0 + i32.store offset=12 local.get $9 + local.get $0 + local.get $8 call $~lib/string/String.__concat local.tee $0 i32.store offset=8 @@ -30718,13 +30385,12 @@ local.get $7 if global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $0 i32.store offset=4 - local.get $8 + global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=12 - local.get $8 + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 11856 call $~lib/string/String.__concat @@ -30739,7 +30405,6 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $2 local.get $1 i32.const 2 @@ -30750,10 +30415,12 @@ i32.store local.get $1 if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 local.get $1 @@ -30762,7 +30429,7 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 - local.get $3 + local.get $2 local.get $0 local.get $1 call $~lib/string/String.__concat @@ -30801,7 +30468,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 i32.const 29 @@ -30854,12 +30522,12 @@ global.get $~lib/memory/__stack_pointer local.get $1 call $~lib/array/Array<~lib/array/Array>#flat - local.tee $1 + local.tee $0 i32.store offset=456 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store - local.get $1 + local.get $0 call $~lib/array/Array#get:length i32.const 10 i32.ne @@ -30872,19 +30540,19 @@ unreachable end i32.const 0 - local.set $0 + local.set $1 loop $for-loop|7 - local.get $0 + local.get $1 i32.const 10 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store - local.get $1 local.get $0 + local.get $1 call $~lib/array/Array#__get - local.get $0 + local.get $1 i32.ne if i32.const 0 @@ -30894,15 +30562,16 @@ call $~lib/builtins/abort unreachable end - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|7 end end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 i32.const 45 @@ -30950,7 +30619,7 @@ local.get $1 i32.store offset=468 global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $7 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -30963,85 +30632,84 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=4 - local.set $7 - local.get $0 + local.set $8 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=12 - local.set $8 + local.set $9 i32.const 0 - local.set $1 + local.set $2 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|056 - local.get $0 - local.get $8 + local.get $1 + local.get $9 i32.lt_s if - local.get $7 - local.get $0 + local.get $8 + local.get $1 i32.const 2 i32.shl i32.add i32.load - local.tee $3 + local.tee $0 if (result i32) - local.get $3 + local.get $0 i32.load offset=12 else i32.const 0 end - local.get $1 + local.get $2 i32.add - local.set $1 - local.get $0 + local.set $2 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|056 end end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.const 2 i32.shl local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $9 + local.tee $10 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 34 call $~lib/rt/itcms/__new - local.tee $10 + local.tee $11 i32.store offset=8 - local.get $10 - local.get $1 + local.get $11 + local.get $2 i32.store offset=12 - local.get $10 + local.get $11 local.get $0 i32.store offset=8 + local.get $11 local.get $10 - local.get $9 i32.store offset=4 + local.get $11 local.get $10 - local.get $9 i32.store + local.get $11 local.get $10 - local.get $9 i32.const 0 call $~lib/rt/itcms/__link i32.const 0 @@ -31050,30 +30718,30 @@ local.set $3 loop $for-loop|16 local.get $3 - local.get $8 + local.get $9 i32.lt_s if - local.get $7 + local.get $8 local.get $3 i32.const 2 i32.shl i32.add i32.load - local.tee $11 + local.tee $1 if local.get $0 - local.get $9 + local.get $10 i32.add - local.get $11 + local.get $1 i32.load offset=4 - local.get $11 + local.get $1 i32.load offset=12 i32.const 2 i32.shl - local.tee $11 + local.tee $1 memory.copy local.get $0 - local.get $11 + local.get $1 i32.add local.set $0 end @@ -31085,25 +30753,25 @@ end end i32.const 0 - local.set $0 + local.set $1 loop $for-loop|27 - local.get $0 local.get $1 + local.get $2 i32.lt_s if - local.get $9 - local.get $9 - local.get $0 + local.get $10 + local.get $10 + local.get $1 i32.const 2 i32.shl i32.add i32.load i32.const 1 call $~lib/rt/itcms/__link - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|27 end end @@ -31111,8 +30779,8 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 - local.get $10 + local.get $7 + local.get $11 i32.store offset=472 global.get $~lib/memory/__stack_pointer i32.const 8 @@ -31123,9 +30791,9 @@ local.tee $0 i32.store offset=476 global.get $~lib/memory/__stack_pointer - local.get $10 + local.get $11 i32.store - local.get $10 + local.get $11 call $~lib/array/Array#get:length i32.const 8 i32.ne @@ -31138,37 +30806,37 @@ unreachable end i32.const 0 - local.set $1 + local.set $2 loop $for-loop|8 global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/array/Array#get:length - local.get $1 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $10 + local.get $11 i32.store offset=52 - local.get $10 - local.get $1 + local.get $11 + local.get $2 call $~lib/array/Array#__get - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=52 local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#__get local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 - local.get $2 + local.get $1 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -31180,15 +30848,16 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|8 end end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 i32.const 29 @@ -31239,19 +30908,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 i32.const 29 i32.const 0 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=492 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.load offset=4 i32.store offset=496 - local.get $2 + local.get $1 i32.const 0 i32.const 1 i32.const 2 @@ -31259,7 +30929,7 @@ i32.const 15920 call $~lib/rt/__newArray call $~lib/array/Array#__set - local.get $2 + local.get $1 i32.const 1 i32.const 1 i32.const 2 @@ -31268,12 +30938,12 @@ call $~lib/rt/__newArray call $~lib/array/Array#__set local.get $0 - local.get $2 + local.get $1 i32.store offset=500 global.get $~lib/memory/__stack_pointer local.set $0 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 15984 @@ -31287,17 +30957,16 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill + global.get $~lib/memory/__stack_pointer local.get $1 - local.get $2 i32.store + global.get $~lib/memory/__stack_pointer local.get $1 - local.get $2 i32.load offset=12 - local.tee $3 + local.tee $2 i32.const 2 i32.const 29 i32.const 0 @@ -31311,64 +30980,63 @@ i32.load offset=4 local.set $8 i32.const 0 - local.set $1 + local.set $3 loop $for-loop|067 global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $2 - i32.store local.get $1 + i32.store local.get $3 local.get $2 + local.get $1 i32.load offset=12 - local.tee $10 - local.get $3 - local.get $10 + local.tee $9 + local.get $2 + local.get $9 i32.lt_s select i32.lt_s if - local.get $9 - local.get $2 - i32.store offset=12 - local.get $9 + global.get $~lib/memory/__stack_pointer local.get $1 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $3 i32.const 2 i32.shl - local.tee $10 - local.get $2 + local.tee $9 + local.get $1 i32.load offset=4 i32.add i32.load - local.tee $11 + local.tee $10 i32.store - local.get $9 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $9 - local.get $11 + global.get $~lib/memory/__stack_pointer + local.get $10 + local.get $3 local.get $1 - local.get $2 i32.const 15984 i32.load call_indirect (type $1) - local.tee $9 + local.tee $10 i32.store offset=16 local.get $8 - local.get $10 - i32.add local.get $9 + i32.add + local.get $10 i32.store local.get $7 - local.get $9 + local.get $10 i32.const 1 call $~lib/rt/itcms/__link - local.get $1 + local.get $3 i32.const 1 i32.add - local.set $1 + local.set $3 br $for-loop|067 end end @@ -31536,9 +31204,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $4 local.get $0 local.get $1 i32.shl @@ -31601,13 +31270,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -31624,49 +31292,49 @@ i32.shr_u i32.const 1 i32.shl - local.tee $2 - select local.tee $0 + select + local.tee $2 i32.const 100000 i32.lt_u if (result i32) - local.get $0 + local.get $2 i32.const 100 i32.lt_u if (result i32) - local.get $0 + local.get $2 i32.const 10 i32.ge_u i32.const 1 i32.add else - local.get $0 + local.get $2 i32.const 10000 i32.ge_u i32.const 3 i32.add - local.get $0 + local.get $2 i32.const 1000 i32.ge_u i32.add end else - local.get $0 + local.get $2 i32.const 10000000 i32.lt_u if (result i32) - local.get $0 + local.get $2 i32.const 1000000 i32.ge_u i32.const 6 i32.add else - local.get $0 + local.get $2 i32.const 1000000000 i32.ge_u i32.const 8 i32.add - local.get $0 + local.get $2 i32.const 100000000 i32.ge_u i32.add @@ -31675,19 +31343,19 @@ local.tee $1 i32.const 1 i32.shl - local.get $2 + local.get $0 i32.add i32.const 2 call $~lib/rt/itcms/__new local.tee $3 i32.store - local.get $2 + local.get $0 local.get $3 i32.add - local.get $0 + local.get $2 local.get $1 call $~lib/util/number/utoa32_dec_lut - local.get $2 + local.get $0 if local.get $3 i32.const 45 @@ -31718,13 +31386,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -31778,21 +31445,21 @@ i32.add end end - local.tee $1 + local.tee $2 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $1 i32.store - local.get $2 - local.get $0 local.get $1 + local.get $0 + local.get $2 call $~lib/util/number/utoa32_dec_lut global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 ) ) diff --git a/tests/compiler/std/arraybuffer.release.wat b/tests/compiler/std/arraybuffer.release.wat index 94378e232a..79a69c4efd 100644 --- a/tests/compiler/std/arraybuffer.release.wat +++ b/tests/compiler/std/arraybuffer.release.wat @@ -1084,11 +1084,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1273,8 +1272,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1542,7 +1540,6 @@ local.get $1 ) (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) - (local $2 i32) local.get $1 i32.eqz if @@ -1559,7 +1556,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $2 local.get $1 i32.const 20 i32.sub @@ -1576,7 +1572,7 @@ i32.const 3 i32.and local.tee $0 - local.get $2 + global.get $~lib/rt/itcms/white i32.eqz i32.eq if @@ -1598,7 +1594,6 @@ end ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) block $folding-inner0 block $invalid block $~lib/array/Array @@ -1633,10 +1628,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1679,10 +1673,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1777,16 +1770,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 3 call $~lib/rt/itcms/__new @@ -1830,34 +1822,34 @@ i32.const 1 local.get $1 i32.shl - local.tee $1 + local.tee $2 i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=12 local.get $0 - local.get $2 + local.get $1 i32.store local.get $0 - local.get $2 + local.get $1 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $2 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $1 + local.get $2 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 16 @@ -1869,7 +1861,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -1880,7 +1871,6 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 24 memory.fill @@ -1916,7 +1906,9 @@ i32.store i32.const 1456 global.set $~lib/rt/itcms/fromSpace - local.get $0 + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1925,10 +1917,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 1 call $~lib/rt/itcms/__new @@ -1959,10 +1950,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 0 i32.const 1073741820 @@ -1998,10 +1988,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.const 1073741820 @@ -2026,10 +2015,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const -1 i32.const 1073741820 @@ -2054,10 +2042,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.const 3 @@ -2082,10 +2069,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.const -1 @@ -2110,10 +2096,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const -3 i32.const -1 @@ -2138,10 +2123,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const -4 i32.const 42 @@ -2166,10 +2150,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 42 i32.const 1073741820 @@ -2202,7 +2185,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2211,20 +2195,18 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 6 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 0 call $~lib/arraybuffer/ArrayBufferView#constructor @@ -2246,9 +2228,10 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $0 i32.const 8 i32.const 1 call $~lib/rt/itcms/__new @@ -2296,20 +2279,18 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 10 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 2 call $~lib/arraybuffer/ArrayBufferView#constructor @@ -2328,7 +2309,7 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.load - local.tee $1 + local.tee $0 i32.store offset=16 block $__inlined_func$~lib/dataview/DataView#constructor@varargs$1 (result i32) global.get $~lib/memory/__stack_pointer @@ -2344,21 +2325,20 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store - local.get $1 + local.get $0 i32.const 20 i32.sub i32.load offset=16 - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -2367,49 +2347,48 @@ i32.lt_s br_if $folding-inner00 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 16 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store - local.get $0 + local.get $2 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 20 i32.sub i32.load offset=16 - local.get $2 + local.get $1 i32.lt_u - local.get $2 + local.get $1 i32.const 1073741820 i32.gt_u i32.or @@ -2422,29 +2401,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $0 + local.get $2 i32.store offset=4 - local.get $3 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=8 + local.get $2 local.get $0 - local.get $1 i32.store + local.get $2 local.get $0 - local.get $1 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 + local.get $2 local.get $0 - local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 local.get $2 + local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 @@ -2454,7 +2432,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $2 br $__inlined_func$~lib/dataview/DataView#constructor@varargs$1 end br $folding-inner1 diff --git a/tests/compiler/std/console.release.wat b/tests/compiler/std/console.release.wat index 199c9d3419..6fb1edc1d1 100644 --- a/tests/compiler/std/console.release.wat +++ b/tests/compiler/std/console.release.wat @@ -46,7 +46,6 @@ (export "memory" (memory $0)) (start $~start) (func $~start - (local $0 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -57,10 +56,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store i32.const 0 @@ -89,10 +87,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1168 i32.store i32.const 1168 @@ -113,10 +110,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1216 i32.store i32.const 1216 @@ -137,10 +133,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1264 i32.store i32.const 1264 @@ -161,10 +156,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1312 i32.store i32.const 1312 @@ -242,7 +236,6 @@ unreachable ) (func $~lib/console/console.assert (param $0 i32) (param $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -259,10 +252,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $0 @@ -276,7 +268,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/console/console.log (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -293,10 +284,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -307,7 +297,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/console/console.time (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -324,10 +313,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -338,7 +326,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/console/console.timeLog (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -355,10 +342,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -369,7 +355,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/console/console.timeEnd (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -386,10 +371,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 diff --git a/tests/compiler/std/dataview.release.wat b/tests/compiler/std/dataview.release.wat index cc6eb07c78..96d4a1fb00 100644 --- a/tests/compiler/std/dataview.release.wat +++ b/tests/compiler/std/dataview.release.wat @@ -1092,11 +1092,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1281,8 +1280,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1550,7 +1548,6 @@ local.get $1 ) (func $~lib/arraybuffer/ArrayBufferView#set:buffer (param $0 i32) (param $1 i32) - (local $2 i32) local.get $0 local.get $1 i32.store @@ -1567,7 +1564,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $2 local.get $1 i32.const 20 i32.sub @@ -1584,7 +1580,7 @@ i32.const 3 i32.and local.tee $0 - local.get $2 + global.get $~lib/rt/itcms/white i32.eqz i32.eq if @@ -1638,7 +1634,6 @@ call $start:std/dataview ) (func $~lib/typedarray/Uint8Array#__set (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1655,10 +1650,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -1674,7 +1668,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $1 @@ -1683,14 +1676,13 @@ i32.add local.get $2 i32.store8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/dataview/DataView#constructor (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -1707,13 +1699,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 5 call $~lib/rt/itcms/__new @@ -1761,10 +1752,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $3 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $3 @@ -1792,7 +1782,6 @@ ) (func $~lib/arraybuffer/ArrayBufferView#get:byteOffset (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1809,32 +1798,30 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + local.get $1 local.get $0 i32.load i32.sub local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/dataview/DataView#getFloat32 (param $0 i32) (param $1 i32) (param $2 i32) (result f32) - (local $3 i32) - (local $4 f32) + (local $3 f32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1851,10 +1838,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -1907,17 +1893,16 @@ i32.or f32.reinterpret_i32 end - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $3 ) (func $~lib/dataview/DataView#getFloat64 (param $0 i32) (param $1 i32) (result f64) (local $2 i64) - (local $3 i32) - (local $4 f64) + (local $3 f64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1934,10 +1919,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1993,15 +1977,14 @@ i64.rotr f64.reinterpret_i64 end - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $3 ) (func $~lib/dataview/DataView#getInt8 (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2018,10 +2001,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2037,7 +2019,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $1 @@ -2046,14 +2027,13 @@ i32.add i32.load8_s local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/dataview/DataView#getInt16 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2070,10 +2050,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2095,7 +2074,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $1 @@ -2104,7 +2082,7 @@ i32.add i32.load16_s local.set $0 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2124,7 +2102,6 @@ end ) (func $~lib/dataview/DataView#getInt32 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2141,10 +2118,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2166,7 +2142,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $1 @@ -2175,7 +2150,7 @@ i32.add i32.load local.set $0 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2198,7 +2173,6 @@ ) (func $~lib/dataview/DataView#getInt64 (param $0 i32) (param $1 i32) (result i64) (local $2 i64) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2215,10 +2189,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2234,14 +2207,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=4 i64.load local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2276,7 +2248,6 @@ end ) (func $~lib/dataview/DataView#getUint8 (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2293,10 +2264,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2312,7 +2282,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $1 @@ -2321,14 +2290,13 @@ i32.add i32.load8_u local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/dataview/DataView#getUint16 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2345,10 +2313,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2370,7 +2337,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $1 @@ -2379,7 +2345,7 @@ i32.add i32.load16_u local.set $0 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2397,7 +2363,6 @@ end ) (func $~lib/dataview/DataView#getUint32 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2414,10 +2379,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2439,7 +2403,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $1 @@ -2448,7 +2411,7 @@ i32.add i32.load local.set $0 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2471,7 +2434,6 @@ ) (func $~lib/dataview/DataView#getUint64 (param $0 i32) (param $1 i32) (result i64) (local $2 i64) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2488,10 +2450,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2507,14 +2468,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=4 i64.load local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2549,7 +2509,6 @@ end ) (func $~lib/dataview/DataView#setFloat32 (param $0 i32) (param $1 f32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2566,10 +2525,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2621,7 +2579,6 @@ ) (func $~lib/dataview/DataView#setFloat64 (param $0 i32) (param $1 f64) (param $2 i32) (local $3 i64) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2638,10 +2595,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2705,7 +2661,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/dataview/DataView#setInt16 (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2722,10 +2677,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2766,7 +2720,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/dataview/DataView#setInt32 (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2783,10 +2736,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2829,7 +2781,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/dataview/DataView#setInt64 (param $0 i32) (param $1 i64) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2846,10 +2797,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2905,7 +2855,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/dataview/DataView#setUint16 (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2922,10 +2871,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2966,7 +2914,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/dataview/DataView#setUint32 (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2983,10 +2930,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -3029,7 +2975,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/dataview/DataView#setUint64 (param $0 i32) (param $1 i64) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3046,10 +2991,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -3119,10 +3063,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 memory.size @@ -3157,7 +3100,7 @@ i32.store i32.const 1456 global.set $~lib/rt/itcms/fromSpace - local.get $0 + global.get $~lib/memory/__stack_pointer block $__inlined_func$~lib/typedarray/Uint8Array#constructor$3 (result i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -3169,20 +3112,20 @@ i32.lt_s br_if $folding-inner00 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -3191,16 +3134,15 @@ i32.lt_s br_if $folding-inner00 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 3 call $~lib/rt/itcms/__new @@ -3268,95 +3210,95 @@ end br $folding-inner1 end - local.tee $0 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 0 i32.const 246 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 1 i32.const 224 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 2 i32.const 88 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 3 i32.const 159 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 4 i32.const 130 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 5 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 6 i32.const 67 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 7 i32.const 95 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.load - local.tee $1 + local.tee $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.set $2 - local.get $0 + local.set $0 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $3 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=8 + local.get $0 local.get $2 - local.get $1 local.get $3 - local.get $0 + local.get $1 i32.load offset=8 call $~lib/dataview/DataView#constructor - local.tee $1 + local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getFloat32 @@ -3371,9 +3313,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 i32.const 1 call $~lib/dataview/DataView#getFloat32 @@ -3388,9 +3330,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 2 i32.const 1 call $~lib/dataview/DataView#getFloat32 @@ -3405,9 +3347,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 3 i32.const 1 call $~lib/dataview/DataView#getFloat32 @@ -3422,9 +3364,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 4 i32.const 1 call $~lib/dataview/DataView#getFloat32 @@ -3439,9 +3381,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getFloat32 @@ -3456,9 +3398,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 i32.const 0 call $~lib/dataview/DataView#getFloat32 @@ -3473,9 +3415,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 2 i32.const 0 call $~lib/dataview/DataView#getFloat32 @@ -3490,9 +3432,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 3 i32.const 0 call $~lib/dataview/DataView#getFloat32 @@ -3507,9 +3449,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 4 i32.const 0 call $~lib/dataview/DataView#getFloat32 @@ -3524,9 +3466,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 call $~lib/dataview/DataView#getFloat64 f64.const 7936550095674706383278551e126 @@ -3540,9 +3482,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 call $~lib/dataview/DataView#getFloat64 f64.const -411777475818852546741639e241 @@ -3556,9 +3498,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 call $~lib/dataview/DataView#getInt8 i32.const -10 @@ -3572,9 +3514,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 call $~lib/dataview/DataView#getInt8 i32.const -32 @@ -3588,9 +3530,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 2 call $~lib/dataview/DataView#getInt8 i32.const 88 @@ -3604,9 +3546,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 3 call $~lib/dataview/DataView#getInt8 i32.const -97 @@ -3620,9 +3562,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 4 call $~lib/dataview/DataView#getInt8 i32.const -126 @@ -3636,9 +3578,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 5 call $~lib/dataview/DataView#getInt8 i32.const 101 @@ -3652,9 +3594,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 6 call $~lib/dataview/DataView#getInt8 i32.const 67 @@ -3668,9 +3610,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 7 call $~lib/dataview/DataView#getInt8 i32.const 95 @@ -3684,9 +3626,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getInt16 @@ -3703,9 +3645,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 i32.const 1 call $~lib/dataview/DataView#getInt16 @@ -3722,9 +3664,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 2 i32.const 1 call $~lib/dataview/DataView#getInt16 @@ -3741,9 +3683,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 3 i32.const 1 call $~lib/dataview/DataView#getInt16 @@ -3760,9 +3702,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 4 i32.const 1 call $~lib/dataview/DataView#getInt16 @@ -3779,9 +3721,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 5 i32.const 1 call $~lib/dataview/DataView#getInt16 @@ -3798,9 +3740,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 6 i32.const 1 call $~lib/dataview/DataView#getInt16 @@ -3817,9 +3759,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getInt16 @@ -3836,9 +3778,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 i32.const 0 call $~lib/dataview/DataView#getInt16 @@ -3855,9 +3797,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 2 i32.const 0 call $~lib/dataview/DataView#getInt16 @@ -3874,9 +3816,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 3 i32.const 0 call $~lib/dataview/DataView#getInt16 @@ -3893,9 +3835,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 4 i32.const 0 call $~lib/dataview/DataView#getInt16 @@ -3912,9 +3854,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 5 i32.const 0 call $~lib/dataview/DataView#getInt16 @@ -3931,9 +3873,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 6 i32.const 0 call $~lib/dataview/DataView#getInt16 @@ -3950,9 +3892,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getInt32 @@ -3967,9 +3909,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 i32.const 1 call $~lib/dataview/DataView#getInt32 @@ -3984,9 +3926,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 2 i32.const 1 call $~lib/dataview/DataView#getInt32 @@ -4001,9 +3943,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 3 i32.const 1 call $~lib/dataview/DataView#getInt32 @@ -4018,9 +3960,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 4 i32.const 1 call $~lib/dataview/DataView#getInt32 @@ -4035,9 +3977,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getInt32 @@ -4052,9 +3994,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 i32.const 0 call $~lib/dataview/DataView#getInt32 @@ -4069,9 +4011,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 2 i32.const 0 call $~lib/dataview/DataView#getInt32 @@ -4086,9 +4028,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 3 i32.const 0 call $~lib/dataview/DataView#getInt32 @@ -4103,9 +4045,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 4 i32.const 0 call $~lib/dataview/DataView#getInt32 @@ -4120,9 +4062,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 call $~lib/dataview/DataView#getInt64 i64.const 6864441868736323830 @@ -4136,9 +4078,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 call $~lib/dataview/DataView#getInt64 i64.const -657428103485373601 @@ -4152,9 +4094,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 call $~lib/dataview/DataView#getUint8 i32.const 246 @@ -4168,9 +4110,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 call $~lib/dataview/DataView#getUint8 i32.const 224 @@ -4184,9 +4126,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 2 call $~lib/dataview/DataView#getUint8 i32.const 88 @@ -4200,9 +4142,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 3 call $~lib/dataview/DataView#getUint8 i32.const 159 @@ -4216,9 +4158,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 4 call $~lib/dataview/DataView#getUint8 i32.const 130 @@ -4232,9 +4174,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 5 call $~lib/dataview/DataView#getUint8 i32.const 101 @@ -4248,9 +4190,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 6 call $~lib/dataview/DataView#getUint8 i32.const 67 @@ -4264,9 +4206,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 7 call $~lib/dataview/DataView#getUint8 i32.const 95 @@ -4280,9 +4222,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getUint16 @@ -4299,9 +4241,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 i32.const 1 call $~lib/dataview/DataView#getUint16 @@ -4318,9 +4260,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 2 i32.const 1 call $~lib/dataview/DataView#getUint16 @@ -4337,9 +4279,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 3 i32.const 1 call $~lib/dataview/DataView#getUint16 @@ -4356,9 +4298,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 4 i32.const 1 call $~lib/dataview/DataView#getUint16 @@ -4375,9 +4317,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 5 i32.const 1 call $~lib/dataview/DataView#getUint16 @@ -4394,9 +4336,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 6 i32.const 1 call $~lib/dataview/DataView#getUint16 @@ -4413,9 +4355,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getUint16 @@ -4432,9 +4374,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 i32.const 0 call $~lib/dataview/DataView#getUint16 @@ -4451,9 +4393,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 2 i32.const 0 call $~lib/dataview/DataView#getUint16 @@ -4470,9 +4412,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 3 i32.const 0 call $~lib/dataview/DataView#getUint16 @@ -4489,9 +4431,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 4 i32.const 0 call $~lib/dataview/DataView#getUint16 @@ -4508,9 +4450,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 5 i32.const 0 call $~lib/dataview/DataView#getUint16 @@ -4527,9 +4469,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 6 i32.const 0 call $~lib/dataview/DataView#getUint16 @@ -4546,9 +4488,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getUint32 @@ -4563,9 +4505,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 i32.const 1 call $~lib/dataview/DataView#getUint32 @@ -4580,9 +4522,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 2 i32.const 1 call $~lib/dataview/DataView#getUint32 @@ -4597,9 +4539,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 3 i32.const 1 call $~lib/dataview/DataView#getUint32 @@ -4614,9 +4556,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 4 i32.const 1 call $~lib/dataview/DataView#getUint32 @@ -4631,9 +4573,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getUint32 @@ -4648,9 +4590,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 i32.const 0 call $~lib/dataview/DataView#getUint32 @@ -4665,9 +4607,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 2 i32.const 0 call $~lib/dataview/DataView#getUint32 @@ -4682,9 +4624,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 3 i32.const 0 call $~lib/dataview/DataView#getUint32 @@ -4699,9 +4641,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 4 i32.const 0 call $~lib/dataview/DataView#getUint32 @@ -4716,9 +4658,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 call $~lib/dataview/DataView#getUint64 i64.const 6864441868736323830 @@ -4732,9 +4674,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 call $~lib/dataview/DataView#getUint64 i64.const -657428103485373601 @@ -4748,16 +4690,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 f32.const 1.5976661625240943e-18 i32.const 1 call $~lib/dataview/DataView#setFloat32 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getFloat32 @@ -4772,16 +4714,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 f32.const 1976281973381696323584 i32.const 0 call $~lib/dataview/DataView#setFloat32 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getFloat32 @@ -4796,16 +4738,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 f64.const -1094252199637739024055454e124 i32.const 1 call $~lib/dataview/DataView#setFloat64 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 call $~lib/dataview/DataView#getFloat64 f64.const -1094252199637739024055454e124 @@ -4819,16 +4761,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 f64.const 6.022586634778589e-103 i32.const 0 call $~lib/dataview/DataView#setFloat64 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 call $~lib/dataview/DataView#getFloat64 f64.const 6.022586634778589e-103 @@ -4842,10 +4784,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 + local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -4854,13 +4795,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $1 + local.get $0 i32.load offset=8 i32.eqz if @@ -4872,21 +4812,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 + local.get $0 i32.store - local.get $1 + local.get $0 i32.load offset=4 i32.const 108 i32.store8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 call $~lib/dataview/DataView#getInt8 i32.const 108 @@ -4900,16 +4839,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const -13360 i32.const 1 call $~lib/dataview/DataView#setInt16 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getInt16 @@ -4926,16 +4865,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 14689 i32.const 0 call $~lib/dataview/DataView#setInt16 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getInt16 @@ -4952,16 +4891,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1204680201 i32.const 1 call $~lib/dataview/DataView#setInt32 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getInt32 @@ -4976,16 +4915,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 660673230 i32.const 0 call $~lib/dataview/DataView#setInt32 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getInt32 @@ -5000,16 +4939,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i64.const -3290739641816099749 i32.const 1 call $~lib/dataview/DataView#setInt64 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 call $~lib/dataview/DataView#getInt64 i64.const -3290739641816099749 @@ -5023,16 +4962,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i64.const 8178932412950708047 i32.const 0 call $~lib/dataview/DataView#setInt64 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 call $~lib/dataview/DataView#getInt64 i64.const 8178932412950708047 @@ -5046,10 +4985,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 + local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -5058,13 +4996,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $1 + local.get $0 i32.load offset=8 i32.eqz if @@ -5076,21 +5013,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 + local.get $0 i32.store - local.get $1 + local.get $0 i32.load offset=4 i32.const 238 i32.store8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 call $~lib/dataview/DataView#getUint8 i32.const 238 @@ -5104,16 +5040,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 58856 i32.const 1 call $~lib/dataview/DataView#setUint16 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getUint16 @@ -5130,16 +5066,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 60400 i32.const 0 call $~lib/dataview/DataView#setUint16 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getUint16 @@ -5156,16 +5092,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const -846805744 i32.const 1 call $~lib/dataview/DataView#setUint32 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 1 call $~lib/dataview/DataView#getUint32 @@ -5180,16 +5116,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const -1510791631 i32.const 0 call $~lib/dataview/DataView#setUint32 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 i32.const 0 call $~lib/dataview/DataView#getUint32 @@ -5204,16 +5140,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i64.const 2334704782995986958 i32.const 1 call $~lib/dataview/DataView#setUint64 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 call $~lib/dataview/DataView#getUint64 i64.const 2334704782995986958 @@ -5227,16 +5163,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i64.const -7123186897289856329 i32.const 0 call $~lib/dataview/DataView#setUint64 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 0 call $~lib/dataview/DataView#getUint64 i64.const -7123186897289856329 @@ -5250,15 +5186,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $1 - local.get $0 i32.load - local.tee $0 + local.tee $1 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -5270,36 +5207,35 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store - local.get $0 + local.get $1 i32.const 20 i32.sub i32.load offset=16 local.set $2 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 0 local.get $2 call $~lib/dataview/DataView#constructor - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -5310,9 +5246,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.load offset=8 i32.const 8 i32.ne diff --git a/tests/compiler/std/date.release.wat b/tests/compiler/std/date.release.wat index 31d3fa0a0d..2ae40dbb48 100644 --- a/tests/compiler/std/date.release.wat +++ b/tests/compiler/std/date.release.wat @@ -1475,11 +1475,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1664,8 +1663,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -2027,14 +2025,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store block $__inlined_func$~lib/util/number/itoa32$73 local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2245,7 +2242,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $3 local.get $1 i32.const 20 i32.sub @@ -2255,8 +2251,6 @@ i32.and i32.eq if - local.get $3 - i32.eqz local.get $0 i32.const 20 i32.sub @@ -2265,6 +2259,8 @@ i32.const 3 i32.and local.tee $3 + global.get $~lib/rt/itcms/white + i32.eqz i32.eq if local.get $0 @@ -2445,16 +2441,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2529,7 +2524,6 @@ ) (func $~lib/date/Date#constructor (param $0 i64) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2546,35 +2540,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 4 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 local.get $1 local.get $0 i64.store offset=16 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $1 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $1 i32.const 0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $1 @@ -2621,7 +2613,6 @@ local.get $1 ) (func $~lib/date/Date#setTime (param $0 i32) (param $1 i64) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2656,13 +2647,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 local.get $1 i64.store offset=16 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2687,8 +2677,7 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/date/Date#getUTCHours (param $0 i32) (result i32) - (local $1 i32) - (local $2 i64) + (local $1 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2705,25 +2694,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i64.load offset=16 i64.const 86400000 i64.rem_s - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i64.const 86400000 i64.const 0 - local.get $2 + local.get $1 i64.const 0 i64.lt_s select @@ -2733,8 +2721,7 @@ i32.div_s ) (func $~lib/date/Date#getUTCMinutes (param $0 i32) (result i32) - (local $1 i32) - (local $2 i64) + (local $1 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2751,25 +2738,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i64.load offset=16 i64.const 3600000 i64.rem_s - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i64.const 3600000 i64.const 0 - local.get $2 + local.get $1 i64.const 0 i64.lt_s select @@ -2779,8 +2765,7 @@ i32.div_s ) (func $~lib/date/Date#getUTCSeconds (param $0 i32) (result i32) - (local $1 i32) - (local $2 i64) + (local $1 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2797,25 +2782,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i64.load offset=16 i64.const 60000 i64.rem_s - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i64.const 60000 i64.const 0 - local.get $2 + local.get $1 i64.const 0 i64.lt_s select @@ -2825,8 +2809,7 @@ i32.div_s ) (func $~lib/date/Date#getUTCMilliseconds (param $0 i32) (result i32) - (local $1 i32) - (local $2 i64) + (local $1 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2843,25 +2826,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i64.load offset=16 i64.const 1000 i64.rem_s - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i64.const 1000 i64.const 0 - local.get $2 + local.get $1 i64.const 0 i64.lt_s select @@ -2869,8 +2851,7 @@ i32.wrap_i64 ) (func $~lib/date/Date#setUTCMilliseconds (param $0 i32) (param $1 i32) - (local $2 i32) - (local $3 i64) + (local $2 i64) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2887,23 +2868,22 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i64.load offset=16 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $3 + local.get $2 local.get $1 local.get $0 call $~lib/date/Date#getUTCMilliseconds @@ -2917,8 +2897,7 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/date/Date#setUTCSeconds (param $0 i32) (param $1 i32) - (local $2 i32) - (local $3 i64) + (local $2 i64) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2935,23 +2914,22 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i64.load offset=16 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $3 + local.get $2 local.get $1 local.get $0 call $~lib/date/Date#getUTCSeconds @@ -2967,8 +2945,7 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/date/Date#setUTCMinutes (param $0 i32) (param $1 i32) - (local $2 i32) - (local $3 i64) + (local $2 i64) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2985,23 +2962,22 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i64.load offset=16 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $3 + local.get $2 local.get $1 local.get $0 call $~lib/date/Date#getUTCMinutes @@ -3017,8 +2993,7 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/date/Date#setUTCHours (param $0 i32) (param $1 i32) - (local $2 i32) - (local $3 i64) + (local $2 i64) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3035,23 +3010,22 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i64.load offset=16 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $3 + local.get $2 local.get $1 local.get $0 call $~lib/date/Date#getUTCHours @@ -3069,7 +3043,6 @@ (func $~lib/date/Date#setUTCDate (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3086,10 +3059,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -3097,34 +3069,33 @@ i32.load offset=8 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load - local.set $4 - local.get $3 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 - local.set $2 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $4 local.get $2 + local.get $3 local.get $1 local.get $0 i64.load offset=16 @@ -3138,7 +3109,6 @@ (func $~lib/date/Date#setUTCMonth@varargs (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3169,10 +3139,9 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -3181,36 +3150,34 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 i32.const 1 i32.add - local.tee $3 + local.tee $1 local.get $0 i32.load offset=4 i32.ne if global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load - local.set $4 - local.get $1 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $4 local.get $3 + local.get $1 local.get $2 local.get $0 i64.load offset=16 @@ -3237,7 +3204,6 @@ (func $~lib/date/Date#setUTCFullYear (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3254,10 +3220,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -3265,35 +3230,34 @@ i32.load i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer return end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 - local.set $4 - local.get $3 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=8 - local.set $2 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $1 - local.get $4 local.get $2 + local.get $3 local.get $0 i64.load offset=16 call $~lib/date/join @@ -3340,10 +3304,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -3353,7 +3316,7 @@ i32.const -2 i32.and local.set $3 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 1872 i32.store block $__inlined_func$~lib/string/String#padStart$384 @@ -3366,44 +3329,44 @@ local.get $1 i32.const 1 i32.shl - local.tee $6 + local.tee $5 local.get $3 i32.lt_u i32.or if - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer br $__inlined_func$~lib/string/String#padStart$384 end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $5 i32.const 2 call $~lib/rt/itcms/__new local.tee $1 i32.store offset=4 - local.get $6 + local.get $5 local.get $3 i32.sub - local.tee $6 + local.tee $7 local.get $2 i32.gt_u if - local.get $6 - local.get $6 + local.get $7 + local.get $7 i32.const 2 i32.sub local.get $2 i32.div_u local.get $2 i32.mul - local.tee $5 + local.tee $6 i32.sub - local.set $7 + local.set $5 loop $while-continue|0 local.get $4 - local.get $5 + local.get $6 i32.lt_u if local.get $1 @@ -3420,19 +3383,19 @@ end end local.get $1 - local.get $5 + local.get $6 i32.add i32.const 1872 - local.get $7 + local.get $5 memory.copy else local.get $1 i32.const 1872 - local.get $6 + local.get $7 memory.copy end local.get $1 - local.get $6 + local.get $7 i32.add local.get $0 local.get $3 @@ -3464,7 +3427,6 @@ (local $4 i32) (local $5 i32) (local $6 i32) - (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -3481,10 +3443,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 local.get $1 @@ -3494,7 +3455,7 @@ i32.const 0 i32.lt_s if - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -3505,12 +3466,11 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.load local.tee $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -3526,22 +3486,21 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 local.get $3 i32.const 2 i32.shl i32.add i32.load - local.tee $6 + local.tee $5 i32.store offset=4 - local.get $6 + local.get $5 if + global.get $~lib/memory/__stack_pointer local.get $5 - local.get $6 i32.store offset=8 local.get $2 - local.get $6 + local.get $5 i32.const 20 i32.sub i32.load offset=16 @@ -3560,24 +3519,23 @@ i32.const 0 local.set $3 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 3456 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 - local.get $4 i32.const 3452 i32.load i32.const 1 i32.shr_u - local.tee $5 + local.tee $1 + local.get $4 i32.mul i32.add i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $6 + local.tee $5 i32.store offset=12 i32.const 0 local.set $2 @@ -3587,55 +3545,54 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $0 local.get $2 i32.const 2 i32.shl i32.add i32.load - local.tee $1 + local.tee $6 i32.store offset=4 - local.get $1 + local.get $6 if - local.get $7 - local.get $1 - i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $6 + i32.store offset=8 + local.get $5 local.get $3 i32.const 1 i32.shl i32.add - local.get $1 - local.get $1 + local.get $6 + local.get $6 i32.const 20 i32.sub i32.load offset=16 i32.const 1 i32.shr_u - local.tee $1 + local.tee $6 i32.const 1 i32.shl memory.copy - local.get $1 local.get $3 + local.get $6 i32.add local.set $3 end - local.get $5 + local.get $1 if - local.get $6 + local.get $5 local.get $3 i32.const 1 i32.shl i32.add i32.const 3456 - local.get $5 + local.get $1 i32.const 1 i32.shl memory.copy + local.get $1 local.get $3 - local.get $5 i32.add local.set $3 end @@ -3647,7 +3604,6 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 local.get $4 i32.const 2 @@ -3658,10 +3614,10 @@ i32.store offset=4 local.get $0 if - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $6 + local.get $5 local.get $3 i32.const 1 i32.shl @@ -3679,11 +3635,10 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 + local.get $5 ) (func $~lib/staticarray/StaticArray<~lib/string/String>#join (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3700,10 +3655,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -3712,12 +3666,12 @@ i32.load offset=16 i32.const 2 i32.shr_u - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 3456 i32.store local.get $0 - local.get $2 + local.get $1 call $~lib/util/string/joinStringArray local.set $0 global.get $~lib/memory/__stack_pointer @@ -3733,7 +3687,6 @@ (local $4 i32) (local $5 i32) (local $6 i32) - (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const -64 i32.add @@ -3744,13 +3697,14 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 64 memory.fill - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $2 local.get $0 i32.load local.tee $1 @@ -3762,7 +3716,7 @@ i32.ge_s i32.or if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1616 i32.const 1648 local.get $3 @@ -3792,58 +3746,57 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - block $__inlined_func$~lib/string/String#concat$385 (result i32) - local.get $1 - local.get $3 - i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 8468 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const -2 + i32.and + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + block $__inlined_func$~lib/string/String#concat$385 local.get $4 - i32.store offset=4 - local.get $1 - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 8468 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $5 - i64.const 0 - i64.store - local.get $5 - local.get $3 - i32.store - local.get $3 i32.const 20 i32.sub i32.load offset=16 i32.const -2 i32.and - local.set $6 + local.tee $6 local.get $5 - local.get $4 - i32.store - local.get $4 - i32.const 20 - i32.sub - i32.load offset=16 - i32.const -2 - i32.and - local.tee $7 - local.get $6 i32.add local.tee $1 i32.eqz if - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 3456 + local.set $1 br $__inlined_func$~lib/string/String#concat$385 end global.get $~lib/memory/__stack_pointer @@ -3854,21 +3807,19 @@ i32.store offset=4 local.get $1 local.get $3 - local.get $6 + local.get $5 memory.copy local.get $1 - local.get $6 + local.get $5 i32.add local.get $4 - local.get $7 + local.get $6 memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 end - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -3883,10 +3834,9 @@ local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 i32.const 2 @@ -4080,7 +4030,6 @@ ) (func $~lib/string/String.__eq (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4097,14 +4046,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4119,7 +4067,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -4128,11 +4075,11 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $3 + local.get $2 local.get $1 i32.const 20 i32.sub @@ -4141,16 +4088,16 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 i32.const 0 local.get $1 - local.get $3 + local.get $2 call $~lib/util/string/compareImpl i32.eqz local.set $0 @@ -4174,7 +4121,6 @@ (local $4 i32) (local $5 i32) (local $6 i32) - (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 52 i32.sub @@ -4191,10 +4137,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 52 memory.fill + global.get $~lib/memory/__stack_pointer + local.set $1 i32.const 28 i32.const 5 call $~lib/rt/itcms/__new @@ -4218,82 +4165,81 @@ local.get $3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $1 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=8 - local.set $5 - local.get $4 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load - local.tee $6 + local.tee $0 local.get $1 i32.const 3 i32.lt_s i32.sub - local.tee $7 + local.tee $5 i32.const 0 i32.lt_s - local.set $0 + local.set $6 local.get $1 i32.const 1579 i32.add i32.load8_u - local.get $7 + local.get $5 i32.const 3 i32.const 0 - local.get $0 + local.get $6 select i32.sub i32.const 4 i32.div_s - local.get $7 + local.get $5 i32.const 99 i32.const 0 - local.get $0 + local.get $6 select i32.sub i32.const 100 i32.div_s i32.sub - local.get $7 + local.get $5 i32.const 399 i32.const 0 - local.get $0 + local.get $6 select i32.sub i32.const 400 i32.div_s i32.add - local.get $7 + local.get $5 i32.add i32.add - local.get $5 + local.get $4 i32.add i32.const 7 i32.rem_s - local.set $0 - local.get $4 - local.get $6 + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.const 31 i32.shr_s - local.tee $4 - local.get $6 + local.tee $6 + local.get $0 i32.add - local.get $4 + local.get $6 i32.xor i32.const 4 call $~lib/date/stringify - local.tee $4 + local.tee $6 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $3 @@ -4316,56 +4262,56 @@ local.get $2 i32.const 7 i32.const 0 - local.get $0 + local.get $5 i32.const 0 i32.lt_s select - local.get $0 + local.get $5 i32.add i32.const 2 i32.shl i32.add i32.load - local.tee $0 + local.tee $2 i32.store offset=20 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.const 2 call $~lib/date/stringify - local.tee $2 + local.tee $3 i32.store offset=24 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=32 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=36 global.get $~lib/memory/__stack_pointer i32.const 5200 i32.const 5232 - local.get $6 + local.get $0 i32.const 0 i32.lt_s select - local.tee $3 + local.tee $0 i32.store offset=40 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $6 i32.store offset=44 global.get $~lib/memory/__stack_pointer i32.const 5152 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=48 i32.const 5152 - local.get $0 + local.get $2 i32.store i32.const 5152 - local.get $0 + local.get $2 i32.const 1 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer @@ -4385,39 +4331,39 @@ i32.const 5152 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=48 i32.const 5160 - local.get $2 + local.get $3 i32.store i32.const 5152 - local.get $2 + local.get $3 i32.const 1 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5152 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=48 i32.const 5164 - local.get $3 + local.get $0 i32.store i32.const 5152 - local.get $3 + local.get $0 i32.const 1 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5152 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $6 i32.store offset=48 i32.const 5168 - local.get $4 + local.get $6 i32.store i32.const 5152 - local.get $4 + local.get $6 i32.const 1 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer @@ -4454,19 +4400,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 32 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/date/Date#getUTCHours i32.const 2 call $~lib/date/stringify - local.tee $2 + local.tee $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 @@ -4476,7 +4421,7 @@ call $~lib/date/Date#getUTCMinutes i32.const 2 call $~lib/date/stringify - local.tee $1 + local.tee $2 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 @@ -4489,10 +4434,10 @@ local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $0 @@ -4501,26 +4446,26 @@ i32.const 5456 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=28 i32.const 5456 - local.get $2 + local.get $1 i32.store i32.const 5456 - local.get $2 + local.get $1 i32.const 1 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5456 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=28 i32.const 5464 - local.get $1 + local.get $2 i32.store i32.const 5456 - local.get $1 + local.get $2 i32.const 1 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer @@ -4559,7 +4504,6 @@ (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) global.get $~lib/memory/__stack_pointer i32.const 76 i32.sub @@ -4576,10 +4520,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 76 memory.fill + global.get $~lib/memory/__stack_pointer + local.set $1 i32.const 28 i32.const 5 call $~lib/rt/itcms/__new @@ -4603,96 +4548,95 @@ local.get $3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 - local.set $5 - local.get $4 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=8 - local.set $6 - local.get $4 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load - local.tee $7 - local.get $5 + local.tee $5 + local.get $1 i32.const 3 i32.lt_s i32.sub - local.tee $8 + local.tee $6 i32.const 0 i32.lt_s - local.set $1 - local.get $5 + local.set $7 + local.get $1 i32.const 1579 i32.add i32.load8_u - local.get $8 + local.get $6 i32.const 3 i32.const 0 - local.get $1 + local.get $7 select i32.sub i32.const 4 i32.div_s - local.get $8 + local.get $6 i32.const 99 i32.const 0 - local.get $1 + local.get $7 select i32.sub i32.const 100 i32.div_s i32.sub - local.get $8 + local.get $6 i32.const 399 i32.const 0 - local.get $1 + local.get $7 select i32.sub i32.const 400 i32.div_s i32.add - local.get $8 + local.get $6 i32.add i32.add - local.get $6 + local.get $4 i32.add i32.const 7 i32.rem_s - local.set $1 - local.get $4 - local.get $7 + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $5 i32.const 31 i32.shr_s - local.tee $4 - local.get $7 + local.tee $7 + local.get $5 i32.add - local.get $4 + local.get $7 i32.xor i32.const 4 call $~lib/date/stringify - local.tee $4 + local.tee $7 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $3 - local.get $5 + local.get $1 i32.const 1 i32.sub i32.const 2 i32.shl i32.add i32.load - local.tee $3 + local.tee $1 i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $2 @@ -4701,23 +4645,23 @@ local.get $2 i32.const 7 i32.const 0 - local.get $1 + local.get $6 i32.const 0 i32.lt_s select - local.get $1 + local.get $6 i32.add i32.const 2 i32.shl i32.add i32.load - local.tee $1 + local.tee $2 i32.store offset=20 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $4 i32.const 2 call $~lib/date/stringify - local.tee $2 + local.tee $3 i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $0 @@ -4727,7 +4671,7 @@ call $~lib/date/Date#getUTCHours i32.const 2 call $~lib/date/stringify - local.tee $5 + local.tee $4 i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $0 @@ -4750,28 +4694,28 @@ local.tee $0 i32.store offset=36 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=40 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 1616 i32.const 3456 - local.get $7 + local.get $5 i32.const 0 i32.lt_s select - local.tee $7 + local.tee $5 i32.store offset=52 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $7 i32.store offset=56 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=60 global.get $~lib/memory/__stack_pointer local.get $6 @@ -4783,78 +4727,78 @@ i32.const 6368 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=72 i32.const 6368 - local.get $1 + local.get $2 i32.store i32.const 6368 - local.get $1 + local.get $2 i32.const 1 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 6368 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=72 i32.const 6372 - local.get $2 + local.get $3 i32.store i32.const 6368 - local.get $2 + local.get $3 i32.const 1 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 6368 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=72 i32.const 6376 - local.get $3 + local.get $1 i32.store i32.const 6368 - local.get $3 + local.get $1 i32.const 1 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 6368 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $5 i32.store offset=72 i32.const 6380 - local.get $7 + local.get $5 i32.store i32.const 6368 - local.get $7 + local.get $5 i32.const 1 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 6368 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $7 i32.store offset=72 i32.const 6384 - local.get $4 + local.get $7 i32.store i32.const 6368 - local.get $4 + local.get $7 i32.const 1 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 6368 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=72 i32.const 6392 - local.get $5 + local.get $4 i32.store i32.const 6368 - local.get $5 + local.get $4 i32.const 1 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer @@ -4901,7 +4845,6 @@ (func $~lib/string/String#indexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4918,10 +4861,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -4933,7 +4875,7 @@ local.tee $3 i32.eqz if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4941,7 +4883,6 @@ return end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store local.get $0 @@ -4950,10 +4891,10 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.tee $5 + local.tee $4 i32.eqz if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4967,13 +4908,13 @@ i32.gt_s select local.tee $2 - local.get $5 + local.get $4 local.get $2 - local.get $5 + local.get $4 i32.lt_s select local.set $2 - local.get $5 + local.get $4 local.get $3 i32.sub local.set $4 @@ -4983,10 +4924,9 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 @@ -5019,7 +4959,6 @@ (func $~lib/string/String#substring (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -5036,10 +4975,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -5048,7 +4986,7 @@ i32.const 0 i32.gt_s select - local.tee $4 + local.tee $3 local.get $0 i32.const 20 i32.sub @@ -5057,10 +4995,10 @@ i32.shr_u local.tee $1 local.get $1 - local.get $4 + local.get $3 i32.gt_s select - local.tee $4 + local.tee $3 local.get $2 i32.const 0 local.get $2 @@ -5075,34 +5013,34 @@ select local.tee $2 local.get $2 - local.get $4 + local.get $3 i32.gt_s select i32.const 1 i32.shl - local.set $5 - local.get $4 + local.set $4 + local.get $3 local.get $2 local.get $2 - local.get $4 + local.get $3 i32.lt_s select i32.const 1 i32.shl local.tee $2 - local.get $5 + local.get $4 i32.sub - local.tee $4 + local.tee $3 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 3456 return end - local.get $5 + local.get $4 i32.eqz local.get $2 local.get $1 @@ -5119,16 +5057,16 @@ return end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.const 2 call $~lib/rt/itcms/__new local.tee $1 i32.store offset=4 local.get $1 local.get $0 - local.get $5 - i32.add local.get $4 + i32.add + local.get $3 memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 @@ -5207,10 +5145,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store block $folding-inner0 @@ -5507,10 +5444,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -5639,10 +5575,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -5728,10 +5663,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -5766,7 +5700,6 @@ br $folding-inner2 end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $0 i32.store offset=8 local.get $0 @@ -5775,8 +5708,8 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.set $7 - local.get $6 + local.set $8 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 i32.const 2147483647 @@ -5794,10 +5727,10 @@ i32.shr_u local.tee $5 if - local.get $7 + local.get $8 i32.eqz if - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 1 call $~lib/rt/__newArray local.tee $2 @@ -5812,14 +5745,14 @@ br $folding-inner2 end else - local.get $7 + local.get $8 i32.eqz br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 local.get $2 local.get $2 - local.get $7 + local.get $8 i32.gt_s select local.tee $3 @@ -5876,66 +5809,64 @@ global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/__newArray - local.tee $8 + local.tee $9 i32.store offset=24 loop $while-continue|1 global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $0 i32.store offset=8 - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=28 local.get $0 local.get $1 local.get $3 call $~lib/string/String#indexOf - local.tee $9 + local.tee $6 i32.const -1 i32.xor if - local.get $9 + local.get $6 local.get $3 i32.sub - local.tee $6 + local.tee $7 i32.const 0 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.const 1 i32.shl - local.tee $10 + local.tee $7 i32.const 2 call $~lib/rt/itcms/__new - local.tee $6 + local.tee $10 i32.store offset=32 - local.get $6 + local.get $10 local.get $0 local.get $3 i32.const 1 i32.shl i32.add - local.get $10 + local.get $7 memory.copy global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $10 i32.store offset=28 - local.get $8 - local.get $6 + local.get $9 + local.get $10 call $~lib/array/Array<~lib/string/String>#push else global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $8 + local.get $9 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 3456 i32.store offset=28 - local.get $8 + local.get $9 i32.const 3456 call $~lib/array/Array<~lib/string/String>#push end @@ -5947,7 +5878,7 @@ i32.eq br_if $folding-inner3 local.get $5 - local.get $9 + local.get $6 i32.add local.set $3 br $while-continue|1 @@ -5957,18 +5888,17 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $8 + local.get $9 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=28 - local.get $8 + local.get $9 local.get $0 call $~lib/array/Array<~lib/string/String>#push br $folding-inner3 end - local.get $7 + local.get $8 local.get $3 i32.sub local.tee $1 @@ -5993,23 +5923,22 @@ local.get $1 memory.copy global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=28 - local.get $8 + local.get $9 local.get $2 call $~lib/array/Array<~lib/string/String>#push else global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $8 + local.get $9 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3456 i32.store offset=28 - local.get $8 + local.get $9 i32.const 3456 call $~lib/array/Array<~lib/string/String>#push end @@ -6017,7 +5946,7 @@ i32.const 40 i32.add global.set $~lib/memory/__stack_pointer - local.get $8 + local.get $9 return end i32.const 41264 @@ -6042,11 +5971,10 @@ i32.const 40 i32.add global.set $~lib/memory/__stack_pointer - local.get $8 + local.get $9 ) (func $~lib/string/String#split@varargs (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -6081,10 +6009,9 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 @@ -6099,7 +6026,6 @@ local.get $0 ) (func $~lib/array/Array<~lib/string/String>#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -6116,23 +6042,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/array/Array<~lib/string/String>#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -6149,10 +6073,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -6168,10 +6091,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 local.get $1 @@ -6220,11 +6142,10 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 76 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -6243,13 +6164,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3488 i32.store offset=8 local.get $0 @@ -6302,10 +6222,9 @@ i32.ge_s if global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -6314,10 +6233,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store block $__inlined_func$~lib/string/String#charCodeAt$386 @@ -6330,7 +6248,7 @@ i32.shr_u i32.ge_u if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -6385,10 +6303,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 3520 i32.store offset=8 i32.const 0 @@ -6397,7 +6314,7 @@ local.get $3 i32.const 1 i32.add - local.tee $4 + local.tee $5 call $~lib/string/String#indexOf local.tee $7 i32.const -1 @@ -6408,17 +6325,17 @@ i32.store global.get $~lib/memory/__stack_pointer local.get $0 - local.get $4 + local.get $5 local.get $7 call $~lib/string/String#substring - local.tee $4 + local.tee $5 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store - local.get $4 + local.get $5 call $~lib/util/string/strtol - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -6437,7 +6354,7 @@ i32.store local.get $7 call $~lib/util/string/strtol - local.get $4 + local.get $5 i32.const 60 i32.mul i32.add @@ -6445,35 +6362,34 @@ i32.mul else global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store i32.const 1 global.set $~argumentsLength - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 local.get $3 i32.const 1 i32.add call $~lib/string/String#substring@varargs - local.tee $4 + local.tee $5 i32.store offset=24 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store - local.get $4 + local.get $5 call $~lib/util/string/strtol i32.const 3600000 i32.mul end - local.tee $4 + local.tee $5 i32.sub - local.get $4 + local.get $5 local.get $2 i32.const 45 i32.eq select - local.set $4 + local.set $5 br $for-break0 end local.get $3 @@ -6483,10 +6399,9 @@ br $for-loop|0 end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 0 local.get $3 @@ -6496,15 +6411,14 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 3520 i32.store offset=8 i32.const 1 global.set $~argumentsLength - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 3520 call $~lib/string/String#split@varargs @@ -6527,10 +6441,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -6619,10 +6532,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $8 i64.const 0 i64.store - local.get $8 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store i32.const 3 @@ -6690,13 +6602,12 @@ end local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1872 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -6705,10 +6616,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -6718,7 +6628,7 @@ i32.const -2 i32.and local.set $10 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1872 i32.store block $__inlined_func$~lib/string/String#padEnd$388 @@ -6733,7 +6643,7 @@ i32.gt_u i32.or if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -6773,19 +6683,19 @@ local.set $12 loop $while-continue|0 local.get $0 - local.get $5 + local.get $4 i32.gt_u if - local.get $5 + local.get $4 local.get $12 i32.add i32.const 1872 local.get $8 memory.copy - local.get $5 + local.get $4 local.get $8 i32.add - local.set $5 + local.set $4 br $while-continue|0 end end @@ -6820,13 +6730,12 @@ i32.store local.get $0 call $~lib/util/string/strtol - local.set $5 + local.set $4 else global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $2 i32.store offset=56 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -6836,15 +6745,14 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1616 i32.store offset=8 i32.const 1 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1616 call $~lib/string/String#split@varargs @@ -6922,9 +6830,9 @@ local.get $3 local.get $7 local.get $6 - local.get $5 - call $~lib/date/epochMillis local.get $4 + call $~lib/date/epochMillis + local.get $5 i64.extend_i32_s i64.sub call $~lib/date/Date#constructor @@ -7260,10 +7168,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=24 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -7279,10 +7186,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=28 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -7381,10 +7287,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=40 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -7400,10 +7305,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=44 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -7608,10 +7512,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=60 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -7646,10 +7549,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=64 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -8018,10 +7920,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=112 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -8187,10 +8088,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=132 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -8206,10 +8106,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=136 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -9222,10 +9121,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=220 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -9319,10 +9217,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=236 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -9364,10 +9261,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=244 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -9971,10 +9867,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 6688 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 6688 call $~lib/date/Date.fromString local.tee $0 @@ -9998,10 +9893,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 6960 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 6960 call $~lib/date/Date.fromString local.tee $0 @@ -10025,10 +9919,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 7008 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7008 call $~lib/date/Date.fromString local.tee $0 @@ -10052,10 +9945,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 7056 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7056 call $~lib/date/Date.fromString local.tee $0 @@ -10079,10 +9971,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 7120 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7120 call $~lib/date/Date.fromString local.tee $0 @@ -10106,10 +9997,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 7200 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7200 call $~lib/date/Date.fromString local.tee $0 @@ -10133,10 +10023,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 7280 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7280 call $~lib/date/Date.fromString local.tee $0 @@ -10160,10 +10049,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 7360 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7360 call $~lib/date/Date.fromString local.tee $0 @@ -10187,10 +10075,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 7440 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7440 call $~lib/date/Date.fromString local.tee $0 @@ -10214,10 +10101,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 7504 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7504 call $~lib/date/Date.fromString local.tee $0 @@ -10241,10 +10127,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 7584 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7584 call $~lib/date/Date.fromString local.tee $0 @@ -10268,10 +10153,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 7664 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7664 call $~lib/date/Date.fromString local.tee $0 @@ -10295,10 +10179,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 7744 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7744 call $~lib/date/Date.fromString local.tee $0 @@ -10322,10 +10205,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 7824 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7824 call $~lib/date/Date.fromString local.tee $0 @@ -10349,10 +10231,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 7920 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7920 call $~lib/date/Date.fromString local.tee $0 @@ -10376,10 +10257,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 7952 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7952 call $~lib/date/Date.fromString local.tee $0 @@ -10403,10 +10283,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 7984 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7984 call $~lib/date/Date.fromString local.tee $0 @@ -10430,10 +10309,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 8016 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8016 call $~lib/date/Date.fromString local.tee $0 @@ -10457,10 +10335,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 6688 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 6688 call $~lib/date/Date.fromString local.tee $0 @@ -10484,10 +10361,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 8064 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8064 call $~lib/date/Date.fromString local.tee $0 @@ -10511,10 +10387,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 7056 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7056 call $~lib/date/Date.fromString local.tee $0 @@ -10566,10 +10441,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $2 i32.store offset=392 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 local.get $2 @@ -10585,10 +10459,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=396 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -10604,10 +10477,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $2 i32.store offset=400 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 local.get $2 @@ -10623,10 +10495,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=404 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -10642,10 +10513,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $2 i32.store offset=408 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 local.get $2 @@ -10661,10 +10531,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=412 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -10680,10 +10549,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $2 i32.store offset=416 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 local.get $2 @@ -10775,10 +10643,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $2 i32.store offset=432 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 local.get $2 @@ -10794,10 +10661,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $2 i32.store offset=436 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 local.get $2 @@ -10947,41 +10813,40 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 2 i32.shl - local.tee $1 + local.tee $3 i32.const 1 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $2 i32.store i32.const 16 i32.const 6 call $~lib/rt/itcms/__new - local.tee $2 - local.get $3 + local.tee $1 + local.get $2 i32.store + local.get $1 local.get $2 - local.get $3 i32.const 0 call $~lib/rt/itcms/__link + local.get $1 local.get $2 - local.get $3 i32.store offset=4 - local.get $2 local.get $1 + local.get $3 i32.store offset=8 - local.get $2 + local.get $1 local.get $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 ) ) diff --git a/tests/compiler/std/hash.release.wat b/tests/compiler/std/hash.release.wat index ec05d869a7..b4ee8781f3 100644 --- a/tests/compiler/std/hash.release.wat +++ b/tests/compiler/std/hash.release.wat @@ -127,15 +127,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 if - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 local.tee $1 i32.store offset=4 diff --git a/tests/compiler/std/map.debug.wat b/tests/compiler/std/map.debug.wat index e257b10dce..0bea8bdde5 100644 --- a/tests/compiler/std/map.debug.wat +++ b/tests/compiler/std/map.debug.wat @@ -2341,7 +2341,7 @@ end end ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -2350,12 +2350,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -2364,17 +2364,17 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 @@ -2448,53 +2448,53 @@ end return ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result i32) local.get $this i32.load8_s ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i32) local.get $this local.get $value i32.store offset=4 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key i32) local.get $this local.get $key i32.store8 ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=8 @@ -2621,7 +2621,7 @@ local.get $this i32.load offset=4 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -2630,12 +2630,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -2644,22 +2644,22 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -2668,12 +2668,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -2682,68 +2682,68 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result i32) local.get $this i32.load8_s ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i32) local.get $this local.get $value i32.store8 offset=1 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key i32) local.get $this local.get $key i32.store8 ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i32) local.get $this i32.load8_s offset=1 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=4 @@ -2816,58 +2816,58 @@ end return ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i32) local.get $this local.get $value i32.store offset=4 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key i32) local.get $this local.get $key i32.store ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=8 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -2876,12 +2876,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -2890,17 +2890,17 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 @@ -2975,53 +2975,53 @@ end return ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result i32) local.get $this i32.load8_u ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i32) local.get $this local.get $value i32.store offset=4 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key i32) local.get $this local.get $key i32.store8 ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=8 @@ -3058,7 +3058,7 @@ local.get $this i32.load offset=4 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -3067,12 +3067,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -3081,73 +3081,73 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result i32) local.get $this i32.load8_u ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i32) local.get $this local.get $value i32.store8 offset=1 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key i32) local.get $this local.get $key i32.store8 ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i32) local.get $this i32.load8_u offset=1 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=4 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -3156,12 +3156,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -3170,17 +3170,17 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 @@ -3254,53 +3254,53 @@ end return ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result i32) local.get $this i32.load16_s ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i32) local.get $this local.get $value i32.store offset=4 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key i32) local.get $this local.get $key i32.store16 ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=8 @@ -3337,7 +3337,7 @@ local.get $this i32.load offset=4 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -3346,12 +3346,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -3360,73 +3360,73 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result i32) local.get $this i32.load16_s ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i32) local.get $this local.get $value i32.store16 offset=2 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key i32) local.get $this local.get $key i32.store16 ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i32) local.get $this i32.load16_s offset=2 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=4 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -3435,12 +3435,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -3449,17 +3449,17 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 @@ -3534,53 +3534,53 @@ end return ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result i32) local.get $this i32.load16_u ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i32) local.get $this local.get $value i32.store offset=4 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key i32) local.get $this local.get $key i32.store16 ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=8 @@ -3617,7 +3617,7 @@ local.get $this i32.load offset=4 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -3626,12 +3626,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -3640,73 +3640,73 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result i32) local.get $this i32.load16_u ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i32) local.get $this local.get $value i32.store16 offset=2 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key i32) local.get $this local.get $key i32.store16 ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i32) local.get $this i32.load16_u offset=2 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=4 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -3715,12 +3715,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -3729,17 +3729,17 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 @@ -3812,53 +3812,53 @@ end return ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i32) local.get $this local.get $value i32.store offset=4 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key i32) local.get $this local.get $key i32.store ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=8 @@ -3895,7 +3895,7 @@ local.get $this i32.load offset=4 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -3904,12 +3904,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -3918,73 +3918,73 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i32) local.get $this local.get $value i32.store offset=4 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key i32) local.get $this local.get $key i32.store ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=8 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -3993,12 +3993,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -4007,17 +4007,17 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 @@ -4107,53 +4107,53 @@ end return ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result i64) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result i64) local.get $this i64.load ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i32) local.get $this local.get $value i32.store offset=8 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i64) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key i64) local.get $this local.get $key i64.store ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=12 @@ -4190,7 +4190,7 @@ local.get $this i32.load offset=4 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -4199,12 +4199,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -4213,73 +4213,73 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result i64) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result i64) local.get $this i64.load ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i64) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i64) local.get $this local.get $value i64.store offset=8 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i64) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key i64) local.get $this local.get $key i64.store ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i64) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i64) local.get $this i64.load offset=8 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=16 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -4288,12 +4288,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -4302,17 +4302,17 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 @@ -4402,53 +4402,53 @@ end return ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result i64) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result i64) local.get $this i64.load ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i32) local.get $this local.get $value i32.store offset=8 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i64) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key i64) local.get $this local.get $key i64.store ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=12 @@ -4485,7 +4485,7 @@ local.get $this i32.load offset=4 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -4494,12 +4494,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -4508,73 +4508,73 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result i64) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result i64) local.get $this i64.load ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i64) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i64) local.get $this local.get $value i64.store offset=8 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i64) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key i64) local.get $this local.get $key i64.store ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i64) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i64) local.get $this i64.load offset=8 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=16 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -4583,12 +4583,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -4597,17 +4597,17 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 @@ -4681,53 +4681,53 @@ end return ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result f32) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result f32) local.get $this f32.load ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i32) local.get $this local.get $value i32.store offset=4 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key f32) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key f32) local.get $this local.get $key f32.store ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=8 @@ -4764,7 +4764,7 @@ local.get $this i32.load offset=4 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -4773,12 +4773,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -4787,73 +4787,73 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result f32) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result f32) local.get $this f32.load ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value f32) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value f32) local.get $this local.get $value f32.store offset=4 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key f32) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key f32) local.get $this local.get $key f32.store ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result f32) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result f32) local.get $this f32.load offset=4 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=8 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -4862,12 +4862,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -4876,17 +4876,17 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 @@ -4977,53 +4977,53 @@ end return ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result f64) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result f64) local.get $this f64.load ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i32) local.get $this local.get $value i32.store offset=8 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key f64) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key f64) local.get $this local.get $key f64.store ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=12 @@ -5060,7 +5060,7 @@ local.get $this i32.load offset=4 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -5069,12 +5069,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -5083,68 +5083,68 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result f64) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result f64) local.get $this f64.load ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value f64) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value f64) local.get $this local.get $value f64.store offset=8 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key f64) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key f64) local.get $this local.get $key f64.store ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result f64) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result f64) local.get $this f64.load offset=8 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=16 @@ -5213,16 +5213,16 @@ i32.const 320 call $~lib/rt/itcms/initLazy global.set $~lib/rt/itcms/fromSpace - call $std/map/testNumeric - call $std/map/testNumeric - call $std/map/testNumeric - call $std/map/testNumeric - call $std/map/testNumeric - call $std/map/testNumeric - call $std/map/testNumeric - call $std/map/testNumeric - call $std/map/testNumeric - call $std/map/testNumeric + call $"std/map/testNumeric" + call $"std/map/testNumeric" + call $"std/map/testNumeric" + call $"std/map/testNumeric" + call $"std/map/testNumeric" + call $"std/map/testNumeric" + call $"std/map/testNumeric" + call $"std/map/testNumeric" + call $"std/map/testNumeric" + call $"std/map/testNumeric" call $~lib/rt/itcms/__collect ) (func $~lib/rt/__visit_globals (param $0 i32) @@ -5256,13 +5256,13 @@ ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this @@ -5288,29 +5288,29 @@ local.get $1 call $~lib/array/Array#__visit ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this @@ -5324,21 +5324,21 @@ local.get $1 call $~lib/array/Array#__visit ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this @@ -5352,21 +5352,21 @@ local.get $1 call $~lib/array/Array#__visit ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this @@ -5380,21 +5380,21 @@ local.get $1 call $~lib/array/Array#__visit ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this @@ -5408,21 +5408,21 @@ local.get $1 call $~lib/array/Array#__visit ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this @@ -5436,21 +5436,21 @@ local.get $1 call $~lib/array/Array#__visit ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this @@ -5464,21 +5464,21 @@ local.get $1 call $~lib/array/Array#__visit ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this @@ -5492,21 +5492,21 @@ local.get $1 call $~lib/array/Array#__visit ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this @@ -5520,45 +5520,45 @@ local.get $1 call $~lib/array/Array#__visit ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid - block $~lib/map/Map + block $"~lib/map/Map" block $~lib/array/Array - block $~lib/map/Map - block $~lib/map/Map + block $"~lib/map/Map" + block $"~lib/map/Map" block $~lib/array/Array - block $~lib/map/Map - block $~lib/map/Map + block $"~lib/map/Map" + block $"~lib/map/Map" block $~lib/array/Array - block $~lib/map/Map - block $~lib/map/Map + block $"~lib/map/Map" + block $"~lib/map/Map" block $~lib/array/Array - block $~lib/map/Map - block $~lib/map/Map + block $"~lib/map/Map" + block $"~lib/map/Map" block $~lib/array/Array - block $~lib/map/Map - block $~lib/map/Map + block $"~lib/map/Map" + block $"~lib/map/Map" block $~lib/array/Array - block $~lib/map/Map - block $~lib/map/Map + block $"~lib/map/Map" + block $"~lib/map/Map" block $~lib/array/Array - block $~lib/map/Map - block $~lib/map/Map + block $"~lib/map/Map" + block $"~lib/map/Map" block $~lib/array/Array - block $~lib/map/Map - block $~lib/map/Map - block $~lib/map/Map + block $"~lib/map/Map" + block $"~lib/map/Map" + block $"~lib/map/Map" block $~lib/array/Array block $~lib/array/Array - block $~lib/map/Map + block $"~lib/map/Map" block $~lib/arraybuffer/ArrayBufferView block $~lib/string/String block $~lib/arraybuffer/ArrayBuffer @@ -5567,7 +5567,7 @@ i32.const 8 i32.sub i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/map/Map $~lib/array/Array $~lib/array/Array $~lib/map/Map $~lib/map/Map $~lib/map/Map $~lib/array/Array $~lib/map/Map $~lib/map/Map $~lib/array/Array $~lib/map/Map $~lib/map/Map $~lib/array/Array $~lib/map/Map $~lib/map/Map $~lib/array/Array $~lib/map/Map $~lib/map/Map $~lib/array/Array $~lib/map/Map $~lib/map/Map $~lib/array/Array $~lib/map/Map $~lib/map/Map $~lib/array/Array $~lib/map/Map $~lib/map/Map $~lib/array/Array $~lib/map/Map $invalid + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $"~lib/map/Map" $~lib/array/Array $~lib/array/Array $"~lib/map/Map" $"~lib/map/Map" $"~lib/map/Map" $~lib/array/Array $"~lib/map/Map" $"~lib/map/Map" $~lib/array/Array $"~lib/map/Map" $"~lib/map/Map" $~lib/array/Array $"~lib/map/Map" $"~lib/map/Map" $~lib/array/Array $"~lib/map/Map" $"~lib/map/Map" $~lib/array/Array $"~lib/map/Map" $"~lib/map/Map" $~lib/array/Array $"~lib/map/Map" $"~lib/map/Map" $~lib/array/Array $"~lib/map/Map" $"~lib/map/Map" $~lib/array/Array $"~lib/map/Map" $invalid end return end @@ -5582,7 +5582,7 @@ end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 @@ -5597,17 +5597,17 @@ end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 @@ -5617,12 +5617,12 @@ end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 @@ -5632,12 +5632,12 @@ end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 @@ -5647,12 +5647,12 @@ end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 @@ -5662,12 +5662,12 @@ end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 @@ -5677,12 +5677,12 @@ end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 @@ -5692,12 +5692,12 @@ end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 @@ -5707,12 +5707,12 @@ end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end local.get $0 @@ -5722,7 +5722,7 @@ end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end unreachable @@ -5743,7 +5743,7 @@ unreachable end ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -5782,7 +5782,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -5792,7 +5792,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -5801,9 +5801,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -5812,7 +5812,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -5820,7 +5820,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -5828,7 +5828,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -5836,7 +5836,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -5845,7 +5845,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $~lib/map/Map#find (param $this i32) (param $key i32) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key i32) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -5863,7 +5863,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -5871,7 +5871,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -5882,7 +5882,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -5890,7 +5890,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" i32.extend8_s local.get $key i32.extend8_s @@ -5926,7 +5926,7 @@ local.get $5 return ) - (func $~lib/map/Map#has (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#has" (param $this i32) (param $key i32) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -5945,7 +5945,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $2 @@ -5956,7 +5956,7 @@ local.get $2 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -6002,9 +6002,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -6016,7 +6016,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -6025,10 +6025,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -6043,7 +6043,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -6051,15 +6051,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -6074,22 +6074,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -6108,7 +6108,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -6116,7 +6116,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -6129,7 +6129,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -6137,7 +6137,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -6150,14 +6150,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key i32) (param $value i32) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key i32) (param $value i32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -6186,13 +6186,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -6202,14 +6202,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -6224,14 +6224,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -6244,7 +6244,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -6252,13 +6252,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -6267,7 +6267,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -6283,27 +6283,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -6318,17 +6318,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -6336,7 +6336,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -6345,7 +6345,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -6359,7 +6359,7 @@ local.get $8 return ) - (func $~lib/map/Map#get (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#get" (param $this i32) (param $key i32) (result i32) (local $entry i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -6379,7 +6379,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -6392,7 +6392,7 @@ unreachable end local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -6401,7 +6401,7 @@ local.get $3 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -6417,7 +6417,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -6780,7 +6780,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#keys (param $this i32) (result i32) + (func $"~lib/map/Map#keys" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $keys i32) @@ -6803,7 +6803,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -6811,7 +6811,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -6830,15 +6830,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.6 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.6" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.6 + br $"~lib/map/ENTRY_SIZE|inlined.6" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -6856,7 +6856,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" call $~lib/array/Array#__set end local.get $i @@ -7118,7 +7118,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#values (param $this i32) (result i32) + (func $"~lib/map/Map#values" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $values i32) @@ -7141,7 +7141,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -7149,7 +7149,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -7168,15 +7168,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.7 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.7" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.7 + br $"~lib/map/ENTRY_SIZE|inlined.7" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -7194,7 +7194,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" call $~lib/array/Array#__set end local.get $i @@ -7221,7 +7221,7 @@ local.get $8 return ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -7260,7 +7260,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -7270,7 +7270,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -7279,9 +7279,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -7290,7 +7290,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -7298,7 +7298,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -7306,7 +7306,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -7314,7 +7314,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -7323,7 +7323,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -7362,7 +7362,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -7372,7 +7372,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -7381,9 +7381,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -7392,7 +7392,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -7400,7 +7400,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -7408,7 +7408,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -7416,7 +7416,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -7554,7 +7554,7 @@ local.get $3 return ) - (func $~lib/map/Map#find (param $this i32) (param $key i32) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key i32) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -7572,7 +7572,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -7580,7 +7580,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -7591,7 +7591,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -7599,7 +7599,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" i32.extend8_s local.get $key i32.extend8_s @@ -7635,7 +7635,7 @@ local.get $5 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -7681,9 +7681,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -7695,7 +7695,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -7704,10 +7704,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -7722,7 +7722,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -7730,15 +7730,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -7753,22 +7753,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -7787,7 +7787,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -7795,7 +7795,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -7808,7 +7808,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -7816,7 +7816,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -7829,14 +7829,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key i32) (param $value i32) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key i32) (param $value i32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -7865,13 +7865,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -7881,14 +7881,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -7903,14 +7903,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -7923,7 +7923,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -7931,13 +7931,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -7946,7 +7946,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -7962,27 +7962,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -7997,17 +7997,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -8015,7 +8015,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -8024,7 +8024,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -8038,7 +8038,7 @@ local.get $8 return ) - (func $~lib/map/Map#find (param $this i32) (param $key i32) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key i32) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -8056,7 +8056,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -8064,7 +8064,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -8075,7 +8075,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -8083,7 +8083,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.get $key i32.eq else @@ -8117,7 +8117,7 @@ local.get $5 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -8163,9 +8163,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -8177,7 +8177,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -8186,10 +8186,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -8204,7 +8204,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -8212,15 +8212,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -8235,22 +8235,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -8269,7 +8269,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -8277,7 +8277,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -8290,7 +8290,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -8298,7 +8298,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -8311,14 +8311,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key i32) (param $value i32) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key i32) (param $value i32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -8347,13 +8347,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -8363,14 +8363,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -8385,14 +8385,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -8405,7 +8405,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -8413,13 +8413,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -8428,7 +8428,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -8444,27 +8444,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -8479,17 +8479,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -8497,7 +8497,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -8506,7 +8506,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -8520,7 +8520,7 @@ local.get $8 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -8536,7 +8536,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -8545,7 +8545,7 @@ local.get $1 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -8561,7 +8561,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -8570,7 +8570,7 @@ local.get $1 return ) - (func $~lib/map/Map#delete (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#delete" (param $this i32) (param $key i32) (result i32) (local $entry i32) (local $halfBucketsMask i32) (local $4 i32) @@ -8593,7 +8593,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -8609,10 +8609,10 @@ end local.get $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.or - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer @@ -8625,17 +8625,17 @@ local.get $6 i32.store offset=4 local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.sub - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shr_u local.set $halfBucketsMask @@ -8650,7 +8650,7 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.tee $5 local.get $4 local.get $5 @@ -8664,14 +8664,14 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -8688,7 +8688,7 @@ i32.store local.get $6 local.get $halfBucketsMask - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end i32.const 1 local.set $6 @@ -8699,7 +8699,7 @@ local.get $6 return ) - (func $~lib/map/Map#clear (param $this i32) + (func $"~lib/map/Map#clear" (param $this i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -8725,7 +8725,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -8735,7 +8735,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -8744,9 +8744,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.8 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.8" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.8 + br $"~lib/map/ENTRY_SIZE|inlined.8" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -8755,7 +8755,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -8763,7 +8763,7 @@ i32.store local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -8771,7 +8771,7 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -8779,13 +8779,13 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $map i32) (local $k i32) (local $k|2 i32) @@ -8810,7 +8810,7 @@ memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $map i32.store i32.const 0 @@ -8827,7 +8827,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -8848,7 +8848,7 @@ i32.const 10 local.get $k i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -8857,7 +8857,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -8874,7 +8874,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k i32.add @@ -8901,7 +8901,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -8927,7 +8927,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -8944,7 +8944,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k|2 i32.add @@ -8968,7 +8968,7 @@ i32.const 20 local.get $k|2 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -8977,7 +8977,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -8994,7 +8994,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|2 i32.add @@ -9021,7 +9021,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -9040,7 +9040,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#keys + call $"~lib/map/Map#keys" local.tee $keys i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -9050,17 +9050,17 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#values + call $"~lib/map/Map#values" local.tee $vals i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $keyMap i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $valMap i32.store offset=20 i32.const 0 @@ -9101,7 +9101,7 @@ i32.store offset=4 local.get $12 local.get $key - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -9120,7 +9120,7 @@ local.get $value i32.const 20 i32.sub - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -9138,7 +9138,7 @@ local.get $12 local.get $key local.get $key - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $valMap local.set $12 @@ -9152,7 +9152,7 @@ local.get $value i32.const 20 i32.sub - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $index i32.const 1 @@ -9167,7 +9167,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -9185,7 +9185,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -9211,7 +9211,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -9228,7 +9228,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|10 i32.add @@ -9249,7 +9249,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -9258,7 +9258,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -9282,7 +9282,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -9308,7 +9308,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -9329,7 +9329,7 @@ i32.const 10 local.get $k|11 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -9338,7 +9338,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -9355,7 +9355,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -9364,7 +9364,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -9388,7 +9388,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -9406,14 +9406,14 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#clear + call $"~lib/map/Map#clear" local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 0 i32.eq i32.eqz @@ -9430,7 +9430,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -9469,7 +9469,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -9479,7 +9479,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -9488,9 +9488,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -9499,7 +9499,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -9507,7 +9507,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -9515,7 +9515,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -9523,7 +9523,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -9532,7 +9532,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $~lib/map/Map#find (param $this i32) (param $key i32) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key i32) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -9550,7 +9550,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -9558,7 +9558,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -9569,7 +9569,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -9577,7 +9577,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" i32.const 255 i32.and local.get $key @@ -9615,7 +9615,7 @@ local.get $5 return ) - (func $~lib/map/Map#has (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#has" (param $this i32) (param $key i32) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -9634,7 +9634,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $2 @@ -9645,7 +9645,7 @@ local.get $2 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -9691,9 +9691,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -9705,7 +9705,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -9714,10 +9714,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -9732,7 +9732,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -9740,15 +9740,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -9763,22 +9763,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -9797,7 +9797,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -9805,7 +9805,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -9818,7 +9818,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -9826,7 +9826,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -9839,14 +9839,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key i32) (param $value i32) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key i32) (param $value i32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -9875,13 +9875,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -9891,14 +9891,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -9913,14 +9913,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -9933,7 +9933,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -9941,13 +9941,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -9956,7 +9956,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -9972,27 +9972,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -10007,17 +10007,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -10025,7 +10025,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -10034,7 +10034,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -10048,7 +10048,7 @@ local.get $8 return ) - (func $~lib/map/Map#get (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#get" (param $this i32) (param $key i32) (result i32) (local $entry i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -10068,7 +10068,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -10081,7 +10081,7 @@ unreachable end local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -10090,7 +10090,7 @@ local.get $3 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -10106,7 +10106,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -10350,7 +10350,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#keys (param $this i32) (result i32) + (func $"~lib/map/Map#keys" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $keys i32) @@ -10373,7 +10373,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -10381,7 +10381,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -10400,15 +10400,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.6 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.6" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.6 + br $"~lib/map/ENTRY_SIZE|inlined.6" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -10426,7 +10426,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" call $~lib/array/Array#__set end local.get $i @@ -10453,7 +10453,7 @@ local.get $8 return ) - (func $~lib/map/Map#values (param $this i32) (result i32) + (func $"~lib/map/Map#values" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $values i32) @@ -10476,7 +10476,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -10484,7 +10484,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -10503,15 +10503,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.7 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.7" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.7 + br $"~lib/map/ENTRY_SIZE|inlined.7" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -10529,7 +10529,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" call $~lib/array/Array#__set end local.get $i @@ -10556,7 +10556,7 @@ local.get $8 return ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -10595,7 +10595,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -10605,7 +10605,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -10614,9 +10614,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -10625,7 +10625,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -10633,7 +10633,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -10641,7 +10641,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -10649,7 +10649,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -10735,7 +10735,7 @@ local.get $3 return ) - (func $~lib/map/Map#find (param $this i32) (param $key i32) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key i32) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -10753,7 +10753,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -10761,7 +10761,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -10772,7 +10772,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -10780,7 +10780,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" i32.const 255 i32.and local.get $key @@ -10818,7 +10818,7 @@ local.get $5 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -10864,9 +10864,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -10878,7 +10878,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -10887,10 +10887,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -10905,7 +10905,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -10913,15 +10913,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -10936,22 +10936,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -10970,7 +10970,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -10978,7 +10978,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -10991,7 +10991,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -10999,7 +10999,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -11012,14 +11012,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key i32) (param $value i32) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key i32) (param $value i32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -11048,13 +11048,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -11064,14 +11064,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -11086,14 +11086,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -11106,7 +11106,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -11114,13 +11114,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -11129,7 +11129,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -11145,27 +11145,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -11180,17 +11180,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -11198,7 +11198,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -11207,7 +11207,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -11221,7 +11221,7 @@ local.get $8 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -11237,7 +11237,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -11246,7 +11246,7 @@ local.get $1 return ) - (func $~lib/map/Map#delete (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#delete" (param $this i32) (param $key i32) (result i32) (local $entry i32) (local $halfBucketsMask i32) (local $4 i32) @@ -11269,7 +11269,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -11285,10 +11285,10 @@ end local.get $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.or - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer @@ -11301,17 +11301,17 @@ local.get $6 i32.store offset=4 local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.sub - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shr_u local.set $halfBucketsMask @@ -11326,7 +11326,7 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.tee $5 local.get $4 local.get $5 @@ -11340,14 +11340,14 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -11364,7 +11364,7 @@ i32.store local.get $6 local.get $halfBucketsMask - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end i32.const 1 local.set $6 @@ -11375,7 +11375,7 @@ local.get $6 return ) - (func $~lib/map/Map#clear (param $this i32) + (func $"~lib/map/Map#clear" (param $this i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -11401,7 +11401,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -11411,7 +11411,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -11420,9 +11420,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.8 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.8" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.8 + br $"~lib/map/ENTRY_SIZE|inlined.8" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -11431,7 +11431,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -11439,7 +11439,7 @@ i32.store local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -11447,7 +11447,7 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -11455,13 +11455,13 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $map i32) (local $k i32) (local $k|2 i32) @@ -11486,7 +11486,7 @@ memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $map i32.store i32.const 0 @@ -11503,7 +11503,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -11524,7 +11524,7 @@ i32.const 10 local.get $k i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -11533,7 +11533,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -11550,7 +11550,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k i32.add @@ -11577,7 +11577,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -11603,7 +11603,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -11620,7 +11620,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k|2 i32.add @@ -11644,7 +11644,7 @@ i32.const 20 local.get $k|2 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -11653,7 +11653,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -11670,7 +11670,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|2 i32.add @@ -11697,7 +11697,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -11716,7 +11716,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#keys + call $"~lib/map/Map#keys" local.tee $keys i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -11726,17 +11726,17 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#values + call $"~lib/map/Map#values" local.tee $vals i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $keyMap i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $valMap i32.store offset=20 i32.const 0 @@ -11777,7 +11777,7 @@ i32.store offset=4 local.get $12 local.get $key - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -11796,7 +11796,7 @@ local.get $value i32.const 20 i32.sub - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -11814,7 +11814,7 @@ local.get $12 local.get $key local.get $key - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $valMap local.set $12 @@ -11828,7 +11828,7 @@ local.get $value i32.const 20 i32.sub - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $index i32.const 1 @@ -11843,7 +11843,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -11861,7 +11861,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -11887,7 +11887,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -11904,7 +11904,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|10 i32.add @@ -11925,7 +11925,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -11934,7 +11934,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -11958,7 +11958,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -11984,7 +11984,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -12005,7 +12005,7 @@ i32.const 10 local.get $k|11 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -12014,7 +12014,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -12031,7 +12031,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -12040,7 +12040,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -12064,7 +12064,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -12082,14 +12082,14 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#clear + call $"~lib/map/Map#clear" local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 0 i32.eq i32.eqz @@ -12106,7 +12106,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -12145,7 +12145,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -12155,7 +12155,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -12164,9 +12164,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -12175,7 +12175,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -12183,7 +12183,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -12191,7 +12191,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -12199,7 +12199,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -12208,7 +12208,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $~lib/map/Map#find (param $this i32) (param $key i32) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key i32) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -12226,7 +12226,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -12234,7 +12234,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -12245,7 +12245,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -12253,7 +12253,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" i32.extend16_s local.get $key i32.extend16_s @@ -12289,7 +12289,7 @@ local.get $5 return ) - (func $~lib/map/Map#has (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#has" (param $this i32) (param $key i32) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -12308,7 +12308,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $2 @@ -12319,7 +12319,7 @@ local.get $2 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -12365,9 +12365,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -12379,7 +12379,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -12388,10 +12388,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -12406,7 +12406,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -12414,15 +12414,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -12437,22 +12437,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -12471,7 +12471,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -12479,7 +12479,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -12492,7 +12492,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -12500,7 +12500,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -12513,14 +12513,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key i32) (param $value i32) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key i32) (param $value i32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -12549,13 +12549,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -12565,14 +12565,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -12587,14 +12587,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -12607,7 +12607,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -12615,13 +12615,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -12630,7 +12630,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -12646,27 +12646,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -12681,17 +12681,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -12699,7 +12699,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -12708,7 +12708,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -12722,7 +12722,7 @@ local.get $8 return ) - (func $~lib/map/Map#get (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#get" (param $this i32) (param $key i32) (result i32) (local $entry i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -12742,7 +12742,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -12755,7 +12755,7 @@ unreachable end local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -12764,7 +12764,7 @@ local.get $3 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -12780,7 +12780,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -13024,7 +13024,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#keys (param $this i32) (result i32) + (func $"~lib/map/Map#keys" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $keys i32) @@ -13047,7 +13047,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -13055,7 +13055,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -13074,15 +13074,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.6 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.6" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.6 + br $"~lib/map/ENTRY_SIZE|inlined.6" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -13100,7 +13100,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" call $~lib/array/Array#__set end local.get $i @@ -13127,7 +13127,7 @@ local.get $8 return ) - (func $~lib/map/Map#values (param $this i32) (result i32) + (func $"~lib/map/Map#values" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $values i32) @@ -13150,7 +13150,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -13158,7 +13158,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -13177,15 +13177,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.7 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.7" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.7 + br $"~lib/map/ENTRY_SIZE|inlined.7" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -13203,7 +13203,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" call $~lib/array/Array#__set end local.get $i @@ -13230,7 +13230,7 @@ local.get $8 return ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -13269,7 +13269,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -13279,7 +13279,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -13288,9 +13288,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -13299,7 +13299,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -13307,7 +13307,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -13315,7 +13315,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -13323,7 +13323,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -13409,7 +13409,7 @@ local.get $3 return ) - (func $~lib/map/Map#find (param $this i32) (param $key i32) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key i32) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -13427,7 +13427,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -13435,7 +13435,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -13446,7 +13446,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -13454,7 +13454,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" i32.extend16_s local.get $key i32.extend16_s @@ -13490,7 +13490,7 @@ local.get $5 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -13536,9 +13536,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -13550,7 +13550,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -13559,10 +13559,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -13577,7 +13577,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -13585,15 +13585,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -13608,22 +13608,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -13642,7 +13642,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -13650,7 +13650,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -13663,7 +13663,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -13671,7 +13671,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -13684,14 +13684,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key i32) (param $value i32) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key i32) (param $value i32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -13720,13 +13720,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -13736,14 +13736,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -13758,14 +13758,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -13778,7 +13778,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -13786,13 +13786,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -13801,7 +13801,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -13817,27 +13817,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -13852,17 +13852,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -13870,7 +13870,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -13879,7 +13879,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -13893,7 +13893,7 @@ local.get $8 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -13909,7 +13909,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -13918,7 +13918,7 @@ local.get $1 return ) - (func $~lib/map/Map#delete (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#delete" (param $this i32) (param $key i32) (result i32) (local $entry i32) (local $halfBucketsMask i32) (local $4 i32) @@ -13941,7 +13941,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -13957,10 +13957,10 @@ end local.get $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.or - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer @@ -13973,17 +13973,17 @@ local.get $6 i32.store offset=4 local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.sub - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shr_u local.set $halfBucketsMask @@ -13998,7 +13998,7 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.tee $5 local.get $4 local.get $5 @@ -14012,14 +14012,14 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -14036,7 +14036,7 @@ i32.store local.get $6 local.get $halfBucketsMask - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end i32.const 1 local.set $6 @@ -14047,7 +14047,7 @@ local.get $6 return ) - (func $~lib/map/Map#clear (param $this i32) + (func $"~lib/map/Map#clear" (param $this i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -14073,7 +14073,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -14083,7 +14083,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -14092,9 +14092,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.8 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.8" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.8 + br $"~lib/map/ENTRY_SIZE|inlined.8" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -14103,7 +14103,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -14111,7 +14111,7 @@ i32.store local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -14119,7 +14119,7 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -14127,13 +14127,13 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $map i32) (local $k i32) (local $k|2 i32) @@ -14158,7 +14158,7 @@ memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $map i32.store i32.const 0 @@ -14175,7 +14175,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -14196,7 +14196,7 @@ i32.const 10 local.get $k i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -14205,7 +14205,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -14222,7 +14222,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k i32.add @@ -14249,7 +14249,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -14275,7 +14275,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -14292,7 +14292,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k|2 i32.add @@ -14316,7 +14316,7 @@ i32.const 20 local.get $k|2 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -14325,7 +14325,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -14342,7 +14342,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|2 i32.add @@ -14369,7 +14369,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -14388,7 +14388,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#keys + call $"~lib/map/Map#keys" local.tee $keys i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -14398,17 +14398,17 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#values + call $"~lib/map/Map#values" local.tee $vals i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $keyMap i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $valMap i32.store offset=20 i32.const 0 @@ -14449,7 +14449,7 @@ i32.store offset=4 local.get $12 local.get $key - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -14468,7 +14468,7 @@ local.get $value i32.const 20 i32.sub - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -14486,7 +14486,7 @@ local.get $12 local.get $key local.get $key - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $valMap local.set $12 @@ -14500,7 +14500,7 @@ local.get $value i32.const 20 i32.sub - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $index i32.const 1 @@ -14515,7 +14515,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -14533,7 +14533,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -14559,7 +14559,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -14576,7 +14576,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|10 i32.add @@ -14597,7 +14597,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -14606,7 +14606,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -14630,7 +14630,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -14656,7 +14656,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -14677,7 +14677,7 @@ i32.const 10 local.get $k|11 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -14686,7 +14686,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -14703,7 +14703,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -14712,7 +14712,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -14736,7 +14736,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -14754,14 +14754,14 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#clear + call $"~lib/map/Map#clear" local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 0 i32.eq i32.eqz @@ -14778,7 +14778,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -14817,7 +14817,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -14827,7 +14827,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -14836,9 +14836,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -14847,7 +14847,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -14855,7 +14855,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -14863,7 +14863,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -14871,7 +14871,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -14880,7 +14880,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $~lib/map/Map#find (param $this i32) (param $key i32) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key i32) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -14898,7 +14898,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -14906,7 +14906,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -14917,7 +14917,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -14925,7 +14925,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" i32.const 65535 i32.and local.get $key @@ -14963,7 +14963,7 @@ local.get $5 return ) - (func $~lib/map/Map#has (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#has" (param $this i32) (param $key i32) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -14982,7 +14982,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $2 @@ -14993,7 +14993,7 @@ local.get $2 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -15039,9 +15039,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -15053,7 +15053,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -15062,10 +15062,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -15080,7 +15080,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -15088,15 +15088,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -15111,22 +15111,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -15145,7 +15145,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -15153,7 +15153,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -15166,7 +15166,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -15174,7 +15174,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -15187,14 +15187,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key i32) (param $value i32) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key i32) (param $value i32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -15223,13 +15223,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -15239,14 +15239,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -15261,14 +15261,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -15281,7 +15281,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -15289,13 +15289,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -15304,7 +15304,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -15320,27 +15320,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -15355,17 +15355,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -15373,7 +15373,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -15382,7 +15382,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -15396,7 +15396,7 @@ local.get $8 return ) - (func $~lib/map/Map#get (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#get" (param $this i32) (param $key i32) (result i32) (local $entry i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -15416,7 +15416,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -15429,7 +15429,7 @@ unreachable end local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -15438,7 +15438,7 @@ local.get $3 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -15454,7 +15454,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -15698,7 +15698,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#keys (param $this i32) (result i32) + (func $"~lib/map/Map#keys" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $keys i32) @@ -15721,7 +15721,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -15729,7 +15729,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -15748,15 +15748,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.6 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.6" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.6 + br $"~lib/map/ENTRY_SIZE|inlined.6" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -15774,7 +15774,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" call $~lib/array/Array#__set end local.get $i @@ -15801,7 +15801,7 @@ local.get $8 return ) - (func $~lib/map/Map#values (param $this i32) (result i32) + (func $"~lib/map/Map#values" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $values i32) @@ -15824,7 +15824,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -15832,7 +15832,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -15851,15 +15851,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.7 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.7" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.7 + br $"~lib/map/ENTRY_SIZE|inlined.7" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -15877,7 +15877,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" call $~lib/array/Array#__set end local.get $i @@ -15904,7 +15904,7 @@ local.get $8 return ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -15943,7 +15943,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -15953,7 +15953,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -15962,9 +15962,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -15973,7 +15973,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -15981,7 +15981,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -15989,7 +15989,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -15997,7 +15997,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -16083,7 +16083,7 @@ local.get $3 return ) - (func $~lib/map/Map#find (param $this i32) (param $key i32) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key i32) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -16101,7 +16101,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -16109,7 +16109,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -16120,7 +16120,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -16128,7 +16128,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" i32.const 65535 i32.and local.get $key @@ -16166,7 +16166,7 @@ local.get $5 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -16212,9 +16212,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -16226,7 +16226,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -16235,10 +16235,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -16253,7 +16253,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -16261,15 +16261,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -16284,22 +16284,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -16318,7 +16318,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -16326,7 +16326,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -16339,7 +16339,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -16347,7 +16347,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -16360,14 +16360,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key i32) (param $value i32) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key i32) (param $value i32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -16396,13 +16396,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -16412,14 +16412,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -16434,14 +16434,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -16454,7 +16454,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -16462,13 +16462,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -16477,7 +16477,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -16493,27 +16493,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 8 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -16528,17 +16528,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -16546,7 +16546,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -16555,7 +16555,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -16569,7 +16569,7 @@ local.get $8 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -16585,7 +16585,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -16594,7 +16594,7 @@ local.get $1 return ) - (func $~lib/map/Map#delete (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#delete" (param $this i32) (param $key i32) (result i32) (local $entry i32) (local $halfBucketsMask i32) (local $4 i32) @@ -16617,7 +16617,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -16633,10 +16633,10 @@ end local.get $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.or - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer @@ -16649,17 +16649,17 @@ local.get $6 i32.store offset=4 local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.sub - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shr_u local.set $halfBucketsMask @@ -16674,7 +16674,7 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.tee $5 local.get $4 local.get $5 @@ -16688,14 +16688,14 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -16712,7 +16712,7 @@ i32.store local.get $6 local.get $halfBucketsMask - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end i32.const 1 local.set $6 @@ -16723,7 +16723,7 @@ local.get $6 return ) - (func $~lib/map/Map#clear (param $this i32) + (func $"~lib/map/Map#clear" (param $this i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -16749,7 +16749,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -16759,7 +16759,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -16768,9 +16768,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.8 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.8" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.8 + br $"~lib/map/ENTRY_SIZE|inlined.8" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -16779,7 +16779,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -16787,7 +16787,7 @@ i32.store local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -16795,7 +16795,7 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -16803,13 +16803,13 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $map i32) (local $k i32) (local $k|2 i32) @@ -16834,7 +16834,7 @@ memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $map i32.store i32.const 0 @@ -16851,7 +16851,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -16872,7 +16872,7 @@ i32.const 10 local.get $k i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -16881,7 +16881,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -16898,7 +16898,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k i32.add @@ -16925,7 +16925,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -16951,7 +16951,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -16968,7 +16968,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k|2 i32.add @@ -16992,7 +16992,7 @@ i32.const 20 local.get $k|2 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -17001,7 +17001,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -17018,7 +17018,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|2 i32.add @@ -17045,7 +17045,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -17064,7 +17064,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#keys + call $"~lib/map/Map#keys" local.tee $keys i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -17074,17 +17074,17 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#values + call $"~lib/map/Map#values" local.tee $vals i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $keyMap i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $valMap i32.store offset=20 i32.const 0 @@ -17125,7 +17125,7 @@ i32.store offset=4 local.get $12 local.get $key - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -17144,7 +17144,7 @@ local.get $value i32.const 20 i32.sub - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -17162,7 +17162,7 @@ local.get $12 local.get $key local.get $key - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $valMap local.set $12 @@ -17176,7 +17176,7 @@ local.get $value i32.const 20 i32.sub - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $index i32.const 1 @@ -17191,7 +17191,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -17209,7 +17209,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -17235,7 +17235,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -17252,7 +17252,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|10 i32.add @@ -17273,7 +17273,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -17282,7 +17282,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -17306,7 +17306,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -17332,7 +17332,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -17353,7 +17353,7 @@ i32.const 10 local.get $k|11 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -17362,7 +17362,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -17379,7 +17379,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -17388,7 +17388,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -17412,7 +17412,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -17430,14 +17430,14 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#clear + call $"~lib/map/Map#clear" local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 0 i32.eq i32.eqz @@ -17454,7 +17454,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#has (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#has" (param $this i32) (param $key i32) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -17473,7 +17473,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $2 @@ -17484,7 +17484,7 @@ local.get $2 return ) - (func $~lib/map/Map#get (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#get" (param $this i32) (param $key i32) (result i32) (local $entry i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -17504,7 +17504,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -17517,7 +17517,7 @@ unreachable end local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -17526,7 +17526,7 @@ local.get $3 return ) - (func $~lib/map/Map#keys (param $this i32) (result i32) + (func $"~lib/map/Map#keys" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $keys i32) @@ -17549,7 +17549,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -17557,7 +17557,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -17576,15 +17576,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.6 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.6" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.6 + br $"~lib/map/ENTRY_SIZE|inlined.6" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -17602,7 +17602,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" call $~lib/array/Array#__set end local.get $i @@ -17629,7 +17629,7 @@ local.get $8 return ) - (func $~lib/map/Map#values (param $this i32) (result i32) + (func $"~lib/map/Map#values" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $values i32) @@ -17652,7 +17652,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -17660,7 +17660,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -17679,15 +17679,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.7 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.7" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.7 + br $"~lib/map/ENTRY_SIZE|inlined.7" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -17705,7 +17705,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" call $~lib/array/Array#__set end local.get $i @@ -17757,7 +17757,7 @@ local.get $1 return ) - (func $~lib/map/Map#delete (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#delete" (param $this i32) (param $key i32) (result i32) (local $entry i32) (local $halfBucketsMask i32) (local $4 i32) @@ -17780,7 +17780,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -17796,10 +17796,10 @@ end local.get $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.or - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer @@ -17812,17 +17812,17 @@ local.get $6 i32.store offset=4 local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.sub - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shr_u local.set $halfBucketsMask @@ -17837,7 +17837,7 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.tee $5 local.get $4 local.get $5 @@ -17851,14 +17851,14 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -17875,7 +17875,7 @@ i32.store local.get $6 local.get $halfBucketsMask - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end i32.const 1 local.set $6 @@ -17886,7 +17886,7 @@ local.get $6 return ) - (func $~lib/map/Map#clear (param $this i32) + (func $"~lib/map/Map#clear" (param $this i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -17912,7 +17912,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -17922,7 +17922,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -17931,9 +17931,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.8 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.8" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.8 + br $"~lib/map/ENTRY_SIZE|inlined.8" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -17942,7 +17942,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -17950,7 +17950,7 @@ i32.store local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -17958,7 +17958,7 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -17966,13 +17966,13 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $map i32) (local $k i32) (local $k|2 i32) @@ -17997,7 +17997,7 @@ memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $map i32.store i32.const 0 @@ -18014,7 +18014,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -18035,7 +18035,7 @@ i32.const 10 local.get $k i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -18044,7 +18044,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -18061,7 +18061,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k i32.add @@ -18088,7 +18088,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -18114,7 +18114,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -18131,7 +18131,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k|2 i32.add @@ -18155,7 +18155,7 @@ i32.const 20 local.get $k|2 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -18164,7 +18164,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -18181,7 +18181,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|2 i32.add @@ -18208,7 +18208,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -18227,7 +18227,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#keys + call $"~lib/map/Map#keys" local.tee $keys i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -18237,17 +18237,17 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#values + call $"~lib/map/Map#values" local.tee $vals i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $keyMap i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $valMap i32.store offset=20 i32.const 0 @@ -18288,7 +18288,7 @@ i32.store offset=4 local.get $12 local.get $key - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -18307,7 +18307,7 @@ local.get $value i32.const 20 i32.sub - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -18325,7 +18325,7 @@ local.get $12 local.get $key local.get $key - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $valMap local.set $12 @@ -18339,7 +18339,7 @@ local.get $value i32.const 20 i32.sub - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $index i32.const 1 @@ -18354,7 +18354,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -18372,7 +18372,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -18398,7 +18398,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -18415,7 +18415,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|10 i32.add @@ -18436,7 +18436,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -18445,7 +18445,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -18469,7 +18469,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -18495,7 +18495,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -18516,7 +18516,7 @@ i32.const 10 local.get $k|11 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -18525,7 +18525,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -18542,7 +18542,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -18551,7 +18551,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -18575,7 +18575,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -18593,14 +18593,14 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#clear + call $"~lib/map/Map#clear" local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 0 i32.eq i32.eqz @@ -18617,7 +18617,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -18656,7 +18656,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -18666,7 +18666,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -18675,9 +18675,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -18686,7 +18686,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -18694,7 +18694,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -18702,7 +18702,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -18710,7 +18710,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -18719,7 +18719,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $~lib/map/Map#find (param $this i32) (param $key i32) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key i32) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -18737,7 +18737,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -18745,7 +18745,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -18756,7 +18756,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -18764,7 +18764,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.get $key i32.eq else @@ -18798,7 +18798,7 @@ local.get $5 return ) - (func $~lib/map/Map#has (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#has" (param $this i32) (param $key i32) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -18817,7 +18817,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $2 @@ -18828,7 +18828,7 @@ local.get $2 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -18874,9 +18874,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -18888,7 +18888,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -18897,10 +18897,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -18915,7 +18915,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -18923,15 +18923,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -18946,22 +18946,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -18980,7 +18980,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -18988,7 +18988,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -19001,7 +19001,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -19009,7 +19009,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -19022,14 +19022,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key i32) (param $value i32) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key i32) (param $value i32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -19058,13 +19058,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -19074,14 +19074,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -19096,14 +19096,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -19116,7 +19116,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -19124,13 +19124,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -19139,7 +19139,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -19155,27 +19155,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -19190,17 +19190,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -19208,7 +19208,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -19217,7 +19217,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -19231,7 +19231,7 @@ local.get $8 return ) - (func $~lib/map/Map#get (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#get" (param $this i32) (param $key i32) (result i32) (local $entry i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -19251,7 +19251,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -19264,7 +19264,7 @@ unreachable end local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -19273,7 +19273,7 @@ local.get $3 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -19289,7 +19289,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -19533,7 +19533,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#keys (param $this i32) (result i32) + (func $"~lib/map/Map#keys" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $keys i32) @@ -19556,7 +19556,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -19564,7 +19564,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -19583,15 +19583,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.6 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.6" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.6 + br $"~lib/map/ENTRY_SIZE|inlined.6" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -19609,7 +19609,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" call $~lib/array/Array#__set end local.get $i @@ -19636,7 +19636,7 @@ local.get $8 return ) - (func $~lib/map/Map#values (param $this i32) (result i32) + (func $"~lib/map/Map#values" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $values i32) @@ -19659,7 +19659,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -19667,7 +19667,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -19686,15 +19686,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.7 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.7" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.7 + br $"~lib/map/ENTRY_SIZE|inlined.7" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -19712,7 +19712,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" call $~lib/array/Array#__set end local.get $i @@ -19739,7 +19739,7 @@ local.get $8 return ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -19778,7 +19778,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -19788,7 +19788,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -19797,9 +19797,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -19808,7 +19808,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -19816,7 +19816,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -19824,7 +19824,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -19832,7 +19832,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -19918,7 +19918,7 @@ local.get $3 return ) - (func $~lib/map/Map#find (param $this i32) (param $key i32) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key i32) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -19936,7 +19936,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -19944,7 +19944,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -19955,7 +19955,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -19963,7 +19963,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.get $key i32.eq else @@ -19997,7 +19997,7 @@ local.get $5 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -20043,9 +20043,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -20057,7 +20057,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -20066,10 +20066,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -20084,7 +20084,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -20092,15 +20092,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -20115,22 +20115,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -20149,7 +20149,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -20157,7 +20157,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -20170,7 +20170,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -20178,7 +20178,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -20191,14 +20191,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key i32) (param $value i32) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key i32) (param $value i32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -20227,13 +20227,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -20243,14 +20243,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -20265,14 +20265,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -20285,7 +20285,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -20293,13 +20293,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -20308,7 +20308,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -20324,27 +20324,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -20359,17 +20359,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -20377,7 +20377,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -20386,7 +20386,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -20400,7 +20400,7 @@ local.get $8 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -20416,7 +20416,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -20425,7 +20425,7 @@ local.get $1 return ) - (func $~lib/map/Map#delete (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#delete" (param $this i32) (param $key i32) (result i32) (local $entry i32) (local $halfBucketsMask i32) (local $4 i32) @@ -20448,7 +20448,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -20464,10 +20464,10 @@ end local.get $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.or - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer @@ -20480,17 +20480,17 @@ local.get $6 i32.store offset=4 local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.sub - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shr_u local.set $halfBucketsMask @@ -20505,7 +20505,7 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.tee $5 local.get $4 local.get $5 @@ -20519,14 +20519,14 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -20543,7 +20543,7 @@ i32.store local.get $6 local.get $halfBucketsMask - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end i32.const 1 local.set $6 @@ -20554,7 +20554,7 @@ local.get $6 return ) - (func $~lib/map/Map#clear (param $this i32) + (func $"~lib/map/Map#clear" (param $this i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -20580,7 +20580,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -20590,7 +20590,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -20599,9 +20599,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.8 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.8" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.8 + br $"~lib/map/ENTRY_SIZE|inlined.8" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -20610,7 +20610,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -20618,7 +20618,7 @@ i32.store local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -20626,7 +20626,7 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -20634,13 +20634,13 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $map i32) (local $k i32) (local $k|2 i32) @@ -20665,7 +20665,7 @@ memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $map i32.store i32.const 0 @@ -20682,7 +20682,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -20703,7 +20703,7 @@ i32.const 10 local.get $k i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -20712,7 +20712,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -20729,7 +20729,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k i32.add @@ -20756,7 +20756,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -20782,7 +20782,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -20799,7 +20799,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k|2 i32.add @@ -20823,7 +20823,7 @@ i32.const 20 local.get $k|2 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -20832,7 +20832,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -20849,7 +20849,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|2 i32.add @@ -20876,7 +20876,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -20895,7 +20895,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#keys + call $"~lib/map/Map#keys" local.tee $keys i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -20905,17 +20905,17 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#values + call $"~lib/map/Map#values" local.tee $vals i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $keyMap i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $valMap i32.store offset=20 i32.const 0 @@ -20956,7 +20956,7 @@ i32.store offset=4 local.get $12 local.get $key - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -20975,7 +20975,7 @@ local.get $value i32.const 20 i32.sub - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -20993,7 +20993,7 @@ local.get $12 local.get $key local.get $key - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $valMap local.set $12 @@ -21007,7 +21007,7 @@ local.get $value i32.const 20 i32.sub - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $index i32.const 1 @@ -21022,7 +21022,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -21040,7 +21040,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -21066,7 +21066,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -21083,7 +21083,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|10 i32.add @@ -21104,7 +21104,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -21113,7 +21113,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -21137,7 +21137,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -21163,7 +21163,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -21184,7 +21184,7 @@ i32.const 10 local.get $k|11 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -21193,7 +21193,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -21210,7 +21210,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -21219,7 +21219,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -21243,7 +21243,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -21261,14 +21261,14 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#clear + call $"~lib/map/Map#clear" local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 0 i32.eq i32.eqz @@ -21285,7 +21285,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -21324,7 +21324,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -21334,7 +21334,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -21343,9 +21343,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -21354,7 +21354,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -21362,7 +21362,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -21370,7 +21370,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -21378,7 +21378,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -21387,7 +21387,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $~lib/map/Map#find (param $this i32) (param $key i64) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key i64) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -21405,7 +21405,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -21413,7 +21413,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -21424,7 +21424,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -21432,7 +21432,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.get $key i64.eq else @@ -21466,7 +21466,7 @@ local.get $5 return ) - (func $~lib/map/Map#has (param $this i32) (param $key i64) (result i32) + (func $"~lib/map/Map#has" (param $this i32) (param $key i64) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -21485,7 +21485,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $2 @@ -21496,7 +21496,7 @@ local.get $2 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -21542,9 +21542,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -21556,7 +21556,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -21565,10 +21565,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -21583,7 +21583,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -21591,15 +21591,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -21614,22 +21614,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -21648,7 +21648,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -21656,7 +21656,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -21669,7 +21669,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -21677,7 +21677,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -21690,14 +21690,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key i64) (param $value i32) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key i64) (param $value i32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -21726,13 +21726,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -21742,14 +21742,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -21764,14 +21764,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -21784,7 +21784,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -21792,13 +21792,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -21807,7 +21807,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -21823,27 +21823,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -21858,17 +21858,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -21876,7 +21876,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -21885,7 +21885,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -21899,7 +21899,7 @@ local.get $8 return ) - (func $~lib/map/Map#get (param $this i32) (param $key i64) (result i32) + (func $"~lib/map/Map#get" (param $this i32) (param $key i64) (result i32) (local $entry i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -21919,7 +21919,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -21932,7 +21932,7 @@ unreachable end local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -21941,7 +21941,7 @@ local.get $3 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -21957,7 +21957,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -22201,7 +22201,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#keys (param $this i32) (result i32) + (func $"~lib/map/Map#keys" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $keys i32) @@ -22224,7 +22224,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -22232,7 +22232,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -22251,15 +22251,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.6 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.6" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.6 + br $"~lib/map/ENTRY_SIZE|inlined.6" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -22277,7 +22277,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" call $~lib/array/Array#__set end local.get $i @@ -22304,7 +22304,7 @@ local.get $8 return ) - (func $~lib/map/Map#values (param $this i32) (result i32) + (func $"~lib/map/Map#values" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $values i32) @@ -22327,7 +22327,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -22335,7 +22335,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -22354,15 +22354,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.7 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.7" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.7 + br $"~lib/map/ENTRY_SIZE|inlined.7" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -22380,7 +22380,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" call $~lib/array/Array#__set end local.get $i @@ -22407,7 +22407,7 @@ local.get $8 return ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -22446,7 +22446,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -22456,7 +22456,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -22465,9 +22465,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -22476,7 +22476,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -22484,7 +22484,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -22492,7 +22492,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -22500,7 +22500,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -22587,7 +22587,7 @@ local.get $4 return ) - (func $~lib/map/Map#find (param $this i32) (param $key i64) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key i64) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -22605,7 +22605,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -22613,7 +22613,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -22624,7 +22624,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -22632,7 +22632,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.get $key i64.eq else @@ -22666,7 +22666,7 @@ local.get $5 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -22712,9 +22712,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -22726,7 +22726,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -22735,10 +22735,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -22753,7 +22753,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -22761,15 +22761,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -22784,22 +22784,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -22818,7 +22818,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -22826,7 +22826,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -22839,7 +22839,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -22847,7 +22847,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -22860,14 +22860,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key i64) (param $value i64) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key i64) (param $value i64) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -22896,13 +22896,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -22912,14 +22912,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -22934,14 +22934,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -22954,7 +22954,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -22962,13 +22962,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -22977,7 +22977,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -22993,27 +22993,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -23028,17 +23028,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -23046,7 +23046,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -23055,7 +23055,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -23069,7 +23069,7 @@ local.get $8 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -23085,7 +23085,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -23094,7 +23094,7 @@ local.get $1 return ) - (func $~lib/map/Map#delete (param $this i32) (param $key i64) (result i32) + (func $"~lib/map/Map#delete" (param $this i32) (param $key i64) (result i32) (local $entry i32) (local $halfBucketsMask i32) (local $4 i32) @@ -23117,7 +23117,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -23133,10 +23133,10 @@ end local.get $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.or - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer @@ -23149,17 +23149,17 @@ local.get $6 i32.store offset=4 local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.sub - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shr_u local.set $halfBucketsMask @@ -23174,7 +23174,7 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.tee $5 local.get $4 local.get $5 @@ -23188,14 +23188,14 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -23212,7 +23212,7 @@ i32.store local.get $6 local.get $halfBucketsMask - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end i32.const 1 local.set $6 @@ -23223,7 +23223,7 @@ local.get $6 return ) - (func $~lib/map/Map#clear (param $this i32) + (func $"~lib/map/Map#clear" (param $this i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -23249,7 +23249,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -23259,7 +23259,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -23268,9 +23268,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.8 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.8" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.8 + br $"~lib/map/ENTRY_SIZE|inlined.8" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -23279,7 +23279,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -23287,7 +23287,7 @@ i32.store local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -23295,7 +23295,7 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -23303,13 +23303,13 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $map i32) (local $k i64) (local $k|2 i64) @@ -23334,7 +23334,7 @@ memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $map i32.store i64.const 0 @@ -23351,7 +23351,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -23373,7 +23373,7 @@ local.get $k i32.wrap_i64 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -23382,7 +23382,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -23399,7 +23399,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k i32.wrap_i64 @@ -23427,7 +23427,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -23453,7 +23453,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -23470,7 +23470,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k|2 i32.wrap_i64 @@ -23496,7 +23496,7 @@ local.get $k|2 i32.wrap_i64 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -23505,7 +23505,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -23522,7 +23522,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|2 i32.wrap_i64 @@ -23550,7 +23550,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -23569,7 +23569,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#keys + call $"~lib/map/Map#keys" local.tee $keys i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -23579,17 +23579,17 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#values + call $"~lib/map/Map#values" local.tee $vals i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $keyMap i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $valMap i32.store offset=20 i32.const 0 @@ -23630,7 +23630,7 @@ i32.store offset=4 local.get $12 local.get $key - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -23650,7 +23650,7 @@ i32.const 20 i32.sub i64.extend_i32_s - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -23668,7 +23668,7 @@ local.get $12 local.get $key local.get $key - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $valMap local.set $12 @@ -23682,7 +23682,7 @@ local.get $value i32.const 20 i32.sub - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $index i32.const 1 @@ -23697,7 +23697,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -23715,7 +23715,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -23741,7 +23741,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -23758,7 +23758,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|10 i32.wrap_i64 @@ -23780,7 +23780,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -23789,7 +23789,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -23813,7 +23813,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -23839,7 +23839,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -23861,7 +23861,7 @@ local.get $k|11 i32.wrap_i64 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -23870,7 +23870,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -23887,7 +23887,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -23896,7 +23896,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -23920,7 +23920,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -23938,14 +23938,14 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#clear + call $"~lib/map/Map#clear" local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 0 i32.eq i32.eqz @@ -23962,7 +23962,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -24001,7 +24001,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -24011,7 +24011,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -24020,9 +24020,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -24031,7 +24031,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -24039,7 +24039,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -24047,7 +24047,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -24055,7 +24055,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -24064,7 +24064,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $~lib/map/Map#find (param $this i32) (param $key i64) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key i64) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -24082,7 +24082,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -24090,7 +24090,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -24101,7 +24101,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -24109,7 +24109,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.get $key i64.eq else @@ -24143,7 +24143,7 @@ local.get $5 return ) - (func $~lib/map/Map#has (param $this i32) (param $key i64) (result i32) + (func $"~lib/map/Map#has" (param $this i32) (param $key i64) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -24162,7 +24162,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $2 @@ -24173,7 +24173,7 @@ local.get $2 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -24219,9 +24219,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -24233,7 +24233,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -24242,10 +24242,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -24260,7 +24260,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -24268,15 +24268,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -24291,22 +24291,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -24325,7 +24325,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -24333,7 +24333,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -24346,7 +24346,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -24354,7 +24354,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -24367,14 +24367,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key i64) (param $value i32) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key i64) (param $value i32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -24403,13 +24403,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -24419,14 +24419,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -24441,14 +24441,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -24461,7 +24461,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -24469,13 +24469,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -24484,7 +24484,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -24500,27 +24500,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -24535,17 +24535,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -24553,7 +24553,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -24562,7 +24562,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -24576,7 +24576,7 @@ local.get $8 return ) - (func $~lib/map/Map#get (param $this i32) (param $key i64) (result i32) + (func $"~lib/map/Map#get" (param $this i32) (param $key i64) (result i32) (local $entry i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -24596,7 +24596,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -24609,7 +24609,7 @@ unreachable end local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -24618,7 +24618,7 @@ local.get $3 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -24634,7 +24634,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -24878,7 +24878,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#keys (param $this i32) (result i32) + (func $"~lib/map/Map#keys" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $keys i32) @@ -24901,7 +24901,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -24909,7 +24909,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -24928,15 +24928,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.6 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.6" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.6 + br $"~lib/map/ENTRY_SIZE|inlined.6" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -24954,7 +24954,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" call $~lib/array/Array#__set end local.get $i @@ -24981,7 +24981,7 @@ local.get $8 return ) - (func $~lib/map/Map#values (param $this i32) (result i32) + (func $"~lib/map/Map#values" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $values i32) @@ -25004,7 +25004,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -25012,7 +25012,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -25031,15 +25031,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.7 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.7" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.7 + br $"~lib/map/ENTRY_SIZE|inlined.7" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -25057,7 +25057,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" call $~lib/array/Array#__set end local.get $i @@ -25084,7 +25084,7 @@ local.get $8 return ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -25123,7 +25123,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -25133,7 +25133,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -25142,9 +25142,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -25153,7 +25153,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -25161,7 +25161,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -25169,7 +25169,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -25177,7 +25177,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -25264,7 +25264,7 @@ local.get $4 return ) - (func $~lib/map/Map#find (param $this i32) (param $key i64) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key i64) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -25282,7 +25282,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -25290,7 +25290,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -25301,7 +25301,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -25309,7 +25309,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.get $key i64.eq else @@ -25343,7 +25343,7 @@ local.get $5 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -25389,9 +25389,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -25403,7 +25403,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -25412,10 +25412,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -25430,7 +25430,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -25438,15 +25438,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -25461,22 +25461,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -25495,7 +25495,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -25503,7 +25503,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -25516,7 +25516,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -25524,7 +25524,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -25537,14 +25537,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key i64) (param $value i64) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key i64) (param $value i64) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -25573,13 +25573,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -25589,14 +25589,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -25611,14 +25611,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -25631,7 +25631,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -25639,13 +25639,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -25654,7 +25654,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -25670,27 +25670,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -25705,17 +25705,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -25723,7 +25723,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -25732,7 +25732,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -25746,7 +25746,7 @@ local.get $8 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -25762,7 +25762,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -25771,7 +25771,7 @@ local.get $1 return ) - (func $~lib/map/Map#delete (param $this i32) (param $key i64) (result i32) + (func $"~lib/map/Map#delete" (param $this i32) (param $key i64) (result i32) (local $entry i32) (local $halfBucketsMask i32) (local $4 i32) @@ -25794,7 +25794,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -25810,10 +25810,10 @@ end local.get $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.or - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer @@ -25826,17 +25826,17 @@ local.get $6 i32.store offset=4 local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.sub - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shr_u local.set $halfBucketsMask @@ -25851,7 +25851,7 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.tee $5 local.get $4 local.get $5 @@ -25865,14 +25865,14 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -25889,7 +25889,7 @@ i32.store local.get $6 local.get $halfBucketsMask - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end i32.const 1 local.set $6 @@ -25900,7 +25900,7 @@ local.get $6 return ) - (func $~lib/map/Map#clear (param $this i32) + (func $"~lib/map/Map#clear" (param $this i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -25926,7 +25926,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -25936,7 +25936,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -25945,9 +25945,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.8 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.8" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.8 + br $"~lib/map/ENTRY_SIZE|inlined.8" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -25956,7 +25956,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -25964,7 +25964,7 @@ i32.store local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -25972,7 +25972,7 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -25980,13 +25980,13 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $map i32) (local $k i64) (local $k|2 i64) @@ -26011,7 +26011,7 @@ memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $map i32.store i64.const 0 @@ -26028,7 +26028,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -26050,7 +26050,7 @@ local.get $k i32.wrap_i64 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -26059,7 +26059,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -26076,7 +26076,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k i32.wrap_i64 @@ -26104,7 +26104,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -26130,7 +26130,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -26147,7 +26147,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k|2 i32.wrap_i64 @@ -26173,7 +26173,7 @@ local.get $k|2 i32.wrap_i64 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -26182,7 +26182,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -26199,7 +26199,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|2 i32.wrap_i64 @@ -26227,7 +26227,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -26246,7 +26246,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#keys + call $"~lib/map/Map#keys" local.tee $keys i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -26256,17 +26256,17 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#values + call $"~lib/map/Map#values" local.tee $vals i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $keyMap i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $valMap i32.store offset=20 i32.const 0 @@ -26307,7 +26307,7 @@ i32.store offset=4 local.get $12 local.get $key - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -26327,7 +26327,7 @@ i32.const 20 i32.sub i64.extend_i32_s - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -26345,7 +26345,7 @@ local.get $12 local.get $key local.get $key - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $valMap local.set $12 @@ -26359,7 +26359,7 @@ local.get $value i32.const 20 i32.sub - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $index i32.const 1 @@ -26374,7 +26374,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -26392,7 +26392,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -26418,7 +26418,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -26435,7 +26435,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|10 i32.wrap_i64 @@ -26457,7 +26457,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -26466,7 +26466,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -26490,7 +26490,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -26516,7 +26516,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -26538,7 +26538,7 @@ local.get $k|11 i32.wrap_i64 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -26547,7 +26547,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -26564,7 +26564,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -26573,7 +26573,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -26597,7 +26597,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -26615,14 +26615,14 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#clear + call $"~lib/map/Map#clear" local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 0 i32.eq i32.eqz @@ -26639,7 +26639,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -26678,7 +26678,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -26688,7 +26688,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -26697,9 +26697,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -26708,7 +26708,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -26716,7 +26716,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -26724,7 +26724,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -26732,7 +26732,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -26741,7 +26741,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $~lib/map/Map#find (param $this i32) (param $key f32) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key f32) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -26759,7 +26759,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -26767,7 +26767,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -26778,7 +26778,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -26786,7 +26786,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.get $key f32.eq else @@ -26820,7 +26820,7 @@ local.get $5 return ) - (func $~lib/map/Map#has (param $this i32) (param $key f32) (result i32) + (func $"~lib/map/Map#has" (param $this i32) (param $key f32) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -26839,7 +26839,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $2 @@ -26850,7 +26850,7 @@ local.get $2 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -26896,9 +26896,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -26910,7 +26910,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -26919,10 +26919,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -26937,7 +26937,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -26945,15 +26945,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -26968,22 +26968,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -27002,7 +27002,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -27010,7 +27010,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -27023,7 +27023,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -27031,7 +27031,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -27044,14 +27044,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key f32) (param $value i32) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key f32) (param $value i32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -27080,13 +27080,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -27096,14 +27096,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -27118,14 +27118,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -27138,7 +27138,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -27146,13 +27146,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -27161,7 +27161,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -27177,27 +27177,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -27212,17 +27212,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -27230,7 +27230,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -27239,7 +27239,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -27253,7 +27253,7 @@ local.get $8 return ) - (func $~lib/map/Map#get (param $this i32) (param $key f32) (result i32) + (func $"~lib/map/Map#get" (param $this i32) (param $key f32) (result i32) (local $entry i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -27273,7 +27273,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -27286,7 +27286,7 @@ unreachable end local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -27295,7 +27295,7 @@ local.get $3 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -27311,7 +27311,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -27555,7 +27555,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#keys (param $this i32) (result i32) + (func $"~lib/map/Map#keys" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $keys i32) @@ -27578,7 +27578,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -27586,7 +27586,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -27605,15 +27605,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.6 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.6" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.6 + br $"~lib/map/ENTRY_SIZE|inlined.6" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -27631,7 +27631,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" call $~lib/array/Array#__set end local.get $i @@ -27658,7 +27658,7 @@ local.get $8 return ) - (func $~lib/map/Map#values (param $this i32) (result i32) + (func $"~lib/map/Map#values" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $values i32) @@ -27681,7 +27681,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -27689,7 +27689,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -27708,15 +27708,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.7 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.7" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.7 + br $"~lib/map/ENTRY_SIZE|inlined.7" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -27734,7 +27734,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" call $~lib/array/Array#__set end local.get $i @@ -27761,7 +27761,7 @@ local.get $8 return ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -27800,7 +27800,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -27810,7 +27810,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -27819,9 +27819,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -27830,7 +27830,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -27838,7 +27838,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -27846,7 +27846,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -27854,7 +27854,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -27941,7 +27941,7 @@ local.get $4 return ) - (func $~lib/map/Map#find (param $this i32) (param $key f32) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key f32) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -27959,7 +27959,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -27967,7 +27967,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -27978,7 +27978,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -27986,7 +27986,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.get $key f32.eq else @@ -28020,7 +28020,7 @@ local.get $5 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -28066,9 +28066,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -28080,7 +28080,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -28089,10 +28089,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -28107,7 +28107,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -28115,15 +28115,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -28138,22 +28138,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -28172,7 +28172,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -28180,7 +28180,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -28193,7 +28193,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -28201,7 +28201,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -28214,14 +28214,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key f32) (param $value f32) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key f32) (param $value f32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -28250,13 +28250,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -28266,14 +28266,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -28288,14 +28288,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -28308,7 +28308,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -28316,13 +28316,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -28331,7 +28331,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -28347,27 +28347,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -28382,17 +28382,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -28400,7 +28400,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -28409,7 +28409,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -28423,7 +28423,7 @@ local.get $8 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -28439,7 +28439,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -28448,7 +28448,7 @@ local.get $1 return ) - (func $~lib/map/Map#delete (param $this i32) (param $key f32) (result i32) + (func $"~lib/map/Map#delete" (param $this i32) (param $key f32) (result i32) (local $entry i32) (local $halfBucketsMask i32) (local $4 i32) @@ -28471,7 +28471,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -28487,10 +28487,10 @@ end local.get $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.or - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer @@ -28503,17 +28503,17 @@ local.get $6 i32.store offset=4 local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.sub - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shr_u local.set $halfBucketsMask @@ -28528,7 +28528,7 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.tee $5 local.get $4 local.get $5 @@ -28542,14 +28542,14 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -28566,7 +28566,7 @@ i32.store local.get $6 local.get $halfBucketsMask - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end i32.const 1 local.set $6 @@ -28577,7 +28577,7 @@ local.get $6 return ) - (func $~lib/map/Map#clear (param $this i32) + (func $"~lib/map/Map#clear" (param $this i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -28603,7 +28603,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -28613,7 +28613,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -28622,9 +28622,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.8 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.8" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.8 + br $"~lib/map/ENTRY_SIZE|inlined.8" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -28633,7 +28633,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -28641,7 +28641,7 @@ i32.store local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -28649,7 +28649,7 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -28657,13 +28657,13 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $map i32) (local $k f32) (local $k|2 f32) @@ -28688,7 +28688,7 @@ memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $map i32.store f32.const 0 @@ -28705,7 +28705,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -28727,7 +28727,7 @@ local.get $k i32.trunc_sat_f32_s i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -28736,7 +28736,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -28753,7 +28753,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k i32.trunc_sat_f32_s @@ -28781,7 +28781,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -28807,7 +28807,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -28824,7 +28824,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k|2 i32.trunc_sat_f32_s @@ -28850,7 +28850,7 @@ local.get $k|2 i32.trunc_sat_f32_s i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -28859,7 +28859,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -28876,7 +28876,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|2 i32.trunc_sat_f32_s @@ -28904,7 +28904,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -28923,7 +28923,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#keys + call $"~lib/map/Map#keys" local.tee $keys i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -28933,17 +28933,17 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#values + call $"~lib/map/Map#values" local.tee $vals i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $keyMap i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $valMap i32.store offset=20 i32.const 0 @@ -28984,7 +28984,7 @@ i32.store offset=4 local.get $12 local.get $key - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -29004,7 +29004,7 @@ i32.const 20 i32.sub f32.convert_i32_s - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -29022,7 +29022,7 @@ local.get $12 local.get $key local.get $key - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $valMap local.set $12 @@ -29036,7 +29036,7 @@ local.get $value i32.const 20 i32.sub - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $index i32.const 1 @@ -29051,7 +29051,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -29069,7 +29069,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -29095,7 +29095,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -29112,7 +29112,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|10 i32.trunc_sat_f32_s @@ -29134,7 +29134,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -29143,7 +29143,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -29167,7 +29167,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -29193,7 +29193,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -29215,7 +29215,7 @@ local.get $k|11 i32.trunc_sat_f32_s i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -29224,7 +29224,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -29241,7 +29241,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -29250,7 +29250,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -29274,7 +29274,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -29292,14 +29292,14 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#clear + call $"~lib/map/Map#clear" local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 0 i32.eq i32.eqz @@ -29316,7 +29316,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -29355,7 +29355,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -29365,7 +29365,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -29374,9 +29374,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -29385,7 +29385,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -29393,7 +29393,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -29401,7 +29401,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -29409,7 +29409,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -29418,7 +29418,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $~lib/map/Map#find (param $this i32) (param $key f64) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key f64) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -29436,7 +29436,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -29444,7 +29444,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -29455,7 +29455,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -29463,7 +29463,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.get $key f64.eq else @@ -29497,7 +29497,7 @@ local.get $5 return ) - (func $~lib/map/Map#has (param $this i32) (param $key f64) (result i32) + (func $"~lib/map/Map#has" (param $this i32) (param $key f64) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -29516,7 +29516,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $2 @@ -29527,7 +29527,7 @@ local.get $2 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -29573,9 +29573,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -29587,7 +29587,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -29596,10 +29596,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -29614,7 +29614,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -29622,15 +29622,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -29645,22 +29645,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -29679,7 +29679,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -29687,7 +29687,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -29700,7 +29700,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -29708,7 +29708,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -29721,14 +29721,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key f64) (param $value i32) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key f64) (param $value i32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -29757,13 +29757,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -29773,14 +29773,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -29795,14 +29795,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -29815,7 +29815,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -29823,13 +29823,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -29838,7 +29838,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -29854,27 +29854,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -29889,17 +29889,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -29907,7 +29907,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -29916,7 +29916,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -29930,7 +29930,7 @@ local.get $8 return ) - (func $~lib/map/Map#get (param $this i32) (param $key f64) (result i32) + (func $"~lib/map/Map#get" (param $this i32) (param $key f64) (result i32) (local $entry i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -29950,7 +29950,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -29963,7 +29963,7 @@ unreachable end local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -29972,7 +29972,7 @@ local.get $3 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -29988,7 +29988,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -30232,7 +30232,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#keys (param $this i32) (result i32) + (func $"~lib/map/Map#keys" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $keys i32) @@ -30255,7 +30255,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -30263,7 +30263,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -30282,15 +30282,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.6 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.6" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.6 + br $"~lib/map/ENTRY_SIZE|inlined.6" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -30308,7 +30308,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" call $~lib/array/Array#__set end local.get $i @@ -30335,7 +30335,7 @@ local.get $8 return ) - (func $~lib/map/Map#values (param $this i32) (result i32) + (func $"~lib/map/Map#values" (param $this i32) (result i32) (local $start i32) (local $size i32) (local $values i32) @@ -30358,7 +30358,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $start local.get $this local.set $8 @@ -30366,7 +30366,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.set $size global.get $~lib/memory/__stack_pointer i32.const 0 @@ -30385,15 +30385,15 @@ if local.get $start local.get $i - block $~lib/map/ENTRY_SIZE|inlined.7 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.7" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.7 + br $"~lib/map/ENTRY_SIZE|inlined.7" end i32.mul i32.add local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -30411,7 +30411,7 @@ local.set $length local.get $7 local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" call $~lib/array/Array#__set end local.get $i @@ -30438,7 +30438,7 @@ local.get $8 return ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -30477,7 +30477,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -30487,7 +30487,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -30496,9 +30496,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -30507,7 +30507,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -30515,7 +30515,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -30523,7 +30523,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -30531,7 +30531,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -30618,7 +30618,7 @@ local.get $4 return ) - (func $~lib/map/Map#find (param $this i32) (param $key f64) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key f64) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -30636,7 +30636,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -30644,7 +30644,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -30655,7 +30655,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -30663,7 +30663,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.get $key f64.eq else @@ -30697,7 +30697,7 @@ local.get $5 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -30743,9 +30743,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -30757,7 +30757,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -30766,10 +30766,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -30784,7 +30784,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -30792,15 +30792,15 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#get:value" + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -30815,22 +30815,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -30849,7 +30849,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -30857,7 +30857,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -30870,7 +30870,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -30878,7 +30878,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -30891,14 +30891,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key f64) (param $value f64) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key f64) (param $value f64) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -30927,13 +30927,13 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop else @@ -30943,14 +30943,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -30965,14 +30965,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -30985,7 +30985,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -30993,13 +30993,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -31008,7 +31008,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -31024,27 +31024,27 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 24 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry local.get $value - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 0 drop local.get $this @@ -31059,17 +31059,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -31077,7 +31077,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -31086,7 +31086,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -31100,7 +31100,7 @@ local.get $8 return ) - (func $~lib/map/Map#get:size (param $this i32) (result i32) + (func $"~lib/map/Map#get:size" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -31116,7 +31116,7 @@ local.get $1 i32.store local.get $1 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -31125,7 +31125,7 @@ local.get $1 return ) - (func $~lib/map/Map#delete (param $this i32) (param $key f64) (result i32) + (func $"~lib/map/Map#delete" (param $this i32) (param $key f64) (result i32) (local $entry i32) (local $halfBucketsMask i32) (local $4 i32) @@ -31148,7 +31148,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -31164,10 +31164,10 @@ end local.get $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.or - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer @@ -31180,17 +31180,17 @@ local.get $6 i32.store offset=4 local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.sub - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shr_u local.set $halfBucketsMask @@ -31205,7 +31205,7 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.tee $5 local.get $4 local.get $5 @@ -31219,14 +31219,14 @@ local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -31243,7 +31243,7 @@ i32.store local.get $6 local.get $halfBucketsMask - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end i32.const 1 local.set $6 @@ -31254,7 +31254,7 @@ local.get $6 return ) - (func $~lib/map/Map#clear (param $this i32) + (func $"~lib/map/Map#clear" (param $this i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -31280,7 +31280,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -31290,7 +31290,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -31299,9 +31299,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.8 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.8" (result i32) i32.const 16 - br $~lib/map/ENTRY_SIZE|inlined.8 + br $"~lib/map/ENTRY_SIZE|inlined.8" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -31310,7 +31310,7 @@ local.get $1 i32.store offset=4 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -31318,7 +31318,7 @@ i32.store local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -31326,7 +31326,7 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -31334,13 +31334,13 @@ i32.store local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $map i32) (local $k f64) (local $k|2 f64) @@ -31365,7 +31365,7 @@ memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $map i32.store f64.const 0 @@ -31382,7 +31382,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -31404,7 +31404,7 @@ local.get $k i32.trunc_sat_f64_s i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -31413,7 +31413,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -31430,7 +31430,7 @@ i32.store offset=4 local.get $12 local.get $k - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k i32.trunc_sat_f64_s @@ -31458,7 +31458,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -31484,7 +31484,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -31501,7 +31501,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 10 local.get $k|2 i32.trunc_sat_f64_s @@ -31527,7 +31527,7 @@ local.get $k|2 i32.trunc_sat_f64_s i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -31536,7 +31536,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -31553,7 +31553,7 @@ i32.store offset=4 local.get $12 local.get $k|2 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|2 i32.trunc_sat_f64_s @@ -31581,7 +31581,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -31600,7 +31600,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#keys + call $"~lib/map/Map#keys" local.tee $keys i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -31610,17 +31610,17 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#values + call $"~lib/map/Map#values" local.tee $vals i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $keyMap i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $valMap i32.store offset=20 i32.const 0 @@ -31661,7 +31661,7 @@ i32.store offset=4 local.get $12 local.get $key - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -31681,7 +31681,7 @@ i32.const 20 i32.sub f64.convert_i32_s - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -31699,7 +31699,7 @@ local.get $12 local.get $key local.get $key - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $valMap local.set $12 @@ -31713,7 +31713,7 @@ local.get $value i32.const 20 i32.sub - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $index i32.const 1 @@ -31728,7 +31728,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -31746,7 +31746,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.eq i32.eqz @@ -31772,7 +31772,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -31789,7 +31789,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#get + call $"~lib/map/Map#get" i32.const 20 local.get $k|10 i32.trunc_sat_f64_s @@ -31811,7 +31811,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -31820,7 +31820,7 @@ i32.store offset=4 local.get $12 local.get $k|10 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -31844,7 +31844,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -31870,7 +31870,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -31892,7 +31892,7 @@ local.get $k|11 i32.trunc_sat_f64_s i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $map local.set $12 @@ -31901,7 +31901,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -31918,7 +31918,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" drop local.get $map local.set $12 @@ -31927,7 +31927,7 @@ i32.store offset=4 local.get $12 local.get $k|11 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz i32.eqz if @@ -31951,7 +31951,7 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 50 i32.eq i32.eqz @@ -31969,14 +31969,14 @@ local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#clear + call $"~lib/map/Map#clear" local.get $map local.set $12 global.get $~lib/memory/__stack_pointer local.get $12 i32.store offset=4 local.get $12 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 0 i32.eq i32.eqz @@ -31993,7 +31993,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32010,7 +32010,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32019,7 +32019,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32083,7 +32083,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32100,7 +32100,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32109,7 +32109,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32121,7 +32121,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32138,7 +32138,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32147,7 +32147,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32159,7 +32159,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32176,7 +32176,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32185,7 +32185,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32223,7 +32223,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32240,7 +32240,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32249,7 +32249,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32261,7 +32261,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32278,7 +32278,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32287,7 +32287,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32325,7 +32325,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32342,7 +32342,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32351,7 +32351,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32363,7 +32363,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32380,7 +32380,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32389,7 +32389,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32427,7 +32427,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32444,7 +32444,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32453,7 +32453,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32465,7 +32465,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32482,7 +32482,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32491,7 +32491,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32529,7 +32529,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32546,7 +32546,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32555,7 +32555,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32567,7 +32567,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32584,7 +32584,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32593,7 +32593,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32631,7 +32631,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32648,7 +32648,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32657,7 +32657,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32669,7 +32669,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32686,7 +32686,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32695,7 +32695,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32733,7 +32733,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32750,7 +32750,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32759,7 +32759,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32771,7 +32771,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32788,7 +32788,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32797,7 +32797,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32835,7 +32835,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32852,7 +32852,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32861,7 +32861,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32873,7 +32873,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32890,7 +32890,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32899,7 +32899,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop @@ -32937,7 +32937,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -32954,7 +32954,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -32963,7 +32963,7 @@ local.get $3 i32.store local.get $3 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 0 drop diff --git a/tests/compiler/std/map.release.wat b/tests/compiler/std/map.release.wat index 3cd075d0b8..29d20dcd9f 100644 --- a/tests/compiler/std/map.release.wat +++ b/tests/compiler/std/map.release.wat @@ -1105,11 +1105,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1294,8 +1293,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1563,7 +1561,6 @@ local.get $1 ) (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) - (local $2 i32) local.get $1 i32.eqz if @@ -1580,7 +1577,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $2 local.get $1 i32.const 20 i32.sub @@ -1597,7 +1593,7 @@ i32.const 3 i32.and local.tee $0 - local.get $2 + global.get $~lib/rt/itcms/white i32.eqz i32.eq if @@ -1619,7 +1615,6 @@ end ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) block $folding-inner2 block $folding-inner1 block $folding-inner0 @@ -1660,10 +1655,9 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1690,10 +1684,9 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1745,16 +1738,16 @@ i32.store i32.const 1344 global.set $~lib/rt/itcms/fromSpace - call $std/map/testNumeric - call $std/map/testNumeric - call $std/map/testNumeric - call $std/map/testNumeric - call $std/map/testNumeric - call $std/map/testNumeric - call $std/map/testNumeric - call $std/map/testNumeric - call $std/map/testNumeric - call $std/map/testNumeric + call $"std/map/testNumeric" + call $"std/map/testNumeric" + call $"std/map/testNumeric" + call $"std/map/testNumeric" + call $"std/map/testNumeric" + call $"std/map/testNumeric" + call $"std/map/testNumeric" + call $"std/map/testNumeric" + call $"std/map/testNumeric" + call $"std/map/testNumeric" global.get $~lib/rt/itcms/state i32.const 0 i32.gt_s @@ -1789,9 +1782,8 @@ i32.add global.set $~lib/rt/itcms/threshold ) - (func $~lib/map/Map#find (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"~lib/map/Map#find" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1808,19 +1800,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -1869,8 +1860,7 @@ global.set $~lib/memory/__stack_pointer i32.const 0 ) - (func $~lib/map/Map#has (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) + (func $"~lib/map/Map#has" (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1887,10 +1877,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1924,7 +1913,7 @@ i32.const 16 i32.shr_u i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $0 @@ -1934,7 +1923,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#rehash (param $0 i32) (param $1 i32) + (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) (local $4 i32) @@ -1958,13 +1947,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -2079,10 +2067,9 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=12 local.get $0 @@ -2130,11 +2117,10 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $0 i32) (param $1 i32) (param $2 i32) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2151,13 +2137,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2192,7 +2177,7 @@ local.get $3 i32.xor local.tee $4 - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $3 if local.get $3 @@ -2200,34 +2185,33 @@ i32.store offset=4 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -2236,7 +2220,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -2252,32 +2236,31 @@ i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 local.tee $3 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $6 + local.tee $5 i32.const 1 i32.add i32.store offset=16 local.get $3 - local.get $6 + local.get $5 i32.const 12 i32.mul i32.add @@ -2287,10 +2270,10 @@ local.get $3 local.get $2 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -2299,13 +2282,13 @@ i32.const 1 i32.add i32.store offset=20 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $1 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $3 @@ -2329,8 +2312,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) + (func $"~lib/map/Map#get" (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2347,10 +2329,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2384,7 +2365,7 @@ i32.const 16 i32.shr_u i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $0 i32.eqz if @@ -2404,8 +2385,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#get:size (param $0 i32) (result i32) - (local $1 i32) + (func $"~lib/map/Map#get:size" (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2422,16 +2402,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2456,10 +2435,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2594,10 +2572,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2632,7 +2609,6 @@ i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $1 @@ -2641,7 +2617,7 @@ i32.add local.get $2 i32.store8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2701,43 +2677,42 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 6 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 i32.const 0 i32.store - local.get $2 + local.get $1 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 i32.const 0 i32.store offset=12 local.get $0 @@ -2760,46 +2735,46 @@ select i32.const 2 i32.shl - local.tee $1 + local.tee $3 i32.const 1 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $2 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=12 + local.get $1 local.get $2 - local.get $3 i32.store + local.get $1 local.get $2 - local.get $3 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 + local.get $1 local.get $2 - local.get $3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 local.get $1 + local.get $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 local.get $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 ) (func $~lib/array/Array#__set (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) @@ -2819,10 +2794,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2857,7 +2831,6 @@ i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -2868,7 +2841,7 @@ i32.add local.get $2 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2908,7 +2881,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#values (param $0 i32) (result i32) + (func $"~lib/map/Map#values" (param $0 i32) (result i32) (local $1 i32) (local $2 i32) (local $3 i32) @@ -2930,36 +2903,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=8 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=16 - local.tee $4 + local.tee $0 call $~lib/array/Array#constructor local.tee $5 i32.store offset=4 loop $for-loop|0 + local.get $0 local.get $2 - local.get $4 - i32.lt_s + i32.gt_s if local.get $3 local.get $2 i32.const 12 i32.mul i32.add - local.tee $0 + local.tee $4 i32.load offset=8 i32.const 1 i32.and @@ -2970,7 +2942,7 @@ i32.store local.get $5 local.get $1 - local.get $0 + local.get $4 i32.load offset=4 call $~lib/array/Array#__set local.get $1 @@ -2997,7 +2969,7 @@ global.set $~lib/memory/__stack_pointer local.get $5 ) - (func $~lib/map/Map#constructor (result i32) + (func $"~lib/map/Map#constructor" (result i32) (local $0 i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -3016,13 +2988,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 8 call $~lib/rt/itcms/__new @@ -3089,7 +3060,6 @@ local.get $0 ) (func $~lib/array/Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3106,23 +3076,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3139,10 +3107,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -3158,7 +3125,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -3169,13 +3135,13 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#set (param $0 i32) (param $1 i32) (param $2 i32) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) @@ -3195,13 +3161,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -3214,28 +3179,28 @@ i32.rotl i32.const 668265263 i32.mul - local.tee $4 + local.tee $3 i32.const 15 i32.shr_u - local.get $4 + local.get $3 i32.xor i32.const -2048144777 i32.mul - local.tee $4 + local.tee $3 i32.const 13 i32.shr_u - local.get $4 + local.get $3 i32.xor i32.const -1028477379 i32.mul - local.tee $4 + local.tee $3 i32.const 16 i32.shr_u - local.get $4 + local.get $3 i32.xor local.tee $8 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -3244,20 +3209,19 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $5 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 local.get $4 + local.get $3 local.get $0 i32.load offset=4 i32.and @@ -3266,7 +3230,7 @@ i32.add i32.load local.set $3 - block $__inlined_func$~lib/map/Map#find$1378 + block $"__inlined_func$~lib/map/Map#find$1378" loop $while-continue|0 local.get $3 if @@ -3290,7 +3254,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/map/Map#find$1378 + br $"__inlined_func$~lib/map/Map#find$1378" end local.get $4 i32.const -2 @@ -3313,33 +3277,32 @@ i32.store8 offset=1 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -3348,7 +3311,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -3364,7 +3327,7 @@ i32.const 1 i32.or end - local.set $5 + local.set $7 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -3374,21 +3337,20 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 - local.get $5 + global.get $~lib/memory/__stack_pointer + local.get $7 i32.const 1 i32.add local.tee $3 i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $9 + local.tee $6 i32.store global.get $~lib/memory/__stack_pointer local.get $3 @@ -3396,7 +3358,7 @@ i32.shl i32.const 3 i32.div_s - local.tee $7 + local.tee $9 i32.const 3 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor @@ -3407,42 +3369,42 @@ i32.store offset=8 local.get $0 i32.load offset=8 - local.set $10 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $10 + local.get $5 local.get $0 i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $6 + local.set $10 local.get $4 local.set $3 loop $while-continue|00 - local.get $6 + local.get $5 local.get $10 i32.ne if - local.get $10 + local.get $5 i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $3 - local.get $10 + local.get $5 i32.load8_s local.tee $11 i32.store8 local.get $3 - local.get $10 + local.get $5 i32.load8_s offset=1 i32.store8 offset=1 local.get $3 - local.get $9 - local.get $5 + local.get $6 + local.get $7 local.get $11 i32.extend8_s i32.const -1028477379 @@ -3487,31 +3449,30 @@ i32.add local.set $3 end - local.get $10 + local.get $5 i32.const 8 i32.add - local.set $10 + local.set $5 br $while-continue|00 end end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=8 - local.get $3 - local.get $9 + global.get $~lib/memory/__stack_pointer + local.get $6 i32.store offset=12 local.get $0 - local.get $9 + local.get $6 i32.store local.get $0 - local.get $9 + local.get $6 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 - local.get $5 + local.get $7 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 @@ -3529,7 +3490,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $7 + local.get $9 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 @@ -3547,42 +3508,41 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 - local.tee $4 + local.tee $3 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $5 + local.tee $4 i32.const 1 i32.add i32.store offset=16 + local.get $3 local.get $4 - local.get $5 i32.const 3 i32.shl i32.add - local.tee $4 + local.tee $3 local.get $1 i32.store8 - local.get $4 + local.get $3 local.get $2 i32.store8 offset=1 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -3591,16 +3551,16 @@ i32.const 1 i32.add i32.store offset=20 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $1 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $1 local.get $8 local.get $0 @@ -3613,7 +3573,7 @@ i32.load i32.store offset=4 local.get $0 - local.get $4 + local.get $3 i32.store end global.get $~lib/memory/__stack_pointer @@ -3629,9 +3589,8 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#find (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"~lib/map/Map#find" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3648,19 +3607,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -3707,7 +3665,7 @@ global.set $~lib/memory/__stack_pointer i32.const 0 ) - (func $~lib/map/Map#rehash (param $0 i32) (param $1 i32) + (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) (local $4 i32) @@ -3731,13 +3689,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -3851,10 +3808,9 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=12 local.get $0 @@ -3902,11 +3858,10 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $0 i32) (param $1 i32) (param $2 i32) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -3923,13 +3878,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -3963,7 +3917,7 @@ local.get $3 i32.xor local.tee $4 - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $3 if local.get $3 @@ -3971,34 +3925,33 @@ i32.store offset=4 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -4007,7 +3960,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -4023,32 +3976,31 @@ i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 local.tee $3 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $6 + local.tee $5 i32.const 1 i32.add i32.store offset=16 local.get $3 - local.get $6 + local.get $5 i32.const 12 i32.mul i32.add @@ -4058,10 +4010,10 @@ local.get $3 local.get $2 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -4070,13 +4022,13 @@ i32.const 1 i32.add i32.store offset=20 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $1 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $3 @@ -4100,9 +4052,8 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#delete (param $0 i32) (param $1 i32) + (func $"~lib/map/Map#delete" (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4119,10 +4070,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -4156,7 +4106,7 @@ i32.shr_u local.get $1 i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $1 i32.eqz if @@ -4173,10 +4123,9 @@ i32.or i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -4185,40 +4134,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + local.get $1 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $3 - local.get $3 + local.tee $2 + local.get $2 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $3 - local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -4234,15 +4183,15 @@ local.get $0 i32.store local.get $0 - local.get $2 - call $~lib/map/Map#rehash + local.get $1 + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#clear (param $0 i32) + (func $"~lib/map/Map#clear" (param $0 i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -4260,10 +4209,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 16 @@ -4322,7 +4270,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $0 i32) (local $1 i32) (local $2 i32) @@ -4342,11 +4290,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 24 memory.fill - local.get $2 + global.get $~lib/memory/__stack_pointer + local.set $4 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -4355,78 +4304,77 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 4 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $3 - local.get $4 + local.get $1 + local.get $5 i32.store - local.get $3 - local.get $4 + local.get $1 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $3 - local.get $4 + local.get $1 + local.get $5 i32.store offset=8 - local.get $3 - local.get $4 + local.get $1 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 4 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 - local.get $3 + local.get $4 + local.get $1 i32.store loop $for-loop|0 local.get $0 @@ -4434,11 +4382,11 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -4448,20 +4396,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 local.get $0 i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -4472,11 +4420,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 10 i32.add @@ -4497,10 +4445,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -4519,11 +4467,11 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -4534,11 +4482,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 10 i32.add @@ -4552,20 +4500,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 local.get $0 i32.const 20 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -4576,11 +4524,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 20 i32.add @@ -4601,10 +4549,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -4616,10 +4564,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -4628,22 +4577,22 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 + local.get $1 i32.load offset=8 local.set $5 - local.get $4 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 + local.get $1 i32.load offset=16 local.set $6 global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -4652,13 +4601,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 5 call $~lib/rt/itcms/__new @@ -4709,34 +4657,34 @@ i32.const 8 i32.le_u select - local.tee $8 + local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $8 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $8 i32.store offset=12 local.get $7 - local.get $0 + local.get $8 i32.store local.get $7 - local.get $0 + local.get $8 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 local.get $7 - local.get $0 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 local.get $7 - local.get $8 + local.get $0 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 @@ -4748,22 +4696,21 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $7 i32.store offset=4 i32.const 0 local.set $0 loop $for-loop|00 - local.get $1 + local.get $3 local.get $6 i32.lt_s if local.get $5 - local.get $1 + local.get $3 i32.const 12 i32.mul i32.add - local.tee $4 + local.tee $8 i32.load offset=8 i32.const 1 i32.and @@ -4774,7 +4721,7 @@ i32.store local.get $7 local.get $0 - local.get $4 + local.get $8 i32.load8_s call $~lib/array/Array#__set local.get $0 @@ -4782,10 +4729,10 @@ i32.add local.set $0 end - local.get $1 + local.get $3 i32.const 1 i32.add - local.set $1 + local.set $3 br $for-loop|00 end end @@ -4799,19 +4746,19 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $4 local.get $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 - call $~lib/map/Map#values + local.get $1 + call $"~lib/map/Map#values" local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -4821,92 +4768,89 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 7 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $4 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $2 local.get $4 + local.get $5 i32.store - local.get $2 local.get $4 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 i32.const 32 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $2 local.get $4 + local.get $5 i32.store offset=8 - local.get $2 local.get $4 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 4 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $2 + local.get $3 + local.get $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - call $~lib/map/Map#constructor - local.tee $4 + call $"~lib/map/Map#constructor" + local.tee $3 i32.store offset=20 - i32.const 0 - local.set $1 loop $for-loop|2 global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 local.get $7 call $~lib/array/Array#get:length - local.get $1 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer @@ -4921,13 +4865,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $7 i32.store - local.get $1 + local.get $2 local.get $7 i32.load offset=12 i32.ge_u @@ -4940,16 +4883,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $7 i32.store - local.get $1 + local.get $2 local.get $7 i32.load offset=4 i32.add i32.load8_s - local.set $6 - local.get $5 + local.set $5 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -4957,15 +4899,15 @@ local.get $0 i32.store offset=4 local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#__get - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - local.get $6 - call $~lib/map/Map#has + local.get $1 + local.get $5 + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -4976,13 +4918,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - local.get $5 + local.get $1 + local.get $6 i32.const 20 i32.sub - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -4993,34 +4935,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 - local.get $6 - local.get $6 - call $~lib/map/Map#set - global.get $~lib/memory/__stack_pointer local.get $4 i32.store offset=4 local.get $4 local.get $5 + local.get $5 + call $"~lib/map/Map#set" + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 + local.get $6 i32.const 20 i32.sub local.tee $5 local.get $5 - call $~lib/map/Map#set - local.get $1 + call $"~lib/map/Map#set" + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 - call $~lib/map/Map#get:size + local.get $4 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -5032,10 +4974,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.store offset=4 - local.get $4 - call $~lib/map/Map#get:size + local.get $3 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -5054,11 +4996,11 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -5069,11 +5011,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 20 i32.add @@ -5087,17 +5029,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -5114,10 +5056,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -5136,11 +5078,11 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -5150,20 +5092,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 local.get $0 i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -5174,17 +5116,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -5201,10 +5143,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -5216,15 +5158,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#clear + local.get $1 + call $"~lib/map/Map#clear" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" if i32.const 0 i32.const 1568 @@ -5246,8 +5188,7 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#has (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) + (func $"~lib/map/Map#has" (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -5264,10 +5205,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -5302,7 +5242,7 @@ i32.const 16 i32.shr_u i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $0 @@ -5312,7 +5252,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#rehash (param $0 i32) (param $1 i32) + (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) (local $4 i32) @@ -5336,13 +5276,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -5456,10 +5395,9 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=12 local.get $0 @@ -5507,11 +5445,10 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $0 i32) (param $1 i32) (param $2 i32) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -5528,13 +5465,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -5570,7 +5506,7 @@ local.get $3 i32.xor local.tee $4 - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $3 if local.get $3 @@ -5578,34 +5514,33 @@ i32.store offset=4 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -5614,7 +5549,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -5630,32 +5565,31 @@ i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 local.tee $3 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $6 + local.tee $5 i32.const 1 i32.add i32.store offset=16 local.get $3 - local.get $6 + local.get $5 i32.const 12 i32.mul i32.add @@ -5665,10 +5599,10 @@ local.get $3 local.get $2 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -5677,13 +5611,13 @@ i32.const 1 i32.add i32.store offset=20 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $1 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $3 @@ -5707,8 +5641,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) + (func $"~lib/map/Map#get" (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -5725,10 +5658,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -5763,7 +5695,7 @@ i32.const 16 i32.shr_u i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $0 i32.eqz if @@ -5783,7 +5715,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#set (param $0 i32) (param $1 i32) (param $2 i32) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) @@ -5803,13 +5735,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -5823,28 +5754,28 @@ i32.rotl i32.const 668265263 i32.mul - local.tee $4 + local.tee $3 i32.const 15 i32.shr_u - local.get $4 + local.get $3 i32.xor i32.const -2048144777 i32.mul - local.tee $4 + local.tee $3 i32.const 13 i32.shr_u - local.get $4 + local.get $3 i32.xor i32.const -1028477379 i32.mul - local.tee $4 + local.tee $3 i32.const 16 i32.shr_u - local.get $4 + local.get $3 i32.xor local.tee $8 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -5853,20 +5784,19 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $5 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 local.get $4 + local.get $3 local.get $0 i32.load offset=4 i32.and @@ -5875,7 +5805,7 @@ i32.add i32.load local.set $3 - block $__inlined_func$~lib/map/Map#find$1383 + block $"__inlined_func$~lib/map/Map#find$1383" loop $while-continue|0 local.get $3 if @@ -5899,7 +5829,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/map/Map#find$1383 + br $"__inlined_func$~lib/map/Map#find$1383" end local.get $4 i32.const -2 @@ -5922,33 +5852,32 @@ i32.store8 offset=1 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -5957,7 +5886,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -5973,7 +5902,7 @@ i32.const 1 i32.or end - local.set $5 + local.set $7 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -5983,21 +5912,20 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 - local.get $5 + global.get $~lib/memory/__stack_pointer + local.get $7 i32.const 1 i32.add local.tee $3 i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $9 + local.tee $6 i32.store global.get $~lib/memory/__stack_pointer local.get $3 @@ -6005,7 +5933,7 @@ i32.shl i32.const 3 i32.div_s - local.tee $7 + local.tee $9 i32.const 3 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor @@ -6016,42 +5944,42 @@ i32.store offset=8 local.get $0 i32.load offset=8 - local.set $10 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $10 + local.get $5 local.get $0 i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $6 + local.set $10 local.get $4 local.set $3 loop $while-continue|00 - local.get $6 + local.get $5 local.get $10 i32.ne if - local.get $10 + local.get $5 i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $3 - local.get $10 + local.get $5 i32.load8_u local.tee $11 i32.store8 local.get $3 - local.get $10 + local.get $5 i32.load8_u offset=1 i32.store8 offset=1 local.get $3 - local.get $9 - local.get $5 + local.get $6 + local.get $7 local.get $11 i32.const -1028477379 i32.mul @@ -6095,31 +6023,30 @@ i32.add local.set $3 end - local.get $10 + local.get $5 i32.const 8 i32.add - local.set $10 + local.set $5 br $while-continue|00 end end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=8 - local.get $3 - local.get $9 + global.get $~lib/memory/__stack_pointer + local.get $6 i32.store offset=12 local.get $0 - local.get $9 + local.get $6 i32.store local.get $0 - local.get $9 + local.get $6 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 - local.get $5 + local.get $7 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 @@ -6137,7 +6064,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $7 + local.get $9 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 @@ -6155,42 +6082,41 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 - local.tee $4 + local.tee $3 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $5 + local.tee $4 i32.const 1 i32.add i32.store offset=16 + local.get $3 local.get $4 - local.get $5 i32.const 3 i32.shl i32.add - local.tee $4 + local.tee $3 local.get $1 i32.store8 - local.get $4 + local.get $3 local.get $2 i32.store8 offset=1 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -6199,16 +6125,16 @@ i32.const 1 i32.add i32.store offset=20 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $1 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $1 local.get $8 local.get $0 @@ -6221,7 +6147,7 @@ i32.load i32.store offset=4 local.get $0 - local.get $4 + local.get $3 i32.store end global.get $~lib/memory/__stack_pointer @@ -6237,9 +6163,8 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#delete (param $0 i32) (param $1 i32) + (func $"~lib/map/Map#delete" (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -6256,10 +6181,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -6294,7 +6218,7 @@ i32.shr_u local.get $1 i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $1 i32.eqz if @@ -6311,10 +6235,9 @@ i32.or i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -6323,40 +6246,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + local.get $1 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $3 - local.get $3 + local.tee $2 + local.get $2 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $3 - local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -6372,15 +6295,15 @@ local.get $0 i32.store local.get $0 - local.get $2 - call $~lib/map/Map#rehash + local.get $1 + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $0 i32) (local $1 i32) (local $2 i32) @@ -6400,11 +6323,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 24 memory.fill - local.get $2 + global.get $~lib/memory/__stack_pointer + local.set $4 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -6413,78 +6337,77 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 9 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $3 - local.get $4 + local.get $1 + local.get $5 i32.store - local.get $3 - local.get $4 + local.get $1 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $3 - local.get $4 + local.get $1 + local.get $5 i32.store offset=8 - local.get $3 - local.get $4 + local.get $1 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 4 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 - local.get $3 + local.get $4 + local.get $1 i32.store loop $for-loop|0 local.get $0 @@ -6492,11 +6415,11 @@ i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -6506,20 +6429,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 local.get $0 i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -6530,11 +6453,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 10 i32.add @@ -6555,10 +6478,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -6577,11 +6500,11 @@ i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -6592,11 +6515,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 10 i32.add @@ -6610,20 +6533,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 local.get $0 i32.const 20 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -6634,11 +6557,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 20 i32.add @@ -6659,10 +6582,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -6674,10 +6597,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -6686,22 +6610,22 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 + local.get $1 i32.load offset=8 local.set $5 - local.get $4 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 + local.get $1 i32.load offset=16 local.set $6 global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -6710,13 +6634,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 10 call $~lib/rt/itcms/__new @@ -6767,34 +6690,34 @@ i32.const 8 i32.le_u select - local.tee $8 + local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $8 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $8 i32.store offset=12 local.get $7 - local.get $0 + local.get $8 i32.store local.get $7 - local.get $0 + local.get $8 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 local.get $7 - local.get $0 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 local.get $7 - local.get $8 + local.get $0 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 @@ -6806,22 +6729,21 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $7 i32.store offset=4 i32.const 0 local.set $0 loop $for-loop|00 - local.get $1 + local.get $3 local.get $6 i32.lt_s if local.get $5 - local.get $1 + local.get $3 i32.const 12 i32.mul i32.add - local.tee $4 + local.tee $8 i32.load offset=8 i32.const 1 i32.and @@ -6832,7 +6754,7 @@ i32.store local.get $7 local.get $0 - local.get $4 + local.get $8 i32.load8_u call $~lib/array/Array#__set local.get $0 @@ -6840,10 +6762,10 @@ i32.add local.set $0 end - local.get $1 + local.get $3 i32.const 1 i32.add - local.set $1 + local.set $3 br $for-loop|00 end end @@ -6857,19 +6779,19 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $4 local.get $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 - call $~lib/map/Map#values + local.get $1 + call $"~lib/map/Map#values" local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -6879,92 +6801,89 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 11 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $4 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $2 local.get $4 + local.get $5 i32.store - local.get $2 local.get $4 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 i32.const 32 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $2 local.get $4 + local.get $5 i32.store offset=8 - local.get $2 local.get $4 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 4 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $2 + local.get $3 + local.get $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - call $~lib/map/Map#constructor - local.tee $4 + call $"~lib/map/Map#constructor" + local.tee $3 i32.store offset=20 - i32.const 0 - local.set $1 loop $for-loop|2 global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 local.get $7 call $~lib/array/Array#get:length - local.get $1 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer @@ -6979,13 +6898,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $7 i32.store - local.get $1 + local.get $2 local.get $7 i32.load offset=12 i32.ge_u @@ -6998,16 +6916,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $7 i32.store - local.get $1 + local.get $2 local.get $7 i32.load offset=4 i32.add i32.load8_u - local.set $6 - local.get $5 + local.set $5 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -7015,15 +6932,15 @@ local.get $0 i32.store offset=4 local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#__get - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - local.get $6 - call $~lib/map/Map#has + local.get $1 + local.get $5 + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -7034,13 +6951,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - local.get $5 + local.get $1 + local.get $6 i32.const 20 i32.sub - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -7051,34 +6968,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 - local.get $6 - local.get $6 - call $~lib/map/Map#set - global.get $~lib/memory/__stack_pointer local.get $4 i32.store offset=4 local.get $4 local.get $5 + local.get $5 + call $"~lib/map/Map#set" + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 + local.get $6 i32.const 20 i32.sub local.tee $5 local.get $5 - call $~lib/map/Map#set - local.get $1 + call $"~lib/map/Map#set" + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 - call $~lib/map/Map#get:size + local.get $4 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -7090,10 +7007,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.store offset=4 - local.get $4 - call $~lib/map/Map#get:size + local.get $3 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -7112,11 +7029,11 @@ i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -7127,11 +7044,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 20 i32.add @@ -7145,17 +7062,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -7172,10 +7089,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -7194,11 +7111,11 @@ i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -7208,20 +7125,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 local.get $0 i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -7232,17 +7149,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -7259,10 +7176,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -7274,15 +7191,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#clear + local.get $1 + call $"~lib/map/Map#clear" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" if i32.const 0 i32.const 1568 @@ -7304,9 +7221,8 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#find (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"~lib/map/Map#find" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -7323,19 +7239,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -7384,8 +7299,7 @@ global.set $~lib/memory/__stack_pointer i32.const 0 ) - (func $~lib/map/Map#has (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) + (func $"~lib/map/Map#has" (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -7402,10 +7316,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -7439,7 +7352,7 @@ i32.const 16 i32.shr_u i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $0 @@ -7449,7 +7362,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#rehash (param $0 i32) (param $1 i32) + (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) (local $4 i32) @@ -7473,13 +7386,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -7594,10 +7506,9 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=12 local.get $0 @@ -7645,11 +7556,10 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $0 i32) (param $1 i32) (param $2 i32) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -7666,13 +7576,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -7707,7 +7616,7 @@ local.get $3 i32.xor local.tee $4 - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $3 if local.get $3 @@ -7715,34 +7624,33 @@ i32.store offset=4 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -7751,7 +7659,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -7767,32 +7675,31 @@ i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 local.tee $3 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $6 + local.tee $5 i32.const 1 i32.add i32.store offset=16 local.get $3 - local.get $6 + local.get $5 i32.const 12 i32.mul i32.add @@ -7802,10 +7709,10 @@ local.get $3 local.get $2 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -7814,13 +7721,13 @@ i32.const 1 i32.add i32.store offset=20 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $1 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $3 @@ -7844,8 +7751,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) + (func $"~lib/map/Map#get" (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -7862,10 +7768,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -7899,7 +7804,7 @@ i32.const 16 i32.shr_u i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $0 i32.eqz if @@ -7937,10 +7842,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -7975,7 +7879,6 @@ i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -7986,7 +7889,7 @@ i32.add local.get $2 i32.store16 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -8026,7 +7929,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $0 i32) (param $1 i32) (param $2 i32) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) @@ -8046,13 +7949,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -8065,28 +7967,28 @@ i32.rotl i32.const 668265263 i32.mul - local.tee $4 + local.tee $3 i32.const 15 i32.shr_u - local.get $4 + local.get $3 i32.xor i32.const -2048144777 i32.mul - local.tee $4 + local.tee $3 i32.const 13 i32.shr_u - local.get $4 + local.get $3 i32.xor i32.const -1028477379 i32.mul - local.tee $4 + local.tee $3 i32.const 16 i32.shr_u - local.get $4 + local.get $3 i32.xor local.tee $8 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -8095,20 +7997,19 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $5 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 local.get $4 + local.get $3 local.get $0 i32.load offset=4 i32.and @@ -8117,7 +8018,7 @@ i32.add i32.load local.set $3 - block $__inlined_func$~lib/map/Map#find$1388 + block $"__inlined_func$~lib/map/Map#find$1388" loop $while-continue|0 local.get $3 if @@ -8141,7 +8042,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/map/Map#find$1388 + br $"__inlined_func$~lib/map/Map#find$1388" end local.get $4 i32.const -2 @@ -8164,33 +8065,32 @@ i32.store16 offset=2 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -8199,7 +8099,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -8215,7 +8115,7 @@ i32.const 1 i32.or end - local.set $5 + local.set $7 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -8225,21 +8125,20 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 - local.get $5 + global.get $~lib/memory/__stack_pointer + local.get $7 i32.const 1 i32.add local.tee $3 i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $9 + local.tee $6 i32.store global.get $~lib/memory/__stack_pointer local.get $3 @@ -8247,7 +8146,7 @@ i32.shl i32.const 3 i32.div_s - local.tee $7 + local.tee $9 i32.const 3 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor @@ -8258,42 +8157,42 @@ i32.store offset=8 local.get $0 i32.load offset=8 - local.set $10 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $10 + local.get $5 local.get $0 i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $6 + local.set $10 local.get $4 local.set $3 loop $while-continue|00 - local.get $6 + local.get $5 local.get $10 i32.ne if - local.get $10 + local.get $5 i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $3 - local.get $10 + local.get $5 i32.load16_s local.tee $11 i32.store16 local.get $3 - local.get $10 + local.get $5 i32.load16_s offset=2 i32.store16 offset=2 local.get $3 - local.get $9 - local.get $5 + local.get $6 + local.get $7 local.get $11 i32.extend16_s i32.const -1028477379 @@ -8338,31 +8237,30 @@ i32.add local.set $3 end - local.get $10 + local.get $5 i32.const 8 i32.add - local.set $10 + local.set $5 br $while-continue|00 end end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=8 - local.get $3 - local.get $9 + global.get $~lib/memory/__stack_pointer + local.get $6 i32.store offset=12 local.get $0 - local.get $9 + local.get $6 i32.store local.get $0 - local.get $9 + local.get $6 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 - local.get $5 + local.get $7 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 @@ -8380,7 +8278,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $7 + local.get $9 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 @@ -8398,42 +8296,41 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 - local.tee $4 + local.tee $3 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $5 + local.tee $4 i32.const 1 i32.add i32.store offset=16 + local.get $3 local.get $4 - local.get $5 i32.const 3 i32.shl i32.add - local.tee $4 + local.tee $3 local.get $1 i32.store16 - local.get $4 + local.get $3 local.get $2 i32.store16 offset=2 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -8442,16 +8339,16 @@ i32.const 1 i32.add i32.store offset=20 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $1 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $1 local.get $8 local.get $0 @@ -8464,7 +8361,7 @@ i32.load i32.store offset=4 local.get $0 - local.get $4 + local.get $3 i32.store end global.get $~lib/memory/__stack_pointer @@ -8480,9 +8377,8 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#delete (param $0 i32) (param $1 i32) + (func $"~lib/map/Map#delete" (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -8499,10 +8395,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -8536,7 +8431,7 @@ i32.shr_u local.get $1 i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $1 i32.eqz if @@ -8553,10 +8448,9 @@ i32.or i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -8565,40 +8459,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + local.get $1 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $3 - local.get $3 + local.tee $2 + local.get $2 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $3 - local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -8614,15 +8508,15 @@ local.get $0 i32.store local.get $0 - local.get $2 - call $~lib/map/Map#rehash + local.get $1 + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $0 i32) (local $1 i32) (local $2 i32) @@ -8642,11 +8536,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 24 memory.fill - local.get $2 + global.get $~lib/memory/__stack_pointer + local.set $4 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -8655,78 +8550,77 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 12 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $3 - local.get $4 + local.get $1 + local.get $5 i32.store - local.get $3 - local.get $4 + local.get $1 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $3 - local.get $4 + local.get $1 + local.get $5 i32.store offset=8 - local.get $3 - local.get $4 + local.get $1 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 4 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 - local.get $3 + local.get $4 + local.get $1 i32.store loop $for-loop|0 local.get $0 @@ -8734,11 +8628,11 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -8748,20 +8642,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 local.get $0 i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -8772,11 +8666,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 10 i32.add @@ -8797,10 +8691,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -8819,11 +8713,11 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -8834,11 +8728,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 10 i32.add @@ -8852,20 +8746,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 local.get $0 i32.const 20 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -8876,11 +8770,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 20 i32.add @@ -8901,10 +8795,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -8916,10 +8810,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -8928,22 +8823,22 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 + local.get $1 i32.load offset=8 local.set $5 - local.get $4 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 + local.get $1 i32.load offset=16 local.set $6 global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -8952,13 +8847,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 13 call $~lib/rt/itcms/__new @@ -9011,34 +8905,34 @@ select i32.const 1 i32.shl - local.tee $8 + local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $8 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $8 i32.store offset=12 local.get $7 - local.get $0 + local.get $8 i32.store local.get $7 - local.get $0 + local.get $8 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 local.get $7 - local.get $0 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 local.get $7 - local.get $8 + local.get $0 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 @@ -9050,22 +8944,21 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $7 i32.store offset=4 i32.const 0 local.set $0 loop $for-loop|00 - local.get $1 + local.get $3 local.get $6 i32.lt_s if local.get $5 - local.get $1 + local.get $3 i32.const 12 i32.mul i32.add - local.tee $4 + local.tee $8 i32.load offset=8 i32.const 1 i32.and @@ -9076,7 +8969,7 @@ i32.store local.get $7 local.get $0 - local.get $4 + local.get $8 i32.load16_s call $~lib/array/Array#__set local.get $0 @@ -9084,10 +8977,10 @@ i32.add local.set $0 end - local.get $1 + local.get $3 i32.const 1 i32.add - local.set $1 + local.set $3 br $for-loop|00 end end @@ -9101,19 +8994,19 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $4 local.get $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 - call $~lib/map/Map#values + local.get $1 + call $"~lib/map/Map#values" local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -9123,92 +9016,89 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 14 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $4 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $2 local.get $4 + local.get $5 i32.store - local.get $2 local.get $4 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 i32.const 32 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $2 local.get $4 + local.get $5 i32.store offset=8 - local.get $2 local.get $4 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 4 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $2 + local.get $3 + local.get $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - call $~lib/map/Map#constructor - local.tee $4 + call $"~lib/map/Map#constructor" + local.tee $3 i32.store offset=20 - i32.const 0 - local.set $1 loop $for-loop|2 global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 local.get $7 call $~lib/array/Array#get:length - local.get $1 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer @@ -9223,13 +9113,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $7 i32.store - local.get $1 + local.get $2 local.get $7 i32.load offset=12 i32.ge_u @@ -9242,18 +9131,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $7 i32.store local.get $7 i32.load offset=4 - local.get $1 + local.get $2 i32.const 1 i32.shl i32.add i32.load16_s - local.set $6 - local.get $5 + local.set $5 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -9261,15 +9149,15 @@ local.get $0 i32.store offset=4 local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#__get - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - local.get $6 - call $~lib/map/Map#has + local.get $1 + local.get $5 + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -9280,13 +9168,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - local.get $5 + local.get $1 + local.get $6 i32.const 20 i32.sub - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -9297,34 +9185,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 - local.get $6 - local.get $6 - call $~lib/map/Map#set - global.get $~lib/memory/__stack_pointer local.get $4 i32.store offset=4 local.get $4 local.get $5 + local.get $5 + call $"~lib/map/Map#set" + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 + local.get $6 i32.const 20 i32.sub local.tee $5 local.get $5 - call $~lib/map/Map#set - local.get $1 + call $"~lib/map/Map#set" + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 - call $~lib/map/Map#get:size + local.get $4 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -9336,10 +9224,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.store offset=4 - local.get $4 - call $~lib/map/Map#get:size + local.get $3 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -9358,11 +9246,11 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -9373,11 +9261,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 20 i32.add @@ -9391,17 +9279,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -9418,10 +9306,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -9440,11 +9328,11 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -9454,20 +9342,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 local.get $0 i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -9478,17 +9366,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -9505,10 +9393,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -9520,15 +9408,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#clear + local.get $1 + call $"~lib/map/Map#clear" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" if i32.const 0 i32.const 1568 @@ -9550,8 +9438,7 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#has (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) + (func $"~lib/map/Map#has" (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -9568,10 +9455,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -9606,7 +9492,7 @@ i32.const 16 i32.shr_u i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $0 @@ -9616,7 +9502,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#rehash (param $0 i32) (param $1 i32) + (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) (local $4 i32) @@ -9640,13 +9526,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -9760,10 +9645,9 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=12 local.get $0 @@ -9811,11 +9695,10 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $0 i32) (param $1 i32) (param $2 i32) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -9832,13 +9715,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -9874,7 +9756,7 @@ local.get $3 i32.xor local.tee $4 - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $3 if local.get $3 @@ -9882,34 +9764,33 @@ i32.store offset=4 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -9918,7 +9799,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -9934,32 +9815,31 @@ i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 local.tee $3 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $6 + local.tee $5 i32.const 1 i32.add i32.store offset=16 local.get $3 - local.get $6 + local.get $5 i32.const 12 i32.mul i32.add @@ -9969,10 +9849,10 @@ local.get $3 local.get $2 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -9981,13 +9861,13 @@ i32.const 1 i32.add i32.store offset=20 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $1 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $3 @@ -10011,8 +9891,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) + (func $"~lib/map/Map#get" (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -10029,10 +9908,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -10067,7 +9945,7 @@ i32.const 16 i32.shr_u i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $0 i32.eqz if @@ -10087,7 +9965,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#set (param $0 i32) (param $1 i32) (param $2 i32) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) @@ -10107,13 +9985,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -10127,28 +10004,28 @@ i32.rotl i32.const 668265263 i32.mul - local.tee $4 + local.tee $3 i32.const 15 i32.shr_u - local.get $4 + local.get $3 i32.xor i32.const -2048144777 i32.mul - local.tee $4 + local.tee $3 i32.const 13 i32.shr_u - local.get $4 + local.get $3 i32.xor i32.const -1028477379 i32.mul - local.tee $4 + local.tee $3 i32.const 16 i32.shr_u - local.get $4 + local.get $3 i32.xor local.tee $8 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -10157,20 +10034,19 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $5 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 local.get $4 + local.get $3 local.get $0 i32.load offset=4 i32.and @@ -10179,7 +10055,7 @@ i32.add i32.load local.set $3 - block $__inlined_func$~lib/map/Map#find$1393 + block $"__inlined_func$~lib/map/Map#find$1393" loop $while-continue|0 local.get $3 if @@ -10203,7 +10079,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/map/Map#find$1393 + br $"__inlined_func$~lib/map/Map#find$1393" end local.get $4 i32.const -2 @@ -10226,33 +10102,32 @@ i32.store16 offset=2 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -10261,7 +10136,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -10277,7 +10152,7 @@ i32.const 1 i32.or end - local.set $5 + local.set $7 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -10287,21 +10162,20 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 - local.get $5 + global.get $~lib/memory/__stack_pointer + local.get $7 i32.const 1 i32.add local.tee $3 i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $9 + local.tee $6 i32.store global.get $~lib/memory/__stack_pointer local.get $3 @@ -10309,7 +10183,7 @@ i32.shl i32.const 3 i32.div_s - local.tee $7 + local.tee $9 i32.const 3 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor @@ -10320,42 +10194,42 @@ i32.store offset=8 local.get $0 i32.load offset=8 - local.set $10 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $10 + local.get $5 local.get $0 i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $6 + local.set $10 local.get $4 local.set $3 loop $while-continue|00 - local.get $6 + local.get $5 local.get $10 i32.ne if - local.get $10 + local.get $5 i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $3 - local.get $10 + local.get $5 i32.load16_u local.tee $11 i32.store16 local.get $3 - local.get $10 + local.get $5 i32.load16_u offset=2 i32.store16 offset=2 local.get $3 - local.get $9 - local.get $5 + local.get $6 + local.get $7 local.get $11 i32.const -1028477379 i32.mul @@ -10399,31 +10273,30 @@ i32.add local.set $3 end - local.get $10 + local.get $5 i32.const 8 i32.add - local.set $10 + local.set $5 br $while-continue|00 end end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=8 - local.get $3 - local.get $9 + global.get $~lib/memory/__stack_pointer + local.get $6 i32.store offset=12 local.get $0 - local.get $9 + local.get $6 i32.store local.get $0 - local.get $9 + local.get $6 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 - local.get $5 + local.get $7 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 @@ -10441,7 +10314,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $7 + local.get $9 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 @@ -10459,42 +10332,41 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 - local.tee $4 + local.tee $3 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $5 + local.tee $4 i32.const 1 i32.add i32.store offset=16 + local.get $3 local.get $4 - local.get $5 i32.const 3 i32.shl i32.add - local.tee $4 + local.tee $3 local.get $1 i32.store16 - local.get $4 + local.get $3 local.get $2 i32.store16 offset=2 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -10503,16 +10375,16 @@ i32.const 1 i32.add i32.store offset=20 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $1 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $1 local.get $8 local.get $0 @@ -10525,7 +10397,7 @@ i32.load i32.store offset=4 local.get $0 - local.get $4 + local.get $3 i32.store end global.get $~lib/memory/__stack_pointer @@ -10541,9 +10413,8 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#delete (param $0 i32) (param $1 i32) + (func $"~lib/map/Map#delete" (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -10560,10 +10431,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -10598,7 +10468,7 @@ i32.shr_u local.get $1 i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $1 i32.eqz if @@ -10615,10 +10485,9 @@ i32.or i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -10627,40 +10496,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + local.get $1 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $3 - local.get $3 + local.tee $2 + local.get $2 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $3 - local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -10676,15 +10545,15 @@ local.get $0 i32.store local.get $0 - local.get $2 - call $~lib/map/Map#rehash + local.get $1 + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $0 i32) (local $1 i32) (local $2 i32) @@ -10704,11 +10573,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 24 memory.fill - local.get $2 + global.get $~lib/memory/__stack_pointer + local.set $4 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -10717,78 +10587,77 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 15 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $3 - local.get $4 + local.get $1 + local.get $5 i32.store - local.get $3 - local.get $4 + local.get $1 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $3 - local.get $4 + local.get $1 + local.get $5 i32.store offset=8 - local.get $3 - local.get $4 + local.get $1 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 4 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 - local.get $3 + local.get $4 + local.get $1 i32.store loop $for-loop|0 local.get $0 @@ -10796,11 +10665,11 @@ i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -10810,20 +10679,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 local.get $0 i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -10834,11 +10703,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 10 i32.add @@ -10859,10 +10728,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -10881,11 +10750,11 @@ i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -10896,11 +10765,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 10 i32.add @@ -10914,20 +10783,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 local.get $0 i32.const 20 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -10938,11 +10807,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 20 i32.add @@ -10963,10 +10832,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -10978,10 +10847,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -10990,22 +10860,22 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 + local.get $1 i32.load offset=8 local.set $5 - local.get $4 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 + local.get $1 i32.load offset=16 local.set $6 global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -11014,13 +10884,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 16 call $~lib/rt/itcms/__new @@ -11073,34 +10942,34 @@ select i32.const 1 i32.shl - local.tee $8 + local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $8 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $8 i32.store offset=12 local.get $7 - local.get $0 + local.get $8 i32.store local.get $7 - local.get $0 + local.get $8 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 local.get $7 - local.get $0 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 local.get $7 - local.get $8 + local.get $0 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 @@ -11112,22 +10981,21 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $7 i32.store offset=4 i32.const 0 local.set $0 loop $for-loop|00 - local.get $1 + local.get $3 local.get $6 i32.lt_s if local.get $5 - local.get $1 + local.get $3 i32.const 12 i32.mul i32.add - local.tee $4 + local.tee $8 i32.load offset=8 i32.const 1 i32.and @@ -11138,7 +11006,7 @@ i32.store local.get $7 local.get $0 - local.get $4 + local.get $8 i32.load16_u call $~lib/array/Array#__set local.get $0 @@ -11146,10 +11014,10 @@ i32.add local.set $0 end - local.get $1 + local.get $3 i32.const 1 i32.add - local.set $1 + local.set $3 br $for-loop|00 end end @@ -11163,19 +11031,19 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $4 local.get $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 - call $~lib/map/Map#values + local.get $1 + call $"~lib/map/Map#values" local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -11185,92 +11053,89 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 17 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $4 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $2 local.get $4 + local.get $5 i32.store - local.get $2 local.get $4 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 i32.const 32 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $2 local.get $4 + local.get $5 i32.store offset=8 - local.get $2 local.get $4 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 4 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $2 + local.get $3 + local.get $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - call $~lib/map/Map#constructor - local.tee $4 + call $"~lib/map/Map#constructor" + local.tee $3 i32.store offset=20 - i32.const 0 - local.set $1 loop $for-loop|2 global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 local.get $7 call $~lib/array/Array#get:length - local.get $1 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer @@ -11285,13 +11150,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $7 i32.store - local.get $1 + local.get $2 local.get $7 i32.load offset=12 i32.ge_u @@ -11304,18 +11168,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $7 i32.store local.get $7 i32.load offset=4 - local.get $1 + local.get $2 i32.const 1 i32.shl i32.add i32.load16_u - local.set $6 - local.get $5 + local.set $5 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -11323,15 +11186,15 @@ local.get $0 i32.store offset=4 local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#__get - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - local.get $6 - call $~lib/map/Map#has + local.get $1 + local.get $5 + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -11342,13 +11205,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - local.get $5 + local.get $1 + local.get $6 i32.const 20 i32.sub - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -11359,34 +11222,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 - local.get $6 - local.get $6 - call $~lib/map/Map#set - global.get $~lib/memory/__stack_pointer local.get $4 i32.store offset=4 local.get $4 local.get $5 + local.get $5 + call $"~lib/map/Map#set" + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 + local.get $6 i32.const 20 i32.sub local.tee $5 local.get $5 - call $~lib/map/Map#set - local.get $1 + call $"~lib/map/Map#set" + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 - call $~lib/map/Map#get:size + local.get $4 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -11398,10 +11261,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.store offset=4 - local.get $4 - call $~lib/map/Map#get:size + local.get $3 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -11420,11 +11283,11 @@ i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -11435,11 +11298,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 20 i32.add @@ -11453,17 +11316,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -11480,10 +11343,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -11502,11 +11365,11 @@ i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -11516,20 +11379,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 local.get $0 i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -11540,17 +11403,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -11567,10 +11430,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -11582,15 +11445,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#clear + local.get $1 + call $"~lib/map/Map#clear" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" if i32.const 0 i32.const 1568 @@ -11612,8 +11475,7 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#has (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) + (func $"~lib/map/Map#has" (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -11630,10 +11492,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -11666,7 +11527,7 @@ i32.const 16 i32.shr_u i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $0 @@ -11676,8 +11537,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) + (func $"~lib/map/Map#get" (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -11694,10 +11554,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -11730,7 +11589,7 @@ i32.const 16 i32.shr_u i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $0 i32.eqz if @@ -11750,9 +11609,8 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#delete (param $0 i32) (param $1 i32) + (func $"~lib/map/Map#delete" (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -11769,10 +11627,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -11805,7 +11662,7 @@ i32.shr_u local.get $1 i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $1 i32.eqz if @@ -11822,10 +11679,9 @@ i32.or i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -11834,40 +11690,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + local.get $1 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $3 - local.get $3 + local.tee $2 + local.get $2 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $3 - local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -11883,15 +11739,15 @@ local.get $0 i32.store local.get $0 - local.get $2 - call $~lib/map/Map#rehash + local.get $1 + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $0 i32) (local $1 i32) (local $2 i32) @@ -11900,7 +11756,6 @@ (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -11911,13 +11766,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.const 24 memory.fill - local.get $3 - call $~lib/map/Map#constructor - local.tee $5 + global.get $~lib/memory/__stack_pointer + call $"~lib/map/Map#constructor" + local.tee $1 i32.store loop $for-loop|0 local.get $0 @@ -11925,11 +11779,11 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -11939,20 +11793,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 local.get $0 i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -11963,11 +11817,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 10 i32.add @@ -11988,10 +11842,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -12010,11 +11864,11 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -12025,11 +11879,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 10 i32.add @@ -12043,20 +11897,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 local.get $0 i32.const 20 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -12067,11 +11921,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 20 i32.add @@ -12092,10 +11946,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -12107,10 +11961,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $5 + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=4 - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -12119,49 +11974,48 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 - local.get $5 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $5 + local.get $1 i32.load offset=8 - local.set $7 - local.get $0 - local.get $5 + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $0 - local.get $5 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.load offset=16 - local.tee $8 + local.tee $6 call $~lib/array/Array#constructor - local.tee $3 + local.tee $2 i32.store offset=4 i32.const 0 local.set $0 loop $for-loop|00 - local.get $2 - local.get $8 + local.get $3 + local.get $6 i32.lt_s if - local.get $7 - local.get $2 + local.get $5 + local.get $3 i32.const 12 i32.mul i32.add - local.tee $4 + local.tee $7 i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store - local.get $3 + local.get $2 local.get $0 - local.get $4 + local.get $7 i32.load call $~lib/array/Array#__set local.get $0 @@ -12169,71 +12023,73 @@ i32.add local.set $0 end - local.get $2 + local.get $3 i32.const 1 i32.add - local.set $2 + local.set $3 br $for-loop|00 end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store - local.get $3 + local.get $2 local.get $0 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 - local.get $3 + local.get $4 + local.get $2 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $5 - call $~lib/map/Map#values + local.get $1 + call $"~lib/map/Map#values" local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - call $~lib/map/Map#constructor - local.tee $2 + call $"~lib/map/Map#constructor" + local.tee $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - call $~lib/map/Map#constructor - local.tee $4 + call $"~lib/map/Map#constructor" + local.tee $5 i32.store offset=20 + i32.const 0 + local.set $3 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 - local.get $3 + local.get $2 call $~lib/array/Array#get:length - local.get $1 + local.get $3 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 + local.get $2 local.get $3 - local.get $1 call $~lib/array/Array#__get local.set $6 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $1 + local.get $3 call $~lib/array/Array#__get local.set $7 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $6 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -12244,13 +12100,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $7 i32.const 20 i32.sub - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -12261,34 +12117,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 local.get $6 local.get $6 - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=4 - local.get $4 + local.get $5 local.get $7 i32.const 20 i32.sub local.tee $6 local.get $6 - call $~lib/map/Map#set - local.get $1 + call $"~lib/map/Map#set" + local.get $3 i32.const 1 i32.add - local.set $1 + local.set $3 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 - call $~lib/map/Map#get:size + local.get $4 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -12300,10 +12156,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=4 - local.get $4 - call $~lib/map/Map#get:size + local.get $5 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -12322,11 +12178,11 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -12337,11 +12193,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 20 i32.add @@ -12355,17 +12211,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -12382,10 +12238,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -12404,11 +12260,11 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -12418,20 +12274,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 local.get $0 i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -12442,17 +12298,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -12469,10 +12325,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -12484,15 +12340,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 - call $~lib/map/Map#clear + local.get $1 + call $"~lib/map/Map#clear" global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" if i32.const 0 i32.const 1568 @@ -12514,9 +12370,8 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#find (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"~lib/map/Map#find" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -12533,19 +12388,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -12592,8 +12446,7 @@ global.set $~lib/memory/__stack_pointer i32.const 0 ) - (func $~lib/map/Map#has (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) + (func $"~lib/map/Map#has" (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -12610,10 +12463,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -12646,7 +12498,7 @@ i32.const 16 i32.shr_u i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $0 @@ -12656,7 +12508,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#rehash (param $0 i32) (param $1 i32) + (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) (local $4 i32) @@ -12680,13 +12532,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -12800,10 +12651,9 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=12 local.get $0 @@ -12851,11 +12701,10 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $0 i32) (param $1 i32) (param $2 i32) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -12872,13 +12721,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -12912,7 +12760,7 @@ local.get $3 i32.xor local.tee $4 - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $3 if local.get $3 @@ -12920,34 +12768,33 @@ i32.store offset=4 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -12956,7 +12803,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -12972,32 +12819,31 @@ i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 local.tee $3 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $6 + local.tee $5 i32.const 1 i32.add i32.store offset=16 local.get $3 - local.get $6 + local.get $5 i32.const 12 i32.mul i32.add @@ -13007,10 +12853,10 @@ local.get $3 local.get $2 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -13019,13 +12865,13 @@ i32.const 1 i32.add i32.store offset=20 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $1 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $3 @@ -13049,8 +12895,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) + (func $"~lib/map/Map#get" (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -13067,10 +12912,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -13103,7 +12947,7 @@ i32.const 16 i32.shr_u i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $0 i32.eqz if @@ -13123,7 +12967,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#set (param $0 i32) (param $1 i32) (param $2 i32) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) @@ -13143,13 +12987,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -13182,8 +13025,8 @@ i32.shr_u local.get $3 i32.xor - local.tee $8 - call $~lib/map/Map#find + local.tee $7 + call $"~lib/map/Map#find" local.tee $3 if local.get $3 @@ -13191,33 +13034,32 @@ i32.store offset=4 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -13226,7 +13068,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -13242,7 +13084,7 @@ i32.const 1 i32.or end - local.set $5 + local.set $8 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -13252,14 +13094,13 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 - local.get $5 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.const 1 i32.add local.tee $3 @@ -13274,7 +13115,7 @@ i32.shl i32.const 3 i32.div_s - local.tee $7 + local.tee $6 i32.const 12 i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -13295,11 +13136,11 @@ i32.const 12 i32.mul i32.add - local.set $6 + local.set $5 local.get $4 local.set $3 loop $while-continue|0 - local.get $6 + local.get $5 local.get $10 i32.ne if @@ -13320,7 +13161,7 @@ i32.store offset=4 local.get $3 local.get $9 - local.get $5 + local.get $8 local.get $11 i32.const -1028477379 i32.mul @@ -13372,10 +13213,9 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $9 i32.store offset=12 local.get $0 @@ -13388,7 +13228,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $5 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 @@ -13406,7 +13246,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $7 + local.get $6 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 @@ -13424,42 +13264,41 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 - local.tee $4 + local.tee $3 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $5 + local.tee $4 i32.const 1 i32.add i32.store offset=16 + local.get $3 local.get $4 - local.get $5 i32.const 12 i32.mul i32.add - local.tee $4 + local.tee $3 local.get $1 i32.store - local.get $4 + local.get $3 local.get $2 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -13468,18 +13307,18 @@ i32.const 1 i32.add i32.store offset=20 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $1 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $1 - local.get $8 + local.get $7 local.get $0 i32.load offset=4 i32.and @@ -13490,7 +13329,7 @@ i32.load i32.store offset=8 local.get $0 - local.get $4 + local.get $3 i32.store end global.get $~lib/memory/__stack_pointer @@ -13506,9 +13345,8 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#delete (param $0 i32) (param $1 i32) + (func $"~lib/map/Map#delete" (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -13525,10 +13363,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -13561,7 +13398,7 @@ i32.shr_u local.get $1 i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $1 i32.eqz if @@ -13578,10 +13415,9 @@ i32.or i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -13590,40 +13426,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + local.get $1 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $3 - local.get $3 + local.tee $2 + local.get $2 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $3 - local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -13639,15 +13475,15 @@ local.get $0 i32.store local.get $0 - local.get $2 - call $~lib/map/Map#rehash + local.get $1 + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $0 i32) (local $1 i32) (local $2 i32) @@ -13667,11 +13503,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 24 memory.fill - local.get $2 + global.get $~lib/memory/__stack_pointer + local.set $4 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -13680,78 +13517,77 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 18 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $3 - local.get $4 + local.get $1 + local.get $5 i32.store - local.get $3 - local.get $4 + local.get $1 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $3 - local.get $4 + local.get $1 + local.get $5 i32.store offset=8 - local.get $3 - local.get $4 + local.get $1 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 4 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 - local.get $3 + local.get $4 + local.get $1 i32.store loop $for-loop|0 local.get $0 @@ -13759,11 +13595,11 @@ i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -13773,20 +13609,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 local.get $0 i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -13797,11 +13633,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 10 i32.add @@ -13822,10 +13658,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -13844,11 +13680,11 @@ i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -13859,11 +13695,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 10 i32.add @@ -13877,20 +13713,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 local.get $0 i32.const 20 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -13901,11 +13737,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 20 i32.add @@ -13926,10 +13762,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -13941,10 +13777,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -13953,22 +13790,22 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 + local.get $1 i32.load offset=8 local.set $5 - local.get $4 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 + local.get $1 i32.load offset=16 local.set $6 global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -13977,13 +13814,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 19 call $~lib/rt/itcms/__new @@ -14036,34 +13872,34 @@ select i32.const 2 i32.shl - local.tee $8 + local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $8 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $8 i32.store offset=12 local.get $7 - local.get $0 + local.get $8 i32.store local.get $7 - local.get $0 + local.get $8 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 local.get $7 - local.get $0 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 local.get $7 - local.get $8 + local.get $0 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $7 @@ -14075,22 +13911,21 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $7 i32.store offset=4 i32.const 0 local.set $0 loop $for-loop|00 - local.get $1 + local.get $3 local.get $6 i32.lt_s if local.get $5 - local.get $1 + local.get $3 i32.const 12 i32.mul i32.add - local.tee $4 + local.tee $8 i32.load offset=8 i32.const 1 i32.and @@ -14101,7 +13936,7 @@ i32.store local.get $7 local.get $0 - local.get $4 + local.get $8 i32.load call $~lib/array/Array#__set local.get $0 @@ -14109,10 +13944,10 @@ i32.add local.set $0 end - local.get $1 + local.get $3 i32.const 1 i32.add - local.set $1 + local.set $3 br $for-loop|00 end end @@ -14126,19 +13961,19 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $4 local.get $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 - call $~lib/map/Map#values + local.get $1 + call $"~lib/map/Map#values" local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $1 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -14148,92 +13983,89 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 20 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $4 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $2 local.get $4 + local.get $5 i32.store - local.get $2 local.get $4 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store offset=8 - local.get $2 local.get $4 + local.get $5 i32.store offset=8 - local.get $2 local.get $4 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 4 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 + local.get $4 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $2 + local.get $3 + local.get $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - call $~lib/map/Map#constructor - local.tee $4 + call $"~lib/map/Map#constructor" + local.tee $3 i32.store offset=20 - i32.const 0 - local.set $1 loop $for-loop|2 global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=4 local.get $7 call $~lib/array/Array#get:length - local.get $1 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer @@ -14248,13 +14080,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $7 i32.store - local.get $1 + local.get $2 local.get $7 i32.load offset=12 i32.ge_u @@ -14267,18 +14098,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $7 i32.store local.get $7 i32.load offset=4 - local.get $1 + local.get $2 i32.const 2 i32.shl i32.add i32.load - local.set $6 - local.get $5 + local.set $5 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -14286,15 +14116,15 @@ local.get $0 i32.store offset=4 local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#__get - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - local.get $6 - call $~lib/map/Map#has + local.get $1 + local.get $5 + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -14305,13 +14135,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - local.get $5 + local.get $1 + local.get $6 i32.const 20 i32.sub - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -14322,34 +14152,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 - local.get $6 - local.get $6 - call $~lib/map/Map#set - global.get $~lib/memory/__stack_pointer local.get $4 i32.store offset=4 local.get $4 local.get $5 + local.get $5 + call $"~lib/map/Map#set" + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 + local.get $6 i32.const 20 i32.sub local.tee $5 local.get $5 - call $~lib/map/Map#set - local.get $1 + call $"~lib/map/Map#set" + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=4 - local.get $2 - call $~lib/map/Map#get:size + local.get $4 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -14361,10 +14191,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.store offset=4 - local.get $4 - call $~lib/map/Map#get:size + local.get $3 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -14383,11 +14213,11 @@ i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -14398,11 +14228,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $0 i32.const 20 i32.add @@ -14416,17 +14246,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -14443,10 +14273,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -14465,11 +14295,11 @@ i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -14479,20 +14309,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 local.get $0 i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -14503,17 +14333,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -14530,10 +14360,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -14545,15 +14375,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#clear + local.get $1 + call $"~lib/map/Map#clear" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" if i32.const 0 i32.const 1568 @@ -14575,9 +14405,8 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#find (param $0 i32) (param $1 i64) (param $2 i32) (result i32) + (func $"~lib/map/Map#find" (param $0 i32) (param $1 i64) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -14594,19 +14423,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -14653,8 +14481,7 @@ global.set $~lib/memory/__stack_pointer i32.const 0 ) - (func $~lib/map/Map#has (param $0 i32) (param $1 i64) (result i32) - (local $2 i32) + (func $"~lib/map/Map#has" (param $0 i32) (param $1 i64) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -14671,10 +14498,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -14719,7 +14545,7 @@ i32.shr_u local.get $0 i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $0 @@ -14729,7 +14555,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#rehash (param $0 i32) (param $1 i32) + (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) (local $4 i32) @@ -14754,13 +14580,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -14886,10 +14711,9 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=12 local.get $0 @@ -14937,11 +14761,10 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $0 i32) (param $1 i64) (param $2 i32) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 i64) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -14958,13 +14781,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -15010,7 +14832,7 @@ local.get $3 i32.xor local.tee $4 - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $3 if local.get $3 @@ -15018,34 +14840,33 @@ i32.store offset=8 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -15054,7 +14875,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -15070,32 +14891,31 @@ i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 local.tee $3 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $6 + local.tee $5 i32.const 1 i32.add i32.store offset=16 local.get $3 - local.get $6 + local.get $5 i32.const 4 i32.shl i32.add @@ -15105,10 +14925,10 @@ local.get $3 local.get $2 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -15117,13 +14937,13 @@ i32.const 1 i32.add i32.store offset=20 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $2 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $3 @@ -15147,8 +14967,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#get (param $0 i32) (param $1 i64) (result i32) - (local $2 i32) + (func $"~lib/map/Map#get" (param $0 i32) (param $1 i64) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -15165,10 +14984,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -15213,7 +15031,7 @@ i32.shr_u local.get $0 i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $0 i32.eqz if @@ -15251,10 +15069,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -15289,7 +15106,6 @@ i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -15300,7 +15116,7 @@ i32.add local.get $2 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -15340,7 +15156,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#values (param $0 i32) (result i32) + (func $"~lib/map/Map#values" (param $0 i32) (result i32) (local $1 i32) (local $2 i32) (local $3 i32) @@ -15362,36 +15178,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=8 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=16 - local.tee $4 + local.tee $0 call $~lib/array/Array#constructor local.tee $5 i32.store offset=4 loop $for-loop|0 + local.get $0 local.get $2 - local.get $4 - i32.lt_s + i32.gt_s if local.get $3 local.get $2 i32.const 4 i32.shl i32.add - local.tee $0 + local.tee $4 i32.load offset=12 i32.const 1 i32.and @@ -15402,7 +15217,7 @@ i32.store local.get $5 local.get $1 - local.get $0 + local.get $4 i32.load offset=8 call $~lib/array/Array#__set local.get $1 @@ -15429,7 +15244,7 @@ global.set $~lib/memory/__stack_pointer local.get $5 ) - (func $~lib/map/Map#set (param $0 i32) (param $1 i64) (param $2 i64) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 i64) (param $2 i64) (local $3 i32) (local $4 i32) (local $5 i32) @@ -15450,17 +15265,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -15469,19 +15282,18 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $1 i32.wrap_i64 i32.const -1028477379 @@ -15531,7 +15343,7 @@ i32.add i32.load local.set $3 - block $__inlined_func$~lib/map/Map#find$1403 + block $"__inlined_func$~lib/map/Map#find$1403" loop $while-continue|0 local.get $3 if @@ -15553,7 +15365,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/map/Map#find$1403 + br $"__inlined_func$~lib/map/Map#find$1403" end local.get $4 i32.const -2 @@ -15576,33 +15388,32 @@ i64.store offset=8 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -15611,7 +15422,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -15637,13 +15448,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $5 i32.const 1 i32.add @@ -15769,10 +15579,9 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $10 i32.store offset=12 local.get $0 @@ -15821,42 +15630,41 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 - local.tee $4 + local.tee $3 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $5 + local.tee $4 i32.const 1 i32.add i32.store offset=16 + local.get $3 local.get $4 - local.get $5 i32.const 24 i32.mul i32.add - local.tee $4 + local.tee $3 local.get $1 i64.store - local.get $4 + local.get $3 local.get $2 i64.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -15865,17 +15673,17 @@ i32.const 1 i32.add i32.store offset=20 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $5 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store + local.get $3 local.get $4 - local.get $5 local.get $8 local.get $0 i32.load offset=4 @@ -15887,7 +15695,7 @@ i32.load i32.store offset=16 local.get $0 - local.get $4 + local.get $3 i32.store end global.get $~lib/memory/__stack_pointer @@ -15903,10 +15711,9 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#delete (param $0 i32) (param $1 i64) + (func $"~lib/map/Map#delete" (param $0 i32) (param $1 i64) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -15923,10 +15730,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -15971,7 +15777,7 @@ i32.shr_u local.get $2 i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $2 i32.eqz if @@ -15988,10 +15794,9 @@ i32.or i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -16000,40 +15805,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $4 - local.get $4 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $4 - local.get $2 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -16049,15 +15854,15 @@ local.get $0 i32.store local.get $0 - local.get $3 - call $~lib/map/Map#rehash + local.get $2 + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#clear (param $0 i32) + (func $"~lib/map/Map#clear" (param $0 i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -16075,10 +15880,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 16 @@ -16137,10 +15941,10 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $0 i32) - (local $1 i64) - (local $2 i32) + (local $1 i32) + (local $2 i64) (local $3 i32) (local $4 i32) (local $5 i32) @@ -16158,11 +15962,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.const 24 memory.fill - local.get $3 + global.get $~lib/memory/__stack_pointer + local.set $4 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -16171,20 +15976,19 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 21 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor @@ -16192,20 +15996,20 @@ global.get $~lib/memory/__stack_pointer local.get $5 i32.store offset=8 - local.get $4 + local.get $1 local.get $5 i32.store - local.get $4 + local.get $1 local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 + local.get $1 i32.const 3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 i32.const 64 call $~lib/arraybuffer/ArrayBuffer#constructor @@ -16213,48 +16017,48 @@ global.get $~lib/memory/__stack_pointer local.get $5 i32.store offset=8 - local.get $4 + local.get $1 local.get $5 i32.store offset=8 - local.get $4 + local.get $1 local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 + local.get $1 i32.const 4 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 + local.get $1 i32.const 0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 + local.get $1 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $4 + local.get $1 i32.store loop $for-loop|0 - local.get $1 + local.get $2 i64.const 100 i64.lt_s if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -16264,21 +16068,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 local.get $1 + i32.store offset=4 local.get $1 + local.get $2 + local.get $2 i32.wrap_i64 i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -16289,12 +16093,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#get + i32.store offset=4 local.get $1 + local.get $2 + call $"~lib/map/Map#get" + local.get $2 i32.wrap_i64 i32.const 10 i32.add @@ -16307,18 +16111,18 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $2 i64.const 1 i64.add - local.set $1 + local.set $2 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -16330,18 +16134,18 @@ unreachable end i64.const 0 - local.set $1 + local.set $2 loop $for-loop|1 - local.get $1 + local.get $2 i64.const 100 i64.lt_s if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -16352,12 +16156,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#get + i32.store offset=4 local.get $1 + local.get $2 + call $"~lib/map/Map#get" + local.get $2 i32.wrap_i64 i32.const 10 i32.add @@ -16371,21 +16175,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 local.get $1 + i32.store offset=4 local.get $1 + local.get $2 + local.get $2 i32.wrap_i64 i32.const 20 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -16396,12 +16200,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#get + i32.store offset=4 local.get $1 + local.get $2 + call $"~lib/map/Map#get" + local.get $2 i32.wrap_i64 i32.const 20 i32.add @@ -16414,18 +16218,18 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $2 i64.const 1 i64.add - local.set $1 + local.set $2 br $for-loop|1 end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -16437,10 +16241,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $4 + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -16449,22 +16254,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 - local.get $4 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $4 + local.get $1 i32.load offset=8 local.set $6 - local.get $3 - local.get $4 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $4 + local.get $1 i32.load offset=16 local.set $7 - local.get $3 + global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -16474,13 +16278,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 22 call $~lib/rt/itcms/__new @@ -16536,25 +16339,25 @@ local.tee $9 i32.const 1 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=12 local.get $8 - local.get $3 + local.get $4 i32.store local.get $8 - local.get $3 + local.get $4 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - local.get $3 + local.get $4 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $8 @@ -16575,16 +16378,16 @@ local.get $8 i32.store offset=4 loop $for-loop|00 - local.get $2 + local.get $3 local.get $7 i32.lt_s if local.get $6 - local.get $2 + local.get $3 i32.const 4 i32.shl i32.add - local.tee $3 + local.tee $4 i32.load offset=12 i32.const 1 i32.and @@ -16595,7 +16398,7 @@ i32.store local.get $8 local.get $0 - local.get $3 + local.get $4 i64.load call $~lib/array/Array#__set local.get $0 @@ -16603,10 +16406,10 @@ i32.add local.set $0 end - local.get $2 + local.get $3 i32.const 1 i32.add - local.set $2 + local.set $3 br $for-loop|00 end end @@ -16624,15 +16427,15 @@ local.get $8 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $4 - call $~lib/map/Map#values + local.get $1 + call $"~lib/map/Map#values" local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -16642,20 +16445,19 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 23 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $4 i32.store global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor @@ -16663,20 +16465,20 @@ global.get $~lib/memory/__stack_pointer local.get $5 i32.store offset=8 - local.get $3 + local.get $4 local.get $5 i32.store - local.get $3 + local.get $4 local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=4 - local.get $3 + local.get $4 i32.const 3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=4 i32.const 96 call $~lib/arraybuffer/ArrayBuffer#constructor @@ -16684,50 +16486,50 @@ global.get $~lib/memory/__stack_pointer local.get $5 i32.store offset=8 - local.get $3 + local.get $4 local.get $5 i32.store offset=8 - local.get $3 + local.get $4 local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=4 - local.get $3 + local.get $4 i32.const 4 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=4 - local.get $3 + local.get $4 i32.const 0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=4 - local.get $3 + local.get $4 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $3 + local.get $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $5 i32.store offset=20 i32.const 0 - local.set $2 + local.set $3 loop $for-loop|2 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 call $~lib/array/Array#get:length - local.get $2 + local.get $3 i32.gt_s if global.get $~lib/memory/__stack_pointer @@ -16742,13 +16544,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 i32.const 0 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $8 i32.store - local.get $2 + local.get $3 local.get $8 i32.load offset=12 i32.ge_u @@ -16761,18 +16562,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $8 i32.store local.get $8 i32.load offset=4 - local.get $2 + local.get $3 i32.const 3 i32.shl i32.add i64.load - local.set $1 - local.get $6 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -16780,15 +16580,15 @@ local.get $0 i32.store offset=4 local.get $0 - local.get $2 + local.get $3 call $~lib/array/Array#__get local.set $6 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -16799,14 +16599,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 + local.get $1 local.get $6 i32.const 20 i32.sub i64.extend_i32_s - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -16817,12 +16617,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=4 - local.get $3 - local.get $1 - local.get $1 - call $~lib/map/Map#set + local.get $4 + local.get $2 + local.get $2 + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer local.get $5 i32.store offset=4 @@ -16832,19 +16632,19 @@ i32.sub local.tee $6 local.get $6 - call $~lib/map/Map#set - local.get $2 + call $"~lib/map/Map#set" + local.get $3 i32.const 1 i32.add - local.set $2 + local.set $3 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $4 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -16859,7 +16659,7 @@ local.get $5 i32.store offset=4 local.get $5 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -16871,18 +16671,18 @@ unreachable end i64.const 0 - local.set $1 + local.set $2 loop $for-loop|3 - local.get $1 + local.get $2 i64.const 50 i64.lt_s if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -16893,12 +16693,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#get + i32.store offset=4 local.get $1 + local.get $2 + call $"~lib/map/Map#get" + local.get $2 i32.wrap_i64 i32.const 20 i32.add @@ -16912,17 +16712,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#delete + local.get $2 + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -16931,18 +16731,18 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $2 i64.const 1 i64.add - local.set $1 + local.set $2 br $for-loop|3 end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -16954,18 +16754,18 @@ unreachable end i64.const 0 - local.set $1 + local.set $2 loop $for-loop|4 - local.get $1 + local.get $2 i64.const 50 i64.lt_s if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -16975,21 +16775,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 local.get $1 + i32.store offset=4 local.get $1 + local.get $2 + local.get $2 i32.wrap_i64 i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -17000,17 +16800,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#delete + local.get $2 + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -17019,18 +16819,18 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $2 i64.const 1 i64.add - local.set $1 + local.set $2 br $for-loop|4 end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -17042,15 +16842,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 - call $~lib/map/Map#clear + local.get $1 + call $"~lib/map/Map#clear" global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" if i32.const 0 i32.const 1568 @@ -17072,9 +16872,8 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#find (param $0 i32) (param $1 i64) (param $2 i32) (result i32) + (func $"~lib/map/Map#find" (param $0 i32) (param $1 i64) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -17091,19 +16890,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -17150,8 +16948,7 @@ global.set $~lib/memory/__stack_pointer i32.const 0 ) - (func $~lib/map/Map#has (param $0 i32) (param $1 i64) (result i32) - (local $2 i32) + (func $"~lib/map/Map#has" (param $0 i32) (param $1 i64) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -17168,10 +16965,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -17216,7 +17012,7 @@ i32.shr_u local.get $0 i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $0 @@ -17226,7 +17022,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#rehash (param $0 i32) (param $1 i32) + (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) (local $4 i32) @@ -17251,13 +17047,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -17383,10 +17178,9 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=12 local.get $0 @@ -17434,11 +17228,10 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $0 i32) (param $1 i64) (param $2 i32) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 i64) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -17455,13 +17248,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -17507,7 +17299,7 @@ local.get $3 i32.xor local.tee $4 - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $3 if local.get $3 @@ -17515,34 +17307,33 @@ i32.store offset=8 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -17551,7 +17342,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -17567,32 +17358,31 @@ i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 local.tee $3 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $6 + local.tee $5 i32.const 1 i32.add i32.store offset=16 local.get $3 - local.get $6 + local.get $5 i32.const 4 i32.shl i32.add @@ -17602,10 +17392,10 @@ local.get $3 local.get $2 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -17614,13 +17404,13 @@ i32.const 1 i32.add i32.store offset=20 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $2 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $3 @@ -17644,8 +17434,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#get (param $0 i32) (param $1 i64) (result i32) - (local $2 i32) + (func $"~lib/map/Map#get" (param $0 i32) (param $1 i64) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -17662,10 +17451,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -17710,7 +17498,7 @@ i32.shr_u local.get $0 i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $0 i32.eqz if @@ -17730,7 +17518,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#set (param $0 i32) (param $1 i64) (param $2 i64) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 i64) (param $2 i64) (local $3 i32) (local $4 i32) (local $5 i32) @@ -17751,17 +17539,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -17770,19 +17556,18 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $1 i32.wrap_i64 i32.const -1028477379 @@ -17832,7 +17617,7 @@ i32.add i32.load local.set $3 - block $__inlined_func$~lib/map/Map#find$1408 + block $"__inlined_func$~lib/map/Map#find$1408" loop $while-continue|0 local.get $3 if @@ -17854,7 +17639,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/map/Map#find$1408 + br $"__inlined_func$~lib/map/Map#find$1408" end local.get $4 i32.const -2 @@ -17877,33 +17662,32 @@ i64.store offset=8 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -17912,7 +17696,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -17938,13 +17722,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $5 i32.const 1 i32.add @@ -18070,10 +17853,9 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $10 i32.store offset=12 local.get $0 @@ -18122,42 +17904,41 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 - local.tee $4 + local.tee $3 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $5 + local.tee $4 i32.const 1 i32.add i32.store offset=16 + local.get $3 local.get $4 - local.get $5 i32.const 24 i32.mul i32.add - local.tee $4 + local.tee $3 local.get $1 i64.store - local.get $4 + local.get $3 local.get $2 i64.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -18166,17 +17947,17 @@ i32.const 1 i32.add i32.store offset=20 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $5 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store + local.get $3 local.get $4 - local.get $5 local.get $8 local.get $0 i32.load offset=4 @@ -18188,7 +17969,7 @@ i32.load i32.store offset=16 local.get $0 - local.get $4 + local.get $3 i32.store end global.get $~lib/memory/__stack_pointer @@ -18204,10 +17985,9 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#delete (param $0 i32) (param $1 i64) + (func $"~lib/map/Map#delete" (param $0 i32) (param $1 i64) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -18224,10 +18004,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -18272,7 +18051,7 @@ i32.shr_u local.get $2 i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $2 i32.eqz if @@ -18289,10 +18068,9 @@ i32.or i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -18301,40 +18079,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $4 - local.get $4 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 - i32.load offset=20 - local.set $4 - local.get $2 + i32.load offset=20 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -18350,18 +18128,18 @@ local.get $0 i32.store local.get $0 - local.get $3 - call $~lib/map/Map#rehash + local.get $2 + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $0 i32) - (local $1 i64) - (local $2 i32) + (local $1 i32) + (local $2 i64) (local $3 i32) (local $4 i32) (local $5 i32) @@ -18379,11 +18157,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.const 24 memory.fill - local.get $3 + global.get $~lib/memory/__stack_pointer + local.set $4 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -18392,20 +18171,19 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 24 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor @@ -18413,20 +18191,20 @@ global.get $~lib/memory/__stack_pointer local.get $5 i32.store offset=8 - local.get $4 + local.get $1 local.get $5 i32.store - local.get $4 + local.get $1 local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 + local.get $1 i32.const 3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 i32.const 64 call $~lib/arraybuffer/ArrayBuffer#constructor @@ -18434,48 +18212,48 @@ global.get $~lib/memory/__stack_pointer local.get $5 i32.store offset=8 - local.get $4 + local.get $1 local.get $5 i32.store offset=8 - local.get $4 + local.get $1 local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 + local.get $1 i32.const 4 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 + local.get $1 i32.const 0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 + local.get $1 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $4 + local.get $1 i32.store loop $for-loop|0 - local.get $1 + local.get $2 i64.const 100 i64.lt_u if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -18485,21 +18263,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 local.get $1 + i32.store offset=4 local.get $1 + local.get $2 + local.get $2 i32.wrap_i64 i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -18510,12 +18288,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#get + i32.store offset=4 local.get $1 + local.get $2 + call $"~lib/map/Map#get" + local.get $2 i32.wrap_i64 i32.const 10 i32.add @@ -18528,18 +18306,18 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $2 i64.const 1 i64.add - local.set $1 + local.set $2 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -18551,18 +18329,18 @@ unreachable end i64.const 0 - local.set $1 + local.set $2 loop $for-loop|1 - local.get $1 + local.get $2 i64.const 100 i64.lt_u if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -18573,12 +18351,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#get + i32.store offset=4 local.get $1 + local.get $2 + call $"~lib/map/Map#get" + local.get $2 i32.wrap_i64 i32.const 10 i32.add @@ -18592,21 +18370,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 local.get $1 + i32.store offset=4 local.get $1 + local.get $2 + local.get $2 i32.wrap_i64 i32.const 20 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -18617,12 +18395,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#get + i32.store offset=4 local.get $1 + local.get $2 + call $"~lib/map/Map#get" + local.get $2 i32.wrap_i64 i32.const 20 i32.add @@ -18635,18 +18413,18 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $2 i64.const 1 i64.add - local.set $1 + local.set $2 br $for-loop|1 end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -18658,10 +18436,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $4 + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -18670,22 +18449,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 - local.get $4 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $4 + local.get $1 i32.load offset=8 local.set $6 - local.get $3 - local.get $4 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $4 + local.get $1 i32.load offset=16 local.set $7 - local.get $3 + global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -18695,13 +18473,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 25 call $~lib/rt/itcms/__new @@ -18757,25 +18534,25 @@ local.tee $9 i32.const 1 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=12 local.get $8 - local.get $3 + local.get $4 i32.store local.get $8 - local.get $3 + local.get $4 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - local.get $3 + local.get $4 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $8 @@ -18796,16 +18573,16 @@ local.get $8 i32.store offset=4 loop $for-loop|00 - local.get $2 + local.get $3 local.get $7 i32.lt_s if local.get $6 - local.get $2 + local.get $3 i32.const 4 i32.shl i32.add - local.tee $3 + local.tee $4 i32.load offset=12 i32.const 1 i32.and @@ -18816,7 +18593,7 @@ i32.store local.get $8 local.get $0 - local.get $3 + local.get $4 i64.load call $~lib/array/Array#__set local.get $0 @@ -18824,10 +18601,10 @@ i32.add local.set $0 end - local.get $2 + local.get $3 i32.const 1 i32.add - local.set $2 + local.set $3 br $for-loop|00 end end @@ -18845,15 +18622,15 @@ local.get $8 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $4 - call $~lib/map/Map#values + local.get $1 + call $"~lib/map/Map#values" local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -18863,20 +18640,19 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 26 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $4 i32.store global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor @@ -18884,20 +18660,20 @@ global.get $~lib/memory/__stack_pointer local.get $5 i32.store offset=8 - local.get $3 + local.get $4 local.get $5 i32.store - local.get $3 + local.get $4 local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=4 - local.get $3 + local.get $4 i32.const 3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=4 i32.const 96 call $~lib/arraybuffer/ArrayBuffer#constructor @@ -18905,50 +18681,50 @@ global.get $~lib/memory/__stack_pointer local.get $5 i32.store offset=8 - local.get $3 + local.get $4 local.get $5 i32.store offset=8 - local.get $3 + local.get $4 local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=4 - local.get $3 + local.get $4 i32.const 4 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=4 - local.get $3 + local.get $4 i32.const 0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=4 - local.get $3 + local.get $4 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $3 + local.get $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $5 i32.store offset=20 i32.const 0 - local.set $2 + local.set $3 loop $for-loop|2 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 call $~lib/array/Array#get:length - local.get $2 + local.get $3 i32.gt_s if global.get $~lib/memory/__stack_pointer @@ -18963,13 +18739,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 i32.const 0 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $8 i32.store - local.get $2 + local.get $3 local.get $8 i32.load offset=12 i32.ge_u @@ -18982,18 +18757,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $8 i32.store local.get $8 i32.load offset=4 - local.get $2 + local.get $3 i32.const 3 i32.shl i32.add i64.load - local.set $1 - local.get $6 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -19001,15 +18775,15 @@ local.get $0 i32.store offset=4 local.get $0 - local.get $2 + local.get $3 call $~lib/array/Array#__get local.set $6 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -19020,14 +18794,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 + local.get $1 local.get $6 i32.const 20 i32.sub i64.extend_i32_s - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -19038,12 +18812,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=4 - local.get $3 - local.get $1 - local.get $1 - call $~lib/map/Map#set + local.get $4 + local.get $2 + local.get $2 + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer local.get $5 i32.store offset=4 @@ -19053,19 +18827,19 @@ i32.sub local.tee $6 local.get $6 - call $~lib/map/Map#set - local.get $2 + call $"~lib/map/Map#set" + local.get $3 i32.const 1 i32.add - local.set $2 + local.set $3 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $4 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -19080,7 +18854,7 @@ local.get $5 i32.store offset=4 local.get $5 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -19092,18 +18866,18 @@ unreachable end i64.const 0 - local.set $1 + local.set $2 loop $for-loop|3 - local.get $1 + local.get $2 i64.const 50 i64.lt_u if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -19114,12 +18888,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#get + i32.store offset=4 local.get $1 + local.get $2 + call $"~lib/map/Map#get" + local.get $2 i32.wrap_i64 i32.const 20 i32.add @@ -19133,17 +18907,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#delete + local.get $2 + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -19152,18 +18926,18 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $2 i64.const 1 i64.add - local.set $1 + local.set $2 br $for-loop|3 end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -19175,18 +18949,18 @@ unreachable end i64.const 0 - local.set $1 + local.set $2 loop $for-loop|4 - local.get $1 + local.get $2 i64.const 50 i64.lt_u if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -19196,21 +18970,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 local.get $1 + i32.store offset=4 local.get $1 + local.get $2 + local.get $2 i32.wrap_i64 i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -19221,17 +18995,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#delete + local.get $2 + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 local.get $1 - call $~lib/map/Map#has + local.get $2 + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -19240,18 +19014,18 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $2 i64.const 1 i64.add - local.set $1 + local.set $2 br $for-loop|4 end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -19263,15 +19037,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 - call $~lib/map/Map#clear + local.get $1 + call $"~lib/map/Map#clear" global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $1 i32.store offset=4 - local.get $4 - call $~lib/map/Map#get:size + local.get $1 + call $"~lib/map/Map#get:size" if i32.const 0 i32.const 1568 @@ -19293,9 +19067,8 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#find (param $0 i32) (param $1 f32) (param $2 i32) (result i32) + (func $"~lib/map/Map#find" (param $0 i32) (param $1 f32) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -19312,19 +19085,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -19371,8 +19143,7 @@ global.set $~lib/memory/__stack_pointer i32.const 0 ) - (func $~lib/map/Map#has (param $0 i32) (param $1 f32) (result i32) - (local $2 i32) + (func $"~lib/map/Map#has" (param $0 i32) (param $1 f32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -19389,10 +19160,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -19426,7 +19196,7 @@ i32.const 16 i32.shr_u i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $0 @@ -19436,7 +19206,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#rehash (param $0 i32) (param $1 i32) + (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) (local $4 f32) @@ -19461,13 +19231,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -19582,10 +19351,9 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=12 local.get $0 @@ -19633,11 +19401,10 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $0 i32) (param $1 f32) (param $2 i32) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 f32) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -19654,13 +19421,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -19695,7 +19461,7 @@ local.get $3 i32.xor local.tee $4 - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $3 if local.get $3 @@ -19703,34 +19469,33 @@ i32.store offset=4 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $5 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $5 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -19739,7 +19504,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -19755,32 +19520,31 @@ i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 local.tee $3 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $6 + local.tee $5 i32.const 1 i32.add i32.store offset=16 local.get $3 - local.get $6 + local.get $5 i32.const 12 i32.mul i32.add @@ -19790,10 +19554,10 @@ local.get $3 local.get $2 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -19802,13 +19566,13 @@ i32.const 1 i32.add i32.store offset=20 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $2 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $3 @@ -19832,8 +19596,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#get (param $0 i32) (param $1 f32) (result i32) - (local $2 i32) + (func $"~lib/map/Map#get" (param $0 i32) (param $1 f32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -19850,10 +19613,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -19887,7 +19649,7 @@ i32.const 16 i32.shr_u i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $0 i32.eqz if @@ -19907,15 +19669,14 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#keys (param $0 i32) (result i32) + (func $"~lib/map/Map#keys" (param $0 i32) (result i32) (local $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) - (local $5 f32) + (local $4 f32) + (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -19926,21 +19687,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=8 - local.set $4 - local.get $6 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $2 + local.set $5 + global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -19950,46 +19711,45 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 28 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $6 i32.store global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 i32.const 0 i32.store - local.get $7 + local.get $6 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 i32.const 0 i32.store offset=12 - local.get $2 + local.get $5 i32.const 268435455 i32.gt_u if @@ -20002,8 +19762,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $2 - local.get $2 + local.get $5 + local.get $5 i32.const 8 i32.le_u select @@ -20012,74 +19772,72 @@ local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $8 + local.tee $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $7 i32.store offset=12 + local.get $6 local.get $7 - local.get $8 i32.store + local.get $6 local.get $7 - local.get $8 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 + local.get $6 local.get $7 - local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 local.get $0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 - local.get $2 + local.get $6 + local.get $5 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer local.get $6 - local.get $7 i32.store offset=4 loop $for-loop|0 local.get $2 - local.get $3 - i32.gt_s + local.get $5 + i32.lt_s if - local.get $4 local.get $3 + local.get $2 i32.const 12 i32.mul i32.add - local.tee $6 + local.tee $7 i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $7 + local.get $6 i32.store local.get $1 local.tee $0 i32.const 1 i32.add local.set $1 - local.get $6 + local.get $7 f32.load - local.set $5 - local.get $8 + local.set $4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -20088,14 +19846,13 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $6 - local.get $7 i32.store local.get $0 - local.get $7 + local.get $6 i32.load offset=12 i32.ge_u if @@ -20110,56 +19867,55 @@ call $~lib/builtins/abort unreachable end - local.get $7 + local.get $6 local.get $0 i32.const 1 i32.add - local.tee $6 + local.tee $7 i32.const 2 i32.const 1 call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store - local.get $7 local.get $6 + local.get $7 i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $7 + local.get $6 i32.store - local.get $7 + local.get $6 i32.load offset=4 local.get $0 i32.const 2 i32.shl i32.add - local.get $5 + local.get $4 f32.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer end - local.get $3 + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store - local.get $7 + local.get $6 local.get $1 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 + local.get $6 return end i32.const 34688 @@ -20169,11 +19925,11 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#set (param $0 i32) (param $1 f32) (param $2 f32) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 f32) (param $2 f32) (local $3 i32) (local $4 i32) - (local $5 i32) - (local $6 f32) + (local $5 f32) + (local $6 i32) (local $7 i32) (local $8 i32) (local $9 i32) @@ -20190,13 +19946,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -20230,8 +19985,8 @@ i32.shr_u local.get $3 i32.xor - local.tee $9 - call $~lib/map/Map#find + local.tee $8 + call $"~lib/map/Map#find" local.tee $3 if local.get $3 @@ -20239,33 +19994,32 @@ f32.store offset=4 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -20274,7 +20028,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -20290,7 +20044,7 @@ i32.const 1 i32.or end - local.set $5 + local.set $9 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -20300,14 +20054,13 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 - local.get $5 + global.get $~lib/memory/__stack_pointer + local.get $9 i32.const 1 i32.add local.tee $3 @@ -20322,7 +20075,7 @@ i32.shl i32.const 3 i32.div_s - local.tee $8 + local.tee $7 i32.const 12 i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -20343,11 +20096,11 @@ i32.const 12 i32.mul i32.add - local.set $7 + local.set $6 local.get $4 local.set $3 loop $while-continue|0 - local.get $7 + local.get $6 local.get $11 i32.ne if @@ -20360,7 +20113,7 @@ local.get $3 local.get $11 f32.load - local.tee $6 + local.tee $5 f32.store local.get $3 local.get $11 @@ -20368,8 +20121,8 @@ f32.store offset=4 local.get $3 local.get $10 + local.get $9 local.get $5 - local.get $6 i32.reinterpret_f32 i32.const -1028477379 i32.mul @@ -20421,10 +20174,9 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $10 i32.store offset=12 local.get $0 @@ -20437,7 +20189,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $5 + local.get $9 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 @@ -20455,7 +20207,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $8 + local.get $7 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 @@ -20473,42 +20225,41 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 - local.tee $4 + local.tee $3 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $5 + local.tee $4 i32.const 1 i32.add i32.store offset=16 + local.get $3 local.get $4 - local.get $5 i32.const 12 i32.mul i32.add - local.tee $4 + local.tee $3 local.get $1 f32.store - local.get $4 + local.get $3 local.get $2 f32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -20517,18 +20268,18 @@ i32.const 1 i32.add i32.store offset=20 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $5 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store + local.get $3 local.get $4 - local.get $5 - local.get $9 + local.get $8 local.get $0 i32.load offset=4 i32.and @@ -20539,7 +20290,7 @@ i32.load i32.store offset=8 local.get $0 - local.get $4 + local.get $3 i32.store end global.get $~lib/memory/__stack_pointer @@ -20555,10 +20306,9 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#delete (param $0 i32) (param $1 f32) + (func $"~lib/map/Map#delete" (param $0 i32) (param $1 f32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -20575,10 +20325,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -20612,7 +20361,7 @@ i32.shr_u local.get $2 i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $2 i32.eqz if @@ -20629,10 +20378,9 @@ i32.or i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -20641,40 +20389,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $4 - local.get $4 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $4 - local.get $2 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -20690,15 +20438,15 @@ local.get $0 i32.store local.get $0 - local.get $3 - call $~lib/map/Map#rehash + local.get $2 + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $0 i32) (local $1 f32) (local $2 i32) @@ -20717,11 +20465,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 24 memory.fill - local.get $2 + global.get $~lib/memory/__stack_pointer + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -20730,20 +20479,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 27 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor @@ -20751,20 +20499,20 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store offset=8 - local.get $3 + local.get $0 local.get $4 i32.store - local.get $3 + local.get $0 local.get $4 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 i32.const 3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 i32.const 48 call $~lib/arraybuffer/ArrayBuffer#constructor @@ -20772,36 +20520,36 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store offset=8 - local.get $3 + local.get $0 local.get $4 i32.store offset=8 - local.get $3 + local.get $0 local.get $4 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 i32.const 4 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 i32.const 0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $3 + local.get $0 i32.store loop $for-loop|0 local.get $1 @@ -20809,11 +20557,11 @@ f32.lt if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -20823,21 +20571,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 local.get $1 i32.trunc_sat_f32_s i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -20848,11 +20596,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $1 i32.trunc_sat_f32_s i32.const 10 @@ -20874,10 +20622,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $0 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -20896,11 +20644,11 @@ f32.lt if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -20911,11 +20659,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $1 i32.trunc_sat_f32_s i32.const 10 @@ -20930,21 +20678,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 local.get $1 i32.trunc_sat_f32_s i32.const 20 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -20955,11 +20703,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $1 i32.trunc_sat_f32_s i32.const 20 @@ -20981,10 +20729,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $0 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -20996,21 +20744,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $3 + local.get $0 i32.store offset=4 - local.get $2 - local.get $3 - call $~lib/map/Map#keys + global.get $~lib/memory/__stack_pointer + local.get $0 + call $"~lib/map/Map#keys" local.tee $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 - call $~lib/map/Map#values - local.tee $2 + local.get $0 + call $"~lib/map/Map#values" + local.tee $3 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.set $5 @@ -21023,13 +20770,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 29 call $~lib/rt/itcms/__new @@ -21097,7 +20843,7 @@ local.get $6 i32.store offset=16 global.get $~lib/memory/__stack_pointer - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $5 i32.store offset=20 loop $for-loop|2 @@ -21106,7 +20852,7 @@ i32.store offset=4 local.get $4 call $~lib/array/Array#get:length - local.get $0 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer @@ -21121,13 +20867,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $7 i32.const 0 i32.store - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $4 i32.store - local.get $0 + local.get $2 local.get $4 i32.load offset=12 i32.ge_u @@ -21140,34 +20885,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $4 i32.store local.get $4 i32.load offset=4 - local.get $0 + local.get $2 i32.const 2 i32.shl i32.add f32.load local.set $1 - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 + local.get $3 local.get $2 - local.get $0 call $~lib/array/Array#__get local.set $7 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -21178,14 +20922,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $7 i32.const 20 i32.sub f32.convert_i32_s - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -21201,7 +20945,7 @@ local.get $6 local.get $1 local.get $1 - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer local.get $5 i32.store offset=4 @@ -21211,11 +20955,11 @@ i32.sub local.tee $7 local.get $7 - call $~lib/map/Map#set - local.get $0 + call $"~lib/map/Map#set" + local.get $2 i32.const 1 i32.add - local.set $0 + local.set $2 br $for-loop|2 end end @@ -21223,7 +20967,7 @@ local.get $6 i32.store offset=4 local.get $6 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -21238,7 +20982,7 @@ local.get $5 i32.store offset=4 local.get $5 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -21257,11 +21001,11 @@ f32.lt if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -21272,11 +21016,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $1 i32.trunc_sat_f32_s i32.const 20 @@ -21291,17 +21035,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -21318,10 +21062,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $0 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -21340,11 +21084,11 @@ f32.lt if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -21354,21 +21098,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 local.get $1 i32.trunc_sat_f32_s i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -21379,17 +21123,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -21406,10 +21150,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $0 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -21421,15 +21165,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 - call $~lib/map/Map#clear + local.get $0 + call $"~lib/map/Map#clear" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $0 + call $"~lib/map/Map#get:size" if i32.const 0 i32.const 1568 @@ -21451,9 +21195,8 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#find (param $0 i32) (param $1 f64) (param $2 i32) (result i32) + (func $"~lib/map/Map#find" (param $0 i32) (param $1 f64) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -21470,19 +21213,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -21529,9 +21271,8 @@ global.set $~lib/memory/__stack_pointer i32.const 0 ) - (func $~lib/map/Map#has (param $0 i32) (param $1 f64) (result i32) - (local $2 i32) - (local $3 i64) + (func $"~lib/map/Map#has" (param $0 i32) (param $1 f64) (result i32) + (local $2 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -21548,17 +21289,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.get $1 local.get $1 i64.reinterpret_f64 - local.tee $3 + local.tee $2 i32.wrap_i64 i32.const -1028477379 i32.mul @@ -21568,7 +21308,7 @@ i32.rotl i32.const 668265263 i32.mul - local.get $3 + local.get $2 i64.const 32 i64.shr_u i32.wrap_i64 @@ -21598,7 +21338,7 @@ i32.shr_u local.get $0 i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $0 @@ -21608,7 +21348,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#rehash (param $0 i32) (param $1 i32) + (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) (local $4 i64) @@ -21634,13 +21374,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -21768,10 +21507,9 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=12 local.get $0 @@ -21819,12 +21557,11 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $0 i32) (param $1 f64) (param $2 i32) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 f64) (param $2 i32) (local $3 i64) (local $4 i32) (local $5 i32) (local $6 i32) - (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -21841,13 +21578,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -21895,7 +21631,7 @@ local.get $4 i32.xor local.tee $5 - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $4 if local.get $4 @@ -21903,34 +21639,33 @@ i32.store offset=8 else global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $6 - local.get $4 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $6 + local.get $4 local.get $0 i32.load offset=12 i32.eq if - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $6 - local.get $4 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - local.get $6 + local.get $4 local.get $0 i32.load offset=12 i32.const 3 @@ -21939,7 +21674,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -21955,32 +21690,31 @@ i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $0 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 local.tee $4 i32.store offset=8 - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $7 + local.tee $6 i32.const 1 i32.add i32.store offset=16 local.get $4 - local.get $7 + local.get $6 i32.const 4 i32.shl i32.add @@ -21990,10 +21724,10 @@ local.get $4 local.get $2 i32.store offset=8 - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -22002,13 +21736,13 @@ i32.const 1 i32.add i32.store offset=20 - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $2 - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $4 @@ -22032,9 +21766,8 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#get (param $0 i32) (param $1 f64) (result i32) - (local $2 i32) - (local $3 i64) + (func $"~lib/map/Map#get" (param $0 i32) (param $1 f64) (result i32) + (local $2 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -22051,17 +21784,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.get $1 local.get $1 i64.reinterpret_f64 - local.tee $3 + local.tee $2 i32.wrap_i64 i32.const -1028477379 i32.mul @@ -22071,7 +21803,7 @@ i32.rotl i32.const 668265263 i32.mul - local.get $3 + local.get $2 i64.const 32 i64.shr_u i32.wrap_i64 @@ -22101,7 +21833,7 @@ i32.shr_u local.get $0 i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $0 i32.eqz if @@ -22121,15 +21853,14 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#keys (param $0 i32) (result i32) + (func $"~lib/map/Map#keys" (param $0 i32) (result i32) (local $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) - (local $5 f64) + (local $4 f64) + (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -22140,21 +21871,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=8 - local.set $4 - local.get $6 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $2 + local.set $5 + global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -22164,46 +21895,45 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 31 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $6 i32.store global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 i32.const 0 i32.store - local.get $7 + local.get $6 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 i32.const 0 i32.store offset=12 - local.get $2 + local.get $5 i32.const 134217727 i32.gt_u if @@ -22216,8 +21946,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $2 - local.get $2 + local.get $5 + local.get $5 i32.const 8 i32.le_u select @@ -22226,74 +21956,72 @@ local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $8 + local.tee $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $7 i32.store offset=12 + local.get $6 local.get $7 - local.get $8 i32.store + local.get $6 local.get $7 - local.get $8 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 + local.get $6 local.get $7 - local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 local.get $0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 - local.get $2 + local.get $6 + local.get $5 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer local.get $6 - local.get $7 i32.store offset=4 loop $for-loop|0 local.get $2 - local.get $3 - i32.gt_s + local.get $5 + i32.lt_s if - local.get $4 local.get $3 + local.get $2 i32.const 4 i32.shl i32.add - local.tee $6 + local.tee $7 i32.load offset=12 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $7 + local.get $6 i32.store local.get $1 local.tee $0 i32.const 1 i32.add local.set $1 - local.get $6 + local.get $7 f64.load - local.set $5 - local.get $8 + local.set $4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -22302,14 +22030,13 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $6 - local.get $7 i32.store local.get $0 - local.get $7 + local.get $6 i32.load offset=12 i32.ge_u if @@ -22324,56 +22051,55 @@ call $~lib/builtins/abort unreachable end - local.get $7 + local.get $6 local.get $0 i32.const 1 i32.add - local.tee $6 + local.tee $7 i32.const 3 i32.const 1 call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store - local.get $7 local.get $6 + local.get $7 i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $7 + local.get $6 i32.store - local.get $7 + local.get $6 i32.load offset=4 local.get $0 i32.const 3 i32.shl i32.add - local.get $5 + local.get $4 f64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer end - local.get $3 + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store - local.get $7 + local.get $6 local.get $1 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 + local.get $6 return end i32.const 34688 @@ -22383,7 +22109,7 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#set (param $0 i32) (param $1 f64) (param $2 f64) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 f64) (param $2 f64) (local $3 i32) (local $4 i32) (local $5 i64) @@ -22405,17 +22131,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -22424,19 +22148,18 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $1 i64.reinterpret_f64 local.tee $5 @@ -22488,7 +22211,7 @@ i32.add i32.load local.set $3 - block $__inlined_func$~lib/map/Map#find$1418 + block $"__inlined_func$~lib/map/Map#find$1418" loop $while-continue|0 local.get $3 if @@ -22510,7 +22233,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/map/Map#find$1418 + br $"__inlined_func$~lib/map/Map#find$1418" end local.get $4 i32.const -2 @@ -22533,33 +22256,32 @@ f64.store offset=8 else global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.eq if - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -22568,7 +22290,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -22594,13 +22316,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $6 i32.const 1 i32.add @@ -22728,10 +22449,9 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $11 i32.store offset=12 local.get $0 @@ -22780,42 +22500,41 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 - local.tee $4 + local.tee $3 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $6 + local.tee $4 i32.const 1 i32.add i32.store offset=16 + local.get $3 local.get $4 - local.get $6 i32.const 24 i32.mul i32.add - local.tee $4 + local.tee $3 local.get $1 f64.store - local.get $4 + local.get $3 local.get $2 f64.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -22824,17 +22543,17 @@ i32.const 1 i32.add i32.store offset=20 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $6 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store + local.get $3 local.get $4 - local.get $6 local.get $10 local.get $0 i32.load offset=4 @@ -22846,7 +22565,7 @@ i32.load i32.store offset=16 local.get $0 - local.get $4 + local.get $3 i32.store end global.get $~lib/memory/__stack_pointer @@ -22862,11 +22581,10 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#delete (param $0 i32) (param $1 f64) + (func $"~lib/map/Map#delete" (param $0 i32) (param $1 f64) (local $2 i64) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -22883,10 +22601,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -22933,7 +22650,7 @@ i32.shr_u local.get $3 i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $3 i32.eqz if @@ -22950,10 +22667,9 @@ i32.or i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -22962,40 +22678,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $5 - local.get $5 + local.tee $4 + local.get $4 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $5 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + local.get $4 local.get $0 i32.load offset=12 i32.const 3 @@ -23011,15 +22727,15 @@ local.get $0 i32.store local.get $0 - local.get $4 - call $~lib/map/Map#rehash + local.get $3 + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/map/testNumeric + (func $"std/map/testNumeric" (local $0 i32) (local $1 f64) (local $2 i32) @@ -23038,11 +22754,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 24 memory.fill - local.get $2 + global.get $~lib/memory/__stack_pointer + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -23051,20 +22768,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 30 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 i32.const 16 call $~lib/arraybuffer/ArrayBuffer#constructor @@ -23072,20 +22788,20 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store offset=8 - local.get $3 + local.get $0 local.get $4 i32.store - local.get $3 + local.get $0 local.get $4 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 i32.const 3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 i32.const 64 call $~lib/arraybuffer/ArrayBuffer#constructor @@ -23093,36 +22809,36 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store offset=8 - local.get $3 + local.get $0 local.get $4 i32.store offset=8 - local.get $3 + local.get $0 local.get $4 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 i32.const 4 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 i32.const 0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 i32.const 0 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $3 + local.get $0 i32.store loop $for-loop|0 local.get $1 @@ -23130,11 +22846,11 @@ f64.lt if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -23144,21 +22860,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 local.get $1 i32.trunc_sat_f64_s i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -23169,11 +22885,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $1 i32.trunc_sat_f64_s i32.const 10 @@ -23195,10 +22911,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $0 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -23217,11 +22933,11 @@ f64.lt if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -23232,11 +22948,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $1 i32.trunc_sat_f64_s i32.const 10 @@ -23251,21 +22967,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 local.get $1 i32.trunc_sat_f64_s i32.const 20 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -23276,11 +22992,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $1 i32.trunc_sat_f64_s i32.const 20 @@ -23302,10 +23018,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $0 + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -23317,21 +23033,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $3 + local.get $0 i32.store offset=4 - local.get $2 - local.get $3 - call $~lib/map/Map#keys + global.get $~lib/memory/__stack_pointer + local.get $0 + call $"~lib/map/Map#keys" local.tee $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 - call $~lib/map/Map#values - local.tee $2 + local.get $0 + call $"~lib/map/Map#values" + local.tee $3 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.set $5 @@ -23344,13 +23059,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 32 call $~lib/rt/itcms/__new @@ -23418,7 +23132,7 @@ local.get $6 i32.store offset=16 global.get $~lib/memory/__stack_pointer - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" local.tee $5 i32.store offset=20 loop $for-loop|2 @@ -23427,7 +23141,7 @@ i32.store offset=4 local.get $4 call $~lib/array/Array#get:length - local.get $0 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer @@ -23442,13 +23156,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $7 i32.const 0 i32.store - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $4 i32.store - local.get $0 + local.get $2 local.get $4 i32.load offset=12 i32.ge_u @@ -23461,34 +23174,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $4 i32.store local.get $4 i32.load offset=4 - local.get $0 + local.get $2 i32.const 3 i32.shl i32.add f64.load local.set $1 - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 + local.get $3 local.get $2 - local.get $0 call $~lib/array/Array#__get local.set $7 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -23499,14 +23211,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $7 i32.const 20 i32.sub f64.convert_i32_s - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -23522,7 +23234,7 @@ local.get $6 local.get $1 local.get $1 - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer local.get $5 i32.store offset=4 @@ -23532,11 +23244,11 @@ i32.sub local.tee $7 local.get $7 - call $~lib/map/Map#set - local.get $0 + call $"~lib/map/Map#set" + local.get $2 i32.const 1 i32.add - local.set $0 + local.set $2 br $for-loop|2 end end @@ -23544,7 +23256,7 @@ local.get $6 i32.store offset=4 local.get $6 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -23559,7 +23271,7 @@ local.get $5 i32.store offset=4 local.get $5 - call $~lib/map/Map#get:size + call $"~lib/map/Map#get:size" i32.const 100 i32.ne if @@ -23578,11 +23290,11 @@ f64.lt if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -23593,11 +23305,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.get $1 i32.trunc_sat_f64_s i32.const 20 @@ -23612,17 +23324,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -23639,10 +23351,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $0 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -23661,11 +23373,11 @@ f64.lt if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -23675,21 +23387,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 local.get $1 i32.trunc_sat_f64_s i32.const 10 i32.add - call $~lib/map/Map#set + call $"~lib/map/Map#set" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" i32.eqz if i32.const 0 @@ -23700,17 +23412,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#delete + call $"~lib/map/Map#delete" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 + local.get $0 local.get $1 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if i32.const 0 i32.const 1568 @@ -23727,10 +23439,10 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $0 + call $"~lib/map/Map#get:size" i32.const 50 i32.ne if @@ -23742,15 +23454,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 - call $~lib/map/Map#clear + local.get $0 + call $"~lib/map/Map#clear" global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 - local.get $3 - call $~lib/map/Map#get:size + local.get $0 + call $"~lib/map/Map#get:size" if i32.const 0 i32.const 1568 diff --git a/tests/compiler/std/math.release.wat b/tests/compiler/std/math.release.wat index 4007713b0e..9e691da3f0 100644 --- a/tests/compiler/std/math.release.wat +++ b/tests/compiler/std/math.release.wat @@ -7843,24 +7843,18 @@ i32.ge_u br_if $~lib/util/math/exp_inline|inlined.0 drop + f64.const -0 + f64.const 0 + local.get $4 + select + f64.const -inf + f64.const inf + local.get $4 + select local.get $2 i64.const 0 i64.lt_s - if (result f64) - f64.const -1.2882297539194267e-231 - f64.const 1.2882297539194267e-231 - local.get $4 - select - f64.const 1.2882297539194267e-231 - f64.mul - else - f64.const -3105036184601417870297958e207 - f64.const 3105036184601417870297958e207 - local.get $4 - select - f64.const 3105036184601417870297958e207 - f64.mul - end + select local.get $3 i32.const 1033 i32.ge_u @@ -8412,23 +8406,19 @@ i64.const 32959 i64.ge_u if - f32.const -1584563250285286751870879e5 - f32.const 1584563250285286751870879e5 + f32.const -inf + f32.const inf local.get $4 select - f32.const 1584563250285286751870879e5 - f32.mul local.get $3 f64.const 127.99999995700433 f64.gt br_if $~lib/util/math/powf_lut|inlined.0 drop - f32.const -2.524354896707238e-29 - f32.const 2.524354896707238e-29 + f32.const -0 + f32.const 0 local.get $4 select - f32.const 2.524354896707238e-29 - f32.mul local.get $3 f64.const -150 f64.le diff --git a/tests/compiler/std/new.release.wat b/tests/compiler/std/new.release.wat index b019ac621c..abc198a4f5 100644 --- a/tests/compiler/std/new.release.wat +++ b/tests/compiler/std/new.release.wat @@ -1074,11 +1074,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1180,8 +1179,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1409,7 +1407,6 @@ ) (func $~start (local $0 i32) - (local $1 i32) memory.size i32.const 16 i32.shl @@ -1458,52 +1455,50 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer call $~lib/rt/itcms/__new - local.tee $1 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $0 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $1 + local.get $0 f32.const 2 f32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=8 - local.get $1 - local.get $1 + local.get $0 + local.get $0 i32.load i32.const 1 i32.add i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $1 + local.get $0 f32.const 3 f32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $0 global.set $std/new/aClass ) ) diff --git a/tests/compiler/std/operator-overloading.release.wat b/tests/compiler/std/operator-overloading.release.wat index cbc4a78d61..798cf087d5 100644 --- a/tests/compiler/std/operator-overloading.release.wat +++ b/tests/compiler/std/operator-overloading.release.wat @@ -1139,11 +1139,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1245,8 +1244,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -2038,7 +2036,6 @@ ) (func $std/operator-overloading/Tester#constructor (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2055,28 +2052,26 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/rt/itcms/__new local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $2 i32.store offset=4 local.get $2 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 local.get $2 local.get $1 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2084,7 +2079,6 @@ ) (func $std/operator-overloading/Tester.equals (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2101,30 +2095,29 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $3 + local.get $2 local.get $1 i32.load i32.eq if (result i32) - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $0 @@ -2143,7 +2136,6 @@ ) (func $std/operator-overloading/Tester.notEquals (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2160,30 +2152,29 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $3 + local.get $2 local.get $1 i32.load i32.ne if (result i32) - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $0 @@ -2202,7 +2193,6 @@ ) (func $std/operator-overloading/TesterInlineStatic#constructor (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2219,28 +2209,26 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/rt/itcms/__new local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $2 i32.store offset=4 local.get $2 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 local.get $2 local.get $1 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2248,7 +2236,6 @@ ) (func $std/operator-overloading/TesterInlineInstance#constructor (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2265,28 +2252,26 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/rt/itcms/__new local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $2 i32.store offset=4 local.get $2 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 local.get $2 local.get $1 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2314,14 +2299,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store local.get $0 i32.const 1536 i32.eq if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2333,7 +2317,6 @@ i32.eqz br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store local.get $0 @@ -2343,7 +2326,7 @@ i32.const 1 i32.shr_u local.set $2 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1536 i32.store local.get $2 @@ -2353,12 +2336,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 1536 local.set $3 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1536 i32.store offset=4 i32.const 1 @@ -2448,7 +2431,6 @@ i32.const 0 ) (func $std/operator-overloading/TesterElementAccess#__set (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2465,13 +2447,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 1536 i32.store offset=4 local.get $1 @@ -2497,7 +2478,6 @@ global.set $~lib/memory/__stack_pointer ) (func $std/operator-overloading/TesterElementAccess#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2514,13 +2494,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1536 i32.store offset=4 local.get $1 @@ -2549,7 +2528,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 48 i32.sub @@ -2620,33 +2598,32 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $3 + local.get $2 local.get $1 i32.load i32.add - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $3 + local.get $2 local.get $0 local.get $1 i32.load offset=4 @@ -2669,7 +2646,8 @@ i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/a + local.tee $0 i32.store local.get $0 i32.load offset=4 @@ -2696,15 +2674,14 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/s2 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/s1 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/s2 - local.tee $2 + local.tee $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2713,35 +2690,34 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load - local.set $3 local.get $0 - local.get $2 + i32.load + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 local.get $2 + local.get $1 i32.load i32.sub - local.set $3 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load offset=4 - local.set $1 local.get $0 - local.get $2 - i32.store - local.get $3 + i32.load offset=4 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 + i32.store local.get $2 + local.get $0 + local.get $1 i32.load offset=4 i32.sub call $std/operator-overloading/Tester#constructor @@ -2788,15 +2764,14 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/m2 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/m1 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/m2 - local.tee $2 + local.tee $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2805,35 +2780,34 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load - local.set $3 local.get $0 - local.get $2 + i32.load + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 local.get $2 + local.get $1 i32.load i32.mul - local.set $3 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load offset=4 - local.set $1 local.get $0 - local.get $2 - i32.store - local.get $3 + i32.load offset=4 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 + i32.store local.get $2 + local.get $0 + local.get $1 i32.load offset=4 i32.mul call $std/operator-overloading/Tester#constructor @@ -2854,7 +2828,8 @@ i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/m + local.tee $0 i32.store local.get $0 i32.load offset=4 @@ -2881,15 +2856,14 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/d2 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/d1 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/d2 - local.tee $2 + local.tee $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2898,35 +2872,34 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load - local.set $3 local.get $0 - local.get $2 + i32.load + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 local.get $2 + local.get $1 i32.load i32.div_s - local.set $3 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load offset=4 - local.set $1 local.get $0 - local.get $2 - i32.store - local.get $3 + i32.load offset=4 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 + i32.store local.get $2 + local.get $0 + local.get $1 i32.load offset=4 i32.div_s call $std/operator-overloading/Tester#constructor @@ -2947,7 +2920,8 @@ i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/d + local.tee $0 i32.store local.get $0 i32.load offset=4 @@ -2974,15 +2948,14 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/f2 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/f1 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/f2 - local.tee $2 + local.tee $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2991,35 +2964,34 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load - local.set $3 local.get $0 - local.get $2 + i32.load + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 local.get $2 + local.get $1 i32.load i32.rem_s - local.set $3 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load offset=4 - local.set $1 local.get $0 - local.get $2 - i32.store - local.get $3 + i32.load offset=4 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 + i32.store local.get $2 + local.get $0 + local.get $1 i32.load offset=4 i32.rem_s call $std/operator-overloading/Tester#constructor @@ -3040,7 +3012,8 @@ i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/f + local.tee $0 i32.store local.get $0 i32.load offset=4 @@ -3064,15 +3037,14 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/p2 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/p1 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/p2 - local.tee $2 + local.tee $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -3081,35 +3053,34 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load - local.set $3 local.get $0 - local.get $2 + i32.load + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 local.get $2 + local.get $1 i32.load call $~lib/math/ipow32 - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store - local.get $1 + local.get $0 i32.load offset=4 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store + local.get $2 local.get $0 local.get $1 - local.get $2 i32.load offset=4 call $~lib/math/ipow32 call $std/operator-overloading/Tester#constructor @@ -3130,7 +3101,8 @@ i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/p + local.tee $0 i32.store local.get $0 i32.load offset=4 @@ -3157,15 +3129,14 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/n2 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/n1 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/n2 - local.tee $2 + local.tee $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -3174,35 +3145,34 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load - local.set $3 local.get $0 - local.get $2 + i32.load + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 local.get $2 + local.get $1 i32.load i32.and - local.set $3 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load offset=4 - local.set $1 local.get $0 - local.get $2 - i32.store - local.get $3 + i32.load offset=4 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 + i32.store local.get $2 + local.get $0 + local.get $1 i32.load offset=4 i32.and call $std/operator-overloading/Tester#constructor @@ -3223,7 +3193,8 @@ i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/n + local.tee $0 i32.store local.get $0 i32.load offset=4 @@ -3250,15 +3221,14 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/o2 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/o1 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/o2 - local.tee $2 + local.tee $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -3267,35 +3237,34 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load - local.set $3 local.get $0 - local.get $2 + i32.load + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 local.get $2 + local.get $1 i32.load i32.or - local.set $3 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load offset=4 - local.set $1 local.get $0 - local.get $2 - i32.store - local.get $3 + i32.load offset=4 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 + i32.store local.get $2 + local.get $0 + local.get $1 i32.load offset=4 i32.or call $std/operator-overloading/Tester#constructor @@ -3316,7 +3285,8 @@ i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/o + local.tee $0 i32.store local.get $0 i32.load offset=4 @@ -3343,15 +3313,14 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/x2 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/x1 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/x2 - local.tee $2 + local.tee $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -3360,35 +3329,34 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load - local.set $3 local.get $0 - local.get $2 + i32.load + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 local.get $2 + local.get $1 i32.load i32.xor - local.set $3 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load offset=4 - local.set $1 local.get $0 - local.get $2 - i32.store - local.get $3 + i32.load offset=4 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 + i32.store local.get $2 + local.get $0 + local.get $1 i32.load offset=4 i32.xor call $std/operator-overloading/Tester#constructor @@ -3409,7 +3377,8 @@ i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/x + local.tee $0 i32.store local.get $0 i32.load offset=4 @@ -3436,16 +3405,15 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/eq2 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/eq1 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/eq2 - local.tee $0 + local.tee $1 i32.store offset=4 - local.get $1 local.get $0 + local.get $1 call $std/operator-overloading/Tester.equals global.set $std/operator-overloading/eq global.get $std/operator-overloading/eq @@ -3468,16 +3436,15 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/eq4 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/eq3 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/eq4 - local.tee $0 + local.tee $1 i32.store offset=4 - local.get $1 local.get $0 + local.get $1 call $std/operator-overloading/Tester.equals global.set $std/operator-overloading/eqf global.get $std/operator-overloading/eqf @@ -3490,16 +3457,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/eq1 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/eq2 - local.tee $0 + local.tee $1 i32.store offset=4 - local.get $1 local.get $0 + local.get $1 call $std/operator-overloading/Tester.notEquals global.set $std/operator-overloading/eq global.get $std/operator-overloading/eq @@ -3512,16 +3478,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/eq3 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/eq4 - local.tee $0 + local.tee $1 i32.store offset=4 - local.get $1 local.get $0 + local.get $1 call $std/operator-overloading/Tester.notEquals global.set $std/operator-overloading/eqf global.get $std/operator-overloading/eqf @@ -3544,15 +3509,14 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/gt2 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/gt1 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/gt2 - local.tee $2 + local.tee $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -3561,34 +3525,33 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load - local.set $3 local.get $0 - local.get $2 + i32.load + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 local.get $2 + local.get $1 i32.load i32.gt_s if (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load offset=4 - local.set $1 local.get $0 - local.get $2 + i32.load offset=4 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store + local.get $0 local.get $1 - local.get $2 i32.load offset=4 i32.gt_s else @@ -3621,15 +3584,14 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/gte2 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/gte1 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/gte2 - local.tee $2 + local.tee $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -3638,34 +3600,33 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load - local.set $3 local.get $0 - local.get $2 + i32.load + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 local.get $2 + local.get $1 i32.load i32.ge_s if (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load offset=4 - local.set $1 local.get $0 - local.get $2 + i32.load offset=4 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store + local.get $0 local.get $1 - local.get $2 i32.load offset=4 i32.ge_s else @@ -3698,15 +3659,14 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/le2 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/le1 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/le2 - local.tee $2 + local.tee $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -3715,34 +3675,33 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load - local.set $3 local.get $0 - local.get $2 + i32.load + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 local.get $2 + local.get $1 i32.load i32.lt_s if (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load offset=4 - local.set $1 local.get $0 - local.get $2 + i32.load offset=4 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store + local.get $0 local.get $1 - local.get $2 i32.load offset=4 i32.lt_s else @@ -3775,15 +3734,14 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/leq2 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/leq1 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/leq2 - local.tee $2 + local.tee $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -3792,34 +3750,33 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load - local.set $3 local.get $0 - local.get $2 + i32.load + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $3 local.get $2 + local.get $1 i32.load i32.le_s if (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 - i32.load offset=4 - local.set $1 local.get $0 - local.get $2 + i32.load offset=4 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store + local.get $0 local.get $1 - local.get $2 i32.load offset=4 i32.le_s else @@ -3848,11 +3805,10 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/shr global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/shr - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -3861,22 +3817,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 + local.get $0 i32.load i32.const 3 i32.shr_s - local.set $2 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $2 local.get $1 + local.get $0 i32.load offset=4 i32.const 3 i32.shr_s @@ -3898,7 +3853,8 @@ i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/sres + local.tee $0 i32.store local.get $0 i32.load offset=4 @@ -3921,11 +3877,10 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/shu global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/shu - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -3934,22 +3889,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 + local.get $0 i32.load i32.const 3 i32.shr_u - local.set $2 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $2 local.get $1 + local.get $0 i32.load offset=4 i32.const 3 i32.shr_u @@ -3971,7 +3925,8 @@ i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/ures + local.tee $0 i32.store local.get $0 i32.load offset=4 @@ -3994,11 +3949,10 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/shl global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/shl - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -4007,22 +3961,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 + local.get $0 i32.load i32.const 3 i32.shl - local.set $2 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $2 local.get $1 + local.get $0 i32.load offset=4 i32.const 3 i32.shl @@ -4044,7 +3997,8 @@ i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/sres + local.tee $0 i32.store local.get $0 i32.load offset=4 @@ -4067,11 +4021,10 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/pos global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/pos - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -4080,20 +4033,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 + local.get $0 i32.load - local.set $2 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $2 local.get $1 + local.get $0 i32.load offset=4 call $std/operator-overloading/Tester#constructor local.set $0 @@ -4109,27 +4061,29 @@ i32.store local.get $0 i32.load - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/pos - local.tee $2 + local.tee $1 i32.store + local.get $0 local.get $1 - local.get $2 i32.load i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/pres + local.tee $0 i32.store local.get $0 i32.load offset=4 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $2 + global.get $std/operator-overloading/pos + local.tee $1 i32.store local.get $0 - local.get $2 + local.get $1 i32.load offset=4 i32.eq else @@ -4149,11 +4103,10 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/neg global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/neg - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -4162,23 +4115,22 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store i32.const 0 - local.get $1 + local.get $0 i32.load i32.sub - local.set $2 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $2 - i32.const 0 local.get $1 + i32.const 0 + local.get $0 i32.load offset=4 i32.sub call $std/operator-overloading/Tester#constructor @@ -4195,30 +4147,32 @@ i32.store local.get $0 i32.load - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/neg - local.tee $2 + local.tee $1 i32.store - local.get $1 + local.get $0 i32.const 0 - local.get $2 + local.get $1 i32.load i32.sub i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/nres + local.tee $0 i32.store local.get $0 i32.load offset=4 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $2 + global.get $std/operator-overloading/neg + local.tee $1 i32.store local.get $0 i32.const 0 - local.get $2 + local.get $1 i32.load offset=4 i32.sub i32.eq @@ -4239,11 +4193,10 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/not global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/not - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -4252,22 +4205,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 + local.get $0 i32.load i32.const -1 i32.xor - local.set $2 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $2 local.get $1 + local.get $0 i32.load offset=4 i32.const -1 i32.xor @@ -4285,29 +4237,31 @@ i32.store local.get $0 i32.load - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/not - local.tee $2 + local.tee $1 i32.store + local.get $0 local.get $1 - local.get $2 i32.load i32.const -1 i32.xor i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/res + local.tee $0 i32.store local.get $0 i32.load offset=4 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $2 + global.get $std/operator-overloading/not + local.tee $1 i32.store local.get $0 - local.get $2 + local.get $1 i32.load offset=4 i32.const -1 i32.xor @@ -4329,11 +4283,10 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/excl global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/excl - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -4342,21 +4295,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 + local.get $0 i32.load if (result i32) i32.const 1 else global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store - local.get $1 + local.get $0 i32.load offset=4 end local.set $0 @@ -4410,11 +4362,10 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/incdec global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/incdec - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -4423,38 +4374,37 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $1 - local.get $1 + local.get $0 + local.get $0 i32.load i32.const 1 i32.add i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $1 - local.get $1 + local.get $0 + local.get $0 i32.load offset=4 i32.const 1 i32.add i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $0 global.set $std/operator-overloading/incdec global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/incdec @@ -4466,7 +4416,8 @@ i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/incdec + local.tee $0 i32.store local.get $0 i32.load offset=4 @@ -4485,11 +4436,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/incdec - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -4498,38 +4448,37 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $1 - local.get $1 + local.get $0 + local.get $0 i32.load i32.const 1 i32.sub i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=4 - local.get $1 - local.get $1 + local.get $0 + local.get $0 i32.load offset=4 i32.const 1 i32.sub i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $0 global.set $std/operator-overloading/incdec global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/incdec @@ -4563,14 +4512,13 @@ call $std/operator-overloading/Tester#constructor global.set $std/operator-overloading/incdec global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/incdec - local.tee $1 + local.tee $0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -4579,34 +4527,33 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 + local.get $0 i32.load i32.const 1 i32.add - local.set $2 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $2 local.get $1 + local.get $0 i32.load offset=4 i32.const 1 i32.add call $std/operator-overloading/Tester#constructor - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 - global.set $std/operator-overloading/incdec local.get $1 + global.set $std/operator-overloading/incdec + local.get $0 global.set $std/operator-overloading/tmp global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/tmp @@ -4636,19 +4583,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/incdec - local.tee $1 + local.tee $0 i32.store - local.get $1 + local.get $0 i32.load i32.const 1 i32.eq if (result i32) - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + global.get $std/operator-overloading/incdec + local.tee $0 i32.store - local.get $1 + local.get $0 i32.load offset=4 i32.const 2 i32.eq @@ -4665,14 +4612,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/incdec - local.tee $1 + local.tee $0 i32.store offset=12 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -4681,34 +4627,33 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 + local.get $0 i32.load i32.const 1 i32.sub - local.set $2 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $2 local.get $1 + local.get $0 i32.load offset=4 i32.const 1 i32.sub call $std/operator-overloading/Tester#constructor - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 - global.set $std/operator-overloading/incdec local.get $1 + global.set $std/operator-overloading/incdec + local.get $0 global.set $std/operator-overloading/tmp global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/tmp @@ -4720,7 +4665,8 @@ i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/tmp + local.tee $0 i32.store local.get $0 i32.load offset=4 @@ -4770,26 +4716,25 @@ call $std/operator-overloading/TesterInlineStatic#constructor global.set $std/operator-overloading/ais1 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/ais1 - local.tee $1 + local.tee $0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store offset=16 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 + local.get $0 i32.load i32.const 1 i32.add - local.set $2 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $2 local.get $1 + local.get $0 i32.load offset=4 i32.const 1 i32.add @@ -4847,7 +4792,8 @@ i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/ais + local.tee $0 i32.store local.get $0 i32.load offset=4 @@ -4870,23 +4816,22 @@ call $std/operator-overloading/TesterInlineInstance#constructor global.set $std/operator-overloading/aii1 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/aii1 - local.tee $1 + local.tee $0 i32.store offset=28 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $1 + local.get $0 i32.load i32.const 1 i32.add - local.set $2 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $2 local.get $1 + local.get $0 i32.load offset=4 i32.const 1 i32.add @@ -4944,7 +4889,8 @@ i32.eq if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + global.get $std/operator-overloading/aii + local.tee $0 i32.store local.get $0 i32.load offset=4 @@ -4971,28 +4917,26 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 local.get $0 i32.const 1 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.const 2 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -5037,14 +4981,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/tea - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1536 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1536 call $std/operator-overloading/TesterElementAccess#__get i32.const -1 @@ -5074,14 +5017,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/tea - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1568 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1568 call $std/operator-overloading/TesterElementAccess#__get i32.const -2 @@ -5095,20 +5037,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/tea - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1536 i32.store offset=4 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + global.get $std/operator-overloading/tea + local.tee $1 i32.store offset=40 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1536 i32.store offset=44 - local.get $1 + local.get $0 i32.const 1536 local.get $1 i32.const 1536 @@ -5157,14 +5099,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/operator-overloading/tea - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1568 i32.store offset=4 - local.get $1 + local.get $0 i32.const 1568 call $std/operator-overloading/TesterElementAccess#__get i32.const -3 diff --git a/tests/compiler/std/pointer.release.wat b/tests/compiler/std/pointer.release.wat index ab1426b762..d014421032 100644 --- a/tests/compiler/std/pointer.release.wat +++ b/tests/compiler/std/pointer.release.wat @@ -95,10 +95,9 @@ i32.add global.set $std/pointer/one global.get $std/pointer/one - local.tee $0 global.set $std/pointer/nextOne - local.get $0 global.get $std/pointer/nextOne + global.get $std/pointer/one i32.ne if i32.const 0 diff --git a/tests/compiler/std/set.release.wat b/tests/compiler/std/set.release.wat index a6c2a1163b..c9ea6759a7 100644 --- a/tests/compiler/std/set.release.wat +++ b/tests/compiler/std/set.release.wat @@ -1096,11 +1096,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1285,8 +1284,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1554,7 +1552,6 @@ local.get $1 ) (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) - (local $2 i32) local.get $1 i32.eqz if @@ -1571,7 +1568,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $2 local.get $1 i32.const 20 i32.sub @@ -1588,7 +1584,7 @@ i32.const 3 i32.and local.tee $0 - local.get $2 + global.get $~lib/rt/itcms/white i32.eqz i32.eq if @@ -1610,7 +1606,6 @@ end ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) block $folding-inner2 block $folding-inner1 block $folding-inner0 @@ -1651,10 +1646,9 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1681,10 +1675,9 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1799,13 +1792,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 4 call $~lib/rt/itcms/__new @@ -1873,7 +1865,6 @@ ) (func $~lib/set/Set#find (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1890,19 +1881,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -1952,7 +1942,6 @@ i32.const 0 ) (func $~lib/set/Set#has (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1969,10 +1958,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2040,13 +2028,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -2054,7 +2041,7 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $6 + local.tee $5 i32.store global.get $~lib/memory/__stack_pointer local.get $2 @@ -2062,7 +2049,7 @@ i32.shl i32.const 3 i32.div_s - local.tee $5 + local.tee $6 i32.const 3 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor @@ -2073,17 +2060,17 @@ i32.store offset=8 local.get $0 i32.load offset=8 - local.set $7 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $7 + local.get $4 local.get $0 i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $4 + local.set $7 local.get $3 local.set $2 loop $while-continue|0 @@ -2091,19 +2078,19 @@ local.get $7 i32.ne if - local.get $7 + local.get $4 i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $2 - local.get $7 + local.get $4 i32.load8_s local.tee $8 i32.store8 local.get $2 - local.get $6 + local.get $5 local.get $1 local.get $8 i32.extend8_s @@ -2149,25 +2136,24 @@ i32.add local.set $2 end - local.get $7 + local.get $4 i32.const 8 i32.add - local.set $7 + local.set $4 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $5 i32.store offset=12 local.get $0 - local.get $6 + local.get $5 i32.store local.get $0 - local.get $6 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 @@ -2191,7 +2177,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $5 + local.get $6 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 @@ -2212,7 +2198,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2229,10 +2214,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2266,7 +2250,7 @@ i32.shr_u local.get $2 i32.xor - local.tee $4 + local.tee $3 call $~lib/set/Set#find i32.eqz if @@ -2325,37 +2309,36 @@ call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 i32.load offset=8 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $5 + local.tee $4 i32.const 1 i32.add i32.store offset=16 - local.get $3 - local.get $5 + local.get $2 + local.get $4 i32.const 3 i32.shl i32.add - local.tee $3 + local.tee $2 local.get $1 i32.store8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -2364,18 +2347,18 @@ i32.const 1 i32.add i32.store offset=20 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $1 - local.get $4 + local.get $3 local.get $0 i32.load offset=4 i32.and @@ -2386,7 +2369,7 @@ i32.load i32.store offset=4 local.get $0 - local.get $3 + local.get $2 i32.store end global.get $~lib/memory/__stack_pointer @@ -2395,7 +2378,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/set/Set#get:size (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2412,16 +2394,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2446,10 +2427,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2584,10 +2564,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2622,7 +2601,6 @@ i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $1 @@ -2631,7 +2609,7 @@ i32.add local.get $2 i32.store8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2672,7 +2650,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/array/Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2689,23 +2666,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2722,10 +2697,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2741,7 +2715,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $1 @@ -2750,7 +2723,7 @@ i32.add i32.load8_s local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2758,7 +2731,6 @@ ) (func $~lib/set/Set#delete (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2775,10 +2747,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2829,10 +2800,9 @@ i32.or i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -2841,40 +2811,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + local.get $1 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $3 - local.get $3 + local.tee $2 + local.get $2 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $3 - local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -2890,7 +2860,7 @@ local.get $0 i32.store local.get $0 - local.get $2 + local.get $1 call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer @@ -2916,10 +2886,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 16 @@ -2997,11 +2966,10 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor local.tee $1 i32.store @@ -3133,10 +3101,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -3145,22 +3114,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=8 - local.set $3 - local.get $0 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=16 - local.set $4 - local.get $0 + local.set $5 + global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -3170,13 +3138,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 5 call $~lib/rt/itcms/__new @@ -3209,7 +3176,7 @@ local.get $6 i32.const 0 i32.store offset=12 - local.get $4 + local.get $5 i32.const 1073741820 i32.gt_u if @@ -3222,8 +3189,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $4 - local.get $4 + local.get $5 + local.get $5 i32.const 8 i32.le_u select @@ -3260,7 +3227,7 @@ local.get $6 i32.store offset=4 local.get $6 - local.get $4 + local.get $5 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 @@ -3272,10 +3239,10 @@ local.set $0 loop $for-loop|00 local.get $2 - local.get $4 + local.get $5 i32.lt_s if - local.get $3 + local.get $4 local.get $2 i32.const 3 i32.shl @@ -3316,7 +3283,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $3 local.get $6 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -3355,10 +3322,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=16 local.get $0 @@ -3592,13 +3558,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 6 call $~lib/rt/itcms/__new @@ -3665,7 +3630,6 @@ local.get $0 ) (func $~lib/set/Set#has (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3682,10 +3646,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -3754,13 +3717,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -3768,7 +3730,7 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $6 + local.tee $5 i32.store global.get $~lib/memory/__stack_pointer local.get $2 @@ -3776,7 +3738,7 @@ i32.shl i32.const 3 i32.div_s - local.tee $5 + local.tee $6 i32.const 3 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor @@ -3787,17 +3749,17 @@ i32.store offset=8 local.get $0 i32.load offset=8 - local.set $7 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $7 + local.get $4 local.get $0 i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $4 + local.set $7 local.get $3 local.set $2 loop $while-continue|0 @@ -3805,19 +3767,19 @@ local.get $7 i32.ne if - local.get $7 + local.get $4 i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $2 - local.get $7 + local.get $4 i32.load8_u local.tee $8 i32.store8 local.get $2 - local.get $6 + local.get $5 local.get $1 local.get $8 i32.const -1028477379 @@ -3862,25 +3824,24 @@ i32.add local.set $2 end - local.get $7 + local.get $4 i32.const 8 i32.add - local.set $7 + local.set $4 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $5 i32.store offset=12 local.get $0 - local.get $6 + local.get $5 i32.store local.get $0 - local.get $6 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 @@ -3904,7 +3865,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $5 + local.get $6 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 @@ -3925,7 +3886,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3942,10 +3902,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -3980,7 +3939,7 @@ i32.shr_u local.get $2 i32.xor - local.tee $4 + local.tee $3 call $~lib/set/Set#find i32.eqz if @@ -4039,37 +3998,36 @@ call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 i32.load offset=8 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $5 + local.tee $4 i32.const 1 i32.add i32.store offset=16 - local.get $3 - local.get $5 + local.get $2 + local.get $4 i32.const 3 i32.shl i32.add - local.tee $3 + local.tee $2 local.get $1 i32.store8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -4078,18 +4036,18 @@ i32.const 1 i32.add i32.store offset=20 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $1 - local.get $4 + local.get $3 local.get $0 i32.load offset=4 i32.and @@ -4100,7 +4058,7 @@ i32.load i32.store offset=4 local.get $0 - local.get $3 + local.get $2 i32.store end global.get $~lib/memory/__stack_pointer @@ -4109,7 +4067,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -4126,10 +4083,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -4145,7 +4101,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $1 @@ -4154,7 +4109,7 @@ i32.add i32.load8_u local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -4162,7 +4117,6 @@ ) (func $~lib/set/Set#delete (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4179,10 +4133,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -4234,10 +4187,9 @@ i32.or i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -4246,40 +4198,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + local.get $1 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $3 - local.get $3 + local.tee $2 + local.get $2 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $3 - local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -4295,7 +4247,7 @@ local.get $0 i32.store local.get $0 - local.get $2 + local.get $1 call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer @@ -4322,11 +4274,10 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor local.tee $1 i32.store @@ -4458,10 +4409,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -4470,22 +4422,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=8 - local.set $3 - local.get $0 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=16 - local.set $4 - local.get $0 + local.set $5 + global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -4495,13 +4446,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 7 call $~lib/rt/itcms/__new @@ -4534,7 +4484,7 @@ local.get $6 i32.const 0 i32.store offset=12 - local.get $4 + local.get $5 i32.const 1073741820 i32.gt_u if @@ -4547,8 +4497,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $4 - local.get $4 + local.get $5 + local.get $5 i32.const 8 i32.le_u select @@ -4585,7 +4535,7 @@ local.get $6 i32.store offset=4 local.get $6 - local.get $4 + local.get $5 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 @@ -4597,10 +4547,10 @@ local.set $0 loop $for-loop|00 local.get $2 - local.get $4 + local.get $5 i32.lt_s if - local.get $3 + local.get $4 local.get $2 i32.const 3 i32.shl @@ -4641,7 +4591,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $3 local.get $6 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -4680,10 +4630,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=16 local.get $0 @@ -4917,13 +4866,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 8 call $~lib/rt/itcms/__new @@ -4991,7 +4939,6 @@ ) (func $~lib/set/Set#find (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -5008,19 +4955,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -5070,7 +5016,6 @@ i32.const 0 ) (func $~lib/set/Set#has (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -5087,10 +5032,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -5158,13 +5102,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -5172,7 +5115,7 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $6 + local.tee $5 i32.store global.get $~lib/memory/__stack_pointer local.get $2 @@ -5180,7 +5123,7 @@ i32.shl i32.const 3 i32.div_s - local.tee $5 + local.tee $6 i32.const 3 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor @@ -5191,17 +5134,17 @@ i32.store offset=8 local.get $0 i32.load offset=8 - local.set $7 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $7 + local.get $4 local.get $0 i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $4 + local.set $7 local.get $3 local.set $2 loop $while-continue|0 @@ -5209,19 +5152,19 @@ local.get $7 i32.ne if - local.get $7 + local.get $4 i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $2 - local.get $7 + local.get $4 i32.load16_s local.tee $8 i32.store16 local.get $2 - local.get $6 + local.get $5 local.get $1 local.get $8 i32.extend16_s @@ -5267,25 +5210,24 @@ i32.add local.set $2 end - local.get $7 + local.get $4 i32.const 8 i32.add - local.set $7 + local.set $4 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $5 i32.store offset=12 local.get $0 - local.get $6 + local.get $5 i32.store local.get $0 - local.get $6 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 @@ -5309,7 +5251,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $5 + local.get $6 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 @@ -5330,7 +5272,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -5347,10 +5288,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -5384,7 +5324,7 @@ i32.shr_u local.get $2 i32.xor - local.tee $4 + local.tee $3 call $~lib/set/Set#find i32.eqz if @@ -5443,37 +5383,36 @@ call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 i32.load offset=8 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $5 + local.tee $4 i32.const 1 i32.add i32.store offset=16 - local.get $3 - local.get $5 + local.get $2 + local.get $4 i32.const 3 i32.shl i32.add - local.tee $3 + local.tee $2 local.get $1 i32.store16 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -5482,18 +5421,18 @@ i32.const 1 i32.add i32.store offset=20 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $1 - local.get $4 + local.get $3 local.get $0 i32.load offset=4 i32.and @@ -5504,7 +5443,7 @@ i32.load i32.store offset=4 local.get $0 - local.get $3 + local.get $2 i32.store end global.get $~lib/memory/__stack_pointer @@ -5530,10 +5469,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -5568,7 +5506,6 @@ i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -5579,7 +5516,7 @@ i32.add local.get $2 i32.store16 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -5620,7 +5557,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -5637,10 +5573,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -5656,7 +5591,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -5667,7 +5601,7 @@ i32.add i32.load16_s local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -5675,7 +5609,6 @@ ) (func $~lib/set/Set#delete (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -5692,10 +5625,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -5746,10 +5678,9 @@ i32.or i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -5758,40 +5689,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + local.get $1 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $3 - local.get $3 + local.tee $2 + local.get $2 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $3 - local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -5807,7 +5738,7 @@ local.get $0 i32.store local.get $0 - local.get $2 + local.get $1 call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer @@ -5834,11 +5765,10 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor local.tee $1 i32.store @@ -5970,10 +5900,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -5982,22 +5913,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=8 - local.set $3 - local.get $0 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=16 - local.set $4 - local.get $0 + local.set $5 + global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -6007,13 +5937,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 9 call $~lib/rt/itcms/__new @@ -6046,7 +5975,7 @@ local.get $6 i32.const 0 i32.store offset=12 - local.get $4 + local.get $5 i32.const 536870910 i32.gt_u if @@ -6059,8 +5988,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $4 - local.get $4 + local.get $5 + local.get $5 i32.const 8 i32.le_u select @@ -6099,7 +6028,7 @@ local.get $6 i32.store offset=4 local.get $6 - local.get $4 + local.get $5 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 @@ -6111,10 +6040,10 @@ local.set $0 loop $for-loop|00 local.get $2 - local.get $4 + local.get $5 i32.lt_s if - local.get $3 + local.get $4 local.get $2 i32.const 3 i32.shl @@ -6155,7 +6084,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $3 local.get $6 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -6194,10 +6123,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=16 local.get $0 @@ -6431,13 +6359,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 10 call $~lib/rt/itcms/__new @@ -6504,7 +6431,6 @@ local.get $0 ) (func $~lib/set/Set#has (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -6521,10 +6447,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -6593,13 +6518,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -6607,7 +6531,7 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $6 + local.tee $5 i32.store global.get $~lib/memory/__stack_pointer local.get $2 @@ -6615,7 +6539,7 @@ i32.shl i32.const 3 i32.div_s - local.tee $5 + local.tee $6 i32.const 3 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor @@ -6626,17 +6550,17 @@ i32.store offset=8 local.get $0 i32.load offset=8 - local.set $7 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $7 + local.get $4 local.get $0 i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $4 + local.set $7 local.get $3 local.set $2 loop $while-continue|0 @@ -6644,19 +6568,19 @@ local.get $7 i32.ne if - local.get $7 + local.get $4 i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $2 - local.get $7 + local.get $4 i32.load16_u local.tee $8 i32.store16 local.get $2 - local.get $6 + local.get $5 local.get $1 local.get $8 i32.const -1028477379 @@ -6701,25 +6625,24 @@ i32.add local.set $2 end - local.get $7 + local.get $4 i32.const 8 i32.add - local.set $7 + local.set $4 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $5 i32.store offset=12 local.get $0 - local.get $6 + local.get $5 i32.store local.get $0 - local.get $6 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 @@ -6743,7 +6666,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $5 + local.get $6 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 @@ -6764,7 +6687,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -6781,10 +6703,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -6819,7 +6740,7 @@ i32.shr_u local.get $2 i32.xor - local.tee $4 + local.tee $3 call $~lib/set/Set#find i32.eqz if @@ -6878,37 +6799,36 @@ call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 i32.load offset=8 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $5 + local.tee $4 i32.const 1 i32.add i32.store offset=16 - local.get $3 - local.get $5 + local.get $2 + local.get $4 i32.const 3 i32.shl i32.add - local.tee $3 + local.tee $2 local.get $1 i32.store16 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -6917,18 +6837,18 @@ i32.const 1 i32.add i32.store offset=20 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $1 - local.get $4 + local.get $3 local.get $0 i32.load offset=4 i32.and @@ -6939,7 +6859,7 @@ i32.load i32.store offset=4 local.get $0 - local.get $3 + local.get $2 i32.store end global.get $~lib/memory/__stack_pointer @@ -6948,7 +6868,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -6965,10 +6884,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -6984,7 +6902,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -6995,7 +6912,7 @@ i32.add i32.load16_u local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -7003,7 +6920,6 @@ ) (func $~lib/set/Set#delete (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -7020,10 +6936,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -7075,10 +6990,9 @@ i32.or i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -7087,40 +7001,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + local.get $1 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $3 - local.get $3 + local.tee $2 + local.get $2 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $3 - local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -7136,7 +7050,7 @@ local.get $0 i32.store local.get $0 - local.get $2 + local.get $1 call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer @@ -7163,11 +7077,10 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor local.tee $1 i32.store @@ -7299,10 +7212,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -7311,22 +7225,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=8 - local.set $3 - local.get $0 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=16 - local.set $4 - local.get $0 + local.set $5 + global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -7336,13 +7249,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 11 call $~lib/rt/itcms/__new @@ -7375,7 +7287,7 @@ local.get $6 i32.const 0 i32.store offset=12 - local.get $4 + local.get $5 i32.const 536870910 i32.gt_u if @@ -7388,8 +7300,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $4 - local.get $4 + local.get $5 + local.get $5 i32.const 8 i32.le_u select @@ -7428,7 +7340,7 @@ local.get $6 i32.store offset=4 local.get $6 - local.get $4 + local.get $5 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 @@ -7440,10 +7352,10 @@ local.set $0 loop $for-loop|00 local.get $2 - local.get $4 + local.get $5 i32.lt_s if - local.get $3 + local.get $4 local.get $2 i32.const 3 i32.shl @@ -7484,7 +7396,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $3 local.get $6 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -7523,10 +7435,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=16 local.get $0 @@ -7760,13 +7671,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 12 call $~lib/rt/itcms/__new @@ -7834,7 +7744,6 @@ ) (func $~lib/set/Set#find (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -7851,19 +7760,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -7911,7 +7819,6 @@ i32.const 0 ) (func $~lib/set/Set#has (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -7928,10 +7835,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -7998,13 +7904,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -8012,7 +7917,7 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $6 + local.tee $5 i32.store global.get $~lib/memory/__stack_pointer local.get $2 @@ -8020,7 +7925,7 @@ i32.shl i32.const 3 i32.div_s - local.tee $5 + local.tee $6 i32.const 3 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor @@ -8031,17 +7936,17 @@ i32.store offset=8 local.get $0 i32.load offset=8 - local.set $7 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $7 + local.get $4 local.get $0 i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $4 + local.set $7 local.get $3 local.set $2 loop $while-continue|0 @@ -8049,19 +7954,19 @@ local.get $7 i32.ne if - local.get $7 + local.get $4 i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $2 - local.get $7 + local.get $4 i32.load local.tee $8 i32.store local.get $2 - local.get $6 + local.get $5 local.get $1 local.get $8 i32.const -1028477379 @@ -8106,25 +8011,24 @@ i32.add local.set $2 end - local.get $7 + local.get $4 i32.const 8 i32.add - local.set $7 + local.set $4 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $5 i32.store offset=12 local.get $0 - local.get $6 + local.get $5 i32.store local.get $0 - local.get $6 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 @@ -8148,7 +8052,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $5 + local.get $6 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 @@ -8169,7 +8073,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -8186,10 +8089,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -8222,7 +8124,7 @@ i32.shr_u local.get $2 i32.xor - local.tee $4 + local.tee $3 call $~lib/set/Set#find i32.eqz if @@ -8281,37 +8183,36 @@ call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 i32.load offset=8 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $5 + local.tee $4 i32.const 1 i32.add i32.store offset=16 - local.get $3 - local.get $5 + local.get $2 + local.get $4 i32.const 3 i32.shl i32.add - local.tee $3 + local.tee $2 local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -8320,18 +8221,18 @@ i32.const 1 i32.add i32.store offset=20 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $1 - local.get $4 + local.get $3 local.get $0 i32.load offset=4 i32.and @@ -8342,7 +8243,7 @@ i32.load i32.store offset=4 local.get $0 - local.get $3 + local.get $2 i32.store end global.get $~lib/memory/__stack_pointer @@ -8368,10 +8269,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -8406,7 +8306,6 @@ i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -8417,7 +8316,7 @@ i32.add local.get $2 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -8458,7 +8357,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -8475,10 +8373,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -8494,7 +8391,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -8505,7 +8401,7 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -8513,7 +8409,6 @@ ) (func $~lib/set/Set#delete (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -8530,10 +8425,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -8583,10 +8477,9 @@ i32.or i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -8595,40 +8488,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + local.get $1 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $3 - local.get $3 + local.tee $2 + local.get $2 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $3 - local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -8644,7 +8537,7 @@ local.get $0 i32.store local.get $0 - local.get $2 + local.get $1 call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer @@ -8671,11 +8564,10 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor local.tee $1 i32.store @@ -8807,10 +8699,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -8819,22 +8712,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=8 - local.set $3 - local.get $0 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=16 - local.set $4 - local.get $0 + local.set $5 + global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -8844,13 +8736,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 13 call $~lib/rt/itcms/__new @@ -8883,7 +8774,7 @@ local.get $6 i32.const 0 i32.store offset=12 - local.get $4 + local.get $5 i32.const 268435455 i32.gt_u if @@ -8896,8 +8787,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $4 - local.get $4 + local.get $5 + local.get $5 i32.const 8 i32.le_u select @@ -8936,7 +8827,7 @@ local.get $6 i32.store offset=4 local.get $6 - local.get $4 + local.get $5 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 @@ -8948,10 +8839,10 @@ local.set $0 loop $for-loop|00 local.get $2 - local.get $4 + local.get $5 i32.lt_s if - local.get $3 + local.get $4 local.get $2 i32.const 3 i32.shl @@ -8992,7 +8883,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $3 local.get $6 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -9031,10 +8922,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=16 local.get $0 @@ -9268,13 +9158,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 14 call $~lib/rt/itcms/__new @@ -9342,7 +9231,6 @@ ) (func $~lib/set/Set#find (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -9359,19 +9247,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -9419,7 +9306,6 @@ i32.const 0 ) (func $~lib/set/Set#has (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -9436,10 +9322,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -9506,13 +9391,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -9520,7 +9404,7 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $6 + local.tee $5 i32.store global.get $~lib/memory/__stack_pointer local.get $2 @@ -9528,7 +9412,7 @@ i32.shl i32.const 3 i32.div_s - local.tee $5 + local.tee $6 i32.const 3 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor @@ -9539,17 +9423,17 @@ i32.store offset=8 local.get $0 i32.load offset=8 - local.set $7 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $7 + local.get $4 local.get $0 i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $4 + local.set $7 local.get $3 local.set $2 loop $while-continue|0 @@ -9557,19 +9441,19 @@ local.get $7 i32.ne if - local.get $7 + local.get $4 i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $2 - local.get $7 + local.get $4 i32.load local.tee $8 i32.store local.get $2 - local.get $6 + local.get $5 local.get $1 local.get $8 i32.const -1028477379 @@ -9614,25 +9498,24 @@ i32.add local.set $2 end - local.get $7 + local.get $4 i32.const 8 i32.add - local.set $7 + local.set $4 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $5 i32.store offset=12 local.get $0 - local.get $6 + local.get $5 i32.store local.get $0 - local.get $6 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 @@ -9656,7 +9539,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $5 + local.get $6 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 @@ -9677,7 +9560,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -9694,10 +9576,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -9730,7 +9611,7 @@ i32.shr_u local.get $2 i32.xor - local.tee $4 + local.tee $3 call $~lib/set/Set#find i32.eqz if @@ -9789,37 +9670,36 @@ call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 i32.load offset=8 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $5 + local.tee $4 i32.const 1 i32.add i32.store offset=16 - local.get $3 - local.get $5 + local.get $2 + local.get $4 i32.const 3 i32.shl i32.add - local.tee $3 + local.tee $2 local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -9828,18 +9708,18 @@ i32.const 1 i32.add i32.store offset=20 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $1 - local.get $4 + local.get $3 local.get $0 i32.load offset=4 i32.and @@ -9850,7 +9730,7 @@ i32.load i32.store offset=4 local.get $0 - local.get $3 + local.get $2 i32.store end global.get $~lib/memory/__stack_pointer @@ -9859,7 +9739,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -9876,10 +9755,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -9895,7 +9773,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -9906,7 +9783,7 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -9914,7 +9791,6 @@ ) (func $~lib/set/Set#delete (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -9931,10 +9807,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -9984,10 +9859,9 @@ i32.or i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -9996,40 +9870,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + local.get $1 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $3 - local.get $3 + local.tee $2 + local.get $2 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $3 - local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -10045,7 +9919,7 @@ local.get $0 i32.store local.get $0 - local.get $2 + local.get $1 call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer @@ -10072,11 +9946,10 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor local.tee $1 i32.store @@ -10208,10 +10081,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -10220,22 +10094,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=8 - local.set $3 - local.get $0 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=16 - local.set $4 - local.get $0 + local.set $5 + global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -10245,13 +10118,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 15 call $~lib/rt/itcms/__new @@ -10284,7 +10156,7 @@ local.get $6 i32.const 0 i32.store offset=12 - local.get $4 + local.get $5 i32.const 268435455 i32.gt_u if @@ -10297,8 +10169,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $4 - local.get $4 + local.get $5 + local.get $5 i32.const 8 i32.le_u select @@ -10337,7 +10209,7 @@ local.get $6 i32.store offset=4 local.get $6 - local.get $4 + local.get $5 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 @@ -10349,10 +10221,10 @@ local.set $0 loop $for-loop|00 local.get $2 - local.get $4 + local.get $5 i32.lt_s if - local.get $3 + local.get $4 local.get $2 i32.const 3 i32.shl @@ -10393,7 +10265,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $3 local.get $6 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -10432,10 +10304,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=16 local.get $0 @@ -10669,13 +10540,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 16 call $~lib/rt/itcms/__new @@ -10743,7 +10613,6 @@ ) (func $~lib/set/Set#find (param $0 i32) (param $1 i64) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -10760,19 +10629,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -10820,7 +10688,6 @@ i32.const 0 ) (func $~lib/set/Set#has (param $0 i32) (param $1 i64) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -10837,10 +10704,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -10920,13 +10786,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -10934,7 +10799,7 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $7 + local.tee $5 i32.store global.get $~lib/memory/__stack_pointer local.get $2 @@ -10942,7 +10807,7 @@ i32.shl i32.const 3 i32.div_s - local.tee $5 + local.tee $7 i32.const 4 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor @@ -10953,17 +10818,17 @@ i32.store offset=8 local.get $0 i32.load offset=8 - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $8 + local.get $4 local.get $0 i32.load offset=16 i32.const 4 i32.shl i32.add - local.set $4 + local.set $8 local.get $3 local.set $2 loop $while-continue|0 @@ -10971,19 +10836,19 @@ local.get $8 i32.ne if - local.get $8 + local.get $4 i32.load offset=8 i32.const 1 i32.and i32.eqz if local.get $2 - local.get $8 + local.get $4 i64.load local.tee $6 i64.store local.get $2 - local.get $7 + local.get $5 local.get $1 local.get $6 i32.wrap_i64 @@ -11040,25 +10905,24 @@ i32.add local.set $2 end - local.get $8 + local.get $4 i32.const 16 i32.add - local.set $8 + local.set $4 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $5 i32.store offset=12 local.get $0 - local.get $7 + local.get $5 i32.store local.get $0 - local.get $7 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 @@ -11082,7 +10946,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $5 + local.get $7 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 @@ -11103,7 +10967,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -11120,10 +10983,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -11227,37 +11089,36 @@ call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=8 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $5 + local.tee $4 i32.const 1 i32.add i32.store offset=16 + local.get $3 local.get $4 - local.get $5 i32.const 4 i32.shl i32.add - local.tee $4 + local.tee $3 local.get $1 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -11266,17 +11127,17 @@ i32.const 1 i32.add i32.store offset=20 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $5 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store + local.get $3 local.get $4 - local.get $5 local.get $2 local.get $0 i32.load offset=4 @@ -11288,7 +11149,7 @@ i32.load i32.store offset=8 local.get $0 - local.get $4 + local.get $3 i32.store end global.get $~lib/memory/__stack_pointer @@ -11314,10 +11175,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -11352,7 +11212,6 @@ i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -11363,7 +11222,7 @@ i32.add local.get $2 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -11405,7 +11264,6 @@ ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i64) (local $2 i64) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -11422,10 +11280,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -11441,7 +11298,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -11452,7 +11308,7 @@ i32.add i64.load local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -11461,7 +11317,6 @@ (func $~lib/set/Set#delete (param $0 i32) (param $1 i64) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -11478,10 +11333,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -11543,10 +11397,9 @@ i32.or i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -11555,40 +11408,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $4 - local.get $4 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $4 - local.get $2 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -11604,7 +11457,7 @@ local.get $0 i32.store local.get $0 - local.get $3 + local.get $2 call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer @@ -11630,10 +11483,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 16 @@ -11694,8 +11546,8 @@ ) (func $std/set/testNumeric (local $0 i32) - (local $1 i64) - (local $2 i32) + (local $1 i32) + (local $2 i64) (local $3 i32) (local $4 i32) (local $5 i32) @@ -11713,24 +11565,23 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.const 20 memory.fill - local.get $3 + global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor - local.tee $7 + local.tee $1 i32.store loop $for-loop|0 - local.get $1 + local.get $2 i64.const 100 i64.lt_s if global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has if i32.const 0 @@ -11741,16 +11592,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has i32.eqz if @@ -11761,17 +11612,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $2 i64.const 1 i64.add - local.set $1 + local.set $2 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -11784,17 +11635,17 @@ unreachable end i64.const 50 - local.set $1 + local.set $2 loop $for-loop|1 - local.get $1 + local.get $2 i64.const 100 i64.lt_s if global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has i32.eqz if @@ -11806,16 +11657,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has i32.eqz if @@ -11826,17 +11677,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $2 i64.const 1 i64.add - local.set $1 + local.set $2 br $for-loop|1 end end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -11849,10 +11700,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $7 + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=4 - local.get $8 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -11861,22 +11713,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $7 + local.get $1 i32.load offset=8 - local.set $3 - local.get $5 - local.get $7 + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $7 + local.get $1 i32.load offset=16 - local.set $4 - local.get $5 + local.set $6 + global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -11886,46 +11737,45 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 17 call $~lib/rt/itcms/__new - local.tee $5 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 - local.get $5 + local.get $8 i32.const 0 i32.store - local.get $5 + local.get $8 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 - local.get $5 + local.get $8 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 - local.get $5 + local.get $8 i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 - local.get $5 + local.get $8 i32.const 0 i32.store offset=12 - local.get $4 + local.get $6 i32.const 134217727 i32.gt_u if @@ -11938,8 +11788,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $4 - local.get $4 + local.get $6 + local.get $6 i32.const 8 i32.le_u select @@ -11948,66 +11798,66 @@ local.tee $9 i32.const 1 call $~lib/rt/itcms/__new - local.tee $6 + local.tee $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=12 - local.get $5 - local.get $6 + local.get $8 + local.get $7 i32.store - local.get $5 - local.get $6 + local.get $8 + local.get $7 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 - local.get $5 - local.get $6 + local.get $8 + local.get $7 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 - local.get $5 + local.get $8 local.get $9 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 - local.get $5 - local.get $4 + local.get $8 + local.get $6 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 loop $for-loop|00 - local.get $2 - local.get $4 + local.get $3 + local.get $6 i32.lt_s if + local.get $5 local.get $3 - local.get $2 i32.const 4 i32.shl i32.add - local.tee $6 + local.tee $7 i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store - local.get $5 + local.get $8 local.get $0 - local.get $6 + local.get $7 i64.load call $~lib/array/Array#__set local.get $0 @@ -12015,50 +11865,50 @@ i32.add local.set $0 end - local.get $2 + local.get $3 i32.const 1 i32.add - local.set $2 + local.set $3 br $for-loop|00 end end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store - local.get $5 + local.get $8 local.get $0 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer + local.get $4 local.get $8 - local.get $5 i32.store offset=8 global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor local.tee $0 i32.store offset=12 i32.const 0 - local.set $2 + local.set $3 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 - local.get $5 + local.get $8 call $~lib/array/Array#get:length - local.get $2 + local.get $3 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=16 - local.get $7 - local.get $5 - local.get $2 + local.get $1 + local.get $8 + local.get $3 call $~lib/array/Array#__get call $~lib/set/Set#has i32.eqz @@ -12071,21 +11921,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=4 - local.get $3 - local.get $5 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store offset=16 local.get $0 - local.get $5 - local.get $2 + local.get $8 + local.get $3 call $~lib/array/Array#__get call $~lib/set/Set#add - local.get $2 + local.get $3 i32.const 1 i32.add - local.set $2 + local.set $3 br $for-loop|2 end end @@ -12096,9 +11945,9 @@ call $~lib/set/Set#get:size local.set $0 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/set/Set#get:size local.get $0 i32.ne @@ -12111,17 +11960,17 @@ unreachable end i64.const 0 - local.set $1 + local.set $2 loop $for-loop|3 - local.get $1 + local.get $2 i64.const 50 i64.lt_s if global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has i32.eqz if @@ -12133,16 +11982,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has if i32.const 0 @@ -12152,17 +12001,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $2 i64.const 1 i64.add - local.set $1 + local.set $2 br $for-loop|3 end end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -12175,17 +12024,17 @@ unreachable end i64.const 0 - local.set $1 + local.set $2 loop $for-loop|4 - local.get $1 + local.get $2 i64.const 50 i64.lt_s if global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has if i32.const 0 @@ -12196,16 +12045,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has i32.eqz if @@ -12217,16 +12066,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has if i32.const 0 @@ -12236,17 +12085,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $2 i64.const 1 i64.add - local.set $1 + local.set $2 br $for-loop|4 end end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -12259,14 +12108,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/set/Set#clear global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/set/Set#get:size if i32.const 0 @@ -12308,13 +12157,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 18 call $~lib/rt/itcms/__new @@ -12382,7 +12230,6 @@ ) (func $~lib/set/Set#find (param $0 i32) (param $1 i64) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -12399,19 +12246,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -12459,7 +12305,6 @@ i32.const 0 ) (func $~lib/set/Set#has (param $0 i32) (param $1 i64) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -12476,10 +12321,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -12559,13 +12403,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -12573,7 +12416,7 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $7 + local.tee $5 i32.store global.get $~lib/memory/__stack_pointer local.get $2 @@ -12581,7 +12424,7 @@ i32.shl i32.const 3 i32.div_s - local.tee $5 + local.tee $7 i32.const 4 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor @@ -12592,17 +12435,17 @@ i32.store offset=8 local.get $0 i32.load offset=8 - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $8 + local.get $4 local.get $0 i32.load offset=16 i32.const 4 i32.shl i32.add - local.set $4 + local.set $8 local.get $3 local.set $2 loop $while-continue|0 @@ -12610,19 +12453,19 @@ local.get $8 i32.ne if - local.get $8 + local.get $4 i32.load offset=8 i32.const 1 i32.and i32.eqz if local.get $2 - local.get $8 + local.get $4 i64.load local.tee $6 i64.store local.get $2 - local.get $7 + local.get $5 local.get $1 local.get $6 i32.wrap_i64 @@ -12679,25 +12522,24 @@ i32.add local.set $2 end - local.get $8 + local.get $4 i32.const 16 i32.add - local.set $8 + local.set $4 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $5 i32.store offset=12 local.get $0 - local.get $7 + local.get $5 i32.store local.get $0 - local.get $7 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 @@ -12721,7 +12563,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $5 + local.get $7 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 @@ -12742,7 +12584,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -12759,10 +12600,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -12866,37 +12706,36 @@ call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=8 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $5 + local.tee $4 i32.const 1 i32.add i32.store offset=16 + local.get $3 local.get $4 - local.get $5 i32.const 4 i32.shl i32.add - local.tee $4 + local.tee $3 local.get $1 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -12905,17 +12744,17 @@ i32.const 1 i32.add i32.store offset=20 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $5 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store + local.get $3 local.get $4 - local.get $5 local.get $2 local.get $0 i32.load offset=4 @@ -12927,7 +12766,7 @@ i32.load i32.store offset=8 local.get $0 - local.get $4 + local.get $3 i32.store end global.get $~lib/memory/__stack_pointer @@ -12937,7 +12776,6 @@ ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i64) (local $2 i64) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -12954,10 +12792,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -12973,7 +12810,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -12984,7 +12820,7 @@ i32.add i64.load local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -12993,7 +12829,6 @@ (func $~lib/set/Set#delete (param $0 i32) (param $1 i64) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -13010,10 +12845,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -13075,10 +12909,9 @@ i32.or i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -13087,40 +12920,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $4 - local.get $4 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $4 - local.get $2 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -13136,7 +12969,7 @@ local.get $0 i32.store local.get $0 - local.get $3 + local.get $2 call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer @@ -13146,8 +12979,8 @@ ) (func $std/set/testNumeric (local $0 i32) - (local $1 i64) - (local $2 i32) + (local $1 i32) + (local $2 i64) (local $3 i32) (local $4 i32) (local $5 i32) @@ -13165,24 +12998,23 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.const 20 memory.fill - local.get $3 + global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor - local.tee $7 + local.tee $1 i32.store loop $for-loop|0 - local.get $1 + local.get $2 i64.const 100 i64.lt_u if global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has if i32.const 0 @@ -13193,16 +13025,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has i32.eqz if @@ -13213,17 +13045,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $2 i64.const 1 i64.add - local.set $1 + local.set $2 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -13236,17 +13068,17 @@ unreachable end i64.const 50 - local.set $1 + local.set $2 loop $for-loop|1 - local.get $1 + local.get $2 i64.const 100 i64.lt_u if global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has i32.eqz if @@ -13258,16 +13090,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has i32.eqz if @@ -13278,17 +13110,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $2 i64.const 1 i64.add - local.set $1 + local.set $2 br $for-loop|1 end end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -13301,10 +13133,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $7 + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=4 - local.get $8 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -13313,22 +13146,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $7 + local.get $1 i32.load offset=8 - local.set $3 - local.get $5 - local.get $7 + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $7 + local.get $1 i32.load offset=16 - local.set $4 - local.get $5 + local.set $6 + global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -13338,46 +13170,45 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 19 call $~lib/rt/itcms/__new - local.tee $5 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 - local.get $5 + local.get $8 i32.const 0 i32.store - local.get $5 + local.get $8 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 - local.get $5 + local.get $8 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 - local.get $5 + local.get $8 i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 - local.get $5 + local.get $8 i32.const 0 i32.store offset=12 - local.get $4 + local.get $6 i32.const 134217727 i32.gt_u if @@ -13390,8 +13221,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $4 - local.get $4 + local.get $6 + local.get $6 i32.const 8 i32.le_u select @@ -13400,66 +13231,66 @@ local.tee $9 i32.const 1 call $~lib/rt/itcms/__new - local.tee $6 + local.tee $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=12 - local.get $5 - local.get $6 + local.get $8 + local.get $7 i32.store - local.get $5 - local.get $6 + local.get $8 + local.get $7 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 - local.get $5 - local.get $6 + local.get $8 + local.get $7 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 - local.get $5 + local.get $8 local.get $9 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 - local.get $5 - local.get $4 + local.get $8 + local.get $6 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 loop $for-loop|00 - local.get $2 - local.get $4 + local.get $3 + local.get $6 i32.lt_s if + local.get $5 local.get $3 - local.get $2 i32.const 4 i32.shl i32.add - local.tee $6 + local.tee $7 i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store - local.get $5 + local.get $8 local.get $0 - local.get $6 + local.get $7 i64.load call $~lib/array/Array#__set local.get $0 @@ -13467,50 +13298,50 @@ i32.add local.set $0 end - local.get $2 + local.get $3 i32.const 1 i32.add - local.set $2 + local.set $3 br $for-loop|00 end end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store - local.get $5 + local.get $8 local.get $0 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer + local.get $4 local.get $8 - local.get $5 i32.store offset=8 global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor local.tee $0 i32.store offset=12 i32.const 0 - local.set $2 + local.set $3 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=4 - local.get $5 + local.get $8 call $~lib/array/Array#get:length - local.get $2 + local.get $3 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $8 i32.store offset=16 - local.get $7 - local.get $5 - local.get $2 + local.get $1 + local.get $8 + local.get $3 call $~lib/array/Array#__get call $~lib/set/Set#has i32.eqz @@ -13523,21 +13354,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=4 - local.get $3 - local.get $5 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store offset=16 local.get $0 - local.get $5 - local.get $2 + local.get $8 + local.get $3 call $~lib/array/Array#__get call $~lib/set/Set#add - local.get $2 + local.get $3 i32.const 1 i32.add - local.set $2 + local.set $3 br $for-loop|2 end end @@ -13548,9 +13378,9 @@ call $~lib/set/Set#get:size local.set $0 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/set/Set#get:size local.get $0 i32.ne @@ -13563,17 +13393,17 @@ unreachable end i64.const 0 - local.set $1 + local.set $2 loop $for-loop|3 - local.get $1 + local.get $2 i64.const 50 i64.lt_u if global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has i32.eqz if @@ -13585,16 +13415,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has if i32.const 0 @@ -13604,17 +13434,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $2 i64.const 1 i64.add - local.set $1 + local.set $2 br $for-loop|3 end end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -13627,17 +13457,17 @@ unreachable end i64.const 0 - local.set $1 + local.set $2 loop $for-loop|4 - local.get $1 + local.get $2 i64.const 50 i64.lt_u if global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has if i32.const 0 @@ -13648,16 +13478,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has i32.eqz if @@ -13669,16 +13499,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 local.get $1 + local.get $2 call $~lib/set/Set#has if i32.const 0 @@ -13688,17 +13518,17 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $2 i64.const 1 i64.add - local.set $1 + local.set $2 br $for-loop|4 end end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -13711,14 +13541,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/set/Set#clear global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/set/Set#get:size if i32.const 0 @@ -13760,13 +13590,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 20 call $~lib/rt/itcms/__new @@ -13834,7 +13663,6 @@ ) (func $~lib/set/Set#find (param $0 i32) (param $1 f32) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -13851,19 +13679,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -13911,7 +13738,6 @@ i32.const 0 ) (func $~lib/set/Set#has (param $0 i32) (param $1 f32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -13928,10 +13754,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -13978,11 +13803,11 @@ (func $~lib/set/Set#rehash (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) - (local $4 f32) + (local $4 i32) (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) + (local $8 f32) (local $9 i32) global.get $~lib/memory/__stack_pointer i32.const 16 @@ -14000,13 +13825,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -14014,7 +13838,7 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $7 + local.tee $5 i32.store global.get $~lib/memory/__stack_pointer local.get $2 @@ -14033,39 +13857,39 @@ i32.store offset=8 local.get $0 i32.load offset=8 - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $8 + local.get $4 local.get $0 i32.load offset=16 i32.const 3 i32.shl i32.add - local.set $5 + local.set $7 local.get $3 local.set $2 loop $while-continue|0 - local.get $5 - local.get $8 + local.get $4 + local.get $7 i32.ne if - local.get $8 + local.get $4 i32.load offset=4 i32.const 1 i32.and i32.eqz if local.get $2 - local.get $8 + local.get $4 f32.load - local.tee $4 + local.tee $8 f32.store local.get $2 - local.get $7 + local.get $5 local.get $1 - local.get $4 + local.get $8 i32.reinterpret_f32 i32.const -1028477379 i32.mul @@ -14109,25 +13933,24 @@ i32.add local.set $2 end - local.get $8 + local.get $4 i32.const 8 i32.add - local.set $8 + local.set $4 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $5 i32.store offset=12 local.get $0 - local.get $7 + local.get $5 i32.store local.get $0 - local.get $7 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 @@ -14172,7 +13995,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -14189,10 +14011,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -14285,37 +14106,36 @@ call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 i32.load offset=8 - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $5 + local.tee $4 i32.const 1 i32.add i32.store offset=16 + local.get $3 local.get $4 - local.get $5 i32.const 3 i32.shl i32.add - local.tee $4 + local.tee $3 local.get $1 f32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -14324,17 +14144,17 @@ i32.const 1 i32.add i32.store offset=20 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $5 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store + local.get $3 local.get $4 - local.get $5 local.get $2 local.get $0 i32.load offset=4 @@ -14346,7 +14166,7 @@ i32.load i32.store offset=4 local.get $0 - local.get $4 + local.get $3 i32.store end global.get $~lib/memory/__stack_pointer @@ -14358,11 +14178,10 @@ (local $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) - (local $5 f32) + (local $4 f32) + (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -14373,21 +14192,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=8 - local.set $4 - local.get $6 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $2 + local.set $5 + global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -14397,46 +14216,45 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 21 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $6 i32.store global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 i32.const 0 i32.store - local.get $7 + local.get $6 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 i32.const 0 i32.store offset=12 - local.get $2 + local.get $5 i32.const 268435455 i32.gt_u if @@ -14449,8 +14267,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $2 - local.get $2 + local.get $5 + local.get $5 i32.const 8 i32.le_u select @@ -14459,74 +14277,72 @@ local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $8 + local.tee $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $7 i32.store offset=12 + local.get $6 local.get $7 - local.get $8 i32.store + local.get $6 local.get $7 - local.get $8 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 + local.get $6 local.get $7 - local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 local.get $0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 - local.get $2 + local.get $6 + local.get $5 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer local.get $6 - local.get $7 i32.store offset=4 loop $for-loop|0 local.get $2 - local.get $3 - i32.gt_s + local.get $5 + i32.lt_s if - local.get $4 local.get $3 + local.get $2 i32.const 3 i32.shl i32.add - local.tee $6 + local.tee $7 i32.load offset=4 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $7 + local.get $6 i32.store local.get $1 local.tee $0 i32.const 1 i32.add local.set $1 - local.get $6 + local.get $7 f32.load - local.set $5 - local.get $8 + local.set $4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -14535,14 +14351,13 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $6 - local.get $7 i32.store local.get $0 - local.get $7 + local.get $6 i32.load offset=12 i32.ge_u if @@ -14557,56 +14372,55 @@ call $~lib/builtins/abort unreachable end - local.get $7 + local.get $6 local.get $0 i32.const 1 i32.add - local.tee $6 + local.tee $7 i32.const 2 i32.const 1 call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store - local.get $7 local.get $6 + local.get $7 i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $7 + local.get $6 i32.store - local.get $7 + local.get $6 i32.load offset=4 local.get $0 i32.const 2 i32.shl i32.add - local.get $5 + local.get $4 f32.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer end - local.get $3 + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store - local.get $7 + local.get $6 local.get $1 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 + local.get $6 return end i32.const 34544 @@ -14618,7 +14432,6 @@ ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result f32) (local $2 f32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -14635,10 +14448,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -14654,7 +14466,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -14665,7 +14476,7 @@ i32.add f32.load local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -14674,7 +14485,6 @@ (func $~lib/set/Set#delete (param $0 i32) (param $1 f32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -14691,10 +14501,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -14745,10 +14554,9 @@ i32.or i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -14757,40 +14565,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $4 - local.get $4 + local.tee $3 + local.get $3 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $4 - local.get $2 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -14806,7 +14614,7 @@ local.get $0 i32.store local.get $0 - local.get $3 + local.get $2 call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer @@ -14820,7 +14628,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -14837,13 +14644,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 20 memory.fill - local.get $2 + global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor - local.tee $4 + local.tee $0 i32.store loop $for-loop|0 local.get $1 @@ -14851,9 +14657,9 @@ f32.lt if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has if @@ -14865,15 +14671,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has i32.eqz @@ -14893,9 +14699,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -14915,9 +14721,9 @@ f32.lt if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has i32.eqz @@ -14930,15 +14736,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has i32.eqz @@ -14958,9 +14764,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -14973,36 +14779,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $4 + local.get $0 i32.store offset=4 - local.get $2 - local.get $4 + global.get $~lib/memory/__stack_pointer + local.get $0 call $~lib/set/Set#values - local.tee $2 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor - local.tee $3 + local.tee $4 i32.store offset=12 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 call $~lib/array/Array#get:length - local.get $0 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=16 - local.get $4 - local.get $2 local.get $0 + local.get $3 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#has i32.eqz @@ -15015,36 +14820,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $3 + local.get $4 i32.store offset=4 - local.get $5 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $3 i32.store offset=16 + local.get $4 local.get $3 local.get $2 - local.get $0 call $~lib/array/Array#__get call $~lib/set/Set#add - local.get $0 + local.get $2 i32.const 1 i32.add - local.set $0 + local.set $2 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=4 - local.get $3 - call $~lib/set/Set#get:size - local.set $0 - global.get $~lib/memory/__stack_pointer local.get $4 i32.store offset=4 local.get $4 call $~lib/set/Set#get:size + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 + i32.store offset=4 + local.get $0 + call $~lib/set/Set#get:size + local.get $2 i32.ne if i32.const 0 @@ -15062,9 +14866,9 @@ f32.lt if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has i32.eqz @@ -15077,15 +14881,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has if @@ -15104,9 +14908,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -15126,9 +14930,9 @@ f32.lt if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has if @@ -15140,15 +14944,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has i32.eqz @@ -15161,15 +14965,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has if @@ -15188,9 +14992,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -15203,14 +15007,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 call $~lib/set/Set#clear global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 call $~lib/set/Set#get:size if i32.const 0 @@ -15244,13 +15048,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 22 call $~lib/rt/itcms/__new @@ -15318,7 +15121,6 @@ ) (func $~lib/set/Set#find (param $0 i32) (param $1 f64) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -15335,19 +15137,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -15395,8 +15196,7 @@ i32.const 0 ) (func $~lib/set/Set#has (param $0 i32) (param $1 f64) (result i32) - (local $2 i32) - (local $3 i64) + (local $2 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -15413,17 +15213,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.get $1 local.get $1 i64.reinterpret_f64 - local.tee $3 + local.tee $2 i32.wrap_i64 i32.const -1028477379 i32.mul @@ -15433,7 +15232,7 @@ i32.rotl i32.const 668265263 i32.mul - local.get $3 + local.get $2 i64.const 32 i64.shr_u i32.wrap_i64 @@ -15476,12 +15275,12 @@ (func $~lib/set/Set#rehash (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) - (local $4 i64) - (local $5 f64) + (local $4 i32) + (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) - (local $9 i32) + (local $8 f64) + (local $9 i64) (local $10 i32) global.get $~lib/memory/__stack_pointer i32.const 16 @@ -15499,13 +15298,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const 1 i32.add @@ -15513,7 +15311,7 @@ i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $8 + local.tee $5 i32.store global.get $~lib/memory/__stack_pointer local.get $2 @@ -15521,7 +15319,7 @@ i32.shl i32.const 3 i32.div_s - local.tee $7 + local.tee $6 i32.const 4 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor @@ -15532,41 +15330,41 @@ i32.store offset=8 local.get $0 i32.load offset=8 - local.set $9 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $9 + local.get $4 local.get $0 i32.load offset=16 i32.const 4 i32.shl i32.add - local.set $6 + local.set $7 local.get $3 local.set $2 loop $while-continue|0 - local.get $6 - local.get $9 + local.get $4 + local.get $7 i32.ne if - local.get $9 + local.get $4 i32.load offset=8 i32.const 1 i32.and i32.eqz if local.get $2 - local.get $9 + local.get $4 f64.load - local.tee $5 + local.tee $8 f64.store local.get $2 - local.get $8 - local.get $1 local.get $5 + local.get $1 + local.get $8 i64.reinterpret_f64 - local.tee $4 + local.tee $9 i32.wrap_i64 i32.const -1028477379 i32.mul @@ -15576,7 +15374,7 @@ i32.rotl i32.const 668265263 i32.mul - local.get $4 + local.get $9 i64.const 32 i64.shr_u i32.wrap_i64 @@ -15621,25 +15419,24 @@ i32.add local.set $2 end - local.get $9 + local.get $4 i32.const 16 i32.add - local.set $9 + local.set $4 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 - local.get $8 + global.get $~lib/memory/__stack_pointer + local.get $5 i32.store offset=12 local.get $0 - local.get $8 + local.get $5 i32.store local.get $0 - local.get $8 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 @@ -15663,7 +15460,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $7 + local.get $6 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 @@ -15685,7 +15482,6 @@ (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -15702,10 +15498,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -15811,37 +15606,36 @@ call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store local.get $0 i32.load offset=8 - local.set $5 - local.get $4 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $6 + local.tee $5 i32.const 1 i32.add i32.store offset=16 + local.get $4 local.get $5 - local.get $6 i32.const 4 i32.shl i32.add - local.tee $5 + local.tee $4 local.get $1 f64.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -15850,17 +15644,17 @@ i32.const 1 i32.add i32.store offset=20 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $6 - local.get $4 + local.set $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store + local.get $4 local.get $5 - local.get $6 local.get $3 local.get $0 i32.load offset=4 @@ -15872,7 +15666,7 @@ i32.load i32.store offset=8 local.get $0 - local.get $5 + local.get $4 i32.store end global.get $~lib/memory/__stack_pointer @@ -15884,11 +15678,10 @@ (local $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) - (local $5 f64) + (local $4 f64) + (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -15899,21 +15692,21 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=8 - local.set $4 - local.get $6 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $2 + local.set $5 + global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -15923,46 +15716,45 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 23 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $6 i32.store global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 i32.const 0 i32.store - local.get $7 + local.get $6 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 i32.const 0 i32.store offset=12 - local.get $2 + local.get $5 i32.const 134217727 i32.gt_u if @@ -15975,8 +15767,8 @@ end global.get $~lib/memory/__stack_pointer i32.const 8 - local.get $2 - local.get $2 + local.get $5 + local.get $5 i32.const 8 i32.le_u select @@ -15985,74 +15777,72 @@ local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $8 + local.tee $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $7 i32.store offset=12 + local.get $6 local.get $7 - local.get $8 i32.store + local.get $6 local.get $7 - local.get $8 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 + local.get $6 local.get $7 - local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 + local.get $6 local.get $0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store offset=4 - local.get $7 - local.get $2 + local.get $6 + local.get $5 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer local.get $6 - local.get $7 i32.store offset=4 loop $for-loop|0 local.get $2 - local.get $3 - i32.gt_s + local.get $5 + i32.lt_s if - local.get $4 local.get $3 + local.get $2 i32.const 4 i32.shl i32.add - local.tee $6 + local.tee $7 i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $7 + local.get $6 i32.store local.get $1 local.tee $0 i32.const 1 i32.add local.set $1 - local.get $6 + local.get $7 f64.load - local.set $5 - local.get $8 + local.set $4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -16061,14 +15851,13 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $6 - local.get $7 i32.store local.get $0 - local.get $7 + local.get $6 i32.load offset=12 i32.ge_u if @@ -16083,56 +15872,55 @@ call $~lib/builtins/abort unreachable end - local.get $7 + local.get $6 local.get $0 i32.const 1 i32.add - local.tee $6 + local.tee $7 i32.const 3 i32.const 1 call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store - local.get $7 local.get $6 + local.get $7 i32.store offset=12 end global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $7 + local.get $6 i32.store - local.get $7 + local.get $6 i32.load offset=4 local.get $0 i32.const 3 i32.shl i32.add - local.get $5 + local.get $4 f64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer end - local.get $3 + local.get $2 i32.const 1 i32.add - local.set $3 + local.set $2 br $for-loop|0 end end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $6 i32.store - local.get $7 + local.get $6 local.get $1 call $~lib/array/Array#set:length global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 + local.get $6 return end i32.const 34544 @@ -16144,7 +15932,6 @@ ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result f64) (local $2 f64) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -16161,10 +15948,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -16180,7 +15966,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -16191,7 +15976,7 @@ i32.add f64.load local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -16201,7 +15986,6 @@ (local $2 i64) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -16218,10 +16002,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -16285,10 +16068,9 @@ i32.or i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -16297,40 +16079,40 @@ i32.const 1 i32.sub i32.store offset=20 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 i32.const 1 i32.shr_u - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 i32.const 1 i32.add i32.const 4 local.get $0 i32.load offset=20 - local.tee $5 - local.get $5 + local.tee $4 + local.get $4 i32.const 4 i32.lt_u select i32.ge_u if (result i32) - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=20 - local.set $5 - local.get $3 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + local.get $4 local.get $0 i32.load offset=12 i32.const 3 @@ -16346,7 +16128,7 @@ local.get $0 i32.store local.get $0 - local.get $4 + local.get $3 call $~lib/set/Set#rehash end global.get $~lib/memory/__stack_pointer @@ -16360,7 +16142,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -16377,13 +16158,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 20 memory.fill - local.get $2 + global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor - local.tee $4 + local.tee $0 i32.store loop $for-loop|0 local.get $1 @@ -16391,9 +16171,9 @@ f64.lt if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has if @@ -16405,15 +16185,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has i32.eqz @@ -16433,9 +16213,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -16455,9 +16235,9 @@ f64.lt if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has i32.eqz @@ -16470,15 +16250,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has i32.eqz @@ -16498,9 +16278,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 call $~lib/set/Set#get:size i32.const 100 i32.ne @@ -16513,36 +16293,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $4 + local.get $0 i32.store offset=4 - local.get $2 - local.get $4 + global.get $~lib/memory/__stack_pointer + local.get $0 call $~lib/set/Set#values - local.tee $2 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer call $~lib/set/Set#constructor - local.tee $3 + local.tee $4 i32.store offset=12 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 call $~lib/array/Array#get:length - local.get $0 + local.get $2 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=16 - local.get $4 - local.get $2 local.get $0 + local.get $3 + local.get $2 call $~lib/array/Array#__get call $~lib/set/Set#has i32.eqz @@ -16555,36 +16334,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $3 + local.get $4 i32.store offset=4 - local.get $5 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $3 i32.store offset=16 + local.get $4 local.get $3 local.get $2 - local.get $0 call $~lib/array/Array#__get call $~lib/set/Set#add - local.get $0 + local.get $2 i32.const 1 i32.add - local.set $0 + local.set $2 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=4 - local.get $3 - call $~lib/set/Set#get:size - local.set $0 - global.get $~lib/memory/__stack_pointer local.get $4 i32.store offset=4 local.get $4 call $~lib/set/Set#get:size + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 + i32.store offset=4 + local.get $0 + call $~lib/set/Set#get:size + local.get $2 i32.ne if i32.const 0 @@ -16602,9 +16380,9 @@ f64.lt if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has i32.eqz @@ -16617,15 +16395,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has if @@ -16644,9 +16422,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -16666,9 +16444,9 @@ f64.lt if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has if @@ -16680,15 +16458,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#add global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has i32.eqz @@ -16701,15 +16479,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#delete global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 local.get $1 call $~lib/set/Set#has if @@ -16728,9 +16506,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 call $~lib/set/Set#get:size i32.const 50 i32.ne @@ -16743,14 +16521,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 call $~lib/set/Set#clear global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 - local.get $4 + local.get $0 call $~lib/set/Set#get:size if i32.const 0 diff --git a/tests/compiler/std/static-array.release.wat b/tests/compiler/std/static-array.release.wat index 8aeac945d1..78fadac341 100644 --- a/tests/compiler/std/static-array.release.wat +++ b/tests/compiler/std/static-array.release.wat @@ -1108,11 +1108,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1248,7 +1247,6 @@ end ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) block $folding-inner0 block $invalid block $~lib/arraybuffer/ArrayBufferView @@ -1294,10 +1292,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1312,7 +1309,6 @@ call $start:std/static-array ) (func $~lib/array/Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1329,23 +1325,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1362,10 +1356,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1088 i32.store local.get $0 @@ -1381,7 +1374,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 1088 i32.store i32.const 1092 @@ -1392,7 +1384,7 @@ i32.add i32.load local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -1423,10 +1415,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1538,14 +1529,13 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 i32.lt_u i32.const 10 i32.shl - local.get $1 i32.add global.set $~lib/rt/itcms/threshold end @@ -1839,7 +1829,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $2 local.get $1 i32.const 20 i32.sub @@ -1849,8 +1838,6 @@ i32.and i32.eq if - local.get $2 - i32.eqz local.get $0 i32.const 20 i32.sub @@ -1858,6 +1845,8 @@ i32.const 3 i32.and local.tee $2 + global.get $~lib/rt/itcms/white + i32.eqz i32.eq if local.get $1 @@ -1889,7 +1878,6 @@ ) (func $~lib/array/Array#__get (param $0 i32) (result i64) (local $1 i64) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1906,10 +1894,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1184 i32.store local.get $0 @@ -1925,7 +1912,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 1184 i32.store i32.const 1188 @@ -1936,7 +1922,7 @@ i32.add i64.load local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -1944,7 +1930,6 @@ ) (func $~lib/array/Array#__get (param $0 i32) (result f32) (local $1 f32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1961,10 +1946,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1264 i32.store local.get $0 @@ -1980,7 +1964,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 1264 i32.store i32.const 1268 @@ -1991,7 +1974,7 @@ i32.add f32.load local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -1999,7 +1982,6 @@ ) (func $~lib/array/Array#__get (param $0 i32) (result f64) (local $1 f64) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2016,10 +1998,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1360 i32.store local.get $0 @@ -2035,7 +2016,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 1360 i32.store i32.const 1364 @@ -2046,14 +2026,13 @@ i32.add f64.load local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 ) (func $start:std/static-array - (local $0 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2064,10 +2043,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1088 i32.store i32.const 1088 @@ -2145,10 +2123,9 @@ i32.const 1856 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1088 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2157,10 +2134,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1088 i32.store i32.const 1100 @@ -2178,14 +2154,13 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1088 i32.store i32.const 1092 i32.load i32.const 2 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2250,10 +2225,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1184 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2262,10 +2236,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1184 i32.store i32.const 1196 @@ -2283,14 +2256,13 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1184 i32.store i32.const 1188 i32.load i64.const 4 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2355,10 +2327,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1264 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2367,10 +2338,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1264 i32.store i32.const 1276 @@ -2388,14 +2358,13 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1264 i32.store i32.const 1268 i32.load f32.const 2.5 f32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2460,10 +2429,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1360 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2472,10 +2440,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1360 i32.store i32.const 1372 @@ -2493,14 +2460,13 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1360 i32.store i32.const 1364 i32.load f64.const 2.25 f64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/staticarray.release.wat b/tests/compiler/std/staticarray.release.wat index b7dfeef3bc..5c505b09e8 100644 --- a/tests/compiler/std/staticarray.release.wat +++ b/tests/compiler/std/staticarray.release.wat @@ -1237,11 +1237,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1628,14 +1627,13 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 i32.lt_u i32.const 10 i32.shl - local.get $2 i32.add global.set $~lib/rt/itcms/threshold end @@ -1715,7 +1713,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $3 local.get $1 i32.const 20 i32.sub @@ -1725,8 +1722,6 @@ i32.and i32.eq if - local.get $3 - i32.eqz local.get $0 i32.const 20 i32.sub @@ -1735,6 +1730,8 @@ i32.const 3 i32.and local.tee $3 + global.get $~lib/rt/itcms/white + i32.eqz i32.eq if local.get $0 @@ -2342,16 +2339,15 @@ i32.lt_s br_if $folding-inner3 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2409,10 +2405,9 @@ i32.lt_s br_if $folding-inner3 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2435,7 +2430,6 @@ call $start:std/staticarray ) (func $~lib/staticarray/StaticArray#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2452,10 +2446,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2488,7 +2481,6 @@ local.get $0 ) (func $~lib/staticarray/StaticArray#__set (param $0 i32) (param $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2505,10 +2497,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2528,13 +2519,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2542,7 +2532,6 @@ (func $std/staticarray/Ref#constructor (result i32) (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2553,20 +2542,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2575,13 +2564,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 call $~lib/rt/itcms/__new @@ -2610,7 +2598,6 @@ unreachable ) (func $~lib/array/Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2627,16 +2614,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2661,39 +2647,37 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/array/Array#get:length i32.const 2 i32.shl - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.const 4 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + local.get $2 local.get $0 i32.load offset=4 - local.get $2 + local.get $1 memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2710,10 +2694,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -2729,7 +2712,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -2740,7 +2722,7 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2750,7 +2732,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2767,10 +2748,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2779,8 +2759,8 @@ i32.load offset=16 i32.const 2 i32.shr_u - local.set $2 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -2789,10 +2769,10 @@ i32.load offset=16 i32.const 2 i32.shr_u - local.tee $4 - local.get $2 + local.tee $2 + local.get $3 i32.add - local.tee $3 + local.tee $4 i32.const 268435455 i32.gt_u if @@ -2804,29 +2784,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store offset=4 - local.get $5 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $4 i32.const 2 i32.shl i32.const 4 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $4 i32.store offset=4 - local.get $3 + local.get $4 local.get $0 - local.get $2 + local.get $3 i32.const 2 i32.shl local.tee $0 memory.copy local.get $0 - local.get $3 + local.get $4 i32.add local.get $1 - local.get $4 + local.get $2 i32.const 2 i32.shl memory.copy @@ -2834,13 +2813,12 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $4 ) (func $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2857,10 +2835,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2869,14 +2846,14 @@ i32.load offset=16 i32.const 2 i32.shr_u - local.set $5 + local.set $4 local.get $0 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $5 + local.get $4 i32.add local.tee $1 i32.const 0 @@ -2886,30 +2863,29 @@ select else local.get $1 - local.get $5 + local.get $4 local.get $1 - local.get $5 + local.get $4 i32.lt_s select end - local.tee $6 + local.tee $5 i32.const 2 i32.shl i32.add local.set $3 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store offset=4 i32.const 0 local.set $1 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $2 i32.const 0 i32.lt_s if (result i32) local.get $2 - local.get $5 + local.get $4 i32.add local.tee $0 i32.const 0 @@ -2919,13 +2895,13 @@ select else local.get $2 - local.get $5 + local.get $4 local.get $2 - local.get $5 + local.get $4 i32.lt_s select end - local.get $6 + local.get $5 i32.sub local.tee $0 i32.const 0 @@ -3021,7 +2997,6 @@ local.get $0 ) (func $~lib/staticarray/StaticArray<~lib/string/String>#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3038,10 +3013,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -3106,14 +3080,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -3128,8 +3101,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -3139,7 +3110,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -3151,12 +3122,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -3273,10 +3244,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -3286,12 +3256,12 @@ i32.const 2 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 call $~lib/array/Array#get:length - local.tee $5 + local.tee $2 local.get $3 i32.add local.tee $4 @@ -3308,12 +3278,11 @@ local.get $3 i32.const 2 i32.shl - local.set $2 + local.set $5 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $4 i32.const 9 i32.const 0 @@ -3336,7 +3305,7 @@ local.set $1 loop $for-loop|0 local.get $1 - local.get $2 + local.get $5 i32.lt_u if local.get $1 @@ -3359,11 +3328,11 @@ br $for-loop|0 end end - local.get $2 local.get $4 + local.get $5 i32.add local.set $1 - local.get $5 + local.get $2 i32.const 2 i32.shl local.set $2 @@ -3403,7 +3372,6 @@ (func $~lib/staticarray/StaticArray<~lib/string/String>#includes (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3414,16 +3382,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -3432,10 +3399,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store block $__inlined_func$~lib/staticarray/StaticArray<~lib/string/String>#indexOf$274 @@ -3452,7 +3418,7 @@ i32.ge_s i32.or if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -3481,19 +3447,18 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 local.get $2 i32.const 2 i32.shl i32.add i32.load - local.tee $5 + local.tee $4 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + local.get $4 local.get $1 call $~lib/string/String.__eq if @@ -3535,7 +3500,6 @@ ) (func $~lib/staticarray/StaticArray#indexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3552,10 +3516,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -3571,7 +3534,7 @@ i32.ge_s i32.or if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -3629,7 +3592,6 @@ ) (func $~lib/staticarray/StaticArray#lastIndexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3646,10 +3608,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -3661,7 +3622,7 @@ local.tee $3 i32.eqz if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -3779,7 +3740,6 @@ (local $5 i32) (local $6 i32) (local $7 i32) - (local $8 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -3796,10 +3756,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 local.get $1 @@ -3809,7 +3768,7 @@ i32.const 0 i32.lt_s if - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -3820,12 +3779,11 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.load local.tee $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -3841,22 +3799,21 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $0 local.get $4 i32.const 2 i32.shl i32.add i32.load - local.tee $7 + local.tee $6 i32.store offset=4 - local.get $7 + local.get $6 if + global.get $~lib/memory/__stack_pointer local.get $6 - local.get $7 i32.store offset=8 local.get $3 - local.get $7 + local.get $6 i32.const 20 i32.sub i32.load offset=16 @@ -3875,10 +3832,9 @@ i32.const 0 local.set $4 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $2 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $3 local.get $2 i32.const 20 @@ -3886,7 +3842,7 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.tee $6 + local.tee $1 local.get $5 i32.mul i32.add @@ -3894,7 +3850,7 @@ i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $6 i32.store offset=12 i32.const 0 local.set $3 @@ -3904,55 +3860,54 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $0 local.get $3 i32.const 2 i32.shl i32.add i32.load - local.tee $1 + local.tee $7 i32.store offset=4 - local.get $1 + local.get $7 if - local.get $8 - local.get $1 - i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $7 + i32.store offset=8 + local.get $6 local.get $4 i32.const 1 i32.shl i32.add - local.get $1 - local.get $1 + local.get $7 + local.get $7 i32.const 20 i32.sub i32.load offset=16 i32.const 1 i32.shr_u - local.tee $1 + local.tee $7 i32.const 1 i32.shl memory.copy - local.get $1 local.get $4 + local.get $7 i32.add local.set $4 end - local.get $6 + local.get $1 if - local.get $7 + local.get $6 local.get $4 i32.const 1 i32.shl i32.add local.get $2 - local.get $6 + local.get $1 i32.const 1 i32.shl memory.copy + local.get $1 local.get $4 - local.get $6 i32.add local.set $4 end @@ -3964,7 +3919,6 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 local.get $5 i32.const 2 @@ -3975,10 +3929,10 @@ i32.store offset=4 local.get $0 if - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $7 + local.get $6 local.get $4 i32.const 1 i32.shl @@ -3996,11 +3950,10 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 + local.get $6 ) (func $~lib/staticarray/StaticArray<~lib/string/String>#join (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4017,10 +3970,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -4029,12 +3981,12 @@ i32.load offset=16 i32.const 2 i32.shr_u - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $0 - local.get $3 + local.get $2 local.get $1 call $~lib/util/string/joinStringArray local.set $0 @@ -4065,15 +4017,14 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 7 i32.const 0 call $~lib/rt/__newArray - local.tee $6 + local.tee $10 i32.store global.get $~lib/memory/__stack_pointer local.get $0 @@ -4084,33 +4035,33 @@ i32.load offset=16 i32.const 2 i32.shr_u - local.set $8 + local.set $7 loop $for-loop|0 - local.get $8 - local.get $10 + local.get $7 + local.get $9 i32.gt_s if local.get $0 - local.get $10 + local.get $9 i32.const 2 i32.shl i32.add i32.load - local.set $9 + local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const 3 global.set $~argumentsLength + local.get $8 local.get $9 - local.get $10 local.get $0 i32.const 3472 i32.load call_indirect (type $1) if global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $10 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -4121,15 +4072,14 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $10 i32.store - local.get $6 + local.get $10 i32.load offset=12 - local.tee $7 + local.tee $6 i32.const 1 i32.add local.tee $5 @@ -4143,14 +4093,13 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $10 i32.store local.get $3 - local.get $6 + local.get $10 i32.load offset=8 local.tee $1 i32.const 2 @@ -4169,7 +4118,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $10 i32.store block $__inlined_func$~lib/rt/itcms/__renew$224 i32.const 1073741820 @@ -4196,7 +4145,7 @@ i32.lt_u select local.tee $4 - local.get $6 + local.get $10 i32.load local.tee $1 i32.const 20 @@ -4236,18 +4185,18 @@ local.get $2 i32.ne if - local.get $6 + local.get $10 local.get $2 i32.store - local.get $6 + local.get $10 local.get $2 i32.store offset=4 - local.get $6 + local.get $10 local.get $2 i32.const 0 call $~lib/rt/itcms/__link end - local.get $6 + local.get $10 local.get $4 i32.store offset=8 end @@ -4256,32 +4205,31 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $6 + local.get $10 i32.store - local.get $6 + local.get $10 i32.load offset=4 - local.get $7 + local.get $6 i32.const 2 i32.shl i32.add - local.get $9 + local.get $8 i32.store - local.get $1 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $10 i32.store - local.get $6 + local.get $10 local.get $5 i32.store offset=12 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer end - local.get $10 + local.get $9 i32.const 1 i32.add - local.set $10 + local.set $9 br $for-loop|0 end end @@ -4289,7 +4237,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 + local.get $10 return end i32.const 36752 @@ -4319,10 +4267,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -4396,10 +4343,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -4474,10 +4420,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -4550,10 +4495,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -5057,11 +5001,10 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.const 108 memory.fill - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store i32.const 1056 @@ -5374,7 +5317,8 @@ i32.const 0 global.set $std/staticarray/arr4 global.get $~lib/memory/__stack_pointer - local.tee $5 + local.set $5 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -5419,10 +5363,9 @@ end loop $for-loop|0 global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $6 i32.store - local.get $1 + local.get $0 local.get $6 i32.const 20 i32.sub @@ -5431,11 +5374,11 @@ i32.shr_u i32.lt_s if - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store local.get $6 - local.get $1 + local.get $0 call $~lib/staticarray/StaticArray#__get if i32.const 0 @@ -5445,10 +5388,10 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|0 end end @@ -5457,13 +5400,13 @@ i32.const 7 i32.const 1728 call $~lib/rt/__newArray - local.tee $1 + local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 call $~lib/staticarray/StaticArray.fromArray local.tee $5 i32.store offset=16 @@ -5478,9 +5421,9 @@ i32.shr_u local.set $6 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store - local.get $1 + local.get $0 call $~lib/array/Array#get:length local.get $6 i32.ne @@ -5494,25 +5437,25 @@ end loop $for-loop|1 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store - local.get $1 - call $~lib/array/Array#get:length local.get $0 + call $~lib/array/Array#get:length + local.get $1 i32.gt_s if global.get $~lib/memory/__stack_pointer local.get $5 i32.store local.get $5 - local.get $0 + local.get $1 call $~lib/staticarray/StaticArray#__get local.set $6 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store - local.get $1 local.get $0 + local.get $1 call $~lib/array/Array#__get local.get $6 i32.ne @@ -5524,10 +5467,10 @@ call $~lib/builtins/abort unreachable end - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|1 end end @@ -5576,9 +5519,10 @@ local.get $1 i32.store offset=20 global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store + global.get $~lib/memory/__stack_pointer + local.set $0 i32.const 4 i32.const 4 call $~lib/rt/itcms/__new @@ -5615,9 +5559,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store + global.get $~lib/memory/__stack_pointer + local.set $0 i32.const 0 i32.const 4 call $~lib/rt/itcms/__new @@ -5676,21 +5621,21 @@ local.get $1 i32.store offset=32 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store i32.const 4 i32.const 8 call $~lib/rt/itcms/__new - local.tee $5 + local.tee $6 i32.const 2080 i32.load align=1 i32.store align=1 global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $5 - i32.store offset=24 local.get $6 + i32.store offset=24 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -5699,10 +5644,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -5711,18 +5655,18 @@ i32.load offset=16 i32.const 2 i32.shr_u - local.set $7 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $6 - local.get $5 i32.store - local.get $5 + local.get $6 i32.const 20 i32.sub i32.load offset=16 i32.const 2 i32.shr_u - local.tee $6 - local.get $7 + local.tee $7 + local.get $0 i32.add local.tee $8 i32.const 268435455 @@ -5735,15 +5679,14 @@ call $~lib/builtins/abort unreachable end - local.get $7 + local.get $0 i32.const 2 i32.shl - local.set $7 + local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $9 local.get $1 i32.store offset=4 - local.get $9 + global.get $~lib/memory/__stack_pointer local.get $8 i32.const 2 i32.shl @@ -5752,9 +5695,9 @@ local.tee $8 i32.store offset=4 loop $for-loop|011 + local.get $0 local.get $2 - local.get $7 - i32.lt_u + i32.gt_u if local.get $2 local.get $8 @@ -5776,26 +5719,26 @@ br $for-loop|011 end end - local.get $7 + local.get $0 local.get $8 i32.add - local.set $2 - local.get $6 + local.set $1 + local.get $7 i32.const 2 i32.shl - local.set $6 + local.set $2 i32.const 0 - local.set $1 + local.set $0 loop $for-loop|112 - local.get $1 - local.get $6 + local.get $0 + local.get $2 i32.lt_u if + local.get $0 local.get $1 - local.get $2 i32.add - local.get $1 - local.get $5 + local.get $0 + local.get $6 i32.add i32.load local.tee $7 @@ -5804,10 +5747,10 @@ local.get $7 i32.const 1 call $~lib/rt/itcms/__link - local.get $1 + local.get $0 i32.const 4 i32.add - local.set $1 + local.set $0 br $for-loop|112 end end @@ -5815,7 +5758,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $5 local.get $8 i32.store offset=36 global.get $~lib/memory/__stack_pointer @@ -5842,40 +5785,39 @@ i32.const 20 i32.const 8 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $2 i32.const 2288 i32.const 20 memory.copy local.get $0 - local.get $1 + local.get $2 i32.store offset=40 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store i32.const 0 global.set $~argumentsLength - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs - local.tee $2 + local.tee $0 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store - local.get $2 + local.get $0 i32.const 20 i32.sub i32.load offset=16 i32.const 2 i32.shr_u - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $0 local.get $1 + local.get $2 i32.const 20 i32.sub i32.load offset=16 @@ -5891,14 +5833,13 @@ unreachable end i32.const 0 - local.set $0 + local.set $1 loop $for-loop|2 global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $1 + local.get $2 i32.store - local.get $0 local.get $1 + local.get $2 i32.const 20 i32.sub i32.load offset=16 @@ -5906,21 +5847,21 @@ i32.shr_u i32.lt_s if - local.get $5 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.store offset=48 + local.get $2 local.get $1 - local.get $0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $0 i32.store offset=48 - local.get $2 local.get $0 + local.get $1 call $~lib/staticarray/StaticArray<~lib/string/String>#__get local.set $6 global.get $~lib/memory/__stack_pointer @@ -5938,19 +5879,18 @@ call $~lib/builtins/abort unreachable end - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 1 i32.const 3 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> @@ -5981,14 +5921,14 @@ local.get $0 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store global.get $~lib/memory/__stack_pointer i32.const 2144 i32.store offset=24 - local.get $2 + local.get $1 i32.const 2144 call $~lib/string/String.__eq i32.eqz @@ -6026,13 +5966,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store i32.const 1 global.set $~argumentsLength - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 1 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs local.tee $0 @@ -6048,10 +5987,10 @@ i32.shr_u local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store local.get $0 - local.get $1 + local.get $2 i32.const 20 i32.sub i32.load offset=16 @@ -6069,11 +6008,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 0 i32.const 50 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> @@ -6090,10 +6028,10 @@ i32.shr_u local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store local.get $0 - local.get $1 + local.get $2 i32.const 20 i32.sub i32.load offset=16 @@ -6109,13 +6047,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store i32.const 1 global.set $~argumentsLength - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 100 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs local.tee $0 @@ -6138,13 +6075,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store i32.const 1 global.set $~argumentsLength - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const -1 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs local.tee $0 @@ -6194,11 +6130,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const -2 i32.const -2 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> @@ -6222,11 +6157,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 2 i32.const -2 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> @@ -6289,9 +6223,10 @@ local.get $1 i32.store offset=52 global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store + global.get $~lib/memory/__stack_pointer + local.set $0 i32.const 0 i32.const 9 i32.const 2512 @@ -6332,9 +6267,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store + global.get $~lib/memory/__stack_pointer + local.set $0 i32.const 1 i32.const 9 i32.const 2576 @@ -6389,10 +6325,9 @@ local.get $1 i32.store offset=60 global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2144 i32.store offset=24 local.get $1 @@ -6410,10 +6345,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2544 i32.store offset=24 local.get $1 @@ -6429,10 +6363,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2240 i32.store offset=24 local.get $1 @@ -6448,10 +6381,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2240 i32.store offset=24 local.get $1 @@ -6472,17 +6404,16 @@ i32.const 8 i32.const 10 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $0 i32.const 2656 i64.load align=1 i64.store align=1 global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 + local.get $0 i32.store i32.const 0 - local.set $0 - local.get $2 + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -6491,22 +6422,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $1 + local.get $0 i32.const 20 i32.sub i32.load offset=16 i32.const 3 i32.shr_u - local.tee $5 + local.tee $2 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -6514,12 +6444,12 @@ br $__inlined_func$~lib/staticarray/StaticArray#includes$276 end loop $while-continue|0 - local.get $0 - local.get $5 + local.get $1 + local.get $2 i32.lt_s if - local.get $1 local.get $0 + local.get $1 i32.const 3 i32.shl i32.add @@ -6535,10 +6465,10 @@ i32.const 1 br $__inlined_func$~lib/staticarray/StaticArray#includes$276 end - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $while-continue|0 end end @@ -6561,17 +6491,16 @@ i32.const 4 i32.const 11 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $0 i32.const 2688 i32.load align=1 i32.store align=1 global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 + local.get $0 i32.store i32.const 0 - local.set $0 - local.get $2 + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -6580,22 +6509,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $1 + local.get $0 i32.const 20 i32.sub i32.load offset=16 i32.const 2 i32.shr_u - local.tee $5 + local.tee $2 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -6603,12 +6531,12 @@ br $__inlined_func$~lib/staticarray/StaticArray#includes$277 end loop $while-continue|026 - local.get $0 - local.get $5 + local.get $1 + local.get $2 i32.lt_s if - local.get $1 local.get $0 + local.get $1 i32.const 2 i32.shl i32.add @@ -6624,10 +6552,10 @@ i32.const 1 br $__inlined_func$~lib/staticarray/StaticArray#includes$277 end - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $while-continue|026 end end @@ -6864,10 +6792,9 @@ local.get $1 i32.store offset=72 global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=48 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2960 i32.store offset=76 local.get $1 @@ -6893,10 +6820,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=48 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2928 i32.store offset=76 local.get $1 @@ -6922,10 +6848,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=48 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3088 i32.store offset=76 local.get $1 @@ -6951,10 +6876,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=48 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3168 i32.store offset=76 local.get $1 @@ -6980,10 +6904,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=48 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2960 i32.store offset=76 local.get $1 @@ -7005,13 +6928,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 2960 i32.store offset=4 local.get $1 @@ -7042,20 +6964,19 @@ i32.const 8 i32.const 4 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $1 i32.const 3264 i64.load align=1 i64.store align=1 local.get $0 - local.get $2 + local.get $1 i32.store offset=80 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $2 + local.get $1 i32.store i32.const 2 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -7067,10 +6988,9 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $2 + local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -7079,41 +6999,40 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store i32.const 1 - local.get $2 + local.get $1 i32.const 20 i32.sub i32.load offset=16 i32.const 2 i32.shr_u - local.tee $0 - local.get $0 + local.tee $2 + local.get $2 i32.const 1 i32.gt_u select - local.set $1 + local.set $0 loop $for-loop|026 local.get $0 - local.get $1 - i32.gt_s + local.get $2 + i32.lt_s if - local.get $2 local.get $1 + local.get $0 i32.const 2 i32.shl i32.add i32.const 1 i32.store - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|026 end end @@ -7126,9 +7045,9 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 0 call $~lib/staticarray/StaticArray#__get if @@ -7140,9 +7059,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 1 @@ -7160,18 +7079,17 @@ i32.const 12 i32.const 4 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $1 i32.const 3296 i32.const 12 memory.copy local.get $0 - local.get $2 + local.get $1 i32.store offset=84 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $2 + local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -7180,39 +7098,38 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 20 i32.sub i32.load offset=16 i32.const 2 i32.shr_u - local.tee $0 + local.tee $2 i32.const 1 i32.gt_u if i32.const 0 - local.set $1 - local.get $0 + local.set $0 + local.get $2 i32.const 1 i32.shr_u local.set $5 - local.get $0 + local.get $2 i32.const 1 i32.sub - local.set $0 + local.set $2 loop $while-continue|028 - local.get $1 + local.get $0 local.get $5 i32.lt_u if - local.get $2 local.get $1 + local.get $0 i32.const 2 i32.shl i32.add @@ -7220,9 +7137,9 @@ i32.load local.set $7 local.get $6 + local.get $1 local.get $2 local.get $0 - local.get $1 i32.sub i32.const 2 i32.shl @@ -7233,10 +7150,10 @@ local.get $6 local.get $7 i32.store - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $while-continue|028 end end @@ -7246,9 +7163,9 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 0 call $~lib/staticarray/StaticArray#__get i32.const 3 @@ -7262,9 +7179,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 2 @@ -7278,9 +7195,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 2 call $~lib/staticarray/StaticArray#__get i32.const 1 @@ -7306,12 +7223,11 @@ local.get $1 i32.store offset=88 global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store i32.const 2 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -7323,10 +7239,9 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -7335,10 +7250,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -7487,13 +7401,14 @@ local.get $2 i32.store offset=92 global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3408 i32.store offset=24 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -7502,13 +7417,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.const 20 i32.sub @@ -7528,13 +7442,13 @@ i32.load offset=4 local.set $7 i32.const 0 - local.set $1 + local.set $0 loop $for-loop|029 - local.get $1 + local.get $0 local.get $5 i32.lt_s if - local.get $1 + local.get $0 i32.const 2 i32.shl local.tee $8 @@ -7551,16 +7465,16 @@ local.get $8 i32.add local.get $9 - local.get $1 + local.get $0 local.get $2 i32.const 3408 i32.load call_indirect (type $1) i32.store - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|029 end end @@ -7568,7 +7482,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $1 local.get $6 i32.store offset=96 global.get $~lib/memory/__stack_pointer @@ -7620,13 +7534,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $2 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3440 i32.store offset=24 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -7635,12 +7548,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store i32.const 0 - local.set $0 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -7649,14 +7561,14 @@ i32.load offset=16 i32.const 2 i32.shr_u - local.set $1 + local.set $0 loop $for-loop|030 local.get $0 local.get $1 - i32.lt_s + i32.gt_s if local.get $2 - local.get $0 + local.get $1 i32.const 2 i32.shl i32.add @@ -7668,15 +7580,15 @@ i32.const 3 global.set $~argumentsLength local.get $5 - local.get $0 + local.get $1 local.get $2 i32.const 3440 i32.load call_indirect (type $5) - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|030 end end @@ -7696,13 +7608,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $2 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3472 i32.store offset=24 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $2 call $~lib/staticarray/StaticArray#filter local.tee $0 @@ -7755,15 +7666,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $2 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3504 i32.store offset=24 i32.const 0 - local.set $0 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -7772,12 +7682,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store i32.const 0 - local.set $1 - local.get $5 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -7788,12 +7697,12 @@ i32.shr_u local.set $5 loop $for-loop|031 - local.get $1 + local.get $0 local.get $5 i32.lt_s if local.get $2 - local.get $1 + local.get $0 i32.const 2 i32.shl i32.add @@ -7804,18 +7713,18 @@ i32.store i32.const 4 global.set $~argumentsLength - local.get $0 - local.get $6 local.get $1 + local.get $6 + local.get $0 local.get $2 i32.const 3504 i32.load call_indirect (type $6) - local.set $0 - local.get $1 + local.set $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|031 end end @@ -7823,7 +7732,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.const 6 i32.ne if @@ -7835,15 +7744,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $2 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3536 i32.store offset=24 i32.const 0 - local.set $0 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -7852,10 +7760,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -7866,14 +7773,14 @@ i32.shr_u i32.const 1 i32.sub - local.set $1 + local.set $0 loop $for-loop|032 - local.get $1 + local.get $0 i32.const 0 i32.ge_s if local.get $2 - local.get $1 + local.get $0 i32.const 2 i32.shl i32.add @@ -7884,18 +7791,18 @@ i32.store i32.const 4 global.set $~argumentsLength - local.get $0 - local.get $5 local.get $1 + local.get $5 + local.get $0 local.get $2 i32.const 3536 i32.load call_indirect (type $6) - local.set $0 - local.get $1 + local.set $1 + local.get $0 i32.const 1 i32.sub - local.set $1 + local.set $0 br $for-loop|032 end end @@ -7903,7 +7810,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.const 6 i32.ne if @@ -7915,10 +7822,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $2 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3568 i32.store offset=24 local.get $2 @@ -7934,10 +7840,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $2 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3600 i32.store offset=24 local.get $2 @@ -7952,10 +7857,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $2 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3632 i32.store offset=24 local.get $2 @@ -7971,10 +7875,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $2 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3664 i32.store offset=24 local.get $2 @@ -7989,10 +7892,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $2 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3696 i32.store offset=24 local.get $2 @@ -8009,10 +7911,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $2 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3728 i32.store offset=24 local.get $2 @@ -8029,10 +7930,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $2 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3760 i32.store offset=24 local.get $2 @@ -8049,10 +7949,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $2 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3792 i32.store offset=24 local.get $2 @@ -8081,12 +7980,11 @@ local.get $1 i32.store offset=104 global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store i32.const 0 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -8095,23 +7993,21 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 3872 i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $1 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3872 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -8120,10 +8016,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $1 @@ -8132,12 +8027,12 @@ i32.load offset=16 i32.const 2 i32.shr_u - local.set $2 - local.get $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 3872 i32.store local.get $1 - local.get $2 + local.get $0 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer i32.const 8 @@ -8277,9 +8172,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $5 local.get $0 i32.const 2 i32.shl diff --git a/tests/compiler/std/string-casemapping.release.wat b/tests/compiler/std/string-casemapping.release.wat index 88f2339474..617fc04b1e 100644 --- a/tests/compiler/std/string-casemapping.release.wat +++ b/tests/compiler/std/string-casemapping.release.wat @@ -1523,11 +1523,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1712,8 +1711,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -2333,10 +2331,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2348,7 +2345,7 @@ local.tee $8 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2657,14 +2654,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2679,8 +2675,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -2690,7 +2684,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -2702,12 +2696,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -2828,10 +2822,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2843,7 +2836,7 @@ local.tee $6 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -3372,7 +3365,6 @@ ) (func $~lib/string/String#codePointAt (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3389,10 +3381,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -3405,7 +3396,7 @@ local.get $1 i32.le_u if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -3463,7 +3454,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3474,83 +3464,81 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - block $__inlined_func$~lib/string/String#concat$148 (result i32) - local.get $2 - local.get $0 - i32.store - local.get $2 - local.get $1 - i32.store offset=4 - local.get $2 - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 21080 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $5 - i64.const 0 - i64.store - local.get $5 - local.get $0 - i32.store - local.get $0 - i32.const 20 - i32.sub - i32.load offset=16 - i32.const -2 - i32.and - local.set $2 - local.get $5 - local.get $1 - i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 21080 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + local.get $0 + local.tee $2 + i32.store + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const -2 + i32.and + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + block $__inlined_func$~lib/string/String#concat$148 local.get $1 i32.const 20 i32.sub i32.load offset=16 i32.const -2 i32.and - local.tee $3 - local.get $2 - i32.add local.tee $4 + local.get $3 + i32.add + local.tee $0 i32.eqz if - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 1056 + local.set $0 br $__inlined_func$~lib/string/String#concat$148 end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.const 2 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $0 i32.store offset=4 - local.get $4 local.get $0 local.get $2 + local.get $3 memory.copy - local.get $2 - local.get $4 + local.get $0 + local.get $3 i32.add local.get $1 - local.get $3 + local.get $4 memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -3590,7 +3578,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.const 28 memory.fill @@ -3626,7 +3613,7 @@ i32.store i32.const 1376 global.set $~lib/rt/itcms/fromSpace - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=8 i32.const 1056 @@ -5945,10 +5932,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 2 local.get $0 i32.const 65535 @@ -6024,13 +6010,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i64.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/string-encoding.release.wat b/tests/compiler/std/string-encoding.release.wat index b62fdf3037..1896b425de 100644 --- a/tests/compiler/std/string-encoding.release.wat +++ b/tests/compiler/std/string-encoding.release.wat @@ -1110,11 +1110,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1299,8 +1298,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1699,10 +1697,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1711,10 +1708,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store i32.const 1052 @@ -1774,13 +1770,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 call $~lib/string/String.UTF16.encode local.tee $0 @@ -1955,16 +1950,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 call $~lib/string/String.UTF16.encode local.tee $0 @@ -2007,10 +2001,9 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store i32.const 1056 @@ -2055,15 +2048,14 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store i32.const 1 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.const 0 call $~lib/string/String.UTF8.encode@varargs @@ -2220,13 +2212,14 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 1904 i32.store offset=4 i32.const 1904 @@ -2262,7 +2255,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 1904 i32.store offset=4 i32.const 1904 @@ -2298,7 +2292,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 1968 i32.store offset=4 i32.const 1968 @@ -2334,7 +2329,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer i32.const 1968 i32.store offset=4 i32.const 1968 @@ -2382,18 +2378,17 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store i32.const 1 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.const 0 call $~lib/string/String.UTF8.encode@varargs @@ -2437,16 +2432,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 32 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store i32.const 2 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.const 1 call $~lib/string/String.UTF8.encode@varargs @@ -2478,10 +2472,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2000 i32.store offset=16 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2000 i32.store i32.const 2000 @@ -2498,12 +2491,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2000 i32.store i32.const 2 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2000 i32.const 1 call $~lib/string/String.UTF8.encode@varargs @@ -2527,10 +2519,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 2048 i32.store offset=24 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 2048 i32.store i32.const 2048 @@ -2572,12 +2563,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2000 i32.store i32.const 2 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2000 i32.const 0 call $~lib/string/String.UTF8.encode@varargs @@ -2687,13 +2677,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 20 i32.sub @@ -2721,7 +2710,6 @@ local.get $1 ) (func $~lib/string/String.UTF16.decode (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2738,10 +2726,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2778,14 +2765,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2800,8 +2786,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -2811,7 +2795,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -2823,12 +2807,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -2942,16 +2926,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 call $~lib/string/String.UTF16.encode local.tee $0 @@ -2961,18 +2944,18 @@ i32.store i32.const 1052 i32.load - local.set $1 + local.set $2 local.get $0 i32.const 0 call $~lib/string/String.UTF16.decodeUnsafe - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store global.get $~lib/memory/__stack_pointer i32.const 1552 i32.store offset=8 - local.get $2 + local.get $1 i32.const 1552 call $~lib/string/String.__eq i32.eqz @@ -2985,14 +2968,13 @@ unreachable end local.get $0 - local.get $1 + local.get $2 call $~lib/string/String.UTF16.decodeUnsafe local.set $1 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=8 local.get $1 @@ -3012,10 +2994,9 @@ call $~lib/string/String.UTF16.decodeUnsafe local.set $1 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1584 i32.store offset=8 local.get $1 @@ -3037,10 +3018,9 @@ call $~lib/string/String.UTF16.decodeUnsafe local.set $1 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1616 i32.store offset=8 local.get $1 @@ -3062,10 +3042,9 @@ call $~lib/string/String.UTF16.decodeUnsafe local.set $1 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1648 i32.store offset=8 local.get $1 @@ -3087,10 +3066,9 @@ call $~lib/string/String.UTF16.decodeUnsafe local.set $1 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1680 i32.store offset=8 local.get $1 @@ -3112,10 +3090,9 @@ call $~lib/string/String.UTF16.decodeUnsafe local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1552 i32.store offset=8 local.get $0 @@ -3157,13 +3134,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 local.get $1 call $~lib/string/String.UTF8.byteLength @@ -3445,18 +3421,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store i32.const 2 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.const 1 call $~lib/string/String.UTF8.encode@varargs @@ -3610,15 +3585,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1824 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1824 i32.store i32.const 2 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1824 i32.const 1 call $~lib/string/String.UTF8.encode@varargs @@ -3654,7 +3628,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/string/String.UTF8.decode (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3671,10 +3644,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -3711,18 +3683,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store i32.const 2 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.const 1 call $~lib/string/String.UTF8.encode@varargs @@ -3734,19 +3705,19 @@ i32.const 1056 i32.const 0 call $~lib/string/String.UTF8.byteLength - local.set $1 + local.set $2 local.get $0 i32.const 0 i32.const 0 call $~lib/string/String.UTF8.decodeUnsafe - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store global.get $~lib/memory/__stack_pointer i32.const 1552 i32.store offset=8 - local.get $2 + local.get $1 i32.const 1552 call $~lib/string/String.__eq i32.eqz @@ -3759,15 +3730,14 @@ unreachable end local.get $0 - local.get $1 + local.get $2 i32.const 0 call $~lib/string/String.UTF8.decodeUnsafe local.set $1 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=8 local.get $1 @@ -3788,10 +3758,9 @@ call $~lib/string/String.UTF8.decodeUnsafe local.set $1 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1584 i32.store offset=8 local.get $1 @@ -3814,10 +3783,9 @@ call $~lib/string/String.UTF8.decodeUnsafe local.set $1 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1648 i32.store offset=8 local.get $1 @@ -3840,10 +3808,9 @@ call $~lib/string/String.UTF8.decodeUnsafe local.set $1 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1680 i32.store offset=8 local.get $1 @@ -3866,10 +3833,9 @@ call $~lib/string/String.UTF8.decodeUnsafe local.set $1 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1552 i32.store offset=8 local.get $1 @@ -3892,10 +3858,9 @@ call $~lib/string/String.UTF8.decodeUnsafe local.set $1 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 2080 i32.store offset=8 local.get $1 @@ -3918,10 +3883,9 @@ call $~lib/string/String.UTF8.decodeUnsafe local.set $1 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1680 i32.store offset=8 local.get $1 @@ -3944,10 +3908,9 @@ call $~lib/string/String.UTF8.decodeUnsafe local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1552 i32.store offset=8 local.get $0 @@ -3985,16 +3948,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 1 global.set $~argumentsLength - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.const 0 call $~lib/string/String.UTF8.encode@varargs @@ -4026,10 +3988,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/string/String.UTF16.encode local.tee $1 @@ -4081,27 +4042,26 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.const -2 i32.and - local.tee $1 + local.tee $2 i32.const 2 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $1 i32.store - local.get $2 - local.get $0 local.get $1 + local.get $0 + local.get $2 memory.copy global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 ) (func $~lib/string/String.UTF8.decodeUnsafe (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) diff --git a/tests/compiler/std/string-nonnull.release.wat b/tests/compiler/std/string-nonnull.release.wat index 06ae093de0..c4efea7937 100644 --- a/tests/compiler/std/string-nonnull.release.wat +++ b/tests/compiler/std/string-nonnull.release.wat @@ -21,13 +21,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 call $~lib/string/String.__ne @@ -52,13 +51,12 @@ drop end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1056 i32.store offset=4 i32.const 1052 i32.load drop - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 call $~lib/string/String.__eq @@ -85,10 +83,9 @@ drop end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1056 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -97,10 +94,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store i32.const 1052 @@ -137,7 +133,6 @@ unreachable ) (func $~lib/string/String.__eq (result i32) - (local $0 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -154,10 +149,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -181,13 +175,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=4 call $~lib/string/String.__eq diff --git a/tests/compiler/std/string.release.wat b/tests/compiler/std/string.release.wat index d1deec7441..8518493cd8 100644 --- a/tests/compiler/std/string.release.wat +++ b/tests/compiler/std/string.release.wat @@ -2110,11 +2110,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -2299,8 +2298,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -2604,7 +2602,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $3 local.get $1 i32.const 20 i32.sub @@ -2614,8 +2611,6 @@ i32.and i32.eq if - local.get $3 - i32.eqz local.get $0 i32.const 20 i32.sub @@ -2624,6 +2619,8 @@ i32.const 3 i32.and local.tee $3 + global.get $~lib/rt/itcms/white + i32.eqz i32.eq if local.get $0 @@ -3944,10 +3941,10 @@ (local $1 i64) (local $2 i32) (local $3 i64) - (local $4 i64) + (local $4 i32) (local $5 i64) (local $6 i64) - (local $7 i32) + (local $7 i64) (local $8 i32) (local $9 i32) (local $10 i64) @@ -3975,9 +3972,9 @@ i64.const 52 i64.shr_u i32.wrap_i64 - local.tee $7 + local.tee $4 i32.const 1 - local.get $7 + local.get $4 select i32.const 1075 i32.sub @@ -3987,7 +3984,7 @@ local.get $1 i64.const 4503599627370495 i64.and - local.get $7 + local.get $4 i32.const 0 i32.ne i64.extend_i32_u @@ -4002,11 +3999,11 @@ local.tee $3 i64.clz i32.wrap_i64 - local.tee $7 + local.tee $9 i32.sub - local.set $9 + local.set $4 local.get $3 - local.get $7 + local.get $9 i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_plus @@ -4016,25 +4013,24 @@ i64.eq i32.const 1 i32.add - local.tee $7 + local.tee $9 i64.extend_i32_s i64.shl i64.const 1 i64.sub local.get $8 - local.get $7 - i32.sub local.get $9 i32.sub + local.get $4 + i32.sub i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_minus - local.get $9 + local.get $4 global.set $~lib/util/number/_exp i32.const 348 i32.const -61 global.get $~lib/util/number/_exp - local.tee $7 i32.sub f64.convert_i32_s f64.const 0.30102999566398114 @@ -4043,8 +4039,8 @@ f64.add local.tee $0 i32.trunc_sat_f64_s - local.tee $8 - local.get $8 + local.tee $4 + local.get $4 f64.convert_i32_s local.get $0 f64.ne @@ -4053,18 +4049,18 @@ i32.shr_s i32.const 1 i32.add - local.tee $8 + local.tee $4 i32.const 3 i32.shl - local.tee $9 + local.tee $8 i32.sub global.set $~lib/util/number/_K - local.get $9 + local.get $8 i32.const 23400 i32.add i64.load global.set $~lib/util/number/_frc_pow - local.get $8 + local.get $4 i32.const 1 i32.shl i32.const 24096 @@ -4078,7 +4074,7 @@ local.tee $1 i64.const 4294967295 i64.and - local.set $4 + local.set $5 global.get $~lib/util/number/_frc_pow local.tee $10 i64.const 4294967295 @@ -4089,13 +4085,13 @@ i64.shr_u local.tee $1 i64.mul - local.get $4 + local.get $5 local.get $11 i64.mul i64.const 32 i64.shr_u i64.add - local.set $5 + local.set $6 global.get $~lib/util/number/_frc_plus local.tee $3 i64.const 4294967295 @@ -4113,7 +4109,7 @@ i64.const 32 i64.shr_u i64.add - local.set $6 + local.set $7 global.get $~lib/util/number/_frc_minus local.tee $13 i64.const 4294967295 @@ -4143,14 +4139,14 @@ i64.shr_u local.tee $1 i64.mul - local.get $5 + local.get $6 i64.const 32 i64.shr_u i64.add local.get $1 - local.get $4 - i64.mul local.get $5 + i64.mul + local.get $6 i64.const 4294967295 i64.and i64.add @@ -4162,14 +4158,14 @@ local.get $1 local.get $3 i64.mul - local.get $6 + local.get $7 i64.const 32 i64.shr_u i64.add local.get $1 local.get $12 i64.mul - local.get $6 + local.get $7 i64.const 4294967295 i64.and i64.add @@ -4181,8 +4177,8 @@ i64.const 1 i64.sub local.tee $3 - local.get $7 global.get $~lib/util/number/_exp_pow + global.get $~lib/util/number/_exp i32.add i32.const -64 i32.sub @@ -4277,16 +4273,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -4342,7 +4337,6 @@ ) (func $~lib/string/String.__eq (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4359,14 +4353,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4381,7 +4374,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -4390,11 +4382,11 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $3 + local.get $2 local.get $1 i32.const 20 i32.sub @@ -4403,16 +4395,16 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 i32.const 0 local.get $1 - local.get $3 + local.get $2 call $~lib/util/string/compareImpl i32.eqz local.set $0 @@ -4447,10 +4439,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -4513,10 +4504,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -4528,7 +4518,7 @@ i32.shr_u i32.ge_u if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4556,7 +4546,6 @@ local.get $2 ) (func $~lib/string/String.__not (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -4573,12 +4562,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 if (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -4599,7 +4587,6 @@ i32.eqz ) (func $~lib/array/Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -4616,16 +4603,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -4651,17 +4637,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/array/Array#get:length - local.set $3 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.const 1 i32.shl i32.const 2 @@ -4673,12 +4658,12 @@ i32.store local.get $0 i32.load offset=4 - local.set $1 + local.set $3 i32.const 0 local.set $0 loop $for-loop|0 local.get $0 - local.get $3 + local.get $1 i32.lt_s if local.get $2 @@ -4686,7 +4671,7 @@ i32.const 1 i32.shl i32.add - local.get $1 + local.get $3 local.get $0 i32.const 2 i32.shl @@ -4709,7 +4694,6 @@ (func $~lib/string/String#indexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4726,10 +4710,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -4741,7 +4724,7 @@ local.tee $3 i32.eqz if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4749,7 +4732,6 @@ return end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store local.get $0 @@ -4758,10 +4740,10 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.tee $5 + local.tee $4 i32.eqz if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4775,13 +4757,13 @@ i32.gt_s select local.tee $2 - local.get $5 + local.get $4 local.get $2 - local.get $5 + local.get $4 i32.lt_s select local.set $2 - local.get $5 + local.get $4 local.get $3 i32.sub local.set $4 @@ -4791,10 +4773,9 @@ i32.le_s if global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 @@ -4847,10 +4828,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -4860,7 +4840,7 @@ i32.const -2 i32.and local.set $4 - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -4874,12 +4854,12 @@ local.get $1 i32.const 1 i32.shl - local.tee $7 + local.tee $1 local.get $4 i32.lt_u i32.or if - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4887,20 +4867,20 @@ return end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.const 2 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $7 i32.store offset=4 - local.get $7 + local.get $1 local.get $4 i32.sub - local.tee $7 + local.tee $8 local.get $3 i32.gt_u if - local.get $7 - local.get $7 + local.get $8 + local.get $8 i32.const 2 i32.sub local.get $3 @@ -4909,14 +4889,14 @@ i32.mul local.tee $6 i32.sub - local.set $8 + local.set $1 loop $while-continue|0 local.get $5 local.get $6 i32.lt_u if - local.get $1 local.get $5 + local.get $7 i32.add local.get $2 local.get $3 @@ -4928,20 +4908,20 @@ br $while-continue|0 end end - local.get $1 local.get $6 + local.get $7 i32.add local.get $2 - local.get $8 + local.get $1 memory.copy else - local.get $1 - local.get $2 local.get $7 + local.get $2 + local.get $8 memory.copy end - local.get $1 local.get $7 + local.get $8 i32.add local.get $0 local.get $4 @@ -4950,7 +4930,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $7 ) (func $~lib/string/String#padEnd (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -4974,10 +4954,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -4987,7 +4966,7 @@ i32.const -2 i32.and local.set $3 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -5001,12 +4980,12 @@ local.get $1 i32.const 1 i32.shl - local.tee $6 + local.tee $1 local.get $3 i32.lt_u i32.or if - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -5014,16 +4993,16 @@ return end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.const 2 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $6 i32.store offset=4 - local.get $1 + local.get $6 local.get $0 local.get $3 memory.copy - local.get $6 + local.get $1 local.get $3 i32.sub local.tee $0 @@ -5040,11 +5019,11 @@ i32.mul local.tee $5 i32.sub - local.set $6 - local.get $1 + local.set $7 local.get $3 + local.get $6 i32.add - local.set $7 + local.set $1 i32.const 0 local.set $0 loop $while-continue|0 @@ -5053,7 +5032,7 @@ i32.lt_u if local.get $0 - local.get $7 + local.get $1 i32.add local.get $2 local.get $4 @@ -5065,17 +5044,17 @@ br $while-continue|0 end end - local.get $1 local.get $3 + local.get $6 i32.add local.get $5 i32.add local.get $2 - local.get $6 + local.get $7 memory.copy else - local.get $1 local.get $3 + local.get $6 i32.add local.get $2 local.get $0 @@ -5085,12 +5064,11 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $6 ) (func $~lib/string/String#lastIndexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -5107,10 +5085,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -5122,7 +5099,7 @@ local.tee $3 i32.eqz if - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -5132,7 +5109,7 @@ i32.const 1 i32.shr_u local.set $0 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -5140,7 +5117,6 @@ return end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store local.get $0 @@ -5149,10 +5125,10 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.tee $5 + local.tee $4 i32.eqz if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -5166,7 +5142,7 @@ i32.gt_s select local.tee $2 - local.get $5 + local.get $4 local.get $3 i32.sub local.tee $4 @@ -5181,10 +5157,9 @@ i32.ge_s if global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 @@ -5216,7 +5191,6 @@ ) (func $~lib/string/String#lastIndexOf@varargs (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -5249,10 +5223,9 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 @@ -5269,7 +5242,6 @@ (func $~lib/string/String#localeCompare (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -5286,14 +5258,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -5301,7 +5272,6 @@ return end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -5310,8 +5280,8 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.set $4 - local.get $3 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -5320,26 +5290,26 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.set $2 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 i32.const 0 local.get $1 - local.get $4 local.get $2 + local.get $3 local.get $2 - local.get $4 - i32.gt_s + local.get $3 + i32.lt_s select call $~lib/util/string/compareImpl local.tee $0 - local.get $4 local.get $2 + local.get $3 i32.sub local.get $0 select @@ -5376,10 +5346,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -5533,10 +5502,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -5688,10 +5656,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -5938,10 +5905,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -6179,10 +6145,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store block $folding-inner0 @@ -6505,8 +6470,7 @@ f64.const nan:0x8000000000000 ) (func $~lib/string/parseInt (param $0 i32) (param $1 i32) (result f64) - (local $2 i32) - (local $3 f64) + (local $2 f64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -6523,21 +6487,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.get $1 call $~lib/util/string/strtol - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 ) (func $~lib/util/string/strtod (param $0 i32) (result f64) (local $1 i32) @@ -6570,10 +6533,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store block $folding-inner1 @@ -7378,8 +7340,7 @@ f64.mul ) (func $~lib/number/F64.parseFloat (param $0 i32) (result f64) - (local $1 i32) - (local $2 f64) + (local $1 f64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -7396,20 +7357,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/util/string/strtod - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 ) (func $~lib/util/string/strtol (result i32) (local $0 i32) @@ -7438,10 +7398,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4880 i32.store block $folding-inner0 @@ -7742,10 +7701,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4928 i32.store block $folding-inner0 @@ -8025,7 +7983,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -8042,10 +7999,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -8055,7 +8011,7 @@ i32.const -2 i32.and local.set $2 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -8070,7 +8026,7 @@ local.tee $4 i32.eqz if - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -8100,7 +8056,6 @@ local.get $4 ) (func $~lib/string/String.__concat (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -8117,13 +8072,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 @@ -8137,7 +8091,6 @@ local.get $0 ) (func $~lib/string/String.__ne (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -8154,13 +8107,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 @@ -8177,7 +8129,6 @@ (func $~lib/string/String.__gt (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -8194,7 +8145,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store block $folding-inner0 @@ -8202,7 +8152,7 @@ local.get $1 i32.eq br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -8214,7 +8164,7 @@ local.tee $2 i32.eqz br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -8226,7 +8176,7 @@ local.tee $3 i32.eqz if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -8234,10 +8184,9 @@ return end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 @@ -8274,7 +8223,6 @@ (func $~lib/string/String.__lt (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -8291,7 +8239,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store block $folding-inner0 @@ -8299,7 +8246,7 @@ local.get $1 i32.eq br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -8311,7 +8258,7 @@ local.tee $2 i32.eqz br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -8323,7 +8270,7 @@ local.tee $3 i32.eqz if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -8331,10 +8278,9 @@ return end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 @@ -8368,7 +8314,6 @@ i32.const 0 ) (func $~lib/string/String.__gte (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -8385,13 +8330,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 @@ -8406,7 +8350,6 @@ local.get $0 ) (func $~lib/string/String.__lte (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -8423,13 +8366,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 @@ -8463,10 +8405,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -8475,14 +8416,14 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.set $3 + local.set $4 local.get $1 i32.const 0 i32.lt_s if (result i32) i32.const 1 else - local.get $3 + local.get $4 i64.extend_i32_s local.get $1 i64.extend_i32_s @@ -8498,7 +8439,7 @@ call $~lib/builtins/abort unreachable end - local.get $3 + local.get $4 i32.eqz local.get $1 i32.eqz @@ -8524,18 +8465,18 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - local.get $3 + local.get $4 i32.mul i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $3 i32.store offset=4 - local.get $3 + local.get $4 i32.const 1 i32.shl - local.tee $3 + local.tee $4 local.get $1 i32.mul local.set $1 @@ -8545,13 +8486,13 @@ i32.gt_u if local.get $2 - local.get $4 + local.get $3 i32.add local.get $0 - local.get $3 + local.get $4 memory.copy local.get $2 - local.get $3 + local.get $4 i32.add local.set $2 br $while-continue|0 @@ -8561,7 +8502,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $3 ) (func $~lib/string/String#replace (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -8585,13 +8526,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -8600,11 +8540,11 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.set $5 - local.get $4 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $5 + local.get $4 local.get $1 i32.const 20 i32.sub @@ -8615,13 +8555,13 @@ i32.le_u if local.get $3 - local.get $5 + local.get $4 i32.le_u if - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $2 @@ -8640,10 +8580,9 @@ return end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 @@ -8657,16 +8596,16 @@ global.get $~lib/memory/__stack_pointer local.get $2 i32.store - local.get $5 - local.get $3 - i32.sub - local.tee $5 local.get $2 i32.const 20 i32.sub i32.load offset=16 i32.const 1 i32.shr_u + local.tee $5 + local.get $4 + local.get $3 + i32.sub local.tee $6 i32.add local.tee $4 @@ -8690,13 +8629,13 @@ local.get $7 i32.add local.get $2 - local.get $6 + local.get $5 i32.const 1 i32.shl memory.copy local.get $4 local.get $1 - local.get $6 + local.get $5 i32.add i32.const 1 i32.shl @@ -8708,7 +8647,7 @@ i32.const 1 i32.shl i32.add - local.get $5 + local.get $6 local.get $1 i32.sub i32.const 1 @@ -8754,11 +8693,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.const 20 memory.fill - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -8767,8 +8705,8 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.set $4 - local.get $5 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store block $folding-inner1 @@ -8778,18 +8716,18 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.tee $7 - local.get $4 + local.tee $8 + local.get $3 i32.ge_u if - local.get $4 - local.get $7 + local.get $3 + local.get $8 i32.ge_u if - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $2 @@ -8803,7 +8741,6 @@ br $folding-inner1 end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $2 i32.store local.get $2 @@ -8812,61 +8749,54 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.set $5 + local.set $4 block $folding-inner0 - local.get $7 + local.get $8 i32.eqz if - local.get $5 + local.get $4 i32.eqz - if - local.get $6 - i32.const 20 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - return - end + br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.get $4 - local.get $4 + local.get $3 + local.get $3 i32.const 1 i32.add - local.get $5 + local.get $4 i32.mul i32.add i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $10 + local.tee $11 i32.store offset=8 - local.get $10 + local.get $11 local.get $2 - local.get $5 + local.get $4 i32.const 1 i32.shl memory.copy - local.get $5 + local.get $4 local.set $1 loop $for-loop|0 local.get $3 - local.get $4 - i32.lt_u + local.get $5 + i32.gt_u if - local.get $10 + local.get $11 local.get $1 i32.const 1 i32.shl i32.add local.get $0 - local.get $3 + local.get $5 i32.const 1 i32.shl i32.add i32.load16_u i32.store16 - local.get $10 + local.get $11 local.get $1 i32.const 1 i32.add @@ -8875,201 +8805,199 @@ i32.shl i32.add local.get $2 - local.get $5 + local.get $4 i32.const 1 i32.shl memory.copy local.get $1 - local.get $5 + local.get $4 i32.add local.set $1 - local.get $3 + local.get $5 i32.const 1 i32.add - local.set $3 + local.set $5 br $for-loop|0 end end br $folding-inner0 end - local.get $5 - local.get $7 + local.get $4 + local.get $8 i32.eq if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.const 1 i32.shl local.tee $3 i32.const 2 call $~lib/rt/itcms/__new - local.tee $10 + local.tee $11 i32.store offset=12 - local.get $10 + local.get $11 local.get $0 local.get $3 memory.copy loop $while-continue|1 global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 local.get $1 - local.get $9 + local.get $10 call $~lib/string/String#indexOf local.tee $3 i32.const -1 i32.xor if - local.get $10 + local.get $11 local.get $3 i32.const 1 i32.shl i32.add local.get $2 - local.get $5 + local.get $4 i32.const 1 i32.shl memory.copy local.get $3 - local.get $7 + local.get $8 i32.add - local.set $9 + local.set $10 br $while-continue|1 end end br $folding-inner0 end - local.get $4 - local.set $3 + local.get $3 + local.set $5 loop $while-continue|2 global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $0 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 local.get $1 - local.get $9 + local.get $10 call $~lib/string/String#indexOf - local.tee $6 + local.tee $7 i32.const -1 i32.xor if global.get $~lib/memory/__stack_pointer - local.get $10 + local.get $11 i32.store - local.get $10 + local.get $11 call $~lib/string/String.__not if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $10 + local.tee $11 i32.store offset=16 end - local.get $6 - local.get $9 + local.get $7 + local.get $10 i32.sub - local.tee $11 - local.get $8 + local.tee $6 + local.get $9 i32.add - local.get $5 + local.get $4 i32.add - local.get $3 + local.get $5 i32.gt_u if global.get $~lib/memory/__stack_pointer - local.get $10 - local.get $3 + local.get $11 + local.get $5 i32.const 1 i32.shl - local.tee $3 + local.tee $5 i32.const 1 i32.shl call $~lib/rt/itcms/__renew - local.tee $10 + local.tee $11 i32.store offset=16 end - local.get $10 - local.get $8 + local.get $11 + local.get $9 i32.const 1 i32.shl i32.add local.get $0 - local.get $9 + local.get $10 i32.const 1 i32.shl i32.add - local.get $11 + local.get $6 i32.const 1 i32.shl memory.copy - local.get $10 - local.get $8 local.get $11 + local.get $6 + local.get $9 i32.add - local.tee $8 + local.tee $6 i32.const 1 i32.shl i32.add local.get $2 - local.get $5 + local.get $4 i32.const 1 i32.shl memory.copy - local.get $5 - local.get $8 - i32.add - local.set $8 + local.get $4 local.get $6 - local.get $7 i32.add local.set $9 + local.get $7 + local.get $8 + i32.add + local.set $10 br $while-continue|2 end end - local.get $10 + local.get $11 if - local.get $4 - local.get $9 + local.get $3 + local.get $10 i32.sub local.tee $1 - local.get $8 + local.get $9 i32.add - local.get $3 + local.get $5 i32.gt_u if global.get $~lib/memory/__stack_pointer - local.get $10 - local.get $3 + local.get $11 + local.get $5 i32.const 1 i32.shl - local.tee $3 + local.tee $5 i32.const 1 i32.shl call $~lib/rt/itcms/__renew - local.tee $10 + local.tee $11 i32.store offset=16 end local.get $1 if - local.get $10 - local.get $8 + local.get $11 + local.get $9 i32.const 1 i32.shl i32.add local.get $0 - local.get $9 + local.get $10 i32.const 1 i32.shl i32.add @@ -9079,19 +9007,19 @@ memory.copy end local.get $1 - local.get $8 + local.get $9 i32.add local.tee $0 - local.get $3 + local.get $5 i32.lt_u if global.get $~lib/memory/__stack_pointer - local.get $10 + local.get $11 local.get $0 i32.const 1 i32.shl call $~lib/rt/itcms/__renew - local.tee $10 + local.tee $11 i32.store offset=16 end br $folding-inner0 @@ -9102,7 +9030,7 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $10 + local.get $11 return end global.get $~lib/memory/__stack_pointer @@ -9129,10 +9057,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -9286,10 +9213,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $2 @@ -9411,7 +9337,6 @@ (func $~lib/string/String#substring (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -9428,10 +9353,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -9440,7 +9364,7 @@ i32.const 0 i32.gt_s select - local.tee $4 + local.tee $3 local.get $0 i32.const 20 i32.sub @@ -9449,10 +9373,10 @@ i32.shr_u local.tee $1 local.get $1 - local.get $4 + local.get $3 i32.gt_s select - local.tee $4 + local.tee $3 local.get $2 i32.const 0 local.get $2 @@ -9467,34 +9391,34 @@ select local.tee $2 local.get $2 - local.get $4 + local.get $3 i32.gt_s select i32.const 1 i32.shl - local.set $5 - local.get $4 + local.set $4 + local.get $3 local.get $2 local.get $2 - local.get $4 + local.get $3 i32.lt_s select i32.const 1 i32.shl local.tee $2 - local.get $5 + local.get $4 i32.sub - local.tee $4 + local.tee $3 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 1712 return end - local.get $5 + local.get $4 i32.eqz local.get $2 local.get $1 @@ -9511,16 +9435,16 @@ return end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.const 2 call $~lib/rt/itcms/__new local.tee $1 i32.store offset=4 local.get $1 local.get $0 - local.get $5 - i32.add local.get $4 + i32.add + local.get $3 memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 @@ -9594,16 +9518,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 local.get $0 i32.load offset=8 - local.tee $2 + local.tee $3 i32.const 2 i32.shr_u i32.gt_u @@ -9624,17 +9547,17 @@ i32.store local.get $0 i32.load - local.tee $3 + local.tee $2 i32.const 1073741820 - local.get $2 + local.get $3 i32.const 1 i32.shl - local.tee $2 - local.get $2 + local.tee $3 + local.get $3 i32.const 1073741820 i32.ge_u select - local.tee $2 + local.tee $3 i32.const 8 local.get $1 local.get $1 @@ -9645,23 +9568,23 @@ i32.shl local.tee $1 local.get $1 - local.get $2 + local.get $3 i32.lt_u select local.tee $1 call $~lib/rt/itcms/__renew - local.tee $2 - local.get $3 + local.tee $3 + local.get $2 i32.ne if local.get $0 - local.get $2 + local.get $3 i32.store local.get $0 - local.get $2 + local.get $3 i32.store offset=4 local.get $0 - local.get $2 + local.get $3 i32.const 0 call $~lib/rt/itcms/__link end @@ -9693,10 +9616,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -9784,10 +9706,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 @@ -9822,7 +9743,6 @@ br $folding-inner2 end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $0 i32.store offset=8 local.get $0 @@ -9831,8 +9751,8 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.set $7 - local.get $6 + local.set $8 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 i32.const 2147483647 @@ -9850,10 +9770,10 @@ i32.shr_u local.tee $5 if - local.get $7 + local.get $8 i32.eqz if - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 5 i32.const 0 @@ -9870,14 +9790,14 @@ br $folding-inner2 end else - local.get $7 + local.get $8 i32.eqz br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 local.get $2 local.get $2 - local.get $7 + local.get $8 i32.gt_s select local.tee $3 @@ -9938,66 +9858,64 @@ i32.const 5 i32.const 0 call $~lib/rt/__newArray - local.tee $8 + local.tee $9 i32.store offset=24 loop $while-continue|1 global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $0 i32.store offset=8 - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=28 local.get $0 local.get $1 local.get $3 call $~lib/string/String#indexOf - local.tee $9 + local.tee $6 i32.const -1 i32.xor if - local.get $9 + local.get $6 local.get $3 i32.sub - local.tee $6 + local.tee $7 i32.const 0 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.const 1 i32.shl - local.tee $10 + local.tee $7 i32.const 2 call $~lib/rt/itcms/__new - local.tee $6 + local.tee $10 i32.store offset=32 - local.get $6 + local.get $10 local.get $0 local.get $3 i32.const 1 i32.shl i32.add - local.get $10 + local.get $7 memory.copy global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $10 i32.store offset=28 - local.get $8 - local.get $6 + local.get $9 + local.get $10 call $~lib/array/Array<~lib/string/String>#push else global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $8 + local.get $9 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=28 - local.get $8 + local.get $9 i32.const 1712 call $~lib/array/Array<~lib/string/String>#push end @@ -10009,7 +9927,7 @@ i32.eq br_if $folding-inner3 local.get $5 - local.get $9 + local.get $6 i32.add local.set $3 br $while-continue|1 @@ -10019,18 +9937,17 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $8 + local.get $9 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=28 - local.get $8 + local.get $9 local.get $0 call $~lib/array/Array<~lib/string/String>#push br $folding-inner3 end - local.get $7 + local.get $8 local.get $3 i32.sub local.tee $1 @@ -10055,23 +9972,22 @@ local.get $1 memory.copy global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=28 - local.get $8 + local.get $9 local.get $2 call $~lib/array/Array<~lib/string/String>#push else global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $8 + local.get $9 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=28 - local.get $8 + local.get $9 i32.const 1712 call $~lib/array/Array<~lib/string/String>#push end @@ -10079,7 +9995,7 @@ i32.const 40 i32.add global.set $~lib/memory/__stack_pointer - local.get $8 + local.get $9 return end i32.const 59232 @@ -10106,11 +10022,10 @@ i32.const 40 i32.add global.set $~lib/memory/__stack_pointer - local.get $8 + local.get $9 ) (func $~lib/string/String#split@varargs (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -10145,10 +10060,9 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $0 @@ -10163,7 +10077,6 @@ local.get $0 ) (func $~lib/array/Array<~lib/string/String>#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -10180,10 +10093,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -10199,10 +10111,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 local.get $1 @@ -10261,10 +10172,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1168 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1168 i32.store offset=4 i32.const 1168 @@ -10280,10 +10190,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1200 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1200 i32.store offset=4 i32.const 1200 @@ -10299,10 +10208,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1232 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1232 i32.store offset=4 i32.const 1232 @@ -10338,11 +10246,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -10351,14 +10258,13 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $4 i32.store block $__inlined_func$~lib/string/String#charCodeAt$291 - local.get $4 + local.get $0 i32.const 20 i32.sub i32.load offset=16 @@ -10366,7 +10272,7 @@ i32.shr_u i32.eqz if - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -10374,7 +10280,7 @@ local.set $0 br $__inlined_func$~lib/string/String#charCodeAt$291 end - local.get $4 + local.get $0 i32.load16_u local.set $0 global.get $~lib/memory/__stack_pointer @@ -10394,11 +10300,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str local.tee $4 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -10407,10 +10312,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $4 i32.store block $__inlined_func$~lib/string/String#codePointAt$292 @@ -10420,11 +10324,11 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.tee $5 + local.tee $0 i32.const 1 i32.le_u if - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -10432,7 +10336,7 @@ local.set $0 br $__inlined_func$~lib/string/String#codePointAt$292 end - local.get $5 + local.get $0 i32.const 2 i32.eq local.get $4 @@ -10600,14 +10504,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + global.get $std/string/str local.tee $0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $4 - i32.store offset=8 - local.get $0 - local.get $4 i32.store offset=12 - local.get $4 + local.get $0 i32.const 0 local.get $4 i32.const 20 @@ -10682,10 +10586,9 @@ call $~lib/string/String.fromCharCode@varargs local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 1776 i32.store offset=4 local.get $0 @@ -10706,10 +10609,9 @@ call $~lib/string/String.fromCharCode@varargs local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 1840 i32.store offset=4 local.get $0 @@ -10730,10 +10632,9 @@ call $~lib/string/String.fromCharCode@varargs local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 1872 i32.store offset=4 local.get $0 @@ -10754,10 +10655,9 @@ call $~lib/string/String.fromCharCode@varargs local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 1872 i32.store offset=4 local.get $0 @@ -10777,10 +10677,9 @@ call $~lib/string/String.fromCharCode local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 1904 i32.store offset=4 local.get $0 @@ -10886,10 +10785,9 @@ call $~lib/string/String.fromCodePoint local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 1776 i32.store offset=4 local.get $0 @@ -10908,10 +10806,9 @@ call $~lib/string/String.fromCodePoint local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 1872 i32.store offset=4 local.get $0 @@ -10930,10 +10827,9 @@ call $~lib/string/String.fromCodePoint local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 2144 i32.store offset=4 local.get $0 @@ -10949,14 +10845,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2176 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -10965,32 +10860,31 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $4 i32.store - local.get $4 + local.get $0 i32.const 20 i32.sub i32.load offset=16 i32.const 1 i32.shr_u - local.set $5 - local.get $0 + local.set $4 + global.get $~lib/memory/__stack_pointer i32.const 2176 i32.store block $__inlined_func$~lib/string/String#startsWith$293 - local.get $5 + local.get $4 i32.const 2172 i32.load i32.const 1 i32.shr_u - local.tee $5 + local.tee $4 i32.lt_s if - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -10999,16 +10893,15 @@ br $__inlined_func$~lib/string/String#startsWith$293 end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 - i32.store local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer i32.const 2176 i32.store offset=4 - local.get $4 + local.get $0 i32.const 0 i32.const 2176 - local.get $5 + local.get $4 call $~lib/util/string/compareImpl i32.eqz local.set $0 @@ -11028,16 +10921,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2208 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -11049,13 +10941,12 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 - i32.store local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer i32.const 2208 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -11064,26 +10955,25 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $4 i32.store - local.get $4 + local.get $0 i32.const 20 i32.sub i32.load offset=16 i32.const 1 i32.shr_u - local.set $5 - local.get $0 + local.set $4 + global.get $~lib/memory/__stack_pointer i32.const 2208 i32.store block $__inlined_func$~lib/string/String#endsWith$294 i32.const 536870910 - local.get $5 - local.get $5 + local.get $4 + local.get $4 i32.const 536870910 i32.gt_s select @@ -11091,13 +10981,13 @@ i32.load i32.const 1 i32.shr_u - local.tee $5 + local.tee $4 i32.sub - local.tee $6 + local.tee $5 i32.const 0 i32.lt_s if - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -11106,16 +10996,15 @@ br $__inlined_func$~lib/string/String#endsWith$294 end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 - i32.store local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer i32.const 2208 i32.store offset=4 - local.get $4 - local.get $6 - i32.const 2208 + local.get $0 local.get $5 + i32.const 2208 + local.get $4 call $~lib/util/string/compareImpl i32.eqz local.set $0 @@ -11139,14 +11028,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2240 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -11155,16 +11043,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $4 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2240 i32.store offset=4 - local.get $4 + local.get $0 i32.const 2240 i32.const 0 call $~lib/string/String#indexOf @@ -11186,14 +11073,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2272 i32.store offset=12 - local.get $4 + local.get $0 i32.const 0 i32.const 2272 call $~lib/string/String#padStart @@ -11218,14 +11104,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2272 i32.store offset=12 - local.get $4 + local.get $0 i32.const 15 i32.const 2272 call $~lib/string/String#padStart @@ -11250,10 +11135,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2272 i32.store offset=12 i32.const 1712 @@ -11280,10 +11164,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=12 i32.const 1712 @@ -11310,10 +11193,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1808 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=12 i32.const 1808 @@ -11340,10 +11222,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2272 i32.store offset=12 i32.const 2336 @@ -11370,10 +11251,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2400 i32.store offset=12 i32.const 2336 @@ -11400,10 +11280,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2400 i32.store offset=12 i32.const 2336 @@ -11430,14 +11309,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2272 i32.store offset=12 - local.get $4 + local.get $0 i32.const 0 i32.const 2272 call $~lib/string/String#padEnd @@ -11462,14 +11340,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2272 i32.store offset=12 - local.get $4 + local.get $0 i32.const 15 i32.const 2272 call $~lib/string/String#padEnd @@ -11494,10 +11371,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2272 i32.store offset=12 i32.const 1712 @@ -11524,10 +11400,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=12 i32.const 1712 @@ -11554,10 +11429,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1808 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=12 i32.const 1808 @@ -11584,10 +11458,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2272 i32.store offset=12 i32.const 2336 @@ -11614,10 +11487,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.store offset=12 i32.const 2336 @@ -11644,10 +11516,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.store offset=12 i32.const 2336 @@ -11674,10 +11545,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 1712 @@ -11693,10 +11563,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2176 i32.store offset=4 i32.const 1712 @@ -11714,10 +11583,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1808 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1808 i32.store offset=4 i32.const 1808 @@ -11733,14 +11601,14 @@ unreachable end global.get $~lib/memory/__stack_pointer + global.get $std/string/str local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $4 - i32.store - local.get $0 - local.get $4 i32.store offset=4 - local.get $4 + local.get $0 local.get $4 i32.const 0 call $~lib/string/String#indexOf @@ -11753,14 +11621,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 - local.get $4 + local.get $0 i32.const 1712 i32.const 0 call $~lib/string/String#indexOf @@ -11773,14 +11640,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2624 i32.store offset=4 - local.get $4 + local.get $0 i32.const 2624 i32.const 0 call $~lib/string/String#indexOf @@ -11795,14 +11661,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2656 i32.store offset=4 - local.get $4 + local.get $0 i32.const 2656 i32.const 0 call $~lib/string/String#indexOf @@ -11817,14 +11682,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2624 i32.store offset=4 - local.get $4 + local.get $0 i32.const 2624 i32.const 2 call $~lib/string/String#indexOf @@ -11839,14 +11703,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2624 i32.store offset=4 - local.get $4 + local.get $0 i32.const 2624 i32.const 3 call $~lib/string/String#indexOf @@ -11861,14 +11724,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2688 i32.store offset=4 - local.get $4 + local.get $0 i32.const 2688 i32.const -1 call $~lib/string/String#indexOf @@ -11883,10 +11745,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 1 @@ -11903,10 +11764,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2176 i32.store offset=4 i32.const 1 @@ -11925,16 +11785,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $4 + local.get $0 i32.const 1712 call $~lib/string/String#lastIndexOf@varargs local.set $0 @@ -11959,16 +11818,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2624 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $4 + local.get $0 i32.const 2624 call $~lib/string/String#lastIndexOf@varargs i32.const 2 @@ -11982,16 +11840,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2656 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $4 + local.get $0 i32.const 2656 call $~lib/string/String#lastIndexOf@varargs i32.const -1 @@ -12005,16 +11862,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2720 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $4 + local.get $0 i32.const 2720 call $~lib/string/String#lastIndexOf@varargs i32.const 15 @@ -12028,14 +11884,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2624 i32.store offset=4 - local.get $4 + local.get $0 i32.const 2624 i32.const 2 call $~lib/string/String#lastIndexOf @@ -12050,14 +11905,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2624 i32.store offset=4 - local.get $4 + local.get $0 i32.const 2624 i32.const 3 call $~lib/string/String#lastIndexOf @@ -12072,14 +11926,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2688 i32.store offset=4 - local.get $4 + local.get $0 i32.const 2688 i32.const -1 call $~lib/string/String#lastIndexOf @@ -12094,14 +11947,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2752 i32.store offset=4 - local.get $4 + local.get $0 i32.const 2752 i32.const 0 call $~lib/string/String#lastIndexOf @@ -12116,14 +11968,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/string/str - local.tee $4 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2176 i32.store offset=4 - local.get $4 + local.get $0 i32.const 2176 i32.const 0 call $~lib/string/String#lastIndexOf @@ -12136,10 +11987,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 1712 @@ -12154,10 +12004,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1808 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 1808 @@ -12174,10 +12023,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1808 i32.store offset=4 i32.const 1712 @@ -12194,10 +12042,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2784 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2784 i32.store offset=4 i32.const 2784 @@ -12212,10 +12059,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2816 i32.store offset=4 i32.const 2336 @@ -12232,10 +12078,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2848 i32.store offset=4 i32.const 2336 @@ -12252,10 +12097,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2816 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.store offset=4 i32.const 2816 @@ -12272,10 +12116,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2880 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.store offset=4 i32.const 2880 @@ -12292,10 +12135,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2912 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.store offset=4 i32.const 2912 @@ -12312,10 +12154,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2880 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2944 i32.store offset=4 i32.const 2880 @@ -12332,10 +12173,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2912 i32.store offset=4 i32.const 2336 @@ -12352,10 +12192,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2944 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2880 i32.store offset=4 i32.const 2944 @@ -12372,10 +12211,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2304 i32.store offset=4 i32.const 1712 @@ -12392,10 +12230,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1776 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 1776 @@ -12628,10 +12465,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 3152 i32.store offset=16 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3152 i32.store i32.const 3152 @@ -12646,10 +12482,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 3200 i32.store offset=20 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3200 i32.store i32.const 3200 @@ -12664,10 +12499,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 3248 i32.store offset=24 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3248 i32.store i32.const 3248 @@ -12681,10 +12515,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store offset=28 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store i32.const 1712 @@ -12698,10 +12531,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 3296 i32.store offset=32 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3296 i32.store i32.const 3296 @@ -12715,10 +12547,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 3328 i32.store offset=36 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3328 i32.store i32.const 3328 @@ -12732,10 +12563,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 3360 i32.store offset=40 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3360 i32.store i32.const 3360 @@ -13372,10 +13202,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 4656 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -13384,10 +13213,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4656 i32.store i32.const 4656 @@ -13426,10 +13254,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 4656 i32.store offset=44 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4656 i32.store i32.const 4656 @@ -13447,10 +13274,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 4656 i32.store offset=48 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4656 i32.store i32.const 4656 @@ -13467,10 +13293,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 4880 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -13479,10 +13304,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4880 i32.store call $~lib/util/string/strtol @@ -13503,10 +13327,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 4880 i32.store offset=52 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4880 i32.store call $~lib/util/string/strtol @@ -13521,10 +13344,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 4928 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -13533,10 +13355,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4928 i32.store call $~lib/util/string/strtol @@ -13557,10 +13378,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 4928 i32.store offset=56 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4928 i32.store call $~lib/util/string/strtol @@ -15415,10 +15235,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 9808 i32.store offset=72 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9968 i32.store offset=76 i32.const 9808 @@ -15862,13 +15681,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1808 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13360 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1808 i32.const 13360 call $~lib/string/String.__concat @@ -15893,10 +15711,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 1808 i32.store offset=4 local.get $0 @@ -15912,10 +15729,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 1712 @@ -15946,10 +15762,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=4 i32.const 1712 @@ -15965,10 +15780,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 0 @@ -15984,10 +15798,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1808 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13360 i32.store offset=4 i32.const 1808 @@ -16003,10 +15816,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1808 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1808 i32.store offset=4 i32.const 1808 @@ -16022,10 +15834,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13424 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13456 i32.store offset=4 i32.const 13424 @@ -16041,10 +15852,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13424 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13424 i32.store offset=4 i32.const 13424 @@ -16060,10 +15870,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13488 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13520 i32.store offset=4 i32.const 13488 @@ -16079,10 +15888,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13552 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13584 i32.store offset=4 i32.const 13552 @@ -16098,10 +15906,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13616 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13616 i32.store offset=4 i32.const 13616 @@ -16117,10 +15924,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13616 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13664 i32.store offset=4 i32.const 13616 @@ -16136,10 +15942,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13760 i32.store offset=4 i32.const 13712 @@ -16155,10 +15960,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13360 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1808 i32.store offset=4 i32.const 13360 @@ -16174,10 +15978,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13808 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1808 i32.store offset=4 i32.const 13808 @@ -16193,10 +15996,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13808 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13840 i32.store offset=4 i32.const 13808 @@ -16212,10 +16014,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13808 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13392 i32.store offset=4 i32.const 13808 @@ -16231,10 +16032,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13808 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13392 i32.store offset=4 i32.const 13808 @@ -16249,10 +16049,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 2336 @@ -16268,10 +16067,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.store offset=4 i32.const 1712 @@ -16287,10 +16085,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 2336 @@ -16306,10 +16103,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.store offset=4 i32.const 1712 @@ -16325,10 +16121,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 2336 @@ -16343,10 +16138,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.store offset=4 i32.const 1712 @@ -16361,10 +16155,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 1712 @@ -16379,10 +16172,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 1712 @@ -16397,10 +16189,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 1712 @@ -16416,10 +16207,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 1712 @@ -16435,10 +16225,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 3456 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13872 i32.store offset=4 i32.const 3456 @@ -16454,10 +16243,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13872 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3456 i32.store offset=4 i32.const 13872 @@ -16473,10 +16261,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13904 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13872 i32.store offset=4 i32.const 13904 @@ -16491,10 +16278,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13872 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13904 i32.store offset=4 i32.const 13872 @@ -16509,10 +16295,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13904 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13872 i32.store offset=4 i32.const 13904 @@ -16528,10 +16313,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13872 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13904 i32.store offset=4 i32.const 13872 @@ -16547,10 +16331,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13904 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13904 i32.store offset=4 i32.const 13904 @@ -16565,10 +16348,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13904 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13904 i32.store offset=4 i32.const 13904 @@ -16583,10 +16365,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13904 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13904 i32.store offset=4 i32.const 13904 @@ -16602,10 +16383,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13904 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13904 i32.store offset=4 i32.const 13904 @@ -16621,10 +16401,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13872 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13936 i32.store offset=4 i32.const 13872 @@ -16639,10 +16418,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13936 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13872 i32.store offset=4 i32.const 13936 @@ -16658,10 +16436,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13872 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13936 i32.store offset=4 i32.const 13872 @@ -16677,10 +16454,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 3456 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3456 i32.store offset=4 i32.const 3456 @@ -16696,10 +16472,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13904 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13904 i32.store offset=4 i32.const 13904 @@ -16715,10 +16490,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2400 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2400 i32.store offset=4 i32.const 2400 @@ -16734,10 +16508,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2400 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13968 i32.store offset=4 i32.const 2400 @@ -16753,10 +16526,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 14000 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 14000 i32.store offset=4 i32.const 14000 @@ -16772,10 +16544,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 14032 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 14000 i32.store offset=4 i32.const 14032 @@ -16793,36 +16564,36 @@ global.get $~lib/memory/__stack_pointer i32.const 65377 call $~lib/string/String.fromCodePoint - local.tee $0 + local.tee $4 i32.store offset=84 global.get $~lib/memory/__stack_pointer - local.set $4 + local.set $5 i32.const 55296 call $~lib/string/String.fromCodePoint - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store i32.const 56322 call $~lib/string/String.fromCodePoint - local.set $6 + local.set $0 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=4 - local.get $4 local.get $5 local.get $6 + local.get $0 call $~lib/string/String.__concat - local.tee $4 + local.tee $0 i32.store offset=88 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $4 i32.store global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 local.get $0 + i32.store offset=4 local.get $4 + local.get $0 call $~lib/string/String.__gt i32.eqz if @@ -17076,13 +16847,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=60 i32.const 1712 @@ -17109,13 +16879,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=60 i32.const 1712 @@ -17142,13 +16911,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 4592 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=60 i32.const 4592 @@ -17175,13 +16943,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 4592 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=60 i32.const 4592 @@ -17208,13 +16975,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4560 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=60 i32.const 2336 @@ -17241,13 +17007,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=60 i32.const 2336 @@ -17274,13 +17039,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2912 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=60 i32.const 2336 @@ -17307,13 +17071,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13392 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13392 i32.store offset=60 i32.const 2336 @@ -17340,13 +17103,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 14304 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4560 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=60 i32.const 14304 @@ -17373,13 +17135,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=60 i32.const 2336 @@ -17406,13 +17167,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 14400 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 14432 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=60 i32.const 14400 @@ -17439,13 +17199,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 14464 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 14496 i32.store offset=60 i32.const 2336 @@ -17472,13 +17231,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 14464 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=60 i32.const 2336 @@ -17505,13 +17263,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.store offset=60 i32.const 1712 @@ -17538,13 +17295,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4560 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=60 i32.const 2336 @@ -17571,13 +17327,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2544 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=60 i32.const 2544 @@ -17604,13 +17359,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 14560 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=60 i32.const 14560 @@ -17637,13 +17391,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2544 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13392 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13392 i32.store offset=60 i32.const 2544 @@ -17670,13 +17423,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 14640 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1808 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 14608 i32.store offset=60 i32.const 14640 @@ -17703,13 +17455,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2544 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13392 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 14496 i32.store offset=60 i32.const 2544 @@ -17736,13 +17487,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 14768 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 14800 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 14496 i32.store offset=60 i32.const 14768 @@ -17769,13 +17519,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2912 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=60 i32.const 2336 @@ -17802,13 +17551,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2912 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 14864 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 14496 i32.store offset=60 i32.const 2912 @@ -17835,13 +17583,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 14896 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=60 i32.const 2336 @@ -17868,13 +17615,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13392 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13392 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=60 i32.const 13392 @@ -17901,13 +17647,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 14304 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4560 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=60 i32.const 14304 @@ -17934,13 +17679,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=60 i32.const 1712 @@ -17967,13 +17711,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=60 i32.const 1712 @@ -18000,13 +17743,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 4592 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=60 i32.const 4592 @@ -18033,13 +17775,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 4592 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=60 i32.const 4592 @@ -18066,13 +17807,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4560 i32.store offset=60 i32.const 2336 @@ -18099,13 +17839,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2816 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4560 i32.store offset=60 i32.const 2336 @@ -18132,13 +17871,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=60 i32.const 2336 @@ -18165,13 +17903,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=60 i32.const 2336 @@ -18198,13 +17935,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 15040 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1808 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 15072 i32.store offset=60 i32.const 15040 @@ -18231,13 +17967,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 13392 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13392 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 15152 i32.store offset=60 i32.const 13392 @@ -18264,13 +17999,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 14112 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1808 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 15184 i32.store offset=60 i32.const 14112 @@ -18297,13 +18031,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 14112 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 13840 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 15072 i32.store offset=60 i32.const 14112 @@ -19069,12 +18802,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store i32.const 0 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.const 0 call $~lib/string/String#split@varargs @@ -19117,15 +18849,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.const 1712 call $~lib/string/String#split@varargs @@ -19145,15 +18876,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2624 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.const 2624 call $~lib/string/String#split@varargs @@ -19196,15 +18926,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 15840 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 7632 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 15840 i32.const 7632 call $~lib/string/String#split@varargs @@ -19247,15 +18976,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 15840 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2624 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 15840 i32.const 2624 call $~lib/string/String#split@varargs @@ -19338,15 +19066,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 15872 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 15920 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 15872 i32.const 15920 call $~lib/string/String#split@varargs @@ -19429,15 +19156,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 15952 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2624 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 15952 i32.const 2624 call $~lib/string/String#split@varargs @@ -19540,15 +19266,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 15984 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2624 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 15984 i32.const 2624 call $~lib/string/String#split@varargs @@ -19651,15 +19376,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 16016 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2624 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 16016 i32.const 2624 call $~lib/string/String#split@varargs @@ -19762,15 +19486,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.const 1712 call $~lib/string/String#split@varargs @@ -19853,13 +19576,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.const 1712 i32.const 0 @@ -19880,13 +19602,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.const 1712 i32.const 1 @@ -19930,13 +19651,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 15840 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2624 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 15840 i32.const 2624 i32.const 1 @@ -19980,13 +19700,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.const 1712 i32.const 4 @@ -20070,13 +19789,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2336 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2336 i32.const 1712 i32.const -1 @@ -20160,13 +19878,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 15840 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 2624 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 15840 i32.const 2624 i32.const -1 @@ -20254,10 +19971,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -20277,10 +19993,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 3456 i32.store offset=4 local.get $0 @@ -20300,10 +20015,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 17792 i32.store offset=4 local.get $0 @@ -20323,10 +20037,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 17824 i32.store offset=4 local.get $0 @@ -20346,10 +20059,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 2400 i32.store offset=4 local.get $0 @@ -20369,10 +20081,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 17856 i32.store offset=4 local.get $0 @@ -20392,10 +20103,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 14000 i32.store offset=4 local.get $0 @@ -20415,10 +20125,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 17888 i32.store offset=4 local.get $0 @@ -20438,10 +20147,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 17920 i32.store offset=4 local.get $0 @@ -20461,10 +20169,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 17952 i32.store offset=4 local.get $0 @@ -20484,10 +20191,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18000 i32.store offset=4 local.get $0 @@ -20507,10 +20213,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18048 i32.store offset=4 local.get $0 @@ -20530,10 +20235,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18096 i32.store offset=4 local.get $0 @@ -20553,10 +20257,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18144 i32.store offset=4 local.get $0 @@ -20576,10 +20279,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18192 i32.store offset=4 local.get $0 @@ -20599,10 +20301,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18240 i32.store offset=4 local.get $0 @@ -20622,10 +20323,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18288 i32.store offset=4 local.get $0 @@ -20645,10 +20345,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18320 i32.store offset=4 local.get $0 @@ -20668,10 +20367,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18352 i32.store offset=4 local.get $0 @@ -20691,10 +20389,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18240 i32.store offset=4 local.get $0 @@ -20714,10 +20411,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -20737,10 +20433,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18384 i32.store offset=4 local.get $0 @@ -20760,10 +20455,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18192 i32.store offset=4 local.get $0 @@ -20783,10 +20477,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18416 i32.store offset=4 local.get $0 @@ -20806,10 +20499,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18464 i32.store offset=4 local.get $0 @@ -20829,10 +20521,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -20852,10 +20543,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 3456 i32.store offset=4 local.get $0 @@ -20875,10 +20565,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 17792 i32.store offset=4 local.get $0 @@ -20898,10 +20587,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 14464 i32.store offset=4 local.get $0 @@ -20921,10 +20609,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18512 i32.store offset=4 local.get $0 @@ -20944,10 +20631,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18544 i32.store offset=4 local.get $0 @@ -20967,10 +20653,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18576 i32.store offset=4 local.get $0 @@ -20990,10 +20675,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18608 i32.store offset=4 local.get $0 @@ -21013,10 +20697,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18640 i32.store offset=4 local.get $0 @@ -21036,10 +20719,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18672 i32.store offset=4 local.get $0 @@ -21059,10 +20741,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18704 i32.store offset=4 local.get $0 @@ -21082,10 +20763,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18736 i32.store offset=4 local.get $0 @@ -21105,10 +20785,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18784 i32.store offset=4 local.get $0 @@ -21128,10 +20807,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18832 i32.store offset=4 local.get $0 @@ -21151,10 +20829,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18880 i32.store offset=4 local.get $0 @@ -21174,10 +20851,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18928 i32.store offset=4 local.get $0 @@ -21197,10 +20873,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -21220,10 +20895,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 17856 i32.store offset=4 local.get $0 @@ -21243,10 +20917,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18832 i32.store offset=4 local.get $0 @@ -21266,10 +20939,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18976 i32.store offset=4 local.get $0 @@ -21289,10 +20961,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19024 i32.store offset=4 local.get $0 @@ -21312,10 +20983,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19072 i32.store offset=4 local.get $0 @@ -21335,10 +21005,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19072 i32.store offset=4 local.get $0 @@ -21358,10 +21027,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -21381,10 +21049,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 3456 i32.store offset=4 local.get $0 @@ -21404,10 +21071,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 13904 i32.store offset=4 local.get $0 @@ -21427,10 +21093,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19120 i32.store offset=4 local.get $0 @@ -21450,10 +21115,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19152 i32.store offset=4 local.get $0 @@ -21473,10 +21137,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19184 i32.store offset=4 local.get $0 @@ -21496,10 +21159,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19216 i32.store offset=4 local.get $0 @@ -21519,10 +21181,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19248 i32.store offset=4 local.get $0 @@ -21542,10 +21203,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19296 i32.store offset=4 local.get $0 @@ -21565,10 +21225,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19376 i32.store offset=4 local.get $0 @@ -21588,10 +21247,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19472 i32.store offset=4 local.get $0 @@ -21611,10 +21269,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19568 i32.store offset=4 local.get $0 @@ -21634,10 +21291,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19664 i32.store offset=4 local.get $0 @@ -21657,10 +21313,9 @@ call $~lib/util/number/itoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19760 i32.store offset=4 local.get $0 @@ -21680,10 +21335,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19808 i32.store offset=4 local.get $0 @@ -21703,10 +21357,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19872 i32.store offset=4 local.get $0 @@ -21726,10 +21379,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19936 i32.store offset=4 local.get $0 @@ -21749,10 +21401,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19984 i32.store offset=4 local.get $0 @@ -21772,10 +21423,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20032 i32.store offset=4 local.get $0 @@ -21795,10 +21445,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20080 i32.store offset=4 local.get $0 @@ -21818,10 +21467,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20128 i32.store offset=4 local.get $0 @@ -21841,10 +21489,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20176 i32.store offset=4 local.get $0 @@ -21864,10 +21511,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20224 i32.store offset=4 local.get $0 @@ -21887,10 +21533,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20272 i32.store offset=4 local.get $0 @@ -21910,10 +21555,9 @@ call $~lib/util/number/utoa32 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20320 i32.store offset=4 local.get $0 @@ -21933,10 +21577,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -21956,10 +21599,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 17824 i32.store offset=4 local.get $0 @@ -21979,10 +21621,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 2400 i32.store offset=4 local.get $0 @@ -22002,10 +21643,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 14000 i32.store offset=4 local.get $0 @@ -22025,10 +21665,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 17888 i32.store offset=4 local.get $0 @@ -22048,10 +21687,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 17920 i32.store offset=4 local.get $0 @@ -22071,10 +21709,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18000 i32.store offset=4 local.get $0 @@ -22094,10 +21731,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20368 i32.store offset=4 local.get $0 @@ -22117,10 +21753,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20416 i32.store offset=4 local.get $0 @@ -22140,10 +21775,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18464 i32.store offset=4 local.get $0 @@ -22163,10 +21797,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20464 i32.store offset=4 local.get $0 @@ -22186,10 +21819,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20512 i32.store offset=4 local.get $0 @@ -22209,10 +21841,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20560 i32.store offset=4 local.get $0 @@ -22232,10 +21863,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20608 i32.store offset=4 local.get $0 @@ -22255,10 +21885,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20656 i32.store offset=4 local.get $0 @@ -22278,10 +21907,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20704 i32.store offset=4 local.get $0 @@ -22301,10 +21929,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20768 i32.store offset=4 local.get $0 @@ -22324,10 +21951,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20832 i32.store offset=4 local.get $0 @@ -22347,10 +21973,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20896 i32.store offset=4 local.get $0 @@ -22370,10 +21995,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20960 i32.store offset=4 local.get $0 @@ -22393,10 +22017,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21024 i32.store offset=4 local.get $0 @@ -22416,10 +22039,9 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -22439,10 +22061,9 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21088 i32.store offset=4 local.get $0 @@ -22462,10 +22083,9 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18464 i32.store offset=4 local.get $0 @@ -22485,10 +22105,9 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20464 i32.store offset=4 local.get $0 @@ -22508,10 +22127,9 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21120 i32.store offset=4 local.get $0 @@ -22531,10 +22149,9 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 20512 i32.store offset=4 local.get $0 @@ -22554,10 +22171,9 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21168 i32.store offset=4 local.get $0 @@ -22577,10 +22193,9 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21216 i32.store offset=4 local.get $0 @@ -22600,10 +22215,9 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21264 i32.store offset=4 local.get $0 @@ -22623,10 +22237,9 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21328 i32.store offset=4 local.get $0 @@ -22646,10 +22259,9 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21392 i32.store offset=4 local.get $0 @@ -22669,10 +22281,9 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21456 i32.store offset=4 local.get $0 @@ -22692,10 +22303,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -22715,10 +22325,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 3456 i32.store offset=4 local.get $0 @@ -22738,10 +22347,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 14464 i32.store offset=4 local.get $0 @@ -22761,10 +22369,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18544 i32.store offset=4 local.get $0 @@ -22784,10 +22391,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 18640 i32.store offset=4 local.get $0 @@ -22807,10 +22413,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21520 i32.store offset=4 local.get $0 @@ -22830,10 +22435,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21568 i32.store offset=4 local.get $0 @@ -22853,10 +22457,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21616 i32.store offset=4 local.get $0 @@ -22876,10 +22479,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21664 i32.store offset=4 local.get $0 @@ -22899,10 +22501,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21712 i32.store offset=4 local.get $0 @@ -22922,10 +22523,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21760 i32.store offset=4 local.get $0 @@ -22945,10 +22545,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21824 i32.store offset=4 local.get $0 @@ -22968,10 +22567,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21888 i32.store offset=4 local.get $0 @@ -22991,10 +22589,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 21952 i32.store offset=4 local.get $0 @@ -23014,10 +22611,9 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 22016 i32.store offset=4 local.get $0 @@ -23037,10 +22633,9 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 22080 i32.store offset=4 local.get $0 @@ -23060,10 +22655,9 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 22080 i32.store offset=4 local.get $0 @@ -23083,10 +22677,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 3392 i32.store offset=4 local.get $0 @@ -23106,10 +22699,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 3456 i32.store offset=4 local.get $0 @@ -23129,10 +22721,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19120 i32.store offset=4 local.get $0 @@ -23152,10 +22743,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19152 i32.store offset=4 local.get $0 @@ -23175,10 +22765,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19216 i32.store offset=4 local.get $0 @@ -23198,10 +22787,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19248 i32.store offset=4 local.get $0 @@ -23221,10 +22809,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 19664 i32.store offset=4 local.get $0 @@ -23244,10 +22831,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 22144 i32.store offset=4 local.get $0 @@ -23267,10 +22853,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 22272 i32.store offset=4 local.get $0 @@ -23290,10 +22875,9 @@ call $~lib/util/number/itoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 22432 i32.store offset=4 local.get $0 @@ -23313,10 +22897,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 22528 i32.store offset=4 local.get $0 @@ -23336,10 +22919,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 22640 i32.store offset=4 local.get $0 @@ -23359,10 +22941,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 22736 i32.store offset=4 local.get $0 @@ -23382,10 +22963,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 22816 i32.store offset=4 local.get $0 @@ -23405,10 +22985,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 22880 i32.store offset=4 local.get $0 @@ -23428,10 +23007,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 22944 i32.store offset=4 local.get $0 @@ -23451,10 +23029,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 23008 i32.store offset=4 local.get $0 @@ -23474,10 +23051,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 23072 i32.store offset=4 local.get $0 @@ -23497,10 +23073,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 23136 i32.store offset=4 local.get $0 @@ -23520,10 +23095,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 23184 i32.store offset=4 local.get $0 @@ -23543,10 +23117,9 @@ call $~lib/util/number/utoa64 local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 23232 i32.store offset=4 local.get $0 @@ -23565,10 +23138,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 23280 i32.store offset=4 local.get $0 @@ -23587,10 +23159,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 23280 i32.store offset=4 local.get $0 @@ -23609,10 +23180,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 7696 i32.store offset=4 local.get $0 @@ -23631,10 +23201,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 23312 i32.store offset=4 local.get $0 @@ -23653,10 +23222,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8960 i32.store offset=4 local.get $0 @@ -23675,10 +23243,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8176 i32.store offset=4 local.get $0 @@ -23697,10 +23264,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 24336 i32.store offset=4 local.get $0 @@ -23719,10 +23285,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8240 i32.store offset=4 local.get $0 @@ -23741,10 +23306,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 24400 i32.store offset=4 local.get $0 @@ -23763,10 +23327,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 24480 i32.store offset=4 local.get $0 @@ -23785,10 +23348,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 24544 i32.store offset=4 local.get $0 @@ -23807,10 +23369,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 24624 i32.store offset=4 local.get $0 @@ -23829,10 +23390,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 24672 i32.store offset=4 local.get $0 @@ -23851,10 +23411,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 24736 i32.store offset=4 local.get $0 @@ -23873,10 +23432,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 24800 i32.store offset=4 local.get $0 @@ -23895,10 +23453,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8320 i32.store offset=4 local.get $0 @@ -23917,10 +23474,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 24864 i32.store offset=4 local.get $0 @@ -23939,10 +23495,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 5280 i32.store offset=4 local.get $0 @@ -23961,10 +23516,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 24896 i32.store offset=4 local.get $0 @@ -23983,10 +23537,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 24928 i32.store offset=4 local.get $0 @@ -24005,10 +23558,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 24960 i32.store offset=4 local.get $0 @@ -24027,10 +23579,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25008 i32.store offset=4 local.get $0 @@ -24049,10 +23600,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25056 i32.store offset=4 local.get $0 @@ -24071,10 +23621,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25104 i32.store offset=4 local.get $0 @@ -24093,10 +23642,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25152 i32.store offset=4 local.get $0 @@ -24115,10 +23663,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25200 i32.store offset=4 local.get $0 @@ -24137,10 +23684,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 5568 i32.store offset=4 local.get $0 @@ -24159,10 +23705,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25232 i32.store offset=4 local.get $0 @@ -24181,10 +23726,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 23312 i32.store offset=4 local.get $0 @@ -24203,10 +23747,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8960 i32.store offset=4 local.get $0 @@ -24225,10 +23768,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25280 i32.store offset=4 local.get $0 @@ -24247,10 +23789,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25312 i32.store offset=4 local.get $0 @@ -24269,10 +23810,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25360 i32.store offset=4 local.get $0 @@ -24291,10 +23831,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25392 i32.store offset=4 local.get $0 @@ -24313,10 +23852,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 23280 i32.store offset=4 local.get $0 @@ -24335,10 +23873,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25440 i32.store offset=4 local.get $0 @@ -24357,10 +23894,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25488 i32.store offset=4 local.get $0 @@ -24379,10 +23915,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25552 i32.store offset=4 local.get $0 @@ -24401,10 +23936,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25616 i32.store offset=4 local.get $0 @@ -24423,10 +23957,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 24864 i32.store offset=4 local.get $0 @@ -24445,10 +23978,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25680 i32.store offset=4 local.get $0 @@ -24467,10 +23999,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25712 i32.store offset=4 local.get $0 @@ -24489,10 +24020,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25776 i32.store offset=4 local.get $0 @@ -24511,10 +24041,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25856 i32.store offset=4 local.get $0 @@ -24533,10 +24062,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25904 i32.store offset=4 local.get $0 @@ -24555,10 +24083,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 25952 i32.store offset=4 local.get $0 @@ -24577,10 +24104,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 26000 i32.store offset=4 local.get $0 @@ -24599,10 +24125,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 26048 i32.store offset=4 local.get $0 @@ -24621,10 +24146,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 26096 i32.store offset=4 local.get $0 @@ -24643,10 +24167,9 @@ call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 26144 i32.store offset=4 local.get $0 @@ -24662,10 +24185,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 26192 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 26224 i32.store offset=12 i32.const 26192 @@ -24691,10 +24213,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 26304 i32.store offset=12 i32.const 1712 @@ -24720,10 +24241,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 26304 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=12 i32.const 26304 @@ -24749,10 +24269,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1712 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=12 i32.const 1712 @@ -24778,10 +24297,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 26336 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 26336 i32.store offset=4 i32.const 26336 @@ -24797,10 +24315,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 26336 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 26336 i32.store offset=4 i32.const 26336 @@ -24816,10 +24333,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 26368 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 26368 i32.store offset=4 i32.const 26368 @@ -24835,10 +24351,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 26400 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 26400 i32.store offset=4 i32.const 26400 @@ -24922,10 +24437,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 2 local.get $1 i32.const 0 @@ -24971,9 +24485,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $5 local.get $0 i32.const 2 i32.shl @@ -25035,10 +24550,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 2 local.get $0 i32.const 65535 @@ -26397,14 +25911,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 f64.const 0 f64.eq if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -26444,21 +25957,21 @@ call $~lib/util/number/dtoa_core i32.const 1 i32.shl - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.const 2 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $2 i32.store - local.get $1 - i32.const 23344 local.get $2 + i32.const 23344 + local.get $1 memory.copy global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 ) ) diff --git a/tests/compiler/std/symbol.debug.wat b/tests/compiler/std/symbol.debug.wat index d08b3e59f9..ca03f8216a 100644 --- a/tests/compiler/std/symbol.debug.wat +++ b/tests/compiler/std/symbol.debug.wat @@ -2372,7 +2372,7 @@ end end ) - (func $~lib/map/Map<~lib/string/String,usize>#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map<~lib/string/String,usize>#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -2381,12 +2381,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map<~lib/string/String,usize>#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map<~lib/string/String,usize>#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map<~lib/string/String,usize>#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map<~lib/string/String,usize>#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -2395,17 +2395,17 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map<~lib/string/String,usize>#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map<~lib/string/String,usize>#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map<~lib/string/String,usize>#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map<~lib/string/String,usize>#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map<~lib/string/String,usize>#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map<~lib/string/String,usize>#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 @@ -2423,19 +2423,19 @@ i32.shr_u return ) - (func $~lib/map/Map<~lib/string/String,usize>#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map<~lib/string/String,usize>#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map<~lib/string/String,usize>#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map<~lib/string/String,usize>#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry<~lib/string/String,usize>#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry<~lib/string/String,usize>#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry<~lib/string/String,usize>#get:key (param $this i32) (result i32) + (func $"~lib/map/MapEntry<~lib/string/String,usize>#get:key" (param $this i32) (result i32) local.get $this i32.load ) @@ -2543,42 +2543,42 @@ i32.const 0 return ) - (func $~lib/map/MapEntry<~lib/string/String,usize>#get:value (param $this i32) (result i32) + (func $"~lib/map/MapEntry<~lib/string/String,usize>#get:value" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry<~lib/string/String,usize>#set:value (param $this i32) (param $value i32) + (func $"~lib/map/MapEntry<~lib/string/String,usize>#set:value" (param $this i32) (param $value i32) local.get $this local.get $value i32.store offset=4 ) - (func $~lib/map/Map<~lib/string/String,usize>#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map<~lib/string/String,usize>#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map<~lib/string/String,usize>#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map<~lib/string/String,usize>#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map<~lib/string/String,usize>#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map<~lib/string/String,usize>#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map<~lib/string/String,usize>#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map<~lib/string/String,usize>#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry<~lib/string/String,usize>#set:key (param $this i32) (param $key i32) + (func $"~lib/map/MapEntry<~lib/string/String,usize>#set:key" (param $this i32) (param $key i32) local.get $this local.get $key i32.store ) - (func $~lib/map/MapEntry<~lib/string/String,usize>#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry<~lib/string/String,usize>#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=8 ) - (func $~lib/map/Map#set:buckets (param $this i32) (param $buckets i32) + (func $"~lib/map/Map#set:buckets" (param $this i32) (param $buckets i32) local.get $this local.get $buckets i32.store @@ -2587,12 +2587,12 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:bucketsMask (param $this i32) (param $bucketsMask i32) + (func $"~lib/map/Map#set:bucketsMask" (param $this i32) (param $bucketsMask i32) local.get $this local.get $bucketsMask i32.store offset=4 ) - (func $~lib/map/Map#set:entries (param $this i32) (param $entries i32) + (func $"~lib/map/Map#set:entries" (param $this i32) (param $entries i32) local.get $this local.get $entries i32.store offset=8 @@ -2601,17 +2601,17 @@ i32.const 0 call $~lib/rt/itcms/__link ) - (func $~lib/map/Map#set:entriesCapacity (param $this i32) (param $entriesCapacity i32) + (func $"~lib/map/Map#set:entriesCapacity" (param $this i32) (param $entriesCapacity i32) local.get $this local.get $entriesCapacity i32.store offset=12 ) - (func $~lib/map/Map#set:entriesOffset (param $this i32) (param $entriesOffset i32) + (func $"~lib/map/Map#set:entriesOffset" (param $this i32) (param $entriesOffset i32) local.get $this local.get $entriesOffset i32.store offset=16 ) - (func $~lib/map/Map#set:entriesCount (param $this i32) (param $entriesCount i32) + (func $"~lib/map/Map#set:entriesCount" (param $this i32) (param $entriesCount i32) local.get $this local.get $entriesCount i32.store offset=20 @@ -2684,53 +2684,53 @@ end return ) - (func $~lib/map/Map#get:buckets (param $this i32) (result i32) + (func $"~lib/map/Map#get:buckets" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/Map#get:bucketsMask (param $this i32) (result i32) + (func $"~lib/map/Map#get:bucketsMask" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#get:taggedNext (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:taggedNext" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#get:key (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:key" (param $this i32) (result i32) local.get $this i32.load ) - (func $~lib/map/MapEntry#set:value (param $this i32) (param $value i32) + (func $"~lib/map/MapEntry#set:value" (param $this i32) (param $value i32) local.get $this local.get $value i32.store offset=4 ) - (func $~lib/map/Map#get:entriesOffset (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesOffset" (param $this i32) (result i32) local.get $this i32.load offset=16 ) - (func $~lib/map/Map#get:entriesCapacity (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCapacity" (param $this i32) (result i32) local.get $this i32.load offset=12 ) - (func $~lib/map/Map#get:entriesCount (param $this i32) (result i32) + (func $"~lib/map/Map#get:entriesCount" (param $this i32) (result i32) local.get $this i32.load offset=20 ) - (func $~lib/map/Map#get:entries (param $this i32) (result i32) + (func $"~lib/map/Map#get:entries" (param $this i32) (result i32) local.get $this i32.load offset=8 ) - (func $~lib/map/MapEntry#set:key (param $this i32) (param $key i32) + (func $"~lib/map/MapEntry#set:key" (param $this i32) (param $key i32) local.get $this local.get $key i32.store ) - (func $~lib/map/MapEntry#get:value (param $this i32) (result i32) + (func $"~lib/map/MapEntry#get:value" (param $this i32) (result i32) local.get $this i32.load offset=4 ) - (func $~lib/map/MapEntry#set:taggedNext (param $this i32) (param $taggedNext i32) + (func $"~lib/map/MapEntry#set:taggedNext" (param $this i32) (param $taggedNext i32) local.get $this local.get $taggedNext i32.store offset=8 @@ -2808,26 +2808,26 @@ ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) - (func $~lib/map/Map<~lib/string/String,usize>~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map<~lib/string/String,usize>~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map<~lib/string/String,usize>#__visit + call $"~lib/map/Map<~lib/string/String,usize>#__visit" ) - (func $~lib/map/Map~visit (param $0 i32) (param $1 i32) + (func $"~lib/map/Map~visit" (param $0 i32) (param $1 i32) local.get $0 local.get $1 call $~lib/object/Object~visit local.get $0 local.get $1 - call $~lib/map/Map#__visit + call $"~lib/map/Map#__visit" ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid - block $~lib/map/Map - block $~lib/map/Map<~lib/string/String,usize> + block $"~lib/map/Map" + block $"~lib/map/Map<~lib/string/String,usize>" block $~lib/arraybuffer/ArrayBufferView block $~lib/string/String block $~lib/arraybuffer/ArrayBuffer @@ -2836,7 +2836,7 @@ i32.const 8 i32.sub i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/map/Map<~lib/string/String,usize> $~lib/map/Map $invalid + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $"~lib/map/Map<~lib/string/String,usize>" $"~lib/map/Map" $invalid end return end @@ -2851,12 +2851,12 @@ end local.get $0 local.get $1 - call $~lib/map/Map<~lib/string/String,usize>~visit + call $"~lib/map/Map<~lib/string/String,usize>~visit" return end local.get $0 local.get $1 - call $~lib/map/Map~visit + call $"~lib/map/Map~visit" return end unreachable @@ -2883,7 +2883,7 @@ unreachable end ) - (func $~lib/map/Map<~lib/string/String,usize>#constructor (param $this i32) (result i32) + (func $"~lib/map/Map<~lib/string/String,usize>#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -2922,7 +2922,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map<~lib/string/String,usize>#set:buckets + call $"~lib/map/Map<~lib/string/String,usize>#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2932,7 +2932,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map<~lib/string/String,usize>#set:bucketsMask + call $"~lib/map/Map<~lib/string/String,usize>#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2941,9 +2941,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.0" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.0 + br $"~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -2952,7 +2952,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map<~lib/string/String,usize>#set:entries + call $"~lib/map/Map<~lib/string/String,usize>#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2960,7 +2960,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map<~lib/string/String,usize>#set:entriesCapacity + call $"~lib/map/Map<~lib/string/String,usize>#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2968,7 +2968,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map<~lib/string/String,usize>#set:entriesOffset + call $"~lib/map/Map<~lib/string/String,usize>#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -2976,7 +2976,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map<~lib/string/String,usize>#set:entriesCount + call $"~lib/map/Map<~lib/string/String,usize>#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -3370,7 +3370,7 @@ local.get $3 return ) - (func $~lib/map/Map<~lib/string/String,usize>#find (param $this i32) (param $key i32) (param $hashCode i32) (result i32) + (func $"~lib/map/Map<~lib/string/String,usize>#find" (param $this i32) (param $key i32) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -3388,7 +3388,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map<~lib/string/String,usize>#get:buckets + call $"~lib/map/Map<~lib/string/String,usize>#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -3396,7 +3396,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map<~lib/string/String,usize>#get:bucketsMask + call $"~lib/map/Map<~lib/string/String,usize>#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -3407,7 +3407,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry<~lib/string/String,usize>#get:taggedNext + call $"~lib/map/MapEntry<~lib/string/String,usize>#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -3415,7 +3415,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry<~lib/string/String,usize>#get:key + call $"~lib/map/MapEntry<~lib/string/String,usize>#get:key" local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 @@ -3459,7 +3459,7 @@ local.get $5 return ) - (func $~lib/map/Map<~lib/string/String,usize>#has (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map<~lib/string/String,usize>#has" (param $this i32) (param $key i32) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -3491,7 +3491,7 @@ i32.store offset=8 local.get $2 call $~lib/util/hash/HASH<~lib/string/String> - call $~lib/map/Map<~lib/string/String,usize>#find + call $"~lib/map/Map<~lib/string/String,usize>#find" i32.const 0 i32.ne local.set $2 @@ -3502,7 +3502,7 @@ local.get $2 return ) - (func $~lib/map/Map<~lib/string/String,usize>#get (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map<~lib/string/String,usize>#get" (param $this i32) (param $key i32) (result i32) (local $entry i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -3535,7 +3535,7 @@ i32.store offset=8 local.get $3 call $~lib/util/hash/HASH<~lib/string/String> - call $~lib/map/Map<~lib/string/String,usize>#find + call $"~lib/map/Map<~lib/string/String,usize>#find" local.set $entry local.get $entry i32.eqz @@ -3548,7 +3548,7 @@ unreachable end local.get $entry - call $~lib/map/MapEntry<~lib/string/String,usize>#get:value + call $"~lib/map/MapEntry<~lib/string/String,usize>#get:value" local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 @@ -3557,7 +3557,7 @@ local.get $3 return ) - (func $~lib/map/Map<~lib/string/String,usize>#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map<~lib/string/String,usize>#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -3601,9 +3601,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.1" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.1 + br $"~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -3615,7 +3615,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map<~lib/string/String,usize>#get:entries + call $"~lib/map/Map<~lib/string/String,usize>#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -3624,10 +3624,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map<~lib/string/String,usize>#get:entriesOffset - block $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.2 (result i32) + call $"~lib/map/Map<~lib/string/String,usize>#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.2" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.2 + br $"~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.2" end i32.mul i32.add @@ -3642,7 +3642,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry<~lib/string/String,usize>#get:taggedNext + call $"~lib/map/MapEntry<~lib/string/String,usize>#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -3651,7 +3651,7 @@ local.set $newEntry global.get $~lib/memory/__stack_pointer local.get $oldEntry - call $~lib/map/MapEntry<~lib/string/String,usize>#get:key + call $"~lib/map/MapEntry<~lib/string/String,usize>#get:key" local.tee $oldEntryKey i32.store offset=12 local.get $newEntry @@ -3661,11 +3661,11 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/MapEntry<~lib/string/String,usize>#set:key + call $"~lib/map/MapEntry<~lib/string/String,usize>#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry<~lib/string/String,usize>#get:value - call $~lib/map/MapEntry<~lib/string/String,usize>#set:value + call $"~lib/map/MapEntry<~lib/string/String,usize>#get:value" + call $"~lib/map/MapEntry<~lib/string/String,usize>#set:value" local.get $oldEntryKey local.set $14 global.get $~lib/memory/__stack_pointer @@ -3685,22 +3685,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry<~lib/string/String,usize>#set:taggedNext + call $"~lib/map/MapEntry<~lib/string/String,usize>#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.3" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.3 + br $"~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.4" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.4 + br $"~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.4" end i32.add local.set $oldPtr @@ -3719,7 +3719,7 @@ local.get $14 i32.store offset=16 local.get $14 - call $~lib/map/Map<~lib/string/String,usize>#set:buckets + call $"~lib/map/Map<~lib/string/String,usize>#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -3727,7 +3727,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map<~lib/string/String,usize>#set:bucketsMask + call $"~lib/map/Map<~lib/string/String,usize>#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -3740,7 +3740,7 @@ local.get $14 i32.store offset=16 local.get $14 - call $~lib/map/Map<~lib/string/String,usize>#set:entries + call $"~lib/map/Map<~lib/string/String,usize>#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -3748,7 +3748,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map<~lib/string/String,usize>#set:entriesCapacity + call $"~lib/map/Map<~lib/string/String,usize>#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -3761,14 +3761,14 @@ local.get $14 i32.store offset=16 local.get $14 - call $~lib/map/Map<~lib/string/String,usize>#get:entriesCount - call $~lib/map/Map<~lib/string/String,usize>#set:entriesOffset + call $"~lib/map/Map<~lib/string/String,usize>#get:entriesCount" + call $"~lib/map/Map<~lib/string/String,usize>#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map<~lib/string/String,usize>#set (param $this i32) (param $key i32) (param $value i32) (result i32) + (func $"~lib/map/Map<~lib/string/String,usize>#set" (param $this i32) (param $key i32) (param $value i32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -3807,13 +3807,13 @@ i32.store offset=4 local.get $8 local.get $hashCode - call $~lib/map/Map<~lib/string/String,usize>#find + call $"~lib/map/Map<~lib/string/String,usize>#find" local.set $entry local.get $entry if local.get $entry local.get $value - call $~lib/map/MapEntry<~lib/string/String,usize>#set:value + call $"~lib/map/MapEntry<~lib/string/String,usize>#set:value" i32.const 0 drop else @@ -3823,14 +3823,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map<~lib/string/String,usize>#get:entriesOffset + call $"~lib/map/Map<~lib/string/String,usize>#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map<~lib/string/String,usize>#get:entriesCapacity + call $"~lib/map/Map<~lib/string/String,usize>#get:entriesCapacity" i32.eq if local.get $this @@ -3845,14 +3845,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map<~lib/string/String,usize>#get:entriesCount + call $"~lib/map/Map<~lib/string/String,usize>#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map<~lib/string/String,usize>#get:entriesCapacity + call $"~lib/map/Map<~lib/string/String,usize>#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -3865,7 +3865,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map<~lib/string/String,usize>#get:bucketsMask + call $"~lib/map/Map<~lib/string/String,usize>#get:bucketsMask" else local.get $this local.set $8 @@ -3873,13 +3873,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map<~lib/string/String,usize>#get:bucketsMask + call $"~lib/map/Map<~lib/string/String,usize>#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map<~lib/string/String,usize>#rehash + call $"~lib/map/Map<~lib/string/String,usize>#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -3888,7 +3888,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map<~lib/string/String,usize>#get:entries + call $"~lib/map/Map<~lib/string/String,usize>#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -3904,15 +3904,15 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map<~lib/string/String,usize>#get:entriesOffset + call $"~lib/map/Map<~lib/string/String,usize>#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map<~lib/string/String,usize>#set:entriesOffset + call $"~lib/map/Map<~lib/string/String,usize>#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.5" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.5 + br $"~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.5" end i32.mul i32.add @@ -3924,7 +3924,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/MapEntry<~lib/string/String,usize>#set:key + call $"~lib/map/MapEntry<~lib/string/String,usize>#set:key" i32.const 1 drop local.get $this @@ -3933,7 +3933,7 @@ call $~lib/rt/itcms/__link local.get $entry local.get $value - call $~lib/map/MapEntry<~lib/string/String,usize>#set:value + call $"~lib/map/MapEntry<~lib/string/String,usize>#set:value" i32.const 0 drop local.get $this @@ -3948,17 +3948,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map<~lib/string/String,usize>#get:entriesCount + call $"~lib/map/Map<~lib/string/String,usize>#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map<~lib/string/String,usize>#set:entriesCount + call $"~lib/map/Map<~lib/string/String,usize>#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map<~lib/string/String,usize>#get:buckets + call $"~lib/map/Map<~lib/string/String,usize>#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -3966,7 +3966,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map<~lib/string/String,usize>#get:bucketsMask + call $"~lib/map/Map<~lib/string/String,usize>#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -3975,7 +3975,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry<~lib/string/String,usize>#set:taggedNext + call $"~lib/map/MapEntry<~lib/string/String,usize>#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -3989,7 +3989,7 @@ local.get $8 return ) - (func $~lib/map/Map#constructor (param $this i32) (result i32) + (func $"~lib/map/Map#constructor" (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -4028,7 +4028,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -4038,7 +4038,7 @@ i32.const 4 i32.const 1 i32.sub - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -4047,9 +4047,9 @@ local.get $1 i32.const 0 i32.const 4 - block $~lib/map/ENTRY_SIZE|inlined.0 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.0" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.0 + br $"~lib/map/ENTRY_SIZE|inlined.0" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -4058,7 +4058,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -4066,7 +4066,7 @@ i32.store offset=4 local.get $1 i32.const 4 - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -4074,7 +4074,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -4082,7 +4082,7 @@ i32.store offset=4 local.get $1 i32.const 0 - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -4091,7 +4091,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $~lib/map/Map#find (param $this i32) (param $key i32) (param $hashCode i32) (result i32) + (func $"~lib/map/Map#find" (param $this i32) (param $key i32) (param $hashCode i32) (result i32) (local $entry i32) (local $taggedNext i32) (local $5 i32) @@ -4109,7 +4109,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $5 @@ -4117,7 +4117,7 @@ local.get $5 i32.store local.get $5 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -4128,7 +4128,7 @@ local.get $entry if local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" local.set $taggedNext local.get $taggedNext i32.const 1 @@ -4136,7 +4136,7 @@ i32.eqz if (result i32) local.get $entry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.get $key i32.eq else @@ -4170,7 +4170,7 @@ local.get $5 return ) - (func $~lib/map/Map#rehash (param $this i32) (param $newBucketsMask i32) + (func $"~lib/map/Map#rehash" (param $this i32) (param $newBucketsMask i32) (local $newBucketsCapacity i32) (local $newBuckets i32) (local $newEntriesCapacity i32) @@ -4216,9 +4216,9 @@ global.get $~lib/memory/__stack_pointer i32.const 0 local.get $newEntriesCapacity - block $~lib/map/ENTRY_SIZE|inlined.1 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.1" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.1 + br $"~lib/map/ENTRY_SIZE|inlined.1" end i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -4230,7 +4230,7 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $oldPtr local.get $oldPtr local.get $this @@ -4239,10 +4239,10 @@ local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.2 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.2" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.2 + br $"~lib/map/ENTRY_SIZE|inlined.2" end i32.mul i32.add @@ -4257,7 +4257,7 @@ local.get $oldPtr local.set $oldEntry local.get $oldEntry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -4265,20 +4265,20 @@ local.get $newPtr local.set $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:key + call $"~lib/map/MapEntry#get:key" local.set $oldEntryKey local.get $newEntry local.get $oldEntryKey - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" local.get $newEntry local.get $oldEntry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" local.set $14 global.get $~lib/memory/__stack_pointer local.get $14 i32.store offset=8 local.get $14 - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" local.get $oldEntryKey call $~lib/util/hash/HASH local.get $newBucketsMask @@ -4293,22 +4293,22 @@ local.get $newEntry local.get $newBucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $newBucketPtrBase local.get $newPtr i32.store local.get $newPtr - block $~lib/map/ENTRY_SIZE|inlined.3 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.3" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.3 + br $"~lib/map/ENTRY_SIZE|inlined.3" end i32.add local.set $newPtr end local.get $oldPtr - block $~lib/map/ENTRY_SIZE|inlined.4 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.4" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.4 + br $"~lib/map/ENTRY_SIZE|inlined.4" end i32.add local.set $oldPtr @@ -4327,7 +4327,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:buckets + call $"~lib/map/Map#set:buckets" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -4335,7 +4335,7 @@ i32.store offset=8 local.get $14 local.get $newBucketsMask - call $~lib/map/Map#set:bucketsMask + call $"~lib/map/Map#set:bucketsMask" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -4348,7 +4348,7 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#set:entries + call $"~lib/map/Map#set:entries" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -4356,7 +4356,7 @@ i32.store offset=8 local.get $14 local.get $newEntriesCapacity - call $~lib/map/Map#set:entriesCapacity + call $"~lib/map/Map#set:entriesCapacity" local.get $this local.set $14 global.get $~lib/memory/__stack_pointer @@ -4369,14 +4369,14 @@ local.get $14 i32.store offset=12 local.get $14 - call $~lib/map/Map#get:entriesCount - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#get:entriesCount" + call $"~lib/map/Map#set:entriesOffset" global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#set (param $this i32) (param $key i32) (param $value i32) (result i32) + (func $"~lib/map/Map#set" (param $this i32) (param $key i32) (param $value i32) (result i32) (local $hashCode i32) (local $entry i32) (local $entries i32) @@ -4405,7 +4405,7 @@ local.get $8 local.get $key local.get $hashCode - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry if @@ -4416,7 +4416,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 1 drop local.get $this @@ -4430,14 +4430,14 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.eq if local.get $this @@ -4452,14 +4452,14 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCapacity + call $"~lib/map/Map#get:entriesCapacity" i32.const 3 i32.mul i32.const 4 @@ -4472,7 +4472,7 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" else local.get $this local.set $8 @@ -4480,13 +4480,13 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.const 1 i32.shl i32.const 1 i32.or end - call $~lib/map/Map#rehash + call $"~lib/map/Map#rehash" end global.get $~lib/memory/__stack_pointer local.get $this @@ -4495,7 +4495,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.tee $entries i32.store offset=8 local.get $entries @@ -4511,22 +4511,22 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesOffset + call $"~lib/map/Map#get:entriesOffset" local.tee $6 i32.const 1 i32.add - call $~lib/map/Map#set:entriesOffset + call $"~lib/map/Map#set:entriesOffset" local.get $6 - block $~lib/map/ENTRY_SIZE|inlined.5 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.5" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.5 + br $"~lib/map/ENTRY_SIZE|inlined.5" end i32.mul i32.add local.set $entry local.get $entry local.get $key - call $~lib/map/MapEntry#set:key + call $"~lib/map/MapEntry#set:key" i32.const 0 drop local.get $entry @@ -4536,7 +4536,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/MapEntry#set:value + call $"~lib/map/MapEntry#set:value" i32.const 1 drop local.get $this @@ -4555,17 +4555,17 @@ local.get $8 i32.store offset=4 local.get $8 - call $~lib/map/Map#get:entriesCount + call $"~lib/map/Map#get:entriesCount" i32.const 1 i32.add - call $~lib/map/Map#set:entriesCount + call $"~lib/map/Map#set:entriesCount" local.get $this local.set $8 global.get $~lib/memory/__stack_pointer local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $hashCode local.get $this local.set $8 @@ -4573,7 +4573,7 @@ local.get $8 i32.store local.get $8 - call $~lib/map/Map#get:bucketsMask + call $"~lib/map/Map#get:bucketsMask" i32.and i32.const 4 i32.mul @@ -4582,7 +4582,7 @@ local.get $entry local.get $bucketPtrBase i32.load - call $~lib/map/MapEntry#set:taggedNext + call $"~lib/map/MapEntry#set:taggedNext" local.get $bucketPtrBase local.get $entry i32.store @@ -4620,7 +4620,7 @@ local.get $3 i32.store offset=4 local.get $3 - call $~lib/map/Map<~lib/string/String,usize>#has + call $"~lib/map/Map<~lib/string/String,usize>#has" if global.get $~lib/symbol/stringToId local.set $3 @@ -4634,7 +4634,7 @@ local.get $3 i32.store offset=4 local.get $3 - call $~lib/map/Map<~lib/string/String,usize>#get + call $"~lib/map/Map<~lib/string/String,usize>#get" local.set $3 global.get $~lib/memory/__stack_pointer i32.const 8 @@ -4668,7 +4668,7 @@ i32.store offset=4 local.get $3 local.get $id - call $~lib/map/Map<~lib/string/String,usize>#set + call $"~lib/map/Map<~lib/string/String,usize>#set" drop global.get $~lib/symbol/idToString local.set $3 @@ -4683,7 +4683,7 @@ local.get $3 i32.store offset=4 local.get $3 - call $~lib/map/Map#set + call $"~lib/map/Map#set" drop local.get $id local.set $3 @@ -4694,7 +4694,7 @@ local.get $3 return ) - (func $~lib/map/Map#has (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#has" (param $this i32) (param $key i32) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 @@ -4713,7 +4713,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $2 @@ -4724,7 +4724,7 @@ local.get $2 return ) - (func $~lib/map/Map#get (param $this i32) (param $key i32) (result i32) + (func $"~lib/map/Map#get" (param $this i32) (param $key i32) (result i32) (local $entry i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -4744,7 +4744,7 @@ local.get $key local.get $key call $~lib/util/hash/HASH - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.set $entry local.get $entry i32.eqz @@ -4757,7 +4757,7 @@ unreachable end local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -4783,7 +4783,7 @@ i32.store local.get $1 local.get $sym - call $~lib/map/Map#has + call $"~lib/map/Map#has" if (result i32) global.get $~lib/symbol/idToString local.set $1 @@ -4792,7 +4792,7 @@ i32.store local.get $1 local.get $sym - call $~lib/map/Map#get + call $"~lib/map/Map#get" else i32.const 0 end @@ -5069,7 +5069,7 @@ i32.store offset=4 local.get $4 local.get $id - call $~lib/map/Map#has + call $"~lib/map/Map#has" else i32.const 0 end @@ -5082,7 +5082,7 @@ i32.store offset=4 local.get $4 local.get $id - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.tee $str i32.store end @@ -5182,10 +5182,10 @@ call $~lib/rt/itcms/initLazy global.set $~lib/rt/itcms/fromSpace i32.const 0 - call $~lib/map/Map<~lib/string/String,usize>#constructor + call $"~lib/map/Map<~lib/string/String,usize>#constructor" global.set $~lib/symbol/stringToId i32.const 0 - call $~lib/map/Map#constructor + call $"~lib/map/Map#constructor" global.set $~lib/symbol/idToString i32.const 32 local.set $2 @@ -5439,7 +5439,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map<~lib/string/String,usize>#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map<~lib/string/String,usize>#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $cur i32) (local $end i32) @@ -5460,7 +5460,7 @@ local.get $7 i32.store local.get $7 - call $~lib/map/Map<~lib/string/String,usize>#get:buckets + call $"~lib/map/Map<~lib/string/String,usize>#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -5469,7 +5469,7 @@ local.get $7 i32.store local.get $7 - call $~lib/map/Map<~lib/string/String,usize>#get:entries + call $"~lib/map/Map<~lib/string/String,usize>#get:entries" local.set $entries i32.const 1 drop @@ -5482,10 +5482,10 @@ local.get $7 i32.store local.get $7 - call $~lib/map/Map<~lib/string/String,usize>#get:entriesOffset - block $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.6 (result i32) + call $"~lib/map/Map<~lib/string/String,usize>#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.6" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.6 + br $"~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.6" end i32.mul i32.add @@ -5498,7 +5498,7 @@ local.get $cur local.set $entry local.get $entry - call $~lib/map/MapEntry<~lib/string/String,usize>#get:taggedNext + call $"~lib/map/MapEntry<~lib/string/String,usize>#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -5506,7 +5506,7 @@ i32.const 1 drop local.get $entry - call $~lib/map/MapEntry<~lib/string/String,usize>#get:key + call $"~lib/map/MapEntry<~lib/string/String,usize>#get:key" local.set $val i32.const 0 drop @@ -5517,9 +5517,9 @@ drop end local.get $cur - block $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.7 (result i32) + block $"~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.7" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.7 + br $"~lib/map/ENTRY_SIZE<~lib/string/String,usize>|inlined.7" end i32.add local.set $cur @@ -5534,7 +5534,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/map/Map#__visit (param $this i32) (param $cookie i32) + (func $"~lib/map/Map#__visit" (param $this i32) (param $cookie i32) (local $entries i32) (local $cur i32) (local $end i32) @@ -5555,7 +5555,7 @@ local.get $7 i32.store local.get $7 - call $~lib/map/Map#get:buckets + call $"~lib/map/Map#get:buckets" local.get $cookie call $~lib/rt/itcms/__visit local.get $this @@ -5564,7 +5564,7 @@ local.get $7 i32.store local.get $7 - call $~lib/map/Map#get:entries + call $"~lib/map/Map#get:entries" local.set $entries i32.const 1 drop @@ -5577,10 +5577,10 @@ local.get $7 i32.store local.get $7 - call $~lib/map/Map#get:entriesOffset - block $~lib/map/ENTRY_SIZE|inlined.6 (result i32) + call $"~lib/map/Map#get:entriesOffset" + block $"~lib/map/ENTRY_SIZE|inlined.6" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.6 + br $"~lib/map/ENTRY_SIZE|inlined.6" end i32.mul i32.add @@ -5593,7 +5593,7 @@ local.get $cur local.set $entry local.get $entry - call $~lib/map/MapEntry#get:taggedNext + call $"~lib/map/MapEntry#get:taggedNext" i32.const 1 i32.and i32.eqz @@ -5603,7 +5603,7 @@ i32.const 1 drop local.get $entry - call $~lib/map/MapEntry#get:value + call $"~lib/map/MapEntry#get:value" local.set $val i32.const 0 drop @@ -5612,9 +5612,9 @@ call $~lib/rt/itcms/__visit end local.get $cur - block $~lib/map/ENTRY_SIZE|inlined.7 (result i32) + block $"~lib/map/ENTRY_SIZE|inlined.7" (result i32) i32.const 12 - br $~lib/map/ENTRY_SIZE|inlined.7 + br $"~lib/map/ENTRY_SIZE|inlined.7" end i32.add local.set $cur diff --git a/tests/compiler/std/symbol.release.wat b/tests/compiler/std/symbol.release.wat index a61bac0756..59048f83cc 100644 --- a/tests/compiler/std/symbol.release.wat +++ b/tests/compiler/std/symbol.release.wat @@ -1177,11 +1177,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1366,8 +1365,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1652,7 +1650,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $3 local.get $1 i32.const 20 i32.sub @@ -1662,8 +1659,6 @@ i32.and i32.eq if - local.get $3 - i32.eqz local.get $0 i32.const 20 i32.sub @@ -1672,6 +1667,8 @@ i32.const 3 i32.and local.tee $3 + global.get $~lib/rt/itcms/white + i32.eqz i32.eq if local.get $0 @@ -1700,8 +1697,8 @@ block $folding-inner1 block $folding-inner0 block $invalid - block $~lib/map/Map - block $~lib/map/Map<~lib/string/String,usize> + block $"~lib/map/Map" + block $"~lib/map/Map<~lib/string/String,usize>" block $~lib/arraybuffer/ArrayBufferView block $~lib/string/String block $~lib/arraybuffer/ArrayBuffer @@ -1710,7 +1707,7 @@ i32.const 8 i32.sub i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/map/Map<~lib/string/String,usize> $~lib/map/Map $invalid + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $"~lib/map/Map<~lib/string/String,usize>" $"~lib/map/Map" $invalid end return end @@ -1736,10 +1733,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1795,10 +1791,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1894,11 +1889,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store block $~lib/util/hash/hashStr|inlined.0 (result i32) - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 0 @@ -1906,7 +1900,7 @@ i32.eqz br_if $~lib/util/hash/hashStr|inlined.0 drop - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 local.tee $1 i32.store offset=4 @@ -2115,14 +2109,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2137,8 +2130,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -2148,7 +2139,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -2160,12 +2151,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -2259,9 +2250,8 @@ global.set $~lib/memory/__stack_pointer i32.const 0 ) - (func $~lib/map/Map<~lib/string/String,usize>#find (param $0 i32) (param $1 i32) (result i32) + (func $"~lib/map/Map<~lib/string/String,usize>#find" (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2278,19 +2268,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $1 local.get $0 i32.load offset=4 @@ -2312,15 +2301,14 @@ i32.const 0 else global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.load - local.tee $3 + local.tee $2 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 - local.get $3 + local.get $2 i32.const 1056 call $~lib/string/String.__eq end @@ -2345,7 +2333,7 @@ global.set $~lib/memory/__stack_pointer i32.const 0 ) - (func $~lib/map/Map<~lib/string/String,usize>#set (param $0 i32) (param $1 i32) + (func $"~lib/map/Map<~lib/string/String,usize>#set" (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) (local $4 i32) @@ -2355,7 +2343,6 @@ (local $8 i32) (local $9 i32) (local $10 i32) - (local $11 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2366,18 +2353,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store i32.const 1056 call $~lib/util/hash/HASH<~lib/string/String> - local.set $8 + local.set $6 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -2385,8 +2371,8 @@ i32.const 1056 i32.store offset=4 local.get $0 - local.get $8 - call $~lib/map/Map<~lib/string/String,usize>#find + local.get $6 + call $"~lib/map/Map<~lib/string/String,usize>#find" local.tee $2 if local.get $2 @@ -2394,33 +2380,32 @@ i32.store offset=4 else global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $0 i32.load offset=12 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 + local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -2429,7 +2414,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -2445,7 +2430,7 @@ i32.const 1 i32.or end - local.set $4 + local.set $7 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -2455,19 +2440,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 20 memory.fill - local.get $2 - local.get $4 + global.get $~lib/memory/__stack_pointer + local.get $7 i32.const 1 i32.add local.tee $2 i32.const 2 i32.shl call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $9 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer local.get $2 @@ -2475,7 +2459,7 @@ i32.shl i32.const 3 i32.div_s - local.tee $6 + local.tee $5 i32.const 12 i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -2486,62 +2470,61 @@ i32.store offset=8 local.get $0 i32.load offset=8 - local.set $10 + local.set $9 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $10 + local.get $9 local.get $0 i32.load offset=16 i32.const 12 i32.mul i32.add - local.set $5 + local.set $4 local.get $3 local.set $2 loop $while-continue|0 - local.get $5 - local.get $10 + local.get $4 + local.get $9 i32.ne if - local.get $10 + local.get $9 i32.load offset=8 i32.const 1 i32.and i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $10 + local.get $9 i32.load - local.tee $11 + local.tee $10 i32.store offset=12 - local.get $7 - local.get $11 + global.get $~lib/memory/__stack_pointer + local.get $10 i32.store offset=8 local.get $2 - local.get $11 + local.get $10 i32.store local.get $2 - local.get $10 + local.get $9 i32.load offset=4 i32.store offset=4 - local.get $7 - local.get $11 + global.get $~lib/memory/__stack_pointer + local.get $10 i32.store offset=8 local.get $2 - local.get $9 - local.get $11 + local.get $8 + local.get $10 call $~lib/util/hash/HASH<~lib/string/String> - local.get $4 + local.get $7 i32.and i32.const 2 i32.shl i32.add - local.tee $7 + local.tee $10 i32.load i32.store offset=8 - local.get $7 + local.get $10 local.get $2 i32.store local.get $2 @@ -2549,32 +2532,31 @@ i32.add local.set $2 end - local.get $10 + local.get $9 i32.const 12 i32.add - local.set $10 + local.set $9 br $while-continue|0 end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 - local.get $9 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store offset=16 local.get $0 - local.get $9 + local.get $8 i32.store local.get $0 - local.get $9 + local.get $8 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 - local.get $4 + local.get $7 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 @@ -2593,7 +2575,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $6 + local.get $5 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 @@ -2611,32 +2593,31 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 - local.tee $3 + local.tee $2 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $4 + local.tee $3 i32.const 1 i32.add i32.store offset=16 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store + local.get $2 local.get $3 - local.get $4 i32.const 12 i32.mul i32.add @@ -2673,7 +2654,7 @@ i32.store local.get $2 local.get $1 - local.get $8 + local.get $6 local.get $0 i32.load offset=4 i32.and @@ -2700,9 +2681,8 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/map/Map#find (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"~lib/map/Map#find" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2719,19 +2699,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load - local.set $4 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -2778,7 +2757,7 @@ global.set $~lib/memory/__stack_pointer i32.const 0 ) - (func $~lib/map/Map#set (param $0 i32) (param $1 i32) + (func $"~lib/map/Map#set" (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) (local $4 i32) @@ -2799,13 +2778,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2838,8 +2816,8 @@ i32.shr_u local.get $2 i32.xor - local.tee $8 - call $~lib/map/Map#find + local.tee $7 + call $"~lib/map/Map#find" local.tee $2 if global.get $~lib/memory/__stack_pointer @@ -2854,33 +2832,32 @@ call $~lib/rt/itcms/__link else global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 i32.load offset=16 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $0 i32.load offset=12 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=20 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 + local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -2889,7 +2866,7 @@ i32.div_s i32.lt_s if (result i32) - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -2905,7 +2882,7 @@ i32.const 1 i32.or end - local.set $4 + local.set $8 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -2915,14 +2892,13 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 - local.get $4 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.const 1 i32.add local.tee $2 @@ -2937,7 +2913,7 @@ i32.shl i32.const 3 i32.div_s - local.tee $7 + local.tee $6 i32.const 12 i32.mul call $~lib/arraybuffer/ArrayBuffer#constructor @@ -2958,11 +2934,11 @@ i32.const 12 i32.mul i32.add - local.set $6 + local.set $5 local.get $3 local.set $2 loop $while-continue|0 - local.get $6 + local.get $5 local.get $10 i32.ne if @@ -2980,14 +2956,14 @@ global.get $~lib/memory/__stack_pointer local.get $10 i32.load offset=4 - local.tee $5 + local.tee $4 i32.store offset=8 local.get $2 - local.get $5 + local.get $4 i32.store offset=4 local.get $2 local.get $9 - local.get $4 + local.get $8 local.get $11 i32.const -1028477379 i32.mul @@ -2997,33 +2973,33 @@ i32.rotl i32.const 668265263 i32.mul - local.tee $5 + local.tee $4 i32.const 15 i32.shr_u - local.get $5 + local.get $4 i32.xor i32.const -2048144777 i32.mul - local.tee $5 + local.tee $4 i32.const 13 i32.shr_u - local.get $5 + local.get $4 i32.xor i32.const -1028477379 i32.mul - local.tee $5 + local.tee $4 i32.const 16 i32.shr_u - local.get $5 + local.get $4 i32.xor i32.and i32.const 2 i32.shl i32.add - local.tee $5 + local.tee $4 i32.load i32.store offset=8 - local.get $5 + local.get $4 local.get $2 i32.store local.get $2 @@ -3039,10 +3015,9 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $9 i32.store offset=12 local.get $0 @@ -3056,7 +3031,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $4 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 @@ -3075,7 +3050,7 @@ local.get $0 i32.store offset=8 local.get $0 - local.get $7 + local.get $6 i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 @@ -3093,39 +3068,38 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=8 - local.tee $3 + local.tee $2 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 local.get $0 i32.load offset=16 - local.tee $4 + local.tee $3 i32.const 1 i32.add i32.store offset=16 + local.get $2 local.get $3 - local.get $4 i32.const 12 i32.mul i32.add - local.tee $3 + local.tee $2 local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - local.get $3 + local.get $2 i32.const 1056 i32.store offset=4 local.get $0 @@ -3153,9 +3127,9 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + local.get $2 local.get $1 - local.get $8 + local.get $7 local.get $0 i32.load offset=4 i32.and @@ -3166,7 +3140,7 @@ i32.load i32.store offset=8 local.get $0 - local.get $3 + local.get $2 i32.store end global.get $~lib/memory/__stack_pointer @@ -3185,7 +3159,6 @@ (func $~lib/symbol/_Symbol.for (result i32) (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3197,17 +3170,16 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $~lib/symbol/stringToId - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -3216,25 +3188,24 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=8 - local.get $1 + local.get $0 i32.const 1056 call $~lib/util/hash/HASH<~lib/string/String> - call $~lib/map/Map<~lib/string/String,usize>#find + call $"~lib/map/Map<~lib/string/String,usize>#find" i32.const 0 i32.ne local.set $0 @@ -3260,25 +3231,24 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=8 local.get $0 i32.const 1056 call $~lib/util/hash/HASH<~lib/string/String> - call $~lib/map/Map<~lib/string/String,usize>#find + call $"~lib/map/Map<~lib/string/String,usize>#find" local.tee $0 i32.eqz if @@ -3309,16 +3279,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 global.get $~lib/symbol/stringToId - local.tee $2 + local.tee $1 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 - local.get $2 + local.get $1 local.get $0 - call $~lib/map/Map<~lib/string/String,usize>#set + call $"~lib/map/Map<~lib/string/String,usize>#set" global.get $~lib/memory/__stack_pointer global.get $~lib/symbol/idToString local.tee $1 @@ -3328,7 +3297,7 @@ i32.store offset=4 local.get $1 local.get $0 - call $~lib/map/Map#set + call $"~lib/map/Map#set" br $folding-inner1 end i32.const 35536 @@ -3344,8 +3313,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#has (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) + (func $"~lib/map/Map#has" (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3362,10 +3330,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -3398,7 +3365,7 @@ i32.const 16 i32.shr_u i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" i32.const 0 i32.ne local.set $0 @@ -3408,8 +3375,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/map/Map#get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) + (func $"~lib/map/Map#get" (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3426,10 +3392,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -3462,7 +3427,7 @@ i32.const 16 i32.shr_u i32.xor - call $~lib/map/Map#find + call $"~lib/map/Map#find" local.tee $0 i32.eqz if @@ -3500,16 +3465,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer global.get $~lib/symbol/idToString local.tee $1 i32.store local.get $1 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" if (result i32) global.get $~lib/memory/__stack_pointer global.get $~lib/symbol/idToString @@ -3517,7 +3481,7 @@ i32.store local.get $1 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" else i32.const 0 end @@ -3532,7 +3496,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3543,83 +3506,81 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - block $__inlined_func$~lib/string/String#concat$253 (result i32) - local.get $2 - local.get $0 - i32.store - local.get $2 - local.get $1 - i32.store offset=4 - local.get $2 - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2748 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $5 - i64.const 0 - i64.store - local.get $5 - local.get $0 - i32.store - local.get $0 - i32.const 20 - i32.sub - i32.load offset=16 - i32.const -2 - i32.and - local.set $2 - local.get $5 - local.get $1 - i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2748 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + local.get $0 + local.tee $2 + i32.store + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const -2 + i32.and + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + block $__inlined_func$~lib/string/String#concat$253 local.get $1 i32.const 20 i32.sub i32.load offset=16 i32.const -2 i32.and - local.tee $3 - local.get $2 - i32.add local.tee $4 + local.get $3 + i32.add + local.tee $0 i32.eqz if - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 1888 + local.set $0 br $__inlined_func$~lib/string/String#concat$253 end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.const 2 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $0 i32.store offset=4 - local.get $4 local.get $0 local.get $2 + local.get $3 memory.copy - local.get $2 - local.get $4 + local.get $0 + local.get $3 i32.add local.get $1 - local.get $3 + local.get $4 memory.copy global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -3653,13 +3614,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 20 memory.fill i32.const 1888 local.set $1 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 1888 i32.store block $break|0 @@ -3758,36 +3718,34 @@ br $break|0 end global.get $~lib/symbol/idToString - local.tee $2 if (result i32) global.get $~lib/memory/__stack_pointer - local.get $2 + global.get $~lib/symbol/idToString + local.tee $2 i32.store offset=4 local.get $2 local.get $0 - call $~lib/map/Map#has + call $"~lib/map/Map#has" else i32.const 0 end if global.get $~lib/memory/__stack_pointer - local.tee $1 global.get $~lib/symbol/idToString - local.tee $2 + local.tee $1 i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $1 - local.get $2 local.get $0 - call $~lib/map/Map#get + call $"~lib/map/Map#get" local.tee $1 i32.store end end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 2416 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 i32.const 2416 @@ -3823,13 +3781,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store global.get $~lib/symbol/nextId @@ -3911,13 +3868,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 4 call $~lib/rt/itcms/__new @@ -3994,13 +3950,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 24 i32.const 5 call $~lib/rt/itcms/__new @@ -4162,14 +4117,13 @@ local.get $0 global.set $std/symbol/key4 global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/symbol/key3 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=12 - local.get $1 + local.get $0 i32.const 1056 call $~lib/string/String.__eq i32.eqz @@ -4182,16 +4136,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 global.get $std/symbol/key3 - local.tee $1 + local.tee $0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer global.get $std/symbol/key4 - local.tee $0 + local.tee $1 i32.store offset=12 - local.get $1 local.get $0 + local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -4216,10 +4169,9 @@ call $~lib/symbol/_Symbol#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 2496 i32.store offset=12 local.get $0 @@ -4238,10 +4190,9 @@ call $~lib/symbol/_Symbol#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 2544 i32.store offset=12 local.get $0 @@ -4262,10 +4213,9 @@ call $~lib/symbol/_Symbol#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 2592 i32.store offset=12 local.get $0 @@ -4284,10 +4234,9 @@ call $~lib/symbol/_Symbol#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 2656 i32.store offset=12 local.get $0 diff --git a/tests/compiler/std/trace.release.wat b/tests/compiler/std/trace.release.wat index 7b01bf9122..b78ea677ee 100644 --- a/tests/compiler/std/trace.release.wat +++ b/tests/compiler/std/trace.release.wat @@ -26,7 +26,6 @@ (export "memory" (memory $0)) (export "_start" (func $~start)) (func $~start - (local $0 i32) global.get $~started if return @@ -49,10 +48,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store i32.const 1056 diff --git a/tests/compiler/std/typedarray.debug.wat b/tests/compiler/std/typedarray.debug.wat index cb0ef031ee..15de61b0fb 100644 --- a/tests/compiler/std/typedarray.debug.wat +++ b/tests/compiler/std/typedarray.debug.wat @@ -411,7 +411,7 @@ (data $303 (i32.const 14940) "\1c\00\00\00\00\00\00\00\00\00\00\00\0f\00\00\00\08\00\00\00\a5\00\00\00\00\00\00\00\00\00\00\00") (data $304 (i32.const 14976) "O\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00A\08\00\00A\00\00\00A\00\00\00\81\08\00\00\81\00\00\00\01\t\00\00\01\01\00\00\01\n\00\00\01\02\00\00\01\19\00\00\01\1a\00\00\00\00\00\00B\08\00\00\02\t\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\02\19\00\00\02\1a\00\00B\00\00\00\82\08\00\00\82\00\00\00\02\01\00\00\02\n\00\00\02\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") (table $0 166 166 funcref) - (elem $0 (i32.const 1) $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testReduceRight<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Uint8Array,u8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Uint16Array,u16>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Uint32Array,u32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Uint64Array,u64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8Array,u8>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint16Array,u16>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint32Array,u32>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint64Array,u64>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|1 $std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8Array,u8>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint16Array,u16>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint32Array,u32>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint64Array,u64>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float32Array,f32>~anonymous|1 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float64Array,f64>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint16Array,u16>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint32Array,u32>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint64Array,u64>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64>~anonymous|1 $std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Float64Array,f64>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|1 $std/typedarray/testArraySort<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Float64Array,f64>~anonymous|0) + (elem $0 (i32.const 1) $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Uint8Array,u8>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Uint16Array,u16>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Uint32Array,u32>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Uint64Array,u64>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Float64Array,f64>~anonymous|0" $"std/typedarray/testReduceRight<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testReduceRight<~lib/typedarray/Uint8Array,u8>~anonymous|0" $"std/typedarray/testReduceRight<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" $"std/typedarray/testReduceRight<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testReduceRight<~lib/typedarray/Uint16Array,u16>~anonymous|0" $"std/typedarray/testReduceRight<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testReduceRight<~lib/typedarray/Uint32Array,u32>~anonymous|0" $"std/typedarray/testReduceRight<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testReduceRight<~lib/typedarray/Uint64Array,u64>~anonymous|0" $"std/typedarray/testReduceRight<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testReduceRight<~lib/typedarray/Float64Array,f64>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Uint8Array,u8>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Uint16Array,u16>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Uint32Array,u32>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Uint64Array,u64>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Uint8Array,u8>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Uint8Array,u8>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Uint16Array,u16>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Uint16Array,u16>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Uint32Array,u32>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Uint32Array,u32>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Uint64Array,u64>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Uint64Array,u64>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|1" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8Array,u8>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8Array,u8>~anonymous|1" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint16Array,u16>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint16Array,u16>~anonymous|1" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint32Array,u32>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint32Array,u32>~anonymous|1" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint64Array,u64>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint64Array,u64>~anonymous|1" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|1" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|1" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int8Array,i8>~anonymous|1" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8Array,u8>~anonymous|0" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8Array,u8>~anonymous|1" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int16Array,i16>~anonymous|1" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint16Array,u16>~anonymous|0" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint16Array,u16>~anonymous|1" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int32Array,i32>~anonymous|1" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint32Array,u32>~anonymous|0" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint32Array,u32>~anonymous|1" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int64Array,i64>~anonymous|1" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint64Array,u64>~anonymous|0" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint64Array,u64>~anonymous|1" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float32Array,f32>~anonymous|1" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float64Array,f64>~anonymous|0" $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float64Array,f64>~anonymous|1" $"std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8>~anonymous|1" $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|1" $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1" $"std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16>~anonymous|1" $"std/typedarray/testArrayEvery<~lib/typedarray/Uint16Array,u16>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Uint16Array,u16>~anonymous|1" $"std/typedarray/testArrayEvery<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Int32Array,i32>~anonymous|1" $"std/typedarray/testArrayEvery<~lib/typedarray/Uint32Array,u32>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Uint32Array,u32>~anonymous|1" $"std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|1" $"std/typedarray/testArrayEvery<~lib/typedarray/Uint64Array,u64>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Uint64Array,u64>~anonymous|1" $"std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32>~anonymous|1" $"std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64>~anonymous|1" $"std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Uint8Array,u8>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Uint16Array,u16>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Uint32Array,u32>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Uint64Array,u64>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Float64Array,f64>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|1 $"std/typedarray/testArraySort<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testArraySort<~lib/typedarray/Float64Array,f64>~anonymous|0") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) @@ -3497,172 +3497,172 @@ local.get $this i32.load offset=4 ) - (func $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) + (func $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) local.get $acc local.get $val i32.add ) - (func $std/typedarray/testReduce<~lib/typedarray/Uint8Array,u8>~anonymous|0 (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) + (func $"std/typedarray/testReduce<~lib/typedarray/Uint8Array,u8>~anonymous|0" (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) local.get $acc local.get $val i32.add ) - (func $std/typedarray/testReduce<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) + (func $"std/typedarray/testReduce<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) local.get $acc local.get $val i32.add ) - (func $std/typedarray/testReduce<~lib/typedarray/Int16Array,i16>~anonymous|0 (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) + (func $"std/typedarray/testReduce<~lib/typedarray/Int16Array,i16>~anonymous|0" (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) local.get $acc local.get $val i32.add ) - (func $std/typedarray/testReduce<~lib/typedarray/Uint16Array,u16>~anonymous|0 (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) + (func $"std/typedarray/testReduce<~lib/typedarray/Uint16Array,u16>~anonymous|0" (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) local.get $acc local.get $val i32.add ) - (func $std/typedarray/testReduce<~lib/typedarray/Int32Array,i32>~anonymous|0 (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) + (func $"std/typedarray/testReduce<~lib/typedarray/Int32Array,i32>~anonymous|0" (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) local.get $acc local.get $val i32.add ) - (func $std/typedarray/testReduce<~lib/typedarray/Uint32Array,u32>~anonymous|0 (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) + (func $"std/typedarray/testReduce<~lib/typedarray/Uint32Array,u32>~anonymous|0" (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) local.get $acc local.get $val i32.add ) - (func $std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0 (param $acc i64) (param $val i64) (param $$2 i32) (param $$3 i32) (result i64) + (func $"std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0" (param $acc i64) (param $val i64) (param $$2 i32) (param $$3 i32) (result i64) local.get $acc local.get $val i64.add ) - (func $std/typedarray/testReduce<~lib/typedarray/Uint64Array,u64>~anonymous|0 (param $acc i64) (param $val i64) (param $$2 i32) (param $$3 i32) (result i64) + (func $"std/typedarray/testReduce<~lib/typedarray/Uint64Array,u64>~anonymous|0" (param $acc i64) (param $val i64) (param $$2 i32) (param $$3 i32) (result i64) local.get $acc local.get $val i64.add ) - (func $std/typedarray/testReduce<~lib/typedarray/Float32Array,f32>~anonymous|0 (param $acc f32) (param $val f32) (param $$2 i32) (param $$3 i32) (result f32) + (func $"std/typedarray/testReduce<~lib/typedarray/Float32Array,f32>~anonymous|0" (param $acc f32) (param $val f32) (param $$2 i32) (param $$3 i32) (result f32) local.get $acc local.get $val f32.add ) - (func $std/typedarray/testReduce<~lib/typedarray/Float64Array,f64>~anonymous|0 (param $acc f64) (param $val f64) (param $$2 i32) (param $$3 i32) (result f64) + (func $"std/typedarray/testReduce<~lib/typedarray/Float64Array,f64>~anonymous|0" (param $acc f64) (param $val f64) (param $$2 i32) (param $$3 i32) (result f64) local.get $acc local.get $val f64.add ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) + (func $"std/typedarray/testReduceRight<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) local.get $acc local.get $val i32.add ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Uint8Array,u8>~anonymous|0 (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) + (func $"std/typedarray/testReduceRight<~lib/typedarray/Uint8Array,u8>~anonymous|0" (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) local.get $acc local.get $val i32.add ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) + (func $"std/typedarray/testReduceRight<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) local.get $acc local.get $val i32.add ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Int16Array,i16>~anonymous|0 (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) + (func $"std/typedarray/testReduceRight<~lib/typedarray/Int16Array,i16>~anonymous|0" (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) local.get $acc local.get $val i32.add ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Uint16Array,u16>~anonymous|0 (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) + (func $"std/typedarray/testReduceRight<~lib/typedarray/Uint16Array,u16>~anonymous|0" (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) local.get $acc local.get $val i32.add ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Int32Array,i32>~anonymous|0 (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) + (func $"std/typedarray/testReduceRight<~lib/typedarray/Int32Array,i32>~anonymous|0" (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) local.get $acc local.get $val i32.add ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Uint32Array,u32>~anonymous|0 (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) + (func $"std/typedarray/testReduceRight<~lib/typedarray/Uint32Array,u32>~anonymous|0" (param $acc i32) (param $val i32) (param $$2 i32) (param $$3 i32) (result i32) local.get $acc local.get $val i32.add ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Int64Array,i64>~anonymous|0 (param $acc i64) (param $val i64) (param $$2 i32) (param $$3 i32) (result i64) + (func $"std/typedarray/testReduceRight<~lib/typedarray/Int64Array,i64>~anonymous|0" (param $acc i64) (param $val i64) (param $$2 i32) (param $$3 i32) (result i64) local.get $acc local.get $val i64.add ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Uint64Array,u64>~anonymous|0 (param $acc i64) (param $val i64) (param $$2 i32) (param $$3 i32) (result i64) + (func $"std/typedarray/testReduceRight<~lib/typedarray/Uint64Array,u64>~anonymous|0" (param $acc i64) (param $val i64) (param $$2 i32) (param $$3 i32) (result i64) local.get $acc local.get $val i64.add ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Float32Array,f32>~anonymous|0 (param $acc f32) (param $val f32) (param $$2 i32) (param $$3 i32) (result f32) + (func $"std/typedarray/testReduceRight<~lib/typedarray/Float32Array,f32>~anonymous|0" (param $acc f32) (param $val f32) (param $$2 i32) (param $$3 i32) (result f32) local.get $acc local.get $val f32.add ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Float64Array,f64>~anonymous|0 (param $acc f64) (param $val f64) (param $$2 i32) (param $$3 i32) (result f64) + (func $"std/typedarray/testReduceRight<~lib/typedarray/Float64Array,f64>~anonymous|0" (param $acc f64) (param $val f64) (param $$2 i32) (param $$3 i32) (result f64) local.get $acc local.get $val f64.add ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value local.get $value i32.mul ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Uint8Array,u8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint8Array,u8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value local.get $value i32.mul ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value local.get $value i32.mul ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Int16Array,i16>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayMap<~lib/typedarray/Int16Array,i16>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value local.get $value i32.mul ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Uint16Array,u16>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint16Array,u16>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value local.get $value i32.mul ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Int32Array,i32>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayMap<~lib/typedarray/Int32Array,i32>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value local.get $value i32.mul ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Uint32Array,u32>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint32Array,u32>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value local.get $value i32.mul ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>~anonymous|0 (param $value i64) (param $$1 i32) (param $$2 i32) (result i64) + (func $"std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>~anonymous|0" (param $value i64) (param $$1 i32) (param $$2 i32) (result i64) local.get $value local.get $value i64.mul ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Uint64Array,u64>~anonymous|0 (param $value i64) (param $$1 i32) (param $$2 i32) (result i64) + (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint64Array,u64>~anonymous|0" (param $value i64) (param $$1 i32) (param $$2 i32) (result i64) local.get $value local.get $value i64.mul ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32>~anonymous|0 (param $value f32) (param $$1 i32) (param $$2 i32) (result f32) + (func $"std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32>~anonymous|0" (param $value f32) (param $$1 i32) (param $$2 i32) (result f32) local.get $value local.get $value f32.mul ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64>~anonymous|0 (param $value f64) (param $$1 i32) (param $$2 i32) (result f64) + (func $"std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64>~anonymous|0" (param $value f64) (param $$1 i32) (param $$2 i32) (result f64) local.get $value local.get $value f64.mul ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend8_s i32.const 2 @@ -3718,442 +3718,442 @@ local.get $newPtr return ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and i32.const 2 i32.gt_u ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and i32.const 2 i32.gt_u ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend16_s i32.const 2 i32.gt_s ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 65535 i32.and i32.const 2 i32.gt_u ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 2 i32.gt_s ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 2 i32.gt_u ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64>~anonymous|0 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64>~anonymous|0" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 2 i64.gt_s ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64>~anonymous|0 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64>~anonymous|0" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 2 i64.gt_u ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32>~anonymous|0 (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32>~anonymous|0" (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f32.const 2 f32.gt ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64>~anonymous|0 (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64>~anonymous|0" (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f64.const 2 f64.gt ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend8_s i32.const 2 i32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend8_s i32.const 0 i32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Uint8Array,u8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Uint8Array,u8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and i32.const 2 i32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Uint8Array,u8>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Uint8Array,u8>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and i32.const 0 i32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and i32.const 2 i32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and i32.const 0 i32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend16_s i32.const 2 i32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend16_s i32.const 0 i32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Uint16Array,u16>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Uint16Array,u16>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 65535 i32.and i32.const 2 i32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Uint16Array,u16>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Uint16Array,u16>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 65535 i32.and i32.const 0 i32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 2 i32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 0 i32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Uint32Array,u32>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Uint32Array,u32>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 2 i32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Uint32Array,u32>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Uint32Array,u32>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 0 i32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 2 i64.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|1 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|1" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 0 i64.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Uint64Array,u64>~anonymous|0 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Uint64Array,u64>~anonymous|0" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 2 i64.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Uint64Array,u64>~anonymous|1 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Uint64Array,u64>~anonymous|1" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 0 i64.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0 (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0" (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f32.const 2 f32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|1 (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|1" (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f32.const 0 f32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0 (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0" (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f64.const 2 f64.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|1 (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|1" (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f64.const 0 f64.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend8_s i32.const 2 i32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend8_s i32.const 4 i32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8Array,u8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8Array,u8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and i32.const 2 i32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8Array,u8>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8Array,u8>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and i32.const 4 i32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and i32.const 2 i32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and i32.const 4 i32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend16_s i32.const 2 i32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend16_s i32.const 4 i32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint16Array,u16>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint16Array,u16>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 65535 i32.and i32.const 2 i32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint16Array,u16>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint16Array,u16>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 65535 i32.and i32.const 4 i32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 2 i32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 4 i32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint32Array,u32>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint32Array,u32>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 2 i32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint32Array,u32>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint32Array,u32>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 4 i32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|0 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|0" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 2 i64.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 4 i64.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint64Array,u64>~anonymous|0 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint64Array,u64>~anonymous|0" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 2 i64.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint64Array,u64>~anonymous|1 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint64Array,u64>~anonymous|1" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 4 i64.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|0 (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|0" (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f32.const 2 f32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|1 (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|1" (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f32.const 4 f32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|0 (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|0" (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f64.const 2 f64.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|1 (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|1" (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f64.const 4 f64.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend8_s i32.const 2 i32.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int8Array,i8>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend8_s i32.const 4 i32.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8Array,u8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8Array,u8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and i32.const 2 i32.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8Array,u8>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8Array,u8>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and i32.const 4 i32.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and i32.const 2 i32.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and i32.const 4 i32.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int16Array,i16>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int16Array,i16>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend16_s i32.const 2 i32.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int16Array,i16>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int16Array,i16>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend16_s i32.const 4 i32.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint16Array,u16>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint16Array,u16>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 65535 i32.and i32.const 2 i32.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint16Array,u16>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint16Array,u16>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 65535 i32.and i32.const 4 i32.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int32Array,i32>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int32Array,i32>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 2 i32.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int32Array,i32>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int32Array,i32>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 4 i32.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint32Array,u32>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint32Array,u32>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 2 i32.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint32Array,u32>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint32Array,u32>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 4 i32.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int64Array,i64>~anonymous|0 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int64Array,i64>~anonymous|0" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 2 i64.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int64Array,i64>~anonymous|1 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int64Array,i64>~anonymous|1" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 4 i64.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint64Array,u64>~anonymous|0 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint64Array,u64>~anonymous|0" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 2 i64.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint64Array,u64>~anonymous|1 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint64Array,u64>~anonymous|1" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 4 i64.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float32Array,f32>~anonymous|0 (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float32Array,f32>~anonymous|0" (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f32.const 2 f32.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float32Array,f32>~anonymous|1 (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float32Array,f32>~anonymous|1" (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f32.const 4 f32.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float64Array,f64>~anonymous|0 (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float64Array,f64>~anonymous|0" (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f64.const 2 f64.eq ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float64Array,f64>~anonymous|1 (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float64Array,f64>~anonymous|1" (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f64.const 4 f64.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend8_s i32.const 2 @@ -4161,13 +4161,13 @@ i32.const 0 i32.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend8_s i32.const 2 i32.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and @@ -4176,14 +4176,14 @@ i32.const 0 i32.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and i32.const 2 i32.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and @@ -4192,14 +4192,14 @@ i32.const 0 i32.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 255 i32.and i32.const 2 i32.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend16_s i32.const 2 @@ -4207,13 +4207,13 @@ i32.const 0 i32.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.extend16_s i32.const 2 i32.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Uint16Array,u16>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Uint16Array,u16>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 65535 i32.and @@ -4222,57 +4222,57 @@ i32.const 0 i32.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Uint16Array,u16>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Uint16Array,u16>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 65535 i32.and i32.const 2 i32.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Int32Array,i32>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Int32Array,i32>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 2 i32.rem_s i32.const 0 i32.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Int32Array,i32>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Int32Array,i32>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 2 i32.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Uint32Array,u32>~anonymous|0 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Uint32Array,u32>~anonymous|0" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 2 i32.rem_u i32.const 0 i32.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Uint32Array,u32>~anonymous|1 (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Uint32Array,u32>~anonymous|1" (param $value i32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i32.const 2 i32.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|0 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|0" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 2 i64.rem_s i64.const 0 i64.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|1 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|1" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 2 i64.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Uint64Array,u64>~anonymous|0 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Uint64Array,u64>~anonymous|0" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 2 i64.rem_u i64.const 0 i64.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Uint64Array,u64>~anonymous|1 (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Uint64Array,u64>~anonymous|1" (param $value i64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value i64.const 2 i64.eq @@ -4526,14 +4526,14 @@ f32.reinterpret_i32 return ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32>~anonymous|0 (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32>~anonymous|0" (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f32.const 2 call $~lib/math/NativeMathf.mod f32.const 0 f32.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32>~anonymous|1 (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32>~anonymous|1" (param $value f32) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f32.const 2 f32.eq @@ -4793,14 +4793,14 @@ f64.reinterpret_i64 return ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64>~anonymous|0 (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64>~anonymous|0" (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f64.const 2 call $~lib/math/NativeMath.mod f64.const 0 f64.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64>~anonymous|1 (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64>~anonymous|1" (param $value f64) (param $$1 i32) (param $$2 i32) (result i32) local.get $value f64.const 2 f64.eq @@ -8832,7 +8832,7 @@ i32.extend8_s i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $a i32) (param $b i32) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $a i32) (param $b i32) (result i32) local.get $b i32.extend8_s local.get $a @@ -9336,7 +9336,7 @@ i32.lt_u i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>~anonymous|0 (param $a i32) (param $b i32) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>~anonymous|0" (param $a i32) (param $b i32) (result i32) local.get $b i32.const 255 i32.and @@ -9370,7 +9370,7 @@ i32.lt_u i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 (param $a i32) (param $b i32) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" (param $a i32) (param $b i32) (result i32) local.get $b i32.const 255 i32.and @@ -9868,7 +9868,7 @@ i32.extend16_s i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16>~anonymous|0 (param $a i32) (param $b i32) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16>~anonymous|0" (param $a i32) (param $b i32) (result i32) local.get $b i32.extend16_s local.get $a @@ -10372,7 +10372,7 @@ i32.lt_u i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16>~anonymous|0 (param $a i32) (param $b i32) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16>~anonymous|0" (param $a i32) (param $b i32) (result i32) local.get $b i32.const 65535 i32.and @@ -10868,7 +10868,7 @@ local.get $b i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32>~anonymous|0 (param $a i32) (param $b i32) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32>~anonymous|0" (param $a i32) (param $b i32) (result i32) local.get $b local.get $a i32.gt_s @@ -11360,7 +11360,7 @@ i32.lt_u i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32>~anonymous|0 (param $a i32) (param $b i32) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32>~anonymous|0" (param $a i32) (param $b i32) (result i32) local.get $b local.get $a i32.gt_u @@ -11852,7 +11852,7 @@ i64.lt_s i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64>~anonymous|0 (param $a i64) (param $b i64) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64>~anonymous|0" (param $a i64) (param $b i64) (result i32) local.get $b local.get $a i64.gt_s @@ -12344,7 +12344,7 @@ i64.lt_u i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64>~anonymous|0 (param $a i64) (param $b i64) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64>~anonymous|0" (param $a i64) (param $b i64) (result i32) local.get $b local.get $a i64.gt_u @@ -12861,7 +12861,7 @@ i32.sub return ) - (func $std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32>~anonymous|0 (param $a f32) (param $b f32) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32>~anonymous|0" (param $a f32) (param $b f32) (result i32) local.get $b local.get $a f32.gt @@ -12870,7 +12870,7 @@ f32.lt i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Float64Array,f64>~anonymous|0 (param $a f64) (param $b f64) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Float64Array,f64>~anonymous|0" (param $a f64) (param $b f64) (result i32) local.get $b local.get $a f64.gt @@ -16038,7 +16038,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SUBARRAY<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) + block $"~lib/typedarray/SUBARRAY<~lib/typedarray/Int32Array,i32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -16156,7 +16156,7 @@ i32.shl i32.store offset=8 local.get $out - br $~lib/typedarray/SUBARRAY<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/SUBARRAY<~lib/typedarray/Int32Array,i32>|inlined.0" end local.set $19 global.get $~lib/memory/__stack_pointer @@ -16242,7 +16242,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SUBARRAY<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) + block $"~lib/typedarray/SUBARRAY<~lib/typedarray/Float64Array,f64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -16360,7 +16360,7 @@ i32.shl i32.store offset=8 local.get $out - br $~lib/typedarray/SUBARRAY<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/SUBARRAY<~lib/typedarray/Float64Array,f64>|inlined.0" end local.set $19 global.get $~lib/memory/__stack_pointer @@ -17461,7 +17461,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SUBARRAY<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) + block $"~lib/typedarray/SUBARRAY<~lib/typedarray/Int8Array,i8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -17579,7 +17579,7 @@ i32.shl i32.store offset=8 local.get $out - br $~lib/typedarray/SUBARRAY<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/SUBARRAY<~lib/typedarray/Int8Array,i8>|inlined.0" end local.set $19 global.get $~lib/memory/__stack_pointer @@ -17870,7 +17870,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SLICE<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) + block $"~lib/typedarray/SLICE<~lib/typedarray/Int32Array,i32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -17977,7 +17977,7 @@ i32.shl memory.copy local.get $slice - br $~lib/typedarray/SLICE<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/SLICE<~lib/typedarray/Int32Array,i32>|inlined.0" end local.set $18 global.get $~lib/memory/__stack_pointer @@ -18064,7 +18064,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/COPY_WITHIN<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) + block $"~lib/typedarray/COPY_WITHIN<~lib/typedarray/Int32Array,i32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -18203,7 +18203,7 @@ i32.shl memory.copy local.get $array - br $~lib/typedarray/COPY_WITHIN<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/COPY_WITHIN<~lib/typedarray/Int32Array,i32>|inlined.0" end local.set $30 global.get $~lib/memory/__stack_pointer @@ -18272,7 +18272,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE<~lib/typedarray/Int8Array,i8,i8>|inlined.0 (result i32) + block $"~lib/typedarray/REDUCE<~lib/typedarray/Int8Array,i8,i8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -18334,7 +18334,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE<~lib/typedarray/Int8Array,i8,i8>|inlined.0 + br $"~lib/typedarray/REDUCE<~lib/typedarray/Int8Array,i8,i8>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -18344,7 +18344,7 @@ local.get $9 return ) - (func $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>" (local $array i32) (local $result i32) (local $2 i32) @@ -18487,7 +18487,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE<~lib/typedarray/Uint8Array,u8,u8>|inlined.0 (result i32) + block $"~lib/typedarray/REDUCE<~lib/typedarray/Uint8Array,u8,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -18549,7 +18549,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE<~lib/typedarray/Uint8Array,u8,u8>|inlined.0 + br $"~lib/typedarray/REDUCE<~lib/typedarray/Uint8Array,u8,u8>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -18559,7 +18559,7 @@ local.get $9 return ) - (func $std/typedarray/testReduce<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testReduce<~lib/typedarray/Uint8Array,u8>" (local $array i32) (local $result i32) (local $2 i32) @@ -18660,7 +18660,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE<~lib/typedarray/Uint8ClampedArray,u8,u8>|inlined.0 (result i32) + block $"~lib/typedarray/REDUCE<~lib/typedarray/Uint8ClampedArray,u8,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -18722,7 +18722,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE<~lib/typedarray/Uint8ClampedArray,u8,u8>|inlined.0 + br $"~lib/typedarray/REDUCE<~lib/typedarray/Uint8ClampedArray,u8,u8>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -18732,7 +18732,7 @@ local.get $9 return ) - (func $std/typedarray/testReduce<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testReduce<~lib/typedarray/Uint8ClampedArray,u8>" (local $array i32) (local $result i32) (local $2 i32) @@ -18880,7 +18880,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE<~lib/typedarray/Int16Array,i16,i16>|inlined.0 (result i32) + block $"~lib/typedarray/REDUCE<~lib/typedarray/Int16Array,i16,i16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -18942,7 +18942,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE<~lib/typedarray/Int16Array,i16,i16>|inlined.0 + br $"~lib/typedarray/REDUCE<~lib/typedarray/Int16Array,i16,i16>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -18952,7 +18952,7 @@ local.get $9 return ) - (func $std/typedarray/testReduce<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testReduce<~lib/typedarray/Int16Array,i16>" (local $array i32) (local $result i32) (local $2 i32) @@ -19099,7 +19099,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE<~lib/typedarray/Uint16Array,u16,u16>|inlined.0 (result i32) + block $"~lib/typedarray/REDUCE<~lib/typedarray/Uint16Array,u16,u16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -19161,7 +19161,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE<~lib/typedarray/Uint16Array,u16,u16>|inlined.0 + br $"~lib/typedarray/REDUCE<~lib/typedarray/Uint16Array,u16,u16>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -19171,7 +19171,7 @@ local.get $9 return ) - (func $std/typedarray/testReduce<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testReduce<~lib/typedarray/Uint16Array,u16>" (local $array i32) (local $result i32) (local $2 i32) @@ -19272,7 +19272,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE<~lib/typedarray/Int32Array,i32,i32>|inlined.0 (result i32) + block $"~lib/typedarray/REDUCE<~lib/typedarray/Int32Array,i32,i32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -19334,7 +19334,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE<~lib/typedarray/Int32Array,i32,i32>|inlined.0 + br $"~lib/typedarray/REDUCE<~lib/typedarray/Int32Array,i32,i32>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -19344,7 +19344,7 @@ local.get $9 return ) - (func $std/typedarray/testReduce<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testReduce<~lib/typedarray/Int32Array,i32>" (local $array i32) (local $result i32) (local $2 i32) @@ -19490,7 +19490,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE<~lib/typedarray/Uint32Array,u32,u32>|inlined.0 (result i32) + block $"~lib/typedarray/REDUCE<~lib/typedarray/Uint32Array,u32,u32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -19552,7 +19552,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE<~lib/typedarray/Uint32Array,u32,u32>|inlined.0 + br $"~lib/typedarray/REDUCE<~lib/typedarray/Uint32Array,u32,u32>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -19562,7 +19562,7 @@ local.get $9 return ) - (func $std/typedarray/testReduce<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testReduce<~lib/typedarray/Uint32Array,u32>" (local $array i32) (local $result i32) (local $2 i32) @@ -19709,7 +19709,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE<~lib/typedarray/Int64Array,i64,i64>|inlined.0 (result i64) + block $"~lib/typedarray/REDUCE<~lib/typedarray/Int64Array,i64,i64>|inlined.0" (result i64) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -19771,7 +19771,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE<~lib/typedarray/Int64Array,i64,i64>|inlined.0 + br $"~lib/typedarray/REDUCE<~lib/typedarray/Int64Array,i64,i64>|inlined.0" end local.set $10 global.get $~lib/memory/__stack_pointer @@ -19781,7 +19781,7 @@ local.get $10 return ) - (func $std/typedarray/testReduce<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>" (local $array i32) (local $result i64) (local $2 i32) @@ -19928,7 +19928,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE<~lib/typedarray/Uint64Array,u64,u64>|inlined.0 (result i64) + block $"~lib/typedarray/REDUCE<~lib/typedarray/Uint64Array,u64,u64>|inlined.0" (result i64) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -19990,7 +19990,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE<~lib/typedarray/Uint64Array,u64,u64>|inlined.0 + br $"~lib/typedarray/REDUCE<~lib/typedarray/Uint64Array,u64,u64>|inlined.0" end local.set $10 global.get $~lib/memory/__stack_pointer @@ -20000,7 +20000,7 @@ local.get $10 return ) - (func $std/typedarray/testReduce<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testReduce<~lib/typedarray/Uint64Array,u64>" (local $array i32) (local $result i64) (local $2 i32) @@ -20147,7 +20147,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE<~lib/typedarray/Float32Array,f32,f32>|inlined.0 (result f32) + block $"~lib/typedarray/REDUCE<~lib/typedarray/Float32Array,f32,f32>|inlined.0" (result f32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -20209,7 +20209,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE<~lib/typedarray/Float32Array,f32,f32>|inlined.0 + br $"~lib/typedarray/REDUCE<~lib/typedarray/Float32Array,f32,f32>|inlined.0" end local.set $10 global.get $~lib/memory/__stack_pointer @@ -20219,7 +20219,7 @@ local.get $10 return ) - (func $std/typedarray/testReduce<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testReduce<~lib/typedarray/Float32Array,f32>" (local $array i32) (local $result f32) (local $2 i32) @@ -20319,7 +20319,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE<~lib/typedarray/Float64Array,f64,f64>|inlined.0 (result f64) + block $"~lib/typedarray/REDUCE<~lib/typedarray/Float64Array,f64,f64>|inlined.0" (result f64) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -20381,7 +20381,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE<~lib/typedarray/Float64Array,f64,f64>|inlined.0 + br $"~lib/typedarray/REDUCE<~lib/typedarray/Float64Array,f64,f64>|inlined.0" end local.set $10 global.get $~lib/memory/__stack_pointer @@ -20391,7 +20391,7 @@ local.get $10 return ) - (func $std/typedarray/testReduce<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testReduce<~lib/typedarray/Float64Array,f64>" (local $array i32) (local $result f64) (local $2 i32) @@ -20528,7 +20528,7 @@ local.get $3 return ) - (func $std/typedarray/testAt<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testAt<~lib/typedarray/Int8Array,i8>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -20691,7 +20691,7 @@ local.get $3 return ) - (func $std/typedarray/testAt<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testAt<~lib/typedarray/Uint8Array,u8>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -20854,7 +20854,7 @@ local.get $3 return ) - (func $std/typedarray/testAt<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testAt<~lib/typedarray/Uint8ClampedArray,u8>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -21021,7 +21021,7 @@ local.get $3 return ) - (func $std/typedarray/testAt<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testAt<~lib/typedarray/Int16Array,i16>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -21188,7 +21188,7 @@ local.get $3 return ) - (func $std/typedarray/testAt<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testAt<~lib/typedarray/Uint16Array,u16>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -21355,7 +21355,7 @@ local.get $3 return ) - (func $std/typedarray/testAt<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testAt<~lib/typedarray/Int32Array,i32>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -21522,7 +21522,7 @@ local.get $3 return ) - (func $std/typedarray/testAt<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testAt<~lib/typedarray/Uint32Array,u32>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -21690,7 +21690,7 @@ local.get $4 return ) - (func $std/typedarray/testAt<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testAt<~lib/typedarray/Int64Array,i64>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -21858,7 +21858,7 @@ local.get $4 return ) - (func $std/typedarray/testAt<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testAt<~lib/typedarray/Uint64Array,u64>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -22026,7 +22026,7 @@ local.get $4 return ) - (func $std/typedarray/testAt<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testAt<~lib/typedarray/Float32Array,f32>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -22194,7 +22194,7 @@ local.get $4 return ) - (func $std/typedarray/testAt<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testAt<~lib/typedarray/Float64Array,f64>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -22318,7 +22318,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int8Array,i8,i8>|inlined.0 (result i32) + block $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int8Array,i8,i8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -22380,7 +22380,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int8Array,i8,i8>|inlined.0 + br $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int8Array,i8,i8>|inlined.0" end local.set $8 global.get $~lib/memory/__stack_pointer @@ -22390,7 +22390,7 @@ local.get $8 return ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testReduceRight<~lib/typedarray/Int8Array,i8>" (local $array i32) (local $result i32) (local $2 i32) @@ -22489,7 +22489,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint8Array,u8,u8>|inlined.0 (result i32) + block $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint8Array,u8,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -22551,7 +22551,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint8Array,u8,u8>|inlined.0 + br $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint8Array,u8,u8>|inlined.0" end local.set $8 global.get $~lib/memory/__stack_pointer @@ -22561,7 +22561,7 @@ local.get $8 return ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testReduceRight<~lib/typedarray/Uint8Array,u8>" (local $array i32) (local $result i32) (local $2 i32) @@ -22661,7 +22661,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint8ClampedArray,u8,u8>|inlined.0 (result i32) + block $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint8ClampedArray,u8,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -22723,7 +22723,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint8ClampedArray,u8,u8>|inlined.0 + br $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint8ClampedArray,u8,u8>|inlined.0" end local.set $8 global.get $~lib/memory/__stack_pointer @@ -22733,7 +22733,7 @@ local.get $8 return ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testReduceRight<~lib/typedarray/Uint8ClampedArray,u8>" (local $array i32) (local $result i32) (local $2 i32) @@ -22833,7 +22833,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int16Array,i16,i16>|inlined.0 (result i32) + block $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int16Array,i16,i16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -22895,7 +22895,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int16Array,i16,i16>|inlined.0 + br $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int16Array,i16,i16>|inlined.0" end local.set $8 global.get $~lib/memory/__stack_pointer @@ -22905,7 +22905,7 @@ local.get $8 return ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testReduceRight<~lib/typedarray/Int16Array,i16>" (local $array i32) (local $result i32) (local $2 i32) @@ -23004,7 +23004,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint16Array,u16,u16>|inlined.0 (result i32) + block $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint16Array,u16,u16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -23066,7 +23066,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint16Array,u16,u16>|inlined.0 + br $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint16Array,u16,u16>|inlined.0" end local.set $8 global.get $~lib/memory/__stack_pointer @@ -23076,7 +23076,7 @@ local.get $8 return ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testReduceRight<~lib/typedarray/Uint16Array,u16>" (local $array i32) (local $result i32) (local $2 i32) @@ -23176,7 +23176,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int32Array,i32,i32>|inlined.0 (result i32) + block $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int32Array,i32,i32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -23238,7 +23238,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int32Array,i32,i32>|inlined.0 + br $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int32Array,i32,i32>|inlined.0" end local.set $8 global.get $~lib/memory/__stack_pointer @@ -23248,7 +23248,7 @@ local.get $8 return ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testReduceRight<~lib/typedarray/Int32Array,i32>" (local $array i32) (local $result i32) (local $2 i32) @@ -23346,7 +23346,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint32Array,u32,u32>|inlined.0 (result i32) + block $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint32Array,u32,u32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -23408,7 +23408,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint32Array,u32,u32>|inlined.0 + br $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint32Array,u32,u32>|inlined.0" end local.set $8 global.get $~lib/memory/__stack_pointer @@ -23418,7 +23418,7 @@ local.get $8 return ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testReduceRight<~lib/typedarray/Uint32Array,u32>" (local $array i32) (local $result i32) (local $2 i32) @@ -23517,7 +23517,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int64Array,i64,i64>|inlined.0 (result i64) + block $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int64Array,i64,i64>|inlined.0" (result i64) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -23579,7 +23579,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int64Array,i64,i64>|inlined.0 + br $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Int64Array,i64,i64>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -23589,7 +23589,7 @@ local.get $9 return ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testReduceRight<~lib/typedarray/Int64Array,i64>" (local $array i32) (local $result i64) (local $2 i32) @@ -23688,7 +23688,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint64Array,u64,u64>|inlined.0 (result i64) + block $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint64Array,u64,u64>|inlined.0" (result i64) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -23750,7 +23750,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint64Array,u64,u64>|inlined.0 + br $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Uint64Array,u64,u64>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -23760,7 +23760,7 @@ local.get $9 return ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testReduceRight<~lib/typedarray/Uint64Array,u64>" (local $array i32) (local $result i64) (local $2 i32) @@ -23859,7 +23859,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Float32Array,f32,f32>|inlined.0 (result f32) + block $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Float32Array,f32,f32>|inlined.0" (result f32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -23921,7 +23921,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Float32Array,f32,f32>|inlined.0 + br $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Float32Array,f32,f32>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -23931,7 +23931,7 @@ local.get $9 return ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testReduceRight<~lib/typedarray/Float32Array,f32>" (local $array i32) (local $result f32) (local $2 i32) @@ -24030,7 +24030,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Float64Array,f64,f64>|inlined.0 (result f64) + block $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Float64Array,f64,f64>|inlined.0" (result f64) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -24092,7 +24092,7 @@ end end local.get $initialValue|5 - br $~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Float64Array,f64,f64>|inlined.0 + br $"~lib/typedarray/REDUCE_RIGHT<~lib/typedarray/Float64Array,f64,f64>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -24102,7 +24102,7 @@ local.get $9 return ) - (func $std/typedarray/testReduceRight<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testReduceRight<~lib/typedarray/Float64Array,f64>" (local $array i32) (local $result f64) (local $2 i32) @@ -24201,7 +24201,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/MAP<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) + block $"~lib/typedarray/MAP<~lib/typedarray/Int8Array,i8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -24294,7 +24294,7 @@ local.get $byteLength i32.store offset=8 local.get $out - br $~lib/typedarray/MAP<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/MAP<~lib/typedarray/Int8Array,i8>|inlined.0" end local.set $10 global.get $~lib/memory/__stack_pointer @@ -24304,7 +24304,7 @@ local.get $10 return ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>" (local $source i32) (local $result i32) (local $2 i32) @@ -24449,7 +24449,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/MAP<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) + block $"~lib/typedarray/MAP<~lib/typedarray/Uint8Array,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -24542,7 +24542,7 @@ local.get $byteLength i32.store offset=8 local.get $out - br $~lib/typedarray/MAP<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/MAP<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.set $10 global.get $~lib/memory/__stack_pointer @@ -24597,7 +24597,7 @@ local.get $2 return ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint8Array,u8>" (local $source i32) (local $result i32) (local $2 i32) @@ -24742,7 +24742,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/MAP<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) + block $"~lib/typedarray/MAP<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -24835,7 +24835,7 @@ local.get $byteLength i32.store offset=8 local.get $out - br $~lib/typedarray/MAP<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/MAP<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.set $10 global.get $~lib/memory/__stack_pointer @@ -24845,7 +24845,7 @@ local.get $10 return ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint8ClampedArray,u8>" (local $source i32) (local $result i32) (local $2 i32) @@ -24990,7 +24990,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/MAP<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) + block $"~lib/typedarray/MAP<~lib/typedarray/Int16Array,i16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -25083,7 +25083,7 @@ local.get $byteLength i32.store offset=8 local.get $out - br $~lib/typedarray/MAP<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/MAP<~lib/typedarray/Int16Array,i16>|inlined.0" end local.set $10 global.get $~lib/memory/__stack_pointer @@ -25142,7 +25142,7 @@ local.get $2 return ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Int16Array,i16>" (local $source i32) (local $result i32) (local $2 i32) @@ -25287,7 +25287,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/MAP<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) + block $"~lib/typedarray/MAP<~lib/typedarray/Uint16Array,u16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -25380,7 +25380,7 @@ local.get $byteLength i32.store offset=8 local.get $out - br $~lib/typedarray/MAP<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/MAP<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.set $10 global.get $~lib/memory/__stack_pointer @@ -25439,7 +25439,7 @@ local.get $2 return ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint16Array,u16>" (local $source i32) (local $result i32) (local $2 i32) @@ -25584,7 +25584,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/MAP<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) + block $"~lib/typedarray/MAP<~lib/typedarray/Int32Array,i32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -25677,7 +25677,7 @@ local.get $byteLength i32.store offset=8 local.get $out - br $~lib/typedarray/MAP<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/MAP<~lib/typedarray/Int32Array,i32>|inlined.0" end local.set $10 global.get $~lib/memory/__stack_pointer @@ -25687,7 +25687,7 @@ local.get $10 return ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Int32Array,i32>" (local $source i32) (local $result i32) (local $2 i32) @@ -25832,7 +25832,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/MAP<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) + block $"~lib/typedarray/MAP<~lib/typedarray/Uint32Array,u32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -25925,7 +25925,7 @@ local.get $byteLength i32.store offset=8 local.get $out - br $~lib/typedarray/MAP<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/MAP<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.set $10 global.get $~lib/memory/__stack_pointer @@ -25984,7 +25984,7 @@ local.get $2 return ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint32Array,u32>" (local $source i32) (local $result i32) (local $2 i32) @@ -26129,7 +26129,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/MAP<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) + block $"~lib/typedarray/MAP<~lib/typedarray/Int64Array,i64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -26222,7 +26222,7 @@ local.get $byteLength i32.store offset=8 local.get $out - br $~lib/typedarray/MAP<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/MAP<~lib/typedarray/Int64Array,i64>|inlined.0" end local.set $10 global.get $~lib/memory/__stack_pointer @@ -26282,7 +26282,7 @@ local.get $3 return ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>" (local $source i32) (local $result i32) (local $2 i32) @@ -26427,7 +26427,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/MAP<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) + block $"~lib/typedarray/MAP<~lib/typedarray/Uint64Array,u64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -26520,7 +26520,7 @@ local.get $byteLength i32.store offset=8 local.get $out - br $~lib/typedarray/MAP<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/MAP<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.set $10 global.get $~lib/memory/__stack_pointer @@ -26580,7 +26580,7 @@ local.get $3 return ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint64Array,u64>" (local $source i32) (local $result i32) (local $2 i32) @@ -26725,7 +26725,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/MAP<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) + block $"~lib/typedarray/MAP<~lib/typedarray/Float32Array,f32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -26818,7 +26818,7 @@ local.get $byteLength i32.store offset=8 local.get $out - br $~lib/typedarray/MAP<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/MAP<~lib/typedarray/Float32Array,f32>|inlined.0" end local.set $10 global.get $~lib/memory/__stack_pointer @@ -26878,7 +26878,7 @@ local.get $3 return ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32>" (local $source i32) (local $result i32) (local $2 i32) @@ -27023,7 +27023,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/MAP<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) + block $"~lib/typedarray/MAP<~lib/typedarray/Float64Array,f64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -27116,7 +27116,7 @@ local.get $byteLength i32.store offset=8 local.get $out - br $~lib/typedarray/MAP<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/MAP<~lib/typedarray/Float64Array,f64>|inlined.0" end local.set $10 global.get $~lib/memory/__stack_pointer @@ -27126,7 +27126,7 @@ local.get $10 return ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64>" (local $source i32) (local $result i32) (local $2 i32) @@ -27275,7 +27275,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/FILTER<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) + block $"~lib/typedarray/FILTER<~lib/typedarray/Int8Array,i8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -27386,7 +27386,7 @@ local.get $data i32.store offset=4 local.get $out - br $~lib/typedarray/FILTER<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/FILTER<~lib/typedarray/Int8Array,i8>|inlined.0" end local.set $14 global.get $~lib/memory/__stack_pointer @@ -27396,7 +27396,7 @@ local.get $14 return ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8>" (local $source i32) (local $result i32) (local $2 i32) @@ -27599,7 +27599,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/FILTER<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) + block $"~lib/typedarray/FILTER<~lib/typedarray/Uint8Array,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -27710,7 +27710,7 @@ local.get $data i32.store offset=4 local.get $out - br $~lib/typedarray/FILTER<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/FILTER<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.set $14 global.get $~lib/memory/__stack_pointer @@ -27720,7 +27720,7 @@ local.get $14 return ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>" (local $source i32) (local $result i32) (local $2 i32) @@ -27923,7 +27923,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/FILTER<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) + block $"~lib/typedarray/FILTER<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -28034,7 +28034,7 @@ local.get $data i32.store offset=4 local.get $out - br $~lib/typedarray/FILTER<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/FILTER<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.set $14 global.get $~lib/memory/__stack_pointer @@ -28044,7 +28044,7 @@ local.get $14 return ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint8ClampedArray,u8>" (local $source i32) (local $result i32) (local $2 i32) @@ -28247,7 +28247,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/FILTER<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) + block $"~lib/typedarray/FILTER<~lib/typedarray/Int16Array,i16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -28358,7 +28358,7 @@ local.get $data i32.store offset=4 local.get $out - br $~lib/typedarray/FILTER<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/FILTER<~lib/typedarray/Int16Array,i16>|inlined.0" end local.set $14 global.get $~lib/memory/__stack_pointer @@ -28368,7 +28368,7 @@ local.get $14 return ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16>" (local $source i32) (local $result i32) (local $2 i32) @@ -28571,7 +28571,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/FILTER<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) + block $"~lib/typedarray/FILTER<~lib/typedarray/Uint16Array,u16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -28682,7 +28682,7 @@ local.get $data i32.store offset=4 local.get $out - br $~lib/typedarray/FILTER<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/FILTER<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.set $14 global.get $~lib/memory/__stack_pointer @@ -28692,7 +28692,7 @@ local.get $14 return ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16>" (local $source i32) (local $result i32) (local $2 i32) @@ -28895,7 +28895,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/FILTER<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) + block $"~lib/typedarray/FILTER<~lib/typedarray/Int32Array,i32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -29006,7 +29006,7 @@ local.get $data i32.store offset=4 local.get $out - br $~lib/typedarray/FILTER<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/FILTER<~lib/typedarray/Int32Array,i32>|inlined.0" end local.set $14 global.get $~lib/memory/__stack_pointer @@ -29016,7 +29016,7 @@ local.get $14 return ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32>" (local $source i32) (local $result i32) (local $2 i32) @@ -29219,7 +29219,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/FILTER<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) + block $"~lib/typedarray/FILTER<~lib/typedarray/Uint32Array,u32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -29330,7 +29330,7 @@ local.get $data i32.store offset=4 local.get $out - br $~lib/typedarray/FILTER<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/FILTER<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.set $14 global.get $~lib/memory/__stack_pointer @@ -29340,7 +29340,7 @@ local.get $14 return ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32>" (local $source i32) (local $result i32) (local $2 i32) @@ -29543,7 +29543,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/FILTER<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) + block $"~lib/typedarray/FILTER<~lib/typedarray/Int64Array,i64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -29654,7 +29654,7 @@ local.get $data i32.store offset=4 local.get $out - br $~lib/typedarray/FILTER<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/FILTER<~lib/typedarray/Int64Array,i64>|inlined.0" end local.set $14 global.get $~lib/memory/__stack_pointer @@ -29664,7 +29664,7 @@ local.get $14 return ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64>" (local $source i32) (local $result i32) (local $2 i32) @@ -29867,7 +29867,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/FILTER<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) + block $"~lib/typedarray/FILTER<~lib/typedarray/Uint64Array,u64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -29978,7 +29978,7 @@ local.get $data i32.store offset=4 local.get $out - br $~lib/typedarray/FILTER<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/FILTER<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.set $14 global.get $~lib/memory/__stack_pointer @@ -29988,7 +29988,7 @@ local.get $14 return ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64>" (local $source i32) (local $result i32) (local $2 i32) @@ -30191,7 +30191,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/FILTER<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) + block $"~lib/typedarray/FILTER<~lib/typedarray/Float32Array,f32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -30302,7 +30302,7 @@ local.get $data i32.store offset=4 local.get $out - br $~lib/typedarray/FILTER<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/FILTER<~lib/typedarray/Float32Array,f32>|inlined.0" end local.set $14 global.get $~lib/memory/__stack_pointer @@ -30312,7 +30312,7 @@ local.get $14 return ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32>" (local $source i32) (local $result i32) (local $2 i32) @@ -30515,7 +30515,7 @@ i32.const 0 i32.const 20 memory.fill - block $~lib/typedarray/FILTER<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) + block $"~lib/typedarray/FILTER<~lib/typedarray/Float64Array,f64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -30626,7 +30626,7 @@ local.get $data i32.store offset=4 local.get $out - br $~lib/typedarray/FILTER<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/FILTER<~lib/typedarray/Float64Array,f64>|inlined.0" end local.set $14 global.get $~lib/memory/__stack_pointer @@ -30636,7 +30636,7 @@ local.get $14 return ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64>" (local $source i32) (local $result i32) (local $2 i32) @@ -30834,7 +30834,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) + block $"~lib/typedarray/SOME<~lib/typedarray/Int8Array,i8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -30886,7 +30886,7 @@ call_indirect (type $1) if i32.const 1 - br $~lib/typedarray/SOME<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Int8Array,i8>|inlined.0" end local.get $i i32.const 1 @@ -30896,7 +30896,7 @@ end end i32.const 0 - br $~lib/typedarray/SOME<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Int8Array,i8>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -30906,7 +30906,7 @@ local.get $7 return ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>" (local $source i32) (local $result i32) (local $failResult i32) @@ -31029,7 +31029,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) + block $"~lib/typedarray/SOME<~lib/typedarray/Uint8Array,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -31081,7 +31081,7 @@ call_indirect (type $1) if i32.const 1 - br $~lib/typedarray/SOME<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.get $i i32.const 1 @@ -31091,7 +31091,7 @@ end end i32.const 0 - br $~lib/typedarray/SOME<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -31101,7 +31101,7 @@ local.get $7 return ) - (func $std/typedarray/testArraySome<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testArraySome<~lib/typedarray/Uint8Array,u8>" (local $source i32) (local $result i32) (local $failResult i32) @@ -31224,7 +31224,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) + block $"~lib/typedarray/SOME<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -31276,7 +31276,7 @@ call_indirect (type $1) if i32.const 1 - br $~lib/typedarray/SOME<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.get $i i32.const 1 @@ -31286,7 +31286,7 @@ end end i32.const 0 - br $~lib/typedarray/SOME<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -31296,7 +31296,7 @@ local.get $7 return ) - (func $std/typedarray/testArraySome<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testArraySome<~lib/typedarray/Uint8ClampedArray,u8>" (local $source i32) (local $result i32) (local $failResult i32) @@ -31419,7 +31419,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) + block $"~lib/typedarray/SOME<~lib/typedarray/Int16Array,i16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -31471,7 +31471,7 @@ call_indirect (type $1) if i32.const 1 - br $~lib/typedarray/SOME<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Int16Array,i16>|inlined.0" end local.get $i i32.const 1 @@ -31481,7 +31481,7 @@ end end i32.const 0 - br $~lib/typedarray/SOME<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Int16Array,i16>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -31491,7 +31491,7 @@ local.get $7 return ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>" (local $source i32) (local $result i32) (local $failResult i32) @@ -31614,7 +31614,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) + block $"~lib/typedarray/SOME<~lib/typedarray/Uint16Array,u16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -31666,7 +31666,7 @@ call_indirect (type $1) if i32.const 1 - br $~lib/typedarray/SOME<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.get $i i32.const 1 @@ -31676,7 +31676,7 @@ end end i32.const 0 - br $~lib/typedarray/SOME<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -31686,7 +31686,7 @@ local.get $7 return ) - (func $std/typedarray/testArraySome<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testArraySome<~lib/typedarray/Uint16Array,u16>" (local $source i32) (local $result i32) (local $failResult i32) @@ -31809,7 +31809,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) + block $"~lib/typedarray/SOME<~lib/typedarray/Int32Array,i32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -31861,7 +31861,7 @@ call_indirect (type $1) if i32.const 1 - br $~lib/typedarray/SOME<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Int32Array,i32>|inlined.0" end local.get $i i32.const 1 @@ -31871,7 +31871,7 @@ end end i32.const 0 - br $~lib/typedarray/SOME<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Int32Array,i32>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -31881,7 +31881,7 @@ local.get $7 return ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>" (local $source i32) (local $result i32) (local $failResult i32) @@ -32004,7 +32004,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) + block $"~lib/typedarray/SOME<~lib/typedarray/Uint32Array,u32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -32056,7 +32056,7 @@ call_indirect (type $1) if i32.const 1 - br $~lib/typedarray/SOME<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.get $i i32.const 1 @@ -32066,7 +32066,7 @@ end end i32.const 0 - br $~lib/typedarray/SOME<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -32076,7 +32076,7 @@ local.get $7 return ) - (func $std/typedarray/testArraySome<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testArraySome<~lib/typedarray/Uint32Array,u32>" (local $source i32) (local $result i32) (local $failResult i32) @@ -32199,7 +32199,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) + block $"~lib/typedarray/SOME<~lib/typedarray/Int64Array,i64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -32251,7 +32251,7 @@ call_indirect (type $7) if i32.const 1 - br $~lib/typedarray/SOME<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Int64Array,i64>|inlined.0" end local.get $i i32.const 1 @@ -32261,7 +32261,7 @@ end end i32.const 0 - br $~lib/typedarray/SOME<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Int64Array,i64>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -32271,7 +32271,7 @@ local.get $7 return ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>" (local $source i32) (local $result i32) (local $failResult i32) @@ -32394,7 +32394,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) + block $"~lib/typedarray/SOME<~lib/typedarray/Uint64Array,u64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -32446,7 +32446,7 @@ call_indirect (type $7) if i32.const 1 - br $~lib/typedarray/SOME<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.get $i i32.const 1 @@ -32456,7 +32456,7 @@ end end i32.const 0 - br $~lib/typedarray/SOME<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -32466,7 +32466,7 @@ local.get $7 return ) - (func $std/typedarray/testArraySome<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testArraySome<~lib/typedarray/Uint64Array,u64>" (local $source i32) (local $result i32) (local $failResult i32) @@ -32589,7 +32589,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) + block $"~lib/typedarray/SOME<~lib/typedarray/Float32Array,f32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -32641,7 +32641,7 @@ call_indirect (type $9) if i32.const 1 - br $~lib/typedarray/SOME<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Float32Array,f32>|inlined.0" end local.get $i i32.const 1 @@ -32651,7 +32651,7 @@ end end i32.const 0 - br $~lib/typedarray/SOME<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Float32Array,f32>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -32661,7 +32661,7 @@ local.get $7 return ) - (func $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>" (local $source i32) (local $result i32) (local $failResult i32) @@ -32784,7 +32784,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) + block $"~lib/typedarray/SOME<~lib/typedarray/Float64Array,f64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -32836,7 +32836,7 @@ call_indirect (type $10) if i32.const 1 - br $~lib/typedarray/SOME<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Float64Array,f64>|inlined.0" end local.get $i i32.const 1 @@ -32846,7 +32846,7 @@ end end i32.const 0 - br $~lib/typedarray/SOME<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/SOME<~lib/typedarray/Float64Array,f64>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -32856,7 +32856,7 @@ local.get $7 return ) - (func $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>" (local $source i32) (local $result i32) (local $failResult i32) @@ -32979,7 +32979,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -33031,7 +33031,7 @@ call_indirect (type $1) if local.get $i - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0" end local.get $i i32.const 1 @@ -33041,7 +33041,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -33051,7 +33051,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>" (local $source i32) (local $result i32) (local $failResult i32) @@ -33175,7 +33175,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -33227,7 +33227,7 @@ call_indirect (type $1) if local.get $i - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.get $i i32.const 1 @@ -33237,7 +33237,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -33247,7 +33247,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8Array,u8>" (local $source i32) (local $result i32) (local $failResult i32) @@ -33371,7 +33371,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -33423,7 +33423,7 @@ call_indirect (type $1) if local.get $i - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.get $i i32.const 1 @@ -33433,7 +33433,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -33443,7 +33443,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8ClampedArray,u8>" (local $source i32) (local $result i32) (local $failResult i32) @@ -33567,7 +33567,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -33619,7 +33619,7 @@ call_indirect (type $1) if local.get $i - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0" end local.get $i i32.const 1 @@ -33629,7 +33629,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -33639,7 +33639,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>" (local $source i32) (local $result i32) (local $failResult i32) @@ -33763,7 +33763,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -33815,7 +33815,7 @@ call_indirect (type $1) if local.get $i - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.get $i i32.const 1 @@ -33825,7 +33825,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -33835,7 +33835,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint16Array,u16>" (local $source i32) (local $result i32) (local $failResult i32) @@ -33959,7 +33959,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -34011,7 +34011,7 @@ call_indirect (type $1) if local.get $i - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0" end local.get $i i32.const 1 @@ -34021,7 +34021,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -34031,7 +34031,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>" (local $source i32) (local $result i32) (local $failResult i32) @@ -34155,7 +34155,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -34207,7 +34207,7 @@ call_indirect (type $1) if local.get $i - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.get $i i32.const 1 @@ -34217,7 +34217,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -34227,7 +34227,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint32Array,u32>" (local $source i32) (local $result i32) (local $failResult i32) @@ -34351,7 +34351,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -34403,7 +34403,7 @@ call_indirect (type $7) if local.get $i - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0" end local.get $i i32.const 1 @@ -34413,7 +34413,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -34423,7 +34423,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>" (local $source i32) (local $result i32) (local $failResult i32) @@ -34547,7 +34547,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -34599,7 +34599,7 @@ call_indirect (type $7) if local.get $i - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.get $i i32.const 1 @@ -34609,7 +34609,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -34619,7 +34619,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint64Array,u64>" (local $source i32) (local $result i32) (local $failResult i32) @@ -34743,7 +34743,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -34795,7 +34795,7 @@ call_indirect (type $9) if local.get $i - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0" end local.get $i i32.const 1 @@ -34805,7 +34805,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -34815,7 +34815,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>" (local $source i32) (local $result i32) (local $failResult i32) @@ -34939,7 +34939,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -34991,7 +34991,7 @@ call_indirect (type $10) if local.get $i - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0" end local.get $i i32.const 1 @@ -35001,7 +35001,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -35011,7 +35011,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>" (local $source i32) (local $result i32) (local $failResult i32) @@ -35134,7 +35134,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -35186,7 +35186,7 @@ call_indirect (type $1) if local.get $i - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0" end local.get $i i32.const 1 @@ -35196,7 +35196,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0" end local.set $6 global.get $~lib/memory/__stack_pointer @@ -35206,7 +35206,7 @@ local.get $6 return ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int8Array,i8>" (local $source i32) (local $result i32) (local $failResult i32) @@ -35329,7 +35329,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -35381,7 +35381,7 @@ call_indirect (type $1) if local.get $i - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.get $i i32.const 1 @@ -35391,7 +35391,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.set $6 global.get $~lib/memory/__stack_pointer @@ -35401,7 +35401,7 @@ local.get $6 return ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8Array,u8>" (local $source i32) (local $result i32) (local $failResult i32) @@ -35524,7 +35524,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -35576,7 +35576,7 @@ call_indirect (type $1) if local.get $i - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.get $i i32.const 1 @@ -35586,7 +35586,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.set $6 global.get $~lib/memory/__stack_pointer @@ -35596,7 +35596,7 @@ local.get $6 return ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8ClampedArray,u8>" (local $source i32) (local $result i32) (local $failResult i32) @@ -35719,7 +35719,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -35771,7 +35771,7 @@ call_indirect (type $1) if local.get $i - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0" end local.get $i i32.const 1 @@ -35781,7 +35781,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0" end local.set $6 global.get $~lib/memory/__stack_pointer @@ -35791,7 +35791,7 @@ local.get $6 return ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int16Array,i16>" (local $source i32) (local $result i32) (local $failResult i32) @@ -35914,7 +35914,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -35966,7 +35966,7 @@ call_indirect (type $1) if local.get $i - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.get $i i32.const 1 @@ -35976,7 +35976,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.set $6 global.get $~lib/memory/__stack_pointer @@ -35986,7 +35986,7 @@ local.get $6 return ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint16Array,u16>" (local $source i32) (local $result i32) (local $failResult i32) @@ -36109,7 +36109,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -36161,7 +36161,7 @@ call_indirect (type $1) if local.get $i - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0" end local.get $i i32.const 1 @@ -36171,7 +36171,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0" end local.set $6 global.get $~lib/memory/__stack_pointer @@ -36181,7 +36181,7 @@ local.get $6 return ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int32Array,i32>" (local $source i32) (local $result i32) (local $failResult i32) @@ -36304,7 +36304,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -36356,7 +36356,7 @@ call_indirect (type $1) if local.get $i - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.get $i i32.const 1 @@ -36366,7 +36366,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.set $6 global.get $~lib/memory/__stack_pointer @@ -36376,7 +36376,7 @@ local.get $6 return ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint32Array,u32>" (local $source i32) (local $result i32) (local $failResult i32) @@ -36499,7 +36499,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -36551,7 +36551,7 @@ call_indirect (type $7) if local.get $i - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0" end local.get $i i32.const 1 @@ -36561,7 +36561,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0" end local.set $6 global.get $~lib/memory/__stack_pointer @@ -36571,7 +36571,7 @@ local.get $6 return ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int64Array,i64>" (local $source i32) (local $result i32) (local $failResult i32) @@ -36694,7 +36694,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -36746,7 +36746,7 @@ call_indirect (type $7) if local.get $i - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.get $i i32.const 1 @@ -36756,7 +36756,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.set $6 global.get $~lib/memory/__stack_pointer @@ -36766,7 +36766,7 @@ local.get $6 return ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint64Array,u64>" (local $source i32) (local $result i32) (local $failResult i32) @@ -36889,7 +36889,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -36941,7 +36941,7 @@ call_indirect (type $9) if local.get $i - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0" end local.get $i i32.const 1 @@ -36951,7 +36951,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0" end local.set $6 global.get $~lib/memory/__stack_pointer @@ -36961,7 +36961,7 @@ local.get $6 return ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float32Array,f32>" (local $source i32) (local $result i32) (local $failResult i32) @@ -37084,7 +37084,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -37136,7 +37136,7 @@ call_indirect (type $10) if local.get $i - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0" end local.get $i i32.const 1 @@ -37146,7 +37146,7 @@ end end i32.const -1 - br $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0" end local.set $6 global.get $~lib/memory/__stack_pointer @@ -37156,7 +37156,7 @@ local.get $6 return ) - (func $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float64Array,f64>" (local $source i32) (local $result i32) (local $failResult i32) @@ -37280,7 +37280,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) + block $"~lib/typedarray/EVERY<~lib/typedarray/Int8Array,i8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -37335,7 +37335,7 @@ br $for-continue|0 end i32.const 0 - br $~lib/typedarray/EVERY<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Int8Array,i8>|inlined.0" end local.get $i i32.const 1 @@ -37345,7 +37345,7 @@ end end i32.const 1 - br $~lib/typedarray/EVERY<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Int8Array,i8>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -37355,7 +37355,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8>" (local $source i32) (local $result i32) (local $failResult i32) @@ -37478,7 +37478,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) + block $"~lib/typedarray/EVERY<~lib/typedarray/Uint8Array,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -37533,7 +37533,7 @@ br $for-continue|0 end i32.const 0 - br $~lib/typedarray/EVERY<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.get $i i32.const 1 @@ -37543,7 +37543,7 @@ end end i32.const 1 - br $~lib/typedarray/EVERY<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -37553,7 +37553,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>" (local $source i32) (local $result i32) (local $failResult i32) @@ -37676,7 +37676,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) + block $"~lib/typedarray/EVERY<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -37731,7 +37731,7 @@ br $for-continue|0 end i32.const 0 - br $~lib/typedarray/EVERY<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.get $i i32.const 1 @@ -37741,7 +37741,7 @@ end end i32.const 1 - br $~lib/typedarray/EVERY<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -37751,7 +37751,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8ClampedArray,u8>" (local $source i32) (local $result i32) (local $failResult i32) @@ -37874,7 +37874,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) + block $"~lib/typedarray/EVERY<~lib/typedarray/Int16Array,i16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -37929,7 +37929,7 @@ br $for-continue|0 end i32.const 0 - br $~lib/typedarray/EVERY<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Int16Array,i16>|inlined.0" end local.get $i i32.const 1 @@ -37939,7 +37939,7 @@ end end i32.const 1 - br $~lib/typedarray/EVERY<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Int16Array,i16>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -37949,7 +37949,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16>" (local $source i32) (local $result i32) (local $failResult i32) @@ -38072,7 +38072,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) + block $"~lib/typedarray/EVERY<~lib/typedarray/Uint16Array,u16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -38127,7 +38127,7 @@ br $for-continue|0 end i32.const 0 - br $~lib/typedarray/EVERY<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.get $i i32.const 1 @@ -38137,7 +38137,7 @@ end end i32.const 1 - br $~lib/typedarray/EVERY<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -38147,7 +38147,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Uint16Array,u16>" (local $source i32) (local $result i32) (local $failResult i32) @@ -38270,7 +38270,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) + block $"~lib/typedarray/EVERY<~lib/typedarray/Int32Array,i32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -38325,7 +38325,7 @@ br $for-continue|0 end i32.const 0 - br $~lib/typedarray/EVERY<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Int32Array,i32>|inlined.0" end local.get $i i32.const 1 @@ -38335,7 +38335,7 @@ end end i32.const 1 - br $~lib/typedarray/EVERY<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Int32Array,i32>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -38345,7 +38345,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Int32Array,i32>" (local $source i32) (local $result i32) (local $failResult i32) @@ -38468,7 +38468,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) + block $"~lib/typedarray/EVERY<~lib/typedarray/Uint32Array,u32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -38523,7 +38523,7 @@ br $for-continue|0 end i32.const 0 - br $~lib/typedarray/EVERY<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.get $i i32.const 1 @@ -38533,7 +38533,7 @@ end end i32.const 1 - br $~lib/typedarray/EVERY<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -38543,7 +38543,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Uint32Array,u32>" (local $source i32) (local $result i32) (local $failResult i32) @@ -38666,7 +38666,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) + block $"~lib/typedarray/EVERY<~lib/typedarray/Int64Array,i64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -38721,7 +38721,7 @@ br $for-continue|0 end i32.const 0 - br $~lib/typedarray/EVERY<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Int64Array,i64>|inlined.0" end local.get $i i32.const 1 @@ -38731,7 +38731,7 @@ end end i32.const 1 - br $~lib/typedarray/EVERY<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Int64Array,i64>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -38741,7 +38741,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>" (local $source i32) (local $result i32) (local $failResult i32) @@ -38864,7 +38864,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) + block $"~lib/typedarray/EVERY<~lib/typedarray/Uint64Array,u64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -38919,7 +38919,7 @@ br $for-continue|0 end i32.const 0 - br $~lib/typedarray/EVERY<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.get $i i32.const 1 @@ -38929,7 +38929,7 @@ end end i32.const 1 - br $~lib/typedarray/EVERY<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -38939,7 +38939,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Uint64Array,u64>" (local $source i32) (local $result i32) (local $failResult i32) @@ -39062,7 +39062,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) + block $"~lib/typedarray/EVERY<~lib/typedarray/Float32Array,f32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -39117,7 +39117,7 @@ br $for-continue|0 end i32.const 0 - br $~lib/typedarray/EVERY<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Float32Array,f32>|inlined.0" end local.get $i i32.const 1 @@ -39127,7 +39127,7 @@ end end i32.const 1 - br $~lib/typedarray/EVERY<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Float32Array,f32>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -39137,7 +39137,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32>" (local $source i32) (local $result i32) (local $failResult i32) @@ -39260,7 +39260,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) + block $"~lib/typedarray/EVERY<~lib/typedarray/Float64Array,f64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -39315,7 +39315,7 @@ br $for-continue|0 end i32.const 0 - br $~lib/typedarray/EVERY<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Float64Array,f64>|inlined.0" end local.get $i i32.const 1 @@ -39325,7 +39325,7 @@ end end i32.const 1 - br $~lib/typedarray/EVERY<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/EVERY<~lib/typedarray/Float64Array,f64>|inlined.0" end local.set $7 global.get $~lib/memory/__stack_pointer @@ -39335,7 +39335,7 @@ local.get $7 return ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64>" (local $source i32) (local $result i32) (local $failResult i32) @@ -39440,7 +39440,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $value i32) (param $index i32) (param $self i32) + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $value i32) (param $index i32) (param $self i32) (local $matchedValue i32) (local $4 i32) global.get $~lib/memory/__stack_pointer @@ -39586,7 +39586,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -39691,7 +39691,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Uint8Array,u8>~anonymous|0 (param $value i32) (param $index i32) (param $self i32) + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Uint8Array,u8>~anonymous|0" (param $value i32) (param $index i32) (param $self i32) (local $matchedValue i32) (local $4 i32) global.get $~lib/memory/__stack_pointer @@ -39839,7 +39839,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Uint8Array,u8>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -39947,7 +39947,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0 (param $value i32) (param $index i32) (param $self i32) + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Uint8ClampedArray,u8>~anonymous|0" (param $value i32) (param $index i32) (param $self i32) (local $matchedValue i32) (local $4 i32) global.get $~lib/memory/__stack_pointer @@ -40095,7 +40095,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Uint8ClampedArray,u8>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -40203,7 +40203,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Int16Array,i16>~anonymous|0 (param $value i32) (param $index i32) (param $self i32) + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Int16Array,i16>~anonymous|0" (param $value i32) (param $index i32) (param $self i32) (local $matchedValue i32) (local $4 i32) global.get $~lib/memory/__stack_pointer @@ -40349,7 +40349,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Int16Array,i16>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -40454,7 +40454,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Uint16Array,u16>~anonymous|0 (param $value i32) (param $index i32) (param $self i32) + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Uint16Array,u16>~anonymous|0" (param $value i32) (param $index i32) (param $self i32) (local $matchedValue i32) (local $4 i32) global.get $~lib/memory/__stack_pointer @@ -40602,7 +40602,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Uint16Array,u16>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -40710,7 +40710,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Int32Array,i32>~anonymous|0 (param $value i32) (param $index i32) (param $self i32) + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Int32Array,i32>~anonymous|0" (param $value i32) (param $index i32) (param $self i32) (local $matchedValue i32) (local $4 i32) global.get $~lib/memory/__stack_pointer @@ -40854,7 +40854,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Int32Array,i32>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -40956,7 +40956,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Uint32Array,u32>~anonymous|0 (param $value i32) (param $index i32) (param $self i32) + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Uint32Array,u32>~anonymous|0" (param $value i32) (param $index i32) (param $self i32) (local $matchedValue i32) (local $4 i32) global.get $~lib/memory/__stack_pointer @@ -41100,7 +41100,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Uint32Array,u32>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -41202,7 +41202,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Int64Array,i64>~anonymous|0 (param $value i64) (param $index i32) (param $self i32) + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Int64Array,i64>~anonymous|0" (param $value i64) (param $index i32) (param $self i32) (local $matchedValue i32) (local $4 i32) global.get $~lib/memory/__stack_pointer @@ -41347,7 +41347,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Int64Array,i64>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -41452,7 +41452,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Uint64Array,u64>~anonymous|0 (param $value i64) (param $index i32) (param $self i32) + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Uint64Array,u64>~anonymous|0" (param $value i64) (param $index i32) (param $self i32) (local $matchedValue i32) (local $4 i32) global.get $~lib/memory/__stack_pointer @@ -41597,7 +41597,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Uint64Array,u64>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -41702,7 +41702,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Float32Array,f32>~anonymous|0 (param $value f32) (param $index i32) (param $self i32) + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Float32Array,f32>~anonymous|0" (param $value f32) (param $index i32) (param $self i32) (local $matchedValue i32) (local $4 i32) global.get $~lib/memory/__stack_pointer @@ -41847,7 +41847,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Float32Array,f32>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -41952,7 +41952,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Float64Array,f64>~anonymous|0 (param $value f64) (param $index i32) (param $self i32) + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Float64Array,f64>~anonymous|0" (param $value f64) (param $index i32) (param $self i32) (local $matchedValue i32) (local $4 i32) global.get $~lib/memory/__stack_pointer @@ -42097,7 +42097,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Float64Array,f64>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -42236,7 +42236,7 @@ local.get $1 return ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Int8Array,i8>" (local $values i32) (local $length i32) (local $array i32) @@ -42541,7 +42541,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) + block $"~lib/typedarray/SUBARRAY<~lib/typedarray/Uint8Array,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -42659,7 +42659,7 @@ i32.shl i32.store offset=8 local.get $out - br $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/SUBARRAY<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.set $19 global.get $~lib/memory/__stack_pointer @@ -42669,7 +42669,7 @@ local.get $19 return ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Uint8Array,u8>" (local $values i32) (local $length i32) (local $array i32) @@ -42977,7 +42977,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) + block $"~lib/typedarray/SUBARRAY<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -43095,7 +43095,7 @@ i32.shl i32.store offset=8 local.get $out - br $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/SUBARRAY<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.set $19 global.get $~lib/memory/__stack_pointer @@ -43105,7 +43105,7 @@ local.get $19 return ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Uint8ClampedArray,u8>" (local $values i32) (local $length i32) (local $array i32) @@ -43413,7 +43413,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SUBARRAY<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) + block $"~lib/typedarray/SUBARRAY<~lib/typedarray/Int16Array,i16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -43531,7 +43531,7 @@ i32.shl i32.store offset=8 local.get $out - br $~lib/typedarray/SUBARRAY<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/SUBARRAY<~lib/typedarray/Int16Array,i16>|inlined.0" end local.set $19 global.get $~lib/memory/__stack_pointer @@ -43541,7 +43541,7 @@ local.get $19 return ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Int16Array,i16>" (local $values i32) (local $length i32) (local $array i32) @@ -43846,7 +43846,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) + block $"~lib/typedarray/SUBARRAY<~lib/typedarray/Uint16Array,u16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -43964,7 +43964,7 @@ i32.shl i32.store offset=8 local.get $out - br $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/SUBARRAY<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.set $19 global.get $~lib/memory/__stack_pointer @@ -43974,7 +43974,7 @@ local.get $19 return ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Uint16Array,u16>" (local $values i32) (local $length i32) (local $array i32) @@ -44253,7 +44253,7 @@ local.get $1 return ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Int32Array,i32>" (local $values i32) (local $length i32) (local $array i32) @@ -44555,7 +44555,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) + block $"~lib/typedarray/SUBARRAY<~lib/typedarray/Uint32Array,u32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -44673,7 +44673,7 @@ i32.shl i32.store offset=8 local.get $out - br $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/SUBARRAY<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.set $19 global.get $~lib/memory/__stack_pointer @@ -44683,7 +44683,7 @@ local.get $19 return ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Uint32Array,u32>" (local $values i32) (local $length i32) (local $array i32) @@ -44985,7 +44985,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SUBARRAY<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) + block $"~lib/typedarray/SUBARRAY<~lib/typedarray/Int64Array,i64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -45103,7 +45103,7 @@ i32.shl i32.store offset=8 local.get $out - br $~lib/typedarray/SUBARRAY<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/SUBARRAY<~lib/typedarray/Int64Array,i64>|inlined.0" end local.set $19 global.get $~lib/memory/__stack_pointer @@ -45113,7 +45113,7 @@ local.get $19 return ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Int64Array,i64>" (local $values i32) (local $length i32) (local $array i32) @@ -45418,7 +45418,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) + block $"~lib/typedarray/SUBARRAY<~lib/typedarray/Uint64Array,u64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -45536,7 +45536,7 @@ i32.shl i32.store offset=8 local.get $out - br $~lib/typedarray/SUBARRAY<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/SUBARRAY<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.set $19 global.get $~lib/memory/__stack_pointer @@ -45546,7 +45546,7 @@ local.get $19 return ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Uint64Array,u64>" (local $values i32) (local $length i32) (local $array i32) @@ -45851,7 +45851,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SUBARRAY<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) + block $"~lib/typedarray/SUBARRAY<~lib/typedarray/Float32Array,f32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -45969,7 +45969,7 @@ i32.shl i32.store offset=8 local.get $out - br $~lib/typedarray/SUBARRAY<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/SUBARRAY<~lib/typedarray/Float32Array,f32>|inlined.0" end local.set $19 global.get $~lib/memory/__stack_pointer @@ -45979,7 +45979,7 @@ local.get $19 return ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Float32Array,f32>" (local $values i32) (local $length i32) (local $array i32) @@ -46255,7 +46255,7 @@ local.get $1 return ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Float64Array,f64>" (local $values i32) (local $length i32) (local $array i32) @@ -46515,7 +46515,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -46546,7 +46546,7 @@ end if i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0" end local.get $index i32.const 0 @@ -46588,7 +46588,7 @@ i32.eq if local.get $index - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0" end local.get $index i32.const 1 @@ -46598,7 +46598,7 @@ end end i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0" end local.set $11 global.get $~lib/memory/__stack_pointer @@ -46624,7 +46624,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -46648,7 +46648,7 @@ i32.eq if i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0" end local.get $index i32.const 0 @@ -46693,7 +46693,7 @@ i32.eq if local.get $index - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0" end local.get $index i32.const 1 @@ -46703,7 +46703,7 @@ end end i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -46758,7 +46758,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int8Array,i8>" (local $values i32) (local $length i32) (local $array i32) @@ -47412,7 +47412,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -47443,7 +47443,7 @@ end if i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.get $index i32.const 0 @@ -47486,7 +47486,7 @@ i32.eq if local.get $index - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.get $index i32.const 1 @@ -47496,7 +47496,7 @@ end end i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.set $11 global.get $~lib/memory/__stack_pointer @@ -47522,7 +47522,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -47546,7 +47546,7 @@ i32.eq if i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.get $index i32.const 0 @@ -47592,7 +47592,7 @@ i32.eq if local.get $index - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.get $index i32.const 1 @@ -47602,7 +47602,7 @@ end end i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -47657,7 +47657,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint8Array,u8>" (local $values i32) (local $length i32) (local $array i32) @@ -48312,7 +48312,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -48343,7 +48343,7 @@ end if i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.get $index i32.const 0 @@ -48386,7 +48386,7 @@ i32.eq if local.get $index - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.get $index i32.const 1 @@ -48396,7 +48396,7 @@ end end i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.set $11 global.get $~lib/memory/__stack_pointer @@ -48422,7 +48422,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -48446,7 +48446,7 @@ i32.eq if i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.get $index i32.const 0 @@ -48492,7 +48492,7 @@ i32.eq if local.get $index - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.get $index i32.const 1 @@ -48502,7 +48502,7 @@ end end i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -48557,7 +48557,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint8ClampedArray,u8>" (local $values i32) (local $length i32) (local $array i32) @@ -49212,7 +49212,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -49243,7 +49243,7 @@ end if i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0" end local.get $index i32.const 0 @@ -49285,7 +49285,7 @@ i32.eq if local.get $index - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0" end local.get $index i32.const 1 @@ -49295,7 +49295,7 @@ end end i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0" end local.set $11 global.get $~lib/memory/__stack_pointer @@ -49321,7 +49321,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -49345,7 +49345,7 @@ i32.eq if i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0" end local.get $index i32.const 0 @@ -49390,7 +49390,7 @@ i32.eq if local.get $index - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0" end local.get $index i32.const 1 @@ -49400,7 +49400,7 @@ end end i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -49455,7 +49455,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int16Array,i16>" (local $values i32) (local $length i32) (local $array i32) @@ -50109,7 +50109,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -50140,7 +50140,7 @@ end if i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.get $index i32.const 0 @@ -50183,7 +50183,7 @@ i32.eq if local.get $index - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.get $index i32.const 1 @@ -50193,7 +50193,7 @@ end end i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.set $11 global.get $~lib/memory/__stack_pointer @@ -50219,7 +50219,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -50243,7 +50243,7 @@ i32.eq if i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.get $index i32.const 0 @@ -50289,7 +50289,7 @@ i32.eq if local.get $index - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.get $index i32.const 1 @@ -50299,7 +50299,7 @@ end end i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -50354,7 +50354,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint16Array,u16>" (local $values i32) (local $length i32) (local $array i32) @@ -51009,7 +51009,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -51040,7 +51040,7 @@ end if i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0" end local.get $index i32.const 0 @@ -51081,7 +51081,7 @@ i32.eq if local.get $index - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0" end local.get $index i32.const 1 @@ -51091,7 +51091,7 @@ end end i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0" end local.set $11 global.get $~lib/memory/__stack_pointer @@ -51117,7 +51117,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -51141,7 +51141,7 @@ i32.eq if i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0" end local.get $index i32.const 0 @@ -51185,7 +51185,7 @@ i32.eq if local.get $index - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0" end local.get $index i32.const 1 @@ -51195,7 +51195,7 @@ end end i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -51250,7 +51250,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int32Array,i32>" (local $values i32) (local $length i32) (local $array i32) @@ -51903,7 +51903,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -51934,7 +51934,7 @@ end if i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.get $index i32.const 0 @@ -51975,7 +51975,7 @@ i32.eq if local.get $index - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.get $index i32.const 1 @@ -51985,7 +51985,7 @@ end end i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.set $11 global.get $~lib/memory/__stack_pointer @@ -52011,7 +52011,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -52035,7 +52035,7 @@ i32.eq if i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.get $index i32.const 0 @@ -52079,7 +52079,7 @@ i32.eq if local.get $index - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.get $index i32.const 1 @@ -52089,7 +52089,7 @@ end end i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -52144,7 +52144,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint32Array,u32>" (local $values i32) (local $length i32) (local $array i32) @@ -52797,7 +52797,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -52828,7 +52828,7 @@ end if i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0" end local.get $index i32.const 0 @@ -52869,7 +52869,7 @@ i64.eq if local.get $index - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0" end local.get $index i32.const 1 @@ -52879,7 +52879,7 @@ end end i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0" end local.set $11 global.get $~lib/memory/__stack_pointer @@ -52905,7 +52905,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -52929,7 +52929,7 @@ i32.eq if i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0" end local.get $index i32.const 0 @@ -52973,7 +52973,7 @@ i64.eq if local.get $index - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0" end local.get $index i32.const 1 @@ -52983,7 +52983,7 @@ end end i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -53038,7 +53038,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int64Array,i64>" (local $values i32) (local $length i32) (local $array i32) @@ -53692,7 +53692,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -53723,7 +53723,7 @@ end if i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.get $index i32.const 0 @@ -53764,7 +53764,7 @@ i64.eq if local.get $index - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.get $index i32.const 1 @@ -53774,7 +53774,7 @@ end end i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.set $11 global.get $~lib/memory/__stack_pointer @@ -53800,7 +53800,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -53824,7 +53824,7 @@ i32.eq if i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.get $index i32.const 0 @@ -53868,7 +53868,7 @@ i64.eq if local.get $index - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.get $index i32.const 1 @@ -53878,7 +53878,7 @@ end end i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -53933,7 +53933,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint64Array,u64>" (local $values i32) (local $length i32) (local $array i32) @@ -54587,7 +54587,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -54618,7 +54618,7 @@ end if i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0" end local.get $index i32.const 0 @@ -54659,7 +54659,7 @@ f32.eq if local.get $index - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0" end local.get $index i32.const 1 @@ -54669,7 +54669,7 @@ end end i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0" end local.set $11 global.get $~lib/memory/__stack_pointer @@ -54695,7 +54695,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -54719,7 +54719,7 @@ i32.eq if i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0" end local.get $index i32.const 0 @@ -54763,7 +54763,7 @@ f32.eq if local.get $index - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0" end local.get $index i32.const 1 @@ -54773,7 +54773,7 @@ end end i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -54828,7 +54828,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float32Array,f32>" (local $values i32) (local $length i32) (local $array i32) @@ -55482,7 +55482,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -55513,7 +55513,7 @@ end if i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0" end local.get $index i32.const 0 @@ -55554,7 +55554,7 @@ f64.eq if local.get $index - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0" end local.get $index i32.const 1 @@ -55564,7 +55564,7 @@ end end i32.const -1 - br $~lib/typedarray/INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0" end local.set $11 global.get $~lib/memory/__stack_pointer @@ -55590,7 +55590,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -55614,7 +55614,7 @@ i32.eq if i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0" end local.get $index i32.const 0 @@ -55658,7 +55658,7 @@ f64.eq if local.get $index - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0" end local.get $index i32.const 1 @@ -55668,7 +55668,7 @@ end end i32.const -1 - br $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -55723,7 +55723,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float64Array,f64>" (local $values i32) (local $length i32) (local $array i32) @@ -56378,7 +56378,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/INCLUDES<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) + block $"~lib/typedarray/INCLUDES<~lib/typedarray/Float64Array,f64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -56411,7 +56411,7 @@ end if i32.const 0 - br $~lib/typedarray/INCLUDES<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/INCLUDES<~lib/typedarray/Float64Array,f64>|inlined.0" end local.get $index i32.const 0 @@ -56465,7 +56465,7 @@ end if i32.const 1 - br $~lib/typedarray/INCLUDES<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/INCLUDES<~lib/typedarray/Float64Array,f64>|inlined.0" end local.get $index i32.const 1 @@ -56475,7 +56475,7 @@ end end i32.const 0 - br $~lib/typedarray/INCLUDES<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/INCLUDES<~lib/typedarray/Float64Array,f64>|inlined.0" end local.set $12 global.get $~lib/memory/__stack_pointer @@ -56504,7 +56504,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $~lib/typedarray/INCLUDES<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) + block $"~lib/typedarray/INCLUDES<~lib/typedarray/Float32Array,f32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $this local.tee $array @@ -56537,7 +56537,7 @@ end if i32.const 0 - br $~lib/typedarray/INCLUDES<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/INCLUDES<~lib/typedarray/Float32Array,f32>|inlined.0" end local.get $index i32.const 0 @@ -56591,7 +56591,7 @@ end if i32.const 1 - br $~lib/typedarray/INCLUDES<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/INCLUDES<~lib/typedarray/Float32Array,f32>|inlined.0" end local.get $index i32.const 1 @@ -56601,7 +56601,7 @@ end end i32.const 0 - br $~lib/typedarray/INCLUDES<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/INCLUDES<~lib/typedarray/Float32Array,f32>|inlined.0" end local.set $12 global.get $~lib/memory/__stack_pointer @@ -57105,7 +57105,7 @@ local.get $1 return ) - (func $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Int8Array,i8>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -57486,7 +57486,7 @@ local.get $1 return ) - (func $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint8Array,u8>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -57688,7 +57688,7 @@ local.get $1 return ) - (func $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint8ClampedArray,u8>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -58069,7 +58069,7 @@ local.get $1 return ) - (func $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Int16Array,i16>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -58450,7 +58450,7 @@ local.get $1 return ) - (func $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint16Array,u16>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -58831,7 +58831,7 @@ local.get $1 return ) - (func $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Int32Array,i32>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -59212,7 +59212,7 @@ local.get $1 return ) - (func $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint32Array,u32>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -59595,7 +59595,7 @@ local.get $1 return ) - (func $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Int64Array,i64>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -59976,7 +59976,7 @@ local.get $1 return ) - (func $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint64Array,u64>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -60350,7 +60350,7 @@ local.get $1 return ) - (func $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Float32Array,f32>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -60721,7 +60721,7 @@ local.get $1 return ) - (func $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Float64Array,f64>" (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -60872,7 +60872,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/WRAP<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) + block $"~lib/typedarray/WRAP<~lib/typedarray/Uint8Array,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 @@ -60976,7 +60976,7 @@ i32.add i32.store offset=4 local.get $out - br $~lib/typedarray/WRAP<~lib/typedarray/Uint8Array,u8>|inlined.0 + br $"~lib/typedarray/WRAP<~lib/typedarray/Uint8Array,u8>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -61161,7 +61161,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/WRAP<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) + block $"~lib/typedarray/WRAP<~lib/typedarray/Int8Array,i8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 @@ -61265,7 +61265,7 @@ i32.add i32.store offset=4 local.get $out - br $~lib/typedarray/WRAP<~lib/typedarray/Int8Array,i8>|inlined.0 + br $"~lib/typedarray/WRAP<~lib/typedarray/Int8Array,i8>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -61318,7 +61318,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Int8Array,i8>" (local $values i32) (local $length i32) (local $array i32) @@ -61484,7 +61484,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Uint8Array,u8>" (local $values i32) (local $length i32) (local $array i32) @@ -61672,7 +61672,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/WRAP<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 (result i32) + block $"~lib/typedarray/WRAP<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 @@ -61776,7 +61776,7 @@ i32.add i32.store offset=4 local.get $out - br $~lib/typedarray/WRAP<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0 + br $"~lib/typedarray/WRAP<~lib/typedarray/Uint8ClampedArray,u8>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -61829,7 +61829,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Uint8ClampedArray,u8>" (local $values i32) (local $length i32) (local $array i32) @@ -62019,7 +62019,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/WRAP<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) + block $"~lib/typedarray/WRAP<~lib/typedarray/Int16Array,i16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 @@ -62123,7 +62123,7 @@ i32.add i32.store offset=4 local.get $out - br $~lib/typedarray/WRAP<~lib/typedarray/Int16Array,i16>|inlined.0 + br $"~lib/typedarray/WRAP<~lib/typedarray/Int16Array,i16>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -62176,7 +62176,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Int16Array,i16>" (local $values i32) (local $length i32) (local $array i32) @@ -62367,7 +62367,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/WRAP<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) + block $"~lib/typedarray/WRAP<~lib/typedarray/Uint16Array,u16>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 @@ -62471,7 +62471,7 @@ i32.add i32.store offset=4 local.get $out - br $~lib/typedarray/WRAP<~lib/typedarray/Uint16Array,u16>|inlined.0 + br $"~lib/typedarray/WRAP<~lib/typedarray/Uint16Array,u16>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -62524,7 +62524,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Uint16Array,u16>" (local $values i32) (local $length i32) (local $array i32) @@ -62718,7 +62718,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/WRAP<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) + block $"~lib/typedarray/WRAP<~lib/typedarray/Int32Array,i32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 @@ -62822,7 +62822,7 @@ i32.add i32.store offset=4 local.get $out - br $~lib/typedarray/WRAP<~lib/typedarray/Int32Array,i32>|inlined.0 + br $"~lib/typedarray/WRAP<~lib/typedarray/Int32Array,i32>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -62875,7 +62875,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Int32Array,i32>" (local $values i32) (local $length i32) (local $array i32) @@ -63069,7 +63069,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/WRAP<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) + block $"~lib/typedarray/WRAP<~lib/typedarray/Uint32Array,u32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 @@ -63173,7 +63173,7 @@ i32.add i32.store offset=4 local.get $out - br $~lib/typedarray/WRAP<~lib/typedarray/Uint32Array,u32>|inlined.0 + br $"~lib/typedarray/WRAP<~lib/typedarray/Uint32Array,u32>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -63226,7 +63226,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Uint32Array,u32>" (local $values i32) (local $length i32) (local $array i32) @@ -63422,7 +63422,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/WRAP<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) + block $"~lib/typedarray/WRAP<~lib/typedarray/Int64Array,i64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 @@ -63526,7 +63526,7 @@ i32.add i32.store offset=4 local.get $out - br $~lib/typedarray/WRAP<~lib/typedarray/Int64Array,i64>|inlined.0 + br $"~lib/typedarray/WRAP<~lib/typedarray/Int64Array,i64>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -63579,7 +63579,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Int64Array,i64>" (local $values i32) (local $length i32) (local $array i32) @@ -63778,7 +63778,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/WRAP<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) + block $"~lib/typedarray/WRAP<~lib/typedarray/Uint64Array,u64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 @@ -63882,7 +63882,7 @@ i32.add i32.store offset=4 local.get $out - br $~lib/typedarray/WRAP<~lib/typedarray/Uint64Array,u64>|inlined.0 + br $"~lib/typedarray/WRAP<~lib/typedarray/Uint64Array,u64>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -63935,7 +63935,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Uint64Array,u64>" (local $values i32) (local $length i32) (local $array i32) @@ -64136,7 +64136,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/WRAP<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) + block $"~lib/typedarray/WRAP<~lib/typedarray/Float32Array,f32>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 @@ -64240,7 +64240,7 @@ i32.add i32.store offset=4 local.get $out - br $~lib/typedarray/WRAP<~lib/typedarray/Float32Array,f32>|inlined.0 + br $"~lib/typedarray/WRAP<~lib/typedarray/Float32Array,f32>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -64293,7 +64293,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Float32Array,f32>" (local $values i32) (local $length i32) (local $array i32) @@ -64496,7 +64496,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/WRAP<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) + block $"~lib/typedarray/WRAP<~lib/typedarray/Float64Array,f64>|inlined.0" (result i32) global.get $~lib/memory/__stack_pointer local.get $buffer local.tee $buffer|3 @@ -64600,7 +64600,7 @@ i32.add i32.store offset=4 local.get $out - br $~lib/typedarray/WRAP<~lib/typedarray/Float64Array,f64>|inlined.0 + br $"~lib/typedarray/WRAP<~lib/typedarray/Float64Array,f64>|inlined.0" end local.set $9 global.get $~lib/memory/__stack_pointer @@ -64653,7 +64653,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Float64Array,f64>" (local $values i32) (local $length i32) (local $array i32) @@ -81189,7 +81189,7 @@ global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8>" (local $source i32) (local $result i32) (local $2 i32) @@ -81950,7 +81950,7 @@ global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>" (local $source i32) (local $result i32) (local $2 i32) @@ -82237,7 +82237,7 @@ global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testArraySort<~lib/typedarray/Uint8ClampedArray,u8>" (local $source i32) (local $result i32) (local $2 i32) @@ -83000,7 +83000,7 @@ global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16>" (local $source i32) (local $result i32) (local $2 i32) @@ -83761,7 +83761,7 @@ global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16>" (local $source i32) (local $result i32) (local $2 i32) @@ -84524,7 +84524,7 @@ global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32>" (local $source i32) (local $result i32) (local $2 i32) @@ -85285,7 +85285,7 @@ global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32>" (local $source i32) (local $result i32) (local $2 i32) @@ -86048,7 +86048,7 @@ global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64>" (local $source i32) (local $result i32) (local $2 i32) @@ -86809,7 +86809,7 @@ global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64>" (local $source i32) (local $result i32) (local $2 i32) @@ -87574,7 +87574,7 @@ global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32>" (local $source i32) (local $result i32) (local $2 i32) @@ -87768,7 +87768,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArraySort<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testArraySort<~lib/typedarray/Float64Array,f64>" (local $source i32) (local $result i32) (local $2 i32) @@ -90799,138 +90799,138 @@ call $~lib/builtins/abort unreachable end - call $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testReduce<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testReduce<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testReduce<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testReduce<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testReduce<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testReduce<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testReduce<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testReduce<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testReduce<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testReduce<~lib/typedarray/Float64Array,f64> - call $std/typedarray/testAt<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testAt<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testAt<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testAt<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testAt<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testAt<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testAt<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testAt<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testAt<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testAt<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testAt<~lib/typedarray/Float64Array,f64> - call $std/typedarray/testReduceRight<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testReduceRight<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testReduceRight<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testReduceRight<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testReduceRight<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testReduceRight<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testReduceRight<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testReduceRight<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testReduceRight<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testReduceRight<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testReduceRight<~lib/typedarray/Float64Array,f64> - call $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testArrayMap<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testArrayMap<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArrayMap<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArrayMap<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArrayMap<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArrayMap<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArrayMap<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64> - call $std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testArrayFilter<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64> - call $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testArraySome<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testArraySome<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArraySome<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArraySome<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArraySome<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64> - call $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArrayFindIndex<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64> - call $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float64Array,f64> - call $std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testArrayEvery<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArrayEvery<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArrayEvery<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArrayEvery<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArrayEvery<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64> - call $std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testArrayForEach<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testArrayForEach<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArrayForEach<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArrayForEach<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArrayForEach<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArrayForEach<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArrayForEach<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArrayForEach<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArrayForEach<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testArrayForEach<~lib/typedarray/Float64Array,f64> - call $std/typedarray/testArrayReverse<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testArrayReverse<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testArrayReverse<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArrayReverse<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArrayReverse<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArrayReverse<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArrayReverse<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArrayReverse<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArrayReverse<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArrayReverse<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testArrayReverse<~lib/typedarray/Float64Array,f64> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float64Array,f64> + call $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testReduce<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testReduce<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testReduce<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testReduce<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testReduce<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testReduce<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testReduce<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testReduce<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testReduce<~lib/typedarray/Float64Array,f64>" + call $"std/typedarray/testAt<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testAt<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testAt<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testAt<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testAt<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testAt<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testAt<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testAt<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testAt<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testAt<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testAt<~lib/typedarray/Float64Array,f64>" + call $"std/typedarray/testReduceRight<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testReduceRight<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testReduceRight<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testReduceRight<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testReduceRight<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testReduceRight<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testReduceRight<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testReduceRight<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testReduceRight<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testReduceRight<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testReduceRight<~lib/typedarray/Float64Array,f64>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64>" + call $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testArraySome<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testArraySome<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testArraySome<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testArraySome<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testArraySome<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>" + call $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testArrayFindIndex<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>" + call $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testArrayFindLastIndex<~lib/typedarray/Float64Array,f64>" + call $"std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testArrayEvery<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testArrayEvery<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testArrayEvery<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testArrayEvery<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64>" + call $"std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testArrayForEach<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testArrayForEach<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testArrayForEach<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testArrayForEach<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testArrayForEach<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testArrayForEach<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testArrayForEach<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testArrayForEach<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testArrayForEach<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testArrayForEach<~lib/typedarray/Float64Array,f64>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Float64Array,f64>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float64Array,f64>" global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 1 @@ -91045,17 +91045,17 @@ call $~lib/builtins/abort unreachable end - call $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testArrayJoinAndToString<~lib/typedarray/Float64Array,f64> + call $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testArrayJoinAndToString<~lib/typedarray/Float64Array,f64>" global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 0 @@ -91132,17 +91132,17 @@ call $~lib/builtins/abort unreachable end - call $std/typedarray/testArrayWrap<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testArrayWrap<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testArrayWrap<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArrayWrap<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArrayWrap<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArrayWrap<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArrayWrap<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArrayWrap<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArrayWrap<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArrayWrap<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testArrayWrap<~lib/typedarray/Float64Array,f64> + call $"std/typedarray/testArrayWrap<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Float64Array,f64>" call $std/typedarray/testTypedArraySet<~lib/typedarray/Int8Array> call $std/typedarray/testTypedArraySet<~lib/typedarray/Uint8Array> call $std/typedarray/testTypedArraySet<~lib/typedarray/Uint8ClampedArray> @@ -91447,17 +91447,17 @@ i32.store offset=20 local.get $100 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> - call $std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testArraySort<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testArraySort<~lib/typedarray/Float64Array,f64> + call $"std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testArraySort<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testArraySort<~lib/typedarray/Float64Array,f64>" global.get $~lib/memory/__heap_base global.set $~lib/memory/__stack_pointer call $~lib/rt/itcms/__collect diff --git a/tests/compiler/std/typedarray.release.wat b/tests/compiler/std/typedarray.release.wat index 7ea4d1b913..6b63063fcc 100644 --- a/tests/compiler/std/typedarray.release.wat +++ b/tests/compiler/std/typedarray.release.wat @@ -1,7 +1,7 @@ (module (type $0 (func (param i32 i32) (result i32))) - (type $1 (func)) - (type $2 (func (param i32 i32 i32) (result i32))) + (type $1 (func (param i32 i32 i32) (result i32))) + (type $2 (func)) (type $3 (func (param i32) (result i32))) (type $4 (func (param i32 i32 i32))) (type $5 (func (param i32 i32))) @@ -674,7 +674,7 @@ (data $304 (i32.const 16000) "O\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00A\08\00\00A\00\00\00A\00\00\00\81\08\00\00\81\00\00\00\01\t\00\00\01\01\00\00\01\n\00\00\01\02\00\00\01\19\00\00\01\1a\00\00\00\00\00\00B\08\00\00\02\t") (data $304.1 (i32.const 16252) "\02\19\00\00\02\1a\00\00B\00\00\00\82\08\00\00\82\00\00\00\02\01\00\00\02\n\00\00\02\02") (table $0 166 166 funcref) - (elem $0 (i32.const 1) $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testReduce<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|1 $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|1 $std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int16Array,i16>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int32Array,i32>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Int64Array,i64>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArrayForEach<~lib/typedarray/Float64Array,f64>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64>~anonymous|0 $~lib/util/sort/COMPARATOR~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32>~anonymous|0 $std/typedarray/testArraySort<~lib/typedarray/Float64Array,f64>~anonymous|0) + (elem $0 (i32.const 1) $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Float64Array,f64>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testReduce<~lib/typedarray/Float64Array,f64>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|1" $"std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0" $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|1" $"std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64>~anonymous|0" $"std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Int16Array,i16>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Int32Array,i32>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Int64Array,i64>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testArrayForEach<~lib/typedarray/Float64Array,f64>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64>~anonymous|0" $~lib/util/sort/COMPARATOR~anonymous|0 $"std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32>~anonymous|0" $"std/typedarray/testArraySort<~lib/typedarray/Float64Array,f64>~anonymous|0") (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots @@ -1744,11 +1744,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -2135,14 +2134,13 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 i32.lt_u i32.const 10 i32.shl - local.get $2 i32.add global.set $~lib/rt/itcms/threshold end @@ -2205,7 +2203,6 @@ local.get $1 ) (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) - (local $2 i32) local.get $1 i32.eqz if @@ -2222,7 +2219,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $2 local.get $1 i32.const 20 i32.sub @@ -2239,7 +2235,7 @@ i32.const 3 i32.and local.tee $0 - local.get $2 + global.get $~lib/rt/itcms/white i32.eqz i32.eq if @@ -2722,47 +2718,47 @@ i64.lt_s i32.sub ) - (func $std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32) + (func $"std/typedarray/testReduce<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32) local.get $0 local.get $1 i32.add ) - (func $std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0 (param $0 i64) (param $1 i64) (param $2 i32) (param $3 i32) (result i64) + (func $"std/typedarray/testReduce<~lib/typedarray/Int64Array,i64>~anonymous|0" (param $0 i64) (param $1 i64) (param $2 i32) (param $3 i32) (result i64) local.get $0 local.get $1 i64.add ) - (func $std/typedarray/testReduce<~lib/typedarray/Float32Array,f32>~anonymous|0 (param $0 f32) (param $1 f32) (param $2 i32) (param $3 i32) (result f32) + (func $"std/typedarray/testReduce<~lib/typedarray/Float32Array,f32>~anonymous|0" (param $0 f32) (param $1 f32) (param $2 i32) (param $3 i32) (result f32) local.get $0 local.get $1 f32.add ) - (func $std/typedarray/testReduce<~lib/typedarray/Float64Array,f64>~anonymous|0 (param $0 f64) (param $1 f64) (param $2 i32) (param $3 i32) (result f64) + (func $"std/typedarray/testReduce<~lib/typedarray/Float64Array,f64>~anonymous|0" (param $0 f64) (param $1 f64) (param $2 i32) (param $3 i32) (result f64) local.get $0 local.get $1 f64.add ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 local.get $0 i32.mul ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>~anonymous|0 (param $0 i64) (param $1 i32) (param $2 i32) (result i64) + (func $"std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>~anonymous|0" (param $0 i64) (param $1 i32) (param $2 i32) (result i64) local.get $0 local.get $0 i64.mul ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32>~anonymous|0 (param $0 f32) (param $1 i32) (param $2 i32) (result f32) + (func $"std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32>~anonymous|0" (param $0 f32) (param $1 i32) (param $2 i32) (result f32) local.get $0 local.get $0 f32.mul ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64>~anonymous|0 (param $0 f64) (param $1 i32) (param $2 i32) (result f64) + (func $"std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64>~anonymous|0" (param $0 f64) (param $1 i32) (param $2 i32) (result f64) local.get $0 local.get $0 f64.mul ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.extend8_s i32.const 2 @@ -2806,181 +2802,181 @@ memory.copy local.get $2 ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.const 255 i32.and i32.const 2 i32.gt_u ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.extend16_s i32.const 2 i32.gt_s ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.const 65535 i32.and i32.const 2 i32.gt_u ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.const 2 i32.gt_s ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.const 2 i32.gt_u ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64>~anonymous|0 (param $0 i64) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64>~anonymous|0" (param $0 i64) (param $1 i32) (param $2 i32) (result i32) local.get $0 i64.const 2 i64.gt_s ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64>~anonymous|0 (param $0 i64) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64>~anonymous|0" (param $0 i64) (param $1 i32) (param $2 i32) (result i32) local.get $0 i64.const 2 i64.gt_u ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32>~anonymous|0 (param $0 f32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32>~anonymous|0" (param $0 f32) (param $1 i32) (param $2 i32) (result i32) local.get $0 f32.const 2 f32.gt ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64>~anonymous|0 (param $0 f64) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64>~anonymous|0" (param $0 f64) (param $1 i32) (param $2 i32) (result i32) local.get $0 f64.const 2 f64.gt ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.const 255 i32.and i32.const 2 i32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|1 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Int8Array,i8>~anonymous|1" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.const 255 i32.and i32.eqz ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.const 65535 i32.and i32.const 2 i32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|1 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Int16Array,i16>~anonymous|1" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.const 65535 i32.and i32.eqz ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.const 2 i32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|1 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Int32Array,i32>~anonymous|1" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.eqz ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0 (param $0 i64) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|0" (param $0 i64) (param $1 i32) (param $2 i32) (result i32) local.get $0 i64.const 2 i64.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|1 (param $0 i64) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Int64Array,i64>~anonymous|1" (param $0 i64) (param $1 i32) (param $2 i32) (result i32) local.get $0 i64.eqz ) - (func $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0 (param $0 f32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|0" (param $0 f32) (param $1 i32) (param $2 i32) (result i32) local.get $0 f32.const 2 f32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|1 (param $0 f32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Float32Array,f32>~anonymous|1" (param $0 f32) (param $1 i32) (param $2 i32) (result i32) local.get $0 f32.const 0 f32.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0 (param $0 f64) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|0" (param $0 f64) (param $1 i32) (param $2 i32) (result i32) local.get $0 f64.const 2 f64.eq ) - (func $std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|1 (param $0 f64) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArraySome<~lib/typedarray/Float64Array,f64>~anonymous|1" (param $0 f64) (param $1 i32) (param $2 i32) (result i32) local.get $0 f64.const 0 f64.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int8Array,i8>~anonymous|1" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.const 255 i32.and i32.const 4 i32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int16Array,i16>~anonymous|1" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.const 65535 i32.and i32.const 4 i32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int32Array,i32>~anonymous|1" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.const 4 i32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1 (param $0 i64) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Int64Array,i64>~anonymous|1" (param $0 i64) (param $1 i32) (param $2 i32) (result i32) local.get $0 i64.const 4 i64.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|1 (param $0 f32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float32Array,f32>~anonymous|1" (param $0 f32) (param $1 i32) (param $2 i32) (result i32) local.get $0 f32.const 4 f32.eq ) - (func $std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|1 (param $0 f64) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayFindIndex<~lib/typedarray/Float64Array,f64>~anonymous|1" (param $0 f64) (param $1 i32) (param $2 i32) (result i32) local.get $0 f64.const 4 f64.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.extend8_s i32.const 1 i32.and i32.eqz ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Uint8Array,u8>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.const 1 i32.and i32.eqz ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Int16Array,i16>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) (result i32) local.get $0 i32.extend16_s i32.const 1 i32.and i32.eqz ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|0 (param $0 i64) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Int64Array,i64>~anonymous|0" (param $0 i64) (param $1 i32) (param $2 i32) (result i32) local.get $0 i64.const 1 i64.and i64.eqz ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32>~anonymous|0 (param $0 f32) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Float32Array,f32>~anonymous|0" (param $0 f32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) block $__inlined_func$~lib/math/NativeMathf.mod (result f32) @@ -3130,7 +3126,7 @@ f32.const 0 f32.eq ) - (func $std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64>~anonymous|0 (param $0 f64) (param $1 i32) (param $2 i32) (result i32) + (func $"std/typedarray/testArrayEvery<~lib/typedarray/Float64Array,f64>~anonymous|0" (param $0 f64) (param $1 i32) (param $2 i32) (result i32) (local $3 i64) (local $4 i64) (local $5 i64) @@ -5067,7 +5063,6 @@ i32.const 348 i32.const -61 global.get $~lib/util/number/_exp - local.tee $7 i32.sub f64.convert_i32_s f64.const 0.30102999566398114 @@ -5076,8 +5071,8 @@ f64.add local.tee $1 i32.trunc_sat_f64_s - local.tee $8 - local.get $8 + local.tee $7 + local.get $7 f64.convert_i32_s local.get $1 f64.ne @@ -5086,18 +5081,18 @@ i32.shr_s i32.const 1 i32.add - local.tee $8 + local.tee $7 i32.const 3 i32.shl - local.tee $9 + local.tee $8 i32.sub global.set $~lib/util/number/_K - local.get $9 + local.get $8 i32.const 9864 i32.add i64.load global.set $~lib/util/number/_frc_pow - local.get $8 + local.get $7 i32.const 1 i32.shl i32.const 10560 @@ -5216,8 +5211,8 @@ i64.shr_u i64.add local.get $6 - local.get $7 global.get $~lib/util/number/_exp_pow + global.get $~lib/util/number/_exp i32.add i32.const -64 i32.sub @@ -5723,7 +5718,7 @@ i32.extend8_s i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $0 i32) (param $1 i32) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $0 i32) (param $1 i32) (result i32) local.get $1 i32.extend8_s local.tee $1 @@ -6144,7 +6139,7 @@ i32.lt_u i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>~anonymous|0 (param $0 i32) (param $1 i32) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>~anonymous|0" (param $0 i32) (param $1 i32) (result i32) local.get $1 i32.const 255 i32.and @@ -6596,7 +6591,7 @@ i32.extend16_s i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16>~anonymous|0 (param $0 i32) (param $1 i32) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16>~anonymous|0" (param $0 i32) (param $1 i32) (result i32) local.get $1 i32.extend16_s local.tee $1 @@ -7054,7 +7049,7 @@ i32.lt_u i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16>~anonymous|0 (param $0 i32) (param $1 i32) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16>~anonymous|0" (param $0 i32) (param $1 i32) (result i32) local.get $1 i32.const 65535 i32.and @@ -7504,7 +7499,7 @@ local.get $1 i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32>~anonymous|0 (param $0 i32) (param $1 i32) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32>~anonymous|0" (param $0 i32) (param $1 i32) (result i32) local.get $0 local.get $1 i32.lt_s @@ -7952,7 +7947,7 @@ i32.lt_u i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32>~anonymous|0 (param $0 i32) (param $1 i32) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32>~anonymous|0" (param $0 i32) (param $1 i32) (result i32) local.get $0 local.get $1 i32.lt_u @@ -8403,7 +8398,7 @@ i64.lt_s i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64>~anonymous|0 (param $0 i64) (param $1 i64) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64>~anonymous|0" (param $0 i64) (param $1 i64) (result i32) local.get $0 local.get $1 i64.lt_s @@ -8854,7 +8849,7 @@ i64.lt_u i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64>~anonymous|0 (param $0 i64) (param $1 i64) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64>~anonymous|0" (param $0 i64) (param $1 i64) (result i32) local.get $0 local.get $1 i64.lt_u @@ -9325,7 +9320,7 @@ i32.lt_s i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32>~anonymous|0 (param $0 f32) (param $1 f32) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32>~anonymous|0" (param $0 f32) (param $1 f32) (result i32) local.get $0 local.get $1 f32.lt @@ -9334,7 +9329,7 @@ f32.gt i32.sub ) - (func $std/typedarray/testArraySort<~lib/typedarray/Float64Array,f64>~anonymous|0 (param $0 f64) (param $1 f64) (result i32) + (func $"std/typedarray/testArraySort<~lib/typedarray/Float64Array,f64>~anonymous|0" (param $0 f64) (param $1 f64) (result i32) local.get $0 local.get $1 f64.lt @@ -9344,7 +9339,6 @@ i32.sub ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) block $folding-inner3 block $folding-inner2 block $folding-inner1 @@ -9376,10 +9370,9 @@ i32.lt_s br_if $folding-inner3 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -9400,10 +9393,9 @@ i32.lt_s br_if $folding-inner3 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -9435,7 +9427,6 @@ call $start:std/typedarray ) (func $~lib/arraybuffer/ArrayBufferView#constructor (param $0 i32) (param $1 i32) (param $2 i32) (result i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -9452,16 +9443,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 local.get $0 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 3 call $~lib/rt/itcms/__new @@ -9543,7 +9533,6 @@ ) (func $~lib/typedarray/Int8Array#constructor (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -9560,20 +9549,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 4 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 local.get $0 i32.const 0 @@ -9588,7 +9575,6 @@ ) (func $~lib/arraybuffer/ArrayBufferView#get:byteOffset (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -9605,31 +9591,29 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + local.get $1 local.get $0 i32.load i32.sub local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/typedarray/Int8Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -9646,16 +9630,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=8 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -9663,7 +9646,6 @@ ) (func $~lib/typedarray/Uint8Array#constructor (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -9680,20 +9662,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 5 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 local.get $0 i32.const 0 @@ -9708,7 +9688,6 @@ ) (func $~lib/typedarray/Uint8ClampedArray#constructor (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -9725,20 +9704,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 6 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 local.get $0 i32.const 0 @@ -9753,7 +9730,6 @@ ) (func $~lib/typedarray/Int16Array#constructor (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -9770,20 +9746,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 7 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 local.get $0 i32.const 1 @@ -9797,7 +9771,6 @@ local.get $0 ) (func $~lib/typedarray/Int16Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -9814,10 +9787,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -9825,7 +9797,7 @@ i32.const 1 i32.shr_u local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -9833,7 +9805,6 @@ ) (func $~lib/typedarray/Uint16Array#constructor (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -9850,20 +9821,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 8 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 local.get $0 i32.const 1 @@ -9878,7 +9847,6 @@ ) (func $~lib/typedarray/Int32Array#constructor (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -9895,20 +9863,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 9 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 local.get $0 i32.const 2 @@ -9922,7 +9888,6 @@ local.get $0 ) (func $~lib/typedarray/Int32Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -9939,10 +9904,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -9950,7 +9914,7 @@ i32.const 2 i32.shr_u local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -9958,7 +9922,6 @@ ) (func $~lib/typedarray/Uint32Array#constructor (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -9975,20 +9938,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 10 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 local.get $0 i32.const 2 @@ -10003,7 +9964,6 @@ ) (func $~lib/typedarray/Int64Array#constructor (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -10020,20 +9980,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 11 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 local.get $0 i32.const 3 @@ -10047,7 +10005,6 @@ local.get $0 ) (func $~lib/typedarray/Int64Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -10064,10 +10021,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -10075,7 +10031,7 @@ i32.const 3 i32.shr_u local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -10083,7 +10039,6 @@ ) (func $~lib/typedarray/Uint64Array#constructor (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -10100,20 +10055,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 12 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 local.get $0 i32.const 3 @@ -10128,7 +10081,6 @@ ) (func $~lib/typedarray/Float32Array#constructor (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -10145,20 +10097,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 13 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 local.get $0 i32.const 2 @@ -10173,7 +10123,6 @@ ) (func $~lib/typedarray/Float64Array#constructor (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -10190,20 +10139,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 14 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 local.get $0 i32.const 3 @@ -10234,11 +10181,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 48 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 call $~lib/typedarray/Int8Array#constructor local.tee $1 @@ -10788,7 +10734,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/typedarray/Int32Array#__set (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -10805,10 +10750,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -10826,7 +10770,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -10837,13 +10780,12 @@ i32.add local.get $2 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/typedarray/Int32Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -10860,10 +10802,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -10881,7 +10822,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -10892,7 +10832,7 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -10918,42 +10858,41 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $5 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 9 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 + local.get $4 local.get $0 i32.load - local.tee $4 + local.tee $5 i32.store - local.get $3 local.get $4 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 + local.get $4 local.get $0 i32.load offset=4 local.get $1 @@ -10961,7 +10900,7 @@ i32.lt_s if (result i32) local.get $1 - local.get $5 + local.get $3 i32.add local.tee $0 i32.const 0 @@ -10971,9 +10910,9 @@ select else local.get $1 - local.get $5 + local.get $3 local.get $1 - local.get $5 + local.get $3 i32.lt_s select end @@ -10982,13 +10921,13 @@ i32.shl i32.add i32.store offset=4 - local.get $3 + local.get $4 local.get $2 i32.const 0 i32.lt_s if (result i32) local.get $2 - local.get $5 + local.get $3 i32.add local.tee $1 i32.const 0 @@ -10998,9 +10937,9 @@ select else local.get $2 - local.get $5 + local.get $3 local.get $2 - local.get $5 + local.get $3 i32.lt_s select end @@ -11019,10 +10958,9 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $4 ) (func $~lib/typedarray/Float64Array#__set (param $0 i32) (param $1 i32) (param $2 f64) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -11039,10 +10977,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -11060,7 +10997,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -11071,7 +11007,7 @@ i32.add local.get $2 f64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -11096,42 +11032,41 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $5 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 14 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 + local.get $4 local.get $0 i32.load - local.tee $4 + local.tee $5 i32.store - local.get $3 local.get $4 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 + local.get $4 local.get $0 i32.load offset=4 local.get $1 @@ -11139,7 +11074,7 @@ i32.lt_s if (result i32) local.get $1 - local.get $5 + local.get $3 i32.add local.tee $0 i32.const 0 @@ -11149,9 +11084,9 @@ select else local.get $1 - local.get $5 + local.get $3 local.get $1 - local.get $5 + local.get $3 i32.lt_s select end @@ -11160,13 +11095,13 @@ i32.shl i32.add i32.store offset=4 - local.get $3 + local.get $4 local.get $2 i32.const 0 i32.lt_s if (result i32) local.get $2 - local.get $5 + local.get $3 i32.add local.tee $1 i32.const 0 @@ -11176,9 +11111,9 @@ select else local.get $2 - local.get $5 + local.get $3 local.get $2 - local.get $5 + local.get $3 i32.lt_s select end @@ -11197,7 +11132,7 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $4 ) (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) @@ -11654,16 +11589,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -11684,7 +11618,6 @@ ) (func $~lib/typedarray/Float64Array#sort@varargs (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -11701,10 +11634,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 block $1of1 @@ -11722,10 +11654,9 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $0 @@ -11740,7 +11671,6 @@ ) (func $~lib/typedarray/Float64Array#__get (param $0 i32) (param $1 i32) (result f64) (local $2 f64) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -11757,10 +11687,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -11778,7 +11707,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -11789,14 +11717,13 @@ i32.add f64.load local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $2 ) (func $~lib/typedarray/Uint8ClampedArray#__set (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -11813,10 +11740,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -11832,7 +11758,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $1 @@ -11853,13 +11778,12 @@ i32.xor i32.and i32.store8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/typedarray/Uint8ClampedArray#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -11876,10 +11800,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -11895,7 +11818,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $1 @@ -11904,14 +11826,13 @@ i32.add i32.load8_u local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/typedarray/Int8Array#__set (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -11928,10 +11849,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -11947,7 +11867,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $1 @@ -11956,14 +11875,13 @@ i32.add local.get $2 i32.store8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/typedarray/Int8Array#fill (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -11980,16 +11898,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -12039,7 +11956,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/array/Array#get:length (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -12056,23 +11972,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/typedarray/Int8Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -12089,10 +12003,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -12108,7 +12021,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $1 @@ -12117,7 +12029,7 @@ i32.add i32.load8_s local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -12128,7 +12040,6 @@ (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -12140,10 +12051,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -12162,10 +12072,10 @@ i32.store local.get $0 call $~lib/typedarray/Int8Array#get:length - local.set $5 + local.set $4 loop $for-loop|0 local.get $2 - local.get $5 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer @@ -12174,7 +12084,7 @@ local.get $0 local.get $2 call $~lib/typedarray/Int8Array#__get - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -12187,10 +12097,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $2 @@ -12206,7 +12115,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $1 i32.store local.get $2 @@ -12214,13 +12122,13 @@ i32.load offset=4 i32.add i32.load8_s - local.set $6 - local.get $4 + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $3 - local.get $6 + local.get $5 i32.ne br_if $folding-inner1 local.get $2 @@ -12320,42 +12228,41 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int8Array#get:length - local.set $5 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 4 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 + local.get $4 local.get $0 i32.load - local.tee $4 + local.tee $5 i32.store - local.get $3 local.get $4 + local.get $5 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 + local.get $4 local.get $0 i32.load offset=4 local.get $1 @@ -12363,7 +12270,7 @@ i32.lt_s if (result i32) local.get $1 - local.get $5 + local.get $3 i32.add local.tee $0 i32.const 0 @@ -12373,22 +12280,22 @@ select else local.get $1 - local.get $5 + local.get $3 local.get $1 - local.get $5 + local.get $3 i32.lt_s select end local.tee $0 i32.add i32.store offset=4 - local.get $3 + local.get $4 local.get $2 i32.const 0 i32.lt_s if (result i32) local.get $2 - local.get $5 + local.get $3 i32.add local.tee $1 i32.const 0 @@ -12398,9 +12305,9 @@ select else local.get $2 - local.get $5 + local.get $3 local.get $2 - local.get $5 + local.get $3 i32.lt_s select end @@ -12417,11 +12324,10 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $4 ) (func $~lib/typedarray/Int32Array#fill (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -12438,16 +12344,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $5 - local.get $4 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $2 @@ -12492,7 +12397,7 @@ local.get $2 i32.gt_s if - local.get $5 + local.get $4 local.get $2 i32.const 2 i32.shl @@ -12512,7 +12417,7 @@ local.get $2 i32.gt_s if - local.get $5 + local.get $4 local.get $2 i32.const 2 i32.shl @@ -12533,7 +12438,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -12550,10 +12454,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -12569,7 +12472,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -12580,7 +12482,7 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -12606,10 +12508,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -12724,7 +12625,6 @@ (func $~lib/typedarray/Int32Array#slice (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -12741,16 +12641,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -12808,36 +12707,35 @@ i32.const 0 i32.gt_s select - local.tee $3 + local.tee $2 call $~lib/typedarray/Int32Array#constructor - local.tee $4 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $4 + local.get $3 i32.store offset=4 - local.get $4 + local.get $3 i32.load offset=4 - local.set $5 - local.get $2 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $5 + local.get $4 local.get $0 i32.load offset=4 local.get $1 i32.const 2 i32.shl i32.add - local.get $3 + local.get $2 i32.const 2 i32.shl memory.copy - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $3 ) (func $~lib/typedarray/Int32Array#slice@varargs (param $0 i32) (result i32) (local $1 i32) @@ -12903,13 +12801,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -13069,7 +12966,6 @@ local.get $0 ) (func $~lib/typedarray/Uint8Array#__set (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -13086,10 +12982,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -13105,7 +13000,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $1 @@ -13114,7 +13008,7 @@ i32.add local.get $2 i32.store8 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -13141,25 +13035,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -13202,7 +13095,6 @@ local.get $3 ) (func $~lib/typedarray/Int16Array#__set (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -13219,10 +13111,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -13240,7 +13131,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -13251,13 +13141,12 @@ i32.add local.get $2 i32.store16 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/typedarray/Uint16Array#__set (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -13274,10 +13163,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -13295,7 +13183,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -13306,13 +13193,12 @@ i32.add local.get $2 i32.store16 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/typedarray/Uint32Array#__set (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -13329,10 +13215,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -13350,7 +13235,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -13361,13 +13245,12 @@ i32.add local.get $2 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/typedarray/Int64Array#__set (param $0 i32) (param $1 i32) (param $2 i64) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -13384,10 +13267,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -13405,7 +13287,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -13416,13 +13297,12 @@ i32.add local.get $2 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/typedarray/Uint64Array#__set (param $0 i32) (param $1 i32) (param $2 i64) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -13439,10 +13319,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -13460,7 +13339,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -13471,13 +13349,12 @@ i32.add local.get $2 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/typedarray/Float32Array#__set (param $0 i32) (param $1 i32) (param $2 f32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -13494,10 +13371,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -13515,7 +13391,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -13526,7 +13401,7 @@ i32.add local.get $2 f32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -13549,10 +13424,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -13577,7 +13451,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $1 @@ -13586,7 +13459,7 @@ i32.add i32.load8_s local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -13610,10 +13483,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -13638,7 +13510,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $1 @@ -13647,7 +13518,7 @@ i32.add i32.load8_u local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -13671,10 +13542,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -13699,7 +13569,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $1 @@ -13708,7 +13577,7 @@ i32.add i32.load8_u local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -13732,10 +13601,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -13762,7 +13630,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -13773,7 +13640,7 @@ i32.add i32.load16_s local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -13797,10 +13664,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -13827,7 +13693,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -13838,7 +13703,7 @@ i32.add i32.load16_u local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -13862,10 +13727,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -13892,7 +13756,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -13903,7 +13766,7 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -13927,10 +13790,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -13957,7 +13819,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -13968,15 +13829,15 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) (func $~lib/typedarray/Int64Array#at (param $0 i32) (param $1 i32) (result i64) - (local $2 i64) - (local $3 i32) + (local $2 i32) + (local $3 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -13993,10 +13854,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -14004,7 +13864,7 @@ i32.load offset=8 i32.const 3 i32.shr_u - local.tee $3 + local.tee $2 i32.const 0 local.get $1 i32.const 0 @@ -14012,7 +13872,7 @@ select i32.add local.tee $1 - local.get $3 + local.get $2 i32.ge_u if i32.const 1360 @@ -14023,7 +13883,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -14033,16 +13892,16 @@ i32.shl i32.add i64.load - local.set $2 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $3 ) (func $~lib/typedarray/Uint64Array#at (param $0 i32) (param $1 i32) (result i64) - (local $2 i64) - (local $3 i32) + (local $2 i32) + (local $3 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -14059,10 +13918,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -14070,7 +13928,7 @@ i32.load offset=8 i32.const 3 i32.shr_u - local.tee $3 + local.tee $2 i32.const 0 local.get $1 i32.const 0 @@ -14078,7 +13936,7 @@ select i32.add local.tee $1 - local.get $3 + local.get $2 i32.ge_u if i32.const 1360 @@ -14089,7 +13947,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -14099,16 +13956,16 @@ i32.shl i32.add i64.load - local.set $2 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $3 ) (func $~lib/typedarray/Float32Array#at (param $0 i32) (param $1 i32) (result f32) - (local $2 f32) - (local $3 i32) + (local $2 i32) + (local $3 f32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -14125,10 +13982,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -14136,7 +13992,7 @@ i32.load offset=8 i32.const 2 i32.shr_u - local.tee $3 + local.tee $2 i32.const 0 local.get $1 i32.const 0 @@ -14144,7 +14000,7 @@ select i32.add local.tee $1 - local.get $3 + local.get $2 i32.ge_u if i32.const 1360 @@ -14155,7 +14011,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -14165,16 +14020,16 @@ i32.shl i32.add f32.load - local.set $2 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $3 ) (func $~lib/typedarray/Float64Array#at (param $0 i32) (param $1 i32) (result f64) - (local $2 f64) - (local $3 i32) + (local $2 i32) + (local $3 f64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -14191,10 +14046,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -14202,7 +14056,7 @@ i32.load offset=8 i32.const 3 i32.shr_u - local.tee $3 + local.tee $2 i32.const 0 local.get $1 i32.const 0 @@ -14210,7 +14064,7 @@ select i32.add local.tee $1 - local.get $3 + local.get $2 i32.ge_u if i32.const 1360 @@ -14221,7 +14075,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -14231,12 +14084,12 @@ i32.shl i32.add f64.load - local.set $2 - local.get $3 + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $3 ) (func $~lib/typedarray/Uint8Array#reduceRight (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -14259,25 +14112,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -14321,7 +14173,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -14340,42 +14192,41 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int8Array#constructor - local.tee $6 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=4 - local.get $6 + local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=4 - local.get $6 + local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=4 - local.get $6 + local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3600 @@ -14389,95 +14240,94 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3600 i32.store offset=4 - local.get $1 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=8 - local.get $6 + local.get $0 call $~lib/typedarray/Int8Array#get:length - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=8 - local.get $6 + local.get $0 i32.load offset=4 - local.set $3 + local.set $6 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 4 call $~lib/rt/itcms/__new - local.tee $5 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $3 i32.store offset=16 loop $for-loop|0 - local.get $0 - local.get $1 + local.get $2 + local.get $4 i32.lt_s if - local.get $0 - local.get $3 + local.get $2 + local.get $6 i32.add i32.load8_s - local.set $4 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $0 - local.get $7 + local.get $2 + local.get $3 i32.add - local.get $4 + local.get $7 + local.get $2 local.get $0 - local.get $6 i32.const 3600 i32.load - call_indirect (type $2) + call_indirect (type $1) i32.store8 - local.get $0 + local.get $2 i32.const 1 i32.add - local.set $0 + local.set $2 br $for-loop|0 end end - local.get $5 - local.get $7 + local.get $1 + local.get $3 i32.store - local.get $5 - local.get $7 + local.get $1 + local.get $3 call $~lib/rt/itcms/__link - local.get $5 - local.get $7 + local.get $1 + local.get $3 i32.store offset=4 - local.get $5 local.get $1 + local.get $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $5 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 i32.const 0 call $~lib/typedarray/Int8Array#__get i32.const 1 @@ -14491,9 +14341,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 i32.const 1 call $~lib/typedarray/Int8Array#__get i32.const 4 @@ -14507,9 +14357,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 i32.const 2 call $~lib/typedarray/Int8Array#__get i32.const 9 @@ -14536,7 +14386,6 @@ unreachable ) (func $~lib/typedarray/Uint8Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -14553,10 +14402,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -14572,7 +14420,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $1 @@ -14581,13 +14428,13 @@ i32.add i32.load8_u local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint8Array,u8>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -14606,42 +14453,41 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8Array#constructor - local.tee $6 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=4 - local.get $6 + local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=4 - local.get $6 + local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=4 - local.get $6 + local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3632 @@ -14655,95 +14501,94 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3632 i32.store offset=4 - local.get $1 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=8 - local.get $6 + local.get $0 call $~lib/typedarray/Int8Array#get:length - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=8 - local.get $6 + local.get $0 i32.load offset=4 - local.set $3 + local.set $6 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 5 call $~lib/rt/itcms/__new - local.tee $5 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $3 i32.store offset=16 loop $for-loop|0 - local.get $0 - local.get $1 + local.get $2 + local.get $4 i32.lt_s if - local.get $0 - local.get $3 + local.get $2 + local.get $6 i32.add i32.load8_u - local.set $4 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $0 - local.get $7 + local.get $2 + local.get $3 i32.add - local.get $4 + local.get $7 + local.get $2 local.get $0 - local.get $6 i32.const 3632 i32.load - call_indirect (type $2) + call_indirect (type $1) i32.store8 - local.get $0 + local.get $2 i32.const 1 i32.add - local.set $0 + local.set $2 br $for-loop|0 end end - local.get $5 - local.get $7 + local.get $1 + local.get $3 i32.store - local.get $5 - local.get $7 + local.get $1 + local.get $3 call $~lib/rt/itcms/__link - local.get $5 - local.get $7 + local.get $1 + local.get $3 i32.store offset=4 - local.get $5 local.get $1 + local.get $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $5 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 i32.const 0 call $~lib/typedarray/Uint8Array#__get i32.const 1 @@ -14757,9 +14602,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 i32.const 1 call $~lib/typedarray/Uint8Array#__get i32.const 4 @@ -14773,9 +14618,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 i32.const 2 call $~lib/typedarray/Uint8Array#__get i32.const 9 @@ -14801,7 +14646,7 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint8ClampedArray,u8>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -14820,42 +14665,41 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor - local.tee $6 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=4 - local.get $6 + local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=4 - local.get $6 + local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=4 - local.get $6 + local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3664 @@ -14869,95 +14713,94 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3664 i32.store offset=4 - local.get $1 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=8 - local.get $6 + local.get $0 call $~lib/typedarray/Int8Array#get:length - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=8 - local.get $6 + local.get $0 i32.load offset=4 - local.set $3 + local.set $6 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 6 call $~lib/rt/itcms/__new - local.tee $5 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.const 1 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $3 i32.store offset=16 loop $for-loop|0 - local.get $0 - local.get $1 + local.get $2 + local.get $4 i32.lt_s if - local.get $0 - local.get $3 + local.get $2 + local.get $6 i32.add i32.load8_u - local.set $4 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $0 - local.get $7 + local.get $2 + local.get $3 i32.add - local.get $4 + local.get $7 + local.get $2 local.get $0 - local.get $6 i32.const 3664 i32.load - call_indirect (type $2) + call_indirect (type $1) i32.store8 - local.get $0 + local.get $2 i32.const 1 i32.add - local.set $0 + local.set $2 br $for-loop|0 end end - local.get $5 - local.get $7 + local.get $1 + local.get $3 i32.store - local.get $5 - local.get $7 + local.get $1 + local.get $3 call $~lib/rt/itcms/__link - local.get $5 - local.get $7 + local.get $1 + local.get $3 i32.store offset=4 - local.get $5 local.get $1 + local.get $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $5 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#__get i32.const 1 @@ -14971,9 +14814,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__get i32.const 4 @@ -14987,9 +14830,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $1 i32.store offset=4 - local.get $5 + local.get $1 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__get i32.const 9 @@ -15016,7 +14859,6 @@ unreachable ) (func $~lib/typedarray/Int16Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -15033,10 +14875,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -15054,7 +14895,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -15065,13 +14905,13 @@ i32.add i32.load16_s local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Int16Array,i16>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -15092,42 +14932,41 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor - local.tee $8 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3696 @@ -15141,101 +14980,100 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 - local.get $8 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3696 i32.store offset=4 - local.get $1 - local.get $8 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=8 - local.get $8 + local.get $0 call $~lib/typedarray/Int16Array#get:length - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=8 - local.get $8 + local.get $0 i32.load offset=4 - local.set $3 + local.set $6 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 7 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.const 1 i32.shl - local.tee $4 + local.tee $7 i32.const 1 call $~lib/rt/itcms/__new - local.tee $9 + local.tee $2 i32.store offset=16 loop $for-loop|0 - local.get $0 - local.get $1 + local.get $3 + local.get $4 i32.lt_s if + local.get $6 local.get $3 - local.get $0 i32.const 1 i32.shl - local.tee $5 + local.tee $8 i32.add i32.load16_s - local.set $6 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 - local.get $9 + local.get $2 + local.get $8 i32.add - local.get $6 + local.get $9 + local.get $3 local.get $0 - local.get $8 i32.const 3696 i32.load - call_indirect (type $2) + call_indirect (type $1) i32.store16 - local.get $0 + local.get $3 i32.const 1 i32.add - local.set $0 + local.set $3 br $for-loop|0 end end - local.get $7 - local.get $9 + local.get $1 + local.get $2 i32.store - local.get $7 - local.get $9 + local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $7 - local.get $9 + local.get $1 + local.get $2 i32.store offset=4 + local.get $1 local.get $7 - local.get $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 - local.get $7 + local.get $5 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 0 call $~lib/typedarray/Int16Array#__get i32.const 1 @@ -15249,9 +15087,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 1 call $~lib/typedarray/Int16Array#__get i32.const 4 @@ -15265,9 +15103,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 2 call $~lib/typedarray/Int16Array#__get i32.const 9 @@ -15294,7 +15132,6 @@ unreachable ) (func $~lib/typedarray/Uint16Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -15311,10 +15148,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -15332,7 +15168,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -15343,13 +15178,13 @@ i32.add i32.load16_u local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint16Array,u16>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -15370,42 +15205,41 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint16Array#constructor - local.tee $8 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3728 @@ -15419,101 +15253,100 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 - local.get $8 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3728 i32.store offset=4 - local.get $1 - local.get $8 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=8 - local.get $8 + local.get $0 call $~lib/typedarray/Int16Array#get:length - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=8 - local.get $8 + local.get $0 i32.load offset=4 - local.set $3 + local.set $6 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 8 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.const 1 i32.shl - local.tee $4 + local.tee $7 i32.const 1 call $~lib/rt/itcms/__new - local.tee $9 + local.tee $2 i32.store offset=16 loop $for-loop|0 - local.get $0 - local.get $1 + local.get $3 + local.get $4 i32.lt_s if + local.get $6 local.get $3 - local.get $0 i32.const 1 i32.shl - local.tee $5 + local.tee $8 i32.add i32.load16_u - local.set $6 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 - local.get $9 + local.get $2 + local.get $8 i32.add - local.get $6 + local.get $9 + local.get $3 local.get $0 - local.get $8 i32.const 3728 i32.load - call_indirect (type $2) + call_indirect (type $1) i32.store16 - local.get $0 + local.get $3 i32.const 1 i32.add - local.set $0 + local.set $3 br $for-loop|0 end end - local.get $7 - local.get $9 + local.get $1 + local.get $2 i32.store - local.get $7 - local.get $9 + local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $7 - local.get $9 + local.get $1 + local.get $2 i32.store offset=4 + local.get $1 local.get $7 - local.get $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 - local.get $7 + local.get $5 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 0 call $~lib/typedarray/Uint16Array#__get i32.const 1 @@ -15527,9 +15360,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 1 call $~lib/typedarray/Uint16Array#__get i32.const 4 @@ -15543,9 +15376,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 2 call $~lib/typedarray/Uint16Array#__get i32.const 9 @@ -15571,7 +15404,7 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Int32Array,i32>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -15592,42 +15425,41 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int32Array#constructor - local.tee $8 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3760 @@ -15641,101 +15473,100 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 - local.get $8 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3760 i32.store offset=4 - local.get $1 - local.get $8 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=8 - local.get $8 + local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=8 - local.get $8 + local.get $0 i32.load offset=4 - local.set $3 + local.set $6 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 9 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.const 2 i32.shl - local.tee $4 + local.tee $7 i32.const 1 call $~lib/rt/itcms/__new - local.tee $9 + local.tee $2 i32.store offset=16 loop $for-loop|0 - local.get $0 - local.get $1 + local.get $3 + local.get $4 i32.lt_s if + local.get $6 local.get $3 - local.get $0 i32.const 2 i32.shl - local.tee $5 + local.tee $8 i32.add i32.load - local.set $6 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 - local.get $9 + local.get $2 + local.get $8 i32.add - local.get $6 + local.get $9 + local.get $3 local.get $0 - local.get $8 i32.const 3760 i32.load - call_indirect (type $2) + call_indirect (type $1) i32.store - local.get $0 + local.get $3 i32.const 1 i32.add - local.set $0 + local.set $3 br $for-loop|0 end end - local.get $7 - local.get $9 + local.get $1 + local.get $2 i32.store - local.get $7 - local.get $9 + local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $7 - local.get $9 + local.get $1 + local.get $2 i32.store offset=4 + local.get $1 local.get $7 - local.get $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 - local.get $7 + local.get $5 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 0 call $~lib/typedarray/Int32Array#__get i32.const 1 @@ -15749,9 +15580,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 1 call $~lib/typedarray/Int32Array#__get i32.const 4 @@ -15765,9 +15596,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 2 call $~lib/typedarray/Int32Array#__get i32.const 9 @@ -15794,7 +15625,6 @@ unreachable ) (func $~lib/typedarray/Uint32Array#__get (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -15811,10 +15641,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -15832,7 +15661,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store local.get $0 @@ -15843,13 +15671,13 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint32Array,u32>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -15870,42 +15698,41 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint32Array#constructor - local.tee $8 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 0 i32.const 1 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 1 i32.const 2 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 2 i32.const 3 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3792 @@ -15919,101 +15746,100 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 - local.get $8 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3792 i32.store offset=4 - local.get $1 - local.get $8 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=8 - local.get $8 + local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=8 - local.get $8 + local.get $0 i32.load offset=4 - local.set $3 + local.set $6 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 10 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.const 2 i32.shl - local.tee $4 + local.tee $7 i32.const 1 call $~lib/rt/itcms/__new - local.tee $9 + local.tee $2 i32.store offset=16 loop $for-loop|0 - local.get $0 - local.get $1 + local.get $3 + local.get $4 i32.lt_s if + local.get $6 local.get $3 - local.get $0 i32.const 2 i32.shl - local.tee $5 + local.tee $8 i32.add i32.load - local.set $6 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 - local.get $9 + local.get $2 + local.get $8 i32.add - local.get $6 + local.get $9 + local.get $3 local.get $0 - local.get $8 i32.const 3792 i32.load - call_indirect (type $2) + call_indirect (type $1) i32.store - local.get $0 + local.get $3 i32.const 1 i32.add - local.set $0 + local.set $3 br $for-loop|0 end end - local.get $7 - local.get $9 + local.get $1 + local.get $2 i32.store - local.get $7 - local.get $9 + local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $7 - local.get $9 + local.get $1 + local.get $2 i32.store offset=4 + local.get $1 local.get $7 - local.get $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 - local.get $7 + local.get $5 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 0 call $~lib/typedarray/Uint32Array#__get i32.const 1 @@ -16027,9 +15853,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 1 call $~lib/typedarray/Uint32Array#__get i32.const 4 @@ -16043,9 +15869,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 2 call $~lib/typedarray/Uint32Array#__get i32.const 9 @@ -16073,7 +15899,6 @@ ) (func $~lib/typedarray/Int64Array#__get (param $0 i32) (param $1 i32) (result i64) (local $2 i64) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -16090,10 +15915,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -16111,7 +15935,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -16122,23 +15945,23 @@ i32.add i64.load local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>" (local $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i64) + (local $6 i32) (local $7 i32) (local $8 i32) - (local $9 i32) + (local $9 i64) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -16149,42 +15972,41 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor - local.tee $8 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 0 i64.const 1 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 1 i64.const 2 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 2 i64.const 3 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3824 @@ -16198,101 +16020,100 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 - local.get $8 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3824 i32.store offset=4 - local.get $1 - local.get $8 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=8 - local.get $8 + local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=8 - local.get $8 + local.get $0 i32.load offset=4 - local.set $3 + local.set $6 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 11 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.const 3 i32.shl - local.tee $4 + local.tee $7 i32.const 1 call $~lib/rt/itcms/__new - local.tee $9 + local.tee $2 i32.store offset=16 loop $for-loop|0 - local.get $0 - local.get $1 + local.get $3 + local.get $4 i32.lt_s if + local.get $6 local.get $3 - local.get $0 i32.const 3 i32.shl - local.tee $5 + local.tee $8 i32.add i64.load - local.set $6 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 - local.get $9 + local.get $2 + local.get $8 i32.add - local.get $6 + local.get $9 + local.get $3 local.get $0 - local.get $8 i32.const 3824 i32.load call_indirect (type $24) i64.store - local.get $0 + local.get $3 i32.const 1 i32.add - local.set $0 + local.set $3 br $for-loop|0 end end - local.get $7 - local.get $9 + local.get $1 + local.get $2 i32.store - local.get $7 - local.get $9 + local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $7 - local.get $9 + local.get $1 + local.get $2 i32.store offset=4 + local.get $1 local.get $7 - local.get $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 - local.get $7 + local.get $5 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 0 call $~lib/typedarray/Int64Array#__get i64.const 1 @@ -16306,9 +16127,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 1 call $~lib/typedarray/Int64Array#__get i64.const 4 @@ -16322,9 +16143,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 2 call $~lib/typedarray/Int64Array#__get i64.const 9 @@ -16352,7 +16173,6 @@ ) (func $~lib/typedarray/Uint64Array#__get (param $0 i32) (param $1 i32) (result i64) (local $2 i64) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -16369,10 +16189,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -16390,7 +16209,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -16401,23 +16219,23 @@ i32.add i64.load local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint64Array,u64>" (local $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i64) + (local $6 i32) (local $7 i32) (local $8 i32) - (local $9 i32) + (local $9 i64) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -16428,42 +16246,41 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint64Array#constructor - local.tee $8 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 0 i64.const 1 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 1 i64.const 2 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 2 i64.const 3 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3856 @@ -16477,101 +16294,100 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 - local.get $8 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3856 i32.store offset=4 - local.get $1 - local.get $8 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=8 - local.get $8 + local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=8 - local.get $8 + local.get $0 i32.load offset=4 - local.set $3 + local.set $6 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 12 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.const 3 i32.shl - local.tee $4 + local.tee $7 i32.const 1 call $~lib/rt/itcms/__new - local.tee $9 + local.tee $2 i32.store offset=16 loop $for-loop|0 - local.get $0 - local.get $1 + local.get $3 + local.get $4 i32.lt_s if + local.get $6 local.get $3 - local.get $0 i32.const 3 i32.shl - local.tee $5 + local.tee $8 i32.add i64.load - local.set $6 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 - local.get $9 + local.get $2 + local.get $8 i32.add - local.get $6 + local.get $9 + local.get $3 local.get $0 - local.get $8 i32.const 3856 i32.load call_indirect (type $24) i64.store - local.get $0 + local.get $3 i32.const 1 i32.add - local.set $0 + local.set $3 br $for-loop|0 end end - local.get $7 - local.get $9 + local.get $1 + local.get $2 i32.store - local.get $7 - local.get $9 + local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $7 - local.get $9 + local.get $1 + local.get $2 i32.store offset=4 + local.get $1 local.get $7 - local.get $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 - local.get $7 + local.get $5 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 0 call $~lib/typedarray/Uint64Array#__get i64.const 1 @@ -16585,9 +16401,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 1 call $~lib/typedarray/Uint64Array#__get i64.const 4 @@ -16601,9 +16417,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 2 call $~lib/typedarray/Uint64Array#__get i64.const 9 @@ -16631,7 +16447,6 @@ ) (func $~lib/typedarray/Float32Array#__get (param $0 i32) (param $1 i32) (result f32) (local $2 f32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -16648,10 +16463,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -16669,7 +16483,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store local.get $0 @@ -16680,23 +16493,23 @@ i32.add f32.load local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32>" (local $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 f32) + (local $6 i32) (local $7 i32) (local $8 i32) - (local $9 i32) + (local $9 f32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -16707,42 +16520,41 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float32Array#constructor - local.tee $8 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 0 f32.const 1 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 1 f32.const 2 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 2 f32.const 3 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3888 @@ -16756,101 +16568,100 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 - local.get $8 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3888 i32.store offset=4 - local.get $1 - local.get $8 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=8 - local.get $8 + local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=8 - local.get $8 + local.get $0 i32.load offset=4 - local.set $3 + local.set $6 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 13 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.const 2 i32.shl - local.tee $4 + local.tee $7 i32.const 1 call $~lib/rt/itcms/__new - local.tee $9 + local.tee $2 i32.store offset=16 loop $for-loop|0 - local.get $0 - local.get $1 + local.get $3 + local.get $4 i32.lt_s if + local.get $6 local.get $3 - local.get $0 i32.const 2 i32.shl - local.tee $5 + local.tee $8 i32.add f32.load - local.set $6 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 - local.get $9 + local.get $2 + local.get $8 i32.add - local.get $6 + local.get $9 + local.get $3 local.get $0 - local.get $8 i32.const 3888 i32.load call_indirect (type $29) f32.store - local.get $0 + local.get $3 i32.const 1 i32.add - local.set $0 + local.set $3 br $for-loop|0 end end - local.get $7 - local.get $9 + local.get $1 + local.get $2 i32.store - local.get $7 - local.get $9 + local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $7 - local.get $9 + local.get $1 + local.get $2 i32.store offset=4 + local.get $1 local.get $7 - local.get $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 - local.get $7 + local.get $5 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 0 call $~lib/typedarray/Float32Array#__get f32.const 1 @@ -16864,9 +16675,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 1 call $~lib/typedarray/Float32Array#__get f32.const 4 @@ -16880,9 +16691,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 2 call $~lib/typedarray/Float32Array#__get f32.const 9 @@ -16908,17 +16719,17 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64>" (local $0 i32) (local $1 i32) (local $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 f64) + (local $6 i32) (local $7 i32) (local $8 i32) - (local $9 i32) + (local $9 f64) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -16929,42 +16740,41 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float64Array#constructor - local.tee $8 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 0 f64.const 1 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 1 f64.const 2 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 - local.get $8 + local.get $0 i32.const 2 f64.const 3 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.set $2 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3920 @@ -16978,101 +16788,100 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 - local.get $8 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3920 i32.store offset=4 - local.get $1 - local.get $8 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=8 - local.get $8 + local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=8 - local.get $8 + local.get $0 i32.load offset=4 - local.set $3 + local.set $6 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 14 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.const 3 i32.shl - local.tee $4 + local.tee $7 i32.const 1 call $~lib/rt/itcms/__new - local.tee $9 + local.tee $2 i32.store offset=16 loop $for-loop|0 - local.get $0 - local.get $1 + local.get $3 + local.get $4 i32.lt_s if + local.get $6 local.get $3 - local.get $0 i32.const 3 i32.shl - local.tee $5 + local.tee $8 i32.add f64.load - local.set $6 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 - local.get $9 + local.get $2 + local.get $8 i32.add - local.get $6 + local.get $9 + local.get $3 local.get $0 - local.get $8 i32.const 3920 i32.load call_indirect (type $30) f64.store - local.get $0 + local.get $3 i32.const 1 i32.add - local.set $0 + local.set $3 br $for-loop|0 end end - local.get $7 - local.get $9 + local.get $1 + local.get $2 i32.store - local.get $7 - local.get $9 + local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $7 - local.get $9 + local.get $1 + local.get $2 i32.store offset=4 + local.get $1 local.get $7 - local.get $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 - local.get $7 + local.get $5 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 0 call $~lib/typedarray/Float64Array#__get f64.const 1 @@ -17086,9 +16895,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 1 call $~lib/typedarray/Float64Array#__get f64.const 4 @@ -17102,9 +16911,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 2 call $~lib/typedarray/Float64Array#__get f64.const 9 @@ -17130,7 +16939,7 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -17150,56 +16959,55 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/typedarray/Int8Array#constructor - local.tee $6 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 - local.get $6 + local.get $8 i32.const 0 i32.const 1 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 - local.get $6 + local.get $8 i32.const 1 i32.const 2 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 - local.get $6 + local.get $8 i32.const 2 i32.const 3 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 - local.get $6 + local.get $8 i32.const 3 i32.const 4 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 - local.get $6 + local.get $8 i32.const 5 i32.const 5 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.set $4 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3952 @@ -17213,105 +17021,104 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 20 memory.fill - local.get $2 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 3952 i32.store offset=4 - local.get $2 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store offset=8 - local.get $6 + local.get $8 call $~lib/typedarray/Int8Array#get:length - local.set $8 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 4 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $3 i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=8 - local.get $6 + local.get $8 i32.load offset=4 - local.set $5 + local.set $7 loop $for-loop|0 - local.get $1 - local.get $8 + local.get $2 + local.get $3 i32.lt_s if - local.get $1 - local.get $5 + local.get $2 + local.get $7 i32.add i32.load8_s - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $3 - local.get $1 - local.get $6 + local.get $5 + local.get $2 + local.get $8 i32.const 3952 i32.load - call_indirect (type $2) + call_indirect (type $1) if local.get $0 - local.get $2 + local.get $4 i32.add - local.get $3 + local.get $5 i32.store8 local.get $0 i32.const 1 i32.add local.set $0 end - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|0 end end - local.get $7 - local.get $2 + local.get $1 + local.get $4 local.get $0 call $~lib/rt/itcms/__renew - local.tee $1 + local.tee $2 i32.store - local.get $7 local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $7 + local.get $1 local.get $0 i32.store offset=8 - local.get $7 local.get $1 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 - local.get $7 + local.get $6 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -17322,9 +17129,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/typedarray/Int8Array#get:length i32.const 3 i32.ne @@ -17337,9 +17144,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 0 call $~lib/typedarray/Int8Array#__get i32.const 3 @@ -17353,9 +17160,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 1 call $~lib/typedarray/Int8Array#__get i32.const 4 @@ -17369,9 +17176,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 2 call $~lib/typedarray/Int8Array#__get i32.const 5 @@ -17397,7 +17204,7 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -17417,56 +17224,55 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/typedarray/Uint8Array#constructor - local.tee $6 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 - local.get $6 + local.get $8 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 - local.get $6 + local.get $8 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 - local.get $6 + local.get $8 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 - local.get $6 + local.get $8 i32.const 3 i32.const 4 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 - local.get $6 + local.get $8 i32.const 5 i32.const 5 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.set $4 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3984 @@ -17480,105 +17286,104 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 20 memory.fill - local.get $2 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 3984 i32.store offset=4 - local.get $2 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store offset=8 - local.get $6 + local.get $8 call $~lib/typedarray/Int8Array#get:length - local.set $8 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 5 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $3 i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=8 - local.get $6 + local.get $8 i32.load offset=4 - local.set $5 + local.set $7 loop $for-loop|0 - local.get $1 - local.get $8 + local.get $2 + local.get $3 i32.lt_s if - local.get $1 - local.get $5 + local.get $2 + local.get $7 i32.add i32.load8_u - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $3 - local.get $1 - local.get $6 + local.get $5 + local.get $2 + local.get $8 i32.const 3984 i32.load - call_indirect (type $2) + call_indirect (type $1) if local.get $0 - local.get $2 + local.get $4 i32.add - local.get $3 + local.get $5 i32.store8 local.get $0 i32.const 1 i32.add local.set $0 end - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|0 end end - local.get $7 - local.get $2 + local.get $1 + local.get $4 local.get $0 call $~lib/rt/itcms/__renew - local.tee $1 + local.tee $2 i32.store - local.get $7 local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $7 + local.get $1 local.get $0 i32.store offset=8 - local.get $7 local.get $1 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 - local.get $7 + local.get $6 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -17589,9 +17394,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/typedarray/Int8Array#get:length i32.const 3 i32.ne @@ -17604,9 +17409,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 0 call $~lib/typedarray/Uint8Array#__get i32.const 3 @@ -17620,9 +17425,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 1 call $~lib/typedarray/Uint8Array#__get i32.const 4 @@ -17636,9 +17441,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 2 call $~lib/typedarray/Uint8Array#__get i32.const 5 @@ -17664,7 +17469,7 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint8ClampedArray,u8>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -17684,56 +17489,55 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/typedarray/Uint8ClampedArray#constructor - local.tee $6 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 - local.get $6 + local.get $8 i32.const 0 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 - local.get $6 + local.get $8 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 - local.get $6 + local.get $8 i32.const 2 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 - local.get $6 + local.get $8 i32.const 3 i32.const 4 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 - local.get $6 + local.get $8 i32.const 5 i32.const 5 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.set $4 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4016 @@ -17747,105 +17551,104 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 20 memory.fill - local.get $2 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4016 i32.store offset=4 - local.get $2 - local.get $6 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store offset=8 - local.get $6 + local.get $8 call $~lib/typedarray/Int8Array#get:length - local.set $8 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 6 call $~lib/rt/itcms/__new - local.tee $7 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $3 i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=8 - local.get $6 + local.get $8 i32.load offset=4 - local.set $5 + local.set $7 loop $for-loop|0 - local.get $1 - local.get $8 + local.get $2 + local.get $3 i32.lt_s if - local.get $1 - local.get $5 + local.get $2 + local.get $7 i32.add i32.load8_u - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $8 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $3 - local.get $1 - local.get $6 + local.get $5 + local.get $2 + local.get $8 i32.const 4016 i32.load - call_indirect (type $2) + call_indirect (type $1) if local.get $0 - local.get $2 + local.get $4 i32.add - local.get $3 + local.get $5 i32.store8 local.get $0 i32.const 1 i32.add local.set $0 end - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|0 end end - local.get $7 - local.get $2 + local.get $1 + local.get $4 local.get $0 call $~lib/rt/itcms/__renew - local.tee $1 + local.tee $2 i32.store - local.get $7 local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $7 + local.get $1 local.get $0 i32.store offset=8 - local.get $7 local.get $1 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 - local.get $7 + local.get $6 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -17856,9 +17659,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 call $~lib/typedarray/Int8Array#get:length i32.const 3 i32.ne @@ -17871,9 +17674,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#__get i32.const 3 @@ -17887,9 +17690,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__get i32.const 4 @@ -17903,9 +17706,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $1 i32.store offset=4 - local.get $7 + local.get $1 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__get i32.const 5 @@ -17931,7 +17734,7 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -17951,56 +17754,55 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/typedarray/Int16Array#constructor - local.tee $7 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 0 i32.const 1 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 1 i32.const 2 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 2 i32.const 3 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 3 i32.const 4 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 5 i32.const 5 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.set $4 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4048 @@ -18014,114 +17816,113 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 20 memory.fill - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4048 i32.store offset=4 - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store offset=8 - local.get $7 + local.get $8 call $~lib/typedarray/Int16Array#get:length - local.set $8 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 7 call $~lib/rt/itcms/__new - local.tee $6 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $3 i32.const 1 i32.shl i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $7 + local.get $8 i32.load offset=4 - local.set $5 + local.set $7 loop $for-loop|0 - local.get $1 - local.get $8 + local.get $2 + local.get $3 i32.lt_s if - local.get $5 - local.get $1 + local.get $7 + local.get $2 i32.const 1 i32.shl i32.add i32.load16_s - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $3 - local.get $1 - local.get $7 + local.get $5 + local.get $2 + local.get $8 i32.const 4048 i32.load - call_indirect (type $2) + call_indirect (type $1) if - local.get $2 + local.get $4 local.get $0 i32.const 1 i32.shl i32.add - local.get $3 + local.get $5 i32.store16 local.get $0 i32.const 1 i32.add local.set $0 end - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|0 end end - local.get $6 - local.get $2 + local.get $1 + local.get $4 local.get $0 i32.const 1 i32.shl local.tee $0 call $~lib/rt/itcms/__renew - local.tee $1 + local.tee $2 i32.store - local.get $6 local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $6 + local.get $1 local.get $0 i32.store offset=8 - local.get $6 local.get $1 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $6 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -18132,9 +17933,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 call $~lib/typedarray/Int16Array#get:length i32.const 3 i32.ne @@ -18147,9 +17948,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 0 call $~lib/typedarray/Int16Array#__get i32.const 3 @@ -18163,9 +17964,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 1 call $~lib/typedarray/Int16Array#__get i32.const 4 @@ -18179,9 +17980,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 2 call $~lib/typedarray/Int16Array#__get i32.const 5 @@ -18207,7 +18008,7 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -18227,56 +18028,55 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/typedarray/Uint16Array#constructor - local.tee $7 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 0 i32.const 1 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 1 i32.const 2 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 2 i32.const 3 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 3 i32.const 4 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 5 i32.const 5 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.set $4 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4080 @@ -18290,114 +18090,113 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 20 memory.fill - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4080 i32.store offset=4 - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store offset=8 - local.get $7 + local.get $8 call $~lib/typedarray/Int16Array#get:length - local.set $8 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 8 call $~lib/rt/itcms/__new - local.tee $6 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $3 i32.const 1 i32.shl i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $7 + local.get $8 i32.load offset=4 - local.set $5 + local.set $7 loop $for-loop|0 - local.get $1 - local.get $8 + local.get $2 + local.get $3 i32.lt_s if - local.get $5 - local.get $1 + local.get $7 + local.get $2 i32.const 1 i32.shl i32.add i32.load16_u - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $3 - local.get $1 - local.get $7 + local.get $5 + local.get $2 + local.get $8 i32.const 4080 i32.load - call_indirect (type $2) + call_indirect (type $1) if - local.get $2 + local.get $4 local.get $0 i32.const 1 i32.shl i32.add - local.get $3 + local.get $5 i32.store16 local.get $0 i32.const 1 i32.add local.set $0 end - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|0 end end - local.get $6 - local.get $2 + local.get $1 + local.get $4 local.get $0 i32.const 1 i32.shl local.tee $0 call $~lib/rt/itcms/__renew - local.tee $1 + local.tee $2 i32.store - local.get $6 local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $6 + local.get $1 local.get $0 i32.store offset=8 - local.get $6 local.get $1 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $6 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -18408,9 +18207,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 call $~lib/typedarray/Int16Array#get:length i32.const 3 i32.ne @@ -18423,9 +18222,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 0 call $~lib/typedarray/Uint16Array#__get i32.const 3 @@ -18439,9 +18238,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 1 call $~lib/typedarray/Uint16Array#__get i32.const 4 @@ -18455,9 +18254,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 2 call $~lib/typedarray/Uint16Array#__get i32.const 5 @@ -18483,7 +18282,7 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -18503,56 +18302,55 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/typedarray/Int32Array#constructor - local.tee $7 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 3 i32.const 4 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 5 i32.const 5 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.set $4 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4112 @@ -18566,114 +18364,113 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 20 memory.fill - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4112 i32.store offset=4 - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store offset=8 - local.get $7 + local.get $8 call $~lib/typedarray/Int32Array#get:length - local.set $8 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 9 call $~lib/rt/itcms/__new - local.tee $6 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $3 i32.const 2 i32.shl i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $7 + local.get $8 i32.load offset=4 - local.set $5 + local.set $7 loop $for-loop|0 - local.get $1 - local.get $8 + local.get $2 + local.get $3 i32.lt_s if - local.get $5 - local.get $1 + local.get $7 + local.get $2 i32.const 2 i32.shl i32.add i32.load - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $3 - local.get $1 - local.get $7 + local.get $5 + local.get $2 + local.get $8 i32.const 4112 i32.load - call_indirect (type $2) + call_indirect (type $1) if - local.get $2 + local.get $4 local.get $0 i32.const 2 i32.shl i32.add - local.get $3 + local.get $5 i32.store local.get $0 i32.const 1 i32.add local.set $0 end - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|0 end end - local.get $6 - local.get $2 + local.get $1 + local.get $4 local.get $0 i32.const 2 i32.shl local.tee $0 call $~lib/rt/itcms/__renew - local.tee $1 + local.tee $2 i32.store - local.get $6 local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $6 + local.get $1 local.get $0 i32.store offset=8 - local.get $6 local.get $1 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $6 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -18684,9 +18481,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 call $~lib/typedarray/Int32Array#get:length i32.const 3 i32.ne @@ -18699,9 +18496,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 0 call $~lib/typedarray/Int32Array#__get i32.const 3 @@ -18715,9 +18512,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 1 call $~lib/typedarray/Int32Array#__get i32.const 4 @@ -18731,9 +18528,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 2 call $~lib/typedarray/Int32Array#__get i32.const 5 @@ -18759,7 +18556,7 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -18779,56 +18576,55 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/typedarray/Uint32Array#constructor - local.tee $7 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 0 i32.const 1 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 1 i32.const 2 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 2 i32.const 3 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 3 i32.const 4 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 5 i32.const 5 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.set $4 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4144 @@ -18842,114 +18638,113 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 20 memory.fill - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4144 i32.store offset=4 - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store offset=8 - local.get $7 + local.get $8 call $~lib/typedarray/Int32Array#get:length - local.set $8 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 10 call $~lib/rt/itcms/__new - local.tee $6 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $3 i32.const 2 i32.shl i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $7 + local.get $8 i32.load offset=4 - local.set $5 + local.set $7 loop $for-loop|0 - local.get $1 - local.get $8 + local.get $2 + local.get $3 i32.lt_s if - local.get $5 - local.get $1 + local.get $7 + local.get $2 i32.const 2 i32.shl i32.add i32.load - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $3 - local.get $1 - local.get $7 + local.get $5 + local.get $2 + local.get $8 i32.const 4144 i32.load - call_indirect (type $2) + call_indirect (type $1) if - local.get $2 + local.get $4 local.get $0 i32.const 2 i32.shl i32.add - local.get $3 + local.get $5 i32.store local.get $0 i32.const 1 i32.add local.set $0 end - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|0 end end - local.get $6 - local.get $2 + local.get $1 + local.get $4 local.get $0 i32.const 2 i32.shl local.tee $0 call $~lib/rt/itcms/__renew - local.tee $1 + local.tee $2 i32.store - local.get $6 local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $6 + local.get $1 local.get $0 i32.store offset=8 - local.get $6 local.get $1 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $6 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -18960,9 +18755,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 call $~lib/typedarray/Int32Array#get:length i32.const 3 i32.ne @@ -18975,9 +18770,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 0 call $~lib/typedarray/Uint32Array#__get i32.const 3 @@ -18991,9 +18786,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 1 call $~lib/typedarray/Uint32Array#__get i32.const 4 @@ -19007,9 +18802,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 2 call $~lib/typedarray/Uint32Array#__get i32.const 5 @@ -19035,13 +18830,13 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64>" (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i64) + (local $3 i32) (local $4 i32) - (local $5 i32) + (local $5 i64) (local $6 i32) (local $7 i32) (local $8 i32) @@ -19055,56 +18850,55 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/typedarray/Int64Array#constructor - local.tee $7 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 0 i64.const 1 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 1 i64.const 2 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 2 i64.const 3 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 3 i64.const 4 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 5 i64.const 5 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.set $4 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4176 @@ -19118,114 +18912,113 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 20 memory.fill - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4176 i32.store offset=4 - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store offset=8 - local.get $7 + local.get $8 call $~lib/typedarray/Int64Array#get:length - local.set $8 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 11 call $~lib/rt/itcms/__new - local.tee $6 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $3 i32.const 3 i32.shl i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $7 + local.get $8 i32.load offset=4 - local.set $5 + local.set $7 loop $for-loop|0 - local.get $1 - local.get $8 + local.get $2 + local.get $3 i32.lt_s if - local.get $5 - local.get $1 + local.get $7 + local.get $2 i32.const 3 i32.shl i32.add i64.load - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $3 - local.get $1 - local.get $7 + local.get $5 + local.get $2 + local.get $8 i32.const 4176 i32.load call_indirect (type $8) if - local.get $2 + local.get $4 local.get $0 i32.const 3 i32.shl i32.add - local.get $3 + local.get $5 i64.store local.get $0 i32.const 1 i32.add local.set $0 end - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|0 end end - local.get $6 - local.get $2 + local.get $1 + local.get $4 local.get $0 i32.const 3 i32.shl local.tee $0 call $~lib/rt/itcms/__renew - local.tee $1 + local.tee $2 i32.store - local.get $6 local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $6 + local.get $1 local.get $0 i32.store offset=8 - local.get $6 local.get $1 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $6 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -19236,9 +19029,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 call $~lib/typedarray/Int64Array#get:length i32.const 3 i32.ne @@ -19251,9 +19044,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 0 call $~lib/typedarray/Int64Array#__get i64.const 3 @@ -19267,9 +19060,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 1 call $~lib/typedarray/Int64Array#__get i64.const 4 @@ -19283,9 +19076,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 2 call $~lib/typedarray/Int64Array#__get i64.const 5 @@ -19311,13 +19104,13 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64>" (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i64) + (local $3 i32) (local $4 i32) - (local $5 i32) + (local $5 i64) (local $6 i32) (local $7 i32) (local $8 i32) @@ -19331,56 +19124,55 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/typedarray/Uint64Array#constructor - local.tee $7 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 0 i64.const 1 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 1 i64.const 2 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 2 i64.const 3 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 3 i64.const 4 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 5 i64.const 5 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.set $4 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4208 @@ -19394,114 +19186,113 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 20 memory.fill - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4208 i32.store offset=4 - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store offset=8 - local.get $7 + local.get $8 call $~lib/typedarray/Int64Array#get:length - local.set $8 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 12 call $~lib/rt/itcms/__new - local.tee $6 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $3 i32.const 3 i32.shl i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $7 + local.get $8 i32.load offset=4 - local.set $5 + local.set $7 loop $for-loop|0 - local.get $1 - local.get $8 + local.get $2 + local.get $3 i32.lt_s if - local.get $5 - local.get $1 + local.get $7 + local.get $2 i32.const 3 i32.shl i32.add i64.load - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $3 - local.get $1 - local.get $7 + local.get $5 + local.get $2 + local.get $8 i32.const 4208 i32.load call_indirect (type $8) if - local.get $2 + local.get $4 local.get $0 i32.const 3 i32.shl i32.add - local.get $3 + local.get $5 i64.store local.get $0 i32.const 1 i32.add local.set $0 end - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|0 end end - local.get $6 - local.get $2 + local.get $1 + local.get $4 local.get $0 i32.const 3 i32.shl local.tee $0 call $~lib/rt/itcms/__renew - local.tee $1 + local.tee $2 i32.store - local.get $6 local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $6 + local.get $1 local.get $0 i32.store offset=8 - local.get $6 local.get $1 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $6 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -19512,9 +19303,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 call $~lib/typedarray/Int64Array#get:length i32.const 3 i32.ne @@ -19527,9 +19318,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 0 call $~lib/typedarray/Uint64Array#__get i64.const 3 @@ -19543,9 +19334,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 1 call $~lib/typedarray/Uint64Array#__get i64.const 4 @@ -19559,9 +19350,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 2 call $~lib/typedarray/Uint64Array#__get i64.const 5 @@ -19587,13 +19378,13 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32>" (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 f32) + (local $3 i32) (local $4 i32) - (local $5 i32) + (local $5 f32) (local $6 i32) (local $7 i32) (local $8 i32) @@ -19607,56 +19398,55 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/typedarray/Float32Array#constructor - local.tee $7 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 0 f32.const 1 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 1 f32.const 2 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 2 f32.const 3 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 3 f32.const 4 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 5 f32.const 5 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.set $4 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4240 @@ -19670,114 +19460,113 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 20 memory.fill - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4240 i32.store offset=4 - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store offset=8 - local.get $7 + local.get $8 call $~lib/typedarray/Int32Array#get:length - local.set $8 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 13 call $~lib/rt/itcms/__new - local.tee $6 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $3 i32.const 2 i32.shl i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $7 + local.get $8 i32.load offset=4 - local.set $5 + local.set $7 loop $for-loop|0 - local.get $1 - local.get $8 + local.get $2 + local.get $3 i32.lt_s if - local.get $5 - local.get $1 + local.get $7 + local.get $2 i32.const 2 i32.shl i32.add f32.load - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $3 - local.get $1 - local.get $7 + local.get $5 + local.get $2 + local.get $8 i32.const 4240 i32.load call_indirect (type $14) if - local.get $2 + local.get $4 local.get $0 i32.const 2 i32.shl i32.add - local.get $3 + local.get $5 f32.store local.get $0 i32.const 1 i32.add local.set $0 end - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|0 end end - local.get $6 - local.get $2 + local.get $1 + local.get $4 local.get $0 i32.const 2 i32.shl local.tee $0 call $~lib/rt/itcms/__renew - local.tee $1 + local.tee $2 i32.store - local.get $6 local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $6 + local.get $1 local.get $0 i32.store offset=8 - local.get $6 local.get $1 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $6 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -19788,9 +19577,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 call $~lib/typedarray/Int32Array#get:length i32.const 3 i32.ne @@ -19803,9 +19592,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 0 call $~lib/typedarray/Float32Array#__get f32.const 3 @@ -19819,9 +19608,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 1 call $~lib/typedarray/Float32Array#__get f32.const 4 @@ -19835,9 +19624,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 2 call $~lib/typedarray/Float32Array#__get f32.const 5 @@ -19863,13 +19652,13 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64>" (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 f64) + (local $3 i32) (local $4 i32) - (local $5 i32) + (local $5 f64) (local $6 i32) (local $7 i32) (local $8 i32) @@ -19883,56 +19672,55 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 6 call $~lib/typedarray/Float64Array#constructor - local.tee $7 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 0 f64.const 1 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 1 f64.const 2 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 2 f64.const 3 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 3 f64.const 4 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 5 f64.const 5 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.set $4 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4272 @@ -19946,114 +19734,113 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 20 memory.fill - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4272 i32.store offset=4 - local.get $2 - local.get $7 + global.get $~lib/memory/__stack_pointer + local.get $8 i32.store offset=8 - local.get $7 + local.get $8 call $~lib/typedarray/Int64Array#get:length - local.set $8 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 14 call $~lib/rt/itcms/__new - local.tee $6 + local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $3 i32.const 3 i32.shl i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $7 + local.get $8 i32.load offset=4 - local.set $5 + local.set $7 loop $for-loop|0 - local.get $1 - local.get $8 + local.get $2 + local.get $3 i32.lt_s if - local.get $5 - local.get $1 + local.get $7 + local.get $2 i32.const 3 i32.shl i32.add f64.load - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $3 - local.get $1 - local.get $7 + local.get $5 + local.get $2 + local.get $8 i32.const 4272 i32.load call_indirect (type $15) if - local.get $2 + local.get $4 local.get $0 i32.const 3 i32.shl i32.add - local.get $3 + local.get $5 f64.store local.get $0 i32.const 1 i32.add local.set $0 end - local.get $1 + local.get $2 i32.const 1 i32.add - local.set $1 + local.set $2 br $for-loop|0 end end - local.get $6 - local.get $2 + local.get $1 + local.get $4 local.get $0 i32.const 3 i32.shl local.tee $0 call $~lib/rt/itcms/__renew - local.tee $1 + local.tee $2 i32.store - local.get $6 local.get $1 + local.get $2 call $~lib/rt/itcms/__link - local.get $6 + local.get $1 local.get $0 i32.store offset=8 - local.get $6 local.get $1 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $6 + local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset if i32.const 0 @@ -20064,9 +19851,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 call $~lib/typedarray/Int64Array#get:length i32.const 3 i32.ne @@ -20079,9 +19866,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 0 call $~lib/typedarray/Float64Array#__get f64.const 3 @@ -20095,9 +19882,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 1 call $~lib/typedarray/Float64Array#__get f64.const 4 @@ -20111,9 +19898,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $1 i32.store offset=4 - local.get $6 + local.get $1 i32.const 2 call $~lib/typedarray/Float64Array#__get f64.const 5 @@ -20160,26 +19947,25 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) - local.get $4 + block $"~lib/typedarray/SOME<~lib/typedarray/Int8Array,i8>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -20206,8 +19992,8 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) - br_if $~lib/typedarray/SOME<~lib/typedarray/Int8Array,i8>|inlined.0 + call_indirect (type $1) + br_if $"~lib/typedarray/SOME<~lib/typedarray/Int8Array,i8>|inlined.0" drop local.get $2 i32.const 1 @@ -20246,26 +20032,25 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) - local.get $4 + block $"~lib/typedarray/SOME<~lib/typedarray/Uint8Array,u8>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -20292,8 +20077,8 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) - br_if $~lib/typedarray/SOME<~lib/typedarray/Uint8Array,u8>|inlined.0 + call_indirect (type $1) + br_if $"~lib/typedarray/SOME<~lib/typedarray/Uint8Array,u8>|inlined.0" drop local.get $2 i32.const 1 @@ -20332,26 +20117,25 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) - local.get $4 + block $"~lib/typedarray/SOME<~lib/typedarray/Int16Array,i16>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -20380,8 +20164,8 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) - br_if $~lib/typedarray/SOME<~lib/typedarray/Int16Array,i16>|inlined.0 + call_indirect (type $1) + br_if $"~lib/typedarray/SOME<~lib/typedarray/Int16Array,i16>|inlined.0" drop local.get $2 i32.const 1 @@ -20420,26 +20204,25 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) - local.get $4 + block $"~lib/typedarray/SOME<~lib/typedarray/Uint16Array,u16>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -20468,8 +20251,8 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) - br_if $~lib/typedarray/SOME<~lib/typedarray/Uint16Array,u16>|inlined.0 + call_indirect (type $1) + br_if $"~lib/typedarray/SOME<~lib/typedarray/Uint16Array,u16>|inlined.0" drop local.get $2 i32.const 1 @@ -20508,114 +20291,25 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 - i32.const 0 - i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) - local.get $4 - local.get $0 - i32.store - local.get $4 - local.get $1 - i32.store offset=4 - local.get $4 - local.get $0 - i32.store offset=8 - local.get $0 - i32.load offset=4 - local.set $3 - local.get $4 - local.get $0 - i32.store offset=8 - local.get $0 - call $~lib/typedarray/Int32Array#get:length - local.set $4 - loop $for-loop|0 - local.get $2 - local.get $4 - i32.lt_s - if - local.get $3 - local.get $2 - i32.const 2 - i32.shl - i32.add - i32.load - local.set $5 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - i32.const 3 - global.set $~argumentsLength - i32.const 1 - local.get $5 - local.get $2 - local.get $0 - local.get $1 - i32.load - call_indirect (type $2) - br_if $~lib/typedarray/SOME<~lib/typedarray/Int32Array,i32>|inlined.0 - drop - local.get $2 - i32.const 1 - i32.add - local.set $2 - br $for-loop|0 - end - end - i32.const 0 - end - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - ) - (func $~lib/typedarray/Uint32Array#some (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) - (local $3 i32) - (local $4 i32) - (local $5 i32) - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - if - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end global.get $~lib/memory/__stack_pointer - local.tee $4 - i64.const 0 - i64.store - local.get $4 i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) - local.get $4 + block $"~lib/typedarray/SOME<~lib/typedarray/Int32Array,i32>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -20644,8 +20338,8 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) - br_if $~lib/typedarray/SOME<~lib/typedarray/Uint32Array,u32>|inlined.0 + call_indirect (type $1) + br_if $"~lib/typedarray/SOME<~lib/typedarray/Int32Array,i32>|inlined.0" drop local.get $2 i32.const 1 @@ -20663,10 +20357,10 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/typedarray/Int64Array#some (param $0 i32) (param $1 i32) (result i32) + (func $~lib/typedarray/Uint32Array#some (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 i64) + (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -20684,56 +20378,55 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) - local.get $5 + block $"~lib/typedarray/SOME<~lib/typedarray/Uint32Array,u32>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 - call $~lib/typedarray/Int64Array#get:length - local.set $5 + call $~lib/typedarray/Int32Array#get:length + local.set $4 loop $for-loop|0 local.get $2 - local.get $5 + local.get $4 i32.lt_s if local.get $3 local.get $2 - i32.const 3 + i32.const 2 i32.shl i32.add - i64.load - local.set $4 + i32.load + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 - local.get $4 + local.get $5 local.get $2 local.get $0 local.get $1 i32.load - call_indirect (type $8) - br_if $~lib/typedarray/SOME<~lib/typedarray/Int64Array,i64>|inlined.0 + call_indirect (type $1) + br_if $"~lib/typedarray/SOME<~lib/typedarray/Uint32Array,u32>|inlined.0" drop local.get $2 i32.const 1 @@ -20751,11 +20444,11 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/typedarray/Uint64Array#some (param $0 i32) (param $1 i32) (result i32) + (func $~lib/typedarray/Int64Array#some (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 i64) - (local $5 i32) + (local $4 i32) + (local $5 i64) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -20772,34 +20465,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) - local.get $5 + block $"~lib/typedarray/SOME<~lib/typedarray/Int64Array,i64>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $5 + local.set $4 loop $for-loop|0 local.get $2 - local.get $5 + local.get $4 i32.lt_s if local.get $3 @@ -20808,20 +20500,20 @@ i32.shl i32.add i64.load - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 - local.get $4 + local.get $5 local.get $2 local.get $0 local.get $1 i32.load call_indirect (type $8) - br_if $~lib/typedarray/SOME<~lib/typedarray/Uint64Array,u64>|inlined.0 + br_if $"~lib/typedarray/SOME<~lib/typedarray/Int64Array,i64>|inlined.0" drop local.get $2 i32.const 1 @@ -20839,11 +20531,11 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/typedarray/Float32Array#some (param $0 i32) (param $1 i32) (result i32) + (func $~lib/typedarray/Uint64Array#some (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 f32) - (local $5 i32) + (local $4 i32) + (local $5 i64) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -20860,56 +20552,55 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) - local.get $5 + block $"~lib/typedarray/SOME<~lib/typedarray/Uint64Array,u64>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 - call $~lib/typedarray/Int32Array#get:length - local.set $5 + call $~lib/typedarray/Int64Array#get:length + local.set $4 loop $for-loop|0 local.get $2 - local.get $5 + local.get $4 i32.lt_s if local.get $3 local.get $2 - i32.const 2 + i32.const 3 i32.shl i32.add - f32.load - local.set $4 + i64.load + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 - local.get $4 + local.get $5 local.get $2 local.get $0 local.get $1 i32.load - call_indirect (type $14) - br_if $~lib/typedarray/SOME<~lib/typedarray/Float32Array,f32>|inlined.0 + call_indirect (type $8) + br_if $"~lib/typedarray/SOME<~lib/typedarray/Uint64Array,u64>|inlined.0" drop local.get $2 i32.const 1 @@ -20927,11 +20618,11 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/typedarray/Float64Array#some (param $0 i32) (param $1 i32) (result i32) + (func $~lib/typedarray/Float32Array#some (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 f64) - (local $5 i32) + (local $4 i32) + (local $5 f32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -20948,56 +20639,55 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/SOME<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) - local.get $5 + block $"~lib/typedarray/SOME<~lib/typedarray/Float32Array,f32>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 - call $~lib/typedarray/Int64Array#get:length - local.set $5 + call $~lib/typedarray/Int32Array#get:length + local.set $4 loop $for-loop|0 local.get $2 - local.get $5 + local.get $4 i32.lt_s if local.get $3 local.get $2 - i32.const 3 + i32.const 2 i32.shl i32.add - f64.load - local.set $4 + f32.load + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 1 - local.get $4 + local.get $5 local.get $2 local.get $0 local.get $1 i32.load - call_indirect (type $15) - br_if $~lib/typedarray/SOME<~lib/typedarray/Float64Array,f64>|inlined.0 + call_indirect (type $14) + br_if $"~lib/typedarray/SOME<~lib/typedarray/Float32Array,f32>|inlined.0" drop local.get $2 i32.const 1 @@ -21015,11 +20705,11 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/typedarray/Int8Array#findIndex (param $0 i32) (param $1 i32) (result i32) + (func $~lib/typedarray/Float64Array#some (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) + (local $5 f64) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -21036,53 +20726,56 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 - local.get $0 - i32.store - local.get $4 - local.get $1 - i32.store offset=4 - local.get $4 - local.get $0 - i32.store offset=8 - local.get $0 - i32.load offset=4 - local.set $3 - local.get $4 - local.get $0 - i32.store offset=8 - local.get $0 - call $~lib/typedarray/Int8Array#get:length - local.set $4 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 + block $"~lib/typedarray/SOME<~lib/typedarray/Float64Array,f64>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + i32.load offset=4 + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + call $~lib/typedarray/Int64Array#get:length + local.set $4 loop $for-loop|0 local.get $2 local.get $4 i32.lt_s if - local.get $2 local.get $3 + local.get $2 + i32.const 3 + i32.shl i32.add - i32.load8_s + f64.load local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength + i32.const 1 local.get $5 local.get $2 local.get $0 local.get $1 i32.load - call_indirect (type $2) - br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 + call_indirect (type $15) + br_if $"~lib/typedarray/SOME<~lib/typedarray/Float64Array,f64>|inlined.0" + drop local.get $2 i32.const 1 i32.add @@ -21090,16 +20783,16 @@ br $for-loop|0 end end - i32.const -1 - local.set $2 + i32.const 0 end + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $0 ) - (func $~lib/typedarray/Uint8Array#findIndex (param $0 i32) (param $1 i32) (result i32) + (func $~lib/typedarray/Int8Array#findIndex (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) (local $4 i32) @@ -21120,31 +20813,30 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length local.set $4 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0" loop $for-loop|0 local.get $2 local.get $4 @@ -21153,7 +20845,7 @@ local.get $2 local.get $3 i32.add - i32.load8_u + i32.load8_s local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 @@ -21165,8 +20857,8 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) - br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 + call_indirect (type $1) + br_if $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0" local.get $2 i32.const 1 i32.add @@ -21183,7 +20875,7 @@ global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $~lib/typedarray/Int16Array#findIndex (param $0 i32) (param $1 i32) (result i32) + (func $~lib/typedarray/Uint8Array#findIndex (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) (local $4 i32) @@ -21204,42 +20896,39 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 - call $~lib/typedarray/Int16Array#get:length + call $~lib/typedarray/Int8Array#get:length local.set $4 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0" loop $for-loop|0 local.get $2 local.get $4 i32.lt_s if - local.get $3 local.get $2 - i32.const 1 - i32.shl + local.get $3 i32.add - i32.load16_s + i32.load8_u local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 @@ -21251,8 +20940,8 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) - br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 + call_indirect (type $1) + br_if $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0" local.get $2 i32.const 1 i32.add @@ -21269,7 +20958,7 @@ global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $~lib/typedarray/Uint16Array#findIndex (param $0 i32) (param $1 i32) (result i32) + (func $~lib/typedarray/Int16Array#findIndex (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) (local $4 i32) @@ -21290,31 +20979,30 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $4 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0" loop $for-loop|0 local.get $2 local.get $4 @@ -21325,7 +21013,7 @@ i32.const 1 i32.shl i32.add - i32.load16_u + i32.load16_s local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 @@ -21337,8 +21025,8 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) - br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 + call_indirect (type $1) + br_if $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0" local.get $2 i32.const 1 i32.add @@ -21355,7 +21043,7 @@ global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $~lib/typedarray/Int32Array#findIndex (param $0 i32) (param $1 i32) (result i32) + (func $~lib/typedarray/Uint16Array#findIndex (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) (local $4 i32) @@ -21376,31 +21064,30 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 - call $~lib/typedarray/Int32Array#get:length + call $~lib/typedarray/Int16Array#get:length local.set $4 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0" loop $for-loop|0 local.get $2 local.get $4 @@ -21408,10 +21095,10 @@ if local.get $3 local.get $2 - i32.const 2 + i32.const 1 i32.shl i32.add - i32.load + i32.load16_u local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 @@ -21423,8 +21110,8 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) - br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 + call_indirect (type $1) + br_if $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0" local.get $2 i32.const 1 i32.add @@ -21441,7 +21128,7 @@ global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $~lib/typedarray/Uint32Array#findIndex (param $0 i32) (param $1 i32) (result i32) + (func $~lib/typedarray/Int32Array#findIndex (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) (local $4 i32) @@ -21462,31 +21149,30 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length local.set $4 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0" loop $for-loop|0 local.get $2 local.get $4 @@ -21509,8 +21195,8 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) - br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 + call_indirect (type $1) + br_if $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0" local.get $2 i32.const 1 i32.add @@ -21527,10 +21213,10 @@ global.set $~lib/memory/__stack_pointer local.get $2 ) - (func $~lib/typedarray/Int64Array#findIndex (param $0 i32) (param $1 i32) (result i32) + (func $~lib/typedarray/Uint32Array#findIndex (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 i64) + (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -21548,34 +21234,118 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $5 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + call $~lib/typedarray/Int32Array#get:length + local.set $4 + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0" + loop $for-loop|0 + local.get $2 + local.get $4 + i32.lt_s + if + local.get $3 + local.get $2 + i32.const 2 + i32.shl + i32.add + i32.load + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + i32.const 3 + global.set $~argumentsLength + local.get $5 + local.get $2 + local.get $0 + local.get $1 + i32.load + call_indirect (type $1) + br_if $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0" + local.get $2 + i32.const 1 + i32.add + local.set $2 + br $for-loop|0 + end + end + i32.const -1 + local.set $2 + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + ) + (func $~lib/typedarray/Int64Array#findIndex (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i64) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + if + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + i32.load offset=4 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $5 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 + local.set $4 + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0" loop $for-loop|0 local.get $2 - local.get $5 + local.get $4 i32.lt_s if local.get $3 @@ -21584,19 +21354,19 @@ i32.shl i32.add i64.load - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 + local.get $5 local.get $2 local.get $0 local.get $1 i32.load call_indirect (type $8) - br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 + br_if $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0" local.get $2 i32.const 1 i32.add @@ -21616,8 +21386,8 @@ (func $~lib/typedarray/Uint64Array#findIndex (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 i64) - (local $5 i32) + (local $4 i32) + (local $5 i64) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -21634,34 +21404,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $5 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 + local.set $4 + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0" loop $for-loop|0 local.get $2 - local.get $5 + local.get $4 i32.lt_s if local.get $3 @@ -21670,19 +21439,19 @@ i32.shl i32.add i64.load - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 + local.get $5 local.get $2 local.get $0 local.get $1 i32.load call_indirect (type $8) - br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 + br_if $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0" local.get $2 i32.const 1 i32.add @@ -21702,8 +21471,8 @@ (func $~lib/typedarray/Float32Array#findIndex (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 f32) - (local $5 i32) + (local $4 i32) + (local $5 f32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -21720,34 +21489,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $5 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 + local.set $4 + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0" loop $for-loop|0 local.get $2 - local.get $5 + local.get $4 i32.lt_s if local.get $3 @@ -21756,19 +21524,19 @@ i32.shl i32.add f32.load - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 + local.get $5 local.get $2 local.get $0 local.get $1 i32.load call_indirect (type $14) - br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 + br_if $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0" local.get $2 i32.const 1 i32.add @@ -21788,8 +21556,8 @@ (func $~lib/typedarray/Float64Array#findIndex (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 f64) - (local $5 i32) + (local $4 i32) + (local $5 f64) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -21806,34 +21574,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $5 - block $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 + local.set $4 + block $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0" loop $for-loop|0 local.get $2 - local.get $5 + local.get $4 i32.lt_s if local.get $3 @@ -21842,19 +21609,19 @@ i32.shl i32.add f64.load - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 + local.get $5 local.get $2 local.get $0 local.get $1 i32.load call_indirect (type $15) - br_if $~lib/typedarray/FIND_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 + br_if $"~lib/typedarray/FIND_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0" local.get $2 i32.const 1 i32.add @@ -21891,25 +21658,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -21917,7 +21683,7 @@ i32.const 1 i32.sub local.set $2 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0" loop $for-loop|0 local.get $2 i32.const 0 @@ -21938,8 +21704,8 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) - br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0 + call_indirect (type $1) + br_if $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int8Array,i8>|inlined.0" local.get $2 i32.const 1 i32.sub @@ -21976,25 +21742,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -22002,7 +21767,7 @@ i32.const 1 i32.sub local.set $2 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0" loop $for-loop|0 local.get $2 i32.const 0 @@ -22023,8 +21788,8 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) - br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0 + call_indirect (type $1) + br_if $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint8Array,u8>|inlined.0" local.get $2 i32.const 1 i32.sub @@ -22061,25 +21826,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -22087,7 +21851,7 @@ i32.const 1 i32.sub local.set $2 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0" loop $for-loop|0 local.get $2 i32.const 0 @@ -22110,8 +21874,8 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) - br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0 + call_indirect (type $1) + br_if $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int16Array,i16>|inlined.0" local.get $2 i32.const 1 i32.sub @@ -22148,25 +21912,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -22174,7 +21937,7 @@ i32.const 1 i32.sub local.set $2 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0" loop $for-loop|0 local.get $2 i32.const 0 @@ -22197,8 +21960,8 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) - br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0 + call_indirect (type $1) + br_if $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint16Array,u16>|inlined.0" local.get $2 i32.const 1 i32.sub @@ -22235,25 +21998,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -22261,7 +22023,7 @@ i32.const 1 i32.sub local.set $2 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0" loop $for-loop|0 local.get $2 i32.const 0 @@ -22284,8 +22046,8 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) - br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0 + call_indirect (type $1) + br_if $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int32Array,i32>|inlined.0" local.get $2 i32.const 1 i32.sub @@ -22322,25 +22084,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -22348,7 +22109,7 @@ i32.const 1 i32.sub local.set $2 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0" loop $for-loop|0 local.get $2 i32.const 0 @@ -22371,8 +22132,8 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) - br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0 + call_indirect (type $1) + br_if $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint32Array,u32>|inlined.0" local.get $2 i32.const 1 i32.sub @@ -22409,25 +22170,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -22435,7 +22195,7 @@ i32.const 1 i32.sub local.set $2 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0" loop $for-loop|0 local.get $2 i32.const 0 @@ -22459,7 +22219,7 @@ local.get $1 i32.load call_indirect (type $8) - br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0 + br_if $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Int64Array,i64>|inlined.0" local.get $2 i32.const 1 i32.sub @@ -22496,25 +22256,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -22522,7 +22281,7 @@ i32.const 1 i32.sub local.set $2 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0" loop $for-loop|0 local.get $2 i32.const 0 @@ -22546,7 +22305,7 @@ local.get $1 i32.load call_indirect (type $8) - br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0 + br_if $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Uint64Array,u64>|inlined.0" local.get $2 i32.const 1 i32.sub @@ -22583,25 +22342,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -22609,7 +22367,7 @@ i32.const 1 i32.sub local.set $2 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0" loop $for-loop|0 local.get $2 i32.const 0 @@ -22633,7 +22391,7 @@ local.get $1 i32.load call_indirect (type $14) - br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0 + br_if $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float32Array,f32>|inlined.0" local.get $2 i32.const 1 i32.sub @@ -22670,25 +22428,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -22696,7 +22453,7 @@ i32.const 1 i32.sub local.set $2 - block $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 + block $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0" loop $for-loop|0 local.get $2 i32.const 0 @@ -22720,7 +22477,7 @@ local.get $1 i32.load call_indirect (type $15) - br_if $~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0 + br_if $"~lib/typedarray/FIND_LAST_INDEX<~lib/typedarray/Float64Array,f64>|inlined.0" local.get $2 i32.const 1 i32.sub @@ -22758,26 +22515,25 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) - local.get $4 + block $"~lib/typedarray/EVERY<~lib/typedarray/Int8Array,i8>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -22804,9 +22560,9 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) + call_indirect (type $1) i32.eqz - br_if $~lib/typedarray/EVERY<~lib/typedarray/Int8Array,i8>|inlined.0 + br_if $"~lib/typedarray/EVERY<~lib/typedarray/Int8Array,i8>|inlined.0" drop local.get $2 i32.const 1 @@ -22845,26 +22601,25 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Uint8Array,u8>|inlined.0 (result i32) - local.get $4 + block $"~lib/typedarray/EVERY<~lib/typedarray/Uint8Array,u8>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -22891,9 +22646,9 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) + call_indirect (type $1) i32.eqz - br_if $~lib/typedarray/EVERY<~lib/typedarray/Uint8Array,u8>|inlined.0 + br_if $"~lib/typedarray/EVERY<~lib/typedarray/Uint8Array,u8>|inlined.0" drop local.get $2 i32.const 1 @@ -22932,26 +22687,25 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) - local.get $4 + block $"~lib/typedarray/EVERY<~lib/typedarray/Int16Array,i16>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -22980,9 +22734,9 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) + call_indirect (type $1) i32.eqz - br_if $~lib/typedarray/EVERY<~lib/typedarray/Int16Array,i16>|inlined.0 + br_if $"~lib/typedarray/EVERY<~lib/typedarray/Int16Array,i16>|inlined.0" drop local.get $2 i32.const 1 @@ -23021,26 +22775,25 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Uint16Array,u16>|inlined.0 (result i32) - local.get $4 + block $"~lib/typedarray/EVERY<~lib/typedarray/Uint16Array,u16>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -23069,9 +22822,9 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) + call_indirect (type $1) i32.eqz - br_if $~lib/typedarray/EVERY<~lib/typedarray/Uint16Array,u16>|inlined.0 + br_if $"~lib/typedarray/EVERY<~lib/typedarray/Uint16Array,u16>|inlined.0" drop local.get $2 i32.const 1 @@ -23110,26 +22863,25 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) - local.get $4 + block $"~lib/typedarray/EVERY<~lib/typedarray/Int32Array,i32>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -23158,9 +22910,9 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) + call_indirect (type $1) i32.eqz - br_if $~lib/typedarray/EVERY<~lib/typedarray/Int32Array,i32>|inlined.0 + br_if $"~lib/typedarray/EVERY<~lib/typedarray/Int32Array,i32>|inlined.0" drop local.get $2 i32.const 1 @@ -23199,26 +22951,25 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) - local.get $4 + block $"~lib/typedarray/EVERY<~lib/typedarray/Uint32Array,u32>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -23247,9 +22998,9 @@ local.get $0 local.get $1 i32.load - call_indirect (type $2) + call_indirect (type $1) i32.eqz - br_if $~lib/typedarray/EVERY<~lib/typedarray/Uint32Array,u32>|inlined.0 + br_if $"~lib/typedarray/EVERY<~lib/typedarray/Uint32Array,u32>|inlined.0" drop local.get $2 i32.const 1 @@ -23270,8 +23021,8 @@ (func $~lib/typedarray/Int64Array#every (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 i64) - (local $5 i32) + (local $4 i32) + (local $5 i64) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -23288,34 +23039,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) - local.get $5 + block $"~lib/typedarray/EVERY<~lib/typedarray/Int64Array,i64>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $5 + local.set $4 loop $for-loop|0 local.get $2 - local.get $5 + local.get $4 i32.lt_s if local.get $3 @@ -23324,21 +23074,21 @@ i32.shl i32.add i64.load - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 - local.get $4 + local.get $5 local.get $2 local.get $0 local.get $1 i32.load call_indirect (type $8) i32.eqz - br_if $~lib/typedarray/EVERY<~lib/typedarray/Int64Array,i64>|inlined.0 + br_if $"~lib/typedarray/EVERY<~lib/typedarray/Int64Array,i64>|inlined.0" drop local.get $2 i32.const 1 @@ -23359,8 +23109,8 @@ (func $~lib/typedarray/Uint64Array#every (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 i64) - (local $5 i32) + (local $4 i32) + (local $5 i64) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -23377,34 +23127,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) - local.get $5 + block $"~lib/typedarray/EVERY<~lib/typedarray/Uint64Array,u64>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $5 + local.set $4 loop $for-loop|0 local.get $2 - local.get $5 + local.get $4 i32.lt_s if local.get $3 @@ -23413,21 +23162,21 @@ i32.shl i32.add i64.load - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 - local.get $4 + local.get $5 local.get $2 local.get $0 local.get $1 i32.load call_indirect (type $8) i32.eqz - br_if $~lib/typedarray/EVERY<~lib/typedarray/Uint64Array,u64>|inlined.0 + br_if $"~lib/typedarray/EVERY<~lib/typedarray/Uint64Array,u64>|inlined.0" drop local.get $2 i32.const 1 @@ -23448,8 +23197,8 @@ (func $~lib/typedarray/Float32Array#every (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 f32) - (local $5 i32) + (local $4 i32) + (local $5 f32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -23466,34 +23215,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) - local.get $5 + block $"~lib/typedarray/EVERY<~lib/typedarray/Float32Array,f32>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $5 + local.set $4 loop $for-loop|0 local.get $2 - local.get $5 + local.get $4 i32.lt_s if local.get $3 @@ -23502,21 +23250,21 @@ i32.shl i32.add f32.load - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 - local.get $4 + local.get $5 local.get $2 local.get $0 local.get $1 i32.load call_indirect (type $14) i32.eqz - br_if $~lib/typedarray/EVERY<~lib/typedarray/Float32Array,f32>|inlined.0 + br_if $"~lib/typedarray/EVERY<~lib/typedarray/Float32Array,f32>|inlined.0" drop local.get $2 i32.const 1 @@ -23537,8 +23285,8 @@ (func $~lib/typedarray/Float64Array#every (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) - (local $4 f64) - (local $5 i32) + (local $4 i32) + (local $5 f64) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -23555,34 +23303,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - block $~lib/typedarray/EVERY<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) - local.get $5 + block $"~lib/typedarray/EVERY<~lib/typedarray/Float64Array,f64>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $5 + local.set $4 loop $for-loop|0 local.get $2 - local.get $5 + local.get $4 i32.lt_s if local.get $3 @@ -23591,21 +23338,21 @@ i32.shl i32.add f64.load - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength i32.const 0 - local.get $4 + local.get $5 local.get $2 local.get $0 local.get $1 i32.load call_indirect (type $15) i32.eqz - br_if $~lib/typedarray/EVERY<~lib/typedarray/Float64Array,f64>|inlined.0 + br_if $"~lib/typedarray/EVERY<~lib/typedarray/Float64Array,f64>|inlined.0" drop local.get $2 i32.const 1 @@ -23623,8 +23370,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -23641,10 +23387,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store local.get $0 @@ -23716,25 +23461,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $3 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -23773,8 +23517,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Int16Array,i16>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Int16Array,i16>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -23791,10 +23534,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store local.get $0 @@ -23845,8 +23587,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Int32Array,i32>~anonymous|0 (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Int32Array,i32>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -23863,10 +23604,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store i32.const 7152 @@ -23913,8 +23653,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Int64Array,i64>~anonymous|0 (param $0 i64) (param $1 i32) (param $2 i32) - (local $3 i32) + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Int64Array,i64>~anonymous|0" (param $0 i64) (param $1 i32) (param $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -23931,10 +23670,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store i32.const 7152 @@ -23982,8 +23720,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Float32Array,f32>~anonymous|0 (param $0 f32) (param $1 i32) (param $2 i32) - (local $3 i32) + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Float32Array,f32>~anonymous|0" (param $0 f32) (param $1 i32) (param $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -24000,10 +23737,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store i32.const 7152 @@ -24051,8 +23787,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayForEach<~lib/typedarray/Float64Array,f64>~anonymous|0 (param $0 f64) (param $1 i32) (param $2 i32) - (local $3 i32) + (func $"std/typedarray/testArrayForEach<~lib/typedarray/Float64Array,f64>~anonymous|0" (param $0 f64) (param $1 i32) (param $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -24069,10 +23804,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store i32.const 7152 @@ -24145,29 +23879,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/typedarray/Int8Array#get:length - local.tee $4 + local.tee $5 i32.const 1 i32.gt_u if - local.get $4 + local.get $5 i32.const 1 i32.shr_u - local.set $5 - local.get $4 + local.set $4 + local.get $5 i32.const 8 i32.sub local.set $6 @@ -24175,7 +23908,7 @@ local.get $1 i32.const 7 i32.add - local.get $5 + local.get $4 i32.lt_u if local.get $1 @@ -24250,13 +23983,13 @@ br $while-continue|0 end end - local.get $4 + local.get $5 i32.const 1 i32.sub - local.set $4 + local.set $5 loop $while-continue|1 local.get $1 - local.get $5 + local.get $4 i32.lt_u if local.get $1 @@ -24267,7 +24000,7 @@ local.set $7 local.get $6 local.get $2 - local.get $4 + local.get $5 local.get $1 i32.sub i32.add @@ -24291,7 +24024,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Int8Array,i8>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -24313,42 +24046,40 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 call $~lib/typedarray/Int8Array#constructor - local.tee $2 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 call $~lib/typedarray/Int8Array#constructor local.tee $1 i32.store offset=12 loop $for-loop|0 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $2 + local.get $3 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=16 - local.get $2 + local.get $3 local.get $0 i32.const 7616 local.get $0 @@ -24376,31 +24107,31 @@ end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 call $~lib/typedarray/Int8Array#reverse drop i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 call $~lib/typedarray/Int8Array#__get - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $4 + local.get $2 i32.const 7616 - local.get $3 + local.get $4 i32.const 1 i32.sub local.get $0 @@ -24424,7 +24155,8 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 local.get $1 @@ -24529,60 +24261,59 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int8Array#get:length - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 5 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 i32.load - local.tee $3 + local.tee $4 i32.store - local.get $2 local.get $3 + local.get $4 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 i32.load offset=4 i32.const 4 - local.get $4 - local.get $4 + local.get $2 + local.get $2 i32.const 4 i32.gt_s select local.tee $0 i32.add i32.store offset=4 - local.get $2 + local.get $3 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $4 + local.get $2 i32.add local.tee $1 i32.const 0 @@ -24592,9 +24323,9 @@ select else local.get $1 - local.get $4 + local.get $2 local.get $1 - local.get $4 + local.get $2 i32.lt_s select end @@ -24611,9 +24342,9 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $3 ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Uint8Array,u8>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -24635,42 +24366,40 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 call $~lib/typedarray/Uint8Array#constructor - local.tee $2 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 call $~lib/typedarray/Uint8Array#constructor local.tee $1 i32.store offset=12 loop $for-loop|0 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $2 + local.get $3 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=16 - local.get $2 + local.get $3 local.get $0 i32.const 7616 local.get $0 @@ -24700,31 +24429,31 @@ end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 call $~lib/typedarray/Int8Array#reverse drop i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 call $~lib/typedarray/Uint8Array#__get - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $4 + local.get $2 i32.const 7616 - local.get $3 + local.get $4 i32.const 1 i32.sub local.get $0 @@ -24749,7 +24478,8 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 local.get $1 @@ -24853,60 +24583,59 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int8Array#get:length - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 6 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 i32.load - local.tee $3 + local.tee $4 i32.store - local.get $2 local.get $3 + local.get $4 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 i32.load offset=4 i32.const 4 - local.get $4 - local.get $4 + local.get $2 + local.get $2 i32.const 4 i32.gt_s select local.tee $0 i32.add i32.store offset=4 - local.get $2 + local.get $3 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $4 + local.get $2 i32.add local.tee $1 i32.const 0 @@ -24916,9 +24645,9 @@ select else local.get $1 - local.get $4 + local.get $2 local.get $1 - local.get $4 + local.get $2 i32.lt_s select end @@ -24935,9 +24664,9 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $3 ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Uint8ClampedArray,u8>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -24959,42 +24688,40 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 call $~lib/typedarray/Uint8ClampedArray#constructor - local.tee $2 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $1 i32.store offset=12 loop $for-loop|0 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $2 + local.get $3 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=16 - local.get $2 + local.get $3 local.get $0 i32.const 7616 local.get $0 @@ -25024,31 +24751,31 @@ end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 call $~lib/typedarray/Int8Array#reverse drop i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 call $~lib/typedarray/Uint8ClampedArray#__get - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $4 + local.get $2 i32.const 7616 - local.get $3 + local.get $4 i32.const 1 i32.sub local.get $0 @@ -25073,7 +24800,8 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 local.get $1 @@ -25181,29 +24909,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/typedarray/Int16Array#get:length - local.tee $3 + local.tee $4 i32.const 1 i32.gt_u if - local.get $3 + local.get $4 i32.const 1 i32.shr_u - local.set $4 - local.get $3 + local.set $3 + local.get $4 i32.const 2 i32.sub local.set $5 @@ -25211,7 +24938,7 @@ local.get $1 i32.const 1 i32.add - local.get $4 + local.get $3 i32.lt_u if local.get $2 @@ -25247,13 +24974,13 @@ br $while-continue|0 end end - local.get $3 + local.get $4 i32.const 1 i32.sub - local.set $3 + local.set $4 loop $while-continue|1 local.get $1 - local.get $4 + local.get $3 i32.lt_u if local.get $2 @@ -25266,7 +24993,7 @@ local.set $6 local.get $5 local.get $2 - local.get $3 + local.get $4 local.get $1 i32.sub i32.const 1 @@ -25312,47 +25039,46 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int16Array#get:length - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 7 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 i32.load - local.tee $3 + local.tee $4 i32.store - local.get $2 local.get $3 + local.get $4 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 i32.load offset=4 i32.const 4 - local.get $4 - local.get $4 + local.get $2 + local.get $2 i32.const 4 i32.gt_s select @@ -25361,13 +25087,13 @@ i32.shl i32.add i32.store offset=4 - local.get $2 + local.get $3 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $4 + local.get $2 i32.add local.tee $1 i32.const 0 @@ -25377,9 +25103,9 @@ select else local.get $1 - local.get $4 + local.get $2 local.get $1 - local.get $4 + local.get $2 i32.lt_s select end @@ -25398,9 +25124,9 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $3 ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Int16Array,i16>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -25422,42 +25148,40 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 call $~lib/typedarray/Int16Array#constructor - local.tee $2 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 call $~lib/typedarray/Int16Array#constructor local.tee $1 i32.store offset=12 loop $for-loop|0 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $2 + local.get $3 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=16 - local.get $2 + local.get $3 local.get $0 i32.const 7616 local.get $0 @@ -25485,31 +25209,31 @@ end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 call $~lib/typedarray/Int16Array#reverse drop i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 call $~lib/typedarray/Int16Array#__get - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $4 + local.get $2 i32.const 7616 - local.get $3 + local.get $4 i32.const 1 i32.sub local.get $0 @@ -25533,7 +25257,8 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 local.get $1 @@ -25637,47 +25362,46 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int16Array#get:length - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 8 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 i32.load - local.tee $3 + local.tee $4 i32.store - local.get $2 local.get $3 + local.get $4 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 i32.load offset=4 i32.const 4 - local.get $4 - local.get $4 + local.get $2 + local.get $2 i32.const 4 i32.gt_s select @@ -25686,13 +25410,13 @@ i32.shl i32.add i32.store offset=4 - local.get $2 + local.get $3 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $4 + local.get $2 i32.add local.tee $1 i32.const 0 @@ -25702,9 +25426,9 @@ select else local.get $1 - local.get $4 + local.get $2 local.get $1 - local.get $4 + local.get $2 i32.lt_s select end @@ -25723,9 +25447,9 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $3 ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Uint16Array,u16>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -25747,42 +25471,40 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 call $~lib/typedarray/Uint16Array#constructor - local.tee $2 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 call $~lib/typedarray/Uint16Array#constructor local.tee $1 i32.store offset=12 loop $for-loop|0 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $2 + local.get $3 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=16 - local.get $2 + local.get $3 local.get $0 i32.const 7616 local.get $0 @@ -25812,31 +25534,31 @@ end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 call $~lib/typedarray/Int16Array#reverse drop i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 call $~lib/typedarray/Uint16Array#__get - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $4 + local.get $2 i32.const 7616 - local.get $3 + local.get $4 i32.const 1 i32.sub local.get $0 @@ -25861,7 +25583,8 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 local.get $1 @@ -25968,35 +25691,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/typedarray/Int32Array#get:length - local.tee $3 + local.tee $4 i32.const 1 i32.gt_u if - local.get $3 + local.get $4 i32.const 1 i32.shr_u - local.set $4 - local.get $3 + local.set $3 + local.get $4 i32.const 1 i32.sub local.set $5 loop $while-continue|0 local.get $1 - local.get $4 + local.get $3 i32.lt_u if local.get $2 @@ -26006,7 +25728,7 @@ i32.add local.tee $6 i32.load - local.set $3 + local.set $4 local.get $6 local.get $2 local.get $5 @@ -26019,7 +25741,7 @@ i32.load i32.store local.get $6 - local.get $3 + local.get $4 i32.store local.get $1 i32.const 1 @@ -26035,7 +25757,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Int32Array,i32>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -26057,42 +25779,40 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 call $~lib/typedarray/Int32Array#constructor - local.tee $2 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 call $~lib/typedarray/Int32Array#constructor local.tee $1 i32.store offset=12 loop $for-loop|0 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $2 + local.get $3 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=16 - local.get $2 + local.get $3 local.get $0 i32.const 7616 local.get $0 @@ -26118,36 +25838,36 @@ end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 call $~lib/typedarray/Int32Array#reverse drop i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 call $~lib/typedarray/Int32Array#__get - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 i32.const 7616 - local.get $3 + local.get $4 i32.const 1 i32.sub local.get $0 i32.sub call $~lib/array/Array#__get - local.get $4 + local.get $2 i32.ne if i32.const 0 @@ -26165,7 +25885,8 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 local.get $1 @@ -26270,47 +25991,46 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 10 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 i32.load - local.tee $3 + local.tee $4 i32.store - local.get $2 local.get $3 + local.get $4 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 i32.load offset=4 i32.const 4 - local.get $4 - local.get $4 + local.get $2 + local.get $2 i32.const 4 i32.gt_s select @@ -26319,13 +26039,13 @@ i32.shl i32.add i32.store offset=4 - local.get $2 + local.get $3 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $4 + local.get $2 i32.add local.tee $1 i32.const 0 @@ -26335,9 +26055,9 @@ select else local.get $1 - local.get $4 + local.get $2 local.get $1 - local.get $4 + local.get $2 i32.lt_s select end @@ -26356,9 +26076,9 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $3 ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Uint32Array,u32>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -26380,42 +26100,40 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 call $~lib/typedarray/Uint32Array#constructor - local.tee $2 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 call $~lib/typedarray/Uint32Array#constructor local.tee $1 i32.store offset=12 loop $for-loop|0 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $2 + local.get $3 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=16 - local.get $2 + local.get $3 local.get $0 i32.const 7616 local.get $0 @@ -26441,36 +26159,36 @@ end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 call $~lib/typedarray/Int32Array#reverse drop i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 call $~lib/typedarray/Uint32Array#__get - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 i32.const 7616 - local.get $3 + local.get $4 i32.const 1 i32.sub local.get $0 i32.sub call $~lib/array/Array#__get - local.get $4 + local.get $2 i32.ne if i32.const 0 @@ -26488,7 +26206,8 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 local.get $1 @@ -26575,8 +26294,8 @@ (func $~lib/typedarray/Int64Array#reverse (param $0 i32) (result i32) (local $1 i32) (local $2 i32) - (local $3 i64) - (local $4 i32) + (local $3 i32) + (local $4 i64) (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer @@ -26595,35 +26314,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/typedarray/Int64Array#get:length - local.tee $4 + local.tee $5 i32.const 1 i32.gt_u if - local.get $4 + local.get $5 i32.const 1 i32.shr_u - local.set $5 - local.get $4 + local.set $3 + local.get $5 i32.const 1 i32.sub - local.set $4 + local.set $5 loop $while-continue|0 local.get $1 - local.get $5 + local.get $3 i32.lt_u if local.get $2 @@ -26633,10 +26351,10 @@ i32.add local.tee $6 i64.load - local.set $3 + local.set $4 local.get $6 local.get $2 - local.get $4 + local.get $5 local.get $1 i32.sub i32.const 3 @@ -26646,7 +26364,7 @@ i64.load i64.store local.get $6 - local.get $3 + local.get $4 i64.store local.get $1 i32.const 1 @@ -26682,47 +26400,46 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 11 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 i32.load - local.tee $3 + local.tee $4 i32.store - local.get $2 local.get $3 + local.get $4 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 i32.load offset=4 i32.const 4 - local.get $4 - local.get $4 + local.get $2 + local.get $2 i32.const 4 i32.gt_s select @@ -26731,13 +26448,13 @@ i32.shl i32.add i32.store offset=4 - local.get $2 + local.get $3 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $4 + local.get $2 i32.add local.tee $1 i32.const 0 @@ -26747,9 +26464,9 @@ select else local.get $1 - local.get $4 + local.get $2 local.get $1 - local.get $4 + local.get $2 i32.lt_s select end @@ -26768,15 +26485,14 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $3 ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Int64Array,i64>" (local $0 i32) (local $1 i32) - (local $2 i32) - (local $3 i64) + (local $2 i64) + (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -26793,42 +26509,40 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 call $~lib/typedarray/Int64Array#constructor - local.tee $4 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 call $~lib/typedarray/Int64Array#constructor local.tee $1 i32.store offset=12 loop $for-loop|0 local.get $0 - local.get $5 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $4 + local.get $3 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=16 - local.get $4 + local.get $3 local.get $0 i32.const 7616 local.get $0 @@ -26856,31 +26570,31 @@ end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.store offset=4 - local.get $4 + local.get $3 call $~lib/typedarray/Int64Array#reverse drop i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $5 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.store offset=4 - local.get $4 + local.get $3 local.get $0 call $~lib/typedarray/Int64Array#__get - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $3 + local.get $2 i32.const 7616 - local.get $5 + local.get $4 i32.const 1 i32.sub local.get $0 @@ -26904,7 +26618,8 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 local.get $1 @@ -27008,47 +26723,46 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 12 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 i32.load - local.tee $3 + local.tee $4 i32.store - local.get $2 local.get $3 + local.get $4 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 i32.load offset=4 i32.const 4 - local.get $4 - local.get $4 + local.get $2 + local.get $2 i32.const 4 i32.gt_s select @@ -27057,13 +26771,13 @@ i32.shl i32.add i32.store offset=4 - local.get $2 + local.get $3 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $4 + local.get $2 i32.add local.tee $1 i32.const 0 @@ -27073,9 +26787,9 @@ select else local.get $1 - local.get $4 + local.get $2 local.get $1 - local.get $4 + local.get $2 i32.lt_s select end @@ -27094,15 +26808,14 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $3 ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Uint64Array,u64>" (local $0 i32) (local $1 i32) - (local $2 i32) - (local $3 i64) + (local $2 i64) + (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -27119,42 +26832,40 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 call $~lib/typedarray/Uint64Array#constructor - local.tee $4 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 call $~lib/typedarray/Uint64Array#constructor local.tee $1 i32.store offset=12 loop $for-loop|0 local.get $0 - local.get $5 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $4 + local.get $3 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=16 - local.get $4 + local.get $3 local.get $0 i32.const 7616 local.get $0 @@ -27182,31 +26893,31 @@ end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.store offset=4 - local.get $4 + local.get $3 call $~lib/typedarray/Int64Array#reverse drop i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $5 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.store offset=4 - local.get $4 + local.get $3 local.get $0 call $~lib/typedarray/Uint64Array#__get - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $3 + local.get $2 i32.const 7616 - local.get $5 + local.get $4 i32.const 1 i32.sub local.get $0 @@ -27230,7 +26941,8 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 local.get $1 @@ -27317,8 +27029,8 @@ (func $~lib/typedarray/Float32Array#reverse (param $0 i32) (result i32) (local $1 i32) (local $2 i32) - (local $3 f32) - (local $4 i32) + (local $3 i32) + (local $4 f32) (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer @@ -27337,35 +27049,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/typedarray/Int32Array#get:length - local.tee $4 + local.tee $5 i32.const 1 i32.gt_u if - local.get $4 + local.get $5 i32.const 1 i32.shr_u - local.set $5 - local.get $4 + local.set $3 + local.get $5 i32.const 1 i32.sub - local.set $4 + local.set $5 loop $while-continue|0 local.get $1 - local.get $5 + local.get $3 i32.lt_u if local.get $2 @@ -27375,10 +27086,10 @@ i32.add local.tee $6 f32.load - local.set $3 + local.set $4 local.get $6 local.get $2 - local.get $4 + local.get $5 local.get $1 i32.sub i32.const 2 @@ -27388,7 +27099,7 @@ f32.load f32.store local.get $6 - local.get $3 + local.get $4 f32.store local.get $1 i32.const 1 @@ -27424,47 +27135,46 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 13 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 i32.load - local.tee $3 + local.tee $4 i32.store - local.get $2 local.get $3 + local.get $4 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + local.get $3 local.get $0 i32.load offset=4 i32.const 4 - local.get $4 - local.get $4 + local.get $2 + local.get $2 i32.const 4 i32.gt_s select @@ -27473,13 +27183,13 @@ i32.shl i32.add i32.store offset=4 - local.get $2 + local.get $3 local.get $1 i32.const 0 i32.lt_s if (result i32) local.get $1 - local.get $4 + local.get $2 i32.add local.tee $1 i32.const 0 @@ -27489,9 +27199,9 @@ select else local.get $1 - local.get $4 + local.get $2 local.get $1 - local.get $4 + local.get $2 i32.lt_s select end @@ -27510,15 +27220,14 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $3 ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Float32Array,f32>" (local $0 i32) (local $1 i32) - (local $2 i32) - (local $3 f32) + (local $2 f32) + (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -27535,42 +27244,40 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 call $~lib/typedarray/Float32Array#constructor - local.tee $4 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 call $~lib/typedarray/Float32Array#constructor local.tee $1 i32.store offset=12 loop $for-loop|0 local.get $0 - local.get $5 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $4 + local.get $3 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=16 - local.get $4 + local.get $3 local.get $0 i32.const 7616 local.get $0 @@ -27598,31 +27305,31 @@ end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.store offset=4 - local.get $4 + local.get $3 call $~lib/typedarray/Float32Array#reverse drop i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $5 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.store offset=4 - local.get $4 + local.get $3 local.get $0 call $~lib/typedarray/Float32Array#__get - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $3 + local.get $2 i32.const 7616 - local.get $5 + local.get $4 i32.const 1 i32.sub local.get $0 @@ -27646,7 +27353,8 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 local.get $1 @@ -27733,8 +27441,8 @@ (func $~lib/typedarray/Float64Array#reverse (param $0 i32) (result i32) (local $1 i32) (local $2 i32) - (local $3 f64) - (local $4 i32) + (local $3 i32) + (local $4 f64) (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer @@ -27753,35 +27461,34 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/typedarray/Int64Array#get:length - local.tee $4 + local.tee $5 i32.const 1 i32.gt_u if - local.get $4 + local.get $5 i32.const 1 i32.shr_u - local.set $5 - local.get $4 + local.set $3 + local.get $5 i32.const 1 i32.sub - local.set $4 + local.set $5 loop $while-continue|0 local.get $1 - local.get $5 + local.get $3 i32.lt_u if local.get $2 @@ -27791,10 +27498,10 @@ i32.add local.tee $6 f64.load - local.set $3 + local.set $4 local.get $6 local.get $2 - local.get $4 + local.get $5 local.get $1 i32.sub i32.const 3 @@ -27804,7 +27511,7 @@ f64.load f64.store local.get $6 - local.get $3 + local.get $4 f64.store local.get $1 i32.const 1 @@ -27820,13 +27527,12 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArrayReverse<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testArrayReverse<~lib/typedarray/Float64Array,f64>" (local $0 i32) (local $1 i32) - (local $2 i32) - (local $3 f64) + (local $2 f64) + (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -27843,42 +27549,40 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 i32.const 7616 call $~lib/array/Array#get:length - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 call $~lib/typedarray/Float64Array#constructor - local.tee $4 + local.tee $3 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 call $~lib/typedarray/Float64Array#constructor local.tee $1 i32.store offset=12 loop $for-loop|0 local.get $0 - local.get $5 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $4 + local.get $3 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=16 - local.get $4 + local.get $3 local.get $0 i32.const 7616 local.get $0 @@ -27906,31 +27610,31 @@ end end global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.store offset=4 - local.get $4 + local.get $3 call $~lib/typedarray/Float64Array#reverse drop i32.const 0 local.set $0 loop $for-loop|1 local.get $0 - local.get $5 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $3 i32.store offset=4 - local.get $4 + local.get $3 local.get $0 call $~lib/typedarray/Float64Array#__get - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $3 + local.get $2 i32.const 7616 - local.get $5 + local.get $4 i32.const 1 i32.sub local.get $0 @@ -27954,7 +27658,8 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 + local.set $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 local.get $1 @@ -28057,14 +27762,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) - local.get $3 + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const -1 @@ -28076,7 +27780,7 @@ local.get $3 i32.ge_s i32.or - br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 + br_if $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0" drop local.get $2 i32.const 0 @@ -28113,7 +27817,7 @@ i32.const 255 i32.and i32.eq - br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 + br_if $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0" drop local.get $2 i32.const 1 @@ -28149,14 +27853,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 (result i32) - local.get $3 + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const -1 @@ -28164,7 +27867,7 @@ call $~lib/typedarray/Int8Array#get:length local.tee $3 i32.eqz - br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 + br_if $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0" drop local.get $2 local.get $3 @@ -28202,7 +27905,7 @@ i32.const 255 i32.and i32.eq - br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0 + br_if $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int8Array,i8>|inlined.0" drop local.get $2 i32.const 1 @@ -28271,11 +27974,10 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int8Array,i8>" (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -28292,37 +27994,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length - local.set $3 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 call $~lib/typedarray/Int8Array#constructor - local.tee $1 + local.tee $2 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $3 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store offset=4 local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=12 - local.get $1 + local.get $2 local.get $0 i32.const 7728 local.get $0 @@ -28337,9 +28037,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 0 i32.const 0 call $~lib/typedarray/Int8Array#indexOf @@ -28352,9 +28052,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 11 i32.const 0 call $~lib/typedarray/Int8Array#indexOf @@ -28369,9 +28069,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const -1 i32.const 0 call $~lib/typedarray/Int8Array#indexOf @@ -28386,9 +28086,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 0 call $~lib/typedarray/Int8Array#indexOf @@ -28403,9 +28103,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 2 call $~lib/typedarray/Int8Array#indexOf @@ -28420,9 +28120,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 3 call $~lib/typedarray/Int8Array#indexOf @@ -28437,9 +28137,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 4 call $~lib/typedarray/Int8Array#indexOf @@ -28454,9 +28154,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const 10 call $~lib/typedarray/Int8Array#indexOf @@ -28471,9 +28171,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -100 call $~lib/typedarray/Int8Array#indexOf @@ -28488,11 +28188,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 0 call $~lib/typedarray/Int8Array#lastIndexOf@varargs if @@ -28504,11 +28204,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 11 call $~lib/typedarray/Int8Array#lastIndexOf@varargs i32.const -1 @@ -28522,11 +28222,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const -1 call $~lib/typedarray/Int8Array#lastIndexOf@varargs i32.const -1 @@ -28540,11 +28240,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 3 call $~lib/typedarray/Int8Array#lastIndexOf@varargs i32.const 3 @@ -28558,9 +28258,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 4 call $~lib/typedarray/Int8Array#lastIndexOf @@ -28575,9 +28275,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 3 call $~lib/typedarray/Int8Array#lastIndexOf @@ -28592,9 +28292,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 2 call $~lib/typedarray/Int8Array#lastIndexOf @@ -28609,9 +28309,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const 100 call $~lib/typedarray/Int8Array#lastIndexOf @@ -28626,9 +28326,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -10 call $~lib/typedarray/Int8Array#lastIndexOf @@ -28643,9 +28343,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -11 call $~lib/typedarray/Int8Array#lastIndexOf @@ -28660,11 +28360,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store offset=4 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 4 i32.const 9 call $~lib/typedarray/Int8Array#subarray @@ -28809,11 +28508,10 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint8Array,u8> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint8Array,u8>" (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -28830,37 +28528,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length - local.set $3 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 call $~lib/typedarray/Uint8Array#constructor - local.tee $1 + local.tee $2 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $3 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store offset=4 local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=12 - local.get $1 + local.get $2 local.get $0 i32.const 7728 local.get $0 @@ -28876,9 +28572,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 0 i32.const 0 call $~lib/typedarray/Int8Array#indexOf @@ -28891,9 +28587,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 11 i32.const 0 call $~lib/typedarray/Int8Array#indexOf @@ -28908,9 +28604,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const -1 i32.const 0 call $~lib/typedarray/Int8Array#indexOf @@ -28925,9 +28621,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 0 call $~lib/typedarray/Int8Array#indexOf @@ -28942,9 +28638,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 2 call $~lib/typedarray/Int8Array#indexOf @@ -28959,9 +28655,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 3 call $~lib/typedarray/Int8Array#indexOf @@ -28976,9 +28672,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 4 call $~lib/typedarray/Int8Array#indexOf @@ -28993,9 +28689,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const 10 call $~lib/typedarray/Int8Array#indexOf @@ -29010,9 +28706,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -100 call $~lib/typedarray/Int8Array#indexOf @@ -29027,11 +28723,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 0 call $~lib/typedarray/Int8Array#lastIndexOf@varargs if @@ -29043,11 +28739,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 11 call $~lib/typedarray/Int8Array#lastIndexOf@varargs i32.const -1 @@ -29061,11 +28757,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const -1 call $~lib/typedarray/Int8Array#lastIndexOf@varargs i32.const -1 @@ -29079,11 +28775,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 3 call $~lib/typedarray/Int8Array#lastIndexOf@varargs i32.const 3 @@ -29097,9 +28793,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 4 call $~lib/typedarray/Int8Array#lastIndexOf @@ -29114,9 +28810,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 3 call $~lib/typedarray/Int8Array#lastIndexOf @@ -29131,9 +28827,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 2 call $~lib/typedarray/Int8Array#lastIndexOf @@ -29148,9 +28844,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const 100 call $~lib/typedarray/Int8Array#lastIndexOf @@ -29165,9 +28861,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -10 call $~lib/typedarray/Int8Array#lastIndexOf @@ -29182,9 +28878,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -11 call $~lib/typedarray/Int8Array#lastIndexOf @@ -29199,11 +28895,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store offset=4 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 9 call $~lib/typedarray/Uint8Array#subarray local.tee $0 @@ -29347,11 +29042,10 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint8ClampedArray,u8>" (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -29368,37 +29062,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length - local.set $3 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 call $~lib/typedarray/Uint8ClampedArray#constructor - local.tee $1 + local.tee $2 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $3 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store offset=4 local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=12 - local.get $1 + local.get $2 local.get $0 i32.const 7728 local.get $0 @@ -29414,9 +29106,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 0 i32.const 0 call $~lib/typedarray/Int8Array#indexOf @@ -29429,9 +29121,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 11 i32.const 0 call $~lib/typedarray/Int8Array#indexOf @@ -29446,9 +29138,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const -1 i32.const 0 call $~lib/typedarray/Int8Array#indexOf @@ -29463,9 +29155,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 0 call $~lib/typedarray/Int8Array#indexOf @@ -29480,9 +29172,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 2 call $~lib/typedarray/Int8Array#indexOf @@ -29497,9 +29189,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 3 call $~lib/typedarray/Int8Array#indexOf @@ -29514,9 +29206,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 4 call $~lib/typedarray/Int8Array#indexOf @@ -29531,9 +29223,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const 10 call $~lib/typedarray/Int8Array#indexOf @@ -29548,9 +29240,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -100 call $~lib/typedarray/Int8Array#indexOf @@ -29565,11 +29257,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 0 call $~lib/typedarray/Int8Array#lastIndexOf@varargs if @@ -29581,11 +29273,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 11 call $~lib/typedarray/Int8Array#lastIndexOf@varargs i32.const -1 @@ -29599,11 +29291,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const -1 call $~lib/typedarray/Int8Array#lastIndexOf@varargs i32.const -1 @@ -29617,11 +29309,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 3 call $~lib/typedarray/Int8Array#lastIndexOf@varargs i32.const 3 @@ -29635,9 +29327,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 4 call $~lib/typedarray/Int8Array#lastIndexOf @@ -29652,9 +29344,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 3 call $~lib/typedarray/Int8Array#lastIndexOf @@ -29669,9 +29361,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 2 call $~lib/typedarray/Int8Array#lastIndexOf @@ -29686,9 +29378,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const 100 call $~lib/typedarray/Int8Array#lastIndexOf @@ -29703,9 +29395,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -10 call $~lib/typedarray/Int8Array#lastIndexOf @@ -29720,9 +29412,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -11 call $~lib/typedarray/Int8Array#lastIndexOf @@ -29737,11 +29429,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store offset=4 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 9 call $~lib/typedarray/Uint8ClampedArray#subarray local.tee $0 @@ -29903,14 +29594,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) - local.get $3 + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const -1 @@ -29922,7 +29612,7 @@ local.get $3 i32.ge_s i32.or - br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 + br_if $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0" drop local.get $2 i32.const 0 @@ -29961,7 +29651,7 @@ i32.const 65535 i32.and i32.eq - br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 + br_if $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0" drop local.get $2 i32.const 1 @@ -29997,14 +29687,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 (result i32) - local.get $3 + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const -1 @@ -30012,7 +29701,7 @@ call $~lib/typedarray/Int16Array#get:length local.tee $3 i32.eqz - br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 + br_if $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0" drop local.get $2 local.get $3 @@ -30052,7 +29741,7 @@ i32.const 65535 i32.and i32.eq - br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0 + br_if $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int16Array,i16>|inlined.0" drop local.get $2 i32.const 1 @@ -30121,11 +29810,10 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int16Array,i16>" (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -30142,37 +29830,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length - local.set $3 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 call $~lib/typedarray/Int16Array#constructor - local.tee $1 + local.tee $2 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $3 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store offset=4 local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=12 - local.get $1 + local.get $2 local.get $0 i32.const 7728 local.get $0 @@ -30187,9 +29873,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 0 i32.const 0 call $~lib/typedarray/Int16Array#indexOf @@ -30202,9 +29888,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 11 i32.const 0 call $~lib/typedarray/Int16Array#indexOf @@ -30219,9 +29905,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const -1 i32.const 0 call $~lib/typedarray/Int16Array#indexOf @@ -30236,9 +29922,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 0 call $~lib/typedarray/Int16Array#indexOf @@ -30253,9 +29939,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 2 call $~lib/typedarray/Int16Array#indexOf @@ -30270,9 +29956,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 3 call $~lib/typedarray/Int16Array#indexOf @@ -30287,9 +29973,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 4 call $~lib/typedarray/Int16Array#indexOf @@ -30304,9 +29990,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const 10 call $~lib/typedarray/Int16Array#indexOf @@ -30321,9 +30007,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -100 call $~lib/typedarray/Int16Array#indexOf @@ -30338,11 +30024,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 0 call $~lib/typedarray/Int16Array#lastIndexOf@varargs if @@ -30354,11 +30040,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 11 call $~lib/typedarray/Int16Array#lastIndexOf@varargs i32.const -1 @@ -30372,11 +30058,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const -1 call $~lib/typedarray/Int16Array#lastIndexOf@varargs i32.const -1 @@ -30390,11 +30076,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 3 call $~lib/typedarray/Int16Array#lastIndexOf@varargs i32.const 3 @@ -30408,9 +30094,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 4 call $~lib/typedarray/Int16Array#lastIndexOf @@ -30425,9 +30111,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 3 call $~lib/typedarray/Int16Array#lastIndexOf @@ -30442,9 +30128,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 2 call $~lib/typedarray/Int16Array#lastIndexOf @@ -30459,9 +30145,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const 100 call $~lib/typedarray/Int16Array#lastIndexOf @@ -30476,9 +30162,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -10 call $~lib/typedarray/Int16Array#lastIndexOf @@ -30493,9 +30179,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -11 call $~lib/typedarray/Int16Array#lastIndexOf @@ -30510,11 +30196,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store offset=4 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 9 call $~lib/typedarray/Int16Array#subarray local.tee $0 @@ -30658,11 +30343,10 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint16Array,u16>" (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -30679,37 +30363,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length - local.set $3 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 call $~lib/typedarray/Uint16Array#constructor - local.tee $1 + local.tee $2 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $3 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store offset=4 local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=12 - local.get $1 + local.get $2 local.get $0 i32.const 7728 local.get $0 @@ -30725,9 +30407,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 0 i32.const 0 call $~lib/typedarray/Int16Array#indexOf @@ -30740,9 +30422,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 11 i32.const 0 call $~lib/typedarray/Int16Array#indexOf @@ -30757,9 +30439,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const -1 i32.const 0 call $~lib/typedarray/Int16Array#indexOf @@ -30774,9 +30456,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 0 call $~lib/typedarray/Int16Array#indexOf @@ -30791,9 +30473,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 2 call $~lib/typedarray/Int16Array#indexOf @@ -30808,9 +30490,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 3 call $~lib/typedarray/Int16Array#indexOf @@ -30825,9 +30507,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 4 call $~lib/typedarray/Int16Array#indexOf @@ -30842,9 +30524,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const 10 call $~lib/typedarray/Int16Array#indexOf @@ -30859,9 +30541,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -100 call $~lib/typedarray/Int16Array#indexOf @@ -30876,11 +30558,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 0 call $~lib/typedarray/Int16Array#lastIndexOf@varargs if @@ -30892,11 +30574,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 11 call $~lib/typedarray/Int16Array#lastIndexOf@varargs i32.const -1 @@ -30910,11 +30592,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const -1 call $~lib/typedarray/Int16Array#lastIndexOf@varargs i32.const -1 @@ -30928,11 +30610,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 3 call $~lib/typedarray/Int16Array#lastIndexOf@varargs i32.const 3 @@ -30946,9 +30628,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 4 call $~lib/typedarray/Int16Array#lastIndexOf @@ -30963,9 +30645,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 3 call $~lib/typedarray/Int16Array#lastIndexOf @@ -30980,9 +30662,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 2 call $~lib/typedarray/Int16Array#lastIndexOf @@ -30997,9 +30679,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const 100 call $~lib/typedarray/Int16Array#lastIndexOf @@ -31014,9 +30696,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -10 call $~lib/typedarray/Int16Array#lastIndexOf @@ -31031,9 +30713,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -11 call $~lib/typedarray/Int16Array#lastIndexOf @@ -31048,11 +30730,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store offset=4 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 9 call $~lib/typedarray/Uint16Array#subarray local.tee $0 @@ -31214,14 +30895,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) - local.get $3 + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const -1 @@ -31233,7 +30913,7 @@ local.get $3 i32.ge_s i32.or - br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 + br_if $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0" drop local.get $2 i32.const 0 @@ -31270,7 +30950,7 @@ i32.load local.get $1 i32.eq - br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 + br_if $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0" drop local.get $2 i32.const 1 @@ -31306,14 +30986,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 (result i32) - local.get $3 + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const -1 @@ -31321,7 +31000,7 @@ call $~lib/typedarray/Int32Array#get:length local.tee $3 i32.eqz - br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 + br_if $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0" drop local.get $2 local.get $3 @@ -31359,7 +31038,7 @@ i32.load local.get $1 i32.eq - br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0 + br_if $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int32Array,i32>|inlined.0" drop local.get $2 i32.const 1 @@ -31428,11 +31107,10 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int32Array,i32>" (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -31449,37 +31127,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length - local.set $3 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 call $~lib/typedarray/Int32Array#constructor - local.tee $1 + local.tee $2 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $3 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store offset=4 local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=12 - local.get $1 + local.get $2 local.get $0 i32.const 7728 local.get $0 @@ -31493,9 +31169,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 0 i32.const 0 call $~lib/typedarray/Int32Array#indexOf @@ -31508,9 +31184,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 11 i32.const 0 call $~lib/typedarray/Int32Array#indexOf @@ -31525,9 +31201,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const -1 i32.const 0 call $~lib/typedarray/Int32Array#indexOf @@ -31542,9 +31218,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 0 call $~lib/typedarray/Int32Array#indexOf @@ -31559,9 +31235,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 2 call $~lib/typedarray/Int32Array#indexOf @@ -31576,9 +31252,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 3 call $~lib/typedarray/Int32Array#indexOf @@ -31593,9 +31269,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 4 call $~lib/typedarray/Int32Array#indexOf @@ -31610,9 +31286,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const 10 call $~lib/typedarray/Int32Array#indexOf @@ -31627,9 +31303,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -100 call $~lib/typedarray/Int32Array#indexOf @@ -31644,11 +31320,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 0 call $~lib/typedarray/Int32Array#lastIndexOf@varargs if @@ -31660,11 +31336,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 11 call $~lib/typedarray/Int32Array#lastIndexOf@varargs i32.const -1 @@ -31678,11 +31354,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const -1 call $~lib/typedarray/Int32Array#lastIndexOf@varargs i32.const -1 @@ -31696,11 +31372,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 3 call $~lib/typedarray/Int32Array#lastIndexOf@varargs i32.const 3 @@ -31714,9 +31390,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 4 call $~lib/typedarray/Int32Array#lastIndexOf @@ -31731,9 +31407,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 3 call $~lib/typedarray/Int32Array#lastIndexOf @@ -31748,9 +31424,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 2 call $~lib/typedarray/Int32Array#lastIndexOf @@ -31765,9 +31441,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const 100 call $~lib/typedarray/Int32Array#lastIndexOf @@ -31782,9 +31458,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -10 call $~lib/typedarray/Int32Array#lastIndexOf @@ -31799,9 +31475,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -11 call $~lib/typedarray/Int32Array#lastIndexOf @@ -31816,11 +31492,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store offset=4 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 4 i32.const 9 call $~lib/typedarray/Int32Array#subarray @@ -31983,14 +31658,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) - local.get $3 + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const -1 @@ -32002,7 +31676,7 @@ local.get $3 i32.ge_s i32.or - br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 + br_if $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0" drop local.get $2 i32.const 0 @@ -32039,7 +31713,7 @@ i32.load local.get $1 i32.eq - br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 + br_if $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0" drop local.get $2 i32.const 1 @@ -32075,14 +31749,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 (result i32) - local.get $3 + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const -1 @@ -32090,7 +31763,7 @@ call $~lib/typedarray/Int32Array#get:length local.tee $3 i32.eqz - br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 + br_if $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0" drop local.get $2 local.get $3 @@ -32128,7 +31801,7 @@ i32.load local.get $1 i32.eq - br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0 + br_if $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint32Array,u32>|inlined.0" drop local.get $2 i32.const 1 @@ -32197,11 +31870,10 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint32Array,u32>" (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -32218,37 +31890,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length - local.set $3 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 call $~lib/typedarray/Uint32Array#constructor - local.tee $1 + local.tee $2 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $3 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store offset=4 local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=12 - local.get $1 + local.get $2 local.get $0 i32.const 7728 local.get $0 @@ -32262,9 +31932,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 0 i32.const 0 call $~lib/typedarray/Uint32Array#indexOf @@ -32277,9 +31947,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 11 i32.const 0 call $~lib/typedarray/Uint32Array#indexOf @@ -32294,9 +31964,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const -1 i32.const 0 call $~lib/typedarray/Uint32Array#indexOf @@ -32311,9 +31981,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 0 call $~lib/typedarray/Uint32Array#indexOf @@ -32328,9 +31998,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 2 call $~lib/typedarray/Uint32Array#indexOf @@ -32345,9 +32015,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 3 call $~lib/typedarray/Uint32Array#indexOf @@ -32362,9 +32032,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 4 call $~lib/typedarray/Uint32Array#indexOf @@ -32379,9 +32049,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const 10 call $~lib/typedarray/Uint32Array#indexOf @@ -32396,9 +32066,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -100 call $~lib/typedarray/Uint32Array#indexOf @@ -32413,11 +32083,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 0 call $~lib/typedarray/Uint32Array#lastIndexOf@varargs if @@ -32429,11 +32099,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 11 call $~lib/typedarray/Uint32Array#lastIndexOf@varargs i32.const -1 @@ -32447,11 +32117,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const -1 call $~lib/typedarray/Uint32Array#lastIndexOf@varargs i32.const -1 @@ -32465,11 +32135,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 3 call $~lib/typedarray/Uint32Array#lastIndexOf@varargs i32.const 3 @@ -32483,9 +32153,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 4 call $~lib/typedarray/Uint32Array#lastIndexOf @@ -32500,9 +32170,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 3 call $~lib/typedarray/Uint32Array#lastIndexOf @@ -32517,9 +32187,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 2 call $~lib/typedarray/Uint32Array#lastIndexOf @@ -32534,9 +32204,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const 100 call $~lib/typedarray/Uint32Array#lastIndexOf @@ -32551,9 +32221,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -10 call $~lib/typedarray/Uint32Array#lastIndexOf @@ -32568,9 +32238,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const -11 call $~lib/typedarray/Uint32Array#lastIndexOf @@ -32585,11 +32255,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store offset=4 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 9 call $~lib/typedarray/Uint32Array#subarray local.tee $0 @@ -32751,14 +32420,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) - local.get $3 + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const -1 @@ -32770,7 +32438,7 @@ local.get $3 i32.ge_s i32.or - br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 + br_if $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0" drop local.get $2 i32.const 0 @@ -32807,7 +32475,7 @@ i64.load local.get $1 i64.eq - br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 + br_if $"~lib/typedarray/INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0" drop local.get $2 i32.const 1 @@ -32843,14 +32511,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 (result i32) - local.get $3 + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const -1 @@ -32858,7 +32525,7 @@ call $~lib/typedarray/Int64Array#get:length local.tee $3 i32.eqz - br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 + br_if $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0" drop local.get $2 local.get $3 @@ -32896,7 +32563,7 @@ i64.load local.get $1 i64.eq - br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0 + br_if $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Int64Array,i64>|inlined.0" drop local.get $2 i32.const 1 @@ -32965,11 +32632,10 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int64Array,i64>" (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -32986,37 +32652,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length - local.set $3 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 call $~lib/typedarray/Int64Array#constructor - local.tee $1 + local.tee $2 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $3 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store offset=4 local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=12 - local.get $1 + local.get $2 local.get $0 i32.const 7728 local.get $0 @@ -33031,9 +32695,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 0 i32.const 0 call $~lib/typedarray/Int64Array#indexOf @@ -33046,9 +32710,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 11 i32.const 0 call $~lib/typedarray/Int64Array#indexOf @@ -33063,9 +32727,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const -1 i32.const 0 call $~lib/typedarray/Int64Array#indexOf @@ -33080,9 +32744,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 3 i32.const 0 call $~lib/typedarray/Int64Array#indexOf @@ -33097,9 +32761,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 3 i32.const 2 call $~lib/typedarray/Int64Array#indexOf @@ -33114,9 +32778,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 3 i32.const 3 call $~lib/typedarray/Int64Array#indexOf @@ -33131,9 +32795,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 3 i32.const 4 call $~lib/typedarray/Int64Array#indexOf @@ -33148,9 +32812,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 1 i32.const 10 call $~lib/typedarray/Int64Array#indexOf @@ -33165,9 +32829,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 1 i32.const -100 call $~lib/typedarray/Int64Array#indexOf @@ -33182,11 +32846,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i64.const 0 call $~lib/typedarray/Int64Array#lastIndexOf@varargs if @@ -33198,11 +32862,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i64.const 11 call $~lib/typedarray/Int64Array#lastIndexOf@varargs i32.const -1 @@ -33216,11 +32880,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i64.const -1 call $~lib/typedarray/Int64Array#lastIndexOf@varargs i32.const -1 @@ -33234,11 +32898,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i64.const 3 call $~lib/typedarray/Int64Array#lastIndexOf@varargs i32.const 3 @@ -33252,9 +32916,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 3 i32.const 4 call $~lib/typedarray/Int64Array#lastIndexOf @@ -33269,9 +32933,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 3 i32.const 3 call $~lib/typedarray/Int64Array#lastIndexOf @@ -33286,9 +32950,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 3 i32.const 2 call $~lib/typedarray/Int64Array#lastIndexOf @@ -33303,9 +32967,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 1 i32.const 100 call $~lib/typedarray/Int64Array#lastIndexOf @@ -33320,9 +32984,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 1 i32.const -10 call $~lib/typedarray/Int64Array#lastIndexOf @@ -33337,9 +33001,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 1 i32.const -11 call $~lib/typedarray/Int64Array#lastIndexOf @@ -33354,11 +33018,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store offset=4 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 9 call $~lib/typedarray/Int64Array#subarray local.tee $0 @@ -33520,14 +33183,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) - local.get $3 + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const -1 @@ -33539,7 +33201,7 @@ local.get $3 i32.ge_s i32.or - br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 + br_if $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0" drop local.get $2 i32.const 0 @@ -33576,7 +33238,7 @@ i64.load local.get $1 i64.eq - br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 + br_if $"~lib/typedarray/INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0" drop local.get $2 i32.const 1 @@ -33612,14 +33274,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 (result i32) - local.get $3 + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const -1 @@ -33627,7 +33288,7 @@ call $~lib/typedarray/Int64Array#get:length local.tee $3 i32.eqz - br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 + br_if $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0" drop local.get $2 local.get $3 @@ -33665,7 +33326,7 @@ i64.load local.get $1 i64.eq - br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0 + br_if $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Uint64Array,u64>|inlined.0" drop local.get $2 i32.const 1 @@ -33734,11 +33395,10 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint64Array,u64>" (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -33755,37 +33415,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length - local.set $3 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 call $~lib/typedarray/Uint64Array#constructor - local.tee $1 + local.tee $2 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $3 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store offset=4 local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=12 - local.get $1 + local.get $2 local.get $0 i32.const 7728 local.get $0 @@ -33800,9 +33458,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 0 i32.const 0 call $~lib/typedarray/Uint64Array#indexOf @@ -33815,9 +33473,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 11 i32.const 0 call $~lib/typedarray/Uint64Array#indexOf @@ -33832,9 +33490,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const -1 i32.const 0 call $~lib/typedarray/Uint64Array#indexOf @@ -33849,9 +33507,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 3 i32.const 0 call $~lib/typedarray/Uint64Array#indexOf @@ -33866,9 +33524,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 3 i32.const 2 call $~lib/typedarray/Uint64Array#indexOf @@ -33883,9 +33541,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 3 i32.const 3 call $~lib/typedarray/Uint64Array#indexOf @@ -33900,9 +33558,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 3 i32.const 4 call $~lib/typedarray/Uint64Array#indexOf @@ -33917,9 +33575,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 1 i32.const 10 call $~lib/typedarray/Uint64Array#indexOf @@ -33934,9 +33592,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 1 i32.const -100 call $~lib/typedarray/Uint64Array#indexOf @@ -33951,11 +33609,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i64.const 0 call $~lib/typedarray/Uint64Array#lastIndexOf@varargs if @@ -33967,11 +33625,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i64.const 11 call $~lib/typedarray/Uint64Array#lastIndexOf@varargs i32.const -1 @@ -33985,11 +33643,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i64.const -1 call $~lib/typedarray/Uint64Array#lastIndexOf@varargs i32.const -1 @@ -34003,11 +33661,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i64.const 3 call $~lib/typedarray/Uint64Array#lastIndexOf@varargs i32.const 3 @@ -34021,9 +33679,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 3 i32.const 4 call $~lib/typedarray/Uint64Array#lastIndexOf @@ -34038,9 +33696,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 3 i32.const 3 call $~lib/typedarray/Uint64Array#lastIndexOf @@ -34055,9 +33713,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 3 i32.const 2 call $~lib/typedarray/Uint64Array#lastIndexOf @@ -34072,9 +33730,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 1 i32.const 100 call $~lib/typedarray/Uint64Array#lastIndexOf @@ -34089,9 +33747,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 1 i32.const -10 call $~lib/typedarray/Uint64Array#lastIndexOf @@ -34106,9 +33764,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i64.const 1 i32.const -11 call $~lib/typedarray/Uint64Array#lastIndexOf @@ -34123,11 +33781,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store offset=4 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 9 call $~lib/typedarray/Uint64Array#subarray local.tee $0 @@ -34289,14 +33946,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) - local.get $3 + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const -1 @@ -34308,7 +33964,7 @@ local.get $3 i32.ge_s i32.or - br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 + br_if $"~lib/typedarray/INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0" drop local.get $2 i32.const 0 @@ -34345,7 +34001,7 @@ f32.load local.get $1 f32.eq - br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 + br_if $"~lib/typedarray/INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0" drop local.get $2 i32.const 1 @@ -34381,14 +34037,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) - local.get $3 + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const -1 @@ -34396,7 +34051,7 @@ call $~lib/typedarray/Int32Array#get:length local.tee $3 i32.eqz - br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 + br_if $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0" drop local.get $2 local.get $3 @@ -34434,7 +34089,7 @@ f32.load local.get $1 f32.eq - br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0 + br_if $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float32Array,f32>|inlined.0" drop local.get $2 i32.const 1 @@ -34503,11 +34158,10 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float32Array,f32>" (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -34524,37 +34178,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length - local.set $3 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 call $~lib/typedarray/Float32Array#constructor - local.tee $1 + local.tee $2 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $3 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store offset=4 local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=12 - local.get $1 + local.get $2 local.get $0 i32.const 7728 local.get $0 @@ -34569,9 +34221,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f32.const 0 i32.const 0 call $~lib/typedarray/Float32Array#indexOf @@ -34584,9 +34236,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f32.const 11 i32.const 0 call $~lib/typedarray/Float32Array#indexOf @@ -34601,9 +34253,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f32.const -1 i32.const 0 call $~lib/typedarray/Float32Array#indexOf @@ -34618,9 +34270,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f32.const 3 i32.const 0 call $~lib/typedarray/Float32Array#indexOf @@ -34635,9 +34287,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f32.const 3 i32.const 2 call $~lib/typedarray/Float32Array#indexOf @@ -34652,9 +34304,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f32.const 3 i32.const 3 call $~lib/typedarray/Float32Array#indexOf @@ -34669,9 +34321,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f32.const 3 i32.const 4 call $~lib/typedarray/Float32Array#indexOf @@ -34686,9 +34338,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f32.const 1 i32.const 10 call $~lib/typedarray/Float32Array#indexOf @@ -34703,9 +34355,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f32.const 1 i32.const -100 call $~lib/typedarray/Float32Array#indexOf @@ -34720,11 +34372,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 f32.const 0 call $~lib/typedarray/Float32Array#lastIndexOf@varargs if @@ -34736,11 +34388,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 f32.const 11 call $~lib/typedarray/Float32Array#lastIndexOf@varargs i32.const -1 @@ -34754,11 +34406,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 f32.const -1 call $~lib/typedarray/Float32Array#lastIndexOf@varargs i32.const -1 @@ -34772,11 +34424,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 f32.const 3 call $~lib/typedarray/Float32Array#lastIndexOf@varargs i32.const 3 @@ -34790,9 +34442,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f32.const 3 i32.const 4 call $~lib/typedarray/Float32Array#lastIndexOf @@ -34807,9 +34459,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f32.const 3 i32.const 3 call $~lib/typedarray/Float32Array#lastIndexOf @@ -34824,9 +34476,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f32.const 3 i32.const 2 call $~lib/typedarray/Float32Array#lastIndexOf @@ -34841,9 +34493,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f32.const 1 i32.const 100 call $~lib/typedarray/Float32Array#lastIndexOf @@ -34858,9 +34510,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f32.const 1 i32.const -10 call $~lib/typedarray/Float32Array#lastIndexOf @@ -34875,9 +34527,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f32.const 1 i32.const -11 call $~lib/typedarray/Float32Array#lastIndexOf @@ -34892,11 +34544,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store offset=4 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 9 call $~lib/typedarray/Float32Array#subarray local.tee $0 @@ -35058,14 +34709,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - block $~lib/typedarray/INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) - local.get $3 + block $"~lib/typedarray/INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const -1 @@ -35077,7 +34727,7 @@ local.get $3 i32.ge_s i32.or - br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 + br_if $"~lib/typedarray/INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0" drop local.get $2 i32.const 0 @@ -35114,7 +34764,7 @@ f64.load local.get $1 f64.eq - br_if $~lib/typedarray/INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 + br_if $"~lib/typedarray/INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0" drop local.get $2 i32.const 1 @@ -35150,14 +34800,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - block $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) - local.get $3 + block $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const -1 @@ -35165,7 +34814,7 @@ call $~lib/typedarray/Int64Array#get:length local.tee $3 i32.eqz - br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 + br_if $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0" drop local.get $2 local.get $3 @@ -35203,7 +34852,7 @@ f64.load local.get $1 f64.eq - br_if $~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0 + br_if $"~lib/typedarray/LAST_INDEX_OF<~lib/typedarray/Float64Array,f64>|inlined.0" drop local.get $2 i32.const 1 @@ -35272,11 +34921,10 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float64Array,f64>" (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -35293,37 +34941,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=4 i32.const 7728 call $~lib/array/Array#get:length - local.set $3 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 call $~lib/typedarray/Float64Array#constructor - local.tee $1 + local.tee $2 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $3 + local.get $1 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store offset=4 local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 7728 i32.store offset=12 - local.get $1 + local.get $2 local.get $0 i32.const 7728 local.get $0 @@ -35338,9 +34984,9 @@ end end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f64.const 0 i32.const 0 call $~lib/typedarray/Float64Array#indexOf @@ -35353,9 +34999,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f64.const 11 i32.const 0 call $~lib/typedarray/Float64Array#indexOf @@ -35370,9 +35016,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f64.const -1 i32.const 0 call $~lib/typedarray/Float64Array#indexOf @@ -35387,9 +35033,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f64.const 3 i32.const 0 call $~lib/typedarray/Float64Array#indexOf @@ -35404,9 +35050,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f64.const 3 i32.const 2 call $~lib/typedarray/Float64Array#indexOf @@ -35421,9 +35067,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f64.const 3 i32.const 3 call $~lib/typedarray/Float64Array#indexOf @@ -35438,9 +35084,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f64.const 3 i32.const 4 call $~lib/typedarray/Float64Array#indexOf @@ -35455,9 +35101,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f64.const 1 i32.const 10 call $~lib/typedarray/Float64Array#indexOf @@ -35472,9 +35118,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f64.const 1 i32.const -100 call $~lib/typedarray/Float64Array#indexOf @@ -35489,11 +35135,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 f64.const 0 call $~lib/typedarray/Float64Array#lastIndexOf@varargs if @@ -35505,11 +35151,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 f64.const 11 call $~lib/typedarray/Float64Array#lastIndexOf@varargs i32.const -1 @@ -35523,11 +35169,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 f64.const -1 call $~lib/typedarray/Float64Array#lastIndexOf@varargs i32.const -1 @@ -35541,11 +35187,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 f64.const 3 call $~lib/typedarray/Float64Array#lastIndexOf@varargs i32.const 3 @@ -35559,9 +35205,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f64.const 3 i32.const 4 call $~lib/typedarray/Float64Array#lastIndexOf @@ -35576,9 +35222,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f64.const 3 i32.const 3 call $~lib/typedarray/Float64Array#lastIndexOf @@ -35593,9 +35239,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f64.const 3 i32.const 2 call $~lib/typedarray/Float64Array#lastIndexOf @@ -35610,9 +35256,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f64.const 1 i32.const 100 call $~lib/typedarray/Float64Array#lastIndexOf @@ -35627,9 +35273,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f64.const 1 i32.const -10 call $~lib/typedarray/Float64Array#lastIndexOf @@ -35644,9 +35290,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 f64.const 1 i32.const -11 call $~lib/typedarray/Float64Array#lastIndexOf @@ -35661,11 +35307,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $2 i32.store offset=4 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.const 4 i32.const 9 call $~lib/typedarray/Float64Array#subarray @@ -35814,7 +35459,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -35831,10 +35475,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -35863,7 +35506,7 @@ select i32.const 1 i32.shl - local.set $4 + local.set $3 local.get $2 i32.const 0 local.get $2 @@ -35872,22 +35515,22 @@ select i32.const 1 i32.shl - local.tee $5 - local.get $4 + local.tee $4 + local.get $3 i32.sub local.tee $2 i32.eqz if - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 return end - local.get $4 + local.get $3 i32.eqz - local.get $5 + local.get $4 local.get $1 i32.const 1 i32.shl @@ -35909,7 +35552,7 @@ i32.store offset=4 local.get $1 local.get $0 - local.get $4 + local.get $3 i32.add local.get $2 memory.copy @@ -35936,16 +35579,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 - local.set $3 - local.get $4 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -35964,17 +35606,16 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store local.get $0 i32.const 1 i32.sub - local.tee $5 + local.tee $6 i32.const 0 i32.lt_s if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -35982,20 +35623,19 @@ br $__inlined_func$~lib/util/string/joinIntegerArray$6 end block $folding-inner0 - local.get $5 + local.get $6 i32.eqz if - local.get $3 + local.get $4 i32.load8_s call $~lib/util/number/itoa32 local.set $0 br $folding-inner0 end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 9584 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9580 i32.load i32.const 1 @@ -36003,29 +35643,29 @@ local.tee $0 i32.const 11 i32.add - local.get $5 + local.get $6 i32.mul i32.const 11 i32.add - local.tee $6 + local.tee $3 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $5 i32.store offset=4 loop $for-loop|0 local.get $2 - local.get $5 + local.get $6 i32.lt_s if - local.get $4 + local.get $5 local.get $1 i32.const 1 i32.shl i32.add local.get $2 - local.get $3 + local.get $4 i32.add i32.load8_s call $~lib/util/number/itoa_buffered @@ -36034,7 +35674,7 @@ local.set $1 local.get $0 if - local.get $4 + local.get $5 local.get $1 i32.const 1 i32.shl @@ -36056,14 +35696,14 @@ br $for-loop|0 end end - local.get $6 - local.get $4 + local.get $3 + local.get $5 local.get $1 i32.const 1 i32.shl i32.add - local.get $3 - local.get $5 + local.get $4 + local.get $6 i32.add i32.load8_s call $~lib/util/number/itoa_buffered @@ -36073,9 +35713,9 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store - local.get $4 + local.get $5 local.get $0 call $~lib/string/String#substring local.set $0 @@ -36085,7 +35725,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $5 br $__inlined_func$~lib/util/string/joinIntegerArray$6 end global.get $~lib/memory/__stack_pointer @@ -36130,14 +35770,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -36152,8 +35791,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -36163,7 +35800,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -36175,12 +35812,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -36291,16 +35928,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 - local.set $3 - local.get $4 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -36319,17 +35955,16 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store local.get $0 i32.const 1 i32.sub - local.tee $5 + local.tee $6 i32.const 0 i32.lt_s if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -36337,20 +35972,19 @@ br $__inlined_func$~lib/util/string/joinIntegerArray$7 end block $folding-inner0 - local.get $5 + local.get $6 i32.eqz if - local.get $3 + local.get $4 i32.load8_u call $~lib/util/number/utoa32 local.set $0 br $folding-inner0 end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 9584 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9580 i32.load i32.const 1 @@ -36358,29 +35992,29 @@ local.tee $0 i32.const 10 i32.add - local.get $5 + local.get $6 i32.mul i32.const 10 i32.add - local.tee $6 + local.tee $3 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $5 i32.store offset=4 loop $for-loop|0 local.get $2 - local.get $5 + local.get $6 i32.lt_s if - local.get $4 + local.get $5 local.get $1 i32.const 1 i32.shl i32.add local.get $2 - local.get $3 + local.get $4 i32.add i32.load8_u call $~lib/util/number/itoa_buffered @@ -36389,7 +36023,7 @@ local.set $1 local.get $0 if - local.get $4 + local.get $5 local.get $1 i32.const 1 i32.shl @@ -36411,14 +36045,14 @@ br $for-loop|0 end end - local.get $6 - local.get $4 + local.get $3 + local.get $5 local.get $1 i32.const 1 i32.shl i32.add - local.get $3 - local.get $5 + local.get $4 + local.get $6 i32.add i32.load8_u call $~lib/util/number/itoa_buffered @@ -36428,9 +36062,9 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store - local.get $4 + local.get $5 local.get $0 call $~lib/string/String#substring local.set $0 @@ -36440,7 +36074,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $5 br $__inlined_func$~lib/util/string/joinIntegerArray$7 end global.get $~lib/memory/__stack_pointer @@ -36465,7 +36099,6 @@ unreachable ) (func $~lib/typedarray/Uint8Array#toString (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -36482,13 +36115,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store offset=4 local.get $0 @@ -36517,16 +36149,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 - local.set $3 - local.get $4 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -36545,17 +36176,16 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store local.get $0 i32.const 1 i32.sub - local.tee $5 + local.tee $6 i32.const 0 i32.lt_s if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -36563,20 +36193,19 @@ br $__inlined_func$~lib/util/string/joinIntegerArray$8 end block $folding-inner0 - local.get $5 + local.get $6 i32.eqz if - local.get $3 + local.get $4 i32.load16_s call $~lib/util/number/itoa32 local.set $0 br $folding-inner0 end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 9584 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9580 i32.load i32.const 1 @@ -36584,28 +36213,28 @@ local.tee $0 i32.const 11 i32.add - local.get $5 + local.get $6 i32.mul i32.const 11 i32.add - local.tee $6 + local.tee $3 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $5 i32.store offset=4 loop $for-loop|0 local.get $2 - local.get $5 + local.get $6 i32.lt_s if - local.get $4 + local.get $5 local.get $1 i32.const 1 i32.shl i32.add - local.get $3 + local.get $4 local.get $2 i32.const 1 i32.shl @@ -36617,7 +36246,7 @@ local.set $1 local.get $0 if - local.get $4 + local.get $5 local.get $1 i32.const 1 i32.shl @@ -36639,14 +36268,14 @@ br $for-loop|0 end end - local.get $6 - local.get $4 + local.get $3 + local.get $5 local.get $1 i32.const 1 i32.shl i32.add - local.get $3 - local.get $5 + local.get $4 + local.get $6 i32.const 1 i32.shl i32.add @@ -36658,9 +36287,9 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store - local.get $4 + local.get $5 local.get $0 call $~lib/string/String#substring local.set $0 @@ -36670,7 +36299,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $5 br $__inlined_func$~lib/util/string/joinIntegerArray$8 end global.get $~lib/memory/__stack_pointer @@ -36711,16 +36340,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 - local.set $3 - local.get $4 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -36739,17 +36367,16 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store local.get $0 i32.const 1 i32.sub - local.tee $5 + local.tee $6 i32.const 0 i32.lt_s if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -36757,20 +36384,19 @@ br $__inlined_func$~lib/util/string/joinIntegerArray$9 end block $folding-inner0 - local.get $5 + local.get $6 i32.eqz if - local.get $3 + local.get $4 i32.load16_u call $~lib/util/number/utoa32 local.set $0 br $folding-inner0 end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 9584 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9580 i32.load i32.const 1 @@ -36778,28 +36404,28 @@ local.tee $0 i32.const 10 i32.add - local.get $5 + local.get $6 i32.mul i32.const 10 i32.add - local.tee $6 + local.tee $3 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $5 i32.store offset=4 loop $for-loop|0 local.get $2 - local.get $5 + local.get $6 i32.lt_s if - local.get $4 + local.get $5 local.get $1 i32.const 1 i32.shl i32.add - local.get $3 + local.get $4 local.get $2 i32.const 1 i32.shl @@ -36811,7 +36437,7 @@ local.set $1 local.get $0 if - local.get $4 + local.get $5 local.get $1 i32.const 1 i32.shl @@ -36833,14 +36459,14 @@ br $for-loop|0 end end - local.get $6 - local.get $4 + local.get $3 + local.get $5 local.get $1 i32.const 1 i32.shl i32.add - local.get $3 - local.get $5 + local.get $4 + local.get $6 i32.const 1 i32.shl i32.add @@ -36852,9 +36478,9 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store - local.get $4 + local.get $5 local.get $0 call $~lib/string/String#substring local.set $0 @@ -36864,7 +36490,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $5 br $__inlined_func$~lib/util/string/joinIntegerArray$9 end global.get $~lib/memory/__stack_pointer @@ -36905,16 +36531,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 - local.set $3 - local.get $4 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -36933,17 +36558,16 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store local.get $0 i32.const 1 i32.sub - local.tee $5 + local.tee $6 i32.const 0 i32.lt_s if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -36951,20 +36575,19 @@ br $__inlined_func$~lib/util/string/joinIntegerArray$10 end block $folding-inner0 - local.get $5 + local.get $6 i32.eqz if - local.get $3 + local.get $4 i32.load call $~lib/util/number/itoa32 local.set $0 br $folding-inner0 end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 9584 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9580 i32.load i32.const 1 @@ -36972,28 +36595,28 @@ local.tee $0 i32.const 11 i32.add - local.get $5 + local.get $6 i32.mul i32.const 11 i32.add - local.tee $6 + local.tee $3 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $5 i32.store offset=4 loop $for-loop|0 local.get $2 - local.get $5 + local.get $6 i32.lt_s if - local.get $4 + local.get $5 local.get $1 i32.const 1 i32.shl i32.add - local.get $3 + local.get $4 local.get $2 i32.const 2 i32.shl @@ -37005,7 +36628,7 @@ local.set $1 local.get $0 if - local.get $4 + local.get $5 local.get $1 i32.const 1 i32.shl @@ -37027,14 +36650,14 @@ br $for-loop|0 end end - local.get $6 - local.get $4 + local.get $3 + local.get $5 local.get $1 i32.const 1 i32.shl i32.add - local.get $3 - local.get $5 + local.get $4 + local.get $6 i32.const 2 i32.shl i32.add @@ -37046,9 +36669,9 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store - local.get $4 + local.get $5 local.get $0 call $~lib/string/String#substring local.set $0 @@ -37058,7 +36681,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $5 br $__inlined_func$~lib/util/string/joinIntegerArray$10 end global.get $~lib/memory/__stack_pointer @@ -37099,16 +36722,15 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 - local.set $3 - local.get $4 + local.set $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -37127,17 +36749,16 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store local.get $0 i32.const 1 i32.sub - local.tee $5 + local.tee $6 i32.const 0 i32.lt_s if - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -37145,20 +36766,19 @@ br $__inlined_func$~lib/util/string/joinIntegerArray$11 end block $folding-inner0 - local.get $5 + local.get $6 i32.eqz if - local.get $3 + local.get $4 i32.load call $~lib/util/number/utoa32 local.set $0 br $folding-inner0 end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 9584 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9580 i32.load i32.const 1 @@ -37166,28 +36786,28 @@ local.tee $0 i32.const 10 i32.add - local.get $5 + local.get $6 i32.mul i32.const 10 i32.add - local.tee $6 + local.tee $3 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $4 + local.tee $5 i32.store offset=4 loop $for-loop|0 local.get $2 - local.get $5 + local.get $6 i32.lt_s if - local.get $4 + local.get $5 local.get $1 i32.const 1 i32.shl i32.add - local.get $3 + local.get $4 local.get $2 i32.const 2 i32.shl @@ -37199,7 +36819,7 @@ local.set $1 local.get $0 if - local.get $4 + local.get $5 local.get $1 i32.const 1 i32.shl @@ -37221,14 +36841,14 @@ br $for-loop|0 end end - local.get $6 - local.get $4 + local.get $3 + local.get $5 local.get $1 i32.const 1 i32.shl i32.add - local.get $3 - local.get $5 + local.get $4 + local.get $6 i32.const 2 i32.shl i32.add @@ -37240,9 +36860,9 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.store - local.get $4 + local.get $5 local.get $0 call $~lib/string/String#substring local.set $0 @@ -37252,7 +36872,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 + local.get $5 br $__inlined_func$~lib/util/string/joinIntegerArray$11 end global.get $~lib/memory/__stack_pointer @@ -37278,8 +36898,8 @@ ) (func $~lib/typedarray/Int64Array#join (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) - (local $3 i64) + (local $2 i64) + (local $3 i32) (local $4 i32) (local $5 i32) (local $6 i32) @@ -37294,21 +36914,20 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 - local.set $6 - local.get $2 + local.set $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $2 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store @@ -37321,18 +36940,17 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store block $__inlined_func$~lib/util/string/joinIntegerArray$12 - local.get $2 + local.get $0 i32.const 1 i32.sub - local.tee $5 + local.tee $6 i32.const 0 i32.lt_s if - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -37341,14 +36959,14 @@ br $__inlined_func$~lib/util/string/joinIntegerArray$12 end block $folding-inner0 - local.get $5 + local.get $6 i32.eqz if block $__inlined_func$~lib/util/number/itoa64 (result i32) - local.get $6 + local.get $5 i64.load i64.extend32_s - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -37358,13 +36976,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $3 + local.get $2 i64.eqz if - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -37372,154 +36989,154 @@ br $__inlined_func$~lib/util/number/itoa64 end i64.const 0 - local.get $3 + local.get $2 i64.sub - local.get $3 - local.get $3 + local.get $2 + local.get $2 i64.const 63 i64.shr_u i32.wrap_i64 i32.const 1 i32.shl - local.tee $4 + local.tee $0 select - local.tee $3 + local.tee $2 i64.const 4294967295 i64.le_u if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.wrap_i64 - local.tee $2 + local.tee $3 i32.const 100000 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 100 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 10 i32.ge_u i32.const 1 i32.add else - local.get $2 + local.get $3 i32.const 10000 i32.ge_u i32.const 3 i32.add - local.get $2 + local.get $3 i32.const 1000 i32.ge_u i32.add end else - local.get $2 + local.get $3 i32.const 10000000 i32.lt_u if (result i32) - local.get $2 + local.get $3 i32.const 1000000 i32.ge_u i32.const 6 i32.add else - local.get $2 + local.get $3 i32.const 1000000000 i32.ge_u i32.const 8 i32.add - local.get $2 + local.get $3 i32.const 100000000 i32.ge_u i32.add end end - local.tee $0 + local.tee $4 i32.const 1 i32.shl - local.get $4 + local.get $0 i32.add i32.const 2 call $~lib/rt/itcms/__new local.tee $1 i32.store + local.get $0 local.get $1 - local.get $4 i32.add - local.get $2 - local.get $0 + local.get $3 + local.get $4 call $~lib/util/number/utoa32_dec_lut else global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i64.const 1000000000000000 i64.lt_u if (result i32) - local.get $3 + local.get $2 i64.const 1000000000000 i64.lt_u if (result i32) - local.get $3 + local.get $2 i64.const 100000000000 i64.ge_u i32.const 10 i32.add - local.get $3 + local.get $2 i64.const 10000000000 i64.ge_u i32.add else - local.get $3 + local.get $2 i64.const 100000000000000 i64.ge_u i32.const 13 i32.add - local.get $3 + local.get $2 i64.const 10000000000000 i64.ge_u i32.add end else - local.get $3 + local.get $2 i64.const 100000000000000000 i64.lt_u if (result i32) - local.get $3 + local.get $2 i64.const 10000000000000000 i64.ge_u i32.const 16 i32.add else - local.get $3 + local.get $2 i64.const -8446744073709551616 i64.ge_u i32.const 18 i32.add - local.get $3 + local.get $2 i64.const 1000000000000000000 i64.ge_u i32.add end end - local.tee $0 + local.tee $3 i32.const 1 i32.shl - local.get $4 + local.get $0 i32.add i32.const 2 call $~lib/rt/itcms/__new local.tee $1 i32.store + local.get $0 local.get $1 - local.get $4 i32.add + local.get $2 local.get $3 - local.get $0 call $~lib/util/number/utoa64_dec_lut end - local.get $4 + local.get $0 if local.get $1 i32.const 45 @@ -37535,22 +37152,21 @@ br $folding-inner0 end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 9584 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9580 i32.load i32.const 1 i32.shr_u - local.tee $4 + local.tee $7 i32.const 21 i32.add - local.get $5 + local.get $6 i32.mul i32.const 21 i32.add - local.tee $2 + local.tee $4 i32.const 1 i32.shl i32.const 2 @@ -37558,17 +37174,17 @@ local.tee $0 i32.store offset=4 loop $for-loop|0 - local.get $5 - local.get $7 - i32.gt_s + local.get $3 + local.get $6 + i32.lt_s if local.get $0 local.get $1 i32.const 1 i32.shl i32.add - local.get $6 - local.get $7 + local.get $5 + local.get $3 i32.const 3 i32.shl i32.add @@ -37577,7 +37193,7 @@ local.get $1 i32.add local.set $1 - local.get $4 + local.get $7 if local.get $0 local.get $1 @@ -37585,19 +37201,19 @@ i32.shl i32.add i32.const 9584 - local.get $4 + local.get $7 i32.const 1 i32.shl memory.copy local.get $1 - local.get $4 + local.get $7 i32.add local.set $1 end - local.get $7 + local.get $3 i32.const 1 i32.add - local.set $7 + local.set $3 br $for-loop|0 end end @@ -37606,8 +37222,8 @@ i32.const 1 i32.shl i32.add - local.get $6 local.get $5 + local.get $6 i32.const 3 i32.shl i32.add @@ -37616,7 +37232,7 @@ local.get $1 i32.add local.tee $1 - local.get $2 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer @@ -37671,24 +37287,23 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store local.get $1 i32.const 1 i32.sub - local.tee $6 + local.tee $7 i32.const 0 i32.lt_s if - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 return end - local.get $6 + local.get $7 i32.eqz if local.get $0 @@ -37703,14 +37318,13 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store block $__inlined_func$~lib/util/number/utoa64$749 local.get $3 i64.eqz if - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -37854,10 +37468,9 @@ br $folding-inner1 end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 9584 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 9580 i32.load i32.const 1 @@ -37865,23 +37478,23 @@ local.tee $1 i32.const 20 i32.add - local.get $6 + local.get $7 i32.mul i32.const 20 i32.add - local.tee $7 + local.tee $5 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $5 + local.tee $6 i32.store offset=4 loop $for-loop|0 local.get $4 - local.get $6 + local.get $7 i32.lt_s if - local.get $5 + local.get $6 local.get $2 i32.const 1 i32.shl @@ -37898,7 +37511,7 @@ local.set $2 local.get $1 if - local.get $5 + local.get $6 local.get $2 i32.const 1 i32.shl @@ -37920,14 +37533,14 @@ br $for-loop|0 end end - local.get $7 local.get $5 + local.get $6 local.get $2 i32.const 1 i32.shl i32.add local.get $0 - local.get $6 + local.get $7 i32.const 3 i32.shl i32.add @@ -37939,9 +37552,9 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store - local.get $5 + local.get $6 local.get $0 call $~lib/string/String#substring local.set $1 @@ -37951,7 +37564,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $6 return end i32.const 49120 @@ -37969,7 +37582,6 @@ ) (func $~lib/typedarray/Uint64Array#join (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -37986,16 +37598,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -38004,7 +37615,7 @@ global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store - local.get $2 + local.get $1 local.get $0 call $~lib/util/string/joinIntegerArray local.set $0 @@ -38031,21 +37642,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 - local.set $6 - local.get $2 + local.set $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $2 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store @@ -38058,18 +37668,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store block $__inlined_func$~lib/util/string/joinFloatArray$1393 - local.get $2 + local.get $0 i32.const 1 i32.sub - local.tee $3 + local.tee $6 i32.const 0 i32.lt_s if - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -38077,10 +37686,10 @@ local.set $0 br $__inlined_func$~lib/util/string/joinFloatArray$1393 end - local.get $3 + local.get $6 i32.eqz if - local.get $6 + local.get $5 f32.load f64.promote_f32 call $~lib/util/number/dtoa @@ -38092,22 +37701,21 @@ br $__inlined_func$~lib/util/string/joinFloatArray$1393 end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 9584 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9580 i32.load i32.const 1 i32.shr_u - local.tee $2 + local.tee $4 i32.const 28 i32.add - local.get $3 + local.get $6 i32.mul i32.const 28 i32.add - local.tee $4 + local.tee $2 i32.const 1 i32.shl i32.const 2 @@ -38116,16 +37724,16 @@ i32.store offset=4 loop $for-loop|0 local.get $3 - local.get $5 - i32.gt_s + local.get $6 + i32.lt_s if local.get $0 local.get $1 i32.const 1 i32.shl i32.add - local.get $6 local.get $5 + local.get $3 i32.const 2 i32.shl i32.add @@ -38135,7 +37743,7 @@ local.get $1 i32.add local.set $1 - local.get $2 + local.get $4 if local.get $0 local.get $1 @@ -38143,30 +37751,30 @@ i32.shl i32.add i32.const 9584 - local.get $2 + local.get $4 i32.const 1 i32.shl memory.copy local.get $1 - local.get $2 + local.get $4 i32.add local.set $1 end - local.get $5 + local.get $3 i32.const 1 i32.add - local.set $5 + local.set $3 br $for-loop|0 end end - local.get $4 + local.get $2 local.get $0 local.get $1 i32.const 1 i32.shl i32.add + local.get $5 local.get $6 - local.get $3 i32.const 2 i32.shl i32.add @@ -38227,21 +37835,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 - local.set $6 - local.get $2 + local.set $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $2 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store @@ -38254,18 +37861,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store block $__inlined_func$~lib/util/string/joinFloatArray$1394 - local.get $2 + local.get $0 i32.const 1 i32.sub - local.tee $3 + local.tee $6 i32.const 0 i32.lt_s if - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -38273,10 +37879,10 @@ local.set $0 br $__inlined_func$~lib/util/string/joinFloatArray$1394 end - local.get $3 + local.get $6 i32.eqz if - local.get $6 + local.get $5 f64.load call $~lib/util/number/dtoa local.set $0 @@ -38287,22 +37893,21 @@ br $__inlined_func$~lib/util/string/joinFloatArray$1394 end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 9584 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 9580 i32.load i32.const 1 i32.shr_u - local.tee $2 + local.tee $4 i32.const 28 i32.add - local.get $3 + local.get $6 i32.mul i32.const 28 i32.add - local.tee $4 + local.tee $2 i32.const 1 i32.shl i32.const 2 @@ -38311,16 +37916,16 @@ i32.store offset=4 loop $for-loop|0 local.get $3 - local.get $5 - i32.gt_s + local.get $6 + i32.lt_s if local.get $0 local.get $1 i32.const 1 i32.shl i32.add - local.get $6 local.get $5 + local.get $3 i32.const 3 i32.shl i32.add @@ -38329,7 +37934,7 @@ local.get $1 i32.add local.set $1 - local.get $2 + local.get $4 if local.get $0 local.get $1 @@ -38337,30 +37942,30 @@ i32.shl i32.add i32.const 9584 - local.get $2 + local.get $4 i32.const 1 i32.shl memory.copy local.get $1 - local.get $2 + local.get $4 i32.add local.set $1 end - local.get $5 + local.get $3 i32.const 1 i32.add - local.set $5 + local.set $3 br $for-loop|0 end end - local.get $4 + local.get $2 local.get $0 local.get $1 i32.const 1 i32.shl i32.add + local.get $5 local.get $6 - local.get $3 i32.const 3 i32.shl i32.add @@ -38436,10 +38041,9 @@ local.set $2 end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -38448,16 +38052,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -38566,10 +38169,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -38646,7 +38248,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Int8Array,i8> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Int8Array,i8>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -38663,14 +38265,13 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=4 i32.const 10928 @@ -38687,10 +38288,9 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $2 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=12 local.get $2 @@ -38708,17 +38308,18 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $2 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $2 i32.load - local.tee $3 + local.tee $0 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.set $3 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $4 @@ -38731,8 +38332,8 @@ global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=12 - local.get $0 local.get $3 + local.get $0 local.get $4 local.get $5 local.get $2 @@ -38760,10 +38361,9 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -38772,16 +38372,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -38868,7 +38467,7 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Uint8ClampedArray,u8> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Uint8ClampedArray,u8>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -38885,14 +38484,13 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=4 i32.const 10928 @@ -38909,10 +38507,9 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $2 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=12 local.get $2 @@ -38931,17 +38528,18 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 local.get $2 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $2 i32.load - local.tee $3 + local.tee $0 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.set $3 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $4 @@ -38954,8 +38552,8 @@ global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=12 - local.get $0 local.get $3 + local.get $0 local.get $4 local.get $5 local.get $2 @@ -38983,10 +38581,9 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -38995,16 +38592,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -39091,7 +38687,7 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Int16Array,i16> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Int16Array,i16>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -39108,37 +38704,35 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 call $~lib/typedarray/Int16Array#constructor - local.tee $2 + local.tee $1 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $1 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $2 + local.get $1 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=12 - local.get $2 + local.get $1 local.get $0 i32.const 10928 local.get $0 @@ -39153,34 +38747,35 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $2 + local.get $1 i32.store offset=12 - local.get $0 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.load - local.tee $3 + local.tee $0 i32.store offset=4 - local.get $0 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=12 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.set $3 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=12 - local.get $2 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $5 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=12 - local.get $0 local.get $3 + local.get $0 local.get $4 local.get $5 - local.get $2 + local.get $1 i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice @@ -39205,10 +38800,9 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -39217,16 +38811,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -39277,13 +38870,13 @@ local.set $0 loop $for-loop|1 local.get $0 - local.get $1 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 local.get $0 call $~lib/typedarray/Int16Array#__get local.set $3 @@ -39323,7 +38916,7 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Uint16Array,u16> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Uint16Array,u16>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -39340,37 +38933,35 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 call $~lib/typedarray/Uint16Array#constructor - local.tee $2 + local.tee $1 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $1 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $2 + local.get $1 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=12 - local.get $2 + local.get $1 local.get $0 i32.const 10928 local.get $0 @@ -39386,34 +38977,35 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $2 + local.get $1 i32.store offset=12 - local.get $0 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.load - local.tee $3 + local.tee $0 i32.store offset=4 - local.get $0 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=12 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.set $3 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=12 - local.get $2 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $5 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=12 - local.get $0 local.get $3 + local.get $0 local.get $4 local.get $5 - local.get $2 + local.get $1 i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice @@ -39438,10 +39030,9 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -39450,16 +39041,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -39510,13 +39100,13 @@ local.set $0 loop $for-loop|1 local.get $0 - local.get $1 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 local.get $0 call $~lib/typedarray/Uint16Array#__get local.set $3 @@ -39556,7 +39146,7 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Int32Array,i32> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Int32Array,i32>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -39573,37 +39163,35 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 call $~lib/typedarray/Int32Array#constructor - local.tee $2 + local.tee $1 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $1 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $2 + local.get $1 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=12 - local.get $2 + local.get $1 local.get $0 i32.const 10928 local.get $0 @@ -39617,34 +39205,35 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $2 + local.get $1 i32.store offset=12 - local.get $0 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.load - local.tee $3 + local.tee $0 i32.store offset=4 - local.get $0 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=12 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.set $3 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=12 - local.get $2 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $5 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=12 - local.get $0 local.get $3 + local.get $0 local.get $4 local.get $5 - local.get $2 + local.get $1 i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice @@ -39669,10 +39258,9 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -39681,16 +39269,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -39741,13 +39328,13 @@ local.set $0 loop $for-loop|1 local.get $0 - local.get $1 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 local.get $0 call $~lib/typedarray/Int32Array#__get local.set $3 @@ -39787,7 +39374,7 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Uint32Array,u32> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Uint32Array,u32>" (local $0 i32) (local $1 i32) (local $2 i32) @@ -39804,37 +39391,35 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 call $~lib/typedarray/Uint32Array#constructor - local.tee $2 + local.tee $1 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $1 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $3 - local.get $2 + local.get $1 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=12 - local.get $2 + local.get $1 local.get $0 i32.const 10928 local.get $0 @@ -39848,34 +39433,35 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $2 + local.get $1 i32.store offset=12 - local.get $0 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.load - local.tee $3 + local.tee $0 i32.store offset=4 - local.get $0 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=12 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.set $3 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=12 - local.get $2 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $5 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=12 - local.get $0 local.get $3 + local.get $0 local.get $4 local.get $5 - local.get $2 + local.get $1 i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice @@ -39900,10 +39486,9 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -39912,16 +39497,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -39972,13 +39556,13 @@ local.set $0 loop $for-loop|1 local.get $0 - local.get $1 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store offset=4 - local.get $2 + local.get $1 local.get $0 call $~lib/typedarray/Uint32Array#__get local.set $3 @@ -40018,11 +39602,11 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Int64Array,i64> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Int64Array,i64>" (local $0 i32) (local $1 i32) - (local $2 i64) - (local $3 i32) + (local $2 i32) + (local $3 i64) (local $4 i32) (local $5 i32) (local $6 i32) @@ -40036,37 +39620,35 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 call $~lib/typedarray/Int64Array#constructor - local.tee $3 + local.tee $1 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $1 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $3 + local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=12 - local.get $3 + local.get $1 local.get $0 i32.const 10928 local.get $0 @@ -40081,34 +39663,35 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $3 + local.get $1 i32.store offset=12 - local.get $0 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.load - local.tee $4 + local.tee $0 i32.store offset=4 - local.get $0 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=12 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.set $4 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $5 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=12 - local.get $3 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $6 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=12 - local.get $0 local.get $4 + local.get $0 local.get $5 local.get $6 - local.get $3 + local.get $1 i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice @@ -40133,10 +39716,9 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -40145,16 +39727,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -40205,23 +39786,23 @@ local.set $0 loop $for-loop|1 local.get $0 - local.get $1 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 call $~lib/typedarray/Int64Array#__get - local.set $2 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=4 local.get $6 local.get $0 call $~lib/typedarray/Int64Array#__get - local.get $2 + local.get $3 i64.ne if i32.const 0 @@ -40251,11 +39832,11 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Uint64Array,u64> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Uint64Array,u64>" (local $0 i32) (local $1 i32) - (local $2 i64) - (local $3 i32) + (local $2 i32) + (local $3 i64) (local $4 i32) (local $5 i32) (local $6 i32) @@ -40269,37 +39850,35 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 call $~lib/typedarray/Uint64Array#constructor - local.tee $3 + local.tee $1 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $1 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $3 + local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=12 - local.get $3 + local.get $1 local.get $0 i32.const 10928 local.get $0 @@ -40314,34 +39893,35 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $3 + local.get $1 i32.store offset=12 - local.get $0 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.load - local.tee $4 + local.tee $0 i32.store offset=4 - local.get $0 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=12 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.set $4 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $5 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=12 - local.get $3 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $6 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=12 - local.get $0 local.get $4 + local.get $0 local.get $5 local.get $6 - local.get $3 + local.get $1 i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice @@ -40366,10 +39946,9 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -40378,16 +39957,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -40438,23 +40016,23 @@ local.set $0 loop $for-loop|1 local.get $0 - local.get $1 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 call $~lib/typedarray/Uint64Array#__get - local.set $2 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=4 local.get $6 local.get $0 call $~lib/typedarray/Uint64Array#__get - local.get $2 + local.get $3 i64.ne if i32.const 0 @@ -40484,11 +40062,11 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Float32Array,f32> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Float32Array,f32>" (local $0 i32) (local $1 i32) - (local $2 f32) - (local $3 i32) + (local $2 i32) + (local $3 f32) (local $4 i32) (local $5 i32) (local $6 i32) @@ -40502,37 +40080,35 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 call $~lib/typedarray/Float32Array#constructor - local.tee $3 + local.tee $1 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $1 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $3 + local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=12 - local.get $3 + local.get $1 local.get $0 i32.const 10928 local.get $0 @@ -40547,34 +40123,35 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $3 + local.get $1 i32.store offset=12 - local.get $0 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.load - local.tee $4 + local.tee $0 i32.store offset=4 - local.get $0 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=12 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.set $4 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $5 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=12 - local.get $3 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $6 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=12 - local.get $0 local.get $4 + local.get $0 local.get $5 local.get $6 - local.get $3 + local.get $1 i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice @@ -40599,10 +40176,9 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -40611,16 +40187,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -40671,23 +40246,23 @@ local.set $0 loop $for-loop|1 local.get $0 - local.get $1 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 call $~lib/typedarray/Float32Array#__get - local.set $2 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=4 local.get $6 local.get $0 call $~lib/typedarray/Float32Array#__get - local.get $2 + local.get $3 f32.ne if i32.const 0 @@ -40717,11 +40292,11 @@ call $~lib/builtins/abort unreachable ) - (func $std/typedarray/testArrayWrap<~lib/typedarray/Float64Array,f64> + (func $"std/typedarray/testArrayWrap<~lib/typedarray/Float64Array,f64>" (local $0 i32) (local $1 i32) - (local $2 f64) - (local $3 i32) + (local $2 i32) + (local $3 f64) (local $4 i32) (local $5 i32) (local $6 i32) @@ -40735,37 +40310,35 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=4 i32.const 10928 call $~lib/array/Array#get:length - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 call $~lib/typedarray/Float64Array#constructor - local.tee $3 + local.tee $1 i32.store offset=8 loop $for-loop|0 local.get $0 - local.get $1 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $3 + local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=12 - local.get $3 + local.get $1 local.get $0 i32.const 10928 local.get $0 @@ -40780,34 +40353,35 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $3 + local.get $1 i32.store offset=12 - local.get $0 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.load - local.tee $4 + local.tee $0 i32.store offset=4 - local.get $0 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=12 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.set $4 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $5 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=12 - local.get $3 + local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $6 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=12 - local.get $0 local.get $4 + local.get $0 local.get $5 local.get $6 - local.get $3 + local.get $1 i32.load offset=8 i32.add call $~lib/arraybuffer/ArrayBuffer#slice @@ -40832,10 +40406,9 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer @@ -40844,16 +40417,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -40904,23 +40476,23 @@ local.set $0 loop $for-loop|1 local.get $0 - local.get $1 + local.get $2 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $1 i32.store offset=4 - local.get $3 + local.get $1 local.get $0 call $~lib/typedarray/Float64Array#__get - local.set $2 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=4 local.get $6 local.get $0 call $~lib/typedarray/Float64Array#__get - local.get $2 + local.get $3 f64.ne if i32.const 0 @@ -40970,19 +40542,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=8 i32.const 11008 @@ -41004,18 +40575,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=8 i32.const 11012 i32.load - local.set $2 + local.set $3 i32.const 0 local.set $0 loop $for-loop|0 @@ -41024,9 +40594,9 @@ i32.lt_s if local.get $0 - local.get $3 - i32.add local.get $2 + i32.add + local.get $3 local.get $0 i32.const 2 i32.shl @@ -41050,7 +40620,6 @@ (local $3 i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -41061,21 +40630,20 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/typedarray/Int8Array#get:length - local.set $5 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 call $~lib/array/Array#get:length - local.get $5 + local.get $3 i32.ne if i32.const 0 @@ -41087,14 +40655,13 @@ end loop $for-loop|0 local.get $2 - local.get $5 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -41103,10 +40670,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $2 @@ -41114,8 +40680,8 @@ i32.load offset=4 i32.add i32.load8_s - local.set $3 - local.get $4 + local.set $4 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -41131,10 +40697,9 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $2 @@ -41142,13 +40707,13 @@ i32.load offset=4 i32.add i32.load8_s - local.set $6 - local.get $4 + local.set $5 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 - local.get $6 + local.get $4 + local.get $5 i32.ne if global.get $~lib/memory/__stack_pointer @@ -41158,9 +40723,9 @@ i32.const 3 local.get $2 f64.convert_i32_s - local.get $3 + local.get $4 f64.convert_i32_s - local.get $6 + local.get $5 f64.convert_i32_s f64.const 0 f64.const 0 @@ -41195,7 +40760,6 @@ (func $~lib/typedarray/Int8Array#set<~lib/typedarray/Int64Array> (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -41212,30 +40776,29 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 call $~lib/typedarray/Int64Array#get:length - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length - local.get $3 + local.get $2 i32.const 6 i32.add i32.lt_s @@ -41248,15 +40811,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 i32.const 6 i32.add - local.set $2 - local.get $4 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -41266,11 +40828,11 @@ local.set $0 loop $for-loop|0 local.get $0 - local.get $3 + local.get $2 i32.lt_s if local.get $0 - local.get $2 + local.get $3 i32.add local.get $1 local.get $0 @@ -41293,7 +40855,6 @@ ) (func $~lib/typedarray/Int8Array#set<~lib/typedarray/Uint8Array> (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -41310,19 +40871,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -41344,13 +40904,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 local.set $0 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $0 @@ -41358,7 +40917,7 @@ i32.load offset=4 local.get $2 memory.copy - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -41366,7 +40925,6 @@ (func $~lib/typedarray/Int8Array#set<~lib/typedarray/Int16Array> (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -41383,30 +40941,29 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 call $~lib/typedarray/Int16Array#get:length - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#get:length - local.get $3 + local.get $2 i32.const 4 i32.add i32.lt_s @@ -41419,15 +40976,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 i32.const 4 i32.add - local.set $2 - local.get $4 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -41437,11 +40993,11 @@ local.set $0 loop $for-loop|0 local.get $0 - local.get $3 + local.get $2 i32.lt_s if local.get $0 - local.get $2 + local.get $3 i32.add local.get $1 local.get $0 @@ -41464,7 +41020,6 @@ ) (func $~lib/typedarray/Int8Array#set<~lib/array/Array> (param $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -41481,19 +41036,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=8 i32.const 11264 @@ -41517,7 +41071,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 local.get $0 @@ -41525,7 +41078,7 @@ i32.const 7 i32.add local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=8 local.get $0 @@ -41533,17 +41086,17 @@ i32.load local.get $1 memory.copy - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) (func $std/typedarray/testTypedArraySet<~lib/typedarray/Int8Array> (local $0 i32) - (local $1 f32) - (local $2 f64) - (local $3 i32) - (local $4 i32) + (local $1 i32) + (local $2 i32) + (local $3 f32) + (local $4 f64) (local $5 i32) (local $6 i32) (local $7 i32) @@ -41560,125 +41113,124 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.const 24 memory.fill - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor - local.tee $6 + local.tee $7 i32.store global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=4 - local.get $6 + local.get $7 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=4 - local.get $6 + local.get $7 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=4 - local.get $6 + local.get $7 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/typedarray/Uint8Array#constructor - local.tee $3 + local.tee $5 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor - local.tee $7 + local.tee $2 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $2 i32.store offset=4 - local.get $7 + local.get $2 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $2 i32.store offset=4 - local.get $7 + local.get $2 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $2 i32.store offset=4 - local.get $7 + local.get $2 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer i32.const 10 call $~lib/typedarray/Int8Array#constructor - local.tee $4 + local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=20 - local.get $4 + local.get $0 call $~lib/typedarray/Int8Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 0 i32.const 16 i32.const 11312 call $~lib/rt/__newArray - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=20 - local.get $4 - local.get $5 + local.get $0 + local.get $6 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 @@ -41692,28 +41244,27 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $5 - local.get $4 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $8 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 call $~lib/typedarray/Int8Array#get:length local.get $8 i32.const 3 @@ -41721,48 +41272,47 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 i32.load offset=4 i32.const 3 i32.add - local.set $5 - local.get $9 + local.set $6 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11092 i32.load local.set $9 loop $for-loop|0 - local.get $0 + local.get $1 local.get $8 i32.lt_s if - local.get $0 - local.get $5 + local.get $1 + local.get $6 i32.add local.get $9 - local.get $0 + local.get $1 i32.const 2 i32.shl i32.add f32.load - local.tee $1 + local.tee $3 i32.trunc_sat_f32_s i32.const 0 - local.get $1 - local.get $1 + local.get $3 + local.get $3 f32.sub f32.const 0 f32.eq select i32.store8 - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|0 end end @@ -41771,46 +41321,46 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 0 i32.const 16 i32.const 11392 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=20 - local.get $4 - local.get $6 + local.get $0 + local.get $7 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 0 i32.const 16 i32.const 11424 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 @@ -41824,79 +41374,77 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $4 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 call $~lib/typedarray/Int8Array#get:length - local.get $5 + local.get $6 i32.const 2 i32.add i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 i32.load offset=4 i32.const 2 i32.add - local.set $6 - local.get $0 + local.set $7 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11188 i32.load local.set $8 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|00 - local.get $0 - local.get $5 + local.get $1 + local.get $6 i32.lt_s if - local.get $0 - local.get $6 + local.get $1 + local.get $7 i32.add local.get $8 - local.get $0 + local.get $1 i32.const 3 i32.shl i32.add f64.load - local.tee $2 + local.tee $4 i32.trunc_sat_f64_s i32.const 0 - local.get $2 - local.get $2 + local.get $4 + local.get $4 f64.sub f64.const 0 f64.eq select i32.store8 - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|00 end end @@ -41905,60 +41453,60 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 0 i32.const 16 i32.const 11456 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=20 - local.get $4 - local.get $3 + local.get $0 + local.get $5 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $2 i32.store offset=20 - local.get $4 - local.get $7 + local.get $0 + local.get $2 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=20 - local.get $4 + local.get $0 call $~lib/typedarray/Int8Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 0 i32.const 16 i32.const 11488 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -41981,7 +41529,6 @@ unreachable ) (func $~lib/typedarray/Uint8Array#__uget (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -41998,10 +41545,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $1 @@ -42010,7 +41556,7 @@ i32.add i32.load8_u local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -42037,21 +41583,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/typedarray/Int8Array#get:length - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 call $~lib/array/Array#get:length - local.get $4 + local.get $3 i32.ne if i32.const 0 @@ -42063,7 +41608,7 @@ end loop $for-loop|0 local.get $2 - local.get $4 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer @@ -42072,15 +41617,15 @@ local.get $0 local.get $2 call $~lib/typedarray/Uint8Array#__uget - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 local.get $2 call $~lib/typedarray/Uint8Array#__uget - local.tee $3 - local.get $5 + local.tee $5 + local.get $4 i32.ne if global.get $~lib/memory/__stack_pointer @@ -42090,9 +41635,9 @@ i32.const 3 local.get $2 f64.convert_i32_s - local.get $5 + local.get $4 f64.convert_i32_u - local.get $3 + local.get $5 f64.convert_i32_u f64.const 0 f64.const 0 @@ -42118,10 +41663,10 @@ ) (func $std/typedarray/testTypedArraySet<~lib/typedarray/Uint8Array> (local $0 i32) - (local $1 f32) - (local $2 f64) - (local $3 i32) - (local $4 i32) + (local $1 i32) + (local $2 i32) + (local $3 f32) + (local $4 f64) (local $5 i32) (local $6 i32) (local $7 i32) @@ -42138,125 +41683,124 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.const 24 memory.fill - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor - local.tee $6 + local.tee $7 i32.store global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=4 - local.get $6 + local.get $7 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=4 - local.get $6 + local.get $7 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=4 - local.get $6 + local.get $7 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/typedarray/Uint8Array#constructor - local.tee $3 + local.tee $5 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor - local.tee $7 + local.tee $2 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $2 i32.store offset=4 - local.get $7 + local.get $2 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $2 i32.store offset=4 - local.get $7 + local.get $2 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $2 i32.store offset=4 - local.get $7 + local.get $2 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer i32.const 10 call $~lib/typedarray/Uint8Array#constructor - local.tee $4 + local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=20 - local.get $4 + local.get $0 call $~lib/typedarray/Int8Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 i32.const 11520 call $~lib/rt/__newArray - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=20 - local.get $4 - local.get $5 + local.get $0 + local.get $6 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 @@ -42270,28 +41814,27 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $5 - local.get $4 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $8 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 call $~lib/typedarray/Int8Array#get:length local.get $8 i32.const 3 @@ -42299,48 +41842,47 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 i32.load offset=4 i32.const 3 i32.add - local.set $5 - local.get $9 + local.set $6 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11092 i32.load local.set $9 loop $for-loop|0 - local.get $0 + local.get $1 local.get $8 i32.lt_s if - local.get $0 - local.get $5 + local.get $1 + local.get $6 i32.add local.get $9 - local.get $0 + local.get $1 i32.const 2 i32.shl i32.add f32.load - local.tee $1 + local.tee $3 i32.trunc_sat_f32_u i32.const 0 - local.get $1 - local.get $1 + local.get $3 + local.get $3 f32.sub f32.const 0 f32.eq select i32.store8 - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|0 end end @@ -42349,46 +41891,46 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 i32.const 11600 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=20 - local.get $4 - local.get $6 + local.get $0 + local.get $7 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 i32.const 11632 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 @@ -42402,79 +41944,77 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $4 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 call $~lib/typedarray/Int8Array#get:length - local.get $5 + local.get $6 i32.const 2 i32.add i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 i32.load offset=4 i32.const 2 i32.add - local.set $6 - local.get $0 + local.set $7 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11188 i32.load local.set $8 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|00 - local.get $0 - local.get $5 + local.get $1 + local.get $6 i32.lt_s if - local.get $0 - local.get $6 + local.get $1 + local.get $7 i32.add local.get $8 - local.get $0 + local.get $1 i32.const 3 i32.shl i32.add f64.load - local.tee $2 + local.tee $4 i32.trunc_sat_f64_u i32.const 0 - local.get $2 - local.get $2 + local.get $4 + local.get $4 f64.sub f64.const 0 f64.eq select i32.store8 - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|00 end end @@ -42483,60 +42023,60 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 i32.const 11664 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=20 - local.get $4 - local.get $3 + local.get $0 + local.get $5 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $2 i32.store offset=20 - local.get $4 - local.get $7 + local.get $0 + local.get $2 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=20 - local.get $4 + local.get $0 call $~lib/typedarray/Int8Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 i32.const 11696 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -42579,21 +42119,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/typedarray/Int8Array#get:length - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 call $~lib/array/Array#get:length - local.get $4 + local.get $3 i32.ne if i32.const 0 @@ -42605,7 +42144,7 @@ end loop $for-loop|0 local.get $2 - local.get $4 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer @@ -42614,15 +42153,15 @@ local.get $0 local.get $2 call $~lib/typedarray/Uint8Array#__uget - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 local.get $2 call $~lib/typedarray/Uint8Array#__uget - local.tee $3 - local.get $5 + local.tee $5 + local.get $4 i32.ne if global.get $~lib/memory/__stack_pointer @@ -42632,9 +42171,9 @@ i32.const 3 local.get $2 f64.convert_i32_s - local.get $5 + local.get $4 f64.convert_i32_u - local.get $3 + local.get $5 f64.convert_i32_u f64.const 0 f64.const 0 @@ -42659,8 +42198,8 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int64Array> (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i64) - (local $4 i32) + (local $3 i32) + (local $4 i64) (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 12 @@ -42678,24 +42217,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 call $~lib/typedarray/Int64Array#get:length - local.set $4 + local.set $3 local.get $2 i32.const 0 i32.lt_s @@ -42708,7 +42246,7 @@ local.get $0 call $~lib/typedarray/Int8Array#get:length local.get $2 - local.get $4 + local.get $3 i32.add i32.lt_s end @@ -42721,7 +42259,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 i32.store offset=8 local.get $2 @@ -42729,7 +42266,7 @@ i32.load offset=4 i32.add local.set $2 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -42739,7 +42276,7 @@ local.set $0 loop $for-loop|0 local.get $0 - local.get $4 + local.get $3 i32.lt_s if local.get $0 @@ -42751,7 +42288,7 @@ i32.shl i32.add i64.load - local.tee $3 + local.tee $4 i32.wrap_i64 local.tee $5 i32.const 31 @@ -42765,7 +42302,7 @@ i32.const 31 i32.shr_s i64.extend_i32_s - local.get $3 + local.get $4 i64.or i64.and i64.store8 @@ -42800,19 +42337,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -42843,7 +42379,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store offset=8 local.get $2 @@ -42851,12 +42386,12 @@ i32.load offset=4 i32.add local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 i32.load offset=4 - local.set $1 + local.set $4 i32.const 0 local.set $0 loop $for-loop|0 @@ -42868,19 +42403,19 @@ local.get $2 i32.add i32.const 255 - local.get $1 + local.get $4 local.get $0 i32.const 1 i32.shl i32.add i32.load16_s - local.tee $4 + local.tee $1 i32.sub i32.const 31 i32.shr_s - local.get $4 + local.get $1 i32.or - local.get $4 + local.get $1 i32.const 31 i32.shr_s i32.const -1 @@ -42901,9 +42436,9 @@ ) (func $std/typedarray/testTypedArraySet<~lib/typedarray/Uint8ClampedArray> (local $0 i32) - (local $1 f32) - (local $2 f64) - (local $3 i32) + (local $1 i32) + (local $2 f32) + (local $3 f64) (local $4 i32) (local $5 i32) (local $6 i32) @@ -42922,11 +42457,10 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.const 24 memory.fill - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $5 @@ -43014,10 +42548,10 @@ global.get $~lib/memory/__stack_pointer i32.const 10 call $~lib/typedarray/Uint8ClampedArray#constructor - local.tee $3 + local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 @@ -43031,56 +42565,54 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=8 i32.const 11008 call $~lib/array/Array#get:length local.set $8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=8 - local.get $3 + local.get $0 call $~lib/typedarray/Int8Array#get:length local.get $8 i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.get $3 + local.get $0 i32.store offset=8 - local.get $3 + local.get $0 i32.load offset=4 local.set $9 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=8 i32.const 11012 i32.load local.set $10 loop $for-loop|0 - local.get $0 + local.get $1 local.get $8 i32.lt_s if - local.get $0 + local.get $1 local.get $9 i32.add i32.const 255 local.get $10 - local.get $0 + local.get $1 i32.const 2 i32.shl i32.add @@ -43098,10 +42630,10 @@ i32.xor i32.and i32.store8 - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|0 end end @@ -43110,22 +42642,22 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 i32.const 11728 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $3 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 @@ -43139,28 +42671,27 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $3 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=8 - local.get $3 + local.get $0 call $~lib/typedarray/Int8Array#get:length local.get $4 i32.const 3 @@ -43168,43 +42699,42 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $3 + local.get $0 i32.store offset=8 - local.get $3 + local.get $0 i32.load offset=4 i32.const 3 i32.add local.set $8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11092 i32.load local.set $9 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|00 - local.get $0 + local.get $1 local.get $4 i32.lt_s if - local.get $0 + local.get $1 local.get $8 i32.add local.get $9 - local.get $0 + local.get $1 i32.const 2 i32.shl i32.add f32.load - local.tee $1 - local.get $1 + local.tee $2 + local.get $2 f32.sub f32.const 0 f32.eq if (result i32) - local.get $1 + local.get $2 f32.const 255 f32.min f32.const 0 @@ -43214,10 +42744,10 @@ i32.const 0 end i32.store8 - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|00 end end @@ -43226,47 +42756,47 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 i32.const 11824 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $3 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $5 i32.store offset=20 - local.get $3 + local.get $0 local.get $5 i32.const 6 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 i32.const 11856 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $3 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 @@ -43280,28 +42810,27 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $3 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=8 - local.get $3 + local.get $0 call $~lib/typedarray/Int8Array#get:length local.get $4 i32.const 2 @@ -43309,43 +42838,42 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $3 + local.get $0 i32.store offset=8 - local.get $3 + local.get $0 i32.load offset=4 i32.const 2 i32.add local.set $5 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11188 i32.load local.set $8 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|01 - local.get $0 + local.get $1 local.get $4 i32.lt_s if - local.get $0 + local.get $1 local.get $5 i32.add local.get $8 - local.get $0 + local.get $1 i32.const 3 i32.shl i32.add f64.load - local.tee $2 - local.get $2 + local.tee $3 + local.get $3 f64.sub f64.const 0 f64.eq if (result i32) - local.get $2 + local.get $3 f64.const 255 f64.min f64.const 0 @@ -43355,10 +42883,10 @@ i32.const 0 end i32.store8 - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|01 end end @@ -43367,41 +42895,41 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 i32.const 11888 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $3 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=20 - local.get $3 + local.get $0 local.get $6 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=20 - local.get $3 + local.get $0 local.get $7 i32.const 4 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 @@ -43415,28 +42943,27 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $3 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=8 i32.const 11264 call $~lib/array/Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=8 - local.get $3 + local.get $0 call $~lib/typedarray/Int8Array#get:length local.get $4 i32.const 7 @@ -43444,32 +42971,31 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $3 + local.get $0 i32.store offset=8 - local.get $3 + local.get $0 i32.load offset=4 i32.const 7 i32.add local.set $5 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=8 i32.const 11268 i32.load local.set $6 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|02 - local.get $0 + local.get $1 local.get $4 i32.lt_s if - local.get $0 + local.get $1 local.get $5 i32.add i32.const 255 - local.get $0 + local.get $1 local.get $6 i32.add i32.load8_s @@ -43486,10 +43012,10 @@ i32.xor i32.and i32.store8 - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|02 end end @@ -43498,19 +43024,19 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 i32.const 10 i32.const 0 i32.const 64 i32.const 11920 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $3 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -43552,19 +43078,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=8 i32.const 11008 @@ -43586,18 +43111,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=8 i32.const 11012 i32.load - local.set $2 + local.set $3 i32.const 0 local.set $0 loop $for-loop|0 @@ -43605,12 +43129,12 @@ local.get $1 i32.lt_s if - local.get $3 + local.get $2 local.get $0 i32.const 1 i32.shl i32.add - local.get $2 + local.get $3 local.get $0 i32.const 2 i32.shl @@ -43630,7 +43154,6 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/typedarray/Int16Array#__uget (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -43647,10 +43170,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -43661,7 +43183,7 @@ i32.add i32.load16_s local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -43688,21 +43210,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/typedarray/Int16Array#get:length - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 call $~lib/array/Array#get:length - local.get $4 + local.get $3 i32.ne if i32.const 0 @@ -43714,7 +43235,7 @@ end loop $for-loop|0 local.get $2 - local.get $4 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer @@ -43723,15 +43244,15 @@ local.get $0 local.get $2 call $~lib/typedarray/Int16Array#__uget - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 local.get $2 call $~lib/typedarray/Int16Array#__uget - local.tee $3 - local.get $5 + local.tee $5 + local.get $4 i32.ne if global.get $~lib/memory/__stack_pointer @@ -43741,9 +43262,9 @@ i32.const 3 local.get $2 f64.convert_i32_s - local.get $5 + local.get $4 f64.convert_i32_s - local.get $3 + local.get $5 f64.convert_i32_s f64.const 0 f64.const 0 @@ -43770,7 +43291,6 @@ (func $~lib/typedarray/Int16Array#set<~lib/typedarray/Int64Array> (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -43787,30 +43307,29 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 call $~lib/typedarray/Int64Array#get:length - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length - local.get $3 + local.get $2 i32.const 6 i32.add i32.lt_s @@ -43823,15 +43342,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 i32.const 12 i32.add - local.set $2 - local.get $4 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -43841,10 +43359,10 @@ local.set $0 loop $for-loop|0 local.get $0 - local.get $3 + local.get $2 i32.lt_s if - local.get $2 + local.get $3 local.get $0 i32.const 1 i32.shl @@ -43871,7 +43389,6 @@ (func $~lib/typedarray/Int16Array#set<~lib/typedarray/Uint8Array> (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -43888,30 +43405,29 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 call $~lib/typedarray/Int8Array#get:length - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#get:length - local.get $3 + local.get $2 i32.lt_s if i32.const 1360 @@ -43922,13 +43438,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 - local.set $2 - local.get $4 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -43938,10 +43453,10 @@ local.set $0 loop $for-loop|0 local.get $0 - local.get $3 + local.get $2 i32.lt_s if - local.get $2 + local.get $3 local.get $0 i32.const 1 i32.shl @@ -43965,7 +43480,6 @@ ) (func $~lib/typedarray/Int16Array#set<~lib/typedarray/Int16Array> (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -43982,19 +43496,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -44018,7 +43531,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=8 local.get $0 @@ -44026,7 +43538,7 @@ i32.const 8 i32.add local.set $0 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $0 @@ -44036,7 +43548,7 @@ i32.const 1 i32.shl memory.copy - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -44061,19 +43573,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=8 i32.const 11264 @@ -44097,20 +43608,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 i32.const 14 i32.add - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=8 i32.const 11268 i32.load - local.set $2 + local.set $3 i32.const 0 local.set $0 loop $for-loop|0 @@ -44118,13 +43628,13 @@ local.get $1 i32.lt_s if - local.get $3 + local.get $2 local.get $0 i32.const 1 i32.shl i32.add local.get $0 - local.get $2 + local.get $3 i32.add i32.load8_s i32.store16 @@ -44142,10 +43652,10 @@ ) (func $std/typedarray/testTypedArraySet<~lib/typedarray/Int16Array> (local $0 i32) - (local $1 f32) - (local $2 f64) - (local $3 i32) - (local $4 i32) + (local $1 i32) + (local $2 i32) + (local $3 f32) + (local $4 f64) (local $5 i32) (local $6 i32) (local $7 i32) @@ -44162,125 +43672,124 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.const 24 memory.fill - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor - local.tee $6 + local.tee $7 i32.store global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=4 - local.get $6 + local.get $7 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=4 - local.get $6 + local.get $7 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=4 - local.get $6 + local.get $7 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/typedarray/Uint8Array#constructor - local.tee $3 + local.tee $5 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor - local.tee $7 + local.tee $2 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $2 i32.store offset=4 - local.get $7 + local.get $2 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $2 i32.store offset=4 - local.get $7 + local.get $2 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $2 i32.store offset=4 - local.get $7 + local.get $2 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer i32.const 10 call $~lib/typedarray/Int16Array#constructor - local.tee $4 + local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=20 - local.get $4 + local.get $0 call $~lib/typedarray/Int16Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 1 i32.const 65 i32.const 11952 call $~lib/rt/__newArray - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=20 - local.get $4 - local.get $5 + local.get $0 + local.get $6 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 @@ -44294,28 +43803,27 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $5 - local.get $4 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $8 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 call $~lib/typedarray/Int16Array#get:length local.get $8 i32.const 3 @@ -44323,50 +43831,49 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 i32.load offset=4 i32.const 6 i32.add - local.set $5 - local.get $9 + local.set $6 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11092 i32.load local.set $9 loop $for-loop|0 - local.get $0 + local.get $1 local.get $8 i32.lt_s if - local.get $5 - local.get $0 + local.get $6 + local.get $1 i32.const 1 i32.shl i32.add local.get $9 - local.get $0 + local.get $1 i32.const 2 i32.shl i32.add f32.load - local.tee $1 + local.tee $3 i32.trunc_sat_f32_s i32.const 0 - local.get $1 - local.get $1 + local.get $3 + local.get $3 f32.sub f32.const 0 f32.eq select i32.store16 - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|0 end end @@ -44375,46 +43882,46 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 1 i32.const 65 i32.const 12048 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=20 - local.get $4 - local.get $6 + local.get $0 + local.get $7 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 1 i32.const 65 i32.const 12096 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 @@ -44428,81 +43935,79 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $4 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 call $~lib/typedarray/Int16Array#get:length - local.get $5 + local.get $6 i32.const 2 i32.add i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 i32.load offset=4 i32.const 4 i32.add - local.set $6 - local.get $0 + local.set $7 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11188 i32.load local.set $8 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|00 - local.get $0 - local.get $5 + local.get $1 + local.get $6 i32.lt_s if - local.get $6 - local.get $0 + local.get $7 + local.get $1 i32.const 1 i32.shl i32.add local.get $8 - local.get $0 + local.get $1 i32.const 3 i32.shl i32.add f64.load - local.tee $2 + local.tee $4 i32.trunc_sat_f64_s i32.const 0 - local.get $2 - local.get $2 + local.get $4 + local.get $4 f64.sub f64.const 0 f64.eq select i32.store16 - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|00 end end @@ -44511,60 +44016,60 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 1 i32.const 65 i32.const 12144 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=20 - local.get $4 - local.get $3 + local.get $0 + local.get $5 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $2 i32.store offset=20 - local.get $4 - local.get $7 + local.get $0 + local.get $2 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=20 - local.get $4 + local.get $0 call $~lib/typedarray/Int16Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 1 i32.const 65 i32.const 12192 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -44587,7 +44092,6 @@ unreachable ) (func $~lib/typedarray/Uint16Array#__uget (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -44604,10 +44108,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -44618,7 +44121,7 @@ i32.add i32.load16_u local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -44645,21 +44148,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/typedarray/Int16Array#get:length - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 call $~lib/array/Array#get:length - local.get $4 + local.get $3 i32.ne if i32.const 0 @@ -44671,7 +44173,7 @@ end loop $for-loop|0 local.get $2 - local.get $4 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer @@ -44680,15 +44182,15 @@ local.get $0 local.get $2 call $~lib/typedarray/Uint16Array#__uget - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 local.get $2 call $~lib/typedarray/Uint16Array#__uget - local.tee $3 - local.get $5 + local.tee $5 + local.get $4 i32.ne if global.get $~lib/memory/__stack_pointer @@ -44698,9 +44200,9 @@ i32.const 3 local.get $2 f64.convert_i32_s - local.get $5 + local.get $4 f64.convert_i32_u - local.get $3 + local.get $5 f64.convert_i32_u f64.const 0 f64.const 0 @@ -44726,10 +44228,10 @@ ) (func $std/typedarray/testTypedArraySet<~lib/typedarray/Uint16Array> (local $0 i32) - (local $1 f32) - (local $2 f64) - (local $3 i32) - (local $4 i32) + (local $1 i32) + (local $2 i32) + (local $3 f32) + (local $4 f64) (local $5 i32) (local $6 i32) (local $7 i32) @@ -44746,125 +44248,124 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.const 24 memory.fill - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor - local.tee $6 + local.tee $7 i32.store global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=4 - local.get $6 + local.get $7 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=4 - local.get $6 + local.get $7 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=4 - local.get $6 + local.get $7 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/typedarray/Uint8Array#constructor - local.tee $3 + local.tee $5 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor - local.tee $7 + local.tee $2 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $2 i32.store offset=4 - local.get $7 + local.get $2 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $2 i32.store offset=4 - local.get $7 + local.get $2 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $2 i32.store offset=4 - local.get $7 + local.get $2 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer i32.const 10 call $~lib/typedarray/Uint16Array#constructor - local.tee $4 + local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=20 - local.get $4 + local.get $0 call $~lib/typedarray/Int16Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 1 i32.const 66 i32.const 12240 call $~lib/rt/__newArray - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=20 - local.get $4 - local.get $5 + local.get $0 + local.get $6 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 @@ -44878,28 +44379,27 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $5 - local.get $4 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $8 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 call $~lib/typedarray/Int16Array#get:length local.get $8 i32.const 3 @@ -44907,50 +44407,49 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $9 - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 i32.load offset=4 i32.const 6 i32.add - local.set $5 - local.get $9 + local.set $6 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11092 i32.load local.set $9 loop $for-loop|0 - local.get $0 + local.get $1 local.get $8 i32.lt_s if - local.get $5 - local.get $0 + local.get $6 + local.get $1 i32.const 1 i32.shl i32.add local.get $9 - local.get $0 + local.get $1 i32.const 2 i32.shl i32.add f32.load - local.tee $1 + local.tee $3 i32.trunc_sat_f32_u i32.const 0 - local.get $1 - local.get $1 + local.get $3 + local.get $3 f32.sub f32.const 0 f32.eq select i32.store16 - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|0 end end @@ -44959,46 +44458,46 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 1 i32.const 66 i32.const 12336 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $7 i32.store offset=20 - local.get $4 - local.get $6 + local.get $0 + local.get $7 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 1 i32.const 66 i32.const 12384 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 @@ -45012,81 +44511,79 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $4 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 call $~lib/typedarray/Int16Array#get:length - local.get $5 + local.get $6 i32.const 2 i32.add i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 i32.load offset=4 i32.const 4 i32.add - local.set $6 - local.get $0 + local.set $7 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11188 i32.load local.set $8 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|00 - local.get $0 - local.get $5 + local.get $1 + local.get $6 i32.lt_s if - local.get $6 - local.get $0 + local.get $7 + local.get $1 i32.const 1 i32.shl i32.add local.get $8 - local.get $0 + local.get $1 i32.const 3 i32.shl i32.add f64.load - local.tee $2 + local.tee $4 i32.trunc_sat_f64_u i32.const 0 - local.get $2 - local.get $2 + local.get $4 + local.get $4 f64.sub f64.const 0 f64.eq select i32.store16 - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|00 end end @@ -45095,60 +44592,60 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 1 i32.const 66 i32.const 12432 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=20 - local.get $4 - local.get $3 + local.get $0 + local.get $5 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $2 i32.store offset=20 - local.get $4 - local.get $7 + local.get $0 + local.get $2 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=20 - local.get $4 + local.get $0 call $~lib/typedarray/Int16Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 1 i32.const 66 i32.const 12480 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -45172,7 +44669,6 @@ ) (func $~lib/typedarray/Int32Array#set<~lib/array/Array> (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -45189,24 +44685,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 call $~lib/array/Array#get:length - local.set $4 + local.set $3 local.get $2 i32.const 0 i32.lt_s @@ -45219,7 +44714,7 @@ local.get $0 call $~lib/typedarray/Int32Array#get:length local.get $2 - local.get $4 + local.get $3 i32.add i32.lt_s end @@ -45232,7 +44727,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=8 local.get $0 @@ -45242,23 +44736,22 @@ i32.shl i32.add local.set $0 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $0 local.get $1 i32.load offset=4 - local.get $4 + local.get $3 i32.const 2 i32.shl memory.copy - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) (func $~lib/typedarray/Int32Array#__uget (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -45275,10 +44768,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -45289,7 +44781,7 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -45316,21 +44808,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 call $~lib/array/Array#get:length - local.get $4 + local.get $3 i32.ne if i32.const 0 @@ -45342,7 +44833,7 @@ end loop $for-loop|0 local.get $2 - local.get $4 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer @@ -45351,15 +44842,15 @@ local.get $0 local.get $2 call $~lib/typedarray/Int32Array#__uget - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 local.get $2 call $~lib/typedarray/Int32Array#__uget - local.tee $3 - local.get $5 + local.tee $5 + local.get $4 i32.ne if global.get $~lib/memory/__stack_pointer @@ -45369,9 +44860,9 @@ i32.const 3 local.get $2 f64.convert_i32_s - local.get $5 + local.get $4 f64.convert_i32_s - local.get $3 + local.get $5 f64.convert_i32_s f64.const 0 f64.const 0 @@ -45398,7 +44889,6 @@ (func $~lib/typedarray/Int32Array#set<~lib/typedarray/Int64Array> (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -45415,30 +44905,29 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 call $~lib/typedarray/Int64Array#get:length - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length - local.get $3 + local.get $2 i32.const 6 i32.add i32.lt_s @@ -45451,15 +44940,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 i32.const 24 i32.add - local.set $2 - local.get $4 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -45469,10 +44957,10 @@ local.set $0 loop $for-loop|0 local.get $0 - local.get $3 + local.get $2 i32.lt_s if - local.get $2 + local.get $3 local.get $0 i32.const 2 i32.shl @@ -45499,7 +44987,6 @@ (func $~lib/typedarray/Int32Array#set<~lib/typedarray/Uint8Array> (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -45516,30 +45003,29 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 call $~lib/typedarray/Int8Array#get:length - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length - local.get $3 + local.get $2 i32.lt_s if i32.const 1360 @@ -45550,13 +45036,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 - local.set $2 - local.get $4 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -45566,10 +45051,10 @@ local.set $0 loop $for-loop|0 local.get $0 - local.get $3 + local.get $2 i32.lt_s if - local.get $2 + local.get $3 local.get $0 i32.const 2 i32.shl @@ -45594,7 +45079,6 @@ (func $~lib/typedarray/Int32Array#set<~lib/typedarray/Int16Array> (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -45611,30 +45095,29 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 call $~lib/typedarray/Int16Array#get:length - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#get:length - local.get $3 + local.get $2 i32.const 4 i32.add i32.lt_s @@ -45647,15 +45130,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 i32.const 16 i32.add - local.set $2 - local.get $4 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -45665,10 +45147,10 @@ local.set $0 loop $for-loop|0 local.get $0 - local.get $3 + local.get $2 i32.lt_s if - local.get $2 + local.get $3 local.get $0 i32.const 2 i32.shl @@ -45712,19 +45194,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=8 i32.const 11264 @@ -45748,20 +45229,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 i32.const 28 i32.add - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=8 i32.const 11268 i32.load - local.set $2 + local.set $3 i32.const 0 local.set $0 loop $for-loop|0 @@ -45769,13 +45249,13 @@ local.get $1 i32.lt_s if - local.get $3 + local.get $2 local.get $0 i32.const 2 i32.shl i32.add local.get $0 - local.get $2 + local.get $3 i32.add i32.load8_s i32.store @@ -45793,10 +45273,10 @@ ) (func $std/typedarray/testTypedArraySet<~lib/typedarray/Int32Array> (local $0 i32) - (local $1 f32) - (local $2 f64) - (local $3 i32) - (local $4 i32) + (local $1 i32) + (local $2 i32) + (local $3 f32) + (local $4 f64) (local $5 i32) (local $6 i32) (local $7 i32) @@ -45814,127 +45294,126 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.const 24 memory.fill - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor - local.tee $7 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/typedarray/Uint8Array#constructor - local.tee $3 + local.tee $5 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor - local.tee $8 + local.tee $2 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $2 i32.store offset=4 - local.get $8 + local.get $2 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $2 i32.store offset=4 - local.get $8 + local.get $2 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $2 i32.store offset=4 - local.get $8 + local.get $2 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer i32.const 10 call $~lib/typedarray/Int32Array#constructor - local.tee $4 + local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=20 - local.get $4 + local.get $0 i32.const 11008 i32.const 0 call $~lib/typedarray/Int32Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 2 i32.const 17 i32.const 12528 call $~lib/rt/__newArray - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=20 - local.get $4 - local.get $5 + local.get $0 + local.get $6 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 @@ -45948,79 +45427,77 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $5 - local.get $4 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 call $~lib/typedarray/Int32Array#get:length - local.get $5 + local.get $6 i32.const 3 i32.add i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 i32.load offset=4 i32.const 12 i32.add local.set $9 - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11092 i32.load local.set $10 loop $for-loop|0 - local.get $0 - local.get $5 + local.get $1 + local.get $6 i32.lt_s if local.get $10 - local.get $0 + local.get $1 i32.const 2 i32.shl - local.tee $6 + local.tee $7 i32.add f32.load - local.set $1 - local.get $6 + local.set $3 + local.get $7 local.get $9 i32.add - local.get $1 + local.get $3 i32.trunc_sat_f32_s i32.const 0 - local.get $1 - local.get $1 + local.get $3 + local.get $3 f32.sub f32.const 0 f32.eq select i32.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|0 end end @@ -46029,46 +45506,46 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 2 i32.const 17 i32.const 12640 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=20 - local.get $4 - local.get $7 + local.get $0 + local.get $8 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 2 i32.const 17 i32.const 12704 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 @@ -46082,81 +45559,79 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $4 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 call $~lib/typedarray/Int32Array#get:length - local.get $5 + local.get $6 i32.const 2 i32.add i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 i32.load offset=4 i32.const 8 i32.add - local.set $6 - local.get $0 + local.set $7 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11188 i32.load - local.set $7 + local.set $8 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|00 - local.get $0 - local.get $5 + local.get $1 + local.get $6 i32.lt_s if - local.get $6 - local.get $0 + local.get $7 + local.get $1 i32.const 2 i32.shl i32.add - local.get $7 - local.get $0 + local.get $8 + local.get $1 i32.const 3 i32.shl i32.add f64.load - local.tee $2 + local.tee $4 i32.trunc_sat_f64_s i32.const 0 - local.get $2 - local.get $2 + local.get $4 + local.get $4 f64.sub f64.const 0 f64.eq select i32.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|00 end end @@ -46165,60 +45640,60 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 2 i32.const 17 i32.const 12768 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=20 - local.get $4 - local.get $3 + local.get $0 + local.get $5 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $2 i32.store offset=20 - local.get $4 - local.get $8 + local.get $0 + local.get $2 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=20 - local.get $4 + local.get $0 call $~lib/typedarray/Int32Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 2 i32.const 17 i32.const 12832 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -46241,7 +45716,6 @@ unreachable ) (func $~lib/typedarray/Uint32Array#__uget (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -46258,10 +45732,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -46272,7 +45745,7 @@ i32.add i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -46299,21 +45772,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $4 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 call $~lib/array/Array#get:length - local.get $4 + local.get $3 i32.ne if i32.const 0 @@ -46325,7 +45797,7 @@ end loop $for-loop|0 local.get $2 - local.get $4 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer @@ -46334,15 +45806,15 @@ local.get $0 local.get $2 call $~lib/typedarray/Uint32Array#__uget - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 local.get $2 call $~lib/typedarray/Uint32Array#__uget - local.tee $3 - local.get $5 + local.tee $5 + local.get $4 i32.ne if global.get $~lib/memory/__stack_pointer @@ -46352,9 +45824,9 @@ i32.const 3 local.get $2 f64.convert_i32_s - local.get $5 + local.get $4 f64.convert_i32_u - local.get $3 + local.get $5 f64.convert_i32_u f64.const 0 f64.const 0 @@ -46380,10 +45852,10 @@ ) (func $std/typedarray/testTypedArraySet<~lib/typedarray/Uint32Array> (local $0 i32) - (local $1 f32) - (local $2 f64) - (local $3 i32) - (local $4 i32) + (local $1 i32) + (local $2 i32) + (local $3 f32) + (local $4 f64) (local $5 i32) (local $6 i32) (local $7 i32) @@ -46401,127 +45873,126 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.const 24 memory.fill - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor - local.tee $7 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=4 - local.get $7 + local.get $8 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/typedarray/Uint8Array#constructor - local.tee $3 + local.tee $5 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor - local.tee $8 + local.tee $2 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $2 i32.store offset=4 - local.get $8 + local.get $2 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $2 i32.store offset=4 - local.get $8 + local.get $2 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $2 i32.store offset=4 - local.get $8 + local.get $2 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer i32.const 10 call $~lib/typedarray/Uint32Array#constructor - local.tee $4 + local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=20 - local.get $4 + local.get $0 i32.const 11008 i32.const 0 call $~lib/typedarray/Int32Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 2 i32.const 67 i32.const 12896 call $~lib/rt/__newArray - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=20 - local.get $4 - local.get $5 + local.get $0 + local.get $6 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 @@ -46535,79 +46006,77 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $5 - local.get $4 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 call $~lib/typedarray/Int32Array#get:length - local.get $5 + local.get $6 i32.const 3 i32.add i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 i32.load offset=4 i32.const 12 i32.add local.set $9 - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11092 i32.load local.set $10 loop $for-loop|0 - local.get $0 - local.get $5 + local.get $1 + local.get $6 i32.lt_s if local.get $10 - local.get $0 + local.get $1 i32.const 2 i32.shl - local.tee $6 + local.tee $7 i32.add f32.load - local.set $1 - local.get $6 + local.set $3 + local.get $7 local.get $9 i32.add - local.get $1 + local.get $3 i32.trunc_sat_f32_u i32.const 0 - local.get $1 - local.get $1 + local.get $3 + local.get $3 f32.sub f32.const 0 f32.eq select i32.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|0 end end @@ -46616,46 +46085,46 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 2 i32.const 67 i32.const 13008 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=20 - local.get $4 - local.get $7 + local.get $0 + local.get $8 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 2 i32.const 67 i32.const 13072 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 @@ -46669,81 +46138,79 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $4 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 call $~lib/typedarray/Int32Array#get:length - local.get $5 + local.get $6 i32.const 2 i32.add i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 i32.load offset=4 i32.const 8 i32.add - local.set $6 - local.get $0 + local.set $7 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11188 i32.load - local.set $7 + local.set $8 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|00 - local.get $0 - local.get $5 + local.get $1 + local.get $6 i32.lt_s if - local.get $6 - local.get $0 + local.get $7 + local.get $1 i32.const 2 i32.shl i32.add - local.get $7 - local.get $0 + local.get $8 + local.get $1 i32.const 3 i32.shl i32.add f64.load - local.tee $2 + local.tee $4 i32.trunc_sat_f64_u i32.const 0 - local.get $2 - local.get $2 + local.get $4 + local.get $4 f64.sub f64.const 0 f64.eq select i32.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|00 end end @@ -46752,60 +46219,60 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 2 i32.const 67 i32.const 13136 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=20 - local.get $4 - local.get $3 + local.get $0 + local.get $5 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $2 i32.store offset=20 - local.get $4 - local.get $8 + local.get $0 + local.get $2 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=20 - local.get $4 + local.get $0 call $~lib/typedarray/Int32Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 2 i32.const 67 i32.const 13200 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -46847,19 +46314,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=8 i32.const 11008 @@ -46881,18 +46347,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=8 i32.const 11012 i32.load - local.set $2 + local.set $3 i32.const 0 local.set $0 loop $for-loop|0 @@ -46900,12 +46365,12 @@ local.get $1 i32.lt_s if - local.get $3 + local.get $2 local.get $0 i32.const 3 i32.shl i32.add - local.get $2 + local.get $3 local.get $0 i32.const 2 i32.shl @@ -46925,8 +46390,7 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/typedarray/Int64Array#__uget (param $0 i32) (param $1 i32) (result i64) - (local $2 i32) - (local $3 i64) + (local $2 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -46943,10 +46407,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -46956,18 +46419,18 @@ i32.shl i32.add i64.load - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 ) (func $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 i64) + (local $3 i32) (local $4 i64) - (local $5 i32) + (local $5 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -46984,21 +46447,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $5 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 call $~lib/array/Array#get:length - local.get $5 + local.get $3 i32.ne if i32.const 0 @@ -47010,7 +46472,7 @@ end loop $for-loop|0 local.get $2 - local.get $5 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer @@ -47019,15 +46481,15 @@ local.get $0 local.get $2 call $~lib/typedarray/Int64Array#__uget - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 local.get $2 call $~lib/typedarray/Int64Array#__uget - local.tee $4 - local.get $3 + local.tee $5 + local.get $4 i64.ne if global.get $~lib/memory/__stack_pointer @@ -47037,10 +46499,10 @@ i32.const 3 local.get $2 f64.convert_i32_s - local.get $3 - f64.convert_i64_s local.get $4 f64.convert_i64_s + local.get $5 + f64.convert_i64_s f64.const 0 f64.const 0 call $~lib/builtins/trace @@ -47065,7 +46527,6 @@ ) (func $~lib/typedarray/Int64Array#set<~lib/typedarray/Int64Array> (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -47082,19 +46543,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -47118,7 +46578,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $0 i32.store offset=8 local.get $0 @@ -47126,7 +46585,7 @@ i32.const 48 i32.add local.set $0 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $0 @@ -47136,7 +46595,7 @@ i32.const 3 i32.shl memory.copy - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -47144,7 +46603,6 @@ (func $~lib/typedarray/Int64Array#set<~lib/typedarray/Uint8Array> (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -47161,30 +46619,29 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 call $~lib/typedarray/Int8Array#get:length - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.get $3 + local.get $2 i32.lt_s if i32.const 1360 @@ -47195,13 +46652,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 - local.set $2 - local.get $4 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -47211,10 +46667,10 @@ local.set $0 loop $for-loop|0 local.get $0 - local.get $3 + local.get $2 i32.lt_s if - local.get $2 + local.get $3 local.get $0 i32.const 3 i32.shl @@ -47239,7 +46695,6 @@ (func $~lib/typedarray/Int64Array#set<~lib/typedarray/Int16Array> (param $0 i32) (param $1 i32) (local $2 i32) (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -47256,30 +46711,29 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 call $~lib/typedarray/Int16Array#get:length - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.get $3 + local.get $2 i32.const 4 i32.add i32.lt_s @@ -47292,15 +46746,14 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 i32.const 32 i32.add - local.set $2 - local.get $4 + local.set $3 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -47310,10 +46763,10 @@ local.set $0 loop $for-loop|0 local.get $0 - local.get $3 + local.get $2 i32.lt_s if - local.get $2 + local.get $3 local.get $0 i32.const 3 i32.shl @@ -47357,19 +46810,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=8 i32.const 11264 @@ -47393,20 +46845,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store offset=8 local.get $0 i32.load offset=4 i32.const 56 i32.add - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=8 i32.const 11268 i32.load - local.set $2 + local.set $3 i32.const 0 local.set $0 loop $for-loop|0 @@ -47414,13 +46865,13 @@ local.get $1 i32.lt_s if - local.get $3 + local.get $2 local.get $0 i32.const 3 i32.shl i32.add local.get $0 - local.get $2 + local.get $3 i32.add i64.load8_s i64.store @@ -47438,10 +46889,10 @@ ) (func $std/typedarray/testTypedArraySet<~lib/typedarray/Int64Array> (local $0 i32) - (local $1 f64) - (local $2 f32) - (local $3 i32) - (local $4 i32) + (local $1 i32) + (local $2 i32) + (local $3 f64) + (local $4 f32) (local $5 i32) (local $6 i32) (local $7 i32) @@ -47458,110 +46909,109 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.const 24 memory.fill - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor - local.tee $5 + local.tee $6 i32.store global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=4 - local.get $5 + local.get $6 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=4 - local.get $5 + local.get $6 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=4 - local.get $5 + local.get $6 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/typedarray/Uint8Array#constructor - local.tee $3 + local.tee $5 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor - local.tee $6 + local.tee $2 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $2 i32.store offset=4 - local.get $6 + local.get $2 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $2 i32.store offset=4 - local.get $6 + local.get $2 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $2 i32.store offset=4 - local.get $6 + local.get $2 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer i32.const 10 call $~lib/typedarray/Int64Array#constructor - local.tee $4 + local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=20 - local.get $4 + local.get $0 call $~lib/typedarray/Int64Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 3 @@ -47572,11 +47022,11 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=20 - local.get $4 + local.get $0 local.get $7 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 @@ -47590,28 +47040,27 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $7 i64.const 0 i64.store - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $7 - local.get $4 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=4 - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $7 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 call $~lib/typedarray/Int64Array#get:length local.get $7 i32.const 3 @@ -47619,50 +47068,49 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 i32.load offset=4 i32.const 24 i32.add - local.set $9 - local.get $8 + local.set $8 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11092 i32.load - local.set $8 + local.set $9 loop $for-loop|0 - local.get $0 + local.get $1 local.get $7 i32.lt_s if - local.get $9 - local.get $0 + local.get $8 + local.get $1 i32.const 3 i32.shl i32.add - local.get $8 - local.get $0 + local.get $9 + local.get $1 i32.const 2 i32.shl i32.add f32.load - local.tee $2 + local.tee $4 i64.trunc_sat_f32_s i64.const 0 - local.get $2 - local.get $2 + local.get $4 + local.get $4 f32.sub f32.const 0 f32.eq select i64.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|0 end end @@ -47671,46 +47119,46 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 3 i32.const 68 i32.const 13424 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=20 - local.get $4 - local.get $5 + local.get $0 + local.get $6 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 3 i32.const 68 i32.const 13536 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 @@ -47724,81 +47172,79 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $4 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 call $~lib/typedarray/Int64Array#get:length - local.get $5 + local.get $6 i32.const 2 i32.add i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 i32.load offset=4 i32.const 16 i32.add local.set $7 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11188 i32.load local.set $8 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|00 - local.get $0 - local.get $5 + local.get $1 + local.get $6 i32.lt_s if local.get $8 - local.get $0 + local.get $1 i32.const 3 i32.shl local.tee $9 i32.add f64.load - local.set $1 + local.set $3 local.get $7 local.get $9 i32.add - local.get $1 + local.get $3 i64.trunc_sat_f64_s i64.const 0 - local.get $1 - local.get $1 + local.get $3 + local.get $3 f64.sub f64.const 0 f64.eq select i64.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|00 end end @@ -47807,60 +47253,60 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 3 i32.const 68 i32.const 13648 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=20 - local.get $4 - local.get $3 + local.get $0 + local.get $5 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $2 i32.store offset=20 - local.get $4 - local.get $6 + local.get $0 + local.get $2 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=20 - local.get $4 + local.get $0 call $~lib/typedarray/Int64Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 3 i32.const 68 i32.const 13760 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -47883,8 +47329,7 @@ unreachable ) (func $~lib/typedarray/Uint64Array#__uget (param $0 i32) (param $1 i32) (result i64) - (local $2 i32) - (local $3 i64) + (local $2 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -47901,10 +47346,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -47914,18 +47358,18 @@ i32.shl i32.add i64.load - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 ) (func $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 i64) + (local $3 i32) (local $4 i64) - (local $5 i32) + (local $5 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -47942,21 +47386,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $5 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 call $~lib/array/Array#get:length - local.get $5 + local.get $3 i32.ne if i32.const 0 @@ -47968,7 +47411,7 @@ end loop $for-loop|0 local.get $2 - local.get $5 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer @@ -47977,15 +47420,15 @@ local.get $0 local.get $2 call $~lib/typedarray/Uint64Array#__uget - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 local.get $2 call $~lib/typedarray/Uint64Array#__uget - local.tee $4 - local.get $3 + local.tee $5 + local.get $4 i64.ne if global.get $~lib/memory/__stack_pointer @@ -47995,10 +47438,10 @@ i32.const 3 local.get $2 f64.convert_i32_s - local.get $3 - f64.convert_i64_u local.get $4 f64.convert_i64_u + local.get $5 + f64.convert_i64_u f64.const 0 f64.const 0 call $~lib/builtins/trace @@ -48023,10 +47466,10 @@ ) (func $std/typedarray/testTypedArraySet<~lib/typedarray/Uint64Array> (local $0 i32) - (local $1 f64) - (local $2 f32) - (local $3 i32) - (local $4 i32) + (local $1 i32) + (local $2 i32) + (local $3 f64) + (local $4 f32) (local $5 i32) (local $6 i32) (local $7 i32) @@ -48043,110 +47486,109 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $3 i32.const 0 i32.const 24 memory.fill - local.get $3 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor - local.tee $5 + local.tee $6 i32.store global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=4 - local.get $5 + local.get $6 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=4 - local.get $5 + local.get $6 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=4 - local.get $5 + local.get $6 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/typedarray/Uint8Array#constructor - local.tee $3 + local.tee $5 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=4 - local.get $3 + local.get $5 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor - local.tee $6 + local.tee $2 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $2 i32.store offset=4 - local.get $6 + local.get $2 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $2 i32.store offset=4 - local.get $6 + local.get $2 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $2 i32.store offset=4 - local.get $6 + local.get $2 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer i32.const 10 call $~lib/typedarray/Uint64Array#constructor - local.tee $4 + local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=20 - local.get $4 + local.get $0 call $~lib/typedarray/Int64Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 3 @@ -48157,11 +47599,11 @@ global.get $~lib/memory/__stack_pointer local.get $7 i32.store offset=20 - local.get $4 + local.get $0 local.get $7 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 @@ -48175,28 +47617,27 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $7 i64.const 0 i64.store - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $7 - local.get $4 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=4 - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $7 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 call $~lib/typedarray/Int64Array#get:length local.get $7 i32.const 3 @@ -48204,50 +47645,49 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $8 - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 i32.load offset=4 i32.const 24 i32.add - local.set $9 - local.get $8 + local.set $8 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11092 i32.load - local.set $8 + local.set $9 loop $for-loop|0 - local.get $0 + local.get $1 local.get $7 i32.lt_s if - local.get $9 - local.get $0 + local.get $8 + local.get $1 i32.const 3 i32.shl i32.add - local.get $8 - local.get $0 + local.get $9 + local.get $1 i32.const 2 i32.shl i32.add f32.load - local.tee $2 + local.tee $4 i64.trunc_sat_f32_u i64.const 0 - local.get $2 - local.get $2 + local.get $4 + local.get $4 f32.sub f32.const 0 f32.eq select i64.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|0 end end @@ -48256,46 +47696,46 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 3 i32.const 69 i32.const 14032 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $6 i32.store offset=20 - local.get $4 - local.get $5 + local.get $0 + local.get $6 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 3 i32.const 69 i32.const 14144 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11184 @@ -48309,81 +47749,79 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $4 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11184 call $~lib/array/Array#get:length - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 call $~lib/typedarray/Int64Array#get:length - local.get $5 + local.get $6 i32.const 2 i32.add i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $4 + local.get $0 i32.store offset=8 - local.get $4 + local.get $0 i32.load offset=4 i32.const 16 i32.add local.set $7 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11184 i32.store offset=8 i32.const 11188 i32.load local.set $8 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|00 - local.get $0 - local.get $5 + local.get $1 + local.get $6 i32.lt_s if local.get $8 - local.get $0 + local.get $1 i32.const 3 i32.shl local.tee $9 i32.add f64.load - local.set $1 + local.set $3 local.get $7 local.get $9 i32.add - local.get $1 + local.get $3 i64.trunc_sat_f64_u i64.const 0 - local.get $1 - local.get $1 + local.get $3 + local.get $3 f64.sub f64.const 0 f64.eq select i64.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|00 end end @@ -48392,60 +47830,60 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 3 i32.const 69 i32.const 14256 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.store offset=20 - local.get $4 - local.get $3 + local.get $0 + local.get $5 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $2 i32.store offset=20 - local.get $4 - local.get $6 + local.get $0 + local.get $2 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=20 - local.get $4 + local.get $0 call $~lib/typedarray/Int64Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $0 i32.store offset=4 i32.const 10 i32.const 3 i32.const 69 i32.const 14368 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $4 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -48468,8 +47906,7 @@ unreachable ) (func $~lib/typedarray/Float32Array#__uget (param $0 i32) (param $1 i32) (result f32) - (local $2 i32) - (local $3 f32) + (local $2 f32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -48486,10 +47923,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -48499,18 +47935,18 @@ i32.shl i32.add f32.load - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 ) (func $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 f32) + (local $3 i32) (local $4 f32) - (local $5 i32) + (local $5 f32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -48527,21 +47963,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $5 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 call $~lib/array/Array#get:length - local.get $5 + local.get $3 i32.ne if i32.const 0 @@ -48553,7 +47988,7 @@ end loop $for-loop|0 local.get $2 - local.get $5 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer @@ -48562,15 +47997,15 @@ local.get $0 local.get $2 call $~lib/typedarray/Float32Array#__uget - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 local.get $2 call $~lib/typedarray/Float32Array#__uget - local.tee $4 - local.get $3 + local.tee $5 + local.get $4 f32.ne if global.get $~lib/memory/__stack_pointer @@ -48580,10 +48015,10 @@ i32.const 3 local.get $2 f64.convert_i32_s - local.get $3 - f64.promote_f32 local.get $4 f64.promote_f32 + local.get $5 + f64.promote_f32 f64.const 0 f64.const 0 call $~lib/builtins/trace @@ -48627,11 +48062,10 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $6 @@ -48660,69 +48094,69 @@ global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/typedarray/Uint8Array#constructor - local.tee $1 + local.tee $2 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor - local.tee $2 + local.tee $3 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=4 - local.get $2 + local.get $3 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer i32.const 10 call $~lib/typedarray/Float32Array#constructor - local.tee $3 + local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 @@ -48736,52 +48170,50 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 i64.const 0 i64.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $4 - local.get $3 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=4 - local.get $4 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=8 i32.const 11008 call $~lib/array/Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=8 - local.get $3 + local.get $0 call $~lib/typedarray/Int32Array#get:length local.get $4 i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $5 - local.get $3 + local.get $0 i32.store offset=8 - local.get $3 + local.get $0 i32.load offset=4 local.set $7 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=8 i32.const 11012 i32.load local.set $8 loop $for-loop|0 - local.get $0 + local.get $1 local.get $4 i32.lt_s if local.get $7 - local.get $0 + local.get $1 i32.const 2 i32.shl local.tee $5 @@ -48792,10 +48224,10 @@ i32.load f32.convert_i32_s f32.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|0 end end @@ -48804,47 +48236,47 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 i32.const 10 i32.const 2 i32.const 62 i32.const 14480 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $3 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=20 - local.get $3 + local.get $0 i32.const 11088 i32.const 3 call $~lib/typedarray/Int32Array#set<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 i32.const 10 i32.const 2 i32.const 62 i32.const 14592 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $3 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $6 @@ -48858,28 +48290,27 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $3 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 call $~lib/typedarray/Int64Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=8 - local.get $3 + local.get $0 call $~lib/typedarray/Int32Array#get:length local.get $4 i32.const 6 @@ -48887,44 +48318,43 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $3 + local.get $0 i32.store offset=8 - local.get $3 + local.get $0 i32.load offset=4 i32.const 24 i32.add local.set $5 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 i32.load offset=4 local.set $6 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|00 - local.get $0 + local.get $1 local.get $4 i32.lt_s if local.get $5 - local.get $0 + local.get $1 i32.const 2 i32.shl i32.add local.get $6 - local.get $0 + local.get $1 i32.const 3 i32.shl i32.add i64.load f32.convert_i64_s f32.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|00 end end @@ -48933,25 +48363,25 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 i32.const 10 i32.const 2 i32.const 62 i32.const 14656 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $3 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 @@ -48962,67 +48392,65 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $3 i32.store - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.store offset=4 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.store offset=8 - local.get $1 + local.get $2 call $~lib/typedarray/Int8Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=8 - local.get $3 + local.get $0 call $~lib/typedarray/Int32Array#get:length local.get $4 i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $3 + local.get $0 i32.store offset=8 - local.get $3 + local.get $0 i32.load offset=4 local.set $5 - local.get $0 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $2 i32.store offset=8 - local.get $1 + local.get $2 i32.load offset=4 - local.set $1 + local.set $2 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|01 - local.get $0 + local.get $1 local.get $4 i32.lt_s if local.get $5 - local.get $0 + local.get $1 i32.const 2 i32.shl i32.add - local.get $0 local.get $1 + local.get $2 i32.add i32.load8_u f32.convert_i32_u f32.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|01 end end @@ -49031,10 +48459,10 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 12 @@ -49045,73 +48473,71 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $3 i32.store - local.get $0 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $3 i32.store offset=4 - local.get $0 - local.get $2 - i32.store offset=8 - local.get $2 - call $~lib/typedarray/Int16Array#get:length - local.set $1 global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 local.get $3 + call $~lib/typedarray/Int16Array#get:length + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 call $~lib/typedarray/Int32Array#get:length - local.get $1 + local.get $2 i32.const 4 i32.add i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $3 + local.get $0 i32.store offset=8 - local.get $3 + local.get $0 i32.load offset=4 i32.const 16 i32.add local.set $4 - local.get $0 - local.get $2 + global.get $~lib/memory/__stack_pointer + local.get $3 i32.store offset=8 - local.get $2 + local.get $3 i32.load offset=4 - local.set $2 + local.set $3 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|02 - local.get $0 local.get $1 + local.get $2 i32.lt_s if local.get $4 - local.get $0 + local.get $1 i32.const 2 i32.shl i32.add - local.get $2 - local.get $0 + local.get $3 + local.get $1 i32.const 1 i32.shl i32.add i32.load16_s f32.convert_i32_s f32.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|02 end end @@ -49120,7 +48546,7 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 @@ -49134,71 +48560,69 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $3 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=8 i32.const 11264 call $~lib/array/Array#get:length - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=8 - local.get $3 + local.get $0 call $~lib/typedarray/Int32Array#get:length - local.get $1 + local.get $2 i32.const 7 i32.add i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $3 + local.get $0 i32.store offset=8 - local.get $3 + local.get $0 i32.load offset=4 i32.const 28 i32.add - local.set $2 - local.get $0 + local.set $3 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=8 i32.const 11268 i32.load local.set $4 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|03 - local.get $0 local.get $1 + local.get $2 i32.lt_s if - local.get $2 - local.get $0 + local.get $3 + local.get $1 i32.const 2 i32.shl i32.add - local.get $0 + local.get $1 local.get $4 i32.add i32.load8_s f32.convert_i32_s f32.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|03 end end @@ -49207,19 +48631,19 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 i32.const 10 i32.const 2 i32.const 62 i32.const 14720 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=20 - local.get $3 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -49242,8 +48666,7 @@ unreachable ) (func $~lib/typedarray/Float64Array#__uget (param $0 i32) (param $1 i32) (result f64) - (local $2 i32) - (local $3 f64) + (local $2 f64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -49260,10 +48683,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -49273,18 +48695,18 @@ i32.shl i32.add f64.load - local.set $3 - local.get $2 + local.set $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 ) (func $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> (param $0 i32) (param $1 i32) (local $2 i32) - (local $3 f64) + (local $3 i32) (local $4 f64) - (local $5 i32) + (local $5 f64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -49301,21 +48723,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i32.const 0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $5 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 call $~lib/array/Array#get:length - local.get $5 + local.get $3 i32.ne if i32.const 0 @@ -49327,7 +48748,7 @@ end loop $for-loop|0 local.get $2 - local.get $5 + local.get $3 i32.lt_s if global.get $~lib/memory/__stack_pointer @@ -49336,15 +48757,15 @@ local.get $0 local.get $2 call $~lib/typedarray/Float64Array#__uget - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 local.get $2 call $~lib/typedarray/Float64Array#__uget - local.tee $4 - local.get $3 + local.tee $5 + local.get $4 f64.ne if global.get $~lib/memory/__stack_pointer @@ -49354,8 +48775,8 @@ i32.const 3 local.get $2 f64.convert_i32_s - local.get $3 local.get $4 + local.get $5 f64.const 0 f64.const 0 call $~lib/builtins/trace @@ -49398,11 +48819,10 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 24 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $2 @@ -49490,10 +48910,10 @@ global.get $~lib/memory/__stack_pointer i32.const 10 call $~lib/typedarray/Float64Array#constructor - local.tee $1 + local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 @@ -49507,67 +48927,65 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $5 - local.get $1 + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=4 - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=8 i32.const 11008 call $~lib/array/Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=8 - local.get $1 + local.get $0 call $~lib/typedarray/Int64Array#get:length local.get $5 i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $6 - local.get $1 + local.get $0 i32.store offset=8 - local.get $1 + local.get $0 i32.load offset=4 - local.set $7 - local.get $6 + local.set $6 + global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store offset=8 i32.const 11012 i32.load - local.set $6 + local.set $7 loop $for-loop|0 - local.get $0 + local.get $1 local.get $5 i32.lt_s if - local.get $7 - local.get $0 + local.get $6 + local.get $1 i32.const 3 i32.shl i32.add - local.get $6 - local.get $0 + local.get $7 + local.get $1 i32.const 2 i32.shl i32.add i32.load f64.convert_i32_s f64.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|0 end end @@ -49576,22 +48994,22 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 i32.const 10 i32.const 3 i32.const 63 i32.const 14784 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=20 local.get $1 + i32.store offset=20 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11088 @@ -49605,28 +49023,27 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11088 call $~lib/array/Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=8 - local.get $1 + local.get $0 call $~lib/typedarray/Int64Array#get:length local.get $5 i32.const 3 @@ -49634,44 +49051,43 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $0 i32.store offset=8 - local.get $1 + local.get $0 i32.load offset=4 i32.const 24 i32.add local.set $6 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11088 i32.store offset=8 i32.const 11092 i32.load local.set $7 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|00 - local.get $0 + local.get $1 local.get $5 i32.lt_s if local.get $6 - local.get $0 + local.get $1 i32.const 3 i32.shl i32.add local.get $7 - local.get $0 + local.get $1 i32.const 2 i32.shl i32.add f32.load f64.promote_f32 f64.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|00 end end @@ -49680,22 +49096,22 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 i32.const 10 i32.const 3 i32.const 63 i32.const 14944 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=20 local.get $1 + i32.store offset=20 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $2 @@ -49709,28 +49125,27 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 local.get $2 call $~lib/typedarray/Int64Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=8 - local.get $1 + local.get $0 call $~lib/typedarray/Int64Array#get:length local.get $5 i32.const 6 @@ -49738,29 +49153,28 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $0 i32.store offset=8 - local.get $1 + local.get $0 i32.load offset=4 i32.const 48 i32.add local.set $6 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 local.get $2 i32.load offset=4 local.set $2 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|01 - local.get $0 + local.get $1 local.get $5 i32.lt_s if local.get $6 - local.get $0 + local.get $1 i32.const 3 i32.shl local.tee $7 @@ -49771,10 +49185,10 @@ i64.load f64.convert_i64_s f64.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|01 end end @@ -49783,22 +49197,22 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 i32.const 10 i32.const 3 i32.const 63 i32.const 15056 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=20 local.get $1 + i32.store offset=20 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $3 @@ -49812,67 +49226,65 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 local.get $3 call $~lib/typedarray/Int8Array#get:length local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=8 - local.get $1 + local.get $0 call $~lib/typedarray/Int64Array#get:length local.get $2 i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $0 i32.store offset=8 - local.get $1 + local.get $0 i32.load offset=4 local.set $5 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 local.get $3 i32.load offset=4 local.set $3 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|02 - local.get $0 + local.get $1 local.get $2 i32.lt_s if local.get $5 - local.get $0 + local.get $1 i32.const 3 i32.shl i32.add - local.get $0 + local.get $1 local.get $3 i32.add i32.load8_u f64.convert_i32_u f64.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|02 end end @@ -49881,7 +49293,7 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $4 @@ -49895,28 +49307,27 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $4 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $4 i32.store offset=8 local.get $4 call $~lib/typedarray/Int16Array#get:length local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=8 - local.get $1 + local.get $0 call $~lib/typedarray/Int64Array#get:length local.get $2 i32.const 4 @@ -49924,44 +49335,43 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $0 i32.store offset=8 - local.get $1 + local.get $0 i32.load offset=4 i32.const 32 i32.add local.set $3 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $4 i32.store offset=8 local.get $4 i32.load offset=4 local.set $4 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|03 - local.get $0 + local.get $1 local.get $2 i32.lt_s if local.get $3 - local.get $0 + local.get $1 i32.const 3 i32.shl i32.add local.get $4 - local.get $0 + local.get $1 i32.const 1 i32.shl i32.add i32.load16_s f64.convert_i32_s f64.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|03 end end @@ -49970,7 +49380,7 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11264 @@ -49984,28 +49394,27 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=8 i32.const 11264 call $~lib/array/Array#get:length local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=8 - local.get $1 + local.get $0 call $~lib/typedarray/Int64Array#get:length local.get $2 i32.const 7 @@ -50013,42 +49422,41 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $0 i32.store offset=8 - local.get $1 + local.get $0 i32.load offset=4 i32.const 56 i32.add local.set $3 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=8 i32.const 11268 i32.load local.set $4 i32.const 0 - local.set $0 + local.set $1 loop $for-loop|04 - local.get $0 + local.get $1 local.get $2 i32.lt_s if local.get $3 - local.get $0 + local.get $1 i32.const 3 i32.shl i32.add - local.get $0 + local.get $1 local.get $4 i32.add i32.load8_s f64.convert_i32_s f64.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 + local.set $1 br $for-loop|04 end end @@ -50057,19 +49465,19 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=4 i32.const 10 i32.const 3 i32.const 63 i32.const 15168 call $~lib/rt/__newArray - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=20 local.get $1 + i32.store offset=20 local.get $0 + local.get $1 call $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -50541,16 +49949,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -50569,215 +49976,6 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8> - (local $0 i32) - (local $1 i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.sub - global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $0 - i64.const 0 - i64.store - local.get $0 - i64.const 0 - i64.store offset=8 - local.get $0 - i32.const 3 - call $~lib/typedarray/Int8Array#constructor - local.tee $0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - i32.const 1 - call $~lib/typedarray/Int8Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - i32.const 2 - call $~lib/typedarray/Int8Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - i32.const 3 - call $~lib/typedarray/Int8Array#__set - global.get $~lib/memory/__stack_pointer - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - i32.const 0 - global.set $~argumentsLength - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store - local.get $2 - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 15344 - i32.store - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store offset=4 - local.get $2 - i32.const 15344 - i32.store offset=8 - local.get $0 - i32.const 15344 - call $~lib/typedarray/Int8Array#sort - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Int8Array#__get - i32.const 1 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 885 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Int8Array#__get - i32.const 2 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 886 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Int8Array#__get - i32.const 3 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 887 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store offset=4 - local.get $1 - i32.const 15376 - i32.store offset=12 - local.get $0 - i32.const 15376 - call $~lib/typedarray/Int8Array#sort - drop - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Int8Array#__get - i32.const 3 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 889 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Int8Array#__get - i32.const 2 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 890 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Int8Array#__get - i32.const 1 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 891 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - return - end - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - ) (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) (local $4 i32) @@ -51228,16 +50426,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -51256,425 +50453,486 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8> - (local $0 i32) - (local $1 i32) - (local $2 i32) + (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $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) + (local $11 i32) + (local $12 i32) + (local $13 i64) + (local $14 i32) + (local $15 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $0 - i64.const 0 - i64.store - local.get $0 - i64.const 0 - i64.store offset=8 - local.get $0 - i32.const 3 - call $~lib/typedarray/Uint8Array#constructor - local.tee $0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + if + i32.const 49120 + i32.const 49168 i32.const 1 - call $~lib/typedarray/Uint8Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 i32.const 1 - i32.const 2 - call $~lib/typedarray/Uint8Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - i32.const 3 - call $~lib/typedarray/Uint8Array#__set - global.get $~lib/memory/__stack_pointer - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - i32.const 0 - global.set $~argumentsLength - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store - local.get $2 - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 15408 - i32.store - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store offset=4 - local.get $2 - i32.const 15408 - i32.store offset=8 - local.get $0 - i32.const 15408 - call $~lib/typedarray/Uint8Array#sort - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + block $folding-inner0 local.get $1 - local.get $0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Uint8Array#__get - i32.const 1 - i32.ne + i32.const 48 + i32.le_s if + local.get $1 + i32.const 1 + i32.le_s + br_if $folding-inner0 + block $break|0 + block $case1|0 + local.get $1 + i32.const 3 + i32.ne + if + local.get $1 + i32.const 2 + i32.eq + br_if $case1|0 + br $break|0 + end + local.get $0 + i32.load16_s + local.set $1 + local.get $0 + i32.load16_s offset=2 + local.set $3 + i32.const 2 + global.set $~argumentsLength + local.get $0 + local.get $3 + local.get $1 + local.get $1 + local.get $3 + local.get $2 + i32.load + call_indirect (type $0) + i32.const 0 + i32.gt_s + local.tee $4 + select + i32.store16 + local.get $0 + i32.load16_s offset=4 + local.set $5 + i32.const 2 + global.set $~argumentsLength + local.get $0 + local.get $5 + local.get $1 + local.get $3 + local.get $4 + select + local.tee $1 + local.get $1 + local.get $5 + local.get $2 + i32.load + call_indirect (type $0) + i32.const 0 + i32.gt_s + local.tee $3 + select + i32.store16 offset=2 + local.get $0 + local.get $1 + local.get $5 + local.get $3 + select + i32.store16 offset=4 + end + local.get $0 + i32.load16_s + local.set $1 + local.get $0 + i32.load16_s offset=2 + local.set $3 + i32.const 2 + global.set $~argumentsLength + local.get $0 + local.get $3 + local.get $1 + local.get $1 + local.get $3 + local.get $2 + i32.load + call_indirect (type $0) + i32.const 0 + i32.gt_s + local.tee $2 + select + i32.store16 + local.get $0 + local.get $1 + local.get $3 + local.get $2 + select + i32.store16 offset=2 + br $folding-inner0 + end + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $0 i32.const 0 - i32.const 1568 - i32.const 885 - i32.const 3 - call $~lib/builtins/abort - unreachable + local.get $1 + i32.const 1 + i32.sub + i32.const 0 + local.get $2 + call $~lib/util/sort/insertionSort + br $folding-inner0 end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Uint8Array#__get + i32.const 33 + local.get $1 + i32.clz + i32.sub + local.tee $4 i32.const 2 - i32.ne + i32.shl + local.tee $5 + i32.const 1 + i32.shl + local.set $6 + global.get $~lib/rt/tlsf/ROOT + i32.eqz if - i32.const 0 - i32.const 1568 - i32.const 886 - i32.const 3 - call $~lib/builtins/abort - unreachable + call $~lib/rt/tlsf/initialize end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Uint8Array#__get - i32.const 3 - i32.ne + local.get $5 + global.get $~lib/rt/tlsf/ROOT + local.get $6 + call $~lib/rt/tlsf/allocateBlock + i32.const 4 + i32.add + local.tee $10 + i32.add + local.set $11 + loop $for-loop|1 + local.get $3 + local.get $4 + i32.lt_u + if + local.get $10 + local.get $3 + i32.const 2 + i32.shl + i32.add + i32.const -1 + i32.store + local.get $3 + i32.const 1 + i32.add + local.set $3 + br $for-loop|1 + end + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz if - i32.const 0 - i32.const 1568 - i32.const 887 - i32.const 3 - call $~lib/builtins/abort - unreachable + call $~lib/rt/tlsf/initialize end + global.get $~lib/rt/tlsf/ROOT + local.get $1 + i32.const 1 + i32.shl + call $~lib/rt/tlsf/allocateBlock + i32.const 4 + i32.add + local.set $12 global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store offset=4 - local.get $1 - i32.const 15440 - i32.store offset=12 - local.get $0 - i32.const 15440 - call $~lib/typedarray/Uint8Array#sort - drop - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 + local.get $2 + i32.store local.get $0 i32.const 0 - call $~lib/typedarray/Uint8Array#__get - i32.const 3 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 889 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 + local.get $1 i32.const 1 - call $~lib/typedarray/Uint8Array#__get - i32.const 2 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 890 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Uint8Array#__get + i32.sub + local.tee $9 + local.get $2 + call $~lib/util/sort/extendRunRight + local.tee $4 i32.const 1 - i32.ne + i32.add + local.tee $1 + i32.const 32 + i32.lt_s if + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $0 i32.const 0 - i32.const 1568 - i32.const 891 - i32.const 3 - call $~lib/builtins/abort - unreachable + i32.const 31 + local.get $9 + local.get $9 + i32.const 31 + i32.ge_s + select + local.tee $4 + local.get $1 + local.get $2 + call $~lib/util/sort/insertionSort + end + i32.const 0 + local.set $1 + i32.const 0 + local.set $3 + loop $while-continue|2 + local.get $4 + local.get $9 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $0 + local.get $4 + i32.const 1 + i32.add + local.tee $6 + local.get $9 + local.get $2 + call $~lib/util/sort/extendRunRight + local.tee $5 + local.get $6 + i32.sub + i32.const 1 + i32.add + local.tee $7 + i32.const 32 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $0 + local.get $6 + local.get $9 + local.get $6 + i32.const 31 + i32.add + local.tee $5 + local.get $5 + local.get $9 + i32.gt_s + select + local.tee $5 + local.get $7 + local.get $2 + call $~lib/util/sort/insertionSort + end + local.get $3 + local.get $6 + i32.add + i64.extend_i32_u + i64.const 30 + i64.shl + local.get $9 + i32.const 1 + i32.add + i64.extend_i32_u + local.tee $13 + i64.div_u + local.get $5 + local.get $6 + i32.add + i32.const 1 + i32.add + i64.extend_i32_u + i64.const 30 + i64.shl + local.get $13 + i64.div_u + i64.xor + i32.wrap_i64 + i32.clz + local.set $7 + loop $for-loop|3 + local.get $1 + local.get $7 + i32.gt_u + if + local.get $1 + i32.const 2 + i32.shl + local.tee $14 + local.get $10 + i32.add + local.tee $15 + i32.load + local.tee $8 + i32.const -1 + i32.ne + if + local.get $11 + local.get $14 + i32.add + i32.load + i32.const 1 + i32.add + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $0 + local.get $8 + local.get $3 + local.get $4 + local.get $12 + local.get $2 + call $~lib/util/sort/mergeRuns + local.get $15 + i32.const -1 + i32.store + local.get $8 + local.set $3 + end + local.get $1 + i32.const 1 + i32.sub + local.set $1 + br $for-loop|3 + end + end + local.get $7 + i32.const 2 + i32.shl + local.tee $1 + local.get $10 + i32.add + local.get $3 + i32.store + local.get $1 + local.get $11 + i32.add + local.get $4 + i32.store + local.get $6 + local.set $3 + local.get $5 + local.set $4 + local.get $7 + local.set $1 + br $while-continue|2 + end + end + loop $for-loop|4 + local.get $1 + if + local.get $1 + i32.const 2 + i32.shl + local.tee $3 + local.get $10 + i32.add + i32.load + local.tee $4 + i32.const -1 + i32.ne + if + local.get $3 + local.get $11 + i32.add + i32.load + i32.const 1 + i32.add + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $0 + local.get $4 + local.get $3 + local.get $9 + local.get $12 + local.get $2 + call $~lib/util/sort/mergeRuns + end + local.get $1 + i32.const 1 + i32.sub + local.set $1 + br $for-loop|4 + end end + local.get $12 + call $~lib/rt/tlsf/__free + local.get $10 + call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return end - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint8ClampedArray,u8> - (local $0 i32) - (local $1 i32) + (func $~lib/typedarray/Int16Array#sort (param $0 i32) (param $1 i32) (result i32) (local $2 i32) + (local $3 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $0 - i64.const 0 - i64.store - local.get $0 - i64.const 0 - i64.store offset=8 - local.get $0 - i32.const 3 - call $~lib/typedarray/Uint8ClampedArray#constructor - local.tee $0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - i32.const 1 - call $~lib/typedarray/Uint8ClampedArray#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - i32.const 2 - call $~lib/typedarray/Uint8ClampedArray#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - i32.const 3 - call $~lib/typedarray/Uint8ClampedArray#__set - global.get $~lib/memory/__stack_pointer - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - i32.const 0 - global.set $~argumentsLength - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store - local.get $2 - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 15472 - i32.store - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store offset=4 - local.get $2 - i32.const 15472 - i32.store offset=8 - local.get $0 - i32.const 15472 - call $~lib/typedarray/Uint8Array#sort - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Uint8ClampedArray#__get - i32.const 1 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 885 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Uint8ClampedArray#__get - i32.const 2 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 886 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Uint8ClampedArray#__get - i32.const 3 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 887 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store offset=4 - local.get $1 - i32.const 15504 - i32.store offset=12 - local.get $0 - i32.const 15504 - call $~lib/typedarray/Uint8Array#sort - drop - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Uint8ClampedArray#__get - i32.const 3 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 889 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + if + i32.const 49120 + i32.const 49168 i32.const 1 - call $~lib/typedarray/Uint8ClampedArray#__get - i32.const 2 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 890 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Uint8ClampedArray#__get i32.const 1 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 891 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - return + call $~lib/builtins/abort + unreachable end - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.load offset=4 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + call $~lib/typedarray/Int16Array#get:length + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $2 + local.get $3 + local.get $1 + call $~lib/util/sort/SORT + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 ) - (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) @@ -51728,10 +50986,10 @@ br $break|0 end local.get $0 - i32.load16_s + i32.load16_u local.set $1 local.get $0 - i32.load16_s offset=2 + i32.load16_u offset=2 local.set $3 i32.const 2 global.set $~argumentsLength @@ -51749,7 +51007,7 @@ select i32.store16 local.get $0 - i32.load16_s offset=4 + i32.load16_u offset=4 local.set $5 i32.const 2 global.set $~argumentsLength @@ -51778,10 +51036,10 @@ i32.store16 offset=4 end local.get $0 - i32.load16_s + i32.load16_u local.set $1 local.get $0 - i32.load16_s offset=2 + i32.load16_u offset=2 local.set $3 i32.const 2 global.set $~argumentsLength @@ -51816,7 +51074,7 @@ i32.sub i32.const 0 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort br $folding-inner0 end i32.const 33 @@ -51886,7 +51144,7 @@ i32.sub local.tee $9 local.get $2 - call $~lib/util/sort/extendRunRight + call $~lib/util/sort/extendRunRight local.tee $4 i32.const 1 i32.add @@ -51908,7 +51166,7 @@ local.tee $4 local.get $1 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort end i32.const 0 local.set $1 @@ -51929,7 +51187,7 @@ local.tee $6 local.get $9 local.get $2 - call $~lib/util/sort/extendRunRight + call $~lib/util/sort/extendRunRight local.tee $5 local.get $6 i32.sub @@ -51956,7 +51214,7 @@ local.tee $5 local.get $7 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort end local.get $3 local.get $6 @@ -52017,7 +51275,7 @@ local.get $4 local.get $12 local.get $2 - call $~lib/util/sort/mergeRuns + call $~lib/util/sort/mergeRuns local.get $15 i32.const -1 i32.store @@ -52083,7 +51341,7 @@ local.get $9 local.get $12 local.get $2 - call $~lib/util/sort/mergeRuns + call $~lib/util/sort/mergeRuns end local.get $1 i32.const 1 @@ -52107,7 +51365,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/typedarray/Int16Array#sort (param $0 i32) (param $1 i32) (result i32) + (func $~lib/typedarray/Uint16Array#sort (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -52126,16 +51384,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -52147,223 +51404,14 @@ local.get $2 local.get $3 local.get $1 - call $~lib/util/sort/SORT + call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16> - (local $0 i32) - (local $1 i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.sub - global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $0 - i64.const 0 - i64.store - local.get $0 - i64.const 0 - i64.store offset=8 - local.get $0 - i32.const 3 - call $~lib/typedarray/Int16Array#constructor - local.tee $0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - i32.const 1 - call $~lib/typedarray/Int16Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - i32.const 2 - call $~lib/typedarray/Int16Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - i32.const 3 - call $~lib/typedarray/Int16Array#__set - global.get $~lib/memory/__stack_pointer - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - i32.const 0 - global.set $~argumentsLength - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store - local.get $2 - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 15536 - i32.store - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store offset=4 - local.get $2 - i32.const 15536 - i32.store offset=8 - local.get $0 - i32.const 15536 - call $~lib/typedarray/Int16Array#sort - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Int16Array#__get - i32.const 1 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 885 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Int16Array#__get - i32.const 2 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 886 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Int16Array#__get - i32.const 3 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 887 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store offset=4 - local.get $1 - i32.const 15568 - i32.store offset=12 - local.get $0 - i32.const 15568 - call $~lib/typedarray/Int16Array#sort - drop - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Int16Array#__get - i32.const 3 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 889 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Int16Array#__get - i32.const 2 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 890 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Int16Array#__get - i32.const 1 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 891 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - return - end - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - ) - (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) @@ -52417,10 +51465,10 @@ br $break|0 end local.get $0 - i32.load16_u + i32.load local.set $1 local.get $0 - i32.load16_u offset=2 + i32.load offset=4 local.set $3 i32.const 2 global.set $~argumentsLength @@ -52436,9 +51484,9 @@ i32.gt_s local.tee $4 select - i32.store16 + i32.store local.get $0 - i32.load16_u offset=4 + i32.load offset=8 local.set $5 i32.const 2 global.set $~argumentsLength @@ -52458,19 +51506,19 @@ i32.gt_s local.tee $3 select - i32.store16 offset=2 + i32.store offset=4 local.get $0 local.get $1 local.get $5 local.get $3 select - i32.store16 offset=4 + i32.store offset=8 end local.get $0 - i32.load16_u + i32.load local.set $1 local.get $0 - i32.load16_u offset=2 + i32.load offset=4 local.set $3 i32.const 2 global.set $~argumentsLength @@ -52486,13 +51534,13 @@ i32.gt_s local.tee $2 select - i32.store16 + i32.store local.get $0 local.get $1 local.get $3 local.get $2 select - i32.store16 offset=2 + i32.store offset=4 br $folding-inner0 end global.get $~lib/memory/__stack_pointer @@ -52505,7 +51553,7 @@ i32.sub i32.const 0 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort br $folding-inner0 end i32.const 33 @@ -52559,7 +51607,7 @@ end global.get $~lib/rt/tlsf/ROOT local.get $1 - i32.const 1 + i32.const 2 i32.shl call $~lib/rt/tlsf/allocateBlock i32.const 4 @@ -52575,7 +51623,7 @@ i32.sub local.tee $9 local.get $2 - call $~lib/util/sort/extendRunRight + call $~lib/util/sort/extendRunRight local.tee $4 i32.const 1 i32.add @@ -52597,7 +51645,7 @@ local.tee $4 local.get $1 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort end i32.const 0 local.set $1 @@ -52618,7 +51666,7 @@ local.tee $6 local.get $9 local.get $2 - call $~lib/util/sort/extendRunRight + call $~lib/util/sort/extendRunRight local.tee $5 local.get $6 i32.sub @@ -52645,7 +51693,7 @@ local.tee $5 local.get $7 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort end local.get $3 local.get $6 @@ -52706,7 +51754,7 @@ local.get $4 local.get $12 local.get $2 - call $~lib/util/sort/mergeRuns + call $~lib/util/sort/mergeRuns local.get $15 i32.const -1 i32.store @@ -52772,7 +51820,7 @@ local.get $9 local.get $12 local.get $2 - call $~lib/util/sort/mergeRuns + call $~lib/util/sort/mergeRuns end local.get $1 i32.const 1 @@ -52796,7 +51844,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/typedarray/Uint16Array#sort (param $0 i32) (param $1 i32) (result i32) + (func $~lib/typedarray/Int32Array#sort (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -52815,20 +51863,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - call $~lib/typedarray/Int16Array#get:length + call $~lib/typedarray/Int32Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 @@ -52836,223 +51883,14 @@ local.get $2 local.get $3 local.get $1 - call $~lib/util/sort/SORT + call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16> - (local $0 i32) - (local $1 i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.sub - global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $0 - i64.const 0 - i64.store - local.get $0 - i64.const 0 - i64.store offset=8 - local.get $0 - i32.const 3 - call $~lib/typedarray/Uint16Array#constructor - local.tee $0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - i32.const 1 - call $~lib/typedarray/Uint16Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - i32.const 2 - call $~lib/typedarray/Uint16Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - i32.const 3 - call $~lib/typedarray/Uint16Array#__set - global.get $~lib/memory/__stack_pointer - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - i32.const 0 - global.set $~argumentsLength - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store - local.get $2 - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 15600 - i32.store - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store offset=4 - local.get $2 - i32.const 15600 - i32.store offset=8 - local.get $0 - i32.const 15600 - call $~lib/typedarray/Uint16Array#sort - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Uint16Array#__get - i32.const 1 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 885 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Uint16Array#__get - i32.const 2 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 886 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Uint16Array#__get - i32.const 3 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 887 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store offset=4 - local.get $1 - i32.const 15632 - i32.store offset=12 - local.get $0 - i32.const 15632 - call $~lib/typedarray/Uint16Array#sort - drop - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Uint16Array#__get - i32.const 3 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 889 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Uint16Array#__get - i32.const 2 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 890 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Uint16Array#__get - i32.const 1 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 891 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - return - end - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - ) - (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) @@ -53194,7 +52032,7 @@ i32.sub i32.const 0 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort br $folding-inner0 end i32.const 33 @@ -53264,7 +52102,7 @@ i32.sub local.tee $9 local.get $2 - call $~lib/util/sort/extendRunRight + call $~lib/util/sort/extendRunRight local.tee $4 i32.const 1 i32.add @@ -53286,7 +52124,7 @@ local.tee $4 local.get $1 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort end i32.const 0 local.set $1 @@ -53307,7 +52145,7 @@ local.tee $6 local.get $9 local.get $2 - call $~lib/util/sort/extendRunRight + call $~lib/util/sort/extendRunRight local.tee $5 local.get $6 i32.sub @@ -53334,7 +52172,7 @@ local.tee $5 local.get $7 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort end local.get $3 local.get $6 @@ -53395,7 +52233,7 @@ local.get $4 local.get $12 local.get $2 - call $~lib/util/sort/mergeRuns + call $~lib/util/sort/mergeRuns local.get $15 i32.const -1 i32.store @@ -53461,7 +52299,7 @@ local.get $9 local.get $12 local.get $2 - call $~lib/util/sort/mergeRuns + call $~lib/util/sort/mergeRuns end local.get $1 i32.const 1 @@ -53485,7 +52323,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/typedarray/Int32Array#sort (param $0 i32) (param $1 i32) (result i32) + (func $~lib/typedarray/Uint32Array#sort (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -53504,16 +52342,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -53525,236 +52362,29 @@ local.get $2 local.get $3 local.get $1 - call $~lib/util/sort/SORT + call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32> - (local $0 i32) - (local $1 i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.sub - global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $0 - i64.const 0 - i64.store - local.get $0 - i64.const 0 - i64.store offset=8 - local.get $0 - i32.const 3 - call $~lib/typedarray/Int32Array#constructor - local.tee $0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - i32.const 1 - call $~lib/typedarray/Int32Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - i32.const 2 - call $~lib/typedarray/Int32Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - i32.const 3 - call $~lib/typedarray/Int32Array#__set - global.get $~lib/memory/__stack_pointer - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - i32.const 0 - global.set $~argumentsLength - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store - local.get $2 - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 15664 - i32.store - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store offset=4 - local.get $2 - i32.const 15664 - i32.store offset=8 - local.get $0 - i32.const 15664 - call $~lib/typedarray/Int32Array#sort - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Int32Array#__get - i32.const 1 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 885 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Int32Array#__get - i32.const 2 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 886 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Int32Array#__get - i32.const 3 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 887 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store offset=4 - local.get $1 - i32.const 15696 - i32.store offset=12 - local.get $0 - i32.const 15696 - call $~lib/typedarray/Int32Array#sort - drop - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Int32Array#__get - i32.const 3 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 889 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Int32Array#__get - i32.const 2 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 890 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Int32Array#__get - i32.const 1 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 891 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - return - end - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - ) - (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) (local $6 i32) (local $7 i32) (local $8 i32) - (local $9 i32) + (local $9 i64) (local $10 i32) (local $11 i32) (local $12 i32) - (local $13 i64) + (local $13 i32) (local $14 i32) (local $15 i32) + (local $16 i64) + (local $17 i64) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -53795,82 +52425,82 @@ br $break|0 end local.get $0 - i32.load - local.set $1 + i64.load + local.set $9 local.get $0 - i32.load offset=4 - local.set $3 + i64.load offset=8 + local.set $16 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $3 - local.get $1 - local.get $1 - local.get $3 + local.get $16 + local.get $9 + local.get $9 + local.get $16 local.get $2 i32.load - call_indirect (type $0) + call_indirect (type $7) i32.const 0 i32.gt_s - local.tee $4 + local.tee $1 select - i32.store + i64.store local.get $0 - i32.load offset=8 - local.set $5 + i64.load offset=16 + local.set $17 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $5 + local.get $17 + local.get $9 + local.get $16 local.get $1 - local.get $3 - local.get $4 select - local.tee $1 - local.get $1 - local.get $5 + local.tee $9 + local.get $9 + local.get $17 local.get $2 i32.load - call_indirect (type $0) + call_indirect (type $7) i32.const 0 i32.gt_s - local.tee $3 + local.tee $1 select - i32.store offset=4 + i64.store offset=8 local.get $0 + local.get $9 + local.get $17 local.get $1 - local.get $5 - local.get $3 select - i32.store offset=8 + i64.store offset=16 end local.get $0 - i32.load - local.set $1 + i64.load + local.set $9 local.get $0 - i32.load offset=4 - local.set $3 + i64.load offset=8 + local.set $16 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $3 - local.get $1 - local.get $1 - local.get $3 + local.get $16 + local.get $9 + local.get $9 + local.get $16 local.get $2 i32.load - call_indirect (type $0) + call_indirect (type $7) i32.const 0 i32.gt_s - local.tee $2 + local.tee $1 select - i32.store + i64.store local.get $0 + local.get $9 + local.get $16 local.get $1 - local.get $3 - local.get $2 select - i32.store offset=4 + i64.store offset=8 br $folding-inner0 end global.get $~lib/memory/__stack_pointer @@ -53883,7 +52513,7 @@ i32.sub i32.const 0 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort br $folding-inner0 end i32.const 33 @@ -53908,15 +52538,15 @@ call $~lib/rt/tlsf/allocateBlock i32.const 4 i32.add - local.tee $10 + local.tee $11 i32.add - local.set $11 + local.set $12 loop $for-loop|1 local.get $3 local.get $4 i32.lt_u if - local.get $10 + local.get $11 local.get $3 i32.const 2 i32.shl @@ -53937,12 +52567,12 @@ end global.get $~lib/rt/tlsf/ROOT local.get $1 - i32.const 2 + i32.const 3 i32.shl call $~lib/rt/tlsf/allocateBlock i32.const 4 i32.add - local.set $12 + local.set $13 global.get $~lib/memory/__stack_pointer local.get $2 i32.store @@ -53951,9 +52581,9 @@ local.get $1 i32.const 1 i32.sub - local.tee $9 + local.tee $10 local.get $2 - call $~lib/util/sort/extendRunRight + call $~lib/util/sort/extendRunRight local.tee $4 i32.const 1 i32.add @@ -53967,15 +52597,15 @@ local.get $0 i32.const 0 i32.const 31 - local.get $9 - local.get $9 + local.get $10 + local.get $10 i32.const 31 i32.ge_s select local.tee $4 local.get $1 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort end i32.const 0 local.set $1 @@ -53983,7 +52613,7 @@ local.set $3 loop $while-continue|2 local.get $4 - local.get $9 + local.get $10 i32.lt_s if global.get $~lib/memory/__stack_pointer @@ -53994,9 +52624,9 @@ i32.const 1 i32.add local.tee $6 - local.get $9 + local.get $10 local.get $2 - call $~lib/util/sort/extendRunRight + call $~lib/util/sort/extendRunRight local.tee $5 local.get $6 i32.sub @@ -54011,19 +52641,19 @@ i32.store local.get $0 local.get $6 - local.get $9 + local.get $10 local.get $6 i32.const 31 i32.add local.tee $5 local.get $5 - local.get $9 + local.get $10 i32.gt_s select local.tee $5 local.get $7 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort end local.get $3 local.get $6 @@ -54031,11 +52661,11 @@ i64.extend_i32_u i64.const 30 i64.shl - local.get $9 + local.get $10 i32.const 1 i32.add i64.extend_i32_u - local.tee $13 + local.tee $9 i64.div_u local.get $5 local.get $6 @@ -54045,7 +52675,7 @@ i64.extend_i32_u i64.const 30 i64.shl - local.get $13 + local.get $9 i64.div_u i64.xor i32.wrap_i64 @@ -54060,7 +52690,7 @@ i32.const 2 i32.shl local.tee $14 - local.get $10 + local.get $11 i32.add local.tee $15 i32.load @@ -54068,7 +52698,7 @@ i32.const -1 i32.ne if - local.get $11 + local.get $12 local.get $14 i32.add i32.load @@ -54082,9 +52712,9 @@ local.get $8 local.get $3 local.get $4 - local.get $12 + local.get $13 local.get $2 - call $~lib/util/sort/mergeRuns + call $~lib/util/sort/mergeRuns local.get $15 i32.const -1 i32.store @@ -54102,12 +52732,12 @@ i32.const 2 i32.shl local.tee $1 - local.get $10 + local.get $11 i32.add local.get $3 i32.store local.get $1 - local.get $11 + local.get $12 i32.add local.get $4 i32.store @@ -54127,7 +52757,7 @@ i32.const 2 i32.shl local.tee $3 - local.get $10 + local.get $11 i32.add i32.load local.tee $4 @@ -54135,7 +52765,7 @@ i32.ne if local.get $3 - local.get $11 + local.get $12 i32.add i32.load i32.const 1 @@ -54147,10 +52777,10 @@ local.get $0 local.get $4 local.get $3 - local.get $9 - local.get $12 + local.get $10 + local.get $13 local.get $2 - call $~lib/util/sort/mergeRuns + call $~lib/util/sort/mergeRuns end local.get $1 i32.const 1 @@ -54159,9 +52789,9 @@ br $for-loop|4 end end - local.get $12 + local.get $13 call $~lib/rt/tlsf/__free - local.get $10 + local.get $11 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer i32.const 4 @@ -54174,7 +52804,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/typedarray/Uint32Array#sort (param $0 i32) (param $1 i32) (result i32) + (func $~lib/typedarray/Int64Array#sort (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -54193,20 +52823,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - call $~lib/typedarray/Int32Array#get:length + call $~lib/typedarray/Int64Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 @@ -54214,260 +52843,51 @@ local.get $2 local.get $3 local.get $1 - call $~lib/util/sort/SORT + call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32> - (local $0 i32) - (local $1 i32) - (local $2 i32) + (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + (local $7 i32) + (local $8 i32) + (local $9 i64) + (local $10 i32) + (local $11 i32) + (local $12 i32) + (local $13 i32) + (local $14 i32) + (local $15 i32) + (local $16 i64) + (local $17 i64) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $0 - i64.const 0 - i64.store - local.get $0 - i64.const 0 - i64.store offset=8 - local.get $0 - i32.const 3 - call $~lib/typedarray/Uint32Array#constructor - local.tee $0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + if + i32.const 49120 + i32.const 49168 i32.const 1 - call $~lib/typedarray/Uint32Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 i32.const 1 - i32.const 2 - call $~lib/typedarray/Uint32Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - i32.const 3 - call $~lib/typedarray/Uint32Array#__set - global.get $~lib/memory/__stack_pointer - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - i32.const 0 - global.set $~argumentsLength - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store - local.get $2 - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 15728 - i32.store - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store offset=4 - local.get $2 - i32.const 15728 - i32.store offset=8 - local.get $0 - i32.const 15728 - call $~lib/typedarray/Uint32Array#sort - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + block $folding-inner0 local.get $1 - local.get $0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Uint32Array#__get - i32.const 1 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 885 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Uint32Array#__get - i32.const 2 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 886 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Uint32Array#__get - i32.const 3 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 887 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store offset=4 - local.get $1 - i32.const 15760 - i32.store offset=12 - local.get $0 - i32.const 15760 - call $~lib/typedarray/Uint32Array#sort - drop - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Uint32Array#__get - i32.const 3 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 889 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Uint32Array#__get - i32.const 2 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 890 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Uint32Array#__get - i32.const 1 - i32.ne - if - i32.const 0 - i32.const 1568 - i32.const 891 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - return - end - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - ) - (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) - (local $4 i32) - (local $5 i32) - (local $6 i32) - (local $7 i32) - (local $8 i32) - (local $9 i64) - (local $10 i32) - (local $11 i32) - (local $12 i32) - (local $13 i32) - (local $14 i32) - (local $15 i32) - (local $16 i64) - (local $17 i64) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - if - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - block $folding-inner0 - local.get $1 - i32.const 48 - i32.le_s + i32.const 48 + i32.le_s if local.get $1 i32.const 1 @@ -54574,7 +52994,7 @@ i32.sub i32.const 0 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort br $folding-inner0 end i32.const 33 @@ -54644,7 +53064,7 @@ i32.sub local.tee $10 local.get $2 - call $~lib/util/sort/extendRunRight + call $~lib/util/sort/extendRunRight local.tee $4 i32.const 1 i32.add @@ -54666,7 +53086,7 @@ local.tee $4 local.get $1 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort end i32.const 0 local.set $1 @@ -54687,7 +53107,7 @@ local.tee $6 local.get $10 local.get $2 - call $~lib/util/sort/extendRunRight + call $~lib/util/sort/extendRunRight local.tee $5 local.get $6 i32.sub @@ -54714,7 +53134,7 @@ local.tee $5 local.get $7 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort end local.get $3 local.get $6 @@ -54775,7 +53195,7 @@ local.get $4 local.get $13 local.get $2 - call $~lib/util/sort/mergeRuns + call $~lib/util/sort/mergeRuns local.get $15 i32.const -1 i32.store @@ -54841,7 +53261,7 @@ local.get $10 local.get $13 local.get $2 - call $~lib/util/sort/mergeRuns + call $~lib/util/sort/mergeRuns end local.get $1 i32.const 1 @@ -54865,7 +53285,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/typedarray/Int64Array#sort (param $0 i32) (param $1 i32) (result i32) + (func $~lib/typedarray/Uint64Array#sort (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -54884,16 +53304,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -54905,238 +53324,30 @@ local.get $2 local.get $3 local.get $1 - call $~lib/util/sort/SORT + call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64> - (local $0 i32) - (local $1 i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.sub - global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $0 - i64.const 0 - i64.store - local.get $0 - i64.const 0 - i64.store offset=8 - local.get $0 - i32.const 3 - call $~lib/typedarray/Int64Array#constructor - local.tee $0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - i64.const 1 - call $~lib/typedarray/Int64Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - i64.const 2 - call $~lib/typedarray/Int64Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - i64.const 3 - call $~lib/typedarray/Int64Array#__set - global.get $~lib/memory/__stack_pointer - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - i32.const 0 - global.set $~argumentsLength - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store - local.get $2 - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 15792 - i32.store - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store offset=4 - local.get $2 - i32.const 15792 - i32.store offset=8 - local.get $0 - i32.const 15792 - call $~lib/typedarray/Int64Array#sort - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Int64Array#__get - i64.const 1 - i64.ne - if - i32.const 0 - i32.const 1568 - i32.const 885 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Int64Array#__get - i64.const 2 - i64.ne - if - i32.const 0 - i32.const 1568 - i32.const 886 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Int64Array#__get - i64.const 3 - i64.ne - if - i32.const 0 - i32.const 1568 - i32.const 887 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store offset=4 - local.get $1 - i32.const 15824 - i32.store offset=12 - local.get $0 - i32.const 15824 - call $~lib/typedarray/Int64Array#sort - drop - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Int64Array#__get - i64.const 3 - i64.ne - if - i32.const 0 - i32.const 1568 - i32.const 889 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Int64Array#__get - i64.const 2 - i64.ne - if - i32.const 0 - i32.const 1568 - i32.const 890 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Int64Array#__get - i64.const 1 - i64.ne - if - i32.const 0 - i32.const 1568 - i32.const 891 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - return - end - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - ) - (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) + (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) (local $4 i32) (local $5 i32) (local $6 i32) (local $7 i32) (local $8 i32) - (local $9 i64) + (local $9 f32) (local $10 i32) (local $11 i32) (local $12 i32) (local $13 i32) - (local $14 i32) + (local $14 i64) (local $15 i32) - (local $16 i64) - (local $17 i64) + (local $16 i32) + (local $17 f32) + (local $18 f32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -55177,82 +53388,82 @@ br $break|0 end local.get $0 - i64.load + f32.load local.set $9 local.get $0 - i64.load offset=8 - local.set $16 + f32.load offset=4 + local.set $17 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $16 + local.get $17 local.get $9 local.get $9 - local.get $16 + local.get $17 local.get $2 i32.load - call_indirect (type $7) + call_indirect (type $11) i32.const 0 i32.gt_s local.tee $1 select - i64.store + f32.store local.get $0 - i64.load offset=16 - local.set $17 + f32.load offset=8 + local.set $18 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $17 + local.get $18 local.get $9 - local.get $16 + local.get $17 local.get $1 select local.tee $9 local.get $9 - local.get $17 + local.get $18 local.get $2 i32.load - call_indirect (type $7) + call_indirect (type $11) i32.const 0 i32.gt_s local.tee $1 select - i64.store offset=8 + f32.store offset=4 local.get $0 local.get $9 - local.get $17 + local.get $18 local.get $1 select - i64.store offset=16 + f32.store offset=8 end local.get $0 - i64.load + f32.load local.set $9 local.get $0 - i64.load offset=8 - local.set $16 + f32.load offset=4 + local.set $17 i32.const 2 global.set $~argumentsLength local.get $0 - local.get $16 + local.get $17 local.get $9 local.get $9 - local.get $16 + local.get $17 local.get $2 i32.load - call_indirect (type $7) + call_indirect (type $11) i32.const 0 i32.gt_s local.tee $1 select - i64.store + f32.store local.get $0 local.get $9 - local.get $16 + local.get $17 local.get $1 select - i64.store offset=8 + f32.store offset=4 br $folding-inner0 end global.get $~lib/memory/__stack_pointer @@ -55265,7 +53476,7 @@ i32.sub i32.const 0 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort br $folding-inner0 end i32.const 33 @@ -55319,7 +53530,7 @@ end global.get $~lib/rt/tlsf/ROOT local.get $1 - i32.const 3 + i32.const 2 i32.shl call $~lib/rt/tlsf/allocateBlock i32.const 4 @@ -55335,7 +53546,7 @@ i32.sub local.tee $10 local.get $2 - call $~lib/util/sort/extendRunRight + call $~lib/util/sort/extendRunRight local.tee $4 i32.const 1 i32.add @@ -55357,7 +53568,7 @@ local.tee $4 local.get $1 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort end i32.const 0 local.set $1 @@ -55378,7 +53589,7 @@ local.tee $6 local.get $10 local.get $2 - call $~lib/util/sort/extendRunRight + call $~lib/util/sort/extendRunRight local.tee $5 local.get $6 i32.sub @@ -55405,7 +53616,7 @@ local.tee $5 local.get $7 local.get $2 - call $~lib/util/sort/insertionSort + call $~lib/util/sort/insertionSort end local.get $3 local.get $6 @@ -55417,7 +53628,7 @@ i32.const 1 i32.add i64.extend_i32_u - local.tee $9 + local.tee $14 i64.div_u local.get $5 local.get $6 @@ -55427,7 +53638,7 @@ i64.extend_i32_u i64.const 30 i64.shl - local.get $9 + local.get $14 i64.div_u i64.xor i32.wrap_i64 @@ -55441,17 +53652,17 @@ local.get $1 i32.const 2 i32.shl - local.tee $14 + local.tee $15 local.get $11 i32.add - local.tee $15 + local.tee $16 i32.load local.tee $8 i32.const -1 i32.ne if local.get $12 - local.get $14 + local.get $15 i32.add i32.load i32.const 1 @@ -55466,8 +53677,8 @@ local.get $4 local.get $13 local.get $2 - call $~lib/util/sort/mergeRuns - local.get $15 + call $~lib/util/sort/mergeRuns + local.get $16 i32.const -1 i32.store local.get $8 @@ -55532,7 +53743,7 @@ local.get $10 local.get $13 local.get $2 - call $~lib/util/sort/mergeRuns + call $~lib/util/sort/mergeRuns end local.get $1 i32.const 1 @@ -55556,7 +53767,7 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/typedarray/Uint64Array#sort (param $0 i32) (param $1 i32) (result i32) + (func $~lib/typedarray/Float32Array#sort (param $0 i32) (param $1 i32) (result i32) (local $2 i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -55575,20 +53786,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $3 i64.const 0 i64.store - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=4 local.set $2 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 - call $~lib/typedarray/Int64Array#get:length + call $~lib/typedarray/Int32Array#get:length local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 @@ -55596,930 +53806,29 @@ local.get $2 local.get $3 local.get $1 - call $~lib/util/sort/SORT + call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64> + (func $start:std/typedarray (local $0 i32) (local $1 i32) (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.sub - global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $0 - i64.const 0 - i64.store - local.get $0 - i64.const 0 - i64.store offset=8 - local.get $0 - i32.const 3 - call $~lib/typedarray/Uint64Array#constructor - local.tee $0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - i64.const 1 - call $~lib/typedarray/Uint64Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - i64.const 2 - call $~lib/typedarray/Uint64Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - i64.const 3 - call $~lib/typedarray/Uint64Array#__set - global.get $~lib/memory/__stack_pointer - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - i32.const 0 - global.set $~argumentsLength - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store - local.get $2 - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 15856 - i32.store - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store offset=4 - local.get $2 - i32.const 15856 - i32.store offset=8 - local.get $0 - i32.const 15856 - call $~lib/typedarray/Uint64Array#sort - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Uint64Array#__get - i64.const 1 - i64.ne - if - i32.const 0 - i32.const 1568 - i32.const 885 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Uint64Array#__get - i64.const 2 - i64.ne - if - i32.const 0 - i32.const 1568 - i32.const 886 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Uint64Array#__get - i64.const 3 - i64.ne - if - i32.const 0 - i32.const 1568 - i32.const 887 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store offset=4 - local.get $1 - i32.const 15888 - i32.store offset=12 - local.get $0 - i32.const 15888 - call $~lib/typedarray/Uint64Array#sort - drop - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Uint64Array#__get - i64.const 3 - i64.ne - if - i32.const 0 - i32.const 1568 - i32.const 889 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Uint64Array#__get - i64.const 2 - i64.ne - if - i32.const 0 - i32.const 1568 - i32.const 890 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Uint64Array#__get - i64.const 1 - i64.ne - if - i32.const 0 - i32.const 1568 - i32.const 891 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - return - end - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - ) - (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) - (local $3 i32) - (local $4 i32) - (local $5 i32) + (local $3 i64) + (local $4 f32) + (local $5 f64) (local $6 i32) (local $7 i32) (local $8 i32) - (local $9 f32) - (local $10 i32) - (local $11 i32) - (local $12 i32) - (local $13 i32) - (local $14 i64) - (local $15 i32) - (local $16 i32) - (local $17 f32) - (local $18 f32) + (local $9 i32) + (local $10 i64) + (local $11 f32) + (local $12 f64) global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - if - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - block $folding-inner0 - local.get $1 - i32.const 48 - i32.le_s - if - local.get $1 - i32.const 1 - i32.le_s - br_if $folding-inner0 - block $break|0 - block $case1|0 - local.get $1 - i32.const 3 - i32.ne - if - local.get $1 - i32.const 2 - i32.eq - br_if $case1|0 - br $break|0 - end - local.get $0 - f32.load - local.set $9 - local.get $0 - f32.load offset=4 - local.set $17 - i32.const 2 - global.set $~argumentsLength - local.get $0 - local.get $17 - local.get $9 - local.get $9 - local.get $17 - local.get $2 - i32.load - call_indirect (type $11) - i32.const 0 - i32.gt_s - local.tee $1 - select - f32.store - local.get $0 - f32.load offset=8 - local.set $18 - i32.const 2 - global.set $~argumentsLength - local.get $0 - local.get $18 - local.get $9 - local.get $17 - local.get $1 - select - local.tee $9 - local.get $9 - local.get $18 - local.get $2 - i32.load - call_indirect (type $11) - i32.const 0 - i32.gt_s - local.tee $1 - select - f32.store offset=4 - local.get $0 - local.get $9 - local.get $18 - local.get $1 - select - f32.store offset=8 - end - local.get $0 - f32.load - local.set $9 - local.get $0 - f32.load offset=4 - local.set $17 - i32.const 2 - global.set $~argumentsLength - local.get $0 - local.get $17 - local.get $9 - local.get $9 - local.get $17 - local.get $2 - i32.load - call_indirect (type $11) - i32.const 0 - i32.gt_s - local.tee $1 - select - f32.store - local.get $0 - local.get $9 - local.get $17 - local.get $1 - select - f32.store offset=4 - br $folding-inner0 - end - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store - local.get $0 - i32.const 0 - local.get $1 - i32.const 1 - i32.sub - i32.const 0 - local.get $2 - call $~lib/util/sort/insertionSort - br $folding-inner0 - end - i32.const 33 - local.get $1 - i32.clz - i32.sub - local.tee $4 - i32.const 2 - i32.shl - local.tee $5 - i32.const 1 - i32.shl - local.set $6 - global.get $~lib/rt/tlsf/ROOT - i32.eqz - if - call $~lib/rt/tlsf/initialize - end - local.get $5 - global.get $~lib/rt/tlsf/ROOT - local.get $6 - call $~lib/rt/tlsf/allocateBlock - i32.const 4 - i32.add - local.tee $11 - i32.add - local.set $12 - loop $for-loop|1 - local.get $3 - local.get $4 - i32.lt_u - if - local.get $11 - local.get $3 - i32.const 2 - i32.shl - i32.add - i32.const -1 - i32.store - local.get $3 - i32.const 1 - i32.add - local.set $3 - br $for-loop|1 - end - end - global.get $~lib/rt/tlsf/ROOT - i32.eqz - if - call $~lib/rt/tlsf/initialize - end - global.get $~lib/rt/tlsf/ROOT - local.get $1 - i32.const 2 - i32.shl - call $~lib/rt/tlsf/allocateBlock - i32.const 4 - i32.add - local.set $13 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store - local.get $0 - i32.const 0 - local.get $1 - i32.const 1 - i32.sub - local.tee $10 - local.get $2 - call $~lib/util/sort/extendRunRight - local.tee $4 - i32.const 1 - i32.add - local.tee $1 - i32.const 32 - i32.lt_s - if - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store - local.get $0 - i32.const 0 - i32.const 31 - local.get $10 - local.get $10 - i32.const 31 - i32.ge_s - select - local.tee $4 - local.get $1 - local.get $2 - call $~lib/util/sort/insertionSort - end - i32.const 0 - local.set $1 - i32.const 0 - local.set $3 - loop $while-continue|2 - local.get $4 - local.get $10 - i32.lt_s - if - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store - local.get $0 - local.get $4 - i32.const 1 - i32.add - local.tee $6 - local.get $10 - local.get $2 - call $~lib/util/sort/extendRunRight - local.tee $5 - local.get $6 - i32.sub - i32.const 1 - i32.add - local.tee $7 - i32.const 32 - i32.lt_s - if - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store - local.get $0 - local.get $6 - local.get $10 - local.get $6 - i32.const 31 - i32.add - local.tee $5 - local.get $5 - local.get $10 - i32.gt_s - select - local.tee $5 - local.get $7 - local.get $2 - call $~lib/util/sort/insertionSort - end - local.get $3 - local.get $6 - i32.add - i64.extend_i32_u - i64.const 30 - i64.shl - local.get $10 - i32.const 1 - i32.add - i64.extend_i32_u - local.tee $14 - i64.div_u - local.get $5 - local.get $6 - i32.add - i32.const 1 - i32.add - i64.extend_i32_u - i64.const 30 - i64.shl - local.get $14 - i64.div_u - i64.xor - i32.wrap_i64 - i32.clz - local.set $7 - loop $for-loop|3 - local.get $1 - local.get $7 - i32.gt_u - if - local.get $1 - i32.const 2 - i32.shl - local.tee $15 - local.get $11 - i32.add - local.tee $16 - i32.load - local.tee $8 - i32.const -1 - i32.ne - if - local.get $12 - local.get $15 - i32.add - i32.load - i32.const 1 - i32.add - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store - local.get $0 - local.get $8 - local.get $3 - local.get $4 - local.get $13 - local.get $2 - call $~lib/util/sort/mergeRuns - local.get $16 - i32.const -1 - i32.store - local.get $8 - local.set $3 - end - local.get $1 - i32.const 1 - i32.sub - local.set $1 - br $for-loop|3 - end - end - local.get $7 - i32.const 2 - i32.shl - local.tee $1 - local.get $11 - i32.add - local.get $3 - i32.store - local.get $1 - local.get $12 - i32.add - local.get $4 - i32.store - local.get $6 - local.set $3 - local.get $5 - local.set $4 - local.get $7 - local.set $1 - br $while-continue|2 - end - end - loop $for-loop|4 - local.get $1 - if - local.get $1 - i32.const 2 - i32.shl - local.tee $3 - local.get $11 - i32.add - i32.load - local.tee $4 - i32.const -1 - i32.ne - if - local.get $3 - local.get $12 - i32.add - i32.load - i32.const 1 - i32.add - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store - local.get $0 - local.get $4 - local.get $3 - local.get $10 - local.get $13 - local.get $2 - call $~lib/util/sort/mergeRuns - end - local.get $1 - i32.const 1 - i32.sub - local.set $1 - br $for-loop|4 - end - end - local.get $13 - call $~lib/rt/tlsf/__free - local.get $11 - call $~lib/rt/tlsf/__free - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - return - end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - ) - (func $~lib/typedarray/Float32Array#sort (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) - (local $3 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - if - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $3 - i64.const 0 - i64.store - local.get $3 - local.get $0 - i32.store offset=4 - local.get $0 - i32.load offset=4 - local.set $2 - local.get $3 - local.get $0 - i32.store offset=4 - local.get $0 - call $~lib/typedarray/Int32Array#get:length - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store - local.get $2 - local.get $3 - local.get $1 - call $~lib/util/sort/SORT - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - ) - (func $std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32> - (local $0 i32) - (local $1 i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.sub - global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $0 - i64.const 0 - i64.store - local.get $0 - i64.const 0 - i64.store offset=8 - local.get $0 - i32.const 3 - call $~lib/typedarray/Float32Array#constructor - local.tee $0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - f32.const 1 - call $~lib/typedarray/Float32Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - f32.const 2 - call $~lib/typedarray/Float32Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - f32.const 3 - call $~lib/typedarray/Float32Array#__set - global.get $~lib/memory/__stack_pointer - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - i32.const 0 - global.set $~argumentsLength - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - local.tee $2 - i64.const 0 - i64.store - local.get $2 - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 15920 - i32.store - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $0 - i32.store offset=4 - local.get $2 - i32.const 15920 - i32.store offset=8 - local.get $0 - i32.const 15920 - call $~lib/typedarray/Float32Array#sort - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Float32Array#__get - f32.const 1 - f32.ne - if - i32.const 0 - i32.const 1568 - i32.const 885 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Float32Array#__get - f32.const 2 - f32.ne - if - i32.const 0 - i32.const 1568 - i32.const 886 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Float32Array#__get - f32.const 3 - f32.ne - if - i32.const 0 - i32.const 1568 - i32.const 887 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.tee $1 - local.get $0 - i32.store offset=4 - local.get $1 - i32.const 15952 - i32.store offset=12 - local.get $0 - i32.const 15952 - call $~lib/typedarray/Float32Array#sort - drop - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - call $~lib/typedarray/Float32Array#__get - f32.const 3 - f32.ne - if - i32.const 0 - i32.const 1568 - i32.const 889 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - call $~lib/typedarray/Float32Array#__get - f32.const 2 - f32.ne - if - i32.const 0 - i32.const 1568 - i32.const 890 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - call $~lib/typedarray/Float32Array#__get - f32.const 1 - f32.ne - if - i32.const 0 - i32.const 1568 - i32.const 891 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 16 - i32.add - global.set $~lib/memory/__stack_pointer - return - end - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - ) - (func $start:std/typedarray - (local $0 i32) - (local $1 i32) - (local $2 i32) - (local $3 i64) - (local $4 f32) - (local $5 f64) - (local $6 i32) - (local $7 i32) - (local $8 i32) - (local $9 i32) - (local $10 i64) - (local $11 f32) - (local $12 f64) - global.get $~lib/memory/__stack_pointer - i32.const 124 + i32.const 124 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner25 @@ -56704,10 +54013,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $6 i32.store offset=4 - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $6 i32.const 1 i32.const 2 @@ -57227,10 +54535,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $6 i32.store offset=4 - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $6 i32.const 1 i32.const 4 @@ -57542,10 +54849,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $6 i32.store offset=4 - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $6 i32.const 1 i32.const 4 @@ -57773,10 +55079,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $6 i32.store offset=4 - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $6 i32.const 1 i32.const 5 @@ -57845,10 +55150,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $6 i32.store offset=4 - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $6 i32.const 1 i32.const 4 @@ -58001,12 +55305,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $7 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 @@ -58046,12 +55349,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $7 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 @@ -58091,12 +55393,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $7 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 @@ -58136,12 +55437,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $7 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 @@ -58180,12 +55480,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $7 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 @@ -58224,12 +55523,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $7 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 @@ -58268,12 +55566,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $7 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 @@ -58313,12 +55610,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $7 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 @@ -58357,12 +55653,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $7 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 @@ -58401,12 +55696,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $7 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 @@ -58445,12 +55739,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $7 i32.store offset=4 i32.const 1 global.set $~argumentsLength - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $7 call $~lib/typedarray/Int32Array#slice@varargs local.tee $6 @@ -58585,10 +55878,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $6 i32.store offset=4 - local.get $8 + global.get $~lib/memory/__stack_pointer local.get $6 i32.const 1 i32.const 3 @@ -58671,10 +55963,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $7 i32.store offset=4 - local.get $8 + global.get $~lib/memory/__stack_pointer local.get $7 i32.const 1 i32.const 2 @@ -58741,12 +56032,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $6 i32.store offset=4 i32.const 0 global.set $~argumentsLength - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $6 call $~lib/typedarray/Int32Array#slice@varargs local.tee $7 @@ -58805,13 +56095,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $8 local.get $7 i32.store offset=4 local.get $7 i32.load offset=8 local.set $7 - local.get $8 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=4 local.get $7 @@ -58835,13 +56124,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $6 @@ -58882,37 +56170,36 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $7 i64.const 0 i64.store - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 2896 i32.store offset=4 - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 i32.load offset=4 - local.set $8 - local.get $7 + local.set $7 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 call $~lib/typedarray/Int8Array#get:length - local.set $7 + local.set $8 loop $for-loop|0 - local.get $1 - local.get $7 + local.get $0 + local.get $8 i32.lt_s if - local.get $1 - local.get $8 + local.get $0 + local.get $7 i32.add i32.load8_s local.set $9 @@ -58921,18 +56208,18 @@ i32.store offset=8 i32.const 4 global.set $~argumentsLength - local.get $0 - local.get $9 local.get $1 + local.get $9 + local.get $0 local.get $6 i32.const 2896 i32.load call_indirect (type $6) - local.set $0 - local.get $1 + local.set $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|0 end end @@ -58940,7 +56227,7 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.const 255 i32.and i32.const 6 @@ -58959,13 +56246,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $0 @@ -59018,13 +56304,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 @@ -59069,7 +56354,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -59079,13 +56364,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $6 @@ -59126,39 +56410,38 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $7 i64.const 0 i64.store - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 2992 i32.store offset=4 i32.const 0 - local.set $0 - local.get $7 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 i32.load offset=4 - local.set $8 - local.get $7 + local.set $7 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 call $~lib/typedarray/Int16Array#get:length - local.set $7 + local.set $8 loop $for-loop|02 - local.get $1 - local.get $7 + local.get $0 + local.get $8 i32.lt_s if - local.get $8 - local.get $1 + local.get $7 + local.get $0 i32.const 1 i32.shl i32.add @@ -59169,18 +56452,18 @@ i32.store offset=8 i32.const 4 global.set $~argumentsLength - local.get $0 - local.get $9 local.get $1 + local.get $9 + local.get $0 local.get $6 i32.const 2992 i32.load call_indirect (type $6) - local.set $0 - local.get $1 + local.set $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|02 end end @@ -59188,7 +56471,7 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.const 65535 i32.and i32.const 6 @@ -59199,7 +56482,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -59209,13 +56492,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $6 @@ -59256,39 +56538,38 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $7 i64.const 0 i64.store - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 3024 i32.store offset=4 i32.const 0 - local.set $0 - local.get $7 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 i32.load offset=4 - local.set $8 - local.get $7 + local.set $7 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 call $~lib/typedarray/Int16Array#get:length - local.set $7 + local.set $8 loop $for-loop|03 - local.get $1 - local.get $7 + local.get $0 + local.get $8 i32.lt_s if - local.get $8 - local.get $1 + local.get $7 + local.get $0 i32.const 1 i32.shl i32.add @@ -59299,18 +56580,18 @@ i32.store offset=8 i32.const 4 global.set $~argumentsLength - local.get $0 - local.get $9 local.get $1 + local.get $9 + local.get $0 local.get $6 i32.const 3024 i32.load call_indirect (type $6) - local.set $0 - local.get $1 + local.set $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|03 end end @@ -59318,7 +56599,7 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.const 65535 i32.and i32.const 6 @@ -59329,7 +56610,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -59339,13 +56620,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $6 @@ -59386,39 +56666,38 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $7 i64.const 0 i64.store - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 3056 i32.store offset=4 i32.const 0 - local.set $0 - local.get $7 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 i32.load offset=4 - local.set $8 - local.get $7 + local.set $7 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 call $~lib/typedarray/Int32Array#get:length - local.set $7 + local.set $8 loop $for-loop|04 - local.get $1 - local.get $7 + local.get $0 + local.get $8 i32.lt_s if - local.get $8 - local.get $1 + local.get $7 + local.get $0 i32.const 2 i32.shl i32.add @@ -59429,18 +56708,18 @@ i32.store offset=8 i32.const 4 global.set $~argumentsLength - local.get $0 - local.get $9 local.get $1 + local.get $9 + local.get $0 local.get $6 i32.const 3056 i32.load call_indirect (type $6) - local.set $0 - local.get $1 + local.set $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|04 end end @@ -59448,7 +56727,7 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.const 6 i32.ne br_if $folding-inner18 @@ -59457,7 +56736,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -59467,13 +56746,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $6 @@ -59514,39 +56792,38 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $7 i64.const 0 i64.store - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $7 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store - local.get $7 + global.get $~lib/memory/__stack_pointer i32.const 3088 i32.store offset=4 i32.const 0 - local.set $0 - local.get $7 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 i32.load offset=4 - local.set $8 - local.get $7 + local.set $7 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 call $~lib/typedarray/Int32Array#get:length - local.set $7 + local.set $8 loop $for-loop|05 - local.get $1 - local.get $7 + local.get $0 + local.get $8 i32.lt_s if - local.get $8 - local.get $1 + local.get $7 + local.get $0 i32.const 2 i32.shl i32.add @@ -59557,18 +56834,18 @@ i32.store offset=8 i32.const 4 global.set $~argumentsLength - local.get $0 - local.get $9 local.get $1 + local.get $9 + local.get $0 local.get $6 i32.const 3088 i32.load call_indirect (type $6) - local.set $0 - local.get $1 + local.set $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|05 end end @@ -59576,7 +56853,7 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.const 6 i32.ne br_if $folding-inner18 @@ -59585,7 +56862,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -59595,40 +56872,39 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor - local.tee $0 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 0 i64.const 1 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 1 i64.const 2 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 2 i64.const 3 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3120 @@ -59642,59 +56918,58 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 3120 i32.store offset=4 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 i32.load offset=4 - local.set $7 - local.get $6 - local.get $0 + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 call $~lib/typedarray/Int64Array#get:length - local.set $6 + local.set $7 loop $for-loop|06 - local.get $1 - local.get $6 + local.get $0 + local.get $7 i32.lt_s if - local.get $7 - local.get $1 + local.get $6 + local.get $0 i32.const 3 i32.shl i32.add i64.load local.set $10 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $3 local.get $10 - local.get $1 local.get $0 + local.get $1 i32.const 3120 i32.load call_indirect (type $17) local.set $3 - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|06 end end @@ -59711,7 +56986,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - local.set $1 + local.set $0 i64.const 0 local.set $3 global.get $~lib/memory/__stack_pointer @@ -59723,40 +56998,39 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint64Array#constructor - local.tee $0 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 0 i64.const 1 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 1 i64.const 2 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 2 i64.const 3 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3152 @@ -59770,59 +57044,58 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 3152 i32.store offset=4 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 i32.load offset=4 - local.set $7 - local.get $6 - local.get $0 + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 call $~lib/typedarray/Int64Array#get:length - local.set $6 + local.set $7 loop $for-loop|07 - local.get $1 - local.get $6 + local.get $0 + local.get $7 i32.lt_s if - local.get $7 - local.get $1 + local.get $6 + local.get $0 i32.const 3 i32.shl i32.add i64.load local.set $10 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $3 local.get $10 - local.get $1 local.get $0 + local.get $1 i32.const 3152 i32.load call_indirect (type $17) local.set $3 - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|07 end end @@ -59839,7 +57112,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -59849,40 +57122,39 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float32Array#constructor - local.tee $0 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 0 f32.const 1 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 1 f32.const 2 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 2 f32.const 3 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3184 @@ -59896,59 +57168,58 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 3184 i32.store offset=4 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 i32.load offset=4 - local.set $7 - local.get $6 - local.get $0 + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 call $~lib/typedarray/Int32Array#get:length - local.set $6 + local.set $7 loop $for-loop|08 - local.get $1 - local.get $6 + local.get $0 + local.get $7 i32.lt_s if - local.get $7 - local.get $1 + local.get $6 + local.get $0 i32.const 2 i32.shl i32.add f32.load local.set $11 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $4 local.get $11 - local.get $1 local.get $0 + local.get $1 i32.const 3184 i32.load call_indirect (type $22) local.set $4 - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|08 end end @@ -59965,7 +57236,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -59975,40 +57246,39 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float64Array#constructor - local.tee $0 + local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 0 f64.const 1 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 1 f64.const 2 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 - local.get $0 + local.get $1 i32.const 2 f64.const 3 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3216 @@ -60022,59 +57292,58 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 3216 i32.store offset=4 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 i32.load offset=4 - local.set $7 - local.get $6 - local.get $0 + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 call $~lib/typedarray/Int64Array#get:length - local.set $6 + local.set $7 loop $for-loop|09 - local.get $1 - local.get $6 + local.get $0 + local.get $7 i32.lt_s if - local.get $7 - local.get $1 + local.get $6 + local.get $0 i32.const 3 i32.shl i32.add f64.load local.set $12 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=8 i32.const 4 global.set $~argumentsLength local.get $5 local.get $12 - local.get $1 local.get $0 + local.get $1 i32.const 3216 i32.load call_indirect (type $23) local.set $5 - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|09 end end @@ -60099,10 +57368,9 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $0 @@ -60168,10 +57436,9 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $0 @@ -60237,10 +57504,9 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 @@ -60306,10 +57572,9 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $0 @@ -60375,10 +57640,9 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $0 @@ -60444,10 +57708,9 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $0 @@ -60513,10 +57776,9 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $0 @@ -60582,10 +57844,9 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $0 @@ -60651,10 +57912,9 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $0 @@ -60720,10 +57980,9 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $0 @@ -60789,10 +58048,9 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $0 @@ -60858,13 +58116,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $6 @@ -60905,27 +58162,26 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3248 i32.store offset=4 i32.const 0 local.set $1 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 i32.load offset=4 local.set $7 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 @@ -60986,13 +58242,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $0 @@ -61045,13 +58300,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 @@ -61104,13 +58358,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $6 @@ -61151,27 +58404,26 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3344 i32.store offset=4 i32.const 0 local.set $1 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 i32.load offset=4 local.set $7 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 @@ -61234,13 +58486,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $6 @@ -61281,27 +58532,26 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3376 i32.store offset=4 i32.const 0 local.set $1 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 i32.load offset=4 local.set $7 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 @@ -61364,13 +58614,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $6 @@ -61411,27 +58660,26 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3408 i32.store offset=4 i32.const 0 local.set $1 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 i32.load offset=4 local.set $7 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 @@ -61492,13 +58740,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $6 @@ -61539,27 +58786,26 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3440 i32.store offset=4 i32.const 0 local.set $1 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 i32.load offset=4 local.set $7 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=8 local.get $6 @@ -61622,13 +58868,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $1 @@ -61669,25 +58914,24 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3472 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 i32.load offset=4 local.set $6 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -61750,13 +58994,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $1 @@ -61797,25 +59040,24 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3504 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 i32.load offset=4 local.set $6 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -61878,13 +59120,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $1 @@ -61925,25 +59166,24 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3536 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 i32.load offset=4 local.set $6 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -62006,13 +59246,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $1 @@ -62053,25 +59292,24 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3568 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 i32.load offset=4 local.set $6 - local.get $0 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 local.get $1 @@ -62123,28 +59361,28 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - call $std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testArrayMap<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testArrayMap<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArrayMap<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArrayMap<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArrayMap<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArrayMap<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArrayMap<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64> - call $std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testArrayFilter<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64> + call $"std/typedarray/testArrayMap<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testArrayMap<~lib/typedarray/Float64Array,f64>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testArrayFilter<~lib/typedarray/Float64Array,f64>" global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -62154,13 +59392,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $0 @@ -62198,10 +59435,9 @@ i32.eqz br_if $folding-inner6 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4336 i32.store offset=8 local.get $0 @@ -62221,13 +59457,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $0 @@ -62265,10 +59500,9 @@ i32.eqz br_if $folding-inner6 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4400 i32.store offset=8 local.get $0 @@ -62288,13 +59522,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 @@ -62332,10 +59565,9 @@ i32.eqz br_if $folding-inner6 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4464 i32.store offset=8 local.get $0 @@ -62355,13 +59587,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $0 @@ -62399,10 +59630,9 @@ i32.eqz br_if $folding-inner6 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4528 i32.store offset=8 local.get $0 @@ -62422,13 +59652,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $0 @@ -62466,10 +59695,9 @@ i32.eqz br_if $folding-inner6 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4592 i32.store offset=8 local.get $0 @@ -62489,13 +59717,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $0 @@ -62533,10 +59760,9 @@ i32.eqz br_if $folding-inner6 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4656 i32.store offset=8 local.get $0 @@ -62556,13 +59782,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $0 @@ -62600,10 +59825,9 @@ i32.eqz br_if $folding-inner6 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4720 i32.store offset=8 local.get $0 @@ -62623,13 +59847,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $0 @@ -62667,10 +59890,9 @@ i32.eqz br_if $folding-inner6 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4784 i32.store offset=8 local.get $0 @@ -62690,13 +59912,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $0 @@ -62734,10 +59955,9 @@ i32.eqz br_if $folding-inner6 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4848 i32.store offset=8 local.get $0 @@ -62757,13 +59977,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $0 @@ -62801,10 +60020,9 @@ i32.eqz br_if $folding-inner6 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4912 i32.store offset=8 local.get $0 @@ -62824,13 +60042,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $0 @@ -62868,10 +60085,9 @@ i32.eqz br_if $folding-inner6 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4976 i32.store offset=8 local.get $0 @@ -62891,13 +60107,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $0 @@ -62936,10 +60151,9 @@ i32.ne br_if $folding-inner8 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5040 i32.store offset=8 local.get $0 @@ -62961,13 +60175,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $0 @@ -63006,10 +60219,9 @@ i32.ne br_if $folding-inner8 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5104 i32.store offset=8 local.get $0 @@ -63031,13 +60243,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 @@ -63076,10 +60287,9 @@ i32.ne br_if $folding-inner8 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5168 i32.store offset=8 local.get $0 @@ -63101,13 +60311,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $0 @@ -63146,10 +60355,9 @@ i32.ne br_if $folding-inner8 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5232 i32.store offset=8 local.get $0 @@ -63171,13 +60379,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $0 @@ -63216,10 +60423,9 @@ i32.ne br_if $folding-inner8 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5296 i32.store offset=8 local.get $0 @@ -63241,13 +60447,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $0 @@ -63286,10 +60491,9 @@ i32.ne br_if $folding-inner8 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5360 i32.store offset=8 local.get $0 @@ -63311,13 +60515,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $0 @@ -63356,10 +60559,9 @@ i32.ne br_if $folding-inner8 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5424 i32.store offset=8 local.get $0 @@ -63381,13 +60583,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $0 @@ -63426,10 +60627,9 @@ i32.ne br_if $folding-inner8 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5488 i32.store offset=8 local.get $0 @@ -63451,13 +60651,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $0 @@ -63496,10 +60695,9 @@ i32.ne br_if $folding-inner8 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5552 i32.store offset=8 local.get $0 @@ -63521,13 +60719,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $0 @@ -63566,10 +60763,9 @@ i32.ne br_if $folding-inner8 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5616 i32.store offset=8 local.get $0 @@ -63591,13 +60787,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $0 @@ -63636,10 +60831,9 @@ i32.ne br_if $folding-inner8 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5680 i32.store offset=8 local.get $0 @@ -63661,13 +60855,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $0 @@ -63706,10 +60899,9 @@ i32.ne br_if $folding-inner10 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5744 i32.store offset=8 local.get $0 @@ -63731,13 +60923,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $0 @@ -63776,10 +60967,9 @@ i32.ne br_if $folding-inner10 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5808 i32.store offset=8 local.get $0 @@ -63801,13 +60991,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 @@ -63846,10 +61035,9 @@ i32.ne br_if $folding-inner10 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5872 i32.store offset=8 local.get $0 @@ -63871,13 +61059,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $0 @@ -63916,10 +61103,9 @@ i32.ne br_if $folding-inner10 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5936 i32.store offset=8 local.get $0 @@ -63941,13 +61127,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $0 @@ -63986,10 +61171,9 @@ i32.ne br_if $folding-inner10 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 6000 i32.store offset=8 local.get $0 @@ -64011,13 +61195,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $0 @@ -64056,10 +61239,9 @@ i32.ne br_if $folding-inner10 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 6064 i32.store offset=8 local.get $0 @@ -64081,13 +61263,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $0 @@ -64126,10 +61307,9 @@ i32.ne br_if $folding-inner10 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 6128 i32.store offset=8 local.get $0 @@ -64151,13 +61331,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $0 @@ -64196,10 +61375,9 @@ i32.ne br_if $folding-inner10 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 6192 i32.store offset=8 local.get $0 @@ -64221,13 +61399,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $0 @@ -64266,10 +61443,9 @@ i32.ne br_if $folding-inner10 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 6256 i32.store offset=8 local.get $0 @@ -64291,13 +61467,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $0 @@ -64336,10 +61511,9 @@ i32.ne br_if $folding-inner10 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 6320 i32.store offset=8 local.get $0 @@ -64361,13 +61535,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $0 @@ -64406,10 +61579,9 @@ i32.ne br_if $folding-inner10 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 6384 i32.store offset=8 local.get $0 @@ -64431,13 +61603,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int8Array#constructor local.tee $0 @@ -64475,10 +61646,9 @@ i32.eqz br_if $folding-inner12 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 6448 i32.store offset=8 local.get $0 @@ -64498,13 +61668,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $0 @@ -64542,10 +61711,9 @@ i32.eqz br_if $folding-inner12 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 6512 i32.store offset=8 local.get $0 @@ -64565,13 +61733,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 @@ -64609,10 +61776,9 @@ i32.eqz br_if $folding-inner12 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 6576 i32.store offset=8 local.get $0 @@ -64632,13 +61798,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor local.tee $0 @@ -64676,10 +61841,9 @@ i32.eqz br_if $folding-inner12 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 6640 i32.store offset=8 local.get $0 @@ -64699,13 +61863,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint16Array#constructor local.tee $0 @@ -64743,10 +61906,9 @@ i32.eqz br_if $folding-inner12 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 6704 i32.store offset=8 local.get $0 @@ -64766,13 +61928,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int32Array#constructor local.tee $0 @@ -64810,10 +61971,9 @@ i32.eqz br_if $folding-inner12 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 6768 i32.store offset=8 local.get $0 @@ -64833,13 +61993,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint32Array#constructor local.tee $0 @@ -64877,10 +62036,9 @@ i32.eqz br_if $folding-inner12 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 6832 i32.store offset=8 local.get $0 @@ -64900,13 +62058,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor local.tee $0 @@ -64944,10 +62101,9 @@ i32.eqz br_if $folding-inner12 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 6896 i32.store offset=8 local.get $0 @@ -64967,13 +62123,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint64Array#constructor local.tee $0 @@ -65011,10 +62166,9 @@ i32.eqz br_if $folding-inner12 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 6960 i32.store offset=8 local.get $0 @@ -65034,13 +62188,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float32Array#constructor local.tee $0 @@ -65078,10 +62231,9 @@ i32.eqz br_if $folding-inner12 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7024 i32.store offset=8 local.get $0 @@ -65101,13 +62253,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $0 @@ -65145,10 +62296,9 @@ i32.eqz br_if $folding-inner12 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 7088 i32.store offset=8 local.get $0 @@ -65160,7 +62310,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -65170,28 +62320,27 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int8Array#constructor - local.tee $0 + local.tee $1 i32.store - local.get $0 + local.get $1 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 0 i32.const 7152 i32.const 0 @@ -65199,12 +62348,12 @@ i32.extend8_s call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 1 i32.const 7152 i32.const 1 @@ -65212,12 +62361,12 @@ i32.extend8_s call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 2 i32.const 7152 i32.const 2 @@ -65225,7 +62374,7 @@ i32.extend8_s call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7200 @@ -65239,55 +62388,54 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 7200 i32.store offset=4 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 i32.load offset=4 - local.set $7 - local.get $6 - local.get $0 + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 call $~lib/typedarray/Int8Array#get:length - local.set $6 + local.set $7 loop $for-loop|019 - local.get $1 - local.get $6 + local.get $0 + local.get $7 i32.lt_s if - local.get $1 - local.get $7 + local.get $0 + local.get $6 i32.add i32.load8_s local.set $8 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $8 - local.get $1 local.get $0 + local.get $1 i32.const 7200 i32.load call_indirect (type $4) - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|019 end end @@ -65312,15 +62460,14 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8Array#constructor local.tee $0 @@ -65395,15 +62542,14 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 @@ -65470,7 +62616,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -65480,28 +62626,27 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int16Array#constructor - local.tee $0 + local.tee $1 i32.store - local.get $0 + local.get $1 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 0 i32.const 7152 i32.const 0 @@ -65509,12 +62654,12 @@ i32.extend16_s call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 1 i32.const 7152 i32.const 1 @@ -65522,12 +62667,12 @@ i32.extend16_s call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 2 i32.const 7152 i32.const 2 @@ -65535,7 +62680,7 @@ i32.extend16_s call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7296 @@ -65549,57 +62694,56 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 7296 i32.store offset=4 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 i32.load offset=4 - local.set $7 - local.get $6 - local.get $0 + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 call $~lib/typedarray/Int16Array#get:length - local.set $6 + local.set $7 loop $for-loop|020 - local.get $1 - local.get $6 + local.get $0 + local.get $7 i32.lt_s if - local.get $7 - local.get $1 + local.get $6 + local.get $0 i32.const 1 i32.shl i32.add i32.load16_s local.set $8 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $8 - local.get $1 local.get $0 + local.get $1 i32.const 7296 i32.load call_indirect (type $4) - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|020 end end @@ -65616,7 +62760,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -65626,28 +62770,27 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint16Array#constructor - local.tee $0 + local.tee $1 i32.store - local.get $0 + local.get $1 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 0 i32.const 7152 i32.const 0 @@ -65656,12 +62799,12 @@ i32.and call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 1 i32.const 7152 i32.const 1 @@ -65670,12 +62813,12 @@ i32.and call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 2 i32.const 7152 i32.const 2 @@ -65684,7 +62827,7 @@ i32.and call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7328 @@ -65698,57 +62841,56 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 7328 i32.store offset=4 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 i32.load offset=4 - local.set $7 - local.get $6 - local.get $0 + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 call $~lib/typedarray/Int16Array#get:length - local.set $6 + local.set $7 loop $for-loop|021 - local.get $1 - local.get $6 + local.get $0 + local.get $7 i32.lt_s if - local.get $7 - local.get $1 + local.get $6 + local.get $0 i32.const 1 i32.shl i32.add i32.load16_u local.set $8 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $8 - local.get $1 local.get $0 + local.get $1 i32.const 7328 i32.load call_indirect (type $4) - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|021 end end @@ -65765,7 +62907,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -65775,59 +62917,58 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int32Array#constructor - local.tee $0 + local.tee $1 i32.store - local.get $0 + local.get $1 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 0 i32.const 7152 i32.const 0 call $~lib/array/Array#__get call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 1 i32.const 7152 i32.const 1 call $~lib/array/Array#__get call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 2 i32.const 7152 i32.const 2 call $~lib/array/Array#__get call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7360 @@ -65841,57 +62982,56 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 7360 i32.store offset=4 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 i32.load offset=4 - local.set $7 - local.get $6 - local.get $0 + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 call $~lib/typedarray/Int32Array#get:length - local.set $6 + local.set $7 loop $for-loop|022 - local.get $1 - local.get $6 + local.get $0 + local.get $7 i32.lt_s if - local.get $7 - local.get $1 + local.get $6 + local.get $0 i32.const 2 i32.shl i32.add i32.load local.set $8 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $8 - local.get $1 local.get $0 + local.get $1 i32.const 7360 i32.load call_indirect (type $4) - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|022 end end @@ -65908,7 +63048,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -65918,59 +63058,58 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint32Array#constructor - local.tee $0 + local.tee $1 i32.store - local.get $0 + local.get $1 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 0 i32.const 7152 i32.const 0 call $~lib/array/Array#__get call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 1 i32.const 7152 i32.const 1 call $~lib/array/Array#__get call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 2 i32.const 7152 i32.const 2 call $~lib/array/Array#__get call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7392 @@ -65984,57 +63123,56 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 7392 i32.store offset=4 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 i32.load offset=4 - local.set $7 - local.get $6 - local.get $0 + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 call $~lib/typedarray/Int32Array#get:length - local.set $6 + local.set $7 loop $for-loop|023 - local.get $1 - local.get $6 + local.get $0 + local.get $7 i32.lt_s if - local.get $7 - local.get $1 + local.get $6 + local.get $0 i32.const 2 i32.shl i32.add i32.load local.set $8 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $8 - local.get $1 local.get $0 + local.get $1 i32.const 7392 i32.load call_indirect (type $4) - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|023 end end @@ -66051,7 +63189,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -66061,28 +63199,27 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Int64Array#constructor - local.tee $0 + local.tee $1 i32.store - local.get $0 + local.get $1 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 0 i32.const 7152 i32.const 0 @@ -66090,12 +63227,12 @@ i64.extend_i32_s call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 1 i32.const 7152 i32.const 1 @@ -66103,12 +63240,12 @@ i64.extend_i32_s call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 2 i32.const 7152 i32.const 2 @@ -66116,7 +63253,7 @@ i64.extend_i32_s call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7424 @@ -66130,57 +63267,56 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 7424 i32.store offset=4 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 i32.load offset=4 - local.set $7 - local.get $6 - local.get $0 + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 call $~lib/typedarray/Int64Array#get:length - local.set $6 + local.set $7 loop $for-loop|024 - local.get $1 - local.get $6 + local.get $0 + local.get $7 i32.lt_s if - local.get $7 - local.get $1 + local.get $6 + local.get $0 i32.const 3 i32.shl i32.add i64.load local.set $3 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $3 - local.get $1 local.get $0 + local.get $1 i32.const 7424 i32.load call_indirect (type $28) - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|024 end end @@ -66197,7 +63333,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -66207,28 +63343,27 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Uint64Array#constructor - local.tee $0 + local.tee $1 i32.store - local.get $0 + local.get $1 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 0 i32.const 7152 i32.const 0 @@ -66236,12 +63371,12 @@ i64.extend_i32_s call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 1 i32.const 7152 i32.const 1 @@ -66249,12 +63384,12 @@ i64.extend_i32_s call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 2 i32.const 7152 i32.const 2 @@ -66262,7 +63397,7 @@ i64.extend_i32_s call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7456 @@ -66276,57 +63411,56 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 7456 i32.store offset=4 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 i32.load offset=4 - local.set $7 - local.get $6 - local.get $0 + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 call $~lib/typedarray/Int64Array#get:length - local.set $6 + local.set $7 loop $for-loop|025 - local.get $1 - local.get $6 + local.get $0 + local.get $7 i32.lt_s if - local.get $7 - local.get $1 + local.get $6 + local.get $0 i32.const 3 i32.shl i32.add i64.load local.set $3 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $3 - local.get $1 local.get $0 + local.get $1 i32.const 7456 i32.load call_indirect (type $28) - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|025 end end @@ -66343,7 +63477,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -66353,28 +63487,27 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float32Array#constructor - local.tee $0 + local.tee $1 i32.store - local.get $0 + local.get $1 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 0 i32.const 7152 i32.const 0 @@ -66382,12 +63515,12 @@ f32.convert_i32_s call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 1 i32.const 7152 i32.const 1 @@ -66395,12 +63528,12 @@ f32.convert_i32_s call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 2 i32.const 7152 i32.const 2 @@ -66408,7 +63541,7 @@ f32.convert_i32_s call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7488 @@ -66422,57 +63555,56 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 7488 i32.store offset=4 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 i32.load offset=4 - local.set $7 - local.get $6 - local.get $0 + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 call $~lib/typedarray/Int32Array#get:length - local.set $6 + local.set $7 loop $for-loop|026 - local.get $1 - local.get $6 + local.get $0 + local.get $7 i32.lt_s if - local.get $7 - local.get $1 + local.get $6 + local.get $0 i32.const 2 i32.shl i32.add f32.load local.set $4 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $4 - local.get $1 local.get $0 + local.get $1 i32.const 7488 i32.load call_indirect (type $31) - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|026 end end @@ -66489,7 +63621,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -66499,28 +63631,27 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 i32.const 0 global.set $std/typedarray/forEachCallCount - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float64Array#constructor - local.tee $0 + local.tee $1 i32.store - local.get $0 + local.get $1 global.set $std/typedarray/forEachSelf global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 0 i32.const 7152 i32.const 0 @@ -66528,12 +63659,12 @@ f64.convert_i32_s call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 1 i32.const 7152 i32.const 1 @@ -66541,12 +63672,12 @@ f64.convert_i32_s call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7152 i32.store offset=8 - local.get $0 + local.get $1 i32.const 2 i32.const 7152 i32.const 2 @@ -66554,7 +63685,7 @@ f64.convert_i32_s call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 7520 @@ -66568,57 +63699,56 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 7520 i32.store offset=4 - local.get $6 - local.get $0 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 i32.load offset=4 - local.set $7 - local.get $6 - local.get $0 + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $1 i32.store offset=8 - local.get $0 + local.get $1 call $~lib/typedarray/Int64Array#get:length - local.set $6 + local.set $7 loop $for-loop|027 - local.get $1 - local.get $6 + local.get $0 + local.get $7 i32.lt_s if - local.get $7 - local.get $1 + local.get $6 + local.get $0 i32.const 3 i32.shl i32.add f64.load local.set $5 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength local.get $5 - local.get $1 local.get $0 + local.get $1 i32.const 7520 i32.load call_indirect (type $32) - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|027 end end @@ -66634,28 +63764,28 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - call $std/typedarray/testArrayReverse<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testArrayReverse<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testArrayReverse<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArrayReverse<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArrayReverse<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArrayReverse<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArrayReverse<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArrayReverse<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArrayReverse<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArrayReverse<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testArrayReverse<~lib/typedarray/Float64Array,f64> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float64Array,f64> + call $"std/typedarray/testArrayReverse<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testArrayReverse<~lib/typedarray/Float64Array,f64>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int8Array,i8>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint8Array,u8>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float64Array,f64>" global.get $~lib/memory/__stack_pointer i32.const 1 call $~lib/typedarray/Float64Array#constructor @@ -66686,12 +63816,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $1 i32.store offset=4 i32.const 0 local.set $0 - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -66700,14 +63829,13 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - block $~lib/typedarray/INCLUDES<~lib/typedarray/Float64Array,f64>|inlined.0 (result i32) - local.get $6 + block $"~lib/typedarray/INCLUDES<~lib/typedarray/Float64Array,f64>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 i32.const 0 @@ -66719,7 +63847,7 @@ i32.const 0 i32.le_s i32.or - br_if $~lib/typedarray/INCLUDES<~lib/typedarray/Float64Array,f64>|inlined.0 + br_if $"~lib/typedarray/INCLUDES<~lib/typedarray/Float64Array,f64>|inlined.0" drop global.get $~lib/memory/__stack_pointer local.get $1 @@ -66742,7 +63870,7 @@ local.tee $5 local.get $5 f64.ne - br_if $~lib/typedarray/INCLUDES<~lib/typedarray/Float64Array,f64>|inlined.0 + br_if $"~lib/typedarray/INCLUDES<~lib/typedarray/Float64Array,f64>|inlined.0" drop local.get $0 i32.const 1 @@ -66798,12 +63926,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $1 i32.store offset=4 i32.const 0 local.set $0 - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -66812,14 +63939,13 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $6 i64.const 0 i64.store - block $~lib/typedarray/INCLUDES<~lib/typedarray/Float32Array,f32>|inlined.0 (result i32) - local.get $6 + block $"~lib/typedarray/INCLUDES<~lib/typedarray/Float32Array,f32>|inlined.0" (result i32) + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $6 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 i32.const 0 @@ -66831,7 +63957,7 @@ i32.const 0 i32.le_s i32.or - br_if $~lib/typedarray/INCLUDES<~lib/typedarray/Float32Array,f32>|inlined.0 + br_if $"~lib/typedarray/INCLUDES<~lib/typedarray/Float32Array,f32>|inlined.0" drop global.get $~lib/memory/__stack_pointer local.get $1 @@ -66854,7 +63980,7 @@ local.tee $4 local.get $4 f32.ne - br_if $~lib/typedarray/INCLUDES<~lib/typedarray/Float32Array,f32>|inlined.0 + br_if $"~lib/typedarray/INCLUDES<~lib/typedarray/Float32Array,f32>|inlined.0" drop local.get $0 i32.const 1 @@ -66889,11 +64015,10 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 20 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Int8Array#constructor local.tee $0 @@ -66954,10 +64079,9 @@ i32.eqz br_if $folding-inner22 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=12 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -66966,13 +64090,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store offset=4 local.get $0 @@ -67006,11 +64129,10 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 20 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Uint8Array#constructor local.tee $0 @@ -67100,11 +64222,10 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 20 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Uint8ClampedArray#constructor local.tee $0 @@ -67194,11 +64315,10 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 20 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Int16Array#constructor local.tee $0 @@ -67259,10 +64379,9 @@ i32.eqz br_if $folding-inner22 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=12 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -67271,13 +64390,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store offset=4 local.get $0 @@ -67311,11 +64429,10 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 20 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Uint16Array#constructor local.tee $0 @@ -67376,10 +64493,9 @@ i32.eqz br_if $folding-inner22 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=12 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -67388,13 +64504,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store offset=4 local.get $0 @@ -67428,11 +64543,10 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 20 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Int32Array#constructor local.tee $0 @@ -67493,10 +64607,9 @@ i32.eqz br_if $folding-inner22 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=12 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -67505,13 +64618,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store offset=4 local.get $0 @@ -67545,11 +64657,10 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 20 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Uint32Array#constructor local.tee $0 @@ -67610,10 +64721,9 @@ i32.eqz br_if $folding-inner22 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=12 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -67622,13 +64732,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store offset=4 local.get $0 @@ -67662,11 +64771,10 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 20 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Int64Array#constructor local.tee $0 @@ -67727,10 +64835,9 @@ i32.eqz br_if $folding-inner22 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=12 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -67739,13 +64846,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store offset=4 local.get $0 @@ -67779,11 +64885,10 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 20 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Uint64Array#constructor local.tee $0 @@ -67844,10 +64949,9 @@ i32.eqz br_if $folding-inner22 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=12 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -67856,13 +64960,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store offset=4 local.get $0 @@ -67896,11 +64999,10 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 20 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Float32Array#constructor local.tee $0 @@ -67961,10 +65063,9 @@ i32.eqz br_if $folding-inner24 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=12 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -67973,13 +65074,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store offset=4 local.get $0 @@ -68013,11 +65113,10 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 20 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Float64Array#constructor local.tee $0 @@ -68078,10 +65177,9 @@ i32.eqz br_if $folding-inner24 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=12 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -68090,13 +65188,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store offset=4 local.get $0 @@ -68179,7 +65276,7 @@ call $~lib/builtins/abort unreachable end - call $std/typedarray/testArrayWrap<~lib/typedarray/Int8Array,i8> + call $"std/typedarray/testArrayWrap<~lib/typedarray/Int8Array,i8>" global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -68189,14 +65286,13 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 24 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=4 i32.const 10928 @@ -68213,10 +65309,9 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $6 local.get $1 i32.store offset=4 - local.get $6 + global.get $~lib/memory/__stack_pointer i32.const 10928 i32.store offset=12 local.get $1 @@ -68235,17 +65330,18 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=12 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.load - local.tee $6 + local.tee $2 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.set $6 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $7 @@ -68258,8 +65354,8 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 - local.get $2 local.get $6 + local.get $2 local.get $7 local.get $8 local.get $1 @@ -68320,15 +65416,15 @@ i32.const 24 i32.add global.set $~lib/memory/__stack_pointer - call $std/typedarray/testArrayWrap<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArrayWrap<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArrayWrap<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArrayWrap<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArrayWrap<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArrayWrap<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArrayWrap<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArrayWrap<~lib/typedarray/Float32Array,f32> - call $std/typedarray/testArrayWrap<~lib/typedarray/Float64Array,f64> + call $"std/typedarray/testArrayWrap<~lib/typedarray/Uint8ClampedArray,u8>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Int16Array,i16>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Uint16Array,u16>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Int32Array,i32>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Uint32Array,u32>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Int64Array,i64>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Uint64Array,u64>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Float32Array,f32>" + call $"std/typedarray/testArrayWrap<~lib/typedarray/Float64Array,f64>" call $std/typedarray/testTypedArraySet<~lib/typedarray/Int8Array> call $std/typedarray/testTypedArraySet<~lib/typedarray/Uint8Array> call $std/typedarray/testTypedArraySet<~lib/typedarray/Uint8ClampedArray> @@ -68438,19 +65534,18 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -68467,7 +65562,6 @@ i32.lt_s br_if $folding-inner17 global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=8 local.get $1 @@ -68475,7 +65569,7 @@ i32.const 1 i32.add local.set $9 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -68512,332 +65606,2338 @@ else i32.const 0 end - i32.store8 - local.get $2 - i32.const 1 + i32.store8 + local.get $2 + i32.const 1 + i32.add + local.set $2 + br $for-loop|00 + end + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=20 + local.get $1 + local.get $6 + i32.const 4 + call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int64Array> + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner19 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=8 + local.get $7 + call $~lib/typedarray/Int32Array#get:length + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 + local.get $1 + call $~lib/typedarray/Int8Array#get:length + local.get $0 + i32.const 8 + i32.add + i32.lt_s + br_if $folding-inner17 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 + local.get $1 + i32.load offset=4 + i32.const 8 + i32.add + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $7 + i32.store offset=8 + local.get $7 + i32.load offset=4 + local.set $7 + i32.const 0 + local.set $2 + loop $for-loop|01213 + local.get $0 + local.get $2 + i32.gt_s + if + local.get $2 + local.get $6 + i32.add + i32.const 255 + local.get $7 + local.get $2 + i32.const 2 + i32.shl + i32.add + i32.load + local.tee $8 + i32.sub + i32.const 31 + i32.shr_s + local.get $8 + i32.or + local.get $8 + i32.const 31 + i32.shr_s + i32.const -1 + i32.xor + i32.and + i32.store8 + local.get $2 + i32.const 1 + i32.add + local.set $2 + br $for-loop|01213 + end + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + i32.const 10 + i32.const 0 + i32.const 64 + i32.const 15280 + call $~lib/rt/__newArray + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=20 + local.get $1 + local.get $0 + call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> + global.get $~lib/memory/__stack_pointer + i32.const 4 + call $~lib/typedarray/Uint32Array#constructor + local.tee $0 + i32.store offset=116 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.const 1 + call $~lib/typedarray/Uint32Array#__set + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 1 + i32.const 300 + call $~lib/typedarray/Uint32Array#__set + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 2 + i32.const 100 + call $~lib/typedarray/Uint32Array#__set + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 3 + i32.const -1 + call $~lib/typedarray/Uint32Array#__set + global.get $~lib/memory/__stack_pointer + i32.const 4 + call $~lib/typedarray/Int16Array#constructor + local.tee $2 + i32.store offset=120 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 0 + i32.const -10 + call $~lib/typedarray/Int16Array#__set + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 1 + i32.const 100 + call $~lib/typedarray/Int16Array#__set + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 2 + i32.const 10 + call $~lib/typedarray/Int16Array#__set + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 3 + i32.const 300 + call $~lib/typedarray/Int16Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner19 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + call $~lib/typedarray/Int32Array#get:length + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 + local.get $1 + call $~lib/typedarray/Int8Array#get:length + local.get $6 + i32.lt_s + br_if $folding-inner17 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 + local.get $1 + i32.load offset=4 + local.set $7 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + i32.load offset=4 + local.set $8 + i32.const 0 + local.set $0 + loop $for-loop|02324 + local.get $0 + local.get $6 + i32.lt_s + if + local.get $0 + local.get $7 + i32.add + i32.const 255 + local.get $8 + local.get $0 + i32.const 2 + i32.shl + i32.add + i32.load + local.tee $9 + local.get $9 + i32.const 255 + i32.gt_u + select + i32.store8 + local.get $0 + i32.const 1 + i32.add + local.set $0 + br $for-loop|02324 + end + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=20 + local.get $1 + local.get $2 + i32.const 5 + call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int16Array> + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + i32.const 10 + i32.const 0 + i32.const 64 + i32.const 15312 + call $~lib/rt/__newArray + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=20 + local.get $1 + local.get $0 + call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8>" + block $folding-inner036 + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner036 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 3 + call $~lib/typedarray/Int8Array#constructor + local.tee $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + i32.const 1 + call $~lib/typedarray/Int8Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + i32.const 2 + call $~lib/typedarray/Int8Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.const 3 + call $~lib/typedarray/Int8Array#__set + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + i32.const 0 + global.set $~argumentsLength + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner036 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 15344 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15344 + i32.store offset=8 + local.get $1 + i32.const 15344 + call $~lib/typedarray/Int8Array#sort + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Int8Array#__get + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 885 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Int8Array#__get + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 886 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Int8Array#__get + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 887 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15376 + i32.store offset=12 + local.get $1 + i32.const 15376 + call $~lib/typedarray/Int8Array#sort + drop + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Int8Array#__get + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 889 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Int8Array#__get + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 890 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Int8Array#__get + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 891 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + br $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8>" + end + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>$1" + block $folding-inner037 + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner037 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 3 + call $~lib/typedarray/Uint8Array#constructor + local.tee $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + i32.const 1 + call $~lib/typedarray/Uint8Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + i32.const 2 + call $~lib/typedarray/Uint8Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.const 3 + call $~lib/typedarray/Uint8Array#__set + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + i32.const 0 + global.set $~argumentsLength + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner037 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 15408 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15408 + i32.store offset=8 + local.get $1 + i32.const 15408 + call $~lib/typedarray/Uint8Array#sort + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Uint8Array#__get + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 885 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Uint8Array#__get + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 886 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Uint8Array#__get + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 887 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15440 + i32.store offset=12 + local.get $1 + i32.const 15440 + call $~lib/typedarray/Uint8Array#sort + drop + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Uint8Array#__get + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 889 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Uint8Array#__get + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 890 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Uint8Array#__get + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 891 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + br $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>$1" + end + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Uint8ClampedArray,u8>$2" + block $folding-inner038 + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner038 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 3 + call $~lib/typedarray/Uint8ClampedArray#constructor + local.tee $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + i32.const 1 + call $~lib/typedarray/Uint8ClampedArray#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + i32.const 2 + call $~lib/typedarray/Uint8ClampedArray#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.const 3 + call $~lib/typedarray/Uint8ClampedArray#__set + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + i32.const 0 + global.set $~argumentsLength + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner038 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 15472 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15472 + i32.store offset=8 + local.get $1 + i32.const 15472 + call $~lib/typedarray/Uint8Array#sort + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Uint8ClampedArray#__get + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 885 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Uint8ClampedArray#__get + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 886 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Uint8ClampedArray#__get + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 887 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15504 + i32.store offset=12 + local.get $1 + i32.const 15504 + call $~lib/typedarray/Uint8Array#sort + drop + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Uint8ClampedArray#__get + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 889 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Uint8ClampedArray#__get + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 890 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Uint8ClampedArray#__get + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 891 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + br $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Uint8ClampedArray,u8>$2" + end + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16>$3" + block $folding-inner039 + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner039 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 3 + call $~lib/typedarray/Int16Array#constructor + local.tee $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + i32.const 1 + call $~lib/typedarray/Int16Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + i32.const 2 + call $~lib/typedarray/Int16Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.const 3 + call $~lib/typedarray/Int16Array#__set + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + i32.const 0 + global.set $~argumentsLength + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner039 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 15536 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15536 + i32.store offset=8 + local.get $1 + i32.const 15536 + call $~lib/typedarray/Int16Array#sort + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Int16Array#__get + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 885 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Int16Array#__get + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 886 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Int16Array#__get + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 887 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15568 + i32.store offset=12 + local.get $1 + i32.const 15568 + call $~lib/typedarray/Int16Array#sort + drop + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Int16Array#__get + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 889 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Int16Array#__get + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 890 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Int16Array#__get + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 891 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + br $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16>$3" + end + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16>$4" + block $folding-inner040 + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner040 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 3 + call $~lib/typedarray/Uint16Array#constructor + local.tee $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + i32.const 1 + call $~lib/typedarray/Uint16Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + i32.const 2 + call $~lib/typedarray/Uint16Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.const 3 + call $~lib/typedarray/Uint16Array#__set + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + i32.const 0 + global.set $~argumentsLength + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner040 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 15600 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15600 + i32.store offset=8 + local.get $1 + i32.const 15600 + call $~lib/typedarray/Uint16Array#sort + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Uint16Array#__get + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 885 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Uint16Array#__get + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 886 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Uint16Array#__get + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 887 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15632 + i32.store offset=12 + local.get $1 + i32.const 15632 + call $~lib/typedarray/Uint16Array#sort + drop + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Uint16Array#__get + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 889 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Uint16Array#__get + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 890 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Uint16Array#__get + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 891 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + br $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16>$4" + end + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32>$5" + block $folding-inner041 + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner041 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 3 + call $~lib/typedarray/Int32Array#constructor + local.tee $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + i32.const 1 + call $~lib/typedarray/Int32Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + i32.const 2 + call $~lib/typedarray/Int32Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.const 3 + call $~lib/typedarray/Int32Array#__set + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + i32.const 0 + global.set $~argumentsLength + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner041 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 15664 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15664 + i32.store offset=8 + local.get $1 + i32.const 15664 + call $~lib/typedarray/Int32Array#sort + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Int32Array#__get + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 885 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Int32Array#__get + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 886 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Int32Array#__get + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 887 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15696 + i32.store offset=12 + local.get $1 + i32.const 15696 + call $~lib/typedarray/Int32Array#sort + drop + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Int32Array#__get + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 889 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Int32Array#__get + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 890 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Int32Array#__get + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 891 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + br $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32>$5" + end + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32>$6" + block $folding-inner042 + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner042 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 3 + call $~lib/typedarray/Uint32Array#constructor + local.tee $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + i32.const 1 + call $~lib/typedarray/Uint32Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + i32.const 2 + call $~lib/typedarray/Uint32Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.const 3 + call $~lib/typedarray/Uint32Array#__set + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + i32.const 0 + global.set $~argumentsLength + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner042 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 15728 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15728 + i32.store offset=8 + local.get $1 + i32.const 15728 + call $~lib/typedarray/Uint32Array#sort + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Uint32Array#__get + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 885 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Uint32Array#__get + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 886 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Uint32Array#__get + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 887 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15760 + i32.store offset=12 + local.get $1 + i32.const 15760 + call $~lib/typedarray/Uint32Array#sort + drop + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Uint32Array#__get + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 889 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Uint32Array#__get + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 890 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Uint32Array#__get + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1568 + i32.const 891 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + br $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32>$6" + end + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64>$7" + block $folding-inner043 + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner043 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 3 + call $~lib/typedarray/Int64Array#constructor + local.tee $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + i64.const 1 + call $~lib/typedarray/Int64Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + i64.const 2 + call $~lib/typedarray/Int64Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + i64.const 3 + call $~lib/typedarray/Int64Array#__set + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + i32.const 0 + global.set $~argumentsLength + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner043 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 15792 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15792 + i32.store offset=8 + local.get $1 + i32.const 15792 + call $~lib/typedarray/Int64Array#sort + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Int64Array#__get + i64.const 1 + i64.ne + if + i32.const 0 + i32.const 1568 + i32.const 885 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Int64Array#__get + i64.const 2 + i64.ne + if + i32.const 0 + i32.const 1568 + i32.const 886 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Int64Array#__get + i64.const 3 + i64.ne + if + i32.const 0 + i32.const 1568 + i32.const 887 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15824 + i32.store offset=12 + local.get $1 + i32.const 15824 + call $~lib/typedarray/Int64Array#sort + drop + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Int64Array#__get + i64.const 3 + i64.ne + if + i32.const 0 + i32.const 1568 + i32.const 889 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Int64Array#__get + i64.const 2 + i64.ne + if + i32.const 0 + i32.const 1568 + i32.const 890 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Int64Array#__get + i64.const 1 + i64.ne + if + i32.const 0 + i32.const 1568 + i32.const 891 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + br $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64>$7" + end + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64>$8" + block $folding-inner044 + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner044 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 3 + call $~lib/typedarray/Uint64Array#constructor + local.tee $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + i64.const 1 + call $~lib/typedarray/Uint64Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + i64.const 2 + call $~lib/typedarray/Uint64Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + i64.const 3 + call $~lib/typedarray/Uint64Array#__set + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + i32.const 0 + global.set $~argumentsLength + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner044 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 15856 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15856 + i32.store offset=8 + local.get $1 + i32.const 15856 + call $~lib/typedarray/Uint64Array#sort + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Uint64Array#__get + i64.const 1 + i64.ne + if + i32.const 0 + i32.const 1568 + i32.const 885 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Uint64Array#__get + i64.const 2 + i64.ne + if + i32.const 0 + i32.const 1568 + i32.const 886 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Uint64Array#__get + i64.const 3 + i64.ne + if + i32.const 0 + i32.const 1568 + i32.const 887 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15888 + i32.store offset=12 + local.get $1 + i32.const 15888 + call $~lib/typedarray/Uint64Array#sort + drop + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Uint64Array#__get + i64.const 3 + i64.ne + if + i32.const 0 + i32.const 1568 + i32.const 889 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Uint64Array#__get + i64.const 2 + i64.ne + if + i32.const 0 + i32.const 1568 + i32.const 890 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Uint64Array#__get + i64.const 1 + i64.ne + if + i32.const 0 + i32.const 1568 + i32.const 891 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 i32.add - local.set $2 - br $for-loop|00 + global.set $~lib/memory/__stack_pointer + br $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64>$8" end + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable end global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=20 - local.get $1 - local.get $6 - i32.const 4 - call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int64Array> - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store offset=20 - global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner19 - global.get $~lib/memory/__stack_pointer - local.tee $0 - i64.const 0 - i64.store - local.get $0 - i32.const 0 - i32.store offset=8 - local.get $0 - local.get $1 - i32.store - local.get $0 - local.get $7 - i32.store offset=4 - local.get $0 - local.get $7 - i32.store offset=8 - local.get $7 - call $~lib/typedarray/Int32Array#get:length - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 - call $~lib/typedarray/Int8Array#get:length - local.get $0 - i32.const 8 - i32.add - i32.lt_s - br_if $folding-inner17 - global.get $~lib/memory/__stack_pointer - local.tee $2 - local.get $1 - i32.store offset=8 - local.get $1 - i32.load offset=4 - i32.const 8 - i32.add - local.set $6 - local.get $2 - local.get $7 - i32.store offset=8 - local.get $7 - i32.load offset=4 - local.set $7 - i32.const 0 - local.set $2 - loop $for-loop|01213 - local.get $0 - local.get $2 - i32.gt_s - if - local.get $2 - local.get $6 - i32.add - i32.const 255 - local.get $7 - local.get $2 + block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32>$9" + block $folding-inner045 + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner045 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 3 + call $~lib/typedarray/Float32Array#constructor + local.tee $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 i32.const 2 - i32.shl - i32.add - i32.load - local.tee $8 - i32.sub - i32.const 31 - i32.shr_s - local.get $8 - i32.or - local.get $8 - i32.const 31 - i32.shr_s - i32.const -1 - i32.xor - i32.and - i32.store8 - local.get $2 + f32.const 1 + call $~lib/typedarray/Float32Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 + f32.const 2 + call $~lib/typedarray/Float32Array#__set + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + f32.const 3 + call $~lib/typedarray/Float32Array#__set + global.get $~lib/memory/__stack_pointer + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + i32.const 0 + global.set $~argumentsLength + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner045 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 15920 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15920 + i32.store offset=8 + local.get $1 + i32.const 15920 + call $~lib/typedarray/Float32Array#sort + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 12 i32.add - local.set $2 - br $for-loop|01213 - end - end - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - i32.const 10 - i32.const 0 - i32.const 64 - i32.const 15280 - call $~lib/rt/__newArray - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=20 - local.get $1 - local.get $0 - call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> - global.get $~lib/memory/__stack_pointer - i32.const 4 - call $~lib/typedarray/Uint32Array#constructor - local.tee $0 - i32.store offset=116 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 0 - i32.const 1 - call $~lib/typedarray/Uint32Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 1 - i32.const 300 - call $~lib/typedarray/Uint32Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 2 - i32.const 100 - call $~lib/typedarray/Uint32Array#__set - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.const 3 - i32.const -1 - call $~lib/typedarray/Uint32Array#__set - global.get $~lib/memory/__stack_pointer - i32.const 4 - call $~lib/typedarray/Int16Array#constructor - local.tee $2 - i32.store offset=120 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 - i32.const 0 - i32.const -10 - call $~lib/typedarray/Int16Array#__set - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 - i32.const 1 - i32.const 100 - call $~lib/typedarray/Int16Array#__set - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 - i32.const 2 - i32.const 10 - call $~lib/typedarray/Int16Array#__set - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 - i32.const 3 - i32.const 300 - call $~lib/typedarray/Int16Array#__set - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=20 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner19 - global.get $~lib/memory/__stack_pointer - local.tee $6 - i64.const 0 - i64.store - local.get $6 - i32.const 0 - i32.store offset=8 - local.get $6 - local.get $1 - i32.store - local.get $6 - local.get $0 - i32.store offset=4 - local.get $6 - local.get $0 - i32.store offset=8 - local.get $0 - call $~lib/typedarray/Int32Array#get:length - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 - call $~lib/typedarray/Int8Array#get:length - local.get $6 - i32.lt_s - br_if $folding-inner17 - global.get $~lib/memory/__stack_pointer - local.tee $7 - local.get $1 - i32.store offset=8 - local.get $1 - i32.load offset=4 - local.set $8 - local.get $7 - local.get $0 - i32.store offset=8 - local.get $0 - i32.load offset=4 - local.set $7 - i32.const 0 - local.set $0 - loop $for-loop|02324 - local.get $0 - local.get $6 - i32.lt_s - if - local.get $0 - local.get $8 - i32.add - i32.const 255 - local.get $7 + global.set $~lib/memory/__stack_pointer local.get $0 + local.get $1 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Float32Array#__get + f32.const 1 + f32.ne + if + i32.const 0 + i32.const 1568 + i32.const 885 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 1 + call $~lib/typedarray/Float32Array#__get + f32.const 2 + f32.ne + if + i32.const 0 + i32.const 1568 + i32.const 886 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 i32.const 2 - i32.shl - i32.add - i32.load - local.tee $9 - local.get $9 - i32.const 255 - i32.gt_u - select - i32.store8 - local.get $0 + call $~lib/typedarray/Float32Array#__get + f32.const 3 + f32.ne + if + i32.const 0 + i32.const 1568 + i32.const 887 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 15952 + i32.store offset=12 + local.get $1 + i32.const 15952 + call $~lib/typedarray/Float32Array#sort + drop + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + call $~lib/typedarray/Float32Array#__get + f32.const 3 + f32.ne + if + i32.const 0 + i32.const 1568 + i32.const 889 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 i32.const 1 + call $~lib/typedarray/Float32Array#__get + f32.const 2 + f32.ne + if + i32.const 0 + i32.const 1568 + i32.const 890 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 2 + call $~lib/typedarray/Float32Array#__get + f32.const 1 + f32.ne + if + i32.const 0 + i32.const 1568 + i32.const 891 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 i32.add - local.set $0 - br $for-loop|02324 + global.set $~lib/memory/__stack_pointer + br $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32>$9" end + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable end global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=20 - local.get $1 - local.get $2 - i32.const 5 - call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int16Array> - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - i32.const 10 - i32.const 0 - i32.const 64 - i32.const 15312 - call $~lib/rt/__newArray - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=20 - local.get $1 - local.get $0 - call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> - call $std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8> - call $std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8> - call $std/typedarray/testArraySort<~lib/typedarray/Uint8ClampedArray,u8> - call $std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16> - call $std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16> - call $std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32> - call $std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32> - call $std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64> - call $std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64> - call $std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32> - global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer @@ -68846,13 +67946,12 @@ i32.lt_s br_if $folding-inner19 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 3 call $~lib/typedarray/Float64Array#constructor local.tee $0 @@ -68937,10 +68036,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 15984 i32.store offset=12 local.get $0 @@ -69199,9 +68297,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $4 i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer + local.set $4 local.get $0 local.get $1 i32.shl @@ -69263,13 +68362,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -69286,49 +68384,49 @@ i32.shr_u i32.const 1 i32.shl - local.tee $2 - select local.tee $0 + select + local.tee $2 i32.const 100000 i32.lt_u if (result i32) - local.get $0 + local.get $2 i32.const 100 i32.lt_u if (result i32) - local.get $0 + local.get $2 i32.const 10 i32.ge_u i32.const 1 i32.add else - local.get $0 + local.get $2 i32.const 10000 i32.ge_u i32.const 3 i32.add - local.get $0 + local.get $2 i32.const 1000 i32.ge_u i32.add end else - local.get $0 + local.get $2 i32.const 10000000 i32.lt_u if (result i32) - local.get $0 + local.get $2 i32.const 1000000 i32.ge_u i32.const 6 i32.add else - local.get $0 + local.get $2 i32.const 1000000000 i32.ge_u i32.const 8 i32.add - local.get $0 + local.get $2 i32.const 100000000 i32.ge_u i32.add @@ -69337,19 +68435,19 @@ local.tee $1 i32.const 1 i32.shl - local.get $2 + local.get $0 i32.add i32.const 2 call $~lib/rt/itcms/__new local.tee $3 i32.store - local.get $2 + local.get $0 local.get $3 i32.add - local.get $0 + local.get $2 local.get $1 call $~lib/util/number/utoa32_dec_lut - local.get $2 + local.get $0 if local.get $3 i32.const 45 @@ -69380,13 +68478,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -69440,22 +68537,22 @@ i32.add end end - local.tee $1 + local.tee $2 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $1 i32.store - local.get $2 - local.get $0 local.get $1 + local.get $0 + local.get $2 call $~lib/util/number/utoa32_dec_lut global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 ) (func $~lib/util/number/dtoa (param $0 f64) (result i32) (local $1 i32) @@ -69476,14 +68573,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 f64.const 0 f64.eq if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -69524,22 +68620,22 @@ call $~lib/util/number/dtoa_core i32.const 1 i32.shl - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.const 2 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $2 i32.store - local.get $1 - i32.const 9808 local.get $2 + i32.const 9808 + local.get $1 memory.copy global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 + local.get $2 ) (func $~lib/arraybuffer/ArrayBuffer#constructor (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/uri.release.wat b/tests/compiler/std/uri.release.wat index b82c1ed0b1..e5e37589ca 100644 --- a/tests/compiler/std/uri.release.wat +++ b/tests/compiler/std/uri.release.wat @@ -1190,11 +1190,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1379,8 +1378,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -2646,7 +2644,6 @@ call $start:std/uri ) (func $~lib/uri/encodeURIComponent (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2663,10 +2660,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2706,14 +2702,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2728,8 +2723,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -2739,7 +2732,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -2751,12 +2744,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -2851,7 +2844,6 @@ i32.const 0 ) (func $~lib/uri/encodeURI (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2868,10 +2860,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2891,7 +2882,6 @@ local.get $0 ) (func $~lib/uri/decodeURIComponent (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2908,10 +2898,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2931,7 +2920,6 @@ local.get $0 ) (func $~lib/uri/decodeURI (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2948,10 +2936,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -2988,10 +2975,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 memory.size @@ -3026,7 +3012,7 @@ i32.store i32.const 1472 global.set $~lib/rt/itcms/fromSpace - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=8 i32.const 1056 diff --git a/tests/compiler/super-inline.release.wat b/tests/compiler/super-inline.release.wat index 7fe25b0471..bafd07b72f 100644 --- a/tests/compiler/super-inline.release.wat +++ b/tests/compiler/super-inline.release.wat @@ -1081,11 +1081,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1187,8 +1186,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1420,7 +1418,6 @@ ) (func $~start (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1491,20 +1488,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $0 - local.get $1 + local.get $0 i32.store offset=4 + global.get $~lib/memory/__stack_pointer local.get $0 - local.get $1 call $super-inline/Foo#constructor local.tee $0 i32.store @@ -1535,7 +1530,6 @@ ) (func $super-inline/Foo#constructor (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1546,23 +1540,23 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store end global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1571,13 +1565,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 @@ -1605,7 +1598,6 @@ unreachable ) (func $super-inline/Bar#a (param $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1622,13 +1614,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/tablebase.release.wat b/tests/compiler/tablebase.release.wat index 1d985e2553..6ed678709b 100644 --- a/tests/compiler/tablebase.release.wat +++ b/tests/compiler/tablebase.release.wat @@ -11,7 +11,6 @@ (export "memory" (memory $0)) (start $~start) (func $~start - (local $0 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -28,10 +27,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store i32.const 1056 diff --git a/tests/compiler/templateliteral.release.wat b/tests/compiler/templateliteral.release.wat index 688d5f4e11..556b3108ac 100644 --- a/tests/compiler/templateliteral.release.wat +++ b/tests/compiler/templateliteral.release.wat @@ -1174,11 +1174,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1363,8 +1362,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $2 - local.get $2 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1649,7 +1647,6 @@ unreachable end global.get $~lib/rt/itcms/white - local.tee $3 local.get $1 i32.const 20 i32.sub @@ -1659,8 +1656,6 @@ i32.and i32.eq if - local.get $3 - i32.eqz local.get $0 i32.const 20 i32.sub @@ -1669,6 +1664,8 @@ i32.const 3 i32.and local.tee $3 + global.get $~lib/rt/itcms/white + i32.eqz i32.eq if local.get $0 @@ -1815,14 +1812,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store block $__inlined_func$~lib/util/number/itoa32$75 local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -2672,10 +2668,10 @@ (local $1 i64) (local $2 i32) (local $3 i64) - (local $4 i64) + (local $4 i32) (local $5 i64) (local $6 i64) - (local $7 i32) + (local $7 i64) (local $8 i32) (local $9 i32) (local $10 i64) @@ -2703,9 +2699,9 @@ i64.const 52 i64.shr_u i32.wrap_i64 - local.tee $7 + local.tee $4 i32.const 1 - local.get $7 + local.get $4 select i32.const 1075 i32.sub @@ -2715,7 +2711,7 @@ local.get $1 i64.const 4503599627370495 i64.and - local.get $7 + local.get $4 i32.const 0 i32.ne i64.extend_i32_u @@ -2730,11 +2726,11 @@ local.tee $3 i64.clz i32.wrap_i64 - local.tee $7 + local.tee $9 i32.sub - local.set $9 + local.set $4 local.get $3 - local.get $7 + local.get $9 i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_plus @@ -2744,25 +2740,24 @@ i64.eq i32.const 1 i32.add - local.tee $7 + local.tee $9 i64.extend_i32_s i64.shl i64.const 1 i64.sub local.get $8 - local.get $7 - i32.sub local.get $9 i32.sub + local.get $4 + i32.sub i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_minus - local.get $9 + local.get $4 global.set $~lib/util/number/_exp i32.const 348 i32.const -61 global.get $~lib/util/number/_exp - local.tee $7 i32.sub f64.convert_i32_s f64.const 0.30102999566398114 @@ -2771,8 +2766,8 @@ f64.add local.tee $0 i32.trunc_sat_f64_s - local.tee $8 - local.get $8 + local.tee $4 + local.get $4 f64.convert_i32_s local.get $0 f64.ne @@ -2781,18 +2776,18 @@ i32.shr_s i32.const 1 i32.add - local.tee $8 + local.tee $4 i32.const 3 i32.shl - local.tee $9 + local.tee $8 i32.sub global.set $~lib/util/number/_K - local.get $9 + local.get $8 i32.const 3976 i32.add i64.load global.set $~lib/util/number/_frc_pow - local.get $8 + local.get $4 i32.const 1 i32.shl i32.const 4672 @@ -2806,7 +2801,7 @@ local.tee $1 i64.const 4294967295 i64.and - local.set $4 + local.set $5 global.get $~lib/util/number/_frc_pow local.tee $10 i64.const 4294967295 @@ -2817,13 +2812,13 @@ i64.shr_u local.tee $1 i64.mul - local.get $4 + local.get $5 local.get $11 i64.mul i64.const 32 i64.shr_u i64.add - local.set $5 + local.set $6 global.get $~lib/util/number/_frc_plus local.tee $3 i64.const 4294967295 @@ -2841,7 +2836,7 @@ i64.const 32 i64.shr_u i64.add - local.set $6 + local.set $7 global.get $~lib/util/number/_frc_minus local.tee $13 i64.const 4294967295 @@ -2871,14 +2866,14 @@ i64.shr_u local.tee $1 i64.mul - local.get $5 + local.get $6 i64.const 32 i64.shr_u i64.add local.get $1 - local.get $4 - i64.mul local.get $5 + i64.mul + local.get $6 i64.const 4294967295 i64.and i64.add @@ -2890,14 +2885,14 @@ local.get $1 local.get $3 i64.mul - local.get $6 + local.get $7 i64.const 32 i64.shr_u i64.add local.get $1 local.get $12 i64.mul - local.get $6 + local.get $7 i64.const 4294967295 i64.and i64.add @@ -2909,8 +2904,8 @@ i64.const 1 i64.sub local.tee $3 - local.get $7 global.get $~lib/util/number/_exp_pow + global.get $~lib/util/number/_exp i32.add i32.const -64 i32.sub @@ -2965,7 +2960,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store block $__inlined_func$~lib/util/number/dtoa$79 @@ -2973,7 +2967,7 @@ f64.const 0 f64.eq if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer @@ -3081,20 +3075,19 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 32 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1088 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=12 i32.const 1056 @@ -3110,10 +3103,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1056 i32.store offset=16 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1088 i32.store offset=20 i32.const 1056 @@ -3139,16 +3131,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1056 i32.store offset=24 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1088 i32.store offset=28 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1744 i32.store offset=16 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=20 i32.const 1748 @@ -3480,11 +3471,10 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 36 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1 call $templateliteral/Ref#constructor local.tee $2 @@ -3559,10 +3549,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $2 i32.store offset=16 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 call $templateliteral/Ref#toString local.tee $1 @@ -3641,14 +3630,13 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 24 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5552 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5552 i32.const 0 call $templateliteral/RecursiveObject#constructor @@ -3825,14 +3813,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -3847,8 +3834,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -3858,7 +3843,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -3870,12 +3855,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -3973,7 +3958,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3990,10 +3974,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -4003,7 +3986,7 @@ i32.const -2 i32.and local.set $2 - local.get $5 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -4018,7 +4001,7 @@ local.tee $4 i32.eqz if - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -4053,7 +4036,6 @@ (local $4 i32) (local $5 i32) (local $6 i32) - (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -4070,10 +4052,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $5 i64.const 0 i64.store - local.get $5 + global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 local.get $1 @@ -4083,7 +4064,7 @@ i32.const 0 i32.lt_s if - local.get $5 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -4094,12 +4075,11 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.load local.tee $0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer @@ -4115,22 +4095,21 @@ i32.gt_s if global.get $~lib/memory/__stack_pointer - local.tee $5 local.get $0 local.get $3 i32.const 2 i32.shl i32.add i32.load - local.tee $6 + local.tee $5 i32.store offset=4 - local.get $6 + local.get $5 if + global.get $~lib/memory/__stack_pointer local.get $5 - local.get $6 i32.store offset=8 local.get $2 - local.get $6 + local.get $5 i32.const 20 i32.sub i32.load offset=16 @@ -4149,24 +4128,23 @@ i32.const 0 local.set $3 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 1184 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $2 - local.get $4 i32.const 1180 i32.load i32.const 1 i32.shr_u - local.tee $5 + local.tee $1 + local.get $4 i32.mul i32.add i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $6 + local.tee $5 i32.store offset=12 i32.const 0 local.set $2 @@ -4176,55 +4154,54 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $7 local.get $0 local.get $2 i32.const 2 i32.shl i32.add i32.load - local.tee $1 + local.tee $6 i32.store offset=4 - local.get $1 + local.get $6 if - local.get $7 - local.get $1 - i32.store offset=8 + global.get $~lib/memory/__stack_pointer local.get $6 + i32.store offset=8 + local.get $5 local.get $3 i32.const 1 i32.shl i32.add - local.get $1 - local.get $1 + local.get $6 + local.get $6 i32.const 20 i32.sub i32.load offset=16 i32.const 1 i32.shr_u - local.tee $1 + local.tee $6 i32.const 1 i32.shl memory.copy - local.get $1 local.get $3 + local.get $6 i32.add local.set $3 end - local.get $5 + local.get $1 if - local.get $6 + local.get $5 local.get $3 i32.const 1 i32.shl i32.add i32.const 1184 - local.get $5 + local.get $1 i32.const 1 i32.shl memory.copy + local.get $1 local.get $3 - local.get $5 i32.add local.set $3 end @@ -4236,7 +4213,6 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 local.get $4 i32.const 2 @@ -4247,10 +4223,10 @@ i32.store offset=4 local.get $0 if - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - local.get $6 + local.get $5 local.get $3 i32.const 1 i32.shl @@ -4268,11 +4244,10 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 + local.get $5 ) (func $~lib/staticarray/StaticArray<~lib/string/String>#join (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4289,10 +4264,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 @@ -4301,12 +4275,12 @@ i32.load offset=16 i32.const 2 i32.shr_u - local.set $2 - local.get $1 + local.set $1 + global.get $~lib/memory/__stack_pointer i32.const 1184 i32.store local.get $0 - local.get $2 + local.get $1 call $~lib/util/string/joinStringArray local.set $0 global.get $~lib/memory/__stack_pointer @@ -4317,7 +4291,6 @@ ) (func $templateliteral/test_fast_paths_string (local $0 i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -4334,11 +4307,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.const 20 memory.fill - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1088 i32.store i32.const 2 @@ -4363,10 +4335,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1088 i32.store offset=4 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1088 i32.store offset=8 i32.const 1088 @@ -4413,10 +4384,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 5104 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1088 i32.store offset=16 i32.const 5104 @@ -4445,10 +4415,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=12 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5200 i32.store offset=16 local.get $0 @@ -4474,10 +4443,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1088 i32.store offset=12 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5200 i32.store offset=16 i32.const 1088 @@ -4506,10 +4474,9 @@ call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer - local.tee $1 local.get $0 i32.store offset=12 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1088 i32.store offset=16 local.get $0 @@ -4541,7 +4508,6 @@ ) (func $templateliteral/Ref#constructor (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4558,30 +4524,27 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 5 call $~lib/rt/itcms/__new local.tee $1 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $1 i32.store offset=4 local.get $1 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 ) (func $templateliteral/Ref#toString (param $0 i32) (result i32) - (local $1 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -4592,16 +4555,15 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5328 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 @@ -4620,13 +4582,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 5328 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 i32.const 5328 @@ -4653,7 +4614,6 @@ ) (func $templateliteral/RecursiveObject#constructor (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -4670,23 +4630,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 6 call $~lib/rt/itcms/__new local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.tee $3 local.get $2 i32.store offset=4 - local.get $3 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $2 @@ -4717,7 +4675,6 @@ ) (func $templateliteral/RecursiveObject#toString (param $0 i32) (result i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -4734,14 +4691,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.const 20 memory.fill - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 local.tee $1 @@ -4749,13 +4705,13 @@ local.get $1 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load local.set $0 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer @@ -4763,18 +4719,17 @@ return end global.get $~lib/memory/__stack_pointer - local.tee $2 local.get $0 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $0 i32.load local.tee $0 i32.store offset=8 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 call $templateliteral/RecursiveObject#toString local.tee $1 diff --git a/tests/compiler/ternary.release.wat b/tests/compiler/ternary.release.wat index af33f14eda..fda76df259 100644 --- a/tests/compiler/ternary.release.wat +++ b/tests/compiler/ternary.release.wat @@ -37,13 +37,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/throw.release.wat b/tests/compiler/throw.release.wat index f7ebdcef76..8fad062a65 100644 --- a/tests/compiler/throw.release.wat +++ b/tests/compiler/throw.release.wat @@ -1044,18 +1044,16 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state end ) (func $throw/doThrow - (local $0 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1072,10 +1070,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store i32.const 1696 @@ -1116,7 +1113,6 @@ ) (func $~start (local $0 i32) - (local $1 i32) block $__inlined_func$start:throw$1 global.get $~lib/memory/__stack_pointer i32.const 12 @@ -1128,20 +1124,18 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i64.const 0 i64.store - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 1216 i32.store offset=8 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer @@ -1154,11 +1148,10 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.const 20 memory.fill - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store loop $while-continue|0 @@ -1170,14 +1163,13 @@ i32.lt_s if global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 1088 i32.store offset=4 local.get $0 i32.const 10 i32.gt_s if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 1216 i32.store offset=8 i32.const 1248 @@ -1194,10 +1186,9 @@ end end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1328 i32.store offset=16 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer diff --git a/tests/compiler/typealias.release.wat b/tests/compiler/typealias.release.wat index 3b7cdfe076..de77169cc1 100644 --- a/tests/compiler/typealias.release.wat +++ b/tests/compiler/typealias.release.wat @@ -23,7 +23,6 @@ local.get $0 ) (func $~start - (local $0 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -40,16 +39,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 0 i32.store offset=8 - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 i32.const 1056 @@ -96,14 +94,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -118,8 +115,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -129,7 +124,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -141,12 +136,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -241,7 +236,6 @@ i32.const 0 ) (func $typealias/outer_function~inner_function - (local $0 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -258,13 +252,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1136 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1136 i32.store offset=4 i32.const 1136 diff --git a/tests/compiler/typeof.release.wat b/tests/compiler/typeof.release.wat index 2652ce4768..2be7d98141 100644 --- a/tests/compiler/typeof.release.wat +++ b/tests/compiler/typeof.release.wat @@ -1097,11 +1097,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1203,8 +1202,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1400,7 +1398,6 @@ local.get $0 ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) block $invalid block $typeof/SomeClass block $~lib/function/Function<%28%29=>void> @@ -1445,10 +1442,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store - local.get $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 @@ -1494,14 +1490,13 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $2 i64.const 0 i64.store local.get $0 local.get $1 i32.eq if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -1516,8 +1511,6 @@ i32.or br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $4 - local.tee $2 local.get $0 i32.store local.get $0 @@ -1527,7 +1520,7 @@ i32.const 1 i32.shr_u local.set $3 - local.get $2 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $3 @@ -1539,12 +1532,12 @@ i32.shr_u i32.ne br_if $folding-inner0 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 local.set $2 - local.get $4 + global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 local.get $3 @@ -1641,7 +1634,6 @@ (func $start:typeof (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1652,13 +1644,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 i32.const 1056 @@ -1674,10 +1665,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1136 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1136 i32.store offset=4 i32.const 1136 @@ -1693,10 +1683,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1136 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1136 i32.store offset=4 i32.const 1136 @@ -1712,10 +1701,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1136 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1136 i32.store offset=4 i32.const 1136 @@ -1731,10 +1719,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1168 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1168 i32.store offset=4 i32.const 1168 @@ -1750,10 +1737,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1168 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1168 i32.store offset=4 i32.const 1168 @@ -1769,10 +1755,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1216 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1216 i32.store offset=4 i32.const 1216 @@ -1788,10 +1773,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1136 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1136 i32.store offset=4 i32.const 1136 @@ -1807,10 +1791,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 i32.const 1056 @@ -1826,10 +1809,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 i32.const 1056 @@ -1845,10 +1827,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 i32.const 1056 @@ -1864,10 +1845,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1296 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1296 i32.store offset=4 i32.const 1296 @@ -1883,10 +1863,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1216 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1216 i32.store offset=4 i32.const 1216 @@ -1902,10 +1881,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 i32.const 1056 @@ -1921,10 +1899,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 i32.const 1056 @@ -1940,10 +1917,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 i32.const 1056 @@ -1959,10 +1935,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1056 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=4 i32.const 1056 @@ -1978,10 +1953,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1296 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1296 i32.store offset=4 i32.const 1296 @@ -1997,10 +1971,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1168 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1168 i32.store offset=4 i32.const 1168 @@ -2056,19 +2029,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $2 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -2077,13 +2050,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 @@ -2093,7 +2065,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 + local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -2121,10 +2093,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1168 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1168 i32.store offset=4 i32.const 1168 @@ -2140,10 +2111,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1760 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1760 i32.store offset=4 i32.const 1760 @@ -2159,10 +2129,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1760 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1760 i32.store offset=4 i32.const 1760 @@ -2178,10 +2147,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 1760 i32.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 1760 i32.store offset=4 i32.const 1760 diff --git a/tests/compiler/unicode-identifier.debug.wat b/tests/compiler/unicode-identifier.debug.wat index 22481cd95a..cf2105a944 100644 --- a/tests/compiler/unicode-identifier.debug.wat +++ b/tests/compiler/unicode-identifier.debug.wat @@ -1,12 +1,12 @@ (module - (global $unicode-identifier/ÀÈ (mut i32) (i32.const 0)) - (global $unicode-identifier/变量 (mut i32) (i32.const 0)) - (global $unicode-identifier/𠜎𠜱 (mut i32) (i32.const 0)) + (global $"unicode-identifier/\c3\80\c3\88" (mut i32) (i32.const 0)) + (global $"unicode-identifier/\e5\8f\98\e9\87\8f" (mut i32) (i32.const 0)) + (global $"unicode-identifier/\f0\a0\9c\8e\f0\a0\9c\b1" (mut i32) (i32.const 0)) (memory $0 0) (table $0 1 1 funcref) (elem $0 (i32.const 1)) - (export "ÀÈ" (global $unicode-identifier/ÀÈ)) - (export "变量" (global $unicode-identifier/变量)) - (export "𠜎𠜱" (global $unicode-identifier/𠜎𠜱)) + (export "ÀÈ" (global $"unicode-identifier/\c3\80\c3\88")) + (export "变量" (global $"unicode-identifier/\e5\8f\98\e9\87\8f")) + (export "𠜎𠜱" (global $"unicode-identifier/\f0\a0\9c\8e\f0\a0\9c\b1")) (export "memory" (memory $0)) ) diff --git a/tests/compiler/unicode-identifier.release.wat b/tests/compiler/unicode-identifier.release.wat index 36d442b9c4..f0072ed5f6 100644 --- a/tests/compiler/unicode-identifier.release.wat +++ b/tests/compiler/unicode-identifier.release.wat @@ -1,10 +1,10 @@ (module - (global $unicode-identifier/ÀÈ (mut i32) (i32.const 0)) - (global $unicode-identifier/变量 (mut i32) (i32.const 0)) - (global $unicode-identifier/𠜎𠜱 (mut i32) (i32.const 0)) + (global $"unicode-identifier/\c3\80\c3\88" (mut i32) (i32.const 0)) + (global $"unicode-identifier/\e5\8f\98\e9\87\8f" (mut i32) (i32.const 0)) + (global $"unicode-identifier/\f0\a0\9c\8e\f0\a0\9c\b1" (mut i32) (i32.const 0)) (memory $0 0) - (export "ÀÈ" (global $unicode-identifier/ÀÈ)) - (export "变量" (global $unicode-identifier/变量)) - (export "𠜎𠜱" (global $unicode-identifier/𠜎𠜱)) + (export "ÀÈ" (global $"unicode-identifier/\c3\80\c3\88")) + (export "变量" (global $"unicode-identifier/\e5\8f\98\e9\87\8f")) + (export "𠜎𠜱" (global $"unicode-identifier/\f0\a0\9c\8e\f0\a0\9c\b1")) (export "memory" (memory $0)) ) diff --git a/tests/compiler/while.release.wat b/tests/compiler/while.release.wat index cba8c845b8..57ed01f821 100644 --- a/tests/compiler/while.release.wat +++ b/tests/compiler/while.release.wat @@ -1069,11 +1069,10 @@ return end global.get $~lib/rt/itcms/toSpace - local.tee $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace i32.store offset=4 - local.get $0 - local.get $0 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace i32.store offset=8 i32.const 0 global.set $~lib/rt/itcms/state @@ -1175,8 +1174,7 @@ br_if $do-loop|0 end global.get $~lib/rt/itcms/total - local.tee $1 - local.get $1 + global.get $~lib/rt/itcms/total global.get $~lib/rt/itcms/threshold i32.sub i32.const 1024 @@ -1686,12 +1684,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i32.const 0 i32.store i32.const 0 local.set $1 - local.get $0 + global.get $~lib/memory/__stack_pointer call $while/Ref#constructor local.tee $0 i32.store @@ -1749,12 +1746,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $1 i32.const 0 i32.store i32.const 0 local.set $0 - local.get $1 + global.get $~lib/memory/__stack_pointer call $while/Ref#constructor local.tee $1 i32.store @@ -1925,7 +1921,6 @@ (func $while/Ref#constructor (result i32) (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1936,19 +1931,19 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $0 i64.const 0 i64.store - local.get $0 + global.get $~lib/memory/__stack_pointer i32.const 4 call $~lib/rt/itcms/__new local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.tee $1 + local.set $1 + global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $1 + global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -1957,13 +1952,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - local.tee $2 i32.const 0 i32.store local.get $0 i32.eqz if - local.get $2 + global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/itcms/__new local.tee $0 From 67579debd580cdba3774425269515de5b402d9f3 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Mon, 15 Jan 2024 12:50:08 +0800 Subject: [PATCH 046/103] fix: clear garbage bits before cast short integer to float (#2813) Co-authored-by: CountBleck --- src/compiler.ts | 38 ++---- tests/compiler/number-convert.debug.wat | 157 ++++++++++++++++++++++ tests/compiler/number-convert.json | 4 + tests/compiler/number-convert.release.wat | 4 + tests/compiler/number-convert.ts | 29 ++++ 5 files changed, 206 insertions(+), 26 deletions(-) create mode 100644 tests/compiler/number-convert.debug.wat create mode 100644 tests/compiler/number-convert.json create mode 100644 tests/compiler/number-convert.release.wat create mode 100644 tests/compiler/number-convert.ts diff --git a/src/compiler.ts b/src/compiler.ts index 3e721dd4b2..bc15cd2143 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -3647,43 +3647,29 @@ export class Compiler extends DiagnosticEmitter { // int to float } else if (fromType.isIntegerValue && toType.isFloatValue) { - + // Clear extra bits. + expr = this.ensureSmallIntegerWrap(expr, fromType); + let op: UnaryOp; // int to f32 if (toType.kind == TypeKind.F32) { if (fromType.isLongIntegerValue) { - expr = module.unary( - fromType.isSignedIntegerValue - ? UnaryOp.ConvertI64ToF32 - : UnaryOp.ConvertU64ToF32, - expr - ); + if (fromType.isSignedIntegerValue) op = UnaryOp.ConvertI64ToF32; + else op = UnaryOp.ConvertU64ToF32; } else { - expr = module.unary( - fromType.isSignedIntegerValue - ? UnaryOp.ConvertI32ToF32 - : UnaryOp.ConvertU32ToF32, - expr - ); + if (fromType.isSignedIntegerValue) op = UnaryOp.ConvertI32ToF32; + else op = UnaryOp.ConvertU32ToF32; } - // int to f64 } else { if (fromType.isLongIntegerValue) { - expr = module.unary( - fromType.isSignedIntegerValue - ? UnaryOp.ConvertI64ToF64 - : UnaryOp.ConvertU64ToF64, - expr - ); + if (fromType.isSignedIntegerValue) op = UnaryOp.ConvertI64ToF64; + else op = UnaryOp.ConvertU64ToF64; } else { - expr = module.unary( - fromType.isSignedIntegerValue - ? UnaryOp.ConvertI32ToF64 - : UnaryOp.ConvertU32ToF64, - expr - ); + if (fromType.isSignedIntegerValue) op = UnaryOp.ConvertI32ToF64; + else op = UnaryOp.ConvertU32ToF64; } } + expr = module.unary(op, expr); // v128 to bool } else if (fromType == Type.v128 && toType.isBooleanValue) { diff --git a/tests/compiler/number-convert.debug.wat b/tests/compiler/number-convert.debug.wat new file mode 100644 index 0000000000..b555a169ff --- /dev/null +++ b/tests/compiler/number-convert.debug.wat @@ -0,0 +1,157 @@ +(module + (type $0 (func)) + (global $~lib/memory/__data_end i32 (i32.const 8)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32776)) + (global $~lib/memory/__heap_base i32 (i32.const 32776)) + (memory $0 0) + (table $0 1 1 funcref) + (elem $0 (i32.const 1)) + (export "memory" (memory $0)) + (start $~start) + (func $start:number-convert + i32.const 1 + f32.convert_i32_u + f32.const 1 + f32.eq + drop + i32.const 255 + f32.convert_i32_u + f32.const 255 + f32.eq + drop + i32.const 256 + i32.const 255 + i32.and + f32.convert_i32_u + f32.const 0 + f32.eq + drop + i32.const 257 + i32.const 255 + i32.and + f32.convert_i32_u + f32.const 1 + f32.eq + drop + i32.const 1 + f32.convert_i32_s + f32.const 1 + f32.eq + drop + i32.const 255 + i32.extend8_s + f32.convert_i32_s + f32.const -1 + f32.eq + drop + i32.const 256 + i32.extend8_s + f32.convert_i32_s + f32.const 0 + f32.eq + drop + i32.const 257 + i32.extend8_s + f32.convert_i32_s + f32.const 1 + f32.eq + drop + i32.const 1 + f32.convert_i32_u + f32.const 1 + f32.eq + drop + i32.const 65535 + f32.convert_i32_u + f32.const 65535 + f32.eq + drop + i32.const 65536 + i32.const 65535 + i32.and + f32.convert_i32_u + f32.const 0 + f32.eq + drop + i32.const 65537 + i32.const 65535 + i32.and + f32.convert_i32_u + f32.const 1 + f32.eq + drop + i32.const 1 + f32.convert_i32_s + f32.const 1 + f32.eq + drop + i32.const 65535 + i32.extend16_s + f32.convert_i32_s + f32.const -1 + f32.eq + drop + i32.const 65536 + i32.extend16_s + f32.convert_i32_s + f32.const 0 + f32.eq + drop + i32.const 65537 + i32.extend16_s + f32.convert_i32_s + f32.const 1 + f32.eq + drop + i32.const 1 + f64.convert_i32_u + f64.const 1 + f64.eq + drop + i32.const 255 + f64.convert_i32_u + f64.const 255 + f64.eq + drop + i32.const 256 + i32.const 255 + i32.and + f64.convert_i32_u + f64.const 0 + f64.eq + drop + i32.const 257 + i32.const 255 + i32.and + f64.convert_i32_u + f64.const 1 + f64.eq + drop + i32.const 1 + f64.convert_i32_s + f64.const 1 + f64.eq + drop + i32.const 255 + i32.extend8_s + f64.convert_i32_s + f64.const -1 + f64.eq + drop + i32.const 256 + i32.extend8_s + f64.convert_i32_s + f64.const 0 + f64.eq + drop + i32.const 257 + i32.extend8_s + f64.convert_i32_s + f64.const 1 + f64.eq + drop + ) + (func $~start + call $start:number-convert + ) +) diff --git a/tests/compiler/number-convert.json b/tests/compiler/number-convert.json new file mode 100644 index 0000000000..1bdd02b1be --- /dev/null +++ b/tests/compiler/number-convert.json @@ -0,0 +1,4 @@ +{ + "asc_flags": [ + ] +} diff --git a/tests/compiler/number-convert.release.wat b/tests/compiler/number-convert.release.wat new file mode 100644 index 0000000000..23da3862e2 --- /dev/null +++ b/tests/compiler/number-convert.release.wat @@ -0,0 +1,4 @@ +(module + (memory $0 0) + (export "memory" (memory $0)) +) diff --git a/tests/compiler/number-convert.ts b/tests/compiler/number-convert.ts new file mode 100644 index 0000000000..5eb4bc47f1 --- /dev/null +++ b/tests/compiler/number-convert.ts @@ -0,0 +1,29 @@ +assert((1) == 1); +assert((255) == 255); +assert((256) == 0); +assert((257) == 1); + +assert((1) == 1); +assert((255) == -1); +assert((256) == 0); +assert((257) == 1); + +assert((1) == 1); +assert((65535) == 65535); +assert((65536) == 0); +assert((65537) == 1); + +assert((1) == 1); +assert((65535) == -1); +assert((65536) == 0); +assert((65537) == 1); + +assert((1) == 1); +assert((255) == 255); +assert((256) == 0); +assert((257) == 1); + +assert((1) == 1); +assert((255) == -1); +assert((256) == 0); +assert((257) == 1); From 4655745c011a80a1e419953d27d0738ad0bbbb57 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Tue, 30 Jan 2024 09:37:15 +0800 Subject: [PATCH 047/103] fix: asinit support --noColors opinion (#2817) --- bin/asinit.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/bin/asinit.js b/bin/asinit.js index 5023e5c09a..1da4ddedd1 100755 --- a/bin/asinit.js +++ b/bin/asinit.js @@ -55,11 +55,20 @@ const asinitOptions = { ], "type": "b", "alias": "y" - } + }, + "noColors": { + "description": "Disables terminal colors.", + "type": "b", + "default": false + }, }; const cliOptions = optionsUtil.parse(process.argv.slice(2), asinitOptions); +if (cliOptions.options.noColors) { + stdoutColors.enabled = false; +} + if (cliOptions.options.help || cliOptions.arguments.length === 0) printHelp(); function printHelp() { From de174c5f2863ea7947ba4496be4f9028c99d3367 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Fri, 8 Mar 2024 21:18:34 +0800 Subject: [PATCH 048/103] fix: select correct override function (#2822) --- src/compiler.ts | 9 +- src/module.ts | 20 +- tests/compiler/class-override.debug.wat | 2673 +++++++++++++++++++++ tests/compiler/class-override.json | 4 + tests/compiler/class-override.release.wat | 1745 ++++++++++++++ tests/compiler/class-override.ts | 24 + 6 files changed, 4472 insertions(+), 3 deletions(-) create mode 100644 tests/compiler/class-override.debug.wat create mode 100644 tests/compiler/class-override.json create mode 100644 tests/compiler/class-override.release.wat create mode 100644 tests/compiler/class-override.ts diff --git a/src/compiler.ts b/src/compiler.ts index bc15cd2143..648b6fa24d 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -6618,6 +6618,7 @@ export class Compiler extends DiagnosticEmitter { ); let overrideInstances = this.resolver.resolveOverrides(instance); if (overrideInstances) { + let mostRecentInheritanceMapping = new Map(); for (let i = 0, k = overrideInstances.length; i < k; ++i) { let overrideInstance = overrideInstances[i]; if (!overrideInstance.is(CommonFlags.Compiled)) continue; // errored @@ -6680,7 +6681,13 @@ export class Compiler extends DiagnosticEmitter { if (instanceMembers && instanceMembers.has(instance.declaration.name.text)) { continue; // skip those not inheriting } - builder.addCase(extender.id, stmts); + if ( + !mostRecentInheritanceMapping.has(extender) || + !assert(mostRecentInheritanceMapping.get(extender)).extends(classInstance) + ) { + mostRecentInheritanceMapping.set(extender, classInstance); + builder.addOrReplaceCase(extender.id, stmts); + } } } } diff --git a/src/module.ts b/src/module.ts index 92d8ea9e48..24d1fb4c8c 100644 --- a/src/module.ts +++ b/src/module.ts @@ -3418,16 +3418,32 @@ export class SwitchBuilder { this.condition = condition; } + /** Links a case to the specified branch, replace old case if it is linked. */ + addOrReplaceCase(value: i32, code: ExpressionRef[]): void { + const valueIndex = this.values.indexOf(value); + const codeIndex = this.addCode(code); + if (valueIndex >= 0) { + this.indexes[valueIndex] = codeIndex; + } else { + this.values.push(value); + this.indexes.push(codeIndex); + } + } + /** Links a case to the specified branch. */ addCase(value: i32, code: ExpressionRef[]): void { + this.values.push(value); + this.indexes.push(this.addCode(code)); + } + + private addCode(code: ExpressionRef[]): i32 { let cases = this.cases; let index = cases.indexOf(code); if (index < 0) { index = cases.length; cases.push(code); } - this.values.push(value); - this.indexes.push(index); + return index; } /** Links the default branch. */ diff --git a/tests/compiler/class-override.debug.wat b/tests/compiler/class-override.debug.wat new file mode 100644 index 0000000000..5fb98225b9 --- /dev/null +++ b/tests/compiler/class-override.debug.wat @@ -0,0 +1,2673 @@ +(module + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) + (global $~lib/shared/runtime/Runtime.Incremental i32 (i32.const 2)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/native/ASC_LOW_MEMORY_LIMIT i32 (i32.const 0)) + (global $class-override/x (mut i32) (i32.const 0)) + (global $~lib/rt/__rtti_base i32 (i32.const 480)) + (global $~lib/memory/__data_end i32 (i32.const 516)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33284)) + (global $~lib/memory/__heap_base i32 (i32.const 33284)) + (memory $0 1) + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00c\00l\00a\00s\00s\00-\00o\00v\00e\00r\00r\00i\00d\00e\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 480) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") + (table $0 1 1 funcref) + (elem $0 (i32.const 1)) + (export "fn" (func $class-override/fn)) + (export "memory" (memory $0)) + (start $~start) + (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) + local.get $this + local.get $nextWithColor + i32.store offset=4 + ) + (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store offset=8 + ) + (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:prev + local.get $space + return + ) + (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + return + ) + (func $~lib/rt/itcms/Object#get:color (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + return + ) + (func $~lib/rt/itcms/visitRoots (param $cookie i32) + (local $pn i32) + (local $iter i32) + local.get $cookie + call $~lib/rt/__visit_globals + global.get $~lib/rt/itcms/pinSpace + local.set $pn + local.get $pn + call $~lib/rt/itcms/Object#get:next + local.set $iter + loop $while-continue|0 + local.get $iter + local.get $pn + i32.ne + if + i32.const 1 + drop + local.get $iter + call $~lib/rt/itcms/Object#get:color + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $iter + i32.const 20 + i32.add + local.get $cookie + call $~lib/rt/__visit_members + local.get $iter + call $~lib/rt/itcms/Object#get:next + local.set $iter + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/Object#set:color (param $this i32) (param $color i32) + local.get $this + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $color + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) + local.get $this + local.get $obj + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#unlink (param $this i32) + (local $next i32) + (local $prev i32) + local.get $this + call $~lib/rt/itcms/Object#get:next + local.set $next + local.get $next + i32.const 0 + i32.eq + if + i32.const 1 + drop + local.get $this + call $~lib/rt/itcms/Object#get:prev + i32.const 0 + i32.eq + if (result i32) + local.get $this + global.get $~lib/memory/__heap_base + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + return + end + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.set $prev + i32.const 1 + drop + local.get $prev + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $next + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $next + call $~lib/rt/itcms/Object#set:next + ) + (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) + local.get $this + i32.load offset=12 + ) + (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/__typeinfo (param $id i32) (result i32) + (local $ptr i32) + global.get $~lib/rt/__rtti_base + local.set $ptr + local.get $id + local.get $ptr + i32.load + i32.gt_u + if + i32.const 224 + i32.const 288 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $ptr + i32.const 4 + i32.add + local.get $id + i32.const 4 + i32.mul + i32.add + call $~lib/shared/typeinfo/Typeinfo#get:flags + return + ) + (func $~lib/rt/itcms/Object#get:isPointerfree (param $this i32) (result i32) + (local $rtId i32) + local.get $this + call $~lib/rt/itcms/Object#get:rtId + local.set $rtId + local.get $rtId + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $rtId + call $~lib/rt/__typeinfo + i32.const 32 + i32.and + i32.const 0 + i32.ne + end + return + ) + (func $~lib/rt/itcms/Object#linkTo (param $this i32) (param $list i32) (param $withColor i32) + (local $prev i32) + local.get $list + call $~lib/rt/itcms/Object#get:prev + local.set $prev + local.get $this + local.get $list + local.get $withColor + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $this + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $this + call $~lib/rt/itcms/Object#set:next + local.get $list + local.get $this + call $~lib/rt/itcms/Object#set:prev + ) + (func $~lib/rt/itcms/Object#makeGray (param $this i32) + (local $1 i32) + local.get $this + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.tee $1 + i32.eqz + if (result i32) + i32.const 0 + i32.const 96 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + else + local.get $1 + end + global.set $~lib/rt/itcms/iter + end + local.get $this + call $~lib/rt/itcms/Object#unlink + local.get $this + global.get $~lib/rt/itcms/toSpace + local.get $this + call $~lib/rt/itcms/Object#get:isPointerfree + if (result i32) + global.get $~lib/rt/itcms/white + i32.eqz + else + i32.const 2 + end + call $~lib/rt/itcms/Object#linkTo + ) + (func $~lib/rt/itcms/__visit (param $ptr i32) (param $cookie i32) + (local $obj i32) + local.get $ptr + i32.eqz + if + return + end + local.get $ptr + i32.const 20 + i32.sub + local.set $obj + i32.const 0 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eq + if + local.get $obj + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) + (func $~lib/rt/itcms/visitStack (param $cookie i32) + (local $ptr i32) + global.get $~lib/memory/__stack_pointer + local.set $ptr + loop $while-continue|0 + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $ptr + i32.load + local.get $cookie + call $~lib/rt/itcms/__visit + local.get $ptr + i32.const 4 + i32.add + local.set $ptr + br $while-continue|0 + end + end + ) + (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) + i32.const 4 + local.get $this + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + return + ) + (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) + local.get $this + local.get $flMap + i32.store + ) + (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) + local.get $this + local.get $mmInfo + i32.store + ) + (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store offset=4 + ) + (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) + local.get $this + local.get $next + i32.store offset=8 + ) + (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $6 i32) + (local $7 i32) + (local $boundedSize i32) + (local $prev i32) + (local $next i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $root|14 i32) + (local $fl|15 i32) + (local $sl|16 i32) + (local $head i32) + (local $root|18 i32) + (local $fl|19 i32) + (local $slMap i32) + (local $root|21 i32) + (local $fl|22 i32) + (local $slMap|23 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $6 + i32.const 1073741820 + local.tee $7 + local.get $6 + local.get $7 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/tlsf/Block#get:prev + local.set $prev + local.get $block + call $~lib/rt/tlsf/Block#get:next + local.set $next + local.get $prev + if + local.get $prev + local.get $next + call $~lib/rt/tlsf/Block#set:next + end + local.get $next + if + local.get $next + local.get $prev + call $~lib/rt/tlsf/Block#set:prev + end + local.get $block + block $~lib/rt/tlsf/GETHEAD|inlined.0 (result i32) + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.0 + end + i32.eq + if + local.get $root + local.set $root|14 + local.get $fl + local.set $fl|15 + local.get $sl + local.set $sl|16 + local.get $next + local.set $head + local.get $root|14 + local.get $fl|15 + i32.const 4 + i32.shl + local.get $sl|16 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store offset=96 + local.get $next + i32.eqz + if + block $~lib/rt/tlsf/GETSL|inlined.0 (result i32) + local.get $root + local.set $root|18 + local.get $fl + local.set $fl|19 + local.get $root|18 + local.get $fl|19 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.0 + end + local.set $slMap + local.get $root + local.set $root|21 + local.get $fl + local.set $fl|22 + local.get $slMap + i32.const 1 + local.get $sl + i32.shl + i32.const -1 + i32.xor + i32.and + local.tee $slMap + local.set $slMap|23 + local.get $root|21 + local.get $fl|22 + i32.const 2 + i32.shl + i32.add + local.get $slMap|23 + i32.store offset=4 + local.get $slMap + i32.eqz + if + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.const -1 + i32.xor + i32.and + call $~lib/rt/tlsf/Root#set:flMap + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $block|3 i32) + (local $right i32) + (local $rightInfo i32) + (local $block|6 i32) + (local $block|7 i32) + (local $left i32) + (local $leftInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $13 i32) + (local $14 i32) + (local $boundedSize i32) + (local $root|16 i32) + (local $fl|17 i32) + (local $sl|18 i32) + (local $head i32) + (local $root|20 i32) + (local $fl|21 i32) + (local $sl|22 i32) + (local $head|23 i32) + (local $root|24 i32) + (local $fl|25 i32) + (local $root|26 i32) + (local $fl|27 i32) + (local $slMap i32) + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETRIGHT|inlined.0 (result i32) + local.get $block + local.set $block|3 + local.get $block|3 + i32.const 4 + i32.add + local.get $block|3 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.0 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + local.get $rightInfo + i32.const 1 + i32.and + if + local.get $root + local.get $right + call $~lib/rt/tlsf/removeBlock + local.get $block + local.get $blockInfo + i32.const 4 + i32.add + local.get $rightInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.1 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.1 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + end + local.get $blockInfo + i32.const 2 + i32.and + if + block $~lib/rt/tlsf/GETFREELEFT|inlined.0 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.sub + i32.load + br $~lib/rt/tlsf/GETFREELEFT|inlined.0 + end + local.set $left + local.get $left + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $leftInfo + i32.const 1 + drop + local.get $leftInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $left + call $~lib/rt/tlsf/removeBlock + local.get $left + local.set $block + local.get $block + local.get $leftInfo + i32.const 4 + i32.add + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + end + local.get $right + local.get $rightInfo + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + drop + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.get $right + i32.eq + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $right + i32.const 4 + i32.sub + local.get $block + i32.store + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $13 + i32.const 1073741820 + local.tee $14 + local.get $13 + local.get $14 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.1 (result i32) + local.get $root + local.set $root|16 + local.get $fl + local.set $fl|17 + local.get $sl + local.set $sl|18 + local.get $root|16 + local.get $fl|17 + i32.const 4 + i32.shl + local.get $sl|18 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.1 + end + local.set $head + local.get $block + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $block + local.get $head + call $~lib/rt/tlsf/Block#set:next + local.get $head + if + local.get $head + local.get $block + call $~lib/rt/tlsf/Block#set:prev + end + local.get $root + local.set $root|20 + local.get $fl + local.set $fl|21 + local.get $sl + local.set $sl|22 + local.get $block + local.set $head|23 + local.get $root|20 + local.get $fl|21 + i32.const 4 + i32.shl + local.get $sl|22 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head|23 + i32.store offset=96 + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.or + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|26 + local.get $fl + local.set $fl|27 + block $~lib/rt/tlsf/GETSL|inlined.1 (result i32) + local.get $root + local.set $root|24 + local.get $fl + local.set $fl|25 + local.get $root|24 + local.get $fl|25 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.1 + end + i32.const 1 + local.get $sl + i32.shl + i32.or + local.set $slMap + local.get $root|26 + local.get $fl|27 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) + (local $tail i32) + (local $tailInfo i32) + (local $size i32) + (local $leftSize i32) + (local $left i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end + i32.const 1 + drop + local.get $start + i64.extend_i32_u + local.get $endU64 + i64.le_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + local.set $start + local.get $end + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $end + block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) + local.get $root + local.set $root|4 + local.get $root|4 + i32.load offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.0 + end + local.set $tail + i32.const 0 + local.set $tailInfo + local.get $tail + if + i32.const 1 + drop + local.get $start + local.get $tail + i32.const 4 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 16 + i32.sub + local.get $tail + i32.eq + if + local.get $start + i32.const 16 + i32.sub + local.set $start + local.get $tail + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $tailInfo + else + end + else + i32.const 1 + drop + local.get $start + local.get $root + i32.const 1572 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $end + local.get $start + i32.sub + local.set $size + local.get $size + i32.const 4 + i32.const 12 + i32.add + i32.const 4 + i32.add + i32.lt_u + if + i32.const 0 + return + end + local.get $size + i32.const 2 + i32.const 4 + i32.mul + i32.sub + local.set $leftSize + local.get $start + local.set $left + local.get $left + local.get $leftSize + i32.const 1 + i32.or + local.get $tailInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:next + local.get $start + i32.const 4 + i32.add + local.get $leftSize + i32.add + local.set $tail + local.get $tail + i32.const 0 + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.set $root|10 + local.get $tail + local.set $tail|11 + local.get $root|10 + local.get $tail|11 + i32.store offset=1568 + local.get $root + local.get $left + call $~lib/rt/tlsf/insertBlock + i32.const 1 + return + ) + (func $~lib/rt/tlsf/initialize + (local $rootOffset i32) + (local $pagesBefore i32) + (local $pagesNeeded i32) + (local $root i32) + (local $root|4 i32) + (local $tail i32) + (local $fl i32) + (local $root|7 i32) + (local $fl|8 i32) + (local $slMap i32) + (local $sl i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $head i32) + (local $memStart i32) + i32.const 0 + drop + global.get $~lib/memory/__heap_base + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $rootOffset + memory.size + local.set $pagesBefore + local.get $rootOffset + i32.const 1572 + 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 $pagesNeeded + local.get $pagesNeeded + local.get $pagesBefore + i32.gt_s + if (result i32) + local.get $pagesNeeded + local.get $pagesBefore + i32.sub + memory.grow + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + local.get $rootOffset + local.set $root + local.get $root + i32.const 0 + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|4 + i32.const 0 + local.set $tail + local.get $root|4 + local.get $tail + i32.store offset=1568 + i32.const 0 + local.set $fl + loop $for-loop|0 + local.get $fl + i32.const 23 + i32.lt_u + if + local.get $root + local.set $root|7 + local.get $fl + local.set $fl|8 + i32.const 0 + local.set $slMap + local.get $root|7 + local.get $fl|8 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store offset=4 + i32.const 0 + local.set $sl + loop $for-loop|1 + local.get $sl + i32.const 16 + i32.lt_u + if + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + i32.const 0 + local.set $head + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store offset=96 + local.get $sl + i32.const 1 + i32.add + local.set $sl + br $for-loop|1 + end + end + local.get $fl + i32.const 1 + i32.add + local.set $fl + br $for-loop|0 + end + end + local.get $rootOffset + i32.const 1572 + i32.add + local.set $memStart + i32.const 0 + drop + local.get $root + local.get $memStart + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + local.get $root + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/tlsf/checkUsedBlock (param $ptr i32) (result i32) + (local $block i32) + local.get $ptr + i32.const 4 + i32.sub + local.set $block + local.get $ptr + i32.const 0 + i32.ne + if (result i32) + local.get $ptr + i32.const 15 + i32.and + i32.eqz + else + i32.const 0 + end + if (result i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.and + i32.eqz + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $block + return + ) + (func $~lib/rt/tlsf/freeBlock (param $root i32) (param $block i32) + i32.const 0 + drop + local.get $block + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $block + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/__free (param $ptr i32) + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + return + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $ptr + call $~lib/rt/tlsf/checkUsedBlock + call $~lib/rt/tlsf/freeBlock + ) + (func $~lib/rt/itcms/free (param $obj i32) + local.get $obj + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:prev + else + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.sub + global.set $~lib/rt/itcms/total + i32.const 0 + drop + local.get $obj + i32.const 4 + i32.add + call $~lib/rt/tlsf/__free + end + ) + (func $~lib/rt/itcms/step (result i32) + (local $obj i32) + (local $1 i32) + (local $black i32) + (local $from i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + local.set $1 + local.get $1 + i32.const 0 + i32.eq + br_if $case0|0 + local.get $1 + i32.const 1 + i32.eq + br_if $case1|0 + local.get $1 + i32.const 2 + i32.eq + br_if $case2|0 + br $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $black + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|1 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + global.set $~lib/rt/itcms/iter + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.eq + if + i32.const 0 + call $~lib/rt/itcms/visitStack + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|2 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $from + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $from + global.set $~lib/rt/itcms/toSpace + local.get $black + global.set $~lib/rt/itcms/white + local.get $from + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/iter + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 1 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eqz + i32.eq + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $obj + call $~lib/rt/itcms/free + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:nextWithColor + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:prev + i32.const 0 + global.set $~lib/rt/itcms/state + br $break|0 + end + i32.const 0 + return + ) + (func $~lib/rt/itcms/interrupt + (local $budget i32) + i32.const 0 + drop + i32.const 0 + drop + i32.const 1024 + i32.const 200 + i32.mul + i32.const 100 + i32.div_u + local.set $budget + loop $do-loop|0 + local.get $budget + call $~lib/rt/itcms/step + i32.sub + local.set $budget + global.get $~lib/rt/itcms/state + i32.const 0 + i32.eq + if + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i32.const 200 + i64.extend_i32_u + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + return + end + local.get $budget + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i32.const 1024 + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.mul + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + ) + (func $~lib/rt/tlsf/computeSize (param $size i32) (result i32) + local.get $size + i32.const 12 + i32.le_u + if (result i32) + i32.const 12 + else + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + end + return + ) + (func $~lib/rt/tlsf/prepareSize (param $size i32) (result i32) + local.get $size + i32.const 1073741820 + i32.gt_u + if + i32.const 32 + i32.const 368 + i32.const 461 + i32.const 29 + call $~lib/builtins/abort + unreachable + end + local.get $size + call $~lib/rt/tlsf/computeSize + return + ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) + (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) + (local $fl i32) + (local $sl i32) + (local $requestSize i32) + (local $root|5 i32) + (local $fl|6 i32) + (local $slMap i32) + (local $head i32) + (local $flMap i32) + (local $root|10 i32) + (local $fl|11 i32) + (local $root|12 i32) + (local $fl|13 i32) + (local $sl|14 i32) + (local $root|15 i32) + (local $fl|16 i32) + (local $sl|17 i32) + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $requestSize + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub + local.get $requestSize + i32.clz + i32.sub + local.set $fl + local.get $requestSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 334 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETSL|inlined.2 (result i32) + local.get $root + local.set $root|5 + local.get $fl + local.set $fl|6 + local.get $root|5 + local.get $fl|6 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.2 + end + i32.const 0 + i32.const -1 + i32.xor + local.get $sl + i32.shl + i32.and + local.set $slMap + i32.const 0 + local.set $head + local.get $slMap + i32.eqz + if + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 0 + i32.const -1 + i32.xor + local.get $fl + i32.const 1 + i32.add + i32.shl + i32.and + local.set $flMap + local.get $flMap + i32.eqz + if + i32.const 0 + local.set $head + else + local.get $flMap + i32.ctz + local.set $fl + block $~lib/rt/tlsf/GETSL|inlined.3 (result i32) + local.get $root + local.set $root|10 + local.get $fl + local.set $fl|11 + local.get $root|10 + local.get $fl|11 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.3 + end + local.set $slMap + i32.const 1 + drop + local.get $slMap + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.2 (result i32) + local.get $root + local.set $root|12 + local.get $fl + local.set $fl|13 + local.get $slMap + i32.ctz + local.set $sl|14 + local.get $root|12 + local.get $fl|13 + i32.const 4 + i32.shl + local.get $sl|14 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.2 + end + local.set $head + end + else + block $~lib/rt/tlsf/GETHEAD|inlined.3 (result i32) + local.get $root + local.set $root|15 + local.get $fl + local.set $fl|16 + local.get $slMap + i32.ctz + local.set $sl|17 + local.get $root|15 + local.get $fl|16 + i32.const 4 + i32.shl + local.get $sl|17 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.3 + end + local.set $head + end + local.get $head + return + ) + (func $~lib/rt/tlsf/growMemory (param $root i32) (param $size i32) + (local $pagesBefore i32) + (local $root|3 i32) + (local $pagesNeeded i32) + (local $5 i32) + (local $6 i32) + (local $pagesWanted i32) + (local $pagesAfter i32) + i32.const 0 + drop + local.get $size + i32.const 256 + i32.ge_u + if + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $size + end + memory.size + local.set $pagesBefore + local.get $size + i32.const 4 + local.get $pagesBefore + i32.const 16 + i32.shl + i32.const 4 + i32.sub + block $~lib/rt/tlsf/GETTAIL|inlined.1 (result i32) + local.get $root + local.set $root|3 + local.get $root|3 + i32.load offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.1 + end + i32.ne + i32.shl + i32.add + local.set $size + local.get $size + i32.const 65535 + i32.add + i32.const 65535 + i32.const -1 + i32.xor + i32.and + i32.const 16 + i32.shr_u + local.set $pagesNeeded + local.get $pagesBefore + local.tee $5 + local.get $pagesNeeded + local.tee $6 + local.get $5 + local.get $6 + i32.gt_s + select + local.set $pagesWanted + local.get $pagesWanted + memory.grow + i32.const 0 + i32.lt_s + if + local.get $pagesNeeded + memory.grow + i32.const 0 + i32.lt_s + if + unreachable + end + end + memory.size + local.set $pagesAfter + local.get $root + local.get $pagesBefore + i32.const 16 + i32.shl + local.get $pagesAfter + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + ) + (func $~lib/rt/tlsf/prepareBlock (param $root i32) (param $block i32) (param $size i32) + (local $blockInfo i32) + (local $remaining i32) + (local $spare i32) + (local $block|6 i32) + (local $block|7 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.and + i32.eqz + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 361 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $size + i32.sub + local.set $remaining + local.get $remaining + i32.const 4 + i32.const 12 + i32.add + i32.ge_u + if + local.get $block + local.get $size + local.get $blockInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.set $spare + local.get $spare + local.get $remaining + i32.const 4 + i32.sub + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $spare + call $~lib/rt/tlsf/insertBlock + else + local.get $block + local.get $blockInfo + i32.const 1 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.3 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.add + local.get $block|7 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.3 + end + block $~lib/rt/tlsf/GETRIGHT|inlined.2 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.2 + end + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 2 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + end + ) + (func $~lib/rt/tlsf/allocateBlock (param $root i32) (param $size i32) (result i32) + (local $payloadSize i32) + (local $block i32) + local.get $size + call $~lib/rt/tlsf/prepareSize + local.set $payloadSize + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + local.get $block + i32.eqz + if + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/growMemory + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + i32.const 1 + drop + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $payloadSize + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $block + call $~lib/rt/tlsf/removeBlock + local.get $root + local.get $block + local.get $payloadSize + call $~lib/rt/tlsf/prepareBlock + i32.const 0 + drop + local.get $block + return + ) + (func $~lib/rt/tlsf/__alloc (param $size i32) (result i32) + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $size + call $~lib/rt/tlsf/allocateBlock + i32.const 4 + i32.add + return + ) + (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) + local.get $this + local.get $rtId + i32.store offset=12 + ) + (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) + local.get $this + local.get $rtSize + i32.store offset=16 + ) + (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) + (local $obj i32) + (local $ptr i32) + local.get $size + i32.const 1073741804 + i32.ge_u + if + i32.const 32 + i32.const 96 + i32.const 261 + i32.const 31 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + call $~lib/rt/itcms/interrupt + end + i32.const 16 + local.get $size + i32.add + call $~lib/rt/tlsf/__alloc + i32.const 4 + i32.sub + local.set $obj + local.get $obj + local.get $id + call $~lib/rt/itcms/Object#set:rtId + local.get $obj + local.get $size + call $~lib/rt/itcms/Object#set:rtSize + local.get $obj + global.get $~lib/rt/itcms/fromSpace + global.get $~lib/rt/itcms/white + call $~lib/rt/itcms/Object#linkTo + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.add + global.set $~lib/rt/itcms/total + local.get $obj + i32.const 20 + i32.add + local.set $ptr + local.get $ptr + i32.const 0 + local.get $size + memory.fill + local.get $ptr + return + ) + (func $class-override/A#f (param $this i32) (param $a i32) (result i32) + local.get $a + i32.const 1 + i32.add + return + ) + (func $start:class-override + memory.size + i32.const 16 + i32.shl + global.get $~lib/memory/__heap_base + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 144 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/pinSpace + i32.const 176 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/toSpace + i32.const 320 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/fromSpace + i32.const 0 + call $class-override/D#constructor + global.set $class-override/x + i32.const 0 + call $class-override/fn + i32.const 111 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 24 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + ) + (func $class-override/A#f@override (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + block $default + block $case1 + block $case0 + local.get $0 + i32.const 8 + i32.sub + i32.load + local.set $2 + local.get $2 + i32.const 7 + i32.eq + br_if $case0 + local.get $2 + i32.const 5 + i32.eq + br_if $case1 + local.get $2 + i32.const 6 + i32.eq + br_if $case1 + br $default + end + local.get $0 + local.get $1 + call $class-override/B#f + return + end + local.get $0 + local.get $1 + call $class-override/C#f + return + end + local.get $0 + local.get $1 + call $class-override/A#f + ) + (func $~lib/rt/__visit_globals (param $0 i32) + (local $1 i32) + global.get $class-override/x + local.tee $1 + if + local.get $1 + local.get $0 + call $~lib/rt/itcms/__visit + end + i32.const 224 + local.get $0 + call $~lib/rt/itcms/__visit + i32.const 32 + local.get $0 + call $~lib/rt/itcms/__visit + ) + (func $~lib/arraybuffer/ArrayBufferView~visit (param $0 i32) (param $1 i32) + (local $2 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + i32.load + local.tee $2 + if + local.get $2 + local.get $1 + call $~lib/rt/itcms/__visit + end + ) + (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) + ) + (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) + block $invalid + block $class-override/B + block $class-override/C + block $class-override/D + block $class-override/A + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $class-override/A $class-override/D $class-override/C $class-override/B $invalid + end + return + end + return + end + return + end + local.get $0 + local.get $1 + call $~lib/arraybuffer/ArrayBufferView~visit + return + end + return + end + return + end + return + end + return + end + unreachable + ) + (func $~start + call $start:class-override + ) + (func $~stack_check + global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__data_end + i32.lt_s + if + i32.const 33312 + i32.const 33360 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + ) + (func $class-override/A#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + call $~lib/object/Object#constructor + local.tee $this + i32.store + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) + (func $class-override/B#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 7 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + call $class-override/A#constructor + local.tee $this + i32.store + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) + (func $class-override/C#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 6 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + call $class-override/B#constructor + local.tee $this + i32.store + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) + (func $class-override/D#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 5 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + call $class-override/C#constructor + local.tee $this + i32.store + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) + (func $class-override/fn (param $n i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $class-override/x + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + local.get $n + call $class-override/A#f@override + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + return + ) + (func $class-override/B#f (param $this i32) (param $a i32) (result i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + local.get $a + call $class-override/A#f + i32.const 10 + i32.add + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + ) + (func $class-override/C#f (param $this i32) (param $a i32) (result i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + local.get $a + call $class-override/B#f + i32.const 100 + i32.add + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + ) + (func $~lib/object/Object#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) +) diff --git a/tests/compiler/class-override.json b/tests/compiler/class-override.json new file mode 100644 index 0000000000..1bdd02b1be --- /dev/null +++ b/tests/compiler/class-override.json @@ -0,0 +1,4 @@ +{ + "asc_flags": [ + ] +} diff --git a/tests/compiler/class-override.release.wat b/tests/compiler/class-override.release.wat new file mode 100644 index 0000000000..83f4b7874c --- /dev/null +++ b/tests/compiler/class-override.release.wat @@ -0,0 +1,1745 @@ +(module + (type $0 (func)) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32 i32) (result i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $class-override/x (mut i32) (i32.const 0)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34308)) + (memory $0 1) + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) "<") + (data $8.1 (i32.const 1448) "\02\00\00\00\"\00\00\00c\00l\00a\00s\00s\00-\00o\00v\00e\00r\00r\00i\00d\00e\00.\00t\00s") + (data $9 (i32.const 1504) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 ") + (export "fn" (func $class-override/fn)) + (export "memory" (memory $0)) + (start $~start) + (func $~lib/rt/itcms/visitRoots + (local $0 i32) + (local $1 i32) + global.get $class-override/x + local.tee $0 + if + local.get $0 + call $~lib/rt/itcms/__visit + end + i32.const 1248 + call $~lib/rt/itcms/__visit + i32.const 1056 + call $~lib/rt/itcms/__visit + global.get $~lib/rt/itcms/pinSpace + local.tee $1 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|0 + local.get $0 + local.get $1 + i32.ne + if + local.get $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1120 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $1 + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $1 + i32.load offset=8 + local.tee $0 + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end + local.get $0 + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$120 + local.get $1 + i32.load offset=4 + i32.const -4 + i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34308 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$120 + end + local.get $1 + i32.load offset=8 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + end + global.get $~lib/rt/itcms/toSpace + local.set $2 + local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1504 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1508 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 + local.get $2 + i32.load offset=8 + local.set $0 + local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select + local.get $2 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $2 + local.get $1 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) + (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $1 + i32.load + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const -4 + i32.and + local.tee $3 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1392 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const 256 + i32.lt_u + if (result i32) + local.get $3 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $3 + local.get $3 + i32.const 1073741820 + i32.ge_u + select + local.tee $3 + i32.clz + i32.sub + local.tee $4 + i32.const 7 + i32.sub + local.set $2 + local.get $3 + local.get $4 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $3 + i32.const 16 + i32.lt_u + local.get $2 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load offset=8 + local.set $5 + local.get $1 + i32.load offset=4 + local.tee $4 + if + local.get $4 + local.get $5 + i32.store offset=8 + end + local.get $5 + if + local.get $5 + local.get $4 + i32.store offset=4 + end + local.get $1 + local.get $0 + local.get $2 + i32.const 4 + i32.shl + local.get $3 + i32.add + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load offset=96 + i32.eq + if + local.get $1 + local.get $5 + i32.store offset=96 + local.get $5 + i32.eqz + if + local.get $0 + local.get $2 + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load offset=4 + i32.const -2 + local.get $3 + i32.rotl + i32.and + local.set $3 + local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + i32.eqz + if + local.get $0 + local.get $0 + i32.load + i32.const -2 + local.get $2 + i32.rotl + i32.and + i32.store + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + local.get $1 + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load + local.tee $2 + i32.const 1 + i32.and + if + local.get $0 + local.get $4 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $3 + i32.const 4 + i32.add + local.get $2 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load + local.set $2 + end + local.get $3 + i32.const 2 + i32.and + if + local.get $1 + i32.const 4 + i32.sub + i32.load + local.tee $1 + i32.load + local.tee $6 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $1 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $6 + i32.const 4 + i32.add + local.get $3 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store + end + local.get $4 + local.get $2 + i32.const 2 + i32.or + i32.store + local.get $3 + i32.const -4 + i32.and + local.tee $2 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1392 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $1 + i32.const 4 + i32.add + local.get $2 + i32.add + i32.ne + if + i32.const 0 + i32.const 1392 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + i32.const 4 + i32.sub + local.get $1 + i32.store + local.get $2 + i32.const 256 + i32.lt_u + if (result i32) + local.get $2 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $2 + local.get $2 + i32.const 1073741820 + i32.ge_u + select + local.tee $2 + i32.clz + i32.sub + local.tee $3 + i32.const 7 + i32.sub + local.set $5 + local.get $2 + local.get $3 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $2 + i32.const 16 + i32.lt_u + local.get $5 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + local.set $3 + local.get $1 + i32.const 0 + i32.store offset=4 + local.get $1 + local.get $3 + i32.store offset=8 + local.get $3 + if + local.get $3 + local.get $1 + i32.store offset=4 + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $1 + i32.store offset=96 + local.get $0 + local.get $0 + i32.load + i32.const 1 + local.get $5 + i32.shl + i32.or + i32.store + local.get $0 + local.get $5 + i32.const 2 + i32.shl + i32.add + local.tee $0 + local.get $0 + i32.load offset=4 + i32.const 1 + local.get $2 + i32.shl + i32.or + i32.store offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $2 + local.get $1 + i64.extend_i32_u + i64.lt_u + if + i32.const 0 + i32.const 1392 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + local.set $1 + local.get $0 + i32.load offset=1568 + local.tee $3 + if + local.get $3 + i32.const 4 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1392 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $3 + local.get $1 + i32.const 16 + i32.sub + local.tee $5 + i32.eq + if + local.get $3 + i32.load + local.set $4 + local.get $5 + local.set $1 + end + else + local.get $0 + i32.const 1572 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1392 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $2 + i32.wrap_i64 + i32.const -16 + i32.and + local.get $1 + i32.sub + local.tee $3 + i32.const 20 + i32.lt_u + if + return + end + local.get $1 + local.get $4 + i32.const 2 + i32.and + local.get $3 + i32.const 8 + i32.sub + local.tee $3 + i32.const 1 + i32.or + i32.or + i32.store + local.get $1 + i32.const 0 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.store offset=8 + local.get $1 + i32.const 4 + i32.add + local.get $3 + i32.add + local.tee $3 + i32.const 2 + i32.store + local.get $0 + local.get $3 + i32.store offset=1568 + local.get $0 + local.get $1 + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/initialize + (local $0 i32) + (local $1 i32) + memory.size + local.tee $1 + i32.const 0 + i32.le_s + if (result i32) + i32.const 1 + local.get $1 + i32.sub + memory.grow + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + i32.const 34320 + i32.const 0 + i32.store + i32.const 35888 + i32.const 0 + i32.store + loop $for-loop|0 + local.get $0 + i32.const 23 + i32.lt_u + if + local.get $0 + i32.const 2 + i32.shl + i32.const 34320 + i32.add + i32.const 0 + i32.store offset=4 + i32.const 0 + local.set $1 + loop $for-loop|1 + local.get $1 + i32.const 16 + i32.lt_u + if + local.get $0 + i32.const 4 + i32.shl + local.get $1 + i32.add + i32.const 2 + i32.shl + i32.const 34320 + i32.add + i32.const 0 + i32.store offset=96 + local.get $1 + i32.const 1 + i32.add + local.set $1 + br $for-loop|1 + end + end + local.get $0 + i32.const 1 + i32.add + local.set $0 + br $for-loop|0 + end + end + i32.const 34320 + i32.const 35892 + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + i32.const 34320 + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/itcms/step (result i32) + (local $0 i32) + (local $1 i32) + (local $2 i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + br_table $case0|0 $case1|0 $case2|0 $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $1 + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|1 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + global.set $~lib/rt/itcms/iter + local.get $1 + local.get $0 + i32.load offset=4 + local.tee $2 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $2 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store offset=4 + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + return + end + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + i32.eq + if + global.get $~lib/memory/__stack_pointer + local.set $0 + loop $while-continue|0 + local.get $0 + i32.const 34308 + i32.lt_u + if + local.get $0 + i32.load + call $~lib/rt/itcms/__visit + local.get $0 + i32.const 4 + i32.add + local.set $0 + br $while-continue|0 + end + end + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|2 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $1 + local.get $0 + i32.load offset=4 + local.tee $2 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $2 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store offset=4 + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + end + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $0 + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $0 + global.set $~lib/rt/itcms/toSpace + local.get $1 + global.set $~lib/rt/itcms/white + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/iter + local.tee $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + i32.load offset=4 + local.tee $1 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/white + i32.eqz + local.get $1 + i32.const 3 + i32.and + i32.ne + if + i32.const 0 + i32.const 1120 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 34308 + i32.lt_u + if + local.get $0 + i32.const 0 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store offset=8 + else + global.get $~lib/rt/itcms/total + local.get $0 + i32.load + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.sub + global.set $~lib/rt/itcms/total + local.get $0 + i32.const 4 + i32.add + local.tee $0 + i32.const 34308 + i32.ge_u + if + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.set $1 + local.get $0 + i32.const 4 + i32.sub + local.set $2 + local.get $0 + i32.const 15 + i32.and + i32.const 1 + local.get $0 + select + if (result i32) + i32.const 1 + else + local.get $2 + i32.load + i32.const 1 + i32.and + end + if + i32.const 0 + i32.const 1392 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $2 + local.get $2 + i32.load + i32.const 1 + i32.or + i32.store + local.get $1 + local.get $2 + call $~lib/rt/tlsf/insertBlock + end + end + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + i32.store offset=4 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + i32.store offset=8 + i32.const 0 + global.set $~lib/rt/itcms/state + end + i32.const 0 + ) + (func $~lib/rt/tlsf/searchBlock (param $0 i32) (result i32) + (local $1 i32) + (local $2 i32) + local.get $0 + i32.load offset=4 + i32.const -2 + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + else + local.get $0 + i32.load + i32.const -2 + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + local.tee $2 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + local.tee $1 + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $1 + i32.ctz + local.get $2 + i32.const 4 + i32.shl + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + else + i32.const 0 + end + end + ) + (func $~lib/rt/itcms/__new (param $0 i32) (result i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + block $__inlined_func$~lib/rt/itcms/interrupt$69 + i32.const 2048 + local.set $1 + loop $do-loop|0 + local.get $1 + call $~lib/rt/itcms/step + i32.sub + local.set $1 + global.get $~lib/rt/itcms/state + i32.eqz + if + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i64.const 200 + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + br $__inlined_func$~lib/rt/itcms/interrupt$69 + end + local.get $1 + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.const 10 + i32.shl + i32.add + global.set $~lib/rt/itcms/threshold + end + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.tee $2 + call $~lib/rt/tlsf/searchBlock + local.tee $1 + i32.eqz + if + memory.size + local.tee $1 + i32.const 4 + local.get $2 + i32.load offset=1568 + local.get $1 + i32.const 16 + i32.shl + i32.const 4 + i32.sub + i32.ne + i32.shl + i32.const 65563 + i32.add + i32.const -65536 + i32.and + i32.const 16 + i32.shr_u + local.tee $3 + local.get $1 + local.get $3 + i32.gt_s + select + memory.grow + i32.const 0 + i32.lt_s + if + local.get $3 + memory.grow + i32.const 0 + i32.lt_s + if + unreachable + end + end + local.get $2 + local.get $1 + i32.const 16 + i32.shl + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + local.get $2 + call $~lib/rt/tlsf/searchBlock + local.tee $1 + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + local.get $1 + i32.load + i32.const -4 + i32.and + i32.const 28 + i32.lt_u + if + i32.const 0 + i32.const 1392 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $2 + local.get $1 + call $~lib/rt/tlsf/removeBlock + local.get $1 + i32.load + local.tee $3 + i32.const -4 + i32.and + i32.const 28 + i32.sub + local.tee $4 + i32.const 16 + i32.ge_u + if + local.get $1 + local.get $3 + i32.const 2 + i32.and + i32.const 28 + i32.or + i32.store + local.get $1 + i32.const 32 + i32.add + local.tee $3 + local.get $4 + i32.const 4 + i32.sub + i32.const 1 + i32.or + i32.store + local.get $2 + local.get $3 + call $~lib/rt/tlsf/insertBlock + else + local.get $1 + local.get $3 + i32.const -2 + i32.and + i32.store + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $2 + local.get $2 + i32.load + i32.const -3 + i32.and + i32.store + end + local.get $1 + local.get $0 + i32.store offset=12 + local.get $1 + i32.const 0 + i32.store offset=16 + global.get $~lib/rt/itcms/fromSpace + local.tee $0 + i32.load offset=8 + local.set $2 + local.get $1 + local.get $0 + global.get $~lib/rt/itcms/white + i32.or + i32.store offset=4 + local.get $1 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $1 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $0 + local.get $1 + i32.store offset=8 + global.get $~lib/rt/itcms/total + local.get $1 + i32.load + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.add + global.set $~lib/rt/itcms/total + local.get $1 + i32.const 20 + i32.add + local.tee $0 + i32.const 0 + i32.const 0 + memory.fill + local.get $0 + ) + (func $~lib/rt/__visit_members (param $0 i32) + block $invalid + block $class-override/B + block $class-override/C + block $class-override/D + block $class-override/A + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $class-override/A $class-override/D $class-override/C $class-override/B $invalid + end + return + end + return + end + return + end + local.get $0 + i32.load + local.tee $0 + if + local.get $0 + call $~lib/rt/itcms/__visit + end + return + end + return + end + return + end + return + end + return + end + unreachable + ) + (func $~start + (local $0 i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + block $__inlined_func$start:class-override + memory.size + i32.const 16 + i32.shl + i32.const 34308 + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 1172 + i32.const 1168 + i32.store + i32.const 1176 + i32.const 1168 + i32.store + i32.const 1168 + global.set $~lib/rt/itcms/pinSpace + i32.const 1204 + i32.const 1200 + i32.store + i32.const 1208 + i32.const 1200 + i32.store + i32.const 1200 + global.set $~lib/rt/itcms/toSpace + i32.const 1348 + i32.const 1344 + i32.store + i32.const 1352 + i32.const 1344 + i32.store + i32.const 1344 + global.set $~lib/rt/itcms/fromSpace + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 1540 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 5 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1540 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $0 + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 6 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + end + global.get $~lib/memory/__stack_pointer + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1540 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $0 + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 7 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + end + global.get $~lib/memory/__stack_pointer + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1540 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $0 + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + end + global.get $~lib/memory/__stack_pointer + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1540 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $0 + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $4 + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + global.set $class-override/x + i32.const 0 + call $class-override/fn + i32.const 111 + i32.ne + if + i32.const 0 + i32.const 1456 + i32.const 24 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$start:class-override + end + i32.const 34336 + i32.const 34384 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + ) + (func $class-override/fn (param $0 i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 1540 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + global.get $class-override/x + local.tee $1 + i32.store + block $__inlined_func$class-override/A#f@override$126 + block $default + block $case1 + block $case0 + local.get $1 + i32.const 8 + i32.sub + i32.load + i32.const 5 + i32.sub + br_table $case1 $case1 $case0 $default + end + local.get $1 + local.get $0 + call $class-override/B#f + local.set $0 + br $__inlined_func$class-override/A#f@override$126 + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1540 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + local.get $0 + call $class-override/B#f + i32.const 100 + i32.add + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$class-override/A#f@override$126 + end + local.get $0 + i32.const 1 + i32.add + local.set $0 + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + return + end + i32.const 34336 + i32.const 34384 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $class-override/B#f (param $0 i32) (param $1 i32) (result i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1540 + i32.lt_s + if + i32.const 34336 + i32.const 34384 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + i32.const 11 + i32.add + ) +) diff --git a/tests/compiler/class-override.ts b/tests/compiler/class-override.ts new file mode 100644 index 0000000000..08121693e6 --- /dev/null +++ b/tests/compiler/class-override.ts @@ -0,0 +1,24 @@ +export function fn(n: i32): i32 { + return x.f(n); +} + +class A { + f(a: i32): i32 { + return a + 1; + } +} +class B extends A { + f(a: i32): i32 { + return super.f(a) + 10; + } +} +class C extends B { + f(a: i32): i32 { + return super.f(a) + 100; + } +} +class D extends C {} + +let x: A = new D(); + +assert(fn(0) == 111); From 9605c037bbf47a81b55120d6bb36fa3f85d56859 Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Wed, 27 Mar 2024 19:09:21 -0700 Subject: [PATCH 049/103] Binaryen on transform (#2832) * Expose binaryen instance on transform * Fix invalid import in generated output --- cli/index.d.ts | 8 ++++++-- cli/index.js | 1 + scripts/build-dts.js | 10 +++++++--- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/cli/index.d.ts b/cli/index.d.ts index 16e070529e..58c7fb4ef6 100644 --- a/cli/index.d.ts +++ b/cli/index.d.ts @@ -240,7 +240,8 @@ export function createMemoryStream(fn?: (chunk: Uint8Array | string) => void): M /** Compatible TypeScript compiler options for syntax highlighting etc. */ export const tscOptions: Record; -import { Program, Parser, Module } from "../src"; +import binaryen from "../lib/binaryen"; +import { Program, Parser } from "../src"; /** Compiler transform base class. */ export abstract class Transform { @@ -248,6 +249,9 @@ export abstract class Transform { /** Program reference. */ readonly program: Program; + /** Binaryen reference. */ + readonly binaryen: typeof binaryen; + /** Base directory. */ readonly baseDir: string; @@ -276,5 +280,5 @@ export abstract class Transform { afterInitialize?(program: Program): void | Promise; /** Called when compilation is complete, before the module is being validated. */ - afterCompile?(module: Module): void | Promise; + afterCompile?(module: binaryen.Module): void | Promise; } diff --git a/cli/index.js b/cli/index.js index 91634a8c01..b7b4a836e5 100644 --- a/cli/index.js +++ b/cli/index.js @@ -450,6 +450,7 @@ export async function main(argv, options) { if (typeof transform === "function") { Object.assign(transform.prototype, { program, + binaryen, baseDir, stdout, stderr, diff --git a/scripts/build-dts.js b/scripts/build-dts.js index 07215c9be9..0493075824 100644 --- a/scripts/build-dts.js +++ b/scripts/build-dts.js @@ -373,9 +373,13 @@ export function generateCli() { prefix, stdout, resolveModuleImport: ({ importedModuleId, currentModuleId }) => { - return currentModuleId == "cli/index" && importedModuleId == "../src" - ? prefix + "/src/index" - : null; + if (currentModuleId == "cli/index" && importedModuleId == "../src") + return prefix + "/src/index"; + + if (importedModuleId == "binaryen") + return "binaryen"; + + return null; }, }); From 9102c050b7be1fb482f85ea0c1427cfc63bc5e39 Mon Sep 17 00:00:00 2001 From: CountBleck Date: Mon, 1 Apr 2024 23:18:17 -0700 Subject: [PATCH 050/103] Compile incrementors in for loops within the initializer's flow (#2826) It turns out that incrementors were compiled with the body's flow, which meant that the incrementor had access to local variables declared in the body. Now, incrementors no longer have access to such variables. Fixes #2825. --- src/compiler.ts | 1 + tests/compiler/issues/2825.debug.wat | 55 ++++++++++++++++++++++++++ tests/compiler/issues/2825.json | 1 + tests/compiler/issues/2825.release.wat | 36 +++++++++++++++++ tests/compiler/issues/2825.ts | 8 ++++ 5 files changed, 101 insertions(+) create mode 100644 tests/compiler/issues/2825.debug.wat create mode 100644 tests/compiler/issues/2825.json create mode 100644 tests/compiler/issues/2825.release.wat create mode 100644 tests/compiler/issues/2825.ts diff --git a/src/compiler.ts b/src/compiler.ts index 648b6fa24d..8e5ee85615 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -2600,6 +2600,7 @@ export class Compiler extends DiagnosticEmitter { if (possiblyLoops) { let incrementor = statement.incrementor; if (incrementor) { + this.currentFlow = flow; bodyStmts.push( this.compileExpression(incrementor, Type.void, Constraints.ConvImplicit | Constraints.WillDrop) ); diff --git a/tests/compiler/issues/2825.debug.wat b/tests/compiler/issues/2825.debug.wat new file mode 100644 index 0000000000..7c0913c266 --- /dev/null +++ b/tests/compiler/issues/2825.debug.wat @@ -0,0 +1,55 @@ +(module + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func (param i32) (result i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/memory/__data_end i32 (i32.const 60)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) + (global $~lib/memory/__heap_base i32 (i32.const 32828)) + (memory $0 1) + (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\002\008\002\005\00.\00t\00s\00") + (table $0 1 1 funcref) + (elem $0 (i32.const 1)) + (export "memory" (memory $0)) + (start $~start) + (func $issues/2825/increment (param $x i32) (result i32) + local.get $x + i32.const 1234 + i32.ne + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 2 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $x + i32.const 1 + i32.add + return + ) + (func $start:issues/2825 + (local $i i32) + (local $i|1 i32) + i32.const 0 + local.set $i + loop $for-loop|0 + local.get $i + i32.const 10 + i32.lt_s + if + i32.const 1234 + local.set $i|1 + local.get $i + call $issues/2825/increment + local.set $i + br $for-loop|0 + end + end + ) + (func $~start + call $start:issues/2825 + ) +) diff --git a/tests/compiler/issues/2825.json b/tests/compiler/issues/2825.json new file mode 100644 index 0000000000..9e26dfeeb6 --- /dev/null +++ b/tests/compiler/issues/2825.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/tests/compiler/issues/2825.release.wat b/tests/compiler/issues/2825.release.wat new file mode 100644 index 0000000000..67c8c965ac --- /dev/null +++ b/tests/compiler/issues/2825.release.wat @@ -0,0 +1,36 @@ +(module + (type $0 (func (param i32 i32 i32 i32))) + (type $1 (func)) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (memory $0 1) + (data $0 (i32.const 1036) ",") + (data $0.1 (i32.const 1048) "\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\002\008\002\005\00.\00t\00s") + (export "memory" (memory $0)) + (start $~start) + (func $~start + (local $0 i32) + loop $for-loop|0 + local.get $0 + i32.const 10 + i32.lt_s + if + local.get $0 + i32.const 1234 + i32.eq + if + i32.const 0 + i32.const 1056 + i32.const 2 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 1 + i32.add + local.set $0 + br $for-loop|0 + end + end + ) +) diff --git a/tests/compiler/issues/2825.ts b/tests/compiler/issues/2825.ts new file mode 100644 index 0000000000..556a24a0d5 --- /dev/null +++ b/tests/compiler/issues/2825.ts @@ -0,0 +1,8 @@ +function increment(x: i32): i32 { + assert(x !== 1234); + return x + 1; +} + +for (let i = 0; i < 10; i = increment(i)) { + let i = 1234; +} \ No newline at end of file From b640ff25e40edc98f599f2493ae4a0d40e69cb8e Mon Sep 17 00:00:00 2001 From: CountBleck Date: Tue, 2 Apr 2024 20:19:52 -0700 Subject: [PATCH 051/103] fix: ignore this (#2834) This is a dummy commit to create a new release. From 9e23c8cdbd62c17d92dffae6786fb6c3590102e7 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Sat, 6 Apr 2024 13:09:17 +0800 Subject: [PATCH 052/103] chore: add action to check PR title prefix (#2836) --- .github/workflows/pr.yml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/pr.yml diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml new file mode 100644 index 0000000000..bf0538c5f2 --- /dev/null +++ b/.github/workflows/pr.yml @@ -0,0 +1,33 @@ +name: PR + +on: + pull_request: + types: [opened, edited, synchronize] + +jobs: + check-title: + runs-on: ubuntu-latest + steps: + - name: Check PR Title Prefix + id: title-check + uses: actions/github-script@v7 + with: + script: | + const titlePrefixes = ["feat", "fix", "break", "chore"]; + const title = context.payload.pull_request.title.toLowerCase(); + const titleHasValidPrefix = titlePrefixes.some((prefix) => title.startsWith(`${prefix}:`)); + if (!titleHasValidPrefix) { process.exit(-1); } + + - uses: thollander/actions-comment-pull-request@v2 + if: success() + with: + message: | + ✅ PR title meet the requirements. + comment_tag: PR title check result + + - uses: thollander/actions-comment-pull-request@v2 + if: failure() + with: + message: | + 🚨 PR title does not meet the requirements. It must start with one of the following prefixes: 'feat:', 'fix:', 'chore:', 'break:'. + comment_tag: PR title check result From 721236d892b65ef2e9b296ca513e179775bfb204 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Sun, 7 Apr 2024 12:34:14 +0800 Subject: [PATCH 053/103] chore: remove comment in PR title check pipeline (#2837) --- .github/workflows/pr.yml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index bf0538c5f2..88232d9ff3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -17,17 +17,3 @@ jobs: const title = context.payload.pull_request.title.toLowerCase(); const titleHasValidPrefix = titlePrefixes.some((prefix) => title.startsWith(`${prefix}:`)); if (!titleHasValidPrefix) { process.exit(-1); } - - - uses: thollander/actions-comment-pull-request@v2 - if: success() - with: - message: | - ✅ PR title meet the requirements. - comment_tag: PR title check result - - - uses: thollander/actions-comment-pull-request@v2 - if: failure() - with: - message: | - 🚨 PR title does not meet the requirements. It must start with one of the following prefixes: 'feat:', 'fix:', 'chore:', 'break:'. - comment_tag: PR title check result From 64cba2e22bc415994274dd14eeae50a5a9369d70 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Wed, 10 Apr 2024 14:15:21 +0800 Subject: [PATCH 054/103] fix: for statement increment will be processed in correct context (#2839) --- src/compiler.ts | 16 ++++++++-------- tests/compiler/issues/2825.debug.wat | 14 ++++++++++++++ tests/compiler/issues/2825.json | 2 +- tests/compiler/issues/2825.release.wat | 11 +++++++++-- tests/compiler/issues/2825.ts | 9 ++++++++- 5 files changed, 40 insertions(+), 12 deletions(-) diff --git a/src/compiler.ts b/src/compiler.ts index 8e5ee85615..d40804d9e0 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -2595,6 +2595,14 @@ export class Compiler extends DiagnosticEmitter { bodyStmts.length = 1; } + if (condKind == ConditionKind.True) { + // Body executes at least once + flow.inherit(bodyFlow); + } else { + // Otherwise executes conditionally + flow.mergeBranch(bodyFlow); + } + // Compile the incrementor if it possibly executes let possiblyLoops = possiblyContinues || possiblyFallsThrough; if (possiblyLoops) { @@ -2618,14 +2626,6 @@ export class Compiler extends DiagnosticEmitter { } } - // Body executes at least once - if (condKind == ConditionKind.True) { - flow.inherit(bodyFlow); - - // Otherwise executes conditionally - } else { - flow.mergeBranch(bodyFlow); - } // Finalize outerFlow.inherit(flow); diff --git a/tests/compiler/issues/2825.debug.wat b/tests/compiler/issues/2825.debug.wat index 7c0913c266..4ecc4ddd57 100644 --- a/tests/compiler/issues/2825.debug.wat +++ b/tests/compiler/issues/2825.debug.wat @@ -10,6 +10,7 @@ (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\002\008\002\005\00.\00t\00s\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) + (export "init" (func $issues/2825/init)) (export "memory" (memory $0)) (start $~start) (func $issues/2825/increment (param $x i32) (result i32) @@ -49,6 +50,19 @@ end end ) + (func $issues/2825/init + (local $not_unassigned i32) + loop $for-loop|0 + i32.const 1 + if + i32.const 0 + local.set $not_unassigned + local.get $not_unassigned + drop + br $for-loop|0 + end + end + ) (func $~start call $start:issues/2825 ) diff --git a/tests/compiler/issues/2825.json b/tests/compiler/issues/2825.json index 9e26dfeeb6..0967ef424b 100644 --- a/tests/compiler/issues/2825.json +++ b/tests/compiler/issues/2825.json @@ -1 +1 @@ -{} \ No newline at end of file +{} diff --git a/tests/compiler/issues/2825.release.wat b/tests/compiler/issues/2825.release.wat index 67c8c965ac..c11fb2dae0 100644 --- a/tests/compiler/issues/2825.release.wat +++ b/tests/compiler/issues/2825.release.wat @@ -1,12 +1,19 @@ (module - (type $0 (func (param i32 i32 i32 i32))) - (type $1 (func)) + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (memory $0 1) (data $0 (i32.const 1036) ",") (data $0.1 (i32.const 1048) "\02\00\00\00\1c\00\00\00i\00s\00s\00u\00e\00s\00/\002\008\002\005\00.\00t\00s") + (export "init" (func $issues/2825/init)) (export "memory" (memory $0)) (start $~start) + (func $issues/2825/init + loop $for-loop|0 + br $for-loop|0 + end + unreachable + ) (func $~start (local $0 i32) loop $for-loop|0 diff --git a/tests/compiler/issues/2825.ts b/tests/compiler/issues/2825.ts index 556a24a0d5..f563fd5bf7 100644 --- a/tests/compiler/issues/2825.ts +++ b/tests/compiler/issues/2825.ts @@ -5,4 +5,11 @@ function increment(x: i32): i32 { for (let i = 0; i < 10; i = increment(i)) { let i = 1234; -} \ No newline at end of file +} + +export function init(): void { + let not_unassigned: i32; + for (; ; not_unassigned) { + not_unassigned = 0; + } +} From be4961084a02e7a8dc5be90f1ba2340a4fc7bec7 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Fri, 21 Jun 2024 00:04:05 +0800 Subject: [PATCH 055/103] chore: temporary disable std/math.release.wat check in aarch64 osx (#2856) --- tests/compiler.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/compiler.js b/tests/compiler.js index 68efc56c19..0b6018fa80 100644 --- a/tests/compiler.js +++ b/tests/compiler.js @@ -199,6 +199,11 @@ async function runTest(basename) { // If a fixture/generated file is missing, false will be compared to a // string. If both are missing, nothing happens below (as it should). if (actual !== expected) { + if (filename == "std/math.release.wat" && os.version().startsWith("Darwin Kernel") && os.arch() == "arm64") { + // FIXME: in arm64 macos, binaryen will optimize math.ts with different output. + compareFixture.end(SKIPPED); + return; + } compareFixture.end(FAILURE); return prepareResult(FAILURE, "fixture mismatch"); } From 78963c5311b1ba9506d9a81e6faf30bb35b90a5c Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Fri, 21 Jun 2024 09:18:49 +0800 Subject: [PATCH 056/103] fix: detect execution environment when loading wasm module (#2855) --- src/bindings/js.ts | 5 +++-- tests/compiler/bindings/esm.debug.js | 5 +++-- tests/compiler/bindings/esm.release.js | 5 +++-- tests/compiler/bindings/noExportRuntime.debug.js | 5 +++-- tests/compiler/bindings/noExportRuntime.release.js | 5 +++-- 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/src/bindings/js.ts b/src/bindings/js.ts index a86f77dec4..8876118b11 100644 --- a/src/bindings/js.ts +++ b/src/bindings/js.ts @@ -976,8 +976,9 @@ export class JSBuilder extends ExportsWalker { } sb.push(`} = await (async url => instantiate( await (async () => { - try { return await globalThis.WebAssembly.compileStreaming(globalThis.fetch(url)); } - catch { return globalThis.WebAssembly.compile(await (await import("node:fs/promises")).readFile(url)); } + const isNodeOrBun = typeof process != "undefined" && process.versions != null && (process.versions.node != null || process.versions.bun != null); + if (isNodeOrBun) { return globalThis.WebAssembly.compile(await (await import("node:fs/promises")).readFile(url)); } + else { return await globalThis.WebAssembly.compileStreaming(globalThis.fetch(url)); } })(), { `); let needsMaybeDefault = false; diff --git a/tests/compiler/bindings/esm.debug.js b/tests/compiler/bindings/esm.debug.js index d2d89456b8..8ebfcb8c8f 100644 --- a/tests/compiler/bindings/esm.debug.js +++ b/tests/compiler/bindings/esm.debug.js @@ -553,8 +553,9 @@ export const { fn, } = await (async url => instantiate( await (async () => { - try { return await globalThis.WebAssembly.compileStreaming(globalThis.fetch(url)); } - catch { return globalThis.WebAssembly.compile(await (await import("node:fs/promises")).readFile(url)); } + const isNodeOrBun = typeof process != "undefined" && process.versions != null && (process.versions.node != null || process.versions.bun != null); + if (isNodeOrBun) { return globalThis.WebAssembly.compile(await (await import("node:fs/promises")).readFile(url)); } + else { return await globalThis.WebAssembly.compileStreaming(globalThis.fetch(url)); } })(), { } ))(new URL("esm.debug.wasm", import.meta.url)); diff --git a/tests/compiler/bindings/esm.release.js b/tests/compiler/bindings/esm.release.js index 30c529402d..7f0ac87f85 100644 --- a/tests/compiler/bindings/esm.release.js +++ b/tests/compiler/bindings/esm.release.js @@ -553,8 +553,9 @@ export const { fn, } = await (async url => instantiate( await (async () => { - try { return await globalThis.WebAssembly.compileStreaming(globalThis.fetch(url)); } - catch { return globalThis.WebAssembly.compile(await (await import("node:fs/promises")).readFile(url)); } + const isNodeOrBun = typeof process != "undefined" && process.versions != null && (process.versions.node != null || process.versions.bun != null); + if (isNodeOrBun) { return globalThis.WebAssembly.compile(await (await import("node:fs/promises")).readFile(url)); } + else { return await globalThis.WebAssembly.compileStreaming(globalThis.fetch(url)); } })(), { } ))(new URL("esm.release.wasm", import.meta.url)); diff --git a/tests/compiler/bindings/noExportRuntime.debug.js b/tests/compiler/bindings/noExportRuntime.debug.js index 9db98d97b4..2521ab12b1 100644 --- a/tests/compiler/bindings/noExportRuntime.debug.js +++ b/tests/compiler/bindings/noExportRuntime.debug.js @@ -162,8 +162,9 @@ export const { takesFunction, } = await (async url => instantiate( await (async () => { - try { return await globalThis.WebAssembly.compileStreaming(globalThis.fetch(url)); } - catch { return globalThis.WebAssembly.compile(await (await import("node:fs/promises")).readFile(url)); } + const isNodeOrBun = typeof process != "undefined" && process.versions != null && (process.versions.node != null || process.versions.bun != null); + if (isNodeOrBun) { return globalThis.WebAssembly.compile(await (await import("node:fs/promises")).readFile(url)); } + else { return await globalThis.WebAssembly.compileStreaming(globalThis.fetch(url)); } })(), { } ))(new URL("noExportRuntime.debug.wasm", import.meta.url)); diff --git a/tests/compiler/bindings/noExportRuntime.release.js b/tests/compiler/bindings/noExportRuntime.release.js index de99664237..26ab44837a 100644 --- a/tests/compiler/bindings/noExportRuntime.release.js +++ b/tests/compiler/bindings/noExportRuntime.release.js @@ -162,8 +162,9 @@ export const { takesFunction, } = await (async url => instantiate( await (async () => { - try { return await globalThis.WebAssembly.compileStreaming(globalThis.fetch(url)); } - catch { return globalThis.WebAssembly.compile(await (await import("node:fs/promises")).readFile(url)); } + const isNodeOrBun = typeof process != "undefined" && process.versions != null && (process.versions.node != null || process.versions.bun != null); + if (isNodeOrBun) { return globalThis.WebAssembly.compile(await (await import("node:fs/promises")).readFile(url)); } + else { return await globalThis.WebAssembly.compileStreaming(globalThis.fetch(url)); } })(), { } ))(new URL("noExportRuntime.release.wasm", import.meta.url)); From acdb2423f00f145394d8caece0e9be301241f487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 22:28:03 +0800 Subject: [PATCH 057/103] chore: bump braces from 3.0.2 to 3.0.3 (#2850) --- package-lock.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 3c0924a072..e4bc84df7e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -891,12 +891,12 @@ } }, "node_modules/braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, "dependencies": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" }, "engines": { "node": ">=8" @@ -1332,9 +1332,9 @@ } }, "node_modules/fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, "dependencies": { "to-regex-range": "^5.0.1" @@ -2920,12 +2920,12 @@ } }, "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", "dev": true, "requires": { - "fill-range": "^7.0.1" + "fill-range": "^7.1.1" } }, "callsites": { @@ -3261,9 +3261,9 @@ } }, "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", "dev": true, "requires": { "to-regex-range": "^5.0.1" From f79391c91a0875e98a6e887b3353210b4125dc87 Mon Sep 17 00:00:00 2001 From: Jairus Date: Sat, 6 Jul 2024 11:29:26 -0700 Subject: [PATCH 058/103] fix: std/portable included twice (#2860) --- std/portable/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/std/portable/index.js b/std/portable/index.js index d35ce63ee2..e1a658683b 100644 --- a/std/portable/index.js +++ b/std/portable/index.js @@ -412,6 +412,4 @@ if (typeof globalScope.ASC_TARGET === "undefined") { if (n) message += Array.prototype.slice.call(arguments, 2, 2 + n); console.error("trace: " + message); }; -} else { - console.warn("compiler mismatch: std/portable included twice"); -} +} \ No newline at end of file From 4bd1c122461eefdc64082f16677e239b9e8ea93f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Heredia=20Montiel?= <303897+fabianhjr@users.noreply.github.com> Date: Thu, 26 Sep 2024 00:02:34 -0600 Subject: [PATCH 059/103] =?UTF-8?q?chore:=20typescript:=204.7.4=20?= =?UTF-8?q?=E2=86=92=205.5.4=20(#2868)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NOTICE | 1 + package-lock.json | 17 +++++++++-------- package.json | 2 +- src/builtins.ts | 2 ++ src/tokenizer.ts | 3 +++ tests/compiler/std/string-encoding.ts | 2 +- tests/compiler/std/string.ts | 2 +- 7 files changed, 18 insertions(+), 11 deletions(-) diff --git a/NOTICE b/NOTICE index adca27c800..aacf76c8e7 100644 --- a/NOTICE +++ b/NOTICE @@ -57,6 +57,7 @@ under the licensing terms detailed in LICENSE: * Bach Le * Xinquan Xu * Matt Johnson-Pint +* Fabián Heredia Montiel Portions of this software are derived from third-party works licensed under the following terms: diff --git a/package-lock.json b/package-lock.json index e4bc84df7e..28afa0645c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "esbuild": "^0.19.4", "eslint": "^8.33.0", "glob": "^10.3.0", - "typescript": "~4.7.4" + "typescript": "^5.5.4" }, "engines": { "node": ">=16", @@ -2273,16 +2273,17 @@ } }, "node_modules/typescript": { - "version": "4.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", - "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", "dev": true, + "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" }, "engines": { - "node": ">=4.2.0" + "node": ">=14.17" } }, "node_modules/undici-types": { @@ -3924,9 +3925,9 @@ "dev": true }, "typescript": { - "version": "4.7.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.7.4.tgz", - "integrity": "sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==", + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", "dev": true }, "undici-types": { diff --git a/package.json b/package.json index 4d414afdde..b2a0ee359d 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "esbuild": "^0.19.4", "eslint": "^8.33.0", "glob": "^10.3.0", - "typescript": "~4.7.4" + "typescript": "^5.5.4" }, "type": "module", "exports": { diff --git a/src/builtins.ts b/src/builtins.ts index e9f563e1e6..956ab08a2f 100644 --- a/src/builtins.ts +++ b/src/builtins.ts @@ -1623,6 +1623,7 @@ function builtin_max(ctx: BuiltinFunctionContext): ExpressionRef { } else { arg1 = compiler.compileExpression(operands[1], type, Constraints.ConvImplicit | Constraints.MustWrap); } + // @ts-expect-error let op: BinaryOp = -1; switch (type.kind) { case TypeKind.I8: @@ -1691,6 +1692,7 @@ function builtin_min(ctx: BuiltinFunctionContext): ExpressionRef { } else { arg1 = compiler.compileExpression(operands[1], type, Constraints.ConvImplicit | Constraints.MustWrap); } + // @ts-expect-error let op: BinaryOp = -1; switch (type.kind) { case TypeKind.I8: diff --git a/src/tokenizer.ts b/src/tokenizer.ts index a4bf9e9aa4..08a9e10dec 100644 --- a/src/tokenizer.ts +++ b/src/tokenizer.ts @@ -463,9 +463,11 @@ export class Tokenizer extends DiagnosticEmitter { end: i32 = 0; pos: i32 = 0; + // @ts-expect-error token: Token = -1; tokenPos: i32 = 0; + // @ts-expect-error nextToken: Token = -1; nextTokenPos: i32 = 0; nextTokenOnNewLine: OnNewLine = OnNewLine.Unknown; @@ -1055,6 +1057,7 @@ export class Tokenizer extends DiagnosticEmitter { } clearNextToken(): void { + // @ts-expect-error this.nextToken = -1; this.nextTokenPos = 0; this.nextTokenOnNewLine = OnNewLine.Unknown; diff --git a/tests/compiler/std/string-encoding.ts b/tests/compiler/std/string-encoding.ts index b184dc9f0d..7a131280dc 100644 --- a/tests/compiler/std/string-encoding.ts +++ b/tests/compiler/std/string-encoding.ts @@ -118,7 +118,7 @@ testUTF8Decode(); function testUTF8DecodeNullTerminated(): void { var buf = String.UTF8.encode(str, true); assert(String.UTF8.decode(buf, true) == str); - var str2 = "123\0456"; + var str2 = "123\x00456"; assert(String.UTF8.byteLength(str2, true) == 4); var buf2 = String.UTF8.encode(str2, true); assert(buf2.byteLength == 4); diff --git a/tests/compiler/std/string.ts b/tests/compiler/std/string.ts index 3f3e281a4d..7b9281c8e4 100644 --- a/tests/compiler/std/string.ts +++ b/tests/compiler/std/string.ts @@ -27,7 +27,7 @@ assert(String.fromCharCode(65600) == "@"); assert(String.fromCharCode(54) == "6"); assert(String.fromCharCode(0x10000 + 54) == "6"); assert(String.fromCharCode(0xD800, 0xDF00) == "𐌀"); -assert(String.fromCharCodes([0, 54]) == "\06"); +assert(String.fromCharCodes([0, 54]) == "\x006"); assert(String.fromCharCodes([65, 66, 67]) == "ABC"); assert(String.fromCharCodes([0xD834, 0xDF06, 0x61, 0xD834, 0xDF07]) == "\uD834\uDF06a\uD834\uDF07"); From 1847c8fe409cbbf4b57a694198d09a3482174e65 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Thu, 26 Sep 2024 14:03:23 +0800 Subject: [PATCH 060/103] fix: report error for mulitple union type (#2872) --- src/parser.ts | 2 +- tests/parser/union.ts | 9 +++++++++ tests/parser/union.ts.fixture.ts | 4 ++++ 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 tests/parser/union.ts create mode 100644 tests/parser/union.ts.fixture.ts diff --git a/src/parser.ts b/src/parser.ts index 58050e837e..7c69843973 100644 --- a/src/parser.ts +++ b/src/parser.ts @@ -631,7 +631,7 @@ export class Parser extends DiagnosticEmitter { } // ... | type while (tn.skip(Token.Bar)) { - let nextType = this.parseType(tn, false, true); + let nextType = this.parseType(tn, true, false); if (!nextType) return null; let typeIsNull = type.kind == NodeKind.NamedType && (type).isNull; let nextTypeIsNull = nextType.kind == NodeKind.NamedType && (nextType).isNull; diff --git a/tests/parser/union.ts b/tests/parser/union.ts new file mode 100644 index 0000000000..3d947fe09a --- /dev/null +++ b/tests/parser/union.ts @@ -0,0 +1,9 @@ +export function foo(a: aaa | bbb | ccc): i32 { + return 1; +} + +export function bar(a: i32 | u32 | f32): i32 { + return 1; +} + +export let a: i32 | u32 | f32 | null = 1; diff --git a/tests/parser/union.ts.fixture.ts b/tests/parser/union.ts.fixture.ts new file mode 100644 index 0000000000..b2fb8611bf --- /dev/null +++ b/tests/parser/union.ts.fixture.ts @@ -0,0 +1,4 @@ +export let a = 1; +// ERROR 100: "Not implemented: union types" in union.ts(1,36+3) +// ERROR 100: "Not implemented: union types" in union.ts(5,36+3) +// ERROR 100: "Not implemented: union types" in union.ts(9,27+10) From dfc8a65f2e7ce8971f5d3be0a9a0f1c1c41c91e6 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Thu, 26 Sep 2024 14:26:24 +0800 Subject: [PATCH 061/103] fix: strictly check operator overload ambiguity (#2762) Operator overload is an internal mechanism, it can support to compare user-defined class, but it need to be limited. a == b and b == a should run the same function and get the same result in semantic level. Allowing ambiguity is bug prone. --- src/compiler.ts | 415 ++- src/diagnosticMessages.json | 1 + src/program.ts | 6 +- src/types.ts | 12 +- .../compiler/operator-overload-ambiguity.json | 14 + tests/compiler/operator-overload-ambiguity.ts | 38 + .../operator-overload-non-ambiguity.debug.wat | 2615 +++++++++++++++++ .../operator-overload-non-ambiguity.json | 3 + ...perator-overload-non-ambiguity.release.wat | 1659 +++++++++++ .../operator-overload-non-ambiguity.ts | 19 + 10 files changed, 4549 insertions(+), 233 deletions(-) create mode 100644 tests/compiler/operator-overload-ambiguity.json create mode 100644 tests/compiler/operator-overload-ambiguity.ts create mode 100644 tests/compiler/operator-overload-non-ambiguity.debug.wat create mode 100644 tests/compiler/operator-overload-non-ambiguity.json create mode 100644 tests/compiler/operator-overload-non-ambiguity.release.wat create mode 100644 tests/compiler/operator-overload-non-ambiguity.ts diff --git a/src/compiler.ts b/src/compiler.ts index d40804d9e0..bf4e482b94 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -3784,10 +3784,10 @@ export class Compiler extends DiagnosticEmitter { private i32PowInstance: Function | null = null; private i64PowInstance: Function | null = null; - private compileBinaryExpression( + /** compile `==` `===` `!=` `!==` BinaryExpression */ + private compileCommutativeCompareBinaryExpression( expression: BinaryExpression, contextualType: Type, - constraints: Constraints ): ExpressionRef { let module = this.module; let left = expression.left; @@ -3799,255 +3799,186 @@ export class Compiler extends DiagnosticEmitter { let rightType: Type; let commonType: Type | null; - let expr: ExpressionRef; - let compound = false; - let operator = expression.operator; - switch (operator) { - case Token.LessThan: { - leftExpr = this.compileExpression(left, contextualType); - leftType = this.currentType; + let operatorString = operatorTokenToString(operator); - // check operator overload - let classReference = leftType.getClassOrWrapper(this.program); - if (classReference) { - let overload = classReference.lookupOverload(OperatorKind.Lt); - if (overload) { - expr = this.compileBinaryOverload(overload, left, leftExpr, leftType, right, expression); - break; - } - } - - rightExpr = this.compileExpression(right, leftType); - rightType = this.currentType; - commonType = Type.commonType(leftType, rightType, contextualType, true); - if (!commonType || !commonType.isNumericValue) { - this.error( - DiagnosticCode.Operator_0_cannot_be_applied_to_types_1_and_2, - expression.range, "<", leftType.toString(), rightType.toString() - ); - this.currentType = contextualType; - return module.unreachable(); - } + leftExpr = this.compileExpression(left, contextualType); + leftType = this.currentType; - leftExpr = this.convertExpression(leftExpr, leftType, commonType, false, left); - leftType = commonType; - rightExpr = this.convertExpression(rightExpr, rightType, commonType, false, right); - rightType = commonType; + rightExpr = this.compileExpression(right, leftType); + rightType = this.currentType; + + // check operator overload + const operatorKind = OperatorKind.fromBinaryToken(operator); + const leftOverload = leftType.lookupOverload(operatorKind, this.program); + const rightOverload = rightType.lookupOverload(operatorKind, this.program); + if (leftOverload && rightOverload && leftOverload != rightOverload) { + this.error( + DiagnosticCode.Ambiguous_operator_overload_0_conflicting_overloads_1_and_2, expression.range, + operatorString, + leftOverload.internalName, + rightOverload.internalName + ); + this.currentType = contextualType; + return module.unreachable(); + } + if (leftOverload) { + return this.compileCommutativeBinaryOverload( + leftOverload, + left, leftExpr, leftType, + right, rightExpr, rightType, + expression + ); + } + if (rightOverload) { + return this.compileCommutativeBinaryOverload( + rightOverload, + right, rightExpr, rightType, + left, leftExpr, leftType, + expression + ); + } + const signednessIsRelevant = false; + commonType = Type.commonType(leftType, rightType, contextualType, signednessIsRelevant); + if (!commonType) { + this.error( + DiagnosticCode.Operator_0_cannot_be_applied_to_types_1_and_2, + expression.range, + operatorString, + leftType.toString(), + rightType.toString() + ); + this.currentType = contextualType; + return module.unreachable(); + } - expr = this.makeLt(leftExpr, rightExpr, commonType); - this.currentType = Type.bool; - break; + if (commonType.isFloatValue) { + if (isConstExpressionNaN(module, rightExpr) || isConstExpressionNaN(module, leftExpr)) { + this.warning( + DiagnosticCode._NaN_does_not_compare_equal_to_any_other_value_including_itself_Use_isNaN_x_instead, + expression.range + ); } - case Token.GreaterThan: { - leftExpr = this.compileExpression(left, contextualType); - leftType = this.currentType; - - // check operator overload - let classReference = leftType.getClassOrWrapper(this.program); - if (classReference) { - let overload = classReference.lookupOverload(OperatorKind.Gt); - if (overload) { - expr = this.compileBinaryOverload(overload, left, leftExpr, leftType, right, expression); - break; - } - } - - rightExpr = this.compileExpression(right, leftType); - rightType = this.currentType; - commonType = Type.commonType(leftType, rightType, contextualType, true); - if (!commonType || !commonType.isNumericValue) { - this.error( - DiagnosticCode.Operator_0_cannot_be_applied_to_types_1_and_2, - expression.range, ">", leftType.toString(), rightType.toString() - ); - this.currentType = contextualType; - return module.unreachable(); - } - - leftExpr = this.convertExpression(leftExpr, leftType, commonType, false, left); - leftType = commonType; - rightExpr = this.convertExpression(rightExpr, rightType, commonType, false, right); - rightType = commonType; - - expr = this.makeGt(leftExpr, rightExpr, commonType); - this.currentType = Type.bool; - break; + if (isConstNegZero(rightExpr) || isConstNegZero(leftExpr)) { + this.warning( + DiagnosticCode.Comparison_with_0_0_is_sign_insensitive_Use_Object_is_x_0_0_if_the_sign_matters, + expression.range + ); } - case Token.LessThan_Equals: { - leftExpr = this.compileExpression(left, contextualType); - leftType = this.currentType; + } - // check operator overload - let classReference = leftType.getClassOrWrapper(this.program); - if (classReference) { - let overload = classReference.lookupOverload(OperatorKind.Le); - if (overload) { - expr = this.compileBinaryOverload(overload, left, leftExpr, leftType, right, expression); - break; - } - } + leftExpr = this.convertExpression(leftExpr, leftType, commonType, false, left); + leftType = commonType; + rightExpr = this.convertExpression(rightExpr, rightType, commonType, false, right); + rightType = commonType; - rightExpr = this.compileExpression(right, leftType); - rightType = this.currentType; - commonType = Type.commonType(leftType, rightType, contextualType, true); - if (!commonType || !commonType.isNumericValue) { - this.error( - DiagnosticCode.Operator_0_cannot_be_applied_to_types_1_and_2, - expression.range, "<=", leftType.toString(), rightType.toString() - ); - this.currentType = contextualType; - return module.unreachable(); - } + this.currentType = Type.bool; + switch (operator) { + case Token.Equals_Equals_Equals: + case Token.Equals_Equals: + return this.makeEq(leftExpr, rightExpr, commonType, expression); + case Token.Exclamation_Equals_Equals: + case Token.Exclamation_Equals: + return this.makeNe(leftExpr, rightExpr, commonType, expression); + default: + assert(false); + return module.unreachable(); + } + } - leftExpr = this.convertExpression(leftExpr, leftType, commonType, false, left); - leftType = commonType; - rightExpr = this.convertExpression(rightExpr, rightType, commonType, false, right); - rightType = commonType; + /** compile `>` `>=` `<` `<=` BinaryExpression */ + private compileNonCommutativeCompareBinaryExpression( + expression: BinaryExpression, + contextualType: Type, + ): ExpressionRef { + let module = this.module; + let left = expression.left; + let right = expression.right; + let leftExpr: ExpressionRef; + let leftType: Type; + let rightExpr: ExpressionRef; + let rightType: Type; + let commonType: Type | null; + let operator = expression.operator; + let operatorString = operatorTokenToString(operator); - expr = this.makeLe(leftExpr, rightExpr, commonType); - this.currentType = Type.bool; - break; - } - case Token.GreaterThan_Equals: { - leftExpr = this.compileExpression(left, contextualType); - leftType = this.currentType; + leftExpr = this.compileExpression(left, contextualType); + leftType = this.currentType; + + // check operator overload + const operatorKind = OperatorKind.fromBinaryToken(operator); + const leftOverload = leftType.lookupOverload(operatorKind, this.program); + if (leftOverload) return this.compileBinaryOverload(leftOverload, left, leftExpr, leftType, right, expression); - // check operator overload - let classReference = leftType.getClassOrWrapper(this.program); - if (classReference) { - let overload = classReference.lookupOverload(OperatorKind.Ge); - if (overload) { - expr = this.compileBinaryOverload(overload, left, leftExpr, leftType, right, expression); - break; - } - } + rightExpr = this.compileExpression(right, leftType); + rightType = this.currentType; - rightExpr = this.compileExpression(right, leftType); - rightType = this.currentType; - commonType = Type.commonType(leftType, rightType, contextualType, true); - if (!commonType || !commonType.isNumericValue) { - this.error( - DiagnosticCode.Operator_0_cannot_be_applied_to_types_1_and_2, - expression.range, ">=", leftType.toString(), rightType.toString() - ); - this.currentType = contextualType; - return module.unreachable(); - } + const signednessIsRelevant = true; + commonType = Type.commonType(leftType, rightType, contextualType, signednessIsRelevant); + if (!commonType || !commonType.isNumericValue) { + this.error( + DiagnosticCode.Operator_0_cannot_be_applied_to_types_1_and_2, + expression.range, + operatorString, + leftType.toString(), + rightType.toString() + ); + this.currentType = contextualType; + return module.unreachable(); + } - leftExpr = this.convertExpression(leftExpr, leftType, commonType, false, left); - leftType = commonType; - rightExpr = this.convertExpression(rightExpr, rightType, commonType, false, right); - rightType = commonType; + leftExpr = this.convertExpression(leftExpr, leftType, commonType, false, left); + leftType = commonType; + rightExpr = this.convertExpression(rightExpr, rightType, commonType, false, right); + rightType = commonType; - expr = this.makeGe(leftExpr, rightExpr, commonType); - this.currentType = Type.bool; - break; - } + this.currentType = Type.bool; + switch (operator) { + case Token.LessThan: + return this.makeLt(leftExpr, rightExpr, commonType); + case Token.GreaterThan: + return this.makeGt(leftExpr, rightExpr, commonType); + case Token.LessThan_Equals: + return this.makeLe(leftExpr, rightExpr, commonType); + case Token.GreaterThan_Equals: + return this.makeGe(leftExpr, rightExpr, commonType); + default: + assert(false); + return module.unreachable(); + } + } - case Token.Equals_Equals_Equals: - case Token.Equals_Equals: { - leftExpr = this.compileExpression(left, contextualType); - leftType = this.currentType; + private compileBinaryExpression( + expression: BinaryExpression, + contextualType: Type, + constraints: Constraints + ): ExpressionRef { + let module = this.module; + let left = expression.left; + let right = expression.right; - // check operator overload - let classReference = leftType.getClassOrWrapper(this.program); - if (classReference) { - let overload = classReference.lookupOverload(OperatorKind.Eq); - if (overload) { - expr = this.compileBinaryOverload(overload, left, leftExpr, leftType, right, expression); - break; - } - } + let leftExpr: ExpressionRef; + let leftType: Type; + let rightExpr: ExpressionRef; + let rightType: Type; + let commonType: Type | null; - rightExpr = this.compileExpression(right, leftType); - rightType = this.currentType; - commonType = Type.commonType(leftType, rightType, contextualType); - if (!commonType) { - this.error( - DiagnosticCode.Operator_0_cannot_be_applied_to_types_1_and_2, - expression.range, operatorTokenToString(expression.operator), leftType.toString(), rightType.toString() - ); - this.currentType = contextualType; - return module.unreachable(); - } - if (commonType.isFloatValue) { - if ( - isConstExpressionNaN(module, rightExpr) || - isConstExpressionNaN(module, leftExpr) - ) { - this.warning( - DiagnosticCode._NaN_does_not_compare_equal_to_any_other_value_including_itself_Use_isNaN_x_instead, - expression.range - ); - } - if (isConstNegZero(rightExpr) || isConstNegZero(leftExpr)) { - this.warning( - DiagnosticCode.Comparison_with_0_0_is_sign_insensitive_Use_Object_is_x_0_0_if_the_sign_matters, - expression.range - ); - } - } - leftExpr = this.convertExpression(leftExpr, leftType, commonType, false, left); - leftType = commonType; - rightExpr = this.convertExpression(rightExpr, rightType, commonType, false, right); - rightType = commonType; + let expr: ExpressionRef; + let compound = false; - expr = this.makeEq(leftExpr, rightExpr, commonType, expression); - this.currentType = Type.bool; - break; + let operator = expression.operator; + switch (operator) { + case Token.LessThan: + case Token.GreaterThan: + case Token.LessThan_Equals: + case Token.GreaterThan_Equals:{ + return this.compileNonCommutativeCompareBinaryExpression(expression, contextualType); } + case Token.Equals_Equals_Equals: + case Token.Equals_Equals: case Token.Exclamation_Equals_Equals: case Token.Exclamation_Equals: { - leftExpr = this.compileExpression(left, contextualType); - leftType = this.currentType; - - // check operator overload - let classReference = leftType.getClass(); - if (classReference) { - let overload = classReference.lookupOverload(OperatorKind.Ne); - if (overload) { - expr = this.compileBinaryOverload(overload, left, leftExpr, leftType, right, expression); - break; - } - } - - rightExpr = this.compileExpression(right, leftType); - rightType = this.currentType; - commonType = Type.commonType(leftType, rightType, contextualType); - if (!commonType) { - this.error( - DiagnosticCode.Operator_0_cannot_be_applied_to_types_1_and_2, - expression.range, operatorTokenToString(expression.operator), leftType.toString(), rightType.toString() - ); - this.currentType = contextualType; - return module.unreachable(); - } - if (commonType.isFloatValue) { - if ( - isConstExpressionNaN(module, rightExpr) || - isConstExpressionNaN(module, leftExpr) - ) { - this.warning( - DiagnosticCode._NaN_does_not_compare_equal_to_any_other_value_including_itself_Use_isNaN_x_instead, - expression.range - ); - } - if (isConstNegZero(rightExpr) || isConstNegZero(leftExpr)) { - this.warning( - DiagnosticCode.Comparison_with_0_0_is_sign_insensitive_Use_Object_is_x_0_0_if_the_sign_matters, - expression.range - ); - } - } - leftExpr = this.convertExpression(leftExpr, leftType, commonType, false, left); - leftType = commonType; - rightExpr = this.convertExpression(rightExpr, rightType, commonType, false, right); - rightType = commonType; - - expr = this.makeNe(leftExpr, rightExpr, commonType, expression); - this.currentType = Type.bool; - break; + return this.compileCommutativeCompareBinaryExpression(expression, contextualType); } case Token.Equals: { return this.compileAssignment(left, right, contextualType); @@ -4714,6 +4645,7 @@ export class Compiler extends DiagnosticEmitter { default: { assert(false); expr = this.module.unreachable(); + break; } } if (!compound) return expr; @@ -5581,6 +5513,29 @@ export class Compiler extends DiagnosticEmitter { return this.makeCallDirect(operatorInstance, [ leftExpr, rightExpr ], reportNode); } + + private compileCommutativeBinaryOverload( + operatorInstance: Function, + first: Expression, + firstExpr: ExpressionRef, + firstType: Type, + second: Expression, + secondExpr: ExpressionRef, + secondType: Type, + reportNode: Node + ): ExpressionRef { + let signature = operatorInstance.signature; + let parameterTypes = signature.parameterTypes; + if (operatorInstance.is(CommonFlags.Instance)) { + firstExpr = this.convertExpression(firstExpr, firstType, assert(signature.thisType), false, first); + secondExpr = this.convertExpression(secondExpr, secondType, parameterTypes[0], false, second); + } else { + firstExpr = this.convertExpression(firstExpr, firstType, parameterTypes[0], false, first); + secondExpr = this.convertExpression(secondExpr, secondType, parameterTypes[1], false, second); + } + return this.makeCallDirect(operatorInstance, [ firstExpr, secondExpr ], reportNode); + } + private compileAssignment( expression: Expression, valueExpression: Expression, diff --git a/src/diagnosticMessages.json b/src/diagnosticMessages.json index 3cc11f3825..5b0249f9b2 100644 --- a/src/diagnosticMessages.json +++ b/src/diagnosticMessages.json @@ -51,6 +51,7 @@ "Index signature accessors in type '{0}' differ in types.": 237, "Initializer, definitive assignment or nullable type expected.": 238, "Definitive assignment has no effect on local variables.": 239, + "Ambiguous operator overload '{0}' (conflicting overloads '{1}' and '{2}').": 240, "Importing the table disables some indirect call optimizations.": 901, "Exporting the table disables some indirect call optimizations.": 902, diff --git a/src/program.ts b/src/program.ts index 3f9044e2d9..bf8dcc433c 100644 --- a/src/program.ts +++ b/src/program.ts @@ -390,8 +390,10 @@ export namespace OperatorKind { case Token.GreaterThan_GreaterThan_Equals: return OperatorKind.BitwiseShr; case Token.GreaterThan_GreaterThan_GreaterThan: case Token.GreaterThan_GreaterThan_GreaterThan_Equals: return OperatorKind.BitwiseShrU; - case Token.Equals_Equals: return OperatorKind.Eq; - case Token.Exclamation_Equals: return OperatorKind.Ne; + case Token.Equals_Equals: + case Token.Equals_Equals_Equals: return OperatorKind.Eq; + case Token.Exclamation_Equals: + case Token.Exclamation_Equals_Equals: return OperatorKind.Ne; case Token.GreaterThan: return OperatorKind.Gt; case Token.GreaterThan_Equals: return OperatorKind.Ge; case Token.LessThan: return OperatorKind.Lt; diff --git a/src/types.ts b/src/types.ts index f137ddb5ba..ecfecd5b5f 100644 --- a/src/types.ts +++ b/src/types.ts @@ -10,7 +10,9 @@ import { import { Class, Program, - DecoratorFlags + DecoratorFlags, + OperatorKind, + Function } from "./program"; import { @@ -320,6 +322,14 @@ export class Type { return null; } + lookupOverload(kind: OperatorKind, program: Program): Function | null { + let classReference = this.getClassOrWrapper(program); + if (classReference) { + return classReference.lookupOverload(kind); + } + return null; + } + /** Gets the underlying function signature of this type, if any. */ getSignature(): Signature | null { return this.isInternalReference diff --git a/tests/compiler/operator-overload-ambiguity.json b/tests/compiler/operator-overload-ambiguity.json new file mode 100644 index 0000000000..1b66bc25e7 --- /dev/null +++ b/tests/compiler/operator-overload-ambiguity.json @@ -0,0 +1,14 @@ +{ + "asc_flags": [], + "stderr": [ + "AS240: Ambiguous operator overload '==' (conflicting overloads 'operator-overload-ambiguity/A#__eq' and 'operator-overload-ambiguity/B#__eq').", + "compare_nonnull_a == compare_nonnull_b;", + "AS240: Ambiguous operator overload '==' (conflicting overloads 'operator-overload-ambiguity/B#__eq' and 'operator-overload-ambiguity/A#__eq').", + "compare_nonnull_b == compare_nonnull_a;", + "AS240: Ambiguous operator overload '==' (conflicting overloads 'operator-overload-ambiguity/C.__eq' and 'operator-overload-ambiguity/D#__eq').", + "compare_nonnull_c == compare_nonnull_d;", + "AS240: Ambiguous operator overload '==' (conflicting overloads 'operator-overload-ambiguity/A#__eq' and 'operator-overload-ambiguity/B#__eq').", + "compare_extend_1 == compare_extend_2;", + "EOF" + ] +} diff --git a/tests/compiler/operator-overload-ambiguity.ts b/tests/compiler/operator-overload-ambiguity.ts new file mode 100644 index 0000000000..b7826adc4b --- /dev/null +++ b/tests/compiler/operator-overload-ambiguity.ts @@ -0,0 +1,38 @@ +class A { + @operator("==") __eq(other: B): bool { + return true; + } +} +class B { + @operator("==") __eq(other: A): bool { + return true; + } +} +export function compare_nonnull(compare_nonnull_a: A, compare_nonnull_b: B): void { + compare_nonnull_a == compare_nonnull_b; + compare_nonnull_b == compare_nonnull_a; +} + +class C { + @operator("==") static __eq(self: C | null, other: D | null): bool { + return true; + } +} +class D { + @operator("==") __eq(other: i32): bool { + return true; + } +} +export function compare_null(compare_nonnull_c: C | null, compare_nonnull_d: D | null): void { + compare_nonnull_c == compare_nonnull_d; +} + +class PA extends A {} +class PB extends B {} +export function compare_extend(compare_extend_1: PA, compare_extend_2: PB): void { + compare_extend_1 == compare_extend_2; +} + +export function end(): void { + ERROR("EOF"); +} diff --git a/tests/compiler/operator-overload-non-ambiguity.debug.wat b/tests/compiler/operator-overload-non-ambiguity.debug.wat new file mode 100644 index 0000000000..4906ce43bf --- /dev/null +++ b/tests/compiler/operator-overload-non-ambiguity.debug.wat @@ -0,0 +1,2615 @@ +(module + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) + (global $~lib/shared/runtime/Runtime.Incremental i32 (i32.const 2)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/native/ASC_LOW_MEMORY_LIMIT i32 (i32.const 0)) + (global $~lib/rt/__rtti_base i32 (i32.const 512)) + (global $~lib/memory/__data_end i32 (i32.const 548)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33316)) + (global $~lib/memory/__heap_base i32 (i32.const 33316)) + (memory $0 1) + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 144) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00D\00\00\00o\00p\00e\00r\00a\00t\00o\00r\00-\00o\00v\00e\00r\00l\00o\00a\00d\00-\00n\00o\00n\00-\00a\00m\00b\00i\00g\00u\00i\00t\00y\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 512) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") + (table $0 1 1 funcref) + (elem $0 (i32.const 1)) + (export "memory" (memory $0)) + (start $~start) + (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) + local.get $this + local.get $nextWithColor + i32.store offset=4 + ) + (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store offset=8 + ) + (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:prev + local.get $space + return + ) + (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + return + ) + (func $~lib/rt/itcms/Object#get:color (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + return + ) + (func $~lib/rt/itcms/visitRoots (param $cookie i32) + (local $pn i32) + (local $iter i32) + local.get $cookie + call $~lib/rt/__visit_globals + global.get $~lib/rt/itcms/pinSpace + local.set $pn + local.get $pn + call $~lib/rt/itcms/Object#get:next + local.set $iter + loop $while-continue|0 + local.get $iter + local.get $pn + i32.ne + if + i32.const 1 + drop + local.get $iter + call $~lib/rt/itcms/Object#get:color + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $iter + i32.const 20 + i32.add + local.get $cookie + call $~lib/rt/__visit_members + local.get $iter + call $~lib/rt/itcms/Object#get:next + local.set $iter + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/Object#set:color (param $this i32) (param $color i32) + local.get $this + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $color + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) + local.get $this + local.get $obj + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#unlink (param $this i32) + (local $next i32) + (local $prev i32) + local.get $this + call $~lib/rt/itcms/Object#get:next + local.set $next + local.get $next + i32.const 0 + i32.eq + if + i32.const 1 + drop + local.get $this + call $~lib/rt/itcms/Object#get:prev + i32.const 0 + i32.eq + if (result i32) + local.get $this + global.get $~lib/memory/__heap_base + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + return + end + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.set $prev + i32.const 1 + drop + local.get $prev + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $next + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $next + call $~lib/rt/itcms/Object#set:next + ) + (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) + local.get $this + i32.load offset=12 + ) + (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/__typeinfo (param $id i32) (result i32) + (local $ptr i32) + global.get $~lib/rt/__rtti_base + local.set $ptr + local.get $id + local.get $ptr + i32.load + i32.gt_u + if + i32.const 224 + i32.const 288 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $ptr + i32.const 4 + i32.add + local.get $id + i32.const 4 + i32.mul + i32.add + call $~lib/shared/typeinfo/Typeinfo#get:flags + return + ) + (func $~lib/rt/itcms/Object#get:isPointerfree (param $this i32) (result i32) + (local $rtId i32) + local.get $this + call $~lib/rt/itcms/Object#get:rtId + local.set $rtId + local.get $rtId + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $rtId + call $~lib/rt/__typeinfo + i32.const 32 + i32.and + i32.const 0 + i32.ne + end + return + ) + (func $~lib/rt/itcms/Object#linkTo (param $this i32) (param $list i32) (param $withColor i32) + (local $prev i32) + local.get $list + call $~lib/rt/itcms/Object#get:prev + local.set $prev + local.get $this + local.get $list + local.get $withColor + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $this + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $this + call $~lib/rt/itcms/Object#set:next + local.get $list + local.get $this + call $~lib/rt/itcms/Object#set:prev + ) + (func $~lib/rt/itcms/Object#makeGray (param $this i32) + (local $1 i32) + local.get $this + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.tee $1 + i32.eqz + if (result i32) + i32.const 0 + i32.const 96 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + else + local.get $1 + end + global.set $~lib/rt/itcms/iter + end + local.get $this + call $~lib/rt/itcms/Object#unlink + local.get $this + global.get $~lib/rt/itcms/toSpace + local.get $this + call $~lib/rt/itcms/Object#get:isPointerfree + if (result i32) + global.get $~lib/rt/itcms/white + i32.eqz + else + i32.const 2 + end + call $~lib/rt/itcms/Object#linkTo + ) + (func $~lib/rt/itcms/__visit (param $ptr i32) (param $cookie i32) + (local $obj i32) + local.get $ptr + i32.eqz + if + return + end + local.get $ptr + i32.const 20 + i32.sub + local.set $obj + i32.const 0 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eq + if + local.get $obj + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) + (func $~lib/rt/itcms/visitStack (param $cookie i32) + (local $ptr i32) + global.get $~lib/memory/__stack_pointer + local.set $ptr + loop $while-continue|0 + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $ptr + i32.load + local.get $cookie + call $~lib/rt/itcms/__visit + local.get $ptr + i32.const 4 + i32.add + local.set $ptr + br $while-continue|0 + end + end + ) + (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) + i32.const 4 + local.get $this + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + return + ) + (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) + local.get $this + local.get $flMap + i32.store + ) + (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) + local.get $this + local.get $mmInfo + i32.store + ) + (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store offset=4 + ) + (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) + local.get $this + local.get $next + i32.store offset=8 + ) + (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $6 i32) + (local $7 i32) + (local $boundedSize i32) + (local $prev i32) + (local $next i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $root|14 i32) + (local $fl|15 i32) + (local $sl|16 i32) + (local $head i32) + (local $root|18 i32) + (local $fl|19 i32) + (local $slMap i32) + (local $root|21 i32) + (local $fl|22 i32) + (local $slMap|23 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $6 + i32.const 1073741820 + local.tee $7 + local.get $6 + local.get $7 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/tlsf/Block#get:prev + local.set $prev + local.get $block + call $~lib/rt/tlsf/Block#get:next + local.set $next + local.get $prev + if + local.get $prev + local.get $next + call $~lib/rt/tlsf/Block#set:next + end + local.get $next + if + local.get $next + local.get $prev + call $~lib/rt/tlsf/Block#set:prev + end + local.get $block + block $~lib/rt/tlsf/GETHEAD|inlined.0 (result i32) + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.0 + end + i32.eq + if + local.get $root + local.set $root|14 + local.get $fl + local.set $fl|15 + local.get $sl + local.set $sl|16 + local.get $next + local.set $head + local.get $root|14 + local.get $fl|15 + i32.const 4 + i32.shl + local.get $sl|16 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store offset=96 + local.get $next + i32.eqz + if + block $~lib/rt/tlsf/GETSL|inlined.0 (result i32) + local.get $root + local.set $root|18 + local.get $fl + local.set $fl|19 + local.get $root|18 + local.get $fl|19 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.0 + end + local.set $slMap + local.get $root + local.set $root|21 + local.get $fl + local.set $fl|22 + local.get $slMap + i32.const 1 + local.get $sl + i32.shl + i32.const -1 + i32.xor + i32.and + local.tee $slMap + local.set $slMap|23 + local.get $root|21 + local.get $fl|22 + i32.const 2 + i32.shl + i32.add + local.get $slMap|23 + i32.store offset=4 + local.get $slMap + i32.eqz + if + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.const -1 + i32.xor + i32.and + call $~lib/rt/tlsf/Root#set:flMap + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $block|3 i32) + (local $right i32) + (local $rightInfo i32) + (local $block|6 i32) + (local $block|7 i32) + (local $left i32) + (local $leftInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $13 i32) + (local $14 i32) + (local $boundedSize i32) + (local $root|16 i32) + (local $fl|17 i32) + (local $sl|18 i32) + (local $head i32) + (local $root|20 i32) + (local $fl|21 i32) + (local $sl|22 i32) + (local $head|23 i32) + (local $root|24 i32) + (local $fl|25 i32) + (local $root|26 i32) + (local $fl|27 i32) + (local $slMap i32) + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETRIGHT|inlined.0 (result i32) + local.get $block + local.set $block|3 + local.get $block|3 + i32.const 4 + i32.add + local.get $block|3 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.0 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + local.get $rightInfo + i32.const 1 + i32.and + if + local.get $root + local.get $right + call $~lib/rt/tlsf/removeBlock + local.get $block + local.get $blockInfo + i32.const 4 + i32.add + local.get $rightInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.1 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.1 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + end + local.get $blockInfo + i32.const 2 + i32.and + if + block $~lib/rt/tlsf/GETFREELEFT|inlined.0 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.sub + i32.load + br $~lib/rt/tlsf/GETFREELEFT|inlined.0 + end + local.set $left + local.get $left + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $leftInfo + i32.const 1 + drop + local.get $leftInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $left + call $~lib/rt/tlsf/removeBlock + local.get $left + local.set $block + local.get $block + local.get $leftInfo + i32.const 4 + i32.add + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + end + local.get $right + local.get $rightInfo + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + drop + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.get $right + i32.eq + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $right + i32.const 4 + i32.sub + local.get $block + i32.store + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $13 + i32.const 1073741820 + local.tee $14 + local.get $13 + local.get $14 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.1 (result i32) + local.get $root + local.set $root|16 + local.get $fl + local.set $fl|17 + local.get $sl + local.set $sl|18 + local.get $root|16 + local.get $fl|17 + i32.const 4 + i32.shl + local.get $sl|18 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.1 + end + local.set $head + local.get $block + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $block + local.get $head + call $~lib/rt/tlsf/Block#set:next + local.get $head + if + local.get $head + local.get $block + call $~lib/rt/tlsf/Block#set:prev + end + local.get $root + local.set $root|20 + local.get $fl + local.set $fl|21 + local.get $sl + local.set $sl|22 + local.get $block + local.set $head|23 + local.get $root|20 + local.get $fl|21 + i32.const 4 + i32.shl + local.get $sl|22 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head|23 + i32.store offset=96 + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.or + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|26 + local.get $fl + local.set $fl|27 + block $~lib/rt/tlsf/GETSL|inlined.1 (result i32) + local.get $root + local.set $root|24 + local.get $fl + local.set $fl|25 + local.get $root|24 + local.get $fl|25 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.1 + end + i32.const 1 + local.get $sl + i32.shl + i32.or + local.set $slMap + local.get $root|26 + local.get $fl|27 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) + (local $tail i32) + (local $tailInfo i32) + (local $size i32) + (local $leftSize i32) + (local $left i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end + i32.const 1 + drop + local.get $start + i64.extend_i32_u + local.get $endU64 + i64.le_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + local.set $start + local.get $end + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $end + block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) + local.get $root + local.set $root|4 + local.get $root|4 + i32.load offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.0 + end + local.set $tail + i32.const 0 + local.set $tailInfo + local.get $tail + if + i32.const 1 + drop + local.get $start + local.get $tail + i32.const 4 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 16 + i32.sub + local.get $tail + i32.eq + if + local.get $start + i32.const 16 + i32.sub + local.set $start + local.get $tail + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $tailInfo + else + end + else + i32.const 1 + drop + local.get $start + local.get $root + i32.const 1572 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $end + local.get $start + i32.sub + local.set $size + local.get $size + i32.const 4 + i32.const 12 + i32.add + i32.const 4 + i32.add + i32.lt_u + if + i32.const 0 + return + end + local.get $size + i32.const 2 + i32.const 4 + i32.mul + i32.sub + local.set $leftSize + local.get $start + local.set $left + local.get $left + local.get $leftSize + i32.const 1 + i32.or + local.get $tailInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:next + local.get $start + i32.const 4 + i32.add + local.get $leftSize + i32.add + local.set $tail + local.get $tail + i32.const 0 + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.set $root|10 + local.get $tail + local.set $tail|11 + local.get $root|10 + local.get $tail|11 + i32.store offset=1568 + local.get $root + local.get $left + call $~lib/rt/tlsf/insertBlock + i32.const 1 + return + ) + (func $~lib/rt/tlsf/initialize + (local $rootOffset i32) + (local $pagesBefore i32) + (local $pagesNeeded i32) + (local $root i32) + (local $root|4 i32) + (local $tail i32) + (local $fl i32) + (local $root|7 i32) + (local $fl|8 i32) + (local $slMap i32) + (local $sl i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $head i32) + (local $memStart i32) + i32.const 0 + drop + global.get $~lib/memory/__heap_base + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $rootOffset + memory.size + local.set $pagesBefore + local.get $rootOffset + i32.const 1572 + 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 $pagesNeeded + local.get $pagesNeeded + local.get $pagesBefore + i32.gt_s + if (result i32) + local.get $pagesNeeded + local.get $pagesBefore + i32.sub + memory.grow + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + local.get $rootOffset + local.set $root + local.get $root + i32.const 0 + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|4 + i32.const 0 + local.set $tail + local.get $root|4 + local.get $tail + i32.store offset=1568 + i32.const 0 + local.set $fl + loop $for-loop|0 + local.get $fl + i32.const 23 + i32.lt_u + if + local.get $root + local.set $root|7 + local.get $fl + local.set $fl|8 + i32.const 0 + local.set $slMap + local.get $root|7 + local.get $fl|8 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store offset=4 + i32.const 0 + local.set $sl + loop $for-loop|1 + local.get $sl + i32.const 16 + i32.lt_u + if + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + i32.const 0 + local.set $head + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store offset=96 + local.get $sl + i32.const 1 + i32.add + local.set $sl + br $for-loop|1 + end + end + local.get $fl + i32.const 1 + i32.add + local.set $fl + br $for-loop|0 + end + end + local.get $rootOffset + i32.const 1572 + i32.add + local.set $memStart + i32.const 0 + drop + local.get $root + local.get $memStart + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + local.get $root + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/tlsf/checkUsedBlock (param $ptr i32) (result i32) + (local $block i32) + local.get $ptr + i32.const 4 + i32.sub + local.set $block + local.get $ptr + i32.const 0 + i32.ne + if (result i32) + local.get $ptr + i32.const 15 + i32.and + i32.eqz + else + i32.const 0 + end + if (result i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.and + i32.eqz + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $block + return + ) + (func $~lib/rt/tlsf/freeBlock (param $root i32) (param $block i32) + i32.const 0 + drop + local.get $block + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $block + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/__free (param $ptr i32) + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + return + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $ptr + call $~lib/rt/tlsf/checkUsedBlock + call $~lib/rt/tlsf/freeBlock + ) + (func $~lib/rt/itcms/free (param $obj i32) + local.get $obj + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:prev + else + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.sub + global.set $~lib/rt/itcms/total + i32.const 0 + drop + local.get $obj + i32.const 4 + i32.add + call $~lib/rt/tlsf/__free + end + ) + (func $~lib/rt/itcms/step (result i32) + (local $obj i32) + (local $1 i32) + (local $black i32) + (local $from i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + local.set $1 + local.get $1 + i32.const 0 + i32.eq + br_if $case0|0 + local.get $1 + i32.const 1 + i32.eq + br_if $case1|0 + local.get $1 + i32.const 2 + i32.eq + br_if $case2|0 + br $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $black + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|1 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + global.set $~lib/rt/itcms/iter + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.eq + if + i32.const 0 + call $~lib/rt/itcms/visitStack + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|2 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $from + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $from + global.set $~lib/rt/itcms/toSpace + local.get $black + global.set $~lib/rt/itcms/white + local.get $from + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/iter + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 1 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eqz + i32.eq + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $obj + call $~lib/rt/itcms/free + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:nextWithColor + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:prev + i32.const 0 + global.set $~lib/rt/itcms/state + br $break|0 + end + i32.const 0 + return + ) + (func $~lib/rt/itcms/interrupt + (local $budget i32) + i32.const 0 + drop + i32.const 0 + drop + i32.const 1024 + i32.const 200 + i32.mul + i32.const 100 + i32.div_u + local.set $budget + loop $do-loop|0 + local.get $budget + call $~lib/rt/itcms/step + i32.sub + local.set $budget + global.get $~lib/rt/itcms/state + i32.const 0 + i32.eq + if + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i32.const 200 + i64.extend_i32_u + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + return + end + local.get $budget + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i32.const 1024 + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.mul + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + ) + (func $~lib/rt/tlsf/computeSize (param $size i32) (result i32) + local.get $size + i32.const 12 + i32.le_u + if (result i32) + i32.const 12 + else + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + end + return + ) + (func $~lib/rt/tlsf/prepareSize (param $size i32) (result i32) + local.get $size + i32.const 1073741820 + i32.gt_u + if + i32.const 32 + i32.const 368 + i32.const 461 + i32.const 29 + call $~lib/builtins/abort + unreachable + end + local.get $size + call $~lib/rt/tlsf/computeSize + return + ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) + (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) + (local $fl i32) + (local $sl i32) + (local $requestSize i32) + (local $root|5 i32) + (local $fl|6 i32) + (local $slMap i32) + (local $head i32) + (local $flMap i32) + (local $root|10 i32) + (local $fl|11 i32) + (local $root|12 i32) + (local $fl|13 i32) + (local $sl|14 i32) + (local $root|15 i32) + (local $fl|16 i32) + (local $sl|17 i32) + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $requestSize + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub + local.get $requestSize + i32.clz + i32.sub + local.set $fl + local.get $requestSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 334 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETSL|inlined.2 (result i32) + local.get $root + local.set $root|5 + local.get $fl + local.set $fl|6 + local.get $root|5 + local.get $fl|6 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.2 + end + i32.const 0 + i32.const -1 + i32.xor + local.get $sl + i32.shl + i32.and + local.set $slMap + i32.const 0 + local.set $head + local.get $slMap + i32.eqz + if + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 0 + i32.const -1 + i32.xor + local.get $fl + i32.const 1 + i32.add + i32.shl + i32.and + local.set $flMap + local.get $flMap + i32.eqz + if + i32.const 0 + local.set $head + else + local.get $flMap + i32.ctz + local.set $fl + block $~lib/rt/tlsf/GETSL|inlined.3 (result i32) + local.get $root + local.set $root|10 + local.get $fl + local.set $fl|11 + local.get $root|10 + local.get $fl|11 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.3 + end + local.set $slMap + i32.const 1 + drop + local.get $slMap + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.2 (result i32) + local.get $root + local.set $root|12 + local.get $fl + local.set $fl|13 + local.get $slMap + i32.ctz + local.set $sl|14 + local.get $root|12 + local.get $fl|13 + i32.const 4 + i32.shl + local.get $sl|14 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.2 + end + local.set $head + end + else + block $~lib/rt/tlsf/GETHEAD|inlined.3 (result i32) + local.get $root + local.set $root|15 + local.get $fl + local.set $fl|16 + local.get $slMap + i32.ctz + local.set $sl|17 + local.get $root|15 + local.get $fl|16 + i32.const 4 + i32.shl + local.get $sl|17 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.3 + end + local.set $head + end + local.get $head + return + ) + (func $~lib/rt/tlsf/growMemory (param $root i32) (param $size i32) + (local $pagesBefore i32) + (local $root|3 i32) + (local $pagesNeeded i32) + (local $5 i32) + (local $6 i32) + (local $pagesWanted i32) + (local $pagesAfter i32) + i32.const 0 + drop + local.get $size + i32.const 256 + i32.ge_u + if + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $size + end + memory.size + local.set $pagesBefore + local.get $size + i32.const 4 + local.get $pagesBefore + i32.const 16 + i32.shl + i32.const 4 + i32.sub + block $~lib/rt/tlsf/GETTAIL|inlined.1 (result i32) + local.get $root + local.set $root|3 + local.get $root|3 + i32.load offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.1 + end + i32.ne + i32.shl + i32.add + local.set $size + local.get $size + i32.const 65535 + i32.add + i32.const 65535 + i32.const -1 + i32.xor + i32.and + i32.const 16 + i32.shr_u + local.set $pagesNeeded + local.get $pagesBefore + local.tee $5 + local.get $pagesNeeded + local.tee $6 + local.get $5 + local.get $6 + i32.gt_s + select + local.set $pagesWanted + local.get $pagesWanted + memory.grow + i32.const 0 + i32.lt_s + if + local.get $pagesNeeded + memory.grow + i32.const 0 + i32.lt_s + if + unreachable + end + end + memory.size + local.set $pagesAfter + local.get $root + local.get $pagesBefore + i32.const 16 + i32.shl + local.get $pagesAfter + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + ) + (func $~lib/rt/tlsf/prepareBlock (param $root i32) (param $block i32) (param $size i32) + (local $blockInfo i32) + (local $remaining i32) + (local $spare i32) + (local $block|6 i32) + (local $block|7 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.and + i32.eqz + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 361 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $size + i32.sub + local.set $remaining + local.get $remaining + i32.const 4 + i32.const 12 + i32.add + i32.ge_u + if + local.get $block + local.get $size + local.get $blockInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.set $spare + local.get $spare + local.get $remaining + i32.const 4 + i32.sub + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $spare + call $~lib/rt/tlsf/insertBlock + else + local.get $block + local.get $blockInfo + i32.const 1 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.3 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.add + local.get $block|7 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.3 + end + block $~lib/rt/tlsf/GETRIGHT|inlined.2 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.2 + end + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 2 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + end + ) + (func $~lib/rt/tlsf/allocateBlock (param $root i32) (param $size i32) (result i32) + (local $payloadSize i32) + (local $block i32) + local.get $size + call $~lib/rt/tlsf/prepareSize + local.set $payloadSize + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + local.get $block + i32.eqz + if + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/growMemory + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + i32.const 1 + drop + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $payloadSize + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $block + call $~lib/rt/tlsf/removeBlock + local.get $root + local.get $block + local.get $payloadSize + call $~lib/rt/tlsf/prepareBlock + i32.const 0 + drop + local.get $block + return + ) + (func $~lib/rt/tlsf/__alloc (param $size i32) (result i32) + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $size + call $~lib/rt/tlsf/allocateBlock + i32.const 4 + i32.add + return + ) + (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) + local.get $this + local.get $rtId + i32.store offset=12 + ) + (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) + local.get $this + local.get $rtSize + i32.store offset=16 + ) + (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) + (local $obj i32) + (local $ptr i32) + local.get $size + i32.const 1073741804 + i32.ge_u + if + i32.const 32 + i32.const 96 + i32.const 261 + i32.const 31 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + call $~lib/rt/itcms/interrupt + end + i32.const 16 + local.get $size + i32.add + call $~lib/rt/tlsf/__alloc + i32.const 4 + i32.sub + local.set $obj + local.get $obj + local.get $id + call $~lib/rt/itcms/Object#set:rtId + local.get $obj + local.get $size + call $~lib/rt/itcms/Object#set:rtSize + local.get $obj + global.get $~lib/rt/itcms/fromSpace + global.get $~lib/rt/itcms/white + call $~lib/rt/itcms/Object#linkTo + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.add + global.set $~lib/rt/itcms/total + local.get $obj + i32.const 20 + i32.add + local.set $ptr + local.get $ptr + i32.const 0 + local.get $size + memory.fill + local.get $ptr + return + ) + (func $operator-overload-non-ambiguity/Base#__eq (param $this i32) (param $other i32) (result i32) + i32.const 1 + return + ) + (func $operator-overload-non-ambiguity/T1#__eq (param $this i32) (param $other i32) (result i32) + local.get $other + i32.const 123 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 14 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + return + ) + (func $~lib/rt/__visit_globals (param $0 i32) + (local $1 i32) + i32.const 224 + local.get $0 + call $~lib/rt/itcms/__visit + i32.const 32 + local.get $0 + call $~lib/rt/itcms/__visit + ) + (func $~lib/arraybuffer/ArrayBufferView~visit (param $0 i32) (param $1 i32) + (local $2 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + i32.load + local.tee $2 + if + local.get $2 + local.get $1 + call $~lib/rt/itcms/__visit + end + ) + (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) + ) + (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) + block $invalid + block $operator-overload-non-ambiguity/T1 + block $operator-overload-non-ambiguity/P2 + block $operator-overload-non-ambiguity/Base + block $operator-overload-non-ambiguity/P1 + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $operator-overload-non-ambiguity/P1 $operator-overload-non-ambiguity/Base $operator-overload-non-ambiguity/P2 $operator-overload-non-ambiguity/T1 $invalid + end + return + end + return + end + return + end + local.get $0 + local.get $1 + call $~lib/arraybuffer/ArrayBufferView~visit + return + end + return + end + return + end + return + end + return + end + unreachable + ) + (func $~start + call $start:operator-overload-non-ambiguity + ) + (func $~stack_check + global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__data_end + i32.lt_s + if + i32.const 33344 + i32.const 33392 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + ) + (func $operator-overload-non-ambiguity/Base#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 5 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + call $~lib/object/Object#constructor + local.tee $this + i32.store + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) + (func $operator-overload-non-ambiguity/P1#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + call $operator-overload-non-ambiguity/Base#constructor + local.tee $this + i32.store + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) + (func $operator-overload-non-ambiguity/P2#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 6 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + call $operator-overload-non-ambiguity/Base#constructor + local.tee $this + i32.store + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) + (func $operator-overload-non-ambiguity/T1#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 7 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + call $~lib/object/Object#constructor + local.tee $this + i32.store + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) + (func $start:operator-overload-non-ambiguity + (local $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + memory.size + i32.const 16 + i32.shl + global.get $~lib/memory/__heap_base + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 144 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/pinSpace + i32.const 176 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/toSpace + i32.const 320 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/fromSpace + i32.const 0 + call $operator-overload-non-ambiguity/P1#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 0 + call $operator-overload-non-ambiguity/P2#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + call $operator-overload-non-ambiguity/Base#__eq + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 10 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + call $operator-overload-non-ambiguity/T1#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 123 + call $operator-overload-non-ambiguity/T1#__eq + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 18 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + call $operator-overload-non-ambiguity/T1#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 123 + call $operator-overload-non-ambiguity/T1#__eq + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 19 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/object/Object#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) +) diff --git a/tests/compiler/operator-overload-non-ambiguity.json b/tests/compiler/operator-overload-non-ambiguity.json new file mode 100644 index 0000000000..ea57a955e1 --- /dev/null +++ b/tests/compiler/operator-overload-non-ambiguity.json @@ -0,0 +1,3 @@ +{ + "asc_flags": [] +} diff --git a/tests/compiler/operator-overload-non-ambiguity.release.wat b/tests/compiler/operator-overload-non-ambiguity.release.wat new file mode 100644 index 0000000000..abbf89d89c --- /dev/null +++ b/tests/compiler/operator-overload-non-ambiguity.release.wat @@ -0,0 +1,1659 @@ +(module + (type $0 (func (param i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34340)) + (memory $0 1) + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $4 (i32.const 1228) "<") + (data $4.1 (i32.const 1240) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $5 (i32.const 1292) ",") + (data $5.1 (i32.const 1304) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $7 (i32.const 1372) "<") + (data $7.1 (i32.const 1384) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $8 (i32.const 1436) "\\") + (data $8.1 (i32.const 1448) "\02\00\00\00D\00\00\00o\00p\00e\00r\00a\00t\00o\00r\00-\00o\00v\00e\00r\00l\00o\00a\00d\00-\00n\00o\00n\00-\00a\00m\00b\00i\00g\00u\00i\00t\00y\00.\00t\00s") + (data $9 (i32.const 1536) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 ") + (export "memory" (memory $0)) + (start $~start) + (func $~lib/rt/itcms/visitRoots + (local $0 i32) + (local $1 i32) + i32.const 1248 + call $~lib/rt/itcms/__visit + i32.const 1056 + call $~lib/rt/itcms/__visit + global.get $~lib/rt/itcms/pinSpace + local.tee $1 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|0 + local.get $0 + local.get $1 + i32.ne + if + local.get $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1120 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $1 + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $1 + i32.load offset=8 + local.tee $0 + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end + local.get $0 + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$116 + local.get $1 + i32.load offset=4 + i32.const -4 + i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34340 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$116 + end + local.get $1 + i32.load offset=8 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + end + global.get $~lib/rt/itcms/toSpace + local.set $2 + local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1536 + i32.load + i32.gt_u + if + i32.const 1248 + i32.const 1312 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1540 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 + local.get $2 + i32.load offset=8 + local.set $0 + local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select + local.get $2 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $2 + local.get $1 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) + (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $1 + i32.load + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const -4 + i32.and + local.tee $3 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1392 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const 256 + i32.lt_u + if (result i32) + local.get $3 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $3 + local.get $3 + i32.const 1073741820 + i32.ge_u + select + local.tee $3 + i32.clz + i32.sub + local.tee $4 + i32.const 7 + i32.sub + local.set $2 + local.get $3 + local.get $4 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $3 + i32.const 16 + i32.lt_u + local.get $2 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load offset=8 + local.set $5 + local.get $1 + i32.load offset=4 + local.tee $4 + if + local.get $4 + local.get $5 + i32.store offset=8 + end + local.get $5 + if + local.get $5 + local.get $4 + i32.store offset=4 + end + local.get $1 + local.get $0 + local.get $2 + i32.const 4 + i32.shl + local.get $3 + i32.add + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load offset=96 + i32.eq + if + local.get $1 + local.get $5 + i32.store offset=96 + local.get $5 + i32.eqz + if + local.get $0 + local.get $2 + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load offset=4 + i32.const -2 + local.get $3 + i32.rotl + i32.and + local.set $3 + local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + i32.eqz + if + local.get $0 + local.get $0 + i32.load + i32.const -2 + local.get $2 + i32.rotl + i32.and + i32.store + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + local.get $1 + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load + local.tee $2 + i32.const 1 + i32.and + if + local.get $0 + local.get $4 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $3 + i32.const 4 + i32.add + local.get $2 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load + local.set $2 + end + local.get $3 + i32.const 2 + i32.and + if + local.get $1 + i32.const 4 + i32.sub + i32.load + local.tee $1 + i32.load + local.tee $6 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $1 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $6 + i32.const 4 + i32.add + local.get $3 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store + end + local.get $4 + local.get $2 + i32.const 2 + i32.or + i32.store + local.get $3 + i32.const -4 + i32.and + local.tee $2 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1392 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $1 + i32.const 4 + i32.add + local.get $2 + i32.add + i32.ne + if + i32.const 0 + i32.const 1392 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + i32.const 4 + i32.sub + local.get $1 + i32.store + local.get $2 + i32.const 256 + i32.lt_u + if (result i32) + local.get $2 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $2 + local.get $2 + i32.const 1073741820 + i32.ge_u + select + local.tee $2 + i32.clz + i32.sub + local.tee $3 + i32.const 7 + i32.sub + local.set $5 + local.get $2 + local.get $3 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $2 + i32.const 16 + i32.lt_u + local.get $5 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + local.set $3 + local.get $1 + i32.const 0 + i32.store offset=4 + local.get $1 + local.get $3 + i32.store offset=8 + local.get $3 + if + local.get $3 + local.get $1 + i32.store offset=4 + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $1 + i32.store offset=96 + local.get $0 + local.get $0 + i32.load + i32.const 1 + local.get $5 + i32.shl + i32.or + i32.store + local.get $0 + local.get $5 + i32.const 2 + i32.shl + i32.add + local.tee $0 + local.get $0 + i32.load offset=4 + i32.const 1 + local.get $2 + i32.shl + i32.or + i32.store offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $2 + local.get $1 + i64.extend_i32_u + i64.lt_u + if + i32.const 0 + i32.const 1392 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + local.set $1 + local.get $0 + i32.load offset=1568 + local.tee $3 + if + local.get $3 + i32.const 4 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1392 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $3 + local.get $1 + i32.const 16 + i32.sub + local.tee $5 + i32.eq + if + local.get $3 + i32.load + local.set $4 + local.get $5 + local.set $1 + end + else + local.get $0 + i32.const 1572 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1392 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $2 + i32.wrap_i64 + i32.const -16 + i32.and + local.get $1 + i32.sub + local.tee $3 + i32.const 20 + i32.lt_u + if + return + end + local.get $1 + local.get $4 + i32.const 2 + i32.and + local.get $3 + i32.const 8 + i32.sub + local.tee $3 + i32.const 1 + i32.or + i32.or + i32.store + local.get $1 + i32.const 0 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.store offset=8 + local.get $1 + i32.const 4 + i32.add + local.get $3 + i32.add + local.tee $3 + i32.const 2 + i32.store + local.get $0 + local.get $3 + i32.store offset=1568 + local.get $0 + local.get $1 + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/initialize + (local $0 i32) + (local $1 i32) + memory.size + local.tee $1 + i32.const 0 + i32.le_s + if (result i32) + i32.const 1 + local.get $1 + i32.sub + memory.grow + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + i32.const 34352 + i32.const 0 + i32.store + i32.const 35920 + i32.const 0 + i32.store + loop $for-loop|0 + local.get $0 + i32.const 23 + i32.lt_u + if + local.get $0 + i32.const 2 + i32.shl + i32.const 34352 + i32.add + i32.const 0 + i32.store offset=4 + i32.const 0 + local.set $1 + loop $for-loop|1 + local.get $1 + i32.const 16 + i32.lt_u + if + local.get $0 + i32.const 4 + i32.shl + local.get $1 + i32.add + i32.const 2 + i32.shl + i32.const 34352 + i32.add + i32.const 0 + i32.store offset=96 + local.get $1 + i32.const 1 + i32.add + local.set $1 + br $for-loop|1 + end + end + local.get $0 + i32.const 1 + i32.add + local.set $0 + br $for-loop|0 + end + end + i32.const 34352 + i32.const 35924 + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + i32.const 34352 + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/itcms/step (result i32) + (local $0 i32) + (local $1 i32) + (local $2 i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + br_table $case0|0 $case1|0 $case2|0 $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $1 + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|1 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + global.set $~lib/rt/itcms/iter + local.get $1 + local.get $0 + i32.load offset=4 + local.tee $2 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $2 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store offset=4 + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + return + end + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + i32.eq + if + global.get $~lib/memory/__stack_pointer + local.set $0 + loop $while-continue|0 + local.get $0 + i32.const 34340 + i32.lt_u + if + local.get $0 + i32.load + call $~lib/rt/itcms/__visit + local.get $0 + i32.const 4 + i32.add + local.set $0 + br $while-continue|0 + end + end + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|2 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $1 + local.get $0 + i32.load offset=4 + local.tee $2 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $2 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store offset=4 + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + end + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $0 + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $0 + global.set $~lib/rt/itcms/toSpace + local.get $1 + global.set $~lib/rt/itcms/white + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/iter + local.tee $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + i32.load offset=4 + local.tee $1 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/white + i32.eqz + local.get $1 + i32.const 3 + i32.and + i32.ne + if + i32.const 0 + i32.const 1120 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 34340 + i32.lt_u + if + local.get $0 + i32.const 0 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store offset=8 + else + global.get $~lib/rt/itcms/total + local.get $0 + i32.load + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.sub + global.set $~lib/rt/itcms/total + local.get $0 + i32.const 4 + i32.add + local.tee $0 + i32.const 34340 + i32.ge_u + if + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.set $1 + local.get $0 + i32.const 4 + i32.sub + local.set $2 + local.get $0 + i32.const 15 + i32.and + i32.const 1 + local.get $0 + select + if (result i32) + i32.const 1 + else + local.get $2 + i32.load + i32.const 1 + i32.and + end + if + i32.const 0 + i32.const 1392 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $2 + local.get $2 + i32.load + i32.const 1 + i32.or + i32.store + local.get $1 + local.get $2 + call $~lib/rt/tlsf/insertBlock + end + end + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + i32.store offset=4 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + i32.store offset=8 + i32.const 0 + global.set $~lib/rt/itcms/state + end + i32.const 0 + ) + (func $~lib/rt/tlsf/searchBlock (param $0 i32) (result i32) + (local $1 i32) + (local $2 i32) + local.get $0 + i32.load offset=4 + i32.const -2 + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + else + local.get $0 + i32.load + i32.const -2 + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + local.tee $2 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + local.tee $1 + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $1 + i32.ctz + local.get $2 + i32.const 4 + i32.shl + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + else + i32.const 0 + end + end + ) + (func $~lib/rt/itcms/__new (param $0 i32) (result i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + block $__inlined_func$~lib/rt/itcms/interrupt$69 + i32.const 2048 + local.set $1 + loop $do-loop|0 + local.get $1 + call $~lib/rt/itcms/step + i32.sub + local.set $1 + global.get $~lib/rt/itcms/state + i32.eqz + if + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i64.const 200 + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + br $__inlined_func$~lib/rt/itcms/interrupt$69 + end + local.get $1 + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.const 10 + i32.shl + i32.add + global.set $~lib/rt/itcms/threshold + end + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.tee $2 + call $~lib/rt/tlsf/searchBlock + local.tee $1 + i32.eqz + if + memory.size + local.tee $1 + i32.const 4 + local.get $2 + i32.load offset=1568 + local.get $1 + i32.const 16 + i32.shl + i32.const 4 + i32.sub + i32.ne + i32.shl + i32.const 65563 + i32.add + i32.const -65536 + i32.and + i32.const 16 + i32.shr_u + local.tee $3 + local.get $1 + local.get $3 + i32.gt_s + select + memory.grow + i32.const 0 + i32.lt_s + if + local.get $3 + memory.grow + i32.const 0 + i32.lt_s + if + unreachable + end + end + local.get $2 + local.get $1 + i32.const 16 + i32.shl + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + local.get $2 + call $~lib/rt/tlsf/searchBlock + local.tee $1 + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + local.get $1 + i32.load + i32.const -4 + i32.and + i32.const 28 + i32.lt_u + if + i32.const 0 + i32.const 1392 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $2 + local.get $1 + call $~lib/rt/tlsf/removeBlock + local.get $1 + i32.load + local.tee $3 + i32.const -4 + i32.and + i32.const 28 + i32.sub + local.tee $4 + i32.const 16 + i32.ge_u + if + local.get $1 + local.get $3 + i32.const 2 + i32.and + i32.const 28 + i32.or + i32.store + local.get $1 + i32.const 32 + i32.add + local.tee $3 + local.get $4 + i32.const 4 + i32.sub + i32.const 1 + i32.or + i32.store + local.get $2 + local.get $3 + call $~lib/rt/tlsf/insertBlock + else + local.get $1 + local.get $3 + i32.const -2 + i32.and + i32.store + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $2 + local.get $2 + i32.load + i32.const -3 + i32.and + i32.store + end + local.get $1 + local.get $0 + i32.store offset=12 + local.get $1 + i32.const 0 + i32.store offset=16 + global.get $~lib/rt/itcms/fromSpace + local.tee $0 + i32.load offset=8 + local.set $2 + local.get $1 + local.get $0 + global.get $~lib/rt/itcms/white + i32.or + i32.store offset=4 + local.get $1 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $1 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $0 + local.get $1 + i32.store offset=8 + global.get $~lib/rt/itcms/total + local.get $1 + i32.load + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.add + global.set $~lib/rt/itcms/total + local.get $1 + i32.const 20 + i32.add + local.tee $0 + i32.const 0 + i32.const 0 + memory.fill + local.get $0 + ) + (func $~lib/rt/__visit_members (param $0 i32) + block $invalid + block $operator-overload-non-ambiguity/T1 + block $operator-overload-non-ambiguity/P2 + block $operator-overload-non-ambiguity/Base + block $operator-overload-non-ambiguity/P1 + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $operator-overload-non-ambiguity/P1 $operator-overload-non-ambiguity/Base $operator-overload-non-ambiguity/P2 $operator-overload-non-ambiguity/T1 $invalid + end + return + end + return + end + return + end + local.get $0 + i32.load + local.tee $0 + if + local.get $0 + call $~lib/rt/itcms/__visit + end + return + end + return + end + return + end + return + end + return + end + unreachable + ) + (func $~start + (local $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 1572 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + memory.size + i32.const 16 + i32.shl + i32.const 34340 + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 1172 + i32.const 1168 + i32.store + i32.const 1176 + i32.const 1168 + i32.store + i32.const 1168 + global.set $~lib/rt/itcms/pinSpace + i32.const 1204 + i32.const 1200 + i32.store + i32.const 1208 + i32.const 1200 + i32.store + i32.const 1200 + global.set $~lib/rt/itcms/toSpace + i32.const 1348 + i32.const 1344 + i32.store + i32.const 1352 + i32.const 1344 + i32.store + i32.const 1344 + global.set $~lib/rt/itcms/fromSpace + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1572 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + call $operator-overload-non-ambiguity/Base#constructor + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1572 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 6 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + call $operator-overload-non-ambiguity/Base#constructor + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + call $operator-overload-non-ambiguity/T1#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + call $operator-overload-non-ambiguity/T1#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + return + end + i32.const 34368 + i32.const 34416 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $operator-overload-non-ambiguity/Base#constructor (param $0 i32) (result i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1572 + i32.lt_s + if + i32.const 34368 + i32.const 34416 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $0 + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 5 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + call $~lib/object/Object#constructor + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $operator-overload-non-ambiguity/T1#constructor (result i32) + (local $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1572 + i32.lt_s + if + i32.const 34368 + i32.const 34416 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 7 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + call $~lib/object/Object#constructor + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $~lib/object/Object#constructor (param $0 i32) (result i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1572 + i32.lt_s + if + i32.const 34368 + i32.const 34416 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $0 + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) +) diff --git a/tests/compiler/operator-overload-non-ambiguity.ts b/tests/compiler/operator-overload-non-ambiguity.ts new file mode 100644 index 0000000000..cf8c4be9ee --- /dev/null +++ b/tests/compiler/operator-overload-non-ambiguity.ts @@ -0,0 +1,19 @@ +class Base { + @operator("==") __eq(other: Base): bool { + return true; + } +} + +class P1 extends Base {} +class P2 extends Base {} + +assert(new P1() == new P2()); + +class T1 { + @operator("==") __eq(other: i32): bool { + assert(other == 123); + return true; + } +} +assert(new T1() == 123); +assert(123 == new T1()); From 155425842e32466f710173688fd0ed77665c01c4 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Sun, 27 Oct 2024 23:58:05 +0800 Subject: [PATCH 062/103] chore: update the Type.toString to support output auto (#2879) --- src/types.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/types.ts b/src/types.ts index ecfecd5b5f..695b415b26 100644 --- a/src/types.ts +++ b/src/types.ts @@ -653,6 +653,9 @@ export class Type { } } } + if (this == Type.auto) { + return "auto"; + } return this.kindToString(); } From 15b1c30b7b3aae6bd98254c094eff55ea126d639 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Mon, 4 Nov 2024 07:14:23 +0800 Subject: [PATCH 063/103] chore: fix `tlsfvis.html` label issue (#2881) --- lib/rtrace/tlsfvis.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/rtrace/tlsfvis.html b/lib/rtrace/tlsfvis.html index ab3f6548a6..16c022b270 100644 --- a/lib/rtrace/tlsfvis.html +++ b/lib/rtrace/tlsfvis.html @@ -169,8 +169,8 @@

TLSF visualizer

-

- Notes: +

+

Notes:

  • It is expected that there is exactly one block on initialization. This is the remaining space (< 64K) within the last page after static data.
  • It is expected that if two adjacent blocks of size K are freed, the merged block doesn't go into the first level list for K*2 because its size is actually larger than that (K + OVERHEAD + K).
  • @@ -178,7 +178,7 @@

    TLSF visualizer

  • It is expected that after other operations have already been performed, being able to allocate 1GB can't be guaranteed anymore, even if there should be enough space left in absolute terms, if prior subdivision prevents it.
  • It is expected that the second level 0 in first level 0 isn't ever used due to alignment guarantees. Smallest block is 32 bytes (16 bytes overhead + 16 bytes payload if used, respectively linking information if free) in this implementation.
-

+

Implementation constants: ? bits alignment, ? bits first level, ? bits second level, ? B overhead

First level bitmap

@@ -229,7 +229,6 @@

Allocator

-

Segments

Allocations performed above are tracked here so you can free them again. Note that TLSF alone does not keep track of used blocks (unless free'd and put in a free list again). It is expected that adjacent free blocks become merged automatically.

From d6f09f482f433bd19e5b5d96250bc2b57d0f7906 Mon Sep 17 00:00:00 2001 From: longxiangqiao Date: Tue, 5 Nov 2024 20:19:00 +0800 Subject: [PATCH 064/103] chore: remove redundant word in comment (#2883) Signed-off-by: longxiangqiao --- cli/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/index.js b/cli/index.js index b7b4a836e5..9899f4be3f 100644 --- a/cli/index.js +++ b/cli/index.js @@ -598,7 +598,7 @@ export async function main(argv, options) { return { sourceText, sourcePath }; } - // Gets all pending imported files from the the backlog + // Gets all pending imported files from the backlog function getBacklog(paths = []) { do { let internalPath = assemblyscript.nextFile(program); From e763f78259e9dd96e588ae60bbdfe2bc93489736 Mon Sep 17 00:00:00 2001 From: CountBleck Date: Fri, 8 Nov 2024 16:16:37 -0800 Subject: [PATCH 065/103] chore: remove last instance of setup-node-nvm (#2885) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4ccc5889bd..cc8dbb8ef5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -132,7 +132,7 @@ jobs: needs: check steps: - uses: actions/checkout@v3 - - uses: dcodeIO/setup-node-nvm@master + - uses: actions/setup-node@v3 with: node-version: current - name: Install dependencies From 285afb1ffe1cf9b3a187b8f070d8d6a87b869751 Mon Sep 17 00:00:00 2001 From: Jonas Minnberg Date: Mon, 11 Nov 2024 18:33:31 +0100 Subject: [PATCH 066/103] feat: include runtime from current directory instead of lib (#2884) --- NOTICE | 1 + std/assembly/rt/index-incremental.ts | 4 ++-- std/assembly/rt/index-minimal.ts | 4 ++-- std/assembly/rt/index-stub.ts | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/NOTICE b/NOTICE index aacf76c8e7..30596e20bd 100644 --- a/NOTICE +++ b/NOTICE @@ -58,6 +58,7 @@ under the licensing terms detailed in LICENSE: * Xinquan Xu * Matt Johnson-Pint * Fabián Heredia Montiel +* Jonas Minnberg Portions of this software are derived from third-party works licensed under the following terms: diff --git a/std/assembly/rt/index-incremental.ts b/std/assembly/rt/index-incremental.ts index 4730344b4f..2f1f115932 100644 --- a/std/assembly/rt/index-incremental.ts +++ b/std/assembly/rt/index-incremental.ts @@ -1,2 +1,2 @@ -import "rt/tlsf"; -import "rt/itcms"; +import "./tlsf"; +import "./itcms"; diff --git a/std/assembly/rt/index-minimal.ts b/std/assembly/rt/index-minimal.ts index cf88ee158f..72b6eb0873 100644 --- a/std/assembly/rt/index-minimal.ts +++ b/std/assembly/rt/index-minimal.ts @@ -1,2 +1,2 @@ -import "rt/tlsf"; -import "rt/tcms"; +import "./tlsf"; +import "./tcms"; diff --git a/std/assembly/rt/index-stub.ts b/std/assembly/rt/index-stub.ts index 47f29bebfd..924ecfb8e3 100644 --- a/std/assembly/rt/index-stub.ts +++ b/std/assembly/rt/index-stub.ts @@ -1 +1 @@ -import "rt/stub"; +import "./stub"; From 40850fea035ab998b31cef0a8b9bbe73336437f2 Mon Sep 17 00:00:00 2001 From: kam chehresa Date: Thu, 12 Dec 2024 05:20:21 -0800 Subject: [PATCH 067/103] chore: enhance comment for extract_lane functions to include "idx" argument needs to be compile time constant (#2890) --- NOTICE | 1 + std/assembly/index.d.ts | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/NOTICE b/NOTICE index 30596e20bd..e7a2601827 100644 --- a/NOTICE +++ b/NOTICE @@ -59,6 +59,7 @@ under the licensing terms detailed in LICENSE: * Matt Johnson-Pint * Fabián Heredia Montiel * Jonas Minnberg +* Kam Chehresa Portions of this software are derived from third-party works licensed under the following terms: diff --git a/std/assembly/index.d.ts b/std/assembly/index.d.ts index 4dbee416a8..eb8a177b31 100644 --- a/std/assembly/index.d.ts +++ b/std/assembly/index.d.ts @@ -791,9 +791,9 @@ declare function v128(a: i8, b: i8, c: i8, d: i8, e: i8, f: i8, g: i8, h: i8, i: declare namespace v128 { /** Creates a vector with identical lanes. */ export function splat(x: T): v128; - /** Extracts one lane as a scalar. */ + /** Extracts one lane as a scalar. idx argument needs to be compile time constant. */ export function extract_lane(x: v128, idx: u8): T; - /** Replaces one lane. */ + /** Replaces one lane. idx argument needs to be compile time constant.*/ export function replace_lane(x: v128, idx: u8, value: T): v128; /** Selects lanes from either vector according to the specified lane indexes. */ export function shuffle(a: v128, b: v128, ...lanes: u8[]): v128; @@ -1051,11 +1051,11 @@ declare function i8x16(a: i8, b: i8, c: i8, d: i8, e: i8, f: i8, g: i8, h: i8, i declare namespace i8x16 { /** Creates a vector with sixteen identical 8-bit integer lanes. */ export function splat(x: i8): v128; - /** Extracts one 8-bit integer lane as a signed scalar. */ + /** Extracts one 8-bit integer lane as a signed scalar. idx argument needs to be compile time constant. */ export function extract_lane_s(x: v128, idx: u8): i8; - /** Extracts one 8-bit integer lane as an unsigned scalar. */ + /** Extracts one 8-bit integer lane as an unsigned scalar. idx argument needs to be compile time constant. */ export function extract_lane_u(x: v128, idx: u8): u8; - /** Replaces one 8-bit integer lane. */ + /** Replaces one 8-bit integer lane. idx argument needs to be compile time constant. */ export function replace_lane(x: v128, idx: u8, value: i8): v128; /** Adds each 8-bit integer lane. */ export function add(a: v128, b: v128): v128; @@ -1146,11 +1146,11 @@ declare function i16x8(a: i16, b: i16, c: i16, d: i16, e: i16, f: i16, g: i16, h declare namespace i16x8 { /** Creates a vector with eight identical 16-bit integer lanes. */ export function splat(x: i16): v128; - /** Extracts one 16-bit integer lane as a signed scalar. */ + /** Extracts one 16-bit integer lane as a signed scalar. idx argument needs to be compile time constant. */ export function extract_lane_s(x: v128, idx: u8): i16; - /** Extracts one 16-bit integer lane as an unsigned scalar. */ + /** Extracts one 16-bit integer lane as an unsigned scalar. idx argument needs to be compile time constant. */ export function extract_lane_u(x: v128, idx: u8): u16; - /** Replaces one 16-bit integer lane. */ + /** Replaces one 16-bit integer lane. idx argument needs to be compile time constant. */ export function replace_lane(x: v128, idx: u8, value: i16): v128; /** Adds each 16-bit integer lane. */ export function add(a: v128, b: v128): v128; @@ -1267,9 +1267,9 @@ declare function i32x4(a: i32, b: i32, c: i32, d: i32): v128; declare namespace i32x4 { /** Creates a vector with four identical 32-bit integer lanes. */ export function splat(x: i32): v128; - /** Extracts one 32-bit integer lane as a scalar. */ + /** Extracts one 32-bit integer lane as a scalar. idx argument needs to be compile time constant. */ export function extract_lane(x: v128, idx: u8): i32; - /** Replaces one 32-bit integer lane. */ + /** Replaces one 32-bit integer lane. idx argument needs to be compile time constant. */ export function replace_lane(x: v128, idx: u8, value: i32): v128; /** Adds each 32-bit integer lane. */ export function add(a: v128, b: v128): v128; @@ -1416,9 +1416,9 @@ declare function i64x2(a: i64, b: i64): v128; declare namespace i64x2 { /** Creates a vector with two identical 64-bit integer lanes. */ export function splat(x: i64): v128; - /** Extracts one 64-bit integer lane as a scalar. */ + /** Extracts one 64-bit integer lane as a scalar. `idx` argument need to be compile time constant */ export function extract_lane(x: v128, idx: u8): i64; - /** Replaces one 64-bit integer lane. */ + /** Replaces one 64-bit integer lane. idx argument needs to be compile time constant. */ export function replace_lane(x: v128, idx: u8, value: i64): v128; /** Adds each 64-bit integer lane. */ export function add(a: v128, b: v128): v128; @@ -1485,9 +1485,9 @@ declare function f32x4(a: f32, b: f32, c: f32, d: f32): v128; declare namespace f32x4 { /** Creates a vector with four identical 32-bit float lanes. */ export function splat(x: f32): v128; - /** Extracts one 32-bit float lane as a scalar. */ + /** Extracts one 32-bit float lane as a scalar. idx argument needs to be compile time constant. */ export function extract_lane(x: v128, idx: u8): f32; - /** Replaces one 32-bit float lane. */ + /** Replaces one 32-bit float lane. idx argument needs to be compile time constant. */ export function replace_lane(x: v128, idx: u8, value: f32): v128; /** Adds each 32-bit float lane. */ export function add(a: v128, b: v128): v128; @@ -1575,9 +1575,9 @@ declare function f64x2(a: f64, b: f64): v128; declare namespace f64x2 { /** Creates a vector with two identical 64-bit float lanes. */ export function splat(x: f64): v128; - /** Extracts one 64-bit float lane as a scalar. */ + /** Extracts one 64-bit float lane as a scalar. idx argument needs to be compile time constant. */ export function extract_lane(x: v128, idx: u8): f64; - /** Replaces one 64-bit float lane. */ + /** Replaces one 64-bit float lane. idx argument needs to be compile time constant. */ export function replace_lane(x: v128, idx: u8, value: f64): v128; /** Adds each 64-bit float lane. */ export function add(a: v128, b: v128): v128; From 9a7a6e03679c12be24c55f9f05d3090e9042abb3 Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Tue, 21 Jan 2025 07:46:56 -0800 Subject: [PATCH 068/103] feat: Constructor generic type inference (#2894) --- src/resolver.ts | 271 ++- tests/compiler/call-inferred.debug.wat | 2591 +++++++++++++++++++++- tests/compiler/call-inferred.release.wat | 1798 +++++++++++++++ tests/compiler/call-inferred.ts | 21 + 4 files changed, 4569 insertions(+), 112 deletions(-) diff --git a/src/resolver.ts b/src/resolver.ts index d0837282e9..389d3d8971 100644 --- a/src/resolver.ts +++ b/src/resolver.ts @@ -731,110 +731,158 @@ export class Resolver extends DiagnosticEmitter { // infer generic call if type arguments have been omitted if (prototype.is(CommonFlags.Generic)) { - let contextualTypeArguments = cloneMap(ctxFlow.contextualTypeArguments); + let resolvedTypeArguments = this.inferGenericTypeArguments( + node, + prototype, + prototype.typeParameterNodes, + ctxFlow, + reportMode, + ); + + return this.resolveFunction( + prototype, + resolvedTypeArguments, + cloneMap(ctxFlow.contextualTypeArguments), + reportMode + ); + } - // fill up contextual types with auto for each generic component - let typeParameterNodes = assert(prototype.typeParameterNodes); - let numTypeParameters = typeParameterNodes.length; - let typeParameterNames = new Set(); - for (let i = 0; i < numTypeParameters; ++i) { - let name = typeParameterNodes[i].name.text; - contextualTypeArguments.set(name, Type.auto); - typeParameterNames.add(name); - } - - let parameterNodes = prototype.functionTypeNode.parameters; - let numParameters = parameterNodes.length; - let argumentNodes = node.args; - let numArguments = argumentNodes.length; - - // infer types with generic components while updating contextual types - for (let i = 0; i < numParameters; ++i) { - let argumentExpression = i < numArguments - ? argumentNodes[i] - : parameterNodes[i].initializer; - if (!argumentExpression) { - // optional but not have initializer should be handled in the other place - if (parameterNodes[i].parameterKind == ParameterKind.Optional) { - continue; - } - // missing initializer -> too few arguments - if (reportMode == ReportMode.Report) { - this.error( - DiagnosticCode.Expected_0_arguments_but_got_1, - node.range, numParameters.toString(), numArguments.toString() - ); - } - return null; + // otherwise resolve the non-generic call as usual + return this.resolveFunction(prototype, null, new Map(), reportMode); + } + + private inferGenericTypeArguments( + node: Expression, + prototype: FunctionPrototype, + typeParameterNodes: TypeParameterNode[] | null, + ctxFlow: Flow, + reportMode: ReportMode = ReportMode.Report, + ): Type[] | null { + + if (!typeParameterNodes) { + return null; + } + + let contextualTypeArguments = cloneMap(ctxFlow.contextualTypeArguments); + + // fill up contextual types with auto for each generic component + let numTypeParameters = typeParameterNodes.length; + let typeParameterNames = new Set(); + for (let i = 0; i < numTypeParameters; ++i) { + let name = typeParameterNodes[i].name.text; + contextualTypeArguments.set(name, Type.auto); + typeParameterNames.add(name); + } + + let parameterNodes = prototype.functionTypeNode.parameters; + let numParameters = parameterNodes.length; + + let argumentNodes: Expression[]; + switch (node.kind) { + case NodeKind.Call: + argumentNodes = (node).args; + break; + case NodeKind.New: + argumentNodes = (node).args; + break; + default: + assert(false); + return null; + } + + let numArguments = argumentNodes.length; + + // infer types with generic components while updating contextual types + for (let i = 0; i < numParameters; ++i) { + let argumentExpression = i < numArguments + ? argumentNodes[i] + : parameterNodes[i].initializer; + if (!argumentExpression) { + // optional but not have initializer should be handled in the other place + if (parameterNodes[i].parameterKind == ParameterKind.Optional) { + continue; + } + // missing initializer -> too few arguments + if (reportMode == ReportMode.Report) { + this.error( + DiagnosticCode.Expected_0_arguments_but_got_1, + node.range, numParameters.toString(), numArguments.toString() + ); } - let typeNode = parameterNodes[i].type; - if (typeNode.hasGenericComponent(typeParameterNodes)) { - let type = this.resolveExpression(argumentExpression, ctxFlow, Type.auto, ReportMode.Swallow); - if (type) { - this.propagateInferredGenericTypes( - typeNode, - type, - prototype, - contextualTypeArguments, - typeParameterNames - ); - } + return null; + } + let typeNode = parameterNodes[i].type; + if (typeNode.hasGenericComponent(typeParameterNodes)) { + let type = this.resolveExpression(argumentExpression, ctxFlow, Type.auto, ReportMode.Swallow); + if (type) { + this.propagateInferredGenericTypes( + typeNode, + type, + prototype, + contextualTypeArguments, + typeParameterNames + ); } } + } - // apply concrete types to the generic function signature - let resolvedTypeArguments = new Array(numTypeParameters); - for (let i = 0; i < numTypeParameters; ++i) { - let typeParameterNode = typeParameterNodes[i]; - let name = typeParameterNode.name.text; - if (contextualTypeArguments.has(name)) { - let inferredType = assert(contextualTypeArguments.get(name)); - if (inferredType != Type.auto) { - resolvedTypeArguments[i] = inferredType; - continue; - } - let defaultType = typeParameterNode.defaultType; - if (defaultType) { - // Default parameters are resolved in context of the called function, not the calling function - let parent = prototype.parent; - let defaultTypeContextualTypeArguments: Map | null = null; - if (parent.kind == ElementKind.Class) { - defaultTypeContextualTypeArguments = (parent).contextualTypeArguments; - } else if (parent.kind == ElementKind.Function) { - defaultTypeContextualTypeArguments = (parent).contextualTypeArguments; - } - let resolvedDefaultType = this.resolveType( - defaultType, - null, - prototype, - defaultTypeContextualTypeArguments, - reportMode - ); - if (!resolvedDefaultType) return null; - resolvedTypeArguments[i] = resolvedDefaultType; - continue; + // apply concrete types to the generic function signature + let resolvedTypeArguments = new Array(numTypeParameters); + for (let i = 0; i < numTypeParameters; ++i) { + let typeParameterNode = typeParameterNodes[i]; + let name = typeParameterNode.name.text; + if (contextualTypeArguments.has(name)) { + let inferredType = assert(contextualTypeArguments.get(name)); + if (inferredType != Type.auto) { + resolvedTypeArguments[i] = inferredType; + continue; + } + let defaultType = typeParameterNode.defaultType; + if (defaultType) { + // Default parameters are resolved in context of the called function, not the calling function + let parent = prototype.parent; + let defaultTypeContextualTypeArguments: Map | null = null; + if (parent.kind == ElementKind.Class) { + defaultTypeContextualTypeArguments = (parent).contextualTypeArguments; + } else if (parent.kind == ElementKind.Function) { + defaultTypeContextualTypeArguments = (parent).contextualTypeArguments; } - } - // unused template, e.g. `function test(): void {...}` called as `test()` - // invalid because the type is effectively unknown inside the function body - if (reportMode == ReportMode.Report) { - this.error( - DiagnosticCode.Type_argument_expected, - node.expression.range.atEnd + let resolvedDefaultType = this.resolveType( + defaultType, + null, + prototype, + defaultTypeContextualTypeArguments, + reportMode ); + if (!resolvedDefaultType) return null; + resolvedTypeArguments[i] = resolvedDefaultType; + continue; } - return null; } - return this.resolveFunction( - prototype, - resolvedTypeArguments, - cloneMap(ctxFlow.contextualTypeArguments), - reportMode - ); + // unused template, e.g. `function test(): void {...}` called as `test()` + // invalid because the type is effectively unknown inside the function body + if (reportMode == ReportMode.Report) { + let range: Range; + switch (node.kind) { + case NodeKind.Call: + range = (node).expression.range; + break; + case NodeKind.New: + range = (node).typeName.range; + break; + default: + assert(false); + return null; + } + this.error( + DiagnosticCode.Type_argument_expected, + range.atEnd + ); + } + return null; } - // otherwise resolve the non-generic call as usual - return this.resolveFunction(prototype, null, new Map(), reportMode); + return resolvedTypeArguments; } /** Updates contextual types with a possibly encapsulated inferred type. */ @@ -3644,15 +3692,34 @@ export class Resolver extends DiagnosticEmitter { // Resolve type arguments if generic if (prototype.is(CommonFlags.Generic)) { - resolvedTypeArguments = this.resolveTypeArguments( // reports - assert(prototype.typeParameterNodes), // must be present if generic - typeArgumentNodes, - flow, - ctxElement, - ctxTypes, // update - reportNode, - reportMode - ); + + // find the constructor prototype, which may be on a base class + let constructorPrototype: FunctionPrototype | null = null; + for (let p: ClassPrototype | null = prototype; p && !constructorPrototype; p = p.basePrototype) { + constructorPrototype = p.constructorPrototype; + } + + // if no type arguments are provided, try to infer them from the constructor call + if (!typeArgumentNodes && constructorPrototype && flow && ctxTypes.size == 0) { + resolvedTypeArguments = this.inferGenericTypeArguments( + reportNode as NewExpression, + constructorPrototype, + prototype.typeParameterNodes, + flow, + ); + } else { + // resolve them from the provided type argument nodes + resolvedTypeArguments = this.resolveTypeArguments( // reports + assert(prototype.typeParameterNodes), // must be present if generic + typeArgumentNodes, + flow, + ctxElement, + ctxTypes, // update + reportNode, + reportMode + ); + } + if (!resolvedTypeArguments) return null; // Otherwise make sure that no type arguments have been specified diff --git a/tests/compiler/call-inferred.debug.wat b/tests/compiler/call-inferred.debug.wat index 9f7eb4fa7e..e080fb3da0 100644 --- a/tests/compiler/call-inferred.debug.wat +++ b/tests/compiler/call-inferred.debug.wat @@ -1,16 +1,46 @@ (module - (type $0 (func (param f32) (result f32))) - (type $1 (func)) - (type $2 (func (param i32) (result i32))) - (type $3 (func (param i32 i32 i32 i32))) - (type $4 (func (param f64) (result f64))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func)) + (type $5 (func (param f32) (result f32))) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param f64) (result f64))) + (type $9 (func (param i32 i32 i64) (result i32))) + (type $10 (func (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~argumentsLength (mut i32) (i32.const 0)) - (global $~lib/memory/__data_end i32 (i32.const 76)) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32844)) - (global $~lib/memory/__heap_base i32 (i32.const 32844)) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) + (global $~lib/shared/runtime/Runtime.Incremental i32 (i32.const 2)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/native/ASC_LOW_MEMORY_LIMIT i32 (i32.const 0)) + (global $~lib/rt/__rtti_base i32 (i32.const 480)) + (global $~lib/memory/__data_end i32 (i32.const 512)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33280)) + (global $~lib/memory/__heap_base i32 (i32.const 33280)) (memory $0 1) (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00c\00a\00l\00l\00-\00i\00n\00f\00e\00r\00r\00e\00d\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 76) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $2 (i32.const 140) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 208) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 240) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 268) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 332) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 384) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 412) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 480) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) @@ -46,7 +76,2423 @@ local.get $a call $call-inferred/bar ) + (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) + local.get $this + local.get $nextWithColor + i32.store offset=4 + ) + (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store offset=8 + ) + (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:prev + local.get $space + return + ) + (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + return + ) + (func $~lib/rt/itcms/Object#get:color (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + return + ) + (func $~lib/rt/itcms/visitRoots (param $cookie i32) + (local $pn i32) + (local $iter i32) + local.get $cookie + call $~lib/rt/__visit_globals + global.get $~lib/rt/itcms/pinSpace + local.set $pn + local.get $pn + call $~lib/rt/itcms/Object#get:next + local.set $iter + loop $while-continue|0 + local.get $iter + local.get $pn + i32.ne + if + i32.const 1 + drop + local.get $iter + call $~lib/rt/itcms/Object#get:color + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 160 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $iter + i32.const 20 + i32.add + local.get $cookie + call $~lib/rt/__visit_members + local.get $iter + call $~lib/rt/itcms/Object#get:next + local.set $iter + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/Object#set:color (param $this i32) (param $color i32) + local.get $this + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $color + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) + local.get $this + local.get $obj + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#unlink (param $this i32) + (local $next i32) + (local $prev i32) + local.get $this + call $~lib/rt/itcms/Object#get:next + local.set $next + local.get $next + i32.const 0 + i32.eq + if + i32.const 1 + drop + local.get $this + call $~lib/rt/itcms/Object#get:prev + i32.const 0 + i32.eq + if (result i32) + local.get $this + global.get $~lib/memory/__heap_base + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 160 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + return + end + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.set $prev + i32.const 1 + drop + local.get $prev + i32.eqz + if + i32.const 0 + i32.const 160 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $next + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $next + call $~lib/rt/itcms/Object#set:next + ) + (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) + local.get $this + i32.load offset=12 + ) + (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/__typeinfo (param $id i32) (result i32) + (local $ptr i32) + global.get $~lib/rt/__rtti_base + local.set $ptr + local.get $id + local.get $ptr + i32.load + i32.gt_u + if + i32.const 288 + i32.const 352 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $ptr + i32.const 4 + i32.add + local.get $id + i32.const 4 + i32.mul + i32.add + call $~lib/shared/typeinfo/Typeinfo#get:flags + return + ) + (func $~lib/rt/itcms/Object#get:isPointerfree (param $this i32) (result i32) + (local $rtId i32) + local.get $this + call $~lib/rt/itcms/Object#get:rtId + local.set $rtId + local.get $rtId + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $rtId + call $~lib/rt/__typeinfo + i32.const 32 + i32.and + i32.const 0 + i32.ne + end + return + ) + (func $~lib/rt/itcms/Object#linkTo (param $this i32) (param $list i32) (param $withColor i32) + (local $prev i32) + local.get $list + call $~lib/rt/itcms/Object#get:prev + local.set $prev + local.get $this + local.get $list + local.get $withColor + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $this + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $this + call $~lib/rt/itcms/Object#set:next + local.get $list + local.get $this + call $~lib/rt/itcms/Object#set:prev + ) + (func $~lib/rt/itcms/Object#makeGray (param $this i32) + (local $1 i32) + local.get $this + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.tee $1 + i32.eqz + if (result i32) + i32.const 0 + i32.const 160 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + else + local.get $1 + end + global.set $~lib/rt/itcms/iter + end + local.get $this + call $~lib/rt/itcms/Object#unlink + local.get $this + global.get $~lib/rt/itcms/toSpace + local.get $this + call $~lib/rt/itcms/Object#get:isPointerfree + if (result i32) + global.get $~lib/rt/itcms/white + i32.eqz + else + i32.const 2 + end + call $~lib/rt/itcms/Object#linkTo + ) + (func $~lib/rt/itcms/__visit (param $ptr i32) (param $cookie i32) + (local $obj i32) + local.get $ptr + i32.eqz + if + return + end + local.get $ptr + i32.const 20 + i32.sub + local.set $obj + i32.const 0 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eq + if + local.get $obj + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) + (func $~lib/rt/itcms/visitStack (param $cookie i32) + (local $ptr i32) + global.get $~lib/memory/__stack_pointer + local.set $ptr + loop $while-continue|0 + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $ptr + i32.load + local.get $cookie + call $~lib/rt/itcms/__visit + local.get $ptr + i32.const 4 + i32.add + local.set $ptr + br $while-continue|0 + end + end + ) + (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) + i32.const 4 + local.get $this + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + return + ) + (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) + local.get $this + local.get $flMap + i32.store + ) + (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) + local.get $this + local.get $mmInfo + i32.store + ) + (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store offset=4 + ) + (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) + local.get $this + local.get $next + i32.store offset=8 + ) + (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $6 i32) + (local $7 i32) + (local $boundedSize i32) + (local $prev i32) + (local $next i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $root|14 i32) + (local $fl|15 i32) + (local $sl|16 i32) + (local $head i32) + (local $root|18 i32) + (local $fl|19 i32) + (local $slMap i32) + (local $root|21 i32) + (local $fl|22 i32) + (local $slMap|23 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $6 + i32.const 1073741820 + local.tee $7 + local.get $6 + local.get $7 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/tlsf/Block#get:prev + local.set $prev + local.get $block + call $~lib/rt/tlsf/Block#get:next + local.set $next + local.get $prev + if + local.get $prev + local.get $next + call $~lib/rt/tlsf/Block#set:next + end + local.get $next + if + local.get $next + local.get $prev + call $~lib/rt/tlsf/Block#set:prev + end + local.get $block + block $~lib/rt/tlsf/GETHEAD|inlined.0 (result i32) + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.0 + end + i32.eq + if + local.get $root + local.set $root|14 + local.get $fl + local.set $fl|15 + local.get $sl + local.set $sl|16 + local.get $next + local.set $head + local.get $root|14 + local.get $fl|15 + i32.const 4 + i32.shl + local.get $sl|16 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store offset=96 + local.get $next + i32.eqz + if + block $~lib/rt/tlsf/GETSL|inlined.0 (result i32) + local.get $root + local.set $root|18 + local.get $fl + local.set $fl|19 + local.get $root|18 + local.get $fl|19 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.0 + end + local.set $slMap + local.get $root + local.set $root|21 + local.get $fl + local.set $fl|22 + local.get $slMap + i32.const 1 + local.get $sl + i32.shl + i32.const -1 + i32.xor + i32.and + local.tee $slMap + local.set $slMap|23 + local.get $root|21 + local.get $fl|22 + i32.const 2 + i32.shl + i32.add + local.get $slMap|23 + i32.store offset=4 + local.get $slMap + i32.eqz + if + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.const -1 + i32.xor + i32.and + call $~lib/rt/tlsf/Root#set:flMap + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $block|3 i32) + (local $right i32) + (local $rightInfo i32) + (local $block|6 i32) + (local $block|7 i32) + (local $left i32) + (local $leftInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $13 i32) + (local $14 i32) + (local $boundedSize i32) + (local $root|16 i32) + (local $fl|17 i32) + (local $sl|18 i32) + (local $head i32) + (local $root|20 i32) + (local $fl|21 i32) + (local $sl|22 i32) + (local $head|23 i32) + (local $root|24 i32) + (local $fl|25 i32) + (local $root|26 i32) + (local $fl|27 i32) + (local $slMap i32) + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETRIGHT|inlined.0 (result i32) + local.get $block + local.set $block|3 + local.get $block|3 + i32.const 4 + i32.add + local.get $block|3 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.0 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + local.get $rightInfo + i32.const 1 + i32.and + if + local.get $root + local.get $right + call $~lib/rt/tlsf/removeBlock + local.get $block + local.get $blockInfo + i32.const 4 + i32.add + local.get $rightInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.1 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.1 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + end + local.get $blockInfo + i32.const 2 + i32.and + if + block $~lib/rt/tlsf/GETFREELEFT|inlined.0 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.sub + i32.load + br $~lib/rt/tlsf/GETFREELEFT|inlined.0 + end + local.set $left + local.get $left + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $leftInfo + i32.const 1 + drop + local.get $leftInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $left + call $~lib/rt/tlsf/removeBlock + local.get $left + local.set $block + local.get $block + local.get $leftInfo + i32.const 4 + i32.add + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + end + local.get $right + local.get $rightInfo + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + drop + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.get $right + i32.eq + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $right + i32.const 4 + i32.sub + local.get $block + i32.store + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $13 + i32.const 1073741820 + local.tee $14 + local.get $13 + local.get $14 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.1 (result i32) + local.get $root + local.set $root|16 + local.get $fl + local.set $fl|17 + local.get $sl + local.set $sl|18 + local.get $root|16 + local.get $fl|17 + i32.const 4 + i32.shl + local.get $sl|18 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.1 + end + local.set $head + local.get $block + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $block + local.get $head + call $~lib/rt/tlsf/Block#set:next + local.get $head + if + local.get $head + local.get $block + call $~lib/rt/tlsf/Block#set:prev + end + local.get $root + local.set $root|20 + local.get $fl + local.set $fl|21 + local.get $sl + local.set $sl|22 + local.get $block + local.set $head|23 + local.get $root|20 + local.get $fl|21 + i32.const 4 + i32.shl + local.get $sl|22 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head|23 + i32.store offset=96 + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.or + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|26 + local.get $fl + local.set $fl|27 + block $~lib/rt/tlsf/GETSL|inlined.1 (result i32) + local.get $root + local.set $root|24 + local.get $fl + local.set $fl|25 + local.get $root|24 + local.get $fl|25 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.1 + end + i32.const 1 + local.get $sl + i32.shl + i32.or + local.set $slMap + local.get $root|26 + local.get $fl|27 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) + (local $tail i32) + (local $tailInfo i32) + (local $size i32) + (local $leftSize i32) + (local $left i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end + i32.const 1 + drop + local.get $start + i64.extend_i32_u + local.get $endU64 + i64.le_u + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + local.set $start + local.get $end + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $end + block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) + local.get $root + local.set $root|4 + local.get $root|4 + i32.load offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.0 + end + local.set $tail + i32.const 0 + local.set $tailInfo + local.get $tail + if + i32.const 1 + drop + local.get $start + local.get $tail + i32.const 4 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 16 + i32.sub + local.get $tail + i32.eq + if + local.get $start + i32.const 16 + i32.sub + local.set $start + local.get $tail + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $tailInfo + else + end + else + i32.const 1 + drop + local.get $start + local.get $root + i32.const 1572 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $end + local.get $start + i32.sub + local.set $size + local.get $size + i32.const 4 + i32.const 12 + i32.add + i32.const 4 + i32.add + i32.lt_u + if + i32.const 0 + return + end + local.get $size + i32.const 2 + i32.const 4 + i32.mul + i32.sub + local.set $leftSize + local.get $start + local.set $left + local.get $left + local.get $leftSize + i32.const 1 + i32.or + local.get $tailInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:next + local.get $start + i32.const 4 + i32.add + local.get $leftSize + i32.add + local.set $tail + local.get $tail + i32.const 0 + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.set $root|10 + local.get $tail + local.set $tail|11 + local.get $root|10 + local.get $tail|11 + i32.store offset=1568 + local.get $root + local.get $left + call $~lib/rt/tlsf/insertBlock + i32.const 1 + return + ) + (func $~lib/rt/tlsf/initialize + (local $rootOffset i32) + (local $pagesBefore i32) + (local $pagesNeeded i32) + (local $root i32) + (local $root|4 i32) + (local $tail i32) + (local $fl i32) + (local $root|7 i32) + (local $fl|8 i32) + (local $slMap i32) + (local $sl i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $head i32) + (local $memStart i32) + i32.const 0 + drop + global.get $~lib/memory/__heap_base + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $rootOffset + memory.size + local.set $pagesBefore + local.get $rootOffset + i32.const 1572 + 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 $pagesNeeded + local.get $pagesNeeded + local.get $pagesBefore + i32.gt_s + if (result i32) + local.get $pagesNeeded + local.get $pagesBefore + i32.sub + memory.grow + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + local.get $rootOffset + local.set $root + local.get $root + i32.const 0 + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|4 + i32.const 0 + local.set $tail + local.get $root|4 + local.get $tail + i32.store offset=1568 + i32.const 0 + local.set $fl + loop $for-loop|0 + local.get $fl + i32.const 23 + i32.lt_u + if + local.get $root + local.set $root|7 + local.get $fl + local.set $fl|8 + i32.const 0 + local.set $slMap + local.get $root|7 + local.get $fl|8 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store offset=4 + i32.const 0 + local.set $sl + loop $for-loop|1 + local.get $sl + i32.const 16 + i32.lt_u + if + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + i32.const 0 + local.set $head + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store offset=96 + local.get $sl + i32.const 1 + i32.add + local.set $sl + br $for-loop|1 + end + end + local.get $fl + i32.const 1 + i32.add + local.set $fl + br $for-loop|0 + end + end + local.get $rootOffset + i32.const 1572 + i32.add + local.set $memStart + i32.const 0 + drop + local.get $root + local.get $memStart + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + local.get $root + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/tlsf/checkUsedBlock (param $ptr i32) (result i32) + (local $block i32) + local.get $ptr + i32.const 4 + i32.sub + local.set $block + local.get $ptr + i32.const 0 + i32.ne + if (result i32) + local.get $ptr + i32.const 15 + i32.and + i32.eqz + else + i32.const 0 + end + if (result i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.and + i32.eqz + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $block + return + ) + (func $~lib/rt/tlsf/freeBlock (param $root i32) (param $block i32) + i32.const 0 + drop + local.get $block + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $block + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/__free (param $ptr i32) + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + return + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $ptr + call $~lib/rt/tlsf/checkUsedBlock + call $~lib/rt/tlsf/freeBlock + ) + (func $~lib/rt/itcms/free (param $obj i32) + local.get $obj + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:prev + else + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.sub + global.set $~lib/rt/itcms/total + i32.const 0 + drop + local.get $obj + i32.const 4 + i32.add + call $~lib/rt/tlsf/__free + end + ) + (func $~lib/rt/itcms/step (result i32) + (local $obj i32) + (local $1 i32) + (local $black i32) + (local $from i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + local.set $1 + local.get $1 + i32.const 0 + i32.eq + br_if $case0|0 + local.get $1 + i32.const 1 + i32.eq + br_if $case1|0 + local.get $1 + i32.const 2 + i32.eq + br_if $case2|0 + br $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $black + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|1 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + global.set $~lib/rt/itcms/iter + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.eq + if + i32.const 0 + call $~lib/rt/itcms/visitStack + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|2 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $from + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $from + global.set $~lib/rt/itcms/toSpace + local.get $black + global.set $~lib/rt/itcms/white + local.get $from + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/iter + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 1 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eqz + i32.eq + i32.eqz + if + i32.const 0 + i32.const 160 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $obj + call $~lib/rt/itcms/free + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:nextWithColor + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:prev + i32.const 0 + global.set $~lib/rt/itcms/state + br $break|0 + end + i32.const 0 + return + ) + (func $~lib/rt/itcms/interrupt + (local $budget i32) + i32.const 0 + drop + i32.const 0 + drop + i32.const 1024 + i32.const 200 + i32.mul + i32.const 100 + i32.div_u + local.set $budget + loop $do-loop|0 + local.get $budget + call $~lib/rt/itcms/step + i32.sub + local.set $budget + global.get $~lib/rt/itcms/state + i32.const 0 + i32.eq + if + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i32.const 200 + i64.extend_i32_u + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + return + end + local.get $budget + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i32.const 1024 + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.mul + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + ) + (func $~lib/rt/tlsf/computeSize (param $size i32) (result i32) + local.get $size + i32.const 12 + i32.le_u + if (result i32) + i32.const 12 + else + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + end + return + ) + (func $~lib/rt/tlsf/prepareSize (param $size i32) (result i32) + local.get $size + i32.const 1073741820 + i32.gt_u + if + i32.const 96 + i32.const 432 + i32.const 461 + i32.const 29 + call $~lib/builtins/abort + unreachable + end + local.get $size + call $~lib/rt/tlsf/computeSize + return + ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) + (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) + (local $fl i32) + (local $sl i32) + (local $requestSize i32) + (local $root|5 i32) + (local $fl|6 i32) + (local $slMap i32) + (local $head i32) + (local $flMap i32) + (local $root|10 i32) + (local $fl|11 i32) + (local $root|12 i32) + (local $fl|13 i32) + (local $sl|14 i32) + (local $root|15 i32) + (local $fl|16 i32) + (local $sl|17 i32) + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $requestSize + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub + local.get $requestSize + i32.clz + i32.sub + local.set $fl + local.get $requestSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 334 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETSL|inlined.2 (result i32) + local.get $root + local.set $root|5 + local.get $fl + local.set $fl|6 + local.get $root|5 + local.get $fl|6 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.2 + end + i32.const 0 + i32.const -1 + i32.xor + local.get $sl + i32.shl + i32.and + local.set $slMap + i32.const 0 + local.set $head + local.get $slMap + i32.eqz + if + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 0 + i32.const -1 + i32.xor + local.get $fl + i32.const 1 + i32.add + i32.shl + i32.and + local.set $flMap + local.get $flMap + i32.eqz + if + i32.const 0 + local.set $head + else + local.get $flMap + i32.ctz + local.set $fl + block $~lib/rt/tlsf/GETSL|inlined.3 (result i32) + local.get $root + local.set $root|10 + local.get $fl + local.set $fl|11 + local.get $root|10 + local.get $fl|11 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.3 + end + local.set $slMap + i32.const 1 + drop + local.get $slMap + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.2 (result i32) + local.get $root + local.set $root|12 + local.get $fl + local.set $fl|13 + local.get $slMap + i32.ctz + local.set $sl|14 + local.get $root|12 + local.get $fl|13 + i32.const 4 + i32.shl + local.get $sl|14 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.2 + end + local.set $head + end + else + block $~lib/rt/tlsf/GETHEAD|inlined.3 (result i32) + local.get $root + local.set $root|15 + local.get $fl + local.set $fl|16 + local.get $slMap + i32.ctz + local.set $sl|17 + local.get $root|15 + local.get $fl|16 + i32.const 4 + i32.shl + local.get $sl|17 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.3 + end + local.set $head + end + local.get $head + return + ) + (func $~lib/rt/tlsf/growMemory (param $root i32) (param $size i32) + (local $pagesBefore i32) + (local $root|3 i32) + (local $pagesNeeded i32) + (local $5 i32) + (local $6 i32) + (local $pagesWanted i32) + (local $pagesAfter i32) + i32.const 0 + drop + local.get $size + i32.const 256 + i32.ge_u + if + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $size + end + memory.size + local.set $pagesBefore + local.get $size + i32.const 4 + local.get $pagesBefore + i32.const 16 + i32.shl + i32.const 4 + i32.sub + block $~lib/rt/tlsf/GETTAIL|inlined.1 (result i32) + local.get $root + local.set $root|3 + local.get $root|3 + i32.load offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.1 + end + i32.ne + i32.shl + i32.add + local.set $size + local.get $size + i32.const 65535 + i32.add + i32.const 65535 + i32.const -1 + i32.xor + i32.and + i32.const 16 + i32.shr_u + local.set $pagesNeeded + local.get $pagesBefore + local.tee $5 + local.get $pagesNeeded + local.tee $6 + local.get $5 + local.get $6 + i32.gt_s + select + local.set $pagesWanted + local.get $pagesWanted + memory.grow + i32.const 0 + i32.lt_s + if + local.get $pagesNeeded + memory.grow + i32.const 0 + i32.lt_s + if + unreachable + end + end + memory.size + local.set $pagesAfter + local.get $root + local.get $pagesBefore + i32.const 16 + i32.shl + local.get $pagesAfter + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + ) + (func $~lib/rt/tlsf/prepareBlock (param $root i32) (param $block i32) (param $size i32) + (local $blockInfo i32) + (local $remaining i32) + (local $spare i32) + (local $block|6 i32) + (local $block|7 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.and + i32.eqz + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 361 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $size + i32.sub + local.set $remaining + local.get $remaining + i32.const 4 + i32.const 12 + i32.add + i32.ge_u + if + local.get $block + local.get $size + local.get $blockInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.set $spare + local.get $spare + local.get $remaining + i32.const 4 + i32.sub + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $spare + call $~lib/rt/tlsf/insertBlock + else + local.get $block + local.get $blockInfo + i32.const 1 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.3 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.add + local.get $block|7 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.3 + end + block $~lib/rt/tlsf/GETRIGHT|inlined.2 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.2 + end + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 2 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + end + ) + (func $~lib/rt/tlsf/allocateBlock (param $root i32) (param $size i32) (result i32) + (local $payloadSize i32) + (local $block i32) + local.get $size + call $~lib/rt/tlsf/prepareSize + local.set $payloadSize + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + local.get $block + i32.eqz + if + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/growMemory + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + i32.const 1 + drop + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $payloadSize + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 432 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $block + call $~lib/rt/tlsf/removeBlock + local.get $root + local.get $block + local.get $payloadSize + call $~lib/rt/tlsf/prepareBlock + i32.const 0 + drop + local.get $block + return + ) + (func $~lib/rt/tlsf/__alloc (param $size i32) (result i32) + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $size + call $~lib/rt/tlsf/allocateBlock + i32.const 4 + i32.add + return + ) + (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) + local.get $this + local.get $rtId + i32.store offset=12 + ) + (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) + local.get $this + local.get $rtSize + i32.store offset=16 + ) + (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) + (local $obj i32) + (local $ptr i32) + local.get $size + i32.const 1073741804 + i32.ge_u + if + i32.const 96 + i32.const 160 + i32.const 261 + i32.const 31 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + call $~lib/rt/itcms/interrupt + end + i32.const 16 + local.get $size + i32.add + call $~lib/rt/tlsf/__alloc + i32.const 4 + i32.sub + local.set $obj + local.get $obj + local.get $id + call $~lib/rt/itcms/Object#set:rtId + local.get $obj + local.get $size + call $~lib/rt/itcms/Object#set:rtSize + local.get $obj + global.get $~lib/rt/itcms/fromSpace + global.get $~lib/rt/itcms/white + call $~lib/rt/itcms/Object#linkTo + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.add + global.set $~lib/rt/itcms/total + local.get $obj + i32.const 20 + i32.add + local.set $ptr + local.get $ptr + i32.const 0 + local.get $size + memory.fill + local.get $ptr + return + ) + (func $call-inferred/Foo#set:value (param $this i32) (param $value i32) + local.get $this + local.get $value + i32.store + ) + (func $call-inferred/Foo#get:value (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $call-inferred/Foo.create (param $value i32) (result i32) + i32.const 0 + local.get $value + call $call-inferred/Foo#constructor + return + ) + (func $call-inferred/Bar#doSomething (param $this i32) (param $a i32) (result i32) + local.get $a + return + ) + (func $~lib/rt/__visit_globals (param $0 i32) + (local $1 i32) + i32.const 288 + local.get $0 + call $~lib/rt/itcms/__visit + i32.const 96 + local.get $0 + call $~lib/rt/itcms/__visit + ) + (func $~lib/arraybuffer/ArrayBufferView~visit (param $0 i32) (param $1 i32) + (local $2 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + i32.load + local.tee $2 + if + local.get $2 + local.get $1 + call $~lib/rt/itcms/__visit + end + ) + (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) + ) + (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) + block $invalid + block $call-inferred/Baz + block $call-inferred/Bar + block $call-inferred/Foo + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $call-inferred/Foo $call-inferred/Bar $call-inferred/Baz $invalid + end + return + end + return + end + return + end + local.get $0 + local.get $1 + call $~lib/arraybuffer/ArrayBufferView~visit + return + end + return + end + return + end + return + end + unreachable + ) + (func $~start + call $start:call-inferred + ) + (func $~stack_check + global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__data_end + i32.lt_s + if + i32.const 33312 + i32.const 33360 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + ) + (func $call-inferred/Foo#constructor (param $this i32) (param $value i32) (result i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + local.get $value + call $call-inferred/Foo#set:value + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + ) + (func $call-inferred/Bar#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 5 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + call $~lib/object/Object#constructor + local.tee $this + i32.store + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) + (func $call-inferred/Baz#constructor (param $this i32) (param $value i32) (result i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.const 6 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + local.get $value + call $call-inferred/Foo#constructor + local.tee $this + i32.store + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + ) (func $start:call-inferred + (local $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store i32.const 42 call $call-inferred/foo i32.const 42 @@ -101,8 +2547,133 @@ call $~lib/builtins/abort unreachable end + memory.size + i32.const 16 + i32.shl + global.get $~lib/memory/__heap_base + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 208 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/pinSpace + i32.const 240 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/toSpace + i32.const 384 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/fromSpace + i32.const 0 + i32.const 42 + call $call-inferred/Foo#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $call-inferred/Foo#get:value + i32.const 42 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 22 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 42 + call $call-inferred/Foo.create + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $call-inferred/Foo#get:value + i32.const 42 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 23 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + call $call-inferred/Bar#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 42 + call $call-inferred/Bar#doSomething + i32.const 42 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 31 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + i32.const 42 + call $call-inferred/Baz#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $call-inferred/Foo#get:value + i32.const 42 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 34 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer ) - (func $~start - call $start:call-inferred + (func $~lib/object/Object#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 ) ) diff --git a/tests/compiler/call-inferred.release.wat b/tests/compiler/call-inferred.release.wat index d3392d9a85..e39cd59cc2 100644 --- a/tests/compiler/call-inferred.release.wat +++ b/tests/compiler/call-inferred.release.wat @@ -1,6 +1,1804 @@ (module + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (type $7 (func (param i32) (result i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34304)) (memory $0 1) (data $0 (i32.const 1036) "<") (data $0.1 (i32.const 1048) "\02\00\00\00 \00\00\00c\00a\00l\00l\00-\00i\00n\00f\00e\00r\00r\00e\00d\00.\00t\00s") + (data $1 (i32.const 1100) "<") + (data $1.1 (i32.const 1112) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $2 (i32.const 1164) "<") + (data $2.1 (i32.const 1176) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $5 (i32.const 1292) "<") + (data $5.1 (i32.const 1304) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $6 (i32.const 1356) ",") + (data $6.1 (i32.const 1368) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $8 (i32.const 1436) "<") + (data $8.1 (i32.const 1448) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $9 (i32.const 1504) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 ") (export "memory" (memory $0)) + (start $~start) + (func $~lib/rt/itcms/visitRoots + (local $0 i32) + (local $1 i32) + i32.const 1312 + call $~lib/rt/itcms/__visit + i32.const 1120 + call $~lib/rt/itcms/__visit + global.get $~lib/rt/itcms/pinSpace + local.tee $1 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|0 + local.get $0 + local.get $1 + i32.ne + if + local.get $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1184 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $1 + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $1 + i32.load offset=8 + local.tee $0 + i32.eqz + if + i32.const 0 + i32.const 1184 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end + local.get $0 + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$125 + local.get $1 + i32.load offset=4 + i32.const -4 + i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34304 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1184 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$125 + end + local.get $1 + i32.load offset=8 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1184 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + end + global.get $~lib/rt/itcms/toSpace + local.set $2 + local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1504 + i32.load + i32.gt_u + if + i32.const 1312 + i32.const 1376 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1508 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 + local.get $2 + i32.load offset=8 + local.set $0 + local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select + local.get $2 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $2 + local.get $1 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) + (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $1 + i32.load + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1456 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const -4 + i32.and + local.tee $3 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1456 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const 256 + i32.lt_u + if (result i32) + local.get $3 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $3 + local.get $3 + i32.const 1073741820 + i32.ge_u + select + local.tee $3 + i32.clz + i32.sub + local.tee $4 + i32.const 7 + i32.sub + local.set $2 + local.get $3 + local.get $4 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $3 + i32.const 16 + i32.lt_u + local.get $2 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1456 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load offset=8 + local.set $5 + local.get $1 + i32.load offset=4 + local.tee $4 + if + local.get $4 + local.get $5 + i32.store offset=8 + end + local.get $5 + if + local.get $5 + local.get $4 + i32.store offset=4 + end + local.get $1 + local.get $0 + local.get $2 + i32.const 4 + i32.shl + local.get $3 + i32.add + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load offset=96 + i32.eq + if + local.get $1 + local.get $5 + i32.store offset=96 + local.get $5 + i32.eqz + if + local.get $0 + local.get $2 + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load offset=4 + i32.const -2 + local.get $3 + i32.rotl + i32.and + local.set $3 + local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + i32.eqz + if + local.get $0 + local.get $0 + i32.load + i32.const -2 + local.get $2 + i32.rotl + i32.and + i32.store + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + local.get $1 + i32.eqz + if + i32.const 0 + i32.const 1456 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1456 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load + local.tee $2 + i32.const 1 + i32.and + if + local.get $0 + local.get $4 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $3 + i32.const 4 + i32.add + local.get $2 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load + local.set $2 + end + local.get $3 + i32.const 2 + i32.and + if + local.get $1 + i32.const 4 + i32.sub + i32.load + local.tee $1 + i32.load + local.tee $6 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1456 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $1 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $6 + i32.const 4 + i32.add + local.get $3 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store + end + local.get $4 + local.get $2 + i32.const 2 + i32.or + i32.store + local.get $3 + i32.const -4 + i32.and + local.tee $2 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1456 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $1 + i32.const 4 + i32.add + local.get $2 + i32.add + i32.ne + if + i32.const 0 + i32.const 1456 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + i32.const 4 + i32.sub + local.get $1 + i32.store + local.get $2 + i32.const 256 + i32.lt_u + if (result i32) + local.get $2 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $2 + local.get $2 + i32.const 1073741820 + i32.ge_u + select + local.tee $2 + i32.clz + i32.sub + local.tee $3 + i32.const 7 + i32.sub + local.set $5 + local.get $2 + local.get $3 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $2 + i32.const 16 + i32.lt_u + local.get $5 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1456 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + local.set $3 + local.get $1 + i32.const 0 + i32.store offset=4 + local.get $1 + local.get $3 + i32.store offset=8 + local.get $3 + if + local.get $3 + local.get $1 + i32.store offset=4 + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $1 + i32.store offset=96 + local.get $0 + local.get $0 + i32.load + i32.const 1 + local.get $5 + i32.shl + i32.or + i32.store + local.get $0 + local.get $5 + i32.const 2 + i32.shl + i32.add + local.tee $0 + local.get $0 + i32.load offset=4 + i32.const 1 + local.get $2 + i32.shl + i32.or + i32.store offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $2 + local.get $1 + i64.extend_i32_u + i64.lt_u + if + i32.const 0 + i32.const 1456 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + local.set $1 + local.get $0 + i32.load offset=1568 + local.tee $3 + if + local.get $3 + i32.const 4 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1456 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $3 + local.get $1 + i32.const 16 + i32.sub + local.tee $5 + i32.eq + if + local.get $3 + i32.load + local.set $4 + local.get $5 + local.set $1 + end + else + local.get $0 + i32.const 1572 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1456 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $2 + i32.wrap_i64 + i32.const -16 + i32.and + local.get $1 + i32.sub + local.tee $3 + i32.const 20 + i32.lt_u + if + return + end + local.get $1 + local.get $4 + i32.const 2 + i32.and + local.get $3 + i32.const 8 + i32.sub + local.tee $3 + i32.const 1 + i32.or + i32.or + i32.store + local.get $1 + i32.const 0 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.store offset=8 + local.get $1 + i32.const 4 + i32.add + local.get $3 + i32.add + local.tee $3 + i32.const 2 + i32.store + local.get $0 + local.get $3 + i32.store offset=1568 + local.get $0 + local.get $1 + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/initialize + (local $0 i32) + (local $1 i32) + memory.size + local.tee $1 + i32.const 0 + i32.le_s + if (result i32) + i32.const 1 + local.get $1 + i32.sub + memory.grow + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + i32.const 34304 + i32.const 0 + i32.store + i32.const 35872 + i32.const 0 + i32.store + loop $for-loop|0 + local.get $0 + i32.const 23 + i32.lt_u + if + local.get $0 + i32.const 2 + i32.shl + i32.const 34304 + i32.add + i32.const 0 + i32.store offset=4 + i32.const 0 + local.set $1 + loop $for-loop|1 + local.get $1 + i32.const 16 + i32.lt_u + if + local.get $0 + i32.const 4 + i32.shl + local.get $1 + i32.add + i32.const 2 + i32.shl + i32.const 34304 + i32.add + i32.const 0 + i32.store offset=96 + local.get $1 + i32.const 1 + i32.add + local.set $1 + br $for-loop|1 + end + end + local.get $0 + i32.const 1 + i32.add + local.set $0 + br $for-loop|0 + end + end + i32.const 34304 + i32.const 35876 + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + i32.const 34304 + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/itcms/step (result i32) + (local $0 i32) + (local $1 i32) + (local $2 i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + br_table $case0|0 $case1|0 $case2|0 $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $1 + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|1 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + global.set $~lib/rt/itcms/iter + local.get $1 + local.get $0 + i32.load offset=4 + local.tee $2 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $2 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store offset=4 + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + return + end + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + i32.eq + if + global.get $~lib/memory/__stack_pointer + local.set $0 + loop $while-continue|0 + local.get $0 + i32.const 34304 + i32.lt_u + if + local.get $0 + i32.load + call $~lib/rt/itcms/__visit + local.get $0 + i32.const 4 + i32.add + local.set $0 + br $while-continue|0 + end + end + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|2 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $1 + local.get $0 + i32.load offset=4 + local.tee $2 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $2 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store offset=4 + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + end + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $0 + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $0 + global.set $~lib/rt/itcms/toSpace + local.get $1 + global.set $~lib/rt/itcms/white + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/iter + local.tee $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + i32.load offset=4 + local.tee $1 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/white + i32.eqz + local.get $1 + i32.const 3 + i32.and + i32.ne + if + i32.const 0 + i32.const 1184 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 34304 + i32.lt_u + if + local.get $0 + i32.const 0 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store offset=8 + else + global.get $~lib/rt/itcms/total + local.get $0 + i32.load + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.sub + global.set $~lib/rt/itcms/total + local.get $0 + i32.const 4 + i32.add + local.tee $0 + i32.const 34304 + i32.ge_u + if + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.set $1 + local.get $0 + i32.const 4 + i32.sub + local.set $2 + local.get $0 + i32.const 15 + i32.and + i32.const 1 + local.get $0 + select + if (result i32) + i32.const 1 + else + local.get $2 + i32.load + i32.const 1 + i32.and + end + if + i32.const 0 + i32.const 1456 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $2 + local.get $2 + i32.load + i32.const 1 + i32.or + i32.store + local.get $1 + local.get $2 + call $~lib/rt/tlsf/insertBlock + end + end + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + i32.store offset=4 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + i32.store offset=8 + i32.const 0 + global.set $~lib/rt/itcms/state + end + i32.const 0 + ) + (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + local.get $1 + i32.const 256 + i32.lt_u + if + local.get $1 + i32.const 4 + i32.shr_u + local.set $1 + else + local.get $1 + i32.const 536870910 + i32.lt_u + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 + i32.clz + i32.sub + local.tee $2 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 + end + local.get $1 + i32.const 16 + i32.lt_u + local.get $2 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1456 + i32.const 334 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + i32.const -1 + local.get $1 + i32.shl + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + local.get $2 + i32.const 4 + i32.shl + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + else + local.get $0 + i32.load + i32.const -1 + local.get $2 + i32.const 1 + i32.add + i32.shl + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + local.tee $1 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1456 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.ctz + local.get $1 + i32.const 4 + i32.shl + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + else + i32.const 0 + end + end + ) + (func $~lib/rt/itcms/__new (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + local.get $0 + i32.const 1073741804 + i32.ge_u + if + i32.const 1120 + i32.const 1184 + i32.const 261 + i32.const 31 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + block $__inlined_func$~lib/rt/itcms/interrupt$70 + i32.const 2048 + local.set $2 + loop $do-loop|0 + local.get $2 + call $~lib/rt/itcms/step + i32.sub + local.set $2 + global.get $~lib/rt/itcms/state + i32.eqz + if + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i64.const 200 + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + br $__inlined_func$~lib/rt/itcms/interrupt$70 + end + local.get $2 + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.const 10 + i32.shl + i32.add + global.set $~lib/rt/itcms/threshold + end + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.set $4 + local.get $0 + i32.const 16 + i32.add + local.tee $2 + i32.const 1073741820 + i32.gt_u + if + i32.const 1120 + i32.const 1456 + i32.const 461 + i32.const 29 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $2 + i32.const 12 + i32.le_u + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end + local.tee $5 + call $~lib/rt/tlsf/searchBlock + local.tee $2 + i32.eqz + if + memory.size + local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end + else + local.get $5 + end + i32.const 4 + local.get $4 + i32.load offset=1568 + local.get $2 + i32.const 16 + i32.shl + i32.const 4 + i32.sub + i32.ne + i32.shl + i32.add + i32.const 65535 + i32.add + i32.const -65536 + i32.and + i32.const 16 + i32.shr_u + local.tee $3 + local.get $2 + local.get $3 + i32.gt_s + select + memory.grow + i32.const 0 + i32.lt_s + if + local.get $3 + memory.grow + i32.const 0 + i32.lt_s + if + unreachable + end + end + local.get $4 + local.get $2 + i32.const 16 + i32.shl + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + local.get $4 + local.get $5 + call $~lib/rt/tlsf/searchBlock + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1456 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + local.get $5 + local.get $2 + i32.load + i32.const -4 + i32.and + i32.gt_u + if + i32.const 0 + i32.const 1456 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $2 + call $~lib/rt/tlsf/removeBlock + local.get $2 + i32.load + local.set $6 + local.get $5 + i32.const 4 + i32.add + i32.const 15 + i32.and + if + i32.const 0 + i32.const 1456 + i32.const 361 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $6 + i32.const -4 + i32.and + local.get $5 + i32.sub + local.tee $3 + i32.const 16 + i32.ge_u + if + local.get $2 + local.get $5 + local.get $6 + i32.const 2 + i32.and + i32.or + i32.store + local.get $2 + i32.const 4 + i32.add + local.get $5 + i32.add + local.tee $5 + local.get $3 + i32.const 4 + i32.sub + i32.const 1 + i32.or + i32.store + local.get $4 + local.get $5 + call $~lib/rt/tlsf/insertBlock + else + local.get $2 + local.get $6 + i32.const -2 + i32.and + i32.store + local.get $2 + i32.const 4 + i32.add + local.get $2 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $3 + local.get $3 + i32.load + i32.const -3 + i32.and + i32.store + end + local.get $2 + local.get $1 + i32.store offset=12 + local.get $2 + local.get $0 + i32.store offset=16 + global.get $~lib/rt/itcms/fromSpace + local.tee $1 + i32.load offset=8 + local.set $3 + local.get $2 + local.get $1 + global.get $~lib/rt/itcms/white + i32.or + i32.store offset=4 + local.get $2 + local.get $3 + i32.store offset=8 + local.get $3 + local.get $2 + local.get $3 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $1 + local.get $2 + i32.store offset=8 + global.get $~lib/rt/itcms/total + local.get $2 + i32.load + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.add + global.set $~lib/rt/itcms/total + local.get $2 + i32.const 20 + i32.add + local.tee $1 + i32.const 0 + local.get $0 + memory.fill + local.get $1 + ) + (func $~lib/rt/__visit_members (param $0 i32) + block $invalid + block $call-inferred/Baz + block $call-inferred/Bar + block $call-inferred/Foo + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $call-inferred/Foo $call-inferred/Bar $call-inferred/Baz $invalid + end + return + end + return + end + return + end + local.get $0 + i32.load + local.tee $0 + if + local.get $0 + call $~lib/rt/itcms/__visit + end + return + end + return + end + return + end + return + end + unreachable + ) + (func $~start + (local $0 i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 1536 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + memory.size + i32.const 16 + i32.shl + i32.const 34304 + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 1236 + i32.const 1232 + i32.store + i32.const 1240 + i32.const 1232 + i32.store + i32.const 1232 + global.set $~lib/rt/itcms/pinSpace + i32.const 1268 + i32.const 1264 + i32.store + i32.const 1272 + i32.const 1264 + i32.store + i32.const 1264 + global.set $~lib/rt/itcms/toSpace + i32.const 1412 + i32.const 1408 + i32.store + i32.const 1416 + i32.const 1408 + i32.store + i32.const 1408 + global.set $~lib/rt/itcms/fromSpace + i32.const 0 + call $call-inferred/Foo#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load + i32.const 42 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 22 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + call $call-inferred/Foo#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load + i32.const 42 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 23 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1536 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 5 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1536 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $0 + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1536 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.const 6 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + call $call-inferred/Foo#constructor + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load + i32.const 42 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 34 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + return + end + i32.const 34336 + i32.const 34384 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $call-inferred/Foo#constructor (param $0 i32) (result i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1536 + i32.lt_s + if + i32.const 34336 + i32.const 34384 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $0 + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 42 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) ) diff --git a/tests/compiler/call-inferred.ts b/tests/compiler/call-inferred.ts index b0ec7e57b6..4c2dfb21bb 100644 --- a/tests/compiler/call-inferred.ts +++ b/tests/compiler/call-inferred.ts @@ -12,6 +12,27 @@ function bar(a: T = 42.0): T { assert(bar() == 42); +class Foo { + constructor(public value: T) {} + static create(value: T): Foo { + return new Foo(value); + } +} + +assert(new Foo(42).value == 42); +assert(Foo.create(42).value == 42); + +class Bar { + doSomething(a: T): T { + return a; + } +} + +assert(new Bar().doSomething(42) == 42); + +class Baz extends Foo {} +assert(new Baz(42).value == 42); + // TODO: this'd require return type inference, i.e., omitted return type // function baz(a: i32): T { // return a; From cdd5e01b9a8bb838ed358e5ded17ac6e85795bc4 Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Thu, 6 Feb 2025 05:35:08 -0800 Subject: [PATCH 069/103] chore: update dependencies (#2907) --- .github/workflows/publish.yml | 9 +- .github/workflows/stale.yml | 2 +- .github/workflows/test.yml | 26 +- package-lock.json | 959 ++++++++++++++++++++-------------- package.json | 26 +- 5 files changed, 592 insertions(+), 430 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index a8b2d99a46..422f842755 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,18 +11,15 @@ jobs: if: github.repository == 'AssemblyScript/assemblyscript' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: main fetch-depth: 0 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: current - name: Install dependencies - run: | # npm>=7 is currently broken: https://github.com/npm/cli/issues/1973 - npm -g install npm@6 - npm -v - npm ci + run: npm ci - name: Build packages run: | VERSION=$(npx aspublish --version) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 86853b6993..b170c52285 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -6,7 +6,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v8 + - uses: actions/stale@v9 with: stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed in one week if no further activity occurs. Thank you for your contributions!' stale-issue-label: 'stale' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc8dbb8ef5..18abf60299 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: name: "Check" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: "Check that distribution files are unmodified" if: github.event_name == 'pull_request' run: | @@ -29,8 +29,8 @@ jobs: os: ["ubuntu", "macos", "windows"] node_version: ["current", "lts/*"] steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: ${{ matrix.node_version }} - name: Install dependencies @@ -49,8 +49,8 @@ jobs: matrix: target: ["debug", "release"] steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: current - name: Install dependencies @@ -70,8 +70,8 @@ jobs: runs-on: ubuntu-latest needs: check steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: 21-v8-canary - name: Install dependencies @@ -88,8 +88,8 @@ jobs: runs-on: ubuntu-latest needs: check steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: current - name: Install dependencies @@ -113,8 +113,8 @@ jobs: runs-on: ubuntu-latest needs: check steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: current - name: Install dependencies @@ -131,8 +131,8 @@ jobs: runs-on: ubuntu-latest needs: check steps: - - uses: actions/checkout@v3 - - uses: actions/setup-node@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 with: node-version: current - name: Install dependencies diff --git a/package-lock.json b/package-lock.json index 28afa0645c..bf4a3fb3b3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,25 +10,25 @@ "license": "Apache-2.0", "dependencies": { "binaryen": "116.0.0-nightly.20240114", - "long": "^5.2.1" + "long": "^5.2.4" }, "bin": { "asc": "bin/asc.js", "asinit": "bin/asinit.js" }, "devDependencies": { - "@types/node": "^18.13.0", - "@typescript-eslint/eslint-plugin": "^5.51.0", - "@typescript-eslint/parser": "^5.51.0", - "diff": "^5.1.0", - "esbuild": "^0.19.4", - "eslint": "^8.33.0", - "glob": "^10.3.0", - "typescript": "^5.5.4" + "@types/node": "^18.19.75", + "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/parser": "^5.62.0", + "diff": "^7.0.0", + "esbuild": "^0.24.2", + "eslint": "^8.57.1", + "glob": "^10.4.5", + "typescript": "^5.7.3" }, "engines": { - "node": ">=16", - "npm": ">=7" + "node": ">=18", + "npm": ">=10" }, "funding": { "type": "opencollective", @@ -44,356 +44,429 @@ "node": ">=0.10.0" } }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz", + "integrity": "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=18" + } + }, "node_modules/@esbuild/android-arm": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.5.tgz", - "integrity": "sha512-bhvbzWFF3CwMs5tbjf3ObfGqbl/17ict2/uwOSfr3wmxDE6VdS2GqY/FuzIPe0q0bdhj65zQsvqfArI9MY6+AA==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.2.tgz", + "integrity": "sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==", "cpu": [ "arm" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "android" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/android-arm64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.5.tgz", - "integrity": "sha512-5d1OkoJxnYQfmC+Zd8NBFjkhyCNYwM4n9ODrycTFY6Jk1IGiZ+tjVJDDSwDt77nK+tfpGP4T50iMtVi4dEGzhQ==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.2.tgz", + "integrity": "sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "android" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/android-x64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.5.tgz", - "integrity": "sha512-9t+28jHGL7uBdkBjL90QFxe7DVA+KGqWlHCF8ChTKyaKO//VLuoBricQCgwhOjA1/qOczsw843Fy4cbs4H3DVA==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.2.tgz", + "integrity": "sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "android" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.5.tgz", - "integrity": "sha512-mvXGcKqqIqyKoxq26qEDPHJuBYUA5KizJncKOAf9eJQez+L9O+KfvNFu6nl7SCZ/gFb2QPaRqqmG0doSWlgkqw==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.2.tgz", + "integrity": "sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "darwin" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.5.tgz", - "integrity": "sha512-Ly8cn6fGLNet19s0X4unjcniX24I0RqjPv+kurpXabZYSXGM4Pwpmf85WHJN3lAgB8GSth7s5A0r856S+4DyiA==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.2.tgz", + "integrity": "sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "darwin" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.5.tgz", - "integrity": "sha512-GGDNnPWTmWE+DMchq1W8Sd0mUkL+APvJg3b11klSGUDvRXh70JqLAO56tubmq1s2cgpVCSKYywEiKBfju8JztQ==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.2.tgz", + "integrity": "sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "freebsd" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.5.tgz", - "integrity": "sha512-1CCwDHnSSoA0HNwdfoNY0jLfJpd7ygaLAp5EHFos3VWJCRX9DMwWODf96s9TSse39Br7oOTLryRVmBoFwXbuuQ==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.2.tgz", + "integrity": "sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "freebsd" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-arm": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.5.tgz", - "integrity": "sha512-lrWXLY/vJBzCPC51QN0HM71uWgIEpGSjSZZADQhq7DKhPcI6NH1IdzjfHkDQws2oNpJKpR13kv7/pFHBbDQDwQ==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.2.tgz", + "integrity": "sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==", "cpu": [ "arm" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.5.tgz", - "integrity": "sha512-o3vYippBmSrjjQUCEEiTZ2l+4yC0pVJD/Dl57WfPwwlvFkrxoSO7rmBZFii6kQB3Wrn/6GwJUPLU5t52eq2meA==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.2.tgz", + "integrity": "sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.5.tgz", - "integrity": "sha512-MkjHXS03AXAkNp1KKkhSKPOCYztRtK+KXDNkBa6P78F8Bw0ynknCSClO/ztGszILZtyO/lVKpa7MolbBZ6oJtQ==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.2.tgz", + "integrity": "sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==", "cpu": [ "ia32" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.5.tgz", - "integrity": "sha512-42GwZMm5oYOD/JHqHska3Jg0r+XFb/fdZRX+WjADm3nLWLcIsN27YKtqxzQmGNJgu0AyXg4HtcSK9HuOk3v1Dw==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.2.tgz", + "integrity": "sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==", "cpu": [ "loong64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.5.tgz", - "integrity": "sha512-kcjndCSMitUuPJobWCnwQ9lLjiLZUR3QLQmlgaBfMX23UEa7ZOrtufnRds+6WZtIS9HdTXqND4yH8NLoVVIkcg==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.2.tgz", + "integrity": "sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==", "cpu": [ "mips64el" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.5.tgz", - "integrity": "sha512-yJAxJfHVm0ZbsiljbtFFP1BQKLc8kUF6+17tjQ78QjqjAQDnhULWiTA6u0FCDmYT1oOKS9PzZ2z0aBI+Mcyj7Q==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.2.tgz", + "integrity": "sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==", "cpu": [ "ppc64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.5.tgz", - "integrity": "sha512-5u8cIR/t3gaD6ad3wNt1MNRstAZO+aNyBxu2We8X31bA8XUNyamTVQwLDA1SLoPCUehNCymhBhK3Qim1433Zag==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.2.tgz", + "integrity": "sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==", "cpu": [ "riscv64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.5.tgz", - "integrity": "sha512-Z6JrMyEw/EmZBD/OFEFpb+gao9xJ59ATsoTNlj39jVBbXqoZm4Xntu6wVmGPB/OATi1uk/DB+yeDPv2E8PqZGw==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.2.tgz", + "integrity": "sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==", "cpu": [ "s390x" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/linux-x64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.5.tgz", - "integrity": "sha512-psagl+2RlK1z8zWZOmVdImisMtrUxvwereIdyJTmtmHahJTKb64pAcqoPlx6CewPdvGvUKe2Jw+0Z/0qhSbG1A==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz", + "integrity": "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "linux" ], "engines": { - "node": ">=12" + "node": ">=18" + } + }, + "node_modules/@esbuild/netbsd-arm64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.24.2.tgz", + "integrity": "sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.5.tgz", - "integrity": "sha512-kL2l+xScnAy/E/3119OggX8SrWyBEcqAh8aOY1gr4gPvw76la2GlD4Ymf832UCVbmuWeTf2adkZDK+h0Z/fB4g==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.2.tgz", + "integrity": "sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "netbsd" ], "engines": { - "node": ">=12" + "node": ">=18" + } + }, + "node_modules/@esbuild/openbsd-arm64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.2.tgz", + "integrity": "sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==", + "cpu": [ + "arm64" + ], + "dev": true, + "license": "MIT", + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.5.tgz", - "integrity": "sha512-sPOfhtzFufQfTBgRnE1DIJjzsXukKSvZxloZbkJDG383q0awVAq600pc1nfqBcl0ice/WN9p4qLc39WhBShRTA==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.2.tgz", + "integrity": "sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "openbsd" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.5.tgz", - "integrity": "sha512-dGZkBXaafuKLpDSjKcB0ax0FL36YXCvJNnztjKV+6CO82tTYVDSH2lifitJ29jxRMoUhgkg9a+VA/B03WK5lcg==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.2.tgz", + "integrity": "sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "sunos" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.5.tgz", - "integrity": "sha512-dWVjD9y03ilhdRQ6Xig1NWNgfLtf2o/STKTS+eZuF90fI2BhbwD6WlaiCGKptlqXlURVB5AUOxUj09LuwKGDTg==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.2.tgz", + "integrity": "sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==", "cpu": [ "arm64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "win32" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.5.tgz", - "integrity": "sha512-4liggWIA4oDgUxqpZwrDhmEfAH4d0iljanDOK7AnVU89T6CzHon/ony8C5LeOdfgx60x5cnQJFZwEydVlYx4iw==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.2.tgz", + "integrity": "sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==", "cpu": [ "ia32" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "win32" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@esbuild/win32-x64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.5.tgz", - "integrity": "sha512-czTrygUsB/jlM8qEW5MD8bgYU2Xg14lo6kBDXW6HdxKjh8M5PzETGiSHaz9MtbXBYDloHNUAUW2tMiKW4KM9Mw==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.2.tgz", + "integrity": "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==", "cpu": [ "x64" ], "dev": true, + "license": "MIT", "optional": true, "os": [ "win32" ], "engines": { - "node": ">=12" + "node": ">=18" } }, "node_modules/@eslint-community/eslint-utils": { @@ -421,10 +494,11 @@ } }, "node_modules/@eslint/eslintrc": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", - "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", "dev": true, + "license": "MIT", "dependencies": { "ajv": "^6.12.4", "debug": "^4.3.2", @@ -444,22 +518,25 @@ } }, "node_modules/@eslint/js": { - "version": "8.52.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.52.0.tgz", - "integrity": "sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==", + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz", + "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==", "dev": true, + "license": "MIT", "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, "node_modules/@humanwhocodes/config-array": { - "version": "0.11.13", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz", - "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", + "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", + "deprecated": "Use @eslint/config-array instead", "dev": true, + "license": "Apache-2.0", "dependencies": { - "@humanwhocodes/object-schema": "^2.0.1", - "debug": "^4.1.1", + "@humanwhocodes/object-schema": "^2.0.3", + "debug": "^4.3.1", "minimatch": "^3.0.5" }, "engines": { @@ -480,16 +557,19 @@ } }, "node_modules/@humanwhocodes/object-schema": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz", - "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==", - "dev": true + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", + "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", + "deprecated": "Use @eslint/object-schema instead", + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/@isaacs/cliui": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", "dev": true, + "license": "ISC", "dependencies": { "string-width": "^5.1.2", "string-width-cjs": "npm:string-width@^4.2.0", @@ -503,10 +583,11 @@ } }, "node_modules/@isaacs/cliui/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -519,6 +600,7 @@ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" }, @@ -569,6 +651,7 @@ "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=14" @@ -581,10 +664,11 @@ "dev": true }, "node_modules/@types/node": { - "version": "18.18.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.8.tgz", - "integrity": "sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==", + "version": "18.19.75", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.75.tgz", + "integrity": "sha512-UIksWtThob6ZVSyxcOqCLOUNg/dyO1Qvx4McgeuhrEtHTLFTf7BBhEazaE4K806FGTPtzd/2sE90qn4fVr7cyw==", "dev": true, + "license": "MIT", "dependencies": { "undici-types": "~5.26.4" } @@ -790,10 +874,11 @@ "dev": true }, "node_modules/acorn": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", - "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true, + "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -806,6 +891,7 @@ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", "dev": true, + "license": "MIT", "peerDependencies": { "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" } @@ -815,6 +901,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -854,7 +941,8 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true + "dev": true, + "license": "Python-2.0" }, "node_modules/array-union": { "version": "2.1.0", @@ -907,6 +995,7 @@ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -952,10 +1041,11 @@ "dev": true }, "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -989,10 +1079,11 @@ "dev": true }, "node_modules/diff": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz", - "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-7.0.0.tgz", + "integrity": "sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": ">=0.3.1" } @@ -1025,49 +1116,55 @@ "version": "0.2.0", "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/emoji-regex": { "version": "9.2.2", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/esbuild": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.5.tgz", - "integrity": "sha512-bUxalY7b1g8vNhQKdB24QDmHeY4V4tw/s6Ak5z+jJX9laP5MoQseTOMemAr0gxssjNcH0MCViG8ONI2kksvfFQ==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.2.tgz", + "integrity": "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==", "dev": true, "hasInstallScript": true, + "license": "MIT", "bin": { "esbuild": "bin/esbuild" }, "engines": { - "node": ">=12" + "node": ">=18" }, "optionalDependencies": { - "@esbuild/android-arm": "0.19.5", - "@esbuild/android-arm64": "0.19.5", - "@esbuild/android-x64": "0.19.5", - "@esbuild/darwin-arm64": "0.19.5", - "@esbuild/darwin-x64": "0.19.5", - "@esbuild/freebsd-arm64": "0.19.5", - "@esbuild/freebsd-x64": "0.19.5", - "@esbuild/linux-arm": "0.19.5", - "@esbuild/linux-arm64": "0.19.5", - "@esbuild/linux-ia32": "0.19.5", - "@esbuild/linux-loong64": "0.19.5", - "@esbuild/linux-mips64el": "0.19.5", - "@esbuild/linux-ppc64": "0.19.5", - "@esbuild/linux-riscv64": "0.19.5", - "@esbuild/linux-s390x": "0.19.5", - "@esbuild/linux-x64": "0.19.5", - "@esbuild/netbsd-x64": "0.19.5", - "@esbuild/openbsd-x64": "0.19.5", - "@esbuild/sunos-x64": "0.19.5", - "@esbuild/win32-arm64": "0.19.5", - "@esbuild/win32-ia32": "0.19.5", - "@esbuild/win32-x64": "0.19.5" + "@esbuild/aix-ppc64": "0.24.2", + "@esbuild/android-arm": "0.24.2", + "@esbuild/android-arm64": "0.24.2", + "@esbuild/android-x64": "0.24.2", + "@esbuild/darwin-arm64": "0.24.2", + "@esbuild/darwin-x64": "0.24.2", + "@esbuild/freebsd-arm64": "0.24.2", + "@esbuild/freebsd-x64": "0.24.2", + "@esbuild/linux-arm": "0.24.2", + "@esbuild/linux-arm64": "0.24.2", + "@esbuild/linux-ia32": "0.24.2", + "@esbuild/linux-loong64": "0.24.2", + "@esbuild/linux-mips64el": "0.24.2", + "@esbuild/linux-ppc64": "0.24.2", + "@esbuild/linux-riscv64": "0.24.2", + "@esbuild/linux-s390x": "0.24.2", + "@esbuild/linux-x64": "0.24.2", + "@esbuild/netbsd-arm64": "0.24.2", + "@esbuild/netbsd-x64": "0.24.2", + "@esbuild/openbsd-arm64": "0.24.2", + "@esbuild/openbsd-x64": "0.24.2", + "@esbuild/sunos-x64": "0.24.2", + "@esbuild/win32-arm64": "0.24.2", + "@esbuild/win32-ia32": "0.24.2", + "@esbuild/win32-x64": "0.24.2" } }, "node_modules/escape-string-regexp": { @@ -1083,16 +1180,18 @@ } }, "node_modules/eslint": { - "version": "8.52.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.52.0.tgz", - "integrity": "sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==", + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", + "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", + "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "dev": true, + "license": "MIT", "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.2", - "@eslint/js": "8.52.0", - "@humanwhocodes/config-array": "^0.11.13", + "@eslint/eslintrc": "^2.1.4", + "@eslint/js": "8.57.1", + "@humanwhocodes/config-array": "^0.13.0", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "@ungap/structured-clone": "^1.2.0", @@ -1192,6 +1291,7 @@ "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", @@ -1268,7 +1368,8 @@ "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fast-glob": { "version": "3.3.1", @@ -1302,7 +1403,8 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fast-levenshtein": { "version": "2.0.6", @@ -1402,23 +1504,22 @@ "dev": true }, "node_modules/glob": { - "version": "10.3.10", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", - "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "dev": true, + "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", - "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" }, "bin": { "glob": "dist/esm/bin.mjs" }, - "engines": { - "node": ">=16 || 14 >=14.17" - }, "funding": { "url": "https://github.com/sponsors/isaacs" } @@ -1440,15 +1541,17 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } }, "node_modules/glob/node_modules/minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -1460,10 +1563,11 @@ } }, "node_modules/globals": { - "version": "13.23.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz", - "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==", + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, + "license": "MIT", "dependencies": { "type-fest": "^0.20.2" }, @@ -1519,10 +1623,11 @@ } }, "node_modules/import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", + "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", "dev": true, + "license": "MIT", "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -1573,6 +1678,7 @@ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -1614,16 +1720,14 @@ "dev": true }, "node_modules/jackspeak": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", - "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/cliui": "^8.0.2" }, - "engines": { - "node": ">=14" - }, "funding": { "url": "https://github.com/sponsors/isaacs" }, @@ -1636,6 +1740,7 @@ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -1653,7 +1758,8 @@ "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", @@ -1705,18 +1811,17 @@ "dev": true }, "node_modules/long": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz", - "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==" + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/long/-/long-5.2.4.tgz", + "integrity": "sha512-qtzLbJE8hq7VabR3mISmVGtoXP8KGc2Z/AT8OuqlYD7JTR3oqrgwdjnk07wpj1twXxYmgDXgoKVWUG/fReSzHg==", + "license": "Apache-2.0" }, "node_modules/lru-cache": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz", - "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==", + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", "dev": true, - "engines": { - "node": "14 || >=16.14" - } + "license": "ISC" }, "node_modules/merge2": { "version": "1.4.1", @@ -1728,12 +1833,13 @@ } }, "node_modules/micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, + "license": "MIT", "dependencies": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" }, "engines": { @@ -1753,10 +1859,11 @@ } }, "node_modules/minipass": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", - "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", "dev": true, + "license": "ISC", "engines": { "node": ">=16 || 14 >=14.17" } @@ -1835,11 +1942,19 @@ "url": "https://github.com/sponsors/sindresorhus" } }, + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true, + "license": "BlueOak-1.0.0" + }, "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dev": true, + "license": "MIT", "dependencies": { "callsites": "^3.0.0" }, @@ -1875,16 +1990,17 @@ } }, "node_modules/path-scurry": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", - "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { - "lru-cache": "^9.1.1 || ^10.0.0", + "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" }, "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=16 || 14 >=14.18" }, "funding": { "url": "https://github.com/sponsors/isaacs" @@ -1925,6 +2041,7 @@ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -1954,6 +2071,7 @@ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -2100,6 +2218,7 @@ "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, + "license": "MIT", "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", @@ -2118,6 +2237,7 @@ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -2131,13 +2251,15 @@ "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/string-width/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -2150,6 +2272,7 @@ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" }, @@ -2178,6 +2301,7 @@ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -2190,6 +2314,7 @@ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -2265,6 +2390,7 @@ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", "dev": true, + "license": "(MIT OR CC0-1.0)", "engines": { "node": ">=10" }, @@ -2273,9 +2399,9 @@ } }, "node_modules/typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true, "license": "Apache-2.0", "bin": { @@ -2297,6 +2423,7 @@ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "punycode": "^2.1.0" } @@ -2321,6 +2448,7 @@ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^6.1.0", "string-width": "^5.0.1", @@ -2339,6 +2467,7 @@ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -2355,13 +2484,15 @@ "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/wrap-ansi-cjs/node_modules/string-width": { "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -2372,10 +2503,11 @@ } }, "node_modules/wrap-ansi/node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -2388,6 +2520,7 @@ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -2400,6 +2533,7 @@ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" }, @@ -2442,157 +2576,178 @@ "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", "dev": true }, + "@esbuild/aix-ppc64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz", + "integrity": "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==", + "dev": true, + "optional": true + }, "@esbuild/android-arm": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.19.5.tgz", - "integrity": "sha512-bhvbzWFF3CwMs5tbjf3ObfGqbl/17ict2/uwOSfr3wmxDE6VdS2GqY/FuzIPe0q0bdhj65zQsvqfArI9MY6+AA==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.2.tgz", + "integrity": "sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==", "dev": true, "optional": true }, "@esbuild/android-arm64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.19.5.tgz", - "integrity": "sha512-5d1OkoJxnYQfmC+Zd8NBFjkhyCNYwM4n9ODrycTFY6Jk1IGiZ+tjVJDDSwDt77nK+tfpGP4T50iMtVi4dEGzhQ==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.2.tgz", + "integrity": "sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==", "dev": true, "optional": true }, "@esbuild/android-x64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.19.5.tgz", - "integrity": "sha512-9t+28jHGL7uBdkBjL90QFxe7DVA+KGqWlHCF8ChTKyaKO//VLuoBricQCgwhOjA1/qOczsw843Fy4cbs4H3DVA==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.2.tgz", + "integrity": "sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==", "dev": true, "optional": true }, "@esbuild/darwin-arm64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.19.5.tgz", - "integrity": "sha512-mvXGcKqqIqyKoxq26qEDPHJuBYUA5KizJncKOAf9eJQez+L9O+KfvNFu6nl7SCZ/gFb2QPaRqqmG0doSWlgkqw==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.2.tgz", + "integrity": "sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==", "dev": true, "optional": true }, "@esbuild/darwin-x64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.19.5.tgz", - "integrity": "sha512-Ly8cn6fGLNet19s0X4unjcniX24I0RqjPv+kurpXabZYSXGM4Pwpmf85WHJN3lAgB8GSth7s5A0r856S+4DyiA==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.2.tgz", + "integrity": "sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==", "dev": true, "optional": true }, "@esbuild/freebsd-arm64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.19.5.tgz", - "integrity": "sha512-GGDNnPWTmWE+DMchq1W8Sd0mUkL+APvJg3b11klSGUDvRXh70JqLAO56tubmq1s2cgpVCSKYywEiKBfju8JztQ==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.2.tgz", + "integrity": "sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==", "dev": true, "optional": true }, "@esbuild/freebsd-x64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.19.5.tgz", - "integrity": "sha512-1CCwDHnSSoA0HNwdfoNY0jLfJpd7ygaLAp5EHFos3VWJCRX9DMwWODf96s9TSse39Br7oOTLryRVmBoFwXbuuQ==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.2.tgz", + "integrity": "sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==", "dev": true, "optional": true }, "@esbuild/linux-arm": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.19.5.tgz", - "integrity": "sha512-lrWXLY/vJBzCPC51QN0HM71uWgIEpGSjSZZADQhq7DKhPcI6NH1IdzjfHkDQws2oNpJKpR13kv7/pFHBbDQDwQ==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.2.tgz", + "integrity": "sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==", "dev": true, "optional": true }, "@esbuild/linux-arm64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.19.5.tgz", - "integrity": "sha512-o3vYippBmSrjjQUCEEiTZ2l+4yC0pVJD/Dl57WfPwwlvFkrxoSO7rmBZFii6kQB3Wrn/6GwJUPLU5t52eq2meA==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.2.tgz", + "integrity": "sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==", "dev": true, "optional": true }, "@esbuild/linux-ia32": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.19.5.tgz", - "integrity": "sha512-MkjHXS03AXAkNp1KKkhSKPOCYztRtK+KXDNkBa6P78F8Bw0ynknCSClO/ztGszILZtyO/lVKpa7MolbBZ6oJtQ==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.2.tgz", + "integrity": "sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==", "dev": true, "optional": true }, "@esbuild/linux-loong64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.19.5.tgz", - "integrity": "sha512-42GwZMm5oYOD/JHqHska3Jg0r+XFb/fdZRX+WjADm3nLWLcIsN27YKtqxzQmGNJgu0AyXg4HtcSK9HuOk3v1Dw==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.2.tgz", + "integrity": "sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==", "dev": true, "optional": true }, "@esbuild/linux-mips64el": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.19.5.tgz", - "integrity": "sha512-kcjndCSMitUuPJobWCnwQ9lLjiLZUR3QLQmlgaBfMX23UEa7ZOrtufnRds+6WZtIS9HdTXqND4yH8NLoVVIkcg==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.2.tgz", + "integrity": "sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==", "dev": true, "optional": true }, "@esbuild/linux-ppc64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.19.5.tgz", - "integrity": "sha512-yJAxJfHVm0ZbsiljbtFFP1BQKLc8kUF6+17tjQ78QjqjAQDnhULWiTA6u0FCDmYT1oOKS9PzZ2z0aBI+Mcyj7Q==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.2.tgz", + "integrity": "sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==", "dev": true, "optional": true }, "@esbuild/linux-riscv64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.19.5.tgz", - "integrity": "sha512-5u8cIR/t3gaD6ad3wNt1MNRstAZO+aNyBxu2We8X31bA8XUNyamTVQwLDA1SLoPCUehNCymhBhK3Qim1433Zag==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.2.tgz", + "integrity": "sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==", "dev": true, "optional": true }, "@esbuild/linux-s390x": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.19.5.tgz", - "integrity": "sha512-Z6JrMyEw/EmZBD/OFEFpb+gao9xJ59ATsoTNlj39jVBbXqoZm4Xntu6wVmGPB/OATi1uk/DB+yeDPv2E8PqZGw==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.2.tgz", + "integrity": "sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==", "dev": true, "optional": true }, "@esbuild/linux-x64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.19.5.tgz", - "integrity": "sha512-psagl+2RlK1z8zWZOmVdImisMtrUxvwereIdyJTmtmHahJTKb64pAcqoPlx6CewPdvGvUKe2Jw+0Z/0qhSbG1A==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz", + "integrity": "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==", + "dev": true, + "optional": true + }, + "@esbuild/netbsd-arm64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.24.2.tgz", + "integrity": "sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==", "dev": true, "optional": true }, "@esbuild/netbsd-x64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.19.5.tgz", - "integrity": "sha512-kL2l+xScnAy/E/3119OggX8SrWyBEcqAh8aOY1gr4gPvw76la2GlD4Ymf832UCVbmuWeTf2adkZDK+h0Z/fB4g==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.2.tgz", + "integrity": "sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==", + "dev": true, + "optional": true + }, + "@esbuild/openbsd-arm64": { + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.2.tgz", + "integrity": "sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==", "dev": true, "optional": true }, "@esbuild/openbsd-x64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.19.5.tgz", - "integrity": "sha512-sPOfhtzFufQfTBgRnE1DIJjzsXukKSvZxloZbkJDG383q0awVAq600pc1nfqBcl0ice/WN9p4qLc39WhBShRTA==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.2.tgz", + "integrity": "sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==", "dev": true, "optional": true }, "@esbuild/sunos-x64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.19.5.tgz", - "integrity": "sha512-dGZkBXaafuKLpDSjKcB0ax0FL36YXCvJNnztjKV+6CO82tTYVDSH2lifitJ29jxRMoUhgkg9a+VA/B03WK5lcg==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.2.tgz", + "integrity": "sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==", "dev": true, "optional": true }, "@esbuild/win32-arm64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.19.5.tgz", - "integrity": "sha512-dWVjD9y03ilhdRQ6Xig1NWNgfLtf2o/STKTS+eZuF90fI2BhbwD6WlaiCGKptlqXlURVB5AUOxUj09LuwKGDTg==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.2.tgz", + "integrity": "sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==", "dev": true, "optional": true }, "@esbuild/win32-ia32": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.19.5.tgz", - "integrity": "sha512-4liggWIA4oDgUxqpZwrDhmEfAH4d0iljanDOK7AnVU89T6CzHon/ony8C5LeOdfgx60x5cnQJFZwEydVlYx4iw==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.2.tgz", + "integrity": "sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==", "dev": true, "optional": true }, "@esbuild/win32-x64": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.19.5.tgz", - "integrity": "sha512-czTrygUsB/jlM8qEW5MD8bgYU2Xg14lo6kBDXW6HdxKjh8M5PzETGiSHaz9MtbXBYDloHNUAUW2tMiKW4KM9Mw==", + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.2.tgz", + "integrity": "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==", "dev": true, "optional": true }, @@ -2612,9 +2767,9 @@ "dev": true }, "@eslint/eslintrc": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.2.tgz", - "integrity": "sha512-+wvgpDsrB1YqAMdEUCcnTlpfVBH7Vqn6A/NT3D8WVXFIaKMlErPIZT3oCIAVCOtarRpMtelZLqJeU3t7WY6X6g==", + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", "dev": true, "requires": { "ajv": "^6.12.4", @@ -2629,19 +2784,19 @@ } }, "@eslint/js": { - "version": "8.52.0", - "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.52.0.tgz", - "integrity": "sha512-mjZVbpaeMZludF2fsWLD0Z9gCref1Tk4i9+wddjRvpUNqqcndPkBD09N/Mapey0b3jaXbLm2kICwFv2E64QinA==", + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.57.1.tgz", + "integrity": "sha512-d9zaMRSTIKDLhctzH12MtXvJKSSUhaHcjV+2Z+GK+EEY7XKpP5yR4x+N3TAcHTcu963nIr+TMcCb4DBCYX1z6Q==", "dev": true }, "@humanwhocodes/config-array": { - "version": "0.11.13", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.13.tgz", - "integrity": "sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==", + "version": "0.13.0", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.13.0.tgz", + "integrity": "sha512-DZLEEqFWQFiyK6h5YIeynKx7JlvCYWL0cImfSRXZ9l4Sg2efkFGTuFf6vzXjK1cq6IYkU+Eg/JizXw+TD2vRNw==", "dev": true, "requires": { - "@humanwhocodes/object-schema": "^2.0.1", - "debug": "^4.1.1", + "@humanwhocodes/object-schema": "^2.0.3", + "debug": "^4.3.1", "minimatch": "^3.0.5" } }, @@ -2652,9 +2807,9 @@ "dev": true }, "@humanwhocodes/object-schema": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz", - "integrity": "sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==", + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz", + "integrity": "sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==", "dev": true }, "@isaacs/cliui": { @@ -2672,9 +2827,9 @@ }, "dependencies": { "ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "dev": true }, "strip-ansi": { @@ -2728,9 +2883,9 @@ "dev": true }, "@types/node": { - "version": "18.18.8", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.8.tgz", - "integrity": "sha512-OLGBaaK5V3VRBS1bAkMVP2/W9B+H8meUfl866OrMNQqt7wDgdpWPp5o6gmIc9pB+lIQHSq4ZL8ypeH1vPxcPaQ==", + "version": "18.19.75", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.75.tgz", + "integrity": "sha512-UIksWtThob6ZVSyxcOqCLOUNg/dyO1Qvx4McgeuhrEtHTLFTf7BBhEazaE4K806FGTPtzd/2sE90qn4fVr7cyw==", "dev": true, "requires": { "undici-types": "~5.26.4" @@ -2848,9 +3003,9 @@ "dev": true }, "acorn": { - "version": "8.11.2", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.2.tgz", - "integrity": "sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==", + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true }, "acorn-jsx": { @@ -2967,9 +3122,9 @@ "dev": true }, "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", "dev": true, "requires": { "path-key": "^3.1.0", @@ -2993,9 +3148,9 @@ "dev": true }, "diff": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/diff/-/diff-5.1.0.tgz", - "integrity": "sha512-D+mk+qE8VC/PAUrlAU34N+VfXev0ghe5ywmpqrawphmVZc1bEfn56uo9qpyGp1p4xpzOHkSW4ztBd6L7Xx4ACw==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/diff/-/diff-7.0.0.tgz", + "integrity": "sha512-PJWHUb1RFevKCwaFA9RlG5tCd+FO5iRh9A8HEtkmBH2Li03iJriB6m6JIN4rGz3K3JLawI7/veA1xzRKP6ISBw==", "dev": true }, "dir-glob": { @@ -3029,33 +3184,36 @@ "dev": true }, "esbuild": { - "version": "0.19.5", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.19.5.tgz", - "integrity": "sha512-bUxalY7b1g8vNhQKdB24QDmHeY4V4tw/s6Ak5z+jJX9laP5MoQseTOMemAr0gxssjNcH0MCViG8ONI2kksvfFQ==", - "dev": true, - "requires": { - "@esbuild/android-arm": "0.19.5", - "@esbuild/android-arm64": "0.19.5", - "@esbuild/android-x64": "0.19.5", - "@esbuild/darwin-arm64": "0.19.5", - "@esbuild/darwin-x64": "0.19.5", - "@esbuild/freebsd-arm64": "0.19.5", - "@esbuild/freebsd-x64": "0.19.5", - "@esbuild/linux-arm": "0.19.5", - "@esbuild/linux-arm64": "0.19.5", - "@esbuild/linux-ia32": "0.19.5", - "@esbuild/linux-loong64": "0.19.5", - "@esbuild/linux-mips64el": "0.19.5", - "@esbuild/linux-ppc64": "0.19.5", - "@esbuild/linux-riscv64": "0.19.5", - "@esbuild/linux-s390x": "0.19.5", - "@esbuild/linux-x64": "0.19.5", - "@esbuild/netbsd-x64": "0.19.5", - "@esbuild/openbsd-x64": "0.19.5", - "@esbuild/sunos-x64": "0.19.5", - "@esbuild/win32-arm64": "0.19.5", - "@esbuild/win32-ia32": "0.19.5", - "@esbuild/win32-x64": "0.19.5" + "version": "0.24.2", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.2.tgz", + "integrity": "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==", + "dev": true, + "requires": { + "@esbuild/aix-ppc64": "0.24.2", + "@esbuild/android-arm": "0.24.2", + "@esbuild/android-arm64": "0.24.2", + "@esbuild/android-x64": "0.24.2", + "@esbuild/darwin-arm64": "0.24.2", + "@esbuild/darwin-x64": "0.24.2", + "@esbuild/freebsd-arm64": "0.24.2", + "@esbuild/freebsd-x64": "0.24.2", + "@esbuild/linux-arm": "0.24.2", + "@esbuild/linux-arm64": "0.24.2", + "@esbuild/linux-ia32": "0.24.2", + "@esbuild/linux-loong64": "0.24.2", + "@esbuild/linux-mips64el": "0.24.2", + "@esbuild/linux-ppc64": "0.24.2", + "@esbuild/linux-riscv64": "0.24.2", + "@esbuild/linux-s390x": "0.24.2", + "@esbuild/linux-x64": "0.24.2", + "@esbuild/netbsd-arm64": "0.24.2", + "@esbuild/netbsd-x64": "0.24.2", + "@esbuild/openbsd-arm64": "0.24.2", + "@esbuild/openbsd-x64": "0.24.2", + "@esbuild/sunos-x64": "0.24.2", + "@esbuild/win32-arm64": "0.24.2", + "@esbuild/win32-ia32": "0.24.2", + "@esbuild/win32-x64": "0.24.2" } }, "escape-string-regexp": { @@ -3065,16 +3223,16 @@ "dev": true }, "eslint": { - "version": "8.52.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.52.0.tgz", - "integrity": "sha512-zh/JHnaixqHZsolRB/w9/02akBk9EPrOs9JwcTP2ek7yL5bVvXuRariiaAjjoJ5DvuwQ1WAE/HsMz+w17YgBCg==", + "version": "8.57.1", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", + "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", "dev": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", - "@eslint/eslintrc": "^2.1.2", - "@eslint/js": "8.52.0", - "@humanwhocodes/config-array": "^0.11.13", + "@eslint/eslintrc": "^2.1.4", + "@eslint/js": "8.57.1", + "@humanwhocodes/config-array": "^0.13.0", "@humanwhocodes/module-importer": "^1.0.1", "@nodelib/fs.walk": "^1.2.8", "@ungap/structured-clone": "^1.2.0", @@ -3314,16 +3472,17 @@ "dev": true }, "glob": { - "version": "10.3.10", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", - "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "dev": true, "requires": { "foreground-child": "^3.1.0", - "jackspeak": "^2.3.5", - "minimatch": "^9.0.1", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", - "path-scurry": "^1.10.1" + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" }, "dependencies": { "brace-expansion": { @@ -3336,9 +3495,9 @@ } }, "minimatch": { - "version": "9.0.3", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", - "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, "requires": { "brace-expansion": "^2.0.1" @@ -3356,9 +3515,9 @@ } }, "globals": { - "version": "13.23.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.23.0.tgz", - "integrity": "sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==", + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", "dev": true, "requires": { "type-fest": "^0.20.2" @@ -3397,9 +3556,9 @@ "dev": true }, "import-fresh": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", - "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", + "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", "dev": true, "requires": { "parent-module": "^1.0.0", @@ -3468,9 +3627,9 @@ "dev": true }, "jackspeak": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", - "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", "dev": true, "requires": { "@isaacs/cliui": "^8.0.2", @@ -3539,14 +3698,14 @@ "dev": true }, "long": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/long/-/long-5.2.3.tgz", - "integrity": "sha512-lcHwpNoggQTObv5apGNCTdJrO69eHOZMi4BNC+rTLER8iHAqGrUVeLh/irVIM7zTw2bOXA8T6uNPeujwOLg/2Q==" + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/long/-/long-5.2.4.tgz", + "integrity": "sha512-qtzLbJE8hq7VabR3mISmVGtoXP8KGc2Z/AT8OuqlYD7JTR3oqrgwdjnk07wpj1twXxYmgDXgoKVWUG/fReSzHg==" }, "lru-cache": { - "version": "10.0.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.0.1.tgz", - "integrity": "sha512-IJ4uwUTi2qCccrioU6g9g/5rvvVl13bsdczUUcqbciD9iLr095yj8DQKdObriEvuNSx325N1rV1O0sJFszx75g==", + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", "dev": true }, "merge2": { @@ -3556,12 +3715,12 @@ "dev": true }, "micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, "requires": { - "braces": "^3.0.2", + "braces": "^3.0.3", "picomatch": "^2.3.1" } }, @@ -3575,9 +3734,9 @@ } }, "minipass": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", - "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", "dev": true }, "ms": { @@ -3639,6 +3798,12 @@ "p-limit": "^3.0.2" } }, + "package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true + }, "parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", @@ -3667,12 +3832,12 @@ "dev": true }, "path-scurry": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", - "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", "dev": true, "requires": { - "lru-cache": "^9.1.1 || ^10.0.0", + "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" } }, @@ -3811,9 +3976,9 @@ }, "dependencies": { "ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "dev": true }, "strip-ansi": { @@ -3925,9 +4090,9 @@ "dev": true }, "typescript": { - "version": "5.5.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", - "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "version": "5.7.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", + "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true }, "undici-types": { @@ -3966,9 +4131,9 @@ }, "dependencies": { "ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "dev": true }, "ansi-styles": { diff --git a/package.json b/package.json index b2a0ee359d..d8d5b47062 100644 --- a/package.json +++ b/package.json @@ -20,23 +20,23 @@ "url": "https://github.com/AssemblyScript/assemblyscript/issues" }, "engines": { - "node": ">=16", - "npm": ">=7" + "node": ">=18", + "npm": ">=10" }, "engineStrict": true, "dependencies": { "binaryen": "116.0.0-nightly.20240114", - "long": "^5.2.1" + "long": "^5.2.4" }, "devDependencies": { - "@types/node": "^18.13.0", - "@typescript-eslint/eslint-plugin": "^5.51.0", - "@typescript-eslint/parser": "^5.51.0", - "diff": "^5.1.0", - "esbuild": "^0.19.4", - "eslint": "^8.33.0", - "glob": "^10.3.0", - "typescript": "^5.5.4" + "@types/node": "^18.19.75", + "@typescript-eslint/eslint-plugin": "^5.62.0", + "@typescript-eslint/parser": "^5.62.0", + "diff": "^7.0.0", + "esbuild": "^0.24.2", + "eslint": "^8.57.1", + "glob": "^10.4.5", + "typescript": "^5.7.3" }, "type": "module", "exports": { @@ -50,8 +50,8 @@ }, "./transform": { "import": "./dist/transform.js", - "require": "./dist/transform.cjs", - "types": "./dist/transform.d.ts" + "types": "./dist/transform.d.ts", + "require": "./dist/transform.cjs" }, "./binaryen": { "import": "./lib/binaryen.js", From 6e151f8e54d6ddace296e09e5339cde753bdc197 Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Thu, 6 Feb 2025 20:06:27 -0800 Subject: [PATCH 070/103] feat: Support rest params in function calls (#2905) --- src/compiler.ts | 55 +- src/resolver.ts | 48 +- tests/compiler/call-rest-err.json | 14 + tests/compiler/call-rest-err.ts | 15 + tests/compiler/call-rest.debug.wat | 4023 ++++++++++++++++++++++++ tests/compiler/call-rest.json | 4 + tests/compiler/call-rest.release.wat | 2983 ++++++++++++++++++ tests/compiler/call-rest.ts | 54 + tests/compiler/issues/2707.debug.wat | 2593 +++++++++++++++ tests/compiler/issues/2707.json | 5 +- tests/compiler/issues/2707.release.wat | 1630 ++++++++++ 11 files changed, 11397 insertions(+), 27 deletions(-) create mode 100644 tests/compiler/call-rest-err.json create mode 100644 tests/compiler/call-rest-err.ts create mode 100644 tests/compiler/call-rest.debug.wat create mode 100644 tests/compiler/call-rest.json create mode 100644 tests/compiler/call-rest.release.wat create mode 100644 tests/compiler/call-rest.ts create mode 100644 tests/compiler/issues/2707.debug.wat create mode 100644 tests/compiler/issues/2707.release.wat diff --git a/src/compiler.ts b/src/compiler.ts index bf4e482b94..421d062a94 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -182,7 +182,8 @@ import { findDecorator, isTypeOmitted, Source, - TypeDeclaration + TypeDeclaration, + ParameterKind } from "./ast"; import { @@ -6171,16 +6172,7 @@ export class Compiler extends DiagnosticEmitter { return false; } - // not yet implemented (TODO: maybe some sort of an unmanaged/lightweight array?) let hasRest = signature.hasRest; - if (hasRest) { - this.error( - DiagnosticCode.Not_implemented_0, - reportNode.range, "Rest parameters" - ); - return false; - } - let minimum = signature.requiredParameters; let maximum = signature.parameterTypes.length; @@ -6225,6 +6217,37 @@ export class Compiler extends DiagnosticEmitter { } } + private adjustArgumentsForRestParams( + argumentExpressions: Expression[], + signature: Signature, + reportNode: Node + ) : Expression[] { + + // if no rest args, return the original args + if (!signature.hasRest) { + return argumentExpressions; + } + + // if there are fewer args than params, then the rest args were not provided + // so return the original args + const numArguments = argumentExpressions.length; + const numParams = signature.parameterTypes.length; + if (numArguments < numParams) { + return argumentExpressions; + } + + // make an array literal expression from the rest args + let elements = argumentExpressions.slice(numParams - 1); + let range = new Range(elements[0].range.start, elements[elements.length - 1].range.end); + range.source = reportNode.range.source; + let arrExpr = new ArrayLiteralExpression(elements, range); + + // return the original args, but replace the rest args with the array + const exprs = argumentExpressions.slice(0, numParams - 1); + exprs.push(arrExpr); + return exprs; + } + /** Compiles a direct call to a concrete function. */ compileCallDirect( instance: Function, @@ -6246,6 +6269,9 @@ export class Compiler extends DiagnosticEmitter { } if (instance.hasDecorator(DecoratorFlags.Unsafe)) this.checkUnsafe(reportNode); + argumentExpressions = this.adjustArgumentsForRestParams(argumentExpressions, signature, reportNode); + numArguments = argumentExpressions.length; + // handle call on `this` in constructors let sourceFunction = this.currentFlow.sourceFunction; if (sourceFunction.is(CommonFlags.Constructor) && reportNode.isAccessOnThis) { @@ -6477,7 +6503,11 @@ export class Compiler extends DiagnosticEmitter { let declaration = originalParameterDeclarations[minArguments + i]; let initializer = declaration.initializer; let initExpr: ExpressionRef; - if (initializer) { + if (declaration.parameterKind === ParameterKind.Rest) { + const arrExpr = new ArrayLiteralExpression([], declaration.range.atEnd); + initExpr = this.compileArrayLiteral(arrExpr, type, Constraints.ConvExplicit); + initExpr = module.local_set(operandIndex, initExpr, type.isManaged); + } else if (initializer) { initExpr = this.compileExpression( initializer, type, @@ -6863,6 +6893,9 @@ export class Compiler extends DiagnosticEmitter { return this.module.unreachable(); } + argumentExpressions = this.adjustArgumentsForRestParams(argumentExpressions, signature, reportNode); + numArguments = argumentExpressions.length; + let numArgumentsInclThis = thisArg ? numArguments + 1 : numArguments; let operands = new Array(numArgumentsInclThis); let index = 0; diff --git a/src/resolver.ts b/src/resolver.ts index 389d3d8971..4718529d5d 100644 --- a/src/resolver.ts +++ b/src/resolver.ts @@ -738,7 +738,9 @@ export class Resolver extends DiagnosticEmitter { ctxFlow, reportMode, ); - + if (!resolvedTypeArguments) { + return null; + } return this.resolveFunction( prototype, resolvedTypeArguments, @@ -778,16 +780,24 @@ export class Resolver extends DiagnosticEmitter { let numParameters = parameterNodes.length; let argumentNodes: Expression[]; + let argumentsRange: Range; switch (node.kind) { - case NodeKind.Call: - argumentNodes = (node).args; + case NodeKind.Call: { + const expr = node as CallExpression; + argumentNodes = expr.args; + argumentsRange = expr.argumentsRange; break; - case NodeKind.New: - argumentNodes = (node).args; + } + case NodeKind.New: { + const expr = node as NewExpression; + argumentNodes = expr.args; + argumentsRange = expr.argumentsRange; break; - default: + } + default: { assert(false); return null; + } } let numArguments = argumentNodes.length; @@ -802,16 +812,27 @@ export class Resolver extends DiagnosticEmitter { if (parameterNodes[i].parameterKind == ParameterKind.Optional) { continue; } - // missing initializer -> too few arguments if (reportMode == ReportMode.Report) { - this.error( - DiagnosticCode.Expected_0_arguments_but_got_1, - node.range, numParameters.toString(), numArguments.toString() - ); + if (parameterNodes[i].parameterKind == ParameterKind.Rest) { + // rest params are optional, but one element is needed for type inference + this.error( + DiagnosticCode.Type_argument_expected, + argumentsRange.atEnd + ); + } else { + // missing initializer -> too few arguments + this.error( + DiagnosticCode.Expected_0_arguments_but_got_1, + node.range, numParameters.toString(), numArguments.toString() + ); + } } return null; } let typeNode = parameterNodes[i].type; + if (parameterNodes[i].parameterKind == ParameterKind.Rest) { + typeNode = ( typeNode).typeArguments![0]; + } if (typeNode.hasGenericComponent(typeParameterNodes)) { let type = this.resolveExpression(argumentExpression, ctxFlow, Type.auto, ReportMode.Swallow); if (type) { @@ -2921,10 +2942,13 @@ export class Resolver extends DiagnosticEmitter { let numSignatureParameters = signatureParameters.length; let parameterTypes = new Array(numSignatureParameters); let requiredParameters = 0; + let hasRest = false; for (let i = 0; i < numSignatureParameters; ++i) { let parameterDeclaration = signatureParameters[i]; if (parameterDeclaration.parameterKind == ParameterKind.Default) { requiredParameters = i + 1; + } else if (parameterDeclaration.parameterKind == ParameterKind.Rest) { + hasRest = true; } let typeNode = parameterDeclaration.type; if (isTypeOmitted(typeNode)) { @@ -2984,7 +3008,7 @@ export class Resolver extends DiagnosticEmitter { returnType = type; } - let signature = Signature.create(this.program, parameterTypes, returnType, thisType, requiredParameters); + let signature = Signature.create(this.program, parameterTypes, returnType, thisType, requiredParameters, hasRest); let nameInclTypeParameters = prototype.name; if (instanceKey.length) nameInclTypeParameters += `<${instanceKey}>`; diff --git a/tests/compiler/call-rest-err.json b/tests/compiler/call-rest-err.json new file mode 100644 index 0000000000..6ba27c0d67 --- /dev/null +++ b/tests/compiler/call-rest-err.json @@ -0,0 +1,14 @@ +{ + "asc_flags": [ + ], + "stderr": [ + "TS2322: Type '~lib/string/String' is not assignable to type 'i32'.", + "sum('a', 'b')", + "TS2322: Type '~lib/string/String' is not assignable to type 'i32'.", + "sum('a', 'b')", + "TS2322: Type '~lib/string/String' is not assignable to type 'i32'.", + "count(1, 'a')", + "TS1140: Type argument expected.", + "count()" + ] +} diff --git a/tests/compiler/call-rest-err.ts b/tests/compiler/call-rest-err.ts new file mode 100644 index 0000000000..8008ede2c9 --- /dev/null +++ b/tests/compiler/call-rest-err.ts @@ -0,0 +1,15 @@ +function sum(...args: i32[]): i32 { + let sum = 0; + for (let i = 0, k = args.length; i < k; ++i) { + sum += args[i]; + } + return sum; +} + +function count(...args: T[]): i32 { + return args.length; +} + +sum('a', 'b'); // expect a type mismatch error on each argument +count(1, 'a'); // expect a type mismatch error on the second argument +count(); // expect type inference error diff --git a/tests/compiler/call-rest.debug.wat b/tests/compiler/call-rest.debug.wat new file mode 100644 index 0000000000..d4d20d6b81 --- /dev/null +++ b/tests/compiler/call-rest.debug.wat @@ -0,0 +1,4023 @@ +(module + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32 i32) (result i32))) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func)) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param i32 i32 i32 i32) (result i32))) + (type $8 (func (param i32 i32 i32 i32))) + (type $9 (func (param i32 i32 i64) (result i32))) + (type $10 (func (result i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) + (global $~lib/shared/runtime/Runtime.Incremental i32 (i32.const 2)) + (global $~argumentsLength (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/native/ASC_LOW_MEMORY_LIMIT i32 (i32.const 0)) + (global $call-rest/indirect (mut i32) (i32.const 624)) + (global $~lib/native/ASC_RUNTIME i32 (i32.const 2)) + (global $~lib/rt/__rtti_base i32 (i32.const 1072)) + (global $~lib/memory/__data_end i32 (i32.const 1112)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33880)) + (global $~lib/memory/__heap_base i32 (i32.const 33880)) + (memory $0 1) + (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 76) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s\00\00\00") + (data $2 (i32.const 124) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 156) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $4 (i32.const 220) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 288) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 320) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 400) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 428) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 492) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\00c\00a\00l\00l\00-\00r\00e\00s\00t\00.\00t\00s\00\00\00\00\00") + (data $11 (i32.const 540) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 572) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00") + (data $13 (i32.const 604) "\1c\00\00\00\00\00\00\00\00\00\00\00\06\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $14 (i32.const 636) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") + (data $15 (i32.const 668) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00") + (data $16 (i32.const 700) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h\00") + (data $17 (i32.const 748) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $18 (i32.const 780) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\03\00\00\00\00\00\00\00\00\00\00\00") + (data $19 (i32.const 812) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\03\00\00\00\04\00\00\00\05\00\00\00") + (data $20 (i32.const 844) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $21 (i32.const 876) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\04\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $22 (i32.const 908) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00") + (data $23 (i32.const 940) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") + (data $24 (i32.const 972) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00b\00\00\00\00\00\00\00\00\00\00\00") + (data $25 (i32.const 1004) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00c\00\00\00\00\00\00\00\00\00\00\00") + (data $26 (i32.const 1036) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\0c\00\00\00\c0\03\00\00\e0\03\00\00\00\04\00\00") + (data $27 (i32.const 1072) "\t\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00\02\01\00\00\00\00\00\00\00\00\00\00\02A\00\00") + (table $0 2 2 funcref) + (elem $0 (i32.const 1) $call-rest/fn@varargs) + (export "memory" (memory $0)) + (start $~start) + (func $~lib/array/Array#get:length_ (param $this i32) (result i32) + local.get $this + i32.load offset=12 + ) + (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) + local.get $this + local.get $nextWithColor + i32.store offset=4 + ) + (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store offset=8 + ) + (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:prev + local.get $space + return + ) + (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + return + ) + (func $~lib/rt/itcms/Object#get:color (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + return + ) + (func $~lib/rt/itcms/visitRoots (param $cookie i32) + (local $pn i32) + (local $iter i32) + local.get $cookie + call $~lib/rt/__visit_globals + global.get $~lib/rt/itcms/pinSpace + local.set $pn + local.get $pn + call $~lib/rt/itcms/Object#get:next + local.set $iter + loop $while-continue|0 + local.get $iter + local.get $pn + i32.ne + if + i32.const 1 + drop + local.get $iter + call $~lib/rt/itcms/Object#get:color + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 240 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $iter + i32.const 20 + i32.add + local.get $cookie + call $~lib/rt/__visit_members + local.get $iter + call $~lib/rt/itcms/Object#get:next + local.set $iter + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/Object#set:color (param $this i32) (param $color i32) + local.get $this + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $color + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) + local.get $this + local.get $obj + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#unlink (param $this i32) + (local $next i32) + (local $prev i32) + local.get $this + call $~lib/rt/itcms/Object#get:next + local.set $next + local.get $next + i32.const 0 + i32.eq + if + i32.const 1 + drop + local.get $this + call $~lib/rt/itcms/Object#get:prev + i32.const 0 + i32.eq + if (result i32) + local.get $this + global.get $~lib/memory/__heap_base + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 240 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + return + end + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.set $prev + i32.const 1 + drop + local.get $prev + i32.eqz + if + i32.const 0 + i32.const 240 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $next + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $next + call $~lib/rt/itcms/Object#set:next + ) + (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) + local.get $this + i32.load offset=12 + ) + (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/__typeinfo (param $id i32) (result i32) + (local $ptr i32) + global.get $~lib/rt/__rtti_base + local.set $ptr + local.get $id + local.get $ptr + i32.load + i32.gt_u + if + i32.const 32 + i32.const 368 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $ptr + i32.const 4 + i32.add + local.get $id + i32.const 4 + i32.mul + i32.add + call $~lib/shared/typeinfo/Typeinfo#get:flags + return + ) + (func $~lib/rt/itcms/Object#get:isPointerfree (param $this i32) (result i32) + (local $rtId i32) + local.get $this + call $~lib/rt/itcms/Object#get:rtId + local.set $rtId + local.get $rtId + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $rtId + call $~lib/rt/__typeinfo + i32.const 32 + i32.and + i32.const 0 + i32.ne + end + return + ) + (func $~lib/rt/itcms/Object#linkTo (param $this i32) (param $list i32) (param $withColor i32) + (local $prev i32) + local.get $list + call $~lib/rt/itcms/Object#get:prev + local.set $prev + local.get $this + local.get $list + local.get $withColor + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $this + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $this + call $~lib/rt/itcms/Object#set:next + local.get $list + local.get $this + call $~lib/rt/itcms/Object#set:prev + ) + (func $~lib/rt/itcms/Object#makeGray (param $this i32) + (local $1 i32) + local.get $this + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.tee $1 + i32.eqz + if (result i32) + i32.const 0 + i32.const 240 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + else + local.get $1 + end + global.set $~lib/rt/itcms/iter + end + local.get $this + call $~lib/rt/itcms/Object#unlink + local.get $this + global.get $~lib/rt/itcms/toSpace + local.get $this + call $~lib/rt/itcms/Object#get:isPointerfree + if (result i32) + global.get $~lib/rt/itcms/white + i32.eqz + else + i32.const 2 + end + call $~lib/rt/itcms/Object#linkTo + ) + (func $~lib/rt/itcms/__visit (param $ptr i32) (param $cookie i32) + (local $obj i32) + local.get $ptr + i32.eqz + if + return + end + local.get $ptr + i32.const 20 + i32.sub + local.set $obj + i32.const 0 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eq + if + local.get $obj + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) + (func $~lib/rt/itcms/visitStack (param $cookie i32) + (local $ptr i32) + global.get $~lib/memory/__stack_pointer + local.set $ptr + loop $while-continue|0 + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $ptr + i32.load + local.get $cookie + call $~lib/rt/itcms/__visit + local.get $ptr + i32.const 4 + i32.add + local.set $ptr + br $while-continue|0 + end + end + ) + (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) + i32.const 4 + local.get $this + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + return + ) + (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) + local.get $this + local.get $flMap + i32.store + ) + (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) + local.get $this + local.get $mmInfo + i32.store + ) + (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store offset=4 + ) + (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) + local.get $this + local.get $next + i32.store offset=8 + ) + (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $6 i32) + (local $7 i32) + (local $boundedSize i32) + (local $prev i32) + (local $next i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $root|14 i32) + (local $fl|15 i32) + (local $sl|16 i32) + (local $head i32) + (local $root|18 i32) + (local $fl|19 i32) + (local $slMap i32) + (local $root|21 i32) + (local $fl|22 i32) + (local $slMap|23 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $6 + i32.const 1073741820 + local.tee $7 + local.get $6 + local.get $7 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/tlsf/Block#get:prev + local.set $prev + local.get $block + call $~lib/rt/tlsf/Block#get:next + local.set $next + local.get $prev + if + local.get $prev + local.get $next + call $~lib/rt/tlsf/Block#set:next + end + local.get $next + if + local.get $next + local.get $prev + call $~lib/rt/tlsf/Block#set:prev + end + local.get $block + block $~lib/rt/tlsf/GETHEAD|inlined.0 (result i32) + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.0 + end + i32.eq + if + local.get $root + local.set $root|14 + local.get $fl + local.set $fl|15 + local.get $sl + local.set $sl|16 + local.get $next + local.set $head + local.get $root|14 + local.get $fl|15 + i32.const 4 + i32.shl + local.get $sl|16 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store offset=96 + local.get $next + i32.eqz + if + block $~lib/rt/tlsf/GETSL|inlined.0 (result i32) + local.get $root + local.set $root|18 + local.get $fl + local.set $fl|19 + local.get $root|18 + local.get $fl|19 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.0 + end + local.set $slMap + local.get $root + local.set $root|21 + local.get $fl + local.set $fl|22 + local.get $slMap + i32.const 1 + local.get $sl + i32.shl + i32.const -1 + i32.xor + i32.and + local.tee $slMap + local.set $slMap|23 + local.get $root|21 + local.get $fl|22 + i32.const 2 + i32.shl + i32.add + local.get $slMap|23 + i32.store offset=4 + local.get $slMap + i32.eqz + if + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.const -1 + i32.xor + i32.and + call $~lib/rt/tlsf/Root#set:flMap + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $block|3 i32) + (local $right i32) + (local $rightInfo i32) + (local $block|6 i32) + (local $block|7 i32) + (local $left i32) + (local $leftInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $13 i32) + (local $14 i32) + (local $boundedSize i32) + (local $root|16 i32) + (local $fl|17 i32) + (local $sl|18 i32) + (local $head i32) + (local $root|20 i32) + (local $fl|21 i32) + (local $sl|22 i32) + (local $head|23 i32) + (local $root|24 i32) + (local $fl|25 i32) + (local $root|26 i32) + (local $fl|27 i32) + (local $slMap i32) + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETRIGHT|inlined.0 (result i32) + local.get $block + local.set $block|3 + local.get $block|3 + i32.const 4 + i32.add + local.get $block|3 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.0 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + local.get $rightInfo + i32.const 1 + i32.and + if + local.get $root + local.get $right + call $~lib/rt/tlsf/removeBlock + local.get $block + local.get $blockInfo + i32.const 4 + i32.add + local.get $rightInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.1 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.1 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + end + local.get $blockInfo + i32.const 2 + i32.and + if + block $~lib/rt/tlsf/GETFREELEFT|inlined.0 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.sub + i32.load + br $~lib/rt/tlsf/GETFREELEFT|inlined.0 + end + local.set $left + local.get $left + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $leftInfo + i32.const 1 + drop + local.get $leftInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $left + call $~lib/rt/tlsf/removeBlock + local.get $left + local.set $block + local.get $block + local.get $leftInfo + i32.const 4 + i32.add + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + end + local.get $right + local.get $rightInfo + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + drop + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.get $right + i32.eq + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $right + i32.const 4 + i32.sub + local.get $block + i32.store + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $13 + i32.const 1073741820 + local.tee $14 + local.get $13 + local.get $14 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.1 (result i32) + local.get $root + local.set $root|16 + local.get $fl + local.set $fl|17 + local.get $sl + local.set $sl|18 + local.get $root|16 + local.get $fl|17 + i32.const 4 + i32.shl + local.get $sl|18 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.1 + end + local.set $head + local.get $block + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $block + local.get $head + call $~lib/rt/tlsf/Block#set:next + local.get $head + if + local.get $head + local.get $block + call $~lib/rt/tlsf/Block#set:prev + end + local.get $root + local.set $root|20 + local.get $fl + local.set $fl|21 + local.get $sl + local.set $sl|22 + local.get $block + local.set $head|23 + local.get $root|20 + local.get $fl|21 + i32.const 4 + i32.shl + local.get $sl|22 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head|23 + i32.store offset=96 + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.or + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|26 + local.get $fl + local.set $fl|27 + block $~lib/rt/tlsf/GETSL|inlined.1 (result i32) + local.get $root + local.set $root|24 + local.get $fl + local.set $fl|25 + local.get $root|24 + local.get $fl|25 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.1 + end + i32.const 1 + local.get $sl + i32.shl + i32.or + local.set $slMap + local.get $root|26 + local.get $fl|27 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) + (local $tail i32) + (local $tailInfo i32) + (local $size i32) + (local $leftSize i32) + (local $left i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end + i32.const 1 + drop + local.get $start + i64.extend_i32_u + local.get $endU64 + i64.le_u + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + local.set $start + local.get $end + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $end + block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) + local.get $root + local.set $root|4 + local.get $root|4 + i32.load offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.0 + end + local.set $tail + i32.const 0 + local.set $tailInfo + local.get $tail + if + i32.const 1 + drop + local.get $start + local.get $tail + i32.const 4 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 16 + i32.sub + local.get $tail + i32.eq + if + local.get $start + i32.const 16 + i32.sub + local.set $start + local.get $tail + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $tailInfo + else + end + else + i32.const 1 + drop + local.get $start + local.get $root + i32.const 1572 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $end + local.get $start + i32.sub + local.set $size + local.get $size + i32.const 4 + i32.const 12 + i32.add + i32.const 4 + i32.add + i32.lt_u + if + i32.const 0 + return + end + local.get $size + i32.const 2 + i32.const 4 + i32.mul + i32.sub + local.set $leftSize + local.get $start + local.set $left + local.get $left + local.get $leftSize + i32.const 1 + i32.or + local.get $tailInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:next + local.get $start + i32.const 4 + i32.add + local.get $leftSize + i32.add + local.set $tail + local.get $tail + i32.const 0 + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.set $root|10 + local.get $tail + local.set $tail|11 + local.get $root|10 + local.get $tail|11 + i32.store offset=1568 + local.get $root + local.get $left + call $~lib/rt/tlsf/insertBlock + i32.const 1 + return + ) + (func $~lib/rt/tlsf/initialize + (local $rootOffset i32) + (local $pagesBefore i32) + (local $pagesNeeded i32) + (local $root i32) + (local $root|4 i32) + (local $tail i32) + (local $fl i32) + (local $root|7 i32) + (local $fl|8 i32) + (local $slMap i32) + (local $sl i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $head i32) + (local $memStart i32) + i32.const 0 + drop + global.get $~lib/memory/__heap_base + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $rootOffset + memory.size + local.set $pagesBefore + local.get $rootOffset + i32.const 1572 + 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 $pagesNeeded + local.get $pagesNeeded + local.get $pagesBefore + i32.gt_s + if (result i32) + local.get $pagesNeeded + local.get $pagesBefore + i32.sub + memory.grow + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + local.get $rootOffset + local.set $root + local.get $root + i32.const 0 + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|4 + i32.const 0 + local.set $tail + local.get $root|4 + local.get $tail + i32.store offset=1568 + i32.const 0 + local.set $fl + loop $for-loop|0 + local.get $fl + i32.const 23 + i32.lt_u + if + local.get $root + local.set $root|7 + local.get $fl + local.set $fl|8 + i32.const 0 + local.set $slMap + local.get $root|7 + local.get $fl|8 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store offset=4 + i32.const 0 + local.set $sl + loop $for-loop|1 + local.get $sl + i32.const 16 + i32.lt_u + if + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + i32.const 0 + local.set $head + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store offset=96 + local.get $sl + i32.const 1 + i32.add + local.set $sl + br $for-loop|1 + end + end + local.get $fl + i32.const 1 + i32.add + local.set $fl + br $for-loop|0 + end + end + local.get $rootOffset + i32.const 1572 + i32.add + local.set $memStart + i32.const 0 + drop + local.get $root + local.get $memStart + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + local.get $root + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/tlsf/checkUsedBlock (param $ptr i32) (result i32) + (local $block i32) + local.get $ptr + i32.const 4 + i32.sub + local.set $block + local.get $ptr + i32.const 0 + i32.ne + if (result i32) + local.get $ptr + i32.const 15 + i32.and + i32.eqz + else + i32.const 0 + end + if (result i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.and + i32.eqz + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $block + return + ) + (func $~lib/rt/tlsf/freeBlock (param $root i32) (param $block i32) + i32.const 0 + drop + local.get $block + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $block + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/__free (param $ptr i32) + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + return + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $ptr + call $~lib/rt/tlsf/checkUsedBlock + call $~lib/rt/tlsf/freeBlock + ) + (func $~lib/rt/itcms/free (param $obj i32) + local.get $obj + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:prev + else + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.sub + global.set $~lib/rt/itcms/total + i32.const 0 + drop + local.get $obj + i32.const 4 + i32.add + call $~lib/rt/tlsf/__free + end + ) + (func $~lib/rt/itcms/step (result i32) + (local $obj i32) + (local $1 i32) + (local $black i32) + (local $from i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + local.set $1 + local.get $1 + i32.const 0 + i32.eq + br_if $case0|0 + local.get $1 + i32.const 1 + i32.eq + br_if $case1|0 + local.get $1 + i32.const 2 + i32.eq + br_if $case2|0 + br $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $black + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|1 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + global.set $~lib/rt/itcms/iter + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.eq + if + i32.const 0 + call $~lib/rt/itcms/visitStack + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|2 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $from + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $from + global.set $~lib/rt/itcms/toSpace + local.get $black + global.set $~lib/rt/itcms/white + local.get $from + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/iter + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 1 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eqz + i32.eq + i32.eqz + if + i32.const 0 + i32.const 240 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $obj + call $~lib/rt/itcms/free + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:nextWithColor + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:prev + i32.const 0 + global.set $~lib/rt/itcms/state + br $break|0 + end + i32.const 0 + return + ) + (func $~lib/rt/itcms/interrupt + (local $budget i32) + i32.const 0 + drop + i32.const 0 + drop + i32.const 1024 + i32.const 200 + i32.mul + i32.const 100 + i32.div_u + local.set $budget + loop $do-loop|0 + local.get $budget + call $~lib/rt/itcms/step + i32.sub + local.set $budget + global.get $~lib/rt/itcms/state + i32.const 0 + i32.eq + if + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i32.const 200 + i64.extend_i32_u + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + return + end + local.get $budget + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i32.const 1024 + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.mul + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + ) + (func $~lib/rt/tlsf/computeSize (param $size i32) (result i32) + local.get $size + i32.const 12 + i32.le_u + if (result i32) + i32.const 12 + else + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + end + return + ) + (func $~lib/rt/tlsf/prepareSize (param $size i32) (result i32) + local.get $size + i32.const 1073741820 + i32.gt_u + if + i32.const 176 + i32.const 448 + i32.const 461 + i32.const 29 + call $~lib/builtins/abort + unreachable + end + local.get $size + call $~lib/rt/tlsf/computeSize + return + ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) + (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) + (local $fl i32) + (local $sl i32) + (local $requestSize i32) + (local $root|5 i32) + (local $fl|6 i32) + (local $slMap i32) + (local $head i32) + (local $flMap i32) + (local $root|10 i32) + (local $fl|11 i32) + (local $root|12 i32) + (local $fl|13 i32) + (local $sl|14 i32) + (local $root|15 i32) + (local $fl|16 i32) + (local $sl|17 i32) + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $requestSize + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub + local.get $requestSize + i32.clz + i32.sub + local.set $fl + local.get $requestSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 334 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETSL|inlined.2 (result i32) + local.get $root + local.set $root|5 + local.get $fl + local.set $fl|6 + local.get $root|5 + local.get $fl|6 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.2 + end + i32.const 0 + i32.const -1 + i32.xor + local.get $sl + i32.shl + i32.and + local.set $slMap + i32.const 0 + local.set $head + local.get $slMap + i32.eqz + if + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 0 + i32.const -1 + i32.xor + local.get $fl + i32.const 1 + i32.add + i32.shl + i32.and + local.set $flMap + local.get $flMap + i32.eqz + if + i32.const 0 + local.set $head + else + local.get $flMap + i32.ctz + local.set $fl + block $~lib/rt/tlsf/GETSL|inlined.3 (result i32) + local.get $root + local.set $root|10 + local.get $fl + local.set $fl|11 + local.get $root|10 + local.get $fl|11 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.3 + end + local.set $slMap + i32.const 1 + drop + local.get $slMap + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.2 (result i32) + local.get $root + local.set $root|12 + local.get $fl + local.set $fl|13 + local.get $slMap + i32.ctz + local.set $sl|14 + local.get $root|12 + local.get $fl|13 + i32.const 4 + i32.shl + local.get $sl|14 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.2 + end + local.set $head + end + else + block $~lib/rt/tlsf/GETHEAD|inlined.3 (result i32) + local.get $root + local.set $root|15 + local.get $fl + local.set $fl|16 + local.get $slMap + i32.ctz + local.set $sl|17 + local.get $root|15 + local.get $fl|16 + i32.const 4 + i32.shl + local.get $sl|17 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.3 + end + local.set $head + end + local.get $head + return + ) + (func $~lib/rt/tlsf/growMemory (param $root i32) (param $size i32) + (local $pagesBefore i32) + (local $root|3 i32) + (local $pagesNeeded i32) + (local $5 i32) + (local $6 i32) + (local $pagesWanted i32) + (local $pagesAfter i32) + i32.const 0 + drop + local.get $size + i32.const 256 + i32.ge_u + if + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $size + end + memory.size + local.set $pagesBefore + local.get $size + i32.const 4 + local.get $pagesBefore + i32.const 16 + i32.shl + i32.const 4 + i32.sub + block $~lib/rt/tlsf/GETTAIL|inlined.1 (result i32) + local.get $root + local.set $root|3 + local.get $root|3 + i32.load offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.1 + end + i32.ne + i32.shl + i32.add + local.set $size + local.get $size + i32.const 65535 + i32.add + i32.const 65535 + i32.const -1 + i32.xor + i32.and + i32.const 16 + i32.shr_u + local.set $pagesNeeded + local.get $pagesBefore + local.tee $5 + local.get $pagesNeeded + local.tee $6 + local.get $5 + local.get $6 + i32.gt_s + select + local.set $pagesWanted + local.get $pagesWanted + memory.grow + i32.const 0 + i32.lt_s + if + local.get $pagesNeeded + memory.grow + i32.const 0 + i32.lt_s + if + unreachable + end + end + memory.size + local.set $pagesAfter + local.get $root + local.get $pagesBefore + i32.const 16 + i32.shl + local.get $pagesAfter + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + ) + (func $~lib/rt/tlsf/prepareBlock (param $root i32) (param $block i32) (param $size i32) + (local $blockInfo i32) + (local $remaining i32) + (local $spare i32) + (local $block|6 i32) + (local $block|7 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.and + i32.eqz + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 361 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $size + i32.sub + local.set $remaining + local.get $remaining + i32.const 4 + i32.const 12 + i32.add + i32.ge_u + if + local.get $block + local.get $size + local.get $blockInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.set $spare + local.get $spare + local.get $remaining + i32.const 4 + i32.sub + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $spare + call $~lib/rt/tlsf/insertBlock + else + local.get $block + local.get $blockInfo + i32.const 1 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.3 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.add + local.get $block|7 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.3 + end + block $~lib/rt/tlsf/GETRIGHT|inlined.2 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.2 + end + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 2 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + end + ) + (func $~lib/rt/tlsf/allocateBlock (param $root i32) (param $size i32) (result i32) + (local $payloadSize i32) + (local $block i32) + local.get $size + call $~lib/rt/tlsf/prepareSize + local.set $payloadSize + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + local.get $block + i32.eqz + if + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/growMemory + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + i32.const 1 + drop + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $payloadSize + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $block + call $~lib/rt/tlsf/removeBlock + local.get $root + local.get $block + local.get $payloadSize + call $~lib/rt/tlsf/prepareBlock + i32.const 0 + drop + local.get $block + return + ) + (func $~lib/rt/tlsf/__alloc (param $size i32) (result i32) + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $size + call $~lib/rt/tlsf/allocateBlock + i32.const 4 + i32.add + return + ) + (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) + local.get $this + local.get $rtId + i32.store offset=12 + ) + (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) + local.get $this + local.get $rtSize + i32.store offset=16 + ) + (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) + (local $obj i32) + (local $ptr i32) + local.get $size + i32.const 1073741804 + i32.ge_u + if + i32.const 176 + i32.const 240 + i32.const 261 + i32.const 31 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + call $~lib/rt/itcms/interrupt + end + i32.const 16 + local.get $size + i32.add + call $~lib/rt/tlsf/__alloc + i32.const 4 + i32.sub + local.set $obj + local.get $obj + local.get $id + call $~lib/rt/itcms/Object#set:rtId + local.get $obj + local.get $size + call $~lib/rt/itcms/Object#set:rtSize + local.get $obj + global.get $~lib/rt/itcms/fromSpace + global.get $~lib/rt/itcms/white + call $~lib/rt/itcms/Object#linkTo + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.add + global.set $~lib/rt/itcms/total + local.get $obj + i32.const 20 + i32.add + local.set $ptr + local.get $ptr + i32.const 0 + local.get $size + memory.fill + local.get $ptr + return + ) + (func $~lib/rt/__newBuffer (param $size i32) (param $id i32) (param $data i32) (result i32) + (local $buffer i32) + local.get $size + local.get $id + call $~lib/rt/itcms/__new + local.set $buffer + local.get $data + if + local.get $buffer + local.get $data + local.get $size + memory.copy + end + local.get $buffer + return + ) + (func $~lib/rt/itcms/__link (param $parentPtr i32) (param $childPtr i32) (param $expectMultiple i32) + (local $child i32) + (local $parent i32) + (local $parentColor i32) + local.get $childPtr + i32.eqz + if + return + end + i32.const 1 + drop + local.get $parentPtr + i32.eqz + if + i32.const 0 + i32.const 240 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $childPtr + i32.const 20 + i32.sub + local.set $child + local.get $child + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eq + if + local.get $parentPtr + i32.const 20 + i32.sub + local.set $parent + local.get $parent + call $~lib/rt/itcms/Object#get:color + local.set $parentColor + local.get $parentColor + global.get $~lib/rt/itcms/white + i32.eqz + i32.eq + if + local.get $expectMultiple + if + local.get $parent + call $~lib/rt/itcms/Object#makeGray + else + local.get $child + call $~lib/rt/itcms/Object#makeGray + end + else + local.get $parentColor + i32.const 3 + i32.eq + if (result i32) + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + else + i32.const 0 + end + if + local.get $child + call $~lib/rt/itcms/Object#makeGray + end + end + end + ) + (func $~lib/arraybuffer/ArrayBufferView#get:byteLength (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/arraybuffer/ArrayBufferView#get:buffer (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/itcms/Object#get:rtSize (param $this i32) (result i32) + local.get $this + i32.load offset=16 + ) + (func $~lib/rt/itcms/__renew (param $oldPtr i32) (param $size i32) (result i32) + (local $oldObj i32) + (local $newPtr i32) + (local $4 i32) + (local $5 i32) + local.get $oldPtr + i32.const 20 + i32.sub + local.set $oldObj + local.get $size + local.get $oldObj + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.const 16 + i32.sub + i32.le_u + if + local.get $oldObj + local.get $size + call $~lib/rt/itcms/Object#set:rtSize + local.get $oldPtr + return + end + local.get $size + local.get $oldObj + call $~lib/rt/itcms/Object#get:rtId + call $~lib/rt/itcms/__new + local.set $newPtr + local.get $newPtr + local.get $oldPtr + local.get $size + local.tee $4 + local.get $oldObj + call $~lib/rt/itcms/Object#get:rtSize + local.tee $5 + local.get $4 + local.get $5 + i32.lt_u + select + memory.copy + local.get $newPtr + return + ) + (func $~lib/array/Array#set:length_ (param $this i32) (param $length_ i32) + local.get $this + local.get $length_ + i32.store offset=12 + ) + (func $call-rest/Foo#set:values (param $this i32) (param $values i32) + local.get $this + local.get $values + i32.store + local.get $this + local.get $values + i32.const 0 + call $~lib/rt/itcms/__link + ) + (func $call-rest/Foo#get:values (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/array/Array<~lib/string/String>#get:length_ (param $this i32) (result i32) + local.get $this + i32.load offset=12 + ) + (func $~lib/rt/__visit_globals (param $0 i32) + (local $1 i32) + i32.const 32 + local.get $0 + call $~lib/rt/itcms/__visit + i32.const 720 + local.get $0 + call $~lib/rt/itcms/__visit + i32.const 176 + local.get $0 + call $~lib/rt/itcms/__visit + ) + (func $~lib/arraybuffer/ArrayBufferView~visit (param $0 i32) (param $1 i32) + (local $2 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + i32.load + local.tee $2 + if + local.get $2 + local.get $1 + call $~lib/rt/itcms/__visit + end + ) + (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) + ) + (func $~lib/array/Array#get:buffer (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + local.get $1 + call $~lib/array/Array#__visit + ) + (func $~lib/array/Array#get:buffer (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + local.get $1 + call $~lib/array/Array#__visit + ) + (func $~lib/function/Function<%28i32%2Ci32?%2C...~lib/array/Array%29=>i32>#get:_env (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/function/Function<%28i32%2Ci32?%2C...~lib/array/Array%29=>i32>~visit (param $0 i32) (param $1 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + local.get $1 + call $~lib/function/Function<%28i32%2Ci32?%2C...~lib/array/Array%29=>i32>#__visit + ) + (func $call-rest/Foo~visit (param $0 i32) (param $1 i32) + (local $2 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + i32.load + local.tee $2 + if + local.get $2 + local.get $1 + call $~lib/rt/itcms/__visit + end + ) + (func $~lib/array/Array<~lib/string/String>#get:dataStart (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/array/Array<~lib/string/String>#get:buffer (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/array/Array<~lib/string/String>~visit (param $0 i32) (param $1 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + local.get $1 + call $~lib/array/Array<~lib/string/String>#__visit + ) + (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) + block $invalid + block $~lib/array/Array<~lib/string/String> + block $call-rest/Foo + block $~lib/function/Function<%28i32%2Ci32?%2C...~lib/array/Array%29=>i32> + block $~lib/array/Array + block $~lib/array/Array + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/array/Array $~lib/function/Function<%28i32%2Ci32?%2C...~lib/array/Array%29=>i32> $call-rest/Foo $~lib/array/Array<~lib/string/String> $invalid + end + return + end + return + end + return + end + local.get $0 + local.get $1 + call $~lib/arraybuffer/ArrayBufferView~visit + return + end + local.get $0 + local.get $1 + call $~lib/array/Array~visit + return + end + local.get $0 + local.get $1 + call $~lib/array/Array~visit + return + end + local.get $0 + local.get $1 + call $~lib/function/Function<%28i32%2Ci32?%2C...~lib/array/Array%29=>i32>~visit + return + end + local.get $0 + local.get $1 + call $call-rest/Foo~visit + return + end + local.get $0 + local.get $1 + call $~lib/array/Array<~lib/string/String>~visit + return + end + unreachable + ) + (func $~start + call $start:call-rest + ) + (func $~stack_check + global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__data_end + i32.lt_s + if + i32.const 33904 + i32.const 33952 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + ) + (func $~lib/array/Array#get:length (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + call $~lib/array/Array#get:length_ + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + return + ) + (func $~lib/array/Array#__get (param $this i32) (param $index i32) (result i32) + (local $value i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $index + local.get $this + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + call $~lib/array/Array#get:length_ + i32.ge_u + if + i32.const 32 + i32.const 96 + i32.const 114 + i32.const 42 + call $~lib/builtins/abort + unreachable + end + local.get $this + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + call $~lib/array/Array#get:dataStart + local.get $index + i32.const 2 + i32.shl + i32.add + i32.load + local.set $value + i32.const 0 + drop + local.get $value + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + ) + (func $call-rest/fn (param $a i32) (param $b i32) (param $rest i32) (result i32) + (local $sum i32) + (local $i i32) + (local $k i32) + (local $6 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $a + local.get $b + i32.add + local.set $sum + i32.const 0 + local.set $i + local.get $rest + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store + local.get $6 + call $~lib/array/Array#get:length + local.set $k + loop $for-loop|0 + local.get $i + local.get $k + i32.lt_s + if + local.get $sum + local.get $rest + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store + local.get $6 + local.get $i + call $~lib/array/Array#__get + i32.add + local.set $sum + local.get $i + i32.const 1 + i32.add + local.set $i + br $for-loop|0 + end + end + local.get $sum + local.set $6 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $6 + return + ) + (func $call-rest/fn@varargs (param $a i32) (param $b i32) (param $rest i32) (result i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $2of2 + block $1of2 + block $0of2 + block $outOfRange + global.get $~argumentsLength + i32.const 1 + i32.sub + br_table $0of2 $1of2 $2of2 $outOfRange + end + unreachable + end + i32.const 0 + local.set $b + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 2 + i32.const 5 + i32.const 144 + call $~lib/rt/__newArray + local.tee $rest + i32.store + end + local.get $a + local.get $b + local.get $rest + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + call $call-rest/fn + local.set $5 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $5 + ) + (func $~lib/array/ensureCapacity (param $array i32) (param $newSize i32) (param $alignLog2 i32) (param $canGrow i32) + (local $oldCapacity i32) + (local $oldData i32) + (local $6 i32) + (local $7 i32) + (local $newCapacity i32) + (local $9 i32) + (local $10 i32) + (local $11 i32) + (local $12 i32) + (local $newData i32) + (local $14 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $array + local.set $14 + global.get $~lib/memory/__stack_pointer + local.get $14 + i32.store + local.get $14 + call $~lib/arraybuffer/ArrayBufferView#get:byteLength + local.set $oldCapacity + local.get $newSize + local.get $oldCapacity + local.get $alignLog2 + i32.shr_u + i32.gt_u + if + local.get $newSize + i32.const 1073741820 + local.get $alignLog2 + i32.shr_u + i32.gt_u + if + i32.const 720 + i32.const 96 + i32.const 19 + i32.const 48 + call $~lib/builtins/abort + unreachable + end + local.get $array + local.set $14 + global.get $~lib/memory/__stack_pointer + local.get $14 + i32.store + local.get $14 + call $~lib/arraybuffer/ArrayBufferView#get:buffer + local.set $oldData + local.get $newSize + local.tee $6 + i32.const 8 + local.tee $7 + local.get $6 + local.get $7 + i32.gt_u + select + local.get $alignLog2 + i32.shl + local.set $newCapacity + local.get $canGrow + if + local.get $oldCapacity + i32.const 1 + i32.shl + local.tee $9 + i32.const 1073741820 + local.tee $10 + local.get $9 + local.get $10 + i32.lt_u + select + local.tee $11 + local.get $newCapacity + local.tee $12 + local.get $11 + local.get $12 + i32.gt_u + select + local.set $newCapacity + end + local.get $oldData + local.get $newCapacity + call $~lib/rt/itcms/__renew + local.set $newData + i32.const 2 + global.get $~lib/shared/runtime/Runtime.Incremental + i32.ne + drop + local.get $newData + local.get $oldData + i32.ne + if + local.get $array + local.get $newData + i32.store + local.get $array + local.get $newData + i32.store offset=4 + local.get $array + local.get $newData + i32.const 0 + call $~lib/rt/itcms/__link + end + local.get $array + local.get $newCapacity + i32.store offset=8 + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/array/Array#__set (param $this i32) (param $index i32) (param $value i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $index + local.get $this + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + call $~lib/array/Array#get:length_ + i32.ge_u + if + local.get $index + i32.const 0 + i32.lt_s + if + i32.const 32 + i32.const 96 + i32.const 130 + i32.const 22 + call $~lib/builtins/abort + unreachable + end + local.get $this + local.get $index + i32.const 1 + i32.add + i32.const 2 + i32.const 1 + call $~lib/array/ensureCapacity + local.get $this + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + local.get $index + i32.const 1 + i32.add + call $~lib/array/Array#set:length_ + end + local.get $this + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + call $~lib/array/Array#get:dataStart + local.get $index + i32.const 2 + i32.shl + i32.add + local.get $value + i32.store + i32.const 0 + drop + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/array/Array#push (param $this i32) (param $value i32) (result i32) + (local $oldLen i32) + (local $len i32) + (local $4 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $this + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + call $~lib/array/Array#get:length_ + local.set $oldLen + local.get $oldLen + i32.const 1 + i32.add + local.set $len + local.get $this + local.get $len + i32.const 2 + i32.const 1 + call $~lib/array/ensureCapacity + i32.const 0 + drop + local.get $this + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + call $~lib/array/Array#get:dataStart + local.get $oldLen + i32.const 2 + i32.shl + i32.add + local.get $value + i32.store + local.get $this + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + local.get $len + call $~lib/array/Array#set:length_ + local.get $len + local.set $4 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $4 + return + ) + (func $call-rest/Foo#constructor (param $this i32) (param $a i32) (param $b i32) (param $rest i32) (result i32) + (local $4 i32) + (local $5 i32) + (local $i i32) + (local $k i32) + (local $8 i32) + global.get $~lib/memory/__stack_pointer + i32.const 20 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 20 + memory.fill + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.const 7 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + local.get $this + local.set $8 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + local.get $8 + i32.const 0 + call $call-rest/Foo#set:values + local.get $this + local.set $8 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + local.get $8 + global.get $~lib/memory/__stack_pointer + i32.const 2 + i32.const 2 + i32.const 4 + i32.const 0 + call $~lib/rt/__newArray + local.tee $4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.load offset=4 + local.tee $5 + i32.store offset=16 + local.get $4 + i32.const 0 + local.get $a + call $~lib/array/Array#__set + local.get $4 + i32.const 1 + local.get $b + call $~lib/array/Array#__set + local.get $4 + local.set $8 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=8 + local.get $8 + call $call-rest/Foo#set:values + i32.const 0 + local.set $i + local.get $rest + local.set $8 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + local.get $8 + call $~lib/array/Array#get:length + local.set $k + loop $for-loop|0 + local.get $i + local.get $k + i32.lt_s + if + local.get $this + local.set $8 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=8 + local.get $8 + call $call-rest/Foo#get:values + local.set $8 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=4 + local.get $8 + local.get $rest + local.set $8 + global.get $~lib/memory/__stack_pointer + local.get $8 + i32.store offset=8 + local.get $8 + local.get $i + call $~lib/array/Array#__get + call $~lib/array/Array#push + drop + local.get $i + i32.const 1 + i32.add + local.set $i + br $for-loop|0 + end + end + local.get $this + local.set $8 + global.get $~lib/memory/__stack_pointer + i32.const 20 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $8 + ) + (func $call-rest/Foo#constructor@varargs (param $this i32) (param $a i32) (param $b i32) (param $rest i32) (result i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + block $2of2 + block $1of2 + block $0of2 + block $outOfRange + global.get $~argumentsLength + i32.const 1 + i32.sub + br_table $0of2 $1of2 $2of2 $outOfRange + end + unreachable + end + i32.const 0 + local.set $b + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 2 + i32.const 5 + i32.const 768 + call $~lib/rt/__newArray + local.tee $rest + i32.store + end + local.get $this + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=4 + local.get $6 + local.get $a + local.get $b + local.get $rest + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store offset=8 + local.get $6 + call $call-rest/Foo#constructor + local.set $6 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $6 + ) + (func $call-rest/Foo#sum (param $this i32) (result i32) + (local $sum i32) + (local $i i32) + (local $k i32) + (local $4 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + i32.const 0 + local.set $sum + i32.const 0 + local.set $i + local.get $this + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=4 + local.get $4 + call $call-rest/Foo#get:values + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + call $~lib/array/Array#get:length + local.set $k + loop $for-loop|0 + local.get $i + local.get $k + i32.lt_s + if + local.get $sum + local.get $this + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=4 + local.get $4 + call $call-rest/Foo#get:values + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + local.get $i + call $~lib/array/Array#__get + i32.add + local.set $sum + local.get $i + i32.const 1 + i32.add + local.set $i + br $for-loop|0 + end + end + local.get $sum + local.set $4 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $4 + return + ) + (func $call-rest/count (param $args i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $args + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + call $~lib/array/Array#get:length + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + return + ) + (func $call-rest/count@varargs (param $args i32) (result i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $1of1 + block $0of1 + block $outOfRange + global.get $~argumentsLength + br_table $0of1 $1of1 $outOfRange + end + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 2 + i32.const 5 + i32.const 864 + call $~lib/rt/__newArray + local.tee $args + i32.store + end + local.get $args + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 + call $call-rest/count + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + ) + (func $~lib/array/Array<~lib/string/String>#get:length (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + call $~lib/array/Array<~lib/string/String>#get:length_ + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + return + ) + (func $call-rest/count<~lib/string/String> (param $args i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $args + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + call $~lib/array/Array<~lib/string/String>#get:length + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + return + ) + (func $start:call-rest + (local $0 i32) + (local $1 i32) + (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) + (local $11 i32) + (local $12 i32) + (local $13 i32) + (local $14 i32) + (local $15 i32) + (local $16 i32) + (local $17 i32) + (local $18 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + memory.size + i32.const 16 + i32.shl + global.get $~lib/memory/__heap_base + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 288 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/pinSpace + i32.const 320 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/toSpace + i32.const 400 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/fromSpace + i32.const 1 + i32.const 0 + i32.const 1 + global.set $~argumentsLength + i32.const 0 + call $call-rest/fn@varargs + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 512 + i32.const 9 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + i32.const 2 + i32.const 2 + global.set $~argumentsLength + i32.const 0 + call $call-rest/fn@varargs + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 512 + i32.const 10 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + i32.const 2 + i32.const 1 + i32.const 2 + i32.const 4 + i32.const 560 + call $~lib/rt/__newArray + local.set $18 + global.get $~lib/memory/__stack_pointer + local.get $18 + i32.store + local.get $18 + call $call-rest/fn + i32.const 6 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 512 + i32.const 11 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + i32.const 2 + i32.const 3 + i32.const 2 + i32.const 4 + i32.const 592 + call $~lib/rt/__newArray + local.set $18 + global.get $~lib/memory/__stack_pointer + local.get $18 + i32.store + local.get $18 + call $call-rest/fn + i32.const 15 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 512 + i32.const 12 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + i32.const 0 + i32.const 0 + i32.const 1 + global.set $~argumentsLength + global.get $call-rest/indirect + i32.load + call_indirect (type $3) + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 512 + i32.const 16 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + i32.const 2 + i32.const 0 + i32.const 2 + global.set $~argumentsLength + global.get $call-rest/indirect + i32.load + call_indirect (type $3) + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 512 + i32.const 17 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + i32.const 2 + i32.const 1 + i32.const 2 + i32.const 4 + i32.const 656 + call $~lib/rt/__newArray + local.set $18 + global.get $~lib/memory/__stack_pointer + local.get $18 + i32.store + local.get $18 + i32.const 3 + global.set $~argumentsLength + global.get $call-rest/indirect + i32.load + call_indirect (type $3) + i32.const 6 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 512 + i32.const 18 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + i32.const 2 + i32.const 3 + i32.const 2 + i32.const 4 + i32.const 688 + call $~lib/rt/__newArray + local.set $18 + global.get $~lib/memory/__stack_pointer + local.get $18 + i32.store + local.get $18 + i32.const 3 + global.set $~argumentsLength + global.get $call-rest/indirect + i32.load + call_indirect (type $3) + i32.const 15 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 512 + i32.const 19 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + i32.const 1 + i32.const 0 + i32.const 1 + global.set $~argumentsLength + i32.const 0 + call $call-rest/Foo#constructor@varargs + local.set $18 + global.get $~lib/memory/__stack_pointer + local.get $18 + i32.store + local.get $18 + call $call-rest/Foo#sum + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 512 + i32.const 40 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + i32.const 1 + i32.const 2 + i32.const 2 + global.set $~argumentsLength + i32.const 0 + call $call-rest/Foo#constructor@varargs + local.set $18 + global.get $~lib/memory/__stack_pointer + local.get $18 + i32.store + local.get $18 + call $call-rest/Foo#sum + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 512 + i32.const 41 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + i32.const 1 + i32.const 2 + i32.const 1 + i32.const 2 + i32.const 4 + i32.const 800 + call $~lib/rt/__newArray + local.set $18 + global.get $~lib/memory/__stack_pointer + local.get $18 + i32.store offset=4 + local.get $18 + call $call-rest/Foo#constructor + local.set $18 + global.get $~lib/memory/__stack_pointer + local.get $18 + i32.store + local.get $18 + call $call-rest/Foo#sum + i32.const 6 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 512 + i32.const 42 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + i32.const 1 + i32.const 2 + i32.const 3 + i32.const 2 + i32.const 4 + i32.const 832 + call $~lib/rt/__newArray + local.set $18 + global.get $~lib/memory/__stack_pointer + local.get $18 + i32.store offset=4 + local.get $18 + call $call-rest/Foo#constructor + local.set $18 + global.get $~lib/memory/__stack_pointer + local.get $18 + i32.store + local.get $18 + call $call-rest/Foo#sum + i32.const 15 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 512 + i32.const 43 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + global.set $~argumentsLength + i32.const 0 + call $call-rest/count@varargs + i32.const 0 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 512 + i32.const 49 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + i32.const 2 + i32.const 4 + i32.const 896 + call $~lib/rt/__newArray + local.set $18 + global.get $~lib/memory/__stack_pointer + local.get $18 + i32.store + local.get $18 + call $call-rest/count + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 512 + i32.const 50 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 3 + i32.const 2 + i32.const 4 + i32.const 928 + call $~lib/rt/__newArray + local.set $18 + global.get $~lib/memory/__stack_pointer + local.get $18 + i32.store + local.get $18 + call $call-rest/count + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 512 + i32.const 51 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 3 + i32.const 2 + i32.const 8 + i32.const 1056 + call $~lib/rt/__newArray + local.set $18 + global.get $~lib/memory/__stack_pointer + local.get $18 + i32.store + local.get $18 + call $call-rest/count<~lib/string/String> + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 512 + i32.const 54 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/array/Array#__visit (param $this i32) (param $cookie i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + i32.const 0 + drop + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + call $~lib/array/Array#get:buffer + local.get $cookie + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/array/Array#__visit (param $this i32) (param $cookie i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + i32.const 0 + drop + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + call $~lib/array/Array#get:buffer + local.get $cookie + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/function/Function<%28i32%2Ci32?%2C...~lib/array/Array%29=>i32>#__visit (param $this i32) (param $cookie i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + call $~lib/function/Function<%28i32%2Ci32?%2C...~lib/array/Array%29=>i32>#get:_env + local.get $cookie + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/array/Array<~lib/string/String>#__visit (param $this i32) (param $cookie i32) + (local $cur i32) + (local $end i32) + (local $val i32) + (local $5 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + i32.const 1 + drop + local.get $this + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store + local.get $5 + call $~lib/array/Array<~lib/string/String>#get:dataStart + local.set $cur + local.get $cur + local.get $this + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store + local.get $5 + call $~lib/array/Array<~lib/string/String>#get:length_ + i32.const 2 + i32.shl + i32.add + local.set $end + loop $while-continue|0 + local.get $cur + local.get $end + i32.lt_u + if + local.get $cur + i32.load + local.set $val + local.get $val + if + local.get $val + local.get $cookie + call $~lib/rt/itcms/__visit + end + local.get $cur + i32.const 4 + i32.add + local.set $cur + br $while-continue|0 + end + end + local.get $this + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store + local.get $5 + call $~lib/array/Array<~lib/string/String>#get:buffer + local.get $cookie + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/rt/__newArray (param $length i32) (param $alignLog2 i32) (param $id i32) (param $data i32) (result i32) + (local $bufferSize i32) + (local $buffer i32) + (local $array i32) + (local $7 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $length + local.get $alignLog2 + i32.shl + local.set $bufferSize + global.get $~lib/memory/__stack_pointer + local.get $bufferSize + i32.const 1 + local.get $data + call $~lib/rt/__newBuffer + local.tee $buffer + i32.store + i32.const 16 + local.get $id + call $~lib/rt/itcms/__new + local.set $array + local.get $array + local.get $buffer + i32.store + local.get $array + local.get $buffer + i32.const 0 + call $~lib/rt/itcms/__link + local.get $array + local.get $buffer + i32.store offset=4 + local.get $array + local.get $bufferSize + i32.store offset=8 + local.get $array + local.get $length + i32.store offset=12 + local.get $array + local.set $7 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $7 + return + ) +) diff --git a/tests/compiler/call-rest.json b/tests/compiler/call-rest.json new file mode 100644 index 0000000000..1bdd02b1be --- /dev/null +++ b/tests/compiler/call-rest.json @@ -0,0 +1,4 @@ +{ + "asc_flags": [ + ] +} diff --git a/tests/compiler/call-rest.release.wat b/tests/compiler/call-rest.release.wat new file mode 100644 index 0000000000..6db2516a91 --- /dev/null +++ b/tests/compiler/call-rest.release.wat @@ -0,0 +1,2983 @@ +(module + (type $0 (func (param i32 i32 i32) (result i32))) + (type $1 (func (param i32 i32) (result i32))) + (type $2 (func)) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32))) + (type $5 (func (param i32) (result i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64))) + (type $8 (func (result i32))) + (type $9 (func (param i32 i32 i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~argumentsLength (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34904)) + (memory $0 1) + (data $0 (i32.const 1036) "<") + (data $0.1 (i32.const 1048) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $1 (i32.const 1100) ",") + (data $1.1 (i32.const 1112) "\02\00\00\00\1a\00\00\00~\00l\00i\00b\00/\00a\00r\00r\00a\00y\00.\00t\00s") + (data $2 (i32.const 1148) "\1c") + (data $2.1 (i32.const 1160) "\01") + (data $3 (i32.const 1180) "<") + (data $3.1 (i32.const 1192) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $4 (i32.const 1244) "<") + (data $4.1 (i32.const 1256) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $7 (i32.const 1372) ",") + (data $7.1 (i32.const 1384) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $9 (i32.const 1452) "<") + (data $9.1 (i32.const 1464) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $10 (i32.const 1516) ",") + (data $10.1 (i32.const 1528) "\02\00\00\00\18\00\00\00c\00a\00l\00l\00-\00r\00e\00s\00t\00.\00t\00s") + (data $11 (i32.const 1564) "\1c") + (data $11.1 (i32.const 1576) "\01\00\00\00\04\00\00\00\03") + (data $12 (i32.const 1596) "\1c") + (data $12.1 (i32.const 1608) "\01\00\00\00\0c\00\00\00\03\00\00\00\04\00\00\00\05") + (data $13 (i32.const 1628) "\1c") + (data $13.1 (i32.const 1640) "\06\00\00\00\08\00\00\00\01") + (data $14 (i32.const 1660) "\1c") + (data $14.1 (i32.const 1672) "\01\00\00\00\04\00\00\00\03") + (data $15 (i32.const 1692) "\1c") + (data $15.1 (i32.const 1704) "\01\00\00\00\0c\00\00\00\03\00\00\00\04\00\00\00\05") + (data $16 (i32.const 1724) ",") + (data $16.1 (i32.const 1736) "\02\00\00\00\1c\00\00\00I\00n\00v\00a\00l\00i\00d\00 \00l\00e\00n\00g\00t\00h") + (data $17 (i32.const 1772) "\1c") + (data $17.1 (i32.const 1784) "\01") + (data $18 (i32.const 1804) "\1c") + (data $18.1 (i32.const 1816) "\01\00\00\00\04\00\00\00\03") + (data $19 (i32.const 1836) "\1c") + (data $19.1 (i32.const 1848) "\01\00\00\00\0c\00\00\00\03\00\00\00\04\00\00\00\05") + (data $20 (i32.const 1868) "\1c") + (data $20.1 (i32.const 1880) "\01") + (data $21 (i32.const 1900) "\1c") + (data $21.1 (i32.const 1912) "\01\00\00\00\04\00\00\00\01") + (data $22 (i32.const 1932) "\1c") + (data $22.1 (i32.const 1944) "\01\00\00\00\0c\00\00\00\01\00\00\00\02\00\00\00\03") + (data $23 (i32.const 1964) "\1c") + (data $23.1 (i32.const 1976) "\02\00\00\00\02\00\00\00a") + (data $24 (i32.const 1996) "\1c") + (data $24.1 (i32.const 2008) "\02\00\00\00\02\00\00\00b") + (data $25 (i32.const 2028) "\1c") + (data $25.1 (i32.const 2040) "\02\00\00\00\02\00\00\00c") + (data $26 (i32.const 2060) "\1c") + (data $26.1 (i32.const 2072) "\01\00\00\00\0c\00\00\00\c0\07\00\00\e0\07\00\00\00\08") + (data $27 (i32.const 2096) "\t\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00\02\01") + (data $27.1 (i32.const 2132) "\02A") + (table $0 2 2 funcref) + (elem $0 (i32.const 1) $call-rest/fn@varargs) + (export "memory" (memory $0)) + (start $~start) + (func $~lib/rt/itcms/visitRoots + (local $0 i32) + (local $1 i32) + i32.const 1056 + call $~lib/rt/itcms/__visit + i32.const 1744 + call $~lib/rt/itcms/__visit + i32.const 1200 + call $~lib/rt/itcms/__visit + global.get $~lib/rt/itcms/pinSpace + local.tee $1 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|0 + local.get $0 + local.get $1 + i32.ne + if + local.get $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1264 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + local.get $0 + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $0 + i32.load offset=8 + local.tee $1 + i32.eqz + if + i32.const 0 + i32.const 1264 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end + local.get $1 + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$158 + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.tee $1 + i32.eqz + if + local.get $0 + i32.load offset=8 + i32.eqz + local.get $0 + i32.const 34904 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1264 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$158 + end + local.get $0 + i32.load offset=8 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1264 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $1 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $1 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + end + global.get $~lib/rt/itcms/toSpace + local.set $2 + local.get $0 + i32.load offset=12 + local.tee $1 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $1 + i32.const 2096 + i32.load + i32.gt_u + if + i32.const 1056 + i32.const 1392 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 2 + i32.shl + i32.const 2100 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 + local.get $2 + i32.load offset=8 + local.set $1 + local.get $0 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select + local.get $2 + i32.or + i32.store offset=4 + local.get $0 + local.get $1 + i32.store offset=8 + local.get $1 + local.get $0 + local.get $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $2 + local.get $0 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) + (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $1 + i32.load + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const -4 + i32.and + local.tee $3 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1472 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const 256 + i32.lt_u + if (result i32) + local.get $3 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $3 + local.get $3 + i32.const 1073741820 + i32.ge_u + select + local.tee $3 + i32.clz + i32.sub + local.tee $4 + i32.const 7 + i32.sub + local.set $2 + local.get $3 + local.get $4 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $3 + i32.const 16 + i32.lt_u + local.get $2 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load offset=8 + local.set $5 + local.get $1 + i32.load offset=4 + local.tee $4 + if + local.get $4 + local.get $5 + i32.store offset=8 + end + local.get $5 + if + local.get $5 + local.get $4 + i32.store offset=4 + end + local.get $1 + local.get $0 + local.get $2 + i32.const 4 + i32.shl + local.get $3 + i32.add + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load offset=96 + i32.eq + if + local.get $1 + local.get $5 + i32.store offset=96 + local.get $5 + i32.eqz + if + local.get $0 + local.get $2 + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load offset=4 + i32.const -2 + local.get $3 + i32.rotl + i32.and + local.set $3 + local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + i32.eqz + if + local.get $0 + local.get $0 + i32.load + i32.const -2 + local.get $2 + i32.rotl + i32.and + i32.store + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + local.get $1 + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load + local.tee $2 + i32.const 1 + i32.and + if + local.get $0 + local.get $4 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $3 + i32.const 4 + i32.add + local.get $2 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load + local.set $2 + end + local.get $3 + i32.const 2 + i32.and + if + local.get $1 + i32.const 4 + i32.sub + i32.load + local.tee $1 + i32.load + local.tee $6 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $1 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $6 + i32.const 4 + i32.add + local.get $3 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store + end + local.get $4 + local.get $2 + i32.const 2 + i32.or + i32.store + local.get $3 + i32.const -4 + i32.and + local.tee $2 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1472 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $1 + i32.const 4 + i32.add + local.get $2 + i32.add + i32.ne + if + i32.const 0 + i32.const 1472 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + i32.const 4 + i32.sub + local.get $1 + i32.store + local.get $2 + i32.const 256 + i32.lt_u + if (result i32) + local.get $2 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $2 + local.get $2 + i32.const 1073741820 + i32.ge_u + select + local.tee $2 + i32.clz + i32.sub + local.tee $3 + i32.const 7 + i32.sub + local.set $5 + local.get $2 + local.get $3 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $2 + i32.const 16 + i32.lt_u + local.get $5 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + local.set $3 + local.get $1 + i32.const 0 + i32.store offset=4 + local.get $1 + local.get $3 + i32.store offset=8 + local.get $3 + if + local.get $3 + local.get $1 + i32.store offset=4 + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $1 + i32.store offset=96 + local.get $0 + local.get $0 + i32.load + i32.const 1 + local.get $5 + i32.shl + i32.or + i32.store + local.get $0 + local.get $5 + i32.const 2 + i32.shl + i32.add + local.tee $0 + local.get $0 + i32.load offset=4 + i32.const 1 + local.get $2 + i32.shl + i32.or + i32.store offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $2 + local.get $1 + i64.extend_i32_u + i64.lt_u + if + i32.const 0 + i32.const 1472 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + local.set $1 + local.get $0 + i32.load offset=1568 + local.tee $3 + if + local.get $3 + i32.const 4 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1472 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $3 + local.get $1 + i32.const 16 + i32.sub + local.tee $5 + i32.eq + if + local.get $3 + i32.load + local.set $4 + local.get $5 + local.set $1 + end + else + local.get $0 + i32.const 1572 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1472 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $2 + i32.wrap_i64 + i32.const -16 + i32.and + local.get $1 + i32.sub + local.tee $3 + i32.const 20 + i32.lt_u + if + return + end + local.get $1 + local.get $4 + i32.const 2 + i32.and + local.get $3 + i32.const 8 + i32.sub + local.tee $3 + i32.const 1 + i32.or + i32.or + i32.store + local.get $1 + i32.const 0 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.store offset=8 + local.get $1 + i32.const 4 + i32.add + local.get $3 + i32.add + local.tee $3 + i32.const 2 + i32.store + local.get $0 + local.get $3 + i32.store offset=1568 + local.get $0 + local.get $1 + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/initialize + (local $0 i32) + (local $1 i32) + memory.size + local.tee $1 + i32.const 0 + i32.le_s + if (result i32) + i32.const 1 + local.get $1 + i32.sub + memory.grow + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + i32.const 34912 + i32.const 0 + i32.store + i32.const 36480 + i32.const 0 + i32.store + loop $for-loop|0 + local.get $0 + i32.const 23 + i32.lt_u + if + local.get $0 + i32.const 2 + i32.shl + i32.const 34912 + i32.add + i32.const 0 + i32.store offset=4 + i32.const 0 + local.set $1 + loop $for-loop|1 + local.get $1 + i32.const 16 + i32.lt_u + if + local.get $0 + i32.const 4 + i32.shl + local.get $1 + i32.add + i32.const 2 + i32.shl + i32.const 34912 + i32.add + i32.const 0 + i32.store offset=96 + local.get $1 + i32.const 1 + i32.add + local.set $1 + br $for-loop|1 + end + end + local.get $0 + i32.const 1 + i32.add + local.set $0 + br $for-loop|0 + end + end + i32.const 34912 + i32.const 36484 + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + i32.const 34912 + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/itcms/step (result i32) + (local $0 i32) + (local $1 i32) + (local $2 i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + br_table $case0|0 $case1|0 $case2|0 $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $1 + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|1 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + global.set $~lib/rt/itcms/iter + local.get $1 + local.get $0 + i32.load offset=4 + local.tee $2 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $2 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store offset=4 + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + return + end + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + i32.eq + if + global.get $~lib/memory/__stack_pointer + local.set $0 + loop $while-continue|0 + local.get $0 + i32.const 34904 + i32.lt_u + if + local.get $0 + i32.load + call $~lib/rt/itcms/__visit + local.get $0 + i32.const 4 + i32.add + local.set $0 + br $while-continue|0 + end + end + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|2 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $1 + local.get $0 + i32.load offset=4 + local.tee $2 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $2 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store offset=4 + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + end + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $0 + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $0 + global.set $~lib/rt/itcms/toSpace + local.get $1 + global.set $~lib/rt/itcms/white + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/iter + local.tee $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + i32.load offset=4 + local.tee $1 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/white + i32.eqz + local.get $1 + i32.const 3 + i32.and + i32.ne + if + i32.const 0 + i32.const 1264 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 34904 + i32.lt_u + if + local.get $0 + i32.const 0 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store offset=8 + else + global.get $~lib/rt/itcms/total + local.get $0 + i32.load + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.sub + global.set $~lib/rt/itcms/total + local.get $0 + i32.const 4 + i32.add + local.tee $0 + i32.const 34904 + i32.ge_u + if + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.set $1 + local.get $0 + i32.const 4 + i32.sub + local.set $2 + local.get $0 + i32.const 15 + i32.and + i32.const 1 + local.get $0 + select + if (result i32) + i32.const 1 + else + local.get $2 + i32.load + i32.const 1 + i32.and + end + if + i32.const 0 + i32.const 1472 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $2 + local.get $2 + i32.load + i32.const 1 + i32.or + i32.store + local.get $1 + local.get $2 + call $~lib/rt/tlsf/insertBlock + end + end + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + i32.store offset=4 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + i32.store offset=8 + i32.const 0 + global.set $~lib/rt/itcms/state + end + i32.const 0 + ) + (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + local.get $1 + i32.const 256 + i32.lt_u + if + local.get $1 + i32.const 4 + i32.shr_u + local.set $1 + else + local.get $1 + i32.const 536870910 + i32.lt_u + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 + i32.clz + i32.sub + local.tee $2 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 + end + local.get $1 + i32.const 16 + i32.lt_u + local.get $2 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 334 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + i32.const -1 + local.get $1 + i32.shl + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + local.get $2 + i32.const 4 + i32.shl + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + else + local.get $0 + i32.load + i32.const -1 + local.get $2 + i32.const 1 + i32.add + i32.shl + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + local.tee $1 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.ctz + local.get $1 + i32.const 4 + i32.shl + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + else + i32.const 0 + end + end + ) + (func $~lib/rt/itcms/__new (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + local.get $0 + i32.const 1073741804 + i32.ge_u + if + i32.const 1200 + i32.const 1264 + i32.const 261 + i32.const 31 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + block $__inlined_func$~lib/rt/itcms/interrupt$69 + i32.const 2048 + local.set $2 + loop $do-loop|0 + local.get $2 + call $~lib/rt/itcms/step + i32.sub + local.set $2 + global.get $~lib/rt/itcms/state + i32.eqz + if + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i64.const 200 + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + br $__inlined_func$~lib/rt/itcms/interrupt$69 + end + local.get $2 + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.const 10 + i32.shl + i32.add + global.set $~lib/rt/itcms/threshold + end + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.set $4 + local.get $0 + i32.const 16 + i32.add + local.tee $2 + i32.const 1073741820 + i32.gt_u + if + i32.const 1200 + i32.const 1472 + i32.const 461 + i32.const 29 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $2 + i32.const 12 + i32.le_u + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end + local.tee $5 + call $~lib/rt/tlsf/searchBlock + local.tee $2 + i32.eqz + if + memory.size + local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end + else + local.get $5 + end + i32.const 4 + local.get $4 + i32.load offset=1568 + local.get $2 + i32.const 16 + i32.shl + i32.const 4 + i32.sub + i32.ne + i32.shl + i32.add + i32.const 65535 + i32.add + i32.const -65536 + i32.and + i32.const 16 + i32.shr_u + local.tee $3 + local.get $2 + local.get $3 + i32.gt_s + select + memory.grow + i32.const 0 + i32.lt_s + if + local.get $3 + memory.grow + i32.const 0 + i32.lt_s + if + unreachable + end + end + local.get $4 + local.get $2 + i32.const 16 + i32.shl + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + local.get $4 + local.get $5 + call $~lib/rt/tlsf/searchBlock + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + local.get $5 + local.get $2 + i32.load + i32.const -4 + i32.and + i32.gt_u + if + i32.const 0 + i32.const 1472 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $2 + call $~lib/rt/tlsf/removeBlock + local.get $2 + i32.load + local.set $6 + local.get $5 + i32.const 4 + i32.add + i32.const 15 + i32.and + if + i32.const 0 + i32.const 1472 + i32.const 361 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $6 + i32.const -4 + i32.and + local.get $5 + i32.sub + local.tee $3 + i32.const 16 + i32.ge_u + if + local.get $2 + local.get $5 + local.get $6 + i32.const 2 + i32.and + i32.or + i32.store + local.get $2 + i32.const 4 + i32.add + local.get $5 + i32.add + local.tee $5 + local.get $3 + i32.const 4 + i32.sub + i32.const 1 + i32.or + i32.store + local.get $4 + local.get $5 + call $~lib/rt/tlsf/insertBlock + else + local.get $2 + local.get $6 + i32.const -2 + i32.and + i32.store + local.get $2 + i32.const 4 + i32.add + local.get $2 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $3 + local.get $3 + i32.load + i32.const -3 + i32.and + i32.store + end + local.get $2 + local.get $1 + i32.store offset=12 + local.get $2 + local.get $0 + i32.store offset=16 + global.get $~lib/rt/itcms/fromSpace + local.tee $1 + i32.load offset=8 + local.set $3 + local.get $2 + local.get $1 + global.get $~lib/rt/itcms/white + i32.or + i32.store offset=4 + local.get $2 + local.get $3 + i32.store offset=8 + local.get $3 + local.get $2 + local.get $3 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $1 + local.get $2 + i32.store offset=8 + global.get $~lib/rt/itcms/total + local.get $2 + i32.load + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.add + global.set $~lib/rt/itcms/total + local.get $2 + i32.const 20 + i32.add + local.tee $1 + i32.const 0 + local.get $0 + memory.fill + local.get $1 + ) + (func $~lib/rt/itcms/__link (param $0 i32) (param $1 i32) + local.get $1 + i32.eqz + if + return + end + local.get $0 + i32.eqz + if + i32.const 0 + i32.const 1264 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.get $1 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + i32.const 20 + i32.sub + i32.load offset=4 + i32.const 3 + i32.and + local.tee $0 + global.get $~lib/rt/itcms/white + i32.eqz + i32.eq + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $0 + i32.const 3 + i32.eq + i32.and + if + local.get $1 + call $~lib/rt/itcms/Object#makeGray + end + end + end + ) + (func $~lib/array/Array~visit (param $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + if + i32.const 34928 + i32.const 34976 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/rt/__visit_members (param $0 i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + block $folding-inner1 + block $folding-inner0 + block $invalid + block $~lib/array/Array<~lib/string/String> + block $~lib/function/Function<%28i32%2Ci32?%2C...~lib/array/Array%29=>i32> + block $~lib/array/Array + block $~lib/array/Array + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner1 $~lib/array/Array $~lib/array/Array $~lib/function/Function<%28i32%2Ci32?%2C...~lib/array/Array%29=>i32> $folding-inner1 $~lib/array/Array<~lib/string/String> $invalid + end + return + end + return + end + return + end + local.get $0 + call $~lib/array/Array~visit + return + end + local.get $0 + call $~lib/array/Array~visit + return + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + return + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $1 + local.get $0 + i32.load offset=12 + i32.const 2 + i32.shl + i32.add + local.set $2 + loop $while-continue|0 + local.get $1 + local.get $2 + i32.lt_u + if + local.get $1 + i32.load + local.tee $3 + if + local.get $3 + call $~lib/rt/itcms/__visit + end + local.get $1 + i32.const 4 + i32.add + local.set $1 + br $while-continue|0 + end + end + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + return + end + unreachable + end + i32.const 34928 + i32.const 34976 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.load + local.tee $0 + if + local.get $0 + call $~lib/rt/itcms/__visit + end + ) + (func $~start + call $start:call-rest + ) + (func $~lib/array/Array#get:length (param $0 i32) (result i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + if + i32.const 34928 + i32.const 34976 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=12 + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + if + i32.const 34928 + i32.const 34976 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $1 + local.get $0 + i32.load offset=12 + i32.ge_u + if + i32.const 1056 + i32.const 1120 + i32.const 114 + i32.const 42 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + local.get $1 + i32.const 2 + i32.shl + i32.add + i32.load + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $call-rest/fn (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + if + i32.const 34928 + i32.const 34976 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $0 + i32.const 1 + i32.add + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + call $~lib/array/Array#get:length + local.set $3 + loop $for-loop|0 + local.get $2 + local.get $3 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + local.get $2 + call $~lib/array/Array#__get + local.get $0 + i32.add + local.set $0 + local.get $2 + i32.const 1 + i32.add + local.set $2 + br $for-loop|0 + end + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $call-rest/fn@varargs (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + if + i32.const 34928 + i32.const 34976 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $2of2 + block $1of2 + block $0of2 + block $outOfRange + global.get $~argumentsLength + i32.const 1 + i32.sub + br_table $0of2 $1of2 $2of2 $outOfRange + end + unreachable + end + i32.const 0 + local.set $1 + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 5 + i32.const 1168 + call $~lib/rt/__newArray + local.tee $2 + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $1 + local.get $2 + call $call-rest/fn + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $~lib/array/ensureCapacity (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + if + i32.const 34928 + i32.const 34976 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $1 + local.get $0 + i32.load offset=8 + local.tee $2 + i32.const 2 + i32.shr_u + i32.gt_u + if + local.get $1 + i32.const 268435455 + i32.gt_u + if + i32.const 1744 + i32.const 1120 + i32.const 19 + i32.const 48 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + block $__inlined_func$~lib/rt/itcms/__renew$152 + i32.const 1073741820 + local.get $2 + i32.const 1 + i32.shl + local.tee $2 + local.get $2 + i32.const 1073741820 + i32.ge_u + select + local.tee $2 + i32.const 8 + local.get $1 + local.get $1 + i32.const 8 + i32.le_u + select + i32.const 2 + i32.shl + local.tee $1 + local.get $1 + local.get $2 + i32.lt_u + select + local.tee $3 + local.get $0 + i32.load + local.tee $2 + i32.const 20 + i32.sub + local.tee $4 + i32.load + i32.const -4 + i32.and + i32.const 16 + i32.sub + i32.le_u + if + local.get $4 + local.get $3 + i32.store offset=16 + local.get $2 + local.set $1 + br $__inlined_func$~lib/rt/itcms/__renew$152 + end + local.get $3 + local.get $4 + i32.load offset=12 + call $~lib/rt/itcms/__new + local.tee $1 + local.get $2 + local.get $3 + local.get $4 + i32.load offset=16 + local.tee $4 + local.get $3 + local.get $4 + i32.lt_u + select + memory.copy + end + local.get $1 + local.get $2 + i32.ne + if + local.get $0 + local.get $1 + i32.store + local.get $0 + local.get $1 + i32.store offset=4 + local.get $0 + local.get $1 + call $~lib/rt/itcms/__link + end + local.get $0 + local.get $3 + i32.store offset=8 + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/array/Array#__set (param $0 i32) (param $1 i32) (param $2 i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + if + i32.const 34928 + i32.const 34976 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $1 + local.get $0 + i32.load offset=12 + i32.ge_u + if + local.get $1 + i32.const 0 + i32.lt_s + if + i32.const 1056 + i32.const 1120 + i32.const 130 + i32.const 22 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $1 + i32.const 1 + i32.add + local.tee $3 + call $~lib/array/ensureCapacity + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + local.get $3 + i32.store offset=12 + end + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + local.get $1 + i32.const 2 + i32.shl + i32.add + local.get $2 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $call-rest/Foo#constructor (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + (local $7 i32) + global.get $~lib/memory/__stack_pointer + i32.const 20 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 20 + memory.fill + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.const 7 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 0 + i32.store + local.get $2 + i32.const 0 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 2 + i32.const 4 + i32.const 0 + call $~lib/rt/__newArray + local.tee $3 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.load offset=4 + i32.store offset=16 + local.get $3 + i32.const 0 + i32.const 1 + call $~lib/array/Array#__set + local.get $3 + i32.const 1 + local.get $0 + call $~lib/array/Array#__set + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=8 + local.get $2 + local.get $3 + i32.store + local.get $2 + local.get $3 + call $~lib/rt/itcms/__link + i32.const 0 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + call $~lib/array/Array#get:length + local.set $7 + loop $for-loop|0 + local.get $0 + local.get $7 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.load + local.tee $6 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 + local.get $1 + local.get $0 + call $~lib/array/Array#__get + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store + local.get $6 + local.get $6 + i32.load offset=12 + local.tee $4 + i32.const 1 + i32.add + local.tee $5 + call $~lib/array/ensureCapacity + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store + local.get $6 + i32.load offset=4 + local.get $4 + i32.const 2 + i32.shl + i32.add + local.get $3 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store + local.get $6 + local.get $5 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + i32.const 1 + i32.add + local.set $0 + br $for-loop|0 + end + end + global.get $~lib/memory/__stack_pointer + i32.const 20 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + i32.const 34928 + i32.const 34976 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $call-rest/Foo#constructor@varargs (param $0 i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + if + i32.const 34928 + i32.const 34976 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + block $2of2 + block $1of2 + block $0of2 + block $outOfRange + global.get $~argumentsLength + i32.const 1 + i32.sub + br_table $0of2 $1of2 $2of2 $outOfRange + end + unreachable + end + i32.const 0 + local.set $0 + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 5 + i32.const 1792 + call $~lib/rt/__newArray + local.tee $1 + i32.store + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 + local.get $0 + local.get $1 + call $call-rest/Foo#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $call-rest/Foo#sum (param $0 i32) (result i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + if + i32.const 34928 + i32.const 34976 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.load + local.tee $3 + i32.store + local.get $3 + call $~lib/array/Array#get:length + local.set $4 + loop $for-loop|0 + local.get $1 + local.get $4 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.load + local.tee $3 + i32.store + local.get $3 + local.get $1 + call $~lib/array/Array#__get + local.get $2 + i32.add + local.set $2 + local.get $1 + i32.const 1 + i32.add + local.set $1 + br $for-loop|0 + end + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + ) + (func $call-rest/count (param $0 i32) (result i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + if + i32.const 34928 + i32.const 34976 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $~lib/array/Array#get:length + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $start:call-rest + (local $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + memory.size + i32.const 16 + i32.shl + i32.const 34904 + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 1316 + i32.const 1312 + i32.store + i32.const 1320 + i32.const 1312 + i32.store + i32.const 1312 + global.set $~lib/rt/itcms/pinSpace + i32.const 1348 + i32.const 1344 + i32.store + i32.const 1352 + i32.const 1344 + i32.store + i32.const 1344 + global.set $~lib/rt/itcms/toSpace + i32.const 1428 + i32.const 1424 + i32.store + i32.const 1432 + i32.const 1424 + i32.store + i32.const 1424 + global.set $~lib/rt/itcms/fromSpace + i32.const 1 + global.set $~argumentsLength + i32.const 1 + i32.const 0 + i32.const 0 + call $call-rest/fn@varargs + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1536 + i32.const 9 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + global.set $~argumentsLength + i32.const 1 + i32.const 2 + i32.const 0 + call $call-rest/fn@varargs + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1536 + i32.const 10 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + i32.const 4 + i32.const 1584 + call $~lib/rt/__newArray + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + i32.const 2 + local.get $0 + call $call-rest/fn + i32.const 6 + i32.ne + if + i32.const 0 + i32.const 1536 + i32.const 11 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 3 + i32.const 4 + i32.const 1616 + call $~lib/rt/__newArray + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + i32.const 2 + local.get $0 + call $call-rest/fn + i32.const 15 + i32.ne + if + i32.const 0 + i32.const 1536 + i32.const 12 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + global.set $~argumentsLength + i32.const 1 + i32.const 0 + i32.const 0 + i32.const 1648 + i32.load + call_indirect (type $0) + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1536 + i32.const 16 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + global.set $~argumentsLength + i32.const 1 + i32.const 2 + i32.const 0 + i32.const 1648 + i32.load + call_indirect (type $0) + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1536 + i32.const 17 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + i32.const 4 + i32.const 1680 + call $~lib/rt/__newArray + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + i32.const 3 + global.set $~argumentsLength + i32.const 1 + i32.const 2 + local.get $0 + i32.const 1648 + i32.load + call_indirect (type $0) + i32.const 6 + i32.ne + if + i32.const 0 + i32.const 1536 + i32.const 18 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 3 + i32.const 4 + i32.const 1712 + call $~lib/rt/__newArray + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + i32.const 3 + global.set $~argumentsLength + i32.const 1 + i32.const 2 + local.get $0 + i32.const 1648 + i32.load + call_indirect (type $0) + i32.const 15 + i32.ne + if + i32.const 0 + i32.const 1536 + i32.const 19 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + global.set $~argumentsLength + i32.const 0 + call $call-rest/Foo#constructor@varargs + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $call-rest/Foo#sum + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1536 + i32.const 40 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + global.set $~argumentsLength + i32.const 2 + call $call-rest/Foo#constructor@varargs + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $call-rest/Foo#sum + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1536 + i32.const 41 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + i32.const 4 + i32.const 1824 + call $~lib/rt/__newArray + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + i32.const 2 + local.get $0 + call $call-rest/Foo#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $call-rest/Foo#sum + i32.const 6 + i32.ne + if + i32.const 0 + i32.const 1536 + i32.const 42 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 3 + i32.const 4 + i32.const 1856 + call $~lib/rt/__newArray + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + i32.const 2 + local.get $0 + call $call-rest/Foo#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $call-rest/Foo#sum + i32.const 15 + i32.ne + if + i32.const 0 + i32.const 1536 + i32.const 43 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + global.set $~argumentsLength + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 5 + i32.const 1888 + call $~lib/rt/__newArray + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + call $call-rest/count + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + if + i32.const 0 + i32.const 1536 + i32.const 49 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + i32.const 4 + i32.const 1920 + call $~lib/rt/__newArray + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $call-rest/count + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1536 + i32.const 50 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 3 + i32.const 4 + i32.const 1952 + call $~lib/rt/__newArray + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $call-rest/count + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1536 + i32.const 51 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 3 + i32.const 8 + i32.const 2080 + call $~lib/rt/__newArray + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $call-rest/count + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1536 + i32.const 54 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + return + end + i32.const 34928 + i32.const 34976 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $~lib/rt/__newArray (param $0 i32) (param $1 i32) (param $2 i32) (result i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + if + i32.const 34928 + i32.const 34976 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.set $5 + local.get $0 + i32.const 2 + i32.shl + local.tee $4 + i32.const 1 + call $~lib/rt/itcms/__new + local.set $3 + local.get $2 + if + local.get $3 + local.get $2 + local.get $4 + memory.copy + end + local.get $5 + local.get $3 + i32.store + i32.const 16 + local.get $1 + call $~lib/rt/itcms/__new + local.tee $1 + local.get $3 + i32.store + local.get $1 + local.get $3 + call $~lib/rt/itcms/__link + local.get $1 + local.get $3 + i32.store offset=4 + local.get $1 + local.get $4 + i32.store offset=8 + local.get $1 + local.get $0 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) +) diff --git a/tests/compiler/call-rest.ts b/tests/compiler/call-rest.ts new file mode 100644 index 0000000000..bb0336a939 --- /dev/null +++ b/tests/compiler/call-rest.ts @@ -0,0 +1,54 @@ +// direct call test +function fn(a: i32, b: i32 = 0, ...rest: i32[]): i32 { + let sum = a + b; + for (let i = 0, k = rest.length; i < k; ++i) { + sum += rest[i]; + } + return sum; +} +assert(fn(1) == 1); +assert(fn(1, 2) == 3); +assert(fn(1, 2, 3) == 6); +assert(fn(1, 2, 3, 4, 5) == 15); + +// indirect call test +var indirect = fn; +assert(indirect(1) == 1); +assert(indirect(1, 2) == 3); +assert(indirect(1, 2, 3) == 6); +assert(indirect(1, 2, 3, 4, 5) == 15); + +// constructor test +class Foo{ + values: i32[]; + + constructor(a: i32, b: i32 = 0, ...rest: i32[]) { + this.values = [a, b]; + for (let i = 0, k = rest.length; i < k; ++i) { + this.values.push(rest[i]); + } + } + + sum(): i32 { + let sum = 0; + for (let i = 0, k = this.values.length; i < k; ++i) { + sum += this.values[i]; + } + return sum; + } +} +assert(new Foo(1).sum() == 1); +assert(new Foo(1, 2).sum() == 3); +assert(new Foo(1, 2, 3).sum() == 6); +assert(new Foo(1, 2, 3, 4, 5).sum() == 15); + +// generic test +function count(...args: T[]): i32 { + return args.length; +} +assert(count() == 0); +assert(count(1) == 1); +assert(count(1, 2, 3) == 3); + +// inferred generic test +assert(count('a','b','c') == 3); diff --git a/tests/compiler/issues/2707.debug.wat b/tests/compiler/issues/2707.debug.wat new file mode 100644 index 0000000000..c844be10d1 --- /dev/null +++ b/tests/compiler/issues/2707.debug.wat @@ -0,0 +1,2593 @@ +(module + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32 i32))) + (type $5 (func (param i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64) (result i32))) + (type $8 (func (result i32))) + (type $9 (func (param i32 i32 i32) (result i32))) + (type $10 (func (param i32 i32 i32 i32) (result i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $issues/2707/func (mut i32) (i32.const 32)) + (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) + (global $~lib/shared/runtime/Runtime.Incremental i32 (i32.const 2)) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/native/ASC_LOW_MEMORY_LIMIT i32 (i32.const 0)) + (global $~argumentsLength (mut i32) (i32.const 0)) + (global $~lib/rt/__rtti_base i32 (i32.const 496)) + (global $~lib/memory/__data_end i32 (i32.const 524)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33292)) + (global $~lib/memory/__heap_base i32 (i32.const 33292)) + (memory $0 1) + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 92) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $3 (i32.const 156) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 224) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 256) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 284) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 400) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 428) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 496) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00\00\00\00\00") + (table $0 2 2 funcref) + (elem $0 (i32.const 1) $start:issues/2707~anonymous|0) + (export "memory" (memory $0)) + (start $~start) + (func $start:issues/2707~anonymous|0 (param $args i32) (result i32) + i32.const 1 + return + ) + (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) + local.get $this + local.get $nextWithColor + i32.store offset=4 + ) + (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store offset=8 + ) + (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:prev + local.get $space + return + ) + (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + return + ) + (func $~lib/rt/itcms/Object#get:color (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + return + ) + (func $~lib/rt/itcms/visitRoots (param $cookie i32) + (local $pn i32) + (local $iter i32) + local.get $cookie + call $~lib/rt/__visit_globals + global.get $~lib/rt/itcms/pinSpace + local.set $pn + local.get $pn + call $~lib/rt/itcms/Object#get:next + local.set $iter + loop $while-continue|0 + local.get $iter + local.get $pn + i32.ne + if + i32.const 1 + drop + local.get $iter + call $~lib/rt/itcms/Object#get:color + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 176 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $iter + i32.const 20 + i32.add + local.get $cookie + call $~lib/rt/__visit_members + local.get $iter + call $~lib/rt/itcms/Object#get:next + local.set $iter + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/Object#set:color (param $this i32) (param $color i32) + local.get $this + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $color + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) + local.get $this + local.get $obj + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#unlink (param $this i32) + (local $next i32) + (local $prev i32) + local.get $this + call $~lib/rt/itcms/Object#get:next + local.set $next + local.get $next + i32.const 0 + i32.eq + if + i32.const 1 + drop + local.get $this + call $~lib/rt/itcms/Object#get:prev + i32.const 0 + i32.eq + if (result i32) + local.get $this + global.get $~lib/memory/__heap_base + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 176 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + return + end + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.set $prev + i32.const 1 + drop + local.get $prev + i32.eqz + if + i32.const 0 + i32.const 176 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $next + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $next + call $~lib/rt/itcms/Object#set:next + ) + (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) + local.get $this + i32.load offset=12 + ) + (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/__typeinfo (param $id i32) (result i32) + (local $ptr i32) + global.get $~lib/rt/__rtti_base + local.set $ptr + local.get $id + local.get $ptr + i32.load + i32.gt_u + if + i32.const 304 + i32.const 368 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $ptr + i32.const 4 + i32.add + local.get $id + i32.const 4 + i32.mul + i32.add + call $~lib/shared/typeinfo/Typeinfo#get:flags + return + ) + (func $~lib/rt/itcms/Object#get:isPointerfree (param $this i32) (result i32) + (local $rtId i32) + local.get $this + call $~lib/rt/itcms/Object#get:rtId + local.set $rtId + local.get $rtId + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $rtId + call $~lib/rt/__typeinfo + i32.const 32 + i32.and + i32.const 0 + i32.ne + end + return + ) + (func $~lib/rt/itcms/Object#linkTo (param $this i32) (param $list i32) (param $withColor i32) + (local $prev i32) + local.get $list + call $~lib/rt/itcms/Object#get:prev + local.set $prev + local.get $this + local.get $list + local.get $withColor + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $this + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $this + call $~lib/rt/itcms/Object#set:next + local.get $list + local.get $this + call $~lib/rt/itcms/Object#set:prev + ) + (func $~lib/rt/itcms/Object#makeGray (param $this i32) + (local $1 i32) + local.get $this + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.tee $1 + i32.eqz + if (result i32) + i32.const 0 + i32.const 176 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + else + local.get $1 + end + global.set $~lib/rt/itcms/iter + end + local.get $this + call $~lib/rt/itcms/Object#unlink + local.get $this + global.get $~lib/rt/itcms/toSpace + local.get $this + call $~lib/rt/itcms/Object#get:isPointerfree + if (result i32) + global.get $~lib/rt/itcms/white + i32.eqz + else + i32.const 2 + end + call $~lib/rt/itcms/Object#linkTo + ) + (func $~lib/rt/itcms/__visit (param $ptr i32) (param $cookie i32) + (local $obj i32) + local.get $ptr + i32.eqz + if + return + end + local.get $ptr + i32.const 20 + i32.sub + local.set $obj + i32.const 0 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eq + if + local.get $obj + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) + (func $~lib/rt/itcms/visitStack (param $cookie i32) + (local $ptr i32) + global.get $~lib/memory/__stack_pointer + local.set $ptr + loop $while-continue|0 + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $ptr + i32.load + local.get $cookie + call $~lib/rt/itcms/__visit + local.get $ptr + i32.const 4 + i32.add + local.set $ptr + br $while-continue|0 + end + end + ) + (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) + i32.const 4 + local.get $this + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + return + ) + (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) + local.get $this + local.get $flMap + i32.store + ) + (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) + local.get $this + local.get $mmInfo + i32.store + ) + (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store offset=4 + ) + (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) + local.get $this + local.get $next + i32.store offset=8 + ) + (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $6 i32) + (local $7 i32) + (local $boundedSize i32) + (local $prev i32) + (local $next i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $root|14 i32) + (local $fl|15 i32) + (local $sl|16 i32) + (local $head i32) + (local $root|18 i32) + (local $fl|19 i32) + (local $slMap i32) + (local $root|21 i32) + (local $fl|22 i32) + (local $slMap|23 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $6 + i32.const 1073741820 + local.tee $7 + local.get $6 + local.get $7 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/tlsf/Block#get:prev + local.set $prev + local.get $block + call $~lib/rt/tlsf/Block#get:next + local.set $next + local.get $prev + if + local.get $prev + local.get $next + call $~lib/rt/tlsf/Block#set:next + end + local.get $next + if + local.get $next + local.get $prev + call $~lib/rt/tlsf/Block#set:prev + end + local.get $block + block $~lib/rt/tlsf/GETHEAD|inlined.0 (result i32) + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.0 + end + i32.eq + if + local.get $root + local.set $root|14 + local.get $fl + local.set $fl|15 + local.get $sl + local.set $sl|16 + local.get $next + local.set $head + local.get $root|14 + local.get $fl|15 + i32.const 4 + i32.shl + local.get $sl|16 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store offset=96 + local.get $next + i32.eqz + if + block $~lib/rt/tlsf/GETSL|inlined.0 (result i32) + local.get $root + local.set $root|18 + local.get $fl + local.set $fl|19 + local.get $root|18 + local.get $fl|19 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.0 + end + local.set $slMap + local.get $root + local.set $root|21 + local.get $fl + local.set $fl|22 + local.get $slMap + i32.const 1 + local.get $sl + i32.shl + i32.const -1 + i32.xor + i32.and + local.tee $slMap + local.set $slMap|23 + local.get $root|21 + local.get $fl|22 + i32.const 2 + i32.shl + i32.add + local.get $slMap|23 + i32.store offset=4 + local.get $slMap + i32.eqz + if + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.const -1 + i32.xor + i32.and + call $~lib/rt/tlsf/Root#set:flMap + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $block|3 i32) + (local $right i32) + (local $rightInfo i32) + (local $block|6 i32) + (local $block|7 i32) + (local $left i32) + (local $leftInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $13 i32) + (local $14 i32) + (local $boundedSize i32) + (local $root|16 i32) + (local $fl|17 i32) + (local $sl|18 i32) + (local $head i32) + (local $root|20 i32) + (local $fl|21 i32) + (local $sl|22 i32) + (local $head|23 i32) + (local $root|24 i32) + (local $fl|25 i32) + (local $root|26 i32) + (local $fl|27 i32) + (local $slMap i32) + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETRIGHT|inlined.0 (result i32) + local.get $block + local.set $block|3 + local.get $block|3 + i32.const 4 + i32.add + local.get $block|3 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.0 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + local.get $rightInfo + i32.const 1 + i32.and + if + local.get $root + local.get $right + call $~lib/rt/tlsf/removeBlock + local.get $block + local.get $blockInfo + i32.const 4 + i32.add + local.get $rightInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.1 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.1 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + end + local.get $blockInfo + i32.const 2 + i32.and + if + block $~lib/rt/tlsf/GETFREELEFT|inlined.0 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.sub + i32.load + br $~lib/rt/tlsf/GETFREELEFT|inlined.0 + end + local.set $left + local.get $left + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $leftInfo + i32.const 1 + drop + local.get $leftInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $left + call $~lib/rt/tlsf/removeBlock + local.get $left + local.set $block + local.get $block + local.get $leftInfo + i32.const 4 + i32.add + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + end + local.get $right + local.get $rightInfo + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + drop + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.get $right + i32.eq + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $right + i32.const 4 + i32.sub + local.get $block + i32.store + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $13 + i32.const 1073741820 + local.tee $14 + local.get $13 + local.get $14 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.1 (result i32) + local.get $root + local.set $root|16 + local.get $fl + local.set $fl|17 + local.get $sl + local.set $sl|18 + local.get $root|16 + local.get $fl|17 + i32.const 4 + i32.shl + local.get $sl|18 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.1 + end + local.set $head + local.get $block + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $block + local.get $head + call $~lib/rt/tlsf/Block#set:next + local.get $head + if + local.get $head + local.get $block + call $~lib/rt/tlsf/Block#set:prev + end + local.get $root + local.set $root|20 + local.get $fl + local.set $fl|21 + local.get $sl + local.set $sl|22 + local.get $block + local.set $head|23 + local.get $root|20 + local.get $fl|21 + i32.const 4 + i32.shl + local.get $sl|22 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head|23 + i32.store offset=96 + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.or + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|26 + local.get $fl + local.set $fl|27 + block $~lib/rt/tlsf/GETSL|inlined.1 (result i32) + local.get $root + local.set $root|24 + local.get $fl + local.set $fl|25 + local.get $root|24 + local.get $fl|25 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.1 + end + i32.const 1 + local.get $sl + i32.shl + i32.or + local.set $slMap + local.get $root|26 + local.get $fl|27 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) + (local $tail i32) + (local $tailInfo i32) + (local $size i32) + (local $leftSize i32) + (local $left i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end + i32.const 1 + drop + local.get $start + i64.extend_i32_u + local.get $endU64 + i64.le_u + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + local.set $start + local.get $end + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $end + block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) + local.get $root + local.set $root|4 + local.get $root|4 + i32.load offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.0 + end + local.set $tail + i32.const 0 + local.set $tailInfo + local.get $tail + if + i32.const 1 + drop + local.get $start + local.get $tail + i32.const 4 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 16 + i32.sub + local.get $tail + i32.eq + if + local.get $start + i32.const 16 + i32.sub + local.set $start + local.get $tail + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $tailInfo + else + end + else + i32.const 1 + drop + local.get $start + local.get $root + i32.const 1572 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $end + local.get $start + i32.sub + local.set $size + local.get $size + i32.const 4 + i32.const 12 + i32.add + i32.const 4 + i32.add + i32.lt_u + if + i32.const 0 + return + end + local.get $size + i32.const 2 + i32.const 4 + i32.mul + i32.sub + local.set $leftSize + local.get $start + local.set $left + local.get $left + local.get $leftSize + i32.const 1 + i32.or + local.get $tailInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:next + local.get $start + i32.const 4 + i32.add + local.get $leftSize + i32.add + local.set $tail + local.get $tail + i32.const 0 + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.set $root|10 + local.get $tail + local.set $tail|11 + local.get $root|10 + local.get $tail|11 + i32.store offset=1568 + local.get $root + local.get $left + call $~lib/rt/tlsf/insertBlock + i32.const 1 + return + ) + (func $~lib/rt/tlsf/initialize + (local $rootOffset i32) + (local $pagesBefore i32) + (local $pagesNeeded i32) + (local $root i32) + (local $root|4 i32) + (local $tail i32) + (local $fl i32) + (local $root|7 i32) + (local $fl|8 i32) + (local $slMap i32) + (local $sl i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $head i32) + (local $memStart i32) + i32.const 0 + drop + global.get $~lib/memory/__heap_base + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $rootOffset + memory.size + local.set $pagesBefore + local.get $rootOffset + i32.const 1572 + 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 $pagesNeeded + local.get $pagesNeeded + local.get $pagesBefore + i32.gt_s + if (result i32) + local.get $pagesNeeded + local.get $pagesBefore + i32.sub + memory.grow + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + local.get $rootOffset + local.set $root + local.get $root + i32.const 0 + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|4 + i32.const 0 + local.set $tail + local.get $root|4 + local.get $tail + i32.store offset=1568 + i32.const 0 + local.set $fl + loop $for-loop|0 + local.get $fl + i32.const 23 + i32.lt_u + if + local.get $root + local.set $root|7 + local.get $fl + local.set $fl|8 + i32.const 0 + local.set $slMap + local.get $root|7 + local.get $fl|8 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store offset=4 + i32.const 0 + local.set $sl + loop $for-loop|1 + local.get $sl + i32.const 16 + i32.lt_u + if + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + i32.const 0 + local.set $head + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store offset=96 + local.get $sl + i32.const 1 + i32.add + local.set $sl + br $for-loop|1 + end + end + local.get $fl + i32.const 1 + i32.add + local.set $fl + br $for-loop|0 + end + end + local.get $rootOffset + i32.const 1572 + i32.add + local.set $memStart + i32.const 0 + drop + local.get $root + local.get $memStart + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + local.get $root + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/tlsf/checkUsedBlock (param $ptr i32) (result i32) + (local $block i32) + local.get $ptr + i32.const 4 + i32.sub + local.set $block + local.get $ptr + i32.const 0 + i32.ne + if (result i32) + local.get $ptr + i32.const 15 + i32.and + i32.eqz + else + i32.const 0 + end + if (result i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.and + i32.eqz + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $block + return + ) + (func $~lib/rt/tlsf/freeBlock (param $root i32) (param $block i32) + i32.const 0 + drop + local.get $block + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $block + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/__free (param $ptr i32) + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + return + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $ptr + call $~lib/rt/tlsf/checkUsedBlock + call $~lib/rt/tlsf/freeBlock + ) + (func $~lib/rt/itcms/free (param $obj i32) + local.get $obj + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:prev + else + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.sub + global.set $~lib/rt/itcms/total + i32.const 0 + drop + local.get $obj + i32.const 4 + i32.add + call $~lib/rt/tlsf/__free + end + ) + (func $~lib/rt/itcms/step (result i32) + (local $obj i32) + (local $1 i32) + (local $black i32) + (local $from i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + local.set $1 + local.get $1 + i32.const 0 + i32.eq + br_if $case0|0 + local.get $1 + i32.const 1 + i32.eq + br_if $case1|0 + local.get $1 + i32.const 2 + i32.eq + br_if $case2|0 + br $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $black + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|1 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + global.set $~lib/rt/itcms/iter + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.eq + if + i32.const 0 + call $~lib/rt/itcms/visitStack + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|2 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $from + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $from + global.set $~lib/rt/itcms/toSpace + local.get $black + global.set $~lib/rt/itcms/white + local.get $from + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/iter + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 1 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eqz + i32.eq + i32.eqz + if + i32.const 0 + i32.const 176 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $obj + call $~lib/rt/itcms/free + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:nextWithColor + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:prev + i32.const 0 + global.set $~lib/rt/itcms/state + br $break|0 + end + i32.const 0 + return + ) + (func $~lib/rt/itcms/interrupt + (local $budget i32) + i32.const 0 + drop + i32.const 0 + drop + i32.const 1024 + i32.const 200 + i32.mul + i32.const 100 + i32.div_u + local.set $budget + loop $do-loop|0 + local.get $budget + call $~lib/rt/itcms/step + i32.sub + local.set $budget + global.get $~lib/rt/itcms/state + i32.const 0 + i32.eq + if + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i32.const 200 + i64.extend_i32_u + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + return + end + local.get $budget + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i32.const 1024 + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.mul + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + ) + (func $~lib/rt/tlsf/computeSize (param $size i32) (result i32) + local.get $size + i32.const 12 + i32.le_u + if (result i32) + i32.const 12 + else + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + end + return + ) + (func $~lib/rt/tlsf/prepareSize (param $size i32) (result i32) + local.get $size + i32.const 1073741820 + i32.gt_u + if + i32.const 112 + i32.const 448 + i32.const 461 + i32.const 29 + call $~lib/builtins/abort + unreachable + end + local.get $size + call $~lib/rt/tlsf/computeSize + return + ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) + (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) + (local $fl i32) + (local $sl i32) + (local $requestSize i32) + (local $root|5 i32) + (local $fl|6 i32) + (local $slMap i32) + (local $head i32) + (local $flMap i32) + (local $root|10 i32) + (local $fl|11 i32) + (local $root|12 i32) + (local $fl|13 i32) + (local $sl|14 i32) + (local $root|15 i32) + (local $fl|16 i32) + (local $sl|17 i32) + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $requestSize + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub + local.get $requestSize + i32.clz + i32.sub + local.set $fl + local.get $requestSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 334 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETSL|inlined.2 (result i32) + local.get $root + local.set $root|5 + local.get $fl + local.set $fl|6 + local.get $root|5 + local.get $fl|6 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.2 + end + i32.const 0 + i32.const -1 + i32.xor + local.get $sl + i32.shl + i32.and + local.set $slMap + i32.const 0 + local.set $head + local.get $slMap + i32.eqz + if + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 0 + i32.const -1 + i32.xor + local.get $fl + i32.const 1 + i32.add + i32.shl + i32.and + local.set $flMap + local.get $flMap + i32.eqz + if + i32.const 0 + local.set $head + else + local.get $flMap + i32.ctz + local.set $fl + block $~lib/rt/tlsf/GETSL|inlined.3 (result i32) + local.get $root + local.set $root|10 + local.get $fl + local.set $fl|11 + local.get $root|10 + local.get $fl|11 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.3 + end + local.set $slMap + i32.const 1 + drop + local.get $slMap + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.2 (result i32) + local.get $root + local.set $root|12 + local.get $fl + local.set $fl|13 + local.get $slMap + i32.ctz + local.set $sl|14 + local.get $root|12 + local.get $fl|13 + i32.const 4 + i32.shl + local.get $sl|14 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.2 + end + local.set $head + end + else + block $~lib/rt/tlsf/GETHEAD|inlined.3 (result i32) + local.get $root + local.set $root|15 + local.get $fl + local.set $fl|16 + local.get $slMap + i32.ctz + local.set $sl|17 + local.get $root|15 + local.get $fl|16 + i32.const 4 + i32.shl + local.get $sl|17 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.3 + end + local.set $head + end + local.get $head + return + ) + (func $~lib/rt/tlsf/growMemory (param $root i32) (param $size i32) + (local $pagesBefore i32) + (local $root|3 i32) + (local $pagesNeeded i32) + (local $5 i32) + (local $6 i32) + (local $pagesWanted i32) + (local $pagesAfter i32) + i32.const 0 + drop + local.get $size + i32.const 256 + i32.ge_u + if + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $size + end + memory.size + local.set $pagesBefore + local.get $size + i32.const 4 + local.get $pagesBefore + i32.const 16 + i32.shl + i32.const 4 + i32.sub + block $~lib/rt/tlsf/GETTAIL|inlined.1 (result i32) + local.get $root + local.set $root|3 + local.get $root|3 + i32.load offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.1 + end + i32.ne + i32.shl + i32.add + local.set $size + local.get $size + i32.const 65535 + i32.add + i32.const 65535 + i32.const -1 + i32.xor + i32.and + i32.const 16 + i32.shr_u + local.set $pagesNeeded + local.get $pagesBefore + local.tee $5 + local.get $pagesNeeded + local.tee $6 + local.get $5 + local.get $6 + i32.gt_s + select + local.set $pagesWanted + local.get $pagesWanted + memory.grow + i32.const 0 + i32.lt_s + if + local.get $pagesNeeded + memory.grow + i32.const 0 + i32.lt_s + if + unreachable + end + end + memory.size + local.set $pagesAfter + local.get $root + local.get $pagesBefore + i32.const 16 + i32.shl + local.get $pagesAfter + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + ) + (func $~lib/rt/tlsf/prepareBlock (param $root i32) (param $block i32) (param $size i32) + (local $blockInfo i32) + (local $remaining i32) + (local $spare i32) + (local $block|6 i32) + (local $block|7 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.and + i32.eqz + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 361 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $size + i32.sub + local.set $remaining + local.get $remaining + i32.const 4 + i32.const 12 + i32.add + i32.ge_u + if + local.get $block + local.get $size + local.get $blockInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.set $spare + local.get $spare + local.get $remaining + i32.const 4 + i32.sub + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $spare + call $~lib/rt/tlsf/insertBlock + else + local.get $block + local.get $blockInfo + i32.const 1 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.3 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.add + local.get $block|7 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.3 + end + block $~lib/rt/tlsf/GETRIGHT|inlined.2 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.2 + end + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 2 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + end + ) + (func $~lib/rt/tlsf/allocateBlock (param $root i32) (param $size i32) (result i32) + (local $payloadSize i32) + (local $block i32) + local.get $size + call $~lib/rt/tlsf/prepareSize + local.set $payloadSize + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + local.get $block + i32.eqz + if + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/growMemory + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + i32.const 1 + drop + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $payloadSize + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 448 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $block + call $~lib/rt/tlsf/removeBlock + local.get $root + local.get $block + local.get $payloadSize + call $~lib/rt/tlsf/prepareBlock + i32.const 0 + drop + local.get $block + return + ) + (func $~lib/rt/tlsf/__alloc (param $size i32) (result i32) + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $size + call $~lib/rt/tlsf/allocateBlock + i32.const 4 + i32.add + return + ) + (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) + local.get $this + local.get $rtId + i32.store offset=12 + ) + (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) + local.get $this + local.get $rtSize + i32.store offset=16 + ) + (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) + (local $obj i32) + (local $ptr i32) + local.get $size + i32.const 1073741804 + i32.ge_u + if + i32.const 112 + i32.const 176 + i32.const 261 + i32.const 31 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + call $~lib/rt/itcms/interrupt + end + i32.const 16 + local.get $size + i32.add + call $~lib/rt/tlsf/__alloc + i32.const 4 + i32.sub + local.set $obj + local.get $obj + local.get $id + call $~lib/rt/itcms/Object#set:rtId + local.get $obj + local.get $size + call $~lib/rt/itcms/Object#set:rtSize + local.get $obj + global.get $~lib/rt/itcms/fromSpace + global.get $~lib/rt/itcms/white + call $~lib/rt/itcms/Object#linkTo + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.add + global.set $~lib/rt/itcms/total + local.get $obj + i32.const 20 + i32.add + local.set $ptr + local.get $ptr + i32.const 0 + local.get $size + memory.fill + local.get $ptr + return + ) + (func $~lib/rt/__newBuffer (param $size i32) (param $id i32) (param $data i32) (result i32) + (local $buffer i32) + local.get $size + local.get $id + call $~lib/rt/itcms/__new + local.set $buffer + local.get $data + if + local.get $buffer + local.get $data + local.get $size + memory.copy + end + local.get $buffer + return + ) + (func $~lib/rt/itcms/__link (param $parentPtr i32) (param $childPtr i32) (param $expectMultiple i32) + (local $child i32) + (local $parent i32) + (local $parentColor i32) + local.get $childPtr + i32.eqz + if + return + end + i32.const 1 + drop + local.get $parentPtr + i32.eqz + if + i32.const 0 + i32.const 176 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $childPtr + i32.const 20 + i32.sub + local.set $child + local.get $child + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eq + if + local.get $parentPtr + i32.const 20 + i32.sub + local.set $parent + local.get $parent + call $~lib/rt/itcms/Object#get:color + local.set $parentColor + local.get $parentColor + global.get $~lib/rt/itcms/white + i32.eqz + i32.eq + if + local.get $expectMultiple + if + local.get $parent + call $~lib/rt/itcms/Object#makeGray + else + local.get $child + call $~lib/rt/itcms/Object#makeGray + end + else + local.get $parentColor + i32.const 3 + i32.eq + if (result i32) + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + else + i32.const 0 + end + if + local.get $child + call $~lib/rt/itcms/Object#makeGray + end + end + end + ) + (func $~lib/rt/__visit_globals (param $0 i32) + (local $1 i32) + i32.const 304 + local.get $0 + call $~lib/rt/itcms/__visit + i32.const 112 + local.get $0 + call $~lib/rt/itcms/__visit + ) + (func $~lib/arraybuffer/ArrayBufferView~visit (param $0 i32) (param $1 i32) + (local $2 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + i32.load + local.tee $2 + if + local.get $2 + local.get $1 + call $~lib/rt/itcms/__visit + end + ) + (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) + ) + (func $~lib/array/Array#get:buffer (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + local.get $1 + call $~lib/array/Array#__visit + ) + (func $~lib/function/Function<%28~lib/array/Array%29=>i32>#get:_env (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/function/Function<%28~lib/array/Array%29=>i32>~visit (param $0 i32) (param $1 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + local.get $1 + call $~lib/function/Function<%28~lib/array/Array%29=>i32>#__visit + ) + (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) + block $invalid + block $~lib/function/Function<%28~lib/array/Array%29=>i32> + block $~lib/array/Array + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/function/Function<%28~lib/array/Array%29=>i32> $invalid + end + return + end + return + end + return + end + local.get $0 + local.get $1 + call $~lib/arraybuffer/ArrayBufferView~visit + return + end + local.get $0 + local.get $1 + call $~lib/array/Array~visit + return + end + local.get $0 + local.get $1 + call $~lib/function/Function<%28~lib/array/Array%29=>i32>~visit + return + end + unreachable + ) + (func $~start + call $start:issues/2707 + ) + (func $~stack_check + global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__data_end + i32.lt_s + if + i32.const 33312 + i32.const 33360 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + ) + (func $start:issues/2707 + (local $0 i32) + (local $1 i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + memory.size + i32.const 16 + i32.shl + global.get $~lib/memory/__heap_base + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 224 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/pinSpace + i32.const 256 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/toSpace + i32.const 400 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/fromSpace + i32.const 4 + i32.const 2 + i32.const 4 + i32.const 64 + call $~lib/rt/__newArray + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + i32.const 1 + global.set $~argumentsLength + global.get $issues/2707/func + i32.load + call_indirect (type $0) + drop + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/array/Array#__visit (param $this i32) (param $cookie i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + i32.const 0 + drop + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + call $~lib/array/Array#get:buffer + local.get $cookie + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/function/Function<%28~lib/array/Array%29=>i32>#__visit (param $this i32) (param $cookie i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + call $~lib/function/Function<%28~lib/array/Array%29=>i32>#get:_env + local.get $cookie + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/rt/__newArray (param $length i32) (param $alignLog2 i32) (param $id i32) (param $data i32) (result i32) + (local $bufferSize i32) + (local $buffer i32) + (local $array i32) + (local $7 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $length + local.get $alignLog2 + i32.shl + local.set $bufferSize + global.get $~lib/memory/__stack_pointer + local.get $bufferSize + i32.const 1 + local.get $data + call $~lib/rt/__newBuffer + local.tee $buffer + i32.store + i32.const 16 + local.get $id + call $~lib/rt/itcms/__new + local.set $array + local.get $array + local.get $buffer + i32.store + local.get $array + local.get $buffer + i32.const 0 + call $~lib/rt/itcms/__link + local.get $array + local.get $buffer + i32.store offset=4 + local.get $array + local.get $bufferSize + i32.store offset=8 + local.get $array + local.get $length + i32.store offset=12 + local.get $array + local.set $7 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $7 + return + ) +) diff --git a/tests/compiler/issues/2707.json b/tests/compiler/issues/2707.json index 5d2bf93db3..1bdd02b1be 100644 --- a/tests/compiler/issues/2707.json +++ b/tests/compiler/issues/2707.json @@ -1,7 +1,4 @@ { - "asc_flags": [], - "stderr": [ - "AS100: Not implemented: Rest parameters", - "func(1, 2, 3, 4);" + "asc_flags": [ ] } diff --git a/tests/compiler/issues/2707.release.wat b/tests/compiler/issues/2707.release.wat new file mode 100644 index 0000000000..9ca1161cf6 --- /dev/null +++ b/tests/compiler/issues/2707.release.wat @@ -0,0 +1,1630 @@ +(module + (type $0 (func (param i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32 i32 i32 i32))) + (type $5 (func (param i32 i32 i64))) + (type $6 (func (result i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34316)) + (memory $0 1) + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\05\00\00\00\08\00\00\00\01") + (data $1 (i32.const 1068) ",") + (data $1.1 (i32.const 1080) "\01\00\00\00\10\00\00\00\01\00\00\00\02\00\00\00\03\00\00\00\04") + (data $2 (i32.const 1116) "<") + (data $2.1 (i32.const 1128) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $3 (i32.const 1180) "<") + (data $3.1 (i32.const 1192) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $6 (i32.const 1308) "<") + (data $6.1 (i32.const 1320) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $7 (i32.const 1372) ",") + (data $7.1 (i32.const 1384) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $9 (i32.const 1452) "<") + (data $9.1 (i32.const 1464) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $10 (i32.const 1520) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t") + (table $0 2 2 funcref) + (elem $0 (i32.const 1) $start:issues/2707~anonymous|0) + (export "memory" (memory $0)) + (start $~start) + (func $start:issues/2707~anonymous|0 (param $0 i32) (result i32) + i32.const 1 + ) + (func $~lib/rt/itcms/visitRoots + (local $0 i32) + (local $1 i32) + i32.const 1328 + call $~lib/rt/itcms/__visit + i32.const 1136 + call $~lib/rt/itcms/__visit + global.get $~lib/rt/itcms/pinSpace + local.tee $1 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|0 + local.get $0 + local.get $1 + i32.ne + if + local.get $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1200 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/Object#makeGray (param $0 i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + local.get $0 + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $0 + i32.load offset=8 + local.tee $1 + i32.eqz + if + i32.const 0 + i32.const 1200 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end + local.get $1 + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$119 + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.tee $1 + i32.eqz + if + local.get $0 + i32.load offset=8 + i32.eqz + local.get $0 + i32.const 34316 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1200 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$119 + end + local.get $0 + i32.load offset=8 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1200 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $1 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $1 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + end + global.get $~lib/rt/itcms/toSpace + local.set $2 + local.get $0 + i32.load offset=12 + local.tee $1 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $1 + i32.const 1520 + i32.load + i32.gt_u + if + i32.const 1328 + i32.const 1392 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 2 + i32.shl + i32.const 1524 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 + local.get $2 + i32.load offset=8 + local.set $1 + local.get $0 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select + local.get $2 + i32.or + i32.store offset=4 + local.get $0 + local.get $1 + i32.store offset=8 + local.get $1 + local.get $0 + local.get $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $2 + local.get $0 + i32.store offset=8 + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $0 + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) + (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $1 + i32.load + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const -4 + i32.and + local.tee $3 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1472 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const 256 + i32.lt_u + if (result i32) + local.get $3 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $3 + local.get $3 + i32.const 1073741820 + i32.ge_u + select + local.tee $3 + i32.clz + i32.sub + local.tee $4 + i32.const 7 + i32.sub + local.set $2 + local.get $3 + local.get $4 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $3 + i32.const 16 + i32.lt_u + local.get $2 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load offset=8 + local.set $5 + local.get $1 + i32.load offset=4 + local.tee $4 + if + local.get $4 + local.get $5 + i32.store offset=8 + end + local.get $5 + if + local.get $5 + local.get $4 + i32.store offset=4 + end + local.get $1 + local.get $0 + local.get $2 + i32.const 4 + i32.shl + local.get $3 + i32.add + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load offset=96 + i32.eq + if + local.get $1 + local.get $5 + i32.store offset=96 + local.get $5 + i32.eqz + if + local.get $0 + local.get $2 + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load offset=4 + i32.const -2 + local.get $3 + i32.rotl + i32.and + local.set $3 + local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + i32.eqz + if + local.get $0 + local.get $0 + i32.load + i32.const -2 + local.get $2 + i32.rotl + i32.and + i32.store + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + local.get $1 + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load + local.tee $2 + i32.const 1 + i32.and + if + local.get $0 + local.get $4 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $3 + i32.const 4 + i32.add + local.get $2 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load + local.set $2 + end + local.get $3 + i32.const 2 + i32.and + if + local.get $1 + i32.const 4 + i32.sub + i32.load + local.tee $1 + i32.load + local.tee $6 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $1 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $6 + i32.const 4 + i32.add + local.get $3 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store + end + local.get $4 + local.get $2 + i32.const 2 + i32.or + i32.store + local.get $3 + i32.const -4 + i32.and + local.tee $2 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1472 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $1 + i32.const 4 + i32.add + local.get $2 + i32.add + i32.ne + if + i32.const 0 + i32.const 1472 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + i32.const 4 + i32.sub + local.get $1 + i32.store + local.get $2 + i32.const 256 + i32.lt_u + if (result i32) + local.get $2 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $2 + local.get $2 + i32.const 1073741820 + i32.ge_u + select + local.tee $2 + i32.clz + i32.sub + local.tee $3 + i32.const 7 + i32.sub + local.set $5 + local.get $2 + local.get $3 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $2 + i32.const 16 + i32.lt_u + local.get $5 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + local.set $3 + local.get $1 + i32.const 0 + i32.store offset=4 + local.get $1 + local.get $3 + i32.store offset=8 + local.get $3 + if + local.get $3 + local.get $1 + i32.store offset=4 + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $1 + i32.store offset=96 + local.get $0 + local.get $0 + i32.load + i32.const 1 + local.get $5 + i32.shl + i32.or + i32.store + local.get $0 + local.get $5 + i32.const 2 + i32.shl + i32.add + local.tee $0 + local.get $0 + i32.load offset=4 + i32.const 1 + local.get $2 + i32.shl + i32.or + i32.store offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $2 + local.get $1 + i64.extend_i32_u + i64.lt_u + if + i32.const 0 + i32.const 1472 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + local.set $1 + local.get $0 + i32.load offset=1568 + local.tee $3 + if + local.get $3 + i32.const 4 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1472 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $3 + local.get $1 + i32.const 16 + i32.sub + local.tee $5 + i32.eq + if + local.get $3 + i32.load + local.set $4 + local.get $5 + local.set $1 + end + else + local.get $0 + i32.const 1572 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1472 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $2 + i32.wrap_i64 + i32.const -16 + i32.and + local.get $1 + i32.sub + local.tee $3 + i32.const 20 + i32.lt_u + if + return + end + local.get $1 + local.get $4 + i32.const 2 + i32.and + local.get $3 + i32.const 8 + i32.sub + local.tee $3 + i32.const 1 + i32.or + i32.or + i32.store + local.get $1 + i32.const 0 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.store offset=8 + local.get $1 + i32.const 4 + i32.add + local.get $3 + i32.add + local.tee $3 + i32.const 2 + i32.store + local.get $0 + local.get $3 + i32.store offset=1568 + local.get $0 + local.get $1 + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/initialize + (local $0 i32) + (local $1 i32) + memory.size + local.tee $1 + i32.const 0 + i32.le_s + if (result i32) + i32.const 1 + local.get $1 + i32.sub + memory.grow + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + i32.const 34320 + i32.const 0 + i32.store + i32.const 35888 + i32.const 0 + i32.store + loop $for-loop|0 + local.get $0 + i32.const 23 + i32.lt_u + if + local.get $0 + i32.const 2 + i32.shl + i32.const 34320 + i32.add + i32.const 0 + i32.store offset=4 + i32.const 0 + local.set $1 + loop $for-loop|1 + local.get $1 + i32.const 16 + i32.lt_u + if + local.get $0 + i32.const 4 + i32.shl + local.get $1 + i32.add + i32.const 2 + i32.shl + i32.const 34320 + i32.add + i32.const 0 + i32.store offset=96 + local.get $1 + i32.const 1 + i32.add + local.set $1 + br $for-loop|1 + end + end + local.get $0 + i32.const 1 + i32.add + local.set $0 + br $for-loop|0 + end + end + i32.const 34320 + i32.const 35892 + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + i32.const 34320 + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/itcms/step (result i32) + (local $0 i32) + (local $1 i32) + (local $2 i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + br_table $case0|0 $case1|0 $case2|0 $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $1 + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|1 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + global.set $~lib/rt/itcms/iter + local.get $1 + local.get $0 + i32.load offset=4 + local.tee $2 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $2 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store offset=4 + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + return + end + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + i32.eq + if + global.get $~lib/memory/__stack_pointer + local.set $0 + loop $while-continue|0 + local.get $0 + i32.const 34316 + i32.lt_u + if + local.get $0 + i32.load + call $~lib/rt/itcms/__visit + local.get $0 + i32.const 4 + i32.add + local.set $0 + br $while-continue|0 + end + end + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|2 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $1 + local.get $0 + i32.load offset=4 + local.tee $2 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $2 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store offset=4 + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + end + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $0 + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $0 + global.set $~lib/rt/itcms/toSpace + local.get $1 + global.set $~lib/rt/itcms/white + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/iter + local.tee $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + i32.load offset=4 + local.tee $1 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/white + i32.eqz + local.get $1 + i32.const 3 + i32.and + i32.ne + if + i32.const 0 + i32.const 1200 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 34316 + i32.lt_u + if + local.get $0 + i32.const 0 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store offset=8 + else + global.get $~lib/rt/itcms/total + local.get $0 + i32.load + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.sub + global.set $~lib/rt/itcms/total + local.get $0 + i32.const 4 + i32.add + local.tee $0 + i32.const 34316 + i32.ge_u + if + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.set $1 + local.get $0 + i32.const 4 + i32.sub + local.set $2 + local.get $0 + i32.const 15 + i32.and + i32.const 1 + local.get $0 + select + if (result i32) + i32.const 1 + else + local.get $2 + i32.load + i32.const 1 + i32.and + end + if + i32.const 0 + i32.const 1472 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $2 + local.get $2 + i32.load + i32.const 1 + i32.or + i32.store + local.get $1 + local.get $2 + call $~lib/rt/tlsf/insertBlock + end + end + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + i32.store offset=4 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + i32.store offset=8 + i32.const 0 + global.set $~lib/rt/itcms/state + end + i32.const 0 + ) + (func $~lib/rt/tlsf/searchBlock (param $0 i32) (result i32) + (local $1 i32) + (local $2 i32) + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + else + local.get $0 + i32.load + i32.const -2 + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + local.tee $1 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.ctz + local.get $1 + i32.const 4 + i32.shl + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + else + i32.const 0 + end + end + ) + (func $~lib/rt/itcms/__new (param $0 i32) (result i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + block $__inlined_func$~lib/rt/itcms/interrupt$69 + i32.const 2048 + local.set $1 + loop $do-loop|0 + local.get $1 + call $~lib/rt/itcms/step + i32.sub + local.set $1 + global.get $~lib/rt/itcms/state + i32.eqz + if + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i64.const 200 + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + br $__inlined_func$~lib/rt/itcms/interrupt$69 + end + local.get $1 + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.const 10 + i32.shl + i32.add + global.set $~lib/rt/itcms/threshold + end + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.tee $2 + call $~lib/rt/tlsf/searchBlock + local.tee $1 + i32.eqz + if + memory.size + local.tee $1 + i32.const 4 + local.get $2 + i32.load offset=1568 + local.get $1 + i32.const 16 + i32.shl + i32.const 4 + i32.sub + i32.ne + i32.shl + i32.const 65579 + i32.add + i32.const -65536 + i32.and + i32.const 16 + i32.shr_u + local.tee $3 + local.get $1 + local.get $3 + i32.gt_s + select + memory.grow + i32.const 0 + i32.lt_s + if + local.get $3 + memory.grow + i32.const 0 + i32.lt_s + if + unreachable + end + end + local.get $2 + local.get $1 + i32.const 16 + i32.shl + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + local.get $2 + call $~lib/rt/tlsf/searchBlock + local.tee $1 + i32.eqz + if + i32.const 0 + i32.const 1472 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + local.get $1 + i32.load + i32.const -4 + i32.and + i32.const 44 + i32.lt_u + if + i32.const 0 + i32.const 1472 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $2 + local.get $1 + call $~lib/rt/tlsf/removeBlock + local.get $1 + i32.load + local.tee $3 + i32.const -4 + i32.and + i32.const 44 + i32.sub + local.tee $4 + i32.const 16 + i32.ge_u + if + local.get $1 + local.get $3 + i32.const 2 + i32.and + i32.const 44 + i32.or + i32.store + local.get $1 + i32.const 48 + i32.add + local.tee $3 + local.get $4 + i32.const 4 + i32.sub + i32.const 1 + i32.or + i32.store + local.get $2 + local.get $3 + call $~lib/rt/tlsf/insertBlock + else + local.get $1 + local.get $3 + i32.const -2 + i32.and + i32.store + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $2 + local.get $2 + i32.load + i32.const -3 + i32.and + i32.store + end + local.get $1 + local.get $0 + i32.store offset=12 + local.get $1 + i32.const 16 + i32.store offset=16 + global.get $~lib/rt/itcms/fromSpace + local.tee $0 + i32.load offset=8 + local.set $2 + local.get $1 + local.get $0 + global.get $~lib/rt/itcms/white + i32.or + i32.store offset=4 + local.get $1 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $1 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $0 + local.get $1 + i32.store offset=8 + global.get $~lib/rt/itcms/total + local.get $1 + i32.load + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.add + global.set $~lib/rt/itcms/total + local.get $1 + i32.const 20 + i32.add + local.tee $0 + i64.const 0 + i64.store align=1 + local.get $0 + i64.const 0 + i64.store offset=8 align=1 + local.get $0 + ) + (func $~lib/rt/__visit_members (param $0 i32) + block $folding-inner0 + block $invalid + block $~lib/function/Function<%28~lib/array/Array%29=>i32> + block $~lib/array/Array + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/function/Function<%28~lib/array/Array%29=>i32> $invalid + end + return + end + return + end + return + end + local.get $0 + i32.load + local.tee $0 + if + local.get $0 + call $~lib/rt/itcms/__visit + end + return + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1548 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + return + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1548 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + return + end + unreachable + end + i32.const 34336 + i32.const 34384 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $~start + (local $0 i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 1548 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + memory.size + i32.const 16 + i32.shl + i32.const 34316 + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 1252 + i32.const 1248 + i32.store + i32.const 1256 + i32.const 1248 + i32.store + i32.const 1248 + global.set $~lib/rt/itcms/pinSpace + i32.const 1284 + i32.const 1280 + i32.store + i32.const 1288 + i32.const 1280 + i32.store + i32.const 1280 + global.set $~lib/rt/itcms/toSpace + i32.const 1428 + i32.const 1424 + i32.store + i32.const 1432 + i32.const 1424 + i32.store + i32.const 1424 + global.set $~lib/rt/itcms/fromSpace + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1548 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.set $1 + i32.const 1 + call $~lib/rt/itcms/__new + local.tee $0 + i32.const 1088 + i32.const 16 + memory.copy + local.get $1 + local.get $0 + i32.store + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $2 + local.get $0 + i32.store + local.get $0 + if + local.get $2 + i32.eqz + if + i32.const 0 + i32.const 1200 + i32.const 295 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $3 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $2 + i32.const 20 + i32.sub + i32.load offset=4 + i32.const 3 + i32.and + local.tee $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.eq + if + local.get $3 + call $~lib/rt/itcms/Object#makeGray + else + global.get $~lib/rt/itcms/state + i32.const 1 + i32.eq + local.get $1 + i32.const 3 + i32.eq + i32.and + if + local.get $3 + call $~lib/rt/itcms/Object#makeGray + end + end + end + end + local.get $2 + local.get $0 + i32.store offset=4 + local.get $2 + i32.const 16 + i32.store offset=8 + local.get $2 + i32.const 4 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + i32.const 1056 + i32.load + call_indirect (type $0) + drop + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + return + end + i32.const 34336 + i32.const 34384 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) +) From be1d94acab9fc5d8048618d521927cdb0dfc47d2 Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Fri, 7 Feb 2025 17:48:50 -0800 Subject: [PATCH 071/103] fix: use single precision for dtoa with f32 (#2908) --- std/assembly/util/number.ts | 58 +- tests/compiler/issues/2873.debug.wat | 5323 +++++++++++++++++ tests/compiler/issues/2873.json | 3 + tests/compiler/issues/2873.release.wat | 3882 ++++++++++++ tests/compiler/issues/2873.ts | 8 + tests/compiler/resolve-binary.debug.wat | 468 +- .../compiler/resolve-elementaccess.debug.wat | 472 +- .../resolve-elementaccess.release.wat | 119 +- tests/compiler/resolve-ternary.debug.wat | 468 +- tests/compiler/std/array.debug.wat | 625 +- tests/compiler/std/array.release.wat | 339 +- tests/compiler/std/string.debug.wat | 1105 ++-- tests/compiler/std/string.release.wat | 1527 +++-- tests/compiler/std/string.ts | 37 +- tests/compiler/std/typedarray.debug.wat | 842 ++- tests/compiler/std/typedarray.release.wat | 1052 ++-- tests/compiler/templateliteral.debug.wat | 468 +- tests/compiler/templateliteral.release.wat | 40 +- 18 files changed, 13604 insertions(+), 3232 deletions(-) create mode 100644 tests/compiler/issues/2873.debug.wat create mode 100644 tests/compiler/issues/2873.json create mode 100644 tests/compiler/issues/2873.release.wat create mode 100644 tests/compiler/issues/2873.ts diff --git a/std/assembly/util/number.ts b/std/assembly/util/number.ts index db74792f9a..ebd9d093cd 100644 --- a/std/assembly/util/number.ts +++ b/std/assembly/util/number.ts @@ -474,7 +474,7 @@ export function itoa64(value: i64, radix: i32): String { @lazy let _frc_minus: u64 = 0; // @ts-ignore: decorator -@lazy let _frc_plus: u64 = 0; +@lazy let _frc_plus: u64 = 0; // @ts-ignore: decorator @lazy let _frc_pow: u64 = 0; @@ -511,14 +511,14 @@ function umul64e(e1: i32, e2: i32): i32 { // @ts-ignore: decorator @inline -function normalizedBoundaries(f: u64, e: i32): void { +function normalizedBoundaries(f: u64, e: i32, isSingle: bool): void { let frc = (f << 1) + 1; let exp = e - 1; let off = clz(frc); frc <<= off; exp -= off; - let m = 1 + i32(f == 0x0010000000000000); + let m = 1 + i32(f == (isSingle ? 0x00800000 : 0x0010000000000000)); _frc_plus = frc; _frc_minus = ((f << m) - 1) << e - m - exp; @@ -559,16 +559,26 @@ function getCachedPower(minExp: i32): void { // @ts-ignore: decorator @inline -function grisu2(value: f64, buffer: usize, sign: i32): i32 { +function grisu2(value: f64, buffer: usize, sign: i32, isSingle: bool): i32 { + let frc: u64; + let exp: i32; // frexp routine - let uv = reinterpret(value); - let exp = i32((uv & 0x7FF0000000000000) >>> 52); - let sid = uv & 0x000FFFFFFFFFFFFF; - let frc = (u64(exp != 0) << 52) + sid; - exp = select(exp, 1, exp) - (0x3FF + 52); + if (isSingle) { + let uv = reinterpret(value); + exp = (uv & 0x7F800000) >>> 23; + let sid = uv & 0x007FFFFF; + frc = (u64(exp != 0) << 23) + sid; + exp = (exp || 1) - (0x7F + 23); + } else { + let uv = reinterpret(value); + exp = i32((uv & 0x7FF0000000000000) >>> 52); + let sid = uv & 0x000FFFFFFFFFFFFF; + frc = (u64(exp != 0) << 52) + sid; + exp = (exp || 1) - (0x3FF + 52); + } - normalizedBoundaries(frc, exp); + normalizedBoundaries(frc, exp, isSingle); getCachedPower(_exp); // normalize @@ -716,14 +726,14 @@ function prettify(buffer: usize, length: i32, k: i32): i32 { } } -function dtoa_core(buffer: usize, value: f64): i32 { +function dtoa_core(buffer: usize, value: f64, isSingle: bool): i32 { let sign = i32(value < 0); if (sign) { value = -value; store(buffer, CharCode.MINUS); } - // assert(value > 0 && value <= 1.7976931348623157e308); - let len = grisu2(value, buffer, sign); + // assert(value > 0 && value <= (isSingle ? f32.MAX_VALUE : f64.MAX_VALUE)); + let len = grisu2(value, buffer, sign, isSingle); len = prettify(buffer + (sign << 1), len - sign, _K); return len + sign; } @@ -731,13 +741,20 @@ function dtoa_core(buffer: usize, value: f64): i32 { // @ts-ignore: decorator @lazy @inline const dtoa_buf = memory.data(MAX_DOUBLE_LENGTH << 1); -export function dtoa(value: f64): String { +export function dtoa(value: T): String { + const isSingle = isFloat() && sizeof() == 4; + return dtoa_impl(value, isSingle); +} + +// @ts-ignore: decorator +@inline +function dtoa_impl(value: f64, isSingle: bool): String { if (value == 0) return "0.0"; if (!isFinite(value)) { if (isNaN(value)) return "NaN"; return select("-Infinity", "Infinity", value < 0); } - let size = dtoa_core(dtoa_buf, value) << 1; + let size = dtoa_core(dtoa_buf, value, isSingle) << 1; let result = changetype(__new(size, idof())); memory.copy(changetype(result), dtoa_buf, size); return result; @@ -821,7 +838,14 @@ export function itoa_buffered(buffer: usize, value: T): u32 { return sign + decimals; } -export function dtoa_buffered(buffer: usize, value: f64): u32 { +export function dtoa_buffered(buffer: usize, value: T): u32 { + const isSingle = isFloat() && sizeof() == 4; + return dtoa_buffered_impl(buffer, value, isSingle); +} + +// @ts-ignore: decorator +@inline +function dtoa_buffered_impl(buffer: usize, value: f64, isSingle: bool): u32 { if (value == 0) { store(buffer, CharCode._0); store(buffer, CharCode.DOT, 2); @@ -845,5 +869,5 @@ export function dtoa_buffered(buffer: usize, value: f64): u32 { return 8 + u32(sign); } } - return dtoa_core(buffer, value); + return dtoa_core(buffer, value, isSingle); } diff --git a/tests/compiler/issues/2873.debug.wat b/tests/compiler/issues/2873.debug.wat new file mode 100644 index 0000000000..bcb0349a4e --- /dev/null +++ b/tests/compiler/issues/2873.debug.wat @@ -0,0 +1,5323 @@ +(module + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32))) + (type $7 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) + (type $8 (func (param i32 f64 i32) (result i32))) + (type $9 (func (param i32 i32 i32 i32))) + (type $10 (func (param i32 i32 i64) (result i32))) + (type $11 (func (result i32))) + (type $12 (func (param f32 i32) (result i32))) + (type $13 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $14 (func (param f64 i32) (result i32))) + (type $15 (func (param i32 f32) (result i32))) + (type $16 (func (param i32 f64) (result i32))) + (type $17 (func (param f32) (result i32))) + (type $18 (func (param f64) (result i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/util/number/_frc_plus (mut i64) (i64.const 0)) + (global $~lib/util/number/_frc_minus (mut i64) (i64.const 0)) + (global $~lib/util/number/_exp (mut i32) (i32.const 0)) + (global $~lib/util/number/_K (mut i32) (i32.const 0)) + (global $~lib/util/number/_frc_pow (mut i64) (i64.const 0)) + (global $~lib/util/number/_exp_pow (mut i32) (i32.const 0)) + (global $~lib/native/ASC_SHRINK_LEVEL i32 (i32.const 0)) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) + (global $~lib/shared/runtime/Runtime.Incremental i32 (i32.const 2)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/native/ASC_LOW_MEMORY_LIMIT i32 (i32.const 0)) + (global $issues/2873/f32arr i32 (i32.const 2080)) + (global $issues/2873/f64arr i32 (i32.const 2288)) + (global $~lib/rt/__rtti_base i32 (i32.const 2320)) + (global $~lib/memory/__data_end i32 (i32.const 2348)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 35116)) + (global $~lib/memory/__heap_base i32 (i32.const 35116)) + (memory $0 1) + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\000\00.\000\00\00\00\00\00\00\00") + (data $1 (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00N\00a\00N\00\00\00\00\00\00\00") + (data $2 (i32.const 76) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 124) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 176) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 232) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8 + return + ) + (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) + local.get $this + i32.load offset=16 + ) + (func $~lib/string/String#get:length (param $this i32) (result i32) + local.get $this + i32.const 20 + i32.sub + call $~lib/rt/common/OBJECT#get:rtSize + i32.const 1 + i32.shr_u + return + ) + (func $~lib/util/string/compareImpl (param $str1 i32) (param $index1 i32) (param $str2 i32) (param $index2 i32) (param $len i32) (result i32) + (local $ptr1 i32) + (local $ptr2 i32) + (local $7 i32) + (local $a i32) + (local $b i32) + local.get $str1 + local.get $index1 + i32.const 1 + i32.shl + i32.add + local.set $ptr1 + local.get $str2 + local.get $index2 + i32.const 1 + i32.shl + i32.add + local.set $ptr2 + i32.const 0 + i32.const 2 + i32.lt_s + drop + local.get $len + i32.const 4 + i32.ge_u + if (result i32) + local.get $ptr1 + i32.const 7 + i32.and + local.get $ptr2 + i32.const 7 + i32.and + i32.or + i32.eqz + else + i32.const 0 + end + if + block $do-break|0 + loop $do-loop|0 + local.get $ptr1 + i64.load + local.get $ptr2 + i64.load + i64.ne + if + br $do-break|0 + end + local.get $ptr1 + i32.const 8 + i32.add + local.set $ptr1 + local.get $ptr2 + i32.const 8 + i32.add + local.set $ptr2 + local.get $len + i32.const 4 + i32.sub + local.set $len + local.get $len + i32.const 4 + i32.ge_u + br_if $do-loop|0 + end + end + end + loop $while-continue|1 + local.get $len + local.tee $7 + i32.const 1 + i32.sub + local.set $len + local.get $7 + if + local.get $ptr1 + i32.load16_u + local.set $a + local.get $ptr2 + i32.load16_u + local.set $b + local.get $a + local.get $b + i32.ne + if + local.get $a + local.get $b + i32.sub + return + end + local.get $ptr1 + i32.const 2 + i32.add + local.set $ptr1 + local.get $ptr2 + i32.const 2 + i32.add + local.set $ptr2 + br $while-continue|1 + end + end + i32.const 0 + return + ) + (func $~lib/number/F64#toString (param $this f64) (param $radix i32) (result i32) + local.get $this + call $~lib/util/number/dtoa + return + ) + (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/array/Array#get:length_ (param $this i32) (result i32) + local.get $this + i32.load offset=12 + ) + (func $~lib/util/number/dtoa_buffered (param $buffer i32) (param $value f32) (result i32) + (local $buffer|2 i32) + (local $value|3 f64) + (local $isSingle i32) + (local $sign i32) + block $~lib/util/number/dtoa_buffered_impl|inlined.0 (result i32) + local.get $buffer + local.set $buffer|2 + local.get $value + f64.promote_f32 + local.set $value|3 + i32.const 1 + local.set $isSingle + local.get $value|3 + f64.const 0 + f64.eq + if + local.get $buffer|2 + i32.const 48 + i32.store16 + local.get $buffer|2 + i32.const 46 + i32.store16 offset=2 + local.get $buffer|2 + i32.const 48 + i32.store16 offset=4 + i32.const 3 + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + end + local.get $value|3 + local.get $value|3 + f64.sub + f64.const 0 + f64.eq + i32.eqz + if + local.get $value|3 + local.get $value|3 + f64.ne + if + local.get $buffer|2 + i32.const 78 + i32.store16 + local.get $buffer|2 + i32.const 97 + i32.store16 offset=2 + local.get $buffer|2 + i32.const 78 + i32.store16 offset=4 + i32.const 3 + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + else + local.get $value|3 + f64.const 0 + f64.lt + local.set $sign + local.get $sign + if + local.get $buffer|2 + i32.const 45 + i32.store16 + local.get $buffer|2 + i32.const 2 + i32.add + local.set $buffer|2 + end + local.get $buffer|2 + i64.const 29555310648492105 + i64.store + local.get $buffer|2 + i64.const 34058970405077102 + i64.store offset=8 + i32.const 8 + local.get $sign + i32.add + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + end + unreachable + end + local.get $buffer|2 + local.get $value|3 + local.get $isSingle + call $~lib/util/number/dtoa_core + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + end + return + ) + (func $~lib/array/Array#get:dataStart (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/array/Array#get:length_ (param $this i32) (result i32) + local.get $this + i32.load offset=12 + ) + (func $~lib/util/number/dtoa_buffered (param $buffer i32) (param $value f64) (result i32) + (local $buffer|2 i32) + (local $value|3 f64) + (local $isSingle i32) + (local $sign i32) + block $~lib/util/number/dtoa_buffered_impl|inlined.1 (result i32) + local.get $buffer + local.set $buffer|2 + local.get $value + local.set $value|3 + i32.const 0 + local.set $isSingle + local.get $value|3 + f64.const 0 + f64.eq + if + local.get $buffer|2 + i32.const 48 + i32.store16 + local.get $buffer|2 + i32.const 46 + i32.store16 offset=2 + local.get $buffer|2 + i32.const 48 + i32.store16 offset=4 + i32.const 3 + br $~lib/util/number/dtoa_buffered_impl|inlined.1 + end + local.get $value|3 + local.get $value|3 + f64.sub + f64.const 0 + f64.eq + i32.eqz + if + local.get $value|3 + local.get $value|3 + f64.ne + if + local.get $buffer|2 + i32.const 78 + i32.store16 + local.get $buffer|2 + i32.const 97 + i32.store16 offset=2 + local.get $buffer|2 + i32.const 78 + i32.store16 offset=4 + i32.const 3 + br $~lib/util/number/dtoa_buffered_impl|inlined.1 + else + local.get $value|3 + f64.const 0 + f64.lt + local.set $sign + local.get $sign + if + local.get $buffer|2 + i32.const 45 + i32.store16 + local.get $buffer|2 + i32.const 2 + i32.add + local.set $buffer|2 + end + local.get $buffer|2 + i64.const 29555310648492105 + i64.store + local.get $buffer|2 + i64.const 34058970405077102 + i64.store offset=8 + i32.const 8 + local.get $sign + i32.add + br $~lib/util/number/dtoa_buffered_impl|inlined.1 + end + unreachable + end + local.get $buffer|2 + local.get $value|3 + local.get $isSingle + call $~lib/util/number/dtoa_core + br $~lib/util/number/dtoa_buffered_impl|inlined.1 + end + return + ) + (func $~lib/rt/__visit_globals (param $0 i32) + (local $1 i32) + global.get $issues/2873/f32arr + local.tee $1 + if + local.get $1 + local.get $0 + call $~lib/rt/itcms/__visit + end + global.get $issues/2873/f64arr + local.tee $1 + if + local.get $1 + local.get $0 + call $~lib/rt/itcms/__visit + end + i32.const 1760 + local.get $0 + call $~lib/rt/itcms/__visit + i32.const 1568 + local.get $0 + call $~lib/rt/itcms/__visit + ) + (func $~lib/arraybuffer/ArrayBufferView~visit (param $0 i32) (param $1 i32) + (local $2 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + i32.load + local.tee $2 + if + local.get $2 + local.get $1 + call $~lib/rt/itcms/__visit + end + ) + (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) + ) + (func $~lib/array/Array#get:buffer (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + local.get $1 + call $~lib/array/Array#__visit + ) + (func $~lib/array/Array#get:buffer (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/array/Array~visit (param $0 i32) (param $1 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + local.get $1 + call $~lib/array/Array#__visit + ) + (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) + block $invalid + block $~lib/array/Array + block $~lib/array/Array + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/array/Array $invalid + end + return + end + return + end + return + end + local.get $0 + local.get $1 + call $~lib/arraybuffer/ArrayBufferView~visit + return + end + local.get $0 + local.get $1 + call $~lib/array/Array~visit + return + end + local.get $0 + local.get $1 + call $~lib/array/Array~visit + return + end + unreachable + ) + (func $~start + call $start:issues/2873 + ) + (func $~stack_check + global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__data_end + i32.lt_s + if + i32.const 35136 + i32.const 35184 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + ) + (func $~lib/string/String.__eq (param $left i32) (param $right i32) (result i32) + (local $leftLength i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $left + local.get $right + i32.eq + if + i32.const 1 + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + end + local.get $left + i32.const 0 + i32.eq + if (result i32) + i32.const 1 + else + local.get $right + i32.const 0 + i32.eq + end + if + i32.const 0 + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + end + local.get $left + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + call $~lib/string/String#get:length + local.set $leftLength + local.get $leftLength + local.get $right + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + call $~lib/string/String#get:length + i32.ne + if + i32.const 0 + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + end + local.get $left + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + i32.const 0 + local.get $right + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 + i32.const 0 + local.get $leftLength + call $~lib/util/string/compareImpl + i32.eqz + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + ) + (func $~lib/string/String#substring (param $this i32) (param $start i32) (param $end i32) (result i32) + (local $len i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + (local $7 i32) + (local $finalStart i32) + (local $9 i32) + (local $10 i32) + (local $11 i32) + (local $12 i32) + (local $finalEnd i32) + (local $14 i32) + (local $15 i32) + (local $fromPos i32) + (local $17 i32) + (local $18 i32) + (local $toPos i32) + (local $size i32) + (local $out i32) + (local $22 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + local.set $22 + global.get $~lib/memory/__stack_pointer + local.get $22 + i32.store + local.get $22 + call $~lib/string/String#get:length + local.set $len + local.get $start + local.tee $4 + i32.const 0 + local.tee $5 + local.get $4 + local.get $5 + i32.gt_s + select + local.tee $6 + local.get $len + local.tee $7 + local.get $6 + local.get $7 + i32.lt_s + select + local.set $finalStart + local.get $end + local.tee $9 + i32.const 0 + local.tee $10 + local.get $9 + local.get $10 + i32.gt_s + select + local.tee $11 + local.get $len + local.tee $12 + local.get $11 + local.get $12 + i32.lt_s + select + local.set $finalEnd + local.get $finalStart + local.tee $14 + local.get $finalEnd + local.tee $15 + local.get $14 + local.get $15 + i32.lt_s + select + i32.const 1 + i32.shl + local.set $fromPos + local.get $finalStart + local.tee $17 + local.get $finalEnd + local.tee $18 + local.get $17 + local.get $18 + i32.gt_s + select + i32.const 1 + i32.shl + local.set $toPos + local.get $toPos + local.get $fromPos + i32.sub + local.set $size + local.get $size + i32.eqz + if + i32.const 2128 + local.set $22 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $22 + return + end + local.get $fromPos + i32.eqz + if (result i32) + local.get $toPos + local.get $len + i32.const 1 + i32.shl + i32.eq + else + i32.const 0 + end + if + local.get $this + local.set $22 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $22 + return + end + global.get $~lib/memory/__stack_pointer + local.get $size + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $out + i32.store offset=4 + local.get $out + local.get $this + local.get $fromPos + i32.add + local.get $size + memory.copy + local.get $out + local.set $22 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $22 + return + ) + (func $~lib/util/string/joinFloatArray (param $dataStart i32) (param $length i32) (param $separator i32) (result i32) + (local $lastIndex i32) + (local $sepLen i32) + (local $estLen i32) + (local $result i32) + (local $offset i32) + (local $value f32) + (local $i i32) + (local $10 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $length + i32.const 1 + i32.sub + local.set $lastIndex + local.get $lastIndex + i32.const 0 + i32.lt_s + if + i32.const 2128 + local.set $10 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $10 + return + end + local.get $lastIndex + i32.eqz + if + local.get $dataStart + f32.load + call $~lib/util/number/dtoa + local.set $10 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $10 + return + end + local.get $separator + local.set $10 + global.get $~lib/memory/__stack_pointer + local.get $10 + i32.store + local.get $10 + call $~lib/string/String#get:length + local.set $sepLen + i32.const 28 + local.get $sepLen + i32.add + local.get $lastIndex + i32.mul + i32.const 28 + i32.add + local.set $estLen + global.get $~lib/memory/__stack_pointer + local.get $estLen + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $result + i32.store offset=4 + i32.const 0 + local.set $offset + i32.const 0 + local.set $i + loop $for-loop|0 + local.get $i + local.get $lastIndex + i32.lt_s + if + local.get $dataStart + local.get $i + i32.const 2 + i32.shl + i32.add + f32.load + local.set $value + local.get $offset + local.get $result + local.get $offset + i32.const 1 + i32.shl + i32.add + local.get $value + call $~lib/util/number/dtoa_buffered + i32.add + local.set $offset + local.get $sepLen + if + local.get $result + local.get $offset + i32.const 1 + i32.shl + i32.add + local.get $separator + local.get $sepLen + i32.const 1 + i32.shl + memory.copy + local.get $offset + local.get $sepLen + i32.add + local.set $offset + end + local.get $i + i32.const 1 + i32.add + local.set $i + br $for-loop|0 + end + end + local.get $dataStart + local.get $lastIndex + i32.const 2 + i32.shl + i32.add + f32.load + local.set $value + local.get $offset + local.get $result + local.get $offset + i32.const 1 + i32.shl + i32.add + local.get $value + call $~lib/util/number/dtoa_buffered + i32.add + local.set $offset + local.get $estLen + local.get $offset + i32.gt_s + if + local.get $result + local.set $10 + global.get $~lib/memory/__stack_pointer + local.get $10 + i32.store + local.get $10 + i32.const 0 + local.get $offset + call $~lib/string/String#substring + local.set $10 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $10 + return + end + local.get $result + local.set $10 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $10 + return + ) + (func $~lib/array/Array#join (param $this i32) (param $separator i32) (result i32) + (local $ptr i32) + (local $len i32) + (local $4 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $this + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + call $~lib/array/Array#get:dataStart + local.set $ptr + local.get $this + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + call $~lib/array/Array#get:length_ + local.set $len + i32.const 0 + drop + i32.const 0 + drop + i32.const 1 + drop + local.get $ptr + local.get $len + local.get $separator + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + call $~lib/util/string/joinFloatArray + local.set $4 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $4 + return + ) + (func $~lib/util/string/joinFloatArray (param $dataStart i32) (param $length i32) (param $separator i32) (result i32) + (local $lastIndex i32) + (local $sepLen i32) + (local $estLen i32) + (local $result i32) + (local $offset i32) + (local $value f64) + (local $i i32) + (local $10 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $length + i32.const 1 + i32.sub + local.set $lastIndex + local.get $lastIndex + i32.const 0 + i32.lt_s + if + i32.const 2128 + local.set $10 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $10 + return + end + local.get $lastIndex + i32.eqz + if + local.get $dataStart + f64.load + call $~lib/util/number/dtoa + local.set $10 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $10 + return + end + local.get $separator + local.set $10 + global.get $~lib/memory/__stack_pointer + local.get $10 + i32.store + local.get $10 + call $~lib/string/String#get:length + local.set $sepLen + i32.const 28 + local.get $sepLen + i32.add + local.get $lastIndex + i32.mul + i32.const 28 + i32.add + local.set $estLen + global.get $~lib/memory/__stack_pointer + local.get $estLen + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $result + i32.store offset=4 + i32.const 0 + local.set $offset + i32.const 0 + local.set $i + loop $for-loop|0 + local.get $i + local.get $lastIndex + i32.lt_s + if + local.get $dataStart + local.get $i + i32.const 3 + i32.shl + i32.add + f64.load + local.set $value + local.get $offset + local.get $result + local.get $offset + i32.const 1 + i32.shl + i32.add + local.get $value + call $~lib/util/number/dtoa_buffered + i32.add + local.set $offset + local.get $sepLen + if + local.get $result + local.get $offset + i32.const 1 + i32.shl + i32.add + local.get $separator + local.get $sepLen + i32.const 1 + i32.shl + memory.copy + local.get $offset + local.get $sepLen + i32.add + local.set $offset + end + local.get $i + i32.const 1 + i32.add + local.set $i + br $for-loop|0 + end + end + local.get $dataStart + local.get $lastIndex + i32.const 3 + i32.shl + i32.add + f64.load + local.set $value + local.get $offset + local.get $result + local.get $offset + i32.const 1 + i32.shl + i32.add + local.get $value + call $~lib/util/number/dtoa_buffered + i32.add + local.set $offset + local.get $estLen + local.get $offset + i32.gt_s + if + local.get $result + local.set $10 + global.get $~lib/memory/__stack_pointer + local.get $10 + i32.store + local.get $10 + i32.const 0 + local.get $offset + call $~lib/string/String#substring + local.set $10 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $10 + return + end + local.get $result + local.set $10 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $10 + return + ) + (func $~lib/array/Array#join (param $this i32) (param $separator i32) (result i32) + (local $ptr i32) + (local $len i32) + (local $4 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $this + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + call $~lib/array/Array#get:dataStart + local.set $ptr + local.get $this + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + call $~lib/array/Array#get:length_ + local.set $len + i32.const 0 + drop + i32.const 0 + drop + i32.const 1 + drop + local.get $ptr + local.get $len + local.get $separator + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + call $~lib/util/string/joinFloatArray + local.set $4 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $4 + return + ) + (func $start:issues/2873 + (local $0 i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 + memory.size + i32.const 16 + i32.shl + global.get $~lib/memory/__heap_base + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 1680 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/pinSpace + i32.const 1712 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/toSpace + i32.const 1856 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/fromSpace + f32.const 1.100000023841858 + i32.const 0 + call $~lib/number/F32#toString + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + i32.const 1968 + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=4 + local.get $4 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 2000 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + f64.const 1.1 + i32.const 0 + call $~lib/number/F64#toString + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + i32.const 1968 + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=4 + local.get $4 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 2000 + i32.const 2 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $issues/2873/f32arr + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=8 + local.get $4 + i32.const 2160 + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=12 + local.get $4 + call $~lib/array/Array#join + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + i32.const 2192 + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=4 + local.get $4 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 2000 + i32.const 5 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $issues/2873/f64arr + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=8 + local.get $4 + i32.const 2160 + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=12 + local.get $4 + call $~lib/array/Array#join + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store + local.get $4 + i32.const 2192 + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=4 + local.get $4 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 2000 + i32.const 8 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/array/Array#__visit (param $this i32) (param $cookie i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + i32.const 0 + drop + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + call $~lib/array/Array#get:buffer + local.get $cookie + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/array/Array#__visit (param $this i32) (param $cookie i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + i32.const 0 + drop + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + call $~lib/array/Array#get:buffer + local.get $cookie + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/util/number/dtoa (param $value f32) (result i32) + (local $value|1 f64) + (local $isSingle i32) + (local $size i32) + (local $result i32) + (local $5 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + block $~lib/util/number/dtoa_impl|inlined.0 (result i32) + local.get $value + f64.promote_f32 + local.set $value|1 + i32.const 1 + local.set $isSingle + local.get $value|1 + f64.const 0 + f64.eq + if + i32.const 32 + br $~lib/util/number/dtoa_impl|inlined.0 + end + local.get $value|1 + local.get $value|1 + f64.sub + f64.const 0 + f64.eq + i32.eqz + if + local.get $value|1 + local.get $value|1 + f64.ne + if + i32.const 64 + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 96 + i32.const 144 + local.get $value|1 + f64.const 0 + f64.lt + select + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 176 + local.get $value|1 + local.get $isSingle + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $size + global.get $~lib/memory/__stack_pointer + local.get $size + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $result + i32.store + local.get $result + i32.const 176 + local.get $size + memory.copy + local.get $result + br $~lib/util/number/dtoa_impl|inlined.0 + end + local.set $5 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $5 + return + ) + (func $~lib/util/number/dtoa (param $value f64) (result i32) + (local $value|1 f64) + (local $isSingle i32) + (local $size i32) + (local $result i32) + (local $5 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + block $~lib/util/number/dtoa_impl|inlined.1 (result i32) + local.get $value + local.set $value|1 + i32.const 0 + local.set $isSingle + local.get $value|1 + f64.const 0 + f64.eq + if + i32.const 32 + br $~lib/util/number/dtoa_impl|inlined.1 + end + local.get $value|1 + local.get $value|1 + f64.sub + f64.const 0 + f64.eq + i32.eqz + if + local.get $value|1 + local.get $value|1 + f64.ne + if + i32.const 64 + br $~lib/util/number/dtoa_impl|inlined.1 + end + i32.const 96 + i32.const 144 + local.get $value|1 + f64.const 0 + f64.lt + select + br $~lib/util/number/dtoa_impl|inlined.1 + end + i32.const 176 + local.get $value|1 + local.get $isSingle + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $size + global.get $~lib/memory/__stack_pointer + local.get $size + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $result + i32.store + local.get $result + i32.const 176 + local.get $size + memory.copy + local.get $result + br $~lib/util/number/dtoa_impl|inlined.1 + end + local.set $5 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $5 + return + ) +) diff --git a/tests/compiler/issues/2873.json b/tests/compiler/issues/2873.json new file mode 100644 index 0000000000..ea57a955e1 --- /dev/null +++ b/tests/compiler/issues/2873.json @@ -0,0 +1,3 @@ +{ + "asc_flags": [] +} diff --git a/tests/compiler/issues/2873.release.wat b/tests/compiler/issues/2873.release.wat new file mode 100644 index 0000000000..aba1809221 --- /dev/null +++ b/tests/compiler/issues/2873.release.wat @@ -0,0 +1,3882 @@ +(module + (type $0 (func)) + (type $1 (func (param i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32 i64 i64 i32 i64 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i32 i32 i32) (result i32))) + (type $7 (func (param i32 f64 i32) (result i32))) + (type $8 (func (param i32 i32 i32 i32))) + (type $9 (func (param i32 i32 i64))) + (type $10 (func (result i32))) + (type $11 (func (param i32) (result i32))) + (type $12 (func (param i32 f32) (result i32))) + (type $13 (func (param i32 f64) (result i32))) + (type $14 (func (param f32) (result i32))) + (type $15 (func (param f64) (result i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/util/number/_frc_plus (mut i64) (i64.const 0)) + (global $~lib/util/number/_frc_minus (mut i64) (i64.const 0)) + (global $~lib/util/number/_exp (mut i32) (i32.const 0)) + (global $~lib/util/number/_K (mut i32) (i32.const 0)) + (global $~lib/util/number/_frc_pow (mut i64) (i64.const 0)) + (global $~lib/util/number/_exp_pow (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 36140)) + (memory $0 1) + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02\00\00\00\06\00\00\000\00.\000") + (data $1 (i32.const 1068) "\1c") + (data $1.1 (i32.const 1080) "\02\00\00\00\06\00\00\00N\00a\00N") + (data $2 (i32.const 1100) ",") + (data $2.1 (i32.const 1112) "\02\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y") + (data $3 (i32.const 1148) ",") + (data $3.1 (i32.const 1160) "\02\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y") + (data $5 (i32.const 1256) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8 (param $0 i32) (param $1 f32) (result i32) + (local $2 f64) + (local $3 i32) + block $~lib/util/number/dtoa_buffered_impl|inlined.0 (result i32) + local.get $1 + f64.promote_f32 + local.tee $2 + f64.const 0 + f64.eq + if + local.get $0 + i32.const 48 + i32.store16 + local.get $0 + i32.const 46 + i32.store16 offset=2 + local.get $0 + i32.const 48 + i32.store16 offset=4 + i32.const 3 + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + end + local.get $2 + local.get $2 + f64.sub + f64.const 0 + f64.ne + if + local.get $2 + local.get $2 + f64.ne + if + local.get $0 + i32.const 78 + i32.store16 + local.get $0 + i32.const 97 + i32.store16 offset=2 + local.get $0 + i32.const 78 + i32.store16 offset=4 + i32.const 3 + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + else + local.get $2 + f64.const 0 + f64.lt + local.tee $3 + if + local.get $0 + i32.const 45 + i32.store16 + local.get $0 + i32.const 2 + i32.add + local.set $0 + end + local.get $0 + i64.const 29555310648492105 + i64.store + local.get $0 + i64.const 34058970405077102 + i64.store offset=8 + local.get $3 + i32.const 8 + i32.add + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + end + unreachable + end + local.get $0 + local.get $2 + i32.const 1 + call $~lib/util/number/dtoa_core + end + ) + (func $~lib/util/number/dtoa_buffered (param $0 i32) (param $1 f64) (result i32) + (local $2 i32) + block $~lib/util/number/dtoa_buffered_impl|inlined.1 (result i32) + local.get $1 + f64.const 0 + f64.eq + if + local.get $0 + i32.const 48 + i32.store16 + local.get $0 + i32.const 46 + i32.store16 offset=2 + local.get $0 + i32.const 48 + i32.store16 offset=4 + i32.const 3 + br $~lib/util/number/dtoa_buffered_impl|inlined.1 + end + local.get $1 + local.get $1 + f64.sub + f64.const 0 + f64.ne + if + local.get $1 + local.get $1 + f64.ne + if + local.get $0 + i32.const 78 + i32.store16 + local.get $0 + i32.const 97 + i32.store16 offset=2 + local.get $0 + i32.const 78 + i32.store16 offset=4 + i32.const 3 + br $~lib/util/number/dtoa_buffered_impl|inlined.1 + else + local.get $1 + f64.const 0 + f64.lt + local.tee $2 + if + local.get $0 + i32.const 45 + i32.store16 + local.get $0 + i32.const 2 + i32.add + local.set $0 + end + local.get $0 + i64.const 29555310648492105 + i64.store + local.get $0 + i64.const 34058970405077102 + i64.store offset=8 + local.get $2 + i32.const 8 + i32.add + br $~lib/util/number/dtoa_buffered_impl|inlined.1 + end + unreachable + end + local.get $0 + local.get $1 + i32.const 0 + call $~lib/util/number/dtoa_core + end + ) + (func $~lib/array/Array~visit (param $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 3372 + i32.lt_s + if + i32.const 36160 + i32.const 36208 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/rt/__visit_members (param $0 i32) + block $invalid + block $~lib/array/Array + block $~lib/array/Array + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/array/Array $invalid + end + return + end + return + end + return + end + local.get $0 + i32.load + local.tee $0 + if + local.get $0 + call $~lib/rt/itcms/__visit + end + return + end + local.get $0 + call $~lib/array/Array~visit + return + end + local.get $0 + call $~lib/array/Array~visit + return + end + unreachable + ) + (func $~start + (local $0 i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 3372 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 + memory.size + i32.const 16 + i32.shl + i32.const 36140 + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 2708 + i32.const 2704 + i32.store + i32.const 2712 + i32.const 2704 + i32.store + i32.const 2704 + global.set $~lib/rt/itcms/pinSpace + i32.const 2740 + i32.const 2736 + i32.store + i32.const 2744 + i32.const 2736 + i32.store + i32.const 2736 + global.set $~lib/rt/itcms/toSpace + i32.const 2884 + i32.const 2880 + i32.store + i32.const 2888 + i32.const 2880 + i32.store + i32.const 2880 + global.set $~lib/rt/itcms/fromSpace + f32.const 1.100000023841858 + call $~lib/util/number/dtoa + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 2992 + i32.store offset=4 + local.get $1 + i32.const 2992 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 3024 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + f64.const 1.1 + call $~lib/util/number/dtoa + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 2992 + i32.store offset=4 + local.get $1 + i32.const 2992 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 3024 + i32.const 2 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 3104 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 3184 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 3372 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 3104 + i32.store + i32.const 3108 + i32.load + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 3104 + i32.store + i32.const 3116 + i32.load + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 3184 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 3372 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $__inlined_func$~lib/util/string/joinFloatArray$143 + local.get $1 + i32.const 1 + i32.sub + local.tee $4 + i32.const 0 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 3152 + local.set $1 + br $__inlined_func$~lib/util/string/joinFloatArray$143 + end + local.get $4 + i32.eqz + if + local.get $3 + f32.load + call $~lib/util/number/dtoa + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinFloatArray$143 + end + global.get $~lib/memory/__stack_pointer + i32.const 3184 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 3180 + i32.load + i32.const 1 + i32.shr_u + local.tee $5 + i32.const 28 + i32.add + local.get $4 + i32.mul + i32.const 28 + i32.add + local.tee $6 + i32.const 1 + i32.shl + call $~lib/rt/itcms/__new + local.tee $1 + i32.store offset=4 + loop $for-loop|0 + local.get $2 + local.get $4 + i32.lt_s + if + local.get $1 + local.get $0 + i32.const 1 + i32.shl + i32.add + local.get $3 + local.get $2 + i32.const 2 + i32.shl + i32.add + f32.load + call $~lib/util/number/dtoa_buffered + local.get $0 + i32.add + local.set $0 + local.get $5 + if + local.get $1 + local.get $0 + i32.const 1 + i32.shl + i32.add + i32.const 3184 + local.get $5 + i32.const 1 + i32.shl + memory.copy + local.get $0 + local.get $5 + i32.add + local.set $0 + end + local.get $2 + i32.const 1 + i32.add + local.set $2 + br $for-loop|0 + end + end + local.get $1 + local.get $0 + i32.const 1 + i32.shl + i32.add + local.get $3 + local.get $4 + i32.const 2 + i32.shl + i32.add + f32.load + call $~lib/util/number/dtoa_buffered + local.get $0 + i32.add + local.tee $0 + local.get $6 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + local.get $0 + call $~lib/string/String#substring + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinFloatArray$143 + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 3216 + i32.store offset=4 + local.get $1 + i32.const 3216 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 3024 + i32.const 5 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 3312 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 3184 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 3372 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 3312 + i32.store + i32.const 3316 + i32.load + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 3312 + i32.store + i32.const 3324 + i32.load + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 3184 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 3372 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $__inlined_func$~lib/util/string/joinFloatArray$144 + local.get $0 + i32.const 1 + i32.sub + local.tee $4 + i32.const 0 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 3152 + local.set $1 + br $__inlined_func$~lib/util/string/joinFloatArray$144 + end + local.get $4 + i32.eqz + if + local.get $3 + f64.load + call $~lib/util/number/dtoa + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinFloatArray$144 + end + global.get $~lib/memory/__stack_pointer + i32.const 3184 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 3180 + i32.load + i32.const 1 + i32.shr_u + local.tee $5 + i32.const 28 + i32.add + local.get $4 + i32.mul + i32.const 28 + i32.add + local.tee $6 + i32.const 1 + i32.shl + call $~lib/rt/itcms/__new + local.tee $1 + i32.store offset=4 + i32.const 0 + local.set $0 + i32.const 0 + local.set $2 + loop $for-loop|01 + local.get $2 + local.get $4 + i32.lt_s + if + local.get $1 + local.get $0 + i32.const 1 + i32.shl + i32.add + local.get $3 + local.get $2 + i32.const 3 + i32.shl + i32.add + f64.load + call $~lib/util/number/dtoa_buffered + local.get $0 + i32.add + local.set $0 + local.get $5 + if + local.get $1 + local.get $0 + i32.const 1 + i32.shl + i32.add + i32.const 3184 + local.get $5 + i32.const 1 + i32.shl + memory.copy + local.get $0 + local.get $5 + i32.add + local.set $0 + end + local.get $2 + i32.const 1 + i32.add + local.set $2 + br $for-loop|01 + end + end + local.get $1 + local.get $0 + i32.const 1 + i32.shl + i32.add + local.get $3 + local.get $4 + i32.const 3 + i32.shl + i32.add + f64.load + call $~lib/util/number/dtoa_buffered + local.get $0 + i32.add + local.tee $0 + local.get $6 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + local.get $0 + call $~lib/string/String#substring + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinFloatArray$144 + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 3216 + i32.store offset=4 + local.get $1 + i32.const 3216 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 3024 + i32.const 8 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.add + global.set $~lib/memory/__stack_pointer + return + end + i32.const 36160 + i32.const 36208 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $~lib/string/String.__eq (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 3372 + i32.lt_s + if + i32.const 36160 + i32.const 36208 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $0 + local.get $1 + i32.eq + if + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 1 + return + end + block $folding-inner0 + local.get $1 + i32.eqz + local.get $0 + i32.eqz + i32.or + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $3 + local.get $1 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + i32.ne + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $3 + local.tee $0 + i32.const 4 + i32.ge_u + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz + if + loop $do-loop|0 + local.get $2 + i64.load + local.get $1 + i64.load + i64.eq + if + local.get $2 + i32.const 8 + i32.add + local.set $2 + local.get $1 + i32.const 8 + i32.add + local.set $1 + local.get $0 + i32.const 4 + i32.sub + local.tee $0 + i32.const 4 + i32.ge_u + br_if $do-loop|0 + end + end + end + block $__inlined_func$~lib/util/string/compareImpl$82 + loop $while-continue|1 + local.get $0 + local.tee $3 + i32.const 1 + i32.sub + local.set $0 + local.get $3 + if + local.get $2 + i32.load16_u + local.tee $5 + local.get $1 + i32.load16_u + local.tee $4 + i32.sub + local.set $3 + local.get $4 + local.get $5 + i32.ne + br_if $__inlined_func$~lib/util/string/compareImpl$82 + local.get $2 + i32.const 2 + i32.add + local.set $2 + local.get $1 + i32.const 2 + i32.add + local.set $1 + br $while-continue|1 + end + end + i32.const 0 + local.set $3 + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + i32.eqz + return + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 0 + ) + (func $~lib/string/String#substring (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 3372 + i32.lt_s + if + i32.const 36160 + i32.const 36208 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $1 + i32.const 0 + local.get $1 + i32.const 0 + i32.gt_s + select + local.tee $2 + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + local.tee $1 + local.get $1 + local.get $2 + i32.gt_s + select + local.tee $2 + i32.const 0 + local.get $2 + i32.const 0 + i32.le_s + select + i32.const 1 + i32.shl + local.set $3 + local.get $2 + i32.const 0 + local.get $2 + i32.const 0 + i32.ge_s + select + i32.const 1 + i32.shl + local.tee $4 + local.get $3 + i32.sub + local.tee $2 + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 3152 + return + end + local.get $3 + i32.eqz + local.get $4 + local.get $1 + i32.const 1 + i32.shl + i32.eq + i32.and + if + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + return + end + global.get $~lib/memory/__stack_pointer + local.get $2 + call $~lib/rt/itcms/__new + local.tee $1 + i32.store offset=4 + local.get $1 + local.get $0 + local.get $3 + i32.add + local.get $2 + memory.copy + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) + (func $~lib/util/number/dtoa (param $0 f32) (result i32) + (local $1 f64) + (local $2 i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 3372 + i32.lt_s + if + i32.const 36160 + i32.const 36208 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + i32.const 1056 + local.set $2 + block $~lib/util/number/dtoa_impl|inlined.0 + local.get $0 + f64.promote_f32 + local.tee $1 + f64.const 0 + f64.eq + br_if $~lib/util/number/dtoa_impl|inlined.0 + local.get $1 + local.get $1 + f64.sub + f64.const 0 + f64.ne + if + i32.const 1088 + local.set $2 + local.get $1 + local.get $1 + f64.ne + br_if $~lib/util/number/dtoa_impl|inlined.0 + i32.const 1120 + i32.const 1168 + local.get $1 + f64.const 0 + f64.lt + select + local.set $2 + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 1200 + local.get $1 + i32.const 1 + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store + local.get $2 + i32.const 1200 + local.get $3 + memory.copy + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + ) + (func $~lib/util/number/dtoa (param $0 f64) (result i32) + (local $1 i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 3372 + i32.lt_s + if + i32.const 36160 + i32.const 36208 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + i32.const 1056 + local.set $1 + block $~lib/util/number/dtoa_impl|inlined.1 + local.get $0 + f64.const 0 + f64.eq + br_if $~lib/util/number/dtoa_impl|inlined.1 + local.get $0 + local.get $0 + f64.sub + f64.const 0 + f64.ne + if + i32.const 1088 + local.set $1 + local.get $0 + local.get $0 + f64.ne + br_if $~lib/util/number/dtoa_impl|inlined.1 + i32.const 1120 + i32.const 1168 + local.get $0 + f64.const 0 + f64.lt + select + local.set $1 + br $~lib/util/number/dtoa_impl|inlined.1 + end + i32.const 1200 + local.get $0 + i32.const 0 + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + call $~lib/rt/itcms/__new + local.tee $1 + i32.store + local.get $1 + i32.const 1200 + local.get $2 + memory.copy + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) +) diff --git a/tests/compiler/issues/2873.ts b/tests/compiler/issues/2873.ts new file mode 100644 index 0000000000..2c93f8b66b --- /dev/null +++ b/tests/compiler/issues/2873.ts @@ -0,0 +1,8 @@ +assert((1.1).toString() == "1.1"); +assert((1.1).toString() == "1.1"); + +const f32arr: f32[] = [1.1, 2.2, 3.3]; +assert(f32arr.join() == "1.1,2.2,3.3"); + +const f64arr: f64[] = [1.1, 2.2, 3.3]; +assert(f64arr.join() == "1.1,2.2,3.3"); diff --git a/tests/compiler/resolve-binary.debug.wat b/tests/compiler/resolve-binary.debug.wat index 2bf97efe4c..f911a1e884 100644 --- a/tests/compiler/resolve-binary.debug.wat +++ b/tests/compiler/resolve-binary.debug.wat @@ -15,7 +15,7 @@ (type $13 (func (param f64 f64) (result f64))) (type $14 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) (type $15 (func (param i32 i32 i32) (result i32))) - (type $16 (func (param i32 f64) (result i32))) + (type $16 (func (param i32 f64 i32) (result i32))) (type $17 (func (param f64 i32) (result i32))) (type $18 (func (param f64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -4727,26 +4727,30 @@ end unreachable ) - (func $~lib/util/number/dtoa_core (param $buffer i32) (param $value f64) (result i32) + (func $~lib/util/number/dtoa_core (param $buffer i32) (param $value f64) (param $isSingle i32) (result i32) (local $sign i32) - (local $value|3 f64) - (local $buffer|4 i32) - (local $sign|5 i32) - (local $uv i64) - (local $exp i32) - (local $sid i64) + (local $value|4 f64) + (local $buffer|5 i32) + (local $sign|6 i32) + (local $isSingle|7 i32) (local $frc i64) + (local $exp i32) + (local $uv i32) + (local $sid i32) + (local $uv|12 i64) + (local $sid|13 i64) (local $f i64) (local $e i32) - (local $frc|12 i64) - (local $exp|13 i32) + (local $isSingle|16 i32) + (local $frc|17 i64) + (local $exp|18 i32) (local $off i32) (local $m i32) (local $minExp i32) (local $dk f64) (local $k i32) (local $index i32) - (local $off|20 i32) + (local $off|25 i32) (local $frc_pow i64) (local $exp_pow i32) (local $u i64) @@ -4762,28 +4766,28 @@ (local $e1 i32) (local $e2 i32) (local $w_exp i32) - (local $u|36 i64) - (local $v|37 i64) - (local $u0|38 i64) - (local $v0|39 i64) - (local $u1|40 i64) - (local $v1|41 i64) - (local $l|42 i64) - (local $t|43 i64) - (local $w|44 i64) + (local $u|41 i64) + (local $v|42 i64) + (local $u0|43 i64) + (local $v0|44 i64) + (local $u1|45 i64) + (local $v1|46 i64) + (local $l|47 i64) + (local $t|48 i64) + (local $w|49 i64) (local $wp_frc i64) - (local $e1|46 i32) - (local $e2|47 i32) + (local $e1|51 i32) + (local $e2|52 i32) (local $wp_exp i32) - (local $u|49 i64) - (local $v|50 i64) - (local $u0|51 i64) - (local $v0|52 i64) - (local $u1|53 i64) - (local $v1|54 i64) - (local $l|55 i64) - (local $t|56 i64) - (local $w|57 i64) + (local $u|54 i64) + (local $v|55 i64) + (local $u0|56 i64) + (local $v0|57 i64) + (local $u1|58 i64) + (local $v1|59 i64) + (local $l|60 i64) + (local $t|61 i64) + (local $w|62 i64) (local $wm_frc i64) (local $delta i64) (local $len i32) @@ -4802,77 +4806,127 @@ end block $~lib/util/number/grisu2|inlined.0 (result i32) local.get $value - local.set $value|3 + local.set $value|4 local.get $buffer - local.set $buffer|4 + local.set $buffer|5 local.get $sign - local.set $sign|5 - local.get $value|3 - i64.reinterpret_f64 - local.set $uv - local.get $uv - i64.const 9218868437227405312 - i64.and - i64.const 52 - i64.shr_u - i32.wrap_i64 - local.set $exp - local.get $uv - i64.const 4503599627370495 - i64.and - local.set $sid - local.get $exp - i32.const 0 - i32.ne - i64.extend_i32_u - i64.const 52 - i64.shl - local.get $sid - i64.add - local.set $frc - local.get $exp - i32.const 1 - local.get $exp - select - i32.const 1023 - i32.const 52 - i32.add - i32.sub - local.set $exp + local.set $sign|6 + local.get $isSingle + local.set $isSingle|7 + local.get $isSingle|7 + if + local.get $value|4 + f32.demote_f64 + i32.reinterpret_f32 + local.set $uv + local.get $uv + i32.const 2139095040 + i32.and + i32.const 23 + i32.shr_u + local.set $exp + local.get $uv + i32.const 8388607 + i32.and + local.set $sid + local.get $exp + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 23 + i64.shl + local.get $sid + i64.extend_i32_u + i64.add + local.set $frc + local.get $exp + if (result i32) + local.get $exp + else + i32.const 1 + end + i32.const 127 + i32.const 23 + i32.add + i32.sub + local.set $exp + else + local.get $value|4 + i64.reinterpret_f64 + local.set $uv|12 + local.get $uv|12 + i64.const 9218868437227405312 + i64.and + i64.const 52 + i64.shr_u + i32.wrap_i64 + local.set $exp + local.get $uv|12 + i64.const 4503599627370495 + i64.and + local.set $sid|13 + local.get $exp + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 52 + i64.shl + local.get $sid|13 + i64.add + local.set $frc + local.get $exp + if (result i32) + local.get $exp + else + i32.const 1 + end + i32.const 1023 + i32.const 52 + i32.add + i32.sub + local.set $exp + end local.get $frc local.set $f local.get $exp local.set $e + local.get $isSingle|7 + local.set $isSingle|16 local.get $f i64.const 1 i64.shl i64.const 1 i64.add - local.set $frc|12 + local.set $frc|17 local.get $e i32.const 1 i32.sub - local.set $exp|13 - local.get $frc|12 + local.set $exp|18 + local.get $frc|17 i64.clz i32.wrap_i64 local.set $off - local.get $frc|12 + local.get $frc|17 local.get $off i64.extend_i32_s i64.shl - local.set $frc|12 - local.get $exp|13 + local.set $frc|17 + local.get $exp|18 local.get $off i32.sub - local.set $exp|13 + local.set $exp|18 i32.const 1 local.get $f - i64.const 4503599627370496 + local.get $isSingle|16 + if (result i64) + i64.const 8388608 + else + i64.const 4503599627370496 + end i64.eq i32.add local.set $m - local.get $frc|12 + local.get $frc|17 global.set $~lib/util/number/_frc_plus local.get $f local.get $m @@ -4883,12 +4937,12 @@ local.get $e local.get $m i32.sub - local.get $exp|13 + local.get $exp|18 i32.sub i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_minus - local.get $exp|13 + local.get $exp|18 global.set $~lib/util/number/_exp global.get $~lib/util/number/_exp local.set $minExp @@ -4940,14 +4994,14 @@ local.get $frc i64.clz i32.wrap_i64 - local.set $off|20 + local.set $off|25 local.get $frc - local.get $off|20 + local.get $off|25 i64.extend_i32_s i64.shl local.set $frc local.get $exp - local.get $off|20 + local.get $off|25 i32.sub local.set $exp global.get $~lib/util/number/_frc_pow @@ -5032,63 +5086,63 @@ local.set $w_exp block $~lib/util/number/umul64f|inlined.1 (result i64) global.get $~lib/util/number/_frc_plus - local.set $u|36 + local.set $u|41 local.get $frc_pow - local.set $v|37 - local.get $u|36 + local.set $v|42 + local.get $u|41 i64.const 4294967295 i64.and - local.set $u0|38 - local.get $v|37 + local.set $u0|43 + local.get $v|42 i64.const 4294967295 i64.and - local.set $v0|39 - local.get $u|36 + local.set $v0|44 + local.get $u|41 i64.const 32 i64.shr_u - local.set $u1|40 - local.get $v|37 + local.set $u1|45 + local.get $v|42 i64.const 32 i64.shr_u - local.set $v1|41 - local.get $u0|38 - local.get $v0|39 + local.set $v1|46 + local.get $u0|43 + local.get $v0|44 i64.mul - local.set $l|42 - local.get $u1|40 - local.get $v0|39 + local.set $l|47 + local.get $u1|45 + local.get $v0|44 i64.mul - local.get $l|42 + local.get $l|47 i64.const 32 i64.shr_u i64.add - local.set $t|43 - local.get $u0|38 - local.get $v1|41 + local.set $t|48 + local.get $u0|43 + local.get $v1|46 i64.mul - local.get $t|43 + local.get $t|48 i64.const 4294967295 i64.and i64.add - local.set $w|44 - local.get $w|44 + local.set $w|49 + local.get $w|49 i64.const 2147483647 i64.add - local.set $w|44 - local.get $t|43 + local.set $w|49 + local.get $t|48 i64.const 32 i64.shr_u - local.set $t|43 - local.get $w|44 + local.set $t|48 + local.get $w|49 i64.const 32 i64.shr_u - local.set $w|44 - local.get $u1|40 - local.get $v1|41 + local.set $w|49 + local.get $u1|45 + local.get $v1|46 i64.mul - local.get $t|43 + local.get $t|48 i64.add - local.get $w|44 + local.get $w|49 i64.add br $~lib/util/number/umul64f|inlined.1 end @@ -5097,11 +5151,11 @@ local.set $wp_frc block $~lib/util/number/umul64e|inlined.1 (result i32) global.get $~lib/util/number/_exp - local.set $e1|46 + local.set $e1|51 local.get $exp_pow - local.set $e2|47 - local.get $e1|46 - local.get $e2|47 + local.set $e2|52 + local.get $e1|51 + local.get $e2|52 i32.add i32.const 64 i32.add @@ -5110,63 +5164,63 @@ local.set $wp_exp block $~lib/util/number/umul64f|inlined.2 (result i64) global.get $~lib/util/number/_frc_minus - local.set $u|49 + local.set $u|54 local.get $frc_pow - local.set $v|50 - local.get $u|49 + local.set $v|55 + local.get $u|54 i64.const 4294967295 i64.and - local.set $u0|51 - local.get $v|50 + local.set $u0|56 + local.get $v|55 i64.const 4294967295 i64.and - local.set $v0|52 - local.get $u|49 + local.set $v0|57 + local.get $u|54 i64.const 32 i64.shr_u - local.set $u1|53 - local.get $v|50 + local.set $u1|58 + local.get $v|55 i64.const 32 i64.shr_u - local.set $v1|54 - local.get $u0|51 - local.get $v0|52 + local.set $v1|59 + local.get $u0|56 + local.get $v0|57 i64.mul - local.set $l|55 - local.get $u1|53 - local.get $v0|52 + local.set $l|60 + local.get $u1|58 + local.get $v0|57 i64.mul - local.get $l|55 + local.get $l|60 i64.const 32 i64.shr_u i64.add - local.set $t|56 - local.get $u0|51 - local.get $v1|54 + local.set $t|61 + local.get $u0|56 + local.get $v1|59 i64.mul - local.get $t|56 + local.get $t|61 i64.const 4294967295 i64.and i64.add - local.set $w|57 - local.get $w|57 + local.set $w|62 + local.get $w|62 i64.const 2147483647 i64.add - local.set $w|57 - local.get $t|56 + local.set $w|62 + local.get $t|61 i64.const 32 i64.shr_u - local.set $t|56 - local.get $w|57 + local.set $t|61 + local.get $w|62 i64.const 32 i64.shr_u - local.set $w|57 - local.get $u1|53 - local.get $v1|54 + local.set $w|62 + local.get $u1|58 + local.get $v1|59 i64.mul - local.get $t|56 + local.get $t|61 i64.add - local.get $w|57 + local.get $w|62 i64.add br $~lib/util/number/umul64f|inlined.2 end @@ -5177,13 +5231,13 @@ local.get $wm_frc i64.sub local.set $delta - local.get $buffer|4 + local.get $buffer|5 local.get $w_frc local.get $w_exp local.get $wp_frc local.get $wp_exp local.get $delta - local.get $sign|5 + local.get $sign|6 call $~lib/util/number/genDigits br $~lib/util/number/grisu2|inlined.0 end @@ -5206,7 +5260,7 @@ ) (func $~lib/number/F64#toString (param $this f64) (param $radix i32) (result i32) local.get $this - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa return ) (func $~lib/math/ipow32 (param $x i32) (param $e i32) (result i32) @@ -7651,10 +7705,12 @@ local.get $14 return ) - (func $~lib/util/number/dtoa (param $value f64) (result i32) + (func $~lib/util/number/dtoa (param $value f64) (result i32) + (local $value|1 f64) + (local $isSingle i32) (local $size i32) (local $result i32) - (local $3 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -7663,76 +7719,66 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - local.get $value - f64.const 0 - f64.eq - if - i32.const 8560 - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return - end - local.get $value - local.get $value - f64.sub - f64.const 0 - f64.eq - i32.eqz - if + block $~lib/util/number/dtoa_impl|inlined.0 (result i32) local.get $value - local.get $value - f64.ne + local.set $value|1 + i32.const 0 + local.set $isSingle + local.get $value|1 + f64.const 0 + f64.eq if - i32.const 8592 - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return + i32.const 8560 + br $~lib/util/number/dtoa_impl|inlined.0 end - i32.const 8624 - i32.const 8672 - local.get $value + local.get $value|1 + local.get $value|1 + f64.sub f64.const 0 - f64.lt - select - local.set $3 + f64.eq + i32.eqz + if + local.get $value|1 + local.get $value|1 + f64.ne + if + i32.const 8592 + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 8624 + i32.const 8672 + local.get $value|1 + f64.const 0 + f64.lt + select + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 8704 + local.get $value|1 + local.get $isSingle + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $size global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return + local.get $size + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $result + i32.store + local.get $result + i32.const 8704 + local.get $size + memory.copy + local.get $result + br $~lib/util/number/dtoa_impl|inlined.0 end - i32.const 8704 - local.get $value - call $~lib/util/number/dtoa_core - i32.const 1 - i32.shl - local.set $size - global.get $~lib/memory/__stack_pointer - local.get $size - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $result - i32.store - local.get $result - i32.const 8704 - local.get $size - memory.copy - local.get $result - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $5 return ) (func $~lib/object/Object#constructor (param $this i32) (result i32) diff --git a/tests/compiler/resolve-elementaccess.debug.wat b/tests/compiler/resolve-elementaccess.debug.wat index a8ce8b0059..ec97507c90 100644 --- a/tests/compiler/resolve-elementaccess.debug.wat +++ b/tests/compiler/resolve-elementaccess.debug.wat @@ -10,7 +10,7 @@ (type $8 (func (param i32 i32 i64) (result i32))) (type $9 (func (result i32))) (type $10 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) - (type $11 (func (param i32 f64) (result i32))) + (type $11 (func (param i32 f64 i32) (result i32))) (type $12 (func (param f32 i32) (result i32))) (type $13 (func (param i32 i32 i32 i32 i32) (result i32))) (type $14 (func (param i32 i64 i32))) @@ -18,7 +18,7 @@ (type $16 (func (param i32 i64 i32 i32))) (type $17 (func (param i32 i32 f32))) (type $18 (func (param i32 i32) (result f32))) - (type $19 (func (param f64) (result i32))) + (type $19 (func (param f32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) @@ -3415,26 +3415,30 @@ end unreachable ) - (func $~lib/util/number/dtoa_core (param $buffer i32) (param $value f64) (result i32) + (func $~lib/util/number/dtoa_core (param $buffer i32) (param $value f64) (param $isSingle i32) (result i32) (local $sign i32) - (local $value|3 f64) - (local $buffer|4 i32) - (local $sign|5 i32) - (local $uv i64) - (local $exp i32) - (local $sid i64) + (local $value|4 f64) + (local $buffer|5 i32) + (local $sign|6 i32) + (local $isSingle|7 i32) (local $frc i64) + (local $exp i32) + (local $uv i32) + (local $sid i32) + (local $uv|12 i64) + (local $sid|13 i64) (local $f i64) (local $e i32) - (local $frc|12 i64) - (local $exp|13 i32) + (local $isSingle|16 i32) + (local $frc|17 i64) + (local $exp|18 i32) (local $off i32) (local $m i32) (local $minExp i32) (local $dk f64) (local $k i32) (local $index i32) - (local $off|20 i32) + (local $off|25 i32) (local $frc_pow i64) (local $exp_pow i32) (local $u i64) @@ -3450,28 +3454,28 @@ (local $e1 i32) (local $e2 i32) (local $w_exp i32) - (local $u|36 i64) - (local $v|37 i64) - (local $u0|38 i64) - (local $v0|39 i64) - (local $u1|40 i64) - (local $v1|41 i64) - (local $l|42 i64) - (local $t|43 i64) - (local $w|44 i64) + (local $u|41 i64) + (local $v|42 i64) + (local $u0|43 i64) + (local $v0|44 i64) + (local $u1|45 i64) + (local $v1|46 i64) + (local $l|47 i64) + (local $t|48 i64) + (local $w|49 i64) (local $wp_frc i64) - (local $e1|46 i32) - (local $e2|47 i32) + (local $e1|51 i32) + (local $e2|52 i32) (local $wp_exp i32) - (local $u|49 i64) - (local $v|50 i64) - (local $u0|51 i64) - (local $v0|52 i64) - (local $u1|53 i64) - (local $v1|54 i64) - (local $l|55 i64) - (local $t|56 i64) - (local $w|57 i64) + (local $u|54 i64) + (local $v|55 i64) + (local $u0|56 i64) + (local $v0|57 i64) + (local $u1|58 i64) + (local $v1|59 i64) + (local $l|60 i64) + (local $t|61 i64) + (local $w|62 i64) (local $wm_frc i64) (local $delta i64) (local $len i32) @@ -3490,77 +3494,127 @@ end block $~lib/util/number/grisu2|inlined.0 (result i32) local.get $value - local.set $value|3 + local.set $value|4 local.get $buffer - local.set $buffer|4 + local.set $buffer|5 local.get $sign - local.set $sign|5 - local.get $value|3 - i64.reinterpret_f64 - local.set $uv - local.get $uv - i64.const 9218868437227405312 - i64.and - i64.const 52 - i64.shr_u - i32.wrap_i64 - local.set $exp - local.get $uv - i64.const 4503599627370495 - i64.and - local.set $sid - local.get $exp - i32.const 0 - i32.ne - i64.extend_i32_u - i64.const 52 - i64.shl - local.get $sid - i64.add - local.set $frc - local.get $exp - i32.const 1 - local.get $exp - select - i32.const 1023 - i32.const 52 - i32.add - i32.sub - local.set $exp + local.set $sign|6 + local.get $isSingle + local.set $isSingle|7 + local.get $isSingle|7 + if + local.get $value|4 + f32.demote_f64 + i32.reinterpret_f32 + local.set $uv + local.get $uv + i32.const 2139095040 + i32.and + i32.const 23 + i32.shr_u + local.set $exp + local.get $uv + i32.const 8388607 + i32.and + local.set $sid + local.get $exp + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 23 + i64.shl + local.get $sid + i64.extend_i32_u + i64.add + local.set $frc + local.get $exp + if (result i32) + local.get $exp + else + i32.const 1 + end + i32.const 127 + i32.const 23 + i32.add + i32.sub + local.set $exp + else + local.get $value|4 + i64.reinterpret_f64 + local.set $uv|12 + local.get $uv|12 + i64.const 9218868437227405312 + i64.and + i64.const 52 + i64.shr_u + i32.wrap_i64 + local.set $exp + local.get $uv|12 + i64.const 4503599627370495 + i64.and + local.set $sid|13 + local.get $exp + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 52 + i64.shl + local.get $sid|13 + i64.add + local.set $frc + local.get $exp + if (result i32) + local.get $exp + else + i32.const 1 + end + i32.const 1023 + i32.const 52 + i32.add + i32.sub + local.set $exp + end local.get $frc local.set $f local.get $exp local.set $e + local.get $isSingle|7 + local.set $isSingle|16 local.get $f i64.const 1 i64.shl i64.const 1 i64.add - local.set $frc|12 + local.set $frc|17 local.get $e i32.const 1 i32.sub - local.set $exp|13 - local.get $frc|12 + local.set $exp|18 + local.get $frc|17 i64.clz i32.wrap_i64 local.set $off - local.get $frc|12 + local.get $frc|17 local.get $off i64.extend_i32_s i64.shl - local.set $frc|12 - local.get $exp|13 + local.set $frc|17 + local.get $exp|18 local.get $off i32.sub - local.set $exp|13 + local.set $exp|18 i32.const 1 local.get $f - i64.const 4503599627370496 + local.get $isSingle|16 + if (result i64) + i64.const 8388608 + else + i64.const 4503599627370496 + end i64.eq i32.add local.set $m - local.get $frc|12 + local.get $frc|17 global.set $~lib/util/number/_frc_plus local.get $f local.get $m @@ -3571,12 +3625,12 @@ local.get $e local.get $m i32.sub - local.get $exp|13 + local.get $exp|18 i32.sub i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_minus - local.get $exp|13 + local.get $exp|18 global.set $~lib/util/number/_exp global.get $~lib/util/number/_exp local.set $minExp @@ -3628,14 +3682,14 @@ local.get $frc i64.clz i32.wrap_i64 - local.set $off|20 + local.set $off|25 local.get $frc - local.get $off|20 + local.get $off|25 i64.extend_i32_s i64.shl local.set $frc local.get $exp - local.get $off|20 + local.get $off|25 i32.sub local.set $exp global.get $~lib/util/number/_frc_pow @@ -3720,63 +3774,63 @@ local.set $w_exp block $~lib/util/number/umul64f|inlined.1 (result i64) global.get $~lib/util/number/_frc_plus - local.set $u|36 + local.set $u|41 local.get $frc_pow - local.set $v|37 - local.get $u|36 + local.set $v|42 + local.get $u|41 i64.const 4294967295 i64.and - local.set $u0|38 - local.get $v|37 + local.set $u0|43 + local.get $v|42 i64.const 4294967295 i64.and - local.set $v0|39 - local.get $u|36 + local.set $v0|44 + local.get $u|41 i64.const 32 i64.shr_u - local.set $u1|40 - local.get $v|37 + local.set $u1|45 + local.get $v|42 i64.const 32 i64.shr_u - local.set $v1|41 - local.get $u0|38 - local.get $v0|39 + local.set $v1|46 + local.get $u0|43 + local.get $v0|44 i64.mul - local.set $l|42 - local.get $u1|40 - local.get $v0|39 + local.set $l|47 + local.get $u1|45 + local.get $v0|44 i64.mul - local.get $l|42 + local.get $l|47 i64.const 32 i64.shr_u i64.add - local.set $t|43 - local.get $u0|38 - local.get $v1|41 + local.set $t|48 + local.get $u0|43 + local.get $v1|46 i64.mul - local.get $t|43 + local.get $t|48 i64.const 4294967295 i64.and i64.add - local.set $w|44 - local.get $w|44 + local.set $w|49 + local.get $w|49 i64.const 2147483647 i64.add - local.set $w|44 - local.get $t|43 + local.set $w|49 + local.get $t|48 i64.const 32 i64.shr_u - local.set $t|43 - local.get $w|44 + local.set $t|48 + local.get $w|49 i64.const 32 i64.shr_u - local.set $w|44 - local.get $u1|40 - local.get $v1|41 + local.set $w|49 + local.get $u1|45 + local.get $v1|46 i64.mul - local.get $t|43 + local.get $t|48 i64.add - local.get $w|44 + local.get $w|49 i64.add br $~lib/util/number/umul64f|inlined.1 end @@ -3785,11 +3839,11 @@ local.set $wp_frc block $~lib/util/number/umul64e|inlined.1 (result i32) global.get $~lib/util/number/_exp - local.set $e1|46 + local.set $e1|51 local.get $exp_pow - local.set $e2|47 - local.get $e1|46 - local.get $e2|47 + local.set $e2|52 + local.get $e1|51 + local.get $e2|52 i32.add i32.const 64 i32.add @@ -3798,63 +3852,63 @@ local.set $wp_exp block $~lib/util/number/umul64f|inlined.2 (result i64) global.get $~lib/util/number/_frc_minus - local.set $u|49 + local.set $u|54 local.get $frc_pow - local.set $v|50 - local.get $u|49 + local.set $v|55 + local.get $u|54 i64.const 4294967295 i64.and - local.set $u0|51 - local.get $v|50 + local.set $u0|56 + local.get $v|55 i64.const 4294967295 i64.and - local.set $v0|52 - local.get $u|49 + local.set $v0|57 + local.get $u|54 i64.const 32 i64.shr_u - local.set $u1|53 - local.get $v|50 + local.set $u1|58 + local.get $v|55 i64.const 32 i64.shr_u - local.set $v1|54 - local.get $u0|51 - local.get $v0|52 + local.set $v1|59 + local.get $u0|56 + local.get $v0|57 i64.mul - local.set $l|55 - local.get $u1|53 - local.get $v0|52 + local.set $l|60 + local.get $u1|58 + local.get $v0|57 i64.mul - local.get $l|55 + local.get $l|60 i64.const 32 i64.shr_u i64.add - local.set $t|56 - local.get $u0|51 - local.get $v1|54 + local.set $t|61 + local.get $u0|56 + local.get $v1|59 i64.mul - local.get $t|56 + local.get $t|61 i64.const 4294967295 i64.and i64.add - local.set $w|57 - local.get $w|57 + local.set $w|62 + local.get $w|62 i64.const 2147483647 i64.add - local.set $w|57 - local.get $t|56 + local.set $w|62 + local.get $t|61 i64.const 32 i64.shr_u - local.set $t|56 - local.get $w|57 + local.set $t|61 + local.get $w|62 i64.const 32 i64.shr_u - local.set $w|57 - local.get $u1|53 - local.get $v1|54 + local.set $w|62 + local.get $u1|58 + local.get $v1|59 i64.mul - local.get $t|56 + local.get $t|61 i64.add - local.get $w|57 + local.get $w|62 i64.add br $~lib/util/number/umul64f|inlined.2 end @@ -3865,13 +3919,13 @@ local.get $wm_frc i64.sub local.set $delta - local.get $buffer|4 + local.get $buffer|5 local.get $w_frc local.get $w_exp local.get $wp_frc local.get $wp_exp local.get $delta - local.get $sign|5 + local.get $sign|6 call $~lib/util/number/genDigits br $~lib/util/number/grisu2|inlined.0 end @@ -3894,8 +3948,7 @@ ) (func $~lib/number/F32#toString (param $this f32) (param $radix i32) (result i32) local.get $this - f64.promote_f32 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa return ) (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) @@ -5258,10 +5311,12 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/util/number/dtoa (param $value f64) (result i32) + (func $~lib/util/number/dtoa (param $value f32) (result i32) + (local $value|1 f64) + (local $isSingle i32) (local $size i32) (local $result i32) - (local $3 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -5270,76 +5325,67 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - local.get $value - f64.const 0 - f64.eq - if - i32.const 608 - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return - end - local.get $value - local.get $value - f64.sub - f64.const 0 - f64.eq - i32.eqz - if + block $~lib/util/number/dtoa_impl|inlined.0 (result i32) local.get $value - local.get $value - f64.ne + f64.promote_f32 + local.set $value|1 + i32.const 1 + local.set $isSingle + local.get $value|1 + f64.const 0 + f64.eq if - i32.const 640 - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return + i32.const 608 + br $~lib/util/number/dtoa_impl|inlined.0 end - i32.const 672 - i32.const 720 - local.get $value + local.get $value|1 + local.get $value|1 + f64.sub f64.const 0 - f64.lt - select - local.set $3 + f64.eq + i32.eqz + if + local.get $value|1 + local.get $value|1 + f64.ne + if + i32.const 640 + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 672 + i32.const 720 + local.get $value|1 + f64.const 0 + f64.lt + select + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 752 + local.get $value|1 + local.get $isSingle + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $size global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return + local.get $size + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $result + i32.store + local.get $result + i32.const 752 + local.get $size + memory.copy + local.get $result + br $~lib/util/number/dtoa_impl|inlined.0 end - i32.const 752 - local.get $value - call $~lib/util/number/dtoa_core - i32.const 1 - i32.shl - local.set $size - global.get $~lib/memory/__stack_pointer - local.get $size - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $result - i32.store - local.get $result - i32.const 752 - local.get $size - memory.copy - local.get $result - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $5 return ) (func $~lib/util/number/utoa32 (param $value i32) (param $radix i32) (result i32) diff --git a/tests/compiler/resolve-elementaccess.release.wat b/tests/compiler/resolve-elementaccess.release.wat index 4d1e0cba3a..a161cce7e3 100644 --- a/tests/compiler/resolve-elementaccess.release.wat +++ b/tests/compiler/resolve-elementaccess.release.wat @@ -2517,10 +2517,10 @@ (local $1 i64) (local $2 i32) (local $3 i64) - (local $4 i32) + (local $4 i64) (local $5 i64) (local $6 i64) - (local $7 i64) + (local $7 i32) (local $8 i32) (local $9 i32) (local $10 i64) @@ -2541,30 +2541,31 @@ else local.get $0 end - i64.reinterpret_f64 - local.tee $1 - i64.const 9218868437227405312 - i64.and - i64.const 52 - i64.shr_u - i32.wrap_i64 - local.tee $4 + f32.demote_f64 + i32.reinterpret_f32 + local.tee $7 + i32.const 2139095040 + i32.and + i32.const 23 + i32.shr_u + local.tee $8 i32.const 1 - local.get $4 + local.get $8 select - i32.const 1075 + i32.const 150 i32.sub - local.tee $8 + local.tee $9 i32.const 1 i32.sub - local.get $1 - i64.const 4503599627370495 - i64.and - local.get $4 + local.get $7 + i32.const 8388607 + i32.and + i64.extend_i32_u + local.get $8 i32.const 0 i32.ne i64.extend_i32_u - i64.const 52 + i64.const 23 i64.shl i64.add local.tee $1 @@ -2575,34 +2576,34 @@ local.tee $3 i64.clz i32.wrap_i64 - local.tee $9 + local.tee $7 i32.sub - local.set $4 + local.set $8 local.get $3 - local.get $9 + local.get $7 i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_plus local.get $1 local.get $1 - i64.const 4503599627370496 + i64.const 8388608 i64.eq i32.const 1 i32.add - local.tee $9 + local.tee $7 i64.extend_i32_s i64.shl i64.const 1 i64.sub - local.get $8 local.get $9 + local.get $7 i32.sub - local.get $4 + local.get $8 i32.sub i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_minus - local.get $4 + local.get $8 global.set $~lib/util/number/_exp i32.const 348 i32.const -61 @@ -2615,8 +2616,8 @@ f64.add local.tee $0 i32.trunc_sat_f64_s - local.tee $4 - local.get $4 + local.tee $7 + local.get $7 f64.convert_i32_s local.get $0 f64.ne @@ -2625,7 +2626,7 @@ i32.shr_s i32.const 1 i32.add - local.tee $4 + local.tee $7 i32.const 3 i32.shl local.tee $8 @@ -2636,7 +2637,7 @@ i32.add i64.load global.set $~lib/util/number/_frc_pow - local.get $4 + local.get $7 i32.const 1 i32.shl i32.const 2528 @@ -2650,7 +2651,7 @@ local.tee $1 i64.const 4294967295 i64.and - local.set $5 + local.set $4 global.get $~lib/util/number/_frc_pow local.tee $10 i64.const 4294967295 @@ -2661,13 +2662,13 @@ i64.shr_u local.tee $1 i64.mul - local.get $5 + local.get $4 local.get $11 i64.mul i64.const 32 i64.shr_u i64.add - local.set $6 + local.set $5 global.get $~lib/util/number/_frc_plus local.tee $3 i64.const 4294967295 @@ -2685,7 +2686,7 @@ i64.const 32 i64.shr_u i64.add - local.set $7 + local.set $6 global.get $~lib/util/number/_frc_minus local.tee $13 i64.const 4294967295 @@ -2715,14 +2716,14 @@ i64.shr_u local.tee $1 i64.mul - local.get $6 + local.get $5 i64.const 32 i64.shr_u i64.add local.get $1 - local.get $5 + local.get $4 i64.mul - local.get $6 + local.get $5 i64.const 4294967295 i64.and i64.add @@ -2734,14 +2735,14 @@ local.get $1 local.get $3 i64.mul - local.get $7 + local.get $6 i64.const 32 i64.shr_u i64.add local.get $1 local.get $12 i64.mul - local.get $7 + local.get $6 i64.const 4294967295 i64.and i64.add @@ -2812,43 +2813,27 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - block $__inlined_func$~lib/util/number/dtoa$77 + i32.const 1632 + local.set $2 + block $~lib/util/number/dtoa_impl|inlined.0 local.get $0 f64.promote_f32 local.tee $1 f64.const 0 f64.eq - if - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 1632 - local.set $2 - br $__inlined_func$~lib/util/number/dtoa$77 - end + br_if $~lib/util/number/dtoa_impl|inlined.0 local.get $1 local.get $1 f64.sub f64.const 0 f64.ne if + i32.const 1664 + local.set $2 local.get $1 local.get $1 f64.ne - if - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 1664 - local.set $2 - br $__inlined_func$~lib/util/number/dtoa$77 - end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer + br_if $~lib/util/number/dtoa_impl|inlined.0 i32.const 1696 i32.const 1744 local.get $1 @@ -2856,7 +2841,7 @@ f64.lt select local.set $2 - br $__inlined_func$~lib/util/number/dtoa$77 + br $~lib/util/number/dtoa_impl|inlined.0 end local.get $1 call $~lib/util/number/dtoa_core @@ -2873,11 +2858,11 @@ i32.const 1776 local.get $3 memory.copy - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer local.get $2 ) (func $~lib/number/U8#toString (param $0 i32) (result i32) diff --git a/tests/compiler/resolve-ternary.debug.wat b/tests/compiler/resolve-ternary.debug.wat index 44786d5dcb..65d9fa68c2 100644 --- a/tests/compiler/resolve-ternary.debug.wat +++ b/tests/compiler/resolve-ternary.debug.wat @@ -14,7 +14,7 @@ (type $12 (func (param i32 i32 i32 i32 i32) (result i32))) (type $13 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) (type $14 (func (param i32 i32 i32) (result i32))) - (type $15 (func (param i32 f64) (result i32))) + (type $15 (func (param i32 f64 i32) (result i32))) (type $16 (func (param f64 i32) (result i32))) (type $17 (func (param f64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -3654,26 +3654,30 @@ end unreachable ) - (func $~lib/util/number/dtoa_core (param $buffer i32) (param $value f64) (result i32) + (func $~lib/util/number/dtoa_core (param $buffer i32) (param $value f64) (param $isSingle i32) (result i32) (local $sign i32) - (local $value|3 f64) - (local $buffer|4 i32) - (local $sign|5 i32) - (local $uv i64) - (local $exp i32) - (local $sid i64) + (local $value|4 f64) + (local $buffer|5 i32) + (local $sign|6 i32) + (local $isSingle|7 i32) (local $frc i64) + (local $exp i32) + (local $uv i32) + (local $sid i32) + (local $uv|12 i64) + (local $sid|13 i64) (local $f i64) (local $e i32) - (local $frc|12 i64) - (local $exp|13 i32) + (local $isSingle|16 i32) + (local $frc|17 i64) + (local $exp|18 i32) (local $off i32) (local $m i32) (local $minExp i32) (local $dk f64) (local $k i32) (local $index i32) - (local $off|20 i32) + (local $off|25 i32) (local $frc_pow i64) (local $exp_pow i32) (local $u i64) @@ -3689,28 +3693,28 @@ (local $e1 i32) (local $e2 i32) (local $w_exp i32) - (local $u|36 i64) - (local $v|37 i64) - (local $u0|38 i64) - (local $v0|39 i64) - (local $u1|40 i64) - (local $v1|41 i64) - (local $l|42 i64) - (local $t|43 i64) - (local $w|44 i64) + (local $u|41 i64) + (local $v|42 i64) + (local $u0|43 i64) + (local $v0|44 i64) + (local $u1|45 i64) + (local $v1|46 i64) + (local $l|47 i64) + (local $t|48 i64) + (local $w|49 i64) (local $wp_frc i64) - (local $e1|46 i32) - (local $e2|47 i32) + (local $e1|51 i32) + (local $e2|52 i32) (local $wp_exp i32) - (local $u|49 i64) - (local $v|50 i64) - (local $u0|51 i64) - (local $v0|52 i64) - (local $u1|53 i64) - (local $v1|54 i64) - (local $l|55 i64) - (local $t|56 i64) - (local $w|57 i64) + (local $u|54 i64) + (local $v|55 i64) + (local $u0|56 i64) + (local $v0|57 i64) + (local $u1|58 i64) + (local $v1|59 i64) + (local $l|60 i64) + (local $t|61 i64) + (local $w|62 i64) (local $wm_frc i64) (local $delta i64) (local $len i32) @@ -3729,77 +3733,127 @@ end block $~lib/util/number/grisu2|inlined.0 (result i32) local.get $value - local.set $value|3 + local.set $value|4 local.get $buffer - local.set $buffer|4 + local.set $buffer|5 local.get $sign - local.set $sign|5 - local.get $value|3 - i64.reinterpret_f64 - local.set $uv - local.get $uv - i64.const 9218868437227405312 - i64.and - i64.const 52 - i64.shr_u - i32.wrap_i64 - local.set $exp - local.get $uv - i64.const 4503599627370495 - i64.and - local.set $sid - local.get $exp - i32.const 0 - i32.ne - i64.extend_i32_u - i64.const 52 - i64.shl - local.get $sid - i64.add - local.set $frc - local.get $exp - i32.const 1 - local.get $exp - select - i32.const 1023 - i32.const 52 - i32.add - i32.sub - local.set $exp + local.set $sign|6 + local.get $isSingle + local.set $isSingle|7 + local.get $isSingle|7 + if + local.get $value|4 + f32.demote_f64 + i32.reinterpret_f32 + local.set $uv + local.get $uv + i32.const 2139095040 + i32.and + i32.const 23 + i32.shr_u + local.set $exp + local.get $uv + i32.const 8388607 + i32.and + local.set $sid + local.get $exp + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 23 + i64.shl + local.get $sid + i64.extend_i32_u + i64.add + local.set $frc + local.get $exp + if (result i32) + local.get $exp + else + i32.const 1 + end + i32.const 127 + i32.const 23 + i32.add + i32.sub + local.set $exp + else + local.get $value|4 + i64.reinterpret_f64 + local.set $uv|12 + local.get $uv|12 + i64.const 9218868437227405312 + i64.and + i64.const 52 + i64.shr_u + i32.wrap_i64 + local.set $exp + local.get $uv|12 + i64.const 4503599627370495 + i64.and + local.set $sid|13 + local.get $exp + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 52 + i64.shl + local.get $sid|13 + i64.add + local.set $frc + local.get $exp + if (result i32) + local.get $exp + else + i32.const 1 + end + i32.const 1023 + i32.const 52 + i32.add + i32.sub + local.set $exp + end local.get $frc local.set $f local.get $exp local.set $e + local.get $isSingle|7 + local.set $isSingle|16 local.get $f i64.const 1 i64.shl i64.const 1 i64.add - local.set $frc|12 + local.set $frc|17 local.get $e i32.const 1 i32.sub - local.set $exp|13 - local.get $frc|12 + local.set $exp|18 + local.get $frc|17 i64.clz i32.wrap_i64 local.set $off - local.get $frc|12 + local.get $frc|17 local.get $off i64.extend_i32_s i64.shl - local.set $frc|12 - local.get $exp|13 + local.set $frc|17 + local.get $exp|18 local.get $off i32.sub - local.set $exp|13 + local.set $exp|18 i32.const 1 local.get $f - i64.const 4503599627370496 + local.get $isSingle|16 + if (result i64) + i64.const 8388608 + else + i64.const 4503599627370496 + end i64.eq i32.add local.set $m - local.get $frc|12 + local.get $frc|17 global.set $~lib/util/number/_frc_plus local.get $f local.get $m @@ -3810,12 +3864,12 @@ local.get $e local.get $m i32.sub - local.get $exp|13 + local.get $exp|18 i32.sub i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_minus - local.get $exp|13 + local.get $exp|18 global.set $~lib/util/number/_exp global.get $~lib/util/number/_exp local.set $minExp @@ -3867,14 +3921,14 @@ local.get $frc i64.clz i32.wrap_i64 - local.set $off|20 + local.set $off|25 local.get $frc - local.get $off|20 + local.get $off|25 i64.extend_i32_s i64.shl local.set $frc local.get $exp - local.get $off|20 + local.get $off|25 i32.sub local.set $exp global.get $~lib/util/number/_frc_pow @@ -3959,63 +4013,63 @@ local.set $w_exp block $~lib/util/number/umul64f|inlined.1 (result i64) global.get $~lib/util/number/_frc_plus - local.set $u|36 + local.set $u|41 local.get $frc_pow - local.set $v|37 - local.get $u|36 + local.set $v|42 + local.get $u|41 i64.const 4294967295 i64.and - local.set $u0|38 - local.get $v|37 + local.set $u0|43 + local.get $v|42 i64.const 4294967295 i64.and - local.set $v0|39 - local.get $u|36 + local.set $v0|44 + local.get $u|41 i64.const 32 i64.shr_u - local.set $u1|40 - local.get $v|37 + local.set $u1|45 + local.get $v|42 i64.const 32 i64.shr_u - local.set $v1|41 - local.get $u0|38 - local.get $v0|39 + local.set $v1|46 + local.get $u0|43 + local.get $v0|44 i64.mul - local.set $l|42 - local.get $u1|40 - local.get $v0|39 + local.set $l|47 + local.get $u1|45 + local.get $v0|44 i64.mul - local.get $l|42 + local.get $l|47 i64.const 32 i64.shr_u i64.add - local.set $t|43 - local.get $u0|38 - local.get $v1|41 + local.set $t|48 + local.get $u0|43 + local.get $v1|46 i64.mul - local.get $t|43 + local.get $t|48 i64.const 4294967295 i64.and i64.add - local.set $w|44 - local.get $w|44 + local.set $w|49 + local.get $w|49 i64.const 2147483647 i64.add - local.set $w|44 - local.get $t|43 + local.set $w|49 + local.get $t|48 i64.const 32 i64.shr_u - local.set $t|43 - local.get $w|44 + local.set $t|48 + local.get $w|49 i64.const 32 i64.shr_u - local.set $w|44 - local.get $u1|40 - local.get $v1|41 + local.set $w|49 + local.get $u1|45 + local.get $v1|46 i64.mul - local.get $t|43 + local.get $t|48 i64.add - local.get $w|44 + local.get $w|49 i64.add br $~lib/util/number/umul64f|inlined.1 end @@ -4024,11 +4078,11 @@ local.set $wp_frc block $~lib/util/number/umul64e|inlined.1 (result i32) global.get $~lib/util/number/_exp - local.set $e1|46 + local.set $e1|51 local.get $exp_pow - local.set $e2|47 - local.get $e1|46 - local.get $e2|47 + local.set $e2|52 + local.get $e1|51 + local.get $e2|52 i32.add i32.const 64 i32.add @@ -4037,63 +4091,63 @@ local.set $wp_exp block $~lib/util/number/umul64f|inlined.2 (result i64) global.get $~lib/util/number/_frc_minus - local.set $u|49 + local.set $u|54 local.get $frc_pow - local.set $v|50 - local.get $u|49 + local.set $v|55 + local.get $u|54 i64.const 4294967295 i64.and - local.set $u0|51 - local.get $v|50 + local.set $u0|56 + local.get $v|55 i64.const 4294967295 i64.and - local.set $v0|52 - local.get $u|49 + local.set $v0|57 + local.get $u|54 i64.const 32 i64.shr_u - local.set $u1|53 - local.get $v|50 + local.set $u1|58 + local.get $v|55 i64.const 32 i64.shr_u - local.set $v1|54 - local.get $u0|51 - local.get $v0|52 + local.set $v1|59 + local.get $u0|56 + local.get $v0|57 i64.mul - local.set $l|55 - local.get $u1|53 - local.get $v0|52 + local.set $l|60 + local.get $u1|58 + local.get $v0|57 i64.mul - local.get $l|55 + local.get $l|60 i64.const 32 i64.shr_u i64.add - local.set $t|56 - local.get $u0|51 - local.get $v1|54 + local.set $t|61 + local.get $u0|56 + local.get $v1|59 i64.mul - local.get $t|56 + local.get $t|61 i64.const 4294967295 i64.and i64.add - local.set $w|57 - local.get $w|57 + local.set $w|62 + local.get $w|62 i64.const 2147483647 i64.add - local.set $w|57 - local.get $t|56 + local.set $w|62 + local.get $t|61 i64.const 32 i64.shr_u - local.set $t|56 - local.get $w|57 + local.set $t|61 + local.get $w|62 i64.const 32 i64.shr_u - local.set $w|57 - local.get $u1|53 - local.get $v1|54 + local.set $w|62 + local.get $u1|58 + local.get $v1|59 i64.mul - local.get $t|56 + local.get $t|61 i64.add - local.get $w|57 + local.get $w|62 i64.add br $~lib/util/number/umul64f|inlined.2 end @@ -4104,13 +4158,13 @@ local.get $wm_frc i64.sub local.set $delta - local.get $buffer|4 + local.get $buffer|5 local.get $w_frc local.get $w_exp local.get $wp_frc local.get $wp_exp local.get $delta - local.get $sign|5 + local.get $sign|6 call $~lib/util/number/genDigits br $~lib/util/number/grisu2|inlined.0 end @@ -4133,7 +4187,7 @@ ) (func $~lib/number/F64#toString (param $this f64) (param $radix i32) (result i32) local.get $this - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa return ) (func $start:resolve-ternary~anonymous|0 (param $x i32) (result i32) @@ -4706,10 +4760,12 @@ local.get $14 return ) - (func $~lib/util/number/dtoa (param $value f64) (result i32) + (func $~lib/util/number/dtoa (param $value f64) (result i32) + (local $value|1 f64) + (local $isSingle i32) (local $size i32) (local $result i32) - (local $3 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -4718,76 +4774,66 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - local.get $value - f64.const 0 - f64.eq - if - i32.const 2304 - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return - end - local.get $value - local.get $value - f64.sub - f64.const 0 - f64.eq - i32.eqz - if - local.get $value + block $~lib/util/number/dtoa_impl|inlined.0 (result i32) local.get $value - f64.ne + local.set $value|1 + i32.const 0 + local.set $isSingle + local.get $value|1 + f64.const 0 + f64.eq if - i32.const 2336 - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return + i32.const 2304 + br $~lib/util/number/dtoa_impl|inlined.0 end - i32.const 2368 - i32.const 2416 - local.get $value + local.get $value|1 + local.get $value|1 + f64.sub f64.const 0 - f64.lt - select - local.set $3 + f64.eq + i32.eqz + if + local.get $value|1 + local.get $value|1 + f64.ne + if + i32.const 2336 + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 2368 + i32.const 2416 + local.get $value|1 + f64.const 0 + f64.lt + select + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 2448 + local.get $value|1 + local.get $isSingle + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $size global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return + local.get $size + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $result + i32.store + local.get $result + i32.const 2448 + local.get $size + memory.copy + local.get $result + br $~lib/util/number/dtoa_impl|inlined.0 end - i32.const 2448 - local.get $value - call $~lib/util/number/dtoa_core - i32.const 1 - i32.shl - local.set $size - global.get $~lib/memory/__stack_pointer - local.get $size - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $result - i32.store - local.get $result - i32.const 2448 - local.get $size - memory.copy - local.get $result - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $5 return ) ) diff --git a/tests/compiler/std/array.debug.wat b/tests/compiler/std/array.debug.wat index bff2f09e20..0c7b3bfbca 100644 --- a/tests/compiler/std/array.debug.wat +++ b/tests/compiler/std/array.debug.wat @@ -13,22 +13,22 @@ (type $11 (func)) (type $12 (func (param i64 i32) (result i32))) (type $13 (func (result f64))) - (type $14 (func (param i32 i32 i32 i32))) - (type $15 (func (param i64) (result i64))) - (type $16 (func (param i32 i64 i32))) - (type $17 (func (param i32 i32 i32) (result f32))) - (type $18 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $19 (func (param i32 f64) (result i32))) + (type $14 (func (param i32 f64 i32) (result i32))) + (type $15 (func (param i32 i32 i32 i32))) + (type $16 (func (param i64) (result i64))) + (type $17 (func (param i32 i64 i32))) + (type $18 (func (param i32 i32 i32) (result f32))) + (type $19 (func (param i32 i32 i32 i32 i32) (result i32))) (type $20 (func (param i32 i64) (result i32))) (type $21 (func (param i32 f32 i32 i32) (result i32))) (type $22 (func (param i32 f32 i32) (result i32))) - (type $23 (func (param i32 f64 i32) (result i32))) - (type $24 (func (param i32 i32 i64) (result i32))) - (type $25 (func (result i32))) - (type $26 (func (param i32 i32 f32 i32 i32))) - (type $27 (func (param i32 i64 i32 i32))) - (type $28 (func (param i64))) - (type $29 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) + (type $23 (func (param i32 i32 i64) (result i32))) + (type $24 (func (result i32))) + (type $25 (func (param i32 i32 f32 i32 i32))) + (type $26 (func (param i32 i64 i32 i32))) + (type $27 (func (param i64))) + (type $28 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) + (type $29 (func (param i32 f64) (result i32))) (type $30 (func (param i64) (result i32))) (type $31 (func (param i32 i32) (result f32))) (type $32 (func (param i32 i32) (result f64))) @@ -7663,26 +7663,30 @@ end unreachable ) - (func $~lib/util/number/dtoa_core (param $buffer i32) (param $value f64) (result i32) + (func $~lib/util/number/dtoa_core (param $buffer i32) (param $value f64) (param $isSingle i32) (result i32) (local $sign i32) - (local $value|3 f64) - (local $buffer|4 i32) - (local $sign|5 i32) - (local $uv i64) - (local $exp i32) - (local $sid i64) + (local $value|4 f64) + (local $buffer|5 i32) + (local $sign|6 i32) + (local $isSingle|7 i32) (local $frc i64) + (local $exp i32) + (local $uv i32) + (local $sid i32) + (local $uv|12 i64) + (local $sid|13 i64) (local $f i64) (local $e i32) - (local $frc|12 i64) - (local $exp|13 i32) + (local $isSingle|16 i32) + (local $frc|17 i64) + (local $exp|18 i32) (local $off i32) (local $m i32) (local $minExp i32) (local $dk f64) (local $k i32) (local $index i32) - (local $off|20 i32) + (local $off|25 i32) (local $frc_pow i64) (local $exp_pow i32) (local $u i64) @@ -7698,28 +7702,28 @@ (local $e1 i32) (local $e2 i32) (local $w_exp i32) - (local $u|36 i64) - (local $v|37 i64) - (local $u0|38 i64) - (local $v0|39 i64) - (local $u1|40 i64) - (local $v1|41 i64) - (local $l|42 i64) - (local $t|43 i64) - (local $w|44 i64) + (local $u|41 i64) + (local $v|42 i64) + (local $u0|43 i64) + (local $v0|44 i64) + (local $u1|45 i64) + (local $v1|46 i64) + (local $l|47 i64) + (local $t|48 i64) + (local $w|49 i64) (local $wp_frc i64) - (local $e1|46 i32) - (local $e2|47 i32) + (local $e1|51 i32) + (local $e2|52 i32) (local $wp_exp i32) - (local $u|49 i64) - (local $v|50 i64) - (local $u0|51 i64) - (local $v0|52 i64) - (local $u1|53 i64) - (local $v1|54 i64) - (local $l|55 i64) - (local $t|56 i64) - (local $w|57 i64) + (local $u|54 i64) + (local $v|55 i64) + (local $u0|56 i64) + (local $v0|57 i64) + (local $u1|58 i64) + (local $v1|59 i64) + (local $l|60 i64) + (local $t|61 i64) + (local $w|62 i64) (local $wm_frc i64) (local $delta i64) (local $len i32) @@ -7738,77 +7742,127 @@ end block $~lib/util/number/grisu2|inlined.0 (result i32) local.get $value - local.set $value|3 + local.set $value|4 local.get $buffer - local.set $buffer|4 + local.set $buffer|5 local.get $sign - local.set $sign|5 - local.get $value|3 - i64.reinterpret_f64 - local.set $uv - local.get $uv - i64.const 9218868437227405312 - i64.and - i64.const 52 - i64.shr_u - i32.wrap_i64 - local.set $exp - local.get $uv - i64.const 4503599627370495 - i64.and - local.set $sid - local.get $exp - i32.const 0 - i32.ne - i64.extend_i32_u - i64.const 52 - i64.shl - local.get $sid - i64.add - local.set $frc - local.get $exp - i32.const 1 - local.get $exp - select - i32.const 1023 - i32.const 52 - i32.add - i32.sub - local.set $exp + local.set $sign|6 + local.get $isSingle + local.set $isSingle|7 + local.get $isSingle|7 + if + local.get $value|4 + f32.demote_f64 + i32.reinterpret_f32 + local.set $uv + local.get $uv + i32.const 2139095040 + i32.and + i32.const 23 + i32.shr_u + local.set $exp + local.get $uv + i32.const 8388607 + i32.and + local.set $sid + local.get $exp + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 23 + i64.shl + local.get $sid + i64.extend_i32_u + i64.add + local.set $frc + local.get $exp + if (result i32) + local.get $exp + else + i32.const 1 + end + i32.const 127 + i32.const 23 + i32.add + i32.sub + local.set $exp + else + local.get $value|4 + i64.reinterpret_f64 + local.set $uv|12 + local.get $uv|12 + i64.const 9218868437227405312 + i64.and + i64.const 52 + i64.shr_u + i32.wrap_i64 + local.set $exp + local.get $uv|12 + i64.const 4503599627370495 + i64.and + local.set $sid|13 + local.get $exp + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 52 + i64.shl + local.get $sid|13 + i64.add + local.set $frc + local.get $exp + if (result i32) + local.get $exp + else + i32.const 1 + end + i32.const 1023 + i32.const 52 + i32.add + i32.sub + local.set $exp + end local.get $frc local.set $f local.get $exp local.set $e + local.get $isSingle|7 + local.set $isSingle|16 local.get $f i64.const 1 i64.shl i64.const 1 i64.add - local.set $frc|12 + local.set $frc|17 local.get $e i32.const 1 i32.sub - local.set $exp|13 - local.get $frc|12 + local.set $exp|18 + local.get $frc|17 i64.clz i32.wrap_i64 local.set $off - local.get $frc|12 + local.get $frc|17 local.get $off i64.extend_i32_s i64.shl - local.set $frc|12 - local.get $exp|13 + local.set $frc|17 + local.get $exp|18 local.get $off i32.sub - local.set $exp|13 + local.set $exp|18 i32.const 1 local.get $f - i64.const 4503599627370496 + local.get $isSingle|16 + if (result i64) + i64.const 8388608 + else + i64.const 4503599627370496 + end i64.eq i32.add local.set $m - local.get $frc|12 + local.get $frc|17 global.set $~lib/util/number/_frc_plus local.get $f local.get $m @@ -7819,12 +7873,12 @@ local.get $e local.get $m i32.sub - local.get $exp|13 + local.get $exp|18 i32.sub i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_minus - local.get $exp|13 + local.get $exp|18 global.set $~lib/util/number/_exp global.get $~lib/util/number/_exp local.set $minExp @@ -7876,14 +7930,14 @@ local.get $frc i64.clz i32.wrap_i64 - local.set $off|20 + local.set $off|25 local.get $frc - local.get $off|20 + local.get $off|25 i64.extend_i32_s i64.shl local.set $frc local.get $exp - local.get $off|20 + local.get $off|25 i32.sub local.set $exp global.get $~lib/util/number/_frc_pow @@ -7968,63 +8022,63 @@ local.set $w_exp block $~lib/util/number/umul64f|inlined.1 (result i64) global.get $~lib/util/number/_frc_plus - local.set $u|36 + local.set $u|41 local.get $frc_pow - local.set $v|37 - local.get $u|36 + local.set $v|42 + local.get $u|41 i64.const 4294967295 i64.and - local.set $u0|38 - local.get $v|37 + local.set $u0|43 + local.get $v|42 i64.const 4294967295 i64.and - local.set $v0|39 - local.get $u|36 + local.set $v0|44 + local.get $u|41 i64.const 32 i64.shr_u - local.set $u1|40 - local.get $v|37 + local.set $u1|45 + local.get $v|42 i64.const 32 i64.shr_u - local.set $v1|41 - local.get $u0|38 - local.get $v0|39 + local.set $v1|46 + local.get $u0|43 + local.get $v0|44 i64.mul - local.set $l|42 - local.get $u1|40 - local.get $v0|39 + local.set $l|47 + local.get $u1|45 + local.get $v0|44 i64.mul - local.get $l|42 + local.get $l|47 i64.const 32 i64.shr_u i64.add - local.set $t|43 - local.get $u0|38 - local.get $v1|41 + local.set $t|48 + local.get $u0|43 + local.get $v1|46 i64.mul - local.get $t|43 + local.get $t|48 i64.const 4294967295 i64.and i64.add - local.set $w|44 - local.get $w|44 + local.set $w|49 + local.get $w|49 i64.const 2147483647 i64.add - local.set $w|44 - local.get $t|43 + local.set $w|49 + local.get $t|48 i64.const 32 i64.shr_u - local.set $t|43 - local.get $w|44 + local.set $t|48 + local.get $w|49 i64.const 32 i64.shr_u - local.set $w|44 - local.get $u1|40 - local.get $v1|41 + local.set $w|49 + local.get $u1|45 + local.get $v1|46 i64.mul - local.get $t|43 + local.get $t|48 i64.add - local.get $w|44 + local.get $w|49 i64.add br $~lib/util/number/umul64f|inlined.1 end @@ -8033,11 +8087,11 @@ local.set $wp_frc block $~lib/util/number/umul64e|inlined.1 (result i32) global.get $~lib/util/number/_exp - local.set $e1|46 + local.set $e1|51 local.get $exp_pow - local.set $e2|47 - local.get $e1|46 - local.get $e2|47 + local.set $e2|52 + local.get $e1|51 + local.get $e2|52 i32.add i32.const 64 i32.add @@ -8046,63 +8100,63 @@ local.set $wp_exp block $~lib/util/number/umul64f|inlined.2 (result i64) global.get $~lib/util/number/_frc_minus - local.set $u|49 + local.set $u|54 local.get $frc_pow - local.set $v|50 - local.get $u|49 + local.set $v|55 + local.get $u|54 i64.const 4294967295 i64.and - local.set $u0|51 - local.get $v|50 + local.set $u0|56 + local.get $v|55 i64.const 4294967295 i64.and - local.set $v0|52 - local.get $u|49 + local.set $v0|57 + local.get $u|54 i64.const 32 i64.shr_u - local.set $u1|53 - local.get $v|50 + local.set $u1|58 + local.get $v|55 i64.const 32 i64.shr_u - local.set $v1|54 - local.get $u0|51 - local.get $v0|52 + local.set $v1|59 + local.get $u0|56 + local.get $v0|57 i64.mul - local.set $l|55 - local.get $u1|53 - local.get $v0|52 + local.set $l|60 + local.get $u1|58 + local.get $v0|57 i64.mul - local.get $l|55 + local.get $l|60 i64.const 32 i64.shr_u i64.add - local.set $t|56 - local.get $u0|51 - local.get $v1|54 + local.set $t|61 + local.get $u0|56 + local.get $v1|59 i64.mul - local.get $t|56 + local.get $t|61 i64.const 4294967295 i64.and i64.add - local.set $w|57 - local.get $w|57 + local.set $w|62 + local.get $w|62 i64.const 2147483647 i64.add - local.set $w|57 - local.get $t|56 + local.set $w|62 + local.get $t|61 i64.const 32 i64.shr_u - local.set $t|56 - local.get $w|57 + local.set $t|61 + local.get $w|62 i64.const 32 i64.shr_u - local.set $w|57 - local.get $u1|53 - local.get $v1|54 + local.set $w|62 + local.get $u1|58 + local.get $v1|59 i64.mul - local.get $t|56 + local.get $t|61 i64.add - local.get $w|57 + local.get $w|62 i64.add br $~lib/util/number/umul64f|inlined.2 end @@ -8113,13 +8167,13 @@ local.get $wm_frc i64.sub local.set $delta - local.get $buffer|4 + local.get $buffer|5 local.get $w_frc local.get $w_exp local.get $wp_frc local.get $wp_exp local.get $delta - local.get $sign|5 + local.get $sign|6 call $~lib/util/number/genDigits br $~lib/util/number/grisu2|inlined.0 end @@ -8140,77 +8194,90 @@ i32.add return ) - (func $~lib/util/number/dtoa_buffered (param $buffer i32) (param $value f64) (result i32) + (func $~lib/util/number/dtoa_buffered (param $buffer i32) (param $value f64) (result i32) + (local $buffer|2 i32) + (local $value|3 f64) + (local $isSingle i32) (local $sign i32) - local.get $value - f64.const 0 - f64.eq - if + block $~lib/util/number/dtoa_buffered_impl|inlined.0 (result i32) local.get $buffer - i32.const 48 - i32.store16 - local.get $buffer - i32.const 46 - i32.store16 offset=2 - local.get $buffer - i32.const 48 - i32.store16 offset=4 - i32.const 3 - return - end - local.get $value - local.get $value - f64.sub - f64.const 0 - f64.eq - i32.eqz - if - local.get $value + local.set $buffer|2 local.get $value - f64.ne + local.set $value|3 + i32.const 0 + local.set $isSingle + local.get $value|3 + f64.const 0 + f64.eq if - local.get $buffer - i32.const 78 + local.get $buffer|2 + i32.const 48 i32.store16 - local.get $buffer - i32.const 97 + local.get $buffer|2 + i32.const 46 i32.store16 offset=2 - local.get $buffer - i32.const 78 + local.get $buffer|2 + i32.const 48 i32.store16 offset=4 i32.const 3 - return - else - local.get $value - f64.const 0 - f64.lt - local.set $sign - local.get $sign + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + end + local.get $value|3 + local.get $value|3 + f64.sub + f64.const 0 + f64.eq + i32.eqz + if + local.get $value|3 + local.get $value|3 + f64.ne if - local.get $buffer - i32.const 45 + local.get $buffer|2 + i32.const 78 i32.store16 - local.get $buffer - i32.const 2 + local.get $buffer|2 + i32.const 97 + i32.store16 offset=2 + local.get $buffer|2 + i32.const 78 + i32.store16 offset=4 + i32.const 3 + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + else + local.get $value|3 + f64.const 0 + f64.lt + local.set $sign + local.get $sign + if + local.get $buffer|2 + i32.const 45 + i32.store16 + local.get $buffer|2 + i32.const 2 + i32.add + local.set $buffer|2 + end + local.get $buffer|2 + i64.const 29555310648492105 + i64.store + local.get $buffer|2 + i64.const 34058970405077102 + i64.store offset=8 + i32.const 8 + local.get $sign i32.add - local.set $buffer + br $~lib/util/number/dtoa_buffered_impl|inlined.0 end - local.get $buffer - i64.const 29555310648492105 - i64.store - local.get $buffer - i64.const 34058970405077102 - i64.store offset=8 - i32.const 8 - local.get $sign - i32.add - return + unreachable end - unreachable + local.get $buffer|2 + local.get $value|3 + local.get $isSingle + call $~lib/util/number/dtoa_core + br $~lib/util/number/dtoa_buffered_impl|inlined.0 end - local.get $buffer - local.get $value - call $~lib/util/number/dtoa_core return ) (func $std/array/Ref#toString (param $this i32) (result i32) @@ -15243,7 +15310,7 @@ global.set $~argumentsLength local.get $fn i32.load - call_indirect (type $17) + call_indirect (type $18) local.set $result local.get $outStart local.get $i @@ -28990,7 +29057,7 @@ if local.get $dataStart f64.load - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $10 global.get $~lib/memory/__stack_pointer i32.const 8 @@ -29046,7 +29113,7 @@ i32.shl i32.add local.get $value - call $~lib/util/number/dtoa_buffered + call $~lib/util/number/dtoa_buffered i32.add local.set $offset local.get $sepLen @@ -29087,7 +29154,7 @@ i32.shl i32.add local.get $value - call $~lib/util/number/dtoa_buffered + call $~lib/util/number/dtoa_buffered i32.add local.set $offset local.get $estLen @@ -46812,10 +46879,12 @@ local.get $12 return ) - (func $~lib/util/number/dtoa (param $value f64) (result i32) + (func $~lib/util/number/dtoa (param $value f64) (result i32) + (local $value|1 f64) + (local $isSingle i32) (local $size i32) (local $result i32) - (local $3 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -46824,76 +46893,66 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - local.get $value - f64.const 0 - f64.eq - if - i32.const 11296 - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return - end - local.get $value - local.get $value - f64.sub - f64.const 0 - f64.eq - i32.eqz - if - local.get $value + block $~lib/util/number/dtoa_impl|inlined.0 (result i32) local.get $value - f64.ne + local.set $value|1 + i32.const 0 + local.set $isSingle + local.get $value|1 + f64.const 0 + f64.eq if - i32.const 11328 - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return + i32.const 11296 + br $~lib/util/number/dtoa_impl|inlined.0 end - i32.const 11360 - i32.const 11408 - local.get $value + local.get $value|1 + local.get $value|1 + f64.sub f64.const 0 - f64.lt - select - local.set $3 + f64.eq + i32.eqz + if + local.get $value|1 + local.get $value|1 + f64.ne + if + i32.const 11328 + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 11360 + i32.const 11408 + local.get $value|1 + f64.const 0 + f64.lt + select + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 11440 + local.get $value|1 + local.get $isSingle + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $size global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return + local.get $size + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $result + i32.store + local.get $result + i32.const 11440 + local.get $size + memory.copy + local.get $result + br $~lib/util/number/dtoa_impl|inlined.0 end - i32.const 11440 - local.get $value - call $~lib/util/number/dtoa_core - i32.const 1 - i32.shl - local.set $size - global.get $~lib/memory/__stack_pointer - local.get $size - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $result - i32.store - local.get $result - i32.const 11440 - local.get $size - memory.copy - local.get $result - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $5 return ) (func $~lib/util/number/utoa64 (param $value i64) (param $radix i32) (result i32) diff --git a/tests/compiler/std/array.release.wat b/tests/compiler/std/array.release.wat index 6a7b54d866..4ff1aba22c 100644 --- a/tests/compiler/std/array.release.wat +++ b/tests/compiler/std/array.release.wat @@ -5260,12 +5260,12 @@ (local $2 i64) (local $3 i32) (local $4 i64) - (local $5 i64) + (local $5 i32) (local $6 i64) - (local $7 i32) - (local $8 i32) + (local $7 i64) + (local $8 i64) (local $9 i32) - (local $10 i64) + (local $10 i32) (local $11 i64) (local $12 i64) (local $13 i64) @@ -5291,19 +5291,19 @@ i64.const 52 i64.shr_u i32.wrap_i64 - local.tee $7 + local.tee $5 i32.const 1 - local.get $7 + local.get $5 select i32.const 1075 i32.sub - local.tee $8 + local.tee $9 i32.const 1 i32.sub local.get $2 i64.const 4503599627370495 i64.and - local.get $7 + local.get $5 i32.const 0 i32.ne i64.extend_i32_u @@ -5318,11 +5318,11 @@ local.tee $4 i64.clz i32.wrap_i64 - local.tee $7 + local.tee $10 i32.sub - local.set $9 + local.set $5 local.get $4 - local.get $7 + local.get $10 i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_plus @@ -5332,20 +5332,20 @@ i64.eq i32.const 1 i32.add - local.tee $7 + local.tee $10 i64.extend_i32_s i64.shl i64.const 1 i64.sub - local.get $8 - local.get $7 - i32.sub local.get $9 + local.get $10 + i32.sub + local.get $5 i32.sub i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_minus - local.get $9 + local.get $5 global.set $~lib/util/number/_exp i32.const 348 i32.const -61 @@ -5358,8 +5358,8 @@ f64.add local.tee $1 i32.trunc_sat_f64_s - local.tee $7 - local.get $7 + local.tee $5 + local.get $5 f64.convert_i32_s local.get $1 f64.ne @@ -5368,18 +5368,18 @@ i32.shr_s i32.const 1 i32.add - local.tee $7 + local.tee $5 i32.const 3 i32.shl - local.tee $8 + local.tee $9 i32.sub global.set $~lib/util/number/_K - local.get $8 + local.get $9 i32.const 12520 i32.add i64.load global.set $~lib/util/number/_frc_pow - local.get $7 + local.get $5 i32.const 1 i32.shl i32.const 13216 @@ -5393,74 +5393,80 @@ local.tee $2 i64.const 4294967295 i64.and - local.set $5 - local.get $2 - i64.const 32 - i64.shr_u - local.tee $4 + local.set $6 global.get $~lib/util/number/_frc_pow - local.tee $10 + local.tee $11 i64.const 4294967295 i64.and - local.tee $11 + local.tee $12 + local.get $2 + i64.const 32 + i64.shr_u + local.tee $2 i64.mul - local.get $5 - local.get $11 + local.get $6 + local.get $12 i64.mul i64.const 32 i64.shr_u i64.add - local.set $12 + local.set $7 global.get $~lib/util/number/_frc_plus - local.tee $2 + local.tee $4 i64.const 4294967295 i64.and local.set $13 - local.get $11 - local.get $2 + local.get $4 i64.const 32 i64.shr_u - local.tee $6 + local.tee $4 + local.get $12 i64.mul - local.get $11 + local.get $12 local.get $13 i64.mul i64.const 32 i64.shr_u i64.add - local.set $14 + local.set $8 global.get $~lib/util/number/_frc_minus - local.tee $15 + local.tee $14 i64.const 4294967295 i64.and - local.set $2 - local.get $11 - local.get $15 + local.set $15 + local.get $14 i64.const 32 i64.shr_u - local.tee $15 + local.tee $14 + local.get $12 i64.mul - local.get $2 - local.get $11 + local.get $12 + local.get $15 i64.mul i64.const 32 i64.shr_u i64.add - local.set $11 - local.get $10 + local.set $12 + local.get $0 + local.get $3 + i32.const 1 + i32.shl + i32.add + local.get $0 + local.get $2 + local.get $11 i64.const 32 i64.shr_u - local.tee $10 - local.get $6 + local.tee $2 i64.mul - local.get $14 + local.get $7 i64.const 32 i64.shr_u i64.add - local.get $10 - local.get $13 + local.get $2 + local.get $6 i64.mul - local.get $14 + local.get $7 i64.const 4294967295 i64.and i64.add @@ -5469,26 +5475,17 @@ i64.const 32 i64.shr_u i64.add - i64.const 1 - i64.sub - local.set $6 - local.get $0 - local.get $3 - i32.const 1 - i32.shl - i32.add - local.get $0 + local.get $2 local.get $4 - local.get $10 i64.mul - local.get $12 + local.get $8 i64.const 32 i64.shr_u i64.add - local.get $5 - local.get $10 + local.get $2 + local.get $13 i64.mul - local.get $12 + local.get $8 i64.const 4294967295 i64.and i64.add @@ -5497,24 +5494,26 @@ i64.const 32 i64.shr_u i64.add - local.get $6 + i64.const 1 + i64.sub + local.tee $4 global.get $~lib/util/number/_exp_pow global.get $~lib/util/number/_exp i32.add i32.const -64 i32.sub - local.get $6 - local.get $10 - local.get $15 + local.get $4 + local.get $2 + local.get $14 i64.mul - local.get $11 + local.get $12 i64.const 32 i64.shr_u i64.add local.get $2 - local.get $10 + local.get $15 i64.mul - local.get $11 + local.get $12 i64.const 4294967295 i64.and i64.add @@ -5535,75 +5534,77 @@ local.get $3 i32.add ) - (func $~lib/util/number/dtoa_buffered (param $0 i32) (param $1 f64) (result i32) + (func $~lib/util/number/dtoa_buffered (param $0 i32) (param $1 f64) (result i32) (local $2 i32) - local.get $1 - f64.const 0 - f64.eq - if - local.get $0 - i32.const 48 - i32.store16 - local.get $0 - i32.const 46 - i32.store16 offset=2 - local.get $0 - i32.const 48 - i32.store16 offset=4 - i32.const 3 - return - end - local.get $1 - local.get $1 - f64.sub - f64.const 0 - f64.ne - if + block $~lib/util/number/dtoa_buffered_impl|inlined.0 (result i32) local.get $1 - local.get $1 - f64.ne + f64.const 0 + f64.eq if local.get $0 - i32.const 78 + i32.const 48 i32.store16 local.get $0 - i32.const 97 + i32.const 46 i32.store16 offset=2 local.get $0 - i32.const 78 + i32.const 48 i32.store16 offset=4 i32.const 3 - return - else + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + end + local.get $1 + local.get $1 + f64.sub + f64.const 0 + f64.ne + if local.get $1 - f64.const 0 - f64.lt - local.tee $2 + local.get $1 + f64.ne if local.get $0 - i32.const 45 + i32.const 78 i32.store16 local.get $0 - i32.const 2 + i32.const 97 + i32.store16 offset=2 + local.get $0 + i32.const 78 + i32.store16 offset=4 + i32.const 3 + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + else + local.get $1 + f64.const 0 + f64.lt + local.tee $2 + if + local.get $0 + i32.const 45 + i32.store16 + local.get $0 + i32.const 2 + i32.add + local.set $0 + end + local.get $0 + i64.const 29555310648492105 + i64.store + local.get $0 + i64.const 34058970405077102 + i64.store offset=8 + local.get $2 + i32.const 8 i32.add - local.set $0 + br $~lib/util/number/dtoa_buffered_impl|inlined.0 end - local.get $0 - i64.const 29555310648492105 - i64.store - local.get $0 - i64.const 34058970405077102 - i64.store offset=8 - local.get $2 - i32.const 8 - i32.add - return + unreachable end - unreachable + local.get $0 + local.get $1 + call $~lib/util/number/dtoa_core end - local.get $0 - local.get $1 - call $~lib/util/number/dtoa_core ) (func $~lib/util/number/itoa_buffered (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -15624,65 +15625,51 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - local.get $3 - f64.const 0 - f64.eq - if - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 12320 - local.set $0 - br $folding-inner1 - end - local.get $3 - local.get $3 - f64.sub - f64.const 0 - f64.ne - if + i32.const 12320 + local.set $0 + block $~lib/util/number/dtoa_impl|inlined.0 + local.get $3 + f64.const 0 + f64.eq + br_if $~lib/util/number/dtoa_impl|inlined.0 local.get $3 local.get $3 + f64.sub + f64.const 0 f64.ne if - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer i32.const 12352 local.set $0 - br $folding-inner1 + local.get $3 + local.get $3 + f64.ne + br_if $~lib/util/number/dtoa_impl|inlined.0 + i32.const 12384 + i32.const 12432 + local.get $3 + f64.const 0 + f64.lt + select + local.set $0 + br $~lib/util/number/dtoa_impl|inlined.0 end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 12384 - i32.const 12432 + i32.const 12464 local.get $3 - f64.const 0 - f64.lt - select - local.set $0 - br $folding-inner1 + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + local.get $0 + i32.const 12464 + local.get $1 + memory.copy end - i32.const 12464 - local.get $3 - call $~lib/util/number/dtoa_core - i32.const 1 - i32.shl - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $0 - i32.store - local.get $0 - i32.const 12464 - local.get $1 - memory.copy global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -15727,7 +15714,7 @@ i32.shl i32.add f64.load - call $~lib/util/number/dtoa_buffered + call $~lib/util/number/dtoa_buffered local.get $2 i32.add local.set $2 @@ -15766,7 +15753,7 @@ i32.shl i32.add f64.load - call $~lib/util/number/dtoa_buffered + call $~lib/util/number/dtoa_buffered local.get $2 i32.add local.tee $0 diff --git a/tests/compiler/std/string.debug.wat b/tests/compiler/std/string.debug.wat index b66caa8920..7970a9b62e 100644 --- a/tests/compiler/std/string.debug.wat +++ b/tests/compiler/std/string.debug.wat @@ -20,10 +20,11 @@ (type $18 (func (param i32 i64 i32 i32))) (type $19 (func (param i64) (result i32))) (type $20 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) - (type $21 (func (param i32 f64) (result i32))) + (type $21 (func (param i32 f64 i32) (result i32))) (type $22 (func (param i32) (result f32))) (type $23 (func (param i32 i32 i32 i32) (result i32))) (type $24 (func (param f64) (result i32))) + (type $25 (func (param f32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $std/string/str (mut i32) (i32.const 32)) (global $std/string/nullStr (mut i32) (i32.const 0)) @@ -67,10 +68,12 @@ (global $~lib/util/number/_K (mut i32) (i32.const 0)) (global $~lib/util/number/_frc_pow (mut i64) (i64.const 0)) (global $~lib/util/number/_exp_pow (mut i32) (i32.const 0)) - (global $~lib/rt/__rtti_base i32 (i32.const 25392)) - (global $~lib/memory/__data_end i32 (i32.const 25420)) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 58188)) - (global $~lib/memory/__heap_base i32 (i32.const 58188)) + (global $~lib/builtins/f32.EPSILON f32 (f32.const 1.1920928955078125e-07)) + (global $~lib/builtins/f32.MAX_VALUE f32 (f32.const 3402823466385288598117041e14)) + (global $~lib/rt/__rtti_base i32 (i32.const 25584)) + (global $~lib/memory/__data_end i32 (i32.const 25612)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 58380)) + (global $~lib/memory/__heap_base i32 (i32.const 58380)) (memory $0 1) (data $0 (i32.const 12) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00h\00i\00,\00 \00I\00\'\00m\00 \00a\00 \00s\00t\00r\00i\00n\00g\00\00\00\00\00\00\00\00\00\00\00\00\00") (data $1 (i32.const 76) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00s\00t\00d\00/\00s\00t\00r\00i\00n\00g\00.\00t\00s\00\00\00") @@ -502,48 +505,52 @@ (data $427 (i32.const 23248) "\01\00\00\00\n\00\00\00d\00\00\00\e8\03\00\00\10\'\00\00\a0\86\01\00@B\0f\00\80\96\98\00\00\e1\f5\05\00\ca\9a;") (data $428 (i32.const 23292) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00,\00\00\00-\002\00.\002\002\000\004\004\006\000\004\009\002\005\000\003\001\003\00e\00-\001\006\00") (data $429 (i32.const 23356) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\000\00\00\00-\001\00.\007\009\007\006\009\003\001\003\004\008\006\002\003\001\005\007\00e\00+\003\000\008\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $430 (i32.const 23436) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00,\00\00\004\00.\001\008\005\005\008\000\004\009\006\008\002\001\003\005\007\00e\00+\002\009\008\00") - (data $431 (i32.const 23500) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\002\00.\002\002\005\000\007\003\008\005\008\005\000\007\002\000\001\004\00e\00-\003\000\008\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $432 (i32.const 23580) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\004\00.\009\004\000\006\005\006\00e\00-\003\001\008\00\00\00") - (data $433 (i32.const 23628) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\009\000\006\000\008\000\001\001\005\003\004\003\003\006\000\000\00.\000\00\00\00\00\00\00\00\00\00") - (data $434 (i32.const 23692) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\004\007\000\008\003\005\006\000\002\004\007\001\001\005\001\002\000\000\000\00.\000\00\00\00") - (data $435 (i32.const 23756) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\009\004\000\009\003\004\000\000\001\002\005\006\008\002\004\008\000\000\000\00.\000\00\00\00") - (data $436 (i32.const 23820) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\00.\000\00\00\00\00\00\00\00") - (data $437 (i32.const 23852) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00-\001\00.\000\00\00\00\00\00") - (data $438 (i32.const 23884) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00-\000\00.\001\00\00\00\00\00") - (data $439 (i32.const 23916) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\001\000\000\000\000\000\000\00.\000\00\00\00\00\00\00\00\00\00\00\00") - (data $440 (i32.const 23964) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\000\00.\000\000\000\000\000\001\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $441 (i32.const 24012) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00-\001\000\000\000\000\000\000\00.\000\00\00\00\00\00\00\00\00\00") - (data $442 (i32.const 24060) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00-\000\00.\000\000\000\000\000\001\00\00\00\00\00\00\00\00\00\00\00") - (data $443 (i32.const 24108) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\001\000\000\000\000\000\000\000\00.\000\00\00\00\00\00\00\00\00\00") - (data $444 (i32.const 24156) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\00e\00-\007\00\00\00\00\00") - (data $445 (i32.const 24188) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00-\001\00e\00+\003\000\008\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $446 (i32.const 24236) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\00e\00-\003\000\008\00") - (data $447 (i32.const 24268) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00-\001\00e\00-\003\000\008\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $448 (i32.const 24316) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\00e\00-\003\002\003\00") - (data $449 (i32.const 24348) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00-\001\00e\00-\003\002\003\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $450 (i32.const 24396) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\004\002\009\004\009\006\007\002\007\002\00.\000\00\00\00\00\00") - (data $451 (i32.const 24444) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\001\00.\002\003\001\002\001\004\005\006\007\003\004\005\006\002\003\004\00e\00-\008\00\00\00") - (data $452 (i32.const 24508) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\005\005\005\005\005\005\005\005\005\00.\005\005\005\005\005\005\006\00\00\00\00\00\00\00\00\00\00\00") - (data $453 (i32.const 24572) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\000\00.\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\00\00\00\00\00\00\00\00\00") - (data $454 (i32.const 24636) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\001\002\00.\003\004\00\00\00") - (data $455 (i32.const 24668) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\000\00.\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\00\00\00\00\00\00\00\00\00") - (data $456 (i32.const 24732) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\001\002\003\004\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\00.\000\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $457 (i32.const 24812) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\001\00.\002\003\004\00e\00+\002\001\00\00\00\00\00\00\00\00\00\00\00") - (data $458 (i32.const 24860) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\002\00.\007\001\008\002\008\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $459 (i32.const 24908) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\000\00.\000\002\007\001\008\002\008\00\00\00\00\00\00\00\00\00\00\00") - (data $460 (i32.const 24956) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\002\007\001\00.\008\002\008\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $461 (i32.const 25004) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\001\00.\001\00e\00+\001\002\008\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $462 (i32.const 25052) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\001\00.\001\00e\00-\006\004\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data $463 (i32.const 25100) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\000\00.\000\000\000\000\003\005\006\008\009\00\00\00\00\00\00\00") - (data $464 (i32.const 25148) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00H\00e\00l\00l\00o\00 \00") - (data $465 (i32.const 25180) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00W\00o\00r\00l\00d\00\00\00") - (data $466 (i32.const 25212) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00H\00e\00l\00l\00o\00 \00W\00o\00r\00l\00d\00\00\00\00\00\00\00") - (data $467 (i32.const 25260) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00b\00a\00r\00\00\00\00\00\00\00") - (data $468 (i32.const 25292) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\c0\00\c8\00\00\00\00\00\00\00\00\00") - (data $469 (i32.const 25324) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\d8S\cf\91\00\00\00\00\00\00\00\00") - (data $470 (i32.const 25356) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\d8\0e\dfA\d81\df\00\00\00\00") - (data $471 (i32.const 25392) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00\02A\00\00") + (data $430 (i32.const 23436) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\001\00.\001\009\002\000\009\002\009\00e\00-\007\00\00\00\00\00") + (data $431 (i32.const 23484) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\00-\001\00.\001\009\002\000\009\002\009\00e\00-\007\00\00\00") + (data $432 (i32.const 23532) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\003\00.\004\000\002\008\002\003\005\00e\00+\003\008\00\00\00") + (data $433 (i32.const 23580) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1c\00\00\00-\003\00.\004\000\002\008\002\003\005\00e\00+\003\008\00") + (data $434 (i32.const 23628) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00,\00\00\004\00.\001\008\005\005\008\000\004\009\006\008\002\001\003\005\007\00e\00+\002\009\008\00") + (data $435 (i32.const 23692) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\002\00.\002\002\005\000\007\003\008\005\008\005\000\007\002\000\001\004\00e\00-\003\000\008\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $436 (i32.const 23772) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1a\00\00\004\00.\009\004\000\006\005\006\00e\00-\003\001\008\00\00\00") + (data $437 (i32.const 23820) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\009\000\006\000\008\000\001\001\005\003\004\003\003\006\000\000\00.\000\00\00\00\00\00\00\00\00\00") + (data $438 (i32.const 23884) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\004\007\000\008\003\005\006\000\002\004\007\001\001\005\001\002\000\000\000\00.\000\00\00\00") + (data $439 (i32.const 23948) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\009\004\000\009\003\004\000\000\001\002\005\006\008\002\004\008\000\000\000\00.\000\00\00\00") + (data $440 (i32.const 24012) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\001\00.\000\00\00\00\00\00\00\00") + (data $441 (i32.const 24044) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00-\001\00.\000\00\00\00\00\00") + (data $442 (i32.const 24076) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00-\000\00.\001\00\00\00\00\00") + (data $443 (i32.const 24108) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\001\000\000\000\000\000\000\00.\000\00\00\00\00\00\00\00\00\00\00\00") + (data $444 (i32.const 24156) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\000\00.\000\000\000\000\000\001\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $445 (i32.const 24204) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00-\001\000\000\000\000\000\000\00.\000\00\00\00\00\00\00\00\00\00") + (data $446 (i32.const 24252) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00-\000\00.\000\000\000\000\000\001\00\00\00\00\00\00\00\00\00\00\00") + (data $447 (i32.const 24300) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\001\000\000\000\000\000\000\000\00.\000\00\00\00\00\00\00\00\00\00") + (data $448 (i32.const 24348) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\001\00e\00-\007\00\00\00\00\00") + (data $449 (i32.const 24380) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00-\001\00e\00+\003\000\008\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $450 (i32.const 24428) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\00e\00-\003\000\008\00") + (data $451 (i32.const 24460) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00-\001\00e\00-\003\000\008\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $452 (i32.const 24508) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\001\00e\00-\003\002\003\00") + (data $453 (i32.const 24540) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\00-\001\00e\00-\003\002\003\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $454 (i32.const 24588) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\18\00\00\004\002\009\004\009\006\007\002\007\002\00.\000\00\00\00\00\00") + (data $455 (i32.const 24636) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00*\00\00\001\00.\002\003\001\002\001\004\005\006\007\003\004\005\006\002\003\004\00e\00-\008\00\00\00") + (data $456 (i32.const 24700) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\005\005\005\005\005\005\005\005\005\00.\005\005\005\005\005\005\006\00\00\00\00\00\00\00\00\00\00\00") + (data $457 (i32.const 24764) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\000\00.\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\00\00\00\00\00\00\00\00\00") + (data $458 (i32.const 24828) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\001\002\00.\003\004\00\00\00") + (data $459 (i32.const 24860) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\000\00.\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\00\00\00\00\00\00\00\00\00") + (data $460 (i32.const 24924) "L\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00.\00\00\001\002\003\004\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\00.\000\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $461 (i32.const 25004) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\001\00.\002\003\004\00e\00+\002\001\00\00\00\00\00\00\00\00\00\00\00") + (data $462 (i32.const 25052) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\002\00.\007\001\008\002\008\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $463 (i32.const 25100) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\000\00.\000\002\007\001\008\002\008\00\00\00\00\00\00\00\00\00\00\00") + (data $464 (i32.const 25148) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\002\007\001\00.\008\002\008\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $465 (i32.const 25196) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\10\00\00\001\00.\001\00e\00+\001\002\008\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $466 (i32.const 25244) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0e\00\00\001\00.\001\00e\00-\006\004\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $467 (i32.const 25292) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\000\00.\000\000\000\000\003\005\006\008\009\00\00\00\00\00\00\00") + (data $468 (i32.const 25340) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\0c\00\00\00H\00e\00l\00l\00o\00 \00") + (data $469 (i32.const 25372) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00W\00o\00r\00l\00d\00\00\00") + (data $470 (i32.const 25404) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\16\00\00\00H\00e\00l\00l\00o\00 \00W\00o\00r\00l\00d\00\00\00\00\00\00\00") + (data $471 (i32.const 25452) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00b\00a\00r\00\00\00\00\00\00\00") + (data $472 (i32.const 25484) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\c0\00\c8\00\00\00\00\00\00\00\00\00") + (data $473 (i32.const 25516) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00\d8S\cf\91\00\00\00\00\00\00\00\00") + (data $474 (i32.const 25548) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00A\d8\0e\dfA\d81\df\00\00\00\00") + (data $475 (i32.const 25584) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00\02A\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "getString" (func $std/string/getString)) @@ -4924,26 +4931,30 @@ end unreachable ) - (func $~lib/util/number/dtoa_core (param $buffer i32) (param $value f64) (result i32) + (func $~lib/util/number/dtoa_core (param $buffer i32) (param $value f64) (param $isSingle i32) (result i32) (local $sign i32) - (local $value|3 f64) - (local $buffer|4 i32) - (local $sign|5 i32) - (local $uv i64) - (local $exp i32) - (local $sid i64) + (local $value|4 f64) + (local $buffer|5 i32) + (local $sign|6 i32) + (local $isSingle|7 i32) (local $frc i64) + (local $exp i32) + (local $uv i32) + (local $sid i32) + (local $uv|12 i64) + (local $sid|13 i64) (local $f i64) (local $e i32) - (local $frc|12 i64) - (local $exp|13 i32) + (local $isSingle|16 i32) + (local $frc|17 i64) + (local $exp|18 i32) (local $off i32) (local $m i32) (local $minExp i32) (local $dk f64) (local $k i32) (local $index i32) - (local $off|20 i32) + (local $off|25 i32) (local $frc_pow i64) (local $exp_pow i32) (local $u i64) @@ -4959,28 +4970,28 @@ (local $e1 i32) (local $e2 i32) (local $w_exp i32) - (local $u|36 i64) - (local $v|37 i64) - (local $u0|38 i64) - (local $v0|39 i64) - (local $u1|40 i64) - (local $v1|41 i64) - (local $l|42 i64) - (local $t|43 i64) - (local $w|44 i64) + (local $u|41 i64) + (local $v|42 i64) + (local $u0|43 i64) + (local $v0|44 i64) + (local $u1|45 i64) + (local $v1|46 i64) + (local $l|47 i64) + (local $t|48 i64) + (local $w|49 i64) (local $wp_frc i64) - (local $e1|46 i32) - (local $e2|47 i32) + (local $e1|51 i32) + (local $e2|52 i32) (local $wp_exp i32) - (local $u|49 i64) - (local $v|50 i64) - (local $u0|51 i64) - (local $v0|52 i64) - (local $u1|53 i64) - (local $v1|54 i64) - (local $l|55 i64) - (local $t|56 i64) - (local $w|57 i64) + (local $u|54 i64) + (local $v|55 i64) + (local $u0|56 i64) + (local $v0|57 i64) + (local $u1|58 i64) + (local $v1|59 i64) + (local $l|60 i64) + (local $t|61 i64) + (local $w|62 i64) (local $wm_frc i64) (local $delta i64) (local $len i32) @@ -4999,77 +5010,127 @@ end block $~lib/util/number/grisu2|inlined.0 (result i32) local.get $value - local.set $value|3 + local.set $value|4 local.get $buffer - local.set $buffer|4 + local.set $buffer|5 local.get $sign - local.set $sign|5 - local.get $value|3 - i64.reinterpret_f64 - local.set $uv - local.get $uv - i64.const 9218868437227405312 - i64.and - i64.const 52 - i64.shr_u - i32.wrap_i64 - local.set $exp - local.get $uv - i64.const 4503599627370495 - i64.and - local.set $sid - local.get $exp - i32.const 0 - i32.ne - i64.extend_i32_u - i64.const 52 - i64.shl - local.get $sid - i64.add - local.set $frc - local.get $exp - i32.const 1 - local.get $exp - select - i32.const 1023 - i32.const 52 - i32.add - i32.sub - local.set $exp + local.set $sign|6 + local.get $isSingle + local.set $isSingle|7 + local.get $isSingle|7 + if + local.get $value|4 + f32.demote_f64 + i32.reinterpret_f32 + local.set $uv + local.get $uv + i32.const 2139095040 + i32.and + i32.const 23 + i32.shr_u + local.set $exp + local.get $uv + i32.const 8388607 + i32.and + local.set $sid + local.get $exp + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 23 + i64.shl + local.get $sid + i64.extend_i32_u + i64.add + local.set $frc + local.get $exp + if (result i32) + local.get $exp + else + i32.const 1 + end + i32.const 127 + i32.const 23 + i32.add + i32.sub + local.set $exp + else + local.get $value|4 + i64.reinterpret_f64 + local.set $uv|12 + local.get $uv|12 + i64.const 9218868437227405312 + i64.and + i64.const 52 + i64.shr_u + i32.wrap_i64 + local.set $exp + local.get $uv|12 + i64.const 4503599627370495 + i64.and + local.set $sid|13 + local.get $exp + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 52 + i64.shl + local.get $sid|13 + i64.add + local.set $frc + local.get $exp + if (result i32) + local.get $exp + else + i32.const 1 + end + i32.const 1023 + i32.const 52 + i32.add + i32.sub + local.set $exp + end local.get $frc local.set $f local.get $exp local.set $e + local.get $isSingle|7 + local.set $isSingle|16 local.get $f i64.const 1 i64.shl i64.const 1 i64.add - local.set $frc|12 + local.set $frc|17 local.get $e i32.const 1 i32.sub - local.set $exp|13 - local.get $frc|12 + local.set $exp|18 + local.get $frc|17 i64.clz i32.wrap_i64 local.set $off - local.get $frc|12 + local.get $frc|17 local.get $off i64.extend_i32_s i64.shl - local.set $frc|12 - local.get $exp|13 + local.set $frc|17 + local.get $exp|18 local.get $off i32.sub - local.set $exp|13 + local.set $exp|18 i32.const 1 local.get $f - i64.const 4503599627370496 + local.get $isSingle|16 + if (result i64) + i64.const 8388608 + else + i64.const 4503599627370496 + end i64.eq i32.add local.set $m - local.get $frc|12 + local.get $frc|17 global.set $~lib/util/number/_frc_plus local.get $f local.get $m @@ -5080,12 +5141,12 @@ local.get $e local.get $m i32.sub - local.get $exp|13 + local.get $exp|18 i32.sub i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_minus - local.get $exp|13 + local.get $exp|18 global.set $~lib/util/number/_exp global.get $~lib/util/number/_exp local.set $minExp @@ -5137,14 +5198,14 @@ local.get $frc i64.clz i32.wrap_i64 - local.set $off|20 + local.set $off|25 local.get $frc - local.get $off|20 + local.get $off|25 i64.extend_i32_s i64.shl local.set $frc local.get $exp - local.get $off|20 + local.get $off|25 i32.sub local.set $exp global.get $~lib/util/number/_frc_pow @@ -5229,63 +5290,63 @@ local.set $w_exp block $~lib/util/number/umul64f|inlined.1 (result i64) global.get $~lib/util/number/_frc_plus - local.set $u|36 + local.set $u|41 local.get $frc_pow - local.set $v|37 - local.get $u|36 + local.set $v|42 + local.get $u|41 i64.const 4294967295 i64.and - local.set $u0|38 - local.get $v|37 + local.set $u0|43 + local.get $v|42 i64.const 4294967295 i64.and - local.set $v0|39 - local.get $u|36 + local.set $v0|44 + local.get $u|41 i64.const 32 i64.shr_u - local.set $u1|40 - local.get $v|37 + local.set $u1|45 + local.get $v|42 i64.const 32 i64.shr_u - local.set $v1|41 - local.get $u0|38 - local.get $v0|39 + local.set $v1|46 + local.get $u0|43 + local.get $v0|44 i64.mul - local.set $l|42 - local.get $u1|40 - local.get $v0|39 + local.set $l|47 + local.get $u1|45 + local.get $v0|44 i64.mul - local.get $l|42 + local.get $l|47 i64.const 32 i64.shr_u i64.add - local.set $t|43 - local.get $u0|38 - local.get $v1|41 + local.set $t|48 + local.get $u0|43 + local.get $v1|46 i64.mul - local.get $t|43 + local.get $t|48 i64.const 4294967295 i64.and i64.add - local.set $w|44 - local.get $w|44 + local.set $w|49 + local.get $w|49 i64.const 2147483647 i64.add - local.set $w|44 - local.get $t|43 + local.set $w|49 + local.get $t|48 i64.const 32 i64.shr_u - local.set $t|43 - local.get $w|44 + local.set $t|48 + local.get $w|49 i64.const 32 i64.shr_u - local.set $w|44 - local.get $u1|40 - local.get $v1|41 + local.set $w|49 + local.get $u1|45 + local.get $v1|46 i64.mul - local.get $t|43 + local.get $t|48 i64.add - local.get $w|44 + local.get $w|49 i64.add br $~lib/util/number/umul64f|inlined.1 end @@ -5294,11 +5355,11 @@ local.set $wp_frc block $~lib/util/number/umul64e|inlined.1 (result i32) global.get $~lib/util/number/_exp - local.set $e1|46 + local.set $e1|51 local.get $exp_pow - local.set $e2|47 - local.get $e1|46 - local.get $e2|47 + local.set $e2|52 + local.get $e1|51 + local.get $e2|52 i32.add i32.const 64 i32.add @@ -5307,63 +5368,63 @@ local.set $wp_exp block $~lib/util/number/umul64f|inlined.2 (result i64) global.get $~lib/util/number/_frc_minus - local.set $u|49 + local.set $u|54 local.get $frc_pow - local.set $v|50 - local.get $u|49 + local.set $v|55 + local.get $u|54 i64.const 4294967295 i64.and - local.set $u0|51 - local.get $v|50 + local.set $u0|56 + local.get $v|55 i64.const 4294967295 i64.and - local.set $v0|52 - local.get $u|49 + local.set $v0|57 + local.get $u|54 i64.const 32 i64.shr_u - local.set $u1|53 - local.get $v|50 + local.set $u1|58 + local.get $v|55 i64.const 32 i64.shr_u - local.set $v1|54 - local.get $u0|51 - local.get $v0|52 + local.set $v1|59 + local.get $u0|56 + local.get $v0|57 i64.mul - local.set $l|55 - local.get $u1|53 - local.get $v0|52 + local.set $l|60 + local.get $u1|58 + local.get $v0|57 i64.mul - local.get $l|55 + local.get $l|60 i64.const 32 i64.shr_u i64.add - local.set $t|56 - local.get $u0|51 - local.get $v1|54 + local.set $t|61 + local.get $u0|56 + local.get $v1|59 i64.mul - local.get $t|56 + local.get $t|61 i64.const 4294967295 i64.and i64.add - local.set $w|57 - local.get $w|57 + local.set $w|62 + local.get $w|62 i64.const 2147483647 i64.add - local.set $w|57 - local.get $t|56 + local.set $w|62 + local.get $t|61 i64.const 32 i64.shr_u - local.set $t|56 - local.get $w|57 + local.set $t|61 + local.get $w|62 i64.const 32 i64.shr_u - local.set $w|57 - local.get $u1|53 - local.get $v1|54 + local.set $w|62 + local.get $u1|58 + local.get $v1|59 i64.mul - local.get $t|56 + local.get $t|61 i64.add - local.get $w|57 + local.get $w|62 i64.add br $~lib/util/number/umul64f|inlined.2 end @@ -5374,13 +5435,13 @@ local.get $wm_frc i64.sub local.set $delta - local.get $buffer|4 + local.get $buffer|5 local.get $w_frc local.get $w_exp local.get $wp_frc local.get $wp_exp local.get $delta - local.get $sign|5 + local.get $sign|6 call $~lib/util/number/genDigits br $~lib/util/number/grisu2|inlined.0 end @@ -5571,8 +5632,8 @@ global.get $~lib/memory/__data_end i32.lt_s if - i32.const 58208 - i32.const 58256 + i32.const 58400 + i32.const 58448 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -27042,7 +27103,7 @@ unreachable end f64.const 0 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27065,7 +27126,7 @@ unreachable end f64.const -0 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27088,7 +27149,7 @@ unreachable end f64.const nan:0x8000000000000 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27111,7 +27172,7 @@ unreachable end f64.const inf - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27135,7 +27196,7 @@ end f64.const inf f64.neg - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27158,7 +27219,7 @@ unreachable end global.get $~lib/builtins/f64.EPSILON - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27182,7 +27243,7 @@ end global.get $~lib/builtins/f64.EPSILON f64.neg - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27205,7 +27266,7 @@ unreachable end global.get $~lib/builtins/f64.MAX_VALUE - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27229,7 +27290,7 @@ end global.get $~lib/builtins/f64.MAX_VALUE f64.neg - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27251,8 +27312,8 @@ call $~lib/builtins/abort unreachable end - f64.const 4185580496821356722454785e274 - call $~lib/util/number/dtoa + global.get $~lib/builtins/f32.EPSILON + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27274,14 +27335,15 @@ call $~lib/builtins/abort unreachable end - f64.const 2.2250738585072014e-308 - call $~lib/util/number/dtoa + global.get $~lib/builtins/f32.EPSILON + f32.neg + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 23520 + i32.const 23504 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27297,8 +27359,32 @@ call $~lib/builtins/abort unreachable end - f64.const 4.940656e-318 - call $~lib/util/number/dtoa + global.get $~lib/builtins/f32.MAX_VALUE + call $~lib/util/number/dtoa + local.set $55 + global.get $~lib/memory/__stack_pointer + local.get $55 + i32.store + local.get $55 + i32.const 23552 + local.set $55 + global.get $~lib/memory/__stack_pointer + local.get $55 + i32.store offset=4 + local.get $55 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 747 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/builtins/f32.MAX_VALUE + f32.neg + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27315,13 +27401,13 @@ if i32.const 0 i32.const 96 - i32.const 749 + i32.const 748 i32.const 1 call $~lib/builtins/abort unreachable end - f64.const 9060801153433600 - call $~lib/util/number/dtoa + f64.const 4185580496821356722454785e274 + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27338,13 +27424,13 @@ if i32.const 0 i32.const 96 - i32.const 750 + i32.const 749 i32.const 1 call $~lib/builtins/abort unreachable end - f64.const 4708356024711512064 - call $~lib/util/number/dtoa + f64.const 2.2250738585072014e-308 + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27358,6 +27444,29 @@ local.get $55 call $~lib/string/String.__eq i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 750 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + f64.const 4.940656e-318 + call $~lib/util/number/dtoa + local.set $55 + global.get $~lib/memory/__stack_pointer + local.get $55 + i32.store + local.get $55 + i32.const 23792 + local.set $55 + global.get $~lib/memory/__stack_pointer + local.get $55 + i32.store offset=4 + local.get $55 + call $~lib/string/String.__eq + i32.eqz if i32.const 0 i32.const 96 @@ -27366,14 +27475,14 @@ call $~lib/builtins/abort unreachable end - f64.const 9409340012568248320 - call $~lib/util/number/dtoa + f64.const 9060801153433600 + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 23776 + i32.const 23840 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27389,8 +27498,54 @@ call $~lib/builtins/abort unreachable end + f64.const 4708356024711512064 + call $~lib/util/number/dtoa + local.set $55 + global.get $~lib/memory/__stack_pointer + local.get $55 + i32.store + local.get $55 + i32.const 23904 + local.set $55 + global.get $~lib/memory/__stack_pointer + local.get $55 + i32.store offset=4 + local.get $55 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 753 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + f64.const 9409340012568248320 + call $~lib/util/number/dtoa + local.set $55 + global.get $~lib/memory/__stack_pointer + local.get $55 + i32.store + local.get $55 + i32.const 23968 + local.set $55 + global.get $~lib/memory/__stack_pointer + local.get $55 + i32.store offset=4 + local.get $55 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 754 + i32.const 1 + call $~lib/builtins/abort + unreachable + end f64.const 5e-324 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27407,19 +27562,19 @@ if i32.const 0 i32.const 96 - i32.const 753 + i32.const 755 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 23840 + i32.const 24032 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27430,13 +27585,13 @@ if i32.const 0 i32.const 96 - i32.const 759 + i32.const 757 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 0.1 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27453,19 +27608,19 @@ if i32.const 0 i32.const 96 - i32.const 760 + i32.const 758 i32.const 1 call $~lib/builtins/abort unreachable end f64.const -1 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 23872 + i32.const 24064 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27476,19 +27631,19 @@ if i32.const 0 i32.const 96 - i32.const 761 + i32.const 759 i32.const 1 call $~lib/builtins/abort unreachable end f64.const -0.1 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 23904 + i32.const 24096 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27499,19 +27654,19 @@ if i32.const 0 i32.const 96 - i32.const 762 + i32.const 760 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1e6 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 23936 + i32.const 24128 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27522,19 +27677,19 @@ if i32.const 0 i32.const 96 - i32.const 764 + i32.const 762 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1e-06 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 23984 + i32.const 24176 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27545,19 +27700,19 @@ if i32.const 0 i32.const 96 - i32.const 765 + i32.const 763 i32.const 1 call $~lib/builtins/abort unreachable end f64.const -1e6 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24032 + i32.const 24224 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27568,19 +27723,19 @@ if i32.const 0 i32.const 96 - i32.const 766 + i32.const 764 i32.const 1 call $~lib/builtins/abort unreachable end f64.const -1e-06 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24080 + i32.const 24272 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27591,19 +27746,19 @@ if i32.const 0 i32.const 96 - i32.const 767 + i32.const 765 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1e7 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24128 + i32.const 24320 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27614,19 +27769,19 @@ if i32.const 0 i32.const 96 - i32.const 768 + i32.const 766 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1e-07 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24176 + i32.const 24368 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27637,13 +27792,13 @@ if i32.const 0 i32.const 96 - i32.const 769 + i32.const 767 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1.e+308 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27660,19 +27815,19 @@ if i32.const 0 i32.const 96 - i32.const 771 + i32.const 769 i32.const 1 call $~lib/builtins/abort unreachable end f64.const -1.e+308 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24208 + i32.const 24400 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27683,13 +27838,13 @@ if i32.const 0 i32.const 96 - i32.const 772 + i32.const 770 i32.const 1 call $~lib/builtins/abort unreachable end f64.const inf - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27706,13 +27861,13 @@ if i32.const 0 i32.const 96 - i32.const 773 + i32.const 771 i32.const 1 call $~lib/builtins/abort unreachable end f64.const -inf - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27729,19 +27884,19 @@ if i32.const 0 i32.const 96 - i32.const 774 + i32.const 772 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1e-308 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24256 + i32.const 24448 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27752,19 +27907,19 @@ if i32.const 0 i32.const 96 - i32.const 775 + i32.const 773 i32.const 1 call $~lib/builtins/abort unreachable end f64.const -1e-308 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24288 + i32.const 24480 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27775,19 +27930,19 @@ if i32.const 0 i32.const 96 - i32.const 776 + i32.const 774 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1e-323 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24336 + i32.const 24528 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27798,19 +27953,19 @@ if i32.const 0 i32.const 96 - i32.const 777 + i32.const 775 i32.const 1 call $~lib/builtins/abort unreachable end f64.const -1e-323 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24368 + i32.const 24560 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27821,13 +27976,13 @@ if i32.const 0 i32.const 96 - i32.const 778 + i32.const 776 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 0 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27844,19 +27999,19 @@ if i32.const 0 i32.const 96 - i32.const 779 + i32.const 777 i32.const 1 call $~lib/builtins/abort unreachable end - f64.const 4294967272 - call $~lib/util/number/dtoa + i32.const -24 + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24416 + i32.const 24608 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27867,19 +28022,19 @@ if i32.const 0 i32.const 96 - i32.const 781 + i32.const 779 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1.2312145673456234e-08 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24464 + i32.const 24656 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27890,19 +28045,19 @@ if i32.const 0 i32.const 96 - i32.const 782 + i32.const 780 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 555555555.5555556 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24528 + i32.const 24720 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27913,19 +28068,19 @@ if i32.const 0 i32.const 96 - i32.const 784 + i32.const 781 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 0.9999999999999999 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24592 + i32.const 24784 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27936,19 +28091,19 @@ if i32.const 0 i32.const 96 - i32.const 785 + i32.const 782 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 23840 + i32.const 24032 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27959,19 +28114,19 @@ if i32.const 0 i32.const 96 - i32.const 786 + i32.const 783 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 12.34 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24656 + i32.const 24848 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -27982,7 +28137,7 @@ if i32.const 0 i32.const 96 - i32.const 787 + i32.const 784 i32.const 1 call $~lib/builtins/abort unreachable @@ -27990,13 +28145,13 @@ f64.const 1 f64.const 3 f64.div - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24688 + i32.const 24880 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28007,19 +28162,19 @@ if i32.const 0 i32.const 96 - i32.const 789 + i32.const 785 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1234e17 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24752 + i32.const 24944 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28030,19 +28185,19 @@ if i32.const 0 i32.const 96 - i32.const 790 + i32.const 786 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1234e18 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24832 + i32.const 25024 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28053,19 +28208,19 @@ if i32.const 0 i32.const 96 - i32.const 791 + i32.const 787 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 2.71828 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24880 + i32.const 25072 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28076,19 +28231,19 @@ if i32.const 0 i32.const 96 - i32.const 792 + i32.const 788 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 0.0271828 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24928 + i32.const 25120 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28099,19 +28254,19 @@ if i32.const 0 i32.const 96 - i32.const 793 + i32.const 789 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 271.828 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 24976 + i32.const 25168 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28122,19 +28277,19 @@ if i32.const 0 i32.const 96 - i32.const 794 + i32.const 790 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1.1e+128 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 25024 + i32.const 25216 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28145,19 +28300,19 @@ if i32.const 0 i32.const 96 - i32.const 795 + i32.const 791 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1.1e-64 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 25072 + i32.const 25264 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28168,19 +28323,19 @@ if i32.const 0 i32.const 96 - i32.const 796 + i32.const 792 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 0.000035689 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 25120 + i32.const 25312 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28191,18 +28346,18 @@ if i32.const 0 i32.const 96 - i32.const 797 + i32.const 793 i32.const 1 call $~lib/builtins/abort unreachable end - i32.const 25168 + i32.const 25360 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store offset=8 local.get $55 - i32.const 25200 + i32.const 25392 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28214,7 +28369,7 @@ local.get $55 i32.store local.get $55 - i32.const 25232 + i32.const 25424 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28225,7 +28380,7 @@ if i32.const 0 i32.const 96 - i32.const 802 + i32.const 820 i32.const 1 call $~lib/builtins/abort unreachable @@ -28236,7 +28391,7 @@ local.get $55 i32.store offset=8 local.get $55 - i32.const 25280 + i32.const 25472 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28248,7 +28403,7 @@ local.get $55 i32.store local.get $55 - i32.const 25280 + i32.const 25472 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28259,12 +28414,12 @@ if i32.const 0 i32.const 96 - i32.const 803 + i32.const 821 i32.const 1 call $~lib/builtins/abort unreachable end - i32.const 25280 + i32.const 25472 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28282,7 +28437,7 @@ local.get $55 i32.store local.get $55 - i32.const 25280 + i32.const 25472 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28293,7 +28448,7 @@ if i32.const 0 i32.const 96 - i32.const 804 + i32.const 822 i32.const 1 call $~lib/builtins/abort unreachable @@ -28327,18 +28482,18 @@ if i32.const 0 i32.const 96 - i32.const 805 + i32.const 823 i32.const 1 call $~lib/builtins/abort unreachable end - i32.const 25312 + i32.const 25504 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 25312 + i32.const 25504 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28349,18 +28504,18 @@ if i32.const 0 i32.const 96 - i32.const 816 + i32.const 831 i32.const 1 call $~lib/builtins/abort unreachable end - i32.const 25312 + i32.const 25504 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 25312 + i32.const 25504 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28371,18 +28526,18 @@ if i32.const 0 i32.const 96 - i32.const 817 + i32.const 832 i32.const 1 call $~lib/builtins/abort unreachable end - i32.const 25344 + i32.const 25536 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 25344 + i32.const 25536 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28393,18 +28548,18 @@ if i32.const 0 i32.const 96 - i32.const 818 + i32.const 833 i32.const 1 call $~lib/builtins/abort unreachable end - i32.const 25376 + i32.const 25568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 i32.store local.get $55 - i32.const 25376 + i32.const 25568 local.set $55 global.get $~lib/memory/__stack_pointer local.get $55 @@ -28415,7 +28570,7 @@ if i32.const 0 i32.const 96 - i32.const 819 + i32.const 834 i32.const 1 call $~lib/builtins/abort unreachable @@ -29439,10 +29594,12 @@ local.get $18 return ) - (func $~lib/util/number/dtoa (param $value f64) (result i32) + (func $~lib/util/number/dtoa (param $value f64) (result i32) + (local $value|1 f64) + (local $isSingle i32) (local $size i32) (local $result i32) - (local $3 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -29451,76 +29608,220 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - local.get $value - f64.const 0 - f64.eq - if - i32.const 22256 - local.set $3 + block $~lib/util/number/dtoa_impl|inlined.0 (result i32) + local.get $value + local.set $value|1 + i32.const 0 + local.set $isSingle + local.get $value|1 + f64.const 0 + f64.eq + if + i32.const 22256 + br $~lib/util/number/dtoa_impl|inlined.0 + end + local.get $value|1 + local.get $value|1 + f64.sub + f64.const 0 + f64.eq + i32.eqz + if + local.get $value|1 + local.get $value|1 + f64.ne + if + i32.const 6672 + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 7936 + i32.const 22288 + local.get $value|1 + f64.const 0 + f64.lt + select + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 22320 + local.get $value|1 + local.get $isSingle + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $size global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return + local.get $size + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $result + i32.store + local.get $result + i32.const 22320 + local.get $size + memory.copy + local.get $result + br $~lib/util/number/dtoa_impl|inlined.0 end - local.get $value - local.get $value - f64.sub - f64.const 0 - f64.eq - i32.eqz - if - local.get $value + local.set $5 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $5 + return + ) + (func $~lib/util/number/dtoa (param $value f32) (result i32) + (local $value|1 f64) + (local $isSingle i32) + (local $size i32) + (local $result i32) + (local $5 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + block $~lib/util/number/dtoa_impl|inlined.1 (result i32) local.get $value - f64.ne + f64.promote_f32 + local.set $value|1 + i32.const 1 + local.set $isSingle + local.get $value|1 + f64.const 0 + f64.eq if - i32.const 6672 - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return + i32.const 22256 + br $~lib/util/number/dtoa_impl|inlined.1 end - i32.const 7936 - i32.const 22288 - local.get $value + local.get $value|1 + local.get $value|1 + f64.sub f64.const 0 - f64.lt - select - local.set $3 + f64.eq + i32.eqz + if + local.get $value|1 + local.get $value|1 + f64.ne + if + i32.const 6672 + br $~lib/util/number/dtoa_impl|inlined.1 + end + i32.const 7936 + i32.const 22288 + local.get $value|1 + f64.const 0 + f64.lt + select + br $~lib/util/number/dtoa_impl|inlined.1 + end + i32.const 22320 + local.get $value|1 + local.get $isSingle + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $size global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return + local.get $size + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $result + i32.store + local.get $result + i32.const 22320 + local.get $size + memory.copy + local.get $result + br $~lib/util/number/dtoa_impl|inlined.1 end - i32.const 22320 - local.get $value - call $~lib/util/number/dtoa_core - i32.const 1 - i32.shl - local.set $size + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $size - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $result + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $5 + return + ) + (func $~lib/util/number/dtoa (param $value i32) (result i32) + (local $value|1 f64) + (local $isSingle i32) + (local $size i32) + (local $result i32) + (local $5 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 i32.store - local.get $result - i32.const 22320 - local.get $size - memory.copy - local.get $result - local.set $3 + block $~lib/util/number/dtoa_impl|inlined.2 (result i32) + local.get $value + f64.convert_i32_u + local.set $value|1 + i32.const 0 + local.set $isSingle + local.get $value|1 + f64.const 0 + f64.eq + if + i32.const 22256 + br $~lib/util/number/dtoa_impl|inlined.2 + end + local.get $value|1 + local.get $value|1 + f64.sub + f64.const 0 + f64.eq + i32.eqz + if + local.get $value|1 + local.get $value|1 + f64.ne + if + i32.const 6672 + br $~lib/util/number/dtoa_impl|inlined.2 + end + i32.const 7936 + i32.const 22288 + local.get $value|1 + f64.const 0 + f64.lt + select + br $~lib/util/number/dtoa_impl|inlined.2 + end + i32.const 22320 + local.get $value|1 + local.get $isSingle + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $size + global.get $~lib/memory/__stack_pointer + local.get $size + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $result + i32.store + local.get $result + i32.const 22320 + local.get $size + memory.copy + local.get $result + br $~lib/util/number/dtoa_impl|inlined.2 + end + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $5 return ) ) diff --git a/tests/compiler/std/string.release.wat b/tests/compiler/std/string.release.wat index 8518493cd8..a18ea8e7a2 100644 --- a/tests/compiler/std/string.release.wat +++ b/tests/compiler/std/string.release.wat @@ -7,18 +7,20 @@ (type $5 (func (param i32))) (type $6 (func (result i32))) (type $7 (func (param i32 i32 i32))) - (type $8 (func (param f64) (result i32))) - (type $9 (func (param i32 i32) (result f64))) - (type $10 (func (param i32) (result f64))) - (type $11 (func (param i64 i32) (result i32))) - (type $12 (func (param i32 i32 i32 i32))) - (type $13 (func (param i32 i32 i32 i32) (result i32))) - (type $14 (func (param i32 i32 i64))) - (type $15 (func (param f64 i32) (result f64))) - (type $16 (func (param i32 i64 i32 i32))) - (type $17 (func (param i32 i64 i32))) - (type $18 (func (param i64 i64 i32 i64 i32) (result i32))) + (type $8 (func (param i32 i32) (result f64))) + (type $9 (func (param i32) (result f64))) + (type $10 (func (param i64 i32) (result i32))) + (type $11 (func (param i32 i32 i32 i32))) + (type $12 (func (param i32 i32 i32 i32) (result i32))) + (type $13 (func (param i32 i32 i64))) + (type $14 (func (param f64 i32) (result f64))) + (type $15 (func (param i32 i64 i32 i32))) + (type $16 (func (param i32 i64 i32))) + (type $17 (func (param i64 i64 i32 i64 i32) (result i32))) + (type $18 (func (param f64 i32) (result i32))) (type $19 (func (result i64))) + (type $20 (func (param f64) (result i32))) + (type $21 (func (param f32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $std/string/str (mut i32) (i32.const 1056)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -39,7 +41,7 @@ (global $~lib/util/number/_K (mut i32) (i32.const 0)) (global $~lib/util/number/_frc_pow (mut i64) (i64.const 0)) (global $~lib/util/number/_exp_pow (mut i32) (i32.const 0)) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 59212)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 59404)) (memory $0 1) (data $0 (i32.const 1036) "<") (data $0.1 (i32.const 1048) "\02\00\00\00 \00\00\00h\00i\00,\00 \00I\00\'\00m\00 \00a\00 \00s\00t\00r\00i\00n\00g") @@ -888,89 +890,97 @@ (data $428.1 (i32.const 24328) "\02\00\00\00,\00\00\00-\002\00.\002\002\000\004\004\006\000\004\009\002\005\000\003\001\003\00e\00-\001\006") (data $429 (i32.const 24380) "L") (data $429.1 (i32.const 24392) "\02\00\00\000\00\00\00-\001\00.\007\009\007\006\009\003\001\003\004\008\006\002\003\001\005\007\00e\00+\003\000\008") - (data $430 (i32.const 24460) "<") - (data $430.1 (i32.const 24472) "\02\00\00\00,\00\00\004\00.\001\008\005\005\008\000\004\009\006\008\002\001\003\005\007\00e\00+\002\009\008") - (data $431 (i32.const 24524) "L") - (data $431.1 (i32.const 24536) "\02\00\00\00.\00\00\002\00.\002\002\005\000\007\003\008\005\008\005\000\007\002\000\001\004\00e\00-\003\000\008") - (data $432 (i32.const 24604) ",") - (data $432.1 (i32.const 24616) "\02\00\00\00\1a\00\00\004\00.\009\004\000\006\005\006\00e\00-\003\001\008") - (data $433 (i32.const 24652) "<") - (data $433.1 (i32.const 24664) "\02\00\00\00$\00\00\009\000\006\000\008\000\001\001\005\003\004\003\003\006\000\000\00.\000") - (data $434 (i32.const 24716) "<") - (data $434.1 (i32.const 24728) "\02\00\00\00*\00\00\004\007\000\008\003\005\006\000\002\004\007\001\001\005\001\002\000\000\000\00.\000") - (data $435 (i32.const 24780) "<") - (data $435.1 (i32.const 24792) "\02\00\00\00*\00\00\009\004\000\009\003\004\000\000\001\002\005\006\008\002\004\008\000\000\000\00.\000") - (data $436 (i32.const 24844) "\1c") - (data $436.1 (i32.const 24856) "\02\00\00\00\06\00\00\001\00.\000") - (data $437 (i32.const 24876) "\1c") - (data $437.1 (i32.const 24888) "\02\00\00\00\08\00\00\00-\001\00.\000") - (data $438 (i32.const 24908) "\1c") - (data $438.1 (i32.const 24920) "\02\00\00\00\08\00\00\00-\000\00.\001") - (data $439 (i32.const 24940) ",") - (data $439.1 (i32.const 24952) "\02\00\00\00\12\00\00\001\000\000\000\000\000\000\00.\000") - (data $440 (i32.const 24988) ",") - (data $440.1 (i32.const 25000) "\02\00\00\00\10\00\00\000\00.\000\000\000\000\000\001") - (data $441 (i32.const 25036) ",") - (data $441.1 (i32.const 25048) "\02\00\00\00\14\00\00\00-\001\000\000\000\000\000\000\00.\000") - (data $442 (i32.const 25084) ",") - (data $442.1 (i32.const 25096) "\02\00\00\00\12\00\00\00-\000\00.\000\000\000\000\000\001") + (data $430 (i32.const 24460) ",") + (data $430.1 (i32.const 24472) "\02\00\00\00\18\00\00\001\00.\001\009\002\000\009\002\009\00e\00-\007") + (data $431 (i32.const 24508) ",") + (data $431.1 (i32.const 24520) "\02\00\00\00\1a\00\00\00-\001\00.\001\009\002\000\009\002\009\00e\00-\007") + (data $432 (i32.const 24556) ",") + (data $432.1 (i32.const 24568) "\02\00\00\00\1a\00\00\003\00.\004\000\002\008\002\003\005\00e\00+\003\008") + (data $433 (i32.const 24604) ",") + (data $433.1 (i32.const 24616) "\02\00\00\00\1c\00\00\00-\003\00.\004\000\002\008\002\003\005\00e\00+\003\008") + (data $434 (i32.const 24652) "<") + (data $434.1 (i32.const 24664) "\02\00\00\00,\00\00\004\00.\001\008\005\005\008\000\004\009\006\008\002\001\003\005\007\00e\00+\002\009\008") + (data $435 (i32.const 24716) "L") + (data $435.1 (i32.const 24728) "\02\00\00\00.\00\00\002\00.\002\002\005\000\007\003\008\005\008\005\000\007\002\000\001\004\00e\00-\003\000\008") + (data $436 (i32.const 24796) ",") + (data $436.1 (i32.const 24808) "\02\00\00\00\1a\00\00\004\00.\009\004\000\006\005\006\00e\00-\003\001\008") + (data $437 (i32.const 24844) "<") + (data $437.1 (i32.const 24856) "\02\00\00\00$\00\00\009\000\006\000\008\000\001\001\005\003\004\003\003\006\000\000\00.\000") + (data $438 (i32.const 24908) "<") + (data $438.1 (i32.const 24920) "\02\00\00\00*\00\00\004\007\000\008\003\005\006\000\002\004\007\001\001\005\001\002\000\000\000\00.\000") + (data $439 (i32.const 24972) "<") + (data $439.1 (i32.const 24984) "\02\00\00\00*\00\00\009\004\000\009\003\004\000\000\001\002\005\006\008\002\004\008\000\000\000\00.\000") + (data $440 (i32.const 25036) "\1c") + (data $440.1 (i32.const 25048) "\02\00\00\00\06\00\00\001\00.\000") + (data $441 (i32.const 25068) "\1c") + (data $441.1 (i32.const 25080) "\02\00\00\00\08\00\00\00-\001\00.\000") + (data $442 (i32.const 25100) "\1c") + (data $442.1 (i32.const 25112) "\02\00\00\00\08\00\00\00-\000\00.\001") (data $443 (i32.const 25132) ",") - (data $443.1 (i32.const 25144) "\02\00\00\00\14\00\00\001\000\000\000\000\000\000\000\00.\000") - (data $444 (i32.const 25180) "\1c") - (data $444.1 (i32.const 25192) "\02\00\00\00\08\00\00\001\00e\00-\007") - (data $445 (i32.const 25212) ",") - (data $445.1 (i32.const 25224) "\02\00\00\00\0e\00\00\00-\001\00e\00+\003\000\008") - (data $446 (i32.const 25260) "\1c") - (data $446.1 (i32.const 25272) "\02\00\00\00\0c\00\00\001\00e\00-\003\000\008") - (data $447 (i32.const 25292) ",") - (data $447.1 (i32.const 25304) "\02\00\00\00\0e\00\00\00-\001\00e\00-\003\000\008") - (data $448 (i32.const 25340) "\1c") - (data $448.1 (i32.const 25352) "\02\00\00\00\0c\00\00\001\00e\00-\003\002\003") - (data $449 (i32.const 25372) ",") - (data $449.1 (i32.const 25384) "\02\00\00\00\0e\00\00\00-\001\00e\00-\003\002\003") - (data $450 (i32.const 25420) ",") - (data $450.1 (i32.const 25432) "\02\00\00\00\18\00\00\004\002\009\004\009\006\007\002\007\002\00.\000") - (data $451 (i32.const 25468) "<") - (data $451.1 (i32.const 25480) "\02\00\00\00*\00\00\001\00.\002\003\001\002\001\004\005\006\007\003\004\005\006\002\003\004\00e\00-\008") - (data $452 (i32.const 25532) "<") - (data $452.1 (i32.const 25544) "\02\00\00\00\"\00\00\005\005\005\005\005\005\005\005\005\00.\005\005\005\005\005\005\006") - (data $453 (i32.const 25596) "<") - (data $453.1 (i32.const 25608) "\02\00\00\00$\00\00\000\00.\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009") - (data $454 (i32.const 25660) "\1c") - (data $454.1 (i32.const 25672) "\02\00\00\00\n\00\00\001\002\00.\003\004") - (data $455 (i32.const 25692) "<") - (data $455.1 (i32.const 25704) "\02\00\00\00$\00\00\000\00.\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003") - (data $456 (i32.const 25756) "L") - (data $456.1 (i32.const 25768) "\02\00\00\00.\00\00\001\002\003\004\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\00.\000") - (data $457 (i32.const 25836) ",") - (data $457.1 (i32.const 25848) "\02\00\00\00\12\00\00\001\00.\002\003\004\00e\00+\002\001") - (data $458 (i32.const 25884) ",") - (data $458.1 (i32.const 25896) "\02\00\00\00\0e\00\00\002\00.\007\001\008\002\008") - (data $459 (i32.const 25932) ",") - (data $459.1 (i32.const 25944) "\02\00\00\00\12\00\00\000\00.\000\002\007\001\008\002\008") - (data $460 (i32.const 25980) ",") - (data $460.1 (i32.const 25992) "\02\00\00\00\0e\00\00\002\007\001\00.\008\002\008") + (data $443.1 (i32.const 25144) "\02\00\00\00\12\00\00\001\000\000\000\000\000\000\00.\000") + (data $444 (i32.const 25180) ",") + (data $444.1 (i32.const 25192) "\02\00\00\00\10\00\00\000\00.\000\000\000\000\000\001") + (data $445 (i32.const 25228) ",") + (data $445.1 (i32.const 25240) "\02\00\00\00\14\00\00\00-\001\000\000\000\000\000\000\00.\000") + (data $446 (i32.const 25276) ",") + (data $446.1 (i32.const 25288) "\02\00\00\00\12\00\00\00-\000\00.\000\000\000\000\000\001") + (data $447 (i32.const 25324) ",") + (data $447.1 (i32.const 25336) "\02\00\00\00\14\00\00\001\000\000\000\000\000\000\000\00.\000") + (data $448 (i32.const 25372) "\1c") + (data $448.1 (i32.const 25384) "\02\00\00\00\08\00\00\001\00e\00-\007") + (data $449 (i32.const 25404) ",") + (data $449.1 (i32.const 25416) "\02\00\00\00\0e\00\00\00-\001\00e\00+\003\000\008") + (data $450 (i32.const 25452) "\1c") + (data $450.1 (i32.const 25464) "\02\00\00\00\0c\00\00\001\00e\00-\003\000\008") + (data $451 (i32.const 25484) ",") + (data $451.1 (i32.const 25496) "\02\00\00\00\0e\00\00\00-\001\00e\00-\003\000\008") + (data $452 (i32.const 25532) "\1c") + (data $452.1 (i32.const 25544) "\02\00\00\00\0c\00\00\001\00e\00-\003\002\003") + (data $453 (i32.const 25564) ",") + (data $453.1 (i32.const 25576) "\02\00\00\00\0e\00\00\00-\001\00e\00-\003\002\003") + (data $454 (i32.const 25612) ",") + (data $454.1 (i32.const 25624) "\02\00\00\00\18\00\00\004\002\009\004\009\006\007\002\007\002\00.\000") + (data $455 (i32.const 25660) "<") + (data $455.1 (i32.const 25672) "\02\00\00\00*\00\00\001\00.\002\003\001\002\001\004\005\006\007\003\004\005\006\002\003\004\00e\00-\008") + (data $456 (i32.const 25724) "<") + (data $456.1 (i32.const 25736) "\02\00\00\00\"\00\00\005\005\005\005\005\005\005\005\005\00.\005\005\005\005\005\005\006") + (data $457 (i32.const 25788) "<") + (data $457.1 (i32.const 25800) "\02\00\00\00$\00\00\000\00.\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009\009") + (data $458 (i32.const 25852) "\1c") + (data $458.1 (i32.const 25864) "\02\00\00\00\n\00\00\001\002\00.\003\004") + (data $459 (i32.const 25884) "<") + (data $459.1 (i32.const 25896) "\02\00\00\00$\00\00\000\00.\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003\003") + (data $460 (i32.const 25948) "L") + (data $460.1 (i32.const 25960) "\02\00\00\00.\00\00\001\002\003\004\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\000\00.\000") (data $461 (i32.const 26028) ",") - (data $461.1 (i32.const 26040) "\02\00\00\00\10\00\00\001\00.\001\00e\00+\001\002\008") + (data $461.1 (i32.const 26040) "\02\00\00\00\12\00\00\001\00.\002\003\004\00e\00+\002\001") (data $462 (i32.const 26076) ",") - (data $462.1 (i32.const 26088) "\02\00\00\00\0e\00\00\001\00.\001\00e\00-\006\004") + (data $462.1 (i32.const 26088) "\02\00\00\00\0e\00\00\002\00.\007\001\008\002\008") (data $463 (i32.const 26124) ",") - (data $463.1 (i32.const 26136) "\02\00\00\00\16\00\00\000\00.\000\000\000\000\003\005\006\008\009") - (data $464 (i32.const 26172) "\1c") - (data $464.1 (i32.const 26184) "\02\00\00\00\0c\00\00\00H\00e\00l\00l\00o\00 ") - (data $465 (i32.const 26204) "\1c") - (data $465.1 (i32.const 26216) "\02\00\00\00\n\00\00\00W\00o\00r\00l\00d") - (data $466 (i32.const 26236) ",") - (data $466.1 (i32.const 26248) "\02\00\00\00\16\00\00\00H\00e\00l\00l\00o\00 \00W\00o\00r\00l\00d") - (data $467 (i32.const 26284) "\1c") - (data $467.1 (i32.const 26296) "\02\00\00\00\06\00\00\00b\00a\00r") - (data $468 (i32.const 26316) "\1c") - (data $468.1 (i32.const 26328) "\02\00\00\00\04\00\00\00\c0\00\c8") - (data $469 (i32.const 26348) "\1c") - (data $469.1 (i32.const 26360) "\02\00\00\00\04\00\00\00\d8S\cf\91") - (data $470 (i32.const 26380) "\1c") - (data $470.1 (i32.const 26392) "\02\00\00\00\08\00\00\00A\d8\0e\dfA\d81\df") - (data $471 (i32.const 26416) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00\02A") + (data $463.1 (i32.const 26136) "\02\00\00\00\12\00\00\000\00.\000\002\007\001\008\002\008") + (data $464 (i32.const 26172) ",") + (data $464.1 (i32.const 26184) "\02\00\00\00\0e\00\00\002\007\001\00.\008\002\008") + (data $465 (i32.const 26220) ",") + (data $465.1 (i32.const 26232) "\02\00\00\00\10\00\00\001\00.\001\00e\00+\001\002\008") + (data $466 (i32.const 26268) ",") + (data $466.1 (i32.const 26280) "\02\00\00\00\0e\00\00\001\00.\001\00e\00-\006\004") + (data $467 (i32.const 26316) ",") + (data $467.1 (i32.const 26328) "\02\00\00\00\16\00\00\000\00.\000\000\000\000\003\005\006\008\009") + (data $468 (i32.const 26364) "\1c") + (data $468.1 (i32.const 26376) "\02\00\00\00\0c\00\00\00H\00e\00l\00l\00o\00 ") + (data $469 (i32.const 26396) "\1c") + (data $469.1 (i32.const 26408) "\02\00\00\00\n\00\00\00W\00o\00r\00l\00d") + (data $470 (i32.const 26428) ",") + (data $470.1 (i32.const 26440) "\02\00\00\00\16\00\00\00H\00e\00l\00l\00o\00 \00W\00o\00r\00l\00d") + (data $471 (i32.const 26476) "\1c") + (data $471.1 (i32.const 26488) "\02\00\00\00\06\00\00\00b\00a\00r") + (data $472 (i32.const 26508) "\1c") + (data $472.1 (i32.const 26520) "\02\00\00\00\04\00\00\00\c0\00\c8") + (data $473 (i32.const 26540) "\1c") + (data $473.1 (i32.const 26552) "\02\00\00\00\04\00\00\00\d8S\cf\91") + (data $474 (i32.const 26572) "\1c") + (data $474.1 (i32.const 26584) "\02\00\00\00\08\00\00\00A\d8\0e\dfA\d81\df") + (data $475 (i32.const 26608) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\02\t\00\00\02A") (export "getString" (func $std/string/getString)) (export "memory" (memory $0)) (start $~start) @@ -1139,7 +1149,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$284 + block $__inlined_func$~lib/rt/itcms/Object#unlink$287 local.get $0 i32.load offset=4 i32.const -4 @@ -1151,7 +1161,7 @@ i32.load offset=8 i32.eqz local.get $0 - i32.const 59212 + i32.const 59404 i32.lt_u i32.and i32.eqz @@ -1163,7 +1173,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$284 + br $__inlined_func$~lib/rt/itcms/Object#unlink$287 end local.get $0 i32.load offset=8 @@ -1200,7 +1210,7 @@ i32.const 1 else local.get $1 - i32.const 26416 + i32.const 26608 i32.load i32.gt_u if @@ -1214,7 +1224,7 @@ local.get $1 i32.const 2 i32.shl - i32.const 26420 + i32.const 26612 i32.add i32.load i32.const 32 @@ -1798,10 +1808,10 @@ if unreachable end - i32.const 59216 + i32.const 59408 i32.const 0 i32.store - i32.const 60784 + i32.const 60976 i32.const 0 i32.store loop $for-loop|0 @@ -1812,7 +1822,7 @@ local.get $0 i32.const 2 i32.shl - i32.const 59216 + i32.const 59408 i32.add i32.const 0 i32.store offset=4 @@ -1830,7 +1840,7 @@ i32.add i32.const 2 i32.shl - i32.const 59216 + i32.const 59408 i32.add i32.const 0 i32.store offset=96 @@ -1848,14 +1858,14 @@ br $for-loop|0 end end - i32.const 59216 - i32.const 60788 + i32.const 59408 + i32.const 60980 memory.size i64.extend_i32_s i64.const 16 i64.shl call $~lib/rt/tlsf/addMemory - i32.const 59216 + i32.const 59408 global.set $~lib/rt/tlsf/ROOT ) (func $~lib/rt/itcms/step (result i32) @@ -1940,7 +1950,7 @@ local.set $0 loop $while-continue|0 local.get $0 - i32.const 59212 + i32.const 59404 i32.lt_u if local.get $0 @@ -2036,7 +2046,7 @@ unreachable end local.get $0 - i32.const 59212 + i32.const 59404 i32.lt_u if local.get $0 @@ -2059,7 +2069,7 @@ i32.const 4 i32.add local.tee $0 - i32.const 59212 + i32.const 59404 i32.ge_u if global.get $~lib/rt/tlsf/ROOT @@ -3937,96 +3947,132 @@ end end ) - (func $~lib/util/number/dtoa_core (param $0 f64) (result i32) - (local $1 i64) - (local $2 i32) - (local $3 i64) - (local $4 i32) - (local $5 i64) + (func $~lib/util/number/dtoa_core (param $0 f64) (param $1 i32) (result i32) + (local $2 i64) + (local $3 i32) + (local $4 i64) + (local $5 i32) (local $6 i64) (local $7 i64) - (local $8 i32) + (local $8 i64) (local $9 i32) - (local $10 i64) + (local $10 i32) (local $11 i64) (local $12 i64) (local $13 i64) (local $14 i64) + (local $15 i64) local.get $0 f64.const 0 f64.lt - local.tee $2 - if (result f64) + local.tee $3 + if i32.const 23344 i32.const 45 i32.store16 local.get $0 f64.neg + local.set $0 + end + local.get $1 + if (result i32) + local.get $0 + f32.demote_f64 + i32.reinterpret_f32 + local.tee $5 + i32.const 2139095040 + i32.and + i32.const 23 + i32.shr_u + local.set $9 + local.get $5 + i32.const 8388607 + i32.and + i64.extend_i32_u + local.get $9 + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 23 + i64.shl + i64.add + local.set $2 + local.get $9 + i32.const 1 + local.get $9 + select + i32.const 150 + i32.sub else local.get $0 + i64.reinterpret_f64 + local.tee $2 + i64.const 9218868437227405312 + i64.and + i64.const 52 + i64.shr_u + i32.wrap_i64 + local.set $5 + local.get $2 + i64.const 4503599627370495 + i64.and + local.get $5 + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 52 + i64.shl + i64.add + local.set $2 + local.get $5 + i32.const 1 + local.get $5 + select + i32.const 1075 + i32.sub end - i64.reinterpret_f64 - local.tee $1 - i64.const 9218868437227405312 - i64.and - i64.const 52 - i64.shr_u - i32.wrap_i64 - local.tee $4 - i32.const 1 - local.get $4 - select - i32.const 1075 - i32.sub - local.tee $8 + local.tee $9 i32.const 1 i32.sub - local.get $1 - i64.const 4503599627370495 - i64.and - local.get $4 - i32.const 0 - i32.ne - i64.extend_i32_u - i64.const 52 - i64.shl - i64.add - local.tee $1 + local.get $2 i64.const 1 i64.shl i64.const 1 i64.add - local.tee $3 + local.tee $4 i64.clz i32.wrap_i64 - local.tee $9 + local.tee $10 i32.sub - local.set $4 - local.get $3 - local.get $9 + local.set $5 + local.get $4 + local.get $10 i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_plus - local.get $1 - local.get $1 + local.get $2 + local.get $2 + i64.const 8388608 i64.const 4503599627370496 + local.get $1 + select i64.eq i32.const 1 i32.add - local.tee $9 + local.tee $1 i64.extend_i32_s i64.shl i64.const 1 i64.sub - local.get $8 local.get $9 + local.get $1 i32.sub - local.get $4 + local.get $5 i32.sub i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_minus - local.get $4 + local.get $5 global.set $~lib/util/number/_exp i32.const 348 i32.const -61 @@ -4039,8 +4085,8 @@ f64.add local.tee $0 i32.trunc_sat_f64_s - local.tee $4 - local.get $4 + local.tee $1 + local.get $1 f64.convert_i32_s local.get $0 f64.ne @@ -4049,104 +4095,104 @@ i32.shr_s i32.const 1 i32.add - local.tee $4 + local.tee $1 i32.const 3 i32.shl - local.tee $8 + local.tee $5 i32.sub global.set $~lib/util/number/_K - local.get $8 + local.get $5 i32.const 23400 i32.add i64.load global.set $~lib/util/number/_frc_pow - local.get $4 + local.get $1 i32.const 1 i32.shl i32.const 24096 i32.add i32.load16_s global.set $~lib/util/number/_exp_pow - local.get $1 - local.get $1 + local.get $2 + local.get $2 i64.clz i64.shl - local.tee $1 + local.tee $2 i64.const 4294967295 i64.and - local.set $5 + local.set $6 global.get $~lib/util/number/_frc_pow - local.tee $10 + local.tee $11 i64.const 4294967295 i64.and - local.tee $11 - local.get $1 + local.tee $12 + local.get $2 i64.const 32 i64.shr_u - local.tee $1 + local.tee $2 i64.mul - local.get $5 - local.get $11 + local.get $6 + local.get $12 i64.mul i64.const 32 i64.shr_u i64.add - local.set $6 + local.set $7 global.get $~lib/util/number/_frc_plus - local.tee $3 + local.tee $4 i64.const 4294967295 i64.and - local.set $12 - local.get $3 + local.set $13 + local.get $4 i64.const 32 i64.shr_u - local.tee $3 - local.get $11 + local.tee $4 + local.get $12 i64.mul - local.get $11 local.get $12 + local.get $13 i64.mul i64.const 32 i64.shr_u i64.add - local.set $7 + local.set $8 global.get $~lib/util/number/_frc_minus - local.tee $13 + local.tee $14 i64.const 4294967295 i64.and - local.set $14 - local.get $13 + local.set $15 + local.get $14 i64.const 32 i64.shr_u - local.tee $13 - local.get $11 + local.tee $14 + local.get $12 i64.mul - local.get $11 - local.get $14 + local.get $12 + local.get $15 i64.mul i64.const 32 i64.shr_u i64.add - local.set $11 - local.get $2 + local.set $12 + local.get $3 i32.const 1 i32.shl i32.const 23344 i32.add - local.get $1 - local.get $10 + local.get $2 + local.get $11 i64.const 32 i64.shr_u - local.tee $1 + local.tee $2 i64.mul - local.get $6 + local.get $7 i64.const 32 i64.shr_u i64.add - local.get $1 - local.get $5 - i64.mul + local.get $2 local.get $6 + i64.mul + local.get $7 i64.const 4294967295 i64.and i64.add @@ -4155,17 +4201,17 @@ i64.const 32 i64.shr_u i64.add - local.get $1 - local.get $3 + local.get $2 + local.get $4 i64.mul - local.get $7 + local.get $8 i64.const 32 i64.shr_u i64.add - local.get $1 - local.get $12 + local.get $2 + local.get $13 i64.mul - local.get $7 + local.get $8 i64.const 4294967295 i64.and i64.add @@ -4176,24 +4222,24 @@ i64.add i64.const 1 i64.sub - local.tee $3 + local.tee $4 global.get $~lib/util/number/_exp_pow global.get $~lib/util/number/_exp i32.add i32.const -64 i32.sub - local.get $3 - local.get $1 - local.get $13 + local.get $4 + local.get $2 + local.get $14 i64.mul - local.get $11 + local.get $12 i64.const 32 i64.shr_u i64.add - local.get $1 - local.get $14 + local.get $2 + local.get $15 i64.mul - local.get $11 + local.get $12 i64.const 4294967295 i64.and i64.add @@ -4205,13 +4251,13 @@ i64.const 1 i64.add i64.sub - local.get $2 + local.get $3 call $~lib/util/number/genDigits - local.get $2 + local.get $3 i32.sub global.get $~lib/util/number/_K call $~lib/util/number/prettify - local.get $2 + local.get $3 i32.add ) (func $std/string/getString (result i32) @@ -4256,7 +4302,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -4269,7 +4315,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -4314,8 +4360,8 @@ end unreachable end - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4342,11 +4388,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4428,11 +4474,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4493,11 +4539,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4551,11 +4597,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4592,11 +4638,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4626,11 +4672,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4699,11 +4745,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4817,11 +4863,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4943,11 +4989,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -5074,11 +5120,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -5196,11 +5242,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -5247,11 +5293,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -5335,11 +5381,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -5491,11 +5537,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -5645,11 +5691,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -5894,11 +5940,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -6134,11 +6180,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -6476,11 +6522,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -6522,11 +6568,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -7346,11 +7392,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -7387,11 +7433,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -7690,11 +7736,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -7988,11 +8034,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -8061,11 +8107,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -8096,11 +8142,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -8134,11 +8180,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -8228,11 +8274,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -8319,11 +8365,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -8355,11 +8401,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -8394,11 +8440,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -8515,11 +8561,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -8682,11 +8728,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -9046,11 +9092,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -9155,11 +9201,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -9202,11 +9248,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -9294,11 +9340,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -9342,11 +9388,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -9459,11 +9505,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -9507,11 +9553,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -9605,11 +9651,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -9673,7 +9719,7 @@ block $folding-inner1 block $folding-inner0 global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -9702,7 +9748,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -9998,8 +10044,8 @@ local.get $9 return end - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -10031,11 +10077,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -10082,11 +10128,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -10153,7 +10199,7 @@ global.set $~lib/memory/__stack_pointer block $folding-inner0 global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -10254,7 +10300,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -10263,7 +10309,7 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - block $__inlined_func$~lib/string/String#charCodeAt$291 + block $__inlined_func$~lib/string/String#charCodeAt$294 local.get $0 i32.const 20 i32.sub @@ -10278,7 +10324,7 @@ global.set $~lib/memory/__stack_pointer i32.const -1 local.set $0 - br $__inlined_func$~lib/string/String#charCodeAt$291 + br $__inlined_func$~lib/string/String#charCodeAt$294 end local.get $0 i32.load16_u @@ -10308,7 +10354,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -10317,7 +10363,7 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - block $__inlined_func$~lib/string/String#codePointAt$292 + block $__inlined_func$~lib/string/String#codePointAt$295 local.get $4 i32.const 20 i32.sub @@ -10334,7 +10380,7 @@ global.set $~lib/memory/__stack_pointer i32.const -1 local.set $0 - br $__inlined_func$~lib/string/String#codePointAt$292 + br $__inlined_func$~lib/string/String#codePointAt$295 end local.get $0 i32.const 2 @@ -10352,7 +10398,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/string/String#codePointAt$292 + br $__inlined_func$~lib/string/String#codePointAt$295 end local.get $4 i32.load16_u offset=4 @@ -10366,7 +10412,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/string/String#codePointAt$292 + br $__inlined_func$~lib/string/String#codePointAt$295 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -10395,7 +10441,7 @@ memory.size i32.const 16 i32.shl - i32.const 59212 + i32.const 59404 i32.sub i32.const 1 i32.shr_u @@ -10856,7 +10902,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -10875,7 +10921,7 @@ global.get $~lib/memory/__stack_pointer i32.const 2176 i32.store - block $__inlined_func$~lib/string/String#startsWith$293 + block $__inlined_func$~lib/string/String#startsWith$296 local.get $4 i32.const 2172 i32.load @@ -10890,7 +10936,7 @@ global.set $~lib/memory/__stack_pointer i32.const 0 local.set $0 - br $__inlined_func$~lib/string/String#startsWith$293 + br $__inlined_func$~lib/string/String#startsWith$296 end global.get $~lib/memory/__stack_pointer local.get $0 @@ -10934,7 +10980,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -10951,7 +10997,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -10970,7 +11016,7 @@ global.get $~lib/memory/__stack_pointer i32.const 2208 i32.store - block $__inlined_func$~lib/string/String#endsWith$294 + block $__inlined_func$~lib/string/String#endsWith$297 i32.const 536870910 local.get $4 local.get $4 @@ -10993,7 +11039,7 @@ global.set $~lib/memory/__stack_pointer i32.const 0 local.set $0 - br $__inlined_func$~lib/string/String#endsWith$294 + br $__inlined_func$~lib/string/String#endsWith$297 end global.get $~lib/memory/__stack_pointer local.get $0 @@ -11039,7 +11085,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -13209,7 +13255,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -13300,7 +13346,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -13351,7 +13397,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -23135,7 +23181,7 @@ unreachable end f64.const 0 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 @@ -23156,7 +23202,7 @@ unreachable end f64.const -0 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 @@ -23177,7 +23223,7 @@ unreachable end f64.const nan:0x8000000000000 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 @@ -23198,7 +23244,7 @@ unreachable end f64.const inf - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 @@ -23219,7 +23265,7 @@ unreachable end f64.const -inf - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 @@ -23240,7 +23286,7 @@ unreachable end f64.const 2.220446049250313e-16 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 @@ -23261,7 +23307,7 @@ unreachable end f64.const -2.220446049250313e-16 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 @@ -23282,7 +23328,7 @@ unreachable end f64.const 1797693134862315708145274e284 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 @@ -23303,7 +23349,7 @@ unreachable end f64.const -1797693134862315708145274e284 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 @@ -23323,8 +23369,8 @@ call $~lib/builtins/abort unreachable end - f64.const 4185580496821356722454785e274 - call $~lib/util/number/dtoa + f32.const 1.1920928955078125e-07 + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 @@ -23344,17 +23390,17 @@ call $~lib/builtins/abort unreachable end - f64.const 2.2250738585072014e-308 - call $~lib/util/number/dtoa + f32.const -1.1920928955078125e-07 + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 24544 + i32.const 24528 i32.store offset=4 local.get $0 - i32.const 24544 + i32.const 24528 call $~lib/string/String.__eq i32.eqz if @@ -23365,113 +23411,113 @@ call $~lib/builtins/abort unreachable end - f64.const 4.940656e-318 - call $~lib/util/number/dtoa + f32.const 3402823466385288598117041e14 + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 24624 + i32.const 24576 i32.store offset=4 local.get $0 - i32.const 24624 + i32.const 24576 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 749 + i32.const 747 i32.const 1 call $~lib/builtins/abort unreachable end - f64.const 9060801153433600 - call $~lib/util/number/dtoa + f32.const -3402823466385288598117041e14 + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 24672 + i32.const 24624 i32.store offset=4 local.get $0 - i32.const 24672 + i32.const 24624 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 750 + i32.const 748 i32.const 1 call $~lib/builtins/abort unreachable end - f64.const 4708356024711512064 - call $~lib/util/number/dtoa + f64.const 4185580496821356722454785e274 + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 24736 + i32.const 24672 i32.store offset=4 local.get $0 - i32.const 24736 + i32.const 24672 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 751 + i32.const 749 i32.const 1 call $~lib/builtins/abort unreachable end - f64.const 9409340012568248320 - call $~lib/util/number/dtoa + f64.const 2.2250738585072014e-308 + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 24800 + i32.const 24736 i32.store offset=4 local.get $0 - i32.const 24800 + i32.const 24736 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 752 + i32.const 750 i32.const 1 call $~lib/builtins/abort unreachable end - f64.const 5e-324 - call $~lib/util/number/dtoa + f64.const 4.940656e-318 + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 8320 + i32.const 24816 i32.store offset=4 local.get $0 - i32.const 8320 + i32.const 24816 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 753 + i32.const 751 i32.const 1 call $~lib/builtins/abort unreachable end - f64.const 1 - call $~lib/util/number/dtoa + f64.const 9060801153433600 + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 @@ -23486,202 +23532,286 @@ if i32.const 0 i32.const 1120 - i32.const 759 + i32.const 752 i32.const 1 call $~lib/builtins/abort unreachable end - f64.const 0.1 - call $~lib/util/number/dtoa + f64.const 4708356024711512064 + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 5280 + i32.const 24928 i32.store offset=4 local.get $0 - i32.const 5280 + i32.const 24928 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 760 + i32.const 753 i32.const 1 call $~lib/builtins/abort unreachable end - f64.const -1 - call $~lib/util/number/dtoa + f64.const 9409340012568248320 + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 24896 + i32.const 24992 i32.store offset=4 local.get $0 - i32.const 24896 + i32.const 24992 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 761 + i32.const 754 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + f64.const 5e-324 + call $~lib/util/number/dtoa + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8320 + i32.store offset=4 + local.get $0 + i32.const 8320 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 755 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + f64.const 1 + call $~lib/util/number/dtoa + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 25056 + i32.store offset=4 + local.get $0 + i32.const 25056 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 757 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + f64.const 0.1 + call $~lib/util/number/dtoa + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 5280 + i32.store offset=4 + local.get $0 + i32.const 5280 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 758 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + f64.const -1 + call $~lib/util/number/dtoa + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 25088 + i32.store offset=4 + local.get $0 + i32.const 25088 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 759 i32.const 1 call $~lib/builtins/abort unreachable end f64.const -0.1 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 24928 + i32.const 25120 i32.store offset=4 local.get $0 - i32.const 24928 + i32.const 25120 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 762 + i32.const 760 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1e6 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 24960 + i32.const 25152 i32.store offset=4 local.get $0 - i32.const 24960 + i32.const 25152 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 764 + i32.const 762 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1e-06 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25008 + i32.const 25200 i32.store offset=4 local.get $0 - i32.const 25008 + i32.const 25200 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 765 + i32.const 763 i32.const 1 call $~lib/builtins/abort unreachable end f64.const -1e6 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25056 + i32.const 25248 i32.store offset=4 local.get $0 - i32.const 25056 + i32.const 25248 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 766 + i32.const 764 i32.const 1 call $~lib/builtins/abort unreachable end f64.const -1e-06 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25104 + i32.const 25296 i32.store offset=4 local.get $0 - i32.const 25104 + i32.const 25296 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 767 + i32.const 765 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1e7 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25152 + i32.const 25344 i32.store offset=4 local.get $0 - i32.const 25152 + i32.const 25344 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 768 + i32.const 766 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1e-07 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25200 + i32.const 25392 i32.store offset=4 local.get $0 - i32.const 25200 + i32.const 25392 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 769 + i32.const 767 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1.e+308 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 @@ -23696,34 +23826,34 @@ if i32.const 0 i32.const 1120 - i32.const 771 + i32.const 769 i32.const 1 call $~lib/builtins/abort unreachable end f64.const -1.e+308 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25232 + i32.const 25424 i32.store offset=4 local.get $0 - i32.const 25232 + i32.const 25424 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 772 + i32.const 770 i32.const 1 call $~lib/builtins/abort unreachable end f64.const inf - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 @@ -23738,13 +23868,13 @@ if i32.const 0 i32.const 1120 - i32.const 773 + i32.const 771 i32.const 1 call $~lib/builtins/abort unreachable end f64.const -inf - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 @@ -23759,97 +23889,97 @@ if i32.const 0 i32.const 1120 - i32.const 774 + i32.const 772 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1e-308 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25280 + i32.const 25472 i32.store offset=4 local.get $0 - i32.const 25280 + i32.const 25472 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 775 + i32.const 773 i32.const 1 call $~lib/builtins/abort unreachable end f64.const -1e-308 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25312 + i32.const 25504 i32.store offset=4 local.get $0 - i32.const 25312 + i32.const 25504 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 776 + i32.const 774 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1e-323 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25360 + i32.const 25552 i32.store offset=4 local.get $0 - i32.const 25360 + i32.const 25552 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 777 + i32.const 775 i32.const 1 call $~lib/builtins/abort unreachable end f64.const -1e-323 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25392 + i32.const 25584 i32.store offset=4 local.get $0 - i32.const 25392 + i32.const 25584 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 778 + i32.const 776 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 0 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 @@ -23864,350 +23994,378 @@ if i32.const 0 i32.const 1120 - i32.const 779 + i32.const 777 i32.const 1 call $~lib/builtins/abort unreachable end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 26636 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store f64.const 4294967272 - call $~lib/util/number/dtoa + i32.const 0 + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $4 + i32.store + local.get $4 + i32.const 23344 + local.get $0 + memory.copy + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + local.get $4 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25440 + i32.const 25632 i32.store offset=4 - local.get $0 - i32.const 25440 + local.get $4 + i32.const 25632 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 781 + i32.const 779 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1.2312145673456234e-08 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25488 + i32.const 25680 i32.store offset=4 local.get $0 - i32.const 25488 + i32.const 25680 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 782 + i32.const 780 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 555555555.5555556 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25552 + i32.const 25744 i32.store offset=4 local.get $0 - i32.const 25552 + i32.const 25744 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 784 + i32.const 781 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 0.9999999999999999 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25616 + i32.const 25808 i32.store offset=4 local.get $0 - i32.const 25616 + i32.const 25808 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 785 + i32.const 782 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 24864 + i32.const 25056 i32.store offset=4 local.get $0 - i32.const 24864 + i32.const 25056 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 786 + i32.const 783 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 12.34 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25680 + i32.const 25872 i32.store offset=4 local.get $0 - i32.const 25680 + i32.const 25872 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 787 + i32.const 784 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 0.3333333333333333 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25712 + i32.const 25904 i32.store offset=4 local.get $0 - i32.const 25712 + i32.const 25904 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 789 + i32.const 785 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1234e17 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25776 + i32.const 25968 i32.store offset=4 local.get $0 - i32.const 25776 + i32.const 25968 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 790 + i32.const 786 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1234e18 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25856 + i32.const 26048 i32.store offset=4 local.get $0 - i32.const 25856 + i32.const 26048 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 791 + i32.const 787 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 2.71828 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25904 + i32.const 26096 i32.store offset=4 local.get $0 - i32.const 25904 + i32.const 26096 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 792 + i32.const 788 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 0.0271828 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 25952 + i32.const 26144 i32.store offset=4 local.get $0 - i32.const 25952 + i32.const 26144 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 793 + i32.const 789 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 271.828 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 26000 + i32.const 26192 i32.store offset=4 local.get $0 - i32.const 26000 + i32.const 26192 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 794 + i32.const 790 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1.1e+128 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 26048 + i32.const 26240 i32.store offset=4 local.get $0 - i32.const 26048 + i32.const 26240 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 795 + i32.const 791 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 1.1e-64 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 26096 + i32.const 26288 i32.store offset=4 local.get $0 - i32.const 26096 + i32.const 26288 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 796 + i32.const 792 i32.const 1 call $~lib/builtins/abort unreachable end f64.const 0.000035689 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 26144 + i32.const 26336 i32.store offset=4 local.get $0 - i32.const 26144 + i32.const 26336 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 797 + i32.const 793 i32.const 1 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 26192 + i32.const 26384 i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 26224 + i32.const 26416 i32.store offset=12 - i32.const 26192 - i32.const 26224 + i32.const 26384 + i32.const 26416 call $~lib/string/String#concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 26256 + i32.const 26448 i32.store offset=4 local.get $0 - i32.const 26256 + i32.const 26448 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 802 + i32.const 820 i32.const 1 call $~lib/builtins/abort unreachable @@ -24216,37 +24374,37 @@ i32.const 1712 i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 26304 + i32.const 26496 i32.store offset=12 i32.const 1712 - i32.const 26304 + i32.const 26496 call $~lib/string/String#concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 26304 + i32.const 26496 i32.store offset=4 local.get $0 - i32.const 26304 + i32.const 26496 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 803 + i32.const 821 i32.const 1 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 26304 + i32.const 26496 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 1712 i32.store offset=12 - i32.const 26304 + i32.const 26496 i32.const 1712 call $~lib/string/String#concat local.set $0 @@ -24254,16 +24412,16 @@ local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 26304 + i32.const 26496 i32.store offset=4 local.get $0 - i32.const 26304 + i32.const 26496 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 804 + i32.const 822 i32.const 1 call $~lib/builtins/abort unreachable @@ -24291,86 +24449,86 @@ if i32.const 0 i32.const 1120 - i32.const 805 + i32.const 823 i32.const 1 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 26336 + i32.const 26528 i32.store global.get $~lib/memory/__stack_pointer - i32.const 26336 + i32.const 26528 i32.store offset=4 - i32.const 26336 - i32.const 26336 + i32.const 26528 + i32.const 26528 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 816 + i32.const 831 i32.const 1 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 26336 + i32.const 26528 i32.store global.get $~lib/memory/__stack_pointer - i32.const 26336 + i32.const 26528 i32.store offset=4 - i32.const 26336 - i32.const 26336 + i32.const 26528 + i32.const 26528 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 817 + i32.const 832 i32.const 1 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 26368 + i32.const 26560 i32.store global.get $~lib/memory/__stack_pointer - i32.const 26368 + i32.const 26560 i32.store offset=4 - i32.const 26368 - i32.const 26368 + i32.const 26560 + i32.const 26560 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 818 + i32.const 833 i32.const 1 call $~lib/builtins/abort unreachable end global.get $~lib/memory/__stack_pointer - i32.const 26400 + i32.const 26592 i32.store global.get $~lib/memory/__stack_pointer - i32.const 26400 + i32.const 26592 i32.store offset=4 - i32.const 26400 - i32.const 26400 + i32.const 26592 + i32.const 26592 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 819 + i32.const 834 i32.const 1 call $~lib/builtins/abort unreachable end i32.const 0 global.set $std/string/str - i32.const 59212 + i32.const 59404 global.set $~lib/memory/__stack_pointer global.get $~lib/rt/itcms/state i32.const 0 @@ -24411,8 +24569,8 @@ global.set $~lib/memory/__stack_pointer return end - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -24426,11 +24584,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -24474,11 +24632,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -24539,11 +24697,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -24617,11 +24775,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -24809,7 +24967,7 @@ end else global.get $~lib/memory/__stack_pointer - block $__inlined_func$~lib/util/number/ulog_base$170 (result i32) + block $__inlined_func$~lib/util/number/ulog_base$171 (result i32) local.get $2 i64.extend_i32_u local.set $5 @@ -24830,7 +24988,7 @@ i32.div_u i32.const 1 i32.add - br $__inlined_func$~lib/util/number/ulog_base$170 + br $__inlined_func$~lib/util/number/ulog_base$171 end local.get $1 i64.extend_i32_s @@ -24920,11 +25078,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -25090,7 +25248,7 @@ end else global.get $~lib/memory/__stack_pointer - block $__inlined_func$~lib/util/number/ulog_base$174 (result i32) + block $__inlined_func$~lib/util/number/ulog_base$175 (result i32) local.get $0 i64.extend_i32_u local.set $4 @@ -25111,7 +25269,7 @@ i32.div_u i32.const 1 i32.add - br $__inlined_func$~lib/util/number/ulog_base$174 + br $__inlined_func$~lib/util/number/ulog_base$175 end local.get $1 i64.extend_i32_s @@ -25191,11 +25349,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -25429,7 +25587,7 @@ end else global.get $~lib/memory/__stack_pointer - block $__inlined_func$~lib/util/number/ulog_base$179 (result i32) + block $__inlined_func$~lib/util/number/ulog_base$180 (result i32) local.get $0 local.set $2 local.get $1 @@ -25449,7 +25607,7 @@ i32.div_u i32.const 1 i32.add - br $__inlined_func$~lib/util/number/ulog_base$179 + br $__inlined_func$~lib/util/number/ulog_base$180 end local.get $1 i64.extend_i32_s @@ -25529,11 +25687,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -25794,7 +25952,7 @@ end else global.get $~lib/memory/__stack_pointer - block $__inlined_func$~lib/util/number/ulog_base$184 (result i32) + block $__inlined_func$~lib/util/number/ulog_base$185 (result i32) local.get $0 local.set $2 local.get $1 @@ -25814,7 +25972,7 @@ i32.div_u i32.const 1 i32.add - br $__inlined_func$~lib/util/number/ulog_base$184 + br $__inlined_func$~lib/util/number/ulog_base$185 end local.get $1 i64.extend_i32_s @@ -25892,7 +26050,7 @@ global.set $~lib/memory/__stack_pointer local.get $3 ) - (func $~lib/util/number/dtoa (param $0 f64) (result i32) + (func $~lib/util/number/dtoa (param $0 f64) (result i32) (local $1 i32) (local $2 i32) global.get $~lib/memory/__stack_pointer @@ -25900,11 +26058,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 26444 + i32.const 26636 i32.lt_s if - i32.const 59232 - i32.const 59280 + i32.const 59424 + i32.const 59472 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -25913,61 +26071,126 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - local.get $0 - f64.const 0 - f64.eq - if - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 23280 - return - end - local.get $0 - local.get $0 - f64.sub - f64.const 0 - f64.ne - if + i32.const 23280 + local.set $1 + block $~lib/util/number/dtoa_impl|inlined.0 + local.get $0 + f64.const 0 + f64.eq + br_if $~lib/util/number/dtoa_impl|inlined.0 local.get $0 local.get $0 + f64.sub + f64.const 0 f64.ne if - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer i32.const 7696 - return + local.set $1 + local.get $0 + local.get $0 + f64.ne + br_if $~lib/util/number/dtoa_impl|inlined.0 + i32.const 8960 + i32.const 23312 + local.get $0 + f64.const 0 + f64.lt + select + local.set $1 + br $~lib/util/number/dtoa_impl|inlined.0 end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 8960 - i32.const 23312 local.get $0 - f64.const 0 - f64.lt - select - return + i32.const 0 + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $1 + i32.store + local.get $1 + i32.const 23344 + local.get $2 + memory.copy end - local.get $0 - call $~lib/util/number/dtoa_core - i32.const 1 - i32.shl - local.set $1 global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer local.get $1 - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $2 + ) + (func $~lib/util/number/dtoa (param $0 f32) (result i32) + (local $1 f64) + (local $2 i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 26636 + i32.lt_s + if + i32.const 59424 + i32.const 59472 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 i32.store - local.get $2 - i32.const 23344 - local.get $1 - memory.copy + i32.const 23280 + local.set $2 + block $~lib/util/number/dtoa_impl|inlined.1 + local.get $0 + f64.promote_f32 + local.tee $1 + f64.const 0 + f64.eq + br_if $~lib/util/number/dtoa_impl|inlined.1 + local.get $1 + local.get $1 + f64.sub + f64.const 0 + f64.ne + if + i32.const 7696 + local.set $2 + local.get $1 + local.get $1 + f64.ne + br_if $~lib/util/number/dtoa_impl|inlined.1 + i32.const 8960 + i32.const 23312 + local.get $1 + f64.const 0 + f64.lt + select + local.set $2 + br $~lib/util/number/dtoa_impl|inlined.1 + end + local.get $1 + i32.const 1 + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store + local.get $2 + i32.const 23344 + local.get $3 + memory.copy + end global.get $~lib/memory/__stack_pointer i32.const 4 i32.add diff --git a/tests/compiler/std/string.ts b/tests/compiler/std/string.ts index 7b9281c8e4..df5b2d5443 100644 --- a/tests/compiler/std/string.ts +++ b/tests/compiler/std/string.ts @@ -742,19 +742,17 @@ assert(dtoa(+f64.EPSILON) == "2.220446049250313e-16"); assert(dtoa(-f64.EPSILON) == "-2.220446049250313e-16"); assert(dtoa(+f64.MAX_VALUE) == "1.7976931348623157e+308"); assert(dtoa(-f64.MAX_VALUE) == "-1.7976931348623157e+308"); +assert(dtoa(+f32.EPSILON) == "1.1920929e-7"); +assert(dtoa(-f32.EPSILON) == "-1.1920929e-7"); +assert(dtoa(+f32.MAX_VALUE) == "3.4028235e+38"); +assert(dtoa(-f32.MAX_VALUE) == "-3.4028235e+38"); assert(dtoa(4.185580496821357e+298) == "4.185580496821357e+298"); assert(dtoa(2.2250738585072014e-308) == "2.2250738585072014e-308"); -// assert(dtoa(2.98023223876953125e-8) == "2.9802322387695312e-8"); // FIXME -// assert(dtoa(-2.109808898695963e+16) == "-21098088986959630.0"); // FIXME assert(dtoa(4.940656E-318) == "4.940656e-318"); assert(dtoa(9.0608011534336e+15) == "9060801153433600.0"); assert(dtoa(4.708356024711512e+18) == "4708356024711512000.0"); assert(dtoa(9.409340012568248e+18) == "9409340012568248000.0"); assert(dtoa(5e-324) == "5e-324"); -// Known imprecise issue for Grisu alghoritm. Need workaround -// Expeced: 1.2345e+21 -// Actual: 1.2344999999999999e+21 -// assert(dtoa(1.2345e+21) == "1.2345e+21"); assert(dtoa(1.0) == "1.0"); assert(dtoa(0.1) == "0.1"); @@ -780,12 +778,10 @@ assert(dtoa(1e-324) == "0.0"); assert(dtoa(4294967272) == "4294967272.0"); assert(dtoa(1.23121456734562345678e-8) == "1.2312145673456234e-8"); -// assert(dtoa(-0.0000010471975511965976) == "-0.0000010471975511965976"); // FIXME assert(dtoa(555555555.55555555) == "555555555.5555556"); assert(dtoa(0.9999999999999999) == "0.9999999999999999"); assert(dtoa(0.99999999999999995) == "1.0"); assert(dtoa(1234e-2) == "12.34"); -// assert(dtoa(0.1 + 0.2) == "0.30000000000000004"); // FIXME assert(dtoa(1.0 / 3.0) == "0.3333333333333333"); assert(dtoa(1.234e+20) == "123400000000000000000.0"); assert(dtoa(1.234e+21) == "1.234e+21"); @@ -796,6 +792,28 @@ assert(dtoa(1.1e+128) == "1.1e+128"); assert(dtoa(1.1e-64) == "1.1e-64"); assert(dtoa(0.000035689) == "0.000035689"); +// FIXME: The following are imprecise rounding issues for Grisu algorithm. Need workaround. + +// Expected: 1.2345e+21 +// Actual: 1.2344999999999999e+21 +// assert(dtoa(1.2345e+21) == "1.2345e+21"); + +// Expected: 2.98023223876953125e-8 +// Actual: 2.9802322387695315e-8 +// assert(dtoa(2.98023223876953125e-8) == "2.9802322387695312e-8"); + +// Expected: -2.109808898695963e+16 +// Actual: -21098088986959633.0 +// assert(dtoa(-2.109808898695963e+16) == "-21098088986959630.0"); + +// Expected: -0.0000010471975511965976 +// Actual: -0.0000010471975511965977 +// assert(dtoa(-0.0000010471975511965976) == "-0.0000010471975511965976"); + +// Expected: 0.30000000000000004 +// Actual: 0.30000000000000007 +// assert(dtoa(0.1 + 0.2) == "0.30000000000000004"); + // concat @@ -804,9 +822,6 @@ assert("".concat("bar") == "bar"); assert("bar".concat("") == "bar"); assert("".concat("") == ""); -// assert(dtoa(f32.MAX_VALUE) == "3.4028234663852886e+38"); // FIXME -// assert(dtoa(f32.EPSILON) == "1.1920928955078125e-7"); // FIXME - export function getString(): string { return str; } diff --git a/tests/compiler/std/typedarray.debug.wat b/tests/compiler/std/typedarray.debug.wat index 15de61b0fb..371919deb9 100644 --- a/tests/compiler/std/typedarray.debug.wat +++ b/tests/compiler/std/typedarray.debug.wat @@ -18,40 +18,42 @@ (type $16 (func (param i64 i64 i32 i32) (result i64))) (type $17 (func (param i32 i32) (result i64))) (type $18 (func (param i32 i64 i32) (result i32))) - (type $19 (func (param f32 f32 i32 i32) (result f32))) - (type $20 (func (param f64 f64 i32 i32) (result f64))) - (type $21 (func (param i64 i32 i32) (result i64))) - (type $22 (func (param i32 i32) (result f64))) - (type $23 (func (param i32 i32 i64) (result i64))) - (type $24 (func (param i32 i32) (result f32))) - (type $25 (func (param i64 i32 i32))) - (type $26 (func (param i32 f32 i32) (result i32))) - (type $27 (func (param i32 f64 i32) (result i32))) + (type $19 (func (param i32 f64 i32) (result i32))) + (type $20 (func (param f32 f32 i32 i32) (result f32))) + (type $21 (func (param f64 f64 i32 i32) (result f64))) + (type $22 (func (param i64 i32 i32) (result i64))) + (type $23 (func (param i32 i32) (result f64))) + (type $24 (func (param i32 i32 i64) (result i64))) + (type $25 (func (param i32 i32) (result f32))) + (type $26 (func (param i64 i32 i32))) + (type $27 (func (param i32 f32 i32) (result i32))) (type $28 (func (param i64 i32) (result i32))) (type $29 (func (param i32 i32 i32 i32 i32) (result i32))) (type $30 (func (param f32 i32 i32) (result f32))) (type $31 (func (param f64 i32 i32) (result f64))) (type $32 (func (param i32 i64 i32))) (type $33 (func (param i32 i64) (result i32))) - (type $34 (func (param i32 f64) (result i32))) - (type $35 (func (param i32 i32 i64))) - (type $36 (func (param i32 i32 f32) (result f32))) - (type $37 (func (param i32 i32 f64) (result f64))) - (type $38 (func (param f32 i32 i32))) - (type $39 (func (param f64 i32 i32))) - (type $40 (func (param i32 i32 i32 i32))) - (type $41 (func (param i32 i32 i64) (result i32))) - (type $42 (func (result i32))) - (type $43 (func (param f32 f32) (result f32))) - (type $44 (func (param f64 f64) (result f64))) - (type $45 (func (param i64) (result i64))) - (type $46 (func (param i32 i64 i32 i32))) - (type $47 (func (param i64) (result i32))) - (type $48 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) - (type $49 (func (param i32 i32 f64 f64 f64 f64 f64))) - (type $50 (func (param i32 i32 f64))) - (type $51 (func (param i32 i32 f32))) - (type $52 (func (param f64) (result i32))) + (type $34 (func (param i32 i32 i64))) + (type $35 (func (param i32 i32 f32) (result f32))) + (type $36 (func (param i32 i32 f64) (result f64))) + (type $37 (func (param f32 i32 i32))) + (type $38 (func (param f64 i32 i32))) + (type $39 (func (param i32 i32 i32 i32))) + (type $40 (func (param i32 i32 i64) (result i32))) + (type $41 (func (result i32))) + (type $42 (func (param f32 f32) (result f32))) + (type $43 (func (param f64 f64) (result f64))) + (type $44 (func (param i64) (result i64))) + (type $45 (func (param i32 i64 i32 i32))) + (type $46 (func (param i64) (result i32))) + (type $47 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) + (type $48 (func (param i32 f32) (result i32))) + (type $49 (func (param i32 f64) (result i32))) + (type $50 (func (param i32 i32 f64 f64 f64 f64 f64))) + (type $51 (func (param i32 i32 f64))) + (type $52 (func (param i32 i32 f32))) + (type $53 (func (param f32) (result i32))) + (type $54 (func (param f64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (import "env" "trace" (func $~lib/builtins/trace (param i32 i32 f64 f64 f64 f64 f64))) (global $~lib/typedarray/Int8Array.BYTES_PER_ELEMENT i32 (i32.const 1)) @@ -7730,26 +7732,30 @@ end unreachable ) - (func $~lib/util/number/dtoa_core (param $buffer i32) (param $value f64) (result i32) + (func $~lib/util/number/dtoa_core (param $buffer i32) (param $value f64) (param $isSingle i32) (result i32) (local $sign i32) - (local $value|3 f64) - (local $buffer|4 i32) - (local $sign|5 i32) - (local $uv i64) - (local $exp i32) - (local $sid i64) + (local $value|4 f64) + (local $buffer|5 i32) + (local $sign|6 i32) + (local $isSingle|7 i32) (local $frc i64) + (local $exp i32) + (local $uv i32) + (local $sid i32) + (local $uv|12 i64) + (local $sid|13 i64) (local $f i64) (local $e i32) - (local $frc|12 i64) - (local $exp|13 i32) + (local $isSingle|16 i32) + (local $frc|17 i64) + (local $exp|18 i32) (local $off i32) (local $m i32) (local $minExp i32) (local $dk f64) (local $k i32) (local $index i32) - (local $off|20 i32) + (local $off|25 i32) (local $frc_pow i64) (local $exp_pow i32) (local $u i64) @@ -7765,28 +7771,28 @@ (local $e1 i32) (local $e2 i32) (local $w_exp i32) - (local $u|36 i64) - (local $v|37 i64) - (local $u0|38 i64) - (local $v0|39 i64) - (local $u1|40 i64) - (local $v1|41 i64) - (local $l|42 i64) - (local $t|43 i64) - (local $w|44 i64) + (local $u|41 i64) + (local $v|42 i64) + (local $u0|43 i64) + (local $v0|44 i64) + (local $u1|45 i64) + (local $v1|46 i64) + (local $l|47 i64) + (local $t|48 i64) + (local $w|49 i64) (local $wp_frc i64) - (local $e1|46 i32) - (local $e2|47 i32) + (local $e1|51 i32) + (local $e2|52 i32) (local $wp_exp i32) - (local $u|49 i64) - (local $v|50 i64) - (local $u0|51 i64) - (local $v0|52 i64) - (local $u1|53 i64) - (local $v1|54 i64) - (local $l|55 i64) - (local $t|56 i64) - (local $w|57 i64) + (local $u|54 i64) + (local $v|55 i64) + (local $u0|56 i64) + (local $v0|57 i64) + (local $u1|58 i64) + (local $v1|59 i64) + (local $l|60 i64) + (local $t|61 i64) + (local $w|62 i64) (local $wm_frc i64) (local $delta i64) (local $len i32) @@ -7805,77 +7811,127 @@ end block $~lib/util/number/grisu2|inlined.0 (result i32) local.get $value - local.set $value|3 + local.set $value|4 local.get $buffer - local.set $buffer|4 + local.set $buffer|5 local.get $sign - local.set $sign|5 - local.get $value|3 - i64.reinterpret_f64 - local.set $uv - local.get $uv - i64.const 9218868437227405312 - i64.and - i64.const 52 - i64.shr_u - i32.wrap_i64 - local.set $exp - local.get $uv - i64.const 4503599627370495 - i64.and - local.set $sid - local.get $exp - i32.const 0 - i32.ne - i64.extend_i32_u - i64.const 52 - i64.shl - local.get $sid - i64.add - local.set $frc - local.get $exp - i32.const 1 - local.get $exp - select - i32.const 1023 - i32.const 52 - i32.add - i32.sub - local.set $exp + local.set $sign|6 + local.get $isSingle + local.set $isSingle|7 + local.get $isSingle|7 + if + local.get $value|4 + f32.demote_f64 + i32.reinterpret_f32 + local.set $uv + local.get $uv + i32.const 2139095040 + i32.and + i32.const 23 + i32.shr_u + local.set $exp + local.get $uv + i32.const 8388607 + i32.and + local.set $sid + local.get $exp + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 23 + i64.shl + local.get $sid + i64.extend_i32_u + i64.add + local.set $frc + local.get $exp + if (result i32) + local.get $exp + else + i32.const 1 + end + i32.const 127 + i32.const 23 + i32.add + i32.sub + local.set $exp + else + local.get $value|4 + i64.reinterpret_f64 + local.set $uv|12 + local.get $uv|12 + i64.const 9218868437227405312 + i64.and + i64.const 52 + i64.shr_u + i32.wrap_i64 + local.set $exp + local.get $uv|12 + i64.const 4503599627370495 + i64.and + local.set $sid|13 + local.get $exp + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 52 + i64.shl + local.get $sid|13 + i64.add + local.set $frc + local.get $exp + if (result i32) + local.get $exp + else + i32.const 1 + end + i32.const 1023 + i32.const 52 + i32.add + i32.sub + local.set $exp + end local.get $frc local.set $f local.get $exp local.set $e + local.get $isSingle|7 + local.set $isSingle|16 local.get $f i64.const 1 i64.shl i64.const 1 i64.add - local.set $frc|12 + local.set $frc|17 local.get $e i32.const 1 i32.sub - local.set $exp|13 - local.get $frc|12 + local.set $exp|18 + local.get $frc|17 i64.clz i32.wrap_i64 local.set $off - local.get $frc|12 + local.get $frc|17 local.get $off i64.extend_i32_s i64.shl - local.set $frc|12 - local.get $exp|13 + local.set $frc|17 + local.get $exp|18 local.get $off i32.sub - local.set $exp|13 + local.set $exp|18 i32.const 1 local.get $f - i64.const 4503599627370496 + local.get $isSingle|16 + if (result i64) + i64.const 8388608 + else + i64.const 4503599627370496 + end i64.eq i32.add local.set $m - local.get $frc|12 + local.get $frc|17 global.set $~lib/util/number/_frc_plus local.get $f local.get $m @@ -7886,12 +7942,12 @@ local.get $e local.get $m i32.sub - local.get $exp|13 + local.get $exp|18 i32.sub i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_minus - local.get $exp|13 + local.get $exp|18 global.set $~lib/util/number/_exp global.get $~lib/util/number/_exp local.set $minExp @@ -7943,14 +7999,14 @@ local.get $frc i64.clz i32.wrap_i64 - local.set $off|20 + local.set $off|25 local.get $frc - local.get $off|20 + local.get $off|25 i64.extend_i32_s i64.shl local.set $frc local.get $exp - local.get $off|20 + local.get $off|25 i32.sub local.set $exp global.get $~lib/util/number/_frc_pow @@ -8035,63 +8091,63 @@ local.set $w_exp block $~lib/util/number/umul64f|inlined.1 (result i64) global.get $~lib/util/number/_frc_plus - local.set $u|36 + local.set $u|41 local.get $frc_pow - local.set $v|37 - local.get $u|36 + local.set $v|42 + local.get $u|41 i64.const 4294967295 i64.and - local.set $u0|38 - local.get $v|37 + local.set $u0|43 + local.get $v|42 i64.const 4294967295 i64.and - local.set $v0|39 - local.get $u|36 + local.set $v0|44 + local.get $u|41 i64.const 32 i64.shr_u - local.set $u1|40 - local.get $v|37 + local.set $u1|45 + local.get $v|42 i64.const 32 i64.shr_u - local.set $v1|41 - local.get $u0|38 - local.get $v0|39 + local.set $v1|46 + local.get $u0|43 + local.get $v0|44 i64.mul - local.set $l|42 - local.get $u1|40 - local.get $v0|39 + local.set $l|47 + local.get $u1|45 + local.get $v0|44 i64.mul - local.get $l|42 + local.get $l|47 i64.const 32 i64.shr_u i64.add - local.set $t|43 - local.get $u0|38 - local.get $v1|41 + local.set $t|48 + local.get $u0|43 + local.get $v1|46 i64.mul - local.get $t|43 + local.get $t|48 i64.const 4294967295 i64.and i64.add - local.set $w|44 - local.get $w|44 + local.set $w|49 + local.get $w|49 i64.const 2147483647 i64.add - local.set $w|44 - local.get $t|43 + local.set $w|49 + local.get $t|48 i64.const 32 i64.shr_u - local.set $t|43 - local.get $w|44 + local.set $t|48 + local.get $w|49 i64.const 32 i64.shr_u - local.set $w|44 - local.get $u1|40 - local.get $v1|41 + local.set $w|49 + local.get $u1|45 + local.get $v1|46 i64.mul - local.get $t|43 + local.get $t|48 i64.add - local.get $w|44 + local.get $w|49 i64.add br $~lib/util/number/umul64f|inlined.1 end @@ -8100,11 +8156,11 @@ local.set $wp_frc block $~lib/util/number/umul64e|inlined.1 (result i32) global.get $~lib/util/number/_exp - local.set $e1|46 + local.set $e1|51 local.get $exp_pow - local.set $e2|47 - local.get $e1|46 - local.get $e2|47 + local.set $e2|52 + local.get $e1|51 + local.get $e2|52 i32.add i32.const 64 i32.add @@ -8113,63 +8169,63 @@ local.set $wp_exp block $~lib/util/number/umul64f|inlined.2 (result i64) global.get $~lib/util/number/_frc_minus - local.set $u|49 + local.set $u|54 local.get $frc_pow - local.set $v|50 - local.get $u|49 + local.set $v|55 + local.get $u|54 i64.const 4294967295 i64.and - local.set $u0|51 - local.get $v|50 + local.set $u0|56 + local.get $v|55 i64.const 4294967295 i64.and - local.set $v0|52 - local.get $u|49 + local.set $v0|57 + local.get $u|54 i64.const 32 i64.shr_u - local.set $u1|53 - local.get $v|50 + local.set $u1|58 + local.get $v|55 i64.const 32 i64.shr_u - local.set $v1|54 - local.get $u0|51 - local.get $v0|52 + local.set $v1|59 + local.get $u0|56 + local.get $v0|57 i64.mul - local.set $l|55 - local.get $u1|53 - local.get $v0|52 + local.set $l|60 + local.get $u1|58 + local.get $v0|57 i64.mul - local.get $l|55 + local.get $l|60 i64.const 32 i64.shr_u i64.add - local.set $t|56 - local.get $u0|51 - local.get $v1|54 + local.set $t|61 + local.get $u0|56 + local.get $v1|59 i64.mul - local.get $t|56 + local.get $t|61 i64.const 4294967295 i64.and i64.add - local.set $w|57 - local.get $w|57 + local.set $w|62 + local.get $w|62 i64.const 2147483647 i64.add - local.set $w|57 - local.get $t|56 + local.set $w|62 + local.get $t|61 i64.const 32 i64.shr_u - local.set $t|56 - local.get $w|57 + local.set $t|61 + local.get $w|62 i64.const 32 i64.shr_u - local.set $w|57 - local.get $u1|53 - local.get $v1|54 + local.set $w|62 + local.get $u1|58 + local.get $v1|59 i64.mul - local.get $t|56 + local.get $t|61 i64.add - local.get $w|57 + local.get $w|62 i64.add br $~lib/util/number/umul64f|inlined.2 end @@ -8180,13 +8236,13 @@ local.get $wm_frc i64.sub local.set $delta - local.get $buffer|4 + local.get $buffer|5 local.get $w_frc local.get $w_exp local.get $wp_frc local.get $wp_exp local.get $delta - local.get $sign|5 + local.get $sign|6 call $~lib/util/number/genDigits br $~lib/util/number/grisu2|inlined.0 end @@ -8207,77 +8263,177 @@ i32.add return ) - (func $~lib/util/number/dtoa_buffered (param $buffer i32) (param $value f64) (result i32) + (func $~lib/util/number/dtoa_buffered (param $buffer i32) (param $value f32) (result i32) + (local $buffer|2 i32) + (local $value|3 f64) + (local $isSingle i32) (local $sign i32) - local.get $value - f64.const 0 - f64.eq - if - local.get $buffer - i32.const 48 - i32.store16 - local.get $buffer - i32.const 46 - i32.store16 offset=2 + block $~lib/util/number/dtoa_buffered_impl|inlined.0 (result i32) local.get $buffer - i32.const 48 - i32.store16 offset=4 - i32.const 3 - return - end - local.get $value - local.get $value - f64.sub - f64.const 0 - f64.eq - i32.eqz - if + local.set $buffer|2 local.get $value + f64.promote_f32 + local.set $value|3 + i32.const 1 + local.set $isSingle + local.get $value|3 + f64.const 0 + f64.eq + if + local.get $buffer|2 + i32.const 48 + i32.store16 + local.get $buffer|2 + i32.const 46 + i32.store16 offset=2 + local.get $buffer|2 + i32.const 48 + i32.store16 offset=4 + i32.const 3 + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + end + local.get $value|3 + local.get $value|3 + f64.sub + f64.const 0 + f64.eq + i32.eqz + if + local.get $value|3 + local.get $value|3 + f64.ne + if + local.get $buffer|2 + i32.const 78 + i32.store16 + local.get $buffer|2 + i32.const 97 + i32.store16 offset=2 + local.get $buffer|2 + i32.const 78 + i32.store16 offset=4 + i32.const 3 + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + else + local.get $value|3 + f64.const 0 + f64.lt + local.set $sign + local.get $sign + if + local.get $buffer|2 + i32.const 45 + i32.store16 + local.get $buffer|2 + i32.const 2 + i32.add + local.set $buffer|2 + end + local.get $buffer|2 + i64.const 29555310648492105 + i64.store + local.get $buffer|2 + i64.const 34058970405077102 + i64.store offset=8 + i32.const 8 + local.get $sign + i32.add + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + end + unreachable + end + local.get $buffer|2 + local.get $value|3 + local.get $isSingle + call $~lib/util/number/dtoa_core + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + end + return + ) + (func $~lib/util/number/dtoa_buffered (param $buffer i32) (param $value f64) (result i32) + (local $buffer|2 i32) + (local $value|3 f64) + (local $isSingle i32) + (local $sign i32) + block $~lib/util/number/dtoa_buffered_impl|inlined.1 (result i32) + local.get $buffer + local.set $buffer|2 local.get $value - f64.ne + local.set $value|3 + i32.const 0 + local.set $isSingle + local.get $value|3 + f64.const 0 + f64.eq if - local.get $buffer - i32.const 78 + local.get $buffer|2 + i32.const 48 i32.store16 - local.get $buffer - i32.const 97 + local.get $buffer|2 + i32.const 46 i32.store16 offset=2 - local.get $buffer - i32.const 78 + local.get $buffer|2 + i32.const 48 i32.store16 offset=4 i32.const 3 - return - else - local.get $value - f64.const 0 - f64.lt - local.set $sign - local.get $sign + br $~lib/util/number/dtoa_buffered_impl|inlined.1 + end + local.get $value|3 + local.get $value|3 + f64.sub + f64.const 0 + f64.eq + i32.eqz + if + local.get $value|3 + local.get $value|3 + f64.ne if - local.get $buffer - i32.const 45 + local.get $buffer|2 + i32.const 78 i32.store16 - local.get $buffer - i32.const 2 + local.get $buffer|2 + i32.const 97 + i32.store16 offset=2 + local.get $buffer|2 + i32.const 78 + i32.store16 offset=4 + i32.const 3 + br $~lib/util/number/dtoa_buffered_impl|inlined.1 + else + local.get $value|3 + f64.const 0 + f64.lt + local.set $sign + local.get $sign + if + local.get $buffer|2 + i32.const 45 + i32.store16 + local.get $buffer|2 + i32.const 2 + i32.add + local.set $buffer|2 + end + local.get $buffer|2 + i64.const 29555310648492105 + i64.store + local.get $buffer|2 + i64.const 34058970405077102 + i64.store offset=8 + i32.const 8 + local.get $sign i32.add - local.set $buffer + br $~lib/util/number/dtoa_buffered_impl|inlined.1 end - local.get $buffer - i64.const 29555310648492105 - i64.store - local.get $buffer - i64.const 34058970405077102 - i64.store offset=8 - i32.const 8 - local.get $sign - i32.add - return + unreachable end - unreachable + local.get $buffer|2 + local.get $value|3 + local.get $isSingle + call $~lib/util/number/dtoa_core + br $~lib/util/number/dtoa_buffered_impl|inlined.1 end - local.get $buffer - local.get $value - call $~lib/util/number/dtoa_core return ) (func $~lib/arraybuffer/ArrayBuffer#get:byteLength (param $this i32) (result i32) @@ -20199,7 +20355,7 @@ global.set $~argumentsLength local.get $fn|4 i32.load - call_indirect (type $19) + call_indirect (type $20) local.set $initialValue|5 local.get $i i32.const 1 @@ -20371,7 +20527,7 @@ global.set $~argumentsLength local.get $fn|4 i32.load - call_indirect (type $20) + call_indirect (type $21) local.set $initialValue|5 local.get $i i32.const 1 @@ -23911,7 +24067,7 @@ global.set $~argumentsLength local.get $fn|4 i32.load - call_indirect (type $19) + call_indirect (type $20) local.set $initialValue|5 local.get $i i32.const 1 @@ -24082,7 +24238,7 @@ global.set $~argumentsLength local.get $fn|4 i32.load - call_indirect (type $20) + call_indirect (type $21) local.set $initialValue|5 local.get $i i32.const 1 @@ -26199,7 +26355,7 @@ global.set $~argumentsLength local.get $fn|3 i32.load - call_indirect (type $21) + call_indirect (type $22) i64.store local.get $i i32.const 1 @@ -26497,7 +26653,7 @@ global.set $~argumentsLength local.get $fn|3 i32.load - call_indirect (type $21) + call_indirect (type $22) i64.store local.get $i i32.const 1 @@ -41334,7 +41490,7 @@ global.set $~argumentsLength local.get $fn|3 i32.load - call_indirect (type $25) + call_indirect (type $26) local.get $i i32.const 1 i32.add @@ -41584,7 +41740,7 @@ global.set $~argumentsLength local.get $fn|3 i32.load - call_indirect (type $25) + call_indirect (type $26) local.get $i i32.const 1 i32.add @@ -41834,7 +41990,7 @@ global.set $~argumentsLength local.get $fn|3 i32.load - call_indirect (type $38) + call_indirect (type $37) local.get $i i32.const 1 i32.add @@ -42084,7 +42240,7 @@ global.set $~argumentsLength local.get $fn|3 i32.load - call_indirect (type $39) + call_indirect (type $38) local.get $i i32.const 1 i32.add @@ -60147,8 +60303,7 @@ if local.get $dataStart f32.load - f64.promote_f32 - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $10 global.get $~lib/memory/__stack_pointer i32.const 8 @@ -60204,8 +60359,7 @@ i32.shl i32.add local.get $value - f64.promote_f32 - call $~lib/util/number/dtoa_buffered + call $~lib/util/number/dtoa_buffered i32.add local.set $offset local.get $sepLen @@ -60246,8 +60400,7 @@ i32.shl i32.add local.get $value - f64.promote_f32 - call $~lib/util/number/dtoa_buffered + call $~lib/util/number/dtoa_buffered i32.add local.set $offset local.get $estLen @@ -60521,7 +60674,7 @@ if local.get $dataStart f64.load - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa local.set $10 global.get $~lib/memory/__stack_pointer i32.const 8 @@ -60577,7 +60730,7 @@ i32.shl i32.add local.get $value - call $~lib/util/number/dtoa_buffered + call $~lib/util/number/dtoa_buffered i32.add local.set $offset local.get $sepLen @@ -60618,7 +60771,7 @@ i32.shl i32.add local.get $value - call $~lib/util/number/dtoa_buffered + call $~lib/util/number/dtoa_buffered i32.add local.set $offset local.get $estLen @@ -93815,10 +93968,12 @@ local.get $17 return ) - (func $~lib/util/number/dtoa (param $value f64) (result i32) + (func $~lib/util/number/dtoa (param $value f32) (result i32) + (local $value|1 f64) + (local $isSingle i32) (local $size i32) (local $result i32) - (local $3 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -93827,76 +93982,143 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - local.get $value - f64.const 0 - f64.eq - if - i32.const 8640 - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return - end - local.get $value - local.get $value - f64.sub - f64.const 0 - f64.eq - i32.eqz - if - local.get $value + block $~lib/util/number/dtoa_impl|inlined.0 (result i32) local.get $value - f64.ne + f64.promote_f32 + local.set $value|1 + i32.const 1 + local.set $isSingle + local.get $value|1 + f64.const 0 + f64.eq if - i32.const 8672 - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return + i32.const 8640 + br $~lib/util/number/dtoa_impl|inlined.0 end - i32.const 8704 - i32.const 8752 - local.get $value + local.get $value|1 + local.get $value|1 + f64.sub f64.const 0 - f64.lt - select - local.set $3 + f64.eq + i32.eqz + if + local.get $value|1 + local.get $value|1 + f64.ne + if + i32.const 8672 + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 8704 + i32.const 8752 + local.get $value|1 + f64.const 0 + f64.lt + select + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 8784 + local.get $value|1 + local.get $isSingle + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $size global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return + local.get $size + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $result + i32.store + local.get $result + i32.const 8784 + local.get $size + memory.copy + local.get $result + br $~lib/util/number/dtoa_impl|inlined.0 end - i32.const 8784 - local.get $value - call $~lib/util/number/dtoa_core - i32.const 1 - i32.shl - local.set $size + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $size - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $result + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $5 + return + ) + (func $~lib/util/number/dtoa (param $value f64) (result i32) + (local $value|1 f64) + (local $isSingle i32) + (local $size i32) + (local $result i32) + (local $5 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 i32.store - local.get $result - i32.const 8784 - local.get $size - memory.copy - local.get $result - local.set $3 + block $~lib/util/number/dtoa_impl|inlined.1 (result i32) + local.get $value + local.set $value|1 + i32.const 0 + local.set $isSingle + local.get $value|1 + f64.const 0 + f64.eq + if + i32.const 8640 + br $~lib/util/number/dtoa_impl|inlined.1 + end + local.get $value|1 + local.get $value|1 + f64.sub + f64.const 0 + f64.eq + i32.eqz + if + local.get $value|1 + local.get $value|1 + f64.ne + if + i32.const 8672 + br $~lib/util/number/dtoa_impl|inlined.1 + end + i32.const 8704 + i32.const 8752 + local.get $value|1 + f64.const 0 + f64.lt + select + br $~lib/util/number/dtoa_impl|inlined.1 + end + i32.const 8784 + local.get $value|1 + local.get $isSingle + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $size + global.get $~lib/memory/__stack_pointer + local.get $size + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $result + i32.store + local.get $result + i32.const 8784 + local.get $size + memory.copy + local.get $result + br $~lib/util/number/dtoa_impl|inlined.1 + end + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $5 return ) (func $~lib/arraybuffer/ArrayBuffer#constructor (param $this i32) (param $length i32) (result i32) diff --git a/tests/compiler/std/typedarray.release.wat b/tests/compiler/std/typedarray.release.wat index 6b63063fcc..30c2366c5a 100644 --- a/tests/compiler/std/typedarray.release.wat +++ b/tests/compiler/std/typedarray.release.wat @@ -24,24 +24,23 @@ (type $22 (func (param f32 f32 i32 i32) (result f32))) (type $23 (func (param f64 f64 i32 i32) (result f64))) (type $24 (func (param i64 i32 i32) (result i64))) - (type $25 (func (param i32 f64) (result i32))) + (type $25 (func (param i32 f64 i32) (result i32))) (type $26 (func (param i32 i32) (result f64))) (type $27 (func (param i32 i32) (result f32))) (type $28 (func (param i64 i32 i32))) (type $29 (func (param f32 i32 i32) (result f32))) (type $30 (func (param f64 i32 i32) (result f64))) - (type $31 (func (param f32 i32 i32))) - (type $32 (func (param f64 i32 i32))) - (type $33 (func (param i32 f32 i32) (result i32))) - (type $34 (func (param i32 f64 i32) (result i32))) - (type $35 (func (result i32))) - (type $36 (func (param i32 i64 i32))) - (type $37 (func (param i32 i64 i64 i32 i64 i32) (result i32))) - (type $38 (func (param i32 i32 f64 f64 f64 f64 f64))) - (type $39 (func (param i32 i32 f64))) - (type $40 (func (param i32 i32 f32))) - (type $41 (func (param i32 f32) (result i32))) - (type $42 (func (param f64) (result i32))) + (type $31 (func (param i32 f32) (result i32))) + (type $32 (func (param i32 f64) (result i32))) + (type $33 (func (param f32 i32 i32))) + (type $34 (func (param f64 i32 i32))) + (type $35 (func (param i32 f32 i32) (result i32))) + (type $36 (func (result i32))) + (type $37 (func (param i32 i64 i32))) + (type $38 (func (param i32 i64 i64 i32 i64 i32) (result i32))) + (type $39 (func (param i32 i32 f64 f64 f64 f64 f64))) + (type $40 (func (param i32 i32 f64))) + (type $41 (func (param i32 i32 f32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (import "env" "trace" (func $~lib/builtins/trace (param i32 i32 f64 f64 f64 f64 f64))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -767,7 +766,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$1388 + block $__inlined_func$~lib/rt/itcms/Object#unlink$1391 local.get $0 i32.load offset=4 i32.const -4 @@ -791,7 +790,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$1388 + br $__inlined_func$~lib/rt/itcms/Object#unlink$1391 end local.get $0 i32.load offset=8 @@ -4969,13 +4968,12 @@ end end ) - (func $~lib/util/number/dtoa_core (param $0 i32) (param $1 f64) (result i32) - (local $2 i64) - (local $3 i32) - (local $4 i64) - (local $5 i64) + (func $~lib/util/number/dtoa_core (param $0 i32) (param $1 f64) (param $2 i32) (result i32) + (local $3 i64) + (local $4 i32) + (local $5 i32) (local $6 i64) - (local $7 i32) + (local $7 i64) (local $8 i32) (local $9 i32) (local $10 i64) @@ -4984,74 +4982,110 @@ (local $13 i64) (local $14 i64) (local $15 i64) + (local $16 i64) local.get $1 f64.const 0 f64.lt - local.tee $3 - if (result f64) + local.tee $4 + if local.get $0 i32.const 45 i32.store16 local.get $1 f64.neg + local.set $1 + end + local.get $2 + if (result i64) + local.get $1 + f32.demote_f64 + i32.reinterpret_f32 + local.tee $8 + i32.const 2139095040 + i32.and + i32.const 23 + i32.shr_u + local.tee $9 + i32.const 1 + local.get $9 + select + i32.const 150 + i32.sub + local.set $5 + local.get $8 + i32.const 8388607 + i32.and + i64.extend_i32_u + local.get $9 + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 23 + i64.shl + i64.add else local.get $1 + i64.reinterpret_f64 + local.tee $3 + i64.const 9218868437227405312 + i64.and + i64.const 52 + i64.shr_u + i32.wrap_i64 + local.tee $8 + i32.const 1 + local.get $8 + select + i32.const 1075 + i32.sub + local.set $5 + local.get $3 + i64.const 4503599627370495 + i64.and + local.get $8 + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 52 + i64.shl + i64.add end - i64.reinterpret_f64 - local.tee $2 - i64.const 9218868437227405312 - i64.and - i64.const 52 - i64.shr_u - i32.wrap_i64 - local.tee $7 - i32.const 1 - local.get $7 - select - i32.const 1075 - i32.sub - local.tee $8 + local.set $3 + local.get $5 i32.const 1 i32.sub - local.get $2 - i64.const 4503599627370495 - i64.and - local.get $7 - i32.const 0 - i32.ne - i64.extend_i32_u - i64.const 52 - i64.shl - i64.add - local.tee $2 + local.get $3 i64.const 1 i64.shl i64.const 1 i64.add - local.tee $4 + local.tee $6 i64.clz i32.wrap_i64 - local.tee $7 + local.tee $8 i32.sub local.set $9 - local.get $4 - local.get $7 + local.get $6 + local.get $8 i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_plus - local.get $2 - local.get $2 + local.get $3 + local.get $3 + i64.const 8388608 i64.const 4503599627370496 + local.get $2 + select i64.eq i32.const 1 i32.add - local.tee $7 + local.tee $2 i64.extend_i32_s i64.shl i64.const 1 i64.sub - local.get $8 - local.get $7 + local.get $5 + local.get $2 i32.sub local.get $9 i32.sub @@ -5071,8 +5105,8 @@ f64.add local.tee $1 i32.trunc_sat_f64_s - local.tee $7 - local.get $7 + local.tee $2 + local.get $2 f64.convert_i32_s local.get $1 f64.ne @@ -5081,99 +5115,99 @@ i32.shr_s i32.const 1 i32.add - local.tee $7 + local.tee $2 i32.const 3 i32.shl - local.tee $8 + local.tee $5 i32.sub global.set $~lib/util/number/_K - local.get $8 + local.get $5 i32.const 9864 i32.add i64.load global.set $~lib/util/number/_frc_pow - local.get $7 + local.get $2 i32.const 1 i32.shl i32.const 10560 i32.add i32.load16_s global.set $~lib/util/number/_exp_pow - local.get $2 - local.get $2 + local.get $3 + local.get $3 i64.clz i64.shl - local.tee $2 + local.tee $3 i64.const 4294967295 i64.and - local.set $5 - local.get $2 + local.set $10 + local.get $3 i64.const 32 i64.shr_u - local.tee $4 + local.tee $6 global.get $~lib/util/number/_frc_pow - local.tee $10 + local.tee $11 i64.const 4294967295 i64.and - local.tee $11 + local.tee $12 i64.mul - local.get $5 - local.get $11 + local.get $10 + local.get $12 i64.mul i64.const 32 i64.shr_u i64.add - local.set $12 + local.set $13 global.get $~lib/util/number/_frc_plus - local.tee $2 + local.tee $3 i64.const 4294967295 i64.and - local.set $13 - local.get $11 - local.get $2 + local.set $14 + local.get $12 + local.get $3 i64.const 32 i64.shr_u - local.tee $6 + local.tee $7 i64.mul - local.get $11 - local.get $13 + local.get $12 + local.get $14 i64.mul i64.const 32 i64.shr_u i64.add - local.set $14 + local.set $15 global.get $~lib/util/number/_frc_minus - local.tee $15 + local.tee $16 i64.const 4294967295 i64.and - local.set $2 - local.get $11 - local.get $15 + local.set $3 + local.get $12 + local.get $16 i64.const 32 i64.shr_u - local.tee $15 + local.tee $16 i64.mul - local.get $2 - local.get $11 + local.get $3 + local.get $12 i64.mul i64.const 32 i64.shr_u i64.add - local.set $11 - local.get $10 + local.set $12 + local.get $11 i64.const 32 i64.shr_u - local.tee $10 - local.get $6 + local.tee $11 + local.get $7 i64.mul - local.get $14 + local.get $15 i64.const 32 i64.shr_u i64.add - local.get $10 - local.get $13 - i64.mul + local.get $11 local.get $14 + i64.mul + local.get $15 i64.const 4294967295 i64.and i64.add @@ -5184,24 +5218,24 @@ i64.add i64.const 1 i64.sub - local.set $6 + local.set $7 local.get $0 - local.get $3 + local.get $4 i32.const 1 i32.shl i32.add local.get $0 - local.get $4 - local.get $10 + local.get $6 + local.get $11 i64.mul - local.get $12 + local.get $13 i64.const 32 i64.shr_u i64.add - local.get $5 local.get $10 + local.get $11 i64.mul - local.get $12 + local.get $13 i64.const 4294967295 i64.and i64.add @@ -5210,24 +5244,24 @@ i64.const 32 i64.shr_u i64.add - local.get $6 + local.get $7 global.get $~lib/util/number/_exp_pow global.get $~lib/util/number/_exp i32.add i32.const -64 i32.sub - local.get $6 - local.get $10 - local.get $15 - i64.mul + local.get $7 local.get $11 + local.get $16 + i64.mul + local.get $12 i64.const 32 i64.shr_u i64.add - local.get $2 - local.get $10 - i64.mul + local.get $3 local.get $11 + i64.mul + local.get $12 i64.const 4294967295 i64.and i64.add @@ -5239,84 +5273,163 @@ i64.const 1 i64.add i64.sub - local.get $3 + local.get $4 call $~lib/util/number/genDigits - local.get $3 + local.get $4 i32.sub global.get $~lib/util/number/_K call $~lib/util/number/prettify - local.get $3 + local.get $4 i32.add ) - (func $~lib/util/number/dtoa_buffered (param $0 i32) (param $1 f64) (result i32) - (local $2 i32) - local.get $1 - f64.const 0 - f64.eq - if - local.get $0 - i32.const 48 - i32.store16 - local.get $0 - i32.const 46 - i32.store16 offset=2 + (func $~lib/util/number/dtoa_buffered (param $0 i32) (param $1 f32) (result i32) + (local $2 f64) + (local $3 i32) + block $~lib/util/number/dtoa_buffered_impl|inlined.0 (result i32) + local.get $1 + f64.promote_f32 + local.tee $2 + f64.const 0 + f64.eq + if + local.get $0 + i32.const 48 + i32.store16 + local.get $0 + i32.const 46 + i32.store16 offset=2 + local.get $0 + i32.const 48 + i32.store16 offset=4 + i32.const 3 + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + end + local.get $2 + local.get $2 + f64.sub + f64.const 0 + f64.ne + if + local.get $2 + local.get $2 + f64.ne + if + local.get $0 + i32.const 78 + i32.store16 + local.get $0 + i32.const 97 + i32.store16 offset=2 + local.get $0 + i32.const 78 + i32.store16 offset=4 + i32.const 3 + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + else + local.get $2 + f64.const 0 + f64.lt + local.tee $3 + if + local.get $0 + i32.const 45 + i32.store16 + local.get $0 + i32.const 2 + i32.add + local.set $0 + end + local.get $0 + i64.const 29555310648492105 + i64.store + local.get $0 + i64.const 34058970405077102 + i64.store offset=8 + local.get $3 + i32.const 8 + i32.add + br $~lib/util/number/dtoa_buffered_impl|inlined.0 + end + unreachable + end local.get $0 - i32.const 48 - i32.store16 offset=4 - i32.const 3 - return + local.get $2 + i32.const 1 + call $~lib/util/number/dtoa_core end - local.get $1 - local.get $1 - f64.sub - f64.const 0 - f64.ne - if - local.get $1 + ) + (func $~lib/util/number/dtoa_buffered (param $0 i32) (param $1 f64) (result i32) + (local $2 i32) + block $~lib/util/number/dtoa_buffered_impl|inlined.1 (result i32) local.get $1 - f64.ne + f64.const 0 + f64.eq if local.get $0 - i32.const 78 + i32.const 48 i32.store16 local.get $0 - i32.const 97 + i32.const 46 i32.store16 offset=2 local.get $0 - i32.const 78 + i32.const 48 i32.store16 offset=4 i32.const 3 - return - else + br $~lib/util/number/dtoa_buffered_impl|inlined.1 + end + local.get $1 + local.get $1 + f64.sub + f64.const 0 + f64.ne + if local.get $1 - f64.const 0 - f64.lt - local.tee $2 + local.get $1 + f64.ne if local.get $0 - i32.const 45 + i32.const 78 i32.store16 local.get $0 - i32.const 2 + i32.const 97 + i32.store16 offset=2 + local.get $0 + i32.const 78 + i32.store16 offset=4 + i32.const 3 + br $~lib/util/number/dtoa_buffered_impl|inlined.1 + else + local.get $1 + f64.const 0 + f64.lt + local.tee $2 + if + local.get $0 + i32.const 45 + i32.store16 + local.get $0 + i32.const 2 + i32.add + local.set $0 + end + local.get $0 + i64.const 29555310648492105 + i64.store + local.get $0 + i64.const 34058970405077102 + i64.store offset=8 + local.get $2 + i32.const 8 i32.add - local.set $0 + br $~lib/util/number/dtoa_buffered_impl|inlined.1 end - local.get $0 - i64.const 29555310648492105 - i64.store - local.get $0 - i64.const 34058970405077102 - i64.store offset=8 - local.get $2 - i32.const 8 - i32.add - return + unreachable end - unreachable + local.get $0 + local.get $1 + i32.const 0 + call $~lib/util/number/dtoa_core end - local.get $0 - local.get $1 - call $~lib/util/number/dtoa_core ) (func $~lib/util/sort/insertionSort (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (local $5 i32) @@ -37625,56 +37738,31 @@ global.set $~lib/memory/__stack_pointer local.get $0 ) - (func $~lib/typedarray/Float32Array#join (param $0 i32) (result i32) - (local $1 i32) + (func $~lib/util/string/joinFloatArray (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) + (local $3 f64) (local $4 i32) - (local $5 i32) + (local $5 f32) (local $6 i32) + (local $7 i32) + (local $8 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.load offset=4 - local.set $5 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - call $~lib/typedarray/Int32Array#get:length - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - block $__inlined_func$~lib/util/string/joinFloatArray$1393 - local.get $0 + block $folding-inner1 + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $1 i32.const 1 i32.sub - local.tee $6 + local.tee $8 i32.const 0 i32.lt_s if @@ -37683,22 +37771,78 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 - local.set $0 - br $__inlined_func$~lib/util/string/joinFloatArray$1393 + return end - local.get $6 + local.get $8 i32.eqz if - local.get $5 + local.get $0 f32.load - f64.promote_f32 - call $~lib/util/number/dtoa + local.set $5 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + i32.const 9664 local.set $0 + block $~lib/util/number/dtoa_impl|inlined.0 + local.get $5 + f64.promote_f32 + local.tee $3 + f64.const 0 + f64.eq + br_if $~lib/util/number/dtoa_impl|inlined.0 + local.get $3 + local.get $3 + f64.sub + f64.const 0 + f64.ne + if + i32.const 9696 + local.set $0 + local.get $3 + local.get $3 + f64.ne + br_if $~lib/util/number/dtoa_impl|inlined.0 + i32.const 9728 + i32.const 9776 + local.get $3 + f64.const 0 + f64.lt + select + local.set $0 + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 9808 + local.get $3 + i32.const 1 + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + local.get $0 + i32.const 9808 + local.get $1 + memory.copy + end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinFloatArray$1393 + br $folding-inner1 end global.get $~lib/memory/__stack_pointer i32.const 9584 @@ -37708,166 +37852,180 @@ i32.load i32.const 1 i32.shr_u - local.tee $4 + local.tee $1 i32.const 28 i32.add - local.get $6 + local.get $8 i32.mul i32.const 28 i32.add - local.tee $2 + local.tee $6 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $7 i32.store offset=4 loop $for-loop|0 - local.get $3 - local.get $6 + local.get $4 + local.get $8 i32.lt_s if - local.get $0 - local.get $1 + local.get $7 + local.get $2 i32.const 1 i32.shl i32.add - local.get $5 - local.get $3 + local.get $0 + local.get $4 i32.const 2 i32.shl i32.add f32.load - f64.promote_f32 - call $~lib/util/number/dtoa_buffered - local.get $1 + call $~lib/util/number/dtoa_buffered + local.get $2 i32.add - local.set $1 - local.get $4 + local.set $2 + local.get $1 if - local.get $0 - local.get $1 + local.get $7 + local.get $2 i32.const 1 i32.shl i32.add i32.const 9584 - local.get $4 + local.get $1 i32.const 1 i32.shl memory.copy local.get $1 - local.get $4 + local.get $2 i32.add - local.set $1 + local.set $2 end - local.get $3 + local.get $4 i32.const 1 i32.add - local.set $3 + local.set $4 br $for-loop|0 end end + local.get $6 + local.get $7 local.get $2 - local.get $0 - local.get $1 i32.const 1 i32.shl i32.add - local.get $5 - local.get $6 + local.get $0 + local.get $8 i32.const 2 i32.shl i32.add f32.load - f64.promote_f32 - call $~lib/util/number/dtoa_buffered - local.get $1 + call $~lib/util/number/dtoa_buffered + local.get $2 i32.add - local.tee $1 + local.tee $0 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $7 i32.store + local.get $7 local.get $0 - local.get $1 call $~lib/string/String#substring local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinFloatArray$1393 + br $folding-inner1 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer + local.get $7 + return end - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - return + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable end - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 ) - (func $~lib/typedarray/Float64Array#join (param $0 i32) (result i32) + (func $~lib/typedarray/Float32Array#join (param $0 i32) (result i32) (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + if + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.load offset=4 + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + call $~lib/typedarray/Int32Array#get:length + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 9584 + i32.store + local.get $1 + local.get $0 + call $~lib/util/string/joinFloatArray + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $~lib/util/string/joinFloatArray (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) + (local $3 f64) (local $4 i32) (local $5 i32) (local $6 i32) + (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - i32.load offset=4 - local.set $5 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 - call $~lib/typedarray/Int64Array#get:length - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - block $__inlined_func$~lib/util/string/joinFloatArray$1394 - local.get $0 + block $folding-inner1 + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $1 i32.const 1 i32.sub - local.tee $6 + local.tee $7 i32.const 0 i32.lt_s if @@ -37876,21 +38034,76 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 - local.set $0 - br $__inlined_func$~lib/util/string/joinFloatArray$1394 + return end - local.get $6 + local.get $7 i32.eqz if - local.get $5 + local.get $0 f64.load - call $~lib/util/number/dtoa + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + i32.const 9664 local.set $0 + block $~lib/util/number/dtoa_impl|inlined.1 + local.get $3 + f64.const 0 + f64.eq + br_if $~lib/util/number/dtoa_impl|inlined.1 + local.get $3 + local.get $3 + f64.sub + f64.const 0 + f64.ne + if + i32.const 9696 + local.set $0 + local.get $3 + local.get $3 + f64.ne + br_if $~lib/util/number/dtoa_impl|inlined.1 + i32.const 9728 + i32.const 9776 + local.get $3 + f64.const 0 + f64.lt + select + local.set $0 + br $~lib/util/number/dtoa_impl|inlined.1 + end + i32.const 9808 + local.get $3 + i32.const 0 + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + local.get $0 + i32.const 9808 + local.get $1 + memory.copy + end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinFloatArray$1394 + br $folding-inner1 end global.get $~lib/memory/__stack_pointer i32.const 9584 @@ -37900,113 +38113,155 @@ i32.load i32.const 1 i32.shr_u - local.tee $4 + local.tee $1 i32.const 28 i32.add - local.get $6 + local.get $7 i32.mul i32.const 28 i32.add - local.tee $2 + local.tee $5 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $6 i32.store offset=4 loop $for-loop|0 - local.get $3 - local.get $6 + local.get $4 + local.get $7 i32.lt_s if - local.get $0 - local.get $1 + local.get $6 + local.get $2 i32.const 1 i32.shl i32.add - local.get $5 - local.get $3 + local.get $0 + local.get $4 i32.const 3 i32.shl i32.add f64.load - call $~lib/util/number/dtoa_buffered - local.get $1 + call $~lib/util/number/dtoa_buffered + local.get $2 i32.add - local.set $1 - local.get $4 + local.set $2 + local.get $1 if - local.get $0 - local.get $1 + local.get $6 + local.get $2 i32.const 1 i32.shl i32.add i32.const 9584 - local.get $4 + local.get $1 i32.const 1 i32.shl memory.copy local.get $1 - local.get $4 + local.get $2 i32.add - local.set $1 + local.set $2 end - local.get $3 + local.get $4 i32.const 1 i32.add - local.set $3 + local.set $4 br $for-loop|0 end end + local.get $5 + local.get $6 local.get $2 - local.get $0 - local.get $1 i32.const 1 i32.shl i32.add - local.get $5 - local.get $6 + local.get $0 + local.get $7 i32.const 3 i32.shl i32.add f64.load - call $~lib/util/number/dtoa_buffered - local.get $1 + call $~lib/util/number/dtoa_buffered + local.get $2 i32.add - local.tee $1 + local.tee $0 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $6 i32.store + local.get $6 local.get $0 - local.get $1 call $~lib/string/String#substring local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinFloatArray$1394 + br $folding-inner1 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer + local.get $6 + return end - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - return + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable end - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) + (func $~lib/typedarray/Float64Array#join (param $0 i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + if + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.load offset=4 + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + call $~lib/typedarray/Int64Array#get:length + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 9584 + i32.store + local.get $1 + local.get $0 + call $~lib/util/string/joinFloatArray + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 ) (func $~lib/typedarray/Uint8Array.wrap@varargs (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -63600,7 +63855,7 @@ local.get $1 i32.const 7488 i32.load - call_indirect (type $31) + call_indirect (type $33) local.get $0 i32.const 1 i32.add @@ -63744,7 +63999,7 @@ local.get $1 i32.const 7520 i32.load - call_indirect (type $32) + call_indirect (type $34) local.get $0 i32.const 1 i32.add @@ -68554,89 +68809,6 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) - (func $~lib/util/number/dtoa (param $0 f64) (result i32) - (local $1 i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - if - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - local.get $0 - f64.const 0 - f64.eq - if - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 9664 - return - end - local.get $0 - local.get $0 - f64.sub - f64.const 0 - f64.ne - if - local.get $0 - local.get $0 - f64.ne - if - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 9696 - return - end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 9728 - i32.const 9776 - local.get $0 - f64.const 0 - f64.lt - select - return - end - i32.const 9808 - local.get $0 - call $~lib/util/number/dtoa_core - i32.const 1 - i32.shl - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $2 - i32.store - local.get $2 - i32.const 9808 - local.get $1 - memory.copy - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $2 - ) (func $~lib/arraybuffer/ArrayBuffer#constructor (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer i32.const 4 diff --git a/tests/compiler/templateliteral.debug.wat b/tests/compiler/templateliteral.debug.wat index 4afd1b5eec..629dbcd62d 100644 --- a/tests/compiler/templateliteral.debug.wat +++ b/tests/compiler/templateliteral.debug.wat @@ -14,7 +14,7 @@ (type $12 (func (param i64 i32) (result i32))) (type $13 (func (param i32 i64 i32 i32))) (type $14 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) - (type $15 (func (param i32 f64) (result i32))) + (type $15 (func (param i32 f64 i32) (result i32))) (type $16 (func (param f64 i32) (result i32))) (type $17 (func (param f64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) @@ -3771,26 +3771,30 @@ end unreachable ) - (func $~lib/util/number/dtoa_core (param $buffer i32) (param $value f64) (result i32) + (func $~lib/util/number/dtoa_core (param $buffer i32) (param $value f64) (param $isSingle i32) (result i32) (local $sign i32) - (local $value|3 f64) - (local $buffer|4 i32) - (local $sign|5 i32) - (local $uv i64) - (local $exp i32) - (local $sid i64) + (local $value|4 f64) + (local $buffer|5 i32) + (local $sign|6 i32) + (local $isSingle|7 i32) (local $frc i64) + (local $exp i32) + (local $uv i32) + (local $sid i32) + (local $uv|12 i64) + (local $sid|13 i64) (local $f i64) (local $e i32) - (local $frc|12 i64) - (local $exp|13 i32) + (local $isSingle|16 i32) + (local $frc|17 i64) + (local $exp|18 i32) (local $off i32) (local $m i32) (local $minExp i32) (local $dk f64) (local $k i32) (local $index i32) - (local $off|20 i32) + (local $off|25 i32) (local $frc_pow i64) (local $exp_pow i32) (local $u i64) @@ -3806,28 +3810,28 @@ (local $e1 i32) (local $e2 i32) (local $w_exp i32) - (local $u|36 i64) - (local $v|37 i64) - (local $u0|38 i64) - (local $v0|39 i64) - (local $u1|40 i64) - (local $v1|41 i64) - (local $l|42 i64) - (local $t|43 i64) - (local $w|44 i64) + (local $u|41 i64) + (local $v|42 i64) + (local $u0|43 i64) + (local $v0|44 i64) + (local $u1|45 i64) + (local $v1|46 i64) + (local $l|47 i64) + (local $t|48 i64) + (local $w|49 i64) (local $wp_frc i64) - (local $e1|46 i32) - (local $e2|47 i32) + (local $e1|51 i32) + (local $e2|52 i32) (local $wp_exp i32) - (local $u|49 i64) - (local $v|50 i64) - (local $u0|51 i64) - (local $v0|52 i64) - (local $u1|53 i64) - (local $v1|54 i64) - (local $l|55 i64) - (local $t|56 i64) - (local $w|57 i64) + (local $u|54 i64) + (local $v|55 i64) + (local $u0|56 i64) + (local $v0|57 i64) + (local $u1|58 i64) + (local $v1|59 i64) + (local $l|60 i64) + (local $t|61 i64) + (local $w|62 i64) (local $wm_frc i64) (local $delta i64) (local $len i32) @@ -3846,77 +3850,127 @@ end block $~lib/util/number/grisu2|inlined.0 (result i32) local.get $value - local.set $value|3 + local.set $value|4 local.get $buffer - local.set $buffer|4 + local.set $buffer|5 local.get $sign - local.set $sign|5 - local.get $value|3 - i64.reinterpret_f64 - local.set $uv - local.get $uv - i64.const 9218868437227405312 - i64.and - i64.const 52 - i64.shr_u - i32.wrap_i64 - local.set $exp - local.get $uv - i64.const 4503599627370495 - i64.and - local.set $sid - local.get $exp - i32.const 0 - i32.ne - i64.extend_i32_u - i64.const 52 - i64.shl - local.get $sid - i64.add - local.set $frc - local.get $exp - i32.const 1 - local.get $exp - select - i32.const 1023 - i32.const 52 - i32.add - i32.sub - local.set $exp + local.set $sign|6 + local.get $isSingle + local.set $isSingle|7 + local.get $isSingle|7 + if + local.get $value|4 + f32.demote_f64 + i32.reinterpret_f32 + local.set $uv + local.get $uv + i32.const 2139095040 + i32.and + i32.const 23 + i32.shr_u + local.set $exp + local.get $uv + i32.const 8388607 + i32.and + local.set $sid + local.get $exp + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 23 + i64.shl + local.get $sid + i64.extend_i32_u + i64.add + local.set $frc + local.get $exp + if (result i32) + local.get $exp + else + i32.const 1 + end + i32.const 127 + i32.const 23 + i32.add + i32.sub + local.set $exp + else + local.get $value|4 + i64.reinterpret_f64 + local.set $uv|12 + local.get $uv|12 + i64.const 9218868437227405312 + i64.and + i64.const 52 + i64.shr_u + i32.wrap_i64 + local.set $exp + local.get $uv|12 + i64.const 4503599627370495 + i64.and + local.set $sid|13 + local.get $exp + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 52 + i64.shl + local.get $sid|13 + i64.add + local.set $frc + local.get $exp + if (result i32) + local.get $exp + else + i32.const 1 + end + i32.const 1023 + i32.const 52 + i32.add + i32.sub + local.set $exp + end local.get $frc local.set $f local.get $exp local.set $e + local.get $isSingle|7 + local.set $isSingle|16 local.get $f i64.const 1 i64.shl i64.const 1 i64.add - local.set $frc|12 + local.set $frc|17 local.get $e i32.const 1 i32.sub - local.set $exp|13 - local.get $frc|12 + local.set $exp|18 + local.get $frc|17 i64.clz i32.wrap_i64 local.set $off - local.get $frc|12 + local.get $frc|17 local.get $off i64.extend_i32_s i64.shl - local.set $frc|12 - local.get $exp|13 + local.set $frc|17 + local.get $exp|18 local.get $off i32.sub - local.set $exp|13 + local.set $exp|18 i32.const 1 local.get $f - i64.const 4503599627370496 + local.get $isSingle|16 + if (result i64) + i64.const 8388608 + else + i64.const 4503599627370496 + end i64.eq i32.add local.set $m - local.get $frc|12 + local.get $frc|17 global.set $~lib/util/number/_frc_plus local.get $f local.get $m @@ -3927,12 +3981,12 @@ local.get $e local.get $m i32.sub - local.get $exp|13 + local.get $exp|18 i32.sub i64.extend_i32_s i64.shl global.set $~lib/util/number/_frc_minus - local.get $exp|13 + local.get $exp|18 global.set $~lib/util/number/_exp global.get $~lib/util/number/_exp local.set $minExp @@ -3984,14 +4038,14 @@ local.get $frc i64.clz i32.wrap_i64 - local.set $off|20 + local.set $off|25 local.get $frc - local.get $off|20 + local.get $off|25 i64.extend_i32_s i64.shl local.set $frc local.get $exp - local.get $off|20 + local.get $off|25 i32.sub local.set $exp global.get $~lib/util/number/_frc_pow @@ -4076,63 +4130,63 @@ local.set $w_exp block $~lib/util/number/umul64f|inlined.1 (result i64) global.get $~lib/util/number/_frc_plus - local.set $u|36 + local.set $u|41 local.get $frc_pow - local.set $v|37 - local.get $u|36 + local.set $v|42 + local.get $u|41 i64.const 4294967295 i64.and - local.set $u0|38 - local.get $v|37 + local.set $u0|43 + local.get $v|42 i64.const 4294967295 i64.and - local.set $v0|39 - local.get $u|36 + local.set $v0|44 + local.get $u|41 i64.const 32 i64.shr_u - local.set $u1|40 - local.get $v|37 + local.set $u1|45 + local.get $v|42 i64.const 32 i64.shr_u - local.set $v1|41 - local.get $u0|38 - local.get $v0|39 + local.set $v1|46 + local.get $u0|43 + local.get $v0|44 i64.mul - local.set $l|42 - local.get $u1|40 - local.get $v0|39 + local.set $l|47 + local.get $u1|45 + local.get $v0|44 i64.mul - local.get $l|42 + local.get $l|47 i64.const 32 i64.shr_u i64.add - local.set $t|43 - local.get $u0|38 - local.get $v1|41 + local.set $t|48 + local.get $u0|43 + local.get $v1|46 i64.mul - local.get $t|43 + local.get $t|48 i64.const 4294967295 i64.and i64.add - local.set $w|44 - local.get $w|44 + local.set $w|49 + local.get $w|49 i64.const 2147483647 i64.add - local.set $w|44 - local.get $t|43 + local.set $w|49 + local.get $t|48 i64.const 32 i64.shr_u - local.set $t|43 - local.get $w|44 + local.set $t|48 + local.get $w|49 i64.const 32 i64.shr_u - local.set $w|44 - local.get $u1|40 - local.get $v1|41 + local.set $w|49 + local.get $u1|45 + local.get $v1|46 i64.mul - local.get $t|43 + local.get $t|48 i64.add - local.get $w|44 + local.get $w|49 i64.add br $~lib/util/number/umul64f|inlined.1 end @@ -4141,11 +4195,11 @@ local.set $wp_frc block $~lib/util/number/umul64e|inlined.1 (result i32) global.get $~lib/util/number/_exp - local.set $e1|46 + local.set $e1|51 local.get $exp_pow - local.set $e2|47 - local.get $e1|46 - local.get $e2|47 + local.set $e2|52 + local.get $e1|51 + local.get $e2|52 i32.add i32.const 64 i32.add @@ -4154,63 +4208,63 @@ local.set $wp_exp block $~lib/util/number/umul64f|inlined.2 (result i64) global.get $~lib/util/number/_frc_minus - local.set $u|49 + local.set $u|54 local.get $frc_pow - local.set $v|50 - local.get $u|49 + local.set $v|55 + local.get $u|54 i64.const 4294967295 i64.and - local.set $u0|51 - local.get $v|50 + local.set $u0|56 + local.get $v|55 i64.const 4294967295 i64.and - local.set $v0|52 - local.get $u|49 + local.set $v0|57 + local.get $u|54 i64.const 32 i64.shr_u - local.set $u1|53 - local.get $v|50 + local.set $u1|58 + local.get $v|55 i64.const 32 i64.shr_u - local.set $v1|54 - local.get $u0|51 - local.get $v0|52 + local.set $v1|59 + local.get $u0|56 + local.get $v0|57 i64.mul - local.set $l|55 - local.get $u1|53 - local.get $v0|52 + local.set $l|60 + local.get $u1|58 + local.get $v0|57 i64.mul - local.get $l|55 + local.get $l|60 i64.const 32 i64.shr_u i64.add - local.set $t|56 - local.get $u0|51 - local.get $v1|54 + local.set $t|61 + local.get $u0|56 + local.get $v1|59 i64.mul - local.get $t|56 + local.get $t|61 i64.const 4294967295 i64.and i64.add - local.set $w|57 - local.get $w|57 + local.set $w|62 + local.get $w|62 i64.const 2147483647 i64.add - local.set $w|57 - local.get $t|56 + local.set $w|62 + local.get $t|61 i64.const 32 i64.shr_u - local.set $t|56 - local.get $w|57 + local.set $t|61 + local.get $w|62 i64.const 32 i64.shr_u - local.set $w|57 - local.get $u1|53 - local.get $v1|54 + local.set $w|62 + local.get $u1|58 + local.get $v1|59 i64.mul - local.get $t|56 + local.get $t|61 i64.add - local.get $w|57 + local.get $w|62 i64.add br $~lib/util/number/umul64f|inlined.2 end @@ -4221,13 +4275,13 @@ local.get $wm_frc i64.sub local.set $delta - local.get $buffer|4 + local.get $buffer|5 local.get $w_frc local.get $w_exp local.get $wp_frc local.get $wp_exp local.get $delta - local.get $sign|5 + local.get $sign|6 call $~lib/util/number/genDigits br $~lib/util/number/grisu2|inlined.0 end @@ -4250,7 +4304,7 @@ ) (func $~lib/number/F64#toString (param $this f64) (param $radix i32) (result i32) local.get $this - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa return ) (func $templateliteral/Ref#set:value (param $this i32) (param $value i32) @@ -6380,10 +6434,12 @@ local.get $14 return ) - (func $~lib/util/number/dtoa (param $value f64) (result i32) + (func $~lib/util/number/dtoa (param $value f64) (result i32) + (local $value|1 f64) + (local $isSingle i32) (local $size i32) (local $result i32) - (local $3 i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -6392,76 +6448,66 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - local.get $value - f64.const 0 - f64.eq - if - i32.const 2752 - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return - end - local.get $value - local.get $value - f64.sub - f64.const 0 - f64.eq - i32.eqz - if + block $~lib/util/number/dtoa_impl|inlined.0 (result i32) local.get $value - local.get $value - f64.ne + local.set $value|1 + i32.const 0 + local.set $isSingle + local.get $value|1 + f64.const 0 + f64.eq if - i32.const 2784 - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return + i32.const 2752 + br $~lib/util/number/dtoa_impl|inlined.0 end - i32.const 2816 - i32.const 2864 - local.get $value + local.get $value|1 + local.get $value|1 + f64.sub f64.const 0 - f64.lt - select - local.set $3 + f64.eq + i32.eqz + if + local.get $value|1 + local.get $value|1 + f64.ne + if + i32.const 2784 + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 2816 + i32.const 2864 + local.get $value|1 + f64.const 0 + f64.lt + select + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 2896 + local.get $value|1 + local.get $isSingle + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $size global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return + local.get $size + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $result + i32.store + local.get $result + i32.const 2896 + local.get $size + memory.copy + local.get $result + br $~lib/util/number/dtoa_impl|inlined.0 end - i32.const 2896 - local.get $value - call $~lib/util/number/dtoa_core - i32.const 1 - i32.shl - local.set $size - global.get $~lib/memory/__stack_pointer - local.get $size - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $result - i32.store - local.get $result - i32.const 2896 - local.get $size - memory.copy - local.get $result - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $5 return ) ) diff --git a/tests/compiler/templateliteral.release.wat b/tests/compiler/templateliteral.release.wat index 556b3108ac..a2ded6a5ae 100644 --- a/tests/compiler/templateliteral.release.wat +++ b/tests/compiler/templateliteral.release.wat @@ -2962,41 +2962,25 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - block $__inlined_func$~lib/util/number/dtoa$79 + i32.const 3776 + local.set $1 + block $~lib/util/number/dtoa_impl|inlined.0 local.get $0 f64.const 0 f64.eq - if - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 3776 - local.set $1 - br $__inlined_func$~lib/util/number/dtoa$79 - end + br_if $~lib/util/number/dtoa_impl|inlined.0 local.get $0 local.get $0 f64.sub f64.const 0 f64.ne if + i32.const 3808 + local.set $1 local.get $0 local.get $0 f64.ne - if - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 3808 - local.set $1 - br $__inlined_func$~lib/util/number/dtoa$79 - end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer + br_if $~lib/util/number/dtoa_impl|inlined.0 i32.const 3840 i32.const 3888 local.get $0 @@ -3004,7 +2988,7 @@ f64.lt select local.set $1 - br $__inlined_func$~lib/util/number/dtoa$79 + br $~lib/util/number/dtoa_impl|inlined.0 end local.get $0 call $~lib/util/number/dtoa_core @@ -3021,11 +3005,11 @@ i32.const 3920 local.get $2 memory.copy - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer local.get $1 ) (func $start:templateliteral From 513acc8b7db01621aedfc78c295de62a9e7ca560 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2025 07:49:08 -0800 Subject: [PATCH 072/103] chore: bump esbuild from 0.24.2 to 0.25.0 (#2912) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 414 +++++++++++++++++++++++----------------------- package.json | 2 +- 2 files changed, 208 insertions(+), 208 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf4a3fb3b3..cc1ddb0d78 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "diff": "^7.0.0", - "esbuild": "^0.24.2", + "esbuild": "^0.25.0", "eslint": "^8.57.1", "glob": "^10.4.5", "typescript": "^5.7.3" @@ -45,9 +45,9 @@ } }, "node_modules/@esbuild/aix-ppc64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz", - "integrity": "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.0.tgz", + "integrity": "sha512-O7vun9Sf8DFjH2UtqK8Ku3LkquL9SZL8OLY1T5NZkA34+wG3OQF7cl4Ql8vdNzM6fzBbYfLaiRLIOZ+2FOCgBQ==", "cpu": [ "ppc64" ], @@ -62,9 +62,9 @@ } }, "node_modules/@esbuild/android-arm": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.2.tgz", - "integrity": "sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.0.tgz", + "integrity": "sha512-PTyWCYYiU0+1eJKmw21lWtC+d08JDZPQ5g+kFyxP0V+es6VPPSUhM6zk8iImp2jbV6GwjX4pap0JFbUQN65X1g==", "cpu": [ "arm" ], @@ -79,9 +79,9 @@ } }, "node_modules/@esbuild/android-arm64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.2.tgz", - "integrity": "sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.0.tgz", + "integrity": "sha512-grvv8WncGjDSyUBjN9yHXNt+cq0snxXbDxy5pJtzMKGmmpPxeAmAhWxXI+01lU5rwZomDgD3kJwulEnhTRUd6g==", "cpu": [ "arm64" ], @@ -96,9 +96,9 @@ } }, "node_modules/@esbuild/android-x64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.2.tgz", - "integrity": "sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.0.tgz", + "integrity": "sha512-m/ix7SfKG5buCnxasr52+LI78SQ+wgdENi9CqyCXwjVR2X4Jkz+BpC3le3AoBPYTC9NHklwngVXvbJ9/Akhrfg==", "cpu": [ "x64" ], @@ -113,9 +113,9 @@ } }, "node_modules/@esbuild/darwin-arm64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.2.tgz", - "integrity": "sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.0.tgz", + "integrity": "sha512-mVwdUb5SRkPayVadIOI78K7aAnPamoeFR2bT5nszFUZ9P8UpK4ratOdYbZZXYSqPKMHfS1wdHCJk1P1EZpRdvw==", "cpu": [ "arm64" ], @@ -130,9 +130,9 @@ } }, "node_modules/@esbuild/darwin-x64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.2.tgz", - "integrity": "sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.0.tgz", + "integrity": "sha512-DgDaYsPWFTS4S3nWpFcMn/33ZZwAAeAFKNHNa1QN0rI4pUjgqf0f7ONmXf6d22tqTY+H9FNdgeaAa+YIFUn2Rg==", "cpu": [ "x64" ], @@ -147,9 +147,9 @@ } }, "node_modules/@esbuild/freebsd-arm64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.2.tgz", - "integrity": "sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.0.tgz", + "integrity": "sha512-VN4ocxy6dxefN1MepBx/iD1dH5K8qNtNe227I0mnTRjry8tj5MRk4zprLEdG8WPyAPb93/e4pSgi1SoHdgOa4w==", "cpu": [ "arm64" ], @@ -164,9 +164,9 @@ } }, "node_modules/@esbuild/freebsd-x64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.2.tgz", - "integrity": "sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.0.tgz", + "integrity": "sha512-mrSgt7lCh07FY+hDD1TxiTyIHyttn6vnjesnPoVDNmDfOmggTLXRv8Id5fNZey1gl/V2dyVK1VXXqVsQIiAk+A==", "cpu": [ "x64" ], @@ -181,9 +181,9 @@ } }, "node_modules/@esbuild/linux-arm": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.2.tgz", - "integrity": "sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.0.tgz", + "integrity": "sha512-vkB3IYj2IDo3g9xX7HqhPYxVkNQe8qTK55fraQyTzTX/fxaDtXiEnavv9geOsonh2Fd2RMB+i5cbhu2zMNWJwg==", "cpu": [ "arm" ], @@ -198,9 +198,9 @@ } }, "node_modules/@esbuild/linux-arm64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.2.tgz", - "integrity": "sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.0.tgz", + "integrity": "sha512-9QAQjTWNDM/Vk2bgBl17yWuZxZNQIF0OUUuPZRKoDtqF2k4EtYbpyiG5/Dk7nqeK6kIJWPYldkOcBqjXjrUlmg==", "cpu": [ "arm64" ], @@ -215,9 +215,9 @@ } }, "node_modules/@esbuild/linux-ia32": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.2.tgz", - "integrity": "sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.0.tgz", + "integrity": "sha512-43ET5bHbphBegyeqLb7I1eYn2P/JYGNmzzdidq/w0T8E2SsYL1U6un2NFROFRg1JZLTzdCoRomg8Rvf9M6W6Gg==", "cpu": [ "ia32" ], @@ -232,9 +232,9 @@ } }, "node_modules/@esbuild/linux-loong64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.2.tgz", - "integrity": "sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.0.tgz", + "integrity": "sha512-fC95c/xyNFueMhClxJmeRIj2yrSMdDfmqJnyOY4ZqsALkDrrKJfIg5NTMSzVBr5YW1jf+l7/cndBfP3MSDpoHw==", "cpu": [ "loong64" ], @@ -249,9 +249,9 @@ } }, "node_modules/@esbuild/linux-mips64el": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.2.tgz", - "integrity": "sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.0.tgz", + "integrity": "sha512-nkAMFju7KDW73T1DdH7glcyIptm95a7Le8irTQNO/qtkoyypZAnjchQgooFUDQhNAy4iu08N79W4T4pMBwhPwQ==", "cpu": [ "mips64el" ], @@ -266,9 +266,9 @@ } }, "node_modules/@esbuild/linux-ppc64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.2.tgz", - "integrity": "sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.0.tgz", + "integrity": "sha512-NhyOejdhRGS8Iwv+KKR2zTq2PpysF9XqY+Zk77vQHqNbo/PwZCzB5/h7VGuREZm1fixhs4Q/qWRSi5zmAiO4Fw==", "cpu": [ "ppc64" ], @@ -283,9 +283,9 @@ } }, "node_modules/@esbuild/linux-riscv64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.2.tgz", - "integrity": "sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.0.tgz", + "integrity": "sha512-5S/rbP5OY+GHLC5qXp1y/Mx//e92L1YDqkiBbO9TQOvuFXM+iDqUNG5XopAnXoRH3FjIUDkeGcY1cgNvnXp/kA==", "cpu": [ "riscv64" ], @@ -300,9 +300,9 @@ } }, "node_modules/@esbuild/linux-s390x": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.2.tgz", - "integrity": "sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.0.tgz", + "integrity": "sha512-XM2BFsEBz0Fw37V0zU4CXfcfuACMrppsMFKdYY2WuTS3yi8O1nFOhil/xhKTmE1nPmVyvQJjJivgDT+xh8pXJA==", "cpu": [ "s390x" ], @@ -317,9 +317,9 @@ } }, "node_modules/@esbuild/linux-x64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz", - "integrity": "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.0.tgz", + "integrity": "sha512-9yl91rHw/cpwMCNytUDxwj2XjFpxML0y9HAOH9pNVQDpQrBxHy01Dx+vaMu0N1CKa/RzBD2hB4u//nfc+Sd3Cw==", "cpu": [ "x64" ], @@ -334,9 +334,9 @@ } }, "node_modules/@esbuild/netbsd-arm64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.24.2.tgz", - "integrity": "sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.0.tgz", + "integrity": "sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==", "cpu": [ "arm64" ], @@ -351,9 +351,9 @@ } }, "node_modules/@esbuild/netbsd-x64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.2.tgz", - "integrity": "sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.0.tgz", + "integrity": "sha512-jl+qisSB5jk01N5f7sPCsBENCOlPiS/xptD5yxOx2oqQfyourJwIKLRA2yqWdifj3owQZCL2sn6o08dBzZGQzA==", "cpu": [ "x64" ], @@ -368,9 +368,9 @@ } }, "node_modules/@esbuild/openbsd-arm64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.2.tgz", - "integrity": "sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.0.tgz", + "integrity": "sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==", "cpu": [ "arm64" ], @@ -385,9 +385,9 @@ } }, "node_modules/@esbuild/openbsd-x64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.2.tgz", - "integrity": "sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.0.tgz", + "integrity": "sha512-2gwwriSMPcCFRlPlKx3zLQhfN/2WjJ2NSlg5TKLQOJdV0mSxIcYNTMhk3H3ulL/cak+Xj0lY1Ym9ysDV1igceg==", "cpu": [ "x64" ], @@ -402,9 +402,9 @@ } }, "node_modules/@esbuild/sunos-x64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.2.tgz", - "integrity": "sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.0.tgz", + "integrity": "sha512-bxI7ThgLzPrPz484/S9jLlvUAHYMzy6I0XiU1ZMeAEOBcS0VePBFxh1JjTQt3Xiat5b6Oh4x7UC7IwKQKIJRIg==", "cpu": [ "x64" ], @@ -419,9 +419,9 @@ } }, "node_modules/@esbuild/win32-arm64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.2.tgz", - "integrity": "sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.0.tgz", + "integrity": "sha512-ZUAc2YK6JW89xTbXvftxdnYy3m4iHIkDtK3CLce8wg8M2L+YZhIvO1DKpxrd0Yr59AeNNkTiic9YLf6FTtXWMw==", "cpu": [ "arm64" ], @@ -436,9 +436,9 @@ } }, "node_modules/@esbuild/win32-ia32": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.2.tgz", - "integrity": "sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.0.tgz", + "integrity": "sha512-eSNxISBu8XweVEWG31/JzjkIGbGIJN/TrRoiSVZwZ6pkC6VX4Im/WV2cz559/TXLcYbcrDN8JtKgd9DJVIo8GA==", "cpu": [ "ia32" ], @@ -453,9 +453,9 @@ } }, "node_modules/@esbuild/win32-x64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.2.tgz", - "integrity": "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.0.tgz", + "integrity": "sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==", "cpu": [ "x64" ], @@ -1127,9 +1127,9 @@ "license": "MIT" }, "node_modules/esbuild": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.2.tgz", - "integrity": "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.0.tgz", + "integrity": "sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==", "dev": true, "hasInstallScript": true, "license": "MIT", @@ -1140,31 +1140,31 @@ "node": ">=18" }, "optionalDependencies": { - "@esbuild/aix-ppc64": "0.24.2", - "@esbuild/android-arm": "0.24.2", - "@esbuild/android-arm64": "0.24.2", - "@esbuild/android-x64": "0.24.2", - "@esbuild/darwin-arm64": "0.24.2", - "@esbuild/darwin-x64": "0.24.2", - "@esbuild/freebsd-arm64": "0.24.2", - "@esbuild/freebsd-x64": "0.24.2", - "@esbuild/linux-arm": "0.24.2", - "@esbuild/linux-arm64": "0.24.2", - "@esbuild/linux-ia32": "0.24.2", - "@esbuild/linux-loong64": "0.24.2", - "@esbuild/linux-mips64el": "0.24.2", - "@esbuild/linux-ppc64": "0.24.2", - "@esbuild/linux-riscv64": "0.24.2", - "@esbuild/linux-s390x": "0.24.2", - "@esbuild/linux-x64": "0.24.2", - "@esbuild/netbsd-arm64": "0.24.2", - "@esbuild/netbsd-x64": "0.24.2", - "@esbuild/openbsd-arm64": "0.24.2", - "@esbuild/openbsd-x64": "0.24.2", - "@esbuild/sunos-x64": "0.24.2", - "@esbuild/win32-arm64": "0.24.2", - "@esbuild/win32-ia32": "0.24.2", - "@esbuild/win32-x64": "0.24.2" + "@esbuild/aix-ppc64": "0.25.0", + "@esbuild/android-arm": "0.25.0", + "@esbuild/android-arm64": "0.25.0", + "@esbuild/android-x64": "0.25.0", + "@esbuild/darwin-arm64": "0.25.0", + "@esbuild/darwin-x64": "0.25.0", + "@esbuild/freebsd-arm64": "0.25.0", + "@esbuild/freebsd-x64": "0.25.0", + "@esbuild/linux-arm": "0.25.0", + "@esbuild/linux-arm64": "0.25.0", + "@esbuild/linux-ia32": "0.25.0", + "@esbuild/linux-loong64": "0.25.0", + "@esbuild/linux-mips64el": "0.25.0", + "@esbuild/linux-ppc64": "0.25.0", + "@esbuild/linux-riscv64": "0.25.0", + "@esbuild/linux-s390x": "0.25.0", + "@esbuild/linux-x64": "0.25.0", + "@esbuild/netbsd-arm64": "0.25.0", + "@esbuild/netbsd-x64": "0.25.0", + "@esbuild/openbsd-arm64": "0.25.0", + "@esbuild/openbsd-x64": "0.25.0", + "@esbuild/sunos-x64": "0.25.0", + "@esbuild/win32-arm64": "0.25.0", + "@esbuild/win32-ia32": "0.25.0", + "@esbuild/win32-x64": "0.25.0" } }, "node_modules/escape-string-regexp": { @@ -2577,177 +2577,177 @@ "dev": true }, "@esbuild/aix-ppc64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.2.tgz", - "integrity": "sha512-thpVCb/rhxE/BnMLQ7GReQLLN8q9qbHmI55F4489/ByVg2aQaQ6kbcLb6FHkocZzQhxc4gx0sCk0tJkKBFzDhA==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.0.tgz", + "integrity": "sha512-O7vun9Sf8DFjH2UtqK8Ku3LkquL9SZL8OLY1T5NZkA34+wG3OQF7cl4Ql8vdNzM6fzBbYfLaiRLIOZ+2FOCgBQ==", "dev": true, "optional": true }, "@esbuild/android-arm": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.2.tgz", - "integrity": "sha512-tmwl4hJkCfNHwFB3nBa8z1Uy3ypZpxqxfTQOcHX+xRByyYgunVbZ9MzUUfb0RxaHIMnbHagwAxuTL+tnNM+1/Q==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.0.tgz", + "integrity": "sha512-PTyWCYYiU0+1eJKmw21lWtC+d08JDZPQ5g+kFyxP0V+es6VPPSUhM6zk8iImp2jbV6GwjX4pap0JFbUQN65X1g==", "dev": true, "optional": true }, "@esbuild/android-arm64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.2.tgz", - "integrity": "sha512-cNLgeqCqV8WxfcTIOeL4OAtSmL8JjcN6m09XIgro1Wi7cF4t/THaWEa7eL5CMoMBdjoHOTh/vwTO/o2TRXIyzg==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.0.tgz", + "integrity": "sha512-grvv8WncGjDSyUBjN9yHXNt+cq0snxXbDxy5pJtzMKGmmpPxeAmAhWxXI+01lU5rwZomDgD3kJwulEnhTRUd6g==", "dev": true, "optional": true }, "@esbuild/android-x64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.2.tgz", - "integrity": "sha512-B6Q0YQDqMx9D7rvIcsXfmJfvUYLoP722bgfBlO5cGvNVb5V/+Y7nhBE3mHV9OpxBf4eAS2S68KZztiPaWq4XYw==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.0.tgz", + "integrity": "sha512-m/ix7SfKG5buCnxasr52+LI78SQ+wgdENi9CqyCXwjVR2X4Jkz+BpC3le3AoBPYTC9NHklwngVXvbJ9/Akhrfg==", "dev": true, "optional": true }, "@esbuild/darwin-arm64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.2.tgz", - "integrity": "sha512-kj3AnYWc+CekmZnS5IPu9D+HWtUI49hbnyqk0FLEJDbzCIQt7hg7ucF1SQAilhtYpIujfaHr6O0UHlzzSPdOeA==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.0.tgz", + "integrity": "sha512-mVwdUb5SRkPayVadIOI78K7aAnPamoeFR2bT5nszFUZ9P8UpK4ratOdYbZZXYSqPKMHfS1wdHCJk1P1EZpRdvw==", "dev": true, "optional": true }, "@esbuild/darwin-x64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.2.tgz", - "integrity": "sha512-WeSrmwwHaPkNR5H3yYfowhZcbriGqooyu3zI/3GGpF8AyUdsrrP0X6KumITGA9WOyiJavnGZUwPGvxvwfWPHIA==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.0.tgz", + "integrity": "sha512-DgDaYsPWFTS4S3nWpFcMn/33ZZwAAeAFKNHNa1QN0rI4pUjgqf0f7ONmXf6d22tqTY+H9FNdgeaAa+YIFUn2Rg==", "dev": true, "optional": true }, "@esbuild/freebsd-arm64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.2.tgz", - "integrity": "sha512-UN8HXjtJ0k/Mj6a9+5u6+2eZ2ERD7Edt1Q9IZiB5UZAIdPnVKDoG7mdTVGhHJIeEml60JteamR3qhsr1r8gXvg==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.0.tgz", + "integrity": "sha512-VN4ocxy6dxefN1MepBx/iD1dH5K8qNtNe227I0mnTRjry8tj5MRk4zprLEdG8WPyAPb93/e4pSgi1SoHdgOa4w==", "dev": true, "optional": true }, "@esbuild/freebsd-x64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.2.tgz", - "integrity": "sha512-TvW7wE/89PYW+IevEJXZ5sF6gJRDY/14hyIGFXdIucxCsbRmLUcjseQu1SyTko+2idmCw94TgyaEZi9HUSOe3Q==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.0.tgz", + "integrity": "sha512-mrSgt7lCh07FY+hDD1TxiTyIHyttn6vnjesnPoVDNmDfOmggTLXRv8Id5fNZey1gl/V2dyVK1VXXqVsQIiAk+A==", "dev": true, "optional": true }, "@esbuild/linux-arm": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.2.tgz", - "integrity": "sha512-n0WRM/gWIdU29J57hJyUdIsk0WarGd6To0s+Y+LwvlC55wt+GT/OgkwoXCXvIue1i1sSNWblHEig00GBWiJgfA==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.0.tgz", + "integrity": "sha512-vkB3IYj2IDo3g9xX7HqhPYxVkNQe8qTK55fraQyTzTX/fxaDtXiEnavv9geOsonh2Fd2RMB+i5cbhu2zMNWJwg==", "dev": true, "optional": true }, "@esbuild/linux-arm64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.2.tgz", - "integrity": "sha512-7HnAD6074BW43YvvUmE/35Id9/NB7BeX5EoNkK9obndmZBUk8xmJJeU7DwmUeN7tkysslb2eSl6CTrYz6oEMQg==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.0.tgz", + "integrity": "sha512-9QAQjTWNDM/Vk2bgBl17yWuZxZNQIF0OUUuPZRKoDtqF2k4EtYbpyiG5/Dk7nqeK6kIJWPYldkOcBqjXjrUlmg==", "dev": true, "optional": true }, "@esbuild/linux-ia32": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.2.tgz", - "integrity": "sha512-sfv0tGPQhcZOgTKO3oBE9xpHuUqguHvSo4jl+wjnKwFpapx+vUDcawbwPNuBIAYdRAvIDBfZVvXprIj3HA+Ugw==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.0.tgz", + "integrity": "sha512-43ET5bHbphBegyeqLb7I1eYn2P/JYGNmzzdidq/w0T8E2SsYL1U6un2NFROFRg1JZLTzdCoRomg8Rvf9M6W6Gg==", "dev": true, "optional": true }, "@esbuild/linux-loong64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.2.tgz", - "integrity": "sha512-CN9AZr8kEndGooS35ntToZLTQLHEjtVB5n7dl8ZcTZMonJ7CCfStrYhrzF97eAecqVbVJ7APOEe18RPI4KLhwQ==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.0.tgz", + "integrity": "sha512-fC95c/xyNFueMhClxJmeRIj2yrSMdDfmqJnyOY4ZqsALkDrrKJfIg5NTMSzVBr5YW1jf+l7/cndBfP3MSDpoHw==", "dev": true, "optional": true }, "@esbuild/linux-mips64el": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.2.tgz", - "integrity": "sha512-iMkk7qr/wl3exJATwkISxI7kTcmHKE+BlymIAbHO8xanq/TjHaaVThFF6ipWzPHryoFsesNQJPE/3wFJw4+huw==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.0.tgz", + "integrity": "sha512-nkAMFju7KDW73T1DdH7glcyIptm95a7Le8irTQNO/qtkoyypZAnjchQgooFUDQhNAy4iu08N79W4T4pMBwhPwQ==", "dev": true, "optional": true }, "@esbuild/linux-ppc64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.2.tgz", - "integrity": "sha512-shsVrgCZ57Vr2L8mm39kO5PPIb+843FStGt7sGGoqiiWYconSxwTiuswC1VJZLCjNiMLAMh34jg4VSEQb+iEbw==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.0.tgz", + "integrity": "sha512-NhyOejdhRGS8Iwv+KKR2zTq2PpysF9XqY+Zk77vQHqNbo/PwZCzB5/h7VGuREZm1fixhs4Q/qWRSi5zmAiO4Fw==", "dev": true, "optional": true }, "@esbuild/linux-riscv64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.2.tgz", - "integrity": "sha512-4eSFWnU9Hhd68fW16GD0TINewo1L6dRrB+oLNNbYyMUAeOD2yCK5KXGK1GH4qD/kT+bTEXjsyTCiJGHPZ3eM9Q==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.0.tgz", + "integrity": "sha512-5S/rbP5OY+GHLC5qXp1y/Mx//e92L1YDqkiBbO9TQOvuFXM+iDqUNG5XopAnXoRH3FjIUDkeGcY1cgNvnXp/kA==", "dev": true, "optional": true }, "@esbuild/linux-s390x": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.2.tgz", - "integrity": "sha512-S0Bh0A53b0YHL2XEXC20bHLuGMOhFDO6GN4b3YjRLK//Ep3ql3erpNcPlEFed93hsQAjAQDNsvcK+hV90FubSw==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.0.tgz", + "integrity": "sha512-XM2BFsEBz0Fw37V0zU4CXfcfuACMrppsMFKdYY2WuTS3yi8O1nFOhil/xhKTmE1nPmVyvQJjJivgDT+xh8pXJA==", "dev": true, "optional": true }, "@esbuild/linux-x64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.2.tgz", - "integrity": "sha512-8Qi4nQcCTbLnK9WoMjdC9NiTG6/E38RNICU6sUNqK0QFxCYgoARqVqxdFmWkdonVsvGqWhmm7MO0jyTqLqwj0Q==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.0.tgz", + "integrity": "sha512-9yl91rHw/cpwMCNytUDxwj2XjFpxML0y9HAOH9pNVQDpQrBxHy01Dx+vaMu0N1CKa/RzBD2hB4u//nfc+Sd3Cw==", "dev": true, "optional": true }, "@esbuild/netbsd-arm64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.24.2.tgz", - "integrity": "sha512-wuLK/VztRRpMt9zyHSazyCVdCXlpHkKm34WUyinD2lzK07FAHTq0KQvZZlXikNWkDGoT6x3TD51jKQ7gMVpopw==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.0.tgz", + "integrity": "sha512-RuG4PSMPFfrkH6UwCAqBzauBWTygTvb1nxWasEJooGSJ/NwRw7b2HOwyRTQIU97Hq37l3npXoZGYMy3b3xYvPw==", "dev": true, "optional": true }, "@esbuild/netbsd-x64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.2.tgz", - "integrity": "sha512-VefFaQUc4FMmJuAxmIHgUmfNiLXY438XrL4GDNV1Y1H/RW3qow68xTwjZKfj/+Plp9NANmzbH5R40Meudu8mmw==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.0.tgz", + "integrity": "sha512-jl+qisSB5jk01N5f7sPCsBENCOlPiS/xptD5yxOx2oqQfyourJwIKLRA2yqWdifj3owQZCL2sn6o08dBzZGQzA==", "dev": true, "optional": true }, "@esbuild/openbsd-arm64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.2.tgz", - "integrity": "sha512-YQbi46SBct6iKnszhSvdluqDmxCJA+Pu280Av9WICNwQmMxV7nLRHZfjQzwbPs3jeWnuAhE9Jy0NrnJ12Oz+0A==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.0.tgz", + "integrity": "sha512-21sUNbq2r84YE+SJDfaQRvdgznTD8Xc0oc3p3iW/a1EVWeNj/SdUCbm5U0itZPQYRuRTW20fPMWMpcrciH2EJw==", "dev": true, "optional": true }, "@esbuild/openbsd-x64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.2.tgz", - "integrity": "sha512-+iDS6zpNM6EnJyWv0bMGLWSWeXGN/HTaF/LXHXHwejGsVi+ooqDfMCCTerNFxEkM3wYVcExkeGXNqshc9iMaOA==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.0.tgz", + "integrity": "sha512-2gwwriSMPcCFRlPlKx3zLQhfN/2WjJ2NSlg5TKLQOJdV0mSxIcYNTMhk3H3ulL/cak+Xj0lY1Ym9ysDV1igceg==", "dev": true, "optional": true }, "@esbuild/sunos-x64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.2.tgz", - "integrity": "sha512-hTdsW27jcktEvpwNHJU4ZwWFGkz2zRJUz8pvddmXPtXDzVKTTINmlmga3ZzwcuMpUvLw7JkLy9QLKyGpD2Yxig==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.0.tgz", + "integrity": "sha512-bxI7ThgLzPrPz484/S9jLlvUAHYMzy6I0XiU1ZMeAEOBcS0VePBFxh1JjTQt3Xiat5b6Oh4x7UC7IwKQKIJRIg==", "dev": true, "optional": true }, "@esbuild/win32-arm64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.2.tgz", - "integrity": "sha512-LihEQ2BBKVFLOC9ZItT9iFprsE9tqjDjnbulhHoFxYQtQfai7qfluVODIYxt1PgdoyQkz23+01rzwNwYfutxUQ==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.0.tgz", + "integrity": "sha512-ZUAc2YK6JW89xTbXvftxdnYy3m4iHIkDtK3CLce8wg8M2L+YZhIvO1DKpxrd0Yr59AeNNkTiic9YLf6FTtXWMw==", "dev": true, "optional": true }, "@esbuild/win32-ia32": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.2.tgz", - "integrity": "sha512-q+iGUwfs8tncmFC9pcnD5IvRHAzmbwQ3GPS5/ceCyHdjXubwQWI12MKWSNSMYLJMq23/IUCvJMS76PDqXe1fxA==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.0.tgz", + "integrity": "sha512-eSNxISBu8XweVEWG31/JzjkIGbGIJN/TrRoiSVZwZ6pkC6VX4Im/WV2cz559/TXLcYbcrDN8JtKgd9DJVIo8GA==", "dev": true, "optional": true }, "@esbuild/win32-x64": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.2.tgz", - "integrity": "sha512-7VTgWzgMGvup6aSqDPLiW5zHaxYJGTO4OokMjIlrCtf+VpEL+cXKtCvg723iguPYI5oaUNdS+/V7OU2gvXVWEg==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.0.tgz", + "integrity": "sha512-ZENoHJBxA20C2zFzh6AI4fT6RraMzjYw4xKWemRTRmRVtN9c5DcH9r/f2ihEkMjOW5eGgrwCslG/+Y/3bL+DHQ==", "dev": true, "optional": true }, @@ -3184,36 +3184,36 @@ "dev": true }, "esbuild": { - "version": "0.24.2", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.2.tgz", - "integrity": "sha512-+9egpBW8I3CD5XPe0n6BfT5fxLzxrlDzqydF3aviG+9ni1lDC/OvMHcxqEFV0+LANZG5R1bFMWfUrjVsdwxJvA==", + "version": "0.25.0", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.0.tgz", + "integrity": "sha512-BXq5mqc8ltbaN34cDqWuYKyNhX8D/Z0J1xdtdQ8UcIIIyJyz+ZMKUt58tF3SrZ85jcfN/PZYhjR5uDQAYNVbuw==", "dev": true, "requires": { - "@esbuild/aix-ppc64": "0.24.2", - "@esbuild/android-arm": "0.24.2", - "@esbuild/android-arm64": "0.24.2", - "@esbuild/android-x64": "0.24.2", - "@esbuild/darwin-arm64": "0.24.2", - "@esbuild/darwin-x64": "0.24.2", - "@esbuild/freebsd-arm64": "0.24.2", - "@esbuild/freebsd-x64": "0.24.2", - "@esbuild/linux-arm": "0.24.2", - "@esbuild/linux-arm64": "0.24.2", - "@esbuild/linux-ia32": "0.24.2", - "@esbuild/linux-loong64": "0.24.2", - "@esbuild/linux-mips64el": "0.24.2", - "@esbuild/linux-ppc64": "0.24.2", - "@esbuild/linux-riscv64": "0.24.2", - "@esbuild/linux-s390x": "0.24.2", - "@esbuild/linux-x64": "0.24.2", - "@esbuild/netbsd-arm64": "0.24.2", - "@esbuild/netbsd-x64": "0.24.2", - "@esbuild/openbsd-arm64": "0.24.2", - "@esbuild/openbsd-x64": "0.24.2", - "@esbuild/sunos-x64": "0.24.2", - "@esbuild/win32-arm64": "0.24.2", - "@esbuild/win32-ia32": "0.24.2", - "@esbuild/win32-x64": "0.24.2" + "@esbuild/aix-ppc64": "0.25.0", + "@esbuild/android-arm": "0.25.0", + "@esbuild/android-arm64": "0.25.0", + "@esbuild/android-x64": "0.25.0", + "@esbuild/darwin-arm64": "0.25.0", + "@esbuild/darwin-x64": "0.25.0", + "@esbuild/freebsd-arm64": "0.25.0", + "@esbuild/freebsd-x64": "0.25.0", + "@esbuild/linux-arm": "0.25.0", + "@esbuild/linux-arm64": "0.25.0", + "@esbuild/linux-ia32": "0.25.0", + "@esbuild/linux-loong64": "0.25.0", + "@esbuild/linux-mips64el": "0.25.0", + "@esbuild/linux-ppc64": "0.25.0", + "@esbuild/linux-riscv64": "0.25.0", + "@esbuild/linux-s390x": "0.25.0", + "@esbuild/linux-x64": "0.25.0", + "@esbuild/netbsd-arm64": "0.25.0", + "@esbuild/netbsd-x64": "0.25.0", + "@esbuild/openbsd-arm64": "0.25.0", + "@esbuild/openbsd-x64": "0.25.0", + "@esbuild/sunos-x64": "0.25.0", + "@esbuild/win32-arm64": "0.25.0", + "@esbuild/win32-ia32": "0.25.0", + "@esbuild/win32-x64": "0.25.0" } }, "escape-string-regexp": { diff --git a/package.json b/package.json index d8d5b47062..2b10b739a3 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", "diff": "^7.0.0", - "esbuild": "^0.24.2", + "esbuild": "^0.25.0", "eslint": "^8.57.1", "glob": "^10.4.5", "typescript": "^5.7.3" From 4e7734b8530bf27a50796a4c940ba4ef34bf956c Mon Sep 17 00:00:00 2001 From: CountBleck Date: Mon, 10 Mar 2025 07:30:42 -0700 Subject: [PATCH 073/103] feat: add an alwaysInline builtin (#2895) --- src/builtins.ts | 19 +++ src/compiler.ts | 3 +- src/flow.ts | 2 + std/assembly/builtins.ts | 6 + std/assembly/index.d.ts | 4 + tests/compiler/inlining.debug.wat | 194 +++++++++++++++++++++++++++- tests/compiler/inlining.release.wat | 168 +++++++++++++++++++++++- tests/compiler/inlining.ts | 8 ++ 8 files changed, 397 insertions(+), 7 deletions(-) diff --git a/src/builtins.ts b/src/builtins.ts index 956ab08a2f..278bf06745 100644 --- a/src/builtins.ts +++ b/src/builtins.ts @@ -191,6 +191,7 @@ export namespace BuiltinNames { export const assert = "~lib/builtins/assert"; export const call_indirect = "~lib/builtins/call_indirect"; export const unchecked = "~lib/builtins/unchecked"; + export const inline_always = "~lib/builtins/inline.always"; export const instantiate = "~lib/builtins/instantiate"; export const idof = "~lib/builtins/idof"; @@ -3611,6 +3612,24 @@ function builtin_unchecked(ctx: BuiltinFunctionContext): ExpressionRef { } builtinFunctions.set(BuiltinNames.unchecked, builtin_unchecked); +// inline.always(expr: *) -> * +function builtin_inline_always(ctx: BuiltinFunctionContext): ExpressionRef { + let compiler = ctx.compiler; + let module = compiler.module; + if ( + checkTypeAbsent(ctx) | + checkArgsRequired(ctx, 1) + ) return module.unreachable(); + let flow = compiler.currentFlow; + let alreadyInline = flow.is(FlowFlags.InlineContext); + if (!alreadyInline) flow.set(FlowFlags.InlineContext); + // eliminate unnecessary tees by preferring contextualType(=void) + let expr = compiler.compileExpression(ctx.operands[0], ctx.contextualType); + if (!alreadyInline) flow.unset(FlowFlags.InlineContext); + return expr; +} +builtinFunctions.set(BuiltinNames.inline_always, builtin_inline_always); + // call_indirect(index: u32, ...args: *[]) -> T function builtin_call_indirect(ctx: BuiltinFunctionContext): ExpressionRef { let compiler = ctx.compiler; diff --git a/src/compiler.ts b/src/compiler.ts index 421d062a94..a9cb5d4e36 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -6281,7 +6281,8 @@ export class Compiler extends DiagnosticEmitter { } // Inline if explicitly requested - if (instance.hasDecorator(DecoratorFlags.Inline) && (!instance.is(CommonFlags.Overridden) || reportNode.isAccessOnSuper)) { + let inlineRequested = instance.hasDecorator(DecoratorFlags.Inline) || this.currentFlow.is(FlowFlags.InlineContext); + if (inlineRequested && (!instance.is(CommonFlags.Overridden) || reportNode.isAccessOnSuper)) { assert(!instance.is(CommonFlags.Stub)); // doesn't make sense let inlineStack = this.inlineStack; if (inlineStack.includes(instance)) { diff --git a/src/flow.ts b/src/flow.ts index d481a61fc9..ddc7941916 100644 --- a/src/flow.ts +++ b/src/flow.ts @@ -146,6 +146,8 @@ export const enum FlowFlags { UncheckedContext = 1 << 15, /** This is a flow compiling a constructor parameter. */ CtorParamContext = 1 << 16, + /** This is a flow where all function calls are inlined if possible. */ + InlineContext = 1 << 17, // masks diff --git a/std/assembly/builtins.ts b/std/assembly/builtins.ts index 0f910a39e4..1c23551993 100644 --- a/std/assembly/builtins.ts +++ b/std/assembly/builtins.ts @@ -202,6 +202,12 @@ export declare function assert(isTrueish: T, message?: string): T; @unsafe @builtin export declare function unchecked(expr: T): T; +export namespace inline { + // @ts-ignore: decorator + @unsafe @builtin + export declare function always(expr: T): T; +} + // @ts-ignore: decorator @unsafe @builtin export declare function call_indirect(index: u32, ...args: auto[]): T; diff --git a/std/assembly/index.d.ts b/std/assembly/index.d.ts index eb8a177b31..c2712dae92 100644 --- a/std/assembly/index.d.ts +++ b/std/assembly/index.d.ts @@ -2693,6 +2693,10 @@ declare function final(constructor: Constructor): void; /** Annotates a method, function or constant global as always inlined. */ declare function inline(...args: any[]): any; +declare namespace inline { + /** Explicitly requests inlined function calls on the provided expression wherever possible. */ + declare function always(value: T): T; +} /** Annotates a method, function or constant global as unsafe. */ declare function unsafe(...args: any[]): any; diff --git a/tests/compiler/inlining.debug.wat b/tests/compiler/inlining.debug.wat index 68a7fd21cd..4613c1a7a4 100644 --- a/tests/compiler/inlining.debug.wat +++ b/tests/compiler/inlining.debug.wat @@ -6,8 +6,10 @@ (type $4 (func (param i32 i32) (result i32))) (type $5 (func (result i32))) (type $6 (func (param i32 i32 i32))) - (type $7 (func (param i32 i32 i32 i32))) - (type $8 (func (param i32 i32 i64) (result i32))) + (type $7 (func (param i32 i32 i32) (result f64))) + (type $8 (func (param i32 i32 i32 i32))) + (type $9 (func (param i32 i32 i64) (result i32))) + (type $10 (func (param f64) (result f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $inlining/constantGlobal i32 (i32.const 1)) (global $~argumentsLength (mut i32) (i32.const 0)) @@ -44,6 +46,8 @@ (table $0 2 2 funcref) (elem $0 (i32.const 1) $inlining/func_fe~anonymous|0) (export "test" (func $inlining/test)) + (export "foo" (func $inlining/foo)) + (export "bar" (func $inlining/bar)) (export "memory" (memory $0)) (start $~start) (func $inlining/test (result i32) @@ -2573,6 +2577,192 @@ global.set $~lib/rt/itcms/fromSpace call $inlining/test_ctor ) + (func $~lib/math/NativeMath.cbrt (param $x f64) (result f64) + (local $u i64) + (local $hx i32) + (local $t f64) + (local $r f64) + (local $s f64) + local.get $x + i64.reinterpret_f64 + local.set $u + local.get $u + i64.const 32 + i64.shr_u + i32.wrap_i64 + i32.const 2147483647 + i32.and + local.set $hx + local.get $hx + i32.const 2146435072 + i32.ge_u + if + local.get $x + local.get $x + f64.add + return + end + local.get $hx + i32.const 1048576 + i32.lt_u + if + local.get $x + f64.const 18014398509481984 + f64.mul + i64.reinterpret_f64 + local.set $u + local.get $u + i64.const 32 + i64.shr_u + i32.wrap_i64 + i32.const 2147483647 + i32.and + local.set $hx + local.get $hx + i32.const 0 + i32.eq + if + local.get $x + return + end + local.get $hx + i32.const 3 + i32.div_u + i32.const 696219795 + i32.add + local.set $hx + else + local.get $hx + i32.const 3 + i32.div_u + i32.const 715094163 + i32.add + local.set $hx + end + local.get $u + i64.const 1 + i64.const 63 + i64.shl + i64.and + local.set $u + local.get $u + local.get $hx + i64.extend_i32_u + i64.const 32 + i64.shl + i64.or + local.set $u + local.get $u + f64.reinterpret_i64 + local.set $t + local.get $t + local.get $t + f64.mul + local.get $t + local.get $x + f64.div + f64.mul + local.set $r + local.get $t + f64.const 1.87595182427177 + local.get $r + f64.const -1.8849797954337717 + local.get $r + f64.const 1.6214297201053545 + f64.mul + f64.add + f64.mul + f64.add + local.get $r + local.get $r + f64.mul + local.get $r + f64.mul + f64.const -0.758397934778766 + local.get $r + f64.const 0.14599619288661245 + f64.mul + f64.add + f64.mul + f64.add + f64.mul + local.set $t + local.get $t + i64.reinterpret_f64 + i64.const 2147483648 + i64.add + i64.const -1073741824 + i64.and + f64.reinterpret_i64 + local.set $t + local.get $t + local.get $t + f64.mul + local.set $s + local.get $x + local.get $s + f64.div + local.set $r + local.get $r + local.get $t + f64.sub + f64.const 2 + local.get $t + f64.mul + local.get $r + f64.add + f64.div + local.set $r + local.get $t + local.get $t + local.get $r + f64.mul + f64.add + local.set $t + local.get $t + return + ) + (func $inlining/foo (param $a i32) (param $b i32) (param $c i32) (result f64) + local.get $a + f64.convert_i32_s + local.get $b + f64.convert_i32_s + call $~lib/math/NativeMath.cbrt + f64.mul + local.get $c + f64.convert_i32_s + f64.add + return + ) + (func $inlining/bar (param $a i32) (param $b i32) (param $c i32) (result f64) + (local $a|3 i32) + (local $b|4 i32) + (local $c|5 i32) + block $inlining/foo|inlined.0 (result f64) + local.get $a + local.set $a|3 + local.get $b + local.set $b|4 + local.get $c + local.set $c|5 + local.get $a|3 + f64.convert_i32_s + local.get $b|4 + f64.convert_i32_s + call $~lib/math/NativeMath.cbrt + f64.mul + local.get $c|5 + f64.convert_i32_s + f64.add + br $inlining/foo|inlined.0 + end + local.get $b + local.get $a + local.get $c + call $inlining/foo + f64.div + return + ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) i32.const 304 diff --git a/tests/compiler/inlining.release.wat b/tests/compiler/inlining.release.wat index d8ff242546..67e09d9b8e 100644 --- a/tests/compiler/inlining.release.wat +++ b/tests/compiler/inlining.release.wat @@ -5,8 +5,10 @@ (type $3 (func (param i32))) (type $4 (func (param i32 i32))) (type $5 (func (param i32 i32) (result i32))) - (type $6 (func (param i32 i32 i32 i32))) - (type $7 (func (param i32 i32 i64))) + (type $6 (func (param i32 i32 i32) (result f64))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64))) + (type $9 (func (param f64) (result f64))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) @@ -39,6 +41,8 @@ (table $0 2 2 funcref) (elem $0 (i32.const 1) $inlining/func_fe~anonymous|0) (export "test" (func $inlining/test)) + (export "foo" (func $inlining/foo)) + (export "bar" (func $inlining/bar)) (export "memory" (memory $0)) (start $~start) (func $inlining/test (result i32) @@ -130,7 +134,7 @@ local.get $0 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$124 + block $__inlined_func$~lib/rt/itcms/Object#unlink$125 local.get $1 i32.load offset=4 i32.const -4 @@ -154,7 +158,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$124 + br $__inlined_func$~lib/rt/itcms/Object#unlink$125 end local.get $1 i32.load offset=8 @@ -1752,6 +1756,162 @@ call $~lib/builtins/abort unreachable ) + (func $~lib/math/NativeMath.cbrt (param $0 f64) (result f64) + (local $1 i32) + (local $2 i64) + (local $3 f64) + (local $4 f64) + local.get $0 + i64.reinterpret_f64 + local.tee $2 + i64.const 32 + i64.shr_u + i32.wrap_i64 + i32.const 2147483647 + i32.and + local.tee $1 + i32.const 2146435072 + i32.ge_u + if + local.get $0 + local.get $0 + f64.add + return + end + local.get $1 + i32.const 1048576 + i32.lt_u + if (result i32) + local.get $0 + f64.const 18014398509481984 + f64.mul + i64.reinterpret_f64 + local.tee $2 + i64.const 32 + i64.shr_u + i32.wrap_i64 + i32.const 2147483647 + i32.and + local.tee $1 + i32.eqz + if + local.get $0 + return + end + local.get $1 + i32.const 3 + i32.div_u + i32.const 696219795 + i32.add + else + local.get $1 + i32.const 3 + i32.div_u + i32.const 715094163 + i32.add + end + local.set $1 + local.get $2 + i64.const -9223372036854775808 + i64.and + local.get $1 + i64.extend_i32_u + i64.const 32 + i64.shl + i64.or + f64.reinterpret_i64 + local.tee $4 + local.get $4 + f64.mul + local.get $4 + local.get $0 + f64.div + f64.mul + local.set $3 + local.get $0 + local.get $4 + local.get $3 + local.get $3 + f64.const 1.6214297201053545 + f64.mul + f64.const -1.8849797954337717 + f64.add + f64.mul + f64.const 1.87595182427177 + f64.add + local.get $3 + local.get $3 + f64.mul + local.get $3 + f64.mul + local.get $3 + f64.const 0.14599619288661245 + f64.mul + f64.const -0.758397934778766 + f64.add + f64.mul + f64.add + f64.mul + i64.reinterpret_f64 + i64.const 2147483648 + i64.add + i64.const -1073741824 + i64.and + f64.reinterpret_i64 + local.tee $0 + local.get $0 + f64.mul + f64.div + local.set $3 + local.get $0 + local.get $0 + local.get $3 + local.get $0 + f64.sub + local.get $0 + local.get $0 + f64.add + local.get $3 + f64.add + f64.div + f64.mul + f64.add + ) + (func $inlining/foo (param $0 i32) (param $1 i32) (param $2 i32) (result f64) + local.get $0 + f64.convert_i32_s + local.get $1 + f64.convert_i32_s + call $~lib/math/NativeMath.cbrt + f64.mul + local.get $2 + f64.convert_i32_s + f64.add + ) + (func $inlining/bar (param $0 i32) (param $1 i32) (param $2 i32) (result f64) + (local $3 f64) + (local $4 f64) + (local $5 f64) + local.get $0 + f64.convert_i32_s + local.tee $3 + local.get $1 + f64.convert_i32_s + local.tee $4 + call $~lib/math/NativeMath.cbrt + f64.mul + local.get $2 + f64.convert_i32_s + local.tee $5 + f64.add + local.get $4 + local.get $3 + call $~lib/math/NativeMath.cbrt + f64.mul + local.get $5 + f64.add + f64.div + ) (func $~lib/rt/__visit_members (param $0 i32) block $invalid block $inlining/Baz diff --git a/tests/compiler/inlining.ts b/tests/compiler/inlining.ts index 16515596d2..0758d7176d 100644 --- a/tests/compiler/inlining.ts +++ b/tests/compiler/inlining.ts @@ -100,3 +100,11 @@ function test_ctor(): void { } test_ctor(); + +export function foo(a: i32, b: i32, c: i32): f64 { + return a * Math.cbrt(b) + c; +} + +export function bar(a: i32, b: i32, c: i32): f64 { + return inline.always(foo(a, b, c)) / foo(b, a, c); +} From f16b08f691cd0002c0a5d303c5f290904d22cb68 Mon Sep 17 00:00:00 2001 From: CountBleck Date: Fri, 18 Apr 2025 13:49:39 -0700 Subject: [PATCH 074/103] fix: remove erroneous `declare` for `inline.always` (#2916) --- std/assembly/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/std/assembly/index.d.ts b/std/assembly/index.d.ts index c2712dae92..9d629ccd10 100644 --- a/std/assembly/index.d.ts +++ b/std/assembly/index.d.ts @@ -2695,7 +2695,7 @@ declare function final(constructor: Constructor): void; declare function inline(...args: any[]): any; declare namespace inline { /** Explicitly requests inlined function calls on the provided expression wherever possible. */ - declare function always(value: T): T; + export function always(value: T): T; } /** Annotates a method, function or constant global as unsafe. */ From ae8c46cd5690b8f14fc915606ab9ab2a0794434f Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Thu, 29 May 2025 09:47:36 +0800 Subject: [PATCH 075/103] fix: `Math.pow` constant optimization behaves inconsistently in different versions of node (#2920) use the pow function compiled by AS bootstrap to optimize the constant propagation of pow --- package-lock.json | 14 ++++++++++++++ package.json | 1 + src/glue/js/float.d.ts | 1 + src/glue/js/float.js | 4 ++++ src/util/math.ts | 14 ++++---------- 5 files changed, 24 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index cc1ddb0d78..e2bceb3ad0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,6 +20,7 @@ "@types/node": "^18.19.75", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", + "as-float": "^1.0.1", "diff": "^7.0.0", "esbuild": "^0.25.0", "eslint": "^8.57.1", @@ -953,6 +954,13 @@ "node": ">=8" } }, + "node_modules/as-float": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/as-float/-/as-float-1.0.1.tgz", + "integrity": "sha512-TsN1UpoFdtzuKXqqpdnGbFuMYnK/eqMEjd2xVvACG29H/v4KLx+UD+tHRz9v6zO+Ge/AR/uskSruBIPZrchhHw==", + "dev": true, + "license": "MIT" + }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -3054,6 +3062,12 @@ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true }, + "as-float": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/as-float/-/as-float-1.0.1.tgz", + "integrity": "sha512-TsN1UpoFdtzuKXqqpdnGbFuMYnK/eqMEjd2xVvACG29H/v4KLx+UD+tHRz9v6zO+Ge/AR/uskSruBIPZrchhHw==", + "dev": true + }, "balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", diff --git a/package.json b/package.json index 2b10b739a3..cf320be2a8 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "@types/node": "^18.19.75", "@typescript-eslint/eslint-plugin": "^5.62.0", "@typescript-eslint/parser": "^5.62.0", + "as-float": "^1.0.1", "diff": "^7.0.0", "esbuild": "^0.25.0", "eslint": "^8.57.1", diff --git a/src/glue/js/float.d.ts b/src/glue/js/float.d.ts index 8694f03b52..b116ad846c 100644 --- a/src/glue/js/float.d.ts +++ b/src/glue/js/float.d.ts @@ -7,3 +7,4 @@ declare function f32_as_i32(value: f32): i32; declare function i32_as_f32(value: i32): f32; declare function f64_as_i64(value: f64): i64; declare function i64_as_f64(value: i64): f64; +declare function f64_pow(value: f64, exponent: f64): f64; diff --git a/src/glue/js/float.js b/src/glue/js/float.js index 090af6cf96..6b68fdfef1 100644 --- a/src/glue/js/float.js +++ b/src/glue/js/float.js @@ -3,6 +3,8 @@ * @license Apache-2.0 */ +import { f64_pow } from "as-float"; + /* eslint-disable no-undef */ const F64 = new Float64Array(1); @@ -29,3 +31,5 @@ globalThis.i64_as_f64 = function i64_as_f64(value) { I32[1] = i64_high(value); return F64[0]; }; + +globalThis.f64_pow = f64_pow; diff --git a/src/util/math.ts b/src/util/math.ts index 25759f35d1..56655e921c 100644 --- a/src/util/math.ts +++ b/src/util/math.ts @@ -11,16 +11,10 @@ export function isPowerOf2(x: i32): bool { export function accuratePow64(x: f64, y: f64): f64 { if (!ASC_TARGET) { // ASC_TARGET == JS // Engines like V8, WebKit and SpiderMonkey uses powi fast path if exponent is integer - // This speculative optimization leads to loose precisions like 10 ** 208 != 1e208 - // or/and 10 ** -5 != 1e-5 anymore. For avoid this behaviour we are forcing exponent - // to fractional form and compensate this afterwards. - if (isFinite(y) && Math.abs(y) >= 2 && Math.trunc(y) == y) { - if (y < 0) { - return Math.pow(x, y + 0.5) / Math.pow(x, 0.5); - } else { - return Math.pow(x, y - 0.5) * Math.pow(x, 0.5); - } - } + // This speculative optimization leads to loose precisions like 10 ** -5 != 1e-5 anymore + // and introduces inconsistencies between different engines and versions + // For avoid this behavior we using bootstrap f64_pow function. + return f64_pow(x, y); } return Math.pow(x, y); } From a6de4c3c7c895b07f974e5f4402a850fc7484296 Mon Sep 17 00:00:00 2001 From: CountBleck Date: Wed, 28 May 2025 18:58:17 -0700 Subject: [PATCH 076/103] breaking: bump supported Node.js version to v20+ (#2925) --- .github/workflows/pr.yml | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 88232d9ff3..ac9170348d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,7 +13,7 @@ jobs: uses: actions/github-script@v7 with: script: | - const titlePrefixes = ["feat", "fix", "break", "chore"]; + const titlePrefixes = ["feat", "fix", "breaking", "chore"]; const title = context.payload.pull_request.title.toLowerCase(); const titleHasValidPrefix = titlePrefixes.some((prefix) => title.startsWith(`${prefix}:`)); if (!titleHasValidPrefix) { process.exit(-1); } diff --git a/package-lock.json b/package-lock.json index e2bceb3ad0..bfaa253c9f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "typescript": "^5.7.3" }, "engines": { - "node": ">=18", + "node": ">=20", "npm": ">=10" }, "funding": { diff --git a/package.json b/package.json index cf320be2a8..39a9e67e54 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "url": "https://github.com/AssemblyScript/assemblyscript/issues" }, "engines": { - "node": ">=18", + "node": ">=20", "npm": ">=10" }, "engineStrict": true, From 91976df32e8790a40bafa4ab946850bac2c17e8e Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Thu, 29 May 2025 10:00:43 +0800 Subject: [PATCH 077/103] fix: `builtin_call_indirect` does not manage GC obj correctly (#2924) --- src/builtins.ts | 3 + .../incremental-gc/call-indirect.debug.wat | 2642 +++++++++++++++++ .../incremental-gc/call-indirect.json | 4 + .../incremental-gc/call-indirect.release.wat | 1861 ++++++++++++ .../compiler/incremental-gc/call-indirect.ts | 17 + 5 files changed, 4527 insertions(+) create mode 100644 tests/compiler/incremental-gc/call-indirect.debug.wat create mode 100644 tests/compiler/incremental-gc/call-indirect.json create mode 100644 tests/compiler/incremental-gc/call-indirect.release.wat create mode 100644 tests/compiler/incremental-gc/call-indirect.ts diff --git a/src/builtins.ts b/src/builtins.ts index 278bf06745..777ea655fd 100644 --- a/src/builtins.ts +++ b/src/builtins.ts @@ -3653,6 +3653,9 @@ function builtin_call_indirect(ctx: BuiltinFunctionContext): ExpressionRef { let paramTypeRefs = new Array(numOperands); for (let i = 0; i < numOperands; ++i) { operandExprs[i] = compiler.compileExpression(operands[1 + i], Type.auto); + if (compiler.currentType.isManaged) { + operandExprs[i] = module.tostack(operandExprs[i]); + } paramTypeRefs[i] = compiler.currentType.toRef(); } compiler.currentType = returnType; diff --git a/tests/compiler/incremental-gc/call-indirect.debug.wat b/tests/compiler/incremental-gc/call-indirect.debug.wat new file mode 100644 index 0000000000..8af875461c --- /dev/null +++ b/tests/compiler/incremental-gc/call-indirect.debug.wat @@ -0,0 +1,2642 @@ +(module + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func)) + (type $4 (func (param i32 i32) (result i32))) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (result i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i64) (result i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) + (global $~lib/shared/runtime/Runtime.Incremental i32 (i32.const 2)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/native/ASC_LOW_MEMORY_LIMIT i32 (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/__rtti_base i32 (i32.const 544)) + (global $~lib/memory/__data_end i32 (i32.const 576)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33344)) + (global $~lib/memory/__heap_base i32 (i32.const 33344)) + (memory $0 1) + (data $0 (i32.const 16) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 112) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 140) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 204) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $5 (i32.const 256) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 284) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $8 (i32.const 412) "\1c\00\00\00\00\00\00\00\00\00\00\00\05\00\00\00\08\00\00\00\01\00\00\00\00\00\00\00\00\00\00\00") + (data $9 (i32.const 444) "\\\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00>\00\00\00i\00n\00c\00r\00e\00m\00e\00n\00t\00a\00l\00-\00g\00c\00/\00c\00a\00l\00l\00-\00i\00n\00d\00i\00r\00e\00c\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 544) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\00\00\00\00 \00\00\00") + (table $0 2 2 funcref) + (elem $0 (i32.const 1) $incremental-gc/call-indirect/foo) + (export "issue_2923" (func $incremental-gc/call-indirect/issue_2923)) + (export "memory" (memory $0)) + (start $~start) + (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) + local.get $this + local.get $nextWithColor + i32.store offset=4 + ) + (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store offset=8 + ) + (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:prev + local.get $space + return + ) + (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + return + ) + (func $~lib/rt/itcms/Object#get:color (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + return + ) + (func $~lib/rt/itcms/visitRoots (param $cookie i32) + (local $pn i32) + (local $iter i32) + local.get $cookie + call $~lib/rt/__visit_globals + global.get $~lib/rt/itcms/pinSpace + local.set $pn + local.get $pn + call $~lib/rt/itcms/Object#get:next + local.set $iter + loop $while-continue|0 + local.get $iter + local.get $pn + i32.ne + if + i32.const 1 + drop + local.get $iter + call $~lib/rt/itcms/Object#get:color + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 64 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $iter + i32.const 20 + i32.add + local.get $cookie + call $~lib/rt/__visit_members + local.get $iter + call $~lib/rt/itcms/Object#get:next + local.set $iter + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/Object#set:color (param $this i32) (param $color i32) + local.get $this + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $color + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) + local.get $this + local.get $obj + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#unlink (param $this i32) + (local $next i32) + (local $prev i32) + local.get $this + call $~lib/rt/itcms/Object#get:next + local.set $next + local.get $next + i32.const 0 + i32.eq + if + i32.const 1 + drop + local.get $this + call $~lib/rt/itcms/Object#get:prev + i32.const 0 + i32.eq + if (result i32) + local.get $this + global.get $~lib/memory/__heap_base + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 64 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + return + end + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.set $prev + i32.const 1 + drop + local.get $prev + i32.eqz + if + i32.const 0 + i32.const 64 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $next + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $next + call $~lib/rt/itcms/Object#set:next + ) + (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) + local.get $this + i32.load offset=12 + ) + (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/__typeinfo (param $id i32) (result i32) + (local $ptr i32) + global.get $~lib/rt/__rtti_base + local.set $ptr + local.get $id + local.get $ptr + i32.load + i32.gt_u + if + i32.const 160 + i32.const 224 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $ptr + i32.const 4 + i32.add + local.get $id + i32.const 4 + i32.mul + i32.add + call $~lib/shared/typeinfo/Typeinfo#get:flags + return + ) + (func $~lib/rt/itcms/Object#get:isPointerfree (param $this i32) (result i32) + (local $rtId i32) + local.get $this + call $~lib/rt/itcms/Object#get:rtId + local.set $rtId + local.get $rtId + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $rtId + call $~lib/rt/__typeinfo + i32.const 32 + i32.and + i32.const 0 + i32.ne + end + return + ) + (func $~lib/rt/itcms/Object#linkTo (param $this i32) (param $list i32) (param $withColor i32) + (local $prev i32) + local.get $list + call $~lib/rt/itcms/Object#get:prev + local.set $prev + local.get $this + local.get $list + local.get $withColor + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $this + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $this + call $~lib/rt/itcms/Object#set:next + local.get $list + local.get $this + call $~lib/rt/itcms/Object#set:prev + ) + (func $~lib/rt/itcms/Object#makeGray (param $this i32) + (local $1 i32) + local.get $this + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.tee $1 + i32.eqz + if (result i32) + i32.const 0 + i32.const 64 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + else + local.get $1 + end + global.set $~lib/rt/itcms/iter + end + local.get $this + call $~lib/rt/itcms/Object#unlink + local.get $this + global.get $~lib/rt/itcms/toSpace + local.get $this + call $~lib/rt/itcms/Object#get:isPointerfree + if (result i32) + global.get $~lib/rt/itcms/white + i32.eqz + else + i32.const 2 + end + call $~lib/rt/itcms/Object#linkTo + ) + (func $~lib/rt/itcms/__visit (param $ptr i32) (param $cookie i32) + (local $obj i32) + local.get $ptr + i32.eqz + if + return + end + local.get $ptr + i32.const 20 + i32.sub + local.set $obj + i32.const 0 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eq + if + local.get $obj + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) + (func $~lib/rt/itcms/visitStack (param $cookie i32) + (local $ptr i32) + global.get $~lib/memory/__stack_pointer + local.set $ptr + loop $while-continue|0 + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $ptr + i32.load + local.get $cookie + call $~lib/rt/itcms/__visit + local.get $ptr + i32.const 4 + i32.add + local.set $ptr + br $while-continue|0 + end + end + ) + (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) + i32.const 4 + local.get $this + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + return + ) + (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) + local.get $this + local.get $flMap + i32.store + ) + (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) + local.get $this + local.get $mmInfo + i32.store + ) + (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store offset=4 + ) + (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) + local.get $this + local.get $next + i32.store offset=8 + ) + (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $6 i32) + (local $7 i32) + (local $boundedSize i32) + (local $prev i32) + (local $next i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $root|14 i32) + (local $fl|15 i32) + (local $sl|16 i32) + (local $head i32) + (local $root|18 i32) + (local $fl|19 i32) + (local $slMap i32) + (local $root|21 i32) + (local $fl|22 i32) + (local $slMap|23 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $6 + i32.const 1073741820 + local.tee $7 + local.get $6 + local.get $7 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/tlsf/Block#get:prev + local.set $prev + local.get $block + call $~lib/rt/tlsf/Block#get:next + local.set $next + local.get $prev + if + local.get $prev + local.get $next + call $~lib/rt/tlsf/Block#set:next + end + local.get $next + if + local.get $next + local.get $prev + call $~lib/rt/tlsf/Block#set:prev + end + local.get $block + block $~lib/rt/tlsf/GETHEAD|inlined.0 (result i32) + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.0 + end + i32.eq + if + local.get $root + local.set $root|14 + local.get $fl + local.set $fl|15 + local.get $sl + local.set $sl|16 + local.get $next + local.set $head + local.get $root|14 + local.get $fl|15 + i32.const 4 + i32.shl + local.get $sl|16 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store offset=96 + local.get $next + i32.eqz + if + block $~lib/rt/tlsf/GETSL|inlined.0 (result i32) + local.get $root + local.set $root|18 + local.get $fl + local.set $fl|19 + local.get $root|18 + local.get $fl|19 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.0 + end + local.set $slMap + local.get $root + local.set $root|21 + local.get $fl + local.set $fl|22 + local.get $slMap + i32.const 1 + local.get $sl + i32.shl + i32.const -1 + i32.xor + i32.and + local.tee $slMap + local.set $slMap|23 + local.get $root|21 + local.get $fl|22 + i32.const 2 + i32.shl + i32.add + local.get $slMap|23 + i32.store offset=4 + local.get $slMap + i32.eqz + if + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.const -1 + i32.xor + i32.and + call $~lib/rt/tlsf/Root#set:flMap + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $block|3 i32) + (local $right i32) + (local $rightInfo i32) + (local $block|6 i32) + (local $block|7 i32) + (local $left i32) + (local $leftInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $13 i32) + (local $14 i32) + (local $boundedSize i32) + (local $root|16 i32) + (local $fl|17 i32) + (local $sl|18 i32) + (local $head i32) + (local $root|20 i32) + (local $fl|21 i32) + (local $sl|22 i32) + (local $head|23 i32) + (local $root|24 i32) + (local $fl|25 i32) + (local $root|26 i32) + (local $fl|27 i32) + (local $slMap i32) + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETRIGHT|inlined.0 (result i32) + local.get $block + local.set $block|3 + local.get $block|3 + i32.const 4 + i32.add + local.get $block|3 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.0 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + local.get $rightInfo + i32.const 1 + i32.and + if + local.get $root + local.get $right + call $~lib/rt/tlsf/removeBlock + local.get $block + local.get $blockInfo + i32.const 4 + i32.add + local.get $rightInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.1 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.1 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + end + local.get $blockInfo + i32.const 2 + i32.and + if + block $~lib/rt/tlsf/GETFREELEFT|inlined.0 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.sub + i32.load + br $~lib/rt/tlsf/GETFREELEFT|inlined.0 + end + local.set $left + local.get $left + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $leftInfo + i32.const 1 + drop + local.get $leftInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $left + call $~lib/rt/tlsf/removeBlock + local.get $left + local.set $block + local.get $block + local.get $leftInfo + i32.const 4 + i32.add + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + end + local.get $right + local.get $rightInfo + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + drop + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.get $right + i32.eq + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $right + i32.const 4 + i32.sub + local.get $block + i32.store + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $13 + i32.const 1073741820 + local.tee $14 + local.get $13 + local.get $14 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.1 (result i32) + local.get $root + local.set $root|16 + local.get $fl + local.set $fl|17 + local.get $sl + local.set $sl|18 + local.get $root|16 + local.get $fl|17 + i32.const 4 + i32.shl + local.get $sl|18 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.1 + end + local.set $head + local.get $block + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $block + local.get $head + call $~lib/rt/tlsf/Block#set:next + local.get $head + if + local.get $head + local.get $block + call $~lib/rt/tlsf/Block#set:prev + end + local.get $root + local.set $root|20 + local.get $fl + local.set $fl|21 + local.get $sl + local.set $sl|22 + local.get $block + local.set $head|23 + local.get $root|20 + local.get $fl|21 + i32.const 4 + i32.shl + local.get $sl|22 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head|23 + i32.store offset=96 + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.or + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|26 + local.get $fl + local.set $fl|27 + block $~lib/rt/tlsf/GETSL|inlined.1 (result i32) + local.get $root + local.set $root|24 + local.get $fl + local.set $fl|25 + local.get $root|24 + local.get $fl|25 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.1 + end + i32.const 1 + local.get $sl + i32.shl + i32.or + local.set $slMap + local.get $root|26 + local.get $fl|27 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) + (local $tail i32) + (local $tailInfo i32) + (local $size i32) + (local $leftSize i32) + (local $left i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end + i32.const 1 + drop + local.get $start + i64.extend_i32_u + local.get $endU64 + i64.le_u + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + local.set $start + local.get $end + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $end + block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) + local.get $root + local.set $root|4 + local.get $root|4 + i32.load offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.0 + end + local.set $tail + i32.const 0 + local.set $tailInfo + local.get $tail + if + i32.const 1 + drop + local.get $start + local.get $tail + i32.const 4 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 16 + i32.sub + local.get $tail + i32.eq + if + local.get $start + i32.const 16 + i32.sub + local.set $start + local.get $tail + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $tailInfo + else + end + else + i32.const 1 + drop + local.get $start + local.get $root + i32.const 1572 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $end + local.get $start + i32.sub + local.set $size + local.get $size + i32.const 4 + i32.const 12 + i32.add + i32.const 4 + i32.add + i32.lt_u + if + i32.const 0 + return + end + local.get $size + i32.const 2 + i32.const 4 + i32.mul + i32.sub + local.set $leftSize + local.get $start + local.set $left + local.get $left + local.get $leftSize + i32.const 1 + i32.or + local.get $tailInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:next + local.get $start + i32.const 4 + i32.add + local.get $leftSize + i32.add + local.set $tail + local.get $tail + i32.const 0 + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.set $root|10 + local.get $tail + local.set $tail|11 + local.get $root|10 + local.get $tail|11 + i32.store offset=1568 + local.get $root + local.get $left + call $~lib/rt/tlsf/insertBlock + i32.const 1 + return + ) + (func $~lib/rt/tlsf/initialize + (local $rootOffset i32) + (local $pagesBefore i32) + (local $pagesNeeded i32) + (local $root i32) + (local $root|4 i32) + (local $tail i32) + (local $fl i32) + (local $root|7 i32) + (local $fl|8 i32) + (local $slMap i32) + (local $sl i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $head i32) + (local $memStart i32) + i32.const 0 + drop + global.get $~lib/memory/__heap_base + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $rootOffset + memory.size + local.set $pagesBefore + local.get $rootOffset + i32.const 1572 + 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 $pagesNeeded + local.get $pagesNeeded + local.get $pagesBefore + i32.gt_s + if (result i32) + local.get $pagesNeeded + local.get $pagesBefore + i32.sub + memory.grow + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + local.get $rootOffset + local.set $root + local.get $root + i32.const 0 + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|4 + i32.const 0 + local.set $tail + local.get $root|4 + local.get $tail + i32.store offset=1568 + i32.const 0 + local.set $fl + loop $for-loop|0 + local.get $fl + i32.const 23 + i32.lt_u + if + local.get $root + local.set $root|7 + local.get $fl + local.set $fl|8 + i32.const 0 + local.set $slMap + local.get $root|7 + local.get $fl|8 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store offset=4 + i32.const 0 + local.set $sl + loop $for-loop|1 + local.get $sl + i32.const 16 + i32.lt_u + if + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + i32.const 0 + local.set $head + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store offset=96 + local.get $sl + i32.const 1 + i32.add + local.set $sl + br $for-loop|1 + end + end + local.get $fl + i32.const 1 + i32.add + local.set $fl + br $for-loop|0 + end + end + local.get $rootOffset + i32.const 1572 + i32.add + local.set $memStart + i32.const 0 + drop + local.get $root + local.get $memStart + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + local.get $root + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/tlsf/checkUsedBlock (param $ptr i32) (result i32) + (local $block i32) + local.get $ptr + i32.const 4 + i32.sub + local.set $block + local.get $ptr + i32.const 0 + i32.ne + if (result i32) + local.get $ptr + i32.const 15 + i32.and + i32.eqz + else + i32.const 0 + end + if (result i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.and + i32.eqz + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $block + return + ) + (func $~lib/rt/tlsf/freeBlock (param $root i32) (param $block i32) + i32.const 0 + drop + local.get $block + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $block + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/__free (param $ptr i32) + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + return + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $ptr + call $~lib/rt/tlsf/checkUsedBlock + call $~lib/rt/tlsf/freeBlock + ) + (func $~lib/rt/itcms/free (param $obj i32) + local.get $obj + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:prev + else + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.sub + global.set $~lib/rt/itcms/total + i32.const 0 + drop + local.get $obj + i32.const 4 + i32.add + call $~lib/rt/tlsf/__free + end + ) + (func $~lib/rt/itcms/step (result i32) + (local $obj i32) + (local $1 i32) + (local $black i32) + (local $from i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + local.set $1 + local.get $1 + i32.const 0 + i32.eq + br_if $case0|0 + local.get $1 + i32.const 1 + i32.eq + br_if $case1|0 + local.get $1 + i32.const 2 + i32.eq + br_if $case2|0 + br $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $black + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|1 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + global.set $~lib/rt/itcms/iter + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.eq + if + i32.const 0 + call $~lib/rt/itcms/visitStack + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|2 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $from + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $from + global.set $~lib/rt/itcms/toSpace + local.get $black + global.set $~lib/rt/itcms/white + local.get $from + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/iter + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 1 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eqz + i32.eq + i32.eqz + if + i32.const 0 + i32.const 64 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $obj + call $~lib/rt/itcms/free + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:nextWithColor + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:prev + i32.const 0 + global.set $~lib/rt/itcms/state + br $break|0 + end + i32.const 0 + return + ) + (func $~lib/rt/itcms/__collect + i32.const 0 + drop + global.get $~lib/rt/itcms/state + i32.const 0 + i32.gt_s + if + loop $while-continue|0 + global.get $~lib/rt/itcms/state + i32.const 0 + i32.ne + if + call $~lib/rt/itcms/step + drop + br $while-continue|0 + end + end + end + call $~lib/rt/itcms/step + drop + loop $while-continue|1 + global.get $~lib/rt/itcms/state + i32.const 0 + i32.ne + if + call $~lib/rt/itcms/step + drop + br $while-continue|1 + end + end + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i32.const 200 + i64.extend_i32_u + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + i32.const 0 + drop + ) + (func $~lib/rt/itcms/interrupt + (local $budget i32) + i32.const 0 + drop + i32.const 0 + drop + i32.const 1024 + i32.const 200 + i32.mul + i32.const 100 + i32.div_u + local.set $budget + loop $do-loop|0 + local.get $budget + call $~lib/rt/itcms/step + i32.sub + local.set $budget + global.get $~lib/rt/itcms/state + i32.const 0 + i32.eq + if + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i32.const 200 + i64.extend_i32_u + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + return + end + local.get $budget + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i32.const 1024 + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.mul + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + ) + (func $~lib/rt/tlsf/computeSize (param $size i32) (result i32) + local.get $size + i32.const 12 + i32.le_u + if (result i32) + i32.const 12 + else + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + end + return + ) + (func $~lib/rt/tlsf/prepareSize (param $size i32) (result i32) + local.get $size + i32.const 1073741820 + i32.gt_u + if + i32.const 368 + i32.const 304 + i32.const 461 + i32.const 29 + call $~lib/builtins/abort + unreachable + end + local.get $size + call $~lib/rt/tlsf/computeSize + return + ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) + (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) + (local $fl i32) + (local $sl i32) + (local $requestSize i32) + (local $root|5 i32) + (local $fl|6 i32) + (local $slMap i32) + (local $head i32) + (local $flMap i32) + (local $root|10 i32) + (local $fl|11 i32) + (local $root|12 i32) + (local $fl|13 i32) + (local $sl|14 i32) + (local $root|15 i32) + (local $fl|16 i32) + (local $sl|17 i32) + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $requestSize + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub + local.get $requestSize + i32.clz + i32.sub + local.set $fl + local.get $requestSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 334 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETSL|inlined.2 (result i32) + local.get $root + local.set $root|5 + local.get $fl + local.set $fl|6 + local.get $root|5 + local.get $fl|6 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.2 + end + i32.const 0 + i32.const -1 + i32.xor + local.get $sl + i32.shl + i32.and + local.set $slMap + i32.const 0 + local.set $head + local.get $slMap + i32.eqz + if + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 0 + i32.const -1 + i32.xor + local.get $fl + i32.const 1 + i32.add + i32.shl + i32.and + local.set $flMap + local.get $flMap + i32.eqz + if + i32.const 0 + local.set $head + else + local.get $flMap + i32.ctz + local.set $fl + block $~lib/rt/tlsf/GETSL|inlined.3 (result i32) + local.get $root + local.set $root|10 + local.get $fl + local.set $fl|11 + local.get $root|10 + local.get $fl|11 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.3 + end + local.set $slMap + i32.const 1 + drop + local.get $slMap + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.2 (result i32) + local.get $root + local.set $root|12 + local.get $fl + local.set $fl|13 + local.get $slMap + i32.ctz + local.set $sl|14 + local.get $root|12 + local.get $fl|13 + i32.const 4 + i32.shl + local.get $sl|14 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.2 + end + local.set $head + end + else + block $~lib/rt/tlsf/GETHEAD|inlined.3 (result i32) + local.get $root + local.set $root|15 + local.get $fl + local.set $fl|16 + local.get $slMap + i32.ctz + local.set $sl|17 + local.get $root|15 + local.get $fl|16 + i32.const 4 + i32.shl + local.get $sl|17 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.3 + end + local.set $head + end + local.get $head + return + ) + (func $~lib/rt/tlsf/growMemory (param $root i32) (param $size i32) + (local $pagesBefore i32) + (local $root|3 i32) + (local $pagesNeeded i32) + (local $5 i32) + (local $6 i32) + (local $pagesWanted i32) + (local $pagesAfter i32) + i32.const 0 + drop + local.get $size + i32.const 256 + i32.ge_u + if + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $size + end + memory.size + local.set $pagesBefore + local.get $size + i32.const 4 + local.get $pagesBefore + i32.const 16 + i32.shl + i32.const 4 + i32.sub + block $~lib/rt/tlsf/GETTAIL|inlined.1 (result i32) + local.get $root + local.set $root|3 + local.get $root|3 + i32.load offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.1 + end + i32.ne + i32.shl + i32.add + local.set $size + local.get $size + i32.const 65535 + i32.add + i32.const 65535 + i32.const -1 + i32.xor + i32.and + i32.const 16 + i32.shr_u + local.set $pagesNeeded + local.get $pagesBefore + local.tee $5 + local.get $pagesNeeded + local.tee $6 + local.get $5 + local.get $6 + i32.gt_s + select + local.set $pagesWanted + local.get $pagesWanted + memory.grow + i32.const 0 + i32.lt_s + if + local.get $pagesNeeded + memory.grow + i32.const 0 + i32.lt_s + if + unreachable + end + end + memory.size + local.set $pagesAfter + local.get $root + local.get $pagesBefore + i32.const 16 + i32.shl + local.get $pagesAfter + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + ) + (func $~lib/rt/tlsf/prepareBlock (param $root i32) (param $block i32) (param $size i32) + (local $blockInfo i32) + (local $remaining i32) + (local $spare i32) + (local $block|6 i32) + (local $block|7 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.and + i32.eqz + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 361 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $size + i32.sub + local.set $remaining + local.get $remaining + i32.const 4 + i32.const 12 + i32.add + i32.ge_u + if + local.get $block + local.get $size + local.get $blockInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.set $spare + local.get $spare + local.get $remaining + i32.const 4 + i32.sub + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $spare + call $~lib/rt/tlsf/insertBlock + else + local.get $block + local.get $blockInfo + i32.const 1 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.3 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.add + local.get $block|7 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.3 + end + block $~lib/rt/tlsf/GETRIGHT|inlined.2 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.2 + end + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 2 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + end + ) + (func $~lib/rt/tlsf/allocateBlock (param $root i32) (param $size i32) (result i32) + (local $payloadSize i32) + (local $block i32) + local.get $size + call $~lib/rt/tlsf/prepareSize + local.set $payloadSize + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + local.get $block + i32.eqz + if + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/growMemory + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + i32.const 1 + drop + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $payloadSize + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 304 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $block + call $~lib/rt/tlsf/removeBlock + local.get $root + local.get $block + local.get $payloadSize + call $~lib/rt/tlsf/prepareBlock + i32.const 0 + drop + local.get $block + return + ) + (func $~lib/rt/tlsf/__alloc (param $size i32) (result i32) + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $size + call $~lib/rt/tlsf/allocateBlock + i32.const 4 + i32.add + return + ) + (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) + local.get $this + local.get $rtId + i32.store offset=12 + ) + (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) + local.get $this + local.get $rtSize + i32.store offset=16 + ) + (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) + (local $obj i32) + (local $ptr i32) + local.get $size + i32.const 1073741804 + i32.ge_u + if + i32.const 368 + i32.const 64 + i32.const 261 + i32.const 31 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + call $~lib/rt/itcms/interrupt + end + i32.const 16 + local.get $size + i32.add + call $~lib/rt/tlsf/__alloc + i32.const 4 + i32.sub + local.set $obj + local.get $obj + local.get $id + call $~lib/rt/itcms/Object#set:rtId + local.get $obj + local.get $size + call $~lib/rt/itcms/Object#set:rtSize + local.get $obj + global.get $~lib/rt/itcms/fromSpace + global.get $~lib/rt/itcms/white + call $~lib/rt/itcms/Object#linkTo + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.add + global.set $~lib/rt/itcms/total + local.get $obj + i32.const 20 + i32.add + local.set $ptr + local.get $ptr + i32.const 0 + local.get $size + memory.fill + local.get $ptr + return + ) + (func $incremental-gc/call-indirect/B#set:v (param $this i32) (param $v i32) + local.get $this + local.get $v + i32.store + ) + (func $incremental-gc/call-indirect/A#get:v (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/function/Function<%28incremental-gc/call-indirect/A%29=>i32>#get:index (param $this i32) (result i32) + local.get $this + i32.load + return + ) + (func $incremental-gc/call-indirect/A#set:v (param $this i32) (param $v i32) + local.get $this + local.get $v + i32.store + ) + (func $start:incremental-gc/call-indirect + i32.const 16 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/pinSpace + i32.const 112 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/toSpace + i32.const 256 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/fromSpace + memory.size + i32.const 16 + i32.shl + global.get $~lib/memory/__heap_base + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + call $incremental-gc/call-indirect/issue_2923 + i32.const 10 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 464 + i32.const 17 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + ) + (func $~lib/rt/__visit_globals (param $0 i32) + (local $1 i32) + i32.const 160 + local.get $0 + call $~lib/rt/itcms/__visit + i32.const 368 + local.get $0 + call $~lib/rt/itcms/__visit + ) + (func $~lib/arraybuffer/ArrayBufferView~visit (param $0 i32) (param $1 i32) + (local $2 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + i32.load + local.tee $2 + if + local.get $2 + local.get $1 + call $~lib/rt/itcms/__visit + end + ) + (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) + ) + (func $~lib/function/Function<%28incremental-gc/call-indirect/A%29=>i32>#get:_env (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/function/Function<%28incremental-gc/call-indirect/A%29=>i32>~visit (param $0 i32) (param $1 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + local.get $1 + call $~lib/function/Function<%28incremental-gc/call-indirect/A%29=>i32>#__visit + ) + (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) + block $invalid + block $incremental-gc/call-indirect/B + block $~lib/function/Function<%28incremental-gc/call-indirect/A%29=>i32> + block $incremental-gc/call-indirect/A + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $incremental-gc/call-indirect/A $~lib/function/Function<%28incremental-gc/call-indirect/A%29=>i32> $incremental-gc/call-indirect/B $invalid + end + return + end + return + end + return + end + local.get $0 + local.get $1 + call $~lib/arraybuffer/ArrayBufferView~visit + return + end + return + end + local.get $0 + local.get $1 + call $~lib/function/Function<%28incremental-gc/call-indirect/A%29=>i32>~visit + return + end + return + end + unreachable + ) + (func $~start + call $start:incremental-gc/call-indirect + ) + (func $~stack_check + global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__data_end + i32.lt_s + if + i32.const 33376 + i32.const 33424 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + ) + (func $incremental-gc/call-indirect/B#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.const 6 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + call $~lib/object/Object#constructor + local.tee $this + i32.store + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 20 + call $incremental-gc/call-indirect/B#set:v + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) + (func $incremental-gc/call-indirect/foo (param $a i32) (result i32) + (local $b i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + call $~lib/rt/itcms/__collect + global.get $~lib/memory/__stack_pointer + i32.const 0 + call $incremental-gc/call-indirect/B#constructor + local.tee $b + i32.store + local.get $a + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + call $incremental-gc/call-indirect/A#get:v + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + ) + (func $incremental-gc/call-indirect/A#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + global.get $~lib/memory/__stack_pointer + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + call $~lib/object/Object#constructor + local.tee $this + i32.store + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 10 + call $incremental-gc/call-indirect/A#set:v + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) + (func $incremental-gc/call-indirect/issue_2923 (result i32) + (local $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + i32.const 0 + call $incremental-gc/call-indirect/A#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 432 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + call $~lib/function/Function<%28incremental-gc/call-indirect/A%29=>i32>#get:index + call_indirect (type $0) + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + return + ) + (func $~lib/function/Function<%28incremental-gc/call-indirect/A%29=>i32>#__visit (param $this i32) (param $cookie i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + call $~lib/function/Function<%28incremental-gc/call-indirect/A%29=>i32>#get:_env + local.get $cookie + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/object/Object#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) +) diff --git a/tests/compiler/incremental-gc/call-indirect.json b/tests/compiler/incremental-gc/call-indirect.json new file mode 100644 index 0000000000..1bdd02b1be --- /dev/null +++ b/tests/compiler/incremental-gc/call-indirect.json @@ -0,0 +1,4 @@ +{ + "asc_flags": [ + ] +} diff --git a/tests/compiler/incremental-gc/call-indirect.release.wat b/tests/compiler/incremental-gc/call-indirect.release.wat new file mode 100644 index 0000000000..04969928ca --- /dev/null +++ b/tests/compiler/incremental-gc/call-indirect.release.wat @@ -0,0 +1,1861 @@ +(module + (type $0 (func)) + (type $1 (func (param i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (result i32))) + (type $5 (func (param i32 i32) (result i32))) + (type $6 (func (param i32 i32 i32 i32))) + (type $7 (func (param i32 i32 i64))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34352)) + (memory $0 1) + (data $1 (i32.const 1052) "<") + (data $1.1 (i32.const 1064) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $3 (i32.const 1148) "<") + (data $3.1 (i32.const 1160) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $4 (i32.const 1212) ",") + (data $4.1 (i32.const 1224) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $6 (i32.const 1292) "<") + (data $6.1 (i32.const 1304) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $7 (i32.const 1356) "<") + (data $7.1 (i32.const 1368) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $8 (i32.const 1420) "\1c") + (data $8.1 (i32.const 1432) "\05\00\00\00\08\00\00\00\01") + (data $9 (i32.const 1452) "\\") + (data $9.1 (i32.const 1464) "\02\00\00\00>\00\00\00i\00n\00c\00r\00e\00m\00e\00n\00t\00a\00l\00-\00g\00c\00/\00c\00a\00l\00l\00-\00i\00n\00d\00i\00r\00e\00c\00t\00.\00t\00s") + (data $10 (i32.const 1552) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00\00\00\00\00 ") + (table $0 2 2 funcref) + (elem $0 (i32.const 1) $incremental-gc/call-indirect/foo) + (export "issue_2923" (func $incremental-gc/call-indirect/issue_2923)) + (export "memory" (memory $0)) + (start $~start) + (func $~lib/rt/itcms/visitRoots + (local $0 i32) + (local $1 i32) + i32.const 1168 + call $~lib/rt/itcms/__visit + i32.const 1376 + call $~lib/rt/itcms/__visit + global.get $~lib/rt/itcms/pinSpace + local.tee $1 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|0 + local.get $0 + local.get $1 + i32.ne + if + local.get $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1072 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $1 + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $1 + i32.load offset=8 + local.tee $0 + i32.eqz + if + i32.const 0 + i32.const 1072 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end + local.get $0 + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$123 + local.get $1 + i32.load offset=4 + i32.const -4 + i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34352 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1072 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$123 + end + local.get $1 + i32.load offset=8 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1072 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + end + global.get $~lib/rt/itcms/toSpace + local.set $2 + local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1552 + i32.load + i32.gt_u + if + i32.const 1168 + i32.const 1232 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1556 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 + local.get $2 + i32.load offset=8 + local.set $0 + local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select + local.get $2 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $2 + local.get $1 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) + (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $1 + i32.load + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1312 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const -4 + i32.and + local.tee $3 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1312 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const 256 + i32.lt_u + if (result i32) + local.get $3 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $3 + local.get $3 + i32.const 1073741820 + i32.ge_u + select + local.tee $3 + i32.clz + i32.sub + local.tee $4 + i32.const 7 + i32.sub + local.set $2 + local.get $3 + local.get $4 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $3 + i32.const 16 + i32.lt_u + local.get $2 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1312 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load offset=8 + local.set $5 + local.get $1 + i32.load offset=4 + local.tee $4 + if + local.get $4 + local.get $5 + i32.store offset=8 + end + local.get $5 + if + local.get $5 + local.get $4 + i32.store offset=4 + end + local.get $1 + local.get $0 + local.get $2 + i32.const 4 + i32.shl + local.get $3 + i32.add + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load offset=96 + i32.eq + if + local.get $1 + local.get $5 + i32.store offset=96 + local.get $5 + i32.eqz + if + local.get $0 + local.get $2 + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load offset=4 + i32.const -2 + local.get $3 + i32.rotl + i32.and + local.set $3 + local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + i32.eqz + if + local.get $0 + local.get $0 + i32.load + i32.const -2 + local.get $2 + i32.rotl + i32.and + i32.store + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + local.get $1 + i32.eqz + if + i32.const 0 + i32.const 1312 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1312 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load + local.tee $2 + i32.const 1 + i32.and + if + local.get $0 + local.get $4 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $3 + i32.const 4 + i32.add + local.get $2 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load + local.set $2 + end + local.get $3 + i32.const 2 + i32.and + if + local.get $1 + i32.const 4 + i32.sub + i32.load + local.tee $1 + i32.load + local.tee $6 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1312 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $1 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $6 + i32.const 4 + i32.add + local.get $3 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store + end + local.get $4 + local.get $2 + i32.const 2 + i32.or + i32.store + local.get $3 + i32.const -4 + i32.and + local.tee $2 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1312 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $1 + i32.const 4 + i32.add + local.get $2 + i32.add + i32.ne + if + i32.const 0 + i32.const 1312 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + i32.const 4 + i32.sub + local.get $1 + i32.store + local.get $2 + i32.const 256 + i32.lt_u + if (result i32) + local.get $2 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $2 + local.get $2 + i32.const 1073741820 + i32.ge_u + select + local.tee $2 + i32.clz + i32.sub + local.tee $3 + i32.const 7 + i32.sub + local.set $5 + local.get $2 + local.get $3 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $2 + i32.const 16 + i32.lt_u + local.get $5 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1312 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + local.set $3 + local.get $1 + i32.const 0 + i32.store offset=4 + local.get $1 + local.get $3 + i32.store offset=8 + local.get $3 + if + local.get $3 + local.get $1 + i32.store offset=4 + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $1 + i32.store offset=96 + local.get $0 + local.get $0 + i32.load + i32.const 1 + local.get $5 + i32.shl + i32.or + i32.store + local.get $0 + local.get $5 + i32.const 2 + i32.shl + i32.add + local.tee $0 + local.get $0 + i32.load offset=4 + i32.const 1 + local.get $2 + i32.shl + i32.or + i32.store offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $2 + local.get $1 + i64.extend_i32_u + i64.lt_u + if + i32.const 0 + i32.const 1312 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + local.set $1 + local.get $0 + i32.load offset=1568 + local.tee $3 + if + local.get $3 + i32.const 4 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1312 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $3 + local.get $1 + i32.const 16 + i32.sub + local.tee $5 + i32.eq + if + local.get $3 + i32.load + local.set $4 + local.get $5 + local.set $1 + end + else + local.get $0 + i32.const 1572 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1312 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $2 + i32.wrap_i64 + i32.const -16 + i32.and + local.get $1 + i32.sub + local.tee $3 + i32.const 20 + i32.lt_u + if + return + end + local.get $1 + local.get $4 + i32.const 2 + i32.and + local.get $3 + i32.const 8 + i32.sub + local.tee $3 + i32.const 1 + i32.or + i32.or + i32.store + local.get $1 + i32.const 0 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.store offset=8 + local.get $1 + i32.const 4 + i32.add + local.get $3 + i32.add + local.tee $3 + i32.const 2 + i32.store + local.get $0 + local.get $3 + i32.store offset=1568 + local.get $0 + local.get $1 + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/initialize + (local $0 i32) + (local $1 i32) + memory.size + local.tee $1 + i32.const 0 + i32.le_s + if (result i32) + i32.const 1 + local.get $1 + i32.sub + memory.grow + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + i32.const 34352 + i32.const 0 + i32.store + i32.const 35920 + i32.const 0 + i32.store + loop $for-loop|0 + local.get $0 + i32.const 23 + i32.lt_u + if + local.get $0 + i32.const 2 + i32.shl + i32.const 34352 + i32.add + i32.const 0 + i32.store offset=4 + i32.const 0 + local.set $1 + loop $for-loop|1 + local.get $1 + i32.const 16 + i32.lt_u + if + local.get $0 + i32.const 4 + i32.shl + local.get $1 + i32.add + i32.const 2 + i32.shl + i32.const 34352 + i32.add + i32.const 0 + i32.store offset=96 + local.get $1 + i32.const 1 + i32.add + local.set $1 + br $for-loop|1 + end + end + local.get $0 + i32.const 1 + i32.add + local.set $0 + br $for-loop|0 + end + end + i32.const 34352 + i32.const 35924 + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + i32.const 34352 + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/itcms/step (result i32) + (local $0 i32) + (local $1 i32) + (local $2 i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + br_table $case0|0 $case1|0 $case2|0 $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $1 + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|1 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + global.set $~lib/rt/itcms/iter + local.get $1 + local.get $0 + i32.load offset=4 + local.tee $2 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $2 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store offset=4 + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + return + end + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + i32.eq + if + global.get $~lib/memory/__stack_pointer + local.set $0 + loop $while-continue|0 + local.get $0 + i32.const 34352 + i32.lt_u + if + local.get $0 + i32.load + call $~lib/rt/itcms/__visit + local.get $0 + i32.const 4 + i32.add + local.set $0 + br $while-continue|0 + end + end + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|2 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $1 + local.get $0 + i32.load offset=4 + local.tee $2 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $2 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store offset=4 + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + end + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $0 + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $0 + global.set $~lib/rt/itcms/toSpace + local.get $1 + global.set $~lib/rt/itcms/white + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/iter + local.tee $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + i32.load offset=4 + local.tee $1 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/white + i32.eqz + local.get $1 + i32.const 3 + i32.and + i32.ne + if + i32.const 0 + i32.const 1072 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 34352 + i32.lt_u + if + local.get $0 + i32.const 0 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store offset=8 + else + global.get $~lib/rt/itcms/total + local.get $0 + i32.load + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.sub + global.set $~lib/rt/itcms/total + local.get $0 + i32.const 4 + i32.add + local.tee $0 + i32.const 34352 + i32.ge_u + if + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.set $1 + local.get $0 + i32.const 4 + i32.sub + local.set $2 + local.get $0 + i32.const 15 + i32.and + i32.const 1 + local.get $0 + select + if (result i32) + i32.const 1 + else + local.get $2 + i32.load + i32.const 1 + i32.and + end + if + i32.const 0 + i32.const 1312 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $2 + local.get $2 + i32.load + i32.const 1 + i32.or + i32.store + local.get $1 + local.get $2 + call $~lib/rt/tlsf/insertBlock + end + end + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + i32.store offset=4 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + i32.store offset=8 + i32.const 0 + global.set $~lib/rt/itcms/state + end + i32.const 0 + ) + (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + local.get $1 + i32.const 256 + i32.lt_u + if + local.get $1 + i32.const 4 + i32.shr_u + local.set $1 + else + local.get $1 + i32.const 536870910 + i32.lt_u + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 + i32.clz + i32.sub + local.tee $2 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 + end + local.get $1 + i32.const 16 + i32.lt_u + local.get $2 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1312 + i32.const 334 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + i32.const -1 + local.get $1 + i32.shl + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + local.get $2 + i32.const 4 + i32.shl + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + else + local.get $0 + i32.load + i32.const -1 + local.get $2 + i32.const 1 + i32.add + i32.shl + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + local.tee $1 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1312 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.ctz + local.get $1 + i32.const 4 + i32.shl + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + else + i32.const 0 + end + end + ) + (func $~lib/rt/itcms/__new (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + local.get $0 + i32.const 1073741804 + i32.ge_u + if + i32.const 1376 + i32.const 1072 + i32.const 261 + i32.const 31 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + block $__inlined_func$~lib/rt/itcms/interrupt$69 + i32.const 2048 + local.set $2 + loop $do-loop|0 + local.get $2 + call $~lib/rt/itcms/step + i32.sub + local.set $2 + global.get $~lib/rt/itcms/state + i32.eqz + if + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i64.const 200 + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + br $__inlined_func$~lib/rt/itcms/interrupt$69 + end + local.get $2 + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.const 10 + i32.shl + i32.add + global.set $~lib/rt/itcms/threshold + end + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.set $4 + local.get $0 + i32.const 16 + i32.add + local.tee $2 + i32.const 1073741820 + i32.gt_u + if + i32.const 1376 + i32.const 1312 + i32.const 461 + i32.const 29 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $2 + i32.const 12 + i32.le_u + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end + local.tee $5 + call $~lib/rt/tlsf/searchBlock + local.tee $2 + i32.eqz + if + memory.size + local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end + else + local.get $5 + end + i32.const 4 + local.get $4 + i32.load offset=1568 + local.get $2 + i32.const 16 + i32.shl + i32.const 4 + i32.sub + i32.ne + i32.shl + i32.add + i32.const 65535 + i32.add + i32.const -65536 + i32.and + i32.const 16 + i32.shr_u + local.tee $3 + local.get $2 + local.get $3 + i32.gt_s + select + memory.grow + i32.const 0 + i32.lt_s + if + local.get $3 + memory.grow + i32.const 0 + i32.lt_s + if + unreachable + end + end + local.get $4 + local.get $2 + i32.const 16 + i32.shl + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + local.get $4 + local.get $5 + call $~lib/rt/tlsf/searchBlock + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1312 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + local.get $5 + local.get $2 + i32.load + i32.const -4 + i32.and + i32.gt_u + if + i32.const 0 + i32.const 1312 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $2 + call $~lib/rt/tlsf/removeBlock + local.get $2 + i32.load + local.set $6 + local.get $5 + i32.const 4 + i32.add + i32.const 15 + i32.and + if + i32.const 0 + i32.const 1312 + i32.const 361 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $6 + i32.const -4 + i32.and + local.get $5 + i32.sub + local.tee $3 + i32.const 16 + i32.ge_u + if + local.get $2 + local.get $5 + local.get $6 + i32.const 2 + i32.and + i32.or + i32.store + local.get $2 + i32.const 4 + i32.add + local.get $5 + i32.add + local.tee $5 + local.get $3 + i32.const 4 + i32.sub + i32.const 1 + i32.or + i32.store + local.get $4 + local.get $5 + call $~lib/rt/tlsf/insertBlock + else + local.get $2 + local.get $6 + i32.const -2 + i32.and + i32.store + local.get $2 + i32.const 4 + i32.add + local.get $2 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $3 + local.get $3 + i32.load + i32.const -3 + i32.and + i32.store + end + local.get $2 + local.get $1 + i32.store offset=12 + local.get $2 + local.get $0 + i32.store offset=16 + global.get $~lib/rt/itcms/fromSpace + local.tee $1 + i32.load offset=8 + local.set $3 + local.get $2 + local.get $1 + global.get $~lib/rt/itcms/white + i32.or + i32.store offset=4 + local.get $2 + local.get $3 + i32.store offset=8 + local.get $3 + local.get $2 + local.get $3 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $1 + local.get $2 + i32.store offset=8 + global.get $~lib/rt/itcms/total + local.get $2 + i32.load + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.add + global.set $~lib/rt/itcms/total + local.get $2 + i32.const 20 + i32.add + local.tee $1 + i32.const 0 + local.get $0 + memory.fill + local.get $1 + ) + (func $~lib/rt/__visit_members (param $0 i32) + block $invalid + block $incremental-gc/call-indirect/B + block $~lib/function/Function<%28incremental-gc/call-indirect/A%29=>i32> + block $incremental-gc/call-indirect/A + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $incremental-gc/call-indirect/A $~lib/function/Function<%28incremental-gc/call-indirect/A%29=>i32> $incremental-gc/call-indirect/B $invalid + end + return + end + return + end + return + end + local.get $0 + i32.load + local.tee $0 + if + local.get $0 + call $~lib/rt/itcms/__visit + end + return + end + return + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1584 + i32.lt_s + if + i32.const 34384 + i32.const 34432 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + return + end + return + end + unreachable + ) + (func $~start + i32.const 1028 + i32.const 1024 + i32.store + i32.const 1032 + i32.const 1024 + i32.store + i32.const 1024 + global.set $~lib/rt/itcms/pinSpace + i32.const 1124 + i32.const 1120 + i32.store + i32.const 1128 + i32.const 1120 + i32.store + i32.const 1120 + global.set $~lib/rt/itcms/toSpace + i32.const 1268 + i32.const 1264 + i32.store + i32.const 1272 + i32.const 1264 + i32.store + i32.const 1264 + global.set $~lib/rt/itcms/fromSpace + memory.size + i32.const 16 + i32.shl + i32.const 34352 + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + call $incremental-gc/call-indirect/issue_2923 + i32.const 10 + i32.ne + if + i32.const 0 + i32.const 1472 + i32.const 17 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + ) + (func $incremental-gc/call-indirect/foo (param $0 i32) (result i32) + (local $1 i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 1584 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/rt/itcms/state + i32.const 0 + i32.gt_s + if + loop $while-continue|0 + global.get $~lib/rt/itcms/state + if + call $~lib/rt/itcms/step + drop + br $while-continue|0 + end + end + end + call $~lib/rt/itcms/step + drop + loop $while-continue|1 + global.get $~lib/rt/itcms/state + if + call $~lib/rt/itcms/step + drop + br $while-continue|1 + end + end + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i64.const 200 + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + global.get $~lib/memory/__stack_pointer + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1584 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.const 6 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $2 + call $~lib/object/Object#constructor + local.tee $2 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 20 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + local.get $2 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.load + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + return + end + i32.const 34384 + i32.const 34432 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $incremental-gc/call-indirect/issue_2923 (result i32) + (local $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 1584 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1584 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $0 + call $~lib/object/Object#constructor + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 10 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 1440 + i32.store offset=4 + local.get $0 + i32.const 1440 + i32.load + call_indirect (type $1) + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + return + end + i32.const 34384 + i32.const 34432 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $~lib/object/Object#constructor (param $0 i32) (result i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1584 + i32.lt_s + if + i32.const 34384 + i32.const 34432 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $0 + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 0 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + ) +) diff --git a/tests/compiler/incremental-gc/call-indirect.ts b/tests/compiler/incremental-gc/call-indirect.ts new file mode 100644 index 0000000000..9c4f0ed06e --- /dev/null +++ b/tests/compiler/incremental-gc/call-indirect.ts @@ -0,0 +1,17 @@ +class A { + v: i32 = 10; +} +class B { + v: i32 = 20; +} +function foo(a: A): i32 { + __collect(); // to trigger GC + let b = new B(); + return a.v; +} + +export function issue_2923(): i32 { + return call_indirect(foo.index, new A()); +} + +assert(issue_2923() == 10); From da776308805411ab87565f74e983fb980596a3f0 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Thu, 29 May 2025 10:01:54 +0800 Subject: [PATCH 078/103] fix: remove unused tmp local in array literal generated code (#2917) --- src/compiler.ts | 12 - .../bindings/noExportRuntime.debug.wat | 2 - tests/compiler/call-rest.debug.wat | 192 +- tests/compiler/call-rest.release.wat | 16 +- tests/compiler/exports-lazy.debug.wat | 1 - .../compiler/extends-baseaggregate.debug.wat | 14 +- tests/compiler/field.debug.wat | 23 +- tests/compiler/infer-array.debug.wat | 336 +- tests/compiler/infer-array.release.wat | 52 +- tests/compiler/infer-generic.debug.wat | 31 +- tests/compiler/issues/2707.debug.wat | 7 +- tests/compiler/issues/2873.debug.wat | 74 +- tests/compiler/resolve-access.debug.wat | 13 +- tests/compiler/simd.debug.wat | 11 +- tests/compiler/std/array-literal.debug.wat | 213 +- tests/compiler/std/array-literal.release.wat | 34 +- tests/compiler/std/array.debug.wat | 6449 ++++++------ tests/compiler/std/array.release.wat | 464 +- tests/compiler/std/arraybuffer.debug.wat | 139 +- tests/compiler/std/date.debug.wat | 260 +- tests/compiler/std/date.release.wat | 148 +- tests/compiler/std/static-array.debug.wat | 124 +- tests/compiler/std/staticarray.debug.wat | 1336 ++- tests/compiler/std/string.debug.wat | 9033 ++++++++--------- tests/compiler/std/string.release.wat | 148 +- tests/compiler/std/typedarray.debug.wat | 4071 ++++---- 26 files changed, 11305 insertions(+), 11898 deletions(-) diff --git a/src/compiler.ts b/src/compiler.ts index a9cb5d4e36..246993f1cd 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -8189,11 +8189,9 @@ export class Compiler extends DiagnosticEmitter { let arrayInstance = element; let arrayType = arrayInstance.type; let elementType = arrayInstance.getTypeArgumentsTo(program.arrayPrototype)![0]; - let arrayBufferInstance = assert(program.arrayBufferInstance); // block those here so compiling expressions doesn't conflict let tempThis = flow.getTempLocal(this.options.usizeType); - let tempDataStart = flow.getTempLocal(arrayBufferInstance.type); // compile value expressions and find out whether all are constant let expressions = expression.elementExpressions; @@ -8269,16 +8267,6 @@ export class Compiler extends DiagnosticEmitter { let dataStartProperty = (dataStartMember).instance; if (!dataStartProperty) return module.unreachable(); assert(dataStartProperty.isField && dataStartProperty.memoryOffset >= 0); - stmts.push( - module.local_set(tempDataStart.index, - module.load(arrayType.byteSize, false, - module.local_get(tempThis.index, arrayTypeRef), - arrayTypeRef, - dataStartProperty.memoryOffset - ), - true // ArrayBuffer - ) - ); for (let i = 0; i < length; ++i) { // this[i] = value stmts.push( diff --git a/tests/compiler/bindings/noExportRuntime.debug.wat b/tests/compiler/bindings/noExportRuntime.debug.wat index bfe4a74937..25e76de235 100644 --- a/tests/compiler/bindings/noExportRuntime.debug.wat +++ b/tests/compiler/bindings/noExportRuntime.debug.wat @@ -2361,8 +2361,6 @@ (func $start:bindings/noExportRuntime (local $0 i32) (local $1 i32) - (local $2 i32) - (local $3 i32) memory.size i32.const 16 i32.shl diff --git a/tests/compiler/call-rest.debug.wat b/tests/compiler/call-rest.debug.wat index d4d20d6b81..53208c38ec 100644 --- a/tests/compiler/call-rest.debug.wat +++ b/tests/compiler/call-rest.debug.wat @@ -2741,7 +2741,6 @@ (func $call-rest/fn@varargs (param $a i32) (param $b i32) (param $rest i32) (result i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2776,18 +2775,18 @@ local.get $a local.get $b local.get $rest - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 call $call-rest/fn - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 + local.get $4 ) (func $~lib/array/ensureCapacity (param $array i32) (param $newSize i32) (param $alignLog2 i32) (param $canGrow i32) (local $oldCapacity i32) @@ -3040,19 +3039,20 @@ ) (func $call-rest/Foo#constructor (param $this i32) (param $a i32) (param $b i32) (param $rest i32) (result i32) (local $4 i32) - (local $5 i32) (local $i i32) (local $k i32) - (local $8 i32) + (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.const 20 - memory.fill + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 local.get $this i32.eqz if @@ -3064,19 +3064,19 @@ i32.store end local.get $this - local.set $8 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $7 i32.store offset=4 - local.get $8 + local.get $7 i32.const 0 call $call-rest/Foo#set:values local.get $this - local.set $8 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $7 i32.store offset=4 - local.get $8 + local.get $7 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 @@ -3085,11 +3085,6 @@ call $~lib/rt/__newArray local.tee $4 i32.store offset=12 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.load offset=4 - local.tee $5 - i32.store offset=16 local.get $4 i32.const 0 local.get $a @@ -3099,20 +3094,20 @@ local.get $b call $~lib/array/Array#__set local.get $4 - local.set $8 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $7 i32.store offset=8 - local.get $8 + local.get $7 call $call-rest/Foo#set:values i32.const 0 local.set $i local.get $rest - local.set $8 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $7 i32.store offset=4 - local.get $8 + local.get $7 call $~lib/array/Array#get:length local.set $k loop $for-loop|0 @@ -3121,23 +3116,23 @@ i32.lt_s if local.get $this - local.set $8 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $7 i32.store offset=8 - local.get $8 + local.get $7 call $call-rest/Foo#get:values - local.set $8 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $7 i32.store offset=4 - local.get $8 + local.get $7 local.get $rest - local.set $8 + local.set $7 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $7 i32.store offset=8 - local.get $8 + local.get $7 local.get $i call $~lib/array/Array#__get call $~lib/array/Array#push @@ -3150,17 +3145,16 @@ end end local.get $this - local.set $8 + local.set $7 global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $8 + local.get $7 ) (func $call-rest/Foo#constructor@varargs (param $this i32) (param $a i32) (param $b i32) (param $rest i32) (result i32) (local $4 i32) (local $5 i32) - (local $6 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -3196,26 +3190,26 @@ i32.store end local.get $this - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $5 i32.store offset=4 - local.get $6 + local.get $5 local.get $a local.get $b local.get $rest - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer - local.get $6 + local.get $5 i32.store offset=8 - local.get $6 + local.get $5 call $call-rest/Foo#constructor - local.set $6 + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 + local.get $5 ) (func $call-rest/Foo#sum (param $this i32) (result i32) (local $sum i32) @@ -3314,7 +3308,6 @@ (func $call-rest/count@varargs (param $args i32) (result i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3341,18 +3334,18 @@ i32.store end local.get $args - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 - local.get $3 + local.get $2 call $call-rest/count - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 ) (func $~lib/array/Array<~lib/string/String>#get:length (param $this i32) (result i32) (local $1 i32) @@ -3415,15 +3408,6 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) - (local $13 i32) - (local $14 i32) - (local $15 i32) - (local $16 i32) - (local $17 i32) - (local $18 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3490,11 +3474,11 @@ i32.const 4 i32.const 560 call $~lib/rt/__newArray - local.set $18 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $18 + local.get $9 i32.store - local.get $18 + local.get $9 call $call-rest/fn i32.const 6 i32.eq @@ -3514,11 +3498,11 @@ i32.const 4 i32.const 592 call $~lib/rt/__newArray - local.set $18 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $18 + local.get $9 i32.store - local.get $18 + local.get $9 call $call-rest/fn i32.const 15 i32.eq @@ -3576,11 +3560,11 @@ i32.const 4 i32.const 656 call $~lib/rt/__newArray - local.set $18 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $18 + local.get $9 i32.store - local.get $18 + local.get $9 i32.const 3 global.set $~argumentsLength global.get $call-rest/indirect @@ -3604,11 +3588,11 @@ i32.const 4 i32.const 688 call $~lib/rt/__newArray - local.set $18 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $18 + local.get $9 i32.store - local.get $18 + local.get $9 i32.const 3 global.set $~argumentsLength global.get $call-rest/indirect @@ -3632,11 +3616,11 @@ global.set $~argumentsLength i32.const 0 call $call-rest/Foo#constructor@varargs - local.set $18 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $18 + local.get $9 i32.store - local.get $18 + local.get $9 call $call-rest/Foo#sum i32.const 1 i32.eq @@ -3656,11 +3640,11 @@ global.set $~argumentsLength i32.const 0 call $call-rest/Foo#constructor@varargs - local.set $18 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $18 + local.get $9 i32.store - local.get $18 + local.get $9 call $call-rest/Foo#sum i32.const 3 i32.eq @@ -3681,17 +3665,17 @@ i32.const 4 i32.const 800 call $~lib/rt/__newArray - local.set $18 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $18 + local.get $9 i32.store offset=4 - local.get $18 + local.get $9 call $call-rest/Foo#constructor - local.set $18 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $18 + local.get $9 i32.store - local.get $18 + local.get $9 call $call-rest/Foo#sum i32.const 6 i32.eq @@ -3712,17 +3696,17 @@ i32.const 4 i32.const 832 call $~lib/rt/__newArray - local.set $18 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $18 + local.get $9 i32.store offset=4 - local.get $18 + local.get $9 call $call-rest/Foo#constructor - local.set $18 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $18 + local.get $9 i32.store - local.get $18 + local.get $9 call $call-rest/Foo#sum i32.const 15 i32.eq @@ -3755,11 +3739,11 @@ i32.const 4 i32.const 896 call $~lib/rt/__newArray - local.set $18 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $18 + local.get $9 i32.store - local.get $18 + local.get $9 call $call-rest/count i32.const 1 i32.eq @@ -3777,11 +3761,11 @@ i32.const 4 i32.const 928 call $~lib/rt/__newArray - local.set $18 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $18 + local.get $9 i32.store - local.get $18 + local.get $9 call $call-rest/count i32.const 3 i32.eq @@ -3799,11 +3783,11 @@ i32.const 8 i32.const 1056 call $~lib/rt/__newArray - local.set $18 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $18 + local.get $9 i32.store - local.get $18 + local.get $9 call $call-rest/count<~lib/string/String> i32.const 3 i32.eq diff --git a/tests/compiler/call-rest.release.wat b/tests/compiler/call-rest.release.wat index 6db2516a91..0d9c6213c5 100644 --- a/tests/compiler/call-rest.release.wat +++ b/tests/compiler/call-rest.release.wat @@ -2193,7 +2193,7 @@ (local $6 i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -2202,9 +2202,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.const 20 - memory.fill + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 7 @@ -2230,10 +2232,6 @@ call $~lib/rt/__newArray local.tee $3 i32.store offset=12 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.load offset=4 - i32.store offset=16 local.get $3 i32.const 0 i32.const 1 @@ -2330,7 +2328,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 16 i32.add global.set $~lib/memory/__stack_pointer local.get $2 diff --git a/tests/compiler/exports-lazy.debug.wat b/tests/compiler/exports-lazy.debug.wat index 13d15c1553..af546f4467 100644 --- a/tests/compiler/exports-lazy.debug.wat +++ b/tests/compiler/exports-lazy.debug.wat @@ -18,7 +18,6 @@ (start $~start) (func $start:exports-lazy (local $0 i32) - (local $1 i32) global.get $exports-lazy/lazyGlobalUsed drop call $exports-lazy/lazyFuncUsed diff --git a/tests/compiler/extends-baseaggregate.debug.wat b/tests/compiler/extends-baseaggregate.debug.wat index 42df283bce..cdab16fe1e 100644 --- a/tests/compiler/extends-baseaggregate.debug.wat +++ b/tests/compiler/extends-baseaggregate.debug.wat @@ -2895,8 +2895,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2923,18 +2921,18 @@ call $~lib/rt/itcms/initLazy global.set $~lib/rt/itcms/fromSpace global.get $extends-baseaggregate/poolA - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $2 i32.store - local.get $4 + local.get $2 i32.const 0 call $extends-baseaggregate/A2#constructor - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $2 i32.store offset=4 - local.get $4 + local.get $2 call $~lib/array/Array#push drop global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/field.debug.wat b/tests/compiler/field.debug.wat index 551564caf0..aab5de284e 100644 --- a/tests/compiler/field.debug.wat +++ b/tests/compiler/field.debug.wat @@ -2539,7 +2539,6 @@ (func $field/NoStaticConflict#constructor (param $this i32) (result i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2563,38 +2562,38 @@ end global.get $~lib/memory/__stack_pointer local.get $this - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 - local.get $3 + local.get $2 call $~lib/object/Object#constructor local.tee $this i32.store local.get $this - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 - local.get $3 + local.get $2 i32.const 0 i32.const 2 i32.const 5 i32.const 432 call $~lib/rt/__newArray - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=8 - local.get $3 + local.get $2 call $field/NoStaticConflict#set:a local.get $this - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 ) (func $field/testNoStaticConflict (local $inst i32) diff --git a/tests/compiler/infer-array.debug.wat b/tests/compiler/infer-array.debug.wat index c54bf07db8..4bbaa8d706 100644 --- a/tests/compiler/infer-array.debug.wat +++ b/tests/compiler/infer-array.debug.wat @@ -3455,12 +3455,12 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) + (local $10 f32) (local $11 i32) (local $12 i32) (local $13 i32) (local $14 i32) - (local $15 f32) + (local $15 i32) (local $16 i32) (local $17 i32) (local $18 i32) @@ -3482,30 +3482,14 @@ (local $34 i32) (local $35 i32) (local $36 i32) - (local $37 i32) - (local $38 i32) - (local $39 i32) - (local $40 i32) - (local $41 i32) - (local $42 i32) - (local $43 i32) - (local $44 i32) - (local $45 i32) - (local $46 i32) - (local $47 i32) - (local $48 i32) - (local $49 i32) - (local $50 i32) - (local $51 i32) - (local $52 i32) - global.get $~lib/memory/__stack_pointer - i32.const 112 + global.get $~lib/memory/__stack_pointer + i32.const 96 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 112 + i32.const 96 memory.fill memory.size i32.const 16 @@ -3530,14 +3514,14 @@ i32.const 4 i32.const 32 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store - local.get $2 - local.set $52 + local.get $1 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array#__get drop @@ -3551,12 +3535,12 @@ call $~lib/builtins/abort unreachable end - local.get $2 - local.set $52 + local.get $1 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array#__get drop @@ -3576,14 +3560,14 @@ i32.const 5 i32.const 560 call $~lib/rt/__newArray - local.tee $5 + local.tee $3 i32.store offset=8 - local.get $5 - local.set $52 + local.get $3 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array#__get drop @@ -3603,14 +3587,14 @@ i32.const 6 i32.const 608 call $~lib/rt/__newArray - local.tee $8 + local.tee $5 i32.store offset=12 - local.get $8 - local.set $52 + local.get $5 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array#__get drop @@ -3624,12 +3608,12 @@ call $~lib/builtins/abort unreachable end - local.get $8 - local.set $52 + local.get $5 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array#__get drop @@ -3644,12 +3628,12 @@ call $~lib/builtins/abort unreachable end - local.get $8 - local.set $52 + local.get $5 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 1 call $~lib/array/Array#__get i32.const -1 @@ -3669,14 +3653,14 @@ i32.const 5 i32.const 640 call $~lib/rt/__newArray - local.tee $11 + local.tee $7 i32.store offset=16 - local.get $11 - local.set $52 + local.get $7 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array#__get drop @@ -3696,14 +3680,14 @@ i32.const 7 i32.const 688 call $~lib/rt/__newArray - local.tee $14 + local.tee $9 i32.store offset=20 - local.get $14 - local.set $52 + local.get $9 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array#__get drop @@ -3717,24 +3701,24 @@ call $~lib/builtins/abort unreachable end - local.get $14 - local.set $52 + local.get $9 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 1 call $~lib/array/Array#__get - local.set $15 + local.set $10 global.get $~lib/memory/__stack_pointer i32.const 0 call $infer-array/Ref#constructor - local.tee $16 + local.tee $11 i32.store offset=24 global.get $~lib/memory/__stack_pointer i32.const 0 call $infer-array/Ref#constructor - local.tee $17 + local.tee $12 i32.store offset=28 global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -3743,30 +3727,25 @@ i32.const 9 i32.const 0 call $~lib/rt/__newArray - local.tee $18 + local.tee $13 i32.store offset=32 - global.get $~lib/memory/__stack_pointer - local.get $18 - i32.load offset=4 - local.tee $19 - i32.store offset=36 - local.get $18 + local.get $13 i32.const 0 - local.get $16 + local.get $11 call $~lib/array/Array#__set - local.get $18 + local.get $13 i32.const 1 - local.get $17 + local.get $12 call $~lib/array/Array#__set - local.get $18 - local.tee $20 - i32.store offset=40 - local.get $20 - local.set $52 + local.get $13 + local.tee $14 + i32.store offset=36 + local.get $14 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array#__get drop @@ -3783,13 +3762,13 @@ global.get $~lib/memory/__stack_pointer i32.const 0 call $infer-array/Ref#constructor - local.tee $21 - i32.store offset=44 + local.tee $15 + i32.store offset=40 global.get $~lib/memory/__stack_pointer i32.const 0 call $infer-array/Ref#constructor - local.tee $22 - i32.store offset=48 + local.tee $16 + i32.store offset=44 global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 2 @@ -3797,30 +3776,25 @@ i32.const 9 i32.const 0 call $~lib/rt/__newArray - local.tee $23 - i32.store offset=52 - global.get $~lib/memory/__stack_pointer - local.get $23 - i32.load offset=4 - local.tee $24 - i32.store offset=56 - local.get $23 + local.tee $17 + i32.store offset=48 + local.get $17 i32.const 0 - local.get $21 + local.get $15 call $~lib/array/Array#__set - local.get $23 + local.get $17 i32.const 1 - local.get $22 + local.get $16 call $~lib/array/Array#__set - local.get $23 - local.tee $25 - i32.store offset=60 - local.get $25 - local.set $52 + local.get $17 + local.tee $18 + i32.store offset=52 + local.get $18 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 1 call $~lib/array/Array#__get drop @@ -3837,8 +3811,8 @@ global.get $~lib/memory/__stack_pointer i32.const 0 call $infer-array/Ref#constructor - local.tee $26 - i32.store offset=64 + local.tee $19 + i32.store offset=56 global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 2 @@ -3846,30 +3820,25 @@ i32.const 9 i32.const 0 call $~lib/rt/__newArray - local.tee $27 - i32.store offset=68 - global.get $~lib/memory/__stack_pointer - local.get $27 - i32.load offset=4 - local.tee $28 - i32.store offset=72 - local.get $27 + local.tee $20 + i32.store offset=60 + local.get $20 i32.const 0 - local.get $26 + local.get $19 call $~lib/array/Array#__set - local.get $27 + local.get $20 i32.const 1 i32.const 0 call $~lib/array/Array#__set - local.get $27 - local.tee $29 - i32.store offset=76 - local.get $29 - local.set $52 + local.get $20 + local.tee $21 + i32.store offset=64 + local.get $21 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array#__get drop @@ -3889,14 +3858,14 @@ i32.const 10 i32.const 800 call $~lib/rt/__newArray - local.tee $32 - i32.store offset=80 - local.get $32 - local.set $52 + local.tee $23 + i32.store offset=68 + local.get $23 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array<~lib/string/String|null>#__get drop @@ -3916,14 +3885,14 @@ i32.const 11 i32.const 832 call $~lib/rt/__newArray - local.tee $35 - i32.store offset=84 - local.get $35 - local.set $52 + local.tee $25 + i32.store offset=72 + local.get $25 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array#__get drop @@ -3937,12 +3906,12 @@ call $~lib/builtins/abort unreachable end - local.get $35 - local.set $52 + local.get $25 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array#__get drop @@ -3963,14 +3932,14 @@ i32.const 11 i32.const 864 call $~lib/rt/__newArray - local.tee $38 - i32.store offset=88 - local.get $38 - local.set $52 + local.tee $27 + i32.store offset=76 + local.get $27 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array#__get drop @@ -3984,12 +3953,12 @@ call $~lib/builtins/abort unreachable end - local.get $38 - local.set $52 + local.get $27 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array#__get drop @@ -4010,14 +3979,14 @@ i32.const 4 i32.const 896 call $~lib/rt/__newArray - local.tee $41 - i32.store offset=92 - local.get $41 - local.set $52 + local.tee $29 + i32.store offset=80 + local.get $29 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array#__get drop @@ -4031,12 +4000,12 @@ call $~lib/builtins/abort unreachable end - local.get $41 - local.set $52 + local.get $29 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array#__get drop @@ -4057,14 +4026,14 @@ i32.const 4 i32.const 928 call $~lib/rt/__newArray - local.tee $44 - i32.store offset=96 - local.get $44 - local.set $52 + local.tee $31 + i32.store offset=84 + local.get $31 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array#__get drop @@ -4078,12 +4047,12 @@ call $~lib/builtins/abort unreachable end - local.get $44 - local.set $52 + local.get $31 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array#__get drop @@ -4105,14 +4074,9 @@ i32.const 12 i32.const 0 call $~lib/rt/__newArray - local.tee $45 - i32.store offset=100 - global.get $~lib/memory/__stack_pointer - local.get $45 - i32.load offset=4 - local.tee $46 - i32.store offset=104 - local.get $45 + local.tee $32 + i32.store offset=88 + local.get $32 i32.const 0 i32.const 1 i32.const 2 @@ -4120,7 +4084,7 @@ i32.const 960 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array>#__set - local.get $45 + local.get $32 i32.const 1 i32.const 1 i32.const 2 @@ -4128,15 +4092,15 @@ i32.const 992 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array>#__set - local.get $45 - local.tee $51 - i32.store offset=108 - local.get $51 - local.set $52 + local.get $32 + local.tee $35 + i32.store offset=92 + local.get $35 + local.set $36 global.get $~lib/memory/__stack_pointer - local.get $52 + local.get $36 i32.store offset=4 - local.get $52 + local.get $36 i32.const 0 call $~lib/array/Array<~lib/array/Array>#__get drop @@ -4154,7 +4118,7 @@ i32.eqz drop global.get $~lib/memory/__stack_pointer - i32.const 112 + i32.const 96 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/infer-array.release.wat b/tests/compiler/infer-array.release.wat index 48e8f1344f..55db29d7ed 100644 --- a/tests/compiler/infer-array.release.wat +++ b/tests/compiler/infer-array.release.wat @@ -2269,7 +2269,7 @@ (local $2 i32) (local $3 i32) global.get $~lib/memory/__stack_pointer - i32.const 112 + i32.const 96 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -2279,7 +2279,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 112 + i32.const 96 memory.fill memory.size i32.const 16 @@ -2433,10 +2433,6 @@ call $~lib/rt/__newArray local.tee $3 i32.store offset=32 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.load offset=4 - i32.store offset=36 local.get $3 i32.const 0 local.get $0 @@ -2447,7 +2443,7 @@ call $~lib/array/Array#__set local.get $2 local.get $3 - i32.store offset=40 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=4 @@ -2457,11 +2453,11 @@ global.get $~lib/memory/__stack_pointer call $infer-array/Ref#constructor local.tee $0 - i32.store offset=44 + i32.store offset=40 global.get $~lib/memory/__stack_pointer call $infer-array/Ref#constructor local.tee $1 - i32.store offset=48 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.set $2 global.get $~lib/memory/__stack_pointer @@ -2471,11 +2467,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $3 - i32.store offset=52 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.load offset=4 - i32.store offset=56 + i32.store offset=48 local.get $3 i32.const 0 local.get $0 @@ -2486,7 +2478,7 @@ call $~lib/array/Array#__set local.get $2 local.get $3 - i32.store offset=60 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=4 @@ -2496,7 +2488,7 @@ global.get $~lib/memory/__stack_pointer call $infer-array/Ref#constructor local.tee $0 - i32.store offset=64 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.set $1 global.get $~lib/memory/__stack_pointer @@ -2506,11 +2498,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $2 - i32.store offset=68 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.load offset=4 - i32.store offset=72 + i32.store offset=60 local.get $2 i32.const 0 local.get $0 @@ -2521,7 +2509,7 @@ call $~lib/array/Array#__set local.get $1 local.get $2 - i32.store offset=76 + i32.store offset=64 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 @@ -2535,7 +2523,7 @@ i32.const 1824 call $~lib/rt/__newArray local.tee $0 - i32.store offset=80 + i32.store offset=68 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2549,7 +2537,7 @@ i32.const 1856 call $~lib/rt/__newArray local.tee $0 - i32.store offset=84 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2571,7 +2559,7 @@ i32.const 1888 call $~lib/rt/__newArray local.tee $0 - i32.store offset=88 + i32.store offset=76 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2593,7 +2581,7 @@ i32.const 1920 call $~lib/rt/__newArray local.tee $0 - i32.store offset=92 + i32.store offset=80 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2611,7 +2599,7 @@ i32.const 1952 call $~lib/rt/__newArray local.tee $0 - i32.store offset=96 + i32.store offset=84 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2631,11 +2619,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=100 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.load offset=4 - i32.store offset=104 + i32.store offset=88 local.get $1 i32.const 0 i32.const 1 @@ -2654,7 +2638,7 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store offset=108 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -2707,7 +2691,7 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 112 + i32.const 96 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/infer-generic.debug.wat b/tests/compiler/infer-generic.debug.wat index a2399cf78b..dbbf12c951 100644 --- a/tests/compiler/infer-generic.debug.wat +++ b/tests/compiler/infer-generic.debug.wat @@ -2626,7 +2626,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2651,17 +2650,17 @@ unreachable end global.get $infer-generic/arr - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store - local.get $3 + local.get $2 i32.const 176 - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 - local.get $3 + local.get $2 i32.const 0 call $~lib/array/Array#reduce drop @@ -2698,22 +2697,22 @@ global.get $~lib/memory/__stack_pointer i32.const 0 call $infer-generic/Ref#constructor - local.tee $2 + local.tee $1 i32.store offset=8 - local.get $2 - local.set $3 + local.get $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 - local.get $3 + local.get $2 i32.const 2 call $infer-generic/Ref#set:x - local.get $2 - local.set $3 + local.get $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store - local.get $3 + local.get $2 call $infer-generic/inferDefault drop i32.const 1 diff --git a/tests/compiler/issues/2707.debug.wat b/tests/compiler/issues/2707.debug.wat index c844be10d1..90ba543503 100644 --- a/tests/compiler/issues/2707.debug.wat +++ b/tests/compiler/issues/2707.debug.wat @@ -2440,7 +2440,6 @@ (func $start:issues/2707 (local $0 i32) (local $1 i32) - (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2471,11 +2470,11 @@ i32.const 4 i32.const 64 call $~lib/rt/__newArray - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.store - local.get $2 + local.get $1 i32.const 1 global.set $~argumentsLength global.get $issues/2707/func diff --git a/tests/compiler/issues/2873.debug.wat b/tests/compiler/issues/2873.debug.wat index bcb0349a4e..cb6ced6aba 100644 --- a/tests/compiler/issues/2873.debug.wat +++ b/tests/compiler/issues/2873.debug.wat @@ -4964,8 +4964,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) - (local $4 i32) global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -4997,17 +4995,17 @@ f32.const 1.100000023841858 i32.const 0 call $~lib/number/F32#toString - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $2 i32.store - local.get $4 + local.get $2 i32.const 1968 - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $2 i32.store offset=4 - local.get $4 + local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5021,17 +5019,17 @@ f64.const 1.1 i32.const 0 call $~lib/number/F64#toString - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $2 i32.store - local.get $4 + local.get $2 i32.const 1968 - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $2 i32.store offset=4 - local.get $4 + local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5043,29 +5041,29 @@ unreachable end global.get $issues/2873/f32arr - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $2 i32.store offset=8 - local.get $4 + local.get $2 i32.const 2160 - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $2 i32.store offset=12 - local.get $4 + local.get $2 call $~lib/array/Array#join - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $2 i32.store - local.get $4 + local.get $2 i32.const 2192 - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $2 i32.store offset=4 - local.get $4 + local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5077,29 +5075,29 @@ unreachable end global.get $issues/2873/f64arr - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $2 i32.store offset=8 - local.get $4 + local.get $2 i32.const 2160 - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $2 i32.store offset=12 - local.get $4 + local.get $2 call $~lib/array/Array#join - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $2 i32.store - local.get $4 + local.get $2 i32.const 2192 - local.set $4 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $2 i32.store offset=4 - local.get $4 + local.get $2 call $~lib/string/String.__eq i32.eqz if diff --git a/tests/compiler/resolve-access.debug.wat b/tests/compiler/resolve-access.debug.wat index 9c7b8ab2d7..5864d93eba 100644 --- a/tests/compiler/resolve-access.debug.wat +++ b/tests/compiler/resolve-access.debug.wat @@ -3147,9 +3147,8 @@ ) (func $resolve-access/arrayAccess (result i32) (local $0 i32) - (local $1 i32) (local $arr i32) - (local $3 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3167,21 +3166,21 @@ local.tee $arr i32.store local.get $arr - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 - local.get $3 + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 10 call $~lib/number/U64#toString - local.set $3 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $2 return ) (func $resolve-access/Container#constructor (param $this i32) (result i32) diff --git a/tests/compiler/simd.debug.wat b/tests/compiler/simd.debug.wat index cebaf35fa6..f6d7384348 100644 --- a/tests/compiler/simd.debug.wat +++ b/tests/compiler/simd.debug.wat @@ -6954,7 +6954,6 @@ (local $0 i32) (local $1 i32) (local $2 i32) - (local $3 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -6986,14 +6985,14 @@ i32.const 4 i32.const 32 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store - local.get $2 - local.set $3 + local.get $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 - local.get $3 + local.get $2 i32.const 0 call $~lib/array/Array#__get i32x4.extract_lane 0 diff --git a/tests/compiler/std/array-literal.debug.wat b/tests/compiler/std/array-literal.debug.wat index 46c5f163bf..805fdac3a4 100644 --- a/tests/compiler/std/array-literal.debug.wat +++ b/tests/compiler/std/array-literal.debug.wat @@ -3354,29 +3354,21 @@ (local $6 i32) (local $7 i32) (local $8 i32) - (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) - (local $13 i32) - (local $14 i32) - (local $15 i32) - (local $16 i32) global.get $~lib/memory/__stack_pointer - i32.const 44 + i32.const 24 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 44 + i32.const 24 memory.fill global.get $std/array-literal/staticArrayI8 - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 call $~lib/array/Array#get:length i32.const 3 i32.eq @@ -3390,11 +3382,11 @@ unreachable end global.get $std/array-literal/staticArrayI8 - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 i32.const 0 call $~lib/array/Array#__get i32.const 0 @@ -3409,11 +3401,11 @@ unreachable end global.get $std/array-literal/staticArrayI8 - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 i32.const 1 call $~lib/array/Array#__get i32.const 1 @@ -3428,11 +3420,11 @@ unreachable end global.get $std/array-literal/staticArrayI8 - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 i32.const 2 call $~lib/array/Array#__get i32.const 2 @@ -3447,11 +3439,11 @@ unreachable end global.get $std/array-literal/staticArrayI32 - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 call $~lib/array/Array#get:length i32.const 3 i32.eq @@ -3465,11 +3457,11 @@ unreachable end global.get $std/array-literal/staticArrayI32 - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 i32.const 0 call $~lib/array/Array#__get i32.const 0 @@ -3484,11 +3476,11 @@ unreachable end global.get $std/array-literal/staticArrayI32 - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 i32.const 1 call $~lib/array/Array#__get i32.const 1 @@ -3503,11 +3495,11 @@ unreachable end global.get $std/array-literal/staticArrayI32 - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 i32.const 2 call $~lib/array/Array#__get i32.const 2 @@ -3522,11 +3514,11 @@ unreachable end global.get $std/array-literal/emptyArrayI32 - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 call $~lib/array/Array#get:length i32.const 0 i32.eq @@ -3562,18 +3554,13 @@ i32.const 4 i32.const 0 call $~lib/rt/__newArray - local.tee $6 + local.tee $3 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.load offset=4 - local.tee $7 - i32.store offset=8 - local.get $6 + local.get $3 i32.const 0 global.get $std/array-literal/i call $~lib/array/Array#__set - local.get $6 + local.get $3 i32.const 1 global.get $std/array-literal/i i32.const 1 @@ -3581,7 +3568,7 @@ global.set $std/array-literal/i global.get $std/array-literal/i call $~lib/array/Array#__set - local.get $6 + local.get $3 i32.const 2 global.get $std/array-literal/i i32.const 1 @@ -3589,14 +3576,14 @@ global.set $std/array-literal/i global.get $std/array-literal/i call $~lib/array/Array#__set - local.get $6 + local.get $3 global.set $std/array-literal/dynamicArrayI8 global.get $std/array-literal/dynamicArrayI8 - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 call $~lib/array/Array#get:length i32.const 3 i32.eq @@ -3610,11 +3597,11 @@ unreachable end global.get $std/array-literal/dynamicArrayI8 - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 i32.const 0 call $~lib/array/Array#__get i32.const 0 @@ -3629,11 +3616,11 @@ unreachable end global.get $std/array-literal/dynamicArrayI8 - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 i32.const 1 call $~lib/array/Array#__get i32.const 1 @@ -3648,11 +3635,11 @@ unreachable end global.get $std/array-literal/dynamicArrayI8 - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 i32.const 2 call $~lib/array/Array#__get i32.const 2 @@ -3674,18 +3661,13 @@ i32.const 5 i32.const 0 call $~lib/rt/__newArray - local.tee $8 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - local.get $8 - i32.load offset=4 - local.tee $9 - i32.store offset=16 - local.get $8 + local.tee $4 + i32.store offset=8 + local.get $4 i32.const 0 global.get $std/array-literal/i call $~lib/array/Array#__set - local.get $8 + local.get $4 i32.const 1 global.get $std/array-literal/i i32.const 1 @@ -3693,7 +3675,7 @@ global.set $std/array-literal/i global.get $std/array-literal/i call $~lib/array/Array#__set - local.get $8 + local.get $4 i32.const 2 global.get $std/array-literal/i i32.const 1 @@ -3701,14 +3683,14 @@ global.set $std/array-literal/i global.get $std/array-literal/i call $~lib/array/Array#__set - local.get $8 + local.get $4 global.set $std/array-literal/dynamicArrayI32 global.get $std/array-literal/dynamicArrayI32 - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 call $~lib/array/Array#get:length i32.const 3 i32.eq @@ -3722,11 +3704,11 @@ unreachable end global.get $std/array-literal/dynamicArrayI32 - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 i32.const 0 call $~lib/array/Array#__get i32.const 0 @@ -3741,11 +3723,11 @@ unreachable end global.get $std/array-literal/dynamicArrayI32 - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 i32.const 1 call $~lib/array/Array#__get i32.const 1 @@ -3760,11 +3742,11 @@ unreachable end global.get $std/array-literal/dynamicArrayI32 - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 i32.const 2 call $~lib/array/Array#__get i32.const 2 @@ -3784,36 +3766,31 @@ i32.const 7 i32.const 0 call $~lib/rt/__newArray - local.tee $10 - i32.store offset=20 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.load offset=4 - local.tee $11 - i32.store offset=24 - local.get $10 + local.tee $5 + i32.store offset=12 + local.get $5 i32.const 0 i32.const 0 call $std/array-literal/Ref#constructor call $~lib/array/Array#__set - local.get $10 + local.get $5 i32.const 1 i32.const 0 call $std/array-literal/Ref#constructor call $~lib/array/Array#__set - local.get $10 + local.get $5 i32.const 2 i32.const 0 call $std/array-literal/Ref#constructor call $~lib/array/Array#__set - local.get $10 + local.get $5 global.set $std/array-literal/dynamicArrayRef global.get $std/array-literal/dynamicArrayRef - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 call $~lib/array/Array#get:length i32.const 3 i32.eq @@ -3832,36 +3809,31 @@ i32.const 9 i32.const 0 call $~lib/rt/__newArray - local.tee $12 - i32.store offset=28 - global.get $~lib/memory/__stack_pointer - local.get $12 - i32.load offset=4 - local.tee $13 - i32.store offset=32 - local.get $12 + local.tee $6 + i32.store offset=16 + local.get $6 i32.const 0 i32.const 0 call $std/array-literal/RefWithCtor#constructor call $~lib/array/Array#__set - local.get $12 + local.get $6 i32.const 1 i32.const 0 call $std/array-literal/RefWithCtor#constructor call $~lib/array/Array#__set - local.get $12 + local.get $6 i32.const 2 i32.const 0 call $std/array-literal/RefWithCtor#constructor call $~lib/array/Array#__set - local.get $12 + local.get $6 global.set $std/array-literal/dynamicArrayRefWithCtor global.get $std/array-literal/dynamicArrayRefWithCtor - local.set $16 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 call $~lib/array/Array#get:length i32.const 3 i32.eq @@ -3890,30 +3862,25 @@ i32.const 7 i32.const 0 call $~lib/rt/__newArray - local.tee $14 - i32.store offset=36 - global.get $~lib/memory/__stack_pointer - local.get $14 - i32.load offset=4 - local.tee $15 - i32.store offset=40 - local.get $14 + local.tee $7 + i32.store offset=20 + local.get $7 i32.const 0 i32.const 0 call $std/array-literal/Ref#constructor call $~lib/array/Array#__set - local.get $14 - local.set $16 + local.get $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $16 + local.get $8 i32.store - local.get $16 + local.get $8 call $std/array-literal/doesntLeak global.get $~lib/memory/__heap_base global.set $~lib/memory/__stack_pointer call $~lib/rt/itcms/__collect global.get $~lib/memory/__stack_pointer - i32.const 44 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/std/array-literal.release.wat b/tests/compiler/std/array-literal.release.wat index eb3f0fd313..a1e7cf5fff 100644 --- a/tests/compiler/std/array-literal.release.wat +++ b/tests/compiler/std/array-literal.release.wat @@ -2348,7 +2348,7 @@ (func $start:std/array-literal (local $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 44 + i32.const 24 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -2364,7 +2364,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 44 + i32.const 24 memory.fill global.get $~lib/memory/__stack_pointer i32.const 1088 @@ -2541,10 +2541,6 @@ call $~lib/rt/__newArray local.tee $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.load offset=4 - i32.store offset=8 local.get $0 i32.const 0 global.get $std/array-literal/i @@ -2640,11 +2636,7 @@ i32.const 5 call $~lib/rt/__newArray local.tee $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.load offset=4 - i32.store offset=16 + i32.store offset=8 local.get $0 i32.const 0 global.get $std/array-literal/i @@ -2738,11 +2730,7 @@ i32.const 7 call $~lib/rt/__newArray local.tee $0 - i32.store offset=20 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.load offset=4 - i32.store offset=24 + i32.store offset=12 local.get $0 i32.const 0 call $std/array-literal/Ref#constructor @@ -2779,11 +2767,7 @@ i32.const 9 call $~lib/rt/__newArray local.tee $0 - i32.store offset=28 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.load offset=4 - i32.store offset=32 + i32.store offset=16 local.get $0 i32.const 0 call $std/array-literal/RefWithCtor#constructor @@ -2830,11 +2814,7 @@ i32.const 7 call $~lib/rt/__newArray local.tee $0 - i32.store offset=36 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.load offset=4 - i32.store offset=40 + i32.store offset=20 local.get $0 i32.const 0 call $std/array-literal/Ref#constructor @@ -2878,7 +2858,7 @@ i32.add global.set $~lib/rt/itcms/threshold global.get $~lib/memory/__stack_pointer - i32.const 44 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/std/array.debug.wat b/tests/compiler/std/array.debug.wat index 0c7b3bfbca..752b4957b2 100644 --- a/tests/compiler/std/array.debug.wat +++ b/tests/compiler/std/array.debug.wat @@ -33926,196 +33926,14 @@ (local $294 i32) (local $295 i32) (local $296 i32) - (local $297 i32) - (local $298 i32) - (local $299 i32) - (local $300 i32) - (local $301 i32) - (local $302 i32) - (local $303 i32) - (local $304 i32) - (local $305 i32) - (local $306 i32) - (local $307 i32) - (local $308 i32) - (local $309 i32) - (local $310 i32) - (local $311 i32) - (local $312 i32) - (local $313 i32) - (local $314 i32) - (local $315 i32) - (local $316 i32) - (local $317 i32) - (local $318 i32) - (local $319 i32) - (local $320 i32) - (local $321 i32) - (local $322 i32) - (local $323 i32) - (local $324 i32) - (local $325 i32) - (local $326 i32) - (local $327 i32) - (local $328 i32) - (local $329 i32) - (local $330 i32) - (local $331 i32) - (local $332 i32) - (local $333 i32) - (local $334 i32) - (local $335 i32) - (local $336 i32) - (local $337 i32) - (local $338 i32) - (local $339 i32) - (local $340 i32) - (local $341 i32) - (local $342 i32) - (local $343 i32) - (local $344 i32) - (local $345 i32) - (local $346 i32) - (local $347 i32) - (local $348 i32) - (local $349 i32) - (local $350 i32) - (local $351 i32) - (local $352 i32) - (local $353 i32) - (local $354 i32) - (local $355 i32) - (local $356 i32) - (local $357 i32) - (local $358 i32) - (local $359 i32) - (local $360 i32) - (local $361 i32) - (local $362 i32) - (local $363 i32) - (local $364 i32) - (local $365 i32) - (local $366 i32) - (local $367 i32) - (local $368 i32) - (local $369 i32) - (local $370 i32) - (local $371 i32) - (local $372 i32) - (local $373 i32) - (local $374 i32) - (local $375 i32) - (local $376 i32) - (local $377 i32) - (local $378 i32) - (local $379 i32) - (local $380 i32) - (local $381 i32) - (local $382 i32) - (local $383 i32) - (local $384 i32) - (local $385 i32) - (local $386 i32) - (local $387 i32) - (local $388 i32) - (local $389 i32) - (local $390 i32) - (local $391 i32) - (local $392 i32) - (local $393 i32) - (local $394 i32) - (local $395 i32) - (local $396 i32) - (local $397 i32) - (local $398 i32) - (local $399 i32) - (local $400 i32) - (local $401 i32) - (local $402 i32) - (local $403 i32) - (local $404 i32) - (local $405 i32) - (local $406 i32) - (local $407 i32) - (local $408 i32) - (local $409 i32) - (local $410 i32) - (local $411 i32) - (local $412 i32) - (local $413 i32) - (local $414 i32) - (local $415 i32) - (local $416 i32) - (local $417 i32) - (local $418 i32) - (local $419 i32) - (local $420 i32) - (local $421 i32) - (local $422 i32) - (local $423 i32) - (local $424 i32) - (local $425 i32) - (local $426 i32) - (local $427 i32) - (local $428 i32) - (local $429 i32) - (local $430 i32) - (local $431 i32) - (local $432 i32) - (local $433 i32) - (local $434 i32) - (local $435 i32) - (local $436 i32) - (local $437 i32) - (local $438 i32) - (local $439 i32) - (local $440 i32) - (local $441 i32) - (local $442 i32) - (local $443 i32) - (local $444 i32) - (local $445 i32) - (local $446 i32) - (local $447 i32) - (local $448 i32) - (local $449 i32) - (local $450 i32) - (local $451 i32) - (local $452 i32) - (local $453 i32) - (local $454 i32) - (local $455 i32) - (local $456 i32) - (local $457 i32) - (local $458 i32) - (local $459 i32) - (local $460 i32) - (local $461 i32) - (local $462 i32) - (local $463 i32) - (local $464 i32) - (local $465 i32) - (local $466 i32) - (local $467 i32) - (local $468 i32) - (local $469 i32) - (local $470 i32) - (local $471 i32) - (local $472 i32) - (local $473 i32) - (local $474 i32) - (local $475 i32) - (local $476 i32) - (local $477 i32) - (local $478 i32) - global.get $~lib/memory/__stack_pointer - i32.const 508 - i32.sub - global.set $~lib/memory/__stack_pointer - call $~stack_check - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.const 508 + global.get $~lib/memory/__stack_pointer + i32.const 448 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 448 memory.fill i32.const 0 i32.const 0 @@ -34165,11 +33983,11 @@ i32.const 0 i32.const 0 call $std/array/Ref#constructor - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array.isArray i32.eqz i32.eqz @@ -34184,11 +34002,11 @@ i32.const 0 i32.const 1 call $~lib/typedarray/Uint8Array#constructor - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array.isArray<~lib/typedarray/Uint8Array> i32.eqz i32.eqz @@ -34213,11 +34031,11 @@ unreachable end i32.const 640 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array.isArray<~lib/string/String> i32.eqz i32.eqz @@ -34230,11 +34048,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array.isArray<~lib/array/Array> i32.eqz if @@ -34251,35 +34069,35 @@ i32.const 7 i32.const 672 call $~lib/rt/__newArray - local.tee $2 + local.tee $1 i32.store offset=4 - local.get $2 - local.set $478 + local.get $1 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 i32.const 1 i32.const 3 call $~lib/array/Array#fill drop - local.get $2 - local.set $478 + local.get $1 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 0 i32.const 7 i32.const 704 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34291,12 +34109,12 @@ call $~lib/builtins/abort unreachable end - local.get $2 - local.set $478 + local.get $1 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 i32.const 0 i32.const 1 @@ -34304,22 +34122,22 @@ i32.const 0 call $~lib/array/Array#fill@varargs drop - local.get $2 - local.set $478 + local.get $1 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 0 i32.const 7 i32.const 736 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34331,33 +34149,33 @@ call $~lib/builtins/abort unreachable end - local.get $2 - local.set $478 + local.get $1 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 i32.const 0 i32.const -3 call $~lib/array/Array#fill drop - local.get $2 - local.set $478 + local.get $1 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 0 i32.const 7 i32.const 768 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34369,12 +34187,12 @@ call $~lib/builtins/abort unreachable end - local.get $2 - local.set $478 + local.get $1 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const -2 i32.const 2 @@ -34382,22 +34200,22 @@ i32.const 0 call $~lib/array/Array#fill@varargs drop - local.get $2 - local.set $478 + local.get $1 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 0 i32.const 7 i32.const 800 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34409,33 +34227,33 @@ call $~lib/builtins/abort unreachable end - local.get $2 - local.set $478 + local.get $1 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 i32.const 1 i32.const 0 call $~lib/array/Array#fill drop - local.get $2 - local.set $478 + local.get $1 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 0 i32.const 7 i32.const 832 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34447,12 +34265,12 @@ call $~lib/builtins/abort unreachable end - local.get $2 - local.set $478 + local.get $1 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const -1 i32.const 0 i32.const 1 @@ -34460,22 +34278,22 @@ i32.const 0 call $~lib/array/Array#fill@varargs drop - local.get $2 - local.set $478 + local.get $1 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 0 i32.const 7 i32.const 864 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34493,35 +34311,35 @@ i32.const 8 i32.const 896 call $~lib/rt/__newArray - local.tee $17 + local.tee $9 i32.store offset=12 - local.get $17 - local.set $478 + local.get $9 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 i32.const 1 i32.const 3 call $~lib/array/Array#fill drop - local.get $17 - local.set $478 + local.get $9 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 8 i32.const 944 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34533,12 +34351,12 @@ call $~lib/builtins/abort unreachable end - local.get $17 - local.set $478 + local.get $9 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 i32.const 0 i32.const 1 @@ -34546,22 +34364,22 @@ i32.const 0 call $~lib/array/Array#fill@varargs drop - local.get $17 - local.set $478 + local.get $9 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 8 i32.const 992 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34573,33 +34391,33 @@ call $~lib/builtins/abort unreachable end - local.get $17 - local.set $478 + local.get $9 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 i32.const 0 i32.const -3 call $~lib/array/Array#fill drop - local.get $17 - local.set $478 + local.get $9 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 8 i32.const 1040 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34611,12 +34429,12 @@ call $~lib/builtins/abort unreachable end - local.get $17 - local.set $478 + local.get $9 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const -2 i32.const 2 @@ -34624,22 +34442,22 @@ i32.const 0 call $~lib/array/Array#fill@varargs drop - local.get $17 - local.set $478 + local.get $9 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 8 i32.const 1088 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34651,33 +34469,33 @@ call $~lib/builtins/abort unreachable end - local.get $17 - local.set $478 + local.get $9 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 i32.const 1 i32.const 0 call $~lib/array/Array#fill drop - local.get $17 - local.set $478 + local.get $9 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 8 i32.const 1136 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34689,12 +34507,12 @@ call $~lib/builtins/abort unreachable end - local.get $17 - local.set $478 + local.get $9 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const -1 i32.const 0 i32.const 1 @@ -34702,22 +34520,22 @@ i32.const 0 call $~lib/array/Array#fill@varargs drop - local.get $17 - local.set $478 + local.get $9 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 8 i32.const 1184 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34735,35 +34553,35 @@ i32.const 9 i32.const 1232 call $~lib/rt/__newArray - local.tee $32 + local.tee $17 i32.store offset=16 - local.get $32 - local.set $478 + local.get $17 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 f32.const 1 i32.const 1 i32.const 3 call $~lib/array/Array#fill drop - local.get $32 - local.set $478 + local.get $17 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 9 i32.const 1280 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34775,12 +34593,12 @@ call $~lib/builtins/abort unreachable end - local.get $32 - local.set $478 + local.get $17 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 f32.const 0 i32.const 0 i32.const 1 @@ -34788,22 +34606,22 @@ i32.const 0 call $~lib/array/Array#fill@varargs drop - local.get $32 - local.set $478 + local.get $17 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 9 i32.const 1328 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34815,33 +34633,33 @@ call $~lib/builtins/abort unreachable end - local.get $32 - local.set $478 + local.get $17 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 f32.const 1 i32.const 0 i32.const -3 call $~lib/array/Array#fill drop - local.get $32 - local.set $478 + local.get $17 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 9 i32.const 1376 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34853,12 +34671,12 @@ call $~lib/builtins/abort unreachable end - local.get $32 - local.set $478 + local.get $17 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 f32.const 2 i32.const -2 i32.const 2 @@ -34866,22 +34684,22 @@ i32.const 0 call $~lib/array/Array#fill@varargs drop - local.get $32 - local.set $478 + local.get $17 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 9 i32.const 1424 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34893,33 +34711,33 @@ call $~lib/builtins/abort unreachable end - local.get $32 - local.set $478 + local.get $17 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 f32.const 0 i32.const 1 i32.const 0 call $~lib/array/Array#fill drop - local.get $32 - local.set $478 + local.get $17 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 9 i32.const 1472 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34931,12 +34749,12 @@ call $~lib/builtins/abort unreachable end - local.get $32 - local.set $478 + local.get $17 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 f32.const -1 i32.const 0 i32.const 1 @@ -34944,22 +34762,22 @@ i32.const 0 call $~lib/array/Array#fill@varargs drop - local.get $32 - local.set $478 + local.get $17 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 9 i32.const 1520 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -34971,12 +34789,12 @@ call $~lib/builtins/abort unreachable end - local.get $32 - local.set $478 + local.get $17 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 f32.const -0 i32.const 0 i32.const 1 @@ -34984,22 +34802,22 @@ i32.const 0 call $~lib/array/Array#fill@varargs drop - local.get $32 - local.set $478 + local.get $17 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 9 i32.const 1568 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -35012,11 +34830,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 0 i32.eq @@ -35030,11 +34848,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/internalCapacity i32.const 8 i32.eq @@ -35048,20 +34866,20 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 42 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get i32.const 42 @@ -35076,11 +34894,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 1 i32.eq @@ -35094,11 +34912,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/internalCapacity i32.const 8 i32.eq @@ -35112,14 +34930,14 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop - local.set $47 - local.get $47 + local.set $25 + local.get $25 i32.const 42 i32.eq i32.eqz @@ -35132,11 +34950,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 0 i32.eq @@ -35150,11 +34968,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/internalCapacity i32.const 8 i32.eq @@ -35168,20 +34986,20 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 43 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 1 i32.eq @@ -35195,11 +35013,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/internalCapacity i32.const 8 i32.eq @@ -35213,11 +35031,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get i32.const 43 @@ -35232,20 +35050,20 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 44 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -35259,11 +35077,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/internalCapacity i32.const 8 i32.eq @@ -35277,11 +35095,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get i32.const 43 @@ -35296,11 +35114,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 call $~lib/array/Array#__get i32.const 44 @@ -35315,20 +35133,20 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 45 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 3 i32.eq @@ -35342,11 +35160,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/internalCapacity i32.const 8 i32.eq @@ -35360,11 +35178,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get i32.const 43 @@ -35379,11 +35197,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 call $~lib/array/Array#__get i32.const 44 @@ -35398,11 +35216,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#__get i32.const 45 @@ -35423,42 +35241,37 @@ i32.const 10 i32.const 0 call $~lib/rt/__newArray - local.tee $48 + local.tee $26 i32.store offset=20 - global.get $~lib/memory/__stack_pointer - local.get $48 - i32.load offset=4 - local.tee $49 - i32.store offset=24 - local.get $48 + local.get $26 i32.const 0 i32.const 0 i32.const 0 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $48 + local.get $26 i32.const 1 i32.const 0 i32.const 0 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $48 - local.tee $50 - i32.store offset=28 - local.get $50 - local.set $478 + local.get $26 + local.tee $27 + i32.store offset=24 + local.get $27 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#set:length - local.get $50 - local.set $478 + local.get $27 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 0 i32.eq @@ -35477,14 +35290,14 @@ i32.const 4 i32.const 1664 call $~lib/rt/__newArray - local.tee $53 - i32.store offset=32 - local.get $53 - local.set $478 + local.tee $29 + i32.store offset=28 + local.get $29 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#at i32.const 1 @@ -35498,12 +35311,12 @@ call $~lib/builtins/abort unreachable end - local.get $53 - local.set $478 + local.get $29 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 call $~lib/array/Array#at i32.const 4 @@ -35517,12 +35330,12 @@ call $~lib/builtins/abort unreachable end - local.get $53 - local.set $478 + local.get $29 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const -1 call $~lib/array/Array#at i32.const 4 @@ -35536,12 +35349,12 @@ call $~lib/builtins/abort unreachable end - local.get $53 - local.set $478 + local.get $29 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const -4 call $~lib/array/Array#at i32.const 1 @@ -35559,30 +35372,30 @@ i32.const 0 i32.const 0 call $~lib/array/Array#constructor - local.tee $54 - i32.store offset=36 + local.tee $30 + i32.store offset=32 global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 - local.get $54 - local.set $478 + local.get $296 + local.get $30 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#concat - local.tee $55 - i32.store offset=40 + local.tee $31 + i32.store offset=36 global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/internalCapacity i32.const 8 i32.eq @@ -35596,11 +35409,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 3 i32.eq @@ -35613,12 +35426,12 @@ call $~lib/builtins/abort unreachable end - local.get $55 - local.set $478 + local.get $31 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 3 i32.eq @@ -35631,30 +35444,30 @@ call $~lib/builtins/abort unreachable end - local.get $55 - local.set $478 + local.get $31 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 i32.const 2 i32.const 4 i32.const 1712 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#concat drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/internalCapacity i32.const 8 i32.eq @@ -35667,12 +35480,12 @@ call $~lib/builtins/abort unreachable end - local.get $55 - local.set $478 + local.get $31 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get i32.const 43 @@ -35686,12 +35499,12 @@ call $~lib/builtins/abort unreachable end - local.get $55 - local.set $478 + local.get $31 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 call $~lib/array/Array#__get i32.const 44 @@ -35705,12 +35518,12 @@ call $~lib/builtins/abort unreachable end - local.get $55 - local.set $478 + local.get $31 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#__get i32.const 45 @@ -35724,46 +35537,46 @@ call $~lib/builtins/abort unreachable end - local.get $54 - local.set $478 + local.get $30 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 46 call $~lib/array/Array#push drop - local.get $54 - local.set $478 + local.get $30 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 47 call $~lib/array/Array#push drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 - local.get $54 - local.set $478 + local.get $296 + local.get $30 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#concat - local.tee $55 - i32.store offset=40 + local.tee $31 + i32.store offset=36 global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/internalCapacity i32.const 8 i32.eq @@ -35776,12 +35589,12 @@ call $~lib/builtins/abort unreachable end - local.get $54 - local.set $478 + local.get $30 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -35794,12 +35607,12 @@ call $~lib/builtins/abort unreachable end - local.get $55 - local.set $478 + local.get $31 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 5 i32.eq @@ -35812,12 +35625,12 @@ call $~lib/builtins/abort unreachable end - local.get $55 - local.set $478 + local.get $31 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get i32.const 43 @@ -35831,12 +35644,12 @@ call $~lib/builtins/abort unreachable end - local.get $55 - local.set $478 + local.get $31 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 call $~lib/array/Array#__get i32.const 44 @@ -35850,12 +35663,12 @@ call $~lib/builtins/abort unreachable end - local.get $55 - local.set $478 + local.get $31 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#__get i32.const 45 @@ -35869,12 +35682,12 @@ call $~lib/builtins/abort unreachable end - local.get $55 - local.set $478 + local.get $31 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 call $~lib/array/Array#__get i32.const 46 @@ -35888,12 +35701,12 @@ call $~lib/builtins/abort unreachable end - local.get $55 - local.set $478 + local.get $31 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 4 call $~lib/array/Array#__get i32.const 47 @@ -35907,20 +35720,20 @@ call $~lib/builtins/abort unreachable end - local.get $55 - local.set $478 + local.get $31 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop - local.get $55 - local.set $478 + local.get $31 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 4 i32.eq @@ -35939,14 +35752,14 @@ i32.const 4 i32.const 1744 call $~lib/rt/__newArray - local.tee $60 - i32.store offset=44 - local.get $60 - local.set $478 + local.tee $34 + i32.store offset=40 + local.get $34 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 0 i32.eq @@ -35960,27 +35773,27 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $60 - local.set $478 + local.get $34 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#concat - local.tee $55 - i32.store offset=40 - local.get $55 - local.set $478 + local.tee $31 + i32.store offset=36 + local.get $31 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 3 i32.eq @@ -35993,12 +35806,12 @@ call $~lib/builtins/abort unreachable end - local.get $60 - local.set $478 + local.get $34 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 0 i32.eq @@ -36017,35 +35830,35 @@ i32.const 4 i32.const 1776 call $~lib/rt/__newArray - local.tee $63 - i32.store offset=48 - local.get $63 - local.set $478 + local.tee $36 + i32.store offset=44 + local.get $36 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 0 i32.const 3 i32.const 2 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#copyWithin@varargs - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 1824 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -36063,35 +35876,35 @@ i32.const 4 i32.const 1872 call $~lib/rt/__newArray - local.tee $63 - i32.store offset=48 - local.get $63 - local.set $478 + local.tee $36 + i32.store offset=44 + local.get $36 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 1 i32.const 3 i32.const 2 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#copyWithin@varargs - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 1920 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -36109,35 +35922,35 @@ i32.const 4 i32.const 1968 call $~lib/rt/__newArray - local.tee $63 - i32.store offset=48 - local.get $63 - local.set $478 + local.tee $36 + i32.store offset=44 + local.get $36 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 1 i32.const 2 i32.const 2 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#copyWithin@varargs - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 2016 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -36155,35 +35968,35 @@ i32.const 4 i32.const 2064 call $~lib/rt/__newArray - local.tee $63 - i32.store offset=48 - local.get $63 - local.set $478 + local.tee $36 + i32.store offset=44 + local.get $36 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 2 i32.const 2 i32.const 2 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#copyWithin@varargs - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 2112 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -36201,33 +36014,33 @@ i32.const 4 i32.const 2160 call $~lib/rt/__newArray - local.tee $63 - i32.store offset=48 - local.get $63 - local.set $478 + local.tee $36 + i32.store offset=44 + local.get $36 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 0 i32.const 3 i32.const 4 call $~lib/array/Array#copyWithin - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 2208 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -36245,33 +36058,33 @@ i32.const 4 i32.const 2256 call $~lib/rt/__newArray - local.tee $63 - i32.store offset=48 - local.get $63 - local.set $478 + local.tee $36 + i32.store offset=44 + local.get $36 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 1 i32.const 3 i32.const 4 call $~lib/array/Array#copyWithin - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 2304 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -36289,33 +36102,33 @@ i32.const 4 i32.const 2352 call $~lib/rt/__newArray - local.tee $63 - i32.store offset=48 - local.get $63 - local.set $478 + local.tee $36 + i32.store offset=44 + local.get $36 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 1 i32.const 2 i32.const 4 call $~lib/array/Array#copyWithin - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 2400 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -36333,35 +36146,35 @@ i32.const 4 i32.const 2448 call $~lib/rt/__newArray - local.tee $63 - i32.store offset=48 - local.get $63 - local.set $478 + local.tee $36 + i32.store offset=44 + local.get $36 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 0 i32.const -2 i32.const 2 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#copyWithin@varargs - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 2496 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -36379,33 +36192,33 @@ i32.const 4 i32.const 2544 call $~lib/rt/__newArray - local.tee $63 - i32.store offset=48 - local.get $63 - local.set $478 + local.tee $36 + i32.store offset=44 + local.get $36 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 0 i32.const -2 i32.const -1 call $~lib/array/Array#copyWithin - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 2592 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -36423,33 +36236,33 @@ i32.const 4 i32.const 2640 call $~lib/rt/__newArray - local.tee $63 - i32.store offset=48 - local.get $63 - local.set $478 + local.tee $36 + i32.store offset=44 + local.get $36 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const -4 i32.const -3 i32.const -2 call $~lib/array/Array#copyWithin - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 2688 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -36467,33 +36280,33 @@ i32.const 4 i32.const 2736 call $~lib/rt/__newArray - local.tee $63 - i32.store offset=48 - local.get $63 - local.set $478 + local.tee $36 + i32.store offset=44 + local.get $36 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const -4 i32.const -3 i32.const -1 call $~lib/array/Array#copyWithin - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 2784 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -36511,35 +36324,35 @@ i32.const 4 i32.const 2832 call $~lib/rt/__newArray - local.tee $63 - i32.store offset=48 - local.get $63 - local.set $478 + local.tee $36 + i32.store offset=44 + local.get $36 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const -4 i32.const -3 i32.const 2 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#copyWithin@varargs - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 2880 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -36552,20 +36365,20 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 42 call $~lib/array/Array#unshift drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 4 i32.eq @@ -36579,11 +36392,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/internalCapacity i32.const 8 i32.eq @@ -36597,11 +36410,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get i32.const 42 @@ -36616,11 +36429,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 call $~lib/array/Array#__get i32.const 43 @@ -36635,11 +36448,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#__get i32.const 44 @@ -36654,11 +36467,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 call $~lib/array/Array#__get i32.const 45 @@ -36673,20 +36486,20 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 41 call $~lib/array/Array#unshift drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 5 i32.eq @@ -36700,11 +36513,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/internalCapacity i32.const 8 i32.eq @@ -36718,11 +36531,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get i32.const 41 @@ -36737,11 +36550,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 call $~lib/array/Array#__get i32.const 42 @@ -36756,11 +36569,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#__get i32.const 43 @@ -36775,11 +36588,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 call $~lib/array/Array#__get i32.const 44 @@ -36794,11 +36607,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 4 call $~lib/array/Array#__get i32.const 45 @@ -36813,11 +36626,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#shift global.set $std/array/i global.get $std/array/i @@ -36833,11 +36646,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 4 i32.eq @@ -36851,11 +36664,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/internalCapacity i32.const 8 i32.eq @@ -36869,11 +36682,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get i32.const 42 @@ -36888,11 +36701,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 call $~lib/array/Array#__get i32.const 43 @@ -36907,11 +36720,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#__get i32.const 44 @@ -36926,11 +36739,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 call $~lib/array/Array#__get i32.const 45 @@ -36945,11 +36758,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop global.set $std/array/i global.get $std/array/i @@ -36965,11 +36778,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 3 i32.eq @@ -36983,11 +36796,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/internalCapacity i32.const 8 i32.eq @@ -37001,11 +36814,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get i32.const 42 @@ -37020,11 +36833,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 call $~lib/array/Array#__get i32.const 43 @@ -37039,11 +36852,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#__get i32.const 44 @@ -37063,38 +36876,38 @@ i32.const 4 i32.const 2928 call $~lib/rt/__newArray - local.tee $113 - i32.store offset=56 + local.tee $62 + i32.store offset=52 global.get $~lib/memory/__stack_pointer - local.get $113 - local.set $478 + local.get $62 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#slice@varargs - local.tee $110 - i32.store offset=60 - local.get $110 - local.set $478 + local.tee $60 + i32.store offset=56 + local.get $60 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 i32.const 2 i32.const 4 i32.const 2976 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -37107,33 +36920,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $113 - local.set $478 + local.get $62 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const 4 call $~lib/array/Array#slice - local.tee $110 - i32.store offset=60 - local.get $110 - local.set $478 + local.tee $60 + i32.store offset=56 + local.get $60 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const 2 i32.const 4 i32.const 3008 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -37146,33 +36959,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $113 - local.set $478 + local.get $62 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 i32.const 5 call $~lib/array/Array#slice - local.tee $110 - i32.store offset=60 - local.get $110 - local.set $478 + local.tee $60 + i32.store offset=56 + local.get $60 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 4 i32.const 2 i32.const 4 i32.const 3040 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -37185,31 +36998,31 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $113 - local.set $478 + local.get $62 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#slice@varargs - local.tee $110 - i32.store offset=60 - local.get $110 - local.set $478 + local.tee $60 + i32.store offset=56 + local.get $60 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 - local.get $113 - local.set $478 + local.get $296 + local.get $62 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -37222,35 +37035,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $113 - local.set $478 + local.get $62 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const -2 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#slice@varargs - local.tee $110 - i32.store offset=60 - local.get $110 - local.set $478 + local.tee $60 + i32.store offset=56 + local.get $60 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const 2 i32.const 4 i32.const 3088 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -37263,33 +37076,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $113 - local.set $478 + local.get $62 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const -1 call $~lib/array/Array#slice - local.tee $110 - i32.store offset=60 - local.get $110 - local.set $478 + local.tee $60 + i32.store offset=56 + local.get $60 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const 2 i32.const 4 i32.const 3120 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -37302,33 +37115,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $113 - local.set $478 + local.get $62 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const -3 i32.const -1 call $~lib/array/Array#slice - local.tee $110 - i32.store offset=60 - local.get $110 - local.set $478 + local.tee $60 + i32.store offset=56 + local.get $60 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const 2 i32.const 4 i32.const 3152 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -37340,20 +37153,20 @@ call $~lib/builtins/abort unreachable end - local.get $113 - local.set $478 + local.get $62 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const -1 i32.const -3 call $~lib/array/Array#slice - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 0 i32.eq @@ -37366,22 +37179,22 @@ call $~lib/builtins/abort unreachable end - local.get $113 - local.set $478 + local.get $62 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 10 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#slice@varargs - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 0 i32.eq @@ -37395,19 +37208,19 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#reverse drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 3 i32.eq @@ -37421,11 +37234,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/internalCapacity i32.const 8 i32.eq @@ -37439,11 +37252,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get i32.const 44 @@ -37458,11 +37271,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 call $~lib/array/Array#__get i32.const 43 @@ -37477,11 +37290,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#__get i32.const 42 @@ -37496,20 +37309,20 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 43 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 44 call $~lib/array/Array#push drop @@ -37519,45 +37332,45 @@ i32.const 7 i32.const 3184 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#reverse - local.tee $128 - i32.store offset=64 + local.tee $70 + i32.store offset=60 i32.const 0 - local.set $129 - local.get $128 - local.set $478 + local.set $71 + local.get $70 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length - local.set $130 + local.set $72 loop $for-loop|0 - local.get $129 - local.get $130 + local.get $71 + local.get $72 i32.lt_s if - local.get $128 - local.set $478 + local.get $70 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 - local.get $129 + local.get $296 + local.get $71 call $~lib/array/Array#__get - local.get $128 - local.set $478 + local.get $70 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length - local.get $129 + local.get $71 i32.sub i32.const 1 i32.sub @@ -37571,10 +37384,10 @@ call $~lib/builtins/abort unreachable end - local.get $129 + local.get $71 i32.const 1 i32.add - local.set $129 + local.set $71 br $for-loop|0 end end @@ -37584,45 +37397,45 @@ i32.const 7 i32.const 3216 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#reverse - local.tee $133 - i32.store offset=68 + local.tee $74 + i32.store offset=64 i32.const 0 - local.set $134 - local.get $133 - local.set $478 + local.set $75 + local.get $74 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length - local.set $135 + local.set $76 loop $for-loop|1 - local.get $134 - local.get $135 + local.get $75 + local.get $76 i32.lt_s if - local.get $133 - local.set $478 + local.get $74 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 - local.get $134 + local.get $296 + local.get $75 call $~lib/array/Array#__get - local.get $133 - local.set $478 + local.get $74 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length - local.get $134 + local.get $75 i32.sub i32.const 1 i32.sub @@ -37636,10 +37449,10 @@ call $~lib/builtins/abort unreachable end - local.get $134 + local.get $75 i32.const 1 i32.add - local.set $134 + local.set $75 br $for-loop|1 end end @@ -37649,45 +37462,45 @@ i32.const 7 i32.const 3248 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#reverse - local.tee $138 - i32.store offset=72 + local.tee $78 + i32.store offset=68 i32.const 0 - local.set $139 - local.get $138 - local.set $478 + local.set $79 + local.get $78 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length - local.set $140 + local.set $80 loop $for-loop|2 - local.get $139 - local.get $140 + local.get $79 + local.get $80 i32.lt_s if - local.get $138 - local.set $478 + local.get $78 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 - local.get $139 + local.get $296 + local.get $79 call $~lib/array/Array#__get - local.get $138 - local.set $478 + local.get $78 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length - local.get $139 + local.get $79 i32.sub i32.const 1 i32.sub @@ -37701,10 +37514,10 @@ call $~lib/builtins/abort unreachable end - local.get $139 + local.get $79 i32.const 1 i32.add - local.set $139 + local.set $79 br $for-loop|2 end end @@ -37714,45 +37527,45 @@ i32.const 11 i32.const 3296 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#reverse - local.tee $143 - i32.store offset=76 + local.tee $82 + i32.store offset=72 i32.const 0 - local.set $144 - local.get $143 - local.set $478 + local.set $83 + local.get $82 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length - local.set $145 + local.set $84 loop $for-loop|3 - local.get $144 - local.get $145 + local.get $83 + local.get $84 i32.lt_s if - local.get $143 - local.set $478 + local.get $82 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 - local.get $144 + local.get $296 + local.get $83 call $~lib/array/Array#__get - local.get $143 - local.set $478 + local.get $82 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length - local.get $144 + local.get $83 i32.sub i32.const 1 i32.sub @@ -37766,10 +37579,10 @@ call $~lib/builtins/abort unreachable end - local.get $144 + local.get $83 i32.const 1 i32.add - local.set $144 + local.set $83 br $for-loop|3 end end @@ -37779,45 +37592,45 @@ i32.const 11 i32.const 3344 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#reverse - local.tee $148 - i32.store offset=80 + local.tee $86 + i32.store offset=76 i32.const 0 - local.set $149 - local.get $148 - local.set $478 + local.set $87 + local.get $86 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length - local.set $150 + local.set $88 loop $for-loop|4 - local.get $149 - local.get $150 + local.get $87 + local.get $88 i32.lt_s if - local.get $148 - local.set $478 + local.get $86 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 - local.get $149 + local.get $296 + local.get $87 call $~lib/array/Array#__get - local.get $148 - local.set $478 + local.get $86 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length - local.get $149 + local.get $87 i32.sub i32.const 1 i32.sub @@ -37831,10 +37644,10 @@ call $~lib/builtins/abort unreachable end - local.get $149 + local.get $87 i32.const 1 i32.add - local.set $149 + local.set $87 br $for-loop|4 end end @@ -37844,45 +37657,45 @@ i32.const 11 i32.const 3392 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#reverse - local.tee $153 - i32.store offset=84 + local.tee $90 + i32.store offset=80 i32.const 0 - local.set $154 - local.get $153 - local.set $478 + local.set $91 + local.get $90 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length - local.set $155 + local.set $92 loop $for-loop|5 - local.get $154 - local.get $155 + local.get $91 + local.get $92 i32.lt_s if - local.get $153 - local.set $478 + local.get $90 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 - local.get $154 + local.get $296 + local.get $91 call $~lib/array/Array#__get - local.get $153 - local.set $478 + local.get $90 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length - local.get $154 + local.get $91 i32.sub i32.const 1 i32.sub @@ -37896,19 +37709,19 @@ call $~lib/builtins/abort unreachable end - local.get $154 + local.get $91 i32.const 1 i32.add - local.set $154 + local.set $91 br $for-loop|5 end end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 44 i32.const 0 call $~lib/array/Array#indexOf @@ -37926,11 +37739,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 42 i32.const 0 call $~lib/array/Array#indexOf @@ -37948,11 +37761,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 45 i32.const 0 call $~lib/array/Array#indexOf @@ -37970,11 +37783,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 43 i32.const 100 call $~lib/array/Array#indexOf @@ -37992,11 +37805,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 43 i32.const -100 call $~lib/array/Array#indexOf @@ -38014,11 +37827,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 43 i32.const -2 call $~lib/array/Array#indexOf @@ -38036,11 +37849,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 43 i32.const -4 call $~lib/array/Array#indexOf @@ -38058,11 +37871,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 43 i32.const 0 call $~lib/array/Array#indexOf @@ -38080,11 +37893,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 43 i32.const 1 call $~lib/array/Array#indexOf @@ -38102,11 +37915,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 43 i32.const 2 call $~lib/array/Array#indexOf @@ -38128,11 +37941,11 @@ i32.const 9 i32.const 3440 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 f32.const nan:0x400000 i32.const 0 call $~lib/array/Array#indexOf @@ -38152,11 +37965,11 @@ i32.const 12 i32.const 3472 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 f64.const nan:0x8000000000000 i32.const 0 call $~lib/array/Array#indexOf @@ -38177,14 +37990,14 @@ i32.const 4 i32.const 3504 call $~lib/rt/__newArray - local.tee $162 - i32.store offset=88 - local.get $162 - local.set $478 + local.tee $96 + i32.store offset=84 + local.get $96 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const 1 global.set $~argumentsLength @@ -38201,12 +38014,12 @@ call $~lib/builtins/abort unreachable end - local.get $162 - local.set $478 + local.get $96 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 7 i32.const 1 global.set $~argumentsLength @@ -38223,12 +38036,12 @@ call $~lib/builtins/abort unreachable end - local.get $162 - local.set $478 + local.get $96 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const 3 call $~lib/array/Array#lastIndexOf @@ -38243,12 +38056,12 @@ call $~lib/builtins/abort unreachable end - local.get $162 - local.set $478 + local.get $96 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const 2 call $~lib/array/Array#lastIndexOf @@ -38263,12 +38076,12 @@ call $~lib/builtins/abort unreachable end - local.get $162 - local.set $478 + local.get $96 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const -2 call $~lib/array/Array#lastIndexOf @@ -38283,12 +38096,12 @@ call $~lib/builtins/abort unreachable end - local.get $162 - local.set $478 + local.get $96 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const -1 call $~lib/array/Array#lastIndexOf @@ -38304,16 +38117,16 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 44 i32.const 0 call $~lib/array/Array#includes - local.set $163 - local.get $163 + local.set $97 + local.get $97 i32.const 1 i32.eq i32.eqz @@ -38326,16 +38139,16 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 42 i32.const 0 call $~lib/array/Array#includes - local.set $163 - local.get $163 + local.set $97 + local.get $97 i32.const 1 i32.eq i32.eqz @@ -38348,16 +38161,16 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 45 i32.const 0 call $~lib/array/Array#includes - local.set $163 - local.get $163 + local.set $97 + local.get $97 i32.const 0 i32.eq i32.eqz @@ -38370,16 +38183,16 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 43 i32.const 100 call $~lib/array/Array#includes - local.set $163 - local.get $163 + local.set $97 + local.get $97 i32.const 0 i32.eq i32.eqz @@ -38392,16 +38205,16 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 43 i32.const -100 call $~lib/array/Array#includes - local.set $163 - local.get $163 + local.set $97 + local.get $97 i32.const 1 i32.eq i32.eqz @@ -38414,16 +38227,16 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 43 i32.const -2 call $~lib/array/Array#includes - local.set $163 - local.get $163 + local.set $97 + local.get $97 i32.const 1 i32.eq i32.eqz @@ -38436,16 +38249,16 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 43 i32.const -4 call $~lib/array/Array#includes - local.set $163 - local.get $163 + local.set $97 + local.get $97 i32.const 1 i32.eq i32.eqz @@ -38458,16 +38271,16 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 43 i32.const 0 call $~lib/array/Array#includes - local.set $163 - local.get $163 + local.set $97 + local.get $97 i32.const 1 i32.eq i32.eqz @@ -38480,16 +38293,16 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 43 i32.const 1 call $~lib/array/Array#includes - local.set $163 - local.get $163 + local.set $97 + local.get $97 i32.const 1 i32.eq i32.eqz @@ -38502,16 +38315,16 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 43 i32.const 2 call $~lib/array/Array#includes - local.set $163 - local.get $163 + local.set $97 + local.get $97 i32.const 1 i32.eq i32.eqz @@ -38528,11 +38341,11 @@ i32.const 9 i32.const 3552 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 f32.const nan:0x400000 i32.const 0 call $~lib/array/Array#includes @@ -38550,11 +38363,11 @@ i32.const 12 i32.const 3584 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 f64.const nan:0x8000000000000 i32.const 0 call $~lib/array/Array#includes @@ -38568,21 +38381,21 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 i32.const 1 call $~lib/array/Array#splice drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 4 i32.eq @@ -38596,11 +38409,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/internalCapacity i32.const 8 i32.eq @@ -38614,11 +38427,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get i32.const 44 @@ -38633,11 +38446,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 call $~lib/array/Array#__get i32.const 42 @@ -38657,34 +38470,34 @@ i32.const 4 i32.const 3616 call $~lib/rt/__newArray - local.tee $170 - i32.store offset=92 - local.get $170 - local.set $478 + local.tee $101 + i32.store offset=88 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#splice@varargs - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 3664 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -38696,22 +38509,22 @@ call $~lib/builtins/abort unreachable end - local.get $170 - local.set $478 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 i32.const 2 i32.const 4 i32.const 3712 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -38729,32 +38542,32 @@ i32.const 4 i32.const 3744 call $~lib/rt/__newArray - local.tee $170 - i32.store offset=92 - local.get $170 - local.set $478 + local.tee $101 + i32.store offset=88 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 0 i32.const 0 call $~lib/array/Array#splice - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 i32.const 2 i32.const 4 i32.const 3792 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -38766,22 +38579,22 @@ call $~lib/builtins/abort unreachable end - local.get $170 - local.set $478 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 3824 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -38799,34 +38612,34 @@ i32.const 4 i32.const 3872 call $~lib/rt/__newArray - local.tee $170 - i32.store offset=92 - local.get $170 - local.set $478 + local.tee $101 + i32.store offset=88 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 2 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#splice@varargs - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 i32.const 2 i32.const 4 i32.const 3920 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -38838,22 +38651,22 @@ call $~lib/builtins/abort unreachable end - local.get $170 - local.set $478 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const 2 i32.const 4 i32.const 3952 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -38871,32 +38684,32 @@ i32.const 4 i32.const 3984 call $~lib/rt/__newArray - local.tee $170 - i32.store offset=92 - local.get $170 - local.set $478 + local.tee $101 + i32.store offset=88 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 2 i32.const 2 call $~lib/array/Array#splice - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const 2 i32.const 4 i32.const 4032 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -38908,22 +38721,22 @@ call $~lib/builtins/abort unreachable end - local.get $170 - local.set $478 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 i32.const 2 i32.const 4 i32.const 4064 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -38941,32 +38754,32 @@ i32.const 4 i32.const 4096 call $~lib/rt/__newArray - local.tee $170 - i32.store offset=92 - local.get $170 - local.set $478 + local.tee $101 + i32.store offset=88 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 0 i32.const 1 call $~lib/array/Array#splice - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 i32.const 2 i32.const 4 i32.const 4144 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -38978,22 +38791,22 @@ call $~lib/builtins/abort unreachable end - local.get $170 - local.set $478 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 4 i32.const 2 i32.const 4 i32.const 4176 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39011,34 +38824,34 @@ i32.const 4 i32.const 4224 call $~lib/rt/__newArray - local.tee $170 - i32.store offset=92 - local.get $170 - local.set $478 + local.tee $101 + i32.store offset=88 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const -1 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#splice@varargs - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 i32.const 2 i32.const 4 i32.const 4272 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39050,22 +38863,22 @@ call $~lib/builtins/abort unreachable end - local.get $170 - local.set $478 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 4 i32.const 2 i32.const 4 i32.const 4304 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39083,34 +38896,34 @@ i32.const 4 i32.const 4352 call $~lib/rt/__newArray - local.tee $170 - i32.store offset=92 - local.get $170 - local.set $478 + local.tee $101 + i32.store offset=88 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const -2 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#splice@varargs - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const 2 i32.const 4 i32.const 4400 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39122,22 +38935,22 @@ call $~lib/builtins/abort unreachable end - local.get $170 - local.set $478 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 i32.const 2 i32.const 4 i32.const 4432 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39155,32 +38968,32 @@ i32.const 4 i32.const 4464 call $~lib/rt/__newArray - local.tee $170 - i32.store offset=92 - local.get $170 - local.set $478 + local.tee $101 + i32.store offset=88 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const -2 i32.const 1 call $~lib/array/Array#splice - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 i32.const 2 i32.const 4 i32.const 4512 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39192,22 +39005,22 @@ call $~lib/builtins/abort unreachable end - local.get $170 - local.set $478 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 4 i32.const 2 i32.const 4 i32.const 4544 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39225,32 +39038,32 @@ i32.const 4 i32.const 4592 call $~lib/rt/__newArray - local.tee $170 - i32.store offset=92 - local.get $170 - local.set $478 + local.tee $101 + i32.store offset=88 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const -7 i32.const 1 call $~lib/array/Array#splice - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 i32.const 2 i32.const 4 i32.const 4640 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39262,22 +39075,22 @@ call $~lib/builtins/abort unreachable end - local.get $170 - local.set $478 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 4 i32.const 2 i32.const 4 i32.const 4672 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39295,32 +39108,32 @@ i32.const 4 i32.const 4720 call $~lib/rt/__newArray - local.tee $170 - i32.store offset=92 - local.get $170 - local.set $478 + local.tee $101 + i32.store offset=88 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const -2 i32.const -1 call $~lib/array/Array#splice - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 i32.const 2 i32.const 4 i32.const 4768 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39332,22 +39145,22 @@ call $~lib/builtins/abort unreachable end - local.get $170 - local.set $478 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 4800 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39365,32 +39178,32 @@ i32.const 4 i32.const 4848 call $~lib/rt/__newArray - local.tee $170 - i32.store offset=92 - local.get $170 - local.set $478 + local.tee $101 + i32.store offset=88 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 1 i32.const -2 call $~lib/array/Array#splice - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 i32.const 2 i32.const 4 i32.const 4896 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39402,22 +39215,22 @@ call $~lib/builtins/abort unreachable end - local.get $170 - local.set $478 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 4928 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39435,32 +39248,32 @@ i32.const 4 i32.const 4976 call $~lib/rt/__newArray - local.tee $170 - i32.store offset=92 - local.get $170 - local.set $478 + local.tee $101 + i32.store offset=88 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 4 i32.const 0 call $~lib/array/Array#splice - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 i32.const 2 i32.const 4 i32.const 5024 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39472,22 +39285,22 @@ call $~lib/builtins/abort unreachable end - local.get $170 - local.set $478 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 5056 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39505,32 +39318,32 @@ i32.const 4 i32.const 5104 call $~lib/rt/__newArray - local.tee $170 - i32.store offset=92 - local.get $170 - local.set $478 + local.tee $101 + i32.store offset=88 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 7 i32.const 0 call $~lib/array/Array#splice - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 i32.const 2 i32.const 4 i32.const 5152 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39542,22 +39355,22 @@ call $~lib/builtins/abort unreachable end - local.get $170 - local.set $478 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 5184 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39575,32 +39388,32 @@ i32.const 4 i32.const 5232 call $~lib/rt/__newArray - local.tee $170 - i32.store offset=92 - local.get $170 - local.set $478 + local.tee $101 + i32.store offset=88 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 7 i32.const 5 call $~lib/array/Array#splice - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 i32.const 2 i32.const 4 i32.const 5280 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39612,22 +39425,22 @@ call $~lib/builtins/abort unreachable end - local.get $170 - local.set $478 + local.get $101 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 5312 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -39645,26 +39458,26 @@ i32.const 10 i32.const 5360 call $~lib/rt/__newArray - local.tee $255 - i32.store offset=96 + local.tee $144 + i32.store offset=92 global.get $~lib/memory/__stack_pointer - local.get $255 - local.set $478 + local.get $144 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 i32.const 2 call $~lib/array/Array#splice - local.tee $256 - i32.store offset=100 - local.get $256 - local.set $478 + local.tee $145 + i32.store offset=96 + local.get $145 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 0 i32.eq @@ -39677,12 +39490,12 @@ call $~lib/builtins/abort unreachable end - local.get $255 - local.set $478 + local.get $144 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 0 i32.eq @@ -39702,64 +39515,59 @@ i32.const 10 i32.const 0 call $~lib/rt/__newArray - local.tee $257 - i32.store offset=104 - global.get $~lib/memory/__stack_pointer - local.get $257 - i32.load offset=4 - local.tee $258 - i32.store offset=108 - local.get $257 + local.tee $146 + i32.store offset=100 + local.get $146 i32.const 0 i32.const 0 i32.const 1 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $257 + local.get $146 i32.const 1 i32.const 0 i32.const 2 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $257 + local.get $146 i32.const 2 i32.const 0 i32.const 3 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $257 + local.get $146 i32.const 3 i32.const 0 i32.const 4 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $257 + local.get $146 i32.const 4 i32.const 0 i32.const 5 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $257 - local.tee $255 - i32.store offset=96 + local.get $146 + local.tee $144 + i32.store offset=92 global.get $~lib/memory/__stack_pointer - local.get $255 - local.set $478 + local.get $144 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const 2 call $~lib/array/Array#splice - local.tee $256 - i32.store offset=100 - local.get $256 - local.set $478 + local.tee $145 + i32.store offset=96 + local.get $145 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -39772,19 +39580,19 @@ call $~lib/builtins/abort unreachable end - local.get $256 - local.set $478 + local.get $145 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/Ref#get:v i32.const 3 i32.eq @@ -39797,19 +39605,19 @@ call $~lib/builtins/abort unreachable end - local.get $256 - local.set $478 + local.get $145 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 1 call $~lib/array/Array#__get - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/Ref#get:v i32.const 4 i32.eq @@ -39822,12 +39630,12 @@ call $~lib/builtins/abort unreachable end - local.get $255 - local.set $478 + local.get $144 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 3 i32.eq @@ -39840,19 +39648,19 @@ call $~lib/builtins/abort unreachable end - local.get $255 - local.set $478 + local.get $144 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/Ref#get:v i32.const 1 i32.eq @@ -39865,19 +39673,19 @@ call $~lib/builtins/abort unreachable end - local.get $255 - local.set $478 + local.get $144 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 1 call $~lib/array/Array#__get - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/Ref#get:v i32.const 2 i32.eq @@ -39890,19 +39698,19 @@ call $~lib/builtins/abort unreachable end - local.get $255 - local.set $478 + local.get $144 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#__get - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/Ref#get:v i32.const 5 i32.eq @@ -39922,50 +39730,45 @@ i32.const 13 i32.const 0 call $~lib/rt/__newArray - local.tee $259 - i32.store offset=112 - global.get $~lib/memory/__stack_pointer - local.get $259 - i32.load offset=4 - local.tee $260 - i32.store offset=116 - local.get $259 + local.tee $147 + i32.store offset=104 + local.get $147 i32.const 0 i32.const 0 i32.const 1 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $259 + local.get $147 i32.const 1 i32.const 0 call $~lib/array/Array#__set - local.get $259 + local.get $147 i32.const 2 i32.const 0 i32.const 2 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $259 - local.tee $261 - i32.store offset=120 + local.get $147 + local.tee $148 + i32.store offset=108 global.get $~lib/memory/__stack_pointer - local.get $261 - local.set $478 + local.get $148 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 i32.const 1 call $~lib/array/Array#splice - local.tee $262 - i32.store offset=124 - local.get $262 - local.set $478 + local.tee $149 + i32.store offset=112 + local.get $149 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 1 i32.eq @@ -39979,19 +39782,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $262 - local.set $478 + local.get $149 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get - local.tee $263 - i32.store offset=128 - local.get $263 + local.tee $150 + i32.store offset=116 + local.get $150 if (result i32) - local.get $263 + local.get $150 else i32.const 5520 i32.const 528 @@ -40000,11 +39803,11 @@ call $~lib/builtins/abort unreachable end - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/Ref#get:v i32.const 1 i32.eq @@ -40017,12 +39820,12 @@ call $~lib/builtins/abort unreachable end - local.get $261 - local.set $478 + local.get $148 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -40035,12 +39838,12 @@ call $~lib/builtins/abort unreachable end - local.get $261 - local.set $478 + local.get $148 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get i32.const 0 @@ -40055,19 +39858,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $261 - local.set $478 + local.get $148 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 1 call $~lib/array/Array#__get - local.tee $264 - i32.store offset=132 - local.get $264 + local.tee $151 + i32.store offset=120 + local.get $151 if (result i32) - local.get $264 + local.get $151 else i32.const 5520 i32.const 528 @@ -40076,11 +39879,11 @@ call $~lib/builtins/abort unreachable end - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/Ref#get:v i32.const 2 i32.eq @@ -40094,53 +39897,53 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 i32.const 0 call $~lib/array/Array#__set global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 i32.const 1 call $~lib/array/Array#__set global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const 2 call $~lib/array/Array#__set global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 i32.const 3 call $~lib/array/Array#__set global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5648 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#findIndex global.set $std/array/i global.get $std/array/i @@ -40156,17 +39959,17 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5680 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#findIndex global.set $std/array/i global.get $std/array/i @@ -40182,17 +39985,17 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5712 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#findIndex global.set $std/array/i global.get $std/array/i @@ -40208,17 +40011,17 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5744 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#findIndex global.set $std/array/i global.get $std/array/i @@ -40234,11 +40037,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 8 i32.eq @@ -40252,17 +40055,17 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5776 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#findIndex global.set $std/array/i global.get $std/array/i @@ -40278,49 +40081,49 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5808 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#findIndex global.set $std/array/i global.get $std/array/i @@ -40336,11 +40139,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -40354,20 +40157,20 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 call $~lib/array/Array#push drop @@ -40377,20 +40180,20 @@ i32.const 4 i32.const 5840 call $~lib/rt/__newArray - local.tee $267 - i32.store offset=136 - local.get $267 - local.set $478 + local.tee $153 + i32.store offset=124 + local.get $153 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5888 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#findLastIndex global.set $std/array/i global.get $std/array/i @@ -40405,18 +40208,18 @@ call $~lib/builtins/abort unreachable end - local.get $267 - local.set $478 + local.get $153 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5920 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#findLastIndex global.set $std/array/i global.get $std/array/i @@ -40431,18 +40234,18 @@ call $~lib/builtins/abort unreachable end - local.get $267 - local.set $478 + local.get $153 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5952 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#findLastIndex global.set $std/array/i global.get $std/array/i @@ -40457,18 +40260,18 @@ call $~lib/builtins/abort unreachable end - local.get $267 - local.set $478 + local.get $153 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5984 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#findLastIndex global.set $std/array/i global.get $std/array/i @@ -40484,20 +40287,20 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 6016 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#every - local.set $268 - local.get $268 + local.set $154 + local.get $154 i32.const 1 i32.eq i32.eqz @@ -40510,20 +40313,20 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 6048 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#every - local.set $268 - local.get $268 + local.set $154 + local.get $154 i32.const 0 i32.eq i32.eqz @@ -40536,20 +40339,20 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 6080 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#every - local.set $268 - local.get $268 + local.set $154 + local.get $154 i32.const 1 i32.eq i32.eqz @@ -40562,11 +40365,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 8 i32.eq @@ -40580,20 +40383,20 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 6112 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#every - local.set $268 - local.get $268 + local.set $154 + local.get $154 i32.const 0 i32.eq i32.eqz @@ -40606,52 +40409,52 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 6144 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#every - local.set $268 - local.get $268 + local.set $154 + local.get $154 i32.const 1 i32.eq i32.eqz @@ -40664,11 +40467,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -40682,38 +40485,38 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 6176 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#some - local.set $269 - local.get $269 + local.set $155 + local.get $155 i32.const 1 i32.eq i32.eqz @@ -40726,20 +40529,20 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 6208 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#some - local.set $269 - local.get $269 + local.set $155 + local.get $155 i32.const 0 i32.eq i32.eqz @@ -40752,20 +40555,20 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 6240 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#some - local.set $269 - local.get $269 + local.set $155 + local.get $155 i32.const 0 i32.eq i32.eqz @@ -40778,11 +40581,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 8 i32.eq @@ -40796,20 +40599,20 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 6272 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#some - local.set $269 - local.get $269 + local.set $155 + local.get $155 i32.const 1 i32.eq i32.eqz @@ -40822,52 +40625,52 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 6304 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#some - local.set $269 - local.get $269 + local.set $155 + local.get $155 i32.const 0 i32.eq i32.eqz @@ -40880,11 +40683,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -40898,37 +40701,37 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 call $~lib/array/Array#push drop i32.const 0 global.set $std/array/i global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 6336 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#forEach global.get $std/array/i i32.const 6 @@ -40945,17 +40748,17 @@ i32.const 0 global.set $std/array/i global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 6368 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#forEach global.get $std/array/i i32.const 6 @@ -40970,11 +40773,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 8 i32.eq @@ -40990,17 +40793,17 @@ i32.const 0 global.set $std/array/i global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 6400 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#forEach global.get $std/array/i i32.const 406 @@ -41015,51 +40818,51 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop i32.const 0 global.set $std/array/i global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 6432 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#forEach global.get $std/array/i i32.const 1 @@ -41074,11 +40877,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -41092,42 +40895,42 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 6464 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#forEach global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 100 i32.eq @@ -41141,101 +40944,101 @@ unreachable end i32.const 0 - local.set $270 + local.set $156 loop $for-loop|6 - local.get $270 + local.get $156 i32.const 100 i32.lt_s if global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop - local.get $270 + local.get $156 i32.const 1 i32.add - local.set $270 + local.set $156 br $for-loop|6 end end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 call $~lib/array/Array#push drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8272 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#map<~lib/string/String> - local.tee $271 - i32.store offset=140 + local.tee $157 + i32.store offset=128 global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8304 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#map - local.tee $272 - i32.store offset=144 - local.get $272 - local.set $478 + local.tee $158 + i32.store offset=132 + local.get $158 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 4 i32.eq @@ -41248,20 +41051,20 @@ call $~lib/builtins/abort unreachable end - local.get $272 - local.set $478 + local.get $158 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get f32.convert_i32_s @@ -41278,17 +41081,17 @@ i32.const 0 global.set $std/array/i global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8336 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#map drop global.get $std/array/i @@ -41304,11 +41107,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 8 i32.eq @@ -41324,17 +41127,17 @@ i32.const 0 global.set $std/array/i global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8368 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#map drop global.get $std/array/i @@ -41350,51 +41153,51 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop i32.const 0 global.set $std/array/i global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8400 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#map drop global.get $std/array/i @@ -41410,11 +41213,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -41428,45 +41231,45 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 call $~lib/array/Array#push drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8432 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#filter - local.tee $273 - i32.store offset=148 - local.get $273 - local.set $478 + local.tee $159 + i32.store offset=136 + local.get $159 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -41482,17 +41285,17 @@ i32.const 0 global.set $std/array/i global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8464 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#filter drop global.get $std/array/i @@ -41508,11 +41311,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 8 i32.eq @@ -41528,17 +41331,17 @@ i32.const 0 global.set $std/array/i global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8496 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#filter drop global.get $std/array/i @@ -41554,51 +41357,51 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop i32.const 0 global.set $std/array/i global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8528 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array#filter drop global.get $std/array/i @@ -41614,11 +41417,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -41632,35 +41435,35 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8560 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#reduce global.set $std/array/i @@ -41677,17 +41480,17 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8592 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 4 call $~lib/array/Array#reduce global.set $std/array/i @@ -41704,21 +41507,21 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8624 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#reduce - local.set $274 - local.get $274 + local.set $160 + local.get $160 i32.const 0 i32.ne i32.const 1 @@ -41733,21 +41536,21 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8656 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#reduce - local.set $274 - local.get $274 + local.set $160 + local.get $160 i32.const 0 i32.ne i32.const 0 @@ -41762,17 +41565,17 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8688 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#reduce global.set $std/array/i @@ -41789,11 +41592,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 8 i32.eq @@ -41807,17 +41610,17 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8720 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#reduce global.set $std/array/i @@ -41834,49 +41637,49 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8752 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#reduce global.set $std/array/i @@ -41893,11 +41696,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -41911,35 +41714,35 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8784 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#reduceRight global.set $std/array/i @@ -41956,17 +41759,17 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8816 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 4 call $~lib/array/Array#reduceRight global.set $std/array/i @@ -41983,21 +41786,21 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8848 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#reduceRight - local.set $275 - local.get $275 + local.set $161 + local.get $161 i32.const 0 i32.ne i32.const 1 @@ -42012,21 +41815,21 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8880 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#reduceRight - local.set $275 - local.get $275 + local.set $161 + local.get $161 i32.const 0 i32.ne i32.const 0 @@ -42041,17 +41844,17 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8912 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#reduceRight global.set $std/array/i @@ -42068,11 +41871,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 8 i32.eq @@ -42086,17 +41889,17 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8944 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#reduceRight global.set $std/array/i @@ -42113,49 +41916,49 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#pop drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8976 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#reduceRight global.set $std/array/i @@ -42172,11 +41975,11 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 0 i32.eq @@ -42190,38 +41993,38 @@ unreachable end global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#push drop global.get $std/array/arr - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 call $~lib/array/Array#push drop @@ -42234,314 +42037,309 @@ i32.const 23 i32.const 0 call $~lib/rt/__newArray - local.tee $276 - i32.store offset=152 - global.get $~lib/memory/__stack_pointer - local.get $276 - i32.load offset=4 - local.tee $277 - i32.store offset=156 - local.get $276 + local.tee $162 + i32.store offset=140 + local.get $162 i32.const 0 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $278 - i32.store offset=160 - local.get $278 - local.set $478 + local.tee $163 + i32.store offset=144 + local.get $163 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 100 call $std/array/Dim#set:height - local.get $278 - local.set $478 + local.get $163 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 80 call $std/array/Dim#set:width - local.get $278 + local.get $163 call $~lib/array/Array#__set - local.get $276 + local.get $162 i32.const 1 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $279 - i32.store offset=164 - local.get $279 - local.set $478 + local.tee $164 + i32.store offset=148 + local.get $164 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 90 call $std/array/Dim#set:height - local.get $279 - local.set $478 + local.get $164 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 90 call $std/array/Dim#set:width - local.get $279 + local.get $164 call $~lib/array/Array#__set - local.get $276 + local.get $162 i32.const 2 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $280 - i32.store offset=168 - local.get $280 - local.set $478 + local.tee $165 + i32.store offset=152 + local.get $165 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 70 call $std/array/Dim#set:height - local.get $280 - local.set $478 + local.get $165 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 95 call $std/array/Dim#set:width - local.get $280 + local.get $165 call $~lib/array/Array#__set - local.get $276 + local.get $162 i32.const 3 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $281 - i32.store offset=172 - local.get $281 - local.set $478 + local.tee $166 + i32.store offset=156 + local.get $166 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 100 call $std/array/Dim#set:height - local.get $281 - local.set $478 + local.get $166 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 100 call $std/array/Dim#set:width - local.get $281 + local.get $166 call $~lib/array/Array#__set - local.get $276 + local.get $162 i32.const 4 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $282 - i32.store offset=176 - local.get $282 - local.set $478 + local.tee $167 + i32.store offset=160 + local.get $167 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 80 call $std/array/Dim#set:height - local.get $282 - local.set $478 + local.get $167 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 110 call $std/array/Dim#set:width - local.get $282 + local.get $167 call $~lib/array/Array#__set - local.get $276 + local.get $162 i32.const 5 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $283 - i32.store offset=180 - local.get $283 - local.set $478 + local.tee $168 + i32.store offset=164 + local.get $168 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 110 call $std/array/Dim#set:height - local.get $283 - local.set $478 + local.get $168 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 115 call $std/array/Dim#set:width - local.get $283 + local.get $168 call $~lib/array/Array#__set - local.get $276 + local.get $162 i32.const 6 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $284 - i32.store offset=184 - local.get $284 - local.set $478 + local.tee $169 + i32.store offset=168 + local.get $169 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 100 call $std/array/Dim#set:height - local.get $284 - local.set $478 + local.get $169 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 120 call $std/array/Dim#set:width - local.get $284 + local.get $169 call $~lib/array/Array#__set - local.get $276 + local.get $162 i32.const 7 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $285 - i32.store offset=188 - local.get $285 - local.set $478 + local.tee $170 + i32.store offset=172 + local.get $170 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 70 call $std/array/Dim#set:height - local.get $285 - local.set $478 + local.get $170 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 125 call $std/array/Dim#set:width - local.get $285 + local.get $170 call $~lib/array/Array#__set - local.get $276 + local.get $162 i32.const 8 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $286 - i32.store offset=192 - local.get $286 - local.set $478 + local.tee $171 + i32.store offset=176 + local.get $171 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 70 call $std/array/Dim#set:height - local.get $286 - local.set $478 + local.get $171 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 130 call $std/array/Dim#set:width - local.get $286 + local.get $171 call $~lib/array/Array#__set - local.get $276 + local.get $162 i32.const 9 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $287 - i32.store offset=196 - local.get $287 - local.set $478 + local.tee $172 + i32.store offset=180 + local.get $172 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 100 call $std/array/Dim#set:height - local.get $287 - local.set $478 + local.get $172 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 135 call $std/array/Dim#set:width - local.get $287 + local.get $172 call $~lib/array/Array#__set - local.get $276 + local.get $162 i32.const 10 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $288 - i32.store offset=200 - local.get $288 - local.set $478 + local.tee $173 + i32.store offset=184 + local.get $173 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 75 call $std/array/Dim#set:height - local.get $288 - local.set $478 + local.get $173 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 140 call $std/array/Dim#set:width - local.get $288 + local.get $173 call $~lib/array/Array#__set - local.get $276 + local.get $162 i32.const 11 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $289 - i32.store offset=204 - local.get $289 - local.set $478 + local.tee $174 + i32.store offset=188 + local.get $174 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 70 call $std/array/Dim#set:height - local.get $289 - local.set $478 + local.get $174 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 140 call $std/array/Dim#set:width - local.get $289 + local.get $174 call $~lib/array/Array#__set - local.get $276 + local.get $162 global.set $std/array/inputStabArr global.get $~lib/memory/__stack_pointer i32.const 12 @@ -42549,314 +42347,309 @@ i32.const 23 i32.const 0 call $~lib/rt/__newArray - local.tee $290 - i32.store offset=208 - global.get $~lib/memory/__stack_pointer - local.get $290 - i32.load offset=4 - local.tee $291 - i32.store offset=212 - local.get $290 + local.tee $175 + i32.store offset=192 + local.get $175 i32.const 0 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $292 - i32.store offset=216 - local.get $292 - local.set $478 + local.tee $176 + i32.store offset=196 + local.get $176 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 70 call $std/array/Dim#set:height - local.get $292 - local.set $478 + local.get $176 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 95 call $std/array/Dim#set:width - local.get $292 + local.get $176 call $~lib/array/Array#__set - local.get $290 + local.get $175 i32.const 1 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $293 - i32.store offset=220 - local.get $293 - local.set $478 + local.tee $177 + i32.store offset=200 + local.get $177 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 70 call $std/array/Dim#set:height - local.get $293 - local.set $478 + local.get $177 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 125 call $std/array/Dim#set:width - local.get $293 + local.get $177 call $~lib/array/Array#__set - local.get $290 + local.get $175 i32.const 2 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $294 - i32.store offset=224 - local.get $294 - local.set $478 + local.tee $178 + i32.store offset=204 + local.get $178 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 70 call $std/array/Dim#set:height - local.get $294 - local.set $478 + local.get $178 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 130 call $std/array/Dim#set:width - local.get $294 + local.get $178 call $~lib/array/Array#__set - local.get $290 + local.get $175 i32.const 3 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $295 - i32.store offset=228 - local.get $295 - local.set $478 + local.tee $179 + i32.store offset=208 + local.get $179 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 70 call $std/array/Dim#set:height - local.get $295 - local.set $478 + local.get $179 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 140 call $std/array/Dim#set:width - local.get $295 + local.get $179 call $~lib/array/Array#__set - local.get $290 + local.get $175 i32.const 4 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $296 - i32.store offset=232 - local.get $296 - local.set $478 + local.tee $180 + i32.store offset=212 + local.get $180 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 75 call $std/array/Dim#set:height - local.get $296 - local.set $478 + local.get $180 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 140 call $std/array/Dim#set:width - local.get $296 + local.get $180 call $~lib/array/Array#__set - local.get $290 + local.get $175 i32.const 5 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $297 - i32.store offset=236 - local.get $297 - local.set $478 + local.tee $181 + i32.store offset=216 + local.get $181 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 80 call $std/array/Dim#set:height - local.get $297 - local.set $478 + local.get $181 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 110 call $std/array/Dim#set:width - local.get $297 + local.get $181 call $~lib/array/Array#__set - local.get $290 + local.get $175 i32.const 6 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $298 - i32.store offset=240 - local.get $298 - local.set $478 + local.tee $182 + i32.store offset=220 + local.get $182 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 90 call $std/array/Dim#set:height - local.get $298 - local.set $478 + local.get $182 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 90 call $std/array/Dim#set:width - local.get $298 + local.get $182 call $~lib/array/Array#__set - local.get $290 + local.get $175 i32.const 7 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $299 - i32.store offset=244 - local.get $299 - local.set $478 + local.tee $183 + i32.store offset=224 + local.get $183 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 100 call $std/array/Dim#set:height - local.get $299 - local.set $478 + local.get $183 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 80 call $std/array/Dim#set:width - local.get $299 + local.get $183 call $~lib/array/Array#__set - local.get $290 + local.get $175 i32.const 8 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $300 - i32.store offset=248 - local.get $300 - local.set $478 + local.tee $184 + i32.store offset=228 + local.get $184 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 100 call $std/array/Dim#set:height - local.get $300 - local.set $478 + local.get $184 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 100 call $std/array/Dim#set:width - local.get $300 + local.get $184 call $~lib/array/Array#__set - local.get $290 + local.get $175 i32.const 9 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $301 - i32.store offset=252 - local.get $301 - local.set $478 + local.tee $185 + i32.store offset=232 + local.get $185 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 100 call $std/array/Dim#set:height - local.get $301 - local.set $478 + local.get $185 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 120 call $std/array/Dim#set:width - local.get $301 + local.get $185 call $~lib/array/Array#__set - local.get $290 + local.get $175 i32.const 10 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $302 - i32.store offset=256 - local.get $302 - local.set $478 + local.tee $186 + i32.store offset=236 + local.get $186 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 100 call $std/array/Dim#set:height - local.get $302 - local.set $478 + local.get $186 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 135 call $std/array/Dim#set:width - local.get $302 + local.get $186 call $~lib/array/Array#__set - local.get $290 + local.get $175 i32.const 11 global.get $~lib/memory/__stack_pointer i32.const 0 call $std/array/Dim#constructor - local.tee $303 - i32.store offset=260 - local.get $303 - local.set $478 + local.tee $187 + i32.store offset=240 + local.get $187 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 110 call $std/array/Dim#set:height - local.get $303 - local.set $478 + local.get $187 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 115 call $std/array/Dim#set:width - local.get $303 + local.get $187 call $~lib/array/Array#__set - local.get $290 + local.get $175 global.set $std/array/outputStabArr global.get $~lib/memory/__stack_pointer i32.const 3 @@ -42864,35 +42657,35 @@ i32.const 9 i32.const 9200 call $~lib/rt/__newArray - local.tee $306 - i32.store offset=264 - local.get $306 - local.set $478 + local.tee $189 + i32.store offset=244 + local.get $189 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#sort@varargs drop - local.get $306 - local.set $478 + local.get $189 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 i32.const 2 i32.const 9 i32.const 9264 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -42910,35 +42703,35 @@ i32.const 9 i32.const 9296 call $~lib/rt/__newArray - local.tee $311 - i32.store offset=268 - local.get $311 - local.set $478 + local.tee $192 + i32.store offset=248 + local.get $192 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#sort@varargs drop - local.get $311 - local.set $478 + local.get $192 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8 i32.const 2 i32.const 9 i32.const 9360 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -42956,35 +42749,35 @@ i32.const 12 i32.const 9424 call $~lib/rt/__newArray - local.tee $316 - i32.store offset=272 - local.get $316 - local.set $478 + local.tee $195 + i32.store offset=252 + local.get $195 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#sort@varargs drop - local.get $316 - local.set $478 + local.get $195 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 8 i32.const 3 i32.const 12 i32.const 9552 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -43002,35 +42795,35 @@ i32.const 4 i32.const 9648 call $~lib/rt/__newArray - local.tee $321 - i32.store offset=276 - local.get $321 - local.set $478 + local.tee $198 + i32.store offset=256 + local.get $198 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#sort@varargs drop - local.get $321 - local.set $478 + local.get $198 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 4 i32.const 9728 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -43048,35 +42841,35 @@ i32.const 8 i32.const 9776 call $~lib/rt/__newArray - local.tee $326 - i32.store offset=280 - local.get $326 - local.set $478 + local.tee $201 + i32.store offset=260 + local.get $201 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/array/Array#sort@varargs drop - local.get $326 - local.set $478 + local.get $201 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 5 i32.const 2 i32.const 8 i32.const 9856 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -43094,95 +42887,95 @@ i32.const 4 i32.const 9904 call $~lib/rt/__newArray - local.tee $331 - i32.store offset=284 + local.tee $204 + i32.store offset=264 global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 2 i32.const 4 i32.const 9936 call $~lib/rt/__newArray - local.tee $334 - i32.store offset=288 + local.tee $206 + i32.store offset=268 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 i32.const 4 i32.const 9968 call $~lib/rt/__newArray - local.tee $337 - i32.store offset=292 + local.tee $208 + i32.store offset=272 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 i32.const 4 i32.const 10000 call $~lib/rt/__newArray - local.tee $340 - i32.store offset=296 + local.tee $210 + i32.store offset=276 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 i32.const 4 i32.const 10048 call $~lib/rt/__newArray - local.tee $343 - i32.store offset=300 + local.tee $212 + i32.store offset=280 global.get $~lib/memory/__stack_pointer i32.const 64 call $std/array/createReverseOrderedArray - local.tee $344 - i32.store offset=304 + local.tee $213 + i32.store offset=284 global.get $~lib/memory/__stack_pointer i32.const 128 call $std/array/createReverseOrderedArray - local.tee $345 - i32.store offset=308 + local.tee $214 + i32.store offset=288 global.get $~lib/memory/__stack_pointer i32.const 1024 call $std/array/createReverseOrderedArray - local.tee $346 - i32.store offset=312 + local.tee $215 + i32.store offset=292 global.get $~lib/memory/__stack_pointer i32.const 10000 call $std/array/createReverseOrderedArray - local.tee $347 - i32.store offset=316 + local.tee $216 + i32.store offset=296 global.get $~lib/memory/__stack_pointer i32.const 512 call $std/array/createRandomOrderedArray - local.tee $348 - i32.store offset=320 - local.get $331 - local.set $478 + local.tee $217 + i32.store offset=300 + local.get $204 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/assertSortedDefault - local.get $334 - local.set $478 + local.get $206 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/assertSortedDefault - local.get $334 - local.set $478 + local.get $206 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 i32.const 2 i32.const 4 i32.const 10128 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -43194,29 +42987,29 @@ call $~lib/builtins/abort unreachable end - local.get $337 - local.set $478 + local.get $208 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/assertSortedDefault - local.get $337 - local.set $478 + local.get $208 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 i32.const 2 i32.const 4 i32.const 10160 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -43228,25 +43021,25 @@ call $~lib/builtins/abort unreachable end - local.get $340 - local.set $478 + local.get $210 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/assertSortedDefault - local.get $340 - local.set $478 + local.get $210 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 - local.get $343 - local.set $478 + local.get $296 + local.get $212 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -43258,25 +43051,25 @@ call $~lib/builtins/abort unreachable end - local.get $344 - local.set $478 + local.get $213 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/assertSortedDefault - local.get $344 - local.set $478 + local.get $213 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 - local.get $343 - local.set $478 + local.get $296 + local.get $212 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 4 call $std/array/isArraysEqual i32.eqz @@ -43288,25 +43081,25 @@ call $~lib/builtins/abort unreachable end - local.get $345 - local.set $478 + local.get $214 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/assertSortedDefault - local.get $345 - local.set $478 + local.get $214 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 - local.get $343 - local.set $478 + local.get $296 + local.get $212 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 4 call $std/array/isArraysEqual i32.eqz @@ -43318,25 +43111,25 @@ call $~lib/builtins/abort unreachable end - local.get $346 - local.set $478 + local.get $215 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/assertSortedDefault - local.get $346 - local.set $478 + local.get $215 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 - local.get $343 - local.set $478 + local.get $296 + local.get $212 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 4 call $std/array/isArraysEqual i32.eqz @@ -43348,25 +43141,25 @@ call $~lib/builtins/abort unreachable end - local.get $347 - local.set $478 + local.get $216 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/assertSortedDefault - local.get $347 - local.set $478 + local.get $216 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 - local.get $343 - local.set $478 + local.get $296 + local.get $212 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 4 call $std/array/isArraysEqual i32.eqz @@ -43378,111 +43171,111 @@ call $~lib/builtins/abort unreachable end - local.get $348 - local.set $478 + local.get $217 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $std/array/assertSortedDefault call $std/array/assertStableSortedForComplexObjects global.get $~lib/memory/__stack_pointer i32.const 64 call $std/array/createRandomOrderedArray - local.tee $353 - i32.store offset=324 + local.tee $220 + i32.store offset=304 global.get $~lib/memory/__stack_pointer i32.const 257 call $std/array/createRandomOrderedArray - local.tee $354 - i32.store offset=328 - local.get $353 - local.set $478 + local.tee $221 + i32.store offset=308 + local.get $220 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 10224 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $std/array/assertSorted - local.get $353 - local.set $478 + local.get $220 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 10256 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $std/array/assertSorted - local.get $354 - local.set $478 + local.get $221 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 10288 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $std/array/assertSorted - local.get $354 - local.set $478 + local.get $221 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 10320 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $std/array/assertSorted global.get $~lib/memory/__stack_pointer i32.const 2 call $std/array/createReverseOrderedNestedArray - local.tee $355 - i32.store offset=332 - local.get $355 - local.set $478 + local.tee $222 + i32.store offset=312 + local.get $222 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 10352 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $std/array/assertSorted<~lib/array/Array> global.get $~lib/memory/__stack_pointer i32.const 512 call $std/array/createReverseOrderedElementsArray - local.tee $356 - i32.store offset=336 - local.get $356 - local.set $478 + local.tee $223 + i32.store offset=316 + local.get $223 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 10384 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $std/array/assertSorted> global.get $~lib/memory/__stack_pointer i32.const 7 @@ -43490,38 +43283,38 @@ i32.const 34 i32.const 10576 call $~lib/rt/__newArray - local.tee $359 - i32.store offset=340 + local.tee $225 + i32.store offset=320 global.get $~lib/memory/__stack_pointer i32.const 7 i32.const 2 i32.const 34 i32.const 10624 call $~lib/rt/__newArray - local.tee $362 - i32.store offset=344 - local.get $359 - local.set $478 + local.tee $227 + i32.store offset=324 + local.get $225 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 global.set $~argumentsLength i32.const 0 call $std/array/assertSorted<~lib/string/String|null>@varargs - local.get $359 - local.set $478 + local.get $225 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 - local.get $362 - local.set $478 + local.get $296 + local.get $227 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 0 call $std/array/isArraysEqual<~lib/string/String|null> i32.eqz @@ -43536,14 +43329,14 @@ global.get $~lib/memory/__stack_pointer i32.const 400 call $std/array/createRandomStringArray - local.tee $363 - i32.store offset=348 - local.get $363 - local.set $478 + local.tee $228 + i32.store offset=328 + local.get $228 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 global.set $~argumentsLength i32.const 0 @@ -43553,29 +43346,29 @@ i32.const 37 i32.const 10736 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 10832 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=352 - local.get $478 + local.get $296 + i32.store offset=332 + local.get $296 call $~lib/array/Array#join - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 10864 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43591,29 +43384,29 @@ i32.const 4 i32.const 10912 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 10544 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=352 - local.get $478 + local.get $296 + i32.store offset=332 + local.get $296 call $~lib/array/Array#join - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 10944 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43629,29 +43422,29 @@ i32.const 8 i32.const 10976 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 11008 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=352 - local.get $478 + local.get $296 + i32.store offset=332 + local.get $296 call $~lib/array/Array#join - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 10944 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43667,29 +43460,29 @@ i32.const 4 i32.const 11040 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 11072 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=352 - local.get $478 + local.get $296 + i32.store offset=332 + local.get $296 call $~lib/array/Array#join - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 11104 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43705,29 +43498,29 @@ i32.const 12 i32.const 11184 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 11264 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=352 - local.get $478 + local.get $296 + i32.store offset=332 + local.get $296 call $~lib/array/Array#join - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 12432 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43743,29 +43536,29 @@ i32.const 34 i32.const 12576 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 10544 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=352 - local.get $478 + local.get $296 + i32.store offset=332 + local.get $296 call $~lib/array/Array<~lib/string/String|null>#join - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 12544 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43783,56 +43576,51 @@ i32.const 13 i32.const 0 call $~lib/rt/__newArray - local.tee $376 - i32.store offset=356 - global.get $~lib/memory/__stack_pointer - local.get $376 - i32.load offset=4 - local.tee $377 - i32.store offset=360 - local.get $376 + local.tee $235 + i32.store offset=336 + local.get $235 i32.const 0 i32.const 0 i32.const 0 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $376 + local.get $235 i32.const 1 i32.const 0 call $~lib/array/Array#__set - local.get $376 + local.get $235 i32.const 2 i32.const 0 i32.const 0 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $376 - local.tee $378 - i32.store offset=364 - local.get $378 - local.set $478 + local.get $235 + local.tee $236 + i32.store offset=340 + local.get $236 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 10832 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=352 - local.get $478 + local.get $296 + i32.store offset=332 + local.get $296 call $~lib/array/Array#join - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 12672 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43850,52 +43638,47 @@ i32.const 10 i32.const 0 call $~lib/rt/__newArray - local.tee $379 - i32.store offset=368 - global.get $~lib/memory/__stack_pointer - local.get $379 - i32.load offset=4 - local.tee $380 - i32.store offset=372 - local.get $379 + local.tee $237 + i32.store offset=344 + local.get $237 i32.const 0 i32.const 0 i32.const 0 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $379 + local.get $237 i32.const 1 i32.const 0 i32.const 0 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $379 - local.tee $381 - i32.store offset=376 - local.get $381 - local.set $478 + local.get $237 + local.tee $238 + i32.store offset=348 + local.get $238 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 i32.const 10832 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=352 - local.get $478 + local.get $296 + i32.store offset=332 + local.get $296 call $~lib/array/Array#join - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 12768 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43912,50 +43695,50 @@ i32.const 4 i32.const 12864 call $~lib/rt/__newArray - local.tee $384 - i32.store offset=380 + local.tee $240 + i32.store offset=352 global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 2 i32.const 4 i32.const 12896 call $~lib/rt/__newArray - local.tee $387 - i32.store offset=384 + local.tee $242 + i32.store offset=356 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 i32.const 4 i32.const 12928 call $~lib/rt/__newArray - local.tee $390 - i32.store offset=388 + local.tee $244 + i32.store offset=360 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 i32.const 4 i32.const 12960 call $~lib/rt/__newArray - local.tee $393 - i32.store offset=392 - local.get $384 - local.set $478 + local.tee $246 + i32.store offset=364 + local.get $240 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 call $~lib/array/Array#toString - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 10544 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43966,24 +43749,24 @@ call $~lib/builtins/abort unreachable end - local.get $387 - local.set $478 + local.get $242 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 call $~lib/array/Array#toString - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 12544 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43994,24 +43777,24 @@ call $~lib/builtins/abort unreachable end - local.get $390 - local.set $478 + local.get $244 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 call $~lib/array/Array#toString - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 13008 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44022,24 +43805,24 @@ call $~lib/builtins/abort unreachable end - local.get $393 - local.set $478 + local.get $246 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 call $~lib/array/Array#toString - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 13040 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44055,23 +43838,23 @@ i32.const 38 i32.const 13088 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 call $~lib/array/Array#toString - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 13120 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44087,23 +43870,23 @@ i32.const 38 i32.const 13152 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 call $~lib/array/Array#toString - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 13184 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44119,23 +43902,23 @@ i32.const 11 i32.const 13232 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 call $~lib/array/Array#toString - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 13264 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44151,23 +43934,23 @@ i32.const 39 i32.const 13312 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 call $~lib/array/Array#toString - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 13344 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44183,23 +43966,23 @@ i32.const 4 i32.const 13392 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 call $~lib/array/Array#toString - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 13424 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44215,23 +43998,23 @@ i32.const 40 i32.const 13488 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 call $~lib/array/Array#toString - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 13536 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44247,23 +44030,23 @@ i32.const 41 i32.const 13616 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 call $~lib/array/Array#toString - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 13680 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44280,26 +44063,26 @@ i32.const 34 i32.const 13840 call $~lib/rt/__newArray - local.tee $410 - i32.store offset=396 - local.get $410 - local.set $478 + local.tee $255 + i32.store offset=368 + local.get $255 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 call $~lib/array/Array<~lib/string/String|null>#toString - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 13888 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44315,23 +44098,23 @@ i32.const 34 i32.const 14000 call $~lib/rt/__newArray - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 call $~lib/array/Array<~lib/string/String|null>#toString - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 14048 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44349,14 +44132,9 @@ i32.const 29 i32.const 0 call $~lib/rt/__newArray - local.tee $413 - i32.store offset=400 - global.get $~lib/memory/__stack_pointer - local.get $413 - i32.load offset=4 - local.tee $414 - i32.store offset=404 - local.get $413 + local.tee $257 + i32.store offset=372 + local.get $257 i32.const 0 i32.const 2 i32.const 2 @@ -44364,7 +44142,7 @@ i32.const 14080 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array>#__set - local.get $413 + local.get $257 i32.const 1 i32.const 2 i32.const 2 @@ -44372,27 +44150,27 @@ i32.const 14112 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array>#__set - local.get $413 - local.tee $419 - i32.store offset=408 - local.get $419 - local.set $478 + local.get $257 + local.tee $260 + i32.store offset=376 + local.get $260 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 call $~lib/array/Array<~lib/array/Array>#toString - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 14144 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44410,14 +44188,9 @@ i32.const 42 i32.const 0 call $~lib/rt/__newArray - local.tee $420 - i32.store offset=412 - global.get $~lib/memory/__stack_pointer - local.get $420 - i32.load offset=4 - local.tee $421 - i32.store offset=416 - local.get $420 + local.tee $261 + i32.store offset=380 + local.get $261 i32.const 0 i32.const 2 i32.const 0 @@ -44425,7 +44198,7 @@ i32.const 14192 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array>#__set - local.get $420 + local.get $261 i32.const 1 i32.const 2 i32.const 0 @@ -44433,27 +44206,27 @@ i32.const 14224 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array>#__set - local.get $420 - local.tee $426 - i32.store offset=420 - local.get $426 - local.set $478 + local.get $261 + local.tee $264 + i32.store offset=384 + local.get $264 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 call $~lib/array/Array<~lib/array/Array>#toString - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 14144 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44471,14 +44244,9 @@ i32.const 44 i32.const 0 call $~lib/rt/__newArray - local.tee $427 - i32.store offset=424 - global.get $~lib/memory/__stack_pointer - local.get $427 - i32.load offset=4 - local.tee $428 - i32.store offset=428 - local.get $427 + local.tee $265 + i32.store offset=388 + local.get $265 i32.const 0 global.get $~lib/memory/__stack_pointer i32.const 1 @@ -44486,14 +44254,9 @@ i32.const 43 i32.const 0 call $~lib/rt/__newArray - local.tee $429 - i32.store offset=432 - global.get $~lib/memory/__stack_pointer - local.get $429 - i32.load offset=4 - local.tee $430 - i32.store offset=436 - local.get $429 + local.tee $266 + i32.store offset=392 + local.get $266 i32.const 0 i32.const 1 i32.const 2 @@ -44501,29 +44264,29 @@ i32.const 14256 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array>#__set - local.get $429 + local.get $266 call $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#__set - local.get $427 - local.tee $433 - i32.store offset=440 - local.get $433 - local.set $478 + local.get $265 + local.tee $268 + i32.store offset=396 + local.get $268 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 call $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#toString - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 12544 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44541,14 +44304,9 @@ i32.const 29 i32.const 0 call $~lib/rt/__newArray - local.tee $434 - i32.store offset=444 - global.get $~lib/memory/__stack_pointer - local.get $434 - i32.load offset=4 - local.tee $435 - i32.store offset=448 - local.get $434 + local.tee $269 + i32.store offset=400 + local.get $269 i32.const 0 i32.const 1 i32.const 2 @@ -44556,7 +44314,7 @@ i32.const 14288 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array>#__set - local.get $434 + local.get $269 i32.const 1 i32.const 3 i32.const 2 @@ -44564,7 +44322,7 @@ i32.const 14320 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array>#__set - local.get $434 + local.get $269 i32.const 2 i32.const 3 i32.const 2 @@ -44572,7 +44330,7 @@ i32.const 14352 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array>#__set - local.get $434 + local.get $269 i32.const 3 i32.const 3 i32.const 2 @@ -44580,25 +44338,25 @@ i32.const 14384 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array>#__set - local.get $434 - local.tee $444 - i32.store offset=452 + local.get $269 + local.tee $274 + i32.store offset=404 global.get $~lib/memory/__stack_pointer - local.get $444 - local.set $478 + local.get $274 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array<~lib/array/Array>#flat - local.tee $445 - i32.store offset=456 - local.get $445 - local.set $478 + local.tee $275 + i32.store offset=408 + local.get $275 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 10 i32.eq @@ -44612,21 +44370,21 @@ unreachable end i32.const 0 - local.set $446 + local.set $276 loop $for-loop|7 - local.get $446 + local.get $276 i32.const 10 i32.lt_s if - local.get $445 - local.set $478 + local.get $275 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 - local.get $446 + local.get $296 + local.get $276 call $~lib/array/Array#__get - local.get $446 + local.get $276 i32.eq i32.eqz if @@ -44637,10 +44395,10 @@ call $~lib/builtins/abort unreachable end - local.get $446 + local.get $276 i32.const 1 i32.add - local.set $446 + local.set $276 br $for-loop|7 end end @@ -44651,14 +44409,9 @@ i32.const 45 i32.const 0 call $~lib/rt/__newArray - local.tee $447 - i32.store offset=460 - global.get $~lib/memory/__stack_pointer - local.get $447 - i32.load offset=4 - local.tee $448 - i32.store offset=464 - local.get $447 + local.tee $277 + i32.store offset=412 + local.get $277 i32.const 0 i32.const 1 i32.const 2 @@ -44666,7 +44419,7 @@ i32.const 14448 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#__set - local.get $447 + local.get $277 i32.const 1 i32.const 3 i32.const 2 @@ -44674,7 +44427,7 @@ i32.const 14544 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#__set - local.get $447 + local.get $277 i32.const 2 i32.const 3 i32.const 2 @@ -44682,7 +44435,7 @@ i32.const 14672 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#__set - local.get $447 + local.get $277 i32.const 3 i32.const 1 i32.const 2 @@ -44690,33 +44443,33 @@ i32.const 14736 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#__set - local.get $447 - local.tee $457 - i32.store offset=468 + local.get $277 + local.tee $282 + i32.store offset=416 global.get $~lib/memory/__stack_pointer - local.get $457 - local.set $478 + local.get $282 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#flat - local.tee $458 - i32.store offset=472 + local.tee $283 + i32.store offset=420 global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 2 i32.const 34 i32.const 14768 call $~lib/rt/__newArray - local.tee $461 - i32.store offset=476 - local.get $458 - local.set $478 + local.tee $285 + i32.store offset=424 + local.get $283 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array<~lib/string/String|null>#get:length i32.const 8 i32.eq @@ -44730,44 +44483,44 @@ unreachable end i32.const 0 - local.set $462 + local.set $286 loop $for-loop|8 - local.get $462 - local.get $461 - local.set $478 + local.get $286 + local.get $285 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array<~lib/string/String|null>#get:length i32.lt_s if - local.get $458 - local.set $478 + local.get $283 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 - local.get $462 + local.get $296 + i32.store offset=48 + local.get $296 + local.get $286 call $~lib/array/Array<~lib/string/String|null>#__get - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 - local.get $461 - local.set $478 + local.get $296 + local.get $285 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 - local.get $462 + local.get $296 + i32.store offset=48 + local.get $296 + local.get $286 call $~lib/array/Array<~lib/string/String|null>#__get - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44778,10 +44531,10 @@ call $~lib/builtins/abort unreachable end - local.get $462 + local.get $286 i32.const 1 i32.add - local.set $462 + local.set $286 br $for-loop|8 end end @@ -44792,14 +44545,9 @@ i32.const 29 i32.const 0 call $~lib/rt/__newArray - local.tee $463 - i32.store offset=480 - global.get $~lib/memory/__stack_pointer - local.get $463 - i32.load offset=4 - local.tee $464 - i32.store offset=484 - local.get $463 + local.tee $287 + i32.store offset=428 + local.get $287 i32.const 0 i32.const 0 i32.const 2 @@ -44807,7 +44555,7 @@ i32.const 14832 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array>#__set - local.get $463 + local.get $287 i32.const 1 i32.const 0 i32.const 2 @@ -44815,21 +44563,21 @@ i32.const 14864 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array>#__set - local.get $463 - local.tee $469 - i32.store offset=488 - local.get $469 - local.set $478 + local.get $287 + local.tee $290 + i32.store offset=432 + local.get $290 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 call $~lib/array/Array<~lib/array/Array>#flat - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 0 i32.eq @@ -44849,14 +44597,9 @@ i32.const 29 i32.const 0 call $~lib/rt/__newArray - local.tee $470 - i32.store offset=492 - global.get $~lib/memory/__stack_pointer - local.get $470 - i32.load offset=4 - local.tee $471 - i32.store offset=496 - local.get $470 + local.tee $291 + i32.store offset=436 + local.get $291 i32.const 0 i32.const 1 i32.const 2 @@ -44864,7 +44607,7 @@ i32.const 14896 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array>#__set - local.get $470 + local.get $291 i32.const 1 i32.const 1 i32.const 2 @@ -44872,37 +44615,37 @@ i32.const 14928 call $~lib/rt/__newArray call $~lib/array/Array<~lib/array/Array>#__set - local.get $470 - local.tee $476 - i32.store offset=500 + local.get $291 + local.tee $294 + i32.store offset=440 global.get $~lib/memory/__stack_pointer - local.get $476 - local.set $478 + local.get $294 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store offset=8 - local.get $478 + local.get $296 i32.const 14960 - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 - i32.store offset=52 - local.get $478 + local.get $296 + i32.store offset=48 + local.get $296 call $~lib/array/Array<~lib/array/Array>#map<~lib/array/Array> - local.set $478 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array<~lib/array/Array>#flat - local.tee $477 - i32.store offset=504 - local.get $477 - local.set $478 + local.tee $295 + i32.store offset=444 + local.get $295 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 call $~lib/array/Array#get:length i32.const 4 i32.eq @@ -44915,12 +44658,12 @@ call $~lib/builtins/abort unreachable end - local.get $477 - local.set $478 + local.get $295 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 0 call $~lib/array/Array#__get i32.const 1 @@ -44934,12 +44677,12 @@ call $~lib/builtins/abort unreachable end - local.get $477 - local.set $478 + local.get $295 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 1 call $~lib/array/Array#__get i32.const 3 @@ -44953,12 +44696,12 @@ call $~lib/builtins/abort unreachable end - local.get $477 - local.set $478 + local.get $295 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 2 call $~lib/array/Array#__get i32.const 2 @@ -44972,12 +44715,12 @@ call $~lib/builtins/abort unreachable end - local.get $477 - local.set $478 + local.get $295 + local.set $296 global.get $~lib/memory/__stack_pointer - local.get $478 + local.get $296 i32.store - local.get $478 + local.get $296 i32.const 3 call $~lib/array/Array#__get i32.const 3 @@ -45001,7 +44744,7 @@ global.set $~lib/memory/__stack_pointer call $~lib/rt/itcms/__collect global.get $~lib/memory/__stack_pointer - i32.const 508 + i32.const 448 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/std/array.release.wat b/tests/compiler/std/array.release.wat index 4ff1aba22c..5f279cc7b7 100644 --- a/tests/compiler/std/array.release.wat +++ b/tests/compiler/std/array.release.wat @@ -17540,7 +17540,7 @@ (local $12 i32) (local $13 i32) global.get $~lib/memory/__stack_pointer - i32.const 508 + i32.const 448 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner2 @@ -17550,7 +17550,7 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 508 + i32.const 448 memory.fill memory.size i32.const 16 @@ -18726,10 +18726,6 @@ call $~lib/rt/__newArray local.tee $7 i32.store offset=20 - global.get $~lib/memory/__stack_pointer - local.get $7 - i32.load offset=4 - i32.store offset=24 local.get $7 i32.const 0 i32.const 0 @@ -18742,7 +18738,7 @@ call $~lib/array/Array#__set local.get $1 local.get $7 - i32.store offset=28 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $7 i32.store @@ -18791,7 +18787,7 @@ i32.const 2688 call $~lib/rt/__newArray local.tee $1 - i32.store offset=32 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -18860,7 +18856,7 @@ i32.const 0 call $~lib/array/Array#constructor local.tee $1 - i32.store offset=36 + i32.store offset=32 global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $7 @@ -18873,7 +18869,7 @@ local.get $1 call $~lib/array/Array#concat local.tee $7 - i32.store offset=40 + i32.store offset=36 global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $8 @@ -19025,7 +19021,7 @@ local.get $1 call $~lib/array/Array#concat local.tee $7 - i32.store offset=40 + i32.store offset=36 global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $8 @@ -19180,7 +19176,7 @@ i32.const 2768 call $~lib/rt/__newArray local.tee $1 - i32.store offset=44 + i32.store offset=40 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -19206,7 +19202,7 @@ local.get $7 call $~lib/array/Array#concat local.tee $7 - i32.store offset=40 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $7 i32.store @@ -19242,10 +19238,10 @@ i32.const 2800 call $~lib/rt/__newArray local.tee $1 - i32.store offset=48 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 i32.const 2 global.set $~argumentsLength local.get $1 @@ -19285,10 +19281,10 @@ i32.const 2896 call $~lib/rt/__newArray local.tee $1 - i32.store offset=48 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 i32.const 2 global.set $~argumentsLength local.get $1 @@ -19328,10 +19324,10 @@ i32.const 2992 call $~lib/rt/__newArray local.tee $1 - i32.store offset=48 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 i32.const 2 global.set $~argumentsLength local.get $1 @@ -19371,10 +19367,10 @@ i32.const 3088 call $~lib/rt/__newArray local.tee $1 - i32.store offset=48 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 i32.const 2 global.set $~argumentsLength local.get $1 @@ -19414,10 +19410,10 @@ i32.const 3184 call $~lib/rt/__newArray local.tee $1 - i32.store offset=48 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 local.get $1 i32.const 0 i32.const 3 @@ -19456,10 +19452,10 @@ i32.const 3280 call $~lib/rt/__newArray local.tee $1 - i32.store offset=48 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 local.get $1 i32.const 1 i32.const 3 @@ -19498,10 +19494,10 @@ i32.const 3376 call $~lib/rt/__newArray local.tee $1 - i32.store offset=48 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 local.get $1 i32.const 1 i32.const 2 @@ -19540,10 +19536,10 @@ i32.const 3472 call $~lib/rt/__newArray local.tee $1 - i32.store offset=48 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 i32.const 2 global.set $~argumentsLength local.get $1 @@ -19583,10 +19579,10 @@ i32.const 3568 call $~lib/rt/__newArray local.tee $1 - i32.store offset=48 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 local.get $1 i32.const 0 i32.const -2 @@ -19625,10 +19621,10 @@ i32.const 3664 call $~lib/rt/__newArray local.tee $1 - i32.store offset=48 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 local.get $1 i32.const -4 i32.const -3 @@ -19667,10 +19663,10 @@ i32.const 3760 call $~lib/rt/__newArray local.tee $1 - i32.store offset=48 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 local.get $1 i32.const -4 i32.const -3 @@ -19709,10 +19705,10 @@ i32.const 3856 call $~lib/rt/__newArray local.tee $1 - i32.store offset=48 + i32.store offset=44 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 i32.const 2 global.set $~argumentsLength local.get $1 @@ -20263,7 +20259,7 @@ i32.const 3952 call $~lib/rt/__newArray local.tee $1 - i32.store offset=56 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -20274,7 +20270,7 @@ i32.const 2 call $~lib/array/Array#slice@varargs local.tee $7 - i32.store offset=60 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $7 i32.store @@ -20309,7 +20305,7 @@ i32.const 4 call $~lib/array/Array#slice local.tee $7 - i32.store offset=60 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $7 i32.store @@ -20344,7 +20340,7 @@ i32.const 5 call $~lib/array/Array#slice local.tee $7 - i32.store offset=60 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $7 i32.store @@ -20380,7 +20376,7 @@ i32.const 0 call $~lib/array/Array#slice@varargs local.tee $7 - i32.store offset=60 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $7 i32.store @@ -20410,7 +20406,7 @@ i32.const -2 call $~lib/array/Array#slice@varargs local.tee $7 - i32.store offset=60 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $7 i32.store @@ -20445,7 +20441,7 @@ i32.const -1 call $~lib/array/Array#slice local.tee $7 - i32.store offset=60 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $7 i32.store @@ -20480,7 +20476,7 @@ i32.const -1 call $~lib/array/Array#slice local.tee $7 - i32.store offset=60 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $7 i32.store @@ -20738,7 +20734,7 @@ local.get $3 call $~lib/array/Array#reverse local.tee $1 - i32.store offset=64 + i32.store offset=60 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -20798,7 +20794,7 @@ local.get $1 call $~lib/array/Array#reverse local.tee $1 - i32.store offset=68 + i32.store offset=64 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer @@ -20860,7 +20856,7 @@ local.get $1 call $~lib/array/Array#reverse local.tee $1 - i32.store offset=72 + i32.store offset=68 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer @@ -20922,7 +20918,7 @@ local.get $1 call $~lib/array/Array#reverse local.tee $1 - i32.store offset=76 + i32.store offset=72 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer @@ -20984,7 +20980,7 @@ local.get $1 call $~lib/array/Array#reverse local.tee $1 - i32.store offset=80 + i32.store offset=76 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer @@ -21046,7 +21042,7 @@ local.get $1 call $~lib/array/Array#reverse local.tee $1 - i32.store offset=84 + i32.store offset=80 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer @@ -21486,7 +21482,7 @@ i32.const 4528 call $~lib/rt/__newArray local.tee $0 - i32.store offset=88 + i32.store offset=84 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -22029,10 +22025,10 @@ i32.const 4640 call $~lib/rt/__newArray local.tee $0 - i32.store offset=92 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 i32.const 1 global.set $~argumentsLength local.get $0 @@ -22096,10 +22092,10 @@ i32.const 4768 call $~lib/rt/__newArray local.tee $0 - i32.store offset=92 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 local.get $0 i32.const 0 i32.const 0 @@ -22162,10 +22158,10 @@ i32.const 4896 call $~lib/rt/__newArray local.tee $0 - i32.store offset=92 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 i32.const 1 global.set $~argumentsLength local.get $0 @@ -22229,10 +22225,10 @@ i32.const 5008 call $~lib/rt/__newArray local.tee $0 - i32.store offset=92 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 local.get $0 i32.const 2 i32.const 2 @@ -22295,10 +22291,10 @@ i32.const 5120 call $~lib/rt/__newArray local.tee $0 - i32.store offset=92 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 local.get $0 i32.const 0 i32.const 1 @@ -22361,10 +22357,10 @@ i32.const 5248 call $~lib/rt/__newArray local.tee $0 - i32.store offset=92 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 i32.const 1 global.set $~argumentsLength local.get $0 @@ -22428,10 +22424,10 @@ i32.const 5376 call $~lib/rt/__newArray local.tee $0 - i32.store offset=92 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 i32.const 1 global.set $~argumentsLength local.get $0 @@ -22495,10 +22491,10 @@ i32.const 5488 call $~lib/rt/__newArray local.tee $0 - i32.store offset=92 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 local.get $0 i32.const -2 i32.const 1 @@ -22561,10 +22557,10 @@ i32.const 5616 call $~lib/rt/__newArray local.tee $0 - i32.store offset=92 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 local.get $0 i32.const -7 i32.const 1 @@ -22627,10 +22623,10 @@ i32.const 5744 call $~lib/rt/__newArray local.tee $0 - i32.store offset=92 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 local.get $0 i32.const -2 i32.const -1 @@ -22693,10 +22689,10 @@ i32.const 5872 call $~lib/rt/__newArray local.tee $0 - i32.store offset=92 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 local.get $0 i32.const 1 i32.const -2 @@ -22759,10 +22755,10 @@ i32.const 6000 call $~lib/rt/__newArray local.tee $0 - i32.store offset=92 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 local.get $0 i32.const 4 i32.const 0 @@ -22825,10 +22821,10 @@ i32.const 6128 call $~lib/rt/__newArray local.tee $0 - i32.store offset=92 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 local.get $0 i32.const 7 i32.const 0 @@ -22891,10 +22887,10 @@ i32.const 6256 call $~lib/rt/__newArray local.tee $0 - i32.store offset=92 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 local.get $0 i32.const 7 i32.const 5 @@ -22957,7 +22953,7 @@ i32.const 6384 call $~lib/rt/__newArray local.tee $0 - i32.store offset=96 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -22966,7 +22962,7 @@ i32.const 1 call $~lib/array/Array#splice local.tee $1 - i32.store offset=100 + i32.store offset=96 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -23002,11 +22998,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=104 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.load offset=4 - i32.store offset=108 + i32.store offset=100 local.get $1 i32.const 0 i32.const 1 @@ -23034,7 +23026,7 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store offset=96 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -23043,7 +23035,7 @@ i32.const 2 call $~lib/array/Array#splice local.tee $0 - i32.store offset=100 + i32.store offset=96 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -23193,11 +23185,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=112 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.load offset=4 - i32.store offset=116 + i32.store offset=104 local.get $1 i32.const 0 i32.const 1 @@ -23214,7 +23202,7 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store offset=120 + i32.store offset=108 global.get $~lib/memory/__stack_pointer local.set $0 global.get $~lib/memory/__stack_pointer @@ -23322,7 +23310,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 local.get $9 - i32.store offset=124 + i32.store offset=112 global.get $~lib/memory/__stack_pointer local.get $9 i32.store @@ -23346,7 +23334,7 @@ i32.const 0 call $~lib/array/Array#__get local.tee $0 - i32.store offset=128 + i32.store offset=116 local.get $0 i32.eqz if @@ -23409,7 +23397,7 @@ i32.const 1 call $~lib/array/Array#__get local.tee $0 - i32.store offset=132 + i32.store offset=120 local.get $0 i32.eqz if @@ -23678,7 +23666,7 @@ i32.const 6864 call $~lib/rt/__newArray local.tee $0 - i32.store offset=136 + i32.store offset=124 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -24447,7 +24435,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 local.get $8 - i32.store offset=140 + i32.store offset=128 global.get $~lib/memory/__stack_pointer local.set $0 global.get $~lib/memory/__stack_pointer @@ -24547,7 +24535,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 local.get $8 - i32.store offset=144 + i32.store offset=132 global.get $~lib/memory/__stack_pointer local.get $8 i32.store @@ -24743,7 +24731,7 @@ i32.const 9456 call $~lib/array/Array#filter local.tee $0 - i32.store offset=148 + i32.store offset=136 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -25432,15 +25420,11 @@ i32.const 0 call $~lib/rt/__newArray local.tee $0 - i32.store offset=152 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.load offset=4 - i32.store offset=156 + i32.store offset=140 global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=160 + i32.store offset=144 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25460,7 +25444,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=164 + i32.store offset=148 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25480,7 +25464,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=168 + i32.store offset=152 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25500,7 +25484,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=172 + i32.store offset=156 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25520,7 +25504,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=176 + i32.store offset=160 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25540,7 +25524,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=180 + i32.store offset=164 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25560,7 +25544,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=184 + i32.store offset=168 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25580,7 +25564,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=188 + i32.store offset=172 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25600,7 +25584,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=192 + i32.store offset=176 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25620,7 +25604,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=196 + i32.store offset=180 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25640,7 +25624,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=200 + i32.store offset=184 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25660,7 +25644,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=204 + i32.store offset=188 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25686,15 +25670,11 @@ i32.const 0 call $~lib/rt/__newArray local.tee $0 - i32.store offset=208 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.load offset=4 - i32.store offset=212 + i32.store offset=192 global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=216 + i32.store offset=196 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25714,7 +25694,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=220 + i32.store offset=200 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25734,7 +25714,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=224 + i32.store offset=204 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25754,7 +25734,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=228 + i32.store offset=208 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25774,7 +25754,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=232 + i32.store offset=212 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25794,7 +25774,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=236 + i32.store offset=216 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25814,7 +25794,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=240 + i32.store offset=220 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25834,7 +25814,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=244 + i32.store offset=224 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25854,7 +25834,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=248 + i32.store offset=228 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25874,7 +25854,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=252 + i32.store offset=232 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25894,7 +25874,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=256 + i32.store offset=236 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25914,7 +25894,7 @@ global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor local.tee $1 - i32.store offset=260 + i32.store offset=240 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -25940,7 +25920,7 @@ i32.const 10224 call $~lib/rt/__newArray local.tee $0 - i32.store offset=264 + i32.store offset=244 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -25979,7 +25959,7 @@ i32.const 10320 call $~lib/rt/__newArray local.tee $0 - i32.store offset=268 + i32.store offset=248 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -26018,7 +25998,7 @@ i32.const 10448 call $~lib/rt/__newArray local.tee $0 - i32.store offset=272 + i32.store offset=252 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -26238,7 +26218,7 @@ i32.const 10672 call $~lib/rt/__newArray local.tee $0 - i32.store offset=276 + i32.store offset=256 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -26307,7 +26287,7 @@ i32.const 10800 call $~lib/rt/__newArray local.tee $0 - i32.store offset=280 + i32.store offset=260 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -26404,7 +26384,7 @@ i32.const 10928 call $~lib/rt/__newArray local.tee $3 - i32.store offset=284 + i32.store offset=264 global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 2 @@ -26412,7 +26392,7 @@ i32.const 10960 call $~lib/rt/__newArray local.tee $7 - i32.store offset=288 + i32.store offset=268 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 @@ -26420,7 +26400,7 @@ i32.const 10992 call $~lib/rt/__newArray local.tee $8 - i32.store offset=292 + i32.store offset=272 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 @@ -26428,7 +26408,7 @@ i32.const 11024 call $~lib/rt/__newArray local.tee $9 - i32.store offset=296 + i32.store offset=276 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 @@ -26436,32 +26416,32 @@ i32.const 11072 call $~lib/rt/__newArray local.tee $10 - i32.store offset=300 + i32.store offset=280 global.get $~lib/memory/__stack_pointer i32.const 64 call $std/array/createReverseOrderedArray local.tee $11 - i32.store offset=304 + i32.store offset=284 global.get $~lib/memory/__stack_pointer i32.const 128 call $std/array/createReverseOrderedArray local.tee $12 - i32.store offset=308 + i32.store offset=288 global.get $~lib/memory/__stack_pointer i32.const 1024 call $std/array/createReverseOrderedArray local.tee $0 - i32.store offset=312 + i32.store offset=292 global.get $~lib/memory/__stack_pointer i32.const 10000 call $std/array/createReverseOrderedArray local.tee $1 - i32.store offset=316 + i32.store offset=296 global.get $~lib/memory/__stack_pointer i32.const 512 call $std/array/createRandomOrderedArray local.tee $13 - i32.store offset=320 + i32.store offset=300 global.get $~lib/memory/__stack_pointer local.get $3 i32.store @@ -26888,12 +26868,12 @@ i32.const 64 call $std/array/createRandomOrderedArray local.tee $0 - i32.store offset=324 + i32.store offset=304 global.get $~lib/memory/__stack_pointer i32.const 257 call $std/array/createRandomOrderedArray local.tee $1 - i32.store offset=328 + i32.store offset=308 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -27084,7 +27064,7 @@ global.set $~lib/memory/__stack_pointer local.get $1 local.get $2 - i32.store offset=332 + i32.store offset=312 global.get $~lib/memory/__stack_pointer local.get $2 i32.store @@ -27263,7 +27243,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 local.get $3 - i32.store offset=336 + i32.store offset=316 global.get $~lib/memory/__stack_pointer local.get $3 i32.store @@ -27280,7 +27260,7 @@ i32.const 11600 call $~lib/rt/__newArray local.tee $0 - i32.store offset=340 + i32.store offset=320 global.get $~lib/memory/__stack_pointer i32.const 7 i32.const 2 @@ -27288,7 +27268,7 @@ i32.const 11648 call $~lib/rt/__newArray local.tee $1 - i32.store offset=344 + i32.store offset=324 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -27842,7 +27822,7 @@ global.set $~lib/memory/__stack_pointer local.get $7 local.get $8 - i32.store offset=348 + i32.store offset=328 global.get $~lib/memory/__stack_pointer local.get $8 i32.store @@ -27886,10 +27866,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 11856 - i32.store offset=352 + i32.store offset=332 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -28115,10 +28095,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 11568 - i32.store offset=352 + i32.store offset=332 local.get $0 i32.const 11568 call $~lib/array/Array#join @@ -28149,10 +28129,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 12032 - i32.store offset=352 + i32.store offset=332 local.get $0 i32.const 12032 call $~lib/array/Array#join @@ -28183,10 +28163,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 12096 - i32.store offset=352 + i32.store offset=332 local.get $0 i32.const 12096 call $~lib/array/Array#join @@ -28217,10 +28197,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 12288 - i32.store offset=352 + i32.store offset=332 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -28281,10 +28261,10 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 11568 - i32.store offset=352 + i32.store offset=332 local.get $0 i32.const 11568 call $~lib/array/Array<~lib/string/String|null>#join @@ -28316,11 +28296,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=356 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.load offset=4 - i32.store offset=360 + i32.store offset=336 local.get $1 i32.const 0 i32.const 0 @@ -28337,13 +28313,13 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store offset=364 + i32.store offset=340 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 11856 - i32.store offset=352 + i32.store offset=332 local.get $1 call $~lib/array/Array#join local.set $0 @@ -28374,11 +28350,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=368 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.load offset=4 - i32.store offset=372 + i32.store offset=344 local.get $1 i32.const 0 i32.const 0 @@ -28391,13 +28363,13 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store offset=376 + i32.store offset=348 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 11856 - i32.store offset=352 + i32.store offset=332 local.get $1 call $~lib/array/Array#join local.set $0 @@ -28426,7 +28398,7 @@ i32.const 13888 call $~lib/rt/__newArray local.tee $0 - i32.store offset=380 + i32.store offset=352 global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 2 @@ -28434,7 +28406,7 @@ i32.const 13920 call $~lib/rt/__newArray local.tee $1 - i32.store offset=384 + i32.store offset=356 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 @@ -28442,7 +28414,7 @@ i32.const 13952 call $~lib/rt/__newArray local.tee $2 - i32.store offset=388 + i32.store offset=360 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 @@ -28450,10 +28422,10 @@ i32.const 13984 call $~lib/rt/__newArray local.tee $3 - i32.store offset=392 + i32.store offset=364 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 local.get $0 call $~lib/array/Array#toString local.set $0 @@ -28477,7 +28449,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 local.get $1 call $~lib/array/Array#toString local.set $0 @@ -28501,7 +28473,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=52 + i32.store offset=48 local.get $2 call $~lib/array/Array#toString local.set $0 @@ -28525,7 +28497,7 @@ end global.get $~lib/memory/__stack_pointer local.get $3 - i32.store offset=52 + i32.store offset=48 local.get $3 call $~lib/array/Array#toString local.set $0 @@ -28555,7 +28527,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 local.get $0 call $~lib/array/Array#toString local.set $0 @@ -28585,7 +28557,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 local.get $0 call $~lib/array/Array#toString local.set $0 @@ -28615,7 +28587,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -28840,7 +28812,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -29065,7 +29037,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 local.get $0 call $~lib/array/Array#toString local.set $0 @@ -29095,7 +29067,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -29177,7 +29149,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -29584,10 +29556,10 @@ i32.const 14864 call $~lib/rt/__newArray local.tee $0 - i32.store offset=396 + i32.store offset=368 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 local.get $0 call $~lib/array/Array<~lib/string/String|null>#toString local.set $0 @@ -29617,7 +29589,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 local.get $0 call $~lib/array/Array<~lib/string/String|null>#toString local.set $0 @@ -29648,11 +29620,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=400 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.load offset=4 - i32.store offset=404 + i32.store offset=372 local.get $1 i32.const 0 i32.const 2 @@ -29671,10 +29639,10 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store offset=408 + i32.store offset=376 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -29917,11 +29885,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=412 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.load offset=4 - i32.store offset=416 + i32.store offset=380 local.get $1 i32.const 0 i32.const 2 @@ -29940,10 +29904,10 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store offset=420 + i32.store offset=384 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -30186,11 +30150,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=424 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.load offset=4 - i32.store offset=428 + i32.store offset=388 global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 2 @@ -30198,11 +30158,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $2 - i32.store offset=432 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.load offset=4 - i32.store offset=436 + i32.store offset=392 local.get $2 i32.const 0 i32.const 1 @@ -30217,10 +30173,10 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store offset=440 + i32.store offset=396 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=52 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -30463,11 +30419,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=444 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.load offset=4 - i32.store offset=448 + i32.store offset=400 local.get $1 i32.const 0 i32.const 1 @@ -30502,7 +30454,7 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store offset=452 + i32.store offset=404 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -30510,7 +30462,7 @@ local.get $1 call $~lib/array/Array<~lib/array/Array>#flat local.tee $0 - i32.store offset=456 + i32.store offset=408 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -30565,11 +30517,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=460 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.load offset=4 - i32.store offset=464 + i32.store offset=412 local.get $1 i32.const 0 i32.const 1 @@ -30604,7 +30552,7 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store offset=468 + i32.store offset=416 global.get $~lib/memory/__stack_pointer local.set $7 global.get $~lib/memory/__stack_pointer @@ -30768,7 +30716,7 @@ global.set $~lib/memory/__stack_pointer local.get $7 local.get $11 - i32.store offset=472 + i32.store offset=420 global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 2 @@ -30776,7 +30724,7 @@ i32.const 15792 call $~lib/rt/__newArray local.tee $0 - i32.store offset=476 + i32.store offset=424 global.get $~lib/memory/__stack_pointer local.get $11 i32.store @@ -30805,7 +30753,7 @@ if global.get $~lib/memory/__stack_pointer local.get $11 - i32.store offset=52 + i32.store offset=48 local.get $11 local.get $2 call $~lib/array/Array#__get @@ -30815,7 +30763,7 @@ i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=52 + i32.store offset=48 local.get $0 local.get $2 call $~lib/array/Array#__get @@ -30851,11 +30799,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=480 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.load offset=4 - i32.store offset=484 + i32.store offset=428 local.get $1 i32.const 0 i32.const 0 @@ -30874,7 +30818,7 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store offset=488 + i32.store offset=432 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 @@ -30903,11 +30847,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=492 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.load offset=4 - i32.store offset=496 + i32.store offset=436 local.get $1 i32.const 0 i32.const 1 @@ -30926,7 +30866,7 @@ call $~lib/array/Array#__set local.get $0 local.get $1 - i32.store offset=500 + i32.store offset=440 global.get $~lib/memory/__stack_pointer local.set $0 global.get $~lib/memory/__stack_pointer @@ -30934,7 +30874,7 @@ i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 15984 - i32.store offset=52 + i32.store offset=48 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -31038,7 +30978,7 @@ local.get $7 call $~lib/array/Array<~lib/array/Array>#flat local.tee $0 - i32.store offset=504 + i32.store offset=444 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -31160,7 +31100,7 @@ i32.add global.set $~lib/rt/itcms/threshold global.get $~lib/memory/__stack_pointer - i32.const 508 + i32.const 448 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/std/arraybuffer.debug.wat b/tests/compiler/std/arraybuffer.debug.wat index 4c4d8cdc3e..79b69d7b74 100644 --- a/tests/compiler/std/arraybuffer.debug.wat +++ b/tests/compiler/std/arraybuffer.debug.wat @@ -3372,7 +3372,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -3406,11 +3405,11 @@ local.tee $0 i32.store local.get $0 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 8 i32.eq @@ -3425,22 +3424,22 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 i32.const 0 i32.const 1073741820 call $~lib/arraybuffer/ArrayBuffer#slice local.tee $1 i32.store offset=8 local.get $1 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 8 i32.eq @@ -3467,22 +3466,22 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 i32.const 1 i32.const 1073741820 call $~lib/arraybuffer/ArrayBuffer#slice local.tee $1 i32.store offset=8 local.get $1 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 7 i32.eq @@ -3497,22 +3496,22 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 i32.const -1 i32.const 1073741820 call $~lib/arraybuffer/ArrayBuffer#slice local.tee $1 i32.store offset=8 local.get $1 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 1 i32.eq @@ -3527,22 +3526,22 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 i32.const 1 i32.const 3 call $~lib/arraybuffer/ArrayBuffer#slice local.tee $1 i32.store offset=8 local.get $1 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 2 i32.eq @@ -3557,22 +3556,22 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 i32.const 1 i32.const -1 call $~lib/arraybuffer/ArrayBuffer#slice local.tee $1 i32.store offset=8 local.get $1 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 6 i32.eq @@ -3587,22 +3586,22 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 i32.const -3 i32.const -1 call $~lib/arraybuffer/ArrayBuffer#slice local.tee $1 i32.store offset=8 local.get $1 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 2 i32.eq @@ -3617,22 +3616,22 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 i32.const -4 i32.const 42 call $~lib/arraybuffer/ArrayBuffer#slice local.tee $1 i32.store offset=8 local.get $1 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 4 i32.eq @@ -3647,22 +3646,22 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 i32.const 42 i32.const 1073741820 call $~lib/arraybuffer/ArrayBuffer#slice local.tee $1 i32.store offset=8 local.get $1 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 call $~lib/arraybuffer/ArrayBuffer#get:byteLength i32.const 0 i32.eq @@ -3770,11 +3769,11 @@ i32.const 4 i32.const 608 call $~lib/rt/__newArray - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 call $~lib/arraybuffer/ArrayBuffer.isView<~lib/array/Array> i32.eqz i32.eqz @@ -3787,11 +3786,11 @@ unreachable end local.get $2 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 call $~lib/arraybuffer/ArrayBuffer.isView<~lib/typedarray/Uint8Array> i32.eqz if @@ -3805,11 +3804,11 @@ i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#constructor - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 call $~lib/arraybuffer/ArrayBuffer.isView<~lib/typedarray/Int32Array> i32.eqz if @@ -3822,27 +3821,27 @@ end i32.const 0 local.get $2 - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=20 - local.get $5 + local.get $4 call $~lib/arraybuffer/ArrayBufferView#get:buffer - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=16 - local.get $5 + local.get $4 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/dataview/DataView#constructor@varargs - local.set $5 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $5 + local.get $4 i32.store offset=4 - local.get $5 + local.get $4 call $~lib/arraybuffer/ArrayBuffer.isView<~lib/dataview/DataView> i32.eqz if diff --git a/tests/compiler/std/date.debug.wat b/tests/compiler/std/date.debug.wat index dd23468444..c06e79635e 100644 --- a/tests/compiler/std/date.debug.wat +++ b/tests/compiler/std/date.debug.wat @@ -7189,33 +7189,32 @@ ) (func $~lib/string/String#split (param $this i32) (param $separator i32) (param $limit i32) (result i32) (local $3 i32) - (local $4 i32) (local $length i32) (local $sepLen i32) + (local $6 i32) (local $7 i32) - (local $8 i32) (local $result i32) (local $resultStart i32) (local $i i32) (local $charStr i32) + (local $result|12 i32) (local $result|13 i32) - (local $result|14 i32) (local $end i32) (local $start i32) - (local $i|17 i32) + (local $i|16 i32) (local $len i32) (local $out i32) - (local $len|20 i32) - (local $out|21 i32) - (local $22 i32) + (local $len|19 i32) + (local $out|20 i32) + (local $21 i32) global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 40 + i32.const 36 memory.fill local.get $limit i32.eqz @@ -7225,12 +7224,12 @@ i32.const 6 i32.const 0 call $~lib/rt/__newArray - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $21 return end local.get $separator @@ -7245,38 +7244,33 @@ call $~lib/rt/__newArray local.tee $3 i32.store - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.load offset=4 - local.tee $4 - i32.store offset=4 local.get $3 i32.const 0 local.get $this call $~lib/array/Array<~lib/string/String>#__set local.get $3 - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $21 return end local.get $this - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 call $~lib/string/String#get:length local.set $length local.get $separator - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 call $~lib/string/String#get:length local.set $sepLen local.get $limit @@ -7297,20 +7291,20 @@ i32.const 6 i32.const 0 call $~lib/rt/__newArray - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $21 return end local.get $length - local.tee $7 + local.tee $6 local.get $limit - local.tee $8 + local.tee $7 + local.get $6 local.get $7 - local.get $8 i32.lt_s select local.set $length @@ -7321,13 +7315,13 @@ i32.const 0 call $~lib/rt/__newArray local.tee $result - i32.store offset=12 + i32.store offset=8 local.get $result - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 call $~lib/array/Array<~lib/string/String>#get:dataStart local.set $resultStart i32.const 0 @@ -7342,7 +7336,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $charStr - i32.store offset=16 + i32.store offset=12 local.get $charStr local.get $this local.get $i @@ -7370,12 +7364,12 @@ end end local.get $result - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $21 return else local.get $length @@ -7387,24 +7381,24 @@ i32.const 6 i32.const 0 call $~lib/rt/__newArray - local.tee $result|13 - i32.store offset=20 - local.get $result|13 - local.set $22 + local.tee $result|12 + i32.store offset=16 + local.get $result|12 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 call $~lib/array/Array<~lib/string/String>#get:dataStart i32.const 2432 i32.store - local.get $result|13 - local.set $22 + local.get $result|12 + local.set $21 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $21 return end end @@ -7414,27 +7408,27 @@ i32.const 6 i32.const 0 call $~lib/rt/__newArray - local.tee $result|14 - i32.store offset=24 + local.tee $result|13 + i32.store offset=20 i32.const 0 local.set $end i32.const 0 local.set $start i32.const 0 - local.set $i|17 + local.set $i|16 loop $while-continue|1 local.get $this - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 local.get $separator - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 + local.get $21 + i32.store offset=24 + local.get $21 local.get $start call $~lib/string/String#indexOf local.tee $end @@ -7456,7 +7450,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store offset=32 + i32.store offset=28 local.get $out local.get $this local.get $start @@ -7467,50 +7461,50 @@ i32.const 1 i32.shl memory.copy - local.get $result|14 - local.set $22 + local.get $result|13 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 local.get $out - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 + local.get $21 + i32.store offset=24 + local.get $21 call $~lib/array/Array<~lib/string/String>#push drop else - local.get $result|14 - local.set $22 + local.get $result|13 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 i32.const 2432 - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 + local.get $21 + i32.store offset=24 + local.get $21 call $~lib/array/Array<~lib/string/String>#push drop end - local.get $i|17 + local.get $i|16 i32.const 1 i32.add - local.tee $i|17 + local.tee $i|16 local.get $limit i32.eq if - local.get $result|14 - local.set $22 + local.get $result|13 + local.set $21 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $21 return end local.get $end @@ -7523,92 +7517,92 @@ local.get $start i32.eqz if - local.get $result|14 - local.set $22 + local.get $result|13 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 local.get $this - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 + local.get $21 + i32.store offset=24 + local.get $21 call $~lib/array/Array<~lib/string/String>#push drop - local.get $result|14 - local.set $22 + local.get $result|13 + local.set $21 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $21 return end local.get $length local.get $start i32.sub - local.set $len|20 - local.get $len|20 + local.set $len|19 + local.get $len|19 i32.const 0 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $len|20 + local.get $len|19 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $out|21 - i32.store offset=36 - local.get $out|21 + local.tee $out|20 + i32.store offset=32 + local.get $out|20 local.get $this local.get $start i32.const 1 i32.shl i32.add - local.get $len|20 + local.get $len|19 i32.const 1 i32.shl memory.copy - local.get $result|14 - local.set $22 + local.get $result|13 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 - local.get $out|21 - local.set $22 + local.get $21 + i32.store offset=4 + local.get $21 + local.get $out|20 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 + local.get $21 + i32.store offset=24 + local.get $21 call $~lib/array/Array<~lib/string/String>#push drop else - local.get $result|14 - local.set $22 + local.get $result|13 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 i32.const 2432 - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 + local.get $21 + i32.store offset=24 + local.get $21 call $~lib/array/Array<~lib/string/String>#push drop end - local.get $result|14 - local.set $22 + local.get $result|13 + local.set $21 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $21 return ) (func $~lib/string/String#split@varargs (param $this i32) (param $separator i32) (param $limit i32) (result i32) diff --git a/tests/compiler/std/date.release.wat b/tests/compiler/std/date.release.wat index 2ae40dbb48..2fc2eff478 100644 --- a/tests/compiler/std/date.release.wat +++ b/tests/compiler/std/date.release.wat @@ -5624,11 +5624,11 @@ (local $9 i32) (local $10 i32) global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner3 - block $folding-inner2 + block $folding-inner4 + block $folding-inner3 block $folding-inner1 block $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -5637,7 +5637,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 40 + i32.const 36 memory.fill local.get $2 i32.eqz @@ -5651,10 +5651,6 @@ local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 - i32.load offset=4 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -5697,71 +5693,71 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $folding-inner2 + br $folding-inner4 end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 20 i32.sub i32.load offset=16 i32.const 1 i32.shr_u - local.set $8 + local.set $6 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=8 + i32.store offset=4 i32.const 2147483647 local.get $2 local.get $2 i32.const 0 i32.lt_s select - local.set $2 + local.set $8 local.get $1 i32.const 20 i32.sub i32.load offset=16 i32.const 1 i32.shr_u - local.tee $5 + local.tee $4 if - local.get $8 + local.get $6 i32.eqz if global.get $~lib/memory/__stack_pointer i32.const 1 call $~lib/rt/__newArray local.tee $2 - i32.store offset=20 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=8 + i32.store offset=4 local.get $2 i32.load offset=4 i32.const 3456 i32.store - br $folding-inner2 + br $folding-inner4 end else - local.get $8 + local.get $6 i32.eqz br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.get $6 local.get $8 - local.get $2 - local.get $2 + local.get $6 local.get $8 - i32.gt_s + i32.lt_s select local.tee $3 call $~lib/rt/__newArray local.tee $2 - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=8 + i32.store offset=4 local.get $2 i32.load offset=4 local.set $4 @@ -5777,7 +5773,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $5 - i32.store offset=16 + i32.store offset=12 local.get $5 local.get $0 local.get $1 @@ -5804,29 +5800,29 @@ br $for-loop|0 end end - br $folding-inner2 + br $folding-inner4 end global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/rt/__newArray - local.tee $9 - i32.store offset=24 + local.tee $2 + i32.store offset=20 loop $while-continue|1 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=28 + i32.store offset=24 local.get $0 local.get $1 local.get $3 call $~lib/string/String#indexOf - local.tee $6 + local.tee $9 i32.const -1 i32.xor if - local.get $6 + local.get $9 local.get $3 i32.sub local.tee $7 @@ -5837,48 +5833,48 @@ local.get $7 i32.const 1 i32.shl - local.tee $7 + local.tee $10 i32.const 2 call $~lib/rt/itcms/__new - local.tee $10 - i32.store offset=32 - local.get $10 + local.tee $7 + i32.store offset=28 + local.get $7 local.get $0 local.get $3 i32.const 1 i32.shl i32.add - local.get $7 + local.get $10 memory.copy global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=8 + local.get $2 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=28 - local.get $9 - local.get $10 + local.get $7 + i32.store offset=24 + local.get $2 + local.get $7 call $~lib/array/Array<~lib/string/String>#push else global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=8 + local.get $2 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3456 - i32.store offset=28 - local.get $9 + i32.store offset=24 + local.get $2 i32.const 3456 call $~lib/array/Array<~lib/string/String>#push end - local.get $4 + local.get $5 i32.const 1 i32.add - local.tee $4 - local.get $2 + local.tee $5 + local.get $8 i32.eq br_if $folding-inner3 - local.get $5 - local.get $6 + local.get $4 + local.get $9 i32.add local.set $3 br $while-continue|1 @@ -5888,17 +5884,17 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=8 + local.get $2 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=28 - local.get $9 + i32.store offset=24 + local.get $2 local.get $0 call $~lib/array/Array<~lib/string/String>#push br $folding-inner3 end - local.get $8 + local.get $6 local.get $3 i32.sub local.tee $1 @@ -5912,9 +5908,9 @@ local.tee $1 i32.const 2 call $~lib/rt/itcms/__new - local.tee $2 - i32.store offset=36 - local.get $2 + local.tee $4 + i32.store offset=32 + local.get $4 local.get $0 local.get $3 i32.const 1 @@ -5923,31 +5919,26 @@ local.get $1 memory.copy global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=28 - local.get $9 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=24 local.get $2 + local.get $4 call $~lib/array/Array<~lib/string/String>#push else global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=8 + local.get $2 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3456 - i32.store offset=28 - local.get $9 + i32.store offset=24 + local.get $2 i32.const 3456 call $~lib/array/Array<~lib/string/String>#push end - global.get $~lib/memory/__stack_pointer - i32.const 40 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $9 - return + br $folding-inner4 end i32.const 41264 i32.const 41312 @@ -5959,19 +5950,20 @@ i32.const 0 call $~lib/rt/__newArray local.set $2 + br $folding-inner4 end global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer local.get $2 return end global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $9 + local.get $2 ) (func $~lib/string/String#split@varargs (param $0 i32) (param $1 i32) (result i32) (local $2 i32) diff --git a/tests/compiler/std/static-array.debug.wat b/tests/compiler/std/static-array.debug.wat index 6beb21bf28..7ab6891f98 100644 --- a/tests/compiler/std/static-array.debug.wat +++ b/tests/compiler/std/static-array.debug.wat @@ -3322,10 +3322,6 @@ (local $2 i32) (local $3 i32) (local $4 i32) - (local $5 i32) - (local $6 i32) - (local $7 i32) - (local $8 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3335,11 +3331,11 @@ i32.const 0 i32.store global.get $std/static-array/i - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -3353,11 +3349,11 @@ unreachable end global.get $std/static-array/i - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 i32.const 0 call $~lib/array/Array#__get i32.const 1 @@ -3372,11 +3368,11 @@ unreachable end global.get $std/static-array/i - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 i32.const 1 call $~lib/array/Array#__get i32.const 2 @@ -3408,20 +3404,20 @@ call $~lib/rt/itcms/initLazy global.set $~lib/rt/itcms/fromSpace global.get $std/static-array/i - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 i32.const 0 i32.const 2 call $~lib/array/Array#__set global.get $std/static-array/i - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 i32.const 0 call $~lib/array/Array#__get i32.const 2 @@ -3436,11 +3432,11 @@ unreachable end global.get $std/static-array/I - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -3454,11 +3450,11 @@ unreachable end global.get $std/static-array/I - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 i32.const 0 call $~lib/array/Array#__get i64.const 3 @@ -3473,11 +3469,11 @@ unreachable end global.get $std/static-array/I - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 i32.const 1 call $~lib/array/Array#__get i64.const 4 @@ -3492,20 +3488,20 @@ unreachable end global.get $std/static-array/I - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 i32.const 0 i64.const 4 call $~lib/array/Array#__set global.get $std/static-array/I - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 i32.const 0 call $~lib/array/Array#__get i64.const 4 @@ -3520,11 +3516,11 @@ unreachable end global.get $std/static-array/f - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -3538,11 +3534,11 @@ unreachable end global.get $std/static-array/f - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 i32.const 0 call $~lib/array/Array#__get f32.const 1.5 @@ -3557,11 +3553,11 @@ unreachable end global.get $std/static-array/f - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 i32.const 1 call $~lib/array/Array#__get f32.const 2.5 @@ -3576,20 +3572,20 @@ unreachable end global.get $std/static-array/f - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 i32.const 0 f32.const 2.5 call $~lib/array/Array#__set global.get $std/static-array/f - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 i32.const 0 call $~lib/array/Array#__get f32.const 2.5 @@ -3604,11 +3600,11 @@ unreachable end global.get $std/static-array/F - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -3622,11 +3618,11 @@ unreachable end global.get $std/static-array/F - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 i32.const 0 call $~lib/array/Array#__get f64.const 1.25 @@ -3641,11 +3637,11 @@ unreachable end global.get $std/static-array/F - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 i32.const 1 call $~lib/array/Array#__get f64.const 2.25 @@ -3660,20 +3656,20 @@ unreachable end global.get $std/static-array/F - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 i32.const 0 f64.const 2.25 call $~lib/array/Array#__set global.get $std/static-array/F - local.set $8 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $4 i32.store - local.get $8 + local.get $4 i32.const 0 call $~lib/array/Array#__get f64.const 2.25 diff --git a/tests/compiler/std/staticarray.debug.wat b/tests/compiler/std/staticarray.debug.wat index 2f10a71907..d05a08308f 100644 --- a/tests/compiler/std/staticarray.debug.wat +++ b/tests/compiler/std/staticarray.debug.wat @@ -7567,10 +7567,6 @@ (local $50 i32) (local $51 i32) (local $52 i32) - (local $53 i32) - (local $54 i32) - (local $55 i32) - (local $56 i32) global.get $~lib/memory/__stack_pointer i32.const 108 i32.sub @@ -7581,11 +7577,11 @@ i32.const 108 memory.fill global.get $std/staticarray/arr1 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 2 @@ -7600,11 +7596,11 @@ unreachable end global.get $std/staticarray/arr1 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#get:length i32.const 3 i32.eq @@ -7618,20 +7614,20 @@ unreachable end global.get $std/staticarray/arr1 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 i32.const 4 call $~lib/staticarray/StaticArray#__set global.get $std/staticarray/arr1 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 4 @@ -7661,11 +7657,11 @@ unreachable end global.get $std/staticarray/arr2 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 2 @@ -7680,11 +7676,11 @@ unreachable end global.get $std/staticarray/arr2 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#get:length i32.const 3 i32.eq @@ -7698,20 +7694,20 @@ unreachable end global.get $std/staticarray/arr2 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 i32.const 4 call $~lib/staticarray/StaticArray#__set global.get $std/staticarray/arr2 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 4 @@ -7745,11 +7741,11 @@ call $std/staticarray/test global.set $std/staticarray/arr3 global.get $std/staticarray/arr3 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 0 call $~lib/staticarray/StaticArray#__get i32.const 5 @@ -7764,11 +7760,11 @@ unreachable end global.get $std/staticarray/arr3 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 6 @@ -7783,11 +7779,11 @@ unreachable end global.get $std/staticarray/arr3 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2 call $~lib/staticarray/StaticArray#__get i32.const 7 @@ -7802,11 +7798,11 @@ unreachable end global.get $std/staticarray/arr3 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#get:length i32.const 3 i32.eq @@ -7820,20 +7816,20 @@ unreachable end global.get $std/staticarray/arr3 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 i32.const 8 call $~lib/staticarray/StaticArray#__set global.get $std/staticarray/arr3 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 8 @@ -7850,11 +7846,11 @@ call $std/staticarray/test global.set $std/staticarray/arr3 global.get $std/staticarray/arr3 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 6 @@ -7898,11 +7894,11 @@ local.tee $3 i32.store offset=8 local.get $3 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#get:length i32.const 3 i32.eq @@ -7920,20 +7916,20 @@ loop $for-loop|0 local.get $4 local.get $3 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#get:length i32.lt_s if local.get $3 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 local.get $4 call $~lib/staticarray/StaticArray#__get i32.const 0 @@ -7960,31 +7956,31 @@ i32.const 7 i32.const 704 call $~lib/rt/__newArray - local.tee $7 + local.tee $6 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $7 - local.set $56 + local.get $6 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray.fromArray - local.tee $8 + local.tee $7 i32.store offset=16 - local.get $8 - local.set $56 + local.get $7 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#get:length - local.get $7 - local.set $56 + local.get $6 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/array/Array#get:length i32.eq i32.eqz @@ -7997,33 +7993,33 @@ unreachable end i32.const 0 - local.set $9 + local.set $8 loop $for-loop|1 - local.get $9 - local.get $7 - local.set $56 + local.get $8 + local.get $6 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/array/Array#get:length i32.lt_s if - local.get $8 - local.set $56 + local.get $7 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 - local.get $9 + local.get $52 + local.get $8 call $~lib/staticarray/StaticArray#__get - local.get $7 - local.set $56 + local.get $6 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 - local.get $9 + local.get $52 + local.get $8 call $~lib/array/Array#__get i32.eq i32.eqz @@ -8035,10 +8031,10 @@ call $~lib/builtins/abort unreachable end - local.get $9 + local.get $8 i32.const 1 i32.add - local.set $9 + local.set $8 br $for-loop|1 end end @@ -8048,20 +8044,20 @@ i32.const 7 i32.const 800 call $~lib/rt/__newArray - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray.fromArray - local.tee $8 + local.tee $7 i32.store offset=16 - local.get $8 - local.set $56 + local.get $7 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#get:length i32.const 0 i32.eq @@ -8079,33 +8075,33 @@ i32.const 4 i32.const 832 call $~lib/rt/__newBuffer - local.tee $13 + local.tee $11 i32.store offset=20 global.get $~lib/memory/__stack_pointer - local.get $13 - local.set $56 + local.get $11 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 4 i32.const 4 i32.const 864 call $~lib/rt/__newBuffer - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#concat<~lib/staticarray/StaticArray> - local.tee $15 + local.tee $13 i32.store offset=28 - local.get $15 - local.set $56 + local.get $13 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#get:length i32.const 3 i32.eq @@ -8119,37 +8115,37 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $13 - local.set $56 + local.get $11 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 0 i32.const 4 i32.const 896 call $~lib/rt/__newBuffer - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#concat<~lib/staticarray/StaticArray> - local.tee $15 + local.tee $13 i32.store offset=28 - local.get $15 - local.set $56 + local.get $13 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#get:length - local.get $13 - local.set $56 + local.get $11 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#get:length i32.eq i32.eqz @@ -8166,33 +8162,33 @@ i32.const 8 i32.const 992 call $~lib/rt/__newBuffer - local.tee $18 + local.tee $16 i32.store offset=32 global.get $~lib/memory/__stack_pointer - local.get $18 - local.set $56 + local.get $16 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 4 i32.const 8 i32.const 1056 call $~lib/rt/__newBuffer - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#concat<~lib/staticarray/StaticArray<~lib/string/String>> - local.tee $20 + local.tee $18 i32.store offset=36 - local.get $20 - local.set $56 + local.get $18 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 3 i32.eq @@ -8210,35 +8206,35 @@ i32.const 8 i32.const 1264 call $~lib/rt/__newBuffer - local.tee $22 + local.tee $20 i32.store offset=40 global.get $~lib/memory/__stack_pointer - local.get $22 - local.set $56 + local.get $20 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 0 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs - local.tee $23 + local.tee $21 i32.store offset=44 - local.get $23 - local.set $56 + local.get $21 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length - local.get $22 - local.set $56 + local.get $20 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.eq i32.eqz @@ -8251,44 +8247,44 @@ unreachable end i32.const 0 - local.set $24 + local.set $22 loop $for-loop|2 - local.get $24 local.get $22 - local.set $56 + local.get $20 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.lt_s if - local.get $22 - local.set $56 + local.get $20 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=48 - local.get $56 - local.get $24 + local.get $52 + local.get $22 call $~lib/staticarray/StaticArray<~lib/string/String>#__get - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 - local.get $23 - local.set $56 + local.get $52 + local.get $21 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=48 - local.get $56 - local.get $24 + local.get $52 + local.get $22 call $~lib/staticarray/StaticArray<~lib/string/String>#__get - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -8299,31 +8295,31 @@ call $~lib/builtins/abort unreachable end - local.get $24 + local.get $22 i32.const 1 i32.add - local.set $24 + local.set $22 br $for-loop|2 end end global.get $~lib/memory/__stack_pointer - local.get $22 - local.set $56 + local.get $20 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 i32.const 3 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> - local.tee $23 + local.tee $21 i32.store offset=44 - local.get $23 - local.set $56 + local.get $21 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 2 i32.eq @@ -8336,25 +8332,25 @@ call $~lib/builtins/abort unreachable end - local.get $23 - local.set $56 + local.get $21 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=48 - local.get $56 + local.get $52 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1120 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -8365,25 +8361,25 @@ call $~lib/builtins/abort unreachable end - local.get $23 - local.set $56 + local.get $21 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=48 - local.get $56 + local.get $52 i32.const 1 call $~lib/staticarray/StaticArray<~lib/string/String>#__get - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1152 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -8395,32 +8391,32 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $22 - local.set $56 + local.get $20 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs - local.tee $23 + local.tee $21 i32.store offset=44 - local.get $23 - local.set $56 + local.get $21 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length - local.get $22 - local.set $56 + local.get $20 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 1 i32.sub @@ -8435,30 +8431,30 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $22 - local.set $56 + local.get $20 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 0 i32.const 50 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> - local.tee $23 + local.tee $21 i32.store offset=44 - local.get $23 - local.set $56 + local.get $21 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length - local.get $22 - local.set $56 + local.get $20 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.eq i32.eqz @@ -8471,25 +8467,25 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $22 - local.set $56 + local.get $20 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 100 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs - local.tee $23 + local.tee $21 i32.store offset=44 - local.get $23 - local.set $56 + local.get $21 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 0 i32.eq @@ -8503,25 +8499,25 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $22 - local.set $56 + local.get $20 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const -1 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>>@varargs - local.tee $23 + local.tee $21 i32.store offset=44 - local.get $23 - local.set $56 + local.get $21 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 1 i32.eq @@ -8534,25 +8530,25 @@ call $~lib/builtins/abort unreachable end - local.get $23 - local.set $56 + local.get $21 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=48 - local.get $56 + local.get $52 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1216 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -8564,23 +8560,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $22 - local.set $56 + local.get $20 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const -2 i32.const -2 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> - local.tee $23 + local.tee $21 i32.store offset=44 - local.get $23 - local.set $56 + local.get $21 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 0 i32.eq @@ -8594,23 +8590,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $22 - local.set $56 + local.get $20 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2 i32.const -2 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> - local.tee $23 + local.tee $21 i32.store offset=44 - local.get $23 - local.set $56 + local.get $21 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 1 i32.eq @@ -8623,25 +8619,25 @@ call $~lib/builtins/abort unreachable end - local.get $23 - local.set $56 + local.get $21 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=48 - local.get $56 + local.get $52 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1152 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -8657,41 +8653,41 @@ i32.const 8 i32.const 1440 call $~lib/rt/__newBuffer - local.tee $26 + local.tee $24 i32.store offset=52 global.get $~lib/memory/__stack_pointer - local.get $26 - local.set $56 + local.get $24 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 0 i32.const 2 i32.const 9 i32.const 1488 call $~lib/rt/__newArray - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#concat<~lib/array/Array<~lib/string/String>> - local.tee $29 + local.tee $26 i32.store offset=56 - local.get $29 - local.set $56 + local.get $26 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length - local.get $26 - local.set $56 + local.get $24 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.eq i32.eqz @@ -8706,38 +8702,38 @@ i32.const 1 drop global.get $~lib/memory/__stack_pointer - local.get $26 - local.set $56 + local.get $24 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 i32.const 2 i32.const 9 i32.const 1552 call $~lib/rt/__newArray - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#concat<~lib/array/Array<~lib/string/String>> - local.tee $29 + local.tee $26 i32.store offset=56 - local.get $29 - local.set $56 + local.get $26 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length - local.get $26 - local.set $56 + local.get $24 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#get:length i32.const 1 i32.add @@ -8758,20 +8754,20 @@ i32.const 8 i32.const 1584 call $~lib/rt/__newBuffer - local.tee $33 + local.tee $29 i32.store offset=60 - local.get $33 - local.set $56 + local.get $29 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1120 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#includes i32.const 1 @@ -8785,18 +8781,18 @@ call $~lib/builtins/abort unreachable end - local.get $33 - local.set $56 + local.get $29 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1520 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#includes i32.const 0 @@ -8810,18 +8806,18 @@ call $~lib/builtins/abort unreachable end - local.get $33 - local.set $56 + local.get $29 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1216 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 i32.const 5 call $~lib/staticarray/StaticArray<~lib/string/String>#includes i32.const 0 @@ -8835,18 +8831,18 @@ call $~lib/builtins/abort unreachable end - local.get $33 - local.set $56 + local.get $29 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1216 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 i32.const -1 call $~lib/staticarray/StaticArray<~lib/string/String>#includes i32.const 1 @@ -8864,11 +8860,11 @@ i32.const 10 i32.const 1632 call $~lib/rt/__newBuffer - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 f64.const nan:0x8000000000000 i32.const 0 call $~lib/staticarray/StaticArray#includes @@ -8887,11 +8883,11 @@ i32.const 11 i32.const 1664 call $~lib/rt/__newBuffer - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 f32.const nan:0x400000 i32.const 0 call $~lib/staticarray/StaticArray#includes @@ -8911,14 +8907,14 @@ i32.const 4 i32.const 1696 call $~lib/rt/__newBuffer - local.tee $37 + local.tee $33 i32.store offset=64 - local.get $37 - local.set $56 + local.get $33 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2 i32.const 0 call $~lib/staticarray/StaticArray#indexOf @@ -8933,12 +8929,12 @@ call $~lib/builtins/abort unreachable end - local.get $37 - local.set $56 + local.get $33 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 7 i32.const 0 call $~lib/staticarray/StaticArray#indexOf @@ -8953,12 +8949,12 @@ call $~lib/builtins/abort unreachable end - local.get $37 - local.set $56 + local.get $33 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 9 i32.const 2 call $~lib/staticarray/StaticArray#indexOf @@ -8973,12 +8969,12 @@ call $~lib/builtins/abort unreachable end - local.get $37 - local.set $56 + local.get $33 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2 i32.const -1 call $~lib/staticarray/StaticArray#indexOf @@ -8993,12 +8989,12 @@ call $~lib/builtins/abort unreachable end - local.get $37 - local.set $56 + local.get $33 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2 i32.const -3 call $~lib/staticarray/StaticArray#indexOf @@ -9018,14 +9014,14 @@ i32.const 4 i32.const 1728 call $~lib/rt/__newBuffer - local.tee $39 + local.tee $35 i32.store offset=68 - local.get $39 - local.set $56 + local.get $35 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2 i32.const 1 global.set $~argumentsLength @@ -9042,12 +9038,12 @@ call $~lib/builtins/abort unreachable end - local.get $39 - local.set $56 + local.get $35 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 7 i32.const 1 global.set $~argumentsLength @@ -9064,12 +9060,12 @@ call $~lib/builtins/abort unreachable end - local.get $39 - local.set $56 + local.get $35 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2 i32.const 3 call $~lib/staticarray/StaticArray#lastIndexOf @@ -9084,12 +9080,12 @@ call $~lib/builtins/abort unreachable end - local.get $39 - local.set $56 + local.get $35 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2 i32.const 2 call $~lib/staticarray/StaticArray#lastIndexOf @@ -9104,12 +9100,12 @@ call $~lib/builtins/abort unreachable end - local.get $39 - local.set $56 + local.get $35 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2 i32.const -2 call $~lib/staticarray/StaticArray#lastIndexOf @@ -9124,12 +9120,12 @@ call $~lib/builtins/abort unreachable end - local.get $39 - local.set $56 + local.get $35 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2 i32.const -1 call $~lib/staticarray/StaticArray#lastIndexOf @@ -9149,32 +9145,32 @@ i32.const 8 i32.const 1872 call $~lib/rt/__newBuffer - local.tee $41 + local.tee $37 i32.store offset=72 - local.get $41 - local.set $56 + local.get $37 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=48 - local.get $56 + local.get $52 i32.const 1936 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=76 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#join - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1968 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -9185,30 +9181,30 @@ call $~lib/builtins/abort unreachable end - local.get $41 - local.set $56 + local.get $37 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=48 - local.get $56 + local.get $52 i32.const 1904 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=76 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#join - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2016 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -9219,30 +9215,30 @@ call $~lib/builtins/abort unreachable end - local.get $41 - local.set $56 + local.get $37 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=48 - local.get $56 + local.get $52 i32.const 2064 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=76 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#join - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2096 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -9253,30 +9249,30 @@ call $~lib/builtins/abort unreachable end - local.get $41 - local.set $56 + local.get $37 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=48 - local.get $56 + local.get $52 i32.const 2144 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=76 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#join - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2176 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -9287,36 +9283,36 @@ call $~lib/builtins/abort unreachable end - local.get $41 - local.set $56 + local.get $37 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=48 - local.get $56 + local.get $52 i32.const 1936 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=76 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#join - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 - local.get $41 - local.set $56 + local.get $52 + local.get $37 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=48 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#toString - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -9332,14 +9328,14 @@ i32.const 4 i32.const 2240 call $~lib/rt/__newBuffer - local.tee $43 + local.tee $39 i32.store offset=80 - local.get $43 - local.set $56 + local.get $39 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 i32.const 1 i32.const 2 @@ -9347,12 +9343,12 @@ i32.const 0 call $~lib/staticarray/StaticArray#fill@varargs drop - local.get $43 - local.set $56 + local.get $39 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 0 call $~lib/staticarray/StaticArray#__get i32.const 0 @@ -9366,12 +9362,12 @@ call $~lib/builtins/abort unreachable end - local.get $43 - local.set $56 + local.get $39 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 1 @@ -9390,22 +9386,22 @@ i32.const 4 i32.const 2272 call $~lib/rt/__newBuffer - local.tee $45 + local.tee $41 i32.store offset=84 - local.get $45 - local.set $56 + local.get $41 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#reverse drop - local.get $45 - local.set $56 + local.get $41 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 0 call $~lib/staticarray/StaticArray#__get i32.const 3 @@ -9419,12 +9415,12 @@ call $~lib/builtins/abort unreachable end - local.get $45 - local.set $56 + local.get $41 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 2 @@ -9438,12 +9434,12 @@ call $~lib/builtins/abort unreachable end - local.get $45 - local.set $56 + local.get $41 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2 call $~lib/staticarray/StaticArray#__get i32.const 1 @@ -9462,14 +9458,14 @@ i32.const 4 i32.const 2304 call $~lib/rt/__newBuffer - local.tee $47 + local.tee $43 i32.store offset=88 - local.get $47 - local.set $56 + local.get $43 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 0 i32.const 3 i32.const 2 @@ -9477,12 +9473,12 @@ i32.const 0 call $~lib/staticarray/StaticArray#copyWithin@varargs drop - local.get $47 - local.set $56 + local.get $43 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 0 call $~lib/staticarray/StaticArray#__get i32.const 4 @@ -9496,12 +9492,12 @@ call $~lib/builtins/abort unreachable end - local.get $47 - local.set $56 + local.get $43 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 5 @@ -9515,12 +9511,12 @@ call $~lib/builtins/abort unreachable end - local.get $47 - local.set $56 + local.get $43 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2 call $~lib/staticarray/StaticArray#__get i32.const 3 @@ -9534,12 +9530,12 @@ call $~lib/builtins/abort unreachable end - local.get $47 - local.set $56 + local.get $43 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 3 call $~lib/staticarray/StaticArray#__get i32.const 4 @@ -9553,12 +9549,12 @@ call $~lib/builtins/abort unreachable end - local.get $47 - local.set $56 + local.get $43 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 4 call $~lib/staticarray/StaticArray#__get i32.const 5 @@ -9577,30 +9573,30 @@ i32.const 4 i32.const 2352 call $~lib/rt/__newBuffer - local.tee $49 + local.tee $45 i32.store offset=92 global.get $~lib/memory/__stack_pointer - local.get $49 - local.set $56 + local.get $45 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2384 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#map - local.tee $50 + local.tee $46 i32.store offset=96 - local.get $50 - local.set $56 + local.get $46 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 0 call $~lib/array/Array#__get i32.const 2 @@ -9614,12 +9610,12 @@ call $~lib/builtins/abort unreachable end - local.get $50 - local.set $56 + local.get $46 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 call $~lib/array/Array#__get i32.const 3 @@ -9633,12 +9629,12 @@ call $~lib/builtins/abort unreachable end - local.get $50 - local.set $56 + local.get $46 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2 call $~lib/array/Array#__get i32.const 4 @@ -9652,18 +9648,18 @@ call $~lib/builtins/abort unreachable end - local.get $49 - local.set $56 + local.get $45 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2416 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#forEach global.get $std/staticarray/maxVal i32.const 3 @@ -9678,27 +9674,27 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $49 - local.set $56 + local.get $45 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2448 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#filter - local.tee $51 + local.tee $47 i32.store offset=100 - local.get $51 - local.set $56 + local.get $47 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 call $~lib/array/Array#get:length i32.const 2 i32.eq @@ -9711,12 +9707,12 @@ call $~lib/builtins/abort unreachable end - local.get $51 - local.set $56 + local.get $47 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 0 call $~lib/array/Array#__get i32.const 2 @@ -9730,12 +9726,12 @@ call $~lib/builtins/abort unreachable end - local.get $51 - local.set $56 + local.get $47 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 call $~lib/array/Array#__get i32.const 3 @@ -9749,22 +9745,22 @@ call $~lib/builtins/abort unreachable end - local.get $49 - local.set $56 + local.get $45 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2480 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 i32.const 0 call $~lib/staticarray/StaticArray#reduce - local.set $52 - local.get $52 + local.set $48 + local.get $48 i32.const 6 i32.eq i32.eqz @@ -9776,22 +9772,22 @@ call $~lib/builtins/abort unreachable end - local.get $49 - local.set $56 + local.get $45 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2512 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 i32.const 0 call $~lib/staticarray/StaticArray#reduceRight - local.set $53 - local.get $53 + local.set $49 + local.get $49 i32.const 6 i32.eq i32.eqz @@ -9803,18 +9799,18 @@ call $~lib/builtins/abort unreachable end - local.get $49 - local.set $56 + local.get $45 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2544 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#some i32.eqz if @@ -9825,18 +9821,18 @@ call $~lib/builtins/abort unreachable end - local.get $49 - local.set $56 + local.get $45 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2576 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#some i32.eqz i32.eqz @@ -9848,18 +9844,18 @@ call $~lib/builtins/abort unreachable end - local.get $49 - local.set $56 + local.get $45 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2608 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#every i32.eqz if @@ -9870,18 +9866,18 @@ call $~lib/builtins/abort unreachable end - local.get $49 - local.set $56 + local.get $45 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2640 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#every i32.eqz i32.eqz @@ -9893,18 +9889,18 @@ call $~lib/builtins/abort unreachable end - local.get $49 - local.set $56 + local.get $45 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2672 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#findIndex i32.const 1 i32.eq @@ -9917,18 +9913,18 @@ call $~lib/builtins/abort unreachable end - local.get $49 - local.set $56 + local.get $45 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2704 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#findIndex i32.const -1 i32.eq @@ -9941,18 +9937,18 @@ call $~lib/builtins/abort unreachable end - local.get $49 - local.set $56 + local.get $45 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2736 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#findLastIndex i32.const 1 i32.eq @@ -9965,18 +9961,18 @@ call $~lib/builtins/abort unreachable end - local.get $49 - local.set $56 + local.get $45 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2768 - local.set $56 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store offset=24 - local.get $56 + local.get $52 call $~lib/staticarray/StaticArray#findLastIndex i32.const -1 i32.eq @@ -9994,25 +9990,25 @@ i32.const 4 i32.const 2800 call $~lib/rt/__newBuffer - local.tee $55 + local.tee $51 i32.store offset=104 - local.get $55 - local.set $56 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/staticarray/StaticArray#sort@varargs drop - local.get $55 - local.set $56 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 0 call $~lib/staticarray/StaticArray#__get i32.const 0 @@ -10026,12 +10022,12 @@ call $~lib/builtins/abort unreachable end - local.get $55 - local.set $56 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 1 call $~lib/staticarray/StaticArray#__get i32.const 1 @@ -10045,12 +10041,12 @@ call $~lib/builtins/abort unreachable end - local.get $55 - local.set $56 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 2 call $~lib/staticarray/StaticArray#__get i32.const 2 @@ -10064,12 +10060,12 @@ call $~lib/builtins/abort unreachable end - local.get $55 - local.set $56 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $56 + local.get $52 i32.store - local.get $56 + local.get $52 i32.const 3 call $~lib/staticarray/StaticArray#__get i32.const 3 diff --git a/tests/compiler/std/string.debug.wat b/tests/compiler/std/string.debug.wat index 7970a9b62e..957f42687b 100644 --- a/tests/compiler/std/string.debug.wat +++ b/tests/compiler/std/string.debug.wat @@ -11586,33 +11586,32 @@ ) (func $~lib/string/String#split (param $this i32) (param $separator i32) (param $limit i32) (result i32) (local $3 i32) - (local $4 i32) (local $length i32) (local $sepLen i32) + (local $6 i32) (local $7 i32) - (local $8 i32) (local $result i32) (local $resultStart i32) (local $i i32) (local $charStr i32) + (local $result|12 i32) (local $result|13 i32) - (local $result|14 i32) (local $end i32) (local $start i32) - (local $i|17 i32) + (local $i|16 i32) (local $len i32) (local $out i32) - (local $len|20 i32) - (local $out|21 i32) - (local $22 i32) + (local $len|19 i32) + (local $out|20 i32) + (local $21 i32) global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 40 + i32.const 36 memory.fill local.get $limit i32.eqz @@ -11622,12 +11621,12 @@ i32.const 5 i32.const 0 call $~lib/rt/__newArray - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $21 return end local.get $separator @@ -11642,38 +11641,33 @@ call $~lib/rt/__newArray local.tee $3 i32.store - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.load offset=4 - local.tee $4 - i32.store offset=4 local.get $3 i32.const 0 local.get $this call $~lib/array/Array<~lib/string/String>#__set local.get $3 - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $21 return end local.get $this - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 call $~lib/string/String#get:length local.set $length local.get $separator - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 call $~lib/string/String#get:length local.set $sepLen local.get $limit @@ -11694,20 +11688,20 @@ i32.const 5 i32.const 0 call $~lib/rt/__newArray - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $21 return end local.get $length - local.tee $7 + local.tee $6 local.get $limit - local.tee $8 + local.tee $7 + local.get $6 local.get $7 - local.get $8 i32.lt_s select local.set $length @@ -11718,13 +11712,13 @@ i32.const 0 call $~lib/rt/__newArray local.tee $result - i32.store offset=12 + i32.store offset=8 local.get $result - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 call $~lib/array/Array<~lib/string/String>#get:dataStart local.set $resultStart i32.const 0 @@ -11739,7 +11733,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $charStr - i32.store offset=16 + i32.store offset=12 local.get $charStr local.get $this local.get $i @@ -11767,12 +11761,12 @@ end end local.get $result - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $21 return else local.get $length @@ -11784,24 +11778,24 @@ i32.const 5 i32.const 0 call $~lib/rt/__newArray - local.tee $result|13 - i32.store offset=20 - local.get $result|13 - local.set $22 + local.tee $result|12 + i32.store offset=16 + local.get $result|12 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 call $~lib/array/Array<~lib/string/String>#get:dataStart i32.const 688 i32.store - local.get $result|13 - local.set $22 + local.get $result|12 + local.set $21 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $21 return end end @@ -11811,27 +11805,27 @@ i32.const 5 i32.const 0 call $~lib/rt/__newArray - local.tee $result|14 - i32.store offset=24 + local.tee $result|13 + i32.store offset=20 i32.const 0 local.set $end i32.const 0 local.set $start i32.const 0 - local.set $i|17 + local.set $i|16 loop $while-continue|1 local.get $this - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 local.get $separator - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 + local.get $21 + i32.store offset=24 + local.get $21 local.get $start call $~lib/string/String#indexOf local.tee $end @@ -11853,7 +11847,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $out - i32.store offset=32 + i32.store offset=28 local.get $out local.get $this local.get $start @@ -11864,50 +11858,50 @@ i32.const 1 i32.shl memory.copy - local.get $result|14 - local.set $22 + local.get $result|13 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 local.get $out - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 + local.get $21 + i32.store offset=24 + local.get $21 call $~lib/array/Array<~lib/string/String>#push drop else - local.get $result|14 - local.set $22 + local.get $result|13 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 i32.const 688 - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 + local.get $21 + i32.store offset=24 + local.get $21 call $~lib/array/Array<~lib/string/String>#push drop end - local.get $i|17 + local.get $i|16 i32.const 1 i32.add - local.tee $i|17 + local.tee $i|16 local.get $limit i32.eq if - local.get $result|14 - local.set $22 + local.get $result|13 + local.set $21 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $21 return end local.get $end @@ -11920,92 +11914,92 @@ local.get $start i32.eqz if - local.get $result|14 - local.set $22 + local.get $result|13 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 local.get $this - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 + local.get $21 + i32.store offset=24 + local.get $21 call $~lib/array/Array<~lib/string/String>#push drop - local.get $result|14 - local.set $22 + local.get $result|13 + local.set $21 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $21 return end local.get $length local.get $start i32.sub - local.set $len|20 - local.get $len|20 + local.set $len|19 + local.get $len|19 i32.const 0 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $len|20 + local.get $len|19 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $out|21 - i32.store offset=36 - local.get $out|21 + local.tee $out|20 + i32.store offset=32 + local.get $out|20 local.get $this local.get $start i32.const 1 i32.shl i32.add - local.get $len|20 + local.get $len|19 i32.const 1 i32.shl memory.copy - local.get $result|14 - local.set $22 + local.get $result|13 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 - local.get $out|21 - local.set $22 + local.get $21 + i32.store offset=4 + local.get $21 + local.get $out|20 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 + local.get $21 + i32.store offset=24 + local.get $21 call $~lib/array/Array<~lib/string/String>#push drop else - local.get $result|14 - local.set $22 + local.get $result|13 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=8 - local.get $22 + local.get $21 + i32.store offset=4 + local.get $21 i32.const 688 - local.set $22 + local.set $21 global.get $~lib/memory/__stack_pointer - local.get $22 - i32.store offset=28 - local.get $22 + local.get $21 + i32.store offset=24 + local.get $21 call $~lib/array/Array<~lib/string/String>#push drop end - local.get $result|14 - local.set $22 + local.get $result|13 + local.set $21 global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $22 + local.get $21 return ) (func $~lib/string/String#split@varargs (param $this i32) (param $separator i32) (param $limit i32) (result i32) @@ -12157,26 +12151,26 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) + (local $10 f64) + (local $11 f64) + (local $12 f64) (local $13 f64) (local $14 f64) (local $15 f64) (local $16 f64) - (local $17 f64) + (local $17 f32) (local $18 f64) - (local $19 f64) + (local $19 i32) (local $20 f32) - (local $21 f64) - (local $22 i32) - (local $23 f32) + (local $21 i32) + (local $22 f64) + (local $23 i32) (local $24 i32) - (local $25 f64) + (local $25 i32) (local $26 i32) - (local $27 i32) - (local $28 i32) - (local $29 i32) + (local $27 f64) + (local $28 f64) + (local $29 f64) (local $30 f64) (local $31 f64) (local $32 f64) @@ -12195,14 +12189,11 @@ (local $45 f64) (local $46 f64) (local $47 f64) - (local $48 f64) - (local $49 f64) - (local $50 f64) + (local $48 i32) + (local $49 i32) + (local $50 i32) (local $51 i32) (local $52 i32) - (local $53 i32) - (local $54 i32) - (local $55 i32) global.get $~lib/memory/__stack_pointer i32.const 96 i32.sub @@ -12225,17 +12216,17 @@ unreachable end i32.const 144 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 144 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12247,17 +12238,17 @@ unreachable end i32.const 176 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 176 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12269,17 +12260,17 @@ unreachable end i32.const 208 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 208 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12291,11 +12282,11 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/String#get:length i32.const 16 i32.eq @@ -12309,11 +12300,11 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/String#charCodeAt i32.const 104 @@ -12328,11 +12319,11 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1 call $~lib/string/String#codePointAt i32.const 105 @@ -12364,31 +12355,31 @@ call $~lib/rt/itcms/initLazy global.set $~lib/rt/itcms/fromSpace global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 15 call $~lib/string/String#at - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 15 call $~lib/string/String#charAt - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12400,39 +12391,39 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const -1 call $~lib/string/String#at - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#get:length i32.const 1 i32.sub call $~lib/string/String#charAt - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12444,32 +12435,32 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#get:length i32.sub call $~lib/string/String#at - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 720 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12481,11 +12472,11 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/String.__not i32.eqz i32.const 0 @@ -12500,11 +12491,11 @@ unreachable end i32.const 752 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/String.__not i32.eqz i32.const 1 @@ -12519,11 +12510,11 @@ unreachable end i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/String.__not i32.eqz i32.const 1 @@ -12542,17 +12533,17 @@ global.set $~argumentsLength i32.const 0 call $~lib/string/String.fromCharCode@varargs - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 752 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12568,17 +12559,17 @@ global.set $~argumentsLength i32.const 0 call $~lib/string/String.fromCharCode@varargs - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 816 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12594,17 +12585,17 @@ global.set $~argumentsLength i32.const 0 call $~lib/string/String.fromCharCode@varargs - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 848 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12622,17 +12613,17 @@ global.set $~argumentsLength i32.const 0 call $~lib/string/String.fromCharCode@varargs - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 848 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12646,17 +12637,17 @@ i32.const 55296 i32.const 57088 call $~lib/string/String.fromCharCode - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12672,23 +12663,23 @@ i32.const 4 i32.const 912 call $~lib/rt/__newArray - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 call $~lib/string/String.fromCharCodes - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 944 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12704,23 +12695,23 @@ i32.const 4 i32.const 976 call $~lib/rt/__newArray - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 call $~lib/string/String.fromCharCodes - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1008 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12736,23 +12727,23 @@ i32.const 4 i32.const 1040 call $~lib/rt/__newArray - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 call $~lib/string/String.fromCharCodes - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1088 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12765,17 +12756,17 @@ end i32.const 0 call $~lib/string/String.fromCodePoint - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 752 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12788,17 +12779,17 @@ end i32.const 54 call $~lib/string/String.fromCodePoint - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 848 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12811,17 +12802,17 @@ end i32.const 119558 call $~lib/string/String.fromCodePoint - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1120 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12833,17 +12824,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1152 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 0 call $~lib/string/String#startsWith i32.eqz @@ -12856,17 +12847,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1184 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 @@ -12881,17 +12872,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1216 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 0 call $~lib/string/String#includes i32.eqz @@ -12904,30 +12895,30 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 i32.const 1248 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#padStart - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12939,30 +12930,30 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 15 i32.const 1248 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#padStart - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12974,30 +12965,30 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 3 i32.const 1248 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#padStart - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1280 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13009,30 +13000,30 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 10 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#padStart - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13044,30 +13035,30 @@ unreachable end i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 100 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#padStart - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13079,30 +13070,30 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 5 i32.const 1248 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#padStart - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1344 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13114,30 +13105,30 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 6 i32.const 1376 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#padStart - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1408 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13149,30 +13140,30 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 8 i32.const 1376 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#padStart - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13184,30 +13175,30 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 i32.const 1248 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#padEnd - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13219,30 +13210,30 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 15 i32.const 1248 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#padEnd - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13254,30 +13245,30 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 3 i32.const 1248 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#padEnd - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1280 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13289,30 +13280,30 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 10 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#padEnd - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13324,30 +13315,30 @@ unreachable end i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 100 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#padEnd - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13359,30 +13350,30 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 5 i32.const 1248 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#padEnd - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1488 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13394,30 +13385,30 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 6 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#padEnd - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1520 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13429,30 +13420,30 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 8 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#padEnd - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1552 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13464,17 +13455,17 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 0 call $~lib/string/String#indexOf i32.const 0 @@ -13489,17 +13480,17 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1152 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 0 call $~lib/string/String#indexOf i32.const -1 @@ -13514,17 +13505,17 @@ unreachable end i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 0 call $~lib/string/String#indexOf i32.const 0 @@ -13539,17 +13530,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 0 call $~lib/string/String#indexOf i32.const 0 @@ -13564,17 +13555,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 0 call $~lib/string/String#indexOf i32.const 0 @@ -13589,17 +13580,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1600 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 0 call $~lib/string/String#indexOf i32.const 2 @@ -13614,17 +13605,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1632 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 0 call $~lib/string/String#indexOf i32.const -1 @@ -13639,17 +13630,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1600 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 2 call $~lib/string/String#indexOf i32.const 2 @@ -13664,17 +13655,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1600 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 3 call $~lib/string/String#indexOf i32.const -1 @@ -13689,17 +13680,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1664 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const -1 call $~lib/string/String#indexOf i32.const 2 @@ -13714,17 +13705,17 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 @@ -13741,17 +13732,17 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1152 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 @@ -13768,27 +13759,27 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#lastIndexOf@varargs global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/String#get:length i32.eq i32.eqz @@ -13801,17 +13792,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1600 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 @@ -13828,17 +13819,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1632 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 @@ -13855,17 +13846,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1696 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 @@ -13882,17 +13873,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1600 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 2 call $~lib/string/String#lastIndexOf i32.const 2 @@ -13907,17 +13898,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1600 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 3 call $~lib/string/String#lastIndexOf i32.const 2 @@ -13932,17 +13923,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1664 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const -1 call $~lib/string/String#lastIndexOf i32.const -1 @@ -13957,17 +13948,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1728 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 0 call $~lib/string/String#lastIndexOf i32.const -1 @@ -13982,17 +13973,17 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1152 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 0 call $~lib/string/String#lastIndexOf i32.const 0 @@ -14007,17 +13998,17 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String#localeCompare i32.const 0 i32.eq @@ -14031,17 +14022,17 @@ unreachable end i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String#localeCompare i32.const 1 i32.eq @@ -14055,17 +14046,17 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String#localeCompare i32.const -1 i32.eq @@ -14079,17 +14070,17 @@ unreachable end i32.const 1760 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1760 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String#localeCompare i32.const 0 i32.eq @@ -14103,17 +14094,17 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1792 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String#localeCompare i32.const -1 i32.eq @@ -14127,17 +14118,17 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1824 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String#localeCompare i32.const -1 i32.eq @@ -14151,17 +14142,17 @@ unreachable end i32.const 1792 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String#localeCompare i32.const 1 i32.eq @@ -14175,17 +14166,17 @@ unreachable end i32.const 1856 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String#localeCompare i32.const 1 i32.eq @@ -14199,17 +14190,17 @@ unreachable end i32.const 1888 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String#localeCompare i32.const 1 i32.eq @@ -14223,17 +14214,17 @@ unreachable end i32.const 1856 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1920 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String#localeCompare i32.const 1 i32.eq @@ -14247,17 +14238,17 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1888 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String#localeCompare i32.const -1 i32.eq @@ -14271,17 +14262,17 @@ unreachable end i32.const 1920 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1856 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String#localeCompare i32.const -1 i32.eq @@ -14295,17 +14286,17 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1280 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String#localeCompare i32.const -1 i32.eq @@ -14319,17 +14310,17 @@ unreachable end i32.const 752 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String#localeCompare i32.const 1 i32.eq @@ -14343,23 +14334,23 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 call $~lib/string/String#trimStart - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14371,23 +14362,23 @@ unreachable end i32.const 1952 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 call $~lib/string/String#trimStart - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1952 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14399,23 +14390,23 @@ unreachable end i32.const 1984 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 call $~lib/string/String#trimStart - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2032 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14427,23 +14418,23 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 call $~lib/string/String#trimEnd - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14455,23 +14446,23 @@ unreachable end i32.const 1952 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 call $~lib/string/String#trimEnd - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1952 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14483,23 +14474,23 @@ unreachable end i32.const 1984 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 call $~lib/string/String#trimEnd - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2080 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14511,23 +14502,23 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 call $~lib/string/String#trim - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14539,23 +14530,23 @@ unreachable end i32.const 1952 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 call $~lib/string/String#trim - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1952 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14567,23 +14558,23 @@ unreachable end i32.const 1984 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 call $~lib/string/String#trim - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14597,14 +14588,14 @@ block $~lib/builtins/bool.parse|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer i32.const 2128 - local.tee $6 + local.tee $3 i32.store offset=16 - local.get $6 - local.set $55 + local.get $3 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/util/string/strtob br $~lib/builtins/bool.parse|inlined.0 end @@ -14624,14 +14615,14 @@ block $~lib/builtins/bool.parse|inlined.1 (result i32) global.get $~lib/memory/__stack_pointer i32.const 2176 - local.tee $7 + local.tee $4 i32.store offset=20 - local.get $7 - local.set $55 + local.get $4 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/util/string/strtob br $~lib/builtins/bool.parse|inlined.1 end @@ -14651,14 +14642,14 @@ block $~lib/builtins/bool.parse|inlined.2 (result i32) global.get $~lib/memory/__stack_pointer i32.const 2224 - local.tee $8 + local.tee $5 i32.store offset=24 - local.get $8 - local.set $55 + local.get $5 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/util/string/strtob br $~lib/builtins/bool.parse|inlined.2 end @@ -14678,14 +14669,14 @@ block $~lib/builtins/bool.parse|inlined.3 (result i32) global.get $~lib/memory/__stack_pointer i32.const 688 - local.tee $9 + local.tee $6 i32.store offset=28 - local.get $9 - local.set $55 + local.get $6 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/util/string/strtob br $~lib/builtins/bool.parse|inlined.3 end @@ -14705,14 +14696,14 @@ block $~lib/builtins/bool.parse|inlined.4 (result i32) global.get $~lib/memory/__stack_pointer i32.const 2272 - local.tee $10 + local.tee $7 i32.store offset=32 - local.get $10 - local.set $55 + local.get $7 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/util/string/strtob br $~lib/builtins/bool.parse|inlined.4 end @@ -14732,14 +14723,14 @@ block $~lib/builtins/bool.parse|inlined.5 (result i32) global.get $~lib/memory/__stack_pointer i32.const 2304 - local.tee $11 + local.tee $8 i32.store offset=36 - local.get $11 - local.set $55 + local.get $8 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/util/string/strtob br $~lib/builtins/bool.parse|inlined.5 end @@ -14759,14 +14750,14 @@ block $~lib/builtins/bool.parse|inlined.6 (result i32) global.get $~lib/memory/__stack_pointer i32.const 2336 - local.tee $12 + local.tee $9 i32.store offset=40 - local.get $12 - local.set $55 + local.get $9 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/util/string/strtob br $~lib/builtins/bool.parse|inlined.6 end @@ -14784,11 +14775,11 @@ unreachable end i32.const 2368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 0 @@ -14803,11 +14794,11 @@ unreachable end i32.const 2400 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 0 @@ -14822,11 +14813,11 @@ unreachable end i32.const 2432 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -14841,11 +14832,11 @@ unreachable end i32.const 2464 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -14860,11 +14851,11 @@ unreachable end i32.const 2496 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 5 @@ -14879,11 +14870,11 @@ unreachable end i32.const 2528 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 455 @@ -14898,11 +14889,11 @@ unreachable end i32.const 2560 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 3855 @@ -14917,11 +14908,11 @@ unreachable end i32.const 2592 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 3855 @@ -14936,11 +14927,11 @@ unreachable end i32.const 2624 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 11 @@ -14955,11 +14946,11 @@ unreachable end i32.const 2656 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -14974,11 +14965,11 @@ unreachable end i32.const 2688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const -123 @@ -14993,11 +14984,11 @@ unreachable end i32.const 2720 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 123 @@ -15012,11 +15003,11 @@ unreachable end i32.const 2752 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const -12 @@ -15031,11 +15022,11 @@ unreachable end i32.const 2368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 0 @@ -15050,11 +15041,11 @@ unreachable end i32.const 2784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 0 @@ -15069,11 +15060,11 @@ unreachable end i32.const 2816 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 16 call $~lib/string/parseInt f64.const 2833 @@ -15088,11 +15079,11 @@ unreachable end i32.const 2848 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -15107,11 +15098,11 @@ unreachable end i32.const 2880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -15126,11 +15117,11 @@ unreachable end i32.const 2912 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -15146,15 +15137,15 @@ end block $~lib/math/NativeMath.signbit|inlined.0 (result i32) i32.const 2944 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt - local.set $13 - local.get $13 + local.set $10 + local.get $10 i64.reinterpret_f64 i64.const 63 i64.shr_u @@ -15174,19 +15165,19 @@ unreachable end i32.const 2976 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt i32.const 3024 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 16 call $~lib/string/parseInt f64.eq @@ -15200,11 +15191,11 @@ unreachable end i32.const 3056 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 36893488147419103232 @@ -15219,11 +15210,11 @@ unreachable end i32.const 3056 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13 call $~lib/string/parseInt f64.const 5135857308667095285760 @@ -15238,11 +15229,11 @@ unreachable end i32.const 3120 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 10 call $~lib/string/parseInt f64.const -1.e+24 @@ -15257,11 +15248,11 @@ unreachable end i32.const 3200 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 16 call $~lib/string/parseInt f64.const 75557863725914323419136 @@ -15276,11 +15267,11 @@ unreachable end i32.const 3264 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -15295,11 +15286,11 @@ unreachable end i32.const 3296 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 2 @@ -15314,11 +15305,11 @@ unreachable end i32.const 3344 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -15333,11 +15324,11 @@ unreachable end i32.const 3376 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 2 @@ -15352,11 +15343,11 @@ unreachable end i32.const 3424 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 0 @@ -15371,11 +15362,11 @@ unreachable end i32.const 3456 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -15390,11 +15381,11 @@ unreachable end i32.const 3488 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 0 @@ -15409,15 +15400,15 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt - local.tee $14 - local.get $14 + local.tee $11 + local.get $11 f64.ne i32.eqz if @@ -15429,15 +15420,15 @@ unreachable end i32.const 3536 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt - local.tee $15 - local.get $15 + local.tee $12 + local.get $12 f64.ne i32.eqz if @@ -15449,15 +15440,15 @@ unreachable end i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt - local.tee $16 - local.get $16 + local.tee $13 + local.get $13 f64.ne i32.eqz if @@ -15469,15 +15460,15 @@ unreachable end i32.const 1376 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 37 call $~lib/string/parseInt - local.tee $17 - local.get $17 + local.tee $14 + local.get $14 f64.ne i32.eqz if @@ -15489,15 +15480,15 @@ unreachable end i32.const 3600 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt - local.tee $18 - local.get $18 + local.tee $15 + local.get $15 f64.ne i32.eqz if @@ -15509,15 +15500,15 @@ unreachable end i32.const 3632 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/parseInt - local.tee $19 - local.get $19 + local.tee $16 + local.get $16 f64.ne i32.eqz if @@ -15529,14 +15520,14 @@ unreachable end i32.const 3632 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/number/F32.parseFloat - local.tee $20 - local.get $20 + local.tee $17 + local.get $17 f32.ne i32.eqz if @@ -15548,14 +15539,14 @@ unreachable end i32.const 3632 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/number/F64.parseFloat - local.tee $21 - local.get $21 + local.tee $18 + local.get $18 f64.ne i32.eqz if @@ -15569,20 +15560,20 @@ block $~lib/builtins/f32.parse|inlined.0 (result f32) global.get $~lib/memory/__stack_pointer i32.const 3632 - local.tee $22 + local.tee $19 i32.store offset=44 - local.get $22 - local.set $55 + local.get $19 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/util/string/strtod f32.demote_f64 br $~lib/builtins/f32.parse|inlined.0 end - local.tee $23 - local.get $23 + local.tee $20 + local.get $20 f32.ne i32.eqz if @@ -15596,19 +15587,19 @@ block $~lib/builtins/f64.parse|inlined.0 (result f64) global.get $~lib/memory/__stack_pointer i32.const 3632 - local.tee $24 + local.tee $21 i32.store offset=48 - local.get $24 - local.set $55 + local.get $21 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/util/string/strtod br $~lib/builtins/f64.parse|inlined.0 end - local.tee $25 - local.get $25 + local.tee $22 + local.get $22 f64.ne i32.eqz if @@ -15620,11 +15611,11 @@ unreachable end i32.const 3856 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/number/I32.parseInt global.get $~lib/number/I32.MAX_VALUE @@ -15641,17 +15632,17 @@ block $~lib/builtins/i32.parse|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer i32.const 3856 - local.tee $26 + local.tee $23 i32.store offset=52 i32.const 0 - local.set $27 - local.get $26 - local.set $55 + local.set $24 + local.get $23 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 - local.get $27 + local.get $52 + local.get $24 call $~lib/util/string/strtol br $~lib/builtins/i32.parse|inlined.0 end @@ -15667,11 +15658,11 @@ unreachable end i32.const 3904 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/number/I64.parseInt global.get $~lib/number/I64.MAX_VALUE @@ -15688,17 +15679,17 @@ block $~lib/builtins/i64.parse|inlined.0 (result i64) global.get $~lib/memory/__stack_pointer i32.const 3904 - local.tee $28 + local.tee $25 i32.store offset=56 i32.const 0 - local.set $29 - local.get $28 - local.set $55 + local.set $26 + local.get $25 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 - local.get $29 + local.get $52 + local.get $26 call $~lib/util/string/strtol br $~lib/builtins/i64.parse|inlined.0 end @@ -15714,11 +15705,11 @@ unreachable end i32.const 2368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -15732,11 +15723,11 @@ unreachable end i32.const 2432 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -15750,11 +15741,11 @@ unreachable end i32.const 3968 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -15768,11 +15759,11 @@ unreachable end i32.const 4000 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -15786,11 +15777,11 @@ unreachable end i32.const 4032 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1e-05 f64.eq @@ -15804,11 +15795,11 @@ unreachable end i32.const 4064 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const -1e-05 f64.eq @@ -15822,11 +15813,11 @@ unreachable end i32.const 4096 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const -3e-23 f64.eq @@ -15840,11 +15831,11 @@ unreachable end i32.const 4144 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 3e21 f64.eq @@ -15858,11 +15849,11 @@ unreachable end i32.const 4192 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -15876,11 +15867,11 @@ unreachable end i32.const 4224 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -15894,11 +15885,11 @@ unreachable end i32.const 4256 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -15912,11 +15903,11 @@ unreachable end i32.const 4288 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.25 f64.eq @@ -15930,11 +15921,11 @@ unreachable end i32.const 4320 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1e3 f64.eq @@ -15948,11 +15939,11 @@ unreachable end i32.const 4352 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1e-10 f64.eq @@ -15966,11 +15957,11 @@ unreachable end i32.const 4400 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1e-30 f64.eq @@ -15984,11 +15975,11 @@ unreachable end i32.const 4448 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1e-323 f64.eq @@ -16002,11 +15993,11 @@ unreachable end i32.const 4496 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16020,11 +16011,11 @@ unreachable end i32.const 4544 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1.e+308 f64.eq @@ -16038,11 +16029,11 @@ unreachable end i32.const 4576 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const inf f64.eq @@ -16056,14 +16047,14 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $30 - local.get $30 + local.tee $27 + local.get $27 f64.ne i32.eqz if @@ -16075,11 +16066,11 @@ unreachable end i32.const 4608 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -16093,11 +16084,11 @@ unreachable end i32.const 4656 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1e-10 f64.eq @@ -16111,11 +16102,11 @@ unreachable end i32.const 4704 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 10 f64.eq @@ -16129,11 +16120,11 @@ unreachable end i32.const 4752 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16147,11 +16138,11 @@ unreachable end i32.const 4784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16165,11 +16156,11 @@ unreachable end i32.const 4816 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 10 f64.eq @@ -16183,11 +16174,11 @@ unreachable end i32.const 4864 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 123456789 f64.eq @@ -16201,11 +16192,11 @@ unreachable end i32.const 4912 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16219,11 +16210,11 @@ unreachable end i32.const 4960 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1e-60 f64.eq @@ -16237,11 +16228,11 @@ unreachable end i32.const 4992 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1.e+60 f64.eq @@ -16255,11 +16246,11 @@ unreachable end i32.const 5024 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 123.4 f64.eq @@ -16273,11 +16264,11 @@ unreachable end i32.const 5056 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16291,11 +16282,11 @@ unreachable end i32.const 5088 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const -1.1 f64.eq @@ -16309,11 +16300,11 @@ unreachable end i32.const 5136 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 10 f64.eq @@ -16327,11 +16318,11 @@ unreachable end i32.const 5184 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 10 f64.eq @@ -16345,11 +16336,11 @@ unreachable end i32.const 5232 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.022 f64.eq @@ -16363,11 +16354,11 @@ unreachable end i32.const 5280 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 11 f64.eq @@ -16381,11 +16372,11 @@ unreachable end i32.const 2784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16399,11 +16390,11 @@ unreachable end i32.const 5312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16417,11 +16408,11 @@ unreachable end i32.const 5344 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16435,11 +16426,11 @@ unreachable end i32.const 5376 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1.1 f64.eq @@ -16453,11 +16444,11 @@ unreachable end i32.const 5408 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const -1.1 f64.eq @@ -16471,11 +16462,11 @@ unreachable end i32.const 5440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const -1.1 f64.eq @@ -16489,11 +16480,11 @@ unreachable end i32.const 5472 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const -1.1 f64.eq @@ -16507,11 +16498,11 @@ unreachable end i32.const 5504 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const -1.1 f64.eq @@ -16525,11 +16516,11 @@ unreachable end i32.const 5536 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16543,11 +16534,11 @@ unreachable end i32.const 5568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16561,11 +16552,11 @@ unreachable end i32.const 5600 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16579,11 +16570,11 @@ unreachable end i32.const 5632 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16597,11 +16588,11 @@ unreachable end i32.const 5664 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16615,11 +16606,11 @@ unreachable end i32.const 5696 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 10 f64.eq @@ -16633,11 +16624,11 @@ unreachable end i32.const 5728 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 10 f64.eq @@ -16651,11 +16642,11 @@ unreachable end i32.const 5776 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16669,11 +16660,11 @@ unreachable end i32.const 5808 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16687,11 +16678,11 @@ unreachable end i32.const 5840 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -16705,11 +16696,11 @@ unreachable end i32.const 5872 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16723,11 +16714,11 @@ unreachable end i32.const 5904 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 10 f64.eq @@ -16741,11 +16732,11 @@ unreachable end i32.const 5936 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16759,11 +16750,11 @@ unreachable end i32.const 5968 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -16777,11 +16768,11 @@ unreachable end i32.const 6000 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.01 f64.eq @@ -16795,11 +16786,11 @@ unreachable end i32.const 6048 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16813,11 +16804,11 @@ unreachable end i32.const 6080 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16831,11 +16822,11 @@ unreachable end i32.const 6112 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16849,11 +16840,11 @@ unreachable end i32.const 6144 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -16867,11 +16858,11 @@ unreachable end i32.const 6176 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16885,11 +16876,11 @@ unreachable end i32.const 6208 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16903,11 +16894,11 @@ unreachable end i32.const 6240 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16921,11 +16912,11 @@ unreachable end i32.const 6272 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -16939,11 +16930,11 @@ unreachable end i32.const 6304 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16957,11 +16948,11 @@ unreachable end i32.const 6336 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 call $~lib/object/Object.is @@ -16977,11 +16968,11 @@ unreachable end i32.const 6368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const -0 call $~lib/object/Object.is @@ -16997,11 +16988,11 @@ unreachable end i32.const 6400 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 call $~lib/object/Object.is @@ -17017,11 +17008,11 @@ unreachable end i32.const 2944 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const -0 call $~lib/object/Object.is @@ -17037,11 +17028,11 @@ unreachable end i32.const 6432 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const -0 call $~lib/object/Object.is @@ -17057,14 +17048,14 @@ unreachable end i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $31 - local.get $31 + local.tee $28 + local.get $28 f64.ne i32.eqz if @@ -17076,14 +17067,14 @@ unreachable end i32.const 3536 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $32 - local.get $32 + local.tee $29 + local.get $29 f64.ne i32.eqz if @@ -17095,14 +17086,14 @@ unreachable end i32.const 6480 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $33 - local.get $33 + local.tee $30 + local.get $30 f64.ne i32.eqz if @@ -17114,14 +17105,14 @@ unreachable end i32.const 6512 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $34 - local.get $34 + local.tee $31 + local.get $31 f64.ne i32.eqz if @@ -17133,14 +17124,14 @@ unreachable end i32.const 6544 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $35 - local.get $35 + local.tee $32 + local.get $32 f64.ne i32.eqz if @@ -17152,14 +17143,14 @@ unreachable end i32.const 6576 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $36 - local.get $36 + local.tee $33 + local.get $33 f64.ne i32.eqz if @@ -17171,14 +17162,14 @@ unreachable end i32.const 6608 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $37 - local.get $37 + local.tee $34 + local.get $34 f64.ne i32.eqz if @@ -17190,14 +17181,14 @@ unreachable end i32.const 6640 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $38 - local.get $38 + local.tee $35 + local.get $35 f64.ne i32.eqz if @@ -17209,14 +17200,14 @@ unreachable end i32.const 6672 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $39 - local.get $39 + local.tee $36 + local.get $36 f64.ne i32.eqz if @@ -17228,14 +17219,14 @@ unreachable end i32.const 6704 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $40 - local.get $40 + local.tee $37 + local.get $37 f64.ne i32.eqz if @@ -17247,14 +17238,14 @@ unreachable end i32.const 6736 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $41 - local.get $41 + local.tee $38 + local.get $38 f64.ne i32.eqz if @@ -17266,14 +17257,14 @@ unreachable end i32.const 6768 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $42 - local.get $42 + local.tee $39 + local.get $39 f64.ne i32.eqz if @@ -17285,14 +17276,14 @@ unreachable end i32.const 6800 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $43 - local.get $43 + local.tee $40 + local.get $40 f64.ne i32.eqz if @@ -17304,14 +17295,14 @@ unreachable end i32.const 6832 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $44 - local.get $44 + local.tee $41 + local.get $41 f64.ne i32.eqz if @@ -17323,14 +17314,14 @@ unreachable end i32.const 6864 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $45 - local.get $45 + local.tee $42 + local.get $42 f64.ne i32.eqz if @@ -17342,14 +17333,14 @@ unreachable end i32.const 2336 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $46 - local.get $46 + local.tee $43 + local.get $43 f64.ne i32.eqz if @@ -17361,11 +17352,11 @@ unreachable end i32.const 6896 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1e22 f64.eq @@ -17379,11 +17370,11 @@ unreachable end i32.const 6928 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1e-22 f64.eq @@ -17397,11 +17388,11 @@ unreachable end i32.const 6960 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1.e+23 f64.eq @@ -17415,11 +17406,11 @@ unreachable end i32.const 6992 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1e-23 f64.eq @@ -17433,11 +17424,11 @@ unreachable end i32.const 7024 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1.e+37 f64.eq @@ -17451,11 +17442,11 @@ unreachable end i32.const 7056 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1e-37 f64.eq @@ -17469,11 +17460,11 @@ unreachable end i32.const 7088 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1.e+38 f64.eq @@ -17487,11 +17478,11 @@ unreachable end i32.const 7120 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1e-38 f64.eq @@ -17505,11 +17496,11 @@ unreachable end i32.const 7152 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat global.get $~lib/builtins/f64.EPSILON f64.eq @@ -17523,11 +17514,11 @@ unreachable end i32.const 7216 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat global.get $~lib/builtins/f64.MAX_VALUE f64.eq @@ -17541,11 +17532,11 @@ unreachable end i32.const 7296 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat global.get $~lib/builtins/f64.MIN_VALUE f64.eq @@ -17559,11 +17550,11 @@ unreachable end i32.const 7328 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1.e+308 f64.eq @@ -17577,11 +17568,11 @@ unreachable end i32.const 7376 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -17595,11 +17586,11 @@ unreachable end i32.const 7520 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -17613,11 +17604,11 @@ unreachable end i32.const 7568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const inf f64.eq @@ -17631,11 +17622,11 @@ unreachable end i32.const 7616 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -17649,11 +17640,11 @@ unreachable end i32.const 7664 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const inf f64.neg @@ -17668,11 +17659,11 @@ unreachable end i32.const 7712 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -17686,11 +17677,11 @@ unreachable end i32.const 7760 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const inf f64.eq @@ -17704,11 +17695,11 @@ unreachable end i32.const 7808 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const inf f64.eq @@ -17722,11 +17713,11 @@ unreachable end i32.const 7840 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const inf f64.eq @@ -17740,11 +17731,11 @@ unreachable end i32.const 7888 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const inf f64.eq @@ -17758,11 +17749,11 @@ unreachable end i32.const 7936 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const inf f64.neg @@ -17777,11 +17768,11 @@ unreachable end i32.const 7984 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const inf f64.eq @@ -17795,11 +17786,11 @@ unreachable end i32.const 8032 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const inf f64.eq @@ -17813,14 +17804,14 @@ unreachable end i32.const 8080 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $47 - local.get $47 + local.tee $44 + local.get $44 f64.ne i32.eqz if @@ -17832,14 +17823,14 @@ unreachable end i32.const 8112 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $48 - local.get $48 + local.tee $45 + local.get $45 f64.ne i32.eqz if @@ -17851,14 +17842,14 @@ unreachable end i32.const 8160 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $49 - local.get $49 + local.tee $46 + local.get $46 f64.ne i32.eqz if @@ -17870,11 +17861,11 @@ unreachable end i32.const 8208 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -17888,11 +17879,11 @@ unreachable end i32.const 8400 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat global.get $std/string/Ox1p_1073 f64.eq @@ -17906,11 +17897,11 @@ unreachable end i32.const 8592 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat global.get $std/string/Ox1_0000000000001p_1022 f64.eq @@ -17924,59 +17915,59 @@ unreachable end i32.const 8784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=72 - local.get $55 + local.get $52 i32.const 8944 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=76 - local.get $55 + local.get $52 call $~lib/string/String.__concat - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=64 - local.get $55 + local.get $52 i32.const 9104 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=68 - local.get $55 + local.get $52 call $~lib/string/String.__concat - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 9264 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String.__concat - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 9424 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 call $~lib/string/String.__concat - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat global.get $~lib/builtins/f64.MAX_VALUE f64.eq @@ -17990,11 +17981,11 @@ unreachable end i32.const 9584 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 9.753531888799502e-104 f64.eq @@ -18008,11 +17999,11 @@ unreachable end i32.const 9696 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.5961860348131807 f64.eq @@ -18026,11 +18017,11 @@ unreachable end i32.const 9808 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.18150131692180388 f64.eq @@ -18044,11 +18035,11 @@ unreachable end i32.const 9920 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.42070823575344535 f64.eq @@ -18062,11 +18053,11 @@ unreachable end i32.const 10032 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.6654686306516261 f64.eq @@ -18080,11 +18071,11 @@ unreachable end i32.const 10144 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.6101852922970868 f64.eq @@ -18098,11 +18089,11 @@ unreachable end i32.const 10256 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.7696695208236968 f64.eq @@ -18116,11 +18107,11 @@ unreachable end i32.const 10368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.25050653222286823 f64.eq @@ -18134,11 +18125,11 @@ unreachable end i32.const 10480 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.2740037230228005 f64.eq @@ -18152,11 +18143,11 @@ unreachable end i32.const 10592 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.20723093500497428 f64.eq @@ -18170,11 +18161,11 @@ unreachable end i32.const 10704 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 7.900280238081605 f64.eq @@ -18188,11 +18179,11 @@ unreachable end i32.const 10816 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 98.22860653737297 f64.eq @@ -18206,11 +18197,11 @@ unreachable end i32.const 10928 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 746.894972319037 f64.eq @@ -18224,11 +18215,11 @@ unreachable end i32.const 11040 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 1630.2683202827284 f64.eq @@ -18242,11 +18233,11 @@ unreachable end i32.const 11152 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 46371.68629719171 f64.eq @@ -18260,11 +18251,11 @@ unreachable end i32.const 11264 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 653780.5944497711 f64.eq @@ -18278,11 +18269,11 @@ unreachable end i32.const 11376 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 234632.43565024371 f64.eq @@ -18296,11 +18287,11 @@ unreachable end i32.const 11488 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 97094817.16420048 f64.eq @@ -18314,11 +18305,11 @@ unreachable end i32.const 11600 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 499690852.20518744 f64.eq @@ -18332,11 +18323,11 @@ unreachable end i32.const 11712 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 7925201200557245595648 f64.eq @@ -18350,11 +18341,11 @@ unreachable end i32.const 11824 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 6096564585983177528398588e5 f64.eq @@ -18368,11 +18359,11 @@ unreachable end i32.const 11936 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 4800416117477028695992383e42 f64.eq @@ -18386,11 +18377,11 @@ unreachable end i32.const 12048 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 8524829079817968137287277e80 f64.eq @@ -18404,11 +18395,11 @@ unreachable end i32.const 12160 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 3271239291709782092398754e243 f64.eq @@ -18422,14 +18413,14 @@ unreachable end i32.const 12272 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat - local.tee $50 - local.get $50 + local.tee $47 + local.get $47 f64.ne i32.eqz if @@ -18441,11 +18432,11 @@ unreachable end i32.const 12304 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -18460,32 +18451,32 @@ end global.get $~lib/memory/__stack_pointer i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12336 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__concat - local.tee $51 + local.tee $48 i32.store offset=80 - local.get $51 - local.set $55 + local.get $48 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -18496,18 +18487,18 @@ call $~lib/builtins/abort unreachable end - local.get $51 - local.set $55 + local.get $48 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -18519,17 +18510,17 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -18541,11 +18532,11 @@ unreachable end global.get $std/string/nullStr - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 call $~lib/string/String.__eq i32.eqz @@ -18558,17 +18549,17 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 global.get $std/string/nullStr - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -18580,17 +18571,17 @@ unreachable end global.get $std/string/nullStr - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -18602,17 +18593,17 @@ unreachable end i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12336 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -18624,17 +18615,17 @@ unreachable end i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -18646,17 +18637,17 @@ unreachable end i32.const 12400 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12432 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -18668,17 +18659,17 @@ unreachable end i32.const 12400 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12400 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -18690,17 +18681,17 @@ unreachable end i32.const 12464 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12496 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -18712,17 +18703,17 @@ unreachable end i32.const 12528 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12560 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -18734,17 +18725,17 @@ unreachable end i32.const 12592 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12592 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -18756,17 +18747,17 @@ unreachable end i32.const 12592 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12640 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -18778,17 +18769,17 @@ unreachable end i32.const 12688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12736 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -18800,17 +18791,17 @@ unreachable end i32.const 12336 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__gt i32.eqz if @@ -18822,17 +18813,17 @@ unreachable end i32.const 12784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__gt i32.eqz if @@ -18844,17 +18835,17 @@ unreachable end i32.const 12784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12816 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__gte i32.eqz if @@ -18866,17 +18857,17 @@ unreachable end i32.const 12784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__gt i32.eqz if @@ -18888,17 +18879,17 @@ unreachable end i32.const 12784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__lt i32.eqz i32.eqz @@ -18911,17 +18902,17 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__gt i32.eqz if @@ -18933,17 +18924,17 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__lt i32.eqz if @@ -18955,17 +18946,17 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__gte i32.eqz if @@ -18977,17 +18968,17 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__lte i32.eqz if @@ -18999,17 +18990,17 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__lt i32.eqz i32.eqz @@ -19022,17 +19013,17 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__gt i32.eqz i32.eqz @@ -19045,17 +19036,17 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__lt i32.eqz i32.eqz @@ -19068,17 +19059,17 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__gt i32.eqz i32.eqz @@ -19091,17 +19082,17 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__gte i32.eqz if @@ -19113,17 +19104,17 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__lte i32.eqz if @@ -19135,17 +19126,17 @@ unreachable end i32.const 2432 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12848 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__lt i32.eqz if @@ -19157,17 +19148,17 @@ unreachable end i32.const 12848 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2432 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__gt i32.eqz if @@ -19179,17 +19170,17 @@ unreachable end i32.const 12880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12848 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__lt i32.eqz i32.eqz @@ -19202,17 +19193,17 @@ unreachable end i32.const 12848 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__gt i32.eqz i32.eqz @@ -19225,17 +19216,17 @@ unreachable end i32.const 12880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12848 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__gt i32.eqz if @@ -19247,17 +19238,17 @@ unreachable end i32.const 12848 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__lt i32.eqz if @@ -19269,17 +19260,17 @@ unreachable end i32.const 12880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__lt i32.eqz i32.eqz @@ -19292,17 +19283,17 @@ unreachable end i32.const 12880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__gt i32.eqz i32.eqz @@ -19315,17 +19306,17 @@ unreachable end i32.const 12880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__lte i32.eqz if @@ -19337,17 +19328,17 @@ unreachable end i32.const 12880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__gte i32.eqz if @@ -19359,17 +19350,17 @@ unreachable end i32.const 12848 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12912 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__gte i32.eqz i32.eqz @@ -19382,17 +19373,17 @@ unreachable end i32.const 12912 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12848 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__gte i32.eqz if @@ -19404,17 +19395,17 @@ unreachable end i32.const 12848 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12912 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__lte i32.eqz if @@ -19426,17 +19417,17 @@ unreachable end i32.const 2432 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2432 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19448,17 +19439,17 @@ unreachable end i32.const 12880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19470,17 +19461,17 @@ unreachable end i32.const 1376 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1376 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19492,17 +19483,17 @@ unreachable end i32.const 1376 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12944 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -19514,17 +19505,17 @@ unreachable end i32.const 12976 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12976 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19536,17 +19527,17 @@ unreachable end i32.const 13008 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12976 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -19560,38 +19551,38 @@ global.get $~lib/memory/__stack_pointer i32.const 65377 call $~lib/string/String.fromCodePoint - local.tee $52 + local.tee $49 i32.store offset=84 global.get $~lib/memory/__stack_pointer i32.const 55296 call $~lib/string/String.fromCodePoint - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 56322 call $~lib/string/String.fromCodePoint - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__concat - local.tee $53 + local.tee $50 i32.store offset=88 - local.get $52 - local.set $55 + local.get $49 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 - local.get $53 - local.set $55 + local.get $52 + local.get $50 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__gt i32.eqz if @@ -19603,11 +19594,11 @@ unreachable end i32.const 1376 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/string/String#get:length i32.const 3 i32.eq @@ -19621,24 +19612,24 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 100 call $~lib/string/String#repeat - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19650,24 +19641,24 @@ unreachable end i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 call $~lib/string/String#repeat - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19679,24 +19670,24 @@ unreachable end i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 1 call $~lib/string/String#repeat - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19708,24 +19699,24 @@ unreachable end i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 2 call $~lib/string/String#repeat - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12816 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19737,24 +19728,24 @@ unreachable end i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 3 call $~lib/string/String#repeat - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13088 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19766,24 +19757,24 @@ unreachable end i32.const 12368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 4 call $~lib/string/String#repeat - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13120 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19795,24 +19786,24 @@ unreachable end i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 5 call $~lib/string/String#repeat - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13168 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19824,24 +19815,24 @@ unreachable end i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 6 call $~lib/string/String#repeat - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13200 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19853,24 +19844,24 @@ unreachable end i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 7 call $~lib/string/String#repeat - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13232 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19882,35 +19873,35 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replace - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19922,35 +19913,35 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replace - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19962,35 +19953,35 @@ unreachable end i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replace - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20002,35 +19993,35 @@ unreachable end i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replace - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20042,35 +20033,35 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 3536 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replace - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20082,35 +20073,35 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replace - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20122,35 +20113,35 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 1888 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replace - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20162,35 +20153,35 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 12368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 12368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replace - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20202,35 +20193,35 @@ unreachable end i32.const 13280 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 3536 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replace - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20242,35 +20233,35 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replace - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13344 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20282,35 +20273,35 @@ unreachable end i32.const 13376 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 13408 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replace - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13344 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20322,35 +20313,35 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 13440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 13472 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replace - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13504 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20362,35 +20353,35 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 13440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replace - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20402,35 +20393,35 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20442,35 +20433,35 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 3536 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20482,35 +20473,35 @@ unreachable end i32.const 1520 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13472 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20522,35 +20513,35 @@ unreachable end i32.const 13536 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13584 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20562,35 +20553,35 @@ unreachable end i32.const 1520 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 12368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 12368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1520 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20602,35 +20593,35 @@ unreachable end i32.const 13616 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 13584 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13664 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20642,35 +20633,35 @@ unreachable end i32.const 1520 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 12368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 13472 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13712 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20682,35 +20673,35 @@ unreachable end i32.const 13744 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 13776 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 13472 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13808 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20722,35 +20713,35 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 1888 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20762,35 +20753,35 @@ unreachable end i32.const 1888 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 13840 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 13472 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1888 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20802,35 +20793,35 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 13872 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13904 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20842,35 +20833,35 @@ unreachable end i32.const 12368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 12368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20882,35 +20873,35 @@ unreachable end i32.const 13280 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 3536 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13936 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20922,35 +20913,35 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20962,35 +20953,35 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21002,35 +20993,35 @@ unreachable end i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21042,35 +21033,35 @@ unreachable end i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21082,35 +21073,35 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3536 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 3536 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21122,35 +21113,35 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 1792 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3536 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21162,35 +21153,35 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 3568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13968 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21202,35 +21193,35 @@ unreachable end i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21242,35 +21233,35 @@ unreachable end i32.const 14016 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 14048 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14080 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21282,35 +21273,35 @@ unreachable end i32.const 12368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 12368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 14128 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14128 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21322,35 +21313,35 @@ unreachable end i32.const 13088 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 14160 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14192 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21362,35 +21353,35 @@ unreachable end i32.const 13088 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 12816 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 i32.const 14048 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=60 - local.get $55 + local.get $52 call $~lib/string/String#replaceAll - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14240 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21404,27 +21395,27 @@ i32.const 14272 global.set $std/string/str global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#slice@varargs - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14272 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21436,27 +21427,27 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const -1 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#slice@varargs - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14320 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21468,27 +21459,27 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const -5 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#slice@varargs - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14352 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21500,25 +21491,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 2 i32.const 7 call $~lib/string/String#slice - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14384 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21530,25 +21521,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const -11 i32.const -6 call $~lib/string/String#slice - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14416 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21560,25 +21551,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 4 i32.const 3 call $~lib/string/String#slice - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21590,25 +21581,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 i32.const -1 call $~lib/string/String#slice - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14448 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21620,27 +21611,27 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#substr@varargs - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14272 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21652,27 +21643,27 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const -1 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#substr@varargs - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14320 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21684,27 +21675,27 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const -5 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#substr@varargs - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14352 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21716,25 +21707,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 2 i32.const 7 call $~lib/string/String#substr - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14496 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21746,25 +21737,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const -11 i32.const -6 call $~lib/string/String#substr - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21776,25 +21767,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 4 i32.const 3 call $~lib/string/String#substr - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14544 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21806,25 +21797,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 i32.const -1 call $~lib/string/String#substr - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21836,25 +21827,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 i32.const 100 call $~lib/string/String#substr - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14272 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21866,25 +21857,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 4 i32.const 4 call $~lib/string/String#substr - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14576 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21896,25 +21887,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 4 i32.const -3 call $~lib/string/String#substr - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21926,27 +21917,27 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#substring@varargs - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14272 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21958,27 +21949,27 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const -1 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#substring@varargs - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14272 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21990,27 +21981,27 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const -5 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#substring@varargs - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14272 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -22022,25 +22013,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 2 i32.const 7 call $~lib/string/String#substring - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14384 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -22052,25 +22043,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const -11 i32.const -6 call $~lib/string/String#substring - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -22082,25 +22073,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 4 i32.const 3 call $~lib/string/String#substring - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14608 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -22112,25 +22103,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 i32.const -1 call $~lib/string/String#substring - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -22142,25 +22133,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 i32.const 100 call $~lib/string/String#substring - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14272 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -22172,25 +22163,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 4 i32.const 4 call $~lib/string/String#substring - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -22202,25 +22193,25 @@ unreachable end global.get $std/string/str - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 4 i32.const -3 call $~lib/string/String#substring - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1888 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -22233,47 +22224,47 @@ end global.get $~lib/memory/__stack_pointer i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 0 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs - local.tee $54 + local.tee $51 i32.store offset=92 - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length i32.const 1 i32.eq if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22289,29 +22280,29 @@ end global.get $~lib/memory/__stack_pointer i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs - local.tee $54 + local.tee $51 i32.store offset=92 - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length i32.const 0 i32.eq @@ -22326,52 +22317,52 @@ end global.get $~lib/memory/__stack_pointer i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1600 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs - local.tee $54 + local.tee $51 i32.store offset=92 - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length i32.const 1 i32.eq if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22387,52 +22378,52 @@ end global.get $~lib/memory/__stack_pointer i32.const 14816 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 6608 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs - local.tee $54 + local.tee $51 i32.store offset=92 - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length i32.const 1 i32.eq if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14816 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22448,100 +22439,100 @@ end global.get $~lib/memory/__stack_pointer i32.const 14816 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1600 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs - local.tee $54 + local.tee $51 i32.store offset=92 - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length i32.const 3 i32.eq if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12336 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22557,100 +22548,100 @@ end global.get $~lib/memory/__stack_pointer i32.const 14848 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 14896 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs - local.tee $54 + local.tee $51 i32.store offset=92 - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length i32.const 3 i32.eq if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12336 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22666,124 +22657,124 @@ end global.get $~lib/memory/__stack_pointer i32.const 14928 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1600 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs - local.tee $54 + local.tee $51 i32.store offset=92 - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length i32.const 4 i32.eq if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12336 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 3 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22799,124 +22790,124 @@ end global.get $~lib/memory/__stack_pointer i32.const 14960 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1600 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs - local.tee $54 + local.tee $51 i32.store offset=92 - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length i32.const 4 i32.eq if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12336 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 3 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22932,124 +22923,124 @@ end global.get $~lib/memory/__stack_pointer i32.const 14992 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1600 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs - local.tee $54 + local.tee $51 i32.store offset=92 - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length i32.const 4 i32.eq if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12336 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 3 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23065,100 +23056,100 @@ end global.get $~lib/memory/__stack_pointer i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs - local.tee $54 + local.tee $51 i32.store offset=92 - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length i32.const 3 i32.eq if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12336 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23174,27 +23165,27 @@ end global.get $~lib/memory/__stack_pointer i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 0 call $~lib/string/String#split - local.tee $54 + local.tee $51 i32.store offset=92 - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length i32.const 0 i32.eq @@ -23209,50 +23200,50 @@ end global.get $~lib/memory/__stack_pointer i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 call $~lib/string/String#split - local.tee $54 + local.tee $51 i32.store offset=92 - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length i32.const 1 i32.eq if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23268,50 +23259,50 @@ end global.get $~lib/memory/__stack_pointer i32.const 14816 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1600 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 1 call $~lib/string/String#split - local.tee $54 + local.tee $51 i32.store offset=92 - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length i32.const 1 i32.eq if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23327,98 +23318,98 @@ end global.get $~lib/memory/__stack_pointer i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const 4 call $~lib/string/String#split - local.tee $54 + local.tee $51 i32.store offset=92 - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length i32.const 3 i32.eq if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12336 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23434,98 +23425,98 @@ end global.get $~lib/memory/__stack_pointer i32.const 1312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const -1 call $~lib/string/String#split - local.tee $54 + local.tee $51 i32.store offset=92 - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length i32.const 3 i32.eq if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12336 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23541,98 +23532,98 @@ end global.get $~lib/memory/__stack_pointer i32.const 14816 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1600 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 i32.const -1 call $~lib/string/String#split - local.tee $54 + local.tee $51 i32.store offset=92 - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 call $~lib/array/Array<~lib/string/String>#get:length i32.const 3 i32.eq if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12336 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 end if (result i32) - local.get $54 - local.set $55 + local.get $51 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23649,17 +23640,17 @@ i32.const 0 i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23673,17 +23664,17 @@ i32.const 1 i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2432 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23697,17 +23688,17 @@ i32.const 8 i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 16768 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23721,17 +23712,17 @@ i32.const 12 i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 16800 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23745,17 +23736,17 @@ i32.const 123 i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1376 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23769,17 +23760,17 @@ i32.const -1000 i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 16832 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23793,17 +23784,17 @@ i32.const 1234 i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12976 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23817,17 +23808,17 @@ i32.const 12345 i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 16864 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23841,17 +23832,17 @@ i32.const 123456 i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 16896 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23865,17 +23856,17 @@ i32.const 1111111 i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 16928 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23889,17 +23880,17 @@ i32.const 1234567 i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 16976 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23913,17 +23904,17 @@ i32.const 12345678 i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17024 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23937,17 +23928,17 @@ i32.const 123456789 i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17072 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23961,17 +23952,17 @@ i32.const 2147483646 i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17120 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23985,17 +23976,17 @@ i32.const 2147483647 i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17168 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24009,17 +24000,17 @@ i32.const -2147483648 i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17216 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24033,17 +24024,17 @@ i32.const -1 i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17264 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24057,17 +24048,17 @@ global.get $~lib/builtins/i8.MIN_VALUE i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17296 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24081,17 +24072,17 @@ global.get $~lib/builtins/i16.MIN_VALUE i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17328 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24105,17 +24096,17 @@ global.get $~lib/builtins/i32.MIN_VALUE i32.const 10 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17216 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24129,17 +24120,17 @@ i32.const 0 i32.const 10 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24153,17 +24144,17 @@ i32.const 1000 i32.const 10 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17360 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24177,17 +24168,17 @@ i32.const 2147483647 i32.const 10 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17168 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24201,17 +24192,17 @@ i32.const -2147483648 i32.const 10 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17392 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24225,17 +24216,17 @@ global.get $~lib/builtins/u32.MAX_VALUE i32.const 10 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24249,17 +24240,17 @@ i32.const 0 i32.const 16 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24273,17 +24264,17 @@ i32.const 1 i32.const 16 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2432 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24297,17 +24288,17 @@ i32.const 8 i32.const 16 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 16768 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24321,17 +24312,17 @@ i32.const 12 i32.const 16 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24345,17 +24336,17 @@ i32.const 123 i32.const 16 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17488 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24369,17 +24360,17 @@ i32.const 1234 i32.const 16 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17520 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24393,17 +24384,17 @@ i32.const 12345 i32.const 16 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17552 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24417,17 +24408,17 @@ i32.const 123456 i32.const 16 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17584 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24441,17 +24432,17 @@ i32.const 1111111 i32.const 16 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17616 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24465,17 +24456,17 @@ i32.const 1234567 i32.const 16 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17648 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24489,17 +24480,17 @@ i32.const 12345678 i32.const 16 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17680 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24513,17 +24504,17 @@ i32.const 123456789 i32.const 16 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17712 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24537,17 +24528,17 @@ i32.const 2147483646 i32.const 16 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17760 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24561,17 +24552,17 @@ i32.const 2147483647 i32.const 16 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17808 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24585,17 +24576,17 @@ i32.const -2147483648 i32.const 16 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17856 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24609,17 +24600,17 @@ i32.const -1 i32.const 16 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17904 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24633,17 +24624,17 @@ i32.const 0 i32.const 16 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24657,17 +24648,17 @@ i32.const -4096 i32.const 16 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 16832 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24681,17 +24672,17 @@ i32.const 2147483647 i32.const 16 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17808 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24705,17 +24696,17 @@ i32.const -2147483647 i32.const 16 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17952 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24729,17 +24720,17 @@ i32.const -268435455 i32.const 16 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18000 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24753,17 +24744,17 @@ i32.const -2147483648 i32.const 16 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18048 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24777,17 +24768,17 @@ i32.const -2147483648 i32.const 16 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18048 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24801,17 +24792,17 @@ i32.const 0 i32.const 2 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24825,17 +24816,17 @@ i32.const 1 i32.const 2 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2432 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24849,17 +24840,17 @@ i32.const 3 i32.const 2 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24873,17 +24864,17 @@ i32.const 7 i32.const 2 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18096 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24897,17 +24888,17 @@ i32.const 14 i32.const 2 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18128 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24921,17 +24912,17 @@ i32.const 29 i32.const 2 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18160 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24945,17 +24936,17 @@ i32.const 59 i32.const 2 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18192 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24969,17 +24960,17 @@ i32.const 4095 i32.const 2 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18224 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24993,17 +24984,17 @@ i32.const 33554431 i32.const 2 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18272 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25017,17 +25008,17 @@ i32.const -12 i32.const 2 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18352 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25041,17 +25032,17 @@ i32.const -4 i32.const 2 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18448 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25065,17 +25056,17 @@ i32.const -2 i32.const 2 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18544 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25089,17 +25080,17 @@ i32.const -1 i32.const 2 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18640 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25113,17 +25104,17 @@ i32.const -2047 i32.const 2 call $~lib/util/number/itoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18736 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25137,17 +25128,17 @@ i32.const -1 i32.const 3 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25161,17 +25152,17 @@ i32.const -1 i32.const 4 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18848 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25185,17 +25176,17 @@ i32.const -1 i32.const 5 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18912 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25209,17 +25200,17 @@ i32.const -1 i32.const 8 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18960 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25233,17 +25224,17 @@ i32.const -1 i32.const 11 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19008 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25257,17 +25248,17 @@ i32.const -1 i32.const 15 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19056 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25281,17 +25272,17 @@ i32.const -1 i32.const 17 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19104 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25305,17 +25296,17 @@ i32.const -1 i32.const 21 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19152 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25329,17 +25320,17 @@ i32.const -1 i32.const 27 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19200 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25353,17 +25344,17 @@ i32.const -1 i32.const 32 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19248 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25377,17 +25368,17 @@ i32.const -1 i32.const 36 call $~lib/util/number/utoa32 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19296 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25401,17 +25392,17 @@ i64.const 0 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25425,17 +25416,17 @@ i64.const 12 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 16800 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25449,17 +25440,17 @@ i64.const 123 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 1376 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25473,17 +25464,17 @@ i64.const 1234 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 12976 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25497,17 +25488,17 @@ i64.const 12345 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 16864 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25521,17 +25512,17 @@ i64.const 123456 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 16896 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25545,17 +25536,17 @@ i64.const 1234567 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 16976 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25569,17 +25560,17 @@ i64.const 99999999 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19344 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25593,17 +25584,17 @@ i64.const 100000000 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19392 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25617,17 +25608,17 @@ i64.const 4294967295 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25641,17 +25632,17 @@ i64.const 4294967297 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25665,17 +25656,17 @@ i64.const 68719476735 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19488 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25689,17 +25680,17 @@ i64.const 868719476735 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19536 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25713,17 +25704,17 @@ i64.const 8687194767350 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19584 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25737,17 +25728,17 @@ i64.const 86871947673501 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19632 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25761,17 +25752,17 @@ i64.const 999868719476735 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19680 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25785,17 +25776,17 @@ i64.const 9999868719476735 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19744 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25809,17 +25800,17 @@ i64.const 19999868719476735 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19808 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25833,17 +25824,17 @@ i64.const 129999868719476735 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19872 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25857,17 +25848,17 @@ i64.const 1239999868719476735 i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19936 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25881,17 +25872,17 @@ global.get $~lib/builtins/u64.MAX_VALUE i32.const 10 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20000 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25905,17 +25896,17 @@ i64.const 0 i32.const 10 call $~lib/util/number/itoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25929,17 +25920,17 @@ i64.const -1234 i32.const 10 call $~lib/util/number/itoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20064 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25953,17 +25944,17 @@ i64.const 4294967295 i32.const 10 call $~lib/util/number/itoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25977,17 +25968,17 @@ i64.const 4294967297 i32.const 10 call $~lib/util/number/itoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26001,17 +25992,17 @@ i64.const -4294967295 i32.const 10 call $~lib/util/number/itoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20096 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26025,17 +26016,17 @@ i64.const 68719476735 i32.const 10 call $~lib/util/number/itoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 19488 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26049,17 +26040,17 @@ i64.const -68719476735 i32.const 10 call $~lib/util/number/itoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20144 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26073,17 +26064,17 @@ i64.const -868719476735 i32.const 10 call $~lib/util/number/itoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20192 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26097,17 +26088,17 @@ i64.const -999868719476735 i32.const 10 call $~lib/util/number/itoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20240 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26121,17 +26112,17 @@ i64.const -19999868719476735 i32.const 10 call $~lib/util/number/itoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20304 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26145,17 +26136,17 @@ global.get $~lib/builtins/i64.MAX_VALUE i32.const 10 call $~lib/util/number/itoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26169,17 +26160,17 @@ global.get $~lib/builtins/i64.MIN_VALUE i32.const 10 call $~lib/util/number/itoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20432 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26193,17 +26184,17 @@ i64.const 0 i32.const 16 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26217,17 +26208,17 @@ i64.const 1 i32.const 16 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2432 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26241,17 +26232,17 @@ i64.const 12 i32.const 16 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 13440 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26265,17 +26256,17 @@ i64.const 1234 i32.const 16 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17520 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26289,17 +26280,17 @@ i64.const 1111111 i32.const 16 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 17616 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26313,17 +26304,17 @@ i64.const 8589934591 i32.const 16 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20496 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26337,17 +26328,17 @@ i64.const 5942249508321 i32.const 16 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20544 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26361,17 +26352,17 @@ i64.const 76310993685985 i32.const 16 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20592 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26385,17 +26376,17 @@ i64.const 920735923817967 i32.const 16 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20640 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26409,17 +26400,17 @@ i64.const 9927935178558959 i32.const 16 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26433,17 +26424,17 @@ i64.const 81985529216486895 i32.const 16 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20736 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26457,17 +26448,17 @@ i64.const 1311768467463790320 i32.const 16 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20800 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26481,17 +26472,17 @@ i64.const 9223372036854775807 i32.const 16 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20864 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26505,17 +26496,17 @@ i64.const -1 i32.const 16 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20928 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26529,17 +26520,17 @@ i64.const -9223372036854775807 i32.const 16 call $~lib/util/number/itoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 20992 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26553,17 +26544,17 @@ i64.const -9223372036854775808 i32.const 16 call $~lib/util/number/itoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 21056 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26577,17 +26568,17 @@ i64.const -9223372036854775808 i32.const 16 call $~lib/util/number/itoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 21056 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26601,17 +26592,17 @@ i64.const 0 i32.const 2 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26625,17 +26616,17 @@ i64.const 1 i32.const 2 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 2432 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26649,17 +26640,17 @@ i64.const 7 i32.const 2 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18096 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26673,17 +26664,17 @@ i64.const 14 i32.const 2 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18128 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26697,17 +26688,17 @@ i64.const 59 i32.const 2 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18192 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26721,17 +26712,17 @@ i64.const 4095 i32.const 2 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18224 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26745,17 +26736,17 @@ i64.const 4294967295 i32.const 2 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 18640 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26769,17 +26760,17 @@ i64.const 562949953421311 i32.const 2 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 21120 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26793,17 +26784,17 @@ i64.const -1 i32.const 2 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 21248 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26817,17 +26808,17 @@ i64.const -8589934591 i32.const 2 call $~lib/util/number/itoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 21408 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26841,17 +26832,17 @@ i64.const -1 i32.const 3 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 21504 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26865,17 +26856,17 @@ i64.const -1 i32.const 4 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 21616 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26889,17 +26880,17 @@ i64.const -1 i32.const 5 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 21712 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26913,17 +26904,17 @@ i64.const -1 i32.const 8 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 21792 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26937,17 +26928,17 @@ i64.const -1 i32.const 11 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 21856 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26961,17 +26952,17 @@ i64.const -1 i32.const 15 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 21920 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26985,17 +26976,17 @@ i64.const -1 i32.const 17 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 21984 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27009,17 +27000,17 @@ i64.const -1 i32.const 21 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 22048 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27033,17 +27024,17 @@ i64.const -1 i32.const 27 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 22112 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27057,17 +27048,17 @@ i64.const -1 i32.const 32 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 22160 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27081,17 +27072,17 @@ i64.const -1 i32.const 36 call $~lib/util/number/utoa64 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 22208 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27104,17 +27095,17 @@ end f64.const 0 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 22256 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27127,17 +27118,17 @@ end f64.const -0 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 22256 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27150,17 +27141,17 @@ end f64.const nan:0x8000000000000 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 6672 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27173,17 +27164,17 @@ end f64.const inf call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 22288 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27197,17 +27188,17 @@ f64.const inf f64.neg call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 7936 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27220,17 +27211,17 @@ end global.get $~lib/builtins/f64.EPSILON call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 7152 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27244,17 +27235,17 @@ global.get $~lib/builtins/f64.EPSILON f64.neg call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 23312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27267,17 +27258,17 @@ end global.get $~lib/builtins/f64.MAX_VALUE call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 7216 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27291,17 +27282,17 @@ global.get $~lib/builtins/f64.MAX_VALUE f64.neg call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 23376 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27314,17 +27305,17 @@ end global.get $~lib/builtins/f32.EPSILON call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 23456 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27338,17 +27329,17 @@ global.get $~lib/builtins/f32.EPSILON f32.neg call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 23504 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27361,17 +27352,17 @@ end global.get $~lib/builtins/f32.MAX_VALUE call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 23552 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27385,17 +27376,17 @@ global.get $~lib/builtins/f32.MAX_VALUE f32.neg call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 23600 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27408,17 +27399,17 @@ end f64.const 4185580496821356722454785e274 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 23648 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27431,17 +27422,17 @@ end f64.const 2.2250738585072014e-308 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 23712 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27454,17 +27445,17 @@ end f64.const 4.940656e-318 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 23792 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27477,17 +27468,17 @@ end f64.const 9060801153433600 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 23840 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27500,17 +27491,17 @@ end f64.const 4708356024711512064 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 23904 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27523,17 +27514,17 @@ end f64.const 9409340012568248320 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 23968 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27546,17 +27537,17 @@ end f64.const 5e-324 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 7296 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27569,17 +27560,17 @@ end f64.const 1 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24032 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27592,17 +27583,17 @@ end f64.const 0.1 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 4256 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27615,17 +27606,17 @@ end f64.const -1 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24064 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27638,17 +27629,17 @@ end f64.const -0.1 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24096 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27661,17 +27652,17 @@ end f64.const 1e6 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24128 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27684,17 +27675,17 @@ end f64.const 1e-06 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24176 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27707,17 +27698,17 @@ end f64.const -1e6 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24224 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27730,17 +27721,17 @@ end f64.const -1e-06 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24272 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27753,17 +27744,17 @@ end f64.const 1e7 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24320 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27776,17 +27767,17 @@ end f64.const 1e-07 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24368 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27799,17 +27790,17 @@ end f64.const 1.e+308 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 4544 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27822,17 +27813,17 @@ end f64.const -1.e+308 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24400 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27845,17 +27836,17 @@ end f64.const inf call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 22288 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27868,17 +27859,17 @@ end f64.const -inf call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 7936 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27891,17 +27882,17 @@ end f64.const 1e-308 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24448 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27914,17 +27905,17 @@ end f64.const -1e-308 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24480 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27937,17 +27928,17 @@ end f64.const 1e-323 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24528 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27960,17 +27951,17 @@ end f64.const -1e-323 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24560 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27983,17 +27974,17 @@ end f64.const 0 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 22256 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28006,17 +27997,17 @@ end i32.const -24 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24608 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28029,17 +28020,17 @@ end f64.const 1.2312145673456234e-08 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24656 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28052,17 +28043,17 @@ end f64.const 555555555.5555556 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24720 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28075,17 +28066,17 @@ end f64.const 0.9999999999999999 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24784 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28098,17 +28089,17 @@ end f64.const 1 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24032 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28121,17 +28112,17 @@ end f64.const 12.34 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24848 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28146,17 +28137,17 @@ f64.const 3 f64.div call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24880 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28169,17 +28160,17 @@ end f64.const 1234e17 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 24944 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28192,17 +28183,17 @@ end f64.const 1234e18 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 25024 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28215,17 +28206,17 @@ end f64.const 2.71828 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 25072 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28238,17 +28229,17 @@ end f64.const 0.0271828 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 25120 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28261,17 +28252,17 @@ end f64.const 271.828 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 25168 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28284,17 +28275,17 @@ end f64.const 1.1e+128 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 25216 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28307,17 +28298,17 @@ end f64.const 1.1e-64 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 25264 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28330,17 +28321,17 @@ end f64.const 0.000035689 call $~lib/util/number/dtoa - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 25312 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28352,29 +28343,29 @@ unreachable end i32.const 25360 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 25392 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#concat - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 25424 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28386,29 +28377,29 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 25472 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#concat - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 25472 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28420,29 +28411,29 @@ unreachable end i32.const 25472 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#concat - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 25472 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28454,29 +28445,29 @@ unreachable end i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=8 - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=12 - local.get $55 + local.get $52 call $~lib/string/String#concat - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 688 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28488,17 +28479,17 @@ unreachable end i32.const 25504 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 25504 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28510,17 +28501,17 @@ unreachable end i32.const 25504 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 25504 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28532,17 +28523,17 @@ unreachable end i32.const 25536 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 25536 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28554,17 +28545,17 @@ unreachable end i32.const 25568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store - local.get $55 + local.get $52 i32.const 25568 - local.set $55 + local.set $52 global.get $~lib/memory/__stack_pointer - local.get $55 + local.get $52 i32.store offset=4 - local.get $55 + local.get $52 call $~lib/string/String.__eq i32.eqz if diff --git a/tests/compiler/std/string.release.wat b/tests/compiler/std/string.release.wat index a18ea8e7a2..6f48e9cd48 100644 --- a/tests/compiler/std/string.release.wat +++ b/tests/compiler/std/string.release.wat @@ -9711,11 +9711,11 @@ (local $9 i32) (local $10 i32) global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner3 - block $folding-inner2 + block $folding-inner4 + block $folding-inner3 block $folding-inner1 block $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -9724,7 +9724,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 40 + i32.const 36 memory.fill local.get $2 i32.eqz @@ -9740,10 +9740,6 @@ local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $2 - i32.load offset=4 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -9786,37 +9782,37 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $folding-inner2 + br $folding-inner4 end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 20 i32.sub i32.load offset=16 i32.const 1 i32.shr_u - local.set $8 + local.set $6 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=8 + i32.store offset=4 i32.const 2147483647 local.get $2 local.get $2 i32.const 0 i32.lt_s select - local.set $2 + local.set $8 local.get $1 i32.const 20 i32.sub i32.load offset=16 i32.const 1 i32.shr_u - local.tee $5 + local.tee $4 if - local.get $8 + local.get $6 i32.eqz if global.get $~lib/memory/__stack_pointer @@ -9825,36 +9821,36 @@ i32.const 0 call $~lib/rt/__newArray local.tee $2 - i32.store offset=20 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=8 + i32.store offset=4 local.get $2 i32.load offset=4 i32.const 1712 i32.store - br $folding-inner2 + br $folding-inner4 end else - local.get $8 + local.get $6 i32.eqz br_if $folding-inner1 global.get $~lib/memory/__stack_pointer + local.get $6 local.get $8 - local.get $2 - local.get $2 + local.get $6 local.get $8 - i32.gt_s + i32.lt_s select local.tee $3 i32.const 5 i32.const 0 call $~lib/rt/__newArray local.tee $2 - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=8 + i32.store offset=4 local.get $2 i32.load offset=4 local.set $4 @@ -9870,7 +9866,7 @@ i32.const 2 call $~lib/rt/itcms/__new local.tee $5 - i32.store offset=16 + i32.store offset=12 local.get $5 local.get $0 local.get $1 @@ -9897,31 +9893,31 @@ br $for-loop|0 end end - br $folding-inner2 + br $folding-inner4 end global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 i32.const 0 call $~lib/rt/__newArray - local.tee $9 - i32.store offset=24 + local.tee $2 + i32.store offset=20 loop $while-continue|1 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=28 + i32.store offset=24 local.get $0 local.get $1 local.get $3 call $~lib/string/String#indexOf - local.tee $6 + local.tee $9 i32.const -1 i32.xor if - local.get $6 + local.get $9 local.get $3 i32.sub local.tee $7 @@ -9932,48 +9928,48 @@ local.get $7 i32.const 1 i32.shl - local.tee $7 + local.tee $10 i32.const 2 call $~lib/rt/itcms/__new - local.tee $10 - i32.store offset=32 - local.get $10 + local.tee $7 + i32.store offset=28 + local.get $7 local.get $0 local.get $3 i32.const 1 i32.shl i32.add - local.get $7 + local.get $10 memory.copy global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=8 + local.get $2 + i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=28 - local.get $9 - local.get $10 + local.get $7 + i32.store offset=24 + local.get $2 + local.get $7 call $~lib/array/Array<~lib/string/String>#push else global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=8 + local.get $2 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store offset=28 - local.get $9 + i32.store offset=24 + local.get $2 i32.const 1712 call $~lib/array/Array<~lib/string/String>#push end - local.get $4 + local.get $5 i32.const 1 i32.add - local.tee $4 - local.get $2 + local.tee $5 + local.get $8 i32.eq br_if $folding-inner3 - local.get $5 - local.get $6 + local.get $4 + local.get $9 i32.add local.set $3 br $while-continue|1 @@ -9983,17 +9979,17 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=8 + local.get $2 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=28 - local.get $9 + i32.store offset=24 + local.get $2 local.get $0 call $~lib/array/Array<~lib/string/String>#push br $folding-inner3 end - local.get $8 + local.get $6 local.get $3 i32.sub local.tee $1 @@ -10007,9 +10003,9 @@ local.tee $1 i32.const 2 call $~lib/rt/itcms/__new - local.tee $2 - i32.store offset=36 - local.get $2 + local.tee $4 + i32.store offset=32 + local.get $4 local.get $0 local.get $3 i32.const 1 @@ -10018,31 +10014,26 @@ local.get $1 memory.copy global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=28 - local.get $9 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=24 local.get $2 + local.get $4 call $~lib/array/Array<~lib/string/String>#push else global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=8 + local.get $2 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1712 - i32.store offset=28 - local.get $9 + i32.store offset=24 + local.get $2 i32.const 1712 call $~lib/array/Array<~lib/string/String>#push end - global.get $~lib/memory/__stack_pointer - i32.const 40 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $9 - return + br $folding-inner4 end i32.const 59424 i32.const 59472 @@ -10056,19 +10047,20 @@ i32.const 0 call $~lib/rt/__newArray local.set $2 + br $folding-inner4 end global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer local.get $2 return end global.get $~lib/memory/__stack_pointer - i32.const 40 + i32.const 36 i32.add global.set $~lib/memory/__stack_pointer - local.get $9 + local.get $2 ) (func $~lib/string/String#split@varargs (param $0 i32) (param $1 i32) (result i32) (local $2 i32) diff --git a/tests/compiler/std/typedarray.debug.wat b/tests/compiler/std/typedarray.debug.wat index 371919deb9..fecf5869a5 100644 --- a/tests/compiler/std/typedarray.debug.wat +++ b/tests/compiler/std/typedarray.debug.wat @@ -66095,11 +66095,6 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) - (local $13 i32) - (local $14 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -66116,29 +66111,29 @@ local.tee $setSource4 i32.store local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set @@ -66149,38 +66144,38 @@ local.tee $setSource5 i32.store offset=8 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set @@ -66191,29 +66186,29 @@ local.tee $setSource6 i32.store offset=12 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set @@ -66224,191 +66219,191 @@ local.tee $a i32.store offset=16 local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource1 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Int8Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 0 i32.const 16 i32.const 10288 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource2 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 3 call $~lib/typedarray/Int8Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 0 i32.const 16 i32.const 10368 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 6 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Int64Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 0 i32.const 16 i32.const 10400 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> i32.const 1 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource3 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 2 call $~lib/typedarray/Int8Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 0 i32.const 16 i32.const 10432 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Uint8Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 4 call $~lib/typedarray/Int8Array#set<~lib/typedarray/Int16Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource7 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 7 call $~lib/typedarray/Int8Array#set<~lib/array/Array> i32.const 0 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 0 i32.const 16 i32.const 10464 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int8Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -67493,11 +67488,6 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) - (local $13 i32) - (local $14 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -67514,29 +67504,29 @@ local.tee $setSource4 i32.store local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set @@ -67547,38 +67537,38 @@ local.tee $setSource5 i32.store offset=8 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set @@ -67589,29 +67579,29 @@ local.tee $setSource6 i32.store offset=12 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set @@ -67622,191 +67612,191 @@ local.tee $a i32.store offset=16 local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource1 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Uint8Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 0 i32.const 64 i32.const 10496 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource2 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 3 call $~lib/typedarray/Uint8Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 0 i32.const 64 i32.const 10576 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 6 call $~lib/typedarray/Uint8Array#set<~lib/typedarray/Int64Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 0 i32.const 64 i32.const 10608 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> i32.const 1 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource3 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 2 call $~lib/typedarray/Uint8Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 0 i32.const 64 i32.const 10640 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Uint8Array#set<~lib/typedarray/Uint8Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 4 call $~lib/typedarray/Uint8Array#set<~lib/typedarray/Int16Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource7 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 7 call $~lib/typedarray/Uint8Array#set<~lib/array/Array> i32.const 0 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 0 i32.const 64 i32.const 10672 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -68952,11 +68942,6 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) - (local $13 i32) - (local $14 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -68973,29 +68958,29 @@ local.tee $setSource4 i32.store local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set @@ -69006,38 +68991,38 @@ local.tee $setSource5 i32.store offset=8 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set @@ -69048,29 +69033,29 @@ local.tee $setSource6 i32.store offset=12 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set @@ -69081,191 +69066,191 @@ local.tee $a i32.store offset=16 local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource1 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 0 i32.const 64 i32.const 10704 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource2 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 3 call $~lib/typedarray/Uint8ClampedArray#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 0 i32.const 64 i32.const 10800 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 6 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int64Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 0 i32.const 64 i32.const 10832 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> i32.const 1 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource3 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 0 i32.const 64 i32.const 10864 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Uint8Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 4 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int16Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource7 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 7 call $~lib/typedarray/Uint8ClampedArray#set<~lib/array/Array> i32.const 1 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 0 i32.const 64 i32.const 10896 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -70384,11 +70369,6 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) - (local $13 i32) - (local $14 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -70405,29 +70385,29 @@ local.tee $setSource4 i32.store local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set @@ -70438,38 +70418,38 @@ local.tee $setSource5 i32.store offset=8 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set @@ -70480,29 +70460,29 @@ local.tee $setSource6 i32.store offset=12 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set @@ -70513,191 +70493,191 @@ local.tee $a i32.store offset=16 local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource1 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Int16Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 1 i32.const 65 i32.const 10928 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource2 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 3 call $~lib/typedarray/Int16Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 1 i32.const 65 i32.const 11024 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 6 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Int64Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 1 i32.const 65 i32.const 11072 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> i32.const 1 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource3 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 2 call $~lib/typedarray/Int16Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 1 i32.const 65 i32.const 11120 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Uint8Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 4 call $~lib/typedarray/Int16Array#set<~lib/typedarray/Int16Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource7 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 7 call $~lib/typedarray/Int16Array#set<~lib/array/Array> i32.const 0 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 1 i32.const 65 i32.const 11168 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -71816,11 +71796,6 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) - (local $13 i32) - (local $14 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -71837,29 +71812,29 @@ local.tee $setSource4 i32.store local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set @@ -71870,38 +71845,38 @@ local.tee $setSource5 i32.store offset=8 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set @@ -71912,29 +71887,29 @@ local.tee $setSource6 i32.store offset=12 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set @@ -71945,191 +71920,191 @@ local.tee $a i32.store offset=16 local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource1 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Uint16Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 1 i32.const 66 i32.const 11216 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource2 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 3 call $~lib/typedarray/Uint16Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 1 i32.const 66 i32.const 11312 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 6 call $~lib/typedarray/Uint16Array#set<~lib/typedarray/Int64Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 1 i32.const 66 i32.const 11360 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> i32.const 1 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource3 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 2 call $~lib/typedarray/Uint16Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 1 i32.const 66 i32.const 11408 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Uint16Array#set<~lib/typedarray/Uint8Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 4 call $~lib/typedarray/Uint16Array#set<~lib/typedarray/Int16Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource7 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 7 call $~lib/typedarray/Uint16Array#set<~lib/array/Array> i32.const 0 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 1 i32.const 66 i32.const 11456 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -73223,11 +73198,6 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) - (local $13 i32) - (local $14 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -73244,29 +73214,29 @@ local.tee $setSource4 i32.store local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set @@ -73277,38 +73247,38 @@ local.tee $setSource5 i32.store offset=8 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set @@ -73319,29 +73289,29 @@ local.tee $setSource6 i32.store offset=12 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set @@ -73352,191 +73322,191 @@ local.tee $a i32.store offset=16 local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource1 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Int32Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 2 i32.const 17 i32.const 11504 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource2 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 3 call $~lib/typedarray/Int32Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 2 i32.const 17 i32.const 11616 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 6 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Int64Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 2 i32.const 17 i32.const 11680 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> i32.const 1 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource3 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 2 call $~lib/typedarray/Int32Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 2 i32.const 17 i32.const 11744 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Uint8Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 4 call $~lib/typedarray/Int32Array#set<~lib/typedarray/Int16Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource7 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 7 call $~lib/typedarray/Int32Array#set<~lib/array/Array> i32.const 0 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 2 i32.const 17 i32.const 11808 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -74655,11 +74625,6 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) - (local $13 i32) - (local $14 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -74676,29 +74641,29 @@ local.tee $setSource4 i32.store local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set @@ -74709,38 +74674,38 @@ local.tee $setSource5 i32.store offset=8 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set @@ -74751,29 +74716,29 @@ local.tee $setSource6 i32.store offset=12 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set @@ -74784,191 +74749,191 @@ local.tee $a i32.store offset=16 local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource1 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Uint32Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 2 i32.const 67 i32.const 11872 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource2 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 3 call $~lib/typedarray/Uint32Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 2 i32.const 67 i32.const 11984 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 6 call $~lib/typedarray/Uint32Array#set<~lib/typedarray/Int64Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 2 i32.const 67 i32.const 12048 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> i32.const 1 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource3 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 2 call $~lib/typedarray/Uint32Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 2 i32.const 67 i32.const 12112 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Uint32Array#set<~lib/typedarray/Uint8Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 4 call $~lib/typedarray/Uint32Array#set<~lib/typedarray/Int16Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource7 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 7 call $~lib/typedarray/Uint32Array#set<~lib/array/Array> i32.const 0 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 2 i32.const 67 i32.const 12176 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -76092,11 +76057,6 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) - (local $13 i32) - (local $14 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -76113,29 +76073,29 @@ local.tee $setSource4 i32.store local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set @@ -76146,38 +76106,38 @@ local.tee $setSource5 i32.store offset=8 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set @@ -76188,29 +76148,29 @@ local.tee $setSource6 i32.store offset=12 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set @@ -76221,191 +76181,191 @@ local.tee $a i32.store offset=16 local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource1 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Int64Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 3 i32.const 68 i32.const 12240 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource2 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 3 call $~lib/typedarray/Int64Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 3 i32.const 68 i32.const 12400 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 6 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Int64Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 3 i32.const 68 i32.const 12512 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> i32.const 1 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource3 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 2 call $~lib/typedarray/Int64Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 3 i32.const 68 i32.const 12624 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Uint8Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 4 call $~lib/typedarray/Int64Array#set<~lib/typedarray/Int16Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource7 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 7 call $~lib/typedarray/Int64Array#set<~lib/array/Array> i32.const 0 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 3 i32.const 68 i32.const 12736 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -77529,11 +77489,6 @@ (local $7 i32) (local $8 i32) (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) - (local $13 i32) - (local $14 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -77550,29 +77505,29 @@ local.tee $setSource4 i32.store local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set @@ -77583,38 +77538,38 @@ local.tee $setSource5 i32.store offset=8 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set @@ -77625,29 +77580,29 @@ local.tee $setSource6 i32.store offset=12 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set @@ -77658,191 +77613,191 @@ local.tee $a i32.store offset=16 local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource1 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Uint64Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 3 i32.const 69 i32.const 12848 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource2 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 3 call $~lib/typedarray/Uint64Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 3 i32.const 69 i32.const 13008 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource4 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 6 call $~lib/typedarray/Uint64Array#set<~lib/typedarray/Int64Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 3 i32.const 69 i32.const 13120 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> i32.const 1 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource3 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 2 call $~lib/typedarray/Uint64Array#set<~lib/array/Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 3 i32.const 69 i32.const 13232 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource5 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 0 call $~lib/typedarray/Uint64Array#set<~lib/typedarray/Uint8Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 local.get $setSource6 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 4 call $~lib/typedarray/Uint64Array#set<~lib/typedarray/Int16Array> local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 global.get $std/typedarray/setSource7 - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 i32.const 7 call $~lib/typedarray/Uint64Array#set<~lib/array/Array> i32.const 0 drop local.get $a - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=4 - local.get $14 + local.get $9 i32.const 10 i32.const 3 i32.const 69 i32.const 13344 call $~lib/rt/__newArray - local.set $14 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $14 + local.get $9 i32.store offset=20 - local.get $14 + local.get $9 call $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -78788,10 +78743,6 @@ (local $6 i32) (local $7 i32) (local $8 i32) - (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -78808,29 +78759,29 @@ local.tee $setSource4 i32.store local.get $setSource4 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set @@ -78841,38 +78792,38 @@ local.tee $setSource5 i32.store offset=8 local.get $setSource5 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set @@ -78883,29 +78834,29 @@ local.tee $setSource6 i32.store offset=12 local.get $setSource6 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set @@ -78916,160 +78867,160 @@ local.tee $a i32.store offset=16 local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 global.get $std/typedarray/setSource1 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 i32.const 0 call $~lib/typedarray/Float32Array#set<~lib/array/Array> local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 10 i32.const 2 i32.const 62 i32.const 13456 call $~lib/rt/__newArray - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 call $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 global.get $std/typedarray/setSource2 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 i32.const 3 call $~lib/typedarray/Float32Array#set<~lib/array/Array> local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 10 i32.const 2 i32.const 62 i32.const 13568 call $~lib/rt/__newArray - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 call $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 local.get $setSource4 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 i32.const 6 call $~lib/typedarray/Float32Array#set<~lib/typedarray/Int64Array> local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 10 i32.const 2 i32.const 62 i32.const 13632 call $~lib/rt/__newArray - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 call $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> i32.const 0 drop local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 local.get $setSource5 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 i32.const 0 call $~lib/typedarray/Float32Array#set<~lib/typedarray/Uint8Array> local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 local.get $setSource6 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 i32.const 4 call $~lib/typedarray/Float32Array#set<~lib/typedarray/Int16Array> local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 global.get $std/typedarray/setSource7 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 i32.const 7 call $~lib/typedarray/Float32Array#set<~lib/array/Array> i32.const 0 drop local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 10 i32.const 2 i32.const 62 i32.const 13696 call $~lib/rt/__newArray - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 call $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -80047,10 +79998,6 @@ (local $6 i32) (local $7 i32) (local $8 i32) - (local $9 i32) - (local $10 i32) - (local $11 i32) - (local $12 i32) global.get $~lib/memory/__stack_pointer i32.const 24 i32.sub @@ -80067,29 +80014,29 @@ local.tee $setSource4 i32.store local.get $setSource4 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 0 i64.const 7 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 1 i64.const 8 call $~lib/typedarray/Int64Array#__set local.get $setSource4 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 2 i64.const 9 call $~lib/typedarray/Int64Array#__set @@ -80100,38 +80047,38 @@ local.tee $setSource5 i32.store offset=8 local.get $setSource5 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 0 i32.const 100 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 1 i32.const 101 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 2 i32.const 102 call $~lib/typedarray/Uint8Array#__set local.get $setSource5 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 3 i32.const 103 call $~lib/typedarray/Uint8Array#__set @@ -80142,29 +80089,29 @@ local.tee $setSource6 i32.store offset=12 local.get $setSource6 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 0 i32.const 1000 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 1 i32.const 1001 call $~lib/typedarray/Int16Array#__set local.get $setSource6 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 2 i32.const 1002 call $~lib/typedarray/Int16Array#__set @@ -80175,160 +80122,160 @@ local.tee $a i32.store offset=16 local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 global.get $std/typedarray/setSource1 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 i32.const 0 call $~lib/typedarray/Float64Array#set<~lib/array/Array> local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 10 i32.const 3 i32.const 63 i32.const 13760 call $~lib/rt/__newArray - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 call $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 global.get $std/typedarray/setSource2 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 i32.const 3 call $~lib/typedarray/Float64Array#set<~lib/array/Array> local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 10 i32.const 3 i32.const 63 i32.const 13920 call $~lib/rt/__newArray - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 call $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 local.get $setSource4 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 i32.const 6 call $~lib/typedarray/Float64Array#set<~lib/typedarray/Int64Array> local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 10 i32.const 3 i32.const 63 i32.const 14032 call $~lib/rt/__newArray - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 call $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> i32.const 0 drop local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 local.get $setSource5 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 i32.const 0 call $~lib/typedarray/Float64Array#set<~lib/typedarray/Uint8Array> local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 local.get $setSource6 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 i32.const 4 call $~lib/typedarray/Float64Array#set<~lib/typedarray/Int16Array> local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 global.get $std/typedarray/setSource7 - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 i32.const 7 call $~lib/typedarray/Float64Array#set<~lib/array/Array> i32.const 0 drop local.get $a - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=4 - local.get $12 + local.get $8 i32.const 10 i32.const 3 i32.const 63 i32.const 14144 call $~lib/rt/__newArray - local.set $12 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $8 i32.store offset=20 - local.get $12 + local.get $8 call $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> global.get $~lib/memory/__stack_pointer i32.const 24 @@ -88181,42 +88128,6 @@ (local $62 i32) (local $63 i32) (local $64 i32) - (local $65 i32) - (local $66 i32) - (local $67 i32) - (local $68 i32) - (local $69 i32) - (local $70 i32) - (local $71 i32) - (local $72 i32) - (local $73 i32) - (local $74 i32) - (local $75 i32) - (local $76 i32) - (local $77 i32) - (local $78 i32) - (local $79 i32) - (local $80 i32) - (local $81 i32) - (local $82 i32) - (local $83 i32) - (local $84 i32) - (local $85 i32) - (local $86 i32) - (local $87 i32) - (local $88 i32) - (local $89 i32) - (local $90 i32) - (local $91 i32) - (local $92 i32) - (local $93 i32) - (local $94 i32) - (local $95 i32) - (local $96 i32) - (local $97 i32) - (local $98 i32) - (local $99 i32) - (local $100 i32) global.get $~lib/memory/__stack_pointer i32.const 124 i32.sub @@ -88298,38 +88209,38 @@ local.tee $0 i32.store local.get $0 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set local.get $0 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set local.get $0 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set local.get $0 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/typedarray/Int32Array#get:length i32.const 3 i32.eq @@ -88343,11 +88254,11 @@ unreachable end local.get $0 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 i32.eq @@ -88361,11 +88272,11 @@ unreachable end local.get $0 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 i32.const 4 @@ -88381,11 +88292,11 @@ unreachable end local.get $0 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 call $~lib/typedarray/Int32Array#__get i32.const 1 @@ -88400,11 +88311,11 @@ unreachable end local.get $0 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 call $~lib/typedarray/Int32Array#__get i32.const 2 @@ -88419,11 +88330,11 @@ unreachable end local.get $0 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 call $~lib/typedarray/Int32Array#__get i32.const 3 @@ -88439,22 +88350,22 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#subarray local.tee $0 i32.store local.get $0 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/typedarray/Int32Array#get:length i32.const 1 i32.eq @@ -88468,11 +88379,11 @@ unreachable end local.get $0 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 1 i32.const 4 @@ -88488,11 +88399,11 @@ unreachable end local.get $0 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 1 i32.const 4 @@ -88508,11 +88419,11 @@ unreachable end local.get $0 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 call $~lib/typedarray/Int32Array#__get i32.const 2 @@ -88533,95 +88444,95 @@ local.tee $1 i32.store offset=8 local.get $1 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 f64.const 1 call $~lib/typedarray/Float64Array#__set local.get $1 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 f64.const 2 call $~lib/typedarray/Float64Array#__set local.get $1 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 f64.const 7 call $~lib/typedarray/Float64Array#__set local.get $1 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 3 f64.const 6 call $~lib/typedarray/Float64Array#__set local.get $1 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 4 f64.const 5 call $~lib/typedarray/Float64Array#__set local.get $1 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 f64.const 4 call $~lib/typedarray/Float64Array#__set local.get $1 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 6 f64.const 3 call $~lib/typedarray/Float64Array#__set local.get $1 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 7 f64.const 8 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $1 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 i32.const 6 call $~lib/typedarray/Float64Array#subarray local.tee $1 i32.store offset=8 local.get $1 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/typedarray/Float64Array#get:length i32.const 4 i32.eq @@ -88635,11 +88546,11 @@ unreachable end local.get $1 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 2 i32.const 8 @@ -88655,11 +88566,11 @@ unreachable end local.get $1 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 4 i32.const 8 @@ -88675,33 +88586,33 @@ unreachable end local.get $1 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Float64Array#sort@varargs drop local.get $1 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 call $~lib/typedarray/Float64Array#__get f64.const 4 f64.eq if (result i32) local.get $1 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 call $~lib/typedarray/Float64Array#__get f64.const 5 @@ -88711,11 +88622,11 @@ end if (result i32) local.get $1 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 call $~lib/typedarray/Float64Array#__get f64.const 6 @@ -88725,11 +88636,11 @@ end if (result i32) local.get $1 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 3 call $~lib/typedarray/Float64Array#__get f64.const 7 @@ -88753,38 +88664,38 @@ local.tee $2 i32.store offset=12 local.get $2 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const -32 call $~lib/typedarray/Uint8ClampedArray#__set local.get $2 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__set local.get $2 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 i32.const 256 call $~lib/typedarray/Uint8ClampedArray#__set local.get $2 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#__get i32.const 0 @@ -88799,11 +88710,11 @@ unreachable end local.get $2 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#__get i32.const 2 @@ -88818,11 +88729,11 @@ unreachable end local.get $2 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 call $~lib/typedarray/Uint8ClampedArray#__get i32.const 255 @@ -88843,77 +88754,77 @@ local.tee $3 i32.store offset=16 local.get $3 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 call $~lib/typedarray/Int8Array#__set local.get $3 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 2 call $~lib/typedarray/Int8Array#__set local.get $3 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 i32.const 3 call $~lib/typedarray/Int8Array#__set local.get $3 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 3 i32.const 4 call $~lib/typedarray/Int8Array#__set local.get $3 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 4 i32.const 5 call $~lib/typedarray/Int8Array#__set local.get $3 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 1 i32.const 3 call $~lib/typedarray/Int8Array#fill drop local.get $3 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 0 i32.const 16 i32.const 704 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt8ArrayEqual i32.eqz if @@ -88925,11 +88836,11 @@ unreachable end local.get $3 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 0 i32.const 1 @@ -88938,21 +88849,21 @@ call $~lib/typedarray/Int8Array#fill@varargs drop local.get $3 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 0 i32.const 16 i32.const 784 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt8ArrayEqual i32.eqz if @@ -88964,32 +88875,32 @@ unreachable end local.get $3 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 0 i32.const -3 call $~lib/typedarray/Int8Array#fill drop local.get $3 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 0 i32.const 16 i32.const 816 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt8ArrayEqual i32.eqz if @@ -89001,11 +88912,11 @@ unreachable end local.get $3 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 i32.const -2 i32.const 2 @@ -89014,21 +88925,21 @@ call $~lib/typedarray/Int8Array#fill@varargs drop local.get $3 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 0 i32.const 16 i32.const 848 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt8ArrayEqual i32.eqz if @@ -89040,32 +88951,32 @@ unreachable end local.get $3 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 i32.const 0 call $~lib/typedarray/Int8Array#fill drop local.get $3 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 0 i32.const 16 i32.const 880 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt8ArrayEqual i32.eqz if @@ -89078,22 +88989,22 @@ end global.get $~lib/memory/__stack_pointer local.get $3 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 4 call $~lib/typedarray/Int8Array#subarray - local.tee $14 + local.tee $9 i32.store offset=24 - local.get $14 - local.set $100 + local.get $9 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 0 i32.const 1 @@ -89101,12 +89012,12 @@ i32.const 0 call $~lib/typedarray/Int8Array#fill@varargs drop - local.get $14 - local.set $100 + local.get $9 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/typedarray/Int8Array#get:length i32.const 3 i32.eq @@ -89119,12 +89030,12 @@ call $~lib/builtins/abort unreachable end - local.get $14 - local.set $100 + local.get $9 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 1 i32.eq @@ -89137,12 +89048,12 @@ call $~lib/builtins/abort unreachable end - local.get $14 - local.set $100 + local.get $9 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 i32.eq @@ -89155,22 +89066,22 @@ call $~lib/builtins/abort unreachable end - local.get $14 - local.set $100 + local.get $9 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 3 i32.const 0 i32.const 16 i32.const 912 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt8ArrayEqual i32.eqz if @@ -89182,21 +89093,21 @@ unreachable end local.get $3 - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 0 i32.const 16 i32.const 944 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt8ArrayEqual i32.eqz if @@ -89211,80 +89122,80 @@ i32.const 0 i32.const 5 call $~lib/typedarray/Int32Array#constructor - local.tee $19 + local.tee $12 i32.store offset=28 - local.get $19 - local.set $100 + local.get $12 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set - local.get $19 - local.set $100 + local.get $12 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set - local.get $19 - local.set $100 + local.get $12 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set - local.get $19 - local.set $100 + local.get $12 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 3 i32.const 4 call $~lib/typedarray/Int32Array#__set - local.get $19 - local.set $100 + local.get $12 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 4 i32.const 5 call $~lib/typedarray/Int32Array#__set - local.get $19 - local.set $100 + local.get $12 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 1 i32.const 3 call $~lib/typedarray/Int32Array#fill drop - local.get $19 - local.set $100 + local.get $12 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 976 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -89295,12 +89206,12 @@ call $~lib/builtins/abort unreachable end - local.get $19 - local.set $100 + local.get $12 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 0 i32.const 1 @@ -89308,22 +89219,22 @@ i32.const 0 call $~lib/typedarray/Int32Array#fill@varargs drop - local.get $19 - local.set $100 + local.get $12 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 1024 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -89334,33 +89245,33 @@ call $~lib/builtins/abort unreachable end - local.get $19 - local.set $100 + local.get $12 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 0 i32.const -3 call $~lib/typedarray/Int32Array#fill drop - local.get $19 - local.set $100 + local.get $12 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 1072 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -89371,12 +89282,12 @@ call $~lib/builtins/abort unreachable end - local.get $19 - local.set $100 + local.get $12 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 i32.const -2 i32.const 2 @@ -89384,22 +89295,22 @@ i32.const 0 call $~lib/typedarray/Int32Array#fill@varargs drop - local.get $19 - local.set $100 + local.get $12 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 1120 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -89410,33 +89321,33 @@ call $~lib/builtins/abort unreachable end - local.get $19 - local.set $100 + local.get $12 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 i32.const 0 call $~lib/typedarray/Int32Array#fill drop - local.get $19 - local.set $100 + local.get $12 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 1168 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -89448,23 +89359,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $19 - local.set $100 + local.get $12 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 4 call $~lib/typedarray/Int32Array#subarray - local.tee $30 + local.tee $18 i32.store offset=32 - local.get $30 - local.set $100 + local.get $18 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 0 i32.const 1 @@ -89472,12 +89383,12 @@ i32.const 0 call $~lib/typedarray/Int32Array#fill@varargs drop - local.get $30 - local.set $100 + local.get $18 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/typedarray/Int32Array#get:length i32.const 3 i32.eq @@ -89490,12 +89401,12 @@ call $~lib/builtins/abort unreachable end - local.get $30 - local.set $100 + local.get $18 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 1 i32.const 4 @@ -89510,12 +89421,12 @@ call $~lib/builtins/abort unreachable end - local.get $30 - local.set $100 + local.get $18 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 i32.const 4 @@ -89530,22 +89441,22 @@ call $~lib/builtins/abort unreachable end - local.get $30 - local.set $100 + local.get $18 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 3 i32.const 2 i32.const 17 i32.const 1216 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -89556,22 +89467,22 @@ call $~lib/builtins/abort unreachable end - local.get $19 - local.set $100 + local.get $12 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 1248 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -89586,80 +89497,80 @@ i32.const 0 i32.const 6 call $~lib/typedarray/Int8Array#constructor - local.tee $35 + local.tee $21 i32.store offset=36 - local.get $35 - local.set $100 + local.get $21 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 call $~lib/typedarray/Int8Array#__set - local.get $35 - local.set $100 + local.get $21 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 2 call $~lib/typedarray/Int8Array#__set - local.get $35 - local.set $100 + local.get $21 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 i32.const 3 call $~lib/typedarray/Int8Array#__set - local.get $35 - local.set $100 + local.get $21 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 3 i32.const 4 call $~lib/typedarray/Int8Array#__set - local.get $35 - local.set $100 + local.get $21 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 4 i32.const 5 call $~lib/typedarray/Int8Array#__set - local.get $35 - local.set $100 + local.get $21 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 6 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.get $35 - local.set $100 + local.get $21 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 6 call $~lib/typedarray/Int8Array#subarray - local.tee $36 + local.tee $22 i32.store offset=40 - local.get $36 - local.set $100 + local.get $22 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 call $~lib/typedarray/Int8Array#__get i32.const 2 @@ -89673,12 +89584,12 @@ call $~lib/builtins/abort unreachable end - local.get $36 - local.set $100 + local.get $22 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/typedarray/Int8Array#get:length i32.const 5 i32.eq @@ -89691,12 +89602,12 @@ call $~lib/builtins/abort unreachable end - local.get $36 - local.set $100 + local.get $22 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 1 i32.eq @@ -89709,12 +89620,12 @@ call $~lib/builtins/abort unreachable end - local.get $36 - local.set $100 + local.get $22 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 5 i32.eq @@ -89728,23 +89639,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $36 - local.set $100 + local.get $22 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 5 call $~lib/typedarray/Int8Array#subarray - local.tee $37 + local.tee $23 i32.store offset=44 - local.get $37 - local.set $100 + local.get $23 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 call $~lib/typedarray/Int8Array#__get i32.const 3 @@ -89758,12 +89669,12 @@ call $~lib/builtins/abort unreachable end - local.get $37 - local.set $100 + local.get $23 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/typedarray/Int8Array#get:length i32.const 4 i32.eq @@ -89776,12 +89687,12 @@ call $~lib/builtins/abort unreachable end - local.get $37 - local.set $100 + local.get $23 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 2 i32.eq @@ -89794,12 +89705,12 @@ call $~lib/builtins/abort unreachable end - local.get $37 - local.set $100 + local.get $23 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 4 i32.eq @@ -89813,23 +89724,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $37 - local.set $100 + local.get $23 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 4 call $~lib/typedarray/Int8Array#subarray - local.tee $38 + local.tee $24 i32.store offset=48 - local.get $38 - local.set $100 + local.get $24 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 call $~lib/typedarray/Int8Array#__get i32.const 4 @@ -89843,12 +89754,12 @@ call $~lib/builtins/abort unreachable end - local.get $38 - local.set $100 + local.get $24 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/typedarray/Int8Array#get:length i32.const 3 i32.eq @@ -89861,12 +89772,12 @@ call $~lib/builtins/abort unreachable end - local.get $38 - local.set $100 + local.get $24 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 3 i32.eq @@ -89879,12 +89790,12 @@ call $~lib/builtins/abort unreachable end - local.get $38 - local.set $100 + local.get $24 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 3 i32.eq @@ -89901,94 +89812,94 @@ i32.const 0 i32.const 5 call $~lib/typedarray/Int32Array#constructor - local.tee $39 + local.tee $25 i32.store offset=52 - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 3 i32.const 4 call $~lib/typedarray/Int32Array#__set - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 4 i32.const 5 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs - local.tee $40 + local.tee $26 i32.store offset=56 - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=60 - local.get $100 + local.get $64 i32.const 0 i32.const 3 i32.const 2 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#copyWithin@varargs - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 1296 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -90000,46 +89911,46 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $40 - local.set $100 + local.get $26 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs - local.tee $39 + local.tee $25 i32.store offset=52 - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=60 - local.get $100 + local.get $64 i32.const 1 i32.const 3 i32.const 2 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#copyWithin@varargs - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 1344 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -90051,46 +89962,46 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $40 - local.set $100 + local.get $26 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs - local.tee $39 + local.tee $25 i32.store offset=52 - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=60 - local.get $100 + local.get $64 i32.const 1 i32.const 2 i32.const 2 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#copyWithin@varargs - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 1392 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -90102,46 +90013,46 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $40 - local.set $100 + local.get $26 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs - local.tee $39 + local.tee $25 i32.store offset=52 - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=60 - local.get $100 + local.get $64 i32.const 2 i32.const 2 i32.const 2 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#copyWithin@varargs - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 1440 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -90153,44 +90064,44 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $40 - local.set $100 + local.get $26 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs - local.tee $39 + local.tee $25 i32.store offset=52 - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=60 - local.get $100 + local.get $64 i32.const 0 i32.const 3 i32.const 4 call $~lib/typedarray/Int32Array#copyWithin - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 1488 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -90202,44 +90113,44 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $40 - local.set $100 + local.get $26 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs - local.tee $39 + local.tee $25 i32.store offset=52 - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=60 - local.get $100 + local.get $64 i32.const 1 i32.const 3 i32.const 4 call $~lib/typedarray/Int32Array#copyWithin - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 1536 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -90251,44 +90162,44 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $40 - local.set $100 + local.get $26 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs - local.tee $39 + local.tee $25 i32.store offset=52 - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=60 - local.get $100 + local.get $64 i32.const 1 i32.const 2 i32.const 4 call $~lib/typedarray/Int32Array#copyWithin - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 1584 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -90300,46 +90211,46 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $40 - local.set $100 + local.get $26 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs - local.tee $39 + local.tee $25 i32.store offset=52 - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=60 - local.get $100 + local.get $64 i32.const 0 i32.const -2 i32.const 2 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#copyWithin@varargs - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 1632 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -90351,44 +90262,44 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $40 - local.set $100 + local.get $26 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs - local.tee $39 + local.tee $25 i32.store offset=52 - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=60 - local.get $100 + local.get $64 i32.const 0 i32.const -2 i32.const -1 call $~lib/typedarray/Int32Array#copyWithin - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 1680 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -90400,44 +90311,44 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $40 - local.set $100 + local.get $26 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs - local.tee $39 + local.tee $25 i32.store offset=52 - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=60 - local.get $100 + local.get $64 i32.const -4 i32.const -3 i32.const -2 call $~lib/typedarray/Int32Array#copyWithin - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 1728 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -90449,44 +90360,44 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $40 - local.set $100 + local.get $26 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs - local.tee $39 + local.tee $25 i32.store offset=52 - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=60 - local.get $100 + local.get $64 i32.const -4 i32.const -3 i32.const -1 call $~lib/typedarray/Int32Array#copyWithin - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 1776 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -90498,46 +90409,46 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $40 - local.set $100 + local.get $26 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs - local.tee $39 + local.tee $25 i32.store offset=52 - local.get $39 - local.set $100 + local.get $25 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=60 - local.get $100 + local.get $64 i32.const -4 i32.const -3 i32.const 2 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#copyWithin@varargs - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 5 i32.const 2 i32.const 17 i32.const 1824 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/isInt32ArrayEqual i32.eqz if @@ -90552,71 +90463,71 @@ i32.const 0 i32.const 5 call $~lib/typedarray/Int32Array#constructor - local.tee $65 + local.tee $39 i32.store offset=64 - local.get $65 - local.set $100 + local.get $39 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 call $~lib/typedarray/Int32Array#__set - local.get $65 - local.set $100 + local.get $39 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#__set - local.get $65 - local.set $100 + local.get $39 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 i32.const 3 call $~lib/typedarray/Int32Array#__set - local.get $65 - local.set $100 + local.get $39 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 3 i32.const 4 call $~lib/typedarray/Int32Array#__set - local.get $65 - local.set $100 + local.get $39 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 4 i32.const 5 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.get $65 - local.set $100 + local.get $39 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 4 call $~lib/typedarray/Int32Array#subarray - local.tee $66 + local.tee $40 i32.store offset=68 - local.get $66 - local.set $100 + local.get $40 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/typedarray/Int32Array#get:length i32.const 3 i32.eq @@ -90629,12 +90540,12 @@ call $~lib/builtins/abort unreachable end - local.get $66 - local.set $100 + local.get $40 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 4 i32.eq @@ -90647,12 +90558,12 @@ call $~lib/builtins/abort unreachable end - local.get $66 - local.set $100 + local.get $40 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 12 i32.eq @@ -90666,23 +90577,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $65 - local.set $100 + local.get $39 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 3 call $~lib/typedarray/Int32Array#slice - local.tee $67 + local.tee $41 i32.store offset=72 - local.get $67 - local.set $100 + local.get $41 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 call $~lib/typedarray/Int32Array#__get i32.const 2 @@ -90696,12 +90607,12 @@ call $~lib/builtins/abort unreachable end - local.get $67 - local.set $100 + local.get $41 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 call $~lib/typedarray/Int32Array#__get i32.const 3 @@ -90715,12 +90626,12 @@ call $~lib/builtins/abort unreachable end - local.get $67 - local.set $100 + local.get $41 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/typedarray/Int32Array#get:length i32.const 2 i32.eq @@ -90733,12 +90644,12 @@ call $~lib/builtins/abort unreachable end - local.get $67 - local.set $100 + local.get $41 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 i32.eq @@ -90751,12 +90662,12 @@ call $~lib/builtins/abort unreachable end - local.get $67 - local.set $100 + local.get $41 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 8 i32.eq @@ -90770,23 +90681,23 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $66 - local.set $100 + local.get $40 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 2 call $~lib/typedarray/Int32Array#slice - local.tee $68 + local.tee $42 i32.store offset=76 - local.get $68 - local.set $100 + local.get $42 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 call $~lib/typedarray/Int32Array#__get i32.const 3 @@ -90800,12 +90711,12 @@ call $~lib/builtins/abort unreachable end - local.get $68 - local.set $100 + local.get $42 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/typedarray/Int32Array#get:length i32.const 1 i32.eq @@ -90818,12 +90729,12 @@ call $~lib/builtins/abort unreachable end - local.get $68 - local.set $100 + local.get $42 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.const 0 i32.eq @@ -90836,12 +90747,12 @@ call $~lib/builtins/abort unreachable end - local.get $68 - local.set $100 + local.get $42 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.const 4 i32.eq @@ -90855,21 +90766,21 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $65 - local.set $100 + local.get $39 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Int32Array#slice@varargs - local.tee $69 + local.tee $43 i32.store offset=80 - local.get $69 - local.get $65 + local.get $43 + local.get $39 i32.ne i32.eqz if @@ -90880,19 +90791,19 @@ call $~lib/builtins/abort unreachable end - local.get $69 - local.set $100 + local.get $43 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/typedarray/Int32Array#get:length - local.get $65 - local.set $100 + local.get $39 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/typedarray/Int32Array#get:length i32.eq i32.eqz @@ -90904,19 +90815,19 @@ call $~lib/builtins/abort unreachable end - local.get $69 - local.set $100 + local.get $43 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset - local.get $65 - local.set $100 + local.get $39 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset i32.eq i32.eqz @@ -90928,19 +90839,19 @@ call $~lib/builtins/abort unreachable end - local.get $69 - local.set $100 + local.get $43 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteLength - local.get $65 - local.set $100 + local.get $39 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/arraybuffer/ArrayBufferView#get:byteLength i32.eq i32.eqz @@ -91088,23 +90999,23 @@ i32.const 0 i32.const 1 call $~lib/typedarray/Float64Array#constructor - local.tee $76 + local.tee $47 i32.store offset=84 - local.get $76 - local.set $100 + local.get $47 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 f64.const nan:0x8000000000000 call $~lib/typedarray/Float64Array#__set - local.get $76 - local.set $100 + local.get $47 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 f64.const nan:0x8000000000000 i32.const 0 call $~lib/typedarray/Float64Array#indexOf @@ -91119,12 +91030,12 @@ call $~lib/builtins/abort unreachable end - local.get $76 - local.set $100 + local.get $47 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 f64.const nan:0x8000000000000 i32.const 0 call $~lib/typedarray/Float64Array#includes @@ -91145,23 +91056,23 @@ i32.const 0 i32.const 1 call $~lib/typedarray/Float32Array#constructor - local.tee $77 + local.tee $48 i32.store offset=88 - local.get $77 - local.set $100 + local.get $48 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 f32.const nan:0x400000 call $~lib/typedarray/Float32Array#__set - local.get $77 - local.set $100 + local.get $48 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 f32.const nan:0x400000 i32.const 0 call $~lib/typedarray/Float32Array#indexOf @@ -91176,12 +91087,12 @@ call $~lib/builtins/abort unreachable end - local.get $77 - local.set $100 + local.get $48 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 f32.const nan:0x400000 i32.const 0 call $~lib/typedarray/Float32Array#includes @@ -91213,28 +91124,28 @@ i32.const 0 i32.const 0 call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $80 + local.tee $50 i32.store offset=92 global.get $~lib/memory/__stack_pointer - local.get $80 - local.set $100 + local.get $50 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 2 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Uint8Array.wrap@varargs - local.tee $81 + local.tee $51 i32.store offset=96 - local.get $81 - local.set $100 + local.get $51 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/typedarray/Uint8Array#get:length i32.const 0 i32.eq @@ -91251,28 +91162,28 @@ i32.const 0 i32.const 2 call $~lib/arraybuffer/ArrayBuffer#constructor - local.tee $80 + local.tee $50 i32.store offset=92 global.get $~lib/memory/__stack_pointer - local.get $80 - local.set $100 + local.get $50 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 i32.const 2 global.set $~argumentsLength i32.const 0 call $~lib/typedarray/Uint8Array.wrap@varargs - local.tee $81 + local.tee $51 i32.store offset=96 - local.get $81 - local.set $100 + local.get $51 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 call $~lib/typedarray/Uint8Array#get:length i32.const 0 i32.eq @@ -91311,38 +91222,38 @@ i32.const 0 i32.const 10 call $~lib/typedarray/Uint8ClampedArray#constructor - local.tee $90 + local.tee $56 i32.store offset=100 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 3 call $~lib/typedarray/Float32Array#constructor - local.tee $91 + local.tee $57 i32.store offset=104 - local.get $91 - local.set $100 + local.get $57 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 f32.const 400 call $~lib/typedarray/Float32Array#__set - local.get $91 - local.set $100 + local.get $57 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 f32.const nan:0x400000 call $~lib/typedarray/Float32Array#__set - local.get $91 - local.set $100 + local.get $57 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 f32.const inf call $~lib/typedarray/Float32Array#__set @@ -91350,41 +91261,41 @@ i32.const 0 i32.const 4 call $~lib/typedarray/Int64Array#constructor - local.tee $92 + local.tee $58 i32.store offset=108 - local.get $92 - local.set $100 + local.get $58 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i64.const -10 call $~lib/typedarray/Int64Array#__set - local.get $92 - local.set $100 + local.get $58 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i64.const 100 call $~lib/typedarray/Int64Array#__set - local.get $92 - local.set $100 + local.get $58 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 i64.const 10 call $~lib/typedarray/Int64Array#__set - local.get $92 - local.set $100 + local.get $58 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 3 i64.const 300 call $~lib/typedarray/Int64Array#__set @@ -91392,124 +91303,124 @@ i32.const 0 i32.const 2 call $~lib/typedarray/Int32Array#constructor - local.tee $93 + local.tee $59 i32.store offset=112 - local.get $93 - local.set $100 + local.get $59 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 300 call $~lib/typedarray/Int32Array#__set - local.get $93 - local.set $100 + local.get $59 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const -1 call $~lib/typedarray/Int32Array#__set - local.get $90 - local.set $100 + local.get $56 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 - local.get $91 - local.set $100 + local.get $64 + local.get $57 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 i32.const 1 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Float32Array> - local.get $90 - local.set $100 + local.get $56 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 - local.get $92 - local.set $100 + local.get $64 + local.get $58 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 i32.const 4 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int64Array> - local.get $90 - local.set $100 + local.get $56 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 - local.get $93 - local.set $100 + local.get $64 + local.get $59 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 i32.const 8 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int32Array> - local.get $90 - local.set $100 + local.get $56 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 10 i32.const 0 i32.const 64 i32.const 14256 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 4 call $~lib/typedarray/Uint32Array#constructor - local.tee $96 + local.tee $61 i32.store offset=116 - local.get $96 - local.set $100 + local.get $61 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const 1 call $~lib/typedarray/Uint32Array#__set - local.get $96 - local.set $100 + local.get $61 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 300 call $~lib/typedarray/Uint32Array#__set - local.get $96 - local.set $100 + local.get $61 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 i32.const 100 call $~lib/typedarray/Uint32Array#__set - local.get $96 - local.set $100 + local.get $61 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 3 i32.const -1 call $~lib/typedarray/Uint32Array#__set @@ -91517,88 +91428,88 @@ i32.const 0 i32.const 4 call $~lib/typedarray/Int16Array#constructor - local.tee $97 + local.tee $62 i32.store offset=120 - local.get $97 - local.set $100 + local.get $62 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 0 i32.const -10 call $~lib/typedarray/Int16Array#__set - local.get $97 - local.set $100 + local.get $62 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 1 i32.const 100 call $~lib/typedarray/Int16Array#__set - local.get $97 - local.set $100 + local.get $62 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 2 i32.const 10 call $~lib/typedarray/Int16Array#__set - local.get $97 - local.set $100 + local.get $62 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 3 i32.const 300 call $~lib/typedarray/Int16Array#__set - local.get $90 - local.set $100 + local.get $56 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 - local.get $96 - local.set $100 + local.get $64 + local.get $61 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 i32.const 0 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Uint32Array> - local.get $90 - local.set $100 + local.get $56 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 - local.get $97 - local.set $100 + local.get $64 + local.get $62 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 i32.const 5 call $~lib/typedarray/Uint8ClampedArray#set<~lib/typedarray/Int16Array> - local.get $90 - local.set $100 + local.get $56 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=4 - local.get $100 + local.get $64 i32.const 10 i32.const 0 i32.const 64 i32.const 14288 call $~lib/rt/__newArray - local.set $100 + local.set $64 global.get $~lib/memory/__stack_pointer - local.get $100 + local.get $64 i32.store offset=20 - local.get $100 + local.get $64 call $std/typedarray/valuesEqual<~lib/typedarray/Uint8ClampedArray> call $"std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8>" call $"std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>" From 44b658d00010be564f16734c208836eeba8cf242 Mon Sep 17 00:00:00 2001 From: CountBleck Date: Thu, 29 May 2025 07:47:41 -0700 Subject: [PATCH 079/103] fix: use Object.setPrototypeOf in JS bindings (#2922) --- src/bindings/js.ts | 26 +++++++++---------- tests/compiler/bindings/esm.debug.js | 4 +-- tests/compiler/bindings/esm.release.js | 4 +-- .../bindings/noExportRuntime.debug.js | 4 +-- .../bindings/noExportRuntime.release.js | 4 +-- tests/compiler/bindings/raw.debug.js | 4 +-- tests/compiler/bindings/raw.release.js | 4 +-- 7 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/bindings/js.ts b/src/bindings/js.ts index 8876118b11..456b2f79ac 100644 --- a/src/bindings/js.ts +++ b/src/bindings/js.ts @@ -554,18 +554,10 @@ export class JSBuilder extends ExportsWalker { continue; } let resetPos = sb.length; - sb.push(": Object.assign(Object.create("); - if (moduleName == "env") { - sb.push("globalThis"); - } else { - sb.push("__module"); - sb.push(moduleId.toString()); - } - sb.push("), "); - if (moduleName == "env") { - sb.push("imports.env || {}, "); - } - sb.push("{\n"); + + // Use Object.setPrototypeOf to avoid issues with read-only properties + // on module objects created by bundlers (issue #2659) + sb.push(": Object.setPrototypeOf({\n"); ++this.indentLevel; let numInstrumented = 0; for (let _keys2 = Map_keys(module), j = 0, l = _keys2.length; j < l; ++j) { @@ -598,7 +590,15 @@ export class JSBuilder extends ExportsWalker { sb.push(",\n"); } else { indent(sb, this.indentLevel); - sb.push("}),\n"); + sb.push("}, "); + if (moduleName == "env") { + // TODO: If necessary, use "Object.setPrototypeOf(Object.assign({}, imports.env || {}), globalThis)" + sb.push("Object.assign(Object.create(globalThis), imports.env || {})"); + } else { + sb.push("__module"); + sb.push(moduleId.toString()); + } + sb.push("),\n"); } } --this.indentLevel; diff --git a/tests/compiler/bindings/esm.debug.js b/tests/compiler/bindings/esm.debug.js index 8ebfcb8c8f..e1a514ba47 100644 --- a/tests/compiler/bindings/esm.debug.js +++ b/tests/compiler/bindings/esm.debug.js @@ -1,6 +1,6 @@ async function instantiate(module, imports = {}) { const adaptedImports = { - env: Object.assign(Object.create(globalThis), imports.env || {}, { + env: Object.setPrototypeOf({ trace(message, n, a0, a1, a2, a3, a4) { // ~lib/builtins/trace(~lib/string/String, i32?, f64?, f64?, f64?, f64?, f64?) => void message = __liftString(message >>> 0); @@ -44,7 +44,7 @@ async function instantiate(module, imports = {}) { throw Error(`${message} in ${fileName}:${lineNumber}:${columnNumber}`); })(); }, - }), + }, Object.assign(Object.create(globalThis), imports.env || {})), }; const { exports } = await WebAssembly.instantiate(module, adaptedImports); const memory = exports.memory || imports.env.memory; diff --git a/tests/compiler/bindings/esm.release.js b/tests/compiler/bindings/esm.release.js index 7f0ac87f85..4f91c23e94 100644 --- a/tests/compiler/bindings/esm.release.js +++ b/tests/compiler/bindings/esm.release.js @@ -1,6 +1,6 @@ async function instantiate(module, imports = {}) { const adaptedImports = { - env: Object.assign(Object.create(globalThis), imports.env || {}, { + env: Object.setPrototypeOf({ trace(message, n, a0, a1, a2, a3, a4) { // ~lib/builtins/trace(~lib/string/String, i32?, f64?, f64?, f64?, f64?, f64?) => void message = __liftString(message >>> 0); @@ -44,7 +44,7 @@ async function instantiate(module, imports = {}) { throw Error(`${message} in ${fileName}:${lineNumber}:${columnNumber}`); })(); }, - }), + }, Object.assign(Object.create(globalThis), imports.env || {})), }; const { exports } = await WebAssembly.instantiate(module, adaptedImports); const memory = exports.memory || imports.env.memory; diff --git a/tests/compiler/bindings/noExportRuntime.debug.js b/tests/compiler/bindings/noExportRuntime.debug.js index 2521ab12b1..bdf08ae5ff 100644 --- a/tests/compiler/bindings/noExportRuntime.debug.js +++ b/tests/compiler/bindings/noExportRuntime.debug.js @@ -1,6 +1,6 @@ async function instantiate(module, imports = {}) { const adaptedImports = { - env: Object.assign(Object.create(globalThis), imports.env || {}, { + env: Object.setPrototypeOf({ abort(message, fileName, lineNumber, columnNumber) { // ~lib/builtins/abort(~lib/string/String | null?, ~lib/string/String | null?, u32?, u32?) => void message = __liftString(message >>> 0); @@ -12,7 +12,7 @@ async function instantiate(module, imports = {}) { throw Error(`${message} in ${fileName}:${lineNumber}:${columnNumber}`); })(); }, - }), + }, Object.assign(Object.create(globalThis), imports.env || {})), }; const { exports } = await WebAssembly.instantiate(module, adaptedImports); const memory = exports.memory || imports.env.memory; diff --git a/tests/compiler/bindings/noExportRuntime.release.js b/tests/compiler/bindings/noExportRuntime.release.js index 26ab44837a..24a1b9596b 100644 --- a/tests/compiler/bindings/noExportRuntime.release.js +++ b/tests/compiler/bindings/noExportRuntime.release.js @@ -1,6 +1,6 @@ async function instantiate(module, imports = {}) { const adaptedImports = { - env: Object.assign(Object.create(globalThis), imports.env || {}, { + env: Object.setPrototypeOf({ abort(message, fileName, lineNumber, columnNumber) { // ~lib/builtins/abort(~lib/string/String | null?, ~lib/string/String | null?, u32?, u32?) => void message = __liftString(message >>> 0); @@ -12,7 +12,7 @@ async function instantiate(module, imports = {}) { throw Error(`${message} in ${fileName}:${lineNumber}:${columnNumber}`); })(); }, - }), + }, Object.assign(Object.create(globalThis), imports.env || {})), }; const { exports } = await WebAssembly.instantiate(module, adaptedImports); const memory = exports.memory || imports.env.memory; diff --git a/tests/compiler/bindings/raw.debug.js b/tests/compiler/bindings/raw.debug.js index cc59b6a796..564035a225 100644 --- a/tests/compiler/bindings/raw.debug.js +++ b/tests/compiler/bindings/raw.debug.js @@ -1,6 +1,6 @@ export async function instantiate(module, imports = {}) { const adaptedImports = { - env: Object.assign(Object.create(globalThis), imports.env || {}, { + env: Object.setPrototypeOf({ trace(message, n, a0, a1, a2, a3, a4) { // ~lib/builtins/trace(~lib/string/String, i32?, f64?, f64?, f64?, f64?, f64?) => void message = __liftString(message >>> 0); @@ -44,7 +44,7 @@ export async function instantiate(module, imports = {}) { throw Error(`${message} in ${fileName}:${lineNumber}:${columnNumber}`); })(); }, - }), + }, Object.assign(Object.create(globalThis), imports.env || {})), }; const { exports } = await WebAssembly.instantiate(module, adaptedImports); const memory = exports.memory || imports.env.memory; diff --git a/tests/compiler/bindings/raw.release.js b/tests/compiler/bindings/raw.release.js index cc59b6a796..564035a225 100644 --- a/tests/compiler/bindings/raw.release.js +++ b/tests/compiler/bindings/raw.release.js @@ -1,6 +1,6 @@ export async function instantiate(module, imports = {}) { const adaptedImports = { - env: Object.assign(Object.create(globalThis), imports.env || {}, { + env: Object.setPrototypeOf({ trace(message, n, a0, a1, a2, a3, a4) { // ~lib/builtins/trace(~lib/string/String, i32?, f64?, f64?, f64?, f64?, f64?) => void message = __liftString(message >>> 0); @@ -44,7 +44,7 @@ export async function instantiate(module, imports = {}) { throw Error(`${message} in ${fileName}:${lineNumber}:${columnNumber}`); })(); }, - }), + }, Object.assign(Object.create(globalThis), imports.env || {})), }; const { exports } = await WebAssembly.instantiate(module, adaptedImports); const memory = exports.memory || imports.env.memory; From e5539efa21b66d3ea99aa0d05eabc51faf0618b0 Mon Sep 17 00:00:00 2001 From: CountBleck Date: Tue, 3 Jun 2025 15:23:55 -0700 Subject: [PATCH 080/103] chore: update Binaryen (#2927) --- cli/index.js | 3 +- package-lock.json | 22 +- package.json | 2 +- src/builtins.ts | 8 +- src/compiler.ts | 13 +- src/glue/binaryen.d.ts | 149 +- src/glue/binaryen.js | 126 +- src/module.ts | 608 +- src/passes/pass.ts | 156 +- src/types.ts | 9 - tests/compiler/NonNullable.release.wat | 2 - tests/compiler/assert-nonnull.release.wat | 13 - tests/compiler/assignment-chain.release.wat | 6 - tests/compiler/bindings/esm.release.wat | 36 - .../bindings/noExportRuntime.release.wat | 4 - tests/compiler/bindings/raw.release.wat | 36 - tests/compiler/call-inferred.release.wat | 4 - tests/compiler/call-rest.release.wat | 16 - tests/compiler/call-super.release.wat | 22 - tests/compiler/class-implements.release.wat | 34 +- .../class-overloading-cast.release.wat | 10 - tests/compiler/class-overloading.release.wat | 134 +- tests/compiler/class-override.release.wat | 10 - tests/compiler/class.release.wat | 4 - tests/compiler/constructor.release.wat | 30 +- tests/compiler/do.release.wat | 28 +- tests/compiler/duplicate-fields.release.wat | 10 - .../compiler/empty-exportruntime.release.wat | 2 - tests/compiler/empty-new.release.wat | 2 - .../exportstar-rereexport.release.wat | 4 - .../extends-baseaggregate.release.wat | 6 - tests/compiler/extends-recursive.release.wat | 6 - .../compiler/features/relaxed-simd.debug.wat | 16 +- .../compiler/field-initialization.release.wat | 52 - tests/compiler/field.release.wat | 8 - tests/compiler/for.release.wat | 28 +- tests/compiler/function-call.release.wat | 4 - .../compiler/function-expression.release.wat | 4 - tests/compiler/function-types.release.wat | 2 - tests/compiler/getter-call.release.wat | 6 - tests/compiler/heap.release.wat | 2 - .../incremental-gc/call-indirect.release.wat | 8 - tests/compiler/infer-array.release.wat | 16 - tests/compiler/infer-generic.release.wat | 6 - tests/compiler/inlining.release.wat | 6 - tests/compiler/instanceof.release.wat | 6 - tests/compiler/issues/1095.release.wat | 4 - tests/compiler/issues/1225.release.wat | 6 - tests/compiler/issues/1699.release.wat | 4 - tests/compiler/issues/2166.release.wat | 6 - tests/compiler/issues/2322/index.release.wat | 4 - tests/compiler/issues/2622.release.wat | 2 - tests/compiler/issues/2707.release.wat | 12 +- tests/compiler/issues/2873.release.wat | 2 - tests/compiler/logical.release.wat | 2 - tests/compiler/managed-cast.release.wat | 12 - tests/compiler/memory.release.wat | 10 - tests/compiler/new.release.wat | 2 - tests/compiler/object-literal.release.wat | 6 - ...perator-overload-non-ambiguity.release.wat | 2 - .../optional-typeparameters.release.wat | 2 - tests/compiler/possibly-null.release.wat | 39 +- tests/compiler/reexport.release.wat | 4 - tests/compiler/rereexport.release.wat | 4 - tests/compiler/resolve-access.release.wat | 14 - tests/compiler/resolve-binary.release.wat | 2 - .../resolve-elementaccess.release.wat | 8 - .../resolve-function-expression.release.wat | 4 - tests/compiler/resolve-new.release.wat | 4 - .../resolve-propertyaccess.release.wat | 6 - tests/compiler/resolve-ternary.release.wat | 2 - tests/compiler/resolve-unary.release.wat | 2 - tests/compiler/return-unreachable.release.wat | 4 - tests/compiler/rt/finalize.release.wat | 4 - tests/compiler/rt/issue-2719.release.wat | 4 - .../rt/runtime-incremental-export.release.wat | 2 - .../rt/runtime-minimal-export.release.wat | 4 - .../rt/runtime-stub-export.release.wat | 2 - tests/compiler/simd.release.wat | 8 - tests/compiler/std/array-access.release.wat | 13 - tests/compiler/std/array-literal.release.wat | 10 - tests/compiler/std/array.release.wat | 5981 ++++++++--------- tests/compiler/std/arraybuffer.release.wat | 8 - tests/compiler/std/dataview.release.wat | 20 - tests/compiler/std/date.release.wat | 36 - tests/compiler/std/map.release.wat | 210 - tests/compiler/std/math.release.wat | 12 - tests/compiler/std/new.release.wat | 2 - .../std/operator-overloading.release.wat | 174 - tests/compiler/std/set.release.wat | 140 - tests/compiler/std/static-array.release.wat | 12 - tests/compiler/std/staticarray.release.wat | 134 +- .../std/string-casemapping.release.wat | 6 - .../compiler/std/string-encoding.release.wat | 16 - tests/compiler/std/string-nonnull.release.wat | 4 - tests/compiler/std/string.release.wat | 46 - tests/compiler/std/symbol.release.wat | 26 - tests/compiler/std/typedarray.release.wat | 2222 +++--- tests/compiler/std/uri.release.wat | 10 - tests/compiler/super-inline.release.wat | 4 - tests/compiler/templateliteral.release.wat | 10 - tests/compiler/throw.release.wat | 8 +- tests/compiler/typeof.release.wat | 4 - tests/compiler/unicode-identifier.debug.wat | 6 +- tests/compiler/unicode-identifier.release.wat | 6 +- tests/compiler/while.release.wat | 56 +- 106 files changed, 4388 insertions(+), 6660 deletions(-) diff --git a/cli/index.js b/cli/index.js index 9899f4be3f..d6808957f4 100644 --- a/cli/index.js +++ b/cli/index.js @@ -945,9 +945,10 @@ export async function main(argv, options) { try { // use superset text format when extension is `.wast`. // Otherwise use official stack IR format (wat). + binaryen.setOptimizeStackIR(true); out = opts.textFile?.endsWith(".wast") ? binaryenModule.emitText() - : binaryenModule.emitStackIR(true); + : binaryenModule.emitStackIR(); } catch (e) { crash("emitText", e); } diff --git a/package-lock.json b/package-lock.json index bfaa253c9f..1460aaad37 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.0.0", "license": "Apache-2.0", "dependencies": { - "binaryen": "116.0.0-nightly.20240114", + "binaryen": "123.0.0-nightly.20250530", "long": "^5.2.4" }, "bin": { @@ -968,11 +968,19 @@ "dev": true }, "node_modules/binaryen": { - "version": "116.0.0-nightly.20240114", - "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-116.0.0-nightly.20240114.tgz", - "integrity": "sha512-0GZrojJnuhoe+hiwji7QFaL3tBlJoA+KFUN7ouYSDGZLSo9CKM8swQX8n/UcbR0d1VuZKU+nhogNzv423JEu5A==", + "version": "123.0.0-nightly.20250530", + "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-123.0.0-nightly.20250530.tgz", + "integrity": "sha512-d1zPHBN5YlOd3Ff+OUxvVExuFeh8heSnqe+X3bjItFxGLvn4VGBKmrvv7pgy/cRhrIUGuPW138iaWfDhwjyDqg==", + "license": "Apache-2.0", "bin": { + "wasm-as": "bin/wasm-as", + "wasm-ctor-eval": "bin/wasm-ctor-eval", + "wasm-dis": "bin/wasm-dis", + "wasm-merge": "bin/wasm-merge", + "wasm-metadce": "bin/wasm-metadce", "wasm-opt": "bin/wasm-opt", + "wasm-reduce": "bin/wasm-reduce", + "wasm-shell": "bin/wasm-shell", "wasm2js": "bin/wasm2js" } }, @@ -3075,9 +3083,9 @@ "dev": true }, "binaryen": { - "version": "116.0.0-nightly.20240114", - "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-116.0.0-nightly.20240114.tgz", - "integrity": "sha512-0GZrojJnuhoe+hiwji7QFaL3tBlJoA+KFUN7ouYSDGZLSo9CKM8swQX8n/UcbR0d1VuZKU+nhogNzv423JEu5A==" + "version": "123.0.0-nightly.20250530", + "resolved": "https://registry.npmjs.org/binaryen/-/binaryen-123.0.0-nightly.20250530.tgz", + "integrity": "sha512-d1zPHBN5YlOd3Ff+OUxvVExuFeh8heSnqe+X3bjItFxGLvn4VGBKmrvv7pgy/cRhrIUGuPW138iaWfDhwjyDqg==" }, "brace-expansion": { "version": "1.1.11", diff --git a/package.json b/package.json index 39a9e67e54..627dc00210 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "engineStrict": true, "dependencies": { - "binaryen": "116.0.0-nightly.20240114", + "binaryen": "123.0.0-nightly.20250530", "long": "^5.2.4" }, "devDependencies": { diff --git a/src/builtins.ts b/src/builtins.ts index 777ea655fd..f8b3deedb6 100644 --- a/src/builtins.ts +++ b/src/builtins.ts @@ -1654,8 +1654,7 @@ function builtin_max(ctx: BuiltinFunctionContext): ExpressionRef { module.binary(op, module.local_get(temp1.index, typeRef), module.local_get(temp2.index, typeRef) - ), - typeRef + ) ); return ret; } @@ -1723,8 +1722,7 @@ function builtin_min(ctx: BuiltinFunctionContext): ExpressionRef { module.binary(op, module.local_get(temp1.index, typeRef), module.local_get(temp2.index, typeRef) - ), - typeRef + ) ); return ret; } @@ -3133,7 +3131,7 @@ function builtin_select(ctx: BuiltinFunctionContext): ExpressionRef { operands[2] ); compiler.currentType = type; - return module.select(arg0, arg1, arg2, type.toRef()); + return module.select(arg0, arg1, arg2); } builtinFunctions.set(BuiltinNames.select, builtin_select); diff --git a/src/compiler.ts b/src/compiler.ts index 246993f1cd..29b73f2c69 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -536,6 +536,12 @@ export class Compiler extends DiagnosticEmitter { // initialize lookup maps, built-ins, imports, exports, etc. this.program.initialize(); + + // Binaryen treats all function references as being leaked to the outside world when + // the module isn't marked as closed-world (see WebAssembly/binaryen#7135). Therefore, + // we should mark the module as closed-world when we're definitely sure it is. + module.setClosedWorld(true); + // obtain the main start function let startFunctionInstance = this.currentFlow.targetFunction; assert(startFunctionInstance.internalName == BuiltinNames.start); @@ -857,6 +863,7 @@ export class Compiler extends DiagnosticEmitter { ImportNames.DefaultNamespace, ImportNames.Table ); + module.setClosedWorld(false); if (options.pedantic && options.willOptimize) { this.pedantic( DiagnosticCode.Importing_the_table_disables_some_indirect_call_optimizations, @@ -866,6 +873,7 @@ export class Compiler extends DiagnosticEmitter { } if (options.exportTable) { module.addTableExport(CommonNames.DefaultTable, ExportNames.Table); + module.setClosedWorld(false); if (options.pedantic && options.willOptimize) { this.pedantic( DiagnosticCode.Exporting_the_table_disables_some_indirect_call_optimizations, @@ -977,6 +985,7 @@ export class Compiler extends DiagnosticEmitter { } } } + if (functionInstance.signature.returnType.kind == TypeKind.Func) this.module.setClosedWorld(false); } return; } @@ -1007,6 +1016,7 @@ export class Compiler extends DiagnosticEmitter { this.desiresExportRuntime = true; } } + if (global.type.kind == TypeKind.Func) this.module.setClosedWorld(false); } if (global.type == Type.v128) { this.warning( @@ -4975,8 +4985,7 @@ export class Compiler extends DiagnosticEmitter { return module.select( module.i32(1), module.binary(BinaryOp.EqI32, rightExpr, module.i32(0)), - leftExpr, - TypeRef.I32 + leftExpr ); } case TypeKind.I8: diff --git a/src/glue/binaryen.d.ts b/src/glue/binaryen.d.ts index 0c0481d263..fdc2bd7492 100644 --- a/src/glue/binaryen.d.ts +++ b/src/glue/binaryen.d.ts @@ -57,9 +57,6 @@ export declare function _BinaryenTypeStructref(): TypeRef; export declare function _BinaryenTypeArrayref(): TypeRef; export declare function _BinaryenTypeI31ref(): TypeRef; export declare function _BinaryenTypeStringref(): TypeRef; -export declare function _BinaryenTypeStringviewWTF8(): TypeRef; -export declare function _BinaryenTypeStringviewWTF16(): TypeRef; -export declare function _BinaryenTypeStringviewIter(): TypeRef; export declare function _BinaryenTypeNullref(): TypeRef; export declare function _BinaryenTypeNullExternref(): TypeRef; export declare function _BinaryenTypeNullFuncref(): TypeRef; @@ -72,9 +69,6 @@ export declare function _BinaryenHeapTypeI31(): HeapTypeRef; export declare function _BinaryenHeapTypeStruct(): HeapTypeRef; export declare function _BinaryenHeapTypeArray(): HeapTypeRef; export declare function _BinaryenHeapTypeString(): HeapTypeRef; -export declare function _BinaryenHeapTypeStringviewWTF8(): HeapTypeRef; -export declare function _BinaryenHeapTypeStringviewWTF16(): HeapTypeRef; -export declare function _BinaryenHeapTypeStringviewIter(): HeapTypeRef; export declare function _BinaryenHeapTypeNone(): HeapTypeRef; export declare function _BinaryenHeapTypeNoext(): HeapTypeRef; export declare function _BinaryenHeapTypeNofunc(): HeapTypeRef; @@ -282,7 +276,7 @@ export declare function _BinaryenBinarySetLeft(expr: ExpressionRef, leftExpr: Ex export declare function _BinaryenBinaryGetRight(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenBinarySetRight(expr: ExpressionRef, rightExpr: ExpressionRef): void; -export declare function _BinaryenSelect(module: ModuleRef, conditionExpr: ExpressionRef, ifTrueExpr: ExpressionRef, ifFalseExpr: ExpressionRef, type: TypeRef): ExpressionRef; +export declare function _BinaryenSelect(module: ModuleRef, conditionExpr: ExpressionRef, ifTrueExpr: ExpressionRef, ifFalseExpr: ExpressionRef): ExpressionRef; export declare function _BinaryenSelectGetIfTrue(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenSelectSetIfTrue(expr: ExpressionRef, ifTrueExpr: ExpressionRef): void; export declare function _BinaryenSelectGetIfFalse(expr: ExpressionRef): ExpressionRef; @@ -457,7 +451,7 @@ export declare function _BinaryenRefAsSetOp(expr: ExpressionRef, op: Op): void; export declare function _BinaryenRefAsGetValue(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenRefAsSetValue(expr: ExpressionRef, valueExpr: ExpressionRef): void; -export declare function _BinaryenRefFunc(module: ModuleRef, funcName: StringRef, type: TypeRef): ExpressionRef; +export declare function _BinaryenRefFunc(module: ModuleRef, funcName: StringRef, type: HeapTypeRef): ExpressionRef; export declare function _BinaryenRefFuncGetFunc(expr: ExpressionRef): StringRef; export declare function _BinaryenRefFuncSetFunc(expr: ExpressionRef, funcName: StringRef): void; @@ -617,8 +611,6 @@ export declare function _BinaryenArrayNewSetInit(expr: ExpressionRef, initExpr: export declare function _BinaryenArrayNewGetSize(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenArrayNewSetSize(expr: ExpressionRef, sizeExpr: ExpressionRef): void; -// TODO: BinaryenArrayNewSeg - export declare function _BinaryenArrayNewFixed(module: ModuleRef, type: HeapTypeRef, values: ArrayRef, numValues: Index): ExpressionRef; export declare function _BinaryenArrayNewFixedGetNumValues(expr: ExpressionRef): Index; export declare function _BinaryenArrayNewFixedGetValueAt(expr: ExpressionRef, index: Index): ExpressionRef; @@ -627,6 +619,22 @@ export declare function _BinaryenArrayNewFixedAppendValue(expr: ExpressionRef, v export declare function _BinaryenArrayNewFixedInsertValueAt(expr: ExpressionRef, index: Index, valueExpr: ExpressionRef): void; export declare function _BinaryenArrayNewFixedRemoveValueAt(expr: ExpressionRef, index: Index): ExpressionRef; +export declare function _BinaryenArrayNewData(module: ModuleRef, type: HeapTypeRef, name: StringRef, offset: ExpressionRef, size: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayNewDataGetSegment(expr: ExpressionRef): StringRef; +export declare function _BinaryenArrayNewDataSetSegment(expr: ExpressionRef, segment: StringRef): void; +export declare function _BinaryenArrayNewDataGetOffset(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayNewDataSetOffset(expr: ExpressionRef, offset: ExpressionRef): void; +export declare function _BinaryenArrayNewDataGetSize(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayNewDataSetSize(expr: ExpressionRef, size: ExpressionRef): void; + +export declare function _BinaryenArrayNewElem(module: ModuleRef, type: HeapTypeRef, seg: StringRef, offset: ExpressionRef, size: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayNewElemGetSegment(expr: ExpressionRef): StringRef; +export declare function _BinaryenArrayNewElemSetSegment(expr: ExpressionRef, segment: StringRef): void; +export declare function _BinaryenArrayNewElemGetOffset(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayNewElemSetOffset(expr: ExpressionRef, offset: ExpressionRef): void; +export declare function _BinaryenArrayNewElemGetSize(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayNewElemSetSize(expr: ExpressionRef, size: ExpressionRef): void; + export declare function _BinaryenArrayGet(module: ModuleRef, ref: ExpressionRef, index: ExpressionRef, type: TypeRef, signed: bool): ExpressionRef; export declare function _BinaryenArrayGetGetRef(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenArrayGetSetRef(expr: ExpressionRef, refExpr: ExpressionRef): void; @@ -647,6 +655,16 @@ export declare function _BinaryenArrayLen(module: ModuleRef, ref: ExpressionRef) export declare function _BinaryenArrayLenGetRef(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenArrayLenSetRef(expr: ExpressionRef, refExpr: ExpressionRef): void; +export declare function _BinaryenArrayFill(module: ModuleRef, ref: ExpressionRef, index: ExpressionRef, value: ExpressionRef, size: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayFillGetRef(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayFillSetRef(expr: ExpressionRef, refExpr: ExpressionRef): void; +export declare function _BinaryenArrayFillGetIndex(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayFillSetIndex(expr: ExpressionRef, indexExpr: ExpressionRef): void; +export declare function _BinaryenArrayFillGetValue(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayFillSetValue(expr: ExpressionRef, valueExpr: ExpressionRef): void; +export declare function _BinaryenArrayFillGetSize(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayFillSetSize(expr: ExpressionRef, sizeExpr: ExpressionRef): void; + export declare function _BinaryenArrayCopy(module: ModuleRef, destRef: ExpressionRef, destIndex: ExpressionRef, srcRef: ExpressionRef, srcIndex: ExpressionRef, length: ExpressionRef): ExpressionRef; export declare function _BinaryenArrayCopyGetDestRef(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenArrayCopySetDestRef(expr: ExpressionRef, destRefExpr: ExpressionRef): void; @@ -659,22 +677,39 @@ export declare function _BinaryenArrayCopySetSrcIndex(expr: ExpressionRef, srcIn export declare function _BinaryenArrayCopyGetLength(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenArrayCopySetLength(expr: ExpressionRef, lengthExpr: ExpressionRef): void; -// TODO: BinaryenArrayFill -// TODO: BinaryenArrayNewFixed - -export declare function _BinaryenStringNew(module: ModuleRef, op: Op, ptr: ExpressionRef, length: ExpressionRef, start: ExpressionRef, end: ExpressionRef, isTry: bool): ExpressionRef; +export declare function _BinaryenArrayInitData(module: ModuleRef, name: StringRef, ref: ExpressionRef, index: ExpressionRef, offset: ExpressionRef, size: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayInitDataGetSegment(expr: ExpressionRef): StringRef; +export declare function _BinaryenArrayInitDataSetSegment(expr: ExpressionRef, segment: StringRef): void; +export declare function _BinaryenArrayInitDataGetRef(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayInitDataSetRef(expr: ExpressionRef, ref: ExpressionRef): void; +export declare function _BinaryenArrayInitDataGetIndex(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayInitDataSetIndex(expr: ExpressionRef, index: ExpressionRef): void; +export declare function _BinaryenArrayInitDataGetOffset(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayInitDataSetOffset(expr: ExpressionRef, offset: ExpressionRef): void; +export declare function _BinaryenArrayInitDataGetSize(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayInitDataSetSize(expr: ExpressionRef, size: ExpressionRef): void; + +export declare function _BinaryenArrayInitElem(module: ModuleRef, seg: StringRef, ref: ExpressionRef, index: ExpressionRef, offset: ExpressionRef, size: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayInitElemGetSegment(expr: ExpressionRef): StringRef; +export declare function _BinaryenArrayInitElemSetSegment(expr: ExpressionRef, segment: StringRef): void; +export declare function _BinaryenArrayInitElemGetRef(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayInitElemSetRef(expr: ExpressionRef, ref: ExpressionRef): void; +export declare function _BinaryenArrayInitElemGetIndex(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayInitElemSetIndex(expr: ExpressionRef, index: ExpressionRef): void; +export declare function _BinaryenArrayInitElemGetOffset(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayInitElemSetOffset(expr: ExpressionRef, offset: ExpressionRef): void; +export declare function _BinaryenArrayInitElemGetSize(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenArrayInitElemSetSize(expr: ExpressionRef, size: ExpressionRef): void; + +export declare function _BinaryenStringNew(module: ModuleRef, op: Op, ref: ExpressionRef, start: ExpressionRef): ExpressionRef; export declare function _BinaryenStringNewGetOp(expr: ExpressionRef): Op; export declare function _BinaryenStringNewSetOp(expr: ExpressionRef, op: Op): void; -export declare function _BinaryenStringNewGetPtr(expr: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringNewSetPtr(expr: ExpressionRef, ptrExpr: ExpressionRef): void; -export declare function _BinaryenStringNewGetLength(expr: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringNewSetLength(expr: ExpressionRef, lengthExpr: ExpressionRef): void; +export declare function _BinaryenStringNewGetRef(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenStringNewSetRef(expr: ExpressionRef, ptrExpr: ExpressionRef): void; export declare function _BinaryenStringNewGetStart(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenStringNewSetStart(expr: ExpressionRef, startExpr: ExpressionRef): void; export declare function _BinaryenStringNewGetEnd(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenStringNewSetEnd(expr: ExpressionRef, endExpr: ExpressionRef): void; -export declare function _BinaryenStringNewIsTry(expr: ExpressionRef): bool; -export declare function _BinaryenStringNewSetTry(expr: ExpressionRef, isTry: bool): void; export declare function _BinaryenStringConst(module: ExpressionRef, name: StringRef): ExpressionRef; export declare function _BinaryenStringConstGetString(expr: ExpressionRef): StringRef; @@ -689,10 +724,10 @@ export declare function _BinaryenStringMeasureSetRef(expr: ExpressionRef, refExp export declare function _BinaryenStringEncode(module: ExpressionRef, op: Op, ref: ExpressionRef, ptr: ExpressionRef, start: ExpressionRef): ExpressionRef; export declare function _BinaryenStringEncodeGetOp(expr: ExpressionRef): Op; export declare function _BinaryenStringEncodeSetOp(expr: ExpressionRef, op: Op): void; -export declare function _BinaryenStringEncodeGetRef(expr: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringEncodeSetRef(expr: ExpressionRef, refExpr: ExpressionRef): void; -export declare function _BinaryenStringEncodeGetPtr(expr: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringEncodeSetPtr(expr: ExpressionRef, ptrExpr: ExpressionRef): void; +export declare function _BinaryenStringEncodeGetStr(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenStringEncodeSetStr(expr: ExpressionRef, refExpr: ExpressionRef): void; +export declare function _BinaryenStringEncodeGetArray(expr: ExpressionRef): ExpressionRef; +export declare function _BinaryenStringEncodeSetArray(expr: ExpressionRef, ptrExpr: ExpressionRef): void; export declare function _BinaryenStringEncodeGetStart(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenStringEncodeSetStart(expr: ExpressionRef, startExpr: ExpressionRef): void; @@ -710,41 +745,13 @@ export declare function _BinaryenStringEqSetLeft(expr: ExpressionRef, leftExpr: export declare function _BinaryenStringEqGetRight(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenStringEqSetRight(expr: ExpressionRef, rightExpr: ExpressionRef): void; -export declare function _BinaryenStringAs(module: ExpressionRef, op: Op, ref: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringAsGetOp(expr: ExpressionRef): Op; -export declare function _BinaryenStringAsSetOp(expr: ExpressionRef, op: Op): void; -export declare function _BinaryenStringAsGetRef(expr: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringAsSetRef(expr: ExpressionRef, refExpr: ExpressionRef): void; - -export declare function _BinaryenStringWTF8Advance(module: ExpressionRef, ref: ExpressionRef, pos: ExpressionRef, bytes: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringWTF8AdvanceGetRef(expr: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringWTF8AdvanceSetRef(expr: ExpressionRef, refExpr: ExpressionRef): void; -export declare function _BinaryenStringWTF8AdvanceGetPos(expr: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringWTF8AdvanceSetPos(expr: ExpressionRef, posExpr: ExpressionRef): void; -export declare function _BinaryenStringWTF8AdvanceGetBytes(expr: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringWTF8AdvanceSetBytes(expr: ExpressionRef, bytesExpr: ExpressionRef): void; - export declare function _BinaryenStringWTF16Get(module: ExpressionRef, ref: ExpressionRef, pos: ExpressionRef): ExpressionRef; export declare function _BinaryenStringWTF16GetGetRef(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenStringWTF16GetSetRef(expr: ExpressionRef, refExpr: ExpressionRef): void; export declare function _BinaryenStringWTF16GetGetPos(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenStringWTF16GetSetPos(expr: ExpressionRef, posExpr: ExpressionRef): void; -export declare function _BinaryenStringIterNext(module: ExpressionRef, ref: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringIterNextGetRef(expr: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringIterNextSetRef(expr: ExpressionRef, refExpr: ExpressionRef): void; - -export declare function _BinaryenStringIterMove(module: ExpressionRef, op: Op, ref: ExpressionRef, num: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringIterMoveGetOp(expr: ExpressionRef): Op; -export declare function _BinaryenStringIterMoveSetOp(expr: ExpressionRef, op: Op): void; -export declare function _BinaryenStringIterMoveGetRef(expr: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringIterMoveSetRef(expr: ExpressionRef, refExpr: ExpressionRef): void; -export declare function _BinaryenStringIterMoveGetNum(expr: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringIterMoveSetNum(expr: ExpressionRef, numExpr: ExpressionRef): void; - -export declare function _BinaryenStringSliceWTF(module: ExpressionRef, op: Op, ref: ExpressionRef, start: ExpressionRef, end: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringSliceWTFGetOp(expr: ExpressionRef): Op; -export declare function _BinaryenStringSliceWTFSetOp(expr: ExpressionRef, op: Op): void; +export declare function _BinaryenStringSliceWTF(module: ExpressionRef, ref: ExpressionRef, start: ExpressionRef, end: ExpressionRef): ExpressionRef; export declare function _BinaryenStringSliceWTFGetRef(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenStringSliceWTFSetRef(expr: ExpressionRef, refExpr: ExpressionRef): void; export declare function _BinaryenStringSliceWTFGetStart(expr: ExpressionRef): ExpressionRef; @@ -752,12 +759,6 @@ export declare function _BinaryenStringSliceWTFSetStart(expr: ExpressionRef, sta export declare function _BinaryenStringSliceWTFGetEnd(expr: ExpressionRef): ExpressionRef; export declare function _BinaryenStringSliceWTFSetEnd(expr: ExpressionRef, endExpr: ExpressionRef): void; -export declare function _BinaryenStringSliceIter(module: ExpressionRef, ref: ExpressionRef, num: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringSliceIterGetRef(expr: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringSliceIterSetRef(expr: ExpressionRef, refExpr: ExpressionRef): void; -export declare function _BinaryenStringSliceIterGetNum(expr: ExpressionRef): ExpressionRef; -export declare function _BinaryenStringSliceIterSetNum(expr: ExpressionRef, numExpr: ExpressionRef): void; - export declare function _BinaryenAddFunction(module: ModuleRef, name: StringRef, params: TypeRef, results: TypeRef, varTypes: ArrayRef, numVarTypes: Index, body: ExpressionRef): FunctionRef; export declare function _BinaryenGetFunction(module: ModuleRef, name: StringRef): FunctionRef; export declare function _BinaryenRemoveFunction(module: ModuleRef, name: StringRef): void; @@ -769,12 +770,15 @@ export declare function _BinaryenFunctionGetParams(func: FunctionRef): TypeRef; export declare function _BinaryenFunctionGetResults(func: FunctionRef): TypeRef; export declare function _BinaryenFunctionGetNumVars(func: FunctionRef): Index; export declare function _BinaryenFunctionGetVar(func: FunctionRef, index: Index): TypeRef; +export declare function _BinaryenFunctionAddVar(func: FunctionRef, type: TypeRef): Index; export declare function _BinaryenFunctionGetNumLocals(func: FunctionRef): Index; export declare function _BinaryenFunctionHasLocalName(func: FunctionRef, index: Index): bool; export declare function _BinaryenFunctionGetLocalName(func: FunctionRef, index: Index): StringRef; export declare function _BinaryenFunctionSetLocalName(func: FunctionRef, index: Index, name: StringRef): void; export declare function _BinaryenFunctionGetBody(func: FunctionRef): ExpressionRef; export declare function _BinaryenFunctionSetBody(func: FunctionRef, bodyExpr: ExpressionRef): void; +export declare function _BinaryenFunctionGetType(func: FunctionRef): HeapTypeRef; +export declare function _BinaryenFunctionSetType(func: FunctionRef, type: HeapTypeRef): void; export declare function _BinaryenFunctionOptimize(func: FunctionRef, module: ModuleRef): void; export declare function _BinaryenFunctionRunPasses(func: FunctionRef, module: ModuleRef, passes: ArrayRef, numPasses: Index): void; export declare function _BinaryenFunctionSetDebugLocation(func: FunctionRef, expr: ExpressionRef, fileIndex: Index, lineNumber: Index, columnNumber: Index): void; @@ -830,6 +834,8 @@ export declare function _BinaryenTableSetInitial(table: TableRef, initial: Index export declare function _BinaryenTableHasMax(table: TableRef): bool; export declare function _BinaryenTableGetMax(table: TableRef): Index; export declare function _BinaryenTableSetMax(table: TableRef, max: Index): void; +export declare function _BinaryenTableGetType(table: TableRef): TypeRef; +export declare function _BinaryenTableSetType(table: TableRef, type: TypeRef): void; export declare function _BinaryenAddActiveElementSegment(module: ModuleRef, table: StringRef, name: StringRef, funcNames: ArrayRef, numFuncNames: Index, offset: ExpressionRef): ElementSegmentRef; export declare function _BinaryenAddPassiveElementSegment(module: ModuleRef, name: StringRef, funcNames: ArrayRef, numFuncNames: Index): ElementSegmentRef; @@ -838,13 +844,15 @@ export declare function _BinaryenGetNumElementSegments(module: ModuleRef, name: export declare function _BinaryenGetElementSegment(module: ModuleRef, name: StringRef): ElementSegmentRef; export declare function _BinaryenGetElementSegmentByIndex(module: ModuleRef, index: Index): ElementSegmentRef; -export declare function _BinaryenSetMemory(module: ModuleRef, initial: Index, maximum: Index, exportName: StringRef, segments: ArrayRef>, segmentPassive: ArrayRef, segmentOffsets: ArrayRef, segmentSizes: ArrayRef, numSegments: Index, shared: bool, memory64: bool, name: StringRef): void; +export declare function _BinaryenSetMemory(module: ModuleRef, initial: Index, maximum: Index, exportName: StringRef, segmentNames: ArrayRef, segmentDatas: ArrayRef>, segmentPassive: ArrayRef, segmentOffsets: ArrayRef, segmentSizes: ArrayRef, numSegments: Index, shared: bool, memory64: bool, name: StringRef): void; export declare function _BinaryenGetNumMemorySegments(module: ModuleRef): Index; -export declare function _BinaryenGetMemorySegmentByteOffset(module: ModuleRef, index: Index): u32; -export declare function _BinaryenGetMemorySegmentByteLength(module: ModuleRef, id: Index): usize; -export declare function _BinaryenCopyMemorySegmentData(module: ModuleRef, id: Index, buffer: ArrayRef): void; +export declare function _BinaryenGetMemorySegmentByteOffset(module: ModuleRef, segmentName: StringRef): u32; +export declare function _BinaryenGetMemorySegmentByteLength(module: ModuleRef, segmentName: StringRef): usize; +export declare function _BinaryenCopyMemorySegmentData(module: ModuleRef, segmentName: StringRef, buffer: ArrayRef): void; +export declare function _BinaryenAddDataSegment(module: ModuleRef, segmentName: StringRef, memoryName: StringRef, segmentPassive: bool, segmentOffset: ExpressionRef, segmentData: ArrayRef, segmentSize: Index): void; export declare function _BinaryenSetStart(module: ModuleRef, start: FunctionRef): void; +export declare function _BinaryenGetStart(module: ModuleRef): FunctionRef; export declare function _BinaryenModuleParse(text: StringRef): ModuleRef; export declare function _BinaryenModulePrint(module: ModuleRef): void; @@ -852,12 +860,12 @@ export declare function _BinaryenModulePrintAsmjs(module: ModuleRef): void; export declare function _BinaryenModuleValidate(module: ModuleRef): i32; export declare function _BinaryenModuleOptimize(module: ModuleRef): void; export declare function _BinaryenModuleRunPasses(module: ModuleRef, passes: ArrayRef, numPasses: Index): void; -export declare function _BinaryenModuleAutoDrop(module: ModuleRef): void; export declare function _BinaryenSizeofAllocateAndWriteResult(): i32; export declare function _BinaryenModuleAllocateAndWrite(resultOut: BinaryenModuleAllocateAndWriteResultRef, module: ModuleRef, sourceMapUrl: StringRef): void; export declare function _BinaryenModuleAllocateAndWriteText(module: ModuleRef): StringRef; -export declare function _BinaryenModuleAllocateAndWriteStackIR(module: ModuleRef, optimize: bool): StringRef; +export declare function _BinaryenModuleAllocateAndWriteStackIR(module: ModuleRef): StringRef; export declare function _BinaryenModuleRead(input: ArrayRef, inputSize: usize): ModuleRef; +export declare function _BinaryenModuleReadWithFeatures(input: ArrayRef, inputSize: usize, featureFlags: FeatureFlags): ModuleRef; export declare function _BinaryenModuleInterpret(module: ModuleRef): void; export declare function _BinaryenModuleAddDebugInfoFileName(module: ModuleRef, filename: StringRef): Index; export declare function _BinaryenModuleGetDebugInfoFileName(module: ModuleRef, index: Index): StringRef; @@ -902,15 +910,26 @@ export declare function _BinaryenGetShrinkLevel(): i32; export declare function _BinaryenSetShrinkLevel(level: i32): void; export declare function _BinaryenGetDebugInfo(): bool; export declare function _BinaryenSetDebugInfo(on: bool): void; +export declare function _BinaryenGetTrapsNeverHappen(): bool; +export declare function _BinaryenSetTrapsNeverHappen(on: bool): void; +export declare function _BinaryenGetClosedWorld(): bool; +export declare function _BinaryenSetClosedWorld(on: bool): void; export declare function _BinaryenGetLowMemoryUnused(): bool; export declare function _BinaryenSetLowMemoryUnused(on: bool): void; export declare function _BinaryenGetZeroFilledMemory(): bool; export declare function _BinaryenSetZeroFilledMemory(on: bool): void; export declare function _BinaryenGetFastMath(): bool; export declare function _BinaryenSetFastMath(on: bool): void; +export declare function _BinaryenGetGenerateStackIR(): bool; +export declare function _BinaryenSetGenerateStackIR(on: bool): void; +export declare function _BinaryenGetOptimizeStackIR(): bool; +export declare function _BinaryenSetOptimizeStackIR(on: bool): void; export declare function _BinaryenGetPassArgument(key: StringRef): StringRef; export declare function _BinaryenSetPassArgument(key: StringRef, value: StringRef): void; export declare function _BinaryenClearPassArguments(): void; +export declare function _BinaryenHasPassToSkip(pass: StringRef): bool; +export declare function _BinaryenAddPassToSkip(pass: StringRef): void; +export declare function _BinaryenClearPassesToSkip(): void; export declare function _BinaryenGetAlwaysInlineMaxSize(): Index; export declare function _BinaryenSetAlwaysInlineMaxSize(size: Index): void; export declare function _BinaryenGetFlexibleInlineMaxSize(): Index; diff --git a/src/glue/binaryen.js b/src/glue/binaryen.js index 91493cbc8d..295afb7635 100644 --- a/src/glue/binaryen.js +++ b/src/glue/binaryen.js @@ -21,9 +21,6 @@ export const { _BinaryenTypeStructref, _BinaryenTypeArrayref, _BinaryenTypeStringref, - _BinaryenTypeStringviewWTF8, - _BinaryenTypeStringviewWTF16, - _BinaryenTypeStringviewIter, _BinaryenTypeNullref, _BinaryenTypeNullExternref, _BinaryenTypeNullFuncref, @@ -37,9 +34,6 @@ export const { _BinaryenHeapTypeArray, // _BinaryenHeapTypeExn, _BinaryenHeapTypeString, - _BinaryenHeapTypeStringviewWTF8, - _BinaryenHeapTypeStringviewWTF16, - _BinaryenHeapTypeStringviewIter, _BinaryenHeapTypeNone, _BinaryenHeapTypeNoext, _BinaryenHeapTypeNofunc, @@ -585,6 +579,22 @@ export const { _BinaryenArrayNewFixedInsertValueAt, _BinaryenArrayNewFixedRemoveValueAt, + _BinaryenArrayNewData, + _BinaryenArrayNewDataGetSegment, + _BinaryenArrayNewDataSetSegment, + _BinaryenArrayNewDataGetOffset, + _BinaryenArrayNewDataSetOffset, + _BinaryenArrayNewDataGetSize, + _BinaryenArrayNewDataSetSize, + + _BinaryenArrayNewElem, + _BinaryenArrayNewElemGetSegment, + _BinaryenArrayNewElemSetSegment, + _BinaryenArrayNewElemGetOffset, + _BinaryenArrayNewElemSetOffset, + _BinaryenArrayNewElemGetSize, + _BinaryenArrayNewElemSetSize, + _BinaryenArrayGet, _BinaryenArrayGetGetRef, _BinaryenArrayGetSetRef, @@ -605,6 +615,16 @@ export const { _BinaryenArrayLenGetRef, _BinaryenArrayLenSetRef, + _BinaryenArrayFill, + _BinaryenArrayFillGetRef, + _BinaryenArrayFillSetRef, + _BinaryenArrayFillGetIndex, + _BinaryenArrayFillSetIndex, + _BinaryenArrayFillGetValue, + _BinaryenArrayFillSetValue, + _BinaryenArrayFillGetSize, + _BinaryenArrayFillSetSize, + _BinaryenArrayCopy, _BinaryenArrayCopyGetDestRef, _BinaryenArrayCopySetDestRef, @@ -617,19 +637,39 @@ export const { _BinaryenArrayCopyGetLength, _BinaryenArrayCopySetLength, + _BinaryenArrayInitData, + _BinaryenArrayInitDataGetSegment, + _BinaryenArrayInitDataSetSegment, + _BinaryenArrayInitDataGetRef, + _BinaryenArrayInitDataSetRef, + _BinaryenArrayInitDataGetIndex, + _BinaryenArrayInitDataSetIndex, + _BinaryenArrayInitDataGetOffset, + _BinaryenArrayInitDataSetOffset, + _BinaryenArrayInitDataGetSize, + _BinaryenArrayInitDataSetSize, + + _BinaryenArrayInitElem, + _BinaryenArrayInitElemGetSegment, + _BinaryenArrayInitElemSetSegment, + _BinaryenArrayInitElemGetRef, + _BinaryenArrayInitElemSetRef, + _BinaryenArrayInitElemGetIndex, + _BinaryenArrayInitElemSetIndex, + _BinaryenArrayInitElemGetOffset, + _BinaryenArrayInitElemSetOffset, + _BinaryenArrayInitElemGetSize, + _BinaryenArrayInitElemSetSize, + _BinaryenStringNew, _BinaryenStringNewGetOp, _BinaryenStringNewSetOp, - _BinaryenStringNewGetPtr, - _BinaryenStringNewSetPtr, - _BinaryenStringNewGetLength, - _BinaryenStringNewSetLength, + _BinaryenStringNewGetRef, + _BinaryenStringNewSetRef, _BinaryenStringNewGetStart, _BinaryenStringNewSetStart, _BinaryenStringNewGetEnd, _BinaryenStringNewSetEnd, - _BinaryenStringNewIsTry, - _BinaryenStringNewSetTry, _BinaryenStringConst, _BinaryenStringConstGetString, @@ -644,10 +684,10 @@ export const { _BinaryenStringEncode, _BinaryenStringEncodeGetOp, _BinaryenStringEncodeSetOp, - _BinaryenStringEncodeGetRef, - _BinaryenStringEncodeSetRef, - _BinaryenStringEncodeGetPtr, - _BinaryenStringEncodeSetPtr, + _BinaryenStringEncodeGetStr, + _BinaryenStringEncodeSetStr, + _BinaryenStringEncodeGetArray, + _BinaryenStringEncodeSetArray, _BinaryenStringEncodeGetStart, _BinaryenStringEncodeSetStart, @@ -665,41 +705,13 @@ export const { _BinaryenStringEqGetRight, _BinaryenStringEqSetRight, - _BinaryenStringAs, - _BinaryenStringAsGetOp, - _BinaryenStringAsSetOp, - _BinaryenStringAsGetRef, - _BinaryenStringAsSetRef, - - _BinaryenStringWTF8Advance, - _BinaryenStringWTF8AdvanceGetRef, - _BinaryenStringWTF8AdvanceSetRef, - _BinaryenStringWTF8AdvanceGetPos, - _BinaryenStringWTF8AdvanceSetPos, - _BinaryenStringWTF8AdvanceGetBytes, - _BinaryenStringWTF8AdvanceSetBytes, - _BinaryenStringWTF16Get, _BinaryenStringWTF16GetGetRef, _BinaryenStringWTF16GetSetRef, _BinaryenStringWTF16GetGetPos, _BinaryenStringWTF16GetSetPos, - _BinaryenStringIterNext, - _BinaryenStringIterNextGetRef, - _BinaryenStringIterNextSetRef, - - _BinaryenStringIterMove, - _BinaryenStringIterMoveGetOp, - _BinaryenStringIterMoveSetOp, - _BinaryenStringIterMoveGetRef, - _BinaryenStringIterMoveSetRef, - _BinaryenStringIterMoveGetNum, - _BinaryenStringIterMoveSetNum, - _BinaryenStringSliceWTF, - _BinaryenStringSliceWTFGetOp, - _BinaryenStringSliceWTFSetOp, _BinaryenStringSliceWTFGetRef, _BinaryenStringSliceWTFSetRef, _BinaryenStringSliceWTFGetStart, @@ -707,12 +719,6 @@ export const { _BinaryenStringSliceWTFGetEnd, _BinaryenStringSliceWTFSetEnd, - _BinaryenStringSliceIter, - _BinaryenStringSliceIterGetRef, - _BinaryenStringSliceIterSetRef, - _BinaryenStringSliceIterGetNum, - _BinaryenStringSliceIterSetNum, - _BinaryenAddFunction, _BinaryenGetFunction, _BinaryenRemoveFunction, @@ -724,12 +730,15 @@ export const { _BinaryenFunctionGetResults, _BinaryenFunctionGetNumVars, _BinaryenFunctionGetVar, + _BinaryenFunctionAddVar, _BinaryenFunctionGetNumLocals, _BinaryenFunctionHasLocalName, _BinaryenFunctionGetLocalName, _BinaryenFunctionSetLocalName, _BinaryenFunctionGetBody, _BinaryenFunctionSetBody, + _BinaryenFunctionGetType, + _BinaryenFunctionSetType, _BinaryenFunctionOptimize, _BinaryenFunctionRunPasses, _BinaryenFunctionSetDebugLocation, @@ -785,6 +794,8 @@ export const { _BinaryenTableHasMax, _BinaryenTableGetMax, _BinaryenTableSetMax, + _BinaryenTableGetType, + _BinaryenTableSetType, _BinaryenAddActiveElementSegment, _BinaryenAddPassiveElementSegment, @@ -798,8 +809,10 @@ export const { _BinaryenGetMemorySegmentByteOffset, _BinaryenGetMemorySegmentByteLength, _BinaryenCopyMemorySegmentData, + _BinaryenAddDataSegment, _BinaryenSetStart, + _BinaryenGetStart, _BinaryenModuleParse, _BinaryenModulePrint, @@ -807,12 +820,12 @@ export const { _BinaryenModuleValidate, _BinaryenModuleOptimize, _BinaryenModuleRunPasses, - _BinaryenModuleAutoDrop, _BinaryenSizeofAllocateAndWriteResult, _BinaryenModuleAllocateAndWrite, _BinaryenModuleAllocateAndWriteText, _BinaryenModuleAllocateAndWriteStackIR, _BinaryenModuleRead, + _BinaryenModuleReadWithFeatures, _BinaryenModuleInterpret, _BinaryenModuleAddDebugInfoFileName, _BinaryenModuleGetDebugInfoFileName, @@ -857,15 +870,26 @@ export const { _BinaryenSetShrinkLevel, _BinaryenGetDebugInfo, _BinaryenSetDebugInfo, + _BinaryenGetTrapsNeverHappen, + _BinaryenSetTrapsNeverHappen, + _BinaryenGetClosedWorld, + _BinaryenSetClosedWorld, _BinaryenGetLowMemoryUnused, _BinaryenSetLowMemoryUnused, _BinaryenGetZeroFilledMemory, _BinaryenSetZeroFilledMemory, _BinaryenGetFastMath, _BinaryenSetFastMath, + _BinaryenGetGenerateStackIR, + _BinaryenSetGenerateStackIR, + _BinaryenGetOptimizeStackIR, + _BinaryenSetOptimizeStackIR, _BinaryenGetPassArgument, _BinaryenSetPassArgument, _BinaryenClearPassArguments, + _BinaryenHasPassToSkip, + _BinaryenAddPassToSkip, + _BinaryenClearPassesToSkip, _BinaryenGetAlwaysInlineMaxSize, _BinaryenSetAlwaysInlineMaxSize, _BinaryenGetFlexibleInlineMaxSize, diff --git a/src/module.ts b/src/module.ts index 24d1fb4c8c..c6eb00b579 100644 --- a/src/module.ts +++ b/src/module.ts @@ -78,9 +78,6 @@ export namespace TypeRef { export const Arrayref = binaryen._BinaryenTypeArrayref(); export const I31ref = binaryen._BinaryenTypeI31ref(); export const Stringref = binaryen._BinaryenTypeStringref(); - export const StringviewWTF8 = binaryen._BinaryenTypeStringviewWTF8(); - export const StringviewWTF16 = binaryen._BinaryenTypeStringviewWTF16(); - export const StringviewIter = binaryen._BinaryenTypeStringviewIter(); export const Noneref = binaryen._BinaryenTypeNullref(); export const Nofuncref = binaryen._BinaryenTypeNullFuncref(); export const Noexternref = binaryen._BinaryenTypeNullExternref(); @@ -102,21 +99,18 @@ export namespace HeapTypeRef { // // where (...) represents the concrete subtypes - export const Extern: HeapTypeRef = 0 /* _BinaryenHeapTypeExt */; - export const Func: HeapTypeRef = 1 /* _BinaryenHeapTypeFunc */; - export const Any: HeapTypeRef = 2 /* _BinaryenHeapTypeAny */; - export const Eq: HeapTypeRef = 3 /* _BinaryenHeapTypeEq */; - export const I31: HeapTypeRef = 4 /* _BinaryenHeapTypeI31 */; - export const Struct: HeapTypeRef = 5 /* _BinaryenHeapTypeStruct */; - export const Array: HeapTypeRef = 6 /* _BinaryenHeapTypeArray */; + export const Extern: HeapTypeRef = 8 /* _BinaryenHeapTypeExt */; + export const Func: HeapTypeRef = 16 /* _BinaryenHeapTypeFunc */; + export const Any: HeapTypeRef = 32 /* _BinaryenHeapTypeAny */; + export const Eq: HeapTypeRef = 40 /* _BinaryenHeapTypeEq */; + export const I31: HeapTypeRef = 48 /* _BinaryenHeapTypeI31 */; + export const Struct: HeapTypeRef = 56 /* _BinaryenHeapTypeStruct */; + export const Array: HeapTypeRef = 64 /* _BinaryenHeapTypeArray */; export const Exn: HeapTypeRef = 7 /* TODO: BinaryenHeapTypeExn */; - export const String: HeapTypeRef = 8 /* _BinaryenHeapTypeString */; - export const StringviewWTF8: HeapTypeRef = 9 /* _BinaryenHeapTypeStringviewWTF8 */; - export const StringviewWTF16: HeapTypeRef = 10 /* _BinaryenHeapTypeStringviewWTF16 */; - export const StringviewIter: HeapTypeRef = 11 /* _BinaryenHeapTypeStringviewIter */; - export const None: HeapTypeRef = 12 /* _BinaryenHeapTypeNone */; - export const Noextern: HeapTypeRef = 13 /* _BinaryenHeapTypeNoext */; - export const Nofunc: HeapTypeRef = 14 /* _BinaryenHeapTypeNofunc */; + export const String: HeapTypeRef = 80 /* _BinaryenHeapTypeString */; + export const None: HeapTypeRef = 88 /* _BinaryenHeapTypeNone */; + export const Noextern: HeapTypeRef = 96 /* _BinaryenHeapTypeNoext */; + export const Nofunc: HeapTypeRef = 104 /* _BinaryenHeapTypeNofunc */; export function isBottom(ht: HeapTypeRef): bool { return binaryen._BinaryenHeapTypeIsBottom(ht); @@ -142,7 +136,7 @@ export namespace HeapTypeRef { b = t; } switch (a) { - case HeapTypeRef.Extern: + case HeapTypeRef.Extern: return b == HeapTypeRef.String ? a : -1; case HeapTypeRef.Func: return -1; case HeapTypeRef.Any: return a; case HeapTypeRef.Eq: { @@ -160,11 +154,7 @@ export namespace HeapTypeRef { ? HeapTypeRef.Eq : HeapTypeRef.Any; } - case HeapTypeRef.Array: - case HeapTypeRef.String: - case HeapTypeRef.StringviewWTF8: - case HeapTypeRef.StringviewWTF16: - case HeapTypeRef.StringviewIter: return HeapTypeRef.Any; + case HeapTypeRef.Array: return HeapTypeRef.Any; } assert(false); return -1; @@ -222,10 +212,15 @@ export const enum FeatureFlags { ExtendedConst = 8192 /* _BinaryenFeatureExtendedConst */, Stringref = 16384 /* _BinaryenFeatureStrings */, MultiMemory = 32768 /* _BinaryenFeatureMultiMemory */, - All = 131071 /* _BinaryenFeatureAll */ + StackSwitching = 65536 /* _BinaryenFeatureStackSwitching */, + SharedEverything = 131072 /* _BinaryenFeatureSharedEverything */, + FP16 = 262144 /* _BinaryenFeatureFP16 */, + BulkMemoryOpt = 524288 /* _BinaryenFeatureBulkMemoryOpt */, + CallIndirectOverlong = 1048576 /* _BinaryenFeatureCallIndirectOverlong */, + All = 4194303 /* _BinaryenFeatureAll */ } -/** Binaryen expression id constants. */ +/** Binaryen expression id constants. See wasm-delegations.def in Binaryen. */ export const enum ExpressionId { Invalid = 0 /* _BinaryenInvalidId */, Block = 1 /* _BinaryenBlockId */, @@ -278,48 +273,52 @@ export const enum ExpressionId { TableGrow = 48 /* _BinaryenTableGrowId */, TableFill = 49 /* _BinaryenTableFillId */, TableCopy = 50 /* _BinaryenTableCopyId */, - Try = 51 /* _BinaryenTryId */, - TryTable = 52 /* _BinaryenTryTableId */, - Throw = 53 /* _BinaryenThrowId */, - Rethrow = 54 /* _BinaryenRethrowId */, - ThrowRef = 55 /* _BinaryenThrowRefId */, - TupleMake = 56 /* _BinaryenTupleMakeId */, - TupleExtract = 57 /* _BinaryenTupleExtractId */, - RefI31 = 58 /* _BinaryenRefI31Id */, - I31Get = 59 /* _BinaryenI31GetId */, - CallRef = 60 /* _BinaryenCallRefId */, - RefTest = 61 /* _BinaryenRefTestId */, - RefCast = 62 /* _BinaryenRefCastId */, - BrOn = 63 /* _BinaryenBrOnId */, - StructNew = 64 /* _BinaryenStructNewId */, - StructGet = 65 /* _BinaryenStructGetId */, - StructSet = 66 /* _BinaryenStructSetId */, - ArrayNew = 67 /* _BinaryenArrayNewId */, - ArrayNewData = 68 /* _BinaryenArrayNewDataId */, - ArrayNewElem = 69 /* _BinaryenArrayNewElemId */, - ArrayNewFixed = 70 /* _BinaryenArrayNewFixedId */, - ArrayGet = 71 /* _BinaryenArrayGetId */, - ArraySet = 72 /* _BinaryenArraySetId */, - ArrayLen = 73 /* _BinaryenArrayLenId */, - ArrayCopy = 74 /* _BinaryenArrayCopyId */, - ArrayFill = 75 /* _BinaryenArrayFillId */, - ArrayInitData = 76 /* _BinaryenArrayInitDataId */, - ArrayInitElem = 77 /* _BinaryenArrayInitElemId */, - RefAs = 78 /* _BinaryenRefAsId */, - StringNew = 79 /* _BinaryenStringNewId */, - StringConst = 80 /* _BinaryenStringConstId */, - StringMeasure = 81 /* _BinaryenStringMeasureId */, - StringEncode = 82 /* _BinaryenStringEncodeId */, - StringConcat = 83 /* _BinaryenStringConcatId */, - StringEq = 84 /* _BinaryenStringEqId */, - StringAs = 85 /* _BinaryenStringAsId */, - StringWTF8Advance = 86 /* _BinaryenStringWTF8AdvanceId */, - StringWTF16Get = 87 /* _BinaryenStringWTF16GetId */, - StringIterNext = 88 /* _BinaryenStringIterNextId */, - StringIterMove = 89 /* _BinaryenStringIterMoveId */, + TableInit = 51 /* _BinaryenTableInitId */, + Try = 52 /* _BinaryenTryId */, + TryTable = 53 /* _BinaryenTryTableId */, + Throw = 54 /* _BinaryenThrowId */, + Rethrow = 55 /* _BinaryenRethrowId */, + ThrowRef = 56 /* _BinaryenThrowRefId */, + TupleMake = 57 /* _BinaryenTupleMakeId */, + TupleExtract = 58 /* _BinaryenTupleExtractId */, + RefI31 = 59 /* _BinaryenRefI31Id */, + I31Get = 60 /* _BinaryenI31GetId */, + CallRef = 61 /* _BinaryenCallRefId */, + RefTest = 62 /* _BinaryenRefTestId */, + RefCast = 63 /* _BinaryenRefCastId */, + RefGetDesc = 64 /* _BinaryenRefGetDescId */, + BrOn = 65 /* _BinaryenBrOnId */, + StructNew = 66 /* _BinaryenStructNewId */, + StructGet = 67 /* _BinaryenStructGetId */, + StructSet = 68 /* _BinaryenStructSetId */, + StructRMW = 69 /* _BinaryenStructRMWId */, + StructCmpxchg = 70 /* _BinaryenStructCmpxchgId */, + ArrayNew = 71 /* _BinaryenArrayNewId */, + ArrayNewData = 72 /* _BinaryenArrayNewDataId */, + ArrayNewElem = 73 /* _BinaryenArrayNewElemId */, + ArrayNewFixed = 74 /* _BinaryenArrayNewFixedId */, + ArrayGet = 75 /* _BinaryenArrayGetId */, + ArraySet = 76 /* _BinaryenArraySetId */, + ArrayLen = 77 /* _BinaryenArrayLenId */, + ArrayCopy = 78 /* _BinaryenArrayCopyId */, + ArrayFill = 79 /* _BinaryenArrayFillId */, + ArrayInitData = 80 /* _BinaryenArrayInitDataId */, + ArrayInitElem = 81 /* _BinaryenArrayInitElemId */, + RefAs = 82 /* _BinaryenRefAsId */, + StringNew = 83 /* _BinaryenStringNewId */, + StringConst = 84 /* _BinaryenStringConstId */, + StringMeasure = 85 /* _BinaryenStringMeasureId */, + StringEncode = 86 /* _BinaryenStringEncodeId */, + StringConcat = 87 /* _BinaryenStringConcatId */, + StringEq = 88 /* _BinaryenStringEqId */, + StringWTF16Get = 89 /* _BinaryenStringWTF16GetId */, StringSliceWTF = 90 /* _BinaryenStringSliceWTFId */, - StringSliceIter = 91 /* _BinaryenStringSliceIterId */, - ResumeId = 92 /* _BinaryenResumeId */ + ContNew = 91 /* _BinaryenContNewId */, + ContBind = 92 /* _BinaryenContBindId */, + Suspend = 93 /* _BinaryenSuspendId */, + Resume = 94 /* _BinaryenResumeId */, + ResumeThrow = 95 /* _BinaryenResumeThrowId */, + StackSwitch = 96 /* _BinaryenStackSwitchId */ } /** Binaryen external kind constants. */ @@ -512,97 +511,95 @@ export const enum UnaryOp { AllTrueI64x2 = 83 /* _BinaryenAllTrueVecI64x2 */, /** i64x2.bitmask */ BitmaskI64x2 = 84 /* _BinaryenBitmaskVecI64x2 */, + // FIXME FIXME FIXME DONT FORGET TODO: F16 (not in C API yet) /** f32x4.abs */ - AbsF32x4 = 85 /* _BinaryenAbsVecF32x4 */, + AbsF32x4 = 92 /* _BinaryenAbsVecF32x4 */, /** f32x4.neg */ - NegF32x4 = 86 /* _BinaryenNegVecF32x4 */, + NegF32x4 = 93 /* _BinaryenNegVecF32x4 */, /** f32x4.sqrt */ - SqrtF32x4 = 87 /* _BinaryenSqrtVecF32x4 */, + SqrtF32x4 = 94 /* _BinaryenSqrtVecF32x4 */, /** f32x4.ceil */ - CeilF32x4 = 88 /* _BinaryenCeilVecF32x4 */, + CeilF32x4 = 95 /* _BinaryenCeilVecF32x4 */, /** f32x4.floor */ - FloorF32x4 = 89 /* _BinaryenFloorVecF32x4 */, + FloorF32x4 = 96 /* _BinaryenFloorVecF32x4 */, /** f32x4.trunc */ - TruncF32x4 = 90 /* BinaryenTruncVecF32x4 */, + TruncF32x4 = 97 /* _BinaryenTruncVecF32x4 */, /** f32x4.nearest */ - NearestF32x4 = 91 /* BinaryenNearestVecF32x4 */, + NearestF32x4 = 98 /* _BinaryenNearestVecF32x4 */, /** f64x2.abs */ - AbsF64x2 = 92 /* _BinaryenAbsVecF64x2 */, + AbsF64x2 = 99 /* _BinaryenAbsVecF64x2 */, /** f64x2.neg */ - NegF64x2 = 93 /* _BinaryenNegVecF64x2 */, + NegF64x2 = 100 /* _BinaryenNegVecF64x2 */, /** f64x2.sqrt */ - SqrtF64x2 = 94 /* _BinaryenSqrtVecF64x2 */, + SqrtF64x2 = 101 /* _BinaryenSqrtVecF64x2 */, /** f64x2.ceil */ - CeilF64x2 = 95 /* _BinaryenCeilVecF64x2 */, + CeilF64x2 = 102 /* _BinaryenCeilVecF64x2 */, /** f64x2.floor */ - FloorF64x2 = 96 /* _BinaryenFloorVecF64x2 */, + FloorF64x2 = 103 /* _BinaryenFloorVecF64x2 */, /** f64x2.trunc */ - TruncF64x2 = 97 /* _BinaryenTruncVecF64x2 */, + TruncF64x2 = 104 /* _BinaryenTruncVecF64x2 */, /** f64x2.nearest */ - NearestF64x2 = 98 /* _BinaryenNearestVecF64x2 */, + NearestF64x2 = 105 /* _BinaryenNearestVecF64x2 */, /** i16x8.extadd_pairwise_i8x16_s */ - ExtaddPairwiseI8x16ToI16x8 = 99 /* _BinaryenExtAddPairwiseSVecI8x16ToI16x8 */, + ExtaddPairwiseI8x16ToI16x8 = 106 /* _BinaryenExtAddPairwiseSVecI8x16ToI16x8 */, /** i16x8.extadd_pairwise.i8x16_u */ - ExtaddPairwiseU8x16ToU16x8 = 100 /* _BinaryenExtAddPairwiseUVecI8x16ToI16x8 */, + ExtaddPairwiseU8x16ToU16x8 = 107 /* _BinaryenExtAddPairwiseUVecI8x16ToI16x8 */, /** i32x4.extadd_pairwise.i16x8_s */ - ExtaddPairwiseI16x8ToI32x4 = 101 /* _BinaryenExtAddPairwiseSVecI16x8ToI32x4 */, + ExtaddPairwiseI16x8ToI32x4 = 108 /* _BinaryenExtAddPairwiseSVecI16x8ToI32x4 */, /** i32x4.extadd_pairwise.i64x8_u */ - ExtaddPairwiseU16x8ToU32x4 = 102 /* _BinaryenExtAddPairwiseUVecI16x8ToI32x4 */, + ExtaddPairwiseU16x8ToU32x4 = 109 /* _BinaryenExtAddPairwiseUVecI16x8ToI32x4 */, /** i32x4.trunc_sat_f32x4_s */ - TruncSatF32x4ToI32x4 = 103 /* _BinaryenTruncSatSVecF32x4ToVecI32x4 */, + TruncSatF32x4ToI32x4 = 110 /* _BinaryenTruncSatSVecF32x4ToVecI32x4 */, /** i32x4.trunc_sat_f32x4_u */ - TruncSatF32x4ToU32x4 = 104 /* _BinaryenTruncSatUVecF32x4ToVecI32x4 */, + TruncSatF32x4ToU32x4 = 111 /* _BinaryenTruncSatUVecF32x4ToVecI32x4 */, /** f32x4.convert_i32x4_s */ - ConvertI32x4ToF32x4 = 105 /* _BinaryenConvertSVecI32x4ToVecF32x4 */, + ConvertI32x4ToF32x4 = 112 /* _BinaryenConvertSVecI32x4ToVecF32x4 */, /** f32x4.convert_i32x4_u */ - ConvertU32x4ToF32x4 = 106 /* _BinaryenConvertUVecI32x4ToVecF32x4 */, + ConvertU32x4ToF32x4 = 113 /* _BinaryenConvertUVecI32x4ToVecF32x4 */, /** i16x8.extend_low_i8x16_s */ - ExtendLowI8x16ToI16x8 = 107 /* _BinaryenExtendLowSVecI8x16ToVecI16x8 */, + ExtendLowI8x16ToI16x8 = 114 /* _BinaryenExtendLowSVecI8x16ToVecI16x8 */, /** i16x8.extend_high_i8x16_s */ - ExtendHighI8x16ToI16x8 = 108 /* _BinaryenExtendHighSVecI8x16ToVecI16x8 */, + ExtendHighI8x16ToI16x8 = 115 /* _BinaryenExtendHighSVecI8x16ToVecI16x8 */, /** i16x8.extend_low_i8x16_u */ - ExtendLowU8x16ToU16x8 = 109 /* _BinaryenExtendLowUVecI8x16ToVecI16x8 */, + ExtendLowU8x16ToU16x8 = 116 /* _BinaryenExtendLowUVecI8x16ToVecI16x8 */, /** i16x8.extend_high_i8x16_u */ - ExtendHighU8x16ToU16x8 = 110 /* _BinaryenExtendHighUVecI8x16ToVecI16x8 */, + ExtendHighU8x16ToU16x8 = 117 /* _BinaryenExtendHighUVecI8x16ToVecI16x8 */, /** i32x4.extend_low_i16x8_s */ - ExtendLowI16x8ToI32x4 = 111 /* _BinaryenExtendLowSVecI16x8ToVecI32x4 */, + ExtendLowI16x8ToI32x4 = 118 /* _BinaryenExtendLowSVecI16x8ToVecI32x4 */, /** i32x4.extend_high_i16x8_s */ - ExtendHighI16x8ToI32x4 = 112 /* _BinaryenExtendHighSVecI16x8ToVecI32x4 */, + ExtendHighI16x8ToI32x4 = 119 /* _BinaryenExtendHighSVecI16x8ToVecI32x4 */, /** i32x4.extend_low_i16x8_u */ - ExtendLowU16x8ToU32x4 = 113 /* _BinaryenExtendLowUVecI16x8ToVecI32x4 */, + ExtendLowU16x8ToU32x4 = 120 /* _BinaryenExtendLowUVecI16x8ToVecI32x4 */, /** i32x4.extend_high_i16x8_u */ - ExtendHighU16x8ToU32x4 = 114 /* _BinaryenExtendHighUVecI16x8ToVecI32x4 */, + ExtendHighU16x8ToU32x4 = 121 /* _BinaryenExtendHighUVecI16x8ToVecI32x4 */, /** i64x2.extend_low_i32x4_s */ - ExtendLowI32x4ToI64x2 = 115 /* _BinaryenExtendLowSVecI32x4ToVecI64x2 */, + ExtendLowI32x4ToI64x2 = 122 /* _BinaryenExtendLowSVecI32x4ToVecI64x2 */, /** i64x2.extend_high_i32x4_s */ - ExtendHighI32x4ToI64x2 = 116 /* _BinaryenExtendHighSVecI32x4ToVecI64x2 */, + ExtendHighI32x4ToI64x2 = 123 /* _BinaryenExtendHighSVecI32x4ToVecI64x2 */, /** i64x2.extend_low_i32x4_u */ - ExtendLowU32x4ToU64x2 = 117 /* _BinaryenExtendLowUVecI32x4ToVecI64x2 */, + ExtendLowU32x4ToU64x2 = 124 /* _BinaryenExtendLowUVecI32x4ToVecI64x2 */, /** i64x2.extend_high_i32x4_u */ - ExtendHighU32x4ToU64x2 = 118 /* _BinaryenExtendHighUVecI32x4ToVecI64x2 */, + ExtendHighU32x4ToU64x2 = 125 /* _BinaryenExtendHighUVecI32x4ToVecI64x2 */, /** f32x4.convert_i32x4_s */ - ConvertLowI32x4ToF64x2 = 119 /* _BinaryenConvertLowSVecI32x4ToVecF64x2 */, + ConvertLowI32x4ToF64x2 = 126 /* _BinaryenConvertLowSVecI32x4ToVecF64x2 */, /** f32x4.convert_i32x4_u */ - ConvertLowU32x4ToF64x2 = 120 /* _BinaryenConvertLowUVecI32x4ToVecF64x2 */, + ConvertLowU32x4ToF64x2 = 127 /* _BinaryenConvertLowUVecI32x4ToVecF64x2 */, /** i32x4.trunc_sat_f64x2_s_zero */ - TruncSatF64x2ToI32x4Zero = 121 /* _BinaryenTruncSatZeroSVecF64x2ToVecI32x4 */, + TruncSatF64x2ToI32x4Zero = 128 /* _BinaryenTruncSatZeroSVecF64x2ToVecI32x4 */, /** i32x4.trunc_sat_f64x2_u_zero */ - TruncSatF64x2ToU32x4Zero = 122 /* _BinaryenTruncSatZeroUVecF64x2ToVecI32x4 */, + TruncSatF64x2ToU32x4Zero = 129 /* _BinaryenTruncSatZeroUVecF64x2ToVecI32x4 */, /** f32x4.demote_f64x2_zero */ - DemoteZeroF64x2ToF32x4 = 123 /* _BinaryenDemoteZeroVecF64x2ToVecF32x4 */, + DemoteZeroF64x2ToF32x4 = 130 /* _BinaryenDemoteZeroVecF64x2ToVecF32x4 */, /** f64x2.promote_low_f32x4 */ - PromoteLowF32x4ToF64x2 = 124 /* _BinaryenPromoteLowVecF32x4ToVecF64x2 */, - - // see: https://github.com/WebAssembly/relaxed-simd - + PromoteLowF32x4ToF64x2 = 131 /* _BinaryenPromoteLowVecF32x4ToVecF64x2 */, /** i32x4.relaxed_trunc_f32x4_s */ - RelaxedTruncF32x4ToI32x4 = 125 /* TODO_BinaryenRelaxedTruncSVecF32x4ToVecI32x4 */, + RelaxedTruncF32x4ToI32x4 = 132 /* _BinaryenRelaxedTruncSVecF32x4ToVecI32x4 */, /** i32x4.relaxed_trunc_f32x4_u */ - RelaxedTruncF32x4ToU32x4 = 126 /* TODO_BinaryenRelaxedTruncUVecF32x4ToVecI32x4 */, + RelaxedTruncF32x4ToU32x4 = 133 /* _BinaryenRelaxedTruncUVecF32x4ToVecI32x4 */, /** i32x4.relaxed_trunc_f64x2_s_zero */ - RelaxedTruncF64x2ToI32x4Zero = 127 /* TODO_BinaryenRelaxedTruncZeroSVecF64x2ToVecI32x4 */, + RelaxedTruncF64x2ToI32x4Zero = 134 /* _BinaryenRelaxedTruncZeroSVecF64x2ToVecI32x4 */, /** i32x4.relaxed_trunc_f64x2_u_zero */ - RelaxedTruncF64x2ToU32x4Zero = 128 /* TODO_BinaryenRelaxedTruncZeroUVecF64x2ToVecI32x4 */, + RelaxedTruncF64x2ToU32x4Zero = 135 /* _BinaryenRelaxedTruncZeroUVecF64x2ToVecI32x4 */, _last = RelaxedTruncF64x2ToU32x4Zero, @@ -848,190 +845,187 @@ export const enum BinaryOp { /** i64x2.ge_s */ GeI64x2 = 111 /* _BinaryenGeSVecI64x2 */, /** f32x4.eq */ - EqF32x4 = 112 /* _BinaryenEqVecF32x4 */, + EqF32x4 = 118 /* _BinaryenEqVecF32x4 */, /** f32x4.ne */ - NeF32x4 = 113 /* _BinaryenNeVecF32x4 */, + NeF32x4 = 119 /* _BinaryenNeVecF32x4 */, /** f32x4.lt */ - LtF32x4 = 114 /* _BinaryenLtVecF32x4 */, + LtF32x4 = 120 /* _BinaryenLtVecF32x4 */, /** f32x4.gt */ - GtF32x4 = 115 /* _BinaryenGtVecF32x4 */, + GtF32x4 = 121 /* _BinaryenGtVecF32x4 */, /** f32x4.le */ - LeF32x4 = 116 /* _BinaryenLeVecF32x4 */, + LeF32x4 = 122 /* _BinaryenLeVecF32x4 */, /** f32x4.ge */ - GeF32x4 = 117 /* _BinaryenGeVecF32x4 */, + GeF32x4 = 123 /* _BinaryenGeVecF32x4 */, /** f64x2.eq */ - EqF64x2 = 118 /* _BinaryenEqVecF64x2 */, + EqF64x2 = 124 /* _BinaryenEqVecF64x2 */, /** f64x2.ne */ - NeF64x2 = 119 /* _BinaryenNeVecF64x2 */, + NeF64x2 = 125 /* _BinaryenNeVecF64x2 */, /** f64x2.lt */ - LtF64x2 = 120 /* _BinaryenLtVecF64x2 */, + LtF64x2 = 126 /* _BinaryenLtVecF64x2 */, /** f64x2.gt */ - GtF64x2 = 121 /* _BinaryenGtVecF64x2 */, + GtF64x2 = 127 /* _BinaryenGtVecF64x2 */, /** f64x2.le */ - LeF64x2 = 122 /* _BinaryenLeVecF64x2 */, + LeF64x2 = 128 /* _BinaryenLeVecF64x2 */, /** f64x2.ge */ - GeF64x2 = 123 /* _BinaryenGeVecF64x2 */, + GeF64x2 = 129 /* _BinaryenGeVecF64x2 */, /** v128.and */ - AndV128 = 124 /* _BinaryenAndVec128 */, + AndV128 = 130 /* _BinaryenAndVec128 */, /** v128.or */ - OrV128 = 125 /* _BinaryenOrVec128 */, + OrV128 = 131 /* _BinaryenOrVec128 */, /** v128.xor */ - XorV128 = 126 /* _BinaryenXorVec128 */, + XorV128 = 132 /* _BinaryenXorVec128 */, /** v128.andnot */ - AndnotV128 = 127 /* _BinaryenAndNotVec128 */, + AndnotV128 = 133 /* _BinaryenAndNotVec128 */, /** i8x16.add */ - AddI8x16 = 128 /* _BinaryenAddVecI8x16 */, + AddI8x16 = 134 /* _BinaryenAddVecI8x16 */, /** i8x16.add_sat_s */ - AddSatI8x16 = 129 /* _BinaryenAddSatSVecI8x16 */, + AddSatI8x16 = 135 /* _BinaryenAddSatSVecI8x16 */, /** i8x16.add_sat_u */ - AddSatU8x16 = 130 /* _BinaryenAddSatUVecI8x16 */, + AddSatU8x16 = 136 /* _BinaryenAddSatUVecI8x16 */, /** i8x16.sub */ - SubI8x16 = 131 /* _BinaryenSubVecI8x16 */, + SubI8x16 = 137 /* _BinaryenSubVecI8x16 */, /** i8x16.sub_sat_s */ - SubSatI8x16 = 132 /* _BinaryenSubSatSVecI8x16 */, + SubSatI8x16 = 138 /* _BinaryenSubSatSVecI8x16 */, /** i8x16.sub_sat_u */ - SubSatU8x16 = 133 /* _BinaryenSubSatUVecI8x16 */, + SubSatU8x16 = 139 /* _BinaryenSubSatUVecI8x16 */, /** i8x16.min_s */ - MinI8x16 = 134 /* _BinaryenMinSVecI8x16 */, + MinI8x16 = 140 /* _BinaryenMinSVecI8x16 */, /** i8x16.min_u */ - MinU8x16 = 135 /* _BinaryenMinUVecI8x16 */, + MinU8x16 = 141 /* _BinaryenMinUVecI8x16 */, /** i8x16.max_s */ - MaxI8x16 = 136 /* _BinaryenMaxSVecI8x16 */, + MaxI8x16 = 142 /* _BinaryenMaxSVecI8x16 */, /** i8x16.max_u */ - MaxU8x16 = 137 /* _BinaryenMaxUVecI8x16 */, + MaxU8x16 = 143 /* _BinaryenMaxUVecI8x16 */, /** i8x16.avgr_u */ - AvgrU8x16 = 138 /* _BinaryenAvgrUVecI8x16 */, + AvgrU8x16 = 144 /* _BinaryenAvgrUVecI8x16 */, /** i16x8.add */ - AddI16x8 = 139 /* _BinaryenAddVecI16x8 */, + AddI16x8 = 145 /* _BinaryenAddVecI16x8 */, /** i16x8.add_sat_s */ - AddSatI16x8 = 140 /* _BinaryenAddSatSVecI16x8 */, + AddSatI16x8 = 146 /* _BinaryenAddSatSVecI16x8 */, /** i16x8.add_sat_u */ - AddSatU16x8 = 141 /* _BinaryenAddSatUVecI16x8 */, + AddSatU16x8 = 147 /* _BinaryenAddSatUVecI16x8 */, /** i16x8.sub */ - SubI16x8 = 142 /* _BinaryenSubVecI16x8 */, + SubI16x8 = 148 /* _BinaryenSubVecI16x8 */, /** i16x8.sub_sat_s */ - SubSatI16x8 = 143 /* _BinaryenSubSatSVecI16x8 */, + SubSatI16x8 = 149 /* _BinaryenSubSatSVecI16x8 */, /** i16x8.sub_sat_u */ - SubSatU16x8 = 144 /* _BinaryenSubSatUVecI16x8 */, + SubSatU16x8 = 150 /* _BinaryenSubSatUVecI16x8 */, /** i16x8.mul */ - MulI16x8 = 145 /* _BinaryenMulVecI16x8 */, + MulI16x8 = 151 /* _BinaryenMulVecI16x8 */, /** i16x8.min_s */ - MinI16x8 = 146 /* _BinaryenMinSVecI16x8 */, + MinI16x8 = 152 /* _BinaryenMinSVecI16x8 */, /** i16x8.min_u */ - MinU16x8 = 147 /* _BinaryenMinUVecI16x8 */, + MinU16x8 = 153 /* _BinaryenMinUVecI16x8 */, /** i16x8.max_s */ - MaxI16x8 = 148 /* _BinaryenMaxSVecI16x8 */, + MaxI16x8 = 154 /* _BinaryenMaxSVecI16x8 */, /** i16x8.max_u */ - MaxU16x8 = 149 /* _BinaryenMaxUVecI16x8 */, + MaxU16x8 = 155 /* _BinaryenMaxUVecI16x8 */, /** i16x8.avgr_u */ - AvgrU16x8 = 150 /* _BinaryenAvgrUVecI16x8 */, + AvgrU16x8 = 156 /* _BinaryenAvgrUVecI16x8 */, /** i16x8.q15mulr_sat_s */ - Q15mulrSatI16x8 = 151 /* _BinaryenQ15MulrSatSVecI16x8 */, + Q15mulrSatI16x8 = 157 /* _BinaryenQ15MulrSatSVecI16x8 */, /** i16x8.extmul_low_i8x16_s */ - ExtmulLowI16x8 = 152 /* _BinaryenExtMulLowSVecI16x8 */, + ExtmulLowI16x8 = 158 /* _BinaryenExtMulLowSVecI16x8 */, /** i16x8.extmul_high_i8x16_s */ - ExtmulHighI16x8 = 153 /* _BinaryenExtMulHighSVecI16x8 */, + ExtmulHighI16x8 = 159 /* _BinaryenExtMulHighSVecI16x8 */, /** i16x8.extmul_low_i8x16_u */ - ExtmulLowU16x8 = 154 /* _BinaryenExtMulLowUVecI16x8 */, + ExtmulLowU16x8 = 160 /* _BinaryenExtMulLowUVecI16x8 */, /** i16x8.extmul_high_i8x16_u */ - ExtmulHighU16x8 = 155 /* _BinaryenExtMulHighUVecI16x8 */, + ExtmulHighU16x8 = 161 /* _BinaryenExtMulHighUVecI16x8 */, /** i32x4.add */ - AddI32x4 = 156 /* _BinaryenAddVecI32x4 */, + AddI32x4 = 162 /* _BinaryenAddVecI32x4 */, /** i32x4.sub */ - SubI32x4 = 157 /* _BinaryenSubVecI32x4 */, + SubI32x4 = 163 /* _BinaryenSubVecI32x4 */, /** i32x4.mul */ - MulI32x4 = 158 /* _BinaryenMulVecI32x4 */, + MulI32x4 = 164 /* _BinaryenMulVecI32x4 */, /** i32x4.min_s */ - MinI32x4 = 159 /* _BinaryenMinSVecI32x4 */, + MinI32x4 = 165 /* _BinaryenMinSVecI32x4 */, /** i32x4.min_u */ - MinU32x4 = 160 /* _BinaryenMinUVecI32x4 */, + MinU32x4 = 166 /* _BinaryenMinUVecI32x4 */, /** i32x4.max_s */ - MaxI32x4 = 161 /* _BinaryenMaxSVecI32x4 */, + MaxI32x4 = 167 /* _BinaryenMaxSVecI32x4 */, /** i32x4.max_u */ - MaxU32x4 = 162 /* _BinaryenMaxUVecI32x4 */, + MaxU32x4 = 168 /* _BinaryenMaxUVecI32x4 */, /** i32x4.dot_i16x8_s */ - DotI16x8 = 163 /* _BinaryenDotSVecI16x8ToVecI32x4 */, + DotI16x8 = 169 /* _BinaryenDotSVecI16x8ToVecI32x4 */, /** i32x4.extmul_low_i16x8_s */ - ExtmulLowI32x4 = 164 /* _BinaryenExtMulLowSVecI32x4 */, + ExtmulLowI32x4 = 170 /* _BinaryenExtMulLowSVecI32x4 */, /** i32x4.extmul_high_i16x8_s */ - ExtmulHighI32x4 = 165 /* _BinaryenExtMulHighSVecI32x4 */, + ExtmulHighI32x4 = 171 /* _BinaryenExtMulHighSVecI32x4 */, /** i32x4.extmul_low_i16x8_u */ - ExtmulLowU32x4 = 166 /* _BinaryenExtMulLowUVecI32x4 */, + ExtmulLowU32x4 = 172 /* _BinaryenExtMulLowUVecI32x4 */, /** i32x4.extmul_high_i16x8_u */ - ExtmulHighU32x4 = 167 /* _BinaryenExtMulHighUVecI32x4 */, + ExtmulHighU32x4 = 173 /* _BinaryenExtMulHighUVecI32x4 */, /** i64x2.add */ - AddI64x2 = 168 /* _BinaryenAddVecI64x2 */, + AddI64x2 = 174 /* _BinaryenAddVecI64x2 */, /** i64x2.sub */ - SubI64x2 = 169 /* _BinaryenSubVecI64x2 */, + SubI64x2 = 175 /* _BinaryenSubVecI64x2 */, /** i64x2.mul */ - MulI64x2 = 170 /* _BinaryenMulVecI64x2 */, + MulI64x2 = 176 /* _BinaryenMulVecI64x2 */, /** i64x2.extmul_low_i32x4_s */ - ExtmulLowI64x2 = 171 /* _BinaryenExtMulLowSVecI64x2 */, + ExtmulLowI64x2 = 177 /* _BinaryenExtMulLowSVecI64x2 */, /** i64x2.extmul_high_i32x4_s */ - ExtmulHighI64x2 = 172 /* _BinaryenExtMulHighSVecI64x2 */, + ExtmulHighI64x2 = 178 /* _BinaryenExtMulHighSVecI64x2 */, /** i64x2.extmul_low_i32x4_u */ - ExtmulLowU64x2 = 173 /* _BinaryenExtMulLowUVecI64x2 */, + ExtmulLowU64x2 = 179 /* _BinaryenExtMulLowUVecI64x2 */, /** i64x2.extmul_high_i32x4_u */ - ExtmulHighU64x2 = 174 /* _BinaryenExtMulHighUVecI64x2 */, + ExtmulHighU64x2 = 180 /* _BinaryenExtMulHighUVecI64x2 */, /** f32x4.add */ - AddF32x4 = 175 /* _BinaryenAddVecF32x4 */, + AddF32x4 = 189 /* _BinaryenAddVecF32x4 */, /** f32x4.sub */ - SubF32x4 = 176 /* _BinaryenSubVecF32x4 */, + SubF32x4 = 190 /* _BinaryenSubVecF32x4 */, /** f32x4.mul */ - MulF32x4 = 177 /* _BinaryenMulVecF32x4 */, + MulF32x4 = 191 /* _BinaryenMulVecF32x4 */, /** f32x4.div */ - DivF32x4 = 178 /* _BinaryenDivVecF32x4 */, + DivF32x4 = 192 /* _BinaryenDivVecF32x4 */, /** f32x4.min */ - MinF32x4 = 179 /* _BinaryenMinVecF32x4 */, + MinF32x4 = 193 /* _BinaryenMinVecF32x4 */, /** f32x4.max */ - MaxF32x4 = 180 /* _BinaryenMaxVecF32x4 */, + MaxF32x4 = 194 /* _BinaryenMaxVecF32x4 */, /** f32x4.pmin */ - PminF32x4 = 181 /* _BinaryenPMinVecF32x4 */, + PminF32x4 = 195 /* _BinaryenPMinVecF32x4 */, /** f32x4.pmax */ - PmaxF32x4 = 182 /* _BinaryenPMaxVecF32x4 */, + PmaxF32x4 = 196 /* _BinaryenPMaxVecF32x4 */, /** f64x2.add */ - AddF64x2 = 183 /* _BinaryenAddVecF64x2 */, + AddF64x2 = 197 /* _BinaryenAddVecF64x2 */, /** f64x2.sub */ - SubF64x2 = 184 /* _BinaryenSubVecF64x2 */, + SubF64x2 = 198 /* _BinaryenSubVecF64x2 */, /** f64x2.mul */ - MulF64x2 = 185 /* _BinaryenMulVecF64x2 */, + MulF64x2 = 199 /* _BinaryenMulVecF64x2 */, /** f64x2.div */ - DivF64x2 = 186 /* _BinaryenDivVecF64x2 */, + DivF64x2 = 200 /* _BinaryenDivVecF64x2 */, /** f64x2.min */ - MinF64x2 = 187 /* _BinaryenMinVecF64x2 */, + MinF64x2 = 201 /* _BinaryenMinVecF64x2 */, /** f64x2.max */ - MaxF64x2 = 188 /* _BinaryenMaxVecF64x2 */, + MaxF64x2 = 202 /* _BinaryenMaxVecF64x2 */, /** f64x2.pmin */ - PminF64x2 = 189 /* _BinaryenPMinVecF64x2 */, + PminF64x2 = 203 /* _BinaryenPMinVecF64x2 */, /** f64x2.pmax */ - PmaxF64x2 = 190 /* _BinaryenPMaxVecF64x2 */, + PmaxF64x2 = 204 /* _BinaryenPMaxVecF64x2 */, /** i8x16.narrow_i16x8_s */ - NarrowI16x8ToI8x16 = 191 /* _BinaryenNarrowSVecI16x8ToVecI8x16 */, + NarrowI16x8ToI8x16 = 205 /* _BinaryenNarrowSVecI16x8ToVecI8x16 */, /** i8x16.narrow_i16x8_u */ - NarrowU16x8ToU8x16 = 192 /* _BinaryenNarrowUVecI16x8ToVecI8x16 */, + NarrowU16x8ToU8x16 = 206 /* _BinaryenNarrowUVecI16x8ToVecI8x16 */, /** i16x8.narrow_i32x4_s */ - NarrowI32x4ToI16x8 = 193 /* _BinaryenNarrowSVecI32x4ToVecI16x8 */, + NarrowI32x4ToI16x8 = 207 /* _BinaryenNarrowSVecI32x4ToVecI16x8 */, /** i16x8.narrow_i32x4_u */ - NarrowU32x4ToU16x8 = 194 /* _BinaryenNarrowUVecI32x4ToVecI16x8 */, + NarrowU32x4ToU16x8 = 208 /* _BinaryenNarrowUVecI32x4ToVecI16x8 */, /** i8x16.swizzle */ - SwizzleI8x16 = 195 /* _BinaryenSwizzleVecI8x16 */, - - // see: https://github.com/WebAssembly/relaxed-simd - + SwizzleI8x16 = 209 /* _BinaryenSwizzleVecI8x16 */, /** i8x16.relaxed_swizzle */ - RelaxedSwizzleI8x16 = 196 /* TODO_BinaryenRelaxedSwizzleVecI8x16 */, + RelaxedSwizzleI8x16 = 210 /* _BinaryenRelaxedSwizzleVecI8x16 */, /** f32x4.relaxed_min */ - RelaxedMinF32x4 = 197 /* TODO_BinaryenRelaxedMinVecF32x4 */, + RelaxedMinF32x4 = 211 /* _BinaryenRelaxedMinVecF32x4 */, /** f32x4.relaxed_max */ - RelaxedMaxF32x4 = 198 /* TODO_BinaryenRelaxedMaxVecF32x4 */, + RelaxedMaxF32x4 = 212 /* _BinaryenRelaxedMaxVecF32x4 */, /** f64x2.relaxed_min */ - RelaxedMinF64x2 = 199 /* TODO_BinaryenRelaxedMinVecF64x2 */, + RelaxedMinF64x2 = 213 /* _BinaryenRelaxedMinVecF64x2 */, /** f64x2.relaxed_max */ - RelaxedMaxF64x2 = 200 /* TODO_BinaryenRelaxedMaxVecF64x2 */, + RelaxedMaxF64x2 = 214 /* _BinaryenRelaxedMaxVecF64x2 */, /** i16x8.relaxed_q15mulr_s */ - RelaxedQ15MulrI16x8 = 201 /* TODO_BinaryenRelaxedQ15MulrSVecI16x8 */, + RelaxedQ15MulrI16x8 = 215 /* _BinaryenRelaxedQ15MulrSVecI16x8 */, /** i16x8.relaxed_dot_i8x16_i7x16_s */ - RelaxedDotI8x16I7x16ToI16x8 = 202 /* TODO_BinaryenDotI8x16I7x16SToVecI16x8 */, + RelaxedDotI8x16I7x16ToI16x8 = 216 /* _BinaryenDotI8x16I7x16SToVecI16x8 */, _last = RelaxedDotI8x16I7x16ToI16x8, @@ -1120,9 +1114,9 @@ export const enum SIMDExtractOp { /** i32x4.extract_lane_u */ ExtractLaneI64x2 = 5 /* _BinaryenExtractLaneVecI64x2 */, /** i64x2.extract_lane_s */ - ExtractLaneF32x4 = 6 /* _BinaryenExtractLaneVecF32x4 */, + ExtractLaneF32x4 = 7 /* _BinaryenExtractLaneVecF32x4 */, /** i64x2.extract_lane_u */ - ExtractLaneF64x2 = 7 /* _BinaryenExtractLaneVecF64x2 */, + ExtractLaneF64x2 = 8 /* _BinaryenExtractLaneVecF64x2 */, } /** Binaryen SIMD replace operation constants. */ @@ -1136,9 +1130,9 @@ export const enum SIMDReplaceOp { /** i64x2.replace_lane */ ReplaceLaneI64x2 = 3 /* _BinaryenReplaceLaneVecI64x2 */, /** f32x4.replace_lane */ - ReplaceLaneF32x4 = 4 /* _BinaryenReplaceLaneVecF32x4 */, + ReplaceLaneF32x4 = 5 /* _BinaryenReplaceLaneVecF32x4 */, /** f64x2.replace_lane */ - ReplaceLaneF64x2 = 5 /* _BinaryenReplaceLaneVecF64x2 */ + ReplaceLaneF64x2 = 6 /* _BinaryenReplaceLaneVecF64x2 */ } /** Binaryen SIMD shift operation constants. */ @@ -1222,36 +1216,40 @@ export const enum SIMDTernaryOp { /** v128.bitselect */ Bitselect = 0 /* _BinaryenBitselectVec128 */, - // see: https://github.com/WebAssembly/relaxed-simd + // Relaxed SIMD for F16 + /** f16x8.relaxed_madd */ + RelaxedMaddVecF16x8 = 1 /* TODO_BinaryenRelaxedMaddVecF16x8 */, + /** f16x8.relaxed_nmadd */ + RelaxedNmaddVecF16x8 = 2 /* TODO_BinaryenRelaxedNmaddVecF16x8 */, /** f32x4.relaxed_madd */ - RelaxedMaddF32x4 = 1 /* TODO_BinaryenRelaxedFmaVecF32x4 */, + RelaxedMaddF32x4 = 3 /* _BinaryenRelaxedMaddVecF32x4 */, /** f32x4.relaxed_nmadd */ - RelaxedNmaddF32x4 = 2 /* TODO_BinaryenRelaxedFmsVecF32x4 */, + RelaxedNmaddF32x4 = 4 /* _BinaryenRelaxedNmaddVecF32x4 */, /** f64x2.relaxed_madd */ - RelaxedMaddF64x2 = 3 /* TODO_BinaryenRelaxedFmaVecF64x2 */, + RelaxedMaddF64x2 = 5 /* _BinaryenRelaxedMaddVecF64x2 */, /** f64x2.relaxed_nmadd */ - RelaxedNmaddF64x2 = 4 /* TODO_BinaryenRelaxedFmsVecF64x2 */, + RelaxedNmaddF64x2 = 6 /* _BinaryenRelaxedNmaddVecF64x2 */, /** i8x16.relaxed_laneselect */ - RelaxedLaneselectI8x16 = 5 /* TODO_BinaryenLaneselectI8x16 */, + RelaxedLaneselectI8x16 = 7 /* _BinaryenLaneselectI8x16 */, /** i16x8.relaxed_laneselect */ - RelaxedLaneselectI16x8 = 6 /* TODO_BinaryenLaneselectI16x8 */, + RelaxedLaneselectI16x8 = 8 /* _BinaryenLaneselectI16x8 */, /** i32x4.relaxed_laneselect */ - RelaxedLaneselectI32x4 = 7 /* TODO_BinaryenLaneselectI32x4 */, + RelaxedLaneselectI32x4 = 9 /* _BinaryenLaneselectI32x4 */, /** i64x2.relaxed_laneselect */ - RelaxedLaneselectI64x2 = 8 /* TODO_BinaryenLaneselectI64x2 */, + RelaxedLaneselectI64x2 = 10 /* _BinaryenLaneselectI64x2 */, /** i32x4.relaxed_dot_i8x16_i7x16_add_s */ - RelaxedDotI8x16I7x16AddToI32x4 = 9 /* TODO_BinaryenDotI8x16I7x16AddSToVecI32x4 */, + RelaxedDotI8x16I7x16AddToI32x4 = 11 /* _BinaryenDotI8x16I7x16AddSToVecI32x4 */, } /** Binaryen RefAs operation constants. */ export const enum RefAsOp { /** ref.as_non_null */ NonNull = 0 /* _BinaryenRefAsNonNull */, - /** extern.internalize */ - ExternInternalize = 1 /* _BinaryenRefAsExternInternalize */, - /** extern.externalize */ - ExternExternalize = 2 /* _BinaryenRefAsExternExternalize */ + /** any.convert_extern */ + ExternInternalize = 1 /* _BinaryenRefAsAnyConvertExtern */, + /** extern.convert_any */ + ExternExternalize = 2 /* _BinaryenRefAsExternConvertAny */ } /** Binaryen BrOn operation constants. */ @@ -1268,58 +1266,28 @@ export const enum BrOnOp { /** Binaryen StringNew operation constants. */ export const enum StringNewOp { - /** string.new_wtf8 utf8 */ - UTF8 = 0 /* _BinaryenStringNewUTF8 */, - /** string.new_wtf8 wtf8 */ - WTF8 = 1 /* _BinaryenStringNewWTF8 */, - /** string.new_wtf8 replace */ - LossyUTF8 = 2 /* _BinaryenStringNewLossyUTF8 */, - /** string.new_wtf16 */ - WTF16 = 3 /* _BinaryenStringNewWTF16 */, - /** string.new_wtf8_array utf8 */ - UTF8Array = 4 /* _BinaryenStringNewUTF8Array */, - /** string.new_wtf8_array wtf8 */ - WTF8Array = 5 /* _BinaryenStringNewWTF8Array */, /** string.new_wtf8_array replace */ - LossyUTF8Array = 6 /* _BinaryenStringNewLossyUTF8Array */, + LossyUTF8Array = 0 /* _BinaryenStringNewLossyUTF8Array */, /** string.new_wtf16_array */ - WTF16Array = 7 /* _BinaryenStringNewWTF16Array */, + WTF16Array = 1 /* _BinaryenStringNewWTF16Array */, /** string.from_code_point */ - FromCodePoint = 8 /* _BinaryenStringNewFromCodePoint */ + FromCodePoint = 2 /* _BinaryenStringNewFromCodePoint */ } /** Binaryen StringMeasure operation constants. */ export const enum StringMeasureOp { /** string.measure_wtf8 utf8 */ UTF8 = 0 /* _BinaryenStringMeasureUTF8 */, - /** string.measure_wtf8 wtf8 */ - WTF8 = 1 /* _BinaryenStringMeasureWTF8 */, /** string.measure_wtf16 */ - WTF16 = 2 /* _BinaryenStringMeasureWTF16 */, - /** string.is_usv_sequence */ - IsUSV = 3 /* _BinaryenStringMeasureIsUSV */, - /** stringview_wtf16.length */ - WTF16View = 4 /* _BinaryenStringMeasureWTF16View */ + WTF16 = 1 /* _BinaryenStringMeasureWTF16 */, } /** Binaryen StringEncode operation constants. */ export const enum StringEncodeOp { - /** string.encode_wtf8 utf8 */ - UTF8 = 0 /* _BinaryenStringEncodeUTF8 */, - /** string.encode_lossy_utf8 utf8 */ - LossyUTF8 = 1 /* _BinaryenStringEncodeLossyUTF8 */, - /** string.encode_wtf8 wtf8 */ - WTF8 = 2 /* _BinaryenStringEncodeWTF8 */, - /** string.encode_wtf16 */ - WTF16 = 3 /* _BinaryenStringEncodeWTF16 */, - /** string.encode_wtf8_array utf8 */ - UTF8Array = 4 /* _BinaryenStringEncodeUTF8Array */, /** string.encode_lossy_utf8_array utf8 */ - LossyUTF8Array = 5 /* _BinaryenStringEncodeLossyUTF8Array */, - /** string.encode_wtf8_array wtf8 */ - WTF8Array = 6 /* _BinaryenStringEncodeWTF8Array */, + LossyUTF8Array = 0 /* _BinaryenStringEncodeLossyUTF8Array */, /** string.encode_wtf16_array */ - WTF16Array = 7 /* _BinaryenStringEncodeWTF16Array */ + WTF16Array = 1 /* _BinaryenStringEncodeWTF16Array */ } /** Binaryen StringEq operation constants. */ @@ -1330,37 +1298,10 @@ export const enum StringEqOp { Compare = 1 /* _BinaryenStringEqCompare */ } -/** Binaryen StringAs operation constants. */ -export const enum StringAsOp { - /** string.as_wtf8 */ - WTF8 = 0 /* _BinaryenStringAsWTF8 */, - /** string.as_wtf16 */ - WTF16 = 1 /* _BinaryenStringAsWTF16 */, - /** string.as_iter */ - Iter = 2 /* _BinaryenStringAsIter */ -} - -/** Binaryen StringIterMove operation constants. */ -export const enum StringIterMoveOp { - /** stringview_iter.advance */ - Advance = 0 /* _BinaryenStringIterMoveAdvance */, - /** stringview_iter.rewind */ - Rewind = 1 /* _BinaryenStringIterMoveRewind */ -} - -/** Binaryen StringSlice operation constants. */ -export const enum StringSliceWTFOp { - /** stringview_wtf8.slice */ - WTF8 = 0 /* _BinaryenStringSliceWTF8 */, - /** stringview_wtf16.slice */ - WTF16 = 1 /* _BinaryenStringSliceWTF16 */ -} - /** Binaryen expression runner flags. */ export const enum ExpressionRunnerFlags { Default = 0 /* _ExpressionRunnerFlagsDefault */, - PreserveSideeffects = 1 /* _ExpressionRunnerFlagsPreserveSideeffects */, - TraverseCalls = 2 /* _ExpressionRunnerFlagsTraverseCalls */ + PreserveSideeffects = 1 /* _ExpressionRunnerFlagsPreserveSideeffects */ } export class MemorySegment { @@ -1846,10 +1787,9 @@ export class Module { select( ifTrue: ExpressionRef, ifFalse: ExpressionRef, - condition: ExpressionRef, - type: TypeRef + condition: ExpressionRef ): ExpressionRef { - return binaryen._BinaryenSelect(this.ref, condition, ifTrue, ifFalse, type); + return binaryen._BinaryenSelect(this.ref, condition, ifTrue, ifFalse); } switch( @@ -2124,7 +2064,7 @@ export class Module { type: TypeRef ): ExpressionRef { let cStr = this.allocStringCached(name); - return binaryen._BinaryenRefFunc(this.ref, cStr, type); + return binaryen._BinaryenRefFunc(this.ref, cStr, binaryen._BinaryenTypeGetHeapType(type)); } i31_new( @@ -2406,36 +2346,43 @@ export class Module { name: string = CommonNames.DefaultMemory, shared: bool = false ): void { - let cStr1 = this.allocStringCached(exportName); - let cStr2 = this.allocStringCached(name); + let cExportName = this.allocStringCached(exportName); + let cName = this.allocStringCached(name); let k = segments.length; let segs = new Array(k); - let psvs = new Uint8Array(k); - let offs = new Array(k); - let sizs = new Array(k); + let isPassive = new Uint8Array(k); + let offsets = new Array(k); + let sizes = new Array(k); for (let i = 0; i < k; ++i) { let segment = unchecked(segments[i]); let buffer = segment.buffer; let offset = segment.offset; unchecked(segs[i] = allocU8Array(buffer)); - unchecked(psvs[i] = 0); // no passive segments currently - unchecked(offs[i] = target == Target.Wasm64 + unchecked(isPassive[i] = 0); // no passive segments currently + unchecked(offsets[i] = target == Target.Wasm64 ? this.i64(i64_low(offset), i64_high(offset)) : this.i32(i64_low(offset)) ); - unchecked(sizs[i] = buffer.length); + unchecked(sizes[i] = buffer.length); } - let cArr1 = allocPtrArray(segs); - let cArr2 = allocU8Array(psvs); - let cArr3 = allocPtrArray(offs); - let cArr4 = allocU32Array(sizs); + let cSegs = allocPtrArray(segs); + let cIsPassive = allocU8Array(isPassive); + let cOffsets = allocPtrArray(offsets); + let cSizes = allocU32Array(sizes); binaryen._BinaryenSetMemory( - this.ref, initial, maximum, cStr1, cArr1, cArr2, cArr3, cArr4, k, shared, false, cStr2 + this.ref, + initial, maximum, + cExportName, + 0, cSegs, cIsPassive, + cOffsets, cSizes, + k, + shared, false, + cName ); - binaryen._free(cArr4); - binaryen._free(cArr3); - binaryen._free(cArr2); - binaryen._free(cArr1); + binaryen._free(cSizes); + binaryen._free(cOffsets); + binaryen._free(cIsPassive); + binaryen._free(cSegs); for (let i = k - 1; i >= 0; --i) { binaryen._free(unchecked(segs[i])); } @@ -2524,6 +2471,14 @@ export class Module { binaryen._BinaryenSetDebugInfo(on); } + getClosedWorld(): bool { + return binaryen._BinaryenGetClosedWorld(); + } + + setClosedWorld(on: bool): void { + binaryen._BinaryenSetClosedWorld(on); + } + getLowMemoryUnused(): bool { return binaryen._BinaryenGetLowMemoryUnused(); } @@ -2548,6 +2503,22 @@ export class Module { binaryen._BinaryenSetFastMath(on); } + getGenerateStackIR(): bool { + return binaryen._BinaryenGetGenerateStackIR(); + } + + setGenerateStackIR(on: bool): void { + binaryen._BinaryenSetGenerateStackIR(on); + } + + getOptimizeStackIR(): bool { + return binaryen._BinaryenGetOptimizeStackIR(); + } + + setOptimizeStackIR(on: bool): void { + binaryen._BinaryenSetOptimizeStackIR(on); + } + getPassArgument(key: string): string | null { let cStr = this.allocStringCached(key); let ptr = binaryen._BinaryenGetPassArgument(cStr); @@ -2603,6 +2574,7 @@ export class Module { } setFeatures(featureFlags: FeatureFlags): void { + if (featureFlags & FeatureFlags.BulkMemory) featureFlags |= FeatureFlags.BulkMemoryOpt; binaryen._BinaryenModuleSetFeatures(this.ref, featureFlags); } @@ -2638,6 +2610,11 @@ export class Module { this.setFastMath(true); this.clearPassArguments(); + // OptimizationOptions#parse in src/tools/optimization-options.h + const stackIR = optimizeLevel >= 2 || shrinkLevel >= 1; + this.setGenerateStackIR(stackIR); + this.setOptimizeStackIR(stackIR); + // Tweak inlining limits based on optimization levels if (optimizeLevel >= 2 && shrinkLevel == 0) { this.setAlwaysInlineMaxSize(12); @@ -2874,7 +2851,7 @@ export class Module { toText(watFormat: bool = true): string { let textPtr = watFormat - ? binaryen._BinaryenModuleAllocateAndWriteStackIR(this.ref, true) + ? binaryen._BinaryenModuleAllocateAndWriteStackIR(this.ref) : binaryen._BinaryenModuleAllocateAndWriteText(this.ref); let text = readString(textPtr); if (textPtr) binaryen._free(textPtr); @@ -3833,15 +3810,6 @@ function tryEnsureBasicType(type: Type): TypeRef { case TypeKind.String: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.String, type.is(TypeFlags.Nullable)); } - case TypeKind.StringviewWTF8: { - return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.StringviewWTF8, type.is(TypeFlags.Nullable)); - } - case TypeKind.StringviewWTF16: { - return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.StringviewWTF16, type.is(TypeFlags.Nullable)); - } - case TypeKind.StringviewIter: { - return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.StringviewIter, type.is(TypeFlags.Nullable)); - } case TypeKind.Void: assert(false); // invalid here } return 0; // non-basic diff --git a/src/passes/pass.ts b/src/passes/pass.ts index c2daf98eb5..b61e17f1e8 100644 --- a/src/passes/pass.ts +++ b/src/passes/pass.ts @@ -208,32 +208,22 @@ import { _BinaryenArrayCopyGetSrcRef, _BinaryenArrayCopyGetSrcIndex, _BinaryenArrayCopyGetLength, - _BinaryenStringNewGetPtr, - _BinaryenStringNewGetLength, + _BinaryenStringNewGetRef, _BinaryenStringNewGetStart, _BinaryenStringNewGetEnd, _BinaryenStringMeasureGetRef, - _BinaryenStringEncodeGetPtr, - _BinaryenStringEncodeGetRef, + _BinaryenStringEncodeGetArray, + _BinaryenStringEncodeGetStr, _BinaryenStringEncodeGetStart, _BinaryenStringConcatGetLeft, _BinaryenStringConcatGetRight, _BinaryenStringEqGetLeft, _BinaryenStringEqGetRight, - _BinaryenStringAsGetRef, - _BinaryenStringWTF8AdvanceGetRef, - _BinaryenStringWTF8AdvanceGetPos, - _BinaryenStringWTF8AdvanceGetBytes, _BinaryenStringWTF16GetGetRef, _BinaryenStringWTF16GetGetPos, - _BinaryenStringIterNextGetRef, - _BinaryenStringIterMoveGetRef, - _BinaryenStringIterMoveGetNum, _BinaryenStringSliceWTFGetRef, _BinaryenStringSliceWTFGetStart, _BinaryenStringSliceWTFGetEnd, - _BinaryenStringSliceIterGetRef, - _BinaryenStringSliceIterGetNum, _BinaryenCallRefSetOperandAt, _BinaryenCallRefSetTarget, _BinaryenRefTestSetRef, @@ -257,32 +247,22 @@ import { _BinaryenArrayCopySetSrcIndex, _BinaryenArrayCopySetLength, _BinaryenRefAsSetValue, - _BinaryenStringNewSetPtr, - _BinaryenStringNewSetLength, + _BinaryenStringNewSetRef, _BinaryenStringNewSetStart, _BinaryenStringNewSetEnd, _BinaryenStringMeasureSetRef, - _BinaryenStringEncodeSetRef, - _BinaryenStringEncodeSetPtr, + _BinaryenStringEncodeSetStr, + _BinaryenStringEncodeSetArray, _BinaryenStringEncodeSetStart, _BinaryenStringConcatSetLeft, _BinaryenStringConcatSetRight, _BinaryenStringEqSetLeft, _BinaryenStringEqSetRight, - _BinaryenStringAsSetRef, - _BinaryenStringWTF8AdvanceSetRef, - _BinaryenStringWTF8AdvanceSetPos, - _BinaryenStringWTF8AdvanceSetBytes, _BinaryenStringWTF16GetSetRef, _BinaryenStringWTF16GetSetPos, - _BinaryenStringIterNextSetRef, - _BinaryenStringIterMoveSetRef, - _BinaryenStringIterMoveSetNum, _BinaryenStringSliceWTFSetRef, _BinaryenStringSliceWTFSetStart, _BinaryenStringSliceWTFSetEnd, - _BinaryenStringSliceIterSetRef, - _BinaryenStringSliceIterSetNum, _BinaryenArrayNewFixedSetValueAt } from "../glue/binaryen"; @@ -1183,9 +1163,7 @@ export abstract class Visitor { } case ExpressionId.StringNew: { this.stack.push(expr); - this.visit(_BinaryenStringNewGetPtr(expr)); - let length = _BinaryenStringNewGetLength(expr); // LM only - if (length) this.visit(length); + this.visit(_BinaryenStringNewGetRef(expr)); let start = _BinaryenStringNewGetStart(expr); // GC only if (start) this.visit(start); let end = _BinaryenStringNewGetEnd(expr); // GC only @@ -1209,8 +1187,8 @@ export abstract class Visitor { } case ExpressionId.StringEncode: { this.stack.push(expr); - this.visit(_BinaryenStringEncodeGetRef(expr)); - this.visit(_BinaryenStringEncodeGetPtr(expr)); + this.visit(_BinaryenStringEncodeGetStr(expr)); + this.visit(_BinaryenStringEncodeGetArray(expr)); let start = _BinaryenStringEncodeGetStart(expr); // GC only if (start) this.visit(start); assert(this.stack.pop() == expr); @@ -1233,22 +1211,6 @@ export abstract class Visitor { this.visitStringEq(expr); break; } - case ExpressionId.StringAs: { - this.stack.push(expr); - this.visit(_BinaryenStringAsGetRef(expr)); - assert(this.stack.pop() == expr); - this.visitStringAs(expr); - break; - } - case ExpressionId.StringWTF8Advance: { - this.stack.push(expr); - this.visit(_BinaryenStringWTF8AdvanceGetRef(expr)); - this.visit(_BinaryenStringWTF8AdvanceGetPos(expr)); - this.visit(_BinaryenStringWTF8AdvanceGetBytes(expr)); - assert(this.stack.pop() == expr); - this.visitStringWTF8Advance(expr); - break; - } case ExpressionId.StringWTF16Get: { this.stack.push(expr); this.visit(_BinaryenStringWTF16GetGetRef(expr)); @@ -1257,21 +1219,6 @@ export abstract class Visitor { this.visitStringWTF16Get(expr); break; } - case ExpressionId.StringIterNext: { - this.stack.push(expr); - this.visit(_BinaryenStringIterNextGetRef(expr)); - assert(this.stack.pop() == expr); - this.visitStringIterNext(expr); - break; - } - case ExpressionId.StringIterMove: { - this.stack.push(expr); - this.visit(_BinaryenStringIterMoveGetRef(expr)); - this.visit(_BinaryenStringIterMoveGetNum(expr)); - assert(this.stack.pop() == expr); - this.visitStringIterMove(expr); - break; - } case ExpressionId.StringSliceWTF: { this.stack.push(expr); this.visit(_BinaryenStringSliceWTFGetRef(expr)); @@ -1281,14 +1228,6 @@ export abstract class Visitor { this.visitStringSliceWTF(expr); break; } - case ExpressionId.StringSliceIter: { - this.stack.push(expr); - this.visit(_BinaryenStringSliceIterGetRef(expr)); - this.visit(_BinaryenStringSliceIterGetNum(expr)); - assert(this.stack.pop() == expr); - this.visitStringSliceIter(expr); - break; - } default: throw new Error("unexpected expression kind"); } this._currentExpression = previousExpression; @@ -2072,16 +2011,11 @@ export function replaceChild( break; } case ExpressionId.StringNew: { - let ptr = _BinaryenStringNewGetPtr(parent); + let ptr = _BinaryenStringNewGetRef(parent); if (ptr == search) { - _BinaryenStringNewSetPtr(parent, replacement); + _BinaryenStringNewSetRef(parent, replacement); return ptr; } - let length = _BinaryenStringNewGetLength(parent); - if (length == search) { - _BinaryenStringNewSetLength(parent, replacement); - return length; - } let start = _BinaryenStringNewGetStart(parent); if (start == search) { _BinaryenStringNewSetStart(parent, replacement); @@ -2106,14 +2040,14 @@ export function replaceChild( break; } case ExpressionId.StringEncode: { - let ref = _BinaryenStringEncodeGetRef(parent); + let ref = _BinaryenStringEncodeGetStr(parent); if (ref == search) { - _BinaryenStringEncodeSetRef(parent, replacement); + _BinaryenStringEncodeSetStr(parent, replacement); return ref; } - let ptr = _BinaryenStringEncodeGetPtr(parent); + let ptr = _BinaryenStringEncodeGetArray(parent); if (ptr == search) { - _BinaryenStringEncodeSetPtr(parent, replacement); + _BinaryenStringEncodeSetArray(parent, replacement); return ptr; } let start = _BinaryenStringEncodeGetStart(parent); @@ -2149,32 +2083,6 @@ export function replaceChild( } break; } - case ExpressionId.StringAs: { - let ref = _BinaryenStringAsGetRef(parent); - if (ref == search) { - _BinaryenStringAsSetRef(parent, replacement); - return ref; - } - break; - } - case ExpressionId.StringWTF8Advance: { - let ref = _BinaryenStringWTF8AdvanceGetRef(parent); - if (ref == search) { - _BinaryenStringWTF8AdvanceSetRef(parent, replacement); - return ref; - } - let pos = _BinaryenStringWTF8AdvanceGetPos(parent); - if (pos == search) { - _BinaryenStringWTF8AdvanceSetPos(parent, replacement); - return pos; - } - let bytes = _BinaryenStringWTF8AdvanceGetBytes(parent); - if (bytes == search) { - _BinaryenStringWTF8AdvanceSetBytes(parent, replacement); - return bytes; - } - break; - } case ExpressionId.StringWTF16Get: { let ref = _BinaryenStringWTF16GetGetRef(parent); if (ref == search) { @@ -2188,27 +2096,6 @@ export function replaceChild( } break; } - case ExpressionId.StringIterNext: { - let ref = _BinaryenStringIterNextGetRef(parent); - if (ref == search) { - _BinaryenStringIterNextSetRef(parent, replacement); - return ref; - } - break; - } - case ExpressionId.StringIterMove: { - let ref = _BinaryenStringIterMoveGetRef(parent); - if (ref == search) { - _BinaryenStringIterMoveSetRef(parent, replacement); - return ref; - } - let num = _BinaryenStringIterMoveGetNum(parent); - if (num == search) { - _BinaryenStringIterMoveSetNum(parent, replacement); - return num; - } - break; - } case ExpressionId.StringSliceWTF: { let ref = _BinaryenStringSliceWTFGetRef(parent); if (ref == search) { @@ -2227,19 +2114,6 @@ export function replaceChild( } break; } - case ExpressionId.StringSliceIter: { - let ref = _BinaryenStringSliceIterGetRef(parent); - if (ref == search) { - _BinaryenStringSliceIterSetRef(parent, replacement); - return ref; - } - let num = _BinaryenStringSliceIterGetNum(parent); - if (num == search) { - _BinaryenStringSliceIterSetNum(parent, replacement); - return num; - } - break; - } default: throw new Error("unexpected expression id"); } return 0; diff --git a/src/types.ts b/src/types.ts index 695b415b26..6a07f6fbc8 100644 --- a/src/types.ts +++ b/src/types.ts @@ -702,15 +702,6 @@ export class Type { case TypeKind.String: { return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.String, this.is(TypeFlags.Nullable)); } - case TypeKind.StringviewWTF8: { - return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.StringviewWTF8, this.is(TypeFlags.Nullable)); - } - case TypeKind.StringviewWTF16: { - return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.StringviewWTF16, this.is(TypeFlags.Nullable)); - } - case TypeKind.StringviewIter: { - return binaryen._BinaryenTypeFromHeapType(HeapTypeRef.StringviewIter, this.is(TypeFlags.Nullable)); - } case TypeKind.Void: return TypeRef.None; } // TODO: not used yet diff --git a/tests/compiler/NonNullable.release.wat b/tests/compiler/NonNullable.release.wat index 4fc5bbd20c..8a503aa3f3 100644 --- a/tests/compiler/NonNullable.release.wat +++ b/tests/compiler/NonNullable.release.wat @@ -330,12 +330,10 @@ i32.const 0 call $~lib/string/String.__eq i32.eqz - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $NonNullable/assertNonNull<~lib/string/String> global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/assert-nonnull.release.wat b/tests/compiler/assert-nonnull.release.wat index 753e1c59a8..67f4405bc2 100644 --- a/tests/compiler/assert-nonnull.release.wat +++ b/tests/compiler/assert-nonnull.release.wat @@ -174,7 +174,6 @@ i32.store local.get $0 i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -183,7 +182,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 34256 @@ -453,7 +451,6 @@ i32.eqz br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -468,7 +465,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 local.get $0 i32.load local.tee $0 @@ -535,7 +531,6 @@ i32.eqz br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -550,7 +545,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 local.get $0 i32.load local.tee $0 @@ -623,7 +617,6 @@ local.get $0 i32.load call_indirect (type $1) - drop unreachable end i32.const 34256 @@ -662,7 +655,6 @@ local.get $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 local.get $0 i32.eqz if @@ -673,13 +665,11 @@ call $~lib/builtins/abort unreachable end - local.get $1 local.get $0 i32.store offset=4 local.get $0 i32.load call_indirect (type $1) - drop unreachable end i32.const 34256 @@ -723,7 +713,6 @@ local.get $0 i32.load call_indirect (type $1) - drop unreachable end i32.const 34256 @@ -785,7 +774,6 @@ local.get $0 i32.load call_indirect (type $1) - drop unreachable end i32.const 34256 @@ -837,7 +825,6 @@ local.get $0 i32.load call_indirect (type $1) - drop unreachable end i32.const 34256 diff --git a/tests/compiler/assignment-chain.release.wat b/tests/compiler/assignment-chain.release.wat index 1af7a549b8..d4610178d1 100644 --- a/tests/compiler/assignment-chain.release.wat +++ b/tests/compiler/assignment-chain.release.wat @@ -1032,7 +1032,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1065,7 +1064,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1641,7 +1639,6 @@ i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1683,7 +1680,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store global.get $~lib/memory/__stack_pointer @@ -1772,7 +1768,6 @@ i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1820,7 +1815,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/bindings/esm.release.wat b/tests/compiler/bindings/esm.release.wat index 67cb217984..a06cd5b88d 100644 --- a/tests/compiler/bindings/esm.release.wat +++ b/tests/compiler/bindings/esm.release.wat @@ -1152,7 +1152,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1185,7 +1184,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -2296,12 +2294,10 @@ i32.load offset=8 i32.const 1 i32.shr_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Float32Array#get:length (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -2329,12 +2325,10 @@ i32.load offset=8 i32.const 2 i32.shr_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint64Array#__set (param $0 i32) (param $1 i32) (param $2 i64) global.get $~lib/memory/__stack_pointer @@ -2414,14 +2408,12 @@ local.get $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $2 local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 block $__inlined_func$~lib/typedarray/Uint64Array#constructor$1 (result i32) local.get $1 call $~lib/typedarray/Float32Array#get:length @@ -2447,7 +2439,6 @@ local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.set $6 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 @@ -2546,7 +2537,6 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 local.get $2 i32.store global.get $~lib/memory/__stack_pointer @@ -2768,12 +2758,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/staticarray/StaticArray#__set (param $0 i32) (param $1 i32) (param $2 i32) global.get $~lib/memory/__stack_pointer @@ -2852,12 +2840,10 @@ i32.store local.get $0 i32.load offset=12 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -2903,12 +2889,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/ensureCapacity (param $0 i32) (param $1 i32) (local $2 i32) @@ -3277,7 +3261,6 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -3329,7 +3312,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $5 i32.store offset=4 local.get $5 @@ -3385,12 +3367,10 @@ local.get $0 local.get $1 call $bindings/esm/stringFunction - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $export:bindings/esm/stringFunctionOptional@varargs (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -3447,7 +3427,6 @@ local.get $0 local.get $1 call $bindings/esm/stringFunction - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -3456,7 +3435,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 35072 @@ -3491,12 +3469,10 @@ local.get $0 local.get $1 call $bindings/esm/typedarrayFunction - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $export:bindings/esm/staticarrayFunction (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -3534,7 +3510,6 @@ i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -3544,11 +3519,9 @@ i32.load offset=16 i32.const 2 i32.shr_u - local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $4 local.get $1 i32.const 20 i32.sub @@ -3591,7 +3564,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $4 i32.store offset=4 loop $for-loop|0 @@ -3681,12 +3653,10 @@ end br $folding-inner1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 35072 @@ -3760,14 +3730,12 @@ local.get $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $3 local.get $0 call $~lib/array/Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $3 local.get $1 call $~lib/array/Array#get:length local.get $4 @@ -4006,14 +3974,12 @@ local.get $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $3 local.get $0 call $~lib/array/Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $3 local.get $1 call $~lib/array/Array#get:length local.get $4 @@ -4276,7 +4242,6 @@ local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 @@ -4305,7 +4270,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $2 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/bindings/noExportRuntime.release.wat b/tests/compiler/bindings/noExportRuntime.release.wat index 7eeb250556..d26dcae561 100644 --- a/tests/compiler/bindings/noExportRuntime.release.wat +++ b/tests/compiler/bindings/noExportRuntime.release.wat @@ -1085,7 +1085,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1118,7 +1117,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1858,7 +1856,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1935,7 +1932,6 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/bindings/raw.release.wat b/tests/compiler/bindings/raw.release.wat index baa08f6833..8bcf862a3c 100644 --- a/tests/compiler/bindings/raw.release.wat +++ b/tests/compiler/bindings/raw.release.wat @@ -1152,7 +1152,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1185,7 +1184,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -2296,12 +2294,10 @@ i32.load offset=8 i32.const 1 i32.shr_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Float32Array#get:length (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -2329,12 +2325,10 @@ i32.load offset=8 i32.const 2 i32.shr_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint64Array#__set (param $0 i32) (param $1 i32) (param $2 i64) global.get $~lib/memory/__stack_pointer @@ -2414,14 +2408,12 @@ local.get $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $2 local.get $0 call $~lib/typedarray/Int16Array#get:length local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 block $__inlined_func$~lib/typedarray/Uint64Array#constructor$1 (result i32) local.get $1 call $~lib/typedarray/Float32Array#get:length @@ -2447,7 +2439,6 @@ local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.set $6 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 @@ -2546,7 +2537,6 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 local.get $2 i32.store global.get $~lib/memory/__stack_pointer @@ -2768,12 +2758,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/staticarray/StaticArray#__set (param $0 i32) (param $1 i32) (param $2 i32) global.get $~lib/memory/__stack_pointer @@ -2852,12 +2840,10 @@ i32.store local.get $0 i32.load offset=12 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -2903,12 +2889,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/ensureCapacity (param $0 i32) (param $1 i32) (local $2 i32) @@ -3277,7 +3261,6 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -3329,7 +3312,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $5 i32.store offset=4 local.get $5 @@ -3385,12 +3367,10 @@ local.get $0 local.get $1 call $bindings/esm/stringFunction - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $export:bindings/esm/stringFunctionOptional@varargs (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -3447,7 +3427,6 @@ local.get $0 local.get $1 call $bindings/esm/stringFunction - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -3456,7 +3435,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 35072 @@ -3491,12 +3469,10 @@ local.get $0 local.get $1 call $bindings/esm/typedarrayFunction - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $export:bindings/esm/staticarrayFunction (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -3534,7 +3510,6 @@ i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -3544,11 +3519,9 @@ i32.load offset=16 i32.const 2 i32.shr_u - local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $4 local.get $1 i32.const 20 i32.sub @@ -3591,7 +3564,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $4 i32.store offset=4 loop $for-loop|0 @@ -3681,12 +3653,10 @@ end br $folding-inner1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 35072 @@ -3760,14 +3730,12 @@ local.get $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $3 local.get $0 call $~lib/array/Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $3 local.get $1 call $~lib/array/Array#get:length local.get $4 @@ -4006,14 +3974,12 @@ local.get $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $3 local.get $0 call $~lib/array/Array#get:length local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $3 local.get $1 call $~lib/array/Array#get:length local.get $4 @@ -4276,7 +4242,6 @@ local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 @@ -4305,7 +4270,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $2 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/call-inferred.release.wat b/tests/compiler/call-inferred.release.wat index e39cd59cc2..559793b4c5 100644 --- a/tests/compiler/call-inferred.release.wat +++ b/tests/compiler/call-inferred.release.wat @@ -1028,7 +1028,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1061,7 +1060,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1664,7 +1662,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1693,7 +1690,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/call-rest.release.wat b/tests/compiler/call-rest.release.wat index 0d9c6213c5..d4b2e80337 100644 --- a/tests/compiler/call-rest.release.wat +++ b/tests/compiler/call-rest.release.wat @@ -1076,7 +1076,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1109,7 +1108,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1816,12 +1814,10 @@ i32.store local.get $0 i32.load offset=12 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -1867,12 +1863,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $call-rest/fn (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -1979,12 +1973,10 @@ local.get $1 local.get $2 call $call-rest/fn - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/ensureCapacity (param $0 i32) (param $1 i32) (local $2 i32) @@ -2395,12 +2387,10 @@ local.get $0 local.get $1 call $call-rest/Foo#constructor - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $call-rest/Foo#sum (param $0 i32) (result i32) (local $1 i32) @@ -2492,12 +2482,10 @@ i32.store local.get $0 call $~lib/array/Array#get:length - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $start:call-rest (local $0 i32) @@ -2826,12 +2814,10 @@ i32.store offset=4 local.get $0 call $call-rest/count - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 if i32.const 0 i32.const 1536 @@ -2936,7 +2922,6 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.set $5 local.get $0 i32.const 2 i32.shl @@ -2951,7 +2936,6 @@ local.get $4 memory.copy end - local.get $5 local.get $3 i32.store i32.const 16 diff --git a/tests/compiler/call-super.release.wat b/tests/compiler/call-super.release.wat index 7cd486f260..a4f2af9fe6 100644 --- a/tests/compiler/call-super.release.wat +++ b/tests/compiler/call-super.release.wat @@ -1028,7 +1028,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1061,7 +1060,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1574,7 +1572,6 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1599,7 +1596,6 @@ i32.const 2 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1649,7 +1645,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -1686,7 +1681,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -1735,7 +1729,6 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1760,7 +1753,6 @@ i32.const 2 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1803,7 +1795,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -1840,7 +1831,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -1889,7 +1879,6 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1908,7 +1897,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1958,7 +1946,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -1971,7 +1958,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -2020,7 +2006,6 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2039,7 +2024,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2082,7 +2066,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -2095,7 +2078,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -2144,7 +2126,6 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2163,7 +2144,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2198,7 +2178,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -2211,7 +2190,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/class-implements.release.wat b/tests/compiler/class-implements.release.wat index a8a05184e7..9415e99e5d 100644 --- a/tests/compiler/class-implements.release.wat +++ b/tests/compiler/class-implements.release.wat @@ -1077,7 +1077,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1110,7 +1109,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1993,12 +1991,10 @@ i32.store local.get $0 i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $class-implements/B3#get:foo (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -2024,12 +2020,10 @@ i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $start:class-implements (local $0 i32) @@ -2131,7 +2125,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2168,7 +2161,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -2306,18 +2298,18 @@ local.tee $0 i32.store block $__inlined_func$class-implements/I#foo@override$167 - block $default2 + block $default12 block $case3 block $case2 block $case1 - block $case03 + block $case013 local.get $0 i32.const 8 i32.sub i32.load i32.const 4 i32.sub - br_table $case1 $default2 $case2 $default2 $case3 $default2 $case3 $case03 $default2 + br_table $case1 $default12 $case2 $default12 $case3 $default12 $case3 $case013 $default12 end i32.const 4 local.set $0 @@ -2381,18 +2373,18 @@ local.get $0 i32.store block $__inlined_func$class-implements/J#foo@override$169 - block $default3 - block $case34 - block $case25 - block $case16 - block $case07 + block $default14 + block $case315 + block $case216 + block $case117 + block $case018 local.get $0 i32.const 8 i32.sub i32.load i32.const 8 i32.sub - br_table $case25 $default3 $case25 $case16 $case34 $case07 $default3 + br_table $case216 $default14 $case216 $case117 $case315 $case018 $default14 end unreachable end @@ -2493,7 +2485,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2529,7 +2520,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -2599,7 +2589,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2635,7 +2624,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -2776,7 +2764,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2812,7 +2799,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=20 global.get $~lib/memory/__stack_pointer @@ -2882,7 +2868,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2918,7 +2903,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=24 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/class-overloading-cast.release.wat b/tests/compiler/class-overloading-cast.release.wat index 3b6a73a719..39ce65ceb7 100644 --- a/tests/compiler/class-overloading-cast.release.wat +++ b/tests/compiler/class-overloading-cast.release.wat @@ -1065,7 +1065,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1098,7 +1097,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1807,7 +1805,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1843,7 +1840,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -1971,7 +1967,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2007,7 +2002,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -2093,7 +2087,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2118,7 +2111,6 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2154,14 +2146,12 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/class-overloading.release.wat b/tests/compiler/class-overloading.release.wat index c389b02f92..ac88e87ea3 100644 --- a/tests/compiler/class-overloading.release.wat +++ b/tests/compiler/class-overloading.release.wat @@ -1087,7 +1087,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1120,7 +1119,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1561,7 +1559,6 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1597,7 +1594,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -2044,17 +2040,17 @@ local.tee $0 i32.store block $__inlined_func$class-overloading/A#get:c@override$154 - block $default0 - block $case21 - block $case12 - block $case03 + block $default4 + block $case25 + block $case16 + block $case07 local.get $0 i32.const 8 i32.sub i32.load i32.const 5 i32.sub - br_table $case03 $case12 $case03 $case03 $case21 $default0 + br_table $case07 $case16 $case07 $case07 $case25 $default4 end i32.const 1520 global.set $class-overloading/which @@ -2097,17 +2093,17 @@ local.tee $0 i32.store block $__inlined_func$class-overloading/A#b@override$155 - block $default1 - block $case22 - block $case13 - block $case04 + block $default8 + block $case29 + block $case110 + block $case011 local.get $0 i32.const 8 i32.sub i32.load i32.const 5 i32.sub - br_table $case04 $case13 $case04 $case04 $case22 $default1 + br_table $case011 $case110 $case011 $case011 $case29 $default8 end i32.const 1520 global.set $class-overloading/which @@ -2310,17 +2306,17 @@ local.tee $0 i32.store block $__inlined_func$class-overloading/A#b@override$157 - block $default2 - block $case23 - block $case14 - block $case05 + block $default16 + block $case217 + block $case118 + block $case019 local.get $0 i32.const 8 i32.sub i32.load i32.const 5 i32.sub - br_table $case05 $case14 $case05 $case05 $case23 $default2 + br_table $case019 $case118 $case019 $case019 $case217 $default16 end i32.const 1520 global.set $class-overloading/which @@ -2363,17 +2359,17 @@ local.tee $0 i32.store block $__inlined_func$class-overloading/A#get:c@override$158 - block $default3 - block $case24 - block $case15 - block $case06 + block $default24 + block $case225 + block $case126 + block $case027 local.get $0 i32.const 8 i32.sub i32.load i32.const 5 i32.sub - br_table $case06 $case15 $case06 $case06 $case24 $default3 + br_table $case027 $case126 $case027 $case027 $case225 $default24 end i32.const 1520 global.set $class-overloading/which @@ -2414,17 +2410,17 @@ local.tee $0 i32.store block $__inlined_func$class-overloading/A#b@override$159 - block $default4 - block $case25 - block $case16 - block $case07 + block $default32 + block $case233 + block $case134 + block $case035 local.get $0 i32.const 8 i32.sub i32.load i32.const 5 i32.sub - br_table $case07 $case16 $case07 $case07 $case25 $default4 + br_table $case035 $case134 $case035 $case035 $case233 $default32 end i32.const 1520 global.set $class-overloading/which @@ -2497,17 +2493,17 @@ local.tee $0 i32.store block $__inlined_func$class-overloading/A#b@override$160 - block $default5 - block $case26 - block $case17 - block $case08 + block $default40 + block $case241 + block $case142 + block $case043 local.get $0 i32.const 8 i32.sub i32.load i32.const 5 i32.sub - br_table $case08 $case17 $case08 $case08 $case26 $default5 + br_table $case043 $case142 $case043 $case043 $case241 $default40 end i32.const 1520 global.set $class-overloading/which @@ -2550,17 +2546,17 @@ local.tee $0 i32.store block $__inlined_func$class-overloading/A#get:c@override$161 - block $default6 - block $case27 - block $case18 - block $case09 + block $default48 + block $case249 + block $case150 + block $case051 local.get $0 i32.const 8 i32.sub i32.load i32.const 5 i32.sub - br_table $case09 $case18 $case09 $case09 $case27 $default6 + br_table $case051 $case150 $case051 $case051 $case249 $default48 end i32.const 1520 global.set $class-overloading/which @@ -2601,17 +2597,17 @@ local.tee $0 i32.store block $__inlined_func$class-overloading/A#b@override$162 - block $default7 - block $case28 - block $case19 - block $case010 + block $default56 + block $case257 + block $case158 + block $case059 local.get $0 i32.const 8 i32.sub i32.load i32.const 5 i32.sub - br_table $case010 $case19 $case010 $case010 $case28 $default7 + br_table $case059 $case158 $case059 $case059 $case257 $default56 end i32.const 1520 global.set $class-overloading/which @@ -2711,17 +2707,17 @@ local.tee $0 i32.store block $__inlined_func$class-overloading/A#b@override$164 - block $default8 - block $case29 - block $case110 - block $case011 + block $default64 + block $case265 + block $case166 + block $case067 local.get $0 i32.const 8 i32.sub i32.load i32.const 5 i32.sub - br_table $case011 $case110 $case011 $case011 $case29 $default8 + br_table $case067 $case166 $case067 $case067 $case265 $default64 end i32.const 1520 global.set $class-overloading/which @@ -2764,17 +2760,17 @@ local.tee $0 i32.store block $__inlined_func$class-overloading/A#get:c@override$165 - block $default9 - block $case210 - block $case111 - block $case012 + block $default72 + block $case273 + block $case174 + block $case075 local.get $0 i32.const 8 i32.sub i32.load i32.const 5 i32.sub - br_table $case012 $case111 $case012 $case012 $case210 $default9 + br_table $case075 $case174 $case075 $case075 $case273 $default72 end i32.const 1520 global.set $class-overloading/which @@ -2817,17 +2813,17 @@ local.tee $0 i32.store block $__inlined_func$class-overloading/A#b@override$166 - block $default10 - block $case211 - block $case112 - block $case013 + block $default80 + block $case281 + block $case182 + block $case083 local.get $0 i32.const 8 i32.sub i32.load i32.const 5 i32.sub - br_table $case013 $case112 $case013 $case013 $case211 $default10 + br_table $case083 $case182 $case083 $case083 $case281 $default80 end i32.const 1520 global.set $class-overloading/which @@ -2900,8 +2896,8 @@ local.tee $0 i32.store block $__inlined_func$class-overloading/IA#foo@override$168 - block $default11 - block $case113 + block $default88 + block $case189 local.get $0 i32.const 8 i32.sub @@ -2913,8 +2909,8 @@ local.get $0 i32.const 13 i32.eq - br_if $case113 - br $default11 + br_if $case189 + br $default88 end i32.const 1680 global.set $class-overloading/which @@ -2982,8 +2978,8 @@ local.tee $0 i32.store block $__inlined_func$class-overloading/IA#foo@override$170 - block $default12 - block $case114 + block $default91 + block $case192 local.get $0 i32.const 8 i32.sub @@ -2995,8 +2991,8 @@ local.get $0 i32.const 13 i32.eq - br_if $case114 - br $default12 + br_if $case192 + br $default91 end i32.const 1680 global.set $class-overloading/which @@ -3044,7 +3040,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -3080,7 +3075,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -3129,7 +3123,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -3165,7 +3158,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/class-override.release.wat b/tests/compiler/class-override.release.wat index 83f4b7874c..dad3c95a7e 100644 --- a/tests/compiler/class-override.release.wat +++ b/tests/compiler/class-override.release.wat @@ -1036,7 +1036,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1069,7 +1068,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1476,7 +1474,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1501,7 +1498,6 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1526,7 +1522,6 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1551,7 +1546,6 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1579,28 +1573,24 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $0 i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $0 i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/class.release.wat b/tests/compiler/class.release.wat index 77e0ddac27..947b8a14a1 100644 --- a/tests/compiler/class.release.wat +++ b/tests/compiler/class.release.wat @@ -1038,7 +1038,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1071,7 +1070,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1616,7 +1614,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1645,7 +1642,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/constructor.release.wat b/tests/compiler/constructor.release.wat index f754d4909d..7c0c6d806b 100644 --- a/tests/compiler/constructor.release.wat +++ b/tests/compiler/constructor.release.wat @@ -181,7 +181,7 @@ local.get $0 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$152 + block $__inlined_func$~lib/rt/itcms/Object#unlink$153 local.get $1 i32.load offset=4 i32.const -4 @@ -205,7 +205,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$152 + br $__inlined_func$~lib/rt/itcms/Object#unlink$153 end local.get $1 i32.load offset=8 @@ -1091,7 +1091,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1124,7 +1123,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1660,11 +1658,11 @@ i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner1 + block $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 1556 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 i32.store @@ -1707,7 +1705,7 @@ global.get $~lib/memory/__stack_pointer i32.const 1556 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 i32.store @@ -1730,7 +1728,7 @@ global.get $~lib/memory/__stack_pointer i32.const 1556 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -1759,7 +1757,7 @@ global.get $~lib/memory/__stack_pointer i32.const 1556 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -1788,7 +1786,7 @@ global.get $~lib/memory/__stack_pointer i32.const 1556 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -1823,7 +1821,7 @@ global.get $~lib/memory/__stack_pointer i32.const 1556 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -1854,7 +1852,7 @@ global.get $~lib/memory/__stack_pointer i32.const 1556 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -1891,7 +1889,7 @@ global.get $~lib/memory/__stack_pointer i32.const 1556 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -1928,7 +1926,7 @@ global.get $~lib/memory/__stack_pointer i32.const 1556 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 i32.store @@ -1948,7 +1946,7 @@ global.get $~lib/memory/__stack_pointer i32.const 1556 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 i32.store @@ -2005,7 +2003,7 @@ global.get $~lib/memory/__stack_pointer i32.const 1556 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store diff --git a/tests/compiler/do.release.wat b/tests/compiler/do.release.wat index 0078d1c8a8..d44d65ece2 100644 --- a/tests/compiler/do.release.wat +++ b/tests/compiler/do.release.wat @@ -1027,7 +1027,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1060,7 +1059,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1552,7 +1550,7 @@ end i32.const 0 local.set $0 - loop $do-loop|07 + loop $do-loop|09 local.get $0 i32.const 1 i32.add @@ -1562,7 +1560,7 @@ i32.const 0 local.get $0 select - br_if $do-loop|07 + br_if $do-loop|09 end local.get $0 i32.const 10 @@ -1579,7 +1577,7 @@ local.set $0 i32.const 0 local.set $1 - loop $do-loop|08 + loop $do-loop|011 local.get $0 i32.const 1 i32.add @@ -1587,7 +1585,7 @@ i32.const 10 i32.ne if - loop $do-loop|110 + loop $do-loop|113 local.get $1 i32.const 1 i32.add @@ -1597,10 +1595,10 @@ i32.const 0 local.get $1 select - br_if $do-loop|110 + br_if $do-loop|113 end local.get $0 - br_if $do-loop|08 + br_if $do-loop|011 end end local.get $0 @@ -1674,7 +1672,7 @@ global.get $~lib/memory/__stack_pointer call $do/Ref#constructor i32.store - loop $do-loop|09 + loop $do-loop|05 local.get $1 i32.const 1 i32.add @@ -1691,7 +1689,7 @@ i32.store end local.get $0 - br_if $do-loop|09 + br_if $do-loop|05 end local.get $1 i32.const 10 @@ -1734,8 +1732,8 @@ call $do/Ref#constructor local.tee $1 i32.store - loop $do-loop|010 - block $do-break|03 + loop $do-loop|08 + block $do-break|06 local.get $0 i32.const 1 i32.add @@ -1745,10 +1743,10 @@ if i32.const 0 local.set $1 - br $do-break|03 + br $do-break|06 end call $do/Ref#constructor - br_if $do-loop|010 + br_if $do-loop|08 end end local.get $0 @@ -1873,7 +1871,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1901,7 +1898,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/duplicate-fields.release.wat b/tests/compiler/duplicate-fields.release.wat index 6aff8c65a7..4a316496d2 100644 --- a/tests/compiler/duplicate-fields.release.wat +++ b/tests/compiler/duplicate-fields.release.wat @@ -1045,7 +1045,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1078,7 +1077,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1723,7 +1721,6 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1764,7 +1761,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -1858,7 +1854,6 @@ i32.const 0 call $duplicate-fields/A2#set:bar global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1908,7 +1903,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -1965,7 +1959,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1991,7 +1984,6 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2020,7 +2012,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -2039,7 +2030,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/empty-exportruntime.release.wat b/tests/compiler/empty-exportruntime.release.wat index 6372bb77d3..f050d955d0 100644 --- a/tests/compiler/empty-exportruntime.release.wat +++ b/tests/compiler/empty-exportruntime.release.wat @@ -1046,7 +1046,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1079,7 +1078,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end diff --git a/tests/compiler/empty-new.release.wat b/tests/compiler/empty-new.release.wat index 1d975a97eb..73a85ba25d 100644 --- a/tests/compiler/empty-new.release.wat +++ b/tests/compiler/empty-new.release.wat @@ -1024,7 +1024,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1057,7 +1056,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end diff --git a/tests/compiler/exportstar-rereexport.release.wat b/tests/compiler/exportstar-rereexport.release.wat index c16cf9f6b4..2dddf5b5b2 100644 --- a/tests/compiler/exportstar-rereexport.release.wat +++ b/tests/compiler/exportstar-rereexport.release.wat @@ -1058,7 +1058,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1091,7 +1090,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1629,11 +1627,9 @@ i32.store local.get $0 i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) ) diff --git a/tests/compiler/extends-baseaggregate.release.wat b/tests/compiler/extends-baseaggregate.release.wat index a0bc28bb44..ea1eb369b1 100644 --- a/tests/compiler/extends-baseaggregate.release.wat +++ b/tests/compiler/extends-baseaggregate.release.wat @@ -1049,7 +1049,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1082,7 +1081,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1794,7 +1792,6 @@ local.tee $6 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=4 @@ -1820,7 +1817,6 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=4 @@ -1849,7 +1845,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $6 i32.store global.get $~lib/memory/__stack_pointer @@ -1878,7 +1873,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $6 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/extends-recursive.release.wat b/tests/compiler/extends-recursive.release.wat index 95652de9f5..19332bc021 100644 --- a/tests/compiler/extends-recursive.release.wat +++ b/tests/compiler/extends-recursive.release.wat @@ -1025,7 +1025,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1058,7 +1057,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1606,7 +1604,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1632,7 +1629,6 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1661,7 +1657,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -1674,7 +1669,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/features/relaxed-simd.debug.wat b/tests/compiler/features/relaxed-simd.debug.wat index ceff3d4db6..af8063a69d 100644 --- a/tests/compiler/features/relaxed-simd.debug.wat +++ b/tests/compiler/features/relaxed-simd.debug.wat @@ -43,42 +43,42 @@ global.get $features/relaxed-simd/v global.get $features/relaxed-simd/v global.get $features/relaxed-simd/v - f32x4.relaxed_fma + f32x4.relaxed_madd global.set $features/relaxed-simd/r global.get $features/relaxed-simd/v global.get $features/relaxed-simd/v global.get $features/relaxed-simd/v - f32x4.relaxed_fma + f32x4.relaxed_madd global.set $features/relaxed-simd/r global.get $features/relaxed-simd/v global.get $features/relaxed-simd/v global.get $features/relaxed-simd/v - f32x4.relaxed_fms + f32x4.relaxed_nmadd global.set $features/relaxed-simd/r global.get $features/relaxed-simd/v global.get $features/relaxed-simd/v global.get $features/relaxed-simd/v - f32x4.relaxed_fms + f32x4.relaxed_nmadd global.set $features/relaxed-simd/r global.get $features/relaxed-simd/v global.get $features/relaxed-simd/v global.get $features/relaxed-simd/v - f64x2.relaxed_fma + f64x2.relaxed_madd global.set $features/relaxed-simd/r global.get $features/relaxed-simd/v global.get $features/relaxed-simd/v global.get $features/relaxed-simd/v - f64x2.relaxed_fma + f64x2.relaxed_madd global.set $features/relaxed-simd/r global.get $features/relaxed-simd/v global.get $features/relaxed-simd/v global.get $features/relaxed-simd/v - f64x2.relaxed_fms + f64x2.relaxed_nmadd global.set $features/relaxed-simd/r global.get $features/relaxed-simd/v global.get $features/relaxed-simd/v global.get $features/relaxed-simd/v - f64x2.relaxed_fms + f64x2.relaxed_nmadd global.set $features/relaxed-simd/r global.get $features/relaxed-simd/v global.get $features/relaxed-simd/v diff --git a/tests/compiler/field-initialization.release.wat b/tests/compiler/field-initialization.release.wat index 1d7d656f3a..f85c91295c 100644 --- a/tests/compiler/field-initialization.release.wat +++ b/tests/compiler/field-initialization.release.wat @@ -1049,7 +1049,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1082,7 +1081,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -2064,7 +2062,6 @@ i32.const 1344 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2100,7 +2097,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store global.get $~lib/memory/__stack_pointer @@ -2119,7 +2115,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2155,7 +2150,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -2172,7 +2166,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2219,7 +2212,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -2237,7 +2229,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2284,7 +2275,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=16 global.get $~lib/memory/__stack_pointer @@ -2302,7 +2292,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2341,7 +2330,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=20 global.get $~lib/memory/__stack_pointer @@ -2358,7 +2346,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2386,7 +2373,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=24 global.get $~lib/memory/__stack_pointer @@ -2403,7 +2389,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2431,7 +2416,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=28 global.get $~lib/memory/__stack_pointer @@ -2450,7 +2434,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2484,7 +2467,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=32 global.get $~lib/memory/__stack_pointer @@ -2503,7 +2485,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2542,7 +2523,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=36 global.get $~lib/memory/__stack_pointer @@ -2560,7 +2540,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2608,7 +2587,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=40 global.get $~lib/memory/__stack_pointer @@ -2630,7 +2608,6 @@ local.tee $0 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2670,7 +2647,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $2 i32.store offset=48 global.get $~lib/memory/__stack_pointer @@ -2689,7 +2665,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2720,7 +2695,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=52 global.get $~lib/memory/__stack_pointer @@ -2737,7 +2711,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2776,7 +2749,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=56 global.get $~lib/memory/__stack_pointer @@ -2794,7 +2766,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -2842,7 +2813,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=60 global.get $~lib/memory/__stack_pointer @@ -2860,7 +2830,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2890,7 +2859,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=64 global.get $~lib/memory/__stack_pointer @@ -2908,7 +2876,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2938,7 +2905,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=68 global.get $~lib/memory/__stack_pointer @@ -2956,7 +2922,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 0 call $field-initialization/SomeObject#constructor @@ -2968,7 +2933,6 @@ local.get $1 i32.const 0 i32.store offset=4 - local.get $0 local.get $1 i32.store offset=76 global.get $~lib/memory/__stack_pointer @@ -3005,7 +2969,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 0 call $field-initialization/SomeObject#constructor @@ -3020,7 +2983,6 @@ local.get $1 i32.const 0 i32.store offset=4 - local.get $0 local.get $1 i32.store offset=88 global.get $~lib/memory/__stack_pointer @@ -3059,7 +3021,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 0 call $field-initialization/SomeObject#constructor @@ -3080,7 +3041,6 @@ local.get $1 i32.const 0 i32.store - local.get $0 local.get $1 i32.store offset=96 global.get $~lib/memory/__stack_pointer @@ -3120,7 +3080,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 0 call $field-initialization/SomeObject#constructor @@ -3144,7 +3103,6 @@ local.get $1 i32.const 1680 call $~lib/rt/itcms/__link - local.get $0 local.get $1 i32.store offset=108 global.get $~lib/memory/__stack_pointer @@ -3186,7 +3144,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer call $field-initialization/SomeOtherObject#constructor local.tee $1 @@ -3209,7 +3166,6 @@ local.get $1 i32.const 0 i32.store offset=4 - local.get $0 local.get $1 i32.store offset=116 global.get $~lib/memory/__stack_pointer @@ -3269,7 +3225,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer call $field-initialization/SomeOtherObject#constructor local.tee $1 @@ -3304,7 +3259,6 @@ local.get $1 i32.const 1776 call $~lib/rt/itcms/__link - local.get $0 local.get $1 i32.store offset=124 global.get $~lib/memory/__stack_pointer @@ -3369,7 +3323,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -3417,7 +3370,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=128 global.get $~lib/memory/__stack_pointer @@ -3435,7 +3387,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 24 @@ -3456,7 +3407,6 @@ local.get $1 local.get $2 call $~lib/rt/itcms/__link - local.get $0 local.get $1 i32.store offset=136 global.get $~lib/memory/__stack_pointer @@ -3474,7 +3424,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 25 @@ -3504,7 +3453,6 @@ local.get $1 local.get $2 call $~lib/rt/itcms/__link - local.get $0 local.get $1 i32.store offset=144 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/field.release.wat b/tests/compiler/field.release.wat index 4efb7bbd51..e272877b64 100644 --- a/tests/compiler/field.release.wat +++ b/tests/compiler/field.release.wat @@ -1032,7 +1032,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1065,7 +1064,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1633,7 +1631,6 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -1655,7 +1652,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1684,7 +1680,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -1702,7 +1697,6 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.set $2 i32.const 0 i32.const 1 call $~lib/rt/itcms/__new @@ -1710,7 +1704,6 @@ i32.const 1456 i32.const 0 memory.copy - local.get $2 local.get $3 i32.store i32.const 16 @@ -1748,7 +1741,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/for.release.wat b/tests/compiler/for.release.wat index d6b3fb5e06..792073686e 100644 --- a/tests/compiler/for.release.wat +++ b/tests/compiler/for.release.wat @@ -1027,7 +1027,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1060,7 +1059,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1471,12 +1469,12 @@ end i32.const 10 local.set $0 - loop $for-loop|03 + loop $for-loop|04 local.get $0 i32.const 1 i32.sub local.tee $0 - br_if $for-loop|03 + br_if $for-loop|04 end local.get $0 if @@ -1489,14 +1487,14 @@ end i32.const 0 local.set $0 - loop $for-loop|04 + loop $for-loop|06 local.get $0 i32.const 1 i32.add local.tee $0 i32.const 10 i32.ne - br_if $for-loop|04 + br_if $for-loop|06 end local.get $0 i32.const 10 @@ -1511,7 +1509,7 @@ end i32.const 0 local.set $0 - loop $for-loop|05 + loop $for-loop|07 local.get $0 i32.const 10 i32.lt_s @@ -1520,7 +1518,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|05 + br $for-loop|07 end end local.get $0 @@ -1536,7 +1534,7 @@ end i32.const 0 local.set $0 - loop $for-loop|06 + loop $for-loop|09 local.get $0 i32.const 10 i32.lt_s @@ -1573,7 +1571,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|06 + br $for-loop|09 end end local.get $0 @@ -1659,7 +1657,7 @@ call $for/Ref#constructor local.tee $0 i32.store - loop $for-loop|07 + loop $for-loop|05 local.get $0 if local.get $1 @@ -1677,7 +1675,7 @@ local.tee $0 i32.store end - br $for-loop|07 + br $for-loop|05 end end local.get $1 @@ -1727,7 +1725,7 @@ loop $for-loop|08 call $for/Ref#constructor if - block $for-break03 + block $for-break06 local.get $1 i32.const 1 i32.add @@ -1737,7 +1735,7 @@ if i32.const 0 local.set $0 - br $for-break03 + br $for-break06 end global.get $~lib/memory/__stack_pointer call $for/Ref#constructor @@ -1869,7 +1867,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1897,7 +1894,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/function-call.release.wat b/tests/compiler/function-call.release.wat index 56a60fbf1f..3260e51904 100644 --- a/tests/compiler/function-call.release.wat +++ b/tests/compiler/function-call.release.wat @@ -1065,7 +1065,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1098,7 +1097,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1579,7 +1577,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1607,7 +1604,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/function-expression.release.wat b/tests/compiler/function-expression.release.wat index da44972113..b9e8e461a9 100644 --- a/tests/compiler/function-expression.release.wat +++ b/tests/compiler/function-expression.release.wat @@ -1095,7 +1095,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1128,7 +1127,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1804,7 +1802,6 @@ i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 2032 i32.store @@ -1883,7 +1880,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/function-types.release.wat b/tests/compiler/function-types.release.wat index b0207d6d3e..726e8230ce 100644 --- a/tests/compiler/function-types.release.wat +++ b/tests/compiler/function-types.release.wat @@ -168,12 +168,10 @@ i32.const 1056 i32.load call_indirect (type $0) - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 i32.const 3 i32.ne if diff --git a/tests/compiler/getter-call.release.wat b/tests/compiler/getter-call.release.wat index 3c2bec13dc..69870f1d3b 100644 --- a/tests/compiler/getter-call.release.wat +++ b/tests/compiler/getter-call.release.wat @@ -1030,7 +1030,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1063,7 +1062,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1489,7 +1487,6 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1507,7 +1504,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1535,14 +1531,12 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/heap.release.wat b/tests/compiler/heap.release.wat index caf0699557..14a0518c9b 100644 --- a/tests/compiler/heap.release.wat +++ b/tests/compiler/heap.release.wat @@ -1130,7 +1130,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 call $~lib/rt/tlsf/checkUsedBlock local.tee $0 @@ -1139,7 +1138,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $0 call $~lib/rt/tlsf/insertBlock end diff --git a/tests/compiler/incremental-gc/call-indirect.release.wat b/tests/compiler/incremental-gc/call-indirect.release.wat index 04969928ca..351beb9151 100644 --- a/tests/compiler/incremental-gc/call-indirect.release.wat +++ b/tests/compiler/incremental-gc/call-indirect.release.wat @@ -1033,7 +1033,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1066,7 +1065,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1690,7 +1688,6 @@ i32.add global.set $~lib/rt/itcms/threshold global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1726,7 +1723,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $2 i32.store global.get $~lib/memory/__stack_pointer @@ -1734,12 +1730,10 @@ i32.store offset=4 local.get $0 i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 34384 @@ -1808,12 +1802,10 @@ i32.const 1440 i32.load call_indirect (type $1) - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 34384 diff --git a/tests/compiler/infer-array.release.wat b/tests/compiler/infer-array.release.wat index 55db29d7ed..2773042932 100644 --- a/tests/compiler/infer-array.release.wat +++ b/tests/compiler/infer-array.release.wat @@ -1071,7 +1071,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1104,7 +1103,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1890,12 +1888,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) global.get $~lib/memory/__stack_pointer @@ -1969,7 +1965,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1998,7 +1993,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -2424,7 +2418,6 @@ local.tee $1 i32.store offset=28 global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 @@ -2441,7 +2434,6 @@ i32.const 1 local.get $1 call $~lib/array/Array#__set - local.get $2 local.get $3 i32.store offset=36 global.get $~lib/memory/__stack_pointer @@ -2459,7 +2451,6 @@ local.tee $1 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 @@ -2476,7 +2467,6 @@ i32.const 1 local.get $1 call $~lib/array/Array#__set - local.get $2 local.get $3 i32.store offset=52 global.get $~lib/memory/__stack_pointer @@ -2490,7 +2480,6 @@ local.tee $0 i32.store offset=56 global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 @@ -2507,7 +2496,6 @@ i32.const 1 i32.const 0 call $~lib/array/Array#__set - local.get $1 local.get $2 i32.store offset=64 global.get $~lib/memory/__stack_pointer @@ -2611,7 +2599,6 @@ local.get $0 call $~lib/array/Array#__get global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 @@ -2636,7 +2623,6 @@ i32.const 2016 call $~lib/rt/__newArray call $~lib/array/Array#__set - local.get $0 local.get $1 i32.store offset=92 global.get $~lib/memory/__stack_pointer @@ -2725,7 +2711,6 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.set $4 local.get $0 local.get $1 i32.shl @@ -2740,7 +2725,6 @@ local.get $5 memory.copy end - local.get $4 local.get $1 i32.store i32.const 16 diff --git a/tests/compiler/infer-generic.release.wat b/tests/compiler/infer-generic.release.wat index a76738b5c8..db2d8f2c77 100644 --- a/tests/compiler/infer-generic.release.wat +++ b/tests/compiler/infer-generic.release.wat @@ -1054,7 +1054,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1087,7 +1086,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1767,7 +1765,6 @@ i32.const 1520 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1786,7 +1783,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1815,7 +1811,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -1828,7 +1823,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store offset=8 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/inlining.release.wat b/tests/compiler/inlining.release.wat index 67e09d9b8e..bcc7cbc9ed 100644 --- a/tests/compiler/inlining.release.wat +++ b/tests/compiler/inlining.release.wat @@ -1044,7 +1044,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1077,7 +1076,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1619,7 +1617,6 @@ i64.const 0 i64.store offset=8 global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 6 @@ -1639,7 +1636,6 @@ i32.const 0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -1671,7 +1667,6 @@ local.get $0 i32.const 2 i32.store offset=4 - local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -1680,7 +1675,6 @@ local.get $0 i32.const 4 i32.store offset=12 - local.get $1 local.get $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/instanceof.release.wat b/tests/compiler/instanceof.release.wat index 17c9936fff..58abc45ae3 100644 --- a/tests/compiler/instanceof.release.wat +++ b/tests/compiler/instanceof.release.wat @@ -1132,7 +1132,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1165,7 +1164,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -2282,7 +2280,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2318,7 +2315,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -2344,7 +2340,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2380,7 +2375,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/issues/1095.release.wat b/tests/compiler/issues/1095.release.wat index 59a7187755..b5acbcd83e 100644 --- a/tests/compiler/issues/1095.release.wat +++ b/tests/compiler/issues/1095.release.wat @@ -1035,7 +1035,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1068,7 +1067,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1683,7 +1681,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1712,7 +1709,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/issues/1225.release.wat b/tests/compiler/issues/1225.release.wat index 454dc7a7a0..e790c53130 100644 --- a/tests/compiler/issues/1225.release.wat +++ b/tests/compiler/issues/1225.release.wat @@ -1036,7 +1036,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1069,7 +1068,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1593,12 +1591,10 @@ i32.store local.get $0 i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $issues/1225/viaThis (result i32) (local $0 i32) @@ -1626,11 +1622,9 @@ i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) ) diff --git a/tests/compiler/issues/1699.release.wat b/tests/compiler/issues/1699.release.wat index 0bcdd37e25..f33b7a54aa 100644 --- a/tests/compiler/issues/1699.release.wat +++ b/tests/compiler/issues/1699.release.wat @@ -1042,7 +1042,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1075,7 +1074,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -2011,7 +2009,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2040,7 +2037,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/issues/2166.release.wat b/tests/compiler/issues/2166.release.wat index 05a0ac6baa..62bd8230fe 100644 --- a/tests/compiler/issues/2166.release.wat +++ b/tests/compiler/issues/2166.release.wat @@ -1036,7 +1036,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1069,7 +1068,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1476,7 +1474,6 @@ i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1494,7 +1491,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1522,14 +1518,12 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/issues/2322/index.release.wat b/tests/compiler/issues/2322/index.release.wat index a33403cbc1..fda55107c4 100644 --- a/tests/compiler/issues/2322/index.release.wat +++ b/tests/compiler/issues/2322/index.release.wat @@ -1026,7 +1026,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1059,7 +1058,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1622,7 +1620,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1651,7 +1648,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/issues/2622.release.wat b/tests/compiler/issues/2622.release.wat index 2a8c6bd0e0..c2bec41f20 100644 --- a/tests/compiler/issues/2622.release.wat +++ b/tests/compiler/issues/2622.release.wat @@ -1065,7 +1065,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1098,7 +1097,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end diff --git a/tests/compiler/issues/2707.release.wat b/tests/compiler/issues/2707.release.wat index 9ca1161cf6..cfe04d539a 100644 --- a/tests/compiler/issues/2707.release.wat +++ b/tests/compiler/issues/2707.release.wat @@ -1038,7 +1038,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1071,7 +1070,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1116,12 +1114,12 @@ local.get $0 local.get $1 i32.ctz - local.tee $1 + local.tee $2 i32.const 2 i32.shl i32.add i32.load offset=4 - local.tee $2 + local.tee $1 i32.eqz if i32.const 0 @@ -1132,9 +1130,9 @@ unreachable end local.get $0 - local.get $2 - i32.ctz local.get $1 + i32.ctz + local.get $2 i32.const 4 i32.shl i32.add @@ -1528,14 +1526,12 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 i32.const 1 call $~lib/rt/itcms/__new local.tee $0 i32.const 1088 i32.const 16 memory.copy - local.get $1 local.get $0 i32.store i32.const 4 diff --git a/tests/compiler/issues/2873.release.wat b/tests/compiler/issues/2873.release.wat index aba1809221..7d78da32e1 100644 --- a/tests/compiler/issues/2873.release.wat +++ b/tests/compiler/issues/2873.release.wat @@ -2245,7 +2245,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -2278,7 +2277,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end diff --git a/tests/compiler/logical.release.wat b/tests/compiler/logical.release.wat index 6bd42c186f..698a99aac3 100644 --- a/tests/compiler/logical.release.wat +++ b/tests/compiler/logical.release.wat @@ -1041,7 +1041,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1074,7 +1073,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end diff --git a/tests/compiler/managed-cast.release.wat b/tests/compiler/managed-cast.release.wat index 79b3669b1f..aba3aac064 100644 --- a/tests/compiler/managed-cast.release.wat +++ b/tests/compiler/managed-cast.release.wat @@ -1031,7 +1031,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1064,7 +1063,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1599,7 +1597,6 @@ local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.set $1 local.get $0 i32.eqz if @@ -1610,7 +1607,6 @@ call $~lib/builtins/abort unreachable end - local.get $1 local.get $0 i32.store offset=8 i32.const 0 @@ -1660,7 +1656,6 @@ i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.set $1 block $__inlined_func$~instanceof|managed-cast/Cat$91 (result i32) global.get $~lib/memory/__stack_pointer local.get $0 @@ -1685,7 +1680,6 @@ call $~lib/builtins/abort unreachable end - local.get $1 local.get $0 i32.store offset=4 local.get $0 @@ -1721,7 +1715,6 @@ local.get $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 local.get $0 if local.get $0 @@ -1742,7 +1735,6 @@ i32.const 0 local.set $0 end - local.get $1 local.get $0 i32.store offset=4 local.get $0 @@ -1825,7 +1817,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1850,7 +1841,6 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1878,14 +1868,12 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $0 i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/memory.release.wat b/tests/compiler/memory.release.wat index 34b1695e66..b1afa82e8f 100644 --- a/tests/compiler/memory.release.wat +++ b/tests/compiler/memory.release.wat @@ -73,10 +73,8 @@ global.get $memory/ptr i32.const 16 i32.add - local.set $0 i32.const 1104 global.set $memory/ptr - local.get $0 i32.const 1104 i32.ne if @@ -90,10 +88,8 @@ global.get $memory/ptr i32.const 8 i32.add - local.set $0 i32.const 1112 global.set $memory/ptr - local.get $0 i32.const 1112 i32.ne if @@ -107,10 +103,8 @@ global.get $memory/ptr i32.const 4 i32.add - local.set $0 i32.const 1116 global.set $memory/ptr - local.get $0 i32.const 1116 i32.ne if @@ -124,10 +118,8 @@ global.get $memory/ptr i32.const 2 i32.add - local.set $0 i32.const 1118 global.set $memory/ptr - local.get $0 i32.const 1118 i32.ne if @@ -141,10 +133,8 @@ global.get $memory/ptr i32.const 1 i32.add - local.set $0 i32.const 1119 global.set $memory/ptr - local.get $0 i32.const 1119 i32.ne if diff --git a/tests/compiler/new.release.wat b/tests/compiler/new.release.wat index 1828d48d23..b6df35a2b3 100644 --- a/tests/compiler/new.release.wat +++ b/tests/compiler/new.release.wat @@ -1067,7 +1067,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1100,7 +1099,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end diff --git a/tests/compiler/object-literal.release.wat b/tests/compiler/object-literal.release.wat index cc215c26e8..3185b00ccb 100644 --- a/tests/compiler/object-literal.release.wat +++ b/tests/compiler/object-literal.release.wat @@ -904,7 +904,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $2 local.get $0 i32.const 4 i32.sub @@ -937,7 +936,6 @@ i32.const 1 i32.or i32.store - local.get $2 local.get $1 call $~lib/rt/tlsf/insertBlock ) @@ -2361,7 +2359,6 @@ i32.const 1392 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2406,7 +2403,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer @@ -2817,7 +2813,6 @@ local.get $0 call $object-literal/testOmittedTypes global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2868,7 +2863,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=20 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/operator-overload-non-ambiguity.release.wat b/tests/compiler/operator-overload-non-ambiguity.release.wat index abbf89d89c..0492d014af 100644 --- a/tests/compiler/operator-overload-non-ambiguity.release.wat +++ b/tests/compiler/operator-overload-non-ambiguity.release.wat @@ -1027,7 +1027,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1060,7 +1059,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end diff --git a/tests/compiler/optional-typeparameters.release.wat b/tests/compiler/optional-typeparameters.release.wat index 9c4eecb2ab..753b8a0ace 100644 --- a/tests/compiler/optional-typeparameters.release.wat +++ b/tests/compiler/optional-typeparameters.release.wat @@ -1053,7 +1053,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1086,7 +1085,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end diff --git a/tests/compiler/possibly-null.release.wat b/tests/compiler/possibly-null.release.wat index 1d99cdc390..b681c5b383 100644 --- a/tests/compiler/possibly-null.release.wat +++ b/tests/compiler/possibly-null.release.wat @@ -1,6 +1,6 @@ (module - (type $0 (func (param i32 i32))) - (type $1 (func (param i32))) + (type $0 (func (param i32))) + (type $1 (func (param i32 i32))) (type $2 (func (param i32 i32 i32 i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33792)) @@ -8,13 +8,13 @@ (export "memory" (memory $0)) (export "testTrue" (func $export:possibly-null/testTrue)) (export "testFalseElse" (func $export:possibly-null/testTrue)) - (export "testFalseContinuation" (func $export:possibly-null/testTrue)) + (export "testFalseContinuation" (func $export:possibly-null/testFalseContinuation)) (export "testNeNull" (func $export:possibly-null/testTrue)) (export "testEqNullElse" (func $export:possibly-null/testTrue)) - (export "testEqNullContinuation" (func $export:possibly-null/testTrue)) + (export "testEqNullContinuation" (func $export:possibly-null/testFalseContinuation)) (export "testNotEqNull" (func $export:possibly-null/testTrue)) (export "testNotNeNullElse" (func $export:possibly-null/testTrue)) - (export "testNotNeNullContinuation" (func $export:possibly-null/testTrue)) + (export "testNotNeNullContinuation" (func $export:possibly-null/testFalseContinuation)) (export "testWhile" (func $export:possibly-null/testWhile)) (export "testWhile2" (func $export:possibly-null/testWhile2)) (export "testWhile3" (func $export:possibly-null/testWhile3)) @@ -48,6 +48,35 @@ i32.add global.set $~lib/memory/__stack_pointer ) + (func $export:possibly-null/testFalseContinuation (param $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1024 + i32.lt_s + if + i32.const 33824 + i32.const 33872 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + block $__inlined_func$possibly-null/testFalseContinuation$12 + local.get $0 + i32.eqz + br_if $__inlined_func$possibly-null/testFalseContinuation$12 + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) (func $export:possibly-null/testWhile (param $0 i32) global.get $~lib/memory/__stack_pointer i32.const 4 diff --git a/tests/compiler/reexport.release.wat b/tests/compiler/reexport.release.wat index aa9a780b2d..5f3c208a7c 100644 --- a/tests/compiler/reexport.release.wat +++ b/tests/compiler/reexport.release.wat @@ -1060,7 +1060,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1093,7 +1092,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1539,12 +1537,10 @@ i32.store local.get $0 i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 i32.const 2 i32.ne if diff --git a/tests/compiler/rereexport.release.wat b/tests/compiler/rereexport.release.wat index b57ed1cc78..bdef63163f 100644 --- a/tests/compiler/rereexport.release.wat +++ b/tests/compiler/rereexport.release.wat @@ -1058,7 +1058,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1091,7 +1090,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1627,11 +1625,9 @@ i32.store local.get $0 i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) ) diff --git a/tests/compiler/resolve-access.release.wat b/tests/compiler/resolve-access.release.wat index 61d868fd17..2fb8a6ecc6 100644 --- a/tests/compiler/resolve-access.release.wat +++ b/tests/compiler/resolve-access.release.wat @@ -1053,7 +1053,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1086,7 +1085,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -2030,7 +2028,6 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2043,7 +2040,6 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 i32.const 8 i32.const 1 call $~lib/rt/itcms/__new @@ -2051,7 +2047,6 @@ i32.const 1056 i64.load align=1 i64.store align=1 - local.get $1 local.get $4 i32.store i32.const 16 @@ -2123,7 +2118,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $3 i32.store global.get $~lib/memory/__stack_pointer @@ -2160,19 +2154,15 @@ local.get $3 i32.load offset=4 i64.load - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 call $~lib/number/U64#toString - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 36128 @@ -2204,7 +2194,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2233,7 +2222,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -2292,12 +2280,10 @@ local.get $0 i64.load call $~lib/number/U64#toString - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $resolve-access/propertyAccess (result i32) (local $0 i32) diff --git a/tests/compiler/resolve-binary.release.wat b/tests/compiler/resolve-binary.release.wat index f82a4d1b73..127a98403b 100644 --- a/tests/compiler/resolve-binary.release.wat +++ b/tests/compiler/resolve-binary.release.wat @@ -1258,7 +1258,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1291,7 +1290,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end diff --git a/tests/compiler/resolve-elementaccess.release.wat b/tests/compiler/resolve-elementaccess.release.wat index a161cce7e3..d02af1c470 100644 --- a/tests/compiler/resolve-elementaccess.release.wat +++ b/tests/compiler/resolve-elementaccess.release.wat @@ -1105,7 +1105,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1138,7 +1137,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -3160,12 +3158,10 @@ i32.shl i32.add f32.load - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 ) (func $~lib/string/String.__eq (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -3419,12 +3415,10 @@ i32.load offset=4 i32.add i32.load8_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $start:resolve-elementaccess (local $0 i32) @@ -3672,7 +3666,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -3710,7 +3703,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/resolve-function-expression.release.wat b/tests/compiler/resolve-function-expression.release.wat index b4a7f27f3c..b0045a24b7 100644 --- a/tests/compiler/resolve-function-expression.release.wat +++ b/tests/compiler/resolve-function-expression.release.wat @@ -1068,7 +1068,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1101,7 +1100,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1289,7 +1287,6 @@ br $__inlined_func$~lib/util/number/itoa32$73 end global.get $~lib/memory/__stack_pointer - local.set $5 i32.const 0 local.get $0 i32.sub @@ -1661,7 +1658,6 @@ i32.const 0 local.get $6 memory.fill - local.get $5 local.get $2 i32.store local.get $2 diff --git a/tests/compiler/resolve-new.release.wat b/tests/compiler/resolve-new.release.wat index d5630d2d1f..c64de3724e 100644 --- a/tests/compiler/resolve-new.release.wat +++ b/tests/compiler/resolve-new.release.wat @@ -1032,7 +1032,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1065,7 +1064,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1491,7 +1489,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1519,7 +1516,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/resolve-propertyaccess.release.wat b/tests/compiler/resolve-propertyaccess.release.wat index 3767d16019..eeb39ece91 100644 --- a/tests/compiler/resolve-propertyaccess.release.wat +++ b/tests/compiler/resolve-propertyaccess.release.wat @@ -1067,7 +1067,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1100,7 +1099,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -2244,7 +2242,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2263,7 +2260,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2292,7 +2288,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -2305,7 +2300,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $0 i32.store offset=8 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/resolve-ternary.release.wat b/tests/compiler/resolve-ternary.release.wat index 9637f6a402..4969034cb3 100644 --- a/tests/compiler/resolve-ternary.release.wat +++ b/tests/compiler/resolve-ternary.release.wat @@ -1073,7 +1073,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1106,7 +1105,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end diff --git a/tests/compiler/resolve-unary.release.wat b/tests/compiler/resolve-unary.release.wat index 379afd054b..ecbca645a6 100644 --- a/tests/compiler/resolve-unary.release.wat +++ b/tests/compiler/resolve-unary.release.wat @@ -1093,7 +1093,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1126,7 +1125,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end diff --git a/tests/compiler/return-unreachable.release.wat b/tests/compiler/return-unreachable.release.wat index 0331dc96e8..5b53eebc9c 100644 --- a/tests/compiler/return-unreachable.release.wat +++ b/tests/compiler/return-unreachable.release.wat @@ -1037,7 +1037,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1070,7 +1069,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1605,7 +1603,6 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -1687,7 +1684,6 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 local.get $0 i32.store unreachable diff --git a/tests/compiler/rt/finalize.release.wat b/tests/compiler/rt/finalize.release.wat index 5172a87b5d..7bd0a828a6 100644 --- a/tests/compiler/rt/finalize.release.wat +++ b/tests/compiler/rt/finalize.release.wat @@ -1045,7 +1045,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1078,7 +1077,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1479,7 +1477,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1507,7 +1504,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/rt/issue-2719.release.wat b/tests/compiler/rt/issue-2719.release.wat index e0b5e3a2d8..dafe0b0096 100644 --- a/tests/compiler/rt/issue-2719.release.wat +++ b/tests/compiler/rt/issue-2719.release.wat @@ -1027,7 +1027,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1060,7 +1059,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1734,7 +1732,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1763,7 +1760,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/rt/runtime-incremental-export.release.wat b/tests/compiler/rt/runtime-incremental-export.release.wat index 6372bb77d3..f050d955d0 100644 --- a/tests/compiler/rt/runtime-incremental-export.release.wat +++ b/tests/compiler/rt/runtime-incremental-export.release.wat @@ -1046,7 +1046,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1079,7 +1078,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end diff --git a/tests/compiler/rt/runtime-minimal-export.release.wat b/tests/compiler/rt/runtime-minimal-export.release.wat index aaeece8e32..fdbc294ad7 100644 --- a/tests/compiler/rt/runtime-minimal-export.release.wat +++ b/tests/compiler/rt/runtime-minimal-export.release.wat @@ -1288,7 +1288,6 @@ i32.load offset=4 i32.const -4 i32.and - local.set $1 local.get $0 i32.const 1476 i32.lt_u @@ -1322,7 +1321,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $6 local.get $0 i32.const 4 i32.sub @@ -1355,12 +1353,10 @@ i32.const 1 i32.or i32.store - local.get $6 local.get $4 call $~lib/rt/tlsf/insertBlock end end - local.get $1 local.set $0 br $while-continue|2 end diff --git a/tests/compiler/rt/runtime-stub-export.release.wat b/tests/compiler/rt/runtime-stub-export.release.wat index fabd2bbc75..49d2915a10 100644 --- a/tests/compiler/rt/runtime-stub-export.release.wat +++ b/tests/compiler/rt/runtime-stub-export.release.wat @@ -53,7 +53,6 @@ unreachable end global.get $~lib/rt/stub/offset - local.set $3 global.get $~lib/rt/stub/offset i32.const 4 i32.add @@ -109,7 +108,6 @@ end local.get $5 global.set $~lib/rt/stub/offset - local.get $3 local.get $4 i32.store local.get $2 diff --git a/tests/compiler/simd.release.wat b/tests/compiler/simd.release.wat index e4b1c6e9ec..218b6a5907 100644 --- a/tests/compiler/simd.release.wat +++ b/tests/compiler/simd.release.wat @@ -867,7 +867,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $2 local.get $0 i32.const 4 i32.sub @@ -900,7 +899,6 @@ i32.const 1 i32.or i32.store - local.get $2 local.get $1 call $~lib/rt/tlsf/insertBlock ) @@ -2215,7 +2213,6 @@ i32.const 1392 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2228,14 +2225,12 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 i32.const 1 call $~lib/rt/itcms/__new local.tee $3 i32.const 1056 v128.load align=1 v128.store align=1 - local.get $1 local.get $3 i32.store i32.const 4 @@ -2306,7 +2301,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $4 i32.store global.get $~lib/memory/__stack_pointer @@ -2343,12 +2337,10 @@ local.get $4 i32.load offset=4 v128.load - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 i32x4.extract_lane 0 i32.const 1 i32.ne diff --git a/tests/compiler/std/array-access.release.wat b/tests/compiler/std/array-access.release.wat index 3d9964179a..a76d742da9 100644 --- a/tests/compiler/std/array-access.release.wat +++ b/tests/compiler/std/array-access.release.wat @@ -117,11 +117,9 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 1296 i32.store - local.get $1 i32.const 1292 i32.load i32.const 1 @@ -289,7 +287,6 @@ local.get $0 i32.load offset=4 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -302,7 +299,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 34096 @@ -352,7 +348,6 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -361,7 +356,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 34096 @@ -413,7 +407,6 @@ i32.store offset=4 local.get $0 call $~lib/string/String#startsWith - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -422,7 +415,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 34096 @@ -482,7 +474,6 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -491,7 +482,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 34096 @@ -550,7 +540,6 @@ i32.store offset=4 local.get $0 call $~lib/string/String#startsWith - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add @@ -559,7 +548,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 34096 @@ -602,7 +590,6 @@ call $~lib/array/Array<~lib/array/Array>#__get i32.load call_indirect (type $0) - drop unreachable end i32.const 34096 diff --git a/tests/compiler/std/array-literal.release.wat b/tests/compiler/std/array-literal.release.wat index a1e7cf5fff..aee35e910a 100644 --- a/tests/compiler/std/array-literal.release.wat +++ b/tests/compiler/std/array-literal.release.wat @@ -1092,7 +1092,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1125,7 +1124,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1828,12 +1826,10 @@ i32.store local.get $0 i32.load offset=12 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -1877,12 +1873,10 @@ i32.load offset=4 i32.add i32.load8_s - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -1928,12 +1922,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/ensureCapacity (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) @@ -2226,7 +2218,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2255,7 +2246,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/array.release.wat b/tests/compiler/std/array.release.wat index 5f279cc7b7..0d14dcf146 100644 --- a/tests/compiler/std/array.release.wat +++ b/tests/compiler/std/array.release.wat @@ -1492,7 +1492,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $2 local.get $0 i32.const 4 i32.sub @@ -1525,7 +1524,6 @@ i32.const 1 i32.or i32.store - local.get $2 local.get $1 call $~lib/rt/tlsf/insertBlock ) @@ -2628,7 +2626,6 @@ i32.shl i32.add f32.load - local.set $5 local.get $0 local.get $1 i32.const 1 @@ -2638,11 +2635,8 @@ i32.shl i32.add f32.load - local.set $7 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $7 local.get $3 i32.load call_indirect (type $5) @@ -2661,14 +2655,10 @@ i32.add local.tee $6 f32.load offset=4 - local.set $5 local.get $6 f32.load - local.set $7 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $7 local.get $3 i32.load call_indirect (type $5) @@ -2736,14 +2726,10 @@ i32.add local.tee $1 f32.load offset=4 - local.set $5 local.get $1 f32.load - local.set $7 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $7 local.get $3 i32.load call_indirect (type $5) @@ -3090,7 +3076,6 @@ i32.shl i32.add f64.load - local.set $4 local.get $0 local.get $1 i32.const 1 @@ -3100,11 +3085,8 @@ i32.shl i32.add f64.load - local.set $5 i32.const 2 global.set $~argumentsLength - local.get $4 - local.get $5 i32.const 10544 i32.load call_indirect (type $6) @@ -3123,14 +3105,10 @@ i32.add local.tee $6 f64.load offset=8 - local.set $4 local.get $6 f64.load - local.set $5 i32.const 2 global.set $~argumentsLength - local.get $4 - local.get $5 i32.const 10544 i32.load call_indirect (type $6) @@ -3198,14 +3176,10 @@ i32.add local.tee $1 f64.load offset=8 - local.set $4 local.get $1 f64.load - local.set $5 i32.const 2 global.set $~argumentsLength - local.get $4 - local.get $5 i32.const 10544 i32.load call_indirect (type $6) @@ -3551,7 +3525,6 @@ i32.shl i32.add i32.load - local.set $5 local.get $0 local.get $1 i32.const 1 @@ -3561,11 +3534,8 @@ i32.shl i32.add i32.load - local.set $6 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $6 local.get $3 i32.load call_indirect (type $0) @@ -3584,14 +3554,10 @@ i32.add local.tee $5 i32.load offset=4 - local.set $6 local.get $5 i32.load - local.set $5 i32.const 2 global.set $~argumentsLength - local.get $6 - local.get $5 local.get $3 i32.load call_indirect (type $0) @@ -3659,14 +3625,10 @@ i32.add local.tee $1 i32.load offset=4 - local.set $5 local.get $1 i32.load - local.set $1 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $1 local.get $3 i32.load call_indirect (type $0) @@ -3986,7 +3948,6 @@ i32.shl i32.add i32.load - local.set $4 local.get $0 local.get $1 i32.const 1 @@ -3996,11 +3957,8 @@ i32.shl i32.add i32.load - local.set $5 i32.const 2 global.set $~argumentsLength - local.get $4 - local.get $5 i32.const 10848 i32.load call_indirect (type $0) @@ -4019,14 +3977,10 @@ i32.add local.tee $4 i32.load offset=4 - local.set $5 local.get $4 i32.load - local.set $4 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $4 i32.const 10848 i32.load call_indirect (type $0) @@ -4094,14 +4048,10 @@ i32.add local.tee $1 i32.load offset=4 - local.set $4 local.get $1 i32.load - local.set $1 i32.const 2 global.set $~argumentsLength - local.get $4 - local.get $1 i32.const 10848 i32.load call_indirect (type $0) @@ -6698,12 +6648,10 @@ i32.store local.get $0 i32.load offset=12 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -6747,12 +6695,10 @@ i32.load offset=4 i32.add i32.load8_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $std/array/isArraysEqual (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -7044,12 +6990,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $std/array/isArraysEqual (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -7339,12 +7283,10 @@ i32.shl i32.add f32.load - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 ) (func $std/array/isArraysEqual (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -7429,11 +7371,9 @@ i64.const 63 i64.shr_u i32.wrap_i64 - local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $5 local.get $1 local.get $2 call $~lib/array/Array#__get @@ -7569,12 +7509,10 @@ i32.load offset=16 i32.const 2 i32.shr_s - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/ensureCapacity (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) @@ -7812,12 +7750,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#pop (param $0 i32) (result i32) (local $1 i32) @@ -7869,7 +7805,6 @@ i32.shl i32.add i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -7880,7 +7815,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 ) (func $~lib/array/Array#__set (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) @@ -8009,12 +7943,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#concat (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -8280,12 +8212,10 @@ local.get $2 local.get $3 call $~lib/array/Array#copyWithin - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $std/array/isArraysEqual (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -8527,11 +8457,9 @@ i32.store local.get $3 i32.load offset=4 - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 local.get $0 i32.load offset=4 local.get $1 @@ -8590,12 +8518,10 @@ local.get $1 local.get $2 call $~lib/array/Array#slice - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#reverse (param $0 i32) (result i32) (local $1 i32) @@ -8945,12 +8871,10 @@ i32.shl i32.add i32.load16_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#indexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -9181,12 +9105,10 @@ local.get $1 local.get $2 call $~lib/array/Array#lastIndexOf - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#includes (param $0 i32) (param $1 i32) (param $2 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -9216,12 +9138,10 @@ call $~lib/array/Array#indexOf i32.const 0 i32.ge_s - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#splice (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -9300,11 +9220,9 @@ i32.store local.get $1 i32.load offset=4 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=4 local.tee $2 @@ -9391,12 +9309,10 @@ local.get $1 local.get $2 call $~lib/array/Array#splice - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#splice (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -9476,11 +9392,9 @@ i32.store local.get $5 i32.load offset=4 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=4 local.tee $3 @@ -9765,13 +9679,11 @@ i32.shl i32.add i32.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 3 global.set $~argumentsLength - local.get $4 local.get $2 local.get $0 local.get $1 @@ -9908,13 +9820,11 @@ i32.shl i32.add i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 3 global.set $~argumentsLength - local.get $3 local.get $2 local.get $0 local.get $1 @@ -9994,13 +9904,11 @@ i32.shl i32.add i32.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 3 global.set $~argumentsLength - local.get $4 local.get $2 local.get $0 local.get $1 @@ -10147,13 +10055,11 @@ i32.shl i32.add i32.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 3 global.set $~argumentsLength - local.get $4 local.get $2 local.get $0 local.get $1 @@ -10299,13 +10205,11 @@ i32.shl i32.add i32.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 3 global.set $~argumentsLength - local.get $4 local.get $2 local.get $0 local.get $1 @@ -11095,7 +10999,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -11124,7 +11027,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -11643,18 +11545,14 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=12 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $0 local.get $1 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer @@ -12149,12 +12047,10 @@ i32.shl i32.add f64.load - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 ) (func $~lib/util/sort/SORT (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) @@ -12615,18 +12511,14 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=12 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $3 local.get $1 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer @@ -13241,18 +13133,14 @@ i32.const 1 i32.sub call $~lib/array/Array#__get - local.set $4 global.get $~lib/memory/__stack_pointer local.get $2 i32.store local.get $2 local.get $0 call $~lib/array/Array#__get - local.set $5 i32.const 2 global.set $~argumentsLength - local.get $4 - local.get $5 local.get $1 i32.load call_indirect (type $0) @@ -13358,20 +13246,16 @@ i32.store local.get $0 i32.load - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 local.get $1 i32.load i32.sub - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/util/sort/insertionSort (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (param $4 i32) (local $5 i32) @@ -14432,18 +14316,14 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=12 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $3 local.get $1 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer @@ -14477,21 +14357,17 @@ local.get $0 i32.const 0 call $~lib/array/Array#__get - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 local.get $1 i32.const 0 call $~lib/array/Array#__get i32.sub - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $std/array/assertSorted<~lib/array/Array> (param $0 i32) (param $1 i32) (local $2 i32) @@ -14964,12 +14840,10 @@ i32.const 0 end i32.eqz - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end global.get $~lib/memory/__stack_pointer @@ -15199,11 +15073,11 @@ i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner1 + block $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 16192 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 i32.store @@ -15212,7 +15086,7 @@ i32.store local.get $0 i32.load offset=4 - local.set $4 + local.set $6 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -15222,22 +15096,22 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - block $__inlined_func$~lib/util/string/joinIntegerArray$6 (result i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$736 local.get $0 i32.const 1 i32.sub - local.tee $0 + local.tee $7 i32.const 0 i32.lt_s if @@ -15246,127 +15120,126 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - br $__inlined_func$~lib/util/string/joinIntegerArray$6 + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$736 end - block $folding-inner0 - local.get $0 - i32.eqz - if - local.get $4 - i32.load - call $~lib/util/number/itoa32 - local.set $1 - br $folding-inner0 - end - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store + local.get $7 + i32.eqz + if + local.get $6 + i32.load + call $~lib/util/number/itoa32 + local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.const 20 - i32.sub - i32.load offset=16 - i32.const 1 - i32.shr_u - local.tee $5 - i32.const 11 - i32.add - local.get $0 - i32.mul - i32.const 11 + i32.const 8 i32.add - local.tee $6 - i32.const 1 - i32.shl - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $7 - i32.store offset=4 - loop $for-loop|0 + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$736 + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + local.tee $5 + i32.const 11 + i32.add + local.get $7 + i32.mul + i32.const 11 + i32.add + local.tee $3 + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store offset=4 + loop $for-loop|0 + local.get $4 + local.get $7 + i32.lt_s + if local.get $0 - local.get $3 - i32.gt_s + local.get $2 + i32.const 1 + i32.shl + i32.add + local.get $6 + local.get $4 + i32.const 2 + i32.shl + i32.add + i32.load + call $~lib/util/number/itoa_buffered + local.get $2 + i32.add + local.set $2 + local.get $5 if - local.get $7 + local.get $0 local.get $2 i32.const 1 i32.shl i32.add - local.get $4 - local.get $3 - i32.const 2 + local.get $1 + local.get $5 + i32.const 1 i32.shl - i32.add - i32.load - call $~lib/util/number/itoa_buffered + memory.copy local.get $2 + local.get $5 i32.add local.set $2 - local.get $5 - if - local.get $7 - local.get $2 - i32.const 1 - i32.shl - i32.add - local.get $1 - local.get $5 - i32.const 1 - i32.shl - memory.copy - local.get $2 - local.get $5 - i32.add - local.set $2 - end - local.get $3 - i32.const 1 - i32.add - local.set $3 - br $for-loop|0 end + local.get $4 + i32.const 1 + i32.add + local.set $4 + br $for-loop|0 end - local.get $6 - local.get $7 - local.get $2 - i32.const 1 - i32.shl - i32.add - local.get $4 + end + local.get $0 + local.get $2 + i32.const 1 + i32.shl + i32.add + local.get $6 + local.get $7 + i32.const 2 + i32.shl + i32.add + i32.load + call $~lib/util/number/itoa_buffered + local.get $2 + i32.add + local.tee $1 + local.get $3 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer local.get $0 - i32.const 2 - i32.shl - i32.add - i32.load - call $~lib/util/number/itoa_buffered - local.get $2 - i32.add - local.tee $0 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store - local.get $7 - local.get $0 - call $~lib/string/String#substring - local.set $1 - br $folding-inner0 - end + i32.store + local.get $0 + local.get $1 + call $~lib/string/String#substring + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 - br $__inlined_func$~lib/util/string/joinIntegerArray$6 + br $__inlined_func$~lib/util/string/joinIntegerArray$736 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -15392,11 +15265,11 @@ i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner1 + block $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 16192 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 i32.store @@ -15405,7 +15278,7 @@ i32.store local.get $0 i32.load offset=4 - local.set $4 + local.set $6 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -15415,22 +15288,22 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - block $__inlined_func$~lib/util/string/joinIntegerArray$7 (result i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$737 local.get $0 i32.const 1 i32.sub - local.tee $0 + local.tee $7 i32.const 0 i32.lt_s if @@ -15439,127 +15312,126 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - br $__inlined_func$~lib/util/string/joinIntegerArray$7 + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$737 end - block $folding-inner0 - local.get $0 - i32.eqz - if - local.get $4 - i32.load - call $~lib/util/number/utoa32 - local.set $1 - br $folding-inner0 - end - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store + local.get $7 + i32.eqz + if + local.get $6 + i32.load + call $~lib/util/number/utoa32 + local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.const 20 - i32.sub - i32.load offset=16 - i32.const 1 - i32.shr_u - local.tee $5 - i32.const 10 - i32.add - local.get $0 - i32.mul - i32.const 10 + i32.const 8 i32.add - local.tee $6 - i32.const 1 - i32.shl - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $7 - i32.store offset=4 - loop $for-loop|0 + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$737 + end + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + local.tee $5 + i32.const 10 + i32.add + local.get $7 + i32.mul + i32.const 10 + i32.add + local.tee $3 + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store offset=4 + loop $for-loop|0 + local.get $4 + local.get $7 + i32.lt_s + if local.get $0 - local.get $3 - i32.gt_s + local.get $2 + i32.const 1 + i32.shl + i32.add + local.get $6 + local.get $4 + i32.const 2 + i32.shl + i32.add + i32.load + call $~lib/util/number/itoa_buffered + local.get $2 + i32.add + local.set $2 + local.get $5 if - local.get $7 + local.get $0 local.get $2 i32.const 1 i32.shl i32.add - local.get $4 - local.get $3 - i32.const 2 + local.get $1 + local.get $5 + i32.const 1 i32.shl - i32.add - i32.load - call $~lib/util/number/itoa_buffered + memory.copy local.get $2 - i32.add - local.set $2 local.get $5 - if - local.get $7 - local.get $2 - i32.const 1 - i32.shl - i32.add - local.get $1 - local.get $5 - i32.const 1 - i32.shl - memory.copy - local.get $2 - local.get $5 - i32.add - local.set $2 - end - local.get $3 - i32.const 1 i32.add - local.set $3 - br $for-loop|0 + local.set $2 end + local.get $4 + i32.const 1 + i32.add + local.set $4 + br $for-loop|0 end - local.get $6 - local.get $7 - local.get $2 - i32.const 1 - i32.shl - i32.add - local.get $4 + end + local.get $0 + local.get $2 + i32.const 1 + i32.shl + i32.add + local.get $6 + local.get $7 + i32.const 2 + i32.shl + i32.add + i32.load + call $~lib/util/number/itoa_buffered + local.get $2 + i32.add + local.tee $1 + local.get $3 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer local.get $0 - i32.const 2 - i32.shl - i32.add - i32.load - call $~lib/util/number/itoa_buffered - local.get $2 - i32.add - local.tee $0 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store - local.get $7 - local.get $0 - call $~lib/string/String#substring - local.set $1 - br $folding-inner0 - end - global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.store + local.get $0 + local.get $1 + call $~lib/string/String#substring + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 - br $__inlined_func$~lib/util/string/joinIntegerArray$7 + br $__inlined_func$~lib/util/string/joinIntegerArray$737 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -15742,6 +15614,7 @@ br $for-loop|0 end end + local.get $5 local.get $6 local.get $2 i32.const 1 @@ -15757,8 +15630,7 @@ local.get $2 i32.add local.tee $0 - local.get $5 - i32.lt_s + i32.gt_s if global.get $~lib/memory/__stack_pointer local.get $6 @@ -16032,26 +15904,20 @@ i32.store local.get $0 i32.load offset=4 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $0 local.get $1 call $~lib/util/string/joinStringArray - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#join (param $0 i32) (result i32) (local $1 i32) @@ -16086,7 +15952,7 @@ global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store - block $__inlined_func$~lib/util/string/joinReferenceArray$8 (result i32) + block $__inlined_func$~lib/util/string/joinReferenceArray$6 (result i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -16111,7 +15977,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - br $__inlined_func$~lib/util/string/joinReferenceArray$8 + br $__inlined_func$~lib/util/string/joinReferenceArray$6 end local.get $2 i32.eqz @@ -16130,13 +15996,11 @@ else i32.const 11568 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 - br $__inlined_func$~lib/util/string/joinReferenceArray$8 + br $__inlined_func$~lib/util/string/joinReferenceArray$6 end i32.const 11568 local.set $0 @@ -16238,12 +16102,10 @@ global.set $~lib/memory/__stack_pointer local.get $0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 48992 @@ -16281,12 +16143,10 @@ local.get $0 i32.const 11856 call $~lib/array/Array#join - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#toString (param $0 i32) (result i32) (local $1 i32) @@ -16299,11 +16159,11 @@ i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner1 + block $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 16192 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -16320,7 +16180,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16192 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 i32.store @@ -16329,7 +16189,7 @@ i32.store local.get $0 i32.load offset=4 - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -16339,22 +16199,22 @@ global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store - block $__inlined_func$~lib/util/string/joinIntegerArray$9 (result i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$738 local.get $0 i32.const 1 i32.sub - local.tee $0 + local.tee $6 i32.const 0 i32.lt_s if @@ -16363,121 +16223,120 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - br $__inlined_func$~lib/util/string/joinIntegerArray$9 + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$738 end - block $folding-inner00 - local.get $0 - i32.eqz - if - local.get $3 - i32.load8_s - call $~lib/util/number/itoa32 - local.set $0 - br $folding-inner00 - end - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store + local.get $6 + i32.eqz + if + local.get $5 + i32.load8_s + call $~lib/util/number/itoa32 + local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 11852 - i32.load - i32.const 1 - i32.shr_u - local.tee $4 - i32.const 11 - i32.add - local.get $0 - i32.mul - i32.const 11 + i32.const 8 i32.add - local.tee $5 - i32.const 1 - i32.shl - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $6 - i32.store offset=4 - loop $for-loop|0 + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$738 + end + global.get $~lib/memory/__stack_pointer + i32.const 11856 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 11852 + i32.load + i32.const 1 + i32.shr_u + local.tee $4 + i32.const 11 + i32.add + local.get $6 + i32.mul + i32.const 11 + i32.add + local.tee $2 + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store offset=4 + loop $for-loop|0 + local.get $3 + local.get $6 + i32.lt_s + if local.get $0 - local.get $2 - i32.gt_s + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $3 + local.get $5 + i32.add + i32.load8_s + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.set $1 + local.get $4 if - local.get $6 + local.get $0 local.get $1 i32.const 1 i32.shl i32.add - local.get $2 - local.get $3 - i32.add - i32.load8_s - call $~lib/util/number/itoa_buffered - local.get $1 - i32.add - local.set $1 + i32.const 11856 local.get $4 - if - local.get $6 - local.get $1 - i32.const 1 - i32.shl - i32.add - i32.const 11856 - local.get $4 - i32.const 1 - i32.shl - memory.copy - local.get $1 - local.get $4 - i32.add - local.set $1 - end - local.get $2 i32.const 1 + i32.shl + memory.copy + local.get $1 + local.get $4 i32.add - local.set $2 - br $for-loop|0 + local.set $1 end + local.get $3 + i32.const 1 + i32.add + local.set $3 + br $for-loop|0 end - local.get $5 - local.get $6 - local.get $1 - i32.const 1 - i32.shl - i32.add + end + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $5 + local.get $6 + i32.add + i32.load8_s + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.tee $1 + local.get $2 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store local.get $0 - local.get $3 - i32.add - i32.load8_s - call $~lib/util/number/itoa_buffered local.get $1 - i32.add - local.tee $0 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store - local.get $6 - local.get $0 - call $~lib/string/String#substring - local.set $0 - br $folding-inner00 - end + call $~lib/string/String#substring + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 - br $__inlined_func$~lib/util/string/joinIntegerArray$9 + br $__inlined_func$~lib/util/string/joinIntegerArray$738 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -16496,45 +16355,467 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/util/string/joinIntegerArray (param $0 i32) (param $1 i32) (result i32) + (func $~lib/array/Array#toString (param $0 i32) (result i32) + (local $1 i32) (local $2 i32) - (local $3 i64) + (local $3 i32) (local $4 i32) (local $5 i32) (local $6 i32) - (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner1 - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - local.get $1 - i32.const 1 - i32.sub - local.tee $7 - i32.const 0 - i32.lt_s - if - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 11568 - return - end - local.get $7 - i32.eqz - if - local.get $0 - i64.load + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 11856 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=12 + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 11856 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$739 + local.get $0 + i32.const 1 + i32.sub + local.tee $6 + i32.const 0 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 11568 + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$739 + end + local.get $6 + i32.eqz + if + local.get $5 + i32.load16_u + call $~lib/util/number/utoa32 + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$739 + end + global.get $~lib/memory/__stack_pointer + i32.const 11856 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 11852 + i32.load + i32.const 1 + i32.shr_u + local.tee $4 + i32.const 10 + i32.add + local.get $6 + i32.mul + i32.const 10 + i32.add + local.tee $2 + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store offset=4 + loop $for-loop|0 + local.get $3 + local.get $6 + i32.lt_s + if + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $5 + local.get $3 + i32.const 1 + i32.shl + i32.add + i32.load16_u + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.set $1 + local.get $4 + if + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + i32.const 11856 + local.get $4 + i32.const 1 + i32.shl + memory.copy + local.get $1 + local.get $4 + i32.add + local.set $1 + end + local.get $3 + i32.const 1 + i32.add + local.set $3 + br $for-loop|0 + end + end + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $5 + local.get $6 + i32.const 1 + i32.shl + i32.add + i32.load16_u + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.tee $1 + local.get $2 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + local.get $1 + call $~lib/string/String#substring + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$739 + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + return + end + i32.const 48992 + i32.const 49040 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $~lib/array/Array#toString (param $0 i32) (result i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 11856 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=12 + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 11856 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$740 + local.get $0 + i32.const 1 + i32.sub + local.tee $6 + i32.const 0 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 11568 + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$740 + end + local.get $6 + i32.eqz + if + local.get $5 + i32.load16_s + call $~lib/util/number/itoa32 + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$740 + end + global.get $~lib/memory/__stack_pointer + i32.const 11856 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 11852 + i32.load + i32.const 1 + i32.shr_u + local.tee $4 + i32.const 11 + i32.add + local.get $6 + i32.mul + i32.const 11 + i32.add + local.tee $2 + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store offset=4 + loop $for-loop|0 + local.get $3 + local.get $6 + i32.lt_s + if + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $5 + local.get $3 + i32.const 1 + i32.shl + i32.add + i32.load16_s + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.set $1 + local.get $4 + if + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + i32.const 11856 + local.get $4 + i32.const 1 + i32.shl + memory.copy + local.get $1 + local.get $4 + i32.add + local.set $1 + end + local.get $3 + i32.const 1 + i32.add + local.set $3 + br $for-loop|0 + end + end + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $5 + local.get $6 + i32.const 1 + i32.shl + i32.add + i32.load16_s + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.tee $1 + local.get $2 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + local.get $1 + call $~lib/string/String#substring + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$740 + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + return + end + i32.const 48992 + i32.const 49040 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $~lib/util/string/joinIntegerArray (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i64) + (local $4 i32) + (local $5 i32) + (local $6 i32) + (local $7 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner1 + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $1 + i32.const 1 + i32.sub + local.tee $7 + i32.const 0 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 11568 + return + end + local.get $7 + i32.eqz + if + local.get $0 + i64.load local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -16760,6 +17041,7 @@ br $for-loop|0 end end + local.get $5 local.get $6 local.get $2 i32.const 1 @@ -16775,8 +17057,7 @@ local.get $2 i32.add local.tee $0 - local.get $5 - i32.lt_s + i32.gt_s if global.get $~lib/memory/__stack_pointer local.get $6 @@ -16835,12 +17116,10 @@ local.get $0 i32.const 11856 call $~lib/array/Array<~lib/string/String|null>#join - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#toString (param $0 i32) (result i32) (local $1 i32) @@ -16853,11 +17132,11 @@ i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner1 + block $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 16192 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -16874,7 +17153,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16192 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 i32.store @@ -16883,7 +17162,7 @@ i32.store local.get $0 i32.load offset=4 - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -16893,22 +17172,22 @@ global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store - block $__inlined_func$~lib/util/string/joinIntegerArray$10 (result i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$741 local.get $0 i32.const 1 i32.sub - local.tee $0 + local.tee $6 i32.const 0 i32.lt_s if @@ -16917,121 +17196,120 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - br $__inlined_func$~lib/util/string/joinIntegerArray$10 + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$741 end - block $folding-inner00 - local.get $0 - i32.eqz + local.get $6 + i32.eqz + if + local.get $5 + i32.load8_u + call $~lib/util/number/utoa32 + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$741 + end + global.get $~lib/memory/__stack_pointer + i32.const 11856 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 11852 + i32.load + i32.const 1 + i32.shr_u + local.tee $4 + i32.const 10 + i32.add + local.get $6 + i32.mul + i32.const 10 + i32.add + local.tee $2 + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store offset=4 + loop $for-loop|0 + local.get $3 + local.get $6 + i32.lt_s if + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add local.get $3 + local.get $5 + i32.add i32.load8_u - call $~lib/util/number/utoa32 - local.set $0 - br $folding-inner00 - end - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11852 - i32.load - i32.const 1 - i32.shr_u - local.tee $4 - i32.const 10 - i32.add - local.get $0 - i32.mul - i32.const 10 - i32.add - local.tee $5 - i32.const 1 - i32.shl - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $6 - i32.store offset=4 - loop $for-loop|0 - local.get $0 - local.get $2 - i32.gt_s + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.set $1 + local.get $4 if - local.get $6 + local.get $0 local.get $1 i32.const 1 i32.shl i32.add - local.get $2 - local.get $3 - i32.add - i32.load8_u - call $~lib/util/number/itoa_buffered - local.get $1 - i32.add - local.set $1 + i32.const 11856 local.get $4 - if - local.get $6 - local.get $1 - i32.const 1 - i32.shl - i32.add - i32.const 11856 - local.get $4 - i32.const 1 - i32.shl - memory.copy - local.get $1 - local.get $4 - i32.add - local.set $1 - end - local.get $2 i32.const 1 + i32.shl + memory.copy + local.get $1 + local.get $4 i32.add - local.set $2 - br $for-loop|0 + local.set $1 end + local.get $3 + i32.const 1 + i32.add + local.set $3 + br $for-loop|0 end - local.get $5 - local.get $6 - local.get $1 - i32.const 1 - i32.shl - i32.add + end + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $5 + local.get $6 + i32.add + i32.load8_u + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.tee $1 + local.get $2 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store local.get $0 - local.get $3 - i32.add - i32.load8_u - call $~lib/util/number/itoa_buffered local.get $1 - i32.add - local.tee $0 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store - local.get $6 - local.get $0 - call $~lib/string/String#substring - local.set $0 - br $folding-inner00 - end + call $~lib/string/String#substring + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 - br $__inlined_func$~lib/util/string/joinIntegerArray$10 + br $__inlined_func$~lib/util/string/joinIntegerArray$741 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -17078,12 +17356,10 @@ local.get $0 i32.const 11856 call $~lib/array/Array#join - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array<~lib/array/Array>#toString (param $0 i32) (result i32) (local $1 i32) @@ -17126,7 +17402,7 @@ i32.store local.get $0 i32.load offset=4 - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -17136,7 +17412,7 @@ global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store - block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$11 (result i32) + block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$7 (result i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -17152,7 +17428,7 @@ local.get $0 i32.const 1 i32.sub - local.tee $5 + local.tee $4 i32.const 0 i32.lt_s if @@ -17161,13 +17437,13 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$11 + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$7 end - local.get $5 + local.get $4 i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 i32.load local.tee $0 i32.store @@ -17181,13 +17457,11 @@ else i32.const 11568 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$11 + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$7 end i32.const 11568 local.set $0 @@ -17204,11 +17478,11 @@ local.set $2 loop $for-loop|0 local.get $1 - local.get $5 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $5 local.get $1 i32.const 2 i32.shl @@ -17222,7 +17496,6 @@ local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=16 @@ -17232,7 +17505,6 @@ global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=12 - local.get $4 local.get $0 local.get $6 call $~lib/string/String.__concat @@ -17262,8 +17534,8 @@ end end global.get $~lib/memory/__stack_pointer - local.get $3 local.get $5 + local.get $4 i32.const 2 i32.shl i32.add @@ -17276,7 +17548,6 @@ local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 @@ -17286,7 +17557,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 - local.get $2 local.get $0 local.get $1 call $~lib/string/String.__concat @@ -17299,7 +17569,6 @@ global.set $~lib/memory/__stack_pointer local.get $0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add @@ -17308,7 +17577,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 48992 @@ -17529,16 +17797,17 @@ (local $1 i32) (local $2 i32) (local $3 i32) - (local $4 i64) - (local $5 f64) - (local $6 f32) - (local $7 i32) + (local $4 i32) + (local $5 i64) + (local $6 f64) + (local $7 f32) (local $8 i32) (local $9 i32) (local $10 i32) (local $11 i32) (local $12 i32) (local $13 i32) + (local $14 i32) global.get $~lib/memory/__stack_pointer i32.const 448 i32.sub @@ -17589,9 +17858,9 @@ global.set $std/array/arr i32.const 0 call $std/array/Ref#constructor - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer i32.const 8 @@ -17608,12 +17877,11 @@ i32.const 12 i32.const 6 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.set $7 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 16 @@ -17629,91 +17897,90 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - local.get $1 + local.get $2 i32.eqz if global.get $~lib/memory/__stack_pointer i32.const 12 i32.const 3 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $2 i32.store end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 0 i32.store - local.get $1 + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 1 call $~lib/rt/itcms/__new - local.tee $8 + local.tee $9 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=12 - local.get $1 - local.get $8 + local.get $2 + local.get $9 i32.store - local.get $1 - local.get $8 + local.get $2 + local.get $9 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 - local.get $8 + local.get $2 + local.get $9 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=4 - local.get $1 + local.get $2 i32.const 1 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 - local.get $1 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer i32.const 1664 i32.store global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.eqz if i32.const 0 @@ -17729,30 +17996,30 @@ i32.const 7 i32.const 1696 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 1 i32.const 1 i32.const 3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 0 i32.const 7 i32.const 1728 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -17764,28 +18031,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 0 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 0 i32.const 7 i32.const 1760 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -17797,27 +18064,27 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 1 i32.const 0 i32.const -3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 0 i32.const 7 i32.const 1792 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -17829,28 +18096,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 2 i32.const -2 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 0 i32.const 7 i32.const 1824 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -17862,27 +18129,27 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 0 i32.const 1 i32.const 0 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 0 i32.const 7 i32.const 1856 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -17894,28 +18161,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const -1 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 0 i32.const 7 i32.const 1888 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -17932,30 +18199,30 @@ i32.const 8 i32.const 1920 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 1 i32.const 1 i32.const 3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 8 i32.const 1968 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -17967,28 +18234,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 0 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 8 i32.const 2016 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -18000,27 +18267,27 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 1 i32.const 0 i32.const -3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 8 i32.const 2064 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -18032,28 +18299,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 2 i32.const -2 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 8 i32.const 2112 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -18065,27 +18332,27 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 0 i32.const 1 i32.const 0 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 8 i32.const 2160 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -18097,28 +18364,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const -1 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 8 i32.const 2208 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -18135,30 +18402,30 @@ i32.const 9 i32.const 2256 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 f32.const 1 i32.const 1 i32.const 3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 9 i32.const 2304 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -18170,28 +18437,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 f32.const 0 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 9 i32.const 2352 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -18203,27 +18470,27 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 f32.const 1 i32.const 0 i32.const -3 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 9 i32.const 2400 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -18235,28 +18502,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 f32.const 2 i32.const -2 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 9 i32.const 2448 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -18268,27 +18535,27 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 f32.const 0 i32.const 1 i32.const 0 call $~lib/array/Array#fill global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 9 i32.const 2496 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -18300,28 +18567,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 f32.const -1 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 9 i32.const 2544 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -18333,28 +18600,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 f32.const -0 i32.const 0 call $~lib/array/Array#fill@varargs global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 9 i32.const 2592 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $std/array/isArraysEqual i32.eqz if @@ -18367,9 +18634,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length if i32.const 0 @@ -18381,9 +18648,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -18397,16 +18664,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 42 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 42 @@ -18421,9 +18688,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length i32.const 1 i32.ne @@ -18437,9 +18704,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -18453,9 +18720,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#pop i32.const 42 i32.ne @@ -18469,9 +18736,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length if i32.const 0 @@ -18483,9 +18750,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -18499,16 +18766,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 43 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length i32.const 1 i32.ne @@ -18522,9 +18789,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -18538,9 +18805,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 43 @@ -18555,16 +18822,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 44 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length i32.const 2 i32.ne @@ -18578,9 +18845,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -18594,9 +18861,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 43 @@ -18611,9 +18878,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 1 call $~lib/array/Array#__get i32.const 44 @@ -18628,16 +18895,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 45 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length i32.const 3 i32.ne @@ -18651,9 +18918,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -18667,9 +18934,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 43 @@ -18684,9 +18951,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 1 call $~lib/array/Array#__get i32.const 44 @@ -18701,9 +18968,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 2 call $~lib/array/Array#__get i32.const 45 @@ -18717,30 +18984,28 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 i32.const 10 i32.const 0 call $~lib/rt/__newArray - local.tee $7 + local.tee $8 i32.store offset=20 - local.get $7 + local.get $8 i32.const 0 i32.const 0 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $7 + local.get $8 i32.const 1 i32.const 0 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $1 - local.get $7 + local.get $8 i32.store offset=24 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store global.get $~lib/memory/__stack_pointer i32.const 4 @@ -18753,14 +19018,14 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - local.get $7 + local.get $8 i32.const 0 i32.const 0 call $~lib/array/ensureCapacity global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 i32.const 0 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -18768,9 +19033,9 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 call $~lib/array/Array#get:length if i32.const 0 @@ -18786,12 +19051,12 @@ i32.const 4 i32.const 2688 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=28 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 0 call $~lib/array/Array#at i32.const 1 @@ -18805,9 +19070,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 3 call $~lib/array/Array#at i32.const 4 @@ -18821,9 +19086,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const -1 call $~lib/array/Array#at i32.const 4 @@ -18837,9 +19102,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const -4 call $~lib/array/Array#at i32.const 1 @@ -18855,26 +19120,26 @@ global.get $~lib/memory/__stack_pointer i32.const 0 call $~lib/array/Array#constructor - local.tee $1 + local.tee $2 i32.store offset=32 global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $7 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 - local.get $1 + local.get $8 + local.get $2 call $~lib/array/Array#concat - local.tee $7 + local.tee $8 i32.store offset=36 global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $8 + local.tee $9 i32.store - local.get $8 + local.get $9 call $std/array/internalCapacity i32.const 8 i32.ne @@ -18888,9 +19153,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $8 + local.tee $9 i32.store - local.get $8 + local.get $9 call $~lib/array/Array#get:length i32.const 3 i32.ne @@ -18903,9 +19168,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 call $~lib/array/Array#get:length i32.const 3 i32.ne @@ -18918,26 +19183,26 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store i32.const 0 i32.const 2 i32.const 4 i32.const 2736 call $~lib/rt/__newArray - local.set $8 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=8 - local.get $7 local.get $8 + local.get $9 call $~lib/array/Array#concat drop global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $8 + local.tee $9 i32.store - local.get $8 + local.get $9 call $std/array/internalCapacity i32.const 8 i32.ne @@ -18950,9 +19215,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 i32.const 0 call $~lib/array/Array#__get i32.const 43 @@ -18966,9 +19231,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 i32.const 1 call $~lib/array/Array#__get i32.const 44 @@ -18982,9 +19247,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 i32.const 2 call $~lib/array/Array#__get i32.const 45 @@ -18998,35 +19263,35 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 46 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 47 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $7 + local.tee $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $7 - local.get $1 + local.get $8 + local.get $2 call $~lib/array/Array#concat - local.tee $7 + local.tee $8 i32.store offset=36 global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $8 + local.tee $9 i32.store - local.get $8 + local.get $9 call $std/array/internalCapacity i32.const 8 i32.ne @@ -19039,9 +19304,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length i32.const 2 i32.ne @@ -19054,9 +19319,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 call $~lib/array/Array#get:length i32.const 5 i32.ne @@ -19069,9 +19334,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 i32.const 0 call $~lib/array/Array#__get i32.const 43 @@ -19085,9 +19350,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 i32.const 1 call $~lib/array/Array#__get i32.const 44 @@ -19101,9 +19366,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 i32.const 2 call $~lib/array/Array#__get i32.const 45 @@ -19117,9 +19382,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 i32.const 3 call $~lib/array/Array#__get i32.const 46 @@ -19133,9 +19398,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 i32.const 4 call $~lib/array/Array#__get i32.const 47 @@ -19149,15 +19414,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 call $~lib/array/Array#pop drop global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 call $~lib/array/Array#get:length i32.const 4 i32.ne @@ -19175,12 +19440,12 @@ i32.const 4 i32.const 2768 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=40 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length if i32.const 0 @@ -19191,22 +19456,22 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $7 + local.tee $8 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 - local.get $7 + local.get $2 + local.get $8 call $~lib/array/Array#concat - local.tee $7 + local.tee $8 i32.store offset=36 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 call $~lib/array/Array#get:length i32.const 3 i32.ne @@ -19219,9 +19484,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length if i32.const 0 @@ -19237,32 +19502,32 @@ i32.const 4 i32.const 2800 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=48 i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 0 i32.const 3 call $~lib/array/Array#copyWithin@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 2848 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -19280,32 +19545,32 @@ i32.const 4 i32.const 2896 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=48 i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 1 i32.const 3 call $~lib/array/Array#copyWithin@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 2944 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -19323,32 +19588,32 @@ i32.const 4 i32.const 2992 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=48 i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 1 i32.const 2 call $~lib/array/Array#copyWithin@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 3040 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -19366,32 +19631,32 @@ i32.const 4 i32.const 3088 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=48 i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 2 i32.const 2 call $~lib/array/Array#copyWithin@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 3136 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -19409,31 +19674,31 @@ i32.const 4 i32.const 3184 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=48 - local.get $1 + local.get $2 i32.const 0 i32.const 3 i32.const 4 call $~lib/array/Array#copyWithin - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 3232 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -19451,31 +19716,31 @@ i32.const 4 i32.const 3280 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=48 - local.get $1 + local.get $2 i32.const 1 i32.const 3 i32.const 4 call $~lib/array/Array#copyWithin - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 3328 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -19493,31 +19758,31 @@ i32.const 4 i32.const 3376 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=48 - local.get $1 + local.get $2 i32.const 1 i32.const 2 i32.const 4 call $~lib/array/Array#copyWithin - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 3424 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -19535,32 +19800,32 @@ i32.const 4 i32.const 3472 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=48 i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 0 i32.const -2 call $~lib/array/Array#copyWithin@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 3520 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -19578,31 +19843,31 @@ i32.const 4 i32.const 3568 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=48 - local.get $1 + local.get $2 i32.const 0 i32.const -2 i32.const -1 call $~lib/array/Array#copyWithin - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 3616 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -19620,31 +19885,31 @@ i32.const 4 i32.const 3664 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=48 - local.get $1 + local.get $2 i32.const -4 i32.const -3 i32.const -2 call $~lib/array/Array#copyWithin - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 3712 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -19662,31 +19927,31 @@ i32.const 4 i32.const 3760 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=48 - local.get $1 + local.get $2 i32.const -4 i32.const -3 i32.const -1 call $~lib/array/Array#copyWithin - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 3808 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -19704,32 +19969,32 @@ i32.const 4 i32.const 3856 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=44 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=48 i32.const 2 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const -4 i32.const -3 call $~lib/array/Array#copyWithin@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 3904 call $~lib/rt/__newArray - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store offset=8 - local.get $1 - local.get $7 + local.get $2 + local.get $8 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -19743,16 +20008,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 42 call $~lib/array/Array#unshift global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length i32.const 4 i32.ne @@ -19766,9 +20031,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -19782,9 +20047,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 42 @@ -19799,9 +20064,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 1 call $~lib/array/Array#__get i32.const 43 @@ -19816,9 +20081,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 2 call $~lib/array/Array#__get i32.const 44 @@ -19833,9 +20098,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 3 call $~lib/array/Array#__get i32.const 45 @@ -19850,16 +20115,16 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 41 call $~lib/array/Array#unshift global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length i32.const 5 i32.ne @@ -19873,9 +20138,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -19889,9 +20154,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 41 @@ -19906,9 +20171,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 1 call $~lib/array/Array#__get i32.const 42 @@ -19923,9 +20188,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 2 call $~lib/array/Array#__get i32.const 43 @@ -19940,9 +20205,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 3 call $~lib/array/Array#__get i32.const 44 @@ -19957,9 +20222,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 4 call $~lib/array/Array#__get i32.const 45 @@ -19974,7 +20239,7 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store global.get $~lib/memory/__stack_pointer i32.const 4 @@ -19988,11 +20253,11 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.load offset=12 - local.tee $7 + local.tee $8 i32.const 0 i32.le_s if @@ -20004,41 +20269,39 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.load offset=4 - local.tee $8 + local.tee $9 i32.load - local.set $9 - local.get $8 - local.get $8 + local.get $9 + local.get $9 i32.const 4 i32.add - local.get $7 + local.get $8 i32.const 1 i32.sub - local.tee $7 + local.tee $8 i32.const 2 i32.shl - local.tee $10 + local.tee $11 memory.copy - local.get $8 - local.get $10 + local.get $9 + local.get $11 i32.add i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 - local.get $7 + local.get $2 + local.get $8 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $9 global.set $std/array/i global.get $std/array/i i32.const 41 @@ -20053,9 +20316,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length i32.const 4 i32.ne @@ -20069,9 +20332,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -20085,9 +20348,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 42 @@ -20102,9 +20365,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 1 call $~lib/array/Array#__get i32.const 43 @@ -20119,9 +20382,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 2 call $~lib/array/Array#__get i32.const 44 @@ -20136,9 +20399,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 3 call $~lib/array/Array#__get i32.const 45 @@ -20153,9 +20416,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#pop global.set $std/array/i global.get $std/array/i @@ -20171,9 +20434,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length i32.const 3 i32.ne @@ -20187,9 +20450,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -20203,9 +20466,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 42 @@ -20220,9 +20483,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 1 call $~lib/array/Array#__get i32.const 43 @@ -20237,9 +20500,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 2 call $~lib/array/Array#__get i32.const 44 @@ -20258,33 +20521,33 @@ i32.const 4 i32.const 3952 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=52 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.const 2 call $~lib/array/Array#slice@varargs - local.tee $7 + local.tee $8 i32.store offset=56 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store i32.const 3 i32.const 2 i32.const 4 i32.const 4000 call $~lib/rt/__newArray - local.set $8 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=8 - local.get $7 local.get $8 + local.get $9 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -20297,29 +20560,29 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.const 2 i32.const 4 call $~lib/array/Array#slice - local.tee $7 + local.tee $8 i32.store offset=56 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store i32.const 2 i32.const 2 i32.const 4 i32.const 4032 call $~lib/rt/__newArray - local.set $8 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=8 - local.get $7 local.get $8 + local.get $9 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -20332,29 +20595,29 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.const 1 i32.const 5 call $~lib/array/Array#slice - local.tee $7 + local.tee $8 i32.store offset=56 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store i32.const 4 i32.const 2 i32.const 4 i32.const 4064 call $~lib/rt/__newArray - local.set $8 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=8 - local.get $7 local.get $8 + local.get $9 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -20367,24 +20630,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 0 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.const 0 call $~lib/array/Array#slice@varargs - local.tee $7 + local.tee $8 i32.store offset=56 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 - local.get $7 - local.get $1 + local.get $8 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -20397,30 +20660,30 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.const -2 call $~lib/array/Array#slice@varargs - local.tee $7 + local.tee $8 i32.store offset=56 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store i32.const 2 i32.const 2 i32.const 4 i32.const 4112 call $~lib/rt/__newArray - local.set $8 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=8 - local.get $7 local.get $8 + local.get $9 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -20433,29 +20696,29 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.const 2 i32.const -1 call $~lib/array/Array#slice - local.tee $7 + local.tee $8 i32.store offset=56 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store i32.const 2 i32.const 2 i32.const 4 i32.const 4144 call $~lib/rt/__newArray - local.set $8 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=8 - local.get $7 local.get $8 + local.get $9 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -20468,29 +20731,29 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.const -3 i32.const -1 call $~lib/array/Array#slice - local.tee $7 + local.tee $8 i32.store offset=56 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store i32.const 2 i32.const 2 i32.const 4 i32.const 4176 call $~lib/rt/__newArray - local.set $8 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=8 - local.get $7 local.get $8 + local.get $9 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -20503,17 +20766,17 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 - local.get $1 + local.get $2 i32.const -1 i32.const -3 call $~lib/array/Array#slice - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 call $~lib/array/Array#get:length if i32.const 0 @@ -20524,18 +20787,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 i32.const 1 global.set $~argumentsLength - local.get $1 + local.get $2 i32.const 10 call $~lib/array/Array#slice@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length if i32.const 0 @@ -20547,7 +20810,7 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store global.get $~lib/memory/__stack_pointer i32.const 4 @@ -20561,59 +20824,59 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.load offset=4 - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.load offset=12 - local.tee $1 + local.tee $2 i32.const 1 i32.gt_u if - local.get $1 + local.get $2 i32.const 1 i32.shr_u - local.set $8 - local.get $1 + local.set $9 + local.get $2 i32.const 1 i32.sub - local.set $1 + local.set $2 loop $while-continue|0 - local.get $3 - local.get $8 + local.get $4 + local.get $9 i32.lt_u if - local.get $7 - local.get $3 + local.get $8 + local.get $4 i32.const 2 i32.shl i32.add - local.tee $9 + local.tee $10 i32.load - local.set $10 - local.get $9 - local.get $7 - local.get $1 - local.get $3 + local.set $11 + local.get $10 + local.get $8 + local.get $2 + local.get $4 i32.sub i32.const 2 i32.shl i32.add - local.tee $9 + local.tee $10 i32.load i32.store - local.get $9 local.get $10 + local.get $11 i32.store - local.get $3 + local.get $4 i32.const 1 i32.add - local.set $3 + local.set $4 br $while-continue|0 end end @@ -20624,9 +20887,9 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length i32.const 3 i32.ne @@ -20640,9 +20903,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $std/array/internalCapacity i32.const 8 i32.ne @@ -20656,9 +20919,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 0 call $~lib/array/Array#__get i32.const 44 @@ -20673,9 +20936,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 1 call $~lib/array/Array#__get i32.const 43 @@ -20690,9 +20953,9 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 2 call $~lib/array/Array#__get i32.const 42 @@ -20707,57 +20970,53 @@ end global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 43 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 i32.const 44 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer - local.set $1 i32.const 4 i32.const 0 i32.const 7 i32.const 4208 call $~lib/rt/__newArray - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store - local.get $1 - local.get $3 + local.get $4 call $~lib/array/Array#reverse - local.tee $1 + local.tee $2 i32.store offset=60 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length - local.set $3 + local.set $4 loop $for-loop|0 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 local.get $0 call $~lib/array/Array#__get - local.set $7 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $7 - local.get $1 + local.get $2 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -20780,46 +21039,42 @@ end end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 8 i32.const 0 i32.const 7 i32.const 4240 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#reverse - local.tee $1 + local.tee $2 i32.store offset=64 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length - local.set $3 + local.set $4 loop $for-loop|1 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 local.get $0 call $~lib/array/Array#__get - local.set $7 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $7 - local.get $1 + local.get $2 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -20842,46 +21097,42 @@ end end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 17 i32.const 0 i32.const 7 i32.const 4272 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#reverse - local.tee $1 + local.tee $2 i32.store offset=68 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length - local.set $3 + local.set $4 loop $for-loop|2 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 local.get $0 call $~lib/array/Array#__get - local.set $7 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $7 - local.get $1 + local.get $2 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -20904,46 +21155,42 @@ end end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 7 i32.const 1 i32.const 11 i32.const 4320 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#reverse - local.tee $1 + local.tee $2 i32.store offset=72 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length - local.set $3 + local.set $4 loop $for-loop|3 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 local.get $0 call $~lib/array/Array#__get - local.set $7 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $7 - local.get $1 + local.get $2 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -20966,46 +21213,42 @@ end end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 8 i32.const 1 i32.const 11 i32.const 4368 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#reverse - local.tee $1 + local.tee $2 i32.store offset=76 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length - local.set $3 + local.set $4 loop $for-loop|4 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 local.get $0 call $~lib/array/Array#__get - local.set $7 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $7 - local.get $1 + local.get $2 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -21028,46 +21271,42 @@ end end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 9 i32.const 1 i32.const 11 i32.const 4416 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $0 - local.get $1 + local.get $2 call $~lib/array/Array#reverse - local.tee $1 + local.tee $2 i32.store offset=80 i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length - local.set $3 + local.set $4 loop $for-loop|5 local.get $0 - local.get $3 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 local.get $0 call $~lib/array/Array#__get - local.set $7 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $7 - local.get $1 + local.get $2 call $~lib/array/Array#get:length local.get $0 i32.sub @@ -21292,12 +21531,12 @@ i32.const 9 i32.const 4464 call $~lib/rt/__newArray - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -21310,14 +21549,14 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store block $__inlined_func$~lib/array/Array#indexOf$712 - local.get $0 + local.get $2 i32.load offset=12 - local.tee $3 + local.tee $4 i32.eqz - local.get $3 + local.get $4 i32.const 0 i32.le_s i32.or @@ -21327,22 +21566,22 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const -1 - local.set $1 + local.set $0 br $__inlined_func$~lib/array/Array#indexOf$712 end global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store - local.get $0 + local.get $2 i32.load offset=4 - local.set $0 - loop $while-continue|01 - local.get $1 - local.get $3 + local.set $2 + loop $while-continue|05 + local.get $0 + local.get $4 i32.lt_s if + local.get $2 local.get $0 - local.get $1 i32.const 2 i32.shl i32.add @@ -21356,11 +21595,11 @@ global.set $~lib/memory/__stack_pointer br $__inlined_func$~lib/array/Array#indexOf$712 end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 - br $while-continue|01 + local.set $0 + br $while-continue|05 end end global.get $~lib/memory/__stack_pointer @@ -21368,9 +21607,9 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const -1 - local.set $1 + local.set $0 end - local.get $1 + local.get $0 i32.const -1 i32.ne if @@ -21386,12 +21625,12 @@ i32.const 12 i32.const 4496 call $~lib/rt/__newArray - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -21404,14 +21643,14 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store block $__inlined_func$~lib/array/Array#indexOf$713 - local.get $0 + local.get $2 i32.load offset=12 - local.tee $3 + local.tee $4 i32.eqz - local.get $3 + local.get $4 i32.const 0 i32.le_s i32.or @@ -21421,22 +21660,22 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const -1 - local.set $1 + local.set $0 br $__inlined_func$~lib/array/Array#indexOf$713 end global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store - local.get $0 + local.get $2 i32.load offset=4 - local.set $0 - loop $while-continue|02 - local.get $1 - local.get $3 + local.set $2 + loop $while-continue|07 + local.get $0 + local.get $4 i32.lt_s if + local.get $2 local.get $0 - local.get $1 i32.const 3 i32.shl i32.add @@ -21450,11 +21689,11 @@ global.set $~lib/memory/__stack_pointer br $__inlined_func$~lib/array/Array#indexOf$713 end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 - br $while-continue|02 + local.set $0 + br $while-continue|07 end end global.get $~lib/memory/__stack_pointer @@ -21462,9 +21701,9 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const -1 - local.set $1 + local.set $0 end - local.get $1 + local.get $0 i32.const -1 i32.ne if @@ -21765,12 +22004,12 @@ i32.const 9 i32.const 4576 call $~lib/rt/__newArray - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -21783,13 +22022,13 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store - local.get $0 + local.get $2 i32.load offset=12 - local.tee $3 + local.tee $4 i32.eqz - local.get $3 + local.get $4 i32.const 0 i32.le_s i32.or @@ -21802,24 +22041,24 @@ br $__inlined_func$~lib/array/Array#includes$714 end global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store - local.get $0 + local.get $2 i32.load offset=4 - local.set $0 - loop $while-continue|03 - local.get $1 - local.get $3 + local.set $2 + loop $while-continue|09 + local.get $0 + local.get $4 i32.lt_s if + local.get $2 local.get $0 - local.get $1 i32.const 2 i32.shl i32.add f32.load - local.tee $6 - local.get $6 + local.tee $7 + local.get $7 f32.ne if global.get $~lib/memory/__stack_pointer @@ -21829,11 +22068,11 @@ i32.const 1 br $__inlined_func$~lib/array/Array#includes$714 end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 - br $while-continue|03 + local.set $0 + br $while-continue|09 end end global.get $~lib/memory/__stack_pointer @@ -21857,12 +22096,12 @@ i32.const 12 i32.const 4608 call $~lib/rt/__newArray - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store i32.const 0 - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -21875,13 +22114,13 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store - local.get $0 + local.get $2 i32.load offset=12 - local.tee $3 + local.tee $4 i32.eqz - local.get $3 + local.get $4 i32.const 0 i32.le_s i32.or @@ -21894,24 +22133,24 @@ br $__inlined_func$~lib/array/Array#includes$715 end global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store - local.get $0 + local.get $2 i32.load offset=4 - local.set $0 - loop $while-continue|04 - local.get $1 - local.get $3 + local.set $2 + loop $while-continue|011 + local.get $0 + local.get $4 i32.lt_s if + local.get $2 local.get $0 - local.get $1 i32.const 3 i32.shl i32.add f64.load - local.tee $5 - local.get $5 + local.tee $6 + local.get $6 f64.ne if global.get $~lib/memory/__stack_pointer @@ -21921,11 +22160,11 @@ i32.const 1 br $__inlined_func$~lib/array/Array#includes$715 end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 - br $while-continue|04 + local.set $0 + br $while-continue|011 end end global.get $~lib/memory/__stack_pointer @@ -22034,21 +22273,21 @@ local.get $0 i32.const 0 call $~lib/array/Array#splice@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 5 i32.const 2 i32.const 4 i32.const 4688 call $~lib/rt/__newArray - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $1 - local.get $3 + local.get $2 + local.get $4 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22068,12 +22307,12 @@ i32.const 4 i32.const 4736 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22100,21 +22339,21 @@ i32.const 0 i32.const 0 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 0 i32.const 2 i32.const 4 i32.const 4816 call $~lib/rt/__newArray - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $1 - local.get $3 + local.get $2 + local.get $4 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22134,12 +22373,12 @@ i32.const 4 i32.const 4848 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22167,21 +22406,21 @@ local.get $0 i32.const 2 call $~lib/array/Array#splice@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 3 i32.const 2 i32.const 4 i32.const 4944 call $~lib/rt/__newArray - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $1 - local.get $3 + local.get $2 + local.get $4 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22201,12 +22440,12 @@ i32.const 4 i32.const 4976 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22233,21 +22472,21 @@ i32.const 2 i32.const 2 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 2 i32.const 2 i32.const 4 i32.const 5056 call $~lib/rt/__newArray - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $1 - local.get $3 + local.get $2 + local.get $4 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22267,12 +22506,12 @@ i32.const 4 i32.const 5088 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22299,21 +22538,21 @@ i32.const 0 i32.const 1 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 1 i32.const 2 i32.const 4 i32.const 5168 call $~lib/rt/__newArray - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $1 - local.get $3 + local.get $2 + local.get $4 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22333,12 +22572,12 @@ i32.const 4 i32.const 5200 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22366,21 +22605,21 @@ local.get $0 i32.const -1 call $~lib/array/Array#splice@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 1 i32.const 2 i32.const 4 i32.const 5296 call $~lib/rt/__newArray - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $1 - local.get $3 + local.get $2 + local.get $4 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22400,12 +22639,12 @@ i32.const 4 i32.const 5328 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22433,21 +22672,21 @@ local.get $0 i32.const -2 call $~lib/array/Array#splice@varargs - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 2 i32.const 2 i32.const 4 i32.const 5424 call $~lib/rt/__newArray - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $1 - local.get $3 + local.get $2 + local.get $4 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22467,12 +22706,12 @@ i32.const 4 i32.const 5456 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22499,21 +22738,21 @@ i32.const -2 i32.const 1 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 1 i32.const 2 i32.const 4 i32.const 5536 call $~lib/rt/__newArray - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $1 - local.get $3 + local.get $2 + local.get $4 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22533,12 +22772,12 @@ i32.const 4 i32.const 5568 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22565,21 +22804,21 @@ i32.const -7 i32.const 1 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 1 i32.const 2 i32.const 4 i32.const 5664 call $~lib/rt/__newArray - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $1 - local.get $3 + local.get $2 + local.get $4 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22599,12 +22838,12 @@ i32.const 4 i32.const 5696 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22631,21 +22870,21 @@ i32.const -2 i32.const -1 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 0 i32.const 2 i32.const 4 i32.const 5792 call $~lib/rt/__newArray - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $1 - local.get $3 + local.get $2 + local.get $4 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22665,12 +22904,12 @@ i32.const 4 i32.const 5824 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22697,21 +22936,21 @@ i32.const 1 i32.const -2 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 0 i32.const 2 i32.const 4 i32.const 5920 call $~lib/rt/__newArray - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $1 - local.get $3 + local.get $2 + local.get $4 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22731,12 +22970,12 @@ i32.const 4 i32.const 5952 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22763,21 +23002,21 @@ i32.const 4 i32.const 0 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 0 i32.const 2 i32.const 4 i32.const 6048 call $~lib/rt/__newArray - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $1 - local.get $3 + local.get $2 + local.get $4 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22797,12 +23036,12 @@ i32.const 4 i32.const 6080 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22829,21 +23068,21 @@ i32.const 7 i32.const 0 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 0 i32.const 2 i32.const 4 i32.const 6176 call $~lib/rt/__newArray - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $1 - local.get $3 + local.get $2 + local.get $4 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22863,12 +23102,12 @@ i32.const 4 i32.const 6208 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22895,21 +23134,21 @@ i32.const 7 i32.const 5 call $~lib/array/Array#splice - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 0 i32.const 2 i32.const 4 i32.const 6304 call $~lib/rt/__newArray - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $1 - local.get $3 + local.get $2 + local.get $4 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22929,12 +23168,12 @@ i32.const 4 i32.const 6336 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -22961,12 +23200,12 @@ local.get $0 i32.const 1 call $~lib/array/Array#splice - local.tee $1 + local.tee $2 i32.store offset=96 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length if i32.const 0 @@ -22990,48 +23229,46 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 5 i32.const 2 i32.const 10 i32.const 0 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=100 - local.get $1 + local.get $2 i32.const 0 i32.const 1 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $1 + local.get $2 i32.const 1 i32.const 2 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $1 + local.get $2 i32.const 2 i32.const 3 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $1 + local.get $2 i32.const 3 i32.const 4 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $1 + local.get $2 i32.const 4 i32.const 5 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $0 - local.get $1 + local.get $2 i32.store offset=92 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.const 2 call $~lib/array/Array#splice local.tee $0 @@ -23057,11 +23294,11 @@ local.get $0 i32.const 0 call $~lib/array/Array#__get - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store - local.get $3 + local.get $4 i32.load i32.const 3 i32.ne @@ -23096,9 +23333,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length i32.const 3 i32.ne @@ -23111,9 +23348,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 - local.get $1 + local.get $2 i32.const 0 call $~lib/array/Array#__get local.set $0 @@ -23133,9 +23370,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 - local.get $1 + local.get $2 i32.const 1 call $~lib/array/Array#__get local.set $0 @@ -23155,9 +23392,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 - local.get $1 + local.get $2 i32.const 2 call $~lib/array/Array#__get local.set $0 @@ -23177,36 +23414,33 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 3 i32.const 2 i32.const 13 i32.const 0 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=104 - local.get $1 + local.get $2 i32.const 0 i32.const 1 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $1 + local.get $2 i32.const 1 i32.const 0 call $~lib/array/Array#__set - local.get $1 + local.get $2 i32.const 2 i32.const 2 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $0 - local.get $1 + local.get $2 i32.store offset=108 global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer i32.const 8 @@ -23220,101 +23454,98 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.load offset=12 - local.tee $3 + local.tee $4 i32.const 0 - local.get $3 + local.get $4 i32.const 0 i32.le_s select - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer i32.const 1 - local.get $3 - local.get $7 - i32.sub - local.tee $8 + local.get $4 local.get $8 + i32.sub + local.tee $9 + local.get $9 i32.const 1 i32.gt_s select - local.tee $8 + local.tee $9 i32.const 0 - local.get $8 + local.get $9 i32.const 0 i32.gt_s select - local.tee $8 + local.tee $9 i32.const 2 i32.const 13 i32.const 0 call $~lib/rt/__newArray - local.tee $9 + local.tee $10 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $9 + local.get $10 i32.store - local.get $9 + local.get $10 i32.load offset=4 - local.set $10 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $10 - local.get $1 + local.get $2 i32.load offset=4 - local.tee $10 - local.get $7 + local.tee $11 + local.get $8 i32.const 2 i32.shl i32.add - local.tee $11 - local.get $8 + local.tee $12 + local.get $9 i32.const 2 i32.shl memory.copy - local.get $7 local.get $8 + local.get $9 i32.add - local.tee $7 - local.get $3 + local.tee $8 + local.get $4 i32.ne if + local.get $12 local.get $11 - local.get $10 - local.get $7 + local.get $8 i32.const 2 i32.shl i32.add - local.get $3 - local.get $7 + local.get $4 + local.get $8 i32.sub i32.const 2 i32.shl memory.copy end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 - local.get $3 - local.get $8 + local.get $2 + local.get $4 + local.get $9 i32.sub i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 - local.get $9 + local.get $10 i32.store offset=112 global.get $~lib/memory/__stack_pointer - local.get $9 + local.get $10 i32.store - local.get $9 + local.get $10 call $~lib/array/Array#get:length i32.const 1 i32.ne @@ -23327,10 +23558,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 + local.get $10 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $9 + local.get $10 i32.const 0 call $~lib/array/Array#__get local.tee $0 @@ -23361,9 +23592,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length i32.const 2 i32.ne @@ -23376,9 +23607,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 0 call $~lib/array/Array#__get if @@ -23390,10 +23621,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.const 1 call $~lib/array/Array#__get local.tee $0 @@ -24280,23 +24511,23 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|6 - local.get $1 + local.get $0 i32.const 100 i32.lt_s if global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $0 + local.tee $2 i32.store - local.get $0 + local.get $2 call $~lib/array/Array#pop drop - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|6 end end @@ -24329,10 +24560,9 @@ i32.const 3 call $~lib/array/Array#push global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store global.get $~lib/memory/__stack_pointer i32.const 9296 @@ -24352,95 +24582,93 @@ i64.const 0 i64.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.load offset=12 - local.tee $7 + local.tee $8 i32.const 2 i32.const 16 i32.const 0 call $~lib/rt/__newArray - local.tee $8 + local.tee $9 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store - local.get $8 + local.get $9 i32.load offset=4 - local.set $9 + local.set $10 i32.const 0 - local.set $3 - loop $for-loop|00 + local.set $4 + loop $for-loop|012 global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store - local.get $3 - local.get $7 - local.get $1 + local.get $2 + i32.store + local.get $4 + local.get $8 + local.get $2 i32.load offset=12 - local.tee $10 - local.get $7 - local.get $10 + local.tee $11 + local.get $8 + local.get $11 i32.lt_s select i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 - local.get $3 + local.get $4 i32.const 2 i32.shl - local.tee $10 - local.get $1 + local.tee $11 + local.get $2 i32.load offset=4 i32.add i32.load - local.set $11 + local.set $12 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 3 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer - local.get $11 - local.get $3 - local.get $1 + local.get $12 + local.get $4 + local.get $2 i32.const 9296 i32.load call_indirect (type $1) - local.tee $11 + local.tee $12 i32.store offset=12 - local.get $9 local.get $10 - i32.add local.get $11 + i32.add + local.get $12 i32.store - local.get $8 - local.get $11 + local.get $9 + local.get $12 i32.const 1 call $~lib/rt/itcms/__link - local.get $3 + local.get $4 i32.const 1 i32.add - local.set $3 - br $for-loop|00 + local.set $4 + br $for-loop|012 end end global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 - local.get $8 + local.get $9 i32.store offset=128 global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/array/arr - local.tee $1 + local.tee $2 i32.store global.get $~lib/memory/__stack_pointer i32.const 9328 @@ -24460,86 +24688,85 @@ i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.load offset=12 - local.tee $7 + local.tee $8 i32.const 2 i32.const 9 i32.const 0 call $~lib/rt/__newArray - local.tee $8 + local.tee $9 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store - local.get $8 + local.get $9 i32.load offset=4 - local.set $9 + local.set $10 i32.const 0 - local.set $3 - loop $for-loop|01 + local.set $4 + loop $for-loop|013 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $3 - local.get $7 - local.get $1 + local.get $4 + local.get $8 + local.get $2 i32.load offset=12 - local.tee $10 - local.get $7 - local.get $10 + local.tee $11 + local.get $8 + local.get $11 i32.lt_s select i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 - local.get $3 + local.get $4 i32.const 2 i32.shl - local.tee $10 - local.get $1 + local.tee $11 + local.get $2 i32.load offset=4 i32.add i32.load - local.set $11 + local.set $12 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store i32.const 3 global.set $~argumentsLength - local.get $9 local.get $10 - i32.add local.get $11 - local.get $3 - local.get $1 + i32.add + local.get $12 + local.get $4 + local.get $2 i32.const 9328 i32.load call_indirect (type $15) f32.store - local.get $3 + local.get $4 i32.const 1 i32.add - local.set $3 - br $for-loop|01 + local.set $4 + br $for-loop|013 end end global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 - local.get $8 + local.get $9 i32.store offset=132 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store - local.get $8 + local.get $9 call $~lib/array/Array#get:length i32.const 4 i32.ne @@ -24552,17 +24779,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store - local.get $8 + local.get $9 i32.const 0 call $~lib/array/Array#__get - local.set $6 global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $0 i32.store - local.get $6 local.get $0 i32.const 0 call $~lib/array/Array#__get @@ -25364,26 +25589,26 @@ i64.const -7046029254386353131 call $~lib/bindings/dom/Math.random i64.reinterpret_f64 - local.tee $4 - local.get $4 + local.tee $5 + local.get $5 i64.eqz select - local.tee $4 - local.get $4 + local.tee $5 + local.get $5 i64.const 33 i64.shr_u i64.xor i64.const -49064778989728563 i64.mul - local.tee $4 - local.get $4 + local.tee $5 + local.get $5 i64.const 33 i64.shr_u i64.xor i64.const -4265267296055464877 i64.mul - local.tee $4 - local.get $4 + local.tee $5 + local.get $5 i64.const 33 i64.shr_u i64.xor @@ -25391,22 +25616,22 @@ global.get $~lib/math/random_state0_64 i64.const -1 i64.xor - local.tee $4 - local.get $4 + local.tee $5 + local.get $5 i64.const 33 i64.shr_u i64.xor i64.const -49064778989728563 i64.mul - local.tee $4 - local.get $4 + local.tee $5 + local.get $5 i64.const 33 i64.shr_u i64.xor i64.const -4265267296055464877 i64.mul - local.tee $4 - local.get $4 + local.tee $5 + local.get $5 i64.const 33 i64.shr_u i64.xor @@ -25423,243 +25648,243 @@ i32.store offset=140 global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=144 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 100 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 80 i32.store offset=4 local.get $0 i32.const 0 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=148 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 90 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 90 i32.store offset=4 local.get $0 i32.const 1 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=152 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 70 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 95 i32.store offset=4 local.get $0 i32.const 2 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=156 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 100 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 100 i32.store offset=4 local.get $0 i32.const 3 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=160 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 80 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 110 i32.store offset=4 local.get $0 i32.const 4 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=164 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 110 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 115 i32.store offset=4 local.get $0 i32.const 5 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=168 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 100 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 120 i32.store offset=4 local.get $0 i32.const 6 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=172 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 70 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 125 i32.store offset=4 local.get $0 i32.const 7 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=176 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 70 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 130 i32.store offset=4 local.get $0 i32.const 8 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=180 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 100 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 135 i32.store offset=4 local.get $0 i32.const 9 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=184 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 75 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 140 i32.store offset=4 local.get $0 i32.const 10 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=188 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 70 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 140 i32.store offset=4 local.get $0 i32.const 11 - local.get $1 + local.get $2 call $~lib/array/Array#__set local.get $0 global.set $std/array/inputStabArr @@ -25673,243 +25898,243 @@ i32.store offset=192 global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=196 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 70 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 95 i32.store offset=4 local.get $0 i32.const 0 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=200 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 70 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 125 i32.store offset=4 local.get $0 i32.const 1 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=204 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 70 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 130 i32.store offset=4 local.get $0 i32.const 2 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=208 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 70 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 140 i32.store offset=4 local.get $0 i32.const 3 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=212 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 75 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 140 i32.store offset=4 local.get $0 i32.const 4 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=216 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 80 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 110 i32.store offset=4 local.get $0 i32.const 5 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=220 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 90 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 90 i32.store offset=4 local.get $0 i32.const 6 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=224 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 100 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 80 i32.store offset=4 local.get $0 i32.const 7 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=228 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 100 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 100 i32.store offset=4 local.get $0 i32.const 8 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=232 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 100 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 120 i32.store offset=4 local.get $0 i32.const 9 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=236 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 100 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 135 i32.store offset=4 local.get $0 i32.const 10 - local.get $1 + local.get $2 call $~lib/array/Array#__set global.get $~lib/memory/__stack_pointer call $std/array/Dim#constructor - local.tee $1 + local.tee $2 i32.store offset=240 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 110 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 i32.const 115 i32.store offset=4 local.get $0 i32.const 11 - local.get $1 + local.get $2 call $~lib/array/Array#__set local.get $0 global.set $std/array/outputStabArr @@ -25936,12 +26161,12 @@ i32.const 9 i32.const 10288 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 call $std/array/isArraysEqual i32.eqz if @@ -25975,12 +26200,12 @@ i32.const 9 i32.const 10384 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 call $std/array/isArraysEqual i32.eqz if @@ -25997,10 +26222,10 @@ i32.const 12 i32.const 10448 call $~lib/rt/__newArray - local.tee $0 + local.tee $2 i32.store offset=252 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store i32.const 0 global.set $~argumentsLength @@ -26022,7 +26247,7 @@ i32.const 10544 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 10544 @@ -26039,22 +26264,18 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.load offset=4 - local.set $1 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 - local.get $0 + local.get $2 i32.load offset=12 - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 10544 i32.store - local.get $1 - local.get $3 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer i32.const 8 @@ -26065,20 +26286,20 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store i32.const 8 i32.const 3 i32.const 12 i32.const 10576 call $~lib/rt/__newArray - local.set $1 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.store offset=8 - block $__inlined_func$std/array/isArraysEqual$13 (result i32) + block $__inlined_func$std/array/isArraysEqual$9 (result i32) i32.const 0 - local.set $3 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -26091,48 +26312,48 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store - local.get $0 + local.get $2 call $~lib/array/Array#get:length - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.store block $folding-inner1 block $folding-inner01 - local.get $1 + local.get $4 call $~lib/array/Array#get:length - local.get $7 + local.get $8 i32.ne br_if $folding-inner01 - local.get $0 - local.get $1 + local.get $2 + local.get $4 i32.eq br_if $folding-inner1 loop $for-loop|02 - local.get $3 - local.get $7 + local.get $0 + local.get $8 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store + local.get $2 local.get $0 - local.get $3 call $~lib/array/Array#__get - local.tee $5 - local.get $5 + local.tee $6 + local.get $6 f64.ne if (result i32) global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.store - local.get $1 - local.get $3 + local.get $4 + local.get $0 call $~lib/array/Array#__get - local.tee $5 - local.get $5 + local.tee $6 + local.get $6 f64.ne else i32.const 0 @@ -26140,22 +26361,20 @@ i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store + local.get $2 local.get $0 - local.get $3 call $~lib/array/Array#__get i64.reinterpret_f64 i64.const 63 i64.shr_u i32.wrap_i64 - local.set $8 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.store - local.get $8 - local.get $1 - local.get $3 + local.get $4 + local.get $0 call $~lib/array/Array#__get i64.reinterpret_f64 i64.const 63 @@ -26164,26 +26383,26 @@ i32.ne br_if $folding-inner01 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store + local.get $2 local.get $0 - local.get $3 call $~lib/array/Array#__get - local.set $5 + local.set $6 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.store - local.get $1 - local.get $3 + local.get $4 + local.get $0 call $~lib/array/Array#__get - local.get $5 + local.get $6 f64.ne br_if $folding-inner01 end - local.get $3 + local.get $0 i32.const 1 i32.add - local.set $3 + local.set $0 br $for-loop|02 end end @@ -26194,7 +26413,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$std/array/isArraysEqual$13 + br $__inlined_func$std/array/isArraysEqual$9 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -26263,12 +26482,12 @@ i32.const 4 i32.const 10752 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -26332,18 +26551,14 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 i32.load offset=12 - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 10848 i32.store - local.get $1 - local.get $3 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer i32.const 8 @@ -26361,12 +26576,12 @@ i32.const 8 i32.const 10880 call $~lib/rt/__newArray - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 local.get $0 - local.get $1 + local.get $2 call $std/array/isArraysEqual i32.eqz if @@ -26383,7 +26598,7 @@ i32.const 4 i32.const 10928 call $~lib/rt/__newArray - local.tee $3 + local.tee $4 i32.store offset=264 global.get $~lib/memory/__stack_pointer i32.const 1 @@ -26391,7 +26606,7 @@ i32.const 4 i32.const 10960 call $~lib/rt/__newArray - local.tee $7 + local.tee $8 i32.store offset=268 global.get $~lib/memory/__stack_pointer i32.const 2 @@ -26399,7 +26614,7 @@ i32.const 4 i32.const 10992 call $~lib/rt/__newArray - local.tee $8 + local.tee $9 i32.store offset=272 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -26407,7 +26622,7 @@ i32.const 4 i32.const 11024 call $~lib/rt/__newArray - local.tee $9 + local.tee $10 i32.store offset=276 global.get $~lib/memory/__stack_pointer i32.const 4 @@ -26415,57 +26630,57 @@ i32.const 4 i32.const 11072 call $~lib/rt/__newArray - local.tee $10 + local.tee $11 i32.store offset=280 global.get $~lib/memory/__stack_pointer i32.const 64 call $std/array/createReverseOrderedArray - local.tee $11 + local.tee $12 i32.store offset=284 global.get $~lib/memory/__stack_pointer i32.const 128 call $std/array/createReverseOrderedArray - local.tee $12 + local.tee $13 i32.store offset=288 global.get $~lib/memory/__stack_pointer i32.const 1024 call $std/array/createReverseOrderedArray - local.tee $0 + local.tee $14 i32.store offset=292 global.get $~lib/memory/__stack_pointer i32.const 10000 call $std/array/createReverseOrderedArray - local.tee $1 + local.tee $0 i32.store offset=296 global.get $~lib/memory/__stack_pointer i32.const 512 call $std/array/createRandomOrderedArray - local.tee $13 + local.tee $2 i32.store offset=300 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store - local.get $3 + local.get $4 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store i32.const 1 i32.const 2 i32.const 4 i32.const 11152 call $~lib/rt/__newArray - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $7 - local.get $3 + local.get $8 + local.get $4 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -26478,24 +26693,24 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store - local.get $8 + local.get $9 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store i32.const 2 i32.const 2 i32.const 4 i32.const 11184 call $~lib/rt/__newArray - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $8 - local.get $3 + local.get $9 + local.get $4 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -26508,18 +26723,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $9 + local.get $10 i32.store - local.get $9 + local.get $10 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $9 + local.get $10 i32.store global.get $~lib/memory/__stack_pointer - local.get $10 + local.get $11 i32.store offset=8 - local.get $9 local.get $10 + local.get $11 i32.const 0 call $std/array/isArraysEqual i32.eqz @@ -26532,18 +26747,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $11 + local.get $12 i32.store - local.get $11 + local.get $12 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $11 + local.get $12 i32.store global.get $~lib/memory/__stack_pointer - local.get $10 + local.get $11 i32.store offset=8 + local.get $12 local.get $11 - local.get $10 i32.const 4 call $std/array/isArraysEqual i32.eqz @@ -26556,18 +26771,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $13 i32.store - local.get $12 + local.get $13 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $12 + local.get $13 i32.store global.get $~lib/memory/__stack_pointer - local.get $10 + local.get $11 i32.store offset=8 - local.get $12 - local.get $10 + local.get $13 + local.get $11 i32.const 4 call $std/array/isArraysEqual i32.eqz @@ -26580,18 +26795,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $14 i32.store - local.get $0 + local.get $14 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $14 i32.store global.get $~lib/memory/__stack_pointer - local.get $10 + local.get $11 i32.store offset=8 - local.get $0 - local.get $10 + local.get $14 + local.get $11 i32.const 4 call $std/array/isArraysEqual i32.eqz @@ -26604,18 +26819,18 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store - local.get $1 + local.get $0 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $10 + local.get $11 i32.store offset=8 - local.get $1 - local.get $10 + local.get $0 + local.get $11 i32.const 4 call $std/array/isArraysEqual i32.eqz @@ -26628,9 +26843,9 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $13 + local.get $2 i32.store - local.get $13 + local.get $2 call $std/array/assertSortedDefault global.get $~lib/memory/__stack_pointer i32.const 24 @@ -26645,10 +26860,9 @@ i32.const 24 memory.fill global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/array/inputStabArr - local.tee $1 + local.tee $0 i32.store offset=8 i32.const 1 global.set $~argumentsLength @@ -26664,7 +26878,7 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store global.get $~lib/memory/__stack_pointer i32.const 8 @@ -26678,79 +26892,79 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store - local.get $1 + local.get $0 i32.load offset=12 - local.tee $3 + local.tee $4 i32.const 0 - local.get $3 + local.get $4 i32.const 0 i32.le_s select - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $3 - local.get $7 + local.get $4 + local.get $8 i32.sub - local.tee $3 + local.tee $4 i32.const 0 - local.get $3 + local.get $4 i32.const 0 i32.gt_s select - local.tee $3 + local.tee $4 i32.const 2 i32.const 23 i32.const 0 call $~lib/rt/__newArray - local.tee $8 + local.tee $9 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store - local.get $8 + local.get $9 i32.load offset=4 - local.set $9 + local.set $10 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store - local.get $1 + local.get $0 i32.load offset=4 - local.get $7 + local.get $8 i32.const 2 i32.shl i32.add - local.set $7 + local.set $8 i32.const 0 - local.set $1 - local.get $3 + local.set $0 + local.get $4 i32.const 2 i32.shl - local.set $3 - loop $while-continue|05 - local.get $1 - local.get $3 + local.set $4 + loop $while-continue|06 + local.get $0 + local.get $4 i32.lt_u if - local.get $1 - local.get $9 + local.get $0 + local.get $10 i32.add - local.get $1 - local.get $7 + local.get $0 + local.get $8 i32.add i32.load - local.tee $10 + local.tee $11 i32.store - local.get $8 - local.get $10 + local.get $9 + local.get $11 i32.const 1 call $~lib/rt/itcms/__link - local.get $1 + local.get $0 i32.const 4 i32.add - local.set $1 - br $while-continue|05 + local.set $0 + br $while-continue|06 end end global.get $~lib/memory/__stack_pointer @@ -26762,30 +26976,29 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store global.get $~lib/memory/__stack_pointer i32.const 11216 i32.store offset=4 - local.get $0 - local.get $8 + local.get $9 i32.const 11216 call $~lib/array/Array#sort local.tee $0 i32.store offset=12 i32.const 1 - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer global.get $std/array/inputStabArr - local.tee $1 + local.tee $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length - local.set $1 - loop $for-loop|023 + local.set $2 + loop $for-loop|014 local.get $1 local.get $2 - i32.gt_s + i32.lt_s if block $for-break0 global.get $~lib/memory/__stack_pointer @@ -26793,64 +27006,60 @@ i32.store global.get $~lib/memory/__stack_pointer local.get $0 - local.get $2 + local.get $1 call $~lib/array/Array#__get - local.tee $7 + local.tee $8 i32.store offset=16 global.get $~lib/memory/__stack_pointer global.get $std/array/outputStabArr - local.tee $8 + local.tee $9 i32.store global.get $~lib/memory/__stack_pointer - local.get $8 - local.get $2 + local.get $9 + local.get $1 call $~lib/array/Array#__get - local.tee $8 + local.tee $9 i32.store offset=20 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 i32.load - local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store local.get $9 - local.get $8 i32.load i32.ne if (result i32) i32.const 1 else global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store - local.get $7 + local.get $8 i32.load offset=4 - local.set $7 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store - local.get $7 - local.get $8 + local.get $9 i32.load offset=4 i32.ne end if i32.const 0 - local.set $3 + local.set $4 br $for-break0 end - local.get $2 + local.get $1 i32.const 1 i32.add - local.set $2 - br $for-loop|023 + local.set $1 + br $for-loop|014 end end end - local.get $3 + local.get $4 i32.eqz if i32.const 0 @@ -26911,7 +27120,6 @@ i32.const 11344 call $std/array/assertSorted global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -26927,7 +27135,6 @@ i64.const 0 i64.store offset=8 global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -26980,26 +27187,26 @@ i32.const 32 i32.const 1 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=12 local.get $2 - local.get $3 + local.get $4 i32.store local.get $2 - local.get $3 + local.get $4 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 local.get $2 - local.get $3 + local.get $4 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $2 @@ -27017,12 +27224,11 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $2 i32.store i32.const 0 local.set $0 - loop $for-loop|03 + loop $for-loop|015 local.get $0 i32.const 2 i32.lt_s @@ -27030,12 +27236,12 @@ global.get $~lib/memory/__stack_pointer i32.const 1 call $~lib/array/Array#constructor - local.tee $3 + local.tee $4 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $3 + local.get $4 i32.const 0 i32.const 1 local.get $0 @@ -27045,24 +27251,23 @@ local.get $2 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=12 local.get $2 local.get $0 - local.get $3 + local.get $4 call $~lib/array/Array#__set local.get $0 i32.const 1 i32.add local.set $0 - br $for-loop|03 + br $for-loop|015 end end global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $2 i32.store offset=312 global.get $~lib/memory/__stack_pointer @@ -27075,7 +27280,6 @@ i32.const 11376 call $std/array/assertSorted<~lib/array/Array> global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -27091,7 +27295,6 @@ i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -27110,89 +27313,88 @@ i32.const 16 i32.const 32 call $~lib/rt/itcms/__new - local.tee $3 + local.tee $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 - local.get $3 + local.get $2 i32.const 0 i32.store - local.get $3 + local.get $2 i32.const 0 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 - local.get $3 + local.get $2 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 - local.get $3 + local.get $2 i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 - local.get $3 + local.get $2 i32.const 0 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 2048 i32.const 1 call $~lib/rt/itcms/__new - local.tee $2 + local.tee $4 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $4 i32.store offset=12 - local.get $3 local.get $2 + local.get $4 i32.store - local.get $3 local.get $2 + local.get $4 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 - local.get $3 local.get $2 + local.get $4 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 - local.get $3 + local.get $2 i32.const 2048 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 - local.get $3 + local.get $2 i32.const 512 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 - local.get $3 + local.get $2 i32.store i32.const 0 - local.set $2 - loop $for-loop|04 - local.get $2 + local.set $0 + loop $for-loop|06 + local.get $0 i32.const 512 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 @@ -27209,14 +27411,14 @@ i32.const 4 i32.const 31 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $4 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.store offset=4 - local.get $1 + local.get $4 i32.const 511 - local.get $2 + local.get $0 i32.sub i32.store global.get $~lib/memory/__stack_pointer @@ -27224,33 +27426,32 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $4 i32.store offset=8 - local.get $3 local.get $2 - local.get $1 + local.get $0 + local.get $4 call $~lib/array/Array#__set - local.get $2 + local.get $0 i32.const 1 i32.add - local.set $2 - br $for-loop|04 + local.set $0 + br $for-loop|06 end end global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 - local.get $3 + local.get $2 i32.store offset=316 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer i32.const 11408 i32.store offset=8 - local.get $3 + local.get $2 i32.const 11408 call $std/array/assertSorted<~lib/array/Array> global.get $~lib/memory/__stack_pointer @@ -27267,7 +27468,7 @@ i32.const 34 i32.const 11648 call $~lib/rt/__newArray - local.tee $1 + local.tee $2 i32.store offset=324 global.get $~lib/memory/__stack_pointer local.get $0 @@ -27321,9 +27522,9 @@ local.get $0 i32.const 11696 call $~lib/array/Array#sort - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store global.get $~lib/memory/__stack_pointer i32.const 11696 @@ -27343,44 +27544,44 @@ i32.const 0 i32.store offset=8 i32.const 1 - local.set $2 + local.set $1 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store - local.get $3 + local.get $4 call $~lib/array/Array#get:length - local.set $7 - loop $for-loop|05 - local.get $2 - local.get $7 + local.set $8 + loop $for-loop|07 + local.get $1 + local.get $8 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $3 - local.get $2 + local.get $4 + local.get $1 i32.const 1 i32.sub call $~lib/array/Array#__get - local.set $8 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.store offset=8 - local.get $3 - local.get $2 + local.get $4 + local.get $1 call $~lib/array/Array#__get - local.set $9 + local.set $10 global.get $~lib/memory/__stack_pointer - local.get $9 + local.get $10 i32.store offset=4 i32.const 2 global.set $~argumentsLength - local.get $8 local.get $9 + local.get $10 i32.const 11696 i32.load call_indirect (type $0) @@ -27394,11 +27595,11 @@ i32.const 0 br $__inlined_func$std/array/isSorted<~lib/string/String|null>$660 end - local.get $2 + local.get $1 i32.const 1 i32.add - local.set $2 - br $for-loop|05 + local.set $1 + br $for-loop|07 end end global.get $~lib/memory/__stack_pointer @@ -27424,12 +27625,12 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - block $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$740 (result i32) + block $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$746 (result i32) global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 12 @@ -27450,13 +27651,13 @@ i32.store local.get $0 call $~lib/array/Array#get:length - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 call $~lib/array/Array#get:length - local.get $3 + local.get $4 i32.ne if global.get $~lib/memory/__stack_pointer @@ -27464,10 +27665,10 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$740 + br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$746 end local.get $0 - local.get $1 + local.get $2 i32.eq if global.get $~lib/memory/__stack_pointer @@ -27475,34 +27676,34 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 1 - br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$740 + br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$746 end i32.const 0 - local.set $2 - loop $for-loop|06 - local.get $2 - local.get $3 + local.set $1 + loop $for-loop|08 + local.get $1 + local.get $4 i32.lt_s if global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 local.get $0 - local.get $2 + local.get $1 call $~lib/array/Array#__get - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 - local.get $1 local.get $2 + local.get $1 call $~lib/array/Array#__get - local.set $8 + local.set $9 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 8 @@ -27516,34 +27717,32 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $8 i32.store global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=4 - local.get $7 local.get $8 + local.get $9 call $~lib/string/String.__eq i32.eqz - local.set $7 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 if global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$740 + br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$746 end - local.get $2 + local.get $1 i32.const 1 i32.add - local.set $2 - br $for-loop|06 + local.set $1 + br $for-loop|08 end end global.get $~lib/memory/__stack_pointer @@ -27562,7 +27761,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $7 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -27578,7 +27776,6 @@ i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 16 i32.sub @@ -27597,34 +27794,34 @@ i32.const 16 i32.const 16 call $~lib/rt/itcms/__new - local.tee $8 + local.tee $9 i32.store global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=4 - local.get $8 + local.get $9 i32.const 0 i32.store - local.get $8 + local.get $9 i32.const 0 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=4 - local.get $8 + local.get $9 i32.const 0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=4 - local.get $8 + local.get $9 i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=4 - local.get $8 + local.get $9 i32.const 0 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -27634,60 +27831,57 @@ local.tee $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 - local.get $8 + local.get $9 local.get $1 i32.store - local.get $8 + local.get $9 local.get $1 i32.const 0 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=4 - local.get $8 + local.get $9 local.get $1 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=4 - local.get $8 + local.get $9 i32.const 1600 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=4 - local.get $8 + local.get $9 i32.const 400 i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 - local.get $8 + local.get $9 i32.store i32.const 0 - local.set $2 - loop $for-loop|045 - local.get $2 + local.set $4 + loop $for-loop|019 + local.get $4 i32.const 400 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=4 call $~lib/math/NativeMath.random f64.const 32 f64.mul i32.trunc_sat_f64_s - local.set $9 - i32.const 0 - local.set $0 + local.set $10 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -27701,29 +27895,28 @@ i32.const 20 memory.fill i32.const 11568 - local.set $3 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 11568 i32.store - loop $for-loop|07 - local.get $0 - local.get $9 + i32.const 0 + local.set $1 + loop $for-loop|00 + local.get $1 + local.get $10 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.set $10 global.get $~lib/memory/__stack_pointer i32.const 10032 i32.store offset=12 call $~lib/math/NativeMath.random - local.set $5 global.get $~lib/memory/__stack_pointer i32.const 10032 i32.store offset=16 - local.get $5 i32.const 10028 i32.load i32.const 1 @@ -27732,7 +27925,7 @@ f64.mul f64.floor i32.trunc_sat_f64_s - local.set $11 + local.set $12 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -27748,7 +27941,7 @@ i32.const 10032 i32.store block $__inlined_func$~lib/string/String#charAt$735 - local.get $11 + local.get $12 i32.const 10028 i32.load i32.const 1 @@ -27760,17 +27953,17 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - local.set $1 + local.set $2 br $__inlined_func$~lib/string/String#charAt$735 end global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $2 i32.store offset=4 - local.get $1 - local.get $11 + local.get $2 + local.get $12 i32.const 1 i32.shl i32.const 10032 @@ -27783,19 +27976,18 @@ global.set $~lib/memory/__stack_pointer end global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store offset=8 - local.get $10 - local.get $3 - local.get $1 + local.get $0 + local.get $2 call $~lib/string/String.__concat - local.tee $3 + local.tee $0 i32.store - local.get $0 + local.get $1 i32.const 1 i32.add - local.set $0 - br $for-loop|07 + local.set $1 + br $for-loop|00 end end global.get $~lib/memory/__stack_pointer @@ -27803,28 +27995,27 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $0 i32.store offset=8 - local.get $8 - local.get $2 - local.get $3 + local.get $9 + local.get $4 + local.get $0 call $~lib/array/Array#__set - local.get $2 + local.get $4 i32.const 1 i32.add - local.set $2 - br $for-loop|045 + local.set $4 + br $for-loop|019 end end global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 - local.get $8 + local.get $9 i32.store offset=328 global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store i32.const 1 global.set $~argumentsLength @@ -27846,12 +28037,12 @@ i32.const 11728 i32.store global.get $~lib/memory/__stack_pointer - local.get $8 + local.get $9 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11728 i32.store offset=8 - local.get $8 + local.get $9 i32.const 11728 call $std/array/assertSorted<~lib/array/Array> global.get $~lib/memory/__stack_pointer @@ -27886,7 +28077,7 @@ i32.store local.get $0 i32.load offset=4 - local.set $7 + local.set $8 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -27897,9 +28088,9 @@ i32.const 11856 i32.store i32.const 0 - local.set $2 + local.set $1 i32.const 0 - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -27911,7 +28102,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinBooleanArray$19 + block $__inlined_func$~lib/util/string/joinBooleanArray$14 local.get $0 i32.const 1 i32.sub @@ -27924,20 +28115,20 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - local.set $1 - br $__inlined_func$~lib/util/string/joinBooleanArray$19 + local.set $2 + br $__inlined_func$~lib/util/string/joinBooleanArray$14 end - block $folding-inner04 + block $folding-inner07 local.get $0 i32.eqz if i32.const 11792 i32.const 11824 - local.get $7 + local.get $8 i32.load8_u select - local.set $1 - br $folding-inner04 + local.set $2 + br $folding-inner07 end global.get $~lib/memory/__stack_pointer i32.const 11856 @@ -27947,86 +28138,86 @@ i32.load i32.const 1 i32.shr_u - local.tee $8 + local.tee $9 i32.const 5 i32.add local.get $0 i32.mul i32.const 5 i32.add - local.tee $9 + local.tee $10 i32.const 1 i32.shl i32.const 2 call $~lib/rt/itcms/__new - local.tee $1 + local.tee $2 i32.store offset=4 - loop $for-loop|15 + loop $for-loop|18 local.get $0 - local.get $3 + local.get $4 i32.gt_s if - local.get $3 - local.get $7 + local.get $4 + local.get $8 i32.add i32.load8_u - local.tee $10 + local.tee $11 i32.eqz i32.const 4 i32.add - local.set $11 - local.get $1 + local.set $12 local.get $2 + local.get $1 i32.const 1 i32.shl i32.add i32.const 11792 i32.const 11824 - local.get $10 - select local.get $11 + select + local.get $12 i32.const 1 i32.shl memory.copy - local.get $2 - local.get $11 + local.get $1 + local.get $12 i32.add - local.set $2 - local.get $8 + local.set $1 + local.get $9 if - local.get $1 local.get $2 + local.get $1 i32.const 1 i32.shl i32.add i32.const 11856 - local.get $8 + local.get $9 i32.const 1 i32.shl memory.copy - local.get $2 - local.get $8 + local.get $1 + local.get $9 i32.add - local.set $2 + local.set $1 end - local.get $3 + local.get $4 i32.const 1 i32.add - local.set $3 - br $for-loop|15 + local.set $4 + br $for-loop|18 end end local.get $0 - local.get $7 + local.get $8 i32.add i32.load8_u local.tee $0 i32.eqz i32.const 4 i32.add - local.set $3 - local.get $1 + local.set $4 local.get $2 + local.get $1 i32.const 1 i32.shl i32.add @@ -28034,31 +28225,31 @@ i32.const 11824 local.get $0 select - local.get $3 + local.get $4 i32.const 1 i32.shl memory.copy - local.get $2 - local.get $3 + local.get $1 + local.get $4 i32.add local.tee $0 - local.get $9 + local.get $10 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store - local.get $1 + local.get $2 local.get $0 call $~lib/string/String#substring - local.set $1 - br $folding-inner04 + local.set $2 + br $folding-inner07 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinBooleanArray$19 + br $__inlined_func$~lib/util/string/joinBooleanArray$14 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -28070,12 +28261,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer i32.const 11888 i32.store offset=8 - local.get $1 + local.get $2 i32.const 11888 call $~lib/string/String.__eq i32.eqz @@ -28217,18 +28408,14 @@ i32.store local.get $0 i32.load offset=4 - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12288 i32.store - local.get $1 - local.get $0 call $~lib/util/string/joinFloatArray local.set $0 global.get $~lib/memory/__stack_pointer @@ -28288,7 +28475,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 3 i32.const 2 @@ -28311,7 +28497,6 @@ i32.const 0 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $0 local.get $1 i32.store offset=340 global.get $~lib/memory/__stack_pointer @@ -28342,7 +28527,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 @@ -28361,663 +28545,272 @@ i32.const 0 call $std/array/Ref#constructor call $~lib/array/Array#__set - local.get $0 local.get $1 i32.store offset=348 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=48 - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=332 - local.get $1 - call $~lib/array/Array#join - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13792 - i32.store offset=8 - local.get $0 - i32.const 13792 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1552 - i32.const 1203 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.const 2 - i32.const 4 - i32.const 13888 - call $~lib/rt/__newArray - local.tee $0 - i32.store offset=352 - global.get $~lib/memory/__stack_pointer - i32.const 1 - i32.const 2 - i32.const 4 - i32.const 13920 - call $~lib/rt/__newArray - local.tee $1 - i32.store offset=356 - global.get $~lib/memory/__stack_pointer - i32.const 2 - i32.const 2 - i32.const 4 - i32.const 13952 - call $~lib/rt/__newArray - local.tee $2 - i32.store offset=360 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.const 2 - i32.const 4 - i32.const 13984 - call $~lib/rt/__newArray - local.tee $3 - i32.store offset=364 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=48 - local.get $0 - call $~lib/array/Array#toString - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11568 - i32.store offset=8 - local.get $0 - i32.const 11568 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1552 - i32.const 1213 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=48 - local.get $1 - call $~lib/array/Array#toString - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13568 - i32.store offset=8 - local.get $0 - i32.const 13568 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1552 - i32.const 1214 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=48 - local.get $2 - call $~lib/array/Array#toString - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14032 - i32.store offset=8 - local.get $0 - i32.const 14032 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1552 - i32.const 1215 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=48 - local.get $3 - call $~lib/array/Array#toString + global.get $~lib/memory/__stack_pointer + i32.const 11856 + i32.store offset=332 + local.get $1 + call $~lib/array/Array#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 14064 + i32.const 13792 i32.store offset=8 local.get $0 - i32.const 14064 + i32.const 13792 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1552 - i32.const 1216 + i32.const 1203 i32.const 3 call $~lib/builtins/abort unreachable end - i32.const 3 + global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 38 - i32.const 14112 + i32.const 2 + i32.const 4 + i32.const 13888 call $~lib/rt/__newArray - local.set $0 + local.tee $0 + i32.store offset=352 + global.get $~lib/memory/__stack_pointer + i32.const 1 + i32.const 2 + i32.const 4 + i32.const 13920 + call $~lib/rt/__newArray + local.tee $1 + i32.store offset=356 + global.get $~lib/memory/__stack_pointer + i32.const 2 + i32.const 2 + i32.const 4 + i32.const 13952 + call $~lib/rt/__newArray + local.tee $2 + i32.store offset=360 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.const 2 + i32.const 4 + i32.const 13984 + call $~lib/rt/__newArray + local.tee $4 + i32.store offset=364 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=48 local.get $0 - call $~lib/array/Array#toString + call $~lib/array/Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 14144 + i32.const 11568 i32.store offset=8 local.get $0 - i32.const 14144 + i32.const 11568 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1552 - i32.const 1218 + i32.const 1213 i32.const 3 call $~lib/builtins/abort unreachable end - i32.const 3 - i32.const 0 - i32.const 38 - i32.const 14176 - call $~lib/rt/__newArray - local.set $0 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=48 - local.get $0 - call $~lib/array/Array#toString + local.get $1 + call $~lib/array/Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 14208 + i32.const 13568 i32.store offset=8 local.get $0 - i32.const 14208 + i32.const 13568 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1552 - i32.const 1219 + i32.const 1214 i32.const 3 call $~lib/builtins/abort unreachable end - i32.const 3 - i32.const 1 - i32.const 11 - i32.const 14256 - call $~lib/rt/__newArray - local.set $0 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=48 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner2 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner2 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store + local.get $2 + call $~lib/array/Array#toString + local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $0 - i32.load offset=4 - local.set $3 global.get $~lib/memory/__stack_pointer + i32.const 14032 + i32.store offset=8 local.get $0 - i32.store - local.get $0 - i32.load offset=12 - local.set $2 - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store - i32.const 0 - local.set $0 - i32.const 0 - local.set $1 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner2 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$20 - local.get $2 - i32.const 1 - i32.sub - local.tee $7 - i32.const 0 - i32.lt_s - if - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 11568 - local.set $1 - br $__inlined_func$~lib/util/string/joinIntegerArray$20 - end - block $folding-inner05 - local.get $7 - i32.eqz - if - local.get $3 - i32.load16_u - call $~lib/util/number/utoa32 - local.set $1 - br $folding-inner05 - end - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11852 - i32.load - i32.const 1 - i32.shr_u - local.tee $8 - i32.const 10 - i32.add - local.get $7 - i32.mul - i32.const 10 - i32.add - local.tee $9 - i32.const 1 - i32.shl - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $2 - i32.store offset=4 - loop $for-loop|08 - local.get $1 - local.get $7 - i32.lt_s - if - local.get $2 - local.get $0 - i32.const 1 - i32.shl - i32.add - local.get $3 - local.get $1 - i32.const 1 - i32.shl - i32.add - i32.load16_u - call $~lib/util/number/itoa_buffered - local.get $0 - i32.add - local.set $0 - local.get $8 - if - local.get $2 - local.get $0 - i32.const 1 - i32.shl - i32.add - i32.const 11856 - local.get $8 - i32.const 1 - i32.shl - memory.copy - local.get $0 - local.get $8 - i32.add - local.set $0 - end - local.get $1 - i32.const 1 - i32.add - local.set $1 - br $for-loop|08 - end - end - local.get $2 - local.get $0 - i32.const 1 - i32.shl - i32.add - local.get $3 - local.get $7 - i32.const 1 - i32.shl - i32.add - i32.load16_u - call $~lib/util/number/itoa_buffered - local.get $0 - i32.add - local.tee $0 - local.get $9 - i32.lt_s - if - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store - local.get $2 - local.get $0 - call $~lib/string/String#substring - local.set $1 - br $folding-inner05 - end - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $2 - local.set $1 - br $__inlined_func$~lib/util/string/joinIntegerArray$20 - end - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer + i32.const 14032 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1552 + i32.const 1215 + i32.const 3 + call $~lib/builtins/abort + unreachable end global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer + local.get $4 + i32.store offset=48 + local.get $4 + call $~lib/array/Array#toString + local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 14288 + i32.const 14064 i32.store offset=8 - local.get $1 - i32.const 14288 + local.get $0 + i32.const 14064 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1552 - i32.const 1220 + i32.const 1216 i32.const 3 call $~lib/builtins/abort unreachable end - i32.const 2 - i32.const 1 - i32.const 39 - i32.const 14336 + i32.const 3 + i32.const 0 + i32.const 38 + i32.const 14112 call $~lib/rt/__newArray local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=48 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner2 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + local.get $0 + call $~lib/array/Array#toString + local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner2 - global.get $~lib/memory/__stack_pointer + i32.const 14144 + i32.store offset=8 + local.get $0 + i32.const 14144 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1552 + i32.const 1218 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + i32.const 3 i32.const 0 - i32.store + i32.const 38 + i32.const 14176 + call $~lib/rt/__newArray + local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store + i32.store offset=48 local.get $0 - i32.load offset=4 - local.set $3 + call $~lib/array/Array#toString + local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $0 - i32.load offset=12 - local.set $2 global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store - i32.const 0 + i32.const 14208 + i32.store offset=8 + local.get $0 + i32.const 14208 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1552 + i32.const 1219 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + i32.const 3 + i32.const 1 + i32.const 11 + i32.const 14256 + call $~lib/rt/__newArray local.set $0 - i32.const 0 - local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=48 + local.get $0 + call $~lib/array/Array#toString + local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner2 + local.get $0 + i32.store global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$21 - local.get $2 - i32.const 1 - i32.sub - local.tee $7 + i32.const 14288 + i32.store offset=8 + local.get $0 + i32.const 14288 + call $~lib/string/String.__eq + i32.eqz + if i32.const 0 - i32.lt_s - if - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 11568 - local.set $1 - br $__inlined_func$~lib/util/string/joinIntegerArray$21 - end - block $folding-inner06 - local.get $7 - i32.eqz - if - local.get $3 - i32.load16_s - call $~lib/util/number/itoa32 - local.set $1 - br $folding-inner06 - end - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11852 - i32.load - i32.const 1 - i32.shr_u - local.tee $8 - i32.const 11 - i32.add - local.get $7 - i32.mul - i32.const 11 - i32.add - local.tee $9 - i32.const 1 - i32.shl - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $2 - i32.store offset=4 - loop $for-loop|09 - local.get $1 - local.get $7 - i32.lt_s - if - local.get $2 - local.get $0 - i32.const 1 - i32.shl - i32.add - local.get $3 - local.get $1 - i32.const 1 - i32.shl - i32.add - i32.load16_s - call $~lib/util/number/itoa_buffered - local.get $0 - i32.add - local.set $0 - local.get $8 - if - local.get $2 - local.get $0 - i32.const 1 - i32.shl - i32.add - i32.const 11856 - local.get $8 - i32.const 1 - i32.shl - memory.copy - local.get $0 - local.get $8 - i32.add - local.set $0 - end - local.get $1 - i32.const 1 - i32.add - local.set $1 - br $for-loop|09 - end - end - local.get $2 - local.get $0 - i32.const 1 - i32.shl - i32.add - local.get $3 - local.get $7 - i32.const 1 - i32.shl - i32.add - i32.load16_s - call $~lib/util/number/itoa_buffered - local.get $0 - i32.add - local.tee $0 - local.get $9 - i32.lt_s - if - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store - local.get $2 - local.get $0 - call $~lib/string/String#substring - local.set $1 - br $folding-inner06 - end - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $2 - local.set $1 - br $__inlined_func$~lib/util/string/joinIntegerArray$21 - end - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer + i32.const 1552 + i32.const 1220 + i32.const 3 + call $~lib/builtins/abort + unreachable end + i32.const 2 + i32.const 1 + i32.const 39 + i32.const 14336 + call $~lib/rt/__newArray + local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=48 + local.get $0 + call $~lib/array/Array#toString + local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store global.get $~lib/memory/__stack_pointer i32.const 14368 i32.store offset=8 - local.get $1 + local.get $0 i32.const 14368 call $~lib/string/String.__eq i32.eqz @@ -29101,18 +28894,14 @@ i32.store local.get $0 i32.load offset=4 - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=12 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store - local.get $1 - local.get $0 call $~lib/util/string/joinIntegerArray local.set $0 global.get $~lib/memory/__stack_pointer @@ -29183,7 +28972,7 @@ i32.store local.get $0 i32.load offset=4 - local.set $3 + local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -29195,8 +28984,6 @@ i32.store i32.const 0 local.set $0 - i32.const 0 - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -29208,11 +28995,11 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$22 + block $__inlined_func$~lib/util/string/joinIntegerArray$15 local.get $2 i32.const 1 i32.sub - local.tee $7 + local.tee $4 i32.const 0 i32.lt_s if @@ -29221,18 +29008,18 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - local.set $1 - br $__inlined_func$~lib/util/string/joinIntegerArray$22 + local.set $2 + br $__inlined_func$~lib/util/string/joinIntegerArray$15 end - block $folding-inner07 - local.get $7 + block $folding-inner09 + local.get $4 i32.eqz if block $__inlined_func$~lib/util/number/itoa64$2 (result i32) - local.get $3 + local.get $1 i64.load i64.extend32_s - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -29244,7 +29031,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - local.get $4 + local.get $5 i64.eqz if global.get $~lib/memory/__stack_pointer @@ -29255,65 +29042,65 @@ br $__inlined_func$~lib/util/number/itoa64$2 end i64.const 0 - local.get $4 + local.get $5 i64.sub - local.get $4 - local.get $4 + local.get $5 + local.get $5 i64.const 63 i64.shr_u i32.wrap_i64 i32.const 1 i32.shl - local.tee $1 + local.tee $0 select - local.tee $4 + local.tee $5 i64.const 4294967295 i64.le_u if global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i32.wrap_i64 - local.tee $2 + local.tee $1 i32.const 100000 i32.lt_u if (result i32) - local.get $2 + local.get $1 i32.const 100 i32.lt_u if (result i32) - local.get $2 + local.get $1 i32.const 10 i32.ge_u i32.const 1 i32.add else - local.get $2 + local.get $1 i32.const 10000 i32.ge_u i32.const 3 i32.add - local.get $2 + local.get $1 i32.const 1000 i32.ge_u i32.add end else - local.get $2 + local.get $1 i32.const 10000000 i32.lt_u if (result i32) - local.get $2 + local.get $1 i32.const 1000000 i32.ge_u i32.const 6 i32.add else - local.get $2 + local.get $1 i32.const 1000000000 i32.ge_u i32.const 8 i32.add - local.get $2 + local.get $1 i32.const 100000000 i32.ge_u i32.add @@ -29322,89 +29109,89 @@ local.tee $3 i32.const 1 i32.shl - local.get $1 + local.get $0 i32.add i32.const 2 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $2 i32.store local.get $0 - local.get $1 - i32.add local.get $2 + i32.add + local.get $1 local.get $3 call $~lib/util/number/utoa32_dec_lut else global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $5 i64.const 1000000000000000 i64.lt_u if (result i32) - local.get $4 + local.get $5 i64.const 1000000000000 i64.lt_u if (result i32) - local.get $4 + local.get $5 i64.const 100000000000 i64.ge_u i32.const 10 i32.add - local.get $4 + local.get $5 i64.const 10000000000 i64.ge_u i32.add else - local.get $4 + local.get $5 i64.const 100000000000000 i64.ge_u i32.const 13 i32.add - local.get $4 + local.get $5 i64.const 10000000000000 i64.ge_u i32.add end else - local.get $4 + local.get $5 i64.const 100000000000000000 i64.lt_u if (result i32) - local.get $4 + local.get $5 i64.const 10000000000000000 i64.ge_u i32.const 16 i32.add else - local.get $4 + local.get $5 i64.const -8446744073709551616 i64.ge_u i32.const 18 i32.add - local.get $4 + local.get $5 i64.const 1000000000000000000 i64.ge_u i32.add end end - local.tee $2 + local.tee $1 i32.const 1 i32.shl - local.get $1 + local.get $0 i32.add i32.const 2 call $~lib/rt/itcms/__new - local.tee $0 + local.tee $2 i32.store local.get $0 - local.get $1 - i32.add - local.get $4 local.get $2 + i32.add + local.get $5 + local.get $1 call $~lib/util/number/utoa64_dec_lut end - local.get $1 + local.get $0 if - local.get $0 + local.get $2 i32.const 45 i32.store16 end @@ -29412,10 +29199,10 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 + local.get $2 end - local.set $1 - br $folding-inner07 + local.set $2 + br $folding-inner09 end global.get $~lib/memory/__stack_pointer i32.const 11856 @@ -29428,7 +29215,7 @@ local.tee $8 i32.const 21 i32.add - local.get $7 + local.get $4 i32.mul i32.const 21 i32.add @@ -29440,8 +29227,8 @@ local.tee $2 i32.store offset=4 loop $for-loop|010 - local.get $1 - local.get $7 + local.get $3 + local.get $4 i32.lt_s if local.get $2 @@ -29449,8 +29236,8 @@ i32.const 1 i32.shl i32.add - local.get $3 local.get $1 + local.get $3 i32.const 3 i32.shl i32.add @@ -29476,20 +29263,21 @@ i32.add local.set $0 end - local.get $1 + local.get $3 i32.const 1 i32.add - local.set $1 + local.set $3 br $for-loop|010 end end + local.get $9 local.get $2 local.get $0 i32.const 1 i32.shl i32.add - local.get $3 - local.get $7 + local.get $1 + local.get $4 i32.const 3 i32.shl i32.add @@ -29498,8 +29286,7 @@ local.get $0 i32.add local.tee $0 - local.get $9 - i32.lt_s + i32.gt_s if global.get $~lib/memory/__stack_pointer local.get $2 @@ -29507,16 +29294,14 @@ local.get $2 local.get $0 call $~lib/string/String#substring - local.set $1 - br $folding-inner07 + local.set $2 + br $folding-inner09 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 - local.set $1 - br $__inlined_func$~lib/util/string/joinIntegerArray$22 + br $__inlined_func$~lib/util/string/joinIntegerArray$15 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -29532,12 +29317,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer i32.const 14704 i32.store offset=8 - local.get $1 + local.get $2 i32.const 14704 call $~lib/string/String.__eq i32.eqz @@ -29612,7 +29397,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 @@ -29637,7 +29421,6 @@ i32.const 15136 call $~lib/rt/__newArray call $~lib/array/Array#__set - local.get $0 local.get $1 i32.store offset=376 global.get $~lib/memory/__stack_pointer @@ -29676,18 +29459,18 @@ i32.store local.get $1 i32.load offset=4 - local.set $2 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=12 - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store i32.const 0 - local.set $3 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -29700,8 +29483,8 @@ i32.const 0 i32.const 20 memory.fill - block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$23 - local.get $0 + block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$16 + local.get $1 i32.const 1 i32.sub local.tee $1 @@ -29713,14 +29496,14 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - local.set $0 - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$23 + local.set $2 + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$16 end local.get $1 i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.load local.tee $0 i32.store @@ -29734,15 +29517,15 @@ else i32.const 11568 end - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$23 + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$16 end i32.const 11568 - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 11568 i32.store offset=8 @@ -29753,15 +29536,15 @@ i32.load i32.const 1 i32.shr_u - local.set $7 + local.set $4 loop $for-loop|011 + local.get $0 local.get $1 - local.get $3 - i32.gt_s + i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 local.get $3 + local.get $0 i32.const 2 i32.shl i32.add @@ -29771,10 +29554,9 @@ local.get $8 if global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.set $9 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=16 @@ -29784,65 +29566,62 @@ global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=12 - local.get $9 - local.get $0 + local.get $2 local.get $8 call $~lib/string/String.__concat - local.tee $0 + local.tee $2 i32.store offset=8 end - local.get $7 + local.get $4 if global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.const 11856 call $~lib/string/String.__concat - local.tee $0 + local.tee $2 i32.store offset=8 end - local.get $3 + local.get $0 i32.const 1 i32.add - local.set $3 + local.set $0 br $for-loop|011 end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 local.get $1 i32.const 2 i32.shl i32.add i32.load - local.tee $1 + local.tee $0 i32.store - local.get $1 + local.get $0 if global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=16 - local.get $1 + local.get $0 call $~lib/array/Array#toString - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=12 local.get $2 local.get $0 - local.get $1 call $~lib/string/String.__concat - local.tee $0 + local.tee $2 i32.store offset=8 end global.get $~lib/memory/__stack_pointer @@ -29859,12 +29638,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer i32.const 15168 i32.store offset=8 - local.get $0 + local.get $2 i32.const 15168 call $~lib/string/String.__eq i32.eqz @@ -29877,7 +29656,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 @@ -29902,7 +29680,6 @@ i32.const 15248 call $~lib/rt/__newArray call $~lib/array/Array#__set - local.get $0 local.get $1 i32.store offset=384 global.get $~lib/memory/__stack_pointer @@ -29941,18 +29718,18 @@ i32.store local.get $1 i32.load offset=4 - local.set $2 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=12 - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store i32.const 0 - local.set $3 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -29965,8 +29742,8 @@ i32.const 0 i32.const 20 memory.fill - block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$24 - local.get $0 + block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$17 + local.get $1 i32.const 1 i32.sub local.tee $1 @@ -29978,14 +29755,14 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - local.set $0 - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$24 + local.set $2 + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$17 end local.get $1 i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.load local.tee $0 i32.store @@ -29999,15 +29776,15 @@ else i32.const 11568 end - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$24 + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$17 end i32.const 11568 - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 11568 i32.store offset=8 @@ -30018,15 +29795,15 @@ i32.load i32.const 1 i32.shr_u - local.set $7 - loop $for-loop|012 + local.set $4 + loop $for-loop|016 + local.get $0 local.get $1 - local.get $3 - i32.gt_s + i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 local.get $3 + local.get $0 i32.const 2 i32.shl i32.add @@ -30036,10 +29813,9 @@ local.get $8 if global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.set $9 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=16 @@ -30049,65 +29825,62 @@ global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=12 - local.get $9 - local.get $0 + local.get $2 local.get $8 call $~lib/string/String.__concat - local.tee $0 + local.tee $2 i32.store offset=8 end - local.get $7 + local.get $4 if global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.const 11856 call $~lib/string/String.__concat - local.tee $0 + local.tee $2 i32.store offset=8 end - local.get $3 + local.get $0 i32.const 1 i32.add - local.set $3 - br $for-loop|012 + local.set $0 + br $for-loop|016 end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 local.get $1 i32.const 2 i32.shl i32.add i32.load - local.tee $1 + local.tee $0 i32.store - local.get $1 + local.get $0 if global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=16 - local.get $1 + local.get $0 call $~lib/array/Array#toString - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=12 local.get $2 local.get $0 - local.get $1 call $~lib/string/String.__concat - local.tee $0 + local.tee $2 i32.store offset=8 end global.get $~lib/memory/__stack_pointer @@ -30124,12 +29897,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer i32.const 15168 i32.store offset=8 - local.get $0 + local.get $2 i32.const 15168 call $~lib/string/String.__eq i32.eqz @@ -30142,7 +29915,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 2 @@ -30171,7 +29943,6 @@ i32.const 0 local.get $2 call $~lib/array/Array#__set - local.get $0 local.get $1 i32.store offset=396 global.get $~lib/memory/__stack_pointer @@ -30210,18 +29981,18 @@ i32.store local.get $1 i32.load offset=4 - local.set $2 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=12 - local.set $0 + local.set $1 global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store i32.const 0 - local.set $3 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -30234,8 +30005,8 @@ i32.const 0 i32.const 20 memory.fill - block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>>$25 - local.get $0 + block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>>$18 + local.get $1 i32.const 1 i32.sub local.tee $1 @@ -30247,14 +30018,14 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - local.set $0 - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>>$25 + local.set $2 + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>>$18 end local.get $1 i32.eqz if global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 i32.load local.tee $0 i32.store @@ -30268,15 +30039,15 @@ else i32.const 11568 end - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>>$25 + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>>$18 end i32.const 11568 - local.set $0 + local.set $2 global.get $~lib/memory/__stack_pointer i32.const 11568 i32.store offset=8 @@ -30287,15 +30058,15 @@ i32.load i32.const 1 i32.shr_u - local.set $7 - loop $for-loop|013 + local.set $4 + loop $for-loop|017 + local.get $0 local.get $1 - local.get $3 - i32.gt_s + i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $2 local.get $3 + local.get $0 i32.const 2 i32.shl i32.add @@ -30305,10 +30076,9 @@ local.get $8 if global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.set $9 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=16 @@ -30318,65 +30088,62 @@ global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=12 - local.get $9 - local.get $0 + local.get $2 local.get $8 call $~lib/string/String.__concat - local.tee $0 + local.tee $2 i32.store offset=8 end - local.get $7 + local.get $4 if global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.const 11856 call $~lib/string/String.__concat - local.tee $0 + local.tee $2 i32.store offset=8 end - local.get $3 + local.get $0 i32.const 1 i32.add - local.set $3 - br $for-loop|013 + local.set $0 + br $for-loop|017 end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $3 local.get $1 i32.const 2 i32.shl i32.add i32.load - local.tee $1 + local.tee $0 i32.store - local.get $1 + local.get $0 if global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=16 - local.get $1 + local.get $0 call $~lib/array/Array<~lib/array/Array>#toString - local.set $1 + local.set $0 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $0 i32.store offset=12 local.get $2 local.get $0 - local.get $1 call $~lib/string/String.__concat - local.tee $0 + local.tee $2 i32.store offset=8 end global.get $~lib/memory/__stack_pointer @@ -30393,12 +30160,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer i32.const 13568 i32.store offset=8 - local.get $0 + local.get $2 i32.const 13568 call $~lib/string/String.__eq i32.eqz @@ -30411,7 +30178,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 @@ -30452,7 +30218,6 @@ i32.const 15408 call $~lib/rt/__newArray call $~lib/array/Array#__set - local.get $0 local.get $1 i32.store offset=404 global.get $~lib/memory/__stack_pointer @@ -30461,12 +30226,12 @@ global.get $~lib/memory/__stack_pointer local.get $1 call $~lib/array/Array<~lib/array/Array>#flat - local.tee $0 + local.tee $1 i32.store offset=408 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store - local.get $0 + local.get $1 call $~lib/array/Array#get:length i32.const 10 i32.ne @@ -30479,19 +30244,19 @@ unreachable end i32.const 0 - local.set $1 + local.set $0 loop $for-loop|7 - local.get $1 + local.get $0 i32.const 10 i32.lt_s if global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store - local.get $0 local.get $1 + local.get $0 call $~lib/array/Array#__get - local.get $1 + local.get $0 i32.ne if i32.const 0 @@ -30501,15 +30266,14 @@ call $~lib/builtins/abort unreachable end - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 + local.set $0 br $for-loop|7 end end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 @@ -30550,11 +30314,9 @@ i32.const 15760 call $~lib/rt/__newArray call $~lib/array/Array#__set - local.get $0 local.get $1 i32.store offset=416 global.get $~lib/memory/__stack_pointer - local.set $7 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -30577,145 +30339,144 @@ i32.store local.get $1 i32.load offset=4 - local.set $8 + local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 i32.load offset=12 - local.set $9 - i32.const 0 - local.set $2 + local.set $8 i32.const 0 local.set $1 - loop $for-loop|056 - local.get $1 - local.get $9 + i32.const 0 + local.set $0 + loop $for-loop|023 + local.get $0 + local.get $8 i32.lt_s if - local.get $8 - local.get $1 + local.get $3 + local.get $0 i32.const 2 i32.shl i32.add i32.load - local.tee $0 + local.tee $4 if (result i32) - local.get $0 + local.get $4 i32.load offset=12 else i32.const 0 end - local.get $2 - i32.add - local.set $2 local.get $1 - i32.const 1 i32.add local.set $1 - br $for-loop|056 + local.get $0 + i32.const 1 + i32.add + local.set $0 + br $for-loop|023 end end global.get $~lib/memory/__stack_pointer - local.get $2 + local.get $1 i32.const 2 i32.shl local.tee $0 i32.const 1 call $~lib/rt/itcms/__new - local.tee $10 + local.tee $9 i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 16 i32.const 34 call $~lib/rt/itcms/__new - local.tee $11 + local.tee $10 i32.store offset=8 - local.get $11 - local.get $2 + local.get $10 + local.get $1 i32.store offset=12 - local.get $11 + local.get $10 local.get $0 i32.store offset=8 - local.get $11 local.get $10 + local.get $9 i32.store offset=4 - local.get $11 local.get $10 + local.get $9 i32.store - local.get $11 local.get $10 + local.get $9 i32.const 0 call $~lib/rt/itcms/__link i32.const 0 local.set $0 i32.const 0 - local.set $3 - loop $for-loop|16 - local.get $3 - local.get $9 + local.set $4 + loop $for-loop|124 + local.get $4 + local.get $8 i32.lt_s if - local.get $8 local.get $3 + local.get $4 i32.const 2 i32.shl i32.add i32.load - local.tee $1 + local.tee $11 if local.get $0 - local.get $10 + local.get $9 i32.add - local.get $1 + local.get $11 i32.load offset=4 - local.get $1 + local.get $11 i32.load offset=12 i32.const 2 i32.shl - local.tee $1 + local.tee $11 memory.copy local.get $0 - local.get $1 + local.get $11 i32.add local.set $0 end - local.get $3 + local.get $4 i32.const 1 i32.add - local.set $3 - br $for-loop|16 + local.set $4 + br $for-loop|124 end end i32.const 0 - local.set $1 - loop $for-loop|27 + local.set $0 + loop $for-loop|225 + local.get $0 local.get $1 - local.get $2 i32.lt_s if - local.get $10 - local.get $10 - local.get $1 + local.get $9 + local.get $9 + local.get $0 i32.const 2 i32.shl i32.add i32.load i32.const 1 call $~lib/rt/itcms/__link - local.get $1 + local.get $0 i32.const 1 i32.add - local.set $1 - br $for-loop|27 + local.set $0 + br $for-loop|225 end end global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $7 - local.get $11 + local.get $10 i32.store offset=420 global.get $~lib/memory/__stack_pointer i32.const 8 @@ -30723,12 +30484,12 @@ i32.const 34 i32.const 15792 call $~lib/rt/__newArray - local.tee $0 + local.tee $1 i32.store offset=424 global.get $~lib/memory/__stack_pointer - local.get $11 + local.get $10 i32.store - local.get $11 + local.get $10 call $~lib/array/Array#get:length i32.const 8 i32.ne @@ -30741,37 +30502,37 @@ unreachable end i32.const 0 - local.set $2 + local.set $0 loop $for-loop|8 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store - local.get $0 + local.get $1 call $~lib/array/Array#get:length - local.get $2 + local.get $0 i32.gt_s if global.get $~lib/memory/__stack_pointer - local.get $11 + local.get $10 i32.store offset=48 - local.get $11 - local.get $2 + local.get $10 + local.get $0 call $~lib/array/Array#__get - local.set $1 + local.set $2 global.get $~lib/memory/__stack_pointer - local.get $1 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $1 i32.store offset=48 + local.get $1 local.get $0 - local.get $2 call $~lib/array/Array#__get local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 i32.store offset=8 - local.get $1 + local.get $2 local.get $3 call $~lib/string/String.__eq i32.eqz @@ -30783,15 +30544,14 @@ call $~lib/builtins/abort unreachable end - local.get $2 + local.get $0 i32.const 1 i32.add - local.set $2 + local.set $0 br $for-loop|8 end end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 @@ -30816,7 +30576,6 @@ i32.const 15888 call $~lib/rt/__newArray call $~lib/array/Array#__set - local.get $0 local.get $1 i32.store offset=432 global.get $~lib/memory/__stack_pointer @@ -30839,7 +30598,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 @@ -30864,11 +30622,9 @@ i32.const 15952 call $~lib/rt/__newArray call $~lib/array/Array#__set - local.get $0 local.get $1 i32.store offset=440 global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 @@ -30898,21 +30654,21 @@ i32.const 29 i32.const 0 call $~lib/rt/__newArray - local.tee $7 + local.tee $3 i32.store offset=4 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $3 i32.store - local.get $7 + local.get $3 i32.load offset=4 local.set $8 i32.const 0 - local.set $3 - loop $for-loop|067 + local.set $4 + loop $for-loop|026 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $3 + local.get $4 local.get $2 local.get $1 i32.load offset=12 @@ -30927,7 +30683,7 @@ local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.get $3 + local.get $4 i32.const 2 i32.shl local.tee $9 @@ -30944,7 +30700,7 @@ global.set $~argumentsLength global.get $~lib/memory/__stack_pointer local.get $10 - local.get $3 + local.get $4 local.get $1 i32.const 15984 i32.load @@ -30956,15 +30712,15 @@ i32.add local.get $10 i32.store - local.get $7 + local.get $3 local.get $10 i32.const 1 call $~lib/rt/itcms/__link - local.get $3 + local.get $4 i32.const 1 i32.add - local.set $3 - br $for-loop|067 + local.set $4 + br $for-loop|026 end end global.get $~lib/memory/__stack_pointer @@ -30972,10 +30728,9 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $3 i32.store - local.get $0 - local.get $7 + local.get $3 call $~lib/array/Array<~lib/array/Array>#flat local.tee $0 i32.store offset=444 @@ -31070,12 +30825,12 @@ i32.const 0 i32.gt_s if - loop $while-continue|013 + loop $while-continue|028 global.get $~lib/rt/itcms/state if call $~lib/rt/itcms/step drop - br $while-continue|013 + br $while-continue|028 end end end @@ -31134,7 +30889,6 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.set $4 local.get $0 local.get $1 i32.shl @@ -31149,7 +30903,6 @@ local.get $5 memory.copy end - local.get $4 local.get $1 i32.store i32.const 16 diff --git a/tests/compiler/std/arraybuffer.release.wat b/tests/compiler/std/arraybuffer.release.wat index 79a69c4efd..d7d3749387 100644 --- a/tests/compiler/std/arraybuffer.release.wat +++ b/tests/compiler/std/arraybuffer.release.wat @@ -1042,7 +1042,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1075,7 +1074,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1907,7 +1905,6 @@ i32.const 1456 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1929,7 +1926,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store global.get $~lib/memory/__stack_pointer @@ -2185,7 +2181,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2216,7 +2211,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -2231,7 +2225,6 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 8 i32.const 1 call $~lib/rt/itcms/__new @@ -2239,7 +2232,6 @@ i32.const 1632 i64.load align=1 i64.store align=1 - local.get $0 local.get $2 i32.store i32.const 16 diff --git a/tests/compiler/std/dataview.release.wat b/tests/compiler/std/dataview.release.wat index 96d4a1fb00..427669238d 100644 --- a/tests/compiler/std/dataview.release.wat +++ b/tests/compiler/std/dataview.release.wat @@ -1050,7 +1050,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1083,7 +1082,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1805,20 +1803,16 @@ i32.store local.get $0 i32.load offset=4 - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 local.get $0 i32.load i32.sub - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/dataview/DataView#getFloat32 (param $0 i32) (param $1 i32) (param $2 i32) (result f32) (local $3 f32) @@ -1893,12 +1887,10 @@ i32.or f32.reinterpret_i32 end - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 ) (func $~lib/dataview/DataView#getFloat64 (param $0 i32) (param $1 i32) (result f64) (local $2 i64) @@ -1977,12 +1969,10 @@ i64.rotr f64.reinterpret_i64 end - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 ) (func $~lib/dataview/DataView#getInt8 (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -2026,12 +2016,10 @@ i32.load offset=4 i32.add i32.load8_s - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/dataview/DataView#getInt16 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -2289,12 +2277,10 @@ i32.load offset=4 i32.add i32.load8_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/dataview/DataView#getUint16 (param $0 i32) (param $1 i32) (param $2 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -3121,7 +3107,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -3198,7 +3183,6 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -3280,14 +3264,12 @@ local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.set $0 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 - local.get $0 local.get $2 local.get $3 local.get $1 @@ -5186,7 +5168,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 @@ -5229,7 +5210,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/date.release.wat b/tests/compiler/std/date.release.wat index 2fc2eff478..9dc722dd42 100644 --- a/tests/compiler/std/date.release.wat +++ b/tests/compiler/std/date.release.wat @@ -1433,7 +1433,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1466,7 +1465,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -3673,12 +3671,10 @@ local.get $0 local.get $1 call $~lib/util/string/joinStringArray - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/date/Date#toISOString (param $0 i32) (result i32) (local $1 i32) @@ -3704,7 +3700,6 @@ local.get $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $2 local.get $0 i32.load local.tee $1 @@ -3830,7 +3825,6 @@ call $~lib/date/stringify local.set $1 end - local.get $2 local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -4013,12 +4007,10 @@ i32.store offset=4 i32.const 3616 call $~lib/staticarray/StaticArray<~lib/string/String>#join - local.set $0 global.get $~lib/memory/__stack_pointer i32.const -64 i32.sub global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 41264 @@ -4100,12 +4092,10 @@ local.get $2 call $~lib/util/string/compareImpl i32.eqz - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end global.get $~lib/memory/__stack_pointer @@ -4141,7 +4131,6 @@ i32.const 52 memory.fill global.get $~lib/memory/__stack_pointer - local.set $1 i32.const 28 i32.const 5 call $~lib/rt/itcms/__new @@ -4149,11 +4138,9 @@ i32.const 4640 i32.const 28 memory.copy - local.get $1 local.get $2 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 i32.const 48 i32.const 5 call $~lib/rt/itcms/__new @@ -4161,7 +4148,6 @@ i32.const 5072 i32.const 48 memory.copy - local.get $1 local.get $3 i32.store offset=4 global.get $~lib/memory/__stack_pointer @@ -4374,12 +4360,10 @@ i32.store offset=48 i32.const 5152 call $~lib/staticarray/StaticArray<~lib/string/String>#join - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 52 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/date/Date#toTimeString (param $0 i32) (result i32) (local $1 i32) @@ -4489,12 +4473,10 @@ i32.store offset=28 i32.const 5456 call $~lib/staticarray/StaticArray<~lib/string/String>#join - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 32 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/date/Date#toUTCString (param $0 i32) (result i32) (local $1 i32) @@ -4524,7 +4506,6 @@ i32.const 76 memory.fill global.get $~lib/memory/__stack_pointer - local.set $1 i32.const 28 i32.const 5 call $~lib/rt/itcms/__new @@ -4532,11 +4513,9 @@ i32.const 5824 i32.const 28 memory.copy - local.get $1 local.get $2 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 i32.const 48 i32.const 5 call $~lib/rt/itcms/__new @@ -4544,7 +4523,6 @@ i32.const 6256 i32.const 48 memory.copy - local.get $1 local.get $3 i32.store offset=4 global.get $~lib/memory/__stack_pointer @@ -4835,12 +4813,10 @@ i32.store offset=72 i32.const 6368 call $~lib/staticarray/StaticArray<~lib/string/String>#join - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 76 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/string/String#indexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -5114,12 +5090,10 @@ local.get $1 local.get $2 call $~lib/string/String#substring - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/util/string/strtol (param $0 i32) (result i32) (local $1 i32) @@ -6010,12 +5984,10 @@ local.get $1 local.get $2 call $~lib/string/String#split - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array<~lib/string/String>#get:length (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -6041,12 +6013,10 @@ i32.store local.get $0 i32.load offset=12 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array<~lib/string/String>#__get (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -6506,7 +6476,6 @@ call $~lib/util/string/strtol local.set $6 global.get $~lib/memory/__stack_pointer - local.set $9 block $__inlined_func$~lib/string/String#substr$387 (result i32) global.get $~lib/memory/__stack_pointer local.get $2 @@ -6714,7 +6683,6 @@ local.get $2 local.set $0 end - local.get $9 local.get $0 i32.store offset=52 global.get $~lib/memory/__stack_pointer @@ -6764,7 +6732,6 @@ i32.store local.get $1 call $~lib/util/string/strtol - local.set $2 i32.const 1 local.set $1 global.get $~lib/memory/__stack_pointer @@ -6816,7 +6783,6 @@ i32.const 1 end local.set $0 - local.get $2 local.get $1 local.get $0 local.get $3 @@ -6828,12 +6794,10 @@ i64.extend_i32_s i64.sub call $~lib/date/Date#constructor - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 76 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 41264 diff --git a/tests/compiler/std/map.release.wat b/tests/compiler/std/map.release.wat index 29d20dcd9f..01aae0315a 100644 --- a/tests/compiler/std/map.release.wat +++ b/tests/compiler/std/map.release.wat @@ -1063,7 +1063,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1096,7 +1095,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1807,11 +1805,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -1916,12 +1912,10 @@ call $"~lib/map/Map#find" i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) @@ -2016,7 +2010,6 @@ local.get $6 local.get $1 local.get $8 - i32.extend8_s i32.const -1028477379 i32.mul i32.const 374761394 @@ -2189,11 +2182,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -2378,12 +2369,10 @@ end local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#get:size" (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -2409,12 +2398,10 @@ i32.store local.get $0 i32.load offset=20 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/ensureCapacity (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (local $4 i32) @@ -3083,12 +3070,10 @@ i32.store local.get $0 i32.load offset=12 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -3134,12 +3119,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#set" (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) @@ -3216,11 +3199,9 @@ i32.store local.get $0 i32.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 local.get $3 local.get $0 i32.load offset=4 @@ -3281,11 +3262,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -3298,11 +3277,9 @@ i32.store offset=4 local.get $0 i32.load offset=20 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -3406,7 +3383,6 @@ local.get $6 local.get $7 local.get $11 - i32.extend8_s i32.const -1028477379 i32.mul i32.const 374761394 @@ -3614,11 +3590,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -3929,11 +3903,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -4163,11 +4135,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -4294,7 +4264,6 @@ i32.const 24 memory.fill global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -4373,7 +4342,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $1 i32.store loop $for-loop|0 @@ -4564,7 +4532,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -4746,7 +4713,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -4758,7 +4724,6 @@ local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -4837,7 +4802,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer @@ -5245,12 +5209,10 @@ call $"~lib/map/Map#find" i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) @@ -5518,11 +5480,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -5708,12 +5668,10 @@ end local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#set" (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) @@ -5791,11 +5749,9 @@ i32.store local.get $0 i32.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 local.get $3 local.get $0 i32.load offset=4 @@ -5856,11 +5812,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -5873,11 +5827,9 @@ i32.store offset=4 local.get $0 i32.load offset=20 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -6275,11 +6227,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -6327,7 +6277,6 @@ i32.const 24 memory.fill global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -6406,7 +6355,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $1 i32.store loop $for-loop|0 @@ -6597,7 +6545,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -6779,7 +6726,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -6791,7 +6737,6 @@ local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -6870,7 +6815,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer @@ -7246,11 +7190,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -7355,12 +7297,10 @@ call $"~lib/map/Map#find" i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) @@ -7455,7 +7395,6 @@ local.get $6 local.get $1 local.get $8 - i32.extend16_s i32.const -1028477379 i32.mul i32.const 374761395 @@ -7628,11 +7567,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -7817,12 +7754,10 @@ end local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#__set (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) @@ -8004,11 +7939,9 @@ i32.store local.get $0 i32.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 local.get $3 local.get $0 i32.load offset=4 @@ -8069,11 +8002,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -8086,11 +8017,9 @@ i32.store offset=4 local.get $0 i32.load offset=20 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -8194,7 +8123,6 @@ local.get $6 local.get $7 local.get $11 - i32.extend16_s i32.const -1028477379 i32.mul i32.const 374761395 @@ -8488,11 +8416,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -8540,7 +8466,6 @@ i32.const 24 memory.fill global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -8619,7 +8544,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $1 i32.store loop $for-loop|0 @@ -8810,7 +8734,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -8994,7 +8917,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -9006,7 +8928,6 @@ local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -9085,7 +9006,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer @@ -9495,12 +9415,10 @@ call $"~lib/map/Map#find" i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) @@ -9768,11 +9686,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -9958,12 +9874,10 @@ end local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#set" (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) @@ -10041,11 +9955,9 @@ i32.store local.get $0 i32.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 local.get $3 local.get $0 i32.load offset=4 @@ -10106,11 +10018,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -10123,11 +10033,9 @@ i32.store offset=4 local.get $0 i32.load offset=20 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -10525,11 +10433,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -10577,7 +10483,6 @@ i32.const 24 memory.fill global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -10656,7 +10561,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $1 i32.store loop $for-loop|0 @@ -10847,7 +10751,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -11031,7 +10934,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -11043,7 +10945,6 @@ local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -11122,7 +11023,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer @@ -11530,12 +11430,10 @@ call $"~lib/map/Map#find" i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#get" (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -11602,12 +11500,10 @@ end local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#delete" (param $0 i32) (param $1 i32) (local $2 i32) @@ -11719,11 +11615,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -11961,7 +11855,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -12040,7 +11933,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $2 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -12395,11 +12287,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -12501,12 +12391,10 @@ call $"~lib/map/Map#find" i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) @@ -12772,11 +12660,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -12960,12 +12846,10 @@ end local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#set" (param $0 i32) (param $1 i32) (param $2 i32) (local $3 i32) @@ -13038,11 +12922,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -13055,11 +12937,9 @@ i32.store offset=4 local.get $0 i32.load offset=20 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -13455,11 +13335,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -13507,7 +13385,6 @@ i32.const 24 memory.fill global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -13586,7 +13463,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $1 i32.store loop $for-loop|0 @@ -13777,7 +13653,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -13961,7 +13836,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $7 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -13973,7 +13847,6 @@ local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -14052,7 +13925,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer @@ -14430,11 +14302,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -14548,12 +14418,10 @@ call $"~lib/map/Map#find" i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) @@ -14844,11 +14712,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -15044,12 +14910,10 @@ end local.get $0 i32.load offset=8 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#__set (param $0 i32) (param $1 i32) (param $2 i64) (local $3 i32) @@ -15289,11 +15153,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $1 i32.wrap_i64 i32.const -1028477379 @@ -15392,11 +15254,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -15409,11 +15269,9 @@ i32.store offset=4 local.get $0 i32.load offset=20 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -15834,11 +15692,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -15966,7 +15822,6 @@ i32.const 24 memory.fill global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -16045,7 +15900,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $1 i32.store loop $for-loop|0 @@ -16241,7 +16095,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -16423,7 +16276,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $8 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -16435,7 +16287,6 @@ local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -16514,7 +16365,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer @@ -16897,11 +16747,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -17015,12 +16863,10 @@ call $"~lib/map/Map#find" i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) @@ -17311,11 +17157,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -17511,12 +17355,10 @@ end local.get $0 i32.load offset=8 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#set" (param $0 i32) (param $1 i64) (param $2 i64) (local $3 i32) @@ -17563,11 +17405,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $1 i32.wrap_i64 i32.const -1028477379 @@ -17666,11 +17506,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -17683,11 +17521,9 @@ i32.store offset=4 local.get $0 i32.load offset=20 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -18108,11 +17944,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -18161,7 +17995,6 @@ i32.const 24 memory.fill global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -18240,7 +18073,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $1 i32.store loop $for-loop|0 @@ -18436,7 +18268,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -18618,7 +18449,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $8 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -18630,7 +18460,6 @@ local.tee $0 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -18709,7 +18538,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $4 i32.store offset=16 global.get $~lib/memory/__stack_pointer @@ -19092,11 +18920,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -19199,12 +19025,10 @@ call $"~lib/map/Map#find" i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) @@ -19473,11 +19297,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -19662,12 +19484,10 @@ end local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#keys" (param $0 i32) (result i32) (local $1 i32) @@ -19998,11 +19818,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -20015,11 +19833,9 @@ i32.store offset=4 local.get $0 i32.load offset=20 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -20418,11 +20234,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -20469,7 +20283,6 @@ i32.const 24 memory.fill global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -20548,7 +20361,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $0 i32.store loop $for-loop|0 @@ -20760,7 +20572,6 @@ local.tee $3 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $5 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -20839,7 +20650,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $6 i32.store offset=16 global.get $~lib/memory/__stack_pointer @@ -21220,11 +21030,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -21341,12 +21149,10 @@ call $"~lib/map/Map#find" i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#rehash" (param $0 i32) (param $1 i32) (local $2 i32) @@ -21643,11 +21449,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 local.get $0 i32.load offset=12 i32.eq @@ -21846,12 +21650,10 @@ end local.get $0 i32.load offset=8 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#keys" (param $0 i32) (result i32) (local $1 i32) @@ -22155,11 +21957,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $1 i64.reinterpret_f64 local.tee $5 @@ -22260,11 +22060,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -22277,11 +22075,9 @@ i32.store offset=4 local.get $0 i32.load offset=20 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -22707,11 +22503,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 local.get $0 i32.load offset=12 i32.const 3 @@ -22758,7 +22552,6 @@ i32.const 24 memory.fill global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -22837,7 +22630,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $0 i32.store loop $for-loop|0 @@ -23049,7 +22841,6 @@ local.tee $3 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $5 global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -23128,7 +22919,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $6 i32.store offset=16 global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/math.release.wat b/tests/compiler/std/math.release.wat index 9e691da3f0..8dc86c5333 100644 --- a/tests/compiler/std/math.release.wat +++ b/tests/compiler/std/math.release.wat @@ -3894,10 +3894,8 @@ f64.add end end - local.set $1 local.get $0 global.set $~lib/math/rempio2_y0 - local.get $1 global.set $~lib/math/rempio2_y1 local.get $3 br $~lib/math/rempio2|inlined.0 @@ -5872,10 +5870,8 @@ i64.gt_u if local.get $4 - local.set $6 local.get $5 local.set $4 - local.get $6 local.set $5 end local.get $5 @@ -6039,10 +6035,8 @@ i32.gt_u if local.get $4 - local.set $6 local.get $5 local.set $4 - local.get $6 local.set $5 end local.get $4 @@ -9305,10 +9299,8 @@ f64.add end end - local.set $1 local.get $0 global.set $~lib/math/rempio2_y0 - local.get $1 global.set $~lib/math/rempio2_y1 local.get $3 br $~lib/math/rempio2|inlined.1 @@ -10471,10 +10463,8 @@ f64.add end end - local.set $1 local.get $0 global.set $~lib/math/rempio2_y0 - local.get $1 global.set $~lib/math/rempio2_y1 br $~lib/math/rempio2|inlined.2 end @@ -11364,10 +11354,8 @@ f64.add end end - local.set $1 local.get $0 global.set $~lib/math/rempio2_y0 - local.get $1 global.set $~lib/math/rempio2_y1 local.get $3 br $~lib/math/rempio2|inlined.3 diff --git a/tests/compiler/std/new.release.wat b/tests/compiler/std/new.release.wat index abc198a4f5..3e9a97e4fe 100644 --- a/tests/compiler/std/new.release.wat +++ b/tests/compiler/std/new.release.wat @@ -1032,7 +1032,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1065,7 +1064,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end diff --git a/tests/compiler/std/operator-overloading.release.wat b/tests/compiler/std/operator-overloading.release.wat index 798cf087d5..1813e83bcf 100644 --- a/tests/compiler/std/operator-overloading.release.wat +++ b/tests/compiler/std/operator-overloading.release.wat @@ -1097,7 +1097,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1130,7 +1129,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -2102,11 +2100,9 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 local.get $1 i32.load i32.eq @@ -2116,23 +2112,19 @@ i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 local.get $1 i32.load offset=4 i32.eq else i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $std/operator-overloading/Tester.notEquals (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -2159,11 +2151,9 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 local.get $1 i32.load i32.ne @@ -2173,23 +2163,19 @@ i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 local.get $1 i32.load offset=4 i32.ne else i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $std/operator-overloading/TesterInlineStatic#constructor (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -2517,12 +2503,10 @@ local.get $0 i32.load offset=4 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $start:std/operator-overloading (local $0 i32) @@ -2605,36 +2589,28 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 local.get $1 i32.load i32.add - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $0 local.get $1 i32.load offset=4 i32.add call $std/operator-overloading/Tester#constructor - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/a global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/a @@ -2697,36 +2673,28 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 local.get $1 i32.load i32.sub - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $0 local.get $1 i32.load offset=4 i32.sub call $std/operator-overloading/Tester#constructor - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/s global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/s @@ -2787,36 +2755,28 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 local.get $1 i32.load i32.mul - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $0 local.get $1 i32.load offset=4 i32.mul call $std/operator-overloading/Tester#constructor - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/m global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/m @@ -2879,36 +2839,28 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 local.get $1 i32.load i32.div_s - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $0 local.get $1 i32.load offset=4 i32.div_s call $std/operator-overloading/Tester#constructor - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/d global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/d @@ -2971,36 +2923,28 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 local.get $1 i32.load i32.rem_s - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $0 local.get $1 i32.load offset=4 i32.rem_s call $std/operator-overloading/Tester#constructor - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/f global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/f @@ -3060,36 +3004,28 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 local.get $1 i32.load call $~lib/math/ipow32 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $0 local.get $1 i32.load offset=4 call $~lib/math/ipow32 call $std/operator-overloading/Tester#constructor - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/p global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/p @@ -3152,36 +3088,28 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 local.get $1 i32.load i32.and - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $0 local.get $1 i32.load offset=4 i32.and call $std/operator-overloading/Tester#constructor - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/n global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/n @@ -3244,36 +3172,28 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 local.get $1 i32.load i32.or - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $0 local.get $1 i32.load offset=4 i32.or call $std/operator-overloading/Tester#constructor - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/o global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/o @@ -3336,36 +3256,28 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 local.get $1 i32.load i32.xor - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $0 local.get $1 i32.load offset=4 i32.xor call $std/operator-overloading/Tester#constructor - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/x global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/x @@ -3532,11 +3444,9 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 local.get $1 i32.load i32.gt_s @@ -3546,23 +3456,19 @@ i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 local.get $1 i32.load offset=4 i32.gt_s else i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/gt global.get $std/operator-overloading/gt i32.const 1 @@ -3607,11 +3513,9 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 local.get $1 i32.load i32.ge_s @@ -3621,23 +3525,19 @@ i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 local.get $1 i32.load offset=4 i32.ge_s else i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/gte global.get $std/operator-overloading/gte i32.const 1 @@ -3682,11 +3582,9 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 local.get $1 i32.load i32.lt_s @@ -3696,23 +3594,19 @@ i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 local.get $1 i32.load offset=4 i32.lt_s else i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/le global.get $std/operator-overloading/le i32.const 1 @@ -3757,11 +3651,9 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 local.get $1 i32.load i32.le_s @@ -3771,23 +3663,19 @@ i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 local.get $1 i32.load offset=4 i32.le_s else i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/leq global.get $std/operator-overloading/leq i32.const 1 @@ -3826,22 +3714,18 @@ i32.load i32.const 3 i32.shr_s - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 local.get $0 i32.load offset=4 i32.const 3 i32.shr_s call $std/operator-overloading/Tester#constructor - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/sres global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/sres @@ -3898,22 +3782,18 @@ i32.load i32.const 3 i32.shr_u - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 local.get $0 i32.load offset=4 i32.const 3 i32.shr_u call $std/operator-overloading/Tester#constructor - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/ures global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/ures @@ -3970,22 +3850,18 @@ i32.load i32.const 3 i32.shl - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 local.get $0 i32.load offset=4 i32.const 3 i32.shl call $std/operator-overloading/Tester#constructor - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/sres global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/sres @@ -4040,20 +3916,16 @@ i32.store local.get $0 i32.load - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 local.get $0 i32.load offset=4 call $std/operator-overloading/Tester#constructor - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/pres global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/pres @@ -4061,12 +3933,10 @@ i32.store local.get $0 i32.load - local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/pos local.tee $1 i32.store - local.get $0 local.get $1 i32.load i32.eq @@ -4077,12 +3947,10 @@ i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/pos local.tee $1 i32.store - local.get $0 local.get $1 i32.load offset=4 i32.eq @@ -4124,22 +3992,18 @@ local.get $0 i32.load i32.sub - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 i32.const 0 local.get $0 i32.load offset=4 i32.sub call $std/operator-overloading/Tester#constructor - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/nres global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/nres @@ -4147,12 +4011,10 @@ i32.store local.get $0 i32.load - local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/neg local.tee $1 i32.store - local.get $0 i32.const 0 local.get $1 i32.load @@ -4165,12 +4027,10 @@ i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/neg local.tee $1 i32.store - local.get $0 i32.const 0 local.get $1 i32.load offset=4 @@ -4214,22 +4074,18 @@ i32.load i32.const -1 i32.xor - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 local.get $0 i32.load offset=4 i32.const -1 i32.xor call $std/operator-overloading/Tester#constructor - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 global.set $std/operator-overloading/res global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/res @@ -4237,12 +4093,10 @@ i32.store local.get $0 i32.load - local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/not local.tee $1 i32.store - local.get $0 local.get $1 i32.load i32.const -1 @@ -4255,12 +4109,10 @@ i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/not local.tee $1 i32.store - local.get $0 local.get $1 i32.load offset=4 i32.const -1 @@ -4311,12 +4163,10 @@ local.get $0 i32.load offset=4 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 i32.eqz global.set $std/operator-overloading/bres global.get $~lib/memory/__stack_pointer @@ -4536,22 +4386,18 @@ i32.load i32.const 1 i32.add - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 local.get $0 i32.load offset=4 i32.const 1 i32.add call $std/operator-overloading/Tester#constructor - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 global.set $std/operator-overloading/incdec local.get $0 global.set $std/operator-overloading/tmp @@ -4636,22 +4482,18 @@ i32.load i32.const 1 i32.sub - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 local.get $0 i32.load offset=4 i32.const 1 i32.sub call $std/operator-overloading/Tester#constructor - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 global.set $std/operator-overloading/incdec local.get $0 global.set $std/operator-overloading/tmp @@ -4729,11 +4571,9 @@ i32.load i32.const 1 i32.add - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 local.get $0 i32.load offset=4 i32.const 1 @@ -4757,26 +4597,20 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 local.get $1 i32.load i32.add - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $0 local.get $1 i32.load offset=4 i32.add @@ -4826,11 +4660,9 @@ i32.load i32.const 1 i32.add - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 local.get $0 i32.load offset=4 i32.const 1 @@ -4854,26 +4686,20 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 local.get $1 i32.load i32.add - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $0 local.get $1 i32.load offset=4 i32.add diff --git a/tests/compiler/std/set.release.wat b/tests/compiler/std/set.release.wat index c9ea6759a7..455f22dbab 100644 --- a/tests/compiler/std/set.release.wat +++ b/tests/compiler/std/set.release.wat @@ -1054,7 +1054,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1087,7 +1086,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1888,11 +1886,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -1997,12 +1993,10 @@ call $~lib/set/Set#find i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/set/Set#rehash (param $0 i32) (param $1 i32) (local $2 i32) @@ -2093,7 +2087,6 @@ local.get $5 local.get $1 local.get $8 - i32.extend8_s i32.const -1028477379 i32.mul i32.const 374761394 @@ -2259,11 +2252,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.eq @@ -2313,7 +2304,6 @@ i32.store local.get $0 i32.load offset=8 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -2327,7 +2317,6 @@ i32.const 1 i32.add i32.store offset=16 - local.get $2 local.get $4 i32.const 3 i32.shl @@ -2401,12 +2390,10 @@ i32.store local.get $0 i32.load offset=20 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/ensureCapacity (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (local $4 i32) @@ -2673,12 +2660,10 @@ i32.store local.get $0 i32.load offset=12 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -2722,12 +2707,10 @@ i32.load offset=4 i32.add i32.load8_s - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/set/Set#delete (param $0 i32) (param $1 i32) (local $2 i32) @@ -2840,11 +2823,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -3101,7 +3082,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -3283,7 +3263,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $6 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -3686,12 +3665,10 @@ call $~lib/set/Set#find i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/set/Set#rehash (param $0 i32) (param $1 i32) (local $2 i32) @@ -3948,11 +3925,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.eq @@ -4002,7 +3977,6 @@ i32.store local.get $0 i32.load offset=8 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -4016,7 +3990,6 @@ i32.const 1 i32.add i32.store offset=16 - local.get $2 local.get $4 i32.const 3 i32.shl @@ -4108,12 +4081,10 @@ i32.load offset=4 i32.add i32.load8_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/set/Set#delete (param $0 i32) (param $1 i32) (local $2 i32) @@ -4227,11 +4198,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -4409,7 +4378,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -4591,7 +4559,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $6 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -4962,11 +4929,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -5071,12 +5036,10 @@ call $~lib/set/Set#find i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/set/Set#rehash (param $0 i32) (param $1 i32) (local $2 i32) @@ -5167,7 +5130,6 @@ local.get $5 local.get $1 local.get $8 - i32.extend16_s i32.const -1028477379 i32.mul i32.const 374761395 @@ -5333,11 +5295,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.eq @@ -5387,7 +5347,6 @@ i32.store local.get $0 i32.load offset=8 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -5401,7 +5360,6 @@ i32.const 1 i32.add i32.store offset=16 - local.get $2 local.get $4 i32.const 3 i32.shl @@ -5600,12 +5558,10 @@ i32.shl i32.add i32.load16_s - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/set/Set#delete (param $0 i32) (param $1 i32) (local $2 i32) @@ -5718,11 +5674,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -5900,7 +5854,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -6084,7 +6037,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $6 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -6487,12 +6439,10 @@ call $~lib/set/Set#find i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/set/Set#rehash (param $0 i32) (param $1 i32) (local $2 i32) @@ -6749,11 +6699,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.eq @@ -6803,7 +6751,6 @@ i32.store local.get $0 i32.load offset=8 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -6817,7 +6764,6 @@ i32.const 1 i32.add i32.store offset=16 - local.get $2 local.get $4 i32.const 3 i32.shl @@ -6911,12 +6857,10 @@ i32.shl i32.add i32.load16_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/set/Set#delete (param $0 i32) (param $1 i32) (local $2 i32) @@ -7030,11 +6974,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -7212,7 +7154,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -7396,7 +7337,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $6 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -7767,11 +7707,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -7873,12 +7811,10 @@ call $~lib/set/Set#find i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/set/Set#rehash (param $0 i32) (param $1 i32) (local $2 i32) @@ -8133,11 +8069,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.eq @@ -8187,7 +8121,6 @@ i32.store local.get $0 i32.load offset=8 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -8201,7 +8134,6 @@ i32.const 1 i32.add i32.store offset=16 - local.get $2 local.get $4 i32.const 3 i32.shl @@ -8400,12 +8332,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/set/Set#delete (param $0 i32) (param $1 i32) (local $2 i32) @@ -8517,11 +8447,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -8699,7 +8627,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -8883,7 +8810,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $6 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -9254,11 +9180,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -9360,12 +9284,10 @@ call $~lib/set/Set#find i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/set/Set#rehash (param $0 i32) (param $1 i32) (local $2 i32) @@ -9620,11 +9542,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.eq @@ -9674,7 +9594,6 @@ i32.store local.get $0 i32.load offset=8 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -9688,7 +9607,6 @@ i32.const 1 i32.add i32.store offset=16 - local.get $2 local.get $4 i32.const 3 i32.shl @@ -9782,12 +9700,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/set/Set#delete (param $0 i32) (param $1 i32) (local $2 i32) @@ -9899,11 +9815,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -10081,7 +9995,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -10265,7 +10178,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $6 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -10636,11 +10548,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -10754,12 +10664,10 @@ call $~lib/set/Set#find i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/set/Set#rehash (param $0 i32) (param $1 i32) (local $2 i32) @@ -11039,11 +10947,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -11093,7 +10999,6 @@ i32.store local.get $0 i32.load offset=8 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -11107,7 +11012,6 @@ i32.const 1 i32.add i32.store offset=16 - local.get $3 local.get $4 i32.const 4 i32.shl @@ -11307,12 +11211,10 @@ i32.shl i32.add i64.load - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 ) (func $~lib/set/Set#delete (param $0 i32) (param $1 i64) (local $2 i32) @@ -11437,11 +11339,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -11700,7 +11600,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -11882,7 +11781,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $8 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -12253,11 +12151,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -12371,12 +12267,10 @@ call $~lib/set/Set#find i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/set/Set#rehash (param $0 i32) (param $1 i32) (local $2 i32) @@ -12656,11 +12550,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -12710,7 +12602,6 @@ i32.store local.get $0 i32.load offset=8 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -12724,7 +12615,6 @@ i32.const 1 i32.add i32.store offset=16 - local.get $3 local.get $4 i32.const 4 i32.shl @@ -12819,12 +12709,10 @@ i32.shl i32.add i64.load - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 ) (func $~lib/set/Set#delete (param $0 i32) (param $1 i64) (local $2 i32) @@ -12949,11 +12837,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -13133,7 +13019,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -13315,7 +13200,6 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $8 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -13686,11 +13570,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -13793,12 +13675,10 @@ call $~lib/set/Set#find i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/set/Set#rehash (param $0 i32) (param $1 i32) (local $2 i32) @@ -14056,11 +13936,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.eq @@ -14110,7 +13988,6 @@ i32.store local.get $0 i32.load offset=8 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -14124,7 +14001,6 @@ i32.const 1 i32.add i32.store offset=16 - local.get $3 local.get $4 i32.const 3 i32.shl @@ -14475,12 +14351,10 @@ i32.shl i32.add f32.load - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 ) (func $~lib/set/Set#delete (param $0 i32) (param $1 f32) (local $2 i32) @@ -14594,11 +14468,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $0 i32.load offset=12 i32.const 3 @@ -15144,11 +15016,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -15265,12 +15135,10 @@ call $~lib/set/Set#find i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/set/Set#rehash (param $0 i32) (param $1 i32) (local $2 i32) @@ -15556,11 +15424,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 local.get $0 i32.load offset=12 i32.eq @@ -15610,7 +15476,6 @@ i32.store local.get $0 i32.load offset=8 - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -15624,7 +15489,6 @@ i32.const 1 i32.add i32.store offset=16 - local.get $4 local.get $5 i32.const 4 i32.shl @@ -15975,12 +15839,10 @@ i32.shl i32.add f64.load - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 ) (func $~lib/set/Set#delete (param $0 i32) (param $1 f64) (local $2 i64) @@ -16108,11 +15970,9 @@ i32.store local.get $0 i32.load offset=20 - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $4 local.get $0 i32.load offset=12 i32.const 3 diff --git a/tests/compiler/std/static-array.release.wat b/tests/compiler/std/static-array.release.wat index 78fadac341..23f01fa406 100644 --- a/tests/compiler/std/static-array.release.wat +++ b/tests/compiler/std/static-array.release.wat @@ -1066,7 +1066,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1099,7 +1098,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1332,12 +1330,10 @@ i32.store local.get $0 i32.load offset=12 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array#__get (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -1383,12 +1379,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/ensureCapacity (param $0 i32) (param $1 i32) (local $2 i32) @@ -1921,12 +1915,10 @@ i32.shl i32.add i64.load - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 ) (func $~lib/array/Array#__get (param $0 i32) (result f32) (local $1 f32) @@ -1973,12 +1965,10 @@ i32.shl i32.add f32.load - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 ) (func $~lib/array/Array#__get (param $0 i32) (result f64) (local $1 f64) @@ -2025,12 +2015,10 @@ i32.shl i32.add f64.load - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 ) (func $start:std/static-array global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/staticarray.release.wat b/tests/compiler/std/staticarray.release.wat index 5c505b09e8..4fde8c58d3 100644 --- a/tests/compiler/std/staticarray.release.wat +++ b/tests/compiler/std/staticarray.release.wat @@ -994,7 +994,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $2 local.get $0 i32.const 4 i32.sub @@ -1027,7 +1026,6 @@ i32.const 1 i32.or i32.store - local.get $2 local.get $1 call $~lib/rt/tlsf/insertBlock ) @@ -1970,7 +1968,6 @@ i32.shl i32.add i32.load - local.set $4 local.get $0 local.get $1 i32.const 1 @@ -1980,11 +1977,8 @@ i32.shl i32.add i32.load - local.set $5 i32.const 2 global.set $~argumentsLength - local.get $4 - local.get $5 i32.const 3872 i32.load call_indirect (type $0) @@ -2003,14 +1997,10 @@ i32.add local.tee $4 i32.load offset=4 - local.set $5 local.get $4 i32.load - local.set $4 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $4 i32.const 3872 i32.load call_indirect (type $0) @@ -2078,14 +2068,10 @@ i32.add local.tee $1 i32.load offset=4 - local.set $4 local.get $1 i32.load - local.set $1 i32.const 2 global.set $~argumentsLength - local.get $4 - local.get $1 i32.const 3872 i32.load call_indirect (type $0) @@ -2473,12 +2459,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/staticarray/StaticArray#__set (param $0 i32) (param $1 i32) global.get $~lib/memory/__stack_pointer @@ -2551,7 +2535,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2580,7 +2563,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -2621,12 +2603,10 @@ i32.store local.get $0 i32.load offset=12 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/staticarray/StaticArray.fromArray (param $0 i32) (result i32) (local $1 i32) @@ -2721,12 +2701,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/staticarray/StaticArray#concat<~lib/staticarray/StaticArray> (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -2989,12 +2967,10 @@ local.get $1 local.get $2 call $~lib/staticarray/StaticArray<~lib/string/String>#slice<~lib/staticarray/StaticArray<~lib/string/String>> - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/staticarray/StaticArray<~lib/string/String>#__get (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -3727,12 +3703,10 @@ local.get $1 local.get $2 call $~lib/staticarray/StaticArray#lastIndexOf - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/util/string/joinStringArray (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -3989,12 +3963,10 @@ local.get $2 local.get $1 call $~lib/util/string/joinStringArray - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/staticarray/StaticArray#filter (param $0 i32) (result i32) (local $1 i32) @@ -4290,13 +4262,11 @@ i32.shl i32.add i32.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 3 global.set $~argumentsLength - local.get $4 local.get $2 local.get $0 local.get $1 @@ -4366,13 +4336,11 @@ i32.shl i32.add i32.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 3 global.set $~argumentsLength - local.get $4 local.get $2 local.get $0 local.get $1 @@ -4443,13 +4411,11 @@ i32.shl i32.add i32.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 3 global.set $~argumentsLength - local.get $4 local.get $2 local.get $0 local.get $1 @@ -4520,13 +4486,11 @@ i32.shl i32.add i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store i32.const 3 global.set $~argumentsLength - local.get $3 local.get $2 local.get $0 local.get $1 @@ -5317,7 +5281,6 @@ i32.const 0 global.set $std/staticarray/arr4 global.get $~lib/memory/__stack_pointer - local.set $5 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -5339,7 +5302,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $6 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -5475,7 +5437,6 @@ end end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 0 i32.const 7 i32.const 1824 @@ -5484,7 +5445,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 local.get $1 call $~lib/staticarray/StaticArray.fromArray local.tee $0 @@ -5507,7 +5467,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 8 i32.const 4 call $~lib/rt/itcms/__new @@ -5515,14 +5474,12 @@ i32.const 1856 i64.load align=1 i64.store align=1 - local.get $0 local.get $1 i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $1 i32.store global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 4 i32.const 4 call $~lib/rt/itcms/__new @@ -5533,7 +5490,6 @@ global.get $~lib/memory/__stack_pointer local.get $5 i32.store offset=24 - local.get $0 local.get $1 local.get $5 call $~lib/staticarray/StaticArray#concat<~lib/staticarray/StaticArray> @@ -5562,7 +5518,6 @@ local.get $1 i32.store global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 0 i32.const 4 call $~lib/rt/itcms/__new @@ -5573,7 +5528,6 @@ global.get $~lib/memory/__stack_pointer local.get $5 i32.store offset=24 - local.get $0 local.get $1 local.get $5 call $~lib/staticarray/StaticArray#concat<~lib/staticarray/StaticArray> @@ -5588,11 +5542,9 @@ i32.load offset=16 i32.const 2 i32.shr_u - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 local.get $1 i32.const 20 i32.sub @@ -5609,7 +5561,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 8 i32.const 8 call $~lib/rt/itcms/__new @@ -5617,11 +5568,9 @@ i32.const 2016 i64.load align=1 i64.store align=1 - local.get $0 local.get $1 i32.store offset=32 global.get $~lib/memory/__stack_pointer - local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -5694,7 +5643,7 @@ call $~lib/rt/itcms/__new local.tee $8 i32.store offset=4 - loop $for-loop|011 + loop $for-loop|03 local.get $0 local.get $2 i32.gt_u @@ -5716,7 +5665,7 @@ i32.const 4 i32.add local.set $2 - br $for-loop|011 + br $for-loop|03 end end local.get $0 @@ -5729,7 +5678,7 @@ local.set $2 i32.const 0 local.set $0 - loop $for-loop|112 + loop $for-loop|14 local.get $0 local.get $2 i32.lt_u @@ -5751,14 +5700,13 @@ i32.const 4 i32.add local.set $0 - br $for-loop|112 + br $for-loop|14 end end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $8 i32.store offset=36 global.get $~lib/memory/__stack_pointer @@ -5781,7 +5729,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 20 i32.const 8 call $~lib/rt/itcms/__new @@ -5789,7 +5736,6 @@ i32.const 2288 i32.const 20 memory.copy - local.get $0 local.get $2 i32.store offset=40 global.get $~lib/memory/__stack_pointer @@ -5812,11 +5758,9 @@ i32.load offset=16 i32.const 2 i32.shr_u - local.set $1 global.get $~lib/memory/__stack_pointer local.get $2 i32.store - local.get $1 local.get $2 i32.const 20 i32.sub @@ -5985,11 +5929,9 @@ i32.load offset=16 i32.const 2 i32.shr_u - local.set $0 global.get $~lib/memory/__stack_pointer local.get $2 i32.store - local.get $0 local.get $2 i32.const 20 i32.sub @@ -6026,11 +5968,9 @@ i32.load offset=16 i32.const 2 i32.shr_u - local.set $0 global.get $~lib/memory/__stack_pointer local.get $2 i32.store - local.get $0 local.get $2 i32.const 20 i32.sub @@ -6211,7 +6151,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 20 i32.const 8 call $~lib/rt/itcms/__new @@ -6219,14 +6158,12 @@ i32.const 2464 i32.const 20 memory.copy - local.get $0 local.get $1 i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $1 i32.store global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 0 i32.const 9 i32.const 2512 @@ -6235,7 +6172,6 @@ global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=24 - local.get $0 local.get $1 local.get $2 call $~lib/staticarray/StaticArray<~lib/string/String>#concat<~lib/array/Array<~lib/string/String>> @@ -6246,11 +6182,9 @@ i32.store local.get $0 call $~lib/array/Array#get:length - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 local.get $1 i32.const 20 i32.sub @@ -6270,7 +6204,6 @@ local.get $1 i32.store global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 1 i32.const 9 i32.const 2576 @@ -6279,7 +6212,6 @@ global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=24 - local.get $0 local.get $1 local.get $2 call $~lib/staticarray/StaticArray<~lib/string/String>#concat<~lib/array/Array<~lib/string/String>> @@ -6290,11 +6222,9 @@ i32.store local.get $0 call $~lib/array/Array#get:length - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 local.get $1 i32.const 20 i32.sub @@ -6313,7 +6243,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 20 i32.const 8 call $~lib/rt/itcms/__new @@ -6321,7 +6250,6 @@ i32.const 2608 i32.const 20 memory.copy - local.get $0 local.get $1 i32.store offset=60 global.get $~lib/memory/__stack_pointer @@ -6530,7 +6458,7 @@ i32.const 0 br $__inlined_func$~lib/staticarray/StaticArray#includes$277 end - loop $while-continue|026 + loop $while-continue|030 local.get $1 local.get $2 i32.lt_s @@ -6556,7 +6484,7 @@ i32.const 1 i32.add local.set $1 - br $while-continue|026 + br $while-continue|030 end end global.get $~lib/memory/__stack_pointer @@ -6575,7 +6503,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 12 i32.const 4 call $~lib/rt/itcms/__new @@ -6583,7 +6510,6 @@ i32.const 2720 i32.const 12 memory.copy - local.get $0 local.get $1 i32.store offset=64 global.get $~lib/memory/__stack_pointer @@ -6668,7 +6594,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 16 i32.const 4 call $~lib/rt/itcms/__new @@ -6676,7 +6601,6 @@ i32.const 2752 i32.const 16 memory.copy - local.get $0 local.get $1 i32.store offset=68 global.get $~lib/memory/__stack_pointer @@ -6780,7 +6704,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 12 i32.const 8 call $~lib/rt/itcms/__new @@ -6788,7 +6711,6 @@ i32.const 2896 i32.const 12 memory.copy - local.get $0 local.get $1 i32.store offset=72 global.get $~lib/memory/__stack_pointer @@ -6960,7 +6882,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 8 i32.const 4 call $~lib/rt/itcms/__new @@ -6968,7 +6889,6 @@ i32.const 3264 i64.load align=1 i64.store align=1 - local.get $0 local.get $1 i32.store offset=80 global.get $~lib/memory/__stack_pointer @@ -7017,7 +6937,7 @@ i32.gt_u select local.set $0 - loop $for-loop|026 + loop $for-loop|032 local.get $0 local.get $2 i32.lt_s @@ -7033,7 +6953,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|026 + br $for-loop|032 end end global.get $~lib/memory/__stack_pointer @@ -7075,7 +6995,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 12 i32.const 4 call $~lib/rt/itcms/__new @@ -7083,7 +7002,6 @@ i32.const 3296 i32.const 12 memory.copy - local.get $0 local.get $1 i32.store offset=84 global.get $~lib/memory/__stack_pointer @@ -7123,7 +7041,7 @@ i32.const 1 i32.sub local.set $2 - loop $while-continue|028 + loop $while-continue|035 local.get $0 local.get $5 i32.lt_u @@ -7154,7 +7072,7 @@ i32.const 1 i32.add local.set $0 - br $while-continue|028 + br $while-continue|035 end end end @@ -7211,7 +7129,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 20 i32.const 4 call $~lib/rt/itcms/__new @@ -7219,7 +7136,6 @@ i32.const 3328 i32.const 20 memory.copy - local.get $0 local.get $1 i32.store offset=88 global.get $~lib/memory/__stack_pointer @@ -7389,7 +7305,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 12 i32.const 4 call $~lib/rt/itcms/__new @@ -7397,11 +7312,9 @@ i32.const 3376 i32.const 12 memory.copy - local.get $0 local.get $2 i32.store offset=92 global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $2 i32.store @@ -7443,7 +7356,7 @@ local.set $7 i32.const 0 local.set $0 - loop $for-loop|029 + loop $for-loop|038 local.get $0 local.get $5 i32.lt_s @@ -7475,14 +7388,13 @@ i32.const 1 i32.add local.set $0 - br $for-loop|029 + br $for-loop|038 end end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $6 i32.store offset=96 global.get $~lib/memory/__stack_pointer @@ -7562,7 +7474,7 @@ i32.const 2 i32.shr_u local.set $0 - loop $for-loop|030 + loop $for-loop|040 local.get $0 local.get $1 i32.gt_s @@ -7573,13 +7485,11 @@ i32.shl i32.add i32.load - local.set $5 global.get $~lib/memory/__stack_pointer local.get $2 i32.store i32.const 3 global.set $~argumentsLength - local.get $5 local.get $1 local.get $2 i32.const 3440 @@ -7589,7 +7499,7 @@ i32.const 1 i32.add local.set $1 - br $for-loop|030 + br $for-loop|040 end end global.get $~lib/memory/__stack_pointer @@ -7696,7 +7606,7 @@ i32.const 2 i32.shr_u local.set $5 - loop $for-loop|031 + loop $for-loop|042 local.get $0 local.get $5 i32.lt_s @@ -7725,7 +7635,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|031 + br $for-loop|042 end end global.get $~lib/memory/__stack_pointer @@ -7774,7 +7684,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|032 + loop $for-loop|044 local.get $0 i32.const 0 i32.ge_s @@ -7803,7 +7713,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|032 + br $for-loop|044 end end global.get $~lib/memory/__stack_pointer @@ -7968,7 +7878,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 i32.const 16 i32.const 4 call $~lib/rt/itcms/__new @@ -7976,7 +7885,6 @@ i32.const 3824 i32.const 16 memory.copy - local.get $0 local.get $1 i32.store offset=104 global.get $~lib/memory/__stack_pointer @@ -8110,12 +8018,12 @@ i32.const 0 i32.gt_s if - loop $while-continue|01 + loop $while-continue|047 global.get $~lib/rt/itcms/state if call $~lib/rt/itcms/step drop - br $while-continue|01 + br $while-continue|047 end end end @@ -8175,7 +8083,6 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.set $5 local.get $0 i32.const 2 i32.shl @@ -8190,7 +8097,6 @@ local.get $4 memory.copy end - local.get $5 local.get $3 i32.store i32.const 16 diff --git a/tests/compiler/std/string-casemapping.release.wat b/tests/compiler/std/string-casemapping.release.wat index 617fc04b1e..907c9e971e 100644 --- a/tests/compiler/std/string-casemapping.release.wat +++ b/tests/compiler/std/string-casemapping.release.wat @@ -1481,7 +1481,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1514,7 +1513,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -2626,12 +2624,10 @@ i32.const 1 i32.shl call $~lib/rt/itcms/__renew - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/string/String.__eq (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -3356,12 +3352,10 @@ i32.const 1 i32.shl call $~lib/rt/itcms/__renew - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/string/String#codePointAt (param $0 i32) (param $1 i32) (result i32) (local $2 i32) diff --git a/tests/compiler/std/string-encoding.release.wat b/tests/compiler/std/string-encoding.release.wat index 1896b425de..d0b260e91e 100644 --- a/tests/compiler/std/string-encoding.release.wat +++ b/tests/compiler/std/string-encoding.release.wat @@ -1068,7 +1068,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1101,7 +1100,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -2218,7 +2216,6 @@ i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 1904 i32.store offset=4 @@ -2230,7 +2227,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 local.get $1 i32.const 0 call $~lib/string/String.UTF8.decode @@ -2255,7 +2251,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 1904 i32.store offset=4 @@ -2267,7 +2262,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 local.get $1 i32.const 0 call $~lib/string/String.UTF8.decode @@ -2292,7 +2286,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 1968 i32.store offset=4 @@ -2304,7 +2297,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 local.get $1 i32.const 0 call $~lib/string/String.UTF8.decode @@ -2329,7 +2321,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 1968 i32.store offset=4 @@ -2341,7 +2332,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $0 local.get $1 i32.const 0 call $~lib/string/String.UTF8.decode @@ -2737,12 +2727,10 @@ i32.sub i32.load offset=16 call $~lib/string/String.UTF16.decodeUnsafe - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/string/String.__eq (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -3396,12 +3384,10 @@ local.get $1 i32.const 0 call $~lib/string/String.UTF8.encode - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $std/string-encoding/testUTF8EncodeNullTerminated (local $0 i32) @@ -3656,12 +3642,10 @@ i32.load offset=16 local.get $1 call $~lib/string/String.UTF8.decodeUnsafe - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $std/string-encoding/testUTF8DecodeUnsafe (local $0 i32) diff --git a/tests/compiler/std/string-nonnull.release.wat b/tests/compiler/std/string-nonnull.release.wat index c4efea7937..63edc700be 100644 --- a/tests/compiler/std/string-nonnull.release.wat +++ b/tests/compiler/std/string-nonnull.release.wat @@ -104,12 +104,10 @@ i32.const 1 i32.shr_u i32.eqz - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 i32.eqz if global.get $~lib/memory/__stack_pointer @@ -185,11 +183,9 @@ i32.store offset=4 call $~lib/string/String.__eq i32.eqz - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) ) diff --git a/tests/compiler/std/string.release.wat b/tests/compiler/std/string.release.wat index 6f48e9cd48..2bb47b7467 100644 --- a/tests/compiler/std/string.release.wat +++ b/tests/compiler/std/string.release.wat @@ -2078,7 +2078,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -2111,7 +2110,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -4453,12 +4451,10 @@ local.get $2 call $~lib/util/string/compareImpl i32.eqz - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end global.get $~lib/memory/__stack_pointer @@ -4624,12 +4620,10 @@ else i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 i32.eqz ) (func $~lib/array/Array#get:length (param $0 i32) (result i32) @@ -4656,12 +4650,10 @@ i32.store local.get $0 i32.load offset=12 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/string/String.fromCharCodes (param $0 i32) (result i32) (local $1 i32) @@ -5154,12 +5146,10 @@ i32.load offset=16 i32.const 1 i32.shr_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end global.get $~lib/memory/__stack_pointer @@ -5278,12 +5268,10 @@ local.get $1 local.get $2 call $~lib/string/String#lastIndexOf - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/string/String#localeCompare (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -6161,12 +6149,10 @@ i64.load i64.const 28429475166421108 i64.eq - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/util/string/strtol (param $0 i32) (param $1 i32) (result f64) (local $2 i32) @@ -6541,12 +6527,10 @@ local.get $0 local.get $1 call $~lib/util/string/strtol - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 ) (func $~lib/util/string/strtod (param $0 i32) (result f64) (local $1 i32) @@ -7410,12 +7394,10 @@ i32.store local.get $0 call $~lib/util/string/strtod - local.set $1 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 ) (func $~lib/util/string/strtol (result i32) (local $0 i32) @@ -8129,12 +8111,10 @@ local.get $0 local.get $1 call $~lib/string/String#concat - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/string/String.__ne (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -8165,12 +8145,10 @@ local.get $1 call $~lib/string/String.__eq i32.eqz - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/string/String.__gt (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -8388,12 +8366,10 @@ local.get $1 call $~lib/string/String.__lt i32.eqz - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/string/String.__lte (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -8424,12 +8400,10 @@ local.get $1 call $~lib/string/String.__gt i32.eqz - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/string/String#repeat (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -9234,12 +9208,10 @@ local.get $1 local.get $2 call $~lib/string/String#slice - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/string/String#substr (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -9373,12 +9345,10 @@ local.get $1 local.get $2 call $~lib/string/String#substr - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/string/String#substring (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -9538,12 +9508,10 @@ local.get $1 local.get $2 call $~lib/string/String#substring - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/ensureCapacity (param $0 i32) (param $1 i32) (local $2 i32) @@ -10107,12 +10075,10 @@ local.get $1 local.get $2 call $~lib/string/String#split - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/array/Array<~lib/string/String>#__get (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -11095,12 +11061,10 @@ call $~lib/string/String#indexOf i32.const -1 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 i32.eqz if i32.const 0 @@ -11834,12 +11798,10 @@ local.get $0 i32.const 1712 call $~lib/string/String#lastIndexOf@varargs - local.set $0 global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $4 i32.store - local.get $0 local.get $4 i32.const 20 i32.sub @@ -13348,12 +13310,10 @@ i32.const 4880 i32.store call $~lib/util/string/strtol - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 i32.const 2147483647 i32.ne if @@ -13399,12 +13359,10 @@ i32.const 4928 i32.store call $~lib/util/string/strtol - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 i64.const 9223372036854775807 i64.ne if @@ -16605,7 +16563,6 @@ local.tee $4 i32.store offset=84 global.get $~lib/memory/__stack_pointer - local.set $5 i32.const 55296 call $~lib/string/String.fromCodePoint local.set $6 @@ -16618,7 +16575,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $5 local.get $6 local.get $0 call $~lib/string/String.__concat @@ -24638,7 +24594,6 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.set $5 local.get $0 i32.const 2 i32.shl @@ -24653,7 +24608,6 @@ local.get $4 memory.copy end - local.get $5 local.get $3 i32.store i32.const 16 diff --git a/tests/compiler/std/symbol.release.wat b/tests/compiler/std/symbol.release.wat index 59048f83cc..365b6a445b 100644 --- a/tests/compiler/std/symbol.release.wat +++ b/tests/compiler/std/symbol.release.wat @@ -1135,7 +1135,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1168,7 +1167,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -2081,12 +2079,10 @@ i32.shr_u i32.xor end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/string/String.__eq (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -2275,11 +2271,9 @@ i32.store local.get $0 i32.load - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $1 local.get $0 i32.load offset=4 @@ -2384,11 +2378,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.eq @@ -2401,11 +2393,9 @@ i32.store offset=4 local.get $0 i32.load offset=20 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -2706,11 +2696,9 @@ i32.store local.get $0 i32.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $3 local.get $2 local.get $0 i32.load offset=4 @@ -2836,11 +2824,9 @@ i32.store local.get $0 i32.load offset=16 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $2 local.get $0 i32.load offset=12 i32.eq @@ -2853,11 +2839,9 @@ i32.store offset=4 local.get $0 i32.load offset=20 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $2 local.get $0 i32.load offset=12 i32.const 3 @@ -3208,12 +3192,10 @@ call $"~lib/map/Map<~lib/string/String,usize>#find" i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 if global.get $~lib/memory/__stack_pointer global.get $~lib/symbol/stringToId @@ -3368,12 +3350,10 @@ call $"~lib/map/Map#find" i32.const 0 i32.ne - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"~lib/map/Map#get" (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -3440,12 +3420,10 @@ end local.get $0 i32.load offset=4 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/symbol/_Symbol.keyFor (param $0 i32) (result i32) (local $1 i32) @@ -3485,12 +3463,10 @@ else i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/string/String.__concat (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -3761,12 +3737,10 @@ local.get $0 i32.const 2464 call $~lib/string/String.__concat - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $start:std/symbol (local $0 i32) diff --git a/tests/compiler/std/typedarray.release.wat b/tests/compiler/std/typedarray.release.wat index 30c2366c5a..cfce31d9b4 100644 --- a/tests/compiler/std/typedarray.release.wat +++ b/tests/compiler/std/typedarray.release.wat @@ -1500,7 +1500,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $2 local.get $0 i32.const 4 i32.sub @@ -1533,7 +1532,6 @@ i32.const 1 i32.or i32.store - local.get $2 local.get $1 call $~lib/rt/tlsf/insertBlock ) @@ -2427,7 +2425,6 @@ i32.shl i32.add f64.load - local.set $5 local.get $0 local.get $1 i32.const 1 @@ -2437,11 +2434,8 @@ i32.shl i32.add f64.load - local.set $7 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $7 local.get $3 i32.load call_indirect (type $10) @@ -2460,14 +2454,10 @@ i32.add local.tee $6 f64.load offset=8 - local.set $5 local.get $6 f64.load - local.set $7 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $7 local.get $3 i32.load call_indirect (type $10) @@ -2535,14 +2525,10 @@ i32.add local.tee $1 f64.load offset=8 - local.set $5 local.get $1 f64.load - local.set $7 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $7 local.get $3 i32.load call_indirect (type $10) @@ -5590,7 +5576,6 @@ local.get $1 i32.add i32.load8_s - local.set $5 local.get $1 i32.const 1 i32.add @@ -5598,11 +5583,8 @@ local.get $0 i32.add i32.load8_s - local.set $6 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $6 local.get $3 i32.load call_indirect (type $0) @@ -5619,14 +5601,10 @@ i32.add local.tee $5 i32.load8_s offset=1 - local.set $6 local.get $5 i32.load8_s - local.set $5 i32.const 2 global.set $~argumentsLength - local.get $6 - local.get $5 local.get $3 i32.load call_indirect (type $0) @@ -5688,14 +5666,10 @@ i32.add local.tee $1 i32.load8_s offset=1 - local.set $5 local.get $1 i32.load8_s - local.set $1 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $1 local.get $3 i32.load call_indirect (type $0) @@ -6003,7 +5977,6 @@ local.get $1 i32.add i32.load8_u - local.set $5 local.get $1 i32.const 1 i32.add @@ -6011,11 +5984,8 @@ local.get $0 i32.add i32.load8_u - local.set $6 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $6 local.get $3 i32.load call_indirect (type $0) @@ -6032,14 +6002,10 @@ i32.add local.tee $5 i32.load8_u offset=1 - local.set $6 local.get $5 i32.load8_u - local.set $5 i32.const 2 global.set $~argumentsLength - local.get $6 - local.get $5 local.get $3 i32.load call_indirect (type $0) @@ -6101,14 +6067,10 @@ i32.add local.tee $1 i32.load8_u offset=1 - local.set $5 local.get $1 i32.load8_u - local.set $1 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $1 local.get $3 i32.load call_indirect (type $0) @@ -6438,7 +6400,6 @@ i32.shl i32.add i32.load16_s - local.set $5 local.get $0 local.get $1 i32.const 1 @@ -6448,11 +6409,8 @@ i32.shl i32.add i32.load16_s - local.set $6 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $6 local.get $3 i32.load call_indirect (type $0) @@ -6471,14 +6429,10 @@ i32.add local.tee $5 i32.load16_s offset=2 - local.set $6 local.get $5 i32.load16_s - local.set $5 i32.const 2 global.set $~argumentsLength - local.get $6 - local.get $5 local.get $3 i32.load call_indirect (type $0) @@ -6546,14 +6500,10 @@ i32.add local.tee $1 i32.load16_s offset=2 - local.set $5 local.get $1 i32.load16_s - local.set $1 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $1 local.get $3 i32.load call_indirect (type $0) @@ -6888,7 +6838,6 @@ i32.shl i32.add i32.load16_u - local.set $5 local.get $0 local.get $1 i32.const 1 @@ -6898,11 +6847,8 @@ i32.shl i32.add i32.load16_u - local.set $6 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $6 local.get $3 i32.load call_indirect (type $0) @@ -6921,14 +6867,10 @@ i32.add local.tee $5 i32.load16_u offset=2 - local.set $6 local.get $5 i32.load16_u - local.set $5 i32.const 2 global.set $~argumentsLength - local.get $6 - local.get $5 local.get $3 i32.load call_indirect (type $0) @@ -6996,14 +6938,10 @@ i32.add local.tee $1 i32.load16_u offset=2 - local.set $5 local.get $1 i32.load16_u - local.set $1 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $1 local.get $3 i32.load call_indirect (type $0) @@ -7348,7 +7286,6 @@ i32.shl i32.add i32.load - local.set $5 local.get $0 local.get $1 i32.const 1 @@ -7358,11 +7295,8 @@ i32.shl i32.add i32.load - local.set $6 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $6 local.get $3 i32.load call_indirect (type $0) @@ -7381,14 +7315,10 @@ i32.add local.tee $5 i32.load offset=4 - local.set $6 local.get $5 i32.load - local.set $5 i32.const 2 global.set $~argumentsLength - local.get $6 - local.get $5 local.get $3 i32.load call_indirect (type $0) @@ -7456,14 +7386,10 @@ i32.add local.tee $1 i32.load offset=4 - local.set $5 local.get $1 i32.load - local.set $1 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $1 local.get $3 i32.load call_indirect (type $0) @@ -7792,7 +7718,6 @@ i32.shl i32.add i32.load - local.set $5 local.get $0 local.get $1 i32.const 1 @@ -7802,11 +7727,8 @@ i32.shl i32.add i32.load - local.set $6 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $6 local.get $3 i32.load call_indirect (type $0) @@ -7825,14 +7747,10 @@ i32.add local.tee $5 i32.load offset=4 - local.set $6 local.get $5 i32.load - local.set $5 i32.const 2 global.set $~argumentsLength - local.get $6 - local.get $5 local.get $3 i32.load call_indirect (type $0) @@ -7900,14 +7818,10 @@ i32.add local.tee $1 i32.load offset=4 - local.set $5 local.get $1 i32.load - local.set $1 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $1 local.get $3 i32.load call_indirect (type $0) @@ -8241,7 +8155,6 @@ i32.shl i32.add i64.load - local.set $5 local.get $0 local.get $1 i32.const 1 @@ -8251,11 +8164,8 @@ i32.shl i32.add i64.load - local.set $7 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $7 local.get $3 i32.load call_indirect (type $7) @@ -8274,14 +8184,10 @@ i32.add local.tee $6 i64.load offset=8 - local.set $5 local.get $6 i64.load - local.set $7 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $7 local.get $3 i32.load call_indirect (type $7) @@ -8349,14 +8255,10 @@ i32.add local.tee $1 i64.load offset=8 - local.set $5 local.get $1 i64.load - local.set $7 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $7 local.get $3 i32.load call_indirect (type $7) @@ -8692,7 +8594,6 @@ i32.shl i32.add i64.load - local.set $5 local.get $0 local.get $1 i32.const 1 @@ -8702,11 +8603,8 @@ i32.shl i32.add i64.load - local.set $7 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $7 local.get $3 i32.load call_indirect (type $7) @@ -8725,14 +8623,10 @@ i32.add local.tee $6 i64.load offset=8 - local.set $5 local.get $6 i64.load - local.set $7 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $7 local.get $3 i32.load call_indirect (type $7) @@ -8800,14 +8694,10 @@ i32.add local.tee $1 i64.load offset=8 - local.set $5 local.get $1 i64.load - local.set $7 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $7 local.get $3 i32.load call_indirect (type $7) @@ -9143,7 +9033,6 @@ i32.shl i32.add f32.load - local.set $5 local.get $0 local.get $1 i32.const 1 @@ -9153,11 +9042,8 @@ i32.shl i32.add f32.load - local.set $7 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $7 local.get $3 i32.load call_indirect (type $11) @@ -9176,14 +9062,10 @@ i32.add local.tee $6 f32.load offset=4 - local.set $5 local.get $6 f32.load - local.set $7 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $7 local.get $3 i32.load call_indirect (type $11) @@ -9251,14 +9133,10 @@ i32.add local.tee $1 f32.load offset=4 - local.set $5 local.get $1 f32.load - local.set $7 i32.const 2 global.set $~argumentsLength - local.get $5 - local.get $7 local.get $3 i32.load call_indirect (type $11) @@ -9711,20 +9589,16 @@ i32.store local.get $0 i32.load offset=4 - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - local.get $1 local.get $0 i32.load i32.sub - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int8Array#get:length (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -9750,12 +9624,10 @@ i32.store local.get $0 i32.load offset=8 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint8Array#constructor (param $0 i32) (result i32) (local $1 i32) @@ -9909,12 +9781,10 @@ i32.load offset=8 i32.const 1 i32.shr_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint16Array#constructor (param $0 i32) (result i32) (local $1 i32) @@ -10026,12 +9896,10 @@ i32.load offset=8 i32.const 2 i32.shr_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint32Array#constructor (param $0 i32) (result i32) (local $1 i32) @@ -10143,12 +10011,10 @@ i32.load offset=8 i32.const 3 i32.shr_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint64Array#constructor (param $0 i32) (result i32) (local $1 i32) @@ -10944,12 +10810,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int32Array#subarray (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -11709,18 +11573,14 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $3 local.get $1 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer @@ -11775,12 +11635,10 @@ local.get $0 local.get $1 call $~lib/typedarray/Float64Array#sort - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Float64Array#__get (param $0 i32) (param $1 i32) (result f64) (local $2 f64) @@ -11829,12 +11687,10 @@ i32.shl i32.add f64.load - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 ) (func $~lib/typedarray/Uint8ClampedArray#__set (param $0 i32) (param $1 i32) (param $2 i32) global.get $~lib/memory/__stack_pointer @@ -11938,12 +11794,10 @@ i32.load offset=4 i32.add i32.load8_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int8Array#__set (param $0 i32) (param $1 i32) (param $2 i32) global.get $~lib/memory/__stack_pointer @@ -12092,12 +11946,10 @@ i32.store local.get $0 i32.load offset=12 - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int8Array#__get (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -12141,12 +11993,10 @@ i32.load offset=4 i32.add i32.load8_s - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $std/typedarray/isInt8ArrayEqual (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -12235,12 +12085,10 @@ i32.load offset=4 i32.add i32.load8_s - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $5 i32.ne br_if $folding-inner1 @@ -12594,12 +12442,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $std/typedarray/isInt32ArrayEqual (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -12829,11 +12675,9 @@ i32.store offset=4 local.get $3 i32.load offset=4 - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - local.get $4 local.get $0 i32.load offset=4 local.get $1 @@ -12888,12 +12732,10 @@ i32.const 0 local.get $1 call $~lib/typedarray/Int32Array#slice - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int32Array#copyWithin (param $0 i32) (param $1 i32) (param $2 i32) (param $3 i32) (result i32) (local $4 i32) @@ -13071,12 +12913,10 @@ local.get $2 local.get $3 call $~lib/typedarray/Int32Array#copyWithin - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint8Array#__set (param $0 i32) (param $1 i32) (param $2 i32) global.get $~lib/memory/__stack_pointer @@ -13571,12 +13411,10 @@ i32.load offset=4 i32.add i32.load8_s - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint8Array#at (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -13630,12 +13468,10 @@ i32.load offset=4 i32.add i32.load8_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint8ClampedArray#at (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -13689,12 +13525,10 @@ i32.load offset=4 i32.add i32.load8_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int16Array#at (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -13752,12 +13586,10 @@ i32.shl i32.add i32.load16_s - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint16Array#at (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -13815,12 +13647,10 @@ i32.shl i32.add i32.load16_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int32Array#at (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -13878,12 +13708,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint32Array#at (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -13941,12 +13769,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int64Array#at (param $0 i32) (param $1 i32) (result i64) (local $2 i32) @@ -14005,12 +13831,10 @@ i32.shl i32.add i64.load - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 ) (func $~lib/typedarray/Uint64Array#at (param $0 i32) (param $1 i32) (result i64) (local $2 i32) @@ -14069,12 +13893,10 @@ i32.shl i32.add i64.load - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 ) (func $~lib/typedarray/Float32Array#at (param $0 i32) (param $1 i32) (result f32) (local $2 i32) @@ -14133,12 +13955,10 @@ i32.shl i32.add f32.load - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 ) (func $~lib/typedarray/Float64Array#at (param $0 i32) (param $1 i32) (result f64) (local $2 i32) @@ -14197,12 +14017,10 @@ i32.shl i32.add f64.load - local.set $3 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 ) (func $~lib/typedarray/Uint8Array#reduceRight (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -14337,7 +14155,6 @@ i32.const 3 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -14434,7 +14251,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -14540,12 +14356,10 @@ i32.load offset=4 i32.add i32.load8_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint8Array,u8>" (local $0 i32) @@ -14598,7 +14412,6 @@ i32.const 3 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -14695,7 +14508,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -14810,7 +14622,6 @@ i32.const 3 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -14907,7 +14718,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -15017,12 +14827,10 @@ i32.shl i32.add i32.load16_s - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"std/typedarray/testArrayMap<~lib/typedarray/Int16Array,i16>" (local $0 i32) @@ -15077,7 +14885,6 @@ i32.const 3 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -15180,7 +14987,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -15290,12 +15096,10 @@ i32.shl i32.add i32.load16_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint16Array,u16>" (local $0 i32) @@ -15350,7 +15154,6 @@ i32.const 3 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -15453,7 +15256,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -15570,7 +15372,6 @@ i32.const 3 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -15673,7 +15474,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -15783,12 +15583,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint32Array,u32>" (local $0 i32) @@ -15843,7 +15641,6 @@ i32.const 3 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -15946,7 +15743,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -16057,12 +15853,10 @@ i32.shl i32.add i64.load - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 ) (func $"std/typedarray/testArrayMap<~lib/typedarray/Int64Array,i64>" (local $0 i32) @@ -16117,7 +15911,6 @@ i64.const 3 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -16220,7 +16013,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -16331,12 +16123,10 @@ i32.shl i32.add i64.load - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 ) (func $"std/typedarray/testArrayMap<~lib/typedarray/Uint64Array,u64>" (local $0 i32) @@ -16391,7 +16181,6 @@ i64.const 3 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -16494,7 +16283,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -16605,12 +16393,10 @@ i32.shl i32.add f32.load - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 ) (func $"std/typedarray/testArrayMap<~lib/typedarray/Float32Array,f32>" (local $0 i32) @@ -16665,7 +16451,6 @@ f32.const 3 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -16768,7 +16553,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -16885,7 +16669,6 @@ f64.const 3 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -16988,7 +16771,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -17118,7 +16900,6 @@ i32.const 5 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 @@ -17225,7 +17006,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -17383,7 +17163,6 @@ i32.const 5 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 @@ -17490,7 +17269,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -17648,7 +17426,6 @@ i32.const 5 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 @@ -17755,7 +17532,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -17913,7 +17689,6 @@ i32.const 5 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 @@ -18029,7 +17804,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -18187,7 +17961,6 @@ i32.const 5 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 @@ -18303,7 +18076,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -18461,7 +18233,6 @@ i32.const 5 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 @@ -18577,7 +18348,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -18735,7 +18505,6 @@ i32.const 5 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 @@ -18851,7 +18620,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -19009,7 +18777,6 @@ i64.const 5 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 @@ -19125,7 +18892,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -19283,7 +19049,6 @@ i64.const 5 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 @@ -19399,7 +19164,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -19557,7 +19321,6 @@ f32.const 5 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 @@ -19673,7 +19436,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -19831,7 +19593,6 @@ f64.const 5 call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer - local.set $6 global.get $~lib/memory/__stack_pointer local.get $8 i32.store offset=4 @@ -19947,7 +19708,6 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $6 local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer @@ -20117,12 +19877,10 @@ end i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint8Array#some (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -20202,12 +19960,10 @@ end i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int16Array#some (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -20289,12 +20045,10 @@ end i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint16Array#some (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -20376,12 +20130,10 @@ end i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int32Array#some (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -20463,12 +20215,10 @@ end i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint32Array#some (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -20550,12 +20300,10 @@ end i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int64Array#some (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -20637,12 +20385,10 @@ end i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint64Array#some (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -20724,12 +20470,10 @@ end i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Float32Array#some (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -20811,12 +20555,10 @@ end i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Float64Array#some (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -20898,12 +20640,10 @@ end i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int8Array#findIndex (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -20959,13 +20699,11 @@ local.get $3 i32.add i32.load8_s - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 local.get $2 local.get $0 local.get $1 @@ -21042,13 +20780,11 @@ local.get $3 i32.add i32.load8_u - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 local.get $2 local.get $0 local.get $1 @@ -21127,13 +20863,11 @@ i32.shl i32.add i32.load16_s - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 local.get $2 local.get $0 local.get $1 @@ -21212,13 +20946,11 @@ i32.shl i32.add i32.load16_u - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 local.get $2 local.get $0 local.get $1 @@ -21297,13 +21029,11 @@ i32.shl i32.add i32.load - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 local.get $2 local.get $0 local.get $1 @@ -21382,13 +21112,11 @@ i32.shl i32.add i32.load - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 local.get $2 local.get $0 local.get $1 @@ -21467,13 +21195,11 @@ i32.shl i32.add i64.load - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 local.get $2 local.get $0 local.get $1 @@ -21552,13 +21278,11 @@ i32.shl i32.add i64.load - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 local.get $2 local.get $0 local.get $1 @@ -21637,13 +21361,11 @@ i32.shl i32.add f32.load - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 local.get $2 local.get $0 local.get $1 @@ -21722,13 +21444,11 @@ i32.shl i32.add f64.load - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 local.get $2 local.get $0 local.get $1 @@ -21806,13 +21526,11 @@ local.get $3 i32.add i32.load8_s - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 local.get $2 local.get $0 local.get $1 @@ -21890,13 +21608,11 @@ local.get $3 i32.add i32.load8_u - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 local.get $2 local.get $0 local.get $1 @@ -21976,13 +21692,11 @@ i32.shl i32.add i32.load16_s - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 local.get $2 local.get $0 local.get $1 @@ -22062,13 +21776,11 @@ i32.shl i32.add i32.load16_u - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 local.get $2 local.get $0 local.get $1 @@ -22148,13 +21860,11 @@ i32.shl i32.add i32.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 local.get $2 local.get $0 local.get $1 @@ -22234,13 +21944,11 @@ i32.shl i32.add i32.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 local.get $2 local.get $0 local.get $1 @@ -22320,13 +22028,11 @@ i32.shl i32.add i64.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 local.get $2 local.get $0 local.get $1 @@ -22406,13 +22112,11 @@ i32.shl i32.add i64.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 local.get $2 local.get $0 local.get $1 @@ -22492,13 +22196,11 @@ i32.shl i32.add f32.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 local.get $2 local.get $0 local.get $1 @@ -22578,13 +22280,11 @@ i32.shl i32.add f64.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 local.get $2 local.get $0 local.get $1 @@ -22686,12 +22386,10 @@ end i32.const 1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint8Array#every (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -22772,12 +22470,10 @@ end i32.const 1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int16Array#every (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -22860,12 +22556,10 @@ end i32.const 1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint16Array#every (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -22948,12 +22642,10 @@ end i32.const 1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int32Array#every (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -23036,12 +22728,10 @@ end i32.const 1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint32Array#every (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -23124,12 +22814,10 @@ end i32.const 1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int64Array#every (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -23212,12 +22900,10 @@ end i32.const 1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint64Array#every (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -23300,12 +22986,10 @@ end i32.const 1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Float32Array#every (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -23388,12 +23072,10 @@ end i32.const 1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Float64Array#every (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -23476,12 +23158,10 @@ end i32.const 1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"std/typedarray/testArrayForEach<~lib/typedarray/Int8Array,i8>~anonymous|0" (param $0 i32) (param $1 i32) (param $2 i32) global.get $~lib/memory/__stack_pointer @@ -23606,13 +23286,11 @@ local.get $3 i32.add i32.load8_u - local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 local.get $2 local.get $0 local.get $1 @@ -24238,11 +23916,9 @@ local.get $3 local.get $0 call $~lib/typedarray/Int8Array#__get - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $2 i32.const 7616 local.get $4 i32.const 1 @@ -24268,7 +23944,6 @@ end end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 @@ -24280,7 +23955,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $0 local.get $1 call $~lib/typedarray/Int8Array#reverse local.tee $0 @@ -24560,11 +24234,9 @@ local.get $3 local.get $0 call $~lib/typedarray/Uint8Array#__get - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $2 i32.const 7616 local.get $4 i32.const 1 @@ -24591,7 +24263,6 @@ end end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 @@ -24602,7 +24273,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $0 local.get $1 call $~lib/typedarray/Int8Array#reverse local.tee $0 @@ -24882,11 +24552,9 @@ local.get $3 local.get $0 call $~lib/typedarray/Uint8ClampedArray#__get - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $2 i32.const 7616 local.get $4 i32.const 1 @@ -24913,7 +24581,6 @@ end end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 @@ -24924,7 +24591,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $0 local.get $1 call $~lib/typedarray/Int8Array#reverse local.tee $0 @@ -25340,11 +25006,9 @@ local.get $3 local.get $0 call $~lib/typedarray/Int16Array#__get - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $2 i32.const 7616 local.get $4 i32.const 1 @@ -25370,7 +25034,6 @@ end end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 @@ -25381,7 +25044,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $0 local.get $1 call $~lib/typedarray/Int16Array#reverse local.tee $0 @@ -25665,11 +25327,9 @@ local.get $3 local.get $0 call $~lib/typedarray/Uint16Array#__get - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $2 i32.const 7616 local.get $4 i32.const 1 @@ -25696,7 +25356,6 @@ end end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 @@ -25707,7 +25366,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $0 local.get $1 call $~lib/typedarray/Int16Array#reverse local.tee $0 @@ -25998,7 +25656,6 @@ end end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 @@ -26010,7 +25667,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $0 local.get $1 call $~lib/typedarray/Int32Array#reverse local.tee $0 @@ -26319,7 +25975,6 @@ end end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 @@ -26330,7 +25985,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $0 local.get $1 call $~lib/typedarray/Int32Array#reverse local.tee $0 @@ -26701,11 +26355,9 @@ local.get $3 local.get $0 call $~lib/typedarray/Int64Array#__get - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $2 i32.const 7616 local.get $4 i32.const 1 @@ -26731,7 +26383,6 @@ end end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 @@ -26742,7 +26393,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $0 local.get $1 call $~lib/typedarray/Int64Array#reverse local.tee $0 @@ -27024,11 +26674,9 @@ local.get $3 local.get $0 call $~lib/typedarray/Uint64Array#__get - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $2 i32.const 7616 local.get $4 i32.const 1 @@ -27054,7 +26702,6 @@ end end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 @@ -27065,7 +26712,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $0 local.get $1 call $~lib/typedarray/Int64Array#reverse local.tee $0 @@ -27436,11 +27082,9 @@ local.get $3 local.get $0 call $~lib/typedarray/Float32Array#__get - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $2 i32.const 7616 local.get $4 i32.const 1 @@ -27466,7 +27110,6 @@ end end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 @@ -27477,7 +27120,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $0 local.get $1 call $~lib/typedarray/Float32Array#reverse local.tee $0 @@ -27741,11 +27383,9 @@ local.get $3 local.get $0 call $~lib/typedarray/Float64Array#__get - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 7616 i32.store offset=4 - local.get $2 i32.const 7616 local.get $4 i32.const 1 @@ -27771,7 +27411,6 @@ end end global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 @@ -27783,7 +27422,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - local.get $0 local.get $1 call $~lib/typedarray/Float64Array#reverse local.tee $0 @@ -27941,12 +27579,10 @@ end i32.const -1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int8Array#lastIndexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -28029,12 +27665,10 @@ end i32.const -1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int8Array#lastIndexOf@varargs (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -28080,12 +27714,10 @@ local.get $1 local.get $2 call $~lib/typedarray/Int8Array#lastIndexOf - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int8Array,i8>" (local $0 i32) @@ -29775,12 +29407,10 @@ end i32.const -1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int16Array#lastIndexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -29865,12 +29495,10 @@ end i32.const -1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int16Array#lastIndexOf@varargs (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -29916,12 +29544,10 @@ local.get $1 local.get $2 call $~lib/typedarray/Int16Array#lastIndexOf - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int16Array,i16>" (local $0 i32) @@ -31074,12 +30700,10 @@ end i32.const -1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int32Array#lastIndexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -31162,12 +30786,10 @@ end i32.const -1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int32Array#lastIndexOf@varargs (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -31213,12 +30835,10 @@ local.get $1 local.get $2 call $~lib/typedarray/Int32Array#lastIndexOf - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int32Array,i32>" (local $0 i32) @@ -31837,12 +31457,10 @@ end i32.const -1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint32Array#lastIndexOf (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) @@ -31925,12 +31543,10 @@ end i32.const -1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint32Array#lastIndexOf@varargs (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -31976,12 +31592,10 @@ local.get $1 local.get $2 call $~lib/typedarray/Uint32Array#lastIndexOf - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint32Array,u32>" (local $0 i32) @@ -32599,12 +32213,10 @@ end i32.const -1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int64Array#lastIndexOf (param $0 i32) (param $1 i64) (param $2 i32) (result i32) (local $3 i32) @@ -32687,12 +32299,10 @@ end i32.const -1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int64Array#lastIndexOf@varargs (param $0 i32) (param $1 i64) (result i32) (local $2 i32) @@ -32738,12 +32348,10 @@ local.get $1 local.get $2 call $~lib/typedarray/Int64Array#lastIndexOf - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Int64Array,i64>" (local $0 i32) @@ -33362,12 +32970,10 @@ end i32.const -1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint64Array#lastIndexOf (param $0 i32) (param $1 i64) (param $2 i32) (result i32) (local $3 i32) @@ -33450,12 +33056,10 @@ end i32.const -1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint64Array#lastIndexOf@varargs (param $0 i32) (param $1 i64) (result i32) (local $2 i32) @@ -33501,12 +33105,10 @@ local.get $1 local.get $2 call $~lib/typedarray/Uint64Array#lastIndexOf - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Uint64Array,u64>" (local $0 i32) @@ -34125,12 +33727,10 @@ end i32.const -1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Float32Array#lastIndexOf (param $0 i32) (param $1 f32) (param $2 i32) (result i32) (local $3 i32) @@ -34213,12 +33813,10 @@ end i32.const -1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Float32Array#lastIndexOf@varargs (param $0 i32) (param $1 f32) (result i32) (local $2 i32) @@ -34264,12 +33862,10 @@ local.get $1 local.get $2 call $~lib/typedarray/Float32Array#lastIndexOf - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float32Array,f32>" (local $0 i32) @@ -34888,12 +34484,10 @@ end i32.const -1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Float64Array#lastIndexOf (param $0 i32) (param $1 f64) (param $2 i32) (result i32) (local $3 i32) @@ -34976,12 +34570,10 @@ end i32.const -1 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Float64Array#lastIndexOf@varargs (param $0 i32) (param $1 f64) (result i32) (local $2 i32) @@ -35027,12 +34619,10 @@ local.get $1 local.get $2 call $~lib/typedarray/Float64Array#lastIndexOf - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $"std/typedarray/testArrayIndexOfAndLastIndexOf<~lib/typedarray/Float64Array,f64>" (local $0 i32) @@ -35686,11 +35276,11 @@ i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner1 + block $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -35699,7 +35289,7 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -35709,18 +35299,18 @@ global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store - block $__inlined_func$~lib/util/string/joinIntegerArray$6 (result i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$1396 local.get $0 i32.const 1 i32.sub @@ -35733,121 +35323,120 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 - br $__inlined_func$~lib/util/string/joinIntegerArray$6 + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$1396 end - block $folding-inner0 - local.get $6 - i32.eqz - if - local.get $4 - i32.load8_s - call $~lib/util/number/itoa32 - local.set $0 - br $folding-inner0 - end - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store + local.get $6 + i32.eqz + if + local.get $5 + i32.load8_s + call $~lib/util/number/itoa32 + local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 9580 - i32.load - i32.const 1 - i32.shr_u - local.tee $0 - i32.const 11 + i32.const 8 i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$1396 + end + global.get $~lib/memory/__stack_pointer + i32.const 9584 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 9580 + i32.load + i32.const 1 + i32.shr_u + local.tee $4 + i32.const 11 + i32.add + local.get $6 + i32.mul + i32.const 11 + i32.add + local.tee $2 + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store offset=4 + loop $for-loop|0 + local.get $3 local.get $6 - i32.mul - i32.const 11 - i32.add - local.tee $3 - i32.const 1 - i32.shl - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $5 - i32.store offset=4 - loop $for-loop|0 - local.get $2 - local.get $6 - i32.lt_s + i32.lt_s + if + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $3 + local.get $5 + i32.add + i32.load8_s + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.set $1 + local.get $4 if - local.get $5 + local.get $0 local.get $1 i32.const 1 i32.shl i32.add - local.get $2 + i32.const 9584 local.get $4 - i32.add - i32.load8_s - call $~lib/util/number/itoa_buffered + i32.const 1 + i32.shl + memory.copy local.get $1 + local.get $4 i32.add local.set $1 - local.get $0 - if - local.get $5 - local.get $1 - i32.const 1 - i32.shl - i32.add - i32.const 9584 - local.get $0 - i32.const 1 - i32.shl - memory.copy - local.get $0 - local.get $1 - i32.add - local.set $1 - end - local.get $2 - i32.const 1 - i32.add - local.set $2 - br $for-loop|0 end + local.get $3 + i32.const 1 + i32.add + local.set $3 + br $for-loop|0 end - local.get $3 - local.get $5 - local.get $1 - i32.const 1 - i32.shl - i32.add - local.get $4 - local.get $6 - i32.add - i32.load8_s - call $~lib/util/number/itoa_buffered + end + local.get $2 + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $5 + local.get $6 + i32.add + i32.load8_s + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.tee $1 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 local.get $1 - i32.add - local.tee $0 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store - local.get $5 - local.get $0 - call $~lib/string/String#substring - local.set $0 - br $folding-inner0 - end + call $~lib/string/String#substring + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 - br $__inlined_func$~lib/util/string/joinIntegerArray$6 + br $__inlined_func$~lib/util/string/joinIntegerArray$1396 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -36035,11 +35624,11 @@ i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner1 + block $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -36048,7 +35637,7 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -36058,18 +35647,18 @@ global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store - block $__inlined_func$~lib/util/string/joinIntegerArray$7 (result i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$1397 local.get $0 i32.const 1 i32.sub @@ -36082,121 +35671,120 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 - br $__inlined_func$~lib/util/string/joinIntegerArray$7 + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$1397 end - block $folding-inner0 - local.get $6 - i32.eqz - if - local.get $4 - i32.load8_u - call $~lib/util/number/utoa32 - local.set $0 - br $folding-inner0 - end - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store + local.get $6 + i32.eqz + if + local.get $5 + i32.load8_u + call $~lib/util/number/utoa32 + local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 9580 - i32.load - i32.const 1 - i32.shr_u - local.tee $0 - i32.const 10 + i32.const 8 i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$1397 + end + global.get $~lib/memory/__stack_pointer + i32.const 9584 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 9580 + i32.load + i32.const 1 + i32.shr_u + local.tee $4 + i32.const 10 + i32.add + local.get $6 + i32.mul + i32.const 10 + i32.add + local.tee $2 + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store offset=4 + loop $for-loop|0 + local.get $3 local.get $6 - i32.mul - i32.const 10 - i32.add - local.tee $3 - i32.const 1 - i32.shl - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $5 - i32.store offset=4 - loop $for-loop|0 - local.get $2 - local.get $6 - i32.lt_s + i32.lt_s + if + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $3 + local.get $5 + i32.add + i32.load8_u + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.set $1 + local.get $4 if - local.get $5 + local.get $0 local.get $1 i32.const 1 i32.shl i32.add - local.get $2 + i32.const 9584 local.get $4 - i32.add - i32.load8_u - call $~lib/util/number/itoa_buffered + i32.const 1 + i32.shl + memory.copy local.get $1 + local.get $4 i32.add local.set $1 - local.get $0 - if - local.get $5 - local.get $1 - i32.const 1 - i32.shl - i32.add - i32.const 9584 - local.get $0 - i32.const 1 - i32.shl - memory.copy - local.get $0 - local.get $1 - i32.add - local.set $1 - end - local.get $2 - i32.const 1 - i32.add - local.set $2 - br $for-loop|0 end + local.get $3 + i32.const 1 + i32.add + local.set $3 + br $for-loop|0 end - local.get $3 - local.get $5 - local.get $1 - i32.const 1 - i32.shl - i32.add - local.get $4 - local.get $6 - i32.add - i32.load8_u - call $~lib/util/number/itoa_buffered + end + local.get $2 + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $5 + local.get $6 + i32.add + i32.load8_u + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.tee $1 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 local.get $1 - i32.add - local.tee $0 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store - local.get $5 - local.get $0 - call $~lib/string/String#substring - local.set $0 - br $folding-inner0 - end + call $~lib/string/String#substring + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 - br $__inlined_func$~lib/util/string/joinIntegerArray$7 + br $__inlined_func$~lib/util/string/joinIntegerArray$1397 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -36238,12 +35826,10 @@ i32.store offset=4 local.get $0 call $~lib/typedarray/Uint8Array#join - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Int16Array#join (param $0 i32) (result i32) (local $1 i32) @@ -36256,11 +35842,11 @@ i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner1 + block $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -36269,7 +35855,7 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -36279,18 +35865,18 @@ global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store - block $__inlined_func$~lib/util/string/joinIntegerArray$8 (result i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$1398 local.get $0 i32.const 1 i32.sub @@ -36303,125 +35889,124 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 - br $__inlined_func$~lib/util/string/joinIntegerArray$8 + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$1398 end - block $folding-inner0 - local.get $6 - i32.eqz - if - local.get $4 - i32.load16_s - call $~lib/util/number/itoa32 - local.set $0 - br $folding-inner0 - end - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store + local.get $6 + i32.eqz + if + local.get $5 + i32.load16_s + call $~lib/util/number/itoa32 + local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 9580 - i32.load - i32.const 1 - i32.shr_u - local.tee $0 - i32.const 11 + i32.const 8 i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$1398 + end + global.get $~lib/memory/__stack_pointer + i32.const 9584 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 9580 + i32.load + i32.const 1 + i32.shr_u + local.tee $4 + i32.const 11 + i32.add + local.get $6 + i32.mul + i32.const 11 + i32.add + local.tee $2 + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store offset=4 + loop $for-loop|0 + local.get $3 local.get $6 - i32.mul - i32.const 11 - i32.add - local.tee $3 - i32.const 1 - i32.shl - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $5 - i32.store offset=4 - loop $for-loop|0 - local.get $2 - local.get $6 - i32.lt_s + i32.lt_s + if + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $5 + local.get $3 + i32.const 1 + i32.shl + i32.add + i32.load16_s + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.set $1 + local.get $4 if - local.get $5 + local.get $0 local.get $1 i32.const 1 i32.shl i32.add + i32.const 9584 local.get $4 - local.get $2 i32.const 1 i32.shl - i32.add - i32.load16_s - call $~lib/util/number/itoa_buffered + memory.copy local.get $1 + local.get $4 i32.add local.set $1 - local.get $0 - if - local.get $5 - local.get $1 - i32.const 1 - i32.shl - i32.add - i32.const 9584 - local.get $0 - i32.const 1 - i32.shl - memory.copy - local.get $0 - local.get $1 - i32.add - local.set $1 - end - local.get $2 - i32.const 1 - i32.add - local.set $2 - br $for-loop|0 end + local.get $3 + i32.const 1 + i32.add + local.set $3 + br $for-loop|0 end - local.get $3 - local.get $5 - local.get $1 - i32.const 1 - i32.shl - i32.add - local.get $4 - local.get $6 - i32.const 1 - i32.shl - i32.add - i32.load16_s - call $~lib/util/number/itoa_buffered + end + local.get $2 + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $5 + local.get $6 + i32.const 1 + i32.shl + i32.add + i32.load16_s + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.tee $1 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 local.get $1 - i32.add - local.tee $0 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store - local.get $5 - local.get $0 - call $~lib/string/String#substring - local.set $0 - br $folding-inner0 - end + call $~lib/string/String#substring + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 - br $__inlined_func$~lib/util/string/joinIntegerArray$8 + br $__inlined_func$~lib/util/string/joinIntegerArray$1398 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -36447,11 +36032,11 @@ i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner1 + block $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -36460,7 +36045,7 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -36470,18 +36055,18 @@ global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store - block $__inlined_func$~lib/util/string/joinIntegerArray$9 (result i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$1399 local.get $0 i32.const 1 i32.sub @@ -36494,125 +36079,124 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 - br $__inlined_func$~lib/util/string/joinIntegerArray$9 + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$1399 end - block $folding-inner0 - local.get $6 - i32.eqz - if - local.get $4 - i32.load16_u - call $~lib/util/number/utoa32 - local.set $0 - br $folding-inner0 - end - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store + local.get $6 + i32.eqz + if + local.get $5 + i32.load16_u + call $~lib/util/number/utoa32 + local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 9580 - i32.load - i32.const 1 - i32.shr_u - local.tee $0 - i32.const 10 + i32.const 8 i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$1399 + end + global.get $~lib/memory/__stack_pointer + i32.const 9584 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 9580 + i32.load + i32.const 1 + i32.shr_u + local.tee $4 + i32.const 10 + i32.add + local.get $6 + i32.mul + i32.const 10 + i32.add + local.tee $2 + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store offset=4 + loop $for-loop|0 + local.get $3 local.get $6 - i32.mul - i32.const 10 - i32.add - local.tee $3 - i32.const 1 - i32.shl - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $5 - i32.store offset=4 - loop $for-loop|0 - local.get $2 - local.get $6 - i32.lt_s + i32.lt_s + if + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $5 + local.get $3 + i32.const 1 + i32.shl + i32.add + i32.load16_u + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.set $1 + local.get $4 if - local.get $5 + local.get $0 local.get $1 i32.const 1 i32.shl i32.add + i32.const 9584 local.get $4 - local.get $2 i32.const 1 i32.shl - i32.add - i32.load16_u - call $~lib/util/number/itoa_buffered + memory.copy local.get $1 + local.get $4 i32.add local.set $1 - local.get $0 - if - local.get $5 - local.get $1 - i32.const 1 - i32.shl - i32.add - i32.const 9584 - local.get $0 - i32.const 1 - i32.shl - memory.copy - local.get $0 - local.get $1 - i32.add - local.set $1 - end - local.get $2 - i32.const 1 - i32.add - local.set $2 - br $for-loop|0 end + local.get $3 + i32.const 1 + i32.add + local.set $3 + br $for-loop|0 end - local.get $3 - local.get $5 - local.get $1 - i32.const 1 - i32.shl - i32.add - local.get $4 - local.get $6 - i32.const 1 - i32.shl - i32.add - i32.load16_u - call $~lib/util/number/itoa_buffered + end + local.get $2 + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $5 + local.get $6 + i32.const 1 + i32.shl + i32.add + i32.load16_u + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.tee $1 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 local.get $1 - i32.add - local.tee $0 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store - local.get $5 - local.get $0 - call $~lib/string/String#substring - local.set $0 - br $folding-inner0 - end + call $~lib/string/String#substring + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 - br $__inlined_func$~lib/util/string/joinIntegerArray$9 + br $__inlined_func$~lib/util/string/joinIntegerArray$1399 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -36638,11 +36222,11 @@ i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner1 + block $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -36651,7 +36235,7 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -36661,18 +36245,18 @@ global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store - block $__inlined_func$~lib/util/string/joinIntegerArray$10 (result i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$1400 local.get $0 i32.const 1 i32.sub @@ -36685,125 +36269,124 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 - br $__inlined_func$~lib/util/string/joinIntegerArray$10 + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$1400 end - block $folding-inner0 - local.get $6 - i32.eqz - if - local.get $4 - i32.load - call $~lib/util/number/itoa32 - local.set $0 - br $folding-inner0 - end - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 9580 + local.get $6 + i32.eqz + if + local.get $5 i32.load - i32.const 1 - i32.shr_u - local.tee $0 - i32.const 11 + call $~lib/util/number/itoa32 + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$1400 + end + global.get $~lib/memory/__stack_pointer + i32.const 9584 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 9580 + i32.load + i32.const 1 + i32.shr_u + local.tee $4 + i32.const 11 + i32.add + local.get $6 + i32.mul + i32.const 11 + i32.add + local.tee $2 + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store offset=4 + loop $for-loop|0 + local.get $3 local.get $6 - i32.mul - i32.const 11 - i32.add - local.tee $3 - i32.const 1 - i32.shl - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $5 - i32.store offset=4 - loop $for-loop|0 - local.get $2 - local.get $6 - i32.lt_s + i32.lt_s + if + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $5 + local.get $3 + i32.const 2 + i32.shl + i32.add + i32.load + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.set $1 + local.get $4 if - local.get $5 + local.get $0 local.get $1 i32.const 1 i32.shl i32.add + i32.const 9584 local.get $4 - local.get $2 - i32.const 2 + i32.const 1 i32.shl - i32.add - i32.load - call $~lib/util/number/itoa_buffered + memory.copy local.get $1 + local.get $4 i32.add local.set $1 - local.get $0 - if - local.get $5 - local.get $1 - i32.const 1 - i32.shl - i32.add - i32.const 9584 - local.get $0 - i32.const 1 - i32.shl - memory.copy - local.get $0 - local.get $1 - i32.add - local.set $1 - end - local.get $2 - i32.const 1 - i32.add - local.set $2 - br $for-loop|0 end + local.get $3 + i32.const 1 + i32.add + local.set $3 + br $for-loop|0 end - local.get $3 - local.get $5 - local.get $1 - i32.const 1 - i32.shl - i32.add - local.get $4 - local.get $6 - i32.const 2 - i32.shl - i32.add - i32.load - call $~lib/util/number/itoa_buffered + end + local.get $2 + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $5 + local.get $6 + i32.const 2 + i32.shl + i32.add + i32.load + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.tee $1 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 local.get $1 - i32.add - local.tee $0 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store - local.get $5 - local.get $0 - call $~lib/string/String#substring - local.set $0 - br $folding-inner0 - end + call $~lib/string/String#substring + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 - br $__inlined_func$~lib/util/string/joinIntegerArray$10 + br $__inlined_func$~lib/util/string/joinIntegerArray$1400 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -36829,11 +36412,11 @@ i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner1 + block $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner1 + br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -36842,7 +36425,7 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $4 + local.set $5 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -36852,18 +36435,18 @@ global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store - block $__inlined_func$~lib/util/string/joinIntegerArray$11 (result i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$1401 local.get $0 i32.const 1 i32.sub @@ -36876,125 +36459,124 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 7776 - br $__inlined_func$~lib/util/string/joinIntegerArray$11 + local.set $0 + br $__inlined_func$~lib/util/string/joinIntegerArray$1401 end - block $folding-inner0 - local.get $6 - i32.eqz - if - local.get $4 - i32.load - call $~lib/util/number/utoa32 - local.set $0 - br $folding-inner0 - end - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 9580 + local.get $6 + i32.eqz + if + local.get $5 i32.load - i32.const 1 - i32.shr_u - local.tee $0 - i32.const 10 + call $~lib/util/number/utoa32 + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 8 i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$1401 + end + global.get $~lib/memory/__stack_pointer + i32.const 9584 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 9580 + i32.load + i32.const 1 + i32.shr_u + local.tee $4 + i32.const 10 + i32.add + local.get $6 + i32.mul + i32.const 10 + i32.add + local.tee $2 + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store offset=4 + loop $for-loop|0 + local.get $3 local.get $6 - i32.mul - i32.const 10 - i32.add - local.tee $3 - i32.const 1 - i32.shl - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $5 - i32.store offset=4 - loop $for-loop|0 - local.get $2 - local.get $6 - i32.lt_s + i32.lt_s + if + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $5 + local.get $3 + i32.const 2 + i32.shl + i32.add + i32.load + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.set $1 + local.get $4 if - local.get $5 + local.get $0 local.get $1 i32.const 1 i32.shl i32.add + i32.const 9584 local.get $4 - local.get $2 - i32.const 2 + i32.const 1 i32.shl - i32.add - i32.load - call $~lib/util/number/itoa_buffered + memory.copy local.get $1 + local.get $4 i32.add local.set $1 - local.get $0 - if - local.get $5 - local.get $1 - i32.const 1 - i32.shl - i32.add - i32.const 9584 - local.get $0 - i32.const 1 - i32.shl - memory.copy - local.get $0 - local.get $1 - i32.add - local.set $1 - end - local.get $2 - i32.const 1 - i32.add - local.set $2 - br $for-loop|0 end + local.get $3 + i32.const 1 + i32.add + local.set $3 + br $for-loop|0 end - local.get $3 - local.get $5 - local.get $1 - i32.const 1 - i32.shl - i32.add - local.get $4 - local.get $6 - i32.const 2 - i32.shl - i32.add - i32.load - call $~lib/util/number/itoa_buffered + end + local.get $2 + local.get $0 + local.get $1 + i32.const 1 + i32.shl + i32.add + local.get $5 + local.get $6 + i32.const 2 + i32.shl + i32.add + i32.load + call $~lib/util/number/itoa_buffered + local.get $1 + i32.add + local.tee $1 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 local.get $1 - i32.add - local.tee $0 - i32.gt_s - if - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store - local.get $5 - local.get $0 - call $~lib/string/String#substring - local.set $0 - br $folding-inner0 - end + call $~lib/string/String#substring + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $5 - br $__inlined_func$~lib/util/string/joinIntegerArray$11 + br $__inlined_func$~lib/util/string/joinIntegerArray$1401 end global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -37055,7 +36637,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$12 + block $__inlined_func$~lib/util/string/joinIntegerArray$6 local.get $0 i32.const 1 i32.sub @@ -37069,7 +36651,7 @@ global.set $~lib/memory/__stack_pointer i32.const 7776 local.set $0 - br $__inlined_func$~lib/util/string/joinIntegerArray$12 + br $__inlined_func$~lib/util/string/joinIntegerArray$6 end block $folding-inner0 local.get $6 @@ -37361,7 +36943,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$12 + br $__inlined_func$~lib/util/string/joinIntegerArray$6 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -37718,25 +37300,19 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store - local.get $1 - local.get $0 call $~lib/util/string/joinIntegerArray - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/util/string/joinFloatArray (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -37982,25 +37558,19 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store - local.get $1 - local.get $0 call $~lib/util/string/joinFloatArray - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/util/string/joinFloatArray (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -38243,25 +37813,19 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 9584 i32.store - local.get $1 - local.get $0 call $~lib/util/string/joinFloatArray - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/typedarray/Uint8Array.wrap@varargs (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -38574,7 +38138,6 @@ local.get $2 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $3 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $4 @@ -38587,7 +38150,6 @@ global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=12 - local.get $3 local.get $0 local.get $4 local.get $5 @@ -38598,7 +38160,6 @@ local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -38669,7 +38230,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $5 i32.store offset=20 i32.const 0 @@ -38794,7 +38354,6 @@ local.get $2 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $3 local.get $2 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $4 @@ -38807,7 +38366,6 @@ global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=12 - local.get $3 local.get $0 local.get $4 local.get $5 @@ -38818,7 +38376,6 @@ local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -38889,7 +38446,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $5 i32.store offset=20 i32.const 0 @@ -39013,7 +38569,6 @@ local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $3 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $4 @@ -39026,7 +38581,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 - local.get $3 local.get $0 local.get $4 local.get $5 @@ -39037,7 +38591,6 @@ local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -39118,7 +38671,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $5 i32.store offset=20 i32.const 0 @@ -39243,7 +38795,6 @@ local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $3 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $4 @@ -39256,7 +38807,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 - local.get $3 local.get $0 local.get $4 local.get $5 @@ -39267,7 +38817,6 @@ local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -39348,7 +38897,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $5 i32.store offset=20 i32.const 0 @@ -39471,7 +39019,6 @@ local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $3 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $4 @@ -39484,7 +39031,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 - local.get $3 local.get $0 local.get $4 local.get $5 @@ -39495,7 +39041,6 @@ local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -39576,7 +39121,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $5 i32.store offset=20 i32.const 0 @@ -39699,7 +39243,6 @@ local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $3 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $4 @@ -39712,7 +39255,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 - local.get $3 local.get $0 local.get $4 local.get $5 @@ -39723,7 +39265,6 @@ local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $3 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -39804,7 +39345,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 local.get $5 i32.store offset=20 i32.const 0 @@ -39929,7 +39469,6 @@ local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $4 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $5 @@ -39942,7 +39481,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 - local.get $4 local.get $0 local.get $5 local.get $6 @@ -39953,7 +39491,6 @@ local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -40034,7 +39571,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $6 i32.store offset=20 i32.const 0 @@ -40159,7 +39695,6 @@ local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $4 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $5 @@ -40172,7 +39707,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 - local.get $4 local.get $0 local.get $5 local.get $6 @@ -40183,7 +39717,6 @@ local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -40264,7 +39797,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $6 i32.store offset=20 i32.const 0 @@ -40389,7 +39921,6 @@ local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $4 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $5 @@ -40402,7 +39933,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 - local.get $4 local.get $0 local.get $5 local.get $6 @@ -40413,7 +39943,6 @@ local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -40494,7 +40023,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $6 i32.store offset=20 i32.const 0 @@ -40619,7 +40147,6 @@ local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $4 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $5 @@ -40632,7 +40159,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 - local.get $4 local.get $0 local.get $5 local.get $6 @@ -40643,7 +40169,6 @@ local.tee $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer - local.set $4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -40724,7 +40249,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $4 local.get $6 i32.store offset=20 i32.const 0 @@ -41046,102 +40570,7 @@ local.get $1 i32.store offset=8 local.get $1 - call $~lib/typedarray/Int64Array#get:length - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 - call $~lib/typedarray/Int8Array#get:length - local.get $2 - i32.const 6 - i32.add - i32.lt_s - if - i32.const 1360 - i32.const 1632 - i32.const 1902 - i32.const 5 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 - i32.load offset=4 - i32.const 6 - i32.add - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 - i32.load offset=4 - local.set $1 - i32.const 0 - local.set $0 - loop $for-loop|0 - local.get $0 - local.get $2 - i32.lt_s - if - local.get $0 - local.get $3 - i32.add - local.get $1 - local.get $0 - i32.const 3 - i32.shl - i32.add - i64.load - i64.store8 - local.get $0 - i32.const 1 - i32.add - local.set $0 - br $for-loop|0 - end - end - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - ) - (func $~lib/typedarray/Int8Array#set<~lib/typedarray/Uint8Array> (param $0 i32) (param $1 i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.lt_s - if - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 - call $~lib/typedarray/Int8Array#get:length + call $~lib/typedarray/Int64Array#get:length local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 @@ -41149,6 +40578,8 @@ local.get $0 call $~lib/typedarray/Int8Array#get:length local.get $2 + i32.const 6 + i32.add i32.lt_s if i32.const 1360 @@ -41163,11 +40594,102 @@ i32.store offset=8 local.get $0 i32.load offset=4 + i32.const 6 + i32.add + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 + local.get $1 + i32.load offset=4 + local.set $1 + i32.const 0 local.set $0 + loop $for-loop|0 + local.get $0 + local.get $2 + i32.lt_s + if + local.get $0 + local.get $3 + i32.add + local.get $1 + local.get $0 + i32.const 3 + i32.shl + i32.add + i64.load + i64.store8 + local.get $0 + i32.const 1 + i32.add + local.set $0 + br $for-loop|0 + end + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $~lib/typedarray/Int8Array#set<~lib/typedarray/Uint8Array> (param $0 i32) (param $1 i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16320 + i32.lt_s + if + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 local.get $1 + call $~lib/typedarray/Int8Array#get:length + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + call $~lib/typedarray/Int8Array#get:length + local.get $2 + i32.lt_s + if + i32.const 1360 + i32.const 1632 + i32.const 1902 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + local.get $0 i32.store offset=8 local.get $0 + i32.load offset=4 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 local.get $1 i32.load offset=4 local.get $2 @@ -41332,11 +40854,9 @@ i32.load offset=4 i32.const 7 i32.add - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 11264 i32.store offset=8 - local.get $0 i32.const 11268 i32.load local.get $1 @@ -41810,12 +41330,10 @@ i32.load offset=4 i32.add i32.load8_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $std/typedarray/valuesEqual<~lib/typedarray/Uint8Array> (param $0 i32) (param $1 i32) (local $2 i32) @@ -43437,12 +42955,10 @@ i32.shl i32.add i32.load16_s - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $std/typedarray/valuesEqual<~lib/typedarray/Int16Array> (param $0 i32) (param $1 i32) (local $2 i32) @@ -43792,11 +43308,9 @@ i32.load offset=4 i32.const 8 i32.add - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 - local.get $0 local.get $1 i32.load offset=4 local.get $2 @@ -44375,12 +43889,10 @@ i32.shl i32.add i32.load16_u - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $std/typedarray/valuesEqual<~lib/typedarray/Uint16Array> (param $0 i32) (param $1 i32) (local $2 i32) @@ -44990,11 +44502,9 @@ i32.const 2 i32.shl i32.add - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 - local.get $0 local.get $1 i32.load offset=4 local.get $3 @@ -45035,12 +44545,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $std/typedarray/valuesEqual<~lib/typedarray/Int32Array> (param $0 i32) (param $1 i32) (local $2 i32) @@ -45999,12 +45507,10 @@ i32.shl i32.add i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $std/typedarray/valuesEqual<~lib/typedarray/Uint32Array> (param $0 i32) (param $1 i32) (local $2 i32) @@ -46674,12 +46180,10 @@ i32.shl i32.add i64.load - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 ) (func $std/typedarray/valuesEqual<~lib/typedarray/Int64Array> (param $0 i32) (param $1 i32) (local $2 i32) @@ -46839,11 +46343,9 @@ i32.load offset=4 i32.const 48 i32.add - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 - local.get $0 local.get $1 i32.load offset=4 local.get $2 @@ -47613,12 +47115,10 @@ i32.shl i32.add i64.load - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 ) (func $std/typedarray/valuesEqual<~lib/typedarray/Uint64Array> (param $0 i32) (param $1 i32) (local $2 i32) @@ -48190,12 +47690,10 @@ i32.shl i32.add f32.load - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 ) (func $std/typedarray/valuesEqual<~lib/typedarray/Float32Array> (param $0 i32) (param $1 i32) (local $2 i32) @@ -48950,12 +48448,10 @@ i32.shl i32.add f64.load - local.set $2 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $2 ) (func $std/typedarray/valuesEqual<~lib/typedarray/Float64Array> (param $0 i32) (param $1 i32) (local $2 i32) @@ -50211,18 +49707,14 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int8Array#get:length - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $3 local.get $1 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer @@ -50688,18 +50180,14 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int8Array#get:length - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $3 local.get $1 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer @@ -51167,18 +50655,14 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int16Array#get:length - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $3 local.get $1 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer @@ -51646,18 +51130,14 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int16Array#get:length - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $3 local.get $1 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer @@ -52125,18 +51605,14 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $3 local.get $1 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer @@ -52604,18 +52080,14 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $3 local.get $1 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer @@ -53085,18 +52557,14 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $3 local.get $1 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer @@ -53566,18 +53034,14 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#get:length - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $3 local.get $1 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer @@ -54048,18 +53512,14 @@ i32.store offset=4 local.get $0 i32.load offset=4 - local.set $2 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#get:length - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store - local.get $2 - local.get $3 local.get $1 call $~lib/util/sort/SORT global.get $~lib/memory/__stack_pointer @@ -56354,11 +55814,9 @@ i32.store offset=4 local.get $7 i32.load offset=8 - local.set $7 global.get $~lib/memory/__stack_pointer local.get $6 i32.store offset=4 - local.get $7 local.get $6 i32.load offset=8 i32.ne @@ -56818,7 +56276,7 @@ local.get $6 call $~lib/typedarray/Int16Array#get:length local.set $8 - loop $for-loop|03 + loop $for-loop|04 local.get $0 local.get $8 i32.lt_s @@ -56847,7 +56305,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|03 + br $for-loop|04 end end global.get $~lib/memory/__stack_pointer @@ -56946,7 +56404,7 @@ local.get $6 call $~lib/typedarray/Int32Array#get:length local.set $8 - loop $for-loop|04 + loop $for-loop|06 local.get $0 local.get $8 i32.lt_s @@ -56975,7 +56433,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|04 + br $for-loop|06 end end global.get $~lib/memory/__stack_pointer @@ -57072,7 +56530,7 @@ local.get $6 call $~lib/typedarray/Int32Array#get:length local.set $8 - loop $for-loop|05 + loop $for-loop|08 local.get $0 local.get $8 i32.lt_s @@ -57101,7 +56559,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|05 + br $for-loop|08 end end global.get $~lib/memory/__stack_pointer @@ -57196,7 +56654,7 @@ local.get $1 call $~lib/typedarray/Int64Array#get:length local.set $7 - loop $for-loop|06 + loop $for-loop|010 local.get $0 local.get $7 i32.lt_s @@ -57225,7 +56683,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|06 + br $for-loop|010 end end global.get $~lib/memory/__stack_pointer @@ -57322,7 +56780,7 @@ local.get $1 call $~lib/typedarray/Int64Array#get:length local.set $7 - loop $for-loop|07 + loop $for-loop|012 local.get $0 local.get $7 i32.lt_s @@ -57351,7 +56809,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|07 + br $for-loop|012 end end global.get $~lib/memory/__stack_pointer @@ -57446,7 +56904,7 @@ local.get $1 call $~lib/typedarray/Int32Array#get:length local.set $7 - loop $for-loop|08 + loop $for-loop|014 local.get $0 local.get $7 i32.lt_s @@ -57475,7 +56933,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|08 + br $for-loop|014 end end global.get $~lib/memory/__stack_pointer @@ -57570,7 +57028,7 @@ local.get $1 call $~lib/typedarray/Int64Array#get:length local.set $7 - loop $for-loop|09 + loop $for-loop|016 local.get $0 local.get $7 i32.lt_s @@ -57599,7 +57057,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|09 + br $for-loop|016 end end global.get $~lib/memory/__stack_pointer @@ -58444,7 +57902,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|010 + loop $for-loop|018 local.get $0 i32.const 0 i32.ge_s @@ -58471,7 +57929,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|010 + br $for-loop|018 end end global.get $~lib/memory/__stack_pointer @@ -58686,7 +58144,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|011 + loop $for-loop|020 local.get $0 i32.const 0 i32.ge_s @@ -58715,7 +58173,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|011 + br $for-loop|020 end end global.get $~lib/memory/__stack_pointer @@ -58814,7 +58272,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|012 + loop $for-loop|022 local.get $0 i32.const 0 i32.ge_s @@ -58843,7 +58301,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|012 + br $for-loop|022 end end global.get $~lib/memory/__stack_pointer @@ -58942,7 +58400,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|013 + loop $for-loop|024 local.get $0 i32.const 0 i32.ge_s @@ -58971,7 +58429,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|013 + br $for-loop|024 end end global.get $~lib/memory/__stack_pointer @@ -59068,7 +58526,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|014 + loop $for-loop|026 local.get $0 i32.const 0 i32.ge_s @@ -59097,7 +58555,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|014 + br $for-loop|026 end end global.get $~lib/memory/__stack_pointer @@ -59194,7 +58652,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|015 + loop $for-loop|028 local.get $0 i32.const 0 i32.ge_s @@ -59223,7 +58681,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|015 + br $for-loop|028 end end global.get $~lib/memory/__stack_pointer @@ -59320,7 +58778,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|016 + loop $for-loop|030 local.get $0 i32.const 0 i32.ge_s @@ -59349,7 +58807,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|016 + br $for-loop|030 end end global.get $~lib/memory/__stack_pointer @@ -59446,7 +58904,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|017 + loop $for-loop|032 local.get $0 i32.const 0 i32.ge_s @@ -59475,7 +58933,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|017 + br $for-loop|032 end end global.get $~lib/memory/__stack_pointer @@ -59572,7 +59030,7 @@ i32.const 1 i32.sub local.set $0 - loop $for-loop|018 + loop $for-loop|034 local.get $0 i32.const 0 i32.ge_s @@ -59601,7 +59059,7 @@ i32.const 1 i32.sub local.set $0 - br $for-loop|018 + br $for-loop|034 end end global.get $~lib/memory/__stack_pointer @@ -62666,7 +62124,7 @@ local.get $1 call $~lib/typedarray/Int8Array#get:length local.set $7 - loop $for-loop|019 + loop $for-loop|036 local.get $0 local.get $7 i32.lt_s @@ -62675,13 +62133,11 @@ local.get $6 i32.add i32.load8_s - local.set $8 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $8 local.get $0 local.get $1 i32.const 7200 @@ -62691,7 +62147,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|019 + br $for-loop|036 end end global.get $~lib/memory/__stack_pointer @@ -62972,7 +62428,7 @@ local.get $1 call $~lib/typedarray/Int16Array#get:length local.set $7 - loop $for-loop|020 + loop $for-loop|038 local.get $0 local.get $7 i32.lt_s @@ -62983,13 +62439,11 @@ i32.shl i32.add i32.load16_s - local.set $8 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $8 local.get $0 local.get $1 i32.const 7296 @@ -62999,7 +62453,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|020 + br $for-loop|038 end end global.get $~lib/memory/__stack_pointer @@ -63119,7 +62573,7 @@ local.get $1 call $~lib/typedarray/Int16Array#get:length local.set $7 - loop $for-loop|021 + loop $for-loop|040 local.get $0 local.get $7 i32.lt_s @@ -63130,13 +62584,11 @@ i32.shl i32.add i32.load16_u - local.set $8 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $8 local.get $0 local.get $1 i32.const 7328 @@ -63146,7 +62598,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|021 + br $for-loop|040 end end global.get $~lib/memory/__stack_pointer @@ -63260,7 +62712,7 @@ local.get $1 call $~lib/typedarray/Int32Array#get:length local.set $7 - loop $for-loop|022 + loop $for-loop|042 local.get $0 local.get $7 i32.lt_s @@ -63271,13 +62723,11 @@ i32.shl i32.add i32.load - local.set $8 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $8 local.get $0 local.get $1 i32.const 7360 @@ -63287,7 +62737,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|022 + br $for-loop|042 end end global.get $~lib/memory/__stack_pointer @@ -63401,7 +62851,7 @@ local.get $1 call $~lib/typedarray/Int32Array#get:length local.set $7 - loop $for-loop|023 + loop $for-loop|044 local.get $0 local.get $7 i32.lt_s @@ -63412,13 +62862,11 @@ i32.shl i32.add i32.load - local.set $8 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $8 local.get $0 local.get $1 i32.const 7392 @@ -63428,7 +62876,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|023 + br $for-loop|044 end end global.get $~lib/memory/__stack_pointer @@ -63545,7 +62993,7 @@ local.get $1 call $~lib/typedarray/Int64Array#get:length local.set $7 - loop $for-loop|024 + loop $for-loop|046 local.get $0 local.get $7 i32.lt_s @@ -63556,13 +63004,11 @@ i32.shl i32.add i64.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $3 local.get $0 local.get $1 i32.const 7424 @@ -63572,7 +63018,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|024 + br $for-loop|046 end end global.get $~lib/memory/__stack_pointer @@ -63689,7 +63135,7 @@ local.get $1 call $~lib/typedarray/Int64Array#get:length local.set $7 - loop $for-loop|025 + loop $for-loop|048 local.get $0 local.get $7 i32.lt_s @@ -63700,13 +63146,11 @@ i32.shl i32.add i64.load - local.set $3 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $3 local.get $0 local.get $1 i32.const 7456 @@ -63716,7 +63160,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|025 + br $for-loop|048 end end global.get $~lib/memory/__stack_pointer @@ -63833,7 +63277,7 @@ local.get $1 call $~lib/typedarray/Int32Array#get:length local.set $7 - loop $for-loop|026 + loop $for-loop|050 local.get $0 local.get $7 i32.lt_s @@ -63844,13 +63288,11 @@ i32.shl i32.add f32.load - local.set $4 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $4 local.get $0 local.get $1 i32.const 7488 @@ -63860,7 +63302,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|026 + br $for-loop|050 end end global.get $~lib/memory/__stack_pointer @@ -63977,7 +63419,7 @@ local.get $1 call $~lib/typedarray/Int64Array#get:length local.set $7 - loop $for-loop|027 + loop $for-loop|052 local.get $0 local.get $7 i32.lt_s @@ -63988,13 +63430,11 @@ i32.shl i32.add f64.load - local.set $5 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 i32.const 3 global.set $~argumentsLength - local.get $5 local.get $0 local.get $1 i32.const 7520 @@ -64004,7 +63444,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|027 + br $for-loop|052 end end global.get $~lib/memory/__stack_pointer @@ -64136,12 +63576,10 @@ end i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 i32.eqz if i32.const 0 @@ -64220,7 +63658,7 @@ local.get $1 i32.load offset=4 local.set $1 - loop $while-continue|01 + loop $while-continue|05 local.get $0 local.get $6 i32.lt_s @@ -64241,17 +63679,15 @@ i32.const 1 i32.add local.set $0 - br $while-continue|01 + br $while-continue|05 end end i32.const 0 end - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 i32.eqz if i32.const 0 @@ -65558,7 +64994,7 @@ call $~lib/typedarray/Uint8Array#constructor local.tee $1 i32.store offset=8 - loop $for-loop|01 + loop $for-loop|062 local.get $0 local.get $2 i32.gt_s @@ -65581,7 +65017,7 @@ i32.const 1 i32.add local.set $2 - br $for-loop|01 + br $for-loop|062 end end global.get $~lib/memory/__stack_pointer @@ -65596,7 +65032,6 @@ local.get $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - local.set $6 local.get $1 call $~lib/arraybuffer/ArrayBufferView#get:byteOffset local.set $7 @@ -65609,7 +65044,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=12 - local.get $6 local.get $2 local.get $7 local.get $8 @@ -65832,7 +65266,7 @@ local.set $0 i32.const 0 local.set $2 - loop $for-loop|00 + loop $for-loop|0663 local.get $2 local.get $8 i32.lt_s @@ -65866,7 +65300,7 @@ i32.const 1 i32.add local.set $2 - br $for-loop|00 + br $for-loop|0663 end end global.get $~lib/memory/__stack_pointer @@ -65941,7 +65375,7 @@ local.set $7 i32.const 0 local.set $2 - loop $for-loop|01213 + loop $for-loop|07 local.get $0 local.get $2 i32.gt_s @@ -65973,7 +65407,7 @@ i32.const 1 i32.add local.set $2 - br $for-loop|01213 + br $for-loop|07 end end global.get $~lib/memory/__stack_pointer @@ -66115,7 +65549,7 @@ local.set $8 i32.const 0 local.set $0 - loop $for-loop|02324 + loop $for-loop|0864 local.get $0 local.get $6 i32.lt_s @@ -66140,7 +65574,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|02324 + br $for-loop|0864 end end global.get $~lib/memory/__stack_pointer @@ -66177,11 +65611,11 @@ i32.sub global.set $~lib/memory/__stack_pointer block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Int8Array,i8>" - block $folding-inner036 + block $folding-inner02 global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner036 + br_if $folding-inner02 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -66215,7 +65649,6 @@ i32.const 3 call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -66228,7 +65661,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner036 + br_if $folding-inner02 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -66252,7 +65685,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -66379,11 +65811,11 @@ i32.sub global.set $~lib/memory/__stack_pointer block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Uint8Array,u8>$1" - block $folding-inner037 + block $folding-inner04 global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner037 + br_if $folding-inner04 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -66417,7 +65849,6 @@ i32.const 3 call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -66430,7 +65861,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner037 + br_if $folding-inner04 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -66454,7 +65885,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -66581,11 +66011,11 @@ i32.sub global.set $~lib/memory/__stack_pointer block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Uint8ClampedArray,u8>$2" - block $folding-inner038 + block $folding-inner06 global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner038 + br_if $folding-inner06 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -66619,7 +66049,6 @@ i32.const 3 call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -66632,7 +66061,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner038 + br_if $folding-inner06 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -66656,7 +66085,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -66783,11 +66211,11 @@ i32.sub global.set $~lib/memory/__stack_pointer block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Int16Array,i16>$3" - block $folding-inner039 + block $folding-inner08 global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner039 + br_if $folding-inner08 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -66821,7 +66249,6 @@ i32.const 3 call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -66834,7 +66261,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner039 + br_if $folding-inner08 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -66858,7 +66285,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -66985,11 +66411,11 @@ i32.sub global.set $~lib/memory/__stack_pointer block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Uint16Array,u16>$4" - block $folding-inner040 + block $folding-inner010 global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner040 + br_if $folding-inner010 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -67023,7 +66449,6 @@ i32.const 3 call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -67036,7 +66461,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner040 + br_if $folding-inner010 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -67060,7 +66485,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -67187,11 +66611,11 @@ i32.sub global.set $~lib/memory/__stack_pointer block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Int32Array,i32>$5" - block $folding-inner041 + block $folding-inner012 global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner041 + br_if $folding-inner012 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -67225,7 +66649,6 @@ i32.const 3 call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -67238,7 +66661,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner041 + br_if $folding-inner012 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -67262,7 +66685,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -67389,11 +66811,11 @@ i32.sub global.set $~lib/memory/__stack_pointer block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Uint32Array,u32>$6" - block $folding-inner042 + block $folding-inner014 global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner042 + br_if $folding-inner014 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -67427,7 +66849,6 @@ i32.const 3 call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -67440,7 +66861,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner042 + br_if $folding-inner014 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -67464,7 +66885,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -67591,11 +67011,11 @@ i32.sub global.set $~lib/memory/__stack_pointer block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Int64Array,i64>$7" - block $folding-inner043 + block $folding-inner016 global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner043 + br_if $folding-inner016 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -67629,7 +67049,6 @@ i64.const 3 call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -67642,7 +67061,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner043 + br_if $folding-inner016 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -67666,7 +67085,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -67793,11 +67211,11 @@ i32.sub global.set $~lib/memory/__stack_pointer block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Uint64Array,u64>$8" - block $folding-inner044 + block $folding-inner018 global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner044 + br_if $folding-inner018 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -67831,7 +67249,6 @@ i64.const 3 call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -67844,7 +67261,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner044 + br_if $folding-inner018 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -67868,7 +67285,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -67995,11 +67411,11 @@ i32.sub global.set $~lib/memory/__stack_pointer block $"__inlined_func$std/typedarray/testArraySort<~lib/typedarray/Float32Array,f32>$9" - block $folding-inner045 + block $folding-inner020 global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner045 + br_if $folding-inner020 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -68033,7 +67449,6 @@ f32.const 3 call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer - local.set $0 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -68046,7 +67461,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner045 + br_if $folding-inner020 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -68070,7 +67485,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 local.get $1 i32.store offset=8 global.get $~lib/memory/__stack_pointer @@ -68358,12 +67772,12 @@ i32.const 0 i32.gt_s if - loop $while-continue|013 + loop $while-continue|010 global.get $~lib/rt/itcms/state if call $~lib/rt/itcms/step drop - br $while-continue|013 + br $while-continue|010 end end end @@ -68555,7 +67969,6 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.set $4 local.get $0 local.get $1 i32.shl @@ -68570,7 +67983,6 @@ local.get $5 memory.copy end - local.get $4 local.get $1 i32.store i32.const 16 diff --git a/tests/compiler/std/uri.release.wat b/tests/compiler/std/uri.release.wat index e5e37589ca..19b44988e5 100644 --- a/tests/compiler/std/uri.release.wat +++ b/tests/compiler/std/uri.release.wat @@ -1148,7 +1148,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1181,7 +1180,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -2674,12 +2672,10 @@ i32.shr_u i32.const 1068 call $~lib/util/uri/encode - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/string/String.__eq (param $0 i32) (param $1 i32) (result i32) (local $2 i32) @@ -2874,12 +2870,10 @@ i32.shr_u i32.const 3388 call $~lib/util/uri/encode - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/uri/decodeURIComponent (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -2912,12 +2906,10 @@ i32.shr_u i32.const 1 call $~lib/util/uri/decode - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $~lib/uri/decodeURI (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer @@ -2950,12 +2942,10 @@ i32.shr_u i32.const 0 call $~lib/util/uri/decode - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $start:std/uri (local $0 i32) diff --git a/tests/compiler/super-inline.release.wat b/tests/compiler/super-inline.release.wat index bafd07b72f..703cbc6f3c 100644 --- a/tests/compiler/super-inline.release.wat +++ b/tests/compiler/super-inline.release.wat @@ -1039,7 +1039,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1072,7 +1071,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1552,7 +1550,6 @@ i32.store end global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1580,7 +1577,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/templateliteral.release.wat b/tests/compiler/templateliteral.release.wat index a2ded6a5ae..55f98e34df 100644 --- a/tests/compiler/templateliteral.release.wat +++ b/tests/compiler/templateliteral.release.wat @@ -1132,7 +1132,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1165,7 +1164,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -4266,12 +4264,10 @@ local.get $0 local.get $1 call $~lib/util/string/joinStringArray - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) (func $templateliteral/test_fast_paths_string (local $0 i32) @@ -4577,7 +4573,6 @@ i32.const 5328 local.get $0 call $~lib/string/String#concat - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 8 i32.add @@ -4586,7 +4581,6 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end i32.const 38496 @@ -4694,12 +4688,10 @@ i32.store local.get $0 i32.load - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 return end global.get $~lib/memory/__stack_pointer @@ -4752,11 +4744,9 @@ i32.store offset=16 i32.const 5616 call $~lib/staticarray/StaticArray<~lib/string/String>#join - local.set $0 global.get $~lib/memory/__stack_pointer i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - local.get $0 ) ) diff --git a/tests/compiler/throw.release.wat b/tests/compiler/throw.release.wat index 8fad062a65..e0bd055a29 100644 --- a/tests/compiler/throw.release.wat +++ b/tests/compiler/throw.release.wat @@ -911,7 +911,6 @@ i64.shl local.tee $2 i32.wrap_i64 - local.set $4 local.get $2 i64.const 36100 i64.lt_u @@ -957,7 +956,6 @@ i32.const 0 end local.set $0 - local.get $4 i32.const -16 i32.and local.get $1 @@ -1003,7 +1001,6 @@ global.set $~lib/rt/tlsf/ROOT end global.get $~lib/rt/tlsf/ROOT - local.set $0 local.get $3 i32.const 4 i32.sub @@ -1036,7 +1033,6 @@ i32.const 1 i32.or i32.store - local.get $0 local.get $1 call $~lib/rt/tlsf/insertBlock end @@ -1222,11 +1218,11 @@ i32.const 0 i32.gt_s if - loop $while-continue|01 + loop $while-continue|05 global.get $~lib/rt/itcms/state if call $~lib/rt/itcms/step - br $while-continue|01 + br $while-continue|05 end end end diff --git a/tests/compiler/typeof.release.wat b/tests/compiler/typeof.release.wat index 2be7d98141..f0c11fa359 100644 --- a/tests/compiler/typeof.release.wat +++ b/tests/compiler/typeof.release.wat @@ -1055,7 +1055,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1088,7 +1087,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -2037,7 +2035,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2065,7 +2062,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/unicode-identifier.debug.wat b/tests/compiler/unicode-identifier.debug.wat index cf2105a944..7e69185a00 100644 --- a/tests/compiler/unicode-identifier.debug.wat +++ b/tests/compiler/unicode-identifier.debug.wat @@ -5,8 +5,8 @@ (memory $0 0) (table $0 1 1 funcref) (elem $0 (i32.const 1)) - (export "ÀÈ" (global $"unicode-identifier/\c3\80\c3\88")) - (export "变量" (global $"unicode-identifier/\e5\8f\98\e9\87\8f")) - (export "𠜎𠜱" (global $"unicode-identifier/\f0\a0\9c\8e\f0\a0\9c\b1")) + (export "\c3\80\c3\88" (global $"unicode-identifier/\c3\80\c3\88")) + (export "\e5\8f\98\e9\87\8f" (global $"unicode-identifier/\e5\8f\98\e9\87\8f")) + (export "\f0\a0\9c\8e\f0\a0\9c\b1" (global $"unicode-identifier/\f0\a0\9c\8e\f0\a0\9c\b1")) (export "memory" (memory $0)) ) diff --git a/tests/compiler/unicode-identifier.release.wat b/tests/compiler/unicode-identifier.release.wat index f0072ed5f6..35ea64349a 100644 --- a/tests/compiler/unicode-identifier.release.wat +++ b/tests/compiler/unicode-identifier.release.wat @@ -3,8 +3,8 @@ (global $"unicode-identifier/\e5\8f\98\e9\87\8f" (mut i32) (i32.const 0)) (global $"unicode-identifier/\f0\a0\9c\8e\f0\a0\9c\b1" (mut i32) (i32.const 0)) (memory $0 0) - (export "ÀÈ" (global $"unicode-identifier/\c3\80\c3\88")) - (export "变量" (global $"unicode-identifier/\e5\8f\98\e9\87\8f")) - (export "𠜎𠜱" (global $"unicode-identifier/\f0\a0\9c\8e\f0\a0\9c\b1")) + (export "\c3\80\c3\88" (global $"unicode-identifier/\c3\80\c3\88")) + (export "\e5\8f\98\e9\87\8f" (global $"unicode-identifier/\e5\8f\98\e9\87\8f")) + (export "\f0\a0\9c\8e\f0\a0\9c\b1" (global $"unicode-identifier/\f0\a0\9c\8e\f0\a0\9c\b1")) (export "memory" (memory $0)) ) diff --git a/tests/compiler/while.release.wat b/tests/compiler/while.release.wat index 57ed01f821..d6ca6fba01 100644 --- a/tests/compiler/while.release.wat +++ b/tests/compiler/while.release.wat @@ -1027,7 +1027,6 @@ call $~lib/rt/tlsf/initialize end global.get $~lib/rt/tlsf/ROOT - local.set $1 local.get $0 i32.const 4 i32.sub @@ -1060,7 +1059,6 @@ i32.const 1 i32.or i32.store - local.get $1 local.get $2 call $~lib/rt/tlsf/insertBlock end @@ -1496,7 +1494,7 @@ local.set $0 i32.const 0 local.set $2 - loop $while-continue|02 + loop $while-continue|03 local.get $0 local.tee $1 i32.const 1 @@ -1511,7 +1509,7 @@ else i32.const 0 end - br_if $while-continue|02 + br_if $while-continue|03 end local.get $0 i32.const -1 @@ -1537,14 +1535,14 @@ end i32.const 0 local.set $0 - loop $while-continue|03 + loop $while-continue|05 local.get $0 i32.const 1 i32.add local.tee $0 i32.const 10 i32.ne - br_if $while-continue|03 + br_if $while-continue|05 end local.get $0 i32.const 10 @@ -1559,14 +1557,14 @@ end i32.const 0 local.set $0 - loop $while-continue|04 + loop $while-continue|07 local.get $0 i32.const 1 i32.add local.tee $0 i32.const 10 i32.ne - br_if $while-continue|04 + br_if $while-continue|07 end local.get $0 i32.const 10 @@ -1581,14 +1579,14 @@ end i32.const 10 local.set $0 - loop $while-continue|07 + loop $while-continue|013 local.get $0 if local.get $0 i32.const 1 i32.sub local.set $0 - br $while-continue|07 + br $while-continue|013 end end local.get $0 @@ -1604,24 +1602,24 @@ local.set $0 i32.const 10 local.set $1 - loop $while-continue|08 + loop $while-continue|015 local.get $0 if - loop $while-continue|110 + loop $while-continue|117 local.get $1 if local.get $1 i32.const 1 i32.sub local.set $1 - br $while-continue|110 + br $while-continue|117 end end local.get $0 i32.const 1 i32.sub local.set $0 - br $while-continue|08 + br $while-continue|015 end end local.get $0 @@ -1692,7 +1690,7 @@ call $while/Ref#constructor local.tee $0 i32.store - loop $while-continue|11 + loop $while-continue|15 local.get $0 if local.get $1 @@ -1710,7 +1708,7 @@ local.tee $0 i32.store end - br $while-continue|11 + br $while-continue|15 end end local.get $1 @@ -1754,10 +1752,10 @@ call $while/Ref#constructor local.tee $1 i32.store - loop $while-continue|09 + loop $while-continue|08 call $while/Ref#constructor if - block $while-break|08 + block $while-break|07 local.get $0 i32.const 1 i32.add @@ -1767,9 +1765,9 @@ if i32.const 0 local.set $1 - br $while-break|08 + br $while-break|07 end - br $while-continue|09 + br $while-continue|08 end end end @@ -1799,25 +1797,25 @@ global.set $~lib/memory/__stack_pointer i32.const 0 local.set $0 - loop $while-continue|0911 + loop $while-continue|019 local.get $0 i32.const 1 i32.add local.tee $0 i32.const 0 i32.le_s - br_if $while-continue|0911 + br_if $while-continue|019 end i32.const 0 local.set $0 - loop $while-continue|010 + loop $while-continue|021 local.get $0 i32.const 1 i32.add local.tee $0 i32.const 0 i32.le_s - br_if $while-continue|010 + br_if $while-continue|021 end i32.const 0 local.set $0 @@ -1845,23 +1843,23 @@ i32.const 0 i32.gt_s if - loop $while-continue|011 + loop $while-continue|023 global.get $~lib/rt/itcms/state if call $~lib/rt/itcms/step drop - br $while-continue|011 + br $while-continue|023 end end end call $~lib/rt/itcms/step drop - loop $while-continue|113 + loop $while-continue|125 global.get $~lib/rt/itcms/state if call $~lib/rt/itcms/step drop - br $while-continue|113 + br $while-continue|125 end end global.get $~lib/rt/itcms/total @@ -1939,7 +1937,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -1967,7 +1964,6 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $1 local.get $0 i32.store global.get $~lib/memory/__stack_pointer From 4e5fe9cf6f38c54219efdd3fb941596a3aa8f705 Mon Sep 17 00:00:00 2001 From: CountBleck Date: Tue, 3 Jun 2025 15:42:56 -0700 Subject: [PATCH 081/103] fix: allow using nullable strings in template literals (#2928) --- src/compiler.ts | 32 ++- tests/compiler/templateliteral.debug.wat | 160 +++++++++++-- tests/compiler/templateliteral.release.wat | 255 ++++++++++++++------- tests/compiler/templateliteral.ts | 7 + 4 files changed, 350 insertions(+), 104 deletions(-) diff --git a/src/compiler.ts b/src/compiler.ts index 29b73f2c69..4cacf19fa4 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -10154,6 +10154,7 @@ export class Compiler extends DiagnosticEmitter { /** Makes a string conversion of the given expression. */ makeToString(expr: ExpressionRef, type: Type, reportNode: Node): ExpressionRef { + let module = this.module; let stringType = this.program.stringInstance.type; if (type == stringType) { return expr; @@ -10170,15 +10171,30 @@ export class Compiler extends DiagnosticEmitter { reportNode )) { this.currentType = stringType; - return this.module.unreachable(); + return module.unreachable(); } if (!type.isStrictlyAssignableTo(assert(toStringSignature.thisType))) { - this.errorRelated( - DiagnosticCode.The_this_types_of_each_signature_are_incompatible, - reportNode.range, toStringInstance.identifierAndSignatureRange + if (!type.is(TypeFlags.Nullable)) { + this.errorRelated( + DiagnosticCode.The_this_types_of_each_signature_are_incompatible, + reportNode.range, toStringInstance.identifierAndSignatureRange + ); + this.currentType = stringType; + return module.unreachable(); + } + + // Attempt to retry on the non-nullable form of the type, wrapped in a ternary: + // `expr ? expr.toString() : "null"` + const tempLocal = this.currentFlow.getTempLocal(type); + return module.if( + module.local_tee(tempLocal.index, expr, type.isManaged), + this.makeToString( + module.local_get(tempLocal.index, type.toRef()), + type.nonNullableType, + reportNode + ), + this.ensureStaticString("null") ); - this.currentType = stringType; - return this.module.unreachable(); } let toStringReturnType = toStringSignature.returnType; if (!toStringReturnType.isStrictlyAssignableTo(stringType)) { @@ -10187,7 +10203,7 @@ export class Compiler extends DiagnosticEmitter { reportNode.range, toStringInstance.identifierAndSignatureRange, toStringReturnType.toString(), stringType.toString() ); this.currentType = stringType; - return this.module.unreachable(); + return module.unreachable(); } return this.makeCallDirect(toStringInstance, [ expr ], reportNode); } @@ -10197,7 +10213,7 @@ export class Compiler extends DiagnosticEmitter { reportNode.range, type.toString(), stringType.toString() ); this.currentType = stringType; - return this.module.unreachable(); + return module.unreachable(); } /** Makes an allocation suitable to hold the data of an instance of the given class. */ diff --git a/tests/compiler/templateliteral.debug.wat b/tests/compiler/templateliteral.debug.wat index 629dbcd62d..4ba00fcccb 100644 --- a/tests/compiler/templateliteral.debug.wat +++ b/tests/compiler/templateliteral.debug.wat @@ -39,10 +39,10 @@ (global $~lib/util/number/_K (mut i32) (i32.const 0)) (global $~lib/util/number/_frc_pow (mut i64) (i64.const 0)) (global $~lib/util/number/_exp_pow (mut i32) (i32.const 0)) - (global $~lib/rt/__rtti_base i32 (i32.const 4640)) - (global $~lib/memory/__data_end i32 (i32.const 4672)) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 37440)) - (global $~lib/memory/__heap_base i32 (i32.const 37440)) + (global $~lib/rt/__rtti_base i32 (i32.const 4848)) + (global $~lib/memory/__data_end i32 (i32.const 4880)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 37648)) + (global $~lib/memory/__heap_base i32 (i32.const 37648)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00a\00\00\00\00\00\00\00\00\00\00\00") @@ -98,11 +98,16 @@ (data $50 (i32.const 4348) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00r\00e\00f\00#\001\00r\00e\00f\00#\002\00\00\00\00\00\00\00\00\00") (data $51 (i32.const 4396) ",\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\14\00\00\00p\02\00\00\00\00\00\00\90\02\00\00\00\00\00\00\b0\02\00\00\00\00\00\00\00\00\00\00") (data $52 (i32.const 4444) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00(\00A\00=\00r\00e\00f\00#\001\00,\00 \00B\00=\00r\00e\00f\00#\002\00)\00\00\00\00\00\00\00\00\00") - (data $53 (i32.const 4508) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00c\00\00\00\00\00\00\00\00\00\00\00") - (data $54 (i32.const 4540) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00:\00\00\00\00\00\00\00\00\00\00\00") - (data $55 (i32.const 4572) "\1c\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\00\00\00\00\d0\11\00\00\00\00\00\00") - (data $56 (i32.const 4604) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00a\00:\00b\00:\00c\00\00\00") - (data $57 (i32.const 4640) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\04A\00\00 \00\00\00\00\00\00\00") + (data $53 (i32.const 4508) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00c\00:\00 \00\00\00\00\00\00\00") + (data $54 (i32.const 4540) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00;\00 \00d\00:\00 \00\00\00") + (data $55 (i32.const 4572) ",\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00\b0\11\00\00\00\00\00\00\d0\11\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $56 (i32.const 4620) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00n\00u\00l\00l\00\00\00\00\00") + (data $57 (i32.const 4652) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00c\00:\00 \00r\00e\00f\00#\003\00;\00 \00d\00:\00 \00n\00u\00l\00l\00\00\00\00\00\00\00\00\00\00\00") + (data $58 (i32.const 4716) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00c\00\00\00\00\00\00\00\00\00\00\00") + (data $59 (i32.const 4748) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00:\00\00\00\00\00\00\00\00\00\00\00") + (data $60 (i32.const 4780) "\1c\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\00\00\00\00\a0\12\00\00\00\00\00\00") + (data $61 (i32.const 4812) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00a\00:\00b\00:\00c\00\00\00") + (data $62 (i32.const 4848) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\04A\00\00 \00\00\00\00\00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) @@ -4365,6 +4370,7 @@ call $templateliteral/test_float call $templateliteral/test_fast_paths_string call $templateliteral/test_ref + call $templateliteral/test_null call $templateliteral/test_recursive ) (func $~lib/rt/__visit_globals (param $0 i32) @@ -4519,8 +4525,8 @@ global.get $~lib/memory/__data_end i32.lt_s if - i32.const 37472 - i32.const 37520 + i32.const 37680 + i32.const 37728 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -5991,6 +5997,126 @@ i32.add global.set $~lib/memory/__stack_pointer ) + (func $templateliteral/test_null + (local $c i32) + (local $d i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + global.get $~lib/memory/__stack_pointer + i32.const 32 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 32 + memory.fill + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 3 + call $templateliteral/Ref#constructor + local.tee $c + i32.store + i32.const 0 + local.set $d + global.get $~lib/memory/__stack_pointer + local.get $c + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=12 + local.get $5 + call $templateliteral/Ref#toString + local.tee $2 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + local.get $d + local.tee $4 + i32.store offset=20 + local.get $4 + if (result i32) + local.get $4 + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=12 + local.get $5 + call $templateliteral/Ref#toString + else + i32.const 4640 + end + local.tee $3 + i32.store offset=24 + i32.const 4592 + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=12 + local.get $5 + i32.const 1 + local.get $2 + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=28 + local.get $5 + call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 4592 + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=12 + local.get $5 + i32.const 3 + local.get $3 + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=28 + local.get $5 + call $~lib/staticarray/StaticArray<~lib/string/String>#__uset + i32.const 4592 + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=12 + local.get $5 + i32.const 160 + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=28 + local.get $5 + call $~lib/staticarray/StaticArray<~lib/string/String>#join + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=4 + local.get $5 + i32.const 4672 + local.set $5 + global.get $~lib/memory/__stack_pointer + local.get $5 + i32.store offset=8 + local.get $5 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 60 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 32 + i32.add + global.set $~lib/memory/__stack_pointer + ) (func $templateliteral/RecursiveObject#constructor (param $this i32) (param $key i32) (param $val i32) (result i32) (local $3 i32) global.get $~lib/memory/__stack_pointer @@ -6110,7 +6236,7 @@ call $templateliteral/RecursiveObject#toString local.tee $3 i32.store offset=12 - i32.const 4592 + i32.const 4800 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 @@ -6124,7 +6250,7 @@ i32.store offset=16 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset - i32.const 4592 + i32.const 4800 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 @@ -6138,7 +6264,7 @@ i32.store offset=16 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset - i32.const 4592 + i32.const 4800 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 @@ -6175,7 +6301,7 @@ memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 4528 + i32.const 4736 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 @@ -6231,7 +6357,7 @@ local.get $3 i32.store local.get $3 - i32.const 4624 + i32.const 4832 local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 @@ -6242,7 +6368,7 @@ if i32.const 0 i32.const 96 - i32.const 118 + i32.const 125 i32.const 3 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/templateliteral.release.wat b/tests/compiler/templateliteral.release.wat index 55f98e34df..4103fc0f3f 100644 --- a/tests/compiler/templateliteral.release.wat +++ b/tests/compiler/templateliteral.release.wat @@ -28,7 +28,7 @@ (global $~lib/util/number/_K (mut i32) (i32.const 0)) (global $~lib/util/number/_frc_pow (mut i64) (i64.const 0)) (global $~lib/util/number/_exp_pow (mut i32) (i32.const 0)) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 38464)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 38672)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) (data $0 (i32.const 1036) "\1c") @@ -122,13 +122,22 @@ (data $52 (i32.const 5468) "<") (data $52.1 (i32.const 5480) "\02\00\00\00$\00\00\00(\00A\00=\00r\00e\00f\00#\001\00,\00 \00B\00=\00r\00e\00f\00#\002\00)") (data $53 (i32.const 5532) "\1c") - (data $53.1 (i32.const 5544) "\02\00\00\00\02\00\00\00c") + (data $53.1 (i32.const 5544) "\02\00\00\00\06\00\00\00c\00:\00 ") (data $54 (i32.const 5564) "\1c") - (data $54.1 (i32.const 5576) "\02\00\00\00\02\00\00\00:") - (data $55 (i32.const 5596) "\1c\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\00\00\00\00\d0\15") - (data $56 (i32.const 5628) "\1c") - (data $56.1 (i32.const 5640) "\02\00\00\00\n\00\00\00a\00:\00b\00:\00c") - (data $57 (i32.const 5664) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\04A\00\00 ") + (data $54.1 (i32.const 5576) "\02\00\00\00\n\00\00\00;\00 \00d\00:\00 ") + (data $55 (i32.const 5596) ",\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\10\00\00\00\b0\15\00\00\00\00\00\00\d0\15") + (data $56 (i32.const 5644) "\1c") + (data $56.1 (i32.const 5656) "\02\00\00\00\08\00\00\00n\00u\00l\00l") + (data $57 (i32.const 5676) "<") + (data $57.1 (i32.const 5688) "\02\00\00\00\"\00\00\00c\00:\00 \00r\00e\00f\00#\003\00;\00 \00d\00:\00 \00n\00u\00l\00l") + (data $58 (i32.const 5740) "\1c") + (data $58.1 (i32.const 5752) "\02\00\00\00\02\00\00\00c") + (data $59 (i32.const 5772) "\1c") + (data $59.1 (i32.const 5784) "\02\00\00\00\02\00\00\00:") + (data $60 (i32.const 5804) "\1c\00\00\00\03\00\00\00\00\00\00\00\04\00\00\00\0c\00\00\00\00\00\00\00\a0\16") + (data $61 (i32.const 5836) "\1c") + (data $61.1 (i32.const 5848) "\02\00\00\00\n\00\00\00a\00:\00b\00:\00c") + (data $62 (i32.const 5872) "\07\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00\04A\00\00 ") (export "memory" (memory $0)) (export "_start" (func $~start)) (func $~lib/rt/itcms/visitRoots @@ -203,7 +212,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$162 + block $__inlined_func$~lib/rt/itcms/Object#unlink$164 local.get $0 i32.load offset=4 i32.const -4 @@ -215,7 +224,7 @@ i32.load offset=8 i32.eqz local.get $0 - i32.const 38464 + i32.const 38672 i32.lt_u i32.and i32.eqz @@ -227,7 +236,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$162 + br $__inlined_func$~lib/rt/itcms/Object#unlink$164 end local.get $0 i32.load offset=8 @@ -264,7 +273,7 @@ i32.const 1 else local.get $1 - i32.const 5664 + i32.const 5872 i32.load i32.gt_u if @@ -278,7 +287,7 @@ local.get $1 i32.const 2 i32.shl - i32.const 5668 + i32.const 5876 i32.add i32.load i32.const 32 @@ -862,10 +871,10 @@ if unreachable end - i32.const 38464 + i32.const 38672 i32.const 0 i32.store - i32.const 40032 + i32.const 40240 i32.const 0 i32.store loop $for-loop|0 @@ -876,7 +885,7 @@ local.get $0 i32.const 2 i32.shl - i32.const 38464 + i32.const 38672 i32.add i32.const 0 i32.store offset=4 @@ -894,7 +903,7 @@ i32.add i32.const 2 i32.shl - i32.const 38464 + i32.const 38672 i32.add i32.const 0 i32.store offset=96 @@ -912,14 +921,14 @@ br $for-loop|0 end end - i32.const 38464 - i32.const 40036 + i32.const 38672 + i32.const 40244 memory.size i64.extend_i32_s i64.const 16 i64.shl call $~lib/rt/tlsf/addMemory - i32.const 38464 + i32.const 38672 global.set $~lib/rt/tlsf/ROOT ) (func $~lib/rt/itcms/step (result i32) @@ -1004,7 +1013,7 @@ local.set $0 loop $while-continue|0 local.get $0 - i32.const 38464 + i32.const 38672 i32.lt_u if local.get $0 @@ -1100,7 +1109,7 @@ unreachable end local.get $0 - i32.const 38464 + i32.const 38672 i32.lt_u if local.get $0 @@ -1123,7 +1132,7 @@ i32.const 4 i32.add local.tee $0 - i32.const 38464 + i32.const 38672 i32.ge_u if global.get $~lib/rt/tlsf/ROOT @@ -1799,11 +1808,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 5696 + i32.const 5904 i32.lt_s if - i32.const 38496 - i32.const 38544 + i32.const 38704 + i32.const 38752 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -2947,11 +2956,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 5696 + i32.const 5904 i32.lt_s if - i32.const 38496 - i32.const 38544 + i32.const 38704 + i32.const 38752 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3018,7 +3027,7 @@ memory.size i32.const 16 i32.shl - i32.const 38464 + i32.const 38672 i32.sub i32.const 1 i32.shr_u @@ -3053,7 +3062,7 @@ global.set $~lib/memory/__stack_pointer block $folding-inner1 global.get $~lib/memory/__stack_pointer - i32.const 5696 + i32.const 5904 i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer @@ -3180,7 +3189,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 5696 + i32.const 5904 i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer @@ -3314,7 +3323,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 5696 + i32.const 5904 i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer @@ -3449,7 +3458,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 5696 + i32.const 5904 i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer @@ -3604,11 +3613,99 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 32 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer + i32.const 5904 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 32 + memory.fill + global.get $~lib/memory/__stack_pointer + i32.const 3 + call $templateliteral/Ref#constructor + local.tee $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $0 + call $templateliteral/Ref#toString + local.tee $0 + i32.store offset=16 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer + i32.const 5664 + i32.store offset=24 + global.get $~lib/memory/__stack_pointer + i32.const 5616 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=28 + i32.const 5620 + local.get $0 + i32.store + i32.const 5616 + local.get $0 + i32.const 1 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + i32.const 5616 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 5664 + i32.store offset=28 + i32.const 5628 + i32.const 5664 + i32.store + i32.const 5616 + i32.const 5664 + i32.const 1 + call $~lib/rt/itcms/__link + global.get $~lib/memory/__stack_pointer + i32.const 5616 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 1184 + i32.store offset=28 + i32.const 5616 + call $~lib/staticarray/StaticArray<~lib/string/String>#join + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer i32.const 5696 + i32.store offset=8 + local.get $0 + i32.const 5696 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 60 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 32 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 24 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 5904 i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer @@ -3616,10 +3713,10 @@ i32.const 24 memory.fill global.get $~lib/memory/__stack_pointer - i32.const 5552 + i32.const 5760 i32.store global.get $~lib/memory/__stack_pointer - i32.const 5552 + i32.const 5760 i32.const 0 call $templateliteral/RecursiveObject#constructor local.tee $0 @@ -3658,16 +3755,16 @@ local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 5648 + i32.const 5856 i32.store offset=8 local.get $0 - i32.const 5648 + i32.const 5856 call $~lib/string/String.__eq i32.eqz if i32.const 0 i32.const 1120 - i32.const 118 + i32.const 125 i32.const 3 call $~lib/builtins/abort unreachable @@ -3678,8 +3775,8 @@ global.set $~lib/memory/__stack_pointer return end - i32.const 38496 - i32.const 38544 + i32.const 38704 + i32.const 38752 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3784,11 +3881,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 5696 + i32.const 5904 i32.lt_s if - i32.const 38496 - i32.const 38544 + i32.const 38704 + i32.const 38752 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -3887,7 +3984,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl$89 + block $__inlined_func$~lib/util/string/compareImpl$90 loop $while-continue|1 local.get $0 local.tee $3 @@ -3907,7 +4004,7 @@ local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl$89 + br_if $__inlined_func$~lib/util/string/compareImpl$90 local.get $2 i32.const 2 i32.add @@ -3945,11 +4042,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 5696 + i32.const 5904 i32.lt_s if - i32.const 38496 - i32.const 38544 + i32.const 38704 + i32.const 38752 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4023,11 +4120,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 5696 + i32.const 5904 i32.lt_s if - i32.const 38496 - i32.const 38544 + i32.const 38704 + i32.const 38752 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4235,11 +4332,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 5696 + i32.const 5904 i32.lt_s if - i32.const 38496 - i32.const 38544 + i32.const 38704 + i32.const 38752 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4276,11 +4373,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 5696 + i32.const 5904 i32.lt_s if - i32.const 38496 - i32.const 38544 + i32.const 38704 + i32.const 38752 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4493,11 +4590,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 5696 + i32.const 5904 i32.lt_s if - i32.const 38496 - i32.const 38544 + i32.const 38704 + i32.const 38752 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4531,7 +4628,7 @@ global.set $~lib/memory/__stack_pointer block $folding-inner0 global.get $~lib/memory/__stack_pointer - i32.const 5696 + i32.const 5904 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -4558,7 +4655,7 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 5696 + i32.const 5904 i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer @@ -4583,8 +4680,8 @@ global.set $~lib/memory/__stack_pointer return end - i32.const 38496 - i32.const 38544 + i32.const 38704 + i32.const 38752 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4597,11 +4694,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 5696 + i32.const 5904 i32.lt_s if - i32.const 38496 - i32.const 38544 + i32.const 38704 + i32.const 38752 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4658,11 +4755,11 @@ i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 5696 + i32.const 5904 i32.lt_s if - i32.const 38496 - i32.const 38544 + i32.const 38704 + i32.const 38752 i32.const 1 i32.const 1 call $~lib/builtins/abort @@ -4711,38 +4808,38 @@ local.tee $1 i32.store offset=12 global.get $~lib/memory/__stack_pointer - i32.const 5616 + i32.const 5824 i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=16 - i32.const 5616 + i32.const 5824 local.get $0 i32.store - i32.const 5616 + i32.const 5824 local.get $0 i32.const 1 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - i32.const 5616 + i32.const 5824 i32.store global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=16 - i32.const 5624 + i32.const 5832 local.get $1 i32.store - i32.const 5616 + i32.const 5824 local.get $1 i32.const 1 call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer - i32.const 5616 + i32.const 5824 i32.store global.get $~lib/memory/__stack_pointer i32.const 1184 i32.store offset=16 - i32.const 5616 + i32.const 5824 call $~lib/staticarray/StaticArray<~lib/string/String>#join global.get $~lib/memory/__stack_pointer i32.const 20 diff --git a/tests/compiler/templateliteral.ts b/tests/compiler/templateliteral.ts index b6d3782712..7ced6c8454 100644 --- a/tests/compiler/templateliteral.ts +++ b/tests/compiler/templateliteral.ts @@ -54,6 +54,13 @@ function test_ref(): void { } test_ref(); +function test_null(): void { + var c: Ref | null = new Ref(3); + var d: Ref | null = null; + assert(`c: ${c}; d: ${d}` == "c: ref#3; d: null"); +} +test_null(); + function tag(parts: TemplateStringsArray, a: i32): string { var raw = parts.raw; assert(parts.length == 2); From 3defefd5b09248d697a2e6bd1e7201c0cf98def1 Mon Sep 17 00:00:00 2001 From: Matt Johnson-Pint Date: Tue, 3 Jun 2025 15:59:32 -0700 Subject: [PATCH 082/103] feat: support more types in switch statements (#2926) --- src/compiler.ts | 104 +- tests/compiler/switch.debug.wat | 4799 ++++++++++++++++++++++++++++- tests/compiler/switch.release.wat | 3107 +++++++++++++++++++ tests/compiler/switch.ts | 212 +- 4 files changed, 8096 insertions(+), 126 deletions(-) diff --git a/src/compiler.ts b/src/compiler.ts index 4cacf19fa4..dcc5e84978 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -2816,19 +2816,18 @@ export class Compiler extends DiagnosticEmitter { let numCases = cases.length; // Compile the condition (always executes) - let condExpr = this.compileExpression(statement.condition, Type.u32, - Constraints.ConvImplicit - ); - + let condExpr = this.compileExpression(statement.condition, Type.auto); + let condType = this.currentType; + // Shortcut if there are no cases if (!numCases) return module.drop(condExpr); // Assign the condition to a temporary local as we compare it multiple times let outerFlow = this.currentFlow; - let tempLocal = outerFlow.getTempLocal(Type.u32); + let tempLocal = outerFlow.getTempLocal(condType); let tempLocalIndex = tempLocal.index; let breaks = new Array(1 + numCases); - breaks[0] = module.local_set(tempLocalIndex, condExpr, false); // u32 + breaks[0] = module.local_set(tempLocalIndex, condExpr, condType.isManaged); // Make one br_if per labeled case and leave it to Binaryen to optimize the // sequence of br_ifs to a br_table according to optimization levels @@ -2841,14 +2840,24 @@ export class Compiler extends DiagnosticEmitter { defaultIndex = i; continue; } - breaks[breakIndex++] = module.br(`case${i}|${label}`, - module.binary(BinaryOp.EqI32, - module.local_get(tempLocalIndex, TypeRef.I32), - this.compileExpression(assert(case_.label), Type.u32, - Constraints.ConvImplicit - ) - ) + + // Compile the equality expression for this case + const left = statement.condition; + const leftExpr = module.local_get(tempLocalIndex, condType.toRef()); + const leftType = condType; + const right = case_.label!; + const rightExpr = this.compileExpression(assert(case_.label), condType, Constraints.ConvImplicit); + const rightType = this.currentType; + const equalityExpr = this.compileCommutativeCompareBinaryExpressionFromParts( + Token.Equals_Equals, + left, leftExpr, leftType, + right, rightExpr, rightType, + condType, + statement ); + + // Add it to the list of breaks + breaks[breakIndex++] = module.br(`case${i}|${label}`, equalityExpr); } // If there is a default case, break to it, otherwise break out of the switch @@ -3800,24 +3809,44 @@ export class Compiler extends DiagnosticEmitter { expression: BinaryExpression, contextualType: Type, ): ExpressionRef { - let module = this.module; - let left = expression.left; - let right = expression.right; + + const left = expression.left; + const leftExpr = this.compileExpression(left, contextualType); + const leftType = this.currentType; + + const right = expression.right; + const rightExpr = this.compileExpression(right, leftType); + const rightType = this.currentType; + + return this.compileCommutativeCompareBinaryExpressionFromParts( + expression.operator, + left, leftExpr, leftType, + right, rightExpr, rightType, + contextualType, + expression + ); + } - let leftExpr: ExpressionRef; - let leftType: Type; - let rightExpr: ExpressionRef; - let rightType: Type; - let commonType: Type | null; + /** + * compile `==` `===` `!=` `!==` BinaryExpression, from previously compiled left and right expressions. + * + * This is split from `compileCommutativeCompareBinaryExpression` so that the logic can be reused + * for switch cases in `compileSwitchStatement`, where the left expression only should be compiled once. + */ + private compileCommutativeCompareBinaryExpressionFromParts( + operator: Token, + left: Expression, + leftExpr: ExpressionRef, + leftType: Type, + right: Expression, + rightExpr: ExpressionRef, + rightType: Type, + contextualType: Type, + reportNode: Node + ): ExpressionRef { - let operator = expression.operator; + let module = this.module; let operatorString = operatorTokenToString(operator); - - leftExpr = this.compileExpression(left, contextualType); - leftType = this.currentType; - - rightExpr = this.compileExpression(right, leftType); - rightType = this.currentType; // check operator overload const operatorKind = OperatorKind.fromBinaryToken(operator); @@ -3825,7 +3854,8 @@ export class Compiler extends DiagnosticEmitter { const rightOverload = rightType.lookupOverload(operatorKind, this.program); if (leftOverload && rightOverload && leftOverload != rightOverload) { this.error( - DiagnosticCode.Ambiguous_operator_overload_0_conflicting_overloads_1_and_2, expression.range, + DiagnosticCode.Ambiguous_operator_overload_0_conflicting_overloads_1_and_2, + reportNode.range, operatorString, leftOverload.internalName, rightOverload.internalName @@ -3838,7 +3868,7 @@ export class Compiler extends DiagnosticEmitter { leftOverload, left, leftExpr, leftType, right, rightExpr, rightType, - expression + reportNode ); } if (rightOverload) { @@ -3846,15 +3876,15 @@ export class Compiler extends DiagnosticEmitter { rightOverload, right, rightExpr, rightType, left, leftExpr, leftType, - expression + reportNode ); } const signednessIsRelevant = false; - commonType = Type.commonType(leftType, rightType, contextualType, signednessIsRelevant); + const commonType = Type.commonType(leftType, rightType, contextualType, signednessIsRelevant); if (!commonType) { this.error( DiagnosticCode.Operator_0_cannot_be_applied_to_types_1_and_2, - expression.range, + reportNode.range, operatorString, leftType.toString(), rightType.toString() @@ -3867,13 +3897,13 @@ export class Compiler extends DiagnosticEmitter { if (isConstExpressionNaN(module, rightExpr) || isConstExpressionNaN(module, leftExpr)) { this.warning( DiagnosticCode._NaN_does_not_compare_equal_to_any_other_value_including_itself_Use_isNaN_x_instead, - expression.range + reportNode.range ); } if (isConstNegZero(rightExpr) || isConstNegZero(leftExpr)) { this.warning( DiagnosticCode.Comparison_with_0_0_is_sign_insensitive_Use_Object_is_x_0_0_if_the_sign_matters, - expression.range + reportNode.range ); } } @@ -3887,10 +3917,10 @@ export class Compiler extends DiagnosticEmitter { switch (operator) { case Token.Equals_Equals_Equals: case Token.Equals_Equals: - return this.makeEq(leftExpr, rightExpr, commonType, expression); + return this.makeEq(leftExpr, rightExpr, commonType, reportNode); case Token.Exclamation_Equals_Equals: case Token.Exclamation_Equals: - return this.makeNe(leftExpr, rightExpr, commonType, expression); + return this.makeNe(leftExpr, rightExpr, commonType, reportNode); default: assert(false); return module.unreachable(); diff --git a/tests/compiler/switch.debug.wat b/tests/compiler/switch.debug.wat index 6510f0aca7..e38ffb1605 100644 --- a/tests/compiler/switch.debug.wat +++ b/tests/compiler/switch.debug.wat @@ -1,13 +1,67 @@ (module (type $0 (func (param i32) (result i32))) - (type $1 (func)) - (type $2 (func (param i32 i32 i32 i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32 i32) (result i32))) + (type $3 (func (param i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param i64) (result i32))) + (type $7 (func (param i32 i32 i32 i32))) + (type $8 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $9 (func (param i32 i32 i64) (result i32))) + (type $10 (func (result i32))) + (type $11 (func (param f32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) - (global $~lib/memory/__data_end i32 (i32.const 60)) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 32828)) - (global $~lib/memory/__heap_base i32 (i32.const 32828)) + (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) + (global $~lib/shared/runtime/Runtime.Incremental i32 (i32.const 2)) + (global $~lib/native/ASC_SHRINK_LEVEL i32 (i32.const 0)) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $~lib/native/ASC_LOW_MEMORY_LIMIT i32 (i32.const 0)) + (global $switch/Foo.A i32 (i32.const 1)) + (global $switch/Foo.B i32 (i32.const 2)) + (global $switch/Foo.C i32 (i32.const 3)) + (global $switch/Foo.D i32 (i32.const 4)) + (global $switch/foo1 (mut i32) (i32.const 0)) + (global $switch/foo2 (mut i32) (i32.const 0)) + (global $~lib/rt/__rtti_base i32 (i32.const 912)) + (global $~lib/memory/__data_end i32 (i32.const 940)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33708)) + (global $~lib/memory/__heap_base i32 (i32.const 33708)) (memory $0 1) (data $0 (i32.const 12) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\12\00\00\00s\00w\00i\00t\00c\00h\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 60) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00o\00n\00e\00\00\00\00\00\00\00") + (data $2 (i32.const 92) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00t\00w\00o\00\00\00\00\00\00\00") + (data $3 (i32.const 124) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\n\00\00\00t\00h\00r\00e\00e\00\00\00") + (data $4 (i32.const 156) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\08\00\00\00f\00o\00u\00r\00\00\00\00\00") + (data $5 (i32.const 188) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00o\00\00\00\00\00\00\00\00\00\00\00") + (data $6 (i32.const 220) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00n\00\00\00\00\00\00\00\00\00\00\00") + (data $7 (i32.const 252) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $8 (i32.const 284) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") + (data $9 (i32.const 348) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $10 (i32.const 416) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $11 (i32.const 448) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $12 (i32.const 476) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") + (data $13 (i32.const 540) ",\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") + (data $14 (i32.const 592) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $15 (i32.const 620) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") + (data $16 (i32.const 684) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00e\00\00\00\00\00\00\00\00\00\00\00") + (data $17 (i32.const 716) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00t\00\00\00\00\00\00\00\00\00\00\00") + (data $18 (i32.const 748) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00w\00\00\00\00\00\00\00\00\00\00\00") + (data $19 (i32.const 780) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00h\00\00\00\00\00\00\00\00\00\00\00") + (data $20 (i32.const 812) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00r\00\00\00\00\00\00\00\00\00\00\00") + (data $21 (i32.const 844) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00f\00\00\00\00\00\00\00\00\00\00\00") + (data $22 (i32.const 876) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\02\00\00\00u\00\00\00\00\00\00\00\00\00\00\00") + (data $23 (i32.const 912) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) (export "memory" (memory $0)) @@ -50,6 +104,38 @@ i32.const 23 return ) + (func $switch/doSwitchDefaultFirst (param $n i32) (result i32) + (local $1 i32) + block $case3|0 + block $case2|0 + block $case1|0 + block $case0|0 + local.get $n + local.set $1 + local.get $1 + i32.const 1 + i32.eq + br_if $case1|0 + local.get $1 + i32.const 2 + i32.eq + br_if $case2|0 + local.get $1 + i32.const 3 + i32.eq + br_if $case3|0 + br $case0|0 + end + i32.const 0 + return + end + i32.const 1 + return + end + end + i32.const 23 + return + ) (func $switch/doSwitchDefaultOmitted (param $n i32) (result i32) (local $1 i32) block $break|0 @@ -166,399 +252,4944 @@ i32.const 2 return ) - (func $start:switch + (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) + local.get $this + i32.load offset=16 + ) + (func $~lib/string/String#get:length (param $this i32) (result i32) + local.get $this + i32.const 20 + i32.sub + call $~lib/rt/common/OBJECT#get:rtSize + i32.const 1 + i32.shr_u + return + ) + (func $~lib/util/string/compareImpl (param $str1 i32) (param $index1 i32) (param $str2 i32) (param $index2 i32) (param $len i32) (result i32) + (local $ptr1 i32) + (local $ptr2 i32) + (local $7 i32) + (local $a i32) + (local $b i32) + local.get $str1 + local.get $index1 + i32.const 1 + i32.shl + i32.add + local.set $ptr1 + local.get $str2 + local.get $index2 + i32.const 1 + i32.shl + i32.add + local.set $ptr2 + i32.const 0 + i32.const 2 + i32.lt_s + drop + local.get $len + i32.const 4 + i32.ge_u + if (result i32) + local.get $ptr1 + i32.const 7 + i32.and + local.get $ptr2 + i32.const 7 + i32.and + i32.or + i32.eqz + else + i32.const 0 + end + if + block $do-break|0 + loop $do-loop|0 + local.get $ptr1 + i64.load + local.get $ptr2 + i64.load + i64.ne + if + br $do-break|0 + end + local.get $ptr1 + i32.const 8 + i32.add + local.set $ptr1 + local.get $ptr2 + i32.const 8 + i32.add + local.set $ptr2 + local.get $len + i32.const 4 + i32.sub + local.set $len + local.get $len + i32.const 4 + i32.ge_u + br_if $do-loop|0 + end + end + end + loop $while-continue|1 + local.get $len + local.tee $7 + i32.const 1 + i32.sub + local.set $len + local.get $7 + if + local.get $ptr1 + i32.load16_u + local.set $a + local.get $ptr2 + i32.load16_u + local.set $b + local.get $a + local.get $b + i32.ne + if + local.get $a + local.get $b + i32.sub + return + end + local.get $ptr1 + i32.const 2 + i32.add + local.set $ptr1 + local.get $ptr2 + i32.const 2 + i32.add + local.set $ptr2 + br $while-continue|1 + end + end + i32.const 0 + return + ) + (func $~lib/rt/itcms/Object#set:nextWithColor (param $this i32) (param $nextWithColor i32) + local.get $this + local.get $nextWithColor + i32.store offset=4 + ) + (func $~lib/rt/itcms/Object#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store offset=8 + ) + (func $~lib/rt/itcms/initLazy (param $space i32) (result i32) + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $space + local.get $space + call $~lib/rt/itcms/Object#set:prev + local.get $space + return + ) + (func $~lib/rt/itcms/Object#get:nextWithColor (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/rt/itcms/Object#get:next (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + return + ) + (func $~lib/rt/itcms/Object#get:color (param $this i32) (result i32) + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + return + ) + (func $~lib/rt/itcms/visitRoots (param $cookie i32) + (local $pn i32) + (local $iter i32) + local.get $cookie + call $~lib/rt/__visit_globals + global.get $~lib/rt/itcms/pinSpace + local.set $pn + local.get $pn + call $~lib/rt/itcms/Object#get:next + local.set $iter + loop $while-continue|0 + local.get $iter + local.get $pn + i32.ne + if + i32.const 1 + drop + local.get $iter + call $~lib/rt/itcms/Object#get:color + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $iter + i32.const 20 + i32.add + local.get $cookie + call $~lib/rt/__visit_members + local.get $iter + call $~lib/rt/itcms/Object#get:next + local.set $iter + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/Object#set:color (param $this i32) (param $color i32) + local.get $this + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $color + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#get:prev (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/rt/itcms/Object#set:next (param $this i32) (param $obj i32) + local.get $this + local.get $obj + local.get $this + call $~lib/rt/itcms/Object#get:nextWithColor + i32.const 3 + i32.and + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + ) + (func $~lib/rt/itcms/Object#unlink (param $this i32) + (local $next i32) + (local $prev i32) + local.get $this + call $~lib/rt/itcms/Object#get:next + local.set $next + local.get $next + i32.const 0 + i32.eq + if + i32.const 1 + drop + local.get $this + call $~lib/rt/itcms/Object#get:prev + i32.const 0 + i32.eq + if (result i32) + local.get $this + global.get $~lib/memory/__heap_base + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + return + end + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.set $prev + i32.const 1 + drop + local.get $prev + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $next + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $next + call $~lib/rt/itcms/Object#set:next + ) + (func $~lib/rt/itcms/Object#get:rtId (param $this i32) (result i32) + local.get $this + i32.load offset=12 + ) + (func $~lib/shared/typeinfo/Typeinfo#get:flags (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/__typeinfo (param $id i32) (result i32) + (local $ptr i32) + global.get $~lib/rt/__rtti_base + local.set $ptr + local.get $id + local.get $ptr + i32.load + i32.gt_u + if + i32.const 496 + i32.const 560 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $ptr + i32.const 4 + i32.add + local.get $id + i32.const 4 + i32.mul + i32.add + call $~lib/shared/typeinfo/Typeinfo#get:flags + return + ) + (func $~lib/rt/itcms/Object#get:isPointerfree (param $this i32) (result i32) + (local $rtId i32) + local.get $this + call $~lib/rt/itcms/Object#get:rtId + local.set $rtId + local.get $rtId + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $rtId + call $~lib/rt/__typeinfo + i32.const 32 + i32.and + i32.const 0 + i32.ne + end + return + ) + (func $~lib/rt/itcms/Object#linkTo (param $this i32) (param $list i32) (param $withColor i32) + (local $prev i32) + local.get $list + call $~lib/rt/itcms/Object#get:prev + local.set $prev + local.get $this + local.get $list + local.get $withColor + i32.or + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $this + local.get $prev + call $~lib/rt/itcms/Object#set:prev + local.get $prev + local.get $this + call $~lib/rt/itcms/Object#set:next + local.get $list + local.get $this + call $~lib/rt/itcms/Object#set:prev + ) + (func $~lib/rt/itcms/Object#makeGray (param $this i32) + (local $1 i32) + local.get $this + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $this + call $~lib/rt/itcms/Object#get:prev + local.tee $1 + i32.eqz + if (result i32) + i32.const 0 + i32.const 368 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + else + local.get $1 + end + global.set $~lib/rt/itcms/iter + end + local.get $this + call $~lib/rt/itcms/Object#unlink + local.get $this + global.get $~lib/rt/itcms/toSpace + local.get $this + call $~lib/rt/itcms/Object#get:isPointerfree + if (result i32) + global.get $~lib/rt/itcms/white + i32.eqz + else + i32.const 2 + end + call $~lib/rt/itcms/Object#linkTo + ) + (func $~lib/rt/itcms/__visit (param $ptr i32) (param $cookie i32) + (local $obj i32) + local.get $ptr + i32.eqz + if + return + end + local.get $ptr + i32.const 20 + i32.sub + local.set $obj + i32.const 0 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eq + if + local.get $obj + call $~lib/rt/itcms/Object#makeGray + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) + (func $~lib/rt/itcms/visitStack (param $cookie i32) + (local $ptr i32) + global.get $~lib/memory/__stack_pointer + local.set $ptr + loop $while-continue|0 + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $ptr + i32.load + local.get $cookie + call $~lib/rt/itcms/__visit + local.get $ptr + i32.const 4 + i32.add + local.set $ptr + br $while-continue|0 + end + end + ) + (func $~lib/rt/common/BLOCK#get:mmInfo (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/itcms/Object#get:size (param $this i32) (result i32) + i32.const 4 + local.get $this + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + return + ) + (func $~lib/rt/tlsf/Root#set:flMap (param $this i32) (param $flMap i32) + local.get $this + local.get $flMap + i32.store + ) + (func $~lib/rt/common/BLOCK#set:mmInfo (param $this i32) (param $mmInfo i32) + local.get $this + local.get $mmInfo + i32.store + ) + (func $~lib/rt/tlsf/Block#set:prev (param $this i32) (param $prev i32) + local.get $this + local.get $prev + i32.store offset=4 + ) + (func $~lib/rt/tlsf/Block#set:next (param $this i32) (param $next i32) + local.get $this + local.get $next + i32.store offset=8 + ) + (func $~lib/rt/tlsf/Block#get:prev (param $this i32) (result i32) + local.get $this + i32.load offset=4 + ) + (func $~lib/rt/tlsf/Block#get:next (param $this i32) (result i32) + local.get $this + i32.load offset=8 + ) + (func $~lib/rt/tlsf/Root#get:flMap (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $~lib/rt/tlsf/removeBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $6 i32) + (local $7 i32) + (local $boundedSize i32) + (local $prev i32) + (local $next i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $root|14 i32) + (local $fl|15 i32) + (local $sl|16 i32) + (local $head i32) + (local $root|18 i32) + (local $fl|19 i32) + (local $slMap i32) + (local $root|21 i32) + (local $fl|22 i32) + (local $slMap|23 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $6 + i32.const 1073741820 + local.tee $7 + local.get $6 + local.get $7 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/tlsf/Block#get:prev + local.set $prev + local.get $block + call $~lib/rt/tlsf/Block#get:next + local.set $next + local.get $prev + if + local.get $prev + local.get $next + call $~lib/rt/tlsf/Block#set:next + end + local.get $next + if + local.get $next + local.get $prev + call $~lib/rt/tlsf/Block#set:prev + end + local.get $block + block $~lib/rt/tlsf/GETHEAD|inlined.0 (result i32) + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.0 + end + i32.eq + if + local.get $root + local.set $root|14 + local.get $fl + local.set $fl|15 + local.get $sl + local.set $sl|16 + local.get $next + local.set $head + local.get $root|14 + local.get $fl|15 + i32.const 4 + i32.shl + local.get $sl|16 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store offset=96 + local.get $next + i32.eqz + if + block $~lib/rt/tlsf/GETSL|inlined.0 (result i32) + local.get $root + local.set $root|18 + local.get $fl + local.set $fl|19 + local.get $root|18 + local.get $fl|19 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.0 + end + local.set $slMap + local.get $root + local.set $root|21 + local.get $fl + local.set $fl|22 + local.get $slMap + i32.const 1 + local.get $sl + i32.shl + i32.const -1 + i32.xor + i32.and + local.tee $slMap + local.set $slMap|23 + local.get $root|21 + local.get $fl|22 + i32.const 2 + i32.shl + i32.add + local.get $slMap|23 + i32.store offset=4 + local.get $slMap + i32.eqz + if + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.const -1 + i32.xor + i32.and + call $~lib/rt/tlsf/Root#set:flMap + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $root i32) (param $block i32) + (local $blockInfo i32) + (local $block|3 i32) + (local $right i32) + (local $rightInfo i32) + (local $block|6 i32) + (local $block|7 i32) + (local $left i32) + (local $leftInfo i32) + (local $size i32) + (local $fl i32) + (local $sl i32) + (local $13 i32) + (local $14 i32) + (local $boundedSize i32) + (local $root|16 i32) + (local $fl|17 i32) + (local $sl|18 i32) + (local $head i32) + (local $root|20 i32) + (local $fl|21 i32) + (local $sl|22 i32) + (local $head|23 i32) + (local $root|24 i32) + (local $fl|25 i32) + (local $root|26 i32) + (local $fl|27 i32) + (local $slMap i32) + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $blockInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETRIGHT|inlined.0 (result i32) + local.get $block + local.set $block|3 + local.get $block|3 + i32.const 4 + i32.add + local.get $block|3 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.0 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + local.get $rightInfo + i32.const 1 + i32.and + if + local.get $root + local.get $right + call $~lib/rt/tlsf/removeBlock + local.get $block + local.get $blockInfo + i32.const 4 + i32.add + local.get $rightInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.1 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.1 + end + local.set $right + local.get $right + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $rightInfo + end + local.get $blockInfo + i32.const 2 + i32.and + if + block $~lib/rt/tlsf/GETFREELEFT|inlined.0 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.sub + i32.load + br $~lib/rt/tlsf/GETFREELEFT|inlined.0 + end + local.set $left + local.get $left + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $leftInfo + i32.const 1 + drop + local.get $leftInfo + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $left + call $~lib/rt/tlsf/removeBlock + local.get $left + local.set $block + local.get $block + local.get $leftInfo + i32.const 4 + i32.add + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + local.tee $blockInfo + call $~lib/rt/common/BLOCK#set:mmInfo + end + local.get $right + local.get $rightInfo + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.set $size + i32.const 1 + drop + local.get $size + i32.const 12 + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + drop + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.get $right + i32.eq + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $right + i32.const 4 + i32.sub + local.get $block + i32.store + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + local.tee $13 + i32.const 1073741820 + local.tee $14 + local.get $13 + local.get $14 + i32.lt_u + select + local.set $boundedSize + i32.const 31 + local.get $boundedSize + i32.clz + i32.sub + local.set $fl + local.get $boundedSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.1 (result i32) + local.get $root + local.set $root|16 + local.get $fl + local.set $fl|17 + local.get $sl + local.set $sl|18 + local.get $root|16 + local.get $fl|17 + i32.const 4 + i32.shl + local.get $sl|18 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.1 + end + local.set $head + local.get $block + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $block + local.get $head + call $~lib/rt/tlsf/Block#set:next + local.get $head + if + local.get $head + local.get $block + call $~lib/rt/tlsf/Block#set:prev + end + local.get $root + local.set $root|20 + local.get $fl + local.set $fl|21 + local.get $sl + local.set $sl|22 + local.get $block + local.set $head|23 + local.get $root|20 + local.get $fl|21 + i32.const 4 + i32.shl + local.get $sl|22 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head|23 + i32.store offset=96 + local.get $root + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 1 + local.get $fl + i32.shl + i32.or + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|26 + local.get $fl + local.set $fl|27 + block $~lib/rt/tlsf/GETSL|inlined.1 (result i32) + local.get $root + local.set $root|24 + local.get $fl + local.set $fl|25 + local.get $root|24 + local.get $fl|25 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.1 + end + i32.const 1 + local.get $sl + i32.shl + i32.or + local.set $slMap + local.get $root|26 + local.get $fl|27 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $root i32) (param $start i32) (param $endU64 i64) (result i32) + (local $end i32) + (local $root|4 i32) + (local $tail i32) + (local $tailInfo i32) + (local $size i32) + (local $leftSize i32) + (local $left i32) + (local $root|10 i32) + (local $tail|11 i32) + local.get $endU64 + i32.wrap_i64 + local.set $end + i32.const 1 + drop + local.get $start + i64.extend_i32_u + local.get $endU64 + i64.le_u + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + local.set $start + local.get $end + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $end + block $~lib/rt/tlsf/GETTAIL|inlined.0 (result i32) + local.get $root + local.set $root|4 + local.get $root|4 + i32.load offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.0 + end + local.set $tail + i32.const 0 + local.set $tailInfo + local.get $tail + if + i32.const 1 + drop + local.get $start + local.get $tail + i32.const 4 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $start + i32.const 16 + i32.sub + local.get $tail + i32.eq + if + local.get $start + i32.const 16 + i32.sub + local.set $start + local.get $tail + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $tailInfo + else + end + else + i32.const 1 + drop + local.get $start + local.get $root + i32.const 1572 + i32.add + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $end + local.get $start + i32.sub + local.set $size + local.get $size + i32.const 4 + i32.const 12 + i32.add + i32.const 4 + i32.add + i32.lt_u + if + i32.const 0 + return + end + local.get $size + i32.const 2 + i32.const 4 + i32.mul + i32.sub + local.set $leftSize + local.get $start + local.set $left + local.get $left + local.get $leftSize + i32.const 1 + i32.or + local.get $tailInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:prev + local.get $left + i32.const 0 + call $~lib/rt/tlsf/Block#set:next + local.get $start + i32.const 4 + i32.add + local.get $leftSize + i32.add + local.set $tail + local.get $tail + i32.const 0 + i32.const 2 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.set $root|10 + local.get $tail + local.set $tail|11 + local.get $root|10 + local.get $tail|11 + i32.store offset=1568 + local.get $root + local.get $left + call $~lib/rt/tlsf/insertBlock + i32.const 1 + return + ) + (func $~lib/rt/tlsf/initialize + (local $rootOffset i32) + (local $pagesBefore i32) + (local $pagesNeeded i32) + (local $root i32) + (local $root|4 i32) + (local $tail i32) + (local $fl i32) + (local $root|7 i32) + (local $fl|8 i32) + (local $slMap i32) + (local $sl i32) + (local $root|11 i32) + (local $fl|12 i32) + (local $sl|13 i32) + (local $head i32) + (local $memStart i32) + i32.const 0 + drop + global.get $~lib/memory/__heap_base + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + local.set $rootOffset + memory.size + local.set $pagesBefore + local.get $rootOffset + i32.const 1572 + 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 $pagesNeeded + local.get $pagesNeeded + local.get $pagesBefore + i32.gt_s + if (result i32) + local.get $pagesNeeded + local.get $pagesBefore + i32.sub + memory.grow + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + local.get $rootOffset + local.set $root + local.get $root + i32.const 0 + call $~lib/rt/tlsf/Root#set:flMap + local.get $root + local.set $root|4 + i32.const 0 + local.set $tail + local.get $root|4 + local.get $tail + i32.store offset=1568 + i32.const 0 + local.set $fl + loop $for-loop|0 + local.get $fl + i32.const 23 + i32.lt_u + if + local.get $root + local.set $root|7 + local.get $fl + local.set $fl|8 + i32.const 0 + local.set $slMap + local.get $root|7 + local.get $fl|8 + i32.const 2 + i32.shl + i32.add + local.get $slMap + i32.store offset=4 + i32.const 0 + local.set $sl + loop $for-loop|1 + local.get $sl + i32.const 16 + i32.lt_u + if + local.get $root + local.set $root|11 + local.get $fl + local.set $fl|12 + local.get $sl + local.set $sl|13 + i32.const 0 + local.set $head + local.get $root|11 + local.get $fl|12 + i32.const 4 + i32.shl + local.get $sl|13 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $head + i32.store offset=96 + local.get $sl + i32.const 1 + i32.add + local.set $sl + br $for-loop|1 + end + end + local.get $fl + i32.const 1 + i32.add + local.set $fl + br $for-loop|0 + end + end + local.get $rootOffset + i32.const 1572 + i32.add + local.set $memStart + i32.const 0 + drop + local.get $root + local.get $memStart + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + local.get $root + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/tlsf/checkUsedBlock (param $ptr i32) (result i32) + (local $block i32) + local.get $ptr + i32.const 4 + i32.sub + local.set $block + local.get $ptr + i32.const 0 + i32.ne + if (result i32) + local.get $ptr + i32.const 15 + i32.and + i32.eqz + else + i32.const 0 + end + if (result i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.and + i32.eqz + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $block + return + ) + (func $~lib/rt/tlsf/freeBlock (param $root i32) (param $block i32) + i32.const 0 + drop + local.get $block + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $block + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/__free (param $ptr i32) + local.get $ptr + global.get $~lib/memory/__heap_base + i32.lt_u + if + return + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $ptr + call $~lib/rt/tlsf/checkUsedBlock + call $~lib/rt/tlsf/freeBlock + ) + (func $~lib/rt/itcms/free (param $obj i32) + local.get $obj + global.get $~lib/memory/__heap_base + i32.lt_u + if + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:nextWithColor + local.get $obj + i32.const 0 + call $~lib/rt/itcms/Object#set:prev + else + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.sub + global.set $~lib/rt/itcms/total + i32.const 0 + drop + local.get $obj + i32.const 4 + i32.add + call $~lib/rt/tlsf/__free + end + ) + (func $~lib/rt/itcms/step (result i32) + (local $obj i32) + (local $1 i32) + (local $black i32) + (local $from i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + local.set $1 + local.get $1 + i32.const 0 + i32.eq + br_if $case0|0 + local.get $1 + i32.const 1 + i32.eq + br_if $case1|0 + local.get $1 + i32.const 2 + i32.eq + br_if $case2|0 + br $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $black + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|1 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + global.set $~lib/rt/itcms/iter + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + i32.const 0 + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.eq + if + i32.const 0 + call $~lib/rt/itcms/visitStack + global.get $~lib/rt/itcms/iter + call $~lib/rt/itcms/Object#get:next + local.set $obj + loop $while-continue|2 + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:color + local.get $black + i32.ne + if + local.get $obj + local.get $black + call $~lib/rt/itcms/Object#set:color + local.get $obj + i32.const 20 + i32.add + i32.const 0 + call $~lib/rt/__visit_members + end + local.get $obj + call $~lib/rt/itcms/Object#get:next + local.set $obj + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $from + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $from + global.set $~lib/rt/itcms/toSpace + local.get $black + global.set $~lib/rt/itcms/white + local.get $from + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.mul + return + end + global.get $~lib/rt/itcms/iter + local.set $obj + local.get $obj + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $obj + call $~lib/rt/itcms/Object#get:next + global.set $~lib/rt/itcms/iter + i32.const 1 + drop + local.get $obj + call $~lib/rt/itcms/Object#get:color + global.get $~lib/rt/itcms/white + i32.eqz + i32.eq + i32.eqz + if + i32.const 0 + i32.const 368 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $obj + call $~lib/rt/itcms/free + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:nextWithColor + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + call $~lib/rt/itcms/Object#set:prev + i32.const 0 + global.set $~lib/rt/itcms/state + br $break|0 + end + i32.const 0 + return + ) + (func $~lib/rt/itcms/interrupt + (local $budget i32) + i32.const 0 + drop + i32.const 0 + drop + i32.const 1024 + i32.const 200 + i32.mul + i32.const 100 + i32.div_u + local.set $budget + loop $do-loop|0 + local.get $budget + call $~lib/rt/itcms/step + i32.sub + local.set $budget + global.get $~lib/rt/itcms/state + i32.const 0 + i32.eq + if + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i32.const 200 + i64.extend_i32_u + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + return + end + local.get $budget + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + i32.const 0 + drop + global.get $~lib/rt/itcms/total + i32.const 1024 + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.mul + i32.add + global.set $~lib/rt/itcms/threshold + i32.const 0 + drop + ) + (func $~lib/rt/tlsf/computeSize (param $size i32) (result i32) + local.get $size + i32.const 12 + i32.le_u + if (result i32) + i32.const 12 + else + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.add + i32.const 15 + i32.const -1 + i32.xor + i32.and + i32.const 4 + i32.sub + end + return + ) + (func $~lib/rt/tlsf/prepareSize (param $size i32) (result i32) + local.get $size + i32.const 1073741820 + i32.gt_u + if + i32.const 304 + i32.const 640 + i32.const 461 + i32.const 29 + call $~lib/builtins/abort + unreachable + end + local.get $size + call $~lib/rt/tlsf/computeSize + return + ) + (func $~lib/rt/tlsf/roundSize (param $size i32) (result i32) + local.get $size + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $size + i32.const 1 + i32.const 27 + local.get $size + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $size + end + return + ) + (func $~lib/rt/tlsf/searchBlock (param $root i32) (param $size i32) (result i32) + (local $fl i32) + (local $sl i32) + (local $requestSize i32) + (local $root|5 i32) + (local $fl|6 i32) + (local $slMap i32) + (local $head i32) + (local $flMap i32) + (local $root|10 i32) + (local $fl|11 i32) + (local $root|12 i32) + (local $fl|13 i32) + (local $sl|14 i32) + (local $root|15 i32) + (local $fl|16 i32) + (local $sl|17 i32) + local.get $size + i32.const 256 + i32.lt_u + if + i32.const 0 + local.set $fl + local.get $size + i32.const 4 + i32.shr_u + local.set $sl + else + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $requestSize + i32.const 4 + i32.const 8 + i32.mul + i32.const 1 + i32.sub + local.get $requestSize + i32.clz + i32.sub + local.set $fl + local.get $requestSize + local.get $fl + i32.const 4 + i32.sub + i32.shr_u + i32.const 1 + i32.const 4 + i32.shl + i32.xor + local.set $sl + local.get $fl + i32.const 8 + i32.const 1 + i32.sub + i32.sub + local.set $fl + end + i32.const 1 + drop + local.get $fl + i32.const 23 + i32.lt_u + if (result i32) + local.get $sl + i32.const 16 + i32.lt_u + else + i32.const 0 + end + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 334 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETSL|inlined.2 (result i32) + local.get $root + local.set $root|5 + local.get $fl + local.set $fl|6 + local.get $root|5 + local.get $fl|6 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.2 + end + i32.const 0 + i32.const -1 + i32.xor + local.get $sl + i32.shl + i32.and + local.set $slMap + i32.const 0 + local.set $head + local.get $slMap + i32.eqz + if + local.get $root + call $~lib/rt/tlsf/Root#get:flMap + i32.const 0 + i32.const -1 + i32.xor + local.get $fl + i32.const 1 + i32.add + i32.shl + i32.and + local.set $flMap + local.get $flMap + i32.eqz + if + i32.const 0 + local.set $head + else + local.get $flMap + i32.ctz + local.set $fl + block $~lib/rt/tlsf/GETSL|inlined.3 (result i32) + local.get $root + local.set $root|10 + local.get $fl + local.set $fl|11 + local.get $root|10 + local.get $fl|11 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + br $~lib/rt/tlsf/GETSL|inlined.3 + end + local.set $slMap + i32.const 1 + drop + local.get $slMap + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + block $~lib/rt/tlsf/GETHEAD|inlined.2 (result i32) + local.get $root + local.set $root|12 + local.get $fl + local.set $fl|13 + local.get $slMap + i32.ctz + local.set $sl|14 + local.get $root|12 + local.get $fl|13 + i32.const 4 + i32.shl + local.get $sl|14 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.2 + end + local.set $head + end + else + block $~lib/rt/tlsf/GETHEAD|inlined.3 (result i32) + local.get $root + local.set $root|15 + local.get $fl + local.set $fl|16 + local.get $slMap + i32.ctz + local.set $sl|17 + local.get $root|15 + local.get $fl|16 + i32.const 4 + i32.shl + local.get $sl|17 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + br $~lib/rt/tlsf/GETHEAD|inlined.3 + end + local.set $head + end + local.get $head + return + ) + (func $~lib/rt/tlsf/growMemory (param $root i32) (param $size i32) + (local $pagesBefore i32) + (local $root|3 i32) + (local $pagesNeeded i32) + (local $5 i32) + (local $6 i32) + (local $pagesWanted i32) + (local $pagesAfter i32) + i32.const 0 + drop + local.get $size + i32.const 256 + i32.ge_u + if + local.get $size + call $~lib/rt/tlsf/roundSize + local.set $size + end + memory.size + local.set $pagesBefore + local.get $size + i32.const 4 + local.get $pagesBefore + i32.const 16 + i32.shl + i32.const 4 + i32.sub + block $~lib/rt/tlsf/GETTAIL|inlined.1 (result i32) + local.get $root + local.set $root|3 + local.get $root|3 + i32.load offset=1568 + br $~lib/rt/tlsf/GETTAIL|inlined.1 + end + i32.ne + i32.shl + i32.add + local.set $size + local.get $size + i32.const 65535 + i32.add + i32.const 65535 + i32.const -1 + i32.xor + i32.and + i32.const 16 + i32.shr_u + local.set $pagesNeeded + local.get $pagesBefore + local.tee $5 + local.get $pagesNeeded + local.tee $6 + local.get $5 + local.get $6 + i32.gt_s + select + local.set $pagesWanted + local.get $pagesWanted + memory.grow + i32.const 0 + i32.lt_s + if + local.get $pagesNeeded + memory.grow + i32.const 0 + i32.lt_s + if + unreachable + end + end + memory.size + local.set $pagesAfter + local.get $root + local.get $pagesBefore + i32.const 16 + i32.shl + local.get $pagesAfter + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + drop + ) + (func $~lib/rt/tlsf/prepareBlock (param $root i32) (param $block i32) (param $size i32) + (local $blockInfo i32) + (local $remaining i32) + (local $spare i32) + (local $block|6 i32) + (local $block|7 i32) + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + local.set $blockInfo + i32.const 1 + drop + local.get $size + i32.const 4 + i32.add + i32.const 15 + i32.and + i32.eqz + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 361 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $blockInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $size + i32.sub + local.set $remaining + local.get $remaining + i32.const 4 + i32.const 12 + i32.add + i32.ge_u + if + local.get $block + local.get $size + local.get $blockInfo + i32.const 2 + i32.and + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $block + i32.const 4 + i32.add + local.get $size + i32.add + local.set $spare + local.get $spare + local.get $remaining + i32.const 4 + i32.sub + i32.const 1 + i32.or + call $~lib/rt/common/BLOCK#set:mmInfo + local.get $root + local.get $spare + call $~lib/rt/tlsf/insertBlock + else + local.get $block + local.get $blockInfo + i32.const 1 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + block $~lib/rt/tlsf/GETRIGHT|inlined.3 (result i32) + local.get $block + local.set $block|7 + local.get $block|7 + i32.const 4 + i32.add + local.get $block|7 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.3 + end + block $~lib/rt/tlsf/GETRIGHT|inlined.2 (result i32) + local.get $block + local.set $block|6 + local.get $block|6 + i32.const 4 + i32.add + local.get $block|6 + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + i32.add + br $~lib/rt/tlsf/GETRIGHT|inlined.2 + end + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 2 + i32.const -1 + i32.xor + i32.and + call $~lib/rt/common/BLOCK#set:mmInfo + end + ) + (func $~lib/rt/tlsf/allocateBlock (param $root i32) (param $size i32) (result i32) + (local $payloadSize i32) + (local $block i32) + local.get $size + call $~lib/rt/tlsf/prepareSize + local.set $payloadSize + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + local.get $block + i32.eqz + if + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/growMemory + local.get $root + local.get $payloadSize + call $~lib/rt/tlsf/searchBlock + local.set $block + i32.const 1 + drop + local.get $block + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + i32.const 1 + drop + local.get $block + call $~lib/rt/common/BLOCK#get:mmInfo + i32.const 3 + i32.const -1 + i32.xor + i32.and + local.get $payloadSize + i32.ge_u + i32.eqz + if + i32.const 0 + i32.const 640 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $root + local.get $block + call $~lib/rt/tlsf/removeBlock + local.get $root + local.get $block + local.get $payloadSize + call $~lib/rt/tlsf/prepareBlock + i32.const 0 + drop + local.get $block + return + ) + (func $~lib/rt/tlsf/__alloc (param $size i32) (result i32) + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $size + call $~lib/rt/tlsf/allocateBlock + i32.const 4 + i32.add + return + ) + (func $~lib/rt/itcms/Object#set:rtId (param $this i32) (param $rtId i32) + local.get $this + local.get $rtId + i32.store offset=12 + ) + (func $~lib/rt/itcms/Object#set:rtSize (param $this i32) (param $rtSize i32) + local.get $this + local.get $rtSize + i32.store offset=16 + ) + (func $~lib/rt/itcms/__new (param $size i32) (param $id i32) (result i32) + (local $obj i32) + (local $ptr i32) + local.get $size + i32.const 1073741804 + i32.ge_u + if + i32.const 304 + i32.const 368 + i32.const 261 + i32.const 31 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + call $~lib/rt/itcms/interrupt + end + i32.const 16 + local.get $size + i32.add + call $~lib/rt/tlsf/__alloc + i32.const 4 + i32.sub + local.set $obj + local.get $obj + local.get $id + call $~lib/rt/itcms/Object#set:rtId + local.get $obj + local.get $size + call $~lib/rt/itcms/Object#set:rtSize + local.get $obj + global.get $~lib/rt/itcms/fromSpace + global.get $~lib/rt/itcms/white + call $~lib/rt/itcms/Object#linkTo + global.get $~lib/rt/itcms/total + local.get $obj + call $~lib/rt/itcms/Object#get:size + i32.add + global.set $~lib/rt/itcms/total + local.get $obj + i32.const 20 + i32.add + local.set $ptr + local.get $ptr + i32.const 0 + local.get $size + memory.fill + local.get $ptr + return + ) + (func $switch/doSwitchBoolean (param $b i32) (result i32) + (local $1 i32) + block $break|0 + block $case1|0 + block $case0|0 + local.get $b + local.set $1 + local.get $1 + i32.const 0 + i32.ne + i32.const 1 + i32.eq + br_if $case0|0 + local.get $1 + i32.const 0 + i32.ne + i32.const 0 + i32.eq + br_if $case1|0 + br $break|0 + end + i32.const 1 + return + end + i32.const 2 + return + end + i32.const 0 + return + ) + (func $switch/doSwitchUInt32 (param $n i32) (result i32) + (local $1 i32) + block $case3|0 + block $case2|0 + block $case1|0 + block $case0|0 + local.get $n + local.set $1 + local.get $1 + i32.const 1 + i32.eq + br_if $case0|0 + local.get $1 + i32.const 2 + i32.eq + br_if $case1|0 + local.get $1 + i32.const 3 + i32.eq + br_if $case2|0 + br $case3|0 + end + i32.const 1 + return + end + i32.const 2 + return + end + i32.const 3 + return + end + i32.const 0 + return + ) + (func $switch/doSwitchEnum (param $n i32) (result i32) + (local $1 i32) + block $case3|0 + block $case2|0 + block $case1|0 + block $case0|0 + local.get $n + local.set $1 + local.get $1 + global.get $switch/Foo.A + i32.eq + br_if $case0|0 + local.get $1 + global.get $switch/Foo.B + i32.eq + br_if $case1|0 + local.get $1 + global.get $switch/Foo.C + i32.eq + br_if $case2|0 + br $case3|0 + end + i32.const 1 + return + end + i32.const 2 + return + end + i32.const 3 + return + end + i32.const 0 + return + ) + (func $switch/doSwitchUint8 (param $n i32) (result i32) + (local $1 i32) + block $case3|0 + block $case2|0 + block $case1|0 + block $case0|0 + local.get $n + local.set $1 + local.get $1 + i32.const 255 + i32.and + i32.const 1 + i32.eq + br_if $case0|0 + local.get $1 + i32.const 255 + i32.and + i32.const 2 + i32.eq + br_if $case1|0 + local.get $1 + i32.const 255 + i32.and + i32.const 3 + i32.eq + br_if $case2|0 + br $case3|0 + end + i32.const 1 + return + end + i32.const 2 + return + end + i32.const 3 + return + end + i32.const 0 + return + ) + (func $switch/doSwitchFloat (param $n f32) (result i32) + (local $1 f32) + block $case2|0 + block $case1|0 + block $case0|0 + local.get $n + local.set $1 + local.get $1 + f32.const 1 + f32.eq + br_if $case0|0 + local.get $1 + f32.const 2 + f32.eq + br_if $case1|0 + br $case2|0 + end + i32.const 1 + return + end + i32.const 2 + return + end + i32.const 0 + return + ) + (func $switch/doSwitchInt64 (param $n i64) (result i32) + (local $1 i64) + block $case2|0 + block $case1|0 + block $case0|0 + local.get $n + local.set $1 + local.get $1 + i64.const 1 + i64.eq + br_if $case0|0 + local.get $1 + i64.const 2 + i64.eq + br_if $case1|0 + br $case2|0 + end + i32.const 1 + return + end + i32.const 2 + return + end + i32.const 0 + return + ) + (func $switch/doSwitchUInt64 (param $n i64) (result i32) + (local $1 i64) + block $case2|0 + block $case1|0 + block $case0|0 + local.get $n + local.set $1 + local.get $1 + i64.const 1 + i64.eq + br_if $case0|0 + local.get $1 + i64.const 2 + i64.eq + br_if $case1|0 + br $case2|0 + end + i32.const 1 + return + end + i32.const 2 + return + end + i32.const 0 + return + ) + (func $switch/FooClass#set:value (param $this i32) (param $value i32) + local.get $this + local.get $value + i32.store + ) + (func $switch/FooClass#get:value (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $switch/BarClass#get:value (param $this i32) (result i32) + local.get $this + i32.load + ) + (func $switch/BarClass#set:value (param $this i32) (param $value i32) + local.get $this + local.get $value + i32.store + ) + (func $~lib/rt/__visit_globals (param $0 i32) + (local $1 i32) + global.get $switch/foo1 + local.tee $1 + if + local.get $1 + local.get $0 + call $~lib/rt/itcms/__visit + end + global.get $switch/foo2 + local.tee $1 + if + local.get $1 + local.get $0 + call $~lib/rt/itcms/__visit + end + i32.const 496 + local.get $0 + call $~lib/rt/itcms/__visit + i32.const 304 + local.get $0 + call $~lib/rt/itcms/__visit + ) + (func $~lib/arraybuffer/ArrayBufferView~visit (param $0 i32) (param $1 i32) + (local $2 i32) + local.get $0 + local.get $1 + call $~lib/object/Object~visit + local.get $0 + i32.load + local.tee $2 + if + local.get $2 + local.get $1 + call $~lib/rt/itcms/__visit + end + ) + (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) + ) + (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) + block $invalid + block $switch/BarClass + block $switch/FooClass + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $switch/FooClass $switch/BarClass $invalid + end + return + end + return + end + return + end + local.get $0 + local.get $1 + call $~lib/arraybuffer/ArrayBufferView~visit + return + end + return + end + return + end + unreachable + ) + (func $~start + call $start:switch + ) + (func $~stack_check + global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__data_end + i32.lt_s + if + i32.const 33728 + i32.const 33776 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + ) + (func $~lib/string/String.__eq (param $left i32) (param $right i32) (result i32) + (local $leftLength i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $left + local.get $right + i32.eq + if + i32.const 1 + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + end + local.get $left + i32.const 0 + i32.eq + if (result i32) + i32.const 1 + else + local.get $right + i32.const 0 + i32.eq + end + if + i32.const 0 + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + end + local.get $left + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + call $~lib/string/String#get:length + local.set $leftLength + local.get $leftLength + local.get $right + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + call $~lib/string/String#get:length + i32.ne + if + i32.const 0 + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + end + local.get $left + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + i32.const 0 + local.get $right + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 + i32.const 0 + local.get $leftLength + call $~lib/util/string/compareImpl + i32.eqz + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + ) + (func $switch/doSwitchString (param $s i32) (result i32) + (local $1 i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + block $case3|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/memory/__stack_pointer + local.get $s + local.tee $1 + i32.store + local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 80 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=8 + local.get $2 + call $~lib/string/String.__eq + br_if $case0|0 + local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 112 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=8 + local.get $2 + call $~lib/string/String.__eq + br_if $case1|0 + local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 144 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=8 + local.get $2 + call $~lib/string/String.__eq + br_if $case2|0 + br $case3|0 + end + i32.const 1 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + i32.const 2 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + i32.const 3 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + i32.const 4 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + ) + (func $~lib/string/String#concat (param $this i32) (param $other i32) (result i32) + (local $thisSize i32) + (local $otherSize i32) + (local $outSize i32) + (local $out i32) + (local $6 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store + local.get $6 + call $~lib/string/String#get:length + i32.const 1 + i32.shl + local.set $thisSize + local.get $other + local.set $6 + global.get $~lib/memory/__stack_pointer + local.get $6 + i32.store + local.get $6 + call $~lib/string/String#get:length + i32.const 1 + i32.shl + local.set $otherSize + local.get $thisSize + local.get $otherSize + i32.add + local.set $outSize + local.get $outSize + i32.const 0 + i32.eq + if + i32.const 272 + local.set $6 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $6 + return + end + global.get $~lib/memory/__stack_pointer + local.get $outSize + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $out + i32.store offset=4 + local.get $out + local.get $this + local.get $thisSize + memory.copy + local.get $out + local.get $thisSize + i32.add + local.get $other + local.get $otherSize + memory.copy + local.get $out + local.set $6 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $6 + return + ) + (func $~lib/string/String.__concat (param $left i32) (param $right i32) (result i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $left + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + local.get $right + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + call $~lib/string/String#concat + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + ) + (func $switch/doSwitchNullableString (param $s i32) (result i32) + (local $1 i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + block $case4|0 + block $case3|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/memory/__stack_pointer + local.get $s + local.tee $1 + i32.store + local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 0 + call $~lib/string/String.__eq + br_if $case0|0 + local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 80 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=8 + local.get $2 + call $~lib/string/String.__eq + br_if $case1|0 + local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 112 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=8 + local.get $2 + call $~lib/string/String.__eq + br_if $case2|0 + local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 144 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=8 + local.get $2 + call $~lib/string/String.__eq + br_if $case3|0 + br $case4|0 + end + i32.const 0 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + i32.const 1 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + i32.const 2 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + i32.const 3 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + i32.const 4 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + ) + (func $switch/FooClass#constructor (param $this i32) (param $value i32) (result i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 0 + call $switch/FooClass#set:value + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + local.get $value + call $switch/FooClass#set:value + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + ) + (func $switch/doSwitchClassMember (param $foo i32) (result i32) + (local $1 i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + block $case2|0 + block $case1|0 + block $case0|0 + local.get $foo + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + call $switch/FooClass#get:value + local.set $1 + local.get $1 + i32.const 1 + i32.eq + br_if $case0|0 + local.get $1 + i32.const 2 + i32.eq + br_if $case1|0 + br $case2|0 + end + i32.const 1 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + i32.const 2 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + i32.const 3 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + ) + (func $switch/BarClass.__eq (param $left i32) (param $right i32) (result i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $left + local.get $right + i32.eq + if + i32.const 1 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + local.get $left + i32.eqz + if (result i32) + i32.const 1 + else + local.get $right + i32.eqz + end + if + i32.const 0 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + local.get $left + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + call $switch/BarClass#get:value + local.get $right + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + call $switch/BarClass#get:value + i32.eq + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + ) + (func $switch/BarClass#constructor (param $this i32) (param $value i32) (result i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.const 5 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 0 + call $switch/BarClass#set:value + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + local.get $value + call $switch/BarClass#set:value + local.get $this + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + ) + (func $switch/doSwitchClassInstanceWithOverload (param $foo i32) (result i32) + (local $1 i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + block $case3|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/memory/__stack_pointer + local.get $foo + local.tee $1 + i32.store + local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 0 + call $switch/BarClass.__eq + br_if $case0|0 + local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 0 + i32.const 1 + call $switch/BarClass#constructor + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=8 + local.get $2 + call $switch/BarClass.__eq + br_if $case1|0 + local.get $1 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=4 + local.get $2 + i32.const 0 + i32.const 2 + call $switch/BarClass#constructor + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store offset=8 + local.get $2 + call $switch/BarClass.__eq + br_if $case2|0 + br $case3|0 + end + i32.const 0 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + i32.const 1 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + i32.const 2 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + i32.const 3 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + ) + (func $start:switch + (local $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 36 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 36 + memory.fill + i32.const 0 + call $switch/doSwitch + i32.const 0 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 10 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + call $switch/doSwitch + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 11 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + call $switch/doSwitch + i32.const 23 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 12 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 3 + call $switch/doSwitch + i32.const 23 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 13 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 4 + call $switch/doSwitch + i32.const 0 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 14 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + call $switch/doSwitchDefaultFirst + i32.const 0 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 24 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + call $switch/doSwitchDefaultFirst + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 25 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + call $switch/doSwitchDefaultFirst + i32.const 23 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 26 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 3 + call $switch/doSwitchDefaultFirst + i32.const 23 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 27 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 4 + call $switch/doSwitchDefaultFirst + i32.const 0 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 28 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + call $switch/doSwitchDefaultOmitted + i32.const 0 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 38 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + call $switch/doSwitchDefaultOmitted + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 39 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + call $switch/doSwitchDefaultOmitted + i32.const 23 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 40 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 3 + call $switch/doSwitchDefaultOmitted + i32.const 23 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 41 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 4 + call $switch/doSwitchDefaultOmitted + i32.const 0 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 42 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + call $switch/doSwitchBreakCase + i32.const 2 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 51 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + call $switch/doSwitchBreakCase + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 52 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + call $switch/doSwitchBreakCase + i32.const 2 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 53 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + call $switch/doSwitchBreakDefault + i32.const 2 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 62 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + call $switch/doSwitchBreakDefault + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 63 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + call $switch/doSwitchBreakDefault + i32.const 2 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 64 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + call $switch/doSwitchFallThroughCase + i32.const 2 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 73 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + call $switch/doSwitchFallThroughCase + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 74 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + call $switch/doSwitchFallThroughCase + i32.const 2 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 75 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + call $switch/doSwitchFallThroughDefault + i32.const 2 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 84 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + call $switch/doSwitchFallThroughDefault + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 85 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + call $switch/doSwitchFallThroughDefault + i32.const 2 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 86 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + call $switch/doSwitchEmpty + i32.const 2 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 92 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + call $switch/doSwitchEmpty + i32.const 2 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 93 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + call $switch/doSwitchEmpty + i32.const 2 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 94 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 80 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchString + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 106 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 112 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchString + i32.const 2 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 107 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 144 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchString + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 108 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 176 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchString + i32.const 4 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 109 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + memory.size + i32.const 16 + i32.shl + global.get $~lib/memory/__heap_base + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 416 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/pinSpace + i32.const 448 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/toSpace + i32.const 592 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/fromSpace + i32.const 208 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + local.get $0 + i32.const 240 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=16 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 704 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchString + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 112 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 736 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + local.get $0 + i32.const 768 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=16 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 208 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchString + i32.const 2 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 113 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 736 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=28 + local.get $0 + i32.const 800 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=32 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=20 + local.get $0 + i32.const 832 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=24 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + local.get $0 + i32.const 704 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=16 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 704 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchString + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 114 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 864 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=20 + local.get $0 + i32.const 208 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=24 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + local.get $0 + i32.const 896 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=16 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 832 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchString + i32.const 4 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 115 + i32.const 1 + call $~lib/builtins/abort + unreachable + end i32.const 0 - call $switch/doSwitch + call $switch/doSwitchNullableString i32.const 0 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 10 + i32.const 128 i32.const 1 call $~lib/builtins/abort unreachable end + i32.const 80 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchNullableString i32.const 1 - call $switch/doSwitch + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 129 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 112 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchNullableString + i32.const 2 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 130 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 144 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchNullableString + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 131 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 176 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchNullableString + i32.const 4 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 132 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 208 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + local.get $0 + i32.const 240 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=16 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 704 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchNullableString i32.const 1 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 11 + i32.const 135 i32.const 1 call $~lib/builtins/abort unreachable end + i32.const 736 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + local.get $0 + i32.const 768 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=16 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 208 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchNullableString i32.const 2 - call $switch/doSwitch - i32.const 23 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 12 + i32.const 136 i32.const 1 call $~lib/builtins/abort unreachable end + i32.const 736 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=28 + local.get $0 + i32.const 800 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=32 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=20 + local.get $0 + i32.const 832 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=24 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + local.get $0 + i32.const 704 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=16 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 704 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchNullableString i32.const 3 - call $switch/doSwitch - i32.const 23 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 13 + i32.const 137 i32.const 1 call $~lib/builtins/abort unreachable end + i32.const 864 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=20 + local.get $0 + i32.const 208 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=24 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + local.get $0 + i32.const 896 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=16 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 832 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchNullableString i32.const 4 - call $switch/doSwitch + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 138 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + call $switch/doSwitchBoolean + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 148 + i32.const 1 + call $~lib/builtins/abort + unreachable + end i32.const 0 + call $switch/doSwitchBoolean + i32.const 2 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 14 + i32.const 149 i32.const 1 call $~lib/builtins/abort unreachable end i32.const 0 - call $switch/doSwitch + call $switch/doSwitchUInt32 i32.const 0 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 24 + i32.const 159 i32.const 1 call $~lib/builtins/abort unreachable end i32.const 1 - call $switch/doSwitch + call $switch/doSwitchUInt32 i32.const 1 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 25 + i32.const 160 i32.const 1 call $~lib/builtins/abort unreachable end i32.const 2 - call $switch/doSwitch - i32.const 23 + call $switch/doSwitchUInt32 + i32.const 2 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 26 + i32.const 161 i32.const 1 call $~lib/builtins/abort unreachable end i32.const 3 - call $switch/doSwitch - i32.const 23 + call $switch/doSwitchUInt32 + i32.const 3 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 27 + i32.const 162 i32.const 1 call $~lib/builtins/abort unreachable end i32.const 4 - call $switch/doSwitch + call $switch/doSwitchUInt32 i32.const 0 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 28 + i32.const 163 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $switch/Foo.A + call $switch/doSwitchEnum + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 180 i32.const 1 call $~lib/builtins/abort unreachable end + global.get $switch/Foo.B + call $switch/doSwitchEnum + i32.const 2 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 181 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $switch/Foo.C + call $switch/doSwitchEnum + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 182 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $switch/Foo.D + call $switch/doSwitchEnum i32.const 0 - call $switch/doSwitchDefaultOmitted + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 183 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + call $switch/doSwitchUint8 i32.const 0 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 38 + i32.const 193 i32.const 1 call $~lib/builtins/abort unreachable end i32.const 1 - call $switch/doSwitchDefaultOmitted + call $switch/doSwitchUint8 i32.const 1 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 39 + i32.const 194 i32.const 1 call $~lib/builtins/abort unreachable end i32.const 2 - call $switch/doSwitchDefaultOmitted - i32.const 23 + call $switch/doSwitchUint8 + i32.const 2 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 40 + i32.const 195 i32.const 1 call $~lib/builtins/abort unreachable end i32.const 3 - call $switch/doSwitchDefaultOmitted - i32.const 23 + call $switch/doSwitchUint8 + i32.const 3 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 41 + i32.const 196 i32.const 1 call $~lib/builtins/abort unreachable end i32.const 4 - call $switch/doSwitchDefaultOmitted + call $switch/doSwitchUint8 i32.const 0 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 42 + i32.const 197 i32.const 1 call $~lib/builtins/abort unreachable end + f32.const 0 + call $switch/doSwitchFloat i32.const 0 - call $switch/doSwitchBreakCase - i32.const 2 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 51 + i32.const 206 i32.const 1 call $~lib/builtins/abort unreachable end - i32.const 1 - call $switch/doSwitchBreakCase + f32.const 1 + call $switch/doSwitchFloat i32.const 1 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 52 + i32.const 207 i32.const 1 call $~lib/builtins/abort unreachable end - i32.const 2 - call $switch/doSwitchBreakCase + f32.const 2 + call $switch/doSwitchFloat i32.const 2 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 53 + i32.const 208 i32.const 1 call $~lib/builtins/abort unreachable end + i64.const 0 + call $switch/doSwitchInt64 i32.const 0 - call $switch/doSwitchBreakDefault - i32.const 2 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 62 + i32.const 217 i32.const 1 call $~lib/builtins/abort unreachable end - i32.const 1 - call $switch/doSwitchBreakDefault + i64.const 1 + call $switch/doSwitchInt64 i32.const 1 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 63 + i32.const 218 i32.const 1 call $~lib/builtins/abort unreachable end - i32.const 2 - call $switch/doSwitchBreakDefault + i64.const 2 + call $switch/doSwitchInt64 i32.const 2 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 64 + i32.const 219 i32.const 1 call $~lib/builtins/abort unreachable end + i64.const 0 + call $switch/doSwitchUInt64 i32.const 0 - call $switch/doSwitchFallThroughCase + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 230 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i64.const 1 + call $switch/doSwitchUInt64 + i32.const 1 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 231 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i64.const 2 + call $switch/doSwitchUInt64 i32.const 2 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 73 + i32.const 232 i32.const 1 call $~lib/builtins/abort unreachable end + i32.const 0 i32.const 1 - call $switch/doSwitchFallThroughCase + call $switch/FooClass#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchClassMember i32.const 1 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 74 + i32.const 251 i32.const 1 call $~lib/builtins/abort unreachable end + i32.const 0 i32.const 2 - call $switch/doSwitchFallThroughCase + call $switch/FooClass#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchClassMember i32.const 2 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 75 + i32.const 252 i32.const 1 call $~lib/builtins/abort unreachable end i32.const 0 - call $switch/doSwitchFallThroughDefault - i32.const 2 + i32.const 3 + call $switch/FooClass#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchClassMember + i32.const 3 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 84 + i32.const 253 i32.const 1 call $~lib/builtins/abort unreachable end + i32.const 0 i32.const 1 - call $switch/doSwitchFallThroughDefault + call $switch/FooClass#constructor + global.set $switch/foo1 + i32.const 0 + i32.const 2 + call $switch/FooClass#constructor + global.set $switch/foo2 + global.get $switch/foo1 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchClassInstance i32.const 1 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 85 + i32.const 266 i32.const 1 call $~lib/builtins/abort unreachable end - i32.const 2 - call $switch/doSwitchFallThroughDefault + global.get $switch/foo2 + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchClassInstance i32.const 2 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 86 + i32.const 267 i32.const 1 call $~lib/builtins/abort unreachable end i32.const 0 - call $switch/doSwitchEmpty - i32.const 2 + i32.const 1 + call $switch/FooClass#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchClassInstance + i32.const 3 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 92 + i32.const 268 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + call $switch/doSwitchClassInstanceWithOverload + i32.const 0 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 293 i32.const 1 call $~lib/builtins/abort unreachable end + i32.const 0 + i32.const 1 + call $switch/BarClass#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchClassInstanceWithOverload i32.const 1 - call $switch/doSwitchEmpty - i32.const 2 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 93 + i32.const 294 i32.const 1 call $~lib/builtins/abort unreachable end + i32.const 0 i32.const 2 - call $switch/doSwitchEmpty + call $switch/BarClass#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchClassInstanceWithOverload i32.const 2 i32.eq i32.eqz if i32.const 0 i32.const 32 - i32.const 94 + i32.const 295 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + i32.const 3 + call $switch/BarClass#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchClassInstanceWithOverload + i32.const 3 + i32.eq + i32.eqz + if + i32.const 0 + i32.const 32 + i32.const 296 i32.const 1 call $~lib/builtins/abort unreachable end + global.get $~lib/memory/__stack_pointer + i32.const 36 + i32.add + global.set $~lib/memory/__stack_pointer ) - (func $~start - call $start:switch + (func $switch/doSwitchClassInstance (param $foo i32) (result i32) + (local $1 i32) + (local $2 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/memory/__stack_pointer + local.get $foo + local.tee $1 + i32.store + local.get $1 + global.get $switch/foo1 + i32.eq + br_if $case0|0 + local.get $1 + global.get $switch/foo2 + i32.eq + br_if $case1|0 + br $case2|0 + end + i32.const 1 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + i32.const 2 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return + end + i32.const 3 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $2 + return ) ) diff --git a/tests/compiler/switch.release.wat b/tests/compiler/switch.release.wat index b5389b07f8..ef3d9d9622 100644 --- a/tests/compiler/switch.release.wat +++ b/tests/compiler/switch.release.wat @@ -1,6 +1,3113 @@ (module + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32) (result i32))) + (type $2 (func)) + (type $3 (func (param i32))) + (type $4 (func (param i32 i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) + (type $7 (func (result i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/threshold (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/state (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/visitCount (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/pinSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/iter (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/toSpace (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) + (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) + (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $switch/foo1 (mut i32) (i32.const 0)) + (global $switch/foo2 (mut i32) (i32.const 0)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34732)) (memory $0 1) (data $0 (i32.const 1036) ",") (data $0.1 (i32.const 1048) "\02\00\00\00\12\00\00\00s\00w\00i\00t\00c\00h\00.\00t\00s") + (data $1 (i32.const 1084) "\1c") + (data $1.1 (i32.const 1096) "\02\00\00\00\06\00\00\00o\00n\00e") + (data $2 (i32.const 1116) "\1c") + (data $2.1 (i32.const 1128) "\02\00\00\00\06\00\00\00t\00w\00o") + (data $3 (i32.const 1148) "\1c") + (data $3.1 (i32.const 1160) "\02\00\00\00\n\00\00\00t\00h\00r\00e\00e") + (data $4 (i32.const 1180) "\1c") + (data $4.1 (i32.const 1192) "\02\00\00\00\08\00\00\00f\00o\00u\00r") + (data $5 (i32.const 1212) "\1c") + (data $5.1 (i32.const 1224) "\02\00\00\00\02\00\00\00o") + (data $6 (i32.const 1244) "\1c") + (data $6.1 (i32.const 1256) "\02\00\00\00\02\00\00\00n") + (data $7 (i32.const 1276) "\1c") + (data $7.1 (i32.const 1288) "\02") + (data $8 (i32.const 1308) "<") + (data $8.1 (i32.const 1320) "\02\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") + (data $9 (i32.const 1372) "<") + (data $9.1 (i32.const 1384) "\02\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") + (data $12 (i32.const 1500) "<") + (data $12.1 (i32.const 1512) "\02\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") + (data $13 (i32.const 1564) ",") + (data $13.1 (i32.const 1576) "\02\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") + (data $15 (i32.const 1644) "<") + (data $15.1 (i32.const 1656) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") + (data $16 (i32.const 1708) "\1c") + (data $16.1 (i32.const 1720) "\02\00\00\00\02\00\00\00e") + (data $17 (i32.const 1740) "\1c") + (data $17.1 (i32.const 1752) "\02\00\00\00\02\00\00\00t") + (data $18 (i32.const 1772) "\1c") + (data $18.1 (i32.const 1784) "\02\00\00\00\02\00\00\00w") + (data $19 (i32.const 1804) "\1c") + (data $19.1 (i32.const 1816) "\02\00\00\00\02\00\00\00h") + (data $20 (i32.const 1836) "\1c") + (data $20.1 (i32.const 1848) "\02\00\00\00\02\00\00\00r") + (data $21 (i32.const 1868) "\1c") + (data $21.1 (i32.const 1880) "\02\00\00\00\02\00\00\00f") + (data $22 (i32.const 1900) "\1c") + (data $22.1 (i32.const 1912) "\02\00\00\00\02\00\00\00u") + (data $23 (i32.const 1936) "\06\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 ") (export "memory" (memory $0)) + (start $~start) + (func $~lib/rt/itcms/visitRoots + (local $0 i32) + (local $1 i32) + global.get $switch/foo1 + local.tee $0 + if + local.get $0 + call $~lib/rt/itcms/__visit + end + global.get $switch/foo2 + local.tee $0 + if + local.get $0 + call $~lib/rt/itcms/__visit + end + i32.const 1520 + call $~lib/rt/itcms/__visit + i32.const 1328 + call $~lib/rt/itcms/__visit + global.get $~lib/rt/itcms/pinSpace + local.tee $1 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|0 + local.get $0 + local.get $1 + i32.ne + if + local.get $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1392 + i32.const 160 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|0 + end + end + ) + (func $~lib/rt/itcms/__visit (param $0 i32) + (local $1 i32) + (local $2 i32) + (local $3 i32) + local.get $0 + i32.eqz + if + return + end + global.get $~lib/rt/itcms/white + local.get $0 + i32.const 20 + i32.sub + local.tee $1 + i32.load offset=4 + i32.const 3 + i32.and + i32.eq + if + local.get $1 + global.get $~lib/rt/itcms/iter + i32.eq + if + local.get $1 + i32.load offset=8 + local.tee $0 + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 148 + i32.const 30 + call $~lib/builtins/abort + unreachable + end + local.get $0 + global.set $~lib/rt/itcms/iter + end + block $__inlined_func$~lib/rt/itcms/Object#unlink$186 + local.get $1 + i32.load offset=4 + i32.const -4 + i32.and + local.tee $0 + i32.eqz + if + local.get $1 + i32.load offset=8 + i32.eqz + local.get $1 + i32.const 34732 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 128 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + br $__inlined_func$~lib/rt/itcms/Object#unlink$186 + end + local.get $1 + i32.load offset=8 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1392 + i32.const 132 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.store offset=8 + local.get $2 + local.get $0 + local.get $2 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + end + global.get $~lib/rt/itcms/toSpace + local.set $2 + local.get $1 + i32.load offset=12 + local.tee $0 + i32.const 2 + i32.le_u + if (result i32) + i32.const 1 + else + local.get $0 + i32.const 1936 + i32.load + i32.gt_u + if + i32.const 1520 + i32.const 1584 + i32.const 21 + i32.const 28 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 2 + i32.shl + i32.const 1940 + i32.add + i32.load + i32.const 32 + i32.and + end + local.set $3 + local.get $2 + i32.load offset=8 + local.set $0 + local.get $1 + global.get $~lib/rt/itcms/white + i32.eqz + i32.const 2 + local.get $3 + select + local.get $2 + i32.or + i32.store offset=4 + local.get $1 + local.get $0 + i32.store offset=8 + local.get $0 + local.get $1 + local.get $0 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $2 + local.get $1 + i32.store offset=8 + global.get $~lib/rt/itcms/visitCount + i32.const 1 + i32.add + global.set $~lib/rt/itcms/visitCount + end + ) + (func $~lib/rt/tlsf/removeBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $1 + i32.load + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1664 + i32.const 268 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const -4 + i32.and + local.tee $3 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1664 + i32.const 270 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $3 + i32.const 256 + i32.lt_u + if (result i32) + local.get $3 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $3 + local.get $3 + i32.const 1073741820 + i32.ge_u + select + local.tee $3 + i32.clz + i32.sub + local.tee $4 + i32.const 7 + i32.sub + local.set $2 + local.get $3 + local.get $4 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $3 + i32.const 16 + i32.lt_u + local.get $2 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1664 + i32.const 284 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load offset=8 + local.set $5 + local.get $1 + i32.load offset=4 + local.tee $4 + if + local.get $4 + local.get $5 + i32.store offset=8 + end + local.get $5 + if + local.get $5 + local.get $4 + i32.store offset=4 + end + local.get $1 + local.get $0 + local.get $2 + i32.const 4 + i32.shl + local.get $3 + i32.add + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load offset=96 + i32.eq + if + local.get $1 + local.get $5 + i32.store offset=96 + local.get $5 + i32.eqz + if + local.get $0 + local.get $2 + i32.const 2 + i32.shl + i32.add + local.tee $1 + i32.load offset=4 + i32.const -2 + local.get $3 + i32.rotl + i32.and + local.set $3 + local.get $1 + local.get $3 + i32.store offset=4 + local.get $3 + i32.eqz + if + local.get $0 + local.get $0 + i32.load + i32.const -2 + local.get $2 + i32.rotl + i32.and + i32.store + end + end + end + ) + (func $~lib/rt/tlsf/insertBlock (param $0 i32) (param $1 i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + local.get $1 + i32.eqz + if + i32.const 0 + i32.const 1664 + i32.const 201 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.load + local.tee $3 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1664 + i32.const 203 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load + local.tee $2 + i32.const 1 + i32.and + if + local.get $0 + local.get $4 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $3 + i32.const 4 + i32.add + local.get $2 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store + local.get $1 + i32.const 4 + i32.add + local.get $1 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $4 + i32.load + local.set $2 + end + local.get $3 + i32.const 2 + i32.and + if + local.get $1 + i32.const 4 + i32.sub + i32.load + local.tee $1 + i32.load + local.tee $6 + i32.const 1 + i32.and + i32.eqz + if + i32.const 0 + i32.const 1664 + i32.const 221 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $1 + call $~lib/rt/tlsf/removeBlock + local.get $1 + local.get $6 + i32.const 4 + i32.add + local.get $3 + i32.const -4 + i32.and + i32.add + local.tee $3 + i32.store + end + local.get $4 + local.get $2 + i32.const 2 + i32.or + i32.store + local.get $3 + i32.const -4 + i32.and + local.tee $2 + i32.const 12 + i32.lt_u + if + i32.const 0 + i32.const 1664 + i32.const 233 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $1 + i32.const 4 + i32.add + local.get $2 + i32.add + i32.ne + if + i32.const 0 + i32.const 1664 + i32.const 234 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + i32.const 4 + i32.sub + local.get $1 + i32.store + local.get $2 + i32.const 256 + i32.lt_u + if (result i32) + local.get $2 + i32.const 4 + i32.shr_u + else + i32.const 31 + i32.const 1073741820 + local.get $2 + local.get $2 + i32.const 1073741820 + i32.ge_u + select + local.tee $2 + i32.clz + i32.sub + local.tee $3 + i32.const 7 + i32.sub + local.set $5 + local.get $2 + local.get $3 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + end + local.tee $2 + i32.const 16 + i32.lt_u + local.get $5 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1664 + i32.const 251 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + local.set $3 + local.get $1 + i32.const 0 + i32.store offset=4 + local.get $1 + local.get $3 + i32.store offset=8 + local.get $3 + if + local.get $3 + local.get $1 + i32.store offset=4 + end + local.get $0 + local.get $5 + i32.const 4 + i32.shl + local.get $2 + i32.add + i32.const 2 + i32.shl + i32.add + local.get $1 + i32.store offset=96 + local.get $0 + local.get $0 + i32.load + i32.const 1 + local.get $5 + i32.shl + i32.or + i32.store + local.get $0 + local.get $5 + i32.const 2 + i32.shl + i32.add + local.tee $0 + local.get $0 + i32.load offset=4 + i32.const 1 + local.get $2 + i32.shl + i32.or + i32.store offset=4 + ) + (func $~lib/rt/tlsf/addMemory (param $0 i32) (param $1 i32) (param $2 i64) + (local $3 i32) + (local $4 i32) + (local $5 i32) + local.get $2 + local.get $1 + i64.extend_i32_u + i64.lt_u + if + i32.const 0 + i32.const 1664 + i32.const 382 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + local.set $1 + local.get $0 + i32.load offset=1568 + local.tee $3 + if + local.get $3 + i32.const 4 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1664 + i32.const 389 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + local.get $3 + local.get $1 + i32.const 16 + i32.sub + local.tee $5 + i32.eq + if + local.get $3 + i32.load + local.set $4 + local.get $5 + local.set $1 + end + else + local.get $0 + i32.const 1572 + i32.add + local.get $1 + i32.gt_u + if + i32.const 0 + i32.const 1664 + i32.const 402 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + end + local.get $2 + i32.wrap_i64 + i32.const -16 + i32.and + local.get $1 + i32.sub + local.tee $3 + i32.const 20 + i32.lt_u + if + return + end + local.get $1 + local.get $4 + i32.const 2 + i32.and + local.get $3 + i32.const 8 + i32.sub + local.tee $3 + i32.const 1 + i32.or + i32.or + i32.store + local.get $1 + i32.const 0 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.store offset=8 + local.get $1 + i32.const 4 + i32.add + local.get $3 + i32.add + local.tee $3 + i32.const 2 + i32.store + local.get $0 + local.get $3 + i32.store offset=1568 + local.get $0 + local.get $1 + call $~lib/rt/tlsf/insertBlock + ) + (func $~lib/rt/tlsf/initialize + (local $0 i32) + (local $1 i32) + memory.size + local.tee $1 + i32.const 0 + i32.le_s + if (result i32) + i32.const 1 + local.get $1 + i32.sub + memory.grow + i32.const 0 + i32.lt_s + else + i32.const 0 + end + if + unreachable + end + i32.const 34736 + i32.const 0 + i32.store + i32.const 36304 + i32.const 0 + i32.store + loop $for-loop|0 + local.get $0 + i32.const 23 + i32.lt_u + if + local.get $0 + i32.const 2 + i32.shl + i32.const 34736 + i32.add + i32.const 0 + i32.store offset=4 + i32.const 0 + local.set $1 + loop $for-loop|1 + local.get $1 + i32.const 16 + i32.lt_u + if + local.get $0 + i32.const 4 + i32.shl + local.get $1 + i32.add + i32.const 2 + i32.shl + i32.const 34736 + i32.add + i32.const 0 + i32.store offset=96 + local.get $1 + i32.const 1 + i32.add + local.set $1 + br $for-loop|1 + end + end + local.get $0 + i32.const 1 + i32.add + local.set $0 + br $for-loop|0 + end + end + i32.const 34736 + i32.const 36308 + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + i32.const 34736 + global.set $~lib/rt/tlsf/ROOT + ) + (func $~lib/rt/itcms/step (result i32) + (local $0 i32) + (local $1 i32) + (local $2 i32) + block $break|0 + block $case2|0 + block $case1|0 + block $case0|0 + global.get $~lib/rt/itcms/state + br_table $case0|0 $case1|0 $case2|0 $break|0 + end + i32.const 1 + global.set $~lib/rt/itcms/state + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/white + i32.eqz + local.set $1 + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|1 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + global.set $~lib/rt/itcms/iter + local.get $1 + local.get $0 + i32.load offset=4 + local.tee $2 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $2 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store offset=4 + i32.const 0 + global.set $~lib/rt/itcms/visitCount + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + global.get $~lib/rt/itcms/visitCount + return + end + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|1 + end + end + i32.const 0 + global.set $~lib/rt/itcms/visitCount + call $~lib/rt/itcms/visitRoots + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + i32.eq + if + global.get $~lib/memory/__stack_pointer + local.set $0 + loop $while-continue|0 + local.get $0 + i32.const 34732 + i32.lt_u + if + local.get $0 + i32.load + call $~lib/rt/itcms/__visit + local.get $0 + i32.const 4 + i32.add + local.set $0 + br $while-continue|0 + end + end + global.get $~lib/rt/itcms/iter + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + loop $while-continue|2 + local.get $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $1 + local.get $0 + i32.load offset=4 + local.tee $2 + i32.const 3 + i32.and + i32.ne + if + local.get $0 + local.get $2 + i32.const -4 + i32.and + local.get $1 + i32.or + i32.store offset=4 + local.get $0 + i32.const 20 + i32.add + call $~lib/rt/__visit_members + end + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + local.set $0 + br $while-continue|2 + end + end + global.get $~lib/rt/itcms/fromSpace + local.set $0 + global.get $~lib/rt/itcms/toSpace + global.set $~lib/rt/itcms/fromSpace + local.get $0 + global.set $~lib/rt/itcms/toSpace + local.get $1 + global.set $~lib/rt/itcms/white + local.get $0 + i32.load offset=4 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + i32.const 2 + global.set $~lib/rt/itcms/state + end + global.get $~lib/rt/itcms/visitCount + return + end + global.get $~lib/rt/itcms/iter + local.tee $0 + global.get $~lib/rt/itcms/toSpace + i32.ne + if + local.get $0 + i32.load offset=4 + local.tee $1 + i32.const -4 + i32.and + global.set $~lib/rt/itcms/iter + global.get $~lib/rt/itcms/white + i32.eqz + local.get $1 + i32.const 3 + i32.and + i32.ne + if + i32.const 0 + i32.const 1392 + i32.const 229 + i32.const 20 + call $~lib/builtins/abort + unreachable + end + local.get $0 + i32.const 34732 + i32.lt_u + if + local.get $0 + i32.const 0 + i32.store offset=4 + local.get $0 + i32.const 0 + i32.store offset=8 + else + global.get $~lib/rt/itcms/total + local.get $0 + i32.load + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.sub + global.set $~lib/rt/itcms/total + local.get $0 + i32.const 4 + i32.add + local.tee $0 + i32.const 34732 + i32.ge_u + if + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.get $0 + i32.const 4 + i32.sub + local.set $2 + local.get $0 + i32.const 15 + i32.and + i32.const 1 + local.get $0 + select + if (result i32) + i32.const 1 + else + local.get $2 + i32.load + i32.const 1 + i32.and + end + if + i32.const 0 + i32.const 1664 + i32.const 562 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $2 + local.get $2 + i32.load + i32.const 1 + i32.or + i32.store + local.get $2 + call $~lib/rt/tlsf/insertBlock + end + end + i32.const 10 + return + end + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + i32.store offset=4 + global.get $~lib/rt/itcms/toSpace + global.get $~lib/rt/itcms/toSpace + i32.store offset=8 + i32.const 0 + global.set $~lib/rt/itcms/state + end + i32.const 0 + ) + (func $~lib/rt/tlsf/searchBlock (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + local.get $1 + i32.const 256 + i32.lt_u + if + local.get $1 + i32.const 4 + i32.shr_u + local.set $1 + else + local.get $1 + i32.const 536870910 + i32.lt_u + if + local.get $1 + i32.const 1 + i32.const 27 + local.get $1 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + local.set $1 + end + local.get $1 + i32.const 31 + local.get $1 + i32.clz + i32.sub + local.tee $2 + i32.const 4 + i32.sub + i32.shr_u + i32.const 16 + i32.xor + local.set $1 + local.get $2 + i32.const 7 + i32.sub + local.set $2 + end + local.get $1 + i32.const 16 + i32.lt_u + local.get $2 + i32.const 23 + i32.lt_u + i32.and + i32.eqz + if + i32.const 0 + i32.const 1664 + i32.const 334 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + i32.const -1 + local.get $1 + i32.shl + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + local.get $2 + i32.const 4 + i32.shl + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + else + local.get $0 + i32.load + i32.const -1 + local.get $2 + i32.const 1 + i32.add + i32.shl + i32.and + local.tee $1 + if (result i32) + local.get $0 + local.get $1 + i32.ctz + local.tee $1 + i32.const 2 + i32.shl + i32.add + i32.load offset=4 + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1664 + i32.const 347 + i32.const 18 + call $~lib/builtins/abort + unreachable + end + local.get $0 + local.get $2 + i32.ctz + local.get $1 + i32.const 4 + i32.shl + i32.add + i32.const 2 + i32.shl + i32.add + i32.load offset=96 + else + i32.const 0 + end + end + ) + (func $~lib/rt/itcms/__new (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + (local $6 i32) + local.get $0 + i32.const 1073741804 + i32.ge_u + if + i32.const 1328 + i32.const 1392 + i32.const 261 + i32.const 31 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.ge_u + if + block $__inlined_func$~lib/rt/itcms/interrupt$70 + i32.const 2048 + local.set $2 + loop $do-loop|0 + local.get $2 + call $~lib/rt/itcms/step + i32.sub + local.set $2 + global.get $~lib/rt/itcms/state + i32.eqz + if + global.get $~lib/rt/itcms/total + i64.extend_i32_u + i64.const 200 + i64.mul + i64.const 100 + i64.div_u + i32.wrap_i64 + i32.const 1024 + i32.add + global.set $~lib/rt/itcms/threshold + br $__inlined_func$~lib/rt/itcms/interrupt$70 + end + local.get $2 + i32.const 0 + i32.gt_s + br_if $do-loop|0 + end + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/total + global.get $~lib/rt/itcms/threshold + i32.sub + i32.const 1024 + i32.lt_u + i32.const 10 + i32.shl + i32.add + global.set $~lib/rt/itcms/threshold + end + end + global.get $~lib/rt/tlsf/ROOT + i32.eqz + if + call $~lib/rt/tlsf/initialize + end + global.get $~lib/rt/tlsf/ROOT + local.set $4 + local.get $0 + i32.const 16 + i32.add + local.tee $2 + i32.const 1073741820 + i32.gt_u + if + i32.const 1328 + i32.const 1664 + i32.const 461 + i32.const 29 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $2 + i32.const 12 + i32.le_u + if (result i32) + i32.const 12 + else + local.get $2 + i32.const 19 + i32.add + i32.const -16 + i32.and + i32.const 4 + i32.sub + end + local.tee $5 + call $~lib/rt/tlsf/searchBlock + local.tee $2 + i32.eqz + if + memory.size + local.tee $2 + local.get $5 + i32.const 256 + i32.ge_u + if (result i32) + local.get $5 + i32.const 536870910 + i32.lt_u + if (result i32) + local.get $5 + i32.const 1 + i32.const 27 + local.get $5 + i32.clz + i32.sub + i32.shl + i32.add + i32.const 1 + i32.sub + else + local.get $5 + end + else + local.get $5 + end + i32.const 4 + local.get $4 + i32.load offset=1568 + local.get $2 + i32.const 16 + i32.shl + i32.const 4 + i32.sub + i32.ne + i32.shl + i32.add + i32.const 65535 + i32.add + i32.const -65536 + i32.and + i32.const 16 + i32.shr_u + local.tee $3 + local.get $2 + local.get $3 + i32.gt_s + select + memory.grow + i32.const 0 + i32.lt_s + if + local.get $3 + memory.grow + i32.const 0 + i32.lt_s + if + unreachable + end + end + local.get $4 + local.get $2 + i32.const 16 + i32.shl + memory.size + i64.extend_i32_s + i64.const 16 + i64.shl + call $~lib/rt/tlsf/addMemory + local.get $4 + local.get $5 + call $~lib/rt/tlsf/searchBlock + local.tee $2 + i32.eqz + if + i32.const 0 + i32.const 1664 + i32.const 499 + i32.const 16 + call $~lib/builtins/abort + unreachable + end + end + local.get $5 + local.get $2 + i32.load + i32.const -4 + i32.and + i32.gt_u + if + i32.const 0 + i32.const 1664 + i32.const 501 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $4 + local.get $2 + call $~lib/rt/tlsf/removeBlock + local.get $2 + i32.load + local.set $6 + local.get $5 + i32.const 4 + i32.add + i32.const 15 + i32.and + if + i32.const 0 + i32.const 1664 + i32.const 361 + i32.const 14 + call $~lib/builtins/abort + unreachable + end + local.get $6 + i32.const -4 + i32.and + local.get $5 + i32.sub + local.tee $3 + i32.const 16 + i32.ge_u + if + local.get $2 + local.get $5 + local.get $6 + i32.const 2 + i32.and + i32.or + i32.store + local.get $2 + i32.const 4 + i32.add + local.get $5 + i32.add + local.tee $5 + local.get $3 + i32.const 4 + i32.sub + i32.const 1 + i32.or + i32.store + local.get $4 + local.get $5 + call $~lib/rt/tlsf/insertBlock + else + local.get $2 + local.get $6 + i32.const -2 + i32.and + i32.store + local.get $2 + i32.const 4 + i32.add + local.get $2 + i32.load + i32.const -4 + i32.and + i32.add + local.tee $3 + local.get $3 + i32.load + i32.const -3 + i32.and + i32.store + end + local.get $2 + local.get $1 + i32.store offset=12 + local.get $2 + local.get $0 + i32.store offset=16 + global.get $~lib/rt/itcms/fromSpace + local.tee $1 + i32.load offset=8 + local.set $3 + local.get $2 + local.get $1 + global.get $~lib/rt/itcms/white + i32.or + i32.store offset=4 + local.get $2 + local.get $3 + i32.store offset=8 + local.get $3 + local.get $2 + local.get $3 + i32.load offset=4 + i32.const 3 + i32.and + i32.or + i32.store offset=4 + local.get $1 + local.get $2 + i32.store offset=8 + global.get $~lib/rt/itcms/total + local.get $2 + i32.load + i32.const -4 + i32.and + i32.const 4 + i32.add + i32.add + global.set $~lib/rt/itcms/total + local.get $2 + i32.const 20 + i32.add + local.tee $1 + i32.const 0 + local.get $0 + memory.fill + local.get $1 + ) + (func $~lib/rt/__visit_members (param $0 i32) + block $invalid + block $switch/BarClass + block $switch/FooClass + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $switch/FooClass $switch/BarClass $invalid + end + return + end + return + end + return + end + local.get $0 + i32.load + local.tee $0 + if + local.get $0 + call $~lib/rt/itcms/__visit + end + return + end + return + end + return + end + unreachable + ) + (func $~start + call $start:switch + ) + (func $~lib/string/String.__eq (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1964 + i32.lt_s + if + i32.const 34752 + i32.const 34800 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $0 + local.get $1 + i32.eq + if + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 1 + return + end + block $folding-inner0 + local.get $1 + i32.eqz + local.get $0 + i32.eqz + i32.or + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $3 + local.get $1 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + i32.ne + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $3 + local.tee $0 + i32.const 4 + i32.ge_u + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz + if + loop $do-loop|0 + local.get $2 + i64.load + local.get $1 + i64.load + i64.eq + if + local.get $2 + i32.const 8 + i32.add + local.set $2 + local.get $1 + i32.const 8 + i32.add + local.set $1 + local.get $0 + i32.const 4 + i32.sub + local.tee $0 + i32.const 4 + i32.ge_u + br_if $do-loop|0 + end + end + end + block $__inlined_func$~lib/util/string/compareImpl$76 + loop $while-continue|1 + local.get $0 + local.tee $3 + i32.const 1 + i32.sub + local.set $0 + local.get $3 + if + local.get $2 + i32.load16_u + local.tee $5 + local.get $1 + i32.load16_u + local.tee $4 + i32.sub + local.set $3 + local.get $4 + local.get $5 + i32.ne + br_if $__inlined_func$~lib/util/string/compareImpl$76 + local.get $2 + i32.const 2 + i32.add + local.set $2 + local.get $1 + i32.const 2 + i32.add + local.set $1 + br $while-continue|1 + end + end + i32.const 0 + local.set $3 + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + i32.eqz + return + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 0 + ) + (func $switch/doSwitchString (param $0 i32) (result i32) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1964 + i32.lt_s + if + i32.const 34752 + i32.const 34800 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 1104 + i32.store offset=8 + block $case3|0 + block $case2|0 + block $case1|0 + local.get $0 + i32.const 1104 + call $~lib/string/String.__eq + i32.eqz + if + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 1136 + i32.store offset=8 + local.get $0 + i32.const 1136 + call $~lib/string/String.__eq + br_if $case1|0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 1168 + i32.store offset=8 + local.get $0 + i32.const 1168 + call $~lib/string/String.__eq + br_if $case2|0 + br $case3|0 + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 1 + return + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 2 + return + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 3 + return + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 4 + ) + (func $~lib/string/String.__concat (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 1964 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1964 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + local.get $0 + local.tee $2 + i32.store + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const -2 + i32.and + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + block $__inlined_func$~lib/string/String#concat$191 + local.get $1 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const -2 + i32.and + local.tee $4 + local.get $3 + i32.add + local.tee $0 + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 1296 + local.set $0 + br $__inlined_func$~lib/string/String#concat$191 + end + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $0 + i32.store offset=4 + local.get $0 + local.get $2 + local.get $3 + memory.copy + local.get $0 + local.get $3 + i32.add + local.get $1 + local.get $4 + memory.copy + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $0 + return + end + i32.const 34752 + i32.const 34800 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + ) + (func $switch/doSwitchNullableString (param $0 i32) (result i32) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1964 + i32.lt_s + if + i32.const 34752 + i32.const 34800 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + block $case4|0 + block $case3|0 + block $case2|0 + block $case1|0 + local.get $0 + i32.const 0 + call $~lib/string/String.__eq + i32.eqz + if + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 1104 + i32.store offset=8 + local.get $0 + i32.const 1104 + call $~lib/string/String.__eq + br_if $case1|0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 1136 + i32.store offset=8 + local.get $0 + i32.const 1136 + call $~lib/string/String.__eq + br_if $case2|0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 1168 + i32.store offset=8 + local.get $0 + i32.const 1168 + call $~lib/string/String.__eq + br_if $case3|0 + br $case4|0 + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 0 + return + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 1 + return + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 2 + return + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 3 + return + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 4 + ) + (func $switch/FooClass#constructor (param $0 i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1964 + i32.lt_s + if + i32.const 34752 + i32.const 34800 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.const 4 + call $~lib/rt/itcms/__new + local.tee $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) + (func $switch/doSwitchClassMember (param $0 i32) (result i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1964 + i32.lt_s + if + i32.const 34752 + i32.const 34800 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + block $case2|0 + block $case1|0 + local.get $0 + i32.load + local.tee $0 + i32.const 1 + i32.ne + if + local.get $0 + i32.const 2 + i32.eq + br_if $case1|0 + br $case2|0 + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 1 + return + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 2 + return + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 3 + ) + (func $switch/BarClass.__eq (param $0 i32) (param $1 i32) (result i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1964 + i32.lt_s + if + i32.const 34752 + i32.const 34800 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $0 + local.get $1 + i32.eq + if + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 1 + return + end + local.get $1 + i32.eqz + local.get $0 + i32.eqz + i32.or + if + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 0 + return + end + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + i32.load + i32.eq + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $switch/BarClass#constructor (param $0 i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1964 + i32.lt_s + if + i32.const 34752 + i32.const 34800 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.const 5 + call $~lib/rt/itcms/__new + local.tee $1 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $1 + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) + (func $switch/doSwitchClassInstanceWithOverload (param $0 i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1964 + i32.lt_s + if + i32.const 34752 + i32.const 34800 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + block $case3|0 + block $case2|0 + block $case1|0 + local.get $0 + i32.const 0 + call $switch/BarClass.__eq + i32.eqz + if + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + i32.const 1 + call $switch/BarClass#constructor + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 + local.get $0 + local.get $1 + call $switch/BarClass.__eq + br_if $case1|0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + i32.const 2 + call $switch/BarClass#constructor + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 + local.get $0 + local.get $1 + call $switch/BarClass.__eq + br_if $case2|0 + br $case3|0 + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 0 + return + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 1 + return + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 2 + return + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 3 + ) + (func $start:switch + (local $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 36 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1964 + i32.lt_s + if + i32.const 34752 + i32.const 34800 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 36 + memory.fill + global.get $~lib/memory/__stack_pointer + i32.const 1104 + i32.store + i32.const 1104 + call $switch/doSwitchString + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 106 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1136 + i32.store + i32.const 1136 + call $switch/doSwitchString + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 107 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1168 + i32.store + i32.const 1168 + call $switch/doSwitchString + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 108 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1200 + i32.store + i32.const 1200 + call $switch/doSwitchString + i32.const 4 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 109 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + memory.size + i32.const 16 + i32.shl + i32.const 34732 + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 1444 + i32.const 1440 + i32.store + i32.const 1448 + i32.const 1440 + i32.store + i32.const 1440 + global.set $~lib/rt/itcms/pinSpace + i32.const 1476 + i32.const 1472 + i32.store + i32.const 1480 + i32.const 1472 + i32.store + i32.const 1472 + global.set $~lib/rt/itcms/toSpace + i32.const 1620 + i32.const 1616 + i32.store + i32.const 1624 + i32.const 1616 + i32.store + i32.const 1616 + global.set $~lib/rt/itcms/fromSpace + global.get $~lib/memory/__stack_pointer + i32.const 1232 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 1264 + i32.store offset=16 + i32.const 1232 + i32.const 1264 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 1728 + i32.store offset=8 + local.get $0 + i32.const 1728 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchString + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 112 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1760 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 1792 + i32.store offset=16 + i32.const 1760 + i32.const 1792 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 1232 + i32.store offset=8 + local.get $0 + i32.const 1232 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchString + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 113 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1760 + i32.store offset=28 + global.get $~lib/memory/__stack_pointer + i32.const 1824 + i32.store offset=32 + i32.const 1760 + i32.const 1824 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer + i32.const 1856 + i32.store offset=24 + local.get $0 + i32.const 1856 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 1728 + i32.store offset=16 + local.get $0 + i32.const 1728 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 1728 + i32.store offset=8 + local.get $0 + i32.const 1728 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchString + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 114 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1888 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer + i32.const 1232 + i32.store offset=24 + i32.const 1888 + i32.const 1232 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 1920 + i32.store offset=16 + local.get $0 + i32.const 1920 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 1856 + i32.store offset=8 + local.get $0 + i32.const 1856 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchString + i32.const 4 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 115 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + call $switch/doSwitchNullableString + if + i32.const 0 + i32.const 1056 + i32.const 128 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1104 + i32.store + i32.const 1104 + call $switch/doSwitchNullableString + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 129 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1136 + i32.store + i32.const 1136 + call $switch/doSwitchNullableString + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 130 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1168 + i32.store + i32.const 1168 + call $switch/doSwitchNullableString + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 131 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1200 + i32.store + i32.const 1200 + call $switch/doSwitchNullableString + i32.const 4 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 132 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1232 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 1264 + i32.store offset=16 + i32.const 1232 + i32.const 1264 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 1728 + i32.store offset=8 + local.get $0 + i32.const 1728 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchNullableString + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 135 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1760 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 1792 + i32.store offset=16 + i32.const 1760 + i32.const 1792 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 1232 + i32.store offset=8 + local.get $0 + i32.const 1232 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchNullableString + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 136 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1760 + i32.store offset=28 + global.get $~lib/memory/__stack_pointer + i32.const 1824 + i32.store offset=32 + i32.const 1760 + i32.const 1824 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer + i32.const 1856 + i32.store offset=24 + local.get $0 + i32.const 1856 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 1728 + i32.store offset=16 + local.get $0 + i32.const 1728 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 1728 + i32.store offset=8 + local.get $0 + i32.const 1728 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchNullableString + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 137 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1888 + i32.store offset=20 + global.get $~lib/memory/__stack_pointer + i32.const 1232 + i32.store offset=24 + i32.const 1888 + i32.const 1232 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=12 + global.get $~lib/memory/__stack_pointer + i32.const 1920 + i32.store offset=16 + local.get $0 + i32.const 1920 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 1856 + i32.store offset=8 + local.get $0 + i32.const 1856 + call $~lib/string/String.__concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchNullableString + i32.const 4 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 138 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + call $switch/FooClass#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchClassMember + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 251 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + call $switch/FooClass#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchClassMember + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 252 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 3 + call $switch/FooClass#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchClassMember + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 253 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + call $switch/FooClass#constructor + global.set $switch/foo1 + i32.const 2 + call $switch/FooClass#constructor + global.set $switch/foo2 + global.get $~lib/memory/__stack_pointer + global.get $switch/foo1 + local.tee $0 + i32.store + local.get $0 + call $switch/doSwitchClassInstance + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 266 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + global.get $switch/foo2 + local.tee $0 + i32.store + local.get $0 + call $switch/doSwitchClassInstance + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 267 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + call $switch/FooClass#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchClassInstance + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 268 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + call $switch/doSwitchClassInstanceWithOverload + if + i32.const 0 + i32.const 1056 + i32.const 293 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + call $switch/BarClass#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchClassInstanceWithOverload + i32.const 1 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 294 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + call $switch/BarClass#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchClassInstanceWithOverload + i32.const 2 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 295 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 3 + call $switch/BarClass#constructor + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + call $switch/doSwitchClassInstanceWithOverload + i32.const 3 + i32.ne + if + i32.const 0 + i32.const 1056 + i32.const 296 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 36 + i32.add + global.set $~lib/memory/__stack_pointer + ) + (func $switch/doSwitchClassInstance (param $0 i32) (result i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1964 + i32.lt_s + if + i32.const 34752 + i32.const 34800 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + block $case2|0 + block $case1|0 + global.get $switch/foo1 + local.get $0 + i32.ne + if + local.get $0 + global.get $switch/foo2 + i32.eq + br_if $case1|0 + br $case2|0 + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 1 + return + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 2 + return + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 3 + ) ) diff --git a/tests/compiler/switch.ts b/tests/compiler/switch.ts index bd73eb7051..11167dc19f 100644 --- a/tests/compiler/switch.ts +++ b/tests/compiler/switch.ts @@ -21,11 +21,11 @@ function doSwitchDefaultFirst(n: i32): i32 { case 3: return 23; } } -assert(doSwitch(0) == 0); -assert(doSwitch(1) == 1); -assert(doSwitch(2) == 23); -assert(doSwitch(3) == 23); -assert(doSwitch(4) == 0); +assert(doSwitchDefaultFirst(0) == 0); +assert(doSwitchDefaultFirst(1) == 1); +assert(doSwitchDefaultFirst(2) == 23); +assert(doSwitchDefaultFirst(3) == 23); +assert(doSwitchDefaultFirst(4) == 0); function doSwitchDefaultOmitted(n: i32): i32 { switch (n) { @@ -92,3 +92,205 @@ function doSwitchEmpty(n: i32): i32 { assert(doSwitchEmpty(0) == 2); assert(doSwitchEmpty(1) == 2); assert(doSwitchEmpty(2) == 2); + +function doSwitchString(s: string): i32 { + switch (s) { + case "one": return 1; + case "two": return 2; + case "three": return 3; + default: return 4; + } +} + +// these will pass regardless of whether the comparison is done by value or reference +assert(doSwitchString("one") == 1); +assert(doSwitchString("two") == 2); +assert(doSwitchString("three") == 3); +assert(doSwitchString("four") == 4); + +// these would fail if the comparison was done by reference +assert(doSwitchString("o" + "n" + "e") == 1); +assert(doSwitchString("t" + "w" + "o") == 2); +assert(doSwitchString("t" + "h" + "r" + "e" + "e") == 3); +assert(doSwitchString("f" + "o" + "u" + "r") == 4); + +function doSwitchNullableString(s: string | null): i32 { + switch (s) { + case null: return 0; + case "one": return 1; + case "two": return 2; + case "three": return 3; + default: return 4; + } +} + +// these will pass regardless of whether the comparison is done by value or reference +assert(doSwitchNullableString(null) == 0); +assert(doSwitchNullableString("one") == 1); +assert(doSwitchNullableString("two") == 2); +assert(doSwitchNullableString("three") == 3); +assert(doSwitchNullableString("four") == 4); + +// these would fail if the comparison was done by reference +assert(doSwitchNullableString("o" + "n" + "e") == 1); +assert(doSwitchNullableString("t" + "w" + "o") == 2); +assert(doSwitchNullableString("t" + "h" + "r" + "e" + "e") == 3); +assert(doSwitchNullableString("f" + "o" + "u" + "r") == 4); + +function doSwitchBoolean(b: bool): i32 { + switch (b) { + case true: return 1; + case false: return 2; + } + return 0; +} + +assert(doSwitchBoolean(true) == 1); +assert(doSwitchBoolean(false) == 2); + +function doSwitchUInt32(n: u32): i32 { + switch (n) { + case 1: return 1; + case 2: return 2; + case 3: return 3; + default: return 0; + } +} +assert(doSwitchUInt32(0) == 0); +assert(doSwitchUInt32(1) == 1); +assert(doSwitchUInt32(2) == 2); +assert(doSwitchUInt32(3) == 3); +assert(doSwitchUInt32(4) == 0); + +enum Foo { + A = 1, + B = 2, + C = 3, + D = 4, +} + +function doSwitchEnum(n: Foo): i32 { + switch (n) { + case Foo.A: return 1; + case Foo.B: return 2; + case Foo.C: return 3; + default: return 0; + } +} +assert(doSwitchEnum(Foo.A) == 1); +assert(doSwitchEnum(Foo.B) == 2); +assert(doSwitchEnum(Foo.C) == 3); +assert(doSwitchEnum(Foo.D) == 0); + +function doSwitchUint8(n: u8): i32 { + switch (n) { + case 1: return 1; + case 2: return 2; + case 3: return 3; + default: return 0; + } +} +assert(doSwitchUint8(0) == 0); +assert(doSwitchUint8(1) == 1); +assert(doSwitchUint8(2) == 2); +assert(doSwitchUint8(3) == 3); +assert(doSwitchUint8(4) == 0); + +function doSwitchFloat(n: f32): i32 { + switch (n) { + case 1.0: return 1; + case 2.0: return 2; + default: return 0; + } +} +assert(doSwitchFloat(0.0) == 0); +assert(doSwitchFloat(1.0) == 1); +assert(doSwitchFloat(2.0) == 2); + +function doSwitchInt64(n: i64): i32 { + switch (n) { + case (1): return 1; + case (2): return 2; + default: return 0; + } +} +assert(doSwitchInt64(0) == 0); +assert(doSwitchInt64(1) == 1); +assert(doSwitchInt64(2) == 2); + +function doSwitchUInt64(n: u64): i32 { + const one: u64 = 1; + const two: u64 = 2; + switch (n) { + case one: return 1; + case two: return 2; + default: return 0; + } +} +assert(doSwitchUInt64(0) == 0); +assert(doSwitchUInt64(1) == 1); +assert(doSwitchUInt64(2) == 2); + + +// class members should switch like any other expression +class FooClass { + value: i32; + + constructor(value: i32) { + this.value = value; + } +} + +function doSwitchClassMember(foo: FooClass): i32 { + switch (foo.value) { + case 1: return 1; + case 2: return 2; + default: return 3; + } +} +assert(doSwitchClassMember(new FooClass(1)) == 1); +assert(doSwitchClassMember(new FooClass(2)) == 2); +assert(doSwitchClassMember(new FooClass(3)) == 3); + + +// class instances switch using reference equality by default +const foo1 = new FooClass(1); +const foo2 = new FooClass(2); +function doSwitchClassInstance(foo: FooClass): i32 { + switch (foo) { + case foo1: return 1; + case foo2: return 2; + default: return 3; + } +} +assert(doSwitchClassInstance(foo1) == 1); +assert(doSwitchClassInstance(foo2) == 2); +assert(doSwitchClassInstance(new FooClass(1)) == 3); + +// class instances can switch using value equality with an operator overload +class BarClass { + value: i32; + + constructor(value: i32) { + this.value = value; + } + + @operator("==") private static __eq(left: BarClass | null, right: BarClass | null): bool { + if (changetype(left) == changetype(right)) return true; + if (!left || !right) return false; + return left.value == right.value; + } +} + +function doSwitchClassInstanceWithOverload(foo: BarClass | null): i32 { + switch (foo) { + case null: return 0; + case new BarClass(1): return 1; + case new BarClass(2): return 2; + default: return 3; + } +} +assert(doSwitchClassInstanceWithOverload(null) == 0); +assert(doSwitchClassInstanceWithOverload(new BarClass(1)) == 1); +assert(doSwitchClassInstanceWithOverload(new BarClass(2)) == 2); +assert(doSwitchClassInstanceWithOverload(new BarClass(3)) == 3); From ef01f2bf095c8e6b3849f576cd22196c4f5d1aab Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Fri, 11 Jul 2025 10:10:11 +0800 Subject: [PATCH 083/103] fix: remove non-zero check before `__visit` (#2933) --- src/builtins.ts | 22 +- tests/compiler/assignment-chain.debug.wat | 8 +- tests/compiler/assignment-chain.release.wat | 6 +- tests/compiler/bindings/esm.debug.wat | 32 +- tests/compiler/bindings/esm.release.wat | 44 +-- .../bindings/noExportRuntime.debug.wat | 8 +- .../bindings/noExportRuntime.release.wat | 172 +++++----- tests/compiler/bindings/raw.debug.wat | 32 +- tests/compiler/bindings/raw.release.wat | 44 +-- tests/compiler/call-inferred.debug.wat | 8 +- tests/compiler/call-inferred.release.wat | 6 +- tests/compiler/call-rest.debug.wat | 16 +- tests/compiler/call-rest.release.wat | 163 ++++----- tests/compiler/call-super.debug.wat | 8 +- tests/compiler/call-super.release.wat | 6 +- tests/compiler/class-implements.debug.wat | 8 +- tests/compiler/class-implements.release.wat | 6 +- .../compiler/class-overloading-cast.debug.wat | 8 +- .../class-overloading-cast.release.wat | 6 +- tests/compiler/class-overloading.debug.wat | 8 +- tests/compiler/class-overloading.release.wat | 6 +- tests/compiler/class-override.debug.wat | 8 +- tests/compiler/class-override.release.wat | 6 +- tests/compiler/class.debug.wat | 16 +- tests/compiler/class.release.wat | 91 ++--- tests/compiler/constructor.debug.wat | 8 +- tests/compiler/constructor.release.wat | 6 +- tests/compiler/do.debug.wat | 8 +- tests/compiler/do.release.wat | 6 +- tests/compiler/duplicate-fields.debug.wat | 24 +- tests/compiler/duplicate-fields.release.wat | 17 +- tests/compiler/empty-exportruntime.debug.wat | 8 +- .../compiler/empty-exportruntime.release.wat | 6 +- tests/compiler/empty-new.debug.wat | 8 +- tests/compiler/empty-new.release.wat | 6 +- .../compiler/exportstar-rereexport.debug.wat | 8 +- .../exportstar-rereexport.release.wat | 6 +- .../compiler/extends-baseaggregate.debug.wat | 32 +- .../extends-baseaggregate.release.wat | 62 ++-- tests/compiler/extends-recursive.debug.wat | 16 +- tests/compiler/extends-recursive.release.wat | 14 +- tests/compiler/field-initialization.debug.wat | 128 ++----- .../compiler/field-initialization.release.wat | 81 ++--- tests/compiler/field.debug.wat | 16 +- tests/compiler/field.release.wat | 170 +++++----- tests/compiler/for.debug.wat | 8 +- tests/compiler/for.release.wat | 6 +- tests/compiler/function-call.debug.wat | 8 +- tests/compiler/function-call.release.wat | 6 +- tests/compiler/function-expression.debug.wat | 16 +- .../compiler/function-expression.release.wat | 98 +++--- tests/compiler/getter-call.debug.wat | 8 +- tests/compiler/getter-call.release.wat | 6 +- .../incremental-gc/call-indirect.debug.wat | 8 +- .../incremental-gc/call-indirect.release.wat | 6 +- tests/compiler/infer-array.debug.wat | 8 +- tests/compiler/infer-array.release.wat | 6 +- tests/compiler/infer-generic.debug.wat | 8 +- tests/compiler/infer-generic.release.wat | 6 +- tests/compiler/inlining.debug.wat | 8 +- tests/compiler/inlining.release.wat | 6 +- tests/compiler/instanceof.debug.wat | 8 +- tests/compiler/instanceof.release.wat | 6 +- tests/compiler/issues/1095.debug.wat | 16 +- tests/compiler/issues/1095.release.wat | 39 ++- tests/compiler/issues/1225.debug.wat | 8 +- tests/compiler/issues/1225.release.wat | 6 +- tests/compiler/issues/1699.debug.wat | 8 +- tests/compiler/issues/1699.release.wat | 6 +- tests/compiler/issues/2166.debug.wat | 8 +- tests/compiler/issues/2166.release.wat | 6 +- tests/compiler/issues/2322/index.debug.wat | 8 +- tests/compiler/issues/2322/index.release.wat | 6 +- tests/compiler/issues/2622.debug.wat | 8 +- tests/compiler/issues/2622.release.wat | 6 +- tests/compiler/issues/2707.debug.wat | 8 +- tests/compiler/issues/2707.release.wat | 6 +- tests/compiler/issues/2873.debug.wat | 8 +- tests/compiler/issues/2873.release.wat | 6 +- tests/compiler/logical.debug.wat | 8 +- tests/compiler/logical.release.wat | 6 +- tests/compiler/managed-cast.debug.wat | 8 +- tests/compiler/managed-cast.release.wat | 6 +- tests/compiler/new.debug.wat | 8 +- tests/compiler/new.release.wat | 6 +- tests/compiler/object-literal.debug.wat | 88 ++--- tests/compiler/object-literal.release.wat | 134 +++----- .../operator-overload-non-ambiguity.debug.wat | 8 +- ...perator-overload-non-ambiguity.release.wat | 6 +- .../optional-typeparameters.debug.wat | 8 +- .../optional-typeparameters.release.wat | 6 +- tests/compiler/reexport.debug.wat | 8 +- tests/compiler/reexport.release.wat | 6 +- tests/compiler/rereexport.debug.wat | 8 +- tests/compiler/rereexport.release.wat | 6 +- tests/compiler/resolve-access.debug.wat | 8 +- tests/compiler/resolve-access.release.wat | 6 +- tests/compiler/resolve-binary.debug.wat | 8 +- tests/compiler/resolve-binary.release.wat | 6 +- .../compiler/resolve-elementaccess.debug.wat | 8 +- .../resolve-elementaccess.release.wat | 10 +- .../resolve-function-expression.debug.wat | 8 +- .../resolve-function-expression.release.wat | 6 +- tests/compiler/resolve-new.debug.wat | 8 +- tests/compiler/resolve-new.release.wat | 6 +- .../compiler/resolve-propertyaccess.debug.wat | 8 +- .../resolve-propertyaccess.release.wat | 6 +- tests/compiler/resolve-ternary.debug.wat | 8 +- tests/compiler/resolve-ternary.release.wat | 6 +- tests/compiler/resolve-unary.debug.wat | 8 +- tests/compiler/resolve-unary.release.wat | 6 +- tests/compiler/return-unreachable.debug.wat | 8 +- tests/compiler/return-unreachable.release.wat | 6 +- tests/compiler/rt/finalize.debug.wat | 8 +- tests/compiler/rt/finalize.release.wat | 6 +- tests/compiler/rt/issue-2719.debug.wat | 8 +- tests/compiler/rt/issue-2719.release.wat | 6 +- .../rt/runtime-incremental-export.debug.wat | 8 +- .../rt/runtime-incremental-export.release.wat | 6 +- .../rt/runtime-minimal-export.debug.wat | 8 +- .../rt/runtime-minimal-export.release.wat | 6 +- tests/compiler/simd.debug.wat | 8 +- tests/compiler/simd.release.wat | 6 +- tests/compiler/std/array-literal.debug.wat | 8 +- tests/compiler/std/array-literal.release.wat | 6 +- tests/compiler/std/array.debug.wat | 8 +- tests/compiler/std/array.release.wat | 320 +++++++++--------- tests/compiler/std/arraybuffer.debug.wat | 16 +- tests/compiler/std/arraybuffer.release.wat | 14 +- tests/compiler/std/dataview.debug.wat | 16 +- tests/compiler/std/dataview.release.wat | 14 +- tests/compiler/std/date.debug.wat | 8 +- tests/compiler/std/date.release.wat | 6 +- tests/compiler/std/map.debug.wat | 8 +- tests/compiler/std/map.release.wat | 6 +- tests/compiler/std/new.debug.wat | 8 +- tests/compiler/std/new.release.wat | 6 +- .../std/operator-overloading.debug.wat | 8 +- .../std/operator-overloading.release.wat | 6 +- tests/compiler/std/set.debug.wat | 8 +- tests/compiler/std/set.release.wat | 6 +- tests/compiler/std/static-array.debug.wat | 8 +- tests/compiler/std/static-array.release.wat | 6 +- tests/compiler/std/staticarray.debug.wat | 8 +- tests/compiler/std/staticarray.release.wat | 6 +- .../compiler/std/string-casemapping.debug.wat | 8 +- .../std/string-casemapping.release.wat | 6 +- tests/compiler/std/string-encoding.debug.wat | 8 +- .../compiler/std/string-encoding.release.wat | 6 +- tests/compiler/std/string.debug.wat | 8 +- tests/compiler/std/string.release.wat | 6 +- tests/compiler/std/symbol.debug.wat | 8 +- tests/compiler/std/symbol.release.wat | 6 +- tests/compiler/std/typedarray.debug.wat | 8 +- tests/compiler/std/typedarray.release.wat | 64 ++-- tests/compiler/std/uri.debug.wat | 8 +- tests/compiler/std/uri.release.wat | 6 +- tests/compiler/super-inline.debug.wat | 8 +- tests/compiler/super-inline.release.wat | 6 +- tests/compiler/switch.debug.wat | 8 +- tests/compiler/switch.release.wat | 6 +- tests/compiler/templateliteral.debug.wat | 24 +- tests/compiler/templateliteral.release.wat | 18 +- tests/compiler/throw.debug.wat | 8 +- tests/compiler/throw.release.wat | 6 +- tests/compiler/typeof.debug.wat | 8 +- tests/compiler/typeof.release.wat | 6 +- tests/compiler/while.debug.wat | 8 +- tests/compiler/while.release.wat | 6 +- 169 files changed, 1058 insertions(+), 1963 deletions(-) diff --git a/src/builtins.ts b/src/builtins.ts index f8b3deedb6..94596b4849 100644 --- a/src/builtins.ts +++ b/src/builtins.ts @@ -10808,20 +10808,14 @@ function ensureVisitMembersOf(compiler: Compiler, instance: Class): void { assert(fieldOffset >= 0); needsTempValue = true; body.push( - // if ($2 = value) __visit($2, $1) - module.if( - module.local_tee(2, - module.load(sizeTypeSize, false, - module.local_get(0, sizeTypeRef), - sizeTypeRef, fieldOffset - ), - false // internal - ), - module.call(visitInstance.internalName, [ - module.local_get(2, sizeTypeRef), // value - module.local_get(1, TypeRef.I32) // cookie - ], TypeRef.None) - ) + // __visit(load($this, fieldOffset), $cookie) + module.call(visitInstance.internalName, [ + module.load(sizeTypeSize, false, + module.local_get(0, sizeTypeRef), + sizeTypeRef, fieldOffset + ), // value + module.local_get(1, TypeRef.I32) // cookie + ], TypeRef.None) ); } } diff --git a/tests/compiler/assignment-chain.debug.wat b/tests/compiler/assignment-chain.debug.wat index 84f831ff37..dc86b62eb1 100644 --- a/tests/compiler/assignment-chain.debug.wat +++ b/tests/compiler/assignment-chain.debug.wat @@ -2349,12 +2349,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/assignment-chain.release.wat b/tests/compiler/assignment-chain.release.wat index d4610178d1..2d02b94594 100644 --- a/tests/compiler/assignment-chain.release.wat +++ b/tests/compiler/assignment-chain.release.wat @@ -1570,11 +1570,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/bindings/esm.debug.wat b/tests/compiler/bindings/esm.debug.wat index cebadb0ee0..b025730171 100644 --- a/tests/compiler/bindings/esm.debug.wat +++ b/tests/compiler/bindings/esm.debug.wat @@ -2874,12 +2874,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) @@ -2941,28 +2937,16 @@ call $~lib/object/Object~visit local.get $0 i32.load offset=56 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit local.get $0 i32.load offset=60 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit local.get $0 i32.load offset=64 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/typedarray/Uint8Array~visit (param $0 i32) (param $1 i32) local.get $0 diff --git a/tests/compiler/bindings/esm.release.wat b/tests/compiler/bindings/esm.release.wat index a06cd5b88d..d2fae9e068 100644 --- a/tests/compiler/bindings/esm.release.wat +++ b/tests/compiler/bindings/esm.release.wat @@ -2006,25 +2006,13 @@ end local.get $0 i32.load offset=56 - local.tee $1 - if - local.get $1 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit local.get $0 i32.load offset=60 - local.tee $1 - if - local.get $1 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit local.get $0 i32.load offset=64 - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return @@ -2040,11 +2028,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end global.get $~lib/memory/__stack_pointer @@ -2208,7 +2192,7 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - block $__inlined_func$~lib/string/String#concat$280 + block $__inlined_func$~lib/string/String#concat$285 local.get $1 i32.const 20 i32.sub @@ -2227,7 +2211,7 @@ global.set $~lib/memory/__stack_pointer i32.const 1760 local.set $2 - br $__inlined_func$~lib/string/String#concat$280 + br $__inlined_func$~lib/string/String#concat$285 end global.get $~lib/memory/__stack_pointer local.get $2 @@ -2414,7 +2398,7 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - block $__inlined_func$~lib/typedarray/Uint64Array#constructor$1 (result i32) + block $__inlined_func$~lib/typedarray/Uint64Array#constructor (result i32) local.get $1 call $~lib/typedarray/Float32Array#get:length local.get $5 @@ -2544,7 +2528,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $2 - br $__inlined_func$~lib/typedarray/Uint64Array#constructor$1 + br $__inlined_func$~lib/typedarray/Uint64Array#constructor end br $folding-inner1 end @@ -2941,7 +2925,7 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - block $__inlined_func$~lib/rt/itcms/__renew$265 + block $__inlined_func$~lib/rt/itcms/__renew$270 i32.const 1073741820 local.get $2 i32.const 1 @@ -2984,7 +2968,7 @@ i32.store offset=16 local.get $2 local.set $1 - br $__inlined_func$~lib/rt/itcms/__renew$265 + br $__inlined_func$~lib/rt/itcms/__renew$270 end local.get $3 local.get $4 @@ -3493,7 +3477,7 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - block $__inlined_func$bindings/esm/staticarrayFunction$2 (result i32) + block $__inlined_func$bindings/esm/staticarrayFunction$1 (result i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -3649,7 +3633,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $4 - br $__inlined_func$bindings/esm/staticarrayFunction$2 + br $__inlined_func$bindings/esm/staticarrayFunction$1 end br $folding-inner1 end @@ -4222,7 +4206,7 @@ i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - block $__inlined_func$bindings/esm/PlainObject#constructor$5 (result i32) + block $__inlined_func$bindings/esm/PlainObject#constructor$4 (result i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4385,7 +4369,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $2 - br $__inlined_func$bindings/esm/PlainObject#constructor$5 + br $__inlined_func$bindings/esm/PlainObject#constructor$4 end br $folding-inner1 end diff --git a/tests/compiler/bindings/noExportRuntime.debug.wat b/tests/compiler/bindings/noExportRuntime.debug.wat index 25e76de235..a75c227578 100644 --- a/tests/compiler/bindings/noExportRuntime.debug.wat +++ b/tests/compiler/bindings/noExportRuntime.debug.wat @@ -2469,12 +2469,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/bindings/noExportRuntime.release.wat b/tests/compiler/bindings/noExportRuntime.release.wat index d26dcae561..dd2b17bc43 100644 --- a/tests/compiler/bindings/noExportRuntime.release.wat +++ b/tests/compiler/bindings/noExportRuntime.release.wat @@ -156,7 +156,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$130 + block $__inlined_func$~lib/rt/itcms/Object#unlink$132 local.get $0 i32.load offset=4 i32.const -4 @@ -180,7 +180,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$130 + br $__inlined_func$~lib/rt/itcms/Object#unlink$132 end local.get $0 i32.load offset=8 @@ -1657,40 +1657,38 @@ (local $1 i32) (local $2 i32) (local $3 i32) - block $folding-inner2 - block $folding-inner1 - block $folding-inner0 - block $invalid - block $bindings/noExportRuntime/NonPlainObject - block $~lib/array/Array<~lib/array/Array> - block $~lib/array/Array - block $~lib/string/String - block $~lib/arraybuffer/ArrayBuffer - block $~lib/object/Object - local.get $0 - i32.const 8 - i32.sub - i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner2 $folding-inner2 $~lib/array/Array $~lib/array/Array<~lib/array/Array> $bindings/noExportRuntime/NonPlainObject $invalid + block $folding-inner1 + block $folding-inner0 + block $invalid + block $bindings/noExportRuntime/NonPlainObject + block $~lib/array/Array<~lib/array/Array> + block $~lib/array/Array + block $~lib/typedarray/Int32Array + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/typedarray/Int32Array $~lib/array/Array $~lib/array/Array<~lib/array/Array> $bindings/noExportRuntime/NonPlainObject $invalid + end + return end return end return end + local.get $0 + i32.load + call $~lib/rt/itcms/__visit return end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1780 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - br $folding-inner1 + local.get $0 + i32.load + call $~lib/rt/itcms/__visit + return end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1703,73 +1701,77 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - i32.load offset=4 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store + br $folding-inner1 + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1780 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $1 + local.get $0 + i32.load offset=12 + i32.const 2 + i32.shl + i32.add + local.set $2 + loop $while-continue|0 local.get $1 - local.get $0 - i32.load offset=12 - i32.const 2 - i32.shl - i32.add - local.set $2 - loop $while-continue|0 + local.get $2 + i32.lt_u + if local.get $1 - local.get $2 - i32.lt_u + i32.load + local.tee $3 if - local.get $1 - i32.load - local.tee $3 - if - local.get $3 - call $~lib/rt/itcms/__visit - end - local.get $1 - i32.const 4 - i32.add - local.set $1 - br $while-continue|0 + local.get $3 + call $~lib/rt/itcms/__visit end + local.get $1 + i32.const 4 + i32.add + local.set $1 + br $while-continue|0 end - br $folding-inner1 end - return + br $folding-inner1 end - unreachable + return end - i32.const 34576 - i32.const 34624 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - i32.load - call $~lib/rt/itcms/__visit - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - return + i32.const 34576 + i32.const 34624 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable end + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer ) (func $~start (local $0 i32) @@ -1817,7 +1819,7 @@ i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer - block $__inlined_func$start:bindings/noExportRuntime$2 + block $__inlined_func$start:bindings/noExportRuntime block $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 1780 @@ -1940,7 +1942,7 @@ global.set $~lib/memory/__stack_pointer local.get $0 global.set $bindings/noExportRuntime/isTypedArray - br $__inlined_func$start:bindings/noExportRuntime$2 + br $__inlined_func$start:bindings/noExportRuntime end i32.const 34576 i32.const 34624 diff --git a/tests/compiler/bindings/raw.debug.wat b/tests/compiler/bindings/raw.debug.wat index 7bf955aa6b..5947b885ed 100644 --- a/tests/compiler/bindings/raw.debug.wat +++ b/tests/compiler/bindings/raw.debug.wat @@ -2877,12 +2877,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) @@ -2944,28 +2940,16 @@ call $~lib/object/Object~visit local.get $0 i32.load offset=56 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit local.get $0 i32.load offset=60 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit local.get $0 i32.load offset=64 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/typedarray/Uint8Array~visit (param $0 i32) (param $1 i32) local.get $0 diff --git a/tests/compiler/bindings/raw.release.wat b/tests/compiler/bindings/raw.release.wat index 8bcf862a3c..85e626eef7 100644 --- a/tests/compiler/bindings/raw.release.wat +++ b/tests/compiler/bindings/raw.release.wat @@ -2006,25 +2006,13 @@ end local.get $0 i32.load offset=56 - local.tee $1 - if - local.get $1 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit local.get $0 i32.load offset=60 - local.tee $1 - if - local.get $1 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit local.get $0 i32.load offset=64 - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return @@ -2040,11 +2028,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end global.get $~lib/memory/__stack_pointer @@ -2208,7 +2192,7 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - block $__inlined_func$~lib/string/String#concat$281 + block $__inlined_func$~lib/string/String#concat$286 local.get $1 i32.const 20 i32.sub @@ -2227,7 +2211,7 @@ global.set $~lib/memory/__stack_pointer i32.const 1760 local.set $2 - br $__inlined_func$~lib/string/String#concat$281 + br $__inlined_func$~lib/string/String#concat$286 end global.get $~lib/memory/__stack_pointer local.get $2 @@ -2414,7 +2398,7 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - block $__inlined_func$~lib/typedarray/Uint64Array#constructor$1 (result i32) + block $__inlined_func$~lib/typedarray/Uint64Array#constructor (result i32) local.get $1 call $~lib/typedarray/Float32Array#get:length local.get $5 @@ -2544,7 +2528,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $2 - br $__inlined_func$~lib/typedarray/Uint64Array#constructor$1 + br $__inlined_func$~lib/typedarray/Uint64Array#constructor end br $folding-inner1 end @@ -2941,7 +2925,7 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - block $__inlined_func$~lib/rt/itcms/__renew$265 + block $__inlined_func$~lib/rt/itcms/__renew$270 i32.const 1073741820 local.get $2 i32.const 1 @@ -2984,7 +2968,7 @@ i32.store offset=16 local.get $2 local.set $1 - br $__inlined_func$~lib/rt/itcms/__renew$265 + br $__inlined_func$~lib/rt/itcms/__renew$270 end local.get $3 local.get $4 @@ -3493,7 +3477,7 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - block $__inlined_func$bindings/esm/staticarrayFunction$2 (result i32) + block $__inlined_func$bindings/esm/staticarrayFunction$1 (result i32) global.get $~lib/memory/__stack_pointer i32.const 12 i32.sub @@ -3649,7 +3633,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $4 - br $__inlined_func$bindings/esm/staticarrayFunction$2 + br $__inlined_func$bindings/esm/staticarrayFunction$1 end br $folding-inner1 end @@ -4222,7 +4206,7 @@ i32.const 0 i32.store offset=8 global.get $~lib/memory/__stack_pointer - block $__inlined_func$bindings/esm/PlainObject#constructor$5 (result i32) + block $__inlined_func$bindings/esm/PlainObject#constructor$4 (result i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4385,7 +4369,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $2 - br $__inlined_func$bindings/esm/PlainObject#constructor$5 + br $__inlined_func$bindings/esm/PlainObject#constructor$4 end br $folding-inner1 end diff --git a/tests/compiler/call-inferred.debug.wat b/tests/compiler/call-inferred.debug.wat index e080fb3da0..3fd88cbe2d 100644 --- a/tests/compiler/call-inferred.debug.wat +++ b/tests/compiler/call-inferred.debug.wat @@ -2311,12 +2311,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/call-inferred.release.wat b/tests/compiler/call-inferred.release.wat index 559793b4c5..2ef72953b6 100644 --- a/tests/compiler/call-inferred.release.wat +++ b/tests/compiler/call-inferred.release.wat @@ -1546,11 +1546,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/call-rest.debug.wat b/tests/compiler/call-rest.debug.wat index 53208c38ec..af743cb0b0 100644 --- a/tests/compiler/call-rest.debug.wat +++ b/tests/compiler/call-rest.debug.wat @@ -2456,12 +2456,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) @@ -2508,12 +2504,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/array/Array<~lib/string/String>#get:dataStart (param $this i32) (result i32) local.get $this diff --git a/tests/compiler/call-rest.release.wat b/tests/compiler/call-rest.release.wat index d4b2e80337..24506bdd09 100644 --- a/tests/compiler/call-rest.release.wat +++ b/tests/compiler/call-rest.release.wat @@ -147,7 +147,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$158 + block $__inlined_func$~lib/rt/itcms/Object#unlink$160 local.get $0 i32.load offset=4 i32.const -4 @@ -171,7 +171,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$158 + br $__inlined_func$~lib/rt/itcms/Object#unlink$160 end local.get $0 i32.load offset=8 @@ -1659,26 +1659,32 @@ (local $1 i32) (local $2 i32) (local $3 i32) - block $folding-inner1 - block $folding-inner0 - block $invalid - block $~lib/array/Array<~lib/string/String> + block $folding-inner0 + block $invalid + block $~lib/array/Array<~lib/string/String> + block $call-rest/Foo block $~lib/function/Function<%28i32%2Ci32?%2C...~lib/array/Array%29=>i32> block $~lib/array/Array block $~lib/array/Array - block $~lib/string/String - block $~lib/arraybuffer/ArrayBuffer - block $~lib/object/Object - local.get $0 - i32.const 8 - i32.sub - i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner1 $~lib/array/Array $~lib/array/Array $~lib/function/Function<%28i32%2Ci32?%2C...~lib/array/Array%29=>i32> $folding-inner1 $~lib/array/Array<~lib/string/String> $invalid + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $~lib/array/Array $~lib/array/Array $~lib/function/Function<%28i32%2Ci32?%2C...~lib/array/Array%29=>i32> $call-rest/Foo $~lib/array/Array<~lib/string/String> $invalid + end + return end return end return end + local.get $0 + i32.load + call $~lib/rt/itcms/__visit return end local.get $0 @@ -1712,80 +1718,77 @@ global.set $~lib/memory/__stack_pointer return end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2136 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store local.get $0 - i32.load offset=4 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store + i32.load + call $~lib/rt/itcms/__visit + return + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2136 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $1 + local.get $0 + i32.load offset=12 + i32.const 2 + i32.shl + i32.add + local.set $2 + loop $while-continue|0 local.get $1 - local.get $0 - i32.load offset=12 - i32.const 2 - i32.shl - i32.add - local.set $2 - loop $while-continue|0 + local.get $2 + i32.lt_u + if local.get $1 - local.get $2 - i32.lt_u + i32.load + local.tee $3 if - local.get $1 - i32.load - local.tee $3 - if - local.get $3 - call $~lib/rt/itcms/__visit - end - local.get $1 - i32.const 4 - i32.add - local.set $1 - br $while-continue|0 + local.get $3 + call $~lib/rt/itcms/__visit end + local.get $1 + i32.const 4 + i32.add + local.set $1 + br $while-continue|0 end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - i32.load - call $~lib/rt/itcms/__visit - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - return end - unreachable + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + return end - i32.const 34928 - i32.const 34976 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort unreachable end - local.get $0 - i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + i32.const 34928 + i32.const 34976 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable ) (func $~start call $start:call-rest @@ -2025,7 +2028,7 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - block $__inlined_func$~lib/rt/itcms/__renew$152 + block $__inlined_func$~lib/rt/itcms/__renew$154 i32.const 1073741820 local.get $2 i32.const 1 @@ -2068,7 +2071,7 @@ i32.store offset=16 local.get $2 local.set $1 - br $__inlined_func$~lib/rt/itcms/__renew$152 + br $__inlined_func$~lib/rt/itcms/__renew$154 end local.get $3 local.get $4 diff --git a/tests/compiler/call-super.debug.wat b/tests/compiler/call-super.debug.wat index 050aff4d05..6ff707d75c 100644 --- a/tests/compiler/call-super.debug.wat +++ b/tests/compiler/call-super.debug.wat @@ -2372,12 +2372,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/call-super.release.wat b/tests/compiler/call-super.release.wat index a4f2af9fe6..efaaeb7079 100644 --- a/tests/compiler/call-super.release.wat +++ b/tests/compiler/call-super.release.wat @@ -2265,11 +2265,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/class-implements.debug.wat b/tests/compiler/class-implements.debug.wat index e967a93f72..bf0b70087e 100644 --- a/tests/compiler/class-implements.debug.wat +++ b/tests/compiler/class-implements.debug.wat @@ -2698,12 +2698,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/class-implements.release.wat b/tests/compiler/class-implements.release.wat index 9415e99e5d..5d0ad2a21e 100644 --- a/tests/compiler/class-implements.release.wat +++ b/tests/compiler/class-implements.release.wat @@ -1740,11 +1740,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/class-overloading-cast.debug.wat b/tests/compiler/class-overloading-cast.debug.wat index 86441b6a1b..677c68b11c 100644 --- a/tests/compiler/class-overloading-cast.debug.wat +++ b/tests/compiler/class-overloading-cast.debug.wat @@ -2513,12 +2513,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/class-overloading-cast.release.wat b/tests/compiler/class-overloading-cast.release.wat index 39ce65ceb7..8b131f6fab 100644 --- a/tests/compiler/class-overloading-cast.release.wat +++ b/tests/compiler/class-overloading-cast.release.wat @@ -1435,11 +1435,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/class-overloading.debug.wat b/tests/compiler/class-overloading.debug.wat index 4f55946065..d84b9f7cce 100644 --- a/tests/compiler/class-overloading.debug.wat +++ b/tests/compiler/class-overloading.debug.wat @@ -2811,12 +2811,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/class-overloading.release.wat b/tests/compiler/class-overloading.release.wat index ac88e87ea3..777b8bf3cc 100644 --- a/tests/compiler/class-overloading.release.wat +++ b/tests/compiler/class-overloading.release.wat @@ -1489,11 +1489,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/class-override.debug.wat b/tests/compiler/class-override.debug.wat index 5fb98225b9..c354bbb2c2 100644 --- a/tests/compiler/class-override.debug.wat +++ b/tests/compiler/class-override.debug.wat @@ -2346,12 +2346,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/class-override.release.wat b/tests/compiler/class-override.release.wat index dad3c95a7e..6dc55da64d 100644 --- a/tests/compiler/class-override.release.wat +++ b/tests/compiler/class-override.release.wat @@ -1400,11 +1400,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/class.debug.wat b/tests/compiler/class.debug.wat index e8f373491e..7e5b928f9c 100644 --- a/tests/compiler/class.debug.wat +++ b/tests/compiler/class.debug.wat @@ -2452,12 +2452,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) @@ -2468,12 +2464,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/array/Array#get:buffer (param $this i32) (result i32) local.get $this diff --git a/tests/compiler/class.release.wat b/tests/compiler/class.release.wat index 947b8a14a1..d0d28890f0 100644 --- a/tests/compiler/class.release.wat +++ b/tests/compiler/class.release.wat @@ -109,7 +109,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$137 + block $__inlined_func$~lib/rt/itcms/Object#unlink$139 local.get $0 i32.load offset=4 i32.const -4 @@ -133,7 +133,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$137 + br $__inlined_func$~lib/rt/itcms/Object#unlink$139 end local.get $0 i32.load offset=8 @@ -1748,66 +1748,69 @@ unreachable ) (func $~lib/rt/__visit_members (param $0 i32) - block $folding-inner0 - block $invalid - block $~lib/array/Array + block $invalid + block $~lib/array/Array + block $class/GenericInitializer block $class/Animal - block $~lib/string/String - block $~lib/arraybuffer/ArrayBuffer - block $~lib/object/Object - local.get $0 - i32.const 8 - i32.sub - i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner0 $class/Animal $folding-inner0 $~lib/array/Array $invalid + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $class/Animal $class/GenericInitializer $~lib/array/Array $invalid + end + return end return end return end + local.get $0 + i32.load + call $~lib/rt/itcms/__visit return end return end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1568 - i32.lt_s - if - i32.const 34368 - i32.const 34416 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store local.get $0 i32.load call $~lib/rt/itcms/__visit - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer return end - unreachable - end - local.get $0 - i32.load - local.tee $0 - if + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1568 + i32.lt_s + if + i32.const 34368 + i32.const 34416 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer local.get $0 + i32.store + local.get $0 + i32.load call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + return end + unreachable ) (func $~start memory.size diff --git a/tests/compiler/constructor.debug.wat b/tests/compiler/constructor.debug.wat index 5ab44a6260..b607b591d6 100644 --- a/tests/compiler/constructor.debug.wat +++ b/tests/compiler/constructor.debug.wat @@ -2422,12 +2422,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/constructor.release.wat b/tests/compiler/constructor.release.wat index 7c0c6d806b..339b5624fc 100644 --- a/tests/compiler/constructor.release.wat +++ b/tests/compiler/constructor.release.wat @@ -1618,11 +1618,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/do.debug.wat b/tests/compiler/do.debug.wat index 1327ed8a52..21952a0df2 100644 --- a/tests/compiler/do.debug.wat +++ b/tests/compiler/do.debug.wat @@ -3024,12 +3024,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/do.release.wat b/tests/compiler/do.release.wat index d44d65ece2..780e6e3cf4 100644 --- a/tests/compiler/do.release.wat +++ b/tests/compiler/do.release.wat @@ -1836,11 +1836,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/duplicate-fields.debug.wat b/tests/compiler/duplicate-fields.debug.wat index 79b3b9b121..d8ebed0ef6 100644 --- a/tests/compiler/duplicate-fields.debug.wat +++ b/tests/compiler/duplicate-fields.debug.wat @@ -2407,12 +2407,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) @@ -2423,12 +2419,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $duplicate-fields/B2~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2437,12 +2429,8 @@ call $duplicate-fields/A2~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid diff --git a/tests/compiler/duplicate-fields.release.wat b/tests/compiler/duplicate-fields.release.wat index 4a316496d2..5bd2b707b9 100644 --- a/tests/compiler/duplicate-fields.release.wat +++ b/tests/compiler/duplicate-fields.release.wat @@ -116,7 +116,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$136 + block $__inlined_func$~lib/rt/itcms/Object#unlink$139 local.get $0 i32.load offset=4 i32.const -4 @@ -140,7 +140,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$136 + br $__inlined_func$~lib/rt/itcms/Object#unlink$139 end local.get $0 i32.load offset=8 @@ -1596,7 +1596,6 @@ end ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) block $folding-inner0 block $invalid block $duplicate-fields/A3 @@ -1628,11 +1627,7 @@ end local.get $0 i32.load - local.tee $1 - if - local.get $1 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit br $folding-inner0 end return @@ -1643,11 +1638,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit ) (func $~start (local $0 i32) diff --git a/tests/compiler/empty-exportruntime.debug.wat b/tests/compiler/empty-exportruntime.debug.wat index e0441f24cb..7dfec531fb 100644 --- a/tests/compiler/empty-exportruntime.debug.wat +++ b/tests/compiler/empty-exportruntime.debug.wat @@ -2384,12 +2384,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/empty-exportruntime.release.wat b/tests/compiler/empty-exportruntime.release.wat index f050d955d0..5d32a49a36 100644 --- a/tests/compiler/empty-exportruntime.release.wat +++ b/tests/compiler/empty-exportruntime.release.wat @@ -1706,11 +1706,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end unreachable diff --git a/tests/compiler/empty-new.debug.wat b/tests/compiler/empty-new.debug.wat index dc8a97157f..7d7b9b7c2f 100644 --- a/tests/compiler/empty-new.debug.wat +++ b/tests/compiler/empty-new.debug.wat @@ -2280,12 +2280,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/empty-new.release.wat b/tests/compiler/empty-new.release.wat index 73a85ba25d..ec0402c94c 100644 --- a/tests/compiler/empty-new.release.wat +++ b/tests/compiler/empty-new.release.wat @@ -1382,11 +1382,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end unreachable diff --git a/tests/compiler/exportstar-rereexport.debug.wat b/tests/compiler/exportstar-rereexport.debug.wat index 22900fa807..47375975e0 100644 --- a/tests/compiler/exportstar-rereexport.debug.wat +++ b/tests/compiler/exportstar-rereexport.debug.wat @@ -2327,12 +2327,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/exportstar-rereexport.release.wat b/tests/compiler/exportstar-rereexport.release.wat index 2dddf5b5b2..4a5b09f453 100644 --- a/tests/compiler/exportstar-rereexport.release.wat +++ b/tests/compiler/exportstar-rereexport.release.wat @@ -1420,11 +1420,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/extends-baseaggregate.debug.wat b/tests/compiler/extends-baseaggregate.debug.wat index cdab16fe1e..ae6d22ffe4 100644 --- a/tests/compiler/extends-baseaggregate.debug.wat +++ b/tests/compiler/extends-baseaggregate.debug.wat @@ -2442,12 +2442,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) @@ -2458,12 +2454,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $extends-baseaggregate/A1~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2472,12 +2464,8 @@ call $~lib/object/Object~visit local.get $0 i32.load offset=16 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $extends-baseaggregate/C1~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2486,12 +2474,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $extends-baseaggregate/A2~visit (param $0 i32) (param $1 i32) local.get $0 diff --git a/tests/compiler/extends-baseaggregate.release.wat b/tests/compiler/extends-baseaggregate.release.wat index ea1eb369b1..997ed95a65 100644 --- a/tests/compiler/extends-baseaggregate.release.wat +++ b/tests/compiler/extends-baseaggregate.release.wat @@ -120,7 +120,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$137 + block $__inlined_func$~lib/rt/itcms/Object#unlink$142 local.get $0 i32.load offset=4 i32.const -4 @@ -144,7 +144,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$137 + br $__inlined_func$~lib/rt/itcms/Object#unlink$142 end local.get $0 i32.load offset=8 @@ -1672,52 +1672,50 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/rt/__visit_members (param $0 i32) - block $folding-inner1 - block $folding-inner0 - block $invalid - block $~lib/array/Array - block $~lib/array/Array - block $~lib/string/String - block $~lib/arraybuffer/ArrayBuffer - block $~lib/object/Object - local.get $0 - i32.const 8 - i32.sub - i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $~lib/array/Array $~lib/array/Array $invalid + block $folding-inner0 + block $invalid + block $~lib/array/Array + block $~lib/array/Array + block $extends-baseaggregate/A2 + block $extends-baseaggregate/A1 + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner0 $folding-inner0 $extends-baseaggregate/A1 $folding-inner0 $extends-baseaggregate/A2 $~lib/array/Array $~lib/array/Array $invalid + end + return end return end return end + local.get $0 + i32.load offset=16 + call $~lib/rt/itcms/__visit return end local.get $0 - call $~lib/array/Array~visit + i32.load offset=16 + call $~lib/rt/itcms/__visit return end local.get $0 call $~lib/array/Array~visit return end - unreachable - end - local.get $0 - i32.load - local.tee $0 - if local.get $0 - call $~lib/rt/itcms/__visit + call $~lib/array/Array~visit + return end - return + unreachable end local.get $0 - i32.load offset=16 - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + i32.load + call $~lib/rt/itcms/__visit ) (func $~start (local $0 i32) @@ -1939,7 +1937,7 @@ global.get $~lib/memory/__stack_pointer i32.const 1168 i32.store - block $__inlined_func$~lib/rt/itcms/__renew$136 + block $__inlined_func$~lib/rt/itcms/__renew$141 i32.const 1073741820 local.get $0 i32.const 1 @@ -1982,7 +1980,7 @@ i32.store offset=16 local.get $0 local.set $1 - br $__inlined_func$~lib/rt/itcms/__renew$136 + br $__inlined_func$~lib/rt/itcms/__renew$141 end local.get $3 local.get $2 diff --git a/tests/compiler/extends-recursive.debug.wat b/tests/compiler/extends-recursive.debug.wat index e0074d457f..e0d1b59343 100644 --- a/tests/compiler/extends-recursive.debug.wat +++ b/tests/compiler/extends-recursive.debug.wat @@ -2356,12 +2356,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) @@ -2377,12 +2373,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid diff --git a/tests/compiler/extends-recursive.release.wat b/tests/compiler/extends-recursive.release.wat index 19332bc021..5ccacc74bf 100644 --- a/tests/compiler/extends-recursive.release.wat +++ b/tests/compiler/extends-recursive.release.wat @@ -115,7 +115,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$113 + block $__inlined_func$~lib/rt/itcms/Object#unlink$116 local.get $0 i32.load offset=4 i32.const -4 @@ -139,7 +139,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$113 + br $__inlined_func$~lib/rt/itcms/Object#unlink$116 end local.get $0 i32.load offset=8 @@ -1542,17 +1542,13 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit ) (func $~start (local $0 i32) (local $1 i32) (local $2 i32) - block $__inlined_func$start:extends-recursive$4 + block $__inlined_func$start:extends-recursive$1 memory.size i32.const 16 i32.shl @@ -1675,7 +1671,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$start:extends-recursive$4 + br $__inlined_func$start:extends-recursive$1 end i32.const 34256 i32.const 34304 diff --git a/tests/compiler/field-initialization.debug.wat b/tests/compiler/field-initialization.debug.wat index d94296464e..9966c1244e 100644 --- a/tests/compiler/field-initialization.debug.wat +++ b/tests/compiler/field-initialization.debug.wat @@ -2705,12 +2705,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) @@ -2721,12 +2717,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $field-initialization/Nullable_Init~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2735,12 +2727,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $field-initialization/Nullable~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2749,12 +2737,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $field-initialization/Ref_Init_Ctor~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2763,12 +2747,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $field-initialization/Ref_Ctor_Init~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2777,12 +2757,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $field-initialization/Ref_Ctor_Param~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2791,12 +2767,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $field-initialization/Nullable_Ctor~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2805,12 +2777,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $field-initialization/Nullable_Init_Ctor~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2819,12 +2787,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $field-initialization/Nullable_Ctor_Init~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2833,12 +2797,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $field-initialization/Inherit~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2852,12 +2812,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $field-initialization/Inherit_Ctor~visit (param $0 i32) (param $1 i32) local.get $0 @@ -2871,12 +2827,8 @@ call $~lib/object/Object~visit local.get $0 i32.load offset=4 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $field-initialization/SomeOtherObject~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2885,12 +2837,8 @@ call $field-initialization/SomeObject~visit local.get $0 i32.load offset=8 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $field-initialization/Flow_Balanced~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2899,12 +2847,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $field-initialization/Ref_Init_InlineCtor~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2913,12 +2857,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $field-initialization/Ref_InlineCtor_Init~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2927,12 +2867,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid diff --git a/tests/compiler/field-initialization.release.wat b/tests/compiler/field-initialization.release.wat index f85c91295c..8d91dd1b64 100644 --- a/tests/compiler/field-initialization.release.wat +++ b/tests/compiler/field-initialization.release.wat @@ -120,7 +120,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$223 + block $__inlined_func$~lib/rt/itcms/Object#unlink$241 local.get $0 i32.load offset=4 i32.const -4 @@ -144,7 +144,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$223 + br $__inlined_func$~lib/rt/itcms/Object#unlink$241 end local.get $0 i32.load offset=8 @@ -1599,27 +1599,23 @@ end ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) - block $folding-inner1 - block $folding-inner0 - block $invalid - block $field-initialization/SomeOtherObject - block $field-initialization/SomeObject - block $field-initialization/Value_Ctor_Init - block $field-initialization/Value_Init_Ctor - block $field-initialization/Value_Ctor - block $field-initialization/Value - block $field-initialization/Value_Init - block $~lib/string/String - block $~lib/arraybuffer/ArrayBuffer - block $~lib/object/Object - local.get $0 - i32.const 8 - i32.sub - i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner0 $field-initialization/Value_Init $field-initialization/Value $folding-inner0 $folding-inner0 $folding-inner0 $field-initialization/Value_Ctor $field-initialization/Value_Init_Ctor $field-initialization/Value_Ctor_Init $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner1 $field-initialization/SomeObject $field-initialization/SomeOtherObject $folding-inner0 $folding-inner0 $folding-inner0 $invalid - end - return + block $folding-inner0 + block $invalid + block $field-initialization/SomeOtherObject + block $field-initialization/SomeObject + block $field-initialization/Value_Ctor_Init + block $field-initialization/Value_Init_Ctor + block $field-initialization/Value_Ctor + block $field-initialization/Value + block $field-initialization/Value_Init + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner0 $field-initialization/Value_Init $field-initialization/Value $folding-inner0 $folding-inner0 $folding-inner0 $field-initialization/Value_Ctor $field-initialization/Value_Init_Ctor $field-initialization/Value_Ctor_Init $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $field-initialization/SomeObject $field-initialization/SomeOtherObject $folding-inner0 $folding-inner0 $folding-inner0 $invalid end return end @@ -1635,49 +1631,26 @@ end return end - local.get $0 - i32.load offset=4 - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end return end local.get $0 i32.load offset=4 - local.tee $1 - if - local.get $1 - call $~lib/rt/itcms/__visit - end - local.get $0 - i32.load offset=8 - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end - unreachable - end - local.get $0 - i32.load - local.tee $0 - if local.get $0 + i32.load offset=4 + call $~lib/rt/itcms/__visit + local.get $0 + i32.load offset=8 call $~lib/rt/itcms/__visit + return end - return + unreachable end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit ) (func $~start call $start:field-initialization diff --git a/tests/compiler/field.debug.wat b/tests/compiler/field.debug.wat index aab5de284e..6623182b6f 100644 --- a/tests/compiler/field.debug.wat +++ b/tests/compiler/field.debug.wat @@ -2422,12 +2422,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) @@ -2438,12 +2434,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/array/Array<~lib/string/String>#get:dataStart (param $this i32) (result i32) local.get $this diff --git a/tests/compiler/field.release.wat b/tests/compiler/field.release.wat index e272877b64..c267b61219 100644 --- a/tests/compiler/field.release.wat +++ b/tests/compiler/field.release.wat @@ -103,7 +103,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$125 + block $__inlined_func$~lib/rt/itcms/Object#unlink$127 local.get $0 i32.load offset=4 i32.const -4 @@ -127,7 +127,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$125 + br $__inlined_func$~lib/rt/itcms/Object#unlink$127 end local.get $0 i32.load offset=8 @@ -1796,74 +1796,37 @@ (local $1 i32) (local $2 i32) (local $3 i32) - block $folding-inner2 - block $folding-inner1 - block $folding-inner0 - block $invalid - block $~lib/array/Array - block $~lib/array/Array<~lib/string/String> - block $~lib/string/String - block $~lib/arraybuffer/ArrayBuffer - block $~lib/object/Object - local.get $0 - i32.const 8 - i32.sub - i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner2 $folding-inner2 $~lib/array/Array<~lib/string/String> $~lib/array/Array $invalid + block $folding-inner1 + block $folding-inner0 + block $invalid + block $~lib/array/Array + block $~lib/array/Array<~lib/string/String> + block $field/NoStaticConflict + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $field/NoStaticConflict $~lib/array/Array<~lib/string/String> $~lib/array/Array $invalid + end + return end return end return end + local.get $0 + i32.load + call $~lib/rt/itcms/__visit return end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1504 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - i32.load offset=4 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $1 local.get $0 - i32.load offset=12 - i32.const 2 - i32.shl - i32.add - local.set $2 - loop $while-continue|0 - local.get $1 - local.get $2 - i32.lt_u - if - local.get $1 - i32.load - local.tee $3 - if - local.get $3 - call $~lib/rt/itcms/__visit - end - local.get $1 - i32.const 4 - i32.add - local.set $1 - br $while-continue|0 - end - end - br $folding-inner1 + i32.load + call $~lib/rt/itcms/__visit + return end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -1876,36 +1839,75 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $1 + local.get $0 + i32.load offset=12 + i32.const 2 + i32.shl + i32.add + local.set $2 + loop $while-continue|0 + local.get $1 + local.get $2 + i32.lt_u + if + local.get $1 + i32.load + local.tee $3 + if + local.get $3 + call $~lib/rt/itcms/__visit + end + local.get $1 + i32.const 4 + i32.add + local.set $1 + br $while-continue|0 + end + end br $folding-inner1 end - unreachable + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1504 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + br $folding-inner1 end - i32.const 34304 - i32.const 34352 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - i32.load - call $~lib/rt/itcms/__visit - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - return + i32.const 34304 + i32.const 34352 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable end + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer ) (func $~start call $start:field diff --git a/tests/compiler/for.debug.wat b/tests/compiler/for.debug.wat index b83cf2740a..6e699486f2 100644 --- a/tests/compiler/for.debug.wat +++ b/tests/compiler/for.debug.wat @@ -3031,12 +3031,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/for.release.wat b/tests/compiler/for.release.wat index 792073686e..6c772a187c 100644 --- a/tests/compiler/for.release.wat +++ b/tests/compiler/for.release.wat @@ -1832,11 +1832,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/function-call.debug.wat b/tests/compiler/function-call.debug.wat index 067a7f4fc0..85c7ac0268 100644 --- a/tests/compiler/function-call.debug.wat +++ b/tests/compiler/function-call.debug.wat @@ -2313,12 +2313,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/function-call.release.wat b/tests/compiler/function-call.release.wat index 3260e51904..ab9646583b 100644 --- a/tests/compiler/function-call.release.wat +++ b/tests/compiler/function-call.release.wat @@ -1432,11 +1432,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/function-expression.debug.wat b/tests/compiler/function-expression.debug.wat index 4d60cddafc..4564289ea6 100644 --- a/tests/compiler/function-expression.debug.wat +++ b/tests/compiler/function-expression.debug.wat @@ -2580,12 +2580,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) @@ -2656,12 +2652,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid diff --git a/tests/compiler/function-expression.release.wat b/tests/compiler/function-expression.release.wat index b9e8e461a9..b3f4027a8c 100644 --- a/tests/compiler/function-expression.release.wat +++ b/tests/compiler/function-expression.release.wat @@ -166,7 +166,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$131 + block $__inlined_func$~lib/rt/itcms/Object#unlink$133 local.get $0 i32.load offset=4 i32.const -4 @@ -190,7 +190,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$131 + br $__inlined_func$~lib/rt/itcms/Object#unlink$133 end local.get $0 i32.load offset=8 @@ -1462,63 +1462,65 @@ global.set $~lib/memory/__stack_pointer ) (func $~lib/rt/__visit_members (param $0 i32) - block $folding-inner1 - block $folding-inner0 - block $invalid - block $~lib/string/String - block $~lib/arraybuffer/ArrayBuffer - block $~lib/object/Object - local.get $0 - i32.const 8 - i32.sub - i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner1 $invalid + block $folding-inner0 + block $invalid + block $function-expression/FieldClass + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $function-expression/FieldClass $invalid + end + return end return end return end + local.get $0 + i32.load + call $~lib/rt/itcms/__visit return end - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2156 - i32.lt_s - if - i32.const 34944 - i32.const 34992 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable + local.get $0 + i32.load + call $~lib/rt/itcms/__visit + return end - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - i32.load offset=4 - call $~lib/rt/itcms/__visit - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - return + unreachable end - local.get $0 - i32.load - local.tee $0 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 2156 + i32.lt_s if - local.get $0 - call $~lib/rt/itcms/__visit + i32.const 34944 + i32.const 34992 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.load offset=4 + call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer ) (func $~start call $start:function-expression diff --git a/tests/compiler/getter-call.debug.wat b/tests/compiler/getter-call.debug.wat index 593954b022..7ac0d77688 100644 --- a/tests/compiler/getter-call.debug.wat +++ b/tests/compiler/getter-call.debug.wat @@ -2267,12 +2267,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/getter-call.release.wat b/tests/compiler/getter-call.release.wat index 69870f1d3b..907d6feeec 100644 --- a/tests/compiler/getter-call.release.wat +++ b/tests/compiler/getter-call.release.wat @@ -1395,11 +1395,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/incremental-gc/call-indirect.debug.wat b/tests/compiler/incremental-gc/call-indirect.debug.wat index 8af875461c..15fb51f132 100644 --- a/tests/compiler/incremental-gc/call-indirect.debug.wat +++ b/tests/compiler/incremental-gc/call-indirect.debug.wat @@ -2356,12 +2356,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/incremental-gc/call-indirect.release.wat b/tests/compiler/incremental-gc/call-indirect.release.wat index 351beb9151..142078dea4 100644 --- a/tests/compiler/incremental-gc/call-indirect.release.wat +++ b/tests/compiler/incremental-gc/call-indirect.release.wat @@ -1551,11 +1551,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/infer-array.debug.wat b/tests/compiler/infer-array.debug.wat index 4bbaa8d706..b864b32944 100644 --- a/tests/compiler/infer-array.debug.wat +++ b/tests/compiler/infer-array.debug.wat @@ -2501,12 +2501,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/infer-array.release.wat b/tests/compiler/infer-array.release.wat index 2773042932..4e368e641f 100644 --- a/tests/compiler/infer-array.release.wat +++ b/tests/compiler/infer-array.release.wat @@ -1652,11 +1652,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/infer-generic.debug.wat b/tests/compiler/infer-generic.debug.wat index dbbf12c951..e5325dead1 100644 --- a/tests/compiler/infer-generic.debug.wat +++ b/tests/compiler/infer-generic.debug.wat @@ -2346,12 +2346,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/infer-generic.release.wat b/tests/compiler/infer-generic.release.wat index db2d8f2c77..c09c4b901d 100644 --- a/tests/compiler/infer-generic.release.wat +++ b/tests/compiler/infer-generic.release.wat @@ -1576,11 +1576,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/inlining.debug.wat b/tests/compiler/inlining.debug.wat index 4613c1a7a4..1478d40aca 100644 --- a/tests/compiler/inlining.debug.wat +++ b/tests/compiler/inlining.debug.wat @@ -2779,12 +2779,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/inlining.release.wat b/tests/compiler/inlining.release.wat index bcc7cbc9ed..bb306de122 100644 --- a/tests/compiler/inlining.release.wat +++ b/tests/compiler/inlining.release.wat @@ -1930,11 +1930,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/instanceof.debug.wat b/tests/compiler/instanceof.debug.wat index 79d6b3b7cb..43f6efa61f 100644 --- a/tests/compiler/instanceof.debug.wat +++ b/tests/compiler/instanceof.debug.wat @@ -4592,12 +4592,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/instanceof.release.wat b/tests/compiler/instanceof.release.wat index 58abc45ae3..3ee62101c1 100644 --- a/tests/compiler/instanceof.release.wat +++ b/tests/compiler/instanceof.release.wat @@ -1781,11 +1781,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/issues/1095.debug.wat b/tests/compiler/issues/1095.debug.wat index 8d55faf3bc..14796c217b 100644 --- a/tests/compiler/issues/1095.debug.wat +++ b/tests/compiler/issues/1095.debug.wat @@ -2341,12 +2341,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) @@ -2357,12 +2353,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid diff --git a/tests/compiler/issues/1095.release.wat b/tests/compiler/issues/1095.release.wat index b5acbcd83e..05e4b9ab36 100644 --- a/tests/compiler/issues/1095.release.wat +++ b/tests/compiler/issues/1095.release.wat @@ -106,7 +106,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$115 + block $__inlined_func$~lib/rt/itcms/Object#unlink$117 local.get $0 i32.load offset=4 i32.const -4 @@ -130,7 +130,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$115 + br $__inlined_func$~lib/rt/itcms/Object#unlink$117 end local.get $0 i32.load offset=8 @@ -1586,32 +1586,35 @@ end ) (func $~lib/rt/__visit_members (param $0 i32) - block $folding-inner0 - block $invalid - block $~lib/string/String - block $~lib/arraybuffer/ArrayBuffer - block $~lib/object/Object - local.get $0 - i32.const 8 - i32.sub - i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner0 $folding-inner0 $invalid + block $invalid + block $issues/1095/Foo + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $issues/1095/Foo $invalid + end + return end return end return end + local.get $0 + i32.load + call $~lib/rt/itcms/__visit return end - unreachable - end - local.get $0 - i32.load - local.tee $0 - if local.get $0 + i32.load call $~lib/rt/itcms/__visit + return end + unreachable ) (func $~start (local $0 i32) diff --git a/tests/compiler/issues/1225.debug.wat b/tests/compiler/issues/1225.debug.wat index 73eec5c752..b87f40c3c9 100644 --- a/tests/compiler/issues/1225.debug.wat +++ b/tests/compiler/issues/1225.debug.wat @@ -2391,12 +2391,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/issues/1225.release.wat b/tests/compiler/issues/1225.release.wat index e790c53130..be387fc91c 100644 --- a/tests/compiler/issues/1225.release.wat +++ b/tests/compiler/issues/1225.release.wat @@ -1397,11 +1397,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/issues/1699.debug.wat b/tests/compiler/issues/1699.debug.wat index bec13bbd0b..168e3faaaf 100644 --- a/tests/compiler/issues/1699.debug.wat +++ b/tests/compiler/issues/1699.debug.wat @@ -2451,12 +2451,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/issues/1699.release.wat b/tests/compiler/issues/1699.release.wat index f33b7a54aa..80c73bc8a5 100644 --- a/tests/compiler/issues/1699.release.wat +++ b/tests/compiler/issues/1699.release.wat @@ -1908,11 +1908,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/issues/2166.debug.wat b/tests/compiler/issues/2166.debug.wat index 6d3ac1a299..701aad2877 100644 --- a/tests/compiler/issues/2166.debug.wat +++ b/tests/compiler/issues/2166.debug.wat @@ -2381,12 +2381,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/issues/2166.release.wat b/tests/compiler/issues/2166.release.wat index 62bd8230fe..1d28375ece 100644 --- a/tests/compiler/issues/2166.release.wat +++ b/tests/compiler/issues/2166.release.wat @@ -1398,11 +1398,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/issues/2322/index.debug.wat b/tests/compiler/issues/2322/index.debug.wat index 63522c906a..febbe4e10f 100644 --- a/tests/compiler/issues/2322/index.debug.wat +++ b/tests/compiler/issues/2322/index.debug.wat @@ -2265,12 +2265,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/issues/2322/index.release.wat b/tests/compiler/issues/2322/index.release.wat index fda55107c4..9349beea7c 100644 --- a/tests/compiler/issues/2322/index.release.wat +++ b/tests/compiler/issues/2322/index.release.wat @@ -1542,11 +1542,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/issues/2622.debug.wat b/tests/compiler/issues/2622.debug.wat index 134f40c571..07020ccd43 100644 --- a/tests/compiler/issues/2622.debug.wat +++ b/tests/compiler/issues/2622.debug.wat @@ -2335,12 +2335,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/issues/2622.release.wat b/tests/compiler/issues/2622.release.wat index c2bec41f20..835db6b8c6 100644 --- a/tests/compiler/issues/2622.release.wat +++ b/tests/compiler/issues/2622.release.wat @@ -1427,11 +1427,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/issues/2707.debug.wat b/tests/compiler/issues/2707.debug.wat index 90ba543503..bf7710636a 100644 --- a/tests/compiler/issues/2707.debug.wat +++ b/tests/compiler/issues/2707.debug.wat @@ -2351,12 +2351,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/issues/2707.release.wat b/tests/compiler/issues/2707.release.wat index cfe04d539a..bdafcad22f 100644 --- a/tests/compiler/issues/2707.release.wat +++ b/tests/compiler/issues/2707.release.wat @@ -1403,11 +1403,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/issues/2873.debug.wat b/tests/compiler/issues/2873.debug.wat index cb6ced6aba..d33ceba234 100644 --- a/tests/compiler/issues/2873.debug.wat +++ b/tests/compiler/issues/2873.debug.wat @@ -4189,12 +4189,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/issues/2873.release.wat b/tests/compiler/issues/2873.release.wat index 7d78da32e1..6b6cd33c92 100644 --- a/tests/compiler/issues/2873.release.wat +++ b/tests/compiler/issues/2873.release.wat @@ -2941,11 +2941,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end local.get $0 diff --git a/tests/compiler/logical.debug.wat b/tests/compiler/logical.debug.wat index c5d2e58444..78f3bc8b0e 100644 --- a/tests/compiler/logical.debug.wat +++ b/tests/compiler/logical.debug.wat @@ -2337,12 +2337,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/logical.release.wat b/tests/compiler/logical.release.wat index 698a99aac3..185b69545e 100644 --- a/tests/compiler/logical.release.wat +++ b/tests/compiler/logical.release.wat @@ -1405,11 +1405,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/managed-cast.debug.wat b/tests/compiler/managed-cast.debug.wat index 38367f2b11..9aa6652349 100644 --- a/tests/compiler/managed-cast.debug.wat +++ b/tests/compiler/managed-cast.debug.wat @@ -2327,12 +2327,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/managed-cast.release.wat b/tests/compiler/managed-cast.release.wat index aba3aac064..48251000ec 100644 --- a/tests/compiler/managed-cast.release.wat +++ b/tests/compiler/managed-cast.release.wat @@ -1393,11 +1393,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/new.debug.wat b/tests/compiler/new.debug.wat index 8714ae4b69..f0dc63a471 100644 --- a/tests/compiler/new.debug.wat +++ b/tests/compiler/new.debug.wat @@ -2317,12 +2317,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/new.release.wat b/tests/compiler/new.release.wat index b6df35a2b3..72a7a42fe2 100644 --- a/tests/compiler/new.release.wat +++ b/tests/compiler/new.release.wat @@ -1431,11 +1431,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/object-literal.debug.wat b/tests/compiler/object-literal.debug.wat index e66ee803a9..b7d7b949ca 100644 --- a/tests/compiler/object-literal.debug.wat +++ b/tests/compiler/object-literal.debug.wat @@ -2839,12 +2839,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) @@ -2855,12 +2851,8 @@ call $~lib/object/Object~visit local.get $0 i32.load offset=4 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $object-literal/MixedOmitted~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2869,12 +2861,8 @@ call $~lib/object/Object~visit local.get $0 i32.load offset=4 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $object-literal/OmittedFoo~visit (param $0 i32) (param $1 i32) (local $2 i32) @@ -2883,68 +2871,36 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit local.get $0 i32.load offset=4 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit local.get $0 i32.load offset=8 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit local.get $0 i32.load offset=12 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit local.get $0 i32.load offset=16 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit local.get $0 i32.load offset=20 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit local.get $0 i32.load offset=24 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit local.get $0 i32.load offset=28 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid diff --git a/tests/compiler/object-literal.release.wat b/tests/compiler/object-literal.release.wat index 3185b00ccb..1ce89a0e76 100644 --- a/tests/compiler/object-literal.release.wat +++ b/tests/compiler/object-literal.release.wat @@ -71,7 +71,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$203 + block $__inlined_func$~lib/rt/itcms/Object#unlink$205 local.get $0 i32.load offset=4 i32.const -4 @@ -95,7 +95,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$203 + br $__inlined_func$~lib/rt/itcms/Object#unlink$205 end local.get $0 i32.load offset=8 @@ -1604,105 +1604,71 @@ local.get $1 ) (func $~lib/rt/__visit_members (param $0 i32) - (local $1 i32) - block $folding-inner0 - block $invalid - block $object-literal/OmittedFoo + block $invalid + block $object-literal/OmittedFoo + block $object-literal/MixedOmitted block $object-literal/OmittedTypes - block $~lib/arraybuffer/ArrayBufferView - block $~lib/string/String - block $~lib/arraybuffer/ArrayBuffer - block $~lib/object/Object - local.get $0 - i32.const 8 - i32.sub - i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $folding-inner0 $object-literal/OmittedTypes $folding-inner0 $object-literal/OmittedFoo $invalid + block $object-literal/Managed + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $object-literal/Managed $object-literal/OmittedTypes $object-literal/MixedOmitted $object-literal/OmittedFoo $invalid + end + return end return end return end - return - end - local.get $0 - i32.load - local.tee $0 - if local.get $0 + i32.load call $~lib/rt/itcms/__visit + return end + local.get $0 + i32.load offset=4 + call $~lib/rt/itcms/__visit return end return end local.get $0 - i32.load - local.tee $1 - if - local.get $1 - call $~lib/rt/itcms/__visit - end - local.get $0 i32.load offset=4 - local.tee $1 - if - local.get $1 - call $~lib/rt/itcms/__visit - end - local.get $0 - i32.load offset=8 - local.tee $1 - if - local.get $1 - call $~lib/rt/itcms/__visit - end - local.get $0 - i32.load offset=12 - local.tee $1 - if - local.get $1 - call $~lib/rt/itcms/__visit - end - local.get $0 - i32.load offset=16 - local.tee $1 - if - local.get $1 - call $~lib/rt/itcms/__visit - end - local.get $0 - i32.load offset=20 - local.tee $1 - if - local.get $1 - call $~lib/rt/itcms/__visit - end - local.get $0 - i32.load offset=24 - local.tee $1 - if - local.get $1 - call $~lib/rt/itcms/__visit - end - local.get $0 - i32.load offset=28 - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end - unreachable - end - local.get $0 - i32.load offset=4 - local.tee $0 - if local.get $0 + i32.load call $~lib/rt/itcms/__visit + local.get $0 + i32.load offset=4 + call $~lib/rt/itcms/__visit + local.get $0 + i32.load offset=8 + call $~lib/rt/itcms/__visit + local.get $0 + i32.load offset=12 + call $~lib/rt/itcms/__visit + local.get $0 + i32.load offset=16 + call $~lib/rt/itcms/__visit + local.get $0 + i32.load offset=20 + call $~lib/rt/itcms/__visit + local.get $0 + i32.load offset=24 + call $~lib/rt/itcms/__visit + local.get $0 + i32.load offset=28 + call $~lib/rt/itcms/__visit + return end + unreachable ) (func $~start call $start:object-literal @@ -2537,7 +2503,7 @@ i32.const 1 i32.shl local.set $3 - block $__inlined_func$~lib/string/String#substring$208 + block $__inlined_func$~lib/string/String#substring$210 local.get $2 i32.const 0 local.get $2 @@ -2558,7 +2524,7 @@ global.set $~lib/memory/__stack_pointer i32.const 1568 local.set $0 - br $__inlined_func$~lib/string/String#substring$208 + br $__inlined_func$~lib/string/String#substring$210 end local.get $3 i32.eqz @@ -2575,7 +2541,7 @@ global.set $~lib/memory/__stack_pointer i32.const 1056 local.set $0 - br $__inlined_func$~lib/string/String#substring$208 + br $__inlined_func$~lib/string/String#substring$210 end global.get $~lib/memory/__stack_pointer local.get $2 diff --git a/tests/compiler/operator-overload-non-ambiguity.debug.wat b/tests/compiler/operator-overload-non-ambiguity.debug.wat index 4906ce43bf..243a2fc1ae 100644 --- a/tests/compiler/operator-overload-non-ambiguity.debug.wat +++ b/tests/compiler/operator-overload-non-ambiguity.debug.wat @@ -2278,12 +2278,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/operator-overload-non-ambiguity.release.wat b/tests/compiler/operator-overload-non-ambiguity.release.wat index 0492d014af..f80cb51cd9 100644 --- a/tests/compiler/operator-overload-non-ambiguity.release.wat +++ b/tests/compiler/operator-overload-non-ambiguity.release.wat @@ -1391,11 +1391,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/optional-typeparameters.debug.wat b/tests/compiler/optional-typeparameters.debug.wat index f74a3d0ef3..181ae2e1ec 100644 --- a/tests/compiler/optional-typeparameters.debug.wat +++ b/tests/compiler/optional-typeparameters.debug.wat @@ -2317,12 +2317,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/optional-typeparameters.release.wat b/tests/compiler/optional-typeparameters.release.wat index 753b8a0ace..da3cdefbb6 100644 --- a/tests/compiler/optional-typeparameters.release.wat +++ b/tests/compiler/optional-typeparameters.release.wat @@ -1421,11 +1421,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/reexport.debug.wat b/tests/compiler/reexport.debug.wat index 627d155d23..6343f7999e 100644 --- a/tests/compiler/reexport.debug.wat +++ b/tests/compiler/reexport.debug.wat @@ -2323,12 +2323,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/reexport.release.wat b/tests/compiler/reexport.release.wat index 5f3c208a7c..336ee88140 100644 --- a/tests/compiler/reexport.release.wat +++ b/tests/compiler/reexport.release.wat @@ -1427,11 +1427,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/rereexport.debug.wat b/tests/compiler/rereexport.debug.wat index f915695912..8d023dca80 100644 --- a/tests/compiler/rereexport.debug.wat +++ b/tests/compiler/rereexport.debug.wat @@ -2324,12 +2324,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/rereexport.release.wat b/tests/compiler/rereexport.release.wat index bdef63163f..ebef106da3 100644 --- a/tests/compiler/rereexport.release.wat +++ b/tests/compiler/rereexport.release.wat @@ -1420,11 +1420,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/resolve-access.debug.wat b/tests/compiler/resolve-access.debug.wat index 5864d93eba..6dc9f58eb4 100644 --- a/tests/compiler/resolve-access.debug.wat +++ b/tests/compiler/resolve-access.debug.wat @@ -2987,12 +2987,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/resolve-access.release.wat b/tests/compiler/resolve-access.release.wat index 2fb8a6ecc6..7e043af3e4 100644 --- a/tests/compiler/resolve-access.release.wat +++ b/tests/compiler/resolve-access.release.wat @@ -1955,11 +1955,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end local.get $0 diff --git a/tests/compiler/resolve-binary.debug.wat b/tests/compiler/resolve-binary.debug.wat index f911a1e884..85528b7fcc 100644 --- a/tests/compiler/resolve-binary.debug.wat +++ b/tests/compiler/resolve-binary.debug.wat @@ -5607,12 +5607,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/resolve-binary.release.wat b/tests/compiler/resolve-binary.release.wat index 127a98403b..30919db575 100644 --- a/tests/compiler/resolve-binary.release.wat +++ b/tests/compiler/resolve-binary.release.wat @@ -2894,11 +2894,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/resolve-elementaccess.debug.wat b/tests/compiler/resolve-elementaccess.debug.wat index ec97507c90..19b64a3360 100644 --- a/tests/compiler/resolve-elementaccess.debug.wat +++ b/tests/compiler/resolve-elementaccess.debug.wat @@ -4330,12 +4330,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/resolve-elementaccess.release.wat b/tests/compiler/resolve-elementaccess.release.wat index d02af1c470..9760a11e21 100644 --- a/tests/compiler/resolve-elementaccess.release.wat +++ b/tests/compiler/resolve-elementaccess.release.wat @@ -176,7 +176,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$150 + block $__inlined_func$~lib/rt/itcms/Object#unlink$153 local.get $0 i32.load offset=4 i32.const -4 @@ -200,7 +200,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$150 + br $__inlined_func$~lib/rt/itcms/Object#unlink$153 end local.get $0 i32.load offset=8 @@ -2950,11 +2950,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit ) (func $~start call $start:resolve-elementaccess diff --git a/tests/compiler/resolve-function-expression.debug.wat b/tests/compiler/resolve-function-expression.debug.wat index 96ada2500c..c111bd2b58 100644 --- a/tests/compiler/resolve-function-expression.debug.wat +++ b/tests/compiler/resolve-function-expression.debug.wat @@ -2829,12 +2829,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/resolve-function-expression.release.wat b/tests/compiler/resolve-function-expression.release.wat index b0045a24b7..d8b70cbaa4 100644 --- a/tests/compiler/resolve-function-expression.release.wat +++ b/tests/compiler/resolve-function-expression.release.wat @@ -1799,11 +1799,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/resolve-new.debug.wat b/tests/compiler/resolve-new.debug.wat index 915a1b52a1..0a56bb3df4 100644 --- a/tests/compiler/resolve-new.debug.wat +++ b/tests/compiler/resolve-new.debug.wat @@ -2267,12 +2267,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/resolve-new.release.wat b/tests/compiler/resolve-new.release.wat index c64de3724e..96c78f0c84 100644 --- a/tests/compiler/resolve-new.release.wat +++ b/tests/compiler/resolve-new.release.wat @@ -1393,11 +1393,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/resolve-propertyaccess.debug.wat b/tests/compiler/resolve-propertyaccess.debug.wat index 7c13c3bb67..f3e37c2895 100644 --- a/tests/compiler/resolve-propertyaccess.debug.wat +++ b/tests/compiler/resolve-propertyaccess.debug.wat @@ -2846,12 +2846,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/resolve-propertyaccess.release.wat b/tests/compiler/resolve-propertyaccess.release.wat index eeb39ece91..96be668c1e 100644 --- a/tests/compiler/resolve-propertyaccess.release.wat +++ b/tests/compiler/resolve-propertyaccess.release.wat @@ -1804,11 +1804,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/resolve-ternary.debug.wat b/tests/compiler/resolve-ternary.debug.wat index 65d9fa68c2..d765983685 100644 --- a/tests/compiler/resolve-ternary.debug.wat +++ b/tests/compiler/resolve-ternary.debug.wat @@ -4234,12 +4234,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/resolve-ternary.release.wat b/tests/compiler/resolve-ternary.release.wat index 4969034cb3..d52b01b12f 100644 --- a/tests/compiler/resolve-ternary.release.wat +++ b/tests/compiler/resolve-ternary.release.wat @@ -2448,11 +2448,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/resolve-unary.debug.wat b/tests/compiler/resolve-unary.debug.wat index f22d05a02b..a38f493802 100644 --- a/tests/compiler/resolve-unary.debug.wat +++ b/tests/compiler/resolve-unary.debug.wat @@ -2912,12 +2912,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/resolve-unary.release.wat b/tests/compiler/resolve-unary.release.wat index ecbca645a6..f598875764 100644 --- a/tests/compiler/resolve-unary.release.wat +++ b/tests/compiler/resolve-unary.release.wat @@ -1832,11 +1832,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/return-unreachable.debug.wat b/tests/compiler/return-unreachable.debug.wat index c08d881355..f66ebe5b52 100644 --- a/tests/compiler/return-unreachable.debug.wat +++ b/tests/compiler/return-unreachable.debug.wat @@ -2374,12 +2374,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/return-unreachable.release.wat b/tests/compiler/return-unreachable.release.wat index 5b53eebc9c..3e068205cc 100644 --- a/tests/compiler/return-unreachable.release.wat +++ b/tests/compiler/return-unreachable.release.wat @@ -1716,11 +1716,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/rt/finalize.debug.wat b/tests/compiler/rt/finalize.debug.wat index d3cb87b0de..9f6475284f 100644 --- a/tests/compiler/rt/finalize.debug.wat +++ b/tests/compiler/rt/finalize.debug.wat @@ -2360,12 +2360,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/rt/finalize.release.wat b/tests/compiler/rt/finalize.release.wat index 7bd0a828a6..b61f14014d 100644 --- a/tests/compiler/rt/finalize.release.wat +++ b/tests/compiler/rt/finalize.release.wat @@ -1406,11 +1406,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/rt/issue-2719.debug.wat b/tests/compiler/rt/issue-2719.debug.wat index 2071e914a1..2c202baebd 100644 --- a/tests/compiler/rt/issue-2719.debug.wat +++ b/tests/compiler/rt/issue-2719.debug.wat @@ -2313,12 +2313,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/rt/issue-2719.release.wat b/tests/compiler/rt/issue-2719.release.wat index dafe0b0096..376cd994e9 100644 --- a/tests/compiler/rt/issue-2719.release.wat +++ b/tests/compiler/rt/issue-2719.release.wat @@ -1543,11 +1543,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/rt/runtime-incremental-export.debug.wat b/tests/compiler/rt/runtime-incremental-export.debug.wat index e0441f24cb..7dfec531fb 100644 --- a/tests/compiler/rt/runtime-incremental-export.debug.wat +++ b/tests/compiler/rt/runtime-incremental-export.debug.wat @@ -2384,12 +2384,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/rt/runtime-incremental-export.release.wat b/tests/compiler/rt/runtime-incremental-export.release.wat index f050d955d0..5d32a49a36 100644 --- a/tests/compiler/rt/runtime-incremental-export.release.wat +++ b/tests/compiler/rt/runtime-incremental-export.release.wat @@ -1706,11 +1706,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end unreachable diff --git a/tests/compiler/rt/runtime-minimal-export.debug.wat b/tests/compiler/rt/runtime-minimal-export.debug.wat index 4ba694d3dc..95a809eadd 100644 --- a/tests/compiler/rt/runtime-minimal-export.debug.wat +++ b/tests/compiler/rt/runtime-minimal-export.debug.wat @@ -2034,12 +2034,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/tcms/__visit - end + local.get $1 + call $~lib/rt/tcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/rt/runtime-minimal-export.release.wat b/tests/compiler/rt/runtime-minimal-export.release.wat index fdbc294ad7..bbaf5cc296 100644 --- a/tests/compiler/rt/runtime-minimal-export.release.wat +++ b/tests/compiler/rt/runtime-minimal-export.release.wat @@ -1440,11 +1440,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/tcms/__visit - end + call $~lib/rt/tcms/__visit return end unreachable diff --git a/tests/compiler/simd.debug.wat b/tests/compiler/simd.debug.wat index f6d7384348..03792d9a1d 100644 --- a/tests/compiler/simd.debug.wat +++ b/tests/compiler/simd.debug.wat @@ -6811,12 +6811,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/simd.release.wat b/tests/compiler/simd.release.wat index 218b6a5907..df1c762f6a 100644 --- a/tests/compiler/simd.release.wat +++ b/tests/compiler/simd.release.wat @@ -2144,11 +2144,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end local.get $0 diff --git a/tests/compiler/std/array-literal.debug.wat b/tests/compiler/std/array-literal.debug.wat index 805fdac3a4..b6f795367b 100644 --- a/tests/compiler/std/array-literal.debug.wat +++ b/tests/compiler/std/array-literal.debug.wat @@ -2571,12 +2571,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/std/array-literal.release.wat b/tests/compiler/std/array-literal.release.wat index aee35e910a..0fa3c9f108 100644 --- a/tests/compiler/std/array-literal.release.wat +++ b/tests/compiler/std/array-literal.release.wat @@ -1770,11 +1770,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end local.get $0 diff --git a/tests/compiler/std/array.debug.wat b/tests/compiler/std/array.debug.wat index 752b4957b2..3f0fbbcfca 100644 --- a/tests/compiler/std/array.debug.wat +++ b/tests/compiler/std/array.debug.wat @@ -9297,12 +9297,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/std/array.release.wat b/tests/compiler/std/array.release.wat index 0d14dcf146..ebdfcda2cc 100644 --- a/tests/compiler/std/array.release.wat +++ b/tests/compiler/std/array.release.wat @@ -758,7 +758,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$729 + block $__inlined_func$~lib/rt/itcms/Object#unlink$731 local.get $0 i32.load offset=4 i32.const -4 @@ -782,7 +782,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$729 + br $__inlined_func$~lib/rt/itcms/Object#unlink$731 end local.get $0 i32.load offset=8 @@ -6237,51 +6237,49 @@ (local $1 i32) (local $2 i32) (local $3 i32) - block $folding-inner5 - block $folding-inner4 - block $folding-inner3 - block $folding-inner2 - block $folding-inner1 - block $folding-inner0 - block $invalid - block $std/array/Proxy - block $std/array/Dim + block $folding-inner4 + block $folding-inner3 + block $folding-inner2 + block $folding-inner1 + block $folding-inner0 + block $invalid + block $std/array/Proxy + block $std/array/Dim + block $~lib/typedarray/Uint8Array block $std/array/Ref - block $~lib/string/String - block $~lib/arraybuffer/ArrayBuffer - block $~lib/object/Object - local.get $0 - i32.const 8 - i32.sub - i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $folding-inner4 $folding-inner0 $std/array/Ref $folding-inner4 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner2 $folding-inner2 $folding-inner1 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $std/array/Dim $folding-inner1 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner1 $folding-inner2 $std/array/Proxy $folding-inner1 $folding-inner2 $folding-inner1 $folding-inner2 $folding-inner2 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner1 $folding-inner1 $folding-inner1 $folding-inner2 $invalid + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $folding-inner0 $std/array/Ref $~lib/typedarray/Uint8Array $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner2 $folding-inner2 $folding-inner1 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $std/array/Dim $folding-inner1 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner2 $folding-inner1 $folding-inner2 $std/array/Proxy $folding-inner1 $folding-inner2 $folding-inner1 $folding-inner2 $folding-inner2 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner0 $folding-inner1 $folding-inner1 $folding-inner1 $folding-inner1 $folding-inner2 $invalid + end + return end return end return end + local.get $0 + i32.load + call $~lib/rt/itcms/__visit return end return end + local.get $0 + i32.load + call $~lib/rt/itcms/__visit return end return end - unreachable + return end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner3 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - br $folding-inner5 + unreachable end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -6294,42 +6292,7 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - i32.load offset=4 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $1 - local.get $0 - i32.load offset=12 - i32.const 2 - i32.shl - i32.add - local.set $2 - loop $while-continue|0 - local.get $1 - local.get $2 - i32.lt_u - if - local.get $1 - i32.load - local.tee $3 - if - local.get $3 - call $~lib/rt/itcms/__visit - end - local.get $1 - i32.const 4 - i32.add - local.set $1 - br $while-continue|0 - end - end - br $folding-inner5 + br $folding-inner4 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -6347,28 +6310,67 @@ i32.store local.get $0 i32.load offset=4 - call $~lib/rt/itcms/__visit + local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 4 + local.get $0 + i32.store + local.get $1 + local.get $0 + i32.load offset=12 + i32.const 2 + i32.shl i32.add - global.set $~lib/memory/__stack_pointer - return + local.set $2 + loop $while-continue|0 + local.get $1 + local.get $2 + i32.lt_u + if + local.get $1 + i32.load + local.tee $3 + if + local.get $3 + call $~lib/rt/itcms/__visit + end + local.get $1 + i32.const 4 + i32.add + local.set $1 + br $while-continue|0 + end + end + br $folding-inner4 end - i32.const 48992 - i32.const 49040 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - local.get $0 - i32.load - local.tee $0 - if + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner3 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store local.get $0 + i32.load offset=4 call $~lib/rt/itcms/__visit + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + return end - return + i32.const 48992 + i32.const 49040 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable end global.get $~lib/memory/__stack_pointer local.get $0 @@ -7591,7 +7593,7 @@ select local.set $1 end - block $__inlined_func$~lib/rt/itcms/__renew$651 + block $__inlined_func$~lib/rt/itcms/__renew$653 local.get $3 i32.const 20 i32.sub @@ -7609,7 +7611,7 @@ i32.store offset=16 local.get $3 local.set $2 - br $__inlined_func$~lib/rt/itcms/__renew$651 + br $__inlined_func$~lib/rt/itcms/__renew$653 end local.get $1 local.get $4 @@ -13084,7 +13086,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - block $__inlined_func$std/array/isSorted$656 (result i32) + block $__inlined_func$std/array/isSorted$658 (result i32) global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -13152,7 +13154,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$std/array/isSorted$656 + br $__inlined_func$std/array/isSorted$658 end local.get $0 i32.const 1 @@ -14389,7 +14391,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - block $__inlined_func$std/array/isSorted<~lib/array/Array>$658 (result i32) + block $__inlined_func$std/array/isSorted<~lib/array/Array>$660 (result i32) global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -14472,7 +14474,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$std/array/isSorted<~lib/array/Array>$658 + br $__inlined_func$std/array/isSorted<~lib/array/Array>$660 end local.get $1 i32.const 1 @@ -14899,7 +14901,7 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - block $__inlined_func$~lib/string/String#concat$734 + block $__inlined_func$~lib/string/String#concat$736 local.get $1 i32.const 20 i32.sub @@ -14918,7 +14920,7 @@ global.set $~lib/memory/__stack_pointer i32.const 11568 local.set $0 - br $__inlined_func$~lib/string/String#concat$734 + br $__inlined_func$~lib/string/String#concat$736 end global.get $~lib/memory/__stack_pointer local.get $0 @@ -15107,7 +15109,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$736 + block $__inlined_func$~lib/util/string/joinIntegerArray$738 local.get $0 i32.const 1 i32.sub @@ -15121,7 +15123,7 @@ global.set $~lib/memory/__stack_pointer i32.const 11568 local.set $0 - br $__inlined_func$~lib/util/string/joinIntegerArray$736 + br $__inlined_func$~lib/util/string/joinIntegerArray$738 end local.get $7 i32.eqz @@ -15134,7 +15136,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$736 + br $__inlined_func$~lib/util/string/joinIntegerArray$738 end global.get $~lib/memory/__stack_pointer local.get $1 @@ -15233,7 +15235,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$736 + br $__inlined_func$~lib/util/string/joinIntegerArray$738 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -15299,7 +15301,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$737 + block $__inlined_func$~lib/util/string/joinIntegerArray$739 local.get $0 i32.const 1 i32.sub @@ -15313,7 +15315,7 @@ global.set $~lib/memory/__stack_pointer i32.const 11568 local.set $0 - br $__inlined_func$~lib/util/string/joinIntegerArray$737 + br $__inlined_func$~lib/util/string/joinIntegerArray$739 end local.get $7 i32.eqz @@ -15326,7 +15328,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$737 + br $__inlined_func$~lib/util/string/joinIntegerArray$739 end global.get $~lib/memory/__stack_pointer local.get $1 @@ -15425,7 +15427,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$737 + br $__inlined_func$~lib/util/string/joinIntegerArray$739 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -15952,7 +15954,7 @@ global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store - block $__inlined_func$~lib/util/string/joinReferenceArray$6 (result i32) + block $__inlined_func$~lib/util/string/joinReferenceArray$4 (result i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -15977,7 +15979,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - br $__inlined_func$~lib/util/string/joinReferenceArray$6 + br $__inlined_func$~lib/util/string/joinReferenceArray$4 end local.get $2 i32.eqz @@ -16000,7 +16002,7 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinReferenceArray$6 + br $__inlined_func$~lib/util/string/joinReferenceArray$4 end i32.const 11568 local.set $0 @@ -16210,7 +16212,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$738 + block $__inlined_func$~lib/util/string/joinIntegerArray$740 local.get $0 i32.const 1 i32.sub @@ -16224,7 +16226,7 @@ global.set $~lib/memory/__stack_pointer i32.const 11568 local.set $0 - br $__inlined_func$~lib/util/string/joinIntegerArray$738 + br $__inlined_func$~lib/util/string/joinIntegerArray$740 end local.get $6 i32.eqz @@ -16237,7 +16239,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$738 + br $__inlined_func$~lib/util/string/joinIntegerArray$740 end global.get $~lib/memory/__stack_pointer i32.const 11856 @@ -16330,7 +16332,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$738 + br $__inlined_func$~lib/util/string/joinIntegerArray$740 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -16417,7 +16419,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$739 + block $__inlined_func$~lib/util/string/joinIntegerArray$741 local.get $0 i32.const 1 i32.sub @@ -16431,7 +16433,7 @@ global.set $~lib/memory/__stack_pointer i32.const 11568 local.set $0 - br $__inlined_func$~lib/util/string/joinIntegerArray$739 + br $__inlined_func$~lib/util/string/joinIntegerArray$741 end local.get $6 i32.eqz @@ -16444,7 +16446,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$739 + br $__inlined_func$~lib/util/string/joinIntegerArray$741 end global.get $~lib/memory/__stack_pointer i32.const 11856 @@ -16541,7 +16543,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$739 + br $__inlined_func$~lib/util/string/joinIntegerArray$741 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -16628,7 +16630,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$740 + block $__inlined_func$~lib/util/string/joinIntegerArray$742 local.get $0 i32.const 1 i32.sub @@ -16642,7 +16644,7 @@ global.set $~lib/memory/__stack_pointer i32.const 11568 local.set $0 - br $__inlined_func$~lib/util/string/joinIntegerArray$740 + br $__inlined_func$~lib/util/string/joinIntegerArray$742 end local.get $6 i32.eqz @@ -16655,7 +16657,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$740 + br $__inlined_func$~lib/util/string/joinIntegerArray$742 end global.get $~lib/memory/__stack_pointer i32.const 11856 @@ -16752,7 +16754,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$740 + br $__inlined_func$~lib/util/string/joinIntegerArray$742 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -17183,7 +17185,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$741 + block $__inlined_func$~lib/util/string/joinIntegerArray$743 local.get $0 i32.const 1 i32.sub @@ -17197,7 +17199,7 @@ global.set $~lib/memory/__stack_pointer i32.const 11568 local.set $0 - br $__inlined_func$~lib/util/string/joinIntegerArray$741 + br $__inlined_func$~lib/util/string/joinIntegerArray$743 end local.get $6 i32.eqz @@ -17210,7 +17212,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$741 + br $__inlined_func$~lib/util/string/joinIntegerArray$743 end global.get $~lib/memory/__stack_pointer i32.const 11856 @@ -17303,7 +17305,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$741 + br $__inlined_func$~lib/util/string/joinIntegerArray$743 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -17412,7 +17414,7 @@ global.get $~lib/memory/__stack_pointer i32.const 11856 i32.store - block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$7 (result i32) + block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$5 (result i32) global.get $~lib/memory/__stack_pointer i32.const 20 i32.sub @@ -17437,7 +17439,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$7 + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$5 end local.get $4 i32.eqz @@ -17461,7 +17463,7 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$7 + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$5 end i32.const 11568 local.set $0 @@ -21551,7 +21553,7 @@ global.get $~lib/memory/__stack_pointer local.get $2 i32.store - block $__inlined_func$~lib/array/Array#indexOf$712 + block $__inlined_func$~lib/array/Array#indexOf$714 local.get $2 i32.load offset=12 local.tee $4 @@ -21567,7 +21569,7 @@ global.set $~lib/memory/__stack_pointer i32.const -1 local.set $0 - br $__inlined_func$~lib/array/Array#indexOf$712 + br $__inlined_func$~lib/array/Array#indexOf$714 end global.get $~lib/memory/__stack_pointer local.get $2 @@ -21593,7 +21595,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/array/Array#indexOf$712 + br $__inlined_func$~lib/array/Array#indexOf$714 end local.get $0 i32.const 1 @@ -21645,7 +21647,7 @@ global.get $~lib/memory/__stack_pointer local.get $2 i32.store - block $__inlined_func$~lib/array/Array#indexOf$713 + block $__inlined_func$~lib/array/Array#indexOf$715 local.get $2 i32.load offset=12 local.tee $4 @@ -21661,7 +21663,7 @@ global.set $~lib/memory/__stack_pointer i32.const -1 local.set $0 - br $__inlined_func$~lib/array/Array#indexOf$713 + br $__inlined_func$~lib/array/Array#indexOf$715 end global.get $~lib/memory/__stack_pointer local.get $2 @@ -21687,7 +21689,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/array/Array#indexOf$713 + br $__inlined_func$~lib/array/Array#indexOf$715 end local.get $0 i32.const 1 @@ -21998,7 +22000,7 @@ call $~lib/builtins/abort unreachable end - block $__inlined_func$~lib/array/Array#includes$714 (result i32) + block $__inlined_func$~lib/array/Array#includes$716 (result i32) i32.const 1 i32.const 2 i32.const 9 @@ -22038,7 +22040,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$~lib/array/Array#includes$714 + br $__inlined_func$~lib/array/Array#includes$716 end global.get $~lib/memory/__stack_pointer local.get $2 @@ -22066,7 +22068,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 1 - br $__inlined_func$~lib/array/Array#includes$714 + br $__inlined_func$~lib/array/Array#includes$716 end local.get $0 i32.const 1 @@ -22090,7 +22092,7 @@ call $~lib/builtins/abort unreachable end - block $__inlined_func$~lib/array/Array#includes$715 (result i32) + block $__inlined_func$~lib/array/Array#includes$717 (result i32) i32.const 1 i32.const 3 i32.const 12 @@ -22130,7 +22132,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$~lib/array/Array#includes$715 + br $__inlined_func$~lib/array/Array#includes$717 end global.get $~lib/memory/__stack_pointer local.get $2 @@ -22158,7 +22160,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 1 - br $__inlined_func$~lib/array/Array#includes$715 + br $__inlined_func$~lib/array/Array#includes$717 end local.get $0 i32.const 1 @@ -26297,7 +26299,7 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store offset=8 - block $__inlined_func$std/array/isArraysEqual$9 (result i32) + block $__inlined_func$std/array/isArraysEqual$7 (result i32) i32.const 0 local.set $0 global.get $~lib/memory/__stack_pointer @@ -26413,7 +26415,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$std/array/isArraysEqual$9 + br $__inlined_func$std/array/isArraysEqual$7 end global.get $~lib/memory/__stack_pointer i32.const 4 @@ -27512,7 +27514,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - block $__inlined_func$std/array/isSorted<~lib/string/String|null>$660 (result i32) + block $__inlined_func$std/array/isSorted<~lib/string/String|null>$662 (result i32) global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -27593,7 +27595,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$std/array/isSorted<~lib/string/String|null>$660 + br $__inlined_func$std/array/isSorted<~lib/string/String|null>$662 end local.get $1 i32.const 1 @@ -27625,7 +27627,7 @@ i32.const 12 i32.add global.set $~lib/memory/__stack_pointer - block $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$746 (result i32) + block $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$748 (result i32) global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -27665,7 +27667,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$746 + br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$748 end local.get $0 local.get $2 @@ -27676,7 +27678,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 1 - br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$746 + br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$748 end i32.const 0 local.set $1 @@ -27736,7 +27738,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 0 - br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$746 + br $__inlined_func$std/array/isArraysEqual<~lib/string/String|null>$748 end local.get $1 i32.const 1 @@ -27940,7 +27942,7 @@ global.get $~lib/memory/__stack_pointer i32.const 10032 i32.store - block $__inlined_func$~lib/string/String#charAt$735 + block $__inlined_func$~lib/string/String#charAt$737 local.get $12 i32.const 10028 i32.load @@ -27954,7 +27956,7 @@ global.set $~lib/memory/__stack_pointer i32.const 11568 local.set $2 - br $__inlined_func$~lib/string/String#charAt$735 + br $__inlined_func$~lib/string/String#charAt$737 end global.get $~lib/memory/__stack_pointer i32.const 2 @@ -28102,7 +28104,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinBooleanArray$14 + block $__inlined_func$~lib/util/string/joinBooleanArray$12 local.get $0 i32.const 1 i32.sub @@ -28116,7 +28118,7 @@ global.set $~lib/memory/__stack_pointer i32.const 11568 local.set $2 - br $__inlined_func$~lib/util/string/joinBooleanArray$14 + br $__inlined_func$~lib/util/string/joinBooleanArray$12 end block $folding-inner07 local.get $0 @@ -28249,7 +28251,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinBooleanArray$14 + br $__inlined_func$~lib/util/string/joinBooleanArray$12 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -28995,7 +28997,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$15 + block $__inlined_func$~lib/util/string/joinIntegerArray$13 local.get $2 i32.const 1 i32.sub @@ -29009,7 +29011,7 @@ global.set $~lib/memory/__stack_pointer i32.const 11568 local.set $2 - br $__inlined_func$~lib/util/string/joinIntegerArray$15 + br $__inlined_func$~lib/util/string/joinIntegerArray$13 end block $folding-inner09 local.get $4 @@ -29301,7 +29303,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$15 + br $__inlined_func$~lib/util/string/joinIntegerArray$13 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -29483,7 +29485,7 @@ i32.const 0 i32.const 20 memory.fill - block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$16 + block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$14 local.get $1 i32.const 1 i32.sub @@ -29497,7 +29499,7 @@ global.set $~lib/memory/__stack_pointer i32.const 11568 local.set $2 - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$16 + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$14 end local.get $1 i32.eqz @@ -29522,7 +29524,7 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$16 + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$14 end i32.const 11568 local.set $2 @@ -29742,7 +29744,7 @@ i32.const 0 i32.const 20 memory.fill - block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$17 + block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$15 local.get $1 i32.const 1 i32.sub @@ -29756,7 +29758,7 @@ global.set $~lib/memory/__stack_pointer i32.const 11568 local.set $2 - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$17 + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$15 end local.get $1 i32.eqz @@ -29781,7 +29783,7 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$17 + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array>$15 end i32.const 11568 local.set $2 @@ -30005,7 +30007,7 @@ i32.const 0 i32.const 20 memory.fill - block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>>$18 + block $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>>$16 local.get $1 i32.const 1 i32.sub @@ -30019,7 +30021,7 @@ global.set $~lib/memory/__stack_pointer i32.const 11568 local.set $2 - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>>$18 + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>>$16 end local.get $1 i32.eqz @@ -30044,7 +30046,7 @@ i32.const 20 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>>$18 + br $__inlined_func$~lib/util/string/joinReferenceArray<~lib/array/Array<~lib/array/Array>>$16 end i32.const 11568 local.set $2 diff --git a/tests/compiler/std/arraybuffer.debug.wat b/tests/compiler/std/arraybuffer.debug.wat index 79b69d7b74..ed31bd6c6a 100644 --- a/tests/compiler/std/arraybuffer.debug.wat +++ b/tests/compiler/std/arraybuffer.debug.wat @@ -2686,12 +2686,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) @@ -2769,12 +2765,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid diff --git a/tests/compiler/std/arraybuffer.release.wat b/tests/compiler/std/arraybuffer.release.wat index d7d3749387..19c0a0192a 100644 --- a/tests/compiler/std/arraybuffer.release.wat +++ b/tests/compiler/std/arraybuffer.release.wat @@ -113,7 +113,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$172 + block $__inlined_func$~lib/rt/itcms/Object#unlink$185 local.get $0 i32.load offset=4 i32.const -4 @@ -137,7 +137,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$172 + br $__inlined_func$~lib/rt/itcms/Object#unlink$185 end local.get $0 i32.load offset=8 @@ -1644,11 +1644,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit ) (func $~start call $start:std/arraybuffer @@ -2303,7 +2299,7 @@ i32.load local.tee $0 i32.store offset=16 - block $__inlined_func$~lib/dataview/DataView#constructor@varargs$1 (result i32) + block $__inlined_func$~lib/dataview/DataView#constructor@varargs (result i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -2425,7 +2421,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $2 - br $__inlined_func$~lib/dataview/DataView#constructor@varargs$1 + br $__inlined_func$~lib/dataview/DataView#constructor@varargs end br $folding-inner1 end diff --git a/tests/compiler/std/dataview.debug.wat b/tests/compiler/std/dataview.debug.wat index d2e17e744a..9b9e4e7e62 100644 --- a/tests/compiler/std/dataview.debug.wat +++ b/tests/compiler/std/dataview.debug.wat @@ -2574,12 +2574,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) @@ -2595,12 +2591,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid diff --git a/tests/compiler/std/dataview.release.wat b/tests/compiler/std/dataview.release.wat index 427669238d..d1290df97c 100644 --- a/tests/compiler/std/dataview.release.wat +++ b/tests/compiler/std/dataview.release.wat @@ -121,7 +121,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$218 + block $__inlined_func$~lib/rt/itcms/Object#unlink$221 local.get $0 i32.load offset=4 i32.const -4 @@ -145,7 +145,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$218 + br $__inlined_func$~lib/rt/itcms/Object#unlink$221 end local.get $0 i32.load offset=8 @@ -1622,11 +1622,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit ) (func $~start call $start:std/dataview @@ -3087,7 +3083,7 @@ i32.const 1456 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer - block $__inlined_func$~lib/typedarray/Uint8Array#constructor$3 (result i32) + block $__inlined_func$~lib/typedarray/Uint8Array#constructor (result i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -3190,7 +3186,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $0 - br $__inlined_func$~lib/typedarray/Uint8Array#constructor$3 + br $__inlined_func$~lib/typedarray/Uint8Array#constructor end br $folding-inner1 end diff --git a/tests/compiler/std/date.debug.wat b/tests/compiler/std/date.debug.wat index c06e79635e..f76228e436 100644 --- a/tests/compiler/std/date.debug.wat +++ b/tests/compiler/std/date.debug.wat @@ -3684,12 +3684,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/std/date.release.wat b/tests/compiler/std/date.release.wat index 9dc722dd42..9c9a523680 100644 --- a/tests/compiler/std/date.release.wat +++ b/tests/compiler/std/date.release.wat @@ -2393,11 +2393,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/std/map.debug.wat b/tests/compiler/std/map.debug.wat index 0bea8bdde5..da8784b71b 100644 --- a/tests/compiler/std/map.debug.wat +++ b/tests/compiler/std/map.debug.wat @@ -5247,12 +5247,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/std/map.release.wat b/tests/compiler/std/map.release.wat index 01aae0315a..4148a7ac94 100644 --- a/tests/compiler/std/map.release.wat +++ b/tests/compiler/std/map.release.wat @@ -1635,11 +1635,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end unreachable diff --git a/tests/compiler/std/new.debug.wat b/tests/compiler/std/new.debug.wat index 5b911b3d42..04a2b09a95 100644 --- a/tests/compiler/std/new.debug.wat +++ b/tests/compiler/std/new.debug.wat @@ -2305,12 +2305,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/std/new.release.wat b/tests/compiler/std/new.release.wat index 3e9a97e4fe..941f28ce40 100644 --- a/tests/compiler/std/new.release.wat +++ b/tests/compiler/std/new.release.wat @@ -1392,11 +1392,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/std/operator-overloading.debug.wat b/tests/compiler/std/operator-overloading.debug.wat index eb247a5394..0abd1231af 100644 --- a/tests/compiler/std/operator-overloading.debug.wat +++ b/tests/compiler/std/operator-overloading.debug.wat @@ -3158,12 +3158,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/std/operator-overloading.release.wat b/tests/compiler/std/operator-overloading.release.wat index 1813e83bcf..5e5c560d3b 100644 --- a/tests/compiler/std/operator-overloading.release.wat +++ b/tests/compiler/std/operator-overloading.release.wat @@ -2012,11 +2012,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/std/set.debug.wat b/tests/compiler/std/set.debug.wat index 2b9cc560d4..b643b683f8 100644 --- a/tests/compiler/std/set.debug.wat +++ b/tests/compiler/std/set.debug.wat @@ -4348,12 +4348,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/std/set.release.wat b/tests/compiler/std/set.release.wat index 455f22dbab..2a2f9d8ff2 100644 --- a/tests/compiler/std/set.release.wat +++ b/tests/compiler/std/set.release.wat @@ -1626,11 +1626,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end unreachable diff --git a/tests/compiler/std/static-array.debug.wat b/tests/compiler/std/static-array.debug.wat index 7ab6891f98..9cb6bc3014 100644 --- a/tests/compiler/std/static-array.debug.wat +++ b/tests/compiler/std/static-array.debug.wat @@ -2488,12 +2488,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/std/static-array.release.wat b/tests/compiler/std/static-array.release.wat index 23f01fa406..9b5ed278de 100644 --- a/tests/compiler/std/static-array.release.wat +++ b/tests/compiler/std/static-array.release.wat @@ -1265,11 +1265,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end unreachable diff --git a/tests/compiler/std/staticarray.debug.wat b/tests/compiler/std/staticarray.debug.wat index d05a08308f..d083482d6b 100644 --- a/tests/compiler/std/staticarray.debug.wat +++ b/tests/compiler/std/staticarray.debug.wat @@ -3562,12 +3562,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/std/staticarray.release.wat b/tests/compiler/std/staticarray.release.wat index 4fde8c58d3..eeafb67230 100644 --- a/tests/compiler/std/staticarray.release.wat +++ b/tests/compiler/std/staticarray.release.wat @@ -2284,11 +2284,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/std/string-casemapping.debug.wat b/tests/compiler/std/string-casemapping.debug.wat index 21f3389d96..946aa3b013 100644 --- a/tests/compiler/std/string-casemapping.debug.wat +++ b/tests/compiler/std/string-casemapping.debug.wat @@ -3437,12 +3437,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/std/string-casemapping.release.wat b/tests/compiler/std/string-casemapping.release.wat index 907c9e971e..621340f408 100644 --- a/tests/compiler/std/string-casemapping.release.wat +++ b/tests/compiler/std/string-casemapping.release.wat @@ -2288,11 +2288,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/std/string-encoding.debug.wat b/tests/compiler/std/string-encoding.debug.wat index 8bc24bd177..8b5dc5579c 100644 --- a/tests/compiler/std/string-encoding.debug.wat +++ b/tests/compiler/std/string-encoding.debug.wat @@ -2885,12 +2885,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/std/string-encoding.release.wat b/tests/compiler/std/string-encoding.release.wat index d0b260e91e..3182351243 100644 --- a/tests/compiler/std/string-encoding.release.wat +++ b/tests/compiler/std/string-encoding.release.wat @@ -1673,11 +1673,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end unreachable diff --git a/tests/compiler/std/string.debug.wat b/tests/compiler/std/string.debug.wat index 957f42687b..f75a97a1ea 100644 --- a/tests/compiler/std/string.debug.wat +++ b/tests/compiler/std/string.debug.wat @@ -5554,12 +5554,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/std/string.release.wat b/tests/compiler/std/string.release.wat index 2bb47b7467..11588257fe 100644 --- a/tests/compiler/std/string.release.wat +++ b/tests/compiler/std/string.release.wat @@ -4288,11 +4288,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/symbol.debug.wat b/tests/compiler/std/symbol.debug.wat index ca03f8216a..a6cb7d2d76 100644 --- a/tests/compiler/std/symbol.debug.wat +++ b/tests/compiler/std/symbol.debug.wat @@ -2799,12 +2799,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/std/symbol.release.wat b/tests/compiler/std/symbol.release.wat index 365b6a445b..51197770e1 100644 --- a/tests/compiler/std/symbol.release.wat +++ b/tests/compiler/std/symbol.release.wat @@ -1715,11 +1715,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/typedarray.debug.wat b/tests/compiler/std/typedarray.debug.wat index fecf5869a5..ecf75231bf 100644 --- a/tests/compiler/std/typedarray.debug.wat +++ b/tests/compiler/std/typedarray.debug.wat @@ -13162,12 +13162,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/std/typedarray.release.wat b/tests/compiler/std/typedarray.release.wat index cfce31d9b4..9270604b3c 100644 --- a/tests/compiler/std/typedarray.release.wat +++ b/tests/compiler/std/typedarray.release.wat @@ -766,7 +766,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$1391 + block $__inlined_func$~lib/rt/itcms/Object#unlink$1403 local.get $0 i32.load offset=4 i32.const -4 @@ -790,7 +790,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$1391 + br $__inlined_func$~lib/rt/itcms/Object#unlink$1403 end local.get $0 i32.load offset=8 @@ -9400,11 +9400,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end i32.const 49120 @@ -35310,7 +35306,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$1396 + block $__inlined_func$~lib/util/string/joinIntegerArray$1408 local.get $0 i32.const 1 i32.sub @@ -35324,7 +35320,7 @@ global.set $~lib/memory/__stack_pointer i32.const 7776 local.set $0 - br $__inlined_func$~lib/util/string/joinIntegerArray$1396 + br $__inlined_func$~lib/util/string/joinIntegerArray$1408 end local.get $6 i32.eqz @@ -35337,7 +35333,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$1396 + br $__inlined_func$~lib/util/string/joinIntegerArray$1408 end global.get $~lib/memory/__stack_pointer i32.const 9584 @@ -35430,7 +35426,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$1396 + br $__inlined_func$~lib/util/string/joinIntegerArray$1408 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -35658,7 +35654,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$1397 + block $__inlined_func$~lib/util/string/joinIntegerArray$1409 local.get $0 i32.const 1 i32.sub @@ -35672,7 +35668,7 @@ global.set $~lib/memory/__stack_pointer i32.const 7776 local.set $0 - br $__inlined_func$~lib/util/string/joinIntegerArray$1397 + br $__inlined_func$~lib/util/string/joinIntegerArray$1409 end local.get $6 i32.eqz @@ -35685,7 +35681,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$1397 + br $__inlined_func$~lib/util/string/joinIntegerArray$1409 end global.get $~lib/memory/__stack_pointer i32.const 9584 @@ -35778,7 +35774,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$1397 + br $__inlined_func$~lib/util/string/joinIntegerArray$1409 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -35876,7 +35872,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$1398 + block $__inlined_func$~lib/util/string/joinIntegerArray$1410 local.get $0 i32.const 1 i32.sub @@ -35890,7 +35886,7 @@ global.set $~lib/memory/__stack_pointer i32.const 7776 local.set $0 - br $__inlined_func$~lib/util/string/joinIntegerArray$1398 + br $__inlined_func$~lib/util/string/joinIntegerArray$1410 end local.get $6 i32.eqz @@ -35903,7 +35899,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$1398 + br $__inlined_func$~lib/util/string/joinIntegerArray$1410 end global.get $~lib/memory/__stack_pointer i32.const 9584 @@ -36000,7 +35996,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$1398 + br $__inlined_func$~lib/util/string/joinIntegerArray$1410 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -36066,7 +36062,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$1399 + block $__inlined_func$~lib/util/string/joinIntegerArray$1411 local.get $0 i32.const 1 i32.sub @@ -36080,7 +36076,7 @@ global.set $~lib/memory/__stack_pointer i32.const 7776 local.set $0 - br $__inlined_func$~lib/util/string/joinIntegerArray$1399 + br $__inlined_func$~lib/util/string/joinIntegerArray$1411 end local.get $6 i32.eqz @@ -36093,7 +36089,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$1399 + br $__inlined_func$~lib/util/string/joinIntegerArray$1411 end global.get $~lib/memory/__stack_pointer i32.const 9584 @@ -36190,7 +36186,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$1399 + br $__inlined_func$~lib/util/string/joinIntegerArray$1411 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -36256,7 +36252,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$1400 + block $__inlined_func$~lib/util/string/joinIntegerArray$1412 local.get $0 i32.const 1 i32.sub @@ -36270,7 +36266,7 @@ global.set $~lib/memory/__stack_pointer i32.const 7776 local.set $0 - br $__inlined_func$~lib/util/string/joinIntegerArray$1400 + br $__inlined_func$~lib/util/string/joinIntegerArray$1412 end local.get $6 i32.eqz @@ -36283,7 +36279,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$1400 + br $__inlined_func$~lib/util/string/joinIntegerArray$1412 end global.get $~lib/memory/__stack_pointer i32.const 9584 @@ -36380,7 +36376,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$1400 + br $__inlined_func$~lib/util/string/joinIntegerArray$1412 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -36446,7 +36442,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$1401 + block $__inlined_func$~lib/util/string/joinIntegerArray$1413 local.get $0 i32.const 1 i32.sub @@ -36460,7 +36456,7 @@ global.set $~lib/memory/__stack_pointer i32.const 7776 local.set $0 - br $__inlined_func$~lib/util/string/joinIntegerArray$1401 + br $__inlined_func$~lib/util/string/joinIntegerArray$1413 end local.get $6 i32.eqz @@ -36473,7 +36469,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$1401 + br $__inlined_func$~lib/util/string/joinIntegerArray$1413 end global.get $~lib/memory/__stack_pointer i32.const 9584 @@ -36570,7 +36566,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$1401 + br $__inlined_func$~lib/util/string/joinIntegerArray$1413 end global.get $~lib/memory/__stack_pointer i32.const 8 @@ -36637,7 +36633,7 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$6 + block $__inlined_func$~lib/util/string/joinIntegerArray$5 local.get $0 i32.const 1 i32.sub @@ -36651,7 +36647,7 @@ global.set $~lib/memory/__stack_pointer i32.const 7776 local.set $0 - br $__inlined_func$~lib/util/string/joinIntegerArray$6 + br $__inlined_func$~lib/util/string/joinIntegerArray$5 end block $folding-inner0 local.get $6 @@ -36943,7 +36939,7 @@ i32.const 8 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$6 + br $__inlined_func$~lib/util/string/joinIntegerArray$5 end global.get $~lib/memory/__stack_pointer i32.const 8 diff --git a/tests/compiler/std/uri.debug.wat b/tests/compiler/std/uri.debug.wat index ef094cef9d..5a8c5dce8f 100644 --- a/tests/compiler/std/uri.debug.wat +++ b/tests/compiler/std/uri.debug.wat @@ -3422,12 +3422,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/std/uri.release.wat b/tests/compiler/std/uri.release.wat index 19b44988e5..f3835303da 100644 --- a/tests/compiler/std/uri.release.wat +++ b/tests/compiler/std/uri.release.wat @@ -2629,11 +2629,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end unreachable diff --git a/tests/compiler/super-inline.debug.wat b/tests/compiler/super-inline.debug.wat index 347d6527fd..1037d7b726 100644 --- a/tests/compiler/super-inline.debug.wat +++ b/tests/compiler/super-inline.debug.wat @@ -2299,12 +2299,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/super-inline.release.wat b/tests/compiler/super-inline.release.wat index 703cbc6f3c..0f870aa03f 100644 --- a/tests/compiler/super-inline.release.wat +++ b/tests/compiler/super-inline.release.wat @@ -1401,11 +1401,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/switch.debug.wat b/tests/compiler/switch.debug.wat index e38ffb1605..0c85ee2625 100644 --- a/tests/compiler/switch.debug.wat +++ b/tests/compiler/switch.debug.wat @@ -2833,12 +2833,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/switch.release.wat b/tests/compiler/switch.release.wat index ef3d9d9622..b53df8bee3 100644 --- a/tests/compiler/switch.release.wat +++ b/tests/compiler/switch.release.wat @@ -1587,11 +1587,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return diff --git a/tests/compiler/templateliteral.debug.wat b/tests/compiler/templateliteral.debug.wat index 4ba00fcccb..204db8df29 100644 --- a/tests/compiler/templateliteral.debug.wat +++ b/tests/compiler/templateliteral.debug.wat @@ -4395,12 +4395,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) @@ -4456,20 +4452,12 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit local.get $0 i32.load offset=4 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid diff --git a/tests/compiler/templateliteral.release.wat b/tests/compiler/templateliteral.release.wat index 4103fc0f3f..24e06cf256 100644 --- a/tests/compiler/templateliteral.release.wat +++ b/tests/compiler/templateliteral.release.wat @@ -3807,11 +3807,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end local.get $0 @@ -3846,18 +3842,10 @@ end local.get $0 i32.load - local.tee $1 - if - local.get $1 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit local.get $0 i32.load offset=4 - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end unreachable diff --git a/tests/compiler/throw.debug.wat b/tests/compiler/throw.debug.wat index c487003992..0b8420d409 100644 --- a/tests/compiler/throw.debug.wat +++ b/tests/compiler/throw.debug.wat @@ -1815,12 +1815,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/throw.release.wat b/tests/compiler/throw.release.wat index e0bd055a29..d1427154ca 100644 --- a/tests/compiler/throw.release.wat +++ b/tests/compiler/throw.release.wat @@ -1098,11 +1098,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end unreachable diff --git a/tests/compiler/typeof.debug.wat b/tests/compiler/typeof.debug.wat index a91488290e..2510d717ba 100644 --- a/tests/compiler/typeof.debug.wat +++ b/tests/compiler/typeof.debug.wat @@ -2411,12 +2411,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/typeof.release.wat b/tests/compiler/typeof.release.wat index f0c11fa359..698d29d147 100644 --- a/tests/compiler/typeof.release.wat +++ b/tests/compiler/typeof.release.wat @@ -1417,11 +1417,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/while.debug.wat b/tests/compiler/while.debug.wat index f7c2a8c485..1dfafed2d8 100644 --- a/tests/compiler/while.debug.wat +++ b/tests/compiler/while.debug.wat @@ -3166,12 +3166,8 @@ call $~lib/object/Object~visit local.get $0 i32.load - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/rt/itcms/__visit ) (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) diff --git a/tests/compiler/while.release.wat b/tests/compiler/while.release.wat index d6ca6fba01..c5b0c20429 100644 --- a/tests/compiler/while.release.wat +++ b/tests/compiler/while.release.wat @@ -1902,11 +1902,7 @@ end local.get $0 i32.load - local.tee $0 - if - local.get $0 - call $~lib/rt/itcms/__visit - end + call $~lib/rt/itcms/__visit return end return From 69cc1cbcd1781caa9f895e9912cbb4e793842417 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Tue, 15 Jul 2025 13:16:11 +0800 Subject: [PATCH 084/103] chore: refactor `ensureConstructor` with `CommonNames` instead of raw string (#2935) --- src/compiler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler.ts b/src/compiler.ts index dcc5e84978..6ad4719cd2 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -8830,7 +8830,7 @@ export class Compiler extends DiagnosticEmitter { classInstance.constructorInstance = instance; let members = classInstance.members; if (!members) classInstance.members = members = new Map(); - members.set("constructor", instance.prototype); + members.set(CommonNames.constructor, instance.prototype); let previousFlow = this.currentFlow; let flow = instance.flow; From 6cd638e2f7ba9f947ea51078041247f9f01c8cd7 Mon Sep 17 00:00:00 2001 From: CountBleck Date: Mon, 4 Aug 2025 19:18:41 -0700 Subject: [PATCH 085/103] fix: make asinit exit if package.json has a "type" not equal to "module" (#2938) --- bin/asinit.js | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/bin/asinit.js b/bin/asinit.js index 1da4ddedd1..6950a2341a 100755 --- a/bin/asinit.js +++ b/bin/asinit.js @@ -115,12 +115,23 @@ const paths = [ [gitignoreFile, "Git configuration that excludes compiled binaries from source control."], [asconfigFile, "Configuration file defining both a 'debug' and a 'release' target."], [packageFile, "Package info containing the necessary commands to compile to WebAssembly."], - [testsIndexFile, "Stater test to check that the module is functioning."], + [testsIndexFile, "Starter test to check that the module is functioning."], [indexHtmlFile, "Starter HTML file that loads the module in a browser."] ]; const formatPath = filePath => "./" + path.relative(projectDir, filePath).replace(/\\/g, "/"); +if (fs.existsSync(packageFile)) { + const pkg = JSON.parse(fs.readFileSync(packageFile)); + if ("type" in pkg && pkg["type"] !== "module") { + console.error(stdoutColors.red([ + `Error: The "type" field in ${formatPath(packageFile)} is set to "${pkg["type"]}".`, + ` asinit requires the "type" field to be set to "module" (ES modules).` + ].join("\n"))); + process.exit(1); + } +} + console.log([ "Version: " + version, "", From 7e2a62d9615d2ae02b593af87ee4920a3c57b0bd Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Fri, 29 Aug 2025 12:45:56 +0800 Subject: [PATCH 086/103] fix: avoid to visit nullptr in binaryen (#2943) --- src/compiler.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiler.ts b/src/compiler.ts index 6ad4719cd2..f02c0f7439 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -6764,7 +6764,7 @@ export class Compiler extends DiagnosticEmitter { if (thisType.isManaged) { let operand = operands[0]; let precomp = module.runExpression(operand, ExpressionRunnerFlags.Default); - if (!isConstZero(precomp)) { // otherwise unnecessary + if (!precomp || !isConstZero(precomp)) { // otherwise unnecessary operands[operandIndex] = module.tostack(operand); } } @@ -6778,7 +6778,7 @@ export class Compiler extends DiagnosticEmitter { if (paramType.isManaged) { let operand = operands[operandIndex]; let precomp = module.runExpression(operand, ExpressionRunnerFlags.Default); - if (!isConstZero(precomp)) { // otherwise unnecessary + if (!precomp || !isConstZero(precomp)) { // otherwise unnecessary operands[operandIndex] = module.tostack(operand); } } From 9664c5b726990efdfc029ba158b78eb8a6047472 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Sat, 6 Sep 2025 08:17:06 +0800 Subject: [PATCH 087/103] feat: optimize string literal tostack behavior (#2945) --- src/compiler.ts | 38 +- src/module.ts | 12 + tests/compiler/NonNullable.debug.wat | 39 +- tests/compiler/NonNullable.release.wat | 27 +- tests/compiler/bindings/esm.debug.wat | 65 +- tests/compiler/bindings/esm.release.wat | 36 +- tests/compiler/bindings/raw.debug.wat | 65 +- tests/compiler/bindings/raw.release.wat | 32 +- tests/compiler/builtins.debug.wat | 226 +- tests/compiler/builtins.release.wat | 140 +- .../compiler/class-overloading-cast.debug.wat | 59 +- .../class-overloading-cast.release.wat | 43 +- tests/compiler/class-overloading.debug.wat | 131 +- tests/compiler/class-overloading.release.wat | 85 +- tests/compiler/field-initialization.debug.wat | 88 +- .../compiler/field-initialization.release.wat | 68 +- tests/compiler/issues/1095.debug.wat | 12 +- tests/compiler/issues/1095.release.wat | 10 +- tests/compiler/issues/1714.debug.wat | 13 +- tests/compiler/issues/1714.release.wat | 11 +- tests/compiler/issues/2166.debug.wat | 252 +- tests/compiler/issues/2166.release.wat | 86 +- tests/compiler/issues/2873.debug.wat | 41 +- tests/compiler/issues/2873.release.wat | 29 +- tests/compiler/object-literal.debug.wat | 106 +- tests/compiler/object-literal.release.wat | 86 +- tests/compiler/resolve-binary.debug.wat | 329 +- tests/compiler/resolve-binary.release.wat | 231 +- .../compiler/resolve-elementaccess.debug.wat | 60 +- .../resolve-elementaccess.release.wat | 48 +- .../resolve-function-expression.debug.wat | 13 +- .../resolve-function-expression.release.wat | 11 +- .../compiler/resolve-propertyaccess.debug.wat | 74 +- .../resolve-propertyaccess.release.wat | 50 +- tests/compiler/resolve-ternary.debug.wat | 18 +- tests/compiler/resolve-ternary.release.wat | 14 +- tests/compiler/resolve-unary.debug.wat | 137 +- tests/compiler/resolve-unary.release.wat | 99 +- tests/compiler/std/array-access.debug.wat | 31 +- tests/compiler/std/array-access.release.wat | 27 +- tests/compiler/std/array.debug.wat | 464 +- tests/compiler/std/array.release.wat | 1296 ++--- tests/compiler/std/console.debug.wat | 183 +- tests/compiler/std/console.release.wat | 85 +- tests/compiler/std/date.debug.wat | 503 +- tests/compiler/std/date.release.wat | 450 +- tests/compiler/std/hash.debug.wat | 251 +- tests/compiler/std/hash.release.wat | 52 - .../std/operator-overloading.debug.wat | 86 +- .../std/operator-overloading.release.wat | 62 +- tests/compiler/std/staticarray.debug.wat | 134 +- tests/compiler/std/staticarray.release.wat | 98 +- .../compiler/std/string-casemapping.debug.wat | 870 +-- .../std/string-casemapping.release.wat | 530 +- tests/compiler/std/string-encoding.debug.wat | 218 +- .../compiler/std/string-encoding.release.wat | 535 +- tests/compiler/std/string.debug.wat | 4798 +---------------- tests/compiler/std/string.release.wat | 2914 +--------- tests/compiler/std/symbol.debug.wat | 67 +- tests/compiler/std/symbol.release.wat | 45 +- tests/compiler/std/trace.debug.wat | 86 +- tests/compiler/std/trace.release.wat | 49 - tests/compiler/std/typedarray.debug.wat | 521 +- tests/compiler/std/typedarray.release.wat | 878 ++- tests/compiler/std/uri.debug.wat | 509 +- tests/compiler/std/uri.release.wat | 309 +- tests/compiler/switch.debug.wat | 272 +- tests/compiler/switch.release.wat | 182 +- tests/compiler/templateliteral.debug.wat | 362 +- tests/compiler/templateliteral.release.wat | 637 +-- tests/compiler/typealias.debug.wat | 153 +- tests/compiler/typealias.release.wat | 71 +- tests/compiler/typeof.debug.wat | 198 +- tests/compiler/typeof.release.wat | 120 +- 74 files changed, 3214 insertions(+), 17716 deletions(-) diff --git a/src/compiler.ts b/src/compiler.ts index f02c0f7439..d3a5525164 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -55,11 +55,11 @@ import { SideEffects, SwitchBuilder, ExpressionRunnerFlags, - isConstZero, isConstNegZero, isConstExpressionNaN, ensureType, - createType + createType, + getConstValueInteger } from "./module"; import { @@ -451,6 +451,8 @@ export class Compiler extends DiagnosticEmitter { memorySegments: MemorySegment[] = []; /** Map of already compiled static string segments. */ stringSegments: Map = new Map(); + /** Set of static GC object offsets. tostack is unnecessary for them. */ + staticGcObjectOffsets: Map> = new Map(); /** Function table being compiled. First elem is blank. */ functionTable: Function[] = []; /** Arguments length helper global. */ @@ -1939,7 +1941,16 @@ export class Compiler extends DiagnosticEmitter { stringSegment = this.addRuntimeMemorySegment(buf); segments.set(stringValue, stringSegment); } - return i64_add(stringSegment.offset, i64_new(totalOverhead)); + let stringOffset = i64_add(stringSegment.offset, i64_new(totalOverhead)); + let staticGcObjectOffsets = this.staticGcObjectOffsets; + if (staticGcObjectOffsets.has(i64_high(stringOffset))) { + assert(staticGcObjectOffsets.get(i64_high(stringOffset))).add(i64_low(stringOffset)); + } else { + let s = new Set(); + s.add(i64_low(stringOffset)); + staticGcObjectOffsets.set(i64_high(stringOffset), s); + } + return stringOffset; } /** Writes a series of static values of the specified type to a buffer. */ @@ -6754,6 +6765,21 @@ export class Compiler extends DiagnosticEmitter { stub.set(CommonFlags.Compiled); } + private needToStack(expr: ExpressionRef): bool { + const precomp = this.module.runExpression(expr, ExpressionRunnerFlags.Default); + // cannot precompute, so must go to stack + if (precomp == 0) return true; + const value = getConstValueInteger(precomp, this.options.isWasm64); + // zero constant doesn't need to go to stack + if (i64_eq(value, i64_zero)) return false; + // static GC objects doesn't need to go to stack + let staticGcObjectOffsets = this.staticGcObjectOffsets; + if (staticGcObjectOffsets.has(i64_high(value))) { + if (assert(staticGcObjectOffsets.get(i64_high(value))).has(i64_low(value))) return false; + } + return true; + } + /** Marks managed call operands for the shadow stack. */ private operandsTostack(signature: Signature, operands: ExpressionRef[]): void { if (!this.options.stackSize) return; @@ -6763,8 +6789,7 @@ export class Compiler extends DiagnosticEmitter { if (thisType) { if (thisType.isManaged) { let operand = operands[0]; - let precomp = module.runExpression(operand, ExpressionRunnerFlags.Default); - if (!precomp || !isConstZero(precomp)) { // otherwise unnecessary + if (this.needToStack(operand)) { operands[operandIndex] = module.tostack(operand); } } @@ -6777,8 +6802,7 @@ export class Compiler extends DiagnosticEmitter { let paramType = parameterTypes[parameterIndex]; if (paramType.isManaged) { let operand = operands[operandIndex]; - let precomp = module.runExpression(operand, ExpressionRunnerFlags.Default); - if (!precomp || !isConstZero(precomp)) { // otherwise unnecessary + if (this.needToStack(operand)) { operands[operandIndex] = module.tostack(operand); } } diff --git a/src/module.ts b/src/module.ts index c6eb00b579..2719f60c50 100644 --- a/src/module.ts +++ b/src/module.ts @@ -3038,6 +3038,18 @@ export function getConstValueI64High(expr: ExpressionRef): i32 { return binaryen._BinaryenConstGetValueI64High(expr); } +export function getConstValueInteger(expr: ExpressionRef, isWasm64: bool): i64 { + let lo: i32 = 0; + let hi: i32 = 0; + if (isWasm64) { + lo = getConstValueI64Low(expr); + hi = getConstValueI64High(expr); + } else { + lo = getConstValueI32(expr); + } + return i64_new(lo, hi); +} + export function getConstValueF32(expr: ExpressionRef): f32 { return binaryen._BinaryenConstGetValueF32(expr); } diff --git a/tests/compiler/NonNullable.debug.wat b/tests/compiler/NonNullable.debug.wat index 5620f0ae0b..52a1e1e96d 100644 --- a/tests/compiler/NonNullable.debug.wat +++ b/tests/compiler/NonNullable.debug.wat @@ -357,28 +357,15 @@ (local $0 i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 i32.const 32 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store - local.get $1 i32.const 32 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -390,17 +377,7 @@ unreachable end i32.const 112 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store - local.get $1 i32.const 112 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -412,17 +389,7 @@ unreachable end i32.const 144 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store - local.get $1 i32.const 144 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -436,7 +403,7 @@ global.get $~lib/memory/__stack_pointer global.get $NonNullable/z local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 if (result i32) local.get $0 @@ -462,7 +429,7 @@ local.get $1 call $NonNullable/safetyCheck<~lib/string/String|null> global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/NonNullable.release.wat b/tests/compiler/NonNullable.release.wat index 8a503aa3f3..7f27ab78fa 100644 --- a/tests/compiler/NonNullable.release.wat +++ b/tests/compiler/NonNullable.release.wat @@ -22,7 +22,7 @@ (start $~start) (func $~start global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -33,15 +33,6 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -54,12 +45,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1136 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1136 - i32.store offset=4 i32.const 1136 i32.const 1136 call $~lib/string/String.__eq @@ -72,12 +57,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1168 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1168 - i32.store offset=4 i32.const 1168 i32.const 1168 call $~lib/string/String.__eq @@ -92,7 +71,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 1248 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1248 i32.store @@ -126,7 +105,7 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/bindings/esm.debug.wat b/tests/compiler/bindings/esm.debug.wat index b025730171..c5ae968aba 100644 --- a/tests/compiler/bindings/esm.debug.wat +++ b/tests/compiler/bindings/esm.debug.wat @@ -124,6 +124,27 @@ (export "functionFunction" (func $export:bindings/esm/functionFunction)) (func $start:bindings/esm~anonymous|0 ) + (func $start:bindings/esm + i32.const 128 + i32.const 1 + f64.const 42 + f64.const 0 + f64.const 0 + f64.const 0 + f64.const 0 + call $~lib/builtins/trace + i32.const 160 + call $~lib/bindings/dom/console.log + global.get $~lib/bindings/dom/Math.E + call $~lib/bindings/dom/Math.log + drop + global.get $bindings/esm/immutableGlobal + drop + global.get $bindings/esm/immutableGlobalNested + drop + call $bindings/esm/Date_getTimezoneOffset + drop + ) (func $bindings/esm/plainFunction (param $a i32) (param $b i32) (result i32) local.get $a local.get $b @@ -3081,50 +3102,6 @@ unreachable end ) - (func $start:bindings/esm - (local $0 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - call $~stack_check - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - i32.const 128 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - i32.const 1 - f64.const 42 - f64.const 0 - f64.const 0 - f64.const 0 - f64.const 0 - call $~lib/builtins/trace - i32.const 160 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/bindings/dom/console.log - global.get $~lib/bindings/dom/Math.E - call $~lib/bindings/dom/Math.log - drop - global.get $bindings/esm/immutableGlobal - drop - global.get $bindings/esm/immutableGlobalNested - drop - call $bindings/esm/Date_getTimezoneOffset - drop - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - ) (func $bindings/esm/bufferFunction (param $a i32) (param $b i32) (result i32) (local $aByteLength i32) (local $bByteLength i32) diff --git a/tests/compiler/bindings/esm.release.wat b/tests/compiler/bindings/esm.release.wat index d2fae9e068..9367b73e53 100644 --- a/tests/compiler/bindings/esm.release.wat +++ b/tests/compiler/bindings/esm.release.wat @@ -2053,27 +2053,6 @@ end i32.const 1 global.set $~started - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - if - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1152 - i32.store i32.const 1152 i32.const 1 f64.const 42 @@ -2082,9 +2061,6 @@ f64.const 0 f64.const 0 call $~lib/builtins/trace - global.get $~lib/memory/__stack_pointer - i32.const 1184 - i32.store i32.const 1184 call $~lib/bindings/dom/console.log global.get $~lib/bindings/dom/Math.E @@ -2092,10 +2068,6 @@ drop call $bindings/esm/Date_getTimezoneOffset drop - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer memory.size i32.const 16 i32.shl @@ -2192,7 +2164,7 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - block $__inlined_func$~lib/string/String#concat$285 + block $__inlined_func$~lib/string/String#concat$284 local.get $1 i32.const 20 i32.sub @@ -2211,7 +2183,7 @@ global.set $~lib/memory/__stack_pointer i32.const 1760 local.set $2 - br $__inlined_func$~lib/string/String#concat$285 + br $__inlined_func$~lib/string/String#concat$284 end global.get $~lib/memory/__stack_pointer local.get $2 @@ -2925,7 +2897,7 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - block $__inlined_func$~lib/rt/itcms/__renew$270 + block $__inlined_func$~lib/rt/itcms/__renew$269 i32.const 1073741820 local.get $2 i32.const 1 @@ -2968,7 +2940,7 @@ i32.store offset=16 local.get $2 local.set $1 - br $__inlined_func$~lib/rt/itcms/__renew$270 + br $__inlined_func$~lib/rt/itcms/__renew$269 end local.get $3 local.get $4 diff --git a/tests/compiler/bindings/raw.debug.wat b/tests/compiler/bindings/raw.debug.wat index 5947b885ed..1a05e8c669 100644 --- a/tests/compiler/bindings/raw.debug.wat +++ b/tests/compiler/bindings/raw.debug.wat @@ -124,6 +124,27 @@ (export "functionFunction" (func $export:bindings/esm/functionFunction)) (func $start:bindings/esm~anonymous|0 ) + (func $start:bindings/esm + i32.const 128 + i32.const 1 + f64.const 42 + f64.const 0 + f64.const 0 + f64.const 0 + f64.const 0 + call $~lib/builtins/trace + i32.const 160 + call $~lib/bindings/dom/console.log + global.get $~lib/bindings/dom/Math.E + call $~lib/bindings/dom/Math.log + drop + global.get $bindings/esm/immutableGlobal + drop + global.get $bindings/esm/immutableGlobalNested + drop + call $bindings/esm/Date_getTimezoneOffset + drop + ) (func $start:bindings/raw call $start:bindings/esm ) @@ -3084,50 +3105,6 @@ unreachable end ) - (func $start:bindings/esm - (local $0 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - call $~stack_check - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - i32.const 128 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - i32.const 1 - f64.const 42 - f64.const 0 - f64.const 0 - f64.const 0 - f64.const 0 - call $~lib/builtins/trace - i32.const 160 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/bindings/dom/console.log - global.get $~lib/bindings/dom/Math.E - call $~lib/bindings/dom/Math.log - drop - global.get $bindings/esm/immutableGlobal - drop - global.get $bindings/esm/immutableGlobalNested - drop - call $bindings/esm/Date_getTimezoneOffset - drop - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - ) (func $bindings/esm/bufferFunction (param $a i32) (param $b i32) (result i32) (local $aByteLength i32) (local $bByteLength i32) diff --git a/tests/compiler/bindings/raw.release.wat b/tests/compiler/bindings/raw.release.wat index 85e626eef7..e2ed7cd278 100644 --- a/tests/compiler/bindings/raw.release.wat +++ b/tests/compiler/bindings/raw.release.wat @@ -2053,27 +2053,6 @@ end i32.const 1 global.set $~started - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 2276 - i32.lt_s - if - i32.const 35072 - i32.const 35120 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1152 - i32.store i32.const 1152 i32.const 1 f64.const 42 @@ -2082,9 +2061,6 @@ f64.const 0 f64.const 0 call $~lib/builtins/trace - global.get $~lib/memory/__stack_pointer - i32.const 1184 - i32.store i32.const 1184 call $~lib/bindings/dom/console.log global.get $~lib/bindings/dom/Math.E @@ -2092,10 +2068,6 @@ drop call $bindings/esm/Date_getTimezoneOffset drop - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer memory.size i32.const 16 i32.shl @@ -2192,7 +2164,7 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - block $__inlined_func$~lib/string/String#concat$286 + block $__inlined_func$~lib/string/String#concat$285 local.get $1 i32.const 20 i32.sub @@ -2211,7 +2183,7 @@ global.set $~lib/memory/__stack_pointer i32.const 1760 local.set $2 - br $__inlined_func$~lib/string/String#concat$286 + br $__inlined_func$~lib/string/String#concat$285 end global.get $~lib/memory/__stack_pointer local.get $2 diff --git a/tests/compiler/builtins.debug.wat b/tests/compiler/builtins.debug.wat index c5c210aea4..fd74409ab4 100644 --- a/tests/compiler/builtins.debug.wat +++ b/tests/compiler/builtins.debug.wat @@ -549,16 +549,13 @@ (local $52 i32) (local $53 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 i32.const 1 drop i32.const 0 @@ -2551,7 +2548,7 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store offset=8 + i32.store offset=4 local.get $53 call $~lib/function/Function<%28i32%2Ci32%29=>i32>#get:name local.set $53 @@ -2560,11 +2557,6 @@ i32.store local.get $53 i32.const 32 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -2615,7 +2607,7 @@ local.set $53 global.get $~lib/memory/__stack_pointer local.get $53 - i32.store offset=8 + i32.store offset=4 local.get $53 call $~lib/function/Function<%28i32%2Ci32%29=>i32>#toString local.set $53 @@ -2624,11 +2616,6 @@ i32.store local.get $53 i32.const 176 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3270,11 +3257,6 @@ i32.const 52 local.set $52 i32.const 256 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 5 local.get $48 f64.convert_i32_u @@ -3336,17 +3318,7 @@ unreachable end i32.const 352 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 352 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3358,17 +3330,7 @@ unreachable end i32.const 352 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 352 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3380,17 +3342,7 @@ unreachable end i32.const 400 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 400 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3402,17 +3354,7 @@ unreachable end i32.const 432 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 432 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3424,17 +3366,7 @@ unreachable end i32.const 464 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 464 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3446,17 +3378,7 @@ unreachable end i32.const 496 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 496 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3468,17 +3390,7 @@ unreachable end i32.const 528 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 528 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3490,17 +3402,7 @@ unreachable end i32.const 560 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 560 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3512,17 +3414,7 @@ unreachable end i32.const 592 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 592 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3534,17 +3426,7 @@ unreachable end i32.const 624 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 624 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3556,17 +3438,7 @@ unreachable end i32.const 656 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 656 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3578,17 +3450,7 @@ unreachable end i32.const 688 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 688 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3600,17 +3462,7 @@ unreachable end i32.const 720 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 720 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3622,17 +3474,7 @@ unreachable end i32.const 752 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 752 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3644,17 +3486,7 @@ unreachable end i32.const 784 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 784 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3666,17 +3498,7 @@ unreachable end i32.const 816 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 816 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3688,17 +3510,7 @@ unreachable end i32.const 848 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 848 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3710,17 +3522,7 @@ unreachable end i32.const 880 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 880 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3732,17 +3534,7 @@ unreachable end i32.const 432 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 432 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3754,17 +3546,7 @@ unreachable end i32.const 352 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store - local.get $53 i32.const 352 - local.set $53 - global.get $~lib/memory/__stack_pointer - local.get $53 - i32.store offset=4 - local.get $53 call $~lib/string/String.__eq i32.eqz if @@ -3902,7 +3684,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/builtins.release.wat b/tests/compiler/builtins.release.wat index fa7c2b22ee..a22c2024c1 100644 --- a/tests/compiler/builtins.release.wat +++ b/tests/compiler/builtins.release.wat @@ -246,7 +246,7 @@ ) (func $start:builtins global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -263,9 +263,6 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 i32.const 1 global.set $builtins/i i32.const 0 @@ -652,13 +649,10 @@ end global.get $~lib/memory/__stack_pointer i32.const 1168 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -679,13 +673,10 @@ i32.store global.get $~lib/memory/__stack_pointer i32.const 1168 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1200 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1200 - i32.store offset=4 i32.const 1200 i32.const 1200 call $~lib/string/String.__eq @@ -767,9 +758,6 @@ i32.const 8 f64.const 1 f64.store - global.get $~lib/memory/__stack_pointer - i32.const 1280 - i32.store i32.const 1280 i32.const 5 f64.const 0 @@ -778,12 +766,6 @@ f64.const 52 f64.const 52 call $~lib/builtins/trace - global.get $~lib/memory/__stack_pointer - i32.const 1376 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1376 - i32.store offset=4 i32.const 1376 i32.const 1376 call $~lib/string/String.__eq @@ -796,12 +778,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1376 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1376 - i32.store offset=4 i32.const 1376 i32.const 1376 call $~lib/string/String.__eq @@ -814,12 +790,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1424 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1424 - i32.store offset=4 i32.const 1424 i32.const 1424 call $~lib/string/String.__eq @@ -832,12 +802,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1456 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1456 - i32.store offset=4 i32.const 1456 i32.const 1456 call $~lib/string/String.__eq @@ -850,12 +814,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1488 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1488 - i32.store offset=4 i32.const 1488 i32.const 1488 call $~lib/string/String.__eq @@ -868,12 +826,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1520 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1520 - i32.store offset=4 i32.const 1520 i32.const 1520 call $~lib/string/String.__eq @@ -886,12 +838,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1552 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1552 - i32.store offset=4 i32.const 1552 i32.const 1552 call $~lib/string/String.__eq @@ -904,12 +850,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1584 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1584 - i32.store offset=4 i32.const 1584 i32.const 1584 call $~lib/string/String.__eq @@ -922,12 +862,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1616 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1616 - i32.store offset=4 i32.const 1616 i32.const 1616 call $~lib/string/String.__eq @@ -940,12 +874,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1648 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1648 - i32.store offset=4 i32.const 1648 i32.const 1648 call $~lib/string/String.__eq @@ -958,12 +886,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1680 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1680 - i32.store offset=4 i32.const 1680 i32.const 1680 call $~lib/string/String.__eq @@ -976,12 +898,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 1712 i32.const 1712 call $~lib/string/String.__eq @@ -994,12 +910,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1744 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1744 - i32.store offset=4 i32.const 1744 i32.const 1744 call $~lib/string/String.__eq @@ -1012,12 +922,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1776 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1776 - i32.store offset=4 i32.const 1776 i32.const 1776 call $~lib/string/String.__eq @@ -1030,12 +934,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 i32.const 1808 i32.const 1808 call $~lib/string/String.__eq @@ -1048,12 +946,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1840 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1840 - i32.store offset=4 i32.const 1840 i32.const 1840 call $~lib/string/String.__eq @@ -1066,12 +958,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1872 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1872 - i32.store offset=4 i32.const 1872 i32.const 1872 call $~lib/string/String.__eq @@ -1084,12 +970,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1904 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1904 - i32.store offset=4 i32.const 1904 i32.const 1904 call $~lib/string/String.__eq @@ -1102,12 +982,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1456 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1456 - i32.store offset=4 i32.const 1456 i32.const 1456 call $~lib/string/String.__eq @@ -1120,12 +994,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1376 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1376 - i32.store offset=4 i32.const 1376 i32.const 1376 call $~lib/string/String.__eq @@ -1139,7 +1007,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/class-overloading-cast.debug.wat b/tests/compiler/class-overloading-cast.debug.wat index 677c68b11c..d3b2c941ba 100644 --- a/tests/compiler/class-overloading-cast.debug.wat +++ b/tests/compiler/class-overloading-cast.debug.wat @@ -3074,16 +3074,13 @@ (func $start:class-overloading-cast (local $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store offset=8 memory.size i32.const 16 i32.shl @@ -3114,7 +3111,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 1 call $class-overloading-cast/A#foo@override @@ -3124,11 +3121,6 @@ i32.store local.get $0 i32.const 464 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3143,7 +3135,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 1 call $"class-overloading-cast/B#foo" @@ -3153,11 +3145,6 @@ i32.store local.get $0 i32.const 464 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3172,7 +3159,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 f64.const 1.1 call $class-overloading-cast/A#foo@override @@ -3182,11 +3169,6 @@ i32.store local.get $0 i32.const 464 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3204,14 +3186,9 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 576 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=12 - local.get $0 call $class-overloading-cast/A<~lib/string/String>#foo@override local.set $0 global.get $~lib/memory/__stack_pointer @@ -3219,11 +3196,6 @@ i32.store local.get $0 i32.const 432 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3238,14 +3210,9 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 576 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=12 - local.get $0 call $class-overloading-cast/A<~lib/string/String>#foo@override local.set $0 global.get $~lib/memory/__stack_pointer @@ -3253,11 +3220,6 @@ i32.store local.get $0 i32.const 432 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3273,7 +3235,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 f32.const 2.5 call $class-overloading-cast/D#bar @@ -3283,11 +3245,6 @@ i32.store local.get $0 i32.const 608 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3299,7 +3256,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/class-overloading-cast.release.wat b/tests/compiler/class-overloading-cast.release.wat index 8b131f6fab..855f1b9054 100644 --- a/tests/compiler/class-overloading-cast.release.wat +++ b/tests/compiler/class-overloading-cast.release.wat @@ -1678,7 +1678,7 @@ (local $1 i32) (local $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -1689,9 +1689,6 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store offset=8 memory.size i32.const 16 i32.shl @@ -1849,7 +1846,7 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading-cast/v local.tee $0 - i32.store offset=8 + i32.store offset=4 block $default block $case1 local.get $0 @@ -1876,9 +1873,6 @@ end local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1488 - i32.store offset=4 local.get $0 i32.const 1488 call $~lib/string/String.__eq @@ -1893,13 +1887,10 @@ end global.get $~lib/memory/__stack_pointer global.get $class-overloading-cast/v2 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1488 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1488 - i32.store offset=4 i32.const 1488 i32.const 1488 call $~lib/string/String.__eq @@ -1917,7 +1908,7 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading-cast/v3 local.tee $0 - i32.store offset=8 + i32.store offset=4 i32.const 1488 local.get $0 i32.const 8 @@ -1931,9 +1922,6 @@ end local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1488 - i32.store offset=4 local.get $0 i32.const 1488 call $~lib/string/String.__eq @@ -2009,10 +1997,7 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading-cast/c local.tee $0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1600 - i32.store offset=12 + i32.store offset=4 local.get $0 i32.const 8 i32.sub @@ -2021,9 +2006,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1456 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1456 - i32.store offset=4 i32.const 1456 i32.const 1456 call $~lib/string/String.__eq @@ -2039,10 +2021,7 @@ global.get $~lib/memory/__stack_pointer global.get $class-overloading-cast/c local.tee $0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1600 - i32.store offset=12 + i32.store offset=4 local.get $0 i32.const 8 i32.sub @@ -2051,9 +2030,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1456 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1456 - i32.store offset=4 i32.const 1456 i32.const 1456 call $~lib/string/String.__eq @@ -2156,13 +2132,10 @@ global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1632 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1632 - i32.store offset=4 i32.const 1632 i32.const 1632 call $~lib/string/String.__eq @@ -2176,7 +2149,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/class-overloading.debug.wat b/tests/compiler/class-overloading.debug.wat index d84b9f7cce..e922ed5a1d 100644 --- a/tests/compiler/class-overloading.debug.wat +++ b/tests/compiler/class-overloading.debug.wat @@ -3118,13 +3118,13 @@ (func $class-overloading/C#a (param $this i32) (param $a i32) (local $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $2 global.get $~lib/memory/__stack_pointer @@ -3140,11 +3140,6 @@ i32.store local.get $2 i32.const 496 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -3158,7 +3153,7 @@ i32.const 592 global.set $class-overloading/which global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -3431,13 +3426,13 @@ (func $start:class-overloading (local $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store memory.size i32.const 16 i32.shl @@ -3473,11 +3468,6 @@ i32.store local.get $0 i32.const 496 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3505,11 +3495,6 @@ i32.store local.get $0 i32.const 496 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3537,11 +3522,6 @@ i32.store local.get $0 i32.const 496 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3569,11 +3549,6 @@ i32.store local.get $0 i32.const 496 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3604,11 +3579,6 @@ i32.store local.get $0 i32.const 592 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3636,11 +3606,6 @@ i32.store local.get $0 i32.const 592 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3668,11 +3633,6 @@ i32.store local.get $0 i32.const 592 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3698,11 +3658,6 @@ i32.store local.get $0 i32.const 592 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3733,11 +3688,6 @@ i32.store local.get $0 i32.const 496 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3765,11 +3715,6 @@ i32.store local.get $0 i32.const 496 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3797,11 +3742,6 @@ i32.store local.get $0 i32.const 496 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3827,11 +3767,6 @@ i32.store local.get $0 i32.const 496 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3862,11 +3797,6 @@ i32.store local.get $0 i32.const 496 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3894,11 +3824,6 @@ i32.store local.get $0 i32.const 496 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3926,11 +3851,6 @@ i32.store local.get $0 i32.const 496 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3956,11 +3876,6 @@ i32.store local.get $0 i32.const 496 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3991,11 +3906,6 @@ i32.store local.get $0 i32.const 624 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4023,11 +3933,6 @@ i32.store local.get $0 i32.const 624 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4055,11 +3960,6 @@ i32.store local.get $0 i32.const 624 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4087,11 +3987,6 @@ i32.store local.get $0 i32.const 624 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4121,11 +4016,6 @@ i32.store local.get $0 i32.const 656 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4155,11 +4045,6 @@ i32.store local.get $0 i32.const 688 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4192,7 +4077,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/class-overloading.release.wat b/tests/compiler/class-overloading.release.wat index 777b8bf3cc..540c8b0e03 100644 --- a/tests/compiler/class-overloading.release.wat +++ b/tests/compiler/class-overloading.release.wat @@ -1770,7 +1770,7 @@ ) (func $class-overloading/C#a (param $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -1785,8 +1785,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -1795,9 +1795,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1520 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1520 - i32.store offset=4 i32.const 1520 i32.const 1520 call $~lib/string/String.__eq @@ -1813,7 +1810,7 @@ i32.const 1616 global.set $class-overloading/which global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -1905,7 +1902,7 @@ (local $0 i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner1 @@ -1914,8 +1911,8 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store memory.size i32.const 16 i32.shl @@ -1961,9 +1958,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1520 - i32.store offset=4 local.get $0 i32.const 1520 call $~lib/string/String.__eq @@ -2014,9 +2008,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1520 - i32.store offset=4 local.get $0 i32.const 1520 call $~lib/string/String.__eq @@ -2067,9 +2058,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1520 - i32.store offset=4 local.get $0 i32.const 1520 call $~lib/string/String.__eq @@ -2120,9 +2108,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1520 - i32.store offset=4 local.get $0 i32.const 1520 call $~lib/string/String.__eq @@ -2177,9 +2162,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1616 - i32.store offset=4 local.get $0 i32.const 1616 call $~lib/string/String.__eq @@ -2202,9 +2184,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1616 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1616 - i32.store offset=4 i32.const 1616 i32.const 1616 call $~lib/string/String.__eq @@ -2227,9 +2206,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1616 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1616 - i32.store offset=4 i32.const 1616 i32.const 1616 call $~lib/string/String.__eq @@ -2250,9 +2226,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1616 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1616 - i32.store offset=4 i32.const 1616 i32.const 1616 call $~lib/string/String.__eq @@ -2280,9 +2253,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1520 - i32.store offset=4 local.get $0 i32.const 1520 call $~lib/string/String.__eq @@ -2333,9 +2303,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1520 - i32.store offset=4 local.get $0 i32.const 1520 call $~lib/string/String.__eq @@ -2386,9 +2353,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1520 - i32.store offset=4 local.get $0 i32.const 1520 call $~lib/string/String.__eq @@ -2437,9 +2401,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1520 - i32.store offset=4 local.get $0 i32.const 1520 call $~lib/string/String.__eq @@ -2467,9 +2428,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1520 - i32.store offset=4 local.get $0 i32.const 1520 call $~lib/string/String.__eq @@ -2520,9 +2478,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1520 - i32.store offset=4 local.get $0 i32.const 1520 call $~lib/string/String.__eq @@ -2573,9 +2528,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1520 - i32.store offset=4 local.get $0 i32.const 1520 call $~lib/string/String.__eq @@ -2624,9 +2576,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1520 - i32.store offset=4 local.get $0 i32.const 1520 call $~lib/string/String.__eq @@ -2681,9 +2630,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1648 - i32.store offset=4 local.get $0 i32.const 1648 call $~lib/string/String.__eq @@ -2734,9 +2680,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1648 - i32.store offset=4 local.get $0 i32.const 1648 call $~lib/string/String.__eq @@ -2787,9 +2730,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1648 - i32.store offset=4 local.get $0 i32.const 1648 call $~lib/string/String.__eq @@ -2840,9 +2780,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1648 - i32.store offset=4 local.get $0 i32.const 1648 call $~lib/string/String.__eq @@ -2922,9 +2859,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1680 - i32.store offset=4 local.get $0 i32.const 1680 call $~lib/string/String.__eq @@ -3004,9 +2938,6 @@ global.get $class-overloading/which local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -3209,7 +3140,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/field-initialization.debug.wat b/tests/compiler/field-initialization.debug.wat index 9966c1244e..acb835fa02 100644 --- a/tests/compiler/field-initialization.debug.wat +++ b/tests/compiler/field-initialization.debug.wat @@ -4112,13 +4112,13 @@ (local $33 i32) (local $34 i32) global.get $~lib/memory/__stack_pointer - i32.const 148 + i32.const 144 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 148 + i32.const 144 memory.fill memory.size i32.const 16 @@ -4647,11 +4647,6 @@ i32.store offset=4 local.get $34 i32.const 624 - local.set $34 - global.get $~lib/memory/__stack_pointer - local.get $34 - i32.store offset=80 - local.get $34 call $field-initialization/SomeObject#set:b local.get $21 i32.const 0 @@ -4681,7 +4676,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store offset=100 + i32.store offset=80 local.get $34 call $field-initialization/SomeObject#get:b local.set $34 @@ -4690,11 +4685,6 @@ i32.store offset=4 local.get $34 i32.const 624 - local.set $34 - global.get $~lib/memory/__stack_pointer - local.get $34 - i32.store offset=80 - local.get $34 call $~lib/string/String.__eq i32.eqz if @@ -4710,7 +4700,7 @@ i32.const 0 call $field-initialization/SomeObject#constructor local.tee $23 - i32.store offset=104 + i32.store offset=100 local.get $23 local.set $34 global.get $~lib/memory/__stack_pointer @@ -4726,15 +4716,10 @@ i32.store offset=4 local.get $34 i32.const 656 - local.set $34 - global.get $~lib/memory/__stack_pointer - local.get $34 - i32.store offset=80 - local.get $34 call $field-initialization/SomeObject#set:b local.get $23 local.tee $24 - i32.store offset=108 + i32.store offset=104 local.get $24 local.set $34 global.get $~lib/memory/__stack_pointer @@ -4757,7 +4742,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store offset=100 + i32.store offset=80 local.get $34 call $field-initialization/SomeObject#get:b local.set $34 @@ -4766,11 +4751,6 @@ i32.store offset=4 local.get $34 i32.const 656 - local.set $34 - global.get $~lib/memory/__stack_pointer - local.get $34 - i32.store offset=80 - local.get $34 call $~lib/string/String.__eq i32.eqz if @@ -4786,7 +4766,7 @@ i32.const 0 call $field-initialization/SomeOtherObject#constructor local.tee $25 - i32.store offset=112 + i32.store offset=108 local.get $25 local.set $34 global.get $~lib/memory/__stack_pointer @@ -4794,11 +4774,6 @@ i32.store offset=4 local.get $34 i32.const 688 - local.set $34 - global.get $~lib/memory/__stack_pointer - local.get $34 - i32.store offset=80 - local.get $34 call $field-initialization/SomeOtherObject#set:c local.get $25 i32.const 0 @@ -4808,7 +4783,7 @@ i32.store offset=4 local.get $25 local.tee $26 - i32.store offset=116 + i32.store offset=112 local.get $26 local.set $34 global.get $~lib/memory/__stack_pointer @@ -4854,7 +4829,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store offset=100 + i32.store offset=80 local.get $34 call $field-initialization/SomeOtherObject#get:c local.set $34 @@ -4863,11 +4838,6 @@ i32.store offset=4 local.get $34 i32.const 688 - local.set $34 - global.get $~lib/memory/__stack_pointer - local.get $34 - i32.store offset=80 - local.get $34 call $~lib/string/String.__eq i32.eqz if @@ -4883,7 +4853,7 @@ i32.const 0 call $field-initialization/SomeOtherObject#constructor local.tee $27 - i32.store offset=120 + i32.store offset=116 local.get $27 local.set $34 global.get $~lib/memory/__stack_pointer @@ -4899,11 +4869,6 @@ i32.store offset=4 local.get $34 i32.const 720 - local.set $34 - global.get $~lib/memory/__stack_pointer - local.get $34 - i32.store offset=80 - local.get $34 call $field-initialization/SomeObject#set:b local.get $27 local.set $34 @@ -4912,15 +4877,10 @@ i32.store offset=4 local.get $34 i32.const 752 - local.set $34 - global.get $~lib/memory/__stack_pointer - local.get $34 - i32.store offset=80 - local.get $34 call $field-initialization/SomeOtherObject#set:c local.get $27 local.tee $28 - i32.store offset=124 + i32.store offset=120 local.get $28 local.set $34 global.get $~lib/memory/__stack_pointer @@ -4943,7 +4903,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store offset=100 + i32.store offset=80 local.get $34 call $field-initialization/SomeObject#get:b local.set $34 @@ -4952,11 +4912,6 @@ i32.store offset=4 local.get $34 i32.const 720 - local.set $34 - global.get $~lib/memory/__stack_pointer - local.get $34 - i32.store offset=80 - local.get $34 call $~lib/string/String.__eq i32.eqz if @@ -4971,7 +4926,7 @@ local.set $34 global.get $~lib/memory/__stack_pointer local.get $34 - i32.store offset=100 + i32.store offset=80 local.get $34 call $field-initialization/SomeOtherObject#get:c local.set $34 @@ -4980,11 +4935,6 @@ i32.store offset=4 local.get $34 i32.const 752 - local.set $34 - global.get $~lib/memory/__stack_pointer - local.get $34 - i32.store offset=80 - local.get $34 call $~lib/string/String.__eq i32.eqz if @@ -5000,7 +4950,7 @@ i32.const 1 call $field-initialization/Flow_Balanced#constructor local.tee $29 - i32.store offset=128 + i32.store offset=124 local.get $29 local.set $34 global.get $~lib/memory/__stack_pointer @@ -5030,7 +4980,7 @@ i32.const 24 call $~lib/rt/itcms/__new local.tee $30 - i32.store offset=132 + i32.store offset=128 end local.get $30 local.set $34 @@ -5049,7 +4999,7 @@ call $field-initialization/Ref_Init_InlineCtor#set:a local.get $30 local.tee $31 - i32.store offset=136 + i32.store offset=132 local.get $31 local.set $34 global.get $~lib/memory/__stack_pointer @@ -5079,7 +5029,7 @@ i32.const 25 call $~lib/rt/itcms/__new local.tee $32 - i32.store offset=140 + i32.store offset=136 end local.get $32 local.set $34 @@ -5106,7 +5056,7 @@ call $field-initialization/Ref_InlineCtor_Init#set:a local.get $32 local.tee $33 - i32.store offset=144 + i32.store offset=140 local.get $33 local.set $34 global.get $~lib/memory/__stack_pointer @@ -5126,7 +5076,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 148 + i32.const 144 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/field-initialization.release.wat b/tests/compiler/field-initialization.release.wat index 8d91dd1b64..c5911e7208 100644 --- a/tests/compiler/field-initialization.release.wat +++ b/tests/compiler/field-initialization.release.wat @@ -1990,7 +1990,7 @@ (local $1 i32) (local $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 148 + i32.const 144 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -2000,7 +2000,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 148 + i32.const 144 memory.fill memory.size i32.const 16 @@ -3002,9 +3002,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1648 - i32.store offset=80 local.get $1 i32.const 1648 i32.store offset=4 @@ -3031,15 +3028,12 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=100 + i32.store offset=80 global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=4 local.tee $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1648 - i32.store offset=80 local.get $0 i32.const 1648 call $~lib/string/String.__eq @@ -3057,7 +3051,7 @@ i32.const 0 call $field-initialization/SomeObject#constructor local.tee $1 - i32.store offset=104 + i32.store offset=100 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -3067,9 +3061,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1680 - i32.store offset=80 local.get $1 i32.const 1680 i32.store offset=4 @@ -3077,7 +3068,7 @@ i32.const 1680 call $~lib/rt/itcms/__link local.get $1 - i32.store offset=108 + i32.store offset=104 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -3095,15 +3086,12 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=100 + i32.store offset=80 global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=4 local.tee $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1680 - i32.store offset=80 local.get $0 i32.const 1680 call $~lib/string/String.__eq @@ -3120,13 +3108,10 @@ global.get $~lib/memory/__stack_pointer call $field-initialization/SomeOtherObject#constructor local.tee $1 - i32.store offset=112 + i32.store offset=108 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=80 local.get $1 i32.const 1712 i32.store offset=8 @@ -3140,7 +3125,7 @@ i32.const 0 i32.store offset=4 local.get $1 - i32.store offset=116 + i32.store offset=112 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -3176,15 +3161,12 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=100 + i32.store offset=80 global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=8 local.tee $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=80 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -3201,7 +3183,7 @@ global.get $~lib/memory/__stack_pointer call $field-initialization/SomeOtherObject#constructor local.tee $1 - i32.store offset=120 + i32.store offset=116 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -3211,9 +3193,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1744 - i32.store offset=80 local.get $1 i32.const 1744 i32.store offset=4 @@ -3223,9 +3202,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1776 - i32.store offset=80 local.get $1 i32.const 1776 i32.store offset=8 @@ -3233,7 +3209,7 @@ i32.const 1776 call $~lib/rt/itcms/__link local.get $1 - i32.store offset=124 + i32.store offset=120 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -3251,15 +3227,12 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=100 + i32.store offset=80 global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=4 local.tee $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1744 - i32.store offset=80 local.get $0 i32.const 1744 call $~lib/string/String.__eq @@ -3274,15 +3247,12 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=100 + i32.store offset=80 global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=8 local.tee $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1776 - i32.store offset=80 local.get $0 i32.const 1776 call $~lib/string/String.__eq @@ -3344,7 +3314,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $1 - i32.store offset=128 + i32.store offset=124 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -3365,7 +3335,7 @@ i32.const 24 call $~lib/rt/itcms/__new local.tee $1 - i32.store offset=132 + i32.store offset=128 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -3381,7 +3351,7 @@ local.get $2 call $~lib/rt/itcms/__link local.get $1 - i32.store offset=136 + i32.store offset=132 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -3402,7 +3372,7 @@ i32.const 25 call $~lib/rt/itcms/__new local.tee $1 - i32.store offset=140 + i32.store offset=136 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -3427,7 +3397,7 @@ local.get $2 call $~lib/rt/itcms/__link local.get $1 - i32.store offset=144 + i32.store offset=140 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 @@ -3443,7 +3413,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 148 + i32.const 144 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/issues/1095.debug.wat b/tests/compiler/issues/1095.debug.wat index 14796c217b..9acf0935c0 100644 --- a/tests/compiler/issues/1095.debug.wat +++ b/tests/compiler/issues/1095.debug.wat @@ -2406,16 +2406,13 @@ (func $issues/1095/Foo#constructor (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 local.get $this i32.eqz if @@ -2443,16 +2440,11 @@ i32.store offset=4 local.get $1 i32.const 432 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $issues/1095/Foo#set:bar local.get $this local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 diff --git a/tests/compiler/issues/1095.release.wat b/tests/compiler/issues/1095.release.wat index 05e4b9ab36..14500886a4 100644 --- a/tests/compiler/issues/1095.release.wat +++ b/tests/compiler/issues/1095.release.wat @@ -1664,7 +1664,7 @@ i32.const 1344 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -1675,9 +1675,6 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 4 call $~lib/rt/itcms/__new @@ -1717,14 +1714,11 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1456 - i32.store offset=8 local.get $0 i32.const 1456 call $issues/1095/Foo#set:bar global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/issues/1714.debug.wat b/tests/compiler/issues/1714.debug.wat index acce532285..a99a595629 100644 --- a/tests/compiler/issues/1714.debug.wat +++ b/tests/compiler/issues/1714.debug.wat @@ -276,13 +276,13 @@ (func $start:issues/1714 (local $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store call $"issues/1714/foo" i32.const 0 i32.eq @@ -302,11 +302,6 @@ i32.store local.get $0 i32.const 80 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -318,7 +313,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/issues/1714.release.wat b/tests/compiler/issues/1714.release.wat index 36448f1d18..5fc4c4ca7e 100644 --- a/tests/compiler/issues/1714.release.wat +++ b/tests/compiler/issues/1714.release.wat @@ -12,7 +12,7 @@ (start $~start) (func $~start global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -21,14 +21,11 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer - i32.const 1104 + i32.const 0 i32.store global.get $~lib/memory/__stack_pointer i32.const 1104 - i32.store offset=4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -45,7 +42,7 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/issues/2166.debug.wat b/tests/compiler/issues/2166.debug.wat index 701aad2877..48b86fe01b 100644 --- a/tests/compiler/issues/2166.debug.wat +++ b/tests/compiler/issues/2166.debug.wat @@ -2365,6 +2365,46 @@ i32.const 0 return ) + (func $issues/2166/Test2166Ref1<~lib/string/String>#fn (param $this i32) (param $a1 i32) (param $a2 i32) + i32.const 464 + i32.const 464 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 496 + i32.const 9 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + i32.const 544 + i32.const 544 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 496 + i32.const 10 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + ) + (func $issues/2166/Test2166Ref2#bar<~lib/string/String> (param $this i32) (param $i i32) + i32.const 464 + i32.const 464 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 496 + i32.const 22 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) i32.const 224 @@ -2567,70 +2607,11 @@ local.get $3 return ) - (func $issues/2166/Test2166Ref1<~lib/string/String>#fn (param $this i32) (param $a1 i32) (param $a2 i32) - (local $3 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - call $~stack_check - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - i32.const 464 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store - local.get $3 - i32.const 464 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=4 - local.get $3 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 496 - i32.const 9 - i32.const 5 - call $~lib/builtins/abort - unreachable - end - i32.const 544 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store - local.get $3 - i32.const 544 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=4 - local.get $3 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 496 - i32.const 10 - i32.const 5 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - ) (func $issues/2166/testfunc2166 (local $a i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -2639,9 +2620,6 @@ i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 0 call $issues/2166/Test2166Ref1<~lib/string/String>#constructor local.tee $a i32.store @@ -2652,104 +2630,9 @@ i32.store offset=4 local.get $1 i32.const 432 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 i32.const 1 call $issues/2166/Test2166Ref1<~lib/string/String>#fn global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - ) - (func $issues/2166/Test2166Ref2#constructor (param $this i32) (result i32) - (local $1 i32) - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - call $~stack_check - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 - local.get $this - i32.eqz - if - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.const 5 - call $~lib/rt/itcms/__new - local.tee $this - i32.store - end - i32.const 544 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 - i32.const 544 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 496 - i32.const 18 - i32.const 5 - call $~lib/builtins/abort - unreachable - end - local.get $this - local.set $1 - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $1 - ) - (func $issues/2166/Test2166Ref2#bar<~lib/string/String> (param $this i32) (param $i i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - call $~stack_check - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - i32.const 464 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store - local.get $2 - i32.const 464 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 496 - i32.const 22 - i32.const 5 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer i32.const 8 i32.add global.set $~lib/memory/__stack_pointer @@ -2757,13 +2640,13 @@ (func $start:issues/2166 (local $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store memory.size i32.const 16 i32.shl @@ -2790,14 +2673,9 @@ i32.store local.get $0 i32.const 576 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $issues/2166/Test2166Ref2#bar<~lib/string/String> global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -2829,4 +2707,44 @@ global.set $~lib/memory/__stack_pointer local.get $1 ) + (func $issues/2166/Test2166Ref2#constructor (param $this i32) (result i32) + (local $1 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + local.get $this + i32.eqz + if + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.const 5 + call $~lib/rt/itcms/__new + local.tee $this + i32.store + end + i32.const 544 + i32.const 544 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 496 + i32.const 18 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + local.get $this + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $1 + ) ) diff --git a/tests/compiler/issues/2166.release.wat b/tests/compiler/issues/2166.release.wat index 1d28375ece..959b426ae6 100644 --- a/tests/compiler/issues/2166.release.wat +++ b/tests/compiler/issues/2166.release.wat @@ -126,7 +126,7 @@ local.get $0 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$123 + block $__inlined_func$~lib/rt/itcms/Object#unlink$122 local.get $1 i32.load offset=4 i32.const -4 @@ -150,7 +150,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$123 + br $__inlined_func$~lib/rt/itcms/Object#unlink$122 end local.get $1 i32.load offset=8 @@ -1412,7 +1412,7 @@ (local $1 i32) (local $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -1421,8 +1421,8 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store memory.size i32.const 16 i32.shl @@ -1456,7 +1456,7 @@ i32.const 1344 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -1467,9 +1467,6 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -1525,26 +1522,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1456 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1660 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer - i32.const 1488 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1488 - i32.store offset=4 i32.const 1488 i32.const 1488 call $~lib/string/String.__eq @@ -1557,12 +1534,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1568 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1568 - i32.store offset=4 i32.const 1568 i32.const 1568 call $~lib/string/String.__eq @@ -1580,11 +1551,7 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -1592,22 +1559,13 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store offset=8 + i32.store global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/rt/itcms/__new local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1568 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1568 - i32.store offset=8 i32.const 1568 i32.const 1568 call $~lib/string/String.__eq @@ -1621,32 +1579,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1600 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1660 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer - i32.const 1488 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1488 - i32.store offset=4 i32.const 1488 i32.const 1488 call $~lib/string/String.__eq @@ -1660,11 +1598,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/issues/2873.debug.wat b/tests/compiler/issues/2873.debug.wat index d33ceba234..6e59a0ad5a 100644 --- a/tests/compiler/issues/2873.debug.wat +++ b/tests/compiler/issues/2873.debug.wat @@ -4961,16 +4961,13 @@ (local $1 i32) (local $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store offset=8 memory.size i32.const 16 i32.shl @@ -4997,11 +4994,6 @@ i32.store local.get $2 i32.const 1968 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5021,11 +5013,6 @@ i32.store local.get $2 i32.const 1968 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5040,14 +5027,9 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=8 + i32.store offset=4 local.get $2 i32.const 2160 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=12 - local.get $2 call $~lib/array/Array#join local.set $2 global.get $~lib/memory/__stack_pointer @@ -5055,11 +5037,6 @@ i32.store local.get $2 i32.const 2192 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5074,14 +5051,9 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=8 + i32.store offset=4 local.get $2 i32.const 2160 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=12 - local.get $2 call $~lib/array/Array#join local.set $2 global.get $~lib/memory/__stack_pointer @@ -5089,11 +5061,6 @@ i32.store local.get $2 i32.const 2192 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5105,7 +5072,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/issues/2873.release.wat b/tests/compiler/issues/2873.release.wat index 6b6cd33c92..72b243e83c 100644 --- a/tests/compiler/issues/2873.release.wat +++ b/tests/compiler/issues/2873.release.wat @@ -2963,7 +2963,7 @@ (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -2974,9 +2974,6 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store offset=8 memory.size i32.const 16 i32.shl @@ -3015,9 +3012,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2992 - i32.store offset=4 local.get $1 i32.const 2992 call $~lib/string/String.__eq @@ -3036,9 +3030,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2992 - i32.store offset=4 local.get $1 i32.const 2992 call $~lib/string/String.__eq @@ -3053,10 +3044,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3104 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 3184 - i32.store offset=12 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3231,9 +3219,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3216 - i32.store offset=4 local.get $1 i32.const 3216 call $~lib/string/String.__eq @@ -3248,10 +3233,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 3312 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 3184 - i32.store offset=12 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -3430,9 +3412,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3216 - i32.store offset=4 local.get $1 i32.const 3216 call $~lib/string/String.__eq @@ -3446,7 +3425,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/object-literal.debug.wat b/tests/compiler/object-literal.debug.wat index b7d7b949ca..f5a5c6902a 100644 --- a/tests/compiler/object-literal.debug.wat +++ b/tests/compiler/object-literal.debug.wat @@ -3117,16 +3117,13 @@ (func $object-literal/testManaged (param $managed i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 local.get $managed local.set $1 global.get $~lib/memory/__stack_pointer @@ -3149,7 +3146,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=8 + i32.store offset=4 local.get $1 call $object-literal/Managed#get:baz local.set $1 @@ -3158,11 +3155,6 @@ i32.store local.get $1 i32.const 32 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -3174,7 +3166,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) @@ -3330,13 +3322,13 @@ (func $object-literal/testUnmanaged (param $unmanaged i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $unmanaged call $object-literal/Unmanaged#get:bar i32.const 123 @@ -3358,11 +3350,6 @@ i32.store local.get $1 i32.const 576 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -3376,7 +3363,7 @@ local.get $unmanaged call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -3870,16 +3857,13 @@ (func $object-literal/testMixedOmitted (param $omitted i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 local.get $omitted local.set $1 global.get $~lib/memory/__stack_pointer @@ -3902,7 +3886,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=8 + i32.store offset=4 local.get $1 call $object-literal/MixedOmitted#get:complexType local.set $1 @@ -3911,11 +3895,6 @@ i32.store local.get $1 i32.const 608 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -3945,23 +3924,20 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) (func $object-literal/OmittedFoo#constructor (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 local.get $this i32.eqz if @@ -3989,11 +3965,6 @@ i32.store offset=4 local.get $1 i32.const 640 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $object-literal/OmittedFoo#set:bar local.get $this local.set $1 @@ -4002,11 +3973,6 @@ i32.store offset=4 local.get $1 i32.const 672 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $object-literal/OmittedFoo#set:baz local.get $this local.set $1 @@ -4075,7 +4041,7 @@ local.get $this local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -4083,21 +4049,18 @@ (func $object-literal/testOmittedFoo (param $foo i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 local.get $foo local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=8 + i32.store offset=4 local.get $1 call $object-literal/OmittedFoo#get:bar local.set $1 @@ -4106,11 +4069,6 @@ i32.store local.get $1 i32.const 640 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -4125,7 +4083,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=8 + i32.store offset=4 local.get $1 call $object-literal/OmittedFoo#get:baz local.set $1 @@ -4134,11 +4092,6 @@ i32.store local.get $1 i32.const 672 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -4324,7 +4277,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) @@ -4336,13 +4289,13 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 24 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 28 + i32.const 24 memory.fill i32.const 128 call $~lib/rt/itcms/initLazy @@ -4381,11 +4334,6 @@ i32.store offset=8 local.get $5 i32.const 32 - local.set $5 - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store offset=12 - local.get $5 call $object-literal/Managed#set:baz local.get $0 local.set $5 @@ -4402,11 +4350,6 @@ call $object-literal/Unmanaged#set:bar local.get $1 i32.const 32 - local.set $5 - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store offset=8 - local.get $5 i32.const 0 i32.const 5 call $~lib/string/String#substring @@ -4422,7 +4365,7 @@ i32.const 0 call $object-literal/OmittedTypes#constructor local.tee $2 - i32.store offset=16 + i32.store offset=12 local.get $2 i32.const 0 i32.store @@ -4476,7 +4419,7 @@ i32.const 0 call $object-literal/MixedOmitted#constructor local.tee $3 - i32.store offset=20 + i32.store offset=16 local.get $3 local.set $5 global.get $~lib/memory/__stack_pointer @@ -4492,11 +4435,6 @@ i32.store offset=8 local.get $5 i32.const 608 - local.set $5 - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store offset=12 - local.get $5 call $object-literal/MixedOmitted#set:complexType local.get $3 f64.const 0 @@ -4512,7 +4450,7 @@ i32.const 0 call $object-literal/OmittedFoo#constructor local.tee $4 - i32.store offset=24 + i32.store offset=20 local.get $4 i32.const 0 i32.store offset=8 @@ -4545,7 +4483,7 @@ global.set $~lib/memory/__stack_pointer call $~lib/rt/itcms/__collect global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/object-literal.release.wat b/tests/compiler/object-literal.release.wat index 1ce89a0e76..9070d20967 100644 --- a/tests/compiler/object-literal.release.wat +++ b/tests/compiler/object-literal.release.wat @@ -2054,7 +2054,7 @@ (func $object-literal/testOmittedFoo (param $0 i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -2072,19 +2072,13 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 i32.load local.tee $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1664 - i32.store offset=4 local.get $1 i32.const 1664 call $~lib/string/String.__eq @@ -2099,15 +2093,12 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 i32.load offset=4 local.tee $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1696 - i32.store offset=4 local.get $1 i32.const 1696 call $~lib/string/String.__eq @@ -2269,7 +2260,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) @@ -2280,7 +2271,7 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 24 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner1 @@ -2290,7 +2281,7 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 28 + i32.const 24 memory.fill i32.const 1156 i32.const 1152 @@ -2380,9 +2371,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=12 local.get $1 i32.const 1056 i32.store offset=4 @@ -2393,7 +2381,7 @@ local.get $1 i32.store global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -2404,9 +2392,6 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -2423,15 +2408,12 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=4 local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 local.get $0 i32.const 1056 call $~lib/string/String.__eq @@ -2445,7 +2427,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/rt/tlsf/ROOT @@ -2468,9 +2450,6 @@ i32.const 123 i32.store global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -2567,7 +2546,7 @@ local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -2575,8 +2554,8 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $1 i32.load i32.const 123 @@ -2594,9 +2573,6 @@ i32.load offset=4 local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1600 - i32.store offset=4 local.get $0 i32.const 1600 call $~lib/string/String.__eq @@ -2612,7 +2588,7 @@ local.get $1 call $~lib/rt/tlsf/__free global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -2730,7 +2706,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $0 - i32.store offset=16 + i32.store offset=12 local.get $0 i32.const 0 i32.store @@ -2830,7 +2806,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $1 - i32.store offset=20 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 @@ -2840,9 +2816,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1632 - i32.store offset=12 local.get $1 i32.const 1632 i32.store offset=4 @@ -2856,7 +2829,7 @@ local.get $1 i32.store global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -2867,9 +2840,6 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer local.get $1 i32.store local.get $1 @@ -2884,15 +2854,12 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $1 i32.load offset=4 local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1632 - i32.store offset=4 local.get $0 i32.const 1632 call $~lib/string/String.__eq @@ -2921,12 +2888,12 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -2937,9 +2904,6 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer i32.const 40 i32.const 7 call $~lib/rt/itcms/__new @@ -2956,9 +2920,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1664 - i32.store offset=8 local.get $0 i32.const 1664 i32.store @@ -2968,9 +2929,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1696 - i32.store offset=8 local.get $0 i32.const 1696 i32.store offset=4 @@ -3044,11 +3002,11 @@ i32.const -1 i32.store offset=36 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $0 - i32.store offset=24 + i32.store offset=20 local.get $0 i32.const 0 i32.store offset=8 @@ -3111,7 +3069,7 @@ i32.add global.set $~lib/rt/itcms/threshold global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 24 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/resolve-binary.debug.wat b/tests/compiler/resolve-binary.debug.wat index 85528b7fcc..86ec23b334 100644 --- a/tests/compiler/resolve-binary.debug.wat +++ b/tests/compiler/resolve-binary.debug.wat @@ -5875,14 +5875,16 @@ (func $start:resolve-binary (local $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.const 20 - memory.fill + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 i32.const 1 i32.const 2 i32.lt_s @@ -5894,11 +5896,6 @@ i32.store local.get $0 i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -5920,11 +5917,6 @@ i32.store local.get $0 i32.const 64 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -5946,11 +5938,6 @@ i32.store local.get $0 i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -5972,11 +5959,6 @@ i32.store local.get $0 i32.const 64 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -5998,11 +5980,6 @@ i32.store local.get $0 i32.const 64 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6024,11 +6001,6 @@ i32.store local.get $0 i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6067,11 +6039,6 @@ i32.store local.get $0 i32.const 2336 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6095,11 +6062,6 @@ i32.store local.get $0 i32.const 2368 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6123,11 +6085,6 @@ i32.store local.get $0 i32.const 2336 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6151,11 +6108,6 @@ i32.store local.get $0 i32.const 2368 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6181,11 +6133,6 @@ i32.store local.get $0 i32.const 9696 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6211,11 +6158,6 @@ i32.store local.get $0 i32.const 2368 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6239,11 +6181,6 @@ i32.store local.get $0 i32.const 2368 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6267,11 +6204,6 @@ i32.store local.get $0 i32.const 9728 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6295,11 +6227,6 @@ i32.store local.get $0 i32.const 2368 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6323,11 +6250,6 @@ i32.store local.get $0 i32.const 2336 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6351,11 +6273,6 @@ i32.store local.get $0 i32.const 2336 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6379,11 +6296,6 @@ i32.store local.get $0 i32.const 9760 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6407,11 +6319,6 @@ i32.store local.get $0 i32.const 2336 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6433,11 +6340,6 @@ i32.store local.get $0 i32.const 9760 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6459,11 +6361,6 @@ i32.store local.get $0 i32.const 9792 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6485,11 +6382,6 @@ i32.store local.get $0 i32.const 2368 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6511,11 +6403,6 @@ i32.store local.get $0 i32.const 2368 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6537,11 +6424,6 @@ i32.store local.get $0 i32.const 2336 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6563,11 +6445,6 @@ i32.store local.get $0 i32.const 9728 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6589,11 +6466,6 @@ i32.store local.get $0 i32.const 9696 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6615,11 +6487,6 @@ i32.store local.get $0 i32.const 9696 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6641,11 +6508,6 @@ i32.store local.get $0 i32.const 9728 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6667,11 +6529,6 @@ i32.store local.get $0 i32.const 2336 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6693,11 +6550,6 @@ i32.store local.get $0 i32.const 9760 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6719,11 +6571,6 @@ i32.store local.get $0 i32.const 2336 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6745,11 +6592,6 @@ i32.store local.get $0 i32.const 9760 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6771,11 +6613,6 @@ i32.store local.get $0 i32.const 2368 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6800,11 +6637,6 @@ i32.store local.get $0 i32.const 2368 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6829,11 +6661,6 @@ i32.store local.get $0 i32.const 352 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6858,11 +6685,6 @@ i32.store local.get $0 i32.const 2336 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6887,11 +6709,6 @@ i32.store local.get $0 i32.const 2368 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6909,19 +6726,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=16 + i32.store offset=12 local.get $0 call $resolve-binary/Foo#lt local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 call $~lib/string/String#toString local.set $0 @@ -6930,11 +6747,6 @@ i32.store local.get $0 i32.const 9824 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6949,19 +6761,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=16 + i32.store offset=12 local.get $0 call $resolve-binary/Foo#gt local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 call $~lib/string/String#toString local.set $0 @@ -6970,11 +6782,6 @@ i32.store local.get $0 i32.const 9856 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -6989,19 +6796,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=16 + i32.store offset=12 local.get $0 call $resolve-binary/Foo#le local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 call $~lib/string/String#toString local.set $0 @@ -7010,11 +6817,6 @@ i32.store local.get $0 i32.const 9888 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -7029,19 +6831,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=16 + i32.store offset=12 local.get $0 call $resolve-binary/Foo#ge local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 call $~lib/string/String#toString local.set $0 @@ -7050,11 +6852,6 @@ i32.store local.get $0 i32.const 9920 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -7069,19 +6866,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=16 + i32.store offset=12 local.get $0 call $resolve-binary/Foo#eq local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 call $~lib/string/String#toString local.set $0 @@ -7090,11 +6887,6 @@ i32.store local.get $0 i32.const 9952 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -7109,19 +6901,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=16 + i32.store offset=12 local.get $0 call $resolve-binary/Foo#ne local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 call $~lib/string/String#toString local.set $0 @@ -7130,11 +6922,6 @@ i32.store local.get $0 i32.const 9984 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -7149,19 +6936,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=16 + i32.store offset=12 local.get $0 call $resolve-binary/Foo#add local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 call $~lib/string/String#toString local.set $0 @@ -7170,11 +6957,6 @@ i32.store local.get $0 i32.const 10016 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -7189,19 +6971,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=16 + i32.store offset=12 local.get $0 call $resolve-binary/Foo.sub local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 call $~lib/string/String#toString local.set $0 @@ -7210,11 +6992,6 @@ i32.store local.get $0 i32.const 10048 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -7229,19 +7006,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=16 + i32.store offset=12 local.get $0 call $resolve-binary/Foo#mul local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 call $~lib/string/String#toString local.set $0 @@ -7250,11 +7027,6 @@ i32.store local.get $0 i32.const 10080 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -7269,19 +7041,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=16 + i32.store offset=12 local.get $0 call $resolve-binary/Foo#div local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 call $~lib/string/String#toString local.set $0 @@ -7290,11 +7062,6 @@ i32.store local.get $0 i32.const 10112 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -7309,19 +7076,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=16 + i32.store offset=12 local.get $0 call $resolve-binary/Foo#rem local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 call $~lib/string/String#toString local.set $0 @@ -7330,11 +7097,6 @@ i32.store local.get $0 i32.const 10144 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -7349,19 +7111,19 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 global.get $resolve-binary/foo local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=16 + i32.store offset=12 local.get $0 call $resolve-binary/Foo#pow local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 call $~lib/string/String#toString local.set $0 @@ -7370,11 +7132,6 @@ i32.store local.get $0 i32.const 10176 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -7515,7 +7272,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/resolve-binary.release.wat b/tests/compiler/resolve-binary.release.wat index 30919db575..072017c8a7 100644 --- a/tests/compiler/resolve-binary.release.wat +++ b/tests/compiler/resolve-binary.release.wat @@ -3113,7 +3113,7 @@ (func $start:resolve-binary (local $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -3122,15 +3122,14 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.const 20 - memory.fill + i64.const 0 + i64.store global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store + i64.const 0 + i64.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store offset=4 + i32.store i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -3146,9 +3145,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1088 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1088 - i32.store offset=4 i32.const 1088 i32.const 1088 call $~lib/string/String.__eq @@ -3164,9 +3160,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -3182,9 +3175,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1088 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1088 - i32.store offset=4 i32.const 1088 i32.const 1088 call $~lib/string/String.__eq @@ -3200,9 +3190,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1088 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1088 - i32.store offset=4 i32.const 1088 i32.const 1088 call $~lib/string/String.__eq @@ -3218,9 +3205,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -3273,9 +3257,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3360 - i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3298,9 +3279,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3323,9 +3301,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3360 - i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3348,9 +3323,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3368,9 +3340,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 10720 - i32.store offset=4 local.get $0 i32.const 10720 call $~lib/string/String.__eq @@ -3393,9 +3362,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3418,9 +3384,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3443,9 +3406,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 10752 - i32.store offset=4 local.get $0 i32.const 10752 call $~lib/string/String.__eq @@ -3468,9 +3428,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3493,9 +3450,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3360 - i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3518,9 +3472,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3360 - i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3543,9 +3494,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 10784 - i32.store offset=4 local.get $0 i32.const 10784 call $~lib/string/String.__eq @@ -3568,9 +3516,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3360 - i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3589,9 +3534,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 10784 - i32.store offset=4 local.get $0 i32.const 10784 call $~lib/string/String.__eq @@ -3610,9 +3552,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 10816 - i32.store offset=4 local.get $0 i32.const 10816 call $~lib/string/String.__eq @@ -3631,9 +3570,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3652,9 +3588,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3673,9 +3606,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3360 - i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3694,9 +3624,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 10752 - i32.store offset=4 local.get $0 i32.const 10752 call $~lib/string/String.__eq @@ -3714,9 +3641,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 10720 - i32.store offset=4 local.get $0 i32.const 10720 call $~lib/string/String.__eq @@ -3734,9 +3658,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 10720 - i32.store offset=4 local.get $0 i32.const 10720 call $~lib/string/String.__eq @@ -3755,9 +3676,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 10752 - i32.store offset=4 local.get $0 i32.const 10752 call $~lib/string/String.__eq @@ -3776,9 +3694,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3360 - i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3797,9 +3712,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 10784 - i32.store offset=4 local.get $0 i32.const 10784 call $~lib/string/String.__eq @@ -3818,9 +3730,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3360 - i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3839,9 +3748,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 10784 - i32.store offset=4 local.get $0 i32.const 10784 call $~lib/string/String.__eq @@ -3860,9 +3766,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3881,9 +3784,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3902,9 +3802,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1376 - i32.store offset=4 local.get $0 i32.const 1376 call $~lib/string/String.__eq @@ -3923,9 +3820,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3360 - i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -3944,9 +3838,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -3992,19 +3883,16 @@ global.set $resolve-binary/foo global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 10848 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 10848 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 10848 - i32.store offset=4 i32.const 10848 i32.const 10848 call $~lib/string/String.__eq @@ -4019,19 +3907,16 @@ end global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 10880 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 10880 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 10880 - i32.store offset=4 i32.const 10880 i32.const 10880 call $~lib/string/String.__eq @@ -4046,19 +3931,16 @@ end global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 10912 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 10912 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 10912 - i32.store offset=4 i32.const 10912 i32.const 10912 call $~lib/string/String.__eq @@ -4073,19 +3955,16 @@ end global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 10944 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 10944 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 10944 - i32.store offset=4 i32.const 10944 i32.const 10944 call $~lib/string/String.__eq @@ -4100,19 +3979,16 @@ end global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 10976 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 10976 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 10976 - i32.store offset=4 i32.const 10976 i32.const 10976 call $~lib/string/String.__eq @@ -4127,19 +4003,16 @@ end global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 11008 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11008 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11008 - i32.store offset=4 i32.const 11008 i32.const 11008 call $~lib/string/String.__eq @@ -4154,19 +4027,16 @@ end global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 11040 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11040 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11040 - i32.store offset=4 i32.const 11040 i32.const 11040 call $~lib/string/String.__eq @@ -4181,19 +4051,16 @@ end global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 11072 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11072 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11072 - i32.store offset=4 i32.const 11072 i32.const 11072 call $~lib/string/String.__eq @@ -4208,19 +4075,16 @@ end global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 11104 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11104 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11104 - i32.store offset=4 i32.const 11104 i32.const 11104 call $~lib/string/String.__eq @@ -4235,19 +4099,16 @@ end global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 11136 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11136 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11136 - i32.store offset=4 i32.const 11136 i32.const 11136 call $~lib/string/String.__eq @@ -4262,19 +4123,16 @@ end global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 11168 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11168 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11168 - i32.store offset=4 i32.const 11168 i32.const 11168 call $~lib/string/String.__eq @@ -4289,19 +4147,16 @@ end global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer global.get $resolve-binary/foo - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 11200 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 11200 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11200 - i32.store offset=4 i32.const 11200 i32.const 11200 call $~lib/string/String.__eq @@ -4421,7 +4276,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 16 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/resolve-elementaccess.debug.wat b/tests/compiler/resolve-elementaccess.debug.wat index 19b64a3360..77ff64f407 100644 --- a/tests/compiler/resolve-elementaccess.debug.wat +++ b/tests/compiler/resolve-elementaccess.debug.wat @@ -4927,13 +4927,13 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill memory.size i32.const 16 @@ -4978,7 +4978,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=8 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -4990,11 +4990,6 @@ i32.store local.get $4 i32.const 2144 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5009,7 +5004,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=8 + i32.store offset=4 local.get $4 i32.const 1 call $~lib/typedarray/Float32Array#__get @@ -5021,11 +5016,6 @@ i32.store local.get $4 i32.const 2256 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5039,12 +5029,12 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/arr local.tee $0 - i32.store offset=12 + i32.store offset=8 local.get $0 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=8 + i32.store offset=4 local.get $4 i32.const 0 local.tee $1 @@ -5052,7 +5042,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=16 + i32.store offset=12 local.get $4 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -5063,7 +5053,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=8 + i32.store offset=4 local.get $4 local.get $1 call $~lib/typedarray/Float32Array#__get @@ -5075,11 +5065,6 @@ i32.store local.get $4 i32.const 2288 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5153,7 +5138,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=8 + i32.store offset=4 local.get $4 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -5165,11 +5150,6 @@ i32.store local.get $4 i32.const 3696 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5184,7 +5164,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=8 + i32.store offset=4 local.get $4 i32.const 1 call $~lib/typedarray/Uint8Array#__get @@ -5196,11 +5176,6 @@ i32.store local.get $4 i32.const 3728 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5214,12 +5189,12 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/buf local.tee $2 - i32.store offset=20 + i32.store offset=16 local.get $2 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=8 + i32.store offset=4 local.get $4 i32.const 0 local.tee $3 @@ -5227,7 +5202,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=16 + i32.store offset=12 local.get $4 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -5238,7 +5213,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=8 + i32.store offset=4 local.get $4 local.get $3 call $~lib/typedarray/Uint8Array#__get @@ -5250,11 +5225,6 @@ i32.store local.get $4 i32.const 3760 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5303,7 +5273,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/resolve-elementaccess.release.wat b/tests/compiler/resolve-elementaccess.release.wat index 9760a11e21..5e4a644023 100644 --- a/tests/compiler/resolve-elementaccess.release.wat +++ b/tests/compiler/resolve-elementaccess.release.wat @@ -3420,7 +3420,7 @@ (local $0 i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -3430,7 +3430,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill memory.size i32.const 16 @@ -3515,7 +3515,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/arr local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -3524,9 +3524,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3168 - i32.store offset=4 local.get $0 i32.const 3168 call $~lib/string/String.__eq @@ -3542,7 +3539,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/arr local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Float32Array#__get @@ -3551,9 +3548,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3280 - i32.store offset=4 local.get $0 i32.const 3280 call $~lib/string/String.__eq @@ -3569,14 +3563,14 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/arr local.tee $0 - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/arr local.tee $1 - i32.store offset=16 + i32.store offset=12 local.get $0 i32.const 0 local.get $1 @@ -3587,7 +3581,7 @@ call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Float32Array#__get @@ -3596,9 +3590,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3312 - i32.store offset=4 local.get $0 i32.const 3312 call $~lib/string/String.__eq @@ -3726,7 +3717,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/buf local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -3735,9 +3726,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4720 - i32.store offset=4 local.get $0 i32.const 4720 call $~lib/string/String.__eq @@ -3753,7 +3741,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/buf local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/typedarray/Uint8Array#__get @@ -3762,9 +3750,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4752 - i32.store offset=4 local.get $0 i32.const 4752 call $~lib/string/String.__eq @@ -3780,14 +3765,14 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/buf local.tee $0 - i32.store offset=20 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer global.get $resolve-elementaccess/buf local.tee $1 - i32.store offset=16 + i32.store offset=12 local.get $0 i32.const 0 local.get $1 @@ -3798,7 +3783,7 @@ call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/typedarray/Uint8Array#__get @@ -3807,9 +3792,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4784 - i32.store offset=4 local.get $0 i32.const 4784 call $~lib/string/String.__eq @@ -3856,7 +3838,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/resolve-function-expression.debug.wat b/tests/compiler/resolve-function-expression.debug.wat index c111bd2b58..41b9a28c81 100644 --- a/tests/compiler/resolve-function-expression.debug.wat +++ b/tests/compiler/resolve-function-expression.debug.wat @@ -2992,13 +2992,13 @@ (func $start:resolve-function-expression (local $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store i32.const 2 i32.const 1 global.set $~argumentsLength @@ -3064,11 +3064,6 @@ i32.store local.get $0 i32.const 2384 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3080,7 +3075,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/resolve-function-expression.release.wat b/tests/compiler/resolve-function-expression.release.wat index d8b70cbaa4..ad27a4cfac 100644 --- a/tests/compiler/resolve-function-expression.release.wat +++ b/tests/compiler/resolve-function-expression.release.wat @@ -1842,7 +1842,7 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner1 @@ -1851,8 +1851,8 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store i32.const 2 i32.const 1056 i32.load @@ -1922,9 +1922,6 @@ global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3408 - i32.store offset=4 block $__inlined_func$~lib/string/String.__eq$1 (result i32) global.get $~lib/memory/__stack_pointer i32.const 8 @@ -2074,7 +2071,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/resolve-propertyaccess.debug.wat b/tests/compiler/resolve-propertyaccess.debug.wat index f3e37c2895..88a40fd4ff 100644 --- a/tests/compiler/resolve-propertyaccess.debug.wat +++ b/tests/compiler/resolve-propertyaccess.debug.wat @@ -3041,7 +3041,7 @@ (local $0 i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -3049,8 +3049,8 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store offset=8 + i32.const 0 + i32.store offset=8 memory.size i32.const 16 i32.shl @@ -3077,11 +3077,6 @@ i32.store local.get $1 i32.const 2208 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -3101,11 +3096,6 @@ i32.store local.get $1 i32.const 2320 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -3125,11 +3115,6 @@ i32.store local.get $1 i32.const 2352 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -3149,11 +3134,6 @@ i32.store local.get $1 i32.const 2384 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -3173,11 +3153,6 @@ i32.store local.get $1 i32.const 2416 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -3197,11 +3172,6 @@ i32.store local.get $1 i32.const 2448 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -3221,11 +3191,6 @@ i32.store local.get $1 i32.const 2480 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -3245,11 +3210,6 @@ i32.store local.get $1 i32.const 2512 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -3269,11 +3229,6 @@ i32.store local.get $1 i32.const 2544 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -3293,11 +3248,6 @@ i32.store local.get $1 i32.const 2576 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -3312,12 +3262,12 @@ i32.const 0 call $resolve-propertyaccess/Class#constructor local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 call $resolve-propertyaccess/Class#get:instanceField i32.const 10 @@ -3328,11 +3278,6 @@ i32.store local.get $1 i32.const 2608 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -3347,7 +3292,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 call $resolve-propertyaccess/Class#get:instanceProperty i32.const 10 @@ -3358,11 +3303,6 @@ i32.store local.get $1 i32.const 2640 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -3374,7 +3314,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/resolve-propertyaccess.release.wat b/tests/compiler/resolve-propertyaccess.release.wat index 96be668c1e..9340b8dc98 100644 --- a/tests/compiler/resolve-propertyaccess.release.wat +++ b/tests/compiler/resolve-propertyaccess.release.wat @@ -1981,7 +1981,7 @@ (local $1 i32) (local $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -1993,8 +1993,8 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store offset=8 + i32.const 0 + i32.store offset=8 memory.size i32.const 16 i32.shl @@ -2033,9 +2033,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3232 - i32.store offset=4 local.get $0 i32.const 3232 call $~lib/string/String.__eq @@ -2054,9 +2051,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3344 - i32.store offset=4 local.get $0 i32.const 3344 call $~lib/string/String.__eq @@ -2075,9 +2069,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3376 - i32.store offset=4 local.get $0 i32.const 3376 call $~lib/string/String.__eq @@ -2096,9 +2087,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3408 - i32.store offset=4 local.get $0 i32.const 3408 call $~lib/string/String.__eq @@ -2117,9 +2105,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3440 - i32.store offset=4 local.get $0 i32.const 3440 call $~lib/string/String.__eq @@ -2138,9 +2123,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3472 - i32.store offset=4 local.get $0 i32.const 3472 call $~lib/string/String.__eq @@ -2159,9 +2141,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3504 - i32.store offset=4 local.get $0 i32.const 3504 call $~lib/string/String.__eq @@ -2180,9 +2159,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3536 - i32.store offset=4 local.get $0 i32.const 3536 call $~lib/string/String.__eq @@ -2201,9 +2177,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3568 - i32.store offset=4 local.get $0 i32.const 3568 call $~lib/string/String.__eq @@ -2222,9 +2195,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3600 - i32.store offset=4 local.get $0 i32.const 3600 call $~lib/string/String.__eq @@ -2297,10 +2267,10 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 i32.load call $~lib/number/I32#toString @@ -2308,9 +2278,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3632 - i32.store offset=4 local.get $1 i32.const 3632 call $~lib/string/String.__eq @@ -2325,16 +2292,13 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 i32.const 8 call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3664 - i32.store offset=4 local.get $0 i32.const 3664 call $~lib/string/String.__eq @@ -2348,7 +2312,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/resolve-ternary.debug.wat b/tests/compiler/resolve-ternary.debug.wat index d765983685..20c870d9c4 100644 --- a/tests/compiler/resolve-ternary.debug.wat +++ b/tests/compiler/resolve-ternary.debug.wat @@ -4397,13 +4397,13 @@ (func $start:resolve-ternary (local $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store memory.size i32.const 16 i32.shl @@ -4435,11 +4435,6 @@ i32.store local.get $0 i32.const 2208 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4464,11 +4459,6 @@ i32.store local.get $0 i32.const 3440 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4546,7 +4536,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/resolve-ternary.release.wat b/tests/compiler/resolve-ternary.release.wat index d52b01b12f..8fa84ef7ad 100644 --- a/tests/compiler/resolve-ternary.release.wat +++ b/tests/compiler/resolve-ternary.release.wat @@ -2492,7 +2492,7 @@ (local $5 i64) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner1 @@ -2501,8 +2501,8 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store memory.size i32.const 16 i32.shl @@ -2562,9 +2562,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3232 - i32.store offset=4 local.get $0 i32.const 3232 call $~lib/string/String.__eq @@ -2710,9 +2707,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4464 - i32.store offset=4 local.get $0 i32.const 4464 call $~lib/string/String.__eq @@ -2768,7 +2762,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/resolve-unary.debug.wat b/tests/compiler/resolve-unary.debug.wat index a38f493802..9157dbee04 100644 --- a/tests/compiler/resolve-unary.debug.wat +++ b/tests/compiler/resolve-unary.debug.wat @@ -3163,13 +3163,13 @@ (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill memory.size i32.const 16 @@ -3197,11 +3197,6 @@ i32.store local.get $6 i32.const 2208 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=4 - local.get $6 call $~lib/string/String.__eq i32.eqz if @@ -3221,11 +3216,6 @@ i32.store local.get $6 i32.const 2304 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=4 - local.get $6 call $~lib/string/String.__eq i32.eqz if @@ -3249,11 +3239,6 @@ i32.store local.get $6 i32.const 2336 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=4 - local.get $6 call $~lib/string/String.__eq i32.eqz if @@ -3277,11 +3262,6 @@ i32.store local.get $6 i32.const 2304 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=4 - local.get $6 call $~lib/string/String.__eq i32.eqz if @@ -3302,11 +3282,6 @@ i32.store local.get $6 i32.const 2400 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=4 - local.get $6 call $~lib/string/String.__eq i32.eqz if @@ -3328,11 +3303,6 @@ i32.store local.get $6 i32.const 2368 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=4 - local.get $6 call $~lib/string/String.__eq i32.eqz if @@ -3354,11 +3324,6 @@ i32.store local.get $6 i32.const 2432 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=4 - local.get $6 call $~lib/string/String.__eq i32.eqz if @@ -3383,11 +3348,6 @@ i32.store local.get $6 i32.const 2304 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=4 - local.get $6 call $~lib/string/String.__eq i32.eqz if @@ -3412,11 +3372,6 @@ i32.store local.get $6 i32.const 2336 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=4 - local.get $6 call $~lib/string/String.__eq i32.eqz if @@ -3434,13 +3389,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store offset=12 + i32.store offset=8 local.get $6 call $resolve-unary/Foo#plus local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store offset=8 + i32.store offset=4 local.get $6 call $~lib/string/String#toString local.set $6 @@ -3449,11 +3404,6 @@ i32.store local.get $6 i32.const 2464 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=4 - local.get $6 call $~lib/string/String.__eq i32.eqz if @@ -3468,13 +3418,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store offset=12 + i32.store offset=8 local.get $6 call $resolve-unary/Foo#minus local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store offset=8 + i32.store offset=4 local.get $6 call $~lib/string/String#toString local.set $6 @@ -3483,11 +3433,6 @@ i32.store local.get $6 i32.const 2496 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=4 - local.get $6 call $~lib/string/String.__eq i32.eqz if @@ -3554,13 +3499,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store offset=12 + i32.store offset=8 local.get $6 call $resolve-unary/Foo#not local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store offset=8 + i32.store offset=4 local.get $6 call $~lib/string/String#toString local.set $6 @@ -3569,11 +3514,6 @@ i32.store local.get $6 i32.const 2528 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=4 - local.get $6 call $~lib/string/String.__eq i32.eqz if @@ -3588,13 +3528,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store offset=12 + i32.store offset=8 local.get $6 call $resolve-unary/Foo#bitwise_not local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store offset=8 + i32.store offset=4 local.get $6 call $~lib/string/String#toString local.set $6 @@ -3603,11 +3543,6 @@ i32.store local.get $6 i32.const 2560 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=4 - local.get $6 call $~lib/string/String.__eq i32.eqz if @@ -3621,7 +3556,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-unary/foo local.tee $2 - i32.store offset=16 + i32.store offset=12 local.get $2 local.set $6 global.get $~lib/memory/__stack_pointer @@ -3651,7 +3586,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-unary/foo local.tee $3 - i32.store offset=20 + i32.store offset=16 local.get $3 local.set $6 global.get $~lib/memory/__stack_pointer @@ -3685,13 +3620,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store offset=12 + i32.store offset=8 local.get $6 call $resolve-unary/Bar.prefix_inc local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store offset=8 + i32.store offset=4 local.get $6 call $~lib/string/String#toString local.set $6 @@ -3700,11 +3635,6 @@ i32.store local.get $6 i32.const 2592 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=4 - local.get $6 call $~lib/string/String.__eq i32.eqz if @@ -3719,13 +3649,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store offset=12 + i32.store offset=8 local.get $6 call $resolve-unary/Bar.prefix_dec local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store offset=8 + i32.store offset=4 local.get $6 call $~lib/string/String#toString local.set $6 @@ -3734,11 +3664,6 @@ i32.store local.get $6 i32.const 2624 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=4 - local.get $6 call $~lib/string/String.__eq i32.eqz if @@ -3753,13 +3678,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store offset=12 + i32.store offset=8 local.get $6 call $resolve-unary/Bar.postfix_inc local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store offset=8 + i32.store offset=4 local.get $6 call $~lib/string/String#toString local.set $6 @@ -3768,11 +3693,6 @@ i32.store local.get $6 i32.const 2656 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=4 - local.get $6 call $~lib/string/String.__eq i32.eqz if @@ -3787,13 +3707,13 @@ local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store offset=12 + i32.store offset=8 local.get $6 call $resolve-unary/Bar.postfix_dec local.set $6 global.get $~lib/memory/__stack_pointer local.get $6 - i32.store offset=8 + i32.store offset=4 local.get $6 call $~lib/string/String#toString local.set $6 @@ -3802,11 +3722,6 @@ i32.store local.get $6 i32.const 2688 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store offset=4 - local.get $6 call $~lib/string/String.__eq i32.eqz if @@ -3820,24 +3735,14 @@ i32.const 1 drop i32.const 2720 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store - local.get $6 call $~lib/string/String#get:length drop i32.const 2752 drop i32.const 2784 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store - local.get $6 call $resolve-unary/generic<~lib/string/String> global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/resolve-unary.release.wat b/tests/compiler/resolve-unary.release.wat index f598875764..05a765c4bf 100644 --- a/tests/compiler/resolve-unary.release.wat +++ b/tests/compiler/resolve-unary.release.wat @@ -2039,7 +2039,7 @@ (func $start:resolve-unary (local $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -2049,7 +2049,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill memory.size i32.const 16 @@ -2089,9 +2089,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3232 - i32.store offset=4 local.get $0 i32.const 3232 call $~lib/string/String.__eq @@ -2110,9 +2107,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3328 - i32.store offset=4 local.get $0 i32.const 3328 call $~lib/string/String.__eq @@ -2135,9 +2129,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3360 - i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -2160,9 +2151,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3328 - i32.store offset=4 local.get $0 i32.const 3328 call $~lib/string/String.__eq @@ -2182,9 +2170,6 @@ select local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3424 - i32.store offset=4 local.get $0 i32.const 3424 call $~lib/string/String.__eq @@ -2204,9 +2189,6 @@ select local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -2227,9 +2209,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store offset=4 local.get $0 i32.const 3456 call $~lib/string/String.__eq @@ -2253,9 +2232,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3328 - i32.store offset=4 local.get $0 i32.const 3328 call $~lib/string/String.__eq @@ -2279,9 +2255,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3360 - i32.store offset=4 local.get $0 i32.const 3360 call $~lib/string/String.__eq @@ -2327,16 +2300,13 @@ global.set $resolve-unary/foo global.get $~lib/memory/__stack_pointer global.get $resolve-unary/foo - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 3488 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 3488 - i32.store + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3488 - i32.store offset=4 + i32.store i32.const 3488 i32.const 3488 call $~lib/string/String.__eq @@ -2351,16 +2321,13 @@ end global.get $~lib/memory/__stack_pointer global.get $resolve-unary/foo - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 3520 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 3520 - i32.store + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3520 - i32.store offset=4 + i32.store i32.const 3520 i32.const 3520 call $~lib/string/String.__eq @@ -2417,16 +2384,13 @@ end global.get $~lib/memory/__stack_pointer global.get $resolve-unary/foo - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 3552 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 3552 - i32.store + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3552 - i32.store offset=4 + i32.store i32.const 3552 i32.const 3552 call $~lib/string/String.__eq @@ -2441,16 +2405,13 @@ end global.get $~lib/memory/__stack_pointer global.get $resolve-unary/foo - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 3584 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 3584 - i32.store + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3584 - i32.store offset=4 + i32.store i32.const 3584 i32.const 3584 call $~lib/string/String.__eq @@ -2466,7 +2427,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-unary/foo local.tee $0 - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2489,7 +2450,7 @@ global.get $~lib/memory/__stack_pointer global.get $resolve-unary/foo local.tee $0 - i32.store offset=20 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 @@ -2542,16 +2503,13 @@ global.set $resolve-unary/bar global.get $~lib/memory/__stack_pointer global.get $resolve-unary/bar - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 3616 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 3616 - i32.store + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3616 - i32.store offset=4 + i32.store i32.const 3616 i32.const 3616 call $~lib/string/String.__eq @@ -2566,16 +2524,13 @@ end global.get $~lib/memory/__stack_pointer global.get $resolve-unary/bar - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 3648 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 3648 - i32.store + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3648 - i32.store offset=4 + i32.store i32.const 3648 i32.const 3648 call $~lib/string/String.__eq @@ -2590,16 +2545,13 @@ end global.get $~lib/memory/__stack_pointer global.get $resolve-unary/bar - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 3680 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 3680 - i32.store + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3680 - i32.store offset=4 + i32.store i32.const 3680 i32.const 3680 call $~lib/string/String.__eq @@ -2614,16 +2566,13 @@ end global.get $~lib/memory/__stack_pointer global.get $resolve-unary/bar - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 3712 i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 3712 - i32.store + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 3712 - i32.store offset=4 + i32.store i32.const 3712 i32.const 3712 call $~lib/string/String.__eq @@ -2636,17 +2585,11 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3744 - i32.store i32.const 3740 i32.load drop global.get $~lib/memory/__stack_pointer - i32.const 3808 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/std/array-access.debug.wat b/tests/compiler/std/array-access.debug.wat index a86f14c3ee..951850584d 100644 --- a/tests/compiler/std/array-access.debug.wat +++ b/tests/compiler/std/array-access.debug.wat @@ -541,21 +541,18 @@ (func $std/array-access/stringArrayMethodCall (param $a i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 local.get $a local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=8 + i32.store offset=4 local.get $1 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -565,16 +562,11 @@ i32.store local.get $1 i32.const 272 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 i32.const 0 call $~lib/string/String#startsWith local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -692,7 +684,7 @@ (func $std/array-access/stringArrayArrayMethodCall (param $a i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -700,20 +692,20 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store offset=8 + i32.const 0 + i32.store offset=8 local.get $a local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 i32.const 0 call $~lib/array/Array<~lib/array/Array<~lib/string/String>>#__get local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=8 + i32.store offset=4 local.get $1 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -723,16 +715,11 @@ i32.store local.get $1 i32.const 272 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 i32.const 0 call $~lib/string/String#startsWith local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $1 diff --git a/tests/compiler/std/array-access.release.wat b/tests/compiler/std/array-access.release.wat index a76d742da9..d9ec8e7386 100644 --- a/tests/compiler/std/array-access.release.wat +++ b/tests/compiler/std/array-access.release.wat @@ -379,7 +379,7 @@ local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -390,11 +390,8 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array<~lib/array/Array>#__get @@ -402,13 +399,10 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1296 - i32.store offset=4 local.get $0 call $~lib/string/String#startsWith global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -505,7 +499,7 @@ local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -516,18 +510,18 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store offset=8 + i32.const 0 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 i32.const 0 call $~lib/array/Array<~lib/array/Array>#__get local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/array/Array<~lib/array/Array>#__get @@ -535,13 +529,10 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1296 - i32.store offset=4 local.get $0 call $~lib/string/String#startsWith global.get $~lib/memory/__stack_pointer - i32.const 16 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/std/array.debug.wat b/tests/compiler/std/array.debug.wat index 3f0fbbcfca..76974815e0 100644 --- a/tests/compiler/std/array.debug.wat +++ b/tests/compiler/std/array.debug.wat @@ -26356,14 +26356,16 @@ (local $x f64) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 10544 local.tee $result @@ -26383,19 +26385,9 @@ i32.store offset=4 local.get $4 global.get $std/array/charset - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=12 - local.get $4 block $~lib/math/NativeMath.floor|inlined.0 (result f64) call $~lib/math/NativeMath.random global.get $std/array/charset - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=16 - local.get $4 call $~lib/string/String#get:length f64.convert_i32_s f64.mul @@ -26424,7 +26416,7 @@ local.get $result local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -30020,13 +30012,13 @@ (func $~lib/array/Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -30034,15 +30026,10 @@ i32.store local.get $1 i32.const 10832 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/array/Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -30279,13 +30266,13 @@ (func $~lib/array/Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -30293,15 +30280,10 @@ i32.store local.get $1 i32.const 10832 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/array/Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -30538,13 +30520,13 @@ (func $~lib/array/Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -30552,15 +30534,10 @@ i32.store local.get $1 i32.const 10832 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/array/Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -30797,13 +30774,13 @@ (func $~lib/array/Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -30811,15 +30788,10 @@ i32.store local.get $1 i32.const 10832 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/array/Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -31056,13 +31028,13 @@ (func $~lib/array/Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -31070,15 +31042,10 @@ i32.store local.get $1 i32.const 10832 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/array/Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -31317,13 +31284,13 @@ (func $~lib/array/Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -31331,15 +31298,10 @@ i32.store local.get $1 i32.const 10832 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/array/Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -31348,13 +31310,13 @@ (func $~lib/array/Array<~lib/string/String|null>#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -31362,15 +31324,10 @@ i32.store local.get $1 i32.const 10832 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/array/Array<~lib/string/String|null>#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -31627,13 +31584,13 @@ (func $~lib/array/Array<~lib/array/Array>#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -31641,15 +31598,10 @@ i32.store local.get $1 i32.const 10832 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/array/Array<~lib/array/Array>#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -31959,13 +31911,13 @@ (func $~lib/array/Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -31973,15 +31925,10 @@ i32.store local.get $1 i32.const 10832 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/array/Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -32238,13 +32185,13 @@ (func $~lib/array/Array<~lib/array/Array>#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -32252,15 +32199,10 @@ i32.store local.get $1 i32.const 10832 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/array/Array<~lib/array/Array>#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -32415,13 +32357,13 @@ (func $~lib/array/Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -32429,15 +32371,10 @@ i32.store local.get $1 i32.const 10832 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/array/Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -32694,13 +32631,13 @@ (func $~lib/array/Array<~lib/array/Array>#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -32708,15 +32645,10 @@ i32.store local.get $1 i32.const 10832 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/array/Array<~lib/array/Array>#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -32973,13 +32905,13 @@ (func $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -32987,15 +32919,10 @@ i32.store local.get $1 i32.const 10832 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -33923,13 +33850,13 @@ (local $295 i32) (local $296 i32) global.get $~lib/memory/__stack_pointer - i32.const 448 + i32.const 444 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 448 + i32.const 444 memory.fill i32.const 0 i32.const 0 @@ -34027,11 +33954,6 @@ unreachable end i32.const 640 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store - local.get $296 call $~lib/array/Array.isArray<~lib/string/String> i32.eqz i32.eqz @@ -43345,14 +43267,9 @@ local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 i32.const 10832 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=332 - local.get $296 call $~lib/array/Array#join local.set $296 global.get $~lib/memory/__stack_pointer @@ -43360,11 +43277,6 @@ i32.store local.get $296 i32.const 10864 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43383,14 +43295,9 @@ local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 i32.const 10544 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=332 - local.get $296 call $~lib/array/Array#join local.set $296 global.get $~lib/memory/__stack_pointer @@ -43398,11 +43305,6 @@ i32.store local.get $296 i32.const 10944 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43421,14 +43323,9 @@ local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 i32.const 11008 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=332 - local.get $296 call $~lib/array/Array#join local.set $296 global.get $~lib/memory/__stack_pointer @@ -43436,11 +43333,6 @@ i32.store local.get $296 i32.const 10944 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43459,14 +43351,9 @@ local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 i32.const 11072 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=332 - local.get $296 call $~lib/array/Array#join local.set $296 global.get $~lib/memory/__stack_pointer @@ -43474,11 +43361,6 @@ i32.store local.get $296 i32.const 11104 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43497,14 +43379,9 @@ local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 i32.const 11264 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=332 - local.get $296 call $~lib/array/Array#join local.set $296 global.get $~lib/memory/__stack_pointer @@ -43512,11 +43389,6 @@ i32.store local.get $296 i32.const 12432 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43535,14 +43407,9 @@ local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 i32.const 10544 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=332 - local.get $296 call $~lib/array/Array<~lib/string/String|null>#join local.set $296 global.get $~lib/memory/__stack_pointer @@ -43550,11 +43417,6 @@ i32.store local.get $296 i32.const 12544 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43573,7 +43435,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $235 - i32.store offset=336 + i32.store offset=332 local.get $235 i32.const 0 i32.const 0 @@ -43592,19 +43454,14 @@ call $~lib/array/Array#__set local.get $235 local.tee $236 - i32.store offset=340 + i32.store offset=336 local.get $236 local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 i32.const 10832 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=332 - local.get $296 call $~lib/array/Array#join local.set $296 global.get $~lib/memory/__stack_pointer @@ -43612,11 +43469,6 @@ i32.store local.get $296 i32.const 12672 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43635,7 +43487,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $237 - i32.store offset=344 + i32.store offset=340 local.get $237 i32.const 0 i32.const 0 @@ -43650,19 +43502,14 @@ call $~lib/array/Array#__set local.get $237 local.tee $238 - i32.store offset=348 + i32.store offset=344 local.get $238 local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 i32.const 10832 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=332 - local.get $296 call $~lib/array/Array#join local.set $296 global.get $~lib/memory/__stack_pointer @@ -43670,11 +43517,6 @@ i32.store local.get $296 i32.const 12768 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43692,7 +43534,7 @@ i32.const 12864 call $~lib/rt/__newArray local.tee $240 - i32.store offset=352 + i32.store offset=348 global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 2 @@ -43700,7 +43542,7 @@ i32.const 12896 call $~lib/rt/__newArray local.tee $242 - i32.store offset=356 + i32.store offset=352 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 @@ -43708,7 +43550,7 @@ i32.const 12928 call $~lib/rt/__newArray local.tee $244 - i32.store offset=360 + i32.store offset=356 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 @@ -43716,12 +43558,12 @@ i32.const 12960 call $~lib/rt/__newArray local.tee $246 - i32.store offset=364 + i32.store offset=360 local.get $240 local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 call $~lib/array/Array#toString local.set $296 @@ -43730,11 +43572,6 @@ i32.store local.get $296 i32.const 10544 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43749,7 +43586,7 @@ local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 call $~lib/array/Array#toString local.set $296 @@ -43758,11 +43595,6 @@ i32.store local.get $296 i32.const 12544 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43777,7 +43609,7 @@ local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 call $~lib/array/Array#toString local.set $296 @@ -43786,11 +43618,6 @@ i32.store local.get $296 i32.const 13008 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43805,7 +43632,7 @@ local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 call $~lib/array/Array#toString local.set $296 @@ -43814,11 +43641,6 @@ i32.store local.get $296 i32.const 13040 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43837,7 +43659,7 @@ local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 call $~lib/array/Array#toString local.set $296 @@ -43846,11 +43668,6 @@ i32.store local.get $296 i32.const 13120 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43869,7 +43686,7 @@ local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 call $~lib/array/Array#toString local.set $296 @@ -43878,11 +43695,6 @@ i32.store local.get $296 i32.const 13184 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43901,7 +43713,7 @@ local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 call $~lib/array/Array#toString local.set $296 @@ -43910,11 +43722,6 @@ i32.store local.get $296 i32.const 13264 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43933,7 +43740,7 @@ local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 call $~lib/array/Array#toString local.set $296 @@ -43942,11 +43749,6 @@ i32.store local.get $296 i32.const 13344 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43965,7 +43767,7 @@ local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 call $~lib/array/Array#toString local.set $296 @@ -43974,11 +43776,6 @@ i32.store local.get $296 i32.const 13424 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -43997,7 +43794,7 @@ local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 call $~lib/array/Array#toString local.set $296 @@ -44006,11 +43803,6 @@ i32.store local.get $296 i32.const 13536 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44029,7 +43821,7 @@ local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 call $~lib/array/Array#toString local.set $296 @@ -44038,11 +43830,6 @@ i32.store local.get $296 i32.const 13680 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44060,12 +43847,12 @@ i32.const 13840 call $~lib/rt/__newArray local.tee $255 - i32.store offset=368 + i32.store offset=364 local.get $255 local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 call $~lib/array/Array<~lib/string/String|null>#toString local.set $296 @@ -44074,11 +43861,6 @@ i32.store local.get $296 i32.const 13888 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44097,7 +43879,7 @@ local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 call $~lib/array/Array<~lib/string/String|null>#toString local.set $296 @@ -44106,11 +43888,6 @@ i32.store local.get $296 i32.const 14048 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44129,7 +43906,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $257 - i32.store offset=372 + i32.store offset=368 local.get $257 i32.const 0 i32.const 2 @@ -44148,12 +43925,12 @@ call $~lib/array/Array<~lib/array/Array>#__set local.get $257 local.tee $260 - i32.store offset=376 + i32.store offset=372 local.get $260 local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 call $~lib/array/Array<~lib/array/Array>#toString local.set $296 @@ -44162,11 +43939,6 @@ i32.store local.get $296 i32.const 14144 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44185,7 +43957,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $261 - i32.store offset=380 + i32.store offset=376 local.get $261 i32.const 0 i32.const 2 @@ -44204,12 +43976,12 @@ call $~lib/array/Array<~lib/array/Array>#__set local.get $261 local.tee $264 - i32.store offset=384 + i32.store offset=380 local.get $264 local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 call $~lib/array/Array<~lib/array/Array>#toString local.set $296 @@ -44218,11 +43990,6 @@ i32.store local.get $296 i32.const 14144 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44241,7 +44008,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $265 - i32.store offset=388 + i32.store offset=384 local.get $265 i32.const 0 global.get $~lib/memory/__stack_pointer @@ -44251,7 +44018,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $266 - i32.store offset=392 + i32.store offset=388 local.get $266 i32.const 0 i32.const 1 @@ -44264,12 +44031,12 @@ call $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#__set local.get $265 local.tee $268 - i32.store offset=396 + i32.store offset=392 local.get $268 local.set $296 global.get $~lib/memory/__stack_pointer local.get $296 - i32.store offset=48 + i32.store offset=8 local.get $296 call $~lib/array/Array<~lib/array/Array<~lib/array/Array>>#toString local.set $296 @@ -44278,11 +44045,6 @@ i32.store local.get $296 i32.const 12544 - local.set $296 - global.get $~lib/memory/__stack_pointer - local.get $296 - i32.store offset=8 - local.get $296 call $~lib/string/String.__eq i32.eqz if @@ -44301,7 +44063,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $269 - i32.store offset=400 + i32.store offset=396 local.get $269 i32.const 0 i32.const 1 @@ -44336,7 +44098,7 @@ call $~lib/array/Array<~lib/array/Array>#__set local.get $269 local.tee $274 - i32.store offset=404 + i32.store offset=400 global.get $~lib/memory/__stack_pointer local.get $274 local.set $296 @@ -44346,7 +44108,7 @@ local.get $296 call $~lib/array/Array<~lib/array/Array>#flat local.tee $275 - i32.store offset=408 + i32.store offset=404 local.get $275 local.set $296 global.get $~lib/memory/__stack_pointer @@ -44406,7 +44168,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $277 - i32.store offset=412 + i32.store offset=408 local.get $277 i32.const 0 i32.const 1 @@ -44441,7 +44203,7 @@ call $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#__set local.get $277 local.tee $282 - i32.store offset=416 + i32.store offset=412 global.get $~lib/memory/__stack_pointer local.get $282 local.set $296 @@ -44451,7 +44213,7 @@ local.get $296 call $~lib/array/Array<~lib/array/Array<~lib/string/String|null>>#flat local.tee $283 - i32.store offset=420 + i32.store offset=416 global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 2 @@ -44459,7 +44221,7 @@ i32.const 14768 call $~lib/rt/__newArray local.tee $285 - i32.store offset=424 + i32.store offset=420 local.get $283 local.set $296 global.get $~lib/memory/__stack_pointer @@ -44542,7 +44304,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $287 - i32.store offset=428 + i32.store offset=424 local.get $287 i32.const 0 i32.const 0 @@ -44561,7 +44323,7 @@ call $~lib/array/Array<~lib/array/Array>#__set local.get $287 local.tee $290 - i32.store offset=432 + i32.store offset=428 local.get $290 local.set $296 global.get $~lib/memory/__stack_pointer @@ -44594,7 +44356,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $291 - i32.store offset=436 + i32.store offset=432 local.get $291 i32.const 0 i32.const 1 @@ -44613,7 +44375,7 @@ call $~lib/array/Array<~lib/array/Array>#__set local.get $291 local.tee $294 - i32.store offset=440 + i32.store offset=436 global.get $~lib/memory/__stack_pointer local.get $294 local.set $296 @@ -44635,7 +44397,7 @@ local.get $296 call $~lib/array/Array<~lib/array/Array>#flat local.tee $295 - i32.store offset=444 + i32.store offset=440 local.get $295 local.set $296 global.get $~lib/memory/__stack_pointer @@ -44740,7 +44502,7 @@ global.set $~lib/memory/__stack_pointer call $~lib/rt/itcms/__collect global.get $~lib/memory/__stack_pointer - i32.const 448 + i32.const 444 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/std/array.release.wat b/tests/compiler/std/array.release.wat index ebdfcda2cc..22943cdb01 100644 --- a/tests/compiler/std/array.release.wat +++ b/tests/compiler/std/array.release.wat @@ -16119,7 +16119,7 @@ ) (func $~lib/array/Array#toString (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -16134,19 +16134,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=4 local.get $0 i32.const 11856 call $~lib/array/Array#join global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -16158,7 +16155,7 @@ (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -16167,15 +16164,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -16344,7 +16338,7 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -16357,73 +16351,30 @@ call $~lib/builtins/abort unreachable ) - (func $~lib/array/Array#toString (param $0 i32) (result i32) - (local $1 i32) + (func $~lib/util/string/joinIntegerArray (param $0 i32) (param $1 i32) (result i32) (local $2 i32) - (local $3 i32) + (local $3 i64) (local $4 i32) (local $5 i32) (local $6 i32) + (local $7 i32) global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - i32.load offset=4 - local.set $5 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - i32.load offset=12 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$741 - local.get $0 + block $folding-inner1 + block $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $1 i32.const 1 i32.sub - local.tee $6 + local.tee $7 i32.const 0 i32.lt_s if @@ -16432,415 +16383,36 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 11568 - local.set $0 - br $__inlined_func$~lib/util/string/joinIntegerArray$741 + return end - local.get $6 + local.get $7 i32.eqz if - local.get $5 - i32.load16_u - call $~lib/util/number/utoa32 - local.set $0 + local.get $0 + i64.load + local.set $3 global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add + i32.const 4 + i32.sub global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$741 - end - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11852 - i32.load - i32.const 1 - i32.shr_u - local.tee $4 - i32.const 10 - i32.add - local.get $6 - i32.mul - i32.const 10 - i32.add - local.tee $2 - i32.const 1 - i32.shl - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $0 - i32.store offset=4 - loop $for-loop|0 - local.get $3 - local.get $6 + global.get $~lib/memory/__stack_pointer + i32.const 16192 i32.lt_s - if - local.get $0 - local.get $1 - i32.const 1 - i32.shl - i32.add - local.get $5 + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + block $__inlined_func$~lib/util/number/utoa64$485 local.get $3 - i32.const 1 - i32.shl - i32.add - i32.load16_u - call $~lib/util/number/itoa_buffered - local.get $1 - i32.add - local.set $1 - local.get $4 + i64.eqz if - local.get $0 - local.get $1 - i32.const 1 - i32.shl - i32.add - i32.const 11856 - local.get $4 - i32.const 1 - i32.shl - memory.copy - local.get $1 - local.get $4 + global.get $~lib/memory/__stack_pointer + i32.const 4 i32.add + global.set $~lib/memory/__stack_pointer + i32.const 7712 local.set $1 - end - local.get $3 - i32.const 1 - i32.add - local.set $3 - br $for-loop|0 - end - end - local.get $0 - local.get $1 - i32.const 1 - i32.shl - i32.add - local.get $5 - local.get $6 - i32.const 1 - i32.shl - i32.add - i32.load16_u - call $~lib/util/number/itoa_buffered - local.get $1 - i32.add - local.tee $1 - local.get $2 - i32.lt_s - if - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - local.get $1 - call $~lib/string/String#substring - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$741 - end - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - return - end - i32.const 48992 - i32.const 49040 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - ) - (func $~lib/array/Array#toString (param $0 i32) (result i32) - (local $1 i32) - (local $2 i32) - (local $3 i32) - (local $4 i32) - (local $5 i32) - (local $6 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - i32.load offset=4 - local.set $5 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - i32.load offset=12 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - block $__inlined_func$~lib/util/string/joinIntegerArray$742 - local.get $0 - i32.const 1 - i32.sub - local.tee $6 - i32.const 0 - i32.lt_s - if - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 11568 - local.set $0 - br $__inlined_func$~lib/util/string/joinIntegerArray$742 - end - local.get $6 - i32.eqz - if - local.get $5 - i32.load16_s - call $~lib/util/number/itoa32 - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$742 - end - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11852 - i32.load - i32.const 1 - i32.shr_u - local.tee $4 - i32.const 11 - i32.add - local.get $6 - i32.mul - i32.const 11 - i32.add - local.tee $2 - i32.const 1 - i32.shl - i32.const 2 - call $~lib/rt/itcms/__new - local.tee $0 - i32.store offset=4 - loop $for-loop|0 - local.get $3 - local.get $6 - i32.lt_s - if - local.get $0 - local.get $1 - i32.const 1 - i32.shl - i32.add - local.get $5 - local.get $3 - i32.const 1 - i32.shl - i32.add - i32.load16_s - call $~lib/util/number/itoa_buffered - local.get $1 - i32.add - local.set $1 - local.get $4 - if - local.get $0 - local.get $1 - i32.const 1 - i32.shl - i32.add - i32.const 11856 - local.get $4 - i32.const 1 - i32.shl - memory.copy - local.get $1 - local.get $4 - i32.add - local.set $1 - end - local.get $3 - i32.const 1 - i32.add - local.set $3 - br $for-loop|0 - end - end - local.get $0 - local.get $1 - i32.const 1 - i32.shl - i32.add - local.get $5 - local.get $6 - i32.const 1 - i32.shl - i32.add - i32.load16_s - call $~lib/util/number/itoa_buffered - local.get $1 - i32.add - local.tee $1 - local.get $2 - i32.lt_s - if - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - local.get $1 - call $~lib/string/String#substring - local.set $0 - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - br $__inlined_func$~lib/util/string/joinIntegerArray$742 - end - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - end - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $0 - return - end - i32.const 48992 - i32.const 49040 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - ) - (func $~lib/util/string/joinIntegerArray (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) - (local $3 i64) - (local $4 i32) - (local $5 i32) - (local $6 i32) - (local $7 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - block $folding-inner1 - block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - local.get $1 - i32.const 1 - i32.sub - local.tee $7 - i32.const 0 - i32.lt_s - if - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 11568 - return - end - local.get $7 - i32.eqz - if - local.get $0 - i64.load - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - block $__inlined_func$~lib/util/number/utoa64$485 - local.get $3 - i64.eqz - if - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - i32.const 7712 - local.set $1 - br $__inlined_func$~lib/util/number/utoa64$485 + br $__inlined_func$~lib/util/number/utoa64$485 end local.get $3 i64.const 4294967295 @@ -17092,7 +16664,7 @@ ) (func $~lib/array/Array<~lib/string/String|null>#toString (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -17107,19 +16679,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=4 local.get $0 i32.const 11856 call $~lib/array/Array<~lib/string/String|null>#join global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -17131,7 +16700,7 @@ (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -17140,15 +16709,12 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -17317,7 +16883,7 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -17332,7 +16898,7 @@ ) (func $~lib/array/Array#toString (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -17347,19 +16913,16 @@ unreachable end global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=4 local.get $0 i32.const 11856 call $~lib/array/Array#join global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -17371,7 +16934,7 @@ (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner1 @@ -17380,15 +16943,12 @@ i32.lt_s br_if $folding-inner1 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -17576,7 +17136,7 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return @@ -17811,7 +17371,7 @@ (local $13 i32) (local $14 i32) global.get $~lib/memory/__stack_pointer - i32.const 448 + i32.const 444 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner2 @@ -17821,7 +17381,7 @@ br_if $folding-inner2 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 448 + i32.const 444 memory.fill memory.size i32.const 16 @@ -17976,9 +17536,6 @@ local.get $2 i32.store global.get $~lib/memory/__stack_pointer - i32.const 1664 - i32.store - global.get $~lib/memory/__stack_pointer global.get $std/array/arr local.tee $2 i32.store @@ -27885,7 +27442,7 @@ i32.trunc_sat_f64_s local.set $10 global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -27893,9 +27450,11 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 i32.const 11568 local.set $0 global.get $~lib/memory/__stack_pointer @@ -27912,13 +27471,7 @@ local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 10032 - i32.store offset=12 call $~lib/math/NativeMath.random - global.get $~lib/memory/__stack_pointer - i32.const 10032 - i32.store offset=16 i32.const 10028 i32.load i32.const 1 @@ -27993,7 +27546,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -28059,10 +27612,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=332 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -28265,9 +27815,6 @@ global.get $~lib/memory/__stack_pointer local.get $2 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11888 - i32.store offset=8 local.get $2 i32.const 11888 call $~lib/string/String.__eq @@ -28288,10 +27835,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 - global.get $~lib/memory/__stack_pointer - i32.const 11568 - i32.store offset=332 + i32.store offset=8 local.get $0 i32.const 11568 call $~lib/array/Array#join @@ -28299,9 +27843,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11968 - i32.store offset=8 local.get $0 i32.const 11968 call $~lib/string/String.__eq @@ -28322,10 +27863,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 - global.get $~lib/memory/__stack_pointer - i32.const 12032 - i32.store offset=332 + i32.store offset=8 local.get $0 i32.const 12032 call $~lib/array/Array#join @@ -28333,9 +27871,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11968 - i32.store offset=8 local.get $0 i32.const 11968 call $~lib/string/String.__eq @@ -28356,10 +27891,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 - global.get $~lib/memory/__stack_pointer - i32.const 12096 - i32.store offset=332 + i32.store offset=8 local.get $0 i32.const 12096 call $~lib/array/Array#join @@ -28367,9 +27899,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 12128 - i32.store offset=8 local.get $0 i32.const 12128 call $~lib/string/String.__eq @@ -28390,10 +27919,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 - global.get $~lib/memory/__stack_pointer - i32.const 12288 - i32.store offset=332 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -28427,9 +27953,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13456 - i32.store offset=8 local.get $0 i32.const 13456 call $~lib/string/String.__eq @@ -28450,10 +27973,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 - global.get $~lib/memory/__stack_pointer - i32.const 11568 - i32.store offset=332 + i32.store offset=8 local.get $0 i32.const 11568 call $~lib/array/Array<~lib/string/String|null>#join @@ -28461,9 +27981,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13568 - i32.store offset=8 local.get $0 i32.const 13568 call $~lib/string/String.__eq @@ -28484,7 +28001,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=336 + i32.store offset=332 local.get $1 i32.const 0 i32.const 0 @@ -28500,22 +28017,16 @@ call $std/array/Ref#constructor call $~lib/array/Array#__set local.get $1 - i32.store offset=340 + i32.store offset=336 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=48 - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=332 + i32.store offset=8 local.get $1 call $~lib/array/Array#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13696 - i32.store offset=8 local.get $0 i32.const 13696 call $~lib/string/String.__eq @@ -28536,7 +28047,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=344 + i32.store offset=340 local.get $1 i32.const 0 i32.const 0 @@ -28548,22 +28059,16 @@ call $std/array/Ref#constructor call $~lib/array/Array#__set local.get $1 - i32.store offset=348 + i32.store offset=344 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=48 - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=332 + i32.store offset=8 local.get $1 call $~lib/array/Array#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13792 - i32.store offset=8 local.get $0 i32.const 13792 call $~lib/string/String.__eq @@ -28583,7 +28088,7 @@ i32.const 13888 call $~lib/rt/__newArray local.tee $0 - i32.store offset=352 + i32.store offset=348 global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 2 @@ -28591,7 +28096,7 @@ i32.const 13920 call $~lib/rt/__newArray local.tee $1 - i32.store offset=356 + i32.store offset=352 global.get $~lib/memory/__stack_pointer i32.const 2 i32.const 2 @@ -28599,7 +28104,7 @@ i32.const 13952 call $~lib/rt/__newArray local.tee $2 - i32.store offset=360 + i32.store offset=356 global.get $~lib/memory/__stack_pointer i32.const 4 i32.const 2 @@ -28607,19 +28112,16 @@ i32.const 13984 call $~lib/rt/__newArray local.tee $4 - i32.store offset=364 + i32.store offset=360 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 + i32.store offset=8 local.get $0 call $~lib/array/Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11568 - i32.store offset=8 local.get $0 i32.const 11568 call $~lib/string/String.__eq @@ -28634,16 +28136,13 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=48 + i32.store offset=8 local.get $1 call $~lib/array/Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13568 - i32.store offset=8 local.get $0 i32.const 13568 call $~lib/string/String.__eq @@ -28658,16 +28157,13 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=48 + i32.store offset=8 local.get $2 call $~lib/array/Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14032 - i32.store offset=8 local.get $0 i32.const 14032 call $~lib/string/String.__eq @@ -28682,16 +28178,13 @@ end global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=48 + i32.store offset=8 local.get $4 call $~lib/array/Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14064 - i32.store offset=8 local.get $0 i32.const 14064 call $~lib/string/String.__eq @@ -28712,16 +28205,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 + i32.store offset=8 local.get $0 call $~lib/array/Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14144 - i32.store offset=8 local.get $0 i32.const 14144 call $~lib/string/String.__eq @@ -28742,16 +28232,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 + i32.store offset=8 local.get $0 call $~lib/array/Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14208 - i32.store offset=8 local.get $0 i32.const 14208 call $~lib/string/String.__eq @@ -28764,55 +28251,429 @@ call $~lib/builtins/abort unreachable end - i32.const 3 - i32.const 1 - i32.const 11 - i32.const 14256 - call $~lib/rt/__newArray - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=48 - local.get $0 - call $~lib/array/Array#toString - local.set $0 + i32.const 3 + i32.const 1 + i32.const 11 + i32.const 14256 + call $~lib/rt/__newArray + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 + i32.const 0 + local.set $0 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner2 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner2 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + i32.load offset=4 + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + i32.load offset=12 + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 11856 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner2 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$741 + local.get $1 + i32.const 1 + i32.sub + local.tee $1 + i32.const 0 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 11568 + local.set $2 + br $__inlined_func$~lib/util/string/joinIntegerArray$741 + end + local.get $1 + i32.eqz + if + local.get $4 + i32.load16_u + call $~lib/util/number/utoa32 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$741 + end + global.get $~lib/memory/__stack_pointer + i32.const 11856 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 11852 + i32.load + i32.const 1 + i32.shr_u + local.tee $8 + i32.const 10 + i32.add + local.get $1 + i32.mul + i32.const 10 + i32.add + local.tee $9 + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store offset=4 + loop $for-loop|03 + local.get $1 + local.get $3 + i32.gt_s + if + local.get $2 + local.get $0 + i32.const 1 + i32.shl + i32.add + local.get $4 + local.get $3 + i32.const 1 + i32.shl + i32.add + i32.load16_u + call $~lib/util/number/itoa_buffered + local.get $0 + i32.add + local.set $0 + local.get $8 + if + local.get $2 + local.get $0 + i32.const 1 + i32.shl + i32.add + i32.const 11856 + local.get $8 + i32.const 1 + i32.shl + memory.copy + local.get $0 + local.get $8 + i32.add + local.set $0 + end + local.get $3 + i32.const 1 + i32.add + local.set $3 + br $for-loop|03 + end + end + local.get $9 + local.get $2 + local.get $0 + i32.const 1 + i32.shl + i32.add + local.get $4 + local.get $1 + i32.const 1 + i32.shl + i32.add + i32.load16_u + call $~lib/util/number/itoa_buffered + local.get $0 + i32.add + local.tee $0 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + local.get $0 + call $~lib/string/String#substring + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$741 + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + i32.const 14288 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1552 + i32.const 1220 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + i32.const 1 + i32.const 39 + i32.const 14336 + call $~lib/rt/__newArray + local.set $1 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=8 + i32.const 0 + local.set $0 + i32.const 0 + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner2 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner2 + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + i32.load offset=4 + local.set $4 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $1 + i32.load offset=12 + local.set $1 + global.get $~lib/memory/__stack_pointer + i32.const 11856 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16192 + i32.lt_s + br_if $folding-inner2 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + block $__inlined_func$~lib/util/string/joinIntegerArray$742 + local.get $1 + i32.const 1 + i32.sub + local.tee $1 + i32.const 0 + i32.lt_s + if + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 11568 + local.set $2 + br $__inlined_func$~lib/util/string/joinIntegerArray$742 + end + local.get $1 + i32.eqz + if + local.get $4 + i32.load16_s + call $~lib/util/number/itoa32 + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$742 + end + global.get $~lib/memory/__stack_pointer + i32.const 11856 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 11852 + i32.load + i32.const 1 + i32.shr_u + local.tee $8 + i32.const 11 + i32.add + local.get $1 + i32.mul + i32.const 11 + i32.add + local.tee $9 + i32.const 1 + i32.shl + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $2 + i32.store offset=4 + loop $for-loop|05 + local.get $1 + local.get $3 + i32.gt_s + if + local.get $2 + local.get $0 + i32.const 1 + i32.shl + i32.add + local.get $4 + local.get $3 + i32.const 1 + i32.shl + i32.add + i32.load16_s + call $~lib/util/number/itoa_buffered + local.get $0 + i32.add + local.set $0 + local.get $8 + if + local.get $2 + local.get $0 + i32.const 1 + i32.shl + i32.add + i32.const 11856 + local.get $8 + i32.const 1 + i32.shl + memory.copy + local.get $0 + local.get $8 + i32.add + local.set $0 + end + local.get $3 + i32.const 1 + i32.add + local.set $3 + br $for-loop|05 + end + end + local.get $9 + local.get $2 + local.get $0 + i32.const 1 + i32.shl + i32.add + local.get $4 + local.get $1 + i32.const 1 + i32.shl + i32.add + i32.load16_s + call $~lib/util/number/itoa_buffered + local.get $0 + i32.add + local.tee $0 + i32.gt_s + if + global.get $~lib/memory/__stack_pointer + local.get $2 + i32.store + local.get $2 + local.get $0 + call $~lib/string/String#substring + local.set $2 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + br $__inlined_func$~lib/util/string/joinIntegerArray$742 + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + end global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14288 - i32.store offset=8 - local.get $0 - i32.const 14288 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1552 - i32.const 1220 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - i32.const 2 - i32.const 1 - i32.const 39 - i32.const 14336 - call $~lib/rt/__newArray - local.set $0 + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=48 - local.get $0 - call $~lib/array/Array#toString - local.set $0 + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14368 - i32.store offset=8 - local.get $0 + local.get $2 i32.const 14368 call $~lib/string/String.__eq i32.eqz @@ -28832,16 +28693,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 + i32.store offset=8 local.get $0 call $~lib/array/Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14448 - i32.store offset=8 local.get $0 i32.const 14448 call $~lib/string/String.__eq @@ -28862,9 +28720,9 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -28872,15 +28730,12 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -28911,15 +28766,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14560 - i32.store offset=8 local.get $0 i32.const 14560 call $~lib/string/String.__eq @@ -28940,9 +28792,9 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -28950,15 +28802,12 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -28986,6 +28835,8 @@ i32.store i32.const 0 local.set $0 + i32.const 0 + local.set $3 global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -29017,7 +28868,7 @@ local.get $4 i32.eqz if - block $__inlined_func$~lib/util/number/itoa64$2 (result i32) + block $__inlined_func$~lib/util/number/itoa64$4 (result i32) local.get $1 i64.load i64.extend32_s @@ -29041,7 +28892,7 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const 7712 - br $__inlined_func$~lib/util/number/itoa64$2 + br $__inlined_func$~lib/util/number/itoa64$4 end i64.const 0 local.get $5 @@ -29315,15 +29166,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $2 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14704 - i32.store offset=8 local.get $2 i32.const 14704 call $~lib/string/String.__eq @@ -29343,19 +29191,16 @@ i32.const 14864 call $~lib/rt/__newArray local.tee $0 - i32.store offset=368 + i32.store offset=364 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 + i32.store offset=8 local.get $0 call $~lib/array/Array<~lib/string/String|null>#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14912 - i32.store offset=8 local.get $0 i32.const 14912 call $~lib/string/String.__eq @@ -29376,16 +29221,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 + i32.store offset=8 local.get $0 call $~lib/array/Array<~lib/string/String|null>#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15072 - i32.store offset=8 local.get $0 i32.const 15072 call $~lib/string/String.__eq @@ -29406,7 +29248,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=372 + i32.store offset=368 local.get $1 i32.const 0 i32.const 2 @@ -29424,12 +29266,12 @@ call $~lib/rt/__newArray call $~lib/array/Array#__set local.get $1 - i32.store offset=376 + i32.store offset=372 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=48 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -29437,15 +29279,12 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 i32.store global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -29636,15 +29475,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $2 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15168 - i32.store offset=8 local.get $2 i32.const 15168 call $~lib/string/String.__eq @@ -29665,7 +29501,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=380 + i32.store offset=376 local.get $1 i32.const 0 i32.const 2 @@ -29683,12 +29519,12 @@ call $~lib/rt/__newArray call $~lib/array/Array#__set local.get $1 - i32.store offset=384 + i32.store offset=380 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=48 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -29696,15 +29532,12 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 i32.store global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -29895,15 +29728,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $2 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15168 - i32.store offset=8 local.get $2 i32.const 15168 call $~lib/string/String.__eq @@ -29924,7 +29754,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=388 + i32.store offset=384 global.get $~lib/memory/__stack_pointer i32.const 1 i32.const 2 @@ -29932,7 +29762,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $2 - i32.store offset=392 + i32.store offset=388 local.get $2 i32.const 0 i32.const 1 @@ -29946,12 +29776,12 @@ local.get $2 call $~lib/array/Array#__set local.get $1 - i32.store offset=396 + i32.store offset=392 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=48 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -29959,15 +29789,12 @@ i32.lt_s br_if $folding-inner2 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 i32.store global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -30158,15 +29985,12 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $2 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13568 - i32.store offset=8 local.get $2 i32.const 13568 call $~lib/string/String.__eq @@ -30187,7 +30011,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=400 + i32.store offset=396 local.get $1 i32.const 0 i32.const 1 @@ -30221,7 +30045,7 @@ call $~lib/rt/__newArray call $~lib/array/Array#__set local.get $1 - i32.store offset=404 + i32.store offset=400 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -30229,7 +30053,7 @@ local.get $1 call $~lib/array/Array<~lib/array/Array>#flat local.tee $1 - i32.store offset=408 + i32.store offset=404 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -30283,7 +30107,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=412 + i32.store offset=408 local.get $1 i32.const 0 i32.const 1 @@ -30317,7 +30141,7 @@ call $~lib/rt/__newArray call $~lib/array/Array#__set local.get $1 - i32.store offset=416 + i32.store offset=412 global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $1 @@ -30479,7 +30303,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $10 - i32.store offset=420 + i32.store offset=416 global.get $~lib/memory/__stack_pointer i32.const 8 i32.const 2 @@ -30487,7 +30311,7 @@ i32.const 15792 call $~lib/rt/__newArray local.tee $1 - i32.store offset=424 + i32.store offset=420 global.get $~lib/memory/__stack_pointer local.get $10 i32.store @@ -30561,7 +30385,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=428 + i32.store offset=424 local.get $1 i32.const 0 i32.const 0 @@ -30579,7 +30403,7 @@ call $~lib/rt/__newArray call $~lib/array/Array#__set local.get $1 - i32.store offset=432 + i32.store offset=428 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 @@ -30607,7 +30431,7 @@ i32.const 0 call $~lib/rt/__newArray local.tee $1 - i32.store offset=436 + i32.store offset=432 local.get $1 i32.const 0 i32.const 1 @@ -30625,7 +30449,7 @@ call $~lib/rt/__newArray call $~lib/array/Array#__set local.get $1 - i32.store offset=440 + i32.store offset=436 global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $1 @@ -30735,7 +30559,7 @@ local.get $3 call $~lib/array/Array<~lib/array/Array>#flat local.tee $0 - i32.store offset=444 + i32.store offset=440 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -30857,7 +30681,7 @@ i32.add global.set $~lib/rt/itcms/threshold global.get $~lib/memory/__stack_pointer - i32.const 448 + i32.const 444 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/std/console.debug.wat b/tests/compiler/std/console.debug.wat index 7cb71cc16f..2bd7371986 100644 --- a/tests/compiler/std/console.debug.wat +++ b/tests/compiler/std/console.debug.wat @@ -35,6 +35,46 @@ (elem $0 (i32.const 1)) (export "memory" (memory $0)) (start $~start) + (func $start:std/console + i32.const 0 + i32.const 32 + call $~lib/console/console.assert + i32.const 1 + i32.const 64 + call $~lib/console/console.assert + i32.const 96 + call $~lib/console/console.log + i32.const 144 + call $~lib/console/console.debug + i32.const 192 + call $~lib/console/console.info + i32.const 240 + call $~lib/console/console.warn + i32.const 288 + call $~lib/console/console.error + i32.const 336 + call $~lib/console/console.time + i32.const 336 + call $~lib/console/console.timeLog + i32.const 336 + call $~lib/console/console.timeEnd + i32.const 384 + call $~lib/console/console.timeLog + i32.const 384 + call $~lib/console/console.timeEnd + i32.const 432 + call $~lib/console/console.time + i32.const 432 + call $~lib/console/console.time + i32.const 480 + call $~lib/console/console.log + i32.const 512 + call $~lib/console/console.log + i32.const 544 + call $~lib/console/console.log + i32.const 576 + call $~lib/console/console.log + ) (func $~start call $start:std/console ) @@ -252,147 +292,4 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $start:std/console - (local $0 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - call $~stack_check - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - i32.const 0 - i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.assert - i32.const 1 - i32.const 64 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.assert - i32.const 96 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.log - i32.const 144 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.debug - i32.const 192 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.info - i32.const 240 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.warn - i32.const 288 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.error - i32.const 336 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.time - i32.const 336 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.timeLog - i32.const 336 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.timeEnd - i32.const 384 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.timeLog - i32.const 384 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.timeEnd - i32.const 432 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.time - i32.const 432 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.time - i32.const 480 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.log - i32.const 512 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.log - i32.const 544 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.log - i32.const 576 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/console/console.log - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - ) ) diff --git a/tests/compiler/std/console.release.wat b/tests/compiler/std/console.release.wat index 6fb1edc1d1..a45eaf7c52 100644 --- a/tests/compiler/std/console.release.wat +++ b/tests/compiler/std/console.release.wat @@ -46,42 +46,19 @@ (export "memory" (memory $0)) (start $~start) (func $~start + i32.const 0 + i32.const 1056 + call $~lib/console/console.assert + i32.const 1 + i32.const 1088 + call $~lib/console/console.assert + i32.const 1120 + call $~lib/console/console.log global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 1612 - i32.lt_s - br_if $folding-inner0 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store - i32.const 0 - i32.const 1056 - call $~lib/console/console.assert - global.get $~lib/memory/__stack_pointer - i32.const 1088 - i32.store - i32.const 1 - i32.const 1088 - call $~lib/console/console.assert - global.get $~lib/memory/__stack_pointer - i32.const 1120 - i32.store - i32.const 1120 - call $~lib/console/console.log - global.get $~lib/memory/__stack_pointer - i32.const 1168 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 1612 i32.lt_s @@ -99,9 +76,6 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1216 - i32.store - global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -122,9 +96,6 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1264 - i32.store - global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -145,9 +116,6 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 1312 - i32.store - global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -167,65 +135,28 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1360 - i32.store i32.const 1360 call $~lib/console/console.time - global.get $~lib/memory/__stack_pointer - i32.const 1360 - i32.store i32.const 1360 call $~lib/console/console.timeLog - global.get $~lib/memory/__stack_pointer - i32.const 1360 - i32.store i32.const 1360 call $~lib/console/console.timeEnd - global.get $~lib/memory/__stack_pointer - i32.const 1408 - i32.store i32.const 1408 call $~lib/console/console.timeLog - global.get $~lib/memory/__stack_pointer - i32.const 1408 - i32.store i32.const 1408 call $~lib/console/console.timeEnd - global.get $~lib/memory/__stack_pointer - i32.const 1456 - i32.store i32.const 1456 call $~lib/console/console.time - global.get $~lib/memory/__stack_pointer - i32.const 1456 - i32.store i32.const 1456 call $~lib/console/console.time - global.get $~lib/memory/__stack_pointer - i32.const 1504 - i32.store i32.const 1504 call $~lib/console/console.log - global.get $~lib/memory/__stack_pointer - i32.const 1536 - i32.store i32.const 1536 call $~lib/console/console.log - global.get $~lib/memory/__stack_pointer - i32.const 1568 - i32.store i32.const 1568 call $~lib/console/console.log - global.get $~lib/memory/__stack_pointer - i32.const 1600 - i32.store i32.const 1600 call $~lib/console/console.log - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer return end i32.const 34400 diff --git a/tests/compiler/std/date.debug.wat b/tests/compiler/std/date.debug.wat index f76228e436..f67503e5e9 100644 --- a/tests/compiler/std/date.debug.wat +++ b/tests/compiler/std/date.debug.wat @@ -4711,13 +4711,13 @@ (func $~lib/date/stringify (param $value i32) (param $padding i32) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $value i32.const 10 call $~lib/number/I32#toString @@ -4728,15 +4728,10 @@ local.get $2 local.get $padding i32.const 848 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 call $~lib/string/String#padStart local.set $2 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -5415,11 +5410,6 @@ i32.store local.get $19 i32.const 2432 - local.set $19 - global.get $~lib/memory/__stack_pointer - local.get $19 - i32.store offset=4 - local.get $19 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $19 global.get $~lib/memory/__stack_pointer @@ -5746,11 +5736,6 @@ i32.store offset=8 local.get $20 i32.const 2432 - local.set $20 - global.get $~lib/memory/__stack_pointer - local.get $20 - i32.store offset=48 - local.get $20 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $20 global.get $~lib/memory/__stack_pointer @@ -5874,11 +5859,6 @@ i32.store local.get $7 i32.const 2432 - local.set $7 - global.get $~lib/memory/__stack_pointer - local.get $7 - i32.store offset=28 - local.get $7 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $7 global.get $~lib/memory/__stack_pointer @@ -6205,11 +6185,6 @@ i32.store offset=8 local.get $26 i32.const 2432 - local.set $26 - global.get $~lib/memory/__stack_pointer - local.get $26 - i32.store offset=72 - local.get $26 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $26 global.get $~lib/memory/__stack_pointer @@ -7479,11 +7454,6 @@ i32.store offset=4 local.get $21 i32.const 2432 - local.set $21 - global.get $~lib/memory/__stack_pointer - local.get $21 - i32.store offset=24 - local.get $21 call $~lib/array/Array<~lib/string/String>#push drop end @@ -7584,11 +7554,6 @@ i32.store offset=4 local.get $21 i32.const 2432 - local.set $21 - global.get $~lib/memory/__stack_pointer - local.get $21 - i32.store offset=24 - local.get $21 call $~lib/array/Array<~lib/string/String>#push drop end @@ -8017,13 +7982,13 @@ (local $radix|45 i32) (local $46 i32) global.get $~lib/memory/__stack_pointer - i32.const 76 + i32.const 72 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 76 + i32.const 72 memory.fill local.get $dateTimeString local.set $46 @@ -8062,11 +8027,6 @@ i32.store local.get $46 i32.const 2464 - local.set $46 - global.get $~lib/memory/__stack_pointer - local.get $46 - i32.store offset=8 - local.get $46 i32.const 0 call $~lib/string/String#indexOf local.set $posT @@ -8101,7 +8061,7 @@ i32.const 0 call $~lib/string/String#substring@varargs local.tee $timeString - i32.store offset=12 + i32.store offset=8 local.get $timeString local.set $46 global.get $~lib/memory/__stack_pointer @@ -8142,7 +8102,7 @@ local.get $i call $~lib/string/String#substring local.tee $timeString - i32.store offset=12 + i32.store offset=8 br $for-break0 else local.get $c @@ -8182,11 +8142,6 @@ i32.store local.get $46 i32.const 2496 - local.set $46 - global.get $~lib/memory/__stack_pointer - local.get $46 - i32.store offset=8 - local.get $46 local.get $i i32.const 1 i32.add @@ -8210,7 +8165,7 @@ local.get $posColon call $~lib/string/String#substring local.tee $value - i32.store offset=16 + i32.store offset=12 i32.const 0 local.set $radix local.get $value @@ -8240,7 +8195,7 @@ i32.const 0 call $~lib/string/String#substring@varargs local.tee $value|15 - i32.store offset=20 + i32.store offset=16 i32.const 0 local.set $radix|16 local.get $value|15 @@ -8279,7 +8234,7 @@ i32.const 0 call $~lib/string/String#substring@varargs local.tee $value|18 - i32.store offset=24 + i32.store offset=20 i32.const 0 local.set $radix|19 local.get $value|18 @@ -8318,7 +8273,7 @@ local.get $i call $~lib/string/String#substring local.tee $timeString - i32.store offset=12 + i32.store offset=8 br $for-break0 end end @@ -8338,17 +8293,12 @@ i32.store local.get $46 i32.const 2496 - local.set $46 - global.get $~lib/memory/__stack_pointer - local.get $46 - i32.store offset=8 - local.get $46 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $timeParts - i32.store offset=28 + i32.store offset=24 local.get $timeParts local.set $46 global.get $~lib/memory/__stack_pointer @@ -8379,7 +8329,7 @@ i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.tee $value|23 - i32.store offset=32 + i32.store offset=28 i32.const 0 local.set $radix|24 local.get $value|23 @@ -8404,7 +8354,7 @@ i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.tee $value|25 - i32.store offset=36 + i32.store offset=32 i32.const 0 local.set $radix|26 local.get $value|25 @@ -8432,7 +8382,7 @@ i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.tee $secAndFrac - i32.store offset=40 + i32.store offset=36 local.get $secAndFrac local.set $46 global.get $~lib/memory/__stack_pointer @@ -8440,11 +8390,6 @@ i32.store local.get $46 i32.const 2528 - local.set $46 - global.get $~lib/memory/__stack_pointer - local.get $46 - i32.store offset=8 - local.get $46 i32.const 0 call $~lib/string/String#indexOf local.set $posDot @@ -8464,7 +8409,7 @@ local.get $posDot call $~lib/string/String#substring local.tee $value|29 - i32.store offset=44 + i32.store offset=40 i32.const 0 local.set $radix|30 local.get $value|29 @@ -8484,7 +8429,7 @@ local.set $46 global.get $~lib/memory/__stack_pointer local.get $46 - i32.store offset=48 + i32.store offset=44 local.get $46 local.get $posDot i32.const 1 @@ -8498,14 +8443,9 @@ local.get $46 i32.const 3 i32.const 848 - local.set $46 - global.get $~lib/memory/__stack_pointer - local.get $46 - i32.store offset=8 - local.get $46 call $~lib/string/String#padEnd local.tee $value|31 - i32.store offset=52 + i32.store offset=48 i32.const 0 local.set $radix|32 local.get $value|31 @@ -8524,7 +8464,7 @@ global.get $~lib/memory/__stack_pointer local.get $secAndFrac local.tee $value|33 - i32.store offset=56 + i32.store offset=52 i32.const 0 local.set $radix|34 local.get $value|33 @@ -8549,17 +8489,12 @@ i32.store local.get $46 i32.const 592 - local.set $46 - global.get $~lib/memory/__stack_pointer - local.get $46 - i32.store offset=8 - local.get $46 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $parts - i32.store offset=60 + i32.store offset=56 block $~lib/builtins/i32.parse|inlined.8 (result i32) global.get $~lib/memory/__stack_pointer local.get $parts @@ -8571,7 +8506,7 @@ i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.tee $value|36 - i32.store offset=64 + i32.store offset=60 i32.const 0 local.set $radix|37 local.get $value|36 @@ -8612,7 +8547,7 @@ i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.tee $value|42 - i32.store offset=68 + i32.store offset=64 i32.const 0 local.set $radix|43 local.get $value|42 @@ -8641,7 +8576,7 @@ i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.tee $value|44 - i32.store offset=72 + i32.store offset=68 i32.const 0 local.set $radix|45 local.get $value|44 @@ -8672,7 +8607,7 @@ call $~lib/date/Date#constructor local.set $46 global.get $~lib/memory/__stack_pointer - i32.const 76 + i32.const 72 i32.add global.set $~lib/memory/__stack_pointer local.get $46 @@ -8845,13 +8780,13 @@ (local $163 i32) (local $164 i32) global.get $~lib/memory/__stack_pointer - i32.const 440 + i32.const 436 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 440 + i32.const 436 memory.fill block $~lib/date/Date.UTC|inlined.0 (result i64) i32.const 1970 @@ -11876,7 +11811,7 @@ local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toISOString local.set $164 @@ -11885,11 +11820,6 @@ i32.store offset=8 local.get $164 i32.const 2672 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11912,7 +11842,7 @@ local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toISOString local.set $164 @@ -11921,11 +11851,6 @@ i32.store offset=8 local.get $164 i32.const 2752 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11946,7 +11871,7 @@ local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toISOString local.set $164 @@ -11955,11 +11880,6 @@ i32.store offset=8 local.get $164 i32.const 2832 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -11980,7 +11900,7 @@ local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toISOString local.set $164 @@ -11989,11 +11909,6 @@ i32.store offset=8 local.get $164 i32.const 2912 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -12014,7 +11929,7 @@ local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toISOString local.set $164 @@ -12023,11 +11938,6 @@ i32.store offset=8 local.get $164 i32.const 2992 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -12048,7 +11958,7 @@ local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toISOString local.set $164 @@ -12057,11 +11967,6 @@ i32.store offset=8 local.get $164 i32.const 3072 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -12082,7 +11987,7 @@ local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toISOString local.set $164 @@ -12091,11 +11996,6 @@ i32.store offset=8 local.get $164 i32.const 3152 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -12116,7 +12016,7 @@ local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toISOString local.set $164 @@ -12125,11 +12025,6 @@ i32.store offset=8 local.get $164 i32.const 3232 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -12150,7 +12045,7 @@ local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toISOString local.set $164 @@ -12159,11 +12054,6 @@ i32.store offset=8 local.get $164 i32.const 3312 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -12179,12 +12069,12 @@ i64.const -61536067200000 call $~lib/date/Date#constructor local.tee $124 - i32.store offset=280 + i32.store offset=276 local.get $124 local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toDateString local.set $164 @@ -12193,11 +12083,6 @@ i32.store offset=8 local.get $164 i32.const 4240 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -12213,12 +12098,12 @@ i64.const 1580601600000 call $~lib/date/Date#constructor local.tee $124 - i32.store offset=280 + i32.store offset=276 local.get $124 local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toDateString local.set $164 @@ -12227,11 +12112,6 @@ i32.store offset=8 local.get $164 i32.const 4304 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -12247,12 +12127,12 @@ i64.const -62183116800000 call $~lib/date/Date#constructor local.tee $124 - i32.store offset=280 + i32.store offset=276 local.get $124 local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toDateString local.set $164 @@ -12261,11 +12141,6 @@ i32.store offset=8 local.get $164 i32.const 4368 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -12281,12 +12156,12 @@ i64.const -61536067200000 call $~lib/date/Date#constructor local.tee $125 - i32.store offset=284 + i32.store offset=280 local.get $125 local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toTimeString local.set $164 @@ -12295,11 +12170,6 @@ i32.store offset=8 local.get $164 i32.const 4480 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -12315,12 +12185,12 @@ i64.const 253402300799999 call $~lib/date/Date#constructor local.tee $125 - i32.store offset=284 + i32.store offset=280 local.get $125 local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toTimeString local.set $164 @@ -12329,11 +12199,6 @@ i32.store offset=8 local.get $164 i32.const 4528 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -12349,12 +12214,12 @@ i64.const -61536067200000 call $~lib/date/Date#constructor local.tee $126 - i32.store offset=288 + i32.store offset=284 local.get $126 local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toUTCString local.set $164 @@ -12363,11 +12228,6 @@ i32.store offset=8 local.get $164 i32.const 5424 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -12383,12 +12243,12 @@ i64.const 1580741613467 call $~lib/date/Date#constructor local.tee $126 - i32.store offset=288 + i32.store offset=284 local.get $126 local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toUTCString local.set $164 @@ -12397,11 +12257,6 @@ i32.store offset=8 local.get $164 i32.const 5504 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -12417,12 +12272,12 @@ i64.const -62183116800000 call $~lib/date/Date#constructor local.tee $126 - i32.store offset=288 + i32.store offset=284 local.get $126 local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toUTCString local.set $164 @@ -12431,11 +12286,6 @@ i32.store offset=8 local.get $164 i32.const 5584 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -12448,19 +12298,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 5664 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.26 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $128 - i32.store offset=296 + i32.store offset=292 local.get $128 local.set $164 global.get $~lib/memory/__stack_pointer @@ -12483,19 +12328,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 5936 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.27 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $129 - i32.store offset=300 + i32.store offset=296 local.get $129 local.set $164 global.get $~lib/memory/__stack_pointer @@ -12518,19 +12358,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 5984 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.28 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $130 - i32.store offset=304 + i32.store offset=300 local.get $130 local.set $164 global.get $~lib/memory/__stack_pointer @@ -12553,19 +12388,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 6032 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.29 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $131 - i32.store offset=308 + i32.store offset=304 local.get $131 local.set $164 global.get $~lib/memory/__stack_pointer @@ -12588,19 +12418,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 6096 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.30 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $132 - i32.store offset=312 + i32.store offset=308 local.get $132 local.set $164 global.get $~lib/memory/__stack_pointer @@ -12623,19 +12448,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 6176 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.31 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $133 - i32.store offset=316 + i32.store offset=312 local.get $133 local.set $164 global.get $~lib/memory/__stack_pointer @@ -12658,19 +12478,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 6256 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.32 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $134 - i32.store offset=320 + i32.store offset=316 local.get $134 local.set $164 global.get $~lib/memory/__stack_pointer @@ -12693,19 +12508,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 6336 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.33 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $135 - i32.store offset=324 + i32.store offset=320 local.get $135 local.set $164 global.get $~lib/memory/__stack_pointer @@ -12728,19 +12538,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 6416 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.34 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $136 - i32.store offset=328 + i32.store offset=324 local.get $136 local.set $164 global.get $~lib/memory/__stack_pointer @@ -12763,19 +12568,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 6480 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.35 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $137 - i32.store offset=332 + i32.store offset=328 local.get $137 local.set $164 global.get $~lib/memory/__stack_pointer @@ -12798,19 +12598,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 6560 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.36 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $138 - i32.store offset=336 + i32.store offset=332 local.get $138 local.set $164 global.get $~lib/memory/__stack_pointer @@ -12833,19 +12628,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 6640 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.37 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $139 - i32.store offset=340 + i32.store offset=336 local.get $139 local.set $164 global.get $~lib/memory/__stack_pointer @@ -12868,19 +12658,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 6720 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.38 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $140 - i32.store offset=344 + i32.store offset=340 local.get $140 local.set $164 global.get $~lib/memory/__stack_pointer @@ -12903,19 +12688,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 6800 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.39 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $141 - i32.store offset=348 + i32.store offset=344 local.get $141 local.set $164 global.get $~lib/memory/__stack_pointer @@ -12938,19 +12718,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 6896 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.40 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $142 - i32.store offset=352 + i32.store offset=348 local.get $142 local.set $164 global.get $~lib/memory/__stack_pointer @@ -12973,19 +12748,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 6928 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.41 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $143 - i32.store offset=356 + i32.store offset=352 local.get $143 local.set $164 global.get $~lib/memory/__stack_pointer @@ -13008,19 +12778,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 6960 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.42 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $144 - i32.store offset=360 + i32.store offset=356 local.get $144 local.set $164 global.get $~lib/memory/__stack_pointer @@ -13043,19 +12808,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 6992 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.43 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $145 - i32.store offset=364 + i32.store offset=360 local.get $145 local.set $164 global.get $~lib/memory/__stack_pointer @@ -13078,19 +12838,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 5664 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.44 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $146 - i32.store offset=368 + i32.store offset=364 local.get $146 local.set $164 global.get $~lib/memory/__stack_pointer @@ -13113,19 +12868,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 7040 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.45 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $147 - i32.store offset=372 + i32.store offset=368 local.get $147 local.set $164 global.get $~lib/memory/__stack_pointer @@ -13148,19 +12898,14 @@ end global.get $~lib/memory/__stack_pointer i32.const 6032 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=8 - local.get $164 call $~lib/date/Date.fromString local.tee $127 - i32.store offset=292 + i32.store offset=288 block $~lib/date/Date#getTime|inlined.46 (result i64) global.get $~lib/memory/__stack_pointer local.get $127 local.tee $148 - i32.store offset=376 + i32.store offset=372 local.get $148 local.set $164 global.get $~lib/memory/__stack_pointer @@ -13186,18 +12931,18 @@ i64.const -8640000000000000 call $~lib/date/Date#constructor local.tee $149 - i32.store offset=380 + i32.store offset=376 global.get $~lib/memory/__stack_pointer i32.const 0 i64.const 8640000000000000 call $~lib/date/Date#constructor local.tee $150 - i32.store offset=384 + i32.store offset=380 block $~lib/date/Date#getTime|inlined.47 (result i64) global.get $~lib/memory/__stack_pointer local.get $149 local.tee $151 - i32.store offset=388 + i32.store offset=384 local.get $151 local.set $164 global.get $~lib/memory/__stack_pointer @@ -13222,7 +12967,7 @@ global.get $~lib/memory/__stack_pointer local.get $150 local.tee $152 - i32.store offset=392 + i32.store offset=388 local.get $152 local.set $164 global.get $~lib/memory/__stack_pointer @@ -13247,7 +12992,7 @@ global.get $~lib/memory/__stack_pointer local.get $149 local.tee $153 - i32.store offset=396 + i32.store offset=392 local.get $153 local.set $164 global.get $~lib/memory/__stack_pointer @@ -13272,7 +13017,7 @@ global.get $~lib/memory/__stack_pointer local.get $150 local.tee $154 - i32.store offset=400 + i32.store offset=396 local.get $154 local.set $164 global.get $~lib/memory/__stack_pointer @@ -13297,7 +13042,7 @@ global.get $~lib/memory/__stack_pointer local.get $149 local.tee $155 - i32.store offset=404 + i32.store offset=400 local.get $155 local.set $164 global.get $~lib/memory/__stack_pointer @@ -13324,7 +13069,7 @@ global.get $~lib/memory/__stack_pointer local.get $150 local.tee $156 - i32.store offset=408 + i32.store offset=404 local.get $156 local.set $164 global.get $~lib/memory/__stack_pointer @@ -13351,7 +13096,7 @@ global.get $~lib/memory/__stack_pointer local.get $149 local.tee $157 - i32.store offset=412 + i32.store offset=408 local.get $157 local.set $164 global.get $~lib/memory/__stack_pointer @@ -13376,7 +13121,7 @@ global.get $~lib/memory/__stack_pointer local.get $150 local.tee $158 - i32.store offset=416 + i32.store offset=412 local.get $158 local.set $164 global.get $~lib/memory/__stack_pointer @@ -13401,7 +13146,7 @@ local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toISOString local.set $164 @@ -13410,11 +13155,6 @@ i32.store offset=8 local.get $164 i32.const 7104 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -13429,7 +13169,7 @@ local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toISOString local.set $164 @@ -13438,11 +13178,6 @@ i32.store offset=8 local.get $164 i32.const 7184 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -13460,7 +13195,7 @@ i64.sub call $~lib/date/Date#constructor local.tee $159 - i32.store offset=420 + i32.store offset=416 global.get $~lib/memory/__stack_pointer i32.const 0 i64.const -8640000000000000 @@ -13468,12 +13203,12 @@ i64.add call $~lib/date/Date#constructor local.tee $160 - i32.store offset=424 + i32.store offset=420 block $~lib/date/Date#getUTCFullYear|inlined.9 (result i32) global.get $~lib/memory/__stack_pointer local.get $160 local.tee $161 - i32.store offset=428 + i32.store offset=424 local.get $161 local.set $164 global.get $~lib/memory/__stack_pointer @@ -13498,7 +13233,7 @@ global.get $~lib/memory/__stack_pointer local.get $160 local.tee $162 - i32.store offset=432 + i32.store offset=428 local.get $162 local.set $164 global.get $~lib/memory/__stack_pointer @@ -13525,7 +13260,7 @@ global.get $~lib/memory/__stack_pointer local.get $160 local.tee $163 - i32.store offset=436 + i32.store offset=432 local.get $163 local.set $164 global.get $~lib/memory/__stack_pointer @@ -13622,7 +13357,7 @@ local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toISOString local.set $164 @@ -13631,11 +13366,6 @@ i32.store offset=8 local.get $164 i32.const 7264 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -13650,7 +13380,7 @@ local.set $164 global.get $~lib/memory/__stack_pointer local.get $164 - i32.store offset=276 + i32.store offset=272 local.get $164 call $~lib/date/Date#toISOString local.set $164 @@ -13659,11 +13389,6 @@ i32.store offset=8 local.get $164 i32.const 7344 - local.set $164 - global.get $~lib/memory/__stack_pointer - local.get $164 - i32.store offset=272 - local.get $164 call $~lib/string/String.__eq i32.eqz if @@ -13675,7 +13400,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 440 + i32.const 436 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/std/date.release.wat b/tests/compiler/std/date.release.wat index 9c9a523680..4b706f0de3 100644 --- a/tests/compiler/std/date.release.wat +++ b/tests/compiler/std/date.release.wat @@ -3269,7 +3269,7 @@ (local $6 i32) (local $7 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -3278,8 +3278,8 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $0 call $~lib/number/I32#toString local.set $0 @@ -3287,9 +3287,6 @@ local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 1872 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -3402,7 +3399,7 @@ local.set $0 end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $0 @@ -3998,9 +3995,6 @@ global.get $~lib/memory/__stack_pointer i32.const 3616 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store offset=4 i32.const 3616 call $~lib/staticarray/StaticArray<~lib/string/String>#join global.get $~lib/memory/__stack_pointer @@ -4351,9 +4345,6 @@ global.get $~lib/memory/__stack_pointer i32.const 5152 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store offset=48 i32.const 5152 call $~lib/staticarray/StaticArray<~lib/string/String>#join global.get $~lib/memory/__stack_pointer @@ -4464,9 +4455,6 @@ global.get $~lib/memory/__stack_pointer i32.const 5456 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store offset=28 i32.const 5456 call $~lib/staticarray/StaticArray<~lib/string/String>#join global.get $~lib/memory/__stack_pointer @@ -4804,9 +4792,6 @@ global.get $~lib/memory/__stack_pointer i32.const 6368 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store offset=72 i32.const 6368 call $~lib/staticarray/StaticArray<~lib/string/String>#join global.get $~lib/memory/__stack_pointer @@ -5829,9 +5814,6 @@ global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store offset=24 local.get $2 i32.const 3456 call $~lib/array/Array<~lib/string/String>#push @@ -5901,9 +5883,6 @@ global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store offset=24 local.get $2 i32.const 3456 call $~lib/array/Array<~lib/string/String>#push @@ -6091,7 +6070,7 @@ (local $11 i32) (local $12 i32) global.get $~lib/memory/__stack_pointer - i32.const 76 + i32.const 72 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -6101,7 +6080,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 76 + i32.const 72 memory.fill global.get $~lib/memory/__stack_pointer local.get $0 @@ -6121,17 +6100,15 @@ call $~lib/builtins/abort unreachable end + local.get $0 + local.set $1 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3488 - i32.store offset=8 local.get $0 - local.tee $1 i32.const 3488 i32.const 0 call $~lib/string/String#indexOf @@ -6160,12 +6137,12 @@ i32.const 1 i32.add call $~lib/string/String#substring@varargs - local.tee $0 - i32.store offset=12 + local.tee $2 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store - local.get $0 + local.get $2 i32.const 20 i32.sub i32.load offset=16 @@ -6180,7 +6157,7 @@ i32.ge_s if global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer i32.const 4 @@ -6194,11 +6171,11 @@ i32.const 0 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store block $__inlined_func$~lib/string/String#charCodeAt$386 local.get $3 - local.get $0 + local.get $2 i32.const 20 i32.sub i32.load offset=16 @@ -6211,39 +6188,39 @@ i32.add global.set $~lib/memory/__stack_pointer i32.const -1 - local.set $2 + local.set $0 br $__inlined_func$~lib/string/String#charCodeAt$386 end - local.get $0 + local.get $2 local.get $3 i32.const 1 i32.shl i32.add i32.load16_u - local.set $2 + local.set $0 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer end block $for-break0 - local.get $2 + local.get $0 i32.const 90 i32.eq br_if $for-break0 - local.get $2 + local.get $0 i32.const 45 i32.eq - local.get $2 + local.get $0 i32.const 43 i32.eq i32.or if global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store local.get $3 - local.get $0 + local.get $2 i32.const 20 i32.sub i32.load offset=16 @@ -6261,13 +6238,10 @@ unreachable end global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3520 - i32.store offset=8 i32.const 0 - local.get $0 + local.get $2 i32.const 3520 local.get $3 i32.const 1 @@ -6279,15 +6253,15 @@ i32.xor if (result i32) global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 local.get $5 local.get $7 call $~lib/string/String#substring local.tee $5 - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $5 i32.store @@ -6295,18 +6269,18 @@ call $~lib/util/string/strtol local.set $5 global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 local.get $7 i32.const 1 i32.add call $~lib/string/String#substring@varargs local.tee $7 - i32.store offset=20 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $7 i32.store @@ -6320,18 +6294,18 @@ i32.mul else global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 local.get $3 i32.const 1 i32.add call $~lib/string/String#substring@varargs local.tee $5 - i32.store offset=24 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $5 i32.store @@ -6343,7 +6317,7 @@ local.tee $5 i32.sub local.get $5 - local.get $2 + local.get $0 i32.const 45 i32.eq select @@ -6357,31 +6331,28 @@ br $for-loop|0 end global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.const 0 local.get $3 call $~lib/string/String#substring - local.tee $0 - i32.store offset=12 + local.tee $2 + i32.store offset=8 end end global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3520 - i32.store offset=8 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer - local.get $0 + local.get $2 i32.const 3520 call $~lib/string/String#split@varargs local.tee $0 - i32.store offset=28 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -6406,7 +6377,7 @@ i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.tee $3 - i32.store offset=32 + i32.store offset=28 global.get $~lib/memory/__stack_pointer local.get $3 i32.store @@ -6421,7 +6392,7 @@ i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.tee $7 - i32.store offset=36 + i32.store offset=32 global.get $~lib/memory/__stack_pointer local.get $7 i32.store @@ -6440,13 +6411,10 @@ i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.tee $2 - i32.store offset=40 + i32.store offset=36 global.get $~lib/memory/__stack_pointer local.get $2 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3552 - i32.store offset=8 local.get $2 i32.const 3552 i32.const 0 @@ -6464,7 +6432,7 @@ local.get $0 call $~lib/string/String#substring local.tee $6 - i32.store offset=44 + i32.store offset=40 global.get $~lib/memory/__stack_pointer local.get $6 i32.store @@ -6475,7 +6443,7 @@ block $__inlined_func$~lib/string/String#substr$387 (result i32) global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=48 + i32.store offset=44 local.get $0 i32.const 1 i32.add @@ -6562,9 +6530,6 @@ local.get $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 1872 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -6680,7 +6645,7 @@ local.set $0 end local.get $0 - i32.store offset=52 + i32.store offset=48 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -6690,7 +6655,7 @@ else global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=56 + i32.store offset=52 global.get $~lib/memory/__stack_pointer local.get $2 i32.store @@ -6703,9 +6668,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1616 - i32.store offset=8 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -6713,7 +6675,7 @@ i32.const 1616 call $~lib/string/String#split@varargs local.tee $0 - i32.store offset=60 + i32.store offset=56 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -6722,7 +6684,7 @@ i32.const 0 call $~lib/array/Array<~lib/string/String>#__get local.tee $1 - i32.store offset=64 + i32.store offset=60 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -6747,7 +6709,7 @@ i32.const 1 call $~lib/array/Array<~lib/string/String>#__get local.tee $1 - i32.store offset=68 + i32.store offset=64 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -6766,7 +6728,7 @@ i32.const 2 call $~lib/array/Array<~lib/string/String>#__get local.tee $0 - i32.store offset=72 + i32.store offset=68 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -6791,7 +6753,7 @@ i64.sub call $~lib/date/Date#constructor global.get $~lib/memory/__stack_pointer - i32.const 76 + i32.const 72 i32.add global.set $~lib/memory/__stack_pointer return @@ -6809,7 +6771,7 @@ (local $2 i32) (local $3 i32) global.get $~lib/memory/__stack_pointer - i32.const 440 + i32.const 436 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -6825,7 +6787,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 440 + i32.const 436 memory.fill block $folding-inner0 i32.const 1970 @@ -9332,16 +9294,13 @@ i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 3696 - i32.store offset=272 local.get $0 i32.const 3696 call $~lib/string/String.__eq @@ -9361,16 +9320,13 @@ i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 3776 - i32.store offset=272 local.get $0 i32.const 3776 call $~lib/string/String.__eq @@ -9390,16 +9346,13 @@ i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 3856 - i32.store offset=272 local.get $0 i32.const 3856 call $~lib/string/String.__eq @@ -9419,16 +9372,13 @@ i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 3936 - i32.store offset=272 local.get $0 i32.const 3936 call $~lib/string/String.__eq @@ -9448,16 +9398,13 @@ i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 4016 - i32.store offset=272 local.get $0 i32.const 4016 call $~lib/string/String.__eq @@ -9477,16 +9424,13 @@ i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 4096 - i32.store offset=272 local.get $0 i32.const 4096 call $~lib/string/String.__eq @@ -9506,16 +9450,13 @@ i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 4176 - i32.store offset=272 local.get $0 i32.const 4176 call $~lib/string/String.__eq @@ -9535,16 +9476,13 @@ i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 4256 - i32.store offset=272 local.get $0 i32.const 4256 call $~lib/string/String.__eq @@ -9564,16 +9502,13 @@ i32.store offset=268 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 4336 - i32.store offset=272 local.get $0 i32.const 4336 call $~lib/string/String.__eq @@ -9590,19 +9525,16 @@ i64.const -61536067200000 call $~lib/date/Date#constructor local.tee $0 - i32.store offset=280 + i32.store offset=276 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toDateString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 5264 - i32.store offset=272 local.get $0 i32.const 5264 call $~lib/string/String.__eq @@ -9619,19 +9551,16 @@ i64.const 1580601600000 call $~lib/date/Date#constructor local.tee $0 - i32.store offset=280 + i32.store offset=276 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toDateString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 5328 - i32.store offset=272 local.get $0 i32.const 5328 call $~lib/string/String.__eq @@ -9648,19 +9577,16 @@ i64.const -62183116800000 call $~lib/date/Date#constructor local.tee $0 - i32.store offset=280 + i32.store offset=276 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toDateString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 5392 - i32.store offset=272 local.get $0 i32.const 5392 call $~lib/string/String.__eq @@ -9677,19 +9603,16 @@ i64.const -61536067200000 call $~lib/date/Date#constructor local.tee $0 - i32.store offset=284 + i32.store offset=280 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toTimeString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 5504 - i32.store offset=272 local.get $0 i32.const 5504 call $~lib/string/String.__eq @@ -9706,19 +9629,16 @@ i64.const 253402300799999 call $~lib/date/Date#constructor local.tee $0 - i32.store offset=284 + i32.store offset=280 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toTimeString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 5552 - i32.store offset=272 local.get $0 i32.const 5552 call $~lib/string/String.__eq @@ -9735,19 +9655,16 @@ i64.const -61536067200000 call $~lib/date/Date#constructor local.tee $0 - i32.store offset=288 + i32.store offset=284 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toUTCString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 6448 - i32.store offset=272 local.get $0 i32.const 6448 call $~lib/string/String.__eq @@ -9764,19 +9681,16 @@ i64.const 1580741613467 call $~lib/date/Date#constructor local.tee $0 - i32.store offset=288 + i32.store offset=284 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toUTCString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 6528 - i32.store offset=272 local.get $0 i32.const 6528 call $~lib/string/String.__eq @@ -9793,19 +9707,16 @@ i64.const -62183116800000 call $~lib/date/Date#constructor local.tee $0 - i32.store offset=288 + i32.store offset=284 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toUTCString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 6608 - i32.store offset=272 local.get $0 i32.const 6608 call $~lib/string/String.__eq @@ -9820,15 +9731,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 6688 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 6688 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=296 + i32.store offset=292 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -9846,15 +9754,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 6960 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 6960 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=300 + i32.store offset=296 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -9872,15 +9777,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 7008 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 7008 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=304 + i32.store offset=300 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -9898,15 +9800,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 7056 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 7056 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=308 + i32.store offset=304 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -9924,15 +9823,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 7120 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 7120 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=312 + i32.store offset=308 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -9950,15 +9846,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 7200 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 7200 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=316 + i32.store offset=312 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -9976,15 +9869,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 7280 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 7280 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=320 + i32.store offset=316 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10002,15 +9892,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 7360 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 7360 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=324 + i32.store offset=320 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10028,15 +9915,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 7440 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 7440 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=328 + i32.store offset=324 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10054,15 +9938,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 7504 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 7504 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=332 + i32.store offset=328 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10080,15 +9961,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 7584 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 7584 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=336 + i32.store offset=332 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10106,15 +9984,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 7664 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 7664 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=340 + i32.store offset=336 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10132,15 +10007,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 7744 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 7744 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=344 + i32.store offset=340 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10158,15 +10030,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 7824 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 7824 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=348 + i32.store offset=344 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10184,15 +10053,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 7920 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 7920 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=352 + i32.store offset=348 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10210,15 +10076,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 7952 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 7952 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=356 + i32.store offset=352 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10236,15 +10099,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 7984 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 7984 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=360 + i32.store offset=356 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10262,15 +10122,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 8016 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 8016 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=364 + i32.store offset=360 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10288,15 +10145,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 6688 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 6688 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=368 + i32.store offset=364 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10314,15 +10168,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 8064 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 8064 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=372 + i32.store offset=368 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10340,15 +10191,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 7056 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 7056 call $~lib/date/Date.fromString local.tee $0 - i32.store offset=292 + i32.store offset=288 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=376 + i32.store offset=372 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10368,15 +10216,15 @@ i64.const -8640000000000000 call $~lib/date/Date#constructor local.tee $0 - i32.store offset=380 + i32.store offset=376 global.get $~lib/memory/__stack_pointer i64.const 8640000000000000 call $~lib/date/Date#constructor local.tee $2 - i32.store offset=384 + i32.store offset=380 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=388 + i32.store offset=384 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10394,7 +10242,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=392 + i32.store offset=388 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 @@ -10412,7 +10260,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=396 + i32.store offset=392 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10430,7 +10278,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=400 + i32.store offset=396 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 @@ -10448,7 +10296,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=404 + i32.store offset=400 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10466,7 +10314,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=408 + i32.store offset=404 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 @@ -10484,7 +10332,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=412 + i32.store offset=408 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 @@ -10502,7 +10350,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=416 + i32.store offset=412 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 @@ -10520,16 +10368,13 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 8128 - i32.store offset=272 local.get $0 i32.const 8128 call $~lib/string/String.__eq @@ -10544,16 +10389,13 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=276 + i32.store offset=272 local.get $2 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 8208 - i32.store offset=272 local.get $0 i32.const 8208 call $~lib/string/String.__eq @@ -10570,15 +10412,15 @@ i64.const 8639999999999999 call $~lib/date/Date#constructor local.tee $0 - i32.store offset=420 + i32.store offset=416 global.get $~lib/memory/__stack_pointer i64.const -8639999999999999 call $~lib/date/Date#constructor local.tee $2 - i32.store offset=424 + i32.store offset=420 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=428 + i32.store offset=424 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 @@ -10596,7 +10438,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=432 + i32.store offset=428 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 @@ -10614,7 +10456,7 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=436 + i32.store offset=432 global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=8 @@ -10686,16 +10528,13 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=276 + i32.store offset=272 local.get $0 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 8288 - i32.store offset=272 local.get $0 i32.const 8288 call $~lib/string/String.__eq @@ -10710,16 +10549,13 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=276 + i32.store offset=272 local.get $2 call $~lib/date/Date#toISOString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 8368 - i32.store offset=272 local.get $0 i32.const 8368 call $~lib/string/String.__eq @@ -10733,7 +10569,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 440 + i32.const 436 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/std/hash.debug.wat b/tests/compiler/std/hash.debug.wat index 0a04055d0c..12f679f2a3 100644 --- a/tests/compiler/std/hash.debug.wat +++ b/tests/compiler/std/hash.debug.wat @@ -198,6 +198,100 @@ end return ) + (func $start:std/hash + i32.const 0 + call $~lib/util/hash/HASH<~lib/string/String|null> + call $std/hash/check + drop + i32.const 32 + call $~lib/util/hash/HASH<~lib/string/String> + call $std/hash/check + drop + i32.const 64 + call $~lib/util/hash/HASH<~lib/string/String> + call $std/hash/check + drop + i32.const 96 + call $~lib/util/hash/HASH<~lib/string/String> + call $std/hash/check + drop + i32.const 128 + call $~lib/util/hash/HASH<~lib/string/String> + call $std/hash/check + drop + i32.const 160 + call $~lib/util/hash/HASH<~lib/string/String> + call $std/hash/check + drop + i32.const 192 + call $~lib/util/hash/HASH<~lib/string/String> + call $std/hash/check + drop + i32.const 224 + call $~lib/util/hash/HASH<~lib/string/String> + call $std/hash/check + drop + i32.const 256 + call $~lib/util/hash/HASH<~lib/string/String> + call $std/hash/check + drop + i32.const 304 + call $~lib/util/hash/HASH<~lib/string/String> + call $std/hash/check + drop + i32.const 352 + call $~lib/util/hash/HASH<~lib/string/String> + call $std/hash/check + drop + f32.const 0 + call $~lib/util/hash/HASH + call $std/hash/check + drop + f32.const 1 + call $~lib/util/hash/HASH + call $std/hash/check + drop + f32.const 1.100000023841858 + call $~lib/util/hash/HASH + call $std/hash/check + drop + f32.const -0 + call $~lib/util/hash/HASH + call $std/hash/check + drop + f32.const inf + call $~lib/util/hash/HASH + call $std/hash/check + drop + f32.const nan:0x400000 + call $~lib/util/hash/HASH + call $std/hash/check + drop + f64.const 0 + call $~lib/util/hash/HASH + call $std/hash/check + drop + f64.const 1 + call $~lib/util/hash/HASH + call $std/hash/check + drop + f64.const 1.1 + call $~lib/util/hash/HASH + call $std/hash/check + drop + f64.const -0 + call $~lib/util/hash/HASH + call $std/hash/check + drop + f64.const inf + call $~lib/util/hash/HASH + call $std/hash/check + drop + f64.const nan:0x8000000000000 + call $~lib/util/hash/HASH + call $std/hash/check + drop + ) (func $~start call $start:std/hash ) @@ -792,161 +886,4 @@ local.get $19 return ) - (func $start:std/hash - (local $0 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - call $~stack_check - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - i32.const 0 - call $~lib/util/hash/HASH<~lib/string/String|null> - call $std/hash/check - drop - i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/util/hash/HASH<~lib/string/String> - call $std/hash/check - drop - i32.const 64 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/util/hash/HASH<~lib/string/String> - call $std/hash/check - drop - i32.const 96 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/util/hash/HASH<~lib/string/String> - call $std/hash/check - drop - i32.const 128 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/util/hash/HASH<~lib/string/String> - call $std/hash/check - drop - i32.const 160 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/util/hash/HASH<~lib/string/String> - call $std/hash/check - drop - i32.const 192 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/util/hash/HASH<~lib/string/String> - call $std/hash/check - drop - i32.const 224 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/util/hash/HASH<~lib/string/String> - call $std/hash/check - drop - i32.const 256 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/util/hash/HASH<~lib/string/String> - call $std/hash/check - drop - i32.const 304 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/util/hash/HASH<~lib/string/String> - call $std/hash/check - drop - i32.const 352 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $~lib/util/hash/HASH<~lib/string/String> - call $std/hash/check - drop - f32.const 0 - call $~lib/util/hash/HASH - call $std/hash/check - drop - f32.const 1 - call $~lib/util/hash/HASH - call $std/hash/check - drop - f32.const 1.100000023841858 - call $~lib/util/hash/HASH - call $std/hash/check - drop - f32.const -0 - call $~lib/util/hash/HASH - call $std/hash/check - drop - f32.const inf - call $~lib/util/hash/HASH - call $std/hash/check - drop - f32.const nan:0x400000 - call $~lib/util/hash/HASH - call $std/hash/check - drop - f64.const 0 - call $~lib/util/hash/HASH - call $std/hash/check - drop - f64.const 1 - call $~lib/util/hash/HASH - call $std/hash/check - drop - f64.const 1.1 - call $~lib/util/hash/HASH - call $std/hash/check - drop - f64.const -0 - call $~lib/util/hash/HASH - call $std/hash/check - drop - f64.const inf - call $~lib/util/hash/HASH - call $std/hash/check - drop - f64.const nan:0x8000000000000 - call $~lib/util/hash/HASH - call $std/hash/check - drop - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - ) ) diff --git a/tests/compiler/std/hash.release.wat b/tests/compiler/std/hash.release.wat index b4ee8781f3..1620d1e03e 100644 --- a/tests/compiler/std/hash.release.wat +++ b/tests/compiler/std/hash.release.wat @@ -28,80 +28,28 @@ (export "memory" (memory $0)) (start $~start) (func $~start - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1404 - i32.lt_s - if - i32.const 34192 - i32.const 34240 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store i32.const 0 call $~lib/util/hash/HASH<~lib/string/String|null> - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store i32.const 1056 call $~lib/util/hash/HASH<~lib/string/String|null> - global.get $~lib/memory/__stack_pointer - i32.const 1088 - i32.store i32.const 1088 call $~lib/util/hash/HASH<~lib/string/String|null> - global.get $~lib/memory/__stack_pointer - i32.const 1120 - i32.store i32.const 1120 call $~lib/util/hash/HASH<~lib/string/String|null> - global.get $~lib/memory/__stack_pointer - i32.const 1152 - i32.store i32.const 1152 call $~lib/util/hash/HASH<~lib/string/String|null> - global.get $~lib/memory/__stack_pointer - i32.const 1184 - i32.store i32.const 1184 call $~lib/util/hash/HASH<~lib/string/String|null> - global.get $~lib/memory/__stack_pointer - i32.const 1216 - i32.store i32.const 1216 call $~lib/util/hash/HASH<~lib/string/String|null> - global.get $~lib/memory/__stack_pointer - i32.const 1248 - i32.store i32.const 1248 call $~lib/util/hash/HASH<~lib/string/String|null> - global.get $~lib/memory/__stack_pointer - i32.const 1280 - i32.store i32.const 1280 call $~lib/util/hash/HASH<~lib/string/String|null> - global.get $~lib/memory/__stack_pointer - i32.const 1328 - i32.store i32.const 1328 call $~lib/util/hash/HASH<~lib/string/String|null> - global.get $~lib/memory/__stack_pointer - i32.const 1376 - i32.store i32.const 1376 call $~lib/util/hash/HASH<~lib/string/String|null> - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer ) (func $~lib/util/hash/HASH<~lib/string/String|null> (param $0 i32) (local $1 i32) diff --git a/tests/compiler/std/operator-overloading.debug.wat b/tests/compiler/std/operator-overloading.debug.wat index 0abd1231af..51dd5033e7 100644 --- a/tests/compiler/std/operator-overloading.debug.wat +++ b/tests/compiler/std/operator-overloading.debug.wat @@ -4693,13 +4693,13 @@ (func $std/operator-overloading/TesterElementAccess#__set (param $this i32) (param $key i32) (param $value i32) (local $3 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $key local.set $3 global.get $~lib/memory/__stack_pointer @@ -4707,11 +4707,6 @@ i32.store local.get $3 i32.const 512 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=4 - local.get $3 call $~lib/string/String.__eq if local.get $this @@ -4733,20 +4728,20 @@ call $std/operator-overloading/TesterElementAccess#set:y end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $std/operator-overloading/TesterElementAccess#__get (param $this i32) (param $key i32) (result i32) (local $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $key local.set $2 global.get $~lib/memory/__stack_pointer @@ -4754,11 +4749,6 @@ i32.store local.get $2 i32.const 512 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 call $~lib/string/String.__eq if (result i32) local.get $this @@ -4779,7 +4769,7 @@ end local.set $2 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -4797,13 +4787,13 @@ (local $8 i32) (local $9 i32) global.get $~lib/memory/__stack_pointer - i32.const 48 + i32.const 40 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 48 + i32.const 40 memory.fill memory.size i32.const 16 @@ -6435,11 +6425,6 @@ i32.store local.get $9 i32.const 512 - local.set $9 - global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=4 - local.get $9 i32.const -1 call $std/operator-overloading/TesterElementAccess#__set global.get $std/operator-overloading/tea @@ -6449,11 +6434,6 @@ i32.store local.get $9 i32.const 544 - local.set $9 - global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=4 - local.get $9 i32.const -2 call $std/operator-overloading/TesterElementAccess#__set global.get $std/operator-overloading/tea @@ -6481,11 +6461,6 @@ i32.store local.get $9 i32.const 512 - local.set $9 - global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=4 - local.get $9 call $std/operator-overloading/TesterElementAccess#__get i32.const -1 i32.eq @@ -6523,11 +6498,6 @@ i32.store local.get $9 i32.const 544 - local.set $9 - global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=4 - local.get $9 call $std/operator-overloading/TesterElementAccess#__get i32.const -2 i32.eq @@ -6547,23 +6517,13 @@ i32.store local.get $9 i32.const 512 - local.set $9 - global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=4 - local.get $9 global.get $std/operator-overloading/tea local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store offset=40 + i32.store offset=4 local.get $9 i32.const 512 - local.set $9 - global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=44 - local.get $9 call $std/operator-overloading/TesterElementAccess#__get i32.const 1 i32.add @@ -6575,23 +6535,13 @@ i32.store local.get $9 i32.const 544 - local.set $9 - global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=4 - local.get $9 global.get $std/operator-overloading/tea local.set $9 global.get $~lib/memory/__stack_pointer local.get $9 - i32.store offset=40 + i32.store offset=4 local.get $9 i32.const 544 - local.set $9 - global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=44 - local.get $9 call $std/operator-overloading/TesterElementAccess#__get i32.const 1 i32.sub @@ -6603,11 +6553,6 @@ i32.store local.get $9 i32.const 512 - local.set $9 - global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=4 - local.get $9 call $std/operator-overloading/TesterElementAccess#__get i32.const 0 i32.eq @@ -6627,11 +6572,6 @@ i32.store local.get $9 i32.const 544 - local.set $9 - global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store offset=4 - local.get $9 call $std/operator-overloading/TesterElementAccess#__get i32.const -3 i32.eq @@ -6645,7 +6585,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 48 + i32.const 40 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/std/operator-overloading.release.wat b/tests/compiler/std/operator-overloading.release.wat index 5e5c560d3b..8621df2251 100644 --- a/tests/compiler/std/operator-overloading.release.wat +++ b/tests/compiler/std/operator-overloading.release.wat @@ -2414,7 +2414,7 @@ ) (func $std/operator-overloading/TesterElementAccess#__set (param $0 i32) (param $1 i32) (param $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -2429,14 +2429,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1536 - i32.store offset=4 local.get $1 call $~lib/string/String.__eq if @@ -2455,13 +2452,13 @@ i32.store offset=4 end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) (func $std/operator-overloading/TesterElementAccess#__get (param $0 i32) (param $1 i32) (result i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -2476,14 +2473,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1536 - i32.store offset=4 local.get $1 call $~lib/string/String.__eq if (result i32) @@ -2500,7 +2494,7 @@ i32.load offset=4 end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -2509,7 +2503,7 @@ (local $1 i32) (local $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 48 + i32.const 40 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -2519,7 +2513,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 48 + i32.const 40 memory.fill memory.size i32.const 16 @@ -4768,9 +4762,6 @@ global.get $std/operator-overloading/tea local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1536 - i32.store offset=4 local.get $0 i32.const 1536 i32.const -1 @@ -4779,9 +4770,6 @@ global.get $std/operator-overloading/tea local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1568 - i32.store offset=4 local.get $0 i32.const 1568 i32.const -2 @@ -4806,9 +4794,6 @@ global.get $std/operator-overloading/tea local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1536 - i32.store offset=4 local.get $0 i32.const 1536 call $std/operator-overloading/TesterElementAccess#__get @@ -4842,9 +4827,6 @@ global.get $std/operator-overloading/tea local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1568 - i32.store offset=4 local.get $0 i32.const 1568 call $std/operator-overloading/TesterElementAccess#__get @@ -4863,15 +4845,9 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 1536 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/tea local.tee $1 - i32.store offset=40 - global.get $~lib/memory/__stack_pointer - i32.const 1536 - i32.store offset=44 + i32.store offset=4 local.get $0 i32.const 1536 local.get $1 @@ -4885,15 +4861,9 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 1568 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/tea local.tee $1 - i32.store offset=40 - global.get $~lib/memory/__stack_pointer - i32.const 1568 - i32.store offset=44 + i32.store offset=4 local.get $0 i32.const 1568 local.get $1 @@ -4906,9 +4876,6 @@ global.get $std/operator-overloading/tea local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1536 - i32.store offset=4 local.get $0 i32.const 1536 call $std/operator-overloading/TesterElementAccess#__get @@ -4924,9 +4891,6 @@ global.get $std/operator-overloading/tea local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1568 - i32.store offset=4 local.get $0 i32.const 1568 call $std/operator-overloading/TesterElementAccess#__get @@ -4941,7 +4905,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 48 + i32.const 40 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/std/staticarray.debug.wat b/tests/compiler/std/staticarray.debug.wat index d083482d6b..eecfcbe17e 100644 --- a/tests/compiler/std/staticarray.debug.wat +++ b/tests/compiler/std/staticarray.debug.wat @@ -5785,13 +5785,13 @@ (func $~lib/staticarray/StaticArray<~lib/string/String>#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -5799,15 +5799,10 @@ i32.store local.get $1 i32.const 1936 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -7564,13 +7559,13 @@ (local $51 i32) (local $52 i32) global.get $~lib/memory/__stack_pointer - i32.const 108 + i32.const 104 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 108 + i32.const 104 memory.fill global.get $std/staticarray/arr1 local.set $52 @@ -8332,7 +8327,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=48 + i32.store offset=24 local.get $52 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get @@ -8342,11 +8337,6 @@ i32.store local.get $52 i32.const 1120 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=24 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -8361,7 +8351,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=48 + i32.store offset=24 local.get $52 i32.const 1 call $~lib/staticarray/StaticArray<~lib/string/String>#__get @@ -8371,11 +8361,6 @@ i32.store local.get $52 i32.const 1152 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=24 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -8530,7 +8515,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=48 + i32.store offset=24 local.get $52 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get @@ -8540,11 +8525,6 @@ i32.store local.get $52 i32.const 1216 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=24 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -8619,7 +8599,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=48 + i32.store offset=24 local.get $52 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get @@ -8629,11 +8609,6 @@ i32.store local.get $52 i32.const 1152 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=24 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -8759,11 +8734,6 @@ i32.store local.get $52 i32.const 1120 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=24 - local.get $52 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#includes i32.const 1 @@ -8784,11 +8754,6 @@ i32.store local.get $52 i32.const 1520 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=24 - local.get $52 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#includes i32.const 0 @@ -8809,11 +8774,6 @@ i32.store local.get $52 i32.const 1216 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=24 - local.get $52 i32.const 5 call $~lib/staticarray/StaticArray<~lib/string/String>#includes i32.const 0 @@ -8834,11 +8794,6 @@ i32.store local.get $52 i32.const 1216 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=24 - local.get $52 i32.const -1 call $~lib/staticarray/StaticArray<~lib/string/String>#includes i32.const 1 @@ -9147,14 +9102,9 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=48 + i32.store offset=24 local.get $52 i32.const 1936 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=76 - local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $52 global.get $~lib/memory/__stack_pointer @@ -9162,11 +9112,6 @@ i32.store local.get $52 i32.const 1968 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=24 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -9181,14 +9126,9 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=48 + i32.store offset=24 local.get $52 i32.const 1904 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=76 - local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $52 global.get $~lib/memory/__stack_pointer @@ -9196,11 +9136,6 @@ i32.store local.get $52 i32.const 2016 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=24 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -9215,14 +9150,9 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=48 + i32.store offset=24 local.get $52 i32.const 2064 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=76 - local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $52 global.get $~lib/memory/__stack_pointer @@ -9230,11 +9160,6 @@ i32.store local.get $52 i32.const 2096 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=24 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -9249,14 +9174,9 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=48 + i32.store offset=24 local.get $52 i32.const 2144 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=76 - local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $52 global.get $~lib/memory/__stack_pointer @@ -9264,11 +9184,6 @@ i32.store local.get $52 i32.const 2176 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=24 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -9286,11 +9201,6 @@ i32.store offset=48 local.get $52 i32.const 1936 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=76 - local.get $52 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $52 global.get $~lib/memory/__stack_pointer @@ -9325,7 +9235,7 @@ i32.const 2240 call $~lib/rt/__newBuffer local.tee $39 - i32.store offset=80 + i32.store offset=76 local.get $39 local.set $52 global.get $~lib/memory/__stack_pointer @@ -9383,7 +9293,7 @@ i32.const 2272 call $~lib/rt/__newBuffer local.tee $41 - i32.store offset=84 + i32.store offset=80 local.get $41 local.set $52 global.get $~lib/memory/__stack_pointer @@ -9455,7 +9365,7 @@ i32.const 2304 call $~lib/rt/__newBuffer local.tee $43 - i32.store offset=88 + i32.store offset=84 local.get $43 local.set $52 global.get $~lib/memory/__stack_pointer @@ -9570,7 +9480,7 @@ i32.const 2352 call $~lib/rt/__newBuffer local.tee $45 - i32.store offset=92 + i32.store offset=88 global.get $~lib/memory/__stack_pointer local.get $45 local.set $52 @@ -9586,7 +9496,7 @@ local.get $52 call $~lib/staticarray/StaticArray#map local.tee $46 - i32.store offset=96 + i32.store offset=92 local.get $46 local.set $52 global.get $~lib/memory/__stack_pointer @@ -9684,7 +9594,7 @@ local.get $52 call $~lib/staticarray/StaticArray#filter local.tee $47 - i32.store offset=100 + i32.store offset=96 local.get $47 local.set $52 global.get $~lib/memory/__stack_pointer @@ -9987,7 +9897,7 @@ i32.const 2800 call $~lib/rt/__newBuffer local.tee $51 - i32.store offset=104 + i32.store offset=100 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer @@ -10079,7 +9989,7 @@ global.set $~lib/memory/__stack_pointer call $~lib/rt/itcms/__collect global.get $~lib/memory/__stack_pointer - i32.const 108 + i32.const 104 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/std/staticarray.release.wat b/tests/compiler/std/staticarray.release.wat index eeafb67230..5db8f652ff 100644 --- a/tests/compiler/std/staticarray.release.wat +++ b/tests/compiler/std/staticarray.release.wat @@ -4952,7 +4952,7 @@ (local $8 i32) (local $9 i32) global.get $~lib/memory/__stack_pointer - i32.const 108 + i32.const 104 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -4962,7 +4962,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 108 + i32.const 104 memory.fill global.get $~lib/memory/__stack_pointer i32.const 1056 @@ -5857,7 +5857,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 + i32.store offset=24 local.get $0 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get @@ -5865,9 +5865,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2144 - i32.store offset=24 local.get $1 i32.const 2144 call $~lib/string/String.__eq @@ -5882,7 +5879,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 + i32.store offset=24 local.get $0 i32.const 1 call $~lib/staticarray/StaticArray<~lib/string/String>#__get @@ -5890,9 +5887,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2176 - i32.store offset=24 local.get $0 i32.const 2176 call $~lib/string/String.__eq @@ -6042,7 +6036,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 + i32.store offset=24 local.get $0 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get @@ -6050,9 +6044,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2240 - i32.store offset=24 local.get $0 i32.const 2240 call $~lib/string/String.__eq @@ -6123,7 +6114,7 @@ end global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=48 + i32.store offset=24 local.get $0 i32.const 0 call $~lib/staticarray/StaticArray<~lib/string/String>#__get @@ -6131,9 +6122,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2176 - i32.store offset=24 local.get $0 i32.const 2176 call $~lib/string/String.__eq @@ -6251,9 +6239,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2144 - i32.store offset=24 local.get $1 i32.const 2144 i32.const 0 @@ -6271,9 +6256,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2544 - i32.store offset=24 local.get $1 i32.const 2544 i32.const 0 @@ -6289,9 +6271,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2240 - i32.store offset=24 local.get $1 i32.const 2240 i32.const 5 @@ -6307,9 +6286,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2240 - i32.store offset=24 local.get $1 i32.const 2240 i32.const -1 @@ -6711,10 +6687,7 @@ i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=48 - global.get $~lib/memory/__stack_pointer - i32.const 2960 - i32.store offset=76 + i32.store offset=24 local.get $1 i32.const 2960 call $~lib/staticarray/StaticArray<~lib/string/String>#join @@ -6722,9 +6695,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2992 - i32.store offset=24 local.get $0 i32.const 2992 call $~lib/string/String.__eq @@ -6739,10 +6709,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=48 - global.get $~lib/memory/__stack_pointer - i32.const 2928 - i32.store offset=76 + i32.store offset=24 local.get $1 i32.const 2928 call $~lib/staticarray/StaticArray<~lib/string/String>#join @@ -6750,9 +6717,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3040 - i32.store offset=24 local.get $0 i32.const 3040 call $~lib/string/String.__eq @@ -6767,10 +6731,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=48 - global.get $~lib/memory/__stack_pointer - i32.const 3088 - i32.store offset=76 + i32.store offset=24 local.get $1 i32.const 3088 call $~lib/staticarray/StaticArray<~lib/string/String>#join @@ -6778,9 +6739,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3120 - i32.store offset=24 local.get $0 i32.const 3120 call $~lib/string/String.__eq @@ -6795,10 +6753,7 @@ end global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=48 - global.get $~lib/memory/__stack_pointer - i32.const 3168 - i32.store offset=76 + i32.store offset=24 local.get $1 i32.const 3168 call $~lib/staticarray/StaticArray<~lib/string/String>#join @@ -6806,9 +6761,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3200 - i32.store offset=24 local.get $0 i32.const 3200 call $~lib/string/String.__eq @@ -6824,9 +6776,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=48 - global.get $~lib/memory/__stack_pointer - i32.const 2960 - i32.store offset=76 local.get $1 i32.const 2960 call $~lib/staticarray/StaticArray<~lib/string/String>#join @@ -6838,7 +6787,7 @@ local.get $1 i32.store offset=48 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -6846,20 +6795,17 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2960 - i32.store offset=4 local.get $1 i32.const 2960 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -6886,7 +6832,7 @@ i64.load align=1 i64.store align=1 local.get $1 - i32.store offset=80 + i32.store offset=76 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -6999,7 +6945,7 @@ i32.const 12 memory.copy local.get $1 - i32.store offset=84 + i32.store offset=80 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -7133,7 +7079,7 @@ i32.const 20 memory.copy local.get $1 - i32.store offset=88 + i32.store offset=84 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -7309,7 +7255,7 @@ i32.const 12 memory.copy local.get $2 - i32.store offset=92 + i32.store offset=88 global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $2 @@ -7392,7 +7338,7 @@ i32.add global.set $~lib/memory/__stack_pointer local.get $6 - i32.store offset=96 + i32.store offset=92 global.get $~lib/memory/__stack_pointer local.get $6 i32.store @@ -7523,7 +7469,7 @@ local.get $2 call $~lib/staticarray/StaticArray#filter local.tee $0 - i32.store offset=100 + i32.store offset=96 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -7882,7 +7828,7 @@ i32.const 16 memory.copy local.get $1 - i32.store offset=104 + i32.store offset=100 global.get $~lib/memory/__stack_pointer local.get $1 i32.store @@ -8044,7 +7990,7 @@ i32.add global.set $~lib/rt/itcms/threshold global.get $~lib/memory/__stack_pointer - i32.const 108 + i32.const 104 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/std/string-casemapping.debug.wat b/tests/compiler/std/string-casemapping.debug.wat index 946aa3b013..7c96ce666c 100644 --- a/tests/compiler/std/string-casemapping.debug.wat +++ b/tests/compiler/std/string-casemapping.debug.wat @@ -4820,13 +4820,13 @@ (local $9 i64) (local $10 i32) global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 28 + i32.const 20 memory.fill memory.size i32.const 16 @@ -4846,11 +4846,6 @@ call $~lib/rt/itcms/initLazy global.set $~lib/rt/itcms/fromSpace i32.const 32 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -4858,11 +4853,6 @@ i32.store local.get $10 i32.const 32 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -4874,11 +4864,6 @@ unreachable end i32.const 32 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -4886,11 +4871,6 @@ i32.store local.get $10 i32.const 32 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -4902,11 +4882,6 @@ unreachable end i32.const 10784 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -4914,11 +4889,6 @@ i32.store local.get $10 i32.const 10832 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -4930,11 +4900,6 @@ unreachable end i32.const 10880 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -4942,11 +4907,6 @@ i32.store local.get $10 i32.const 10928 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -4958,11 +4918,6 @@ unreachable end i32.const 10976 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -4970,11 +4925,6 @@ i32.store local.get $10 i32.const 11072 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -4986,11 +4936,6 @@ unreachable end i32.const 11072 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -4998,11 +4943,6 @@ i32.store local.get $10 i32.const 11168 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5014,11 +4954,6 @@ unreachable end i32.const 11264 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5026,11 +4961,6 @@ i32.store local.get $10 i32.const 11328 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5042,11 +4972,6 @@ unreachable end i32.const 11328 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5054,11 +4979,6 @@ i32.store local.get $10 i32.const 11392 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5070,11 +4990,6 @@ unreachable end i32.const 11456 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5082,11 +4997,6 @@ i32.store local.get $10 i32.const 11552 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5098,11 +5008,6 @@ unreachable end i32.const 11552 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5110,11 +5015,6 @@ i32.store local.get $10 i32.const 11648 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5126,11 +5026,6 @@ unreachable end i32.const 11744 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5138,11 +5033,6 @@ i32.store local.get $10 i32.const 11840 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5154,11 +5044,6 @@ unreachable end i32.const 11840 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5166,11 +5051,6 @@ i32.store local.get $10 i32.const 11936 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5182,11 +5062,6 @@ unreachable end i32.const 12032 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5194,11 +5069,6 @@ i32.store local.get $10 i32.const 12112 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5210,11 +5080,6 @@ unreachable end i32.const 12192 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5222,11 +5087,6 @@ i32.store local.get $10 i32.const 12272 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5238,11 +5098,6 @@ unreachable end i32.const 12352 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5250,11 +5105,6 @@ i32.store local.get $10 i32.const 12416 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5266,11 +5116,6 @@ unreachable end i32.const 12480 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5278,11 +5123,6 @@ i32.store local.get $10 i32.const 12560 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5294,11 +5134,6 @@ unreachable end i32.const 12640 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5306,11 +5141,6 @@ i32.store local.get $10 i32.const 12720 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5322,11 +5152,6 @@ unreachable end i32.const 12800 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5334,11 +5159,6 @@ i32.store local.get $10 i32.const 12864 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5350,11 +5170,6 @@ unreachable end i32.const 12928 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5362,11 +5177,6 @@ i32.store local.get $10 i32.const 13008 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5378,11 +5188,6 @@ unreachable end i32.const 13088 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5390,11 +5195,6 @@ i32.store local.get $10 i32.const 13168 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5406,11 +5206,6 @@ unreachable end i32.const 13248 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5418,11 +5213,6 @@ i32.store local.get $10 i32.const 13408 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5434,11 +5224,6 @@ unreachable end i32.const 13248 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5446,11 +5231,6 @@ i32.store local.get $10 i32.const 13568 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5462,11 +5242,6 @@ unreachable end i32.const 13728 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5474,11 +5249,6 @@ i32.store local.get $10 i32.const 13760 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5490,11 +5260,6 @@ unreachable end i32.const 13792 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5502,11 +5267,6 @@ i32.store local.get $10 i32.const 13824 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5518,11 +5278,6 @@ unreachable end i32.const 13856 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5530,11 +5285,6 @@ i32.store local.get $10 i32.const 14064 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5546,16 +5296,11 @@ unreachable end i32.const 13728 + call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store offset=12 - local.get $10 - call $~lib/string/String#toUpperCase - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 + i32.store offset=4 local.get $10 call $~lib/string/String#toLowerCase local.set $10 @@ -5564,11 +5309,6 @@ i32.store local.get $10 i32.const 14272 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5580,16 +5320,11 @@ unreachable end i32.const 14304 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=12 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store offset=8 + i32.store offset=4 local.get $10 call $~lib/string/String#toLowerCase local.set $10 @@ -5598,11 +5333,6 @@ i32.store local.get $10 i32.const 14336 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5614,16 +5344,11 @@ unreachable end i32.const 14368 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=12 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store offset=8 + i32.store offset=4 local.get $10 call $~lib/string/String#toLowerCase local.set $10 @@ -5632,11 +5357,6 @@ i32.store local.get $10 i32.const 14368 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5652,7 +5372,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store offset=8 + i32.store offset=4 local.get $10 call $~lib/string/String#toLowerCase local.set $10 @@ -5661,11 +5381,6 @@ i32.store local.get $10 i32.const 14624 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5681,7 +5396,7 @@ local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store offset=8 + i32.store offset=4 local.get $10 call $~lib/string/String#toUpperCase local.set $10 @@ -5690,11 +5405,6 @@ i32.store local.get $10 i32.const 14624 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5706,11 +5416,6 @@ unreachable end i32.const 14656 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5718,11 +5423,6 @@ i32.store local.get $10 i32.const 14688 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5734,11 +5434,6 @@ unreachable end i32.const 14720 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5746,11 +5441,6 @@ i32.store local.get $10 i32.const 14752 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5762,11 +5452,6 @@ unreachable end i32.const 14784 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5774,11 +5459,6 @@ i32.store local.get $10 i32.const 14816 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5790,11 +5470,6 @@ unreachable end i32.const 14848 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5802,11 +5477,6 @@ i32.store local.get $10 i32.const 14880 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5818,11 +5488,6 @@ unreachable end i32.const 14912 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5830,11 +5495,6 @@ i32.store local.get $10 i32.const 14944 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5846,11 +5506,6 @@ unreachable end i32.const 14976 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5858,11 +5513,6 @@ i32.store local.get $10 i32.const 15008 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5874,11 +5524,6 @@ unreachable end i32.const 15040 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5886,11 +5531,6 @@ i32.store local.get $10 i32.const 15072 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5902,11 +5542,6 @@ unreachable end i32.const 15104 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5914,11 +5549,6 @@ i32.store local.get $10 i32.const 15136 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5930,11 +5560,6 @@ unreachable end i32.const 15168 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5942,11 +5567,6 @@ i32.store local.get $10 i32.const 15200 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5958,11 +5578,6 @@ unreachable end i32.const 15232 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5970,11 +5585,6 @@ i32.store local.get $10 i32.const 15264 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -5986,11 +5596,6 @@ unreachable end i32.const 15296 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -5998,11 +5603,6 @@ i32.store local.get $10 i32.const 15328 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6014,11 +5614,6 @@ unreachable end i32.const 15360 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6026,11 +5621,6 @@ i32.store local.get $10 i32.const 15392 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6042,11 +5632,6 @@ unreachable end i32.const 15424 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6054,11 +5639,6 @@ i32.store local.get $10 i32.const 15456 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6070,11 +5650,6 @@ unreachable end i32.const 15488 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6082,11 +5657,6 @@ i32.store local.get $10 i32.const 15520 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6098,11 +5668,6 @@ unreachable end i32.const 15552 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6110,11 +5675,6 @@ i32.store local.get $10 i32.const 15584 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6126,11 +5686,6 @@ unreachable end i32.const 15616 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6138,11 +5693,6 @@ i32.store local.get $10 i32.const 15648 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6154,11 +5704,6 @@ unreachable end i32.const 15680 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6166,11 +5711,6 @@ i32.store local.get $10 i32.const 15712 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6182,11 +5722,6 @@ unreachable end i32.const 15744 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6194,11 +5729,6 @@ i32.store local.get $10 i32.const 15776 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6210,11 +5740,6 @@ unreachable end i32.const 15808 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6222,11 +5747,6 @@ i32.store local.get $10 i32.const 15840 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6238,11 +5758,6 @@ unreachable end i32.const 15872 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6250,11 +5765,6 @@ i32.store local.get $10 i32.const 15904 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6266,11 +5776,6 @@ unreachable end i32.const 15936 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6278,11 +5783,6 @@ i32.store local.get $10 i32.const 15968 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6294,11 +5794,6 @@ unreachable end i32.const 16000 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6306,11 +5801,6 @@ i32.store local.get $10 i32.const 16032 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6322,11 +5812,6 @@ unreachable end i32.const 16064 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6334,11 +5819,6 @@ i32.store local.get $10 i32.const 16096 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6350,11 +5830,6 @@ unreachable end i32.const 16128 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6362,11 +5837,6 @@ i32.store local.get $10 i32.const 16160 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6378,11 +5848,6 @@ unreachable end i32.const 16192 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6390,11 +5855,6 @@ i32.store local.get $10 i32.const 16224 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6406,11 +5866,6 @@ unreachable end i32.const 16256 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6418,11 +5873,6 @@ i32.store local.get $10 i32.const 15328 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6434,11 +5884,6 @@ unreachable end i32.const 16288 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6446,11 +5891,6 @@ i32.store local.get $10 i32.const 16320 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6462,11 +5902,6 @@ unreachable end i32.const 16352 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6474,11 +5909,6 @@ i32.store local.get $10 i32.const 16384 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6490,11 +5920,6 @@ unreachable end i32.const 16416 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6502,11 +5927,6 @@ i32.store local.get $10 i32.const 16448 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6514,15 +5934,10 @@ i32.const 6000 i32.const 87 i32.const 1 - call $~lib/builtins/abort - unreachable - end - i32.const 16480 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 + call $~lib/builtins/abort + unreachable + end + i32.const 16480 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6530,11 +5945,6 @@ i32.store local.get $10 i32.const 16512 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6546,11 +5956,6 @@ unreachable end i32.const 16544 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6558,11 +5963,6 @@ i32.store local.get $10 i32.const 16576 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6574,11 +5974,6 @@ unreachable end i32.const 16608 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6586,11 +5981,6 @@ i32.store local.get $10 i32.const 16640 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6602,11 +5992,6 @@ unreachable end i32.const 16672 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6614,11 +5999,6 @@ i32.store local.get $10 i32.const 16704 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6630,11 +6010,6 @@ unreachable end i32.const 16736 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6642,11 +6017,6 @@ i32.store local.get $10 i32.const 16768 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6658,11 +6028,6 @@ unreachable end i32.const 16800 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6670,11 +6035,6 @@ i32.store local.get $10 i32.const 16832 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6686,11 +6046,6 @@ unreachable end i32.const 16864 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6698,11 +6053,6 @@ i32.store local.get $10 i32.const 16896 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6714,11 +6064,6 @@ unreachable end i32.const 16928 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6726,11 +6071,6 @@ i32.store local.get $10 i32.const 16960 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6742,11 +6082,6 @@ unreachable end i32.const 16992 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toLowerCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6754,11 +6089,6 @@ i32.store local.get $10 i32.const 17024 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6770,11 +6100,6 @@ unreachable end i32.const 17056 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6782,11 +6107,6 @@ i32.store local.get $10 i32.const 17088 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6798,11 +6118,6 @@ unreachable end i32.const 14304 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6810,11 +6125,6 @@ i32.store local.get $10 i32.const 17120 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6826,11 +6136,6 @@ unreachable end i32.const 17152 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6838,11 +6143,6 @@ i32.store local.get $10 i32.const 17184 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6854,11 +6154,6 @@ unreachable end i32.const 17216 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6866,11 +6161,6 @@ i32.store local.get $10 i32.const 17248 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6882,11 +6172,6 @@ unreachable end i32.const 17280 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6894,11 +6179,6 @@ i32.store local.get $10 i32.const 17312 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6910,11 +6190,6 @@ unreachable end i32.const 17344 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6922,11 +6197,6 @@ i32.store local.get $10 i32.const 17376 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6938,11 +6208,6 @@ unreachable end i32.const 17408 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6950,11 +6215,6 @@ i32.store local.get $10 i32.const 17376 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6966,11 +6226,6 @@ unreachable end i32.const 17440 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -6978,11 +6233,6 @@ i32.store local.get $10 i32.const 17472 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -6994,11 +6244,6 @@ unreachable end i32.const 17504 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -7006,11 +6251,6 @@ i32.store local.get $10 i32.const 17536 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -7022,11 +6262,6 @@ unreachable end i32.const 17568 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -7034,11 +6269,6 @@ i32.store local.get $10 i32.const 17600 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -7050,11 +6280,6 @@ unreachable end i32.const 17632 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -7062,11 +6287,6 @@ i32.store local.get $10 i32.const 17664 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -7078,11 +6298,6 @@ unreachable end i32.const 17696 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -7090,11 +6305,6 @@ i32.store local.get $10 i32.const 17728 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -7106,11 +6316,6 @@ unreachable end i32.const 17760 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=8 - local.get $10 call $~lib/string/String#toUpperCase local.set $10 global.get $~lib/memory/__stack_pointer @@ -7118,11 +6323,6 @@ i32.store local.get $10 i32.const 17792 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 call $~lib/string/String.__eq i32.eqz if @@ -7144,7 +6344,7 @@ local.get $0 call $~lib/string/String.fromCodePoint local.tee $1 - i32.store offset=16 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $1 local.set $10 @@ -7154,7 +6354,7 @@ local.get $10 call $~lib/string/String#toLowerCase local.tee $2 - i32.store offset=20 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $1 local.set $10 @@ -7164,7 +6364,7 @@ local.get $10 call $~lib/string/String#toUpperCase local.tee $3 - i32.store offset=24 + i32.store offset=16 local.get $2 local.set $10 global.get $~lib/memory/__stack_pointer @@ -7340,11 +6540,6 @@ i64.ne if i32.const 17824 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store - local.get $10 i32.const 1 local.get $0 f64.convert_i32_s @@ -7354,18 +6549,13 @@ f64.const 0 call $~lib/builtins/trace i32.const 17920 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 local.get $6 i32.const 10 call $~lib/number/I64#toString local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store offset=8 + i32.store offset=4 local.get $10 call $~lib/string/String.__concat local.set $10 @@ -7381,18 +6571,13 @@ f64.const 0 call $~lib/builtins/trace i32.const 19760 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 local.get $8 i32.const 10 call $~lib/number/I64#toString local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store offset=8 + i32.store offset=4 local.get $10 call $~lib/string/String.__concat local.set $10 @@ -7413,11 +6598,6 @@ i64.ne if i32.const 19824 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store - local.get $10 i32.const 1 local.get $0 f64.convert_i32_s @@ -7427,18 +6607,13 @@ f64.const 0 call $~lib/builtins/trace i32.const 19920 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 local.get $7 i32.const 10 call $~lib/number/I64#toString local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store offset=8 + i32.store offset=4 local.get $10 call $~lib/string/String.__concat local.set $10 @@ -7454,18 +6629,13 @@ f64.const 0 call $~lib/builtins/trace i32.const 19984 - local.set $10 - global.get $~lib/memory/__stack_pointer - local.get $10 - i32.store offset=4 - local.get $10 local.get $9 i32.const 10 call $~lib/number/I64#toString local.set $10 global.get $~lib/memory/__stack_pointer local.get $10 - i32.store offset=8 + i32.store offset=4 local.get $10 call $~lib/string/String.__concat local.set $10 @@ -7489,7 +6659,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/std/string-casemapping.release.wat b/tests/compiler/std/string-casemapping.release.wat index 621340f408..e8270d424d 100644 --- a/tests/compiler/std/string-casemapping.release.wat +++ b/tests/compiler/std/string-casemapping.release.wat @@ -3553,7 +3553,7 @@ (local $6 i32) (local $7 i64) global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -3569,7 +3569,7 @@ end global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 28 + i32.const 20 memory.fill memory.size i32.const 16 @@ -3603,18 +3603,12 @@ i32.store i32.const 1376 global.set $~lib/rt/itcms/fromSpace - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=8 i32.const 1056 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 local.get $5 i32.const 1056 call $~lib/string/String.__eq @@ -3627,18 +3621,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=8 i32.const 1056 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 local.get $5 i32.const 1056 call $~lib/string/String.__eq @@ -3651,18 +3639,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 11808 - i32.store offset=8 i32.const 11808 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11856 - i32.store offset=4 local.get $5 i32.const 11856 call $~lib/string/String.__eq @@ -3675,18 +3657,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 11904 - i32.store offset=8 i32.const 11904 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 11952 - i32.store offset=4 local.get $5 i32.const 11952 call $~lib/string/String.__eq @@ -3699,18 +3675,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 12000 - i32.store offset=8 i32.const 12000 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 12096 - i32.store offset=4 local.get $5 i32.const 12096 call $~lib/string/String.__eq @@ -3723,18 +3693,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 12096 - i32.store offset=8 i32.const 12096 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 12192 - i32.store offset=4 local.get $5 i32.const 12192 call $~lib/string/String.__eq @@ -3747,18 +3711,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 12288 - i32.store offset=8 i32.const 12288 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 12352 - i32.store offset=4 local.get $5 i32.const 12352 call $~lib/string/String.__eq @@ -3771,18 +3729,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 12352 - i32.store offset=8 i32.const 12352 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 12416 - i32.store offset=4 local.get $5 i32.const 12416 call $~lib/string/String.__eq @@ -3795,18 +3747,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 12480 - i32.store offset=8 i32.const 12480 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 12576 - i32.store offset=4 local.get $5 i32.const 12576 call $~lib/string/String.__eq @@ -3819,18 +3765,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 12576 - i32.store offset=8 i32.const 12576 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 12672 - i32.store offset=4 local.get $5 i32.const 12672 call $~lib/string/String.__eq @@ -3843,18 +3783,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 12768 - i32.store offset=8 i32.const 12768 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 12864 - i32.store offset=4 local.get $5 i32.const 12864 call $~lib/string/String.__eq @@ -3867,18 +3801,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 12864 - i32.store offset=8 i32.const 12864 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 12960 - i32.store offset=4 local.get $5 i32.const 12960 call $~lib/string/String.__eq @@ -3891,18 +3819,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13056 - i32.store offset=8 i32.const 13056 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13136 - i32.store offset=4 local.get $5 i32.const 13136 call $~lib/string/String.__eq @@ -3915,18 +3837,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13216 - i32.store offset=8 i32.const 13216 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13296 - i32.store offset=4 local.get $5 i32.const 13296 call $~lib/string/String.__eq @@ -3939,18 +3855,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13376 - i32.store offset=8 i32.const 13376 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13440 - i32.store offset=4 local.get $5 i32.const 13440 call $~lib/string/String.__eq @@ -3963,18 +3873,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13504 - i32.store offset=8 i32.const 13504 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13584 - i32.store offset=4 local.get $5 i32.const 13584 call $~lib/string/String.__eq @@ -3987,18 +3891,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13664 - i32.store offset=8 i32.const 13664 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13744 - i32.store offset=4 local.get $5 i32.const 13744 call $~lib/string/String.__eq @@ -4011,18 +3909,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13824 - i32.store offset=8 i32.const 13824 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13888 - i32.store offset=4 local.get $5 i32.const 13888 call $~lib/string/String.__eq @@ -4035,18 +3927,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13952 - i32.store offset=8 i32.const 13952 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14032 - i32.store offset=4 local.get $5 i32.const 14032 call $~lib/string/String.__eq @@ -4059,18 +3945,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 14112 - i32.store offset=8 i32.const 14112 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14192 - i32.store offset=4 local.get $5 i32.const 14192 call $~lib/string/String.__eq @@ -4083,18 +3963,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 14272 - i32.store offset=8 i32.const 14272 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14432 - i32.store offset=4 local.get $5 i32.const 14432 call $~lib/string/String.__eq @@ -4107,18 +3981,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 14272 - i32.store offset=8 i32.const 14272 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14592 - i32.store offset=4 local.get $5 i32.const 14592 call $~lib/string/String.__eq @@ -4131,18 +3999,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 14752 - i32.store offset=8 i32.const 14752 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14784 - i32.store offset=4 local.get $5 i32.const 14784 call $~lib/string/String.__eq @@ -4155,18 +4017,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 14816 - i32.store offset=8 i32.const 14816 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14848 - i32.store offset=4 local.get $5 i32.const 14848 call $~lib/string/String.__eq @@ -4179,18 +4035,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 14880 - i32.store offset=8 i32.const 14880 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15088 - i32.store offset=4 local.get $5 i32.const 15088 call $~lib/string/String.__eq @@ -4203,24 +4053,18 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 14752 - i32.store offset=12 i32.const 14752 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store offset=8 + i32.store offset=4 local.get $5 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15296 - i32.store offset=4 local.get $5 i32.const 15296 call $~lib/string/String.__eq @@ -4233,24 +4077,18 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 15328 - i32.store offset=12 i32.const 15328 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store offset=8 + i32.store offset=4 local.get $5 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15360 - i32.store offset=4 local.get $5 i32.const 15360 call $~lib/string/String.__eq @@ -4263,24 +4101,18 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 15392 - i32.store offset=12 i32.const 15392 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store offset=8 + i32.store offset=4 local.get $5 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15392 - i32.store offset=4 local.get $5 i32.const 15392 call $~lib/string/String.__eq @@ -4298,16 +4130,13 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store offset=8 + i32.store offset=4 local.get $5 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15648 - i32.store offset=4 local.get $5 i32.const 15648 call $~lib/string/String.__eq @@ -4325,16 +4154,13 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store offset=8 + i32.store offset=4 local.get $5 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15648 - i32.store offset=4 local.get $5 i32.const 15648 call $~lib/string/String.__eq @@ -4347,18 +4173,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 15680 - i32.store offset=8 i32.const 15680 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15712 - i32.store offset=4 local.get $5 i32.const 15712 call $~lib/string/String.__eq @@ -4371,18 +4191,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 15744 - i32.store offset=8 i32.const 15744 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15776 - i32.store offset=4 local.get $5 i32.const 15776 call $~lib/string/String.__eq @@ -4395,18 +4209,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 15808 - i32.store offset=8 i32.const 15808 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15840 - i32.store offset=4 local.get $5 i32.const 15840 call $~lib/string/String.__eq @@ -4419,18 +4227,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 15872 - i32.store offset=8 i32.const 15872 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15904 - i32.store offset=4 local.get $5 i32.const 15904 call $~lib/string/String.__eq @@ -4443,18 +4245,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 15936 - i32.store offset=8 i32.const 15936 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15968 - i32.store offset=4 local.get $5 i32.const 15968 call $~lib/string/String.__eq @@ -4467,18 +4263,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 16000 - i32.store offset=8 i32.const 16000 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 16032 - i32.store offset=4 local.get $5 i32.const 16032 call $~lib/string/String.__eq @@ -4491,18 +4281,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 16064 - i32.store offset=8 i32.const 16064 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 16096 - i32.store offset=4 local.get $5 i32.const 16096 call $~lib/string/String.__eq @@ -4515,18 +4299,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 16128 - i32.store offset=8 i32.const 16128 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 16160 - i32.store offset=4 local.get $5 i32.const 16160 call $~lib/string/String.__eq @@ -4539,18 +4317,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 16192 - i32.store offset=8 i32.const 16192 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 16224 - i32.store offset=4 local.get $5 i32.const 16224 call $~lib/string/String.__eq @@ -4563,18 +4335,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 16256 - i32.store offset=8 i32.const 16256 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 16288 - i32.store offset=4 local.get $5 i32.const 16288 call $~lib/string/String.__eq @@ -4587,18 +4353,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 16320 - i32.store offset=8 i32.const 16320 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 16352 - i32.store offset=4 local.get $5 i32.const 16352 call $~lib/string/String.__eq @@ -4611,18 +4371,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 16384 - i32.store offset=8 i32.const 16384 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 16416 - i32.store offset=4 local.get $5 i32.const 16416 call $~lib/string/String.__eq @@ -4635,18 +4389,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 16448 - i32.store offset=8 i32.const 16448 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 16480 - i32.store offset=4 local.get $5 i32.const 16480 call $~lib/string/String.__eq @@ -4658,19 +4406,13 @@ i32.const 1 call $~lib/builtins/abort unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 16512 - i32.store offset=8 + end i32.const 16512 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 16544 - i32.store offset=4 local.get $5 i32.const 16544 call $~lib/string/String.__eq @@ -4683,18 +4425,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 16576 - i32.store offset=8 i32.const 16576 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 16608 - i32.store offset=4 local.get $5 i32.const 16608 call $~lib/string/String.__eq @@ -4707,18 +4443,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 16640 - i32.store offset=8 i32.const 16640 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 16672 - i32.store offset=4 local.get $5 i32.const 16672 call $~lib/string/String.__eq @@ -4731,18 +4461,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 16704 - i32.store offset=8 i32.const 16704 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 16736 - i32.store offset=4 local.get $5 i32.const 16736 call $~lib/string/String.__eq @@ -4755,18 +4479,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 16768 - i32.store offset=8 i32.const 16768 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 16800 - i32.store offset=4 local.get $5 i32.const 16800 call $~lib/string/String.__eq @@ -4779,18 +4497,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 16832 - i32.store offset=8 i32.const 16832 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 16864 - i32.store offset=4 local.get $5 i32.const 16864 call $~lib/string/String.__eq @@ -4803,18 +4515,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 16896 - i32.store offset=8 i32.const 16896 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 16928 - i32.store offset=4 local.get $5 i32.const 16928 call $~lib/string/String.__eq @@ -4827,18 +4533,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 16960 - i32.store offset=8 i32.const 16960 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 16992 - i32.store offset=4 local.get $5 i32.const 16992 call $~lib/string/String.__eq @@ -4851,18 +4551,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 17024 - i32.store offset=8 i32.const 17024 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17056 - i32.store offset=4 local.get $5 i32.const 17056 call $~lib/string/String.__eq @@ -4875,18 +4569,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 17088 - i32.store offset=8 i32.const 17088 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17120 - i32.store offset=4 local.get $5 i32.const 17120 call $~lib/string/String.__eq @@ -4899,18 +4587,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 17152 - i32.store offset=8 i32.const 17152 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17184 - i32.store offset=4 local.get $5 i32.const 17184 call $~lib/string/String.__eq @@ -4923,18 +4605,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 17216 - i32.store offset=8 i32.const 17216 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17248 - i32.store offset=4 local.get $5 i32.const 17248 call $~lib/string/String.__eq @@ -4947,18 +4623,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 17280 - i32.store offset=8 i32.const 17280 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 16352 - i32.store offset=4 local.get $5 i32.const 16352 call $~lib/string/String.__eq @@ -4971,18 +4641,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 17312 - i32.store offset=8 i32.const 17312 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17344 - i32.store offset=4 local.get $5 i32.const 17344 call $~lib/string/String.__eq @@ -4995,18 +4659,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 17376 - i32.store offset=8 i32.const 17376 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17408 - i32.store offset=4 local.get $5 i32.const 17408 call $~lib/string/String.__eq @@ -5019,18 +4677,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 17440 - i32.store offset=8 i32.const 17440 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17472 - i32.store offset=4 local.get $5 i32.const 17472 call $~lib/string/String.__eq @@ -5043,18 +4695,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 17504 - i32.store offset=8 i32.const 17504 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17536 - i32.store offset=4 local.get $5 i32.const 17536 call $~lib/string/String.__eq @@ -5067,18 +4713,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 17568 - i32.store offset=8 i32.const 17568 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17600 - i32.store offset=4 local.get $5 i32.const 17600 call $~lib/string/String.__eq @@ -5091,18 +4731,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 17632 - i32.store offset=8 i32.const 17632 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17664 - i32.store offset=4 local.get $5 i32.const 17664 call $~lib/string/String.__eq @@ -5115,18 +4749,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 17696 - i32.store offset=8 i32.const 17696 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17728 - i32.store offset=4 local.get $5 i32.const 17728 call $~lib/string/String.__eq @@ -5139,18 +4767,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 17760 - i32.store offset=8 i32.const 17760 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17792 - i32.store offset=4 local.get $5 i32.const 17792 call $~lib/string/String.__eq @@ -5163,18 +4785,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 17824 - i32.store offset=8 i32.const 17824 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17856 - i32.store offset=4 local.get $5 i32.const 17856 call $~lib/string/String.__eq @@ -5187,18 +4803,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 17888 - i32.store offset=8 i32.const 17888 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17920 - i32.store offset=4 local.get $5 i32.const 17920 call $~lib/string/String.__eq @@ -5211,18 +4821,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 17952 - i32.store offset=8 i32.const 17952 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17984 - i32.store offset=4 local.get $5 i32.const 17984 call $~lib/string/String.__eq @@ -5235,18 +4839,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 18016 - i32.store offset=8 i32.const 18016 call $~lib/string/String#toLowerCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18048 - i32.store offset=4 local.get $5 i32.const 18048 call $~lib/string/String.__eq @@ -5259,18 +4857,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 18080 - i32.store offset=8 i32.const 18080 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18112 - i32.store offset=4 local.get $5 i32.const 18112 call $~lib/string/String.__eq @@ -5283,18 +4875,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 15328 - i32.store offset=8 i32.const 15328 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18144 - i32.store offset=4 local.get $5 i32.const 18144 call $~lib/string/String.__eq @@ -5307,18 +4893,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 18176 - i32.store offset=8 i32.const 18176 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18208 - i32.store offset=4 local.get $5 i32.const 18208 call $~lib/string/String.__eq @@ -5331,18 +4911,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 18240 - i32.store offset=8 i32.const 18240 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18272 - i32.store offset=4 local.get $5 i32.const 18272 call $~lib/string/String.__eq @@ -5355,18 +4929,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 18304 - i32.store offset=8 i32.const 18304 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18336 - i32.store offset=4 local.get $5 i32.const 18336 call $~lib/string/String.__eq @@ -5379,18 +4947,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 18368 - i32.store offset=8 i32.const 18368 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18400 - i32.store offset=4 local.get $5 i32.const 18400 call $~lib/string/String.__eq @@ -5403,18 +4965,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 18432 - i32.store offset=8 i32.const 18432 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18400 - i32.store offset=4 local.get $5 i32.const 18400 call $~lib/string/String.__eq @@ -5427,18 +4983,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 18464 - i32.store offset=8 i32.const 18464 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18496 - i32.store offset=4 local.get $5 i32.const 18496 call $~lib/string/String.__eq @@ -5451,18 +5001,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 18528 - i32.store offset=8 i32.const 18528 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18560 - i32.store offset=4 local.get $5 i32.const 18560 call $~lib/string/String.__eq @@ -5475,18 +5019,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 18592 - i32.store offset=8 i32.const 18592 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18624 - i32.store offset=4 local.get $5 i32.const 18624 call $~lib/string/String.__eq @@ -5499,18 +5037,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 18656 - i32.store offset=8 i32.const 18656 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18688 - i32.store offset=4 local.get $5 i32.const 18688 call $~lib/string/String.__eq @@ -5523,18 +5055,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 18720 - i32.store offset=8 i32.const 18720 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18752 - i32.store offset=4 local.get $5 i32.const 18752 call $~lib/string/String.__eq @@ -5547,18 +5073,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 18784 - i32.store offset=8 i32.const 18784 call $~lib/string/String#toUpperCase local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18816 - i32.store offset=4 local.get $5 i32.const 18816 call $~lib/string/String.__eq @@ -5580,7 +5100,7 @@ local.get $4 call $~lib/string/String.fromCodePoint local.tee $5 - i32.store offset=16 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $5 i32.store @@ -5588,7 +5108,7 @@ local.get $5 call $~lib/string/String#toLowerCase local.tee $6 - i32.store offset=20 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $5 i32.store @@ -5596,7 +5116,7 @@ local.get $5 call $~lib/string/String#toUpperCase local.tee $5 - i32.store offset=24 + i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $6 i32.store @@ -5765,9 +5285,6 @@ local.get $3 i64.ne if - global.get $~lib/memory/__stack_pointer - i32.const 18848 - i32.store i32.const 18848 i32.const 1 local.get $4 @@ -5777,15 +5294,12 @@ f64.const 0 f64.const 0 call $~lib/builtins/trace - global.get $~lib/memory/__stack_pointer - i32.const 18944 - i32.store offset=4 local.get $1 call $~lib/util/number/itoa64 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store offset=8 + i32.store offset=4 i32.const 18944 local.get $5 call $~lib/string/String.__concat @@ -5801,15 +5315,12 @@ f64.const 0 f64.const 0 call $~lib/builtins/trace - global.get $~lib/memory/__stack_pointer - i32.const 20784 - i32.store offset=4 local.get $3 call $~lib/util/number/itoa64 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store offset=8 + i32.store offset=4 i32.const 20784 local.get $5 call $~lib/string/String.__concat @@ -5830,9 +5341,6 @@ local.get $2 i64.ne if - global.get $~lib/memory/__stack_pointer - i32.const 20848 - i32.store i32.const 20848 i32.const 1 local.get $4 @@ -5842,15 +5350,12 @@ f64.const 0 f64.const 0 call $~lib/builtins/trace - global.get $~lib/memory/__stack_pointer - i32.const 20944 - i32.store offset=4 local.get $2 call $~lib/util/number/itoa64 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store offset=8 + i32.store offset=4 i32.const 20944 local.get $5 call $~lib/string/String.__concat @@ -5866,15 +5371,12 @@ f64.const 0 f64.const 0 call $~lib/builtins/trace - global.get $~lib/memory/__stack_pointer - i32.const 21008 - i32.store offset=4 local.get $0 call $~lib/util/number/itoa64 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store offset=8 + i32.store offset=4 i32.const 21008 local.get $5 call $~lib/string/String.__concat @@ -5899,7 +5401,7 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 28 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/std/string-encoding.debug.wat b/tests/compiler/std/string-encoding.debug.wat index 8b5dc5579c..4f3eae1809 100644 --- a/tests/compiler/std/string-encoding.debug.wat +++ b/tests/compiler/std/string-encoding.debug.wat @@ -2859,6 +2859,41 @@ i32.const 0 drop ) + (func $start:std/string-encoding + call $std/string-encoding/testUTF16Length + memory.size + i32.const 16 + i32.shl + global.get $~lib/memory/__heap_base + i32.sub + i32.const 1 + i32.shr_u + global.set $~lib/rt/itcms/threshold + i32.const 240 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/pinSpace + i32.const 272 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/toSpace + i32.const 416 + call $~lib/rt/itcms/initLazy + global.set $~lib/rt/itcms/fromSpace + call $std/string-encoding/testUTF16Encode + call $std/string-encoding/testUTF16Decode + call $std/string-encoding/testUTF16DecodeUnsafe + call $std/string-encoding/testUTF8Length + call $std/string-encoding/testUTF8Encode + call $std/string-encoding/testUTF8EncodeNullTerminated + call $std/string-encoding/testUTF8ErrorMode + call $std/string-encoding/testUTF8Decode + call $std/string-encoding/testUTF8DecodeNullTerminated + call $std/string-encoding/testUTF8DecodeUnsafe + i32.const 1088 + call $std/string-encoding/testRoundtrip + i32.const 14208 + call $std/string-encoding/testRoundtrip + call $~lib/rt/itcms/__collect + ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) global.get $std/string-encoding/str @@ -3435,11 +3470,6 @@ i32.store local.get $3 i32.const 528 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=8 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -3483,11 +3513,6 @@ i32.store local.get $3 i32.const 560 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=8 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -3509,11 +3534,6 @@ i32.store local.get $3 i32.const 592 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=8 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -3535,11 +3555,6 @@ i32.store local.get $3 i32.const 624 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=8 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -3561,11 +3576,6 @@ i32.store local.get $3 i32.const 656 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=8 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -3587,11 +3597,6 @@ i32.store local.get $3 i32.const 528 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=8 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4204,7 +4209,7 @@ (local $str i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check @@ -4212,15 +4217,7 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer i32.const 880 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 i32.const 0 i32.const 0 call $~lib/string/String.UTF8.encode @@ -4232,7 +4229,7 @@ i32.const 0 call $~lib/string/String.UTF8.decode local.tee $str - i32.store offset=8 + i32.store offset=4 local.get $str local.set $1 global.get $~lib/memory/__stack_pointer @@ -4240,11 +4237,6 @@ i32.store local.get $1 i32.const 880 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -4257,11 +4249,6 @@ end global.get $~lib/memory/__stack_pointer i32.const 880 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 i32.const 0 i32.const 1 call $~lib/string/String.UTF8.encode @@ -4273,7 +4260,7 @@ i32.const 0 call $~lib/string/String.UTF8.decode local.tee $str - i32.store offset=8 + i32.store offset=4 local.get $str local.set $1 global.get $~lib/memory/__stack_pointer @@ -4281,11 +4268,6 @@ i32.store local.get $1 i32.const 912 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -4298,11 +4280,6 @@ end global.get $~lib/memory/__stack_pointer i32.const 944 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 i32.const 0 i32.const 0 call $~lib/string/String.UTF8.encode @@ -4314,7 +4291,7 @@ i32.const 0 call $~lib/string/String.UTF8.decode local.tee $str - i32.store offset=8 + i32.store offset=4 local.get $str local.set $1 global.get $~lib/memory/__stack_pointer @@ -4322,11 +4299,6 @@ i32.store local.get $1 i32.const 944 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -4339,11 +4311,6 @@ end global.get $~lib/memory/__stack_pointer i32.const 944 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 i32.const 0 i32.const 1 call $~lib/string/String.UTF8.encode @@ -4355,7 +4322,7 @@ i32.const 0 call $~lib/string/String.UTF8.decode local.tee $str - i32.store offset=8 + i32.store offset=4 local.get $str local.set $1 global.get $~lib/memory/__stack_pointer @@ -4363,11 +4330,6 @@ i32.store local.get $1 i32.const 912 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -4379,7 +4341,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer ) @@ -4710,11 +4672,6 @@ i32.store local.get $3 i32.const 528 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=8 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4760,11 +4717,6 @@ i32.store local.get $3 i32.const 560 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=8 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4787,11 +4739,6 @@ i32.store local.get $3 i32.const 624 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=8 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4814,11 +4761,6 @@ i32.store local.get $3 i32.const 656 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=8 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4841,11 +4783,6 @@ i32.store local.get $3 i32.const 528 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=8 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4868,11 +4805,6 @@ i32.store local.get $3 i32.const 1056 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=8 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4895,11 +4827,6 @@ i32.store local.get $3 i32.const 656 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=8 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4922,11 +4849,6 @@ i32.store local.get $3 i32.const 528 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=8 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -5041,64 +4963,6 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $start:std/string-encoding - (local $0 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - call $~stack_check - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - call $std/string-encoding/testUTF16Length - memory.size - i32.const 16 - i32.shl - global.get $~lib/memory/__heap_base - i32.sub - i32.const 1 - i32.shr_u - global.set $~lib/rt/itcms/threshold - i32.const 240 - call $~lib/rt/itcms/initLazy - global.set $~lib/rt/itcms/pinSpace - i32.const 272 - call $~lib/rt/itcms/initLazy - global.set $~lib/rt/itcms/toSpace - i32.const 416 - call $~lib/rt/itcms/initLazy - global.set $~lib/rt/itcms/fromSpace - call $std/string-encoding/testUTF16Encode - call $std/string-encoding/testUTF16Decode - call $std/string-encoding/testUTF16DecodeUnsafe - call $std/string-encoding/testUTF8Length - call $std/string-encoding/testUTF8Encode - call $std/string-encoding/testUTF8EncodeNullTerminated - call $std/string-encoding/testUTF8ErrorMode - call $std/string-encoding/testUTF8Decode - call $std/string-encoding/testUTF8DecodeNullTerminated - call $std/string-encoding/testUTF8DecodeUnsafe - i32.const 1088 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $std/string-encoding/testRoundtrip - i32.const 14208 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 - call $std/string-encoding/testRoundtrip - call $~lib/rt/itcms/__collect - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - ) (func $~lib/string/String.UTF16.decodeUnsafe (param $buf i32) (param $len i32) (result i32) (local $str i32) (local $3 i32) diff --git a/tests/compiler/std/string-encoding.release.wat b/tests/compiler/std/string-encoding.release.wat index 3182351243..ce82f5fe09 100644 --- a/tests/compiler/std/string-encoding.release.wat +++ b/tests/compiler/std/string-encoding.release.wat @@ -158,7 +158,7 @@ local.get $0 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$156 + block $__inlined_func$~lib/rt/itcms/Object#unlink$158 local.get $1 i32.load offset=4 i32.const -4 @@ -182,7 +182,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$156 + br $__inlined_func$~lib/rt/itcms/Object#unlink$158 end local.get $1 i32.load offset=8 @@ -1653,50 +1653,15 @@ end local.get $2 ) - (func $~lib/rt/__visit_members (param $0 i32) - block $invalid - block $~lib/arraybuffer/ArrayBufferView - block $~lib/string/String - block $~lib/arraybuffer/ArrayBuffer - block $~lib/object/Object - local.get $0 - i32.const 8 - i32.sub - i32.load - br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid - end - return - end - return - end - return - end - local.get $0 - i32.load - call $~lib/rt/itcms/__visit - return - end - unreachable - ) - (func $~start + (func $start:std/string-encoding (local $0 i32) (local $1 i32) + (local $2 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner1 - global.get $~lib/memory/__stack_pointer - i32.const 22804 - i32.lt_s - br_if $folding-inner1 - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 22804 i32.lt_s @@ -1985,7 +1950,182 @@ i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - call $std/string-encoding/testUTF16DecodeUnsafe + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 22804 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 1056 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 1056 + call $~lib/string/String.UTF16.encode + local.tee $1 + i32.store offset=4 + global.get $~lib/memory/__stack_pointer + i32.const 1056 + i32.store + i32.const 1052 + i32.load + local.set $2 + local.get $1 + i32.const 0 + call $~lib/string/String.UTF16.decodeUnsafe + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 1552 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1088 + i32.const 42 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $1 + local.get $2 + call $~lib/string/String.UTF16.decodeUnsafe + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 1056 + i32.store offset=8 + local.get $0 + i32.const 1056 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1088 + i32.const 43 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 4 + call $~lib/string/String.UTF16.decodeUnsafe + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 1584 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1088 + i32.const 44 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 4 + i32.add + i32.const 2 + call $~lib/string/String.UTF16.decodeUnsafe + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 1616 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1088 + i32.const 45 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 4 + i32.add + i32.const 4 + call $~lib/string/String.UTF16.decodeUnsafe + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 1648 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1088 + i32.const 46 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 8 + i32.add + i32.const 4 + call $~lib/string/String.UTF16.decodeUnsafe + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 1680 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1088 + i32.const 47 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + local.get $1 + i32.const 12 + i32.add + i32.const 0 + call $~lib/string/String.UTF16.decodeUnsafe + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 1552 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1088 + i32.const 48 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 12 + i32.add + global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -2198,7 +2338,7 @@ global.set $~lib/memory/__stack_pointer call $std/string-encoding/testUTF8EncodeNullTerminated global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -2209,12 +2349,6 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1904 - i32.store offset=4 i32.const 1904 i32.const 0 i32.const 0 @@ -2227,13 +2361,10 @@ i32.const 0 call $~lib/string/String.UTF8.decode local.tee $0 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1904 - i32.store offset=4 local.get $0 i32.const 1904 call $~lib/string/String.__eq @@ -2247,9 +2378,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1904 - i32.store offset=4 i32.const 1904 i32.const 0 i32.const 1 @@ -2262,13 +2390,10 @@ i32.const 0 call $~lib/string/String.UTF8.decode local.tee $0 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1936 - i32.store offset=4 local.get $0 i32.const 1936 call $~lib/string/String.__eq @@ -2282,9 +2407,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1968 - i32.store offset=4 i32.const 1968 i32.const 0 i32.const 0 @@ -2297,13 +2419,10 @@ i32.const 0 call $~lib/string/String.UTF8.decode local.tee $0 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1968 - i32.store offset=4 local.get $0 i32.const 1968 call $~lib/string/String.__eq @@ -2317,9 +2436,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1968 - i32.store offset=4 i32.const 1968 i32.const 0 i32.const 1 @@ -2332,13 +2448,10 @@ i32.const 0 call $~lib/string/String.UTF8.decode local.tee $0 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1936 - i32.store offset=4 local.get $0 i32.const 1936 call $~lib/string/String.__eq @@ -2352,7 +2465,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -2589,14 +2702,8 @@ i32.add global.set $~lib/memory/__stack_pointer call $std/string-encoding/testUTF8DecodeUnsafe - global.get $~lib/memory/__stack_pointer - i32.const 2112 - i32.store i32.const 2112 call $std/string-encoding/testRoundtrip - global.get $~lib/memory/__stack_pointer - i32.const 15232 - i32.store i32.const 15232 call $std/string-encoding/testRoundtrip global.get $~lib/rt/itcms/state @@ -2632,10 +2739,6 @@ i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer return end i32.const 55600 @@ -2645,6 +2748,34 @@ call $~lib/builtins/abort unreachable ) + (func $~lib/rt/__visit_members (param $0 i32) + block $invalid + block $~lib/arraybuffer/ArrayBufferView + block $~lib/string/String + block $~lib/arraybuffer/ArrayBuffer + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid + end + return + end + return + end + return + end + local.get $0 + i32.load + call $~lib/rt/itcms/__visit + return + end + unreachable + ) + (func $~start + call $start:std/string-encoding + ) (func $~lib/string/String.UTF16.encode (param $0 i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -2841,7 +2972,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl$88 + block $__inlined_func$~lib/util/string/compareImpl$94 loop $while-continue|1 local.get $0 local.tee $3 @@ -2861,7 +2992,7 @@ local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl$88 + br_if $__inlined_func$~lib/util/string/compareImpl$94 local.get $2 i32.const 2 i32.add @@ -2890,212 +3021,6 @@ global.set $~lib/memory/__stack_pointer i32.const 0 ) - (func $std/string-encoding/testUTF16DecodeUnsafe - (local $0 i32) - (local $1 i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 22804 - i32.lt_s - if - i32.const 55600 - i32.const 55648 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - call $~lib/string/String.UTF16.encode - local.tee $0 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store - i32.const 1052 - i32.load - local.set $2 - local.get $0 - i32.const 0 - call $~lib/string/String.UTF16.decodeUnsafe - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1552 - i32.store offset=8 - local.get $1 - i32.const 1552 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1088 - i32.const 42 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - local.get $0 - local.get $2 - call $~lib/string/String.UTF16.decodeUnsafe - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=8 - local.get $1 - i32.const 1056 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1088 - i32.const 43 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - local.get $0 - i32.const 4 - call $~lib/string/String.UTF16.decodeUnsafe - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1584 - i32.store offset=8 - local.get $1 - i32.const 1584 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1088 - i32.const 44 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - local.get $0 - i32.const 4 - i32.add - i32.const 2 - call $~lib/string/String.UTF16.decodeUnsafe - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1616 - i32.store offset=8 - local.get $1 - i32.const 1616 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1088 - i32.const 45 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - local.get $0 - i32.const 4 - i32.add - i32.const 4 - call $~lib/string/String.UTF16.decodeUnsafe - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1648 - i32.store offset=8 - local.get $1 - i32.const 1648 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1088 - i32.const 46 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - local.get $0 - i32.const 8 - i32.add - i32.const 4 - call $~lib/string/String.UTF16.decodeUnsafe - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1680 - i32.store offset=8 - local.get $1 - i32.const 1680 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1088 - i32.const 47 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - local.get $0 - i32.const 12 - i32.add - i32.const 0 - call $~lib/string/String.UTF16.decodeUnsafe - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1552 - i32.store offset=8 - local.get $0 - i32.const 1552 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1088 - i32.const 48 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - ) (func $~lib/string/String.UTF8.encode (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) (local $4 i32) @@ -3694,9 +3619,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1552 - i32.store offset=8 local.get $1 i32.const 1552 call $~lib/string/String.__eq @@ -3740,9 +3662,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1584 - i32.store offset=8 local.get $1 i32.const 1584 call $~lib/string/String.__eq @@ -3765,9 +3684,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1648 - i32.store offset=8 local.get $1 i32.const 1648 call $~lib/string/String.__eq @@ -3790,9 +3706,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1680 - i32.store offset=8 local.get $1 i32.const 1680 call $~lib/string/String.__eq @@ -3815,9 +3728,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1552 - i32.store offset=8 local.get $1 i32.const 1552 call $~lib/string/String.__eq @@ -3840,9 +3750,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2080 - i32.store offset=8 local.get $1 i32.const 2080 call $~lib/string/String.__eq @@ -3865,9 +3772,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1680 - i32.store offset=8 local.get $1 i32.const 1680 call $~lib/string/String.__eq @@ -3890,9 +3794,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1552 - i32.store offset=8 local.get $0 i32.const 1552 call $~lib/string/String.__eq @@ -4249,7 +4150,7 @@ end end end - block $__inlined_func$~lib/rt/itcms/__renew$155 + block $__inlined_func$~lib/rt/itcms/__renew$157 local.get $1 local.get $0 i32.sub @@ -4268,7 +4169,7 @@ local.get $3 local.get $2 i32.store offset=16 - br $__inlined_func$~lib/rt/itcms/__renew$155 + br $__inlined_func$~lib/rt/itcms/__renew$157 end local.get $2 local.get $3 diff --git a/tests/compiler/std/string.debug.wat b/tests/compiler/std/string.debug.wat index f75a97a1ea..733dbecb2d 100644 --- a/tests/compiler/std/string.debug.wat +++ b/tests/compiler/std/string.debug.wat @@ -11876,11 +11876,6 @@ i32.store offset=4 local.get $21 i32.const 688 - local.set $21 - global.get $~lib/memory/__stack_pointer - local.get $21 - i32.store offset=24 - local.get $21 call $~lib/array/Array<~lib/string/String>#push drop end @@ -11981,11 +11976,6 @@ i32.store offset=4 local.get $21 i32.const 688 - local.set $21 - global.get $~lib/memory/__stack_pointer - local.get $21 - i32.store offset=24 - local.get $21 call $~lib/array/Array<~lib/string/String>#push drop end @@ -12191,13 +12181,13 @@ (local $51 i32) (local $52 i32) global.get $~lib/memory/__stack_pointer - i32.const 96 + i32.const 76 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 96 + i32.const 76 memory.fill global.get $std/string/str i32.const 32 @@ -12212,17 +12202,7 @@ unreachable end i32.const 144 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 144 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12234,17 +12214,7 @@ unreachable end i32.const 176 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 176 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12256,17 +12226,7 @@ unreachable end i32.const 208 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 208 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12434,14 +12394,14 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 global.get $std/string/str local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=12 + i32.store offset=8 local.get $52 call $~lib/string/String#get:length i32.sub @@ -12452,11 +12412,6 @@ i32.store local.get $52 i32.const 720 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12468,11 +12423,6 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/String.__not i32.eqz i32.const 0 @@ -12487,11 +12437,6 @@ unreachable end i32.const 752 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/String.__not i32.eqz i32.const 1 @@ -12506,11 +12451,6 @@ unreachable end i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/String.__not i32.eqz i32.const 1 @@ -12535,11 +12475,6 @@ i32.store local.get $52 i32.const 752 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12561,11 +12496,6 @@ i32.store local.get $52 i32.const 816 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12587,11 +12517,6 @@ i32.store local.get $52 i32.const 848 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12615,11 +12540,6 @@ i32.store local.get $52 i32.const 848 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12639,11 +12559,6 @@ i32.store local.get $52 i32.const 880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12662,7 +12577,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 call $~lib/string/String.fromCharCodes local.set $52 @@ -12671,11 +12586,6 @@ i32.store local.get $52 i32.const 944 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12694,7 +12604,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 call $~lib/string/String.fromCharCodes local.set $52 @@ -12703,11 +12613,6 @@ i32.store local.get $52 i32.const 1008 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12726,7 +12631,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 call $~lib/string/String.fromCharCodes local.set $52 @@ -12735,11 +12640,6 @@ i32.store local.get $52 i32.const 1088 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12758,11 +12658,6 @@ i32.store local.get $52 i32.const 752 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12781,11 +12676,6 @@ i32.store local.get $52 i32.const 848 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12804,11 +12694,6 @@ i32.store local.get $52 i32.const 1120 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12826,11 +12711,6 @@ i32.store local.get $52 i32.const 1152 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 0 call $~lib/string/String#startsWith i32.eqz @@ -12849,11 +12729,6 @@ i32.store local.get $52 i32.const 1184 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 @@ -12874,11 +12749,6 @@ i32.store local.get $52 i32.const 1216 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 0 call $~lib/string/String#includes i32.eqz @@ -12898,11 +12768,6 @@ local.get $52 i32.const 0 i32.const 1248 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#padStart local.set $52 global.get $~lib/memory/__stack_pointer @@ -12933,11 +12798,6 @@ local.get $52 i32.const 15 i32.const 1248 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#padStart local.set $52 global.get $~lib/memory/__stack_pointer @@ -12961,18 +12821,8 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 3 i32.const 1248 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#padStart local.set $52 global.get $~lib/memory/__stack_pointer @@ -12980,11 +12830,6 @@ i32.store local.get $52 i32.const 1280 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -12996,18 +12841,8 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 10 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#padStart local.set $52 global.get $~lib/memory/__stack_pointer @@ -13015,11 +12850,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13031,18 +12861,8 @@ unreachable end i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 100 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#padStart local.set $52 global.get $~lib/memory/__stack_pointer @@ -13050,11 +12870,6 @@ i32.store local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13066,18 +12881,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 5 i32.const 1248 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#padStart local.set $52 global.get $~lib/memory/__stack_pointer @@ -13085,11 +12890,6 @@ i32.store local.get $52 i32.const 1344 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13101,18 +12901,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 6 i32.const 1376 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#padStart local.set $52 global.get $~lib/memory/__stack_pointer @@ -13120,11 +12910,6 @@ i32.store local.get $52 i32.const 1408 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13136,18 +12921,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 8 i32.const 1376 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#padStart local.set $52 global.get $~lib/memory/__stack_pointer @@ -13155,11 +12930,6 @@ i32.store local.get $52 i32.const 1440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13178,11 +12948,6 @@ local.get $52 i32.const 0 i32.const 1248 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#padEnd local.set $52 global.get $~lib/memory/__stack_pointer @@ -13213,11 +12978,6 @@ local.get $52 i32.const 15 i32.const 1248 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#padEnd local.set $52 global.get $~lib/memory/__stack_pointer @@ -13241,30 +13001,15 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 3 i32.const 1248 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 - call $~lib/string/String#padEnd + call $~lib/string/String#padEnd local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 i32.store local.get $52 i32.const 1280 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13276,18 +13021,8 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 10 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#padEnd local.set $52 global.get $~lib/memory/__stack_pointer @@ -13295,11 +13030,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13311,18 +13041,8 @@ unreachable end i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 100 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#padEnd local.set $52 global.get $~lib/memory/__stack_pointer @@ -13330,11 +13050,6 @@ i32.store local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13346,18 +13061,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 5 i32.const 1248 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#padEnd local.set $52 global.get $~lib/memory/__stack_pointer @@ -13365,11 +13070,6 @@ i32.store local.get $52 i32.const 1488 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13381,18 +13081,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 6 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#padEnd local.set $52 global.get $~lib/memory/__stack_pointer @@ -13400,11 +13090,6 @@ i32.store local.get $52 i32.const 1520 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13416,18 +13101,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 8 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#padEnd local.set $52 global.get $~lib/memory/__stack_pointer @@ -13435,11 +13110,6 @@ i32.store local.get $52 i32.const 1552 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -13451,17 +13121,7 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 0 call $~lib/string/String#indexOf i32.const 0 @@ -13476,17 +13136,7 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1152 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 0 call $~lib/string/String#indexOf i32.const -1 @@ -13501,17 +13151,7 @@ unreachable end i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 0 call $~lib/string/String#indexOf i32.const 0 @@ -13557,11 +13197,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 0 call $~lib/string/String#indexOf i32.const 0 @@ -13582,11 +13217,6 @@ i32.store local.get $52 i32.const 1600 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 0 call $~lib/string/String#indexOf i32.const 2 @@ -13607,11 +13237,6 @@ i32.store local.get $52 i32.const 1632 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 0 call $~lib/string/String#indexOf i32.const -1 @@ -13632,11 +13257,6 @@ i32.store local.get $52 i32.const 1600 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 2 call $~lib/string/String#indexOf i32.const 2 @@ -13657,11 +13277,6 @@ i32.store local.get $52 i32.const 1600 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 3 call $~lib/string/String#indexOf i32.const -1 @@ -13682,11 +13297,6 @@ i32.store local.get $52 i32.const 1664 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const -1 call $~lib/string/String#indexOf i32.const 2 @@ -13701,17 +13311,7 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 @@ -13728,17 +13328,7 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1152 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 @@ -13761,11 +13351,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 @@ -13794,11 +13379,6 @@ i32.store local.get $52 i32.const 1600 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 @@ -13821,11 +13401,6 @@ i32.store local.get $52 i32.const 1632 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 @@ -13848,11 +13423,6 @@ i32.store local.get $52 i32.const 1696 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 @@ -13875,11 +13445,6 @@ i32.store local.get $52 i32.const 1600 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 2 call $~lib/string/String#lastIndexOf i32.const 2 @@ -13900,11 +13465,6 @@ i32.store local.get $52 i32.const 1600 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 3 call $~lib/string/String#lastIndexOf i32.const 2 @@ -13925,11 +13485,6 @@ i32.store local.get $52 i32.const 1664 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const -1 call $~lib/string/String#lastIndexOf i32.const -1 @@ -13950,11 +13505,6 @@ i32.store local.get $52 i32.const 1728 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 0 call $~lib/string/String#lastIndexOf i32.const -1 @@ -13975,11 +13525,6 @@ i32.store local.get $52 i32.const 1152 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 0 call $~lib/string/String#lastIndexOf i32.const 0 @@ -13994,17 +13539,7 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String#localeCompare i32.const 0 i32.eq @@ -14018,17 +13553,7 @@ unreachable end i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String#localeCompare i32.const 1 i32.eq @@ -14042,17 +13567,7 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String#localeCompare i32.const -1 i32.eq @@ -14066,17 +13581,7 @@ unreachable end i32.const 1760 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1760 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String#localeCompare i32.const 0 i32.eq @@ -14090,17 +13595,7 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1792 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String#localeCompare i32.const -1 i32.eq @@ -14114,17 +13609,7 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1824 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String#localeCompare i32.const -1 i32.eq @@ -14138,17 +13623,7 @@ unreachable end i32.const 1792 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String#localeCompare i32.const 1 i32.eq @@ -14162,17 +13637,7 @@ unreachable end i32.const 1856 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String#localeCompare i32.const 1 i32.eq @@ -14186,17 +13651,7 @@ unreachable end i32.const 1888 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String#localeCompare i32.const 1 i32.eq @@ -14210,17 +13665,7 @@ unreachable end i32.const 1856 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1920 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String#localeCompare i32.const 1 i32.eq @@ -14234,17 +13679,7 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1888 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String#localeCompare i32.const -1 i32.eq @@ -14258,17 +13693,7 @@ unreachable end i32.const 1920 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1856 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String#localeCompare i32.const -1 i32.eq @@ -14282,17 +13707,7 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1280 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String#localeCompare i32.const -1 i32.eq @@ -14306,17 +13721,7 @@ unreachable end i32.const 752 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String#localeCompare i32.const 1 i32.eq @@ -14330,11 +13735,6 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 call $~lib/string/String#trimStart local.set $52 global.get $~lib/memory/__stack_pointer @@ -14342,11 +13742,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14358,11 +13753,6 @@ unreachable end i32.const 1952 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 call $~lib/string/String#trimStart local.set $52 global.get $~lib/memory/__stack_pointer @@ -14370,11 +13760,6 @@ i32.store local.get $52 i32.const 1952 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14386,11 +13771,6 @@ unreachable end i32.const 1984 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 call $~lib/string/String#trimStart local.set $52 global.get $~lib/memory/__stack_pointer @@ -14398,11 +13778,6 @@ i32.store local.get $52 i32.const 2032 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14414,11 +13789,6 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 call $~lib/string/String#trimEnd local.set $52 global.get $~lib/memory/__stack_pointer @@ -14426,11 +13796,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14442,11 +13807,6 @@ unreachable end i32.const 1952 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 call $~lib/string/String#trimEnd local.set $52 global.get $~lib/memory/__stack_pointer @@ -14454,11 +13814,6 @@ i32.store local.get $52 i32.const 1952 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14470,11 +13825,6 @@ unreachable end i32.const 1984 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 call $~lib/string/String#trimEnd local.set $52 global.get $~lib/memory/__stack_pointer @@ -14482,11 +13832,6 @@ i32.store local.get $52 i32.const 2080 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14498,11 +13843,6 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 call $~lib/string/String#trim local.set $52 global.get $~lib/memory/__stack_pointer @@ -14510,11 +13850,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14526,11 +13861,6 @@ unreachable end i32.const 1952 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 call $~lib/string/String#trim local.set $52 global.get $~lib/memory/__stack_pointer @@ -14538,11 +13868,6 @@ i32.store local.get $52 i32.const 1952 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14554,11 +13879,6 @@ unreachable end i32.const 1984 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 call $~lib/string/String#trim local.set $52 global.get $~lib/memory/__stack_pointer @@ -14566,11 +13886,6 @@ i32.store local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -14771,11 +14086,6 @@ unreachable end i32.const 2368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 0 @@ -14790,11 +14100,6 @@ unreachable end i32.const 2400 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 0 @@ -14809,11 +14114,6 @@ unreachable end i32.const 2432 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -14828,11 +14128,6 @@ unreachable end i32.const 2464 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -14847,11 +14142,6 @@ unreachable end i32.const 2496 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 5 @@ -14866,11 +14156,6 @@ unreachable end i32.const 2528 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 455 @@ -14885,11 +14170,6 @@ unreachable end i32.const 2560 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 3855 @@ -14904,11 +14184,6 @@ unreachable end i32.const 2592 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 3855 @@ -14923,11 +14198,6 @@ unreachable end i32.const 2624 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 11 @@ -14942,11 +14212,6 @@ unreachable end i32.const 2656 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -14961,11 +14226,6 @@ unreachable end i32.const 2688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const -123 @@ -14980,11 +14240,6 @@ unreachable end i32.const 2720 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 123 @@ -14999,11 +14254,6 @@ unreachable end i32.const 2752 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const -12 @@ -15018,11 +14268,6 @@ unreachable end i32.const 2368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 0 @@ -15037,11 +14282,6 @@ unreachable end i32.const 2784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 0 @@ -15056,11 +14296,6 @@ unreachable end i32.const 2816 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 16 call $~lib/string/parseInt f64.const 2833 @@ -15075,11 +14310,6 @@ unreachable end i32.const 2848 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -15094,11 +14324,6 @@ unreachable end i32.const 2880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -15113,11 +14338,6 @@ unreachable end i32.const 2912 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -15133,11 +14353,6 @@ end block $~lib/math/NativeMath.signbit|inlined.0 (result i32) i32.const 2944 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt local.set $10 @@ -15161,19 +14376,9 @@ unreachable end i32.const 2976 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt i32.const 3024 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 16 call $~lib/string/parseInt f64.eq @@ -15187,11 +14392,6 @@ unreachable end i32.const 3056 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 36893488147419103232 @@ -15206,11 +14406,6 @@ unreachable end i32.const 3056 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 13 call $~lib/string/parseInt f64.const 5135857308667095285760 @@ -15225,11 +14420,6 @@ unreachable end i32.const 3120 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 10 call $~lib/string/parseInt f64.const -1.e+24 @@ -15244,11 +14434,6 @@ unreachable end i32.const 3200 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 16 call $~lib/string/parseInt f64.const 75557863725914323419136 @@ -15263,11 +14448,6 @@ unreachable end i32.const 3264 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -15282,11 +14462,6 @@ unreachable end i32.const 3296 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 2 @@ -15301,11 +14476,6 @@ unreachable end i32.const 3344 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -15320,11 +14490,6 @@ unreachable end i32.const 3376 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 2 @@ -15339,11 +14504,6 @@ unreachable end i32.const 3424 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 0 @@ -15358,11 +14518,6 @@ unreachable end i32.const 3456 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 1 @@ -15377,11 +14532,6 @@ unreachable end i32.const 3488 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt f64.const 0 @@ -15396,11 +14546,6 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt local.tee $11 @@ -15416,11 +14561,6 @@ unreachable end i32.const 3536 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt local.tee $12 @@ -15436,11 +14576,6 @@ unreachable end i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt local.tee $13 @@ -15456,11 +14591,6 @@ unreachable end i32.const 1376 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 37 call $~lib/string/parseInt local.tee $14 @@ -15476,11 +14606,6 @@ unreachable end i32.const 3600 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt local.tee $15 @@ -15496,11 +14621,6 @@ unreachable end i32.const 3632 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/string/parseInt local.tee $16 @@ -15516,11 +14636,6 @@ unreachable end i32.const 3632 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/number/F32.parseFloat local.tee $17 local.get $17 @@ -15535,11 +14650,6 @@ unreachable end i32.const 3632 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/number/F64.parseFloat local.tee $18 local.get $18 @@ -15607,11 +14717,6 @@ unreachable end i32.const 3856 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/number/I32.parseInt global.get $~lib/number/I32.MAX_VALUE @@ -15654,11 +14759,6 @@ unreachable end i32.const 3904 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 call $~lib/number/I64.parseInt global.get $~lib/number/I64.MAX_VALUE @@ -15701,11 +14801,6 @@ unreachable end i32.const 2368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -15719,11 +14814,6 @@ unreachable end i32.const 2432 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -15737,11 +14827,6 @@ unreachable end i32.const 3968 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -15755,11 +14840,6 @@ unreachable end i32.const 4000 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -15773,11 +14853,6 @@ unreachable end i32.const 4032 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1e-05 f64.eq @@ -15791,11 +14866,6 @@ unreachable end i32.const 4064 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const -1e-05 f64.eq @@ -15809,11 +14879,6 @@ unreachable end i32.const 4096 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const -3e-23 f64.eq @@ -15827,11 +14892,6 @@ unreachable end i32.const 4144 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 3e21 f64.eq @@ -15845,11 +14905,6 @@ unreachable end i32.const 4192 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -15863,11 +14918,6 @@ unreachable end i32.const 4224 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -15881,11 +14931,6 @@ unreachable end i32.const 4256 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -15899,11 +14944,6 @@ unreachable end i32.const 4288 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.25 f64.eq @@ -15917,11 +14957,6 @@ unreachable end i32.const 4320 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1e3 f64.eq @@ -15935,11 +14970,6 @@ unreachable end i32.const 4352 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1e-10 f64.eq @@ -15953,11 +14983,6 @@ unreachable end i32.const 4400 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1e-30 f64.eq @@ -15971,11 +14996,6 @@ unreachable end i32.const 4448 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1e-323 f64.eq @@ -15989,11 +15009,6 @@ unreachable end i32.const 4496 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16007,11 +15022,6 @@ unreachable end i32.const 4544 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1.e+308 f64.eq @@ -16025,11 +15035,6 @@ unreachable end i32.const 4576 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const inf f64.eq @@ -16043,11 +15048,6 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $27 local.get $27 @@ -16062,11 +15062,6 @@ unreachable end i32.const 4608 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -16080,11 +15075,6 @@ unreachable end i32.const 4656 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1e-10 f64.eq @@ -16098,11 +15088,6 @@ unreachable end i32.const 4704 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 10 f64.eq @@ -16116,11 +15101,6 @@ unreachable end i32.const 4752 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16134,11 +15114,6 @@ unreachable end i32.const 4784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16152,11 +15127,6 @@ unreachable end i32.const 4816 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 10 f64.eq @@ -16170,11 +15140,6 @@ unreachable end i32.const 4864 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 123456789 f64.eq @@ -16188,11 +15153,6 @@ unreachable end i32.const 4912 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16206,11 +15166,6 @@ unreachable end i32.const 4960 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1e-60 f64.eq @@ -16224,11 +15179,6 @@ unreachable end i32.const 4992 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1.e+60 f64.eq @@ -16242,11 +15192,6 @@ unreachable end i32.const 5024 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 123.4 f64.eq @@ -16260,11 +15205,6 @@ unreachable end i32.const 5056 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16278,11 +15218,6 @@ unreachable end i32.const 5088 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const -1.1 f64.eq @@ -16296,11 +15231,6 @@ unreachable end i32.const 5136 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 10 f64.eq @@ -16314,11 +15244,6 @@ unreachable end i32.const 5184 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 10 f64.eq @@ -16332,11 +15257,6 @@ unreachable end i32.const 5232 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.022 f64.eq @@ -16350,11 +15270,6 @@ unreachable end i32.const 5280 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 11 f64.eq @@ -16368,11 +15283,6 @@ unreachable end i32.const 2784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16386,11 +15296,6 @@ unreachable end i32.const 5312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16404,11 +15309,6 @@ unreachable end i32.const 5344 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16422,11 +15322,6 @@ unreachable end i32.const 5376 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1.1 f64.eq @@ -16440,11 +15335,6 @@ unreachable end i32.const 5408 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const -1.1 f64.eq @@ -16458,11 +15348,6 @@ unreachable end i32.const 5440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const -1.1 f64.eq @@ -16476,11 +15361,6 @@ unreachable end i32.const 5472 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const -1.1 f64.eq @@ -16494,11 +15374,6 @@ unreachable end i32.const 5504 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const -1.1 f64.eq @@ -16512,11 +15387,6 @@ unreachable end i32.const 5536 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16530,11 +15400,6 @@ unreachable end i32.const 5568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16548,11 +15413,6 @@ unreachable end i32.const 5600 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16566,11 +15426,6 @@ unreachable end i32.const 5632 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16584,11 +15439,6 @@ unreachable end i32.const 5664 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16602,11 +15452,6 @@ unreachable end i32.const 5696 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 10 f64.eq @@ -16620,11 +15465,6 @@ unreachable end i32.const 5728 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 10 f64.eq @@ -16638,11 +15478,6 @@ unreachable end i32.const 5776 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16656,11 +15491,6 @@ unreachable end i32.const 5808 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16674,11 +15504,6 @@ unreachable end i32.const 5840 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -16692,11 +15517,6 @@ unreachable end i32.const 5872 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16710,11 +15530,6 @@ unreachable end i32.const 5904 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 10 f64.eq @@ -16728,11 +15543,6 @@ unreachable end i32.const 5936 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16746,11 +15556,6 @@ unreachable end i32.const 5968 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -16764,11 +15569,6 @@ unreachable end i32.const 6000 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.01 f64.eq @@ -16782,11 +15582,6 @@ unreachable end i32.const 6048 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16800,11 +15595,6 @@ unreachable end i32.const 6080 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16818,11 +15608,6 @@ unreachable end i32.const 6112 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16836,11 +15621,6 @@ unreachable end i32.const 6144 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -16854,11 +15634,6 @@ unreachable end i32.const 6176 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16872,11 +15647,6 @@ unreachable end i32.const 6208 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16890,11 +15660,6 @@ unreachable end i32.const 6240 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -16908,11 +15673,6 @@ unreachable end i32.const 6272 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -16926,11 +15686,6 @@ unreachable end i32.const 6304 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -16944,11 +15699,6 @@ unreachable end i32.const 6336 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 call $~lib/object/Object.is @@ -16964,11 +15714,6 @@ unreachable end i32.const 6368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const -0 call $~lib/object/Object.is @@ -16984,11 +15729,6 @@ unreachable end i32.const 6400 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 call $~lib/object/Object.is @@ -17004,11 +15744,6 @@ unreachable end i32.const 2944 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const -0 call $~lib/object/Object.is @@ -17024,11 +15759,6 @@ unreachable end i32.const 6432 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const -0 call $~lib/object/Object.is @@ -17044,11 +15774,6 @@ unreachable end i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $28 local.get $28 @@ -17063,11 +15788,6 @@ unreachable end i32.const 3536 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $29 local.get $29 @@ -17082,11 +15802,6 @@ unreachable end i32.const 6480 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $30 local.get $30 @@ -17101,11 +15816,6 @@ unreachable end i32.const 6512 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $31 local.get $31 @@ -17120,11 +15830,6 @@ unreachable end i32.const 6544 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $32 local.get $32 @@ -17139,11 +15844,6 @@ unreachable end i32.const 6576 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $33 local.get $33 @@ -17158,11 +15858,6 @@ unreachable end i32.const 6608 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $34 local.get $34 @@ -17177,11 +15872,6 @@ unreachable end i32.const 6640 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $35 local.get $35 @@ -17196,11 +15886,6 @@ unreachable end i32.const 6672 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $36 local.get $36 @@ -17215,11 +15900,6 @@ unreachable end i32.const 6704 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $37 local.get $37 @@ -17234,11 +15914,6 @@ unreachable end i32.const 6736 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $38 local.get $38 @@ -17253,11 +15928,6 @@ unreachable end i32.const 6768 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $39 local.get $39 @@ -17272,11 +15942,6 @@ unreachable end i32.const 6800 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $40 local.get $40 @@ -17291,11 +15956,6 @@ unreachable end i32.const 6832 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $41 local.get $41 @@ -17310,11 +15970,6 @@ unreachable end i32.const 6864 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $42 local.get $42 @@ -17329,11 +15984,6 @@ unreachable end i32.const 2336 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $43 local.get $43 @@ -17348,11 +15998,6 @@ unreachable end i32.const 6896 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1e22 f64.eq @@ -17366,11 +16011,6 @@ unreachable end i32.const 6928 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1e-22 f64.eq @@ -17384,11 +16024,6 @@ unreachable end i32.const 6960 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1.e+23 f64.eq @@ -17402,11 +16037,6 @@ unreachable end i32.const 6992 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1e-23 f64.eq @@ -17420,11 +16050,6 @@ unreachable end i32.const 7024 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1.e+37 f64.eq @@ -17438,11 +16063,6 @@ unreachable end i32.const 7056 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1e-37 f64.eq @@ -17456,11 +16076,6 @@ unreachable end i32.const 7088 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1.e+38 f64.eq @@ -17474,11 +16089,6 @@ unreachable end i32.const 7120 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1e-38 f64.eq @@ -17492,11 +16102,6 @@ unreachable end i32.const 7152 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat global.get $~lib/builtins/f64.EPSILON f64.eq @@ -17510,11 +16115,6 @@ unreachable end i32.const 7216 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat global.get $~lib/builtins/f64.MAX_VALUE f64.eq @@ -17528,11 +16128,6 @@ unreachable end i32.const 7296 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat global.get $~lib/builtins/f64.MIN_VALUE f64.eq @@ -17546,11 +16141,6 @@ unreachable end i32.const 7328 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1.e+308 f64.eq @@ -17564,11 +16154,6 @@ unreachable end i32.const 7376 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1 f64.eq @@ -17582,11 +16167,6 @@ unreachable end i32.const 7520 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -17600,11 +16180,6 @@ unreachable end i32.const 7568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const inf f64.eq @@ -17618,11 +16193,6 @@ unreachable end i32.const 7616 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -17636,11 +16206,6 @@ unreachable end i32.const 7664 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const inf f64.neg @@ -17655,11 +16220,6 @@ unreachable end i32.const 7712 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -17673,11 +16233,6 @@ unreachable end i32.const 7760 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const inf f64.eq @@ -17691,11 +16246,6 @@ unreachable end i32.const 7808 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const inf f64.eq @@ -17709,11 +16259,6 @@ unreachable end i32.const 7840 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const inf f64.eq @@ -17727,11 +16272,6 @@ unreachable end i32.const 7888 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const inf f64.eq @@ -17745,11 +16285,6 @@ unreachable end i32.const 7936 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const inf f64.neg @@ -17764,11 +16299,6 @@ unreachable end i32.const 7984 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const inf f64.eq @@ -17782,11 +16312,6 @@ unreachable end i32.const 8032 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const inf f64.eq @@ -17800,11 +16325,6 @@ unreachable end i32.const 8080 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $44 local.get $44 @@ -17819,11 +16339,6 @@ unreachable end i32.const 8112 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $45 local.get $45 @@ -17838,11 +16353,6 @@ unreachable end i32.const 8160 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $46 local.get $46 @@ -17857,11 +16367,6 @@ unreachable end i32.const 8208 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0 f64.eq @@ -17875,11 +16380,6 @@ unreachable end i32.const 8400 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat global.get $std/string/Ox1p_1073 f64.eq @@ -17893,11 +16393,6 @@ unreachable end i32.const 8592 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat global.get $std/string/Ox1_0000000000001p_1022 f64.eq @@ -17911,58 +16406,33 @@ unreachable end i32.const 8784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=72 - local.get $52 i32.const 8944 + call $~lib/string/String.__concat local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=76 + i32.store offset=12 local.get $52 + i32.const 9104 call $~lib/string/String.__concat local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=64 + i32.store offset=8 local.get $52 - i32.const 9104 + i32.const 9264 + call $~lib/string/String.__concat local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=68 + i32.store offset=4 local.get $52 + i32.const 9424 call $~lib/string/String.__concat local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=12 - local.get $52 - i32.const 9264 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 - call $~lib/string/String.__concat - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 - i32.const 9424 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 - call $~lib/string/String.__concat - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store + i32.store local.get $52 call $~lib/string/parseFloat global.get $~lib/builtins/f64.MAX_VALUE @@ -17977,11 +16447,6 @@ unreachable end i32.const 9584 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 9.753531888799502e-104 f64.eq @@ -17995,11 +16460,6 @@ unreachable end i32.const 9696 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.5961860348131807 f64.eq @@ -18013,11 +16473,6 @@ unreachable end i32.const 9808 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.18150131692180388 f64.eq @@ -18031,11 +16486,6 @@ unreachable end i32.const 9920 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.42070823575344535 f64.eq @@ -18049,11 +16499,6 @@ unreachable end i32.const 10032 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.6654686306516261 f64.eq @@ -18067,11 +16512,6 @@ unreachable end i32.const 10144 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.6101852922970868 f64.eq @@ -18085,11 +16525,6 @@ unreachable end i32.const 10256 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.7696695208236968 f64.eq @@ -18103,11 +16538,6 @@ unreachable end i32.const 10368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.25050653222286823 f64.eq @@ -18121,11 +16551,6 @@ unreachable end i32.const 10480 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.2740037230228005 f64.eq @@ -18139,11 +16564,6 @@ unreachable end i32.const 10592 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.20723093500497428 f64.eq @@ -18157,11 +16577,6 @@ unreachable end i32.const 10704 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 7.900280238081605 f64.eq @@ -18175,11 +16590,6 @@ unreachable end i32.const 10816 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 98.22860653737297 f64.eq @@ -18193,11 +16603,6 @@ unreachable end i32.const 10928 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 746.894972319037 f64.eq @@ -18211,11 +16616,6 @@ unreachable end i32.const 11040 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 1630.2683202827284 f64.eq @@ -18229,11 +16629,6 @@ unreachable end i32.const 11152 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 46371.68629719171 f64.eq @@ -18247,11 +16642,6 @@ unreachable end i32.const 11264 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 653780.5944497711 f64.eq @@ -18265,11 +16655,6 @@ unreachable end i32.const 11376 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 234632.43565024371 f64.eq @@ -18283,11 +16668,6 @@ unreachable end i32.const 11488 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 97094817.16420048 f64.eq @@ -18301,11 +16681,6 @@ unreachable end i32.const 11600 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 499690852.20518744 f64.eq @@ -18319,11 +16694,6 @@ unreachable end i32.const 11712 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 7925201200557245595648 f64.eq @@ -18337,11 +16707,6 @@ unreachable end i32.const 11824 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 6096564585983177528398588e5 f64.eq @@ -18355,11 +16720,6 @@ unreachable end i32.const 11936 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 4800416117477028695992383e42 f64.eq @@ -18373,11 +16733,6 @@ unreachable end i32.const 12048 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 8524829079817968137287277e80 f64.eq @@ -18391,11 +16746,6 @@ unreachable end i32.const 12160 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 3271239291709782092398754e243 f64.eq @@ -18409,11 +16759,6 @@ unreachable end i32.const 12272 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat local.tee $47 local.get $47 @@ -18428,11 +16773,6 @@ unreachable end i32.const 12304 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/parseFloat f64.const 0.1 f64.eq @@ -18447,20 +16787,10 @@ end global.get $~lib/memory/__stack_pointer i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12336 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__concat local.tee $48 - i32.store offset=80 + i32.store offset=60 local.get $48 local.set $52 global.get $~lib/memory/__stack_pointer @@ -18468,11 +16798,6 @@ i32.store local.get $52 i32.const 12368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -18490,11 +16815,6 @@ i32.store local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -18506,17 +16826,7 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -18545,16 +16855,11 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 global.get $std/string/nullStr local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=4 + i32.store local.get $52 call $~lib/string/String.__ne i32.eqz @@ -18573,11 +16878,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -18589,17 +16889,7 @@ unreachable end i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12336 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -18611,17 +16901,7 @@ unreachable end i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -18633,17 +16913,7 @@ unreachable end i32.const 12400 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12432 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -18655,17 +16925,7 @@ unreachable end i32.const 12400 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12400 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -18677,17 +16937,7 @@ unreachable end i32.const 12464 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12496 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -18699,17 +16949,7 @@ unreachable end i32.const 12528 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12560 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -18721,17 +16961,7 @@ unreachable end i32.const 12592 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12592 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -18743,17 +16973,7 @@ unreachable end i32.const 12592 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12640 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -18765,17 +16985,7 @@ unreachable end i32.const 12688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12736 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -18787,17 +16997,7 @@ unreachable end i32.const 12336 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__gt i32.eqz if @@ -18809,17 +17009,7 @@ unreachable end i32.const 12784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__gt i32.eqz if @@ -18831,17 +17021,7 @@ unreachable end i32.const 12784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12816 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__gte i32.eqz if @@ -18853,17 +17033,7 @@ unreachable end i32.const 12784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__gt i32.eqz if @@ -18875,17 +17045,7 @@ unreachable end i32.const 12784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__lt i32.eqz i32.eqz @@ -18898,17 +17058,7 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__gt i32.eqz if @@ -18920,17 +17070,7 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__lt i32.eqz if @@ -18942,17 +17082,7 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__gte i32.eqz if @@ -18964,17 +17094,7 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__lte i32.eqz if @@ -18986,17 +17106,7 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__lt i32.eqz i32.eqz @@ -19009,17 +17119,7 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__gt i32.eqz i32.eqz @@ -19032,17 +17132,7 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__lt i32.eqz i32.eqz @@ -19055,17 +17145,7 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__gt i32.eqz i32.eqz @@ -19078,17 +17158,7 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__gte i32.eqz if @@ -19100,17 +17170,7 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__lte i32.eqz if @@ -19122,17 +17182,7 @@ unreachable end i32.const 2432 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12848 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__lt i32.eqz if @@ -19144,17 +17194,7 @@ unreachable end i32.const 12848 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 2432 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__gt i32.eqz if @@ -19166,17 +17206,7 @@ unreachable end i32.const 12880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12848 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__lt i32.eqz i32.eqz @@ -19189,17 +17219,7 @@ unreachable end i32.const 12848 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__gt i32.eqz i32.eqz @@ -19212,17 +17232,7 @@ unreachable end i32.const 12880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12848 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__gt i32.eqz if @@ -19234,17 +17244,7 @@ unreachable end i32.const 12848 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__lt i32.eqz if @@ -19256,17 +17256,7 @@ unreachable end i32.const 12880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__lt i32.eqz i32.eqz @@ -19279,17 +17269,7 @@ unreachable end i32.const 12880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__gt i32.eqz i32.eqz @@ -19302,17 +17282,7 @@ unreachable end i32.const 12880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__lte i32.eqz if @@ -19324,17 +17294,7 @@ unreachable end i32.const 12880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__gte i32.eqz if @@ -19346,17 +17306,7 @@ unreachable end i32.const 12848 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12912 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__gte i32.eqz i32.eqz @@ -19369,17 +17319,7 @@ unreachable end i32.const 12912 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12848 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__gte i32.eqz if @@ -19391,17 +17331,7 @@ unreachable end i32.const 12848 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12912 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__lte i32.eqz if @@ -19413,17 +17343,7 @@ unreachable end i32.const 2432 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 2432 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19435,17 +17355,7 @@ unreachable end i32.const 12880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19457,17 +17367,7 @@ unreachable end i32.const 1376 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1376 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19479,17 +17379,7 @@ unreachable end i32.const 1376 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12944 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -19501,17 +17391,7 @@ unreachable end i32.const 12976 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12976 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19523,17 +17403,7 @@ unreachable end i32.const 13008 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 12976 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__ne i32.eqz if @@ -19548,7 +17418,7 @@ i32.const 65377 call $~lib/string/String.fromCodePoint local.tee $49 - i32.store offset=84 + i32.store offset=64 global.get $~lib/memory/__stack_pointer i32.const 55296 call $~lib/string/String.fromCodePoint @@ -19566,7 +17436,7 @@ local.get $52 call $~lib/string/String.__concat local.tee $50 - i32.store offset=88 + i32.store offset=68 local.get $49 local.set $52 global.get $~lib/memory/__stack_pointer @@ -19590,11 +17460,6 @@ unreachable end i32.const 1376 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 call $~lib/string/String#get:length i32.const 3 i32.eq @@ -19608,11 +17473,6 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 100 call $~lib/string/String#repeat local.set $52 @@ -19621,11 +17481,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19637,11 +17492,6 @@ unreachable end i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 0 call $~lib/string/String#repeat local.set $52 @@ -19650,11 +17500,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19666,11 +17511,6 @@ unreachable end i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 1 call $~lib/string/String#repeat local.set $52 @@ -19679,11 +17519,6 @@ i32.store local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19695,11 +17530,6 @@ unreachable end i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 2 call $~lib/string/String#repeat local.set $52 @@ -19708,11 +17538,6 @@ i32.store local.get $52 i32.const 12816 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19724,11 +17549,6 @@ unreachable end i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 3 call $~lib/string/String#repeat local.set $52 @@ -19737,11 +17557,6 @@ i32.store local.get $52 i32.const 13088 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19753,11 +17568,6 @@ unreachable end i32.const 12368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 4 call $~lib/string/String#repeat local.set $52 @@ -19766,11 +17576,6 @@ i32.store local.get $52 i32.const 13120 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19782,11 +17587,6 @@ unreachable end i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 5 call $~lib/string/String#repeat local.set $52 @@ -19795,11 +17595,6 @@ i32.store local.get $52 i32.const 13168 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19811,11 +17606,6 @@ unreachable end i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 6 call $~lib/string/String#repeat local.set $52 @@ -19824,11 +17614,6 @@ i32.store local.get $52 i32.const 13200 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19840,11 +17625,6 @@ unreachable end i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 7 call $~lib/string/String#repeat local.set $52 @@ -19853,11 +17633,6 @@ i32.store local.get $52 i32.const 13232 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19869,23 +17644,8 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replace local.set $52 global.get $~lib/memory/__stack_pointer @@ -19893,11 +17653,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19909,23 +17664,8 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replace local.set $52 global.get $~lib/memory/__stack_pointer @@ -19933,11 +17673,6 @@ i32.store local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19949,35 +17684,15 @@ unreachable end i32.const 3568 + i32.const 3568 + i32.const 688 + call $~lib/string/String#replace local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 - local.get $52 - i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 + i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 - call $~lib/string/String#replace - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 - i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -19989,23 +17704,8 @@ unreachable end i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replace local.set $52 global.get $~lib/memory/__stack_pointer @@ -20013,11 +17713,6 @@ i32.store local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20029,23 +17724,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 3536 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replace local.set $52 global.get $~lib/memory/__stack_pointer @@ -20053,11 +17733,6 @@ i32.store local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20069,23 +17744,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replace local.set $52 global.get $~lib/memory/__stack_pointer @@ -20093,11 +17753,6 @@ i32.store local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20109,23 +17764,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 1888 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replace local.set $52 global.get $~lib/memory/__stack_pointer @@ -20133,11 +17773,6 @@ i32.store local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20149,23 +17784,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 12368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 12368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replace local.set $52 global.get $~lib/memory/__stack_pointer @@ -20173,11 +17793,6 @@ i32.store local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20189,23 +17804,8 @@ unreachable end i32.const 13280 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 3536 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replace local.set $52 global.get $~lib/memory/__stack_pointer @@ -20213,11 +17813,6 @@ i32.store local.get $52 i32.const 13312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20229,23 +17824,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replace local.set $52 global.get $~lib/memory/__stack_pointer @@ -20253,11 +17833,6 @@ i32.store local.get $52 i32.const 13344 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20269,23 +17844,8 @@ unreachable end i32.const 13376 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 13408 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replace local.set $52 global.get $~lib/memory/__stack_pointer @@ -20293,11 +17853,6 @@ i32.store local.get $52 i32.const 13344 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20309,23 +17864,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 13440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 13472 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replace local.set $52 global.get $~lib/memory/__stack_pointer @@ -20333,11 +17873,6 @@ i32.store local.get $52 i32.const 13504 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20349,23 +17884,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 13440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replace local.set $52 global.get $~lib/memory/__stack_pointer @@ -20373,11 +17893,6 @@ i32.store local.get $52 i32.const 12368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20389,23 +17904,8 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -20413,11 +17913,6 @@ i32.store local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20429,23 +17924,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 3536 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -20453,11 +17933,6 @@ i32.store local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20469,23 +17944,8 @@ unreachable end i32.const 1520 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -20493,11 +17953,6 @@ i32.store local.get $52 i32.const 13472 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20509,23 +17964,8 @@ unreachable end i32.const 13536 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -20533,11 +17973,6 @@ i32.store local.get $52 i32.const 13584 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20549,23 +17984,8 @@ unreachable end i32.const 1520 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 12368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 12368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -20573,11 +17993,6 @@ i32.store local.get $52 i32.const 1520 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20589,23 +18004,8 @@ unreachable end i32.const 13616 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 13584 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -20613,11 +18013,6 @@ i32.store local.get $52 i32.const 13664 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20629,23 +18024,8 @@ unreachable end i32.const 1520 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 12368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 13472 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -20653,11 +18033,6 @@ i32.store local.get $52 i32.const 13712 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20669,75 +18044,35 @@ unreachable end i32.const 13744 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 - i32.const 13776 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 - i32.const 13472 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 - call $~lib/string/String#replaceAll - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 - i32.const 13808 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 96 - i32.const 469 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 - i32.const 1888 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 - i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 + i32.const 13776 + i32.const 13472 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 i32.store local.get $52 + i32.const 13808 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 96 + i32.const 469 + i32.const 1 + call $~lib/builtins/abort + unreachable + end i32.const 1312 + i32.const 1888 + i32.const 3568 + call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=4 + i32.store local.get $52 + i32.const 1312 call $~lib/string/String.__eq i32.eqz if @@ -20749,23 +18084,8 @@ unreachable end i32.const 1888 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 13840 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 13472 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -20773,11 +18093,6 @@ i32.store local.get $52 i32.const 1888 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20789,23 +18104,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 13872 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -20813,11 +18113,6 @@ i32.store local.get $52 i32.const 13904 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20829,23 +18124,8 @@ unreachable end i32.const 12368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 12368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -20853,11 +18133,6 @@ i32.store local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20869,23 +18144,8 @@ unreachable end i32.const 13280 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 3536 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -20893,11 +18153,6 @@ i32.store local.get $52 i32.const 13936 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20909,23 +18164,8 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -20933,11 +18173,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20949,23 +18184,8 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -20973,11 +18193,6 @@ i32.store local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -20989,23 +18204,8 @@ unreachable end i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -21013,11 +18213,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21029,23 +18224,8 @@ unreachable end i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -21053,11 +18233,6 @@ i32.store local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21069,23 +18244,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 3536 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -21093,11 +18253,6 @@ i32.store local.get $52 i32.const 3536 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21109,23 +18264,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 1792 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 3536 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -21133,11 +18273,6 @@ i32.store local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21149,23 +18284,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 3568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -21173,11 +18293,6 @@ i32.store local.get $52 i32.const 13968 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21189,23 +18304,8 @@ unreachable end i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 - i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 - i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 + i32.const 688 + i32.const 688 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -21213,11 +18313,6 @@ i32.store local.get $52 i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21229,23 +18324,8 @@ unreachable end i32.const 14016 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 14048 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -21253,11 +18333,6 @@ i32.store local.get $52 i32.const 14080 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21269,23 +18344,8 @@ unreachable end i32.const 12368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 12368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 14128 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -21293,11 +18353,6 @@ i32.store local.get $52 i32.const 14128 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21309,23 +18364,8 @@ unreachable end i32.const 13088 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 14160 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -21333,11 +18373,6 @@ i32.store local.get $52 i32.const 14192 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21349,23 +18384,8 @@ unreachable end i32.const 13088 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 12816 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 i32.const 14048 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=60 - local.get $52 call $~lib/string/String#replaceAll local.set $52 global.get $~lib/memory/__stack_pointer @@ -21373,11 +18393,6 @@ i32.store local.get $52 i32.const 14240 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21394,7 +18409,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 i32.const 1 @@ -21407,11 +18422,6 @@ i32.store local.get $52 i32.const 14272 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21426,7 +18436,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const -1 i32.const 1 @@ -21439,11 +18449,6 @@ i32.store local.get $52 i32.const 14320 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21458,7 +18463,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const -5 i32.const 1 @@ -21471,11 +18476,6 @@ i32.store local.get $52 i32.const 14352 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21490,7 +18490,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 2 i32.const 7 @@ -21501,11 +18501,6 @@ i32.store local.get $52 i32.const 14384 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21520,7 +18515,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const -11 i32.const -6 @@ -21531,11 +18526,6 @@ i32.store local.get $52 i32.const 14416 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21550,7 +18540,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 4 i32.const 3 @@ -21561,11 +18551,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21580,7 +18565,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 i32.const -1 @@ -21591,11 +18576,6 @@ i32.store local.get $52 i32.const 14448 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21610,7 +18590,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 i32.const 1 @@ -21623,11 +18603,6 @@ i32.store local.get $52 i32.const 14272 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21642,7 +18617,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const -1 i32.const 1 @@ -21655,11 +18630,6 @@ i32.store local.get $52 i32.const 14320 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21674,7 +18644,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const -5 i32.const 1 @@ -21687,11 +18657,6 @@ i32.store local.get $52 i32.const 14352 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21706,7 +18671,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 2 i32.const 7 @@ -21717,11 +18682,6 @@ i32.store local.get $52 i32.const 14496 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21736,7 +18696,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const -11 i32.const -6 @@ -21747,11 +18707,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21766,7 +18721,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 4 i32.const 3 @@ -21777,11 +18732,6 @@ i32.store local.get $52 i32.const 14544 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21796,7 +18746,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 i32.const -1 @@ -21807,11 +18757,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21826,7 +18771,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 i32.const 100 @@ -21837,11 +18782,6 @@ i32.store local.get $52 i32.const 14272 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21856,7 +18796,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 4 i32.const 4 @@ -21867,11 +18807,6 @@ i32.store local.get $52 i32.const 14576 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21886,7 +18821,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 4 i32.const -3 @@ -21897,11 +18832,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21916,7 +18846,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 i32.const 1 @@ -21929,11 +18859,6 @@ i32.store local.get $52 i32.const 14272 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21948,7 +18873,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const -1 i32.const 1 @@ -21961,11 +18886,6 @@ i32.store local.get $52 i32.const 14272 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -21980,7 +18900,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const -5 i32.const 1 @@ -21993,11 +18913,6 @@ i32.store local.get $52 i32.const 14272 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -22012,7 +18927,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 2 i32.const 7 @@ -22023,11 +18938,6 @@ i32.store local.get $52 i32.const 14384 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -22042,7 +18952,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const -11 i32.const -6 @@ -22053,11 +18963,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -22072,7 +18977,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 4 i32.const 3 @@ -22083,11 +18988,6 @@ i32.store local.get $52 i32.const 14608 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -22102,7 +19002,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 i32.const -1 @@ -22113,11 +19013,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -22132,7 +19027,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 i32.const 100 @@ -22143,11 +19038,6 @@ i32.store local.get $52 i32.const 14272 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -22162,7 +19052,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 4 i32.const 4 @@ -22173,11 +19063,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -22192,7 +19077,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 4 i32.const -3 @@ -22203,11 +19088,6 @@ i32.store local.get $52 i32.const 1888 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -22220,18 +19100,13 @@ end global.get $~lib/memory/__stack_pointer i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 0 i32.const 0 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $51 - i32.store offset=92 + i32.store offset=72 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer @@ -22246,7 +19121,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -22256,11 +19131,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22276,23 +19146,13 @@ end global.get $~lib/memory/__stack_pointer i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $51 - i32.store offset=92 + i32.store offset=72 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer @@ -22313,23 +19173,13 @@ end global.get $~lib/memory/__stack_pointer i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1600 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $51 - i32.store offset=92 + i32.store offset=72 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer @@ -22344,7 +19194,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -22354,11 +19204,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22374,23 +19219,13 @@ end global.get $~lib/memory/__stack_pointer i32.const 14816 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 6608 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $51 - i32.store offset=92 + i32.store offset=72 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer @@ -22405,7 +19240,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -22415,11 +19250,6 @@ i32.store local.get $52 i32.const 14816 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22435,23 +19265,13 @@ end global.get $~lib/memory/__stack_pointer i32.const 14816 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1600 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $51 - i32.store offset=92 + i32.store offset=72 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer @@ -22466,7 +19286,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -22476,11 +19296,6 @@ i32.store local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22490,7 +19305,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -22500,11 +19315,6 @@ i32.store local.get $52 i32.const 12336 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22514,7 +19324,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get @@ -22524,11 +19334,6 @@ i32.store local.get $52 i32.const 13440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22544,23 +19349,13 @@ end global.get $~lib/memory/__stack_pointer i32.const 14848 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 14896 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $51 - i32.store offset=92 + i32.store offset=72 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer @@ -22575,7 +19370,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -22585,11 +19380,6 @@ i32.store local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22599,7 +19389,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -22609,11 +19399,6 @@ i32.store local.get $52 i32.const 12336 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22623,7 +19408,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get @@ -22633,11 +19418,6 @@ i32.store local.get $52 i32.const 13440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22653,23 +19433,13 @@ end global.get $~lib/memory/__stack_pointer i32.const 14928 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1600 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $51 - i32.store offset=92 + i32.store offset=72 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer @@ -22684,7 +19454,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -22694,11 +19464,6 @@ i32.store local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22708,7 +19473,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -22718,11 +19483,6 @@ i32.store local.get $52 i32.const 12336 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22732,7 +19492,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get @@ -22742,11 +19502,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22756,7 +19511,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 3 call $~lib/array/Array<~lib/string/String>#__get @@ -22766,11 +19521,6 @@ i32.store local.get $52 i32.const 13440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22786,23 +19536,13 @@ end global.get $~lib/memory/__stack_pointer i32.const 14960 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1600 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $51 - i32.store offset=92 + i32.store offset=72 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer @@ -22817,7 +19557,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -22827,11 +19567,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22841,7 +19576,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -22851,11 +19586,6 @@ i32.store local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22865,7 +19595,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get @@ -22875,11 +19605,6 @@ i32.store local.get $52 i32.const 12336 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22889,7 +19614,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 3 call $~lib/array/Array<~lib/string/String>#__get @@ -22899,11 +19624,6 @@ i32.store local.get $52 i32.const 13440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22919,23 +19639,13 @@ end global.get $~lib/memory/__stack_pointer i32.const 14992 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1600 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $51 - i32.store offset=92 + i32.store offset=72 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer @@ -22950,7 +19660,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -22960,11 +19670,6 @@ i32.store local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22974,7 +19679,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -22984,11 +19689,6 @@ i32.store local.get $52 i32.const 12336 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -22998,21 +19698,16 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 2 - call $~lib/array/Array<~lib/string/String>#__get - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 - i32.const 13440 + call $~lib/array/Array<~lib/string/String>#__get local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=4 + i32.store local.get $52 + i32.const 13440 call $~lib/string/String.__eq else i32.const 0 @@ -23022,7 +19717,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 3 call $~lib/array/Array<~lib/string/String>#__get @@ -23032,11 +19727,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23052,23 +19742,13 @@ end global.get $~lib/memory/__stack_pointer i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 global.set $~argumentsLength i32.const 0 call $~lib/string/String#split@varargs local.tee $51 - i32.store offset=92 + i32.store offset=72 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer @@ -23083,7 +19763,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -23093,11 +19773,6 @@ i32.store local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23107,7 +19782,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -23117,11 +19792,6 @@ i32.store local.get $52 i32.const 12336 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23131,7 +19801,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get @@ -23141,11 +19811,6 @@ i32.store local.get $52 i32.const 13440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23161,21 +19826,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 0 call $~lib/string/String#split local.tee $51 - i32.store offset=92 + i32.store offset=72 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer @@ -23196,21 +19851,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 call $~lib/string/String#split local.tee $51 - i32.store offset=92 + i32.store offset=72 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer @@ -23225,7 +19870,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -23235,11 +19880,6 @@ i32.store local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23255,21 +19895,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 14816 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1600 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 1 call $~lib/string/String#split local.tee $51 - i32.store offset=92 + i32.store offset=72 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer @@ -23284,7 +19914,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -23294,11 +19924,6 @@ i32.store local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23314,21 +19939,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const 4 call $~lib/string/String#split local.tee $51 - i32.store offset=92 + i32.store offset=72 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer @@ -23343,7 +19958,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -23353,11 +19968,6 @@ i32.store local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23367,7 +19977,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -23377,11 +19987,6 @@ i32.store local.get $52 i32.const 12336 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23391,7 +19996,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get @@ -23401,11 +20006,6 @@ i32.store local.get $52 i32.const 13440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23421,21 +20021,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 1312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const -1 call $~lib/string/String#split local.tee $51 - i32.store offset=92 + i32.store offset=72 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer @@ -23450,7 +20040,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -23460,11 +20050,6 @@ i32.store local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23474,7 +20059,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -23484,11 +20069,6 @@ i32.store local.get $52 i32.const 12336 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23498,7 +20078,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get @@ -23508,11 +20088,6 @@ i32.store local.get $52 i32.const 13440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23528,21 +20103,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 14816 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 1600 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 i32.const -1 call $~lib/string/String#split local.tee $51 - i32.store offset=92 + i32.store offset=72 local.get $51 local.set $52 global.get $~lib/memory/__stack_pointer @@ -23557,7 +20122,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -23567,11 +20132,6 @@ i32.store local.get $52 i32.const 784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23581,7 +20141,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -23591,11 +20151,6 @@ i32.store local.get $52 i32.const 12336 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23605,7 +20160,7 @@ local.set $52 global.get $~lib/memory/__stack_pointer local.get $52 - i32.store offset=8 + i32.store offset=4 local.get $52 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get @@ -23615,11 +20170,6 @@ i32.store local.get $52 i32.const 13440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq else i32.const 0 @@ -23642,11 +20192,6 @@ i32.store local.get $52 i32.const 2368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23666,11 +20211,6 @@ i32.store local.get $52 i32.const 2432 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23690,11 +20230,6 @@ i32.store local.get $52 i32.const 16768 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23714,11 +20249,6 @@ i32.store local.get $52 i32.const 16800 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23738,11 +20268,6 @@ i32.store local.get $52 i32.const 1376 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23762,11 +20287,6 @@ i32.store local.get $52 i32.const 16832 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23786,11 +20306,6 @@ i32.store local.get $52 i32.const 12976 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23810,11 +20325,6 @@ i32.store local.get $52 i32.const 16864 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23834,11 +20344,6 @@ i32.store local.get $52 i32.const 16896 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23858,11 +20363,6 @@ i32.store local.get $52 i32.const 16928 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23882,11 +20382,6 @@ i32.store local.get $52 i32.const 16976 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23906,11 +20401,6 @@ i32.store local.get $52 i32.const 17024 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23930,11 +20420,6 @@ i32.store local.get $52 i32.const 17072 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23954,11 +20439,6 @@ i32.store local.get $52 i32.const 17120 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -23978,11 +20458,6 @@ i32.store local.get $52 i32.const 17168 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24002,11 +20477,6 @@ i32.store local.get $52 i32.const 17216 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24026,11 +20496,6 @@ i32.store local.get $52 i32.const 17264 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24050,11 +20515,6 @@ i32.store local.get $52 i32.const 17296 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24074,11 +20534,6 @@ i32.store local.get $52 i32.const 17328 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24098,11 +20553,6 @@ i32.store local.get $52 i32.const 17216 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24122,11 +20572,6 @@ i32.store local.get $52 i32.const 2368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24146,11 +20591,6 @@ i32.store local.get $52 i32.const 17360 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24170,11 +20610,6 @@ i32.store local.get $52 i32.const 17168 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24194,11 +20629,6 @@ i32.store local.get $52 i32.const 17392 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24218,11 +20648,6 @@ i32.store local.get $52 i32.const 17440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24242,11 +20667,6 @@ i32.store local.get $52 i32.const 2368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24266,11 +20686,6 @@ i32.store local.get $52 i32.const 2432 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24290,11 +20705,6 @@ i32.store local.get $52 i32.const 16768 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24314,11 +20724,6 @@ i32.store local.get $52 i32.const 13440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24338,11 +20743,6 @@ i32.store local.get $52 i32.const 17488 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24362,11 +20762,6 @@ i32.store local.get $52 i32.const 17520 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24386,11 +20781,6 @@ i32.store local.get $52 i32.const 17552 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24410,11 +20800,6 @@ i32.store local.get $52 i32.const 17584 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24434,11 +20819,6 @@ i32.store local.get $52 i32.const 17616 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24458,11 +20838,6 @@ i32.store local.get $52 i32.const 17648 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24482,11 +20857,6 @@ i32.store local.get $52 i32.const 17680 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24506,11 +20876,6 @@ i32.store local.get $52 i32.const 17712 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24530,11 +20895,6 @@ i32.store local.get $52 i32.const 17760 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24554,11 +20914,6 @@ i32.store local.get $52 i32.const 17808 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24578,11 +20933,6 @@ i32.store local.get $52 i32.const 17856 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24602,11 +20952,6 @@ i32.store local.get $52 i32.const 17904 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24626,11 +20971,6 @@ i32.store local.get $52 i32.const 2368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24650,11 +20990,6 @@ i32.store local.get $52 i32.const 16832 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24674,11 +21009,6 @@ i32.store local.get $52 i32.const 17808 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24698,11 +21028,6 @@ i32.store local.get $52 i32.const 17952 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24722,11 +21047,6 @@ i32.store local.get $52 i32.const 18000 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24746,11 +21066,6 @@ i32.store local.get $52 i32.const 18048 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24770,11 +21085,6 @@ i32.store local.get $52 i32.const 18048 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24794,11 +21104,6 @@ i32.store local.get $52 i32.const 2368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24818,11 +21123,6 @@ i32.store local.get $52 i32.const 2432 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24842,11 +21142,6 @@ i32.store local.get $52 i32.const 12880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24866,11 +21161,6 @@ i32.store local.get $52 i32.const 18096 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24890,11 +21180,6 @@ i32.store local.get $52 i32.const 18128 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24914,11 +21199,6 @@ i32.store local.get $52 i32.const 18160 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24938,11 +21218,6 @@ i32.store local.get $52 i32.const 18192 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24962,11 +21237,6 @@ i32.store local.get $52 i32.const 18224 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -24986,11 +21256,6 @@ i32.store local.get $52 i32.const 18272 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25010,11 +21275,6 @@ i32.store local.get $52 i32.const 18352 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25034,11 +21294,6 @@ i32.store local.get $52 i32.const 18448 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25058,11 +21313,6 @@ i32.store local.get $52 i32.const 18544 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25082,11 +21332,6 @@ i32.store local.get $52 i32.const 18640 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25106,11 +21351,6 @@ i32.store local.get $52 i32.const 18736 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25130,11 +21370,6 @@ i32.store local.get $52 i32.const 18784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25154,11 +21389,6 @@ i32.store local.get $52 i32.const 18848 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25177,12 +21407,7 @@ local.get $52 i32.store local.get $52 - i32.const 18912 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 + i32.const 18912 call $~lib/string/String.__eq i32.eqz if @@ -25202,11 +21427,6 @@ i32.store local.get $52 i32.const 18960 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25226,11 +21446,6 @@ i32.store local.get $52 i32.const 19008 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25250,11 +21465,6 @@ i32.store local.get $52 i32.const 19056 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25274,11 +21484,6 @@ i32.store local.get $52 i32.const 19104 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25298,11 +21503,6 @@ i32.store local.get $52 i32.const 19152 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25322,11 +21522,6 @@ i32.store local.get $52 i32.const 19200 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25346,11 +21541,6 @@ i32.store local.get $52 i32.const 19248 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25370,11 +21560,6 @@ i32.store local.get $52 i32.const 19296 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25394,11 +21579,6 @@ i32.store local.get $52 i32.const 2368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25418,11 +21598,6 @@ i32.store local.get $52 i32.const 16800 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25442,11 +21617,6 @@ i32.store local.get $52 i32.const 1376 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25466,11 +21636,6 @@ i32.store local.get $52 i32.const 12976 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25490,11 +21655,6 @@ i32.store local.get $52 i32.const 16864 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25514,11 +21674,6 @@ i32.store local.get $52 i32.const 16896 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25538,11 +21693,6 @@ i32.store local.get $52 i32.const 16976 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25562,11 +21712,6 @@ i32.store local.get $52 i32.const 19344 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25586,11 +21731,6 @@ i32.store local.get $52 i32.const 19392 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25610,11 +21750,6 @@ i32.store local.get $52 i32.const 17440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25634,11 +21769,6 @@ i32.store local.get $52 i32.const 19440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25658,11 +21788,6 @@ i32.store local.get $52 i32.const 19488 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25682,11 +21807,6 @@ i32.store local.get $52 i32.const 19536 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25706,11 +21826,6 @@ i32.store local.get $52 i32.const 19584 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25730,11 +21845,6 @@ i32.store local.get $52 i32.const 19632 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25754,11 +21864,6 @@ i32.store local.get $52 i32.const 19680 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25778,11 +21883,6 @@ i32.store local.get $52 i32.const 19744 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25802,11 +21902,6 @@ i32.store local.get $52 i32.const 19808 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25826,11 +21921,6 @@ i32.store local.get $52 i32.const 19872 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25850,11 +21940,6 @@ i32.store local.get $52 i32.const 19936 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25874,11 +21959,6 @@ i32.store local.get $52 i32.const 20000 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25898,11 +21978,6 @@ i32.store local.get $52 i32.const 2368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25922,11 +21997,6 @@ i32.store local.get $52 i32.const 20064 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25946,11 +22016,6 @@ i32.store local.get $52 i32.const 17440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25970,11 +22035,6 @@ i32.store local.get $52 i32.const 19440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -25994,11 +22054,6 @@ i32.store local.get $52 i32.const 20096 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26018,11 +22073,6 @@ i32.store local.get $52 i32.const 19488 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26042,11 +22092,6 @@ i32.store local.get $52 i32.const 20144 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26066,11 +22111,6 @@ i32.store local.get $52 i32.const 20192 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26090,11 +22130,6 @@ i32.store local.get $52 i32.const 20240 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26114,11 +22149,6 @@ i32.store local.get $52 i32.const 20304 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26138,11 +22168,6 @@ i32.store local.get $52 i32.const 20368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26162,11 +22187,6 @@ i32.store local.get $52 i32.const 20432 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26186,11 +22206,6 @@ i32.store local.get $52 i32.const 2368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26210,11 +22225,6 @@ i32.store local.get $52 i32.const 2432 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26234,11 +22244,6 @@ i32.store local.get $52 i32.const 13440 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26258,11 +22263,6 @@ i32.store local.get $52 i32.const 17520 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26282,11 +22282,6 @@ i32.store local.get $52 i32.const 17616 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26306,11 +22301,6 @@ i32.store local.get $52 i32.const 20496 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26330,11 +22320,6 @@ i32.store local.get $52 i32.const 20544 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26354,11 +22339,6 @@ i32.store local.get $52 i32.const 20592 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26378,11 +22358,6 @@ i32.store local.get $52 i32.const 20640 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26402,11 +22377,6 @@ i32.store local.get $52 i32.const 20688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26426,11 +22396,6 @@ i32.store local.get $52 i32.const 20736 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26450,11 +22415,6 @@ i32.store local.get $52 i32.const 20800 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26474,11 +22434,6 @@ i32.store local.get $52 i32.const 20864 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26498,11 +22453,6 @@ i32.store local.get $52 i32.const 20928 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26522,11 +22472,6 @@ i32.store local.get $52 i32.const 20992 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26546,11 +22491,6 @@ i32.store local.get $52 i32.const 21056 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26570,11 +22510,6 @@ i32.store local.get $52 i32.const 21056 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26594,11 +22529,6 @@ i32.store local.get $52 i32.const 2368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26618,11 +22548,6 @@ i32.store local.get $52 i32.const 2432 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26642,11 +22567,6 @@ i32.store local.get $52 i32.const 18096 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26666,11 +22586,6 @@ i32.store local.get $52 i32.const 18128 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26690,11 +22605,6 @@ i32.store local.get $52 i32.const 18192 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26714,11 +22624,6 @@ i32.store local.get $52 i32.const 18224 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26738,11 +22643,6 @@ i32.store local.get $52 i32.const 18640 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26762,11 +22662,6 @@ i32.store local.get $52 i32.const 21120 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26786,11 +22681,6 @@ i32.store local.get $52 i32.const 21248 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26810,11 +22700,6 @@ i32.store local.get $52 i32.const 21408 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26834,11 +22719,6 @@ i32.store local.get $52 i32.const 21504 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26858,11 +22738,6 @@ i32.store local.get $52 i32.const 21616 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26882,11 +22757,6 @@ i32.store local.get $52 i32.const 21712 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26906,11 +22776,6 @@ i32.store local.get $52 i32.const 21792 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26930,11 +22795,6 @@ i32.store local.get $52 i32.const 21856 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26954,11 +22814,6 @@ i32.store local.get $52 i32.const 21920 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -26978,11 +22833,6 @@ i32.store local.get $52 i32.const 21984 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27002,11 +22852,6 @@ i32.store local.get $52 i32.const 22048 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27026,11 +22871,6 @@ i32.store local.get $52 i32.const 22112 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27050,11 +22890,6 @@ i32.store local.get $52 i32.const 22160 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27074,11 +22909,6 @@ i32.store local.get $52 i32.const 22208 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27097,11 +22927,6 @@ i32.store local.get $52 i32.const 22256 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27120,11 +22945,6 @@ i32.store local.get $52 i32.const 22256 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27143,11 +22963,6 @@ i32.store local.get $52 i32.const 6672 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27166,11 +22981,6 @@ i32.store local.get $52 i32.const 22288 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27190,11 +23000,6 @@ i32.store local.get $52 i32.const 7936 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27213,11 +23018,6 @@ i32.store local.get $52 i32.const 7152 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27237,11 +23037,6 @@ i32.store local.get $52 i32.const 23312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27260,11 +23055,6 @@ i32.store local.get $52 i32.const 7216 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27284,11 +23074,6 @@ i32.store local.get $52 i32.const 23376 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27307,11 +23092,6 @@ i32.store local.get $52 i32.const 23456 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27331,11 +23111,6 @@ i32.store local.get $52 i32.const 23504 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27354,11 +23129,6 @@ i32.store local.get $52 i32.const 23552 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27378,11 +23148,6 @@ i32.store local.get $52 i32.const 23600 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27401,11 +23166,6 @@ i32.store local.get $52 i32.const 23648 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27424,11 +23184,6 @@ i32.store local.get $52 i32.const 23712 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27447,11 +23202,6 @@ i32.store local.get $52 i32.const 23792 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27470,11 +23220,6 @@ i32.store local.get $52 i32.const 23840 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27493,11 +23238,6 @@ i32.store local.get $52 i32.const 23904 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27516,11 +23256,6 @@ i32.store local.get $52 i32.const 23968 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27539,11 +23274,6 @@ i32.store local.get $52 i32.const 7296 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27562,11 +23292,6 @@ i32.store local.get $52 i32.const 24032 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27585,11 +23310,6 @@ i32.store local.get $52 i32.const 4256 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27607,12 +23327,7 @@ local.get $52 i32.store local.get $52 - i32.const 24064 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 + i32.const 24064 call $~lib/string/String.__eq i32.eqz if @@ -27631,11 +23346,6 @@ i32.store local.get $52 i32.const 24096 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27654,11 +23364,6 @@ i32.store local.get $52 i32.const 24128 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27677,11 +23382,6 @@ i32.store local.get $52 i32.const 24176 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27700,11 +23400,6 @@ i32.store local.get $52 i32.const 24224 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27723,11 +23418,6 @@ i32.store local.get $52 i32.const 24272 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27746,11 +23436,6 @@ i32.store local.get $52 i32.const 24320 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27769,11 +23454,6 @@ i32.store local.get $52 i32.const 24368 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27792,11 +23472,6 @@ i32.store local.get $52 i32.const 4544 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27815,11 +23490,6 @@ i32.store local.get $52 i32.const 24400 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27838,11 +23508,6 @@ i32.store local.get $52 i32.const 22288 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27861,11 +23526,6 @@ i32.store local.get $52 i32.const 7936 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27884,11 +23544,6 @@ i32.store local.get $52 i32.const 24448 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27907,11 +23562,6 @@ i32.store local.get $52 i32.const 24480 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27930,11 +23580,6 @@ i32.store local.get $52 i32.const 24528 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27953,11 +23598,6 @@ i32.store local.get $52 i32.const 24560 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27976,11 +23616,6 @@ i32.store local.get $52 i32.const 22256 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -27999,11 +23634,6 @@ i32.store local.get $52 i32.const 24608 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28022,11 +23652,6 @@ i32.store local.get $52 i32.const 24656 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28045,11 +23670,6 @@ i32.store local.get $52 i32.const 24720 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28068,11 +23688,6 @@ i32.store local.get $52 i32.const 24784 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28091,11 +23706,6 @@ i32.store local.get $52 i32.const 24032 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28114,11 +23724,6 @@ i32.store local.get $52 i32.const 24848 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28139,11 +23744,6 @@ i32.store local.get $52 i32.const 24880 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28162,11 +23762,6 @@ i32.store local.get $52 i32.const 24944 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28185,11 +23780,6 @@ i32.store local.get $52 i32.const 25024 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28208,11 +23798,6 @@ i32.store local.get $52 i32.const 25072 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28231,11 +23816,6 @@ i32.store local.get $52 i32.const 25120 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28254,11 +23834,6 @@ i32.store local.get $52 i32.const 25168 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28277,11 +23852,6 @@ i32.store local.get $52 i32.const 25216 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28300,11 +23870,6 @@ i32.store local.get $52 i32.const 25264 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28323,11 +23888,6 @@ i32.store local.get $52 i32.const 25312 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28339,17 +23899,7 @@ unreachable end i32.const 25360 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 25392 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#concat local.set $52 global.get $~lib/memory/__stack_pointer @@ -28357,11 +23907,6 @@ i32.store local.get $52 i32.const 25424 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28373,17 +23918,7 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 25472 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#concat local.set $52 global.get $~lib/memory/__stack_pointer @@ -28391,11 +23926,6 @@ i32.store local.get $52 i32.const 25472 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28407,17 +23937,7 @@ unreachable end i32.const 25472 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#concat local.set $52 global.get $~lib/memory/__stack_pointer @@ -28425,11 +23945,6 @@ i32.store local.get $52 i32.const 25472 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28441,17 +23956,7 @@ unreachable end i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=8 - local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=12 - local.get $52 call $~lib/string/String#concat local.set $52 global.get $~lib/memory/__stack_pointer @@ -28459,11 +23964,6 @@ i32.store local.get $52 i32.const 688 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28475,17 +23975,7 @@ unreachable end i32.const 25504 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 25504 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28497,17 +23987,7 @@ unreachable end i32.const 25504 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 25504 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28519,17 +23999,7 @@ unreachable end i32.const 25536 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 25536 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28541,17 +24011,7 @@ unreachable end i32.const 25568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store - local.get $52 i32.const 25568 - local.set $52 - global.get $~lib/memory/__stack_pointer - local.get $52 - i32.store offset=4 - local.get $52 call $~lib/string/String.__eq i32.eqz if @@ -28568,7 +24028,7 @@ global.set $~lib/memory/__stack_pointer call $~lib/rt/itcms/__collect global.get $~lib/memory/__stack_pointer - i32.const 96 + i32.const 76 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/std/string.release.wat b/tests/compiler/std/string.release.wat index 11588257fe..e573886983 100644 --- a/tests/compiler/std/string.release.wat +++ b/tests/compiler/std/string.release.wat @@ -9918,9 +9918,6 @@ global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=24 local.get $2 i32.const 1712 call $~lib/array/Array<~lib/string/String>#push @@ -9990,9 +9987,6 @@ global.get $~lib/memory/__stack_pointer local.get $2 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=24 local.get $2 i32.const 1712 call $~lib/array/Array<~lib/string/String>#push @@ -10148,7 +10142,7 @@ (local $5 i32) (local $6 i32) global.get $~lib/memory/__stack_pointer - i32.const 96 + i32.const 76 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -10158,7 +10152,7 @@ br_if $folding-inner0 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 96 + i32.const 76 memory.fill global.get $std/string/str i32.const 1056 @@ -10171,12 +10165,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1168 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1168 - i32.store offset=4 i32.const 1168 i32.const 1168 call $~lib/string/String.__eq @@ -10189,12 +10177,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1200 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1200 - i32.store offset=4 i32.const 1200 i32.const 1200 call $~lib/string/String.__eq @@ -10207,12 +10189,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1232 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1232 - i32.store offset=4 i32.const 1232 i32.const 1232 call $~lib/string/String.__eq @@ -10506,11 +10482,11 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $4 - i32.store offset=12 + i32.store offset=8 local.get $0 i32.const 0 local.get $4 @@ -10525,9 +10501,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1744 - i32.store offset=4 local.get $0 i32.const 1744 call $~lib/string/String.__eq @@ -10540,9 +10513,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store i32.const 1712 call $~lib/string/String.__not i32.eqz @@ -10554,9 +10524,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1776 - i32.store i32.const 1776 call $~lib/string/String.__not if @@ -10567,9 +10534,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store i32.const 1808 call $~lib/string/String.__not if @@ -10588,9 +10552,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1776 - i32.store offset=4 local.get $0 i32.const 1776 call $~lib/string/String.__eq @@ -10611,9 +10572,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1840 - i32.store offset=4 local.get $0 i32.const 1840 call $~lib/string/String.__eq @@ -10634,9 +10592,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1872 - i32.store offset=4 local.get $0 i32.const 1872 call $~lib/string/String.__eq @@ -10657,9 +10612,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1872 - i32.store offset=4 local.get $0 i32.const 1872 call $~lib/string/String.__eq @@ -10679,9 +10631,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1904 - i32.store offset=4 local.get $0 i32.const 1904 call $~lib/string/String.__eq @@ -10701,16 +10650,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 call $~lib/string/String.fromCharCodes local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1968 - i32.store offset=4 local.get $0 i32.const 1968 call $~lib/string/String.__eq @@ -10730,16 +10676,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 call $~lib/string/String.fromCharCodes local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2032 - i32.store offset=4 local.get $0 i32.const 2032 call $~lib/string/String.__eq @@ -10759,16 +10702,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 call $~lib/string/String.fromCharCodes local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2112 - i32.store offset=4 local.get $0 i32.const 2112 call $~lib/string/String.__eq @@ -10787,9 +10727,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1776 - i32.store offset=4 local.get $0 i32.const 1776 call $~lib/string/String.__eq @@ -10808,9 +10745,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1872 - i32.store offset=4 local.get $0 i32.const 1872 call $~lib/string/String.__eq @@ -10829,9 +10763,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2144 - i32.store offset=4 local.get $0 i32.const 2144 call $~lib/string/String.__eq @@ -10849,9 +10780,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 2176 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -10924,9 +10852,6 @@ global.get $std/string/str local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2208 - i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -11032,9 +10957,6 @@ local.tee $0 i32.store global.get $~lib/memory/__stack_pointer - i32.const 2240 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer @@ -11074,9 +10996,6 @@ global.get $std/string/str local.tee $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2272 - i32.store offset=12 local.get $0 i32.const 0 i32.const 2272 @@ -11105,9 +11024,6 @@ global.get $std/string/str local.tee $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2272 - i32.store offset=12 local.get $0 i32.const 15 i32.const 2272 @@ -11132,12 +11048,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2272 - i32.store offset=12 i32.const 1712 i32.const 3 i32.const 2272 @@ -11146,9 +11056,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2304 - i32.store offset=4 local.get $0 i32.const 2304 call $~lib/string/String.__eq @@ -11161,12 +11068,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=12 i32.const 1712 i32.const 10 i32.const 1712 @@ -11175,9 +11076,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -11190,12 +11088,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=12 i32.const 1808 i32.const 100 i32.const 1712 @@ -11204,9 +11096,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 local.get $0 i32.const 1808 call $~lib/string/String.__eq @@ -11219,12 +11108,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2272 - i32.store offset=12 i32.const 2336 i32.const 5 i32.const 2272 @@ -11233,9 +11116,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2368 - i32.store offset=4 local.get $0 i32.const 2368 call $~lib/string/String.__eq @@ -11248,12 +11128,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2400 - i32.store offset=12 i32.const 2336 i32.const 6 i32.const 2400 @@ -11262,9 +11136,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2432 - i32.store offset=4 local.get $0 i32.const 2432 call $~lib/string/String.__eq @@ -11277,12 +11148,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2400 - i32.store offset=12 i32.const 2336 i32.const 8 i32.const 2400 @@ -11291,9 +11156,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2464 - i32.store offset=4 local.get $0 i32.const 2464 call $~lib/string/String.__eq @@ -11310,9 +11172,6 @@ global.get $std/string/str local.tee $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2272 - i32.store offset=12 local.get $0 i32.const 0 i32.const 2272 @@ -11341,9 +11200,6 @@ global.get $std/string/str local.tee $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2272 - i32.store offset=12 local.get $0 i32.const 15 i32.const 2272 @@ -11368,12 +11224,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2272 - i32.store offset=12 i32.const 1712 i32.const 3 i32.const 2272 @@ -11382,9 +11232,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2304 - i32.store offset=4 local.get $0 i32.const 2304 call $~lib/string/String.__eq @@ -11397,12 +11244,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=12 i32.const 1712 i32.const 10 i32.const 1712 @@ -11411,9 +11252,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -11426,12 +11264,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=12 i32.const 1808 i32.const 100 i32.const 1712 @@ -11440,9 +11272,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 local.get $0 i32.const 1808 call $~lib/string/String.__eq @@ -11455,12 +11284,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2272 - i32.store offset=12 i32.const 2336 i32.const 5 i32.const 2272 @@ -11469,9 +11292,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2512 - i32.store offset=4 local.get $0 i32.const 2512 call $~lib/string/String.__eq @@ -11484,12 +11304,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=12 i32.const 2336 i32.const 6 i32.const 2336 @@ -11498,9 +11312,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2544 - i32.store offset=4 local.get $0 i32.const 2544 call $~lib/string/String.__eq @@ -11513,12 +11324,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=12 i32.const 2336 i32.const 8 i32.const 2336 @@ -11527,9 +11332,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2576 - i32.store offset=4 local.get $0 i32.const 2576 call $~lib/string/String.__eq @@ -11542,12 +11344,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 1712 i32.const 1712 i32.const 0 @@ -11560,12 +11356,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2176 - i32.store offset=4 i32.const 1712 i32.const 2176 i32.const 0 @@ -11580,12 +11370,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 i32.const 1808 i32.const 1808 i32.const 0 @@ -11622,9 +11406,6 @@ global.get $std/string/str local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 i32.const 0 @@ -11641,9 +11422,6 @@ global.get $std/string/str local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2624 - i32.store offset=4 local.get $0 i32.const 2624 i32.const 0 @@ -11662,9 +11440,6 @@ global.get $std/string/str local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2656 - i32.store offset=4 local.get $0 i32.const 2656 i32.const 0 @@ -11683,9 +11458,6 @@ global.get $std/string/str local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2624 - i32.store offset=4 local.get $0 i32.const 2624 i32.const 2 @@ -11704,9 +11476,6 @@ global.get $std/string/str local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2624 - i32.store offset=4 local.get $0 i32.const 2624 i32.const 3 @@ -11725,9 +11494,6 @@ global.get $std/string/str local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2688 - i32.store offset=4 local.get $0 i32.const 2688 i32.const -1 @@ -11742,12 +11508,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 1 global.set $~argumentsLength i32.const 1712 @@ -11761,12 +11521,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2176 - i32.store offset=4 i32.const 1 global.set $~argumentsLength i32.const 1712 @@ -11786,9 +11540,6 @@ global.get $std/string/str local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -11817,9 +11568,6 @@ global.get $std/string/str local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2624 - i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -11839,9 +11587,6 @@ global.get $std/string/str local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2656 - i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -11861,9 +11606,6 @@ global.get $std/string/str local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2720 - i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -11883,9 +11625,6 @@ global.get $std/string/str local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2624 - i32.store offset=4 local.get $0 i32.const 2624 i32.const 2 @@ -11904,9 +11643,6 @@ global.get $std/string/str local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2624 - i32.store offset=4 local.get $0 i32.const 2624 i32.const 3 @@ -11925,9 +11661,6 @@ global.get $std/string/str local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2688 - i32.store offset=4 local.get $0 i32.const 2688 i32.const -1 @@ -11946,9 +11679,6 @@ global.get $std/string/str local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2752 - i32.store offset=4 local.get $0 i32.const 2752 i32.const 0 @@ -11967,9 +11697,6 @@ global.get $std/string/str local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2176 - i32.store offset=4 local.get $0 i32.const 2176 i32.const 0 @@ -11982,12 +11709,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 1712 i32.const 1712 call $~lib/string/String#localeCompare @@ -11999,12 +11720,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 1808 i32.const 1712 call $~lib/string/String#localeCompare @@ -12018,12 +11733,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 i32.const 1712 i32.const 1808 call $~lib/string/String#localeCompare @@ -12037,12 +11746,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2784 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2784 - i32.store offset=4 i32.const 2784 i32.const 2784 call $~lib/string/String#localeCompare @@ -12054,12 +11757,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2816 - i32.store offset=4 i32.const 2336 i32.const 2816 call $~lib/string/String#localeCompare @@ -12073,12 +11770,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2848 - i32.store offset=4 i32.const 2336 i32.const 2848 call $~lib/string/String#localeCompare @@ -12092,12 +11783,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2816 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=4 i32.const 2816 i32.const 2336 call $~lib/string/String#localeCompare @@ -12111,12 +11796,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2880 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=4 i32.const 2880 i32.const 2336 call $~lib/string/String#localeCompare @@ -12130,12 +11809,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2912 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=4 i32.const 2912 i32.const 2336 call $~lib/string/String#localeCompare @@ -12149,12 +11822,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2880 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2944 - i32.store offset=4 i32.const 2880 i32.const 2944 call $~lib/string/String#localeCompare @@ -12168,12 +11835,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2912 - i32.store offset=4 i32.const 2336 i32.const 2912 call $~lib/string/String#localeCompare @@ -12187,12 +11848,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2944 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2880 - i32.store offset=4 i32.const 2944 i32.const 2880 call $~lib/string/String#localeCompare @@ -12206,12 +11861,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2304 - i32.store offset=4 i32.const 1712 i32.const 2304 call $~lib/string/String#localeCompare @@ -12225,12 +11874,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1776 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 1776 i32.const 1712 call $~lib/string/String#localeCompare @@ -12244,18 +11887,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=8 i32.const 1712 call $~lib/string/String#trimStart local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -12268,18 +11905,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2976 - i32.store offset=8 i32.const 2976 call $~lib/string/String#trimStart local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2976 - i32.store offset=4 local.get $0 i32.const 2976 call $~lib/string/String.__eq @@ -12292,18 +11923,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3008 - i32.store offset=8 i32.const 3008 call $~lib/string/String#trimStart local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3056 - i32.store offset=4 local.get $0 i32.const 3056 call $~lib/string/String.__eq @@ -12316,18 +11941,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=8 i32.const 1712 call $~lib/string/String#trimEnd local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -12340,18 +11959,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2976 - i32.store offset=8 i32.const 2976 call $~lib/string/String#trimEnd local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2976 - i32.store offset=4 local.get $0 i32.const 2976 call $~lib/string/String.__eq @@ -12364,18 +11977,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3008 - i32.store offset=8 i32.const 3008 call $~lib/string/String#trimEnd local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3104 - i32.store offset=4 local.get $0 i32.const 3104 call $~lib/string/String.__eq @@ -12388,18 +11995,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=8 i32.const 1712 call $~lib/string/String#trim local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -12412,18 +12013,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2976 - i32.store offset=8 i32.const 2976 call $~lib/string/String#trim local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2976 - i32.store offset=4 local.get $0 i32.const 2976 call $~lib/string/String.__eq @@ -12436,18 +12031,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3008 - i32.store offset=8 i32.const 3008 call $~lib/string/String#trim local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -12574,9 +12163,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store i32.const 3392 i32.const 0 call $~lib/string/parseInt @@ -12590,9 +12176,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3424 - i32.store i32.const 3424 i32.const 0 call $~lib/string/parseInt @@ -12606,9 +12189,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store i32.const 3456 i32.const 0 call $~lib/string/parseInt @@ -12622,9 +12202,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3488 - i32.store i32.const 3488 i32.const 0 call $~lib/string/parseInt @@ -12638,9 +12215,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3520 - i32.store i32.const 3520 i32.const 0 call $~lib/string/parseInt @@ -12654,9 +12228,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3552 - i32.store i32.const 3552 i32.const 0 call $~lib/string/parseInt @@ -12670,9 +12241,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3584 - i32.store i32.const 3584 i32.const 0 call $~lib/string/parseInt @@ -12686,9 +12254,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3616 - i32.store i32.const 3616 i32.const 0 call $~lib/string/parseInt @@ -12702,9 +12267,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3648 - i32.store i32.const 3648 i32.const 0 call $~lib/string/parseInt @@ -12718,9 +12280,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3680 - i32.store i32.const 3680 i32.const 0 call $~lib/string/parseInt @@ -12734,9 +12293,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3712 - i32.store i32.const 3712 i32.const 0 call $~lib/string/parseInt @@ -12750,9 +12306,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3744 - i32.store i32.const 3744 i32.const 0 call $~lib/string/parseInt @@ -12766,9 +12319,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3776 - i32.store i32.const 3776 i32.const 0 call $~lib/string/parseInt @@ -12782,9 +12332,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store i32.const 3392 i32.const 0 call $~lib/string/parseInt @@ -12798,9 +12345,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3808 - i32.store i32.const 3808 i32.const 0 call $~lib/string/parseInt @@ -12814,9 +12358,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3840 - i32.store i32.const 3840 i32.const 16 call $~lib/string/parseInt @@ -12830,9 +12371,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3872 - i32.store i32.const 3872 i32.const 0 call $~lib/string/parseInt @@ -12846,9 +12384,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3904 - i32.store i32.const 3904 i32.const 0 call $~lib/string/parseInt @@ -12862,9 +12397,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3936 - i32.store i32.const 3936 i32.const 0 call $~lib/string/parseInt @@ -12878,9 +12410,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3968 - i32.store i32.const 3968 i32.const 0 call $~lib/string/parseInt @@ -12896,20 +12425,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4000 - i32.store i32.const 4000 i32.const 0 call $~lib/string/parseInt - local.set $1 - global.get $~lib/memory/__stack_pointer - i32.const 4048 - i32.store i32.const 4048 i32.const 16 call $~lib/string/parseInt - local.get $1 f64.ne if i32.const 0 @@ -12919,9 +12440,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4080 - i32.store i32.const 4080 i32.const 0 call $~lib/string/parseInt @@ -12935,9 +12453,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4080 - i32.store i32.const 4080 i32.const 13 call $~lib/string/parseInt @@ -12951,9 +12466,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4144 - i32.store i32.const 4144 i32.const 10 call $~lib/string/parseInt @@ -12967,9 +12479,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4224 - i32.store i32.const 4224 i32.const 16 call $~lib/string/parseInt @@ -12983,9 +12492,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4288 - i32.store i32.const 4288 i32.const 0 call $~lib/string/parseInt @@ -12999,9 +12505,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4320 - i32.store i32.const 4320 i32.const 0 call $~lib/string/parseInt @@ -13015,9 +12518,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4368 - i32.store i32.const 4368 i32.const 0 call $~lib/string/parseInt @@ -13031,9 +12531,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4400 - i32.store i32.const 4400 i32.const 0 call $~lib/string/parseInt @@ -13047,9 +12544,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4448 - i32.store i32.const 4448 i32.const 0 call $~lib/string/parseInt @@ -13063,9 +12557,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4480 - i32.store i32.const 4480 i32.const 0 call $~lib/string/parseInt @@ -13079,9 +12570,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4512 - i32.store i32.const 4512 i32.const 0 call $~lib/string/parseInt @@ -13095,9 +12583,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store i32.const 1712 i32.const 0 call $~lib/string/parseInt @@ -13112,9 +12597,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4560 - i32.store i32.const 4560 i32.const 0 call $~lib/string/parseInt @@ -13129,9 +12611,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store i32.const 4592 i32.const 0 call $~lib/string/parseInt @@ -13146,9 +12625,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2400 - i32.store i32.const 2400 i32.const 37 call $~lib/string/parseInt @@ -13163,9 +12639,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4624 - i32.store i32.const 4624 i32.const 0 call $~lib/string/parseInt @@ -13180,9 +12653,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4656 - i32.store i32.const 4656 i32.const 0 call $~lib/string/parseInt @@ -13198,9 +12668,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 4656 - i32.store - global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -13233,9 +12700,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4656 - i32.store i32.const 4656 call $~lib/number/F64.parseFloat local.tee $1 @@ -13289,9 +12753,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 4880 - i32.store - global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -13338,9 +12799,6 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 4928 - i32.store - global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer @@ -13386,9 +12844,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store i32.const 3392 call $~lib/number/F64.parseFloat f64.const 0 @@ -13401,9 +12856,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store i32.const 3456 call $~lib/number/F64.parseFloat f64.const 1 @@ -13416,9 +12868,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4992 - i32.store i32.const 4992 call $~lib/number/F64.parseFloat f64.const 1 @@ -13431,9 +12880,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5024 - i32.store i32.const 5024 call $~lib/number/F64.parseFloat f64.const 1 @@ -13446,9 +12892,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5056 - i32.store i32.const 5056 call $~lib/number/F64.parseFloat f64.const 1e-05 @@ -13461,9 +12904,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5088 - i32.store i32.const 5088 call $~lib/number/F64.parseFloat f64.const -1e-05 @@ -13476,9 +12916,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5120 - i32.store i32.const 5120 call $~lib/number/F64.parseFloat f64.const -3e-23 @@ -13491,9 +12928,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5168 - i32.store i32.const 5168 call $~lib/number/F64.parseFloat f64.const 3e21 @@ -13506,9 +12940,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5216 - i32.store i32.const 5216 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -13521,9 +12952,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5248 - i32.store i32.const 5248 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -13536,9 +12964,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5280 - i32.store i32.const 5280 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -13551,9 +12976,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5312 - i32.store i32.const 5312 call $~lib/number/F64.parseFloat f64.const 0.25 @@ -13566,9 +12988,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5344 - i32.store i32.const 5344 call $~lib/number/F64.parseFloat f64.const 1e3 @@ -13581,9 +13000,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5376 - i32.store i32.const 5376 call $~lib/number/F64.parseFloat f64.const 1e-10 @@ -13596,9 +13012,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5424 - i32.store i32.const 5424 call $~lib/number/F64.parseFloat f64.const 1e-30 @@ -13611,9 +13024,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5472 - i32.store i32.const 5472 call $~lib/number/F64.parseFloat f64.const 1e-323 @@ -13626,9 +13036,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5520 - i32.store i32.const 5520 call $~lib/number/F64.parseFloat f64.const 0 @@ -13641,9 +13048,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5568 - i32.store i32.const 5568 call $~lib/number/F64.parseFloat f64.const 1.e+308 @@ -13656,9 +13060,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5600 - i32.store i32.const 5600 call $~lib/number/F64.parseFloat f64.const inf @@ -13671,9 +13072,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store i32.const 1712 call $~lib/number/F64.parseFloat local.tee $1 @@ -13687,9 +13085,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5632 - i32.store i32.const 5632 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -13702,9 +13097,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5680 - i32.store i32.const 5680 call $~lib/number/F64.parseFloat f64.const 1e-10 @@ -13717,9 +13109,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5728 - i32.store i32.const 5728 call $~lib/number/F64.parseFloat f64.const 10 @@ -13732,9 +13121,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5776 - i32.store i32.const 5776 call $~lib/number/F64.parseFloat f64.const 1 @@ -13747,9 +13133,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5808 - i32.store i32.const 5808 call $~lib/number/F64.parseFloat f64.const 1 @@ -13762,9 +13145,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5840 - i32.store i32.const 5840 call $~lib/number/F64.parseFloat f64.const 10 @@ -13777,9 +13157,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5888 - i32.store i32.const 5888 call $~lib/number/F64.parseFloat f64.const 123456789 @@ -13792,9 +13169,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5936 - i32.store i32.const 5936 call $~lib/number/F64.parseFloat f64.const 1 @@ -13807,9 +13181,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 5984 - i32.store i32.const 5984 call $~lib/number/F64.parseFloat f64.const 1e-60 @@ -13822,9 +13193,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6016 - i32.store i32.const 6016 call $~lib/number/F64.parseFloat f64.const 1.e+60 @@ -13837,9 +13205,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6048 - i32.store i32.const 6048 call $~lib/number/F64.parseFloat f64.const 123.4 @@ -13852,9 +13217,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6080 - i32.store i32.const 6080 call $~lib/number/F64.parseFloat f64.const 1 @@ -13867,9 +13229,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6112 - i32.store i32.const 6112 call $~lib/number/F64.parseFloat f64.const -1.1 @@ -13882,9 +13241,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6160 - i32.store i32.const 6160 call $~lib/number/F64.parseFloat f64.const 10 @@ -13897,9 +13253,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6208 - i32.store i32.const 6208 call $~lib/number/F64.parseFloat f64.const 10 @@ -13912,9 +13265,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6256 - i32.store i32.const 6256 call $~lib/number/F64.parseFloat f64.const 0.022 @@ -13927,9 +13277,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6304 - i32.store i32.const 6304 call $~lib/number/F64.parseFloat f64.const 11 @@ -13942,9 +13289,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3808 - i32.store i32.const 3808 call $~lib/number/F64.parseFloat f64.const 0 @@ -13957,9 +13301,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6336 - i32.store i32.const 6336 call $~lib/number/F64.parseFloat f64.const 0 @@ -13972,9 +13313,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6368 - i32.store i32.const 6368 call $~lib/number/F64.parseFloat f64.const 0 @@ -13987,9 +13325,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6400 - i32.store i32.const 6400 call $~lib/number/F64.parseFloat f64.const 1.1 @@ -14002,9 +13337,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6432 - i32.store i32.const 6432 call $~lib/number/F64.parseFloat f64.const -1.1 @@ -14017,9 +13349,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6464 - i32.store i32.const 6464 call $~lib/number/F64.parseFloat f64.const -1.1 @@ -14032,9 +13361,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6496 - i32.store i32.const 6496 call $~lib/number/F64.parseFloat f64.const -1.1 @@ -14047,9 +13373,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6528 - i32.store i32.const 6528 call $~lib/number/F64.parseFloat f64.const -1.1 @@ -14062,9 +13385,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6560 - i32.store i32.const 6560 call $~lib/number/F64.parseFloat f64.const 0 @@ -14077,9 +13397,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6592 - i32.store i32.const 6592 call $~lib/number/F64.parseFloat f64.const 0 @@ -14092,9 +13409,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6624 - i32.store i32.const 6624 call $~lib/number/F64.parseFloat f64.const 1 @@ -14107,9 +13421,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6656 - i32.store i32.const 6656 call $~lib/number/F64.parseFloat f64.const 0 @@ -14122,9 +13433,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6688 - i32.store i32.const 6688 call $~lib/number/F64.parseFloat f64.const 0 @@ -14137,9 +13445,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6720 - i32.store i32.const 6720 call $~lib/number/F64.parseFloat f64.const 10 @@ -14152,9 +13457,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6752 - i32.store i32.const 6752 call $~lib/number/F64.parseFloat f64.const 10 @@ -14167,9 +13469,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6800 - i32.store i32.const 6800 call $~lib/number/F64.parseFloat f64.const 0 @@ -14182,9 +13481,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6832 - i32.store i32.const 6832 call $~lib/number/F64.parseFloat f64.const 1 @@ -14197,9 +13493,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6864 - i32.store i32.const 6864 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -14212,9 +13505,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6896 - i32.store i32.const 6896 call $~lib/number/F64.parseFloat f64.const 1 @@ -14227,9 +13517,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6928 - i32.store i32.const 6928 call $~lib/number/F64.parseFloat f64.const 10 @@ -14242,9 +13529,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6960 - i32.store i32.const 6960 call $~lib/number/F64.parseFloat f64.const 1 @@ -14257,9 +13541,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 6992 - i32.store i32.const 6992 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -14272,9 +13553,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7024 - i32.store i32.const 7024 call $~lib/number/F64.parseFloat f64.const 0.01 @@ -14287,9 +13565,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7072 - i32.store i32.const 7072 call $~lib/number/F64.parseFloat f64.const 0 @@ -14302,9 +13577,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7104 - i32.store i32.const 7104 call $~lib/number/F64.parseFloat f64.const 0 @@ -14317,9 +13589,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7136 - i32.store i32.const 7136 call $~lib/number/F64.parseFloat f64.const 0 @@ -14332,9 +13601,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7168 - i32.store i32.const 7168 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -14347,9 +13613,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7200 - i32.store i32.const 7200 call $~lib/number/F64.parseFloat f64.const 0 @@ -14362,9 +13625,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7232 - i32.store i32.const 7232 call $~lib/number/F64.parseFloat f64.const 0 @@ -14377,9 +13637,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7264 - i32.store i32.const 7264 call $~lib/number/F64.parseFloat f64.const 1 @@ -14392,9 +13649,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7296 - i32.store i32.const 7296 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -14407,9 +13661,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7328 - i32.store i32.const 7328 call $~lib/number/F64.parseFloat f64.const 0 @@ -14422,9 +13673,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7360 - i32.store i32.const 7360 call $~lib/number/F64.parseFloat i64.reinterpret_f64 @@ -14438,9 +13686,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7392 - i32.store i32.const 7392 call $~lib/number/F64.parseFloat i64.reinterpret_f64 @@ -14454,9 +13699,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7424 - i32.store i32.const 7424 call $~lib/number/F64.parseFloat i64.reinterpret_f64 @@ -14470,9 +13712,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3968 - i32.store i32.const 3968 call $~lib/number/F64.parseFloat i64.reinterpret_f64 @@ -14486,9 +13725,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7456 - i32.store i32.const 7456 call $~lib/number/F64.parseFloat i64.reinterpret_f64 @@ -14502,9 +13738,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store i32.const 4592 call $~lib/number/F64.parseFloat local.tee $1 @@ -14518,9 +13751,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4560 - i32.store i32.const 4560 call $~lib/number/F64.parseFloat local.tee $1 @@ -14534,9 +13764,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7504 - i32.store i32.const 7504 call $~lib/number/F64.parseFloat local.tee $1 @@ -14550,9 +13777,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7536 - i32.store i32.const 7536 call $~lib/number/F64.parseFloat local.tee $1 @@ -14566,9 +13790,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7568 - i32.store i32.const 7568 call $~lib/number/F64.parseFloat local.tee $1 @@ -14582,9 +13803,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7600 - i32.store i32.const 7600 call $~lib/number/F64.parseFloat local.tee $1 @@ -14598,9 +13816,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7632 - i32.store i32.const 7632 call $~lib/number/F64.parseFloat local.tee $1 @@ -14614,9 +13829,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7664 - i32.store i32.const 7664 call $~lib/number/F64.parseFloat local.tee $1 @@ -14630,9 +13842,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7696 - i32.store i32.const 7696 call $~lib/number/F64.parseFloat local.tee $1 @@ -14646,9 +13855,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7728 - i32.store i32.const 7728 call $~lib/number/F64.parseFloat local.tee $1 @@ -14662,9 +13868,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7760 - i32.store i32.const 7760 call $~lib/number/F64.parseFloat local.tee $1 @@ -14678,9 +13881,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7792 - i32.store i32.const 7792 call $~lib/number/F64.parseFloat local.tee $1 @@ -14694,9 +13894,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7824 - i32.store i32.const 7824 call $~lib/number/F64.parseFloat local.tee $1 @@ -14710,9 +13907,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7856 - i32.store i32.const 7856 call $~lib/number/F64.parseFloat local.tee $1 @@ -14726,9 +13920,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7888 - i32.store i32.const 7888 call $~lib/number/F64.parseFloat local.tee $1 @@ -14742,9 +13933,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3360 - i32.store i32.const 3360 call $~lib/number/F64.parseFloat local.tee $1 @@ -14758,9 +13946,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7920 - i32.store i32.const 7920 call $~lib/number/F64.parseFloat f64.const 1e22 @@ -14773,9 +13958,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7952 - i32.store i32.const 7952 call $~lib/number/F64.parseFloat f64.const 1e-22 @@ -14788,9 +13970,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 7984 - i32.store i32.const 7984 call $~lib/number/F64.parseFloat f64.const 1.e+23 @@ -14803,9 +13982,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8016 - i32.store i32.const 8016 call $~lib/number/F64.parseFloat f64.const 1e-23 @@ -14818,9 +13994,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8048 - i32.store i32.const 8048 call $~lib/number/F64.parseFloat f64.const 1.e+37 @@ -14833,9 +14006,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8080 - i32.store i32.const 8080 call $~lib/number/F64.parseFloat f64.const 1e-37 @@ -14848,9 +14018,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8112 - i32.store i32.const 8112 call $~lib/number/F64.parseFloat f64.const 1.e+38 @@ -14863,9 +14030,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8144 - i32.store i32.const 8144 call $~lib/number/F64.parseFloat f64.const 1e-38 @@ -14878,9 +14042,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8176 - i32.store i32.const 8176 call $~lib/number/F64.parseFloat f64.const 2.220446049250313e-16 @@ -14893,9 +14054,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8240 - i32.store i32.const 8240 call $~lib/number/F64.parseFloat f64.const 1797693134862315708145274e284 @@ -14908,9 +14066,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8320 - i32.store i32.const 8320 call $~lib/number/F64.parseFloat f64.const 5e-324 @@ -14923,9 +14078,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8352 - i32.store i32.const 8352 call $~lib/number/F64.parseFloat f64.const 1.e+308 @@ -14938,9 +14090,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8400 - i32.store i32.const 8400 call $~lib/number/F64.parseFloat f64.const 1 @@ -14953,9 +14102,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8544 - i32.store i32.const 8544 call $~lib/number/F64.parseFloat f64.const 0 @@ -14968,9 +14114,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8592 - i32.store i32.const 8592 call $~lib/number/F64.parseFloat f64.const inf @@ -14983,9 +14126,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8640 - i32.store i32.const 8640 call $~lib/number/F64.parseFloat f64.const 0 @@ -14998,9 +14138,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8688 - i32.store i32.const 8688 call $~lib/number/F64.parseFloat f64.const -inf @@ -15013,9 +14150,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8736 - i32.store i32.const 8736 call $~lib/number/F64.parseFloat f64.const 0 @@ -15028,9 +14162,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8784 - i32.store i32.const 8784 call $~lib/number/F64.parseFloat f64.const inf @@ -15043,9 +14174,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8832 - i32.store i32.const 8832 call $~lib/number/F64.parseFloat f64.const inf @@ -15058,9 +14186,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8864 - i32.store i32.const 8864 call $~lib/number/F64.parseFloat f64.const inf @@ -15073,9 +14198,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8912 - i32.store i32.const 8912 call $~lib/number/F64.parseFloat f64.const inf @@ -15088,9 +14210,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 8960 - i32.store i32.const 8960 call $~lib/number/F64.parseFloat f64.const -inf @@ -15103,9 +14222,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 9008 - i32.store i32.const 9008 call $~lib/number/F64.parseFloat f64.const inf @@ -15118,9 +14234,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 9056 - i32.store i32.const 9056 call $~lib/number/F64.parseFloat f64.const inf @@ -15133,9 +14246,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 9104 - i32.store i32.const 9104 call $~lib/number/F64.parseFloat local.tee $1 @@ -15149,9 +14259,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 9136 - i32.store i32.const 9136 call $~lib/number/F64.parseFloat local.tee $1 @@ -15165,9 +14272,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 9184 - i32.store i32.const 9184 call $~lib/number/F64.parseFloat local.tee $1 @@ -15181,9 +14285,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 9232 - i32.store i32.const 9232 call $~lib/number/F64.parseFloat f64.const 0 @@ -15196,9 +14297,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 9424 - i32.store i32.const 9424 call $~lib/number/F64.parseFloat f64.const 1e-323 @@ -15211,9 +14309,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store i32.const 9616 call $~lib/number/F64.parseFloat f64.const 2.225073858507202e-308 @@ -15226,32 +14321,20 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 9808 - i32.store offset=72 - global.get $~lib/memory/__stack_pointer - i32.const 9968 - i32.store offset=76 i32.const 9808 i32.const 9968 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=64 - global.get $~lib/memory/__stack_pointer - i32.const 10128 - i32.store offset=68 + i32.store offset=12 local.get $0 i32.const 10128 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 10288 - i32.store offset=60 + i32.store offset=8 local.get $0 i32.const 10288 call $~lib/string/String.__concat @@ -15259,9 +14342,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 10448 - i32.store offset=8 local.get $0 i32.const 10448 call $~lib/string/String.__concat @@ -15281,9 +14361,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 10608 - i32.store i32.const 10608 call $~lib/number/F64.parseFloat f64.const 9.753531888799502e-104 @@ -15296,9 +14373,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 10720 - i32.store i32.const 10720 call $~lib/number/F64.parseFloat f64.const 0.5961860348131807 @@ -15311,9 +14385,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 10832 - i32.store i32.const 10832 call $~lib/number/F64.parseFloat f64.const 0.18150131692180388 @@ -15326,9 +14397,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 10944 - i32.store i32.const 10944 call $~lib/number/F64.parseFloat f64.const 0.42070823575344535 @@ -15341,9 +14409,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 11056 - i32.store i32.const 11056 call $~lib/number/F64.parseFloat f64.const 0.6654686306516261 @@ -15356,9 +14421,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 11168 - i32.store i32.const 11168 call $~lib/number/F64.parseFloat f64.const 0.6101852922970868 @@ -15371,9 +14433,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 11280 - i32.store i32.const 11280 call $~lib/number/F64.parseFloat f64.const 0.7696695208236968 @@ -15386,9 +14445,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 11392 - i32.store i32.const 11392 call $~lib/number/F64.parseFloat f64.const 0.25050653222286823 @@ -15401,9 +14457,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 11504 - i32.store i32.const 11504 call $~lib/number/F64.parseFloat f64.const 0.2740037230228005 @@ -15416,9 +14469,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 11616 - i32.store i32.const 11616 call $~lib/number/F64.parseFloat f64.const 0.20723093500497428 @@ -15431,9 +14481,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 11728 - i32.store i32.const 11728 call $~lib/number/F64.parseFloat f64.const 7.900280238081605 @@ -15446,9 +14493,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 11840 - i32.store i32.const 11840 call $~lib/number/F64.parseFloat f64.const 98.22860653737297 @@ -15461,9 +14505,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 11952 - i32.store i32.const 11952 call $~lib/number/F64.parseFloat f64.const 746.894972319037 @@ -15476,9 +14517,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 12064 - i32.store i32.const 12064 call $~lib/number/F64.parseFloat f64.const 1630.2683202827284 @@ -15491,9 +14529,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 12176 - i32.store i32.const 12176 call $~lib/number/F64.parseFloat f64.const 46371.68629719171 @@ -15506,9 +14541,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 12288 - i32.store i32.const 12288 call $~lib/number/F64.parseFloat f64.const 653780.5944497711 @@ -15521,9 +14553,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 12400 - i32.store i32.const 12400 call $~lib/number/F64.parseFloat f64.const 234632.43565024371 @@ -15536,9 +14565,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 12512 - i32.store i32.const 12512 call $~lib/number/F64.parseFloat f64.const 97094817.16420048 @@ -15551,9 +14577,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 12624 - i32.store i32.const 12624 call $~lib/number/F64.parseFloat f64.const 499690852.20518744 @@ -15566,9 +14589,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 12736 - i32.store i32.const 12736 call $~lib/number/F64.parseFloat f64.const 7925201200557245595648 @@ -15581,9 +14601,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 12848 - i32.store i32.const 12848 call $~lib/number/F64.parseFloat f64.const 6096564585983177528398588e5 @@ -15596,9 +14613,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 12960 - i32.store i32.const 12960 call $~lib/number/F64.parseFloat f64.const 4800416117477028695992383e42 @@ -15611,9 +14625,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13072 - i32.store i32.const 13072 call $~lib/number/F64.parseFloat f64.const 8524829079817968137287277e80 @@ -15626,9 +14637,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13184 - i32.store i32.const 13184 call $~lib/number/F64.parseFloat f64.const 3271239291709782092398754e243 @@ -15641,9 +14649,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13296 - i32.store i32.const 13296 call $~lib/number/F64.parseFloat local.tee $1 @@ -15657,9 +14662,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13328 - i32.store i32.const 13328 call $~lib/number/F64.parseFloat f64.const 0.1 @@ -15674,22 +14676,13 @@ end global.get $~lib/memory/__stack_pointer i32.const 1808 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13360 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1808 i32.const 13360 call $~lib/string/String.__concat local.tee $0 - i32.store offset=80 + i32.store offset=60 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13392 - i32.store offset=4 local.get $0 i32.const 13392 call $~lib/string/String.__eq @@ -15705,9 +14698,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 local.get $0 i32.const 1808 call $~lib/string/String.__ne @@ -15720,12 +14710,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 1712 i32.const 1712 call $~lib/string/String.__eq @@ -15754,11 +14738,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store offset=4 + i32.store i32.const 1712 i32.const 0 call $~lib/string/String.__ne @@ -15774,9 +14755,6 @@ global.get $~lib/memory/__stack_pointer i32.const 0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 0 i32.const 1712 call $~lib/string/String.__ne @@ -15789,12 +14767,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13360 - i32.store offset=4 i32.const 1808 i32.const 13360 call $~lib/string/String.__ne @@ -15807,12 +14779,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 i32.const 1808 i32.const 1808 call $~lib/string/String.__eq @@ -15825,12 +14791,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13424 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13456 - i32.store offset=4 i32.const 13424 i32.const 13456 call $~lib/string/String.__ne @@ -15843,12 +14803,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13424 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13424 - i32.store offset=4 i32.const 13424 i32.const 13424 call $~lib/string/String.__eq @@ -15861,12 +14815,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13488 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13520 - i32.store offset=4 i32.const 13488 i32.const 13520 call $~lib/string/String.__ne @@ -15879,12 +14827,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13552 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13584 - i32.store offset=4 i32.const 13552 i32.const 13584 call $~lib/string/String.__ne @@ -15897,12 +14839,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13616 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13616 - i32.store offset=4 i32.const 13616 i32.const 13616 call $~lib/string/String.__eq @@ -15915,12 +14851,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13616 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13664 - i32.store offset=4 i32.const 13616 i32.const 13664 call $~lib/string/String.__ne @@ -15933,12 +14863,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13760 - i32.store offset=4 i32.const 13712 i32.const 13760 call $~lib/string/String.__ne @@ -15951,12 +14875,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13360 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 i32.const 13360 i32.const 1808 call $~lib/string/String.__gt @@ -15969,12 +14887,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13808 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 i32.const 13808 i32.const 1808 call $~lib/string/String.__gt @@ -15987,12 +14899,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13808 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13840 - i32.store offset=4 i32.const 13808 i32.const 13840 call $~lib/string/String.__gte @@ -16005,12 +14911,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13808 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13392 - i32.store offset=4 i32.const 13808 i32.const 13392 call $~lib/string/String.__gt @@ -16023,12 +14923,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13808 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13392 - i32.store offset=4 i32.const 13808 i32.const 13392 call $~lib/string/String.__lt @@ -16040,12 +14934,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 2336 i32.const 1712 call $~lib/string/String.__gt @@ -16058,12 +14946,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=4 i32.const 1712 i32.const 2336 call $~lib/string/String.__lt @@ -16076,12 +14958,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 2336 i32.const 1712 call $~lib/string/String.__gte @@ -16094,12 +14970,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=4 i32.const 1712 i32.const 2336 call $~lib/string/String.__lte @@ -16112,12 +14982,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 2336 i32.const 1712 call $~lib/string/String.__lt @@ -16129,12 +14993,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=4 i32.const 1712 i32.const 2336 call $~lib/string/String.__gt @@ -16146,12 +15004,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 1712 i32.const 1712 call $~lib/string/String.__lt @@ -16163,12 +15015,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 1712 i32.const 1712 call $~lib/string/String.__gt @@ -16180,12 +15026,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 1712 i32.const 1712 call $~lib/string/String.__gte @@ -16198,12 +15038,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 1712 i32.const 1712 call $~lib/string/String.__lte @@ -16216,12 +15050,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13872 - i32.store offset=4 i32.const 3456 i32.const 13872 call $~lib/string/String.__lt @@ -16234,12 +15062,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13872 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store offset=4 i32.const 13872 i32.const 3456 call $~lib/string/String.__gt @@ -16252,12 +15074,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13904 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13872 - i32.store offset=4 i32.const 13904 i32.const 13872 call $~lib/string/String.__lt @@ -16269,12 +15085,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13872 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13904 - i32.store offset=4 i32.const 13872 i32.const 13904 call $~lib/string/String.__gt @@ -16286,12 +15096,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13904 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13872 - i32.store offset=4 i32.const 13904 i32.const 13872 call $~lib/string/String.__gt @@ -16304,12 +15108,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13872 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13904 - i32.store offset=4 i32.const 13872 i32.const 13904 call $~lib/string/String.__lt @@ -16322,12 +15120,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13904 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13904 - i32.store offset=4 i32.const 13904 i32.const 13904 call $~lib/string/String.__lt @@ -16339,12 +15131,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13904 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13904 - i32.store offset=4 i32.const 13904 i32.const 13904 call $~lib/string/String.__gt @@ -16356,12 +15142,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13904 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13904 - i32.store offset=4 i32.const 13904 i32.const 13904 call $~lib/string/String.__lte @@ -16374,12 +15154,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13904 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13904 - i32.store offset=4 i32.const 13904 i32.const 13904 call $~lib/string/String.__gte @@ -16392,12 +15166,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13872 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13936 - i32.store offset=4 i32.const 13872 i32.const 13936 call $~lib/string/String.__gte @@ -16409,12 +15177,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13936 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13872 - i32.store offset=4 i32.const 13936 i32.const 13872 call $~lib/string/String.__gte @@ -16427,12 +15189,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13872 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13936 - i32.store offset=4 i32.const 13872 i32.const 13936 call $~lib/string/String.__lte @@ -16445,12 +15201,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store offset=4 i32.const 3456 i32.const 3456 call $~lib/string/String.__eq @@ -16463,12 +15213,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13904 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13904 - i32.store offset=4 i32.const 13904 i32.const 13904 call $~lib/string/String.__eq @@ -16481,12 +15225,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2400 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2400 - i32.store offset=4 i32.const 2400 i32.const 2400 call $~lib/string/String.__eq @@ -16499,12 +15237,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2400 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13968 - i32.store offset=4 i32.const 2400 i32.const 13968 call $~lib/string/String.__ne @@ -16517,12 +15249,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 14000 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14000 - i32.store offset=4 i32.const 14000 i32.const 14000 call $~lib/string/String.__eq @@ -16535,12 +15261,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 14032 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14000 - i32.store offset=4 i32.const 14032 i32.const 14000 call $~lib/string/String.__ne @@ -16557,7 +15277,7 @@ i32.const 65377 call $~lib/string/String.fromCodePoint local.tee $4 - i32.store offset=84 + i32.store offset=64 global.get $~lib/memory/__stack_pointer i32.const 55296 call $~lib/string/String.fromCodePoint @@ -16575,7 +15295,7 @@ local.get $0 call $~lib/string/String.__concat local.tee $0 - i32.store offset=88 + i32.store offset=68 global.get $~lib/memory/__stack_pointer local.get $4 i32.store @@ -16594,9 +15314,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2400 - i32.store i32.const 2396 i32.load i32.const 1 @@ -16611,9 +15328,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=8 i32.const 1712 i32.const 100 call $~lib/string/String#repeat @@ -16621,9 +15335,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -16636,9 +15347,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=8 i32.const 1808 i32.const 0 call $~lib/string/String#repeat @@ -16646,9 +15354,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -16661,9 +15366,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=8 i32.const 1808 i32.const 1 call $~lib/string/String#repeat @@ -16671,9 +15373,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 local.get $0 i32.const 1808 call $~lib/string/String.__eq @@ -16686,9 +15385,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=8 i32.const 1808 i32.const 2 call $~lib/string/String#repeat @@ -16696,9 +15392,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13840 - i32.store offset=4 local.get $0 i32.const 13840 call $~lib/string/String.__eq @@ -16711,9 +15404,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=8 i32.const 1808 i32.const 3 call $~lib/string/String#repeat @@ -16721,9 +15411,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14112 - i32.store offset=4 local.get $0 i32.const 14112 call $~lib/string/String.__eq @@ -16736,9 +15423,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13392 - i32.store offset=8 i32.const 13392 i32.const 4 call $~lib/string/String#repeat @@ -16746,9 +15430,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14144 - i32.store offset=4 local.get $0 i32.const 14144 call $~lib/string/String.__eq @@ -16761,9 +15442,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=8 i32.const 1808 i32.const 5 call $~lib/string/String#repeat @@ -16771,9 +15449,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14192 - i32.store offset=4 local.get $0 i32.const 14192 call $~lib/string/String.__eq @@ -16786,9 +15461,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=8 i32.const 1808 i32.const 6 call $~lib/string/String#repeat @@ -16796,9 +15468,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14224 - i32.store offset=4 local.get $0 i32.const 14224 call $~lib/string/String.__eq @@ -16811,9 +15480,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=8 i32.const 1808 i32.const 7 call $~lib/string/String#repeat @@ -16821,9 +15487,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14256 - i32.store offset=4 local.get $0 i32.const 14256 call $~lib/string/String.__eq @@ -16836,15 +15499,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=60 i32.const 1712 i32.const 1712 i32.const 1712 @@ -16853,9 +15507,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -16868,15 +15519,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=60 i32.const 1712 i32.const 1712 i32.const 4592 @@ -16885,9 +15527,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=4 local.get $0 i32.const 4592 call $~lib/string/String.__eq @@ -16900,15 +15539,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=60 i32.const 4592 i32.const 4592 i32.const 1712 @@ -16917,9 +15547,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -16932,15 +15559,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=60 i32.const 4592 i32.const 1712 i32.const 1712 @@ -16949,9 +15567,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=4 local.get $0 i32.const 4592 call $~lib/string/String.__eq @@ -16964,15 +15579,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 4560 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=60 i32.const 2336 i32.const 4560 i32.const 4592 @@ -16981,9 +15587,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -16996,15 +15599,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=60 i32.const 2336 i32.const 2336 i32.const 4592 @@ -17013,9 +15607,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=4 local.get $0 i32.const 4592 call $~lib/string/String.__eq @@ -17028,15 +15619,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2912 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=60 i32.const 2336 i32.const 2912 i32.const 4592 @@ -17045,9 +15627,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -17060,15 +15639,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 13392 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 13392 - i32.store offset=60 i32.const 2336 i32.const 13392 i32.const 13392 @@ -17077,9 +15647,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -17092,15 +15659,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 14304 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 4560 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=60 i32.const 14304 i32.const 4560 i32.const 4592 @@ -17109,9 +15667,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14336 - i32.store offset=4 local.get $0 i32.const 14336 call $~lib/string/String.__eq @@ -17124,15 +15679,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=60 i32.const 2336 i32.const 1712 i32.const 4592 @@ -17141,9 +15687,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14368 - i32.store offset=4 local.get $0 i32.const 14368 call $~lib/string/String.__eq @@ -17156,15 +15699,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 14400 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 14432 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=60 i32.const 14400 i32.const 14432 i32.const 4592 @@ -17173,9 +15707,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14368 - i32.store offset=4 local.get $0 i32.const 14368 call $~lib/string/String.__eq @@ -17188,15 +15719,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 14464 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 14496 - i32.store offset=60 i32.const 2336 i32.const 14464 i32.const 14496 @@ -17205,9 +15727,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14528 - i32.store offset=4 local.get $0 i32.const 14528 call $~lib/string/String.__eq @@ -17220,15 +15739,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 14464 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=60 i32.const 2336 i32.const 14464 i32.const 1712 @@ -17237,9 +15747,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13392 - i32.store offset=4 local.get $0 i32.const 13392 call $~lib/string/String.__eq @@ -17252,15 +15759,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=60 i32.const 1712 i32.const 1712 i32.const 2336 @@ -17269,9 +15767,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -17284,15 +15779,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 4560 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=60 i32.const 2336 i32.const 4560 i32.const 4592 @@ -17301,9 +15787,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -17316,15 +15799,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2544 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=60 i32.const 2544 i32.const 2336 i32.const 4592 @@ -17333,9 +15807,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14496 - i32.store offset=4 local.get $0 i32.const 14496 call $~lib/string/String.__eq @@ -17348,15 +15819,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 14560 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=60 i32.const 14560 i32.const 2336 i32.const 4592 @@ -17365,9 +15827,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14608 - i32.store offset=4 local.get $0 i32.const 14608 call $~lib/string/String.__eq @@ -17380,15 +15839,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2544 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 13392 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 13392 - i32.store offset=60 i32.const 2544 i32.const 13392 i32.const 13392 @@ -17397,9 +15847,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2544 - i32.store offset=4 local.get $0 i32.const 2544 call $~lib/string/String.__eq @@ -17412,15 +15859,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 14640 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 14608 - i32.store offset=60 i32.const 14640 i32.const 1808 i32.const 14608 @@ -17429,9 +15867,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14688 - i32.store offset=4 local.get $0 i32.const 14688 call $~lib/string/String.__eq @@ -17444,15 +15879,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2544 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 13392 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 14496 - i32.store offset=60 i32.const 2544 i32.const 13392 i32.const 14496 @@ -17461,9 +15887,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14736 - i32.store offset=4 local.get $0 i32.const 14736 call $~lib/string/String.__eq @@ -17476,15 +15899,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 14768 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 14800 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 14496 - i32.store offset=60 i32.const 14768 i32.const 14800 i32.const 14496 @@ -17492,10 +15906,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14832 - i32.store offset=4 + i32.store local.get $0 i32.const 14832 call $~lib/string/String.__eq @@ -17508,15 +15919,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2912 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=60 i32.const 2336 i32.const 2912 i32.const 4592 @@ -17525,9 +15927,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -17540,15 +15939,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2912 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 14864 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 14496 - i32.store offset=60 i32.const 2912 i32.const 14864 i32.const 14496 @@ -17557,9 +15947,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2912 - i32.store offset=4 local.get $0 i32.const 2912 call $~lib/string/String.__eq @@ -17572,15 +15959,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 14896 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=60 i32.const 2336 i32.const 14896 i32.const 4592 @@ -17589,9 +15967,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14928 - i32.store offset=4 local.get $0 i32.const 14928 call $~lib/string/String.__eq @@ -17604,15 +15979,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13392 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 13392 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=60 i32.const 13392 i32.const 13392 i32.const 4592 @@ -17621,9 +15987,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=4 local.get $0 i32.const 4592 call $~lib/string/String.__eq @@ -17636,15 +15999,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 14304 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 4560 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=60 i32.const 14304 i32.const 4560 i32.const 4592 @@ -17653,9 +16007,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14960 - i32.store offset=4 local.get $0 i32.const 14960 call $~lib/string/String.__eq @@ -17668,15 +16019,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=60 i32.const 1712 i32.const 1712 i32.const 1712 @@ -17685,9 +16027,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -17700,15 +16039,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=60 i32.const 1712 i32.const 1712 i32.const 4592 @@ -17717,9 +16047,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=4 local.get $0 i32.const 4592 call $~lib/string/String.__eq @@ -17732,15 +16059,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=60 i32.const 4592 i32.const 4592 i32.const 1712 @@ -17749,9 +16067,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -17764,15 +16079,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=60 i32.const 4592 i32.const 1712 i32.const 1712 @@ -17781,9 +16087,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=4 local.get $0 i32.const 4592 call $~lib/string/String.__eq @@ -17796,15 +16099,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4560 - i32.store offset=60 i32.const 2336 i32.const 2336 i32.const 4560 @@ -17813,9 +16107,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4560 - i32.store offset=4 local.get $0 i32.const 4560 call $~lib/string/String.__eq @@ -17828,15 +16119,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 2816 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4560 - i32.store offset=60 i32.const 2336 i32.const 2816 i32.const 4560 @@ -17845,9 +16127,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -17860,15 +16139,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 4592 - i32.store offset=60 i32.const 2336 i32.const 1712 i32.const 4592 @@ -17877,9 +16147,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14992 - i32.store offset=4 local.get $0 i32.const 14992 call $~lib/string/String.__eq @@ -17892,15 +16159,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=60 i32.const 2336 i32.const 1712 i32.const 1712 @@ -17909,9 +16167,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -17924,15 +16179,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 15040 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 15072 - i32.store offset=60 i32.const 15040 i32.const 1808 i32.const 15072 @@ -17941,9 +16187,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15104 - i32.store offset=4 local.get $0 i32.const 15104 call $~lib/string/String.__eq @@ -17956,15 +16199,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 13392 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 13392 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 15152 - i32.store offset=60 i32.const 13392 i32.const 13392 i32.const 15152 @@ -17973,9 +16207,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15152 - i32.store offset=4 local.get $0 i32.const 15152 call $~lib/string/String.__eq @@ -17988,15 +16219,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 14112 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 15184 - i32.store offset=60 i32.const 14112 i32.const 1808 i32.const 15184 @@ -18005,9 +16227,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15216 - i32.store offset=4 local.get $0 i32.const 15216 call $~lib/string/String.__eq @@ -18020,15 +16239,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 14112 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 13840 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 15072 - i32.store offset=60 i32.const 14112 i32.const 13840 i32.const 15072 @@ -18037,9 +16247,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15264 - i32.store offset=4 local.get $0 i32.const 15264 call $~lib/string/String.__eq @@ -18056,7 +16263,7 @@ global.set $std/string/str global.get $~lib/memory/__stack_pointer i32.const 15296 - i32.store offset=8 + i32.store offset=4 i32.const 1 global.set $~argumentsLength i32.const 15296 @@ -18066,9 +16273,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15296 - i32.store offset=4 local.get $0 i32.const 15296 call $~lib/string/String.__eq @@ -18084,7 +16288,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -18094,9 +16298,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15344 - i32.store offset=4 local.get $0 i32.const 15344 call $~lib/string/String.__eq @@ -18112,7 +16313,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -18122,9 +16323,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15376 - i32.store offset=4 local.get $0 i32.const 15376 call $~lib/string/String.__eq @@ -18140,7 +16338,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 2 i32.const 7 @@ -18149,9 +16347,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15408 - i32.store offset=4 local.get $0 i32.const 15408 call $~lib/string/String.__eq @@ -18167,7 +16362,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const -11 i32.const -6 @@ -18176,9 +16371,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15440 - i32.store offset=4 local.get $0 i32.const 15440 call $~lib/string/String.__eq @@ -18194,7 +16386,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 4 i32.const 3 @@ -18203,9 +16395,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -18221,7 +16410,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 i32.const -1 @@ -18230,9 +16419,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15472 - i32.store offset=4 local.get $0 i32.const 15472 call $~lib/string/String.__eq @@ -18248,7 +16434,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -18258,9 +16444,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15296 - i32.store offset=4 local.get $0 i32.const 15296 call $~lib/string/String.__eq @@ -18276,7 +16459,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -18286,9 +16469,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15344 - i32.store offset=4 local.get $0 i32.const 15344 call $~lib/string/String.__eq @@ -18304,7 +16484,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -18314,9 +16494,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15376 - i32.store offset=4 local.get $0 i32.const 15376 call $~lib/string/String.__eq @@ -18332,7 +16509,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 2 i32.const 7 @@ -18341,9 +16518,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15520 - i32.store offset=4 local.get $0 i32.const 15520 call $~lib/string/String.__eq @@ -18359,7 +16533,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const -11 i32.const -6 @@ -18368,9 +16542,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -18386,7 +16557,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 4 i32.const 3 @@ -18395,9 +16566,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15568 - i32.store offset=4 local.get $0 i32.const 15568 call $~lib/string/String.__eq @@ -18413,7 +16581,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 i32.const -1 @@ -18422,9 +16590,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -18440,7 +16605,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 i32.const 100 @@ -18449,9 +16614,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15296 - i32.store offset=4 local.get $0 i32.const 15296 call $~lib/string/String.__eq @@ -18467,7 +16629,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 4 i32.const 4 @@ -18476,9 +16638,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15600 - i32.store offset=4 local.get $0 i32.const 15600 call $~lib/string/String.__eq @@ -18494,7 +16653,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 4 i32.const -3 @@ -18503,9 +16662,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -18521,7 +16677,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -18531,9 +16687,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15296 - i32.store offset=4 local.get $0 i32.const 15296 call $~lib/string/String.__eq @@ -18549,7 +16702,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -18559,9 +16712,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15296 - i32.store offset=4 local.get $0 i32.const 15296 call $~lib/string/String.__eq @@ -18577,7 +16727,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 i32.const 1 global.set $~argumentsLength local.get $0 @@ -18587,9 +16737,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15296 - i32.store offset=4 local.get $0 i32.const 15296 call $~lib/string/String.__eq @@ -18605,7 +16752,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 2 i32.const 7 @@ -18614,9 +16761,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15408 - i32.store offset=4 local.get $0 i32.const 15408 call $~lib/string/String.__eq @@ -18632,7 +16776,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const -11 i32.const -6 @@ -18641,9 +16785,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -18659,7 +16800,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 4 i32.const 3 @@ -18668,9 +16809,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15632 - i32.store offset=4 local.get $0 i32.const 15632 call $~lib/string/String.__eq @@ -18686,7 +16824,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 i32.const -1 @@ -18695,9 +16833,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -18713,7 +16848,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 i32.const 100 @@ -18722,9 +16857,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15296 - i32.store offset=4 local.get $0 i32.const 15296 call $~lib/string/String.__eq @@ -18740,7 +16872,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 4 i32.const 4 @@ -18749,9 +16881,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -18767,7 +16896,7 @@ global.get $~lib/memory/__stack_pointer global.get $std/string/str local.tee $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 4 i32.const -3 @@ -18776,9 +16905,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2912 - i32.store offset=4 local.get $0 i32.const 2912 call $~lib/string/String.__eq @@ -18791,9 +16917,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store i32.const 0 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -18801,7 +16924,7 @@ i32.const 0 call $~lib/string/String#split@varargs local.tee $0 - i32.store offset=92 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -18812,7 +16935,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -18820,9 +16943,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -18838,12 +16958,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -18851,7 +16965,7 @@ i32.const 1712 call $~lib/string/String#split@varargs local.tee $0 - i32.store offset=92 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -18865,12 +16979,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2624 - i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -18878,7 +16986,7 @@ i32.const 2624 call $~lib/string/String#split@varargs local.tee $0 - i32.store offset=92 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -18889,7 +16997,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -18897,9 +17005,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -18915,12 +17020,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 15840 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 7632 - i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -18928,7 +17027,7 @@ i32.const 7632 call $~lib/string/String#split@varargs local.tee $0 - i32.store offset=92 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -18939,7 +17038,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -18947,9 +17046,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15840 - i32.store offset=4 local.get $0 i32.const 15840 call $~lib/string/String.__eq @@ -18965,12 +17061,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 15840 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2624 - i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -18978,7 +17068,7 @@ i32.const 2624 call $~lib/string/String#split@varargs local.tee $0 - i32.store offset=92 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -18989,7 +17079,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -18997,9 +17087,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 local.get $4 i32.const 1808 call $~lib/string/String.__eq @@ -19009,7 +17096,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -19017,9 +17104,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13360 - i32.store offset=4 local.get $4 i32.const 13360 call $~lib/string/String.__eq @@ -19029,7 +17113,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get @@ -19037,9 +17121,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14464 - i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -19055,12 +17136,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 15872 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 15920 - i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -19068,7 +17143,7 @@ i32.const 15920 call $~lib/string/String#split@varargs local.tee $0 - i32.store offset=92 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -19079,7 +17154,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -19087,9 +17162,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 local.get $4 i32.const 1808 call $~lib/string/String.__eq @@ -19099,7 +17171,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -19107,9 +17179,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13360 - i32.store offset=4 local.get $4 i32.const 13360 call $~lib/string/String.__eq @@ -19119,7 +17188,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get @@ -19127,9 +17196,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14464 - i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -19145,12 +17211,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 15952 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2624 - i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -19158,7 +17218,7 @@ i32.const 2624 call $~lib/string/String#split@varargs local.tee $0 - i32.store offset=92 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -19169,7 +17229,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -19177,9 +17237,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 local.get $4 i32.const 1808 call $~lib/string/String.__eq @@ -19189,7 +17246,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -19197,9 +17254,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13360 - i32.store offset=4 local.get $4 i32.const 13360 call $~lib/string/String.__eq @@ -19209,7 +17263,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get @@ -19217,9 +17271,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $4 i32.const 1712 call $~lib/string/String.__eq @@ -19229,7 +17280,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 3 call $~lib/array/Array<~lib/string/String>#__get @@ -19237,9 +17288,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14464 - i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -19255,12 +17303,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 15984 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2624 - i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -19268,7 +17310,7 @@ i32.const 2624 call $~lib/string/String#split@varargs local.tee $0 - i32.store offset=92 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -19279,7 +17321,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -19287,9 +17329,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $4 i32.const 1712 call $~lib/string/String.__eq @@ -19299,7 +17338,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -19307,9 +17346,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 local.get $4 i32.const 1808 call $~lib/string/String.__eq @@ -19319,7 +17355,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get @@ -19327,9 +17363,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13360 - i32.store offset=4 local.get $4 i32.const 13360 call $~lib/string/String.__eq @@ -19339,7 +17372,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 3 call $~lib/array/Array<~lib/string/String>#__get @@ -19347,9 +17380,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14464 - i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -19365,12 +17395,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 16016 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2624 - i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -19378,7 +17402,7 @@ i32.const 2624 call $~lib/string/String#split@varargs local.tee $0 - i32.store offset=92 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -19389,7 +17413,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -19397,9 +17421,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 local.get $4 i32.const 1808 call $~lib/string/String.__eq @@ -19409,7 +17430,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -19417,9 +17438,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13360 - i32.store offset=4 local.get $4 i32.const 13360 call $~lib/string/String.__eq @@ -19429,7 +17447,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get @@ -19437,9 +17455,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14464 - i32.store offset=4 local.get $4 i32.const 14464 call $~lib/string/String.__eq @@ -19449,7 +17464,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 3 call $~lib/array/Array<~lib/string/String>#__get @@ -19457,9 +17472,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -19475,12 +17487,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 i32.const 1 global.set $~argumentsLength global.get $~lib/memory/__stack_pointer @@ -19488,7 +17494,7 @@ i32.const 1712 call $~lib/string/String#split@varargs local.tee $0 - i32.store offset=92 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -19499,7 +17505,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -19507,9 +17513,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 local.get $4 i32.const 1808 call $~lib/string/String.__eq @@ -19519,7 +17522,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -19527,9 +17530,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13360 - i32.store offset=4 local.get $4 i32.const 13360 call $~lib/string/String.__eq @@ -19539,7 +17539,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get @@ -19547,9 +17547,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14464 - i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -19567,17 +17564,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 2336 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 2336 i32.const 1712 i32.const 0 call $~lib/string/String#split local.tee $0 - i32.store offset=92 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -19593,17 +17584,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 2336 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 2336 i32.const 1712 i32.const 1 call $~lib/string/String#split local.tee $0 - i32.store offset=92 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -19614,7 +17599,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -19622,9 +17607,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 local.get $0 i32.const 1808 call $~lib/string/String.__eq @@ -19642,17 +17624,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 15840 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2624 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 15840 i32.const 2624 i32.const 1 call $~lib/string/String#split local.tee $0 - i32.store offset=92 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -19663,7 +17639,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -19671,9 +17647,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 local.get $0 i32.const 1808 call $~lib/string/String.__eq @@ -19691,17 +17664,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 2336 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 2336 i32.const 1712 i32.const 4 call $~lib/string/String#split local.tee $0 - i32.store offset=92 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -19712,7 +17679,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -19720,9 +17687,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 local.get $4 i32.const 1808 call $~lib/string/String.__eq @@ -19732,7 +17696,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -19740,9 +17704,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13360 - i32.store offset=4 local.get $4 i32.const 13360 call $~lib/string/String.__eq @@ -19752,7 +17713,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get @@ -19760,9 +17721,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14464 - i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -19780,17 +17738,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 2336 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 2336 i32.const 1712 i32.const -1 call $~lib/string/String#split local.tee $0 - i32.store offset=92 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -19801,7 +17753,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -19809,9 +17761,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 local.get $4 i32.const 1808 call $~lib/string/String.__eq @@ -19821,7 +17770,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -19829,9 +17778,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13360 - i32.store offset=4 local.get $4 i32.const 13360 call $~lib/string/String.__eq @@ -19841,7 +17787,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get @@ -19849,9 +17795,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14464 - i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -19869,17 +17812,11 @@ end global.get $~lib/memory/__stack_pointer i32.const 15840 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2624 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 15840 i32.const 2624 i32.const -1 call $~lib/string/String#split local.tee $0 - i32.store offset=92 + i32.store offset=72 global.get $~lib/memory/__stack_pointer local.get $0 i32.store @@ -19890,7 +17827,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 0 call $~lib/array/Array<~lib/string/String>#__get @@ -19898,9 +17835,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1808 - i32.store offset=4 local.get $4 i32.const 1808 call $~lib/string/String.__eq @@ -19910,7 +17844,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 1 call $~lib/array/Array<~lib/string/String>#__get @@ -19918,9 +17852,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13360 - i32.store offset=4 local.get $4 i32.const 13360 call $~lib/string/String.__eq @@ -19930,7 +17861,7 @@ if (result i32) global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 2 call $~lib/array/Array<~lib/string/String>#__get @@ -19938,9 +17869,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14464 - i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -19963,9 +17891,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -19985,9 +17910,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store offset=4 local.get $0 i32.const 3456 call $~lib/string/String.__eq @@ -20007,9 +17929,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17792 - i32.store offset=4 local.get $0 i32.const 17792 call $~lib/string/String.__eq @@ -20029,9 +17948,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17824 - i32.store offset=4 local.get $0 i32.const 17824 call $~lib/string/String.__eq @@ -20051,9 +17967,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2400 - i32.store offset=4 local.get $0 i32.const 2400 call $~lib/string/String.__eq @@ -20073,9 +17986,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17856 - i32.store offset=4 local.get $0 i32.const 17856 call $~lib/string/String.__eq @@ -20095,9 +18005,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14000 - i32.store offset=4 local.get $0 i32.const 14000 call $~lib/string/String.__eq @@ -20117,9 +18024,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17888 - i32.store offset=4 local.get $0 i32.const 17888 call $~lib/string/String.__eq @@ -20139,9 +18043,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17920 - i32.store offset=4 local.get $0 i32.const 17920 call $~lib/string/String.__eq @@ -20161,9 +18062,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17952 - i32.store offset=4 local.get $0 i32.const 17952 call $~lib/string/String.__eq @@ -20183,9 +18081,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18000 - i32.store offset=4 local.get $0 i32.const 18000 call $~lib/string/String.__eq @@ -20205,9 +18100,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18048 - i32.store offset=4 local.get $0 i32.const 18048 call $~lib/string/String.__eq @@ -20227,9 +18119,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18096 - i32.store offset=4 local.get $0 i32.const 18096 call $~lib/string/String.__eq @@ -20249,9 +18138,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18144 - i32.store offset=4 local.get $0 i32.const 18144 call $~lib/string/String.__eq @@ -20271,9 +18157,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18192 - i32.store offset=4 local.get $0 i32.const 18192 call $~lib/string/String.__eq @@ -20293,9 +18176,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18240 - i32.store offset=4 local.get $0 i32.const 18240 call $~lib/string/String.__eq @@ -20315,9 +18195,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18288 - i32.store offset=4 local.get $0 i32.const 18288 call $~lib/string/String.__eq @@ -20337,9 +18214,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18320 - i32.store offset=4 local.get $0 i32.const 18320 call $~lib/string/String.__eq @@ -20359,9 +18233,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18352 - i32.store offset=4 local.get $0 i32.const 18352 call $~lib/string/String.__eq @@ -20381,9 +18252,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18240 - i32.store offset=4 local.get $0 i32.const 18240 call $~lib/string/String.__eq @@ -20403,9 +18271,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -20425,9 +18290,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18384 - i32.store offset=4 local.get $0 i32.const 18384 call $~lib/string/String.__eq @@ -20447,9 +18309,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18192 - i32.store offset=4 local.get $0 i32.const 18192 call $~lib/string/String.__eq @@ -20469,9 +18328,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18416 - i32.store offset=4 local.get $0 i32.const 18416 call $~lib/string/String.__eq @@ -20491,9 +18347,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18464 - i32.store offset=4 local.get $0 i32.const 18464 call $~lib/string/String.__eq @@ -20513,9 +18366,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -20535,9 +18385,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store offset=4 local.get $0 i32.const 3456 call $~lib/string/String.__eq @@ -20557,9 +18404,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17792 - i32.store offset=4 local.get $0 i32.const 17792 call $~lib/string/String.__eq @@ -20579,9 +18423,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14464 - i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -20601,9 +18442,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18512 - i32.store offset=4 local.get $0 i32.const 18512 call $~lib/string/String.__eq @@ -20623,9 +18461,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18544 - i32.store offset=4 local.get $0 i32.const 18544 call $~lib/string/String.__eq @@ -20645,9 +18480,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18576 - i32.store offset=4 local.get $0 i32.const 18576 call $~lib/string/String.__eq @@ -20667,9 +18499,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18608 - i32.store offset=4 local.get $0 i32.const 18608 call $~lib/string/String.__eq @@ -20689,9 +18518,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18640 - i32.store offset=4 local.get $0 i32.const 18640 call $~lib/string/String.__eq @@ -20711,9 +18537,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18672 - i32.store offset=4 local.get $0 i32.const 18672 call $~lib/string/String.__eq @@ -20733,9 +18556,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18704 - i32.store offset=4 local.get $0 i32.const 18704 call $~lib/string/String.__eq @@ -20755,9 +18575,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18736 - i32.store offset=4 local.get $0 i32.const 18736 call $~lib/string/String.__eq @@ -20777,9 +18594,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18784 - i32.store offset=4 local.get $0 i32.const 18784 call $~lib/string/String.__eq @@ -20799,9 +18613,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18832 - i32.store offset=4 local.get $0 i32.const 18832 call $~lib/string/String.__eq @@ -20821,9 +18632,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18880 - i32.store offset=4 local.get $0 i32.const 18880 call $~lib/string/String.__eq @@ -20843,9 +18651,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18928 - i32.store offset=4 local.get $0 i32.const 18928 call $~lib/string/String.__eq @@ -20865,9 +18670,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -20887,9 +18689,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17856 - i32.store offset=4 local.get $0 i32.const 17856 call $~lib/string/String.__eq @@ -20909,9 +18708,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18832 - i32.store offset=4 local.get $0 i32.const 18832 call $~lib/string/String.__eq @@ -20931,9 +18727,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18976 - i32.store offset=4 local.get $0 i32.const 18976 call $~lib/string/String.__eq @@ -20953,9 +18746,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19024 - i32.store offset=4 local.get $0 i32.const 19024 call $~lib/string/String.__eq @@ -20975,9 +18765,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19072 - i32.store offset=4 local.get $0 i32.const 19072 call $~lib/string/String.__eq @@ -20997,9 +18784,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19072 - i32.store offset=4 local.get $0 i32.const 19072 call $~lib/string/String.__eq @@ -21019,9 +18803,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -21041,9 +18822,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store offset=4 local.get $0 i32.const 3456 call $~lib/string/String.__eq @@ -21063,9 +18841,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 13904 - i32.store offset=4 local.get $0 i32.const 13904 call $~lib/string/String.__eq @@ -21085,9 +18860,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19120 - i32.store offset=4 local.get $0 i32.const 19120 call $~lib/string/String.__eq @@ -21107,9 +18879,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19152 - i32.store offset=4 local.get $0 i32.const 19152 call $~lib/string/String.__eq @@ -21129,9 +18898,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19184 - i32.store offset=4 local.get $0 i32.const 19184 call $~lib/string/String.__eq @@ -21151,9 +18917,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19216 - i32.store offset=4 local.get $0 i32.const 19216 call $~lib/string/String.__eq @@ -21173,9 +18936,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19248 - i32.store offset=4 local.get $0 i32.const 19248 call $~lib/string/String.__eq @@ -21195,9 +18955,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19296 - i32.store offset=4 local.get $0 i32.const 19296 call $~lib/string/String.__eq @@ -21217,9 +18974,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19376 - i32.store offset=4 local.get $0 i32.const 19376 call $~lib/string/String.__eq @@ -21239,9 +18993,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19472 - i32.store offset=4 local.get $0 i32.const 19472 call $~lib/string/String.__eq @@ -21261,9 +19012,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19568 - i32.store offset=4 local.get $0 i32.const 19568 call $~lib/string/String.__eq @@ -21283,9 +19031,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19664 - i32.store offset=4 local.get $0 i32.const 19664 call $~lib/string/String.__eq @@ -21305,9 +19050,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19760 - i32.store offset=4 local.get $0 i32.const 19760 call $~lib/string/String.__eq @@ -21327,9 +19069,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19808 - i32.store offset=4 local.get $0 i32.const 19808 call $~lib/string/String.__eq @@ -21349,9 +19088,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19872 - i32.store offset=4 local.get $0 i32.const 19872 call $~lib/string/String.__eq @@ -21371,9 +19107,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19936 - i32.store offset=4 local.get $0 i32.const 19936 call $~lib/string/String.__eq @@ -21393,9 +19126,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19984 - i32.store offset=4 local.get $0 i32.const 19984 call $~lib/string/String.__eq @@ -21415,9 +19145,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20032 - i32.store offset=4 local.get $0 i32.const 20032 call $~lib/string/String.__eq @@ -21437,9 +19164,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20080 - i32.store offset=4 local.get $0 i32.const 20080 call $~lib/string/String.__eq @@ -21459,9 +19183,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20128 - i32.store offset=4 local.get $0 i32.const 20128 call $~lib/string/String.__eq @@ -21481,9 +19202,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20176 - i32.store offset=4 local.get $0 i32.const 20176 call $~lib/string/String.__eq @@ -21503,9 +19221,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20224 - i32.store offset=4 local.get $0 i32.const 20224 call $~lib/string/String.__eq @@ -21525,9 +19240,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20272 - i32.store offset=4 local.get $0 i32.const 20272 call $~lib/string/String.__eq @@ -21547,9 +19259,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20320 - i32.store offset=4 local.get $0 i32.const 20320 call $~lib/string/String.__eq @@ -21569,9 +19278,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -21591,9 +19297,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17824 - i32.store offset=4 local.get $0 i32.const 17824 call $~lib/string/String.__eq @@ -21613,9 +19316,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2400 - i32.store offset=4 local.get $0 i32.const 2400 call $~lib/string/String.__eq @@ -21635,9 +19335,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14000 - i32.store offset=4 local.get $0 i32.const 14000 call $~lib/string/String.__eq @@ -21657,9 +19354,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17888 - i32.store offset=4 local.get $0 i32.const 17888 call $~lib/string/String.__eq @@ -21679,9 +19373,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 17920 - i32.store offset=4 local.get $0 i32.const 17920 call $~lib/string/String.__eq @@ -21701,9 +19392,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18000 - i32.store offset=4 local.get $0 i32.const 18000 call $~lib/string/String.__eq @@ -21723,9 +19411,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20368 - i32.store offset=4 local.get $0 i32.const 20368 call $~lib/string/String.__eq @@ -21745,9 +19430,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20416 - i32.store offset=4 local.get $0 i32.const 20416 call $~lib/string/String.__eq @@ -21767,9 +19449,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18464 - i32.store offset=4 local.get $0 i32.const 18464 call $~lib/string/String.__eq @@ -21789,9 +19468,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20464 - i32.store offset=4 local.get $0 i32.const 20464 call $~lib/string/String.__eq @@ -21811,9 +19487,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20512 - i32.store offset=4 local.get $0 i32.const 20512 call $~lib/string/String.__eq @@ -21833,9 +19506,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20560 - i32.store offset=4 local.get $0 i32.const 20560 call $~lib/string/String.__eq @@ -21855,9 +19525,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20608 - i32.store offset=4 local.get $0 i32.const 20608 call $~lib/string/String.__eq @@ -21877,9 +19544,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20656 - i32.store offset=4 local.get $0 i32.const 20656 call $~lib/string/String.__eq @@ -21899,9 +19563,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20704 - i32.store offset=4 local.get $0 i32.const 20704 call $~lib/string/String.__eq @@ -21921,9 +19582,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20768 - i32.store offset=4 local.get $0 i32.const 20768 call $~lib/string/String.__eq @@ -21943,9 +19601,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20832 - i32.store offset=4 local.get $0 i32.const 20832 call $~lib/string/String.__eq @@ -21965,9 +19620,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20896 - i32.store offset=4 local.get $0 i32.const 20896 call $~lib/string/String.__eq @@ -21987,9 +19639,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20960 - i32.store offset=4 local.get $0 i32.const 20960 call $~lib/string/String.__eq @@ -22009,9 +19658,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21024 - i32.store offset=4 local.get $0 i32.const 21024 call $~lib/string/String.__eq @@ -22031,9 +19677,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -22053,9 +19696,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21088 - i32.store offset=4 local.get $0 i32.const 21088 call $~lib/string/String.__eq @@ -22075,9 +19715,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18464 - i32.store offset=4 local.get $0 i32.const 18464 call $~lib/string/String.__eq @@ -22097,9 +19734,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20464 - i32.store offset=4 local.get $0 i32.const 20464 call $~lib/string/String.__eq @@ -22119,9 +19753,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21120 - i32.store offset=4 local.get $0 i32.const 21120 call $~lib/string/String.__eq @@ -22141,9 +19772,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 20512 - i32.store offset=4 local.get $0 i32.const 20512 call $~lib/string/String.__eq @@ -22163,9 +19791,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21168 - i32.store offset=4 local.get $0 i32.const 21168 call $~lib/string/String.__eq @@ -22185,9 +19810,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21216 - i32.store offset=4 local.get $0 i32.const 21216 call $~lib/string/String.__eq @@ -22207,9 +19829,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21264 - i32.store offset=4 local.get $0 i32.const 21264 call $~lib/string/String.__eq @@ -22229,9 +19848,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21328 - i32.store offset=4 local.get $0 i32.const 21328 call $~lib/string/String.__eq @@ -22251,9 +19867,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21392 - i32.store offset=4 local.get $0 i32.const 21392 call $~lib/string/String.__eq @@ -22273,9 +19886,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21456 - i32.store offset=4 local.get $0 i32.const 21456 call $~lib/string/String.__eq @@ -22295,9 +19905,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -22317,9 +19924,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store offset=4 local.get $0 i32.const 3456 call $~lib/string/String.__eq @@ -22339,9 +19943,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 14464 - i32.store offset=4 local.get $0 i32.const 14464 call $~lib/string/String.__eq @@ -22361,9 +19962,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18544 - i32.store offset=4 local.get $0 i32.const 18544 call $~lib/string/String.__eq @@ -22383,9 +19981,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 18640 - i32.store offset=4 local.get $0 i32.const 18640 call $~lib/string/String.__eq @@ -22405,9 +20000,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21520 - i32.store offset=4 local.get $0 i32.const 21520 call $~lib/string/String.__eq @@ -22427,9 +20019,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21568 - i32.store offset=4 local.get $0 i32.const 21568 call $~lib/string/String.__eq @@ -22449,9 +20038,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21616 - i32.store offset=4 local.get $0 i32.const 21616 call $~lib/string/String.__eq @@ -22471,9 +20057,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21664 - i32.store offset=4 local.get $0 i32.const 21664 call $~lib/string/String.__eq @@ -22493,9 +20076,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21712 - i32.store offset=4 local.get $0 i32.const 21712 call $~lib/string/String.__eq @@ -22515,9 +20095,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21760 - i32.store offset=4 local.get $0 i32.const 21760 call $~lib/string/String.__eq @@ -22537,9 +20114,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21824 - i32.store offset=4 local.get $0 i32.const 21824 call $~lib/string/String.__eq @@ -22559,9 +20133,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21888 - i32.store offset=4 local.get $0 i32.const 21888 call $~lib/string/String.__eq @@ -22581,9 +20152,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 21952 - i32.store offset=4 local.get $0 i32.const 21952 call $~lib/string/String.__eq @@ -22603,9 +20171,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 22016 - i32.store offset=4 local.get $0 i32.const 22016 call $~lib/string/String.__eq @@ -22625,9 +20190,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 22080 - i32.store offset=4 local.get $0 i32.const 22080 call $~lib/string/String.__eq @@ -22647,9 +20209,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 22080 - i32.store offset=4 local.get $0 i32.const 22080 call $~lib/string/String.__eq @@ -22669,9 +20228,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3392 - i32.store offset=4 local.get $0 i32.const 3392 call $~lib/string/String.__eq @@ -22691,9 +20247,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3456 - i32.store offset=4 local.get $0 i32.const 3456 call $~lib/string/String.__eq @@ -22713,9 +20266,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19120 - i32.store offset=4 local.get $0 i32.const 19120 call $~lib/string/String.__eq @@ -22735,9 +20285,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19152 - i32.store offset=4 local.get $0 i32.const 19152 call $~lib/string/String.__eq @@ -22757,9 +20304,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19216 - i32.store offset=4 local.get $0 i32.const 19216 call $~lib/string/String.__eq @@ -22779,9 +20323,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19248 - i32.store offset=4 local.get $0 i32.const 19248 call $~lib/string/String.__eq @@ -22801,9 +20342,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 19664 - i32.store offset=4 local.get $0 i32.const 19664 call $~lib/string/String.__eq @@ -22823,9 +20361,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 22144 - i32.store offset=4 local.get $0 i32.const 22144 call $~lib/string/String.__eq @@ -22845,9 +20380,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 22272 - i32.store offset=4 local.get $0 i32.const 22272 call $~lib/string/String.__eq @@ -22866,10 +20398,7 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 22432 - i32.store offset=4 + i32.store local.get $0 i32.const 22432 call $~lib/string/String.__eq @@ -22889,9 +20418,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 22528 - i32.store offset=4 local.get $0 i32.const 22528 call $~lib/string/String.__eq @@ -22911,9 +20437,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 22640 - i32.store offset=4 local.get $0 i32.const 22640 call $~lib/string/String.__eq @@ -22933,9 +20456,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 22736 - i32.store offset=4 local.get $0 i32.const 22736 call $~lib/string/String.__eq @@ -22955,9 +20475,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 22816 - i32.store offset=4 local.get $0 i32.const 22816 call $~lib/string/String.__eq @@ -22977,9 +20494,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 22880 - i32.store offset=4 local.get $0 i32.const 22880 call $~lib/string/String.__eq @@ -22999,9 +20513,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 22944 - i32.store offset=4 local.get $0 i32.const 22944 call $~lib/string/String.__eq @@ -23021,9 +20532,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 23008 - i32.store offset=4 local.get $0 i32.const 23008 call $~lib/string/String.__eq @@ -23043,9 +20551,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 23072 - i32.store offset=4 local.get $0 i32.const 23072 call $~lib/string/String.__eq @@ -23065,9 +20570,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 23136 - i32.store offset=4 local.get $0 i32.const 23136 call $~lib/string/String.__eq @@ -23087,9 +20589,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 23184 - i32.store offset=4 local.get $0 i32.const 23184 call $~lib/string/String.__eq @@ -23109,9 +20608,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 23232 - i32.store offset=4 local.get $0 i32.const 23232 call $~lib/string/String.__eq @@ -23130,9 +20626,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 23280 - i32.store offset=4 local.get $0 i32.const 23280 call $~lib/string/String.__eq @@ -23151,9 +20644,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 23280 - i32.store offset=4 local.get $0 i32.const 23280 call $~lib/string/String.__eq @@ -23172,9 +20662,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 7696 - i32.store offset=4 local.get $0 i32.const 7696 call $~lib/string/String.__eq @@ -23193,9 +20680,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 23312 - i32.store offset=4 local.get $0 i32.const 23312 call $~lib/string/String.__eq @@ -23214,9 +20698,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 8960 - i32.store offset=4 local.get $0 i32.const 8960 call $~lib/string/String.__eq @@ -23235,9 +20716,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 8176 - i32.store offset=4 local.get $0 i32.const 8176 call $~lib/string/String.__eq @@ -23256,9 +20734,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 24336 - i32.store offset=4 local.get $0 i32.const 24336 call $~lib/string/String.__eq @@ -23277,9 +20752,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 8240 - i32.store offset=4 local.get $0 i32.const 8240 call $~lib/string/String.__eq @@ -23298,9 +20770,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 24400 - i32.store offset=4 local.get $0 i32.const 24400 call $~lib/string/String.__eq @@ -23319,9 +20788,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 24480 - i32.store offset=4 local.get $0 i32.const 24480 call $~lib/string/String.__eq @@ -23340,9 +20806,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 24528 - i32.store offset=4 local.get $0 i32.const 24528 call $~lib/string/String.__eq @@ -23361,9 +20824,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 24576 - i32.store offset=4 local.get $0 i32.const 24576 call $~lib/string/String.__eq @@ -23382,9 +20842,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 24624 - i32.store offset=4 local.get $0 i32.const 24624 call $~lib/string/String.__eq @@ -23403,9 +20860,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 24672 - i32.store offset=4 local.get $0 i32.const 24672 call $~lib/string/String.__eq @@ -23424,9 +20878,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 24736 - i32.store offset=4 local.get $0 i32.const 24736 call $~lib/string/String.__eq @@ -23445,9 +20896,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 24816 - i32.store offset=4 local.get $0 i32.const 24816 call $~lib/string/String.__eq @@ -23466,9 +20914,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 24864 - i32.store offset=4 local.get $0 i32.const 24864 call $~lib/string/String.__eq @@ -23487,9 +20932,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 24928 - i32.store offset=4 local.get $0 i32.const 24928 call $~lib/string/String.__eq @@ -23508,9 +20950,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 24992 - i32.store offset=4 local.get $0 i32.const 24992 call $~lib/string/String.__eq @@ -23529,9 +20968,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 8320 - i32.store offset=4 local.get $0 i32.const 8320 call $~lib/string/String.__eq @@ -23550,9 +20986,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25056 - i32.store offset=4 local.get $0 i32.const 25056 call $~lib/string/String.__eq @@ -23571,9 +21004,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 5280 - i32.store offset=4 local.get $0 i32.const 5280 call $~lib/string/String.__eq @@ -23592,9 +21022,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25088 - i32.store offset=4 local.get $0 i32.const 25088 call $~lib/string/String.__eq @@ -23613,9 +21040,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25120 - i32.store offset=4 local.get $0 i32.const 25120 call $~lib/string/String.__eq @@ -23634,9 +21058,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25152 - i32.store offset=4 local.get $0 i32.const 25152 call $~lib/string/String.__eq @@ -23655,9 +21076,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25200 - i32.store offset=4 local.get $0 i32.const 25200 call $~lib/string/String.__eq @@ -23676,9 +21094,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25248 - i32.store offset=4 local.get $0 i32.const 25248 call $~lib/string/String.__eq @@ -23697,9 +21112,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25296 - i32.store offset=4 local.get $0 i32.const 25296 call $~lib/string/String.__eq @@ -23718,9 +21130,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25344 - i32.store offset=4 local.get $0 i32.const 25344 call $~lib/string/String.__eq @@ -23739,9 +21148,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25392 - i32.store offset=4 local.get $0 i32.const 25392 call $~lib/string/String.__eq @@ -23760,9 +21166,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 5568 - i32.store offset=4 local.get $0 i32.const 5568 call $~lib/string/String.__eq @@ -23781,9 +21184,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25424 - i32.store offset=4 local.get $0 i32.const 25424 call $~lib/string/String.__eq @@ -23802,9 +21202,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 23312 - i32.store offset=4 local.get $0 i32.const 23312 call $~lib/string/String.__eq @@ -23823,9 +21220,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 8960 - i32.store offset=4 local.get $0 i32.const 8960 call $~lib/string/String.__eq @@ -23844,9 +21238,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25472 - i32.store offset=4 local.get $0 i32.const 25472 call $~lib/string/String.__eq @@ -23865,9 +21256,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25504 - i32.store offset=4 local.get $0 i32.const 25504 call $~lib/string/String.__eq @@ -23886,9 +21274,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25552 - i32.store offset=4 local.get $0 i32.const 25552 call $~lib/string/String.__eq @@ -23907,9 +21292,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25584 - i32.store offset=4 local.get $0 i32.const 25584 call $~lib/string/String.__eq @@ -23928,9 +21310,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 23280 - i32.store offset=4 local.get $0 i32.const 23280 call $~lib/string/String.__eq @@ -23977,9 +21356,6 @@ global.get $~lib/memory/__stack_pointer local.get $4 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25632 - i32.store offset=4 local.get $4 i32.const 25632 call $~lib/string/String.__eq @@ -23998,9 +21374,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25680 - i32.store offset=4 local.get $0 i32.const 25680 call $~lib/string/String.__eq @@ -24019,9 +21392,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25744 - i32.store offset=4 local.get $0 i32.const 25744 call $~lib/string/String.__eq @@ -24040,9 +21410,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25808 - i32.store offset=4 local.get $0 i32.const 25808 call $~lib/string/String.__eq @@ -24061,9 +21428,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25056 - i32.store offset=4 local.get $0 i32.const 25056 call $~lib/string/String.__eq @@ -24082,9 +21446,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25872 - i32.store offset=4 local.get $0 i32.const 25872 call $~lib/string/String.__eq @@ -24103,9 +21464,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25904 - i32.store offset=4 local.get $0 i32.const 25904 call $~lib/string/String.__eq @@ -24124,9 +21482,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 25968 - i32.store offset=4 local.get $0 i32.const 25968 call $~lib/string/String.__eq @@ -24145,9 +21500,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 26048 - i32.store offset=4 local.get $0 i32.const 26048 call $~lib/string/String.__eq @@ -24166,9 +21518,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 26096 - i32.store offset=4 local.get $0 i32.const 26096 call $~lib/string/String.__eq @@ -24187,9 +21536,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 26144 - i32.store offset=4 local.get $0 i32.const 26144 call $~lib/string/String.__eq @@ -24208,9 +21554,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 26192 - i32.store offset=4 local.get $0 i32.const 26192 call $~lib/string/String.__eq @@ -24229,9 +21572,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 26240 - i32.store offset=4 local.get $0 i32.const 26240 call $~lib/string/String.__eq @@ -24250,9 +21590,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 26288 - i32.store offset=4 local.get $0 i32.const 26288 call $~lib/string/String.__eq @@ -24271,9 +21608,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 26336 - i32.store offset=4 local.get $0 i32.const 26336 call $~lib/string/String.__eq @@ -24286,12 +21620,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 26384 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 26416 - i32.store offset=12 i32.const 26384 i32.const 26416 call $~lib/string/String#concat @@ -24299,9 +21627,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 26448 - i32.store offset=4 local.get $0 i32.const 26448 call $~lib/string/String.__eq @@ -24314,12 +21639,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 26496 - i32.store offset=12 i32.const 1712 i32.const 26496 call $~lib/string/String#concat @@ -24327,9 +21646,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 26496 - i32.store offset=4 local.get $0 i32.const 26496 call $~lib/string/String.__eq @@ -24342,12 +21658,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 26496 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=12 i32.const 26496 i32.const 1712 call $~lib/string/String#concat @@ -24355,9 +21665,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 26496 - i32.store offset=4 local.get $0 i32.const 26496 call $~lib/string/String.__eq @@ -24370,12 +21677,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=12 i32.const 1712 i32.const 1712 call $~lib/string/String#concat @@ -24383,9 +21684,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1712 - i32.store offset=4 local.get $0 i32.const 1712 call $~lib/string/String.__eq @@ -24398,12 +21696,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 26528 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 26528 - i32.store offset=4 i32.const 26528 i32.const 26528 call $~lib/string/String.__eq @@ -24416,12 +21708,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 26528 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 26528 - i32.store offset=4 i32.const 26528 i32.const 26528 call $~lib/string/String.__eq @@ -24434,12 +21720,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 26560 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 26560 - i32.store offset=4 i32.const 26560 i32.const 26560 call $~lib/string/String.__eq @@ -24452,12 +21732,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 26592 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 26592 - i32.store offset=4 i32.const 26592 i32.const 26592 call $~lib/string/String.__eq @@ -24508,7 +21782,7 @@ i32.add global.set $~lib/rt/itcms/threshold global.get $~lib/memory/__stack_pointer - i32.const 96 + i32.const 76 i32.add global.set $~lib/memory/__stack_pointer return diff --git a/tests/compiler/std/symbol.debug.wat b/tests/compiler/std/symbol.debug.wat index a6cb7d2d76..9baedf249c 100644 --- a/tests/compiler/std/symbol.debug.wat +++ b/tests/compiler/std/symbol.debug.wat @@ -4913,14 +4913,16 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 local.get $this local.set $id global.get $~lib/memory/__stack_pointer @@ -5085,16 +5087,11 @@ br $break|0 end i32.const 1392 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=12 - local.get $4 local.get $str local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=16 + i32.store offset=8 local.get $4 call $~lib/string/String.__concat local.set $4 @@ -5103,15 +5100,10 @@ i32.store offset=4 local.get $4 i32.const 1440 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=8 - local.get $4 call $~lib/string/String.__concat local.set $4 global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer local.get $4 @@ -5133,19 +5125,9 @@ i64.const 0 i64.store offset=8 i32.const 32 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store - local.get $2 call $~lib/symbol/Symbol global.set $std/symbol/sym1 i32.const 32 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store - local.get $2 call $~lib/symbol/Symbol global.set $std/symbol/sym2 global.get $std/symbol/sym1 @@ -5184,19 +5166,9 @@ call $"~lib/map/Map#constructor" global.set $~lib/symbol/idToString i32.const 32 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store - local.get $2 call $~lib/symbol/_Symbol.for global.set $std/symbol/sym3 i32.const 32 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store - local.get $2 call $~lib/symbol/_Symbol.for global.set $std/symbol/sym4 global.get $std/symbol/sym3 @@ -5292,11 +5264,6 @@ i32.store local.get $2 i32.const 32 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=12 - local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5338,11 +5305,6 @@ i32.store local.get $2 i32.const 1472 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=12 - local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5361,11 +5323,6 @@ i32.store local.get $2 i32.const 1520 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=12 - local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5388,11 +5345,6 @@ i32.store local.get $2 i32.const 1568 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=12 - local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5411,11 +5363,6 @@ i32.store local.get $2 i32.const 1632 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=12 - local.get $2 call $~lib/string/String.__eq i32.eqz if diff --git a/tests/compiler/std/symbol.release.wat b/tests/compiler/std/symbol.release.wat index 51197770e1..39b4ead273 100644 --- a/tests/compiler/std/symbol.release.wat +++ b/tests/compiler/std/symbol.release.wat @@ -3571,7 +3571,7 @@ (local $1 i32) (local $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -3586,9 +3586,11 @@ unreachable end global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 i32.const 1888 local.set $1 global.get $~lib/memory/__stack_pointer @@ -3715,11 +3717,8 @@ end end global.get $~lib/memory/__stack_pointer - i32.const 2416 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=16 + i32.store offset=8 i32.const 2416 local.get $1 call $~lib/string/String.__concat @@ -3727,14 +3726,11 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 2464 - i32.store offset=8 local.get $0 i32.const 2464 call $~lib/string/String.__concat global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -3756,9 +3752,6 @@ global.get $~lib/memory/__stack_pointer i64.const 0 i64.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store global.get $~lib/symbol/nextId local.tee $0 i32.const 1 @@ -3771,9 +3764,6 @@ end local.get $0 global.set $std/symbol/sym1 - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store global.get $~lib/symbol/nextId local.tee $0 i32.const 1 @@ -3993,14 +3983,8 @@ global.set $~lib/memory/__stack_pointer local.get $0 global.set $~lib/symbol/idToString - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store call $~lib/symbol/_Symbol.for global.set $std/symbol/sym3 - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store call $~lib/symbol/_Symbol.for global.set $std/symbol/sym4 global.get $std/symbol/sym3 @@ -4090,9 +4074,6 @@ global.get $std/symbol/key3 local.tee $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=12 local.get $0 i32.const 1056 call $~lib/string/String.__eq @@ -4141,9 +4122,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2496 - i32.store offset=12 local.get $0 i32.const 2496 call $~lib/string/String.__eq @@ -4162,9 +4140,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2544 - i32.store offset=12 local.get $0 i32.const 2544 call $~lib/string/String.__eq @@ -4185,9 +4160,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2592 - i32.store offset=12 local.get $0 i32.const 2592 call $~lib/string/String.__eq @@ -4206,9 +4178,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2656 - i32.store offset=12 local.get $0 i32.const 2656 call $~lib/string/String.__eq diff --git a/tests/compiler/std/trace.debug.wat b/tests/compiler/std/trace.debug.wat index ae9613a4d7..61282af2bd 100644 --- a/tests/compiler/std/trace.debug.wat +++ b/tests/compiler/std/trace.debug.wat @@ -1,9 +1,7 @@ (module (type $0 (func)) (type $1 (func (param i32 i32 f64 f64 f64 f64 f64))) - (type $2 (func (param i32 i32 i32 i32))) (import "env" "trace" (func $~lib/builtins/trace (param i32 i32 f64 f64 f64 f64 f64))) - (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $~lib/memory/__data_end i32 (i32.const 396)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33164)) (global $~lib/memory/__heap_base i32 (i32.const 33164)) @@ -21,44 +19,8 @@ (elem $0 (i32.const 1)) (export "memory" (memory $0)) (export "_start" (func $~start)) - (func $~start - global.get $~started - if - return - end - i32.const 1 - global.set $~started - call $start:std/trace - ) - (func $~stack_check - global.get $~lib/memory/__stack_pointer - global.get $~lib/memory/__data_end - i32.lt_s - if - i32.const 33184 - i32.const 33232 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - ) (func $start:std/trace - (local $0 i32) - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - call $~stack_check - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 0 f64.const 0 f64.const 0 @@ -67,11 +29,6 @@ f64.const 0 call $~lib/builtins/trace i32.const 80 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 0 f64.const 0 f64.const 0 @@ -80,11 +37,6 @@ f64.const 0 call $~lib/builtins/trace i32.const 128 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 1 f64.const 1 f64.const 0 @@ -93,11 +45,6 @@ f64.const 0 call $~lib/builtins/trace i32.const 176 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 2 f64.const 1 f64.const 2 @@ -106,11 +53,6 @@ f64.const 0 call $~lib/builtins/trace i32.const 224 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 3 f64.const 1 f64.const 2 @@ -119,11 +61,6 @@ f64.const 0 call $~lib/builtins/trace i32.const 272 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 4 f64.const 1 f64.const 2 @@ -132,11 +69,6 @@ f64.const 0 call $~lib/builtins/trace i32.const 320 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 5 f64.const 1 f64.const 2 @@ -145,11 +77,6 @@ f64.const 5 call $~lib/builtins/trace i32.const 368 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 5 f64.const 1.1 f64.const 2.2 @@ -157,9 +84,14 @@ f64.const 4.4 f64.const 5.5 call $~lib/builtins/trace - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer + ) + (func $~start + global.get $~started + if + return + end + i32.const 1 + global.set $~started + call $start:std/trace ) ) diff --git a/tests/compiler/std/trace.release.wat b/tests/compiler/std/trace.release.wat index b78ea677ee..bf6eec49ce 100644 --- a/tests/compiler/std/trace.release.wat +++ b/tests/compiler/std/trace.release.wat @@ -1,10 +1,7 @@ (module (type $0 (func (param i32 i32 f64 f64 f64 f64 f64))) (type $1 (func)) - (type $2 (func (param i32 i32 i32 i32))) (import "env" "trace" (func $~lib/builtins/trace (param i32 i32 f64 f64 f64 f64 f64))) - (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34188)) (global $~started (mut i32) (i32.const 0)) (memory $0 1) (data $0 (i32.const 1036) ",") @@ -32,27 +29,6 @@ end i32.const 1 global.set $~started - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1420 - i32.lt_s - if - i32.const 34208 - i32.const 34256 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store i32.const 1056 i32.const 0 f64.const 0 @@ -61,9 +37,6 @@ f64.const 0 f64.const 0 call $~lib/builtins/trace - global.get $~lib/memory/__stack_pointer - i32.const 1104 - i32.store i32.const 1104 i32.const 0 f64.const 0 @@ -72,9 +45,6 @@ f64.const 0 f64.const 0 call $~lib/builtins/trace - global.get $~lib/memory/__stack_pointer - i32.const 1152 - i32.store i32.const 1152 i32.const 1 f64.const 1 @@ -83,9 +53,6 @@ f64.const 0 f64.const 0 call $~lib/builtins/trace - global.get $~lib/memory/__stack_pointer - i32.const 1200 - i32.store i32.const 1200 i32.const 2 f64.const 1 @@ -94,9 +61,6 @@ f64.const 0 f64.const 0 call $~lib/builtins/trace - global.get $~lib/memory/__stack_pointer - i32.const 1248 - i32.store i32.const 1248 i32.const 3 f64.const 1 @@ -105,9 +69,6 @@ f64.const 0 f64.const 0 call $~lib/builtins/trace - global.get $~lib/memory/__stack_pointer - i32.const 1296 - i32.store i32.const 1296 i32.const 4 f64.const 1 @@ -116,9 +77,6 @@ f64.const 4 f64.const 0 call $~lib/builtins/trace - global.get $~lib/memory/__stack_pointer - i32.const 1344 - i32.store i32.const 1344 i32.const 5 f64.const 1 @@ -127,9 +85,6 @@ f64.const 4 f64.const 5 call $~lib/builtins/trace - global.get $~lib/memory/__stack_pointer - i32.const 1392 - i32.store i32.const 1392 i32.const 5 f64.const 1.1 @@ -138,9 +93,5 @@ f64.const 4.4 f64.const 5.5 call $~lib/builtins/trace - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer ) ) diff --git a/tests/compiler/std/typedarray.debug.wat b/tests/compiler/std/typedarray.debug.wat index ecf75231bf..9b7671a355 100644 --- a/tests/compiler/std/typedarray.debug.wat +++ b/tests/compiler/std/typedarray.debug.wat @@ -57229,13 +57229,13 @@ (func $~lib/typedarray/Int8Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -57243,15 +57243,10 @@ i32.store local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/typedarray/Int8Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -57261,14 +57256,16 @@ (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 @@ -57326,14 +57323,9 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=16 - local.get $1 call $~lib/typedarray/Int8Array#join local.set $1 global.get $~lib/memory/__stack_pointer @@ -57341,11 +57333,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -57360,7 +57347,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int8Array#toString local.set $1 @@ -57369,11 +57356,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -57385,7 +57367,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -57610,13 +57592,13 @@ (func $~lib/typedarray/Uint8Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -57624,15 +57606,10 @@ i32.store local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/typedarray/Uint8Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -57642,14 +57619,16 @@ (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 @@ -57707,14 +57686,9 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=16 - local.get $1 call $~lib/typedarray/Uint8Array#join local.set $1 global.get $~lib/memory/__stack_pointer @@ -57722,11 +57696,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -57741,7 +57710,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 call $~lib/typedarray/Uint8Array#toString local.set $1 @@ -57750,11 +57719,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -57766,7 +57730,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -57812,13 +57776,13 @@ (func $~lib/typedarray/Uint8ClampedArray#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -57826,15 +57790,10 @@ i32.store local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/typedarray/Uint8ClampedArray#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -57844,14 +57803,16 @@ (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 @@ -57909,14 +57870,9 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=16 - local.get $1 call $~lib/typedarray/Uint8ClampedArray#join local.set $1 global.get $~lib/memory/__stack_pointer @@ -57924,11 +57880,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -57943,7 +57894,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 call $~lib/typedarray/Uint8ClampedArray#toString local.set $1 @@ -57952,11 +57903,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -57968,7 +57914,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -58193,13 +58139,13 @@ (func $~lib/typedarray/Int16Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -58207,15 +58153,10 @@ i32.store local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/typedarray/Int16Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -58225,14 +58166,16 @@ (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 @@ -58290,14 +58233,9 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=16 - local.get $1 call $~lib/typedarray/Int16Array#join local.set $1 global.get $~lib/memory/__stack_pointer @@ -58305,11 +58243,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -58324,7 +58257,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int16Array#toString local.set $1 @@ -58333,11 +58266,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -58349,7 +58277,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -58574,13 +58502,13 @@ (func $~lib/typedarray/Uint16Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -58588,15 +58516,10 @@ i32.store local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/typedarray/Uint16Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -58606,14 +58529,16 @@ (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 @@ -58671,14 +58596,9 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=16 - local.get $1 call $~lib/typedarray/Uint16Array#join local.set $1 global.get $~lib/memory/__stack_pointer @@ -58686,11 +58606,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -58705,7 +58620,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 call $~lib/typedarray/Uint16Array#toString local.set $1 @@ -58714,11 +58629,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -58730,7 +58640,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -58955,13 +58865,13 @@ (func $~lib/typedarray/Int32Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -58969,15 +58879,10 @@ i32.store local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/typedarray/Int32Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -58987,14 +58892,16 @@ (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 @@ -59052,14 +58959,9 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=16 - local.get $1 call $~lib/typedarray/Int32Array#join local.set $1 global.get $~lib/memory/__stack_pointer @@ -59067,11 +58969,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -59086,7 +58983,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int32Array#toString local.set $1 @@ -59095,11 +58992,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -59111,7 +59003,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -59336,29 +59228,24 @@ (func $~lib/typedarray/Uint32Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - local.get $this - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 + i32.const 0 i32.store - local.get $1 - i32.const 8560 + local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=4 + i32.store local.get $1 + i32.const 8560 call $~lib/typedarray/Uint32Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -59368,14 +59255,16 @@ (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 @@ -59433,14 +59322,9 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=16 - local.get $1 call $~lib/typedarray/Uint32Array#join local.set $1 global.get $~lib/memory/__stack_pointer @@ -59448,11 +59332,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -59467,7 +59346,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 call $~lib/typedarray/Uint32Array#toString local.set $1 @@ -59476,11 +59355,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -59492,7 +59366,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -59719,13 +59593,13 @@ (func $~lib/typedarray/Int64Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -59733,15 +59607,10 @@ i32.store local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/typedarray/Int64Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -59751,14 +59620,16 @@ (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 @@ -59816,14 +59687,9 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=16 - local.get $1 call $~lib/typedarray/Int64Array#join local.set $1 global.get $~lib/memory/__stack_pointer @@ -59831,11 +59697,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -59850,7 +59711,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 call $~lib/typedarray/Int64Array#toString local.set $1 @@ -59859,11 +59720,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -59875,7 +59731,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -60100,13 +59956,13 @@ (func $~lib/typedarray/Uint64Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -60114,15 +59970,10 @@ i32.store local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/typedarray/Uint64Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -60132,14 +59983,16 @@ (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 @@ -60197,14 +60050,9 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=16 - local.get $1 call $~lib/typedarray/Uint64Array#join local.set $1 global.get $~lib/memory/__stack_pointer @@ -60212,11 +60060,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -60231,7 +60074,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 call $~lib/typedarray/Uint64Array#toString local.set $1 @@ -60240,11 +60083,6 @@ i32.store offset=4 local.get $1 i32.const 8592 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -60256,7 +60094,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -60471,13 +60309,13 @@ (func $~lib/typedarray/Float32Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -60485,15 +60323,10 @@ i32.store local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/typedarray/Float32Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -60503,14 +60336,16 @@ (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 @@ -60568,14 +60403,9 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=16 - local.get $1 call $~lib/typedarray/Float32Array#join local.set $1 global.get $~lib/memory/__stack_pointer @@ -60583,11 +60413,6 @@ i32.store offset=4 local.get $1 i32.const 9776 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -60602,7 +60427,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 call $~lib/typedarray/Float32Array#toString local.set $1 @@ -60611,11 +60436,6 @@ i32.store offset=4 local.get $1 i32.const 9776 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -60627,7 +60447,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -60842,13 +60662,13 @@ (func $~lib/typedarray/Float64Array#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store local.get $this local.set $1 global.get $~lib/memory/__stack_pointer @@ -60856,15 +60676,10 @@ i32.store local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 call $~lib/typedarray/Float64Array#join local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -60874,14 +60689,16 @@ (local $array i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 5 @@ -60939,14 +60756,9 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 i32.const 8560 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=16 - local.get $1 call $~lib/typedarray/Float64Array#join local.set $1 global.get $~lib/memory/__stack_pointer @@ -60954,11 +60766,6 @@ i32.store offset=4 local.get $1 i32.const 9776 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -60973,7 +60780,7 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $1 call $~lib/typedarray/Float64Array#toString local.set $1 @@ -60982,11 +60789,6 @@ i32.store offset=4 local.get $1 i32.const 9776 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=8 - local.get $1 call $~lib/string/String.__eq i32.eqz if @@ -60998,7 +60800,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer ) @@ -65247,11 +65049,6 @@ i32.ne if i32.const 10320 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store - local.get $6 i32.const 3 local.get $i f64.convert_i32_s @@ -66690,11 +66487,6 @@ i32.ne if i32.const 10528 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store - local.get $6 i32.const 3 local.get $i f64.convert_i32_s @@ -68047,11 +67839,6 @@ i32.ne if i32.const 10736 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store - local.get $6 i32.const 3 local.get $i f64.convert_i32_s @@ -69539,11 +69326,6 @@ i32.ne if i32.const 10976 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store - local.get $6 i32.const 3 local.get $i f64.convert_i32_s @@ -70966,11 +70748,6 @@ i32.ne if i32.const 11264 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store - local.get $6 i32.const 3 local.get $i f64.convert_i32_s @@ -72336,11 +72113,6 @@ i32.ne if i32.const 11568 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store - local.get $6 i32.const 3 local.get $i f64.convert_i32_s @@ -73763,11 +73535,6 @@ i32.ne if i32.const 11936 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store - local.get $6 i32.const 3 local.get $i f64.convert_i32_s @@ -75225,11 +74992,6 @@ i64.ne if i32.const 12352 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store - local.get $6 i32.const 3 local.get $i f64.convert_i32_s @@ -76657,11 +76419,6 @@ i64.ne if i32.const 12960 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store - local.get $6 i32.const 3 local.get $i f64.convert_i32_s @@ -78064,11 +77821,6 @@ f32.ne if i32.const 13520 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store - local.get $6 i32.const 3 local.get $i f64.convert_i32_s @@ -79287,11 +79039,6 @@ f64.ne if i32.const 13872 - local.set $6 - global.get $~lib/memory/__stack_pointer - local.get $6 - i32.store - local.get $6 i32.const 3 local.get $i f64.convert_i32_s diff --git a/tests/compiler/std/typedarray.release.wat b/tests/compiler/std/typedarray.release.wat index 9270604b3c..8dd3afe263 100644 --- a/tests/compiler/std/typedarray.release.wat +++ b/tests/compiler/std/typedarray.release.wat @@ -35797,7 +35797,7 @@ ) (func $~lib/typedarray/Uint8Array#toString (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -35812,18 +35812,15 @@ unreachable end global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=4 local.get $0 call $~lib/typedarray/Uint8Array#join global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -40491,9 +40488,6 @@ local.get $5 i32.ne if - global.get $~lib/memory/__stack_pointer - i32.const 11344 - i32.store i32.const 11344 i32.const 3 local.get $2 @@ -41397,9 +41391,6 @@ local.get $4 i32.ne if - global.get $~lib/memory/__stack_pointer - i32.const 11552 - i32.store i32.const 11552 i32.const 3 local.get $2 @@ -41933,9 +41924,6 @@ local.get $4 i32.ne if - global.get $~lib/memory/__stack_pointer - i32.const 11760 - i32.store i32.const 11760 i32.const 3 local.get $2 @@ -43022,9 +43010,6 @@ local.get $4 i32.ne if - global.get $~lib/memory/__stack_pointer - i32.const 12000 - i32.store i32.const 12000 i32.const 3 local.get $2 @@ -43956,9 +43941,6 @@ local.get $4 i32.ne if - global.get $~lib/memory/__stack_pointer - i32.const 12288 - i32.store i32.const 12288 i32.const 3 local.get $2 @@ -44612,9 +44594,6 @@ local.get $4 i32.ne if - global.get $~lib/memory/__stack_pointer - i32.const 12592 - i32.store i32.const 12592 i32.const 3 local.get $2 @@ -45574,9 +45553,6 @@ local.get $4 i32.ne if - global.get $~lib/memory/__stack_pointer - i32.const 12960 - i32.store i32.const 12960 i32.const 3 local.get $2 @@ -46247,9 +46223,6 @@ local.get $4 i64.ne if - global.get $~lib/memory/__stack_pointer - i32.const 13376 - i32.store i32.const 13376 i32.const 3 local.get $2 @@ -47182,9 +47155,6 @@ local.get $4 i64.ne if - global.get $~lib/memory/__stack_pointer - i32.const 13984 - i32.store i32.const 13984 i32.const 3 local.get $2 @@ -47757,9 +47727,6 @@ local.get $4 f32.ne if - global.get $~lib/memory/__stack_pointer - i32.const 14544 - i32.store i32.const 14544 i32.const 3 local.get $2 @@ -48515,9 +48482,6 @@ local.get $4 f64.ne if - global.get $~lib/memory/__stack_pointer - i32.const 14896 - i32.store i32.const 14896 i32.const 3 local.get $2 @@ -53542,15 +53506,15 @@ i32.const 124 i32.sub global.set $~lib/memory/__stack_pointer - block $folding-inner25 - block $folding-inner24 - block $folding-inner23 - block $folding-inner22 - block $folding-inner21 - block $folding-inner20 - block $folding-inner19 - block $folding-inner18 - block $folding-inner17 + block $folding-inner23 + block $folding-inner22 + block $folding-inner21 + block $folding-inner20 + block $folding-inner19 + block $folding-inner18 + block $folding-inner17 + block $folding-inner16 + block $folding-inner15 block $folding-inner13 block $folding-inner12 block $folding-inner11 @@ -53565,7 +53529,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 124 @@ -55831,7 +55795,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -55877,7 +55841,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -55941,7 +55905,7 @@ i32.and i32.const 6 i32.ne - br_if $folding-inner18 + br_if $folding-inner20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -55953,7 +55917,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -55999,7 +55963,7 @@ i32.and i32.const 6 i32.ne - br_if $folding-inner18 + br_if $folding-inner20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -56011,7 +55975,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -56057,7 +56021,7 @@ i32.and i32.const 6 i32.ne - br_if $folding-inner18 + br_if $folding-inner20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -56071,7 +56035,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -56117,7 +56081,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -56185,7 +56149,7 @@ i32.and i32.const 6 i32.ne - br_if $folding-inner18 + br_if $folding-inner20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -56199,7 +56163,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -56245,7 +56209,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -56313,7 +56277,7 @@ i32.and i32.const 6 i32.ne - br_if $folding-inner18 + br_if $folding-inner20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -56327,7 +56291,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -56373,7 +56337,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -56439,7 +56403,7 @@ local.get $1 i32.const 6 i32.ne - br_if $folding-inner18 + br_if $folding-inner20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -56453,7 +56417,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -56499,7 +56463,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -56565,7 +56529,7 @@ local.get $1 i32.const 6 i32.ne - br_if $folding-inner18 + br_if $folding-inner20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -56579,7 +56543,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -56625,7 +56589,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -56689,7 +56653,7 @@ local.get $3 i64.const 6 i64.ne - br_if $folding-inner18 + br_if $folding-inner20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -56705,7 +56669,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -56751,7 +56715,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -56815,7 +56779,7 @@ local.get $3 i64.const 6 i64.ne - br_if $folding-inner18 + br_if $folding-inner20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -56829,7 +56793,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -56875,7 +56839,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -56939,7 +56903,7 @@ local.get $4 f32.const 6 f32.ne - br_if $folding-inner18 + br_if $folding-inner20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -56953,7 +56917,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -56999,7 +56963,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -57063,7 +57027,7 @@ local.get $5 f64.const 6 f64.ne - br_if $folding-inner18 + br_if $folding-inner20 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -57075,7 +57039,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -57143,7 +57107,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -57211,7 +57175,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -57279,7 +57243,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -57347,7 +57311,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -57415,7 +57379,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -57483,7 +57447,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -57551,7 +57515,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -57619,7 +57583,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -57687,7 +57651,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -57755,7 +57719,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -57823,7 +57787,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -57869,7 +57833,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -57937,7 +57901,7 @@ i32.and i32.const 6 i32.ne - br_if $folding-inner20 + br_if $folding-inner22 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -57949,7 +57913,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -57995,7 +57959,7 @@ i32.and i32.const 6 i32.ne - br_if $folding-inner20 + br_if $folding-inner22 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -58007,7 +57971,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -58053,7 +58017,7 @@ i32.and i32.const 6 i32.ne - br_if $folding-inner20 + br_if $folding-inner22 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -58065,7 +58029,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -58111,7 +58075,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -58181,7 +58145,7 @@ i32.and i32.const 6 i32.ne - br_if $folding-inner20 + br_if $folding-inner22 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -58193,7 +58157,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -58239,7 +58203,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -58309,7 +58273,7 @@ i32.and i32.const 6 i32.ne - br_if $folding-inner20 + br_if $folding-inner22 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -58321,7 +58285,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -58367,7 +58331,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -58435,7 +58399,7 @@ local.get $1 i32.const 6 i32.ne - br_if $folding-inner20 + br_if $folding-inner22 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -58447,7 +58411,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -58493,7 +58457,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -58561,7 +58525,7 @@ local.get $1 i32.const 6 i32.ne - br_if $folding-inner20 + br_if $folding-inner22 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -58575,7 +58539,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -58621,7 +58585,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -58687,7 +58651,7 @@ local.get $3 i64.const 6 i64.ne - br_if $folding-inner20 + br_if $folding-inner22 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -58701,7 +58665,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -58747,7 +58711,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -58813,7 +58777,7 @@ local.get $3 i64.const 6 i64.ne - br_if $folding-inner20 + br_if $folding-inner22 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -58827,7 +58791,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -58873,7 +58837,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -58939,7 +58903,7 @@ local.get $4 f32.const 6 f32.ne - br_if $folding-inner20 + br_if $folding-inner22 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -58953,7 +58917,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -58999,7 +58963,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -59065,7 +59029,7 @@ local.get $5 f64.const 6 f64.ne - br_if $folding-inner20 + br_if $folding-inner22 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -59099,7 +59063,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -59164,7 +59128,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -59229,7 +59193,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -59294,7 +59258,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -59359,7 +59323,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -59424,7 +59388,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -59489,7 +59453,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -59554,7 +59518,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -59619,7 +59583,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -59684,7 +59648,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -59749,7 +59713,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -59814,7 +59778,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -59882,7 +59846,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -59950,7 +59914,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -60018,7 +59982,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -60086,7 +60050,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -60154,7 +60118,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -60222,7 +60186,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -60290,7 +60254,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -60358,7 +60322,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -60426,7 +60390,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -60494,7 +60458,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -60562,7 +60526,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -60630,7 +60594,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -60698,7 +60662,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -60766,7 +60730,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -60834,7 +60798,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -60902,7 +60866,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -60970,7 +60934,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -61038,7 +61002,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -61106,7 +61070,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -61174,7 +61138,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -61242,7 +61206,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -61310,7 +61274,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -61375,7 +61339,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -61440,7 +61404,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -61505,7 +61469,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -61570,7 +61534,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -61635,7 +61599,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -61700,7 +61664,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -61765,7 +61729,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -61830,7 +61794,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -61895,7 +61859,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -61960,7 +61924,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -62027,7 +61991,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -62095,7 +62059,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -62153,7 +62117,7 @@ global.get $std/typedarray/forEachCallCount i32.const 3 i32.ne - br_if $folding-inner21 + br_if $folding-inner23 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -62165,7 +62129,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -62235,7 +62199,7 @@ global.get $std/typedarray/forEachCallCount i32.const 3 i32.ne - br_if $folding-inner21 + br_if $folding-inner23 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -62247,7 +62211,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -62317,7 +62281,7 @@ global.get $std/typedarray/forEachCallCount i32.const 3 i32.ne - br_if $folding-inner21 + br_if $folding-inner23 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -62331,7 +62295,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -62399,7 +62363,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -62459,7 +62423,7 @@ global.get $std/typedarray/forEachCallCount i32.const 3 i32.ne - br_if $folding-inner21 + br_if $folding-inner23 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -62473,7 +62437,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -62544,7 +62508,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -62604,7 +62568,7 @@ global.get $std/typedarray/forEachCallCount i32.const 3 i32.ne - br_if $folding-inner21 + br_if $folding-inner23 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -62618,7 +62582,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -62683,7 +62647,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -62743,7 +62707,7 @@ global.get $std/typedarray/forEachCallCount i32.const 3 i32.ne - br_if $folding-inner21 + br_if $folding-inner23 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -62757,7 +62721,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -62822,7 +62786,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -62882,7 +62846,7 @@ global.get $std/typedarray/forEachCallCount i32.const 3 i32.ne - br_if $folding-inner21 + br_if $folding-inner23 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -62896,7 +62860,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -62964,7 +62928,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -63024,7 +62988,7 @@ global.get $std/typedarray/forEachCallCount i32.const 3 i32.ne - br_if $folding-inner21 + br_if $folding-inner23 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -63038,7 +63002,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -63106,7 +63070,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -63166,7 +63130,7 @@ global.get $std/typedarray/forEachCallCount i32.const 3 i32.ne - br_if $folding-inner21 + br_if $folding-inner23 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -63180,7 +63144,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -63248,7 +63212,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -63308,7 +63272,7 @@ global.get $std/typedarray/forEachCallCount i32.const 3 i32.ne - br_if $folding-inner21 + br_if $folding-inner23 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -63322,7 +63286,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -63390,7 +63354,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -63450,7 +63414,7 @@ global.get $std/typedarray/forEachCallCount i32.const 3 i32.ne - br_if $folding-inner21 + br_if $folding-inner23 global.get $~lib/memory/__stack_pointer i32.const 12 i32.add @@ -63518,7 +63482,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -63626,7 +63590,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -63694,17 +63658,19 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Int8Array#constructor @@ -63747,78 +63713,68 @@ call $~lib/typedarray/Int8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=16 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int8Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner22 + br_if $folding-inner15 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=4 local.get $0 call $~lib/typedarray/Int8Array#join local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner23 + br_if $folding-inner16 global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Uint8Array#constructor @@ -63861,57 +63817,50 @@ call $~lib/typedarray/Uint8Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=16 + i32.store offset=8 local.get $0 call $~lib/typedarray/Uint8Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner22 + br_if $folding-inner15 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 call $~lib/typedarray/Uint8Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner23 + br_if $folding-inner16 global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Uint8ClampedArray#constructor @@ -63954,57 +63903,50 @@ call $~lib/typedarray/Uint8ClampedArray#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=16 + i32.store offset=8 local.get $0 call $~lib/typedarray/Uint8Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner22 + br_if $folding-inner15 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 call $~lib/typedarray/Uint8Array#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner23 + br_if $folding-inner16 global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Int16Array#constructor @@ -64047,78 +63989,68 @@ call $~lib/typedarray/Int16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=16 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int16Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner22 + br_if $folding-inner15 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=4 local.get $0 call $~lib/typedarray/Int16Array#join local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner23 + br_if $folding-inner16 global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Uint16Array#constructor @@ -64161,78 +64093,68 @@ call $~lib/typedarray/Uint16Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=16 + i32.store offset=8 local.get $0 call $~lib/typedarray/Uint16Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner22 + br_if $folding-inner15 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=4 local.get $0 call $~lib/typedarray/Uint16Array#join local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner23 + br_if $folding-inner16 global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Int32Array#constructor @@ -64275,78 +64197,68 @@ call $~lib/typedarray/Int32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=16 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int32Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner22 + br_if $folding-inner15 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=4 local.get $0 call $~lib/typedarray/Int32Array#join local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner23 + br_if $folding-inner16 global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Uint32Array#constructor @@ -64389,78 +64301,68 @@ call $~lib/typedarray/Uint32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=16 + i32.store offset=8 local.get $0 call $~lib/typedarray/Uint32Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner22 + br_if $folding-inner15 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=4 local.get $0 call $~lib/typedarray/Uint32Array#join local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner23 + br_if $folding-inner16 global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Int64Array#constructor @@ -64503,78 +64405,68 @@ call $~lib/typedarray/Int64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=16 + i32.store offset=8 local.get $0 call $~lib/typedarray/Int64Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner22 + br_if $folding-inner15 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=4 local.get $0 call $~lib/typedarray/Int64Array#join local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner23 + br_if $folding-inner16 global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Uint64Array#constructor @@ -64617,78 +64509,68 @@ call $~lib/typedarray/Uint64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=16 + i32.store offset=8 local.get $0 call $~lib/typedarray/Uint64Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $1 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner22 + br_if $folding-inner15 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=4 local.get $0 call $~lib/typedarray/Uint64Array#join local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 9616 - i32.store offset=8 local.get $0 i32.const 9616 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner23 + br_if $folding-inner16 global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Float32Array#constructor @@ -64731,78 +64613,68 @@ call $~lib/typedarray/Float32Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=16 + i32.store offset=8 local.get $0 call $~lib/typedarray/Float32Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 10800 - i32.store offset=8 local.get $1 i32.const 10800 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner24 + br_if $folding-inner17 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=4 local.get $0 call $~lib/typedarray/Float32Array#join local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 10800 - i32.store offset=8 local.get $0 i32.const 10800 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner25 + br_if $folding-inner18 global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 20 - memory.fill + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5 call $~lib/typedarray/Float64Array#constructor @@ -64845,64 +64717,52 @@ call $~lib/typedarray/Float64Array#__set global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=16 + i32.store offset=8 local.get $0 call $~lib/typedarray/Float64Array#join local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 10800 - i32.store offset=8 local.get $1 i32.const 10800 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner24 + br_if $folding-inner17 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 9584 - i32.store offset=4 local.get $0 call $~lib/typedarray/Float64Array#join local.set $0 global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 10800 - i32.store offset=8 local.get $0 i32.const 10800 call $~lib/string/String.__eq i32.eqz - br_if $folding-inner25 + br_if $folding-inner18 global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 12 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -64971,7 +64831,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 24 @@ -64990,7 +64850,7 @@ call $~lib/typedarray/Uint8Array#constructor local.tee $1 i32.store offset=8 - loop $for-loop|062 + loop $for-loop|053 local.get $0 local.get $2 i32.gt_s @@ -65013,7 +64873,7 @@ i32.const 1 i32.add local.set $2 - br $for-loop|062 + br $for-loop|053 end end global.get $~lib/memory/__stack_pointer @@ -65217,7 +65077,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -65245,7 +65105,7 @@ i32.const 1 i32.add i32.lt_s - br_if $folding-inner17 + br_if $folding-inner19 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 @@ -65262,7 +65122,7 @@ local.set $0 i32.const 0 local.set $2 - loop $for-loop|0663 + loop $for-loop|0654 local.get $2 local.get $8 i32.lt_s @@ -65296,7 +65156,7 @@ i32.const 1 i32.add local.set $2 - br $for-loop|0663 + br $for-loop|0654 end end global.get $~lib/memory/__stack_pointer @@ -65326,7 +65186,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -65354,7 +65214,7 @@ i32.const 8 i32.add i32.lt_s - br_if $folding-inner17 + br_if $folding-inner19 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 @@ -65504,7 +65364,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -65530,7 +65390,7 @@ call $~lib/typedarray/Int8Array#get:length local.get $6 i32.lt_s - br_if $folding-inner17 + br_if $folding-inner19 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 @@ -65545,7 +65405,7 @@ local.set $8 i32.const 0 local.set $0 - loop $for-loop|0864 + loop $for-loop|0855 local.get $0 local.get $6 i32.lt_s @@ -65570,7 +65430,7 @@ i32.const 1 i32.add local.set $0 - br $for-loop|0864 + br $for-loop|0855 end end global.get $~lib/memory/__stack_pointer @@ -67609,7 +67469,7 @@ global.get $~lib/memory/__stack_pointer i32.const 16320 i32.lt_s - br_if $folding-inner19 + br_if $folding-inner21 global.get $~lib/memory/__stack_pointer i64.const 0 i64.store @@ -67880,66 +67740,66 @@ call $~lib/builtins/abort unreachable end - i32.const 1360 - i32.const 1632 - i32.const 1902 + i32.const 0 + i32.const 1568 + i32.const 675 i32.const 5 call $~lib/builtins/abort unreachable end i32.const 0 i32.const 1568 - i32.const 323 - i32.const 3 + i32.const 676 + i32.const 5 call $~lib/builtins/abort unreachable end - i32.const 49120 - i32.const 49168 - i32.const 1 - i32.const 1 + i32.const 0 + i32.const 1568 + i32.const 672 + i32.const 5 call $~lib/builtins/abort unreachable end i32.const 0 i32.const 1568 - i32.const 367 - i32.const 3 + i32.const 673 + i32.const 5 call $~lib/builtins/abort unreachable end - i32.const 0 - i32.const 1568 - i32.const 541 - i32.const 3 + i32.const 1360 + i32.const 1632 + i32.const 1902 + i32.const 5 call $~lib/builtins/abort unreachable end i32.const 0 i32.const 1568 - i32.const 675 - i32.const 5 + i32.const 323 + i32.const 3 call $~lib/builtins/abort unreachable end - i32.const 0 - i32.const 1568 - i32.const 676 - i32.const 5 + i32.const 49120 + i32.const 49168 + i32.const 1 + i32.const 1 call $~lib/builtins/abort unreachable end i32.const 0 i32.const 1568 - i32.const 672 - i32.const 5 + i32.const 367 + i32.const 3 call $~lib/builtins/abort unreachable end i32.const 0 i32.const 1568 - i32.const 673 - i32.const 5 + i32.const 541 + i32.const 3 call $~lib/builtins/abort unreachable ) diff --git a/tests/compiler/std/uri.debug.wat b/tests/compiler/std/uri.debug.wat index 5a8c5dce8f..ef9b074578 100644 --- a/tests/compiler/std/uri.debug.wat +++ b/tests/compiler/std/uri.debug.wat @@ -3679,16 +3679,13 @@ (func $start:std/uri (local $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store offset=8 + i32.store memory.size i32.const 16 i32.shl @@ -3707,11 +3704,6 @@ call $~lib/rt/itcms/initLazy global.set $~lib/rt/itcms/fromSpace i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -3719,11 +3711,6 @@ i32.store local.get $0 i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3735,11 +3722,6 @@ unreachable end i32.const 736 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -3747,11 +3729,6 @@ i32.store local.get $0 i32.const 736 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3763,11 +3740,6 @@ unreachable end i32.const 768 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -3775,11 +3747,6 @@ i32.store local.get $0 i32.const 768 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3791,11 +3758,6 @@ unreachable end i32.const 800 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -3803,11 +3765,6 @@ i32.store local.get $0 i32.const 800 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3819,11 +3776,6 @@ unreachable end i32.const 832 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -3831,11 +3783,6 @@ i32.store local.get $0 i32.const 832 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3847,11 +3794,6 @@ unreachable end i32.const 928 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -3859,11 +3801,6 @@ i32.store local.get $0 i32.const 960 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3875,11 +3812,6 @@ unreachable end i32.const 992 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -3887,11 +3819,6 @@ i32.store local.get $0 i32.const 1024 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3903,11 +3830,6 @@ unreachable end i32.const 1056 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -3915,11 +3837,6 @@ i32.store local.get $0 i32.const 1088 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3931,11 +3848,6 @@ unreachable end i32.const 1136 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -3943,11 +3855,6 @@ i32.store local.get $0 i32.const 1168 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3959,11 +3866,6 @@ unreachable end i32.const 1216 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -3971,11 +3873,6 @@ i32.store local.get $0 i32.const 1248 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3987,11 +3884,6 @@ unreachable end i32.const 1280 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -3999,11 +3891,6 @@ i32.store local.get $0 i32.const 1312 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4015,11 +3902,6 @@ unreachable end i32.const 1360 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4027,11 +3909,6 @@ i32.store local.get $0 i32.const 1392 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4043,11 +3920,6 @@ unreachable end i32.const 1488 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4055,11 +3927,6 @@ i32.store local.get $0 i32.const 1520 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4071,11 +3938,6 @@ unreachable end i32.const 1632 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4083,11 +3945,6 @@ i32.store local.get $0 i32.const 1664 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4099,11 +3956,6 @@ unreachable end i32.const 1712 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4111,11 +3963,6 @@ i32.store local.get $0 i32.const 1744 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4127,11 +3974,6 @@ unreachable end i32.const 1792 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4139,11 +3981,6 @@ i32.store local.get $0 i32.const 1824 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4155,11 +3992,6 @@ unreachable end i32.const 1904 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4167,11 +3999,6 @@ i32.store local.get $0 i32.const 1936 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4183,11 +4010,6 @@ unreachable end i32.const 2000 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4195,11 +4017,6 @@ i32.store local.get $0 i32.const 2048 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4211,11 +4028,6 @@ unreachable end i32.const 2128 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4223,11 +4035,6 @@ i32.store local.get $0 i32.const 2240 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4239,11 +4046,6 @@ unreachable end i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -4251,11 +4053,6 @@ i32.store local.get $0 i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4267,11 +4064,6 @@ unreachable end i32.const 736 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -4279,11 +4071,6 @@ i32.store local.get $0 i32.const 736 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4295,11 +4082,6 @@ unreachable end i32.const 2480 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -4307,11 +4089,6 @@ i32.store local.get $0 i32.const 2480 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4323,11 +4100,6 @@ unreachable end i32.const 832 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -4335,11 +4107,6 @@ i32.store local.get $0 i32.const 832 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4351,11 +4118,6 @@ unreachable end i32.const 2528 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -4363,11 +4125,6 @@ i32.store local.get $0 i32.const 2560 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4379,11 +4136,6 @@ unreachable end i32.const 1632 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -4391,11 +4143,6 @@ i32.store local.get $0 i32.const 1664 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4407,11 +4154,6 @@ unreachable end i32.const 1712 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -4419,11 +4161,6 @@ i32.store local.get $0 i32.const 1744 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4435,11 +4172,6 @@ unreachable end i32.const 1904 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -4447,11 +4179,6 @@ i32.store local.get $0 i32.const 1936 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4463,11 +4190,6 @@ unreachable end i32.const 2128 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -4475,11 +4197,6 @@ i32.store local.get $0 i32.const 2128 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4491,11 +4208,6 @@ unreachable end i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4503,11 +4215,6 @@ i32.store local.get $0 i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4519,11 +4226,6 @@ unreachable end i32.const 736 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4531,11 +4233,6 @@ i32.store local.get $0 i32.const 736 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4547,11 +4244,6 @@ unreachable end i32.const 2624 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4559,11 +4251,6 @@ i32.store local.get $0 i32.const 2656 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4575,11 +4262,6 @@ unreachable end i32.const 2688 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4587,11 +4269,6 @@ i32.store local.get $0 i32.const 2720 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4603,11 +4280,6 @@ unreachable end i32.const 2752 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4615,11 +4287,6 @@ i32.store local.get $0 i32.const 2752 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4631,11 +4298,6 @@ unreachable end i32.const 1712 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4643,11 +4305,6 @@ i32.store local.get $0 i32.const 1712 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4659,11 +4316,6 @@ unreachable end i32.const 2784 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4671,11 +4323,6 @@ i32.store local.get $0 i32.const 2864 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4687,11 +4334,6 @@ unreachable end i32.const 2912 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4699,11 +4341,6 @@ i32.store local.get $0 i32.const 2864 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4715,11 +4352,6 @@ unreachable end i32.const 2992 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4727,11 +4359,6 @@ i32.store local.get $0 i32.const 2128 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4743,11 +4370,6 @@ unreachable end i32.const 1392 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer @@ -4755,11 +4377,6 @@ i32.store local.get $0 i32.const 1360 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4771,11 +4388,6 @@ unreachable end i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -4783,11 +4395,6 @@ i32.store local.get $0 i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4799,11 +4406,6 @@ unreachable end i32.const 736 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -4811,11 +4413,6 @@ i32.store local.get $0 i32.const 736 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4827,11 +4424,6 @@ unreachable end i32.const 2624 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -4839,11 +4431,6 @@ i32.store local.get $0 i32.const 2624 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4855,11 +4442,6 @@ unreachable end i32.const 3120 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -4867,11 +4449,6 @@ i32.store local.get $0 i32.const 3152 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4883,11 +4460,6 @@ unreachable end i32.const 3184 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -4895,11 +4467,6 @@ i32.store local.get $0 i32.const 3216 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4911,11 +4478,6 @@ unreachable end i32.const 2752 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -4923,11 +4485,6 @@ i32.store local.get $0 i32.const 2752 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4939,11 +4496,6 @@ unreachable end i32.const 1712 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -4951,11 +4503,6 @@ i32.store local.get $0 i32.const 1712 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4967,11 +4514,6 @@ unreachable end i32.const 2784 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -4979,11 +4521,6 @@ i32.store local.get $0 i32.const 2784 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -4995,11 +4532,6 @@ unreachable end i32.const 1392 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -5007,11 +4539,6 @@ i32.store local.get $0 i32.const 1360 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -5023,11 +4550,6 @@ unreachable end i32.const 3248 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -5035,11 +4557,6 @@ i32.store local.get $0 i32.const 3248 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -5051,11 +4568,6 @@ unreachable end i32.const 3296 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -5063,11 +4575,6 @@ i32.store local.get $0 i32.const 3296 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -5079,11 +4586,6 @@ unreachable end i32.const 2992 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer @@ -5091,11 +4593,6 @@ i32.store local.get $0 i32.const 2992 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -5110,7 +4607,7 @@ global.set $~lib/memory/__stack_pointer call $~lib/rt/itcms/__collect global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/std/uri.release.wat b/tests/compiler/std/uri.release.wat index f3835303da..60fea95101 100644 --- a/tests/compiler/std/uri.release.wat +++ b/tests/compiler/std/uri.release.wat @@ -2946,7 +2946,7 @@ (func $start:std/uri (local $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -2961,11 +2961,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store offset=8 + i32.store memory.size i32.const 16 i32.shl @@ -2998,18 +2995,12 @@ i32.store i32.const 1472 global.set $~lib/rt/itcms/fromSpace - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=8 i32.const 1056 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 local.get $0 i32.const 1056 call $~lib/string/String.__eq @@ -3022,18 +3013,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1760 - i32.store offset=8 i32.const 1760 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1760 - i32.store offset=4 local.get $0 i32.const 1760 call $~lib/string/String.__eq @@ -3046,18 +3031,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1792 - i32.store offset=8 i32.const 1792 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1792 - i32.store offset=4 local.get $0 i32.const 1792 call $~lib/string/String.__eq @@ -3070,18 +3049,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1824 - i32.store offset=8 i32.const 1824 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1824 - i32.store offset=4 local.get $0 i32.const 1824 call $~lib/string/String.__eq @@ -3094,18 +3067,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1856 - i32.store offset=8 i32.const 1856 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1856 - i32.store offset=4 local.get $0 i32.const 1856 call $~lib/string/String.__eq @@ -3118,18 +3085,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1952 - i32.store offset=8 i32.const 1952 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1984 - i32.store offset=4 local.get $0 i32.const 1984 call $~lib/string/String.__eq @@ -3142,18 +3103,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2016 - i32.store offset=8 i32.const 2016 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2048 - i32.store offset=4 local.get $0 i32.const 2048 call $~lib/string/String.__eq @@ -3166,18 +3121,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2080 - i32.store offset=8 i32.const 2080 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2112 - i32.store offset=4 local.get $0 i32.const 2112 call $~lib/string/String.__eq @@ -3190,18 +3139,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2160 - i32.store offset=8 i32.const 2160 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2192 - i32.store offset=4 local.get $0 i32.const 2192 call $~lib/string/String.__eq @@ -3214,18 +3157,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2240 - i32.store offset=8 i32.const 2240 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2272 - i32.store offset=4 local.get $0 i32.const 2272 call $~lib/string/String.__eq @@ -3238,18 +3175,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2304 - i32.store offset=8 i32.const 2304 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2336 - i32.store offset=4 local.get $0 i32.const 2336 call $~lib/string/String.__eq @@ -3262,18 +3193,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2384 - i32.store offset=8 i32.const 2384 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2416 - i32.store offset=4 local.get $0 i32.const 2416 call $~lib/string/String.__eq @@ -3286,18 +3211,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2512 - i32.store offset=8 i32.const 2512 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2544 - i32.store offset=4 local.get $0 i32.const 2544 call $~lib/string/String.__eq @@ -3310,18 +3229,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2656 - i32.store offset=8 i32.const 2656 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2688 - i32.store offset=4 local.get $0 i32.const 2688 call $~lib/string/String.__eq @@ -3334,18 +3247,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2736 - i32.store offset=8 i32.const 2736 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2768 - i32.store offset=4 local.get $0 i32.const 2768 call $~lib/string/String.__eq @@ -3358,18 +3265,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2816 - i32.store offset=8 i32.const 2816 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2848 - i32.store offset=4 local.get $0 i32.const 2848 call $~lib/string/String.__eq @@ -3382,18 +3283,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2928 - i32.store offset=8 i32.const 2928 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2960 - i32.store offset=4 local.get $0 i32.const 2960 call $~lib/string/String.__eq @@ -3406,18 +3301,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3024 - i32.store offset=8 i32.const 3024 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3072 - i32.store offset=4 local.get $0 i32.const 3072 call $~lib/string/String.__eq @@ -3430,18 +3319,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3152 - i32.store offset=8 i32.const 3152 call $~lib/uri/encodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3264 - i32.store offset=4 local.get $0 i32.const 3264 call $~lib/string/String.__eq @@ -3454,18 +3337,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=8 i32.const 1056 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 local.get $0 i32.const 1056 call $~lib/string/String.__eq @@ -3478,18 +3355,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1760 - i32.store offset=8 i32.const 1760 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1760 - i32.store offset=4 local.get $0 i32.const 1760 call $~lib/string/String.__eq @@ -3502,18 +3373,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3504 - i32.store offset=8 i32.const 3504 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3504 - i32.store offset=4 local.get $0 i32.const 3504 call $~lib/string/String.__eq @@ -3526,18 +3391,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1856 - i32.store offset=8 i32.const 1856 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1856 - i32.store offset=4 local.get $0 i32.const 1856 call $~lib/string/String.__eq @@ -3550,18 +3409,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3552 - i32.store offset=8 i32.const 3552 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3584 - i32.store offset=4 local.get $0 i32.const 3584 call $~lib/string/String.__eq @@ -3574,18 +3427,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2656 - i32.store offset=8 i32.const 2656 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2688 - i32.store offset=4 local.get $0 i32.const 2688 call $~lib/string/String.__eq @@ -3598,18 +3445,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2736 - i32.store offset=8 i32.const 2736 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2768 - i32.store offset=4 local.get $0 i32.const 2768 call $~lib/string/String.__eq @@ -3622,18 +3463,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2928 - i32.store offset=8 i32.const 2928 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2960 - i32.store offset=4 local.get $0 i32.const 2960 call $~lib/string/String.__eq @@ -3646,18 +3481,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3152 - i32.store offset=8 i32.const 3152 call $~lib/uri/encodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3152 - i32.store offset=4 local.get $0 i32.const 3152 call $~lib/string/String.__eq @@ -3670,18 +3499,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=8 i32.const 1056 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 local.get $0 i32.const 1056 call $~lib/string/String.__eq @@ -3694,18 +3517,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1760 - i32.store offset=8 i32.const 1760 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1760 - i32.store offset=4 local.get $0 i32.const 1760 call $~lib/string/String.__eq @@ -3718,18 +3535,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3648 - i32.store offset=8 i32.const 3648 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3680 - i32.store offset=4 local.get $0 i32.const 3680 call $~lib/string/String.__eq @@ -3742,18 +3553,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3712 - i32.store offset=8 i32.const 3712 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3744 - i32.store offset=4 local.get $0 i32.const 3744 call $~lib/string/String.__eq @@ -3766,18 +3571,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3776 - i32.store offset=8 i32.const 3776 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3776 - i32.store offset=4 local.get $0 i32.const 3776 call $~lib/string/String.__eq @@ -3790,18 +3589,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2736 - i32.store offset=8 i32.const 2736 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2736 - i32.store offset=4 local.get $0 i32.const 2736 call $~lib/string/String.__eq @@ -3814,18 +3607,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3808 - i32.store offset=8 i32.const 3808 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3888 - i32.store offset=4 local.get $0 i32.const 3888 call $~lib/string/String.__eq @@ -3838,18 +3625,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3936 - i32.store offset=8 i32.const 3936 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3888 - i32.store offset=4 local.get $0 i32.const 3888 call $~lib/string/String.__eq @@ -3862,18 +3643,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4016 - i32.store offset=8 i32.const 4016 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3152 - i32.store offset=4 local.get $0 i32.const 3152 call $~lib/string/String.__eq @@ -3886,18 +3661,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2416 - i32.store offset=8 i32.const 2416 call $~lib/uri/decodeURIComponent local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2384 - i32.store offset=4 local.get $0 i32.const 2384 call $~lib/string/String.__eq @@ -3910,18 +3679,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=8 i32.const 1056 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 local.get $0 i32.const 1056 call $~lib/string/String.__eq @@ -3934,18 +3697,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1760 - i32.store offset=8 i32.const 1760 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1760 - i32.store offset=4 local.get $0 i32.const 1760 call $~lib/string/String.__eq @@ -3958,18 +3715,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3648 - i32.store offset=8 i32.const 3648 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3648 - i32.store offset=4 local.get $0 i32.const 3648 call $~lib/string/String.__eq @@ -3982,18 +3733,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4144 - i32.store offset=8 i32.const 4144 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4176 - i32.store offset=4 local.get $0 i32.const 4176 call $~lib/string/String.__eq @@ -4006,18 +3751,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4208 - i32.store offset=8 i32.const 4208 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4240 - i32.store offset=4 local.get $0 i32.const 4240 call $~lib/string/String.__eq @@ -4030,18 +3769,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3776 - i32.store offset=8 i32.const 3776 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3776 - i32.store offset=4 local.get $0 i32.const 3776 call $~lib/string/String.__eq @@ -4054,18 +3787,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2736 - i32.store offset=8 i32.const 2736 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2736 - i32.store offset=4 local.get $0 i32.const 2736 call $~lib/string/String.__eq @@ -4078,18 +3805,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 3808 - i32.store offset=8 i32.const 3808 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3808 - i32.store offset=4 local.get $0 i32.const 3808 call $~lib/string/String.__eq @@ -4102,18 +3823,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 2416 - i32.store offset=8 i32.const 2416 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 2384 - i32.store offset=4 local.get $0 i32.const 2384 call $~lib/string/String.__eq @@ -4126,18 +3841,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4272 - i32.store offset=8 i32.const 4272 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4272 - i32.store offset=4 local.get $0 i32.const 4272 call $~lib/string/String.__eq @@ -4150,18 +3859,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4320 - i32.store offset=8 i32.const 4320 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4320 - i32.store offset=4 local.get $0 i32.const 4320 call $~lib/string/String.__eq @@ -4174,18 +3877,12 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 4016 - i32.store offset=8 i32.const 4016 call $~lib/uri/decodeURI local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4016 - i32.store offset=4 local.get $0 i32.const 4016 call $~lib/string/String.__eq @@ -4234,7 +3931,7 @@ i32.add global.set $~lib/rt/itcms/threshold global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/switch.debug.wat b/tests/compiler/switch.debug.wat index 0c85ee2625..29504e6521 100644 --- a/tests/compiler/switch.debug.wat +++ b/tests/compiler/switch.debug.wat @@ -2985,16 +2985,13 @@ (local $1 i32) (local $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 block $case3|0 block $case2|0 block $case1|0 @@ -3010,11 +3007,6 @@ i32.store offset=4 local.get $2 i32.const 80 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=8 - local.get $2 call $~lib/string/String.__eq br_if $case0|0 local.get $1 @@ -3024,11 +3016,6 @@ i32.store offset=4 local.get $2 i32.const 112 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=8 - local.get $2 call $~lib/string/String.__eq br_if $case1|0 local.get $1 @@ -3038,11 +3025,6 @@ i32.store offset=4 local.get $2 i32.const 144 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=8 - local.get $2 call $~lib/string/String.__eq br_if $case2|0 br $case3|0 @@ -3050,7 +3032,7 @@ i32.const 1 local.set $2 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -3059,7 +3041,7 @@ i32.const 2 local.set $2 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -3068,7 +3050,7 @@ i32.const 3 local.set $2 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -3077,7 +3059,7 @@ i32.const 4 local.set $2 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -3194,16 +3176,13 @@ (local $1 i32) (local $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 block $case4|0 block $case3|0 block $case2|0 @@ -3229,11 +3208,6 @@ i32.store offset=4 local.get $2 i32.const 80 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=8 - local.get $2 call $~lib/string/String.__eq br_if $case1|0 local.get $1 @@ -3243,11 +3217,6 @@ i32.store offset=4 local.get $2 i32.const 112 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=8 - local.get $2 call $~lib/string/String.__eq br_if $case2|0 local.get $1 @@ -3257,11 +3226,6 @@ i32.store offset=4 local.get $2 i32.const 144 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=8 - local.get $2 call $~lib/string/String.__eq br_if $case3|0 br $case4|0 @@ -3269,7 +3233,7 @@ i32.const 0 local.set $2 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -3278,7 +3242,7 @@ i32.const 1 local.set $2 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -3287,7 +3251,7 @@ i32.const 2 local.set $2 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -3296,7 +3260,7 @@ i32.const 3 local.set $2 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -3305,7 +3269,7 @@ i32.const 4 local.set $2 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $2 @@ -3626,14 +3590,16 @@ (func $start:switch (local $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.const 36 - memory.fill + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 i32.const 0 call $switch/doSwitch i32.const 0 @@ -4025,11 +3991,6 @@ unreachable end i32.const 80 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 call $switch/doSwitchString i32.const 1 i32.eq @@ -4043,11 +4004,6 @@ unreachable end i32.const 112 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 call $switch/doSwitchString i32.const 2 i32.eq @@ -4061,11 +4017,6 @@ unreachable end i32.const 144 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 call $switch/doSwitchString i32.const 3 i32.eq @@ -4079,11 +4030,6 @@ unreachable end i32.const 176 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 call $switch/doSwitchString i32.const 4 i32.eq @@ -4114,17 +4060,7 @@ call $~lib/rt/itcms/initLazy global.set $~lib/rt/itcms/fromSpace i32.const 208 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=12 - local.get $0 i32.const 240 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=16 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer @@ -4132,11 +4068,6 @@ i32.store offset=4 local.get $0 i32.const 704 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer @@ -4156,17 +4087,7 @@ unreachable end i32.const 736 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=12 - local.get $0 i32.const 768 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=16 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer @@ -4174,11 +4095,6 @@ i32.store offset=4 local.get $0 i32.const 208 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer @@ -4198,41 +4114,21 @@ unreachable end i32.const 736 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=28 - local.get $0 i32.const 800 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=32 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=20 + i32.store offset=12 local.get $0 i32.const 832 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=24 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 i32.const 704 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=16 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer @@ -4240,11 +4136,6 @@ i32.store offset=4 local.get $0 i32.const 704 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer @@ -4264,29 +4155,14 @@ unreachable end i32.const 864 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=20 - local.get $0 i32.const 208 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=24 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 i32.const 896 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=16 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer @@ -4294,11 +4170,6 @@ i32.store offset=4 local.get $0 i32.const 832 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer @@ -4331,11 +4202,6 @@ unreachable end i32.const 80 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 call $switch/doSwitchNullableString i32.const 1 i32.eq @@ -4349,11 +4215,6 @@ unreachable end i32.const 112 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 call $switch/doSwitchNullableString i32.const 2 i32.eq @@ -4367,11 +4228,6 @@ unreachable end i32.const 144 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 call $switch/doSwitchNullableString i32.const 3 i32.eq @@ -4385,11 +4241,6 @@ unreachable end i32.const 176 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 call $switch/doSwitchNullableString i32.const 4 i32.eq @@ -4403,17 +4254,7 @@ unreachable end i32.const 208 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=12 - local.get $0 i32.const 240 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=16 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer @@ -4421,11 +4262,6 @@ i32.store offset=4 local.get $0 i32.const 704 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer @@ -4445,17 +4281,7 @@ unreachable end i32.const 736 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=12 - local.get $0 i32.const 768 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=16 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer @@ -4463,11 +4289,6 @@ i32.store offset=4 local.get $0 i32.const 208 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer @@ -4487,41 +4308,21 @@ unreachable end i32.const 736 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=28 - local.get $0 i32.const 800 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=32 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=20 + i32.store offset=12 local.get $0 i32.const 832 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=24 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 i32.const 704 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=16 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer @@ -4529,11 +4330,6 @@ i32.store offset=4 local.get $0 i32.const 704 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer @@ -4553,29 +4349,14 @@ unreachable end i32.const 864 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=20 - local.get $0 i32.const 208 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=24 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 local.get $0 i32.const 896 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=16 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer @@ -4583,11 +4364,6 @@ i32.store offset=4 local.get $0 i32.const 832 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=8 - local.get $0 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer @@ -5129,7 +4905,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/switch.release.wat b/tests/compiler/switch.release.wat index b53df8bee3..95b2826eb3 100644 --- a/tests/compiler/switch.release.wat +++ b/tests/compiler/switch.release.wat @@ -1763,7 +1763,7 @@ ) (func $switch/doSwitchString (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -1781,17 +1781,11 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1104 - i32.store offset=8 block $case3|0 block $case2|0 block $case1|0 @@ -1803,9 +1797,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1136 - i32.store offset=8 local.get $0 i32.const 1136 call $~lib/string/String.__eq @@ -1813,9 +1804,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1168 - i32.store offset=8 local.get $0 i32.const 1168 call $~lib/string/String.__eq @@ -1823,28 +1811,28 @@ br $case3|0 end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 1 return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 2 return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 3 return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 4 @@ -1954,7 +1942,7 @@ ) (func $switch/doSwitchNullableString (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -1972,9 +1960,6 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer local.get $0 i32.store global.get $~lib/memory/__stack_pointer @@ -1992,9 +1977,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1104 - i32.store offset=8 local.get $0 i32.const 1104 call $~lib/string/String.__eq @@ -2002,9 +1984,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1136 - i32.store offset=8 local.get $0 i32.const 1136 call $~lib/string/String.__eq @@ -2012,9 +1991,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1168 - i32.store offset=8 local.get $0 i32.const 1168 call $~lib/string/String.__eq @@ -2022,35 +1998,35 @@ br $case4|0 end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 0 return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 1 return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 2 return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 3 return end global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer i32.const 4 @@ -2353,7 +2329,7 @@ (func $start:switch (local $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -2368,12 +2344,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.const 36 - memory.fill + i64.const 0 + i64.store global.get $~lib/memory/__stack_pointer - i32.const 1104 - i32.store + i64.const 0 + i64.store offset=8 i32.const 1104 call $switch/doSwitchString i32.const 1 @@ -2386,9 +2361,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1136 - i32.store i32.const 1136 call $switch/doSwitchString i32.const 2 @@ -2401,9 +2373,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1168 - i32.store i32.const 1168 call $switch/doSwitchString i32.const 3 @@ -2416,9 +2385,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1200 - i32.store i32.const 1200 call $switch/doSwitchString i32.const 4 @@ -2463,12 +2429,6 @@ i32.store i32.const 1616 global.set $~lib/rt/itcms/fromSpace - global.get $~lib/memory/__stack_pointer - i32.const 1232 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1264 - i32.store offset=16 i32.const 1232 i32.const 1264 call $~lib/string/String.__concat @@ -2476,9 +2436,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1728 - i32.store offset=8 local.get $0 i32.const 1728 call $~lib/string/String.__concat @@ -2498,12 +2455,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1760 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1792 - i32.store offset=16 i32.const 1760 i32.const 1792 call $~lib/string/String.__concat @@ -2511,9 +2462,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1232 - i32.store offset=8 local.get $0 i32.const 1232 call $~lib/string/String.__concat @@ -2533,32 +2481,20 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1760 - i32.store offset=28 - global.get $~lib/memory/__stack_pointer - i32.const 1824 - i32.store offset=32 i32.const 1760 i32.const 1824 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=20 - global.get $~lib/memory/__stack_pointer - i32.const 1856 - i32.store offset=24 + i32.store offset=12 local.get $0 i32.const 1856 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1728 - i32.store offset=16 + i32.store offset=8 local.get $0 i32.const 1728 call $~lib/string/String.__concat @@ -2566,9 +2502,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1728 - i32.store offset=8 local.get $0 i32.const 1728 call $~lib/string/String.__concat @@ -2588,22 +2521,13 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1888 - i32.store offset=20 - global.get $~lib/memory/__stack_pointer - i32.const 1232 - i32.store offset=24 i32.const 1888 i32.const 1232 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1920 - i32.store offset=16 + i32.store offset=8 local.get $0 i32.const 1920 call $~lib/string/String.__concat @@ -2611,9 +2535,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1856 - i32.store offset=8 local.get $0 i32.const 1856 call $~lib/string/String.__concat @@ -2643,9 +2564,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1104 - i32.store i32.const 1104 call $switch/doSwitchNullableString i32.const 1 @@ -2658,9 +2576,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1136 - i32.store i32.const 1136 call $switch/doSwitchNullableString i32.const 2 @@ -2673,9 +2588,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1168 - i32.store i32.const 1168 call $switch/doSwitchNullableString i32.const 3 @@ -2688,9 +2600,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1200 - i32.store i32.const 1200 call $switch/doSwitchNullableString i32.const 4 @@ -2703,12 +2612,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1232 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1264 - i32.store offset=16 i32.const 1232 i32.const 1264 call $~lib/string/String.__concat @@ -2716,9 +2619,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1728 - i32.store offset=8 local.get $0 i32.const 1728 call $~lib/string/String.__concat @@ -2738,12 +2638,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1760 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1792 - i32.store offset=16 i32.const 1760 i32.const 1792 call $~lib/string/String.__concat @@ -2751,9 +2645,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1232 - i32.store offset=8 local.get $0 i32.const 1232 call $~lib/string/String.__concat @@ -2773,32 +2664,20 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1760 - i32.store offset=28 - global.get $~lib/memory/__stack_pointer - i32.const 1824 - i32.store offset=32 i32.const 1760 i32.const 1824 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=20 - global.get $~lib/memory/__stack_pointer - i32.const 1856 - i32.store offset=24 + i32.store offset=12 local.get $0 i32.const 1856 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1728 - i32.store offset=16 + i32.store offset=8 local.get $0 i32.const 1728 call $~lib/string/String.__concat @@ -2806,9 +2685,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1728 - i32.store offset=8 local.get $0 i32.const 1728 call $~lib/string/String.__concat @@ -2828,22 +2704,13 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1888 - i32.store offset=20 - global.get $~lib/memory/__stack_pointer - i32.const 1232 - i32.store offset=24 i32.const 1888 i32.const 1232 call $~lib/string/String.__concat local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1920 - i32.store offset=16 + i32.store offset=8 local.get $0 i32.const 1920 call $~lib/string/String.__concat @@ -2851,9 +2718,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1856 - i32.store offset=8 local.get $0 i32.const 1856 call $~lib/string/String.__concat @@ -3048,7 +2912,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/templateliteral.debug.wat b/tests/compiler/templateliteral.debug.wat index 204db8df29..18a9c000d4 100644 --- a/tests/compiler/templateliteral.debug.wat +++ b/tests/compiler/templateliteral.debug.wat @@ -4975,13 +4975,13 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 32 + i32.const 28 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 32 + i32.const 28 memory.fill global.get $~lib/memory/__stack_pointer i32.const 32 @@ -4998,11 +4998,6 @@ i32.store offset=8 local.get $4 i32.const 32 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=12 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5017,13 +5012,13 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=16 + i32.store offset=12 local.get $4 local.get $b local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=20 + i32.store offset=16 local.get $4 call $~lib/string/String#concat local.set $4 @@ -5032,11 +5027,6 @@ i32.store offset=8 local.get $4 i32.const 592 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=12 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5050,51 +5040,46 @@ global.get $~lib/memory/__stack_pointer local.get $a local.tee $2 - i32.store offset=24 + i32.store offset=20 global.get $~lib/memory/__stack_pointer local.get $b local.tee $3 - i32.store offset=28 + i32.store offset=24 i32.const 720 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=16 + i32.store offset=12 local.get $4 i32.const 1 local.get $2 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=20 + i32.store offset=16 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 720 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=16 + i32.store offset=12 local.get $4 i32.const 3 local.get $3 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=20 + i32.store offset=16 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 720 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=16 + i32.store offset=12 local.get $4 i32.const 160 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=20 - local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $4 global.get $~lib/memory/__stack_pointer @@ -5102,11 +5087,6 @@ i32.store offset=8 local.get $4 i32.const 768 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=12 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5118,7 +5098,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 32 + i32.const 28 i32.add global.set $~lib/memory/__stack_pointer ) @@ -5129,13 +5109,13 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill i32.const 1 local.set $a @@ -5150,11 +5130,6 @@ i32.store local.get $4 i32.const 2592 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5171,7 +5146,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=8 + i32.store offset=4 local.get $4 local.get $b i32.const 10 @@ -5179,7 +5154,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=12 + i32.store offset=8 local.get $4 call $~lib/string/String#concat local.set $4 @@ -5188,11 +5163,6 @@ i32.store local.get $4 i32.const 2624 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5208,53 +5178,48 @@ i32.const 10 call $~lib/number/I32#toString local.tee $2 - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $b i32.const 10 call $~lib/number/I32#toString local.tee $3 - i32.store offset=20 + i32.store offset=16 i32.const 2656 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=8 + i32.store offset=4 local.get $4 i32.const 1 local.get $2 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=12 + i32.store offset=8 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2656 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=8 + i32.store offset=4 local.get $4 i32.const 3 local.get $3 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=12 + i32.store offset=8 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 2656 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=8 + i32.store offset=4 local.get $4 i32.const 160 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=12 - local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $4 global.get $~lib/memory/__stack_pointer @@ -5262,11 +5227,6 @@ i32.store local.get $4 i32.const 2704 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5278,7 +5238,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer ) @@ -5289,13 +5249,13 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill f64.const 1 local.set $a @@ -5310,11 +5270,6 @@ i32.store local.get $4 i32.const 3888 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5331,7 +5286,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=8 + i32.store offset=4 local.get $4 local.get $b i32.const 0 @@ -5339,7 +5294,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=12 + i32.store offset=8 local.get $4 call $~lib/string/String#concat local.set $4 @@ -5348,11 +5303,6 @@ i32.store local.get $4 i32.const 3920 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5368,53 +5318,48 @@ i32.const 0 call $~lib/number/F64#toString local.tee $2 - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $b i32.const 0 call $~lib/number/F64#toString local.tee $3 - i32.store offset=20 + i32.store offset=16 i32.const 3952 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=8 + i32.store offset=4 local.get $4 i32.const 1 local.get $2 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=12 + i32.store offset=8 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 3952 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=8 + i32.store offset=4 local.get $4 i32.const 3 local.get $3 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=12 + i32.store offset=8 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 3952 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=8 + i32.store offset=4 local.get $4 i32.const 160 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=12 - local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $4 global.get $~lib/memory/__stack_pointer @@ -5422,11 +5367,6 @@ i32.store local.get $4 i32.const 4000 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=4 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5438,7 +5378,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer ) @@ -5447,14 +5387,16 @@ (local $b i32) (local $2 i32) global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 16 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.const 20 - memory.fill + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 i32.const 2 local.set $a global.get $~lib/memory/__stack_pointer @@ -5470,11 +5412,6 @@ i32.store offset=4 local.get $2 i32.const 4048 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=8 - local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5492,11 +5429,6 @@ i32.store offset=4 local.get $2 i32.const 64 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=8 - local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5508,18 +5440,13 @@ unreachable end i32.const 4080 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=12 - local.get $2 local.get $a i32.const 10 call $~lib/number/I32#toString local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=16 + i32.store offset=8 local.get $2 call $~lib/string/String#concat local.set $2 @@ -5528,11 +5455,6 @@ i32.store offset=4 local.get $2 i32.const 4112 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=8 - local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5544,16 +5466,11 @@ unreachable end i32.const 4080 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=12 - local.get $2 local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=16 + i32.store offset=8 local.get $2 call $~lib/string/String#concat local.set $2 @@ -5562,11 +5479,6 @@ i32.store offset=4 local.get $2 i32.const 4144 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=8 - local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5583,14 +5495,9 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=12 + i32.store offset=8 local.get $2 i32.const 4176 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=16 - local.get $2 call $~lib/string/String#concat local.set $2 global.get $~lib/memory/__stack_pointer @@ -5598,11 +5505,6 @@ i32.store offset=4 local.get $2 i32.const 4208 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=8 - local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5617,14 +5519,9 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=12 + i32.store offset=8 local.get $2 i32.const 4176 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=16 - local.get $2 call $~lib/string/String#concat local.set $2 global.get $~lib/memory/__stack_pointer @@ -5632,11 +5529,6 @@ i32.store offset=4 local.get $2 i32.const 4240 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=8 - local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5653,13 +5545,13 @@ local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=12 + i32.store offset=8 local.get $2 local.get $b local.set $2 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=16 + i32.store offset=12 local.get $2 call $~lib/string/String#concat local.set $2 @@ -5668,11 +5560,6 @@ i32.store offset=4 local.get $2 i32.const 4272 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=8 - local.get $2 call $~lib/string/String.__eq i32.eqz if @@ -5684,7 +5571,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 20 + i32.const 16 i32.add global.set $~lib/memory/__stack_pointer ) @@ -5758,27 +5645,19 @@ (func $templateliteral/Ref#toString (param $this i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i64.const 0 i64.store - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 i32.const 4304 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store - local.get $1 local.get $this local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=8 + i32.store offset=4 local.get $1 call $templateliteral/Ref#get:value i32.const 10 @@ -5786,12 +5665,12 @@ local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=4 + i32.store local.get $1 call $~lib/string/String.__concat local.set $1 global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer local.get $1 @@ -5804,13 +5683,13 @@ (local $3 i32) (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 32 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 36 + i32.const 32 memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 @@ -5828,7 +5707,7 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=16 + i32.store offset=12 local.get $4 call $templateliteral/Ref#toString local.set $4 @@ -5837,11 +5716,6 @@ i32.store offset=8 local.get $4 i32.const 4336 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=12 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5856,25 +5730,25 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=24 + i32.store offset=20 local.get $4 call $templateliteral/Ref#toString local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=16 + i32.store offset=12 local.get $4 local.get $b local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=24 + i32.store offset=20 local.get $4 call $templateliteral/Ref#toString local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=20 + i32.store offset=16 local.get $4 call $~lib/string/String#concat local.set $4 @@ -5883,11 +5757,6 @@ i32.store offset=8 local.get $4 i32.const 4368 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=12 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5903,61 +5772,56 @@ local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=16 + i32.store offset=12 local.get $4 call $templateliteral/Ref#toString local.tee $2 - i32.store offset=28 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $b local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=16 + i32.store offset=12 local.get $4 call $templateliteral/Ref#toString local.tee $3 - i32.store offset=32 + i32.store offset=28 i32.const 4416 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=16 + i32.store offset=12 local.get $4 i32.const 1 local.get $2 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=20 + i32.store offset=16 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4416 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=16 + i32.store offset=12 local.get $4 i32.const 3 local.get $3 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=20 + i32.store offset=16 local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4416 local.set $4 global.get $~lib/memory/__stack_pointer local.get $4 - i32.store offset=16 + i32.store offset=12 local.get $4 i32.const 160 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=20 - local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $4 global.get $~lib/memory/__stack_pointer @@ -5965,11 +5829,6 @@ i32.store offset=8 local.get $4 i32.const 4464 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=12 - local.get $4 call $~lib/string/String.__eq i32.eqz if @@ -5981,7 +5840,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 32 i32.add global.set $~lib/memory/__stack_pointer ) @@ -5993,13 +5852,13 @@ (local $4 i32) (local $5 i32) global.get $~lib/memory/__stack_pointer - i32.const 32 + i32.const 28 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 32 + i32.const 28 memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 @@ -6014,70 +5873,65 @@ local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store offset=12 + i32.store offset=8 local.get $5 call $templateliteral/Ref#toString local.tee $2 - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer local.get $d local.tee $4 - i32.store offset=20 + i32.store offset=16 local.get $4 if (result i32) local.get $4 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store offset=12 + i32.store offset=8 local.get $5 call $templateliteral/Ref#toString else i32.const 4640 end local.tee $3 - i32.store offset=24 + i32.store offset=20 i32.const 4592 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store offset=12 + i32.store offset=8 local.get $5 i32.const 1 local.get $2 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store offset=28 + i32.store offset=24 local.get $5 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4592 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store offset=12 + i32.store offset=8 local.get $5 i32.const 3 local.get $3 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store offset=28 + i32.store offset=24 local.get $5 call $~lib/staticarray/StaticArray<~lib/string/String>#__uset i32.const 4592 local.set $5 global.get $~lib/memory/__stack_pointer local.get $5 - i32.store offset=12 + i32.store offset=8 local.get $5 i32.const 160 - local.set $5 - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store offset=28 - local.get $5 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $5 global.get $~lib/memory/__stack_pointer @@ -6085,11 +5939,6 @@ i32.store offset=4 local.get $5 i32.const 4672 - local.set $5 - global.get $~lib/memory/__stack_pointer - local.get $5 - i32.store offset=8 - local.get $5 call $~lib/string/String.__eq i32.eqz if @@ -6101,7 +5950,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 32 + i32.const 28 i32.add global.set $~lib/memory/__stack_pointer ) @@ -6259,11 +6108,6 @@ i32.store local.get $4 i32.const 160 - local.set $4 - global.get $~lib/memory/__stack_pointer - local.get $4 - i32.store offset=16 - local.get $4 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $4 global.get $~lib/memory/__stack_pointer @@ -6279,78 +6123,58 @@ (local $a i32) (local $3 i32) global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 4736 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store - local.get $3 i32.const 0 call $templateliteral/RecursiveObject#constructor local.tee $c - i32.store offset=4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 64 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store - local.get $3 local.get $c local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store offset=8 + i32.store offset=4 local.get $3 call $templateliteral/RecursiveObject#constructor local.tee $b - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 0 i32.const 32 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store - local.get $3 local.get $b local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store offset=8 + i32.store offset=4 local.get $3 call $templateliteral/RecursiveObject#constructor local.tee $a - i32.store offset=16 + i32.store offset=12 local.get $a local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store offset=20 + i32.store offset=16 local.get $3 call $templateliteral/RecursiveObject#toString local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store + i32.store offset=4 local.get $3 i32.const 4832 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store offset=8 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -6362,7 +6186,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/templateliteral.release.wat b/tests/compiler/templateliteral.release.wat index 24e06cf256..bb5e8a5e46 100644 --- a/tests/compiler/templateliteral.release.wat +++ b/tests/compiler/templateliteral.release.wat @@ -1,7 +1,7 @@ (module (type $0 (func (param i32 i32) (result i32))) - (type $1 (func)) - (type $2 (func (param i32) (result i32))) + (type $1 (func (param i32) (result i32))) + (type $2 (func)) (type $3 (func (param i32))) (type $4 (func (param i32 i32))) (type $5 (func (param i32 i32 i32))) @@ -212,7 +212,7 @@ local.get $1 global.set $~lib/rt/itcms/iter end - block $__inlined_func$~lib/rt/itcms/Object#unlink$164 + block $__inlined_func$~lib/rt/itcms/Object#unlink$165 local.get $0 i32.load offset=4 i32.const -4 @@ -236,7 +236,7 @@ call $~lib/builtins/abort unreachable end - br $__inlined_func$~lib/rt/itcms/Object#unlink$164 + br $__inlined_func$~lib/rt/itcms/Object#unlink$165 end local.get $0 i32.load offset=8 @@ -3057,7 +3057,7 @@ i32.const 1504 global.set $~lib/rt/itcms/fromSpace global.get $~lib/memory/__stack_pointer - i32.const 32 + i32.const 28 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner1 @@ -3067,7 +3067,7 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 32 + i32.const 28 memory.fill global.get $~lib/memory/__stack_pointer i32.const 1056 @@ -3078,9 +3078,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=12 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -3095,10 +3092,10 @@ end global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 1088 - i32.store offset=20 + i32.store offset=16 i32.const 1056 i32.const 1088 call $~lib/string/String#concat @@ -3106,9 +3103,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1616 - i32.store offset=12 local.get $0 i32.const 1616 call $~lib/string/String.__eq @@ -3123,16 +3117,16 @@ end global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store offset=24 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 1088 - i32.store offset=28 + i32.store offset=24 global.get $~lib/memory/__stack_pointer i32.const 1744 - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 1056 - i32.store offset=20 + i32.store offset=16 i32.const 1748 i32.const 1056 i32.store @@ -3142,10 +3136,10 @@ call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 1744 - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 1088 - i32.store offset=20 + i32.store offset=16 i32.const 1756 i32.const 1088 i32.store @@ -3155,19 +3149,13 @@ call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 1744 - i32.store offset=16 - global.get $~lib/memory/__stack_pointer - i32.const 1184 - i32.store offset=20 + i32.store offset=12 i32.const 1744 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1792 - i32.store offset=12 local.get $0 i32.const 1792 call $~lib/string/String.__eq @@ -3181,11 +3169,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 32 + i32.const 28 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -3194,7 +3182,7 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill i32.const 1 call $~lib/number/I32#toString @@ -3202,9 +3190,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3616 - i32.store offset=4 local.get $0 i32.const 3616 call $~lib/string/String.__eq @@ -3222,13 +3207,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 i32.const 2 call $~lib/number/I32#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $0 local.get $1 call $~lib/string/String#concat @@ -3236,9 +3221,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3648 - i32.store offset=4 local.get $0 i32.const 3648 call $~lib/string/String.__eq @@ -3255,18 +3237,18 @@ i32.const 1 call $~lib/number/I32#toString local.tee $0 - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 2 call $~lib/number/I32#toString local.tee $1 - i32.store offset=20 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 3680 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 i32.const 3684 local.get $0 i32.store @@ -3276,10 +3258,10 @@ call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 3680 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 i32.const 3692 local.get $1 i32.store @@ -3289,19 +3271,13 @@ call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 3680 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1184 - i32.store offset=12 + i32.store offset=4 i32.const 3680 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 3728 - i32.store offset=4 local.get $0 i32.const 3728 call $~lib/string/String.__eq @@ -3315,11 +3291,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -3328,7 +3304,7 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill f64.const 1 call $~lib/number/F64#toString @@ -3336,9 +3312,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4912 - i32.store offset=4 local.get $0 i32.const 4912 call $~lib/string/String.__eq @@ -3356,13 +3329,13 @@ local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 f64.const 2 call $~lib/number/F64#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 local.get $0 local.get $1 call $~lib/string/String#concat @@ -3370,9 +3343,6 @@ global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 4944 - i32.store offset=4 local.get $0 i32.const 4944 call $~lib/string/String.__eq @@ -3389,18 +3359,18 @@ f64.const 1 call $~lib/number/F64#toString local.tee $0 - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer f64.const 2 call $~lib/number/F64#toString local.tee $1 - i32.store offset=20 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 4976 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 i32.const 4980 local.get $0 i32.store @@ -3410,10 +3380,10 @@ call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 4976 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=12 + i32.store offset=8 i32.const 4988 local.get $1 i32.store @@ -3423,19 +3393,13 @@ call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 4976 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1184 - i32.store offset=12 + i32.store offset=4 i32.const 4976 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 5024 - i32.store offset=4 local.get $0 i32.const 5024 call $~lib/string/String.__eq @@ -3449,12 +3413,187 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 + i32.add + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 16 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 5904 + i32.lt_s + br_if $folding-inner1 + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 1088 + i32.store + i32.const 2 + call $~lib/number/I32#toString + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 5072 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 31 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1088 + i32.store offset=4 + i32.const 1088 + i32.const 1088 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 32 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + call $~lib/number/I32#toString + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + i32.const 5104 + local.get $0 + call $~lib/string/String#concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 5136 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 33 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1088 + i32.store offset=8 + i32.const 5104 + i32.const 1088 + call $~lib/string/String#concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 5168 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 34 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + call $~lib/number/I32#toString + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + local.get $0 + i32.const 5200 + call $~lib/string/String#concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 5232 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 35 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1088 + i32.store offset=8 + i32.const 1088 + i32.const 5200 + call $~lib/string/String#concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 5264 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 36 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + call $~lib/number/I32#toString + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=8 + global.get $~lib/memory/__stack_pointer + i32.const 1088 + i32.store offset=12 + local.get $0 + i32.const 1088 + call $~lib/string/String#concat + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store offset=4 + local.get $0 + i32.const 5296 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1120 + i32.const 37 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 16 i32.add global.set $~lib/memory/__stack_pointer - call $templateliteral/test_fast_paths_string global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 32 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -3463,7 +3602,7 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 36 + i32.const 32 memory.fill global.get $~lib/memory/__stack_pointer i32.const 1 @@ -3477,16 +3616,13 @@ i32.store offset=4 global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=16 + i32.store offset=12 local.get $2 call $templateliteral/Ref#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 5360 - i32.store offset=12 local.get $1 i32.const 5360 call $~lib/string/String.__eq @@ -3501,22 +3637,22 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=24 + i32.store offset=20 local.get $2 call $templateliteral/Ref#toString local.set $1 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=24 + i32.store offset=20 local.get $0 call $templateliteral/Ref#toString local.set $3 global.get $~lib/memory/__stack_pointer local.get $3 - i32.store offset=20 + i32.store offset=16 local.get $1 local.get $3 call $~lib/string/String#concat @@ -3524,9 +3660,6 @@ global.get $~lib/memory/__stack_pointer local.get $1 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 5392 - i32.store offset=12 local.get $1 i32.const 5392 call $~lib/string/String.__eq @@ -3541,26 +3674,26 @@ end global.get $~lib/memory/__stack_pointer local.get $2 - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $2 call $templateliteral/Ref#toString local.tee $1 - i32.store offset=28 + i32.store offset=24 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 call $templateliteral/Ref#toString local.tee $0 - i32.store offset=32 + i32.store offset=28 global.get $~lib/memory/__stack_pointer i32.const 5440 - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $1 - i32.store offset=20 + i32.store offset=16 i32.const 5444 local.get $1 i32.store @@ -3570,10 +3703,10 @@ call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5440 - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=20 + i32.store offset=16 i32.const 5452 local.get $0 i32.store @@ -3583,19 +3716,13 @@ call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5440 - i32.store offset=16 - global.get $~lib/memory/__stack_pointer - i32.const 1184 - i32.store offset=20 + i32.store offset=12 i32.const 5440 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 5488 - i32.store offset=12 local.get $0 i32.const 5488 call $~lib/string/String.__eq @@ -3609,11 +3736,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 36 + i32.const 32 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 32 + i32.const 28 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -3622,7 +3749,7 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 32 + i32.const 28 memory.fill global.get $~lib/memory/__stack_pointer i32.const 3 @@ -3631,24 +3758,24 @@ i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 call $templateliteral/Ref#toString local.tee $0 - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store offset=20 + i32.store offset=16 global.get $~lib/memory/__stack_pointer i32.const 5664 - i32.store offset=24 + i32.store offset=20 global.get $~lib/memory/__stack_pointer i32.const 5616 - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=28 + i32.store offset=24 i32.const 5620 local.get $0 i32.store @@ -3658,10 +3785,10 @@ call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5616 - i32.store offset=12 + i32.store offset=8 global.get $~lib/memory/__stack_pointer i32.const 5664 - i32.store offset=28 + i32.store offset=24 i32.const 5628 i32.const 5664 i32.store @@ -3671,19 +3798,13 @@ call $~lib/rt/itcms/__link global.get $~lib/memory/__stack_pointer i32.const 5616 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1184 - i32.store offset=28 + i32.store offset=8 i32.const 5616 call $~lib/staticarray/StaticArray<~lib/string/String>#join local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 5696 - i32.store offset=8 local.get $0 i32.const 5696 call $~lib/string/String.__eq @@ -3697,11 +3818,11 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 32 + i32.const 28 i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -3710,53 +3831,41 @@ br_if $folding-inner1 global.get $~lib/memory/__stack_pointer i32.const 0 - i32.const 24 + i32.const 20 memory.fill global.get $~lib/memory/__stack_pointer i32.const 5760 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 5760 i32.const 0 call $templateliteral/RecursiveObject#constructor local.tee $0 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1088 i32.store global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1088 local.get $0 call $templateliteral/RecursiveObject#constructor local.tee $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store + i32.store offset=8 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 global.get $~lib/memory/__stack_pointer i32.const 1056 local.get $0 call $templateliteral/RecursiveObject#constructor local.tee $0 - i32.store offset=16 + i32.store offset=12 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=20 + i32.store offset=16 local.get $0 call $templateliteral/RecursiveObject#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 5856 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.const 5856 call $~lib/string/String.__eq @@ -3770,7 +3879,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 24 + i32.const 20 i32.add global.set $~lib/memory/__stack_pointer return @@ -3972,7 +4081,7 @@ end end end - block $__inlined_func$~lib/util/string/compareImpl$90 + block $__inlined_func$~lib/util/string/compareImpl$91 loop $while-continue|1 local.get $0 local.tee $3 @@ -3992,7 +4101,7 @@ local.get $4 local.get $5 i32.ne - br_if $__inlined_func$~lib/util/string/compareImpl$90 + br_if $__inlined_func$~lib/util/string/compareImpl$91 local.get $2 i32.const 2 i32.add @@ -4354,223 +4463,6 @@ i32.add global.set $~lib/memory/__stack_pointer ) - (func $templateliteral/test_fast_paths_string - (local $0 i32) - global.get $~lib/memory/__stack_pointer - i32.const 20 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 5904 - i32.lt_s - if - i32.const 38704 - i32.const 38752 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.const 20 - memory.fill - global.get $~lib/memory/__stack_pointer - i32.const 1088 - i32.store - i32.const 2 - call $~lib/number/I32#toString - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 5072 - i32.store offset=8 - local.get $0 - i32.const 5072 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 31 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 1088 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 1088 - i32.store offset=8 - i32.const 1088 - i32.const 1088 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 32 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 5104 - i32.store offset=12 - i32.const 2 - call $~lib/number/I32#toString - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=16 - i32.const 5104 - local.get $0 - call $~lib/string/String#concat - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 5136 - i32.store offset=8 - local.get $0 - i32.const 5136 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 33 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 5104 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1088 - i32.store offset=16 - i32.const 5104 - i32.const 1088 - call $~lib/string/String#concat - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 5168 - i32.store offset=8 - local.get $0 - i32.const 5168 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 34 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - i32.const 2 - call $~lib/number/I32#toString - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 5200 - i32.store offset=16 - local.get $0 - i32.const 5200 - call $~lib/string/String#concat - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 5232 - i32.store offset=8 - local.get $0 - i32.const 5232 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 35 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 1088 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 5200 - i32.store offset=16 - i32.const 1088 - i32.const 5200 - call $~lib/string/String#concat - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 5264 - i32.store offset=8 - local.get $0 - i32.const 5264 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 36 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - i32.const 2 - call $~lib/number/I32#toString - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=12 - global.get $~lib/memory/__stack_pointer - i32.const 1088 - i32.store offset=16 - local.get $0 - i32.const 1088 - call $~lib/string/String#concat - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - global.get $~lib/memory/__stack_pointer - i32.const 5296 - i32.store offset=8 - local.get $0 - i32.const 5296 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1120 - i32.const 37 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 20 - i32.add - global.set $~lib/memory/__stack_pointer - ) (func $templateliteral/Ref#constructor (param $0 i32) (result i32) (local $1 i32) global.get $~lib/memory/__stack_pointer @@ -4611,7 +4503,7 @@ ) (func $templateliteral/Ref#toString (param $0 i32) (result i32) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -4623,21 +4515,15 @@ i64.const 0 i64.store global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 5328 - i32.store - global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=8 + i32.store offset=4 local.get $0 i32.load call $~lib/number/I32#toString local.set $0 global.get $~lib/memory/__stack_pointer local.get $0 - i32.store offset=4 + i32.store global.get $~lib/memory/__stack_pointer i32.const 8 i32.sub @@ -4663,7 +4549,7 @@ i32.add global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 8 i32.add global.set $~lib/memory/__stack_pointer return @@ -4824,9 +4710,6 @@ global.get $~lib/memory/__stack_pointer i32.const 5824 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1184 - i32.store offset=16 i32.const 5824 call $~lib/staticarray/StaticArray<~lib/string/String>#join global.get $~lib/memory/__stack_pointer diff --git a/tests/compiler/typealias.debug.wat b/tests/compiler/typealias.debug.wat index 9c6d493f68..a32c177783 100644 --- a/tests/compiler/typealias.debug.wat +++ b/tests/compiler/typealias.debug.wat @@ -140,6 +140,64 @@ i32.const 0 return ) + (func $typealias/outer_function~inner_function + (local $alias f64) + f64.const 1 + local.set $alias + i32.const 112 + i32.const 112 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 64 + i32.const 17 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + ) + (func $typealias/outer_function + (local $alias i64) + (local $inner_function i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + i64.const 1 + local.set $alias + i32.const 32 + i32.const 32 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 64 + i32.const 13 + i32.const 3 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 144 + local.tee $inner_function + i32.store + local.get $inner_function + drop + i32.const 0 + global.set $~argumentsLength + local.get $inner_function + i32.load + call_indirect (type $0) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) (func $typealias/generic_type_alias i32.const 5 i32.const 5 @@ -273,99 +331,4 @@ local.get $3 return ) - (func $typealias/outer_function~inner_function - (local $alias f64) - (local $1 i32) - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - call $~stack_check - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - f64.const 1 - local.set $alias - i32.const 112 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store - local.get $1 - i32.const 112 - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.store offset=4 - local.get $1 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 64 - i32.const 17 - i32.const 5 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - ) - (func $typealias/outer_function - (local $alias i64) - (local $inner_function i32) - (local $2 i32) - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.sub - global.set $~lib/memory/__stack_pointer - call $~stack_check - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer - i32.const 0 - i32.store offset=8 - i64.const 1 - local.set $alias - i32.const 32 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store - local.get $2 - i32.const 32 - local.set $2 - global.get $~lib/memory/__stack_pointer - local.get $2 - i32.store offset=4 - local.get $2 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 64 - i32.const 13 - i32.const 3 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 144 - local.tee $inner_function - i32.store offset=8 - local.get $inner_function - drop - i32.const 0 - global.set $~argumentsLength - local.get $inner_function - i32.load - call_indirect (type $0) - global.get $~lib/memory/__stack_pointer - i32.const 12 - i32.add - global.set $~lib/memory/__stack_pointer - ) ) diff --git a/tests/compiler/typealias.release.wat b/tests/compiler/typealias.release.wat index de77169cc1..997ab9cfcc 100644 --- a/tests/compiler/typealias.release.wat +++ b/tests/compiler/typealias.release.wat @@ -19,12 +19,26 @@ (export "alias" (func $typealias/alias)) (export "memory" (memory $0)) (start $~start) + (func $typealias/outer_function~inner_function + i32.const 1136 + i32.const 1136 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1088 + i32.const 17 + i32.const 5 + call $~lib/builtins/abort + unreachable + end + ) (func $typealias/alias (param $0 i32) (result i32) local.get $0 ) (func $~start global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer global.get $~lib/memory/__stack_pointer @@ -39,17 +53,8 @@ unreachable end global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store offset=8 - global.get $~lib/memory/__stack_pointer - i32.const 1056 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -64,12 +69,12 @@ end global.get $~lib/memory/__stack_pointer i32.const 1168 - i32.store offset=8 + i32.store i32.const 1168 i32.load call_indirect (type $0) global.get $~lib/memory/__stack_pointer - i32.const 12 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) @@ -235,46 +240,4 @@ global.set $~lib/memory/__stack_pointer i32.const 0 ) - (func $typealias/outer_function~inner_function - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.sub - global.set $~lib/memory/__stack_pointer - global.get $~lib/memory/__stack_pointer - i32.const 1180 - i32.lt_s - if - i32.const 33968 - i32.const 34016 - i32.const 1 - i32.const 1 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer - i32.const 1136 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1136 - i32.store offset=4 - i32.const 1136 - i32.const 1136 - call $~lib/string/String.__eq - i32.eqz - if - i32.const 0 - i32.const 1088 - i32.const 17 - i32.const 5 - call $~lib/builtins/abort - unreachable - end - global.get $~lib/memory/__stack_pointer - i32.const 8 - i32.add - global.set $~lib/memory/__stack_pointer - ) ) diff --git a/tests/compiler/typeof.debug.wat b/tests/compiler/typeof.debug.wat index 2510d717ba..7b04cbca73 100644 --- a/tests/compiler/typeof.debug.wat +++ b/tests/compiler/typeof.debug.wat @@ -2621,27 +2621,17 @@ (func $start:typeof (local $0 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store + i32.const 0 + i32.store i32.const 1 drop i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -2653,17 +2643,7 @@ unreachable end i32.const 112 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 112 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -2675,17 +2655,7 @@ unreachable end i32.const 112 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 112 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -2697,17 +2667,7 @@ unreachable end i32.const 112 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 112 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -2719,17 +2679,7 @@ unreachable end i32.const 144 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 144 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -2741,17 +2691,7 @@ unreachable end i32.const 144 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 144 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -2765,17 +2705,7 @@ i32.const 1 drop i32.const 192 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 192 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -2787,17 +2717,7 @@ unreachable end i32.const 112 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 112 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -2811,17 +2731,7 @@ i32.const 1 drop i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -2835,17 +2745,7 @@ f64.const 1 drop i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -2859,17 +2759,7 @@ i64.const 1 drop i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -2883,17 +2773,7 @@ i32.const 240 drop i32.const 272 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 272 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -2913,11 +2793,6 @@ i32.store local.get $0 i32.const 192 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -2937,11 +2812,6 @@ i32.store local.get $0 i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -2961,11 +2831,6 @@ i32.store local.get $0 i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -2985,11 +2850,6 @@ i32.store local.get $0 i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3009,11 +2869,6 @@ i32.store local.get $0 i32.const 32 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3033,11 +2888,6 @@ i32.store local.get $0 i32.const 272 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3057,11 +2907,6 @@ i32.store local.get $0 i32.const 144 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3101,11 +2946,6 @@ i32.store local.get $0 i32.const 112 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3117,17 +2957,7 @@ unreachable end i32.const 144 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 144 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3139,17 +2969,7 @@ unreachable end i32.const 736 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store - local.get $0 i32.const 736 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3169,11 +2989,6 @@ i32.store local.get $0 i32.const 736 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3193,11 +3008,6 @@ i32.store local.get $0 i32.const 736 - local.set $0 - global.get $~lib/memory/__stack_pointer - local.get $0 - i32.store offset=4 - local.get $0 call $~lib/string/String.__eq i32.eqz if @@ -3209,7 +3019,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) diff --git a/tests/compiler/typeof.release.wat b/tests/compiler/typeof.release.wat index 698d29d147..a1cf98f400 100644 --- a/tests/compiler/typeof.release.wat +++ b/tests/compiler/typeof.release.wat @@ -1629,7 +1629,7 @@ (local $0 i32) (local $1 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer block $folding-inner0 @@ -1638,14 +1638,8 @@ i32.lt_s br_if $folding-inner0 global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 + i32.const 0 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -1658,12 +1652,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1136 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1136 - i32.store offset=4 i32.const 1136 i32.const 1136 call $~lib/string/String.__eq @@ -1676,12 +1664,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1136 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1136 - i32.store offset=4 i32.const 1136 i32.const 1136 call $~lib/string/String.__eq @@ -1694,12 +1676,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1136 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1136 - i32.store offset=4 i32.const 1136 i32.const 1136 call $~lib/string/String.__eq @@ -1712,12 +1688,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1168 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1168 - i32.store offset=4 i32.const 1168 i32.const 1168 call $~lib/string/String.__eq @@ -1730,12 +1700,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1168 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1168 - i32.store offset=4 i32.const 1168 i32.const 1168 call $~lib/string/String.__eq @@ -1748,12 +1712,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1216 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1216 - i32.store offset=4 i32.const 1216 i32.const 1216 call $~lib/string/String.__eq @@ -1766,12 +1724,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1136 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1136 - i32.store offset=4 i32.const 1136 i32.const 1136 call $~lib/string/String.__eq @@ -1784,12 +1736,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -1802,12 +1748,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -1820,12 +1760,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -1838,12 +1772,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1296 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1296 - i32.store offset=4 i32.const 1296 i32.const 1296 call $~lib/string/String.__eq @@ -1859,9 +1787,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1216 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1216 - i32.store offset=4 i32.const 1216 i32.const 1216 call $~lib/string/String.__eq @@ -1877,9 +1802,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -1895,9 +1817,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -1913,9 +1832,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -1931,9 +1847,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1056 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1056 - i32.store offset=4 i32.const 1056 i32.const 1056 call $~lib/string/String.__eq @@ -1949,9 +1862,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1296 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1296 - i32.store offset=4 i32.const 1296 i32.const 1296 call $~lib/string/String.__eq @@ -1967,9 +1877,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1168 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1168 - i32.store offset=4 i32.const 1168 i32.const 1168 call $~lib/string/String.__eq @@ -2069,9 +1976,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1136 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1136 - i32.store offset=4 i32.const 1136 i32.const 1136 call $~lib/string/String.__eq @@ -2084,12 +1988,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1168 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1168 - i32.store offset=4 i32.const 1168 i32.const 1168 call $~lib/string/String.__eq @@ -2102,12 +2000,6 @@ call $~lib/builtins/abort unreachable end - global.get $~lib/memory/__stack_pointer - i32.const 1760 - i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1760 - i32.store offset=4 i32.const 1760 i32.const 1760 call $~lib/string/String.__eq @@ -2123,9 +2015,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1760 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1760 - i32.store offset=4 i32.const 1760 i32.const 1760 call $~lib/string/String.__eq @@ -2141,9 +2030,6 @@ global.get $~lib/memory/__stack_pointer i32.const 1760 i32.store - global.get $~lib/memory/__stack_pointer - i32.const 1760 - i32.store offset=4 i32.const 1760 i32.const 1760 call $~lib/string/String.__eq @@ -2157,7 +2043,7 @@ unreachable end global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer return From 9b5b78d5ce09103ae2f1d3b56571cca142f439a4 Mon Sep 17 00:00:00 2001 From: CountBleck Date: Sun, 7 Sep 2025 20:24:46 -0700 Subject: [PATCH 088/103] fix: simplify && and || when the LHS is constant (#2947) --- src/compiler.ts | 44 +++-- tests/compiler/logical.debug.wat | 229 +++--------------------- tests/compiler/logical.release.wat | 16 +- tests/compiler/logical.ts | 8 + tests/compiler/resolve-binary.debug.wat | 24 +-- 5 files changed, 82 insertions(+), 239 deletions(-) diff --git a/src/compiler.ts b/src/compiler.ts index d3a5525164..7e87baf7fd 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -4574,19 +4574,31 @@ export class Compiler extends DiagnosticEmitter { } leftExpr = this.convertExpression(leftExpr, leftType, commonType, false, left); leftType = commonType; + + // This is sometimes needed to make the left trivial + let leftPrecompExpr = module.runExpression(leftExpr, ExpressionRunnerFlags.PreserveSideeffects); + if (leftPrecompExpr) leftExpr = leftPrecompExpr; + rightExpr = this.convertExpression(rightExpr, rightType, commonType, false, right); rightType = commonType; - // simplify if copying left is trivial - if (expr = module.tryCopyTrivialExpression(leftExpr)) { + let condExpr = this.makeIsTrueish(leftExpr, this.currentType, left); + let condKind = this.evaluateCondition(condExpr); + + if (condKind != ConditionKind.Unknown) { + // simplify if left is a constant + expr = condKind == ConditionKind.True + ? rightExpr + : leftExpr; + } else if (expr = module.tryCopyTrivialExpression(leftExpr)) { + // simplify if copying left is trivial expr = module.if( - this.makeIsTrueish(leftExpr, this.currentType, left), + condExpr, rightExpr, expr ); - - // if not possible, tee left to a temp } else { + // if not possible, tee left to a temp let tempLocal = flow.getTempLocal(leftType); if (!flow.canOverflow(leftExpr, leftType)) flow.setLocalFlag(tempLocal.index, LocalFlags.Wrapped); if (flow.isNonnull(leftExpr, leftType)) flow.setLocalFlag(tempLocal.index, LocalFlags.NonNull); @@ -4654,19 +4666,31 @@ export class Compiler extends DiagnosticEmitter { let possiblyNull = leftType.is(TypeFlags.Nullable) && rightType.is(TypeFlags.Nullable); leftExpr = this.convertExpression(leftExpr, leftType, commonType, false, left); leftType = commonType; + + // This is sometimes needed to make the left trivial + let leftPrecompExpr = module.runExpression(leftExpr, ExpressionRunnerFlags.PreserveSideeffects); + if (leftPrecompExpr) leftExpr = leftPrecompExpr; + rightExpr = this.convertExpression(rightExpr, rightType, commonType, false, right); rightType = commonType; - // simplify if copying left is trivial - if (expr = module.tryCopyTrivialExpression(leftExpr)) { + let condExpr = this.makeIsTrueish(leftExpr, this.currentType, left); + let condKind = this.evaluateCondition(condExpr); + + if (condKind != ConditionKind.Unknown) { + // simplify if left is a constant + expr = condKind == ConditionKind.True + ? leftExpr + : rightExpr; + } else if (expr = module.tryCopyTrivialExpression(leftExpr)) { + // otherwise, simplify if copying left is trivial expr = module.if( - this.makeIsTrueish(leftExpr, leftType, left), + condExpr, expr, rightExpr ); - - // if not possible, tee left to a temp. local } else { + // if not possible, tee left to a temp. local let temp = flow.getTempLocal(leftType); let tempIndex = temp.index; if (!flow.canOverflow(leftExpr, leftType)) flow.setLocalFlag(tempIndex, LocalFlags.Wrapped); diff --git a/tests/compiler/logical.debug.wat b/tests/compiler/logical.debug.wat index 78f3bc8b0e..d5fc0a82e6 100644 --- a/tests/compiler/logical.debug.wat +++ b/tests/compiler/logical.debug.wat @@ -28,6 +28,10 @@ (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) (global $~lib/native/ASC_LOW_MEMORY_LIMIT i32 (i32.const 0)) + (global $logical/foo (mut i32) (i32.const 456)) + (global $logical/bar (mut f64) (f64.const -0)) + (global $logical/baz (mut i32) (i32.const 321)) + (global $logical/qux (mut f64) (f64.const 2.718)) (global $logical/b (mut i32) (i32.const 0)) (global $logical/c (mut i32) (i32.const 0)) (global $~lib/rt/__rtti_base i32 (i32.const 464)) @@ -47,6 +51,10 @@ (data $9 (i32.const 464) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 \00\00\00") (table $0 1 1 funcref) (elem $0 (i32.const 1)) + (export "foo" (global $logical/foo)) + (export "bar" (global $logical/bar)) + (export "baz" (global $logical/baz)) + (export "qux" (global $logical/qux)) (export "memory" (memory $0)) (start $~start) (func $logical/testShortcutAnd (param $a i64) (param $b i32) (result i32) @@ -2583,26 +2591,9 @@ i64.const -9007199254740994 i64.le_u drop - i32.const 1 - if (result i32) - i32.const 2 - else - i32.const 1 - end + i32.const 2 drop - f64.const 1 - i64.reinterpret_f64 - i64.const 1 - i64.shl - i64.const 2 - i64.sub - i64.const -9007199254740994 - i64.le_u - if (result f64) - f64.const 2 - else - f64.const 1 - end + f64.const 2 i64.reinterpret_f64 i64.const 1 i64.shl @@ -2611,12 +2602,7 @@ i64.const -9007199254740994 i64.le_u drop - i32.const 1 - if (result i32) - i32.const 2 - else - i32.const 1 - end + i32.const 2 global.set $logical/i global.get $logical/i i32.const 2 @@ -2630,12 +2616,7 @@ call $~lib/builtins/abort unreachable end - i32.const 0 - if (result i32) - i32.const 0 - else - i32.const 1 - end + i32.const 1 global.set $logical/i global.get $logical/i i32.const 1 @@ -2649,14 +2630,7 @@ call $~lib/builtins/abort unreachable end - i64.const 1 - i64.const 0 - i64.ne - if (result i64) - i64.const 2 - else - i64.const 1 - end + i64.const 2 global.set $logical/I global.get $logical/I i64.const 2 @@ -2670,14 +2644,7 @@ call $~lib/builtins/abort unreachable end - i64.const 0 - i64.const 0 - i64.ne - if (result i64) - i64.const 0 - else - i64.const 1 - end + i64.const 1 global.set $logical/I global.get $logical/I i64.const 1 @@ -2691,19 +2658,7 @@ call $~lib/builtins/abort unreachable end - f32.const 1 - i32.reinterpret_f32 - i32.const 1 - i32.shl - i32.const 2 - i32.sub - i32.const -16777218 - i32.le_u - if (result f32) - f32.const 2 - else - f32.const 1 - end + f32.const 2 global.set $logical/f global.get $logical/f f32.const 2 @@ -2717,19 +2672,7 @@ call $~lib/builtins/abort unreachable end - f32.const 0 - i32.reinterpret_f32 - i32.const 1 - i32.shl - i32.const 2 - i32.sub - i32.const -16777218 - i32.le_u - if (result f32) - f32.const 0 - else - f32.const 1 - end + f32.const 1 global.set $logical/f global.get $logical/f f32.const 1 @@ -2743,19 +2686,7 @@ call $~lib/builtins/abort unreachable end - f64.const 1 - i64.reinterpret_f64 - i64.const 1 - i64.shl - i64.const 2 - i64.sub - i64.const -9007199254740994 - i64.le_u - if (result f64) - f64.const 2 - else - f64.const 1 - end + f64.const 2 global.set $logical/F global.get $logical/F f64.const 2 @@ -2769,19 +2700,7 @@ call $~lib/builtins/abort unreachable end - f64.const 0 - i64.reinterpret_f64 - i64.const 1 - i64.shl - i64.const 2 - i64.sub - i64.const -9007199254740994 - i64.le_u - if (result f64) - f64.const 0 - else - f64.const 1 - end + f64.const 1 global.set $logical/F global.get $logical/F f64.const 1 @@ -2795,19 +2714,7 @@ call $~lib/builtins/abort unreachable end - f32.const nan:0x400000 - i32.reinterpret_f32 - i32.const 1 - i32.shl - i32.const 2 - i32.sub - i32.const -16777218 - i32.le_u - if (result f32) - f32.const nan:0x400000 - else - f32.const 1 - end + f32.const 1 global.set $logical/f global.get $logical/f f32.const 1 @@ -2822,18 +2729,6 @@ unreachable end f32.const 1 - i32.reinterpret_f32 - i32.const 1 - i32.shl - i32.const 2 - i32.sub - i32.const -16777218 - i32.le_u - if (result f32) - f32.const 1 - else - f32.const nan:0x400000 - end global.set $logical/f global.get $logical/f f32.const 1 @@ -2847,19 +2742,7 @@ call $~lib/builtins/abort unreachable end - f64.const nan:0x8000000000000 - i64.reinterpret_f64 - i64.const 1 - i64.shl - i64.const 2 - i64.sub - i64.const -9007199254740994 - i64.le_u - if (result f64) - f64.const nan:0x8000000000000 - else - f64.const 1 - end + f64.const 1 global.set $logical/F global.get $logical/F f64.const 1 @@ -2874,18 +2757,6 @@ unreachable end f64.const 1 - i64.reinterpret_f64 - i64.const 1 - i64.shl - i64.const 2 - i64.sub - i64.const -9007199254740994 - i64.le_u - if (result f64) - f64.const 1 - else - f64.const nan:0x8000000000000 - end global.set $logical/F global.get $logical/F f64.const 1 @@ -2899,19 +2770,7 @@ call $~lib/builtins/abort unreachable end - f32.const 1 - i32.reinterpret_f32 - i32.const 1 - i32.shl - i32.const 2 - i32.sub - i32.const -16777218 - i32.le_u - if (result f32) - f32.const nan:0x400000 - else - f32.const 1 - end + f32.const nan:0x400000 global.set $logical/f global.get $logical/f local.tee $0 @@ -2927,18 +2786,6 @@ unreachable end f32.const nan:0x400000 - i32.reinterpret_f32 - i32.const 1 - i32.shl - i32.const 2 - i32.sub - i32.const -16777218 - i32.le_u - if (result f32) - f32.const 1 - else - f32.const nan:0x400000 - end global.set $logical/f global.get $logical/f local.tee $1 @@ -2953,19 +2800,7 @@ call $~lib/builtins/abort unreachable end - f64.const 1 - i64.reinterpret_f64 - i64.const 1 - i64.shl - i64.const 2 - i64.sub - i64.const -9007199254740994 - i64.le_u - if (result f64) - f64.const nan:0x8000000000000 - else - f64.const 1 - end + f64.const nan:0x8000000000000 global.set $logical/F global.get $logical/F local.tee $2 @@ -2981,18 +2816,6 @@ unreachable end f64.const nan:0x8000000000000 - i64.reinterpret_f64 - i64.const 1 - i64.shl - i64.const 2 - i64.sub - i64.const -9007199254740994 - i64.le_u - if (result f64) - f64.const 1 - else - f64.const nan:0x8000000000000 - end global.set $logical/F global.get $logical/F local.tee $3 @@ -3111,7 +2934,7 @@ if i32.const 0 i32.const 32 - i32.const 106 + i32.const 114 i32.const 1 call $~lib/builtins/abort unreachable @@ -3124,7 +2947,7 @@ if i32.const 0 i32.const 32 - i32.const 107 + i32.const 115 i32.const 1 call $~lib/builtins/abort unreachable @@ -3142,7 +2965,7 @@ if i32.const 0 i32.const 32 - i32.const 112 + i32.const 120 i32.const 1 call $~lib/builtins/abort unreachable @@ -3155,7 +2978,7 @@ if i32.const 0 i32.const 32 - i32.const 113 + i32.const 121 i32.const 1 call $~lib/builtins/abort unreachable diff --git a/tests/compiler/logical.release.wat b/tests/compiler/logical.release.wat index 185b69545e..a244889d24 100644 --- a/tests/compiler/logical.release.wat +++ b/tests/compiler/logical.release.wat @@ -17,6 +17,10 @@ (global $~lib/rt/itcms/white (mut i32) (i32.const 0)) (global $~lib/rt/itcms/fromSpace (mut i32) (i32.const 0)) (global $~lib/rt/tlsf/ROOT (mut i32) (i32.const 0)) + (global $logical/foo (mut i32) (i32.const 456)) + (global $logical/bar (mut f64) (f64.const -0)) + (global $logical/baz (mut i32) (i32.const 321)) + (global $logical/qux (mut f64) (f64.const 2.718)) (global $logical/b (mut i32) (i32.const 0)) (global $logical/c (mut i32) (i32.const 0)) (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34292)) @@ -34,6 +38,10 @@ (data $8 (i32.const 1420) "<") (data $8.1 (i32.const 1432) "\02\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") (data $9 (i32.const 1488) "\08\00\00\00 \00\00\00 \00\00\00 \00\00\00\00\00\00\00 \00\00\00 \00\00\00 \00\00\00 ") + (export "foo" (global $logical/foo)) + (export "bar" (global $logical/bar)) + (export "baz" (global $logical/baz)) + (export "qux" (global $logical/qux)) (export "memory" (memory $0)) (start $~start) (func $~lib/rt/itcms/visitRoots @@ -1420,7 +1428,7 @@ ) (func $~start (local $0 i32) - block $__inlined_func$start:logical + block $__inlined_func$start:logical$1 global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -1568,7 +1576,7 @@ if i32.const 0 i32.const 1056 - i32.const 106 + i32.const 114 i32.const 1 call $~lib/builtins/abort unreachable @@ -1586,7 +1594,7 @@ if i32.const 0 i32.const 1056 - i32.const 112 + i32.const 120 i32.const 1 call $~lib/builtins/abort unreachable @@ -1595,7 +1603,7 @@ i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - br $__inlined_func$start:logical + br $__inlined_func$start:logical$1 end i32.const 34320 i32.const 34368 diff --git a/tests/compiler/logical.ts b/tests/compiler/logical.ts index 62a26f9d66..a5943a4f3f 100644 --- a/tests/compiler/logical.ts +++ b/tests/compiler/logical.ts @@ -91,6 +91,14 @@ function testContextualBoolOr(someObj: Obj, someInt: i32): bool { } assert(testContextualBoolOr(new Obj(), 0)); +// Test simplification with precomputable LHS operands +// see: https://github.com/AssemblyScript/assemblyscript/issues/2946 + +export let foo = 123 && 456; +export let bar = -0.0 && 1.23; +export let baz = 321 || 654; +export let qux = NaN || 2.718; + // Common type class A {} diff --git a/tests/compiler/resolve-binary.debug.wat b/tests/compiler/resolve-binary.debug.wat index 86ec23b334..4b6d25a00f 100644 --- a/tests/compiler/resolve-binary.debug.wat +++ b/tests/compiler/resolve-binary.debug.wat @@ -6623,12 +6623,7 @@ call $~lib/builtins/abort unreachable end - i32.const 1 - if (result i32) - i32.const 2 - else - i32.const 1 - end + i32.const 2 i32.const 10 call $~lib/number/I32#toString local.set $0 @@ -6648,11 +6643,6 @@ unreachable end i32.const 0 - if (result i32) - i32.const 2 - else - i32.const 0 - end i32.const 10 call $~lib/number/I32#toString local.set $0 @@ -6672,11 +6662,6 @@ unreachable end i32.const 1 - if (result i32) - i32.const 1 - else - i32.const 2 - end i32.const 10 call $~lib/number/I32#toString local.set $0 @@ -6695,12 +6680,7 @@ call $~lib/builtins/abort unreachable end - i32.const 0 - if (result i32) - i32.const 0 - else - i32.const 2 - end + i32.const 2 i32.const 10 call $~lib/number/I32#toString local.set $0 From 50bf2b7e1a110fc9eae95fe2f7e533b82f2d6162 Mon Sep 17 00:00:00 2001 From: Klein Date: Fri, 12 Sep 2025 09:19:49 +0700 Subject: [PATCH 089/103] feat: add [key: i32]: string to String type definition (#2939) --- std/assembly/index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/std/assembly/index.d.ts b/std/assembly/index.d.ts index 9d629ccd10..a604397320 100644 --- a/std/assembly/index.d.ts +++ b/std/assembly/index.d.ts @@ -2129,6 +2129,7 @@ declare class StaticArray { /** Class representing a sequence of characters. */ declare class String { + [key: i32]: string; static fromCharCode(ls: i32, hs?: i32): string; static fromCharCodes(arr: i32[]): string; static fromCodePoint(code: i32): string; From ade022ea8b464c5e4e7d661beb7c431f7c2d5296 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Sat, 20 Sep 2025 00:25:22 +0800 Subject: [PATCH 090/103] chore: refactor unary postfix code emitter to reduce nested tostack (#2949) --- src/compiler.ts | 16 ++++++++-------- .../compiler/std/operator-overloading.debug.wat | 5 ----- .../std/operator-overloading.release.wat | 3 --- 3 files changed, 8 insertions(+), 16 deletions(-) diff --git a/src/compiler.ts b/src/compiler.ts index 7e87baf7fd..04306fba01 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -48,7 +48,6 @@ import { getBlockChildCount, getBlockChildAt, getBlockName, - getLocalSetValue, getGlobalGetName, isGlobalMutable, getSideEffects, @@ -9231,11 +9230,12 @@ export class Compiler extends DiagnosticEmitter { let flow = this.currentFlow; // make a getter for the expression (also obtains the type) - let getValue = this.compileExpression( // reports + const getValueOriginal = this.compileExpression( // reports expression.operand, contextualType.exceptVoid, Constraints.None ); + let getValue: ExpressionRef; // if the value isn't dropped, a temp. local is required to remember the original value, // except if a static overload is found, which reverses the use of a temp. (see below) @@ -9244,16 +9244,17 @@ export class Compiler extends DiagnosticEmitter { tempLocal = flow.getTempLocal(this.currentType); getValue = module.local_tee( tempLocal.index, - getValue, + getValueOriginal, this.currentType.isManaged ); + } else { + getValue = getValueOriginal; } let expr: ExpressionRef; switch (expression.operator) { case Token.Plus_Plus: { - // check operator overload let classReference = this.currentType.getClassOrWrapper(this.program); if (classReference) { @@ -9261,7 +9262,7 @@ export class Compiler extends DiagnosticEmitter { if (overload) { let isInstance = overload.is(CommonFlags.Instance); if (tempLocal && !isInstance) { // revert: static overload simply returns - getValue = getLocalSetValue(getValue); + getValue = getValueOriginal; tempLocal = null; } expr = this.compileUnaryOverload(overload, expression.operand, getValue, expression); @@ -9337,7 +9338,6 @@ export class Compiler extends DiagnosticEmitter { break; } case Token.Minus_Minus: { - // check operator overload let classReference = this.currentType.getClassOrWrapper(this.program); if (classReference) { @@ -9345,11 +9345,11 @@ export class Compiler extends DiagnosticEmitter { if (overload) { let isInstance = overload.is(CommonFlags.Instance); if (tempLocal && !isInstance) { // revert: static overload simply returns - getValue = getLocalSetValue(getValue); + getValue = getValueOriginal; tempLocal = null; } expr = this.compileUnaryOverload(overload, expression.operand, getValue, expression); - if (overload.is(CommonFlags.Instance)) break; + if (isInstance) break; return expr; // here } } diff --git a/tests/compiler/std/operator-overloading.debug.wat b/tests/compiler/std/operator-overloading.debug.wat index 51dd5033e7..87fbfced19 100644 --- a/tests/compiler/std/operator-overloading.debug.wat +++ b/tests/compiler/std/operator-overloading.debug.wat @@ -6190,11 +6190,6 @@ block $std/operator-overloading/TesterInlineStatic.postInc|inlined.0 (result i32) global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/ais1 - local.set $9 - global.get $~lib/memory/__stack_pointer - local.get $9 - i32.store - local.get $9 local.tee $3 i32.store offset=16 i32.const 0 diff --git a/tests/compiler/std/operator-overloading.release.wat b/tests/compiler/std/operator-overloading.release.wat index 8621df2251..32bafe546c 100644 --- a/tests/compiler/std/operator-overloading.release.wat +++ b/tests/compiler/std/operator-overloading.release.wat @@ -4550,9 +4550,6 @@ global.get $~lib/memory/__stack_pointer global.get $std/operator-overloading/ais1 local.tee $0 - i32.store - global.get $~lib/memory/__stack_pointer - local.get $0 i32.store offset=16 global.get $~lib/memory/__stack_pointer local.get $0 From 7322bfcbda8da8366984149e685b0b16a28baa7a Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Sat, 27 Sep 2025 19:03:46 +0800 Subject: [PATCH 091/103] chore: refactor builtin type resolving to `builtins.ts` (#2951) --- src/builtins.ts | 161 +++++++++++++++++++++++++++++++++++++++++++++++- src/resolver.ts | 148 +++----------------------------------------- 2 files changed, 167 insertions(+), 142 deletions(-) diff --git a/src/builtins.ts b/src/builtins.ts index 94596b4849..f876049603 100644 --- a/src/builtins.ts +++ b/src/builtins.ts @@ -43,7 +43,8 @@ import { NodeKind, LiteralExpression, ArrayLiteralExpression, - IdentifierExpression + IdentifierExpression, + NamedTypeNode } from "./ast"; import { @@ -85,7 +86,9 @@ import { DecoratorFlags, Class, PropertyPrototype, - VariableLikeElement + VariableLikeElement, + Element, + OperatorKind } from "./program"; import { @@ -94,11 +97,13 @@ import { } from "./flow"; import { - ReportMode + ReportMode, + Resolver } from "./resolver"; import { CommonFlags, + CommonNames, Feature, featureToString, TypeinfoFlags @@ -768,6 +773,17 @@ export namespace BuiltinNames { export const Object = "~lib/object/Object"; } +/** Builtin types context. */ +export class BuiltinTypesContext { + constructor( + public resolver: Resolver, + public node: NamedTypeNode, + public ctxElement: Element, + public ctxTypes: Map | null, + public reportMode: ReportMode + ) {} +} + /** Builtin variable compilation context. */ export class BuiltinVariableContext { constructor( @@ -804,6 +820,9 @@ export class BuiltinFunctionContext { ) {} } +/** Builtin types map. */ +export const builtinTypes = new Map Type | null>(); + /** Builtin functions map. */ export const builtinFunctions = new Map ExpressionRef>(); @@ -811,6 +830,142 @@ export const builtinFunctions = new Map export const builtinVariables_onCompile = new Map void>(); export const builtinVariables_onAccess = new Map ExpressionRef>(); +// === Builtin Types ========================================================================== +function builtin_resolveNativeType(ctx: BuiltinTypesContext): Type | null { + let resolver = ctx.resolver; + let node = ctx.node; + let ctxElement = ctx.ctxElement; + let ctxTypes = ctx.ctxTypes; + let reportMode = ctx.reportMode; + const typeArgumentNode = resolver.ensureOneTypeArgument(node, reportMode); + if (!typeArgumentNode) return null; + let typeArgument = resolver.resolveType(typeArgumentNode, null, ctxElement, ctxTypes, reportMode); + if (!typeArgument) return null; + switch (typeArgument.kind) { + case TypeKind.I8: + case TypeKind.I16: + case TypeKind.I32: return Type.i32; + case TypeKind.Isize: if (!resolver.program.options.isWasm64) return Type.i32; + case TypeKind.I64: return Type.i64; + case TypeKind.U8: + case TypeKind.U16: + case TypeKind.U32: + case TypeKind.Bool: return Type.u32; + case TypeKind.Usize: if (!resolver.program.options.isWasm64) return Type.u32; + case TypeKind.U64: return Type.u64; + case TypeKind.F32: return Type.f32; + case TypeKind.F64: return Type.f64; + case TypeKind.V128: return Type.v128; + case TypeKind.Void: return Type.void; + default: assert(false); + } + return null; +} +builtinTypes.set(CommonNames.native, builtin_resolveNativeType); + +function builtin_resolveIndexOfType(ctx: BuiltinTypesContext): Type | null { + let resolver = ctx.resolver; + let node = ctx.node; + let ctxElement = ctx.ctxElement; + let ctxTypes = ctx.ctxTypes; + let reportMode = ctx.reportMode; + const typeArgumentNode = resolver.ensureOneTypeArgument(node, reportMode); + if (!typeArgumentNode) return null; + let typeArgument = resolver.resolveType(typeArgumentNode, null, ctxElement, ctxTypes, reportMode); + if (!typeArgument) return null; + let classReference = typeArgument.classReference; + if (!classReference) { + if (reportMode == ReportMode.Report) { + resolver.error( + DiagnosticCode.Index_signature_is_missing_in_type_0, + typeArgumentNode.range, typeArgument.toString() + ); + } + return null; + } + let overload = classReference.lookupOverload(OperatorKind.IndexedGet); + if (overload) { + let parameterTypes = overload.signature.parameterTypes; + if (overload.is(CommonFlags.Static)) { + assert(parameterTypes.length == 2); + return parameterTypes[1]; + } else { + assert(parameterTypes.length == 1); + return parameterTypes[0]; + } + } + if (reportMode == ReportMode.Report) { + resolver.error( + DiagnosticCode.Index_signature_is_missing_in_type_0, + typeArgumentNode.range, typeArgument.toString() + ); + } + return null; +} +builtinTypes.set(CommonNames.indexof, builtin_resolveIndexOfType); + +function builtin_resolveValueOfType(ctx: BuiltinTypesContext): Type | null { + let resolver = ctx.resolver; + let node = ctx.node; + let ctxElement = ctx.ctxElement; + let ctxTypes = ctx.ctxTypes; + let reportMode = ctx.reportMode; + const typeArgumentNode = resolver.ensureOneTypeArgument(node, reportMode); + if (!typeArgumentNode) return null; + let typeArgument = resolver.resolveType(typeArgumentNode, null, ctxElement, ctxTypes, reportMode); + if (!typeArgument) return null; + let classReference = typeArgument.getClassOrWrapper(resolver.program); + if (classReference) { + let overload = classReference.lookupOverload(OperatorKind.IndexedGet); + if (overload) return overload.signature.returnType; + } + if (reportMode == ReportMode.Report) { + resolver.error( + DiagnosticCode.Index_signature_is_missing_in_type_0, + typeArgumentNode.range, typeArgument.toString() + ); + } + return null; +} +builtinTypes.set(CommonNames.valueof, builtin_resolveValueOfType); + +function builtin_resolveReturnOfType(ctx: BuiltinTypesContext): Type | null { + let resolver = ctx.resolver; + let node = ctx.node; + let ctxElement = ctx.ctxElement; + let ctxTypes = ctx.ctxTypes; + let reportMode = ctx.reportMode; + const typeArgumentNode = resolver.ensureOneTypeArgument(node, reportMode); + if (!typeArgumentNode) return null; + let typeArgument = resolver.resolveType(typeArgumentNode, null, ctxElement, ctxTypes, reportMode); + if (!typeArgument) return null; + let signatureReference = typeArgument.getSignature(); + if (signatureReference) return signatureReference.returnType; + if (reportMode == ReportMode.Report) { + resolver.error( + DiagnosticCode.Type_0_has_no_call_signatures, + typeArgumentNode.range, typeArgument.toString() + ); + } + return null; +} +builtinTypes.set(CommonNames.returnof, builtin_resolveReturnOfType); + +function builtin_resolveNonnullableType(ctx: BuiltinTypesContext): Type | null { + let resolver = ctx.resolver; + let node = ctx.node; + let ctxElement = ctx.ctxElement; + let ctxTypes = ctx.ctxTypes; + let reportMode = ctx.reportMode; + const typeArgumentNode = resolver.ensureOneTypeArgument(node, reportMode); + if (!typeArgumentNode) return null; + let typeArgument = resolver.resolveType(typeArgumentNode, null, ctxElement, ctxTypes, reportMode); + if (!typeArgument) return null; + if (!typeArgument.isNullableReference) return typeArgument; + return typeArgument.nonNullableType; +} +builtinTypes.set(CommonNames.nonnull, builtin_resolveNonnullableType); + // === Static type evaluation ================================================================= // helper global used by checkConstantType diff --git a/src/resolver.ts b/src/resolver.ts index 4718529d5d..0823838fa2 100644 --- a/src/resolver.ts +++ b/src/resolver.ts @@ -103,7 +103,9 @@ import { } from "./tokenizer"; import { - BuiltinNames + BuiltinNames, + builtinTypes, + BuiltinTypesContext } from "./builtins"; /** Indicates whether errors are reported or not. */ @@ -299,11 +301,11 @@ export class Resolver extends DiagnosticEmitter { // Handle special built-in types if (isSimpleType) { let text = nameNode.identifier.text; - if (text == CommonNames.native) return this.resolveBuiltinNativeType(node, ctxElement, ctxTypes, reportMode); - if (text == CommonNames.indexof) return this.resolveBuiltinIndexofType(node, ctxElement, ctxTypes, reportMode); - if (text == CommonNames.valueof) return this.resolveBuiltinValueofType(node, ctxElement, ctxTypes, reportMode); - if (text == CommonNames.returnof) return this.resolveBuiltinReturnTypeType(node, ctxElement, ctxTypes, reportMode); - if (text == CommonNames.nonnull) return this.resolveBuiltinNotNullableType(node, ctxElement, ctxTypes, reportMode); + if (builtinTypes.has(text)) { + let fn = assert(builtinTypes.get(text)); + let ctx = new BuiltinTypesContext(this, node, ctxElement, ctxTypes, reportMode); + return fn(ctx); + } } // Resolve normally @@ -441,138 +443,6 @@ export class Resolver extends DiagnosticEmitter { return node.isNullable ? signature.type.asNullable() : signature.type; } - private resolveBuiltinNativeType( - /** The type to resolve. */ - node: NamedTypeNode, - /** Contextual element. */ - ctxElement: Element, - /** Contextual types, i.e. `T`. */ - ctxTypes: Map | null = null, - /** How to proceed with eventual diagnostics. */ - reportMode: ReportMode = ReportMode.Report - ): Type | null { - const typeArgumentNode = this.ensureOneTypeArgument(node, reportMode); - if (!typeArgumentNode) return null; - let typeArgument = this.resolveType(typeArgumentNode, null, ctxElement, ctxTypes, reportMode); - if (!typeArgument) return null; - switch (typeArgument.kind) { - case TypeKind.I8: - case TypeKind.I16: - case TypeKind.I32: return Type.i32; - case TypeKind.Isize: if (!this.program.options.isWasm64) return Type.i32; - case TypeKind.I64: return Type.i64; - case TypeKind.U8: - case TypeKind.U16: - case TypeKind.U32: - case TypeKind.Bool: return Type.u32; - case TypeKind.Usize: if (!this.program.options.isWasm64) return Type.u32; - case TypeKind.U64: return Type.u64; - case TypeKind.F32: return Type.f32; - case TypeKind.F64: return Type.f64; - case TypeKind.V128: return Type.v128; - case TypeKind.Void: return Type.void; - default: assert(false); - } - return null; - } - - private resolveBuiltinIndexofType( - /** The type to resolve. */ - node: NamedTypeNode, - /** Contextual element. */ - ctxElement: Element, - /** Contextual types, i.e. `T`. */ - ctxTypes: Map | null = null, - /** How to proceed with eventual diagnostics. */ - reportMode: ReportMode = ReportMode.Report - ): Type | null { - const typeArgumentNode = this.ensureOneTypeArgument(node, reportMode); - if (!typeArgumentNode) return null; - let typeArgument = this.resolveType(typeArgumentNode, null, ctxElement, ctxTypes, reportMode); - if (!typeArgument) return null; - let classReference = typeArgument.classReference; - if (!classReference) { - if (reportMode == ReportMode.Report) { - this.error( - DiagnosticCode.Index_signature_is_missing_in_type_0, - typeArgumentNode.range, typeArgument.toString() - ); - } - return null; - } - let overload = classReference.lookupOverload(OperatorKind.IndexedGet); - if (overload) { - let parameterTypes = overload.signature.parameterTypes; - if (overload.is(CommonFlags.Static)) { - assert(parameterTypes.length == 2); - return parameterTypes[1]; - } else { - assert(parameterTypes.length == 1); - return parameterTypes[0]; - } - } - if (reportMode == ReportMode.Report) { - this.error( - DiagnosticCode.Index_signature_is_missing_in_type_0, - typeArgumentNode.range, typeArgument.toString() - ); - } - return null; - } - - private resolveBuiltinValueofType( - /** The type to resolve. */ - node: NamedTypeNode, - /** Contextual element. */ - ctxElement: Element, - /** Contextual types, i.e. `T`. */ - ctxTypes: Map | null = null, - /** How to proceed with eventual diagnostics. */ - reportMode: ReportMode = ReportMode.Report - ): Type | null { - const typeArgumentNode = this.ensureOneTypeArgument(node, reportMode); - if (!typeArgumentNode) return null; - let typeArgument = this.resolveType(typeArgumentNode, null, ctxElement, ctxTypes, reportMode); - if (!typeArgument) return null; - let classReference = typeArgument.getClassOrWrapper(this.program); - if (classReference) { - let overload = classReference.lookupOverload(OperatorKind.IndexedGet); - if (overload) return overload.signature.returnType; - } - if (reportMode == ReportMode.Report) { - this.error( - DiagnosticCode.Index_signature_is_missing_in_type_0, - typeArgumentNode.range, typeArgument.toString() - ); - } - return null; - } - - private resolveBuiltinReturnTypeType( - /** The type to resolve. */ - node: NamedTypeNode, - /** Contextual element. */ - ctxElement: Element, - /** Contextual types, i.e. `T`. */ - ctxTypes: Map | null = null, - /** How to proceed with eventualy diagnostics. */ - reportMode: ReportMode = ReportMode.Report - ): Type | null { - const typeArgumentNode = this.ensureOneTypeArgument(node, reportMode); - if (!typeArgumentNode) return null; - let typeArgument = this.resolveType(typeArgumentNode, null, ctxElement, ctxTypes, reportMode); - if (!typeArgument) return null; - let signatureReference = typeArgument.getSignature(); - if (signatureReference) return signatureReference.returnType; - if (reportMode == ReportMode.Report) { - this.error( - DiagnosticCode.Type_0_has_no_call_signatures, - typeArgumentNode.range, typeArgument.toString() - ); - } - return null; - } - private resolveBuiltinNotNullableType( /** The type to resolve. */ node: NamedTypeNode, @@ -3814,7 +3684,7 @@ export class Resolver extends DiagnosticEmitter { return instance; } - private ensureOneTypeArgument( + ensureOneTypeArgument( /** The type to resolve. */ node: NamedTypeNode, /** How to proceed with eventual diagnostics. */ From 6087191ea566f2a719dfc3c656989e15d79bad6d Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Fri, 17 Oct 2025 10:48:02 +0800 Subject: [PATCH 092/103] chore: fix wrong float test (#2952) --- tests/compiler/number-warn.json | 18 + tests/compiler/number-warn.ts | 20 + tests/compiler/number.debug.wat | 3325 ++++++++++++++++------------- tests/compiler/number.json | 14 - tests/compiler/number.release.wat | 1526 ++++++------- tests/compiler/number.ts | 4 +- 6 files changed, 2611 insertions(+), 2296 deletions(-) create mode 100644 tests/compiler/number-warn.json create mode 100644 tests/compiler/number-warn.ts diff --git a/tests/compiler/number-warn.json b/tests/compiler/number-warn.json new file mode 100644 index 0000000000..d823d836bf --- /dev/null +++ b/tests/compiler/number-warn.json @@ -0,0 +1,18 @@ +{ + "asc_flags": [ + ], + "stderr": [ + "AS907: 'NaN' does not compare equal to any other value including itself. Use isNaN(x) instead.", + "AS907: 'NaN' does not compare equal to any other value including itself. Use isNaN(x) instead.", + "AS907: 'NaN' does not compare equal to any other value including itself. Use isNaN(x) instead.", + "AS907: 'NaN' does not compare equal to any other value including itself. Use isNaN(x) instead.", + "AS907: 'NaN' does not compare equal to any other value including itself. Use isNaN(x) instead.", + "AS907: 'NaN' does not compare equal to any other value including itself. Use isNaN(x) instead.", + "AS908: Comparison with -0.0 is sign insensitive. Use Object.is(x, -0.0) if the sign matters.", + "AS908: Comparison with -0.0 is sign insensitive. Use Object.is(x, -0.0) if the sign matters.", + "AS908: Comparison with -0.0 is sign insensitive. Use Object.is(x, -0.0) if the sign matters.", + "AS908: Comparison with -0.0 is sign insensitive. Use Object.is(x, -0.0) if the sign matters.", + "AS908: Comparison with -0.0 is sign insensitive. Use Object.is(x, -0.0) if the sign matters.", + "AS908: Comparison with -0.0 is sign insensitive. Use Object.is(x, -0.0) if the sign matters." + ] +} diff --git a/tests/compiler/number-warn.ts b/tests/compiler/number-warn.ts new file mode 100644 index 0000000000..4de4bc8205 --- /dev/null +++ b/tests/compiler/number-warn.ts @@ -0,0 +1,20 @@ + +// Should produce warnings + +// always false +(!(1.0 == NaN)); +(!(NaN == F32.NaN)); +(!(F64.NaN == 1.0)); + +// always true +(1.0 != NaN); +(NaN != F32.NaN); +(f64.NaN != 1.0); + +// always true +(+.0 == -.0); +(-.0 != -.0); +(-.0 == +.0); +(f32(+.0) == f32(-.0)); +(f32(-.0) != f32(-.0)); +(f32(-.0) == f32(+.0)); diff --git a/tests/compiler/number.debug.wat b/tests/compiler/number.debug.wat index c2bf156863..4c4c4c7a86 100644 --- a/tests/compiler/number.debug.wat +++ b/tests/compiler/number.debug.wat @@ -1,22 +1,23 @@ (module - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $none_=>_none (func)) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $f64_=>_i32 (func (param f64) (result i32))) - (type $i32_i32_i32_=>_i32 (func (param i32 i32 i32) (result i32))) - (type $f32_=>_i32 (func (param f32) (result i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i32_i64_i32_=>_none (func (param i32 i64 i32))) - (type $i64_i32_=>_i32 (func (param i64 i32) (result i32))) - (type $i32_i64_i32_i32_=>_none (func (param i32 i64 i32 i32))) - (type $i32_i32_i32_i32_i32_=>_i32 (func (param i32 i32 i32 i32 i32) (result i32))) - (type $i32_i64_i32_i64_i32_i64_i32_=>_i32 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) - (type $i32_f64_=>_i32 (func (param i32 f64) (result i32))) - (type $f64_i32_=>_i32 (func (param f64 i32) (result i32))) + (type $0 (func (param i32) (result i32))) + (type $1 (func (param i32 i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32) (result i32))) + (type $4 (func)) + (type $5 (func (param i32 i32 i32))) + (type $6 (func (param f64) (result i32))) + (type $7 (func (param f32) (result i32))) + (type $8 (func (param i32 i32 i32 i32))) + (type $9 (func (param i32 i32 i64) (result i32))) + (type $10 (func (result i32))) + (type $11 (func (param i32 i64 i32))) + (type $12 (func (param i64 i32) (result i32))) + (type $13 (func (param i32 i64 i32 i32))) + (type $14 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $15 (func (param i32 i64 i32 i64 i32 i64 i32) (result i32))) + (type $16 (func (param i32 i32 i32) (result i32))) + (type $17 (func (param i32 f64 i32) (result i32))) + (type $18 (func (param f64 i32) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $number/a (mut i32) (i32.const 1)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -51,42 +52,42 @@ (global $~lib/builtins/f64.MAX_SAFE_INTEGER f64 (f64.const 9007199254740991)) (global $~lib/builtins/f64.EPSILON f64 (f64.const 2.220446049250313e-16)) (global $~lib/rt/__rtti_base i32 (i32.const 3632)) - (global $~lib/memory/__data_end i32 (i32.const 3660)) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 20044)) - (global $~lib/memory/__heap_base i32 (i32.const 20044)) + (global $~lib/memory/__data_end i32 (i32.const 3652)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 36420)) + (global $~lib/memory/__heap_base i32 (i32.const 36420)) (memory $0 1) - (data (i32.const 12) "|\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006\00\00\00\00\00\00\00\00\00") - (data (i32.const 140) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s\00\00\00\00\00\00\00") - (data (i32.const 204) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\02\00\00\000\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 236) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e\00\00\00\00\00") - (data (i32.const 300) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 368) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 400) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 428) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e\00\00\00\00\00\00\00\00\00") - (data (i32.const 492) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s\00\00\00\00\00\00\00\00\00") - (data (i32.const 544) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 572) "<\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 636) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\00") - (data (i32.const 1036) "\1c\04\00\00\00\00\00\00\00\00\00\00\01\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2092) "\\\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z\00\00\00\00\00") - (data (i32.const 2188) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\02\00\00\001\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2220) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\12\00\00\00n\00u\00m\00b\00e\00r\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2268) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\06\00\00\000\00.\000\00\00\00\00\00\00\00") - (data (i32.const 2300) "\1c\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\06\00\00\00N\00a\00N\00\00\00\00\00\00\00") - (data (i32.const 2332) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2380) ",\00\00\00\00\00\00\00\00\00\00\00\01\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2432) "\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00\00") - (data (i32.const 2488) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\0dXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8|inlined.0 (result i32) + local.get $base + local.set $value + local.get $value + i32.popcnt + i32.const 1 + i32.eq + br $~lib/util/number/isPowerOf2|inlined.0 + end if i32.const 63 local.get $num @@ -2445,8 +2574,6 @@ local.get $num local.get $b i64.ge_u - local.set $var$2 - local.get $var$2 if local.get $num local.get $b @@ -2467,8 +2594,6 @@ local.get $num i64.const 1 i64.ge_u - local.set $var$2 - local.get $var$2 if local.get $num local.get $b64 @@ -2484,10 +2609,12 @@ local.get $e i32.const 1 i32.sub + return ) (func $~lib/util/number/utoa64_any_core (param $buffer i32) (param $num i64) (param $offset i32) (param $radix i32) (local $base i64) - (local $var$5 i64) + (local $shift i64) + (local $mask i64) (local $q i64) local.get $radix i64.extend_i32_s @@ -2505,11 +2632,11 @@ i32.const 7 i32.and i64.extend_i32_s - local.set $var$5 + local.set $shift local.get $base i64.const 1 i64.sub - local.set $q + local.set $mask loop $do-loop|0 local.get $offset i32.const 1 @@ -2522,16 +2649,16 @@ i32.add i32.const 2112 local.get $num - local.get $q + local.get $mask i64.and i32.wrap_i64 i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $num - local.get $var$5 + local.get $shift i64.shr_u local.set $num local.get $num @@ -2564,8 +2691,8 @@ i32.const 1 i32.shl i32.add - i32.load16_u $0 - i32.store16 $0 + i32.load16_u + i32.store16 local.get $q local.set $num local.get $num @@ -2579,19 +2706,25 @@ local.get $this local.get $radix call $~lib/util/number/itoa32 + return + ) + (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) + local.get $this + i32.load offset=16 ) (func $~lib/string/String#get:length (param $this i32) (result i32) local.get $this i32.const 20 i32.sub - i32.load $0 offset=16 + call $~lib/rt/common/OBJECT#get:rtSize i32.const 1 i32.shr_u + return ) (func $~lib/util/string/compareImpl (param $str1 i32) (param $index1 i32) (param $str2 i32) (param $index2 i32) (param $len i32) (result i32) (local $ptr1 i32) (local $ptr2 i32) - (local $var$7 i32) + (local $7 i32) (local $a i32) (local $b i32) local.get $str1 @@ -2629,9 +2762,9 @@ block $do-break|0 loop $do-loop|0 local.get $ptr1 - i64.load $0 + i64.load local.get $ptr2 - i64.load $0 + i64.load i64.ne if br $do-break|0 @@ -2657,19 +2790,17 @@ end loop $while-continue|1 local.get $len - local.tee $var$7 + local.tee $7 i32.const 1 i32.sub local.set $len - local.get $var$7 - local.set $var$7 - local.get $var$7 + local.get $7 if local.get $ptr1 - i32.load16_u $0 + i32.load16_u local.set $a local.get $ptr2 - i32.load16_u $0 + i32.load16_u local.set $b local.get $a local.get $b @@ -2692,48 +2823,7 @@ end end i32.const 0 - ) - (func $~lib/string/String.__eq (param $left i32) (param $right i32) (result i32) - (local $leftLength i32) - local.get $left - local.get $right - i32.eq - if - i32.const 1 - return - end - local.get $left - i32.const 0 - i32.eq - if (result i32) - i32.const 1 - else - local.get $right - i32.const 0 - i32.eq - end - if - i32.const 0 - return - end - local.get $left - call $~lib/string/String#get:length - local.set $leftLength - local.get $leftLength - local.get $right - call $~lib/string/String#get:length - i32.ne - if - i32.const 0 - return - end - local.get $left - i32.const 0 - local.get $right - i32.const 0 - local.get $leftLength - call $~lib/util/string/compareImpl - i32.eqz + return ) (func $~lib/util/number/genDigits (param $buffer i32) (param $w_frc i64) (param $w_exp i32) (param $mp_frc i64) (param $mp_exp i32) (param $delta i64) (param $sign i32) (result i32) (local $one_exp i32) @@ -2744,19 +2834,28 @@ (local $p2 i64) (local $kappa i32) (local $len i32) - (local $var$15 i32) (local $d i32) - (local $var$17 i32) + (local $16 i32) + (local $17 i32) (local $tmp i64) - (local $var$19 i64) - (local $var$20 i64) - (local $var$21 i64) - (local $d_0 i64) - (local $var$23 i32) - (local $var$24 i32) - (local $var$25 i32) - (local $var$26 i32) - (local $var$27 i64) + (local $buffer|19 i32) + (local $len|20 i32) + (local $delta|21 i64) + (local $rest i64) + (local $ten_kappa i64) + (local $wp_w i64) + (local $lastp i32) + (local $digit i32) + (local $d|27 i64) + (local $28 i32) + (local $buffer|29 i32) + (local $len|30 i32) + (local $delta|31 i64) + (local $rest|32 i64) + (local $ten_kappa|33 i64) + (local $wp_w|34 i64) + (local $lastp|35 i32) + (local $digit|36 i32) i32.const 0 local.get $mp_exp i32.sub @@ -2793,8 +2892,6 @@ local.get $kappa i32.const 0 i32.gt_s - local.set $var$15 - local.get $var$15 if block $break|1 block $case10|1 @@ -2809,44 +2906,44 @@ block $case1|1 block $case0|1 local.get $kappa - local.set $var$17 - local.get $var$17 + local.set $16 + local.get $16 i32.const 10 i32.eq br_if $case0|1 - local.get $var$17 + local.get $16 i32.const 9 i32.eq br_if $case1|1 - local.get $var$17 + local.get $16 i32.const 8 i32.eq br_if $case2|1 - local.get $var$17 + local.get $16 i32.const 7 i32.eq br_if $case3|1 - local.get $var$17 + local.get $16 i32.const 6 i32.eq br_if $case4|1 - local.get $var$17 + local.get $16 i32.const 5 i32.eq br_if $case5|1 - local.get $var$17 + local.get $16 i32.const 4 i32.eq br_if $case6|1 - local.get $var$17 + local.get $16 i32.const 3 i32.eq br_if $case7|1 - local.get $var$17 + local.get $16 i32.const 2 i32.eq br_if $case8|1 - local.get $var$17 + local.get $16 i32.const 1 i32.eq br_if $case9|1 @@ -2958,11 +3055,11 @@ if local.get $buffer local.get $len - local.tee $var$17 + local.tee $17 i32.const 1 i32.add local.set $len - local.get $var$17 + local.get $17 i32.const 1 i32.shl i32.add @@ -2971,7 +3068,7 @@ i32.const 65535 i32.and i32.add - i32.store16 $0 + i32.store16 end local.get $kappa i32.const 1 @@ -2994,88 +3091,86 @@ i32.add global.set $~lib/util/number/_K local.get $buffer - local.set $var$23 + local.set $buffer|19 local.get $len - local.set $var$17 + local.set $len|20 local.get $delta - local.set $d_0 + local.set $delta|21 local.get $tmp - local.set $var$21 + local.set $rest i32.const 3360 local.get $kappa i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u local.get $one_exp i64.extend_i32_s i64.shl - local.set $var$20 + local.set $ten_kappa local.get $wp_w_frc - local.set $var$19 - local.get $var$23 - local.get $var$17 + local.set $wp_w + local.get $buffer|19 + local.get $len|20 i32.const 1 i32.sub i32.const 1 i32.shl i32.add - local.set $var$24 - local.get $var$24 - i32.load16_u $0 - local.set $var$25 + local.set $lastp + local.get $lastp + i32.load16_u + local.set $digit loop $while-continue|3 - local.get $var$21 - local.get $var$19 + local.get $rest + local.get $wp_w i64.lt_u if (result i32) - local.get $d_0 - local.get $var$21 + local.get $delta|21 + local.get $rest i64.sub - local.get $var$20 + local.get $ten_kappa i64.ge_u else i32.const 0 end if (result i32) - local.get $var$21 - local.get $var$20 + local.get $rest + local.get $ten_kappa i64.add - local.get $var$19 + local.get $wp_w i64.lt_u if (result i32) i32.const 1 else - local.get $var$19 - local.get $var$21 + local.get $wp_w + local.get $rest i64.sub - local.get $var$21 - local.get $var$20 + local.get $rest + local.get $ten_kappa i64.add - local.get $var$19 + local.get $wp_w i64.sub i64.gt_u end else i32.const 0 end - local.set $var$26 - local.get $var$26 if - local.get $var$25 + local.get $digit i32.const 1 i32.sub - local.set $var$25 - local.get $var$21 - local.get $var$20 + local.set $digit + local.get $rest + local.get $ten_kappa i64.add - local.set $var$21 + local.set $rest br $while-continue|3 end end - local.get $var$24 - local.get $var$25 - i32.store16 $0 + local.get $lastp + local.get $digit + i32.store16 local.get $len return end @@ -3084,8 +3179,6 @@ end loop $while-continue|4 i32.const 1 - local.set $var$15 - local.get $var$15 if local.get $p2 i64.const 10 @@ -3099,8 +3192,8 @@ local.get $one_exp i64.extend_i32_s i64.shr_u - local.set $d_0 - local.get $d_0 + local.set $d|27 + local.get $d|27 local.get $len i64.extend_i32_s i64.or @@ -3109,21 +3202,21 @@ if local.get $buffer local.get $len - local.tee $var$25 + local.tee $28 i32.const 1 i32.add local.set $len - local.get $var$25 + local.get $28 i32.const 1 i32.shl i32.add i32.const 48 - local.get $d_0 + local.get $d|27 i32.wrap_i64 i32.const 65535 i32.and i32.add - i32.store16 $0 + i32.store16 end local.get $p2 local.get $mask @@ -3149,84 +3242,82 @@ i32.const 2 i32.shl i32.add - i64.load32_u $0 + i64.load32_u i64.mul local.set $wp_w_frc local.get $buffer - local.set $var$17 + local.set $buffer|29 local.get $len - local.set $var$26 + local.set $len|30 local.get $delta - local.set $var$27 + local.set $delta|31 local.get $p2 - local.set $var$21 + local.set $rest|32 local.get $one_frc - local.set $var$20 + local.set $ten_kappa|33 local.get $wp_w_frc - local.set $var$19 - local.get $var$17 - local.get $var$26 + local.set $wp_w|34 + local.get $buffer|29 + local.get $len|30 i32.const 1 i32.sub i32.const 1 i32.shl i32.add - local.set $var$25 - local.get $var$25 - i32.load16_u $0 - local.set $var$24 + local.set $lastp|35 + local.get $lastp|35 + i32.load16_u + local.set $digit|36 loop $while-continue|6 - local.get $var$21 - local.get $var$19 + local.get $rest|32 + local.get $wp_w|34 i64.lt_u if (result i32) - local.get $var$27 - local.get $var$21 + local.get $delta|31 + local.get $rest|32 i64.sub - local.get $var$20 + local.get $ten_kappa|33 i64.ge_u else i32.const 0 end if (result i32) - local.get $var$21 - local.get $var$20 + local.get $rest|32 + local.get $ten_kappa|33 i64.add - local.get $var$19 + local.get $wp_w|34 i64.lt_u if (result i32) i32.const 1 else - local.get $var$19 - local.get $var$21 + local.get $wp_w|34 + local.get $rest|32 i64.sub - local.get $var$21 - local.get $var$20 + local.get $rest|32 + local.get $ten_kappa|33 i64.add - local.get $var$19 + local.get $wp_w|34 i64.sub i64.gt_u end else i32.const 0 end - local.set $var$23 - local.get $var$23 if - local.get $var$24 + local.get $digit|36 i32.const 1 i32.sub - local.set $var$24 - local.get $var$21 - local.get $var$20 + local.set $digit|36 + local.get $rest|32 + local.get $ten_kappa|33 i64.add - local.set $var$21 + local.set $rest|32 br $while-continue|6 end end - local.get $var$25 - local.get $var$24 - i32.store16 $0 + local.get $lastp|35 + local.get $digit|36 + i32.store16 local.get $len return end @@ -3237,14 +3328,25 @@ ) (func $~lib/util/number/prettify (param $buffer i32) (param $length i32) (param $k i32) (result i32) (local $kk i32) - (local $var$4 i32) - (local $var$5 i32) - (local $var$6 i32) - (local $var$7 i32) - (local $var$8 i32) - (local $var$9 i32) - (local $var$10 i32) - (local $var$11 i32) + (local $i i32) + (local $ptr i32) + (local $offset i32) + (local $i|7 i32) + (local $buffer|8 i32) + (local $k|9 i32) + (local $sign i32) + (local $decimals i32) + (local $buffer|12 i32) + (local $num i32) + (local $offset|14 i32) + (local $len i32) + (local $buffer|16 i32) + (local $k|17 i32) + (local $sign|18 i32) + (local $decimals|19 i32) + (local $buffer|20 i32) + (local $num|21 i32) + (local $offset|22 i32) local.get $k i32.eqz if @@ -3258,7 +3360,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $length i32.const 2 i32.add @@ -3280,25 +3382,23 @@ end if local.get $length - local.set $var$4 + local.set $i loop $for-loop|0 - local.get $var$4 + local.get $i local.get $kk i32.lt_s - local.set $var$5 - local.get $var$5 if local.get $buffer - local.get $var$4 + local.get $i i32.const 1 i32.shl i32.add i32.const 48 - i32.store16 $0 - local.get $var$4 + i32.store16 + local.get $i i32.const 1 i32.add - local.set $var$4 + local.set $i br $for-loop|0 end end @@ -3312,7 +3412,7 @@ i32.const 16 i32.shl i32.or - i32.store $0 + i32.store local.get $kk i32.const 2 i32.add @@ -3334,24 +3434,24 @@ i32.const 1 i32.shl i32.add - local.set $var$4 - local.get $var$4 + local.set $ptr + local.get $ptr i32.const 2 i32.add - local.get $var$4 + local.get $ptr i32.const 0 local.get $k i32.sub i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $buffer local.get $kk i32.const 1 i32.shl i32.add i32.const 46 - i32.store16 $0 + i32.store16 local.get $length i32.const 1 i32.add @@ -3371,9 +3471,9 @@ i32.const 2 local.get $kk i32.sub - local.set $var$4 + local.set $offset local.get $buffer - local.get $var$4 + local.get $offset i32.const 1 i32.shl i32.add @@ -3381,39 +3481,37 @@ local.get $length i32.const 1 i32.shl - memory.copy $0 $0 + memory.copy local.get $buffer i32.const 48 i32.const 46 i32.const 16 i32.shl i32.or - i32.store $0 + i32.store i32.const 2 - local.set $var$5 + local.set $i|7 loop $for-loop|1 - local.get $var$5 - local.get $var$4 + local.get $i|7 + local.get $offset i32.lt_s - local.set $var$6 - local.get $var$6 if local.get $buffer - local.get $var$5 + local.get $i|7 i32.const 1 i32.shl i32.add i32.const 48 - i32.store16 $0 - local.get $var$5 + i32.store16 + local.get $i|7 i32.const 1 i32.add - local.set $var$5 + local.set $i|7 br $for-loop|1 end end local.get $length - local.get $var$4 + local.get $offset i32.add return else @@ -3423,52 +3521,55 @@ if local.get $buffer i32.const 101 - i32.store16 $0 offset=2 - local.get $buffer - i32.const 4 - i32.add - local.set $var$5 - local.get $kk - i32.const 1 - i32.sub - local.set $var$6 - local.get $var$6 - i32.const 0 - i32.lt_s - local.set $var$4 - local.get $var$4 - if - i32.const 0 - local.get $var$6 + i32.store16 offset=2 + block $~lib/util/number/genExponent|inlined.0 (result i32) + local.get $buffer + i32.const 4 + i32.add + local.set $buffer|8 + local.get $kk + i32.const 1 i32.sub - local.set $var$6 + local.set $k|9 + local.get $k|9 + i32.const 0 + i32.lt_s + local.set $sign + local.get $sign + if + i32.const 0 + local.get $k|9 + i32.sub + local.set $k|9 + end + local.get $k|9 + call $~lib/util/number/decimalCount32 + i32.const 1 + i32.add + local.set $decimals + local.get $buffer|8 + local.set $buffer|12 + local.get $k|9 + local.set $num + local.get $decimals + local.set $offset|14 + i32.const 0 + i32.const 1 + i32.ge_s + drop + local.get $buffer|12 + local.get $num + local.get $offset|14 + call $~lib/util/number/utoa32_dec_lut + local.get $buffer|8 + i32.const 45 + i32.const 43 + local.get $sign + select + i32.store16 + local.get $decimals + br $~lib/util/number/genExponent|inlined.0 end - local.get $var$6 - call $~lib/util/number/decimalCount32 - i32.const 1 - i32.add - local.set $var$7 - local.get $var$5 - local.set $var$10 - local.get $var$6 - local.set $var$9 - local.get $var$7 - local.set $var$8 - i32.const 0 - i32.const 1 - i32.ge_s - drop - local.get $var$10 - local.get $var$9 - local.get $var$8 - call $~lib/util/number/utoa32_dec_lut - local.get $var$5 - i32.const 45 - i32.const 43 - local.get $var$4 - select - i32.store16 $0 - local.get $var$7 local.set $length local.get $length i32.const 2 @@ -3478,73 +3579,76 @@ local.get $length i32.const 1 i32.shl - local.set $var$7 + local.set $len local.get $buffer i32.const 4 i32.add local.get $buffer i32.const 2 i32.add - local.get $var$7 + local.get $len i32.const 2 i32.sub - memory.copy $0 $0 + memory.copy local.get $buffer i32.const 46 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $buffer - local.get $var$7 + local.get $len i32.add i32.const 101 - i32.store16 $0 offset=2 + i32.store16 offset=2 local.get $length - local.get $buffer - local.get $var$7 - i32.add - i32.const 4 - i32.add - local.set $var$9 - local.get $kk - i32.const 1 - i32.sub - local.set $var$8 - local.get $var$8 - i32.const 0 - i32.lt_s - local.set $var$4 - local.get $var$4 - if - i32.const 0 - local.get $var$8 + block $~lib/util/number/genExponent|inlined.1 (result i32) + local.get $buffer + local.get $len + i32.add + i32.const 4 + i32.add + local.set $buffer|16 + local.get $kk + i32.const 1 i32.sub - local.set $var$8 + local.set $k|17 + local.get $k|17 + i32.const 0 + i32.lt_s + local.set $sign|18 + local.get $sign|18 + if + i32.const 0 + local.get $k|17 + i32.sub + local.set $k|17 + end + local.get $k|17 + call $~lib/util/number/decimalCount32 + i32.const 1 + i32.add + local.set $decimals|19 + local.get $buffer|16 + local.set $buffer|20 + local.get $k|17 + local.set $num|21 + local.get $decimals|19 + local.set $offset|22 + i32.const 0 + i32.const 1 + i32.ge_s + drop + local.get $buffer|20 + local.get $num|21 + local.get $offset|22 + call $~lib/util/number/utoa32_dec_lut + local.get $buffer|16 + i32.const 45 + i32.const 43 + local.get $sign|18 + select + i32.store16 + local.get $decimals|19 + br $~lib/util/number/genExponent|inlined.1 end - local.get $var$8 - call $~lib/util/number/decimalCount32 - i32.const 1 - i32.add - local.set $var$5 - local.get $var$9 - local.set $var$11 - local.get $var$8 - local.set $var$6 - local.get $var$5 - local.set $var$10 - i32.const 0 - i32.const 1 - i32.ge_s - drop - local.get $var$11 - local.get $var$6 - local.get $var$10 - call $~lib/util/number/utoa32_dec_lut - local.get $var$9 - i32.const 45 - i32.const 43 - local.get $var$4 - select - i32.store16 $0 - local.get $var$5 i32.add local.set $length local.get $length @@ -3560,33 +3664,69 @@ end unreachable ) - (func $~lib/util/number/dtoa_core (param $buffer i32) (param $value f64) (result i32) + (func $~lib/util/number/dtoa_core (param $buffer i32) (param $value f64) (param $isSingle i32) (result i32) (local $sign i32) - (local $var$3 i32) - (local $var$4 i32) - (local $var$5 f64) - (local $var$6 i64) - (local $var$7 i32) - (local $var$8 i64) - (local $var$9 i64) - (local $var$10 i32) - (local $var$11 i64) - (local $var$12 i64) - (local $var$13 i32) - (local $var$14 i32) - (local $var$15 i32) - (local $var$16 f64) - (local $var$17 i64) - (local $var$18 i64) - (local $var$19 i64) - (local $var$20 i64) - (local $var$21 i64) - (local $var$22 i64) - (local $var$23 i64) - (local $var$24 i64) - (local $var$25 i64) - (local $var$26 i32) - (local $var$27 i64) + (local $value|4 f64) + (local $buffer|5 i32) + (local $sign|6 i32) + (local $isSingle|7 i32) + (local $frc i64) + (local $exp i32) + (local $uv i32) + (local $sid i32) + (local $uv|12 i64) + (local $sid|13 i64) + (local $f i64) + (local $e i32) + (local $isSingle|16 i32) + (local $frc|17 i64) + (local $exp|18 i32) + (local $off i32) + (local $m i32) + (local $minExp i32) + (local $dk f64) + (local $k i32) + (local $index i32) + (local $off|25 i32) + (local $frc_pow i64) + (local $exp_pow i32) + (local $u i64) + (local $v i64) + (local $u0 i64) + (local $v0 i64) + (local $u1 i64) + (local $v1 i64) + (local $l i64) + (local $t i64) + (local $w i64) + (local $w_frc i64) + (local $e1 i32) + (local $e2 i32) + (local $w_exp i32) + (local $u|41 i64) + (local $v|42 i64) + (local $u0|43 i64) + (local $v0|44 i64) + (local $u1|45 i64) + (local $v1|46 i64) + (local $l|47 i64) + (local $t|48 i64) + (local $w|49 i64) + (local $wp_frc i64) + (local $e1|51 i32) + (local $e2|52 i32) + (local $wp_exp i32) + (local $u|54 i64) + (local $v|55 i64) + (local $u0|56 i64) + (local $v0|57 i64) + (local $u1|58 i64) + (local $v1|59 i64) + (local $l|60 i64) + (local $t|61 i64) + (local $w|62 i64) + (local $wm_frc i64) + (local $delta i64) (local $len i32) local.get $value f64.const 0 @@ -3599,377 +3739,445 @@ local.set $value local.get $buffer i32.const 45 - i32.store16 $0 + i32.store16 + end + block $~lib/util/number/grisu2|inlined.0 (result i32) + local.get $value + local.set $value|4 + local.get $buffer + local.set $buffer|5 + local.get $sign + local.set $sign|6 + local.get $isSingle + local.set $isSingle|7 + local.get $isSingle|7 + if + local.get $value|4 + f32.demote_f64 + i32.reinterpret_f32 + local.set $uv + local.get $uv + i32.const 2139095040 + i32.and + i32.const 23 + i32.shr_u + local.set $exp + local.get $uv + i32.const 8388607 + i32.and + local.set $sid + local.get $exp + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 23 + i64.shl + local.get $sid + i64.extend_i32_u + i64.add + local.set $frc + local.get $exp + if (result i32) + local.get $exp + else + i32.const 1 + end + i32.const 127 + i32.const 23 + i32.add + i32.sub + local.set $exp + else + local.get $value|4 + i64.reinterpret_f64 + local.set $uv|12 + local.get $uv|12 + i64.const 9218868437227405312 + i64.and + i64.const 52 + i64.shr_u + i32.wrap_i64 + local.set $exp + local.get $uv|12 + i64.const 4503599627370495 + i64.and + local.set $sid|13 + local.get $exp + i32.const 0 + i32.ne + i64.extend_i32_u + i64.const 52 + i64.shl + local.get $sid|13 + i64.add + local.set $frc + local.get $exp + if (result i32) + local.get $exp + else + i32.const 1 + end + i32.const 1023 + i32.const 52 + i32.add + i32.sub + local.set $exp + end + local.get $frc + local.set $f + local.get $exp + local.set $e + local.get $isSingle|7 + local.set $isSingle|16 + local.get $f + i64.const 1 + i64.shl + i64.const 1 + i64.add + local.set $frc|17 + local.get $e + i32.const 1 + i32.sub + local.set $exp|18 + local.get $frc|17 + i64.clz + i32.wrap_i64 + local.set $off + local.get $frc|17 + local.get $off + i64.extend_i32_s + i64.shl + local.set $frc|17 + local.get $exp|18 + local.get $off + i32.sub + local.set $exp|18 + i32.const 1 + local.get $f + local.get $isSingle|16 + if (result i64) + i64.const 8388608 + else + i64.const 4503599627370496 + end + i64.eq + i32.add + local.set $m + local.get $frc|17 + global.set $~lib/util/number/_frc_plus + local.get $f + local.get $m + i64.extend_i32_s + i64.shl + i64.const 1 + i64.sub + local.get $e + local.get $m + i32.sub + local.get $exp|18 + i32.sub + i64.extend_i32_s + i64.shl + global.set $~lib/util/number/_frc_minus + local.get $exp|18 + global.set $~lib/util/number/_exp + global.get $~lib/util/number/_exp + local.set $minExp + i32.const -61 + local.get $minExp + i32.sub + f64.convert_i32_s + f64.const 0.30102999566398114 + f64.mul + f64.const 347 + f64.add + local.set $dk + local.get $dk + i32.trunc_sat_f64_s + local.set $k + local.get $k + local.get $k + f64.convert_i32_s + local.get $dk + f64.ne + i32.add + local.set $k + local.get $k + i32.const 3 + i32.shr_s + i32.const 1 + i32.add + local.set $index + i32.const 348 + local.get $index + i32.const 3 + i32.shl + i32.sub + global.set $~lib/util/number/_K + i32.const 2488 + local.get $index + i32.const 3 + i32.shl + i32.add + i64.load + global.set $~lib/util/number/_frc_pow + i32.const 3184 + local.get $index + i32.const 1 + i32.shl + i32.add + i32.load16_s + global.set $~lib/util/number/_exp_pow + local.get $frc + i64.clz + i32.wrap_i64 + local.set $off|25 + local.get $frc + local.get $off|25 + i64.extend_i32_s + i64.shl + local.set $frc + local.get $exp + local.get $off|25 + i32.sub + local.set $exp + global.get $~lib/util/number/_frc_pow + local.set $frc_pow + global.get $~lib/util/number/_exp_pow + local.set $exp_pow + block $~lib/util/number/umul64f|inlined.0 (result i64) + local.get $frc + local.set $u + local.get $frc_pow + local.set $v + local.get $u + i64.const 4294967295 + i64.and + local.set $u0 + local.get $v + i64.const 4294967295 + i64.and + local.set $v0 + local.get $u + i64.const 32 + i64.shr_u + local.set $u1 + local.get $v + i64.const 32 + i64.shr_u + local.set $v1 + local.get $u0 + local.get $v0 + i64.mul + local.set $l + local.get $u1 + local.get $v0 + i64.mul + local.get $l + i64.const 32 + i64.shr_u + i64.add + local.set $t + local.get $u0 + local.get $v1 + i64.mul + local.get $t + i64.const 4294967295 + i64.and + i64.add + local.set $w + local.get $w + i64.const 2147483647 + i64.add + local.set $w + local.get $t + i64.const 32 + i64.shr_u + local.set $t + local.get $w + i64.const 32 + i64.shr_u + local.set $w + local.get $u1 + local.get $v1 + i64.mul + local.get $t + i64.add + local.get $w + i64.add + br $~lib/util/number/umul64f|inlined.0 + end + local.set $w_frc + block $~lib/util/number/umul64e|inlined.0 (result i32) + local.get $exp + local.set $e1 + local.get $exp_pow + local.set $e2 + local.get $e1 + local.get $e2 + i32.add + i32.const 64 + i32.add + br $~lib/util/number/umul64e|inlined.0 + end + local.set $w_exp + block $~lib/util/number/umul64f|inlined.1 (result i64) + global.get $~lib/util/number/_frc_plus + local.set $u|41 + local.get $frc_pow + local.set $v|42 + local.get $u|41 + i64.const 4294967295 + i64.and + local.set $u0|43 + local.get $v|42 + i64.const 4294967295 + i64.and + local.set $v0|44 + local.get $u|41 + i64.const 32 + i64.shr_u + local.set $u1|45 + local.get $v|42 + i64.const 32 + i64.shr_u + local.set $v1|46 + local.get $u0|43 + local.get $v0|44 + i64.mul + local.set $l|47 + local.get $u1|45 + local.get $v0|44 + i64.mul + local.get $l|47 + i64.const 32 + i64.shr_u + i64.add + local.set $t|48 + local.get $u0|43 + local.get $v1|46 + i64.mul + local.get $t|48 + i64.const 4294967295 + i64.and + i64.add + local.set $w|49 + local.get $w|49 + i64.const 2147483647 + i64.add + local.set $w|49 + local.get $t|48 + i64.const 32 + i64.shr_u + local.set $t|48 + local.get $w|49 + i64.const 32 + i64.shr_u + local.set $w|49 + local.get $u1|45 + local.get $v1|46 + i64.mul + local.get $t|48 + i64.add + local.get $w|49 + i64.add + br $~lib/util/number/umul64f|inlined.1 + end + i64.const 1 + i64.sub + local.set $wp_frc + block $~lib/util/number/umul64e|inlined.1 (result i32) + global.get $~lib/util/number/_exp + local.set $e1|51 + local.get $exp_pow + local.set $e2|52 + local.get $e1|51 + local.get $e2|52 + i32.add + i32.const 64 + i32.add + br $~lib/util/number/umul64e|inlined.1 + end + local.set $wp_exp + block $~lib/util/number/umul64f|inlined.2 (result i64) + global.get $~lib/util/number/_frc_minus + local.set $u|54 + local.get $frc_pow + local.set $v|55 + local.get $u|54 + i64.const 4294967295 + i64.and + local.set $u0|56 + local.get $v|55 + i64.const 4294967295 + i64.and + local.set $v0|57 + local.get $u|54 + i64.const 32 + i64.shr_u + local.set $u1|58 + local.get $v|55 + i64.const 32 + i64.shr_u + local.set $v1|59 + local.get $u0|56 + local.get $v0|57 + i64.mul + local.set $l|60 + local.get $u1|58 + local.get $v0|57 + i64.mul + local.get $l|60 + i64.const 32 + i64.shr_u + i64.add + local.set $t|61 + local.get $u0|56 + local.get $v1|59 + i64.mul + local.get $t|61 + i64.const 4294967295 + i64.and + i64.add + local.set $w|62 + local.get $w|62 + i64.const 2147483647 + i64.add + local.set $w|62 + local.get $t|61 + i64.const 32 + i64.shr_u + local.set $t|61 + local.get $w|62 + i64.const 32 + i64.shr_u + local.set $w|62 + local.get $u1|58 + local.get $v1|59 + i64.mul + local.get $t|61 + i64.add + local.get $w|62 + i64.add + br $~lib/util/number/umul64f|inlined.2 + end + i64.const 1 + i64.add + local.set $wm_frc + local.get $wp_frc + local.get $wm_frc + i64.sub + local.set $delta + local.get $buffer|5 + local.get $w_frc + local.get $w_exp + local.get $wp_frc + local.get $wp_exp + local.get $delta + local.get $sign|6 + call $~lib/util/number/genDigits + br $~lib/util/number/grisu2|inlined.0 end - local.get $value - local.set $var$5 - local.get $buffer - local.set $var$4 - local.get $sign - local.set $var$3 - local.get $var$5 - i64.reinterpret_f64 - local.set $var$6 - local.get $var$6 - i64.const 9218868437227405312 - i64.and - i64.const 52 - i64.shr_u - i32.wrap_i64 - local.set $var$7 - local.get $var$6 - i64.const 4503599627370495 - i64.and - local.set $var$8 - local.get $var$7 - i32.const 0 - i32.ne - i64.extend_i32_u - i64.const 52 - i64.shl - local.get $var$8 - i64.add - local.set $var$9 - local.get $var$7 - i32.const 1 - local.get $var$7 - select - i32.const 1023 - i32.const 52 - i32.add - i32.sub - local.set $var$7 - local.get $var$9 - local.set $var$11 - local.get $var$7 - local.set $var$10 - local.get $var$11 - i64.const 1 - i64.shl - i64.const 1 - i64.add - local.set $var$12 - local.get $var$10 - i32.const 1 - i32.sub - local.set $var$13 - local.get $var$12 - i64.clz - i32.wrap_i64 - local.set $var$14 - local.get $var$12 - local.get $var$14 - i64.extend_i32_s - i64.shl - local.set $var$12 - local.get $var$13 - local.get $var$14 - i32.sub - local.set $var$13 - i32.const 1 - local.get $var$11 - i64.const 4503599627370496 - i64.eq - i32.add - local.set $var$15 - local.get $var$12 - global.set $~lib/util/number/_frc_plus - local.get $var$11 - local.get $var$15 - i64.extend_i32_s - i64.shl - i64.const 1 - i64.sub - local.get $var$10 - local.get $var$15 - i32.sub - local.get $var$13 - i32.sub - i64.extend_i32_s - i64.shl - global.set $~lib/util/number/_frc_minus - local.get $var$13 - global.set $~lib/util/number/_exp - global.get $~lib/util/number/_exp - local.set $var$10 - i32.const -61 - local.get $var$10 - i32.sub - f64.convert_i32_s - f64.const 0.30102999566398114 - f64.mul - f64.const 347 - f64.add - local.set $var$16 - local.get $var$16 - i32.trunc_sat_f64_s - local.set $var$15 - local.get $var$15 - local.get $var$15 - f64.convert_i32_s - local.get $var$16 - f64.ne - i32.add - local.set $var$15 - local.get $var$15 - i32.const 3 - i32.shr_s - i32.const 1 - i32.add - local.set $var$14 - i32.const 348 - local.get $var$14 - i32.const 3 - i32.shl - i32.sub - global.set $~lib/util/number/_K - i32.const 2488 - local.get $var$14 - i32.const 3 - i32.shl - i32.add - i64.load $0 - global.set $~lib/util/number/_frc_pow - i32.const 3184 - local.get $var$14 - i32.const 1 - i32.shl - i32.add - i32.load16_s $0 - global.set $~lib/util/number/_exp_pow - local.get $var$9 - i64.clz - i32.wrap_i64 - local.set $var$14 - local.get $var$9 - local.get $var$14 - i64.extend_i32_s - i64.shl - local.set $var$9 - local.get $var$7 - local.get $var$14 - i32.sub - local.set $var$7 - global.get $~lib/util/number/_frc_pow - local.set $var$12 - global.get $~lib/util/number/_exp_pow - local.set $var$15 - local.get $var$9 - local.set $var$17 - local.get $var$12 - local.set $var$11 - local.get $var$17 - i64.const 4294967295 - i64.and - local.set $var$18 - local.get $var$11 - i64.const 4294967295 - i64.and - local.set $var$19 - local.get $var$17 - i64.const 32 - i64.shr_u - local.set $var$20 - local.get $var$11 - i64.const 32 - i64.shr_u - local.set $var$21 - local.get $var$18 - local.get $var$19 - i64.mul - local.set $var$22 - local.get $var$20 - local.get $var$19 - i64.mul - local.get $var$22 - i64.const 32 - i64.shr_u - i64.add - local.set $var$23 - local.get $var$18 - local.get $var$21 - i64.mul - local.get $var$23 - i64.const 4294967295 - i64.and - i64.add - local.set $var$24 - local.get $var$24 - i64.const 2147483647 - i64.add - local.set $var$24 - local.get $var$23 - i64.const 32 - i64.shr_u - local.set $var$23 - local.get $var$24 - i64.const 32 - i64.shr_u - local.set $var$24 - local.get $var$20 - local.get $var$21 - i64.mul - local.get $var$23 - i64.add - local.get $var$24 - i64.add - local.set $var$24 - local.get $var$7 - local.set $var$10 - local.get $var$15 - local.set $var$13 - local.get $var$10 - local.get $var$13 - i32.add - i32.const 64 - i32.add - local.set $var$10 - global.get $~lib/util/number/_frc_plus - local.set $var$17 - local.get $var$12 - local.set $var$11 - local.get $var$17 - i64.const 4294967295 - i64.and - local.set $var$23 - local.get $var$11 - i64.const 4294967295 - i64.and - local.set $var$22 - local.get $var$17 - i64.const 32 - i64.shr_u - local.set $var$21 - local.get $var$11 - i64.const 32 - i64.shr_u - local.set $var$20 - local.get $var$23 - local.get $var$22 - i64.mul - local.set $var$19 - local.get $var$21 - local.get $var$22 - i64.mul - local.get $var$19 - i64.const 32 - i64.shr_u - i64.add - local.set $var$18 - local.get $var$23 - local.get $var$20 - i64.mul - local.get $var$18 - i64.const 4294967295 - i64.and - i64.add - local.set $var$25 - local.get $var$25 - i64.const 2147483647 - i64.add - local.set $var$25 - local.get $var$18 - i64.const 32 - i64.shr_u - local.set $var$18 - local.get $var$25 - i64.const 32 - i64.shr_u - local.set $var$25 - local.get $var$21 - local.get $var$20 - i64.mul - local.get $var$18 - i64.add - local.get $var$25 - i64.add - i64.const 1 - i64.sub - local.set $var$25 - global.get $~lib/util/number/_exp - local.set $var$26 - local.get $var$15 - local.set $var$13 - local.get $var$26 - local.get $var$13 - i32.add - i32.const 64 - i32.add - local.set $var$26 - global.get $~lib/util/number/_frc_minus - local.set $var$17 - local.get $var$12 - local.set $var$11 - local.get $var$17 - i64.const 4294967295 - i64.and - local.set $var$18 - local.get $var$11 - i64.const 4294967295 - i64.and - local.set $var$19 - local.get $var$17 - i64.const 32 - i64.shr_u - local.set $var$20 - local.get $var$11 - i64.const 32 - i64.shr_u - local.set $var$21 - local.get $var$18 - local.get $var$19 - i64.mul - local.set $var$22 - local.get $var$20 - local.get $var$19 - i64.mul - local.get $var$22 - i64.const 32 - i64.shr_u - i64.add - local.set $var$23 - local.get $var$18 - local.get $var$21 - i64.mul - local.get $var$23 - i64.const 4294967295 - i64.and - i64.add - local.set $var$27 - local.get $var$27 - i64.const 2147483647 - i64.add - local.set $var$27 - local.get $var$23 - i64.const 32 - i64.shr_u - local.set $var$23 - local.get $var$27 - i64.const 32 - i64.shr_u - local.set $var$27 - local.get $var$20 - local.get $var$21 - i64.mul - local.get $var$23 - i64.add - local.get $var$27 - i64.add - i64.const 1 - i64.add - local.set $var$27 - local.get $var$25 - local.get $var$27 - i64.sub - local.set $var$23 - local.get $var$4 - local.get $var$24 - local.get $var$10 - local.get $var$25 - local.get $var$26 - local.get $var$23 - local.get $var$3 - call $~lib/util/number/genDigits local.set $len local.get $buffer local.get $sign @@ -3985,10 +4193,12 @@ local.get $len local.get $sign i32.add + return ) (func $~lib/number/F64#toString (param $this f64) (param $radix i32) (result i32) local.get $this - call $~lib/util/number/dtoa + call $~lib/util/number/dtoa + return ) (func $~lib/number/Bool#toString (param $this i32) (param $radix i32) (result i32) local.get $this @@ -3997,6 +4207,7 @@ else i32.const 3616 end + return ) (func $~lib/number/F32.isSafeInteger (param $value f32) (result i32) local.get $value @@ -4011,6 +4222,7 @@ else i32.const 0 end + return ) (func $~lib/number/F32.isInteger (param $value f32) (result i32) local.get $value @@ -4026,6 +4238,7 @@ else i32.const 0 end + return ) (func $~lib/number/F64.isSafeInteger (param $value f64) (result i32) local.get $value @@ -4040,6 +4253,7 @@ else i32.const 0 end + return ) (func $~lib/number/F64.isInteger (param $value f64) (result i32) local.get $value @@ -4055,6 +4269,7 @@ else i32.const 0 end + return ) (func $~lib/rt/__visit_globals (param $0 i32) (local $1 i32) @@ -4074,24 +4289,28 @@ (func $~lib/arraybuffer/ArrayBufferView~visit (param $0 i32) (param $1 i32) (local $2 i32) local.get $0 - i32.load $0 - local.tee $2 - if - local.get $2 - local.get $1 - call $~lib/rt/itcms/__visit - end + local.get $1 + call $~lib/object/Object~visit + local.get $0 + i32.load + local.get $1 + call $~lib/rt/itcms/__visit + ) + (func $~lib/object/Object~visit (param $0 i32) (param $1 i32) ) (func $~lib/rt/__visit_members (param $0 i32) (param $1 i32) block $invalid block $~lib/arraybuffer/ArrayBufferView block $~lib/string/String block $~lib/arraybuffer/ArrayBuffer - local.get $0 - i32.const 8 - i32.sub - i32.load $0 - br_table $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid + block $~lib/object/Object + local.get $0 + i32.const 8 + i32.sub + i32.load + br_table $~lib/object/Object $~lib/arraybuffer/ArrayBuffer $~lib/string/String $~lib/arraybuffer/ArrayBufferView $invalid + end + return end return end @@ -4112,28 +4331,125 @@ global.get $~lib/memory/__data_end i32.lt_s if - i32.const 20064 - i32.const 20112 + i32.const 36448 + i32.const 36496 i32.const 1 i32.const 1 call $~lib/builtins/abort unreachable end ) + (func $~lib/string/String.__eq (param $left i32) (param $right i32) (result i32) + (local $leftLength i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $left + local.get $right + i32.eq + if + i32.const 1 + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + end + local.get $left + i32.const 0 + i32.eq + if (result i32) + i32.const 1 + else + local.get $right + i32.const 0 + i32.eq + end + if + i32.const 0 + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + end + local.get $left + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + call $~lib/string/String#get:length + local.set $leftLength + local.get $leftLength + local.get $right + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + call $~lib/string/String#get:length + i32.ne + if + i32.const 0 + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + end + local.get $left + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + i32.const 0 + local.get $right + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 + i32.const 0 + local.get $leftLength + call $~lib/util/string/compareImpl + i32.eqz + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + ) (func $start:number (local $0 i32) - (local $1 f32) - (local $2 f64) - (local $3 i32) + (local $1 i32) + (local $2 f32) + (local $3 f64) + (local $4 i32) global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.sub global.set $~lib/memory/__stack_pointer call $~stack_check global.get $~lib/memory/__stack_pointer - i64.const 0 - i64.store $0 - memory.size $0 + i32.const 0 + i32.store + memory.size i32.const 16 i32.shl global.get $~lib/memory/__heap_base @@ -4153,17 +4469,12 @@ global.get $number/a i32.const 10 call $~lib/number/I32#toString - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 + local.get $4 + i32.store + local.get $4 i32.const 2208 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4177,17 +4488,12 @@ f64.const 2 i32.const 0 call $~lib/number/F64#toString - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 + local.get $4 + i32.store + local.get $4 i32.const 3424 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4201,17 +4507,12 @@ i32.const 3 i32.const 10 call $~lib/number/I32#toString - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 + local.get $4 + i32.store + local.get $4 i32.const 3456 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4225,17 +4526,12 @@ i32.const -5 i32.const 10 call $~lib/number/I32#toString - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 + local.get $4 + i32.store + local.get $4 i32.const 3488 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4249,17 +4545,12 @@ i32.const 4 i32.const 10 call $~lib/number/I32#toString - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 + local.get $4 + i32.store + local.get $4 i32.const 3520 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4277,17 +4568,12 @@ global.get $number/a i32.const 10 call $~lib/number/I32#toString - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 + local.get $4 + i32.store + local.get $4 i32.const 3552 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4305,17 +4591,12 @@ global.get $number/a i32.const 10 call $~lib/number/I32#toString - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 + local.get $4 + i32.store + local.get $4 i32.const 2208 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4330,17 +4611,12 @@ i32.eqz i32.const 0 call $~lib/number/Bool#toString - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 + local.get $4 + i32.store + local.get $4 i32.const 3584 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4355,17 +4631,12 @@ i32.eqz i32.const 0 call $~lib/number/Bool#toString - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 + local.get $4 + i32.store + local.get $4 i32.const 3616 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4384,17 +4655,12 @@ local.get $0 i32.const 10 call $~lib/number/I32#toString - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 + local.get $4 + i32.store + local.get $4 i32.const 2208 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4406,24 +4672,19 @@ unreachable end global.get $number/a - local.tee $0 + local.tee $1 i32.const 1 i32.sub global.set $number/a - local.get $0 + local.get $1 i32.const 10 call $~lib/number/I32#toString - local.set $3 + local.set $4 global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 - local.get $3 + local.get $4 + i32.store + local.get $4 i32.const 3552 - local.set $3 - global.get $~lib/memory/__stack_pointer - local.get $3 - i32.store $0 offset=4 - local.get $3 call $~lib/string/String.__eq i32.eqz if @@ -4435,8 +4696,8 @@ unreachable end global.get $~lib/number/F32.NaN - local.tee $1 - local.get $1 + local.tee $2 + local.get $2 f32.ne drop global.get $~lib/builtins/f32.MIN_SAFE_INTEGER @@ -4704,8 +4965,8 @@ unreachable end global.get $~lib/number/F64.NaN - local.tee $2 - local.get $2 + local.tee $3 + local.get $3 f64.ne drop global.get $~lib/builtins/f64.MIN_SAFE_INTEGER @@ -4973,47 +5234,77 @@ unreachable end f64.const 1 - global.get $~lib/builtins/f32.NaN - f64.promote_f32 + f64.const nan:0x8000000000000 f64.eq i32.eqz drop + f64.const nan:0x8000000000000 global.get $~lib/number/F32.NaN - f32.const nan:0x400000 - f32.eq + f64.promote_f32 + f64.eq i32.eqz drop - f64.const nan:0x8000000000000 + global.get $~lib/number/F64.NaN f64.const 1 f64.eq i32.eqz drop f64.const 1 - global.get $~lib/builtins/f32.NaN - f64.promote_f32 + f64.const nan:0x8000000000000 f64.ne drop + f64.const nan:0x8000000000000 global.get $~lib/number/F32.NaN - f32.const nan:0x400000 - f32.ne + f64.promote_f32 + f64.ne drop - f64.const nan:0x8000000000000 + global.get $~lib/builtins/f64.NaN f64.const 1 f64.ne drop + f64.const 0 + f64.const -0 + f64.eq + drop + f64.const -0 + f64.const -0 + f64.eq + drop + f64.const -0 + f64.const 0 + f64.eq + drop + f32.const 0 + f32.const -0 + f32.eq + drop + f32.const -0 + f32.const -0 + f32.eq + drop + f32.const -0 + f32.const 0 + f32.eq + drop global.get $~lib/memory/__stack_pointer - i32.const 8 + i32.const 4 i32.add global.set $~lib/memory/__stack_pointer ) - (func $~lib/util/number/itoa32 (param $0 i32) (param $1 i32) (result i32) - (local $2 i32) - (local $3 i32) - (local $4 i32) - (local $5 i32) - (local $6 i32) - (local $7 i32) - (local $8 i32) + (func $~lib/util/number/itoa32 (param $value i32) (param $radix i32) (result i32) + (local $sign i32) + (local $out i32) + (local $decimals i32) + (local $buffer i32) + (local $num i32) + (local $offset i32) + (local $decimals|8 i32) + (local $buffer|9 i32) + (local $num|10 i32) + (local $offset|11 i32) + (local $val32 i32) + (local $decimals|13 i32) + (local $14 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -5021,14 +5312,14 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - local.get $1 + i32.store + local.get $radix i32.const 2 i32.lt_s if (result i32) i32.const 1 else - local.get $1 + local.get $radix i32.const 36 i32.gt_s end @@ -5040,151 +5331,154 @@ call $~lib/builtins/abort unreachable end - local.get $0 + local.get $value i32.eqz if i32.const 224 - local.set $8 + local.set $14 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $8 + local.get $14 return end - local.get $0 + local.get $value i32.const 31 i32.shr_u i32.const 1 i32.shl - local.set $2 - local.get $2 + local.set $sign + local.get $sign if i32.const 0 - local.get $0 + local.get $value i32.sub - local.set $0 + local.set $value end - local.get $1 + local.get $radix i32.const 10 i32.eq if - local.get $0 + local.get $value call $~lib/util/number/decimalCount32 - local.set $4 + local.set $decimals global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $decimals i32.const 1 i32.shl - local.get $2 + local.get $sign i32.add - i32.const 1 + i32.const 2 call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 - local.get $3 - local.get $2 + local.tee $out + i32.store + local.get $out + local.get $sign i32.add - local.set $7 - local.get $0 - local.set $6 - local.get $4 - local.set $5 + local.set $buffer + local.get $value + local.set $num + local.get $decimals + local.set $offset i32.const 0 i32.const 1 i32.ge_s drop - local.get $7 - local.get $6 - local.get $5 + local.get $buffer + local.get $num + local.get $offset call $~lib/util/number/utoa32_dec_lut else - local.get $1 + local.get $radix i32.const 16 i32.eq if i32.const 31 - local.get $0 + local.get $value i32.clz i32.sub i32.const 2 i32.shr_s i32.const 1 i32.add - local.set $4 + local.set $decimals|8 global.get $~lib/memory/__stack_pointer - local.get $4 + local.get $decimals|8 i32.const 1 i32.shl - local.get $2 + local.get $sign i32.add - i32.const 1 + i32.const 2 call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 - local.get $3 - local.get $2 + local.tee $out + i32.store + local.get $out + local.get $sign i32.add - local.set $7 - local.get $0 - local.set $6 - local.get $4 - local.set $5 + local.set $buffer|9 + local.get $value + local.set $num|10 + local.get $decimals|8 + local.set $offset|11 i32.const 0 i32.const 1 i32.ge_s drop - local.get $7 - local.get $6 + local.get $buffer|9 + local.get $num|10 i64.extend_i32_u - local.get $5 + local.get $offset|11 call $~lib/util/number/utoa_hex_lut else - local.get $0 - local.set $4 - local.get $4 + local.get $value + local.set $val32 + local.get $val32 i64.extend_i32_u - local.get $1 + local.get $radix call $~lib/util/number/ulog_base - local.set $7 + local.set $decimals|13 global.get $~lib/memory/__stack_pointer - local.get $7 + local.get $decimals|13 i32.const 1 i32.shl - local.get $2 + local.get $sign i32.add - i32.const 1 + i32.const 2 call $~lib/rt/itcms/__new - local.tee $3 - i32.store $0 - local.get $3 - local.get $2 + local.tee $out + i32.store + local.get $out + local.get $sign i32.add - local.get $4 + local.get $val32 i64.extend_i32_u - local.get $7 - local.get $1 + local.get $decimals|13 + local.get $radix call $~lib/util/number/utoa64_any_core end end - local.get $2 + local.get $sign if - local.get $3 + local.get $out i32.const 45 - i32.store16 $0 + i32.store16 end - local.get $3 - local.set $8 + local.get $out + local.set $14 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $8 + local.get $14 + return ) - (func $~lib/util/number/dtoa (param $0 f64) (result i32) - (local $1 i32) - (local $2 i32) - (local $3 i32) + (func $~lib/util/number/dtoa (param $value f64) (result i32) + (local $value|1 f64) + (local $isSingle i32) + (local $size i32) + (local $result i32) + (local $5 i32) global.get $~lib/memory/__stack_pointer i32.const 4 i32.sub @@ -5192,76 +5486,67 @@ call $~stack_check global.get $~lib/memory/__stack_pointer i32.const 0 - i32.store $0 - local.get $0 - f64.const 0 - f64.eq - if - i32.const 2288 - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return - end - local.get $0 - local.get $0 - f64.sub - f64.const 0 - f64.eq - i32.eqz - if - local.get $0 - local.get $0 - f64.ne + i32.store + block $~lib/util/number/dtoa_impl|inlined.0 (result i32) + local.get $value + local.set $value|1 + i32.const 0 + local.set $isSingle + local.get $value|1 + f64.const 0 + f64.eq if - i32.const 2320 - local.set $3 - global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return + i32.const 2288 + br $~lib/util/number/dtoa_impl|inlined.0 end - i32.const 2352 - i32.const 2400 - local.get $0 + local.get $value|1 + local.get $value|1 + f64.sub f64.const 0 - f64.lt - select - local.set $3 + f64.eq + i32.eqz + if + local.get $value|1 + local.get $value|1 + f64.ne + if + i32.const 2320 + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 2352 + i32.const 2400 + local.get $value|1 + f64.const 0 + f64.lt + select + br $~lib/util/number/dtoa_impl|inlined.0 + end + i32.const 2432 + local.get $value|1 + local.get $isSingle + call $~lib/util/number/dtoa_core + i32.const 1 + i32.shl + local.set $size global.get $~lib/memory/__stack_pointer - i32.const 4 - i32.add - global.set $~lib/memory/__stack_pointer - local.get $3 - return + local.get $size + i32.const 2 + call $~lib/rt/itcms/__new + local.tee $result + i32.store + local.get $result + i32.const 2432 + local.get $size + memory.copy + local.get $result + br $~lib/util/number/dtoa_impl|inlined.0 end - i32.const 2432 - local.get $0 - call $~lib/util/number/dtoa_core - i32.const 1 - i32.shl - local.set $1 - global.get $~lib/memory/__stack_pointer - local.get $1 - i32.const 1 - call $~lib/rt/itcms/__new - local.tee $2 - i32.store $0 - local.get $2 - i32.const 2432 - local.get $1 - memory.copy $0 $0 - local.get $2 - local.set $3 + local.set $5 global.get $~lib/memory/__stack_pointer i32.const 4 i32.add global.set $~lib/memory/__stack_pointer - local.get $3 + local.get $5 + return ) ) diff --git a/tests/compiler/number.json b/tests/compiler/number.json index d823d836bf..1bdd02b1be 100644 --- a/tests/compiler/number.json +++ b/tests/compiler/number.json @@ -1,18 +1,4 @@ { "asc_flags": [ - ], - "stderr": [ - "AS907: 'NaN' does not compare equal to any other value including itself. Use isNaN(x) instead.", - "AS907: 'NaN' does not compare equal to any other value including itself. Use isNaN(x) instead.", - "AS907: 'NaN' does not compare equal to any other value including itself. Use isNaN(x) instead.", - "AS907: 'NaN' does not compare equal to any other value including itself. Use isNaN(x) instead.", - "AS907: 'NaN' does not compare equal to any other value including itself. Use isNaN(x) instead.", - "AS907: 'NaN' does not compare equal to any other value including itself. Use isNaN(x) instead.", - "AS908: Comparison with -0.0 is sign insensitive. Use Object.is(x, -0.0) if the sign matters.", - "AS908: Comparison with -0.0 is sign insensitive. Use Object.is(x, -0.0) if the sign matters.", - "AS908: Comparison with -0.0 is sign insensitive. Use Object.is(x, -0.0) if the sign matters.", - "AS908: Comparison with -0.0 is sign insensitive. Use Object.is(x, -0.0) if the sign matters.", - "AS908: Comparison with -0.0 is sign insensitive. Use Object.is(x, -0.0) if the sign matters.", - "AS908: Comparison with -0.0 is sign insensitive. Use Object.is(x, -0.0) if the sign matters." ] } diff --git a/tests/compiler/number.release.wat b/tests/compiler/number.release.wat index e609564afd..200a4f5ee8 100644 --- a/tests/compiler/number.release.wat +++ b/tests/compiler/number.release.wat @@ -1,13 +1,14 @@ (module - (type $none_=>_none (func)) - (type $i32_i32_=>_i32 (func (param i32 i32) (result i32))) - (type $i32_i32_=>_none (func (param i32 i32))) - (type $i32_i32_i32_=>_none (func (param i32 i32 i32))) - (type $i32_=>_i32 (func (param i32) (result i32))) - (type $i32_=>_none (func (param i32))) - (type $i32_i32_i32_i32_=>_none (func (param i32 i32 i32 i32))) - (type $none_=>_i32 (func (result i32))) - (type $i64_i64_i32_i64_=>_i32 (func (param i64 i64 i32 i64) (result i32))) + (type $0 (func)) + (type $1 (func (param i32 i32) (result i32))) + (type $2 (func (param i32))) + (type $3 (func (param i32 i32))) + (type $4 (func (param i32) (result i32))) + (type $5 (func (param i32 i32 i32 i32))) + (type $6 (func (param i32 i32 i64))) + (type $7 (func (result i32))) + (type $8 (func (param i32 i32 i32))) + (type $9 (func (param i64 i64 i32 i64) (result i32))) (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) (global $number/a (mut i32) (i32.const 1)) (global $~lib/rt/itcms/total (mut i32) (i32.const 0)) @@ -23,75 +24,75 @@ (global $~lib/util/number/_K (mut i32) (i32.const 0)) (global $~lib/util/number/_frc_pow (mut i64) (i64.const 0)) (global $~lib/util/number/_exp_pow (mut i32) (i32.const 0)) - (global $~lib/memory/__stack_pointer (mut i32) (i32.const 21068)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 37444)) (memory $0 1) - (data (i32.const 1036) "|") - (data (i32.const 1048) "\01\00\00\00d\00\00\00t\00o\00S\00t\00r\00i\00n\00g\00(\00)\00 \00r\00a\00d\00i\00x\00 \00a\00r\00g\00u\00m\00e\00n\00t\00 \00m\00u\00s\00t\00 \00b\00e\00 \00b\00e\00t\00w\00e\00e\00n\00 \002\00 \00a\00n\00d\00 \003\006") - (data (i32.const 1164) "<") - (data (i32.const 1176) "\01\00\00\00&\00\00\00~\00l\00i\00b\00/\00u\00t\00i\00l\00/\00n\00u\00m\00b\00e\00r\00.\00t\00s") - (data (i32.const 1228) "\1c") - (data (i32.const 1240) "\01\00\00\00\02\00\00\000") - (data (i32.const 1260) "<") - (data (i32.const 1272) "\01\00\00\00(\00\00\00A\00l\00l\00o\00c\00a\00t\00i\00o\00n\00 \00t\00o\00o\00 \00l\00a\00r\00g\00e") - (data (i32.const 1324) "<") - (data (i32.const 1336) "\01\00\00\00 \00\00\00~\00l\00i\00b\00/\00r\00t\00/\00i\00t\00c\00m\00s\00.\00t\00s") - (data (i32.const 1452) "<") - (data (i32.const 1464) "\01\00\00\00$\00\00\00I\00n\00d\00e\00x\00 \00o\00u\00t\00 \00o\00f\00 \00r\00a\00n\00g\00e") - (data (i32.const 1516) ",") - (data (i32.const 1528) "\01\00\00\00\14\00\00\00~\00l\00i\00b\00/\00r\00t\00.\00t\00s") - (data (i32.const 1596) "<") - (data (i32.const 1608) "\01\00\00\00\1e\00\00\00~\00l\00i\00b\00/\00r\00t\00/\00t\00l\00s\00f\00.\00t\00s") - (data (i32.const 1660) "0\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009") - (data (i32.const 2060) "\1c\04") - (data (i32.const 2072) "\01\00\00\00\00\04\00\000\000\000\001\000\002\000\003\000\004\000\005\000\006\000\007\000\008\000\009\000\00a\000\00b\000\00c\000\00d\000\00e\000\00f\001\000\001\001\001\002\001\003\001\004\001\005\001\006\001\007\001\008\001\009\001\00a\001\00b\001\00c\001\00d\001\00e\001\00f\002\000\002\001\002\002\002\003\002\004\002\005\002\006\002\007\002\008\002\009\002\00a\002\00b\002\00c\002\00d\002\00e\002\00f\003\000\003\001\003\002\003\003\003\004\003\005\003\006\003\007\003\008\003\009\003\00a\003\00b\003\00c\003\00d\003\00e\003\00f\004\000\004\001\004\002\004\003\004\004\004\005\004\006\004\007\004\008\004\009\004\00a\004\00b\004\00c\004\00d\004\00e\004\00f\005\000\005\001\005\002\005\003\005\004\005\005\005\006\005\007\005\008\005\009\005\00a\005\00b\005\00c\005\00d\005\00e\005\00f\006\000\006\001\006\002\006\003\006\004\006\005\006\006\006\007\006\008\006\009\006\00a\006\00b\006\00c\006\00d\006\00e\006\00f\007\000\007\001\007\002\007\003\007\004\007\005\007\006\007\007\007\008\007\009\007\00a\007\00b\007\00c\007\00d\007\00e\007\00f\008\000\008\001\008\002\008\003\008\004\008\005\008\006\008\007\008\008\008\009\008\00a\008\00b\008\00c\008\00d\008\00e\008\00f\009\000\009\001\009\002\009\003\009\004\009\005\009\006\009\007\009\008\009\009\009\00a\009\00b\009\00c\009\00d\009\00e\009\00f\00a\000\00a\001\00a\002\00a\003\00a\004\00a\005\00a\006\00a\007\00a\008\00a\009\00a\00a\00a\00b\00a\00c\00a\00d\00a\00e\00a\00f\00b\000\00b\001\00b\002\00b\003\00b\004\00b\005\00b\006\00b\007\00b\008\00b\009\00b\00a\00b\00b\00b\00c\00b\00d\00b\00e\00b\00f\00c\000\00c\001\00c\002\00c\003\00c\004\00c\005\00c\006\00c\007\00c\008\00c\009\00c\00a\00c\00b\00c\00c\00c\00d\00c\00e\00c\00f\00d\000\00d\001\00d\002\00d\003\00d\004\00d\005\00d\006\00d\007\00d\008\00d\009\00d\00a\00d\00b\00d\00c\00d\00d\00d\00e\00d\00f\00e\000\00e\001\00e\002\00e\003\00e\004\00e\005\00e\006\00e\007\00e\008\00e\009\00e\00a\00e\00b\00e\00c\00e\00d\00e\00e\00e\00f\00f\000\00f\001\00f\002\00f\003\00f\004\00f\005\00f\006\00f\007\00f\008\00f\009\00f\00a\00f\00b\00f\00c\00f\00d\00f\00e\00f\00f") - (data (i32.const 3116) "\\") - (data (i32.const 3128) "\01\00\00\00H\00\00\000\001\002\003\004\005\006\007\008\009\00a\00b\00c\00d\00e\00f\00g\00h\00i\00j\00k\00l\00m\00n\00o\00p\00q\00r\00s\00t\00u\00v\00w\00x\00y\00z") - (data (i32.const 3212) "\1c") - (data (i32.const 3224) "\01\00\00\00\02\00\00\001") - (data (i32.const 3244) ",") - (data (i32.const 3256) "\01\00\00\00\12\00\00\00n\00u\00m\00b\00e\00r\00.\00t\00s") - (data (i32.const 3292) "\1c") - (data (i32.const 3304) "\01\00\00\00\06\00\00\000\00.\000") - (data (i32.const 3324) "\1c") - (data (i32.const 3336) "\01\00\00\00\06\00\00\00N\00a\00N") - (data (i32.const 3356) ",") - (data (i32.const 3368) "\01\00\00\00\12\00\00\00-\00I\00n\00f\00i\00n\00i\00t\00y") - (data (i32.const 3404) ",") - (data (i32.const 3416) "\01\00\00\00\10\00\00\00I\00n\00f\00i\00n\00i\00t\00y") - (data (i32.const 3512) "\88\02\1c\08\a0\d5\8f\fav\bf>\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\0dXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8\a2\7f\e1\ae\bav\acU0 \fb\16\8b\ea5\ce]J\89B\cf-;eU\aa\b0k\9a\dfE\1a=\03\cf\1a\e6\ca\c6\9a\c7\17\fep\abO\dc\bc\be\fc\b1w\ff\0c\d6kA\ef\91V\be<\fc\7f\90\ad\1f\d0\8d\83\9aU1(\\Q\d3\b5\c9\a6\ad\8f\acq\9d\cb\8b\ee#w\"\9c\eamSx@\91I\cc\aeW\ce\b6]y\12<\827V\fbM6\94\10\c2O\98H8o\ea\96\90\c7:\82%\cb\85t\d7\f4\97\bf\97\cd\cf\86\a0\e5\ac*\17\98\n4\ef\8e\b25*\fbg8\b2;?\c6\d2\df\d4\c8\84\ba\cd\d3\1a\'D\dd\c5\96\c9%\bb\ce\9fk\93\84\a5b}$l\ac\db\f6\da_\rXf\ab\a3&\f1\c3\de\93\f8\e2\f3\b8\80\ff\aa\a8\ad\b5\b5\8bJ|l\05_b\87S0\c14`\ff\bc\c9U&\ba\91\8c\85N\96\bd~)p$w\f9\df\8f\b8\e5\b8\9f\bd\df\a6\94}t\88\cf_\a9\f8\cf\9b\a8\8f\93pD\b9k\15\0f\bf\f8\f0\08\8a\b611eU%\b0\cd\ac\7f{\d0\c6\e2?\99\06;+*\c4\10\\\e4\d3\92si\99$$\aa\0e\ca\00\83\f2\b5\87\fd\eb\1a\11\92d\08\e5\bc\cc\88Po\t\cc\bc\8c,e\19\e2X\17\b7\d1\00\00\00\00\00\00@\9c\00\00\00\00\10\a5\d4\e8\00\00b\ac\c5\ebx\ad\84\t\94\f8x9?\81\b3\15\07\c9{\ce\97\c0p\\\ea{\ce2~\8fh\80\e9\ab\a48\d2\d5E\"\9a\17&\'O\9f\'\fb\c4\d41\a2c\ed\a8\ad\c8\8c8e\de\b0\dbe\ab\1a\8e\08\c7\83\9a\1dqB\f9\1d]\c4X\e7\1b\a6,iM\92\ea\8dp\1ad\ee\01\daJw\ef\9a\99\a3m\a2\85k}\b4{x\t\f2w\18\ddy\a1\e4T\b4\c2\c5\9b[\92\86[\86=]\96\c8\c5S5\c8\b3\a0\97\fa\\\b4*\95\e3_\a0\99\bd\9fF\de%\8c9\db4\c2\9b\a5\\\9f\98\a3r\9a\c6\f6\ce\be\e9TS\bf\dc\b7\e2A\"\f2\17\f3\fc\88\a5x\\\d3\9b\ce \cc\dfS!{\f3Z\16\98:0\1f\97\dc\b5\a0\e2\96\b3\e3\\S\d1\d9\a8 Date: Fri, 17 Oct 2025 13:29:06 +0800 Subject: [PATCH 093/103] feat: support element access of enum (#2950) --- src/common.ts | 2 + src/compiler.ts | 55 +- src/diagnosticMessages.json | 1 + src/program.ts | 2 +- tests/compiler/enum-to-string-error.json | 7 + tests/compiler/enum-to-string-error.ts | 9 + tests/compiler/enum-to-string.debug.wat | 613 ++++++++++++++++++++++ tests/compiler/enum-to-string.json | 3 + tests/compiler/enum-to-string.release.wat | 408 ++++++++++++++ tests/compiler/enum-to-string.ts | 43 ++ 10 files changed, 1141 insertions(+), 2 deletions(-) create mode 100644 tests/compiler/enum-to-string-error.json create mode 100644 tests/compiler/enum-to-string-error.ts create mode 100644 tests/compiler/enum-to-string.debug.wat create mode 100644 tests/compiler/enum-to-string.json create mode 100644 tests/compiler/enum-to-string.release.wat create mode 100644 tests/compiler/enum-to-string.ts diff --git a/src/common.ts b/src/common.ts index f5d6675edd..3cc25a0845 100644 --- a/src/common.ts +++ b/src/common.ts @@ -194,6 +194,8 @@ export namespace CommonNames { export const ASC_VERSION_MAJOR = "ASC_VERSION_MAJOR"; export const ASC_VERSION_MINOR = "ASC_VERSION_MINOR"; export const ASC_VERSION_PATCH = "ASC_VERSION_PATCH"; + // enums + export const EnumToString = "__enum_to_string"; // classes export const I8 = "I8"; export const I16 = "I16"; diff --git a/src/compiler.ts b/src/compiler.ts index 04306fba01..36f09ab8aa 100644 --- a/src/compiler.ts +++ b/src/compiler.ts @@ -1522,6 +1522,49 @@ export class Compiler extends DiagnosticEmitter { return true; } + private ensureEnumToString(enumElement: Enum, reportNode: Node): string | null { + if (enumElement.toStringFunctionName) return enumElement.toStringFunctionName; + + if (!this.compileEnum(enumElement)) return null; + if (enumElement.is(CommonFlags.Const)) { + this.errorRelated( + DiagnosticCode.A_const_enum_member_can_only_be_accessed_using_a_string_literal, + reportNode.range, enumElement.identifierNode.range + ); + return null; + } + + let members = enumElement.members; + if (!members) return null; + + let module = this.module; + const isInline = enumElement.hasDecorator(DecoratorFlags.Inline); + + const functionName = `${enumElement.internalName}#${CommonNames.EnumToString}`; + enumElement.toStringFunctionName = functionName; + + let exprs = new Array(); + // when the values are the same, TS returns the last enum value name that appears + for (let _keys = Map_keys(members), _values = Map_values(members), i = 1, k = _keys.length; i <= k; ++i) { + let enumValueName = unchecked(_keys[k - i]); + let member = unchecked(_values[k - i]); + if (member.kind != ElementKind.EnumValue) continue; + let enumValue = member; + const enumValueExpr = isInline + ? module.i32(i64_low(enumValue.constantIntegerValue)) + : module.global_get(enumValue.internalName, TypeRef.I32); + let expr = module.if( + module.binary(BinaryOp.EqI32, enumValueExpr, module.local_get(0, TypeRef.I32)), + module.return(this.ensureStaticString(enumValueName)) + ); + exprs.push(expr); + } + exprs.push(module.unreachable()); + module.addFunction(functionName, TypeRef.I32, TypeRef.I32, null, module.block(null, exprs, TypeRef.I32)); + + return functionName; + } + // === Functions ================================================================================ /** Compiles a priorly resolved function. */ @@ -7092,7 +7135,17 @@ export class Compiler extends DiagnosticEmitter { ): ExpressionRef { let module = this.module; let targetExpression = expression.expression; - let targetType = this.resolver.resolveExpression(targetExpression, this.currentFlow); // reports + let resolver = this.resolver; + let targetElement = resolver.lookupExpression(targetExpression, this.currentFlow, Type.auto, ReportMode.Swallow); + if (targetElement && targetElement.kind == ElementKind.Enum) { + const elementExpr = this.compileExpression(expression.elementExpression, Type.i32, Constraints.ConvImplicit); + const toStringFunctionName = this.ensureEnumToString(targetElement, expression); + this.currentType = this.program.stringInstance.type; + if (toStringFunctionName == null) return module.unreachable(); + return module.call(toStringFunctionName, [ elementExpr ], TypeRef.I32); + } + + let targetType = resolver.resolveExpression(targetExpression, this.currentFlow); if (targetType) { let classReference = targetType.getClassOrWrapper(this.program); if (classReference) { diff --git a/src/diagnosticMessages.json b/src/diagnosticMessages.json index 5b0249f9b2..bd12f1f7e3 100644 --- a/src/diagnosticMessages.json +++ b/src/diagnosticMessages.json @@ -174,6 +174,7 @@ "Type '{0}' has no property '{1}'.": 2460, "The '{0}' operator cannot be applied to type '{1}'.": 2469, "In 'const' enum declarations member initializer must be constant expression.": 2474, + "A const enum member can only be accessed using a string literal.": 2476, "Export declaration conflicts with exported declaration of '{0}'.": 2484, "'{0}' is referenced directly or indirectly in its own base expression.": 2506, "Cannot create an instance of an abstract class.": 2511, diff --git a/src/program.ts b/src/program.ts index bf8dcc433c..8bcf1bfa19 100644 --- a/src/program.ts +++ b/src/program.ts @@ -3449,7 +3449,7 @@ export class Namespace extends DeclaredElement { /** An enum. */ export class Enum extends TypedElement { - + toStringFunctionName: string | null = null; /** Constructs a new enum. */ constructor( /** Simple name. */ diff --git a/tests/compiler/enum-to-string-error.json b/tests/compiler/enum-to-string-error.json new file mode 100644 index 0000000000..1165029fc1 --- /dev/null +++ b/tests/compiler/enum-to-string-error.json @@ -0,0 +1,7 @@ +{ + "asc_flags": [], + "stderr": [ + "TS2476: A const enum member can only be accessed using a string literal.", + "EOF" + ] +} diff --git a/tests/compiler/enum-to-string-error.ts b/tests/compiler/enum-to-string-error.ts new file mode 100644 index 0000000000..cbb58deb38 --- /dev/null +++ b/tests/compiler/enum-to-string-error.ts @@ -0,0 +1,9 @@ +const enum CE { + CE0, + CE1, + CE2, +} + +assert(CE[CE.CE0] === "CE0"); + +ERROR("EOF"); \ No newline at end of file diff --git a/tests/compiler/enum-to-string.debug.wat b/tests/compiler/enum-to-string.debug.wat new file mode 100644 index 0000000000..0f60906aa8 --- /dev/null +++ b/tests/compiler/enum-to-string.debug.wat @@ -0,0 +1,613 @@ +(module + (type $0 (func (param i32) (result i32))) + (type $1 (func)) + (type $2 (func (param i32 i32 i32 i32 i32) (result i32))) + (type $3 (func (param i32 i32 i32 i32))) + (type $4 (func (param i32 i32) (result i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $enum-to-string/Enum.E0 i32 (i32.const 0)) + (global $enum-to-string/Enum.E1 i32 (i32.const 1)) + (global $enum-to-string/Enum.E2 i32 (i32.const 2)) + (global $~lib/shared/runtime/Runtime.Stub i32 (i32.const 0)) + (global $~lib/shared/runtime/Runtime.Minimal i32 (i32.const 1)) + (global $~lib/shared/runtime/Runtime.Incremental i32 (i32.const 2)) + (global $~lib/native/ASC_SHRINK_LEVEL i32 (i32.const 0)) + (global $enum-to-string/v (mut i32) (i32.const 0)) + (global $enum-to-string/EnumWithInit.E0 i32 (i32.const 1)) + (global $enum-to-string/EnumWithInit.E1 i32 (i32.const 2)) + (global $enum-to-string/EnumWithInit.E2 i32 (i32.const 4)) + (global $enum-to-string/EnumWithDup.E0 i32 (i32.const 1)) + (global $enum-to-string/EnumWithDup.E1 i32 (i32.const 2)) + (global $enum-to-string/EnumWithDup.E2 i32 (i32.const 1)) + (global $~lib/memory/__data_end i32 (i32.const 268)) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 33036)) + (global $~lib/memory/__heap_base i32 (i32.const 33036)) + (memory $0 1) + (data $0 (i32.const 12) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00E\002\00\00\00\00\00\00\00\00\00") + (data $1 (i32.const 44) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00E\001\00\00\00\00\00\00\00\00\00") + (data $2 (i32.const 76) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\04\00\00\00E\000\00\00\00\00\00\00\00\00\00") + (data $3 (i32.const 108) "<\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\"\00\00\00e\00n\00u\00m\00-\00t\00o\00-\00s\00t\00r\00i\00n\00g\00.\00t\00s\00\00\00\00\00\00\00\00\00\00\00") + (data $4 (i32.const 172) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00C\00E\002\00\00\00\00\00\00\00") + (data $5 (i32.const 204) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00C\00E\001\00\00\00\00\00\00\00") + (data $6 (i32.const 236) "\1c\00\00\00\00\00\00\00\00\00\00\00\02\00\00\00\06\00\00\00C\00E\000\00\00\00\00\00\00\00") + (table $0 1 1 funcref) + (elem $0 (i32.const 1)) + (export "memory" (memory $0)) + (start $~start) + (func $enum-to-string/Enum#__enum_to_string (param $0 i32) (result i32) + global.get $enum-to-string/Enum.E2 + local.get $0 + i32.eq + if + i32.const 32 + return + end + global.get $enum-to-string/Enum.E1 + local.get $0 + i32.eq + if + i32.const 64 + return + end + global.get $enum-to-string/Enum.E0 + local.get $0 + i32.eq + if + i32.const 96 + return + end + unreachable + ) + (func $~lib/rt/common/OBJECT#get:rtSize (param $this i32) (result i32) + local.get $this + i32.load offset=16 + ) + (func $~lib/string/String#get:length (param $this i32) (result i32) + local.get $this + i32.const 20 + i32.sub + call $~lib/rt/common/OBJECT#get:rtSize + i32.const 1 + i32.shr_u + return + ) + (func $~lib/util/string/compareImpl (param $str1 i32) (param $index1 i32) (param $str2 i32) (param $index2 i32) (param $len i32) (result i32) + (local $ptr1 i32) + (local $ptr2 i32) + (local $7 i32) + (local $a i32) + (local $b i32) + local.get $str1 + local.get $index1 + i32.const 1 + i32.shl + i32.add + local.set $ptr1 + local.get $str2 + local.get $index2 + i32.const 1 + i32.shl + i32.add + local.set $ptr2 + i32.const 0 + i32.const 2 + i32.lt_s + drop + local.get $len + i32.const 4 + i32.ge_u + if (result i32) + local.get $ptr1 + i32.const 7 + i32.and + local.get $ptr2 + i32.const 7 + i32.and + i32.or + i32.eqz + else + i32.const 0 + end + if + block $do-break|0 + loop $do-loop|0 + local.get $ptr1 + i64.load + local.get $ptr2 + i64.load + i64.ne + if + br $do-break|0 + end + local.get $ptr1 + i32.const 8 + i32.add + local.set $ptr1 + local.get $ptr2 + i32.const 8 + i32.add + local.set $ptr2 + local.get $len + i32.const 4 + i32.sub + local.set $len + local.get $len + i32.const 4 + i32.ge_u + br_if $do-loop|0 + end + end + end + loop $while-continue|1 + local.get $len + local.tee $7 + i32.const 1 + i32.sub + local.set $len + local.get $7 + if + local.get $ptr1 + i32.load16_u + local.set $a + local.get $ptr2 + i32.load16_u + local.set $b + local.get $a + local.get $b + i32.ne + if + local.get $a + local.get $b + i32.sub + return + end + local.get $ptr1 + i32.const 2 + i32.add + local.set $ptr1 + local.get $ptr2 + i32.const 2 + i32.add + local.set $ptr2 + br $while-continue|1 + end + end + i32.const 0 + return + ) + (func $enum-to-string/InlineEnum#__enum_to_string (param $0 i32) (result i32) + i32.const 2 + local.get $0 + i32.eq + if + i32.const 192 + return + end + i32.const 1 + local.get $0 + i32.eq + if + i32.const 224 + return + end + i32.const 0 + local.get $0 + i32.eq + if + i32.const 256 + return + end + unreachable + ) + (func $enum-to-string/EnumWithInit#__enum_to_string (param $0 i32) (result i32) + global.get $enum-to-string/EnumWithInit.E2 + local.get $0 + i32.eq + if + i32.const 32 + return + end + global.get $enum-to-string/EnumWithInit.E1 + local.get $0 + i32.eq + if + i32.const 64 + return + end + global.get $enum-to-string/EnumWithInit.E0 + local.get $0 + i32.eq + if + i32.const 96 + return + end + unreachable + ) + (func $enum-to-string/EnumWithDup#__enum_to_string (param $0 i32) (result i32) + global.get $enum-to-string/EnumWithDup.E2 + local.get $0 + i32.eq + if + i32.const 32 + return + end + global.get $enum-to-string/EnumWithDup.E1 + local.get $0 + i32.eq + if + i32.const 64 + return + end + global.get $enum-to-string/EnumWithDup.E0 + local.get $0 + i32.eq + if + i32.const 96 + return + end + unreachable + ) + (func $~start + call $start:enum-to-string + ) + (func $~stack_check + global.get $~lib/memory/__stack_pointer + global.get $~lib/memory/__data_end + i32.lt_s + if + i32.const 33056 + i32.const 33104 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + ) + (func $~lib/string/String.__eq (param $left i32) (param $right i32) (result i32) + (local $leftLength i32) + (local $3 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $left + local.get $right + i32.eq + if + i32.const 1 + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + end + local.get $left + i32.const 0 + i32.eq + if (result i32) + i32.const 1 + else + local.get $right + i32.const 0 + i32.eq + end + if + i32.const 0 + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + end + local.get $left + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + call $~lib/string/String#get:length + local.set $leftLength + local.get $leftLength + local.get $right + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + call $~lib/string/String#get:length + i32.ne + if + i32.const 0 + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + end + local.get $left + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store + local.get $3 + i32.const 0 + local.get $right + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $3 + i32.store offset=4 + local.get $3 + i32.const 0 + local.get $leftLength + call $~lib/util/string/compareImpl + i32.eqz + local.set $3 + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + return + ) + (func $start:enum-to-string + (local $0 i32) + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + call $~stack_check + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $enum-to-string/Enum.E0 + call $enum-to-string/Enum#__enum_to_string + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 96 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 7 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $enum-to-string/Enum.E1 + call $enum-to-string/Enum#__enum_to_string + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 64 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 8 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $enum-to-string/Enum.E2 + call $enum-to-string/Enum#__enum_to_string + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 32 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 9 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $enum-to-string/Enum.E2 + global.set $enum-to-string/v + global.get $enum-to-string/v + call $enum-to-string/Enum#__enum_to_string + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 32 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 12 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 0 + call $enum-to-string/InlineEnum#__enum_to_string + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 256 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 21 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 1 + call $enum-to-string/InlineEnum#__enum_to_string + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 224 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 22 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + i32.const 2 + call $enum-to-string/InlineEnum#__enum_to_string + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 192 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 23 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $enum-to-string/EnumWithInit.E0 + call $enum-to-string/EnumWithInit#__enum_to_string + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 96 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 31 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $enum-to-string/EnumWithInit.E1 + call $enum-to-string/EnumWithInit#__enum_to_string + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 64 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 32 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $enum-to-string/EnumWithInit.E2 + call $enum-to-string/EnumWithInit#__enum_to_string + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 32 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 33 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $enum-to-string/EnumWithDup.E0 + call $enum-to-string/EnumWithDup#__enum_to_string + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 32 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 41 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $enum-to-string/EnumWithDup.E1 + call $enum-to-string/EnumWithDup#__enum_to_string + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 64 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 42 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $enum-to-string/EnumWithDup.E2 + call $enum-to-string/EnumWithDup#__enum_to_string + local.set $0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 32 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 128 + i32.const 43 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) +) diff --git a/tests/compiler/enum-to-string.json b/tests/compiler/enum-to-string.json new file mode 100644 index 0000000000..ea57a955e1 --- /dev/null +++ b/tests/compiler/enum-to-string.json @@ -0,0 +1,3 @@ +{ + "asc_flags": [] +} diff --git a/tests/compiler/enum-to-string.release.wat b/tests/compiler/enum-to-string.release.wat new file mode 100644 index 0000000000..91a870b03a --- /dev/null +++ b/tests/compiler/enum-to-string.release.wat @@ -0,0 +1,408 @@ +(module + (type $0 (func)) + (type $1 (func (param i32 i32 i32 i32))) + (type $2 (func (param i32 i32) (result i32))) + (import "env" "abort" (func $~lib/builtins/abort (param i32 i32 i32 i32))) + (global $~lib/memory/__stack_pointer (mut i32) (i32.const 34060)) + (memory $0 1) + (data $0 (i32.const 1036) "\1c") + (data $0.1 (i32.const 1048) "\02\00\00\00\04\00\00\00E\002") + (data $1 (i32.const 1068) "\1c") + (data $1.1 (i32.const 1080) "\02\00\00\00\04\00\00\00E\001") + (data $2 (i32.const 1100) "\1c") + (data $2.1 (i32.const 1112) "\02\00\00\00\04\00\00\00E\000") + (data $3 (i32.const 1132) "<") + (data $3.1 (i32.const 1144) "\02\00\00\00\"\00\00\00e\00n\00u\00m\00-\00t\00o\00-\00s\00t\00r\00i\00n\00g\00.\00t\00s") + (data $4 (i32.const 1196) "\1c") + (data $4.1 (i32.const 1208) "\02\00\00\00\06\00\00\00C\00E\002") + (data $5 (i32.const 1228) "\1c") + (data $5.1 (i32.const 1240) "\02\00\00\00\06\00\00\00C\00E\001") + (data $6 (i32.const 1260) "\1c") + (data $6.1 (i32.const 1272) "\02\00\00\00\06\00\00\00C\00E\000") + (export "memory" (memory $0)) + (start $~start) + (func $~start + call $start:enum-to-string + ) + (func $~lib/string/String.__eq (param $0 i32) (param $1 i32) (result i32) + (local $2 i32) + (local $3 i32) + (local $4 i32) + (local $5 i32) + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1292 + i32.lt_s + if + i32.const 34080 + i32.const 34128 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i64.const 0 + i64.store + local.get $0 + local.get $1 + i32.eq + if + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 1 + return + end + block $folding-inner0 + local.get $1 + i32.eqz + local.get $0 + i32.eqz + i32.or + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + local.set $3 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store + local.get $3 + local.get $1 + i32.const 20 + i32.sub + i32.load offset=16 + i32.const 1 + i32.shr_u + i32.ne + br_if $folding-inner0 + global.get $~lib/memory/__stack_pointer + local.get $0 + i32.store + local.get $0 + local.set $2 + global.get $~lib/memory/__stack_pointer + local.get $1 + i32.store offset=4 + local.get $3 + local.tee $0 + i32.const 4 + i32.ge_u + if (result i32) + local.get $2 + i32.const 7 + i32.and + local.get $1 + i32.const 7 + i32.and + i32.or + else + i32.const 1 + end + i32.eqz + if + loop $do-loop|0 + local.get $2 + i64.load + local.get $1 + i64.load + i64.eq + if + local.get $2 + i32.const 8 + i32.add + local.set $2 + local.get $1 + i32.const 8 + i32.add + local.set $1 + local.get $0 + i32.const 4 + i32.sub + local.tee $0 + i32.const 4 + i32.ge_u + br_if $do-loop|0 + end + end + end + block $__inlined_func$~lib/util/string/compareImpl$2 + loop $while-continue|1 + local.get $0 + local.tee $3 + i32.const 1 + i32.sub + local.set $0 + local.get $3 + if + local.get $2 + i32.load16_u + local.tee $5 + local.get $1 + i32.load16_u + local.tee $4 + i32.sub + local.set $3 + local.get $4 + local.get $5 + i32.ne + br_if $__inlined_func$~lib/util/string/compareImpl$2 + local.get $2 + i32.const 2 + i32.add + local.set $2 + local.get $1 + i32.const 2 + i32.add + local.set $1 + br $while-continue|1 + end + end + i32.const 0 + local.set $3 + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + local.get $3 + i32.eqz + return + end + global.get $~lib/memory/__stack_pointer + i32.const 8 + i32.add + global.set $~lib/memory/__stack_pointer + i32.const 0 + ) + (func $start:enum-to-string + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.sub + global.set $~lib/memory/__stack_pointer + global.get $~lib/memory/__stack_pointer + i32.const 1292 + i32.lt_s + if + i32.const 34080 + i32.const 34128 + i32.const 1 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 0 + i32.store + global.get $~lib/memory/__stack_pointer + i32.const 1120 + i32.store + i32.const 1120 + i32.const 1120 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 7 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1088 + i32.store + i32.const 1088 + i32.const 1088 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 8 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1056 + i32.store + i32.const 1056 + i32.const 1056 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 9 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1056 + i32.store + i32.const 1056 + i32.const 1056 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 12 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1280 + i32.store + i32.const 1280 + i32.const 1280 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 21 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1248 + i32.store + i32.const 1248 + i32.const 1248 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 22 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1216 + i32.store + i32.const 1216 + i32.const 1216 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 23 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1120 + i32.store + i32.const 1120 + i32.const 1120 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 31 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1088 + i32.store + i32.const 1088 + i32.const 1088 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 32 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1056 + i32.store + i32.const 1056 + i32.const 1056 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 33 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1056 + i32.store + i32.const 1056 + i32.const 1056 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 41 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1088 + i32.store + i32.const 1088 + i32.const 1088 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 42 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 1056 + i32.store + i32.const 1056 + i32.const 1056 + call $~lib/string/String.__eq + i32.eqz + if + i32.const 0 + i32.const 1152 + i32.const 43 + i32.const 1 + call $~lib/builtins/abort + unreachable + end + global.get $~lib/memory/__stack_pointer + i32.const 4 + i32.add + global.set $~lib/memory/__stack_pointer + ) +) diff --git a/tests/compiler/enum-to-string.ts b/tests/compiler/enum-to-string.ts new file mode 100644 index 0000000000..2fc056323d --- /dev/null +++ b/tests/compiler/enum-to-string.ts @@ -0,0 +1,43 @@ +enum Enum { + E0, + E1, + E2, +} + +assert(Enum[Enum.E0] === "E0"); +assert(Enum[Enum.E1] === "E1"); +assert(Enum[Enum.E2] === "E2"); + +let v = Enum.E2; +assert(Enum[v] === "E2"); + +@inline +enum InlineEnum { + CE0, + CE1, + CE2, +} + +assert(InlineEnum[InlineEnum.CE0] === "CE0"); +assert(InlineEnum[InlineEnum.CE1] === "CE1"); +assert(InlineEnum[InlineEnum.CE2] === "CE2"); + +enum EnumWithInit { + E0 = 1, + E1 = 2, + E2 = 4, +} + +assert(EnumWithInit[EnumWithInit.E0] === "E0"); +assert(EnumWithInit[EnumWithInit.E1] === "E1"); +assert(EnumWithInit[EnumWithInit.E2] === "E2"); + +enum EnumWithDup { + E0 = 1, + E1 = 2, + E2 = 1, +} + +assert(EnumWithDup[EnumWithDup.E0] === "E2"); +assert(EnumWithDup[EnumWithDup.E1] === "E1"); +assert(EnumWithDup[EnumWithDup.E2] === "E2"); From 282b7e8cdbbf9483cfd44a6aaf15fe748f55b4aa Mon Sep 17 00:00:00 2001 From: Lev <79159094+Mopsgamer@users.noreply.github.com> Date: Tue, 28 Oct 2025 03:47:03 +0100 Subject: [PATCH 094/103] chore: friendly initial test in asinit (#2955) --- NOTICE | 1 + bin/asinit.js | 19 +++++++++++-------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/NOTICE b/NOTICE index e7a2601827..6dc4400b82 100644 --- a/NOTICE +++ b/NOTICE @@ -60,6 +60,7 @@ under the licensing terms detailed in LICENSE: * Fabián Heredia Montiel * Jonas Minnberg * Kam Chehresa +* Mopsgamer <79159094+Mopsgamer@users.noreply.github.com> Portions of this software are derived from third-party works licensed under the following terms: diff --git a/bin/asinit.js b/bin/asinit.js index 6950a2341a..cb52aad48c 100755 --- a/bin/asinit.js +++ b/bin/asinit.js @@ -100,7 +100,7 @@ if (/^(\.\.[/\\])*node_modules[/\\]assemblyscript[/\\]/.test(tsconfigBase)) { } const entryFile = path.join(assemblyDir, "index.ts"); const buildDir = path.join(projectDir, "build"); -const testsDir = path.join(projectDir, "tests"); +const testsDir = path.join(projectDir, "test"); const gitignoreFile = path.join(buildDir, ".gitignore"); const packageFile = path.join(projectDir, "package.json"); @@ -358,7 +358,7 @@ function ensurePackageJson() { "asbuild:debug": buildDebug, "asbuild:release": buildRelease, "asbuild": buildAll, - "test": "node tests", + "test": "node --test", "start": "npx serve ." }, "devDependencies": { @@ -390,7 +390,7 @@ function ensurePackageJson() { updated = true; } if (!scripts["test"] || scripts["test"] == npmDefaultTest) { - scripts["test"] = "node tests"; + scripts["test"] = "node --test"; pkg["scripts"] = scripts; updated = true; } @@ -416,7 +416,7 @@ function ensurePackageJson() { } function ensureTestsDirectory() { - console.log("- Making sure that the 'tests' directory exists..."); + console.log("- Making sure that the 'test' directory exists..."); if (!fs.existsSync(testsDir)) { fs.mkdirSync(testsDir); console.log(stdoutColors.green(" Created: ") + testsDir); @@ -427,13 +427,16 @@ function ensureTestsDirectory() { } function ensureTestsIndexJs() { - console.log("- Making sure that 'tests/index.js' exists..."); + console.log("- Making sure that 'test/index.js' exists..."); if (!fs.existsSync(testsIndexFile)) { fs.writeFileSync(testsIndexFile, [ - "import assert from \"assert\";", + "import assert from \"node:assert/strict\";", + "import { it } from \"node:test\";", "import { add } from \"../build/debug.js\";", - "assert.strictEqual(add(1, 2), 3);", - "console.log(\"ok\");" + "", + "it(\"add\", () => {", + " assert.equal(add(1, 2), 3);", + "});" ].join("\n") + "\n"); console.log(stdoutColors.green(" Created: ") + testsIndexFile); } else { From 550190ca4d0cb24c637b05dfc1bcfcd7fdfcf596 Mon Sep 17 00:00:00 2001 From: EDM115 Date: Wed, 19 Nov 2025 02:32:57 +0100 Subject: [PATCH 095/103] chore: remove baseUrl from std/assembly.json (#2958) Fixes a crash of tsgolint when used in a project where AssemblyScript is present. --- NOTICE | 1 + std/assembly.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTICE b/NOTICE index 6dc4400b82..14d821345c 100644 --- a/NOTICE +++ b/NOTICE @@ -61,6 +61,7 @@ under the licensing terms detailed in LICENSE: * Jonas Minnberg * Kam Chehresa * Mopsgamer <79159094+Mopsgamer@users.noreply.github.com> +* EDM115 Portions of this software are derived from third-party works licensed under the following terms: diff --git a/std/assembly.json b/std/assembly.json index 10a3e067dc..189ed19dc7 100644 --- a/std/assembly.json +++ b/std/assembly.json @@ -7,7 +7,6 @@ "allowJs": false, "typeRoots": [ "types" ], "types": [ "assembly" ], - "baseUrl": ".", "paths": { "*": [ "./assembly/*" From 14d7e5a69fd9755c382d85aaeed89cf0d1408975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 09:33:32 +0800 Subject: [PATCH 096/103] chore: bump js-yaml from 4.1.0 to 4.1.1 (#2960) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1460aaad37..d531026abc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -719,6 +719,7 @@ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", "dev": true, + "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "5.62.0", "@typescript-eslint/types": "5.62.0", @@ -880,6 +881,7 @@ "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true, "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -1202,6 +1204,7 @@ "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -1752,9 +1755,9 @@ } }, "node_modules/js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "dev": true, "license": "MIT", "dependencies": { @@ -2420,6 +2423,7 @@ "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true, "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -2936,6 +2940,7 @@ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", "dev": true, + "peer": true, "requires": { "@typescript-eslint/scope-manager": "5.62.0", "@typescript-eslint/types": "5.62.0", @@ -3022,7 +3027,8 @@ "version": "8.14.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", - "dev": true + "dev": true, + "peer": true }, "acorn-jsx": { "version": "5.3.2", @@ -3249,6 +3255,7 @@ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", "dev": true, + "peer": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -3659,9 +3666,9 @@ } }, "js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz", + "integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==", "dev": true, "requires": { "argparse": "^2.0.1" @@ -4115,7 +4122,8 @@ "version": "5.7.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", - "dev": true + "dev": true, + "peer": true }, "undici-types": { "version": "5.26.5", From df14d43b44344006b30763c90100652e6a5f7d6c Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Wed, 19 Nov 2025 09:39:49 +0800 Subject: [PATCH 097/103] chore: remove 21-v8-canary requirement for feature test (#2962) --- .github/workflows/test.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 18abf60299..1229bde9b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,8 +72,6 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 - with: - node-version: 21-v8-canary - name: Install dependencies run: npm ci --no-audit - name: Build From 3daa41b04e362992b9ce1fad2db2db1c574af07b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Nov 2025 09:54:47 +0800 Subject: [PATCH 098/103] chore: bump glob from 10.4.5 to 10.5.0 (#2963) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index d531026abc..e77bb1e080 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1523,9 +1523,9 @@ "dev": true }, "node_modules/glob": { - "version": "10.4.5", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", - "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", + "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", "dev": true, "license": "ISC", "dependencies": { @@ -3501,9 +3501,9 @@ "dev": true }, "glob": { - "version": "10.4.5", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", - "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "version": "10.5.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.5.0.tgz", + "integrity": "sha512-DfXN8DfhJ7NH3Oe7cFmu3NCu1wKbkReJ8TorzSAFbSKrlNaQSKfIzqYqVY8zlbs2NLBbWpRiU52GX2PbaBVNkg==", "dev": true, "requires": { "foreground-child": "^3.1.0", From 5a125c75a6edf34dee77609b6654c17fd61c8ada Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Sat, 27 Dec 2025 10:15:19 +0800 Subject: [PATCH 099/103] fix: check native source correctly (#2967) --- src/ast.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/ast.ts b/src/ast.ts index da2271ef3d..01d8e9a421 100644 --- a/src/ast.ts +++ b/src/ast.ts @@ -18,7 +18,6 @@ import { CommonFlags, PATH_DELIMITER, LIBRARY_PREFIX, - LIBRARY_SUBST } from "./common"; import { @@ -1668,7 +1667,7 @@ export class Source extends Node { /** Checks if this source represents native code. */ get isNative(): bool { - return this.internalPath == LIBRARY_SUBST; + return this == Source._native; } /** Checks if this source is part of the (standard) library. */ From 7dcf1cbd05d8ea26aafba48ec7b2fb65927ca0f4 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Thu, 5 Mar 2026 23:05:42 +0800 Subject: [PATCH 100/103] chore: use node v24 for c8 coverage test (#2985) --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1229bde9b6..550ee0d7ab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -132,7 +132,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: current + node-version: 24 - name: Install dependencies run: npm ci --no-audit - name: Build From 459b23954687800ea7bc30f5906e32d6e1311024 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 23:13:27 +0800 Subject: [PATCH 101/103] chore: bump minimatch from 3.1.2 to 3.1.5 (#2986) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 53 ++++++++++++++++++++--------------------------- 1 file changed, 23 insertions(+), 30 deletions(-) diff --git a/package-lock.json b/package-lock.json index e77bb1e080..a988bec980 100644 --- a/package-lock.json +++ b/package-lock.json @@ -719,7 +719,6 @@ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", "dev": true, - "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "5.62.0", "@typescript-eslint/types": "5.62.0", @@ -881,7 +880,6 @@ "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", "dev": true, "license": "MIT", - "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -1204,7 +1202,6 @@ "deprecated": "This version is no longer supported. Please see https://eslint.org/version-support for other options.", "dev": true, "license": "MIT", - "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -1556,9 +1553,9 @@ } }, "node_modules/glob/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", "dev": true, "license": "MIT", "dependencies": { @@ -1566,13 +1563,13 @@ } }, "node_modules/glob/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "version": "9.0.9", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz", + "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==", "dev": true, "license": "ISC", "dependencies": { - "brace-expansion": "^2.0.1" + "brace-expansion": "^2.0.2" }, "engines": { "node": ">=16 || 14 >=14.17" @@ -1866,10 +1863,11 @@ } }, "node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -2423,7 +2421,6 @@ "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", "dev": true, "license": "Apache-2.0", - "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -2940,7 +2937,6 @@ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.62.0.tgz", "integrity": "sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==", "dev": true, - "peer": true, "requires": { "@typescript-eslint/scope-manager": "5.62.0", "@typescript-eslint/types": "5.62.0", @@ -3027,8 +3023,7 @@ "version": "8.14.0", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", - "dev": true, - "peer": true + "dev": true }, "acorn-jsx": { "version": "5.3.2", @@ -3255,7 +3250,6 @@ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.57.1.tgz", "integrity": "sha512-ypowyDxpVSYpkXr9WPv2PAZCtNip1Mv5KTW0SCurXv/9iOpcrH9PaqUElksqEB6pChqHGDRCFTyrZlGhnLNGiA==", "dev": true, - "peer": true, "requires": { "@eslint-community/eslint-utils": "^4.2.0", "@eslint-community/regexpp": "^4.6.1", @@ -3515,21 +3509,21 @@ }, "dependencies": { "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz", + "integrity": "sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==", "dev": true, "requires": { "balanced-match": "^1.0.0" } }, "minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "version": "9.0.9", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.9.tgz", + "integrity": "sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==", "dev": true, "requires": { - "brace-expansion": "^2.0.1" + "brace-expansion": "^2.0.2" } } } @@ -3754,9 +3748,9 @@ } }, "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.5.tgz", + "integrity": "sha512-VgjWUsnnT6n+NUk6eZq77zeFdpW2LWDzP6zFGrCbHXiYNul5Dzqk2HHQ5uFH2DNW5Xbp8+jVzaeNt94ssEEl4w==", "dev": true, "requires": { "brace-expansion": "^1.1.7" @@ -4122,8 +4116,7 @@ "version": "5.7.3", "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", - "dev": true, - "peer": true + "dev": true }, "undici-types": { "version": "5.26.5", From 7e237cccfd0dcf7901a656fef83b86c0b980f844 Mon Sep 17 00:00:00 2001 From: Congcong Cai Date: Thu, 5 Mar 2026 23:14:39 +0800 Subject: [PATCH 102/103] fix: optimize instruction sequence of interrupt (#2984) --- std/assembly/rt/itcms.ts | 7 ++++++- tests/compiler/assignment-chain.debug.wat | 15 +++++++++------ tests/compiler/assignment-chain.release.wat | 8 ++------ tests/compiler/bindings/esm.debug.wat | 15 +++++++++------ tests/compiler/bindings/esm.release.wat | 8 ++------ tests/compiler/bindings/noExportRuntime.debug.wat | 15 +++++++++------ .../compiler/bindings/noExportRuntime.release.wat | 8 ++------ tests/compiler/bindings/raw.debug.wat | 15 +++++++++------ tests/compiler/bindings/raw.release.wat | 8 ++------ tests/compiler/call-inferred.debug.wat | 15 +++++++++------ tests/compiler/call-inferred.release.wat | 8 ++------ tests/compiler/call-rest.debug.wat | 15 +++++++++------ tests/compiler/call-rest.release.wat | 8 ++------ tests/compiler/call-super.debug.wat | 15 +++++++++------ tests/compiler/call-super.release.wat | 8 ++------ tests/compiler/class-implements.debug.wat | 15 +++++++++------ tests/compiler/class-implements.release.wat | 8 ++------ tests/compiler/class-overloading-cast.debug.wat | 15 +++++++++------ tests/compiler/class-overloading-cast.release.wat | 8 ++------ tests/compiler/class-overloading.debug.wat | 15 +++++++++------ tests/compiler/class-overloading.release.wat | 8 ++------ tests/compiler/class-override.debug.wat | 15 +++++++++------ tests/compiler/class-override.release.wat | 8 ++------ tests/compiler/class.debug.wat | 15 +++++++++------ tests/compiler/class.release.wat | 8 ++------ tests/compiler/constructor.debug.wat | 15 +++++++++------ tests/compiler/constructor.release.wat | 8 ++------ tests/compiler/do.debug.wat | 15 +++++++++------ tests/compiler/do.release.wat | 8 ++------ tests/compiler/duplicate-fields.debug.wat | 15 +++++++++------ tests/compiler/duplicate-fields.release.wat | 8 ++------ tests/compiler/empty-exportruntime.debug.wat | 15 +++++++++------ tests/compiler/empty-exportruntime.release.wat | 8 ++------ tests/compiler/empty-new.debug.wat | 15 +++++++++------ tests/compiler/empty-new.release.wat | 8 ++------ tests/compiler/exportstar-rereexport.debug.wat | 15 +++++++++------ tests/compiler/exportstar-rereexport.release.wat | 8 ++------ tests/compiler/extends-baseaggregate.debug.wat | 15 +++++++++------ tests/compiler/extends-baseaggregate.release.wat | 8 ++------ tests/compiler/extends-recursive.debug.wat | 15 +++++++++------ tests/compiler/extends-recursive.release.wat | 8 ++------ tests/compiler/field-initialization.debug.wat | 15 +++++++++------ tests/compiler/field-initialization.release.wat | 8 ++------ tests/compiler/field.debug.wat | 15 +++++++++------ tests/compiler/field.release.wat | 8 ++------ tests/compiler/for.debug.wat | 15 +++++++++------ tests/compiler/for.release.wat | 8 ++------ tests/compiler/function-call.debug.wat | 15 +++++++++------ tests/compiler/function-call.release.wat | 8 ++------ tests/compiler/function-expression.debug.wat | 15 +++++++++------ tests/compiler/function-expression.release.wat | 8 ++------ tests/compiler/getter-call.debug.wat | 15 +++++++++------ tests/compiler/getter-call.release.wat | 8 ++------ .../incremental-gc/call-indirect.debug.wat | 15 +++++++++------ .../incremental-gc/call-indirect.release.wat | 8 ++------ tests/compiler/infer-array.debug.wat | 15 +++++++++------ tests/compiler/infer-array.release.wat | 8 ++------ tests/compiler/infer-generic.debug.wat | 15 +++++++++------ tests/compiler/infer-generic.release.wat | 8 ++------ tests/compiler/inlining.debug.wat | 15 +++++++++------ tests/compiler/inlining.release.wat | 8 ++------ tests/compiler/instanceof.debug.wat | 15 +++++++++------ tests/compiler/instanceof.release.wat | 8 ++------ tests/compiler/issues/1095.debug.wat | 15 +++++++++------ tests/compiler/issues/1095.release.wat | 8 ++------ tests/compiler/issues/1225.debug.wat | 15 +++++++++------ tests/compiler/issues/1225.release.wat | 8 ++------ tests/compiler/issues/1699.debug.wat | 15 +++++++++------ tests/compiler/issues/1699.release.wat | 8 ++------ tests/compiler/issues/2166.debug.wat | 15 +++++++++------ tests/compiler/issues/2166.release.wat | 8 ++------ tests/compiler/issues/2322/index.debug.wat | 15 +++++++++------ tests/compiler/issues/2322/index.release.wat | 8 ++------ tests/compiler/issues/2622.debug.wat | 15 +++++++++------ tests/compiler/issues/2622.release.wat | 8 ++------ tests/compiler/issues/2707.debug.wat | 15 +++++++++------ tests/compiler/issues/2707.release.wat | 8 ++------ tests/compiler/issues/2873.debug.wat | 15 +++++++++------ tests/compiler/issues/2873.release.wat | 8 ++------ tests/compiler/logical.debug.wat | 15 +++++++++------ tests/compiler/logical.release.wat | 8 ++------ tests/compiler/managed-cast.debug.wat | 15 +++++++++------ tests/compiler/managed-cast.release.wat | 8 ++------ tests/compiler/new.debug.wat | 15 +++++++++------ tests/compiler/new.release.wat | 8 ++------ tests/compiler/number.debug.wat | 15 +++++++++------ tests/compiler/number.release.wat | 8 ++------ tests/compiler/object-literal.debug.wat | 15 +++++++++------ tests/compiler/object-literal.release.wat | 8 ++------ .../operator-overload-non-ambiguity.debug.wat | 15 +++++++++------ .../operator-overload-non-ambiguity.release.wat | 8 ++------ tests/compiler/optional-typeparameters.debug.wat | 15 +++++++++------ .../compiler/optional-typeparameters.release.wat | 8 ++------ tests/compiler/reexport.debug.wat | 15 +++++++++------ tests/compiler/reexport.release.wat | 8 ++------ tests/compiler/rereexport.debug.wat | 15 +++++++++------ tests/compiler/rereexport.release.wat | 8 ++------ tests/compiler/resolve-access.debug.wat | 15 +++++++++------ tests/compiler/resolve-access.release.wat | 8 ++------ tests/compiler/resolve-binary.debug.wat | 15 +++++++++------ tests/compiler/resolve-binary.release.wat | 8 ++------ tests/compiler/resolve-elementaccess.debug.wat | 15 +++++++++------ tests/compiler/resolve-elementaccess.release.wat | 8 ++------ .../resolve-function-expression.debug.wat | 15 +++++++++------ .../resolve-function-expression.release.wat | 8 ++------ tests/compiler/resolve-new.debug.wat | 15 +++++++++------ tests/compiler/resolve-new.release.wat | 8 ++------ tests/compiler/resolve-propertyaccess.debug.wat | 15 +++++++++------ tests/compiler/resolve-propertyaccess.release.wat | 8 ++------ tests/compiler/resolve-ternary.debug.wat | 15 +++++++++------ tests/compiler/resolve-ternary.release.wat | 8 ++------ tests/compiler/resolve-unary.debug.wat | 15 +++++++++------ tests/compiler/resolve-unary.release.wat | 8 ++------ tests/compiler/return-unreachable.debug.wat | 15 +++++++++------ tests/compiler/return-unreachable.release.wat | 8 ++------ tests/compiler/rt/finalize.debug.wat | 15 +++++++++------ tests/compiler/rt/finalize.release.wat | 8 ++------ tests/compiler/rt/issue-2719.debug.wat | 15 +++++++++------ tests/compiler/rt/issue-2719.release.wat | 8 ++------ .../rt/runtime-incremental-export.debug.wat | 15 +++++++++------ .../rt/runtime-incremental-export.release.wat | 8 ++------ tests/compiler/simd.debug.wat | 15 +++++++++------ tests/compiler/simd.release.wat | 8 ++------ tests/compiler/std/array-literal.debug.wat | 15 +++++++++------ tests/compiler/std/array-literal.release.wat | 8 ++------ tests/compiler/std/array.debug.wat | 15 +++++++++------ tests/compiler/std/array.release.wat | 8 ++------ tests/compiler/std/arraybuffer.debug.wat | 15 +++++++++------ tests/compiler/std/arraybuffer.release.wat | 8 ++------ tests/compiler/std/dataview.debug.wat | 15 +++++++++------ tests/compiler/std/dataview.release.wat | 8 ++------ tests/compiler/std/date.debug.wat | 15 +++++++++------ tests/compiler/std/date.release.wat | 8 ++------ tests/compiler/std/map.debug.wat | 15 +++++++++------ tests/compiler/std/map.release.wat | 8 ++------ tests/compiler/std/new.debug.wat | 15 +++++++++------ tests/compiler/std/new.release.wat | 8 ++------ tests/compiler/std/operator-overloading.debug.wat | 15 +++++++++------ .../compiler/std/operator-overloading.release.wat | 8 ++------ tests/compiler/std/set.debug.wat | 15 +++++++++------ tests/compiler/std/set.release.wat | 8 ++------ tests/compiler/std/static-array.debug.wat | 15 +++++++++------ tests/compiler/std/static-array.release.wat | 8 ++------ tests/compiler/std/staticarray.debug.wat | 15 +++++++++------ tests/compiler/std/staticarray.release.wat | 8 ++------ tests/compiler/std/string-casemapping.debug.wat | 15 +++++++++------ tests/compiler/std/string-casemapping.release.wat | 8 ++------ tests/compiler/std/string-encoding.debug.wat | 15 +++++++++------ tests/compiler/std/string-encoding.release.wat | 8 ++------ tests/compiler/std/string.debug.wat | 15 +++++++++------ tests/compiler/std/string.release.wat | 8 ++------ tests/compiler/std/symbol.debug.wat | 15 +++++++++------ tests/compiler/std/symbol.release.wat | 8 ++------ tests/compiler/std/typedarray.debug.wat | 15 +++++++++------ tests/compiler/std/typedarray.release.wat | 8 ++------ tests/compiler/std/uri.debug.wat | 15 +++++++++------ tests/compiler/std/uri.release.wat | 8 ++------ tests/compiler/super-inline.debug.wat | 15 +++++++++------ tests/compiler/super-inline.release.wat | 8 ++------ tests/compiler/switch.debug.wat | 15 +++++++++------ tests/compiler/switch.release.wat | 8 ++------ tests/compiler/templateliteral.debug.wat | 15 +++++++++------ tests/compiler/templateliteral.release.wat | 8 ++------ tests/compiler/typeof.debug.wat | 15 +++++++++------ tests/compiler/typeof.release.wat | 8 ++------ tests/compiler/while.debug.wat | 15 +++++++++------ tests/compiler/while.release.wat | 8 ++------ 167 files changed, 919 insertions(+), 997 deletions(-) diff --git a/std/assembly/rt/itcms.ts b/std/assembly/rt/itcms.ts index b44b69af25..ba2e09eb00 100644 --- a/std/assembly/rt/itcms.ts +++ b/std/assembly/rt/itcms.ts @@ -403,7 +403,12 @@ function interrupt(): void { budget -= step(); if (state == STATE_IDLE) { if (TRACE) trace("└ GC (auto) done at cur/max", 2, total, memory.size() << 16); - threshold = (total * IDLEFACTOR / 100) + GRANULARITY; + if (IDLEFACTOR % 100 == 0) { + // optimization for the default GC parameters which idle factor is 200% + threshold = total * (IDLEFACTOR / 100) + GRANULARITY; + } else { + threshold = ((total * IDLEFACTOR) / 100) + GRANULARITY; + } if (PROFILE) onyield(total); return; } diff --git a/tests/compiler/assignment-chain.debug.wat b/tests/compiler/assignment-chain.debug.wat index dc86b62eb1..340796c987 100644 --- a/tests/compiler/assignment-chain.debug.wat +++ b/tests/compiler/assignment-chain.debug.wat @@ -1629,14 +1629,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/assignment-chain.release.wat b/tests/compiler/assignment-chain.release.wat index 2d02b94594..0200dad357 100644 --- a/tests/compiler/assignment-chain.release.wat +++ b/tests/compiler/assignment-chain.release.wat @@ -1243,12 +1243,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/bindings/esm.debug.wat b/tests/compiler/bindings/esm.debug.wat index c5ae968aba..a6850592f3 100644 --- a/tests/compiler/bindings/esm.debug.wat +++ b/tests/compiler/bindings/esm.debug.wat @@ -1755,14 +1755,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/bindings/esm.release.wat b/tests/compiler/bindings/esm.release.wat index 9367b73e53..09936b2aba 100644 --- a/tests/compiler/bindings/esm.release.wat +++ b/tests/compiler/bindings/esm.release.wat @@ -1363,12 +1363,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/bindings/noExportRuntime.debug.wat b/tests/compiler/bindings/noExportRuntime.debug.wat index a75c227578..ba2e2f6010 100644 --- a/tests/compiler/bindings/noExportRuntime.debug.wat +++ b/tests/compiler/bindings/noExportRuntime.debug.wat @@ -1650,14 +1650,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/bindings/noExportRuntime.release.wat b/tests/compiler/bindings/noExportRuntime.release.wat index dd2b17bc43..9a784f3d63 100644 --- a/tests/compiler/bindings/noExportRuntime.release.wat +++ b/tests/compiler/bindings/noExportRuntime.release.wat @@ -1296,12 +1296,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/bindings/raw.debug.wat b/tests/compiler/bindings/raw.debug.wat index 1a05e8c669..c54a11e383 100644 --- a/tests/compiler/bindings/raw.debug.wat +++ b/tests/compiler/bindings/raw.debug.wat @@ -1758,14 +1758,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/bindings/raw.release.wat b/tests/compiler/bindings/raw.release.wat index e2ed7cd278..dcd117d596 100644 --- a/tests/compiler/bindings/raw.release.wat +++ b/tests/compiler/bindings/raw.release.wat @@ -1363,12 +1363,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/call-inferred.debug.wat b/tests/compiler/call-inferred.debug.wat index 3fd88cbe2d..1d07f41be0 100644 --- a/tests/compiler/call-inferred.debug.wat +++ b/tests/compiler/call-inferred.debug.wat @@ -1655,14 +1655,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/call-inferred.release.wat b/tests/compiler/call-inferred.release.wat index 2ef72953b6..bbbd16397b 100644 --- a/tests/compiler/call-inferred.release.wat +++ b/tests/compiler/call-inferred.release.wat @@ -1239,12 +1239,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/call-rest.debug.wat b/tests/compiler/call-rest.debug.wat index af743cb0b0..6ff41f9bea 100644 --- a/tests/compiler/call-rest.debug.wat +++ b/tests/compiler/call-rest.debug.wat @@ -1652,14 +1652,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/call-rest.release.wat b/tests/compiler/call-rest.release.wat index 24506bdd09..d1710e2690 100644 --- a/tests/compiler/call-rest.release.wat +++ b/tests/compiler/call-rest.release.wat @@ -1287,12 +1287,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/call-super.debug.wat b/tests/compiler/call-super.debug.wat index 6ff707d75c..9e413d5a8e 100644 --- a/tests/compiler/call-super.debug.wat +++ b/tests/compiler/call-super.debug.wat @@ -1625,14 +1625,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/call-super.release.wat b/tests/compiler/call-super.release.wat index efaaeb7079..0c67fa96d2 100644 --- a/tests/compiler/call-super.release.wat +++ b/tests/compiler/call-super.release.wat @@ -1239,12 +1239,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/class-implements.debug.wat b/tests/compiler/class-implements.debug.wat index bf0b70087e..a7eac9aaaf 100644 --- a/tests/compiler/class-implements.debug.wat +++ b/tests/compiler/class-implements.debug.wat @@ -1628,14 +1628,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/class-implements.release.wat b/tests/compiler/class-implements.release.wat index 5d0ad2a21e..405b45c818 100644 --- a/tests/compiler/class-implements.release.wat +++ b/tests/compiler/class-implements.release.wat @@ -1288,12 +1288,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/class-overloading-cast.debug.wat b/tests/compiler/class-overloading-cast.debug.wat index d3b2c941ba..c108e6d09e 100644 --- a/tests/compiler/class-overloading-cast.debug.wat +++ b/tests/compiler/class-overloading-cast.debug.wat @@ -1634,14 +1634,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/class-overloading-cast.release.wat b/tests/compiler/class-overloading-cast.release.wat index 855f1b9054..d40d976f0e 100644 --- a/tests/compiler/class-overloading-cast.release.wat +++ b/tests/compiler/class-overloading-cast.release.wat @@ -1193,12 +1193,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/class-overloading.debug.wat b/tests/compiler/class-overloading.debug.wat index e922ed5a1d..7cdea8bbb4 100644 --- a/tests/compiler/class-overloading.debug.wat +++ b/tests/compiler/class-overloading.debug.wat @@ -1638,14 +1638,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/class-overloading.release.wat b/tests/compiler/class-overloading.release.wat index 540c8b0e03..02caf42072 100644 --- a/tests/compiler/class-overloading.release.wat +++ b/tests/compiler/class-overloading.release.wat @@ -1215,12 +1215,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/class-override.debug.wat b/tests/compiler/class-override.debug.wat index c354bbb2c2..7ec0ffa3a3 100644 --- a/tests/compiler/class-override.debug.wat +++ b/tests/compiler/class-override.debug.wat @@ -1623,14 +1623,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/class-override.release.wat b/tests/compiler/class-override.release.wat index 6dc55da64d..b1418a45d3 100644 --- a/tests/compiler/class-override.release.wat +++ b/tests/compiler/class-override.release.wat @@ -1164,12 +1164,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/class.debug.wat b/tests/compiler/class.debug.wat index 7e5b928f9c..c69e4d351d 100644 --- a/tests/compiler/class.debug.wat +++ b/tests/compiler/class.debug.wat @@ -1706,14 +1706,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/class.release.wat b/tests/compiler/class.release.wat index d0d28890f0..992b686367 100644 --- a/tests/compiler/class.release.wat +++ b/tests/compiler/class.release.wat @@ -1249,12 +1249,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/constructor.debug.wat b/tests/compiler/constructor.debug.wat index b607b591d6..9e1fc9db1d 100644 --- a/tests/compiler/constructor.debug.wat +++ b/tests/compiler/constructor.debug.wat @@ -1634,14 +1634,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/constructor.release.wat b/tests/compiler/constructor.release.wat index 339b5624fc..bf036d6c77 100644 --- a/tests/compiler/constructor.release.wat +++ b/tests/compiler/constructor.release.wat @@ -1302,12 +1302,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/do.debug.wat b/tests/compiler/do.debug.wat index 21952a0df2..cb3313e590 100644 --- a/tests/compiler/do.debug.wat +++ b/tests/compiler/do.debug.wat @@ -2028,14 +2028,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/do.release.wat b/tests/compiler/do.release.wat index 780e6e3cf4..1b1313c49a 100644 --- a/tests/compiler/do.release.wat +++ b/tests/compiler/do.release.wat @@ -1155,12 +1155,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/duplicate-fields.debug.wat b/tests/compiler/duplicate-fields.debug.wat index d8ebed0ef6..752c8deba5 100644 --- a/tests/compiler/duplicate-fields.debug.wat +++ b/tests/compiler/duplicate-fields.debug.wat @@ -1628,14 +1628,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/duplicate-fields.release.wat b/tests/compiler/duplicate-fields.release.wat index 5bd2b707b9..100107f6b6 100644 --- a/tests/compiler/duplicate-fields.release.wat +++ b/tests/compiler/duplicate-fields.release.wat @@ -1256,12 +1256,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/empty-exportruntime.debug.wat b/tests/compiler/empty-exportruntime.debug.wat index 7dfec531fb..e95efa75fe 100644 --- a/tests/compiler/empty-exportruntime.debug.wat +++ b/tests/compiler/empty-exportruntime.debug.wat @@ -1627,14 +1627,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/empty-exportruntime.release.wat b/tests/compiler/empty-exportruntime.release.wat index 5d32a49a36..605d4f43c8 100644 --- a/tests/compiler/empty-exportruntime.release.wat +++ b/tests/compiler/empty-exportruntime.release.wat @@ -1257,12 +1257,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/empty-new.debug.wat b/tests/compiler/empty-new.debug.wat index 7d7b9b7c2f..424bdfc617 100644 --- a/tests/compiler/empty-new.debug.wat +++ b/tests/compiler/empty-new.debug.wat @@ -1620,14 +1620,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/empty-new.release.wat b/tests/compiler/empty-new.release.wat index ec0402c94c..21625b2ae4 100644 --- a/tests/compiler/empty-new.release.wat +++ b/tests/compiler/empty-new.release.wat @@ -1152,12 +1152,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/exportstar-rereexport.debug.wat b/tests/compiler/exportstar-rereexport.debug.wat index 47375975e0..26289418ed 100644 --- a/tests/compiler/exportstar-rereexport.debug.wat +++ b/tests/compiler/exportstar-rereexport.debug.wat @@ -1660,14 +1660,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/exportstar-rereexport.release.wat b/tests/compiler/exportstar-rereexport.release.wat index 4a5b09f453..fbd6f1e267 100644 --- a/tests/compiler/exportstar-rereexport.release.wat +++ b/tests/compiler/exportstar-rereexport.release.wat @@ -1186,12 +1186,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/extends-baseaggregate.debug.wat b/tests/compiler/extends-baseaggregate.debug.wat index ae6d22ffe4..9842604142 100644 --- a/tests/compiler/extends-baseaggregate.debug.wat +++ b/tests/compiler/extends-baseaggregate.debug.wat @@ -1630,14 +1630,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/extends-baseaggregate.release.wat b/tests/compiler/extends-baseaggregate.release.wat index 997ed95a65..280a9a62c3 100644 --- a/tests/compiler/extends-baseaggregate.release.wat +++ b/tests/compiler/extends-baseaggregate.release.wat @@ -1260,12 +1260,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/extends-recursive.debug.wat b/tests/compiler/extends-recursive.debug.wat index e0d1b59343..a4d78b0d14 100644 --- a/tests/compiler/extends-recursive.debug.wat +++ b/tests/compiler/extends-recursive.debug.wat @@ -1620,14 +1620,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/extends-recursive.release.wat b/tests/compiler/extends-recursive.release.wat index 5ccacc74bf..b00fbf4cd8 100644 --- a/tests/compiler/extends-recursive.release.wat +++ b/tests/compiler/extends-recursive.release.wat @@ -1236,12 +1236,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/field-initialization.debug.wat b/tests/compiler/field-initialization.debug.wat index acb835fa02..e5375a2469 100644 --- a/tests/compiler/field-initialization.debug.wat +++ b/tests/compiler/field-initialization.debug.wat @@ -1631,14 +1631,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/field-initialization.release.wat b/tests/compiler/field-initialization.release.wat index c5911e7208..6f87390f7f 100644 --- a/tests/compiler/field-initialization.release.wat +++ b/tests/compiler/field-initialization.release.wat @@ -1260,12 +1260,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/field.debug.wat b/tests/compiler/field.debug.wat index 6623182b6f..e2ca4b3acc 100644 --- a/tests/compiler/field.debug.wat +++ b/tests/compiler/field.debug.wat @@ -1623,14 +1623,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/field.release.wat b/tests/compiler/field.release.wat index c267b61219..415b3934d5 100644 --- a/tests/compiler/field.release.wat +++ b/tests/compiler/field.release.wat @@ -1243,12 +1243,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/for.debug.wat b/tests/compiler/for.debug.wat index 6e699486f2..fd03f109f2 100644 --- a/tests/compiler/for.debug.wat +++ b/tests/compiler/for.debug.wat @@ -2009,14 +2009,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/for.release.wat b/tests/compiler/for.release.wat index 6c772a187c..4f07612e6c 100644 --- a/tests/compiler/for.release.wat +++ b/tests/compiler/for.release.wat @@ -1155,12 +1155,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/function-call.debug.wat b/tests/compiler/function-call.debug.wat index 85c7ac0268..d533f74061 100644 --- a/tests/compiler/function-call.debug.wat +++ b/tests/compiler/function-call.debug.wat @@ -1657,14 +1657,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/function-call.release.wat b/tests/compiler/function-call.release.wat index ab9646583b..fa80a471b8 100644 --- a/tests/compiler/function-call.release.wat +++ b/tests/compiler/function-call.release.wat @@ -1193,12 +1193,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/function-expression.debug.wat b/tests/compiler/function-expression.debug.wat index 4564289ea6..15aa15e36f 100644 --- a/tests/compiler/function-expression.debug.wat +++ b/tests/compiler/function-expression.debug.wat @@ -1815,14 +1815,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/function-expression.release.wat b/tests/compiler/function-expression.release.wat index b3f4027a8c..9272f39796 100644 --- a/tests/compiler/function-expression.release.wat +++ b/tests/compiler/function-expression.release.wat @@ -1223,12 +1223,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/getter-call.debug.wat b/tests/compiler/getter-call.debug.wat index 7ac0d77688..9b5cc21b43 100644 --- a/tests/compiler/getter-call.debug.wat +++ b/tests/compiler/getter-call.debug.wat @@ -1623,14 +1623,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/getter-call.release.wat b/tests/compiler/getter-call.release.wat index 907d6feeec..b31fd6bd03 100644 --- a/tests/compiler/getter-call.release.wat +++ b/tests/compiler/getter-call.release.wat @@ -1158,12 +1158,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/incremental-gc/call-indirect.debug.wat b/tests/compiler/incremental-gc/call-indirect.debug.wat index 15fb51f132..f41def2823 100644 --- a/tests/compiler/incremental-gc/call-indirect.debug.wat +++ b/tests/compiler/incremental-gc/call-indirect.debug.wat @@ -1669,14 +1669,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/incremental-gc/call-indirect.release.wat b/tests/compiler/incremental-gc/call-indirect.release.wat index 142078dea4..709def24e2 100644 --- a/tests/compiler/incremental-gc/call-indirect.release.wat +++ b/tests/compiler/incremental-gc/call-indirect.release.wat @@ -1244,12 +1244,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/infer-array.debug.wat b/tests/compiler/infer-array.debug.wat index b864b32944..9a5dcdf64f 100644 --- a/tests/compiler/infer-array.debug.wat +++ b/tests/compiler/infer-array.debug.wat @@ -1642,14 +1642,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/infer-array.release.wat b/tests/compiler/infer-array.release.wat index 4e368e641f..07fd25eb5e 100644 --- a/tests/compiler/infer-array.release.wat +++ b/tests/compiler/infer-array.release.wat @@ -1282,12 +1282,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/infer-generic.debug.wat b/tests/compiler/infer-generic.debug.wat index e5325dead1..4eba1f7c8d 100644 --- a/tests/compiler/infer-generic.debug.wat +++ b/tests/compiler/infer-generic.debug.wat @@ -1669,14 +1669,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/infer-generic.release.wat b/tests/compiler/infer-generic.release.wat index c09c4b901d..bfd2ec7d06 100644 --- a/tests/compiler/infer-generic.release.wat +++ b/tests/compiler/infer-generic.release.wat @@ -1265,12 +1265,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/inlining.debug.wat b/tests/compiler/inlining.debug.wat index 1478d40aca..c4f5314669 100644 --- a/tests/compiler/inlining.debug.wat +++ b/tests/compiler/inlining.debug.wat @@ -1892,14 +1892,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/inlining.release.wat b/tests/compiler/inlining.release.wat index bb306de122..d8a449feae 100644 --- a/tests/compiler/inlining.release.wat +++ b/tests/compiler/inlining.release.wat @@ -1255,12 +1255,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/instanceof.debug.wat b/tests/compiler/instanceof.debug.wat index 43f6efa61f..6cf9d166a7 100644 --- a/tests/compiler/instanceof.debug.wat +++ b/tests/compiler/instanceof.debug.wat @@ -1644,14 +1644,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/instanceof.release.wat b/tests/compiler/instanceof.release.wat index 3ee62101c1..bdbf1e3b54 100644 --- a/tests/compiler/instanceof.release.wat +++ b/tests/compiler/instanceof.release.wat @@ -1260,12 +1260,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/issues/1095.debug.wat b/tests/compiler/issues/1095.debug.wat index 9acf0935c0..4a22d3612d 100644 --- a/tests/compiler/issues/1095.debug.wat +++ b/tests/compiler/issues/1095.debug.wat @@ -1623,14 +1623,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/issues/1095.release.wat b/tests/compiler/issues/1095.release.wat index 14500886a4..b5ae2294e0 100644 --- a/tests/compiler/issues/1095.release.wat +++ b/tests/compiler/issues/1095.release.wat @@ -1246,12 +1246,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/issues/1225.debug.wat b/tests/compiler/issues/1225.debug.wat index b87f40c3c9..2abb8194d5 100644 --- a/tests/compiler/issues/1225.debug.wat +++ b/tests/compiler/issues/1225.debug.wat @@ -1638,14 +1638,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/issues/1225.release.wat b/tests/compiler/issues/1225.release.wat index be387fc91c..10fcd3691c 100644 --- a/tests/compiler/issues/1225.release.wat +++ b/tests/compiler/issues/1225.release.wat @@ -1164,12 +1164,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/issues/1699.debug.wat b/tests/compiler/issues/1699.debug.wat index 168e3faaaf..b7c5009d63 100644 --- a/tests/compiler/issues/1699.debug.wat +++ b/tests/compiler/issues/1699.debug.wat @@ -1625,14 +1625,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/issues/1699.release.wat b/tests/compiler/issues/1699.release.wat index 80c73bc8a5..0ba5679b98 100644 --- a/tests/compiler/issues/1699.release.wat +++ b/tests/compiler/issues/1699.release.wat @@ -1253,12 +1253,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/issues/2166.debug.wat b/tests/compiler/issues/2166.debug.wat index 48b86fe01b..0d98c3c656 100644 --- a/tests/compiler/issues/2166.debug.wat +++ b/tests/compiler/issues/2166.debug.wat @@ -1627,14 +1627,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/issues/2166.release.wat b/tests/compiler/issues/2166.release.wat index 959b426ae6..d445b2d6cd 100644 --- a/tests/compiler/issues/2166.release.wat +++ b/tests/compiler/issues/2166.release.wat @@ -1164,12 +1164,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/issues/2322/index.debug.wat b/tests/compiler/issues/2322/index.debug.wat index febbe4e10f..3799f01a97 100644 --- a/tests/compiler/issues/2322/index.debug.wat +++ b/tests/compiler/issues/2322/index.debug.wat @@ -1621,14 +1621,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/issues/2322/index.release.wat b/tests/compiler/issues/2322/index.release.wat index 9349beea7c..026f2c493b 100644 --- a/tests/compiler/issues/2322/index.release.wat +++ b/tests/compiler/issues/2322/index.release.wat @@ -1237,12 +1237,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/issues/2622.debug.wat b/tests/compiler/issues/2622.debug.wat index 07020ccd43..6514ce97bf 100644 --- a/tests/compiler/issues/2622.debug.wat +++ b/tests/compiler/issues/2622.debug.wat @@ -1624,14 +1624,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/issues/2622.release.wat b/tests/compiler/issues/2622.release.wat index 835db6b8c6..885743588e 100644 --- a/tests/compiler/issues/2622.release.wat +++ b/tests/compiler/issues/2622.release.wat @@ -1193,12 +1193,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/issues/2707.debug.wat b/tests/compiler/issues/2707.debug.wat index bf7710636a..58a64cf649 100644 --- a/tests/compiler/issues/2707.debug.wat +++ b/tests/compiler/issues/2707.debug.wat @@ -1630,14 +1630,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/issues/2707.release.wat b/tests/compiler/issues/2707.release.wat index bdafcad22f..980e20a05d 100644 --- a/tests/compiler/issues/2707.release.wat +++ b/tests/compiler/issues/2707.release.wat @@ -1166,12 +1166,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/issues/2873.debug.wat b/tests/compiler/issues/2873.debug.wat index 6e59a0ad5a..15c9c5ddef 100644 --- a/tests/compiler/issues/2873.debug.wat +++ b/tests/compiler/issues/2873.debug.wat @@ -3222,14 +3222,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/issues/2873.release.wat b/tests/compiler/issues/2873.release.wat index 72b243e83c..7cc4d874f8 100644 --- a/tests/compiler/issues/2873.release.wat +++ b/tests/compiler/issues/2873.release.wat @@ -2456,12 +2456,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/logical.debug.wat b/tests/compiler/logical.debug.wat index d5fc0a82e6..bf7e9e66c3 100644 --- a/tests/compiler/logical.debug.wat +++ b/tests/compiler/logical.debug.wat @@ -1658,14 +1658,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/logical.release.wat b/tests/compiler/logical.release.wat index a244889d24..5147bdfca1 100644 --- a/tests/compiler/logical.release.wat +++ b/tests/compiler/logical.release.wat @@ -1177,12 +1177,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/managed-cast.debug.wat b/tests/compiler/managed-cast.debug.wat index 9aa6652349..1582c65137 100644 --- a/tests/compiler/managed-cast.debug.wat +++ b/tests/compiler/managed-cast.debug.wat @@ -1623,14 +1623,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/managed-cast.release.wat b/tests/compiler/managed-cast.release.wat index 48251000ec..62f92354e5 100644 --- a/tests/compiler/managed-cast.release.wat +++ b/tests/compiler/managed-cast.release.wat @@ -1159,12 +1159,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/new.debug.wat b/tests/compiler/new.debug.wat index f0dc63a471..f26b604fbe 100644 --- a/tests/compiler/new.debug.wat +++ b/tests/compiler/new.debug.wat @@ -1626,14 +1626,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/new.release.wat b/tests/compiler/new.release.wat index 72a7a42fe2..af7e02c097 100644 --- a/tests/compiler/new.release.wat +++ b/tests/compiler/new.release.wat @@ -1195,12 +1195,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/number.debug.wat b/tests/compiler/number.debug.wat index 4c4c4c7a86..a6dc854df5 100644 --- a/tests/compiler/number.debug.wat +++ b/tests/compiler/number.debug.wat @@ -1726,14 +1726,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/number.release.wat b/tests/compiler/number.release.wat index 200a4f5ee8..5fbdeb3b8b 100644 --- a/tests/compiler/number.release.wat +++ b/tests/compiler/number.release.wat @@ -1287,12 +1287,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/object-literal.debug.wat b/tests/compiler/object-literal.debug.wat index f5a5c6902a..49aa74b6e3 100644 --- a/tests/compiler/object-literal.debug.wat +++ b/tests/compiler/object-literal.debug.wat @@ -1718,14 +1718,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/object-literal.release.wat b/tests/compiler/object-literal.release.wat index 9070d20967..e1bb4a66e6 100644 --- a/tests/compiler/object-literal.release.wat +++ b/tests/compiler/object-literal.release.wat @@ -1518,12 +1518,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/operator-overload-non-ambiguity.debug.wat b/tests/compiler/operator-overload-non-ambiguity.debug.wat index 243a2fc1ae..af1c4b6144 100644 --- a/tests/compiler/operator-overload-non-ambiguity.debug.wat +++ b/tests/compiler/operator-overload-non-ambiguity.debug.wat @@ -1621,14 +1621,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/operator-overload-non-ambiguity.release.wat b/tests/compiler/operator-overload-non-ambiguity.release.wat index f80cb51cd9..177a9d0d5c 100644 --- a/tests/compiler/operator-overload-non-ambiguity.release.wat +++ b/tests/compiler/operator-overload-non-ambiguity.release.wat @@ -1155,12 +1155,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/optional-typeparameters.debug.wat b/tests/compiler/optional-typeparameters.debug.wat index 181ae2e1ec..f0ccf39b01 100644 --- a/tests/compiler/optional-typeparameters.debug.wat +++ b/tests/compiler/optional-typeparameters.debug.wat @@ -1634,14 +1634,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/optional-typeparameters.release.wat b/tests/compiler/optional-typeparameters.release.wat index da3cdefbb6..86224fcc4c 100644 --- a/tests/compiler/optional-typeparameters.release.wat +++ b/tests/compiler/optional-typeparameters.release.wat @@ -1181,12 +1181,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/reexport.debug.wat b/tests/compiler/reexport.debug.wat index 6343f7999e..9e784a9395 100644 --- a/tests/compiler/reexport.debug.wat +++ b/tests/compiler/reexport.debug.wat @@ -1667,14 +1667,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/reexport.release.wat b/tests/compiler/reexport.release.wat index 336ee88140..a96b58bb2b 100644 --- a/tests/compiler/reexport.release.wat +++ b/tests/compiler/reexport.release.wat @@ -1188,12 +1188,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/rereexport.debug.wat b/tests/compiler/rereexport.debug.wat index 8d023dca80..069f46a726 100644 --- a/tests/compiler/rereexport.debug.wat +++ b/tests/compiler/rereexport.debug.wat @@ -1660,14 +1660,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/rereexport.release.wat b/tests/compiler/rereexport.release.wat index ebef106da3..f61fba72ac 100644 --- a/tests/compiler/rereexport.release.wat +++ b/tests/compiler/rereexport.release.wat @@ -1186,12 +1186,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/resolve-access.debug.wat b/tests/compiler/resolve-access.debug.wat index 6dc9f58eb4..a2176400d2 100644 --- a/tests/compiler/resolve-access.debug.wat +++ b/tests/compiler/resolve-access.debug.wat @@ -1642,14 +1642,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/resolve-access.release.wat b/tests/compiler/resolve-access.release.wat index 7e043af3e4..bc5cd261d7 100644 --- a/tests/compiler/resolve-access.release.wat +++ b/tests/compiler/resolve-access.release.wat @@ -1264,12 +1264,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/resolve-binary.debug.wat b/tests/compiler/resolve-binary.debug.wat index 4b6d25a00f..d10576390f 100644 --- a/tests/compiler/resolve-binary.debug.wat +++ b/tests/compiler/resolve-binary.debug.wat @@ -1862,14 +1862,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/resolve-binary.release.wat b/tests/compiler/resolve-binary.release.wat index 072017c8a7..d7685c983c 100644 --- a/tests/compiler/resolve-binary.release.wat +++ b/tests/compiler/resolve-binary.release.wat @@ -1469,12 +1469,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/resolve-elementaccess.debug.wat b/tests/compiler/resolve-elementaccess.debug.wat index 77ff64f407..f6a7e9d7e2 100644 --- a/tests/compiler/resolve-elementaccess.debug.wat +++ b/tests/compiler/resolve-elementaccess.debug.wat @@ -1665,14 +1665,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/resolve-elementaccess.release.wat b/tests/compiler/resolve-elementaccess.release.wat index 5e4a644023..bc80e8c9b3 100644 --- a/tests/compiler/resolve-elementaccess.release.wat +++ b/tests/compiler/resolve-elementaccess.release.wat @@ -1316,12 +1316,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/resolve-function-expression.debug.wat b/tests/compiler/resolve-function-expression.debug.wat index 41b9a28c81..c1640f112a 100644 --- a/tests/compiler/resolve-function-expression.debug.wat +++ b/tests/compiler/resolve-function-expression.debug.wat @@ -1708,14 +1708,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/resolve-function-expression.release.wat b/tests/compiler/resolve-function-expression.release.wat index ad27a4cfac..82fe5bde30 100644 --- a/tests/compiler/resolve-function-expression.release.wat +++ b/tests/compiler/resolve-function-expression.release.wat @@ -1376,12 +1376,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/resolve-new.debug.wat b/tests/compiler/resolve-new.debug.wat index 0a56bb3df4..a1724b824f 100644 --- a/tests/compiler/resolve-new.debug.wat +++ b/tests/compiler/resolve-new.debug.wat @@ -1621,14 +1621,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/resolve-new.release.wat b/tests/compiler/resolve-new.release.wat index 96c78f0c84..2a19017969 100644 --- a/tests/compiler/resolve-new.release.wat +++ b/tests/compiler/resolve-new.release.wat @@ -1160,12 +1160,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/resolve-propertyaccess.debug.wat b/tests/compiler/resolve-propertyaccess.debug.wat index 88a40fd4ff..06b17954f1 100644 --- a/tests/compiler/resolve-propertyaccess.debug.wat +++ b/tests/compiler/resolve-propertyaccess.debug.wat @@ -1708,14 +1708,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/resolve-propertyaccess.release.wat b/tests/compiler/resolve-propertyaccess.release.wat index 9340b8dc98..9ac4eb9778 100644 --- a/tests/compiler/resolve-propertyaccess.release.wat +++ b/tests/compiler/resolve-propertyaccess.release.wat @@ -1278,12 +1278,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/resolve-ternary.debug.wat b/tests/compiler/resolve-ternary.debug.wat index 20c870d9c4..ff33c0b57a 100644 --- a/tests/compiler/resolve-ternary.debug.wat +++ b/tests/compiler/resolve-ternary.debug.wat @@ -1716,14 +1716,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/resolve-ternary.release.wat b/tests/compiler/resolve-ternary.release.wat index 8fa84ef7ad..91b5b3d064 100644 --- a/tests/compiler/resolve-ternary.release.wat +++ b/tests/compiler/resolve-ternary.release.wat @@ -1284,12 +1284,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/resolve-unary.debug.wat b/tests/compiler/resolve-unary.debug.wat index 9157dbee04..46d35d9426 100644 --- a/tests/compiler/resolve-unary.debug.wat +++ b/tests/compiler/resolve-unary.debug.wat @@ -1708,14 +1708,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/resolve-unary.release.wat b/tests/compiler/resolve-unary.release.wat index 05a765c4bf..b2115a2271 100644 --- a/tests/compiler/resolve-unary.release.wat +++ b/tests/compiler/resolve-unary.release.wat @@ -1304,12 +1304,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/return-unreachable.debug.wat b/tests/compiler/return-unreachable.debug.wat index f66ebe5b52..0c46f0c920 100644 --- a/tests/compiler/return-unreachable.debug.wat +++ b/tests/compiler/return-unreachable.debug.wat @@ -1624,14 +1624,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/return-unreachable.release.wat b/tests/compiler/return-unreachable.release.wat index 3e068205cc..df64ee697c 100644 --- a/tests/compiler/return-unreachable.release.wat +++ b/tests/compiler/return-unreachable.release.wat @@ -1248,12 +1248,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/rt/finalize.debug.wat b/tests/compiler/rt/finalize.debug.wat index 9f6475284f..9e9ef46519 100644 --- a/tests/compiler/rt/finalize.debug.wat +++ b/tests/compiler/rt/finalize.debug.wat @@ -1644,14 +1644,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/rt/finalize.release.wat b/tests/compiler/rt/finalize.release.wat index b61f14014d..5d8331afd3 100644 --- a/tests/compiler/rt/finalize.release.wat +++ b/tests/compiler/rt/finalize.release.wat @@ -1173,12 +1173,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/rt/issue-2719.debug.wat b/tests/compiler/rt/issue-2719.debug.wat index 2c202baebd..6aae0a765d 100644 --- a/tests/compiler/rt/issue-2719.debug.wat +++ b/tests/compiler/rt/issue-2719.debug.wat @@ -1621,14 +1621,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/rt/issue-2719.release.wat b/tests/compiler/rt/issue-2719.release.wat index 376cd994e9..0665cfc0ef 100644 --- a/tests/compiler/rt/issue-2719.release.wat +++ b/tests/compiler/rt/issue-2719.release.wat @@ -1238,12 +1238,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/rt/runtime-incremental-export.debug.wat b/tests/compiler/rt/runtime-incremental-export.debug.wat index 7dfec531fb..e95efa75fe 100644 --- a/tests/compiler/rt/runtime-incremental-export.debug.wat +++ b/tests/compiler/rt/runtime-incremental-export.debug.wat @@ -1627,14 +1627,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/rt/runtime-incremental-export.release.wat b/tests/compiler/rt/runtime-incremental-export.release.wat index 5d32a49a36..605d4f43c8 100644 --- a/tests/compiler/rt/runtime-incremental-export.release.wat +++ b/tests/compiler/rt/runtime-incremental-export.release.wat @@ -1257,12 +1257,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/simd.debug.wat b/tests/compiler/simd.debug.wat index 03792d9a1d..ded9a32b78 100644 --- a/tests/compiler/simd.debug.wat +++ b/tests/compiler/simd.debug.wat @@ -1660,14 +1660,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/simd.release.wat b/tests/compiler/simd.release.wat index df1c762f6a..a554a20ba2 100644 --- a/tests/compiler/simd.release.wat +++ b/tests/compiler/simd.release.wat @@ -1470,12 +1470,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/array-literal.debug.wat b/tests/compiler/std/array-literal.debug.wat index b6f795367b..641be48a4f 100644 --- a/tests/compiler/std/array-literal.debug.wat +++ b/tests/compiler/std/array-literal.debug.wat @@ -1656,14 +1656,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/array-literal.release.wat b/tests/compiler/std/array-literal.release.wat index 0fa3c9f108..d53285989a 100644 --- a/tests/compiler/std/array-literal.release.wat +++ b/tests/compiler/std/array-literal.release.wat @@ -1303,12 +1303,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/array.debug.wat b/tests/compiler/std/array.debug.wat index 76974815e0..7c585db17c 100644 --- a/tests/compiler/std/array.debug.wat +++ b/tests/compiler/std/array.debug.wat @@ -1965,14 +1965,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/array.release.wat b/tests/compiler/std/array.release.wat index 22943cdb01..45106a414b 100644 --- a/tests/compiler/std/array.release.wat +++ b/tests/compiler/std/array.release.wat @@ -2106,12 +2106,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/arraybuffer.debug.wat b/tests/compiler/std/arraybuffer.debug.wat index ed31bd6c6a..62e83133db 100644 --- a/tests/compiler/std/arraybuffer.debug.wat +++ b/tests/compiler/std/arraybuffer.debug.wat @@ -1629,14 +1629,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/arraybuffer.release.wat b/tests/compiler/std/arraybuffer.release.wat index 19c0a0192a..334f1c302e 100644 --- a/tests/compiler/std/arraybuffer.release.wat +++ b/tests/compiler/std/arraybuffer.release.wat @@ -1253,12 +1253,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/dataview.debug.wat b/tests/compiler/std/dataview.debug.wat index 9b9e4e7e62..ad44b4a321 100644 --- a/tests/compiler/std/dataview.debug.wat +++ b/tests/compiler/std/dataview.debug.wat @@ -1636,14 +1636,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/dataview.release.wat b/tests/compiler/std/dataview.release.wat index d1290df97c..7a0b6705e9 100644 --- a/tests/compiler/std/dataview.release.wat +++ b/tests/compiler/std/dataview.release.wat @@ -1261,12 +1261,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/date.debug.wat b/tests/compiler/std/date.debug.wat index f67503e5e9..69c2f16c5e 100644 --- a/tests/compiler/std/date.debug.wat +++ b/tests/compiler/std/date.debug.wat @@ -2021,14 +2021,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/date.release.wat b/tests/compiler/std/date.release.wat index 4b706f0de3..d97db8a353 100644 --- a/tests/compiler/std/date.release.wat +++ b/tests/compiler/std/date.release.wat @@ -1644,12 +1644,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/map.debug.wat b/tests/compiler/std/map.debug.wat index da8784b71b..13432055e5 100644 --- a/tests/compiler/std/map.debug.wat +++ b/tests/compiler/std/map.debug.wat @@ -1652,14 +1652,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/map.release.wat b/tests/compiler/std/map.release.wat index 4148a7ac94..835670c17a 100644 --- a/tests/compiler/std/map.release.wat +++ b/tests/compiler/std/map.release.wat @@ -1274,12 +1274,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/new.debug.wat b/tests/compiler/std/new.debug.wat index 04a2b09a95..5979cb6867 100644 --- a/tests/compiler/std/new.debug.wat +++ b/tests/compiler/std/new.debug.wat @@ -1638,14 +1638,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/new.release.wat b/tests/compiler/std/new.release.wat index 941f28ce40..012ec7a6db 100644 --- a/tests/compiler/std/new.release.wat +++ b/tests/compiler/std/new.release.wat @@ -1160,12 +1160,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/operator-overloading.debug.wat b/tests/compiler/std/operator-overloading.debug.wat index 87fbfced19..3313be1958 100644 --- a/tests/compiler/std/operator-overloading.debug.wat +++ b/tests/compiler/std/operator-overloading.debug.wat @@ -1694,14 +1694,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/operator-overloading.release.wat b/tests/compiler/std/operator-overloading.release.wat index 32bafe546c..1efa8f2c5c 100644 --- a/tests/compiler/std/operator-overloading.release.wat +++ b/tests/compiler/std/operator-overloading.release.wat @@ -1225,12 +1225,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/set.debug.wat b/tests/compiler/std/set.debug.wat index b643b683f8..3f49782b9d 100644 --- a/tests/compiler/std/set.debug.wat +++ b/tests/compiler/std/set.debug.wat @@ -1647,14 +1647,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/set.release.wat b/tests/compiler/std/set.release.wat index 2a2f9d8ff2..22fd0d652b 100644 --- a/tests/compiler/std/set.release.wat +++ b/tests/compiler/std/set.release.wat @@ -1265,12 +1265,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/static-array.debug.wat b/tests/compiler/std/static-array.debug.wat index 9cb6bc3014..cfc3928c0c 100644 --- a/tests/compiler/std/static-array.debug.wat +++ b/tests/compiler/std/static-array.debug.wat @@ -1663,14 +1663,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/static-array.release.wat b/tests/compiler/std/static-array.release.wat index 9b5ed278de..263534f48a 100644 --- a/tests/compiler/std/static-array.release.wat +++ b/tests/compiler/std/static-array.release.wat @@ -1502,12 +1502,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/staticarray.debug.wat b/tests/compiler/std/staticarray.debug.wat index eecfcbe17e..65ff72d2fc 100644 --- a/tests/compiler/std/staticarray.debug.wat +++ b/tests/compiler/std/staticarray.debug.wat @@ -1729,14 +1729,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/staticarray.release.wat b/tests/compiler/std/staticarray.release.wat index 5db8f652ff..f04e217e60 100644 --- a/tests/compiler/std/staticarray.release.wat +++ b/tests/compiler/std/staticarray.release.wat @@ -1608,12 +1608,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/string-casemapping.debug.wat b/tests/compiler/std/string-casemapping.debug.wat index 7c96ce666c..5e412bc990 100644 --- a/tests/compiler/std/string-casemapping.debug.wat +++ b/tests/compiler/std/string-casemapping.debug.wat @@ -1815,14 +1815,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/string-casemapping.release.wat b/tests/compiler/std/string-casemapping.release.wat index e8270d424d..c93b01b017 100644 --- a/tests/compiler/std/string-casemapping.release.wat +++ b/tests/compiler/std/string-casemapping.release.wat @@ -1692,12 +1692,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/string-encoding.debug.wat b/tests/compiler/std/string-encoding.debug.wat index 4f3eae1809..eb35cd9489 100644 --- a/tests/compiler/std/string-encoding.debug.wat +++ b/tests/compiler/std/string-encoding.debug.wat @@ -1654,14 +1654,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/string-encoding.release.wat b/tests/compiler/std/string-encoding.release.wat index ce82f5fe09..1dd0f55a65 100644 --- a/tests/compiler/std/string-encoding.release.wat +++ b/tests/compiler/std/string-encoding.release.wat @@ -1279,12 +1279,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/string.debug.wat b/tests/compiler/std/string.debug.wat index 733dbecb2d..738795005a 100644 --- a/tests/compiler/std/string.debug.wat +++ b/tests/compiler/std/string.debug.wat @@ -2252,14 +2252,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/string.release.wat b/tests/compiler/std/string.release.wat index e573886983..57e9b4af89 100644 --- a/tests/compiler/std/string.release.wat +++ b/tests/compiler/std/string.release.wat @@ -2289,12 +2289,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/symbol.debug.wat b/tests/compiler/std/symbol.debug.wat index 9baedf249c..561a3a4b9a 100644 --- a/tests/compiler/std/symbol.debug.wat +++ b/tests/compiler/std/symbol.debug.wat @@ -1683,14 +1683,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/symbol.release.wat b/tests/compiler/std/symbol.release.wat index 39b4ead273..e2a9fd8b6d 100644 --- a/tests/compiler/std/symbol.release.wat +++ b/tests/compiler/std/symbol.release.wat @@ -1346,12 +1346,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/typedarray.debug.wat b/tests/compiler/std/typedarray.debug.wat index 9b7671a355..1498ca5bde 100644 --- a/tests/compiler/std/typedarray.debug.wat +++ b/tests/compiler/std/typedarray.debug.wat @@ -1995,14 +1995,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/typedarray.release.wat b/tests/compiler/std/typedarray.release.wat index 8dd3afe263..b0cdfab0ca 100644 --- a/tests/compiler/std/typedarray.release.wat +++ b/tests/compiler/std/typedarray.release.wat @@ -2114,12 +2114,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/uri.debug.wat b/tests/compiler/std/uri.debug.wat index ef9b074578..3351c851af 100644 --- a/tests/compiler/std/uri.debug.wat +++ b/tests/compiler/std/uri.debug.wat @@ -1697,14 +1697,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/std/uri.release.wat b/tests/compiler/std/uri.release.wat index 60fea95101..d6410645a6 100644 --- a/tests/compiler/std/uri.release.wat +++ b/tests/compiler/std/uri.release.wat @@ -1359,12 +1359,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/super-inline.debug.wat b/tests/compiler/super-inline.debug.wat index 1037d7b726..dc1722f0ec 100644 --- a/tests/compiler/super-inline.debug.wat +++ b/tests/compiler/super-inline.debug.wat @@ -1622,14 +1622,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/super-inline.release.wat b/tests/compiler/super-inline.release.wat index 0f870aa03f..35da8ff691 100644 --- a/tests/compiler/super-inline.release.wat +++ b/tests/compiler/super-inline.release.wat @@ -1167,12 +1167,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/switch.debug.wat b/tests/compiler/switch.debug.wat index 29504e6521..dea9957b59 100644 --- a/tests/compiler/switch.debug.wat +++ b/tests/compiler/switch.debug.wat @@ -1948,14 +1948,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/switch.release.wat b/tests/compiler/switch.release.wat index 95b2826eb3..2b5172a5ea 100644 --- a/tests/compiler/switch.release.wat +++ b/tests/compiler/switch.release.wat @@ -1281,12 +1281,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/templateliteral.debug.wat b/tests/compiler/templateliteral.debug.wat index 18a9c000d4..ace4b98b35 100644 --- a/tests/compiler/templateliteral.debug.wat +++ b/tests/compiler/templateliteral.debug.wat @@ -1808,14 +1808,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/templateliteral.release.wat b/tests/compiler/templateliteral.release.wat index bb5e8a5e46..9256be15f6 100644 --- a/tests/compiler/templateliteral.release.wat +++ b/tests/compiler/templateliteral.release.wat @@ -1352,12 +1352,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/typeof.debug.wat b/tests/compiler/typeof.debug.wat index 7b04cbca73..5d02f023cd 100644 --- a/tests/compiler/typeof.debug.wat +++ b/tests/compiler/typeof.debug.wat @@ -1760,14 +1760,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/typeof.release.wat b/tests/compiler/typeof.release.wat index a1cf98f400..5a767c425a 100644 --- a/tests/compiler/typeof.release.wat +++ b/tests/compiler/typeof.release.wat @@ -1183,12 +1183,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/while.debug.wat b/tests/compiler/while.debug.wat index 1dfafed2d8..9bb3b1cbbb 100644 --- a/tests/compiler/while.debug.wat +++ b/tests/compiler/while.debug.wat @@ -2043,14 +2043,17 @@ if i32.const 0 drop + i32.const 200 + i32.const 100 + i32.rem_u + i32.const 0 + i32.eq + drop global.get $~lib/rt/itcms/total - i64.extend_i32_u i32.const 200 - i64.extend_i32_u - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 100 + i32.div_u + i32.mul i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold diff --git a/tests/compiler/while.release.wat b/tests/compiler/while.release.wat index c5b0c20429..c90bf786b3 100644 --- a/tests/compiler/while.release.wat +++ b/tests/compiler/while.release.wat @@ -1155,12 +1155,8 @@ i32.eqz if global.get $~lib/rt/itcms/total - i64.extend_i32_u - i64.const 200 - i64.mul - i64.const 100 - i64.div_u - i32.wrap_i64 + i32.const 1 + i32.shl i32.const 1024 i32.add global.set $~lib/rt/itcms/threshold From 52b953382a208925c75c130238403e90ec67a3fe Mon Sep 17 00:00:00 2001 From: CountBleck Date: Mon, 9 Mar 2026 20:24:21 -0700 Subject: [PATCH 103/103] chore: use OIDC for npm publishing (#2990) --- .github/workflows/publish.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 422f842755..269112457d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,12 +10,15 @@ jobs: name: Packages if: github.repository == 'AssemblyScript/assemblyscript' runs-on: ubuntu-latest + permissions: + id-token: write + contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: ref: main fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v6 with: node-version: current - name: Install dependencies @@ -46,7 +49,6 @@ jobs: - name: Publish packages env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - NPM_TOKEN: ${{ secrets.NPM_TOKEN }} run: | node ./scripts/prepublish if [ $(node -pe "require('./package.json').version") != "0.0.0" ]; then